/* src/custom_theme.scss */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.dark-theme {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #4fc3f7;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f6fa8f;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f6fa8f;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #424242;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #4fc3f7;
  --mdc-filled-text-field-focus-active-indicator-color: #4fc3f7;
  --mdc-filled-text-field-focus-label-text-color: rgba(79, 195, 247, 0.87);
  --mdc-filled-text-field-container-color: #4a4a4a;
  --mdc-filled-text-field-disabled-container-color: #464646;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ec407a;
  --mdc-filled-text-field-error-focus-label-text-color: #ec407a;
  --mdc-filled-text-field-error-label-text-color: #ec407a;
  --mdc-filled-text-field-error-caret-color: #ec407a;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ec407a;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ec407a;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ec407a;
  --mdc-outlined-text-field-caret-color: #4fc3f7;
  --mdc-outlined-text-field-focus-outline-color: #4fc3f7;
  --mdc-outlined-text-field-focus-label-text-color: rgba(79, 195, 247, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ec407a;
  --mdc-outlined-text-field-error-focus-label-text-color: #ec407a;
  --mdc-outlined-text-field-error-label-text-color: #ec407a;
  --mdc-outlined-text-field-error-hover-label-text-color: #ec407a;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ec407a;
  --mdc-outlined-text-field-error-hover-outline-color: #ec407a;
  --mdc-outlined-text-field-error-outline-color: #ec407a;
  --mat-form-field-focus-select-arrow-color: rgba(79, 195, 247, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ec407a;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(79, 195, 247, 0.87);
  --mat-select-invalid-arrow-color: rgba(236, 64, 122, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mdc-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;
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #4fc3f7;
  --mdc-switch-selected-handle-color: #4fc3f7;
  --mdc-switch-selected-hover-state-layer-color: #4fc3f7;
  --mdc-switch-selected-pressed-state-layer-color: #4fc3f7;
  --mdc-switch-selected-focus-handle-color: #81d4fa;
  --mdc-switch-selected-hover-handle-color: #81d4fa;
  --mdc-switch-selected-pressed-handle-color: #81d4fa;
  --mdc-switch-selected-focus-track-color: #039be5;
  --mdc-switch-selected-hover-track-color: #039be5;
  --mdc-switch-selected-pressed-track-color: #039be5;
  --mdc-switch-selected-track-color: #039be5;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-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-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #4fc3f7;
  --mdc-slider-focus-handle-color: #4fc3f7;
  --mdc-slider-hover-handle-color: #4fc3f7;
  --mdc-slider-active-track-color: #4fc3f7;
  --mdc-slider-inactive-track-color: #4fc3f7;
  --mdc-slider-with-tick-marks-inactive-container-color: #4fc3f7;
  --mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #4fc3f7;
  --mat-slider-hover-state-layer-color: rgba(79, 195, 247, 0.05);
  --mat-slider-focus-state-layer-color: rgba(79, 195, 247, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #f6fa8f;
  --mdc-checkbox-selected-hover-icon-color: #f6fa8f;
  --mdc-checkbox-selected-icon-color: #f6fa8f;
  --mdc-checkbox-selected-pressed-icon-color: #f6fa8f;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f6fa8f;
  --mdc-checkbox-selected-hover-state-layer-color: #f6fa8f;
  --mdc-checkbox-selected-pressed-state-layer-color: #f6fa8f;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #424242;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-fab-small-container-color: #424242;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #4fc3f7;
  --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: #4fc3f7;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
  --mat-badge-disabled-state-background-color: #6e6e6e;
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(255, 255, 255, 0.5);
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-legacy-button-toggle-selected-state-background-color: #212121;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #424242;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #212121;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-standard-button-toggle-disabled-state-background-color: #424242;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-divider-color: #595959;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #4fc3f7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(79, 195, 247, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(79, 195, 247, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(79, 195, 247, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #4fc3f7;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(79, 195, 247, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #4fc3f7;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #4fc3f7;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #4fc3f7;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ec407a;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #ec407a;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #c6c6c6;
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --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-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 16px;
  --mat-bottom-sheet-container-text-size: 12px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 21px;
  --mat-legacy-button-toggle-label-text-size: 12px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 21px;
  --mat-standard-button-toggle-label-text-size: 12px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 12px;
  --mat-datepicker-calendar-body-label-text-weight: 400;
  --mat-datepicker-calendar-period-button-text-size: 12px;
  --mat-datepicker-calendar-period-button-text-weight: 400;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --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: 16px;
  --mat-expansion-container-text-size: 12px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 12px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 12px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 12px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 12px;
  --mat-stepper-header-selected-state-label-text-size: 12px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.15;
  --mat-toolbar-title-text-size: 0.67rem;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 500;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 12px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 21px;
  --mat-option-label-text-size: 12px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 21px;
  --mat-optgroup-label-text-size: 12px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.15;
  --mat-card-title-text-size: 0.67rem;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.15;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 500;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 12px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 12px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 21px;
  --mat-form-field-container-text-size: 12px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 12px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 16px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 21px;
  --mat-select-trigger-text-size: 12px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 1.15;
  --mdc-dialog-subhead-size: 0.67rem;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 21px;
  --mdc-dialog-supporting-text-size: 12px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 16px;
  --mat-radio-label-text-size: 12px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 1.15;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 500;
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 12px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 21px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 21px;
  --mdc-list-list-item-label-text-size: 12px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 16px;
  --mdc-list-list-item-supporting-text-size: 12px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 16px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 16px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 16px;
  --mat-checkbox-label-text-size: 12px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 12px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 400;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 12px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 400;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 12px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 400;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 12px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 400;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 12px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 400;
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 16px;
  --mdc-snackbar-supporting-text-size: 12px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.15;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 16px;
  --mat-table-row-item-label-text-size: 12px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 16px;
  --mat-table-footer-supporting-text-size: 12px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-form-field-container-height: 44px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 10px;
  --mat-form-field-filled-with-label-container-padding-top: 10px;
  --mat-form-field-filled-with-label-container-padding-bottom: 10px;
  --mat-select-arrow-transform: none;
  --mdc-checkbox-state-layer-size: 28px;
  --mat-checkbox-touch-target-display: none;
  --mdc-switch-state-layer-size: 28px;
  --mdc-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
  --mdc-list-list-item-one-line-container-height: 36px;
  --mdc-list-list-item-two-line-container-height: 52px;
  --mdc-list-list-item-three-line-container-height: 76px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: none;
  --mdc-text-button-container-height: 24px;
  --mdc-filled-button-container-height: 24px;
  --mdc-protected-button-container-height: 24px;
  --mdc-outlined-button-container-height: 24px;
  --mat-text-button-touch-target-display: none;
  --mat-filled-button-touch-target-display: none;
  --mat-protected-button-touch-target-display: none;
  --mat-outlined-button-touch-target-display: none;
  --mat-icon-button-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --mat-fab-small-touch-target-display: none;
  --mat-table-header-container-height: 44px;
  --mat-table-footer-container-height: 40px;
  --mat-table-row-item-container-height: 40px;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-stepper-header-height: 60px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 36px;
  --mat-standard-button-toggle-height: 36px;
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 6px;
  --mat-form-field-filled-with-label-container-padding-top: 6px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-icon-button-touch-target-display: none;
  --mdc-list-list-item-one-line-container-height: 32px;
  --mdc-list-list-item-two-line-container-height: 48px;
  --mdc-list-list-item-three-line-container-height: 72px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mdc-text-button-container-height: 32px;
  --mdc-filled-button-container-height: 32px;
  --mdc-protected-button-container-height: 32px;
  --mdc-outlined-button-container-height: 32px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mat-standard-button-toggle-height: 24px;
}
.mat-theme-loaded-marker {
  display: none;
}
.dark-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #f6fa8f;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #ec407a;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #4fc3f7;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #4fc3f7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f6fa8f;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f6fa8f;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ec407a;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ec407a;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #4fc3f7;
  --mdc-linear-progress-track-color: rgba(79, 195, 247, 0.25);
}
.dark-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f6fa8f;
  --mdc-linear-progress-track-color: rgba(246, 250, 143, 0.25);
}
.dark-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ec407a;
  --mdc-linear-progress-track-color: rgba(236, 64, 122, 0.25);
}
.dark-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f6fa8f;
  --mdc-filled-text-field-focus-active-indicator-color: #f6fa8f;
  --mdc-filled-text-field-focus-label-text-color: rgba(246, 250, 143, 0.87);
  --mdc-outlined-text-field-caret-color: #f6fa8f;
  --mdc-outlined-text-field-focus-outline-color: #f6fa8f;
  --mdc-outlined-text-field-focus-label-text-color: rgba(246, 250, 143, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(246, 250, 143, 0.87);
}
.dark-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ec407a;
  --mdc-filled-text-field-focus-active-indicator-color: #ec407a;
  --mdc-filled-text-field-focus-label-text-color: rgba(236, 64, 122, 0.87);
  --mdc-outlined-text-field-caret-color: #ec407a;
  --mdc-outlined-text-field-focus-outline-color: #ec407a;
  --mdc-outlined-text-field-focus-label-text-color: rgba(236, 64, 122, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(236, 64, 122, 0.87);
}
.dark-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(246, 250, 143, 0.87);
  --mat-select-invalid-arrow-color: rgba(236, 64, 122, 0.87);
}
.dark-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(236, 64, 122, 0.87);
  --mat-select-invalid-arrow-color: rgba(236, 64, 122, 0.87);
}
.dark-theme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.dark-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-selected-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-flat-disabled-selected-container-color: #595959;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color: #4fc3f7;
  --mdc-chip-elevated-selected-container-color: #4fc3f7;
  --mdc-chip-elevated-disabled-container-color: #4fc3f7;
  --mdc-chip-flat-disabled-selected-container-color: #4fc3f7;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #f6fa8f;
  --mdc-chip-elevated-selected-container-color: #f6fa8f;
  --mdc-chip-elevated-disabled-container-color: #f6fa8f;
  --mdc-chip-flat-disabled-selected-container-color: #f6fa8f;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color: #ec407a;
  --mdc-chip-elevated-selected-container-color: #ec407a;
  --mdc-chip-elevated-disabled-container-color: #ec407a;
  --mdc-chip-flat-disabled-selected-container-color: #ec407a;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.dark-theme .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.dark-theme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.dark-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #f4f7a1;
  --mdc-switch-selected-handle-color: #f4f7a1;
  --mdc-switch-selected-hover-state-layer-color: #f4f7a1;
  --mdc-switch-selected-pressed-state-layer-color: #f4f7a1;
  --mdc-switch-selected-focus-handle-color: #f8fabc;
  --mdc-switch-selected-hover-handle-color: #f8fabc;
  --mdc-switch-selected-pressed-handle-color: #f8fabc;
  --mdc-switch-selected-focus-track-color: #e4e46e;
  --mdc-switch-selected-hover-track-color: #e4e46e;
  --mdc-switch-selected-pressed-track-color: #e4e46e;
  --mdc-switch-selected-track-color: #e4e46e;
}
.dark-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #f06292;
  --mdc-switch-selected-handle-color: #f06292;
  --mdc-switch-selected-hover-state-layer-color: #f06292;
  --mdc-switch-selected-pressed-state-layer-color: #f06292;
  --mdc-switch-selected-focus-handle-color: #f48fb1;
  --mdc-switch-selected-hover-handle-color: #f48fb1;
  --mdc-switch-selected-pressed-handle-color: #f48fb1;
  --mdc-switch-selected-focus-track-color: #d81b60;
  --mdc-switch-selected-hover-track-color: #d81b60;
  --mdc-switch-selected-pressed-track-color: #d81b60;
  --mdc-switch-selected-track-color: #d81b60;
}
.dark-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #4fc3f7;
  --mdc-radio-selected-hover-icon-color: #4fc3f7;
  --mdc-radio-selected-icon-color: #4fc3f7;
  --mdc-radio-selected-pressed-icon-color: #4fc3f7;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #4fc3f7;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.dark-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f6fa8f;
  --mdc-radio-selected-hover-icon-color: #f6fa8f;
  --mdc-radio-selected-icon-color: #f6fa8f;
  --mdc-radio-selected-pressed-icon-color: #f6fa8f;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f6fa8f;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.dark-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ec407a;
  --mdc-radio-selected-hover-icon-color: #ec407a;
  --mdc-radio-selected-icon-color: #ec407a;
  --mdc-radio-selected-pressed-icon-color: #ec407a;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ec407a;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.dark-theme .mat-accent {
  --mdc-slider-handle-color: #f6fa8f;
  --mdc-slider-focus-handle-color: #f6fa8f;
  --mdc-slider-hover-handle-color: #f6fa8f;
  --mdc-slider-active-track-color: #f6fa8f;
  --mdc-slider-inactive-track-color: #f6fa8f;
  --mdc-slider-with-tick-marks-inactive-container-color: #f6fa8f;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #f6fa8f;
  --mat-slider-hover-state-layer-color: rgba(246, 250, 143, 0.05);
  --mat-slider-focus-state-layer-color: rgba(246, 250, 143, 0.2);
}
.dark-theme .mat-warn {
  --mdc-slider-handle-color: #ec407a;
  --mdc-slider-focus-handle-color: #ec407a;
  --mdc-slider-hover-handle-color: #ec407a;
  --mdc-slider-active-track-color: #ec407a;
  --mdc-slider-inactive-track-color: #ec407a;
  --mdc-slider-with-tick-marks-inactive-container-color: #ec407a;
  --mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-ripple-color: #ec407a;
  --mat-slider-hover-state-layer-color: rgba(236, 64, 122, 0.05);
  --mat-slider-focus-state-layer-color: rgba(236, 64, 122, 0.2);
}
.dark-theme .mdc-list-item__start,
.dark-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #4fc3f7;
  --mdc-radio-selected-hover-icon-color: #4fc3f7;
  --mdc-radio-selected-icon-color: #4fc3f7;
  --mdc-radio-selected-pressed-icon-color: #4fc3f7;
}
.dark-theme .mat-accent .mdc-list-item__start,
.dark-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f6fa8f;
  --mdc-radio-selected-hover-icon-color: #f6fa8f;
  --mdc-radio-selected-icon-color: #f6fa8f;
  --mdc-radio-selected-pressed-icon-color: #f6fa8f;
}
.dark-theme .mat-warn .mdc-list-item__start,
.dark-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ec407a;
  --mdc-radio-selected-hover-icon-color: #ec407a;
  --mdc-radio-selected-icon-color: #ec407a;
  --mdc-radio-selected-pressed-icon-color: #ec407a;
}
.dark-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #4fc3f7;
  --mdc-checkbox-selected-hover-icon-color: #4fc3f7;
  --mdc-checkbox-selected-icon-color: #4fc3f7;
  --mdc-checkbox-selected-pressed-icon-color: #4fc3f7;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4fc3f7;
  --mdc-checkbox-selected-hover-state-layer-color: #4fc3f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #4fc3f7;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #f6fa8f;
  --mdc-checkbox-selected-hover-icon-color: #f6fa8f;
  --mdc-checkbox-selected-icon-color: #f6fa8f;
  --mdc-checkbox-selected-pressed-icon-color: #f6fa8f;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f6fa8f;
  --mdc-checkbox-selected-hover-state-layer-color: #f6fa8f;
  --mdc-checkbox-selected-pressed-state-layer-color: #f6fa8f;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ec407a;
  --mdc-checkbox-selected-hover-icon-color: #ec407a;
  --mdc-checkbox-selected-icon-color: #ec407a;
  --mdc-checkbox-selected-pressed-icon-color: #ec407a;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ec407a;
  --mdc-checkbox-selected-hover-state-layer-color: #ec407a;
  --mdc-checkbox-selected-pressed-state-layer-color: #ec407a;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #4fc3f7;
}
.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.dark-theme .mat-mdc-tab-group,
.dark-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #4fc3f7;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #4fc3f7;
  --mat-tab-header-active-ripple-color: #4fc3f7;
  --mat-tab-header-inactive-ripple-color: #4fc3f7;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #4fc3f7;
  --mat-tab-header-active-hover-label-text-color: #4fc3f7;
  --mat-tab-header-active-focus-indicator-color: #4fc3f7;
  --mat-tab-header-active-hover-indicator-color: #4fc3f7;
}
.dark-theme .mat-mdc-tab-group.mat-accent,
.dark-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f6fa8f;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f6fa8f;
  --mat-tab-header-active-ripple-color: #f6fa8f;
  --mat-tab-header-inactive-ripple-color: #f6fa8f;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f6fa8f;
  --mat-tab-header-active-hover-label-text-color: #f6fa8f;
  --mat-tab-header-active-focus-indicator-color: #f6fa8f;
  --mat-tab-header-active-hover-indicator-color: #f6fa8f;
}
.dark-theme .mat-mdc-tab-group.mat-warn,
.dark-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ec407a;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ec407a;
  --mat-tab-header-active-ripple-color: #ec407a;
  --mat-tab-header-inactive-ripple-color: #ec407a;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ec407a;
  --mat-tab-header-active-hover-label-text-color: #ec407a;
  --mat-tab-header-active-focus-indicator-color: #ec407a;
  --mat-tab-header-active-hover-indicator-color: #ec407a;
}
.dark-theme .mat-mdc-tab-group.mat-background-primary,
.dark-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #4fc3f7;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.87);
}
.dark-theme .mat-mdc-tab-group.mat-background-accent,
.dark-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f6fa8f;
  --mat-tab-header-with-background-foreground-color: black;
}
.dark-theme .mat-mdc-tab-group.mat-background-warn,
.dark-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ec407a;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.87);
}
.dark-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #4fc3f7;
  --mdc-checkbox-selected-hover-icon-color: #4fc3f7;
  --mdc-checkbox-selected-icon-color: #4fc3f7;
  --mdc-checkbox-selected-pressed-icon-color: #4fc3f7;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4fc3f7;
  --mdc-checkbox-selected-hover-state-layer-color: #4fc3f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #4fc3f7;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ec407a;
  --mdc-checkbox-selected-hover-icon-color: #ec407a;
  --mdc-checkbox-selected-icon-color: #ec407a;
  --mdc-checkbox-selected-pressed-icon-color: #ec407a;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ec407a;
  --mdc-checkbox-selected-hover-state-layer-color: #ec407a;
  --mdc-checkbox-selected-pressed-state-layer-color: #ec407a;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #4fc3f7;
  --mat-text-button-state-layer-color: #4fc3f7;
  --mat-text-button-ripple-color: rgba(79, 195, 247, 0.1);
}
.dark-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f6fa8f;
  --mat-text-button-state-layer-color: #f6fa8f;
  --mat-text-button-ripple-color: rgba(246, 250, 143, 0.1);
}
.dark-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ec407a;
  --mat-text-button-state-layer-color: #ec407a;
  --mat-text-button-ripple-color: rgba(236, 64, 122, 0.1);
}
.dark-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #4fc3f7;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f6fa8f;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ec407a;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #4fc3f7;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f6fa8f;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ec407a;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #4fc3f7;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #4fc3f7;
  --mat-outlined-button-ripple-color: rgba(79, 195, 247, 0.1);
}
.dark-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f6fa8f;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f6fa8f;
  --mat-outlined-button-ripple-color: rgba(246, 250, 143, 0.1);
}
.dark-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ec407a;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ec407a;
  --mat-outlined-button-ripple-color: rgba(236, 64, 122, 0.1);
}
.dark-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #4fc3f7;
  --mat-icon-button-state-layer-color: #4fc3f7;
  --mat-icon-button-ripple-color: rgba(79, 195, 247, 0.1);
}
.dark-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f6fa8f;
  --mat-icon-button-state-layer-color: #f6fa8f;
  --mat-icon-button-ripple-color: rgba(246, 250, 143, 0.1);
}
.dark-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ec407a;
  --mat-icon-button-state-layer-color: #ec407a;
  --mat-icon-button-ripple-color: rgba(236, 64, 122, 0.1);
}
.dark-theme .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #4fc3f7;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f6fa8f;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ec407a;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #4fc3f7;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f6fa8f;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ec407a;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f6fa8f;
}
.dark-theme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ec407a;
}
.dark-theme .mat-badge-accent {
  --mat-badge-background-color: #f6fa8f;
  --mat-badge-text-color: black;
}
.dark-theme .mat-badge-warn {
  --mat-badge-background-color: #ec407a;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
.dark-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #f6fa8f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(246, 250, 143, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(246, 250, 143, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(246, 250, 143, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(246, 250, 143, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.dark-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #ec407a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(236, 64, 122, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(236, 64, 122, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(236, 64, 122, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(236, 64, 122, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.dark-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f6fa8f;
}
.dark-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ec407a;
}
.dark-theme .mat-icon.mat-primary {
  --mat-icon-color: #4fc3f7;
}
.dark-theme .mat-icon.mat-accent {
  --mat-icon-color: #f6fa8f;
}
.dark-theme .mat-icon.mat-warn {
  --mat-icon-color: #ec407a;
}
.dark-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #f6fa8f;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #f6fa8f;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #f6fa8f;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.dark-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #ec407a;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #ec407a;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #ec407a;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
.dark-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #4fc3f7;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.dark-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f6fa8f;
  --mat-toolbar-container-text-color: black;
}
.dark-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ec407a;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.dark-theme .mat-h1,
.dark-theme .mat-headline-5,
.dark-theme .mat-typography .mat-h1,
.dark-theme .mat-typography .mat-headline-5,
.dark-theme .mat-typography h1 {
  font: 500 0.83rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.dark-theme .mat-h2,
.dark-theme .mat-headline-6,
.dark-theme .mat-typography .mat-h2,
.dark-theme .mat-typography .mat-headline-6,
.dark-theme .mat-typography h2 {
  font: 500 0.67rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.dark-theme .mat-h3,
.dark-theme .mat-subtitle-1,
.dark-theme .mat-typography .mat-h3,
.dark-theme .mat-typography .mat-subtitle-1,
.dark-theme .mat-typography h3 {
  font: 500 15px / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.dark-theme .mat-h4,
.dark-theme .mat-body-1,
.dark-theme .mat-typography .mat-h4,
.dark-theme .mat-typography .mat-body-1,
.dark-theme .mat-typography h4 {
  font: 400 12px / 21px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.dark-theme .mat-h5,
.dark-theme .mat-typography .mat-h5,
.dark-theme .mat-typography h5 {
  font: 400 calc(12px * 0.83) / 16px Roboto, sans-serif;
  margin: 0 0 12px;
}
.dark-theme .mat-h6,
.dark-theme .mat-typography .mat-h6,
.dark-theme .mat-typography h6 {
  font: 400 calc(12px * 0.67) / 16px Roboto, sans-serif;
  margin: 0 0 12px;
}
.dark-theme .mat-body-strong,
.dark-theme .mat-subtitle-2,
.dark-theme .mat-typography .mat-body-strong,
.dark-theme .mat-typography .mat-subtitle-2 {
  font: 500 14px / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
}
.dark-theme .mat-body,
.dark-theme .mat-body-2,
.dark-theme .mat-typography .mat-body,
.dark-theme .mat-typography .mat-body-2,
.dark-theme .mat-typography {
  font: 400 12px / 16px Roboto, sans-serif;
  letter-spacing: normal;
}
.dark-theme .mat-body p,
.dark-theme .mat-body-2 p,
.dark-theme .mat-typography .mat-body p,
.dark-theme .mat-typography .mat-body-2 p,
.dark-theme .mat-typography p {
  margin: 0 0 12px;
}
.dark-theme .mat-small,
.dark-theme .mat-caption,
.dark-theme .mat-typography .mat-small,
.dark-theme .mat-typography .mat-caption {
  font: 400 12px / 16px Roboto, sans-serif;
  letter-spacing: normal;
}
.dark-theme .mat-headline-1,
.dark-theme .mat-typography .mat-headline-1 {
  font: 500 1.6rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.dark-theme .mat-headline-2,
.dark-theme .mat-typography .mat-headline-2 {
  font: 500 1.3rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.dark-theme .mat-headline-3,
.dark-theme .mat-typography .mat-headline-3 {
  font: 500 0.9rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.dark-theme .mat-headline-4,
.dark-theme .mat-typography .mat-headline-4 {
  font: 500 0.87rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.dark-theme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 16px;
  --mdc-chip-label-text-size: 12px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.dark-theme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 16px;
  --mat-switch-label-text-size: 12px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.dark-theme .mdc-list-group__subheader {
  font: 500 15px / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
}
.dark-theme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 12px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 400;
}
.dark-theme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 24px;
}
.dark-theme .mdc-list-item__start,
.dark-theme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 28px;
}
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 44px;
}
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 60px;
}
.dark-theme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 36px;
}
.dark-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 36px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 6px;
}
.dark-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 32px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 4px;
}
.dark-theme .mdc-list-item__start,
.dark-theme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 28px;
}
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 40px;
}
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 56px;
}
.dark-theme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 32px;
}
body.dark-theme {
  --background: #282f3a;
  --color-text: #f0f1f4;
  --color-second-text: #797979;
  --default-header: #101317;
  --default-body: #181c24;
  --default-body-secondary: #20262e;
  --surface-color: #303a48;
  --surface-transparent: rgba(48, 58, 72, 0.9019607843);
  --background-transparent: rgba(40, 47, 58, 0.7019607843);
  --accent-color: #f6fa8f;
  --opposite-bg: #ffffff;
  --opposite-text: #26282a;
  --opposite-header: var(--light);
  --opposite-bg-transparent: rgba(255, 255, 255, 0.7019607843);
  --mdc-theme-surface: #303a48;
  --mat-menu-container-color: #303a48;
  --mat-select-panel-background-color: #303a48;
  --mat-autocomplete-background-color: #303a48;
  --mat-dialog-container-background-color: #303a48;
  --mat-bottom-sheet-container-background-color: #303a48;
  --mat-snack-bar-button-color: #303a48;
  --mat-tooltip-background-color: #303a48;
  --mdc-plain-tooltip-container-color: #303a48;
  --mdc-plain-tooltip-supporting-text-color: #f0f1f4;
  --mdc-theme-surface-variant: #303a48;
  --mdc-menu-container-color: #303a48;
  --mdc-filled-text-field-container-color: #303a48;
  --mdc-outlined-text-field-container-color: #303a48;
}
.light-theme {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #4fc3f7;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #19cffa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #19cffa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --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);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #4fc3f7;
  --mdc-filled-text-field-focus-active-indicator-color: #4fc3f7;
  --mdc-filled-text-field-focus-label-text-color: rgba(79, 195, 247, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ec407a;
  --mdc-filled-text-field-error-focus-label-text-color: #ec407a;
  --mdc-filled-text-field-error-label-text-color: #ec407a;
  --mdc-filled-text-field-error-caret-color: #ec407a;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ec407a;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ec407a;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ec407a;
  --mdc-outlined-text-field-caret-color: #4fc3f7;
  --mdc-outlined-text-field-focus-outline-color: #4fc3f7;
  --mdc-outlined-text-field-focus-label-text-color: rgba(79, 195, 247, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ec407a;
  --mdc-outlined-text-field-error-focus-label-text-color: #ec407a;
  --mdc-outlined-text-field-error-label-text-color: #ec407a;
  --mdc-outlined-text-field-error-hover-label-text-color: #ec407a;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ec407a;
  --mdc-outlined-text-field-error-hover-outline-color: #ec407a;
  --mdc-outlined-text-field-error-outline-color: #ec407a;
  --mat-form-field-focus-select-arrow-color: rgba(79, 195, 247, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ec407a;
  --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: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(79, 195, 247, 0.87);
  --mat-select-invalid-arrow-color: rgba(236, 64, 122, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-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;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #039be5;
  --mdc-switch-selected-handle-color: #039be5;
  --mdc-switch-selected-hover-state-layer-color: #039be5;
  --mdc-switch-selected-pressed-state-layer-color: #039be5;
  --mdc-switch-selected-focus-handle-color: #01579b;
  --mdc-switch-selected-hover-handle-color: #01579b;
  --mdc-switch-selected-pressed-handle-color: #01579b;
  --mdc-switch-selected-focus-track-color: #4fc3f7;
  --mdc-switch-selected-hover-track-color: #4fc3f7;
  --mdc-switch-selected-pressed-track-color: #4fc3f7;
  --mdc-switch-selected-track-color: #4fc3f7;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-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-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #4fc3f7;
  --mdc-slider-focus-handle-color: #4fc3f7;
  --mdc-slider-hover-handle-color: #4fc3f7;
  --mdc-slider-active-track-color: #4fc3f7;
  --mdc-slider-inactive-track-color: #4fc3f7;
  --mdc-slider-with-tick-marks-inactive-container-color: #4fc3f7;
  --mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #4fc3f7;
  --mat-slider-hover-state-layer-color: rgba(79, 195, 247, 0.05);
  --mat-slider-focus-state-layer-color: rgba(79, 195, 247, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --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: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #19cffa;
  --mdc-checkbox-selected-hover-icon-color: #19cffa;
  --mdc-checkbox-selected-icon-color: #19cffa;
  --mdc-checkbox-selected-pressed-icon-color: #19cffa;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #19cffa;
  --mdc-checkbox-selected-hover-state-layer-color: #19cffa;
  --mdc-checkbox-selected-pressed-state-layer-color: #19cffa;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #19cffa;
  --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);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #4fc3f7;
  --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: #4fc3f7;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --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-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #4fc3f7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(79, 195, 247, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(79, 195, 247, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(79, 195, 247, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #4fc3f7;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(79, 195, 247, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: 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: black;
  --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.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --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: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: 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: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-icon-color: inherit;
  --mat-sidenav-container-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-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #4fc3f7;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #4fc3f7;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #4fc3f7;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --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: #ec407a;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ec407a;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-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-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 16px;
  --mat-bottom-sheet-container-text-size: 12px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 21px;
  --mat-legacy-button-toggle-label-text-size: 12px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 21px;
  --mat-standard-button-toggle-label-text-size: 12px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 12px;
  --mat-datepicker-calendar-body-label-text-weight: 400;
  --mat-datepicker-calendar-period-button-text-size: 12px;
  --mat-datepicker-calendar-period-button-text-weight: 400;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --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: 16px;
  --mat-expansion-container-text-size: 12px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 12px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 12px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 12px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 12px;
  --mat-stepper-header-selected-state-label-text-size: 12px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.15;
  --mat-toolbar-title-text-size: 0.67rem;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 500;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 12px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 21px;
  --mat-option-label-text-size: 12px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 21px;
  --mat-optgroup-label-text-size: 12px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.15;
  --mat-card-title-text-size: 0.67rem;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.15;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 500;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 12px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 12px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 21px;
  --mat-form-field-container-text-size: 12px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 12px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 16px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 21px;
  --mat-select-trigger-text-size: 12px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 1.15;
  --mdc-dialog-subhead-size: 0.67rem;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 21px;
  --mdc-dialog-supporting-text-size: 12px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 16px;
  --mat-radio-label-text-size: 12px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 1.15;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 500;
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 12px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 21px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 21px;
  --mdc-list-list-item-label-text-size: 12px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 16px;
  --mdc-list-list-item-supporting-text-size: 12px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 16px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 16px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 16px;
  --mat-checkbox-label-text-size: 12px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 12px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 400;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 12px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 400;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 12px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 400;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 12px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 400;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 12px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 400;
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 16px;
  --mdc-snackbar-supporting-text-size: 12px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.15;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 16px;
  --mat-table-row-item-label-text-size: 12px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 16px;
  --mat-table-footer-supporting-text-size: 12px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-form-field-container-height: 44px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 10px;
  --mat-form-field-filled-with-label-container-padding-top: 10px;
  --mat-form-field-filled-with-label-container-padding-bottom: 10px;
  --mat-select-arrow-transform: none;
  --mdc-checkbox-state-layer-size: 28px;
  --mat-checkbox-touch-target-display: none;
  --mdc-switch-state-layer-size: 28px;
  --mdc-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
  --mdc-list-list-item-one-line-container-height: 36px;
  --mdc-list-list-item-two-line-container-height: 52px;
  --mdc-list-list-item-three-line-container-height: 76px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: none;
  --mdc-text-button-container-height: 24px;
  --mdc-filled-button-container-height: 24px;
  --mdc-protected-button-container-height: 24px;
  --mdc-outlined-button-container-height: 24px;
  --mat-text-button-touch-target-display: none;
  --mat-filled-button-touch-target-display: none;
  --mat-protected-button-touch-target-display: none;
  --mat-outlined-button-touch-target-display: none;
  --mat-icon-button-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --mat-fab-small-touch-target-display: none;
  --mat-table-header-container-height: 44px;
  --mat-table-footer-container-height: 40px;
  --mat-table-row-item-container-height: 40px;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-stepper-header-height: 60px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 36px;
  --mat-standard-button-toggle-height: 36px;
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 6px;
  --mat-form-field-filled-with-label-container-padding-top: 6px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-icon-button-touch-target-display: none;
  --mdc-list-list-item-one-line-container-height: 32px;
  --mdc-list-list-item-two-line-container-height: 48px;
  --mdc-list-list-item-three-line-container-height: 72px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mdc-text-button-container-height: 32px;
  --mdc-filled-button-container-height: 32px;
  --mdc-protected-button-container-height: 32px;
  --mdc-outlined-button-container-height: 32px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mat-standard-button-toggle-height: 24px;
}
.light-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #19cffa;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.light-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #ec407a;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.light-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #4fc3f7;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #4fc3f7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.light-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #19cffa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #19cffa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.light-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ec407a;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ec407a;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.light-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #4fc3f7;
  --mdc-linear-progress-track-color: rgba(79, 195, 247, 0.25);
}
.light-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #19cffa;
  --mdc-linear-progress-track-color: rgba(25, 207, 250, 0.25);
}
.light-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ec407a;
  --mdc-linear-progress-track-color: rgba(236, 64, 122, 0.25);
}
.light-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #19cffa;
  --mdc-filled-text-field-focus-active-indicator-color: #19cffa;
  --mdc-filled-text-field-focus-label-text-color: rgba(25, 207, 250, 0.87);
  --mdc-outlined-text-field-caret-color: #19cffa;
  --mdc-outlined-text-field-focus-outline-color: #19cffa;
  --mdc-outlined-text-field-focus-label-text-color: rgba(25, 207, 250, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(25, 207, 250, 0.87);
}
.light-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ec407a;
  --mdc-filled-text-field-focus-active-indicator-color: #ec407a;
  --mdc-filled-text-field-focus-label-text-color: rgba(236, 64, 122, 0.87);
  --mdc-outlined-text-field-caret-color: #ec407a;
  --mdc-outlined-text-field-focus-outline-color: #ec407a;
  --mdc-outlined-text-field-focus-label-text-color: rgba(236, 64, 122, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(236, 64, 122, 0.87);
}
.light-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(25, 207, 250, 0.87);
  --mat-select-invalid-arrow-color: rgba(236, 64, 122, 0.87);
}
.light-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(236, 64, 122, 0.87);
  --mat-select-invalid-arrow-color: rgba(236, 64, 122, 0.87);
}
.light-theme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.light-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color: #4fc3f7;
  --mdc-chip-elevated-selected-container-color: #4fc3f7;
  --mdc-chip-elevated-disabled-container-color: #4fc3f7;
  --mdc-chip-flat-disabled-selected-container-color: #4fc3f7;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #19cffa;
  --mdc-chip-elevated-selected-container-color: #19cffa;
  --mdc-chip-elevated-disabled-container-color: #19cffa;
  --mdc-chip-flat-disabled-selected-container-color: #19cffa;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color: #ec407a;
  --mdc-chip-elevated-selected-container-color: #ec407a;
  --mdc-chip-elevated-disabled-container-color: #ec407a;
  --mdc-chip-flat-disabled-selected-container-color: #ec407a;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.light-theme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #16caf9;
  --mdc-switch-selected-handle-color: #16caf9;
  --mdc-switch-selected-hover-state-layer-color: #16caf9;
  --mdc-switch-selected-pressed-state-layer-color: #16caf9;
  --mdc-switch-selected-focus-handle-color: #08b2f6;
  --mdc-switch-selected-hover-handle-color: #08b2f6;
  --mdc-switch-selected-pressed-handle-color: #08b2f6;
  --mdc-switch-selected-focus-track-color: #5eddfc;
  --mdc-switch-selected-hover-track-color: #5eddfc;
  --mdc-switch-selected-pressed-track-color: #5eddfc;
  --mdc-switch-selected-track-color: #5eddfc;
}
.light-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292;
}
.light-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #4fc3f7;
  --mdc-radio-selected-hover-icon-color: #4fc3f7;
  --mdc-radio-selected-icon-color: #4fc3f7;
  --mdc-radio-selected-pressed-icon-color: #4fc3f7;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #4fc3f7;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #19cffa;
  --mdc-radio-selected-hover-icon-color: #19cffa;
  --mdc-radio-selected-icon-color: #19cffa;
  --mdc-radio-selected-pressed-icon-color: #19cffa;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #19cffa;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ec407a;
  --mdc-radio-selected-hover-icon-color: #ec407a;
  --mdc-radio-selected-icon-color: #ec407a;
  --mdc-radio-selected-pressed-icon-color: #ec407a;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ec407a;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-accent {
  --mdc-slider-handle-color: #19cffa;
  --mdc-slider-focus-handle-color: #19cffa;
  --mdc-slider-hover-handle-color: #19cffa;
  --mdc-slider-active-track-color: #19cffa;
  --mdc-slider-inactive-track-color: #19cffa;
  --mdc-slider-with-tick-marks-inactive-container-color: #19cffa;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #19cffa;
  --mat-slider-hover-state-layer-color: rgba(25, 207, 250, 0.05);
  --mat-slider-focus-state-layer-color: rgba(25, 207, 250, 0.2);
}
.light-theme .mat-warn {
  --mdc-slider-handle-color: #ec407a;
  --mdc-slider-focus-handle-color: #ec407a;
  --mdc-slider-hover-handle-color: #ec407a;
  --mdc-slider-active-track-color: #ec407a;
  --mdc-slider-inactive-track-color: #ec407a;
  --mdc-slider-with-tick-marks-inactive-container-color: #ec407a;
  --mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-ripple-color: #ec407a;
  --mat-slider-hover-state-layer-color: rgba(236, 64, 122, 0.05);
  --mat-slider-focus-state-layer-color: rgba(236, 64, 122, 0.2);
}
.light-theme .mdc-list-item__start,
.light-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #4fc3f7;
  --mdc-radio-selected-hover-icon-color: #4fc3f7;
  --mdc-radio-selected-icon-color: #4fc3f7;
  --mdc-radio-selected-pressed-icon-color: #4fc3f7;
}
.light-theme .mat-accent .mdc-list-item__start,
.light-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #19cffa;
  --mdc-radio-selected-hover-icon-color: #19cffa;
  --mdc-radio-selected-icon-color: #19cffa;
  --mdc-radio-selected-pressed-icon-color: #19cffa;
}
.light-theme .mat-warn .mdc-list-item__start,
.light-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ec407a;
  --mdc-radio-selected-hover-icon-color: #ec407a;
  --mdc-radio-selected-icon-color: #ec407a;
  --mdc-radio-selected-pressed-icon-color: #ec407a;
}
.light-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #4fc3f7;
  --mdc-checkbox-selected-hover-icon-color: #4fc3f7;
  --mdc-checkbox-selected-icon-color: #4fc3f7;
  --mdc-checkbox-selected-pressed-icon-color: #4fc3f7;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4fc3f7;
  --mdc-checkbox-selected-hover-state-layer-color: #4fc3f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #4fc3f7;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.light-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #19cffa;
  --mdc-checkbox-selected-hover-icon-color: #19cffa;
  --mdc-checkbox-selected-icon-color: #19cffa;
  --mdc-checkbox-selected-pressed-icon-color: #19cffa;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #19cffa;
  --mdc-checkbox-selected-hover-state-layer-color: #19cffa;
  --mdc-checkbox-selected-pressed-state-layer-color: #19cffa;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.light-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ec407a;
  --mdc-checkbox-selected-hover-icon-color: #ec407a;
  --mdc-checkbox-selected-icon-color: #ec407a;
  --mdc-checkbox-selected-pressed-icon-color: #ec407a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ec407a;
  --mdc-checkbox-selected-hover-state-layer-color: #ec407a;
  --mdc-checkbox-selected-pressed-state-layer-color: #ec407a;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #4fc3f7;
}
.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.light-theme .mat-mdc-tab-group,
.light-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #4fc3f7;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #4fc3f7;
  --mat-tab-header-active-ripple-color: #4fc3f7;
  --mat-tab-header-inactive-ripple-color: #4fc3f7;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #4fc3f7;
  --mat-tab-header-active-hover-label-text-color: #4fc3f7;
  --mat-tab-header-active-focus-indicator-color: #4fc3f7;
  --mat-tab-header-active-hover-indicator-color: #4fc3f7;
}
.light-theme .mat-mdc-tab-group.mat-accent,
.light-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #19cffa;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #19cffa;
  --mat-tab-header-active-ripple-color: #19cffa;
  --mat-tab-header-inactive-ripple-color: #19cffa;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #19cffa;
  --mat-tab-header-active-hover-label-text-color: #19cffa;
  --mat-tab-header-active-focus-indicator-color: #19cffa;
  --mat-tab-header-active-hover-indicator-color: #19cffa;
}
.light-theme .mat-mdc-tab-group.mat-warn,
.light-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ec407a;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ec407a;
  --mat-tab-header-active-ripple-color: #ec407a;
  --mat-tab-header-inactive-ripple-color: #ec407a;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ec407a;
  --mat-tab-header-active-hover-label-text-color: #ec407a;
  --mat-tab-header-active-focus-indicator-color: #ec407a;
  --mat-tab-header-active-hover-indicator-color: #ec407a;
}
.light-theme .mat-mdc-tab-group.mat-background-primary,
.light-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #4fc3f7;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-mdc-tab-group.mat-background-accent,
.light-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #19cffa;
  --mat-tab-header-with-background-foreground-color: black;
}
.light-theme .mat-mdc-tab-group.mat-background-warn,
.light-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ec407a;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #4fc3f7;
  --mdc-checkbox-selected-hover-icon-color: #4fc3f7;
  --mdc-checkbox-selected-icon-color: #4fc3f7;
  --mdc-checkbox-selected-pressed-icon-color: #4fc3f7;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4fc3f7;
  --mdc-checkbox-selected-hover-state-layer-color: #4fc3f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #4fc3f7;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.light-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ec407a;
  --mdc-checkbox-selected-hover-icon-color: #ec407a;
  --mdc-checkbox-selected-icon-color: #ec407a;
  --mdc-checkbox-selected-pressed-icon-color: #ec407a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ec407a;
  --mdc-checkbox-selected-hover-state-layer-color: #ec407a;
  --mdc-checkbox-selected-pressed-state-layer-color: #ec407a;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.light-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #4fc3f7;
  --mat-text-button-state-layer-color: #4fc3f7;
  --mat-text-button-ripple-color: rgba(79, 195, 247, 0.1);
}
.light-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #19cffa;
  --mat-text-button-state-layer-color: #19cffa;
  --mat-text-button-ripple-color: rgba(25, 207, 250, 0.1);
}
.light-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ec407a;
  --mat-text-button-state-layer-color: #ec407a;
  --mat-text-button-ripple-color: rgba(236, 64, 122, 0.1);
}
.light-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #4fc3f7;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #19cffa;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ec407a;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #4fc3f7;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #19cffa;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ec407a;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #4fc3f7;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #4fc3f7;
  --mat-outlined-button-ripple-color: rgba(79, 195, 247, 0.1);
}
.light-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #19cffa;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #19cffa;
  --mat-outlined-button-ripple-color: rgba(25, 207, 250, 0.1);
}
.light-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ec407a;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ec407a;
  --mat-outlined-button-ripple-color: rgba(236, 64, 122, 0.1);
}
.light-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #4fc3f7;
  --mat-icon-button-state-layer-color: #4fc3f7;
  --mat-icon-button-ripple-color: rgba(79, 195, 247, 0.1);
}
.light-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #19cffa;
  --mat-icon-button-state-layer-color: #19cffa;
  --mat-icon-button-ripple-color: rgba(25, 207, 250, 0.1);
}
.light-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ec407a;
  --mat-icon-button-state-layer-color: #ec407a;
  --mat-icon-button-ripple-color: rgba(236, 64, 122, 0.1);
}
.light-theme .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #4fc3f7;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #19cffa;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ec407a;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #4fc3f7;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #19cffa;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ec407a;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
.light-theme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #19cffa;
}
.light-theme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ec407a;
}
.light-theme .mat-badge-accent {
  --mat-badge-background-color: #19cffa;
  --mat-badge-text-color: black;
}
.light-theme .mat-badge-warn {
  --mat-badge-background-color: #ec407a;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #19cffa;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(25, 207, 250, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(25, 207, 250, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(25, 207, 250, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(25, 207, 250, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.light-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #ec407a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(236, 64, 122, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(236, 64, 122, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(236, 64, 122, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(236, 64, 122, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.light-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #19cffa;
}
.light-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ec407a;
}
.light-theme .mat-icon.mat-primary {
  --mat-icon-color: #4fc3f7;
}
.light-theme .mat-icon.mat-accent {
  --mat-icon-color: #19cffa;
}
.light-theme .mat-icon.mat-warn {
  --mat-icon-color: #ec407a;
}
.light-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #19cffa;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #19cffa;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #19cffa;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.light-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #ec407a;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #ec407a;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #ec407a;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #4fc3f7;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #19cffa;
  --mat-toolbar-container-text-color: black;
}
.light-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ec407a;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.light-theme .mat-h1,
.light-theme .mat-headline-5,
.light-theme .mat-typography .mat-h1,
.light-theme .mat-typography .mat-headline-5,
.light-theme .mat-typography h1 {
  font: 500 0.83rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.light-theme .mat-h2,
.light-theme .mat-headline-6,
.light-theme .mat-typography .mat-h2,
.light-theme .mat-typography .mat-headline-6,
.light-theme .mat-typography h2 {
  font: 500 0.67rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.light-theme .mat-h3,
.light-theme .mat-subtitle-1,
.light-theme .mat-typography .mat-h3,
.light-theme .mat-typography .mat-subtitle-1,
.light-theme .mat-typography h3 {
  font: 500 15px / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.light-theme .mat-h4,
.light-theme .mat-body-1,
.light-theme .mat-typography .mat-h4,
.light-theme .mat-typography .mat-body-1,
.light-theme .mat-typography h4 {
  font: 400 12px / 21px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.light-theme .mat-h5,
.light-theme .mat-typography .mat-h5,
.light-theme .mat-typography h5 {
  font: 400 calc(12px * 0.83) / 16px Roboto, sans-serif;
  margin: 0 0 12px;
}
.light-theme .mat-h6,
.light-theme .mat-typography .mat-h6,
.light-theme .mat-typography h6 {
  font: 400 calc(12px * 0.67) / 16px Roboto, sans-serif;
  margin: 0 0 12px;
}
.light-theme .mat-body-strong,
.light-theme .mat-subtitle-2,
.light-theme .mat-typography .mat-body-strong,
.light-theme .mat-typography .mat-subtitle-2 {
  font: 500 14px / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
}
.light-theme .mat-body,
.light-theme .mat-body-2,
.light-theme .mat-typography .mat-body,
.light-theme .mat-typography .mat-body-2,
.light-theme .mat-typography {
  font: 400 12px / 16px Roboto, sans-serif;
  letter-spacing: normal;
}
.light-theme .mat-body p,
.light-theme .mat-body-2 p,
.light-theme .mat-typography .mat-body p,
.light-theme .mat-typography .mat-body-2 p,
.light-theme .mat-typography p {
  margin: 0 0 12px;
}
.light-theme .mat-small,
.light-theme .mat-caption,
.light-theme .mat-typography .mat-small,
.light-theme .mat-typography .mat-caption {
  font: 400 12px / 16px Roboto, sans-serif;
  letter-spacing: normal;
}
.light-theme .mat-headline-1,
.light-theme .mat-typography .mat-headline-1 {
  font: 500 1.6rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.light-theme .mat-headline-2,
.light-theme .mat-typography .mat-headline-2 {
  font: 500 1.3rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.light-theme .mat-headline-3,
.light-theme .mat-typography .mat-headline-3 {
  font: 500 0.9rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.light-theme .mat-headline-4,
.light-theme .mat-typography .mat-headline-4 {
  font: 500 0.87rem / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.light-theme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 16px;
  --mdc-chip-label-text-size: 12px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.light-theme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 16px;
  --mat-switch-label-text-size: 12px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.light-theme .mdc-list-group__subheader {
  font: 500 15px / 1.15 Roboto, sans-serif;
  letter-spacing: normal;
}
.light-theme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 12px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 400;
}
.light-theme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 24px;
}
.light-theme .mdc-list-item__start,
.light-theme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 28px;
}
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 44px;
}
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 60px;
}
.light-theme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 36px;
}
.light-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 36px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 6px;
}
.light-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 32px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 4px;
}
.light-theme .mdc-list-item__start,
.light-theme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 28px;
}
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 40px;
}
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.light-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 56px;
}
.light-theme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 32px;
}
body.light-theme {
  --background: #ffffff;
  --color-text: #26282a;
  --color-second-text: #5c6268;
  --default-header: var(--light);
  --default-body: #f9f9f9;
  --default-body-secondary: #e2e2e2;
  --green: #96f382;
  --yellow: #f5f88b;
  --blue: var(--light-blue);
  --surface-color: #ffffff;
  --surface-transparent: rgba(255, 255, 255, 0.9019607843);
  --background-transparent: rgba(255, 255, 255, 0.7019607843);
  --accent-color: #19cffa;
  --opposite-bg: #282f3a;
  --opposite-text: #f0f1f4;
  --opposite-header: #101317;
  --opposite-bg-transparent: rgba(40, 47, 58, 0.7019607843);
  --mdc-theme-surface: #ffffff;
  --mat-menu-container-color: #ffffff;
  --mat-select-panel-background-color: #ffffff;
  --mat-autocomplete-background-color: #ffffff;
  --mat-dialog-container-background-color: #ffffff;
  --mat-bottom-sheet-container-background-color: #ffffff;
  --mat-snack-bar-button-color: #ffffff;
  --mat-tooltip-background-color: #ffffff;
  --mdc-plain-tooltip-container-color: #ffffff;
  --mdc-plain-tooltip-supporting-text-color: #26282a;
  --mdc-theme-surface-variant: #ffffff;
  --mdc-menu-container-color: #ffffff;
  --mdc-filled-text-field-container-color: #ffffff;
  --mdc-outlined-text-field-container-color: #ffffff;
}
h1 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.15;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}
h2 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.15;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}
h3 {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.15;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}
h4 {
  font-size: 0.87rem;
  font-weight: 500;
  line-height: 1.15;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}
