@angular/material 19.0.0-next.9 → 19.0.0-rc.0

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 (219) hide show
  1. package/autocomplete/_autocomplete-theme.scss +8 -4
  2. package/autocomplete/index.d.ts +5 -6
  3. package/badge/_badge-theme.scss +10 -6
  4. package/bottom-sheet/_bottom-sheet-theme.scss +8 -4
  5. package/button/_button-theme.scss +10 -6
  6. package/button/_fab-theme.scss +10 -6
  7. package/button/_icon-button-theme.scss +8 -4
  8. package/button/index.d.ts +1 -1
  9. package/button-toggle/_button-toggle-theme.scss +11 -6
  10. package/card/_card-theme.scss +8 -4
  11. package/card/index.d.ts +2 -3
  12. package/checkbox/_checkbox-theme.scss +10 -6
  13. package/chips/_chips-theme.scss +10 -6
  14. package/core/_core-theme.scss +4 -7
  15. package/core/_core.scss +2 -5
  16. package/core/option/_optgroup-theme.scss +8 -4
  17. package/core/option/_option-theme.scss +10 -6
  18. package/core/ripple/_ripple-theme.scss +8 -4
  19. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +10 -6
  20. package/core/theming/_config-validation.scss +4 -4
  21. package/core/theming/_definition.scss +12 -2
  22. package/core/tokens/_m3-system.scss +55 -39
  23. package/datepicker/_datepicker-theme.scss +10 -6
  24. package/datepicker/index.d.ts +32 -33
  25. package/dialog/_dialog-theme.scss +8 -4
  26. package/divider/_divider-theme.scss +8 -4
  27. package/expansion/_expansion-theme.scss +8 -4
  28. package/fesm2022/autocomplete/testing.mjs +2 -5
  29. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  30. package/fesm2022/autocomplete.mjs +220 -141
  31. package/fesm2022/autocomplete.mjs.map +1 -1
  32. package/fesm2022/badge/testing.mjs +2 -5
  33. package/fesm2022/badge/testing.mjs.map +1 -1
  34. package/fesm2022/badge.mjs +41 -30
  35. package/fesm2022/badge.mjs.map +1 -1
  36. package/fesm2022/bottom-sheet/testing.mjs +1 -1
  37. package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
  38. package/fesm2022/bottom-sheet.mjs +76 -54
  39. package/fesm2022/bottom-sheet.mjs.map +1 -1
  40. package/fesm2022/button/testing.mjs +2 -2
  41. package/fesm2022/button/testing.mjs.map +1 -1
  42. package/fesm2022/button-toggle/testing.mjs +4 -7
  43. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  44. package/fesm2022/button-toggle.mjs +78 -40
  45. package/fesm2022/button-toggle.mjs.map +1 -1
  46. package/fesm2022/button.mjs +87 -60
  47. package/fesm2022/button.mjs.map +1 -1
  48. package/fesm2022/card/testing.mjs +3 -6
  49. package/fesm2022/card/testing.mjs.map +1 -1
  50. package/fesm2022/card.mjs +38 -40
  51. package/fesm2022/card.mjs.map +1 -1
  52. package/fesm2022/checkbox/testing.mjs +4 -7
  53. package/fesm2022/checkbox/testing.mjs.map +1 -1
  54. package/fesm2022/checkbox.mjs +99 -56
  55. package/fesm2022/checkbox.mjs.map +1 -1
  56. package/fesm2022/chips/testing.mjs +11 -14
  57. package/fesm2022/chips/testing.mjs.map +1 -1
  58. package/fesm2022/chips.mjs +303 -251
  59. package/fesm2022/chips.mjs.map +1 -1
  60. package/fesm2022/core/testing.mjs +5 -11
  61. package/fesm2022/core/testing.mjs.map +1 -1
  62. package/fesm2022/core.mjs +217 -160
  63. package/fesm2022/core.mjs.map +1 -1
  64. package/fesm2022/datepicker/testing.mjs +13 -22
  65. package/fesm2022/datepicker/testing.mjs.map +1 -1
  66. package/fesm2022/datepicker.mjs +788 -533
  67. package/fesm2022/datepicker.mjs.map +1 -1
  68. package/fesm2022/dialog/testing.mjs +15 -9
  69. package/fesm2022/dialog/testing.mjs.map +1 -1
  70. package/fesm2022/dialog.mjs +210 -140
  71. package/fesm2022/dialog.mjs.map +1 -1
  72. package/fesm2022/divider/testing.mjs +1 -1
  73. package/fesm2022/divider/testing.mjs.map +1 -1
  74. package/fesm2022/divider.mjs +7 -9
  75. package/fesm2022/divider.mjs.map +1 -1
  76. package/fesm2022/expansion/testing.mjs +7 -10
  77. package/fesm2022/expansion/testing.mjs.map +1 -1
  78. package/fesm2022/expansion.mjs +76 -65
  79. package/fesm2022/expansion.mjs.map +1 -1
  80. package/fesm2022/form-field/testing.mjs +12 -15
  81. package/fesm2022/form-field/testing.mjs.map +1 -1
  82. package/fesm2022/form-field.mjs +165 -111
  83. package/fesm2022/form-field.mjs.map +1 -1
  84. package/fesm2022/grid-list/testing.mjs +11 -17
  85. package/fesm2022/grid-list/testing.mjs.map +1 -1
  86. package/fesm2022/grid-list.mjs +65 -43
  87. package/fesm2022/grid-list.mjs.map +1 -1
  88. package/fesm2022/icon/testing.mjs +6 -6
  89. package/fesm2022/icon/testing.mjs.map +1 -1
  90. package/fesm2022/icon.mjs +62 -42
  91. package/fesm2022/icon.mjs.map +1 -1
  92. package/fesm2022/input/testing.mjs +3 -3
  93. package/fesm2022/input/testing.mjs.map +1 -1
  94. package/fesm2022/input.mjs +101 -69
  95. package/fesm2022/input.mjs.map +1 -1
  96. package/fesm2022/list/testing.mjs +21 -38
  97. package/fesm2022/list/testing.mjs.map +1 -1
  98. package/fesm2022/list.mjs +175 -164
  99. package/fesm2022/list.mjs.map +1 -1
  100. package/fesm2022/menu/testing.mjs +3 -6
  101. package/fesm2022/menu/testing.mjs.map +1 -1
  102. package/fesm2022/menu.mjs +171 -118
  103. package/fesm2022/menu.mjs.map +1 -1
  104. package/fesm2022/paginator/testing.mjs +10 -13
  105. package/fesm2022/paginator/testing.mjs.map +1 -1
  106. package/fesm2022/paginator.mjs +79 -54
  107. package/fesm2022/paginator.mjs.map +1 -1
  108. package/fesm2022/progress-bar/testing.mjs +1 -1
  109. package/fesm2022/progress-bar/testing.mjs.map +1 -1
  110. package/fesm2022/progress-bar.mjs +33 -32
  111. package/fesm2022/progress-bar.mjs.map +1 -1
  112. package/fesm2022/progress-spinner/testing.mjs +1 -1
  113. package/fesm2022/progress-spinner/testing.mjs.map +1 -1
  114. package/fesm2022/progress-spinner.mjs +25 -11
  115. package/fesm2022/progress-spinner.mjs.map +1 -1
  116. package/fesm2022/radio/testing.mjs +6 -12
  117. package/fesm2022/radio/testing.mjs.map +1 -1
  118. package/fesm2022/radio.mjs +119 -82
  119. package/fesm2022/radio.mjs.map +1 -1
  120. package/fesm2022/select/testing.mjs +6 -9
  121. package/fesm2022/select/testing.mjs.map +1 -1
  122. package/fesm2022/select.mjs +215 -177
  123. package/fesm2022/select.mjs.map +1 -1
  124. package/fesm2022/sidenav/testing.mjs +6 -6
  125. package/fesm2022/sidenav/testing.mjs.map +1 -1
  126. package/fesm2022/sidenav.mjs +125 -112
  127. package/fesm2022/sidenav.mjs.map +1 -1
  128. package/fesm2022/slide-toggle/testing.mjs +3 -6
  129. package/fesm2022/slide-toggle/testing.mjs.map +1 -1
  130. package/fesm2022/slide-toggle.mjs +72 -41
  131. package/fesm2022/slide-toggle.mjs.map +1 -1
  132. package/fesm2022/slider/testing.mjs +2 -2
  133. package/fesm2022/slider/testing.mjs.map +1 -1
  134. package/fesm2022/slider.mjs +255 -185
  135. package/fesm2022/slider.mjs.map +1 -1
  136. package/fesm2022/snack-bar/testing.mjs +4 -7
  137. package/fesm2022/snack-bar/testing.mjs.map +1 -1
  138. package/fesm2022/snack-bar.mjs +133 -98
  139. package/fesm2022/snack-bar.mjs.map +1 -1
  140. package/fesm2022/sort/testing.mjs +3 -6
  141. package/fesm2022/sort/testing.mjs.map +1 -1
  142. package/fesm2022/sort.mjs +89 -68
  143. package/fesm2022/sort.mjs.map +1 -1
  144. package/fesm2022/stepper/testing.mjs +4 -4
  145. package/fesm2022/stepper/testing.mjs.map +1 -1
  146. package/fesm2022/stepper.mjs +133 -95
  147. package/fesm2022/stepper.mjs.map +1 -1
  148. package/fesm2022/table/testing.mjs +13 -25
  149. package/fesm2022/table/testing.mjs.map +1 -1
  150. package/fesm2022/table.mjs +164 -159
  151. package/fesm2022/table.mjs.map +1 -1
  152. package/fesm2022/tabs/testing.mjs +5 -5
  153. package/fesm2022/tabs/testing.mjs.map +1 -1
  154. package/fesm2022/tabs.mjs +308 -225
  155. package/fesm2022/tabs.mjs.map +1 -1
  156. package/fesm2022/timepicker/testing.mjs +7 -16
  157. package/fesm2022/timepicker/testing.mjs.map +1 -1
  158. package/fesm2022/timepicker.mjs +152 -146
  159. package/fesm2022/timepicker.mjs.map +1 -1
  160. package/fesm2022/toolbar/testing.mjs +2 -5
  161. package/fesm2022/toolbar/testing.mjs.map +1 -1
  162. package/fesm2022/toolbar.mjs +22 -12
  163. package/fesm2022/toolbar.mjs.map +1 -1
  164. package/fesm2022/tooltip/testing.mjs +6 -9
  165. package/fesm2022/tooltip/testing.mjs.map +1 -1
  166. package/fesm2022/tooltip.mjs +93 -69
  167. package/fesm2022/tooltip.mjs.map +1 -1
  168. package/fesm2022/tree/testing.mjs +3 -6
  169. package/fesm2022/tree/testing.mjs.map +1 -1
  170. package/fesm2022/tree.mjs +48 -46
  171. package/fesm2022/tree.mjs.map +1 -1
  172. package/form-field/_form-field-theme.scss +9 -5
  173. package/form-field/index.d.ts +8 -9
  174. package/grid-list/_grid-list-theme.scss +8 -4
  175. package/icon/_icon-theme.scss +10 -6
  176. package/input/_input-theme.scss +8 -4
  177. package/list/_list-theme.scss +8 -4
  178. package/list/index.d.ts +20 -21
  179. package/menu/_menu-theme.scss +8 -4
  180. package/menu/index.d.ts +8 -9
  181. package/package.json +2 -2
  182. package/paginator/_paginator-theme.scss +8 -4
  183. package/prebuilt-themes/azure-blue.css +1 -1
  184. package/prebuilt-themes/cyan-orange.css +1 -1
  185. package/prebuilt-themes/deeppurple-amber.css +1 -1
  186. package/prebuilt-themes/indigo-pink.css +1 -1
  187. package/prebuilt-themes/magenta-violet.css +1 -1
  188. package/prebuilt-themes/pink-bluegrey.css +1 -1
  189. package/prebuilt-themes/purple-green.css +1 -1
  190. package/prebuilt-themes/rose-red.css +1 -1
  191. package/progress-bar/_progress-bar-theme.scss +11 -9
  192. package/progress-spinner/_progress-spinner-theme.scss +11 -9
  193. package/progress-spinner/index.d.ts +3 -4
  194. package/radio/_radio-theme.scss +10 -6
  195. package/radio/index.d.ts +2 -3
  196. package/schematics/ng-add/index.js +1 -1
  197. package/schematics/ng-add/index.mjs +1 -1
  198. package/schematics/ng-add/theming/create-custom-theme.js +1 -6
  199. package/schematics/ng-add/theming/create-custom-theme.mjs +1 -6
  200. package/schematics/ng-generate/theme-color/index_bundled.js +35 -9
  201. package/schematics/ng-generate/theme-color/index_bundled.js.map +2 -2
  202. package/schematics/ng-update/index_bundled.js +6 -1
  203. package/schematics/ng-update/index_bundled.js.map +1 -1
  204. package/select/_select-theme.scss +10 -6
  205. package/select/index.d.ts +6 -7
  206. package/sidenav/_sidenav-theme.scss +8 -4
  207. package/slide-toggle/_slide-toggle-theme.scss +10 -6
  208. package/slider/_slider-theme.scss +10 -6
  209. package/snack-bar/_snack-bar-theme.scss +10 -6
  210. package/sort/_sort-theme.scss +8 -4
  211. package/stepper/_stepper-theme.scss +10 -6
  212. package/stepper/index.d.ts +14 -15
  213. package/table/_table-theme.scss +8 -4
  214. package/tabs/_tabs-theme.scss +10 -6
  215. package/timepicker/_timepicker-theme.scss +10 -6
  216. package/toolbar/_toolbar-theme.scss +10 -6
  217. package/tooltip/_tooltip-theme.scss +8 -4
  218. package/tooltip/index.d.ts +5 -6
  219. package/tree/_tree-theme.scss +8 -4
