@angular/material 20.0.0-rc.1 → 20.0.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 (336) hide show
  1. package/autocomplete/_autocomplete-theme.scss +17 -37
  2. package/autocomplete/_m2-autocomplete.scss +3 -6
  3. package/autocomplete/_m3-autocomplete.scss +14 -9
  4. package/autocomplete/index.d.ts +2 -2
  5. package/badge/_badge-theme.scss +9 -35
  6. package/badge/_m2-badge.scss +32 -35
  7. package/badge/_m3-badge.scss +31 -32
  8. package/bottom-sheet/_bottom-sheet-theme.scss +16 -27
  9. package/bottom-sheet/_m2-bottom-sheet.scss +11 -11
  10. package/bottom-sheet/_m3-bottom-sheet.scss +18 -17
  11. package/button/_button-theme.scss +29 -46
  12. package/button/_fab-theme.scss +22 -41
  13. package/button/_icon-button-theme.scss +29 -46
  14. package/button/_m2-button.scss +135 -133
  15. package/button/_m2-fab.scss +51 -53
  16. package/button/_m2-icon-button.scss +14 -17
  17. package/button/_m3-button.scss +145 -240
  18. package/button/_m3-fab.scss +69 -166
  19. package/button/_m3-icon-button.scss +28 -56
  20. package/button-toggle/_button-toggle-theme.scss +23 -49
  21. package/button-toggle/_m2-button-toggle.scss +45 -37
  22. package/button-toggle/_m3-button-toggle.scss +53 -53
  23. package/card/_card-theme.scss +16 -37
  24. package/card/_m2-card.scss +24 -25
  25. package/card/_m3-card.scss +32 -36
  26. package/checkbox/_checkbox-theme.scss +25 -52
  27. package/checkbox/_m2-checkbox.scss +32 -35
  28. package/checkbox/_m3-checkbox.scss +49 -84
  29. package/chips/_chips-theme.scss +24 -44
  30. package/chips/_m2-chip.scss +47 -51
  31. package/chips/_m3-chip.scss +63 -110
  32. package/core/_core-theme.scss +58 -56
  33. package/core/_core.scss +15 -18
  34. package/core/_m2-app.scss +3 -7
  35. package/core/_m3-app.scss +37 -24
  36. package/core/index.d.ts +2 -2
  37. package/core/option/_m2-optgroup.scss +6 -9
  38. package/core/option/_m2-option.scss +10 -13
  39. package/core/option/_m3-optgroup.scss +16 -13
  40. package/core/option/_m3-option.scss +28 -48
  41. package/core/option/_optgroup-theme.scss +14 -25
  42. package/core/option/_option-theme.scss +22 -33
  43. package/core/ripple/_m2-ripple.scss +1 -4
  44. package/core/ripple/_m3-ripple.scss +11 -13
  45. package/core/ripple/_ripple-theme.scss +15 -33
  46. package/core/ripple/_ripple.scss +5 -5
  47. package/core/selection/pseudo-checkbox/_m2-pseudo-checkbox.scss +10 -11
  48. package/core/selection/pseudo-checkbox/_m3-pseudo-checkbox.scss +25 -40
  49. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +16 -27
  50. package/core/style/_sass-utils.scss +0 -29
  51. package/core/theming/_color-api-backwards-compatibility.scss +46 -29
  52. package/core/theming/_definition.scss +6 -0
  53. package/core/theming/_inspection.scss +0 -25
  54. package/core/tokens/_m3-system.scss +19 -68
  55. package/core/tokens/_m3-tokens.scss +0 -128
  56. package/core/tokens/_m3-utils.scss +11 -83
  57. package/core/tokens/_token-utils.scss +52 -246
  58. package/core/tokens/m3/_index.scss +1 -0
  59. package/core/tokens/m3/_theme.scss +47 -0
  60. package/datepicker/_datepicker-theme.scss +24 -39
  61. package/datepicker/_m2-datepicker.scss +55 -50
  62. package/datepicker/_m3-datepicker.scss +65 -113
  63. package/datepicker/index.d.ts +9 -0
  64. package/dialog/_dialog-theme.scss +15 -27
  65. package/dialog/_m2-dialog.scss +25 -26
  66. package/dialog/_m3-dialog.scss +35 -35
  67. package/divider/_divider-theme.scss +14 -25
  68. package/divider/_m2-divider.scss +2 -5
  69. package/divider/_m3-divider.scss +13 -13
  70. package/expansion/_expansion-theme.scss +15 -33
  71. package/expansion/_m2-expansion.scss +28 -27
  72. package/expansion/_m3-expansion.scss +41 -36
  73. package/fesm2022/animation-DfMFjxHu.mjs.map +1 -1
  74. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  75. package/fesm2022/autocomplete.mjs +23 -23
  76. package/fesm2022/autocomplete.mjs.map +1 -1
  77. package/fesm2022/badge/testing.mjs.map +1 -1
  78. package/fesm2022/badge.mjs +11 -11
  79. package/fesm2022/badge.mjs.map +1 -1
  80. package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
  81. package/fesm2022/bottom-sheet.mjs +11 -11
  82. package/fesm2022/bottom-sheet.mjs.map +1 -1
  83. package/fesm2022/button/testing.mjs.map +1 -1
  84. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  85. package/fesm2022/button-toggle.mjs +19 -23
  86. package/fesm2022/button-toggle.mjs.map +1 -1
  87. package/fesm2022/button.mjs +20 -20
  88. package/fesm2022/button.mjs.map +1 -1
  89. package/fesm2022/card/testing.mjs.map +1 -1
  90. package/fesm2022/card.mjs +47 -47
  91. package/fesm2022/card.mjs.map +1 -1
  92. package/fesm2022/checkbox/testing.mjs.map +1 -1
  93. package/fesm2022/checkbox.mjs +22 -22
  94. package/fesm2022/checkbox.mjs.map +1 -1
  95. package/fesm2022/chips/testing.mjs.map +1 -1
  96. package/fesm2022/chips.mjs +52 -52
  97. package/fesm2022/chips.mjs.map +1 -1
  98. package/fesm2022/{common-module-CF0eSYO4.mjs → common-module-cKSwHniA.mjs} +5 -5
  99. package/fesm2022/common-module-cKSwHniA.mjs.map +1 -0
  100. package/fesm2022/core/testing.mjs.map +1 -1
  101. package/fesm2022/core.mjs +24 -24
  102. package/fesm2022/core.mjs.map +1 -1
  103. package/fesm2022/date-formats-K6TQue-Y.mjs.map +1 -1
  104. package/fesm2022/date-range-input-harness-Bp1T4oUe.mjs.map +1 -1
  105. package/fesm2022/datepicker/testing.mjs.map +1 -1
  106. package/fesm2022/datepicker.mjs +154 -133
  107. package/fesm2022/datepicker.mjs.map +1 -1
  108. package/fesm2022/dialog/testing.mjs +18 -5
  109. package/fesm2022/dialog/testing.mjs.map +1 -1
  110. package/fesm2022/dialog.mjs +2 -2
  111. package/fesm2022/dialog.mjs.map +1 -1
  112. package/fesm2022/divider/testing.mjs.map +1 -1
  113. package/fesm2022/divider.mjs +8 -8
  114. package/fesm2022/divider.mjs.map +1 -1
  115. package/fesm2022/{error-options-CbAHLQL5.mjs → error-options-DCNQlTOA.mjs} +7 -7
  116. package/fesm2022/error-options-DCNQlTOA.mjs.map +1 -0
  117. package/fesm2022/error-state-Dtb1IHM-.mjs.map +1 -1
  118. package/fesm2022/expansion/testing.mjs.map +1 -1
  119. package/fesm2022/expansion.mjs +28 -28
  120. package/fesm2022/expansion.mjs.map +1 -1
  121. package/fesm2022/form-field/testing/control.mjs.map +1 -1
  122. package/fesm2022/form-field/testing.mjs.map +1 -1
  123. package/fesm2022/{form-field-sL9_TuE-.mjs → form-field-C9DZXojn.mjs} +33 -33
  124. package/fesm2022/form-field-C9DZXojn.mjs.map +1 -0
  125. package/fesm2022/form-field.mjs +3 -3
  126. package/fesm2022/form-field.mjs.map +1 -1
  127. package/fesm2022/grid-list/testing.mjs.map +1 -1
  128. package/fesm2022/grid-list.mjs +24 -24
  129. package/fesm2022/grid-list.mjs.map +1 -1
  130. package/fesm2022/icon/testing.mjs +8 -8
  131. package/fesm2022/icon/testing.mjs.map +1 -1
  132. package/fesm2022/{icon-button-BASP1JI8.mjs → icon-button-B2tPB5AH.mjs} +9 -9
  133. package/fesm2022/icon-button-B2tPB5AH.mjs.map +1 -0
  134. package/fesm2022/{icon-registry-DVLYRZv3.mjs → icon-registry-CwOTJ7YM.mjs} +4 -4
  135. package/fesm2022/icon-registry-CwOTJ7YM.mjs.map +1 -0
  136. package/fesm2022/icon.mjs +10 -10
  137. package/fesm2022/icon.mjs.map +1 -1
  138. package/fesm2022/index-BFRo2fUq.mjs +20 -0
  139. package/fesm2022/index-BFRo2fUq.mjs.map +1 -0
  140. package/fesm2022/index-DwiL-HGk.mjs +22 -0
  141. package/fesm2022/index-DwiL-HGk.mjs.map +1 -0
  142. package/fesm2022/input/testing.mjs.map +1 -1
  143. package/fesm2022/input-harness-oQzj5EsQ.mjs.map +1 -1
  144. package/fesm2022/input-value-accessor-D1GvPuqO.mjs.map +1 -1
  145. package/fesm2022/input.mjs +12 -12
  146. package/fesm2022/input.mjs.map +1 -1
  147. package/fesm2022/{internal-form-field-_OHaksOO.mjs → internal-form-field-D5iFxU6d.mjs} +4 -4
  148. package/fesm2022/internal-form-field-D5iFxU6d.mjs.map +1 -0
  149. package/fesm2022/{line-CtAKiRo6.mjs → line-Bz5f9Cyx.mjs} +9 -9
  150. package/fesm2022/line-Bz5f9Cyx.mjs.map +1 -0
  151. package/fesm2022/list/testing.mjs.map +1 -1
  152. package/fesm2022/list.mjs +66 -66
  153. package/fesm2022/list.mjs.map +1 -1
  154. package/fesm2022/material.mjs.map +1 -1
  155. package/fesm2022/menu/testing.mjs.map +1 -1
  156. package/fesm2022/menu.mjs +20 -20
  157. package/fesm2022/menu.mjs.map +1 -1
  158. package/fesm2022/{module-DqTK2swA.mjs → module-BDiw_nWS.mjs} +25 -19
  159. package/fesm2022/module-BDiw_nWS.mjs.map +1 -0
  160. package/fesm2022/{module-m5vWw9-5.mjs → module-CWxMD37a.mjs} +12 -12
  161. package/fesm2022/module-CWxMD37a.mjs.map +1 -0
  162. package/fesm2022/{module-ChwDH6BC.mjs → module-Ce6F7TNm.mjs} +28 -28
  163. package/fesm2022/module-Ce6F7TNm.mjs.map +1 -0
  164. package/fesm2022/{module-DToxyW7l.mjs → module-DzZHEh7B.mjs} +7 -7
  165. package/fesm2022/module-DzZHEh7B.mjs.map +1 -0
  166. package/fesm2022/{option-hkPAbXDN.mjs → option-BzhYL_xC.mjs} +15 -15
  167. package/fesm2022/option-BzhYL_xC.mjs.map +1 -0
  168. package/fesm2022/option-harness-BFcc-M_4.mjs.map +1 -1
  169. package/fesm2022/paginator/testing.mjs.map +1 -1
  170. package/fesm2022/paginator.mjs +25 -25
  171. package/fesm2022/paginator.mjs.map +1 -1
  172. package/fesm2022/progress-bar/testing.mjs.map +1 -1
  173. package/fesm2022/progress-bar.mjs +8 -8
  174. package/fesm2022/progress-bar.mjs.map +1 -1
  175. package/fesm2022/progress-spinner/testing.mjs.map +1 -1
  176. package/fesm2022/progress-spinner.mjs +8 -8
  177. package/fesm2022/progress-spinner.mjs.map +1 -1
  178. package/fesm2022/{pseudo-checkbox-Ddidc23S.mjs → pseudo-checkbox-DDmgx3P4.mjs} +4 -4
  179. package/fesm2022/pseudo-checkbox-DDmgx3P4.mjs.map +1 -0
  180. package/fesm2022/pseudo-checkbox-module-4F8Up4PL.mjs +20 -0
  181. package/fesm2022/pseudo-checkbox-module-4F8Up4PL.mjs.map +1 -0
  182. package/fesm2022/public-api-BoO5eSq-.mjs.map +1 -1
  183. package/fesm2022/radio/testing.mjs.map +1 -1
  184. package/fesm2022/radio.mjs +19 -16
  185. package/fesm2022/radio.mjs.map +1 -1
  186. package/fesm2022/{ripple-DUGA2BAa.mjs → ripple-BYgV4oZC.mjs} +7 -7
  187. package/fesm2022/ripple-BYgV4oZC.mjs.map +1 -0
  188. package/fesm2022/{ripple-loader-Xy4bv6Xh.mjs → ripple-loader-BnMiRtmT.mjs} +5 -5
  189. package/fesm2022/ripple-loader-BnMiRtmT.mjs.map +1 -0
  190. package/fesm2022/select/testing.mjs.map +1 -1
  191. package/fesm2022/select.mjs +12 -12
  192. package/fesm2022/select.mjs.map +1 -1
  193. package/fesm2022/sidenav/testing.mjs.map +1 -1
  194. package/fesm2022/sidenav.mjs +35 -31
  195. package/fesm2022/sidenav.mjs.map +1 -1
  196. package/fesm2022/slide-toggle/testing.mjs.map +1 -1
  197. package/fesm2022/slide-toggle.mjs +11 -11
  198. package/fesm2022/slide-toggle.mjs.map +1 -1
  199. package/fesm2022/slider/testing.mjs.map +1 -1
  200. package/fesm2022/slider.mjs +21 -21
  201. package/fesm2022/slider.mjs.map +1 -1
  202. package/fesm2022/snack-bar/testing.mjs.map +1 -1
  203. package/fesm2022/snack-bar.mjs +29 -29
  204. package/fesm2022/snack-bar.mjs.map +1 -1
  205. package/fesm2022/sort/testing.mjs.map +1 -1
  206. package/fesm2022/sort.mjs +15 -15
  207. package/fesm2022/sort.mjs.map +1 -1
  208. package/fesm2022/stepper/testing.mjs.map +1 -1
  209. package/fesm2022/stepper.mjs +39 -50
  210. package/fesm2022/stepper.mjs.map +1 -1
  211. package/fesm2022/{structural-styles-DA18Hchc.mjs → structural-styles-CObeNzjn.mjs} +4 -4
  212. package/fesm2022/structural-styles-CObeNzjn.mjs.map +1 -0
  213. package/fesm2022/table/testing.mjs.map +1 -1
  214. package/fesm2022/table.mjs +56 -56
  215. package/fesm2022/table.mjs.map +1 -1
  216. package/fesm2022/tabs/testing.mjs.map +1 -1
  217. package/fesm2022/tabs.mjs +81 -65
  218. package/fesm2022/tabs.mjs.map +1 -1
  219. package/fesm2022/timepicker/testing.mjs.map +1 -1
  220. package/fesm2022/timepicker.mjs +20 -20
  221. package/fesm2022/timepicker.mjs.map +1 -1
  222. package/fesm2022/toolbar/testing.mjs.map +1 -1
  223. package/fesm2022/toolbar.mjs +12 -12
  224. package/fesm2022/toolbar.mjs.map +1 -1
  225. package/fesm2022/tooltip/testing.mjs.map +1 -1
  226. package/fesm2022/tooltip.mjs +2 -2
  227. package/fesm2022/tooltip.mjs.map +1 -1
  228. package/fesm2022/tree/testing.mjs.map +1 -1
  229. package/fesm2022/tree.mjs +26 -26
  230. package/fesm2022/tree.mjs.map +1 -1
  231. package/form-field/_form-field-theme.scss +23 -55
  232. package/form-field/_m2-form-field.scss +112 -91
  233. package/form-field/_m3-form-field.scss +116 -131
  234. package/grid-list/_grid-list-theme.scss +13 -23
  235. package/grid-list/_m2-grid-list.scss +8 -7
  236. package/grid-list/_m3-grid-list.scss +14 -15
  237. package/icon/_icon-theme.scss +20 -30
  238. package/icon/_m2-icon.scss +1 -4
  239. package/icon/_m3-icon.scss +13 -27
  240. package/{index.d-CikM2bbf.d.ts → index.d-DAhBYbjm.d.ts} +1 -1
  241. package/input/_input-theme.scss +7 -40
  242. package/list/_list-theme.scss +22 -52
  243. package/list/_m2-list.scss +56 -55
  244. package/list/_m3-list.scss +69 -67
  245. package/menu/_m2-menu.scss +22 -25
  246. package/menu/_m3-menu.scss +35 -38
  247. package/menu/_menu-theme.scss +15 -27
  248. package/{module.d-DMabQ4_c.d.ts → module.d-bebo7gS5.d.ts} +5 -3
  249. package/package.json +6 -6
  250. package/paginator/_m2-paginator.scss +16 -17
  251. package/paginator/_m3-paginator.scss +28 -27
  252. package/paginator/_paginator-theme.scss +14 -40
  253. package/paginator/index.d.ts +3 -3
  254. package/prebuilt-themes/deeppurple-amber.css +1 -1
  255. package/prebuilt-themes/indigo-pink.css +1 -1
  256. package/prebuilt-themes/pink-bluegrey.css +1 -1
  257. package/prebuilt-themes/purple-green.css +1 -1
  258. package/progress-bar/_m2-progress-bar.scss +5 -8
  259. package/progress-bar/_m3-progress-bar.scss +17 -26
  260. package/progress-bar/_progress-bar-theme.scss +17 -27
  261. package/progress-spinner/_m2-progress-spinner.scss +3 -6
  262. package/progress-spinner/_m3-progress-spinner.scss +15 -22
  263. package/progress-spinner/_progress-spinner-theme.scss +20 -43
  264. package/radio/_m2-radio.scss +24 -27
  265. package/radio/_m3-radio.scss +44 -58
  266. package/radio/_radio-theme.scss +23 -50
  267. package/schematics/ng-add/index.js +2 -2
  268. package/schematics/ng-update/index_bundled.js +2 -0
  269. package/schematics/ng-update/index_bundled.js.map +1 -1
  270. package/select/_m2-select.scss +15 -18
  271. package/select/_m3-select.scss +32 -38
  272. package/select/_select-theme.scss +23 -50
  273. package/select/index.d.ts +3 -3
  274. package/sidenav/_m2-sidenav.scss +9 -12
  275. package/sidenav/_m3-sidenav.scss +20 -22
  276. package/sidenav/_sidenav-theme.scss +14 -25
  277. package/slide-toggle/_m2-slide-toggle.scss +82 -83
  278. package/slide-toggle/_m3-slide-toggle.scss +102 -143
  279. package/slide-toggle/_slide-toggle-theme.scss +26 -61
  280. package/slider/_m2-slider.scss +46 -46
  281. package/slider/_m3-slider.scss +54 -109
  282. package/slider/_slider-theme.scss +23 -34
  283. package/snack-bar/_m2-snack-bar.scss +10 -11
  284. package/snack-bar/_m3-snack-bar.scss +20 -19
  285. package/snack-bar/_snack-bar-theme.scss +14 -26
  286. package/sort/_m2-sort.scss +1 -4
  287. package/sort/_m3-sort.scss +11 -9
  288. package/sort/_sort-theme.scss +15 -27
  289. package/stepper/_m2-stepper.scss +32 -31
  290. package/stepper/_m3-stepper.scss +44 -79
  291. package/stepper/_stepper-theme.scss +22 -50
  292. package/stepper/index.d.ts +0 -3
  293. package/table/_m2-table.scss +25 -26
  294. package/table/_m3-table.scss +36 -27
  295. package/table/_table-theme.scss +15 -32
  296. package/tabs/_m2-tabs.scss +26 -29
  297. package/tabs/_m3-tabs.scss +40 -51
  298. package/tabs/_tabs-theme.scss +37 -58
  299. package/tabs/index.d.ts +11 -5
  300. package/timepicker/_m2-timepicker.scss +3 -6
  301. package/timepicker/_m3-timepicker.scss +14 -15
  302. package/timepicker/_timepicker-theme.scss +20 -45
  303. package/timepicker/index.d.ts +1 -1
  304. package/toolbar/_m2-toolbar.scss +11 -12
  305. package/toolbar/_m3-toolbar.scss +22 -17
  306. package/toolbar/_toolbar-theme.scss +13 -37
  307. package/tooltip/_m2-tooltip.scss +9 -11
  308. package/tooltip/_m3-tooltip.scss +19 -19
  309. package/tooltip/_tooltip-theme.scss +17 -35
  310. package/tree/_m2-tree.scss +6 -9
  311. package/tree/_m3-tree.scss +19 -16
  312. package/tree/_tree-theme.scss +14 -36
  313. package/fesm2022/common-module-CF0eSYO4.mjs.map +0 -1
  314. package/fesm2022/error-options-CbAHLQL5.mjs.map +0 -1
  315. package/fesm2022/form-field-sL9_TuE-.mjs.map +0 -1
  316. package/fesm2022/icon-button-BASP1JI8.mjs.map +0 -1
  317. package/fesm2022/icon-registry-DVLYRZv3.mjs.map +0 -1
  318. package/fesm2022/index-BNtCg9r0.mjs +0 -22
  319. package/fesm2022/index-BNtCg9r0.mjs.map +0 -1
  320. package/fesm2022/index-DxCSjCL3.mjs +0 -20
  321. package/fesm2022/index-DxCSjCL3.mjs.map +0 -1
  322. package/fesm2022/internal-form-field-_OHaksOO.mjs.map +0 -1
  323. package/fesm2022/line-CtAKiRo6.mjs.map +0 -1
  324. package/fesm2022/module-ChwDH6BC.mjs.map +0 -1
  325. package/fesm2022/module-DToxyW7l.mjs.map +0 -1
  326. package/fesm2022/module-DqTK2swA.mjs.map +0 -1
  327. package/fesm2022/module-m5vWw9-5.mjs.map +0 -1
  328. package/fesm2022/option-hkPAbXDN.mjs.map +0 -1
  329. package/fesm2022/pseudo-checkbox-Ddidc23S.mjs.map +0 -1
  330. package/fesm2022/pseudo-checkbox-module--am9-RIA.mjs +0 -20
  331. package/fesm2022/pseudo-checkbox-module--am9-RIA.mjs.map +0 -1
  332. package/fesm2022/ripple-DUGA2BAa.mjs.map +0 -1
  333. package/fesm2022/ripple-loader-Xy4bv6Xh.mjs.map +0 -1
  334. package/fesm2022/structural-styles-DA18Hchc.mjs.map +0 -1
  335. package/schematics/tsconfig.json +0 -26
  336. package/{option.d-BVGX3edu.d.ts → option.d-BcvS44bt.d.ts} +1 -1
