@angular/material 18.0.0-rc.2 → 18.0.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/checkbox/_checkbox-theme.scss +32 -29
  2. package/chips/index.d.ts +2 -9
  3. package/core/tokens/m2/_index.scss +75 -78
  4. package/core/tokens/m2/mat/_checkbox.scss +13 -8
  5. package/core/tokens/m2/mat/_dialog.scss +2 -0
  6. package/core/tokens/m2/mat/_radio.scss +13 -8
  7. package/core/tokens/m2/mat/_switch.scss +14 -9
  8. package/core/tokens/m2/mdc/_dialog.scss +2 -4
  9. package/core/tokens/m3/_index.scss +5 -5
  10. package/core/tokens/m3/mat/_checkbox.scss +8 -3
  11. package/core/tokens/m3/mat/_dialog.scss +1 -0
  12. package/core/tokens/m3/mat/_radio.scss +28 -17
  13. package/core/tokens/m3/mat/_switch.scss +7 -1
  14. package/core/tokens/m3/mdc/_dialog.scss +0 -16
  15. package/dialog/_dialog-theme.scss +8 -5
  16. package/esm2022/autocomplete/autocomplete-origin.mjs +3 -3
  17. package/esm2022/autocomplete/autocomplete-trigger.mjs +3 -3
  18. package/esm2022/autocomplete/autocomplete.mjs +3 -3
  19. package/esm2022/autocomplete/module.mjs +4 -4
  20. package/esm2022/badge/badge-module.mjs +4 -4
  21. package/esm2022/badge/badge.mjs +6 -6
  22. package/esm2022/bottom-sheet/bottom-sheet-container.mjs +3 -3
  23. package/esm2022/bottom-sheet/bottom-sheet-module.mjs +4 -4
  24. package/esm2022/bottom-sheet/bottom-sheet.mjs +3 -3
  25. package/esm2022/button/button-base.mjs +6 -6
  26. package/esm2022/button/button.mjs +6 -6
  27. package/esm2022/button/fab.mjs +12 -12
  28. package/esm2022/button/icon-button.mjs +6 -6
  29. package/esm2022/button/module.mjs +4 -4
  30. package/esm2022/button-toggle/button-toggle-module.mjs +4 -4
  31. package/esm2022/button-toggle/button-toggle.mjs +6 -6
  32. package/esm2022/card/card.mjs +42 -42
  33. package/esm2022/card/module.mjs +4 -4
  34. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  35. package/esm2022/checkbox/checkbox.mjs +6 -6
  36. package/esm2022/checkbox/module.mjs +8 -8
  37. package/esm2022/chips/chip-action.mjs +3 -3
  38. package/esm2022/chips/chip-edit-input.mjs +3 -3
  39. package/esm2022/chips/chip-grid.mjs +3 -3
  40. package/esm2022/chips/chip-icons.mjs +9 -9
  41. package/esm2022/chips/chip-input.mjs +11 -30
  42. package/esm2022/chips/chip-listbox.mjs +3 -3
  43. package/esm2022/chips/chip-option.mjs +3 -3
  44. package/esm2022/chips/chip-row.mjs +3 -3
  45. package/esm2022/chips/chip-set.mjs +3 -3
  46. package/esm2022/chips/chip.mjs +7 -5
  47. package/esm2022/chips/module.mjs +4 -4
  48. package/esm2022/core/common-behaviors/common-module.mjs +4 -4
  49. package/esm2022/core/datetime/index.mjs +8 -8
  50. package/esm2022/core/datetime/native-date-adapter.mjs +3 -3
  51. package/esm2022/core/error/error-options.mjs +6 -6
  52. package/esm2022/core/internal-form-field/internal-form-field.mjs +4 -4
  53. package/esm2022/core/line/line.mjs +7 -7
  54. package/esm2022/core/option/index.mjs +4 -4
  55. package/esm2022/core/option/optgroup.mjs +3 -3
  56. package/esm2022/core/option/option.mjs +3 -3
  57. package/esm2022/core/private/ripple-loader.mjs +3 -3
  58. package/esm2022/core/ripple/index.mjs +4 -4
  59. package/esm2022/core/ripple/ripple.mjs +3 -3
  60. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  61. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  62. package/esm2022/core/version.mjs +1 -1
  63. package/esm2022/datepicker/calendar-body.mjs +3 -3
  64. package/esm2022/datepicker/calendar.mjs +6 -6
  65. package/esm2022/datepicker/date-range-input-parts.mjs +9 -9
  66. package/esm2022/datepicker/date-range-input.mjs +3 -3
  67. package/esm2022/datepicker/date-range-picker.mjs +3 -3
  68. package/esm2022/datepicker/date-range-selection-strategy.mjs +3 -3
  69. package/esm2022/datepicker/date-selection-model.mjs +9 -9
  70. package/esm2022/datepicker/datepicker-actions.mjs +9 -9
  71. package/esm2022/datepicker/datepicker-base.mjs +6 -6
  72. package/esm2022/datepicker/datepicker-input-base.mjs +3 -3
  73. package/esm2022/datepicker/datepicker-input.mjs +3 -3
  74. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  75. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  76. package/esm2022/datepicker/datepicker-toggle.mjs +6 -6
  77. package/esm2022/datepicker/datepicker.mjs +3 -3
  78. package/esm2022/datepicker/month-view.mjs +3 -3
  79. package/esm2022/datepicker/multi-year-view.mjs +3 -3
  80. package/esm2022/datepicker/year-view.mjs +3 -3
  81. package/esm2022/dialog/dialog-container.mjs +5 -5
  82. package/esm2022/dialog/dialog-content-directives.mjs +15 -15
  83. package/esm2022/dialog/dialog.mjs +3 -3
  84. package/esm2022/dialog/module.mjs +4 -4
  85. package/esm2022/divider/divider-module.mjs +4 -4
  86. package/esm2022/divider/divider.mjs +3 -3
  87. package/esm2022/expansion/accordion.mjs +3 -3
  88. package/esm2022/expansion/expansion-module.mjs +4 -4
  89. package/esm2022/expansion/expansion-panel-content.mjs +3 -3
  90. package/esm2022/expansion/expansion-panel-header.mjs +9 -9
  91. package/esm2022/expansion/expansion-panel.mjs +6 -6
  92. package/esm2022/form-field/directives/error.mjs +3 -3
  93. package/esm2022/form-field/directives/floating-label.mjs +3 -3
  94. package/esm2022/form-field/directives/hint.mjs +3 -3
  95. package/esm2022/form-field/directives/label.mjs +3 -3
  96. package/esm2022/form-field/directives/line-ripple.mjs +3 -3
  97. package/esm2022/form-field/directives/notched-outline.mjs +3 -3
  98. package/esm2022/form-field/directives/prefix.mjs +3 -3
  99. package/esm2022/form-field/directives/suffix.mjs +3 -3
  100. package/esm2022/form-field/form-field-control.mjs +3 -3
  101. package/esm2022/form-field/form-field.mjs +3 -3
  102. package/esm2022/form-field/module.mjs +4 -4
  103. package/esm2022/grid-list/grid-list-module.mjs +4 -4
  104. package/esm2022/grid-list/grid-list.mjs +3 -3
  105. package/esm2022/grid-list/grid-tile.mjs +15 -15
  106. package/esm2022/icon/icon-module.mjs +4 -4
  107. package/esm2022/icon/icon-registry.mjs +3 -3
  108. package/esm2022/icon/icon.mjs +3 -3
  109. package/esm2022/icon/testing/fake-icon-registry.mjs +7 -7
  110. package/esm2022/input/input.mjs +3 -3
  111. package/esm2022/input/module.mjs +4 -4
  112. package/esm2022/list/action-list.mjs +3 -3
  113. package/esm2022/list/list-base.mjs +6 -6
  114. package/esm2022/list/list-item-sections.mjs +18 -18
  115. package/esm2022/list/list-module.mjs +4 -4
  116. package/esm2022/list/list-option.mjs +3 -3
  117. package/esm2022/list/list.mjs +6 -6
  118. package/esm2022/list/nav-list.mjs +3 -3
  119. package/esm2022/list/selection-list.mjs +3 -3
  120. package/esm2022/list/subheader.mjs +3 -3
  121. package/esm2022/menu/menu-content.mjs +3 -3
  122. package/esm2022/menu/menu-item.mjs +3 -3
  123. package/esm2022/menu/menu-trigger.mjs +3 -3
  124. package/esm2022/menu/menu.mjs +3 -3
  125. package/esm2022/menu/module.mjs +4 -4
  126. package/esm2022/paginator/module.mjs +4 -4
  127. package/esm2022/paginator/paginator-intl.mjs +3 -3
  128. package/esm2022/paginator/paginator.mjs +3 -3
  129. package/esm2022/progress-bar/module.mjs +4 -4
  130. package/esm2022/progress-bar/progress-bar.mjs +3 -3
  131. package/esm2022/progress-spinner/module.mjs +4 -4
  132. package/esm2022/progress-spinner/progress-spinner.mjs +3 -3
  133. package/esm2022/radio/module.mjs +4 -4
  134. package/esm2022/radio/radio.mjs +8 -8
  135. package/esm2022/select/module.mjs +4 -4
  136. package/esm2022/select/select.mjs +6 -6
  137. package/esm2022/sidenav/drawer.mjs +9 -9
  138. package/esm2022/sidenav/sidenav-module.mjs +4 -4
  139. package/esm2022/sidenav/sidenav.mjs +9 -9
  140. package/esm2022/slide-toggle/module.mjs +8 -8
  141. package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  142. package/esm2022/slide-toggle/slide-toggle.mjs +6 -6
  143. package/esm2022/slider/module.mjs +4 -4
  144. package/esm2022/slider/slider-input.mjs +11 -9
  145. package/esm2022/slider/slider-interface.mjs +1 -1
  146. package/esm2022/slider/slider-thumb.mjs +3 -3
  147. package/esm2022/slider/slider.mjs +6 -6
  148. package/esm2022/snack-bar/module.mjs +4 -4
  149. package/esm2022/snack-bar/simple-snack-bar.mjs +3 -3
  150. package/esm2022/snack-bar/snack-bar-container.mjs +3 -3
  151. package/esm2022/snack-bar/snack-bar-content.mjs +9 -9
  152. package/esm2022/snack-bar/snack-bar.mjs +3 -3
  153. package/esm2022/sort/sort-header-intl.mjs +3 -3
  154. package/esm2022/sort/sort-header.mjs +3 -3
  155. package/esm2022/sort/sort-module.mjs +4 -4
  156. package/esm2022/sort/sort.mjs +3 -3
  157. package/esm2022/stepper/step-content.mjs +3 -3
  158. package/esm2022/stepper/step-header.mjs +3 -3
  159. package/esm2022/stepper/step-label.mjs +3 -3
  160. package/esm2022/stepper/stepper-button.mjs +6 -6
  161. package/esm2022/stepper/stepper-icon.mjs +3 -3
  162. package/esm2022/stepper/stepper-intl.mjs +3 -3
  163. package/esm2022/stepper/stepper-module.mjs +4 -4
  164. package/esm2022/stepper/stepper.mjs +6 -6
  165. package/esm2022/table/cell.mjs +21 -21
  166. package/esm2022/table/module.mjs +4 -4
  167. package/esm2022/table/row.mjs +21 -21
  168. package/esm2022/table/table.mjs +6 -6
  169. package/esm2022/table/text-column.mjs +3 -3
  170. package/esm2022/tabs/ink-bar.mjs +3 -3
  171. package/esm2022/tabs/module.mjs +4 -4
  172. package/esm2022/tabs/paginated-tab-header.mjs +3 -3
  173. package/esm2022/tabs/tab-body.mjs +6 -6
  174. package/esm2022/tabs/tab-content.mjs +3 -3
  175. package/esm2022/tabs/tab-group.mjs +3 -3
  176. package/esm2022/tabs/tab-header.mjs +3 -3
  177. package/esm2022/tabs/tab-label-wrapper.mjs +3 -3
  178. package/esm2022/tabs/tab-label.mjs +3 -3
  179. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +9 -9
  180. package/esm2022/tabs/tab.mjs +3 -3
  181. package/esm2022/toolbar/toolbar-module.mjs +4 -4
  182. package/esm2022/toolbar/toolbar.mjs +6 -6
  183. package/esm2022/tooltip/module.mjs +4 -4
  184. package/esm2022/tooltip/tooltip.mjs +6 -6
  185. package/esm2022/tree/node.mjs +9 -9
  186. package/esm2022/tree/outlet.mjs +3 -3
  187. package/esm2022/tree/padding.mjs +3 -3
  188. package/esm2022/tree/toggle.mjs +3 -3
  189. package/esm2022/tree/tree-module.mjs +4 -4
  190. package/esm2022/tree/tree.mjs +3 -3
  191. package/fesm2022/autocomplete.mjs +13 -13
  192. package/fesm2022/badge.mjs +10 -10
  193. package/fesm2022/bottom-sheet.mjs +10 -10
  194. package/fesm2022/button-toggle.mjs +10 -10
  195. package/fesm2022/button.mjs +34 -34
  196. package/fesm2022/card.mjs +46 -46
  197. package/fesm2022/checkbox.mjs +16 -16
  198. package/fesm2022/checkbox.mjs.map +1 -1
  199. package/fesm2022/chips.mjs +50 -67
  200. package/fesm2022/chips.mjs.map +1 -1
  201. package/fesm2022/core.mjs +60 -60
  202. package/fesm2022/core.mjs.map +1 -1
  203. package/fesm2022/datepicker.mjs +82 -82
  204. package/fesm2022/dialog.mjs +26 -26
  205. package/fesm2022/dialog.mjs.map +1 -1
  206. package/fesm2022/divider.mjs +7 -7
  207. package/fesm2022/expansion.mjs +25 -25
  208. package/fesm2022/form-field.mjs +34 -34
  209. package/fesm2022/grid-list.mjs +22 -22
  210. package/fesm2022/icon/testing.mjs +7 -7
  211. package/fesm2022/icon.mjs +10 -10
  212. package/fesm2022/input.mjs +7 -7
  213. package/fesm2022/list.mjs +49 -49
  214. package/fesm2022/menu.mjs +16 -16
  215. package/fesm2022/paginator.mjs +10 -10
  216. package/fesm2022/progress-bar.mjs +7 -7
  217. package/fesm2022/progress-spinner.mjs +7 -7
  218. package/fesm2022/radio.mjs +11 -11
  219. package/fesm2022/radio.mjs.map +1 -1
  220. package/fesm2022/select.mjs +10 -10
  221. package/fesm2022/sidenav.mjs +22 -22
  222. package/fesm2022/slide-toggle.mjs +16 -16
  223. package/fesm2022/slide-toggle.mjs.map +1 -1
  224. package/fesm2022/slider.mjs +22 -20
  225. package/fesm2022/slider.mjs.map +1 -1
  226. package/fesm2022/snack-bar.mjs +22 -22
  227. package/fesm2022/sort.mjs +13 -13
  228. package/fesm2022/stepper.mjs +31 -31
  229. package/fesm2022/table.mjs +55 -55
  230. package/fesm2022/tabs.mjs +43 -43
  231. package/fesm2022/toolbar.mjs +10 -10
  232. package/fesm2022/tooltip.mjs +10 -10
  233. package/fesm2022/tree.mjs +25 -25
  234. package/package.json +2 -2
  235. package/prebuilt-themes/azure-blue.css +1 -1
  236. package/prebuilt-themes/cyan-orange.css +1 -1
  237. package/prebuilt-themes/deeppurple-amber.css +1 -1
  238. package/prebuilt-themes/indigo-pink.css +1 -1
  239. package/prebuilt-themes/magenta-violet.css +1 -1
  240. package/prebuilt-themes/pink-bluegrey.css +1 -1
  241. package/prebuilt-themes/purple-green.css +1 -1
  242. package/prebuilt-themes/rose-red.css +1 -1
  243. package/radio/_radio-theme.scss +36 -34
  244. package/schematics/ng-add/index.js +1 -1
  245. package/schematics/ng-add/index.mjs +1 -1
  246. package/schematics/ng-update/index_bundled.js +45 -0
  247. package/schematics/ng-update/index_bundled.js.map +3 -3
  248. package/slide-toggle/_slide-toggle-theme.scss +37 -33
  249. package/slider/index.d.ts +3 -2
  250. package/core/internal-form-field/_internal-form-field-theme.scss +0 -37
  251. package/core/tokens/m2/mdc/_form-field.scss +0 -46
  252. package/core/tokens/m3/mdc/_form-field.scss +0 -25
  253. package/dialog/_mdc-dialog-structure-overrides.scss +0 -58
