@alfalab/core-components 48.25.0-beta.0 → 48.26.0-beta.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 (733) hide show
  1. package/bottom-sheet/component.js +4 -4
  2. package/bottom-sheet/cssm/component.js +4 -4
  3. package/bottom-sheet/cssm/hooks/index.d.ts +1 -1
  4. package/bottom-sheet/cssm/hooks/index.js +0 -1
  5. package/bottom-sheet/cssm/hooks/use-visualviewport-size.d.ts +2 -6
  6. package/bottom-sheet/cssm/hooks/use-visualviewport-size.js +24 -50
  7. package/bottom-sheet/esm/component.js +5 -6
  8. package/bottom-sheet/esm/hooks/index.d.ts +1 -1
  9. package/bottom-sheet/esm/hooks/index.js +2 -3
  10. package/bottom-sheet/esm/hooks/use-visualviewport-size.d.ts +2 -6
  11. package/bottom-sheet/esm/hooks/use-visualviewport-size.js +26 -51
  12. package/bottom-sheet/esm/index.js +0 -1
  13. package/bottom-sheet/hooks/index.d.ts +1 -1
  14. package/bottom-sheet/hooks/index.js +0 -1
  15. package/bottom-sheet/hooks/use-visualviewport-size.d.ts +2 -6
  16. package/bottom-sheet/hooks/use-visualviewport-size.js +24 -50
  17. package/bottom-sheet/modern/component.js +5 -6
  18. package/bottom-sheet/modern/hooks/index.d.ts +1 -1
  19. package/bottom-sheet/modern/hooks/index.js +2 -2
  20. package/bottom-sheet/modern/hooks/use-visualviewport-size.d.ts +2 -6
  21. package/bottom-sheet/modern/hooks/use-visualviewport-size.js +22 -50
  22. package/bottom-sheet/modern/index.js +0 -1
  23. package/bottom-sheet/moderncssm/component.js +5 -6
  24. package/bottom-sheet/moderncssm/hooks/index.d.ts +1 -1
  25. package/bottom-sheet/moderncssm/hooks/index.js +2 -2
  26. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.d.ts +2 -6
  27. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.js +22 -50
  28. package/bottom-sheet/moderncssm/index.js +0 -1
  29. package/calendar/components/calendar-mobile/Component.js +1 -1
  30. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  31. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  32. package/calendar/components/calendar-mobile/index.js +1 -1
  33. package/calendar/esm/Component.responsive.js +1 -1
  34. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  35. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  36. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  37. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  38. package/calendar/esm/index.js +1 -1
  39. package/calendar/esm/mobile/index.js +1 -1
  40. package/calendar/mobile/index.js +1 -1
  41. package/calendar/modern/Component.responsive.js +1 -1
  42. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  43. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  44. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  45. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  46. package/calendar/modern/index.js +1 -1
  47. package/calendar/modern/mobile/index.js +1 -1
  48. package/calendar-range/esm/Component.js +1 -1
  49. package/calendar-range/esm/index.js +1 -1
  50. package/calendar-range/esm/views/popover.js +1 -1
  51. package/calendar-range/esm/views/static.js +1 -1
  52. package/calendar-range/modern/Component.js +1 -1
  53. package/calendar-range/modern/index.js +1 -1
  54. package/calendar-range/modern/views/popover.js +1 -1
  55. package/calendar-range/modern/views/static.js +1 -1
  56. package/calendar-range/views/popover.js +1 -1
  57. package/calendar-range/views/static.js +1 -1
  58. package/confirmation/components/base-confirmation/component.js +4 -1
  59. package/confirmation/components/index.js +2 -0
  60. package/confirmation/components/screens/hint/component.js +9 -9
  61. package/confirmation/components/screens/index.d.ts +1 -0
  62. package/confirmation/components/screens/index.js +2 -0
  63. package/confirmation/components/screens/initial/component.js +8 -5
  64. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  65. package/confirmation/components/screens/initial/index.css +6 -0
  66. package/confirmation/components/screens/temp-block/component.js +2 -2
  67. package/confirmation/components/screens/temp-block/index.css +6 -0
  68. package/confirmation/components/screens/temp-block-over/component.d.ts +9 -0
  69. package/confirmation/components/screens/temp-block-over/component.js +35 -0
  70. package/confirmation/components/screens/temp-block-over/index.css +59 -0
  71. package/confirmation/components/screens/temp-block-over/index.d.ts +1 -0
  72. package/confirmation/components/screens/temp-block-over/index.js +7 -0
  73. package/confirmation/{countdown-section-8494fee7.js → countdown-section-ed5afdf6.js} +7 -4
  74. package/confirmation/cssm/components/base-confirmation/component.js +4 -1
  75. package/confirmation/cssm/components/index.js +2 -0
  76. package/confirmation/cssm/components/screens/hint/component.js +9 -9
  77. package/confirmation/cssm/components/screens/index.d.ts +1 -0
  78. package/confirmation/cssm/components/screens/index.js +2 -0
  79. package/confirmation/cssm/components/screens/initial/component.js +7 -4
  80. package/confirmation/cssm/components/screens/initial/countdown-section.js +6 -3
  81. package/confirmation/cssm/components/screens/initial/index.module.css +7 -0
  82. package/confirmation/cssm/components/screens/temp-block/component.js +1 -1
  83. package/confirmation/cssm/components/screens/temp-block/index.module.css +7 -0
  84. package/confirmation/cssm/components/screens/temp-block-over/component.d.ts +9 -0
  85. package/confirmation/cssm/components/screens/temp-block-over/component.js +34 -0
  86. package/confirmation/cssm/components/screens/temp-block-over/index.d.ts +1 -0
  87. package/confirmation/cssm/components/screens/temp-block-over/index.js +7 -0
  88. package/confirmation/cssm/components/screens/temp-block-over/index.module.css +58 -0
  89. package/confirmation/cssm/shared/index.js +2 -0
  90. package/confirmation/cssm/types.d.ts +13 -2
  91. package/confirmation/cssm/types.js +17 -9
  92. package/confirmation/esm/component.responsive.js +2 -1
  93. package/confirmation/esm/components/base-confirmation/component.js +5 -2
  94. package/confirmation/esm/components/base-confirmation/index.js +2 -1
  95. package/confirmation/esm/components/index.js +2 -1
  96. package/confirmation/esm/components/screens/hint/component.js +9 -9
  97. package/confirmation/esm/components/screens/index.d.ts +1 -0
  98. package/confirmation/esm/components/screens/index.js +2 -1
  99. package/confirmation/esm/components/screens/initial/component.js +8 -5
  100. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  101. package/confirmation/esm/components/screens/initial/index.css +6 -0
  102. package/confirmation/esm/components/screens/initial/index.js +1 -1
  103. package/confirmation/esm/components/screens/temp-block/component.js +2 -2
  104. package/confirmation/esm/components/screens/temp-block/index.css +6 -0
  105. package/confirmation/esm/components/screens/temp-block-over/component.d.ts +9 -0
  106. package/confirmation/esm/components/screens/temp-block-over/component.js +29 -0
  107. package/confirmation/esm/components/screens/temp-block-over/index.css +59 -0
  108. package/confirmation/esm/components/screens/temp-block-over/index.d.ts +1 -0
  109. package/confirmation/esm/components/screens/temp-block-over/index.js +8 -0
  110. package/confirmation/esm/{countdown-section-210293dc.js → countdown-section-ac318a99.js} +8 -5
  111. package/confirmation/esm/desktop/component.desktop.js +2 -1
  112. package/confirmation/esm/desktop/index.js +2 -1
  113. package/confirmation/esm/index.js +2 -1
  114. package/confirmation/esm/mobile/component.mobile.js +2 -1
  115. package/confirmation/esm/mobile/index.js +2 -1
  116. package/confirmation/esm/shared/index.js +2 -1
  117. package/confirmation/esm/types.d.ts +13 -2
  118. package/confirmation/esm/types.js +17 -9
  119. package/confirmation/modern/component.responsive.js +2 -1
  120. package/confirmation/modern/components/base-confirmation/component.js +5 -2
  121. package/confirmation/modern/components/base-confirmation/index.js +2 -1
  122. package/confirmation/modern/components/index.js +2 -1
  123. package/confirmation/modern/components/screens/hint/component.js +9 -9
  124. package/confirmation/modern/components/screens/index.d.ts +1 -0
  125. package/confirmation/modern/components/screens/index.js +2 -1
  126. package/confirmation/modern/components/screens/initial/component.js +8 -5
  127. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  128. package/confirmation/modern/components/screens/initial/index.css +6 -0
  129. package/confirmation/modern/components/screens/initial/index.js +1 -1
  130. package/confirmation/modern/components/screens/temp-block/component.js +2 -2
  131. package/confirmation/modern/components/screens/temp-block/index.css +6 -0
  132. package/confirmation/modern/components/screens/temp-block-over/component.d.ts +9 -0
  133. package/confirmation/modern/components/screens/temp-block-over/component.js +27 -0
  134. package/confirmation/modern/components/screens/temp-block-over/index.css +59 -0
  135. package/confirmation/modern/components/screens/temp-block-over/index.d.ts +1 -0
  136. package/confirmation/modern/components/screens/temp-block-over/index.js +8 -0
  137. package/confirmation/modern/{countdown-section-c7e8c587.js → countdown-section-67dedb5c.js} +8 -5
  138. package/confirmation/modern/desktop/component.desktop.js +2 -1
  139. package/confirmation/modern/desktop/index.js +2 -1
  140. package/confirmation/modern/index.js +2 -1
  141. package/confirmation/modern/mobile/component.mobile.js +2 -1
  142. package/confirmation/modern/mobile/index.js +2 -1
  143. package/confirmation/modern/shared/index.js +2 -1
  144. package/confirmation/modern/types.d.ts +13 -2
  145. package/confirmation/modern/types.js +17 -9
  146. package/confirmation/moderncssm/component.responsive.js +2 -0
  147. package/confirmation/moderncssm/components/base-confirmation/component.js +5 -1
  148. package/confirmation/moderncssm/components/base-confirmation/index.js +2 -0
  149. package/confirmation/moderncssm/components/index.js +2 -0
  150. package/confirmation/moderncssm/components/screens/hint/component.js +9 -9
  151. package/confirmation/moderncssm/components/screens/index.d.ts +1 -0
  152. package/confirmation/moderncssm/components/screens/index.js +2 -0
  153. package/confirmation/moderncssm/components/screens/initial/component.js +7 -4
  154. package/confirmation/moderncssm/components/screens/initial/countdown-section.js +7 -4
  155. package/confirmation/moderncssm/components/screens/initial/index.module.css +9 -0
  156. package/confirmation/moderncssm/components/screens/temp-block/component.js +1 -1
  157. package/confirmation/moderncssm/components/screens/temp-block/index.module.css +9 -0
  158. package/confirmation/moderncssm/components/screens/temp-block-over/component.d.ts +9 -0
  159. package/confirmation/moderncssm/components/screens/temp-block-over/component.js +26 -0
  160. package/confirmation/moderncssm/components/screens/temp-block-over/index.d.ts +1 -0
  161. package/confirmation/moderncssm/components/screens/temp-block-over/index.js +10 -0
  162. package/confirmation/moderncssm/components/screens/temp-block-over/index.module.css +42 -0
  163. package/confirmation/moderncssm/desktop/component.desktop.js +2 -0
  164. package/confirmation/moderncssm/desktop/index.js +2 -0
  165. package/confirmation/moderncssm/index.js +2 -0
  166. package/confirmation/moderncssm/mobile/component.mobile.js +2 -0
  167. package/confirmation/moderncssm/mobile/index.js +2 -0
  168. package/confirmation/moderncssm/shared/index.js +2 -0
  169. package/confirmation/moderncssm/types.d.ts +13 -2
  170. package/confirmation/moderncssm/types.js +17 -9
  171. package/confirmation/shared/index.js +2 -0
  172. package/confirmation/types.d.ts +13 -2
  173. package/confirmation/types.js +17 -9
  174. package/confirmation-v1/component.js +1 -1
  175. package/confirmation-v1/components/countdown/component.js +2 -2
  176. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  177. package/confirmation-v1/cssm/component.js +1 -1
  178. package/confirmation-v1/cssm/components/countdown/component.js +2 -2
  179. package/confirmation-v1/cssm/components/sign-confirmation/component.js +1 -1
  180. package/confirmation-v1/esm/component.js +1 -1
  181. package/confirmation-v1/esm/components/countdown/component.js +2 -2
  182. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  183. package/confirmation-v1/modern/component.js +1 -1
  184. package/confirmation-v1/modern/components/countdown/component.js +2 -2
  185. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  186. package/confirmation-v1/moderncssm/component.js +1 -1
  187. package/confirmation-v1/moderncssm/components/countdown/component.js +2 -2
  188. package/confirmation-v1/moderncssm/components/sign-confirmation/component.js +1 -1
  189. package/file-upload-item/components/actions-control/actions.js +1 -1
  190. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  191. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  192. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  193. package/file-upload-item/esm/Component.js +1 -1
  194. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  195. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  196. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  197. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  198. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  199. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  200. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  201. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  202. package/file-upload-item/esm/index.js +1 -1
  203. package/file-upload-item/modern/Component.js +1 -1
  204. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  205. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  206. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  207. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  208. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  209. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  210. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  211. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  212. package/file-upload-item/modern/index.js +1 -1
  213. package/gallery/components/image-viewer/component.js +1 -1
  214. package/gallery/components/image-viewer/hooks.js +1 -1
  215. package/gallery/components/image-viewer/single.js +1 -1
  216. package/gallery/components/image-viewer/slide.js +1 -1
  217. package/gallery/esm/Component.js +1 -1
  218. package/gallery/esm/components/image-viewer/component.js +1 -1
  219. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  220. package/gallery/esm/components/image-viewer/index.js +1 -1
  221. package/gallery/esm/components/image-viewer/single.js +1 -1
  222. package/gallery/esm/components/image-viewer/slide.js +1 -1
  223. package/gallery/esm/components/index.js +1 -1
  224. package/gallery/esm/index.js +1 -1
  225. package/gallery/modern/Component.js +1 -1
  226. package/gallery/modern/components/image-viewer/component.js +1 -1
  227. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  228. package/gallery/modern/components/image-viewer/index.js +1 -1
  229. package/gallery/modern/components/image-viewer/single.js +1 -1
  230. package/gallery/modern/components/image-viewer/slide.js +1 -1
  231. package/gallery/modern/components/index.js +1 -1
  232. package/gallery/modern/index.js +1 -1
  233. package/input-autocomplete/cssm/mobile/Component.mobile.d.ts +0 -1
  234. package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -3
  235. package/input-autocomplete/cssm/mobile/Component.modal.mobile.d.ts +0 -1
  236. package/input-autocomplete/cssm/types.d.ts +0 -5
  237. package/input-autocomplete/esm/mobile/Component.mobile.d.ts +0 -1
  238. package/input-autocomplete/esm/mobile/Component.mobile.js +3 -3
  239. package/input-autocomplete/esm/mobile/Component.modal.mobile.d.ts +0 -1
  240. package/input-autocomplete/esm/types.d.ts +0 -5
  241. package/input-autocomplete/mobile/Component.mobile.d.ts +0 -1
  242. package/input-autocomplete/mobile/Component.mobile.js +3 -3
  243. package/input-autocomplete/mobile/Component.modal.mobile.d.ts +0 -1
  244. package/input-autocomplete/modern/mobile/Component.mobile.d.ts +0 -1
  245. package/input-autocomplete/modern/mobile/Component.mobile.js +2 -2
  246. package/input-autocomplete/modern/mobile/Component.modal.mobile.d.ts +0 -1
  247. package/input-autocomplete/modern/types.d.ts +0 -5
  248. package/input-autocomplete/moderncssm/mobile/Component.mobile.d.ts +0 -1
  249. package/input-autocomplete/moderncssm/mobile/Component.mobile.js +2 -2
  250. package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.d.ts +0 -1
  251. package/input-autocomplete/moderncssm/types.d.ts +0 -5
  252. package/input-autocomplete/types.d.ts +0 -5
  253. package/international-phone-input/cssm/typings-d515b24c.d.ts +2 -6
  254. package/international-phone-input/esm/typings-d515b24c.d.ts +2 -6
  255. package/international-phone-input/modern/typings-d515b24c.d.ts +2 -6
  256. package/international-phone-input/moderncssm/typings-d515b24c.d.ts +2 -6
  257. package/international-phone-input/typings-d515b24c.d.ts +2 -6
  258. package/list/Component.js +1 -1
  259. package/list/components/item/Component.js +1 -1
  260. package/list/components/item/index.d.ts +1 -1
  261. package/list/components/item/index.js +1 -1
  262. package/list/esm/Component.js +1 -1
  263. package/list/esm/components/item/Component.js +1 -1
  264. package/list/esm/components/item/index.d.ts +1 -1
  265. package/list/esm/components/item/index.js +1 -1
  266. package/list/esm/index.js +1 -1
  267. package/list/index.js +1 -1
  268. package/list/modern/Component.js +1 -1
  269. package/list/modern/components/item/Component.js +1 -1
  270. package/list/modern/components/item/index.d.ts +1 -1
  271. package/list/modern/components/item/index.js +1 -1
  272. package/list/modern/index.js +1 -1
  273. package/modal/components/controls/Component.js +1 -1
  274. package/modal/components/footer/Component.js +1 -1
  275. package/modal/esm/Component.responsive.js +1 -1
  276. package/modal/esm/components/controls/Component.js +1 -1
  277. package/modal/esm/components/controls/index.js +1 -1
  278. package/modal/esm/components/footer/Component.js +1 -1
  279. package/modal/esm/desktop/Component.desktop.js +1 -1
  280. package/modal/esm/desktop/index.js +1 -1
  281. package/modal/esm/index.js +1 -1
  282. package/modal/esm/mobile/Component.mobile.js +1 -1
  283. package/modal/esm/mobile/index.js +1 -1
  284. package/modal/modern/Component.responsive.js +1 -1
  285. package/modal/modern/components/controls/Component.js +1 -1
  286. package/modal/modern/components/controls/index.js +1 -1
  287. package/modal/modern/components/footer/Component.js +1 -1
  288. package/modal/modern/desktop/Component.desktop.js +1 -1
  289. package/modal/modern/desktop/index.js +1 -1
  290. package/modal/modern/index.js +1 -1
  291. package/modal/modern/mobile/Component.mobile.js +1 -1
  292. package/modal/modern/mobile/index.js +1 -1
  293. package/package.json +2 -2
  294. package/picker-button/cssm/typings-d515b24c.d.ts +2 -6
  295. package/picker-button/esm/typings-d515b24c.d.ts +2 -6
  296. package/picker-button/modern/typings-d515b24c.d.ts +2 -6
  297. package/picker-button/moderncssm/typings-d515b24c.d.ts +2 -6
  298. package/picker-button/typings-d515b24c.d.ts +2 -6
  299. package/plate/components/base-plate/Component.js +1 -1
  300. package/plate/esm/Component.responsive.js +1 -1
  301. package/plate/esm/components/base-plate/Component.js +1 -1
  302. package/plate/esm/components/base-plate/index.js +1 -1
  303. package/plate/esm/desktop/Component.desktop.js +1 -1
  304. package/plate/esm/desktop/index.js +1 -1
  305. package/plate/esm/index-7f6b04c5.d.ts +2 -2
  306. package/plate/esm/index.js +1 -1
  307. package/plate/esm/mobile/Component.mobile.js +1 -1
  308. package/plate/esm/mobile/index.js +1 -1
  309. package/plate/esm/shared/index.js +1 -1
  310. package/plate/esm/utils.js +1 -1
  311. package/plate/index-7f6b04c5.d.ts +2 -2
  312. package/plate/modern/Component.responsive.js +1 -1
  313. package/plate/modern/components/base-plate/Component.js +1 -1
  314. package/plate/modern/components/base-plate/index.js +1 -1
  315. package/plate/modern/desktop/Component.desktop.js +1 -1
  316. package/plate/modern/desktop/index.js +1 -1
  317. package/plate/modern/index-7f6b04c5.d.ts +2 -2
  318. package/plate/modern/index.js +1 -1
  319. package/plate/modern/mobile/Component.mobile.js +1 -1
  320. package/plate/modern/mobile/index.js +1 -1
  321. package/plate/modern/shared/index.js +1 -1
  322. package/plate/modern/utils.js +1 -1
  323. package/plate/utils.js +1 -1
  324. package/pure-cell/component.js +1 -1
  325. package/pure-cell/components/addon/component.js +1 -1
  326. package/pure-cell/components/addon/index.d.ts +1 -1
  327. package/pure-cell/components/addon/index.js +1 -1
  328. package/pure-cell/components/amount/component.js +1 -1
  329. package/pure-cell/components/amount/index.d.ts +1 -1
  330. package/pure-cell/components/amount/index.js +1 -1
  331. package/pure-cell/components/amount-title/component.js +1 -1
  332. package/pure-cell/components/amount-title/index.d.ts +1 -1
  333. package/pure-cell/components/amount-title/index.js +1 -1
  334. package/pure-cell/components/category/component.js +1 -1
  335. package/pure-cell/components/category/index.d.ts +1 -1
  336. package/pure-cell/components/category/index.js +1 -1
  337. package/pure-cell/components/content/component.js +1 -1
  338. package/pure-cell/components/content/index.d.ts +1 -1
  339. package/pure-cell/components/content/index.js +1 -1
  340. package/pure-cell/components/footer/component.js +1 -1
  341. package/pure-cell/components/footer/index.d.ts +1 -1
  342. package/pure-cell/components/footer/index.js +1 -1
  343. package/pure-cell/components/footer-button/component.js +1 -1
  344. package/pure-cell/components/footer-button/index.d.ts +1 -1
  345. package/pure-cell/components/footer-button/index.js +1 -1
  346. package/pure-cell/components/footer-text/component.js +1 -1
  347. package/pure-cell/components/footer-text/index.d.ts +1 -1
  348. package/pure-cell/components/footer-text/index.js +1 -1
  349. package/pure-cell/components/graphics/component.js +1 -1
  350. package/pure-cell/components/graphics/index.d.ts +1 -1
  351. package/pure-cell/components/graphics/index.js +1 -1
  352. package/pure-cell/components/main/component.js +1 -1
  353. package/pure-cell/components/main/index.d.ts +1 -1
  354. package/pure-cell/components/main/index.js +1 -1
  355. package/pure-cell/components/text/component.js +1 -1
  356. package/pure-cell/components/text/index.d.ts +1 -1
  357. package/pure-cell/components/text/index.js +1 -1
  358. package/pure-cell/esm/component.js +1 -1
  359. package/pure-cell/esm/components/addon/component.js +1 -1
  360. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  361. package/pure-cell/esm/components/addon/index.js +1 -1
  362. package/pure-cell/esm/components/amount/component.js +1 -1
  363. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  364. package/pure-cell/esm/components/amount/index.js +1 -1
  365. package/pure-cell/esm/components/amount-title/component.js +1 -1
  366. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  367. package/pure-cell/esm/components/amount-title/index.js +1 -1
  368. package/pure-cell/esm/components/category/component.js +1 -1
  369. package/pure-cell/esm/components/category/index.d.ts +1 -1
  370. package/pure-cell/esm/components/category/index.js +1 -1
  371. package/pure-cell/esm/components/content/component.js +1 -1
  372. package/pure-cell/esm/components/content/index.d.ts +1 -1
  373. package/pure-cell/esm/components/content/index.js +1 -1
  374. package/pure-cell/esm/components/footer/component.js +1 -1
  375. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  376. package/pure-cell/esm/components/footer/index.js +1 -1
  377. package/pure-cell/esm/components/footer-button/component.js +1 -1
  378. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  379. package/pure-cell/esm/components/footer-button/index.js +1 -1
  380. package/pure-cell/esm/components/footer-text/component.js +1 -1
  381. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  382. package/pure-cell/esm/components/footer-text/index.js +1 -1
  383. package/pure-cell/esm/components/graphics/component.js +1 -1
  384. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  385. package/pure-cell/esm/components/graphics/index.js +1 -1
  386. package/pure-cell/esm/components/main/component.js +1 -1
  387. package/pure-cell/esm/components/main/index.d.ts +1 -1
  388. package/pure-cell/esm/components/main/index.js +1 -1
  389. package/pure-cell/esm/components/text/component.js +1 -1
  390. package/pure-cell/esm/components/text/index.d.ts +1 -1
  391. package/pure-cell/esm/components/text/index.js +1 -1
  392. package/pure-cell/esm/index.js +1 -1
  393. package/pure-cell/index.js +1 -1
  394. package/pure-cell/modern/component.js +1 -1
  395. package/pure-cell/modern/components/addon/component.js +1 -1
  396. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  397. package/pure-cell/modern/components/addon/index.js +1 -1
  398. package/pure-cell/modern/components/amount/component.js +1 -1
  399. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  400. package/pure-cell/modern/components/amount/index.js +1 -1
  401. package/pure-cell/modern/components/amount-title/component.js +1 -1
  402. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  403. package/pure-cell/modern/components/amount-title/index.js +1 -1
  404. package/pure-cell/modern/components/category/component.js +1 -1
  405. package/pure-cell/modern/components/category/index.d.ts +1 -1
  406. package/pure-cell/modern/components/category/index.js +1 -1
  407. package/pure-cell/modern/components/content/component.js +1 -1
  408. package/pure-cell/modern/components/content/index.d.ts +1 -1
  409. package/pure-cell/modern/components/content/index.js +1 -1
  410. package/pure-cell/modern/components/footer/component.js +1 -1
  411. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  412. package/pure-cell/modern/components/footer/index.js +1 -1
  413. package/pure-cell/modern/components/footer-button/component.js +1 -1
  414. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  415. package/pure-cell/modern/components/footer-button/index.js +1 -1
  416. package/pure-cell/modern/components/footer-text/component.js +1 -1
  417. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  418. package/pure-cell/modern/components/footer-text/index.js +1 -1
  419. package/pure-cell/modern/components/graphics/component.js +1 -1
  420. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  421. package/pure-cell/modern/components/graphics/index.js +1 -1
  422. package/pure-cell/modern/components/main/component.js +1 -1
  423. package/pure-cell/modern/components/main/index.d.ts +1 -1
  424. package/pure-cell/modern/components/main/index.js +1 -1
  425. package/pure-cell/modern/components/text/component.js +1 -1
  426. package/pure-cell/modern/components/text/index.d.ts +1 -1
  427. package/pure-cell/modern/components/text/index.js +1 -1
  428. package/pure-cell/modern/index.js +1 -1
  429. package/select/components/base-select/Component.js +2 -2
  430. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  431. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  432. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  433. package/select/esm/Component.responsive.js +3 -3
  434. package/select/esm/components/base-select/Component.js +2 -2
  435. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  436. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  437. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  438. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  439. package/select/esm/components/base-select/index.js +2 -2
  440. package/select/esm/components/index.js +2 -2
  441. package/select/esm/desktop/Component.desktop.js +2 -2
  442. package/select/esm/desktop/index.js +2 -2
  443. package/select/esm/index.js +3 -3
  444. package/select/esm/mobile/Component.mobile.js +3 -3
  445. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  446. package/select/esm/mobile/index.js +3 -3
  447. package/select/esm/presets/index.js +1 -1
  448. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  449. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  450. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  451. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  452. package/select/esm/shared/index.js +3 -3
  453. package/select/mobile/Component.mobile.js +1 -1
  454. package/select/modern/Component.responsive.js +3 -3
  455. package/select/modern/components/base-select/Component.js +2 -2
  456. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  457. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  458. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  459. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  460. package/select/modern/components/base-select/index.js +2 -2
  461. package/select/modern/components/index.js +2 -2
  462. package/select/modern/desktop/Component.desktop.js +2 -2
  463. package/select/modern/desktop/index.js +2 -2
  464. package/select/modern/index.js +3 -3
  465. package/select/modern/mobile/Component.mobile.js +3 -3
  466. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  467. package/select/modern/mobile/index.js +3 -3
  468. package/select/modern/presets/index.js +1 -1
  469. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  470. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  471. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  472. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  473. package/select/modern/shared/index.js +3 -3
  474. package/select/presets/index.js +1 -1
  475. package/select/presets/useSelectWithApply/hook.js +1 -1
  476. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  477. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  478. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  479. package/select/shared/index.js +1 -1
  480. package/side-panel/components/controls/Component.js +1 -1
  481. package/side-panel/components/footer/Component.js +1 -1
  482. package/side-panel/esm/Component.responsive.js +1 -1
  483. package/side-panel/esm/components/controls/Component.js +1 -1
  484. package/side-panel/esm/components/controls/index.js +1 -1
  485. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  486. package/side-panel/esm/components/footer/Component.js +1 -1
  487. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  488. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  489. package/side-panel/esm/desktop/index.js +1 -1
  490. package/side-panel/esm/index.js +1 -1
  491. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  492. package/side-panel/esm/mobile/index.js +1 -1
  493. package/side-panel/modern/Component.responsive.js +1 -1
  494. package/side-panel/modern/components/controls/Component.js +1 -1
  495. package/side-panel/modern/components/controls/index.js +1 -1
  496. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  497. package/side-panel/modern/components/footer/Component.js +1 -1
  498. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  499. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  500. package/side-panel/modern/desktop/index.js +1 -1
  501. package/side-panel/modern/index.js +1 -1
  502. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  503. package/side-panel/modern/mobile/index.js +1 -1
  504. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  505. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  506. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  507. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  508. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  509. package/tabs/esm/collapsible/index.js +1 -1
  510. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  511. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  512. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  513. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  514. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  515. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  516. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  517. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  518. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  519. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  520. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  521. package/tabs/esm/desktop/index.js +2 -2
  522. package/tabs/esm/index.js +2 -2
  523. package/tabs/esm/mobile/index.js +2 -2
  524. package/tabs/modern/collapsible/index.js +1 -1
  525. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  526. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  527. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  528. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  529. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  530. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  531. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  532. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  533. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  534. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  535. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  536. package/tabs/modern/desktop/index.js +2 -2
  537. package/tabs/modern/index.js +2 -2
  538. package/tabs/modern/mobile/index.js +2 -2
  539. package/textarea/Component.js +1 -1
  540. package/textarea/components/PseudoTextArea.js +1 -1
  541. package/textarea/components/index.d.ts +1 -1
  542. package/textarea/components/index.js +1 -1
  543. package/textarea/esm/Component.js +1 -1
  544. package/textarea/esm/components/PseudoTextArea.js +1 -1
  545. package/textarea/esm/components/index.d.ts +1 -1
  546. package/textarea/esm/components/index.js +1 -1
  547. package/textarea/esm/index.js +1 -1
  548. package/textarea/modern/Component.js +1 -1
  549. package/textarea/modern/components/PseudoTextArea.js +1 -1
  550. package/textarea/modern/components/index.d.ts +1 -1
  551. package/textarea/modern/components/index.js +1 -1
  552. package/textarea/modern/index.js +1 -1
  553. package/themes/click.d.ts +1 -1
  554. package/themes/click.js +2 -8
  555. package/themes/compiled/mobile-dark-bluetint.css +3296 -21
  556. package/themes/compiled/mobile-dark-bluetint.d.ts +2 -2
  557. package/themes/compiled/mobile-dark-bluetint.js +3 -8
  558. package/themes/corp.d.ts +1 -1
  559. package/themes/corp.js +2 -8
  560. package/themes/dark.d.ts +1 -1
  561. package/themes/dark.js +2 -8
  562. package/themes/esm/click.d.ts +1 -1
  563. package/themes/esm/click.js +2 -4
  564. package/themes/esm/compiled/mobile-dark-bluetint.d.ts +2 -2
  565. package/themes/esm/compiled/mobile-dark-bluetint.js +4 -1
  566. package/themes/esm/corp.d.ts +1 -1
  567. package/themes/esm/corp.js +2 -4
  568. package/themes/esm/dark.d.ts +1 -1
  569. package/themes/esm/dark.js +2 -4
  570. package/themes/esm/intranet.d.ts +1 -1
  571. package/themes/esm/intranet.js +2 -4
  572. package/themes/esm/mobile.d.ts +1 -1
  573. package/themes/esm/mobile.js +2 -4
  574. package/themes/esm/site.d.ts +1 -1
  575. package/themes/esm/site.js +2 -4
  576. package/themes/intranet.d.ts +1 -1
  577. package/themes/intranet.js +2 -8
  578. package/themes/mobile.d.ts +1 -1
  579. package/themes/mobile.js +2 -8
  580. package/themes/modern/click.d.ts +1 -1
  581. package/themes/modern/click.js +2029 -3
  582. package/themes/modern/compiled/mobile-dark-bluetint.d.ts +2 -2
  583. package/themes/modern/compiled/mobile-dark-bluetint.js +3877 -1
  584. package/themes/modern/corp.d.ts +1 -1
  585. package/themes/modern/corp.js +1986 -3
  586. package/themes/modern/dark.d.ts +1 -1
  587. package/themes/modern/dark.js +688 -4
  588. package/themes/modern/intranet.d.ts +1 -1
  589. package/themes/modern/intranet.js +1915 -3
  590. package/themes/modern/mobile.d.ts +1 -1
  591. package/themes/modern/mobile.js +1911 -3
  592. package/themes/modern/site.d.ts +1 -1
  593. package/themes/modern/site.js +2036 -3
  594. package/themes/site.d.ts +1 -1
  595. package/themes/site.js +2 -8
  596. package/typography/cssm/text/alfasans-index.module.css +6 -2
  597. package/typography/esm/component.js +2 -2
  598. package/typography/esm/index.js +2 -2
  599. package/typography/esm/text/alfasans-index.css +6 -2
  600. package/typography/esm/text/component.js +1 -1
  601. package/typography/esm/text/index.js +1 -1
  602. package/typography/esm/title/component.js +1 -1
  603. package/typography/esm/title/index.js +2 -2
  604. package/typography/esm/title-mobile/component.js +2 -2
  605. package/typography/esm/title-mobile/index.js +2 -2
  606. package/typography/esm/title-responsive/component.js +2 -2
  607. package/typography/esm/title-responsive/index.js +2 -2
  608. package/typography/modern/component.js +2 -2
  609. package/typography/modern/index.js +2 -2
  610. package/typography/modern/text/alfasans-index.css +6 -2
  611. package/typography/modern/text/component.js +1 -1
  612. package/typography/modern/text/index.js +1 -1
  613. package/typography/modern/title/component.js +1 -1
  614. package/typography/modern/title/index.js +2 -2
  615. package/typography/modern/title-mobile/component.js +2 -2
  616. package/typography/modern/title-mobile/index.js +2 -2
  617. package/typography/modern/title-responsive/component.js +2 -2
  618. package/typography/modern/title-responsive/index.js +2 -2
  619. package/typography/moderncssm/text/alfasans-index.module.css +22 -2
  620. package/typography/moderncssm/title/alfasans-index.module.css +0 -10
  621. package/typography/text/alfasans-index.css +6 -2
  622. package/typography/text/component.js +1 -1
  623. package/typography/title/component.js +1 -1
  624. package/typography/title/index.js +1 -1
  625. package/typography/title-mobile/component.js +1 -1
  626. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  627. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  628. package/universal-modal/esm/Component.responsive.d.ts +2 -2
  629. package/universal-modal/esm/Component.responsive.js +1 -1
  630. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  631. package/universal-modal/esm/components/header/index.js +1 -1
  632. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  633. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  634. package/universal-modal/esm/desktop/Component.desktop.d.ts +2 -2
  635. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  636. package/universal-modal/esm/desktop/components/center-modal/center-modal.d.ts +1 -1
  637. package/universal-modal/esm/desktop/components/side-modal/side-modal.d.ts +1 -1
  638. package/universal-modal/esm/desktop/index.js +1 -1
  639. package/universal-modal/esm/index.js +1 -1
  640. package/universal-modal/esm/mobile/Component.mobile.d.ts +2 -2
  641. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  642. package/universal-modal/esm/mobile/index.js +1 -1
  643. package/universal-modal/modern/Component.responsive.js +1 -1
  644. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  645. package/universal-modal/modern/components/header/index.js +1 -1
  646. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  647. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  648. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  649. package/universal-modal/modern/desktop/index.js +1 -1
  650. package/universal-modal/modern/index.js +1 -1
  651. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  652. package/universal-modal/modern/mobile/index.js +1 -1
  653. /package/calendar/{calendarMonthOnlyView-0a5266fb.d.ts → calendarMonthOnlyView-154be5cd.d.ts} +0 -0
  654. /package/calendar/{calendarMonthOnlyView-0a5266fb.js → calendarMonthOnlyView-154be5cd.js} +0 -0
  655. /package/calendar/esm/{calendarMonthOnlyView-ee290d74.d.ts → calendarMonthOnlyView-c4b0990e.d.ts} +0 -0
  656. /package/calendar/esm/{calendarMonthOnlyView-ee290d74.js → calendarMonthOnlyView-c4b0990e.js} +0 -0
  657. /package/calendar/modern/{calendarMonthOnlyView-cb6130fd.d.ts → calendarMonthOnlyView-5228af9c.d.ts} +0 -0
  658. /package/calendar/modern/{calendarMonthOnlyView-cb6130fd.js → calendarMonthOnlyView-5228af9c.js} +0 -0
  659. /package/calendar-range/esm/{index.module-614f41e2.js → index.module-844e5e20.js} +0 -0
  660. /package/calendar-range/{index.module-8638edb5.js → index.module-24b2e6b3.js} +0 -0
  661. /package/calendar-range/modern/{index.module-23ee63c3.js → index.module-249bd0bf.js} +0 -0
  662. /package/confirmation/{countdown-section-8494fee7.d.ts → countdown-section-ed5afdf6.d.ts} +0 -0
  663. /package/confirmation/esm/{countdown-section-210293dc.d.ts → countdown-section-ac318a99.d.ts} +0 -0
  664. /package/confirmation/modern/{countdown-section-c7e8c587.d.ts → countdown-section-67dedb5c.d.ts} +0 -0
  665. /package/file-upload-item/{actions-control.module-200ab9de.js → actions-control.module-981e6d88.js} +0 -0
  666. /package/file-upload-item/esm/{actions-control.module-091e8b81.js → actions-control.module-9d404427.js} +0 -0
  667. /package/file-upload-item/modern/{actions-control.module-0d2be3c4.js → actions-control.module-cfa22303.js} +0 -0
  668. /package/gallery/esm/{hooks-d3284a04.d.ts → hooks-f5653065.d.ts} +0 -0
  669. /package/gallery/esm/{hooks-d3284a04.js → hooks-f5653065.js} +0 -0
  670. /package/gallery/{hooks-c84dacce.d.ts → hooks-ed93173c.d.ts} +0 -0
  671. /package/gallery/{hooks-c84dacce.js → hooks-ed93173c.js} +0 -0
  672. /package/gallery/modern/{hooks-3938f1b1.d.ts → hooks-f5d729d2.d.ts} +0 -0
  673. /package/gallery/modern/{hooks-3938f1b1.js → hooks-f5d729d2.js} +0 -0
  674. /package/list/{Component-7824cae7.d.ts → Component-d820b5f0.d.ts} +0 -0
  675. /package/list/{Component-7824cae7.js → Component-d820b5f0.js} +0 -0
  676. /package/list/esm/{Component-34960d42.d.ts → Component-1bda4abd.d.ts} +0 -0
  677. /package/list/esm/{Component-34960d42.js → Component-1bda4abd.js} +0 -0
  678. /package/list/modern/{Component-eb92f4e0.d.ts → Component-245adfda.d.ts} +0 -0
  679. /package/list/modern/{Component-eb92f4e0.js → Component-245adfda.js} +0 -0
  680. /package/modal/esm/{layout.module-cb2014c2.js → layout.module-88c2cd2c.js} +0 -0
  681. /package/modal/{layout.module-971e2d9b.js → layout.module-b8b8c4c5.js} +0 -0
  682. /package/modal/modern/{layout.module-48ecd138.js → layout.module-2da0e614.js} +0 -0
  683. /package/plate/esm/{warning-12014c94.d.ts → warning-55b2c14b.d.ts} +0 -0
  684. /package/plate/esm/{warning-12014c94.js → warning-55b2c14b.js} +0 -0
  685. /package/plate/modern/{warning-0dd47e10.d.ts → warning-1db6c76d.d.ts} +0 -0
  686. /package/plate/modern/{warning-0dd47e10.js → warning-1db6c76d.js} +0 -0
  687. /package/plate/{warning-e86f12cd.d.ts → warning-d3ae8fcd.d.ts} +0 -0
  688. /package/plate/{warning-e86f12cd.js → warning-d3ae8fcd.js} +0 -0
  689. /package/pure-cell/{component-e25f6d24.d.ts → component-daee4234.d.ts} +0 -0
  690. /package/pure-cell/{component-e25f6d24.js → component-daee4234.js} +0 -0
  691. /package/pure-cell/esm/{component-2cbdee0c.d.ts → component-89ffe775.d.ts} +0 -0
  692. /package/pure-cell/esm/{component-2cbdee0c.js → component-89ffe775.js} +0 -0
  693. /package/pure-cell/modern/{component-11cadaf1.d.ts → component-b3cbf3fd.d.ts} +0 -0
  694. /package/pure-cell/modern/{component-11cadaf1.js → component-b3cbf3fd.js} +0 -0
  695. /package/select/esm/{hook-a050950e.d.ts → hook-1bfdb0fc.d.ts} +0 -0
  696. /package/select/esm/{hook-a050950e.js → hook-1bfdb0fc.js} +0 -0
  697. /package/select/esm/{list-popover-desktop-1336e6f2.d.ts → list-popover-desktop-a853ce4a.d.ts} +0 -0
  698. /package/select/esm/{list-popover-desktop-1336e6f2.js → list-popover-desktop-a853ce4a.js} +0 -0
  699. /package/select/esm/{mobile.module-d180a568.js → mobile.module-cd365f67.js} +0 -0
  700. /package/select/{hook-d49b4877.d.ts → hook-a840076d.d.ts} +0 -0
  701. /package/select/{hook-d49b4877.js → hook-a840076d.js} +0 -0
  702. /package/select/{list-popover-desktop-65c244cb.d.ts → list-popover-desktop-2ec8e83c.d.ts} +0 -0
  703. /package/select/{list-popover-desktop-65c244cb.js → list-popover-desktop-2ec8e83c.js} +0 -0
  704. /package/select/{mobile.module-45650e6b.js → mobile.module-0de8fc36.js} +0 -0
  705. /package/select/modern/{hook-aae4ec24.d.ts → hook-095ee822.d.ts} +0 -0
  706. /package/select/modern/{hook-aae4ec24.js → hook-095ee822.js} +0 -0
  707. /package/select/modern/{list-popover-desktop-db643371.d.ts → list-popover-desktop-e77b41d0.d.ts} +0 -0
  708. /package/select/modern/{list-popover-desktop-db643371.js → list-popover-desktop-e77b41d0.js} +0 -0
  709. /package/select/modern/{mobile.module-b3570534.js → mobile.module-492a8cc0.js} +0 -0
  710. /package/side-panel/esm/{layout.module-ed6c4a10.js → layout.module-d264cc45.js} +0 -0
  711. /package/side-panel/{layout.module-015850ee.js → layout.module-b7d4e75d.js} +0 -0
  712. /package/side-panel/modern/{layout.module-47f6670f.js → layout.module-d652b3d8.js} +0 -0
  713. /package/tabs/esm/{index.module-7bbdbbc4.js → index.module-6c0aa222.js} +0 -0
  714. /package/tabs/esm/{index.module-d6d9c12d.js → index.module-8ee88556.js} +0 -0
  715. /package/tabs/{index.module-65e5a2fa.js → index.module-b0163905.js} +0 -0
  716. /package/tabs/{index.module-9d3df3f9.js → index.module-b6d5cc24.js} +0 -0
  717. /package/tabs/modern/{index.module-b46d134e.js → index.module-00ead3f7.js} +0 -0
  718. /package/tabs/modern/{index.module-319370a0.js → index.module-9740378c.js} +0 -0
  719. /package/textarea/{PseudoTextArea-13d4f383.d.ts → PseudoTextArea-63acc5ad.d.ts} +0 -0
  720. /package/textarea/{PseudoTextArea-13d4f383.js → PseudoTextArea-63acc5ad.js} +0 -0
  721. /package/textarea/esm/{PseudoTextArea-80e94373.d.ts → PseudoTextArea-70617958.d.ts} +0 -0
  722. /package/textarea/esm/{PseudoTextArea-80e94373.js → PseudoTextArea-70617958.js} +0 -0
  723. /package/textarea/modern/{PseudoTextArea-619f241a.d.ts → PseudoTextArea-9b243b09.d.ts} +0 -0
  724. /package/textarea/modern/{PseudoTextArea-619f241a.js → PseudoTextArea-9b243b09.js} +0 -0
  725. /package/typography/{colors.module-c75cdd23.js → colors.module-e1e906c3.js} +0 -0
  726. /package/typography/{common.module-eebc0203.js → common.module-a4e4d663.js} +0 -0
  727. /package/typography/esm/{colors.module-d5ecddb2.js → colors.module-e2af082a.js} +0 -0
  728. /package/typography/esm/{common.module-4c346c14.js → common.module-83d69222.js} +0 -0
  729. /package/typography/modern/{colors.module-38ef620f.js → colors.module-4a38339f.js} +0 -0
  730. /package/typography/modern/{common.module-595fec7a.js → common.module-02ca3b65.js} +0 -0
  731. /package/universal-modal/esm/{index.module-a77a9ec0.js → index.module-e88d6669.js} +0 -0
  732. /package/universal-modal/{index.module-fa416195.js → index.module-adc95e6b.js} +0 -0
  733. /package/universal-modal/modern/{index.module-acadab38.js → index.module-60e434e6.js} +0 -0
