/* apps/manage-client/src/custom-theme.scss */
html {
  --mat-app-background-color: #fef8fc;
  --mat-app-text-color: #1d1b1e;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, #1d1b1e 10%, transparent);
}
html {
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);
  --mat-option-label-text-color: #1d1b1e;
  --mat-option-selected-state-label-text-color: #4b4357;
  --mat-option-selected-state-layer-color: #eadef7;
}
html {
  --mat-optgroup-label-text-color: #49454e;
}
html {
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fef8fc;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #7d00fa;
  --mat-pseudo-checkbox-full-unselected-icon-color: #49454e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #7d00fa;
}
html {
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font: Merriweather+Sans;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
}
html {
  --mat-optgroup-label-text-font: Merriweather+Sans;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
}
html {
  --mat-card-elevated-container-shape: 12px;
  --mat-card-filled-container-shape: 12px;
  --mat-card-outlined-container-shape: 12px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: #f8f2f6;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #e6e1e6;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #fef8fc;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #cbc4cf;
  --mat-card-subtitle-text-color: #1d1b1e;
}
html {
  --mat-card-subtitle-text-font: Merriweather+Sans;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mat-card-title-text-font: Merriweather+Sans;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
html {
  --mat-progress-bar-active-indicator-color: #7d00fa;
  --mat-progress-bar-track-color: #e8e0eb;
}
html {
  --mat-tooltip-container-color: #323033;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #f5eff4;
}
html {
  --mat-tooltip-supporting-text-font: Merriweather+Sans;
  --mat-tooltip-supporting-text-line-height: 1rem;
  --mat-tooltip-supporting-text-size: 0.75rem;
  --mat-tooltip-supporting-text-tracking: 0.025rem;
  --mat-tooltip-supporting-text-weight: 400;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #49454e;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #49454e;
  --mat-form-field-filled-caret-color: #7d00fa;
  --mat-form-field-filled-container-color: #e8e0eb;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1d1b1e 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #7d00fa;
  --mat-form-field-filled-focus-label-text-color: #7d00fa;
  --mat-form-field-filled-hover-active-indicator-color: #1d1b1e;
  --mat-form-field-filled-hover-label-text-color: #49454e;
  --mat-form-field-filled-input-text-color: #1d1b1e;
  --mat-form-field-filled-input-text-placeholder-color: #49454e;
  --mat-form-field-filled-label-text-color: #49454e;
  --mat-form-field-focus-select-arrow-color: #7d00fa;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #49454e;
  --mat-form-field-outlined-caret-color: #7d00fa;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #7d00fa;
  --mat-form-field-outlined-focus-outline-color: #7d00fa;
  --mat-form-field-outlined-hover-label-text-color: #1d1b1e;
  --mat-form-field-outlined-hover-outline-color: #1d1b1e;
  --mat-form-field-outlined-input-text-color: #1d1b1e;
  --mat-form-field-outlined-input-text-placeholder-color: #49454e;
  --mat-form-field-outlined-label-text-color: #49454e;
  --mat-form-field-outlined-outline-color: #7b757f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-select-option-text-color: #1d1b1e;
  --mat-form-field-state-layer-color: #1d1b1e;
  --mat-form-field-trailing-icon-color: #49454e;
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Merriweather+Sans;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Merriweather+Sans;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Merriweather+Sans;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font: Merriweather+Sans;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: #f2ecf1;
  --mat-select-enabled-trigger-text-color: #1d1b1e;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-select-placeholder-text-color: #49454e;
  --mat-select-enabled-arrow-color: #49454e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-select-focused-arrow-color: #7d00fa;
  --mat-select-invalid-arrow-color: #ba1a1a;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Merriweather+Sans;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: #f2ecf1;
}
html {
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-container-shape: 28px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
}
html {
  --mat-dialog-container-color: #fef8fc;
  --mat-dialog-subhead-color: #1d1b1e;
  --mat-dialog-supporting-text-color: #49454e;
}
html {
  --mat-dialog-subhead-font: Merriweather+Sans;
  --mat-dialog-subhead-line-height: 2rem;
  --mat-dialog-subhead-size: 1.5rem;
  --mat-dialog-subhead-tracking: 0;
  --mat-dialog-subhead-weight: 400;
  --mat-dialog-supporting-text-font: Merriweather+Sans;
  --mat-dialog-supporting-text-line-height: 1.25rem;
  --mat-dialog-supporting-text-size: 0.875rem;
  --mat-dialog-supporting-text-tracking: 0.016rem;
  --mat-dialog-supporting-text-weight: 400;
}
html {
  --mat-chip-container-shape-radius: 8px;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-elevated-container-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-outline-width: 1px;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-with-avatar-avatar-shape-radius: 24px;
  --mat-chip-with-avatar-avatar-size: 24px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mat-chip-with-icon-disabled-icon-opacity: 0.38;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-chip-elevated-selected-container-color: #eadef7;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-chip-focus-outline-color: #49454e;
  --mat-chip-focus-state-layer-color: #49454e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #49454e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #49454e;
  --mat-chip-outline-color: #7b757f;
  --mat-chip-selected-disabled-trailing-icon-color: #1d1b1e;
  --mat-chip-selected-focus-state-layer-color: #4b4357;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #4b4357;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #4b4357;
  --mat-chip-selected-trailing-action-state-layer-color: #4b4357;
  --mat-chip-selected-trailing-icon-color: #4b4357;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #49454e;
  --mat-chip-with-icon-disabled-icon-color: #1d1b1e;
  --mat-chip-with-icon-icon-color: #49454e;
  --mat-chip-with-icon-selected-icon-color: #4b4357;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1d1b1e;
  --mat-chip-with-trailing-icon-trailing-icon-color: #49454e;
}
html {
  --mat-chip-container-height: 32px;
}
html {
  --mat-chip-label-text-font: Merriweather+Sans;
  --mat-chip-label-text-line-height: 1.25rem;
  --mat-chip-label-text-size: 0.875rem;
  --mat-chip-label-text-tracking: 0.006rem;
  --mat-chip-label-text-weight: 500;
}
html {
  --mat-slide-toggle-disabled-selected-handle-opacity: 1;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 2px;
  --mat-slide-toggle-handle-shape: 9999px;
  --mat-slide-toggle-hidden-track-opacity: 0;
  --mat-slide-toggle-hidden-track-transition: opacity 75ms;
  --mat-slide-toggle-pressed-handle-size: 28px;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-selected-handle-size: 24px;
  --mat-slide-toggle-selected-icon-size: 16px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 2px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-track-height: 32px;
  --mat-slide-toggle-track-outline-width: 2px;
  --mat-slide-toggle-track-shape: 9999px;
  --mat-slide-toggle-track-width: 52px;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;
  --mat-slide-toggle-unselected-handle-size: 16px;
  --mat-slide-toggle-unselected-icon-size: 16px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: opacity 75ms;
  --mat-slide-toggle-with-icon-handle-size: 24px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-disabled-label-text-color: #1d1b1e;
  --mat-slide-toggle-disabled-selected-handle-color: #fef8fc;
  --mat-slide-toggle-disabled-selected-icon-color: #1d1b1e;
  --mat-slide-toggle-disabled-selected-track-color: #1d1b1e;
  --mat-slide-toggle-disabled-unselected-handle-color: #1d1b1e;
  --mat-slide-toggle-disabled-unselected-icon-color: #e8e0eb;
  --mat-slide-toggle-disabled-unselected-track-color: #e8e0eb;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1d1b1e;
  --mat-slide-toggle-label-text-color: #1d1b1e;
  --mat-slide-toggle-selected-focus-handle-color: #ecdcff;
  --mat-slide-toggle-selected-focus-state-layer-color: #7d00fa;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #7d00fa;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #ecdcff;
  --mat-slide-toggle-selected-hover-state-layer-color: #7d00fa;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #7d00fa;
  --mat-slide-toggle-selected-icon-color: #5f00c0;
  --mat-slide-toggle-selected-pressed-handle-color: #ecdcff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #7d00fa;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #7d00fa;
  --mat-slide-toggle-selected-track-color: #7d00fa;
  --mat-slide-toggle-track-outline-color: #7b757f;
  --mat-slide-toggle-unselected-focus-handle-color: #49454e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1d1b1e;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e8e0eb;
  --mat-slide-toggle-unselected-handle-color: #7b757f;
  --mat-slide-toggle-unselected-hover-handle-color: #49454e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1d1b1e;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e8e0eb;
  --mat-slide-toggle-unselected-icon-color: #e8e0eb;
  --mat-slide-toggle-unselected-pressed-handle-color: #49454e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1d1b1e;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e8e0eb;
  --mat-slide-toggle-unselected-track-color: #e8e0eb;
}
html {
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-slide-toggle-label-text-font: Merriweather+Sans;
  --mat-slide-toggle-label-text-line-height: 1.25rem;
  --mat-slide-toggle-label-text-size: 0.875rem;
  --mat-slide-toggle-label-text-tracking: 0.016rem;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-touch-target-size: 48px;
}
html {
  --mat-radio-checked-ripple-color: #7d00fa;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1d1b1e;
  --mat-radio-disabled-unselected-icon-color: #1d1b1e;
  --mat-radio-label-text-color: #1d1b1e;
  --mat-radio-ripple-color: #1d1b1e;
  --mat-radio-selected-focus-icon-color: #7d00fa;
  --mat-radio-selected-hover-icon-color: #7d00fa;
  --mat-radio-selected-icon-color: #7d00fa;
  --mat-radio-selected-pressed-icon-color: #7d00fa;
  --mat-radio-unselected-focus-icon-color: #1d1b1e;
  --mat-radio-unselected-hover-icon-color: #1d1b1e;
  --mat-radio-unselected-icon-color: #49454e;
  --mat-radio-unselected-pressed-icon-color: #1d1b1e;
}
html {
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 40px;
}
html {
  --mat-radio-label-text-font: Merriweather+Sans;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-active-track-height: 4px;
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.38;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-value-indicator-transform-origin: 0 28px;
}
html {
  --mat-slider-active-track-color: #7d00fa;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1d1b1e;
  --mat-slider-disabled-handle-color: #1d1b1e;
  --mat-slider-disabled-inactive-track-color: #1d1b1e;
  --mat-slider-focus-handle-color: #7d00fa;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #7d00fa 20%, transparent);
  --mat-slider-handle-color: #7d00fa;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #7d00fa;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #7d00fa 5%, transparent);
  --mat-slider-inactive-track-color: #e8e0eb;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #7d00fa;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #7d00fa;
  --mat-slider-with-overlap-handle-outline-color: #ffffff;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #1d1b1e;
  --mat-slider-with-tick-marks-inactive-container-color: #49454e;
}
html {
  --mat-slider-label-label-text-font: Merriweather+Sans;
  --mat-slider-label-label-text-line-height: 1rem;
  --mat-slider-label-label-text-size: 0.75rem;
  --mat-slider-label-label-text-tracking: 0.031rem;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #e8e0eb;
  --mat-menu-item-label-text-color: #1d1b1e;
  --mat-menu-item-icon-color: #49454e;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-menu-container-color: #f2ecf1;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Merriweather+Sans;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-weight: 500;
}
html {
  --mat-list-active-indicator-color: #eadef7;
  --mat-list-active-indicator-shape: 9999px;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-disabled-label-text-color: #1d1b1e;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1d1b1e;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1d1b1e;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1d1b1e;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1d1b1e;
  --mat-list-list-item-focus-state-layer-color: #1d1b1e;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1d1b1e;
  --mat-list-list-item-hover-state-layer-color: #1d1b1e;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1d1b1e;
  --mat-list-list-item-leading-avatar-color: #ecdcff;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #49454e;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #7d00fa;
  --mat-list-list-item-supporting-text-color: #49454e;
  --mat-list-list-item-trailing-icon-color: #49454e;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #49454e;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
html {
  --mat-list-list-item-label-text-font: Merriweather+Sans;
  --mat-list-list-item-label-text-line-height: 1.5rem;
  --mat-list-list-item-label-text-size: 1rem;
  --mat-list-list-item-label-text-tracking: 0.031rem;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Merriweather+Sans;
  --mat-list-list-item-supporting-text-line-height: 1.25rem;
  --mat-list-list-item-supporting-text-size: 0.875rem;
  --mat-list-list-item-supporting-text-tracking: 0.016rem;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Merriweather+Sans;
  --mat-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mat-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mat-list-list-item-trailing-supporting-text-weight: 500;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: #1d1b1e;
  --mat-paginator-container-background-color: #fef8fc;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-paginator-enabled-icon-color: #49454e;
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Merriweather+Sans;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
}
html {
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
  --mat-tab-divider-height: 1px;
}
html {
  --mat-tab-active-focus-indicator-color: #7d00fa;
  --mat-tab-active-focus-label-text-color: #1d1b1e;
  --mat-tab-active-hover-indicator-color: #7d00fa;
  --mat-tab-active-hover-label-text-color: #1d1b1e;
  --mat-tab-active-indicator-color: #7d00fa;
  --mat-tab-active-label-text-color: #1d1b1e;
  --mat-tab-active-ripple-color: #1d1b1e;
  --mat-tab-divider-color: #e8e0eb;
  --mat-tab-inactive-focus-label-text-color: #1d1b1e;
  --mat-tab-inactive-hover-label-text-color: #1d1b1e;
  --mat-tab-inactive-label-text-color: #1d1b1e;
  --mat-tab-inactive-ripple-color: #1d1b1e;
  --mat-tab-pagination-icon-color: #1d1b1e;
  --mat-tab-disabled-ripple-color: #49454e;
}
html {
  --mat-tab-container-height: 48px;
}
html {
  --mat-tab-label-text-font: Merriweather+Sans;
  --mat-tab-label-text-line-height: 1.25rem;
  --mat-tab-label-text-size: 0.875rem;
  --mat-tab-label-text-tracking: 0.006rem;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #fef8fc;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-checkbox-label-text-color: #1d1b1e;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #7d00fa;
  --mat-checkbox-selected-focus-state-layer-color: #7d00fa;
  --mat-checkbox-selected-hover-icon-color: #7d00fa;
  --mat-checkbox-selected-hover-state-layer-color: #7d00fa;
  --mat-checkbox-selected-icon-color: #7d00fa;
  --mat-checkbox-selected-pressed-icon-color: #7d00fa;
  --mat-checkbox-selected-pressed-state-layer-color: #1d1b1e;
  --mat-checkbox-unselected-focus-icon-color: #1d1b1e;
  --mat-checkbox-unselected-focus-state-layer-color: #1d1b1e;
  --mat-checkbox-unselected-hover-icon-color: #1d1b1e;
  --mat-checkbox-unselected-hover-state-layer-color: #1d1b1e;
  --mat-checkbox-unselected-icon-color: #49454e;
  --mat-checkbox-unselected-pressed-state-layer-color: #7d00fa;
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Merriweather+Sans;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 9999px;
  --mat-button-filled-horizontal-padding: 24px;
  --mat-button-filled-icon-offset: -8px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 9999px;
  --mat-button-outlined-horizontal-padding: 24px;
  --mat-button-outlined-icon-offset: -8px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-shape: 9999px;
  --mat-button-protected-horizontal-padding: 24px;
  --mat-button-protected-icon-offset: -8px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 9999px;
  --mat-button-text-horizontal-padding: 12px;
  --mat-button-text-icon-offset: -4px;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 16px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 9999px;
  --mat-button-tonal-horizontal-padding: 24px;
  --mat-button-tonal-icon-offset: -8px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: #7d00fa;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #49454e;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #49454e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #7d00fa;
  --mat-button-outlined-outline-color: #7b757f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);
  --mat-button-outlined-state-layer-color: #7d00fa;
  --mat-button-protected-container-color: #fef8fc;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #49454e;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #7d00fa;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);
  --mat-button-protected-state-layer-color: #7d00fa;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #49454e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #7d00fa;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);
  --mat-button-text-state-layer-color: #7d00fa;
  --mat-button-tonal-container-color: #eadef7;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #49454e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #4b4357;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #4b4357 12%, transparent);
  --mat-button-tonal-state-layer-color: #4b4357;
}
html {
  --mat-button-filled-touch-target-display: block;
  --mat-button-filled-container-height: 40px;
  --mat-button-outlined-container-height: 40px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-touch-target-display: block;
  --mat-button-protected-container-height: 40px;
  --mat-button-text-touch-target-display: block;
  --mat-button-text-container-height: 40px;
  --mat-button-tonal-container-height: 40px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Merriweather+Sans;
  --mat-button-filled-label-text-size: 0.875rem;
  --mat-button-filled-label-text-tracking: 0.006rem;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Merriweather+Sans;
  --mat-button-outlined-label-text-size: 0.875rem;
  --mat-button-outlined-label-text-tracking: 0.006rem;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Merriweather+Sans;
  --mat-button-protected-label-text-size: 0.875rem;
  --mat-button-protected-label-text-tracking: 0.006rem;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Merriweather+Sans;
  --mat-button-text-label-text-size: 0.875rem;
  --mat-button-text-label-text-tracking: 0.006rem;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Merriweather+Sans;
  --mat-button-tonal-label-text-size: 0.875rem;
  --mat-button-tonal-label-text-tracking: 0.006rem;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 9999px;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #49454e;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #49454e;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #49454e 12%, transparent);
  --mat-icon-button-state-layer-color: #49454e;
}
html {
  --mat-icon-button-touch-target-display: block;
  --mat-icon-button-state-layer-size: 40px;
}
html {
  --mat-fab-container-shape: 16px;
  --mat-fab-extended-container-height: 56px;
  --mat-fab-extended-container-shape: 16px;
  --mat-fab-small-container-shape: 12px;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-small-touch-target-size: 48px;
}
html {
  --mat-fab-container-color: #ecdcff;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow: 6;
  --mat-fab-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #5f00c0;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #5f00c0 12%, transparent);
  --mat-fab-small-container-color: #ecdcff;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #5f00c0;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #5f00c0 12%, transparent);
  --mat-fab-small-state-layer-color: #5f00c0;
  --mat-fab-state-layer-color: #5f00c0;
}
html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Merriweather+Sans;
  --mat-fab-extended-label-text-size: 0.875rem;
  --mat-fab-extended-label-text-tracking: 0.006rem;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-button-color: #d5baff;
  --mat-snack-bar-container-color: #323033;
  --mat-snack-bar-supporting-text-color: #f5eff4;
}
html {
  --mat-snack-bar-supporting-text-font: Merriweather+Sans;
  --mat-snack-bar-supporting-text-line-height: 1.25rem;
  --mat-snack-bar-supporting-text-size: 0.875rem;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: #fef8fc;
  --mat-table-header-headline-color: #1d1b1e;
  --mat-table-row-item-label-text-color: #1d1b1e;
  --mat-table-row-item-outline-color: #7b757f;
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Merriweather+Sans;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-row-item-label-text-font: Merriweather+Sans;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-footer-supporting-text-font: Merriweather+Sans;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-weight: 400;
}
html {
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-width: 4px;
}
html {
  --mat-progress-spinner-active-indicator-color: #7d00fa;
}
html {
  --mat-badge-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-small-size-container-size: 6px;
}
html {
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-color: #ffffff;
}
html {
  --mat-badge-large-size-line-height: 16px;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-text-font: Merriweather+Sans;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
}
html {
  --mat-bottom-sheet-container-shape: 28px;
}
html {
  --mat-bottom-sheet-container-text-color: #1d1b1e;
  --mat-bottom-sheet-container-background-color: #f8f2f6;
}
html {
  --mat-bottom-sheet-container-text-font: Merriweather+Sans;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-button-toggle-shape: 28px;
}
html {
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-toggle-divider-color: #7b757f;
  --mat-button-toggle-selected-state-background-color: #eadef7;
  --mat-button-toggle-selected-state-text-color: #4b4357;
  --mat-button-toggle-state-layer-color: #1d1b1e;
  --mat-button-toggle-text-color: #1d1b1e;
}
html {
  --mat-button-toggle-height: 40px;
}
html {
  --mat-button-toggle-label-text-font: Merriweather+Sans;
  --mat-button-toggle-label-text-line-height: 1.25rem;
  --mat-button-toggle-label-text-size: 0.875rem;
  --mat-button-toggle-label-text-tracking: 0.006rem;
  --mat-button-toggle-label-text-weight: 500;
}
html {
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-shape: 28px;
}
html {
  --mat-datepicker-calendar-body-label-text-color: #1d1b1e;
  --mat-datepicker-calendar-container-background-color: #ede6eb;
  --mat-datepicker-calendar-container-text-color: #1d1b1e;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1d1b1e 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #645b70;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #eadef7;
  --mat-datepicker-calendar-date-in-range-state-background-color: #ecdcff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #7d00fa;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #7d00fa;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1d1b1e;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #7d00fa;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #7d00fa;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #49454e;
  --mat-datepicker-calendar-navigation-button-icon-color: #49454e;
  --mat-datepicker-calendar-period-button-icon-color: #49454e;
  --mat-datepicker-calendar-period-button-text-color: #49454e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1d1b1e;
  --mat-datepicker-toggle-active-state-icon-color: #7d00fa;
  --mat-datepicker-toggle-icon-color: #49454e;
}
html {
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-text-font: Merriweather+Sans;
  --mat-datepicker-calendar-text-size: 0.875rem;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: #cbc4cf;
}
html {
  --mat-expansion-container-shape: 12px;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-actions-divider-color: #7b757f;
  --mat-expansion-container-background-color: #fef8fc;
  --mat-expansion-container-text-color: #1d1b1e;
  --mat-expansion-header-description-color: #49454e;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);
  --mat-expansion-header-indicator-color: #49454e;
  --mat-expansion-header-text-color: #1d1b1e;
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-container-text-font: Merriweather+Sans;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-text-font: Merriweather+Sans;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-header-text-weight: 500;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Merriweather+Sans;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Merriweather+Sans;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Merriweather+Sans;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Merriweather+Sans;
}
html {
  --mat-icon-color: inherit;
}
html {
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
}
html {
  --mat-sidenav-container-background-color: #fef8fc;
  --mat-sidenav-container-text-color: #49454e;
  --mat-sidenav-content-background-color: #fef8fc;
  --mat-sidenav-content-text-color: #1d1b1e;
  --mat-sidenav-scrim-color: color-mix(in srgb, #332f37 40%, transparent);
}
html {
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
}
html {
  --mat-stepper-container-color: #fef8fc;
  --mat-stepper-header-done-state-icon-background-color: #7d00fa;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #7d00fa;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);
  --mat-stepper-header-icon-background-color: #49454e;
  --mat-stepper-header-icon-foreground-color: #fef8fc;
  --mat-stepper-header-label-text-color: #49454e;
  --mat-stepper-header-optional-label-text-color: #49454e;
  --mat-stepper-header-selected-state-icon-background-color: #7d00fa;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #49454e;
  --mat-stepper-line-color: #7b757f;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Merriweather+Sans;
  --mat-stepper-header-label-text-font: Merriweather+Sans;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: #1d1b1e;
}
html {
  --mat-toolbar-container-background-color: #fef8fc;
  --mat-toolbar-container-text-color: #1d1b1e;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Merriweather+Sans;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
}
html {
  --mat-tree-container-background-color: #fef8fc;
  --mat-tree-node-text-color: #1d1b1e;
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Merriweather+Sans;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
}
html {
  --mat-timepicker-container-background-color: #f2ecf1;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode {
  --mat-app-background-color: #151316;
  --mat-app-text-color: #e6e1e6;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #e6e1e6 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #e6e1e6 8%, transparent);
  --mat-option-label-text-color: #e6e1e6;
  --mat-option-selected-state-label-text-color: #eadef7;
  --mat-option-selected-state-layer-color: #4b4357;
  --mat-optgroup-label-text-color: #e8e0eb;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #151316;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #42008a;
  --mat-pseudo-checkbox-full-selected-icon-color: #d5baff;
  --mat-pseudo-checkbox-full-unselected-icon-color: #e8e0eb;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #d5baff;
  --mat-card-elevated-container-color: #1d1b1e;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #363437;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #151316;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #49454e;
  --mat-card-subtitle-text-color: #e6e1e6;
  --mat-progress-bar-active-indicator-color: #d5baff;
  --mat-progress-bar-track-color: #49454e;
  --mat-tooltip-container-color: #e6e1e6;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #323033;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #e8e0eb;
  --mat-form-field-error-focus-trailing-icon-color: #ffb4ab;
  --mat-form-field-error-hover-trailing-icon-color: #ffdad6;
  --mat-form-field-error-text-color: #ffb4ab;
  --mat-form-field-error-trailing-icon-color: #ffb4ab;
  --mat-form-field-filled-active-indicator-color: #e8e0eb;
  --mat-form-field-filled-caret-color: #d5baff;
  --mat-form-field-filled-container-color: #49454e;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e6e1e6 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ffb4ab;
  --mat-form-field-filled-error-caret-color: #ffb4ab;
  --mat-form-field-filled-error-focus-active-indicator-color: #ffb4ab;
  --mat-form-field-filled-error-focus-label-text-color: #ffb4ab;
  --mat-form-field-filled-error-hover-active-indicator-color: #ffdad6;
  --mat-form-field-filled-error-hover-label-text-color: #ffdad6;
  --mat-form-field-filled-error-label-text-color: #ffb4ab;
  --mat-form-field-filled-focus-active-indicator-color: #d5baff;
  --mat-form-field-filled-focus-label-text-color: #d5baff;
  --mat-form-field-filled-hover-active-indicator-color: #e6e1e6;
  --mat-form-field-filled-hover-label-text-color: #e8e0eb;
  --mat-form-field-filled-input-text-color: #e6e1e6;
  --mat-form-field-filled-input-text-placeholder-color: #e8e0eb;
  --mat-form-field-filled-label-text-color: #e8e0eb;
  --mat-form-field-focus-select-arrow-color: #d5baff;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #e8e0eb;
  --mat-form-field-outlined-caret-color: #d5baff;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ffb4ab;
  --mat-form-field-outlined-error-focus-label-text-color: #ffb4ab;
  --mat-form-field-outlined-error-focus-outline-color: #ffb4ab;
  --mat-form-field-outlined-error-hover-label-text-color: #ffdad6;
  --mat-form-field-outlined-error-hover-outline-color: #ffdad6;
  --mat-form-field-outlined-error-label-text-color: #ffb4ab;
  --mat-form-field-outlined-error-outline-color: #ffb4ab;
  --mat-form-field-outlined-focus-label-text-color: #d5baff;
  --mat-form-field-outlined-focus-outline-color: #d5baff;
  --mat-form-field-outlined-hover-label-text-color: #e6e1e6;
  --mat-form-field-outlined-hover-outline-color: #e6e1e6;
  --mat-form-field-outlined-input-text-color: #e6e1e6;
  --mat-form-field-outlined-input-text-placeholder-color: #e8e0eb;
  --mat-form-field-outlined-label-text-color: #e8e0eb;
  --mat-form-field-outlined-outline-color: #958e99;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-select-option-text-color: #1d1b1e;
  --mat-form-field-state-layer-color: #e6e1e6;
  --mat-form-field-trailing-icon-color: #e8e0eb;
  --mat-select-panel-background-color: #211f22;
  --mat-select-enabled-trigger-text-color: #e6e1e6;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-select-placeholder-text-color: #e8e0eb;
  --mat-select-enabled-arrow-color: #e8e0eb;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-select-focused-arrow-color: #d5baff;
  --mat-select-invalid-arrow-color: #ffb4ab;
  --mat-autocomplete-background-color: #211f22;
  --mat-dialog-container-color: #151316;
  --mat-dialog-subhead-color: #e6e1e6;
  --mat-dialog-supporting-text-color: #e8e0eb;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-chip-elevated-selected-container-color: #4b4357;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-chip-focus-outline-color: #e8e0eb;
  --mat-chip-focus-state-layer-color: #e8e0eb;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #e8e0eb;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #e8e0eb;
  --mat-chip-outline-color: #958e99;
  --mat-chip-selected-disabled-trailing-icon-color: #e6e1e6;
  --mat-chip-selected-focus-state-layer-color: #eadef7;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #eadef7;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #eadef7;
  --mat-chip-selected-trailing-action-state-layer-color: #eadef7;
  --mat-chip-selected-trailing-icon-color: #eadef7;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #e8e0eb;
  --mat-chip-with-icon-disabled-icon-color: #e6e1e6;
  --mat-chip-with-icon-icon-color: #e8e0eb;
  --mat-chip-with-icon-selected-icon-color: #eadef7;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e6e1e6;
  --mat-chip-with-trailing-icon-trailing-icon-color: #e8e0eb;
  --mat-slide-toggle-disabled-label-text-color: #e6e1e6;
  --mat-slide-toggle-disabled-selected-handle-color: #151316;
  --mat-slide-toggle-disabled-selected-icon-color: #e6e1e6;
  --mat-slide-toggle-disabled-selected-track-color: #e6e1e6;
  --mat-slide-toggle-disabled-unselected-handle-color: #e6e1e6;
  --mat-slide-toggle-disabled-unselected-icon-color: #49454e;
  --mat-slide-toggle-disabled-unselected-track-color: #49454e;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #e6e1e6;
  --mat-slide-toggle-label-text-color: #e6e1e6;
  --mat-slide-toggle-selected-focus-handle-color: #5f00c0;
  --mat-slide-toggle-selected-focus-state-layer-color: #d5baff;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #d5baff;
  --mat-slide-toggle-selected-handle-color: #42008a;
  --mat-slide-toggle-selected-hover-handle-color: #5f00c0;
  --mat-slide-toggle-selected-hover-state-layer-color: #d5baff;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #d5baff;
  --mat-slide-toggle-selected-icon-color: #ecdcff;
  --mat-slide-toggle-selected-pressed-handle-color: #5f00c0;
  --mat-slide-toggle-selected-pressed-state-layer-color: #d5baff;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #d5baff;
  --mat-slide-toggle-selected-track-color: #d5baff;
  --mat-slide-toggle-track-outline-color: #958e99;
  --mat-slide-toggle-unselected-focus-handle-color: #e8e0eb;
  --mat-slide-toggle-unselected-focus-state-layer-color: #e6e1e6;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #49454e;
  --mat-slide-toggle-unselected-handle-color: #958e99;
  --mat-slide-toggle-unselected-hover-handle-color: #e8e0eb;
  --mat-slide-toggle-unselected-hover-state-layer-color: #e6e1e6;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #49454e;
  --mat-slide-toggle-unselected-icon-color: #49454e;
  --mat-slide-toggle-unselected-pressed-handle-color: #e8e0eb;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #e6e1e6;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #49454e;
  --mat-slide-toggle-unselected-track-color: #49454e;
  --mat-radio-checked-ripple-color: #d5baff;
  --mat-radio-disabled-label-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #e6e1e6;
  --mat-radio-disabled-unselected-icon-color: #e6e1e6;
  --mat-radio-label-text-color: #e6e1e6;
  --mat-radio-ripple-color: #e6e1e6;
  --mat-radio-selected-focus-icon-color: #d5baff;
  --mat-radio-selected-hover-icon-color: #d5baff;
  --mat-radio-selected-icon-color: #d5baff;
  --mat-radio-selected-pressed-icon-color: #d5baff;
  --mat-radio-unselected-focus-icon-color: #e6e1e6;
  --mat-radio-unselected-hover-icon-color: #e6e1e6;
  --mat-radio-unselected-icon-color: #e8e0eb;
  --mat-radio-unselected-pressed-icon-color: #e6e1e6;
  --mat-slider-active-track-color: #d5baff;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #e6e1e6;
  --mat-slider-disabled-handle-color: #e6e1e6;
  --mat-slider-disabled-inactive-track-color: #e6e1e6;
  --mat-slider-focus-handle-color: #d5baff;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #d5baff 20%, transparent);
  --mat-slider-handle-color: #d5baff;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #d5baff;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #d5baff 5%, transparent);
  --mat-slider-inactive-track-color: #49454e;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #d5baff;
  --mat-slider-label-label-text-color: #42008a;
  --mat-slider-ripple-color: #d5baff;
  --mat-slider-with-overlap-handle-outline-color: #42008a;
  --mat-slider-with-tick-marks-active-container-color: #42008a;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #e6e1e6;
  --mat-slider-with-tick-marks-inactive-container-color: #e8e0eb;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #49454e;
  --mat-menu-item-label-text-color: #e6e1e6;
  --mat-menu-item-icon-color: #e8e0eb;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #e6e1e6 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-menu-container-color: #211f22;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-list-active-indicator-color: #4b4357;
  --mat-list-active-indicator-shape: 9999px;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-disabled-label-text-color: #e6e1e6;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #e6e1e6;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #e6e1e6;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #e6e1e6;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #e6e1e6;
  --mat-list-list-item-focus-state-layer-color: #e6e1e6;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #e6e1e6;
  --mat-list-list-item-hover-state-layer-color: #e6e1e6;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #e6e1e6;
  --mat-list-list-item-leading-avatar-color: #5f00c0;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #e8e0eb;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #d5baff;
  --mat-list-list-item-supporting-text-color: #e8e0eb;
  --mat-list-list-item-trailing-icon-color: #e8e0eb;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #e8e0eb;
  --mat-paginator-container-text-color: #e6e1e6;
  --mat-paginator-container-background-color: #151316;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-paginator-enabled-icon-color: #e8e0eb;
  --mat-tab-active-focus-indicator-color: #d5baff;
  --mat-tab-active-focus-label-text-color: #e6e1e6;
  --mat-tab-active-hover-indicator-color: #d5baff;
  --mat-tab-active-hover-label-text-color: #e6e1e6;
  --mat-tab-active-indicator-color: #d5baff;
  --mat-tab-active-label-text-color: #e6e1e6;
  --mat-tab-active-ripple-color: #e6e1e6;
  --mat-tab-divider-color: #49454e;
  --mat-tab-inactive-focus-label-text-color: #e6e1e6;
  --mat-tab-inactive-hover-label-text-color: #e6e1e6;
  --mat-tab-inactive-label-text-color: #e6e1e6;
  --mat-tab-inactive-ripple-color: #e6e1e6;
  --mat-tab-pagination-icon-color: #e6e1e6;
  --mat-tab-disabled-ripple-color: #e8e0eb;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #151316;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-checkbox-label-text-color: #e6e1e6;
  --mat-checkbox-selected-checkmark-color: #42008a;
  --mat-checkbox-selected-focus-icon-color: #d5baff;
  --mat-checkbox-selected-focus-state-layer-color: #d5baff;
  --mat-checkbox-selected-hover-icon-color: #d5baff;
  --mat-checkbox-selected-hover-state-layer-color: #d5baff;
  --mat-checkbox-selected-icon-color: #d5baff;
  --mat-checkbox-selected-pressed-icon-color: #d5baff;
  --mat-checkbox-selected-pressed-state-layer-color: #e6e1e6;
  --mat-checkbox-unselected-focus-icon-color: #e6e1e6;
  --mat-checkbox-unselected-focus-state-layer-color: #e6e1e6;
  --mat-checkbox-unselected-hover-icon-color: #e6e1e6;
  --mat-checkbox-unselected-hover-state-layer-color: #e6e1e6;
  --mat-checkbox-unselected-icon-color: #e8e0eb;
  --mat-checkbox-unselected-pressed-state-layer-color: #d5baff;
  --mat-button-filled-container-color: #d5baff;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #e8e0eb;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #42008a;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #42008a 12%, transparent);
  --mat-button-filled-state-layer-color: #42008a;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #e8e0eb;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #d5baff;
  --mat-button-outlined-outline-color: #958e99;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #d5baff 12%, transparent);
  --mat-button-outlined-state-layer-color: #d5baff;
  --mat-button-protected-container-color: #151316;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #e8e0eb;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #d5baff;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #d5baff 12%, transparent);
  --mat-button-protected-state-layer-color: #d5baff;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #e8e0eb;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #d5baff;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #d5baff 12%, transparent);
  --mat-button-text-state-layer-color: #d5baff;
  --mat-button-tonal-container-color: #4b4357;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #e8e0eb;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #eadef7;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #eadef7 12%, transparent);
  --mat-button-tonal-state-layer-color: #eadef7;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #e8e0eb;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #e8e0eb;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #e8e0eb 12%, transparent);
  --mat-icon-button-state-layer-color: #e8e0eb;
  --mat-fab-container-color: #5f00c0;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow: 6;
  --mat-fab-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #ecdcff;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #ecdcff 12%, transparent);
  --mat-fab-small-container-color: #5f00c0;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #ecdcff;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #ecdcff 12%, transparent);
  --mat-fab-small-state-layer-color: #ecdcff;
  --mat-fab-state-layer-color: #ecdcff;
  --mat-snack-bar-button-color: #7d00fa;
  --mat-snack-bar-container-color: #e6e1e6;
  --mat-snack-bar-supporting-text-color: #323033;
  --mat-table-background-color: #151316;
  --mat-table-header-headline-color: #e6e1e6;
  --mat-table-row-item-label-text-color: #e6e1e6;
  --mat-table-row-item-outline-color: #958e99;
  --mat-progress-spinner-active-indicator-color: #d5baff;
  --mat-badge-background-color: #ffb4ab;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ffb4ab 38%, transparent);
  --mat-badge-disabled-state-text-color: #690005;
  --mat-badge-text-color: #690005;
  --mat-bottom-sheet-container-text-color: #e6e1e6;
  --mat-bottom-sheet-container-background-color: #1d1b1e;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-button-toggle-divider-color: #958e99;
  --mat-button-toggle-selected-state-background-color: #4b4357;
  --mat-button-toggle-selected-state-text-color: #eadef7;
  --mat-button-toggle-state-layer-color: #e6e1e6;
  --mat-button-toggle-text-color: #e6e1e6;
  --mat-datepicker-calendar-body-label-text-color: #e6e1e6;
  --mat-datepicker-calendar-container-background-color: #2b292d;
  --mat-datepicker-calendar-container-text-color: #e6e1e6;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e6e1e6 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #0000ef;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #cec2db;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #4b4357;
  --mat-datepicker-calendar-date-in-range-state-background-color: #5f00c0;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #d5baff;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #d5baff;
  --mat-datepicker-calendar-date-selected-state-text-color: #42008a;
  --mat-datepicker-calendar-date-text-color: #e6e1e6;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #d5baff;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #d5baff;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #e8e0eb;
  --mat-datepicker-calendar-navigation-button-icon-color: #e8e0eb;
  --mat-datepicker-calendar-period-button-icon-color: #e8e0eb;
  --mat-datepicker-calendar-period-button-text-color: #e8e0eb;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-datepicker-range-input-separator-color: #e6e1e6;
  --mat-datepicker-toggle-active-state-icon-color: #d5baff;
  --mat-datepicker-toggle-icon-color: #e8e0eb;
  --mat-divider-color: #49454e;
  --mat-expansion-actions-divider-color: #958e99;
  --mat-expansion-container-background-color: #151316;
  --mat-expansion-container-text-color: #e6e1e6;
  --mat-expansion-header-description-color: #e8e0eb;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #e6e1e6 8%, transparent);
  --mat-expansion-header-indicator-color: #e8e0eb;
  --mat-expansion-header-text-color: #e6e1e6;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #151316;
  --mat-sidenav-container-text-color: #e8e0eb;
  --mat-sidenav-content-background-color: #151316;
  --mat-sidenav-content-text-color: #e6e1e6;
  --mat-sidenav-scrim-color: color-mix(in srgb, #332f37 40%, transparent);
  --mat-stepper-container-color: #151316;
  --mat-stepper-header-done-state-icon-background-color: #d5baff;
  --mat-stepper-header-done-state-icon-foreground-color: #42008a;
  --mat-stepper-header-edit-state-icon-background-color: #d5baff;
  --mat-stepper-header-edit-state-icon-foreground-color: #42008a;
  --mat-stepper-header-error-state-icon-foreground-color: #ffb4ab;
  --mat-stepper-header-error-state-label-text-color: #ffb4ab;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #e6e1e6 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e6e1e6 8%, transparent);
  --mat-stepper-header-icon-background-color: #e8e0eb;
  --mat-stepper-header-icon-foreground-color: #151316;
  --mat-stepper-header-label-text-color: #e8e0eb;
  --mat-stepper-header-optional-label-text-color: #e8e0eb;
  --mat-stepper-header-selected-state-icon-background-color: #d5baff;
  --mat-stepper-header-selected-state-icon-foreground-color: #42008a;
  --mat-stepper-header-selected-state-label-text-color: #e8e0eb;
  --mat-stepper-line-color: #958e99;
  --mat-sort-arrow-color: #e6e1e6;
  --mat-toolbar-container-background-color: #151316;
  --mat-toolbar-container-text-color: #e6e1e6;
  --mat-tree-container-background-color: #151316;
  --mat-tree-node-text-color: #e6e1e6;
  --mat-timepicker-container-background-color: #211f22;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
:root {
  --app-bg-color: #fafafa;
  --app-surface-color: #ffffff;
  --app-text-color: #1d1b1e;
  --app-text-secondary: #49454f;
  --app-border-color: #e0e0e0;
  --app-hover-color: #f5f5f5;
  --menu-bg-color: #ffffff;
  --menu-text-color: #000000;
  --menu-active-bg: #2c4ba7;
  --menu-active-text: #ffffff;
  --menu-hover-bg: #f2f3f4;
  --menu-expansion-bg: transparent;
  --menu-expansion-active-bg: #f2f3f4;
  --sidebar-gradient:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8f9fa 50%,
      #f5f6f8 100%);
  --toolbar-bg-color: #ffffff;
  --toolbar-text-color: #1d1b1e;
  --card-bg-color: #ffffff;
  --card-border-color: #e0e0e0;
  --dashboard-bg-gradient:
    linear-gradient(
      135deg,
      #f5f7fa 0%,
      #e8ecf1 100%);
  --dashboard-title-color: #1a237e;
  --dashboard-subtitle-color: #64748b;
  --dashboard-loading-text-color: #64748b;
  --dashboard-spinner-color: #667eea;
  --table-bg-color: #ffffff;
  --table-header-bg: #f8f9fa;
  --table-header-text: #1a237e;
  --table-row-bg: #ffffff;
  --table-row-alt-bg: #fafbfc;
  --table-row-hover-bg: #f5f7fa;
  --table-border-color: #e0e4e8;
  --table-text-color: #2d3748;
  --table-text-secondary: #64748b;
  --table-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  --table-shadow-hover: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  --input-bg-color: #ffffff;
  --input-border-color: #d1d5db;
  --input-text-color: #1f2937;
  --input-placeholder-color: #9ca3af;
  --input-focus-border: #667eea;
  --action-icon-color: #64748b;
  --action-icon-hover: #475569;
  --action-edit-color: #3b82f6;
  --action-delete-color: #ef4444;
  --theme-transition:
    background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dark-mode {
  --app-bg-color: #0f172a;
  --app-surface-color: #1e293b;
  --app-text-color: #f1f5f9;
  --app-text-secondary: #94a3b8;
  --app-border-color: #334155;
  --app-hover-color: #334155;
  --menu-bg-color: #1e293b;
  --menu-text-color: #f1f5f9;
  --menu-active-bg: #4a5fc1;
  --menu-active-text: #ffffff;
  --menu-hover-bg: #334155;
  --menu-expansion-bg: transparent;
  --menu-expansion-active-bg: #334155;
  --sidebar-gradient:
    linear-gradient(
      180deg,
      #1e293b 0%,
      #0f172a 50%,
      #0f172a 100%);
  --toolbar-bg-color: #1e293b;
  --toolbar-text-color: #f1f5f9;
  --card-bg-color: #1e293b;
  --card-border-color: #334155;
  --dashboard-bg-gradient:
    linear-gradient(
      135deg,
      #0f172a 0%,
      #0f172a 100%);
  --dashboard-title-color: #f1f5f9;
  --dashboard-subtitle-color: #94a3b8;
  --dashboard-loading-text-color: #94a3b8;
  --dashboard-spinner-color: #8b9aff;
  --table-bg-color: #1e293b;
  --table-header-bg: #0f172a;
  --table-header-text: #f1f5f9;
  --table-row-bg: #1e293b;
  --table-row-alt-bg: #1a2332;
  --table-row-hover-bg: #334155;
  --table-border-color: #334155;
  --table-text-color: #f1f5f9;
  --table-text-secondary: #94a3b8;
  --table-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  --table-shadow-hover: 0 4px 6px rgba(0, 0, 0, 0.4), 0 2px 4px rgba(0, 0, 0, 0.3);
  --input-bg-color: #0f172a;
  --input-border-color: #334155;
  --input-text-color: #f1f5f9;
  --input-placeholder-color: #64748b;
  --input-focus-border: #8b9aff;
  --action-icon-color: #94a3b8;
  --action-icon-hover: #f1f5f9;
  --action-edit-color: #60a5fa;
  --action-delete-color: #f87171;
}

/* apps/manage-client/src/styles.less */
.form-element {
  margin: 1rem 0;
}
textarea {
  width: 90%;
  height: 5rem;
}
input[type=file],
textarea,
input[type=text],
input[type=number],
select {
  display: block;
  margin: 0.5rem 0;
}
input[type=text],
input[type=number],
select {
  width: 90%;
  padding: 0.5rem;
}
select {
  height: 60px;
}
input[type=checkbox] + span,
input[type=radio] + span {
  font-size: 1rem;
}
.mat-radio-button,
.mat-checkbox {
  padding-right: 0.5rem;
}
.flex-wrap.flags .child {
  width: 10% !important;
  flex-grow: 0;
}
.flex-wrap .flex-grow-2 {
  flex-grow: 20 !important;
}
.flex-wrap .flex-grow-4 {
  flex-grow: 40 !important;
}
mat-label > sup {
  font-size: 1.2rem;
  color: red;
  top: unset;
}
.error {
  color: red;
}
form.submitted input.ng-invalid,
form.submitted input.ng-dirty.ng-invalid {
  border: 1px solid red;
}
.full-width .mat-form-field {
  display: block;
}
.w-1-1 {
  width: 100%;
}
.w-1-2 {
  width: 50%;
}
.w-1-3 {
  width: 33.33%;
}
.w-3-4 {
  width: 75%;
}
.w-1-4 {
  width: 25%;
}
.full-width {
  width: 100%;
}
.page-title {
  display: flex;
  padding-bottom: 1rem;
}
.page-title .title {
  width: 40%;
}
.page-title .title h2 {
  font-size: 1.5rem;
}
.page-title .title * {
  margin: 0;
}
.page-title .action-buttons {
  width: 90%;
  text-align: right;
}
.card,
.form-wrapper {
  box-shadow: 0px 2px 5px 3px #ddd;
  padding: 1rem;
  margin: 1rem auto;
  background-color: #fff;
  border-radius: 20px;
}
.title-actions {
  display: flex;
  flex-wrap: wrap;
}
.title-actions .title,
.title-actions .actions {
  flex-grow: 1;
}
.title-actions .title {
  width: 60%;
}
.title-actions .actions {
  width: 40%;
  text-align: right;
}
.empty-list {
  margin: 3rem 0 1rem;
}
.mat-table-wrapper table {
  width: 100%;
}
.mat-table-wrapper .mat-form-field {
  font-size: 1rem;
  width: 100%;
}
.mat-table-wrapper td,
.mat-table-wrapper th {
  width: auto;
  font-size: 1rem;
}
.mat-table-wrapper td .img-wrap,
.mat-table-wrapper th .img-wrap {
  width: 100%;
}
.mat-table-wrapper td .img-wrap img,
.mat-table-wrapper th .img-wrap img {
  max-width: 100px;
  max-height: 100px;
}
.mat-table-wrapper td button,
.mat-table-wrapper th button {
  margin: 0.5rem;
  font-size: 0.9rem;
}
.mat-table-wrapper td button:focus,
.mat-table-wrapper th button:focus {
  outline: none;
}
.empty-msg {
  padding: 2rem;
}
.mat-menu-panel {
  overflow-x: hidden !important;
}
div.bg-f8 {
  border-radius: 20px;
}
h2 {
  font-size: 25px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  font-weight: 600;
}
.b-t-1 {
  border-top: 1px solid #eee;
}
.b-b-1 {
  border-bottom: 1px solid #eee;
}
.b-y-1 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
button {
  margin: 0 1rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  border: 1px solid #00a5eb;
  font-size: 1.2rem;
  cursor: pointer;
  outline: none;
  color: #00a5eb;
  background: #fefefe;
}
button.primary,
button[type=submit] {
  background: #00a5eb 0% 0% no-repeat padding-box;
  color: #fff;
}
button.primary:disabled,
button[type=submit]:disabled {
  opacity: 0.5;
}
button.link {
  color: #00a5eb;
  background-color: #fff;
  padding: 0;
}
button.danger {
  background: #e53935 0% 0% no-repeat padding-box;
  border: 0;
  color: #fff;
}
button.danger:disabled {
  opacity: 0.5;
}
.button-group button {
  margin-right: 1rem;
}
.mat-icon {
  cursor: pointer;
}
.mat-icon.mat-primary {
  padding: 1rem;
}
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap .child {
  flex-grow: 1;
  align-self: flex-end;
}
.flex-wrap .child.flex-grow-none {
  flex-grow: 0;
  width: 25%;
  margin-right: 2%;
}
.flex-wrap .child .mat-form-field {
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.h3 {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.p-1 {
  padding: 1rem !important;
}
.py-1 {
  padding: 1rem 0;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0;
}
.py-0 {
  padding: 0.5rem 0;
}
.px-1 {
  padding: 0 1rem;
}
.icon img {
  max-width: 100%;
}
a {
  color: #00a5eb;
}
.cursor-pointer {
  cursor: pointer;
}
.tag {
  padding: 10px;
  display: inline-block;
  background: #eee;
  margin: 4px;
  margin-left: 0;
  border-radius: 1rem;
}
.detail-item-title {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 0;
  color: #00a5eb;
}
.full-page-height {
  min-height: 85.5vh;
}
.fixed {
  width: 85%;
  border-top: 1px dashed #bbb;
  position: fixed;
  bottom: 0px;
  left: 13.8%;
  padding: 1.5rem 2rem;
  z-index: 10;
  background-color: #fff;
}
.mt-1 {
  margin-top: 1rem;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mt-0 {
  margin-top: 0;
}
.hide {
  display: none;
}
.mat-mdc-snack-bar-container,
.mat-snack-bar-container {
  background: transparent !important;
  padding: 0 !important;
  margin: 16px !important;
  box-shadow: none !important;
  border: none !important;
  min-height: 0 !important;
  max-width: none !important;
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface,
.mat-snack-bar-container .mdc-snackbar__surface,
.mat-mdc-snack-bar-container .mat-mdc-snack-bar-surface,
.mat-snack-bar-container .mat-mdc-snack-bar-surface {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label,
.mat-snack-bar-container .mat-mdc-snack-bar-label,
.mat-mdc-snack-bar-container .mat-simple-snackbar,
.mat-snack-bar-container .mat-simple-snackbar {
  padding: 0 !important;
  margin: 0 !important;
}
.mat-mdc-snack-bar-container.mat-snack-bar-top,
.mat-snack-bar-container.mat-snack-bar-top {
  margin-top: 24px !important;
}
.mat-mdc-snack-bar-container.mat-snack-bar-bottom,
.mat-snack-bar-container.mat-snack-bar-bottom {
  margin-bottom: 24px !important;
}
@media (max-width: 640px) {
  .mat-mdc-snack-bar-container,
  .mat-snack-bar-container {
    margin: 8px !important;
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
  }
}
@media (prefers-color-scheme: dark) {
  .mat-mdc-menu-panel,
  .mat-menu-panel {
    background: #1e293b !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.6),
      0 4px 8px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(255, 255, 255, 0.05) !important;
  }
  .mat-mdc-menu-item,
  .mat-menu-item {
    color: #f1f5f9 !important;
  }
  .mat-mdc-menu-item .mat-mdc-menu-item-text,
  .mat-mdc-menu-item span,
  .mat-menu-item .mat-menu-item-text,
  .mat-menu-item span {
    color: #f1f5f9 !important;
  }
  .mat-mdc-menu-item:hover,
  .mat-menu-item:hover {
    background: rgba(124, 58, 237, 0.2) !important;
    color: #ffffff !important;
  }
  .mat-mdc-menu-item:hover .mat-mdc-menu-item-text,
  .mat-mdc-menu-item:hover span,
  .mat-menu-item:hover .mat-menu-item-text,
  .mat-menu-item:hover span {
    color: #ffffff !important;
  }
  .mat-mdc-menu-item mat-icon,
  .mat-menu-item mat-icon {
    color: #94a3b8 !important;
  }
  .mat-mdc-menu-item:hover mat-icon,
  .mat-menu-item:hover mat-icon {
    color: #c4b5fd !important;
  }
}
.pl-btn {
  width: auto;
  height: 3rem;
}
.pl-btn.primary {
  background: #0075F7 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 8px #00000008;
  border-radius: 8px !important;
  opacity: 1;
  color: #fff;
  border: none;
}
.pl-btn.secondary {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #3893F8;
  border-radius: 8px;
  opacity: 1;
}
.pl-btn:disabled {
  background: #6C6C6C;
  opacity: 0.5;
}
.pl-btn.x-large {
  width: 30rem;
}
.form-control {
  width: 90%;
  line-height: 1rem;
  padding: 1rem;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
.width-1 {
  width: 100%;
}
.width-90 {
  width: 90%;
}
.width-1-2 {
  width: 50%;
}
.width-1-3 {
  width: 33.33%;
}
.width-2-4 {
  width: 50%;
}
.width-3-4 {
  width: 75%;
}
.width-1-4 {
  width: 25%;
}
.width-10 {
  width: 10%;
}
.width-40 {
  width: 40%;
}
.width-60 {
  width: 60%;
}
.pl-1 {
  padding-left: 1rem;
}
.pt-4 {
  padding-top: 4rem;
}
.p-2 {
  padding: 2rem;
}
.p-4 {
  padding: 4rem;
}
.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.pb-8 {
  padding-bottom: 8rem;
}
.text-center {
  text-align: center;
}
.cursor-pointer {
  cursor: pointer;
}
.color-primary {
  color: #0075F7;
}
.color-green {
  color: #00D44C;
}
.color-grey {
  color: #6C6C6C;
}
.color-orange {
  color: #FFBA00;
}
.bg-secondary-blue {
  background-color: #F8FBFF;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201c" "\201d" "\2018" "\2019";
  font-size: 2rem;
}
blockquote:before {
  color: #ccc;
  font-size: 4rem;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.text-size-1 {
  font-size: 1rem;
}
.text-size-2 {
  font-size: 2rem;
}
.text-size-3 {
  font-size: 3rem;
}
.text-size-4 {
  font-size: 4rem;
}
.text-size-5 {
  font-size: 5rem;
}
.text-size-6 {
  font-size: 6rem;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.list-inline li {
  display: inline-block;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-1 {
  margin-left: 1rem;
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mt-2 {
  margin-top: 2rem;
}
.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.height-1 {
  height: 1rem;
}
.height-2 {
  height: 2rem;
}
.height-3 {
  height: 3rem;
}
.height-4 {
  height: 4rem;
}
.height-5 {
  height: 5rem;
}
.height-6 {
  height: 6rem;
}
@font-face {
  src: url("./media/MerriweatherSans-Regular.ttf");
  font-family: "Merriweather+Sans";
}
@font-face {
  font-family: Acre-Bold;
  src: url("./media/Acre-Bold.ttf");
}
@font-face {
  font-family: Acre-Semibold;
  src: url("./media/Acre-Semibold.ttf");
}
@font-face {
  font-family: Acre-Regular;
  src: url("./media/Acre-Regular.ttf");
}
@font-face {
  font-family: Acre-Medium;
  src: url("./media/Acre-Medium.ttf");
}
@font-face {
  font-family: Acre-Light;
  src: url("./media/Acre-Light.ttf");
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Merriweather+Sans";
}
.container {
  width: 90%;
  margin: 1rem auto;
  padding: 1rem;
}
header {
  border-bottom: 1px dashed #bbb;
}
application-aside-menu {
  width: 15%;
  border-right: 1px dashed #bbb;
  min-height: 100vh;
  background-color: #eee;
}
application-aside-menu a {
  display: block;
  padding: 1rem;
  font-size: 1.3rem;
  text-decoration: none;
  margin: 0 0 0.5rem 0;
}
application-aside-menu a.active {
  background-color: #555;
  color: #fff;
}
.content {
  width: 90%;
  padding: 2rem;
  background-color: #f8f8f8;
}
.bg-f8 {
  margin: 1rem 0;
  padding: 1rem;
  background-color: #f8f8f8;
}
.mat-tab-label,
.mat-tab-link {
  font-size: 1.5rem;
  color: #00a5eb;
}
.full-height {
  height: 100vh;
}
.mat-expansion-panel-header-title {
  font-size: 1.2rem;
}
.mat-expansion-panel-header-title,
.mat-expansion-panel-header-description {
  flex-grow: 0 !important;
  width: 50%;
  align-self: center;
}
table {
  width: 100%;
}
.mat-dialog-container {
  padding: 0 !important;
  min-width: 300px;
}
.mat-dialog-container .mat-dialog-title {
  margin: 0 0 1rem;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}
.mat-dialog-container .mat-dialog-content {
  padding: 1rem;
  margin: 1rem;
  min-height: 3rem;
}
.mat-dialog-container .mat-dialog-actions {
  padding: 1rem;
  border-top: 1px solid #eee;
  min-height: 0;
}
.mat-dialog-container .mat-dialog-actions button {
  padding: 0.75rem 2rem;
  margin-left: 1rem;
}
* {
  transition: var(--theme-transition);
}
html,
body {
  background-color: var(--app-bg-color);
  color: var(--app-text-color);
}
.dark-mode {
  --glass-bg-light: rgba(255, 255, 255, 0.7);
  --glass-bg-dark: rgba(30, 30, 30, 0.7);
  --glass-border-light: rgba(255, 255, 255, 0.5);
  --glass-border-dark: rgba(255, 255, 255, 0.1);
  --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  --glass-blur: blur(10px);
}
.dark-mode .mat-drawer-container {
  background-color: var(--app-bg-color);
  color: var(--app-text-color);
}
.dark-mode .mat-drawer {
  background-color: var(--menu-bg-color);
  color: var(--menu-text-color);
}
.dark-mode .mat-toolbar {
  background-color: var(--toolbar-bg-color);
  color: var(--toolbar-text-color);
}
.dark-mode .mat-expansion-panel {
  background-color: var(--app-surface-color);
  color: var(--app-text-color);
}
.dark-mode .mat-expansion-panel-header {
  color: var(--app-text-color);
}
.dark-mode .mat-list-item {
  color: var(--menu-text-color);
}
.dark-mode .mat-card {
  background-color: var(--card-bg-color);
  color: var(--app-text-color);
}
.dark-mode .mat-form-field {
  color: var(--app-text-color);
}
.dark-mode table {
  background-color: var(--app-surface-color);
  color: var(--app-text-color);
}
.dark-mode .mat-dialog-container {
  background-color: var(--app-surface-color);
  color: var(--app-text-color);
}
.dark-mode .mcq-dialog-panel .mat-mdc-dialog-container {
  background-color: var(--app-surface-color);
  color: var(--app-text-color);
}
.dark-mode .glass-panel {
  background: var(--glass-bg-light);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border-light);
  box-shadow: var(--glass-shadow);
  border-radius: 24px;
}
.dark-mode .glass-card {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.dark-mode .glass-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.2);
}
.dark-mode .glass-input .mat-mdc-text-field-wrapper {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(4px);
}
.dark-mode.dark-mode .glass-panel {
  background: var(--glass-bg-dark);
  border-color: var(--glass-border-dark);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
}
.dark-mode.dark-mode .glass-card {
  background: rgba(50, 50, 50, 0.4);
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode.dark-mode .glass-card:hover {
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.5);
  background: rgba(60, 60, 60, 0.5);
}
.dark-mode.dark-mode .glass-input .mat-mdc-text-field-wrapper {
  background: rgba(0, 0, 0, 0.3) !important;
}
.dark-mode.dark-mode .glass-input input,
.dark-mode.dark-mode .glass-input .mat-select-value {
  color: #e0e0e0 !important;
}
.dark-mode .cdk-overlay-pane .mat-mdc-autocomplete-panel,
.dark-mode .mat-mdc-autocomplete-panel {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}
.dark-mode .dark-mode .cdk-overlay-pane .mat-mdc-autocomplete-panel,
.dark-mode .dark-mode .mat-mdc-autocomplete-panel {
  background: rgba(45, 45, 45, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .cdk-overlay-pane .mat-mdc-autocomplete-panel .mat-mdc-option,
.dark-mode .mat-mdc-autocomplete-panel .mat-mdc-option {
  transition: all 0.2s;
  margin: 4px;
  border-radius: 8px;
}
.dark-mode .cdk-overlay-pane .mat-mdc-autocomplete-panel .mat-mdc-option:hover,
.dark-mode .mat-mdc-autocomplete-panel .mat-mdc-option:hover {
  background: rgba(124, 58, 237, 0.1) !important;
}
.dark-mode .cdk-overlay-pane .mat-mdc-autocomplete-panel .mat-mdc-option.mat-selected,
.dark-mode .mat-mdc-autocomplete-panel .mat-mdc-option.mat-selected {
  background:
    linear-gradient(
      135deg,
      #7c3aed 0%,
      #8b5cf6 100%) !important;
  color: white !important;
}
.dark-mode select,
.dark-mode select.form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #e5e7eb !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode select:focus,
.dark-mode select.form-control:focus {
  border-color: #7c3aed !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2) !important;
}
.dark-mode select option,
.dark-mode select.form-control option {
  background-color: #2d2d2d !important;
  color: #e5e7eb !important;
}
.dark-mode select optgroup,
.dark-mode select.form-control optgroup {
  background-color: rgba(0, 0, 0, 0.4) !important;
  color: #a78bfa !important;
  font-weight: 700;
}
.mat-drawer-inner-container::-webkit-scrollbar {
  display: none;
}
.entitlements label {
  display: block;
  margin: 0 0 1rem;
}
.entitlements label span {
  font-size: 1.2rem;
}
.test-preview .bg-f8 {
  margin: 0;
}
.mcq-dialog-panel .mat-mdc-dialog-container {
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 24px !important;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 12px 24px -8px rgba(0, 0, 0, 0.15),
    0 4px 8px -2px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.mcq-dialog-panel .mdc-dialog__surface {
  border-radius: 24px !important;
  overflow: visible !important;
}
.mcq-dialog-panel.mat-mdc-dialog-container-enter {
  animation: dialogSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mcq-dialog-backdrop {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.6) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.syllabus-info-dialog .mat-mdc-dialog-container {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 12px 24px -8px rgba(0, 0, 0, 0.15),
    0 4px 8px -2px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  max-height: 96vh !important;
}
.syllabus-info-dialog .mdc-dialog__surface {
  border-radius: 24px !important;
  overflow: hidden !important;
}
.syllabus-info-dialog.mat-mdc-dialog-container-enter {
  animation: dialogSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.syllabus-info-dialog .mat-mdc-dialog-content {
  padding: 0 !important;
  margin: 0 !important;
  max-height: none !important;
}
.syllabus-info-dialog .mat-mdc-dialog-actions {
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto !important;
}
.syllabus-info-backdrop {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.6) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.mat-mdc-select-panel {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
  border: 2px solid #e2e8f0 !important;
  padding: 8px 0 !important;
  margin-top: 8px !important;
  max-height: 320px !important;
  overflow-y: auto !important;
}
.mat-mdc-select-panel::-webkit-scrollbar {
  width: 8px;
}
.mat-mdc-select-panel::-webkit-scrollbar-track {
  background: transparent;
}
.mat-mdc-select-panel::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 8px;
}
.mat-mdc-select-panel::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
.mat-mdc-select-panel .mat-mdc-option {
  min-height: 48px !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  margin: 4px 8px !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.mat-mdc-select-panel .mat-mdc-option:hover {
  background: #f1f5f9 !important;
}
.mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active,
.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected {
  background:
    linear-gradient(
      135deg,
      rgba(139, 92, 246, 0.1) 0%,
      rgba(167, 139, 250, 0.1) 100%) !important;
  color: #8b5cf6 !important;
  font-weight: 600 !important;
}
.mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  color: #1e293b !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
}
.mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,
.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected .mdc-list-item__primary-text {
  color: #8b5cf6 !important;
}
.dark-mode .mat-mdc-select-panel {
  background: #1e293b !important;
  border-color: #334155 !important;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.3) !important;
}
.dark-mode .mat-mdc-select-panel::-webkit-scrollbar-thumb {
  background: #475569;
}
.dark-mode .mat-mdc-select-panel::-webkit-scrollbar-thumb:hover {
  background: #64748b;
}
.dark-mode .mat-mdc-select-panel .mat-mdc-option:hover {
  background: #334155 !important;
}
.dark-mode .mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active,
.dark-mode .mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected {
  background:
    linear-gradient(
      135deg,
      rgba(139, 92, 246, 0.2) 0%,
      rgba(167, 139, 250, 0.2) 100%) !important;
  color: #a78bfa !important;
}
.dark-mode .mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  color: #f1f5f9 !important;
}
.dark-mode .mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,
.dark-mode .mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected .mdc-list-item__primary-text {
  color: #a78bfa !important;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  border-radius: 14px !important;
}
.mat-mdc-form-field .mat-mdc-form-field-flex {
  border-radius: 14px !important;
}
.mat-mdc-form-field .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 14px 0 0 14px !important;
  border-width: 2px !important;
}
.mat-mdc-form-field .mdc-notched-outline .mdc-notched-outline__notch {
  border-width: 2px 0 !important;
}
.mat-mdc-form-field .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 14px 14px 0 !important;
  border-width: 2px !important;
}
.mat-mdc-form-field.mat-focused .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-focused .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 2px !important;
}
.mat-datepicker-content {
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
  border: 2px solid #e2e8f0 !important;
  overflow: hidden !important;
}
.mat-datepicker-content .mat-calendar {
  background: #ffffff !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-header {
  background:
    linear-gradient(
      135deg,
      rgba(245, 158, 11, 0.05) 0%,
      rgba(251, 191, 36, 0.05) 100%) !important;
  padding: 1rem !important;
  border-radius: 20px 20px 0 0 !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-controls .mat-mdc-icon-button {
  color: #f59e0b !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-controls .mat-mdc-icon-button:hover {
  background: rgba(245, 158, 11, 0.1) !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-period-button {
  color: #1e293b !important;
  font-weight: 600 !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-period-button:hover {
  background: rgba(245, 158, 11, 0.1) !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-arrow {
  fill: #f59e0b !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-label {
  color: #64748b !important;
  font-weight: 600 !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-cell {
  border-radius: 8px !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-cell:hover .mat-calendar-body-cell-content {
  background-color: rgba(245, 158, 11, 0.1) !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-cell-content {
  border-radius: 8px !important;
  color: #1e293b !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-selected {
  background-color: #f59e0b !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #f59e0b !important;
  border-width: 2px !important;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-disabled {
  opacity: 0.3 !important;
}
.dark-mode .mat-datepicker-content {
  background: #1e293b !important;
  border-color: #334155 !important;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.3) !important;
}
.dark-mode .mat-datepicker-content .mat-calendar {
  background: #1e293b !important;
}
.dark-mode .mat-datepicker-content .mat-calendar .mat-calendar-header {
  background:
    linear-gradient(
      135deg,
      rgba(245, 158, 11, 0.1) 0%,
      rgba(251, 191, 36, 0.1) 100%) !important;
}
.dark-mode .mat-datepicker-content .mat-calendar .mat-calendar-period-button {
  color: #f1f5f9 !important;
}
.dark-mode .mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-label {
  color: #94a3b8 !important;
}
.dark-mode .mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-cell-content {
  color: #f1f5f9 !important;
}
.dark-mode .mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-cell:hover .mat-calendar-body-cell-content {
  background-color: rgba(245, 158, 11, 0.15) !important;
}
.dark-mode .mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-selected {
  background-color: #f59e0b !important;
  color: #ffffff !important;
}
.dark-mode .mat-datepicker-content .mat-calendar .mat-calendar-body .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #fbbf24 !important;
}
@keyframes dialogSlideIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.mat-expansion-panel-content .mat-action-row .mat-icon,
.mat-expansion-panel-content .mat-action-row button {
  display: flex;
  align-self: center;
  margin-left: 0.25rem;
}
.mat-expansion-panel-content .mat-action-row .mat-icon {
  padding: 0 0.5rem;
}
.modern-delete-dialog.cdk-overlay-pane {
  overflow: visible !important;
  max-height: 90vh !important;
}
.modern-delete-dialog .mat-mdc-dialog-container,
.modern-delete-dialog .mat-mdc-dialog-surface,
.modern-delete-dialog .mdc-dialog__container,
.modern-delete-dialog .mat-mdc-dialog-content,
.modern-delete-dialog .mdc-dialog__surface,
.modern-delete-dialog .cdk-global-overlay-wrapper {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  max-height: none !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.modern-delete-dialog .mat-mdc-dialog-container::-webkit-scrollbar,
.modern-delete-dialog .mat-mdc-dialog-surface::-webkit-scrollbar,
.modern-delete-dialog .mdc-dialog__container::-webkit-scrollbar,
.modern-delete-dialog .mat-mdc-dialog-content::-webkit-scrollbar,
.modern-delete-dialog .mdc-dialog__surface::-webkit-scrollbar,
.modern-delete-dialog .cdk-global-overlay-wrapper::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.cdk-overlay-container .modern-delete-dialog .mat-mdc-dialog-container {
  overflow: visible !important;
}
.cdk-global-overlay-wrapper .modern-delete-dialog {
  overflow: visible !important;
}
.modern-reset-password-dialog.cdk-overlay-pane {
  overflow: visible !important;
  max-height: 90vh !important;
}
.modern-reset-password-dialog .mat-mdc-dialog-container,
.modern-reset-password-dialog .mat-mdc-dialog-surface,
.modern-reset-password-dialog .mdc-dialog__container,
.modern-reset-password-dialog .mat-mdc-dialog-content,
.modern-reset-password-dialog .mdc-dialog__surface {
  overflow: visible !important;
  max-height: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.modern-reset-password-dialog .mat-mdc-dialog-container::-webkit-scrollbar,
.modern-reset-password-dialog .mat-mdc-dialog-surface::-webkit-scrollbar,
.modern-reset-password-dialog .mdc-dialog__container::-webkit-scrollbar,
.modern-reset-password-dialog .mat-mdc-dialog-content::-webkit-scrollbar,
.modern-reset-password-dialog .mdc-dialog__surface::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.cdk-overlay-container .modern-reset-password-dialog .mat-mdc-dialog-container {
  overflow: visible !important;
}
.cdk-global-overlay-wrapper .modern-reset-password-dialog {
  overflow: visible !important;
}
.mat-mdc-menu-panel.modern-menu {
  background-color: #ffffff !important;
  border: 2px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(226, 232, 240, 0.5) !important;
  overflow: hidden !important;
  min-width: 220px !important;
  animation: menuSlideIn 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-content {
  padding: 0.75rem !important;
  background-color: transparent !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item {
  border-radius: 12px !important;
  margin-bottom: 0.5rem !important;
  padding: 0.875rem 1rem !important;
  color: #1e293b !important;
  background-color: transparent !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  min-height: auto !important;
  line-height: 1.5 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  position: relative !important;
  overflow: hidden !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:last-child {
  margin-bottom: 0 !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item .mat-icon {
  color: #64748b !important;
  font-size: 1.25rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  margin-right: 0 !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item span {
  flex: 1 !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:hover {
  background:
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.1) 0%,
      rgba(96, 165, 250, 0.1) 100%) !important;
  color: #3b82f6 !important;
  box-shadow: -3px 0 0 #3b82f6 !important;
  transform: translateX(2px) !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:hover .mat-icon {
  color: #3b82f6 !important;
  transform: scale(1.1) !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(1):hover {
  background:
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.15) 0%,
      rgba(96, 165, 250, 0.15) 100%) !important;
  color: #3b82f6 !important;
  box-shadow: -3px 0 0 #3b82f6 !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(1):hover .mat-icon {
  color: #3b82f6 !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(2):hover {
  background:
    linear-gradient(
      135deg,
      rgba(239, 68, 68, 0.15) 0%,
      rgba(248, 113, 113, 0.15) 100%) !important;
  color: #ef4444 !important;
  box-shadow: -3px 0 0 #ef4444 !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(2):hover .mat-icon {
  color: #ef4444 !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(3):hover {
  background:
    linear-gradient(
      135deg,
      rgba(16, 185, 129, 0.15) 0%,
      rgba(52, 211, 153, 0.15) 100%) !important;
  color: #10b981 !important;
  box-shadow: -3px 0 0 #10b981 !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(3):hover .mat-icon {
  color: #10b981 !important;
}
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:active,
.mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:focus {
  outline: none !important;
}
@keyframes menuSlideIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.dark-mode .mat-mdc-menu-panel.modern-menu {
  background-color: #1e293b !important;
  border: 1px solid #334155 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(148, 163, 184, 0.1) !important;
  overflow: hidden !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-content {
  padding: 0.75rem !important;
  background-color: transparent !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item {
  border-radius: 12px !important;
  margin-bottom: 0.5rem !important;
  padding: 0.875rem 1rem !important;
  color: #f1f5f9 !important;
  background-color: transparent !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  min-height: auto !important;
  line-height: 1.5 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  position: relative !important;
  overflow: hidden !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:last-child {
  margin-bottom: 0 !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item .mat-icon {
  color: #94a3b8 !important;
  font-size: 1.25rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item span {
  flex: 1 !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:hover {
  background:
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.2) 0%,
      rgba(96, 165, 250, 0.2) 100%) !important;
  color: #60a5fa !important;
  box-shadow: -3px 0 0 #60a5fa !important;
  transform: translateX(2px) !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:hover .mat-icon {
  color: #60a5fa !important;
  transform: scale(1.1) !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(1):hover {
  background:
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.25) 0%,
      rgba(96, 165, 250, 0.25) 100%) !important;
  color: #60a5fa !important;
  box-shadow: -3px 0 0 #60a5fa !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(1):hover .mat-icon {
  color: #60a5fa !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(2):hover {
  background:
    linear-gradient(
      135deg,
      rgba(239, 68, 68, 0.25) 0%,
      rgba(248, 113, 113, 0.25) 100%) !important;
  color: #f87171 !important;
  box-shadow: -3px 0 0 #f87171 !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(2):hover .mat-icon {
  color: #f87171 !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(3):hover {
  background:
    linear-gradient(
      135deg,
      rgba(16, 185, 129, 0.25) 0%,
      rgba(52, 211, 153, 0.25) 100%) !important;
  color: #34d399 !important;
  box-shadow: -3px 0 0 #34d399 !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:nth-child(3):hover .mat-icon {
  color: #34d399 !important;
}
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:active,
.dark-mode .mat-mdc-menu-panel.modern-menu .mat-mdc-menu-item:focus {
  outline: none !important;
}
.dark-mode .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(2px) !important;
}
.dark-mode .modern-delete-modal {
  background: #1e293b !important;
  border: 2px solid #334155 !important;
}
.dark-mode .modern-delete-modal .modal-header {
  background:
    linear-gradient(
      135deg,
      rgba(220, 38, 38, 0.1) 0%,
      rgba(220, 38, 38, 0.15) 100%) !important;
  border-bottom-color: #334155 !important;
}
.dark-mode .modern-delete-modal .modal-header .close-button {
  background: rgba(51, 65, 85, 0.9) !important;
}
.dark-mode .modern-delete-modal .modal-header .close-button mat-icon {
  color: #94a3b8 !important;
}
.dark-mode .modern-delete-modal .modal-header .close-button:hover {
  background: #334155 !important;
}
.dark-mode .modern-delete-modal .modal-header .close-button:hover mat-icon {
  color: #f87171 !important;
}
.dark-mode .modern-delete-modal .modal-content {
  background: #1e293b !important;
}
.dark-mode .modern-delete-modal .modal-content .content-wrapper {
  background: transparent !important;
}
.dark-mode .modern-delete-modal .modal-content .modal-title {
  color: #f1f5f9 !important;
}
.dark-mode .modern-delete-modal .modal-content .modal-message {
  color: #94a3b8 !important;
}
.dark-mode .modern-delete-modal .entity-card {
  background: #0f172a !important;
  border-color: #334155 !important;
}
.dark-mode .modern-delete-modal .entity-card .entity-details .entity-name {
  color: #f1f5f9 !important;
}
.dark-mode .modern-delete-modal .entity-card .entity-details .entity-label {
  color: #f87171 !important;
}
.dark-mode .modern-delete-modal .items-list {
  background: #0f172a !important;
  border-color: #334155 !important;
}
.dark-mode .modern-delete-modal .items-list .item-card {
  background: #1e293b !important;
  border-color: #334155 !important;
}
.dark-mode .modern-delete-modal .items-list .item-card .item-name {
  color: #f1f5f9 !important;
}
.dark-mode .modern-delete-modal .items-list::-webkit-scrollbar-track {
  background: #0f172a !important;
}
.dark-mode .modern-delete-modal .items-list::-webkit-scrollbar-thumb {
  background: #334155 !important;
}
.dark-mode .modern-delete-modal .items-list::-webkit-scrollbar-thumb:hover {
  background: #475569 !important;
}
.dark-mode .modern-delete-modal .warning-note {
  background: rgba(220, 38, 38, 0.1) !important;
  border-color: #334155 !important;
}
.dark-mode .modern-delete-modal .warning-note span {
  color: #94a3b8 !important;
}
.dark-mode .modern-delete-modal .warning-note mat-icon {
  color: #f87171 !important;
}
.dark-mode .modern-delete-modal .modal-actions {
  background: #1e293b !important;
  border-top-color: #334155 !important;
}
.dark-mode .modern-delete-modal .modal-actions .cancel-button {
  background: #334155 !important;
  color: #cbd5e1 !important;
  border-color: #334155 !important;
}
.dark-mode .modern-delete-modal .modal-actions .cancel-button:hover {
  background: #475569 !important;
  border-color: #94a3b8 !important;
}
.dark-mode .modern-delete-modal .modal-actions .delete-button {
  background:
    linear-gradient(
      135deg,
      #dc2626 0%,
      #ef4444 100%) !important;
  color: #ffffff !important;
}
.dark-mode .modern-delete-modal .modal-actions .delete-button:hover {
  background:
    linear-gradient(
      135deg,
      #ef4444 0%,
      #f87171 100%) !important;
}
::ng-deep .modern-subject-list-dialog .mat-mdc-dialog-container,
::ng-deep .modern-subject-list-dialog .mat-mdc-dialog-surface,
::ng-deep .modern-subject-list-dialog .mdc-dialog__container,
::ng-deep .modern-subject-list-dialog .mat-mdc-dialog-content {
  overflow: visible !important;
  max-height: none !important;
}
::ng-deep .modern-subject-list-dialog .mat-mdc-dialog-container {
  border-radius: 20px !important;
  padding: 0 !important;
  overflow: visible !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
}
::ng-deep .modern-subject-list-dialog .mat-mdc-dialog-surface {
  border-radius: 20px !important;
  overflow: visible !important;
}
.cdk-global-overlay-wrapper .modern-subject-list-dialog {
  overflow: visible !important;
}
.dark-mode .modern-subject-list-modal {
  background: #0f172a !important;
}
.dark-mode .modern-subject-list-modal .decorative-background {
  opacity: 0.3 !important;
}
.dark-mode .modern-subject-list-modal .modal-header {
  background:
    linear-gradient(
      135deg,
      #4c1d95 0%,
      #5b21b6 100%) !important;
}
.dark-mode .modern-subject-list-modal .modal-content {
  background: #0f172a !important;
}
.dark-mode .modern-subject-list-modal .stats-bar {
  background: #1e293b !important;
  border-color: #334155 !important;
}
.dark-mode .modern-subject-list-modal .stat-value {
  color: #f1f5f9 !important;
}
.dark-mode .modern-subject-list-modal .stat-label {
  color: #94a3b8 !important;
}
.dark-mode .modern-subject-list-modal .stat-divider {
  background: #334155 !important;
}
.dark-mode .modern-subject-list-modal .section-title {
  background:
    linear-gradient(
      135deg,
      #a78bfa 0%,
      #c4b5fd 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.dark-mode .modern-subject-list-modal .view-toggle {
  background: #1e293b !important;
  border-color: #334155 !important;
}
.dark-mode .modern-subject-list-modal .toggle-btn {
  color: #94a3b8 !important;
}
.dark-mode .modern-subject-list-modal .toggle-btn:hover {
  background: rgba(167, 139, 250, 0.15) !important;
  color: #a78bfa !important;
}
.dark-mode .modern-subject-list-modal .toggle-btn.active {
  background:
    linear-gradient(
      135deg,
      #8b5cf6 0%,
      #a78bfa 100%) !important;
  color: #ffffff !important;
}
.dark-mode .modern-subject-list-modal .subject-card {
  background: #1e293b !important;
  border-color: #334155 !important;
}
.dark-mode .modern-subject-list-modal .subject-number {
  color: #f1f5f9 !important;
}
.dark-mode .modern-subject-list-modal .subject-title {
  color: #f1f5f9 !important;
}
.dark-mode .modern-subject-list-modal .subject-shortcut {
  background: #0f172a !important;
  border-color: #334155 !important;
}
.dark-mode .modern-subject-list-modal .subject-shortcut .shortcut-icon {
  color: #94a3b8 !important;
}
.dark-mode .modern-subject-list-modal .subject-shortcut .shortcut-text {
  color: #f1f5f9 !important;
}
.dark-mode .modern-subject-list-modal .progress-bar {
  background: #334155 !important;
}
.dark-mode .modern-subject-list-modal .no-subjects {
  background: #1e293b !important;
  border-color: #334155 !important;
}
.dark-mode .modern-subject-list-modal .no-subjects-title {
  color: #f1f5f9 !important;
}
.dark-mode .modern-subject-list-modal .no-subjects-text {
  color: #94a3b8 !important;
}
.dark-mode .modern-subject-list-modal .modal-actions {
  background: #0f172a !important;
}
.dark-mode .modern-subject-list-modal .info-chip {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #94a3b8 !important;
}
.mat-mdc-select-panel {
  background: var(--filters-bg, #ffffff);
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  border: 2px solid rgba(139, 92, 246, 0.15) !important;
  padding: 0.5rem !important;
}
.mat-mdc-select-panel .mat-mdc-option {
  border-radius: 8px !important;
  margin: 0.25rem 0 !important;
  padding: 0.75rem 1rem !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}
.mat-mdc-select-panel .mat-mdc-option .option-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: var(--accent-color, #7c3aed);
}
.mat-mdc-select-panel .mat-mdc-option:hover {
  background: rgba(139, 92, 246, 0.1) !important;
  transform: translateX(4px) !important;
}
.mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active {
  background: rgba(139, 92, 246, 0.15) !important;
}
.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected {
  background: rgba(139, 92, 246, 0.2) !important;
  font-weight: 600 !important;
}
:host-context(.dark-mode) .mat-mdc-select-panel {
  background: #1f2937 !important;
  border-color: rgba(139, 92, 246, 0.25) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}
.custom-dialog-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.custom-dialog-container .mat-mdc-dialog-container {
  border-radius: 24px;
  padding: 0 !important;
  overflow: visible;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.custom-dialog-container .mat-mdc-dialog-surface {
  border-radius: 24px;
  padding: 0 !important;
}
.confirmation-dialog-container .mat-mdc-dialog-container {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}
.confirmation-dialog-container .mat-mdc-dialog-surface {
  padding: 0 !important;
  border-radius: 24px !important;
}
.confirmation-dialog-container .mdc-dialog__surface {
  padding: 0 !important;
  border-radius: 24px !important;
}
.image-upload-modal-dialog.cdk-overlay-pane {
  max-width: 900px !important;
  width: 90vw !important;
  max-height: 90vh !important;
}
.image-upload-modal-dialog .mat-mdc-dialog-container {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 12px 24px -8px rgba(0, 0, 0, 0.15),
    0 4px 8px -2px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  max-height: 90vh !important;
  display: flex !important;
  flex-direction: column !important;
}
.image-upload-modal-dialog .mat-mdc-dialog-surface,
.image-upload-modal-dialog .mdc-dialog__surface {
  padding: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  max-height: 90vh !important;
}
.image-upload-modal-dialog .mat-mdc-dialog-content {
  padding: 0 !important;
  margin: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}
.image-upload-modal-dialog .mat-mdc-dialog-actions {
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto !important;
}
.image-upload-modal-dialog.mat-mdc-dialog-container-enter {
  animation: dialogSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-upload-modal-backdrop {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.6) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.question-details-dialog .mat-mdc-dialog-container {
  padding: 0 !important;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  height: 90vh;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.question-details-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.question-details-dialog .mat-mdc-dialog-container .mat-mdc-dialog-content {
  padding: 0 !important;
  margin: 0 !important;
  max-height: none !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.question-details-dialog.mat-mdc-dialog-container-enter {
  animation: dialogSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes dialogSlideIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@media (max-width: 768px) {
  .question-details-dialog .mat-mdc-dialog-container {
    height: 95vh;
    max-height: 95vh;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    border-radius: 0;
  }
  .question-details-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .question-details-dialog .mat-mdc-dialog-container {
    height: 100vh;
    max-height: 100vh;
  }
}

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