@@ -1 +1 @@
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-ripple-color:rgba(255, 255, 255, 0.1)}html{--mat-option-selected-state-label-text-color:#7b1fa2;--mat-option-label-text-color:white;--mat-option-hover-state-layer-color:rgba(255, 255, 255, 0.08);--mat-option-focus-state-layer-color:rgba(255, 255, 255, 0.08);--mat-option-selected-state-layer-color:rgba(255, 255, 255, 0.08)}.mat-accent{--mat-option-selected-state-label-text-color:#69f0ae;--mat-option-label-text-color:white;--mat-option-hover-state-layer-color:rgba(255, 255, 255, 0.08);--mat-option-focus-state-layer-color:rgba(255, 255, 255, 0.08);--mat-option-selected-state-layer-color:rgba(255, 255, 255, 0.08)}.mat-warn{--mat-option-selected-state-label-text-color:#f44336;--mat-option-label-text-color:white;--mat-option-hover-state-layer-color:rgba(255, 255, 255, 0.08);--mat-option-focus-state-layer-color:rgba(255, 255, 255, 0.08);--mat-option-selected-state-layer-color:rgba(255, 255, 255, 0.08)}html{--mat-optgroup-label-text-color:white}html{--mat-pseudo-checkbox-full-selected-icon-color:#69f0ae;--mat-pseudo-checkbox-full-selected-checkmark-color:#303030;--mat-pseudo-checkbox-full-unselected-icon-color:rgba(255, 255, 255, 0.7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color:#303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color:#686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color:#686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color:#69f0ae;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color:#686868}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color:#7b1fa2;--mat-pseudo-checkbox-full-selected-checkmark-color:#303030;--mat-pseudo-checkbox-full-unselected-icon-color:rgba(255, 255, 255, 0.7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color:#303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color:#686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color:#686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color:#7b1fa2;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color:#686868}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color:#69f0ae;--mat-pseudo-checkbox-full-selected-checkmark-color:#303030;--mat-pseudo-checkbox-full-unselected-icon-color:rgba(255, 255, 255, 0.7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color:#303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color:#686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color:#686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color:#69f0ae;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color:#686868}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color:#f44336;--mat-pseudo-checkbox-full-selected-checkmark-color:#303030;--mat-pseudo-checkbox-full-unselected-icon-color:rgba(255, 255, 255, 0.7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color:#303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color:#686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color:#686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color:#f44336;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color:#686868}html{--mat-app-background-color:#303030;--mat-app-text-color:white;--mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}html{--mat-card-elevated-container-shape:4px;--mat-card-outlined-container-shape:4px;--mat-card-filled-container-shape:4px;--mat-card-outlined-outline-width:1px}html{--mat-card-elevated-container-color:#424242;--mat-card-elevated-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-card-outlined-container-color:#424242;--mat-card-outlined-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-outlined-outline-color:rgba(255, 255, 255, 0.12);--mat-card-subtitle-text-color:rgba(255, 255, 255, 0.7);--mat-card-filled-container-color:#424242;--mat-card-filled-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}html{--mat-progress-bar-active-indicator-height:4px;--mat-progress-bar-track-height:4px;--mat-progress-bar-track-shape:0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color:#7b1fa2;--mat-progress-bar-track-color:rgba(123, 31, 162, 0.25)}.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color:#69f0ae;--mat-progress-bar-track-color:rgba(105, 240, 174, 0.25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color:#f44336;--mat-progress-bar-track-color:rgba(244, 67, 54, 0.25)}html{--mat-tooltip-container-shape:4px;--mat-tooltip-supporting-text-line-height:16px}html{--mat-tooltip-container-color:#616161;--mat-tooltip-supporting-text-color:#fff}html{--mat-tooltip-supporting-text-font:Roboto, sans-serif;--mat-tooltip-supporting-text-size:12px;--mat-tooltip-supporting-text-weight:400;--mat-tooltip-supporting-text-tracking:0.0333333333em}html{--mat-form-field-filled-active-indicator-height:1px;--mat-form-field-filled-focus-active-indicator-height:2px;--mat-form-field-filled-container-shape:4px;--mat-form-field-outlined-outline-width:1px;--mat-form-field-outlined-focus-outline-width:2px;--mat-form-field-outlined-container-shape:4px}html{--mat-form-field-focus-select-arrow-color:rgba(123, 31, 162, 0.87);--mat-form-field-filled-caret-color:#7b1fa2;--mat-form-field-filled-focus-active-indicator-color:#7b1fa2;--mat-form-field-filled-focus-label-text-color:rgba(123, 31, 162, 0.87);--mat-form-field-outlined-caret-color:#7b1fa2;--mat-form-field-outlined-focus-outline-color:#7b1fa2;--mat-form-field-outlined-focus-label-text-color:rgba(123, 31, 162, 0.87);--mat-form-field-disabled-input-text-placeholder-color:rgba(255, 255, 255, 0.38);--mat-form-field-state-layer-color:rgba(255, 255, 255, 0.87);--mat-form-field-error-text-color:#f44336;--mat-form-field-select-option-text-color:rgba(0, 0, 0, 0.87);--mat-form-field-select-disabled-option-text-color:rgba(0, 0, 0, 0.38);--mat-form-field-leading-icon-color:unset;--mat-form-field-disabled-leading-icon-color:unset;--mat-form-field-trailing-icon-color:unset;--mat-form-field-disabled-trailing-icon-color:unset;--mat-form-field-error-focus-trailing-icon-color:unset;--mat-form-field-error-hover-trailing-icon-color:unset;--mat-form-field-error-trailing-icon-color:unset;--mat-form-field-enabled-select-arrow-color:rgba(255, 255, 255, 0.54);--mat-form-field-disabled-select-arrow-color:rgba(255, 255, 255, 0.38);--mat-form-field-hover-state-layer-opacity:0.08;--mat-form-field-focus-state-layer-opacity:0.24;--mat-form-field-filled-container-color:rgb(73.56, 73.56, 73.56);--mat-form-field-filled-disabled-container-color:rgb(69.78, 69.78, 69.78);--mat-form-field-filled-label-text-color:rgba(255, 255, 255, 0.6);--mat-form-field-filled-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-form-field-filled-disabled-label-text-color:rgba(255, 255, 255, 0.38);--mat-form-field-filled-input-text-color:rgba(255, 255, 255, 0.87);--mat-form-field-filled-disabled-input-text-color:rgba(255, 255, 255, 0.38);--mat-form-field-filled-input-text-placeholder-color:rgba(255, 255, 255, 0.6);--mat-form-field-filled-error-hover-label-text-color:#f44336;--mat-form-field-filled-error-focus-label-text-color:#f44336;--mat-form-field-filled-error-label-text-color:#f44336;--mat-form-field-filled-error-caret-color:#f44336;--mat-form-field-filled-active-indicator-color:rgba(255, 255, 255, 0.42);--mat-form-field-filled-disabled-active-indicator-color:rgba(255, 255, 255, 0.06);--mat-form-field-filled-hover-active-indicator-color:rgba(255, 255, 255, 0.87);--mat-form-field-filled-error-active-indicator-color:#f44336;--mat-form-field-filled-error-focus-active-indicator-color:#f44336;--mat-form-field-filled-error-hover-active-indicator-color:#f44336;--mat-form-field-outlined-label-text-color:rgba(255, 255, 255, 0.6);--mat-form-field-outlined-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-form-field-outlined-disabled-label-text-color:rgba(255, 255, 255, 0.38);--mat-form-field-outlined-input-text-color:rgba(255, 255, 255, 0.87);--mat-form-field-outlined-disabled-input-text-color:rgba(255, 255, 255, 0.38);--mat-form-field-outlined-input-text-placeholder-color:rgba(255, 255, 255, 0.6);--mat-form-field-outlined-error-caret-color:#f44336;--mat-form-field-outlined-error-focus-label-text-color:#f44336;--mat-form-field-outlined-error-label-text-color:#f44336;--mat-form-field-outlined-error-hover-label-text-color:#f44336;--mat-form-field-outlined-outline-color:rgba(255, 255, 255, 0.38);--mat-form-field-outlined-disabled-outline-color:rgba(255, 255, 255, 0.06);--mat-form-field-outlined-hover-outline-color:rgba(255, 255, 255, 0.87);--mat-form-field-outlined-error-focus-outline-color:#f44336;--mat-form-field-outlined-error-hover-outline-color:#f44336;--mat-form-field-outlined-error-outline-color:#f44336}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color:rgba(105, 240, 174, 0.87);--mat-form-field-filled-caret-color:#69f0ae;--mat-form-field-filled-focus-active-indicator-color:#69f0ae;--mat-form-field-filled-focus-label-text-color:rgba(105, 240, 174, 0.87);--mat-form-field-outlined-caret-color:#69f0ae;--mat-form-field-outlined-focus-outline-color:#69f0ae;--mat-form-field-outlined-focus-label-text-color:rgba(105, 240, 174, 0.87)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);--mat-form-field-filled-caret-color:#f44336;--mat-form-field-filled-focus-active-indicator-color:#f44336;--mat-form-field-filled-focus-label-text-color:rgba(244, 67, 54, 0.87);--mat-form-field-outlined-caret-color:#f44336;--mat-form-field-outlined-focus-outline-color:#f44336;--mat-form-field-outlined-focus-label-text-color:rgba(244, 67, 54, 0.87)}html{--mat-form-field-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px}html{--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400;--mat-form-field-filled-label-text-font:Roboto, sans-serif;--mat-form-field-filled-label-text-size:16px;--mat-form-field-filled-label-text-tracking:0.03125em;--mat-form-field-filled-label-text-weight:400;--mat-form-field-outlined-label-text-font:Roboto, sans-serif;--mat-form-field-outlined-label-text-size:16px;--mat-form-field-outlined-label-text-tracking:0.03125em;--mat-form-field-outlined-label-text-weight:400}html{--mat-select-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)}html{--mat-select-panel-background-color:#424242;--mat-select-enabled-trigger-text-color:rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color:rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color:rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color:rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color:rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color:rgba(123, 31, 162, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:#424242;--mat-select-enabled-trigger-text-color:rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color:rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color:rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color:rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color:rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color:rgba(105, 240, 174, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:#424242;--mat-select-enabled-trigger-text-color:rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color:rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color:rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color:rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color:rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-arrow-transform:translateY(-8px)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-autocomplete-background-color:#424242}html{--mat-dialog-container-shape:4px;--mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mat-dialog-container-max-width:80vw;--mat-dialog-container-small-max-width:80vw;--mat-dialog-container-min-width:0;--mat-dialog-actions-alignment:start;--mat-dialog-actions-padding:8px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px;--mat-dialog-headline-padding:0 24px 9px}html{--mat-dialog-container-color:#424242;--mat-dialog-subhead-color:rgba(255, 255, 255, 0.87);--mat-dialog-supporting-text-color:rgba(255, 255, 255, 0.6)}html{--mat-dialog-subhead-font:Roboto, sans-serif;--mat-dialog-subhead-line-height:32px;--mat-dialog-subhead-size:20px;--mat-dialog-subhead-weight:500;--mat-dialog-subhead-tracking:0.0125em;--mat-dialog-supporting-text-font:Roboto, sans-serif;--mat-dialog-supporting-text-line-height:24px;--mat-dialog-supporting-text-size:16px;--mat-dialog-supporting-text-weight:400;--mat-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mat-chip-container-shape-radius:16px;--mat-chip-disabled-container-opacity:0.4;--mat-chip-disabled-outline-color:transparent;--mat-chip-flat-selected-outline-width:0;--mat-chip-focus-outline-color:transparent;--mat-chip-hover-state-layer-opacity:0.04;--mat-chip-outline-color:transparent;--mat-chip-outline-width:0;--mat-chip-selected-hover-state-layer-opacity:0.04;--mat-chip-selected-trailing-action-state-layer-color:transparent;--mat-chip-trailing-action-focus-opacity:1;--mat-chip-trailing-action-focus-state-layer-opacity:0;--mat-chip-trailing-action-hover-state-layer-opacity:0;--mat-chip-trailing-action-opacity:0.54;--mat-chip-trailing-action-state-layer-color:transparent;--mat-chip-with-avatar-avatar-shape-radius:14px;--mat-chip-with-avatar-avatar-size:28px;--mat-chip-with-avatar-disabled-avatar-opacity:1;--mat-chip-with-icon-disabled-icon-opacity:1;--mat-chip-with-icon-icon-size:18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity:1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color:#fafafa;--mat-chip-elevated-container-color:rgb(88.68, 88.68, 88.68);--mat-chip-elevated-disabled-container-color:rgb(88.68, 88.68, 88.68);--mat-chip-elevated-selected-container-color:rgb(88.68, 88.68, 88.68);--mat-chip-flat-disabled-selected-container-color:rgb(88.68, 88.68, 88.68);--mat-chip-focus-state-layer-color:white;--mat-chip-focus-state-layer-opacity:0.12;--mat-chip-hover-state-layer-color:white;--mat-chip-label-text-color:#fafafa;--mat-chip-selected-disabled-trailing-icon-color:#fafafa;--mat-chip-selected-focus-state-layer-color:white;--mat-chip-selected-focus-state-layer-opacity:0.12;--mat-chip-selected-hover-state-layer-color:white;--mat-chip-selected-label-text-color:#fafafa;--mat-chip-selected-trailing-icon-color:#fafafa;--mat-chip-with-icon-disabled-icon-color:#fafafa;--mat-chip-with-icon-icon-color:#fafafa;--mat-chip-with-icon-selected-icon-color:#fafafa;--mat-chip-with-trailing-icon-disabled-trailing-icon-color:#fafafa;--mat-chip-with-trailing-icon-trailing-icon-color:#fafafa}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color:white;--mat-chip-elevated-container-color:#7b1fa2;--mat-chip-elevated-disabled-container-color:#7b1fa2;--mat-chip-elevated-selected-container-color:#7b1fa2;--mat-chip-flat-disabled-selected-container-color:#7b1fa2;--mat-chip-focus-state-layer-color:white;--mat-chip-focus-state-layer-opacity:0.12;--mat-chip-hover-state-layer-color:white;--mat-chip-label-text-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-focus-state-layer-color:white;--mat-chip-selected-focus-state-layer-opacity:0.12;--mat-chip-selected-hover-state-layer-color:white;--mat-chip-selected-label-text-color:white;--mat-chip-selected-trailing-icon-color:white;--mat-chip-with-icon-disabled-icon-color:white;--mat-chip-with-icon-icon-color:white;--mat-chip-with-icon-selected-icon-color:white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mat-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color:rgba(0, 0, 0, 0.87);--mat-chip-elevated-container-color:#69f0ae;--mat-chip-elevated-disabled-container-color:#69f0ae;--mat-chip-elevated-selected-container-color:#69f0ae;--mat-chip-flat-disabled-selected-container-color:#69f0ae;--mat-chip-focus-state-layer-color:white;--mat-chip-focus-state-layer-opacity:0.12;--mat-chip-hover-state-layer-color:white;--mat-chip-label-text-color:rgba(0, 0, 0, 0.87);--mat-chip-selected-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);--mat-chip-selected-focus-state-layer-color:white;--mat-chip-selected-focus-state-layer-opacity:0.12;--mat-chip-selected-hover-state-layer-color:white;--mat-chip-selected-label-text-color:rgba(0, 0, 0, 0.87);--mat-chip-selected-trailing-icon-color:rgba(0, 0, 0, 0.87);--mat-chip-with-icon-disabled-icon-color:rgba(0, 0, 0, 0.87);--mat-chip-with-icon-icon-color:rgba(0, 0, 0, 0.87);--mat-chip-with-icon-selected-icon-color:rgba(0, 0, 0, 0.87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);--mat-chip-with-trailing-icon-trailing-icon-color:rgba(0, 0, 0, 0.87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color:white;--mat-chip-elevated-container-color:#f44336;--mat-chip-elevated-disabled-container-color:#f44336;--mat-chip-elevated-selected-container-color:#f44336;--mat-chip-flat-disabled-selected-container-color:#f44336;--mat-chip-focus-state-layer-color:white;--mat-chip-focus-state-layer-opacity:0.12;--mat-chip-hover-state-layer-color:white;--mat-chip-label-text-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-focus-state-layer-color:white;--mat-chip-selected-focus-state-layer-opacity:0.12;--mat-chip-selected-hover-state-layer-color:white;--mat-chip-selected-label-text-color:white;--mat-chip-selected-trailing-icon-color:white;--mat-chip-with-icon-disabled-icon-color:white;--mat-chip-with-icon-icon-color:white;--mat-chip-with-icon-selected-icon-color:white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mat-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height:32px}.mat-mdc-standard-chip{--mat-chip-label-text-font:Roboto, sans-serif;--mat-chip-label-text-line-height:20px;--mat-chip-label-text-size:14px;--mat-chip-label-text-tracking:0.0178571429em;--mat-chip-label-text-weight:400}html{--mat-slide-toggle-disabled-selected-handle-opacity:0.38;--mat-slide-toggle-disabled-selected-icon-opacity:0.38;--mat-slide-toggle-disabled-track-opacity:0.12;--mat-slide-toggle-disabled-unselected-handle-opacity:0.38;--mat-slide-toggle-disabled-unselected-icon-opacity:0.38;--mat-slide-toggle-disabled-unselected-track-outline-color:transparent;--mat-slide-toggle-disabled-unselected-track-outline-width:1px;--mat-slide-toggle-handle-height:20px;--mat-slide-toggle-handle-shape:10px;--mat-slide-toggle-handle-width:20px;--mat-slide-toggle-hidden-track-opacity:1;--mat-slide-toggle-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-slide-toggle-pressed-handle-size:20px;--mat-slide-toggle-selected-focus-state-layer-opacity:0.12;--mat-slide-toggle-selected-handle-horizontal-margin:0;--mat-slide-toggle-selected-handle-size:20px;--mat-slide-toggle-selected-hover-state-layer-opacity:0.04;--mat-slide-toggle-selected-icon-size:18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin:0;--mat-slide-toggle-selected-pressed-state-layer-opacity:0.1;--mat-slide-toggle-selected-track-outline-color:transparent;--mat-slide-toggle-selected-track-outline-width:1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin:0;--mat-slide-toggle-track-height:14px;--mat-slide-toggle-track-outline-color:transparent;--mat-slide-toggle-track-outline-width:1px;--mat-slide-toggle-track-shape:7px;--mat-slide-toggle-track-width:36px;--mat-slide-toggle-unselected-focus-state-layer-opacity:0.12;--mat-slide-toggle-unselected-handle-horizontal-margin:0;--mat-slide-toggle-unselected-handle-size:20px;--mat-slide-toggle-unselected-hover-state-layer-opacity:0.04;--mat-slide-toggle-unselected-icon-size:18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin:0;--mat-slide-toggle-unselected-pressed-state-layer-opacity:0.1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin:0;--mat-slide-toggle-visible-track-opacity:1;--mat-slide-toggle-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-slide-toggle-with-icon-handle-size:20px}html .mat-mdc-slide-toggle{--mat-slide-toggle-disabled-selected-handle-opacity:0.38;--mat-slide-toggle-disabled-selected-icon-opacity:0.38;--mat-slide-toggle-disabled-track-opacity:0.12;--mat-slide-toggle-disabled-unselected-handle-opacity:0.38;--mat-slide-toggle-disabled-unselected-icon-opacity:0.38;--mat-slide-toggle-disabled-unselected-track-outline-color:transparent;--mat-slide-toggle-disabled-unselected-track-outline-width:1px;--mat-slide-toggle-handle-height:20px;--mat-slide-toggle-handle-shape:10px;--mat-slide-toggle-handle-width:20px;--mat-slide-toggle-hidden-track-opacity:1;--mat-slide-toggle-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-slide-toggle-pressed-handle-size:20px;--mat-slide-toggle-selected-focus-state-layer-opacity:0.12;--mat-slide-toggle-selected-handle-horizontal-margin:0;--mat-slide-toggle-selected-handle-size:20px;--mat-slide-toggle-selected-hover-state-layer-opacity:0.04;--mat-slide-toggle-selected-icon-size:18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin:0;--mat-slide-toggle-selected-pressed-state-layer-opacity:0.1;--mat-slide-toggle-selected-track-outline-color:transparent;--mat-slide-toggle-selected-track-outline-width:1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin:0;--mat-slide-toggle-track-height:14px;--mat-slide-toggle-track-outline-color:transparent;--mat-slide-toggle-track-outline-width:1px;--mat-slide-toggle-track-shape:7px;--mat-slide-toggle-track-width:36px;--mat-slide-toggle-unselected-focus-state-layer-opacity:0.12;--mat-slide-toggle-unselected-handle-horizontal-margin:0;--mat-slide-toggle-unselected-handle-size:20px;--mat-slide-toggle-unselected-hover-state-layer-opacity:0.04;--mat-slide-toggle-unselected-icon-size:18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin:0;--mat-slide-toggle-unselected-pressed-state-layer-opacity:0.1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin:0;--mat-slide-toggle-visible-track-opacity:1;--mat-slide-toggle-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-slide-toggle-with-icon-handle-size:20px}html{--mat-slide-toggle-selected-focus-state-layer-color:#ba68c8;--mat-slide-toggle-selected-handle-color:#ba68c8;--mat-slide-toggle-selected-hover-state-layer-color:#ba68c8;--mat-slide-toggle-selected-pressed-state-layer-color:#ba68c8;--mat-slide-toggle-selected-focus-handle-color:#ce93d8;--mat-slide-toggle-selected-hover-handle-color:#ce93d8;--mat-slide-toggle-selected-pressed-handle-color:#ce93d8;--mat-slide-toggle-selected-focus-track-color:#8e24aa;--mat-slide-toggle-selected-hover-track-color:#8e24aa;--mat-slide-toggle-selected-pressed-track-color:#8e24aa;--mat-slide-toggle-selected-track-color:#8e24aa;--mat-slide-toggle-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-slide-toggle-disabled-selected-handle-color:#000;--mat-slide-toggle-disabled-selected-icon-color:#212121;--mat-slide-toggle-disabled-selected-track-color:#f5f5f5;--mat-slide-toggle-disabled-unselected-handle-color:#000;--mat-slide-toggle-disabled-unselected-icon-color:#212121;--mat-slide-toggle-disabled-unselected-track-color:#f5f5f5;--mat-slide-toggle-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slide-toggle-handle-surface-color:#fff;--mat-slide-toggle-label-text-color:white;--mat-slide-toggle-selected-icon-color:#212121;--mat-slide-toggle-unselected-hover-handle-color:#fafafa;--mat-slide-toggle-unselected-focus-handle-color:#fafafa;--mat-slide-toggle-unselected-focus-state-layer-color:#f5f5f5;--mat-slide-toggle-unselected-focus-track-color:#616161;--mat-slide-toggle-unselected-icon-color:#212121;--mat-slide-toggle-unselected-handle-color:#9e9e9e;--mat-slide-toggle-unselected-hover-state-layer-color:#f5f5f5;--mat-slide-toggle-unselected-hover-track-color:#616161;--mat-slide-toggle-unselected-pressed-handle-color:#fafafa;--mat-slide-toggle-unselected-pressed-track-color:#616161;--mat-slide-toggle-unselected-pressed-state-layer-color:#f5f5f5;--mat-slide-toggle-unselected-track-color:#616161}html{--mdc-slide-toggle-disabled-label-text-color: rgba(255, 255, 255, 0.5);--mat-slide-toggle-disabled-label-text-color: rgba(255, 255, 255, 0.5)}html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-color: white}html .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-focus-state-layer-color:#81c784;--mat-slide-toggle-selected-handle-color:#81c784;--mat-slide-toggle-selected-hover-state-layer-color:#81c784;--mat-slide-toggle-selected-pressed-state-layer-color:#81c784;--mat-slide-toggle-selected-focus-handle-color:#a5d6a7;--mat-slide-toggle-selected-hover-handle-color:#a5d6a7;--mat-slide-toggle-selected-pressed-handle-color:#a5d6a7;--mat-slide-toggle-selected-focus-track-color:#43a047;--mat-slide-toggle-selected-hover-track-color:#43a047;--mat-slide-toggle-selected-pressed-track-color:#43a047;--mat-slide-toggle-selected-track-color:#43a047}html .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-focus-state-layer-color:#e57373;--mat-slide-toggle-selected-handle-color:#e57373;--mat-slide-toggle-selected-hover-state-layer-color:#e57373;--mat-slide-toggle-selected-pressed-state-layer-color:#e57373;--mat-slide-toggle-selected-focus-handle-color:#ef9a9a;--mat-slide-toggle-selected-hover-handle-color:#ef9a9a;--mat-slide-toggle-selected-pressed-handle-color:#ef9a9a;--mat-slide-toggle-selected-focus-track-color:#e53935;--mat-slide-toggle-selected-hover-track-color:#e53935;--mat-slide-toggle-selected-pressed-track-color:#e53935;--mat-slide-toggle-selected-track-color:#e53935}html{--mat-slide-toggle-state-layer-size:40px}html .mat-mdc-slide-toggle{--mat-slide-toggle-state-layer-size:40px}html{--mat-slide-toggle-label-text-font:Roboto, sans-serif;--mat-slide-toggle-label-text-line-height:20px;--mat-slide-toggle-label-text-size:14px;--mat-slide-toggle-label-text-tracking:0.0178571429em;--mat-slide-toggle-label-text-weight:400}html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font:Roboto, sans-serif;--mat-slide-toggle-label-text-line-height:20px;--mat-slide-toggle-label-text-size:14px;--mat-slide-toggle-label-text-tracking:0.0178571429em;--mat-slide-toggle-label-text-weight:400}html{--mat-radio-disabled-selected-icon-opacity:0.38;--mat-radio-disabled-unselected-icon-opacity:0.38;--mat-radio-state-layer-size:40px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color:#7b1fa2;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color:white;--mat-radio-disabled-unselected-icon-color:white;--mat-radio-label-text-color:white;--mat-radio-ripple-color:white;--mat-radio-selected-focus-icon-color:#7b1fa2;--mat-radio-selected-hover-icon-color:#7b1fa2;--mat-radio-selected-icon-color:#7b1fa2;--mat-radio-selected-pressed-icon-color:#7b1fa2;--mat-radio-unselected-focus-icon-color:#eeeeee;--mat-radio-unselected-hover-icon-color:#eeeeee;--mat-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54)}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color:#69f0ae;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color:white;--mat-radio-disabled-unselected-icon-color:white;--mat-radio-label-text-color:white;--mat-radio-ripple-color:white;--mat-radio-selected-focus-icon-color:#69f0ae;--mat-radio-selected-hover-icon-color:#69f0ae;--mat-radio-selected-icon-color:#69f0ae;--mat-radio-selected-pressed-icon-color:#69f0ae;--mat-radio-unselected-focus-icon-color:#eeeeee;--mat-radio-unselected-hover-icon-color:#eeeeee;--mat-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color:white;--mat-radio-disabled-unselected-icon-color:white;--mat-radio-label-text-color:white;--mat-radio-ripple-color:white;--mat-radio-selected-focus-icon-color:#f44336;--mat-radio-selected-hover-icon-color:#f44336;--mat-radio-selected-icon-color:#f44336;--mat-radio-selected-pressed-icon-color:#f44336;--mat-radio-unselected-focus-icon-color:#eeeeee;--mat-radio-unselected-hover-icon-color:#eeeeee;--mat-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54)}html{--mat-radio-state-layer-size:40px;--mat-radio-touch-target-display:block}html{--mat-radio-label-text-font:Roboto, sans-serif;--mat-radio-label-text-line-height:20px;--mat-radio-label-text-size:14px;--mat-radio-label-text-tracking:0.0178571429em;--mat-radio-label-text-weight:400}html{--mat-slider-active-track-height:6px;--mat-slider-active-track-shape:9999px;--mat-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slider-handle-height:20px;--mat-slider-handle-shape:50%;--mat-slider-handle-width:20px;--mat-slider-inactive-track-height:4px;--mat-slider-inactive-track-shape:9999px;--mat-slider-value-indicator-border-radius:4px;--mat-slider-value-indicator-caret-display:block;--mat-slider-value-indicator-container-transform:translateX(-50%);--mat-slider-value-indicator-height:32px;--mat-slider-value-indicator-padding:0 12px;--mat-slider-value-indicator-text-transform:none;--mat-slider-value-indicator-width:auto;--mat-slider-with-overlap-handle-outline-width:1px;--mat-slider-with-tick-marks-active-container-opacity:0.6;--mat-slider-with-tick-marks-container-shape:50%;--mat-slider-with-tick-marks-container-size:2px;--mat-slider-with-tick-marks-inactive-container-opacity:0.6}html{--mat-slider-active-track-color:#7b1fa2;--mat-slider-focus-handle-color:#7b1fa2;--mat-slider-focus-state-layer-color:rgba(123, 31, 162, 0.2);--mat-slider-handle-color:#7b1fa2;--mat-slider-hover-handle-color:#7b1fa2;--mat-slider-hover-state-layer-color:rgba(123, 31, 162, 0.05);--mat-slider-inactive-track-color:#7b1fa2;--mat-slider-ripple-color:#7b1fa2;--mat-slider-with-tick-marks-active-container-color:white;--mat-slider-with-tick-marks-inactive-container-color:#7b1fa2;--mat-slider-disabled-active-track-color:#fff;--mat-slider-disabled-handle-color:#fff;--mat-slider-disabled-inactive-track-color:#fff;--mat-slider-label-container-color:#fff;--mat-slider-label-label-text-color:#000;--mat-slider-value-indicator-opacity:0.9;--mat-slider-with-overlap-handle-outline-color:#fff;--mat-slider-with-tick-marks-disabled-container-color:#fff}html .mat-accent{--mat-slider-active-track-color:#69f0ae;--mat-slider-focus-handle-color:#69f0ae;--mat-slider-focus-state-layer-color:rgba(105, 240, 174, 0.2);--mat-slider-handle-color:#69f0ae;--mat-slider-hover-handle-color:#69f0ae;--mat-slider-hover-state-layer-color:rgba(105, 240, 174, 0.05);--mat-slider-inactive-track-color:#69f0ae;--mat-slider-ripple-color:#69f0ae;--mat-slider-with-tick-marks-active-container-color:rgba(0, 0, 0, 0.87);--mat-slider-with-tick-marks-inactive-container-color:#69f0ae}html .mat-warn{--mat-slider-active-track-color:#f44336;--mat-slider-focus-handle-color:#f44336;--mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);--mat-slider-handle-color:#f44336;--mat-slider-hover-handle-color:#f44336;--mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);--mat-slider-inactive-track-color:#f44336;--mat-slider-ripple-color:#f44336;--mat-slider-with-tick-marks-active-container-color:white;--mat-slider-with-tick-marks-inactive-container-color:#f44336}html{--mat-slider-label-label-text-font:Roboto, sans-serif;--mat-slider-label-label-text-size:14px;--mat-slider-label-label-text-line-height:22px;--mat-slider-label-label-text-tracking:0.0071428571em;--mat-slider-label-label-text-weight:500}html{--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:0;--mat-menu-divider-top-spacing:0;--mat-menu-item-spacing:16px;--mat-menu-item-icon-size:24px;--mat-menu-item-leading-spacing:16px;--mat-menu-item-trailing-spacing:16px;--mat-menu-item-with-icon-leading-spacing:16px;--mat-menu-item-with-icon-trailing-spacing:16px;--mat-menu-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-color:white;--mat-menu-item-icon-color:white;--mat-menu-item-hover-state-layer-color:rgba(255, 255, 255, 0.08);--mat-menu-item-focus-state-layer-color:rgba(255, 255, 255, 0.08);--mat-menu-container-color:#424242;--mat-menu-divider-color:rgba(255, 255, 255, 0.12)}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}html{--mat-list-active-indicator-color:transparent;--mat-list-active-indicator-shape:4px;--mat-list-list-item-container-shape:0;--mat-list-list-item-leading-avatar-shape:50%;--mat-list-list-item-container-color:transparent;--mat-list-list-item-selected-container-color:transparent;--mat-list-list-item-leading-avatar-color:transparent;--mat-list-list-item-leading-icon-size:24px;--mat-list-list-item-leading-avatar-size:40px;--mat-list-list-item-trailing-icon-size:24px;--mat-list-list-item-disabled-state-layer-color:transparent;--mat-list-list-item-disabled-state-layer-opacity:0;--mat-list-list-item-disabled-label-text-opacity:0.38;--mat-list-list-item-disabled-leading-icon-opacity:0.38;--mat-list-list-item-disabled-trailing-icon-opacity:0.38}html{--mat-list-list-item-label-text-color:white;--mat-list-list-item-supporting-text-color:rgba(255, 255, 255, 0.7);--mat-list-list-item-leading-icon-color:rgba(255, 255, 255, 0.5);--mat-list-list-item-trailing-supporting-text-color:rgba(255, 255, 255, 0.5);--mat-list-list-item-trailing-icon-color:rgba(255, 255, 255, 0.5);--mat-list-list-item-selected-trailing-icon-color:rgba(255, 255, 255, 0.5);--mat-list-list-item-disabled-label-text-color:white;--mat-list-list-item-disabled-leading-icon-color:white;--mat-list-list-item-disabled-trailing-icon-color:white;--mat-list-list-item-hover-label-text-color:white;--mat-list-list-item-hover-leading-icon-color:rgba(255, 255, 255, 0.5);--mat-list-list-item-hover-state-layer-color:white;--mat-list-list-item-hover-state-layer-opacity:0.08;--mat-list-list-item-hover-trailing-icon-color:rgba(255, 255, 255, 0.5);--mat-list-list-item-focus-label-text-color:white;--mat-list-list-item-focus-state-layer-color:white;--mat-list-list-item-focus-state-layer-opacity:0.24}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color:#7b1fa2;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color:white;--mat-radio-disabled-unselected-icon-color:white;--mat-radio-label-text-color:white;--mat-radio-ripple-color:white;--mat-radio-selected-focus-icon-color:#7b1fa2;--mat-radio-selected-hover-icon-color:#7b1fa2;--mat-radio-selected-icon-color:#7b1fa2;--mat-radio-selected-pressed-icon-color:#7b1fa2;--mat-radio-unselected-focus-icon-color:#eeeeee;--mat-radio-unselected-hover-icon-color:#eeeeee;--mat-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color:#69f0ae;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color:white;--mat-radio-disabled-unselected-icon-color:white;--mat-radio-label-text-color:white;--mat-radio-ripple-color:white;--mat-radio-selected-focus-icon-color:#69f0ae;--mat-radio-selected-hover-icon-color:#69f0ae;--mat-radio-selected-icon-color:#69f0ae;--mat-radio-selected-pressed-icon-color:#69f0ae;--mat-radio-unselected-focus-icon-color:#eeeeee;--mat-radio-unselected-hover-icon-color:#eeeeee;--mat-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color:white;--mat-radio-disabled-unselected-icon-color:white;--mat-radio-label-text-color:white;--mat-radio-ripple-color:white;--mat-radio-selected-focus-icon-color:#f44336;--mat-radio-selected-hover-icon-color:#f44336;--mat-radio-selected-icon-color:#f44336;--mat-radio-selected-pressed-icon-color:#f44336;--mat-radio-unselected-focus-icon-color:#eeeeee;--mat-radio-unselected-hover-icon-color:#eeeeee;--mat-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color:rgba(255, 255, 255, 0.5);--mat-checkbox-label-text-color:white;--mat-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color:white;--mat-checkbox-selected-focus-icon-color:#7b1fa2;--mat-checkbox-selected-hover-icon-color:#7b1fa2;--mat-checkbox-selected-icon-color:#7b1fa2;--mat-checkbox-selected-pressed-icon-color:#7b1fa2;--mat-checkbox-unselected-focus-icon-color:#eeeeee;--mat-checkbox-unselected-hover-icon-color:#eeeeee;--mat-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color:#7b1fa2;--mat-checkbox-selected-hover-state-layer-color:#7b1fa2;--mat-checkbox-selected-pressed-state-layer-color:#7b1fa2;--mat-checkbox-unselected-focus-state-layer-color:white;--mat-checkbox-unselected-hover-state-layer-color:white;--mat-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color:rgba(255, 255, 255, 0.5);--mat-checkbox-label-text-color:white;--mat-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color:black;--mat-checkbox-selected-focus-icon-color:#69f0ae;--mat-checkbox-selected-hover-icon-color:#69f0ae;--mat-checkbox-selected-icon-color:#69f0ae;--mat-checkbox-selected-pressed-icon-color:#69f0ae;--mat-checkbox-unselected-focus-icon-color:#eeeeee;--mat-checkbox-unselected-hover-icon-color:#eeeeee;--mat-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color:#69f0ae;--mat-checkbox-selected-hover-state-layer-color:#69f0ae;--mat-checkbox-selected-pressed-state-layer-color:#69f0ae;--mat-checkbox-unselected-focus-state-layer-color:white;--mat-checkbox-unselected-hover-state-layer-color:white;--mat-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color:rgba(255, 255, 255, 0.5);--mat-checkbox-label-text-color:white;--mat-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color:white;--mat-checkbox-selected-focus-icon-color:#f44336;--mat-checkbox-selected-hover-icon-color:#f44336;--mat-checkbox-selected-icon-color:#f44336;--mat-checkbox-selected-pressed-icon-color:#f44336;--mat-checkbox-unselected-focus-icon-color:#eeeeee;--mat-checkbox-unselected-hover-icon-color:#eeeeee;--mat-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color:#f44336;--mat-checkbox-selected-hover-state-layer-color:#f44336;--mat-checkbox-selected-pressed-state-layer-color:#f44336;--mat-checkbox-unselected-focus-state-layer-color:white;--mat-checkbox-unselected-hover-state-layer-color:white;--mat-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#7b1fa2}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:32px;--mat-list-list-item-one-line-container-height:48px;--mat-list-list-item-two-line-container-height:64px;--mat-list-list-item-three-line-container-height:88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size:40px;--mat-radio-touch-target-display:block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-list-list-item-label-text-font:Roboto, sans-serif;--mat-list-list-item-label-text-line-height:24px;--mat-list-list-item-label-text-size:16px;--mat-list-list-item-label-text-tracking:0.03125em;--mat-list-list-item-label-text-weight:400;--mat-list-list-item-supporting-text-font:Roboto, sans-serif;--mat-list-list-item-supporting-text-line-height:20px;--mat-list-list-item-supporting-text-size:14px;--mat-list-list-item-supporting-text-tracking:0.0178571429em;--mat-list-list-item-supporting-text-weight:400;--mat-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height:20px;--mat-list-list-item-trailing-supporting-text-size:12px;--mat-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mat-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(255, 255, 255, 0.87);--mat-paginator-container-background-color:#424242;--mat-paginator-enabled-icon-color:rgba(255, 255, 255, 0.54);--mat-paginator-disabled-icon-color:rgba(255, 255, 255, 0.12)}html{--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px;--mat-paginator-touch-target-display:block}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}html{--mat-tab-container-height:48px;--mat-tab-divider-color:transparent;--mat-tab-divider-height:0;--mat-tab-active-indicator-height:2px;--mat-tab-active-indicator-shape:0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color:rgba(255, 255, 255, 0.5);--mat-tab-pagination-icon-color:white;--mat-tab-inactive-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-active-label-text-color:#7b1fa2;--mat-tab-active-ripple-color:#7b1fa2;--mat-tab-inactive-ripple-color:#7b1fa2;--mat-tab-inactive-focus-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-inactive-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-active-focus-label-text-color:#7b1fa2;--mat-tab-active-hover-label-text-color:#7b1fa2;--mat-tab-active-focus-indicator-color:#7b1fa2;--mat-tab-active-hover-indicator-color:#7b1fa2;--mat-tab-active-indicator-color:#7b1fa2}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color:rgba(255, 255, 255, 0.5);--mat-tab-pagination-icon-color:white;--mat-tab-inactive-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-active-label-text-color:#69f0ae;--mat-tab-active-ripple-color:#69f0ae;--mat-tab-inactive-ripple-color:#69f0ae;--mat-tab-inactive-focus-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-inactive-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-active-focus-label-text-color:#69f0ae;--mat-tab-active-hover-label-text-color:#69f0ae;--mat-tab-active-focus-indicator-color:#69f0ae;--mat-tab-active-hover-indicator-color:#69f0ae;--mat-tab-active-indicator-color:#69f0ae}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color:rgba(255, 255, 255, 0.5);--mat-tab-pagination-icon-color:white;--mat-tab-inactive-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-active-label-text-color:#f44336;--mat-tab-active-ripple-color:#f44336;--mat-tab-inactive-ripple-color:#f44336;--mat-tab-inactive-focus-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-inactive-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-active-focus-label-text-color:#f44336;--mat-tab-active-hover-label-text-color:#f44336;--mat-tab-active-focus-indicator-color:#f44336;--mat-tab-active-hover-indicator-color:#f44336;--mat-tab-active-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color:#7b1fa2;--mat-tab-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color:#69f0ae;--mat-tab-foreground-color:rgba(0, 0, 0, 0.87)}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color:#f44336;--mat-tab-foreground-color:white}.mat-mdc-tab-header{--mat-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-label-text-font:Roboto, sans-serif;--mat-tab-label-text-size:14px;--mat-tab-label-text-tracking:0.0892857143em;--mat-tab-label-text-line-height:36px;--mat-tab-label-text-weight:500}html{--mat-checkbox-disabled-selected-checkmark-color:#fff;--mat-checkbox-selected-focus-state-layer-opacity:0.16;--mat-checkbox-selected-hover-state-layer-opacity:0.04;--mat-checkbox-selected-pressed-state-layer-opacity:0.16;--mat-checkbox-unselected-focus-state-layer-opacity:0.16;--mat-checkbox-unselected-hover-state-layer-opacity:0.04;--mat-checkbox-unselected-pressed-state-layer-opacity:0.16}html{--mat-checkbox-disabled-label-color:rgba(255, 255, 255, 0.5);--mat-checkbox-label-text-color:white;--mat-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color:black;--mat-checkbox-selected-focus-icon-color:#69f0ae;--mat-checkbox-selected-hover-icon-color:#69f0ae;--mat-checkbox-selected-icon-color:#69f0ae;--mat-checkbox-selected-pressed-icon-color:#69f0ae;--mat-checkbox-unselected-focus-icon-color:#eeeeee;--mat-checkbox-unselected-hover-icon-color:#eeeeee;--mat-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color:#69f0ae;--mat-checkbox-selected-hover-state-layer-color:#69f0ae;--mat-checkbox-selected-pressed-state-layer-color:#69f0ae;--mat-checkbox-unselected-focus-state-layer-color:white;--mat-checkbox-unselected-hover-state-layer-color:white;--mat-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color:white;--mat-checkbox-selected-focus-icon-color:#7b1fa2;--mat-checkbox-selected-hover-icon-color:#7b1fa2;--mat-checkbox-selected-icon-color:#7b1fa2;--mat-checkbox-selected-pressed-icon-color:#7b1fa2;--mat-checkbox-unselected-focus-icon-color:#eeeeee;--mat-checkbox-unselected-hover-icon-color:#eeeeee;--mat-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color:#7b1fa2;--mat-checkbox-selected-hover-state-layer-color:#7b1fa2;--mat-checkbox-selected-pressed-state-layer-color:#7b1fa2;--mat-checkbox-unselected-focus-state-layer-color:white;--mat-checkbox-unselected-hover-state-layer-color:white;--mat-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color:white;--mat-checkbox-selected-focus-icon-color:#f44336;--mat-checkbox-selected-hover-icon-color:#f44336;--mat-checkbox-selected-icon-color:#f44336;--mat-checkbox-selected-pressed-icon-color:#f44336;--mat-checkbox-unselected-focus-icon-color:#eeeeee;--mat-checkbox-unselected-hover-icon-color:#eeeeee;--mat-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color:#f44336;--mat-checkbox-selected-hover-state-layer-color:#f44336;--mat-checkbox-selected-pressed-state-layer-color:#f44336;--mat-checkbox-unselected-focus-state-layer-color:white;--mat-checkbox-unselected-hover-state-layer-color:white;--mat-checkbox-unselected-pressed-state-layer-color:white}html{--mat-checkbox-touch-target-display:block;--mat-checkbox-state-layer-size:40px}html{--mat-checkbox-label-text-font:Roboto, sans-serif;--mat-checkbox-label-text-line-height:20px;--mat-checkbox-label-text-size:14px;--mat-checkbox-label-text-tracking:0.0178571429em;--mat-checkbox-label-text-weight:400}html{--mat-button-filled-container-shape:4px;--mat-button-filled-horizontal-padding:16px;--mat-button-filled-icon-offset:-4px;--mat-button-filled-icon-spacing:8px;--mat-button-outlined-container-shape:4px;--mat-button-outlined-horizontal-padding:15px;--mat-button-outlined-icon-offset:-4px;--mat-button-outlined-icon-spacing:8px;--mat-button-outlined-keep-touch-target:false;--mat-button-outlined-outline-width:1px;--mat-button-protected-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-container-shape:4px;--mat-button-protected-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-horizontal-padding:16px;--mat-button-protected-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-icon-offset:-4px;--mat-button-protected-icon-spacing:8px;--mat-button-protected-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-button-text-container-shape:4px;--mat-button-text-horizontal-padding:8px;--mat-button-text-icon-offset:0;--mat-button-text-icon-spacing:8px;--mat-button-text-with-icon-horizontal-padding:8px;--mat-button-tonal-container-shape:4px;--mat-button-tonal-horizontal-padding:16px;--mat-button-tonal-icon-offset:-4px;--mat-button-tonal-icon-spacing:8px}html{--mat-button-filled-container-color:#424242;--mat-button-filled-disabled-container-color:rgba(255, 255, 255, 0.12);--mat-button-filled-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mat-button-filled-disabled-state-layer-color:white;--mat-button-filled-focus-state-layer-opacity:0.24;--mat-button-filled-hover-state-layer-opacity:0.08;--mat-button-filled-label-text-color:white;--mat-button-filled-pressed-state-layer-opacity:0.24;--mat-button-filled-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-filled-state-layer-color:white;--mat-button-outlined-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mat-button-outlined-disabled-outline-color:rgba(255, 255, 255, 0.12);--mat-button-outlined-disabled-state-layer-color:white;--mat-button-outlined-focus-state-layer-opacity:0.24;--mat-button-outlined-hover-state-layer-opacity:0.08;--mat-button-outlined-label-text-color:white;--mat-button-outlined-outline-color:rgba(255, 255, 255, 0.12);--mat-button-outlined-pressed-state-layer-opacity:0.24;--mat-button-outlined-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-outlined-state-layer-color:white;--mat-button-protected-container-color:#424242;--mat-button-protected-disabled-container-color:rgba(255, 255, 255, 0.12);--mat-button-protected-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mat-button-protected-disabled-state-layer-color:white;--mat-button-protected-focus-state-layer-opacity:0.24;--mat-button-protected-hover-state-layer-opacity:0.08;--mat-button-protected-label-text-color:white;--mat-button-protected-pressed-state-layer-opacity:0.24;--mat-button-protected-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-protected-state-layer-color:white;--mat-button-text-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mat-button-text-disabled-state-layer-color:white;--mat-button-text-focus-state-layer-opacity:0.24;--mat-button-text-hover-state-layer-opacity:0.08;--mat-button-text-label-text-color:white;--mat-button-text-pressed-state-layer-opacity:0.24;--mat-button-text-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-text-state-layer-color:white;--mat-button-tonal-container-color:#424242;--mat-button-tonal-disabled-container-color:rgba(255, 255, 255, 0.12);--mat-button-tonal-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mat-button-tonal-disabled-state-layer-color:white;--mat-button-tonal-focus-state-layer-opacity:0.24;--mat-button-tonal-hover-state-layer-opacity:0.08;--mat-button-tonal-label-text-color:white;--mat-button-tonal-pressed-state-layer-opacity:0.24;--mat-button-tonal-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-tonal-state-layer-color:white}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color:#7b1fa2;--mat-button-filled-label-text-color:white;--mat-button-filled-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-filled-state-layer-color:white;--mat-button-outlined-label-text-color:#7b1fa2;--mat-button-outlined-outline-color:rgba(255, 255, 255, 0.12);--mat-button-outlined-ripple-color:rgba(123, 31, 162, 0.1);--mat-button-outlined-state-layer-color:#7b1fa2;--mat-button-protected-container-color:#7b1fa2;--mat-button-protected-label-text-color:white;--mat-button-protected-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-protected-state-layer-color:white;--mat-button-text-label-text-color:#7b1fa2;--mat-button-text-ripple-color:rgba(123, 31, 162, 0.1);--mat-button-text-state-layer-color:#7b1fa2;--mat-button-tonal-container-color:#7b1fa2;--mat-button-tonal-label-text-color:white;--mat-button-tonal-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-tonal-state-layer-color:white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color:#69f0ae;--mat-button-filled-label-text-color:black;--mat-button-filled-ripple-color:rgba(0, 0, 0, 0.1);--mat-button-filled-state-layer-color:black;--mat-button-outlined-label-text-color:#69f0ae;--mat-button-outlined-outline-color:rgba(255, 255, 255, 0.12);--mat-button-outlined-ripple-color:rgba(105, 240, 174, 0.1);--mat-button-outlined-state-layer-color:#69f0ae;--mat-button-protected-container-color:#69f0ae;--mat-button-protected-label-text-color:black;--mat-button-protected-ripple-color:rgba(0, 0, 0, 0.1);--mat-button-protected-state-layer-color:black;--mat-button-text-label-text-color:#69f0ae;--mat-button-text-ripple-color:rgba(105, 240, 174, 0.1);--mat-button-text-state-layer-color:#69f0ae;--mat-button-tonal-container-color:#69f0ae;--mat-button-tonal-label-text-color:black;--mat-button-tonal-ripple-color:rgba(0, 0, 0, 0.1);--mat-button-tonal-state-layer-color:black}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color:#f44336;--mat-button-filled-label-text-color:white;--mat-button-filled-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-filled-state-layer-color:white;--mat-button-outlined-label-text-color:#f44336;--mat-button-outlined-outline-color:rgba(255, 255, 255, 0.12);--mat-button-outlined-ripple-color:rgba(244, 67, 54, 0.1);--mat-button-outlined-state-layer-color:#f44336;--mat-button-protected-container-color:#f44336;--mat-button-protected-label-text-color:white;--mat-button-protected-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-protected-state-layer-color:white;--mat-button-text-label-text-color:#f44336;--mat-button-text-ripple-color:rgba(244, 67, 54, 0.1);--mat-button-text-state-layer-color:#f44336;--mat-button-tonal-container-color:#f44336;--mat-button-tonal-label-text-color:white;--mat-button-tonal-ripple-color:rgba(255, 255, 255, 0.1);--mat-button-tonal-state-layer-color:white}html{--mat-button-filled-container-height:36px;--mat-button-filled-touch-target-display:block;--mat-button-outlined-container-height:36px;--mat-button-outlined-touch-target-display:block;--mat-button-protected-container-height:36px;--mat-button-protected-touch-target-display:block;--mat-button-text-container-height:36px;--mat-button-text-touch-target-display:block;--mat-button-tonal-container-height:36px;--mat-button-tonal-touch-target-display:block}html{--mat-button-filled-label-text-font:Roboto, sans-serif;--mat-button-filled-label-text-size:14px;--mat-button-filled-label-text-tracking:0.0892857143em;--mat-button-filled-label-text-transform:none;--mat-button-filled-label-text-weight:500;--mat-button-outlined-label-text-font:Roboto, sans-serif;--mat-button-outlined-label-text-size:14px;--mat-button-outlined-label-text-tracking:0.0892857143em;--mat-button-outlined-label-text-transform:none;--mat-button-outlined-label-text-weight:500;--mat-button-protected-label-text-font:Roboto, sans-serif;--mat-button-protected-label-text-size:14px;--mat-button-protected-label-text-tracking:0.0892857143em;--mat-button-protected-label-text-transform:none;--mat-button-protected-label-text-weight:500;--mat-button-text-label-text-font:Roboto, sans-serif;--mat-button-text-label-text-size:14px;--mat-button-text-label-text-tracking:0.0892857143em;--mat-button-text-label-text-transform:none;--mat-button-text-label-text-weight:500;--mat-button-tonal-label-text-font:Roboto, sans-serif;--mat-button-tonal-label-text-size:14px;--mat-button-tonal-label-text-tracking:0.0892857143em;--mat-button-tonal-label-text-transform:none;--mat-button-tonal-label-text-weight:500}html{--mat-icon-button-icon-size:24px}html{--mat-icon-button-disabled-icon-color:rgba(255, 255, 255, 0.5);--mat-icon-button-disabled-state-layer-color:white;--mat-icon-button-focus-state-layer-opacity:0.24;--mat-icon-button-hover-state-layer-opacity:0.08;--mat-icon-button-icon-color:inherit;--mat-icon-button-pressed-state-layer-opacity:0.24;--mat-icon-button-ripple-color:rgba(255, 255, 255, 0.1);--mat-icon-button-state-layer-color:white}html .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color:#7b1fa2;--mat-icon-button-state-layer-color:#7b1fa2;--mat-icon-button-ripple-color:rgba(123, 31, 162, 0.1)}html .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color:#69f0ae;--mat-icon-button-state-layer-color:#69f0ae;--mat-icon-button-ripple-color:rgba(105, 240, 174, 0.1)}html .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color:#f44336;--mat-icon-button-state-layer-color:#f44336;--mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mat-icon-button-touch-target-display:block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-fab-container-shape:50%;--mat-fab-extended-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-fab-extended-container-height:48px;--mat-fab-extended-container-shape:24px;--mat-fab-extended-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-extended-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-extended-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-fab-small-container-shape:50%;--mat-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mat-fab-container-color:#424242;--mat-fab-disabled-state-container-color:rgba(255, 255, 255, 0.12);--mat-fab-disabled-state-foreground-color:rgba(255, 255, 255, 0.5);--mat-fab-disabled-state-layer-color:white;--mat-fab-focus-state-layer-opacity:0.24;--mat-fab-foreground-color:white;--mat-fab-hover-state-layer-opacity:0.08;--mat-fab-pressed-state-layer-opacity:0.24;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1);--mat-fab-small-container-color:#424242;--mat-fab-small-disabled-state-container-color:rgba(255, 255, 255, 0.12);--mat-fab-small-disabled-state-foreground-color:rgba(255, 255, 255, 0.5);--mat-fab-small-disabled-state-layer-color:white;--mat-fab-small-focus-state-layer-opacity:0.24;--mat-fab-small-foreground-color:white;--mat-fab-small-hover-state-layer-opacity:0.08;--mat-fab-small-pressed-state-layer-opacity:0.24;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);--mat-fab-small-state-layer-color:white;--mat-fab-state-layer-color:white}html .mat-mdc-fab.mat-primary,html .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color:#7b1fa2;--mat-fab-foreground-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1);--mat-fab-small-container-color:#7b1fa2;--mat-fab-small-foreground-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);--mat-fab-small-state-layer-color:white;--mat-fab-state-layer-color:white}html .mat-mdc-fab.mat-accent,html .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color:#69f0ae;--mat-fab-foreground-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-small-container-color:#69f0ae;--mat-fab-small-foreground-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-small-state-layer-color:black;--mat-fab-state-layer-color:black}html .mat-mdc-fab.mat-warn,html .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color:#f44336;--mat-fab-foreground-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1);--mat-fab-small-container-color:#f44336;--mat-fab-small-foreground-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);--mat-fab-small-state-layer-color:white;--mat-fab-state-layer-color:white}html{--mat-fab-small-touch-target-display:block;--mat-fab-touch-target-display:block}html{--mat-fab-extended-label-text-font:Roboto, sans-serif;--mat-fab-extended-label-text-size:14px;--mat-fab-extended-label-text-tracking:0.0892857143em;--mat-fab-extended-label-text-weight:500}html{--mat-snack-bar-container-shape:4px}html{--mat-snack-bar-container-color:rgb(217.2, 217.2, 217.2);--mat-snack-bar-supporting-text-color:rgba(66, 66, 66, 0.87);--mat-snack-bar-button-color:#9c27b0}html{--mat-snack-bar-supporting-text-font:Roboto, sans-serif;--mat-snack-bar-supporting-text-line-height:20px;--mat-snack-bar-supporting-text-size:14px;--mat-snack-bar-supporting-text-weight:400}html{--mat-table-row-item-outline-width:1px}html{--mat-table-background-color:#424242;--mat-table-header-headline-color:white;--mat-table-row-item-label-text-color:white;--mat-table-row-item-outline-color:rgba(255, 255, 255, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}html{--mat-progress-spinner-active-indicator-width:4px;--mat-progress-spinner-size:48px}html{--mat-progress-spinner-active-indicator-color:#7b1fa2}html .mat-accent{--mat-progress-spinner-active-indicator-color:#69f0ae}html .mat-warn{--mat-progress-spinner-active-indicator-color:#f44336}html{--mat-badge-container-shape:50%;--mat-badge-container-size:unset;--mat-badge-small-size-container-size:unset;--mat-badge-large-size-container-size:unset;--mat-badge-legacy-container-size:22px;--mat-badge-legacy-small-size-container-size:16px;--mat-badge-legacy-large-size-container-size:28px;--mat-badge-container-offset:-11px 0;--mat-badge-small-size-container-offset:-8px 0;--mat-badge-large-size-container-offset:-14px 0;--mat-badge-container-overlap-offset:-11px;--mat-badge-small-size-container-overlap-offset:-8px;--mat-badge-large-size-container-overlap-offset:-14px;--mat-badge-container-padding:0;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0}html{--mat-badge-background-color:#7b1fa2;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:rgb(110.1, 110.1, 110.1);--mat-badge-disabled-state-text-color:rgba(255, 255, 255, 0.5)}.mat-badge-accent{--mat-badge-background-color:#69f0ae;--mat-badge-text-color:rgba(0, 0, 0, 0.87)}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-line-height:22px;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-small-size-line-height:16px;--mat-badge-large-size-text-size:24px;--mat-badge-large-size-line-height:28px}html{--mat-bottom-sheet-container-shape:4px}html{--mat-bottom-sheet-container-text-color:white;--mat-bottom-sheet-container-background-color:#424242}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-button-toggle-focus-state-layer-opacity:0.12;--mat-button-toggle-hover-state-layer-opacity:0.04;--mat-button-toggle-legacy-focus-state-layer-opacity:1;--mat-button-toggle-legacy-height:36px;--mat-button-toggle-legacy-shape:2px;--mat-button-toggle-shape:4px}html{--mat-button-toggle-background-color:#424242;--mat-button-toggle-disabled-selected-state-background-color:#424242;--mat-button-toggle-disabled-selected-state-text-color:white;--mat-button-toggle-disabled-state-background-color:#424242;--mat-button-toggle-disabled-state-text-color:rgba(255, 255, 255, 0.3);--mat-button-toggle-divider-color:rgb(88.68, 88.68, 88.68);--mat-button-toggle-legacy-disabled-selected-state-background-color:#424242;--mat-button-toggle-legacy-disabled-state-background-color:black;--mat-button-toggle-legacy-disabled-state-text-color:rgba(255, 255, 255, 0.3);--mat-button-toggle-legacy-selected-state-background-color:#212121;--mat-button-toggle-legacy-selected-state-text-color:rgba(255, 255, 255, 0.7);--mat-button-toggle-legacy-state-layer-color:rgba(255, 255, 255, 0.12);--mat-button-toggle-legacy-text-color:rgba(255, 255, 255, 0.5);--mat-button-toggle-selected-state-background-color:#212121;--mat-button-toggle-selected-state-text-color:white;--mat-button-toggle-state-layer-color:white;--mat-button-toggle-text-color:white}html{--mat-button-toggle-height:48px}html{--mat-button-toggle-label-text-font:Roboto, sans-serif;--mat-button-toggle-label-text-line-height:24px;--mat-button-toggle-label-text-size:16px;--mat-button-toggle-label-text-tracking:0.03125em;--mat-button-toggle-label-text-weight:400;--mat-button-toggle-legacy-label-text-font:Roboto, sans-serif;--mat-button-toggle-legacy-label-text-line-height:24px;--mat-button-toggle-legacy-label-text-size:16px;--mat-button-toggle-legacy-label-text-tracking:0.03125em;--mat-button-toggle-legacy-label-text-weight:400}html{--mat-datepicker-calendar-container-shape:4px;--mat-datepicker-calendar-container-touch-shape:4px;--mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#7b1fa2;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(123, 31, 162, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(123, 31, 162, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(123, 31, 162, 0.3);--mat-datepicker-toggle-active-state-icon-color:#7b1fa2;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(123, 31, 162, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-toggle-icon-color:white;--mat-datepicker-calendar-body-label-text-color:rgba(255, 255, 255, 0.7);--mat-datepicker-calendar-period-button-text-color:white;--mat-datepicker-calendar-period-button-icon-color:white;--mat-datepicker-calendar-navigation-button-icon-color:white;--mat-datepicker-calendar-header-divider-color:rgba(255, 255, 255, 0.12);--mat-datepicker-calendar-header-text-color:rgba(255, 255, 255, 0.7);--mat-datepicker-calendar-date-today-outline-color:rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(255, 255, 255, 0.3);--mat-datepicker-calendar-date-text-color:white;--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(255, 255, 255, 0.24);--mat-datepicker-range-input-separator-color:white;--mat-datepicker-range-input-disabled-state-separator-color:rgba(255, 255, 255, 0.5);--mat-datepicker-range-input-disabled-state-text-color:rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-container-background-color:#424242;--mat-datepicker-calendar-container-text-color:white}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-selected-state-background-color:#69f0ae;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(105, 240, 174, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-focus-state-background-color:rgba(105, 240, 174, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(105, 240, 174, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(105, 240, 174, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#69f0ae}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display:none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-width:1px}html{--mat-divider-color:rgba(255, 255, 255, 0.12)}html{--mat-expansion-container-shape:4px;--mat-expansion-legacy-header-indicator-display:inline-block;--mat-expansion-header-indicator-display:none}html{--mat-expansion-container-background-color:#424242;--mat-expansion-container-text-color:white;--mat-expansion-actions-divider-color:rgba(255, 255, 255, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(255, 255, 255, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(255, 255, 255, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(255, 255, 255, 0.3);--mat-expansion-header-text-color:white;--mat-expansion-header-description-color:rgba(255, 255, 255, 0.7);--mat-expansion-header-indicator-color:rgba(255, 255, 255, 0.7)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#7b1fa2}.mat-icon.mat-accent{--mat-icon-color:#69f0ae}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-shape:0;--mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-sidenav-container-width:auto}html{--mat-sidenav-container-divider-color:rgba(255, 255, 255, 0.12);--mat-sidenav-container-background-color:#424242;--mat-sidenav-container-text-color:white;--mat-sidenav-content-background-color:#303030;--mat-sidenav-content-text-color:white;--mat-sidenav-scrim-color:rgba(189, 189, 189, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#7b1fa2;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#7b1fa2;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#7b1fa2;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:#424242;--mat-stepper-line-color:rgba(255, 255, 255, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(255, 255, 255, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(255, 255, 255, 0.04);--mat-stepper-header-label-text-color:rgba(255, 255, 255, 0.7);--mat-stepper-header-optional-label-text-color:rgba(255, 255, 255, 0.7);--mat-stepper-header-selected-state-label-text-color:white;--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(255, 255, 255, 0.7);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-selected-state-icon-background-color:#69f0ae;--mat-stepper-header-selected-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-done-state-icon-background-color:#69f0ae;--mat-stepper-header-done-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-edit-state-icon-background-color:#69f0ae;--mat-stepper-header-edit-state-icon-foreground-color:rgba(0, 0, 0, 0.87)}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}html{--mat-sort-arrow-color:rgb(198.3, 198.3, 198.3)}html{--mat-toolbar-container-background-color:#212121;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#7b1fa2;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#69f0ae;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}html{--mat-tree-container-background-color:#424242;--mat-tree-node-text-color:white}html{--mat-tree-node-min-height:48px}html{--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:14px;--mat-tree-node-text-weight:400}html{--mat-timepicker-container-shape:4px;--mat-timepicker-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-timepicker-container-background-color:#424242}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 20px/32px Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 16px/24px Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px*.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px*.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/22px Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}
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, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow)}html{--mat-ripple-color: rgba(255, 255, 255, 0.1)}html{--mat-option-selected-state-label-text-color: #7b1fa2;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08)}.mat-accent{--mat-option-selected-state-label-text-color: #69f0ae;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08)}.mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08)}html{--mat-optgroup-label-text-color: white}html{--mat-pseudo-checkbox-full-selected-icon-color: #69f0ae;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #69f0ae;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #7b1fa2;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #7b1fa2;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #69f0ae;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #69f0ae;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #f44336;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868}html{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font: Roboto, sans-serif;--mat-option-label-text-line-height: 24px;--mat-option-label-text-size: 16px;--mat-option-label-text-tracking: 0.03125em;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: Roboto, sans-serif;--mat-optgroup-label-text-line-height: 24px;--mat-optgroup-label-text-size: 16px;--mat-optgroup-label-text-tracking: 0.03125em;--mat-optgroup-label-text-weight: 400}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: #424242;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-card-outlined-container-color: #424242;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);--mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);--mat-card-filled-container-color: #424242;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mat-card-title-text-font: Roboto, sans-serif;--mat-card-title-text-line-height: 32px;--mat-card-title-text-size: 20px;--mat-card-title-text-tracking: 0.0125em;--mat-card-title-text-weight: 500;--mat-card-subtitle-text-font: Roboto, sans-serif;--mat-card-subtitle-text-line-height: 22px;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: 0.0071428571em;--mat-card-subtitle-text-weight: 500}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #7b1fa2;--mat-progress-bar-track-color: rgba(123, 31, 162, 0.25)}.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #69f0ae;--mat-progress-bar-track-color: rgba(105, 240, 174, 0.25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #f44336;--mat-progress-bar-track-color: rgba(244, 67, 54, 0.25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #616161;--mat-tooltip-supporting-text-color: #fff}html{--mat-tooltip-supporting-text-font: Roboto, sans-serif;--mat-tooltip-supporting-text-size: 12px;--mat-tooltip-supporting-text-weight: 400;--mat-tooltip-supporting-text-tracking: 0.0333333333em}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: rgba(123, 31, 162, 0.87);--mat-form-field-filled-caret-color: #7b1fa2;--mat-form-field-filled-focus-active-indicator-color: #7b1fa2;--mat-form-field-filled-focus-label-text-color: rgba(123, 31, 162, 0.87);--mat-form-field-outlined-caret-color: #7b1fa2;--mat-form-field-outlined-focus-outline-color: #7b1fa2;--mat-form-field-outlined-focus-label-text-color: rgba(123, 31, 162, 0.87);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);--mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);--mat-form-field-hover-state-layer-opacity: 0.08;--mat-form-field-focus-state-layer-opacity: 0.24;--mat-form-field-filled-container-color: rgb(73.56, 73.56, 73.56);--mat-form-field-filled-disabled-container-color: rgb(69.78, 69.78, 69.78);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.6);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.6);--mat-form-field-filled-disabled-label-text-color: rgba(255, 255, 255, 0.38);--mat-form-field-filled-input-text-color: rgba(255, 255, 255, 0.87);--mat-form-field-filled-disabled-input-text-color: rgba(255, 255, 255, 0.38);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.6);--mat-form-field-filled-error-hover-label-text-color: #f44336;--mat-form-field-filled-error-focus-label-text-color: #f44336;--mat-form-field-filled-error-label-text-color: #f44336;--mat-form-field-filled-error-caret-color: #f44336;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.42);--mat-form-field-filled-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);--mat-form-field-filled-hover-active-indicator-color: rgba(255, 255, 255, 0.87);--mat-form-field-filled-error-active-indicator-color: #f44336;--mat-form-field-filled-error-focus-active-indicator-color: #f44336;--mat-form-field-filled-error-hover-active-indicator-color: #f44336;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.6);--mat-form-field-outlined-hover-label-text-color: rgba(255, 255, 255, 0.6);--mat-form-field-outlined-disabled-label-text-color: rgba(255, 255, 255, 0.38);--mat-form-field-outlined-input-text-color: rgba(255, 255, 255, 0.87);--mat-form-field-outlined-disabled-input-text-color: rgba(255, 255, 255, 0.38);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.6);--mat-form-field-outlined-error-caret-color: #f44336;--mat-form-field-outlined-error-focus-label-text-color: #f44336;--mat-form-field-outlined-error-label-text-color: #f44336;--mat-form-field-outlined-error-hover-label-text-color: #f44336;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);--mat-form-field-outlined-disabled-outline-color: rgba(255, 255, 255, 0.06);--mat-form-field-outlined-hover-outline-color: rgba(255, 255, 255, 0.87);--mat-form-field-outlined-error-focus-outline-color: #f44336;--mat-form-field-outlined-error-hover-outline-color: #f44336;--mat-form-field-outlined-error-outline-color: #f44336}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: rgba(105, 240, 174, 0.87);--mat-form-field-filled-caret-color: #69f0ae;--mat-form-field-filled-focus-active-indicator-color: #69f0ae;--mat-form-field-filled-focus-label-text-color: rgba(105, 240, 174, 0.87);--mat-form-field-outlined-caret-color: #69f0ae;--mat-form-field-outlined-focus-outline-color: #69f0ae;--mat-form-field-outlined-focus-label-text-color: rgba(105, 240, 174, 0.87)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);--mat-form-field-filled-caret-color: #f44336;--mat-form-field-filled-focus-active-indicator-color: #f44336;--mat-form-field-filled-focus-label-text-color: rgba(244, 67, 54, 0.87);--mat-form-field-outlined-caret-color: #f44336;--mat-form-field-outlined-focus-outline-color: #f44336;--mat-form-field-outlined-focus-label-text-color: rgba(244, 67, 54, 0.87)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-form-field-container-text-font: Roboto, sans-serif;--mat-form-field-container-text-line-height: 24px;--mat-form-field-container-text-size: 16px;--mat-form-field-container-text-tracking: 0.03125em;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 16px;--mat-form-field-subscript-text-font: Roboto, sans-serif;--mat-form-field-subscript-text-line-height: 20px;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: 0.0333333333em;--mat-form-field-subscript-text-weight: 400;--mat-form-field-filled-label-text-font: Roboto, sans-serif;--mat-form-field-filled-label-text-size: 16px;--mat-form-field-filled-label-text-tracking: 0.03125em;--mat-form-field-filled-label-text-weight: 400;--mat-form-field-outlined-label-text-font: Roboto, sans-serif;--mat-form-field-outlined-label-text-size: 16px;--mat-form-field-outlined-label-text-tracking: 0.03125em;--mat-form-field-outlined-label-text-weight: 400}html{--mat-select-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)}html{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color: rgba(123, 31, 162, 0.87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color: rgba(105, 240, 174, 0.87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87)}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-select-trigger-text-font: Roboto, sans-serif;--mat-select-trigger-text-line-height: 24px;--mat-select-trigger-text-size: 16px;--mat-select-trigger-text-tracking: 0.03125em;--mat-select-trigger-text-weight: 400}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-autocomplete-background-color: #424242}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: rgba(255, 255, 255, 0.87);--mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.6)}html{--mat-dialog-subhead-font: Roboto, sans-serif;--mat-dialog-subhead-line-height: 32px;--mat-dialog-subhead-size: 20px;--mat-dialog-subhead-weight: 500;--mat-dialog-subhead-tracking: 0.0125em;--mat-dialog-supporting-text-font: Roboto, sans-serif;--mat-dialog-supporting-text-line-height: 24px;--mat-dialog-supporting-text-size: 16px;--mat-dialog-supporting-text-weight: 400;--mat-dialog-supporting-text-tracking: 0.03125em}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: 0.4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: 0.04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: 0.04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: 0.54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: #fafafa;--mat-chip-elevated-container-color: rgb(88.68, 88.68, 88.68);--mat-chip-elevated-disabled-container-color: rgb(88.68, 88.68, 88.68);--mat-chip-elevated-selected-container-color: rgb(88.68, 88.68, 88.68);--mat-chip-flat-disabled-selected-container-color: rgb(88.68, 88.68, 88.68);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: 0.12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #fafafa;--mat-chip-selected-disabled-trailing-icon-color: #fafafa;--mat-chip-selected-focus-state-layer-color: white;--mat-chip-selected-focus-state-layer-opacity: 0.12;--mat-chip-selected-hover-state-layer-color: white;--mat-chip-selected-label-text-color: #fafafa;--mat-chip-selected-trailing-icon-color: #fafafa;--mat-chip-with-icon-disabled-icon-color: #fafafa;--mat-chip-with-icon-icon-color: #fafafa;--mat-chip-with-icon-selected-icon-color: #fafafa;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mat-chip-with-trailing-icon-trailing-icon-color: #fafafa}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #7b1fa2;--mat-chip-elevated-disabled-container-color: #7b1fa2;--mat-chip-elevated-selected-container-color: #7b1fa2;--mat-chip-flat-disabled-selected-container-color: #7b1fa2;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: 0.12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: white;--mat-chip-selected-focus-state-layer-opacity: 0.12;--mat-chip-selected-hover-state-layer-color: white;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);--mat-chip-elevated-container-color: #69f0ae;--mat-chip-elevated-disabled-container-color: #69f0ae;--mat-chip-elevated-selected-container-color: #69f0ae;--mat-chip-flat-disabled-selected-container-color: #69f0ae;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: 0.12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: rgba(0, 0, 0, 0.87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);--mat-chip-selected-focus-state-layer-color: white;--mat-chip-selected-focus-state-layer-opacity: 0.12;--mat-chip-selected-hover-state-layer-color: white;--mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #f44336;--mat-chip-elevated-disabled-container-color: #f44336;--mat-chip-elevated-selected-container-color: #f44336;--mat-chip-flat-disabled-selected-container-color: #f44336;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: 0.12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: white;--mat-chip-selected-focus-state-layer-opacity: 0.12;--mat-chip-selected-hover-state-layer-color: white;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}.mat-mdc-standard-chip{--mat-chip-label-text-font: Roboto, sans-serif;--mat-chip-label-text-line-height: 20px;--mat-chip-label-text-size: 14px;--mat-chip-label-text-tracking: 0.0178571429em;--mat-chip-label-text-weight: 400}html{--mat-slide-toggle-disabled-selected-handle-opacity: 0.38;--mat-slide-toggle-disabled-selected-icon-opacity: 0.38;--mat-slide-toggle-disabled-track-opacity: 0.12;--mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;--mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-slide-toggle-with-icon-handle-size: 20px}html .mat-mdc-slide-toggle{--mat-slide-toggle-disabled-selected-handle-opacity: 0.38;--mat-slide-toggle-disabled-selected-icon-opacity: 0.38;--mat-slide-toggle-disabled-track-opacity: 0.12;--mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;--mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-slide-toggle-with-icon-handle-size: 20px}html{--mat-slide-toggle-selected-focus-state-layer-color: #ba68c8;--mat-slide-toggle-selected-handle-color: #ba68c8;--mat-slide-toggle-selected-hover-state-layer-color: #ba68c8;--mat-slide-toggle-selected-pressed-state-layer-color: #ba68c8;--mat-slide-toggle-selected-focus-handle-color: #ce93d8;--mat-slide-toggle-selected-hover-handle-color: #ce93d8;--mat-slide-toggle-selected-pressed-handle-color: #ce93d8;--mat-slide-toggle-selected-focus-track-color: #8e24aa;--mat-slide-toggle-selected-hover-track-color: #8e24aa;--mat-slide-toggle-selected-pressed-track-color: #8e24aa;--mat-slide-toggle-selected-track-color: #8e24aa;--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-slide-toggle-disabled-selected-handle-color: #000;--mat-slide-toggle-disabled-selected-icon-color: #212121;--mat-slide-toggle-disabled-selected-track-color: #f5f5f5;--mat-slide-toggle-disabled-unselected-handle-color: #000;--mat-slide-toggle-disabled-unselected-icon-color: #212121;--mat-slide-toggle-disabled-unselected-track-color: #f5f5f5;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slide-toggle-handle-surface-color: #fff;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-selected-icon-color: #212121;--mat-slide-toggle-unselected-hover-handle-color: #fafafa;--mat-slide-toggle-unselected-focus-handle-color: #fafafa;--mat-slide-toggle-unselected-focus-state-layer-color: #f5f5f5;--mat-slide-toggle-unselected-focus-track-color: #616161;--mat-slide-toggle-unselected-icon-color: #212121;--mat-slide-toggle-unselected-handle-color: #9e9e9e;--mat-slide-toggle-unselected-hover-state-layer-color: #f5f5f5;--mat-slide-toggle-unselected-hover-track-color: #616161;--mat-slide-toggle-unselected-pressed-handle-color: #fafafa;--mat-slide-toggle-unselected-pressed-track-color: #616161;--mat-slide-toggle-unselected-pressed-state-layer-color: #f5f5f5;--mat-slide-toggle-unselected-track-color: #616161}html{--mdc-slide-toggle-disabled-label-text-color: rgba(255, 255, 255, 0.5);--mat-slide-toggle-disabled-label-text-color: rgba(255, 255, 255, 0.5)}html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-color: white}html .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-focus-state-layer-color: #81c784;--mat-slide-toggle-selected-handle-color: #81c784;--mat-slide-toggle-selected-hover-state-layer-color: #81c784;--mat-slide-toggle-selected-pressed-state-layer-color: #81c784;--mat-slide-toggle-selected-focus-handle-color: #a5d6a7;--mat-slide-toggle-selected-hover-handle-color: #a5d6a7;--mat-slide-toggle-selected-pressed-handle-color: #a5d6a7;--mat-slide-toggle-selected-focus-track-color: #43a047;--mat-slide-toggle-selected-hover-track-color: #43a047;--mat-slide-toggle-selected-pressed-track-color: #43a047;--mat-slide-toggle-selected-track-color: #43a047}html .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-focus-state-layer-color: #e57373;--mat-slide-toggle-selected-handle-color: #e57373;--mat-slide-toggle-selected-hover-state-layer-color: #e57373;--mat-slide-toggle-selected-pressed-state-layer-color: #e57373;--mat-slide-toggle-selected-focus-handle-color: #ef9a9a;--mat-slide-toggle-selected-hover-handle-color: #ef9a9a;--mat-slide-toggle-selected-pressed-handle-color: #ef9a9a;--mat-slide-toggle-selected-focus-track-color: #e53935;--mat-slide-toggle-selected-hover-track-color: #e53935;--mat-slide-toggle-selected-pressed-track-color: #e53935;--mat-slide-toggle-selected-track-color: #e53935}html{--mat-slide-toggle-state-layer-size: 40px}html .mat-mdc-slide-toggle{--mat-slide-toggle-state-layer-size: 40px}html{--mat-slide-toggle-label-text-font: Roboto, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: 0.0178571429em;--mat-slide-toggle-label-text-weight: 400}html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font: Roboto, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: 0.0178571429em;--mat-slide-toggle-label-text-weight: 400}html{--mat-radio-disabled-selected-icon-opacity: 0.38;--mat-radio-disabled-unselected-icon-opacity: 0.38;--mat-radio-state-layer-size: 40px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #7b1fa2;--mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #7b1fa2;--mat-radio-selected-hover-icon-color: #7b1fa2;--mat-radio-selected-icon-color: #7b1fa2;--mat-radio-selected-pressed-icon-color: #7b1fa2;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54)}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #69f0ae;--mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #69f0ae;--mat-radio-selected-hover-icon-color: #69f0ae;--mat-radio-selected-icon-color: #69f0ae;--mat-radio-selected-pressed-icon-color: #69f0ae;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-radio-label-text-font: Roboto, sans-serif;--mat-radio-label-text-line-height: 20px;--mat-radio-label-text-size: 14px;--mat-radio-label-text-tracking: 0.0178571429em;--mat-radio-label-text-weight: 400}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: 0.6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: 0.6}html{--mat-slider-active-track-color: #7b1fa2;--mat-slider-focus-handle-color: #7b1fa2;--mat-slider-focus-state-layer-color: rgba(123, 31, 162, 0.2);--mat-slider-handle-color: #7b1fa2;--mat-slider-hover-handle-color: #7b1fa2;--mat-slider-hover-state-layer-color: rgba(123, 31, 162, 0.05);--mat-slider-inactive-track-color: #7b1fa2;--mat-slider-ripple-color: #7b1fa2;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #7b1fa2;--mat-slider-disabled-active-track-color: #fff;--mat-slider-disabled-handle-color: #fff;--mat-slider-disabled-inactive-track-color: #fff;--mat-slider-label-container-color: #fff;--mat-slider-label-label-text-color: #000;--mat-slider-value-indicator-opacity: 0.9;--mat-slider-with-overlap-handle-outline-color: #fff;--mat-slider-with-tick-marks-disabled-container-color: #fff}html .mat-accent{--mat-slider-active-track-color: #69f0ae;--mat-slider-focus-handle-color: #69f0ae;--mat-slider-focus-state-layer-color: rgba(105, 240, 174, 0.2);--mat-slider-handle-color: #69f0ae;--mat-slider-hover-handle-color: #69f0ae;--mat-slider-hover-state-layer-color: rgba(105, 240, 174, 0.05);--mat-slider-inactive-track-color: #69f0ae;--mat-slider-ripple-color: #69f0ae;--mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);--mat-slider-with-tick-marks-inactive-container-color: #69f0ae}html .mat-warn{--mat-slider-active-track-color: #f44336;--mat-slider-focus-handle-color: #f44336;--mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);--mat-slider-handle-color: #f44336;--mat-slider-hover-handle-color: #f44336;--mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);--mat-slider-inactive-track-color: #f44336;--mat-slider-ripple-color: #f44336;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #f44336}html{--mat-slider-label-label-text-font: Roboto, sans-serif;--mat-slider-label-label-text-size: 14px;--mat-slider-label-label-text-line-height: 22px;--mat-slider-label-label-text-tracking: 0.0071428571em;--mat-slider-label-label-text-weight: 500}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, 0.12)}html{--mat-menu-item-label-text-font: Roboto, sans-serif;--mat-menu-item-label-text-size: 16px;--mat-menu-item-label-text-tracking: 0.03125em;--mat-menu-item-label-text-line-height: 24px;--mat-menu-item-label-text-weight: 400}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: 0.38;--mat-list-list-item-disabled-leading-icon-opacity: 0.38;--mat-list-list-item-disabled-trailing-icon-opacity: 0.38}html{--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: 0.08;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: 0.24}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #7b1fa2;--mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #7b1fa2;--mat-radio-selected-hover-icon-color: #7b1fa2;--mat-radio-selected-icon-color: #7b1fa2;--mat-radio-selected-pressed-icon-color: #7b1fa2;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #69f0ae;--mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #69f0ae;--mat-radio-selected-hover-icon-color: #69f0ae;--mat-radio-selected-icon-color: #69f0ae;--mat-radio-selected-pressed-icon-color: #69f0ae;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #7b1fa2;--mat-checkbox-selected-hover-icon-color: #7b1fa2;--mat-checkbox-selected-icon-color: #7b1fa2;--mat-checkbox-selected-pressed-icon-color: #7b1fa2;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color: #7b1fa2;--mat-checkbox-selected-hover-state-layer-color: #7b1fa2;--mat-checkbox-selected-pressed-state-layer-color: #7b1fa2;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color: black;--mat-checkbox-selected-focus-icon-color: #69f0ae;--mat-checkbox-selected-hover-icon-color: #69f0ae;--mat-checkbox-selected-icon-color: #69f0ae;--mat-checkbox-selected-pressed-icon-color: #69f0ae;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color: #69f0ae;--mat-checkbox-selected-hover-state-layer-color: #69f0ae;--mat-checkbox-selected-pressed-state-layer-color: #69f0ae;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#7b1fa2}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-list-list-item-label-text-font: Roboto, sans-serif;--mat-list-list-item-label-text-line-height: 24px;--mat-list-list-item-label-text-size: 16px;--mat-list-list-item-label-text-tracking: 0.03125em;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Roboto, sans-serif;--mat-list-list-item-supporting-text-line-height: 20px;--mat-list-list-item-supporting-text-size: 14px;--mat-list-list-item-supporting-text-tracking: 0.0178571429em;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 20px;--mat-list-list-item-trailing-supporting-text-size: 12px;--mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;--mat-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-paginator-container-text-font: Roboto, sans-serif;--mat-paginator-container-text-line-height: 20px;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: 0.0333333333em;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.5);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.6);--mat-tab-active-label-text-color: #7b1fa2;--mat-tab-active-ripple-color: #7b1fa2;--mat-tab-inactive-ripple-color: #7b1fa2;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);--mat-tab-active-focus-label-text-color: #7b1fa2;--mat-tab-active-hover-label-text-color: #7b1fa2;--mat-tab-active-focus-indicator-color: #7b1fa2;--mat-tab-active-hover-indicator-color: #7b1fa2;--mat-tab-active-indicator-color: #7b1fa2}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.5);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.6);--mat-tab-active-label-text-color: #69f0ae;--mat-tab-active-ripple-color: #69f0ae;--mat-tab-inactive-ripple-color: #69f0ae;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);--mat-tab-active-focus-label-text-color: #69f0ae;--mat-tab-active-hover-label-text-color: #69f0ae;--mat-tab-active-focus-indicator-color: #69f0ae;--mat-tab-active-hover-indicator-color: #69f0ae;--mat-tab-active-indicator-color: #69f0ae}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.5);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.6);--mat-tab-active-label-text-color: #f44336;--mat-tab-active-ripple-color: #f44336;--mat-tab-inactive-ripple-color: #f44336;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);--mat-tab-active-focus-label-text-color: #f44336;--mat-tab-active-hover-label-text-color: #f44336;--mat-tab-active-focus-indicator-color: #f44336;--mat-tab-active-hover-indicator-color: #f44336;--mat-tab-active-indicator-color: #f44336}.mat-mdc-tab-header{--mat-tab-container-height: 48px}.mat-mdc-tab-header{--mat-tab-label-text-font: Roboto, sans-serif;--mat-tab-label-text-size: 14px;--mat-tab-label-text-tracking: 0.0892857143em;--mat-tab-label-text-line-height: 36px;--mat-tab-label-text-weight: 500}html{--mat-checkbox-disabled-selected-checkmark-color: #fff;--mat-checkbox-selected-focus-state-layer-opacity: 0.16;--mat-checkbox-selected-hover-state-layer-opacity: 0.04;--mat-checkbox-selected-pressed-state-layer-opacity: 0.16;--mat-checkbox-unselected-focus-state-layer-opacity: 0.16;--mat-checkbox-unselected-hover-state-layer-opacity: 0.04;--mat-checkbox-unselected-pressed-state-layer-opacity: 0.16}html{--mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color: black;--mat-checkbox-selected-focus-icon-color: #69f0ae;--mat-checkbox-selected-hover-icon-color: #69f0ae;--mat-checkbox-selected-icon-color: #69f0ae;--mat-checkbox-selected-pressed-icon-color: #69f0ae;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color: #69f0ae;--mat-checkbox-selected-hover-state-layer-color: #69f0ae;--mat-checkbox-selected-pressed-state-layer-color: #69f0ae;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #7b1fa2;--mat-checkbox-selected-hover-icon-color: #7b1fa2;--mat-checkbox-selected-icon-color: #7b1fa2;--mat-checkbox-selected-pressed-icon-color: #7b1fa2;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color: #7b1fa2;--mat-checkbox-selected-hover-state-layer-color: #7b1fa2;--mat-checkbox-selected-pressed-state-layer-color: #7b1fa2;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-checkbox-label-text-font: Roboto, sans-serif;--mat-checkbox-label-text-line-height: 20px;--mat-checkbox-label-text-size: 14px;--mat-checkbox-label-text-tracking: 0.0178571429em;--mat-checkbox-label-text-weight: 400}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px}html{--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: rgba(255, 255, 255, 0.12);--mat-button-filled-disabled-label-text-color: rgba(255, 255, 255, 0.5);--mat-button-filled-disabled-state-layer-color: white;--mat-button-filled-focus-state-layer-opacity: 0.24;--mat-button-filled-hover-state-layer-opacity: 0.08;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: 0.24;--mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: rgba(255, 255, 255, 0.5);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);--mat-button-outlined-disabled-state-layer-color: white;--mat-button-outlined-focus-state-layer-opacity: 0.24;--mat-button-outlined-hover-state-layer-opacity: 0.08;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);--mat-button-outlined-pressed-state-layer-opacity: 0.24;--mat-button-outlined-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: rgba(255, 255, 255, 0.12);--mat-button-protected-disabled-label-text-color: rgba(255, 255, 255, 0.5);--mat-button-protected-disabled-state-layer-color: white;--mat-button-protected-focus-state-layer-opacity: 0.24;--mat-button-protected-hover-state-layer-opacity: 0.08;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: 0.24;--mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: rgba(255, 255, 255, 0.5);--mat-button-text-disabled-state-layer-color: white;--mat-button-text-focus-state-layer-opacity: 0.24;--mat-button-text-hover-state-layer-opacity: 0.08;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: 0.24;--mat-button-text-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: rgba(255, 255, 255, 0.12);--mat-button-tonal-disabled-label-text-color: rgba(255, 255, 255, 0.5);--mat-button-tonal-disabled-state-layer-color: white;--mat-button-tonal-focus-state-layer-opacity: 0.24;--mat-button-tonal-hover-state-layer-opacity: 0.08;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: 0.24;--mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #7b1fa2;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #7b1fa2;--mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);--mat-button-outlined-ripple-color: rgba(123, 31, 162, 0.1);--mat-button-outlined-state-layer-color: #7b1fa2;--mat-button-protected-container-color: #7b1fa2;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #7b1fa2;--mat-button-text-ripple-color: rgba(123, 31, 162, 0.1);--mat-button-text-state-layer-color: #7b1fa2;--mat-button-tonal-container-color: #7b1fa2;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #69f0ae;--mat-button-filled-label-text-color: black;--mat-button-filled-ripple-color: rgba(0, 0, 0, 0.1);--mat-button-filled-state-layer-color: black;--mat-button-outlined-label-text-color: #69f0ae;--mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);--mat-button-outlined-ripple-color: rgba(105, 240, 174, 0.1);--mat-button-outlined-state-layer-color: #69f0ae;--mat-button-protected-container-color: #69f0ae;--mat-button-protected-label-text-color: black;--mat-button-protected-ripple-color: rgba(0, 0, 0, 0.1);--mat-button-protected-state-layer-color: black;--mat-button-text-label-text-color: #69f0ae;--mat-button-text-ripple-color: rgba(105, 240, 174, 0.1);--mat-button-text-state-layer-color: #69f0ae;--mat-button-tonal-container-color: #69f0ae;--mat-button-tonal-label-text-color: black;--mat-button-tonal-ripple-color: rgba(0, 0, 0, 0.1);--mat-button-tonal-state-layer-color: black}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #f44336;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #f44336;--mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);--mat-button-outlined-ripple-color: rgba(244, 67, 54, 0.1);--mat-button-outlined-state-layer-color: #f44336;--mat-button-protected-container-color: #f44336;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #f44336;--mat-button-text-ripple-color: rgba(244, 67, 54, 0.1);--mat-button-text-state-layer-color: #f44336;--mat-button-tonal-container-color: #f44336;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-button-filled-label-text-font: Roboto, sans-serif;--mat-button-filled-label-text-size: 14px;--mat-button-filled-label-text-tracking: 0.0892857143em;--mat-button-filled-label-text-transform: none;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Roboto, sans-serif;--mat-button-outlined-label-text-size: 14px;--mat-button-outlined-label-text-tracking: 0.0892857143em;--mat-button-outlined-label-text-transform: none;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Roboto, sans-serif;--mat-button-protected-label-text-size: 14px;--mat-button-protected-label-text-tracking: 0.0892857143em;--mat-button-protected-label-text-transform: none;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Roboto, sans-serif;--mat-button-text-label-text-size: 14px;--mat-button-text-label-text-tracking: 0.0892857143em;--mat-button-text-label-text-transform: none;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Roboto, sans-serif;--mat-button-tonal-label-text-size: 14px;--mat-button-tonal-label-text-tracking: 0.0892857143em;--mat-button-tonal-label-text-transform: none;--mat-button-tonal-label-text-weight: 500}html{--mat-icon-button-icon-size: 24px}html{--mat-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);--mat-icon-button-disabled-state-layer-color: white;--mat-icon-button-focus-state-layer-opacity: 0.24;--mat-icon-button-hover-state-layer-opacity: 0.08;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: 0.24;--mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);--mat-icon-button-state-layer-color: white}html .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #7b1fa2;--mat-icon-button-state-layer-color: #7b1fa2;--mat-icon-button-ripple-color: rgba(123, 31, 162, 0.1)}html .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #69f0ae;--mat-icon-button-state-layer-color: #69f0ae;--mat-icon-button-ripple-color: rgba(105, 240, 174, 0.1)}html .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #f44336;--mat-icon-button-state-layer-color: #f44336;--mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-fab-container-shape: 50%;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-fab-small-container-shape: 50%;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);--mat-fab-disabled-state-layer-color: white;--mat-fab-focus-state-layer-opacity: 0.24;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: 0.08;--mat-fab-pressed-state-layer-opacity: 0.24;--mat-fab-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);--mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);--mat-fab-small-disabled-state-layer-color: white;--mat-fab-small-focus-state-layer-opacity: 0.24;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: 0.08;--mat-fab-small-pressed-state-layer-opacity: 0.24;--mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html .mat-mdc-fab.mat-primary,html .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #7b1fa2;--mat-fab-foreground-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-container-color: #7b1fa2;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html .mat-mdc-fab.mat-accent,html .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #69f0ae;--mat-fab-foreground-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, 0.1);--mat-fab-small-container-color: #69f0ae;--mat-fab-small-foreground-color: black;--mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);--mat-fab-small-state-layer-color: black;--mat-fab-state-layer-color: black}html .mat-mdc-fab.mat-warn,html .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #f44336;--mat-fab-foreground-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-container-color: #f44336;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-fab-extended-label-text-font: Roboto, sans-serif;--mat-fab-extended-label-text-size: 14px;--mat-fab-extended-label-text-tracking: 0.0892857143em;--mat-fab-extended-label-text-weight: 500}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: rgb(217.2, 217.2, 217.2);--mat-snack-bar-supporting-text-color: rgba(66, 66, 66, 0.87);--mat-snack-bar-button-color: #9c27b0}html{--mat-snack-bar-supporting-text-font: Roboto, sans-serif;--mat-snack-bar-supporting-text-line-height: 20px;--mat-snack-bar-supporting-text-size: 14px;--mat-snack-bar-supporting-text-weight: 400}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-table-header-headline-font: Roboto, sans-serif;--mat-table-header-headline-line-height: 22px;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: 0.0071428571em;--mat-table-row-item-label-text-font: Roboto, sans-serif;--mat-table-row-item-label-text-line-height: 20px;--mat-table-row-item-label-text-size: 14px;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: 0.0178571429em;--mat-table-footer-supporting-text-font: Roboto, sans-serif;--mat-table-footer-supporting-text-line-height: 20px;--mat-table-footer-supporting-text-size: 14px;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: 0.0178571429em}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #7b1fa2}html .mat-accent{--mat-progress-spinner-active-indicator-color: #69f0ae}html .mat-warn{--mat-progress-spinner-active-indicator-color: #f44336}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #7b1fa2;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: rgb(110.1, 110.1, 110.1);--mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5)}.mat-badge-accent{--mat-badge-background-color: #69f0ae;--mat-badge-text-color: rgba(0, 0, 0, 0.87)}.mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}html{--mat-badge-text-font: Roboto, sans-serif;--mat-badge-line-height: 22px;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-small-size-line-height: 16px;--mat-badge-large-size-text-size: 24px;--mat-badge-large-size-line-height: 28px}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242}html{--mat-bottom-sheet-container-text-font: Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height: 20px;--mat-bottom-sheet-container-text-size: 14px;--mat-bottom-sheet-container-text-tracking: 0.0178571429em;--mat-bottom-sheet-container-text-weight: 400}html{--mat-button-toggle-focus-state-layer-opacity: 0.12;--mat-button-toggle-hover-state-layer-opacity: 0.04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: #424242;--mat-button-toggle-disabled-selected-state-text-color: white;--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);--mat-button-toggle-divider-color: rgb(88.68, 88.68, 88.68);--mat-button-toggle-legacy-disabled-selected-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-background-color: black;--mat-button-toggle-legacy-disabled-state-text-color: rgba(255, 255, 255, 0.3);--mat-button-toggle-legacy-selected-state-background-color: #212121;--mat-button-toggle-legacy-selected-state-text-color: rgba(255, 255, 255, 0.7);--mat-button-toggle-legacy-state-layer-color: rgba(255, 255, 255, 0.12);--mat-button-toggle-legacy-text-color: rgba(255, 255, 255, 0.5);--mat-button-toggle-selected-state-background-color: #212121;--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white}html{--mat-button-toggle-height: 48px}html{--mat-button-toggle-label-text-font: Roboto, sans-serif;--mat-button-toggle-label-text-line-height: 24px;--mat-button-toggle-label-text-size: 16px;--mat-button-toggle-label-text-tracking: 0.03125em;--mat-button-toggle-label-text-weight: 400;--mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;--mat-button-toggle-legacy-label-text-line-height: 24px;--mat-button-toggle-legacy-label-text-size: 16px;--mat-button-toggle-legacy-label-text-tracking: 0.03125em;--mat-button-toggle-legacy-label-text-weight: 400}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #7b1fa2;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(123, 31, 162, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(123, 31, 162, 0.3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(123, 31, 162, 0.3);--mat-datepicker-toggle-active-state-icon-color: #7b1fa2;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(123, 31, 162, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-toggle-icon-color: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-selected-state-background-color: #69f0ae;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(105, 240, 174, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-focus-state-background-color: rgba(105, 240, 174, 0.3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(105, 240, 174, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(105, 240, 174, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #69f0ae}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font: Roboto, sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 14px;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: 14px;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(255, 255, 255, 0.12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-expansion-header-text-font: Roboto, sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: Roboto, sans-serif;--mat-expansion-container-text-line-height: 20px;--mat-expansion-container-text-size: 14px;--mat-expansion-container-text-tracking: 0.0178571429em;--mat-expansion-container-text-weight: 400}html{--mat-grid-list-tile-header-primary-text-size: 14px;--mat-grid-list-tile-header-secondary-text-size: 12px;--mat-grid-list-tile-footer-primary-text-size: 14px;--mat-grid-list-tile-footer-secondary-text-size: 12px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #7b1fa2}.mat-icon.mat-accent{--mat-icon-color: #69f0ae}.mat-icon.mat-warn{--mat-icon-color: #f44336}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6)}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #7b1fa2;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #7b1fa2;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #7b1fa2;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, 0.12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);--mat-stepper-header-selected-state-icon-background-color: #69f0ae;--mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);--mat-stepper-header-done-state-icon-background-color: #69f0ae;--mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);--mat-stepper-header-edit-state-icon-background-color: #69f0ae;--mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87)}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f44336;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f44336;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f44336;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-stepper-container-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-weight: 400}html{--mat-sort-arrow-color: rgb(198.3, 198.3, 198.3)}html{--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #7b1fa2;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #69f0ae;--mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-toolbar-title-text-font: Roboto, sans-serif;--mat-toolbar-title-text-line-height: 32px;--mat-toolbar-title-text-size: 20px;--mat-toolbar-title-text-tracking: 0.0125em;--mat-toolbar-title-text-weight: 500}html{--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}html{--mat-tree-node-min-height: 48px}html{--mat-tree-node-text-font: Roboto, sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-timepicker-container-background-color: #424242}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 20px/32px Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 16px/24px Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px*.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px*.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/22px Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}
@@ -4,9 +4,6 @@
4
4
  @use 'sass:color';
5
5
  @use 'sass:meta';
6
6
 
7
- // The prefix used to generate the fully qualified name for tokens in this file.
8
- $prefix: (mat, progress-bar);
9
-
10
7
  // Tokens that can't be configured through Angular Material's current theming API,
11
8
  // but may be in a future version of the theming API.
12
9
  //
@@ -19,9 +16,9 @@ $prefix: (mat, progress-bar);
19
16
  @return (
20
17
  // The height of the progress bar. `active-indicator-height` applies to the
21
18
  // bar and `track-height` applies to the track.
22
- active-indicator-height: $height,
23
- track-height: $height,
24
- track-shape: 0,
19
+ progress-bar-active-indicator-height: $height,
20
+ progress-bar-track-height: $height,
21
+ progress-bar-track-shape: 0,
25
22
  );
26
23
  }