@@ -1 +1 @@
1
- .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}html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, none)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, none)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, none)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, none)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, none)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, none)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, none)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, none)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, none)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, none)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, none)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, none)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, none)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, none)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, none)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, none)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, none)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, none)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, none)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, none)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, none)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, none)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, none)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, none)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, none)}html{--mat-app-background-color:#161215;--mat-app-text-color:#e9e0e4;--mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-ripple-color:rgba(233, 224, 228, 0.1)}html{--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}html{--mat-optgroup-label-text-color:#eedee7;--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:1.25rem;--mat-optgroup-label-text-size:0.875rem;--mat-optgroup-label-text-tracking:0.006rem;--mat-optgroup-label-text-weight:500}html{--mat-full-pseudo-checkbox-selected-icon-color:#ffabf3;--mat-full-pseudo-checkbox-selected-checkmark-color:#5b005b;--mat-full-pseudo-checkbox-unselected-icon-color:#eedee7;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#161215;--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)}html{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffabf3;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:rgba(233, 224, 228, 0.38)}html{--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}html{--mdc-outlined-card-container-color:#161215;--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}html{--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:0;--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}html{--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:0}html{--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}html{--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:#eedee7;--mdc-filled-text-field-hover-label-text-color:#eedee7;--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:#eedee7;--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:#eedee7;--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}html{--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:#eedee7;--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:#eedee7;--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}html{--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:#eedee7;--mat-form-field-disabled-leading-icon-color:rgba(233, 224, 228, 0.38);--mat-form-field-trailing-icon-color:#eedee7;--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:#eedee7;--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}html{--mat-select-panel-background-color:#231e22;--mat-select-enabled-trigger-text-color:#e9e0e4;--mat-select-disabled-trigger-text-color:rgba(233, 224, 228, 0.38);--mat-select-placeholder-text-color:#eedee7;--mat-select-enabled-arrow-color:#eedee7;--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)}html{--mat-autocomplete-background-color:#231e22;--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}html{--mdc-dialog-container-color:#161215;--mdc-dialog-subhead-color:#e9e0e4;--mdc-dialog-supporting-text-color:#eedee7;--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:0;--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}html{--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}html{--mdc-chip-outline-color:#9a8d95;--mdc-chip-disabled-outline-color:rgba(233, 224, 228, 0.12);--mdc-chip-focus-outline-color:#eedee7;--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:#eedee7;--mdc-chip-hover-state-layer-color:#eedee7;--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:#eedee7;--mdc-chip-selected-label-text-color:#f7daef;--mdc-chip-with-icon-icon-color:#eedee7;--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:#eedee7;--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-radius:8px;--mdc-chip-with-avatar-avatar-shape-radius:24px;--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;--mdc-chip-elevated-container-color:transparent}html{--mat-chip-trailing-action-state-layer-color:#eedee7;--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}html{--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:#161215;--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:#eedee7;--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:#eedee7;--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:#eedee7;--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}html{--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}html{--mdc-radio-disabled-selected-icon-color:#e9e0e4;--mdc-radio-disabled-unselected-icon-color:#e9e0e4;--mdc-radio-unselected-hover-icon-color:#e9e0e4;--mdc-radio-unselected-focus-icon-color:#e9e0e4;--mdc-radio-unselected-icon-color:#eedee7;--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}html{--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}html{--mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--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:#eedee7;--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-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}html{--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}html{--mat-menu-item-label-text-color:#e9e0e4;--mat-menu-item-icon-color:#eedee7;--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:#231e22;--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;--mat-menu-base-elevation-level:2}html{--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:#eedee7;--mdc-list-list-item-leading-icon-color:#eedee7;--mdc-list-list-item-trailing-supporting-text-color:#eedee7;--mdc-list-list-item-trailing-icon-color:#eedee7;--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:0;--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}html{--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}html{--mat-paginator-container-text-color:#e9e0e4;--mat-paginator-container-background-color:#161215;--mat-paginator-enabled-icon-color:#eedee7;--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;--mat-paginator-touch-target-display:block}html{--mdc-secondary-navigation-tab-container-height:48px}html{--mdc-tab-indicator-active-indicator-color:#ffabf3;--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0}html{--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}html{--mdc-checkbox-disabled-selected-checkmark-color:#161215;--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-selected-pressed-icon-color:#ffabf3;--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-unselected-focus-icon-color:#e9e0e4;--mdc-checkbox-unselected-hover-icon-color:#e9e0e4;--mdc-checkbox-unselected-icon-color:#eedee7;--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}html{--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}html{--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}html{--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-color:#161215;--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-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}html{--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}html{--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}html{--mat-text-button-state-layer-color:#ffabf3;--mat-text-button-disabled-state-layer-color:#eedee7;--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}html{--mat-protected-button-state-layer-color:#ffabf3;--mat-protected-button-disabled-state-layer-color:#eedee7;--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}html{--mat-filled-button-state-layer-color:#5b005b;--mat-filled-button-disabled-state-layer-color:#eedee7;--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}html{--mat-outlined-button-state-layer-color:#ffabf3;--mat-outlined-button-disabled-state-layer-color:#eedee7;--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}html{--mdc-icon-button-icon-color:#eedee7;--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}html{--mat-icon-button-state-layer-color:#eedee7;--mat-icon-button-disabled-state-layer-color:#eedee7;--mat-icon-button-ripple-color:rgba(238, 222, 231, 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}html{--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-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}html{--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-color:#810081;--mdc-fab-container-shape:16px}html{--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-color:#810081;--mdc-fab-small-container-shape:12px}html{--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}html{--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)}html{--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}html{--mat-snack-bar-button-color:#a900a9}html{--mat-table-background-color:#161215;--mat-table-header-headline-color:#e9e0e4;--mat-table-row-item-label-text-color:#e9e0e4;--mat-table-row-item-outline-color:#9a8d95;--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}html{--mdc-circular-progress-active-indicator-color:#ffabf3;--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px}html{--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-line-height:16px;--mat-badge-small-size-text-size:0;--mat-badge-small-size-line-height:6px;--mat-badge-large-size-line-height:16px}html{--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}html{--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}html{--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:#eedee7;--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:#eedee7;--mat-datepicker-calendar-body-label-text-color:#e9e0e4;--mat-datepicker-calendar-period-button-text-color:#eedee7;--mat-datepicker-calendar-period-button-icon-color:#eedee7;--mat-datepicker-calendar-navigation-button-icon-color:#eedee7;--mat-datepicker-calendar-header-text-color:#eedee7;--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:0.875rem;--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}html{--mat-divider-color:#9a8d95;--mat-divider-width:1px}html{--mat-expansion-container-background-color:#161215;--mat-expansion-container-text-color:#e9e0e4;--mat-expansion-actions-divider-color:#9a8d95;--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:#eedee7;--mat-expansion-header-indicator-color:#eedee7;--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}html{--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}html{--mat-icon-color:inherit}html{--mat-sidenav-container-background-color:#161215;--mat-sidenav-container-text-color:#eedee7;--mat-sidenav-content-background-color:#161215;--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}html{--mat-stepper-header-icon-foreground-color:#161215;--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:#161215;--mat-stepper-line-color:#9a8d95;--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:#eedee7;--mat-stepper-header-optional-label-text-color:#eedee7;--mat-stepper-header-selected-state-label-text-color:#eedee7;--mat-stepper-header-error-state-label-text-color:#ffb4ab;--mat-stepper-header-icon-background-color:#eedee7;--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}html{--mat-sort-arrow-color:#e9e0e4}html{--mat-toolbar-container-background-color:#161215;--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:0;--mat-toolbar-title-text-weight:400;--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-tree-container-background-color:#161215;--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}html{--mat-timepicker-container-background-color:#231e22;--mat-timepicker-container-shape:4px;--mat-timepicker-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.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.mat-mdc-button-base{--mdc-icon-button-icon-color:#ffabf3}.mat-primary.mat-mdc-button-base{--mat-icon-button-state-layer-color:#ffabf3;--mat-icon-button-ripple-color:rgba(255, 171, 243, 0.12)}.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}.mat-accent{--mdc-circular-progress-active-indicator-color:#d5baff}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#d5baff;--mat-full-pseudo-checkbox-selected-checkmark-color:#42008a}.mat-accent{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#d5baff}.mat-accent{--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-pressed-icon-color:#d5baff;--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-focus-state-layer-color:#d5baff;--mdc-checkbox-selected-hover-state-layer-color:#d5baff;--mdc-checkbox-unselected-pressed-state-layer-color:#d5baff}.mat-accent.mat-mdc-checkbox{--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-accent.mat-mdc-slider{--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-accent.mat-mdc-tab-group,.mat-accent.mat-mdc-tab-nav-bar{--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-accent.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-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-accent.mat-mdc-radio-button{--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}.mat-accent.mat-mdc-form-field{--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-accent.mat-mdc-form-field{--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}.mat-accent.mat-mdc-button-base{--mdc-protected-button-label-text-color:#d5baff}.mat-accent.mat-mdc-button-base{--mdc-filled-button-container-color:#d5baff;--mdc-filled-button-label-text-color:#42008a}.mat-accent.mat-mdc-button-base{--mdc-outlined-button-label-text-color:#d5baff}.mat-accent.mat-mdc-button-base{--mat-text-button-state-layer-color:#d5baff;--mat-text-button-ripple-color:rgba(213, 186, 255, 0.12)}.mat-accent.mat-mdc-button-base{--mat-protected-button-state-layer-color:#d5baff;--mat-protected-button-ripple-color:rgba(213, 186, 255, 0.12)}.mat-accent.mat-mdc-button-base{--mat-filled-button-state-layer-color:#42008a;--mat-filled-button-ripple-color:rgba(66, 0, 138, 0.12)}.mat-accent.mat-mdc-button-base{--mat-outlined-button-state-layer-color:#d5baff;--mat-outlined-button-ripple-color:rgba(213, 186, 255, 0.12)}.mat-accent.mat-mdc-button-base{--mdc-icon-button-icon-color:#d5baff}.mat-accent.mat-mdc-button-base{--mat-icon-button-state-layer-color:#d5baff;--mat-icon-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-accent.mat-mdc-standard-chip{--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-pressed-icon-color:#d5baff;--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-focus-state-layer-color:#d5baff;--mdc-checkbox-selected-hover-state-layer-color:#d5baff;--mdc-checkbox-unselected-pressed-state-layer-color:#d5baff}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--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-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color:#d5baff}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--mdc-fab-container-color:#5f00c0}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--mdc-fab-small-container-color:#5f00c0}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--mat-fab-foreground-color:#ecdcff;--mat-fab-state-layer-color:#ecdcff;--mat-fab-ripple-color:rgba(236, 220, 255, 0.12)}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--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}.mat-warn{--mdc-circular-progress-active-indicator-color:#ffb4ab}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#ffb4ab;--mat-full-pseudo-checkbox-selected-checkmark-color:#690005}.mat-warn{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffb4ab}.mat-warn{--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-pressed-icon-color:#ffb4ab;--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-focus-state-layer-color:#ffb4ab;--mdc-checkbox-selected-hover-state-layer-color:#ffb4ab;--mdc-checkbox-unselected-pressed-state-layer-color:#ffb4ab}.mat-warn.mat-mdc-checkbox{--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-warn.mat-mdc-slider{--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-warn.mat-mdc-tab-group,.mat-warn.mat-mdc-tab-nav-bar{--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-warn.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-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-warn.mat-mdc-radio-button{--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}.mat-warn.mat-mdc-form-field{--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-warn.mat-mdc-form-field{--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}.mat-warn.mat-mdc-button-base{--mdc-protected-button-label-text-color:#ffb4ab}.mat-warn.mat-mdc-button-base{--mdc-filled-button-container-color:#ffb4ab;--mdc-filled-button-label-text-color:#690005}.mat-warn.mat-mdc-button-base{--mdc-outlined-button-label-text-color:#ffb4ab}.mat-warn.mat-mdc-button-base{--mat-text-button-state-layer-color:#ffb4ab;--mat-text-button-ripple-color:rgba(255, 180, 171, 0.12)}.mat-warn.mat-mdc-button-base{--mat-protected-button-state-layer-color:#ffb4ab;--mat-protected-button-ripple-color:rgba(255, 180, 171, 0.12)}.mat-warn.mat-mdc-button-base{--mat-filled-button-state-layer-color:#690005;--mat-filled-button-ripple-color:rgba(105, 0, 5, 0.12)}.mat-warn.mat-mdc-button-base{--mat-outlined-button-state-layer-color:#ffb4ab;--mat-outlined-button-ripple-color:rgba(255, 180, 171, 0.12)}.mat-warn.mat-mdc-button-base{--mdc-icon-button-icon-color:#ffb4ab}.mat-warn.mat-mdc-button-base{--mat-icon-button-state-layer-color:#ffb4ab;--mat-icon-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-warn.mat-mdc-standard-chip{--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-pressed-icon-color:#ffb4ab;--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-focus-state-layer-color:#ffb4ab;--mdc-checkbox-selected-hover-state-layer-color:#ffb4ab;--mdc-checkbox-unselected-pressed-state-layer-color:#ffb4ab}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--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-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--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:0;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:0;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:0;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:0;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:0;margin:0 0 .5em}.mat-title-large,.mat-typography .mat-title-large{font:400 1.375rem / 1.75rem Roboto,sans-serif;letter-spacing:0}.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
+ html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, none)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, none)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, none)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, none)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, none)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, none)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, none)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, none)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, none)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, none)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, none)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, none)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, none)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, none)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, none)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, none)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, none)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, none)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, none)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, none)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, none)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, none)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, none)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, none)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, none)}html{--mat-app-background-color:#161215;--mat-app-text-color:#e9e0e4;--mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-ripple-color:rgba(233, 224, 228, 0.1)}html{--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}html{--mat-optgroup-label-text-color:#eedee7;--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:1.25rem;--mat-optgroup-label-text-size:0.875rem;--mat-optgroup-label-text-tracking:0.006rem;--mat-optgroup-label-text-weight:500}html{--mat-full-pseudo-checkbox-selected-icon-color:#ffabf3;--mat-full-pseudo-checkbox-selected-checkmark-color:#5b005b;--mat-full-pseudo-checkbox-unselected-icon-color:#eedee7;--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#161215;--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)}html{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffabf3;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:rgba(233, 224, 228, 0.38)}html{--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}html{--mdc-outlined-card-container-color:#161215;--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}html{--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:0;--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}html{--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:0}html{--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}html{--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:#eedee7;--mdc-filled-text-field-hover-label-text-color:#eedee7;--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:#eedee7;--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:#eedee7;--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}html{--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:#eedee7;--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:#eedee7;--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}html{--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:#eedee7;--mat-form-field-disabled-leading-icon-color:rgba(233, 224, 228, 0.38);--mat-form-field-trailing-icon-color:#eedee7;--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:#eedee7;--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}html{--mat-select-panel-background-color:#231e22;--mat-select-enabled-trigger-text-color:#e9e0e4;--mat-select-disabled-trigger-text-color:rgba(233, 224, 228, 0.38);--mat-select-placeholder-text-color:#eedee7;--mat-select-enabled-arrow-color:#eedee7;--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)}html{--mat-autocomplete-background-color:#231e22;--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}html{--mdc-dialog-container-color:#161215;--mdc-dialog-subhead-color:#e9e0e4;--mdc-dialog-supporting-text-color:#eedee7;--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:0;--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}html{--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}html{--mdc-chip-outline-color:#9a8d95;--mdc-chip-disabled-outline-color:rgba(233, 224, 228, 0.12);--mdc-chip-focus-outline-color:#eedee7;--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:#eedee7;--mdc-chip-hover-state-layer-color:#eedee7;--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:#eedee7;--mdc-chip-selected-label-text-color:#f7daef;--mdc-chip-with-icon-icon-color:#eedee7;--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:#eedee7;--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-radius:8px;--mdc-chip-with-avatar-avatar-shape-radius:24px;--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;--mdc-chip-elevated-container-color:transparent}html{--mat-chip-trailing-action-state-layer-color:#eedee7;--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}html{--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:#161215;--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:#eedee7;--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:#eedee7;--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:#eedee7;--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}html{--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}html{--mdc-radio-disabled-selected-icon-color:#e9e0e4;--mdc-radio-disabled-unselected-icon-color:#e9e0e4;--mdc-radio-unselected-hover-icon-color:#e9e0e4;--mdc-radio-unselected-focus-icon-color:#e9e0e4;--mdc-radio-unselected-icon-color:#eedee7;--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}html{--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}html{--mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--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:#eedee7;--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-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}html{--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}html{--mat-menu-item-label-text-color:#e9e0e4;--mat-menu-item-icon-color:#eedee7;--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:#231e22;--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;--mat-menu-base-elevation-level:2}html{--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:#eedee7;--mdc-list-list-item-leading-icon-color:#eedee7;--mdc-list-list-item-trailing-supporting-text-color:#eedee7;--mdc-list-list-item-trailing-icon-color:#eedee7;--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:0;--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}html{--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}html{--mat-paginator-container-text-color:#e9e0e4;--mat-paginator-container-background-color:#161215;--mat-paginator-enabled-icon-color:#eedee7;--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;--mat-paginator-touch-target-display:block}html{--mdc-secondary-navigation-tab-container-height:48px}html{--mdc-tab-indicator-active-indicator-color:#ffabf3;--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0}html{--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}html{--mdc-checkbox-disabled-selected-checkmark-color:#161215;--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-selected-pressed-icon-color:#ffabf3;--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-unselected-focus-icon-color:#e9e0e4;--mdc-checkbox-unselected-hover-icon-color:#e9e0e4;--mdc-checkbox-unselected-icon-color:#eedee7;--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}html{--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}html{--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}html{--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-color:#161215;--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-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}html{--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}html{--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}html{--mat-text-button-state-layer-color:#ffabf3;--mat-text-button-disabled-state-layer-color:#eedee7;--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}html{--mat-protected-button-state-layer-color:#ffabf3;--mat-protected-button-disabled-state-layer-color:#eedee7;--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}html{--mat-filled-button-state-layer-color:#5b005b;--mat-filled-button-disabled-state-layer-color:#eedee7;--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}html{--mat-outlined-button-state-layer-color:#ffabf3;--mat-outlined-button-disabled-state-layer-color:#eedee7;--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}html{--mdc-icon-button-icon-color:#eedee7;--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}html{--mat-icon-button-state-layer-color:#eedee7;--mat-icon-button-disabled-state-layer-color:#eedee7;--mat-icon-button-ripple-color:rgba(238, 222, 231, 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}html{--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-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}html{--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-color:#810081;--mdc-fab-container-shape:16px}html{--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-color:#810081;--mdc-fab-small-container-shape:12px}html{--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}html{--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)}html{--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}html{--mat-snack-bar-button-color:#a900a9}html{--mat-table-background-color:#161215;--mat-table-header-headline-color:#e9e0e4;--mat-table-row-item-label-text-color:#e9e0e4;--mat-table-row-item-outline-color:#9a8d95;--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}html{--mdc-circular-progress-active-indicator-color:#ffabf3;--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px}html{--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-line-height:16px;--mat-badge-small-size-text-size:0;--mat-badge-small-size-line-height:6px;--mat-badge-large-size-line-height:16px}html{--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}html{--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}html{--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:#eedee7;--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:#eedee7;--mat-datepicker-calendar-body-label-text-color:#e9e0e4;--mat-datepicker-calendar-period-button-text-color:#eedee7;--mat-datepicker-calendar-period-button-icon-color:#eedee7;--mat-datepicker-calendar-navigation-button-icon-color:#eedee7;--mat-datepicker-calendar-header-text-color:#eedee7;--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:0.875rem;--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}html{--mat-divider-color:#9a8d95;--mat-divider-width:1px}html{--mat-expansion-container-background-color:#161215;--mat-expansion-container-text-color:#e9e0e4;--mat-expansion-actions-divider-color:#9a8d95;--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:#eedee7;--mat-expansion-header-indicator-color:#eedee7;--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}html{--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}html{--mat-icon-color:inherit}html{--mat-sidenav-container-background-color:#161215;--mat-sidenav-container-text-color:#eedee7;--mat-sidenav-content-background-color:#161215;--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}html{--mat-stepper-header-icon-foreground-color:#161215;--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:#161215;--mat-stepper-line-color:#9a8d95;--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:#eedee7;--mat-stepper-header-optional-label-text-color:#eedee7;--mat-stepper-header-selected-state-label-text-color:#eedee7;--mat-stepper-header-error-state-label-text-color:#ffb4ab;--mat-stepper-header-icon-background-color:#eedee7;--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}html{--mat-sort-arrow-color:#e9e0e4}html{--mat-toolbar-container-background-color:#161215;--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:0;--mat-toolbar-title-text-weight:400;--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-tree-container-background-color:#161215;--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}html{--mat-timepicker-container-background-color:#231e22;--mat-timepicker-container-shape:4px;--mat-timepicker-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.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.mat-mdc-button-base{--mdc-icon-button-icon-color:#ffabf3}.mat-primary.mat-mdc-button-base{--mat-icon-button-state-layer-color:#ffabf3;--mat-icon-button-ripple-color:rgba(255, 171, 243, 0.12)}.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}.mat-accent{--mdc-circular-progress-active-indicator-color:#d5baff}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#d5baff;--mat-full-pseudo-checkbox-selected-checkmark-color:#42008a}.mat-accent{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#d5baff}.mat-accent{--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-pressed-icon-color:#d5baff;--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-focus-state-layer-color:#d5baff;--mdc-checkbox-selected-hover-state-layer-color:#d5baff;--mdc-checkbox-unselected-pressed-state-layer-color:#d5baff}.mat-accent.mat-mdc-checkbox{--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-accent.mat-mdc-slider{--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-accent.mat-mdc-tab-group,.mat-accent.mat-mdc-tab-nav-bar{--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-accent.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-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-accent.mat-mdc-radio-button{--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}.mat-accent.mat-mdc-form-field{--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-accent.mat-mdc-form-field{--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}.mat-accent.mat-mdc-button-base{--mdc-protected-button-label-text-color:#d5baff}.mat-accent.mat-mdc-button-base{--mdc-filled-button-container-color:#d5baff;--mdc-filled-button-label-text-color:#42008a}.mat-accent.mat-mdc-button-base{--mdc-outlined-button-label-text-color:#d5baff}.mat-accent.mat-mdc-button-base{--mat-text-button-state-layer-color:#d5baff;--mat-text-button-ripple-color:rgba(213, 186, 255, 0.12)}.mat-accent.mat-mdc-button-base{--mat-protected-button-state-layer-color:#d5baff;--mat-protected-button-ripple-color:rgba(213, 186, 255, 0.12)}.mat-accent.mat-mdc-button-base{--mat-filled-button-state-layer-color:#42008a;--mat-filled-button-ripple-color:rgba(66, 0, 138, 0.12)}.mat-accent.mat-mdc-button-base{--mat-outlined-button-state-layer-color:#d5baff;--mat-outlined-button-ripple-color:rgba(213, 186, 255, 0.12)}.mat-accent.mat-mdc-button-base{--mdc-icon-button-icon-color:#d5baff}.mat-accent.mat-mdc-button-base{--mat-icon-button-state-layer-color:#d5baff;--mat-icon-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-accent.mat-mdc-standard-chip{--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-pressed-icon-color:#d5baff;--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-focus-state-layer-color:#d5baff;--mdc-checkbox-selected-hover-state-layer-color:#d5baff;--mdc-checkbox-unselected-pressed-state-layer-color:#d5baff}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--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-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color:#d5baff}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--mdc-fab-container-color:#5f00c0}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--mdc-fab-small-container-color:#5f00c0}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--mat-fab-foreground-color:#ecdcff;--mat-fab-state-layer-color:#ecdcff;--mat-fab-ripple-color:rgba(236, 220, 255, 0.12)}.mat-accent.mat-mdc-fab,.mat-accent.mat-mdc-mini-fab{--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}.mat-warn{--mdc-circular-progress-active-indicator-color:#ffb4ab}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#ffb4ab;--mat-full-pseudo-checkbox-selected-checkmark-color:#690005}.mat-warn{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffb4ab}.mat-warn{--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-pressed-icon-color:#ffb4ab;--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-focus-state-layer-color:#ffb4ab;--mdc-checkbox-selected-hover-state-layer-color:#ffb4ab;--mdc-checkbox-unselected-pressed-state-layer-color:#ffb4ab}.mat-warn.mat-mdc-checkbox{--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-warn.mat-mdc-slider{--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-warn.mat-mdc-tab-group,.mat-warn.mat-mdc-tab-nav-bar{--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-warn.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-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-warn.mat-mdc-radio-button{--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}.mat-warn.mat-mdc-form-field{--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-warn.mat-mdc-form-field{--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}.mat-warn.mat-mdc-button-base{--mdc-protected-button-label-text-color:#ffb4ab}.mat-warn.mat-mdc-button-base{--mdc-filled-button-container-color:#ffb4ab;--mdc-filled-button-label-text-color:#690005}.mat-warn.mat-mdc-button-base{--mdc-outlined-button-label-text-color:#ffb4ab}.mat-warn.mat-mdc-button-base{--mat-text-button-state-layer-color:#ffb4ab;--mat-text-button-ripple-color:rgba(255, 180, 171, 0.12)}.mat-warn.mat-mdc-button-base{--mat-protected-button-state-layer-color:#ffb4ab;--mat-protected-button-ripple-color:rgba(255, 180, 171, 0.12)}.mat-warn.mat-mdc-button-base{--mat-filled-button-state-layer-color:#690005;--mat-filled-button-ripple-color:rgba(105, 0, 5, 0.12)}.mat-warn.mat-mdc-button-base{--mat-outlined-button-state-layer-color:#ffb4ab;--mat-outlined-button-ripple-color:rgba(255, 180, 171, 0.12)}.mat-warn.mat-mdc-button-base{--mdc-icon-button-icon-color:#ffb4ab}.mat-warn.mat-mdc-button-base{--mat-icon-button-state-layer-color:#ffb4ab;--mat-icon-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-warn.mat-mdc-standard-chip{--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-pressed-icon-color:#ffb4ab;--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-focus-state-layer-color:#ffb4ab;--mdc-checkbox-selected-hover-state-layer-color:#ffb4ab;--mdc-checkbox-unselected-pressed-state-layer-color:#ffb4ab}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-checkbox-disabled-label-color:rgba(233, 224, 228, 0.38);--mat-checkbox-label-text-color:#e9e0e4}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--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-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--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:0;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:0;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:0;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:0;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:0;margin:0 0 .5em}.mat-title-large,.mat-typography .mat-title-large{font:400 1.375rem / 1.75rem Roboto,sans-serif;letter-spacing:0}.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}