@charset "UTF-8";

/* src/assets/styles/app.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #ffd97d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
code.hljs {
  padding: 3px 5px;
}
/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/
.hljs {
  color: #24292e;
  background: #ffffff;
}
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  color: #d73a49;
}
.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  color: #6f42c1;
}
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-variable,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id {
  color: #005cc5;
}
.hljs-regexp,
.hljs-string,
.hljs-meta .hljs-string {
  color: #032f62;
}
.hljs-built_in,
.hljs-symbol {
  color: #e36209;
}
.hljs-comment,
.hljs-code,
.hljs-formula {
  color: #6a737d;
}
.hljs-name,
.hljs-quote,
.hljs-selector-tag,
.hljs-selector-pseudo {
  color: #22863a;
}
.hljs-subst {
  color: #24292e;
}
.hljs-section {
  color: #005cc5;
  font-weight: bold;
}
.hljs-bullet {
  color: #735c0f;
}
.hljs-emphasis {
  color: #24292e;
  font-style: italic;
}
.hljs-strong {
  color: #24292e;
  font-weight: bold;
}
.hljs-addition {
  color: #22863a;
  background-color: #f0fff4;
}
.hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0;
}
.hljs-char.escape_,
.hljs-link,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 2s infinite linear;
}
.qtac {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #ca3639;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.qtac .mat-accent {
  --mat-option-selected-state-label-text-color: #1E1F1F;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.qtac .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.qtac {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #1E1F1F;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #1E1F1F;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.qtac .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #ca3639;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ca3639;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.qtac .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #1E1F1F;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #1E1F1F;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.qtac .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.qtac {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.qtac .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #ca3639;
  --mat-progress-bar-track-color: rgba(202, 54, 57, 0.25);
}
.qtac .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #1E1F1F;
  --mat-progress-bar-track-color: rgba(30, 31, 31, 0.25);
}
.qtac .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
.qtac {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ca3639 87%, transparent);
  --mat-form-field-filled-caret-color: #ca3639;
  --mat-form-field-filled-focus-active-indicator-color: #ca3639;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ca3639 87%, transparent);
  --mat-form-field-outlined-caret-color: #ca3639;
  --mat-form-field-outlined-focus-outline-color: #ca3639;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ca3639 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.qtac .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #1E1F1F 87%, transparent);
  --mat-form-field-filled-caret-color: #1E1F1F;
  --mat-form-field-filled-focus-active-indicator-color: #1E1F1F;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #1E1F1F 87%, transparent);
  --mat-form-field-outlined-caret-color: #1E1F1F;
  --mat-form-field-outlined-focus-outline-color: #1E1F1F;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #1E1F1F 87%, transparent);
}
.qtac .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
.qtac {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ca3639;
  --mat-select-invalid-arrow-color: #f44336;
}
.qtac .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #1E1F1F;
  --mat-select-invalid-arrow-color: #f44336;
}
.qtac .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
.qtac {
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
.qtac .mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.qtac .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.qtac .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-chip-elevated-container-color: #ca3639;
  --mat-chip-elevated-disabled-container-color: #ca3639;
  --mat-chip-elevated-selected-container-color: #ca3639;
  --mat-chip-flat-disabled-selected-container-color: #ca3639;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-with-icon-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.qtac .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-chip-elevated-container-color: #1E1F1F;
  --mat-chip-elevated-disabled-container-color: #1E1F1F;
  --mat-chip-elevated-selected-container-color: #1E1F1F;
  --mat-chip-flat-disabled-selected-container-color: #1E1F1F;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-with-icon-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(255, 255, 255, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.qtac .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.qtac .mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.qtac {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-selected-icon-color: rgba(255, 255, 255, 0.87);
  --mat-slide-toggle-disabled-selected-icon-color: rgba(255, 255, 255, 0.87);
  --mat-slide-toggle-selected-focus-state-layer-color: #ca3639;
  --mat-slide-toggle-selected-handle-color: #ca3639;
  --mat-slide-toggle-selected-hover-state-layer-color: #ca3639;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ca3639;
  --mat-slide-toggle-selected-focus-handle-color: #ca3639;
  --mat-slide-toggle-selected-hover-handle-color: #ca3639;
  --mat-slide-toggle-selected-pressed-handle-color: #ca3639;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.qtac .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: rgba(255, 255, 255, 0.87);
  --mat-slide-toggle-disabled-selected-icon-color: rgba(255, 255, 255, 0.87);
  --mat-slide-toggle-selected-focus-state-layer-color: #1E1F1F;
  --mat-slide-toggle-selected-handle-color: #1E1F1F;
  --mat-slide-toggle-selected-hover-state-layer-color: #1E1F1F;
  --mat-slide-toggle-selected-pressed-state-layer-color: #1E1F1F;
  --mat-slide-toggle-selected-focus-handle-color: #1E1F1F;
  --mat-slide-toggle-selected-hover-handle-color: #1E1F1F;
  --mat-slide-toggle-selected-pressed-handle-color: #1E1F1F;
}
.qtac .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
.qtac {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.qtac .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #ca3639;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ca3639;
  --mat-radio-selected-hover-icon-color: #ca3639;
  --mat-radio-selected-icon-color: #ca3639;
  --mat-radio-selected-pressed-icon-color: #ca3639;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #1E1F1F;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #1E1F1F;
  --mat-radio-selected-hover-icon-color: #1E1F1F;
  --mat-radio-selected-icon-color: #1E1F1F;
  --mat-radio-selected-pressed-icon-color: #1E1F1F;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.qtac {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
  --mat-slider-active-track-color: #ca3639;
  --mat-slider-focus-handle-color: #ca3639;
  --mat-slider-handle-color: #ca3639;
  --mat-slider-hover-handle-color: #ca3639;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ca3639 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ca3639 4%, transparent);
  --mat-slider-inactive-track-color: #ca3639;
  --mat-slider-ripple-color: #ca3639;
  --mat-slider-with-tick-marks-active-container-color: rgba(255, 255, 255, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #ca3639;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-accent {
  --mat-slider-active-track-color: #1E1F1F;
  --mat-slider-focus-handle-color: #1E1F1F;
  --mat-slider-handle-color: #1E1F1F;
  --mat-slider-hover-handle-color: #1E1F1F;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #1E1F1F 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #1E1F1F 4%, transparent);
  --mat-slider-inactive-track-color: #1E1F1F;
  --mat-slider-ripple-color: #1E1F1F;
  --mat-slider-with-tick-marks-active-container-color: rgba(255, 255, 255, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #1E1F1F;
}
.qtac .mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
.qtac {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.qtac .mdc-list-item__start,
.qtac .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ca3639;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ca3639;
  --mat-radio-selected-hover-icon-color: #ca3639;
  --mat-radio-selected-icon-color: #ca3639;
  --mat-radio-selected-pressed-icon-color: #ca3639;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-accent .mdc-list-item__start,
.qtac .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #1E1F1F;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #1E1F1F;
  --mat-radio-selected-hover-icon-color: #1E1F1F;
  --mat-radio-selected-icon-color: #1E1F1F;
  --mat-radio-selected-pressed-icon-color: #1E1F1F;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-warn .mdc-list-item__start,
.qtac .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, 0.87);
  --mat-checkbox-selected-focus-icon-color: #ca3639;
  --mat-checkbox-selected-hover-icon-color: #ca3639;
  --mat-checkbox-selected-icon-color: #ca3639;
  --mat-checkbox-selected-pressed-icon-color: #ca3639;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ca3639;
  --mat-checkbox-selected-hover-state-layer-color: #ca3639;
  --mat-checkbox-selected-pressed-state-layer-color: #ca3639;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, 0.87);
  --mat-checkbox-selected-focus-icon-color: #1E1F1F;
  --mat-checkbox-selected-hover-icon-color: #1E1F1F;
  --mat-checkbox-selected-icon-color: #1E1F1F;
  --mat-checkbox-selected-pressed-icon-color: #1E1F1F;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #1E1F1F;
  --mat-checkbox-selected-hover-state-layer-color: #1E1F1F;
  --mat-checkbox-selected-pressed-state-layer-color: #1E1F1F;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.qtac .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.qtac .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.qtac .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #ca3639;
}
.qtac .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.qtac .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.qtac .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.qtac {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.qtac .mdc-list-item__start,
.qtac .mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.qtac .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.qtac .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.qtac .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.qtac .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.qtac .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.qtac .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.qtac {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.qtac .mat-mdc-tab-group,
.qtac .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ca3639;
  --mat-tab-active-ripple-color: #ca3639;
  --mat-tab-inactive-ripple-color: #ca3639;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ca3639;
  --mat-tab-active-hover-label-text-color: #ca3639;
  --mat-tab-active-focus-indicator-color: #ca3639;
  --mat-tab-active-hover-indicator-color: #ca3639;
  --mat-tab-active-indicator-color: #ca3639;
}
.qtac .mat-mdc-tab-group.mat-accent,
.qtac .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #1E1F1F;
  --mat-tab-active-ripple-color: #1E1F1F;
  --mat-tab-inactive-ripple-color: #1E1F1F;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #1E1F1F;
  --mat-tab-active-hover-label-text-color: #1E1F1F;
  --mat-tab-active-focus-indicator-color: #1E1F1F;
  --mat-tab-active-hover-indicator-color: #1E1F1F;
  --mat-tab-active-indicator-color: #1E1F1F;
}
.qtac .mat-mdc-tab-group.mat-warn,
.qtac .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.qtac .mat-mdc-tab-group.mat-background-primary,
.qtac .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #ca3639;
  --mat-tab-foreground-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-mdc-tab-group.mat-background-accent,
.qtac .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #1E1F1F;
  --mat-tab-foreground-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-mdc-tab-group.mat-background-warn,
.qtac .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.qtac .mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.qtac {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, 0.87);
  --mat-checkbox-selected-focus-icon-color: #1E1F1F;
  --mat-checkbox-selected-hover-icon-color: #1E1F1F;
  --mat-checkbox-selected-icon-color: #1E1F1F;
  --mat-checkbox-selected-pressed-icon-color: #1E1F1F;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #1E1F1F;
  --mat-checkbox-selected-hover-state-layer-color: #1E1F1F;
  --mat-checkbox-selected-pressed-state-layer-color: #1E1F1F;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, 0.87);
  --mat-checkbox-selected-focus-icon-color: #ca3639;
  --mat-checkbox-selected-hover-icon-color: #ca3639;
  --mat-checkbox-selected-icon-color: #ca3639;
  --mat-checkbox-selected-pressed-icon-color: #ca3639;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ca3639;
  --mat-checkbox-selected-hover-state-layer-color: #ca3639;
  --mat-checkbox-selected-pressed-state-layer-color: #ca3639;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.qtac {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-button.mat-primary,
.qtac .mat-mdc-unelevated-button.mat-primary,
.qtac .mat-mdc-raised-button.mat-primary,
.qtac .mat-mdc-outlined-button.mat-primary,
.qtac .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #ca3639;
  --mat-button-filled-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-button-outlined-label-text-color: #ca3639;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ca3639 12%, transparent);
  --mat-button-outlined-state-layer-color: #ca3639;
  --mat-button-protected-container-color: #ca3639;
  --mat-button-protected-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-button-text-label-text-color: #ca3639;
  --mat-button-text-ripple-color: color-mix(in srgb, #ca3639 12%, transparent);
  --mat-button-text-state-layer-color: #ca3639;
  --mat-button-tonal-container-color: #ca3639;
  --mat-button-tonal-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-mdc-button.mat-accent,
.qtac .mat-mdc-unelevated-button.mat-accent,
.qtac .mat-mdc-raised-button.mat-accent,
.qtac .mat-mdc-outlined-button.mat-accent,
.qtac .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #1E1F1F;
  --mat-button-filled-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-button-outlined-label-text-color: #1E1F1F;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #1E1F1F 12%, transparent);
  --mat-button-outlined-state-layer-color: #1E1F1F;
  --mat-button-protected-container-color: #1E1F1F;
  --mat-button-protected-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-button-text-label-text-color: #1E1F1F;
  --mat-button-text-ripple-color: color-mix(in srgb, #1E1F1F 12%, transparent);
  --mat-button-text-state-layer-color: #1E1F1F;
  --mat-button-tonal-container-color: #1E1F1F;
  --mat-button-tonal-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-mdc-button.mat-warn,
.qtac .mat-mdc-unelevated-button.mat-warn,
.qtac .mat-mdc-raised-button.mat-warn,
.qtac .mat-mdc-outlined-button.mat-warn,
.qtac .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.qtac {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #ca3639;
  --mat-icon-button-state-layer-color: #ca3639;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ca3639 12%, transparent);
}
.qtac .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #1E1F1F;
  --mat-icon-button-state-layer-color: #1E1F1F;
  --mat-icon-button-ripple-color: color-mix(in srgb, #1E1F1F 12%, transparent);
}
.qtac .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
.qtac {
  --mat-icon-button-touch-target-display: block;
}
.qtac .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
.qtac {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-mdc-fab.mat-primary,
.qtac .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #ca3639;
  --mat-fab-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-fab-ripple-color: color-mix(in srgb, #ca3639 12%, transparent);
  --mat-fab-small-container-color: #ca3639;
  --mat-fab-small-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-fab-state-layer-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-mdc-fab.mat-accent,
.qtac .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #1E1F1F;
  --mat-fab-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-fab-ripple-color: color-mix(in srgb, #1E1F1F 12%, transparent);
  --mat-fab-small-container-color: #1E1F1F;
  --mat-fab-small-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-fab-state-layer-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-mdc-fab.mat-warn,
.qtac .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.qtac {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-color: #ca3639;
}
.qtac .mat-accent {
  --mat-progress-spinner-active-indicator-color: #1E1F1F;
}
.qtac .mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
.qtac {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #ca3639;
  --mat-badge-text-color: rgba(255, 255, 255, 0.87);
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.qtac .mat-badge-accent {
  --mat-badge-background-color: #1E1F1F;
  --mat-badge-text-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
.qtac {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ca3639 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #1E1F1F 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #ca3639;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ca3639 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ca3639 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ca3639 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ca3639;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-datepicker-content.mat-accent,
.qtac .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #1E1F1F 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #1E1F1F 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #1E1F1F;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1E1F1F 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1E1F1F 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1E1F1F 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #1E1F1F;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-datepicker-content.mat-warn,
.qtac .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #1E1F1F 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.qtac .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
.qtac {
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
}
.qtac .mat-icon.mat-primary {
  --mat-icon-color: #ca3639;
}
.qtac .mat-icon.mat-accent {
  --mat-icon-color: #1E1F1F;
}
.qtac .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
.qtac {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
  --mat-stepper-header-icon-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #ca3639;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #ca3639;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #ca3639;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.qtac .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #1E1F1F;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #1E1F1F;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(255, 255, 255, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #1E1F1F;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.qtac {
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.qtac .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #ca3639;
  --mat-toolbar-container-text-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1E1F1F;
  --mat-toolbar-container-text-color: rgba(255, 255, 255, 0.87);
}
.qtac .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
.qtac {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
.qtac .mdc-form-field {
  white-space: normal;
}
.qtac .mdc-form-field .mdc-label {
  line-height: initial;
}
.qtac .mat-mdc-checkbox {
  font-family:
    "Montserrat-medium",
    "Roboto",
    "Helvetica Nue";
}
.qtac .mat-mdc-checkbox .mdc-checkbox {
  margin-top: 2px;
}
.qtac .mat-mdc-raised-button {
  background: #ca3639 !important;
  color: white !important;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none !important;
  font-weight: 700 !important;
  letter-spacing: normal;
}
.qtac .mat-mdc-raised-button:disabled {
  background: rgba(0, 0, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
  cursor: default;
}
@media (min-width: 480px) {
  .qtac .mat-mdc-raised-button {
    line-height: 45px;
  }
}
.qtac .mat-mdc-button {
  color: #ca3639 !important;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none !important;
  font-weight: 700 !important;
}
@media (min-width: 480px) {
  .qtac .mat-mdc-button {
    line-height: 45px;
  }
}
.qtac .mat-mdc-table {
  box-shadow: none;
}
.qtac .mat-mdc-table .mat-mdc-header-cell {
  background: #ca3639 !important;
  color: #ffffff !important;
}
.qtac .mat-mdc-table .mat-mdc-footer-cell {
  border: none;
}
.qtac .mat-mdc-table th.mat-mdc-header-cell:last-of-type {
  padding-right: 0;
}
.qtac .mat-mdc-table td.mat-mdc-cell:last-of-type {
  padding-right: 0;
}
.qtac .mat-mdc-datepicker-toggle {
  border: 1px solid #e2e2e2;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.qtac .mat-mdc-datepicker-toggle .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 30px;
  --mat-icon-button-state-layer-size: 30px;
  width: 30px;
  height: 30px;
  padding: 3px;
}
.qtac .mat-bg-primary,
.qtac .topbar:not(.topbar-white),
.qtac .chats-wrap .conversations-hold .single-conversation.me .conversation-msg,
.qtac .ngx-datatable .datatable-footer .datatable-pager .pager .pages.active a,
.qtac .fileupload-drop-zone.dz-file-over,
.qtac .toolbar-avatar.online > .status-dot,
.qtac .cal-open-day-events,
.qtac div.hopscotch-bubble {
  background: #ca3639 !important;
  color: #ffffff !important;
}
.qtac .mat-color-primary,
.qtac .list-item-active,
.qtac .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.qtac .sidenav-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.qtac .sidenav-hold .sidenav li.open > a > span {
  color: #ca3639 !important;
}
.qtac .sidebar-panel .mat-nav-list .mat-mdc-list-item {
  color: rgba(0, 0, 0, 0.94);
}
.qtac .topnav ul.menu > li > div.open > a,
.qtac .topnav ul.menu > li > div.open > div,
.qtac .sidebar-panel .sidebar-list-item.open > .mdc-list-item__content > .sub-menu,
.qtac .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.qtac .list-item-active {
  border-color: #ca3639 !important;
}
.qtac .sidebar-panel {
  background: url("./media/sidebar-bg.jpg") no-repeat;
}
.qtac .sidebar-compact ul.submenu,
.qtac .default-bg {
  background: #ffffff !important;
}
.qtac .default-light-bg {
  background: #fafafa !important;
}
.qtac {
}
.qtac .topbar-white {
  background: #ffffff;
}
.qtac .topbar-white .search-bar .top-search-form {
  box-shadow: inset 0 0 2px 2px rgba(136, 136, 136, 0.2);
}
.qtac {
}
.qtac div.hopscotch-bubble {
  border-color: rgb(170.2960629921, 44.9039370079, 47.4456692913);
}
.qtac {
}
.qtac div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid rgb(170.2960629921, 44.9039370079, 47.4456692913);
}
.qtac div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #ca3639;
  top: -16px;
}
.qtac {
}
.qtac div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid rgb(170.2960629921, 44.9039370079, 47.4456692913);
}
.qtac div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-left: 17px solid #ca3639;
  left: -1px;
}
.qtac {
}
.qtac div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid rgb(170.2960629921, 44.9039370079, 47.4456692913);
}
.qtac div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #ca3639;
  top: -18px;
}
.qtac {
}
.qtac div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid rgb(170.2960629921, 44.9039370079, 47.4456692913);
}
.qtac div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  left: 1px;
  border-right: 17px solid #ca3639;
}
.qtac .mat-bg-accent,
.qtac div.hopscotch-bubble .hopscotch-bubble-number,
.qtac div.hopscotch-bubble .hopscotch-nav-button.next:hover,
.qtac div.hopscotch-bubble .hopscotch-nav-button.next {
  background-color: #1E1F1F;
  color: black;
}
.qtac .mat-bg-warn {
  background-color: #f44336;
  color: white;
}
.qtac .mat-color-accent {
  color: #1E1F1F;
}
.qtac .mat-color-warn {
  color: #f44336;
}
.qtac .mat-color-default {
  color: rgba(0, 0, 0, 0.87);
}
.qtac .fill-color-accent {
  color: #1E1F1F;
}
.qtac .fill-color-warn {
  color: #f44336;
}
@media (max-width: 959px) {
  .qtac .default-bg-mobile {
    background: #ffffff;
  }
}
.cdk-overlay-container {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ca3639 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #1E1F1F 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #ca3639;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ca3639 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ca3639 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ca3639 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ca3639;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.cdk-overlay-container .mat-datepicker-content.mat-accent,
.cdk-overlay-container .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #1E1F1F 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #1E1F1F 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #1E1F1F;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1E1F1F 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1E1F1F 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1E1F1F 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #1E1F1F;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.cdk-overlay-container .mat-datepicker-content.mat-warn,
.cdk-overlay-container .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #1E1F1F 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.cdk-overlay-container .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.cdk-overlay-container .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
.cdk-overlay-container {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.cdk-overlay-container .mat-mdc-button.mat-primary,
.cdk-overlay-container .mat-mdc-unelevated-button.mat-primary,
.cdk-overlay-container .mat-mdc-raised-button.mat-primary,
.cdk-overlay-container .mat-mdc-outlined-button.mat-primary,
.cdk-overlay-container .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #ca3639;
  --mat-button-filled-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-button-outlined-label-text-color: #ca3639;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ca3639 12%, transparent);
  --mat-button-outlined-state-layer-color: #ca3639;
  --mat-button-protected-container-color: #ca3639;
  --mat-button-protected-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-button-text-label-text-color: #ca3639;
  --mat-button-text-ripple-color: color-mix(in srgb, #ca3639 12%, transparent);
  --mat-button-text-state-layer-color: #ca3639;
  --mat-button-tonal-container-color: #ca3639;
  --mat-button-tonal-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(255, 255, 255, 0.87);
}
.cdk-overlay-container .mat-mdc-button.mat-accent,
.cdk-overlay-container .mat-mdc-unelevated-button.mat-accent,
.cdk-overlay-container .mat-mdc-raised-button.mat-accent,
.cdk-overlay-container .mat-mdc-outlined-button.mat-accent,
.cdk-overlay-container .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #1E1F1F;
  --mat-button-filled-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-button-outlined-label-text-color: #1E1F1F;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #1E1F1F 12%, transparent);
  --mat-button-outlined-state-layer-color: #1E1F1F;
  --mat-button-protected-container-color: #1E1F1F;
  --mat-button-protected-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-button-text-label-text-color: #1E1F1F;
  --mat-button-text-ripple-color: color-mix(in srgb, #1E1F1F 12%, transparent);
  --mat-button-text-state-layer-color: #1E1F1F;
  --mat-button-tonal-container-color: #1E1F1F;
  --mat-button-tonal-label-text-color: rgba(255, 255, 255, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(255, 255, 255, 0.87);
}
.cdk-overlay-container .mat-mdc-button.mat-warn,
.cdk-overlay-container .mat-mdc-unelevated-button.mat-warn,
.cdk-overlay-container .mat-mdc-raised-button.mat-warn,
.cdk-overlay-container .mat-mdc-outlined-button.mat-warn,
.cdk-overlay-container .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.cdk-overlay-container {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.cdk-overlay-container .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #ca3639;
  --mat-icon-button-state-layer-color: #ca3639;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ca3639 12%, transparent);
}
.cdk-overlay-container .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #1E1F1F;
  --mat-icon-button-state-layer-color: #1E1F1F;
  --mat-icon-button-ripple-color: color-mix(in srgb, #1E1F1F 12%, transparent);
}
.cdk-overlay-container .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
.cdk-overlay-container {
  --mat-icon-button-touch-target-display: block;
}
.cdk-overlay-container .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.avatar-xs {
  width: 24px;
  height: 24px;
}
.avatar-sm {
  width: 36px;
  height: 36px;
}
.avatar-md {
  width: 54px;
  height: 54px;
}
.avatar-lg {
  width: 80px;
  height: 80px;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-light {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.border-top-light {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-right-light {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-bottom-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-left-light {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.height-0px {
  height: 0px;
}
.width-0px {
  width: 0px;
}
.height-40px {
  height: 40px;
}
.width-40px {
  width: 40px;
}
.height-80px {
  height: 80px;
}
.width-80px {
  width: 80px;
}
.height-120px {
  height: 120px;
}
.width-120px {
  width: 120px;
}
.height-160px {
  height: 160px;
}
.width-160px {
  width: 160px;
}
.height-200px {
  height: 200px;
}
.width-200px {
  width: 200px;
}
.height-240px {
  height: 240px;
}
.width-240px {
  width: 240px;
}
.height-260px {
  height: 260px;
}
.width-260px {
  width: 260px;
}
.height-300px {
  height: 300px;
}
.width-300px {
  width: 300px;
}
.height-100 {
  height: 100%;
}
.width-100 {
  width: 100%;
}
.height-100vh {
  height: 100vh;
}
.height-100vh-70px {
  height: calc(100vh - 70px);
}
.height-100vh-80px {
  height: calc(100vh - 80px);
}
.height-100vh-280px {
  height: calc(100vh - 280px);
}
.m-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.m-4 {
  margin: 4px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.p-4 {
  padding: 4px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.m-8 {
  margin: 8px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.p-8 {
  padding: 8px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.m-12 {
  margin: 12px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.p-12 {
  padding: 12px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.m-16 {
  margin: 16px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.p-16 {
  padding: 16px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.m-24 {
  margin: 24px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.p-24 {
  padding: 24px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.m-28 {
  margin: 28px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mr-28 {
  margin-right: 28px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.ml-28 {
  margin-left: 28px !important;
}
.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}
.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.p-28 {
  padding: 28px !important;
}
.pt-28 {
  padding-top: 28px !important;
}
.pr-28 {
  padding-right: 28px !important;
}
.pb-28 {
  padding-bottom: 28px !important;
}
.pl-28 {
  padding-left: 28px !important;
}
.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.m-32 {
  margin: 32px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.p-32 {
  padding: 32px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.m-36 {
  margin: 36px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mr-36 {
  margin-right: 36px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.ml-36 {
  margin-left: 36px !important;
}
.mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.p-36 {
  padding: 36px !important;
}
.pt-36 {
  padding-top: 36px !important;
}
.pr-36 {
  padding-right: 36px !important;
}
.pb-36 {
  padding-bottom: 36px !important;
}
.pl-36 {
  padding-left: 36px !important;
}
.px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.m-40 {
  margin: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.m-44 {
  margin: 44px !important;
}
.mt-44 {
  margin-top: 44px !important;
}
.mr-44 {
  margin-right: 44px !important;
}
.mb-44 {
  margin-bottom: 44px !important;
}
.ml-44 {
  margin-left: 44px !important;
}
.mx-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}
.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.p-44 {
  padding: 44px !important;
}
.pt-44 {
  padding-top: 44px !important;
}
.pr-44 {
  padding-right: 44px !important;
}
.pb-44 {
  padding-bottom: 44px !important;
}
.pl-44 {
  padding-left: 44px !important;
}
.px-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.m-48 {
  margin: 48px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.p-48 {
  padding: 48px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.m-1 {
  margin: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-05 {
  margin-top: 0.5rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-05 {
  margin-right: 0.5rem !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-05 {
  margin-bottom: 0.5rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-05 {
  margin-left: 0.5rem !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.m-033 {
  margin: 0.333333rem !important;
}
.m-333 {
  margin: 0.333333rem !important;
}
.margin-333 {
  margin: 0.333333rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-05 {
  padding-top: 0.5rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-05 {
  padding-right: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-05 {
  padding-bottom: 0.5rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-05 {
  padding-left: 0.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-05 {
  padding: 0.5rem !important;
}
[dir=rtl] .pr-1 {
  padding-left: 1rem;
  padding-right: 0 !important;
}
[dir=rtl] .mr-1 {
  margin-right: 0 !important;
  margin-left: 1rem;
}
.rounded {
  border-radius: 8px;
}
.rounded-circle {
  border-radius: 50%;
}
.rounded.mat-mdc-progress-bar,
.rounded .mat-mdc-progress-bar-fill {
  border-radius: 10px;
  overflow: hidden;
}
.overflow-hidden {
  overflow: hidden !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.background-size-cover {
  background-size: cover;
}
.background-size-contain {
  background-size: contain;
}
.background-size-100 {
  background-size: 100%;
}
[dir=rtl] .float-left {
  float: right;
}
[dir=rtl] .float-right {
  float: left;
}
.button-loading .mat-mdc-button,
.button-loading .mat-mdc-raised-button,
.button-loading .mat-mdc-icon-button {
  display: inline-flex;
  align-items: center;
}
.btn-spinner {
  width: 1em;
  height: 1em;
  background: transparent;
  border-radius: 50%;
  margin: 0 16px 0 0;
  border: 2px solid transparent;
  animation: btn-glow 1s ease infinite;
}
@keyframes btn-glow {
  0% {
    box-shadow: 0 0 0 0.4em rgb(93.3924050633, 92.6075949367, 92.6075949367), 0 0 0 0.1em rgb(93.3924050633, 92.6075949367, 92.6075949367);
    transform: rotate(360deg);
  }
  50% {
    border-top-color: #777676;
  }
  100% {
    box-shadow: 0 0 0 0.4em rgb(93.3924050633, 92.6075949367, 92.6075949367), 0 0 0 3.6em transparent;
  }
}
.mat-mdc-card {
  margin: 0.5rem;
  overflow: hidden;
}
.mat-mdc-card.rounded-circle {
  border-radius: 200px !important;
}
.mat-mdc-card.default {
  padding: 0;
}
.mat-mdc-card.default .mat-mdc-card-title {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  font-weight: 400;
}
.mat-mdc-card.default > :first-child {
  border-radius: 2px 2px 0 0;
}
.mat-mdc-card.default .mat-mdc-card-subtitle:first-child {
  padding-top: 1rem;
}
.mat-mdc-card.default .mat-mdc-card-subtitle {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
}
.mat-mdc-card.default .mat-mdc-card-content {
  padding: 1rem;
  margin-bottom: 0;
  position: relative;
}
.mat-mdc-card.default .mat-mdc-card-actions,
.mat-mdc-card.default .mat-mdc-card-actions:last-child {
  padding: 0.5rem;
  margin: 0;
}
.mat-mdc-card.default > :last-child {
  border-radius: 0 0 2px 2px;
}
.mat-mdc-card .mat-mdc-card-title .mat-divider,
.mat-divider.full-width {
  margin-left: -24px;
  margin-right: -24px;
}
.mat-mdc-card.p-0 .mat-mdc-card-title .card-title-text {
  padding: 1rem 1.5rem;
}
.mat-mdc-card.p-0 .mat-mdc-card-title .card-title-text .card-control {
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.mat-mdc-card.p-0 .mat-mdc-card-title .card-title-text .mat-mdc-card-subtitle {
  margin: 0;
}
.mat-mdc-card.p-0 .mat-mdc-card-title .mat-divider {
  margin-left: 0;
  margin-right: 0;
  border-top-color: rgba(0, 0, 0, 0.04);
}
.mat-mdc-card.p-0 .mat-mdc-card-image {
  margin: 0 0 1rem !important;
}
.mat-mdc-card.p-0 .mat-mdc-card-content {
  padding: 0 1.5rem 1.5rem;
}
egret-sidebar {
  position: absolute;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 280px;
  z-index: 1000;
  float: left;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property:
    transform,
    width,
    min-width,
    max-width,
    -webkit-transform;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
}
egret-sidebar.sidebar-locked-open {
  position: relative !important;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
egret-sidebar.open {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
egret-sidebar.position-right {
  left: auto !important;
  right: 0 !important;
  float: right;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.egret-sidebar-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
.red {
  background-color: #f44336 !important;
}
.red .mat-mdc-table {
  background: transparent !important;
}
.red .ngx-datatable.material *,
.red .mat-mdc-table,
.red .mat-mdc-cell,
.red .mat-mdc-header-cell {
  color: white !important;
}
.red .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.red .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #f44336, 5;
}
.text-red {
  color: #f44336;
}
.sidebar-red .navigation-hold {
  background: rgba(244, 67, 54, 0.96) !important;
}
.sidebar-red .navigation-hold a,
.sidebar-red .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-red .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-red .navigation-hold .sidenav li.open > a > span,
.sidebar-red .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-red .navigation-hold .app-user .app-user-name,
.sidebar-red .navigation-hold .branding .app-logo-text {
  color: white !important;
}
.sidebar-red .navigation-hold a:hover {
  background: rgba(185.8301886792, 22.1886792453, 10.1698113208, 0.2) !important;
}
.sidebar-red .navigation-hold .app-user .app-user-photo,
.sidebar-red .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: white !important;
}
.sidebar-red .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-red .navigation-hold .branding {
  background: rgba(244, 67, 54, 0.96) !important;
}
.sidebar-red .navigation-hold li.open > a {
  background: rgba(185.8301886792, 22.1886792453, 10.1698113208, 0.2) !important;
}
.sidebar-red .navigation-hold .text-muted {
  color: white !important;
}
.topbar-red .topbar.mat-toolbar {
  background: #f44336 !important;
  color: white !important;
}
.footer-red .main-footer {
  background: #f44336 !important;
  color: white !important;
}
.red-50 {
  background-color: #ffebee !important;
}
.red-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-red-50 {
  color: #ffebee !important;
}
.red-100 {
  background-color: #ffcdd2 !important;
}
.red-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-red-100 {
  color: #ffcdd2 !important;
}
.red-200 {
  background-color: #ef9a9a !important;
}
.red-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-red-200 {
  color: #ef9a9a !important;
}
.red-300 {
  background-color: #e57373 !important;
}
.red-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-red-300 {
  color: #e57373 !important;
}
.red-400 {
  background-color: #ef5350 !important;
}
.red-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-red-400 {
  color: #ef5350 !important;
}
.red-500 {
  background-color: #f44336 !important;
}
.red-500-fg {
  color: white !important;
}
.text-red-500 {
  color: #f44336 !important;
}
.red-600 {
  background-color: #e53935 !important;
}
.red-600-fg {
  color: white !important;
}
.text-red-600 {
  color: #e53935 !important;
}
.red-700 {
  background-color: #d32f2f !important;
}
.red-700-fg {
  color: white !important;
}
.text-red-700 {
  color: #d32f2f !important;
}
.red-800 {
  background-color: #c62828 !important;
}
.red-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-red-800 {
  color: #c62828 !important;
}
.red-900 {
  background-color: #b71c1c !important;
}
.red-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-red-900 {
  color: #b71c1c !important;
}
.red-A100 {
  background-color: #ff8a80 !important;
}
.red-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-red-A100 {
  color: #ff8a80 !important;
}
.red-A200 {
  background-color: #ff5252 !important;
}
.red-A200-fg {
  color: white !important;
}
.text-red-A200 {
  color: #ff5252 !important;
}
.red-A400 {
  background-color: #ff1744 !important;
}
.red-A400-fg {
  color: white !important;
}
.text-red-A400 {
  color: #ff1744 !important;
}
.red-A700 {
  background-color: #d50000 !important;
}
.red-A700-fg {
  color: white !important;
}
.text-red-A700 {
  color: #d50000 !important;
}
.pink {
  background-color: #e91e63 !important;
}
.pink .mat-mdc-table {
  background: transparent !important;
}
.pink .ngx-datatable.material *,
.pink .mat-mdc-table,
.pink .mat-mdc-cell,
.pink .mat-mdc-header-cell {
  color: white !important;
}
.pink .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.pink .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #e91e63, 5;
}
.text-pink {
  color: #e91e63;
}
.sidebar-pink .navigation-hold {
  background: rgba(233, 30, 99, 0.96) !important;
}
.sidebar-pink .navigation-hold a,
.sidebar-pink .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-pink .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-pink .navigation-hold .sidenav li.open > a > span,
.sidebar-pink .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-pink .navigation-hold .app-user .app-user-name,
.sidebar-pink .navigation-hold .branding .app-logo-text {
  color: white !important;
}
.sidebar-pink .navigation-hold a:hover {
  background: rgba(146.6599190283, 14.3400809717, 59.3157894737, 0.2) !important;
}
.sidebar-pink .navigation-hold .app-user .app-user-photo,
.sidebar-pink .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: white !important;
}
.sidebar-pink .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-pink .navigation-hold .branding {
  background: rgba(233, 30, 99, 0.96) !important;
}
.sidebar-pink .navigation-hold li.open > a {
  background: rgba(146.6599190283, 14.3400809717, 59.3157894737, 0.2) !important;
}
.sidebar-pink .navigation-hold .text-muted {
  color: white !important;
}
.topbar-pink .topbar.mat-toolbar {
  background: #e91e63 !important;
  color: white !important;
}
.footer-pink .main-footer {
  background: #e91e63 !important;
  color: white !important;
}
.pink-50 {
  background-color: #fce4ec !important;
}
.pink-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-pink-50 {
  color: #fce4ec !important;
}
.pink-100 {
  background-color: #f8bbd0 !important;
}
.pink-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-pink-100 {
  color: #f8bbd0 !important;
}
.pink-200 {
  background-color: #f48fb1 !important;
}
.pink-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-pink-200 {
  color: #f48fb1 !important;
}
.pink-300 {
  background-color: #f06292 !important;
}
.pink-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-pink-300 {
  color: #f06292 !important;
}
.pink-400 {
  background-color: #ec407a !important;
}
.pink-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-pink-400 {
  color: #ec407a !important;
}
.pink-500 {
  background-color: #e91e63 !important;
}
.pink-500-fg {
  color: white !important;
}
.text-pink-500 {
  color: #e91e63 !important;
}
.pink-600 {
  background-color: #d81b60 !important;
}
.pink-600-fg {
  color: white !important;
}
.text-pink-600 {
  color: #d81b60 !important;
}
.pink-700 {
  background-color: #c2185b !important;
}
.pink-700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-pink-700 {
  color: #c2185b !important;
}
.pink-800 {
  background-color: #ad1457 !important;
}
.pink-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-pink-800 {
  color: #ad1457 !important;
}
.pink-900 {
  background-color: #880e4f !important;
}
.pink-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-pink-900 {
  color: #880e4f !important;
}
.pink-A100 {
  background-color: #ff80ab !important;
}
.pink-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-pink-A100 {
  color: #ff80ab !important;
}
.pink-A200 {
  background-color: #ff4081 !important;
}
.pink-A200-fg {
  color: white !important;
}
.text-pink-A200 {
  color: #ff4081 !important;
}
.pink-A400 {
  background-color: #f50057 !important;
}
.pink-A400-fg {
  color: white !important;
}
.text-pink-A400 {
  color: #f50057 !important;
}
.pink-A700 {
  background-color: #c51162 !important;
}
.pink-A700-fg {
  color: white !important;
}
.text-pink-A700 {
  color: #c51162 !important;
}
.light-purple {
  background-color: #7367f0 !important;
}
.light-purple .mat-mdc-table {
  background: transparent !important;
}
.light-purple .ngx-datatable.material *,
.light-purple .mat-mdc-table,
.light-purple .mat-mdc-cell,
.light-purple .mat-mdc-header-cell {
  color: #ffffff !important;
}
.light-purple .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.light-purple .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #7367f0, 5;
}
.text-light-purple {
  color: #7367f0;
}
.sidebar-light-purple .navigation-hold {
  background: rgba(115, 103, 240, 0.96) !important;
}
.sidebar-light-purple .navigation-hold a,
.sidebar-light-purple .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-light-purple .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-light-purple .navigation-hold .sidenav li.open > a > span,
.sidebar-light-purple .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-light-purple .navigation-hold .app-user .app-user-name,
.sidebar-light-purple .navigation-hold .branding .app-logo-text {
  color: #ffffff !important;
}
.sidebar-light-purple .navigation-hold a:hover {
  background: rgba(38.9640718563, 21.6467065868, 219.3532934132, 0.2) !important;
}
.sidebar-light-purple .navigation-hold .app-user .app-user-photo,
.sidebar-light-purple .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: #ffffff !important;
}
.sidebar-light-purple .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-light-purple .navigation-hold .branding {
  background: rgba(115, 103, 240, 0.96) !important;
}
.sidebar-light-purple .navigation-hold li.open > a {
  background: rgba(38.9640718563, 21.6467065868, 219.3532934132, 0.2) !important;
}
.sidebar-light-purple .navigation-hold .text-muted {
  color: white !important;
}
.topbar-light-purple .topbar.mat-toolbar {
  background: #7367f0 !important;
  color: #ffffff !important;
}
.footer-light-purple .main-footer {
  background: #7367f0 !important;
  color: #ffffff !important;
}
.light-purple-50 {
  background-color: #eeedfd !important;
}
.light-purple-50-fg {
  color: #000000 !important;
}
.text-light-purple-50 {
  color: #eeedfd !important;
}
.light-purple-100 {
  background-color: #d5d1fb !important;
}
.light-purple-100-fg {
  color: #000000 !important;
}
.text-light-purple-100 {
  color: #d5d1fb !important;
}
.light-purple-200 {
  background-color: #b9b3f8 !important;
}
.light-purple-200-fg {
  color: #000000 !important;
}
.text-light-purple-200 {
  color: #b9b3f8 !important;
}
.light-purple-300 {
  background-color: #9d95f5 !important;
}
.light-purple-300-fg {
  color: #000000 !important;
}
.text-light-purple-300 {
  color: #9d95f5 !important;
}
.light-purple-400 {
  background-color: #887ef2 !important;
}
.light-purple-400-fg {
  color: #000000 !important;
}
.text-light-purple-400 {
  color: #887ef2 !important;
}
.light-purple-500 {
  background-color: #7367f0 !important;
}
.light-purple-500-fg {
  color: #ffffff !important;
}
.text-light-purple-500 {
  color: #7367f0 !important;
}
.light-purple-600 {
  background-color: #6b5fee !important;
}
.light-purple-600-fg {
  color: #ffffff !important;
}
.text-light-purple-600 {
  color: #6b5fee !important;
}
.light-purple-700 {
  background-color: #6054ec !important;
}
.light-purple-700-fg {
  color: #ffffff !important;
}
.text-light-purple-700 {
  color: #6054ec !important;
}
.light-purple-800 {
  background-color: #564ae9 !important;
}
.light-purple-800-fg {
  color: #ffffff !important;
}
.text-light-purple-800 {
  color: #564ae9 !important;
}
.light-purple-900 {
  background-color: #4339e5 !important;
}
.light-purple-900-fg {
  color: #ffffff !important;
}
.text-light-purple-900 {
  color: #4339e5 !important;
}
.light-purple-A100 {
  background-color: #ffffff !important;
}
.light-purple-A100-fg {
  color: #000000 !important;
}
.text-light-purple-A100 {
  color: #ffffff !important;
}
.light-purple-A200 {
  background-color: #fcfcff !important;
}
.light-purple-A200-fg {
  color: #000000 !important;
}
.text-light-purple-A200 {
  color: #fcfcff !important;
}
.light-purple-A400 {
  background-color: #ccc9ff !important;
}
.light-purple-A400-fg {
  color: #000000 !important;
}
.text-light-purple-A400 {
  color: #ccc9ff !important;
}
.light-purple-A700 {
  background-color: #b3afff !important;
}
.light-purple-A700-fg {
  color: #000000 !important;
}
.text-light-purple-A700 {
  color: #b3afff !important;
}
.purple {
  background-color: #9c27b0 !important;
}
.purple .mat-mdc-table {
  background: transparent !important;
}
.purple .ngx-datatable.material *,
.purple .mat-mdc-table,
.purple .mat-mdc-cell,
.purple .mat-mdc-header-cell {
  color: rgba(255, 255, 255, 0.87) !important;
}
.purple .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.purple .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #9c27b0, 5;
}
.text-purple {
  color: #9c27b0;
}
.sidebar-purple .navigation-hold {
  background: rgba(156, 39, 176, 0.96) !important;
}
.sidebar-purple .navigation-hold a,
.sidebar-purple .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-purple .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-purple .navigation-hold .sidenav li.open > a > span,
.sidebar-purple .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-purple .navigation-hold .app-user .app-user-name,
.sidebar-purple .navigation-hold .branding .app-logo-text {
  color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-purple .navigation-hold a:hover {
  background: rgba(81.9906976744, 20.4976744186, 92.5023255814, 0.2) !important;
}
.sidebar-purple .navigation-hold .app-user .app-user-photo,
.sidebar-purple .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-purple .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-purple .navigation-hold .branding {
  background: rgba(156, 39, 176, 0.96) !important;
}
.sidebar-purple .navigation-hold li.open > a {
  background: rgba(81.9906976744, 20.4976744186, 92.5023255814, 0.2) !important;
}
.sidebar-purple .navigation-hold .text-muted {
  color: rgba(255, 255, 255, 0.87) !important;
}
.topbar-purple .topbar.mat-toolbar {
  background: #9c27b0 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.footer-purple .main-footer {
  background: #9c27b0 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.purple-50 {
  background-color: #f3e5f5 !important;
}
.purple-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-purple-50 {
  color: #f3e5f5 !important;
}
.purple-100 {
  background-color: #e1bee7 !important;
}
.purple-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-purple-100 {
  color: #e1bee7 !important;
}
.purple-200 {
  background-color: #ce93d8 !important;
}
.purple-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-purple-200 {
  color: #ce93d8 !important;
}
.purple-300 {
  background-color: #ba68c8 !important;
}
.purple-300-fg {
  color: white !important;
}
.text-purple-300 {
  color: #ba68c8 !important;
}
.purple-400 {
  background-color: #ab47bc !important;
}
.purple-400-fg {
  color: white !important;
}
.text-purple-400 {
  color: #ab47bc !important;
}
.purple-500 {
  background-color: #9c27b0 !important;
}
.purple-500-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-purple-500 {
  color: #9c27b0 !important;
}
.purple-600 {
  background-color: #8e24aa !important;
}
.purple-600-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-purple-600 {
  color: #8e24aa !important;
}
.purple-700 {
  background-color: #7b1fa2 !important;
}
.purple-700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-purple-700 {
  color: #7b1fa2 !important;
}
.purple-800 {
  background-color: #6a1b9a !important;
}
.purple-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-purple-800 {
  color: #6a1b9a !important;
}
.purple-900 {
  background-color: #4a148c !important;
}
.purple-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-purple-900 {
  color: #4a148c !important;
}
.purple-A100 {
  background-color: #ea80fc !important;
}
.purple-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-purple-A100 {
  color: #ea80fc !important;
}
.purple-A200 {
  background-color: #e040fb !important;
}
.purple-A200-fg {
  color: white !important;
}
.text-purple-A200 {
  color: #e040fb !important;
}
.purple-A400 {
  background-color: #d500f9 !important;
}
.purple-A400-fg {
  color: white !important;
}
.text-purple-A400 {
  color: #d500f9 !important;
}
.purple-A700 {
  background-color: #aa00ff !important;
}
.purple-A700-fg {
  color: white !important;
}
.text-purple-A700 {
  color: #aa00ff !important;
}
.deep-purple {
  background-color: #673ab7 !important;
}
.deep-purple .mat-mdc-table {
  background: transparent !important;
}
.deep-purple .ngx-datatable.material *,
.deep-purple .mat-mdc-table,
.deep-purple .mat-mdc-cell,
.deep-purple .mat-mdc-header-cell {
  color: rgba(255, 255, 255, 0.87) !important;
}
.deep-purple .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.deep-purple .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #673ab7, 5;
}
.text-deep-purple {
  color: #673ab7;
}
.sidebar-deep-purple .navigation-hold {
  background: rgba(103, 58, 183, 0.96) !important;
}
.sidebar-deep-purple .navigation-hold a,
.sidebar-deep-purple .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-deep-purple .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-deep-purple .navigation-hold .sidenav li.open > a > span,
.sidebar-deep-purple .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-deep-purple .navigation-hold .app-user .app-user-name,
.sidebar-deep-purple .navigation-hold .branding .app-logo-text {
  color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-deep-purple .navigation-hold a:hover {
  background: rgba(59.4066390041, 33.4522821577, 105.5477178423, 0.2) !important;
}
.sidebar-deep-purple .navigation-hold .app-user .app-user-photo,
.sidebar-deep-purple .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-deep-purple .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-deep-purple .navigation-hold .branding {
  background: rgba(103, 58, 183, 0.96) !important;
}
.sidebar-deep-purple .navigation-hold li.open > a {
  background: rgba(59.4066390041, 33.4522821577, 105.5477178423, 0.2) !important;
}
.sidebar-deep-purple .navigation-hold .text-muted {
  color: rgba(255, 255, 255, 0.87) !important;
}
.topbar-deep-purple .topbar.mat-toolbar {
  background: #673ab7 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.footer-deep-purple .main-footer {
  background: #673ab7 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.deep-purple-50 {
  background-color: #ede7f6 !important;
}
.deep-purple-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-purple-50 {
  color: #ede7f6 !important;
}
.deep-purple-100 {
  background-color: #d1c4e9 !important;
}
.deep-purple-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-purple-100 {
  color: #d1c4e9 !important;
}
.deep-purple-200 {
  background-color: #b39ddb !important;
}
.deep-purple-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-purple-200 {
  color: #b39ddb !important;
}
.deep-purple-300 {
  background-color: #9575cd !important;
}
.deep-purple-300-fg {
  color: white !important;
}
.text-deep-purple-300 {
  color: #9575cd !important;
}
.deep-purple-400 {
  background-color: #7e57c2 !important;
}
.deep-purple-400-fg {
  color: white !important;
}
.text-deep-purple-400 {
  color: #7e57c2 !important;
}
.deep-purple-500 {
  background-color: #673ab7 !important;
}
.deep-purple-500-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-deep-purple-500 {
  color: #673ab7 !important;
}
.deep-purple-600 {
  background-color: #5e35b1 !important;
}
.deep-purple-600-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-deep-purple-600 {
  color: #5e35b1 !important;
}
.deep-purple-700 {
  background-color: #512da8 !important;
}
.deep-purple-700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-deep-purple-700 {
  color: #512da8 !important;
}
.deep-purple-800 {
  background-color: #4527a0 !important;
}
.deep-purple-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-deep-purple-800 {
  color: #4527a0 !important;
}
.deep-purple-900 {
  background-color: #311b92 !important;
}
.deep-purple-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-deep-purple-900 {
  color: #311b92 !important;
}
.deep-purple-A100 {
  background-color: #b388ff !important;
}
.deep-purple-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-purple-A100 {
  color: #b388ff !important;
}
.deep-purple-A200 {
  background-color: #7c4dff !important;
}
.deep-purple-A200-fg {
  color: white !important;
}
.text-deep-purple-A200 {
  color: #7c4dff !important;
}
.deep-purple-A400 {
  background-color: #651fff !important;
}
.deep-purple-A400-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-deep-purple-A400 {
  color: #651fff !important;
}
.deep-purple-A700 {
  background-color: #6200ea !important;
}
.deep-purple-A700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-deep-purple-A700 {
  color: #6200ea !important;
}
.indigo {
  background-color: #3f51b5 !important;
}
.indigo .mat-mdc-table {
  background: transparent !important;
}
.indigo .ngx-datatable.material *,
.indigo .mat-mdc-table,
.indigo .mat-mdc-cell,
.indigo .mat-mdc-header-cell {
  color: rgba(255, 255, 255, 0.87) !important;
}
.indigo .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.indigo .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #3f51b5, 5;
}
.text-indigo {
  color: #3f51b5;
}
.sidebar-indigo .navigation-hold {
  background: rgba(63, 81, 181, 0.96) !important;
}
.sidebar-indigo .navigation-hold a,
.sidebar-indigo .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-indigo .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-indigo .navigation-hold .sidenav li.open > a > span,
.sidebar-indigo .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-indigo .navigation-hold .app-user .app-user-name,
.sidebar-indigo .navigation-hold .branding .app-logo-text {
  color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-indigo .navigation-hold a:hover {
  background: rgba(36.6639344262, 47.1393442623, 105.3360655738, 0.2) !important;
}
.sidebar-indigo .navigation-hold .app-user .app-user-photo,
.sidebar-indigo .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-indigo .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-indigo .navigation-hold .branding {
  background: rgba(63, 81, 181, 0.96) !important;
}
.sidebar-indigo .navigation-hold li.open > a {
  background: rgba(36.6639344262, 47.1393442623, 105.3360655738, 0.2) !important;
}
.sidebar-indigo .navigation-hold .text-muted {
  color: rgba(255, 255, 255, 0.87) !important;
}
.topbar-indigo .topbar.mat-toolbar {
  background: #3f51b5 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.footer-indigo .main-footer {
  background: #3f51b5 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.indigo-50 {
  background-color: #e8eaf6 !important;
}
.indigo-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-indigo-50 {
  color: #e8eaf6 !important;
}
.indigo-100 {
  background-color: #c5cae9 !important;
}
.indigo-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-indigo-100 {
  color: #c5cae9 !important;
}
.indigo-200 {
  background-color: #9fa8da !important;
}
.indigo-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-indigo-200 {
  color: #9fa8da !important;
}
.indigo-300 {
  background-color: #7986cb !important;
}
.indigo-300-fg {
  color: white !important;
}
.text-indigo-300 {
  color: #7986cb !important;
}
.indigo-400 {
  background-color: #5c6bc0 !important;
}
.indigo-400-fg {
  color: white !important;
}
.text-indigo-400 {
  color: #5c6bc0 !important;
}
.indigo-500 {
  background-color: #3f51b5 !important;
}
.indigo-500-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-indigo-500 {
  color: #3f51b5 !important;
}
.indigo-600 {
  background-color: #3949ab !important;
}
.indigo-600-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-indigo-600 {
  color: #3949ab !important;
}
.indigo-700 {
  background-color: #303f9f !important;
}
.indigo-700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-indigo-700 {
  color: #303f9f !important;
}
.indigo-800 {
  background-color: #283593 !important;
}
.indigo-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-indigo-800 {
  color: #283593 !important;
}
.indigo-900 {
  background-color: #1a237e !important;
}
.indigo-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-indigo-900 {
  color: #1a237e !important;
}
.indigo-A100 {
  background-color: #8c9eff !important;
}
.indigo-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-indigo-A100 {
  color: #8c9eff !important;
}
.indigo-A200 {
  background-color: #536dfe !important;
}
.indigo-A200-fg {
  color: white !important;
}
.text-indigo-A200 {
  color: #536dfe !important;
}
.indigo-A400 {
  background-color: #3d5afe !important;
}
.indigo-A400-fg {
  color: white !important;
}
.text-indigo-A400 {
  color: #3d5afe !important;
}
.indigo-A700 {
  background-color: #304ffe !important;
}
.indigo-A700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-indigo-A700 {
  color: #304ffe !important;
}
.blue {
  background-color: #2196f3 !important;
}
.blue .mat-mdc-table {
  background: transparent !important;
}
.blue .ngx-datatable.material *,
.blue .mat-mdc-table,
.blue .mat-mdc-cell,
.blue .mat-mdc-header-cell {
  color: white !important;
}
.blue .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.blue .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #2196f3, 5;
}
.text-blue {
  color: #2196f3;
}
.sidebar-blue .navigation-hold {
  background: rgba(33, 150, 243, 0.96) !important;
}
.sidebar-blue .navigation-hold a,
.sidebar-blue .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-blue .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-blue .navigation-hold .sidenav li.open > a > span,
.sidebar-blue .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-blue .navigation-hold .app-user .app-user-name,
.sidebar-blue .navigation-hold .branding .app-logo-text {
  color: white !important;
}
.sidebar-blue .navigation-hold a:hover {
  background: rgba(8.9230769231, 95.9230769231, 165.0769230769, 0.2) !important;
}
.sidebar-blue .navigation-hold .app-user .app-user-photo,
.sidebar-blue .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: white !important;
}
.sidebar-blue .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-blue .navigation-hold .branding {
  background: rgba(33, 150, 243, 0.96) !important;
}
.sidebar-blue .navigation-hold li.open > a {
  background: rgba(8.9230769231, 95.9230769231, 165.0769230769, 0.2) !important;
}
.sidebar-blue .navigation-hold .text-muted {
  color: white !important;
}
.topbar-blue .topbar.mat-toolbar {
  background: #2196f3 !important;
  color: white !important;
}
.footer-blue .main-footer {
  background: #2196f3 !important;
  color: white !important;
}
.blue-50 {
  background-color: #e3f2fd !important;
}
.blue-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-50 {
  color: #e3f2fd !important;
}
.blue-100 {
  background-color: #bbdefb !important;
}
.blue-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-100 {
  color: #bbdefb !important;
}
.blue-200 {
  background-color: #90caf9 !important;
}
.blue-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-200 {
  color: #90caf9 !important;
}
.blue-300 {
  background-color: #64b5f6 !important;
}
.blue-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-300 {
  color: #64b5f6 !important;
}
.blue-400 {
  background-color: #42a5f5 !important;
}
.blue-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-400 {
  color: #42a5f5 !important;
}
.blue-500 {
  background-color: #2196f3 !important;
}
.blue-500-fg {
  color: white !important;
}
.text-blue-500 {
  color: #2196f3 !important;
}
.blue-600 {
  background-color: #1e88e5 !important;
}
.blue-600-fg {
  color: white !important;
}
.text-blue-600 {
  color: #1e88e5 !important;
}
.blue-700 {
  background-color: #1976d2 !important;
}
.blue-700-fg {
  color: white !important;
}
.text-blue-700 {
  color: #1976d2 !important;
}
.blue-800 {
  background-color: #1565c0 !important;
}
.blue-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-blue-800 {
  color: #1565c0 !important;
}
.blue-900 {
  background-color: #0d47a1 !important;
}
.blue-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-blue-900 {
  color: #0d47a1 !important;
}
.blue-A100 {
  background-color: #82b1ff !important;
}
.blue-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-A100 {
  color: #82b1ff !important;
}
.blue-A200 {
  background-color: #448aff !important;
}
.blue-A200-fg {
  color: white !important;
}
.text-blue-A200 {
  color: #448aff !important;
}
.blue-A400 {
  background-color: #2979ff !important;
}
.blue-A400-fg {
  color: white !important;
}
.text-blue-A400 {
  color: #2979ff !important;
}
.blue-A700 {
  background-color: #2962ff !important;
}
.blue-A700-fg {
  color: white !important;
}
.text-blue-A700 {
  color: #2962ff !important;
}
.light-blue {
  background-color: #03a9f4 !important;
}
.light-blue .mat-mdc-table {
  background: transparent !important;
}
.light-blue .ngx-datatable.material *,
.light-blue .mat-mdc-table,
.light-blue .mat-mdc-cell,
.light-blue .mat-mdc-header-cell {
  color: white !important;
}
.light-blue .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.light-blue .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #03a9f4, 5;
}
.text-light-blue {
  color: #03a9f4;
}
.sidebar-light-blue .navigation-hold {
  background: rgba(3, 169, 244, 0.96) !important;
}
.sidebar-light-blue .navigation-hold a,
.sidebar-light-blue .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-light-blue .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-light-blue .navigation-hold .sidenav li.open > a > span,
.sidebar-light-blue .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-light-blue .navigation-hold .app-user .app-user-name,
.sidebar-light-blue .navigation-hold .branding .app-logo-text {
  color: white !important;
}
.sidebar-light-blue .navigation-hold a:hover {
  background: rgba(1.7611336032, 99.2105263158, 143.2388663968, 0.2) !important;
}
.sidebar-light-blue .navigation-hold .app-user .app-user-photo,
.sidebar-light-blue .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: white !important;
}
.sidebar-light-blue .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-light-blue .navigation-hold .branding {
  background: rgba(3, 169, 244, 0.96) !important;
}
.sidebar-light-blue .navigation-hold li.open > a {
  background: rgba(1.7611336032, 99.2105263158, 143.2388663968, 0.2) !important;
}
.sidebar-light-blue .navigation-hold .text-muted {
  color: white !important;
}
.topbar-light-blue .topbar.mat-toolbar {
  background: #03a9f4 !important;
  color: white !important;
}
.footer-light-blue .main-footer {
  background: #03a9f4 !important;
  color: white !important;
}
.light-blue-50 {
  background-color: #e1f5fe !important;
}
.light-blue-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-blue-50 {
  color: #e1f5fe !important;
}
.light-blue-100 {
  background-color: #b3e5fc !important;
}
.light-blue-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-blue-100 {
  color: #b3e5fc !important;
}
.light-blue-200 {
  background-color: #81d4fa !important;
}
.light-blue-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-blue-200 {
  color: #81d4fa !important;
}
.light-blue-300 {
  background-color: #4fc3f7 !important;
}
.light-blue-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-blue-300 {
  color: #4fc3f7 !important;
}
.light-blue-400 {
  background-color: #29b6f6 !important;
}
.light-blue-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-blue-400 {
  color: #29b6f6 !important;
}
.light-blue-500 {
  background-color: #03a9f4 !important;
}
.light-blue-500-fg {
  color: white !important;
}
.text-light-blue-500 {
  color: #03a9f4 !important;
}
.light-blue-600 {
  background-color: #039be5 !important;
}
.light-blue-600-fg {
  color: white !important;
}
.text-light-blue-600 {
  color: #039be5 !important;
}
.light-blue-700 {
  background-color: #0288d1 !important;
}
.light-blue-700-fg {
  color: white !important;
}
.text-light-blue-700 {
  color: #0288d1 !important;
}
.light-blue-800 {
  background-color: #0277bd !important;
}
.light-blue-800-fg {
  color: white !important;
}
.text-light-blue-800 {
  color: #0277bd !important;
}
.light-blue-900 {
  background-color: #01579b !important;
}
.light-blue-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-light-blue-900 {
  color: #01579b !important;
}
.light-blue-A100 {
  background-color: #80d8ff !important;
}
.light-blue-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-blue-A100 {
  color: #80d8ff !important;
}
.light-blue-A200 {
  background-color: #40c4ff !important;
}
.light-blue-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-blue-A200 {
  color: #40c4ff !important;
}
.light-blue-A400 {
  background-color: #00b0ff !important;
}
.light-blue-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-blue-A400 {
  color: #00b0ff !important;
}
.light-blue-A700 {
  background-color: #0091ea !important;
}
.light-blue-A700-fg {
  color: white !important;
}
.text-light-blue-A700 {
  color: #0091ea !important;
}
.qtac-primary {
  background-color: #ca3639 !important;
}
.qtac-primary .mat-mdc-table {
  background: transparent !important;
}
.qtac-primary .ngx-datatable.material *,
.qtac-primary .mat-mdc-table,
.qtac-primary .mat-mdc-cell,
.qtac-primary .mat-mdc-header-cell {
  color: rgba(255, 255, 255, 0.87) !important;
}
.qtac-primary .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.qtac-primary .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #ca3639, 5;
}
.text-qtac-primary {
  color: #ca3639;
}
.sidebar-qtac-primary .navigation-hold {
  background: rgba(202, 54, 57, 0.96) !important;
}
.sidebar-qtac-primary .navigation-hold a,
.sidebar-qtac-primary .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-qtac-primary .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-qtac-primary .navigation-hold .sidenav li.open > a > span,
.sidebar-qtac-primary .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-qtac-primary .navigation-hold .app-user .app-user-name,
.sidebar-qtac-primary .navigation-hold .branding .app-logo-text {
  color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-qtac-primary .navigation-hold a:hover {
  background: rgba(121.8661417323, 32.1338582677, 33.9527559055, 0.2) !important;
}
.sidebar-qtac-primary .navigation-hold .app-user .app-user-photo,
.sidebar-qtac-primary .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-qtac-primary .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-qtac-primary .navigation-hold .branding {
  background: rgba(202, 54, 57, 0.96) !important;
}
.sidebar-qtac-primary .navigation-hold li.open > a {
  background: rgba(121.8661417323, 32.1338582677, 33.9527559055, 0.2) !important;
}
.sidebar-qtac-primary .navigation-hold .text-muted {
  color: rgba(255, 255, 255, 0.87) !important;
}
.topbar-qtac-primary .topbar.mat-toolbar {
  background: #ca3639 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.footer-qtac-primary .main-footer {
  background: #ca3639 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.qtac-primary-100 {
  background-color: #f0c3c4 !important;
}
.qtac-primary-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-qtac-primary-100 {
  color: #f0c3c4 !important;
}
.qtac-primary-500 {
  background-color: #ca3639 !important;
}
.qtac-primary-500-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-qtac-primary-500 {
  color: #ca3639 !important;
}
.qtac-primary-700 {
  background-color: #bd292c !important;
}
.qtac-primary-700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-qtac-primary-700 {
  color: #bd292c !important;
}
.dark-blue {
  background-color: #10174c !important;
}
.dark-blue .mat-mdc-table {
  background: transparent !important;
}
.dark-blue .ngx-datatable.material *,
.dark-blue .mat-mdc-table,
.dark-blue .mat-mdc-cell,
.dark-blue .mat-mdc-header-cell {
  color: rgba(255, 255, 255, 0.87) !important;
}
.dark-blue .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.dark-blue .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #10174c, 5;
}
.text-dark-blue {
  color: #10174c;
}
.sidebar-dark-blue .navigation-hold {
  background: rgba(16, 23, 76, 0.96) !important;
}
.sidebar-dark-blue .navigation-hold a,
.sidebar-dark-blue .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-dark-blue .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-dark-blue .navigation-hold .sidenav li.open > a > span,
.sidebar-dark-blue .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-dark-blue .navigation-hold .app-user .app-user-name,
.sidebar-dark-blue .navigation-hold .branding .app-logo-text {
  color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-dark-blue .navigation-hold a:hover {
  background: hsla(233, 65.2173913043%, -1.9607843137%, 0.2) !important;
}
.sidebar-dark-blue .navigation-hold .app-user .app-user-photo,
.sidebar-dark-blue .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-dark-blue .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-dark-blue .navigation-hold .branding {
  background: rgba(16, 23, 76, 0.96) !important;
}
.sidebar-dark-blue .navigation-hold li.open > a {
  background: hsla(233, 65.2173913043%, -1.9607843137%, 0.2) !important;
}
.sidebar-dark-blue .navigation-hold .text-muted {
  color: rgba(255, 255, 255, 0.87) !important;
}
.topbar-dark-blue .topbar.mat-toolbar {
  background: #10174c !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.footer-dark-blue .main-footer {
  background: #10174c !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.dark-blue-50 {
  background-color: #e2e3ea !important;
}
.dark-blue-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-dark-blue-50 {
  color: #e2e3ea !important;
}
.dark-blue-100 {
  background-color: #b7b9c9 !important;
}
.dark-blue-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-dark-blue-100 {
  color: #b7b9c9 !important;
}
.dark-blue-200 {
  background-color: #888ba6 !important;
}
.dark-blue-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-dark-blue-200 {
  color: #888ba6 !important;
}
.dark-blue-300 {
  background-color: #585d82 !important;
}
.dark-blue-300-fg {
  color: white !important;
}
.text-dark-blue-300 {
  color: #585d82 !important;
}
.dark-blue-400 {
  background-color: #343a67 !important;
}
.dark-blue-400-fg {
  color: white !important;
}
.text-dark-blue-400 {
  color: #343a67 !important;
}
.dark-blue-500 {
  background-color: #10174c !important;
}
.dark-blue-500-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-dark-blue-500 {
  color: #10174c !important;
}
.dark-blue-600 {
  background-color: #0e1445 !important;
}
.dark-blue-600-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-dark-blue-600 {
  color: #0e1445 !important;
}
.dark-blue-700 {
  background-color: #0c113c !important;
}
.dark-blue-700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-dark-blue-700 {
  color: #0c113c !important;
}
.dark-blue-800 {
  background-color: #090d33 !important;
}
.dark-blue-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-dark-blue-800 {
  color: #090d33 !important;
}
.dark-blue-900 {
  background-color: #050724 !important;
}
.dark-blue-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-dark-blue-900 {
  color: #050724 !important;
}
.dark-blue-A100 {
  background-color: #6068ff !important;
}
.dark-blue-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-dark-blue-A100 {
  color: #6068ff !important;
}
.dark-blue-A200 {
  background-color: #2d38ff !important;
}
.dark-blue-A200-fg {
  color: white !important;
}
.text-dark-blue-A200 {
  color: #2d38ff !important;
}
.dark-blue-A400 {
  background-color: #000df9 !important;
}
.dark-blue-A400-fg {
  color: white !important;
}
.text-dark-blue-A400 {
  color: #000df9 !important;
}
.dark-blue-A700 {
  background-color: #000be0 !important;
}
.dark-blue-A700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-dark-blue-A700 {
  color: #000be0 !important;
}
.cyan {
  background-color: #00bcd4 !important;
}
.cyan .mat-mdc-table {
  background: transparent !important;
}
.cyan .ngx-datatable.material *,
.cyan .mat-mdc-table,
.cyan .mat-mdc-cell,
.cyan .mat-mdc-header-cell {
  color: white !important;
}
.cyan .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.cyan .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #00bcd4, 5;
}
.text-cyan {
  color: #00bcd4;
}
.sidebar-cyan .navigation-hold {
  background: rgba(0, 188, 212, 0.96) !important;
}
.sidebar-cyan .navigation-hold a,
.sidebar-cyan .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-cyan .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-cyan .navigation-hold .sidenav li.open > a > span,
.sidebar-cyan .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-cyan .navigation-hold .app-user .app-user-name,
.sidebar-cyan .navigation-hold .branding .app-logo-text {
  color: white !important;
}
.sidebar-cyan .navigation-hold a:hover {
  background: rgba(0, 97.5471698113, 110, 0.2) !important;
}
.sidebar-cyan .navigation-hold .app-user .app-user-photo,
.sidebar-cyan .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: white !important;
}
.sidebar-cyan .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-cyan .navigation-hold .branding {
  background: rgba(0, 188, 212, 0.96) !important;
}
.sidebar-cyan .navigation-hold li.open > a {
  background: rgba(0, 97.5471698113, 110, 0.2) !important;
}
.sidebar-cyan .navigation-hold .text-muted {
  color: white !important;
}
.topbar-cyan .topbar.mat-toolbar {
  background: #00bcd4 !important;
  color: white !important;
}
.footer-cyan .main-footer {
  background: #00bcd4 !important;
  color: white !important;
}
.cyan-50 {
  background-color: #e0f7fa !important;
}
.cyan-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-cyan-50 {
  color: #e0f7fa !important;
}
.cyan-100 {
  background-color: #b2ebf2 !important;
}
.cyan-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-cyan-100 {
  color: #b2ebf2 !important;
}
.cyan-200 {
  background-color: #80deea !important;
}
.cyan-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-cyan-200 {
  color: #80deea !important;
}
.cyan-300 {
  background-color: #4dd0e1 !important;
}
.cyan-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-cyan-300 {
  color: #4dd0e1 !important;
}
.cyan-400 {
  background-color: #26c6da !important;
}
.cyan-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-cyan-400 {
  color: #26c6da !important;
}
.cyan-500 {
  background-color: #00bcd4 !important;
}
.cyan-500-fg {
  color: white !important;
}
.text-cyan-500 {
  color: #00bcd4 !important;
}
.cyan-600 {
  background-color: #00acc1 !important;
}
.cyan-600-fg {
  color: white !important;
}
.text-cyan-600 {
  color: #00acc1 !important;
}
.cyan-700 {
  background-color: #0097a7 !important;
}
.cyan-700-fg {
  color: white !important;
}
.text-cyan-700 {
  color: #0097a7 !important;
}
.cyan-800 {
  background-color: #00838f !important;
}
.cyan-800-fg {
  color: white !important;
}
.text-cyan-800 {
  color: #00838f !important;
}
.cyan-900 {
  background-color: #006064 !important;
}
.cyan-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-cyan-900 {
  color: #006064 !important;
}
.cyan-A100 {
  background-color: #84ffff !important;
}
.cyan-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-cyan-A100 {
  color: #84ffff !important;
}
.cyan-A200 {
  background-color: #18ffff !important;
}
.cyan-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-cyan-A200 {
  color: #18ffff !important;
}
.cyan-A400 {
  background-color: #00e5ff !important;
}
.cyan-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-cyan-A400 {
  color: #00e5ff !important;
}
.cyan-A700 {
  background-color: #00b8d4 !important;
}
.cyan-A700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-cyan-A700 {
  color: #00b8d4 !important;
}
.teal {
  background-color: #009688 !important;
}
.teal .mat-mdc-table {
  background: transparent !important;
}
.teal .ngx-datatable.material *,
.teal .mat-mdc-table,
.teal .mat-mdc-cell,
.teal .mat-mdc-header-cell {
  color: white !important;
}
.teal .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.teal .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #009688, 5;
}
.text-teal {
  color: #009688;
}
.sidebar-teal .navigation-hold {
  background: rgba(0, 150, 136, 0.96) !important;
}
.sidebar-teal .navigation-hold a,
.sidebar-teal .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-teal .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-teal .navigation-hold .sidenav li.open > a > span,
.sidebar-teal .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-teal .navigation-hold .app-user .app-user-name,
.sidebar-teal .navigation-hold .branding .app-logo-text {
  color: white !important;
}
.sidebar-teal .navigation-hold a:hover {
  background: rgba(0, 48, 43.52, 0.2) !important;
}
.sidebar-teal .navigation-hold .app-user .app-user-photo,
.sidebar-teal .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: white !important;
}
.sidebar-teal .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-teal .navigation-hold .branding {
  background: rgba(0, 150, 136, 0.96) !important;
}
.sidebar-teal .navigation-hold li.open > a {
  background: rgba(0, 48, 43.52, 0.2) !important;
}
.sidebar-teal .navigation-hold .text-muted {
  color: white !important;
}
.topbar-teal .topbar.mat-toolbar {
  background: #009688 !important;
  color: white !important;
}
.footer-teal .main-footer {
  background: #009688 !important;
  color: white !important;
}
.teal-50 {
  background-color: #e0f2f1 !important;
}
.teal-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-teal-50 {
  color: #e0f2f1 !important;
}
.teal-100 {
  background-color: #b2dfdb !important;
}
.teal-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-teal-100 {
  color: #b2dfdb !important;
}
.teal-200 {
  background-color: #80cbc4 !important;
}
.teal-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-teal-200 {
  color: #80cbc4 !important;
}
.teal-300 {
  background-color: #4db6ac !important;
}
.teal-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-teal-300 {
  color: #4db6ac !important;
}
.teal-400 {
  background-color: #26a69a !important;
}
.teal-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-teal-400 {
  color: #26a69a !important;
}
.teal-500 {
  background-color: #009688 !important;
}
.teal-500-fg {
  color: white !important;
}
.text-teal-500 {
  color: #009688 !important;
}
.teal-600 {
  background-color: #00897b !important;
}
.teal-600-fg {
  color: white !important;
}
.text-teal-600 {
  color: #00897b !important;
}
.teal-700 {
  background-color: #00796b !important;
}
.teal-700-fg {
  color: white !important;
}
.text-teal-700 {
  color: #00796b !important;
}
.teal-800 {
  background-color: #00695c !important;
}
.teal-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-teal-800 {
  color: #00695c !important;
}
.teal-900 {
  background-color: #004d40 !important;
}
.teal-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-teal-900 {
  color: #004d40 !important;
}
.teal-A100 {
  background-color: #a7ffeb !important;
}
.teal-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-teal-A100 {
  color: #a7ffeb !important;
}
.teal-A200 {
  background-color: #64ffda !important;
}
.teal-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-teal-A200 {
  color: #64ffda !important;
}
.teal-A400 {
  background-color: #1de9b6 !important;
}
.teal-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-teal-A400 {
  color: #1de9b6 !important;
}
.teal-A700 {
  background-color: #00bfa5 !important;
}
.teal-A700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-teal-A700 {
  color: #00bfa5 !important;
}
.green {
  background-color: #4caf50 !important;
}
.green .mat-mdc-table {
  background: transparent !important;
}
.green .ngx-datatable.material *,
.green .mat-mdc-table,
.green .mat-mdc-cell,
.green .mat-mdc-header-cell {
  color: white !important;
}
.green .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.green .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #4caf50, 5;
}
.text-green {
  color: #4caf50;
}
.sidebar-green .navigation-hold {
  background: rgba(76, 175, 80, 0.96) !important;
}
.sidebar-green .navigation-hold a,
.sidebar-green .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-green .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-green .navigation-hold .sidenav li.open > a > span,
.sidebar-green .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-green .navigation-hold .app-user .app-user-name,
.sidebar-green .navigation-hold .branding .app-logo-text {
  color: white !important;
}
.sidebar-green .navigation-hold a:hover {
  background: rgba(45.1155378486, 103.8844621514, 47.4900398406, 0.2) !important;
}
.sidebar-green .navigation-hold .app-user .app-user-photo,
.sidebar-green .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: white !important;
}
.sidebar-green .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-green .navigation-hold .branding {
  background: rgba(76, 175, 80, 0.96) !important;
}
.sidebar-green .navigation-hold li.open > a {
  background: rgba(45.1155378486, 103.8844621514, 47.4900398406, 0.2) !important;
}
.sidebar-green .navigation-hold .text-muted {
  color: white !important;
}
.topbar-green .topbar.mat-toolbar {
  background: #4caf50 !important;
  color: white !important;
}
.footer-green .main-footer {
  background: #4caf50 !important;
  color: white !important;
}
.green-50 {
  background-color: #e8f5e9 !important;
}
.green-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-green-50 {
  color: #e8f5e9 !important;
}
.green-100 {
  background-color: #c8e6c9 !important;
}
.green-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-green-100 {
  color: #c8e6c9 !important;
}
.green-200 {
  background-color: #a5d6a7 !important;
}
.green-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-green-200 {
  color: #a5d6a7 !important;
}
.green-300 {
  background-color: #81c784 !important;
}
.green-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-green-300 {
  color: #81c784 !important;
}
.green-400 {
  background-color: #66bb6a !important;
}
.green-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-green-400 {
  color: #66bb6a !important;
}
.green-500 {
  background-color: #4caf50 !important;
}
.green-500-fg {
  color: white !important;
}
.text-green-500 {
  color: #4caf50 !important;
}
.green-600 {
  background-color: #43a047 !important;
}
.green-600-fg {
  color: white !important;
}
.text-green-600 {
  color: #43a047 !important;
}
.green-700 {
  background-color: #388e3c !important;
}
.green-700-fg {
  color: white !important;
}
.text-green-700 {
  color: #388e3c !important;
}
.green-800 {
  background-color: #2e7d32 !important;
}
.green-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-green-800 {
  color: #2e7d32 !important;
}
.green-900 {
  background-color: #1b5e20 !important;
}
.green-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-green-900 {
  color: #1b5e20 !important;
}
.green-A100 {
  background-color: #b9f6ca !important;
}
.green-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-green-A100 {
  color: #b9f6ca !important;
}
.green-A200 {
  background-color: #69f0ae !important;
}
.green-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-green-A200 {
  color: #69f0ae !important;
}
.green-A400 {
  background-color: #00e676 !important;
}
.green-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-green-A400 {
  color: #00e676 !important;
}
.green-A700 {
  background-color: #00c853 !important;
}
.green-A700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-green-A700 {
  color: #00c853 !important;
}
.light-green {
  background-color: #8bc34a !important;
}
.light-green .mat-mdc-table {
  background: transparent !important;
}
.light-green .ngx-datatable.material *,
.light-green .mat-mdc-table,
.light-green .mat-mdc-cell,
.light-green .mat-mdc-header-cell {
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.light-green .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #8bc34a, 5;
}
.text-light-green {
  color: #8bc34a;
}
.sidebar-light-green .navigation-hold {
  background: rgba(139, 195, 74, 0.96) !important;
}
.sidebar-light-green .navigation-hold a,
.sidebar-light-green .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-light-green .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-light-green .navigation-hold .sidenav li.open > a > span,
.sidebar-light-green .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-light-green .navigation-hold .app-user .app-user-name,
.sidebar-light-green .navigation-hold .branding .app-logo-text {
  color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-light-green .navigation-hold a:hover {
  background: rgba(86.6182572614, 125.4232365145, 41.5767634855, 0.2) !important;
}
.sidebar-light-green .navigation-hold .app-user .app-user-photo,
.sidebar-light-green .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-light-green .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-light-green .navigation-hold .branding {
  background: rgba(139, 195, 74, 0.96) !important;
}
.sidebar-light-green .navigation-hold li.open > a {
  background: rgba(86.6182572614, 125.4232365145, 41.5767634855, 0.2) !important;
}
.sidebar-light-green .navigation-hold .text-muted {
  color: rgba(0, 0, 0, 0.87) !important;
}
.topbar-light-green .topbar.mat-toolbar {
  background: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.footer-light-green .main-footer {
  background: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-50 {
  background-color: #f1f8e9 !important;
}
.light-green-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-50 {
  color: #f1f8e9 !important;
}
.light-green-100 {
  background-color: #dcedc8 !important;
}
.light-green-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-100 {
  color: #dcedc8 !important;
}
.light-green-200 {
  background-color: #c5e1a5 !important;
}
.light-green-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-200 {
  color: #c5e1a5 !important;
}
.light-green-300 {
  background-color: #aed581 !important;
}
.light-green-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-300 {
  color: #aed581 !important;
}
.light-green-400 {
  background-color: #9ccc65 !important;
}
.light-green-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-400 {
  color: #9ccc65 !important;
}
.light-green-500 {
  background-color: #8bc34a !important;
}
.light-green-500-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-500 {
  color: #8bc34a !important;
}
.light-green-600 {
  background-color: #7cb342 !important;
}
.light-green-600-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-600 {
  color: #7cb342 !important;
}
.light-green-700 {
  background-color: #689f38 !important;
}
.light-green-700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-700 {
  color: #689f38 !important;
}
.light-green-800 {
  background-color: #558b2f !important;
}
.light-green-800-fg {
  color: white !important;
}
.text-light-green-800 {
  color: #558b2f !important;
}
.light-green-900 {
  background-color: #33691e !important;
}
.light-green-900-fg {
  color: white !important;
}
.text-light-green-900 {
  color: #33691e !important;
}
.light-green-A100 {
  background-color: #ccff90 !important;
}
.light-green-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-A100 {
  color: #ccff90 !important;
}
.light-green-A200 {
  background-color: #b2ff59 !important;
}
.light-green-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-A200 {
  color: #b2ff59 !important;
}
.light-green-A400 {
  background-color: #76ff03 !important;
}
.light-green-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-A400 {
  color: #76ff03 !important;
}
.light-green-A700 {
  background-color: #64dd17 !important;
}
.light-green-A700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-light-green-A700 {
  color: #64dd17 !important;
}
.lime {
  background-color: #cddc39 !important;
}
.lime .mat-mdc-table {
  background: transparent !important;
}
.lime .ngx-datatable.material *,
.lime .mat-mdc-table,
.lime .mat-mdc-cell,
.lime .mat-mdc-header-cell {
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.lime .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #cddc39, 5;
}
.text-lime {
  color: #cddc39;
}
.sidebar-lime .navigation-hold {
  background: rgba(205, 220, 57, 0.96) !important;
}
.sidebar-lime .navigation-hold a,
.sidebar-lime .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-lime .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-lime .navigation-hold .sidenav li.open > a > span,
.sidebar-lime .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-lime .navigation-hold .app-user .app-user-name,
.sidebar-lime .navigation-hold .branding .app-logo-text {
  color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-lime .navigation-hold a:hover {
  background: rgba(137.4463519313, 148.7124463519, 26.2875536481, 0.2) !important;
}
.sidebar-lime .navigation-hold .app-user .app-user-photo,
.sidebar-lime .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-lime .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-lime .navigation-hold .branding {
  background: rgba(205, 220, 57, 0.96) !important;
}
.sidebar-lime .navigation-hold li.open > a {
  background: rgba(137.4463519313, 148.7124463519, 26.2875536481, 0.2) !important;
}
.sidebar-lime .navigation-hold .text-muted {
  color: rgba(0, 0, 0, 0.87) !important;
}
.topbar-lime .topbar.mat-toolbar {
  background: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.footer-lime .main-footer {
  background: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-50 {
  background-color: #f9fbe7 !important;
}
.lime-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-50 {
  color: #f9fbe7 !important;
}
.lime-100 {
  background-color: #f0f4c3 !important;
}
.lime-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-100 {
  color: #f0f4c3 !important;
}
.lime-200 {
  background-color: #e6ee9c !important;
}
.lime-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-200 {
  color: #e6ee9c !important;
}
.lime-300 {
  background-color: #dce775 !important;
}
.lime-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-300 {
  color: #dce775 !important;
}
.lime-400 {
  background-color: #d4e157 !important;
}
.lime-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-400 {
  color: #d4e157 !important;
}
.lime-500 {
  background-color: #cddc39 !important;
}
.lime-500-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-500 {
  color: #cddc39 !important;
}
.lime-600 {
  background-color: #c0ca33 !important;
}
.lime-600-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-600 {
  color: #c0ca33 !important;
}
.lime-700 {
  background-color: #afb42b !important;
}
.lime-700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-700 {
  color: #afb42b !important;
}
.lime-800 {
  background-color: #9e9d24 !important;
}
.lime-800-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-800 {
  color: #9e9d24 !important;
}
.lime-900 {
  background-color: #827717 !important;
}
.lime-900-fg {
  color: white !important;
}
.text-lime-900 {
  color: #827717 !important;
}
.lime-A100 {
  background-color: #f4ff81 !important;
}
.lime-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-A100 {
  color: #f4ff81 !important;
}
.lime-A200 {
  background-color: #eeff41 !important;
}
.lime-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-A200 {
  color: #eeff41 !important;
}
.lime-A400 {
  background-color: #c6ff00 !important;
}
.lime-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-A400 {
  color: #c6ff00 !important;
}
.lime-A700 {
  background-color: #aeea00 !important;
}
.lime-A700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-lime-A700 {
  color: #aeea00 !important;
}
.yellow {
  background-color: #ffeb3b !important;
}
.yellow .mat-mdc-table {
  background: transparent !important;
}
.yellow .ngx-datatable.material *,
.yellow .mat-mdc-table,
.yellow .mat-mdc-cell,
.yellow .mat-mdc-header-cell {
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.yellow .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #ffeb3b, 5;
}
.text-yellow {
  color: #ffeb3b;
}
.sidebar-yellow .navigation-hold {
  background: rgba(255, 235, 59, 0.96) !important;
}
.sidebar-yellow .navigation-hold a,
.sidebar-yellow .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-yellow .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-yellow .navigation-hold .sidenav li.open > a > span,
.sidebar-yellow .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-yellow .navigation-hold .app-user .app-user-name,
.sidebar-yellow .navigation-hold .branding .app-logo-text {
  color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-yellow .navigation-hold a:hover {
  background: rgba(212, 190.3673469388, 0, 0.2) !important;
}
.sidebar-yellow .navigation-hold .app-user .app-user-photo,
.sidebar-yellow .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-yellow .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-yellow .navigation-hold .branding {
  background: rgba(255, 235, 59, 0.96) !important;
}
.sidebar-yellow .navigation-hold li.open > a {
  background: rgba(212, 190.3673469388, 0, 0.2) !important;
}
.sidebar-yellow .navigation-hold .text-muted {
  color: rgba(0, 0, 0, 0.87) !important;
}
.topbar-yellow .topbar.mat-toolbar {
  background: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.footer-yellow .main-footer {
  background: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-50 {
  background-color: #fffde7 !important;
}
.yellow-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-50 {
  color: #fffde7 !important;
}
.yellow-100 {
  background-color: #fff9c4 !important;
}
.yellow-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-100 {
  color: #fff9c4 !important;
}
.yellow-200 {
  background-color: #fff59d !important;
}
.yellow-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-200 {
  color: #fff59d !important;
}
.yellow-300 {
  background-color: #fff176 !important;
}
.yellow-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-300 {
  color: #fff176 !important;
}
.yellow-400 {
  background-color: #ffee58 !important;
}
.yellow-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-400 {
  color: #ffee58 !important;
}
.yellow-500 {
  background-color: #ffeb3b !important;
}
.yellow-500-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-500 {
  color: #ffeb3b !important;
}
.yellow-600 {
  background-color: #fdd835 !important;
}
.yellow-600-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-600 {
  color: #fdd835 !important;
}
.yellow-700 {
  background-color: #fbc02d !important;
}
.yellow-700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-700 {
  color: #fbc02d !important;
}
.yellow-800 {
  background-color: #f9a825 !important;
}
.yellow-800-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-800 {
  color: #f9a825 !important;
}
.yellow-900 {
  background-color: #f57f17 !important;
}
.yellow-900-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-900 {
  color: #f57f17 !important;
}
.yellow-A100 {
  background-color: #ffff8d !important;
}
.yellow-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-A100 {
  color: #ffff8d !important;
}
.yellow-A200 {
  background-color: #ffff00 !important;
}
.yellow-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-A200 {
  color: #ffff00 !important;
}
.yellow-A400 {
  background-color: #ffea00 !important;
}
.yellow-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-A400 {
  color: #ffea00 !important;
}
.yellow-A700 {
  background-color: #ffd600 !important;
}
.yellow-A700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-yellow-A700 {
  color: #ffd600 !important;
}
.qtac-accent {
  background-color: #1E1F1F !important;
}
.qtac-accent .mat-mdc-table {
  background: transparent !important;
}
.qtac-accent .ngx-datatable.material *,
.qtac-accent .mat-mdc-table,
.qtac-accent .mat-mdc-cell,
.qtac-accent .mat-mdc-header-cell {
  color: rgba(255, 255, 255, 0.87) !important;
}
.qtac-accent .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.qtac-accent .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #1E1F1F, 5;
}
.text-qtac-accent {
  color: #1E1F1F;
}
.sidebar-qtac-accent .navigation-hold {
  background: rgba(30, 31, 31, 0.96) !important;
}
.sidebar-qtac-accent .navigation-hold a,
.sidebar-qtac-accent .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-qtac-accent .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-qtac-accent .navigation-hold .sidenav li.open > a > span,
.sidebar-qtac-accent .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-qtac-accent .navigation-hold .app-user .app-user-name,
.sidebar-qtac-accent .navigation-hold .branding .app-logo-text {
  color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-qtac-accent .navigation-hold a:hover {
  background: hsla(180, 1.6393442623%, -8.0392156863%, 0.2) !important;
}
.sidebar-qtac-accent .navigation-hold .app-user .app-user-photo,
.sidebar-qtac-accent .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-qtac-accent .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-qtac-accent .navigation-hold .branding {
  background: rgba(30, 31, 31, 0.96) !important;
}
.sidebar-qtac-accent .navigation-hold li.open > a {
  background: hsla(180, 1.6393442623%, -8.0392156863%, 0.2) !important;
}
.sidebar-qtac-accent .navigation-hold .text-muted {
  color: rgba(255, 255, 255, 0.87) !important;
}
.topbar-qtac-accent .topbar.mat-toolbar {
  background: #1E1F1F !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.footer-qtac-accent .main-footer {
  background: #1E1F1F !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.qtac-accent-100 {
  background-color: #d0d0d0 !important;
}
.qtac-accent-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-qtac-accent-100 {
  color: #d0d0d0 !important;
}
.qtac-accent-500 {
  background-color: #1E1F1F !important;
}
.qtac-accent-500-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-qtac-accent-500 {
  color: #1E1F1F !important;
}
.qtac-accent-700 {
  background-color: #121313 !important;
}
.qtac-accent-700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-qtac-accent-700 {
  color: #121313 !important;
}
.amber {
  background-color: #ffc107 !important;
}
.amber .mat-mdc-table {
  background: transparent !important;
}
.amber .ngx-datatable.material *,
.amber .mat-mdc-table,
.amber .mat-mdc-cell,
.amber .mat-mdc-header-cell {
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.amber .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #ffc107, 5;
}
.text-amber {
  color: #ffc107;
}
.sidebar-amber .navigation-hold {
  background: rgba(255, 193, 7, 0.96) !important;
}
.sidebar-amber .navigation-hold a,
.sidebar-amber .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-amber .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-amber .navigation-hold .sidenav li.open > a > span,
.sidebar-amber .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-amber .navigation-hold .app-user .app-user-name,
.sidebar-amber .navigation-hold .branding .app-logo-text {
  color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-amber .navigation-hold a:hover {
  background: rgba(160, 120, 0, 0.2) !important;
}
.sidebar-amber .navigation-hold .app-user .app-user-photo,
.sidebar-amber .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-amber .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-amber .navigation-hold .branding {
  background: rgba(255, 193, 7, 0.96) !important;
}
.sidebar-amber .navigation-hold li.open > a {
  background: rgba(160, 120, 0, 0.2) !important;
}
.sidebar-amber .navigation-hold .text-muted {
  color: rgba(0, 0, 0, 0.87) !important;
}
.topbar-amber .topbar.mat-toolbar {
  background: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.footer-amber .main-footer {
  background: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-50 {
  background-color: #fff8e1 !important;
}
.amber-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-50 {
  color: #fff8e1 !important;
}
.amber-100 {
  background-color: #ffecb3 !important;
}
.amber-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-100 {
  color: #ffecb3 !important;
}
.amber-200 {
  background-color: #ffe082 !important;
}
.amber-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-200 {
  color: #ffe082 !important;
}
.amber-300 {
  background-color: #ffd54f !important;
}
.amber-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-300 {
  color: #ffd54f !important;
}
.amber-400 {
  background-color: #ffca28 !important;
}
.amber-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-400 {
  color: #ffca28 !important;
}
.amber-500 {
  background-color: #ffc107 !important;
}
.amber-500-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-500 {
  color: #ffc107 !important;
}
.amber-600 {
  background-color: #ffb300 !important;
}
.amber-600-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-600 {
  color: #ffb300 !important;
}
.amber-700 {
  background-color: #ffa000 !important;
}
.amber-700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-700 {
  color: #ffa000 !important;
}
.amber-800 {
  background-color: #ff8f00 !important;
}
.amber-800-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-800 {
  color: #ff8f00 !important;
}
.amber-900 {
  background-color: #ff6f00 !important;
}
.amber-900-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-900 {
  color: #ff6f00 !important;
}
.amber-A100 {
  background-color: #ffe57f !important;
}
.amber-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-A100 {
  color: #ffe57f !important;
}
.amber-A200 {
  background-color: #ffd740 !important;
}
.amber-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-A200 {
  color: #ffd740 !important;
}
.amber-A400 {
  background-color: #ffc400 !important;
}
.amber-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-A400 {
  color: #ffc400 !important;
}
.amber-A700 {
  background-color: #ffab00 !important;
}
.amber-A700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-amber-A700 {
  color: #ffab00 !important;
}
.orange {
  background-color: #ff9800 !important;
}
.orange .mat-mdc-table {
  background: transparent !important;
}
.orange .ngx-datatable.material *,
.orange .mat-mdc-table,
.orange .mat-mdc-cell,
.orange .mat-mdc-header-cell {
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.orange .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #ff9800, 5;
}
.text-orange {
  color: #ff9800;
}
.sidebar-orange .navigation-hold {
  background: rgba(255, 152, 0, 0.96) !important;
}
.sidebar-orange .navigation-hold a,
.sidebar-orange .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-orange .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-orange .navigation-hold .sidenav li.open > a > span,
.sidebar-orange .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-orange .navigation-hold .app-user .app-user-name,
.sidebar-orange .navigation-hold .branding .app-logo-text {
  color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-orange .navigation-hold a:hover {
  background: rgba(153, 91.2, 0, 0.2) !important;
}
.sidebar-orange .navigation-hold .app-user .app-user-photo,
.sidebar-orange .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-orange .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-orange .navigation-hold .branding {
  background: rgba(255, 152, 0, 0.96) !important;
}
.sidebar-orange .navigation-hold li.open > a {
  background: rgba(153, 91.2, 0, 0.2) !important;
}
.sidebar-orange .navigation-hold .text-muted {
  color: rgba(0, 0, 0, 0.87) !important;
}
.topbar-orange .topbar.mat-toolbar {
  background: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.footer-orange .main-footer {
  background: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-50 {
  background-color: #fff3e0 !important;
}
.orange-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-50 {
  color: #fff3e0 !important;
}
.orange-100 {
  background-color: #ffe0b2 !important;
}
.orange-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-100 {
  color: #ffe0b2 !important;
}
.orange-200 {
  background-color: #ffcc80 !important;
}
.orange-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-200 {
  color: #ffcc80 !important;
}
.orange-300 {
  background-color: #ffb74d !important;
}
.orange-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-300 {
  color: #ffb74d !important;
}
.orange-400 {
  background-color: #ffa726 !important;
}
.orange-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-400 {
  color: #ffa726 !important;
}
.orange-500 {
  background-color: #ff9800 !important;
}
.orange-500-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-500 {
  color: #ff9800 !important;
}
.orange-600 {
  background-color: #fb8c00 !important;
}
.orange-600-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-600 {
  color: #fb8c00 !important;
}
.orange-700 {
  background-color: #f57c00 !important;
}
.orange-700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-700 {
  color: #f57c00 !important;
}
.orange-800 {
  background-color: #ef6c00 !important;
}
.orange-800-fg {
  color: white !important;
}
.text-orange-800 {
  color: #ef6c00 !important;
}
.orange-900 {
  background-color: #e65100 !important;
}
.orange-900-fg {
  color: white !important;
}
.text-orange-900 {
  color: #e65100 !important;
}
.orange-A100 {
  background-color: #ffd180 !important;
}
.orange-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-A100 {
  color: #ffd180 !important;
}
.orange-A200 {
  background-color: #ffab40 !important;
}
.orange-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-A200 {
  color: #ffab40 !important;
}
.orange-A400 {
  background-color: #ff9100 !important;
}
.orange-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-orange-A400 {
  color: #ff9100 !important;
}
.orange-A700 {
  background-color: #ff6d00 !important;
}
.orange-A700-fg {
  color: black !important;
}
.text-orange-A700 {
  color: #ff6d00 !important;
}
.deep-orange {
  background-color: #ff5722 !important;
}
.deep-orange .mat-mdc-table {
  background: transparent !important;
}
.deep-orange .ngx-datatable.material *,
.deep-orange .mat-mdc-table,
.deep-orange .mat-mdc-cell,
.deep-orange .mat-mdc-header-cell {
  color: white !important;
}
.deep-orange .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.deep-orange .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #ff5722, 5;
}
.text-deep-orange {
  color: #ff5722;
}
.sidebar-deep-orange .navigation-hold {
  background: rgba(255, 87, 34, 0.96) !important;
}
.sidebar-deep-orange .navigation-hold a,
.sidebar-deep-orange .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-deep-orange .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-deep-orange .navigation-hold .sidenav li.open > a > span,
.sidebar-deep-orange .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-deep-orange .navigation-hold .app-user .app-user-name,
.sidebar-deep-orange .navigation-hold .branding .app-logo-text {
  color: white !important;
}
.sidebar-deep-orange .navigation-hold a:hover {
  background: rgba(187, 44.8461538462, 0, 0.2) !important;
}
.sidebar-deep-orange .navigation-hold .app-user .app-user-photo,
.sidebar-deep-orange .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: white !important;
}
.sidebar-deep-orange .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-deep-orange .navigation-hold .branding {
  background: rgba(255, 87, 34, 0.96) !important;
}
.sidebar-deep-orange .navigation-hold li.open > a {
  background: rgba(187, 44.8461538462, 0, 0.2) !important;
}
.sidebar-deep-orange .navigation-hold .text-muted {
  color: white !important;
}
.topbar-deep-orange .topbar.mat-toolbar {
  background: #ff5722 !important;
  color: white !important;
}
.footer-deep-orange .main-footer {
  background: #ff5722 !important;
  color: white !important;
}
.deep-orange-50 {
  background-color: #fbe9e7 !important;
}
.deep-orange-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-orange-50 {
  color: #fbe9e7 !important;
}
.deep-orange-100 {
  background-color: #ffccbc !important;
}
.deep-orange-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-orange-100 {
  color: #ffccbc !important;
}
.deep-orange-200 {
  background-color: #ffab91 !important;
}
.deep-orange-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-orange-200 {
  color: #ffab91 !important;
}
.deep-orange-300 {
  background-color: #ff8a65 !important;
}
.deep-orange-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-orange-300 {
  color: #ff8a65 !important;
}
.deep-orange-400 {
  background-color: #ff7043 !important;
}
.deep-orange-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-orange-400 {
  color: #ff7043 !important;
}
.deep-orange-500 {
  background-color: #ff5722 !important;
}
.deep-orange-500-fg {
  color: white !important;
}
.text-deep-orange-500 {
  color: #ff5722 !important;
}
.deep-orange-600 {
  background-color: #f4511e !important;
}
.deep-orange-600-fg {
  color: white !important;
}
.text-deep-orange-600 {
  color: #f4511e !important;
}
.deep-orange-700 {
  background-color: #e64a19 !important;
}
.deep-orange-700-fg {
  color: white !important;
}
.text-deep-orange-700 {
  color: #e64a19 !important;
}
.deep-orange-800 {
  background-color: #d84315 !important;
}
.deep-orange-800-fg {
  color: white !important;
}
.text-deep-orange-800 {
  color: #d84315 !important;
}
.deep-orange-900 {
  background-color: #bf360c !important;
}
.deep-orange-900-fg {
  color: white !important;
}
.text-deep-orange-900 {
  color: #bf360c !important;
}
.deep-orange-A100 {
  background-color: #ff9e80 !important;
}
.deep-orange-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-orange-A100 {
  color: #ff9e80 !important;
}
.deep-orange-A200 {
  background-color: #ff6e40 !important;
}
.deep-orange-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-deep-orange-A200 {
  color: #ff6e40 !important;
}
.deep-orange-A400 {
  background-color: #ff3d00 !important;
}
.deep-orange-A400-fg {
  color: white !important;
}
.text-deep-orange-A400 {
  color: #ff3d00 !important;
}
.deep-orange-A700 {
  background-color: #dd2c00 !important;
}
.deep-orange-A700-fg {
  color: white !important;
}
.text-deep-orange-A700 {
  color: #dd2c00 !important;
}
.brown {
  background-color: #795548 !important;
}
.brown .mat-mdc-table {
  background: transparent !important;
}
.brown .ngx-datatable.material *,
.brown .mat-mdc-table,
.brown .mat-mdc-cell,
.brown .mat-mdc-header-cell {
  color: rgba(255, 255, 255, 0.87) !important;
}
.brown .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.brown .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #795548, 5;
}
.text-brown {
  color: #795548;
}
.sidebar-brown .navigation-hold {
  background: rgba(121, 85, 72, 0.96) !important;
}
.sidebar-brown .navigation-hold a,
.sidebar-brown .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-brown .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-brown .navigation-hold .sidenav li.open > a > span,
.sidebar-brown .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-brown .navigation-hold .app-user .app-user-name,
.sidebar-brown .navigation-hold .branding .app-logo-text {
  color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-brown .navigation-hold a:hover {
  background: rgba(57.0518134715, 40.0777202073, 33.9481865285, 0.2) !important;
}
.sidebar-brown .navigation-hold .app-user .app-user-photo,
.sidebar-brown .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(255, 255, 255, 0.87) !important;
}
.sidebar-brown .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-brown .navigation-hold .branding {
  background: rgba(121, 85, 72, 0.96) !important;
}
.sidebar-brown .navigation-hold li.open > a {
  background: rgba(57.0518134715, 40.0777202073, 33.9481865285, 0.2) !important;
}
.sidebar-brown .navigation-hold .text-muted {
  color: rgba(255, 255, 255, 0.87) !important;
}
.topbar-brown .topbar.mat-toolbar {
  background: #795548 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.footer-brown .main-footer {
  background: #795548 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.brown-50 {
  background-color: #efebe9 !important;
}
.brown-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-brown-50 {
  color: #efebe9 !important;
}
.brown-100 {
  background-color: #d7ccc8 !important;
}
.brown-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-brown-100 {
  color: #d7ccc8 !important;
}
.brown-200 {
  background-color: #bcaaa4 !important;
}
.brown-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-brown-200 {
  color: #bcaaa4 !important;
}
.brown-300 {
  background-color: #a1887f !important;
}
.brown-300-fg {
  color: white !important;
}
.text-brown-300 {
  color: #a1887f !important;
}
.brown-400 {
  background-color: #8d6e63 !important;
}
.brown-400-fg {
  color: white !important;
}
.text-brown-400 {
  color: #8d6e63 !important;
}
.brown-500 {
  background-color: #795548 !important;
}
.brown-500-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-brown-500 {
  color: #795548 !important;
}
.brown-600 {
  background-color: #6d4c41 !important;
}
.brown-600-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-brown-600 {
  color: #6d4c41 !important;
}
.brown-700 {
  background-color: #5d4037 !important;
}
.brown-700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-brown-700 {
  color: #5d4037 !important;
}
.brown-800 {
  background-color: #4e342e !important;
}
.brown-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-brown-800 {
  color: #4e342e !important;
}
.brown-900 {
  background-color: #3e2723 !important;
}
.brown-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-brown-900 {
  color: #3e2723 !important;
}
.brown-A100 {
  background-color: #d7ccc8 !important;
}
.brown-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-brown-A100 {
  color: #d7ccc8 !important;
}
.brown-A200 {
  background-color: #bcaaa4 !important;
}
.brown-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-brown-A200 {
  color: #bcaaa4 !important;
}
.brown-A400 {
  background-color: #8d6e63 !important;
}
.brown-A400-fg {
  color: white !important;
}
.text-brown-A400 {
  color: #8d6e63 !important;
}
.brown-A700 {
  background-color: #5d4037 !important;
}
.brown-A700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-brown-A700 {
  color: #5d4037 !important;
}
.grey {
  background-color: #9e9e9e !important;
}
.grey .mat-mdc-table {
  background: transparent !important;
}
.grey .ngx-datatable.material *,
.grey .mat-mdc-table,
.grey .mat-mdc-cell,
.grey .mat-mdc-header-cell {
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.grey .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #9e9e9e, 5;
}
.text-grey {
  color: #9e9e9e;
}
.sidebar-grey .navigation-hold {
  background: rgba(158, 158, 158, 0.96) !important;
}
.sidebar-grey .navigation-hold a,
.sidebar-grey .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-grey .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-grey .navigation-hold .sidenav li.open > a > span,
.sidebar-grey .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-grey .navigation-hold .app-user .app-user-name,
.sidebar-grey .navigation-hold .branding .app-logo-text {
  color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-grey .navigation-hold a:hover {
  background: rgba(107, 107, 107, 0.2) !important;
}
.sidebar-grey .navigation-hold .app-user .app-user-photo,
.sidebar-grey .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-grey .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-grey .navigation-hold .branding {
  background: rgba(158, 158, 158, 0.96) !important;
}
.sidebar-grey .navigation-hold li.open > a {
  background: rgba(107, 107, 107, 0.2) !important;
}
.sidebar-grey .navigation-hold .text-muted {
  color: rgba(0, 0, 0, 0.87) !important;
}
.topbar-grey .topbar.mat-toolbar {
  background: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.footer-grey .main-footer {
  background: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-0 {
  background-color: #ffffff !important;
}
.grey-0-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-grey-0 {
  color: #ffffff !important;
}
.grey-50 {
  background-color: #fafafa !important;
}
.grey-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-grey-50 {
  color: #fafafa !important;
}
.grey-100 {
  background-color: #f5f5f5 !important;
}
.grey-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-grey-100 {
  color: #f5f5f5 !important;
}
.grey-200 {
  background-color: #eeeeee !important;
}
.grey-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-grey-200 {
  color: #eeeeee !important;
}
.grey-300 {
  background-color: #e0e0e0 !important;
}
.grey-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-grey-300 {
  color: #e0e0e0 !important;
}
.grey-400 {
  background-color: #bdbdbd !important;
}
.grey-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-grey-400 {
  color: #bdbdbd !important;
}
.grey-500 {
  background-color: #9e9e9e !important;
}
.grey-500-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-grey-500 {
  color: #9e9e9e !important;
}
.grey-600 {
  background-color: #757575 !important;
}
.grey-600-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-grey-600 {
  color: #757575 !important;
}
.grey-700 {
  background-color: #616161 !important;
}
.grey-700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-grey-700 {
  color: #616161 !important;
}
.grey-800 {
  background-color: #424242 !important;
}
.grey-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-grey-800 {
  color: #424242 !important;
}
.grey-900 {
  background-color: #212121 !important;
}
.grey-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-grey-900 {
  color: #212121 !important;
}
.grey-1000 {
  background-color: #000000 !important;
}
.grey-1000-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-grey-1000 {
  color: #000000 !important;
}
.grey-A100 {
  background-color: #ffffff !important;
}
.grey-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-grey-A100 {
  color: #ffffff !important;
}
.grey-A200 {
  background-color: #eeeeee !important;
}
.grey-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-grey-A200 {
  color: #eeeeee !important;
}
.grey-A400 {
  background-color: #bdbdbd !important;
}
.grey-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-grey-A400 {
  color: #bdbdbd !important;
}
.grey-A700 {
  background-color: #616161 !important;
}
.grey-A700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-grey-A700 {
  color: #616161 !important;
}
.black {
  background-color: #1e2129 !important;
}
.black .mat-mdc-table {
  background: transparent !important;
}
.black .ngx-datatable.material *,
.black .mat-mdc-table,
.black .mat-mdc-cell,
.black .mat-mdc-header-cell {
  color: #ffffff !important;
}
.black .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.black .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #1e2129, 5;
}
.text-black {
  color: #1e2129;
}
.sidebar-black .navigation-hold {
  background: rgba(30, 33, 41, 0.96) !important;
}
.sidebar-black .navigation-hold a,
.sidebar-black .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-black .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-black .navigation-hold .sidenav li.open > a > span,
.sidebar-black .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-black .navigation-hold .app-user .app-user-name,
.sidebar-black .navigation-hold .branding .app-logo-text {
  color: #ffffff !important;
}
.sidebar-black .navigation-hold a:hover {
  background: hsla(223.6363636364, 15.4929577465%, -6.0784313725%, 0.2) !important;
}
.sidebar-black .navigation-hold .app-user .app-user-photo,
.sidebar-black .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: #ffffff !important;
}
.sidebar-black .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-black .navigation-hold .branding {
  background: rgba(30, 33, 41, 0.96) !important;
}
.sidebar-black .navigation-hold li.open > a {
  background: hsla(223.6363636364, 15.4929577465%, -6.0784313725%, 0.2) !important;
}
.sidebar-black .navigation-hold .text-muted {
  color: white !important;
}
.topbar-black .topbar.mat-toolbar {
  background: #1e2129 !important;
  color: #ffffff !important;
}
.footer-black .main-footer {
  background: #1e2129 !important;
  color: #ffffff !important;
}
.black-50 {
  background-color: #e4e4e5 !important;
}
.black-50-fg {
  color: #000000 !important;
}
.text-black-50 {
  color: #e4e4e5 !important;
}
.black-100 {
  background-color: #bcbcbf !important;
}
.black-100-fg {
  color: #000000 !important;
}
.text-black-100 {
  color: #bcbcbf !important;
}
.black-200 {
  background-color: #8f9094 !important;
}
.black-200-fg {
  color: #000000 !important;
}
.text-black-200 {
  color: #8f9094 !important;
}
.black-300 {
  background-color: #626469 !important;
}
.black-300-fg {
  color: #ffffff !important;
}
.text-black-300 {
  color: #626469 !important;
}
.black-400 {
  background-color: #404249 !important;
}
.black-400-fg {
  color: #ffffff !important;
}
.text-black-400 {
  color: #404249 !important;
}
.black-500 {
  background-color: #1e2129 !important;
}
.black-500-fg {
  color: #ffffff !important;
}
.text-black-500 {
  color: #1e2129 !important;
}
.black-600 {
  background-color: #1a1d24 !important;
}
.black-600-fg {
  color: #ffffff !important;
}
.text-black-600 {
  color: #1a1d24 !important;
}
.black-700 {
  background-color: #16181f !important;
}
.black-700-fg {
  color: #ffffff !important;
}
.text-black-700 {
  color: #16181f !important;
}
.black-800 {
  background-color: #121419 !important;
}
.black-800-fg {
  color: #ffffff !important;
}
.text-black-800 {
  color: #121419 !important;
}
.black-900 {
  background-color: #0a0b0f !important;
}
.black-900-fg {
  color: #ffffff !important;
}
.text-black-900 {
  color: #0a0b0f !important;
}
.black-A100 {
  background-color: #548dff !important;
}
.black-A100-fg {
  color: #000000 !important;
}
.text-black-A100 {
  color: #548dff !important;
}
.black-A200 {
  background-color: #216bff !important;
}
.black-A200-fg {
  color: #ffffff !important;
}
.text-black-A200 {
  color: #216bff !important;
}
.black-A400 {
  background-color: #004fed !important;
}
.black-A400-fg {
  color: #ffffff !important;
}
.text-black-A400 {
  color: #004fed !important;
}
.black-A700 {
  background-color: #0047d4 !important;
}
.black-A700-fg {
  color: #ffffff !important;
}
.text-black-A700 {
  color: #0047d4 !important;
}
.blue-grey {
  background-color: #607d8b !important;
}
.blue-grey .mat-mdc-table {
  background: transparent !important;
}
.blue-grey .ngx-datatable.material *,
.blue-grey .mat-mdc-table,
.blue-grey .mat-mdc-cell,
.blue-grey .mat-mdc-header-cell {
  color: white !important;
}
.blue-grey .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.blue-grey .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #607d8b, 5;
}
.text-blue-grey {
  color: #607d8b;
}
.sidebar-blue-grey .navigation-hold {
  background: rgba(96, 125, 139, 0.96) !important;
}
.sidebar-blue-grey .navigation-hold a,
.sidebar-blue-grey .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-blue-grey .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-blue-grey .navigation-hold .sidenav li.open > a > span,
.sidebar-blue-grey .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-blue-grey .navigation-hold .app-user .app-user-name,
.sidebar-blue-grey .navigation-hold .branding .app-logo-text {
  color: white !important;
}
.sidebar-blue-grey .navigation-hold a:hover {
  background: rgba(54.3319148936, 70.7446808511, 78.6680851064, 0.2) !important;
}
.sidebar-blue-grey .navigation-hold .app-user .app-user-photo,
.sidebar-blue-grey .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: white !important;
}
.sidebar-blue-grey .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-blue-grey .navigation-hold .branding {
  background: rgba(96, 125, 139, 0.96) !important;
}
.sidebar-blue-grey .navigation-hold li.open > a {
  background: rgba(54.3319148936, 70.7446808511, 78.6680851064, 0.2) !important;
}
.sidebar-blue-grey .navigation-hold .text-muted {
  color: white !important;
}
.topbar-blue-grey .topbar.mat-toolbar {
  background: #607d8b !important;
  color: white !important;
}
.footer-blue-grey .main-footer {
  background: #607d8b !important;
  color: white !important;
}
.blue-grey-50 {
  background-color: #eceff1 !important;
}
.blue-grey-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-grey-50 {
  color: #eceff1 !important;
}
.blue-grey-100 {
  background-color: #cfd8dc !important;
}
.blue-grey-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-grey-100 {
  color: #cfd8dc !important;
}
.blue-grey-200 {
  background-color: #b0bec5 !important;
}
.blue-grey-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-grey-200 {
  color: #b0bec5 !important;
}
.blue-grey-300 {
  background-color: #90a4ae !important;
}
.blue-grey-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-grey-300 {
  color: #90a4ae !important;
}
.blue-grey-400 {
  background-color: #78909c !important;
}
.blue-grey-400-fg {
  color: white !important;
}
.text-blue-grey-400 {
  color: #78909c !important;
}
.blue-grey-500 {
  background-color: #607d8b !important;
}
.blue-grey-500-fg {
  color: white !important;
}
.text-blue-grey-500 {
  color: #607d8b !important;
}
.blue-grey-600 {
  background-color: #546e7a !important;
}
.blue-grey-600-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-blue-grey-600 {
  color: #546e7a !important;
}
.blue-grey-700 {
  background-color: #455a64 !important;
}
.blue-grey-700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-blue-grey-700 {
  color: #455a64 !important;
}
.blue-grey-800 {
  background-color: #37474f !important;
}
.blue-grey-800-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-blue-grey-800 {
  color: #37474f !important;
}
.blue-grey-900 {
  background-color: #263238 !important;
}
.blue-grey-900-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-blue-grey-900 {
  color: #263238 !important;
}
.blue-grey-A100 {
  background-color: #cfd8dc !important;
}
.blue-grey-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-grey-A100 {
  color: #cfd8dc !important;
}
.blue-grey-A200 {
  background-color: #b0bec5 !important;
}
.blue-grey-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-blue-grey-A200 {
  color: #b0bec5 !important;
}
.blue-grey-A400 {
  background-color: #78909c !important;
}
.blue-grey-A400-fg {
  color: white !important;
}
.text-blue-grey-A400 {
  color: #78909c !important;
}
.blue-grey-A700 {
  background-color: #455a64 !important;
}
.blue-grey-A700-fg {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-blue-grey-A700 {
  color: #455a64 !important;
}
.white {
  background-color: #ffffff !important;
}
.white .mat-mdc-table {
  background: transparent !important;
}
.white .ngx-datatable.material *,
.white .mat-mdc-table,
.white .mat-mdc-cell,
.white .mat-mdc-header-cell {
  color: rgba(0, 0, 0, 0.87) !important;
}
.white .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.white .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #ffffff, 5;
}
.text-white {
  color: #ffffff;
}
.sidebar-white .navigation-hold {
  background: rgba(255, 255, 255, 0.96) !important;
}
.sidebar-white .navigation-hold a,
.sidebar-white .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-white .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-white .navigation-hold .sidenav li.open > a > span,
.sidebar-white .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-white .navigation-hold .app-user .app-user-name,
.sidebar-white .navigation-hold .branding .app-logo-text {
  color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-white .navigation-hold a:hover {
  background: rgba(204, 204, 204, 0.2) !important;
}
.sidebar-white .navigation-hold .app-user .app-user-photo,
.sidebar-white .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: rgba(0, 0, 0, 0.87) !important;
}
.sidebar-white .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-white .navigation-hold .branding {
  background: rgba(255, 255, 255, 0.96) !important;
}
.sidebar-white .navigation-hold li.open > a {
  background: rgba(204, 204, 204, 0.2) !important;
}
.sidebar-white .navigation-hold .text-muted {
  color: rgba(0, 0, 0, 0.87) !important;
}
.topbar-white .topbar.mat-toolbar {
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.footer-white .main-footer {
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.white-50 {
  background-color: #ffffff !important;
}
.white-50-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-50 {
  color: #ffffff !important;
}
.white-100 {
  background-color: #ffffff !important;
}
.white-100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-100 {
  color: #ffffff !important;
}
.white-200 {
  background-color: #ffffff !important;
}
.white-200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-200 {
  color: #ffffff !important;
}
.white-300 {
  background-color: #ffffff !important;
}
.white-300-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-300 {
  color: #ffffff !important;
}
.white-400 {
  background-color: #ffffff !important;
}
.white-400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-400 {
  color: #ffffff !important;
}
.white-500 {
  background-color: #ffffff !important;
}
.white-500-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-500 {
  color: #ffffff !important;
}
.white-600 {
  background-color: #ffffff !important;
}
.white-600-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-600 {
  color: #ffffff !important;
}
.white-700 {
  background-color: #ffffff !important;
}
.white-700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-700 {
  color: #ffffff !important;
}
.white-800 {
  background-color: #ffffff !important;
}
.white-800-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-800 {
  color: #ffffff !important;
}
.white-900 {
  background-color: #ffffff !important;
}
.white-900-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-900 {
  color: #ffffff !important;
}
.white-A100 {
  background-color: #ffffff !important;
}
.white-A100-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-A100 {
  color: #ffffff !important;
}
.white-A200 {
  background-color: #ffffff !important;
}
.white-A200-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-A200 {
  color: #ffffff !important;
}
.white-A400 {
  background-color: #ffffff !important;
}
.white-A400-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-A400 {
  color: #ffffff !important;
}
.white-A700 {
  background-color: #ffffff !important;
}
.white-A700-fg {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white-A700 {
  color: #ffffff !important;
}
.slate {
  background-color: #222a45 !important;
}
.slate .mat-mdc-table {
  background: transparent !important;
}
.slate .ngx-datatable.material *,
.slate .mat-mdc-table,
.slate .mat-mdc-cell,
.slate .mat-mdc-header-cell {
  color: #ffffff !important;
}
.slate .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.slate .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: #222a45, 5;
}
.text-slate {
  color: #222a45;
}
.sidebar-slate .navigation-hold {
  background: rgba(34, 42, 69, 0.96) !important;
}
.sidebar-slate .navigation-hold a,
.sidebar-slate .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret),
.sidebar-slate .navigation-hold .sidenav li.open > div > a > span:not(.menuitem-badge),
.sidebar-slate .navigation-hold .sidenav li.open > a > span,
.sidebar-slate .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-slate .navigation-hold .app-user .app-user-name,
.sidebar-slate .navigation-hold .branding .app-logo-text {
  color: #ffffff !important;
}
.sidebar-slate .navigation-hold a:hover {
  background: rgba(0.3300970874, 0.4077669903, 0.6699029126, 0.2) !important;
}
.sidebar-slate .navigation-hold .app-user .app-user-photo,
.sidebar-slate .navigation-hold .sidenav-hold .sidenav li.open a .mat-icon:not(.menu-caret) {
  border-color: #ffffff !important;
}
.sidebar-slate .navigation-hold .icon-menu .mat-mdc-raised-button,
.sidebar-slate .navigation-hold .branding {
  background: rgba(34, 42, 69, 0.96) !important;
}
.sidebar-slate .navigation-hold li.open > a {
  background: rgba(0.3300970874, 0.4077669903, 0.6699029126, 0.2) !important;
}
.sidebar-slate .navigation-hold .text-muted {
  color: white !important;
}
.topbar-slate .topbar.mat-toolbar {
  background: #222a45 !important;
  color: #ffffff !important;
}
.footer-slate .main-footer {
  background: #222a45 !important;
  color: #ffffff !important;
}
.slate-50 {
  background-color: #222a45 !important;
}
.slate-50-fg {
  color: #ffffff !important;
}
.text-slate-50 {
  color: #222a45 !important;
}
.slate-100 {
  background-color: #222a45 !important;
}
.slate-100-fg {
  color: #ffffff !important;
}
.text-slate-100 {
  color: #222a45 !important;
}
.slate-200 {
  background-color: #222a45 !important;
}
.slate-200-fg {
  color: #ffffff !important;
}
.text-slate-200 {
  color: #222a45 !important;
}
.slate-300 {
  background-color: #222a45 !important;
}
.slate-300-fg {
  color: #ffffff !important;
}
.text-slate-300 {
  color: #222a45 !important;
}
.slate-400 {
  background-color: #222a45 !important;
}
.slate-400-fg {
  color: #ffffff !important;
}
.text-slate-400 {
  color: #222a45 !important;
}
.slate-500 {
  background-color: #222a45 !important;
}
.slate-500-fg {
  color: #ffffff !important;
}
.text-slate-500 {
  color: #222a45 !important;
}
.slate-600 {
  background-color: #222a45 !important;
}
.slate-600-fg {
  color: #ffffff !important;
}
.text-slate-600 {
  color: #222a45 !important;
}
.slate-700 {
  background-color: #222a45 !important;
}
.slate-700-fg {
  color: #ffffff !important;
}
.text-slate-700 {
  color: #222a45 !important;
}
.slate-800 {
  background-color: #222a45 !important;
}
.slate-800-fg {
  color: #ffffff !important;
}
.text-slate-800 {
  color: #222a45 !important;
}
.slate-900 {
  background-color: #222a45 !important;
}
.slate-900-fg {
  color: #ffffff !important;
}
.text-slate-900 {
  color: #222a45 !important;
}
.slate-A100 {
  background-color: #222a45 !important;
}
.slate-A100-fg {
  color: #ffffff !important;
}
.text-slate-A100 {
  color: #222a45 !important;
}
.slate-A200 {
  background-color: #222a45 !important;
}
.slate-A200-fg {
  color: #ffffff !important;
}
.text-slate-A200 {
  color: #222a45 !important;
}
.slate-A400 {
  background-color: #222a45 !important;
}
.slate-A400-fg {
  color: #ffffff !important;
}
.text-slate-A400 {
  color: #222a45 !important;
}
.slate-A700 {
  background-color: #222a45 !important;
}
.slate-A700-fg {
  color: #ffffff !important;
}
.text-slate-A700 {
  color: #222a45 !important;
}
.page-layout {
  position: relative;
  padding: 0 1.5rem;
  margin: -0.333rem -0.333rem 0;
}
.page-layout .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: -1;
}
.page-layout .content {
  display: flex;
  flex-direction: column;
}
.page-layout .content-header {
  height: 136px;
}
.page-layout .content-card {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  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);
}
.page-layout .content-card > .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab,
.page-layout .content-card > .card-header {
  height: 64px;
}
.page-layout .content-card .card-header {
  display: flex;
  align-items: center;
}
.page-layout .sidebar-header {
  height: 200px;
}
.page-layout.plain {
  padding-left: 0;
  padding-right: 0;
}
.page-layout.plain .sidebar-header {
  height: auto;
}
.page-layout.plain .content-card {
  box-shadow: none;
  border-radius: 0;
}
html {
  font-size: 16px;
}
html,
body {
  width: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  font-family: "Montserrat-Medium";
}
[tabindex="-1"]:focus {
  outline: none;
}
select,
button,
textarea,
input {
  vertical-align: baseline;
}
div {
  box-sizing: border-box;
}
html[dir=rtl],
html[dir=ltr],
body[dir=rtl],
body[dir=ltr] {
  unicode-bidi: embed;
}
bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.mat-mdc-card {
  font-size: 0.875rem;
}
img:not(.mat-mdc-card-image) {
  max-width: 100%;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a {
  color: inherit;
}
p {
  margin: 0 0 16px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
.h1,
h1 {
  font-size: 2rem;
}
.h2,
h2 {
  font-size: 1.75rem;
}
.h3,
h3 {
  font-size: 1.5rem;
}
.h4,
h4 {
  font-size: 1.25rem;
}
.h5,
h5 {
  font-size: 1rem;
}
.h6,
h6 {
  font-size: 0.875rem;
}
code {
  padding: 8px;
  background: rgba(0, 0, 0, 0.08);
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.bg-none {
  background: transparent !important;
}
.bg-white {
  background: #ffffff !important;
}
.height-100 {
  min-height: 100vh;
}
.fix {
  position: relative;
  overflow: hidden;
}
.fix-elm::after {
  display: table;
  width: 100%;
  content: "";
}
.mat-box-shadow {
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.light-gray {
  background: rgba(0, 0, 0, 0.024);
}
.light-mat-gray {
  background: rgba(0, 0, 0, 0.08);
}
.mat-blue {
  background: #247ba0;
  color: #FEFEFE;
}
.mat-red {
  background-color: #f44336 !important;
  color: #fff !important;
}
.mat-indigo {
  background-color: #3f51b5 !important;
  color: #fff !important;
}
.mat-brown {
  background-color: #785548 !important;
  color: #FEFEFE;
}
.mat-teal {
  background-color: #009688 !important;
  color: #fff !important;
}
.mat-purple {
  background-color: #9c27b0 !important;
  color: hsla(0, 0%, 100%, 0.87) !important;
}
.fz-1 {
  font-size: 1rem !important;
}
.fz-2 {
  font-size: 2rem !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: normal !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.text-muted {
  color: rgba(0, 0, 0, 0.54) !important;
}
.text-muted-white {
  color: rgba(255, 255, 255, 0.54) !important;
}
.text-gray {
  color: rgba(0, 0, 0, 0.7) !important;
}
.text-sm {
  font-size: 0.813rem;
}
.list-item-active {
  border-left: 3px solid;
}
.material-icons.icon-sm {
  font-size: 18px !important;
  line-height: 18px !important;
  height: 18px;
  width: 18px;
}
.material-icons.icon-xs {
  font-size: 13px !important;
  line-height: 13px;
  height: 13px;
  width: 13px;
}
.mat-mdc-button,
.mat-mdc-raised-button {
  font-weight: 400 !important;
}
[mat-lg-button] {
  padding: 0 32px !important;
  font-size: 18px;
  line-height: 56px !important;
}
.mat-mdc-icon-button[mat-sm-button] {
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.mat-mdc-icon-button[mat-xs-button] {
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.mat-mdc-icon-button[mat-xs-button] .mat-icon {
  font-size: 16px;
  line-height: 20px !important;
  height: 20px;
  width: 20px;
}
.mat-mdc-chip[mat-sm-chip] {
  padding: 4px 6px 4px 6px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  max-height: 20px;
  box-sizing: border-box;
}
.mat-mdc-icon-button.img-button img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.compact-list .mat-mdc-list-item {
  line-height: 1.1;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.compact-list .mat-mdc-list-item:hover {
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.list-tasktype .tasktype-item {
  padding: 12px;
}
.list-tasktype .tasktype-item:hover {
  background: rgba(0, 0, 0, 0.08);
}
.list-tasktype .tasktype-item .tasktype-action {
  visibility: hidden;
}
.list-tasktype .tasktype-item:hover .tasktype-action {
  visibility: visible;
}
.doughnut-grid {
  border-radius: 2px;
  overflow: hidden;
}
.doughnut-grid .doughnut-grid-item {
  padding: 1rem;
}
.doughnut-grid .doughnut-grid-item p {
  margin: 0;
}
.doughnut-grid .doughnut-grid-item .chart {
  margin: 0 0 8px;
}
.logo-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.toolbar-avatar {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 24px;
}
.toolbar-avatar > img {
  width: 40px !important;
  border-radius: 50%;
}
.toolbar-avatar.md,
.toolbar-avatar.md > img {
  width: 48px !important;
  height: 48px;
}
.toolbar-avatar > .status-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 25px;
  right: -2px;
  border: 2px solid #ffffff;
  background: #ccc;
}
.full-width {
  width: 100% !important;
}
.dnd-item {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.icon-circle {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6rem;
  border-radius: 50%;
}
.mat-sidenav .mat-mdc-list-item:hover {
  background: rgba(0, 0, 0, 0.035) !important;
}
.mat-mdc-chip {
  position: relative;
  overflow: hidden;
}
.text-small {
  font-size: 0.813rem;
}
.text-small .mat-icon {
  font-size: 1rem;
  vertical-align: sub;
  margin: 0 2px;
}
.mat-mdc-card-title {
  font-size: 1rem !important;
}
.icon-chip {
  font-size: 11px !important;
  padding: 4px 8px !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.icon-chip .mat-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  margin-right: 4px;
}
.mat-mdc-chip:not(.mat-mdc-standard-chip) {
  display: inline-block;
  padding: 8px 12px 8px 12px;
  border-radius: 24px;
  font-size: 13px;
  line-height: 16px;
}
.ql-container .ql-editor {
  min-height: 200px;
}
.chart {
  display: block;
  width: 100%;
}
.form-error-msg {
  color: #f44336;
  display: block;
  padding: 5px 0;
}
.accordion-handle {
  cursor: pointer;
}
.app-accordion {
  max-height: 200px;
  transition: max-height 0.3s ease;
}
.app-accordion.open {
  max-height: 1000px;
}
.app-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.app-accordion.open .accordion-content {
  max-height: 800px;
}
.app-accordion.open .hidden-on-open {
  display: none !important;
}
.app-accordion:not(.open) .show-on-open {
  display: none !important;
}
mat-list a[mat-list-item] .mdc-list-item__content,
mat-list mat-list-item .mdc-list-item__content,
mat-nav-list a[mat-list-item] .mdc-list-item__content,
mat-nav-list mat-list-item .mdc-list-item__content,
[mat-menu-item],
.mat-mdc-option,
body .mat-mdc-select-trigger {
  font-size: 0.875rem !important;
}
.mat-ripple {
  position: relative;
}
.fileupload-drop-zone {
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  padding: 48px;
  height: 120px;
}
.default-table {
  text-align: left;
}
.default-table > thead tr th {
  font-weight: 400;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.default-table tbody tr td {
  padding: 0.9rem 1.2rem;
}
.app-error {
  text-align: center;
  width: 320px;
  max-width: 320px;
  margin: 0 auto;
}
.app-error .error-icon {
  height: 120px;
  width: 120px;
  font-size: 120px;
  float: left;
}
.app-error .error-text {
  float: right;
  width: 200px;
  max-width: 200px;
}
.app-error .error-title {
  font-size: 5rem;
  font-weight: 900;
  margin: 0;
}
.app-error .error-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}
.app-error .error-actions {
  width: 100%;
  overflow: hidden;
  min-height: 54px;
  margin-top: 100px;
}
.app-loader,
.view-loader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.view-loader {
  display: block;
  padding-top: 160px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 9999;
}
.view-loader * {
  margin: auto;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.p-0.mat-mdc-card-content .ql-container {
  border: 0 !important;
}
.p-0.mat-mdc-card-content .ql-toolbar.ql-snow {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ps__scrollbar-y-rail {
  z-index: 999;
}
.collapsed-menu .ps__scrollbar-y-rail {
  z-index: auto;
}
.ngx-datatable.material {
  box-shadow: none !important;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  background-color: inherit !important;
}
.agm-info-window-content {
  color: rgba(0, 0, 0, 0.87);
}
.chart {
  margin-left: -10px;
}
div.hopscotch-bubble,
div.hopscotch-bubble .hopscotch-title,
div.hopscotch-bubble .hopscotch-content,
div.hopscotch-bubble .hopscotch-nav-button {
  font-family:
    "Roboto",
    Helvetica Neue,
    sans-serif !important;
}
div.hopscotch-bubble {
  border: 1px solid;
  border-radius: 2px;
}
div.hopscotch-bubble .hopscotch-bubble-number {
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0;
  font-weight: 500;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
div.hopscotch-bubble .hopscotch-title {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1px;
}
div.hopscotch-bubble .hopscotch-content {
  margin: -5px 0 16px;
}
div.hopscotch-bubble .hopscotch-bubble-close {
  background: url("./media/cancel.png");
  background-size: 8px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.hopscotch-bubble .hopscotch-bubble-close:active {
  outline: 0;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -17px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  right: -34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  left: -17px;
}
div.hopscotch-bubble .hopscotch-nav-button {
  border: 0;
  border-radius: 2px;
  font-weight: normal;
  text-shadow: none !important;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background-image: none !important;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transform: translate3d(0, 0, 0);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
div.hopscotch-bubble .hopscotch-nav-button:hover,
div.hopscotch-bubble .hopscotch-nav-button:active,
div.hopscotch-bubble .hopscotch-nav-button:focus {
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  outline: none;
}
div.hopscotch-bubble .hopscotch-nav-button.prev,
div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
}
.ps__rail-y {
  right: 0 !important;
  left: auto !important;
}
[dir=rtl] .ps__rail-y {
  right: auto !important;
  left: 0 !important;
}
[dir=rtl] .ps__thumb-y {
  right: auto !important;
  left: 1px !important;
}
[dir=rtl] .ngx-datatable .datatable-footer .datatable-pager .pager {
  float: left;
}
[dir=rtl] .user-card .user-details .mat-icon {
  margin-right: 0;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .mat-mdc-card-title .mat-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .accordion-handle {
    flex-direction: column !important;
  }
  .app-error .error-icon {
    height: 100px;
    width: 100px;
    font-size: 100px;
  }
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("./media/Montserrat-Medium.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: 0;
}
button {
  outline: 0;
}
figure {
  margin: 0;
}
strong,
b {
  font-weight: 700;
}
.strikethrough {
  text-decoration: line-through;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-10 {
  font-size: 10px;
}
.text-10.mat-icon {
  width: 10px !important;
  height: 10px !important;
  line-height: 10px !important;
}
.text-11 {
  font-size: 11px;
}
.text-11.mat-icon {
  width: 11px !important;
  height: 11px !important;
  line-height: 11px !important;
}
.text-12 {
  font-size: 12px;
}
.text-12.mat-icon {
  width: 12px !important;
  height: 12px !important;
  line-height: 12px !important;
}
.text-13 {
  font-size: 13px;
}
.text-13.mat-icon {
  width: 13px !important;
  height: 13px !important;
  line-height: 13px !important;
}
.text-14 {
  font-size: 14px;
}
.text-14.mat-icon {
  width: 14px !important;
  height: 14px !important;
  line-height: 14px !important;
}
.text-15 {
  font-size: 15px;
}
.text-15.mat-icon {
  width: 15px !important;
  height: 15px !important;
  line-height: 15px !important;
}
.text-16 {
  font-size: 16px;
}
.text-16.mat-icon {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
}
.text-17 {
  font-size: 17px;
}
.text-17.mat-icon {
  width: 17px !important;
  height: 17px !important;
  line-height: 17px !important;
}
.text-18 {
  font-size: 18px;
}
.text-18.mat-icon {
  width: 18px !important;
  height: 18px !important;
  line-height: 18px !important;
}
.text-19 {
  font-size: 19px;
}
.text-19.mat-icon {
  width: 19px !important;
  height: 19px !important;
  line-height: 19px !important;
}
.text-20 {
  font-size: 20px;
}
.text-20.mat-icon {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.text-21 {
  font-size: 21px;
}
.text-21.mat-icon {
  width: 21px !important;
  height: 21px !important;
  line-height: 21px !important;
}
.text-22 {
  font-size: 22px;
}
.text-22.mat-icon {
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
}
.text-23 {
  font-size: 23px;
}
.text-23.mat-icon {
  width: 23px !important;
  height: 23px !important;
  line-height: 23px !important;
}
.text-24 {
  font-size: 24px;
}
.text-24.mat-icon {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
}
.text-25 {
  font-size: 25px;
}
.text-25.mat-icon {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
}
.text-26 {
  font-size: 26px;
}
.text-26.mat-icon {
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
}
.text-27 {
  font-size: 27px;
}
.text-27.mat-icon {
  width: 27px !important;
  height: 27px !important;
  line-height: 27px !important;
}
.text-28 {
  font-size: 28px;
}
.text-28.mat-icon {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
}
.text-29 {
  font-size: 29px;
}
.text-29.mat-icon {
  width: 29px !important;
  height: 29px !important;
  line-height: 29px !important;
}
.text-30 {
  font-size: 30px;
}
.text-30.mat-icon {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}
.text-31 {
  font-size: 31px;
}
.text-31.mat-icon {
  width: 31px !important;
  height: 31px !important;
  line-height: 31px !important;
}
.text-32 {
  font-size: 32px;
}
.text-32.mat-icon {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
}
.text-33 {
  font-size: 33px;
}
.text-33.mat-icon {
  width: 33px !important;
  height: 33px !important;
  line-height: 33px !important;
}
.text-34 {
  font-size: 34px;
}
.text-34.mat-icon {
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
}
.text-35 {
  font-size: 35px;
}
.text-35.mat-icon {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
}
.text-36 {
  font-size: 36px;
}
.text-36.mat-icon {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}
.text-37 {
  font-size: 37px;
}
.text-37.mat-icon {
  width: 37px !important;
  height: 37px !important;
  line-height: 37px !important;
}
.text-38 {
  font-size: 38px;
}
.text-38.mat-icon {
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
}
.text-39 {
  font-size: 39px;
}
.text-39.mat-icon {
  width: 39px !important;
  height: 39px !important;
  line-height: 39px !important;
}
.text-40 {
  font-size: 40px;
}
.text-40.mat-icon {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}
.text-41 {
  font-size: 41px;
}
.text-41.mat-icon {
  width: 41px !important;
  height: 41px !important;
  line-height: 41px !important;
}
.text-42 {
  font-size: 42px;
}
.text-42.mat-icon {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
}
.text-43 {
  font-size: 43px;
}
.text-43.mat-icon {
  width: 43px !important;
  height: 43px !important;
  line-height: 43px !important;
}
.text-44 {
  font-size: 44px;
}
.text-44.mat-icon {
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
}
.text-45 {
  font-size: 45px;
}
.text-45.mat-icon {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}
.text-46 {
  font-size: 46px;
}
.text-46.mat-icon {
  width: 46px !important;
  height: 46px !important;
  line-height: 46px !important;
}
.text-47 {
  font-size: 47px;
}
.text-47.mat-icon {
  width: 47px !important;
  height: 47px !important;
  line-height: 47px !important;
}
.text-48 {
  font-size: 48px;
}
.text-48.mat-icon {
  width: 48px !important;
  height: 48px !important;
  line-height: 48px !important;
}
.text-49 {
  font-size: 49px;
}
.text-49.mat-icon {
  width: 49px !important;
  height: 49px !important;
  line-height: 49px !important;
}
.text-50 {
  font-size: 50px;
}
.text-50.mat-icon {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
}
.text-51 {
  font-size: 51px;
}
.text-51.mat-icon {
  width: 51px !important;
  height: 51px !important;
  line-height: 51px !important;
}
.text-52 {
  font-size: 52px;
}
.text-52.mat-icon {
  width: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
}
.text-53 {
  font-size: 53px;
}
.text-53.mat-icon {
  width: 53px !important;
  height: 53px !important;
  line-height: 53px !important;
}
.text-54 {
  font-size: 54px;
}
.text-54.mat-icon {
  width: 54px !important;
  height: 54px !important;
  line-height: 54px !important;
}
.text-55 {
  font-size: 55px;
}
.text-55.mat-icon {
  width: 55px !important;
  height: 55px !important;
  line-height: 55px !important;
}
.text-56 {
  font-size: 56px;
}
.text-56.mat-icon {
  width: 56px !important;
  height: 56px !important;
  line-height: 56px !important;
}
.text-57 {
  font-size: 57px;
}
.text-57.mat-icon {
  width: 57px !important;
  height: 57px !important;
  line-height: 57px !important;
}
.text-58 {
  font-size: 58px;
}
.text-58.mat-icon {
  width: 58px !important;
  height: 58px !important;
  line-height: 58px !important;
}
.text-59 {
  font-size: 59px;
}
.text-59.mat-icon {
  width: 59px !important;
  height: 59px !important;
  line-height: 59px !important;
}
.text-60 {
  font-size: 60px;
}
.text-60.mat-icon {
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
}
.text-61 {
  font-size: 61px;
}
.text-61.mat-icon {
  width: 61px !important;
  height: 61px !important;
  line-height: 61px !important;
}
.text-62 {
  font-size: 62px;
}
.text-62.mat-icon {
  width: 62px !important;
  height: 62px !important;
  line-height: 62px !important;
}
.text-63 {
  font-size: 63px;
}
.text-63.mat-icon {
  width: 63px !important;
  height: 63px !important;
  line-height: 63px !important;
}
.text-64 {
  font-size: 64px;
}
.text-64.mat-icon {
  width: 64px !important;
  height: 64px !important;
  line-height: 64px !important;
}
.text-65 {
  font-size: 65px;
}
.text-65.mat-icon {
  width: 65px !important;
  height: 65px !important;
  line-height: 65px !important;
}
.text-66 {
  font-size: 66px;
}
.text-66.mat-icon {
  width: 66px !important;
  height: 66px !important;
  line-height: 66px !important;
}
.text-67 {
  font-size: 67px;
}
.text-67.mat-icon {
  width: 67px !important;
  height: 67px !important;
  line-height: 67px !important;
}
.text-68 {
  font-size: 68px;
}
.text-68.mat-icon {
  width: 68px !important;
  height: 68px !important;
  line-height: 68px !important;
}
.text-69 {
  font-size: 69px;
}
.text-69.mat-icon {
  width: 69px !important;
  height: 69px !important;
  line-height: 69px !important;
}
.text-70 {
  font-size: 70px;
}
.text-70.mat-icon {
  width: 70px !important;
  height: 70px !important;
  line-height: 70px !important;
}
.text-71 {
  font-size: 71px;
}
.text-71.mat-icon {
  width: 71px !important;
  height: 71px !important;
  line-height: 71px !important;
}
.text-72 {
  font-size: 72px;
}
.text-72.mat-icon {
  width: 72px !important;
  height: 72px !important;
  line-height: 72px !important;
}
.text-73 {
  font-size: 73px;
}
.text-73.mat-icon {
  width: 73px !important;
  height: 73px !important;
  line-height: 73px !important;
}
.text-74 {
  font-size: 74px;
}
.text-74.mat-icon {
  width: 74px !important;
  height: 74px !important;
  line-height: 74px !important;
}
.text-75 {
  font-size: 75px;
}
.text-75.mat-icon {
  width: 75px !important;
  height: 75px !important;
  line-height: 75px !important;
}
.text-76 {
  font-size: 76px;
}
.text-76.mat-icon {
  width: 76px !important;
  height: 76px !important;
  line-height: 76px !important;
}
.text-77 {
  font-size: 77px;
}
.text-77.mat-icon {
  width: 77px !important;
  height: 77px !important;
  line-height: 77px !important;
}
.text-78 {
  font-size: 78px;
}
.text-78.mat-icon {
  width: 78px !important;
  height: 78px !important;
  line-height: 78px !important;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-inherit {
  font-weight: inherit;
}
.line-height-1 {
  line-height: 1 !important;
}
.app-admin-wrap {
  height: 100vh;
  overflow: hidden;
}
.app-admin-container {
  max-width: 100%;
  height: 100vh;
}
.app-admin-container .rightside-content-hold {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.333333rem;
  overflow-x: hidden;
  position: relative;
  min-height: 450px;
}
.sidebar-panel {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  z-index: 10001;
  width: 15rem;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: hidden;
}
.sidebar-panel .sidebar-hold {
  width: 15rem;
}
.sidebar-panel .navigation-hold {
  position: absolute;
  height: calc(100% - 64px);
  width: 100%;
  margin-top: 64px;
  background: rgba(255, 255, 255, 0.95);
  left: 0;
}
.sidebar-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-content-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100vh;
  transition: width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.main-content-wrap.ps > .ps__rail-y {
  z-index: 9999;
}
.sidebar-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: block;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.sidebar-backdrop.visible {
  visibility: visible;
  opacity: 1;
}
.app-admin-container.sidebar-compact-big .main-content-wrap {
  width: calc(100% - 150px);
}
.app-admin-container.sidebar-compact-big .sidebar-panel {
  width: 150px;
}
.app-admin-container.sidebar-compact-big .sidebar-panel .branding {
  width: 150px;
}
.app-admin-container.sidebar-compact-big .sidebar-panel .branding .app-logo {
  margin: auto;
}
.app-admin-container.sidebar-compact-big .sidebar-panel .navigation-hold {
  overflow: visible !important;
}
.app-admin-container.sidebar-closed .sidebar-panel {
  overflow: hidden;
  left: -15rem;
}
.app-admin-container.sidebar-closed .sidebar-panel .branding {
  left: -15rem;
}
.app-admin-container.sidebar-closed .main-content-wrap {
  width: 100%;
}
.fixed-topbar .rightside-content-hold {
  overflow: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 64px;
}
.layout-intransition .branding {
  display: none !important;
}
.layout-intransition .app-user-controls,
.layout-intransition .app-user-name {
  opacity: 0 !important;
}
.app-admin-container.sidebar-full.navigation-top .sidebar-panel {
  left: 0;
}
.app-admin-container.navigation-top .main-content-wrap {
  float: none;
  width: 100%;
}
.app-admin-container.navigation-top .rightside-content-hold {
  max-width: 1400px;
  min-width: 70%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 48px;
}
.app-admin-container.navigation-top .sidebar-panel {
  overflow: hidden;
  left: -15rem;
}
.app-admin-container.navigation-top .sidebar-panel .navigation-hold {
  margin-top: 48px;
  height: calc(100% - 48px);
}
[dir=rtl].app-admin-container.sidebar-closed .sidebar-panel {
  right: -15rem;
}
[dir=rtl].app-admin-container.sidebar-closed .branding {
  left: auto !important;
  right: -15rem;
}
[dir=rtl] .main-content-wrap {
  float: left;
}
[dir=rtl] .sidebar-panel {
  right: 0;
  left: auto !important;
}
@media (max-width: 959px) {
  .app-admin-container.sidebar-full .main-content-wrap {
    width: 100% !important;
  }
}
.notification-number {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
#langToggle .mat-mdc-select-trigger {
  width: 80px;
  min-width: 80px;
}
.theme-list .mat-mdc-menu-item {
  width: 48px;
  height: 48px;
  padding: 5px;
}
.theme-list .mat-mdc-menu-item .egret-swatch {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.theme-list .mat-mdc-menu-item .active-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  color: #ffffff;
}
.topbar-button-right {
  margin: 0 0.5rem !important;
}
.sidenav-hold .menuitem-badge {
  padding: 3px 10px;
  line-height: 12px;
  color: #ffffff !important;
  font-weight: 400;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
}
.sidenav-hold .icon-menu {
  padding: 0 24px;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.sidenav-hold .icon-menu .icon-menu-item {
  display: inline-block;
}
.sidenav-hold .icon-menu .icon-menu-item button {
  min-width: auto;
  margin: 4px;
}
.sidenav-hold .icon-menu > .mat-divider {
  margin: 1rem 0;
}
.sidenav-hold .nav-item-sep {
  padding: 0;
  margin: 0 0 1rem;
}
.sidenav-hold .nav-item-sep .icon-menu-title {
  padding-left: 0px;
  margin-left: -8px;
}
.sidenav-hold .nav-item-sep span {
  padding: 16px 0 0 16px;
  display: block;
  font-size: 12px;
}
.sidenav-hold .sidenav li {
  cursor: pointer;
}
.sidenav-hold .sidenav li ul.submenu {
  max-height: 0;
  overflow: hidden;
  opacity: 1;
}
.sidenav-hold .sidenav li ul.submenu.lvl2 a,
.sidenav-hold .sidenav li ul.submenu.lvl3 a {
  height: 44px;
}
.sidenav-hold .sidenav li ul.submenu.lvl2 a {
  padding: 0 16px 0 55px;
}
.sidenav-hold .sidenav li ul.submenu.lvl3 a {
  padding: 0 16px 0 64px;
}
.sidenav-hold .sidenav a {
  position: relative;
  width: 100%;
  padding: 0 16px 0 0;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  text-decoration: none;
}
.sidenav-hold .sidenav a .mat-icon:not(.menu-caret) {
  text-align: center;
  margin-right: 3px;
  height: 48px;
  width: 48px;
  font-size: 18px;
  line-height: 48px;
  border-left: 3px solid;
  border-color: transparent;
}
.sidenav-hold .sidenav a .menu-caret {
  font-size: 1rem;
  line-height: 1;
  height: 16px;
  width: 16px;
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.sidebar-full .sidenav-hold li ul {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.35, 0, 0.25, 1);
}
.sidebar-full .sidenav-hold li ul::after,
.sidebar-full .sidenav-hold li ul::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 3;
}
.sidebar-full .sidenav-hold li ul::after {
  background:
    linear-gradient(
      -180deg,
      rgba(0, 0, 0, 0.06),
      transparent);
  bottom: 0;
}
.sidebar-full .sidenav-hold li ul::before {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1),
      transparent);
  top: 0;
}
.sidebar-full .sidenav-hold li.open,
.sidebar-full .sidenav-hold li.open li.open {
  background: rgba(0, 0, 0, 0.02);
}
.sidebar-full .sidenav-hold li.open > div > ul,
.sidebar-full .sidenav-hold li.open > ul {
  max-height: 1000px;
  background: rgba(0, 0, 0, 0.005);
}
.sidebar-full .sidenav-hold li.open > div > a .menu-caret,
.sidebar-full .sidenav-hold li.open > a .menu-caret {
  transform: rotate(90deg);
}
.sidebar-full .sidenav-hold a {
  height: 48px;
}
.sidebar-compact .sidenav-hold .icon-menu,
.sidebar-compact-big .sidenav-hold .icon-menu {
  padding: 8px 0 0;
}
.sidebar-compact .sidenav-hold .icon-menu .nav-item-sep,
.sidebar-compact-big .sidenav-hold .icon-menu .nav-item-sep {
  display: none;
}
.sidebar-compact .sidenav-hold .nav-item-sep,
.sidebar-compact-big .sidenav-hold .nav-item-sep {
  margin: 1rem 0;
}
.sidebar-compact .sidenav-hold .nav-item-sep span,
.sidebar-compact-big .sidenav-hold .nav-item-sep span {
  display: none;
}
.sidebar-compact .sidenav-hold a,
.sidebar-compact-big .sidenav-hold a {
  padding: 0 !important;
}
.sidebar-compact .sidenav-hold li,
.sidebar-compact-big .sidenav-hold li {
  position: relative;
  z-index: 10001;
}
.sidebar-compact .sidenav-hold li .lvl1 > a > .mat-icon.menu-caret,
.sidebar-compact .sidenav-hold li .menuitem-badge,
.sidebar-compact-big .sidenav-hold li .lvl1 > a > .mat-icon.menu-caret,
.sidebar-compact-big .sidenav-hold li .menuitem-badge {
  display: none;
}
.sidebar-compact .sidenav-hold li:hover > div > ul.submenu,
.sidebar-compact .sidenav-hold li:hover > ul.submenu,
.sidebar-compact-big .sidenav-hold li:hover > div > ul.submenu,
.sidebar-compact-big .sidenav-hold li:hover > ul.submenu {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.35, 0, 0.25, 1);
}
.sidebar-compact .sidenav-hold li ul.submenu,
.sidebar-compact-big .sidenav-hold li ul.submenu {
  overflow: visible;
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.sidebar-compact .sidenav-hold li ul.submenu.lvl2 > li > a,
.sidebar-compact .sidenav-hold li ul.submenu.lvl3 > li > a,
.sidebar-compact-big .sidenav-hold li ul.submenu.lvl2 > li > a,
.sidebar-compact-big .sidenav-hold li ul.submenu.lvl3 > li > a {
  height: 36px;
  line-height: 36px;
  padding: 0 16px !important;
}
.sidebar-compact .icon-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
}
.sidebar-compact .icon-menu .icon-menu-item button {
  margin: 0 0 8px 0;
  padding: 0 12px;
  box-shadow: none;
}
.sidebar-compact .sidenav-hold .sidenav .mat-icon:not(.menu-caret) {
  margin: 0 !important;
  width: 64px !important;
}
.sidebar-compact .sidenav-hold .item-name.lvl1 {
  display: none;
}
.sidebar-compact-big .sidenav > li > div > a {
  text-align: center;
  display: block !important;
  padding: 16px 0;
}
.sidebar-compact-big .sidenav .mat-icon:not(.menu-caret) {
  height: 36px;
  width: 150px;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
.layout-intransition .sidenav ul.submenu {
  opacity: 0 !important;
}
[dir=rtl].sidebar-full .sidenav-hold a {
  padding: 0 0 0 16px;
}
[dir=rtl].sidebar-compact .sidenav-hold a,
[dir=rtl].sidebar-compact-big .sidenav-hold a {
  padding: 0 !important;
}
[dir=rtl].sidebar-compact .sidenav-hold li ul.submenu,
[dir=rtl].sidebar-compact-big .sidenav-hold li ul.submenu {
  left: auto !important;
  right: 100%;
}
[dir=rtl].sidebar-compact .sidenav-hold li ul.submenu.lvl2 > li > a,
[dir=rtl].sidebar-compact .sidenav-hold li ul.submenu.lvl3 > li > a,
[dir=rtl].sidebar-compact-big .sidenav-hold li ul.submenu.lvl2 > li > a,
[dir=rtl].sidebar-compact-big .sidenav-hold li ul.submenu.lvl3 > li > a {
  padding: 0 16px !important;
}
[dir=rtl] .sidenav-hold .sidenav a {
  padding: 0 0 0 16px;
}
[dir=rtl] .sidenav-hold .sidenav a .mat-icon:not(.menu-caret) {
  border-left: none;
  border-right: 3px solid;
  margin-right: 1px;
  border-color: transparent;
}
[dir=rtl] .sidenav-hold .sidenav li ul.submenu.lvl2 > li > a {
  padding: 0 55px 0 16px;
}
[dir=rtl] .sidenav-hold .sidenav li ul.submenu.lvl3 > li > a {
  padding: 0 64px 0 16px;
}
[dir=rtl] .sidenav-hold .nav-item-sep .icon-menu-title {
  padding-right: 0 !important;
  margin: 0 -6px 0 0 !important;
}
[dir=rtl] .sidenav-hold .nav-item-sep span {
  padding: 16px 20px 0 0;
}
.main-footer {
  padding: 0 0.667rem;
  min-height: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumb {
  display: block;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  list-style: none;
  float: left;
}
.breadcrumb li:not(:first-child):before {
  content: "/\a0";
  padding: 0 8px;
}
.breadcrumb-bar {
  position: relative;
  width: 100%;
}
.breadcrumb-bar .breadcrumb {
  padding: 0 0.333rem;
  overflow: hidden;
}
.breadcrumb-bar .breadcrumb li {
  line-height: 40px;
}
.breadcrumb-bar .breadcrumb li:not(:first-child):before {
  padding: 0 8px;
}
.breadcrumb-bar .breadcrumb li a {
  font-weight: 400;
  font-size: 1rem;
}
.breadcrumb-title {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.333rem;
  line-height: 40px;
}
.breadcrumb-title .bc-title {
  font-size: 13px;
  margin: 0;
  line-height: 40px;
}
.breadcrumb-title .breadcrumb {
  position: relative;
  margin-left: 24px;
}
.breadcrumb-title .breadcrumb::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 2px;
  background: #6a6a6a;
  left: -12px;
  top: 8px;
}
[dir=rtl] .breadcrumb-bar .breadcrumb li,
[dir=rtl] .breadcrumb-title .breadcrumb li {
  float: right;
}
[dir=rtl] .breadcrumb-title .breadcrumb {
  margin-left: 0;
  margin-right: 24px;
}
[dir=rtl] .breadcrumb-title .breadcrumb::before {
  left: auto;
  right: -12px;
}
.navigation-top .nofication-panel {
  padding-top: 48px;
}
.notification-list {
  min-width: 240px;
}
.notification-list .notific-item a {
  outline: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.notification-list .notific-item .message {
  font-size: 0.875rem !important;
}
.notification-list .notific-item .time {
  font-size: 0.75rem !important;
}
.sidebar-compact-switch {
  position: relative;
  width: 24px;
  height: 12px;
  border-radius: 10px;
  border: 1px solid #666;
  cursor: pointer;
  z-index: 999999;
  opacity: 1;
  transition: left 0.3s, opacity 0.1s;
}
.sidebar-compact-switch span {
  position: absolute;
  left: 1px;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.sidebar-compact-switch.active {
  background: #444;
}
.sidebar-compact-switch.active span {
  left: 13px;
  background: #ffffff;
}
.branding {
  display: flex;
  align-items: center;
  position: fixed;
  padding: 0 16px;
  width: 15rem;
  height: 64px;
  line-height: 64px;
  top: 0;
  left: 0;
  z-index: 999;
  color: #444;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: hidden;
}
.branding .app-logo {
  width: auto;
  height: 20px;
  margin-right: 8px;
}
.branding .app-logo-text {
  width: auto;
  font-size: 20px;
  font-weight: 400;
}
.app-user {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
}
.app-user .app-user-photo {
  width: 72px;
  margin: 0 auto 8px;
  height: 72px;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 50%;
}
.app-user .app-user-controls .mat-mdc-icon-button {
  margin: 0 2px;
}
.app-user img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.app-user .app-user-name {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.96);
  margin-left: -2px;
}
.app-admin-container.sidebar-compact .sidebar-compact-switch {
  opacity: 0;
  left: -2rem;
}
.app-admin-container.sidebar-compact .branding {
  width: 64px;
  padding: 0;
}
.app-admin-container.sidebar-compact .branding .app-logo {
  margin: auto;
}
.app-admin-container.sidebar-compact .app-user {
  padding: 0.5rem 0;
}
.app-admin-container.sidebar-compact .app-user .app-user-photo {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}
.app-admin-container.sidebar-compact .app-user-name,
.app-admin-container.sidebar-compact .app-user-controls,
.app-admin-container.sidebar-compact .app-logo-text {
  display: none !important;
}
[dir=rtl] .sidebar-compact-switch {
  left: auto;
  right: 12rem;
}
[dir=rtl] .branding {
  top: 0;
  left: auto !important;
  right: 0;
}
[dir=rtl] .branding .app-logo {
  margin-right: 0;
  margin-left: 8px;
}
.topbar.mat-toolbar {
  min-height: 64px;
  height: auto;
  position: relative;
  z-index: 1001;
  padding-left: 40px;
  padding-right: 40px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .topbar.mat-toolbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.topbar .mat-mdc-select-value {
  font-weight: 400;
  color: #ffffff;
}
.toggle-collapsed {
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.sidebar-compact .toggle-collapsed {
  transform: rotate(180deg);
}
.search-bar .top-search-form {
  position: relative;
  background: #fff;
  border-radius: 40px;
  margin-right: 1rem;
  display: block;
  max-width: 220px;
  margin-left: 20px;
  box-shadow: inset 0 0 2px 2px rgba(136, 136, 136, 0.2);
}
.search-bar .top-search-form .material-icons {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  color: rgba(0, 0, 0, 0.87);
}
.search-bar .top-search-form input {
  font-size: 1rem;
  padding: 0.6rem 0.75rem;
  z-index: 2;
  cursor: text;
  text-indent: 30px;
  border: none;
  background: transparent;
  width: 100%;
  outline: 0;
}
.topnav:after {
  content: "";
  display: table;
  clear: both;
}
.topnav label.menu-toggle {
  height: 48px;
  width: 48px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 50%;
}
.topnav label.menu-toggle .mat-icon {
  font-size: 24px;
}
.topnav .toggle,
.topnav [id^=drop] {
  display: none;
}
.topnav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.topnav ul:not(.menu) {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.topnav ul.menu {
  float: left;
  height: 48px;
  padding-right: 45px;
}
.topnav ul.menu > li {
  float: left;
}
.topnav ul.menu > li > div > a,
.topnav ul.menu > li > div > div {
  border-bottom: 2px solid;
  height: 48px;
  box-sizing: border-box;
  border-color: transparent;
  margin: 0 6px;
}
.topnav ul li {
  margin: 0px;
  display: inline-block;
}
.topnav a,
.topnav label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 13px 20px;
  height: 44px;
  font-size: 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
}
.topnav a .mat-icon,
.topnav label .mat-icon {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  margin-right: 2px;
}
.topnav ul li ul li:hover,
.topnav ul li ul li.open {
  background: #eeeeee;
}
.topnav ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  top: 48px;
  transform: translateY(-100px);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.topnav ul li:hover > div > div > ul,
.topnav ul li:hover > div > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.topnav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}
.topnav ul ul ul {
  top: 0;
  left: 170px;
}
.topnav ul ul ul li {
  position: relative;
  top: 0;
}
.topnav li > a:after {
  content: " +";
}
.topnav li > a:only-child:after {
  content: "";
}
@media all and (max-width: 768px) {
  .topnav {
    margin: 0;
  }
  .topnav .toggle + a {
    display: none;
  }
  .topnav .menu {
    opacity: 0;
    visibility: hidden;
    height: auto !important;
    width: 100%;
  }
  .topnav .menu li a {
    border: none !important;
  }
  .topnav .toggle {
    display: flex;
    text-decoration: none;
    border: none;
  }
  .topnav ul {
    overflow: hidden;
    max-height: 0px;
    transform: translateY(0px) !important;
    transition: max-height 0.3s ease-in-out;
  }
  .topnav [id^=drop]:checked + ul {
    opacity: 1;
    visibility: visible;
    max-height: 2000px;
  }
  .topnav [id^=drop]:checked + ul.menu {
    max-height: 300px;
    overflow-y: scroll;
  }
  .topnav ul li {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    z-index: 1;
  }
  .topnav ul ul .toggle,
  .topnav ul ul a {
    padding: 0 40px;
  }
  .topnav ul ul ul a {
    padding: 0 80px;
  }
  .topnav ul li ul li .toggle,
  .topnav ul ul a,
  .topnav ul ul ul a {
    padding: 14px 20px;
  }
  .topnav {
  }
  .topnav ul ul {
    float: none;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none !important;
    z-index: 1;
  }
  .topnav {
  }
  .topnav ul li:hover > div > div > ul,
  .topnav ul li:hover > div > ul {
    opacity: 0;
    visibility: hidden;
  }
  .topnav ul ul li {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .topnav ul ul ul {
    left: 0;
  }
  .topnav ul ul ul li {
    position: static;
  }
}
@media all and (max-width: 330px) {
  .topnav ul li {
    display: block;
    width: 94%;
  }
}
[dir=rtl] .topnav a .mat-icon,
[dir=rtl] .topnav label .mat-icon {
  margin-right: 0;
  margin-left: 2px;
}
.header-topnav {
  position: fixed;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header-topnav .container {
  padding: 0;
}
.header-topnav .topbar-branding {
  float: left;
  height: 48px;
  padding: 8px;
  margin: 0 8px;
}
.header-topnav .topbar-branding img {
  height: 100%;
  width: auto;
}
.header-topnav .topnav {
  display: flex;
  align-items: center;
}
.header-topnav .header-topnav-right {
  float: right;
  height: 48px;
  display: flex;
  align-items: center;
  padding-right: 0.67rem;
}
@media (max-width: 959px) {
  .header-topnav-right {
    position: absolute;
    right: 6px;
    top: 0;
  }
}
[dir=rtl] .header-topnav .topnav {
  flex-direction: row-reverse;
}
.page-wrap {
  display: flex;
  align-items: center;
  padding: 40px 1rem;
  height: 100%;
}
.session-progress {
  position: relative;
  bottom: -4px;
  z-index: 9999;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.session-form-hold {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.session-form-hold > .mat-mdc-card {
  margin: 0;
}
.home-section {
  padding: 80px 0;
}
.scrollable {
  position: relative;
  width: 100%;
  height: 100vh;
}
.section-intro {
  padding: 100px 0 30px;
  background: #2b303b url("./media/home-bg-black.png") center center/cover no-repeat;
  color: #ffffff;
}
.section-intro .egret {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.48);
}
.section-intro h1 {
  font-size: 32px;
  margin: 2rem 0 1rem;
  font-weight: 500;
}
.section-intro p {
  font-size: 16px;
  max-width: 450px;
  margin: 0 auto 1.4rem;
}
.section-intro img {
  display: block;
  margin: 0 auto;
}
.section-demos {
  position: relative;
  background: #ffffff;
}
.section-demos .demo-box-wrap {
  padding: 2rem;
}
.section-demos .demo-box {
  position: relative;
  border-radius: 8px;
  transition: 0.2s all ease-in-out;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.section-demos .demo-box:hover {
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
}
.section-demos .demo-box:hover .caption {
  opacity: 1;
  transform: translateY(-10px);
}
.section-demos .demo-box .caption {
  opacity: 0;
  background: #ffffff;
  padding: 1rem;
  position: absolute;
  z-index: 99;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
  width: 220px;
  transition: 0.2s all ease-in-out;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.section-demos .demo-box h3 {
  margin: 0 0 1rem;
  font-size: 22px;
  font-weight: 300;
}
.section-demos .demo-box img {
  width: 100%;
  height: auto;
  float: left;
}
.section-demos .demo-box .screenshot {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 2rem;
  cursor: pointer;
}
.fail-snackbar {
  background: #ca3639 !important;
  color: white !important;
  font-weight: bold;
}
.fail-snackbar .mat-mdc-button {
  color: white !important;
}
.success-snackbar {
  background: #428D76 !important;
  color: white !important;
  font-weight: bold;
}
.success-snackbar .mat-mdc-button {
  color: white !important;
}
.qtac-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  text-indent: 0.5rem;
  border-radius: 0px;
  padding: 0;
}
.text-link {
  font-weight: bold;
  color: #ca3639;
}
.text-link:hover {
  color: #962729;
  text-decoration: underline;
}
.qtac-error-div {
  background-color: #f5aba2;
  color: black;
  border-radius: 5px;
  padding: 10px;
}
.qtac-logo {
  margin-top: 10px;
  width: 50%;
}
@media (max-width: 480px) {
  .qtac-logo {
    width: 75%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
.qtac-error-container {
  background-color: #f5aba2;
  color: black;
  padding: 10px;
}
mat-sidenav-content.mat-sidenav-content {
  overflow-y: auto !important;
}

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