27
24
 
@@ -29,8 +26,8 @@ $prefix: (mat, progress-bar);
29
26
  @function get-color-tokens($theme, $palette-name: primary) {
30
27
  $palette-color: inspection.get-theme-color($theme, $palette-name);
31
28
  @return (
32
- active-indicator-color: $palette-color,
33
- track-color: if(
29
+ progress-bar-active-indicator-color: $palette-color,
30
+ progress-bar-track-color: if(
34
31
  meta.type-of($palette-color) == color,
35
32
  color.adjust($palette-color, $alpha: -0.75),
36
33
  $palette-color
@@ -1,38 +1,29 @@
1
1
  @use 'sass:map';
2
2
  @use '../core/tokens/m3-utils';
3
+ @use '../core/tokens/m3';
3
4
 
4
5
  // The prefix used to generate the fully qualified name for tokens in this file.
5
6
  $prefix: (mat, progress-bar);
6
7
 
7
8
  /// Generates the tokens for MDC linear-progress
8
- /// @param {Map} $systems The MDC system tokens
9
- /// @param {Boolean} $exclude-hardcoded Whether to exclude hardcoded token values
10
- /// @param {Map} $token-slots Possible token slots
11
- /// @return {Map} A set of tokens for the MDC linear-progress
12
- @function get-tokens($systems, $exclude-hardcoded, $token-slots) {
13
- $tokens: (
14
- active-indicator-color: map.get($systems, md-sys-color, primary),
15
- active-indicator-height: if($exclude-hardcoded, null, 4px),
16
- track-color: map.get($systems, md-sys-color, surface-variant),
17
- track-height: if($exclude-hardcoded, null, 4px),
18
- track-shape: map.get($systems, md-sys-shape, corner-none)
19
- );
9
+ /// @param {String} $color-variant The color variant to use for the component
10
+ @function get-tokens($theme: m3.$sys-theme, $color-variant: null) {
11
+ $system: m3-utils.get-system($theme);
12
+ @if $color-variant {
13
+ $system: m3-utils.replace-colors-with-variant($system, primary, $color-variant);
14
+ }
20
15
 
21
- $variant-tokens: (
22
- primary: (), // Default, no overrides needed
23
- secondary: (
24
- active-indicator-color: map.get($systems, md-sys-color, secondary),
25
- track-color: map.get($systems, md-sys-color, secondary-container),
26
- ),
27
- tertiary: (
28
- active-indicator-color: map.get($systems, md-sys-color, tertiary),
29
- track-color: map.get($systems, md-sys-color, tertiary-container),
16
+ @return (
17
+ base: (
18
+ progress-bar-active-indicator-height: 4px,
19
+ progress-bar-track-height: 4px,
20
+ progress-bar-track-shape: map.get($system, corner-none)
30
21
  ),
31
- error: (
32
- active-indicator-color: map.get($systems, md-sys-color, error),
33
- track-color: map.get($systems, md-sys-color, error-container),
22
+ color: (
23
+ progress-bar-active-indicator-color: map.get($system, primary),
24
+ progress-bar-track-color: map.get($system, surface-variant),
34
25
  ),
26
+ typography: (),
27
+ density: (),
35
28
  );
36
-
37
- @return m3-utils.namespace($prefix, ($tokens, $variant-tokens), $token-slots);
38
29
  }