h5 {
  font-size: 0.83rem;
  font-weight: 500;
  line-height: 1.15;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}
h6 {
  font-size: 0.67rem;
  font-weight: 500;
  line-height: 1.15;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}

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

/* src/assets/css/st-form.css */
form .columns {
  padding: 0 3px;
}
.form-container {
  position: fixed;
  top: 0px;
  left: 0px;
  background: var(--background);
  width: 100%;
  height: 100%;
  z-index: 112;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.over-form-container {
  z-index: 200;
  position: relative;
}
.form-data {
  width: 320px;
  max-height: calc(100% - 3rem);
}
.form-data.top {
  width: 100%;
  height: calc(100% - 3rem);
  display: flex;
  justify-content: center;
}
.form-data.big-content {
  width: 720px;
}
.form-data.max-content {
  width: 90%;
  max-width: 1000px;
}
.form-data.medium-content {
  width: 520px;
}
.form-data.without-max-width {
  max-width: none;
  width: calc(100% - 100px);
}
.form-data > h1,
.form-data > h2,
.form-data > h3 {
  text-align: center;
}
.form-data h1 {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
}
.close-btn {
  position: fixed;
  right: 20px;
  top: 20px;
}
.mat-mdc-raised-button.mat-mdc-button-base.submit {
  width: 100%;
  background-color: var(--default-body);
  border: solid 1px var(--green);
}
.form-data .mat-mdc-raised-button.mat-mdc-button-base.submit {
  margin-top: 20px;
}
.light-theme .mdc-button.mat-mdc-raised-button.mat-mdc-button-base.submit {
  border: solid 1px var(--opposite-header);
  background-color: #282f3a;
  color: var(--white);
}
.mat-mdc-raised-button.submit.small {
  width: auto;
}
.mat-mdc-raised-button.primary.small {
  width: auto;
}
.mdc-button.mat-mdc-raised-button.mat-mdc-button-base.cancel {
  background: #ed40791f;
  border: solid 1px var(--red);
  text-overflow: ellipsis;
  overflow: hidden;
}
.mat-mdc-raised-button.cancel.small {
  width: auto;
}
.mat-mdc-raised-button.submit:hover {
  background: var(--green);
}
.mat-mdc-raised-button.primary:hover {
  background: var(--blue);
}
.mat-mdc-raised-button.cancel:hover {
  background: var(--red);
}
.mat-mdc-raised-button.submit[disabled],
.mat-raised-button.primary[disabled],
.mat-raised-button.primary[disabled]:hover,
.mat-raised-button.primary[disabled]:hover {
  color: var(--background) !important;
}
.mat-mdc-raised-button.submit[disabled],
.mat-raised-button.primary[disabled],
.mat-raised-button.primary[disabled]:hover,
.mat-raised-button.primary[disabled]:hover {
  border: 1px solid var(--default-body) !important;
  background-color: var(--default-body) !important;
}
.form-data .error {
  display: flex;
  align-items: center;
  width: 100%;
  color: #ffffff;
  padding: 3px;
  margin: 5px 0px;
  background: var(--red);
  text-align: left;
  font-size: 12px;
  gap: 6px;
}
.form-data .error::before {
  font-family: "Material Icons";
  content: "error_outline";
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-transform: lowercase;
}
.form-data .alert-warning {
  background-color: var(--yellow);
  color: black;
  padding: 6px;
  width: 100%;
  margin: 5px 0px;
  text-align: left;
  font-size: 12px;
  display: flex;
  gap: 6px;
}
.form-data .alert-warning::before {
  font-family: "Material Icons";
  content: "warning";
  text-transform: lowercase;
}
.form-container .mat-mdc-mini-fab {
  transform: scale(0.7);
}
.form-gitter .row > .columns {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
.stripboard-select-list {
  font-size: 12px;
}
.row.form-preview-row {
  display: flex;
  gap: 6px;
  align-items: flex-end;
}
.row.row.form-preview-row .mat-mdc-form-field {
  flex: 1;
  width: 150px;
}
.mat-mdc-radio-group.vertical {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 550px) {
  .form-data {
    max-width: 93vw;
  }
}

/* src/assets/css/filterinfo.css */
.filter-selected {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin-bottom: 5px;
  padding: 4px 10px;
}
.filter-selected .options {
  font-size: 12px;
  padding: 3px;
  margin: 2px 0px;
}
.filter-selected .options a.delete-filter {
  display: inline-block;
  background-color: white;
  -webkit-transform: translate(-3px, -2px);
  transform: translate(-3px, -2px);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  color: black;
  font-size: 11px;
  transition: all 0.2s;
}
.filter-selected .options a.delete-filter:hover {
  cursor: pointer;
  background-color: var(--yellow);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* src/assets/css/dragdrop.css */
.drag-wrapper {
  height: 100%;
  overflow: auto;
  text-transform: uppercase;
  display: flex;
  flex-flow: column;
}
.drag-wrapper p,
.drag-wrapper h4 {
  margin: 0;
}
.list-date {
  min-height: 35px;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: var(--opposite-bg);
  text-align: left;
  align-items: center;
  color: var(--opposite-text);
}
.list-date > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.drag-wrapper > .day-box:last-of-type {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
}
.drag-wrapper > .day-box.no-grow:last-of-type {
  flex-grow: initial;
}
.day-box {
  display: flex;
  flex-flow: column;
  position: relative;
  margin-bottom: 3px;
  padding: 3px;
  background-color: var(--background);
}
.unit-wrapper-box {
  display: flex;
  background: var(--default-body);
  flex-wrap: wrap;
  gap: 6px;
}
.unit-wrapper-box.vertical {
  flex-direction: column;
  padding: 3px;
}
.unit-box {
  min-width: 25px;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 100%;
  border: 1px solid var(--opposite-bg);
}
.unit-box .unit-title {
  display: flex;
  height: 25px;
  min-height: 30px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-color: var(--default-header);
}
.unit-box .unit-title:hover {
  background-color: var(--default-header);
  color: #fff;
}
.unit-box.open {
  flex: 1;
}
.unit-box:not(.open) {
  background-color: var(--default-header);
}
.unit-box:not(.open) .unit-title {
  writing-mode: tb-rl;
  width: 100%;
  flex: 1;
  padding: 24px 0 1rem 0;
  justify-content: flex-start;
  min-height: 100px;
}
.unit-wrapper-box.selected,
.unit-title.selected {
  background-color: rgba(144, 171, 200, 0.5);
}
.unit-wrapper-box.selected .unit-official {
  border: none;
}
.unit-wrapper-box.selected .unit-box.open .unit-title,
.unit-wrapper-box.selected .item {
  background-color: transparent !important;
}
.cdk-drag-preview.unit-box.open .unit-title,
.cdk-drag-preview.unit-box .item {
  background-color: transparent !important;
}
.drag-wrapper > .day-box:last-of-type .drag-list:last-of-type,
.drag-wrapper .drag-list.grow {
  flex-grow: 1;
}
.scene-wrapper {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-bottom: solid 1px var(--default-body);
}
.cdk-drag-preview {
  box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow:
    0 5px 5px -3px var(--default-body),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  width: 100%;
  background-color: rgba(144, 171, 200, 0.5);
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.drop-list.cdk-drop-list-dragging .drag-item:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.drop-list .drag-item.selected {
  background-color: rgba(144, 171, 200, 0.5);
}
.cdk-drag.item:not(.selected) .scene-strip.plain-bg,
.cdk-drag.item:not(.selected):nth-child(even) .scene-strip.plain-bg {
  background-color: var(--background);
}
.info-right.space-right {
  padding-right: 20px;
}
.info-right > span,
.totals-week div > span {
  display: inline-block;
  margin: 6px 1rem 6px 0;
  text-align: left;
}
.delete {
  position: absolute;
  right: 2px;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.delete:hover {
  color: var(--blue);
}
.list-wrapper {
  min-height: 60px;
  flex: 1;
}
.drag-placeholder {
  background-color: rgba(144, 171, 200, 0.5);
  width: 15px;
  min-height: auto;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.calendar-day .list-date {
  height: 30px;
  font-size: 11px;
  padding: 6px;
  cursor: move;
  border-bottom: 1px solid rgb(100, 100, 100);
}
.calendar-day .drop-list .item > p {
  font-size: 11px;
}
.calendar-strip .scn-content {
  padding: 0;
  width: 100%;
  float: none;
  display: flex;
  max-height: 60px;
  min-height: 60px;
  flex-flow: column;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 0.35s ease-out;
}
.calendar-strip .scn-content > div {
  flex-grow: 1;
}
.calendar-strip .scn-header {
  font-size: 12px;
}
.calendar-strip .scn-header.time {
  display: none;
}
.calendar-strip .scn-header:not(.time) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.drop-list:not(.cdk-drop-list-dragging) .cdk-drag:not(.cdk-drag-placeholder) .calendar-strip:hover:not(:active) .scn-content {
  max-height: 250px;
  transition: max-height 0.35s ease-in;
  background-color: rgba(144, 171, 200, 0.15);
}
.drop-list:not(.cdk-drop-list-dragging) .cdk-drag:not(.cdk-drag-placeholder) .calendar-strip:hover:not(:active) .scn-header,
.drop-list:not(.cdk-drop-list-dragging) .cdk-drag:not(.cdk-drag-placeholder) .calendar-strip:hover:not(:active) .scn-header.time {
  white-space: initial;
}
.calendar-strip .scn-description {
  display: none;
}
.drop-list:not(.cdk-drop-list-dragging) .cdk-drag:not(.cdk-drag-placeholder) .calendar-strip:hover:not(:active) .scn-description {
  display: initial;
}
.calendar-strip .cast-list,
.calendar-strip .scn-description {
  font-size: 10px;
}
.scn_actions.mini {
  width: 15px;
  float: none;
}
.pending-save {
  color: var(--yellow);
}
.cdk-drag-disabled:not(.default-cursor) {
  cursor: not-allowed;
}
.shooting-day {
  padding: 6px;
}
.shooting-calendar {
  width: calc(100% - 4px);
  padding-bottom: 1px;
}
.shooting-day .day-number {
  font-size: 16px;
  margin-bottom: 5px;
  min-height: 24px;
}
.shooting-day .day-number.day-events > div {
  max-width: calc(100% - 66px);
}
.shooting-day .day-number.day-events > div:hover {
  max-width: 100%;
  flex-direction: column;
}
.shooting-day.holiday {
  background-color: var(--default-header);
}
.shooting-day .day-shootings .shooting-card,
.cdk-drag-preview.drag-unit-calendar {
  display: flex;
  justify-content: space-between;
  padding: 3px 6px;
  margin-bottom: 6px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: var(--default-border-radius);
}
.shooting-day .day-shootings .shooting-card:hover {
  opacity: 0.75;
}
.shooting-day .day-shootings {
  flex: 1;
  min-height: 6px;
}
.shooting-day .day-shootings .shooting-card p {
  margin: 0;
  font-size: 12px;
  text-align: left;
}
.shooting-day .day-events > div {
  position: relative;
  font-size: 10px;
  margin-bottom: 2px;
  text-align: left;
  display: flex;
  text-transform: uppercase;
}
.shooting-day .day-events > div > span {
  max-height: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 2px;
}
.shooting-day .day-events > div:hover > span {
  max-height: initial;
  white-space: initial;
  text-overflow: initial;
}
.shooting-day .day-events > div:last-of-type {
  margin-bottom: 0;
}
.shooting-day .day-events mat-icon:hover {
  color: var(--accent-color);
}
.shooting-day .day-events mat-icon.options {
  margin: 0;
}
.shooting-day .day-number.day-events > span {
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 5px;
}
.shooting-day .day-number.day-events > span.space {
  margin-right: 4px;
}
.cross-icon .info-icon,
.shooting-calendar .info-icon,
.stripboard-calendar .info-icon,
.cdk-drag-preview.drag-day-calendar .info-icon {
  display: none;
  max-width: 200px;
}
.mini-calendar {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.mini-calendar .week-wrapper:not(:first-child) {
  flex: 1;
}
.mini-calendar .shooting-day {
  padding: 3px;
}
.mini-calendar .shooting-day .day-events mat-icon {
  height: 14px;
  width: 14px;
  font-size: 14px;
}
.mini-calendar .day-events {
  display: flex;
  font-size: 11px;
}
.mini-calendar .shooting-day .day-shootings .shooting-card {
  display: flex;
  justify-content: space-between;
  padding: 1px 3px;
  margin-bottom: 2px;
}
.mini-calendar .shooting-day .day-shootings .shooting-card p {
  font-size: 11px;
}
.mini-calendar .shooting-day .day-events > div > mat-icon:hover + .info-icon,
.cross-icon > mat-icon:hover + .info-icon {
  display: block;
}
.mini-calendar .shooting-day .day-number {
  width: calc(100% + 3px);
}
.drag-placeholder-unit {
  background: rgba(144, 171, 200, 0.5);
  opacity: 0.5;
  height: calc(100% - 36px);
  width: 100%;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 2;
}
.scene-strip.zoom-4 h3.scn-header,
h4.scn-header {
  font-size: 14px;
}
.stripboard-calendar .card-detail span:last-child,
.cdk-drag-preview.drag-day-calendar .card-detail span:last-child,
.cdk-drag-preview.drag-unit-calendar .card-detail span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.stripboard-calendar .shooting-card,
.cdk-drag-preview.drag-day-calendar .shooting-card,
.cdk-drag-preview.drag-unit-calendar {
  padding: 0 !important;
  border-radius: 5px;
  flex-direction: column;
  height: auto !important;
  margin-bottom: 6px !important;
}
.stripboard-calendar .shooting-card span,
.stripboard-calendar .shooting-card p,
.cdk-drag-preview.drag-day-calendar .shooting-card span,
.cdk-drag-preview.drag-day-calendar .shooting-card p,
.cdk-drag-preview.drag-unit-calendar span,
.cdk-drag-preview.drag-unit-calendar p {
  font-size: 10px;
  text-align: center;
}
.stripboard-calendar .shooting-card div div,
.cdk-drag-preview.drag-day-calendar .shooting-card div div,
.cdk-drag-preview.drag-unit-calendar div div {
  display: flex;
  padding: 2px 0;
}
.stripboard-calendar .shooting-card div div:first-child,
.cdk-drag-preview.drag-day-calendar .shooting-card div div:first-child .cdk-drag-preview.drag-unit-calendar div div:first-child {
  justify-content: space-between;
  font-weight: bold;
  display: flex;
  color: var(--default-header);
}
.stripboard-calendar .shooting-card div .count-total,
.cdk-drag-preview.drag-day-calendar .shooting-card div .count-total,
.cdk-drag-preview.drag-unit-calendar div .count-total {
  border: 1px solid black;
  padding: 0 2px;
  height: 14px;
  line-height: 1.3;
  margin-right: 3px;
  border-radius: 3px;
}
.drag-unit-calendar .cdk-drag-placeholder {
  width: 0;
  height: 0;
  opacity: 0;
}
.drag-unit-calendar .cdk-drop-list-dragging {
  background-color: var(--green);
  border-radius: 5px;
}
.form-types .type {
  text-align: left;
  text-transform: uppercase;
  padding: 6px;
}
.form-types .type .types {
  margin: 6px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 6px;
}
.type-form-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--dark-grey);
  padding: 6px;
  cursor: grab;
  border-radius: 4px;
}
.type-form-type:hover {
  background-color: rgb(128 128 128 / 40%);
}
.type-form-type > span,
.form-types .type > span,
.form-types > .data-header h3 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.structure {
  margin: 6px 0;
}
.structure.section {
  background: rgba(142, 142, 142, 0.38);
  border-radius: 4px;
  padding-bottom: 3px;
}
.form-structure-container {
  text-transform: uppercase;
}
.form-structure-container .structure.section .type-form-type,
.structure.section > div {
  margin: 6px;
}
.form-structure-container .type-form-type {
  margin-bottom: 6px;
}
.preview .mapView {
  border-radius: 4px;
}
.ow-drag-preview {
  cursor: grab;
}
.cdk-drag-preview.ow-drag-preview {
  box-shadow:
    0 5px 5px -3px var(--default-body),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 720px) {
  .form-types.mini-types .type-section .type .types {
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  }
  .form-types.mini-types {
    width: 50px;
  }
  .form-types.mini-types .type-form-type > span {
    display: none;
  }
}

/* src/assets/css/css-switch.css */
.switch-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.switch-wrapper .radio-wrapper {
  width: 42px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  position: relative;
}
.switch-wrapper .radio-wrapper.disabled {
  opacity: 0.6;
}
.switch-wrapper .radio-wrapper.disabled > input,
.switch-wrapper .radio-wrapper.disabled .right + label,
.switch-wrapper .radio-wrapper.disabled .left + label,
.switch-wrapper .radio-wrapper.disabled .neutral + label {
  cursor: not-allowed !important;
}
.radio-wrapper.blue {
  background: rgb(24, 184, 221, 0.7);
}
.radio-wrapper.red {
  background: rgb(230, 108, 103, 0.7);
}
.radio-wrapper.green {
  background: rgb(161, 220, 102, 0.7);
}
.switch-wrapper > p {
  margin: 0 0.5rem !important;
  font-size: 11px;
}
.switch-wrapper .radio-wrapper p {
  position: absolute;
  color: white;
  font-size: 1.7em;
  margin: 0;
  margin-top: 13px;
}
.switch-wrapper .radio-wrapper .correct {
  left: 17px;
  top: -5px;
}
.switch-wrapper .radio-wrapper .wrong {
  right: 17px;
  top: -5px;
}
.switch-wrapper .radio-wrapper .neutral-icon {
  left: 69px;
  top: -8px;
  opacity: 0.5;
}
.switch-wrapper input[type=radio] {
  display: none;
}
.switch-wrapper i {
  font-size: 18px;
}
.switch-wrapper .neutral-icon i {
  font-size: 10px;
}
.switch-wrapper label {
  margin: 0;
}
.switch-wrapper .neutral + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 1s;
  cursor: pointer;
}
.switch-wrapper .neutral:checked + label {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px 0;
  border-radius: 50%;
  border: 1px solid rgb(50, 50, 50, 0.8);
}
.switch-wrapper .left + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  text-align: center;
  cursor: pointer;
}
.switch-wrapper .left:checked + label {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 50%;
  border: 1px solid rgb(50, 50, 50, 0.8);
}
.switch-wrapper .right + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.switch-wrapper .right:checked + label {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 50%;
  border: 1px solid rgb(50, 50, 50, 0.8);
}
.switch-wrapper input.red:checked + label {
  background: #e66c67;
  background:
    linear-gradient(
      to bottom,
      rgba(230, 108, 103, 1) 0%,
      rgba(221, 79, 75, 1) 100%);
}
.switch-wrapper input.green:checked + label {
  background: #b7fa72;
  background:
    linear-gradient(
      to bottom,
      rgba(183, 250, 114, 1) 0%,
      rgba(147, 200, 92, 1) 100%);
}
.switch-wrapper input.grey:checked + label {
  background: #eee;
  background:
    linear-gradient(
      to bottom,
      rgba(238, 238, 238, 1) 0%,
      rgba(204, 204, 204, 1) 100%);
}
.switch-wrapper input.blue:checked + label {
  background: #19cff9;
  background:
    linear-gradient(
      to bottom,
      rgba(25, 207, 249, 1) 0%,
      rgba(21, 157, 188, 1) 100%);
}
@keyframes slidein {
  from {
    transform: translate(20px, 0);
  }
  to {
    transform: translate(0px, 0px);
  }
}
@keyframes slideno {
  from {
    transform: translate(-20px, 0);
  }
  to {
    transform: translate(0px, 0px);
  }
}
@keyframes returnLeft {
  from {
    transform: translate(-20px, 0);
  }
  to {
    transform: translate(0px, 0);
  }
}
@keyframes returnRight {
  from {
    transform: translate(20px, 0);
  }
  to {
    transform: translate(0px, 0);
  }
}

/* src/assets/css/css-table-ow.css */
.data-table {
  height: 100%;
  position: relative;
}
table.table-ow {
  width: 100%;
}
table.table-ow.no-100 {
  width: auto;
}
table.table-ow .numberOf {
  border-radius: 50%;
  color: white;
  width: 23px;
  height: 23px;
  border: 1px solid white;
  margin-right: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
}
table.table-ow.border {
  border-spacing: 0;
  border-bottom: 1px solid #2c2e35;
}
table.table-ow.border tr {
  border-bottom: 1px solid var(--background);
  border-left: 1px solid var(--background);
}
table.table-ow.border td,
table.table-ow.border th {
  border-top: 1px solid var(--default-body);
  border-right: 1px solid var(--default-body);
}
table.table-ow th.hightlight-column {
  background: var(--yellow) !important;
  color: var(--default-body);
}
table.table-ow.border th {
  border-bottom: none;
}
table.has-filters th,
.table-wrapper.has-filters th {
  border-bottom: 3px solid var(--accent-color);
}
.number-filters {
  position: absolute;
  top: 5px;
  left: 6px;
  display: flex;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  background: var(--accent-color);
  width: 15px;
  height: 15px;
  z-index: 103;
  border-radius: 50%;
  color: var(--dark-grey);
}
.table-ow td {
  padding: 8px;
  white-space: nowrap;
  position: relative;
}
.table-ow th,
.th-drag-preview {
  padding: 2px 8px;
  white-space: nowrap;
  background-color: var(--default-body);
  border-bottom: solid 1px rgba(0, 0, 0, 0.6);
  font-size: 10px;
  position: sticky;
  top: 0;
  z-index: 2;
  font-weight: 500;
}
.table-ow th.no-sticky {
  position: static;
}
.table-ow:not(.plain-hover) tr:hover td:not(.tfooter) {
  color: var(--accent-color);
}
.table-ow tr:nth-child(even) {
  background: var(--default-body);
}
.table-ow td .mat-icon.more-options {
  position: absolute;
  transform: translate(-50%, calc(-50% - 2px));
}
.table-ow:not(.plain-hover) td .mat-icon:hover {
  cursor: pointer;
  color: var(--accent-color);
}
.table-ow td.cdk-cell.cdk-column-options.cdk-table-sticky.ng-star-inserted,
.table-ow td {
  background-color: var(--background);
}
.table-ow td .mat-forpafield {
  width: 90px !important;
}
.table-ow td .mat-forpafield input {
  font-size: 12px;
}
.table-ow td.child-row,
.table-ow td.child-row input {
  font-size: 11px;
}
.table-ow td.sticky-left {
  z-index: 102 !important;
  position: sticky;
}
.table-ow th.sticky-left {
  z-index: 103 !important;
  position: sticky;
}
.table-ow th.sticky-right,
.table-ow td.sticky-right {
  z-index: 103 !important;
  position: sticky;
  right: 0;
}
.table-ow tfoot {
  bottom: 0px;
  z-index: 103 !important;
  position: sticky;
}
.table-ow td.tfooter.sticky-left {
  z-index: 104 !important;
}
.table-ow td.tfooter:not(.empty) {
  background: #ddd;
  font-weight: bold;
  color: var(--default-header);
  border: none !important;
}
.table-ow td.tfooter.gap {
  border-right: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
}
.table-ow td.tfooter.empty {
  background: var(--dark-grey) !important;
  border: none !important;
}
.table-ow td .cell-container {
  position: relative;
}
.table-ow td .td-container {
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-ow:not(.plain-hover) td.hover-texto:hover .td-container {
  overflow: visible !important;
  white-space: normal !important;
  word-break: break-word !important;
}
.table-ow .no-record {
  padding: 1rem 6px;
  position: inherit;
  left: auto;
}
.table-ow tfoot.cdk-table-sticky,
tfoot.cdk-table-sticky {
  z-index: 103 !important;
}
.table-ow .btn-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.table-ow .btn-add-sub {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.table-ow th.gap,
.table-ow td.gap {
  border: none;
  padding: 0;
}
.table-ow th.gap.empty,
.table-ow td.gap.empty {
  background: var(--background) !important;
  border: none !important;
}
.table-ow th.gap > div,
.table-ow td.gap > div {
  width: 6px;
}
.table-ow td .mat-mdc-form-field.small {
  font-size: 3px;
}
.table-ow td .mat-mdc-form-field.small:not(.timeInput) {
  max-width: 35px;
  margin: 0 auto;
}
.table-ow td .mat-mdc-form-field.small input {
  font-size: 12px;
  text-align: center;
}
.table-ow thead.color-header th {
  background: var(--default-header);
}
.mat-mdc-paginator.mat-sticky-paginator {
  background-color: var(--default-body);
}
.table-ow td.text-center > .td-container {
  margin: 0 auto;
}
.table-ow td.text-right > .td-container {
  margin: 0 0 0 auto;
}

/* src/assets/css/export-graph.css */
.export-body .grid-container {
  display: block !important;
  overflow: auto !important;
}
.export-body .grid-container .data-container .grid {
  display: block !important;
  overflow: auto !important;
}
.export-body .grid-container .export-bars {
  height: 450px;
  width: 1525px;
  padding: 0;
}
.export-body .grid-container .export-bars .bars-wrapper {
  flex: 1;
  min-height: 100px;
}
.export-body .export-bars .graph-legend .legend-item {
  margin: 0 6px;
}
.export-body .export-pie .graph-legend .legend-item {
  width: 100%;
}
.export-body .export-pie .graph-legend .legend-item > span:last-child {
  flex: 1;
  text-align: left;
}
.export-body .export-pie .legend-item > *,
.export-body .export-bars .legend-item > * {
  color: #000;
}
.export-body .export-pie .legend-item .circle,
.export-body .export-bars .legend-item .circle {
  height: 10px;
  width: 10px;
}
.export-body .grid-container .export-pie {
  height: 175px;
  width: 175px;
  padding: 0;
  font-size: 25px;
}
.export-graph .barsgraph .bars text.guide {
  fill: #000 !important;
}
.export-graph {
  background-color: #fff !important;
  color: #000;
}
.export-graph .button-container {
  display: none !important;
}
.export-graph .pieGraph text.label,
.export-graph .pieGraph text.total,
.export-graph .pieGraph text.subtotal,
.export-graph .circlegraph .graph text.label,
.export-graph .circlegraph .graph .dot {
  fill: #000 !important;
}
.export-graph .graph-legend .legend-item,
.export-graph .circlegraph .legend-wait-for-it-legendary .bar > span {
  color: #000 !important;
}
.export-graph .barsgraph .bars .axys {
  stroke: rgb(48, 48, 48) !important;
}
.export-graph .barsgraph .bars line.guide {
  stroke: #adadad !important;
}
.export-graph .barsgraph .value-item-export {
  display: block !important;
}
.export-graph .table-bottom .xAxis {
  fill: #000 !important;
}

/* src/assets/css/continuity.css */
.continuity-wrapper {
  position: relative;
  height: 100%;
}
.continuity-wrapper.gap-expand {
  padding-right: 18px;
  transition: 0.3s all;
}
.continuity-wrapper .continuity-images {
  overflow: auto;
  max-height: 100%;
}
.continuity-wrapper .continuity-images .continuity-card {
  margin-bottom: 6px;
  background-color: var(--default-body);
  cursor: pointer;
  padding-top: 2px;
}
.continuity-wrapper .continuity-images .continuity-card:hover {
  background-color: var(--blue);
}
.continuity-wrapper .continuity-images .continuity-card .desc {
  padding: 4px;
}
.continuity-wrapper .continuity-images .continuity-card .desc p {
  text-align: left;
  margin: 0;
}
.continuity-wrapper .box.cont-img {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: calc(100% - 1px);
}
.continuity-wrapper .box.cont-img .item {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: space-between;
}
.continuity-wrapper .box.cont-img .item p {
  font-size: 11px;
  text-align: left;
}
.continuity-wrapper .box.cont-img .item p.main {
  font-weight: bold;
  font-size: 14px;
}
.continuity-images .cont-title:not(:empty),
.cont-title:not(:empty) {
  position: absolute;
  bottom: 0px;
  padding: 4px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 33px;
}
.continuity-images .cont-title:not(:empty):hover,
.cont-title:not(:empty):hover {
  white-space: normal;
  height: auto;
  overflow-y: scroll;
  max-height: 231.5px;
}
.grid-container.continuity-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 6px 6px;
  grid-template-areas: "data-container";
  height: 100%;
  overflow: hidden;
}
.continuity-container .data-container {
  grid-area: data-container;
  overflow: hidden;
}
.continuity-container .data-header p {
  margin-left: 15px;
  display: inline;
}
@media screen and (max-width: 770px) {
  .grid-container.continuity-container {
    display: block;
    overflow-y: auto;
  }
}

/* src/assets/css/breadcrumbs.css */
.breadcrumbs-wrapper {
  position: fixed;
  top: 0;
  left: 45px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  z-index: 2;
  gap: 6px;
}
.breadcrumbs-wrapper .breadcrumb {
  padding: 0 0 0 3px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
}
.menu-container .breadcrumbs-wrapper .breadcrumb {
  text-align: left;
  white-space: normal;
}
.menu-container {
  height: 100vh;
  position: absolute;
  width: 100vw;
  z-index: 110;
  top: 0;
}
.breadcrumbs-wrapper.edit-mode .breadcrumb,
.breadcrumbs-wrapper.edit-mode .mat-mdc-select-value,
.breadcrumbs-wrapper.edit-mode .mat-mdc-select-arrow {
  color: var(--black);
}
.breadcrumbs-wrapper .breadcrumb:first-child {
  padding-left: 0;
}
.menu-container .mat-mdc-form-field.crumb:not(.header-select) {
  padding: 0 3px 0 15px;
}
.mat-mdc-form-field.header-select {
  display: flex;
  align-items: center;
  width: auto;
  height: 20px;
  font-weight: 500;
}
.mat-mdc-form-field.crumb .mat-mdc-select {
  width: 100%;
}
.button-menu button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.menu-container > div {
  min-height: 100vh;
  margin: 0;
  width: 300px;
  background: var(--default-header);
  z-index: 110;
  flex-direction: column;
  align-items: baseline;
  padding: 35px 10px;
  overflow: auto;
}
.menu-container .home {
  width: 100%;
  text-align: left;
}
.mobile {
  padding-left: 10px;
}
.lateral {
  flex-direction: column;
  min-height: auto !important;
}
.lateral a > span {
  width: 100%;
}
.menu-title {
  width: 100%;
  padding: 0 !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.menu-title mat-icon {
  margin-right: 0;
}
.lateral .crumb {
  height: 35px;
  padding: 0 10px;
}
.lateral .crumb:hover {
  background: rgba(255, 255, 255, 0.04);
}
.page-active,
.mat-mdc-list-item.page-active .mdc-list-item__primary-text {
  color: var(--blue) !important;
}
.mat-mdc-list-item:hover .mdc-list-item__primary-text {
  color: var(--blue) !important;
}
.select-botton {
  margin-top: 25px !important;
}
@media screen and (max-width: 770px) {
  .menu-container > div {
    width: 100%;
  }
}

/* src/assets/css/project-home.css */
.project-home .bars-wrapper {
  flex: 1;
  height: 100%;
}
.data-container.project-home {
  background-color: var(--background);
}
.project-home .panel-left {
  grid-area: panel-left;
  overflow-x: hidden;
}
.project-home .panel-right {
  grid-area: panel-right;
  overflow-x: hidden;
}
.project-header {
  background-color: var(--default-body);
  padding: 6px;
}
.project-home .project-description,
.project-home .project-info,
.project-home .main-options {
  display: flex;
  padding: 3px;
}
.project-home .project-description .project-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
}
.project-home .project-img {
  width: 100px;
}
.project-home .project-info {
  flex: 1;
  text-align: left;
  justify-content: space-between;
  padding-left: 7px;
}
.project-home .project-info-name h2,
.project-home .project-info p {
  margin: 0;
}
.project-home .project-info-edit button {
}
.project-home .project-info-edit button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.project-home .main-options > div {
  flex: 1;
  padding: 10px 10px;
  background-color: var(--background);
  border: 1px solid black;
  cursor: pointer;
  height: 37px;
}
.project-home .main-options > div:not(:first-child) {
  margin-left: 3px;
}
.grid-home-prod .data-container > .data-body,
.grid-home-dev .data-container > .data-body {
  min-height: 200px;
  padding: 6px;
}
.grid-home-dev .dashboard-card .card-header,
.grid-home-prod .dashboard-card .card-header {
  font-size: 16px;
  height: 25px;
  padding: 3px;
}
.project-home .button-container .view-detail {
  width: auto !important;
  font-size: 11px;
}
.project-home .panel-left .dashboard-card.data-container,
.project-home .panel-right .dashboard-card.data-container {
  height: 280px;
  padding: 3px;
  overflow: hidden;
}
.project-home .panel-left .data-body .dashboard-card.data-container:not(:last-child),
.project-home .panel-right .data-body .dashboard-card.data-container:not(:last-child) {
  margin-bottom: 6px;
}
.project-home .search-bar {
  border: 1px solid var(--opposite-bg) !important;
  border-radius: 5px !important;
  margin-left: 5px;
}
.project-home .button-container button {
  margin-right: 5px;
}
.project-home .button-container button:hover {
  color: var(--blue);
}
.project-home .main-options > div:hover {
  background-color: var(--blue);
}
.project-home .pie-grid-container .total tspan {
  font-size: 1.3em;
}
.project-home .pie-grid-container .total .perc {
  font-size: 0.6875em;
}
.project-home .totals-grid .card-header .desc {
  font-size: 11px;
}
.project-home .button-container .search-bar input {
  height: 20px;
  transform: translateY(-2px);
}

/* src/assets/css/project-summary.css */
.project-summary-graph-container {
  height: 100%;
  overflow: hidden;
  background-color: var(--default-body);
  padding-bottom: 15px;
}
.project-summary-graph-container .graph {
  width: 100%;
  height: 100%;
}
.project-summary-graph-container .graph-overflow {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.body-page.graph-page {
  border-radius: 4px;
  min-height: 400px;
  text-align: left;
}
.body-page.graph-page .dashboard-card {
  padding: 0 6px;
}
.body-page.graph-page .dashboard-card .card-body {
  overflow: hidden;
}
.project-summary-graph-container .grow-graph {
  flex: none;
  height: calc(100% - 1px);
}
.project-summary-graph-container .options-graph {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  align-items: flex-end;
}
.project-summary-totals,
.project-summary-graphs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
  min-width: 325px;
}
.project-summary-graphs {
  height: 100%;
}
.project-summary-graphs > div {
  flex: 1 1 200px;
  height: auto;
  width: 1px;
  min-height: 400px;
}
.project-summary-totals > div > * {
  flex: 1;
  height: 90px;
  width: 100px;
}
.project-summary-options button:hover {
  color: var(--blue);
}
.graphs-menu .mat-mdc-list-item:not(.mat-mdc-list-item-interactive) {
  cursor: pointer;
}

/* src/assets/css/pages.css */
.content-page {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-width: 250px;
  position: relative;
  background-color: var(--background) !important;
}
.body-page .dashboard-card.info-box .card-body .value-desc,
.body-page .dashboard-card .desc.small {
  font-weight: 100;
}
.body-page .dashboard-card .desc.small {
  font-size: 10px !important;
}
.body-page table-general {
  height: 100%;
  background-color: var(--default-body);
}
.tab-group-page {
  height: 100%;
  overflow: hidden;
}
.tab-group-page.vertical {
  flex-direction: row;
}
.tab-group-page.vertical .mdc-tab {
  justify-content: flex-start;
}
.tab-group-page.vertical .mat-mdc-tab-labels {
  flex-direction: column;
  gap: 3px;
  border-bottom: 0;
}
.mat-mdc-tab-group.hide-header .mat-mdc-tab-header {
  display: none !important;
}
.mat-mdc-tab-header {
  border-bottom: none;
}
.tab-group-page.vertical .mat-mdc-tab-header {
  width: 200px;
  padding-right: 6px;
  border-right: 1px solid #8a8a8a;
}
.tab-group-page.vertical .mat-ink-bar {
  display: none;
}
.header-page {
  justify-content: space-between;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-second-text);
  padding-bottom: 6px !important;
  margin-bottom: 6px;
}
.header-page,
.header-page-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3px;
}
.header-page-options button,
.header-page-options a {
  width: auto !important;
  min-width: 145px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-page > *:not(.top-header, button) {
  padding: 3px 0;
  gap: 6px;
}
.header-page h1,
.header-page h3 {
  margin: 0;
  font-weight: 100;
}
.header-page h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-text);
}
.tab-group-page .mat-mdc-tab-body-wrapper {
  height: 100%;
  flex: 1;
}
.option-general {
  background-color: var(--black);
  border-radius: 20px;
  margin: 2px;
  border: 0.5px solid rgb(255 255 255 / 53%);
  color: var(--opposite-bg);
  cursor: pointer;
  font-size: 8px;
  height: 14px;
  font-weight: 500;
}
.option-general:hover {
  background-color: var(--blue);
  color: var(--black);
}
.option-general.active {
  background-color: var(--green);
  color: var(--black);
}

/* src/assets/css/main-table.css */
.main-table {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.auto-height {
  height: auto !important;
}
.main-table-content,
.main-table .table-wrapper {
  background-color: var(--default-body);
  border-radius: var(--default-border-radius);
}
.main-table-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main-table .table-wrapper {
  height: 100%;
  overflow: auto;
  margin: 0 3px;
}
.main-table {
  width: 100%;
}
.main-table table {
  width: 100%;
  border-spacing: 0;
}
.main-table app-main-table-header,
.main-table app-main-table-th,
.main-table app-main-table-body,
.main-table app-main-table-td,
.main-table app-main-table-footer,
.main-table app-main-table-td-footer {
  display: contents;
}
.main-table thead tr {
  position: sticky;
  top: 0;
  z-index: 2;
}
.main-table tfoot tr {
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.main-table tr:hover td:not(.tfooter) {
  background-color: var(--default-body);
}
.main-table tr.has-filters-actives th {
  box-shadow: inset 0 -2px 0 var(--accent-color);
}
.main-table td {
  border: 1px solid var(--default-body);
}
.main-table th {
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: var(--default-body);
  font-weight: 500;
  box-shadow: inset 0 -2px 0 var(--opposite-bg);
  border-right: 1px solid var(--background);
  border-left: 1px solid var(--background);
}
.main-table th .header-field {
  padding: 3px 12px;
}
.main-table th > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.main-table th.sticky {
  z-index: 3;
  position: sticky;
}
.main-table td {
  background-color: var(--background);
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0;
  max-width: 300px;
}
.main-table td:hover {
  white-space: pre-wrap;
}
.main-table td.first-row {
  border-top: 2px solid var(--default-body);
}
.main-table td.last-row {
  border-bottom: 2px solid var(--default-body);
}
.main-table td > div {
}
.main-table td > div > div {
  margin: 6px 12px;
}
.main-table td.td-empty {
  background-color: var(--default-body);
}
.main-table td .mat-icon {
  cursor: pointer;
  text-align: center;
  overflow: visible;
}
.main-table td .mat-icon:not(.text) {
  color: var(--blue);
}
.main-table td.sticky {
  z-index: 1;
  position: sticky;
}
.main-table td .td-container {
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 6px 12px;
}
.main-table td .td-container.yes-no-response {
  display: flex;
}
.main-table td .td-container.yes-no-response .mat-mdc-select {
  flex: 1;
  overflow: hidden;
}
.main-table td .td-container.yes-no-response input {
  flex: 5;
  overflow: hidden;
  width: 300px;
}
.main-table td.hover-texto:hover .td-container {
  overflow: auto !important;
  white-space: normal !important;
  word-break: break-word !important;
  max-height: 100px;
}
.main-table td.completed {
  color: var(--green) !important;
}
.main-table td.not-completed {
  color: var(--red) !important;
}
.numberOfGap {
  text-overflow: ellipsis;
  flex: 1;
  overflow: hidden;
  padding-left: 30px;
}
.main-table td.hover-texto:hover .td-container .numberOfGap {
  max-height: 100px;
  overflow: auto;
}
.main-table td.tfooter {
  background-color: var(--light);
  color: var(--dark);
  height: 30px;
}
.main-table td.tfooter.sticky {
  z-index: 3;
}
.empty-row {
  display: block;
  min-height: 33px;
}
.main-table .empty-row .loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.main-table .mat-icon.filter-btn.active {
  color: var(--accent-color);
}
.main-table .icon-count {
  position: absolute;
  transform: translate(0, -5px);
}
.main-table-paginator {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-table .order-number {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 9px;
  line-height: 12px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  color: var(--dark-grey);
  margin-left: 3px;
}
.main-table input.styleInput {
  width: 100%;
}
.main-table .grid-list {
  display: flex;
  gap: 6px;
  align-items: center;
}
.main-table .grid-list .status {
  text-align: left;
}
.main-table .status .circle {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--background);
}
.main-table table .numberOf {
  border-radius: 50%;
  color: var(--opposite-bg);
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border: 1px solid var(--opposite-bg);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.main-table table .numberOf.small {
  font-size: 9px;
}
.main-table .normal-field {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* src/assets/css/structs.css */
.header-section {
  background-color: var(--default-header);
  color: white;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  padding: 3px;
  text-align: left;
  white-space: nowrap;
  gap: 12px;
}
.container-toggle-list {
  margin: 3px 0;
}

/* src/assets/css/buttons.css */
.primary-button {
  background-color: transparent;
  color: white;
  border: 1px solid var(--white);
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}
.secondary-button {
  background-color: transparent;
  color: white;
  border: 1px solid var(--white);
  padding: 5px 20px;
  border-radius: 3px;
  cursor: pointer;
}
.third-button {
  background-color: var(--background);
  border: 1px solid var(--blue);
  padding: 15px 50px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: var(--shadow-button);
  color: var(--color-text);
  text-transform: uppercase;
}
.primary-button:hover,
.secondary-button:hover {
  border: 1px solid var(--blue);
  color: var(--blue);
}
.back-button {
  background-color: var(--dark-grey);
  border: none;
  color: white;
  font-size: 10px;
  cursor: pointer;
  padding: 3px 8px;
}
.third-button:hover,
.back-button:hover {
  background-color: var(--blue);
}
.mdc-button.a-center-flex-btn {
  margin: auto;
  display: flex;
}
button.edit-button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  background: var(--blue);
  border: none;
  color: var(--background);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  padding: 6px 12px 6px 6px;
}
button.edit-button:hover {
  background: var(--color-text);
}
button.edit-button .mat-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* src/assets/css/custom-mat-components.css */
.dark-theme .mat-app-background,
.dark-theme.mat-app-background {
  color: var(--color-text);
  background-color: var(--background);
}
.mdc-button.mat-mdc-button-base {
  text-transform: uppercase;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  border-radius: initial;
}
.mdc-button.mat-mdc-raised-button.mat-mdc-button-base {
  background-color: var(--background);
  text-transform: uppercase;
  border-radius: 0;
  padding: 3px 6px;
}
.mat-mdc-raised-button.mat-mdc-button-base.primary {
  border: 1px solid var(--blue);
}
.light-theme .mat-mdc-raised-button.mat-mdc-button-base.primary {
  background-color: var(--light-grey);
  border: 1px solid var(--dark);
}
.light-theme .mat-mdc-raised-button.mat-mdc-button-base.primary:hover {
  background-color: var(--light-blue);
  border: 1px solid var(--dark);
}
.mat-mdc-select-panel .mat-mdc-option,
.mat-mdc-autocomplete-panel .mat-mdc-option,
.mat-mdc-menu-panel .mat-mdc-menu-item {
  min-height: 32px;
}
.mat-mdc-menu-panel .mat-mdc-menu-item {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mat-mdc-option.contains-mat-select-search {
  background-color: var(--mdc-theme-surface);
  border-bottom: 1px solid #ffffff;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text,
.mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  width: 100%;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  text-transform: uppercase;
}
.mat-mdc-menu-panel .mat-mdc-menu-content,
.mdc-menu-surface.mat-mdc-select-panel.mdc-menu-surface--open,
.mdc-menu-surface.mat-mdc-autocomplete-panel.mdc-menu-surface--open {
  padding: 0;
}
.mat-mdc-menu-panel.mat-mdc-menu-panel.mat-mdc-menu-panel {
  max-width: 320px;
}
.mat-mdc-tab-group .mat-mdc-tab-body {
  z-index: -1;
  padding: 0 10px;
}
.mat-mdc-tab-group .mat-mdc-tab-body.mat-mdc-tab-body-active {
  z-index: auto;
}
.mat-mdc-tab-group .mdc-tab,
.mat-mdc-option.mdc-list-item {
  padding-left: 12px;
  padding-right: 12px;
}
.mat-mdc-tab-group .mdc-tab .mdc-tab__text-label {
  display: inline-block;
}
.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs > .mat-mdc-tab-header .mat-mdc-tab.mdc-tab {
  flex-grow: 0;
}
.mat-mdc-tab-group .mat-mdc-tab-body-content {
  overflow: hidden;
  padding: 3px 3px 0 3px;
}
.mdc-list {
  text-align: left;
}
.mat-mdc-list.mdc-list .mdc-list-item {
  padding-left: 9px;
  padding-right: 9px;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--filled {
  background-color: transparent;
}
.mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-line-ripple::before {
  border-bottom-color: var(--opposite-bg-transparent);
}
.mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--opposite-bg-transparent);
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: block;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--filled:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 12px;
  padding-bottom: 0;
}
.mat-mdc-form-field .mdc-text-field,
.mat-mdc-form-field .mat-mdc-form-field-error-wrapper {
  padding: 0 3px;
}
.mat-mdc-form-field.mat-focused .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay {
  opacity: 0.05;
}
.mat-mdc-form-field.ng-invalid .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-floating-label {
  color: var(--accent-color);
}
.mat-mdc-form-field.ng-invalid .mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-line-ripple::before {
  border-bottom-color: var(--accent-color);
}
.mat-mdc-form-field .mat-mdc-form-field-error {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8em;
}
.mat-mdc-slide-toggle {
  line-height: 24px;
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard {
  border: 0;
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard .mat-button-toggle-checked {
  background-color: var(--mdc-theme-surface);
}
.mat-button-toggle-group .mat-button-toggle-appearance-standard {
  background-color: var(--default-body);
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: 0;
}
.mat-mdc-select .mat-mdc-select-trigger {
  gap: 6px;
}
.mat-mdc-form-field .mat-mdc-select .mat-mdc-select-min-line {
  display: inline-block;
}
.mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  white-space: nowrap;
}
.mat-mdc-select-panel .mat-mdc-option:hover .mdc-list-item__primary-text {
  white-space: normal;
}
.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--disabled {
  pointer-events: auto;
}
.cdk-overlay-pane {
  min-width: 120px;
}
.mat-mdc-option[aria-disabled=true].mdc-list-item.contains-mat-select-search {
  top: 0;
  margin-top: 0;
}
.mat-mdc-option .mat-mdc-option-pseudo-checkbox.mat-pseudo-checkbox-full {
  margin-right: 6px;
}
.dark-theme .mat-datepicker-content {
  background-color: var(--mdc-theme-surface);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.mat-mdc-radio-group .mdc-form-field {
  width: 100%;
}
.mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: var(--surface-color);
}
.mat-mdc-paginator .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.mat-mdc-paginator .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border: 0;
}
.mdc-evolution-chip__text-label {
  text-transform: uppercase;
}
.mdc-button.mat-mdc-raised-button.mini {
  height: 28px;
  font-size: 11px;
  width: 100%;
}
a.mat-mdc-button.mat-mdc-button-base.Cancel,
.mat-mdc-button.mat-mdc-button-base.Cancel {
  margin-top: 5px;
  width: 100%;
}
.mat-mdc-icon-button.mat-mdc-button-base.small {
  width: 28px;
  height: 28px;
  padding: 3px;
}
.item-filter.mat-mdc-menu-item .mat-mdc-menu-item-text {
  width: 100%;
}
.mdc-list.menu-mdc-list .mdc-list-item {
  cursor: pointer;
}
.menu-mdc-list .mat-mdc-list-item .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.menu-mdc-list .mat-mdc-list-item.page-active .mdc-list-item__primary-text,
.mat-mdc-list .mat-mdc-list-item.active .mdc-list-item__primary-text {
  color: var(--blue);
}
.menu-mdc-list .mat-mdc-list-item:hover .mdc-list-item__primary-text {
  color: var(--blue);
}
.mat-mdc-form-field.mini .mat-mdc-form-field-subscript-wrapper,
.breadcrumbs-wrapper .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper,
.mat-mdc-tab-group .mdc-tab__text-label > .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-mdc-form-field.mini .mat-mdc-text-field-wrapper.mdc-text-field--filled:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,
.breadcrumbs-wrapper .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--filled:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,
.mat-mdc-tab-group .mdc-tab__text-label > .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--filled:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 24px;
}
.breadcrumbs-wrapper .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--filled:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,
.mat-mdc-tab-group .mdc-tab__text-label > .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--filled:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  width: auto;
}
.breadcrumbs-wrapper .mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-line-ripple::before,
.mat-mdc-tab-group .mdc-tab__text-label > .mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-line-ripple::before {
  border-bottom-width: 0;
}
.mat-mdc-tab-group .mdc-tab__text-label > .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-mdc-floating-label {
  top: 50%;
}
.mat-mdc-tab-group .mdc-tab__text-label > .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
  transform: translateY(0);
}
.mat-mdc-form-field.visible-label .mdc-text-field {
  overflow: visible;
}
.mdc-tab.mat-mdc-tab-disabled {
  margin-left: auto;
}
.mat-mdc-tab-group .mdc-tab__text-label > .mat-mdc-form-field {
  width: 100px;
  margin-left: 12px;
}
.mat-mdc-tab-group .mat-mdc-tab.mat-mdc-tab-disabled,
.mat-mdc-tab-group .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__content {
  opacity: initial;
  pointer-events: fill;
}
.mat-mdc-checkbox {
  text-align: left;
}
.mat-mdc-checkbox.uppercase .mdc-form-field {
  text-transform: uppercase;
}
.mat-icon.small,
.mat-mdc-icon-button.small .mat-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

/* src/assets/css/responsive.css */
.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.flex-grid > * {
}
.w-1-12 {
  flex: 1 1 calc((100% - 6px) / 12);
}
.w-2-12 {
  flex: 1 1 calc((100% - 6px) / 12 * 2);
}
.w-3-12 {
  flex: 1 1 calc((100% - 6px) / 12 * 3);
}
.w-4-12 {
  flex: 1 1 calc((100% - 6px) / 12 * 4);
}
.w-5-12 {
  flex: 1 1 calc((100% - 6px) / 12 * 5);
}
.w-6-12 {
  flex: 1 1 calc((100% - 6px) / 12 * 6);
}
.w-7-12 {
  flex: 1 1 calc((100% - 6px) / 12 * 7);
}
.w-8-12 {
  flex: 1 1 calc((100% - 6px) / 12 * 8);
}
.w-9-12 {
  flex: 1 1 calc((100% - 6px) / 12 * 9);
}
.w-10-12 {
  flex: 1 1 calc((100% - 6px) / 12 * 10);
}
.w-11-12 {
  flex: 1 1 calc((100% - 6px) / 12 * 11);
}
.w-12-12 {
  flex: 1 1 100%;
}

/* src/assets/css/graphs.css */
.ow-graph {
  border-radius: var(--default-border-radius);
}

/* src/assets/css/dashboard.css */
.kpi-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 6px;
  margin-bottom: 6px;
}
.kpi-row.cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(max(180px, 49%), 1fr));
}
.kpi-row.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(max(180px, 32%), 1fr));
}
.kpi-row.cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(max(180px, 24%), 1fr));
}
.kpi-row.cols-5 {
  grid-template-columns: repeat(auto-fit, minmax(max(180px, 19%), 1fr));
}
.kpi-row.cols-6 {
  grid-template-columns: repeat(auto-fit, minmax(max(180px, 15.5%), 1fr));
}
.kpi-row.cols-7 {
  grid-template-columns: repeat(auto-fit, minmax(max(180px, 13%), 1fr));
}
.kpi-row.cols-8 {
  grid-template-columns: repeat(auto-fit, minmax(max(180px, 11.5%), 1fr));
}
.kpi-row.cols-9 {
  grid-template-columns: repeat(auto-fit, minmax(max(180px, 10%), 1fr));
}
.kpi-row.cols-10 {
  grid-template-columns: repeat(auto-fit, minmax(max(180px, 9%), 1fr));
}