@@ -1,9 +1,24 @@
1
- .card-image__cardImage_1lbmv {
1
+ .backdrop__backdrop_c2lat {
2
+ -webkit-tap-highlight-color: transparent;
3
+ } .backdrop__appear_c2lat,
4
+ .backdrop__enter_c2lat {
5
+ background-color: transparent;
6
+ } .backdrop__appearActive_c2lat,
7
+ .backdrop__enterActive_c2lat,
8
+ .backdrop__appearDone_c2lat,
9
+ .backdrop__enterDone_c2lat {
10
+ background-color: rgba(0, 0, 0, 0.7);
11
+ } .backdrop__exit_c2lat {
12
+ background-color: rgba(0, 0, 0, 0.7);
13
+ } .backdrop__exitActive_c2lat,
14
+ .backdrop__exitDone_c2lat {
15
+ background-color: transparent;
16
+ } .backdrop__transparent_c2lat.backdrop__transparent_c2lat {
17
+ background-color: transparent;
18
+ }.card-image__cardImage_1lbmv {
2
19
  background: #e7e8ea;
3
20
  } .card-image__loaded_1lbmv {
4
21
  background: transparent
5
- }.divider__component_1wb0p {
6
- border-bottom: 1px solid #353539;
7
22
  }.badge__component_lbq63.badge__background-accent_lbq63 {
8
23
  background-color: #f83a2a;
9
24
  color: rgba(255, 255, 255, 0.94);
@@ -64,23 +79,8 @@
64
79
  background-color: rgba(255, 255, 255, 0.94);
65
80
  } .badge__dot_lbq63.badge__outlineCount_lbq63 {
66
81
  border: 1px solid rgba(3, 3, 6, 0.88);
67
- }.backdrop__backdrop_c2lat {
68
- -webkit-tap-highlight-color: transparent;
69
- } .backdrop__appear_c2lat,
70
- .backdrop__enter_c2lat {
71
- background-color: transparent;
72
- } .backdrop__appearActive_c2lat,
73
- .backdrop__enterActive_c2lat,
74
- .backdrop__appearDone_c2lat,
75
- .backdrop__enterDone_c2lat {
76
- background-color: rgba(0, 0, 0, 0.7);
77
- } .backdrop__exit_c2lat {
78
- background-color: rgba(0, 0, 0, 0.7);
79
- } .backdrop__exitActive_c2lat,
80
- .backdrop__exitDone_c2lat {
81
- background-color: transparent;
82
- } .backdrop__transparent_c2lat.backdrop__transparent_c2lat {
83
- background-color: transparent;
82
+ }.divider__component_1wb0p {
83
+ border-bottom: 1px solid #353539;
84
84
  }.dropzone__component_1n743 {
85
85
  border: 1px dashed rgba(255, 255, 255, 0.94);
86
86
  } .dropzone__component_1n743:not(.dropzone__disabled_1n743):hover {
@@ -595,4 +595,3279 @@
595
595
  border-color: rgba(222, 222, 238, 0.13);
596
596
  } .underlay__border-color-specialbg-tertiary-transparent-inverted_18tn5 {
597
597
  border-color: rgba(15, 25, 55, 0.1);
598
- }
598
+ }.checkbox-group__label_1ernj {
599
+ color: rgba(255, 255, 255, 0.94);
600
+ }
601
+ .checkbox-group__label_1kzwd {
602
+ color: rgba(238, 238, 251, 0.55);
603
+ }
604
+ .checkbox-group__error_19ov2 {
605
+ border-left: 1px solid #ff4837
606
+ } .checkbox-group__errorMessage_19ov2 {
607
+ color: #ff4837;
608
+ } .checkbox-group__hint_19ov2 {
609
+ color: rgba(238, 238, 251, 0.55);
610
+ }.checkbox__box_g96lx {
611
+ color: rgba(3, 3, 6, 0.88);
612
+ background-color: #262629;
613
+ border: 1.5px solid rgba(238, 238, 251, 0.55);
614
+ } .checkbox__checkedIcon_g96lx {
615
+ color: rgba(3, 3, 6, 0.88);
616
+ } .checkbox__component_g96lx:hover:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
617
+ background-color: #2f2f32;
618
+ border-color: rgba(238, 238, 251, 0.55);
619
+ } .checkbox__component_g96lx:active:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
620
+ background-color: #353539;
621
+ border-color: rgba(238, 238, 251, 0.55);
622
+ } .checkbox__checked_g96lx .checkbox__box_g96lx {
623
+ background-color: #f2f3f5;
624
+ border-color: transparent;
625
+ } .checkbox__checked_g96lx:hover:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
626
+ background-color: #dcdde1;
627
+ border-color: transparent;
628
+ } .checkbox__checked_g96lx:active:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
629
+ background-color: #d2d3d9;
630
+ border-color: transparent;
631
+ } .checkbox__indeterminate_g96lx .checkbox__box_g96lx {
632
+ background-color: #f2f3f5;
633
+ border-color: transparent;
634
+ } .checkbox__indeterminate_g96lx:hover:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
635
+ background-color: #dcdde1;
636
+ border-color: transparent;
637
+ } .checkbox__indeterminate_g96lx:active:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
638
+ background-color: #d2d3d9;
639
+ border-color: transparent;
640
+ } .checkbox__disabled_g96lx .checkbox__box_g96lx {
641
+ background-color: #262629;
642
+ border-color: rgba(222, 222, 238, 0.13);
643
+ } .checkbox__disabled_g96lx.checkbox__checked_g96lx .checkbox__box_g96lx {
644
+ background-color: rgba(225, 225, 248, 0.09);
645
+ border-color: transparent;
646
+ .checkbox__checkedIcon_g96lx {
647
+ color: rgba(228, 228, 251, 0.28);
648
+ }
649
+ } .checkbox__disabled_g96lx.checkbox__indeterminate_g96lx .checkbox__box_g96lx {
650
+ background-color: rgba(225, 225, 248, 0.09);
651
+ border-color: transparent
652
+ } .checkbox__disabled_g96lx.checkbox__indeterminate_g96lx .checkbox__box_g96lx .checkbox__indeterminateLine_g96lx {
653
+ background-color: rgba(228, 228, 251, 0.28);
654
+ } .checkbox__disabled_g96lx .checkbox__label_g96lx {
655
+ color: rgba(238, 238, 251, 0.55);
656
+ } .checkbox__disabled_g96lx .checkbox__hint_g96lx {
657
+ color: rgba(238, 238, 251, 0.55);
658
+ } .checkbox__label_g96lx {
659
+ color: rgba(255, 255, 255, 0.94);
660
+ } .checkbox__hint_g96lx {
661
+ color: rgba(238, 238, 251, 0.55);
662
+ } .checkbox__indeterminateLine_g96lx {
663
+ background-color: rgba(3, 3, 6, 0.88);
664
+ }
665
+ .checkbox__focused_e85iq .checkbox__box_e85iq {
666
+ outline: 2px solid #3193fc;
667
+ } .checkbox__errorMessage_e85iq {
668
+ color: #ff4837;
669
+ }
670
+ .checkbox__box_18olt {
671
+ color: rgba(255, 255, 255, 0.94);
672
+ background-color: #fff;
673
+ border: 1.5px solid rgba(4, 4, 21, 0.47);
674
+ } .checkbox__checkedIcon_18olt {
675
+ color: rgba(255, 255, 255, 0.94);
676
+ } .checkbox__component_18olt:hover:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
677
+ background-color: #e7e8eb;
678
+ border-color: rgba(4, 4, 21, 0.47);
679
+ } .checkbox__component_18olt:active:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
680
+ background-color: #dcdde1;
681
+ border-color: rgba(4, 4, 21, 0.47);
682
+ } .checkbox__checked_18olt .checkbox__box_18olt {
683
+ background-color: #212124;
684
+ border-color: transparent;
685
+ } .checkbox__checked_18olt:hover:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
686
+ background-color: #2f2f32;
687
+ border-color: transparent;
688
+ } .checkbox__checked_18olt:active:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
689
+ background-color: #353539;
690
+ border-color: transparent;
691
+ } .checkbox__indeterminate_18olt .checkbox__box_18olt {
692
+ background-color: #212124;
693
+ border-color: transparent;
694
+ } .checkbox__indeterminate_18olt:hover:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
695
+ background-color: #2f2f32;
696
+ border-color: transparent;
697
+ } .checkbox__indeterminate_18olt:active:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
698
+ background-color: #353539;
699
+ border-color: transparent;
700
+ } .checkbox__disabled_18olt .checkbox__box_18olt {
701
+ background-color: #fff;
702
+ border-color: rgba(15, 25, 55, 0.1);
703
+ } .checkbox__disabled_18olt.checkbox__checked_18olt .checkbox__box_18olt {
704
+ background-color: rgba(30, 43, 68, 0.08);
705
+ border-color: transparent;
706
+ .checkbox__checkedIcon_18olt {
707
+ color: rgba(9, 12, 37, 0.28);
708
+ }
709
+ } .checkbox__disabled_18olt.checkbox__indeterminate_18olt .checkbox__box_18olt {
710
+ background-color: rgba(30, 43, 68, 0.08);
711
+ border-color: transparent
712
+ } .checkbox__disabled_18olt.checkbox__indeterminate_18olt .checkbox__box_18olt .checkbox__indeterminateLine_18olt {
713
+ background-color: rgba(9, 12, 37, 0.28);
714
+ } .checkbox__disabled_18olt .checkbox__label_18olt {
715
+ color: rgba(4, 4, 19, 0.55);
716
+ } .checkbox__disabled_18olt .checkbox__hint_18olt {
717
+ color: rgba(4, 4, 19, 0.55);
718
+ } .checkbox__label_18olt {
719
+ color: rgba(3, 3, 6, 0.88);
720
+ } .checkbox__hint_18olt {
721
+ color: rgba(4, 4, 19, 0.55);
722
+ } .checkbox__indeterminateLine_18olt {
723
+ background-color: rgba(255, 255, 255, 0.94);
724
+ }.code-input__component_1ekri {
725
+ background-color: rgba(214, 214, 229, 0.07);
726
+ }
727
+ .code-input__component_1orb5 {
728
+ background-color: rgba(222, 222, 238, 0.13)
729
+ }
730
+ .code-input__error_1hxln {
731
+ color: #ff4837;
732
+ } @keyframes code-input__shake_1hxln {
733
+ }
734
+ .code-input__input_190nw {
735
+ color: rgba(255, 255, 255, 0.94)
736
+ } .code-input__input_190nw.code-input__hasError_190nw {
737
+ color: #ff4837;
738
+ caret-color: rgba(255, 255, 255, 0.94);
739
+ background-color: #392523;
740
+ } .code-input__input_190nw.code-input__disabled_190nw {
741
+ color: rgba(233, 233, 250, 0.37);
742
+ } .code-input__input_190nw:-webkit-autofill {
743
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
744
+ }.filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2 {
745
+ background-color: rgba(222, 222, 238, 0.13)
746
+ } .filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2:disabled {
747
+ background-color: rgba(214, 214, 229, 0.07);
748
+ } @media (hover: hover) {
749
+ .filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2:not(:disabled):hover {
750
+ background-color: rgba(234, 234, 248, 0.15);
751
+ }
752
+ } .filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2:not(:disabled):active {
753
+ background-color: rgba(231, 231, 248, 0.18);
754
+ }
755
+
756
+ .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v {
757
+ background-color: rgba(15, 25, 55, 0.1)
758
+ } .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v:disabled {
759
+ background-color: rgba(38, 55, 88, 0.06);
760
+ } @media (hover: hover) {
761
+ .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v:not(:disabled):hover {
762
+ background-color: rgba(5, 12, 41, 0.14);
763
+ }
764
+ } .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v:not(:disabled):active {
765
+ background-color: rgba(5, 11, 44, 0.18);
766
+ }
767
+ .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2 {
768
+ background-color: rgba(214, 214, 229, 0.07)
769
+ } .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2:disabled {
770
+ background-color: rgba(214, 214, 229, 0.07);
771
+ } @media (hover: hover) {
772
+ .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2:not(:disabled):hover {
773
+ background-color: rgba(214, 214, 229, 0.07);
774
+ }
775
+ } .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2:not(:disabled):active {
776
+ background-color: rgba(222, 222, 238, 0.13);
777
+ }
778
+ .filter-tag__valueButton_1csea.filter-tag__filled_1csea {
779
+ background-color: rgba(38, 55, 88, 0.06)
780
+ } .filter-tag__valueButton_1csea.filter-tag__filled_1csea:disabled {
781
+ background-color: rgba(38, 55, 88, 0.06);
782
+ } @media (hover: hover) {
783
+ .filter-tag__valueButton_1csea.filter-tag__filled_1csea:not(:disabled):hover {
784
+ background-color: rgba(38, 55, 88, 0.06);
785
+ }
786
+ } .filter-tag__valueButton_1csea.filter-tag__filled_1csea:not(:disabled):active {
787
+ background-color: rgba(5, 12, 41, 0.14);
788
+ }
789
+
790
+ .filter-tag__component_1kzy8.filter-tag__disabled_1kzy8 {
791
+ background-color: transparent;
792
+ } .filter-tag__component_1kzy8.filter-tag__checked_1kzy8:not(.filter-tag__disabled_1kzy8) {
793
+ background-color: #f2f3f5;
794
+ } @media (hover: hover) {
795
+ .filter-tag__component_1kzy8.filter-tag__checked_1kzy8:not(.filter-tag__disabled_1kzy8):hover {
796
+ background-color: #dcdde1;
797
+ }
798
+ } .filter-tag__component_1kzy8.filter-tag__checked_1kzy8:not(.filter-tag__disabled_1kzy8):active {
799
+ background-color: #d2d3d9;
800
+ } .filter-tag__chevron_1kzy8 {
801
+ color: rgba(255, 255, 255, 0.94);
802
+ } .filter-tag__valueButton_1kzy8 {
803
+ color: rgba(255, 255, 255, 0.94);
804
+ background-color: transparent;
805
+ border: 1px solid rgba(228, 228, 251, 0.28)
806
+ } .filter-tag__valueButton_1kzy8:disabled > .filter-tag__chevron_1kzy8 {
807
+ color: #4a4a51;
808
+ } .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8 {
809
+ color: rgba(255, 255, 255, 0.94);
810
+ border-color: rgba(228, 228, 251, 0.28);
811
+ background-color: transparent
812
+ } .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8:disabled {
813
+ border-color: rgba(228, 228, 251, 0.28);
814
+ color: rgba(233, 233, 250, 0.37);
815
+ background-color: transparent;
816
+ } @media (hover: hover) {
817
+ .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8:not(:disabled):hover {
818
+ border-color: rgba(228, 228, 251, 0.28);
819
+ background-color: rgba(214, 214, 229, 0.07);
820
+ }
821
+ } .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8:not(:disabled):active {
822
+ border-color: rgba(228, 228, 251, 0.28);
823
+ background-color: rgba(225, 225, 248, 0.09);
824
+ } .filter-tag__valueButton_1kzy8.filter-tag__filled_1kzy8 {
825
+ color: rgba(255, 255, 255, 0.94);
826
+ border-color: transparent
827
+ } .filter-tag__valueButton_1kzy8.filter-tag__filled_1kzy8:disabled {
828
+ color: rgba(233, 233, 250, 0.37);
829
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8 {
830
+ color: rgba(3, 3, 6, 0.88);
831
+ background-color: #f2f3f5;
832
+ border-color: #f2f3f5
833
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8 > .filter-tag__chevron_1kzy8 {
834
+ color: rgba(3, 3, 6, 0.88);
835
+ } @media (hover: hover) {
836
+ .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):hover {
837
+ background-color: #dcdde1;
838
+ }
839
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):active {
840
+ background-color: #d2d3d9;
841
+ } @media (hover: hover) {
842
+ .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):hover + .filter-tag__clear_1kzy8:before {
843
+ background-color: transparent;
844
+ }
845
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):active + .filter-tag__clear_1kzy8:before {
846
+ background-color: transparent;
847
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:disabled {
848
+ color: rgba(233, 233, 250, 0.37);
849
+ background-color: rgba(214, 214, 229, 0.07)
850
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:disabled > .filter-tag__chevron_1kzy8 {
851
+ color: #4a4a51;
852
+ } .filter-tag__clear_1kzy8 {
853
+ color: rgba(4, 4, 21, 0.47);
854
+ background-color: #f2f3f5
855
+ } .filter-tag__clear_1kzy8:before {
856
+ background-color: rgba(9, 12, 37, 0.28);
857
+ } @media (hover: hover) {
858
+ .filter-tag__clear_1kzy8:hover:before {
859
+ background-color: transparent;
860
+ }
861
+ } .filter-tag__clear_1kzy8:active:before {
862
+ background-color: transparent;
863
+ } @media (hover: hover) {
864
+ .filter-tag__clear_1kzy8:hover {
865
+ color: rgba(4, 4, 19, 0.55);
866
+ background-color: #dcdde1;
867
+ }
868
+ } .filter-tag__clear_1kzy8:active {
869
+ color: rgba(1, 1, 12, 0.63);
870
+ background-color: #d2d3d9;
871
+ }
872
+ .filter-tag__focused_1mu6v {
873
+ outline: 2px solid #3193fc;
874
+ } .filter-tag__valueButton_1mu6v.filter-tag__checked_1mu6v:disabled {
875
+ border-color: transparent;
876
+ }
877
+ .filter-tag__component_1v8vv.filter-tag__disabled_1v8vv {
878
+ background-color: transparent;
879
+ } .filter-tag__component_1v8vv.filter-tag__checked_1v8vv:not(.filter-tag__disabled_1v8vv) {
880
+ background-color: #212124;
881
+ } @media (hover: hover) {
882
+ .filter-tag__component_1v8vv.filter-tag__checked_1v8vv:not(.filter-tag__disabled_1v8vv):hover {
883
+ background-color: #2f2f32;
884
+ }
885
+ } .filter-tag__component_1v8vv.filter-tag__checked_1v8vv:not(.filter-tag__disabled_1v8vv):active {
886
+ background-color: #353539;
887
+ } .filter-tag__chevron_1v8vv {
888
+ color: rgba(3, 3, 6, 0.88);
889
+ } .filter-tag__valueButton_1v8vv {
890
+ color: rgba(3, 3, 6, 0.88);
891
+ background-color: transparent;
892
+ border: 1px solid rgba(9, 12, 37, 0.28)
893
+ } .filter-tag__valueButton_1v8vv:disabled > .filter-tag__chevron_1v8vv {
894
+ color: #babbc2;
895
+ } .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv {
896
+ color: rgba(3, 3, 6, 0.88);
897
+ border-color: rgba(9, 12, 37, 0.28);
898
+ background-color: transparent
899
+ } .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv:disabled {
900
+ border-color: rgba(9, 12, 37, 0.28);
901
+ color: rgba(5, 8, 29, 0.38);
902
+ background-color: transparent;
903
+ } @media (hover: hover) {
904
+ .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv:not(:disabled):hover {
905
+ border-color: rgba(9, 12, 37, 0.28);
906
+ background-color: rgba(38, 55, 88, 0.06);
907
+ }
908
+ } .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv:not(:disabled):active {
909
+ border-color: rgba(9, 12, 37, 0.28);
910
+ background-color: rgba(30, 43, 68, 0.08);
911
+ } .filter-tag__valueButton_1v8vv.filter-tag__filled_1v8vv {
912
+ color: rgba(3, 3, 6, 0.88);
913
+ border-color: transparent
914
+ } .filter-tag__valueButton_1v8vv.filter-tag__filled_1v8vv:disabled {
915
+ color: rgba(5, 8, 29, 0.38);
916
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv {
917
+ color: rgba(255, 255, 255, 0.94);
918
+ background-color: #212124;
919
+ border-color: #212124
920
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv > .filter-tag__chevron_1v8vv {
921
+ color: rgba(255, 255, 255, 0.94);
922
+ } @media (hover: hover) {
923
+ .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):hover {
924
+ background-color: #2f2f32;
925
+ }
926
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):active {
927
+ background-color: #353539;
928
+ } @media (hover: hover) {
929
+ .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):hover + .filter-tag__clear_1v8vv:before {
930
+ background-color: transparent;
931
+ }
932
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):active + .filter-tag__clear_1v8vv:before {
933
+ background-color: transparent;
934
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:disabled {
935
+ color: rgba(5, 8, 29, 0.38);
936
+ background-color: rgba(38, 55, 88, 0.06)
937
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:disabled > .filter-tag__chevron_1v8vv {
938
+ color: #babbc2;
939
+ } .filter-tag__clear_1v8vv {
940
+ color: rgba(238, 238, 251, 0.55);
941
+ background-color: #212124
942
+ } .filter-tag__clear_1v8vv:before {
943
+ background-color: rgba(228, 228, 251, 0.28);
944
+ } @media (hover: hover) {
945
+ .filter-tag__clear_1v8vv:hover:before {
946
+ background-color: transparent;
947
+ }
948
+ } .filter-tag__clear_1v8vv:active:before {
949
+ background-color: transparent;
950
+ } @media (hover: hover) {
951
+ .filter-tag__clear_1v8vv:hover {
952
+ color: rgba(239, 240, 252, 0.65);
953
+ background-color: #2f2f32;
954
+ }
955
+ } .filter-tag__clear_1v8vv:active {
956
+ color: rgba(243, 245, 254, 0.75);
957
+ background-color: #353539;
958
+ }.form-control__inner_1ynxv {
959
+ background-color: rgba(222, 222, 238, 0.13);
960
+ } .form-control__inner_1ynxv.form-control__hasError_1ynxv {
961
+ background-color: rgba(225, 225, 248, 0.09);
962
+ } .form-control__disabled_1ynxv.form-control__hasError_1ynxv {
963
+ box-shadow: inset 0 0 0 2px #ff4837;
964
+ }
965
+
966
+ .form-control__inner_j9nbc {
967
+ background-color: rgba(15, 25, 55, 0.1);
968
+ } .form-control__inner_j9nbc.form-control__hasError_j9nbc {
969
+ background-color: rgba(30, 43, 68, 0.08);
970
+ } .form-control__disabled_j9nbc.form-control__hasError_j9nbc {
971
+ box-shadow: inset 0 0 0 2px
972
+ #ff4837;
973
+ }
974
+ .form-control__inner_11z61 {
975
+ background-color: rgba(214, 214, 229, 0.07);
976
+ } .form-control__disabled_11z61.form-control__hasError_11z61 {
977
+ box-shadow: inset 0 0 0 2px #ff4837;
978
+ }
979
+ .form-control__inner_1a6ol {
980
+ background-color: rgba(38, 55, 88, 0.06);
981
+ } .form-control__disabled_1a6ol.form-control__hasError_1a6ol {
982
+ box-shadow: inset 0 0 0 2px
983
+ #ff4837;
984
+ }
985
+
986
+ .form-control__component_1h9uh {
987
+ color: rgba(255, 255, 255, 0.94);
988
+ } .form-control__label_1h9uh {
989
+ color: rgba(238, 238, 251, 0.55);
990
+ } .form-control__hint_1h9uh {
991
+ color: rgba(238, 238, 251, 0.55);
992
+ } .form-control__inner_1h9uh.form-control__disabled_1h9uh {
993
+ color: rgba(238, 238, 251, 0.55);
994
+ background-color: rgba(214, 214, 229, 0.07);
995
+ } .form-control__disabled_1h9uh .form-control__label_1h9uh {
996
+ color: rgba(233, 233, 250, 0.37);
997
+ } .form-control__disabled_1h9uh.form-control__hasError_1h9uh {
998
+ background-color: rgba(214, 214, 229, 0.07);
999
+ } .form-control__inner_1h9uh:not(.form-control__disabled_1h9uh):hover {
1000
+ background-color: rgba(214, 214, 229, 0.07);
1001
+ } .form-control__focused_1h9uh.form-control__inner_1h9uh,
1002
+ .form-control__focused_1h9uh.form-control__inner_1h9uh:hover {
1003
+ background-color: rgba(214, 214, 229, 0.07);
1004
+ box-shadow: inset 0 0 0 2px rgba(238, 238, 251, 0.55)
1005
+ } .form-control__focused_1h9uh.form-control__inner_1h9uh.form-control__hasError_1h9uh, .form-control__focused_1h9uh.form-control__inner_1h9uh:hover.form-control__hasError_1h9uh {
1006
+ box-shadow: inset 0 0 0 2px #ff4837;
1007
+ background-color: rgba(214, 214, 229, 0.07);
1008
+ } .form-control__error_1h9uh {
1009
+ color: #ff4837;
1010
+ } .form-control__hasError_1h9uh {
1011
+ box-shadow: inset 0 0 0 2px #ff4837;
1012
+ } .form-control__hasError_1h9uh .form-control__label_1h9uh {
1013
+ color: rgba(238, 238, 251, 0.55);
1014
+ }
1015
+
1016
+ .form-control__component_1t5c0 {
1017
+ color: rgba(3, 3, 6, 0.88);
1018
+ } .form-control__label_1t5c0 {
1019
+ color: rgba(4, 4, 19, 0.55);
1020
+ } .form-control__hint_1t5c0 {
1021
+ color: rgba(4, 4, 19, 0.55);
1022
+ } .form-control__inner_1t5c0.form-control__disabled_1t5c0 {
1023
+ color: rgba(4, 4, 19, 0.55);
1024
+ background-color: rgba(38, 55, 88, 0.06);
1025
+ } .form-control__disabled_1t5c0 .form-control__label_1t5c0 {
1026
+ color: rgba(5, 8, 29, 0.38);
1027
+ } .form-control__disabled_1t5c0.form-control__hasError_1t5c0 {
1028
+ background-color: rgba(38, 55, 88, 0.06);
1029
+ } .form-control__inner_1t5c0:not(.form-control__disabled_1t5c0):hover {
1030
+ background-color: rgba(38, 55, 88, 0.06);
1031
+ } .form-control__focused_1t5c0.form-control__inner_1t5c0,
1032
+ .form-control__focused_1t5c0.form-control__inner_1t5c0:hover {
1033
+ background-color: #fff;
1034
+ box-shadow: inset 0 0 0 2px
1035
+ rgba(4, 4, 21, 0.47)
1036
+ } .form-control__focused_1t5c0.form-control__inner_1t5c0.form-control__hasError_1t5c0, .form-control__focused_1t5c0.form-control__inner_1t5c0:hover.form-control__hasError_1t5c0 {
1037
+ box-shadow: inset 0 0 0 2px
1038
+ #ff4837;
1039
+ background-color: #fff;
1040
+ } .form-control__error_1t5c0 {
1041
+ color: #ff4837;
1042
+ } .form-control__hasError_1t5c0 {
1043
+ box-shadow: inset 0 0 0 2px
1044
+ #ff4837;
1045
+ } .form-control__hasError_1t5c0 .form-control__label_1t5c0 {
1046
+ color: rgba(4, 4, 19, 0.55);
1047
+ }.radio__container_fe42c:not(.radio__checked_fe42c):not(.radio__disabled_fe42c) .radio__circle_fe42c {
1048
+ background-color: #262629;
1049
+ border: 1.5px solid rgba(238, 238, 251, 0.55);
1050
+ } .radio__container_fe42c:not(.radio__checked_fe42c):not(.radio__disabled_fe42c):hover:not(:active) .radio__circle_fe42c {
1051
+ background-color: #2f2f32;
1052
+ border-color: rgba(238, 238, 251, 0.55);
1053
+ } .radio__container_fe42c:not(.radio__checked_fe42c):not(.radio__disabled_fe42c):active .radio__circle_fe42c {
1054
+ background-color: #353539;
1055
+ border-color: rgba(238, 238, 251, 0.55);
1056
+ } .radio__container_fe42c.radio__disabled_fe42c .radio__circle_fe42c {
1057
+ background-color: #262629;
1058
+ border: 1.5px solid rgba(222, 222, 238, 0.13);
1059
+ } .radio__container_fe42c.radio__disabled_fe42c .radio__label_fe42c {
1060
+ color: rgba(238, 238, 251, 0.55);
1061
+ } .radio__container_fe42c.radio__disabled_fe42c .radio__hint_fe42c {
1062
+ color: rgba(238, 238, 251, 0.55);
1063
+ } .radio__container_fe42c.radio__disabled_fe42c.radio__checked_fe42c .radio__circle_fe42c:before {
1064
+ background-color: rgba(228, 228, 251, 0.28);
1065
+ } .radio__container_fe42c.radio__checked_fe42c .radio__circle_fe42c {
1066
+ background-color: #f2f3f5;
1067
+ border: 1.5px solid transparent;
1068
+ } .radio__container_fe42c.radio__checked_fe42c:hover .radio__circle_fe42c {
1069
+ background-color: #dcdde1;
1070
+ border-color: transparent;
1071
+ } .radio__container_fe42c.radio__checked_fe42c:active .radio__circle_fe42c {
1072
+ background-color: #d2d3d9;
1073
+ border-color: transparent;
1074
+ } .radio__container_fe42c.radio__disabled_fe42c.radio__checked_fe42c .radio__circle_fe42c {
1075
+ background-color: rgba(225, 225, 248, 0.09);
1076
+ border-color: transparent;
1077
+ } .radio__circle_fe42c:before {
1078
+ background-color: rgba(3, 3, 6, 0.88);
1079
+ } .radio__label_fe42c {
1080
+ color: rgba(255, 255, 255, 0.94);
1081
+ } .radio__hint_fe42c {
1082
+ color: rgba(238, 238, 251, 0.55);
1083
+ }
1084
+ .radio__container_iy6mu.radio__focused_iy6mu .radio__circle_iy6mu {
1085
+ outline: 2px solid #3193fc;
1086
+ }
1087
+ .radio__container_f4ke3:not(.radio__checked_f4ke3):not(.radio__disabled_f4ke3) .radio__circle_f4ke3 {
1088
+ background-color: #fff;
1089
+ border: 1.5px solid rgba(4, 4, 21, 0.47);
1090
+ } .radio__container_f4ke3:not(.radio__checked_f4ke3):not(.radio__disabled_f4ke3):hover:not(:active) .radio__circle_f4ke3 {
1091
+ background-color: #e7e8eb;
1092
+ border-color: rgba(4, 4, 21, 0.47);
1093
+ } .radio__container_f4ke3:not(.radio__checked_f4ke3):not(.radio__disabled_f4ke3):active .radio__circle_f4ke3 {
1094
+ background-color: #dcdde1;
1095
+ border-color: rgba(4, 4, 21, 0.47);
1096
+ } .radio__container_f4ke3.radio__disabled_f4ke3 .radio__circle_f4ke3 {
1097
+ background-color: #fff;
1098
+ border: 1.5px solid rgba(15, 25, 55, 0.1);
1099
+ } .radio__container_f4ke3.radio__disabled_f4ke3 .radio__label_f4ke3 {
1100
+ color: rgba(4, 4, 19, 0.55);
1101
+ } .radio__container_f4ke3.radio__disabled_f4ke3 .radio__hint_f4ke3 {
1102
+ color: rgba(4, 4, 19, 0.55);
1103
+ } .radio__container_f4ke3.radio__disabled_f4ke3.radio__checked_f4ke3 .radio__circle_f4ke3:before {
1104
+ background-color: rgba(9, 12, 37, 0.28);
1105
+ } .radio__container_f4ke3.radio__checked_f4ke3 .radio__circle_f4ke3 {
1106
+ background-color: #212124;
1107
+ border: 1.5px solid transparent;
1108
+ } .radio__container_f4ke3.radio__checked_f4ke3:hover .radio__circle_f4ke3 {
1109
+ background-color: #2f2f32;
1110
+ border-color: transparent;
1111
+ } .radio__container_f4ke3.radio__checked_f4ke3:active .radio__circle_f4ke3 {
1112
+ background-color: #353539;
1113
+ border-color: transparent;
1114
+ } .radio__container_f4ke3.radio__disabled_f4ke3.radio__checked_f4ke3 .radio__circle_f4ke3 {
1115
+ background-color: rgba(30, 43, 68, 0.08);
1116
+ border-color: transparent;
1117
+ } .radio__circle_f4ke3:before {
1118
+ background-color: rgba(255, 255, 255, 0.94);
1119
+ } .radio__label_f4ke3 {
1120
+ color: rgba(3, 3, 6, 0.88);
1121
+ } .radio__hint_f4ke3 {
1122
+ color: rgba(4, 4, 19, 0.55);
1123
+ }.radio-group__label_1i4g7 {
1124
+ color: rgba(255, 255, 255, 0.94);
1125
+ }
1126
+ .radio-group__label_1yt8y {
1127
+ color: rgba(238, 238, 251, 0.55);
1128
+ }
1129
+ .radio-group__error_kzeqa {
1130
+ border-left: 1px solid #ff4837
1131
+ } .radio-group__errorMessage_kzeqa {
1132
+ color: #ff4837;
1133
+ } .radio-group__hint_kzeqa {
1134
+ color: rgba(238, 238, 251, 0.55);
1135
+ } .radio-group__hiddenInput_kzeqa:focus ~ button {
1136
+ outline: 2px solid #3193fc;
1137
+ }.spinner__component_mwzcc {
1138
+ color: rgba(255, 255, 255, 0.94);
1139
+ }
1140
+ @keyframes spinner__spin_animation_1e0eh {
1141
+ }
1142
+ .spinner__component_51dpy {
1143
+ color: rgba(3, 3, 6, 0.88);
1144
+ }
1145
+
1146
+ .steps__option_b4a29 {
1147
+ color: rgba(255, 255, 255, 0.94);
1148
+ background: rgba(222, 222, 238, 0.13)
1149
+ } .steps__dash_b4a29 {
1150
+ border-top: 2px solid rgba(222, 222, 238, 0.13)
1151
+ } .steps__dash_b4a29.steps__completed_b4a29 {
1152
+ border-top: 2px solid rgba(255, 255, 255, 0.94);
1153
+ } .steps__dash_b4a29.steps__vertical_b4a29 {
1154
+ border-left: 2px solid rgba(222, 222, 238, 0.13);
1155
+ } .steps__dash_b4a29.steps__completed_b4a29.steps__vertical_b4a29 {
1156
+ border-left: 2px solid rgba(255, 255, 255, 0.94);
1157
+ } .steps__text_b4a29 {
1158
+ color: rgba(255, 255, 255, 0.94)
1159
+ } .steps__text_b4a29.steps__interactive_b4a29:not(.steps__disabled_b4a29):hover {
1160
+ background: rgba(214, 214, 229, 0.07);
1161
+ } .steps__text_b4a29.steps__interactive_b4a29:not(.steps__disabled_b4a29):active {
1162
+ background: rgba(225, 225, 248, 0.09);
1163
+ } .steps__focused_b4a29 {
1164
+ outline: 2px solid #3193fc;
1165
+ } .steps__selected_b4a29 .steps__text_b4a29 {
1166
+ color: rgba(255, 255, 255, 0.94);
1167
+ } .steps__selected_b4a29 .steps__option_b4a29 {
1168
+ color: rgba(3, 3, 6, 0.88);
1169
+ background: rgba(255, 255, 255, 0.94);
1170
+ } .steps__checkbox_b4a29 {
1171
+ border: 2px solid rgba(222, 222, 238, 0.13);
1172
+ } .steps__dot_b4a29 {
1173
+ background: rgba(222, 222, 238, 0.13);
1174
+ } .steps__selected_b4a29 .steps__checkbox_b4a29 {
1175
+ border: 2px solid rgba(255, 255, 255, 0.94)
1176
+ } .steps__selected_b4a29 .steps__checkbox_b4a29 .steps__dot_b4a29 {
1177
+ background: rgba(255, 255, 255, 0.94);
1178
+ } .steps__completedIndicator_b4a29 > [class*='positive'] {
1179
+ color: rgba(255, 255, 255, 0.94);
1180
+ background-color: rgba(255, 255, 255, 0.94);
1181
+ }
1182
+ .page-indicator__element_ferxd {
1183
+ background: rgba(222, 222, 238, 0.13)
1184
+ } .page-indicator__element_ferxd.page-indicator__active_ferxd {
1185
+ background: rgba(255, 255, 255, 0.94);
1186
+ }
1187
+
1188
+ .page-indicator__element_1jc8a {
1189
+ background: rgba(15, 25, 55, 0.1)
1190
+ } .page-indicator__element_1jc8a.page-indicator__active_1jc8a {
1191
+ background: rgba(3, 3, 6, 0.88);
1192
+ }
1193
+ .page-indicator__element_dnech {
1194
+ background: rgba(222, 222, 238, 0.13)
1195
+ } .page-indicator__element_dnech.page-indicator__active_dnech {
1196
+ background: #f2f3f5;
1197
+ }
1198
+ .page-indicator__element_x3ftq {
1199
+ background: rgba(15, 25, 55, 0.1)
1200
+ } .page-indicator__element_x3ftq.page-indicator__active_x3ftq {
1201
+ background: #212124;
1202
+ }
1203
+ .page-indicator__pageIndicator_qe2qd {
1204
+ background: rgba(222, 222, 238, 0.13);
1205
+ } .page-indicator__element_qe2qd {
1206
+ background: rgba(255, 255, 255, 0.94);
1207
+ }
1208
+
1209
+ .page-indicator__pageIndicator_e3u5b {
1210
+ background: rgba(15, 25, 55, 0.1);
1211
+ } .page-indicator__element_e3u5b {
1212
+ background: rgba(3, 3, 6, 0.88);
1213
+ }
1214
+ .page-indicator__pageIndicator_1y4hi {
1215
+ background: rgba(222, 222, 238, 0.13);
1216
+ } .page-indicator__element_1y4hi {
1217
+ background: #f2f3f5;
1218
+ }
1219
+ .page-indicator__pageIndicator_nxikt {
1220
+ background: rgba(15, 25, 55, 0.1);
1221
+ } .page-indicator__element_nxikt {
1222
+ background: #212124;
1223
+ }
1224
+ .page-indicator__element_rbvx2 {
1225
+ background: rgba(222, 222, 238, 0.13)
1226
+ } .page-indicator__element_rbvx2.page-indicator__active_rbvx2 {
1227
+ background: rgba(255, 255, 255, 0.94);
1228
+ }
1229
+
1230
+ .page-indicator__element_1sdhf {
1231
+ background: rgba(15, 25, 55, 0.1)
1232
+ } .page-indicator__element_1sdhf.page-indicator__active_1sdhf {
1233
+ background: rgba(3, 3, 6, 0.88);
1234
+ }
1235
+ .page-indicator__element_1y88v {
1236
+ background: rgba(222, 222, 238, 0.13)
1237
+ } .page-indicator__element_1y88v.page-indicator__active_1y88v {
1238
+ background: #f2f3f5;
1239
+ }
1240
+ .page-indicator__element_1367h {
1241
+ background: rgba(15, 25, 55, 0.1)
1242
+ } .page-indicator__element_1367h.page-indicator__active_1367h {
1243
+ background: #212124;
1244
+ }
1245
+ .page-indicator__element_61zat {
1246
+ background: rgba(222, 222, 238, 0.13)
1247
+ } .page-indicator__element_61zat.page-indicator__active_61zat {
1248
+ .page-indicator__progress_61zat {
1249
+ background: rgba(255, 255, 255, 0.94);
1250
+ }
1251
+ }
1252
+ .page-indicator__element_rbovf:not(.page-indicator__active_rbovf) {
1253
+ } .page-indicator__element_rbovf {
1254
+ }
1255
+ .page-indicator__element_1fyv1 {
1256
+ background: rgba(15, 25, 55, 0.1)
1257
+ } .page-indicator__element_1fyv1.page-indicator__active_1fyv1 {
1258
+ .page-indicator__progress_1fyv1 {
1259
+ background: rgba(3, 3, 6, 0.88);
1260
+ }
1261
+ }
1262
+ .page-indicator__element_k2v5m {
1263
+ background: rgba(222, 222, 238, 0.13)
1264
+ } .page-indicator__element_k2v5m.page-indicator__active_k2v5m {
1265
+ .page-indicator__progress_k2v5m {
1266
+ background: #f2f3f5;
1267
+ }
1268
+ }
1269
+ .page-indicator__element_qe7fg {
1270
+ background: rgba(15, 25, 55, 0.1)
1271
+ } .page-indicator__element_qe7fg.page-indicator__active_qe7fg {
1272
+ .page-indicator__progress_qe7fg {
1273
+ background: #212124;
1274
+ }
1275
+ }.switch__switch_sihjz {
1276
+ background-color: rgba(238, 238, 251, 0.55)
1277
+ } .switch__switch_sihjz:hover {
1278
+ background-color: rgba(239, 240, 252, 0.65);
1279
+ } .switch__label_sihjz {
1280
+ color: rgba(255, 255, 255, 0.94);
1281
+ } .switch__hint_sihjz {
1282
+ color: rgba(238, 238, 251, 0.55);
1283
+ } .switch__checked_sihjz .switch__switch_sihjz {
1284
+ background-color: #17d055
1285
+ } .switch__checked_sihjz .switch__switch_sihjz:hover {
1286
+ background-color: #22e068;
1287
+ } .switch__disabled_sihjz .switch__label_sihjz {
1288
+ color: rgba(238, 238, 251, 0.55);
1289
+ } .switch__disabled_sihjz .switch__hint_sihjz {
1290
+ color: rgba(238, 238, 251, 0.55);
1291
+ } .switch__disabled_sihjz .switch__switch_sihjz {
1292
+ background-color: rgba(225, 225, 248, 0.09)
1293
+ } .switch__disabled_sihjz .switch__switch_sihjz:before {
1294
+ background-color: rgba(228, 228, 251, 0.28);
1295
+ } .switch__disabled_sihjz.switch__checked_sihjz .switch__switch_sihjz {
1296
+ background-color: rgba(225, 225, 248, 0.09);
1297
+ }
1298
+ .switch__component_1japb {
1299
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1300
+ } .switch__switch_1japb {
1301
+ border: 2px solid transparent;
1302
+ } .switch__switch_1japb:before {
1303
+ background-color: #fff;
1304
+ } .switch__errorMessage_1japb {
1305
+ color: #ff4837;
1306
+ } .switch__focused_1japb .switch__switch_1japb {
1307
+ outline: 2px solid #3193fc;
1308
+ }
1309
+ .switch__switch_52k5w {
1310
+ background-color: rgba(4, 4, 21, 0.47)
1311
+ } .switch__switch_52k5w:hover {
1312
+ background-color: rgba(4, 4, 19, 0.55);
1313
+ } .switch__label_52k5w {
1314
+ color: rgba(3, 3, 6, 0.88);
1315
+ } .switch__hint_52k5w {
1316
+ color: rgba(4, 4, 19, 0.55);
1317
+ } .switch__checked_52k5w .switch__switch_52k5w {
1318
+ background-color: #0cc44d
1319
+ } .switch__checked_52k5w .switch__switch_52k5w:hover {
1320
+ background-color: #04b545;
1321
+ } .switch__disabled_52k5w .switch__label_52k5w {
1322
+ color: rgba(4, 4, 19, 0.55);
1323
+ } .switch__disabled_52k5w .switch__hint_52k5w {
1324
+ color: rgba(4, 4, 19, 0.55);
1325
+ } .switch__disabled_52k5w .switch__switch_52k5w {
1326
+ background-color: rgba(30, 43, 68, 0.08)
1327
+ } .switch__disabled_52k5w .switch__switch_52k5w:before {
1328
+ background-color: rgba(9, 12, 37, 0.28);
1329
+ } .switch__disabled_52k5w.switch__checked_52k5w .switch__switch_52k5w {
1330
+ background-color: rgba(30, 43, 68, 0.08);
1331
+ }
1332
+ .system-message__component_5ukys {
1333
+ color: rgba(238, 238, 251, 0.55);
1334
+ }
1335
+
1336
+
1337
+ .system-message__component_18rur {
1338
+ color: rgba(255, 255, 255, 0.94);
1339
+ }
1340
+
1341
+ .system-message__component_bznhh {
1342
+ color: rgba(255, 255, 255, 0.94);
1343
+ }
1344
+ .base-modal__component_2soq9 {
1345
+ background: #1c1c1e;
1346
+ }.popover__component_2j243 {
1347
+ background-color: transparent;
1348
+ color: rgba(255, 255, 255, 0.94);
1349
+ } .popover__inner_2j243 {
1350
+ background-color: #1c1c1e;
1351
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
1352
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1353
+ border: 1px solid transparent;
1354
+ } .popover__arrow_2j243:after {
1355
+ background-color: #1c1c1e;
1356
+ border: 1px solid transparent;
1357
+ }.tag__filled_1cp7c {
1358
+ background-color: rgba(222, 222, 238, 0.13)
1359
+ } .tag__filled_1cp7c:disabled {
1360
+ background-color: rgba(214, 214, 229, 0.07);
1361
+ border-color: transparent;
1362
+ } @media (hover: hover) {
1363
+ .tag__filled_1cp7c:hover:not(:disabled) {
1364
+ background-color: rgba(234, 234, 248, 0.15);
1365
+ }
1366
+ } .tag__filled_1cp7c:active:not(:disabled) {
1367
+ background-color: rgba(231, 231, 248, 0.18);
1368
+ }
1369
+
1370
+ .tag__filled_drp2t {
1371
+ background-color: rgba(15, 25, 55, 0.1)
1372
+ } .tag__filled_drp2t:disabled {
1373
+ background-color: rgba(38, 55, 88, 0.06);
1374
+ } @media (hover: hover) {
1375
+ .tag__filled_drp2t:hover:not(:disabled) {
1376
+ background-color: rgba(5, 12, 41, 0.14);
1377
+ }
1378
+ } .tag__filled_drp2t:active:not(:disabled) {
1379
+ background-color: rgba(5, 11, 44, 0.18);
1380
+ }
1381
+ .tag__filled_x07q1 {
1382
+ background-color: rgba(214, 214, 229, 0.07)
1383
+ } .tag__filled_x07q1:disabled {
1384
+ background-color: rgba(214, 214, 229, 0.07);
1385
+ } @media (hover: hover) {
1386
+ .tag__filled_x07q1:hover:not(:disabled) {
1387
+ background-color: rgba(214, 214, 229, 0.07);
1388
+ }
1389
+ } .tag__filled_x07q1:active:not(:disabled) {
1390
+ background-color: rgba(222, 222, 238, 0.13);
1391
+ }
1392
+ .tag__filled_19gqn {
1393
+ background-color: rgba(38, 55, 88, 0.06)
1394
+ } .tag__filled_19gqn:disabled {
1395
+ background-color: rgba(38, 55, 88, 0.06);
1396
+ } @media (hover: hover) {
1397
+ .tag__filled_19gqn:hover:not(:disabled) {
1398
+ background-color: rgba(38, 55, 88, 0.06);
1399
+ }
1400
+ } .tag__filled_19gqn:active:not(:disabled) {
1401
+ background-color: rgba(5, 12, 41, 0.14);
1402
+ }
1403
+
1404
+ .tag__component_18qc1.tag__outlined_18qc1 {
1405
+ color: rgba(255, 255, 255, 0.94);
1406
+ border-color: rgba(228, 228, 251, 0.28);
1407
+ background-color: transparent
1408
+ } .tag__component_18qc1.tag__outlined_18qc1:disabled {
1409
+ border-color: rgba(228, 228, 251, 0.28);
1410
+ color: rgba(233, 233, 250, 0.37);
1411
+ background-color: transparent;
1412
+ } @media (hover: hover) {
1413
+ .tag__component_18qc1.tag__outlined_18qc1:hover:not(:disabled) {
1414
+ border-color: rgba(228, 228, 251, 0.28);
1415
+ background-color: rgba(214, 214, 229, 0.07);
1416
+ }
1417
+ } .tag__component_18qc1.tag__outlined_18qc1:active:not(:disabled) {
1418
+ border-color: rgba(228, 228, 251, 0.28);
1419
+ background-color: rgba(225, 225, 248, 0.09);
1420
+ } .tag__component_18qc1.tag__filled_18qc1 {
1421
+ color: rgba(255, 255, 255, 0.94);
1422
+ border-color: transparent
1423
+ } .tag__component_18qc1.tag__filled_18qc1:disabled {
1424
+ color: rgba(233, 233, 250, 0.37);
1425
+ } .tag__component_18qc1.tag__checked_18qc1 {
1426
+ color: rgba(3, 3, 6, 0.88);
1427
+ border-color: #f2f3f5;
1428
+ background-color: #f2f3f5
1429
+ } .tag__component_18qc1.tag__checked_18qc1:disabled {
1430
+ border-color: transparent;
1431
+ color: rgba(233, 233, 250, 0.37);
1432
+ background-color: rgba(214, 214, 229, 0.07);
1433
+ } @media (hover: hover) {
1434
+ .tag__component_18qc1.tag__checked_18qc1:hover:not(:disabled) {
1435
+ background-color: #dcdde1;
1436
+ border-color: #dcdde1;
1437
+ }
1438
+ } .tag__component_18qc1.tag__checked_18qc1:active:not(:disabled) {
1439
+ background-color: #d2d3d9;
1440
+ border-color: #d2d3d9;
1441
+ }
1442
+ .tag__focused_1nrtk {
1443
+ outline: 2px solid #3193fc;
1444
+ }
1445
+ .tag__component_r5vbf.tag__outlined_r5vbf {
1446
+ color: rgba(3, 3, 6, 0.88);
1447
+ border-color: rgba(9, 12, 37, 0.28);
1448
+ background-color: transparent
1449
+ } .tag__component_r5vbf.tag__outlined_r5vbf:disabled {
1450
+ border-color: rgba(9, 12, 37, 0.28);
1451
+ color: rgba(5, 8, 29, 0.38);
1452
+ background-color: transparent;
1453
+ } @media (hover: hover) {
1454
+ .tag__component_r5vbf.tag__outlined_r5vbf:hover:not(:disabled) {
1455
+ border-color: rgba(9, 12, 37, 0.28);
1456
+ background-color: rgba(38, 55, 88, 0.06);
1457
+ }
1458
+ } .tag__component_r5vbf.tag__outlined_r5vbf:active:not(:disabled) {
1459
+ border-color: rgba(9, 12, 37, 0.28);
1460
+ background-color: rgba(30, 43, 68, 0.08);
1461
+ } .tag__component_r5vbf.tag__filled_r5vbf {
1462
+ color: rgba(3, 3, 6, 0.88);
1463
+ border-color: transparent
1464
+ } .tag__component_r5vbf.tag__filled_r5vbf:disabled {
1465
+ color: rgba(5, 8, 29, 0.38);
1466
+ } .tag__component_r5vbf.tag__checked_r5vbf {
1467
+ color: rgba(255, 255, 255, 0.94);
1468
+ border-color: #212124;
1469
+ background-color: #212124
1470
+ } .tag__component_r5vbf.tag__checked_r5vbf:disabled {
1471
+ border-color: transparent;
1472
+ color: rgba(5, 8, 29, 0.38);
1473
+ background-color: rgba(38, 55, 88, 0.06);
1474
+ } @media (hover: hover) {
1475
+ .tag__component_r5vbf.tag__checked_r5vbf:hover:not(:disabled) {
1476
+ background-color: #2f2f32;
1477
+ border-color: #2f2f32;
1478
+ }
1479
+ } .tag__component_r5vbf.tag__checked_r5vbf:active:not(:disabled) {
1480
+ background-color: #353539;
1481
+ border-color: #353539;
1482
+ }.typography__tertiary_190cm {
1483
+ color: rgba(233, 233, 250, 0.37);
1484
+ } .typography__disabled_190cm {
1485
+ color: rgba(231, 231, 248, 0.18);
1486
+ } .typography__accent_190cm {
1487
+ color: #f83a2a;
1488
+ } .typography__primary_190cm {
1489
+ color: rgba(255, 255, 255, 0.94);
1490
+ } .typography__attention_190cm {
1491
+ color: #fa9313;
1492
+ } .typography__positive_190cm {
1493
+ color: #0cc44d;
1494
+ } .typography__secondary_190cm {
1495
+ color: rgba(238, 238, 251, 0.55);
1496
+ } .typography__tertiary-inverted_190cm {
1497
+ color: rgba(5, 8, 29, 0.38);
1498
+ } .typography__primary-inverted_190cm {
1499
+ color: rgba(3, 3, 6, 0.88);
1500
+ } .typography__secondary-inverted_190cm {
1501
+ color: rgba(4, 4, 19, 0.55);
1502
+ } .typography__link_190cm {
1503
+ color: #4a9dfc;
1504
+ } .typography__negative_190cm {
1505
+ color: #ff4837;
1506
+ } .typography__static-primary-light_190cm {
1507
+ color: #fff;
1508
+ } .typography__static-secondary-light_190cm {
1509
+ color: rgba(238, 238, 251, 0.55);
1510
+ } .typography__static-tertiary-light_190cm {
1511
+ color: rgba(233, 233, 250, 0.37);
1512
+ } .typography__static-primary-dark_190cm {
1513
+ color: #0e0e0e;
1514
+ } .typography__static-secondary-dark_190cm {
1515
+ color: rgba(4, 4, 19, 0.55);
1516
+ } .typography__static-tertiary-dark_190cm {
1517
+ color: rgba(5, 8, 29, 0.38);
1518
+ } .typography__static-accent_190cm {
1519
+ color: #ef3124;
1520
+ } .typography__static-positive_190cm {
1521
+ color: #0d9336;
1522
+ }
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+ .sortable-list__primary_1e27x {
1531
+ background: #262629;
1532
+ } .sortable-list__secondary_1e27x {
1533
+ background: #1c1c1e;
1534
+ }
1535
+ .sortable-list__component_9xb9t:hover .sortable-list__icon_9xb9t {
1536
+ color: rgba(255, 255, 255, 0.94);
1537
+ } .sortable-list__icon_9xb9t {
1538
+ color: rgba(238, 238, 251, 0.55);
1539
+ } .sortable-list__dragOverlay_9xb9t {
1540
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1541
+ 0 0 1px rgba(0, 0, 0, 0.04)
1542
+ } .sortable-list__dragOverlay_9xb9t .sortable-list__icon_9xb9t {
1543
+ color: rgba(255, 255, 255, 0.94);
1544
+ } @keyframes sortable-list__pop_9xb9t {
1545
+ to {
1546
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1547
+ 0 0 1px rgba(0, 0, 0, 0.04);
1548
+ }
1549
+ }.textarea__input_1i3c7 {
1550
+ color: rgba(255, 255, 255, 0.94);
1551
+ caret-color: rgba(255, 255, 255, 0.94);
1552
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1553
+ } .textarea__input_1i3c7:-webkit-autofill {
1554
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
1555
+ } .textarea__input_1i3c7::placeholder {
1556
+ color: rgba(238, 238, 251, 0.55);
1557
+ } .textarea__hasInnerLabel_1i3c7::placeholder {
1558
+ color: rgba(233, 233, 250, 0.37);
1559
+ } .textarea__input_1i3c7:read-only:not(.textarea__disableUserInput_1i3c7) {
1560
+ color: rgba(233, 233, 250, 0.37)
1561
+ } .textarea__input_1i3c7:read-only:not(.textarea__disableUserInput_1i3c7):focus::placeholder {
1562
+ color: rgba(238, 238, 251, 0.55);
1563
+ } .textarea__input_1i3c7:disabled {
1564
+ color: rgba(233, 233, 250, 0.37);
1565
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1566
+ } .textarea__input_1i3c7:focus::placeholder {
1567
+ color: rgba(233, 233, 250, 0.37);
1568
+ } .textarea__error_1i3c7 {
1569
+ color: rgba(255, 255, 255, 0.94);
1570
+ caret-color: rgba(255, 255, 255, 0.94);
1571
+ } .textarea__textarea_1i3c7 {
1572
+ color: rgba(255, 255, 255, 0.94);
1573
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1574
+ } .textarea__textarea_1i3c7::placeholder {
1575
+ color: rgba(238, 238, 251, 0.55);
1576
+ } .textarea__hasInnerLabel_1i3c7::placeholder {
1577
+ color: rgba(233, 233, 250, 0.37);
1578
+ } .textarea__textarea_1i3c7:disabled {
1579
+ color: rgba(233, 233, 250, 0.37);
1580
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1581
+ } .textarea__textarea_1i3c7:read-only {
1582
+ color: rgba(233, 233, 250, 0.37);
1583
+ } .textarea__textarea_1i3c7:focus::placeholder {
1584
+ color: rgba(233, 233, 250, 0.37);
1585
+ } .textarea__hint_1i3c7 {
1586
+ color: rgba(238, 238, 251, 0.55);
1587
+ } .textarea__error_1i3c7 {
1588
+ color: #ff4837;
1589
+ }
1590
+ .textarea__textarea_1dz1u.textarea__overflow_1dz1u {
1591
+ color: transparent;
1592
+ caret-color: rgba(255, 255, 255, 0.94);
1593
+ } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-track {
1594
+ background-color: transparent;
1595
+ } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-track-piece {
1596
+ background-color: transparent;
1597
+ } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-thumb {
1598
+ background-color: rgba(228, 228, 251, 0.28);
1599
+ border-color: transparent;
1600
+ } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-thumb:active {
1601
+ background-color: rgba(238, 238, 251, 0.55);
1602
+ } .textarea__pseudoTextarea_1dz1u span {
1603
+ color: rgba(255, 255, 255, 0.94);
1604
+ } .textarea__pseudoTextarea_1dz1u .textarea__overflow_1dz1u {
1605
+ color: rgba(233, 233, 250, 0.37);
1606
+ } .textarea__pseudoTextarea_1dz1u::-webkit-scrollbar-thumb {
1607
+ background-color: transparent;
1608
+ } .textarea__focusVisible_1dz1u {
1609
+ outline: 2px solid #3193fc;
1610
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-40_1dz1u {
1611
+ border-top: 11px solid transparent;
1612
+ border-bottom: 11px solid transparent;
1613
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-48_1dz1u {
1614
+ border-top: 14px solid transparent;
1615
+ border-bottom: 14px solid transparent;
1616
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-56_1dz1u {
1617
+ border-top: 18px solid transparent;
1618
+ border-bottom: 18px solid transparent;
1619
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-64_1dz1u {
1620
+ border-top: 22px solid transparent;
1621
+ border-bottom: 22px solid transparent;
1622
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-72_1dz1u {
1623
+ border-top: 24px solid transparent;
1624
+ border-bottom: 24px solid transparent;
1625
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-40_1dz1u {
1626
+ border-top: 19px solid transparent;
1627
+ border-bottom: 3px solid transparent;
1628
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-48_1dz1u {
1629
+ border-top: 24px solid transparent;
1630
+ border-bottom: 4px solid transparent;
1631
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-56_1dz1u {
1632
+ border-top: 24px solid transparent;
1633
+ border-bottom: 8px solid transparent;
1634
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-64_1dz1u {
1635
+ border-top: 32px solid transparent;
1636
+ border-bottom: 12px solid transparent;
1637
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-72_1dz1u {
1638
+ border-top: 34px solid transparent;
1639
+ border-bottom: 14px solid transparent;
1640
+ }
1641
+ .textarea__input_1gep0 {
1642
+ color: rgba(3, 3, 6, 0.88);
1643
+ caret-color: rgba(3, 3, 6, 0.88);
1644
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1645
+ } .textarea__input_1gep0:-webkit-autofill {
1646
+ -webkit-text-fill-color: rgba(3, 3, 6, 0.88);
1647
+ } .textarea__input_1gep0::placeholder {
1648
+ color: rgba(4, 4, 19, 0.55);
1649
+ } .textarea__hasInnerLabel_1gep0::placeholder {
1650
+ color: rgba(5, 8, 29, 0.38);
1651
+ } .textarea__input_1gep0:read-only:not(.textarea__disableUserInput_1gep0) {
1652
+ color: rgba(5, 8, 29, 0.38)
1653
+ } .textarea__input_1gep0:read-only:not(.textarea__disableUserInput_1gep0):focus::placeholder {
1654
+ color: rgba(4, 4, 19, 0.55);
1655
+ } .textarea__input_1gep0:disabled {
1656
+ color: rgba(5, 8, 29, 0.38);
1657
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1658
+ } .textarea__input_1gep0:focus::placeholder {
1659
+ color: rgba(5, 8, 29, 0.38);
1660
+ } .textarea__error_1gep0 {
1661
+ color: rgba(3, 3, 6, 0.88);
1662
+ caret-color: rgba(3, 3, 6, 0.88);
1663
+ } .textarea__textarea_1gep0 {
1664
+ color: rgba(3, 3, 6, 0.88);
1665
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1666
+ } .textarea__textarea_1gep0::placeholder {
1667
+ color: rgba(4, 4, 19, 0.55);
1668
+ } .textarea__hasInnerLabel_1gep0::placeholder {
1669
+ color: rgba(5, 8, 29, 0.38);
1670
+ } .textarea__textarea_1gep0:disabled {
1671
+ color: rgba(5, 8, 29, 0.38);
1672
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1673
+ } .textarea__textarea_1gep0:read-only {
1674
+ color: rgba(5, 8, 29, 0.38);
1675
+ } .textarea__textarea_1gep0:focus::placeholder {
1676
+ color: rgba(5, 8, 29, 0.38);
1677
+ } .textarea__hint_1gep0 {
1678
+ color: rgba(238, 238, 251, 0.55);
1679
+ } .textarea__error_1gep0 {
1680
+ color: #ff4837;
1681
+ }.action-button__primary_ms2ie {
1682
+ color: rgba(255, 255, 255, 0.94)
1683
+ } .action-button__primary_ms2ie .action-button__iconWrapper_ms2ie {
1684
+ color: rgba(3, 3, 6, 0.88);
1685
+ background-color: #f2f3f5;
1686
+ } .action-button__primary_ms2ie:hover .action-button__iconWrapper_ms2ie {
1687
+ background-color: #dcdde1;
1688
+ } .action-button__primary_ms2ie:active .action-button__iconWrapper_ms2ie {
1689
+ background-color: #d2d3d9;
1690
+ } .action-button__primary_ms2ie .action-button__loader_ms2ie {
1691
+ color: rgba(3, 3, 6, 0.88);
1692
+ } .action-button__secondary_ms2ie {
1693
+ color: rgba(255, 255, 255, 0.94)
1694
+ } .action-button__secondary_ms2ie .action-button__iconWrapper_ms2ie {
1695
+ color: rgba(255, 255, 255, 0.94);
1696
+ background-color: #1c1c1e;
1697
+ } .action-button__secondary_ms2ie:hover .action-button__iconWrapper_ms2ie {
1698
+ background-color: #212124;
1699
+ } .action-button__secondary_ms2ie:active .action-button__iconWrapper_ms2ie {
1700
+ background-color: #29292c;
1701
+ } .action-button__secondary_ms2ie .action-button__loader_ms2ie {
1702
+ color: rgba(255, 255, 255, 0.94);
1703
+ } .action-button__disabled_ms2ie {
1704
+ color: rgba(233, 233, 250, 0.37)
1705
+ } .action-button__disabled_ms2ie .action-button__iconWrapper_ms2ie {
1706
+ color: #4a4a51;
1707
+ background-color: #1c1c1e;
1708
+ }
1709
+ .action-button__component_120me {
1710
+ -webkit-tap-highlight-color: transparent
1711
+ } .action-button__focused_120me {
1712
+ outline: 2px solid #3193fc;
1713
+ }
1714
+ .action-button__primary_m1me5 {
1715
+ color: rgba(3, 3, 6, 0.88)
1716
+ } .action-button__primary_m1me5 .action-button__iconWrapper_m1me5 {
1717
+ color: rgba(255, 255, 255, 0.94);
1718
+ background-color: #212124;
1719
+ } .action-button__primary_m1me5:hover .action-button__iconWrapper_m1me5 {
1720
+ background-color: #2f2f32;
1721
+ } .action-button__primary_m1me5:active .action-button__iconWrapper_m1me5 {
1722
+ background-color: #353539;
1723
+ } .action-button__primary_m1me5 .action-button__loader_m1me5 {
1724
+ color: rgba(3, 3, 6, 0.88);
1725
+ } .action-button__secondary_m1me5 {
1726
+ color: rgba(3, 3, 6, 0.88)
1727
+ } .action-button__secondary_m1me5 .action-button__iconWrapper_m1me5 {
1728
+ color: rgba(3, 3, 6, 0.88);
1729
+ background-color: #f2f3f5;
1730
+ } .action-button__secondary_m1me5:hover .action-button__iconWrapper_m1me5 {
1731
+ background-color: #e7e8eb;
1732
+ } .action-button__secondary_m1me5:active .action-button__iconWrapper_m1me5 {
1733
+ background-color: #dcdde1;
1734
+ } .action-button__secondary_m1me5 .action-button__loader_m1me5 {
1735
+ color: rgba(255, 255, 255, 0.94);
1736
+ } .action-button__disabled_m1me5 {
1737
+ color: rgba(5, 8, 29, 0.38)
1738
+ } .action-button__disabled_m1me5 .action-button__iconWrapper_m1me5 {
1739
+ color: #babbc2;
1740
+ background-color: #f2f3f5;
1741
+ }
1742
+ .action-button__primary_i3tdj {
1743
+ color: rgba(3, 3, 6, 0.88)
1744
+ } .action-button__primary_i3tdj .action-button__iconWrapper_i3tdj {
1745
+ color: rgba(255, 255, 255, 0.94);
1746
+ background-color: #212124;
1747
+ } .action-button__primary_i3tdj .action-button__loader_i3tdj {
1748
+ color: rgba(255, 255, 255, 0.94);
1749
+ } .action-button__secondary_i3tdj {
1750
+ color: rgba(3, 3, 6, 0.88)
1751
+ } .action-button__secondary_i3tdj .action-button__iconWrapper_i3tdj {
1752
+ color: rgba(3, 3, 6, 0.88);
1753
+ background-color: #f2f3f5;
1754
+ } .action-button__secondary_i3tdj .action-button__loader_i3tdj {
1755
+ color: rgba(3, 3, 6, 0.88);
1756
+ } .action-button__disabled_i3tdj {
1757
+ color: rgba(5, 8, 29, 0.38)
1758
+ } .action-button__disabled_i3tdj .action-button__iconWrapper_i3tdj {
1759
+ color: #babbc2;
1760
+ background-color: #f2f3f5;
1761
+ }.drawer__customScrollbar_1h20n::-webkit-scrollbar-track {
1762
+ background-color: transparent;
1763
+ } .drawer__customScrollbar_1h20n::-webkit-scrollbar-track-piece {
1764
+ background-color: transparent;
1765
+ } .drawer__customScrollbar_1h20n::-webkit-scrollbar-thumb {
1766
+ background-color: rgba(228, 228, 251, 0.28);
1767
+ border-color: transparent;
1768
+ } .drawer__customScrollbar_1h20n::-webkit-scrollbar-thumb:active {
1769
+ background-color: rgba(238, 238, 251, 0.55);
1770
+ } .drawer__backdropEnter_1h20n {
1771
+ background-color: transparent;
1772
+ } .drawer__backdropEnterActive_1h20n,
1773
+ .drawer__backdropEnterDone_1h20n {
1774
+ background-color: rgba(0, 0, 0, 0.7);
1775
+ } .drawer__backdropExit_1h20n {
1776
+ background-color: rgba(0, 0, 0, 0.7);
1777
+ } .drawer__backdropExitActive_1h20n,
1778
+ .drawer__backdropExitDone_1h20n {
1779
+ background-color: transparent;
1780
+ }.pagination__component_8bo1d {
1781
+ color: rgba(255, 255, 255, 0.94);
1782
+ }
1783
+ .pagination__dots_t2l9v {
1784
+ color: rgba(238, 238, 251, 0.55);
1785
+ }
1786
+
1787
+ button.pagination__tag_5oagu.pagination__tag_5oagu {
1788
+ color: rgba(238, 238, 251, 0.55)
1789
+ } button.pagination__tag_5oagu.pagination__tag_5oagu:hover:not(:disabled) {
1790
+ background-color: rgba(214, 214, 229, 0.07);
1791
+ color: rgba(255, 255, 255, 0.94);
1792
+ } button.pagination__tag_5oagu.pagination__tag_5oagu:active:not(:disabled) {
1793
+ background-color: rgba(225, 225, 248, 0.09);
1794
+ } button.pagination__tag_5oagu.pagination__tag_5oagu.pagination__checked_5oagu {
1795
+ background-color: #f2f3f5;
1796
+ color: rgba(3, 3, 6, 0.88);
1797
+ } button.pagination__tag_5oagu.pagination__tag_5oagu.pagination__checked_5oagu:hover:not(:disabled) {
1798
+ color: rgba(3, 3, 6, 0.88);
1799
+ } button.pagination__tag_5oagu.pagination__tag_5oagu.pagination__checked_5oagu:active:not(:disabled) {
1800
+ color: rgba(255, 255, 255, 0.94);
1801
+ }.button__primary_1ojsr {
1802
+ color: rgba(3, 3, 6, 0.88);
1803
+ background-color: #f2f3f5
1804
+ } @media (hover: hover) {
1805
+ .button__primary_1ojsr:hover {
1806
+ background-color: #dcdde1;
1807
+ }
1808
+ } .button__primary_1ojsr:active {
1809
+ background-color: #d2d3d9;
1810
+ } .button__primary_1ojsr > .button__loader_1ojsr {
1811
+ color: rgba(3, 3, 6, 0.88);
1812
+ } .button__secondary_1ojsr {
1813
+ background-color: rgba(222, 222, 238, 0.13)
1814
+ } .button__secondary_1ojsr:hover {
1815
+ background-color: rgba(234, 234, 248, 0.15);
1816
+ } .button__secondary_1ojsr:active {
1817
+ background-color: rgba(231, 231, 248, 0.18);
1818
+ } .button__text_1ojsr:active {
1819
+ color: rgba(255, 255, 255, 0.6);
1820
+ } .button__ghost_1ojsr:active {
1821
+ color: rgba(255, 255, 255, 0.6);
1822
+ } .button__component_1ojsr[disabled].button__primary_1ojsr {
1823
+ color: rgba(233, 233, 250, 0.37);
1824
+ background-color: rgba(214, 214, 229, 0.07)
1825
+ } .button__component_1ojsr[disabled].button__primary_1ojsr.button__loading_1ojsr {
1826
+ color: rgba(3, 3, 6, 0.88);
1827
+ background-color: #f2f3f5;
1828
+ } .button__component_1ojsr[disabled].button__secondary_1ojsr {
1829
+ color: rgba(233, 233, 250, 0.37);
1830
+ background-color: rgba(214, 214, 229, 0.07);
1831
+ } .button__component_1ojsr[disabled].button__outlined_1ojsr {
1832
+ color: rgba(233, 233, 250, 0.37);
1833
+ border-color: rgba(228, 228, 251, 0.28);
1834
+ } .button__component_1ojsr[disabled].button__tertiary_1ojsr {
1835
+ color: rgba(233, 233, 250, 0.37);
1836
+ border-color: rgba(228, 228, 251, 0.28);
1837
+ } .button__component_1ojsr[disabled].button__transparent_1ojsr {
1838
+ color: rgba(233, 233, 250, 0.37);
1839
+ } .button__component_1ojsr[disabled].button__link_1ojsr {
1840
+ color: rgba(233, 233, 250, 0.37);
1841
+ } .button__component_1ojsr[disabled].button__text_1ojsr {
1842
+ color: rgba(233, 233, 250, 0.37);
1843
+ } .button__component_1ojsr[disabled].button__ghost_1ojsr {
1844
+ color: rgba(233, 233, 250, 0.37);
1845
+ }
1846
+
1847
+ .button__primary_qkq3p {
1848
+ color: rgba(255, 255, 255, 0.94);
1849
+ background-color: #212124
1850
+ } @media (hover: hover) {
1851
+ .button__primary_qkq3p:hover {
1852
+ background-color: #2f2f32;
1853
+ }
1854
+ } .button__primary_qkq3p:active {
1855
+ background-color: #353539;
1856
+ } .button__primary_qkq3p > .button__loader_qkq3p {
1857
+ color: rgba(255, 255, 255, 0.94);
1858
+ } .button__secondary_qkq3p {
1859
+ background-color: rgba(15, 25, 55, 0.1)
1860
+ } .button__secondary_qkq3p:hover {
1861
+ background-color: rgba(5, 12, 41, 0.14);
1862
+ } .button__secondary_qkq3p:active {
1863
+ background-color: rgba(5, 11, 44, 0.18);
1864
+ } .button__text_qkq3p:active {
1865
+ color: rgba(4, 4, 19, 0.55);
1866
+ } .button__ghost_qkq3p:active {
1867
+ color: rgba(4, 4, 19, 0.55);
1868
+ } .button__component_qkq3p[disabled].button__primary_qkq3p {
1869
+ color: rgba(5, 8, 29, 0.38);
1870
+ background-color: rgba(38, 55, 88, 0.06)
1871
+ } .button__component_qkq3p[disabled].button__primary_qkq3p.button__loading_qkq3p {
1872
+ color: rgba(255, 255, 255, 0.94);
1873
+ background-color: #212124;
1874
+ } .button__component_qkq3p[disabled].button__secondary_qkq3p {
1875
+ color: rgba(5, 8, 29, 0.38);
1876
+ background-color: rgba(38, 55, 88, 0.06);
1877
+ } .button__component_qkq3p[disabled].button__outlined_qkq3p {
1878
+ color: rgba(5, 8, 29, 0.38);
1879
+ border-color: rgba(9, 12, 37, 0.28);
1880
+ } .button__component_qkq3p[disabled].button__tertiary_qkq3p {
1881
+ color: rgba(5, 8, 29, 0.38);
1882
+ border-color: rgba(9, 12, 37, 0.28);
1883
+ } .button__component_qkq3p[disabled].button__transparent_qkq3p {
1884
+ color: rgba(5, 8, 29, 0.38);
1885
+ } .button__component_qkq3p[disabled].button__link_qkq3p {
1886
+ color: rgba(5, 8, 29, 0.38);
1887
+ } .button__component_qkq3p[disabled].button__text_qkq3p {
1888
+ color: rgba(5, 8, 29, 0.38);
1889
+ } .button__component_qkq3p[disabled].button__ghost_qkq3p {
1890
+ color: rgba(5, 8, 29, 0.38);
1891
+ }
1892
+ .button__primary_kahb2 {
1893
+ color: rgba(3, 3, 6, 0.88);
1894
+ background-color: #f2f3f5
1895
+ } @media (hover: hover) {
1896
+ .button__primary_kahb2:hover {
1897
+ background-color: #dcdde1;
1898
+ }
1899
+ } .button__primary_kahb2:active {
1900
+ background-color: #d2d3d9;
1901
+ } .button__primary_kahb2 > .button__loader_kahb2 {
1902
+ color: rgba(3, 3, 6, 0.88);
1903
+ } .button__secondary_kahb2 {
1904
+ background-color: rgba(214, 214, 229, 0.07)
1905
+ } .button__secondary_kahb2:active {
1906
+ background-color: rgba(222, 222, 238, 0.13);
1907
+ } .button__text_kahb2:active {
1908
+ color: rgba(255, 255, 255, 0.6);
1909
+ } .button__ghost_kahb2:active {
1910
+ color: rgba(255, 255, 255, 0.6);
1911
+ } .button__component_kahb2[disabled].button__primary_kahb2 {
1912
+ color: rgba(233, 233, 250, 0.37);
1913
+ background-color: rgba(214, 214, 229, 0.07)
1914
+ } .button__component_kahb2[disabled].button__primary_kahb2.button__loading_kahb2 {
1915
+ color: rgba(3, 3, 6, 0.88);
1916
+ background-color: #f2f3f5;
1917
+ } .button__component_kahb2[disabled].button__secondary_kahb2 {
1918
+ color: rgba(233, 233, 250, 0.37);
1919
+ background-color: rgba(214, 214, 229, 0.07);
1920
+ } .button__component_kahb2[disabled].button__outlined_kahb2 {
1921
+ color: rgba(233, 233, 250, 0.37);
1922
+ border-color: rgba(228, 228, 251, 0.28);
1923
+ } .button__component_kahb2[disabled].button__tertiary_kahb2 {
1924
+ color: rgba(233, 233, 250, 0.37);
1925
+ border-color: rgba(228, 228, 251, 0.28);
1926
+ } .button__component_kahb2[disabled].button__transparent_kahb2 {
1927
+ color: rgba(233, 233, 250, 0.37);
1928
+ } .button__component_kahb2[disabled].button__link_kahb2 {
1929
+ color: rgba(233, 233, 250, 0.37);
1930
+ } .button__component_kahb2[disabled].button__text_kahb2 {
1931
+ color: rgba(233, 233, 250, 0.37);
1932
+ } .button__component_kahb2[disabled].button__ghost_kahb2 {
1933
+ color: rgba(233, 233, 250, 0.37);
1934
+ }
1935
+ .button__primary_1b8it {
1936
+ color: rgba(255, 255, 255, 0.94);
1937
+ background-color: #212124
1938
+ } @media (hover: hover) {
1939
+ .button__primary_1b8it:hover {
1940
+ background-color: #2f2f32;
1941
+ }
1942
+ } .button__primary_1b8it:active {
1943
+ background-color: #353539;
1944
+ } .button__primary_1b8it > .button__loader_1b8it {
1945
+ color: rgba(255, 255, 255, 0.94);
1946
+ } .button__secondary_1b8it {
1947
+ background-color: rgba(38, 55, 88, 0.06)
1948
+ } .button__secondary_1b8it:active {
1949
+ background-color: rgba(5, 12, 41, 0.14);
1950
+ } .button__text_1b8it:active {
1951
+ color: rgba(4, 4, 19, 0.55);
1952
+ } .button__ghost_1b8it:active {
1953
+ color: rgba(4, 4, 19, 0.55);
1954
+ } .button__component_1b8it[disabled].button__primary_1b8it {
1955
+ color: rgba(5, 8, 29, 0.38);
1956
+ background-color: rgba(38, 55, 88, 0.06)
1957
+ } .button__component_1b8it[disabled].button__primary_1b8it.button__loading_1b8it {
1958
+ color: rgba(255, 255, 255, 0.94);
1959
+ background-color: #212124;
1960
+ } .button__component_1b8it[disabled].button__secondary_1b8it {
1961
+ color: rgba(5, 8, 29, 0.38);
1962
+ background-color: rgba(38, 55, 88, 0.06);
1963
+ } .button__component_1b8it[disabled].button__outlined_1b8it {
1964
+ color: rgba(5, 8, 29, 0.38);
1965
+ border-color: rgba(9, 12, 37, 0.28);
1966
+ } .button__component_1b8it[disabled].button__tertiary_1b8it {
1967
+ color: rgba(5, 8, 29, 0.38);
1968
+ border-color: rgba(9, 12, 37, 0.28);
1969
+ } .button__component_1b8it[disabled].button__transparent_1b8it {
1970
+ color: rgba(5, 8, 29, 0.38);
1971
+ } .button__component_1b8it[disabled].button__link_1b8it {
1972
+ color: rgba(5, 8, 29, 0.38);
1973
+ } .button__component_1b8it[disabled].button__text_1b8it {
1974
+ color: rgba(5, 8, 29, 0.38);
1975
+ } .button__component_1b8it[disabled].button__ghost_1b8it {
1976
+ color: rgba(5, 8, 29, 0.38);
1977
+ }
1978
+
1979
+ .button__accent_1pr6m {
1980
+ color: rgba(255, 255, 255, 0.94);
1981
+ background-color: #f83a2a;
1982
+ border: 1px solid transparent
1983
+ } @media (hover: hover) {
1984
+ .button__accent_1pr6m:hover {
1985
+ background-color: #ff503e;
1986
+ }
1987
+ } .button__accent_1pr6m:active {
1988
+ background-color: #fd624e;
1989
+ } .button__accent_1pr6m > .button__loader_1pr6m {
1990
+ color: rgba(255, 255, 255, 0.94);
1991
+ } .button__primary_1pr6m {
1992
+ border: 1px solid transparent
1993
+ } .button__primary_1pr6m .button__hint_1pr6m {
1994
+ color: rgba(4, 4, 19, 0.55);
1995
+ } .button__secondary_1pr6m {
1996
+ color: rgba(255, 255, 255, 0.94);
1997
+ border: 1px solid transparent
1998
+ } .button__secondary_1pr6m > .button__loader_1pr6m {
1999
+ color: rgba(255, 255, 255, 0.94);
2000
+ } .button__secondary_1pr6m .button__hint_1pr6m {
2001
+ color: rgba(238, 238, 251, 0.55);
2002
+ } .button__outlined_1pr6m {
2003
+ color: rgba(255, 255, 255, 0.94);
2004
+ background-color: rgba(255, 255, 255, 0);
2005
+ border: 1px solid rgba(255, 255, 255, 0.94)
2006
+ } @media (hover: hover) {
2007
+ .button__outlined_1pr6m:hover {
2008
+ background-color: rgba(214, 214, 229, 0.07);
2009
+ border-color: rgba(255, 255, 255, 0.94);
2010
+ }
2011
+ } .button__outlined_1pr6m:active {
2012
+ background-color: rgba(225, 225, 248, 0.09);
2013
+ } .button__outlined_1pr6m > .button__loader_1pr6m {
2014
+ color: rgba(255, 255, 255, 0.94);
2015
+ } .button__outlined_1pr6m .button__hint_1pr6m {
2016
+ color: rgba(238, 238, 251, 0.55);
2017
+ } .button__tertiary_1pr6m {
2018
+ color: rgba(255, 255, 255, 0.94);
2019
+ background-color: rgba(255, 255, 255, 0);
2020
+ border: 1px solid rgba(255, 255, 255, 0.94)
2021
+ } @media (hover: hover) {
2022
+ .button__tertiary_1pr6m:hover {
2023
+ background-color: rgba(214, 214, 229, 0.07);
2024
+ border-color: rgba(255, 255, 255, 0.94);
2025
+ }
2026
+ } .button__tertiary_1pr6m:active {
2027
+ background-color: rgba(225, 225, 248, 0.09);
2028
+ } .button__tertiary_1pr6m > .button__loader_1pr6m {
2029
+ color: rgba(255, 255, 255, 0.94);
2030
+ } .button__tertiary_1pr6m .button__hint_1pr6m {
2031
+ color: rgba(238, 238, 251, 0.55);
2032
+ } .button__filled_1pr6m {
2033
+ color: rgba(255, 255, 255, 0.94);
2034
+ background-color: rgba(222, 222, 238, 0.13);
2035
+ border: 1px solid transparent
2036
+ } @media (hover: hover) {
2037
+ .button__filled_1pr6m:hover {
2038
+ background-color: rgba(234, 234, 248, 0.15);
2039
+ }
2040
+ } .button__filled_1pr6m:active {
2041
+ background-color: rgba(231, 231, 248, 0.18);
2042
+ } .button__filled_1pr6m > .button__loader_1pr6m {
2043
+ color: rgba(255, 255, 255, 0.94);
2044
+ } .button__transparent_1pr6m {
2045
+ color: rgba(255, 255, 255, 0.94);
2046
+ background-color: transparent;
2047
+ border: 1px solid transparent
2048
+ } @media (hover: hover) {
2049
+ .button__transparent_1pr6m:hover {
2050
+ background-color: rgba(214, 214, 229, 0.07);
2051
+ }
2052
+ } .button__transparent_1pr6m:active {
2053
+ background-color: rgba(225, 225, 248, 0.09);
2054
+ } .button__transparent_1pr6m > .button__loader_1pr6m {
2055
+ color: rgba(255, 255, 255, 0.94);
2056
+ } .button__transparent_1pr6m .button__hint_1pr6m {
2057
+ color: rgba(238, 238, 251, 0.55);
2058
+ } .button__link_1pr6m {
2059
+ color: rgba(255, 255, 255, 0.94);
2060
+ background-color: transparent;
2061
+ border: 1px solid transparent
2062
+ } @media (hover: hover) {
2063
+ .button__link_1pr6m:hover {
2064
+ background-color: rgba(214, 214, 229, 0.07);
2065
+ }
2066
+ } .button__link_1pr6m:active {
2067
+ background-color: rgba(225, 225, 248, 0.09);
2068
+ } .button__link_1pr6m > .button__loader_1pr6m {
2069
+ color: rgba(255, 255, 255, 0.94);
2070
+ } .button__text_1pr6m {
2071
+ background-color: transparent;
2072
+ color: rgba(255, 255, 255, 0.94)
2073
+ } @media (hover: hover) {
2074
+ .button__text_1pr6m:hover {
2075
+ color: rgba(255, 255, 255, 0.7);
2076
+ }
2077
+ } .button__text_1pr6m > .button__loader_1pr6m {
2078
+ color: rgba(255, 255, 255, 0.94);
2079
+ } .button__text_1pr6m .button__hint_1pr6m {
2080
+ color: rgba(238, 238, 251, 0.55);
2081
+ } .button__ghost_1pr6m {
2082
+ background-color: transparent;
2083
+ color: rgba(255, 255, 255, 0.94)
2084
+ } @media (hover: hover) {
2085
+ .button__ghost_1pr6m:hover {
2086
+ color: rgba(255, 255, 255, 0.7);
2087
+ }
2088
+ } .button__ghost_1pr6m > .button__loader_1pr6m {
2089
+ color: rgba(255, 255, 255, 0.94);
2090
+ } .button__component_1pr6m[disabled].button__accent_1pr6m {
2091
+ color: rgba(233, 233, 250, 0.37);
2092
+ background-color: rgba(214, 214, 229, 0.07)
2093
+ } .button__component_1pr6m[disabled].button__accent_1pr6m.button__loading_1pr6m {
2094
+ color: rgba(255, 255, 255, 0.94);
2095
+ background-color: #f83a2a;
2096
+ } .button__component_1pr6m[disabled].button__secondary_1pr6m {
2097
+ border-color: transparent
2098
+ } .button__component_1pr6m[disabled].button__secondary_1pr6m.button__loading_1pr6m {
2099
+ color: rgba(255, 255, 255, 0.94);
2100
+ background-color: rgba(222, 222, 238, 0.13);
2101
+ border-color: transparent;
2102
+ } .button__component_1pr6m[disabled].button__outlined_1pr6m {
2103
+ background-color: rgba(255, 255, 255, 0)
2104
+ } .button__component_1pr6m[disabled].button__outlined_1pr6m.button__loading_1pr6m {
2105
+ color: rgba(255, 255, 255, 0.94);
2106
+ border-color: rgba(255, 255, 255, 0.94);
2107
+ } .button__component_1pr6m[disabled].button__tertiary_1pr6m {
2108
+ background-color: rgba(255, 255, 255, 0)
2109
+ } .button__component_1pr6m[disabled].button__tertiary_1pr6m.button__loading_1pr6m {
2110
+ color: rgba(255, 255, 255, 0.94);
2111
+ border-color: rgba(255, 255, 255, 0.94);
2112
+ } .button__component_1pr6m[disabled].button__filled_1pr6m {
2113
+ color: rgba(233, 233, 250, 0.37);
2114
+ background-color: rgba(214, 214, 229, 0.07)
2115
+ } .button__component_1pr6m[disabled].button__filled_1pr6m.button__loading_1pr6m {
2116
+ color: rgba(255, 255, 255, 0.94);
2117
+ background-color: rgba(222, 222, 238, 0.13);
2118
+ } .button__component_1pr6m[disabled].button__transparent_1pr6m {
2119
+ background-color: transparent
2120
+ } .button__component_1pr6m[disabled].button__transparent_1pr6m.button__loading_1pr6m {
2121
+ color: rgba(255, 255, 255, 0.94);
2122
+ } .button__component_1pr6m[disabled].button__link_1pr6m {
2123
+ background-color: transparent
2124
+ } .button__component_1pr6m[disabled].button__link_1pr6m.button__loading_1pr6m {
2125
+ color: rgba(255, 255, 255, 0.94);
2126
+ } .button__component_1pr6m[disabled].button__text_1pr6m.button__loading_1pr6m {
2127
+ color: rgba(255, 255, 255, 0.94);
2128
+ } .button__component_1pr6m[disabled].button__ghost_1pr6m.button__loading_1pr6m {
2129
+ color: rgba(255, 255, 255, 0.94);
2130
+ }
2131
+ .button__component_1dpt6 {
2132
+ -webkit-tap-highlight-color: transparent;
2133
+ } .button__focused_1dpt6 {
2134
+ outline: 2px solid #3193fc;
2135
+ }
2136
+ .button__accent_1c935 {
2137
+ color: rgba(255, 255, 255, 0.94);
2138
+ background-color: #ef3124;
2139
+ border: 1px solid transparent
2140
+ } @media (hover: hover) {
2141
+ .button__accent_1c935:hover {
2142
+ background-color: #e32a17;
2143
+ }
2144
+ } .button__accent_1c935:active {
2145
+ background-color: #d72505;
2146
+ } .button__accent_1c935 > .button__loader_1c935 {
2147
+ color: rgba(255, 255, 255, 0.94);
2148
+ } .button__primary_1c935 {
2149
+ border: 1px solid transparent
2150
+ } .button__primary_1c935 .button__hint_1c935 {
2151
+ color: rgba(238, 238, 251, 0.55);
2152
+ } .button__secondary_1c935 {
2153
+ color: rgba(3, 3, 6, 0.88);
2154
+ border: 1px solid transparent
2155
+ } .button__secondary_1c935 > .button__loader_1c935 {
2156
+ color: rgba(3, 3, 6, 0.88);
2157
+ } .button__secondary_1c935 .button__hint_1c935 {
2158
+ color: rgba(4, 4, 19, 0.55);
2159
+ } .button__outlined_1c935 {
2160
+ color: rgba(3, 3, 6, 0.88);
2161
+ background-color: rgba(255, 255, 255, 0);
2162
+ border: 1px solid rgba(3, 3, 6, 0.88)
2163
+ } @media (hover: hover) {
2164
+ .button__outlined_1c935:hover {
2165
+ background-color: rgba(38, 55, 88, 0.06);
2166
+ border-color: rgba(3, 3, 6, 0.88);
2167
+ }
2168
+ } .button__outlined_1c935:active {
2169
+ background-color: rgba(30, 43, 68, 0.08);
2170
+ } .button__outlined_1c935 > .button__loader_1c935 {
2171
+ color: rgba(3, 3, 6, 0.88);
2172
+ } .button__outlined_1c935 .button__hint_1c935 {
2173
+ color: rgba(4, 4, 19, 0.55);
2174
+ } .button__tertiary_1c935 {
2175
+ color: rgba(3, 3, 6, 0.88);
2176
+ background-color: rgba(255, 255, 255, 0);
2177
+ border: 1px solid rgba(3, 3, 6, 0.88)
2178
+ } @media (hover: hover) {
2179
+ .button__tertiary_1c935:hover {
2180
+ background-color: rgba(38, 55, 88, 0.06);
2181
+ border-color: rgba(3, 3, 6, 0.88);
2182
+ }
2183
+ } .button__tertiary_1c935:active {
2184
+ background-color: rgba(30, 43, 68, 0.08);
2185
+ } .button__tertiary_1c935 > .button__loader_1c935 {
2186
+ color: rgba(3, 3, 6, 0.88);
2187
+ } .button__tertiary_1c935 .button__hint_1c935 {
2188
+ color: rgba(4, 4, 19, 0.55);
2189
+ } .button__filled_1c935 {
2190
+ color: rgba(3, 3, 6, 0.88);
2191
+ background-color: rgba(15, 25, 55, 0.1);
2192
+ border: 1px solid transparent
2193
+ } @media (hover: hover) {
2194
+ .button__filled_1c935:hover {
2195
+ background-color: rgba(5, 12, 41, 0.14);
2196
+ }
2197
+ } .button__filled_1c935:active {
2198
+ background-color: rgba(5, 11, 44, 0.18);
2199
+ } .button__filled_1c935 > .button__loader_1c935 {
2200
+ color: rgba(3, 3, 6, 0.88);
2201
+ } .button__transparent_1c935 {
2202
+ color: rgba(3, 3, 6, 0.88);
2203
+ background-color: transparent;
2204
+ border: 1px solid transparent
2205
+ } @media (hover: hover) {
2206
+ .button__transparent_1c935:hover {
2207
+ background-color: rgba(38, 55, 88, 0.06);
2208
+ }
2209
+ } .button__transparent_1c935:active {
2210
+ background-color: rgba(30, 43, 68, 0.08);
2211
+ } .button__transparent_1c935 > .button__loader_1c935 {
2212
+ color: rgba(3, 3, 6, 0.88);
2213
+ } .button__transparent_1c935 .button__hint_1c935 {
2214
+ color: rgba(4, 4, 19, 0.55);
2215
+ } .button__link_1c935 {
2216
+ color: rgba(3, 3, 6, 0.88);
2217
+ background-color: transparent;
2218
+ border: 1px solid transparent
2219
+ } @media (hover: hover) {
2220
+ .button__link_1c935:hover {
2221
+ background-color: rgba(38, 55, 88, 0.06);
2222
+ }
2223
+ } .button__link_1c935:active {
2224
+ background-color: rgba(30, 43, 68, 0.08);
2225
+ } .button__link_1c935 > .button__loader_1c935 {
2226
+ color: rgba(3, 3, 6, 0.88);
2227
+ } .button__text_1c935 {
2228
+ background-color: transparent;
2229
+ color: rgba(3, 3, 6, 0.88)
2230
+ } @media (hover: hover) {
2231
+ .button__text_1c935:hover {
2232
+ color: rgba(1, 1, 12, 0.63);
2233
+ }
2234
+ } .button__text_1c935 > .button__loader_1c935 {
2235
+ color: rgba(3, 3, 6, 0.88);
2236
+ } .button__text_1c935 .button__hint_1c935 {
2237
+ color: rgba(4, 4, 19, 0.55);
2238
+ } .button__ghost_1c935 {
2239
+ background-color: transparent;
2240
+ color: rgba(3, 3, 6, 0.88)
2241
+ } @media (hover: hover) {
2242
+ .button__ghost_1c935:hover {
2243
+ color: rgba(1, 1, 12, 0.63);
2244
+ }
2245
+ } .button__ghost_1c935 > .button__loader_1c935 {
2246
+ color: rgba(3, 3, 6, 0.88);
2247
+ } .button__component_1c935[disabled].button__accent_1c935 {
2248
+ color: rgba(5, 8, 29, 0.38);
2249
+ background-color: rgba(38, 55, 88, 0.06)
2250
+ } .button__component_1c935[disabled].button__accent_1c935.button__loading_1c935 {
2251
+ color: rgba(255, 255, 255, 0.94);
2252
+ background-color: #ef3124;
2253
+ } .button__component_1c935[disabled].button__secondary_1c935 {
2254
+ border-color: transparent
2255
+ } .button__component_1c935[disabled].button__secondary_1c935.button__loading_1c935 {
2256
+ color: rgba(3, 3, 6, 0.88);
2257
+ background-color: rgba(15, 25, 55, 0.1);
2258
+ border-color: transparent;
2259
+ } .button__component_1c935[disabled].button__outlined_1c935 {
2260
+ background-color: rgba(255, 255, 255, 0)
2261
+ } .button__component_1c935[disabled].button__outlined_1c935.button__loading_1c935 {
2262
+ color: rgba(3, 3, 6, 0.88);
2263
+ } .button__component_1c935[disabled].button__tertiary_1c935 {
2264
+ background-color: rgba(255, 255, 255, 0)
2265
+ } .button__component_1c935[disabled].button__tertiary_1c935.button__loading_1c935 {
2266
+ color: rgba(3, 3, 6, 0.88);
2267
+ } .button__component_1c935[disabled].button__filled_1c935 {
2268
+ color: rgba(5, 8, 29, 0.38);
2269
+ background-color: rgba(38, 55, 88, 0.06)
2270
+ } .button__component_1c935[disabled].button__filled_1c935.button__loading_1c935 {
2271
+ color: rgba(3, 3, 6, 0.88);
2272
+ background-color: rgba(15, 25, 55, 0.1);
2273
+ } .button__component_1c935[disabled].button__transparent_1c935 {
2274
+ background-color: transparent
2275
+ } .button__component_1c935[disabled].button__transparent_1c935.button__loading_1c935 {
2276
+ color: rgba(3, 3, 6, 0.88);
2277
+ } .button__component_1c935[disabled].button__link_1c935 {
2278
+ background-color: transparent
2279
+ } .button__component_1c935[disabled].button__link_1c935.button__loading_1c935 {
2280
+ color: rgba(3, 3, 6, 0.88);
2281
+ } .button__component_1c935[disabled].button__text_1c935.button__loading_1c935 {
2282
+ color: rgba(3, 3, 6, 0.88);
2283
+ } .button__component_1c935[disabled].button__ghost_1c935.button__loading_1c935 {
2284
+ color: rgba(3, 3, 6, 0.88);
2285
+ }.circular-progress-bar__component_4jc9j.circular-progress-bar__bg-positive_4jc9j {
2286
+ background: #17d055;
2287
+ } .circular-progress-bar__component_4jc9j.circular-progress-bar__bg-negative_4jc9j {
2288
+ background: #ff4837;
2289
+ } .circular-progress-bar__backgroundCircle_4jc9j,
2290
+ .circular-progress-bar__progressCircle_4jc9j {
2291
+ fill: transparent;
2292
+ } .circular-progress-bar__positive_4jc9j {
2293
+ stroke: #17d055;
2294
+ } .circular-progress-bar__negative_4jc9j {
2295
+ stroke: #ff4837;
2296
+ } .circular-progress-bar__backgroundCircle_4jc9j {
2297
+ stroke: rgba(222, 222, 238, 0.13)
2298
+ } .circular-progress-bar__backgroundCircle_4jc9j.circular-progress-bar__stroke_4jc9j {
2299
+ stroke: transparent;
2300
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-tertiary_4jc9j {
2301
+ color: #4a4a51;
2302
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-positive_4jc9j {
2303
+ color: #17d055;
2304
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-negative_4jc9j {
2305
+ color: #ff4837;
2306
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-primary-inverted_4jc9j {
2307
+ color: rgba(3, 3, 6, 0.88);
2308
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-primary_4jc9j {
2309
+ color: rgba(255, 255, 255, 0.94);
2310
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-secondary_4jc9j {
2311
+ color: #898991;
2312
+ }.chart__coreChart_14slf .recharts-text tspan {
2313
+ fill: rgba(255, 255, 255, 0.94);
2314
+ }
2315
+ @keyframes chart__showDot_o2tkw {
2316
+ }
2317
+
2318
+ .chart__tickText_1ji8v {
2319
+ fill: rgba(255, 255, 255, 0.94);
2320
+ } .chart__circle_1ji8v {
2321
+ fill: #121213;
2322
+ } .chart__circle_1ji8v {
2323
+ fill: #121213;
2324
+ }
2325
+ .chart__tooltip_1m58s {
2326
+ background-color: #121213;
2327
+ border: 1px solid #353539;
2328
+ box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
2329
+ 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2330
+ } .chart__tooltipArrow_1m58s {
2331
+ border: 1px solid #353539;
2332
+ background-color: #121213;
2333
+ } .chart__tooltipArrow_1m58s:before {
2334
+ border-color: transparent #121213 transparent transparent;
2335
+ }.comment__component_pw0o0 {
2336
+ background-color: #1c1c1e;
2337
+ }.list-header__filled_17rms {
2338
+ background-color: #212124;
2339
+ }.list__list_1k1vu {
2340
+ color: rgba(255, 255, 255, 0.94);
2341
+ }
2342
+ .list__slot_19xes.list__defaultColor_19xes {
2343
+ color: rgba(255, 255, 255, 0.94);
2344
+ }.attach__component_15dim {
2345
+ } .attach__file_15dim,
2346
+ .attach__noFile_15dim {
2347
+ color: rgba(238, 238, 251, 0.55);
2348
+ } .attach__focused_15dim {
2349
+ outline: 2px solid #3193fc;
2350
+ }.tab-bar__component_u08lo.tab-bar__modal-bg-primary_u08lo {
2351
+ background-color: #121213;
2352
+ } .tab-bar__component_u08lo.tab-bar__modal-bg-alt-primary_u08lo {
2353
+ background-color: #121213;
2354
+ } .tab-bar__border_u08lo {
2355
+ box-shadow: 0 -1px 0 0 rgba(222, 222, 238, 0.13);
2356
+ }
2357
+ .tab-bar__component_17urp {
2358
+ -webkit-tap-highlight-color: transparent;
2359
+ background-color: transparent;
2360
+ color: rgba(238, 238, 251, 0.55);
2361
+ } .tab-bar__primary_17urp {
2362
+ color: #f83a2a;
2363
+ } .tab-bar__secondary_17urp {
2364
+ color: #f2f3f5;
2365
+ } .tab-bar__label_17urp {
2366
+ color: rgba(238, 238, 251, 0.55);
2367
+ }.stepped-progress-bar__bar_1r94f {
2368
+ background: rgba(222, 222, 238, 0.13);
2369
+ } .stepped-progress-bar__description_1r94f {
2370
+ color: rgba(238, 238, 251, 0.55);
2371
+ }
2372
+
2373
+ .stepped-progress-bar__bar_1hqev {
2374
+ background: rgba(15, 25, 55, 0.1);
2375
+ } .stepped-progress-bar__description_1hqev {
2376
+ color: rgba(4, 4, 19, 0.55);
2377
+ }
2378
+ .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__positive_ptpmb {
2379
+ background: #17d055;
2380
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__attention_ptpmb {
2381
+ background: #fda136;
2382
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__negative_ptpmb {
2383
+ background: #ff4837;
2384
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__link_ptpmb {
2385
+ background: #3193fc;
2386
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__tertiary_ptpmb {
2387
+ background: #4a4a51;
2388
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__secondary_ptpmb {
2389
+ background: #898991;
2390
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__primary_ptpmb {
2391
+ background: rgba(255, 255, 255, 0.94);
2392
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__accent_ptpmb {
2393
+ background: #f83a2a;
2394
+ }.confirmation-v1__errorHeader_wa4ug {
2395
+ color: rgba(255, 255, 255, 0.94);
2396
+ color: rgba(255, 255, 255, 0.94);
2397
+ } .confirmation-v1__errorText_wa4ug {
2398
+ color: rgba(238, 238, 251, 0.55);
2399
+ color: rgba(238, 238, 251, 0.55);
2400
+ } .confirmation-v1__phoneHintText_wa4ug {
2401
+ color: rgba(238, 238, 251, 0.55);
2402
+ color: rgba(238, 238, 251, 0.55);
2403
+ } .confirmation-v1__phonesWrap_wa4ug {
2404
+ color: rgba(238, 238, 251, 0.55);
2405
+ } .confirmation-v1__phoneDescription_wa4ug {
2406
+ color: rgba(238, 238, 251, 0.55);
2407
+ }
2408
+ .confirmation-v1__input_k25o6 {
2409
+ background-color: rgba(222, 222, 238, 0.13);
2410
+ color: rgba(255, 255, 255, 0.94)
2411
+ } .confirmation-v1__input_k25o6.confirmation-v1__hasError_k25o6 {
2412
+ color: #ff4837;
2413
+ caret-color: rgba(255, 255, 255, 0.94);
2414
+ background-color: #392523;
2415
+ } .confirmation-v1__input_k25o6.confirmation-v1__disabled_k25o6 {
2416
+ color: rgba(233, 233, 250, 0.37);
2417
+ } @keyframes confirmation-v1__shake_k25o6 {
2418
+ }
2419
+ .confirmation-v1__component_haxsr {
2420
+ color: rgba(238, 238, 251, 0.55);
2421
+ color: rgba(238, 238, 251, 0.55);
2422
+ }
2423
+ .confirmation-v1__circle_gvpf2 {
2424
+ fill: transparent;
2425
+ stroke: #4a4a51;
2426
+ }
2427
+ .confirmation-v1__title_13ujm {
2428
+ color: rgba(255, 255, 255, 0.94);
2429
+ } .confirmation-v1__description_13ujm {
2430
+ color: rgba(238, 238, 251, 0.55);
2431
+ } .confirmation-v1__alertIcon_13ujm {
2432
+ color: #d91d0b;
2433
+ }
2434
+ .confirmation-v1__header_1kn9s {
2435
+ color: rgba(255, 255, 255, 0.94);
2436
+ color: rgba(255, 255, 255, 0.94);
2437
+ } .confirmation-v1__error_1kn9s {
2438
+ color: #ff4837;
2439
+ } .confirmation-v1__loaderText_1kn9s {
2440
+ color: rgba(238, 238, 251, 0.55);
2441
+ color: rgba(238, 238, 251, 0.55);
2442
+ }.custom-button__customButton_10g1n.custom-button__border_10g1n {
2443
+ border: 1px solid transparent;
2444
+ } .custom-button__customButton_10g1n.custom-button__white_10g1n * {
2445
+ color: rgba(3, 3, 6, 0.88);
2446
+ } .custom-button__customButton_10g1n.custom-button__black_10g1n * {
2447
+ color: rgba(255, 255, 255, 0.94);
2448
+ } .custom-button__customButton_10g1n.custom-button__static-white_10g1n * {
2449
+ color: rgba(255, 255, 255, 0.94);
2450
+ } .custom-button__customButton_10g1n.custom-button__static-black_10g1n * {
2451
+ color: rgba(3, 3, 6, 0.88);
2452
+ } .custom-button__customButton_10g1n:before {
2453
+ background-color: rgba(0, 0, 0, 0);
2454
+ } .custom-button__customButton_10g1n.custom-button__darkening_10g1n:hover:before {
2455
+ background-color: rgba(225, 225, 248, 0.09);
2456
+ } .custom-button__customButton_10g1n.custom-button__darkening_10g1n:active:before {
2457
+ background-color: rgba(231, 231, 248, 0.18);
2458
+ } .custom-button__customButton_10g1n.custom-button__lightening_10g1n:hover:before {
2459
+ background-color: rgba(30, 43, 68, 0.08);
2460
+ } .custom-button__customButton_10g1n.custom-button__lightening_10g1n:active:before {
2461
+ background-color: rgba(5, 11, 44, 0.18);
2462
+ } .custom-button__customButton_10g1n.custom-button__static-darkening_10g1n:hover:before {
2463
+ background-color: rgba(0, 0, 0, 0.07);
2464
+ } .custom-button__customButton_10g1n.custom-button__static-darkening_10g1n:active:before {
2465
+ background-color: rgba(0, 0, 0, 0.15);
2466
+ } .custom-button__customButton_10g1n.custom-button__static-lightening_10g1n:hover:before {
2467
+ background-color: rgba(255, 255, 255, 0.07);
2468
+ } .custom-button__customButton_10g1n.custom-button__static-lightening_10g1n:active:before {
2469
+ background-color: rgba(255, 255, 255, 0.15);
2470
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-default_10g1n {
2471
+ background-color: rgba(214, 214, 229, 0.07)
2472
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-default_10g1n span {
2473
+ color: rgba(233, 233, 250, 0.37);
2474
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static_10g1n {
2475
+ background-color: rgba(38, 55, 88, 0.06)
2476
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static_10g1n span {
2477
+ color: rgba(5, 8, 29, 0.38);
2478
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-inverted_10g1n {
2479
+ background-color: rgba(38, 55, 88, 0.06)
2480
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-inverted_10g1n span {
2481
+ color: rgba(5, 8, 29, 0.38);
2482
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static-inverted_10g1n {
2483
+ background-color: rgba(214, 214, 229, 0.07)
2484
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static-inverted_10g1n span {
2485
+ color: rgba(233, 233, 250, 0.37);
2486
+ }.cc-icon-button.icon-button__primary_dkiqi {
2487
+ color: rgba(255, 255, 255, 0.94)
2488
+ } .cc-icon-button.icon-button__primary_dkiqi:hover {
2489
+ color: rgba(255, 255, 255, 0.7);
2490
+ } .cc-icon-button.icon-button__primary_dkiqi:active {
2491
+ color: rgba(255, 255, 255, 0.6);
2492
+ } .cc-icon-button.icon-button__secondary_dkiqi {
2493
+ color: rgba(238, 238, 251, 0.55)
2494
+ } .cc-icon-button.icon-button__secondary_dkiqi:hover {
2495
+ color: rgba(239, 240, 252, 0.65);
2496
+ } .cc-icon-button.icon-button__secondary_dkiqi:active {
2497
+ color: rgba(243, 245, 254, 0.75);
2498
+ } .cc-icon-button.icon-button__transparent_dkiqi {
2499
+ color: rgba(228, 228, 251, 0.28)
2500
+ } .cc-icon-button.icon-button__transparent_dkiqi:hover {
2501
+ color: rgba(233, 233, 250, 0.37);
2502
+ } .cc-icon-button.icon-button__transparent_dkiqi:active {
2503
+ color: rgba(238, 238, 254, 0.46);
2504
+ } .cc-icon-button.icon-button__negative_dkiqi {
2505
+ color: #ff4837
2506
+ } .cc-icon-button.icon-button__negative_dkiqi:hover {
2507
+ color: #ff755e;
2508
+ } .cc-icon-button.icon-button__negative_dkiqi:active {
2509
+ color: #ff8d79;
2510
+ } .cc-icon-button.icon-button__tertiary_dkiqi {
2511
+ color: rgba(228, 228, 251, 0.28)
2512
+ } .cc-icon-button.icon-button__tertiary_dkiqi:hover {
2513
+ color: rgba(233, 233, 250, 0.37);
2514
+ } .cc-icon-button.icon-button__tertiary_dkiqi:active {
2515
+ color: rgba(238, 238, 254, 0.46);
2516
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__primary_dkiqi {
2517
+ color: rgba(255, 255, 255, 0.94)
2518
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__primary_dkiqi:hover {
2519
+ background: rgba(214, 214, 229, 0.07);
2520
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__primary_dkiqi:active {
2521
+ background: rgba(225, 225, 248, 0.09);
2522
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__secondary_dkiqi {
2523
+ color: rgba(238, 238, 251, 0.55)
2524
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__secondary_dkiqi:hover {
2525
+ background: rgba(214, 214, 229, 0.07);
2526
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__secondary_dkiqi:active {
2527
+ background: rgba(225, 225, 248, 0.09);
2528
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__negative_dkiqi {
2529
+ color: #ff4837
2530
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__negative_dkiqi:hover {
2531
+ background: rgba(214, 214, 229, 0.07);
2532
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__negative_dkiqi:active {
2533
+ background: rgba(225, 225, 248, 0.09);
2534
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__tertiary_dkiqi {
2535
+ color: rgba(233, 233, 250, 0.37)
2536
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__tertiary_dkiqi:hover {
2537
+ background: rgba(214, 214, 229, 0.07);
2538
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__tertiary_dkiqi:active {
2539
+ background: rgba(225, 225, 248, 0.09);
2540
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__primary_dkiqi {
2541
+ color: rgba(222, 222, 238, 0.13)
2542
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__primary_dkiqi.icon-button__loader_dkiqi {
2543
+ color: rgba(255, 255, 255, 0.94);
2544
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__secondary_dkiqi {
2545
+ color: rgba(222, 222, 238, 0.13)
2546
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__secondary_dkiqi.icon-button__loader_dkiqi {
2547
+ color: rgba(238, 238, 251, 0.55);
2548
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__negative_dkiqi {
2549
+ color: rgba(222, 222, 238, 0.13)
2550
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__negative_dkiqi.icon-button__loader_dkiqi {
2551
+ color: #ff4837;
2552
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__tertiary_dkiqi {
2553
+ color: rgba(222, 222, 238, 0.13)
2554
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__tertiary_dkiqi.icon-button__loader_dkiqi {
2555
+ color: rgba(228, 228, 251, 0.28);
2556
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__transparentBg_dkiqi {
2557
+ background: transparent;
2558
+ }
2559
+
2560
+ .cc-icon-button.icon-button__primary_9rm2w {
2561
+ color: rgba(3, 3, 6, 0.88)
2562
+ } .cc-icon-button.icon-button__primary_9rm2w:hover {
2563
+ color: rgba(2, 2, 10, 0.76);
2564
+ } .cc-icon-button.icon-button__primary_9rm2w:active {
2565
+ color: rgba(1, 1, 12, 0.63);
2566
+ } .cc-icon-button.icon-button__secondary_9rm2w {
2567
+ color: rgba(4, 4, 21, 0.47)
2568
+ } .cc-icon-button.icon-button__secondary_9rm2w:hover {
2569
+ color: rgba(4, 4, 19, 0.55);
2570
+ } .cc-icon-button.icon-button__secondary_9rm2w:active {
2571
+ color: rgba(1, 1, 12, 0.63);
2572
+ } .cc-icon-button.icon-button__transparent_9rm2w {
2573
+ color: rgba(9, 12, 37, 0.28)
2574
+ } .cc-icon-button.icon-button__transparent_9rm2w:hover {
2575
+ color: rgba(5, 8, 29, 0.38);
2576
+ } .cc-icon-button.icon-button__transparent_9rm2w:active {
2577
+ color: rgba(4, 4, 21, 0.47);
2578
+ } .cc-icon-button.icon-button__negative_9rm2w {
2579
+ color: #ff4837
2580
+ } .cc-icon-button.icon-button__negative_9rm2w:hover {
2581
+ color: #ec2d20;
2582
+ } .cc-icon-button.icon-button__negative_9rm2w:active {
2583
+ color: #c7241f;
2584
+ } .cc-icon-button.icon-button__tertiary_9rm2w {
2585
+ color: rgba(9, 12, 37, 0.28)
2586
+ } .cc-icon-button.icon-button__tertiary_9rm2w:hover {
2587
+ color: rgba(5, 8, 29, 0.38);
2588
+ } .cc-icon-button.icon-button__tertiary_9rm2w:active {
2589
+ color: rgba(4, 4, 21, 0.47);
2590
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__primary_9rm2w {
2591
+ color: rgba(3, 3, 6, 0.88)
2592
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__primary_9rm2w:hover {
2593
+ background: rgba(38, 55, 88, 0.06);
2594
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__primary_9rm2w:active {
2595
+ background: rgba(30, 43, 68, 0.08);
2596
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__secondary_9rm2w {
2597
+ color: rgba(4, 4, 19, 0.55)
2598
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__secondary_9rm2w:hover {
2599
+ background: rgba(38, 55, 88, 0.06);
2600
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__secondary_9rm2w:active {
2601
+ background: rgba(30, 43, 68, 0.08);
2602
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__negative_9rm2w {
2603
+ color: #ec2d20
2604
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__negative_9rm2w:hover {
2605
+ background: rgba(38, 55, 88, 0.06);
2606
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__negative_9rm2w:active {
2607
+ background: rgba(30, 43, 68, 0.08);
2608
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__tertiary_9rm2w {
2609
+ color: rgba(5, 8, 29, 0.38)
2610
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__tertiary_9rm2w:hover {
2611
+ background: rgba(38, 55, 88, 0.06);
2612
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__tertiary_9rm2w:active {
2613
+ background: rgba(30, 43, 68, 0.08);
2614
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__primary_9rm2w {
2615
+ color: rgba(15, 25, 55, 0.1)
2616
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__primary_9rm2w.icon-button__loader_9rm2w {
2617
+ color: rgba(3, 3, 6, 0.88);
2618
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__secondary_9rm2w {
2619
+ color: rgba(15, 25, 55, 0.1)
2620
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__secondary_9rm2w.icon-button__loader_9rm2w {
2621
+ color: rgba(4, 4, 21, 0.47);
2622
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__negative_9rm2w {
2623
+ color: rgba(15, 25, 55, 0.1)
2624
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__negative_9rm2w.icon-button__loader_9rm2w {
2625
+ color: #ff4837;
2626
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__tertiary_9rm2w {
2627
+ color: rgba(15, 25, 55, 0.1)
2628
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__tertiary_9rm2w.icon-button__loader_9rm2w {
2629
+ color: rgba(9, 12, 37, 0.28);
2630
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__transparentBg_9rm2w {
2631
+ background: transparent;
2632
+ }
2633
+ .confirmation__component_1oti4 {
2634
+ color: rgba(238, 238, 251, 0.55);
2635
+ }
2636
+ .confirmation__circle_1b8ut {
2637
+ fill: transparent;
2638
+ stroke: #4a4a51;
2639
+ }
2640
+
2641
+ .confirmation__typographyTheme_1tfd4.confirmation__typographyTheme_1tfd4 {
2642
+ color: rgba(238, 238, 251, 0.55);
2643
+ } .confirmation__typographyThemeMobile_1tfd4.confirmation__typographyThemeMobile_1tfd4 {
2644
+ color: rgba(238, 238, 251, 0.55);
2645
+ }
2646
+ .confirmation__typographyTheme_15dkv.confirmation__typographyTheme_15dkv {
2647
+ color: rgba(238, 238, 251, 0.55);
2648
+ } .confirmation__typographyThemeMobile_15dkv.confirmation__typographyThemeMobile_15dkv {
2649
+ color: rgba(238, 238, 251, 0.55);
2650
+ }
2651
+ .confirmation__phone_1v2a0.confirmation__phone_1v2a0 {
2652
+ color: rgba(255, 255, 255, 0.94);
2653
+ } .confirmation__typographyTheme_1v2a0.confirmation__typographyTheme_1v2a0 {
2654
+ color: rgba(238, 238, 251, 0.55);
2655
+ } .confirmation__typographyThemeMobile_1v2a0.confirmation__typographyThemeMobile_1v2a0 {
2656
+ color: rgba(238, 238, 251, 0.55);
2657
+ } .confirmation__countdownContainer_1v2a0.confirmation__countdownContainer_1v2a0 {
2658
+ color: rgba(238, 238, 251, 0.55);
2659
+ } .confirmation__timeCounter_1v2a0 {
2660
+ color: rgba(238, 238, 251, 0.55);
2661
+ }
2662
+ .confirmation__typographyTheme_83plh.confirmation__typographyTheme_83plh {
2663
+ color: rgba(238, 238, 251, 0.55);
2664
+ } .confirmation__typographyThemeMobile_83plh.confirmation__typographyThemeMobile_83plh {
2665
+ color: rgba(238, 238, 251, 0.55);
2666
+ } .confirmation__timeCounter_83plh {
2667
+ color: rgba(238, 238, 251, 0.55);
2668
+ }
2669
+ .confirmation__typographyTheme_1fn9p.confirmation__typographyTheme_1fn9p {
2670
+ color: rgba(238, 238, 251, 0.55);
2671
+ } .confirmation__typographyThemeMobile_1fn9p.confirmation__typographyThemeMobile_1fn9p {
2672
+ color: rgba(238, 238, 251, 0.55);
2673
+ }.input__input_1y01f {
2674
+ color: rgba(255, 255, 255, 0.94);
2675
+ caret-color: rgba(255, 255, 255, 0.94);
2676
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2677
+ } .input__input_1y01f:-webkit-autofill {
2678
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
2679
+ } .input__input_1y01f::placeholder {
2680
+ color: rgba(238, 238, 251, 0.55);
2681
+ } .input__hasInnerLabel_1y01f::placeholder {
2682
+ color: rgba(233, 233, 250, 0.37);
2683
+ } .input__input_1y01f:read-only:not(.input__disableUserInput_1y01f) {
2684
+ color: rgba(233, 233, 250, 0.37)
2685
+ } .input__input_1y01f:read-only:not(.input__disableUserInput_1y01f):focus::placeholder {
2686
+ color: rgba(238, 238, 251, 0.55);
2687
+ } .input__input_1y01f:disabled {
2688
+ color: rgba(233, 233, 250, 0.37);
2689
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
2690
+ } .input__input_1y01f:focus::placeholder {
2691
+ color: rgba(233, 233, 250, 0.37);
2692
+ } .input__error_1y01f {
2693
+ color: rgba(255, 255, 255, 0.94);
2694
+ caret-color: rgba(255, 255, 255, 0.94);
2695
+ }
2696
+ .input__focusVisible_1ex4u {
2697
+ outline: 2px solid #3193fc;
2698
+ } @keyframes input__onautofillstart_1ex4u {
2699
+ from {
2700
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2701
+ }
2702
+ to {
2703
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
2704
+ }
2705
+ } @keyframes input__onautofillcancel_1ex4u {
2706
+ from {
2707
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2708
+ }
2709
+ to {
2710
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
2711
+ }
2712
+ }
2713
+ .input__input_1yxq9 {
2714
+ color: rgba(3, 3, 6, 0.88);
2715
+ caret-color: rgba(3, 3, 6, 0.88);
2716
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2717
+ } .input__input_1yxq9:-webkit-autofill {
2718
+ -webkit-text-fill-color: rgba(3, 3, 6, 0.88);
2719
+ } .input__input_1yxq9::placeholder {
2720
+ color: rgba(4, 4, 19, 0.55);
2721
+ } .input__hasInnerLabel_1yxq9::placeholder {
2722
+ color: rgba(5, 8, 29, 0.38);
2723
+ } .input__input_1yxq9:read-only:not(.input__disableUserInput_1yxq9) {
2724
+ color: rgba(5, 8, 29, 0.38)
2725
+ } .input__input_1yxq9:read-only:not(.input__disableUserInput_1yxq9):focus::placeholder {
2726
+ color: rgba(4, 4, 19, 0.55);
2727
+ } .input__input_1yxq9:disabled {
2728
+ color: rgba(5, 8, 29, 0.38);
2729
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
2730
+ } .input__input_1yxq9:focus::placeholder {
2731
+ color: rgba(5, 8, 29, 0.38);
2732
+ } .input__error_1yxq9 {
2733
+ color: rgba(3, 3, 6, 0.88);
2734
+ caret-color: rgba(3, 3, 6, 0.88);
2735
+ }
2736
+ .input__clearIcon_22i5q {
2737
+ color: rgba(228, 228, 251, 0.28)
2738
+ } .input__clearIcon_22i5q:hover {
2739
+ color: rgba(233, 233, 250, 0.37);
2740
+ } .input__clearIcon_22i5q:active {
2741
+ color: rgba(238, 238, 254, 0.46);
2742
+ }
2743
+
2744
+ .input__clearIcon_13x0h {
2745
+ color: rgba(9, 12, 37, 0.28)
2746
+ } .input__clearIcon_13x0h:hover {
2747
+ color: rgba(5, 8, 29, 0.38);
2748
+ } .input__clearIcon_13x0h:active {
2749
+ color: rgba(4, 4, 21, 0.47);
2750
+ }.navigation-bar__border_ydlkj {
2751
+ box-shadow: 0 1px 0 0 #29292c;
2752
+ } .navigation-bar__content_ydlkj {
2753
+ color: rgba(255, 255, 255, 0.94)
2754
+ } .navigation-bar__subtitle_ydlkj {
2755
+ color: rgba(238, 238, 251, 0.55);
2756
+ }
2757
+ .navigation-bar__iconWrapper_4m9f6 {
2758
+ background: rgba(214, 214, 229, 0.07)
2759
+ } .navigation-bar__iconWrapper_4m9f6.navigation-bar__back_4m9f6 {
2760
+ background: transparent;
2761
+ } .navigation-bar__floating_4m9f6 path {
2762
+ fill: rgba(238, 238, 251, 0.55);
2763
+ } .navigation-bar__floating_4m9f6:hover path {
2764
+ fill: rgba(239, 240, 252, 0.65);
2765
+ } .navigation-bar__floating_4m9f6:active path {
2766
+ fill: rgba(243, 245, 254, 0.75);
2767
+ }
2768
+ .pass-code-v1__message_1ahyw {
2769
+ color: rgba(255, 255, 255, 0.94);
2770
+ } .pass-code-v1__error_1ahyw {
2771
+ color: #ff4837;
2772
+ }
2773
+ .pass-code-v1__dot_qf6bi {
2774
+ background: rgba(222, 222, 238, 0.13)
2775
+ } .pass-code-v1__dot_qf6bi.pass-code-v1__error_qf6bi {
2776
+ background: #ff4837;
2777
+ } .pass-code-v1__filled_qf6bi {
2778
+ background: rgba(255, 255, 255, 0.94);
2779
+ }
2780
+ @keyframes pass-code-v1__shake_13ws3 {
2781
+ }
2782
+
2783
+ .pass-code-v1__secondary_1bzde.pass-code-v1__secondary_1bzde {
2784
+ color: rgba(255, 255, 255, 0.94);
2785
+ background: rgba(225, 225, 248, 0.09)
2786
+ } .pass-code-v1__secondary_1bzde.pass-code-v1__secondary_1bzde:hover {
2787
+ color: rgba(255, 255, 255, 0.94);
2788
+ } .pass-code-v1__secondary_1bzde.pass-code-v1__secondary_1bzde:active {
2789
+ background: rgba(234, 234, 248, 0.15);
2790
+ } .pass-code-v1__ghost_1bzde.pass-code-v1__ghost_1bzde {
2791
+ color: rgba(255, 255, 255, 0.94)
2792
+ } .pass-code-v1__ghost_1bzde.pass-code-v1__ghost_1bzde:hover {
2793
+ color: rgba(255, 255, 255, 0.94);
2794
+ } .pass-code-v1__ghost_1bzde.pass-code-v1__ghost_1bzde:active {
2795
+ background: rgba(234, 234, 248, 0.15);
2796
+ }
2797
+ @media screen and (min-width: 360px) {
2798
+ } @media screen and (min-width: 390px) {
2799
+ }
2800
+ .pattern-lock-v1__message_b6s4p {
2801
+ color: rgba(255, 255, 255, 0.94);
2802
+ } .pattern-lock-v1__error_b6s4p {
2803
+ color: #ff4837;
2804
+ }
2805
+
2806
+
2807
+ .pass-code__dot_1n1nr {
2808
+ background: rgba(222, 222, 238, 0.13)
2809
+ } .pass-code__dot_1n1nr.pass-code__filled_1n1nr {
2810
+ background: rgba(255, 255, 255, 0.94);
2811
+ } .pass-code__dot_1n1nr.pass-code__animatedFill_1n1nr {
2812
+ background: rgba(255, 255, 255, 0.94);
2813
+ } .pass-code__dot_1n1nr.pass-code__error_1n1nr {
2814
+ background: #ff4837;
2815
+ } .pass-code__dot_1n1nr.pass-code__success_1n1nr {
2816
+ background: #17d055;
2817
+ } .pass-code__dot_1n1nr.pass-code__rawSuccess_1n1nr {
2818
+ background: #17d055;
2819
+ }
2820
+ @keyframes pass-code__shake_1wh8a {
2821
+ }
2822
+
2823
+ .pass-code__secondary_1659r.pass-code__secondary_1659r,
2824
+ .pass-code__button_1659r.pass-code__button_1659r {
2825
+ color: rgba(255, 255, 255, 0.94);
2826
+ background-color: rgba(255, 255, 255, 0)
2827
+ } .pass-code__secondary_1659r.pass-code__secondary_1659r:active, .pass-code__button_1659r.pass-code__button_1659r:active {
2828
+ background-color: rgba(225, 225, 248, 0.09);
2829
+ } .pass-code__secondary_1659r.pass-code__secondary_1659r:not(.pass-code__isIOS_1659r):hover, .pass-code__button_1659r.pass-code__button_1659r:not(.pass-code__isIOS_1659r):hover {
2830
+ background-color: rgba(214, 214, 229, 0.07);
2831
+ } .pass-code__secondary_1659r.pass-code__secondary_1659r:not(.pass-code__isIOS_1659r):active, .pass-code__button_1659r.pass-code__button_1659r:not(.pass-code__isIOS_1659r):active {
2832
+ background-color: rgba(225, 225, 248, 0.09);
2833
+ }.product-cover__component_lawz6 {
2834
+ background-color: #4a4a51
2835
+ }
2836
+
2837
+ .product-cover__cardMack_nd7sf {
2838
+ background-color: rgba(3, 3, 6, 0.88);
2839
+ }
2840
+ .product-cover__default_kce63 {
2841
+ background: rgba(238, 238, 251, 0.55);
2842
+ } .product-cover__inverted_kce63 {
2843
+ background: rgba(4, 4, 21, 0.47);
2844
+ }
2845
+ .product-cover__buttonEye_1lu2r.product-cover__buttonEye_1lu2r {
2846
+ color: #fff
2847
+ } .product-cover__buttonEye_1lu2r.product-cover__buttonEye_1lu2r:hover {
2848
+ color: #fff;
2849
+ } .product-cover__buttonEye_1lu2r.product-cover__buttonEye_1lu2r:active {
2850
+ color: #fff;
2851
+ }.file-upload-item-v1__component_jp5kp {
2852
+ color: rgba(238, 238, 251, 0.55);
2853
+ box-shadow: 0 -1px 0 0 #29292c inset
2854
+ } .file-upload-item-v1__icon_jp5kp {
2855
+ color: rgba(255, 255, 255, 0.94);
2856
+ } .file-upload-item-v1__errorIcon_jp5kp {
2857
+ color: #ff4837;
2858
+ } .file-upload-item-v1__successIcon_jp5kp {
2859
+ color: #17d055;
2860
+ } .file-upload-item-v1__name_jp5kp {
2861
+ color: rgba(255, 255, 255, 0.94)
2862
+ } .file-upload-item-v1__errorWrapper_jp5kp {
2863
+ color: #ff4837;
2864
+ }.pure-cell__focused_ydv0w {
2865
+ outline: 2px solid #3193fc;
2866
+ }
2867
+ .pure-cell__button_1h8f2 {
2868
+ -webkit-tap-highlight-color: transparent;
2869
+ background-color: transparent
2870
+ }
2871
+ .pure-cell__hidden_xacn8 {
2872
+ background: rgba(231, 231, 248, 0.18);
2873
+ }
2874
+ .pure-cell__hidden_1b0fc {
2875
+ background: rgba(231, 231, 248, 0.18);
2876
+ }
2877
+ .pure-cell__categoryPercent_w2uzg {
2878
+ background-color: #1c1c1e;
2879
+ }
2880
+
2881
+
2882
+
2883
+ .pure-cell__button_eb1p5 {
2884
+ -webkit-tap-highlight-color: transparent;
2885
+ background-color: transparent
2886
+ }
2887
+ .pure-cell__component_vfq8c.pure-cell__button_vfq8c {
2888
+ -webkit-tap-highlight-color: transparent;
2889
+ background-color: transparent
2890
+ }
2891
+
2892
+ .file-upload-item__deleteIconColor_1edvp {
2893
+ fill: rgba(233, 233, 250, 0.37)
2894
+ } .file-upload-item__deleteIconColor_1edvp:hover {
2895
+ fill: rgba(238, 238, 254, 0.46);
2896
+ } .file-upload-item__downloadIconColor_1edvp {
2897
+ fill: rgba(233, 233, 250, 0.37)
2898
+ } .file-upload-item__downloadIconColor_1edvp:hover {
2899
+ fill: rgba(238, 238, 254, 0.46);
2900
+ } .file-upload-item__restoreIconColor_1edvp {
2901
+ fill: rgba(233, 233, 250, 0.37)
2902
+ } .file-upload-item__restoreIconColor_1edvp:hover {
2903
+ fill: rgba(238, 238, 254, 0.46);
2904
+ }
2905
+ .file-upload-item__container_i1w8a .file-upload-item__title_i1w8a.file-upload-item__restore_i1w8a {
2906
+ color: rgba(233, 233, 250, 0.37);
2907
+ }
2908
+ .file-upload-item__container_3ecy2 .file-upload-item__progress_3ecy2 {
2909
+ -webkit-mask-image: conic-gradient(black 0, transparent 0);
2910
+ mask-image: conic-gradient(black 0, transparent 0)
2911
+ } .file-upload-item__container_3ecy2 .file-upload-item__progress_3ecy2.file-upload-item__success_3ecy2,
2912
+ .file-upload-item__container_3ecy2 .file-upload-item__progress_3ecy2.file-upload-item__error_3ecy2 {
2913
+ -webkit-mask-image: conic-gradient(black 360deg, transparent 0);
2914
+ mask-image: conic-gradient(black 360deg, transparent 0);
2915
+ } .file-upload-item__container_3ecy2 .file-upload-item__progressBarTransparent_3ecy2 {
2916
+ fill: transparent;
2917
+ } .file-upload-item__container_3ecy2 .file-upload-item__progressBarUploading_3ecy2 {
2918
+ fill: #4a4a51;
2919
+ } .file-upload-item__container_3ecy2 .file-upload-item__progressBarSuccess_3ecy2 {
2920
+ fill: #17d055;
2921
+ } .file-upload-item__container_3ecy2 .file-upload-item__progressBarError_3ecy2 {
2922
+ fill: #ff4837;
2923
+ }
2924
+
2925
+
2926
+ .file-upload-item__iconPDFColored_x17em {
2927
+ fill: #fe5e48;
2928
+ } .file-upload-item__iconDOCColored_x17em {
2929
+ fill: #3193fc;
2930
+ } .file-upload-item__iconExcelColored_x17em {
2931
+ fill: #0cc44d;
2932
+ } .file-upload-item__icon1CColored_x17em {
2933
+ fill: #fa9313;
2934
+ } .file-upload-item__iconDocumentColored_x17em {
2935
+ fill: rgba(255, 255, 255, 0.94);
2936
+ }.navigation-bar-private__content_q5w7b {
2937
+ color: rgba(255, 255, 255, 0.94)
2938
+ } .navigation-bar-private__subtitle_q5w7b {
2939
+ color: rgba(238, 238, 251, 0.55);
2940
+ }
2941
+ .navigation-bar-private__component_fgwa4 {
2942
+ background: rgba(255, 255, 255, 0.04)
2943
+ } .navigation-bar-private__component_fgwa4 svg > path {
2944
+ fill: rgba(255, 255, 255, 0.94);
2945
+ } .navigation-bar-private__component_fgwa4:hover svg > path {
2946
+ fill: rgba(255, 255, 255, 0.7);
2947
+ } .navigation-bar-private__component_fgwa4:active svg > path {
2948
+ fill: rgba(255, 255, 255, 0.6);
2949
+ } .navigation-bar-private__mobileWrapper_fgwa4 {
2950
+ background: rgba(214, 214, 229, 0.07)
2951
+ } .navigation-bar-private__mobileWrapper_fgwa4 svg > path {
2952
+ fill: rgba(238, 238, 251, 0.55);
2953
+ }
2954
+ .navigation-bar-private__button_1wg1y {
2955
+ background: rgba(255, 255, 255, 0.04);
2956
+ color: rgba(255, 255, 255, 0.94)
2957
+ }
2958
+ .navigation-bar-private__button_1wg1y.navigation-bar-private__mobile_1wg1y {
2959
+ background: rgba(214, 214, 229, 0.07);
2960
+ color: rgba(238, 238, 251, 0.55);
2961
+ }
2962
+
2963
+ .navigation-bar-private__button_19uzt {
2964
+ background: rgba(0, 0, 0, 0.04);
2965
+ color: rgba(3, 3, 6, 0.88)
2966
+ }
2967
+ .navigation-bar-private__button_19uzt.navigation-bar-private__mobile_19uzt {
2968
+ background: rgba(38, 55, 88, 0.06);
2969
+ color: rgba(4, 4, 21, 0.47);
2970
+ }
2971
+
2972
+ .plate__component_9vthl {
2973
+ color: rgba(255, 255, 255, 0.94)
2974
+ } .plate__focused_9vthl {
2975
+ outline: 2px solid #3193fc;
2976
+ } .plate__shadow_9vthl:after {
2977
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
2978
+ 0 0 1px rgba(0, 0, 0, 0.04);
2979
+ } .plate__common_9vthl {
2980
+ background-color: rgba(225, 225, 248, 0.09);
2981
+ border: 1px solid rgba(238, 238, 251, 0.55)
2982
+ } .plate__common_9vthl:before {
2983
+ background-color: rgba(238, 238, 251, 0.55);
2984
+ } .plate__negative_9vthl {
2985
+ background-color: #392523;
2986
+ border: 1px solid #ff4837
2987
+ } .plate__negative_9vthl:before {
2988
+ background-color: #ff4837;
2989
+ } .plate__positive_9vthl {
2990
+ background-color: #232d25;
2991
+ border: 1px solid #17d055
2992
+ } .plate__positive_9vthl:before {
2993
+ background-color: #17d055;
2994
+ } .plate__attention_9vthl {
2995
+ background-color: #36291f;
2996
+ border: 1px solid #fda136
2997
+ } .plate__attention_9vthl:before {
2998
+ background-color: #fda136;
2999
+ } .plate__custom_9vthl {
3000
+ background: transparent;
3001
+ border: 1px solid rgba(238, 238, 251, 0.55)
3002
+ } .plate__custom_9vthl:before {
3003
+ background-color: rgba(238, 238, 251, 0.55);
3004
+ }
3005
+
3006
+ .toast-plate__component_1s6r7 {
3007
+ color: rgba(3, 3, 6, 0.88);
3008
+ background-color: #fff;
3009
+ } .toast-plate__closeButtonWrapper_1s6r7:before {
3010
+ background-color: #e7e8eb;
3011
+ }
3012
+
3013
+ .toast-plate__component_2utu9 {
3014
+ color: rgba(255, 255, 255, 0.94);
3015
+ background-color: #1c1c1e;
3016
+ } .toast-plate__closeButtonWrapper_2utu9:before {
3017
+ background-color: #29292c;
3018
+ }.number-input__steppers_1ey1y {
3019
+ background-color: rgba(214, 214, 229, 0.07);
3020
+ } .number-input__steppersFocused_1ey1y,
3021
+ .number-input__steppersDisabled_1ey1y {
3022
+ background-color: rgba(225, 225, 248, 0.09);
3023
+ }
3024
+
3025
+ .number-input__steppers_vsbt6 {
3026
+ background-color: #fff;
3027
+ } .number-input__steppersFocused_vsbt6,
3028
+ .number-input__steppersDisabled_vsbt6 {
3029
+ background-color: rgba(15, 25, 55, 0.1);
3030
+ }
3031
+ .number-input__separator_1wb5z {
3032
+ background-color: rgba(222, 222, 238, 0.13);
3033
+ }
3034
+
3035
+ .number-input__separator_zcka2 {
3036
+ background-color: rgba(15, 25, 55, 0.1);
3037
+ }.slider-input__slider_1ejal .noUi-base:hover > .noUi-connects {
3038
+ background-color: #898991;
3039
+ } .slider-input__slider_1ejal .noUi-connects {
3040
+ background-color: #898991;
3041
+ } .slider-input__steps_1ejal {
3042
+ color: rgba(238, 238, 251, 0.55);
3043
+ } .slider-input__info_1ejal {
3044
+ color: rgba(238, 238, 251, 0.55);
3045
+ }.with-suffix__hasSuffix_eauwo input:focus::placeholder {
3046
+ color: transparent;
3047
+ } .with-suffix__disabled_eauwo {
3048
+ color: rgba(233, 233, 250, 0.37)
3049
+ } .with-suffix__disabled_eauwo.with-suffix__inverted_eauwo {
3050
+ color: rgba(5, 8, 29, 0.38);
3051
+ } .with-suffix__readOnly_eauwo {
3052
+ color: rgba(233, 233, 250, 0.37)
3053
+ } .with-suffix__readOnly_eauwo.with-suffix__inverted_eauwo {
3054
+ color: rgba(5, 8, 29, 0.38);
3055
+ }.bottom-sheet__modal_1xixh.bottom-sheet__modal_1xixh {
3056
+ background-color: transparent;
3057
+ } .bottom-sheet__component_1xixh {
3058
+ background-color: #1c1c1e;
3059
+ } .bottom-sheet__defaultMarker_1xixh {
3060
+ background-color: rgba(222, 222, 238, 0.13);
3061
+ } .bottom-sheet__content_1xixh {
3062
+ color: rgba(255, 255, 255, 0.94);
3063
+ } .bottom-sheet__background-accent_1xixh {
3064
+ background-color: #ef3124;
3065
+ } .bottom-sheet__background-info_1xixh {
3066
+ background-color: #001c3c;
3067
+ } .bottom-sheet__background-attention-muted_1xixh {
3068
+ background-color: #36291f;
3069
+ } .bottom-sheet__background-positive-muted_1xixh {
3070
+ background-color: #232d25;
3071
+ } .bottom-sheet__background-negative-muted_1xixh {
3072
+ background-color: #392523;
3073
+ } .bottom-sheet__background-primary_1xixh {
3074
+ background-color: #121213;
3075
+ } .bottom-sheet__background-primary-inverted_1xixh {
3076
+ background-color: #fff;
3077
+ } .bottom-sheet__background-secondary_1xixh {
3078
+ background-color: #1c1c1e;
3079
+ } .bottom-sheet__background-secondary-inverted_1xixh {
3080
+ background-color: #f2f3f5;
3081
+ } .bottom-sheet__background-tertiary_1xixh {
3082
+ background-color: #27272a;
3083
+ } .bottom-sheet__background-tertiary-inverted_1xixh {
3084
+ background-color: #e7e8ea;
3085
+ } .bottom-sheet__background-quaternary_1xixh {
3086
+ background-color: #36363a;
3087
+ } .bottom-sheet__background-quaternary-inverted_1xixh {
3088
+ background-color: #dcdee2;
3089
+ } .bottom-sheet__background-specialbg-component_1xixh {
3090
+ background-color: rgba(255, 255, 255, 0.1);
3091
+ } .bottom-sheet__background-specialbg-component-inverted_1xixh {
3092
+ background-color: rgba(11, 31, 53, 0.07);
3093
+ } .bottom-sheet__background-specialbg-primary-grouped_1xixh {
3094
+ background-color: #1c1c1e;
3095
+ } .bottom-sheet__background-specialbg-secondary-grouped_1xixh {
3096
+ background-color: #27272a;
3097
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1xixh {
3098
+ background-color: #36363a;
3099
+ } .bottom-sheet__background-specialbg-secondary-transparent_1xixh {
3100
+ background-color: rgba(214, 214, 229, 0.07);
3101
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1xixh {
3102
+ background-color: rgba(38, 55, 88, 0.06);
3103
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1xixh {
3104
+ background-color: rgba(222, 222, 240, 0.12);
3105
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1xixh {
3106
+ background-color: rgba(30, 43, 68, 0.08);
3107
+ }
3108
+ .bottom-sheet__footer_1ktsh {
3109
+ background-color: #1c1c1e;
3110
+ } .bottom-sheet__highlighted_1ktsh {
3111
+ border-top: 1px solid #353539;
3112
+ background-color: #1c1c1e;
3113
+ } .bottom-sheet__background-accent_1ktsh {
3114
+ background-color: #ef3124;
3115
+ } .bottom-sheet__background-info_1ktsh {
3116
+ background-color: #001c3c;
3117
+ } .bottom-sheet__background-attention-muted_1ktsh {
3118
+ background-color: #36291f;
3119
+ } .bottom-sheet__background-positive-muted_1ktsh {
3120
+ background-color: #232d25;
3121
+ } .bottom-sheet__background-negative-muted_1ktsh {
3122
+ background-color: #392523;
3123
+ } .bottom-sheet__background-primary_1ktsh {
3124
+ background-color: #121213;
3125
+ } .bottom-sheet__background-primary-inverted_1ktsh {
3126
+ background-color: #fff;
3127
+ } .bottom-sheet__background-secondary_1ktsh {
3128
+ background-color: #1c1c1e;
3129
+ } .bottom-sheet__background-secondary-inverted_1ktsh {
3130
+ background-color: #f2f3f5;
3131
+ } .bottom-sheet__background-tertiary_1ktsh {
3132
+ background-color: #27272a;
3133
+ } .bottom-sheet__background-tertiary-inverted_1ktsh {
3134
+ background-color: #e7e8ea;
3135
+ } .bottom-sheet__background-quaternary_1ktsh {
3136
+ background-color: #36363a;
3137
+ } .bottom-sheet__background-quaternary-inverted_1ktsh {
3138
+ background-color: #dcdee2;
3139
+ } .bottom-sheet__background-specialbg-component_1ktsh {
3140
+ background-color: rgba(255, 255, 255, 0.1);
3141
+ } .bottom-sheet__background-specialbg-component-inverted_1ktsh {
3142
+ background-color: rgba(11, 31, 53, 0.07);
3143
+ } .bottom-sheet__background-specialbg-primary-grouped_1ktsh {
3144
+ background-color: #1c1c1e;
3145
+ } .bottom-sheet__background-specialbg-secondary-grouped_1ktsh {
3146
+ background-color: #27272a;
3147
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1ktsh {
3148
+ background-color: #36363a;
3149
+ } .bottom-sheet__background-specialbg-secondary-transparent_1ktsh {
3150
+ background-color: rgba(214, 214, 229, 0.07);
3151
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1ktsh {
3152
+ background-color: rgba(38, 55, 88, 0.06);
3153
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1ktsh {
3154
+ background-color: rgba(222, 222, 240, 0.12);
3155
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ktsh {
3156
+ background-color: rgba(30, 43, 68, 0.08);
3157
+ }
3158
+ .bottom-sheet__highlighted_yeb6n {
3159
+ border-bottom: 1px solid #353539;
3160
+ }
3161
+ .popup-sheet__appear_f1ruz,
3162
+ .popup-sheet__enter_f1ruz {
3163
+ background-color: transparent;
3164
+ } .popup-sheet__appearActive_f1ruz,
3165
+ .popup-sheet__enterActive_f1ruz,
3166
+ .popup-sheet__appearDone_f1ruz,
3167
+ .popup-sheet__enterDone_f1ruz {
3168
+ background-color: rgba(0, 0, 0, 0.7);
3169
+ } .popup-sheet__exit_f1ruz {
3170
+ background-color: rgba(0, 0, 0, 0.7);
3171
+ } .popup-sheet__exitActive_f1ruz,
3172
+ .popup-sheet__exitDone_f1ruz {
3173
+ background-color: transparent;
3174
+ }
3175
+
3176
+
3177
+
3178
+
3179
+
3180
+
3181
+
3182
+ .modal__sticky_1k34p {
3183
+ background: #1c1c1e;
3184
+ } .modal__highlighted_1k34p {
3185
+ background: #1c1c1e;
3186
+ box-shadow: 0 -1px 0 0 #29292c;
3187
+ }
3188
+
3189
+
3190
+
3191
+ .modal__highlighted_187b9 {
3192
+ background: #1c1c1e;
3193
+ box-shadow: 0 1px 0 0 #29292c;
3194
+ } .modal__sticky_187b9.modal__hasContent_187b9 {
3195
+ background: #1c1c1e;
3196
+ }
3197
+
3198
+
3199
+
3200
+
3201
+
3202
+
3203
+
3204
+
3205
+
3206
+ .side-panel__sticky_1u496 {
3207
+ background: #1c1c1e;
3208
+ } .side-panel__highlighted_1u496 {
3209
+ background: #1c1c1e;
3210
+ box-shadow: 0 -1px 0 0 #29292c;
3211
+ }
3212
+
3213
+
3214
+
3215
+ .side-panel__highlighted_1lddp {
3216
+ background: #1c1c1e;
3217
+ box-shadow: 0 1px 0 0 #29292c;
3218
+ } .side-panel__sticky_1lddp.side-panel__hasContent_1lddp {
3219
+ background: #1c1c1e;
3220
+ }
3221
+ .toast__toastPlate_clgie {
3222
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3223
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3224
+ } .toast__popoverInner_clgie {
3225
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3226
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3227
+ background-color: transparent;
3228
+ }.bank-card__component_1nt6i {
3229
+ --form-control-bg-color: transparent;
3230
+ --form-control-focus-shadow: transparent;
3231
+ --form-control-hover-bg-color: transparent;
3232
+ --form-control-focus-bg-color: transparent;
3233
+ } .bank-card__label_1nt6i {
3234
+ color: rgba(238, 238, 251, 0.55)
3235
+ } .bank-card__focused_1nt6i .bank-card__label_1nt6i,
3236
+ .bank-card__filled_1nt6i .bank-card__label_1nt6i {
3237
+ color: rgba(255, 255, 255, 0.94)
3238
+ } .bank-card__input_1nt6i {
3239
+ color: rgba(255, 255, 255, 0.94);
3240
+ caret-color: rgba(255, 255, 255, 0.94)
3241
+ } .bank-card__bankLogo_1nt6i svg g {
3242
+ fill: rgba(255, 255, 255, 0.94);
3243
+ } .bank-card__brandLogo_1nt6i svg {
3244
+ fill: rgba(255, 255, 255, 0.94);
3245
+ } .bank-card__usePhoto_1nt6i {
3246
+ background-color: transparent
3247
+ } .bank-card__usePhoto_1nt6i svg {
3248
+ fill: rgba(255, 255, 255, 0.94);
3249
+ }
3250
+
3251
+
3252
+
3253
+ .universal-modal__sticky_g08p1 {
3254
+ background: #1c1c1e;
3255
+ } .universal-modal__highlighted_g08p1 {
3256
+ background: #1c1c1e;
3257
+ box-shadow: 0 -1px 0 0 #29292c;
3258
+ }
3259
+
3260
+
3261
+
3262
+
3263
+
3264
+ .universal-modal__highlighted_65rmi {
3265
+ background: #1c1c1e;
3266
+ box-shadow: 0 1px 0 0 #29292c;
3267
+ } .universal-modal__sticky_65rmi.universal-modal__hasContent_65rmi {
3268
+ background: #1c1c1e;
3269
+ }
3270
+
3271
+
3272
+
3273
+ @keyframes universal-modal__step_1_17qm9 {
3274
+ } @keyframes universal-modal__step_2_17qm9 {
3275
+ 100% {
3276
+ background-color: transparent;
3277
+ }
3278
+ } .universal-modal__appear_17qm9,
3279
+ .universal-modal__enter_17qm9 {
3280
+ background-color: transparent;
3281
+ } .universal-modal__appearActive_17qm9,
3282
+ .universal-modal__enterActive_17qm9,
3283
+ .universal-modal__appearDone_17qm9,
3284
+ .universal-modal__enterDone_17qm9 {
3285
+ background-color: rgba(0, 0, 0, 0.7);
3286
+ } .universal-modal__exit_17qm9 {
3287
+ background-color: rgba(0, 0, 0, 0.7);
3288
+ } .universal-modal__exitDone_17qm9 {
3289
+ background-color: transparent;
3290
+ }
3291
+
3292
+
3293
+
3294
+ .universal-modal__button_1lnkf.universal-modal__button_1lnkf {
3295
+ background-color: rgba(18, 18, 19, 0.4);
3296
+ }
3297
+ .universal-modal__button_fxlbo.universal-modal__button_fxlbo {
3298
+ background-color: rgba(255, 255, 255, 0.04);
3299
+ }
3300
+ .universal-modal__component_14d1q.universal-modal__overlayHidden_14d1q {
3301
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3302
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3303
+ }
3304
+ .universal-modal__component_1u4o6.universal-modal__overlayHidden_1u4o6 {
3305
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3306
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3307
+ }
3308
+ .universal-modal__icon_oktnp {
3309
+ fill: rgba(238, 238, 251, 0.55);
3310
+ }
3311
+ .universal-modal__icon_orxhd {
3312
+ fill: rgba(238, 238, 251, 0.55);
3313
+ }
3314
+
3315
+
3316
+ .amount-input__minorPartAndCurrency_ejfao {
3317
+ color: rgba(238, 238, 251, 0.55)
3318
+ } .amount-input__minorPartAndCurrency_ejfao.amount-input__disabled_ejfao,
3319
+ .amount-input__minorPartAndCurrency_ejfao.amount-input__readOnly_ejfao {
3320
+ color: rgba(233, 233, 250, 0.37);
3321
+ }
3322
+ .amount-input__filled_kb9ue .amount-input__input_kb9ue,
3323
+ .amount-input__input_kb9ue:focus {
3324
+ -webkit-text-fill-color: transparent;
3325
+ }
3326
+ .amount-input__minorPartAndCurrency_x71tf {
3327
+ color: rgba(4, 4, 19, 0.55)
3328
+ } .amount-input__minorPartAndCurrency_x71tf.amount-input__disabled_x71tf,
3329
+ .amount-input__minorPartAndCurrency_x71tf.amount-input__readOnly_x71tf {
3330
+ color: rgba(5, 8, 29, 0.38);
3331
+ }@media (min-width: 600px) {
3332
+ }.tooltip__hint_18tqv {
3333
+ background-color: #fff;
3334
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
3335
+ 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
3336
+ color: rgba(3, 3, 6, 0.88);
3337
+ } .tooltip__hint_18tqv .tooltip__arrow_18tqv:after {
3338
+ background-color: #fff;
3339
+ border-color: #fff;
3340
+ } .tooltip__tooltip_18tqv {
3341
+ border: 1px solid #29292c;
3342
+ background-color: #1c1c1e
3343
+ } .tooltip__tooltip_18tqv .tooltip__arrow_18tqv:after {
3344
+ border-color: #29292c;
3345
+ background-color: #1c1c1e;
3346
+ }
3347
+
3348
+ .tooltip__tooltip_1gfic {
3349
+ background-color: #fff;
3350
+ color: rgba(3, 3, 6, 0.88);
3351
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
3352
+ 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
3353
+ } .tooltip__tooltip_1gfic .tooltip__arrow_1gfic:after {
3354
+ background-color: #fff;
3355
+ } .tooltip__hint_1gfic {
3356
+ background-color: #1c1c1e;
3357
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3358
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3359
+ color: rgba(255, 255, 255, 0.94);
3360
+ } .tooltip__hint_1gfic .tooltip__arrow_1gfic:after {
3361
+ background-color: #1c1c1e;
3362
+ }
3363
+
3364
+ .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-track {
3365
+ background-color: transparent;
3366
+ } .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-track-piece {
3367
+ background-color: transparent;
3368
+ } .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-thumb {
3369
+ background-color: rgba(228, 228, 251, 0.28);
3370
+ border-color: transparent;
3371
+ } .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-thumb:active {
3372
+ background-color: rgba(238, 238, 251, 0.55);
3373
+ }
3374
+ .calendar__appear_1xbum,
3375
+ .calendar__enter_1xbum {
3376
+ background-color: transparent;
3377
+ } .calendar__appearActive_1xbum,
3378
+ .calendar__enterActive_1xbum,
3379
+ .calendar__appearDone_1xbum,
3380
+ .calendar__enterDone_1xbum {
3381
+ background-color: rgba(222, 222, 238, 0.13);
3382
+ } .calendar__exit_1xbum {
3383
+ background-color: rgba(222, 222, 238, 0.13);
3384
+ } .calendar__exitActive_1xbum,
3385
+ .calendar__exitDone_1xbum {
3386
+ background-color: transparent;
3387
+ }
3388
+ .calendar__calendar_q6mcz th {
3389
+ border-bottom: 1px solid #29292c;
3390
+ } .calendar__dayNames_q6mcz {
3391
+ background: #1c1c1e
3392
+ } .calendar__month_q6mcz {
3393
+ color: rgba(255, 255, 255, 0.94)
3394
+ } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz {
3395
+ background-color: rgba(214, 214, 229, 0.07)
3396
+ } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz.calendar__active_q6mcz {
3397
+ background-color: #f2f3f5
3398
+ } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz.calendar__active_q6mcz .calendar__monthTitle_q6mcz {
3399
+ color: rgba(3, 3, 6, 0.88);
3400
+ } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz.calendar__disabled_q6mcz .calendar__monthTitle_q6mcz {
3401
+ color: rgba(233, 233, 250, 0.37);
3402
+ } .calendar__dayName_q6mcz {
3403
+ color: rgba(238, 238, 251, 0.55)
3404
+ }
3405
+
3406
+ .calendar__dayName_1pd5b {
3407
+ color: rgba(238, 238, 251, 0.55)
3408
+ } .calendar__day_1pd5b {
3409
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3410
+ color: rgba(255, 255, 255, 0.94)
3411
+ } .calendar__day_1pd5b.calendar__highlighted_1pd5b,
3412
+ .calendar__day_1pd5b.calendar__range_1pd5b.calendar__highlighted_1pd5b:not(.calendar__disabled_1pd5b) {
3413
+ color: rgba(255, 255, 255, 0.94);
3414
+ background: rgba(214, 214, 229, 0.07);
3415
+ } .calendar__day_1pd5b.calendar__holiday_1pd5b {
3416
+ color: #ff4837;
3417
+ } .calendar__day_1pd5b.calendar__disabled_1pd5b {
3418
+ color: rgba(233, 233, 250, 0.37);
3419
+ background: transparent;
3420
+ } .calendar__day_1pd5b.calendar__today_1pd5b {
3421
+ color: #4a9dfc;
3422
+ } .calendar__day_1pd5b.calendar__rangeComplete_1pd5b {
3423
+ background: #293044;
3424
+ } .calendar__day_1pd5b.calendar__selected_1pd5b,
3425
+ .calendar__day_1pd5b.calendar__disabled_1pd5b.calendar__selected_1pd5b {
3426
+ color: rgba(3, 3, 6, 0.88);
3427
+ background: #f2f3f5;
3428
+ } @media (hover) {
3429
+ .calendar__day_1pd5b.calendar__selected_1pd5b:hover {
3430
+ background: #dcdde1;
3431
+ }
3432
+ } .calendar__dayWrapper_1pd5b {
3433
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
3434
+ } .calendar__range_1pd5b .calendar__day_1pd5b:not(.calendar__selected_1pd5b):not(.calendar__disabled_1pd5b):not(.calendar__today_1pd5b):not(.calendar__holiday_1pd5b) {
3435
+ color: rgba(255, 255, 255, 0.94);
3436
+ } .calendar__range_1pd5b:before {
3437
+ background: rgba(225, 225, 248, 0.09);
3438
+ } .calendar__rangeComplete_1pd5b:before {
3439
+ background: #293044;
3440
+ } .calendar__transitLeft_1pd5b:after {
3441
+ background: linear-gradient(
3442
+ 270deg,
3443
+ rgba(225, 225, 248, 0.09) 0%,
3444
+ rgba(255, 255, 255, 0) 100%
3445
+ );
3446
+ } .calendar__transitRight_1pd5b:after {
3447
+ background: linear-gradient(
3448
+ 270deg,
3449
+ rgba(255, 255, 255, 0) 0%,
3450
+ rgba(225, 225, 248, 0.09) 100%
3451
+ );
3452
+ } .calendar__rangeComplete_1pd5b.calendar__transitLeft_1pd5b:after {
3453
+ background: linear-gradient(
3454
+ 270deg,
3455
+ #293044 0%,
3456
+ rgba(255, 255, 255, 0) 100%
3457
+ );
3458
+ } .calendar__rangeComplete_1pd5b.calendar__transitRight_1pd5b:after {
3459
+ background: linear-gradient(
3460
+ 270deg,
3461
+ rgba(255, 255, 255, 0) 0%,
3462
+ #293044 100%
3463
+ );
3464
+ } .calendar__dot_1pd5b {
3465
+ background: rgba(255, 255, 255, 0.94);
3466
+ } .calendar__selected_1pd5b .calendar__dot_1pd5b {
3467
+ background: rgba(3, 3, 6, 0.88);
3468
+ } .calendar__bottomAddon_1pd5b.calendar__selected_1pd5b,
3469
+ .calendar__bottomAddon_1pd5b.calendar__selected_1pd5b > * {
3470
+ color: rgba(3, 3, 6, 0.88);
3471
+ }
3472
+ .calendar__withShadow_ip5g5 {
3473
+ box-shadow: 0 1px 0 0 #29292c;
3474
+ }
3475
+
3476
+
3477
+ @media (max-width: 374px) {
3478
+ }
3479
+ .calendar__empty_1p866 {
3480
+ color: rgba(238, 238, 251, 0.55);
3481
+ }
3482
+ .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf {
3483
+ background-color: transparent
3484
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf:not(:disabled):hover {
3485
+ background-color: rgba(214, 214, 229, 0.07);
3486
+ color: rgba(255, 255, 255, 0.94);
3487
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__filled_1fjmf {
3488
+ background-color: rgba(222, 222, 238, 0.13)
3489
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__filled_1fjmf:not(:disabled):hover {
3490
+ background-color: rgba(234, 234, 248, 0.15);
3491
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__current_1fjmf {
3492
+ color: #4a9dfc;
3493
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf,
3494
+ .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf:disabled {
3495
+ background-color: #f2f3f5;
3496
+ color: rgba(3, 3, 6, 0.88)
3497
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf:not(:disabled):hover, .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf:disabled:not(:disabled):hover {
3498
+ background-color: #f2f3f5;
3499
+ color: rgba(3, 3, 6, 0.88);
3500
+ }
3501
+ @media (max-width: 374px) {
3502
+ }.gallery__container_xd1ps {
3503
+ background-color: #262629
3504
+ } .gallery__modal_xd1ps {
3505
+ background: transparent;
3506
+ } .gallery__bottomButton_xd1ps {
3507
+ background-color: rgba(228, 228, 251, 0.28);
3508
+ }
3509
+ .gallery__component_7xiiq {
3510
+ background-color: rgba(228, 228, 251, 0.28);
3511
+ } .gallery__component_7xiiq:hover {
3512
+ background-color: rgba(233, 233, 250, 0.37);
3513
+ } .gallery__component_7xiiq:active {
3514
+ background-color: rgba(238, 238, 254, 0.46);
3515
+ }
3516
+ .gallery__buttons_183or path {
3517
+ color: rgba(255, 255, 255, 0.94);
3518
+ } .gallery__iconButton_183or path {
3519
+ color: #f2f3f5;
3520
+ } .gallery__iconButton_183or:hover path {
3521
+ color: #e7e8eb;
3522
+ } .gallery__iconButton_183or:active path {
3523
+ color: #dcdde1;
3524
+ }
3525
+
3526
+
3527
+ .gallery__headerMobile_lx1up.gallery__video_lx1up {
3528
+ background-color: #262629;
3529
+ }
3530
+ .gallery__loading_184uc {
3531
+ background-color: #1c1c1e
3532
+ } .gallery__loading_184uc .gallery__active_184uc {
3533
+ background-color: #29292c;
3534
+ } .gallery__brokenImageWrapper_184uc {
3535
+ background-color: #29292c
3536
+ } .gallery__focused_184uc {
3537
+ outline: 2px solid #3193fc;
3538
+ }
3539
+ .gallery__component_wxdq1 {
3540
+ background-color: #262629;
3541
+ } .gallery__slideLoading_wxdq1 {
3542
+ background-color: rgba(214, 214, 229, 0.07);
3543
+ } .gallery__spinner_wxdq1 {
3544
+ color: rgba(255, 255, 255, 0.94);
3545
+ } .gallery__arrow_wxdq1 {
3546
+ color: rgba(255, 255, 255, 0.94)
3547
+ } .gallery__arrow_wxdq1:hover {
3548
+ background-color: #2f2f32;
3549
+ } .gallery__arrow_wxdq1:active {
3550
+ background-color: #353539;
3551
+ } .gallery__focused_wxdq1 {
3552
+ outline: 2px solid #3193fc;
3553
+ } .gallery__placeholder_wxdq1 {
3554
+ background-color: #29292c;
3555
+ } .gallery__fullScreenImage_wxdq1 {
3556
+ background-color: #121213;
3557
+ }
3558
+ .gallery__infoWrapper_1dhyi {
3559
+ background-color: #262629
3560
+ }
3561
+ .gallery__component_1hvel {
3562
+ background-color: #262629
3563
+ }
3564
+
3565
+ .gallery__icon_1tg00 {
3566
+ color: #fff;
3567
+ } .gallery__iconShape_1tg00 {
3568
+ fill: rgba(4, 4, 21, 0.47);
3569
+ }.select__arrow_pjzi6 {
3570
+ color: rgba(238, 238, 251, 0.55)
3571
+ } .select__arrow_pjzi6.select__disabled_pjzi6 {
3572
+ color: rgba(228, 228, 251, 0.28);
3573
+ }
3574
+
3575
+ .select__option_1e9m6 {
3576
+ background: #1c1c1e;
3577
+ color: rgba(255, 255, 255, 0.94)
3578
+ } .select__option_1e9m6:not(.select__disabled_1e9m6):active {
3579
+ background: rgba(225, 225, 248, 0.09);
3580
+ color: rgba(255, 255, 255, 0.94);
3581
+ } .select__selected_1e9m6 {
3582
+ background: #1c1c1e;
3583
+ color: rgba(255, 255, 255, 0.94);
3584
+ } .select__highlighted_1e9m6 {
3585
+ background: rgba(214, 214, 229, 0.07);
3586
+ color: rgba(255, 255, 255, 0.94);
3587
+ } .select__disabled_1e9m6 {
3588
+ background: #1c1c1e;
3589
+ color: rgba(238, 238, 251, 0.55);
3590
+ }
3591
+ .select__popoverInner_160jz {
3592
+ background: transparent;
3593
+ } .select__optionsListWrapper_160jz {
3594
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3595
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3596
+ background: #1c1c1e;
3597
+ } .select__optionsListBorder_160jz {
3598
+ box-shadow: inset 0 0 0 1px #29292c;
3599
+ }
3600
+
3601
+ .select__single_y47xt {
3602
+ background: rgba(255, 255, 255, 0.94)
3603
+ } .select__colorIcon_y47xt {
3604
+ color: #17d055;
3605
+ }
3606
+
3607
+ .select__clearIcon_1iewy {
3608
+ color: rgba(228, 228, 251, 0.28)
3609
+ } .select__clearIcon_1iewy:hover {
3610
+ color: rgba(233, 233, 250, 0.37);
3611
+ } .select__clearIcon_1iewy:active {
3612
+ color: rgba(238, 238, 254, 0.46);
3613
+ }
3614
+ .select__placeholder_1q3fb {
3615
+ color: rgba(238, 238, 251, 0.55)
3616
+ } .select__placeholder_1q3fb.select__focused_1q3fb {
3617
+ color: rgba(233, 233, 250, 0.37);
3618
+ } .select__focusVisible_1q3fb {
3619
+ outline: 2px solid #3193fc;
3620
+ } @keyframes select__show-placeholder_1q3fb {
3621
+ }
3622
+ .select__footer_169dz {
3623
+ background-color: #1c1c1e
3624
+ } .select__highlighted_169dz {
3625
+ border-top: 1px solid #29292c;
3626
+ background-color: #1c1c1e;
3627
+ }
3628
+ .select__optgroup_1tfts {
3629
+ background: #1c1c1e
3630
+ } .select__label_1tfts {
3631
+ color: rgba(238, 238, 251, 0.55);
3632
+ }
3633
+ .select__optionsListHeader_s03v9 {
3634
+ border-bottom: 1px solid transparent
3635
+ } .select__optionsListHeader_s03v9.select__headerHighlighted_s03v9 {
3636
+ border-bottom-color: #29292c;
3637
+ } .select__optionsListFooter_s03v9 {
3638
+ border-top: 1px solid transparent
3639
+ } .select__optionsListFooter_s03v9.select__withBorder_s03v9 {
3640
+ border-top-color: #29292c;
3641
+ } .select__emptyPlaceholder_s03v9 {
3642
+ color: rgba(238, 238, 251, 0.55);
3643
+ }
3644
+
3645
+ .select__virtualOptionsListHeader_19tyo {
3646
+ border-bottom: 1px solid #29292c;
3647
+ } .select__virtualOptionsListFooter_19tyo {
3648
+ border-top: 1px solid transparent
3649
+ } .select__virtualOptionsListFooter_19tyo.select__withBorder_19tyo {
3650
+ border-top: 1px solid #29292c;
3651
+ } .select__virtualRow_19tyo:before {
3652
+ background: #353539;
3653
+ } .select__emptyPlaceholder_19tyo {
3654
+ color: rgba(238, 238, 251, 0.55);
3655
+ }
3656
+
3657
+ .select__option_1luk8 {
3658
+ background: #1c1c1e;
3659
+ color: rgba(255, 255, 255, 0.94)
3660
+ } .select__option_1luk8:not(.select__disabled_1luk8):active {
3661
+ background: rgba(225, 225, 248, 0.09);
3662
+ color: rgba(255, 255, 255, 0.94);
3663
+ } .select__option_1luk8:before {
3664
+ background: #353539;
3665
+ } .select__selected_1luk8 {
3666
+ background: #1c1c1e;
3667
+ color: rgba(255, 255, 255, 0.94);
3668
+ } .select__highlighted_1luk8 {
3669
+ background: rgba(214, 214, 229, 0.07);
3670
+ color: rgba(255, 255, 255, 0.94)
3671
+ } .select__disabled_1luk8 {
3672
+ background: #1c1c1e;
3673
+ color: rgba(238, 238, 251, 0.55);
3674
+ } .select__highlighted_1luk8 {
3675
+ background: rgba(214, 214, 229, 0.07);
3676
+ color: rgba(255, 255, 255, 0.94)
3677
+ }
3678
+ .select__option_1mmoa {
3679
+ background: #1c1c1e;
3680
+ color: rgba(255, 255, 255, 0.94)
3681
+ } .select__option_1mmoa:not(.select__disabled_1mmoa):active {
3682
+ background: rgba(225, 225, 248, 0.09);
3683
+ color: rgba(255, 255, 255, 0.94);
3684
+ } .select__option_1mmoa:before {
3685
+ background: #353539;
3686
+ } .select__selected_1mmoa {
3687
+ background: #1c1c1e;
3688
+ color: rgba(255, 255, 255, 0.94);
3689
+ } .select__highlighted_1mmoa {
3690
+ background: rgba(214, 214, 229, 0.07);
3691
+ color: rgba(255, 255, 255, 0.94)
3692
+ } .select__disabled_1mmoa {
3693
+ background: #1c1c1e;
3694
+ color: rgba(238, 238, 251, 0.55);
3695
+ }
3696
+ .select__footer_11gjc {
3697
+ background-color: #121213
3698
+ }
3699
+ .calendar-with-skeleton__skeleton_1do7j {
3700
+ background-color: #1c1c1e;
3701
+ }.date-range-input__calendarContainer_ih289 {
3702
+ border: 1px solid #29292c
3703
+ }.calendar-input__calendarContainer_1vurp {
3704
+ border: 1px solid #29292c
3705
+ } .calendar-input__calendarIcon_1vurp {
3706
+ color: rgba(238, 238, 251, 0.55)
3707
+ }.date-time-input__calendarContainer_flwwb {
3708
+ border: 1px solid #29292c
3709
+ }.universal-date-input__calendarIcon_44llv {
3710
+ color: rgba(238, 238, 251, 0.55)
3711
+ } .universal-date-input__calendarContainer_44llv {
3712
+ border: 1px solid #29292c
3713
+ } .universal-date-input__blink_44llv.universal-date-input__blink_44llv.universal-date-input__blink_44llv {
3714
+ background-color: #392523;
3715
+ }
3716
+
3717
+ .calendar-range__component_10qdb:after {
3718
+ background-color: rgba(255, 255, 255, 0.94);
3719
+ }
3720
+ .input-autocomplete__placeholder_367mt {
3721
+ color: rgba(238, 238, 251, 0.55);
3722
+ } .input-autocomplete__focusVisible_367mt {
3723
+ outline: 2px solid #3193fc;
3724
+ }
3725
+
3726
+ .picker-button__linkOpen_1990z:not(:hover) {
3727
+ background-color: rgba(214, 214, 229, 0.07);
3728
+ }
3729
+ .select-with-tags__tag_1hvru:not(.select-with-tags__tagNoClose_1hvru):active:not(:disabled) {
3730
+ background-color: #f2f3f5;
3731
+ color: rgba(3, 3, 6, 0.88);
3732
+ } .select-with-tags__tag_1hvru:not(.select-with-tags__tagNoClose_1hvru):hover:not(:disabled):not(:active) {
3733
+ background-color: #f2f3f5;
3734
+ color: rgba(3, 3, 6, 0.88);
3735
+ } .select-with-tags__tagCross_1hvru > svg {
3736
+ fill: rgba(4, 4, 21, 0.47);
3737
+ } .select-with-tags__tagCross_1hvru:hover > svg {
3738
+ fill: rgba(4, 4, 19, 0.55);
3739
+ } .select-with-tags__tagCross_1hvru:active > svg {
3740
+ fill: rgba(1, 1, 12, 0.63);
3741
+ }
3742
+ .select-with-tags__input_su8go {
3743
+ background-color: transparent;
3744
+ color: rgba(255, 255, 255, 0.94)
3745
+ } .select-with-tags__input_su8go:disabled,
3746
+ .select-with-tags__input_su8go:disabled::placeholder {
3747
+ color: rgba(233, 233, 250, 0.37);
3748
+ } .select-with-tags__input_su8go::placeholder {
3749
+ color: rgba(238, 238, 251, 0.55);
3750
+ } .select-with-tags__input_su8go:focus::placeholder {
3751
+ color: rgba(233, 233, 250, 0.37);
3752
+ } .select-with-tags__focusVisible_su8go {
3753
+ outline: 2px solid #3193fc;
3754
+ } .select-with-tags__placeholder_su8go {
3755
+ color: rgba(238, 238, 251, 0.55);
3756
+ }.table__component_14767 {
3757
+ border-top: 1px solid #353539;
3758
+ }
3759
+ .table__wrapper_vksup {
3760
+ background: #121213;
3761
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
3762
+ }
3763
+
3764
+ .table__component_1xypn {
3765
+ color: rgba(255, 255, 255, 0.94);
3766
+ border-top: 1px solid #353539
3767
+ }
3768
+
3769
+ .table__component_1e15v th:not(:last-child):not(:empty):after {
3770
+ background-color: #353539;
3771
+ }
3772
+ .table__component_kd8s7 {
3773
+ color: rgba(255, 255, 255, 0.94);
3774
+ border-bottom: 1px solid #353539;
3775
+ background: #121213
3776
+ } .table__sorted_kd8s7 {
3777
+ color: rgba(255, 255, 255, 0.94);
3778
+ } .table__stickyHeader_kd8s7 {
3779
+ box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
3780
+ }
3781
+ .table__component_1p7gx {
3782
+ background: #121213
3783
+ } .table__clickable_1p7gx:hover {
3784
+ background-color: #1c1c1e;
3785
+ } .table__selected_1p7gx {
3786
+ background-color: #f2f8ff
3787
+ } .table__selected_1p7gx:hover {
3788
+ background-color: #e8f2fe;
3789
+ }
3790
+ .table__open_glam4,
3791
+ .table__open_glam4:hover {
3792
+ background-color: rgba(222, 222, 238, 0.13);
3793
+ }
3794
+ .table__icon_x3whl {
3795
+ color: #898991
3796
+ } .table__icon_x3whl:hover {
3797
+ color: rgba(255, 255, 255, 0.94);
3798
+ } .table__sorted_x3whl {
3799
+ color: #3193fc
3800
+ } .table__sorted_x3whl:hover {
3801
+ color: #3193fc;
3802
+ }.intl-phone-input__emptyCountryIcon_1gmb0 {
3803
+ color: #898991;
3804
+ }
3805
+ .intl-phone-input__flagPlaceholder_6ozb3 {
3806
+ background-color: rgba(222, 222, 238, 0.13);
3807
+ }
3808
+ .intl-phone-input__dialCode_1m48a {
3809
+ color: rgba(238, 238, 251, 0.55);
3810
+ }
3811
+ .intl-phone-input__emptyCountryIcon_1pbj5 {
3812
+ color: #898991;
3813
+ } .intl-phone-input__focusVisible_1pbj5 {
3814
+ outline: 2px solid #3193fc;
3815
+ }
3816
+ .international-phone-input__dialCode_c4ezx {
3817
+ color: rgba(238, 238, 251, 0.55);
3818
+ } .international-phone-input__emptyCountryIcon_c4ezx {
3819
+ color: rgba(238, 238, 251, 0.55);
3820
+ }
3821
+ .international-phone-input__flagPlaceholder_x0tdq {
3822
+ background-color: rgba(214, 214, 229, 0.07);
3823
+ }
3824
+ .international-phone-input__emptyCountryIcon_1wkew {
3825
+ color: rgba(238, 238, 251, 0.55);
3826
+ } .international-phone-input__focusVisible_1wkew {
3827
+ outline: 2px solid #3193fc;
3828
+ }.tabs__component_f698k:before {
3829
+ background-color: rgba(228, 228, 251, 0.28);
3830
+ } .tabs__title_f698k {
3831
+ color: rgba(238, 238, 251, 0.55)
3832
+ } .tabs__title_f698k:not(:disabled):hover {
3833
+ color: rgba(255, 255, 255, 0.94);
3834
+ } .tabs__focused_f698k {
3835
+ outline: 2px solid #3193fc;
3836
+ } .tabs__selected_f698k {
3837
+ color: rgba(255, 255, 255, 0.94);
3838
+ } .tabs__disabled_f698k {
3839
+ color: rgba(233, 233, 250, 0.37);
3840
+ } .tabs__line_f698k {
3841
+ background-color: #f83a2a;
3842
+ } .tabs__option_f698k {
3843
+ color: rgba(255, 255, 255, 0.94);
3844
+ }
3845
+ .tabs__component_f698k:before {
3846
+ background-color: rgba(228, 228, 251, 0.28);
3847
+ }.tabs__title_f698k {
3848
+ color: rgba(238, 238, 251, 0.55)
3849
+ }.tabs__title_f698k:not(:disabled):hover {
3850
+ color: rgba(255, 255, 255, 0.94);
3851
+ }.tabs__focused_f698k {
3852
+ outline: 2px solid #3193fc;
3853
+ }.tabs__selected_f698k {
3854
+ color: rgba(255, 255, 255, 0.94);
3855
+ }.tabs__disabled_f698k {
3856
+ color: rgba(233, 233, 250, 0.37);
3857
+ }.tabs__line_f698k {
3858
+ background-color: #f83a2a;
3859
+ }.tabs__option_f698k {
3860
+ color: rgba(255, 255, 255, 0.94);
3861
+ }
3862
+ .tabs__primary_h73sf:after {
3863
+ background-color: rgba(228, 228, 251, 0.28);
3864
+ } .tabs__primary_h73sf {
3865
+ } .tabs__secondary_h73sf:before {
3866
+ background-color: transparent;
3867
+ } .tabs__secondary_h73sf.tabs__xs_h73sf {
3868
+ } .tabs__borderVisible_h73sf:before {
3869
+ background-color: rgba(222, 222, 238, 0.13);
3870
+ }
3871
+
3872
+
3873
+