@@ -1 +1 @@
1
- .mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, 0.1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}html{--mat-app-background-color:#1e1a1d;--mat-app-text-color:#e9e0e4;--mat-ripple-color:rgba(233, 224, 228, 0.1);--mat-option-selected-state-label-text-color:#f7daef;--mat-option-label-text-color:#e9e0e4;--mat-option-hover-state-layer-color:rgba(233, 224, 228, 0.08);--mat-option-focus-state-layer-color:rgba(233, 224, 228, 0.12);--mat-option-selected-state-layer-color:#554151;--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:1.25rem;--mat-option-label-text-size:1rem;--mat-option-label-text-tracking:0.006rem;--mat-option-label-text-weight:400;--mat-full-pseudo-checkbox-selected-icon-color:#ffabf3;--mat-full-pseudo-checkbox-selected-checkmark-color:#5b005b;--mat-full-pseudo-checkbox-unselected-icon-color:#d1c2cb;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#1e1a1d;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:rgba(233, 224, 228, 0.38);--mat-full-pseudo-checkbox-disabled-selected-icon-color:rgba(233, 224, 228, 0.38);--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffabf3;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:rgba(233, 224, 228, 0.38);--mdc-elevated-card-container-color:#1e1a1d;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-elevated-card-container-shape:12px;--mdc-outlined-card-container-color:#1e1a1d;--mdc-outlined-card-outline-color:#4e444b;--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-shape:12px;--mdc-outlined-card-outline-width:1px;--mat-card-subtitle-text-color:#e9e0e4;--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:1.75rem;--mat-card-title-text-size:1.375rem;--mat-card-title-text-tracking:0rem;--mat-card-title-text-weight:400;--mat-card-subtitle-text-font:Roboto, sans-serif;--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;--mdc-linear-progress-active-indicator-color:#ffabf3;--mdc-linear-progress-track-color:#4e444b;--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0px;--mdc-plain-tooltip-container-color:#e9e0e4;--mdc-plain-tooltip-supporting-text-color:#342f32;--mdc-plain-tooltip-supporting-text-line-height:1rem;--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:0.75rem;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.025rem;--mdc-plain-tooltip-container-shape:4px;--mdc-filled-text-field-caret-color:#ffabf3;--mdc-filled-text-field-focus-active-indicator-color:#ffabf3;--mdc-filled-text-field-focus-label-text-color:#ffabf3;--mdc-filled-text-field-container-color:#4e444b;--mdc-filled-text-field-disabled-container-color:rgba(233, 224, 228, 0.04);--mdc-filled-text-field-label-text-color:#d1c2cb;--mdc-filled-text-field-hover-label-text-color:#d1c2cb;--mdc-filled-text-field-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-filled-text-field-input-text-color:#e9e0e4;--mdc-filled-text-field-disabled-input-text-color:rgba(233, 224, 228, 0.38);--mdc-filled-text-field-input-text-placeholder-color:#d1c2cb;--mdc-filled-text-field-error-hover-label-text-color:#ffdad6;--mdc-filled-text-field-error-focus-label-text-color:#ffb4ab;--mdc-filled-text-field-error-label-text-color:#ffb4ab;--mdc-filled-text-field-active-indicator-color:#d1c2cb;--mdc-filled-text-field-disabled-active-indicator-color:rgba(233, 224, 228, 0.38);--mdc-filled-text-field-hover-active-indicator-color:#e9e0e4;--mdc-filled-text-field-error-active-indicator-color:#ffb4ab;--mdc-filled-text-field-error-focus-active-indicator-color:#ffb4ab;--mdc-filled-text-field-error-hover-active-indicator-color:#ffdad6;--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:1rem;--mdc-filled-text-field-label-text-tracking:0.031rem;--mdc-filled-text-field-label-text-weight:400;--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;--mdc-outlined-text-field-caret-color:#ffabf3;--mdc-outlined-text-field-focus-outline-color:#ffabf3;--mdc-outlined-text-field-focus-label-text-color:#ffabf3;--mdc-outlined-text-field-label-text-color:#d1c2cb;--mdc-outlined-text-field-hover-label-text-color:#e9e0e4;--mdc-outlined-text-field-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-outlined-text-field-input-text-color:#e9e0e4;--mdc-outlined-text-field-disabled-input-text-color:rgba(233, 224, 228, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:#d1c2cb;--mdc-outlined-text-field-error-focus-label-text-color:#ffb4ab;--mdc-outlined-text-field-error-label-text-color:#ffb4ab;--mdc-outlined-text-field-error-hover-label-text-color:#ffdad6;--mdc-outlined-text-field-outline-color:#9a8d95;--mdc-outlined-text-field-disabled-outline-color:rgba(233, 224, 228, 0.12);--mdc-outlined-text-field-hover-outline-color:#e9e0e4;--mdc-outlined-text-field-error-focus-outline-color:#ffb4ab;--mdc-outlined-text-field-error-hover-outline-color:#ffdad6;--mdc-outlined-text-field-error-outline-color:#ffb4ab;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:1rem;--mdc-outlined-text-field-label-text-tracking:0.031rem;--mdc-outlined-text-field-label-text-weight:400;--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px;--mat-form-field-focus-select-arrow-color:#ffabf3;--mat-form-field-disabled-input-text-placeholder-color:rgba(233, 224, 228, 0.38);--mat-form-field-state-layer-color:#e9e0e4;--mat-form-field-error-text-color:#ffb4ab;--mat-form-field-select-option-text-color:#1e1a1d;--mat-form-field-select-disabled-option-text-color:rgba(30, 26, 29, 0.38);--mat-form-field-leading-icon-color:#d1c2cb;--mat-form-field-disabled-leading-icon-color:rgba(233, 224, 228, 0.38);--mat-form-field-trailing-icon-color:#d1c2cb;--mat-form-field-disabled-trailing-icon-color:rgba(233, 224, 228, 0.38);--mat-form-field-error-focus-trailing-icon-color:#ffb4ab;--mat-form-field-error-hover-trailing-icon-color:#ffdad6;--mat-form-field-error-trailing-icon-color:#ffb4ab;--mat-form-field-enabled-select-arrow-color:#d1c2cb;--mat-form-field-disabled-select-arrow-color:rgba(233, 224, 228, 0.38);--mat-form-field-hover-state-layer-opacity:0.08;--mat-form-field-container-text-font:Roboto, sans-serif;--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:Roboto, sans-serif;--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-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px;--mat-form-field-focus-state-layer-opacity:0;--mat-select-panel-background-color:#221e21;--mat-select-enabled-trigger-text-color:#e9e0e4;--mat-select-disabled-trigger-text-color:rgba(233, 224, 228, 0.38);--mat-select-placeholder-text-color:#d1c2cb;--mat-select-enabled-arrow-color:#d1c2cb;--mat-select-disabled-arrow-color:rgba(233, 224, 228, 0.38);--mat-select-focused-arrow-color:#ffabf3;--mat-select-invalid-arrow-color:#ffb4ab;--mat-select-trigger-text-font:Roboto, sans-serif;--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;--mat-select-arrow-transform:translateY(-8px);--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);--mat-autocomplete-background-color:#221e21;--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);--mdc-dialog-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-dialog-container-shadow-color:#000;--mdc-dialog-container-color:#1e1a1d;--mdc-dialog-subhead-color:#e9e0e4;--mdc-dialog-supporting-text-color:#d1c2cb;--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:2rem;--mdc-dialog-subhead-size:1.5rem;--mdc-dialog-subhead-weight:400;--mdc-dialog-subhead-tracking:0rem;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:1.25rem;--mdc-dialog-supporting-text-size:0.875rem;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.016rem;--mdc-dialog-container-shape:28px;--mat-dialog-container-max-width:560px;--mat-dialog-container-small-max-width:calc(100vw - 32px);--mat-dialog-container-min-width:280px;--mat-dialog-actions-alignment:flex-end;--mat-dialog-actions-padding:16px 24px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px 0;--mat-dialog-headline-padding:6px 24px 13px;--mdc-chip-outline-color:#9a8d95;--mdc-chip-disabled-outline-color:rgba(233, 224, 228, 0.12);--mdc-chip-focus-outline-color:#d1c2cb;--mdc-chip-hover-state-layer-opacity:0.08;--mdc-chip-selected-hover-state-layer-opacity:0.08;--mdc-chip-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-chip-elevated-selected-container-color:#554151;--mdc-chip-flat-disabled-selected-container-color:rgba(233, 224, 228, 0.12);--mdc-chip-focus-state-layer-color:#d1c2cb;--mdc-chip-hover-state-layer-color:#d1c2cb;--mdc-chip-selected-hover-state-layer-color:#f7daef;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:#f7daef;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#d1c2cb;--mdc-chip-selected-label-text-color:#f7daef;--mdc-chip-with-icon-icon-color:#d1c2cb;--mdc-chip-with-icon-disabled-icon-color:#e9e0e4;--mdc-chip-with-icon-selected-icon-color:#f7daef;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#e9e0e4;--mdc-chip-with-trailing-icon-trailing-icon-color:#d1c2cb;--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:1.25rem;--mdc-chip-label-text-size:0.875rem;--mdc-chip-label-text-tracking:0.006rem;--mdc-chip-label-text-weight:500;--mdc-chip-container-height:32px;--mdc-chip-container-shape-family:rounded;--mdc-chip-container-shape-radius:8px;--mdc-chip-with-avatar-avatar-size:24px;--mdc-chip-with-icon-icon-size:18px;--mdc-chip-outline-width:1px;--mdc-chip-with-avatar-disabled-avatar-opacity:0.38;--mdc-chip-flat-selected-outline-width:0;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:0.38;--mdc-chip-with-icon-disabled-icon-opacity:0.38;--mat-chip-trailing-action-state-layer-color:#d1c2cb;--mat-chip-selected-trailing-action-state-layer-color:#f7daef;--mat-chip-trailing-action-hover-state-layer-opacity:0.08;--mat-chip-trailing-action-focus-state-layer-opacity:0.12;--mat-chip-selected-disabled-trailing-icon-color:#e9e0e4;--mat-chip-selected-trailing-icon-color:#f7daef;--mat-chip-disabled-container-opacity:1;--mat-chip-trailing-action-opacity:1;--mat-chip-trailing-action-focus-opacity:1;--mdc-form-field-label-text-color:#e9e0e4;--mdc-form-field-label-text-font:Roboto, sans-serif;--mdc-form-field-label-text-line-height:1.25rem;--mdc-form-field-label-text-size:0.875rem;--mdc-form-field-label-text-tracking:0.016rem;--mdc-form-field-label-text-weight:400;--mdc-switch-selected-focus-state-layer-opacity:0.12;--mdc-switch-selected-hover-state-layer-opacity:0.08;--mdc-switch-selected-pressed-state-layer-opacity:0.12;--mdc-switch-unselected-focus-state-layer-opacity:0.12;--mdc-switch-unselected-hover-state-layer-opacity:0.08;--mdc-switch-unselected-pressed-state-layer-opacity:0.12;--mdc-switch-selected-focus-state-layer-color:#ffabf3;--mdc-switch-selected-handle-color:#5b005b;--mdc-switch-selected-hover-state-layer-color:#ffabf3;--mdc-switch-selected-pressed-state-layer-color:#ffabf3;--mdc-switch-selected-focus-handle-color:#810081;--mdc-switch-selected-hover-handle-color:#810081;--mdc-switch-selected-pressed-handle-color:#810081;--mdc-switch-selected-focus-track-color:#ffabf3;--mdc-switch-selected-hover-track-color:#ffabf3;--mdc-switch-selected-pressed-track-color:#ffabf3;--mdc-switch-selected-track-color:#ffabf3;--mdc-switch-disabled-selected-handle-color:#1e1a1d;--mdc-switch-disabled-selected-icon-color:#e9e0e4;--mdc-switch-disabled-selected-track-color:#e9e0e4;--mdc-switch-disabled-unselected-handle-color:#e9e0e4;--mdc-switch-disabled-unselected-icon-color:#4e444b;--mdc-switch-disabled-unselected-track-color:#4e444b;--mdc-switch-selected-icon-color:#ffd7f5;--mdc-switch-unselected-focus-handle-color:#d1c2cb;--mdc-switch-unselected-focus-state-layer-color:#e9e0e4;--mdc-switch-unselected-focus-track-color:#4e444b;--mdc-switch-unselected-handle-color:#9a8d95;--mdc-switch-unselected-hover-handle-color:#d1c2cb;--mdc-switch-unselected-hover-state-layer-color:#e9e0e4;--mdc-switch-unselected-hover-track-color:#4e444b;--mdc-switch-unselected-icon-color:#4e444b;--mdc-switch-unselected-pressed-handle-color:#d1c2cb;--mdc-switch-unselected-pressed-state-layer-color:#e9e0e4;--mdc-switch-unselected-pressed-track-color:#4e444b;--mdc-switch-unselected-track-color:#4e444b;--mdc-switch-disabled-selected-icon-opacity:0.38;--mdc-switch-disabled-track-opacity:0.12;--mdc-switch-disabled-unselected-icon-opacity:0.38;--mdc-switch-handle-shape:9999px;--mdc-switch-selected-icon-size:16px;--mdc-switch-track-height:32px;--mdc-switch-track-shape:9999px;--mdc-switch-track-width:52px;--mdc-switch-unselected-icon-size:16px;--mdc-switch-state-layer-size:40px;--mat-switch-track-outline-color:#9a8d95;--mat-switch-disabled-unselected-track-outline-color:#e9e0e4;--mat-switch-disabled-selected-handle-opacity:1;--mat-switch-disabled-unselected-handle-opacity:0.38;--mat-switch-unselected-handle-size:16px;--mat-switch-selected-handle-size:24px;--mat-switch-pressed-handle-size:28px;--mat-switch-with-icon-handle-size:24px;--mat-switch-selected-handle-horizontal-margin:0 24px;--mat-switch-selected-with-icon-handle-horizontal-margin:0 24px;--mat-switch-selected-pressed-handle-horizontal-margin:0 22px;--mat-switch-unselected-handle-horizontal-margin:0 8px;--mat-switch-unselected-with-icon-handle-horizontal-margin:0 4px;--mat-switch-unselected-pressed-handle-horizontal-margin:0 2px;--mat-switch-visible-track-opacity:1;--mat-switch-hidden-track-opacity:0;--mat-switch-visible-track-transition:opacity 75ms;--mat-switch-hidden-track-transition:opacity 75ms;--mat-switch-track-outline-width:2px;--mat-switch-selected-track-outline-width:2px;--mat-switch-selected-track-outline-color:transparent;--mat-switch-disabled-unselected-track-outline-width:2px;--mdc-radio-disabled-selected-icon-color:#e9e0e4;--mdc-radio-disabled-unselected-icon-color:#e9e0e4;--mdc-radio-unselected-hover-icon-color:#e9e0e4;--mdc-radio-unselected-icon-color:#d1c2cb;--mdc-radio-unselected-pressed-icon-color:#e9e0e4;--mdc-radio-selected-focus-icon-color:#ffabf3;--mdc-radio-selected-hover-icon-color:#ffabf3;--mdc-radio-selected-icon-color:#ffabf3;--mdc-radio-selected-pressed-icon-color:#ffabf3;--mdc-radio-state-layer-size:40px;--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mdc-form-field-label-text-color:#e9e0e4;--mdc-form-field-label-text-font:Roboto, sans-serif;--mdc-form-field-label-text-line-height:1.25rem;--mdc-form-field-label-text-size:0.875rem;--mdc-form-field-label-text-tracking:0.016rem;--mdc-form-field-label-text-weight:400;--mat-radio-ripple-color:#e9e0e4;--mat-radio-checked-ripple-color:#ffabf3;--mat-radio-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-radio-touch-target-display:block;--mdc-slider-handle-color:#ffabf3;--mdc-slider-focus-handle-color:#ffabf3;--mdc-slider-hover-handle-color:#ffabf3;--mdc-slider-active-track-color:#ffabf3;--mdc-slider-inactive-track-color:#4e444b;--mdc-slider-with-tick-marks-inactive-container-color:#d1c2cb;--mdc-slider-with-tick-marks-active-container-color:#5b005b;--mdc-slider-disabled-active-track-color:#e9e0e4;--mdc-slider-disabled-handle-color:#e9e0e4;--mdc-slider-disabled-inactive-track-color:#e9e0e4;--mdc-slider-label-container-color:#ffabf3;--mdc-slider-label-label-text-color:#5b005b;--mdc-slider-with-overlap-handle-outline-color:#5b005b;--mdc-slider-with-tick-marks-disabled-container-color:#e9e0e4;--mdc-slider-handle-elevation:1;--mdc-slider-handle-shadow-color:#000000;--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:0.75rem;--mdc-slider-label-label-text-line-height:1rem;--mdc-slider-label-label-text-tracking:0.031rem;--mdc-slider-label-label-text-weight:500;--mdc-slider-active-track-height:4px;--mdc-slider-active-track-shape:9999px;--mdc-slider-handle-height:20px;--mdc-slider-handle-shape:9999px;--mdc-slider-handle-width:20px;--mdc-slider-inactive-track-height:4px;--mdc-slider-inactive-track-shape:9999px;--mdc-slider-with-overlap-handle-outline-width:1px;--mdc-slider-with-tick-marks-active-container-opacity:0.38;--mdc-slider-with-tick-marks-container-shape:9999px;--mdc-slider-with-tick-marks-container-size:2px;--mdc-slider-with-tick-marks-inactive-container-opacity:0.38;--mat-slider-ripple-color:#ffabf3;--mat-slider-hover-state-layer-color:rgba(255, 171, 243, 0.05);--mat-slider-focus-state-layer-color:rgba(255, 171, 243, 0.2);--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-padding:0;--mat-slider-value-indicator-text-transform:rotate(45deg);--mat-slider-value-indicator-container-transform:translateX(-50%) rotate(-45deg);--mat-slider-value-indicator-opacity:1;--mat-menu-item-label-text-color:#e9e0e4;--mat-menu-item-icon-color:#d1c2cb;--mat-menu-item-hover-state-layer-color:rgba(233, 224, 228, 0.08);--mat-menu-item-focus-state-layer-color:rgba(233, 224, 228, 0.12);--mat-menu-container-color:#221e21;--mat-menu-divider-color:#4e444b;--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:0.875rem;--mat-menu-item-label-text-tracking:0.006rem;--mat-menu-item-label-text-line-height:1.25rem;--mat-menu-item-label-text-weight:500;--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:8px;--mat-menu-divider-top-spacing:8px;--mat-menu-item-spacing:12px;--mat-menu-item-icon-size:24px;--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;--mdc-list-list-item-container-color:transparent;--mdc-list-list-item-leading-avatar-color:#810081;--mdc-list-list-item-disabled-state-layer-color:#e9e0e4;--mdc-list-list-item-disabled-state-layer-opacity:0.12;--mdc-list-list-item-label-text-color:#e9e0e4;--mdc-list-list-item-supporting-text-color:#d1c2cb;--mdc-list-list-item-leading-icon-color:#d1c2cb;--mdc-list-list-item-trailing-supporting-text-color:#d1c2cb;--mdc-list-list-item-trailing-icon-color:#d1c2cb;--mdc-list-list-item-selected-trailing-icon-color:#ffabf3;--mdc-list-list-item-disabled-label-text-color:#e9e0e4;--mdc-list-list-item-disabled-leading-icon-color:#e9e0e4;--mdc-list-list-item-disabled-trailing-icon-color:#e9e0e4;--mdc-list-list-item-hover-label-text-color:#e9e0e4;--mdc-list-list-item-focus-label-text-color:#e9e0e4;--mdc-list-list-item-hover-state-layer-color:#e9e0e4;--mdc-list-list-item-hover-state-layer-opacity:0.08;--mdc-list-list-item-focus-state-layer-color:#e9e0e4;--mdc-list-list-item-focus-state-layer-opacity:0.12;--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:1.5rem;--mdc-list-list-item-label-text-size:1rem;--mdc-list-list-item-label-text-tracking:0.031rem;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:1.25rem;--mdc-list-list-item-supporting-text-size:0.875rem;--mdc-list-list-item-supporting-text-tracking:0.016rem;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:1rem;--mdc-list-list-item-trailing-supporting-text-size:0.688rem;--mdc-list-list-item-trailing-supporting-text-tracking:0.031rem;--mdc-list-list-item-trailing-supporting-text-weight:500;--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px;--mdc-list-list-item-container-shape:0px;--mdc-list-list-item-leading-avatar-shape:9999px;--mdc-list-list-item-leading-icon-size:24px;--mdc-list-list-item-leading-avatar-size:40px;--mdc-list-list-item-trailing-icon-size:24px;--mdc-list-list-item-disabled-label-text-opacity:0.3;--mdc-list-list-item-disabled-leading-icon-opacity:0.38;--mdc-list-list-item-disabled-trailing-icon-opacity:0.38;--mat-list-active-indicator-color:#554151;--mat-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:16px;--mat-list-active-indicator-shape:9999px;--mat-paginator-container-text-color:#e9e0e4;--mat-paginator-container-background-color:#1e1a1d;--mat-paginator-enabled-icon-color:#d1c2cb;--mat-paginator-disabled-icon-color:rgba(233, 224, 228, 0.38);--mat-paginator-container-text-font:Roboto, sans-serif;--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;--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px;--mdc-secondary-navigation-tab-container-height:48px;--mdc-tab-indicator-active-indicator-color:#ffabf3;--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0;--mat-tab-header-divider-color:#4e444b;--mat-tab-header-pagination-icon-color:#e9e0e4;--mat-tab-header-inactive-label-text-color:#e9e0e4;--mat-tab-header-active-label-text-color:#e9e0e4;--mat-tab-header-active-ripple-color:#e9e0e4;--mat-tab-header-inactive-ripple-color:#e9e0e4;--mat-tab-header-inactive-focus-label-text-color:#e9e0e4;--mat-tab-header-inactive-hover-label-text-color:#e9e0e4;--mat-tab-header-active-focus-label-text-color:#e9e0e4;--mat-tab-header-active-hover-label-text-color:#e9e0e4;--mat-tab-header-active-focus-indicator-color:#ffabf3;--mat-tab-header-active-hover-indicator-color:#ffabf3;--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:0.875rem;--mat-tab-header-label-text-tracking:0.006rem;--mat-tab-header-label-text-line-height:1.25rem;--mat-tab-header-label-text-weight:500;--mat-tab-header-divider-height:1px;--mdc-checkbox-disabled-selected-checkmark-color:#1e1a1d;--mdc-checkbox-selected-focus-state-layer-opacity:0.12;--mdc-checkbox-selected-hover-state-layer-opacity:0.08;--mdc-checkbox-selected-pressed-state-layer-opacity:0.12;--mdc-checkbox-unselected-focus-state-layer-opacity:0.12;--mdc-checkbox-unselected-hover-state-layer-opacity:0.08;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.12;--mdc-checkbox-disabled-selected-icon-color:rgba(233, 224, 228, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(233, 224, 228, 0.38);--mdc-checkbox-selected-checkmark-color:#5b005b;--mdc-checkbox-selected-focus-icon-color:#ffabf3;--mdc-checkbox-selected-hover-icon-color:#ffabf3;--mdc-checkbox-selected-icon-color:#ffabf3;--mdc-checkbox-selected-pressed-icon-color:#ffabf3;--mdc-checkbox-unselected-focus-icon-color:#e9e0e4;--mdc-checkbox-unselected-hover-icon-color:#e9e0e4;--mdc-checkbox-unselected-icon-color:#d1c2cb;--mdc-checkbox-unselected-pressed-icon-color:#e9e0e4;--mdc-checkbox-selected-focus-state-layer-color:#ffabf3;--mdc-checkbox-selected-hover-state-layer-color:#ffabf3;--mdc-checkbox-selected-pressed-state-layer-color:#e9e0e4;--mdc-checkbox-unselected-focus-state-layer-color:#e9e0e4;--mdc-checkbox-unselected-hover-state-layer-color:#e9e0e4;--mdc-checkbox-unselected-pressed-state-layer-color:#ffabf3;--mdc-checkbox-state-layer-size:40px;--mdc-form-field-label-text-color:#e9e0e4;--mdc-form-field-label-text-font:Roboto, sans-serif;--mdc-form-field-label-text-line-height:1.25rem;--mdc-form-field-label-text-size:0.875rem;--mdc-form-field-label-text-tracking:0.016rem;--mdc-form-field-label-text-weight:400;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-touch-target-display:block;--mdc-text-button-label-text-color:#ffabf3;--mdc-text-button-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-text-button-label-text-font:Roboto, sans-serif;--mdc-text-button-label-text-size:0.875rem;--mdc-text-button-label-text-tracking:0.006rem;--mdc-text-button-label-text-weight:500;--mdc-text-button-container-height:40px;--mdc-text-button-container-shape:9999px;--mdc-protected-button-container-color:#1e1a1d;--mdc-protected-button-label-text-color:#ffabf3;--mdc-protected-button-disabled-container-color:rgba(233, 224, 228, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-protected-button-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);--mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-focus-container-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-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);--mdc-protected-button-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);--mdc-protected-button-container-shadow-color:#000000;--mdc-protected-button-label-text-font:Roboto, sans-serif;--mdc-protected-button-label-text-size:0.875rem;--mdc-protected-button-label-text-tracking:0.006rem;--mdc-protected-button-label-text-weight:500;--mdc-protected-button-container-height:40px;--mdc-protected-button-container-shape:9999px;--mdc-filled-button-container-color:#ffabf3;--mdc-filled-button-label-text-color:#5b005b;--mdc-filled-button-disabled-container-color:rgba(233, 224, 228, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-filled-button-label-text-font:Roboto, sans-serif;--mdc-filled-button-label-text-size:0.875rem;--mdc-filled-button-label-text-tracking:0.006rem;--mdc-filled-button-label-text-weight:500;--mdc-filled-button-container-height:40px;--mdc-filled-button-container-shape:9999px;--mdc-outlined-button-disabled-outline-color:rgba(233, 224, 228, 0.12);--mdc-outlined-button-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-outlined-button-label-text-color:#ffabf3;--mdc-outlined-button-outline-color:#9a8d95;--mdc-outlined-button-label-text-font:Roboto, sans-serif;--mdc-outlined-button-label-text-size:0.875rem;--mdc-outlined-button-label-text-tracking:0.006rem;--mdc-outlined-button-label-text-weight:500;--mdc-outlined-button-container-height:40px;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:9999px;--mat-text-button-state-layer-color:#ffabf3;--mat-text-button-disabled-state-layer-color:#d1c2cb;--mat-text-button-ripple-color:rgba(255, 171, 243, 0.12);--mat-text-button-hover-state-layer-opacity:0.08;--mat-text-button-focus-state-layer-opacity:0.12;--mat-text-button-pressed-state-layer-opacity:0.12;--mat-text-button-touch-target-display:block;--mat-text-button-horizontal-padding:12px;--mat-text-button-with-icon-horizontal-padding:16px;--mat-text-button-icon-spacing:8px;--mat-text-button-icon-offset:-4px;--mat-protected-button-state-layer-color:#ffabf3;--mat-protected-button-disabled-state-layer-color:#d1c2cb;--mat-protected-button-ripple-color:rgba(255, 171, 243, 0.12);--mat-protected-button-hover-state-layer-opacity:0.08;--mat-protected-button-focus-state-layer-opacity:0.12;--mat-protected-button-pressed-state-layer-opacity:0.12;--mat-protected-button-touch-target-display:block;--mat-protected-button-horizontal-padding:24px;--mat-protected-button-icon-spacing:8px;--mat-protected-button-icon-offset:-8px;--mat-filled-button-state-layer-color:#5b005b;--mat-filled-button-disabled-state-layer-color:#d1c2cb;--mat-filled-button-ripple-color:rgba(91, 0, 91, 0.12);--mat-filled-button-hover-state-layer-opacity:0.08;--mat-filled-button-focus-state-layer-opacity:0.12;--mat-filled-button-pressed-state-layer-opacity:0.12;--mat-filled-button-touch-target-display:block;--mat-filled-button-horizontal-padding:24px;--mat-filled-button-icon-spacing:8px;--mat-filled-button-icon-offset:-8px;--mat-outlined-button-state-layer-color:#ffabf3;--mat-outlined-button-disabled-state-layer-color:#d1c2cb;--mat-outlined-button-ripple-color:rgba(255, 171, 243, 0.12);--mat-outlined-button-hover-state-layer-opacity:0.08;--mat-outlined-button-focus-state-layer-opacity:0.12;--mat-outlined-button-pressed-state-layer-opacity:0.12;--mat-outlined-button-touch-target-display:block;--mat-outlined-button-horizontal-padding:24px;--mat-outlined-button-icon-spacing:8px;--mat-outlined-button-icon-offset:-8px;--mdc-icon-button-icon-color:#d1c2cb;--mdc-icon-button-disabled-icon-color:rgba(233, 224, 228, 0.38);--mdc-icon-button-state-layer-size:40px;--mdc-icon-button-icon-size:24px;--mat-icon-button-state-layer-color:#d1c2cb;--mat-icon-button-disabled-state-layer-color:#d1c2cb;--mat-icon-button-ripple-color:rgba(209, 194, 203, 0.12);--mat-icon-button-hover-state-layer-opacity:0.08;--mat-icon-button-focus-state-layer-opacity:0.12;--mat-icon-button-pressed-state-layer-opacity:0.12;--mat-icon-button-touch-target-display:block;--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-container-shadow-color:#000000;--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:0.875rem;--mdc-extended-fab-label-text-tracking:0.006rem;--mdc-extended-fab-label-text-weight:500;--mdc-extended-fab-container-height:56px;--mdc-extended-fab-container-shape:16px;--mdc-fab-container-color:#810081;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-container-shadow-color:#000000;--mdc-fab-container-shape:16px;--mdc-fab-icon-size:24px;--mdc-fab-small-container-color:#810081;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-container-shadow-color:#000000;--mdc-fab-small-container-shape:12px;--mdc-fab-small-icon-size:24px;--mat-fab-foreground-color:#ffd7f5;--mat-fab-state-layer-color:#ffd7f5;--mat-fab-ripple-color:rgba(255, 215, 245, 0.12);--mat-fab-hover-state-layer-opacity:0.08;--mat-fab-focus-state-layer-opacity:0.12;--mat-fab-pressed-state-layer-opacity:0.12;--mat-fab-disabled-state-container-color:rgba(233, 224, 228, 0.12);--mat-fab-disabled-state-foreground-color:rgba(233, 224, 228, 0.38);--mat-fab-touch-target-display:block;--mat-fab-small-foreground-color:#ffd7f5;--mat-fab-small-state-layer-color:#ffd7f5;--mat-fab-small-ripple-color:rgba(255, 215, 245, 0.12);--mat-fab-small-hover-state-layer-opacity:0.08;--mat-fab-small-focus-state-layer-opacity:0.12;--mat-fab-small-pressed-state-layer-opacity:0.12;--mat-fab-small-disabled-state-container-color:rgba(233, 224, 228, 0.12);--mat-fab-small-disabled-state-foreground-color:rgba(233, 224, 228, 0.38);--mdc-snackbar-container-color:#e9e0e4;--mdc-snackbar-supporting-text-color:#342f32;--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:1.25rem;--mdc-snackbar-supporting-text-size:0.875rem;--mdc-snackbar-supporting-text-weight:400;--mdc-snackbar-container-shape:4px;--mat-snack-bar-button-color:#a900a9;--mat-table-background-color:#1e1a1d;--mat-table-header-headline-color:#e9e0e4;--mat-table-row-item-label-text-color:#e9e0e4;--mat-table-row-item-outline-color:#4e444b;--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:1.25rem;--mat-table-header-headline-size:0.875rem;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.006rem;--mat-table-row-item-label-text-font:Roboto, sans-serif;--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-weight:400;--mat-table-row-item-label-text-tracking:0.016rem;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:1.25rem;--mat-table-footer-supporting-text-size:0.875rem;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.016rem;--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px;--mat-table-row-item-outline-width:1px;--mdc-circular-progress-active-indicator-color:#ffabf3;--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px;--mat-badge-background-color:#ffb4ab;--mat-badge-text-color:#690005;--mat-badge-disabled-state-background-color:rgba(255, 180, 171, 0.38);--mat-badge-disabled-state-text-color:#690005;--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:0.688rem;--mat-badge-text-weight:500;--mat-badge-large-size-text-size:0.688rem;--mat-badge-container-shape:9999px;--mat-badge-container-size:16px;--mat-badge-small-size-container-size:6px;--mat-badge-large-size-container-size:16px;--mat-badge-legacy-container-size:unset;--mat-badge-legacy-small-size-container-size:unset;--mat-badge-legacy-large-size-container-size:unset;--mat-badge-container-offset:-12px 0;--mat-badge-small-size-container-offset:-6px 0;--mat-badge-large-size-container-offset:-12px 0;--mat-badge-container-overlap-offset:-12px;--mat-badge-small-size-container-overlap-offset:-6px;--mat-badge-large-size-container-overlap-offset:-12px;--mat-badge-container-padding:0 4px;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0 4px;--mat-badge-small-size-text-size:0;--mat-bottom-sheet-container-text-color:#e9e0e4;--mat-bottom-sheet-container-background-color:#1e1a1d;--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--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;--mat-bottom-sheet-container-shape:28px;--mat-standard-button-toggle-hover-state-layer-opacity:0.08;--mat-standard-button-toggle-focus-state-layer-opacity:0.12;--mat-standard-button-toggle-text-color:#e9e0e4;--mat-standard-button-toggle-state-layer-color:#e9e0e4;--mat-standard-button-toggle-selected-state-background-color:#554151;--mat-standard-button-toggle-selected-state-text-color:#f7daef;--mat-standard-button-toggle-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(233, 224, 228, 0.38);--mat-standard-button-toggle-disabled-selected-state-background-color:rgba(233, 224, 228, 0.12);--mat-standard-button-toggle-divider-color:#9a8d95;--mat-standard-button-toggle-label-text-font:Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height:1.25rem;--mat-standard-button-toggle-label-text-size:0.875rem;--mat-standard-button-toggle-label-text-tracking:0.006rem;--mat-standard-button-toggle-label-text-weight:500;--mat-standard-button-toggle-height:40px;--mat-standard-button-toggle-shape:9999px;--mat-standard-button-toggle-background-color:transparent;--mat-standard-button-toggle-disabled-state-background-color:transparent;--mat-datepicker-calendar-date-selected-state-text-color:#5b005b;--mat-datepicker-calendar-date-selected-state-background-color:#ffabf3;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(233, 224, 228, 0.38);--mat-datepicker-calendar-date-today-selected-state-outline-color:#ffabf3;--mat-datepicker-calendar-date-focus-state-background-color:rgba(233, 224, 228, 0.12);--mat-datepicker-calendar-date-hover-state-background-color:rgba(233, 224, 228, 0.08);--mat-datepicker-toggle-active-state-icon-color:#d1c2cb;--mat-datepicker-calendar-date-in-range-state-background-color:#810081;--mat-datepicker-calendar-date-in-comparison-range-state-background-color:#5f00c0;--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#554151;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#dabfd2;--mat-datepicker-toggle-icon-color:#d1c2cb;--mat-datepicker-calendar-body-label-text-color:#e9e0e4;--mat-datepicker-calendar-period-button-text-color:#d1c2cb;--mat-datepicker-calendar-period-button-icon-color:#d1c2cb;--mat-datepicker-calendar-navigation-button-icon-color:#d1c2cb;--mat-datepicker-calendar-header-text-color:#d1c2cb;--mat-datepicker-calendar-date-today-outline-color:#ffabf3;--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(233, 224, 228, 0.38);--mat-datepicker-calendar-date-text-color:#e9e0e4;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:#ffabf3;--mat-datepicker-range-input-separator-color:#e9e0e4;--mat-datepicker-range-input-disabled-state-separator-color:rgba(233, 224, 228, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mat-datepicker-calendar-container-background-color:#2d292c;--mat-datepicker-calendar-container-text-color:#e9e0e4;--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:1rem;--mat-datepicker-calendar-body-label-text-size:0.875rem;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:0.875rem;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:0.875rem;--mat-datepicker-calendar-header-text-weight:500;--mat-datepicker-calendar-container-shape:16px;--mat-datepicker-calendar-container-touch-shape:28px;--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-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-header-divider-color:transparent;--mat-datepicker-calendar-date-outline-color:transparent;--mat-divider-color:#4e444b;--mat-divider-width:1px;--mat-expansion-container-background-color:#1e1a1d;--mat-expansion-container-text-color:#e9e0e4;--mat-expansion-actions-divider-color:#4e444b;--mat-expansion-header-hover-state-layer-color:rgba(233, 224, 228, 0.08);--mat-expansion-header-focus-state-layer-color:rgba(233, 224, 228, 0.12);--mat-expansion-header-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mat-expansion-header-text-color:#e9e0e4;--mat-expansion-header-description-color:#d1c2cb;--mat-expansion-header-indicator-color:#d1c2cb;--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:1rem;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:1.5rem;--mat-expansion-header-text-tracking:0.009rem;--mat-expansion-container-text-font:Roboto, sans-serif;--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-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px;--mat-expansion-container-shape:12px;--mat-expansion-legacy-header-indicator-display:none;--mat-expansion-header-indicator-display:inline-block;--mat-grid-list-tile-header-primary-text-size:400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-header-secondary-text-size:400 0.875rem / 1.25rem Roboto, sans-serif;--mat-grid-list-tile-footer-primary-text-size:400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-footer-secondary-text-size:400 0.875rem / 1.25rem Roboto, sans-serif;--mat-icon-color:inherit;--mat-sidenav-container-background-color:#1e1a1d;--mat-sidenav-container-text-color:#d1c2cb;--mat-sidenav-content-background-color:#1e1a1d;--mat-sidenav-content-text-color:#e9e0e4;--mat-sidenav-scrim-color:rgba(55, 46, 52, 0.4);--mat-sidenav-container-shape:16px;--mat-sidenav-container-elevation-shadow:none;--mat-sidenav-container-width:360px;--mat-sidenav-container-divider-color:transparent;--mat-stepper-header-icon-foreground-color:#1e1a1d;--mat-stepper-header-selected-state-icon-background-color:#ffabf3;--mat-stepper-header-selected-state-icon-foreground-color:#5b005b;--mat-stepper-header-edit-state-icon-background-color:#ffabf3;--mat-stepper-header-edit-state-icon-foreground-color:#5b005b;--mat-stepper-container-color:#1e1a1d;--mat-stepper-line-color:#4e444b;--mat-stepper-header-hover-state-layer-color:rgba(233, 224, 228, 0.08);--mat-stepper-header-focus-state-layer-color:rgba(233, 224, 228, 0.12);--mat-stepper-header-label-text-color:#d1c2cb;--mat-stepper-header-optional-label-text-color:#d1c2cb;--mat-stepper-header-selected-state-label-text-color:#d1c2cb;--mat-stepper-header-error-state-label-text-color:#ffb4ab;--mat-stepper-header-icon-background-color:#d1c2cb;--mat-stepper-header-error-state-icon-foreground-color:#ffb4ab;--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--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;--mat-stepper-header-height:72px;--mat-stepper-header-focus-state-layer-shape:12px;--mat-stepper-header-hover-state-layer-shape:12px;--mat-stepper-header-error-state-icon-background-color:transparent;--mat-sort-arrow-color:#e9e0e4;--mat-toolbar-container-background-color:#1e1a1d;--mat-toolbar-container-text-color:#e9e0e4;--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:1.75rem;--mat-toolbar-title-text-size:1.375rem;--mat-toolbar-title-text-tracking:0rem;--mat-toolbar-title-text-weight:400;--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px;--mat-tree-container-background-color:#1e1a1d;--mat-tree-node-text-color:#e9e0e4;--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:1rem;--mat-tree-node-text-weight:400;--mat-tree-node-min-height:48px}.mat-primary{--mat-stepper-header-selected-state-icon-background-color:#ffabf3;--mat-stepper-header-selected-state-icon-foreground-color:#5b005b;--mat-stepper-header-edit-state-icon-background-color:#ffabf3;--mat-stepper-header-edit-state-icon-foreground-color:#5b005b}.mat-primary.mat-icon{--mat-icon-color:#ffabf3}.mat-primary.mat-mdc-checkbox{--mdc-form-field-label-text-color:#e9e0e4;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38)}.mat-primary.mat-mdc-slide-toggle{--mdc-form-field-label-text-color:#e9e0e4;--mat-switch-track-outline-color:#9a8d95;--mat-switch-disabled-unselected-track-outline-color:#e9e0e4}.mat-primary.mat-mdc-radio-button{--mdc-form-field-label-text-color:#e9e0e4}.mat-primary .mdc-list-item__start,.mat-primary .mdc-list-item__end{--mdc-form-field-label-text-color:#e9e0e4;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mdc-form-field-label-text-color:#e9e0e4}.mat-badge{--mat-badge-background-color:#ffabf3;--mat-badge-text-color:#5b005b;--mat-badge-disabled-state-background-color:rgba(255, 171, 243, 0.38);--mat-badge-disabled-state-text-color:#5b005b}.mat-accent{--mat-option-selected-state-label-text-color:#ecdcff;--mat-option-selected-state-layer-color:#5f00c0;--mdc-circular-progress-active-indicator-color:#d5baff;--mat-full-pseudo-checkbox-selected-icon-color:#d5baff;--mat-full-pseudo-checkbox-selected-checkmark-color:#42008a;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#d5baff;--mat-stepper-header-selected-state-icon-background-color:#d5baff;--mat-stepper-header-selected-state-icon-foreground-color:#42008a;--mat-stepper-header-edit-state-icon-background-color:#d5baff;--mat-stepper-header-edit-state-icon-foreground-color:#42008a}.mat-accent.mat-icon{--mat-icon-color:#d5baff}.mat-accent.mat-mdc-checkbox{--mdc-checkbox-selected-checkmark-color:#42008a;--mdc-checkbox-selected-focus-icon-color:#d5baff;--mdc-checkbox-selected-hover-icon-color:#d5baff;--mdc-checkbox-selected-icon-color:#d5baff;--mdc-checkbox-selected-pressed-icon-color:#d5baff;--mdc-checkbox-selected-focus-state-layer-color:#d5baff;--mdc-checkbox-selected-hover-state-layer-color:#d5baff;--mdc-checkbox-unselected-pressed-state-layer-color:#d5baff;--mdc-form-field-label-text-color:#e9e0e4;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38)}.mat-accent.mat-mdc-slider{--mdc-slider-handle-color:#d5baff;--mdc-slider-focus-handle-color:#d5baff;--mdc-slider-hover-handle-color:#d5baff;--mdc-slider-active-track-color:#d5baff;--mdc-slider-with-tick-marks-active-container-color:#42008a;--mdc-slider-label-container-color:#d5baff;--mdc-slider-label-label-text-color:#42008a;--mdc-slider-with-overlap-handle-outline-color:#42008a;--mat-slider-ripple-color:#d5baff;--mat-slider-hover-state-layer-color:rgba(213, 186, 255, 0.05);--mat-slider-focus-state-layer-color:rgba(213, 186, 255, 0.2)}.mat-accent.mat-mdc-tab-group,.mat-accent.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#d5baff;--mat-tab-header-active-focus-indicator-color:#d5baff;--mat-tab-header-active-hover-indicator-color:#d5baff}.mat-accent.mat-mdc-slide-toggle{--mdc-form-field-label-text-color:#e9e0e4;--mdc-switch-selected-focus-state-layer-color:#d5baff;--mdc-switch-selected-handle-color:#42008a;--mdc-switch-selected-hover-state-layer-color:#d5baff;--mdc-switch-selected-pressed-state-layer-color:#d5baff;--mdc-switch-selected-focus-handle-color:#5f00c0;--mdc-switch-selected-hover-handle-color:#5f00c0;--mdc-switch-selected-pressed-handle-color:#5f00c0;--mdc-switch-selected-focus-track-color:#d5baff;--mdc-switch-selected-hover-track-color:#d5baff;--mdc-switch-selected-pressed-track-color:#d5baff;--mdc-switch-selected-track-color:#d5baff;--mdc-switch-selected-icon-color:#ecdcff;--mat-switch-track-outline-color:#9a8d95;--mat-switch-disabled-unselected-track-outline-color:#e9e0e4}.mat-accent.mat-mdc-form-field{--mat-select-focused-arrow-color:#d5baff}.mat-accent.mat-mdc-radio-button{--mdc-radio-selected-focus-icon-color:#d5baff;--mdc-radio-selected-hover-icon-color:#d5baff;--mdc-radio-selected-icon-color:#d5baff;--mdc-radio-selected-pressed-icon-color:#d5baff;--mdc-form-field-label-text-color:#e9e0e4;--mat-radio-checked-ripple-color:#d5baff}.mat-accent.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#d5baff;--mdc-linear-progress-track-color:#5f00c0}.mat-accent.mat-mdc-form-field{--mdc-filled-text-field-caret-color:#d5baff;--mdc-filled-text-field-focus-active-indicator-color:#d5baff;--mdc-filled-text-field-focus-label-text-color:#d5baff;--mdc-outlined-text-field-caret-color:#d5baff;--mdc-outlined-text-field-focus-outline-color:#d5baff;--mdc-outlined-text-field-focus-label-text-color:#d5baff;--mat-form-field-focus-select-arrow-color:#d5baff}.mat-accent.mat-datepicker-content{--mat-datepicker-calendar-date-selected-state-text-color:#42008a;--mat-datepicker-calendar-date-selected-state-background-color:#d5baff;--mat-datepicker-calendar-date-today-selected-state-outline-color:#d5baff;--mat-datepicker-calendar-date-in-range-state-background-color:#5f00c0;--mat-datepicker-calendar-date-in-comparison-range-state-background-color:#810081;--mat-datepicker-calendar-date-today-outline-color:#d5baff;--mat-datepicker-calendar-date-preview-state-outline-color:#d5baff}.mat-accent.mat-mdc-button-base{--mdc-text-button-label-text-color:#d5baff;--mdc-protected-button-label-text-color:#d5baff;--mdc-filled-button-container-color:#d5baff;--mdc-filled-button-label-text-color:#42008a;--mdc-outlined-button-label-text-color:#d5baff;--mat-text-button-state-layer-color:#d5baff;--mat-text-button-ripple-color:rgba(213, 186, 255, 0.12);--mat-protected-button-state-layer-color:#d5baff;--mat-protected-button-ripple-color:rgba(213, 186, 255, 0.12);--mat-filled-button-state-layer-color:#42008a;--mat-filled-button-ripple-color:rgba(66, 0, 138, 0.12);--mat-outlined-button-state-layer-color:#d5baff;--mat-outlined-button-ripple-color:rgba(213, 186, 255, 0.12)}.mat-accent.mat-mdc-standard-chip{--mdc-chip-elevated-selected-container-color:#5f00c0;--mdc-chip-selected-hover-state-layer-color:#ecdcff;--mdc-chip-selected-focus-state-layer-color:#ecdcff;--mdc-chip-selected-label-text-color:#ecdcff;--mdc-chip-with-icon-selected-icon-color:#ecdcff;--mat-chip-selected-trailing-action-state-layer-color:#ecdcff;--mat-chip-selected-trailing-icon-color:#ecdcff}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color:#42008a;--mdc-checkbox-selected-focus-icon-color:#d5baff;--mdc-checkbox-selected-hover-icon-color:#d5baff;--mdc-checkbox-selected-icon-color:#d5baff;--mdc-checkbox-selected-pressed-icon-color:#d5baff;--mdc-checkbox-selected-focus-state-layer-color:#d5baff;--mdc-checkbox-selected-hover-state-layer-color:#d5baff;--mdc-checkbox-unselected-pressed-state-layer-color:#d5baff;--mdc-form-field-label-text-color:#e9e0e4;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mdc-radio-selected-focus-icon-color:#d5baff;--mdc-radio-selected-hover-icon-color:#d5baff;--mdc-radio-selected-icon-color:#d5baff;--mdc-radio-selected-pressed-icon-color:#d5baff;--mdc-form-field-label-text-color:#e9e0e4;--mat-radio-checked-ripple-color:#d5baff}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-container-shadow-color:#000000;--mdc-fab-container-color:#5f00c0;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-container-shadow-color:#000000;--mdc-fab-small-container-color:#5f00c0;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-container-shadow-color:#000000;--mat-fab-foreground-color:#ecdcff;--mat-fab-state-layer-color:#ecdcff;--mat-fab-ripple-color:rgba(236, 220, 255, 0.12);--mat-fab-small-foreground-color:#ecdcff;--mat-fab-small-state-layer-color:#ecdcff;--mat-fab-small-ripple-color:rgba(236, 220, 255, 0.12)}.mat-badge-accent{--mat-badge-background-color:#d5baff;--mat-badge-text-color:#42008a;--mat-badge-disabled-state-background-color:rgba(213, 186, 255, 0.38);--mat-badge-disabled-state-text-color:#42008a}.mat-warn{--mat-option-selected-state-label-text-color:#ffdad6;--mat-option-selected-state-layer-color:#93000a;--mdc-circular-progress-active-indicator-color:#ffb4ab;--mat-full-pseudo-checkbox-selected-icon-color:#ffb4ab;--mat-full-pseudo-checkbox-selected-checkmark-color:#690005;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffb4ab;--mat-stepper-header-selected-state-icon-background-color:#ffb4ab;--mat-stepper-header-selected-state-icon-foreground-color:#690005;--mat-stepper-header-edit-state-icon-background-color:#ffb4ab;--mat-stepper-header-edit-state-icon-foreground-color:#690005}.mat-warn.mat-icon{--mat-icon-color:#ffb4ab}.mat-warn.mat-mdc-checkbox{--mdc-checkbox-selected-checkmark-color:#690005;--mdc-checkbox-selected-focus-icon-color:#ffb4ab;--mdc-checkbox-selected-hover-icon-color:#ffb4ab;--mdc-checkbox-selected-icon-color:#ffb4ab;--mdc-checkbox-selected-pressed-icon-color:#ffb4ab;--mdc-checkbox-selected-focus-state-layer-color:#ffb4ab;--mdc-checkbox-selected-hover-state-layer-color:#ffb4ab;--mdc-checkbox-unselected-pressed-state-layer-color:#ffb4ab;--mdc-form-field-label-text-color:#e9e0e4;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38)}.mat-warn.mat-mdc-slider{--mdc-slider-handle-color:#ffb4ab;--mdc-slider-focus-handle-color:#ffb4ab;--mdc-slider-hover-handle-color:#ffb4ab;--mdc-slider-active-track-color:#ffb4ab;--mdc-slider-with-tick-marks-active-container-color:#690005;--mdc-slider-label-container-color:#ffb4ab;--mdc-slider-label-label-text-color:#690005;--mdc-slider-with-overlap-handle-outline-color:#690005;--mat-slider-ripple-color:#ffb4ab;--mat-slider-hover-state-layer-color:rgba(255, 180, 171, 0.05);--mat-slider-focus-state-layer-color:rgba(255, 180, 171, 0.2)}.mat-warn.mat-mdc-tab-group,.mat-warn.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#ffb4ab;--mat-tab-header-active-focus-indicator-color:#ffb4ab;--mat-tab-header-active-hover-indicator-color:#ffb4ab}.mat-warn.mat-mdc-slide-toggle{--mdc-form-field-label-text-color:#e9e0e4;--mdc-switch-selected-focus-state-layer-color:#ffb4ab;--mdc-switch-selected-handle-color:#690005;--mdc-switch-selected-hover-state-layer-color:#ffb4ab;--mdc-switch-selected-pressed-state-layer-color:#ffb4ab;--mdc-switch-selected-focus-handle-color:#93000a;--mdc-switch-selected-hover-handle-color:#93000a;--mdc-switch-selected-pressed-handle-color:#93000a;--mdc-switch-selected-focus-track-color:#ffb4ab;--mdc-switch-selected-hover-track-color:#ffb4ab;--mdc-switch-selected-pressed-track-color:#ffb4ab;--mdc-switch-selected-track-color:#ffb4ab;--mdc-switch-selected-icon-color:#ffdad6;--mat-switch-track-outline-color:#9a8d95;--mat-switch-disabled-unselected-track-outline-color:#e9e0e4}.mat-warn.mat-mdc-form-field{--mat-select-focused-arrow-color:#ffb4ab}.mat-warn.mat-mdc-radio-button{--mdc-radio-selected-focus-icon-color:#ffb4ab;--mdc-radio-selected-hover-icon-color:#ffb4ab;--mdc-radio-selected-icon-color:#ffb4ab;--mdc-radio-selected-pressed-icon-color:#ffb4ab;--mdc-form-field-label-text-color:#e9e0e4;--mat-radio-checked-ripple-color:#ffb4ab}.mat-warn.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#ffb4ab;--mdc-linear-progress-track-color:#93000a}.mat-warn.mat-mdc-form-field{--mdc-filled-text-field-caret-color:#ffb4ab;--mdc-filled-text-field-focus-active-indicator-color:#ffb4ab;--mdc-filled-text-field-focus-label-text-color:#ffb4ab;--mdc-outlined-text-field-caret-color:#ffb4ab;--mdc-outlined-text-field-focus-outline-color:#ffb4ab;--mdc-outlined-text-field-focus-label-text-color:#ffb4ab;--mat-form-field-focus-select-arrow-color:#ffb4ab}.mat-warn.mat-datepicker-content{--mat-datepicker-calendar-date-selected-state-text-color:#690005;--mat-datepicker-calendar-date-selected-state-background-color:#ffb4ab;--mat-datepicker-calendar-date-today-selected-state-outline-color:#ffb4ab;--mat-datepicker-calendar-date-in-range-state-background-color:#93000a;--mat-datepicker-calendar-date-today-outline-color:#ffb4ab;--mat-datepicker-calendar-date-preview-state-outline-color:#ffb4ab}.mat-warn.mat-mdc-button-base{--mdc-text-button-label-text-color:#ffb4ab;--mdc-protected-button-label-text-color:#ffb4ab;--mdc-filled-button-container-color:#ffb4ab;--mdc-filled-button-label-text-color:#690005;--mdc-outlined-button-label-text-color:#ffb4ab;--mat-text-button-state-layer-color:#ffb4ab;--mat-text-button-ripple-color:rgba(255, 180, 171, 0.12);--mat-protected-button-state-layer-color:#ffb4ab;--mat-protected-button-ripple-color:rgba(255, 180, 171, 0.12);--mat-filled-button-state-layer-color:#690005;--mat-filled-button-ripple-color:rgba(105, 0, 5, 0.12);--mat-outlined-button-state-layer-color:#ffb4ab;--mat-outlined-button-ripple-color:rgba(255, 180, 171, 0.12)}.mat-warn.mat-mdc-standard-chip{--mdc-chip-elevated-selected-container-color:#93000a;--mdc-chip-selected-hover-state-layer-color:#ffdad6;--mdc-chip-selected-focus-state-layer-color:#ffdad6;--mdc-chip-selected-label-text-color:#ffdad6;--mdc-chip-with-icon-selected-icon-color:#ffdad6;--mat-chip-selected-trailing-action-state-layer-color:#ffdad6;--mat-chip-selected-trailing-icon-color:#ffdad6}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color:#690005;--mdc-checkbox-selected-focus-icon-color:#ffb4ab;--mdc-checkbox-selected-hover-icon-color:#ffb4ab;--mdc-checkbox-selected-icon-color:#ffb4ab;--mdc-checkbox-selected-pressed-icon-color:#ffb4ab;--mdc-checkbox-selected-focus-state-layer-color:#ffb4ab;--mdc-checkbox-selected-hover-state-layer-color:#ffb4ab;--mdc-checkbox-unselected-pressed-state-layer-color:#ffb4ab;--mdc-form-field-label-text-color:#e9e0e4;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mdc-radio-selected-focus-icon-color:#ffb4ab;--mdc-radio-selected-hover-icon-color:#ffb4ab;--mdc-radio-selected-icon-color:#ffb4ab;--mdc-radio-selected-pressed-icon-color:#ffb4ab;--mdc-form-field-label-text-color:#e9e0e4;--mat-radio-checked-ripple-color:#ffb4ab}.mat-display-large,.mat-typography .mat-display-large,.mat-typography h1{font:400 3.562rem / 4rem Roboto,sans-serif;letter-spacing:-0.016rem;margin:0 0 .5em}.mat-display-medium,.mat-typography .mat-display-medium,.mat-typography h2{font:400 2.812rem / 3.25rem Roboto,sans-serif;letter-spacing:0rem;margin:0 0 .5em}.mat-display-small,.mat-typography .mat-display-small,.mat-typography h3{font:400 2.25rem / 2.75rem Roboto,sans-serif;letter-spacing:0rem;margin:0 0 .5em}.mat-headline-large,.mat-typography .mat-headline-large,.mat-typography h4{font:400 2rem / 2.5rem Roboto,sans-serif;letter-spacing:0rem;margin:0 0 .5em}.mat-headline-medium,.mat-typography .mat-headline-medium,.mat-typography h5{font:400 1.75rem / 2.25rem Roboto,sans-serif;letter-spacing:0rem;margin:0 0 .5em}.mat-headline-small,.mat-typography .mat-headline-small,.mat-typography h6{font:400 1.5rem / 2rem Roboto,sans-serif;letter-spacing:0rem;margin:0 0 .5em}.mat-title-large,.mat-typography .mat-title-large{font:400 1.375rem / 1.75rem Roboto,sans-serif;letter-spacing:0rem}.mat-title-medium,.mat-typography .mat-title-medium{font:500 1rem / 1.5rem Roboto,sans-serif;letter-spacing:.009rem}.mat-title-small,.mat-typography .mat-title-small{font:500 .875rem / 1.25rem Roboto,sans-serif;letter-spacing:.006rem}.mat-body-large,.mat-typography .mat-body-large,.mat-typography{font:400 1rem / 1.5rem Roboto,sans-serif;letter-spacing:.031rem}.mat-body-large p,.mat-typography .mat-body-large p,.mat-typography p{margin:0 0 .75em}.mat-body-medium,.mat-typography .mat-body-medium{font:400 .875rem / 1.25rem Roboto,sans-serif;letter-spacing:.016rem}.mat-body-small,.mat-typography .mat-body-small{font:400 .75rem / 1rem Roboto,sans-serif;letter-spacing:.025rem}.mat-label-large,.mat-typography .mat-label-large{font:500 .875rem / 1.25rem Roboto,sans-serif;letter-spacing:.006rem}.mat-label-medium,.mat-typography .mat-label-medium{font:500 .75rem / 1rem Roboto,sans-serif;letter-spacing:.031rem}.mat-label-small,.mat-typography .mat-label-small{font:500 .688rem / 1rem Roboto,sans-serif;letter-spacing:.031rem}
1
+ .mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, 0.1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}html{--mat-app-background-color:#1e1a1d;--mat-app-text-color:#e9e0e4;--mat-ripple-color:rgba(233, 224, 228, 0.1);--mat-option-selected-state-label-text-color:#f7daef;--mat-option-label-text-color:#e9e0e4;--mat-option-hover-state-layer-color:rgba(233, 224, 228, 0.08);--mat-option-focus-state-layer-color:rgba(233, 224, 228, 0.12);--mat-option-selected-state-layer-color:#554151;--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:1.25rem;--mat-option-label-text-size:1rem;--mat-option-label-text-tracking:0.006rem;--mat-option-label-text-weight:400;--mat-full-pseudo-checkbox-selected-icon-color:#ffabf3;--mat-full-pseudo-checkbox-selected-checkmark-color:#5b005b;--mat-full-pseudo-checkbox-unselected-icon-color:#d1c2cb;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#1e1a1d;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:rgba(233, 224, 228, 0.38);--mat-full-pseudo-checkbox-disabled-selected-icon-color:rgba(233, 224, 228, 0.38);--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffabf3;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:rgba(233, 224, 228, 0.38);--mdc-elevated-card-container-color:#1e1a1d;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-elevated-card-container-shape:12px;--mdc-outlined-card-container-color:#1e1a1d;--mdc-outlined-card-outline-color:#4e444b;--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-shape:12px;--mdc-outlined-card-outline-width:1px;--mat-card-subtitle-text-color:#e9e0e4;--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:1.75rem;--mat-card-title-text-size:1.375rem;--mat-card-title-text-tracking:0rem;--mat-card-title-text-weight:400;--mat-card-subtitle-text-font:Roboto, sans-serif;--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;--mdc-linear-progress-active-indicator-color:#ffabf3;--mdc-linear-progress-track-color:#4e444b;--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0px;--mdc-plain-tooltip-container-color:#e9e0e4;--mdc-plain-tooltip-supporting-text-color:#342f32;--mdc-plain-tooltip-supporting-text-line-height:1rem;--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:0.75rem;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.025rem;--mdc-plain-tooltip-container-shape:4px;--mdc-filled-text-field-caret-color:#ffabf3;--mdc-filled-text-field-focus-active-indicator-color:#ffabf3;--mdc-filled-text-field-focus-label-text-color:#ffabf3;--mdc-filled-text-field-container-color:#4e444b;--mdc-filled-text-field-disabled-container-color:rgba(233, 224, 228, 0.04);--mdc-filled-text-field-label-text-color:#d1c2cb;--mdc-filled-text-field-hover-label-text-color:#d1c2cb;--mdc-filled-text-field-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-filled-text-field-input-text-color:#e9e0e4;--mdc-filled-text-field-disabled-input-text-color:rgba(233, 224, 228, 0.38);--mdc-filled-text-field-input-text-placeholder-color:#d1c2cb;--mdc-filled-text-field-error-hover-label-text-color:#ffdad6;--mdc-filled-text-field-error-focus-label-text-color:#ffb4ab;--mdc-filled-text-field-error-label-text-color:#ffb4ab;--mdc-filled-text-field-active-indicator-color:#d1c2cb;--mdc-filled-text-field-disabled-active-indicator-color:rgba(233, 224, 228, 0.38);--mdc-filled-text-field-hover-active-indicator-color:#e9e0e4;--mdc-filled-text-field-error-active-indicator-color:#ffb4ab;--mdc-filled-text-field-error-focus-active-indicator-color:#ffb4ab;--mdc-filled-text-field-error-hover-active-indicator-color:#ffdad6;--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:1rem;--mdc-filled-text-field-label-text-tracking:0.031rem;--mdc-filled-text-field-label-text-weight:400;--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;--mdc-outlined-text-field-caret-color:#ffabf3;--mdc-outlined-text-field-focus-outline-color:#ffabf3;--mdc-outlined-text-field-focus-label-text-color:#ffabf3;--mdc-outlined-text-field-label-text-color:#d1c2cb;--mdc-outlined-text-field-hover-label-text-color:#e9e0e4;--mdc-outlined-text-field-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-outlined-text-field-input-text-color:#e9e0e4;--mdc-outlined-text-field-disabled-input-text-color:rgba(233, 224, 228, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:#d1c2cb;--mdc-outlined-text-field-error-focus-label-text-color:#ffb4ab;--mdc-outlined-text-field-error-label-text-color:#ffb4ab;--mdc-outlined-text-field-error-hover-label-text-color:#ffdad6;--mdc-outlined-text-field-outline-color:#9a8d95;--mdc-outlined-text-field-disabled-outline-color:rgba(233, 224, 228, 0.12);--mdc-outlined-text-field-hover-outline-color:#e9e0e4;--mdc-outlined-text-field-error-focus-outline-color:#ffb4ab;--mdc-outlined-text-field-error-hover-outline-color:#ffdad6;--mdc-outlined-text-field-error-outline-color:#ffb4ab;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:1rem;--mdc-outlined-text-field-label-text-tracking:0.031rem;--mdc-outlined-text-field-label-text-weight:400;--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px;--mat-form-field-focus-select-arrow-color:#ffabf3;--mat-form-field-disabled-input-text-placeholder-color:rgba(233, 224, 228, 0.38);--mat-form-field-state-layer-color:#e9e0e4;--mat-form-field-error-text-color:#ffb4ab;--mat-form-field-select-option-text-color:#1e1a1d;--mat-form-field-select-disabled-option-text-color:rgba(30, 26, 29, 0.38);--mat-form-field-leading-icon-color:#d1c2cb;--mat-form-field-disabled-leading-icon-color:rgba(233, 224, 228, 0.38);--mat-form-field-trailing-icon-color:#d1c2cb;--mat-form-field-disabled-trailing-icon-color:rgba(233, 224, 228, 0.38);--mat-form-field-error-focus-trailing-icon-color:#ffb4ab;--mat-form-field-error-hover-trailing-icon-color:#ffdad6;--mat-form-field-error-trailing-icon-color:#ffb4ab;--mat-form-field-enabled-select-arrow-color:#d1c2cb;--mat-form-field-disabled-select-arrow-color:rgba(233, 224, 228, 0.38);--mat-form-field-hover-state-layer-opacity:0.08;--mat-form-field-container-text-font:Roboto, sans-serif;--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:Roboto, sans-serif;--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-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px;--mat-form-field-focus-state-layer-opacity:0;--mat-select-panel-background-color:#221e21;--mat-select-enabled-trigger-text-color:#e9e0e4;--mat-select-disabled-trigger-text-color:rgba(233, 224, 228, 0.38);--mat-select-placeholder-text-color:#d1c2cb;--mat-select-enabled-arrow-color:#d1c2cb;--mat-select-disabled-arrow-color:rgba(233, 224, 228, 0.38);--mat-select-focused-arrow-color:#ffabf3;--mat-select-invalid-arrow-color:#ffb4ab;--mat-select-trigger-text-font:Roboto, sans-serif;--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;--mat-select-arrow-transform:translateY(-8px);--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);--mat-autocomplete-background-color:#221e21;--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);--mdc-dialog-container-color:#1e1a1d;--mdc-dialog-subhead-color:#e9e0e4;--mdc-dialog-supporting-text-color:#d1c2cb;--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:2rem;--mdc-dialog-subhead-size:1.5rem;--mdc-dialog-subhead-weight:400;--mdc-dialog-subhead-tracking:0rem;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:1.25rem;--mdc-dialog-supporting-text-size:0.875rem;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.016rem;--mdc-dialog-container-shape:28px;--mat-dialog-container-elevation-shadow:none;--mat-dialog-container-max-width:560px;--mat-dialog-container-small-max-width:calc(100vw - 32px);--mat-dialog-container-min-width:280px;--mat-dialog-actions-alignment:flex-end;--mat-dialog-actions-padding:16px 24px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px 0;--mat-dialog-headline-padding:6px 24px 13px;--mdc-chip-outline-color:#9a8d95;--mdc-chip-disabled-outline-color:rgba(233, 224, 228, 0.12);--mdc-chip-focus-outline-color:#d1c2cb;--mdc-chip-hover-state-layer-opacity:0.08;--mdc-chip-selected-hover-state-layer-opacity:0.08;--mdc-chip-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-chip-elevated-selected-container-color:#554151;--mdc-chip-flat-disabled-selected-container-color:rgba(233, 224, 228, 0.12);--mdc-chip-focus-state-layer-color:#d1c2cb;--mdc-chip-hover-state-layer-color:#d1c2cb;--mdc-chip-selected-hover-state-layer-color:#f7daef;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:#f7daef;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#d1c2cb;--mdc-chip-selected-label-text-color:#f7daef;--mdc-chip-with-icon-icon-color:#d1c2cb;--mdc-chip-with-icon-disabled-icon-color:#e9e0e4;--mdc-chip-with-icon-selected-icon-color:#f7daef;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#e9e0e4;--mdc-chip-with-trailing-icon-trailing-icon-color:#d1c2cb;--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:1.25rem;--mdc-chip-label-text-size:0.875rem;--mdc-chip-label-text-tracking:0.006rem;--mdc-chip-label-text-weight:500;--mdc-chip-container-height:32px;--mdc-chip-container-shape-family:rounded;--mdc-chip-container-shape-radius:8px;--mdc-chip-with-avatar-avatar-size:24px;--mdc-chip-with-icon-icon-size:18px;--mdc-chip-outline-width:1px;--mdc-chip-with-avatar-disabled-avatar-opacity:0.38;--mdc-chip-flat-selected-outline-width:0;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:0.38;--mdc-chip-with-icon-disabled-icon-opacity:0.38;--mat-chip-trailing-action-state-layer-color:#d1c2cb;--mat-chip-selected-trailing-action-state-layer-color:#f7daef;--mat-chip-trailing-action-hover-state-layer-opacity:0.08;--mat-chip-trailing-action-focus-state-layer-opacity:0.12;--mat-chip-selected-disabled-trailing-icon-color:#e9e0e4;--mat-chip-selected-trailing-icon-color:#f7daef;--mat-chip-disabled-container-opacity:1;--mat-chip-trailing-action-opacity:1;--mat-chip-trailing-action-focus-opacity:1;--mdc-switch-selected-focus-state-layer-opacity:0.12;--mdc-switch-selected-hover-state-layer-opacity:0.08;--mdc-switch-selected-pressed-state-layer-opacity:0.12;--mdc-switch-unselected-focus-state-layer-opacity:0.12;--mdc-switch-unselected-hover-state-layer-opacity:0.08;--mdc-switch-unselected-pressed-state-layer-opacity:0.12;--mdc-switch-selected-focus-state-layer-color:#ffabf3;--mdc-switch-selected-handle-color:#5b005b;--mdc-switch-selected-hover-state-layer-color:#ffabf3;--mdc-switch-selected-pressed-state-layer-color:#ffabf3;--mdc-switch-selected-focus-handle-color:#810081;--mdc-switch-selected-hover-handle-color:#810081;--mdc-switch-selected-pressed-handle-color:#810081;--mdc-switch-selected-focus-track-color:#ffabf3;--mdc-switch-selected-hover-track-color:#ffabf3;--mdc-switch-selected-pressed-track-color:#ffabf3;--mdc-switch-selected-track-color:#ffabf3;--mdc-switch-disabled-selected-handle-color:#1e1a1d;--mdc-switch-disabled-selected-icon-color:#e9e0e4;--mdc-switch-disabled-selected-track-color:#e9e0e4;--mdc-switch-disabled-unselected-handle-color:#e9e0e4;--mdc-switch-disabled-unselected-icon-color:#4e444b;--mdc-switch-disabled-unselected-track-color:#4e444b;--mdc-switch-selected-icon-color:#ffd7f5;--mdc-switch-unselected-focus-handle-color:#d1c2cb;--mdc-switch-unselected-focus-state-layer-color:#e9e0e4;--mdc-switch-unselected-focus-track-color:#4e444b;--mdc-switch-unselected-handle-color:#9a8d95;--mdc-switch-unselected-hover-handle-color:#d1c2cb;--mdc-switch-unselected-hover-state-layer-color:#e9e0e4;--mdc-switch-unselected-hover-track-color:#4e444b;--mdc-switch-unselected-icon-color:#4e444b;--mdc-switch-unselected-pressed-handle-color:#d1c2cb;--mdc-switch-unselected-pressed-state-layer-color:#e9e0e4;--mdc-switch-unselected-pressed-track-color:#4e444b;--mdc-switch-unselected-track-color:#4e444b;--mdc-switch-disabled-selected-icon-opacity:0.38;--mdc-switch-disabled-track-opacity:0.12;--mdc-switch-disabled-unselected-icon-opacity:0.38;--mdc-switch-handle-shape:9999px;--mdc-switch-selected-icon-size:16px;--mdc-switch-track-height:32px;--mdc-switch-track-shape:9999px;--mdc-switch-track-width:52px;--mdc-switch-unselected-icon-size:16px;--mdc-switch-state-layer-size:40px;--mat-switch-track-outline-color:#9a8d95;--mat-switch-disabled-unselected-track-outline-color:#e9e0e4;--mat-switch-label-text-color:#e9e0e4;--mat-switch-label-text-font:Roboto, sans-serif;--mat-switch-label-text-line-height:1.25rem;--mat-switch-label-text-size:0.875rem;--mat-switch-label-text-tracking:0.016rem;--mat-switch-label-text-weight:400;--mat-switch-disabled-selected-handle-opacity:1;--mat-switch-disabled-unselected-handle-opacity:0.38;--mat-switch-unselected-handle-size:16px;--mat-switch-selected-handle-size:24px;--mat-switch-pressed-handle-size:28px;--mat-switch-with-icon-handle-size:24px;--mat-switch-selected-handle-horizontal-margin:0 24px;--mat-switch-selected-with-icon-handle-horizontal-margin:0 24px;--mat-switch-selected-pressed-handle-horizontal-margin:0 22px;--mat-switch-unselected-handle-horizontal-margin:0 8px;--mat-switch-unselected-with-icon-handle-horizontal-margin:0 4px;--mat-switch-unselected-pressed-handle-horizontal-margin:0 2px;--mat-switch-visible-track-opacity:1;--mat-switch-hidden-track-opacity:0;--mat-switch-visible-track-transition:opacity 75ms;--mat-switch-hidden-track-transition:opacity 75ms;--mat-switch-track-outline-width:2px;--mat-switch-selected-track-outline-width:2px;--mat-switch-selected-track-outline-color:transparent;--mat-switch-disabled-unselected-track-outline-width:2px;--mdc-radio-disabled-selected-icon-color:#e9e0e4;--mdc-radio-disabled-unselected-icon-color:#e9e0e4;--mdc-radio-unselected-hover-icon-color:#e9e0e4;--mdc-radio-unselected-icon-color:#d1c2cb;--mdc-radio-unselected-pressed-icon-color:#e9e0e4;--mdc-radio-selected-focus-icon-color:#ffabf3;--mdc-radio-selected-hover-icon-color:#ffabf3;--mdc-radio-selected-icon-color:#ffabf3;--mdc-radio-selected-pressed-icon-color:#ffabf3;--mdc-radio-state-layer-size:40px;--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mat-radio-ripple-color:#e9e0e4;--mat-radio-checked-ripple-color:#ffabf3;--mat-radio-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-radio-label-text-color:#e9e0e4;--mat-radio-label-text-font:Roboto, sans-serif;--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;--mat-radio-touch-target-display:block;--mdc-slider-handle-color:#ffabf3;--mdc-slider-focus-handle-color:#ffabf3;--mdc-slider-hover-handle-color:#ffabf3;--mdc-slider-active-track-color:#ffabf3;--mdc-slider-inactive-track-color:#4e444b;--mdc-slider-with-tick-marks-inactive-container-color:#d1c2cb;--mdc-slider-with-tick-marks-active-container-color:#5b005b;--mdc-slider-disabled-active-track-color:#e9e0e4;--mdc-slider-disabled-handle-color:#e9e0e4;--mdc-slider-disabled-inactive-track-color:#e9e0e4;--mdc-slider-label-container-color:#ffabf3;--mdc-slider-label-label-text-color:#5b005b;--mdc-slider-with-overlap-handle-outline-color:#5b005b;--mdc-slider-with-tick-marks-disabled-container-color:#e9e0e4;--mdc-slider-handle-elevation:1;--mdc-slider-handle-shadow-color:#000000;--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:0.75rem;--mdc-slider-label-label-text-line-height:1rem;--mdc-slider-label-label-text-tracking:0.031rem;--mdc-slider-label-label-text-weight:500;--mdc-slider-active-track-height:4px;--mdc-slider-active-track-shape:9999px;--mdc-slider-handle-height:20px;--mdc-slider-handle-shape:9999px;--mdc-slider-handle-width:20px;--mdc-slider-inactive-track-height:4px;--mdc-slider-inactive-track-shape:9999px;--mdc-slider-with-overlap-handle-outline-width:1px;--mdc-slider-with-tick-marks-active-container-opacity:0.38;--mdc-slider-with-tick-marks-container-shape:9999px;--mdc-slider-with-tick-marks-container-size:2px;--mdc-slider-with-tick-marks-inactive-container-opacity:0.38;--mat-slider-ripple-color:#ffabf3;--mat-slider-hover-state-layer-color:rgba(255, 171, 243, 0.05);--mat-slider-focus-state-layer-color:rgba(255, 171, 243, 0.2);--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-padding:0;--mat-slider-value-indicator-text-transform:rotate(45deg);--mat-slider-value-indicator-container-transform:translateX(-50%) rotate(-45deg);--mat-slider-value-indicator-opacity:1;--mat-menu-item-label-text-color:#e9e0e4;--mat-menu-item-icon-color:#d1c2cb;--mat-menu-item-hover-state-layer-color:rgba(233, 224, 228, 0.08);--mat-menu-item-focus-state-layer-color:rgba(233, 224, 228, 0.12);--mat-menu-container-color:#221e21;--mat-menu-divider-color:#4e444b;--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:0.875rem;--mat-menu-item-label-text-tracking:0.006rem;--mat-menu-item-label-text-line-height:1.25rem;--mat-menu-item-label-text-weight:500;--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:8px;--mat-menu-divider-top-spacing:8px;--mat-menu-item-spacing:12px;--mat-menu-item-icon-size:24px;--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;--mdc-list-list-item-container-color:transparent;--mdc-list-list-item-leading-avatar-color:#810081;--mdc-list-list-item-disabled-state-layer-color:#e9e0e4;--mdc-list-list-item-disabled-state-layer-opacity:0.12;--mdc-list-list-item-label-text-color:#e9e0e4;--mdc-list-list-item-supporting-text-color:#d1c2cb;--mdc-list-list-item-leading-icon-color:#d1c2cb;--mdc-list-list-item-trailing-supporting-text-color:#d1c2cb;--mdc-list-list-item-trailing-icon-color:#d1c2cb;--mdc-list-list-item-selected-trailing-icon-color:#ffabf3;--mdc-list-list-item-disabled-label-text-color:#e9e0e4;--mdc-list-list-item-disabled-leading-icon-color:#e9e0e4;--mdc-list-list-item-disabled-trailing-icon-color:#e9e0e4;--mdc-list-list-item-hover-label-text-color:#e9e0e4;--mdc-list-list-item-focus-label-text-color:#e9e0e4;--mdc-list-list-item-hover-state-layer-color:#e9e0e4;--mdc-list-list-item-hover-state-layer-opacity:0.08;--mdc-list-list-item-focus-state-layer-color:#e9e0e4;--mdc-list-list-item-focus-state-layer-opacity:0.12;--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:1.5rem;--mdc-list-list-item-label-text-size:1rem;--mdc-list-list-item-label-text-tracking:0.031rem;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:1.25rem;--mdc-list-list-item-supporting-text-size:0.875rem;--mdc-list-list-item-supporting-text-tracking:0.016rem;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:1rem;--mdc-list-list-item-trailing-supporting-text-size:0.688rem;--mdc-list-list-item-trailing-supporting-text-tracking:0.031rem;--mdc-list-list-item-trailing-supporting-text-weight:500;--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px;--mdc-list-list-item-container-shape:0px;--mdc-list-list-item-leading-avatar-shape:9999px;--mdc-list-list-item-leading-icon-size:24px;--mdc-list-list-item-leading-avatar-size:40px;--mdc-list-list-item-trailing-icon-size:24px;--mdc-list-list-item-disabled-label-text-opacity:0.3;--mdc-list-list-item-disabled-leading-icon-opacity:0.38;--mdc-list-list-item-disabled-trailing-icon-opacity:0.38;--mat-list-active-indicator-color:#554151;--mat-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:16px;--mat-list-active-indicator-shape:9999px;--mat-paginator-container-text-color:#e9e0e4;--mat-paginator-container-background-color:#1e1a1d;--mat-paginator-enabled-icon-color:#d1c2cb;--mat-paginator-disabled-icon-color:rgba(233, 224, 228, 0.38);--mat-paginator-container-text-font:Roboto, sans-serif;--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;--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px;--mdc-secondary-navigation-tab-container-height:48px;--mdc-tab-indicator-active-indicator-color:#ffabf3;--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0;--mat-tab-header-divider-color:#4e444b;--mat-tab-header-pagination-icon-color:#e9e0e4;--mat-tab-header-inactive-label-text-color:#e9e0e4;--mat-tab-header-active-label-text-color:#e9e0e4;--mat-tab-header-active-ripple-color:#e9e0e4;--mat-tab-header-inactive-ripple-color:#e9e0e4;--mat-tab-header-inactive-focus-label-text-color:#e9e0e4;--mat-tab-header-inactive-hover-label-text-color:#e9e0e4;--mat-tab-header-active-focus-label-text-color:#e9e0e4;--mat-tab-header-active-hover-label-text-color:#e9e0e4;--mat-tab-header-active-focus-indicator-color:#ffabf3;--mat-tab-header-active-hover-indicator-color:#ffabf3;--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:0.875rem;--mat-tab-header-label-text-tracking:0.006rem;--mat-tab-header-label-text-line-height:1.25rem;--mat-tab-header-label-text-weight:500;--mat-tab-header-divider-height:1px;--mdc-checkbox-disabled-selected-checkmark-color:#1e1a1d;--mdc-checkbox-selected-focus-state-layer-opacity:0.12;--mdc-checkbox-selected-hover-state-layer-opacity:0.08;--mdc-checkbox-selected-pressed-state-layer-opacity:0.12;--mdc-checkbox-unselected-focus-state-layer-opacity:0.12;--mdc-checkbox-unselected-hover-state-layer-opacity:0.08;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.12;--mdc-checkbox-disabled-selected-icon-color:rgba(233, 224, 228, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(233, 224, 228, 0.38);--mdc-checkbox-selected-checkmark-color:#5b005b;--mdc-checkbox-selected-focus-icon-color:#ffabf3;--mdc-checkbox-selected-hover-icon-color:#ffabf3;--mdc-checkbox-selected-icon-color:#ffabf3;--mdc-checkbox-selected-pressed-icon-color:#ffabf3;--mdc-checkbox-unselected-focus-icon-color:#e9e0e4;--mdc-checkbox-unselected-hover-icon-color:#e9e0e4;--mdc-checkbox-unselected-icon-color:#d1c2cb;--mdc-checkbox-unselected-pressed-icon-color:#e9e0e4;--mdc-checkbox-selected-focus-state-layer-color:#ffabf3;--mdc-checkbox-selected-hover-state-layer-color:#ffabf3;--mdc-checkbox-selected-pressed-state-layer-color:#e9e0e4;--mdc-checkbox-unselected-focus-state-layer-color:#e9e0e4;--mdc-checkbox-unselected-hover-state-layer-color:#e9e0e4;--mdc-checkbox-unselected-pressed-state-layer-color:#ffabf3;--mdc-checkbox-state-layer-size:40px;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4;--mat-checkbox-label-text-font:Roboto, sans-serif;--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;--mat-checkbox-touch-target-display:block;--mdc-text-button-label-text-color:#ffabf3;--mdc-text-button-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-text-button-label-text-font:Roboto, sans-serif;--mdc-text-button-label-text-size:0.875rem;--mdc-text-button-label-text-tracking:0.006rem;--mdc-text-button-label-text-weight:500;--mdc-text-button-container-height:40px;--mdc-text-button-container-shape:9999px;--mdc-protected-button-container-color:#1e1a1d;--mdc-protected-button-label-text-color:#ffabf3;--mdc-protected-button-disabled-container-color:rgba(233, 224, 228, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-protected-button-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);--mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-focus-container-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-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);--mdc-protected-button-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);--mdc-protected-button-container-shadow-color:#000000;--mdc-protected-button-label-text-font:Roboto, sans-serif;--mdc-protected-button-label-text-size:0.875rem;--mdc-protected-button-label-text-tracking:0.006rem;--mdc-protected-button-label-text-weight:500;--mdc-protected-button-container-height:40px;--mdc-protected-button-container-shape:9999px;--mdc-filled-button-container-color:#ffabf3;--mdc-filled-button-label-text-color:#5b005b;--mdc-filled-button-disabled-container-color:rgba(233, 224, 228, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-filled-button-label-text-font:Roboto, sans-serif;--mdc-filled-button-label-text-size:0.875rem;--mdc-filled-button-label-text-tracking:0.006rem;--mdc-filled-button-label-text-weight:500;--mdc-filled-button-container-height:40px;--mdc-filled-button-container-shape:9999px;--mdc-outlined-button-disabled-outline-color:rgba(233, 224, 228, 0.12);--mdc-outlined-button-disabled-label-text-color:rgba(233, 224, 228, 0.38);--mdc-outlined-button-label-text-color:#ffabf3;--mdc-outlined-button-outline-color:#9a8d95;--mdc-outlined-button-label-text-font:Roboto, sans-serif;--mdc-outlined-button-label-text-size:0.875rem;--mdc-outlined-button-label-text-tracking:0.006rem;--mdc-outlined-button-label-text-weight:500;--mdc-outlined-button-container-height:40px;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:9999px;--mat-text-button-state-layer-color:#ffabf3;--mat-text-button-disabled-state-layer-color:#d1c2cb;--mat-text-button-ripple-color:rgba(255, 171, 243, 0.12);--mat-text-button-hover-state-layer-opacity:0.08;--mat-text-button-focus-state-layer-opacity:0.12;--mat-text-button-pressed-state-layer-opacity:0.12;--mat-text-button-touch-target-display:block;--mat-text-button-horizontal-padding:12px;--mat-text-button-with-icon-horizontal-padding:16px;--mat-text-button-icon-spacing:8px;--mat-text-button-icon-offset:-4px;--mat-protected-button-state-layer-color:#ffabf3;--mat-protected-button-disabled-state-layer-color:#d1c2cb;--mat-protected-button-ripple-color:rgba(255, 171, 243, 0.12);--mat-protected-button-hover-state-layer-opacity:0.08;--mat-protected-button-focus-state-layer-opacity:0.12;--mat-protected-button-pressed-state-layer-opacity:0.12;--mat-protected-button-touch-target-display:block;--mat-protected-button-horizontal-padding:24px;--mat-protected-button-icon-spacing:8px;--mat-protected-button-icon-offset:-8px;--mat-filled-button-state-layer-color:#5b005b;--mat-filled-button-disabled-state-layer-color:#d1c2cb;--mat-filled-button-ripple-color:rgba(91, 0, 91, 0.12);--mat-filled-button-hover-state-layer-opacity:0.08;--mat-filled-button-focus-state-layer-opacity:0.12;--mat-filled-button-pressed-state-layer-opacity:0.12;--mat-filled-button-touch-target-display:block;--mat-filled-button-horizontal-padding:24px;--mat-filled-button-icon-spacing:8px;--mat-filled-button-icon-offset:-8px;--mat-outlined-button-state-layer-color:#ffabf3;--mat-outlined-button-disabled-state-layer-color:#d1c2cb;--mat-outlined-button-ripple-color:rgba(255, 171, 243, 0.12);--mat-outlined-button-hover-state-layer-opacity:0.08;--mat-outlined-button-focus-state-layer-opacity:0.12;--mat-outlined-button-pressed-state-layer-opacity:0.12;--mat-outlined-button-touch-target-display:block;--mat-outlined-button-horizontal-padding:24px;--mat-outlined-button-icon-spacing:8px;--mat-outlined-button-icon-offset:-8px;--mdc-icon-button-icon-color:#d1c2cb;--mdc-icon-button-disabled-icon-color:rgba(233, 224, 228, 0.38);--mdc-icon-button-state-layer-size:40px;--mdc-icon-button-icon-size:24px;--mat-icon-button-state-layer-color:#d1c2cb;--mat-icon-button-disabled-state-layer-color:#d1c2cb;--mat-icon-button-ripple-color:rgba(209, 194, 203, 0.12);--mat-icon-button-hover-state-layer-opacity:0.08;--mat-icon-button-focus-state-layer-opacity:0.12;--mat-icon-button-pressed-state-layer-opacity:0.12;--mat-icon-button-touch-target-display:block;--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-container-shadow-color:#000000;--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:0.875rem;--mdc-extended-fab-label-text-tracking:0.006rem;--mdc-extended-fab-label-text-weight:500;--mdc-extended-fab-container-height:56px;--mdc-extended-fab-container-shape:16px;--mdc-fab-container-color:#810081;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-container-shadow-color:#000000;--mdc-fab-container-shape:16px;--mdc-fab-icon-size:24px;--mdc-fab-small-container-color:#810081;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-container-shadow-color:#000000;--mdc-fab-small-container-shape:12px;--mdc-fab-small-icon-size:24px;--mat-fab-foreground-color:#ffd7f5;--mat-fab-state-layer-color:#ffd7f5;--mat-fab-ripple-color:rgba(255, 215, 245, 0.12);--mat-fab-hover-state-layer-opacity:0.08;--mat-fab-focus-state-layer-opacity:0.12;--mat-fab-pressed-state-layer-opacity:0.12;--mat-fab-disabled-state-container-color:rgba(233, 224, 228, 0.12);--mat-fab-disabled-state-foreground-color:rgba(233, 224, 228, 0.38);--mat-fab-touch-target-display:block;--mat-fab-small-foreground-color:#ffd7f5;--mat-fab-small-state-layer-color:#ffd7f5;--mat-fab-small-ripple-color:rgba(255, 215, 245, 0.12);--mat-fab-small-hover-state-layer-opacity:0.08;--mat-fab-small-focus-state-layer-opacity:0.12;--mat-fab-small-pressed-state-layer-opacity:0.12;--mat-fab-small-disabled-state-container-color:rgba(233, 224, 228, 0.12);--mat-fab-small-disabled-state-foreground-color:rgba(233, 224, 228, 0.38);--mdc-snackbar-container-color:#e9e0e4;--mdc-snackbar-supporting-text-color:#342f32;--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:1.25rem;--mdc-snackbar-supporting-text-size:0.875rem;--mdc-snackbar-supporting-text-weight:400;--mdc-snackbar-container-shape:4px;--mat-snack-bar-button-color:#a900a9;--mat-table-background-color:#1e1a1d;--mat-table-header-headline-color:#e9e0e4;--mat-table-row-item-label-text-color:#e9e0e4;--mat-table-row-item-outline-color:#4e444b;--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:1.25rem;--mat-table-header-headline-size:0.875rem;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.006rem;--mat-table-row-item-label-text-font:Roboto, sans-serif;--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-weight:400;--mat-table-row-item-label-text-tracking:0.016rem;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:1.25rem;--mat-table-footer-supporting-text-size:0.875rem;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.016rem;--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px;--mat-table-row-item-outline-width:1px;--mdc-circular-progress-active-indicator-color:#ffabf3;--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px;--mat-badge-background-color:#ffb4ab;--mat-badge-text-color:#690005;--mat-badge-disabled-state-background-color:rgba(255, 180, 171, 0.38);--mat-badge-disabled-state-text-color:#690005;--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:0.688rem;--mat-badge-text-weight:500;--mat-badge-large-size-text-size:0.688rem;--mat-badge-container-shape:9999px;--mat-badge-container-size:16px;--mat-badge-small-size-container-size:6px;--mat-badge-large-size-container-size:16px;--mat-badge-legacy-container-size:unset;--mat-badge-legacy-small-size-container-size:unset;--mat-badge-legacy-large-size-container-size:unset;--mat-badge-container-offset:-12px 0;--mat-badge-small-size-container-offset:-6px 0;--mat-badge-large-size-container-offset:-12px 0;--mat-badge-container-overlap-offset:-12px;--mat-badge-small-size-container-overlap-offset:-6px;--mat-badge-large-size-container-overlap-offset:-12px;--mat-badge-container-padding:0 4px;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0 4px;--mat-badge-small-size-text-size:0;--mat-bottom-sheet-container-text-color:#e9e0e4;--mat-bottom-sheet-container-background-color:#1e1a1d;--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--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;--mat-bottom-sheet-container-shape:28px;--mat-standard-button-toggle-hover-state-layer-opacity:0.08;--mat-standard-button-toggle-focus-state-layer-opacity:0.12;--mat-standard-button-toggle-text-color:#e9e0e4;--mat-standard-button-toggle-state-layer-color:#e9e0e4;--mat-standard-button-toggle-selected-state-background-color:#554151;--mat-standard-button-toggle-selected-state-text-color:#f7daef;--mat-standard-button-toggle-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(233, 224, 228, 0.38);--mat-standard-button-toggle-disabled-selected-state-background-color:rgba(233, 224, 228, 0.12);--mat-standard-button-toggle-divider-color:#9a8d95;--mat-standard-button-toggle-label-text-font:Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height:1.25rem;--mat-standard-button-toggle-label-text-size:0.875rem;--mat-standard-button-toggle-label-text-tracking:0.006rem;--mat-standard-button-toggle-label-text-weight:500;--mat-standard-button-toggle-height:40px;--mat-standard-button-toggle-shape:9999px;--mat-standard-button-toggle-background-color:transparent;--mat-standard-button-toggle-disabled-state-background-color:transparent;--mat-datepicker-calendar-date-selected-state-text-color:#5b005b;--mat-datepicker-calendar-date-selected-state-background-color:#ffabf3;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(233, 224, 228, 0.38);--mat-datepicker-calendar-date-today-selected-state-outline-color:#ffabf3;--mat-datepicker-calendar-date-focus-state-background-color:rgba(233, 224, 228, 0.12);--mat-datepicker-calendar-date-hover-state-background-color:rgba(233, 224, 228, 0.08);--mat-datepicker-toggle-active-state-icon-color:#d1c2cb;--mat-datepicker-calendar-date-in-range-state-background-color:#810081;--mat-datepicker-calendar-date-in-comparison-range-state-background-color:#5f00c0;--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#554151;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#dabfd2;--mat-datepicker-toggle-icon-color:#d1c2cb;--mat-datepicker-calendar-body-label-text-color:#e9e0e4;--mat-datepicker-calendar-period-button-text-color:#d1c2cb;--mat-datepicker-calendar-period-button-icon-color:#d1c2cb;--mat-datepicker-calendar-navigation-button-icon-color:#d1c2cb;--mat-datepicker-calendar-header-text-color:#d1c2cb;--mat-datepicker-calendar-date-today-outline-color:#ffabf3;--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(233, 224, 228, 0.38);--mat-datepicker-calendar-date-text-color:#e9e0e4;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:#ffabf3;--mat-datepicker-range-input-separator-color:#e9e0e4;--mat-datepicker-range-input-disabled-state-separator-color:rgba(233, 224, 228, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mat-datepicker-calendar-container-background-color:#2d292c;--mat-datepicker-calendar-container-text-color:#e9e0e4;--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:1rem;--mat-datepicker-calendar-body-label-text-size:0.875rem;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:0.875rem;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:0.875rem;--mat-datepicker-calendar-header-text-weight:500;--mat-datepicker-calendar-container-shape:16px;--mat-datepicker-calendar-container-touch-shape:28px;--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-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-header-divider-color:transparent;--mat-datepicker-calendar-date-outline-color:transparent;--mat-divider-color:#4e444b;--mat-divider-width:1px;--mat-expansion-container-background-color:#1e1a1d;--mat-expansion-container-text-color:#e9e0e4;--mat-expansion-actions-divider-color:#4e444b;--mat-expansion-header-hover-state-layer-color:rgba(233, 224, 228, 0.08);--mat-expansion-header-focus-state-layer-color:rgba(233, 224, 228, 0.12);--mat-expansion-header-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mat-expansion-header-text-color:#e9e0e4;--mat-expansion-header-description-color:#d1c2cb;--mat-expansion-header-indicator-color:#d1c2cb;--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:1rem;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:1.5rem;--mat-expansion-header-text-tracking:0.009rem;--mat-expansion-container-text-font:Roboto, sans-serif;--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-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px;--mat-expansion-container-shape:12px;--mat-expansion-legacy-header-indicator-display:none;--mat-expansion-header-indicator-display:inline-block;--mat-grid-list-tile-header-primary-text-size:400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-header-secondary-text-size:400 0.875rem / 1.25rem Roboto, sans-serif;--mat-grid-list-tile-footer-primary-text-size:400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-footer-secondary-text-size:400 0.875rem / 1.25rem Roboto, sans-serif;--mat-icon-color:inherit;--mat-sidenav-container-background-color:#1e1a1d;--mat-sidenav-container-text-color:#d1c2cb;--mat-sidenav-content-background-color:#1e1a1d;--mat-sidenav-content-text-color:#e9e0e4;--mat-sidenav-scrim-color:rgba(55, 46, 52, 0.4);--mat-sidenav-container-shape:16px;--mat-sidenav-container-elevation-shadow:none;--mat-sidenav-container-width:360px;--mat-sidenav-container-divider-color:transparent;--mat-stepper-header-icon-foreground-color:#1e1a1d;--mat-stepper-header-selected-state-icon-background-color:#ffabf3;--mat-stepper-header-selected-state-icon-foreground-color:#5b005b;--mat-stepper-header-edit-state-icon-background-color:#ffabf3;--mat-stepper-header-edit-state-icon-foreground-color:#5b005b;--mat-stepper-container-color:#1e1a1d;--mat-stepper-line-color:#4e444b;--mat-stepper-header-hover-state-layer-color:rgba(233, 224, 228, 0.08);--mat-stepper-header-focus-state-layer-color:rgba(233, 224, 228, 0.12);--mat-stepper-header-label-text-color:#d1c2cb;--mat-stepper-header-optional-label-text-color:#d1c2cb;--mat-stepper-header-selected-state-label-text-color:#d1c2cb;--mat-stepper-header-error-state-label-text-color:#ffb4ab;--mat-stepper-header-icon-background-color:#d1c2cb;--mat-stepper-header-error-state-icon-foreground-color:#ffb4ab;--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--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;--mat-stepper-header-height:72px;--mat-stepper-header-focus-state-layer-shape:12px;--mat-stepper-header-hover-state-layer-shape:12px;--mat-stepper-header-error-state-icon-background-color:transparent;--mat-sort-arrow-color:#e9e0e4;--mat-toolbar-container-background-color:#1e1a1d;--mat-toolbar-container-text-color:#e9e0e4;--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:1.75rem;--mat-toolbar-title-text-size:1.375rem;--mat-toolbar-title-text-tracking:0rem;--mat-toolbar-title-text-weight:400;--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px;--mat-tree-container-background-color:#1e1a1d;--mat-tree-node-text-color:#e9e0e4;--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:1rem;--mat-tree-node-text-weight:400;--mat-tree-node-min-height:48px}.mat-primary{--mat-stepper-header-selected-state-icon-background-color:#ffabf3;--mat-stepper-header-selected-state-icon-foreground-color:#5b005b;--mat-stepper-header-edit-state-icon-background-color:#ffabf3;--mat-stepper-header-edit-state-icon-foreground-color:#5b005b}.mat-primary.mat-icon{--mat-icon-color:#ffabf3}.mat-primary.mat-mdc-checkbox{--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4}.mat-primary.mat-mdc-slide-toggle{--mat-switch-track-outline-color:#9a8d95;--mat-switch-disabled-unselected-track-outline-color:#e9e0e4;--mat-switch-label-text-color:#e9e0e4}.mat-primary .mdc-list-item__start,.mat-primary .mdc-list-item__end{--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4}.mat-badge{--mat-badge-background-color:#ffabf3;--mat-badge-text-color:#5b005b;--mat-badge-disabled-state-background-color:rgba(255, 171, 243, 0.38);--mat-badge-disabled-state-text-color:#5b005b}.mat-accent{--mat-option-selected-state-label-text-color:#ecdcff;--mat-option-selected-state-layer-color:#5f00c0;--mdc-circular-progress-active-indicator-color:#d5baff;--mat-full-pseudo-checkbox-selected-icon-color:#d5baff;--mat-full-pseudo-checkbox-selected-checkmark-color:#42008a;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#d5baff;--mat-stepper-header-selected-state-icon-background-color:#d5baff;--mat-stepper-header-selected-state-icon-foreground-color:#42008a;--mat-stepper-header-edit-state-icon-background-color:#d5baff;--mat-stepper-header-edit-state-icon-foreground-color:#42008a}.mat-accent.mat-icon{--mat-icon-color:#d5baff}.mat-accent.mat-mdc-checkbox{--mdc-checkbox-selected-checkmark-color:#42008a;--mdc-checkbox-selected-focus-icon-color:#d5baff;--mdc-checkbox-selected-hover-icon-color:#d5baff;--mdc-checkbox-selected-icon-color:#d5baff;--mdc-checkbox-selected-pressed-icon-color:#d5baff;--mdc-checkbox-selected-focus-state-layer-color:#d5baff;--mdc-checkbox-selected-hover-state-layer-color:#d5baff;--mdc-checkbox-unselected-pressed-state-layer-color:#d5baff;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4}.mat-accent.mat-mdc-slider{--mdc-slider-handle-color:#d5baff;--mdc-slider-focus-handle-color:#d5baff;--mdc-slider-hover-handle-color:#d5baff;--mdc-slider-active-track-color:#d5baff;--mdc-slider-with-tick-marks-active-container-color:#42008a;--mdc-slider-label-container-color:#d5baff;--mdc-slider-label-label-text-color:#42008a;--mdc-slider-with-overlap-handle-outline-color:#42008a;--mat-slider-ripple-color:#d5baff;--mat-slider-hover-state-layer-color:rgba(213, 186, 255, 0.05);--mat-slider-focus-state-layer-color:rgba(213, 186, 255, 0.2)}.mat-accent.mat-mdc-tab-group,.mat-accent.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#d5baff;--mat-tab-header-active-focus-indicator-color:#d5baff;--mat-tab-header-active-hover-indicator-color:#d5baff}.mat-accent.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color:#d5baff;--mdc-switch-selected-handle-color:#42008a;--mdc-switch-selected-hover-state-layer-color:#d5baff;--mdc-switch-selected-pressed-state-layer-color:#d5baff;--mdc-switch-selected-focus-handle-color:#5f00c0;--mdc-switch-selected-hover-handle-color:#5f00c0;--mdc-switch-selected-pressed-handle-color:#5f00c0;--mdc-switch-selected-focus-track-color:#d5baff;--mdc-switch-selected-hover-track-color:#d5baff;--mdc-switch-selected-pressed-track-color:#d5baff;--mdc-switch-selected-track-color:#d5baff;--mdc-switch-selected-icon-color:#ecdcff;--mat-switch-track-outline-color:#9a8d95;--mat-switch-disabled-unselected-track-outline-color:#e9e0e4;--mat-switch-label-text-color:#e9e0e4}.mat-accent.mat-mdc-form-field{--mat-select-focused-arrow-color:#d5baff}.mat-accent.mat-mdc-radio-button{--mdc-radio-selected-focus-icon-color:#d5baff;--mdc-radio-selected-hover-icon-color:#d5baff;--mdc-radio-selected-icon-color:#d5baff;--mdc-radio-selected-pressed-icon-color:#d5baff;--mat-radio-checked-ripple-color:#d5baff}.mat-accent.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#d5baff;--mdc-linear-progress-track-color:#5f00c0}.mat-accent.mat-mdc-form-field{--mdc-filled-text-field-caret-color:#d5baff;--mdc-filled-text-field-focus-active-indicator-color:#d5baff;--mdc-filled-text-field-focus-label-text-color:#d5baff;--mdc-outlined-text-field-caret-color:#d5baff;--mdc-outlined-text-field-focus-outline-color:#d5baff;--mdc-outlined-text-field-focus-label-text-color:#d5baff;--mat-form-field-focus-select-arrow-color:#d5baff}.mat-accent.mat-datepicker-content{--mat-datepicker-calendar-date-selected-state-text-color:#42008a;--mat-datepicker-calendar-date-selected-state-background-color:#d5baff;--mat-datepicker-calendar-date-today-selected-state-outline-color:#d5baff;--mat-datepicker-calendar-date-in-range-state-background-color:#5f00c0;--mat-datepicker-calendar-date-in-comparison-range-state-background-color:#810081;--mat-datepicker-calendar-date-today-outline-color:#d5baff;--mat-datepicker-calendar-date-preview-state-outline-color:#d5baff}.mat-accent.mat-mdc-button-base{--mdc-text-button-label-text-color:#d5baff;--mdc-protected-button-label-text-color:#d5baff;--mdc-filled-button-container-color:#d5baff;--mdc-filled-button-label-text-color:#42008a;--mdc-outlined-button-label-text-color:#d5baff;--mat-text-button-state-layer-color:#d5baff;--mat-text-button-ripple-color:rgba(213, 186, 255, 0.12);--mat-protected-button-state-layer-color:#d5baff;--mat-protected-button-ripple-color:rgba(213, 186, 255, 0.12);--mat-filled-button-state-layer-color:#42008a;--mat-filled-button-ripple-color:rgba(66, 0, 138, 0.12);--mat-outlined-button-state-layer-color:#d5baff;--mat-outlined-button-ripple-color:rgba(213, 186, 255, 0.12)}.mat-accent.mat-mdc-standard-chip{--mdc-chip-elevated-selected-container-color:#5f00c0;--mdc-chip-selected-hover-state-layer-color:#ecdcff;--mdc-chip-selected-focus-state-layer-color:#ecdcff;--mdc-chip-selected-label-text-color:#ecdcff;--mdc-chip-with-icon-selected-icon-color:#ecdcff;--mat-chip-selected-trailing-action-state-layer-color:#ecdcff;--mat-chip-selected-trailing-icon-color:#ecdcff}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color:#42008a;--mdc-checkbox-selected-focus-icon-color:#d5baff;--mdc-checkbox-selected-hover-icon-color:#d5baff;--mdc-checkbox-selected-icon-color:#d5baff;--mdc-checkbox-selected-pressed-icon-color:#d5baff;--mdc-checkbox-selected-focus-state-layer-color:#d5baff;--mdc-checkbox-selected-hover-state-layer-color:#d5baff;--mdc-checkbox-unselected-pressed-state-layer-color:#d5baff;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4;--mdc-radio-selected-focus-icon-color:#d5baff;--mdc-radio-selected-hover-icon-color:#d5baff;--mdc-radio-selected-icon-color:#d5baff;--mdc-radio-selected-pressed-icon-color:#d5baff;--mat-radio-checked-ripple-color:#d5baff}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-container-shadow-color:#000000;--mdc-fab-container-color:#5f00c0;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-container-shadow-color:#000000;--mdc-fab-small-container-color:#5f00c0;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-container-shadow-color:#000000;--mat-fab-foreground-color:#ecdcff;--mat-fab-state-layer-color:#ecdcff;--mat-fab-ripple-color:rgba(236, 220, 255, 0.12);--mat-fab-small-foreground-color:#ecdcff;--mat-fab-small-state-layer-color:#ecdcff;--mat-fab-small-ripple-color:rgba(236, 220, 255, 0.12)}.mat-badge-accent{--mat-badge-background-color:#d5baff;--mat-badge-text-color:#42008a;--mat-badge-disabled-state-background-color:rgba(213, 186, 255, 0.38);--mat-badge-disabled-state-text-color:#42008a}.mat-warn{--mat-option-selected-state-label-text-color:#ffdad6;--mat-option-selected-state-layer-color:#93000a;--mdc-circular-progress-active-indicator-color:#ffb4ab;--mat-full-pseudo-checkbox-selected-icon-color:#ffb4ab;--mat-full-pseudo-checkbox-selected-checkmark-color:#690005;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffb4ab;--mat-stepper-header-selected-state-icon-background-color:#ffb4ab;--mat-stepper-header-selected-state-icon-foreground-color:#690005;--mat-stepper-header-edit-state-icon-background-color:#ffb4ab;--mat-stepper-header-edit-state-icon-foreground-color:#690005}.mat-warn.mat-icon{--mat-icon-color:#ffb4ab}.mat-warn.mat-mdc-checkbox{--mdc-checkbox-selected-checkmark-color:#690005;--mdc-checkbox-selected-focus-icon-color:#ffb4ab;--mdc-checkbox-selected-hover-icon-color:#ffb4ab;--mdc-checkbox-selected-icon-color:#ffb4ab;--mdc-checkbox-selected-pressed-icon-color:#ffb4ab;--mdc-checkbox-selected-focus-state-layer-color:#ffb4ab;--mdc-checkbox-selected-hover-state-layer-color:#ffb4ab;--mdc-checkbox-unselected-pressed-state-layer-color:#ffb4ab;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4}.mat-warn.mat-mdc-slider{--mdc-slider-handle-color:#ffb4ab;--mdc-slider-focus-handle-color:#ffb4ab;--mdc-slider-hover-handle-color:#ffb4ab;--mdc-slider-active-track-color:#ffb4ab;--mdc-slider-with-tick-marks-active-container-color:#690005;--mdc-slider-label-container-color:#ffb4ab;--mdc-slider-label-label-text-color:#690005;--mdc-slider-with-overlap-handle-outline-color:#690005;--mat-slider-ripple-color:#ffb4ab;--mat-slider-hover-state-layer-color:rgba(255, 180, 171, 0.05);--mat-slider-focus-state-layer-color:rgba(255, 180, 171, 0.2)}.mat-warn.mat-mdc-tab-group,.mat-warn.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#ffb4ab;--mat-tab-header-active-focus-indicator-color:#ffb4ab;--mat-tab-header-active-hover-indicator-color:#ffb4ab}.mat-warn.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color:#ffb4ab;--mdc-switch-selected-handle-color:#690005;--mdc-switch-selected-hover-state-layer-color:#ffb4ab;--mdc-switch-selected-pressed-state-layer-color:#ffb4ab;--mdc-switch-selected-focus-handle-color:#93000a;--mdc-switch-selected-hover-handle-color:#93000a;--mdc-switch-selected-pressed-handle-color:#93000a;--mdc-switch-selected-focus-track-color:#ffb4ab;--mdc-switch-selected-hover-track-color:#ffb4ab;--mdc-switch-selected-pressed-track-color:#ffb4ab;--mdc-switch-selected-track-color:#ffb4ab;--mdc-switch-selected-icon-color:#ffdad6;--mat-switch-track-outline-color:#9a8d95;--mat-switch-disabled-unselected-track-outline-color:#e9e0e4;--mat-switch-label-text-color:#e9e0e4}.mat-warn.mat-mdc-form-field{--mat-select-focused-arrow-color:#ffb4ab}.mat-warn.mat-mdc-radio-button{--mdc-radio-selected-focus-icon-color:#ffb4ab;--mdc-radio-selected-hover-icon-color:#ffb4ab;--mdc-radio-selected-icon-color:#ffb4ab;--mdc-radio-selected-pressed-icon-color:#ffb4ab;--mat-radio-checked-ripple-color:#ffb4ab}.mat-warn.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#ffb4ab;--mdc-linear-progress-track-color:#93000a}.mat-warn.mat-mdc-form-field{--mdc-filled-text-field-caret-color:#ffb4ab;--mdc-filled-text-field-focus-active-indicator-color:#ffb4ab;--mdc-filled-text-field-focus-label-text-color:#ffb4ab;--mdc-outlined-text-field-caret-color:#ffb4ab;--mdc-outlined-text-field-focus-outline-color:#ffb4ab;--mdc-outlined-text-field-focus-label-text-color:#ffb4ab;--mat-form-field-focus-select-arrow-color:#ffb4ab}.mat-warn.mat-datepicker-content{--mat-datepicker-calendar-date-selected-state-text-color:#690005;--mat-datepicker-calendar-date-selected-state-background-color:#ffb4ab;--mat-datepicker-calendar-date-today-selected-state-outline-color:#ffb4ab;--mat-datepicker-calendar-date-in-range-state-background-color:#93000a;--mat-datepicker-calendar-date-today-outline-color:#ffb4ab;--mat-datepicker-calendar-date-preview-state-outline-color:#ffb4ab}.mat-warn.mat-mdc-button-base{--mdc-text-button-label-text-color:#ffb4ab;--mdc-protected-button-label-text-color:#ffb4ab;--mdc-filled-button-container-color:#ffb4ab;--mdc-filled-button-label-text-color:#690005;--mdc-outlined-button-label-text-color:#ffb4ab;--mat-text-button-state-layer-color:#ffb4ab;--mat-text-button-ripple-color:rgba(255, 180, 171, 0.12);--mat-protected-button-state-layer-color:#ffb4ab;--mat-protected-button-ripple-color:rgba(255, 180, 171, 0.12);--mat-filled-button-state-layer-color:#690005;--mat-filled-button-ripple-color:rgba(105, 0, 5, 0.12);--mat-outlined-button-state-layer-color:#ffb4ab;--mat-outlined-button-ripple-color:rgba(255, 180, 171, 0.12)}.mat-warn.mat-mdc-standard-chip{--mdc-chip-elevated-selected-container-color:#93000a;--mdc-chip-selected-hover-state-layer-color:#ffdad6;--mdc-chip-selected-focus-state-layer-color:#ffdad6;--mdc-chip-selected-label-text-color:#ffdad6;--mdc-chip-with-icon-selected-icon-color:#ffdad6;--mat-chip-selected-trailing-action-state-layer-color:#ffdad6;--mat-chip-selected-trailing-icon-color:#ffdad6}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color:#690005;--mdc-checkbox-selected-focus-icon-color:#ffb4ab;--mdc-checkbox-selected-hover-icon-color:#ffb4ab;--mdc-checkbox-selected-icon-color:#ffb4ab;--mdc-checkbox-selected-pressed-icon-color:#ffb4ab;--mdc-checkbox-selected-focus-state-layer-color:#ffb4ab;--mdc-checkbox-selected-hover-state-layer-color:#ffb4ab;--mdc-checkbox-unselected-pressed-state-layer-color:#ffb4ab;--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4;--mdc-radio-selected-focus-icon-color:#ffb4ab;--mdc-radio-selected-hover-icon-color:#ffb4ab;--mdc-radio-selected-icon-color:#ffb4ab;--mdc-radio-selected-pressed-icon-color:#ffb4ab;--mat-radio-checked-ripple-color:#ffb4ab}.mat-display-large,.mat-typography .mat-display-large,.mat-typography h1{font:400 3.562rem / 4rem Roboto,sans-serif;letter-spacing:-0.016rem;margin:0 0 .5em}.mat-display-medium,.mat-typography .mat-display-medium,.mat-typography h2{font:400 2.812rem / 3.25rem Roboto,sans-serif;letter-spacing:0rem;margin:0 0 .5em}.mat-display-small,.mat-typography .mat-display-small,.mat-typography h3{font:400 2.25rem / 2.75rem Roboto,sans-serif;letter-spacing:0rem;margin:0 0 .5em}.mat-headline-large,.mat-typography .mat-headline-large,.mat-typography h4{font:400 2rem / 2.5rem Roboto,sans-serif;letter-spacing:0rem;margin:0 0 .5em}.mat-headline-medium,.mat-typography .mat-headline-medium,.mat-typography h5{font:400 1.75rem / 2.25rem Roboto,sans-serif;letter-spacing:0rem;margin:0 0 .5em}.mat-headline-small,.mat-typography .mat-headline-small,.mat-typography h6{font:400 1.5rem / 2rem Roboto,sans-serif;letter-spacing:0rem;margin:0 0 .5em}.mat-title-large,.mat-typography .mat-title-large{font:400 1.375rem / 1.75rem Roboto,sans-serif;letter-spacing:0rem}.mat-title-medium,.mat-typography .mat-title-medium{font:500 1rem / 1.5rem Roboto,sans-serif;letter-spacing:.009rem}.mat-title-small,.mat-typography .mat-title-small{font:500 .875rem / 1.25rem Roboto,sans-serif;letter-spacing:.006rem}.mat-body-large,.mat-typography .mat-body-large,.mat-typography{font:400 1rem / 1.5rem Roboto,sans-serif;letter-spacing:.031rem}.mat-body-large p,.mat-typography .mat-body-large p,.mat-typography p{margin:0 0 .75em}.mat-body-medium,.mat-typography .mat-body-medium{font:400 .875rem / 1.25rem Roboto,sans-serif;letter-spacing:.016rem}.mat-body-small,.mat-typography .mat-body-small{font:400 .75rem / 1rem Roboto,sans-serif;letter-spacing:.025rem}.mat-label-large,.mat-typography .mat-label-large{font:500 .875rem / 1.25rem Roboto,sans-serif;letter-spacing:.006rem}.mat-label-medium,.mat-typography .mat-label-medium{font:500 .75rem / 1rem Roboto,sans-serif;letter-spacing:.031rem}.mat-label-small,.mat-typography .mat-label-small{font:500 .688rem / 1rem Roboto,sans-serif;letter-spacing:.031rem}