/* src/styles.css */
@font-face {
  font-family: Final-Draft-Heavy;
  src: url(/assets/font/Final-Draft-Heavy.ttf);
}
@font-face {
  font-family: "Courier Prime";
  src: url(/assets/font/Courier_Prime/CourierPrime-Regular.ttf);
}
@font-face {
  font-family: "Courier Prime";
  src: url(/assets/font/Courier_Prime/CourierPrime-Bold.ttf);
  font-weight: bold;
}
html,
body {
  height: 100%;
}
body {
  overflow: hidden;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
:root {
  --yellow: #f6fa8f;
  --blue: #19cffa;
  --light-blue: #8ce7fd;
  --green: #04feaa;
  --red: #ed4079;
  --purple: #a74bc7;
  --dark-grey: #13181e;
  --light-grey: #c1c1c1;
  --black: #0a0a0a;
  --white: #e6e6e6;
  --orange: #ff963c;
  --lilac: #e0b0ff;
  --light-green: #b6fe04;
  --light: #f0f1f4;
  --dark: #26282a;
  --light-grey: #f9f9f9;
  --scn-partiality: #848e8d;
  --font-title: 0.7em;
  --font-value: 1.3em;
  --font-secondary: 0.9em;
  --shadow-card:
    0px 1px 1px -2px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  --shadow-button: 1px 2px 2px #00000075;
  --default-border-radius: 6px;
  --default-density: 6px;
  --mdc-linear-progress-track-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
.mat-icon {
  font-family: "Material Icons Outlined";
}
.opposite-header {
  background-color: var(--opposite-header);
  color: var(--opposite-text);
}
.bg-produced,
.bg-shoot,
.bg-closed,
.bg-proj-closed,
.bg-night-int,
.td-green,
.bg-green {
  background-color: var(--green) !important;
  color: var(--dark-grey) !important;
}
.bg-proj-on-hold {
  background-color: #555 !important;
}
.bg-proj-dev {
  color: var(--dark-grey) !important;
}
.bg-day-int,
.td-white,
.bg-white {
  background-color: white !important;
  color: var(--dark-grey) !important;
}
.td-inverted,
.bg-inverted {
  background-color: var(--opposite-bg) !important;
  color: var(--background) !important;
}
.bg-schedule,
.bg-open,
.bg-proj-preprod,
.bg-night-ext,
.bg-blue {
  background-color: var(--blue) !important;
  color: var(--dark-grey) !important;
}
.bg-repeated,
.bg-purple,
.bg-published {
  background-color: var(--purple) !important;
  color: var(--dark-grey) !important;
}
.bg-notproduced,
.bg-canceled,
.td-red,
.bg-proj-deleted,
.bg-red,
.bg-rejected {
  background-color: var(--red) !important;
  color: var(--dark-grey) !important;
}
.bg-toRepeat,
.bg-called,
.td-yellow,
.bg-proj-prod,
.bg-day-ext,
.bg-yellow {
  background-color: var(--yellow) !important;
  color: var(--dark-grey) !important;
}
.bg-proj-in-wrapp {
  background-color: var(--orange) !important;
  color: var(--dark-grey) !important;
}
.bg-partiality {
  background-color: var(--scn-partiality) !important;
  color: var(--dark-grey) !important;
}
.td-orange,
.bg-forPost,
.bg-orange,
.bg-in-approval {
  background-color: var(--orange) !important;
  color: var(--dark-grey) !important;
}
.bg-proj-post {
  background-color: var(--purple) !important;
}
.bg-default-body {
  background-color: var(--default-body);
}
.color-black {
  color: var(--black) !important;
}
.mat-typography h3 {
  margin: 0;
}
* {
  scrollbar-width: auto;
  scrollbar-color: #808080b3;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
*::-webkit-scrollbar-thumb {
  background-color: #808080b3;
  border-radius: 6px;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
.flex-grow {
  flex: 1;
}
.row.cols-equal-height {
  display: flex !important;
  flex-flow: wrap !important;
}
.o-auto {
  overflow: auto;
}
.auto {
  margin: 0 auto;
}
.aLeft {
  text-align: left;
}
.aRight {
  text-align: right;
}
.aCenter {
  text-align: center;
}
.aJustify {
  text-align: justify;
}
.relative {
  position: relative !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 1.5rem !important;
}
.pl-0-5 {
  padding-left: 0.5rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 1.5rem !important;
}
.pl-3 {
  padding-left: 2rem !important;
}
.pr-0-5 {
  padding-right: 0.5rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 1.5rem !important;
}
.pr-3 {
  padding-right: 2rem !important;
}
.m-0 {
  margin: 0 !important;
}
.mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-2 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.gap-container {
  margin-bottom: 0.375rem !important;
}
.mb-0-5 {
  margin-bottom: 0.5rem !important;
}
.mb-def {
  margin-bottom: var(--default-density);
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-0-5 {
  margin-top: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 1.5rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-0-5 {
  margin-left: 0.5rem !important;
}
.ml-1-5 {
  margin-left: 1.5rem !important;
}
.mr-0-5 {
  margin-right: 0.5rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-auto {
  width: auto !important;
}
.h-100 {
  height: 100%;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.active,
.mdc-icon-button.active {
  color: var(--accent-color);
}
.pointer {
  cursor: pointer !important;
}
.rotate180 {
  transform: rotate(180deg);
}
.maxh-100 {
  max-height: 100% !important;
}
.inline-block {
  display: inline-block !important;
}
.hide {
  display: none !important;
}
.hidden {
  visibility: hidden !important;
}
.hide-accordion-mobile {
  display: block !important;
}
.hide-btn-desktop {
  display: none !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  max-height: none !important;
}
.bold {
  font-weight: bold;
}
.px10 {
  font-size: 10px;
}
.flex {
  display: flex;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.column {
  flex-flow: column;
}
.flex.align-center {
  align-items: center;
}
.flex.justify-content-start {
  justify-content: flex-start;
}
.flex.justify-content-end {
  justify-content: flex-end;
}
.flex.align-baseline {
  align-items: baseline;
}
.flex.align-flex-end {
  align-items: flex-end;
}
.flex.align-flex-start {
  align-items: flex-start;
}
.flex.align-flex-center {
  align-items: center;
}
.flex.justify-space-around {
  justify-content: space-around;
}
.flex.justify-space-between {
  justify-content: space-between;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-end {
  justify-content: end;
}
.flex.small-gap {
  gap: 10px;
}
.uppercase {
  text-transform: uppercase !important;
}
.outlined-icon {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
}
.body {
  display: block;
  height: 100%;
  overflow: hidden;
}
.block-text-center {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.blocked {
  opacity: 0.45;
  cursor: not-allowed !important;
  color: inherit !important;
}
.opacity-half {
  opacity: 0.5;
}
.viewheader {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding-top: 6px;
  margin-bottom: 8px;
}
.viewheader h1 {
  font-size: 32px;
  margin: 0px;
}
.viewheader .breadcrump {
  font-size: 12px;
  margin-bottom: 5px;
}
.viewheader .breadcrump ul li {
  display: inline-block;
  margin: 0px 2px;
}
.viewheader .breadcrump ul li:hover:not(:last-child) {
  cursor: pointer;
  color: var(--yellow);
}
.viewheader .breadcrump ul li:last-child:after {
  content: "";
}
.viewheader .breadcrump ul li:after {
  content: "/";
  margin-left: 5px;
}
.viewContent {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.viewheader + .viewContent {
  height: calc(100% - 63px);
}
.data-container {
  display: inline-block;
  background-color: var(--default-body);
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: var(--default-border-radius);
}
.data-container.not-bg {
  background-color: initial !important;
}
.data-container.content-page.not-bg > .data-body {
  background-color: initial;
}
.loader-absolute .popup-container {
  position: absolute !important;
  left: 3px !important;
}
.data-container .data-header,
.content-page .data-header {
  display: inline-block;
  width: 100%;
  height: 32px;
  background-color: var(--default-header);
  text-align: left;
  padding: 0 6px;
  position: relative;
  align-content: center;
  border-radius: var(--default-border-radius) var(--default-border-radius) 0 0;
}
.data-container .data-body .data-sub-header {
  display: flex;
  width: 100%;
  height: 36px;
  background-color: var(--background);
  text-align: left;
  padding: 9px;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
}
.data-container .data-header.not-visible,
.content-page .data-header.not-visible {
  position: absolute;
  left: 9999em;
  z-index: 0;
}
.data-container .data-header.edit-mode,
.data-container .data-header.edit-mode .mat-mdc-button.mat-mdc-button-base:not(:disabled),
header.edit-mode,
.main-table-paginator.edit-mode,
.paginator.edit-mode {
  background-color: var(--yellow) !important;
  color: var(--dark-grey) !important;
}
.data-container .data-header .accordeon {
  position: absolute;
  top: 0px;
  right: 65px;
}
.data-container .data-header .button-container {
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
.data-container .data-header .button-container.top-header,
.button-container.top-header {
  position: fixed;
  top: 0;
  right: 43px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.content.active-one-bot .data-container .data-header .button-container.top-header,
.content.active-one-bot .button-container.top-header {
  right: 78px;
}
.data-header h3 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.data-container .header-page .top-button {
  position: fixed;
  top: 40px;
  right: 42px;
  height: 40px;
}
.content .top-header.gap-top {
  right: 84px !important;
}
.content.active-one-bot .top-header.gap-top {
  right: 122px !important;
}
.headerbuttons {
  display: flex;
  align-items: center;
}
.data-container .data-header .button-container .accordeon {
  display: inline-flex;
  align-items: center;
  position: relative;
  right: auto;
  height: 100%;
}
.button-container .search-bar,
.search-bar {
  background-color: var(--surface-color);
  color: var(--color-second-text);
  border: none;
  border-radius: 2px;
  padding: 3px 5px;
}
.data-container .loader,
.content-page .loader,
.loader.loader-center,
.loader.loader-full {
  width: 100%;
  display: flex;
  height: calc(100% - 30px);
  align-items: center;
  justify-content: center;
}
.loader.loader-full {
  position: absolute;
  background: var(--background);
  z-index: 110;
  height: 100%;
}
.data-container .data-header:not(.not-visible) + .loader {
  height: calc(100% - 36px);
}
.data-container .data-body {
  position: relative;
  height: 100%;
  overflow: auto;
}
.data-container .data-header:not(.not-visible) + .data-body {
  height: calc(100% - 36px);
  min-height: 50px;
}
.data-container .data-body.text {
  padding: 6px;
}
.data-container .data-body.text > p {
  margin: 0;
  text-align: left;
  font-size: 12px;
}
.data-container .data-body.standalone-legends {
  height: calc(100% - 30px);
}
.data-container .data-header:not(.not-visible) + .data-body.standalone-legends {
  height: calc(100% - 65px);
}
.data-container .data-body.legend-body {
  display: flex;
  flex-flow: column;
}
.data-container .data-body .data-content-grid {
  display: block;
  height: auto;
}
.data-container .data-body .data-content-grid.open-map {
  display: grid;
  grid-template-columns: 20% 80%;
  height: 100%;
}
.data-container .data-body .data-content-grid.open-map .list-obj:hover,
.data-container .data-body .data-content-grid.open-map .list-obj.active {
  color: #4fc3f7;
}
.data-container .data-body .data-content-grid.open-map .list-obj {
  cursor: pointer;
  border-bottom: 1px solid white;
}
div.mat-mdc-paginator-container,
div.mat-mdc-paginator-page-size,
div.mat-mdc-paginator-range-actions {
  height: 42px;
  min-height: 42px;
}
.mat-mdc-paginator-page-size {
  align-items: center !important;
}
.data-body ul {
  padding: 4px;
}
.data-body ul.table-list li {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 4px;
}
.data-body ul.table-list .drag-option-container li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.data-body ul.table-list li span {
  float: right;
  text-align: right;
}
h4 {
  margin: 0 !important;
}
input {
  text-transform: uppercase;
}
.input-date-hidden {
  width: 1px;
  visibility: hidden;
  position: absolute !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.mat-mdc-form-field.field-150 .mat-mdc-form-field-infix {
  width: 150px !important;
}
.mat-mdc-form-field.field-200 .mat-mdc-form-field-infix {
  width: 200px !important;
}
.timeInputWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
button.sm {
  font-size: 12px;
}
.timeInput {
  width: calc(50% - 5px);
}
.timeInputHours {
  width: calc(33% - 5px);
}
.timeInput input,
.timeInputHours input {
  width: 100%;
  text-align: center;
}
.timeDivider {
  font-size: 14px;
  font-weight: bold;
}
.mat-mdc-select-panel-done-animating {
  background: #20252e;
}
.mat-mdc-select-panel .mat-mdc-option.mat-selected:not(.mat-mdc-option-multiple) {
  background: var(--dark-grey);
}
.dark-theme .mat-mdc-form-field.ng-invalid.ng-untouched .mat-input-element {
  caret-color: var(--yellow);
}
.mat-mdc-input-element[type=time]::after {
  display: none;
}
.dark-theme .mat-mdc-form-field.ng-invalid.ng-untouched .mat-mdc-form-field-label {
  color: var(--yellow);
}
.dark-theme .mat-mdc-form-field.mat-mdc-form-field-appearance-legacy.ng-invalid.ng-untouched .mat-form-field-underline {
  background-color: var(--yellow);
}
mat-label {
  display: inline-block;
}
.mat-radio-content {
  text-align: left;
}
.scene-strip,
.list-obj {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: left;
}
.banner-scene,
.comment-scene {
  min-height: 40px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: var(--opposite-bg);
  color: var(--background);
  font-size: 12px;
  box-shadow:
    1px 0 0 0 var(--background),
    0 1px 0 0 var(--background),
    1px 1px 0 0 var(--background),
    0px 0 0 0 var(--background) inset,
    0 1px 0 0 var(--background) inset;
}
.comment-scene {
  background-color: var(--default-header);
  color: var(--color-text);
}
.banner-scene.small,
.comment-scene.small {
  font-size: 11px;
}
.banner-scene > .text-banner,
.comment-scene > .text-banner {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: left;
  padding: 6px;
}
.scene-strip {
  position: relative;
  padding: 1px 0;
  background-color: var(--default-body);
  margin-bottom: 1px;
}
.scene-strip.flex {
  display: flex;
}
.scene-strip.highlighted {
  background-color: var(--yellow) !important;
  color: var(--dark-grey) !important;
}
.mark-strip {
  position: absolute;
  right: 0px;
  top: 0;
  width: 10px;
  height: 100%;
}
.mark-strip.partiality {
  background-color: var(--scn-partiality) !important;
  color: var(--dark-grey) !important;
}
.scene-strip.flex .mark-strip,
.box.scene-strip .mark-strip {
  width: 30px;
  position: initial;
  height: auto;
  right: auto;
  top: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px 3px;
  margin-left: 6px;
  writing-mode: tb-rl;
  font-size: 11px;
}
.box.scene-strip .mark-strip {
  padding: 2px;
}
.scene-strip.flex .mark-strip {
  border-left: 2px solid var(--background);
}
.expand-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  right: 0;
  top: 0;
  height: calc(100%);
  width: 6px;
  background-color: var(--opposite-bg);
  cursor: pointer;
  z-index: 1;
}
.expand-button .line {
  height: 50px;
  border: 1px solid var(--background);
  margin: 1px;
}
.scene-strip.flex .mark-strip > * {
  font-size: 11px;
  word-break: break-word;
  hyphens: auto;
}
.scene-strip.flex .mark-strip.sm {
  padding: 3px;
  font-size: 10px;
}
.info-widget .hover-mark-strip,
.mark-strip .hover-mark-strip {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: 150px;
  min-width: 180px;
  overflow: auto;
  z-index: 1;
}
.mark-strip .hover-mark-strip {
  left: -150px;
  width: 140px;
}
.info-widget .hover-mark-strip {
  top: -8px;
  transform: none;
  right: 25px;
}
.info-widget .hover-mark-strip p,
.mark-strip .hover-mark-strip p {
  font-size: 12px;
  margin-bottom: 6px;
}
.info-widget .hover-mark-strip p {
  white-space: normal;
}
.info-widget .hover-mark-strip p:last-child,
.mark-strip .hover-mark-strip p:last-child {
  margin-bottom: 0;
}
.info-widget:hover .hover-mark-strip,
.mark-strip:hover .hover-mark-strip {
  display: block;
  writing-mode: initial;
}
.mark-strip.small {
  width: 6px;
}
.list-obj {
  position: relative;
  padding: 10px 6px;
}
.list-obj .info .row-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 2px 0px;
}
.list-obj .info .row-info span {
  width: 50%;
}
.list-obj .info-options {
  position: absolute;
  top: 4px;
  right: 0;
}
.list-obj .info-options button {
  display: block;
}
.list-item {
  position: relative;
}
.list-item .info-options {
  position: absolute;
  top: 42%;
  right: 0;
  transform: translateY(-50%);
}
.color-red {
  color: var(--red) !important;
}
.color-yellow {
  color: var(--yellow) !important;
}
.color-green {
  color: var(--green) !important;
}
.btn-delete:hover .mat-icon {
  color: var(--blue);
}
.color-blue {
  color: var(--blue);
}
.scene-strip:not(.box):nth-child(even),
.list-obj:nth-child(even) {
  background-color: var(--default-body);
}
h3.scn-header,
h4.scn-header {
  margin-bottom: 2px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scn-header > p {
  font-size: 16px;
}
.scn-header > p:not(:last-child) {
  margin-bottom: 6px;
}
.scn-header > p:last-child {
  margin-bottom: 0;
}
.scn-header-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  display: grid;
}
.scn-header-wrapper.space {
  padding-right: 5px;
}
.scn-header-wrapper .time-wrapper {
  display: flex;
  min-width: 70px;
  justify-content: space-between;
  margin-left: 12px;
}
.scn-header-wrapper .time-wrapper > *:first-child {
  margin-left: 6px;
  white-space: nowrap;
}
.cast-list {
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.scn-description {
  display: inline-block;
  width: 100%;
}
.scn_actions {
  display: inline-block;
  float: left;
  width: 30px;
  text-align: center;
}
.scn-content {
  display: inline-block;
  width: calc(100% - 100px);
  padding: 6px 0px;
}
.scn-content-det {
  display: inline-block;
  width: calc(100% - 100px);
  padding: 6px 0px;
}
.time-wrapper {
  padding: 3px;
}
.time-wrapper .info-widget {
  position: relative;
  display: flex;
  align-items: center;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background-color: white;
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: bold;
  line-height: 10px;
  justify-content: center;
  cursor: pointer;
}
.preview-calendar .info-widget {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
  margin-right: 10px;
  border-radius: 4px 0 0 4px;
}
.scene-strip .scn-header-wrapper .info-widget:hover {
  background-color: var(--yellow);
}
.mat-mdc-progress-bar.ow-progress {
  border-radius: 3px;
  text-align: left;
}
.full-screen {
  position: fixed !important;
  top: 44px;
  left: 4px;
  background-color: transparent;
  width: calc(100% - 8px);
  height: calc(100% - 44px - 22px) !important;
  z-index: 109;
}
.content-screen {
  width: 100%;
  height: 100%;
}
.full-screen.bg {
  background-color: var(--background);
}
.mat-mdc-raised-button.primary.btn-add {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 300px;
  width: 85%;
  transform: translate(-50%, -50%);
}
.mat-mdc-raised-button.small-button {
  width: auto;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
}
.text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sticky {
  position: sticky;
}
input.styleInput,
input.styleInput:focus {
  background: transparent;
  border: none;
  font-size: 12px;
  border-bottom: solid 1px var(--opposite-bg);
  font-family: "Roboto", sans-serif;
  padding: 0px;
  padding-bottom: 2px;
  margin: 0px;
}
.dark-theme input.styleInput {
  color: white;
}
input.styleInput:focus {
  border-bottom: solid 2px var(--blue);
  outline: none;
}
input.styleInput:invalid {
  border-bottom: solid 2px var(--red);
  outline: none;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.owl-theme .owl-dots .owl-dot span {
  background: inherit;
  border: 1px solid white;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blue);
  border: 1px solid #13a8ca;
}
.contextmenuConteiner {
  z-index: 1000;
  height: 100%;
  width: 100%;
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.35);
  left: 0;
  top: 0;
}
.contextmenuConteiner.fixSides {
  left: 50%;
  top: -23px;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, 0);
}
.guide-context-container {
  z-index: 1000;
  height: 100%;
  width: 100%;
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  cursor: pointer;
}
.guide-context {
  position: fixed;
  cursor: default;
  box-shadow: 0 0 0 99em rgb(0 0 0 / 80%);
}
.guide-context-text {
  position: fixed;
  min-width: 100px;
  max-width: 400px;
  transform: translateX(-50%);
  background-color: var(--background);
  padding: 6px;
}
.contextmenu {
  position: fixed;
  display: inline-block;
  background: var(--background);
  color: var(--color-text);
  box-shadow: 2px 2px 8px rgb(11, 15, 20);
  padding: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  text-align: left;
  border-radius: 3px;
  height: auto;
  max-height: 400px;
  min-width: 100px;
  overflow-y: auto;
  z-index: 2;
}
.contextmenu ul {
  margin-bottom: 6px;
  height: 0.9rem;
}
.contextmenu ul:last-child {
  margin-bottom: 6px;
  line-height: 1.2;
}
.contextmenu ul:hover {
  cursor: pointer;
  color: var(--color-principal);
}
.filter-contextmenu {
  position: fixed;
  background: var(--surface-color);
  box-shadow: 2px 2px 4px rgb(0 0 0 / 47%);
  font-size: 11px;
  border-radius: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 150px;
  width: auto;
  max-width: 225px;
}
.filter-contextmenu.transparent {
  background: var(--surface-transparent);
  backdrop-filter: blur(3px);
}
.filter-container {
  height: 100%;
  position: relative;
  cursor: default;
  min-width: 150px;
}
.filter-container .data-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-container .data-header p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.filter-container .data-body {
  display: flex;
  align-items: center;
  height: calc(100% - 25px);
}
.filter-container .filter-form {
  width: 100%;
}
td .mat-icon.more-options {
  color: var(--blue);
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
td .mat-icon.more-options:hover {
  color: var(--accent-color);
}
.filter-cdk-overlay {
  display: none;
  position: fixed;
  z-index: 1001;
}
.filter-mat-select,
.filter-mat-select.mat-mdc-select-search-panel {
  min-width: 160px !important;
}
.filter-mat-select .mat-pseudo-checkbox-checked::after {
  top: 2px;
  left: 0px;
}
.filter-mat-select .mat-select-search-inside-mat-option .mat-select-search-input {
  font-size: 10px !important;
}
.filter-mat-select.options-checkbox .mat-slide-toggle {
  transform: scale(0.75);
}
.no-result .mat-mdc-option-pseudo-checkbox {
  display: none !important;
}
.ratio-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(240, 240, 240);
}
.ratio-box .image-ratio {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.ratio-box .image-ratio.error-img,
.error-img {
  object-fit: contain;
  background-color: #ffffff;
}
.error-alert {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 6px;
  margin: 5px 0px;
  background: var(--red);
  text-align: left;
  font-size: 12px;
}
.div-mat-error {
  position: absolute;
  top: calc(100% + 6px);
  font-size: 9px;
  color: var(--red) !important;
}
.loader-img {
  background-image: url(/../assets/img/loading-medium.gif);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.loader-img.full {
  height: 100vh;
  background-size: auto;
}
.data-body.body-card {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.data-body.body-card.start {
  align-items: flex-start;
  padding: 0 6px;
}
.body-card .desc {
  font-size: 10px;
  margin-bottom: 0;
}
.body-card .value {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.desktop {
  display: flex !important;
}
.mobile {
  display: none !important;
}
.fraction {
  font-size: 13px;
  position: relative;
  margin-left: 5px;
}
.fraction.small,
p.small {
  font-size: 10px;
}
.dashboard-card .fraction.small {
  font-size: 10px;
  top: -2px;
}
.no-record {
  padding: 1rem 6px;
  position: sticky;
  left: 0;
}
.grid-container.fullscreen {
  font-size: 18px !important;
}
.dashboard-container {
  gap: 6px;
}
.dashboard-card {
  position: relative;
  display: flex;
  height: 100%;
  padding: 6px;
  flex-flow: column;
  background-color: var(--default-body);
  border-radius: var(--default-border-radius);
}
.dashboard-card .card-header {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.dashboard-card .card-header .button-container {
  display: flex;
  align-items: center;
}
.dashboard-card .desc.small {
  font-weight: initial;
}
.dashboard-card .card-body {
  height: calc(100% - 30px);
  flex: 1;
  display: flex;
  flex-flow: column;
}
.dashboard-card .card-body .value-desc.fullscreen {
  font-size: var(--font-value);
}
.dashboard-card.info-box .card-body {
  display: flex;
  flex-flow: column;
}
.dashboard-card.info-box .card-body .value-desc {
  font-weight: 500;
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 6px;
}
.dashboard-card.info-box .info-bottom,
.data-body.legend-body .info-bottom,
.standalone.info-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  position: sticky;
  bottom: 0;
}
.filter-mat-select.options-checkbox .mat-mdc-option .line-buttons,
.config-select .line-buttons {
  display: flex;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  font-size: 10px;
}
.data-body.legend-body .info-bottom,
.standalone.info-bottom {
  font-size: 18px;
  padding: 8px 6px;
}
.dashboard-card.info-box .info-bottom.center,
.data-body.legend-body .info-bottom.center,
.standalone.info-bottom.center,
.info-bottom.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-bottom.right {
  justify-content: flex-end !important;
  display: flex;
  align-items: center;
}
.graph-legend.line-scroll {
  overflow: auto;
  white-space: nowrap;
}
.grow-graph {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-container .bars-wrapper {
  flex: 1;
  max-height: 100%;
}
.dashboard-container .bars-wrapper.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.dashboard-container .bars-wrapper.center > * {
  width: 100%;
}
.dashboard-container.fullscreen .bars-wrapper {
  padding: 1.5em;
}
.graph-legend {
  display: flex;
  padding: 0 0.188em;
}
.graph-legend.vertical {
  flex-flow: column nowrap;
  align-items: flex-start;
}
.graph-legend.horizontal {
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.graph-legend.horizontal.wrap {
  flex-flow: row wrap;
}
.graph-legend.horizontal .legend-item.gap {
  margin: 0 3px;
}
.graph-legend .legend-item {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.graph-legend .legend-item .circle {
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  margin: 0 3px;
}
.graph-legend .legend-item .square {
  border-radius: 0 !important;
}
.graph-legend .legend-item .circle.big {
  height: 0.7em;
  width: 0.7em;
}
.graph-legend .legend-item .circle.black {
  background-color: #000000;
}
.graph-legend .legend-item .circle.green {
  background-color: var(--green);
}
.graph-legend .legend-item .circle.light-green {
  background-color: var(--light-green);
}
.graph-legend .legend-item .circle.yellow {
  background-color: var(--yellow);
}
.graph-legend .legend-item .circle.white {
  background-color: white;
}
.export-graph .graph-legend .legend-item .circle.white {
  background-color: 6a6a6a !important;
}
.export-graph .graph-legend label.mdc-label {
  color: #333 !important;
}
.graph-legend .legend-item .circle.orange {
  background-color: var(--orange);
}
.graph-legend .legend-item .circle.lilac {
  background-color: var(--lilac);
}
.graph-legend .legend-item .circle.blue {
  background-color: var(--blue);
}
.graph-legend .legend-item .circle.red {
  background-color: var(--red);
}
.graph-legend .legend-item .circle.purple {
  background-color: var(--purple);
}
.graph-legend .legend-item .circle.grey {
  background-color: #6a6a6a;
}
.graph-legend .legend-item .circle.partiality {
  background-color: var(--scn-partiality);
}
.graph-legend .graph-legend-button {
  width: 100%;
  margin: 6px 0;
  position: relative;
  height: 16px;
}
.graph-legend .graph-legend-button .mat-mdc-icon-button {
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.graph-legend .graph-legend-button.hidden {
  visibility: hidden;
}
.dashboard-card .desc {
  margin-bottom: 0;
}
.legend-bars .legend-item {
  margin-bottom: 3px;
  display: flex;
  width: 100%;
}
.legend-bars .legend-item.title {
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.legend-bars .legend-item .wrapper-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.legend-bars .legend-item .wrapper-item .name-item {
  margin-right: 1rem;
  text-align: left;
}
.graph-legend.legend-bars .legend-item .circle {
  height: 0.75em;
  width: 0.75em;
}
.project-home .legend-bars,
.body-page .legend-bars,
.dashboard-container .legend-bars {
  font-size: 16px;
}
.dashboard-container.fullscreen .legend-bars {
  font-size: 18px;
}
.text.blue {
  color: var(--blue);
}
.text.yellow {
  color: var(--yellow);
}
.text.orange {
  color: var(--orange);
}
.text.green {
  color: var(--green) !important;
}
.text.red {
  color: var(--red);
}
.text.purple {
  color: var(--purple);
}
.text.grey {
  color: #6a6a6a;
}
.text-partiality {
  color: #848e8d;
}
.text.lilac {
  color: var(--lilac);
}
.highlight {
  position: relative;
  border-radius: 3px;
  padding: 0px 1px;
  background-blend-mode: multiply;
}
.highlight.blue {
  background-color: var(--blue);
  color: var(--dark-grey);
}
.highlight.yellow {
  background-color: var(--yellow);
  color: var(--dark-grey);
}
.highlight.green {
  background-color: var(--green);
  color: var(--dark-grey);
}
.ow-tooltip {
  font-size: 12px;
  font-weight: bold;
  border-radius: var(--default-border-radius);
  box-shadow: 1px 2px 3px 2px #0000006b;
}
.ow-tooltip.tooltip-error .mdc-tooltip__surface {
  color: var(--red) !important;
}
.ow-tooltip.user-multiple {
  white-space: pre-line;
  font-size: 11px;
  line-height: 1.5;
}
.header-children + * .cdk-overlay-pane {
  margin-top: -35px;
}
.badge {
  font-size: 10px;
  border-radius: 6px;
  padding: 2px 6px;
  margin: 3px 6px;
  display: inline-block;
}
.badge.red {
  background-color: var(--red);
}
.mat-custom-date-class {
  background: #314f5d;
  border-radius: 100%;
}
.info-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 92px;
  padding: 3px 12px;
}
.info-card p,
.info-card h2 {
  margin: 0;
  line-height: 1.2;
}
.info-card h2.value-desc,
.info-card .grow {
  flex: 1;
  display: flex;
  font-size: 23px;
  align-items: center;
}
.info-card p.card-header {
  font-size: 11px;
}
.info-card p.card-bottom {
  font-size: 10px;
}
.hr-menu {
  border: 1px solid var(--blue);
  margin: 0;
}
.note-container {
  white-space: normal;
  text-align: justify;
  position: relative;
  display: flex;
  align-items: center;
}
.note-container p.note {
  margin: 0;
}
.note-container p.user-note {
  font-style: italic;
  font-size: 10px;
  margin-bottom: 4px;
}
.context-trigger {
  position: fixed;
}
.label-sm {
  font-size: 10px;
}
.ow-snackbar {
  white-space: pre-wrap;
}
.ow-snackbar-alert {
  white-space: pre-wrap;
  color: #ffffff !important;
  background-color: var(--red) !important;
}
.ow-snackbar-alert > .mdc-snackbar__surface {
  background-color: var(--red) !important;
}
.ow-snackbar-alert .mdc-snackbar__label {
  color: #ffffff !important;
}
.config-select {
  position: sticky;
  top: 31px;
  height: 30px;
  z-index: 2;
  background: var(--black);
  display: flex;
  align-items: center;
  font-size: 10px !important;
  padding: 0 16px;
  color: #fff;
  justify-content: space-between;
}
.config-select * {
  font-size: 10px !important;
}
.box {
  display: inline-block;
  box-shadow:
    1px 0 0 0 rgb(100, 100, 100),
    0 1px 0 0 rgb(100, 100, 100),
    1px 1px 0 0 rgb(100, 100, 100),
    1px 0 0 0 rgb(100, 100, 100) inset,
    0 1px 0 0 rgb(100, 100, 100) inset;
  width: 100%;
  padding: 3px;
}
.box.scene-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scene-strip-detail {
  padding: 5px;
}
.box.scene-strip > .title,
.scene-strip-detail .title {
  font-weight: bold;
  margin-bottom: 3px;
}
.box.scene-strip > .small,
.scene-strip-detail .small {
  font-size: 11px;
  margin: 0;
}
.grid-compare-totals {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 6px;
  margin-bottom: 6px;
}
.table-comparatives {
  height: 350px;
  margin-left: -12px;
  margin-right: -6px;
  margin-bottom: 6px;
  font-size: 11px;
}
.grid-compare-totals > .info-project {
  background-color: var(--default-body);
}
.compare-container {
  margin-top: 6px;
  height: auto;
}
.resize-handle-left,
.resize-handle-right {
  position: absolute;
  height: 100%;
  cursor: col-resize;
}
.resize-handle-left {
  left: 0;
}
.resize-handle-right {
  right: 0;
}
.cdk-drag-preview .hide-on-preview,
.cdk-drag-placeholder .hide-on-preview {
  display: none !important;
}
.grid-legends {
  display: grid;
  grid-template-columns: 6fr 4fr;
}
.breadcrumb-card {
  text-align: left;
  font-size: 12px;
  padding-bottom: 3px;
  font-weight: bold;
}
.breadcrumb-card > span a {
  cursor: pointer;
}
.breadcrumb-card > span * {
  vertical-align: middle;
}
.buttons-pagination-opt {
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: column;
}
.buttons-pagination-opt p {
  font-size: 12px;
  margin-bottom: 6px;
  margin-right: 6px;
  text-align: right;
  color: #7e7d7d;
  cursor: pointer;
}
.buttons-pagination-opt p.active {
  color: var(--color-text);
}
header {
  background-color: var(--default-header);
}
.light-theme header {
  background-color: var(--light-blue);
}
.tabs-group {
  width: 100%;
  display: flex;
  height: 25px;
}
.boundary-units {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.error-response {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  color: #ffffff;
  padding: 6px;
  margin: 5px;
  background: var(--red);
  font-size: 15px;
}
.toggle-panel-left,
.toggle-panel-horizontal {
  background-color: var(--opposite-bg);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  float: left;
  display: flex;
}
.toggle-panel-left {
  height: 100%;
  width: 20px;
  justify-content: center;
}
.toggle-panel-horizontal {
  height: 24px;
  width: 100%;
}
.toggle-panel-horizontal .mat-icon,
.toggle-panel-left .mat-icon {
  color: var(--background) !important;
  font-size: 20px;
}
.toggle-panel-horizontal .mat-icon {
  transform: rotate(-90deg);
  margin-left: 5px;
}
.toggle-panel-left .mat-icon {
  margin-top: 5px;
}
.border-radius-left {
  border-radius: 6px 0 0 6px;
}
.border-radius-bottom {
  border-radius: 0 0 6px 6px;
}
.center-element-transform {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-element-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cdk-virtual-scroll-content-wrapper {
  position: relative !important;
}
.options-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px;
}
.search-filter-panel {
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  padding: 1px;
  flex-wrap: wrap;
  justify-content: center;
}
.search-filter-panel > button {
  height: 25px !important;
  width: 25px !important;
  line-height: 25px !important;
}
.search-filter-panel .search {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--opposite-bg);
  text-align: center;
  padding: 0 5px;
  width: 250px;
  font-size: 10px;
  height: 20px;
}
.search-filter-panel .search::placeholder {
  color: var(--opposite-bg);
}
.search-filter-panel .search:focus::placeholder,
.search-filter-panel .search:hover::placeholder {
  opacity: 0.5;
}
.search-filter-panel .mat-mdc-form-field.crumb {
  width: 170px !important;
  height: 20px;
  padding: 0 10px;
}
.search-filter-panel .search-filter-panel-item {
  border-right: 1px solid var(--opposite-bg);
}
.options-top-right button {
  background-color: transparent;
  border: 1px solid var(--opposite-bg);
  color: var(--opposite-bg);
  padding: 5px 30px;
  height: 30px;
  margin: 5px;
  cursor: pointer;
}
.options-top-right button:hover {
  border: 1px solid var(--blue);
  color: var(--blue);
}
.drag-option-container {
  position: relative;
}
.drag-option-container > div:first-child,
.drag-option-container > li:first-child {
  z-index: 1;
  display: block;
  position: relative;
}
.drag-option-container .drag-options {
  position: absolute;
  right: 0;
  top: 0;
  height: 96%;
  margin-top: 1px;
}
.drag-options .mat-mdc-icon-button.mat-mdc-button-base {
  background-color: #000000;
  height: 100%;
}
.drag-options .mat-mdc-icon-button .mat-icon {
  color: white;
}
.mat-calendar-body-cell {
  border-radius: 100%;
  transform: scale(0.9);
}
.bg-open .mat-calendar-body-cell-content,
.bg-called .mat-calendar-body-cell-content,
.bg-closed .mat-calendar-body-cell-content {
  color: var(--dark-grey) !important;
}
.mat-calendar-body-selected {
  background-color: var(--opposite-bg);
}
.continuity-container .header-taps {
  display: flex;
  height: 35px;
  justify-content: space-between;
  background-color: var(--background);
  margin-bottom: 5px;
}
.continuity-container .header-taps h5 {
  width: 100%;
  border-bottom: 1px solid #000;
  height: 100%;
  padding: 5px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
}
.continuity-container .header-taps .taps {
  display: flex;
}
.continuity-container .taps .tap {
  border: 1px solid #000000;
  cursor: pointer;
  background-color: var(--background);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 150px;
  border-radius: 5px 5px 0 0;
}
.continuity-container .taps .tap:hover,
.continuity-container .tap.tap-active {
  background-color: var(--default-body) !important;
  box-shadow: -2px -1px 3px 0px rgb(0 0 0 / 30%), 2px -1px 3px rgb(0 0 0 / 30%);
  z-index: 2;
}
.continuity-container .tap.tap-active {
  border-bottom: none !important;
}
.form-structure-container .mat-mdc-form-field-infix,
.form-preview-container .mat-mdc-form-field-infix {
  width: auto;
}
.form-preview-container .box-file {
  border-radius: 7px;
}
.input-file-required .box-file,
.box-file-required {
  border-color: var(--accent-color) !important;
}
.color-picker-container {
  position: fixed;
  background-color: var(--default-body);
  box-shadow: 2px 2px 8px rgb(11 15 20);
  border-radius: 4px;
  max-height: 225px;
  z-index: 112;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: 105px;
}
.form-structure-container .focus,
.form-preview-container .preview.focus {
  border: 2px solid var(--blue);
  border-radius: 5px;
}
.legends-stripboard-scn .info-bottom {
  padding: 3px !important;
}
.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple) {
  padding-left: 44px !important;
}
.mat-mdc-optgroup-label {
  cursor: pointer;
}
.ellipsis {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden !important;
}
.p-ckeditor p {
  margin: 0;
}
.p-ckeditor a,
.type-from-header .title span a {
  color: #4fc3f7 !important;
}
.cke_chrome {
  border: none;
}
.cke_top {
  background: #101317 !important;
  border-radius: 4px 4px 0 0;
}
.cke_wysiwyg_frame {
  background: #20262e !important;
  border-radius: 0 0 4px 4px;
}
.cke_chrome {
  border-radius: 4px;
}
.cke_button__link_icon {
  filter: invert(1);
  cursor: pointer !important;
}
a.cke_button_off:hover {
  background: transparent !important;
}
.comments-container {
  background-color: var(--default-body);
  height: 100%;
  position: absolute;
  width: 0;
  top: 0;
  right: 0;
  transition: width 0.3s;
  z-index: 109;
  filter: drop-shadow(0px 0px 6px black);
  overflow: hidden;
  max-width: 100%;
}
.comments-container.open {
  width: 600px;
}
.comments-container .comments-content {
  padding: 12px 6px 0 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.comments-container .close-comments {
  background-color: #ffffff0f;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comments-container .close-comments:hover {
  background-color: #ffffff2e;
}
.comments-container .comments-header {
  padding-top: 12px;
}
.comments-container .comments-body {
  height: 100%;
  overflow: auto;
  padding-bottom: 50px;
}
.comments-container .add-comment {
  margin-bottom: 30px;
}
.comments-container .comment {
  margin-bottom: 6px;
  text-align: left;
  border: 1px solid #a8a8a8;
  border-radius: 10px;
  padding: 6px;
}
.comments-container .comment p {
  margin-bottom: 0;
  padding-left: 6px;
}
.comments-container .comment > span {
  padding-bottom: 6px;
  display: block;
  padding-left: 6px;
}
.mat-mdc-tab-group.mat-primary .mat-ink-bar {
  background-color: var(--blue);
}
.cke_dialog_body,
.cke_dialog_title,
.cke_dialog_contents,
.cke_dialog_footer {
  background: #282f3a !important;
  color: #fff !important;
  padding: 10px !important;
}
.cke_dialog_footer {
  border-top: 0 !important;
}
.cke_dialog_title {
  border-bottom: 0 !important;
}
.cke_ltr .cke_dialog_close_button {
  filter: invert(1);
}
a.cke_dialog_tab {
  background: var(--default-header) !important;
  color: #fff !important;
}
.cke_dialog_body label,
.cke_dialog_ui_labeled_required {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 11px !important;
}
.cke_dialog_ui_select,
.cke_dialog_ui_hbox_first,
.cke_resizer_ltr {
  display: none !important;
}
a.cke_dialog_ui_button_ok {
  width: 100% !important;
  background: var(--default-body) !important;
  border: solid 1px var(--green) !important;
  border-radius: 5px;
  transition: 0.3s;
}
a.cke_dialog_ui_button_ok:hover {
  background: var(--green) !important;
}
input.cke_dialog_ui_input_text {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  color: white !important;
  border-radius: 0 !important;
}
.cke_menu_panel {
  display: none !important;
}
.sweep-to-right {
  overflow: hidden;
}
.sweep-to-right > * {
  display: none;
}
.sweep-to-right::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-120%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgb(145 145 145 / 50%),
      transparent);
  animation: skeletonSweep 1.5s infinite;
}
.ow-tooltip-name-project {
  transform: translateY(10px) !important;
}
@keyframes skeletonSweep {
  100% {
    transform: translateX(120%);
  }
}
@media screen and (max-width: 1400px) {
  .body-card .value {
    font-size: 16px;
  }
  .info-card {
    width: 92px;
    padding: 3px;
  }
}
@media screen and (max-width: 770px) {
  .data-container .data-body.height-accordion-mobile {
    height: 150px;
  }
  .data-container .data-body.height-accordion-mobile.md {
    height: 330px;
  }
  .hide-accordion-mobile {
    display: none !important;
  }
  .hide-btn-desktop {
    display: inline-block !important;
  }
  .viewheader {
    height: initial;
    padding-bottom: 3px;
    padding-top: 0;
  }
  .viewheader h1 {
    font-size: 24px;
    text-align: center;
  }
  .viewheader .breadcrump {
    display: none;
  }
  .viewContent {
    height: calc(100% - 36px);
  }
  .full-screen {
    height: calc(100% - 44px - 24px) !important;
  }
  div.mat-mdc-paginator-container,
  div.mat-mdc-paginator-page-size,
  div.mat-mdc-paginator-range-actions {
    font-size: 10px;
    padding: 0;
  }
  .mat-mdc-paginator-icon {
    width: 20px !important;
  }
  .mat-mdc-paginator-range-label {
    margin: 0 2px !important;
  }
  .mat-mdc-paginator-page-size-label {
    display: none;
  }
  .button-container .search-bar {
    padding: 3px;
    font-size: 10px;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .search-filter-panel .mat-mdc-form-field.crumb {
    border-left: none;
    border-right: none;
    margin: 5px;
    border-bottom: 1px solid;
  }
}
@media screen and (max-width: 550px) {
  .viewContent {
    height: 100%;
  }
  .dashboard-container.fullscreen .bars-wrapper {
    padding: 0;
  }
}
.iconHeading {
  height: 32px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  background: #50c3f7;
  border-radius: 50%;
  margin-right: 5px;
}
.notification {
  background: var(--yellow);
  color: var(--black);
  padding: 5px;
  font-size: var(--font-title);
}
.notification.alert-notification {
  text-align: left;
  font-size: 0.9em;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.notification.alert-notification.error-notification {
  background-color: var(--red);
  color: white;
}
.notification.alert-notification h2 {
  margin-bottom: 0px;
}
.notification.alert-notification ul {
  margin-left: 21px;
  margin-bottom: 4px;
}
.hover-calendar {
  background-color: var(--default-header) !important;
  color: white !important;
  width: 250px;
  overflow: hidden;
}
.hover-calendar .line-hover-calendar {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  input[type=time].styleInput {
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    border-radius: 0;
  }
}
.tooltip-style {
  background-color: var(--default-header);
}
.shooting:hover {
  color: var(--blue);
}
.line-content-capsules {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.content-capsules-buttons {
  padding: 0.5rem 0;
}
.content-capsules-buttons mat-chip.mat-mdc-chip-selected {
  background-color: var(--green) !important;
}
.content-capsules-buttons mat-chip {
  background-color: var(--dark-grey) !important;
  padding: 7px 1.5rem;
  min-height: 40px;
  border-radius: 25px;
  font-size: 0.8rem;
  cursor: pointer;
}
.custom-icon {
  filter: invert(1);
  width: 80%;
  margin-top: -2px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.modal-container {
  background-color: var(--background);
  border-radius: 8px;
  padding: 30px 25px 20px 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 700px;
  height: auto;
  z-index: 101;
}
.modal-content {
  margin: 0;
}
.dashboard-row-options {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  margin-top: 6px;
}
.card-container {
  height: auto;
  padding: 10px 6px;
  background-color: var(--white);
  border: 1px solid var(--default-body);
  cursor: pointer;
}
.right-info {
  float: right;
  right: 2px;
}
.left-info {
  float: left;
  left: 2px;
  text-align: initial;
}
.card-transport {
  color: var(--black);
}
.card-transport .header {
  font-size: 13px;
  font-weight: bold;
  display: flow-root;
}
.card-transport .body {
  font-size: 12px;
  display: flow-root;
  margin-top: 3px;
}
.card-transport .description {
  font-size: 11px;
  display: flow-root;
}
.tr-pointer {
  cursor: pointer !important;
}
.vhc-100 {
  height: calc(100% - 6px);
}
.bg-order-new {
  background-color: var(--white) !important;
  color: var(--black) !important;
}
.bg-order-approved {
  background-color: var(--green) !important;
  color: var(--black) !important;
}
.bg-order-rejected {
  background-color: var(--red) !important;
  color: var(--black) !important;
}
.bg-order-settled {
  background-color: var(--yellow) !important;
  color: var(--black) !important;
}
.bg-order-pre-settled {
  background-color: var(--orange) !important;
  color: var(--black) !important;
}
.bg-order-in-progress {
  background-color: var(--yellow) !important;
  color: var(--black) !important;
}
.bg-order-deleted {
  background-color: var(--black) !important;
  color: var(--white) !important;
}
.tiny {
  height: 20px !important;
  width: 30px !important;
  font-size: 10px;
}
.hover-blue:hover {
  color: var(--blue) !important;
}
.light-theme .download-wrapper .mat-icon.complete {
  color: var(--background);
}
.receive-chapter-scene-card .deleted {
  color: var(--red);
}
.receive-chapter-scene-card .added {
  color: var(--green);
}
.receive-chapter-scenes .comparison-layout,
.receive-chapter-scenes .comparison-header {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 250px minmax(300px, 1fr);
  gap: 0;
  margin-bottom: 12px;
}
.receive-chapter-scenes .comparison-header {
  text-align: center;
  position: sticky;
  top: 0;
  background-color: var(--background);
  padding: 6px;
  padding-top: 25px;
  z-index: 1;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .receive-chapter-scenes .comparison-layout,
  .receive-chapter-scenes .comparison-header {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media print {
  .header-page {
    display: none !important;
  }
  .main-menu {
    display: none !important;
  }
  .side-script-print {
    overflow: auto;
  }
  .side-script-print .grid-container {
    display: block !important;
    height: auto !important;
  }
  .side-script-print .grid-container header {
    display: none !important;
  }
  .side-script-print .full-screen {
    position: static !important;
    height: auto !important;
  }
  .side-script-print .data-container {
    display: none !important;
  }
  .side-script-print .footer {
    display: none !important;
  }
  .side-script-print app-breadcrumbs {
    display: none !important;
  }
  .side-script-print .close-btn {
    display: none !important;
  }
  .side-script-print .form-data {
    max-width: 100% !important;
    max-height: none !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 700px) {
  .grid-container {
    max-height: 100svh !important;
  }
}
.pt-1 {
  padding-top: 1rem;
}
.pt-0-5 {
  padding-top: 0.5rem;
}
.h-70 {
  height: 70%;
}
.r-43 {
  right: 43px !important;
}
.light-theme .main-menu-header {
  background: var(--light-blue) !important;
}
.light-theme .button-menu {
  background: var(--light-blue) !important;
}
.dark-theme header .options .user {
  background-color: var(--blue) !important;
}

/* src/assets/525_responsive/css/main.css */
html,
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
body,
ul,
li {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.row:before,
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.row {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.columns {
  padding: 0 2px 0 2px;
  display: inline-block;
  float: left;
}
.columns.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.columns.right {
  float: right;
  text-align: right;
}
.columns.left,
.left {
  float: left;
  text-align: left;
}
.noMargin {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.TextCentered {
  text-align: center;
}
.TextLeft {
  text-align: left !important;
}
.MarTop3px {
  margin-top: 3px;
}
img {
  width: 100%;
}
.DivOne,
.Div1 {
  width: 100%;
}
.DivTwo,
.Div2 {
  width: 50%;
}
.DivTree,
.Div3 {
  width: 33.333333%;
}
.DivFour,
.Div4 {
  width: 25%;
}
.DivFive,
.Div5 {
  width: 20%;
}
.DivSix,
.Div6 {
  width: 16.666666%;
}
.DivSeven,
.Div7 {
  width: 14.285714%;
}
.DivEight,
.Div8 {
  width: 12.5%;
}
.Div8x3 {
  width: 37.5%;
}
.Div8x2 {
  width: 37.5%;
}
.DivNine,
.Div9 {
  width: 11.111111%;
}
.DivNineX2 {
  width: 22.222222%;
}
.DivTen,
.Div10 {
  width: 10%;
}
.Div11 {
  width: 9.090909% !important;
}
.Div12 {
  width: 8.33333333%;
}
.Div13 {
  width: 7.692307%;
}
.Div13X2 {
  width: 15.384615%;
}
.Div14 {
  width: 7.142857%;
}
.Div15 {
  width: 6.666666%;
}
.Div16 {
  width: 6.25%;
}
.Div16x3 {
  width: 18.75%;
}
.Div16x7 {
  width: 43.75%;
}
.Div16x10 {
  width: 62.5%;
}
.Div17 {
  width: 5.882352%;
}
.Div18 {
  width: 5.555555%;
}
.Div19 {
  width: 5.263157%;
}
.Div20 {
  width: 5%;
}
@media screen and (max-width: 550px) {
  .S-hide,
  .Small-hide {
    display: none;
  }
  .S-12,
  .Small-12 {
    width: 100%;
  }
  .S-11,
  .Small-11 {
    width: 91.66666666%;
  }
  .S-10,
  .Small-10 {
    width: 83.33333333%;
  }
  .S-9,
  .Small-9 {
    width: 75%;
  }
  .S-8,
  .Small-8 {
    width: 66.66666666%;
  }
  .S-7,
  .Small-7 {
    width: 58.33333333%;
  }
  .S-6,
  .Small-6 {
    width: 50%;
  }
  .S-5,
  .Small-5 {
    width: 41.66666666%;
  }
  .S-4,
  .Small-4 {
    width: 33.33333333%;
  }
  .S-3,
  .Small-3 {
    width: 25%;
  }
  .S-2,
  .Small-2 {
    width: 16.66666666%;
  }
  .S-1,
  .Small-1 {
    width: 8.33333333%;
  }
  .columns.S-centered,
  .columns.Small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 551px) and (max-width: 1024px) {
  .M-hide {
    display: none;
  }
  .M-12 {
    width: 100%;
  }
  .M-11 {
    width: 91.66666666%;
  }
  .M-10 {
    width: 83.33333333%;
  }
  .M-9 {
    width: 75%;
  }
  .M-8 {
    width: 66.66666666%;
  }
  .M-7 {
    width: 58.33333333%;
  }
  .M-6 {
    width: 50%;
  }
  .M-5 {
    width: 41.66666666%;
  }
  .M-4 {
    width: 33.33333333%;
  }
  .M-3 {
    width: 25%;
  }
  .M-2-5 {
    width: 20%;
  }
  .M-2 {
    width: 16.66666666%;
  }
  .M-1 {
    width: 8.33333333%;
  }
  .columns.M-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 551px) and (max-width: 770px) {
  .MS-show {
    display: inline-block;
  }
  .MS-hide {
    display: none;
  }
  .MS-12 {
    width: 100%;
  }
  .MS-11 {
    width: 91.66666666%;
  }
  .MS-10 {
    width: 83.33333333%;
  }
  .MS-9 {
    width: 75%;
  }
  .MS-8 {
    width: 66.66666666%;
  }
  .MS-7 {
    width: 58.33333333%;
  }
  .MS-6 {
    width: 50%;
  }
  .MS-5 {
    width: 41.66666666%;
  }
  .MS-4 {
    width: 33.33333333%;
  }
  .MS-3 {
    width: 25%;
  }
  .MS-2 {
    width: 16.66666666%;
  }
  .MS-1 {
    width: 8.33333333%;
  }
  .columns.MS-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .L-hide {
    display: none;
  }
  .L-12 {
    width: 100%;
  }
  .L-11 {
    width: 91.66666666%;
  }
  .L-10 {
    width: 83.33333333%;
  }
  .L-9 {
    width: 75%;
  }
  .L-8 {
    width: 66.66666666%;
  }
  .L-7 {
    width: 58.33333333%;
  }
  .L-6 {
    width: 50%;
  }
  .L-5 {
    width: 41.66666666%;
  }
  .L-4 {
    width: 33.33333333%;
  }
  .L-3 {
    width: 25%;
  }
  .L-2-5 {
    width: 20%;
  }
  .L-2 {
    width: 16.66666666%;
  }
  .L-1 {
    width: 8.33333333%;
  }
  .columns.L-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1201px) {
  .L-hide {
    display: none;
  }
  .L-12 {
    width: 100%;
  }
  .L-11 {
    width: 91.66666666%;
  }
  .L-10 {
    width: 83.33333333%;
  }
  .L-9 {
    width: 75%;
  }
  .L-8 {
    width: 66.66666666%;
  }
  .L-7 {
    width: 58.33333333%;
  }
  .L-6 {
    width: 50%;
  }
  .L-5 {
    width: 41.66666666%;
  }
  .L-4 {
    width: 33.33333333%;
  }
  .L-3 {
    width: 25%;
  }
  .L-2 {
    width: 16.66666666%;
  }
  .L-1 {
    width: 8.33333333%;
  }
  .L-div8 {
    width: 12.5%;
  }
  .columns.L-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .XL-hide {
    display: none;
  }
  .XL-12 {
    width: 100%;
  }
  .XL-11 {
    width: 91.66666666%;
  }
  .XL-10 {
    width: 83.33333333%;
  }
  .XL-9 {
    width: 75%;
  }
  .XL-8 {
    width: 66.66666666%;
  }
  .XL-7 {
    width: 58.33333333%;
  }
  .XL-6 {
    width: 50%;
  }
  .XL-5 {
    width: 41.66666666%;
  }
  .XL-4 {
    width: 33.33333333%;
  }
  .XL-3 {
    width: 25%;
  }
  .XL-2 {
    width: 16.66666666%;
  }
  .XL-1 {
    width: 8.33333333%;
  }
  .columns.XL-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .XL-Div5 {
    width: 20%;
  }
}
.rigth {
  float: right;
}
.ScriptDetail .box.Grey.Half.TotalMoney {
  background-color: #474747;
  color: white;
  text-align: right;
}
.ScriptDetail .box.Grey.Half.TotalMoney p {
  text-align: right;
  color: white;
}

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