@alfalab/core-components 48.25.1 → 48.26.0-beta.1

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 (517) hide show
  1. package/bank-card/Component.js +3 -3
  2. package/bank-card/cssm/Component.js +3 -3
  3. package/bank-card/cssm/index.module.css +5 -5
  4. package/bank-card/esm/Component.js +4 -4
  5. package/bank-card/esm/index.css +5 -5
  6. package/bank-card/esm/index.js +1 -1
  7. package/bank-card/index.css +5 -5
  8. package/bank-card/modern/Component.js +3 -3
  9. package/bank-card/modern/index.css +5 -5
  10. package/bank-card/modern/index.js +1 -1
  11. package/bank-card/moderncssm/Component.js +3 -3
  12. package/bank-card/moderncssm/index.js +1 -1
  13. package/bank-card/moderncssm/index.module.css +4 -2
  14. package/calendar/components/calendar-mobile/Component.js +1 -1
  15. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  16. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  17. package/calendar/components/calendar-mobile/index.js +1 -1
  18. package/calendar/esm/Component.responsive.js +1 -1
  19. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  20. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  21. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  22. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  23. package/calendar/esm/index.js +1 -1
  24. package/calendar/esm/mobile/index.js +1 -1
  25. package/calendar/mobile/index.js +1 -1
  26. package/calendar/modern/Component.responsive.js +1 -1
  27. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  28. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  29. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  30. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  31. package/calendar/modern/index.js +1 -1
  32. package/calendar/modern/mobile/index.js +1 -1
  33. package/calendar-input/components/calendar-input/Component.d.ts +1 -1
  34. package/calendar-input/cssm/components/calendar-input/Component.d.ts +1 -1
  35. package/confirmation/components/screens/initial/component.js +1 -1
  36. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  37. package/confirmation/esm/component.responsive.js +1 -1
  38. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  39. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  40. package/confirmation/esm/components/index.js +1 -1
  41. package/confirmation/esm/components/screens/index.js +1 -1
  42. package/confirmation/esm/components/screens/initial/component.js +1 -1
  43. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  44. package/confirmation/esm/components/screens/initial/index.js +1 -1
  45. package/confirmation/esm/desktop/component.desktop.js +1 -1
  46. package/confirmation/esm/desktop/index.js +1 -1
  47. package/confirmation/esm/index.js +1 -1
  48. package/confirmation/esm/mobile/component.mobile.js +1 -1
  49. package/confirmation/esm/mobile/index.js +1 -1
  50. package/confirmation/esm/shared/index.js +1 -1
  51. package/confirmation/modern/component.responsive.js +1 -1
  52. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  53. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  54. package/confirmation/modern/components/index.js +1 -1
  55. package/confirmation/modern/components/screens/index.js +1 -1
  56. package/confirmation/modern/components/screens/initial/component.js +1 -1
  57. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  58. package/confirmation/modern/components/screens/initial/index.js +1 -1
  59. package/confirmation/modern/desktop/component.desktop.js +1 -1
  60. package/confirmation/modern/desktop/index.js +1 -1
  61. package/confirmation/modern/index.js +1 -1
  62. package/confirmation/modern/mobile/component.mobile.js +1 -1
  63. package/confirmation/modern/mobile/index.js +1 -1
  64. package/confirmation/modern/shared/index.js +1 -1
  65. package/file-upload-item/components/actions-control/actions.js +1 -1
  66. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  67. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  68. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  69. package/file-upload-item/esm/Component.js +1 -1
  70. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  71. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  72. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  73. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  74. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  75. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  76. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  77. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  78. package/file-upload-item/esm/index.js +1 -1
  79. package/file-upload-item/modern/Component.js +1 -1
  80. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  81. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  82. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  83. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  84. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  85. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  86. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  87. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  88. package/file-upload-item/modern/index.js +1 -1
  89. package/gallery/components/image-viewer/component.js +1 -1
  90. package/gallery/components/image-viewer/hooks.js +1 -1
  91. package/gallery/components/image-viewer/single.js +1 -1
  92. package/gallery/components/image-viewer/slide.js +1 -1
  93. package/gallery/esm/Component.js +1 -1
  94. package/gallery/esm/components/image-viewer/component.js +1 -1
  95. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  96. package/gallery/esm/components/image-viewer/index.js +1 -1
  97. package/gallery/esm/components/image-viewer/single.js +1 -1
  98. package/gallery/esm/components/image-viewer/slide.js +1 -1
  99. package/gallery/esm/components/index.js +1 -1
  100. package/gallery/esm/index.js +1 -1
  101. package/gallery/modern/Component.js +1 -1
  102. package/gallery/modern/components/image-viewer/component.js +1 -1
  103. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  104. package/gallery/modern/components/image-viewer/index.js +1 -1
  105. package/gallery/modern/components/image-viewer/single.js +1 -1
  106. package/gallery/modern/components/image-viewer/slide.js +1 -1
  107. package/gallery/modern/components/index.js +1 -1
  108. package/gallery/modern/index.js +1 -1
  109. package/modal/components/controls/Component.js +1 -1
  110. package/modal/components/footer/Component.js +1 -1
  111. package/modal/esm/Component.responsive.js +1 -1
  112. package/modal/esm/components/controls/Component.js +1 -1
  113. package/modal/esm/components/controls/index.js +1 -1
  114. package/modal/esm/components/footer/Component.js +1 -1
  115. package/modal/esm/desktop/Component.desktop.js +1 -1
  116. package/modal/esm/desktop/index.js +1 -1
  117. package/modal/esm/index.js +1 -1
  118. package/modal/esm/mobile/Component.mobile.js +1 -1
  119. package/modal/esm/mobile/index.js +1 -1
  120. package/modal/modern/Component.responsive.js +1 -1
  121. package/modal/modern/components/controls/Component.js +1 -1
  122. package/modal/modern/components/controls/index.js +1 -1
  123. package/modal/modern/components/footer/Component.js +1 -1
  124. package/modal/modern/desktop/Component.desktop.js +1 -1
  125. package/modal/modern/desktop/index.js +1 -1
  126. package/modal/modern/index.js +1 -1
  127. package/modal/modern/mobile/Component.mobile.js +1 -1
  128. package/modal/modern/mobile/index.js +1 -1
  129. package/package.json +2 -3
  130. package/picker-button/Component-c44170fe.d.ts +2 -2
  131. package/picker-button/transformSize-ebda875c.d.ts +1 -1
  132. package/pure-cell/component.js +1 -1
  133. package/pure-cell/components/addon/component.js +1 -1
  134. package/pure-cell/components/addon/index.d.ts +1 -1
  135. package/pure-cell/components/addon/index.js +1 -1
  136. package/pure-cell/components/amount/component.js +1 -1
  137. package/pure-cell/components/amount/index.d.ts +1 -1
  138. package/pure-cell/components/amount/index.js +1 -1
  139. package/pure-cell/components/amount-title/component.js +1 -1
  140. package/pure-cell/components/amount-title/index.d.ts +1 -1
  141. package/pure-cell/components/amount-title/index.js +1 -1
  142. package/pure-cell/components/category/component.js +1 -1
  143. package/pure-cell/components/category/index.d.ts +1 -1
  144. package/pure-cell/components/category/index.js +1 -1
  145. package/pure-cell/components/content/component.js +1 -1
  146. package/pure-cell/components/content/index.d.ts +1 -1
  147. package/pure-cell/components/content/index.js +1 -1
  148. package/pure-cell/components/footer/component.js +1 -1
  149. package/pure-cell/components/footer/index.d.ts +1 -1
  150. package/pure-cell/components/footer/index.js +1 -1
  151. package/pure-cell/components/footer-button/component.js +1 -1
  152. package/pure-cell/components/footer-button/index.d.ts +1 -1
  153. package/pure-cell/components/footer-button/index.js +1 -1
  154. package/pure-cell/components/footer-text/component.js +1 -1
  155. package/pure-cell/components/footer-text/index.d.ts +1 -1
  156. package/pure-cell/components/footer-text/index.js +1 -1
  157. package/pure-cell/components/graphics/component.js +1 -1
  158. package/pure-cell/components/graphics/index.d.ts +1 -1
  159. package/pure-cell/components/graphics/index.js +1 -1
  160. package/pure-cell/components/main/component.js +1 -1
  161. package/pure-cell/components/main/index.d.ts +1 -1
  162. package/pure-cell/components/main/index.js +1 -1
  163. package/pure-cell/components/text/component.js +1 -1
  164. package/pure-cell/components/text/index.d.ts +1 -1
  165. package/pure-cell/components/text/index.js +1 -1
  166. package/pure-cell/esm/component.js +1 -1
  167. package/pure-cell/esm/components/addon/component.js +1 -1
  168. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  169. package/pure-cell/esm/components/addon/index.js +1 -1
  170. package/pure-cell/esm/components/amount/component.js +1 -1
  171. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  172. package/pure-cell/esm/components/amount/index.js +1 -1
  173. package/pure-cell/esm/components/amount-title/component.js +1 -1
  174. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  175. package/pure-cell/esm/components/amount-title/index.js +1 -1
  176. package/pure-cell/esm/components/category/component.js +1 -1
  177. package/pure-cell/esm/components/category/index.d.ts +1 -1
  178. package/pure-cell/esm/components/category/index.js +1 -1
  179. package/pure-cell/esm/components/content/component.js +1 -1
  180. package/pure-cell/esm/components/content/index.d.ts +1 -1
  181. package/pure-cell/esm/components/content/index.js +1 -1
  182. package/pure-cell/esm/components/footer/component.js +1 -1
  183. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  184. package/pure-cell/esm/components/footer/index.js +1 -1
  185. package/pure-cell/esm/components/footer-button/component.js +1 -1
  186. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  187. package/pure-cell/esm/components/footer-button/index.js +1 -1
  188. package/pure-cell/esm/components/footer-text/component.js +1 -1
  189. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  190. package/pure-cell/esm/components/footer-text/index.js +1 -1
  191. package/pure-cell/esm/components/graphics/component.js +1 -1
  192. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  193. package/pure-cell/esm/components/graphics/index.js +1 -1
  194. package/pure-cell/esm/components/main/component.js +1 -1
  195. package/pure-cell/esm/components/main/index.d.ts +1 -1
  196. package/pure-cell/esm/components/main/index.js +1 -1
  197. package/pure-cell/esm/components/text/component.js +1 -1
  198. package/pure-cell/esm/components/text/index.d.ts +1 -1
  199. package/pure-cell/esm/components/text/index.js +1 -1
  200. package/pure-cell/esm/index.js +1 -1
  201. package/pure-cell/index.js +1 -1
  202. package/pure-cell/modern/component.js +1 -1
  203. package/pure-cell/modern/components/addon/component.js +1 -1
  204. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  205. package/pure-cell/modern/components/addon/index.js +1 -1
  206. package/pure-cell/modern/components/amount/component.js +1 -1
  207. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  208. package/pure-cell/modern/components/amount/index.js +1 -1
  209. package/pure-cell/modern/components/amount-title/component.js +1 -1
  210. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  211. package/pure-cell/modern/components/amount-title/index.js +1 -1
  212. package/pure-cell/modern/components/category/component.js +1 -1
  213. package/pure-cell/modern/components/category/index.d.ts +1 -1
  214. package/pure-cell/modern/components/category/index.js +1 -1
  215. package/pure-cell/modern/components/content/component.js +1 -1
  216. package/pure-cell/modern/components/content/index.d.ts +1 -1
  217. package/pure-cell/modern/components/content/index.js +1 -1
  218. package/pure-cell/modern/components/footer/component.js +1 -1
  219. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  220. package/pure-cell/modern/components/footer/index.js +1 -1
  221. package/pure-cell/modern/components/footer-button/component.js +1 -1
  222. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  223. package/pure-cell/modern/components/footer-button/index.js +1 -1
  224. package/pure-cell/modern/components/footer-text/component.js +1 -1
  225. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  226. package/pure-cell/modern/components/footer-text/index.js +1 -1
  227. package/pure-cell/modern/components/graphics/component.js +1 -1
  228. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  229. package/pure-cell/modern/components/graphics/index.js +1 -1
  230. package/pure-cell/modern/components/main/component.js +1 -1
  231. package/pure-cell/modern/components/main/index.d.ts +1 -1
  232. package/pure-cell/modern/components/main/index.js +1 -1
  233. package/pure-cell/modern/components/text/component.js +1 -1
  234. package/pure-cell/modern/components/text/index.d.ts +1 -1
  235. package/pure-cell/modern/components/text/index.js +1 -1
  236. package/pure-cell/modern/index.js +1 -1
  237. package/select/components/base-select/Component.js +2 -2
  238. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  239. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  240. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  241. package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  242. package/select/esm/Component.responsive.js +3 -3
  243. package/select/esm/components/base-select/Component.js +2 -2
  244. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  245. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  246. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  247. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  248. package/select/esm/components/base-select/index.js +2 -2
  249. package/select/esm/components/index.js +2 -2
  250. package/select/esm/desktop/Component.desktop.js +2 -2
  251. package/select/esm/desktop/index.js +2 -2
  252. package/select/esm/index.js +3 -3
  253. package/select/esm/mobile/Component.mobile.js +3 -3
  254. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  255. package/select/esm/mobile/index.js +3 -3
  256. package/select/esm/presets/index.js +1 -1
  257. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  258. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  259. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  260. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  261. package/select/esm/shared/index.js +3 -3
  262. package/select/mobile/Component.mobile.js +1 -1
  263. package/select/modern/Component.responsive.js +3 -3
  264. package/select/modern/components/base-select/Component.js +2 -2
  265. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  266. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  267. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  268. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  269. package/select/modern/components/base-select/index.js +2 -2
  270. package/select/modern/components/index.js +2 -2
  271. package/select/modern/desktop/Component.desktop.js +2 -2
  272. package/select/modern/desktop/index.js +2 -2
  273. package/select/modern/index.js +3 -3
  274. package/select/modern/mobile/Component.mobile.js +3 -3
  275. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  276. package/select/modern/mobile/index.js +3 -3
  277. package/select/modern/presets/index.js +1 -1
  278. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  279. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  280. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  281. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  282. package/select/modern/shared/index.js +3 -3
  283. package/select/presets/index.js +1 -1
  284. package/select/presets/useSelectWithApply/hook.js +1 -1
  285. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  286. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  287. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  288. package/select/shared/index.js +1 -1
  289. package/side-panel/components/controls/Component.js +1 -1
  290. package/side-panel/components/footer/Component.js +1 -1
  291. package/side-panel/esm/Component.responsive.js +1 -1
  292. package/side-panel/esm/components/controls/Component.js +1 -1
  293. package/side-panel/esm/components/controls/index.js +1 -1
  294. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  295. package/side-panel/esm/components/footer/Component.js +1 -1
  296. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  297. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  298. package/side-panel/esm/desktop/index.js +1 -1
  299. package/side-panel/esm/index.js +1 -1
  300. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  301. package/side-panel/esm/mobile/index.js +1 -1
  302. package/side-panel/modern/Component.responsive.js +1 -1
  303. package/side-panel/modern/components/controls/Component.js +1 -1
  304. package/side-panel/modern/components/controls/index.js +1 -1
  305. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  306. package/side-panel/modern/components/footer/Component.js +1 -1
  307. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  308. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  309. package/side-panel/modern/desktop/index.js +1 -1
  310. package/side-panel/modern/index.js +1 -1
  311. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  312. package/side-panel/modern/mobile/index.js +1 -1
  313. package/slider/Component.d.ts +5 -0
  314. package/slider/Component.js +4 -2
  315. package/slider/cssm/Component.d.ts +5 -0
  316. package/slider/cssm/Component.js +4 -2
  317. package/slider/esm/Component.d.ts +5 -0
  318. package/slider/esm/Component.js +4 -2
  319. package/slider/modern/Component.d.ts +5 -0
  320. package/slider/modern/Component.js +4 -2
  321. package/slider/moderncssm/Component.d.ts +5 -0
  322. package/slider/moderncssm/Component.js +4 -2
  323. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  324. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  325. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  326. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  327. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  328. package/tabs/esm/collapsible/index.js +1 -1
  329. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  330. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  331. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  332. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  333. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  334. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  335. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  336. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  337. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  338. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  339. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  340. package/tabs/esm/desktop/index.js +2 -2
  341. package/tabs/esm/index.js +2 -2
  342. package/tabs/esm/mobile/index.js +2 -2
  343. package/tabs/modern/collapsible/index.js +1 -1
  344. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  345. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  346. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  347. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  348. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  349. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  350. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  351. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  352. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  353. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  354. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  355. package/tabs/modern/desktop/index.js +2 -2
  356. package/tabs/modern/index.js +2 -2
  357. package/tabs/modern/mobile/index.js +2 -2
  358. package/themes/click.d.ts +1 -1
  359. package/themes/click.js +8 -2
  360. package/themes/compiled/mobile-dark-bluetint.css +24 -3299
  361. package/themes/compiled/mobile-dark-bluetint.d.ts +2 -2
  362. package/themes/compiled/mobile-dark-bluetint.js +8 -3
  363. package/themes/corp.d.ts +1 -1
  364. package/themes/corp.js +8 -2
  365. package/themes/dark.d.ts +1 -1
  366. package/themes/dark.js +8 -2
  367. package/themes/esm/click.d.ts +1 -1
  368. package/themes/esm/click.js +4 -2
  369. package/themes/esm/compiled/mobile-dark-bluetint.d.ts +2 -2
  370. package/themes/esm/compiled/mobile-dark-bluetint.js +1 -4
  371. package/themes/esm/corp.d.ts +1 -1
  372. package/themes/esm/corp.js +4 -2
  373. package/themes/esm/dark.d.ts +1 -1
  374. package/themes/esm/dark.js +4 -2
  375. package/themes/esm/intranet.d.ts +1 -1
  376. package/themes/esm/intranet.js +4 -2
  377. package/themes/esm/mobile.d.ts +1 -1
  378. package/themes/esm/mobile.js +4 -2
  379. package/themes/esm/site.d.ts +1 -1
  380. package/themes/esm/site.js +4 -2
  381. package/themes/intranet.d.ts +1 -1
  382. package/themes/intranet.js +8 -2
  383. package/themes/mobile.d.ts +1 -1
  384. package/themes/mobile.js +8 -2
  385. package/themes/modern/click.d.ts +1 -1
  386. package/themes/modern/click.js +3 -2029
  387. package/themes/modern/compiled/mobile-dark-bluetint.d.ts +2 -2
  388. package/themes/modern/compiled/mobile-dark-bluetint.js +1 -3877
  389. package/themes/modern/corp.d.ts +1 -1
  390. package/themes/modern/corp.js +3 -1986
  391. package/themes/modern/dark.d.ts +1 -1
  392. package/themes/modern/dark.js +4 -688
  393. package/themes/modern/intranet.d.ts +1 -1
  394. package/themes/modern/intranet.js +3 -1915
  395. package/themes/modern/mobile.d.ts +1 -1
  396. package/themes/modern/mobile.js +3 -1911
  397. package/themes/modern/site.d.ts +1 -1
  398. package/themes/modern/site.js +3 -2036
  399. package/themes/site.d.ts +1 -1
  400. package/themes/site.js +8 -2
  401. package/toast/Component.responsive.d.ts +1 -1
  402. package/toast/components/base-toast/component.d.ts +1 -1
  403. package/typography/cssm/title/alfasans-index.module.css +0 -10
  404. package/typography/esm/component.js +2 -2
  405. package/typography/esm/index.js +2 -2
  406. package/typography/esm/text/component.js +1 -1
  407. package/typography/esm/text/index.js +1 -1
  408. package/typography/esm/title/component.js +1 -1
  409. package/typography/esm/title/index.js +2 -2
  410. package/typography/esm/title-mobile/component.js +2 -2
  411. package/typography/esm/title-mobile/index.js +2 -2
  412. package/typography/esm/title-responsive/component.js +2 -2
  413. package/typography/esm/title-responsive/index.js +2 -2
  414. package/typography/modern/component.js +2 -2
  415. package/typography/modern/index.js +2 -2
  416. package/typography/modern/text/component.js +1 -1
  417. package/typography/modern/text/index.js +1 -1
  418. package/typography/modern/title/component.js +1 -1
  419. package/typography/modern/title/index.js +2 -2
  420. package/typography/modern/title-mobile/component.js +2 -2
  421. package/typography/modern/title-mobile/index.js +2 -2
  422. package/typography/modern/title-responsive/component.js +2 -2
  423. package/typography/modern/title-responsive/index.js +2 -2
  424. package/typography/text/component.js +1 -1
  425. package/typography/title/component.js +1 -1
  426. package/typography/title/index.js +1 -1
  427. package/typography/title-mobile/component.js +1 -1
  428. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  429. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  430. package/universal-modal/esm/Component.responsive.js +1 -1
  431. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  432. package/universal-modal/esm/components/header/index.js +1 -1
  433. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  434. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  435. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  436. package/universal-modal/esm/desktop/index.js +1 -1
  437. package/universal-modal/esm/index.js +1 -1
  438. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  439. package/universal-modal/esm/mobile/index.js +1 -1
  440. package/universal-modal/modern/Component.responsive.d.ts +2 -2
  441. package/universal-modal/modern/Component.responsive.js +1 -1
  442. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  443. package/universal-modal/modern/components/header/index.js +1 -1
  444. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  445. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  446. package/universal-modal/modern/desktop/Component.desktop.d.ts +2 -2
  447. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  448. package/universal-modal/modern/desktop/components/center-modal/center-modal.d.ts +1 -1
  449. package/universal-modal/modern/desktop/components/side-modal/side-modal.d.ts +1 -1
  450. package/universal-modal/modern/desktop/index.js +1 -1
  451. package/universal-modal/modern/index.js +1 -1
  452. package/universal-modal/modern/mobile/Component.mobile.d.ts +2 -2
  453. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  454. package/universal-modal/modern/mobile/index.js +1 -1
  455. /package/calendar/{calendarMonthOnlyView-fe929ae3.d.ts → calendarMonthOnlyView-b2721999.d.ts} +0 -0
  456. /package/calendar/{calendarMonthOnlyView-fe929ae3.js → calendarMonthOnlyView-b2721999.js} +0 -0
  457. /package/calendar/esm/{calendarMonthOnlyView-51ce5170.d.ts → calendarMonthOnlyView-8eea1744.d.ts} +0 -0
  458. /package/calendar/esm/{calendarMonthOnlyView-51ce5170.js → calendarMonthOnlyView-8eea1744.js} +0 -0
  459. /package/calendar/modern/{calendarMonthOnlyView-6d4d44e2.d.ts → calendarMonthOnlyView-d80f3a46.d.ts} +0 -0
  460. /package/calendar/modern/{calendarMonthOnlyView-6d4d44e2.js → calendarMonthOnlyView-d80f3a46.js} +0 -0
  461. /package/confirmation/{countdown-section-3727e914.d.ts → countdown-section-955ca123.d.ts} +0 -0
  462. /package/confirmation/{countdown-section-3727e914.js → countdown-section-955ca123.js} +0 -0
  463. /package/confirmation/esm/{countdown-section-ea23fda0.d.ts → countdown-section-3bcbf7d8.d.ts} +0 -0
  464. /package/confirmation/esm/{countdown-section-ea23fda0.js → countdown-section-3bcbf7d8.js} +0 -0
  465. /package/confirmation/modern/{countdown-section-293c21ec.d.ts → countdown-section-6ce6f45a.d.ts} +0 -0
  466. /package/confirmation/modern/{countdown-section-293c21ec.js → countdown-section-6ce6f45a.js} +0 -0
  467. /package/file-upload-item/{actions-control.module-b396be09.js → actions-control.module-f58b1f6e.js} +0 -0
  468. /package/file-upload-item/esm/{actions-control.module-3351084d.js → actions-control.module-3675d0f1.js} +0 -0
  469. /package/file-upload-item/modern/{actions-control.module-8801a4f3.js → actions-control.module-2d07c059.js} +0 -0
  470. /package/gallery/esm/{hooks-df84b536.d.ts → hooks-3386d2c2.d.ts} +0 -0
  471. /package/gallery/esm/{hooks-df84b536.js → hooks-3386d2c2.js} +0 -0
  472. /package/gallery/{hooks-5f09c0c3.d.ts → hooks-af4a613c.d.ts} +0 -0
  473. /package/gallery/{hooks-5f09c0c3.js → hooks-af4a613c.js} +0 -0
  474. /package/gallery/modern/{hooks-cfd1744a.d.ts → hooks-84db91dd.d.ts} +0 -0
  475. /package/gallery/modern/{hooks-cfd1744a.js → hooks-84db91dd.js} +0 -0
  476. /package/modal/esm/{layout.module-8eee611e.js → layout.module-7a26dc37.js} +0 -0
  477. /package/modal/{layout.module-674ca975.js → layout.module-a56a76fb.js} +0 -0
  478. /package/modal/modern/{layout.module-90a3567c.js → layout.module-43ddd310.js} +0 -0
  479. /package/pure-cell/{component-b119e673.d.ts → component-251cd018.d.ts} +0 -0
  480. /package/pure-cell/{component-b119e673.js → component-251cd018.js} +0 -0
  481. /package/pure-cell/esm/{component-3d2c6f19.d.ts → component-7759b386.d.ts} +0 -0
  482. /package/pure-cell/esm/{component-3d2c6f19.js → component-7759b386.js} +0 -0
  483. /package/pure-cell/modern/{component-cc2e4e01.d.ts → component-e29ddb13.d.ts} +0 -0
  484. /package/pure-cell/modern/{component-cc2e4e01.js → component-e29ddb13.js} +0 -0
  485. /package/select/esm/{hook-2617bd39.d.ts → hook-fcedef25.d.ts} +0 -0
  486. /package/select/esm/{hook-2617bd39.js → hook-fcedef25.js} +0 -0
  487. /package/select/esm/{list-popover-desktop-5d503bd8.d.ts → list-popover-desktop-4906e761.d.ts} +0 -0
  488. /package/select/esm/{list-popover-desktop-5d503bd8.js → list-popover-desktop-4906e761.js} +0 -0
  489. /package/select/esm/{mobile.module-95e12f7a.js → mobile.module-b154623f.js} +0 -0
  490. /package/select/{hook-7e7b8757.d.ts → hook-789014bc.d.ts} +0 -0
  491. /package/select/{hook-7e7b8757.js → hook-789014bc.js} +0 -0
  492. /package/select/{list-popover-desktop-ac56b655.d.ts → list-popover-desktop-cc246b82.d.ts} +0 -0
  493. /package/select/{list-popover-desktop-ac56b655.js → list-popover-desktop-cc246b82.js} +0 -0
  494. /package/select/{mobile.module-b4c25ab6.js → mobile.module-5a47ea2c.js} +0 -0
  495. /package/select/modern/{hook-46636bdc.d.ts → hook-159841b8.d.ts} +0 -0
  496. /package/select/modern/{hook-46636bdc.js → hook-159841b8.js} +0 -0
  497. /package/select/modern/{list-popover-desktop-82dab2a1.d.ts → list-popover-desktop-14320aea.d.ts} +0 -0
  498. /package/select/modern/{list-popover-desktop-82dab2a1.js → list-popover-desktop-14320aea.js} +0 -0
  499. /package/select/modern/{mobile.module-b402a7f2.js → mobile.module-eb1f8729.js} +0 -0
  500. /package/side-panel/esm/{layout.module-b68a4f9d.js → layout.module-57dfa099.js} +0 -0
  501. /package/side-panel/{layout.module-b8dfecae.js → layout.module-0fafda8d.js} +0 -0
  502. /package/side-panel/modern/{layout.module-deea3581.js → layout.module-727ebbe0.js} +0 -0
  503. /package/tabs/esm/{index.module-6fc3d296.js → index.module-2d07af46.js} +0 -0
  504. /package/tabs/esm/{index.module-242c4ae7.js → index.module-fc34cfdb.js} +0 -0
  505. /package/tabs/{index.module-8e323997.js → index.module-1eb7e4b0.js} +0 -0
  506. /package/tabs/{index.module-89d6728f.js → index.module-4f5c9f30.js} +0 -0
  507. /package/tabs/modern/{index.module-eae97f75.js → index.module-03fa5272.js} +0 -0
  508. /package/tabs/modern/{index.module-6ed19175.js → index.module-441d16f4.js} +0 -0
  509. /package/typography/{colors.module-559b6fec.js → colors.module-8212ddb6.js} +0 -0
  510. /package/typography/{common.module-f0687fd5.js → common.module-bd70a709.js} +0 -0
  511. /package/typography/esm/{colors.module-6e3174f4.js → colors.module-12815579.js} +0 -0
  512. /package/typography/esm/{common.module-9c8929ab.js → common.module-0efecd91.js} +0 -0
  513. /package/typography/modern/{colors.module-92988ec2.js → colors.module-b10a3d05.js} +0 -0
  514. /package/typography/modern/{common.module-c2ea327f.js → common.module-b546ea3c.js} +0 -0
  515. /package/universal-modal/esm/{index.module-b110074e.js → index.module-2b300a50.js} +0 -0
  516. /package/universal-modal/{index.module-fab6e8c9.js → index.module-3a1998cb.js} +0 -0
  517. /package/universal-modal/modern/{index.module-b0516c23.js → index.module-223060ce.js} +0 -0
@@ -1,22 +1,7 @@
1
- .divider__component_1h07d {
2
- border-bottom: 1px solid #353539;
3
- }.backdrop__backdrop_ckren {
4
- -webkit-tap-highlight-color: transparent;
5
- } .backdrop__appear_ckren,
6
- .backdrop__enter_ckren {
7
- background-color: transparent;
8
- } .backdrop__appearActive_ckren,
9
- .backdrop__enterActive_ckren,
10
- .backdrop__appearDone_ckren,
11
- .backdrop__enterDone_ckren {
12
- background-color: rgba(0, 0, 0, 0.7);
13
- } .backdrop__exit_ckren {
14
- background-color: rgba(0, 0, 0, 0.7);
15
- } .backdrop__exitActive_ckren,
16
- .backdrop__exitDone_ckren {
17
- background-color: transparent;
18
- } .backdrop__transparent_ckren.backdrop__transparent_ckren {
19
- background-color: transparent;
1
+ .card-image__cardImage_q4jc2 {
2
+ background: #e7e8ea;
3
+ } .card-image__loaded_q4jc2 {
4
+ background: transparent
20
5
  }.badge__component_11drg.badge__background-accent_11drg {
21
6
  background-color: #f83a2a;
22
7
  color: rgba(255, 255, 255, 0.94);
@@ -77,10 +62,25 @@
77
62
  background-color: rgba(255, 255, 255, 0.94);
78
63
  } .badge__dot_11drg.badge__outlineCount_11drg {
79
64
  border: 1px solid rgba(3, 3, 6, 0.88);
80
- }.card-image__cardImage_q4jc2 {
81
- background: #e7e8ea;
82
- } .card-image__loaded_q4jc2 {
83
- background: transparent
65
+ }.backdrop__backdrop_ckren {
66
+ -webkit-tap-highlight-color: transparent;
67
+ } .backdrop__appear_ckren,
68
+ .backdrop__enter_ckren {
69
+ background-color: transparent;
70
+ } .backdrop__appearActive_ckren,
71
+ .backdrop__enterActive_ckren,
72
+ .backdrop__appearDone_ckren,
73
+ .backdrop__enterDone_ckren {
74
+ background-color: rgba(0, 0, 0, 0.7);
75
+ } .backdrop__exit_ckren {
76
+ background-color: rgba(0, 0, 0, 0.7);
77
+ } .backdrop__exitActive_ckren,
78
+ .backdrop__exitDone_ckren {
79
+ background-color: transparent;
80
+ } .backdrop__transparent_ckren.backdrop__transparent_ckren {
81
+ background-color: transparent;
82
+ }.divider__component_1h07d {
83
+ border-bottom: 1px solid #353539;
84
84
  }.dropzone__component_ffow7 {
85
85
  border: 1px dashed rgba(255, 255, 255, 0.94);
86
86
  } .dropzone__component_ffow7:not(.dropzone__disabled_ffow7):hover {
@@ -595,3279 +595,4 @@
595
595
  border-color: rgba(222, 222, 238, 0.13);
596
596
  } .underlay__border-color-specialbg-tertiary-transparent-inverted_f7o25 {
597
597
  border-color: rgba(15, 25, 55, 0.1);
598
- }.checkbox-group__label_1oeu7 {
599
- color: rgba(255, 255, 255, 0.94);
600
- }
601
- .checkbox-group__label_1t6y4 {
602
- color: rgba(238, 238, 251, 0.55);
603
- }
604
- .checkbox-group__error_1jc1q {
605
- border-left: 1px solid #ff4837
606
- } .checkbox-group__errorMessage_1jc1q {
607
- color: #ff4837;
608
- } .checkbox-group__hint_1jc1q {
609
- color: rgba(238, 238, 251, 0.55);
610
- }.checkbox__box_1nfgp {
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_1nfgp {
615
- color: rgba(3, 3, 6, 0.88);
616
- } .checkbox__component_1nfgp:hover:not(.checkbox__disabled_1nfgp) .checkbox__box_1nfgp {
617
- background-color: #2f2f32;
618
- border-color: rgba(238, 238, 251, 0.55);
619
- } .checkbox__component_1nfgp:active:not(.checkbox__disabled_1nfgp) .checkbox__box_1nfgp {
620
- background-color: #353539;
621
- border-color: rgba(238, 238, 251, 0.55);
622
- } .checkbox__checked_1nfgp .checkbox__box_1nfgp {
623
- background-color: #f2f3f5;
624
- border-color: transparent;
625
- } .checkbox__checked_1nfgp:hover:not(.checkbox__disabled_1nfgp) .checkbox__box_1nfgp {
626
- background-color: #dcdde1;
627
- border-color: transparent;
628
- } .checkbox__checked_1nfgp:active:not(.checkbox__disabled_1nfgp) .checkbox__box_1nfgp {
629
- background-color: #d2d3d9;
630
- border-color: transparent;
631
- } .checkbox__indeterminate_1nfgp .checkbox__box_1nfgp {
632
- background-color: #f2f3f5;
633
- border-color: transparent;
634
- } .checkbox__indeterminate_1nfgp:hover:not(.checkbox__disabled_1nfgp) .checkbox__box_1nfgp {
635
- background-color: #dcdde1;
636
- border-color: transparent;
637
- } .checkbox__indeterminate_1nfgp:active:not(.checkbox__disabled_1nfgp) .checkbox__box_1nfgp {
638
- background-color: #d2d3d9;
639
- border-color: transparent;
640
- } .checkbox__disabled_1nfgp .checkbox__box_1nfgp {
641
- background-color: #262629;
642
- border-color: rgba(222, 222, 238, 0.13);
643
- } .checkbox__disabled_1nfgp.checkbox__checked_1nfgp .checkbox__box_1nfgp {
644
- background-color: rgba(225, 225, 248, 0.09);
645
- border-color: transparent;
646
- .checkbox__checkedIcon_1nfgp {
647
- color: rgba(228, 228, 251, 0.28);
648
- }
649
- } .checkbox__disabled_1nfgp.checkbox__indeterminate_1nfgp .checkbox__box_1nfgp {
650
- background-color: rgba(225, 225, 248, 0.09);
651
- border-color: transparent
652
- } .checkbox__disabled_1nfgp.checkbox__indeterminate_1nfgp .checkbox__box_1nfgp .checkbox__indeterminateLine_1nfgp {
653
- background-color: rgba(228, 228, 251, 0.28);
654
- } .checkbox__disabled_1nfgp .checkbox__label_1nfgp {
655
- color: rgba(238, 238, 251, 0.55);
656
- } .checkbox__disabled_1nfgp .checkbox__hint_1nfgp {
657
- color: rgba(238, 238, 251, 0.55);
658
- } .checkbox__label_1nfgp {
659
- color: rgba(255, 255, 255, 0.94);
660
- } .checkbox__hint_1nfgp {
661
- color: rgba(238, 238, 251, 0.55);
662
- } .checkbox__indeterminateLine_1nfgp {
663
- background-color: rgba(3, 3, 6, 0.88);
664
- }
665
- .checkbox__focused_1cwfv .checkbox__box_1cwfv {
666
- outline: 2px solid #3193fc;
667
- } .checkbox__errorMessage_1cwfv {
668
- color: #ff4837;
669
- }
670
- .checkbox__box_gtrvf {
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_gtrvf {
675
- color: rgba(255, 255, 255, 0.94);
676
- } .checkbox__component_gtrvf:hover:not(.checkbox__disabled_gtrvf) .checkbox__box_gtrvf {
677
- background-color: #e7e8eb;
678
- border-color: rgba(4, 4, 21, 0.47);
679
- } .checkbox__component_gtrvf:active:not(.checkbox__disabled_gtrvf) .checkbox__box_gtrvf {
680
- background-color: #dcdde1;
681
- border-color: rgba(4, 4, 21, 0.47);
682
- } .checkbox__checked_gtrvf .checkbox__box_gtrvf {
683
- background-color: #212124;
684
- border-color: transparent;
685
- } .checkbox__checked_gtrvf:hover:not(.checkbox__disabled_gtrvf) .checkbox__box_gtrvf {
686
- background-color: #2f2f32;
687
- border-color: transparent;
688
- } .checkbox__checked_gtrvf:active:not(.checkbox__disabled_gtrvf) .checkbox__box_gtrvf {
689
- background-color: #353539;
690
- border-color: transparent;
691
- } .checkbox__indeterminate_gtrvf .checkbox__box_gtrvf {
692
- background-color: #212124;
693
- border-color: transparent;
694
- } .checkbox__indeterminate_gtrvf:hover:not(.checkbox__disabled_gtrvf) .checkbox__box_gtrvf {
695
- background-color: #2f2f32;
696
- border-color: transparent;
697
- } .checkbox__indeterminate_gtrvf:active:not(.checkbox__disabled_gtrvf) .checkbox__box_gtrvf {
698
- background-color: #353539;
699
- border-color: transparent;
700
- } .checkbox__disabled_gtrvf .checkbox__box_gtrvf {
701
- background-color: #fff;
702
- border-color: rgba(15, 25, 55, 0.1);
703
- } .checkbox__disabled_gtrvf.checkbox__checked_gtrvf .checkbox__box_gtrvf {
704
- background-color: rgba(30, 43, 68, 0.08);
705
- border-color: transparent;
706
- .checkbox__checkedIcon_gtrvf {
707
- color: rgba(9, 12, 37, 0.28);
708
- }
709
- } .checkbox__disabled_gtrvf.checkbox__indeterminate_gtrvf .checkbox__box_gtrvf {
710
- background-color: rgba(30, 43, 68, 0.08);
711
- border-color: transparent
712
- } .checkbox__disabled_gtrvf.checkbox__indeterminate_gtrvf .checkbox__box_gtrvf .checkbox__indeterminateLine_gtrvf {
713
- background-color: rgba(9, 12, 37, 0.28);
714
- } .checkbox__disabled_gtrvf .checkbox__label_gtrvf {
715
- color: rgba(4, 4, 19, 0.55);
716
- } .checkbox__disabled_gtrvf .checkbox__hint_gtrvf {
717
- color: rgba(4, 4, 19, 0.55);
718
- } .checkbox__label_gtrvf {
719
- color: rgba(3, 3, 6, 0.88);
720
- } .checkbox__hint_gtrvf {
721
- color: rgba(4, 4, 19, 0.55);
722
- } .checkbox__indeterminateLine_gtrvf {
723
- background-color: rgba(255, 255, 255, 0.94);
724
- }.code-input__component_1t0ds {
725
- background-color: rgba(222, 222, 238, 0.13)
726
- }
727
- .code-input__component_hmue9 {
728
- background-color: rgba(214, 214, 229, 0.07);
729
- }
730
- .code-input__error_1doj1 {
731
- color: #ff4837;
732
- } @keyframes code-input__shake_1doj1 {
733
- }
734
- .code-input__input_14rl9 {
735
- color: rgba(255, 255, 255, 0.94)
736
- } .code-input__input_14rl9.code-input__hasError_14rl9 {
737
- color: #ff4837;
738
- caret-color: rgba(255, 255, 255, 0.94);
739
- background-color: #392523;
740
- } .code-input__input_14rl9.code-input__disabled_14rl9 {
741
- color: rgba(233, 233, 250, 0.37);
742
- } .code-input__input_14rl9:-webkit-autofill {
743
- -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
744
- }.filter-tag__valueButton_1ap15.filter-tag__filled_1ap15 {
745
- background-color: rgba(222, 222, 238, 0.13)
746
- } .filter-tag__valueButton_1ap15.filter-tag__filled_1ap15:disabled {
747
- background-color: rgba(214, 214, 229, 0.07);
748
- } @media (hover: hover) {
749
- .filter-tag__valueButton_1ap15.filter-tag__filled_1ap15:not(:disabled):hover {
750
- background-color: rgba(234, 234, 248, 0.15);
751
- }
752
- } .filter-tag__valueButton_1ap15.filter-tag__filled_1ap15:not(:disabled):active {
753
- background-color: rgba(231, 231, 248, 0.18);
754
- }
755
-
756
- .filter-tag__valueButton_16br3.filter-tag__filled_16br3 {
757
- background-color: rgba(15, 25, 55, 0.1)
758
- } .filter-tag__valueButton_16br3.filter-tag__filled_16br3:disabled {
759
- background-color: rgba(38, 55, 88, 0.06);
760
- } @media (hover: hover) {
761
- .filter-tag__valueButton_16br3.filter-tag__filled_16br3:not(:disabled):hover {
762
- background-color: rgba(5, 12, 41, 0.14);
763
- }
764
- } .filter-tag__valueButton_16br3.filter-tag__filled_16br3:not(:disabled):active {
765
- background-color: rgba(5, 11, 44, 0.18);
766
- }
767
- .filter-tag__valueButton_s2h9j.filter-tag__filled_s2h9j {
768
- background-color: rgba(214, 214, 229, 0.07)
769
- } .filter-tag__valueButton_s2h9j.filter-tag__filled_s2h9j:disabled {
770
- background-color: rgba(214, 214, 229, 0.07);
771
- } @media (hover: hover) {
772
- .filter-tag__valueButton_s2h9j.filter-tag__filled_s2h9j:not(:disabled):hover {
773
- background-color: rgba(214, 214, 229, 0.07);
774
- }
775
- } .filter-tag__valueButton_s2h9j.filter-tag__filled_s2h9j:not(:disabled):active {
776
- background-color: rgba(222, 222, 238, 0.13);
777
- }
778
- .filter-tag__valueButton_6w4u2.filter-tag__filled_6w4u2 {
779
- background-color: rgba(38, 55, 88, 0.06)
780
- } .filter-tag__valueButton_6w4u2.filter-tag__filled_6w4u2:disabled {
781
- background-color: rgba(38, 55, 88, 0.06);
782
- } @media (hover: hover) {
783
- .filter-tag__valueButton_6w4u2.filter-tag__filled_6w4u2:not(:disabled):hover {
784
- background-color: rgba(38, 55, 88, 0.06);
785
- }
786
- } .filter-tag__valueButton_6w4u2.filter-tag__filled_6w4u2:not(:disabled):active {
787
- background-color: rgba(5, 12, 41, 0.14);
788
- }
789
-
790
- .filter-tag__component_1e0t6.filter-tag__disabled_1e0t6 {
791
- background-color: transparent;
792
- } .filter-tag__component_1e0t6.filter-tag__checked_1e0t6:not(.filter-tag__disabled_1e0t6) {
793
- background-color: #f2f3f5;
794
- } @media (hover: hover) {
795
- .filter-tag__component_1e0t6.filter-tag__checked_1e0t6:not(.filter-tag__disabled_1e0t6):hover {
796
- background-color: #dcdde1;
797
- }
798
- } .filter-tag__component_1e0t6.filter-tag__checked_1e0t6:not(.filter-tag__disabled_1e0t6):active {
799
- background-color: #d2d3d9;
800
- } .filter-tag__chevron_1e0t6 {
801
- color: rgba(255, 255, 255, 0.94);
802
- } .filter-tag__valueButton_1e0t6 {
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_1e0t6:disabled > .filter-tag__chevron_1e0t6 {
807
- color: #4a4a51;
808
- } .filter-tag__valueButton_1e0t6.filter-tag__outlined_1e0t6 {
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_1e0t6.filter-tag__outlined_1e0t6: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_1e0t6.filter-tag__outlined_1e0t6: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_1e0t6.filter-tag__outlined_1e0t6: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_1e0t6.filter-tag__filled_1e0t6 {
825
- color: rgba(255, 255, 255, 0.94);
826
- border-color: transparent
827
- } .filter-tag__valueButton_1e0t6.filter-tag__filled_1e0t6:disabled {
828
- color: rgba(233, 233, 250, 0.37);
829
- } .filter-tag__valueButton_1e0t6.filter-tag__checked_1e0t6 {
830
- color: rgba(3, 3, 6, 0.88);
831
- background-color: #f2f3f5;
832
- border-color: #f2f3f5
833
- } .filter-tag__valueButton_1e0t6.filter-tag__checked_1e0t6 > .filter-tag__chevron_1e0t6 {
834
- color: rgba(3, 3, 6, 0.88);
835
- } @media (hover: hover) {
836
- .filter-tag__valueButton_1e0t6.filter-tag__checked_1e0t6:not(:disabled):hover {
837
- background-color: #dcdde1;
838
- }
839
- } .filter-tag__valueButton_1e0t6.filter-tag__checked_1e0t6:not(:disabled):active {
840
- background-color: #d2d3d9;
841
- } @media (hover: hover) {
842
- .filter-tag__valueButton_1e0t6.filter-tag__checked_1e0t6:not(:disabled):hover + .filter-tag__clear_1e0t6:before {
843
- background-color: transparent;
844
- }
845
- } .filter-tag__valueButton_1e0t6.filter-tag__checked_1e0t6:not(:disabled):active + .filter-tag__clear_1e0t6:before {
846
- background-color: transparent;
847
- } .filter-tag__valueButton_1e0t6.filter-tag__checked_1e0t6:disabled {
848
- color: rgba(233, 233, 250, 0.37);
849
- background-color: rgba(214, 214, 229, 0.07)
850
- } .filter-tag__valueButton_1e0t6.filter-tag__checked_1e0t6:disabled > .filter-tag__chevron_1e0t6 {
851
- color: #4a4a51;
852
- } .filter-tag__clear_1e0t6 {
853
- color: rgba(4, 4, 21, 0.47);
854
- background-color: #f2f3f5
855
- } .filter-tag__clear_1e0t6:before {
856
- background-color: rgba(9, 12, 37, 0.28);
857
- } @media (hover: hover) {
858
- .filter-tag__clear_1e0t6:hover:before {
859
- background-color: transparent;
860
- }
861
- } .filter-tag__clear_1e0t6:active:before {
862
- background-color: transparent;
863
- } @media (hover: hover) {
864
- .filter-tag__clear_1e0t6:hover {
865
- color: rgba(4, 4, 19, 0.55);
866
- background-color: #dcdde1;
867
- }
868
- } .filter-tag__clear_1e0t6:active {
869
- color: rgba(1, 1, 12, 0.63);
870
- background-color: #d2d3d9;
871
- }
872
- .filter-tag__focused_1ttbx {
873
- outline: 2px solid #3193fc;
874
- } .filter-tag__valueButton_1ttbx.filter-tag__checked_1ttbx:disabled {
875
- border-color: transparent;
876
- }
877
- .filter-tag__component_1o9qu.filter-tag__disabled_1o9qu {
878
- background-color: transparent;
879
- } .filter-tag__component_1o9qu.filter-tag__checked_1o9qu:not(.filter-tag__disabled_1o9qu) {
880
- background-color: #212124;
881
- } @media (hover: hover) {
882
- .filter-tag__component_1o9qu.filter-tag__checked_1o9qu:not(.filter-tag__disabled_1o9qu):hover {
883
- background-color: #2f2f32;
884
- }
885
- } .filter-tag__component_1o9qu.filter-tag__checked_1o9qu:not(.filter-tag__disabled_1o9qu):active {
886
- background-color: #353539;
887
- } .filter-tag__chevron_1o9qu {
888
- color: rgba(3, 3, 6, 0.88);
889
- } .filter-tag__valueButton_1o9qu {
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_1o9qu:disabled > .filter-tag__chevron_1o9qu {
894
- color: #babbc2;
895
- } .filter-tag__valueButton_1o9qu.filter-tag__outlined_1o9qu {
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_1o9qu.filter-tag__outlined_1o9qu: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_1o9qu.filter-tag__outlined_1o9qu: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_1o9qu.filter-tag__outlined_1o9qu: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_1o9qu.filter-tag__filled_1o9qu {
912
- color: rgba(3, 3, 6, 0.88);
913
- border-color: transparent
914
- } .filter-tag__valueButton_1o9qu.filter-tag__filled_1o9qu:disabled {
915
- color: rgba(5, 8, 29, 0.38);
916
- } .filter-tag__valueButton_1o9qu.filter-tag__checked_1o9qu {
917
- color: rgba(255, 255, 255, 0.94);
918
- background-color: #212124;
919
- border-color: #212124
920
- } .filter-tag__valueButton_1o9qu.filter-tag__checked_1o9qu > .filter-tag__chevron_1o9qu {
921
- color: rgba(255, 255, 255, 0.94);
922
- } @media (hover: hover) {
923
- .filter-tag__valueButton_1o9qu.filter-tag__checked_1o9qu:not(:disabled):hover {
924
- background-color: #2f2f32;
925
- }
926
- } .filter-tag__valueButton_1o9qu.filter-tag__checked_1o9qu:not(:disabled):active {
927
- background-color: #353539;
928
- } @media (hover: hover) {
929
- .filter-tag__valueButton_1o9qu.filter-tag__checked_1o9qu:not(:disabled):hover + .filter-tag__clear_1o9qu:before {
930
- background-color: transparent;
931
- }
932
- } .filter-tag__valueButton_1o9qu.filter-tag__checked_1o9qu:not(:disabled):active + .filter-tag__clear_1o9qu:before {
933
- background-color: transparent;
934
- } .filter-tag__valueButton_1o9qu.filter-tag__checked_1o9qu:disabled {
935
- color: rgba(5, 8, 29, 0.38);
936
- background-color: rgba(38, 55, 88, 0.06)
937
- } .filter-tag__valueButton_1o9qu.filter-tag__checked_1o9qu:disabled > .filter-tag__chevron_1o9qu {
938
- color: #babbc2;
939
- } .filter-tag__clear_1o9qu {
940
- color: rgba(238, 238, 251, 0.55);
941
- background-color: #212124
942
- } .filter-tag__clear_1o9qu:before {
943
- background-color: rgba(228, 228, 251, 0.28);
944
- } @media (hover: hover) {
945
- .filter-tag__clear_1o9qu:hover:before {
946
- background-color: transparent;
947
- }
948
- } .filter-tag__clear_1o9qu:active:before {
949
- background-color: transparent;
950
- } @media (hover: hover) {
951
- .filter-tag__clear_1o9qu:hover {
952
- color: rgba(239, 240, 252, 0.65);
953
- background-color: #2f2f32;
954
- }
955
- } .filter-tag__clear_1o9qu:active {
956
- color: rgba(243, 245, 254, 0.75);
957
- background-color: #353539;
958
- }.form-control__inner_13cuv {
959
- background-color: rgba(222, 222, 238, 0.13);
960
- } .form-control__inner_13cuv.form-control__hasError_13cuv {
961
- background-color: rgba(225, 225, 248, 0.09);
962
- } .form-control__disabled_13cuv.form-control__hasError_13cuv {
963
- box-shadow: inset 0 0 0 2px #ff4837;
964
- }
965
-
966
- .form-control__inner_1g9hh {
967
- background-color: rgba(15, 25, 55, 0.1);
968
- } .form-control__inner_1g9hh.form-control__hasError_1g9hh {
969
- background-color: rgba(30, 43, 68, 0.08);
970
- } .form-control__disabled_1g9hh.form-control__hasError_1g9hh {
971
- box-shadow: inset 0 0 0 2px
972
- #ff4837;
973
- }
974
- .form-control__inner_io9ts {
975
- background-color: rgba(214, 214, 229, 0.07);
976
- } .form-control__disabled_io9ts.form-control__hasError_io9ts {
977
- box-shadow: inset 0 0 0 2px #ff4837;
978
- }
979
- .form-control__inner_evlm8 {
980
- background-color: rgba(38, 55, 88, 0.06);
981
- } .form-control__disabled_evlm8.form-control__hasError_evlm8 {
982
- box-shadow: inset 0 0 0 2px
983
- #ff4837;
984
- }
985
-
986
- .form-control__component_1jmnd {
987
- color: rgba(255, 255, 255, 0.94);
988
- } .form-control__label_1jmnd {
989
- color: rgba(238, 238, 251, 0.55);
990
- } .form-control__hint_1jmnd {
991
- color: rgba(238, 238, 251, 0.55);
992
- } .form-control__inner_1jmnd.form-control__disabled_1jmnd {
993
- color: rgba(238, 238, 251, 0.55);
994
- background-color: rgba(214, 214, 229, 0.07);
995
- } .form-control__disabled_1jmnd .form-control__label_1jmnd {
996
- color: rgba(233, 233, 250, 0.37);
997
- } .form-control__disabled_1jmnd.form-control__hasError_1jmnd {
998
- background-color: rgba(214, 214, 229, 0.07);
999
- } .form-control__inner_1jmnd:not(.form-control__disabled_1jmnd):hover {
1000
- background-color: rgba(214, 214, 229, 0.07);
1001
- } .form-control__focused_1jmnd.form-control__inner_1jmnd,
1002
- .form-control__focused_1jmnd.form-control__inner_1jmnd: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_1jmnd.form-control__inner_1jmnd.form-control__hasError_1jmnd, .form-control__focused_1jmnd.form-control__inner_1jmnd:hover.form-control__hasError_1jmnd {
1006
- box-shadow: inset 0 0 0 2px #ff4837;
1007
- background-color: rgba(214, 214, 229, 0.07);
1008
- } .form-control__error_1jmnd {
1009
- color: #ff4837;
1010
- } .form-control__hasError_1jmnd {
1011
- box-shadow: inset 0 0 0 2px #ff4837;
1012
- } .form-control__hasError_1jmnd .form-control__label_1jmnd {
1013
- color: rgba(238, 238, 251, 0.55);
1014
- }
1015
-
1016
- .form-control__component_df466 {
1017
- color: rgba(3, 3, 6, 0.88);
1018
- } .form-control__label_df466 {
1019
- color: rgba(4, 4, 19, 0.55);
1020
- } .form-control__hint_df466 {
1021
- color: rgba(4, 4, 19, 0.55);
1022
- } .form-control__inner_df466.form-control__disabled_df466 {
1023
- color: rgba(4, 4, 19, 0.55);
1024
- background-color: rgba(38, 55, 88, 0.06);
1025
- } .form-control__disabled_df466 .form-control__label_df466 {
1026
- color: rgba(5, 8, 29, 0.38);
1027
- } .form-control__disabled_df466.form-control__hasError_df466 {
1028
- background-color: rgba(38, 55, 88, 0.06);
1029
- } .form-control__inner_df466:not(.form-control__disabled_df466):hover {
1030
- background-color: rgba(38, 55, 88, 0.06);
1031
- } .form-control__focused_df466.form-control__inner_df466,
1032
- .form-control__focused_df466.form-control__inner_df466:hover {
1033
- background-color: #fff;
1034
- box-shadow: inset 0 0 0 2px
1035
- rgba(4, 4, 21, 0.47)
1036
- } .form-control__focused_df466.form-control__inner_df466.form-control__hasError_df466, .form-control__focused_df466.form-control__inner_df466:hover.form-control__hasError_df466 {
1037
- box-shadow: inset 0 0 0 2px
1038
- #ff4837;
1039
- background-color: #fff;
1040
- } .form-control__error_df466 {
1041
- color: #ff4837;
1042
- } .form-control__hasError_df466 {
1043
- box-shadow: inset 0 0 0 2px
1044
- #ff4837;
1045
- } .form-control__hasError_df466 .form-control__label_df466 {
1046
- color: rgba(4, 4, 19, 0.55);
1047
- }.radio-group__label_1i12x {
1048
- color: rgba(255, 255, 255, 0.94);
1049
- }
1050
- .radio-group__label_1gkzu {
1051
- color: rgba(238, 238, 251, 0.55);
1052
- }
1053
- .radio-group__error_1o7sn {
1054
- border-left: 1px solid #ff4837
1055
- } .radio-group__errorMessage_1o7sn {
1056
- color: #ff4837;
1057
- } .radio-group__hint_1o7sn {
1058
- color: rgba(238, 238, 251, 0.55);
1059
- } .radio-group__hiddenInput_1o7sn:focus ~ button {
1060
- outline: 2px solid #3193fc;
1061
- }.radio__container_1g437:not(.radio__checked_1g437):not(.radio__disabled_1g437) .radio__circle_1g437 {
1062
- background-color: #262629;
1063
- border: 1.5px solid rgba(238, 238, 251, 0.55);
1064
- } .radio__container_1g437:not(.radio__checked_1g437):not(.radio__disabled_1g437):hover:not(:active) .radio__circle_1g437 {
1065
- background-color: #2f2f32;
1066
- border-color: rgba(238, 238, 251, 0.55);
1067
- } .radio__container_1g437:not(.radio__checked_1g437):not(.radio__disabled_1g437):active .radio__circle_1g437 {
1068
- background-color: #353539;
1069
- border-color: rgba(238, 238, 251, 0.55);
1070
- } .radio__container_1g437.radio__disabled_1g437 .radio__circle_1g437 {
1071
- background-color: #262629;
1072
- border: 1.5px solid rgba(222, 222, 238, 0.13);
1073
- } .radio__container_1g437.radio__disabled_1g437 .radio__label_1g437 {
1074
- color: rgba(238, 238, 251, 0.55);
1075
- } .radio__container_1g437.radio__disabled_1g437 .radio__hint_1g437 {
1076
- color: rgba(238, 238, 251, 0.55);
1077
- } .radio__container_1g437.radio__disabled_1g437.radio__checked_1g437 .radio__circle_1g437:before {
1078
- background-color: rgba(228, 228, 251, 0.28);
1079
- } .radio__container_1g437.radio__checked_1g437 .radio__circle_1g437 {
1080
- background-color: #f2f3f5;
1081
- border: 1.5px solid transparent;
1082
- } .radio__container_1g437.radio__checked_1g437:hover .radio__circle_1g437 {
1083
- background-color: #dcdde1;
1084
- border-color: transparent;
1085
- } .radio__container_1g437.radio__checked_1g437:active .radio__circle_1g437 {
1086
- background-color: #d2d3d9;
1087
- border-color: transparent;
1088
- } .radio__container_1g437.radio__disabled_1g437.radio__checked_1g437 .radio__circle_1g437 {
1089
- background-color: rgba(225, 225, 248, 0.09);
1090
- border-color: transparent;
1091
- } .radio__circle_1g437:before {
1092
- background-color: rgba(3, 3, 6, 0.88);
1093
- } .radio__label_1g437 {
1094
- color: rgba(255, 255, 255, 0.94);
1095
- } .radio__hint_1g437 {
1096
- color: rgba(238, 238, 251, 0.55);
1097
- }
1098
- .radio__container_19fzx.radio__focused_19fzx .radio__circle_19fzx {
1099
- outline: 2px solid #3193fc;
1100
- }
1101
- .radio__container_1fujj:not(.radio__checked_1fujj):not(.radio__disabled_1fujj) .radio__circle_1fujj {
1102
- background-color: #fff;
1103
- border: 1.5px solid rgba(4, 4, 21, 0.47);
1104
- } .radio__container_1fujj:not(.radio__checked_1fujj):not(.radio__disabled_1fujj):hover:not(:active) .radio__circle_1fujj {
1105
- background-color: #e7e8eb;
1106
- border-color: rgba(4, 4, 21, 0.47);
1107
- } .radio__container_1fujj:not(.radio__checked_1fujj):not(.radio__disabled_1fujj):active .radio__circle_1fujj {
1108
- background-color: #dcdde1;
1109
- border-color: rgba(4, 4, 21, 0.47);
1110
- } .radio__container_1fujj.radio__disabled_1fujj .radio__circle_1fujj {
1111
- background-color: #fff;
1112
- border: 1.5px solid rgba(15, 25, 55, 0.1);
1113
- } .radio__container_1fujj.radio__disabled_1fujj .radio__label_1fujj {
1114
- color: rgba(4, 4, 19, 0.55);
1115
- } .radio__container_1fujj.radio__disabled_1fujj .radio__hint_1fujj {
1116
- color: rgba(4, 4, 19, 0.55);
1117
- } .radio__container_1fujj.radio__disabled_1fujj.radio__checked_1fujj .radio__circle_1fujj:before {
1118
- background-color: rgba(9, 12, 37, 0.28);
1119
- } .radio__container_1fujj.radio__checked_1fujj .radio__circle_1fujj {
1120
- background-color: #212124;
1121
- border: 1.5px solid transparent;
1122
- } .radio__container_1fujj.radio__checked_1fujj:hover .radio__circle_1fujj {
1123
- background-color: #2f2f32;
1124
- border-color: transparent;
1125
- } .radio__container_1fujj.radio__checked_1fujj:active .radio__circle_1fujj {
1126
- background-color: #353539;
1127
- border-color: transparent;
1128
- } .radio__container_1fujj.radio__disabled_1fujj.radio__checked_1fujj .radio__circle_1fujj {
1129
- background-color: rgba(30, 43, 68, 0.08);
1130
- border-color: transparent;
1131
- } .radio__circle_1fujj:before {
1132
- background-color: rgba(255, 255, 255, 0.94);
1133
- } .radio__label_1fujj {
1134
- color: rgba(3, 3, 6, 0.88);
1135
- } .radio__hint_1fujj {
1136
- color: rgba(4, 4, 19, 0.55);
1137
- }
1138
- .steps__option_1cplh {
1139
- color: rgba(255, 255, 255, 0.94);
1140
- background: rgba(222, 222, 238, 0.13)
1141
- } .steps__dash_1cplh {
1142
- border-top: 2px solid rgba(222, 222, 238, 0.13)
1143
- } .steps__dash_1cplh.steps__completed_1cplh {
1144
- border-top: 2px solid rgba(255, 255, 255, 0.94);
1145
- } .steps__dash_1cplh.steps__vertical_1cplh {
1146
- border-left: 2px solid rgba(222, 222, 238, 0.13);
1147
- } .steps__dash_1cplh.steps__completed_1cplh.steps__vertical_1cplh {
1148
- border-left: 2px solid rgba(255, 255, 255, 0.94);
1149
- } .steps__text_1cplh {
1150
- color: rgba(255, 255, 255, 0.94)
1151
- } .steps__text_1cplh.steps__interactive_1cplh:not(.steps__disabled_1cplh):hover {
1152
- background: rgba(214, 214, 229, 0.07);
1153
- } .steps__text_1cplh.steps__interactive_1cplh:not(.steps__disabled_1cplh):active {
1154
- background: rgba(225, 225, 248, 0.09);
1155
- } .steps__focused_1cplh {
1156
- outline: 2px solid #3193fc;
1157
- } .steps__selected_1cplh .steps__text_1cplh {
1158
- color: rgba(255, 255, 255, 0.94);
1159
- } .steps__selected_1cplh .steps__option_1cplh {
1160
- color: rgba(3, 3, 6, 0.88);
1161
- background: rgba(255, 255, 255, 0.94);
1162
- } .steps__checkbox_1cplh {
1163
- border: 2px solid rgba(222, 222, 238, 0.13);
1164
- } .steps__dot_1cplh {
1165
- background: rgba(222, 222, 238, 0.13);
1166
- } .steps__selected_1cplh .steps__checkbox_1cplh {
1167
- border: 2px solid rgba(255, 255, 255, 0.94)
1168
- } .steps__selected_1cplh .steps__checkbox_1cplh .steps__dot_1cplh {
1169
- background: rgba(255, 255, 255, 0.94);
1170
- } .steps__completedIndicator_1cplh > [class*='positive'] {
1171
- color: rgba(255, 255, 255, 0.94);
1172
- background-color: rgba(255, 255, 255, 0.94);
1173
- }
1174
- .spinner__component_1czhf {
1175
- color: rgba(255, 255, 255, 0.94);
1176
- }
1177
- @keyframes spinner__spin_animation_1sw1h {
1178
- }
1179
- .spinner__component_v3vsn {
1180
- color: rgba(3, 3, 6, 0.88);
1181
- }
1182
- .page-indicator__element_1a1qe {
1183
- background: rgba(222, 222, 238, 0.13)
1184
- } .page-indicator__element_1a1qe.page-indicator__active_1a1qe {
1185
- background: rgba(255, 255, 255, 0.94);
1186
- }
1187
-
1188
- .page-indicator__element_ey2pr {
1189
- background: rgba(15, 25, 55, 0.1)
1190
- } .page-indicator__element_ey2pr.page-indicator__active_ey2pr {
1191
- background: rgba(3, 3, 6, 0.88);
1192
- }
1193
- .page-indicator__element_u41x1 {
1194
- background: rgba(222, 222, 238, 0.13)
1195
- } .page-indicator__element_u41x1.page-indicator__active_u41x1 {
1196
- background: #f2f3f5;
1197
- }
1198
- .page-indicator__element_1ryvl {
1199
- background: rgba(15, 25, 55, 0.1)
1200
- } .page-indicator__element_1ryvl.page-indicator__active_1ryvl {
1201
- background: #212124;
1202
- }
1203
- .page-indicator__element_19hgh {
1204
- background: rgba(222, 222, 238, 0.13)
1205
- } .page-indicator__element_19hgh.page-indicator__active_19hgh {
1206
- .page-indicator__progress_19hgh {
1207
- background: rgba(255, 255, 255, 0.94);
1208
- }
1209
- }
1210
- .page-indicator__element_1mxbq:not(.page-indicator__active_1mxbq) {
1211
- } .page-indicator__element_1mxbq {
1212
- }
1213
- .page-indicator__element_kd85y {
1214
- background: rgba(15, 25, 55, 0.1)
1215
- } .page-indicator__element_kd85y.page-indicator__active_kd85y {
1216
- .page-indicator__progress_kd85y {
1217
- background: rgba(3, 3, 6, 0.88);
1218
- }
1219
- }
1220
- .page-indicator__element_1foi1 {
1221
- background: rgba(222, 222, 238, 0.13)
1222
- } .page-indicator__element_1foi1.page-indicator__active_1foi1 {
1223
- .page-indicator__progress_1foi1 {
1224
- background: #f2f3f5;
1225
- }
1226
- }
1227
- .page-indicator__element_9xjux {
1228
- background: rgba(15, 25, 55, 0.1)
1229
- } .page-indicator__element_9xjux.page-indicator__active_9xjux {
1230
- .page-indicator__progress_9xjux {
1231
- background: #212124;
1232
- }
1233
- }
1234
- .page-indicator__pageIndicator_1lpjo {
1235
- background: rgba(222, 222, 238, 0.13);
1236
- } .page-indicator__element_1lpjo {
1237
- background: rgba(255, 255, 255, 0.94);
1238
- }
1239
-
1240
- .page-indicator__pageIndicator_19fb3 {
1241
- background: rgba(15, 25, 55, 0.1);
1242
- } .page-indicator__element_19fb3 {
1243
- background: rgba(3, 3, 6, 0.88);
1244
- }
1245
- .page-indicator__pageIndicator_evik7 {
1246
- background: rgba(222, 222, 238, 0.13);
1247
- } .page-indicator__element_evik7 {
1248
- background: #f2f3f5;
1249
- }
1250
- .page-indicator__pageIndicator_1sbo5 {
1251
- background: rgba(15, 25, 55, 0.1);
1252
- } .page-indicator__element_1sbo5 {
1253
- background: #212124;
1254
- }
1255
- .page-indicator__element_av8ci {
1256
- background: rgba(222, 222, 238, 0.13)
1257
- } .page-indicator__element_av8ci.page-indicator__active_av8ci {
1258
- background: rgba(255, 255, 255, 0.94);
1259
- }
1260
-
1261
- .page-indicator__element_1bwtu {
1262
- background: rgba(15, 25, 55, 0.1)
1263
- } .page-indicator__element_1bwtu.page-indicator__active_1bwtu {
1264
- background: rgba(3, 3, 6, 0.88);
1265
- }
1266
- .page-indicator__element_13lae {
1267
- background: rgba(222, 222, 238, 0.13)
1268
- } .page-indicator__element_13lae.page-indicator__active_13lae {
1269
- background: #f2f3f5;
1270
- }
1271
- .page-indicator__element_1jmv2 {
1272
- background: rgba(15, 25, 55, 0.1)
1273
- } .page-indicator__element_1jmv2.page-indicator__active_1jmv2 {
1274
- background: #212124;
1275
- }.switch__switch_17dh3 {
1276
- background-color: rgba(238, 238, 251, 0.55)
1277
- } .switch__switch_17dh3:hover {
1278
- background-color: rgba(239, 240, 252, 0.65);
1279
- } .switch__label_17dh3 {
1280
- color: rgba(255, 255, 255, 0.94);
1281
- } .switch__hint_17dh3 {
1282
- color: rgba(238, 238, 251, 0.55);
1283
- } .switch__checked_17dh3 .switch__switch_17dh3 {
1284
- background-color: #17d055
1285
- } .switch__checked_17dh3 .switch__switch_17dh3:hover {
1286
- background-color: #22e068;
1287
- } .switch__disabled_17dh3 .switch__label_17dh3 {
1288
- color: rgba(238, 238, 251, 0.55);
1289
- } .switch__disabled_17dh3 .switch__hint_17dh3 {
1290
- color: rgba(238, 238, 251, 0.55);
1291
- } .switch__disabled_17dh3 .switch__switch_17dh3 {
1292
- background-color: rgba(225, 225, 248, 0.09)
1293
- } .switch__disabled_17dh3 .switch__switch_17dh3:before {
1294
- background-color: rgba(228, 228, 251, 0.28);
1295
- } .switch__disabled_17dh3.switch__checked_17dh3 .switch__switch_17dh3 {
1296
- background-color: rgba(225, 225, 248, 0.09);
1297
- }
1298
- .switch__component_16kjk {
1299
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1300
- } .switch__switch_16kjk {
1301
- border: 2px solid transparent;
1302
- } .switch__switch_16kjk:before {
1303
- background-color: #fff;
1304
- } .switch__errorMessage_16kjk {
1305
- color: #ff4837;
1306
- } .switch__focused_16kjk .switch__switch_16kjk {
1307
- outline: 2px solid #3193fc;
1308
- }
1309
- .switch__switch_1csk4 {
1310
- background-color: rgba(4, 4, 21, 0.47)
1311
- } .switch__switch_1csk4:hover {
1312
- background-color: rgba(4, 4, 19, 0.55);
1313
- } .switch__label_1csk4 {
1314
- color: rgba(3, 3, 6, 0.88);
1315
- } .switch__hint_1csk4 {
1316
- color: rgba(4, 4, 19, 0.55);
1317
- } .switch__checked_1csk4 .switch__switch_1csk4 {
1318
- background-color: #0cc44d
1319
- } .switch__checked_1csk4 .switch__switch_1csk4:hover {
1320
- background-color: #04b545;
1321
- } .switch__disabled_1csk4 .switch__label_1csk4 {
1322
- color: rgba(4, 4, 19, 0.55);
1323
- } .switch__disabled_1csk4 .switch__hint_1csk4 {
1324
- color: rgba(4, 4, 19, 0.55);
1325
- } .switch__disabled_1csk4 .switch__switch_1csk4 {
1326
- background-color: rgba(30, 43, 68, 0.08)
1327
- } .switch__disabled_1csk4 .switch__switch_1csk4:before {
1328
- background-color: rgba(9, 12, 37, 0.28);
1329
- } .switch__disabled_1csk4.switch__checked_1csk4 .switch__switch_1csk4 {
1330
- background-color: rgba(30, 43, 68, 0.08);
1331
- }
1332
- .system-message__component_wgict {
1333
- color: rgba(238, 238, 251, 0.55);
1334
- }
1335
-
1336
-
1337
- .system-message__component_7rert {
1338
- color: rgba(255, 255, 255, 0.94);
1339
- }
1340
-
1341
- .system-message__component_mhlq1 {
1342
- color: rgba(255, 255, 255, 0.94);
1343
- }
1344
- .base-modal__component_18up5 {
1345
- background: #1c1c1e;
1346
- }.popover__component_ez51y {
1347
- background-color: transparent;
1348
- color: rgba(255, 255, 255, 0.94);
1349
- } .popover__inner_ez51y {
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_ez51y:after {
1355
- background-color: #1c1c1e;
1356
- border: 1px solid transparent;
1357
- }.tag__filled_1s8cc {
1358
- background-color: rgba(222, 222, 238, 0.13)
1359
- } .tag__filled_1s8cc:disabled {
1360
- background-color: rgba(214, 214, 229, 0.07);
1361
- border-color: transparent;
1362
- } @media (hover: hover) {
1363
- .tag__filled_1s8cc:hover:not(:disabled) {
1364
- background-color: rgba(234, 234, 248, 0.15);
1365
- }
1366
- } .tag__filled_1s8cc:active:not(:disabled) {
1367
- background-color: rgba(231, 231, 248, 0.18);
1368
- }
1369
-
1370
- .tag__filled_1rqfw {
1371
- background-color: rgba(15, 25, 55, 0.1)
1372
- } .tag__filled_1rqfw:disabled {
1373
- background-color: rgba(38, 55, 88, 0.06);
1374
- } @media (hover: hover) {
1375
- .tag__filled_1rqfw:hover:not(:disabled) {
1376
- background-color: rgba(5, 12, 41, 0.14);
1377
- }
1378
- } .tag__filled_1rqfw:active:not(:disabled) {
1379
- background-color: rgba(5, 11, 44, 0.18);
1380
- }
1381
- .tag__filled_bxui4 {
1382
- background-color: rgba(214, 214, 229, 0.07)
1383
- } .tag__filled_bxui4:disabled {
1384
- background-color: rgba(214, 214, 229, 0.07);
1385
- } @media (hover: hover) {
1386
- .tag__filled_bxui4:hover:not(:disabled) {
1387
- background-color: rgba(214, 214, 229, 0.07);
1388
- }
1389
- } .tag__filled_bxui4:active:not(:disabled) {
1390
- background-color: rgba(222, 222, 238, 0.13);
1391
- }
1392
- .tag__filled_1ozvn {
1393
- background-color: rgba(38, 55, 88, 0.06)
1394
- } .tag__filled_1ozvn:disabled {
1395
- background-color: rgba(38, 55, 88, 0.06);
1396
- } @media (hover: hover) {
1397
- .tag__filled_1ozvn:hover:not(:disabled) {
1398
- background-color: rgba(38, 55, 88, 0.06);
1399
- }
1400
- } .tag__filled_1ozvn:active:not(:disabled) {
1401
- background-color: rgba(5, 12, 41, 0.14);
1402
- }
1403
-
1404
- .tag__component_112ez.tag__outlined_112ez {
1405
- color: rgba(255, 255, 255, 0.94);
1406
- border-color: rgba(228, 228, 251, 0.28);
1407
- background-color: transparent
1408
- } .tag__component_112ez.tag__outlined_112ez: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_112ez.tag__outlined_112ez: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_112ez.tag__outlined_112ez:active:not(:disabled) {
1418
- border-color: rgba(228, 228, 251, 0.28);
1419
- background-color: rgba(225, 225, 248, 0.09);
1420
- } .tag__component_112ez.tag__filled_112ez {
1421
- color: rgba(255, 255, 255, 0.94);
1422
- border-color: transparent
1423
- } .tag__component_112ez.tag__filled_112ez:disabled {
1424
- color: rgba(233, 233, 250, 0.37);
1425
- } .tag__component_112ez.tag__checked_112ez {
1426
- color: rgba(3, 3, 6, 0.88);
1427
- border-color: #f2f3f5;
1428
- background-color: #f2f3f5
1429
- } .tag__component_112ez.tag__checked_112ez: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_112ez.tag__checked_112ez:hover:not(:disabled) {
1435
- background-color: #dcdde1;
1436
- border-color: #dcdde1;
1437
- }
1438
- } .tag__component_112ez.tag__checked_112ez:active:not(:disabled) {
1439
- background-color: #d2d3d9;
1440
- border-color: #d2d3d9;
1441
- }
1442
- .tag__focused_49uj0 {
1443
- outline: 2px solid #3193fc;
1444
- }
1445
- .tag__component_jhy8z.tag__outlined_jhy8z {
1446
- color: rgba(3, 3, 6, 0.88);
1447
- border-color: rgba(9, 12, 37, 0.28);
1448
- background-color: transparent
1449
- } .tag__component_jhy8z.tag__outlined_jhy8z: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_jhy8z.tag__outlined_jhy8z: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_jhy8z.tag__outlined_jhy8z:active:not(:disabled) {
1459
- border-color: rgba(9, 12, 37, 0.28);
1460
- background-color: rgba(30, 43, 68, 0.08);
1461
- } .tag__component_jhy8z.tag__filled_jhy8z {
1462
- color: rgba(3, 3, 6, 0.88);
1463
- border-color: transparent
1464
- } .tag__component_jhy8z.tag__filled_jhy8z:disabled {
1465
- color: rgba(5, 8, 29, 0.38);
1466
- } .tag__component_jhy8z.tag__checked_jhy8z {
1467
- color: rgba(255, 255, 255, 0.94);
1468
- border-color: #212124;
1469
- background-color: #212124
1470
- } .tag__component_jhy8z.tag__checked_jhy8z: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_jhy8z.tag__checked_jhy8z:hover:not(:disabled) {
1476
- background-color: #2f2f32;
1477
- border-color: #2f2f32;
1478
- }
1479
- } .tag__component_jhy8z.tag__checked_jhy8z:active:not(:disabled) {
1480
- background-color: #353539;
1481
- border-color: #353539;
1482
- }.typography__tertiary_7r4de {
1483
- color: rgba(233, 233, 250, 0.37);
1484
- } .typography__disabled_7r4de {
1485
- color: rgba(231, 231, 248, 0.18);
1486
- } .typography__accent_7r4de {
1487
- color: #f83a2a;
1488
- } .typography__primary_7r4de {
1489
- color: rgba(255, 255, 255, 0.94);
1490
- } .typography__attention_7r4de {
1491
- color: #fa9313;
1492
- } .typography__positive_7r4de {
1493
- color: #0cc44d;
1494
- } .typography__secondary_7r4de {
1495
- color: rgba(238, 238, 251, 0.55);
1496
- } .typography__tertiary-inverted_7r4de {
1497
- color: rgba(5, 8, 29, 0.38);
1498
- } .typography__primary-inverted_7r4de {
1499
- color: rgba(3, 3, 6, 0.88);
1500
- } .typography__secondary-inverted_7r4de {
1501
- color: rgba(4, 4, 19, 0.55);
1502
- } .typography__link_7r4de {
1503
- color: #4a9dfc;
1504
- } .typography__negative_7r4de {
1505
- color: #ff4837;
1506
- } .typography__static-primary-light_7r4de {
1507
- color: #fff;
1508
- } .typography__static-secondary-light_7r4de {
1509
- color: rgba(238, 238, 251, 0.55);
1510
- } .typography__static-tertiary-light_7r4de {
1511
- color: rgba(233, 233, 250, 0.37);
1512
- } .typography__static-primary-dark_7r4de {
1513
- color: #0e0e0e;
1514
- } .typography__static-secondary-dark_7r4de {
1515
- color: rgba(4, 4, 19, 0.55);
1516
- } .typography__static-tertiary-dark_7r4de {
1517
- color: rgba(5, 8, 29, 0.38);
1518
- } .typography__static-accent_7r4de {
1519
- color: #ef3124;
1520
- } .typography__static-positive_7r4de {
1521
- color: #0d9336;
1522
- }
1523
-
1524
-
1525
-
1526
-
1527
-
1528
-
1529
-
1530
- .sortable-list__primary_obo3g {
1531
- background: #262629;
1532
- } .sortable-list__secondary_obo3g {
1533
- background: #1c1c1e;
1534
- }
1535
- .sortable-list__component_1416p:hover .sortable-list__icon_1416p {
1536
- color: rgba(255, 255, 255, 0.94);
1537
- } .sortable-list__icon_1416p {
1538
- color: rgba(238, 238, 251, 0.55);
1539
- } .sortable-list__dragOverlay_1416p {
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_1416p .sortable-list__icon_1416p {
1543
- color: rgba(255, 255, 255, 0.94);
1544
- } @keyframes sortable-list__pop_1416p {
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_1d0dv {
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_1d0dv:-webkit-autofill {
1554
- -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
1555
- } .textarea__input_1d0dv::placeholder {
1556
- color: rgba(238, 238, 251, 0.55);
1557
- } .textarea__hasInnerLabel_1d0dv::placeholder {
1558
- color: rgba(233, 233, 250, 0.37);
1559
- } .textarea__input_1d0dv:read-only:not(.textarea__disableUserInput_1d0dv) {
1560
- color: rgba(233, 233, 250, 0.37)
1561
- } .textarea__input_1d0dv:read-only:not(.textarea__disableUserInput_1d0dv):focus::placeholder {
1562
- color: rgba(238, 238, 251, 0.55);
1563
- } .textarea__input_1d0dv:disabled {
1564
- color: rgba(233, 233, 250, 0.37);
1565
- -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1566
- } .textarea__input_1d0dv:focus::placeholder {
1567
- color: rgba(233, 233, 250, 0.37);
1568
- } .textarea__error_1d0dv {
1569
- color: rgba(255, 255, 255, 0.94);
1570
- caret-color: rgba(255, 255, 255, 0.94);
1571
- } .textarea__textarea_1d0dv {
1572
- color: rgba(255, 255, 255, 0.94);
1573
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1574
- } .textarea__textarea_1d0dv::placeholder {
1575
- color: rgba(238, 238, 251, 0.55);
1576
- } .textarea__hasInnerLabel_1d0dv::placeholder {
1577
- color: rgba(233, 233, 250, 0.37);
1578
- } .textarea__textarea_1d0dv:disabled {
1579
- color: rgba(233, 233, 250, 0.37);
1580
- -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1581
- } .textarea__textarea_1d0dv:read-only {
1582
- color: rgba(233, 233, 250, 0.37);
1583
- } .textarea__textarea_1d0dv:focus::placeholder {
1584
- color: rgba(233, 233, 250, 0.37);
1585
- } .textarea__hint_1d0dv {
1586
- color: rgba(238, 238, 251, 0.55);
1587
- } .textarea__error_1d0dv {
1588
- color: #ff4837;
1589
- }
1590
- .textarea__textarea_8xmt8.textarea__overflow_8xmt8 {
1591
- color: transparent;
1592
- caret-color: rgba(255, 255, 255, 0.94);
1593
- } .textarea__customScrollbar_8xmt8::-webkit-scrollbar-track {
1594
- background-color: transparent;
1595
- } .textarea__customScrollbar_8xmt8::-webkit-scrollbar-track-piece {
1596
- background-color: transparent;
1597
- } .textarea__customScrollbar_8xmt8::-webkit-scrollbar-thumb {
1598
- background-color: rgba(228, 228, 251, 0.28);
1599
- border-color: transparent;
1600
- } .textarea__customScrollbar_8xmt8::-webkit-scrollbar-thumb:active {
1601
- background-color: rgba(238, 238, 251, 0.55);
1602
- } .textarea__pseudoTextarea_8xmt8 span {
1603
- color: rgba(255, 255, 255, 0.94);
1604
- } .textarea__pseudoTextarea_8xmt8 .textarea__overflow_8xmt8 {
1605
- color: rgba(233, 233, 250, 0.37);
1606
- } .textarea__pseudoTextarea_8xmt8::-webkit-scrollbar-thumb {
1607
- background-color: transparent;
1608
- } .textarea__focusVisible_8xmt8 {
1609
- outline: 2px solid #3193fc;
1610
- } .textarea__textarea_8xmt8.textarea__textarea_8xmt8.textarea__size-40_8xmt8 {
1611
- border-top: 11px solid transparent;
1612
- border-bottom: 11px solid transparent;
1613
- } .textarea__textarea_8xmt8.textarea__textarea_8xmt8.textarea__size-48_8xmt8 {
1614
- border-top: 14px solid transparent;
1615
- border-bottom: 14px solid transparent;
1616
- } .textarea__textarea_8xmt8.textarea__textarea_8xmt8.textarea__size-56_8xmt8 {
1617
- border-top: 18px solid transparent;
1618
- border-bottom: 18px solid transparent;
1619
- } .textarea__textarea_8xmt8.textarea__textarea_8xmt8.textarea__size-64_8xmt8 {
1620
- border-top: 22px solid transparent;
1621
- border-bottom: 22px solid transparent;
1622
- } .textarea__textarea_8xmt8.textarea__textarea_8xmt8.textarea__size-72_8xmt8 {
1623
- border-top: 24px solid transparent;
1624
- border-bottom: 24px solid transparent;
1625
- } .textarea__textarea_8xmt8.textarea__textarea_8xmt8.textarea__hasInnerLabel_8xmt8.textarea__size-40_8xmt8 {
1626
- border-top: 19px solid transparent;
1627
- border-bottom: 3px solid transparent;
1628
- } .textarea__textarea_8xmt8.textarea__textarea_8xmt8.textarea__hasInnerLabel_8xmt8.textarea__size-48_8xmt8 {
1629
- border-top: 24px solid transparent;
1630
- border-bottom: 4px solid transparent;
1631
- } .textarea__textarea_8xmt8.textarea__textarea_8xmt8.textarea__hasInnerLabel_8xmt8.textarea__size-56_8xmt8 {
1632
- border-top: 24px solid transparent;
1633
- border-bottom: 8px solid transparent;
1634
- } .textarea__textarea_8xmt8.textarea__textarea_8xmt8.textarea__hasInnerLabel_8xmt8.textarea__size-64_8xmt8 {
1635
- border-top: 32px solid transparent;
1636
- border-bottom: 12px solid transparent;
1637
- } .textarea__textarea_8xmt8.textarea__textarea_8xmt8.textarea__hasInnerLabel_8xmt8.textarea__size-72_8xmt8 {
1638
- border-top: 34px solid transparent;
1639
- border-bottom: 14px solid transparent;
1640
- }
1641
- .textarea__input_1bbqo {
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_1bbqo:-webkit-autofill {
1646
- -webkit-text-fill-color: rgba(3, 3, 6, 0.88);
1647
- } .textarea__input_1bbqo::placeholder {
1648
- color: rgba(4, 4, 19, 0.55);
1649
- } .textarea__hasInnerLabel_1bbqo::placeholder {
1650
- color: rgba(5, 8, 29, 0.38);
1651
- } .textarea__input_1bbqo:read-only:not(.textarea__disableUserInput_1bbqo) {
1652
- color: rgba(5, 8, 29, 0.38)
1653
- } .textarea__input_1bbqo:read-only:not(.textarea__disableUserInput_1bbqo):focus::placeholder {
1654
- color: rgba(4, 4, 19, 0.55);
1655
- } .textarea__input_1bbqo:disabled {
1656
- color: rgba(5, 8, 29, 0.38);
1657
- -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1658
- } .textarea__input_1bbqo:focus::placeholder {
1659
- color: rgba(5, 8, 29, 0.38);
1660
- } .textarea__error_1bbqo {
1661
- color: rgba(3, 3, 6, 0.88);
1662
- caret-color: rgba(3, 3, 6, 0.88);
1663
- } .textarea__textarea_1bbqo {
1664
- color: rgba(3, 3, 6, 0.88);
1665
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1666
- } .textarea__textarea_1bbqo::placeholder {
1667
- color: rgba(4, 4, 19, 0.55);
1668
- } .textarea__hasInnerLabel_1bbqo::placeholder {
1669
- color: rgba(5, 8, 29, 0.38);
1670
- } .textarea__textarea_1bbqo:disabled {
1671
- color: rgba(5, 8, 29, 0.38);
1672
- -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1673
- } .textarea__textarea_1bbqo:read-only {
1674
- color: rgba(5, 8, 29, 0.38);
1675
- } .textarea__textarea_1bbqo:focus::placeholder {
1676
- color: rgba(5, 8, 29, 0.38);
1677
- } .textarea__hint_1bbqo {
1678
- color: rgba(238, 238, 251, 0.55);
1679
- } .textarea__error_1bbqo {
1680
- color: #ff4837;
1681
- }.action-button__primary_gbx0i {
1682
- color: rgba(255, 255, 255, 0.94)
1683
- } .action-button__primary_gbx0i .action-button__iconWrapper_gbx0i {
1684
- color: rgba(3, 3, 6, 0.88);
1685
- background-color: #f2f3f5;
1686
- } .action-button__primary_gbx0i:hover .action-button__iconWrapper_gbx0i {
1687
- background-color: #dcdde1;
1688
- } .action-button__primary_gbx0i:active .action-button__iconWrapper_gbx0i {
1689
- background-color: #d2d3d9;
1690
- } .action-button__primary_gbx0i .action-button__loader_gbx0i {
1691
- color: rgba(3, 3, 6, 0.88);
1692
- } .action-button__secondary_gbx0i {
1693
- color: rgba(255, 255, 255, 0.94)
1694
- } .action-button__secondary_gbx0i .action-button__iconWrapper_gbx0i {
1695
- color: rgba(255, 255, 255, 0.94);
1696
- background-color: #1c1c1e;
1697
- } .action-button__secondary_gbx0i:hover .action-button__iconWrapper_gbx0i {
1698
- background-color: #212124;
1699
- } .action-button__secondary_gbx0i:active .action-button__iconWrapper_gbx0i {
1700
- background-color: #29292c;
1701
- } .action-button__secondary_gbx0i .action-button__loader_gbx0i {
1702
- color: rgba(255, 255, 255, 0.94);
1703
- } .action-button__disabled_gbx0i {
1704
- color: rgba(233, 233, 250, 0.37)
1705
- } .action-button__disabled_gbx0i .action-button__iconWrapper_gbx0i {
1706
- color: #4a4a51;
1707
- background-color: #1c1c1e;
1708
- }
1709
- .action-button__component_airxs {
1710
- -webkit-tap-highlight-color: transparent
1711
- } .action-button__focused_airxs {
1712
- outline: 2px solid #3193fc;
1713
- }
1714
- .action-button__primary_flgw9 {
1715
- color: rgba(3, 3, 6, 0.88)
1716
- } .action-button__primary_flgw9 .action-button__iconWrapper_flgw9 {
1717
- color: rgba(255, 255, 255, 0.94);
1718
- background-color: #212124;
1719
- } .action-button__primary_flgw9:hover .action-button__iconWrapper_flgw9 {
1720
- background-color: #2f2f32;
1721
- } .action-button__primary_flgw9:active .action-button__iconWrapper_flgw9 {
1722
- background-color: #353539;
1723
- } .action-button__primary_flgw9 .action-button__loader_flgw9 {
1724
- color: rgba(3, 3, 6, 0.88);
1725
- } .action-button__secondary_flgw9 {
1726
- color: rgba(3, 3, 6, 0.88)
1727
- } .action-button__secondary_flgw9 .action-button__iconWrapper_flgw9 {
1728
- color: rgba(3, 3, 6, 0.88);
1729
- background-color: #f2f3f5;
1730
- } .action-button__secondary_flgw9:hover .action-button__iconWrapper_flgw9 {
1731
- background-color: #e7e8eb;
1732
- } .action-button__secondary_flgw9:active .action-button__iconWrapper_flgw9 {
1733
- background-color: #dcdde1;
1734
- } .action-button__secondary_flgw9 .action-button__loader_flgw9 {
1735
- color: rgba(255, 255, 255, 0.94);
1736
- } .action-button__disabled_flgw9 {
1737
- color: rgba(5, 8, 29, 0.38)
1738
- } .action-button__disabled_flgw9 .action-button__iconWrapper_flgw9 {
1739
- color: #babbc2;
1740
- background-color: #f2f3f5;
1741
- }
1742
- .action-button__primary_1kxey {
1743
- color: rgba(3, 3, 6, 0.88)
1744
- } .action-button__primary_1kxey .action-button__iconWrapper_1kxey {
1745
- color: rgba(255, 255, 255, 0.94);
1746
- background-color: #212124;
1747
- } .action-button__primary_1kxey .action-button__loader_1kxey {
1748
- color: rgba(255, 255, 255, 0.94);
1749
- } .action-button__secondary_1kxey {
1750
- color: rgba(3, 3, 6, 0.88)
1751
- } .action-button__secondary_1kxey .action-button__iconWrapper_1kxey {
1752
- color: rgba(3, 3, 6, 0.88);
1753
- background-color: #f2f3f5;
1754
- } .action-button__secondary_1kxey .action-button__loader_1kxey {
1755
- color: rgba(3, 3, 6, 0.88);
1756
- } .action-button__disabled_1kxey {
1757
- color: rgba(5, 8, 29, 0.38)
1758
- } .action-button__disabled_1kxey .action-button__iconWrapper_1kxey {
1759
- color: #babbc2;
1760
- background-color: #f2f3f5;
1761
- }.drawer__customScrollbar_y00y5::-webkit-scrollbar-track {
1762
- background-color: transparent;
1763
- } .drawer__customScrollbar_y00y5::-webkit-scrollbar-track-piece {
1764
- background-color: transparent;
1765
- } .drawer__customScrollbar_y00y5::-webkit-scrollbar-thumb {
1766
- background-color: rgba(228, 228, 251, 0.28);
1767
- border-color: transparent;
1768
- } .drawer__customScrollbar_y00y5::-webkit-scrollbar-thumb:active {
1769
- background-color: rgba(238, 238, 251, 0.55);
1770
- } .drawer__backdropEnter_y00y5 {
1771
- background-color: transparent;
1772
- } .drawer__backdropEnterActive_y00y5,
1773
- .drawer__backdropEnterDone_y00y5 {
1774
- background-color: rgba(0, 0, 0, 0.7);
1775
- } .drawer__backdropExit_y00y5 {
1776
- background-color: rgba(0, 0, 0, 0.7);
1777
- } .drawer__backdropExitActive_y00y5,
1778
- .drawer__backdropExitDone_y00y5 {
1779
- background-color: transparent;
1780
- }.pagination__component_ope1h {
1781
- color: rgba(255, 255, 255, 0.94);
1782
- }
1783
- .pagination__dots_19gug {
1784
- color: rgba(238, 238, 251, 0.55);
1785
- }
1786
-
1787
- button.pagination__tag_rby0f.pagination__tag_rby0f {
1788
- color: rgba(238, 238, 251, 0.55)
1789
- } button.pagination__tag_rby0f.pagination__tag_rby0f:hover:not(:disabled) {
1790
- background-color: rgba(214, 214, 229, 0.07);
1791
- color: rgba(255, 255, 255, 0.94);
1792
- } button.pagination__tag_rby0f.pagination__tag_rby0f:active:not(:disabled) {
1793
- background-color: rgba(225, 225, 248, 0.09);
1794
- } button.pagination__tag_rby0f.pagination__tag_rby0f.pagination__checked_rby0f {
1795
- background-color: #f2f3f5;
1796
- color: rgba(3, 3, 6, 0.88);
1797
- } button.pagination__tag_rby0f.pagination__tag_rby0f.pagination__checked_rby0f:hover:not(:disabled) {
1798
- color: rgba(3, 3, 6, 0.88);
1799
- } button.pagination__tag_rby0f.pagination__tag_rby0f.pagination__checked_rby0f:active:not(:disabled) {
1800
- color: rgba(255, 255, 255, 0.94);
1801
- }.button__primary_1jhr2 {
1802
- color: rgba(3, 3, 6, 0.88);
1803
- background-color: #f2f3f5
1804
- } @media (hover: hover) {
1805
- .button__primary_1jhr2:hover {
1806
- background-color: #dcdde1;
1807
- }
1808
- } .button__primary_1jhr2:active {
1809
- background-color: #d2d3d9;
1810
- } .button__primary_1jhr2 > .button__loader_1jhr2 {
1811
- color: rgba(3, 3, 6, 0.88);
1812
- } .button__secondary_1jhr2 {
1813
- background-color: rgba(214, 214, 229, 0.07)
1814
- } .button__secondary_1jhr2:active {
1815
- background-color: rgba(222, 222, 238, 0.13);
1816
- } .button__text_1jhr2:active {
1817
- color: rgba(255, 255, 255, 0.6);
1818
- } .button__ghost_1jhr2:active {
1819
- color: rgba(255, 255, 255, 0.6);
1820
- } .button__component_1jhr2[disabled].button__primary_1jhr2 {
1821
- color: rgba(233, 233, 250, 0.37);
1822
- background-color: rgba(214, 214, 229, 0.07)
1823
- } .button__component_1jhr2[disabled].button__primary_1jhr2.button__loading_1jhr2 {
1824
- color: rgba(3, 3, 6, 0.88);
1825
- background-color: #f2f3f5;
1826
- } .button__component_1jhr2[disabled].button__secondary_1jhr2 {
1827
- color: rgba(233, 233, 250, 0.37);
1828
- background-color: rgba(214, 214, 229, 0.07);
1829
- } .button__component_1jhr2[disabled].button__outlined_1jhr2 {
1830
- color: rgba(233, 233, 250, 0.37);
1831
- border-color: rgba(228, 228, 251, 0.28);
1832
- } .button__component_1jhr2[disabled].button__tertiary_1jhr2 {
1833
- color: rgba(233, 233, 250, 0.37);
1834
- border-color: rgba(228, 228, 251, 0.28);
1835
- } .button__component_1jhr2[disabled].button__transparent_1jhr2 {
1836
- color: rgba(233, 233, 250, 0.37);
1837
- } .button__component_1jhr2[disabled].button__link_1jhr2 {
1838
- color: rgba(233, 233, 250, 0.37);
1839
- } .button__component_1jhr2[disabled].button__text_1jhr2 {
1840
- color: rgba(233, 233, 250, 0.37);
1841
- } .button__component_1jhr2[disabled].button__ghost_1jhr2 {
1842
- color: rgba(233, 233, 250, 0.37);
1843
- }
1844
- .button__primary_127j1 {
1845
- color: rgba(255, 255, 255, 0.94);
1846
- background-color: #212124
1847
- } @media (hover: hover) {
1848
- .button__primary_127j1:hover {
1849
- background-color: #2f2f32;
1850
- }
1851
- } .button__primary_127j1:active {
1852
- background-color: #353539;
1853
- } .button__primary_127j1 > .button__loader_127j1 {
1854
- color: rgba(255, 255, 255, 0.94);
1855
- } .button__secondary_127j1 {
1856
- background-color: rgba(38, 55, 88, 0.06)
1857
- } .button__secondary_127j1:active {
1858
- background-color: rgba(5, 12, 41, 0.14);
1859
- } .button__text_127j1:active {
1860
- color: rgba(4, 4, 19, 0.55);
1861
- } .button__ghost_127j1:active {
1862
- color: rgba(4, 4, 19, 0.55);
1863
- } .button__component_127j1[disabled].button__primary_127j1 {
1864
- color: rgba(5, 8, 29, 0.38);
1865
- background-color: rgba(38, 55, 88, 0.06)
1866
- } .button__component_127j1[disabled].button__primary_127j1.button__loading_127j1 {
1867
- color: rgba(255, 255, 255, 0.94);
1868
- background-color: #212124;
1869
- } .button__component_127j1[disabled].button__secondary_127j1 {
1870
- color: rgba(5, 8, 29, 0.38);
1871
- background-color: rgba(38, 55, 88, 0.06);
1872
- } .button__component_127j1[disabled].button__outlined_127j1 {
1873
- color: rgba(5, 8, 29, 0.38);
1874
- border-color: rgba(9, 12, 37, 0.28);
1875
- } .button__component_127j1[disabled].button__tertiary_127j1 {
1876
- color: rgba(5, 8, 29, 0.38);
1877
- border-color: rgba(9, 12, 37, 0.28);
1878
- } .button__component_127j1[disabled].button__transparent_127j1 {
1879
- color: rgba(5, 8, 29, 0.38);
1880
- } .button__component_127j1[disabled].button__link_127j1 {
1881
- color: rgba(5, 8, 29, 0.38);
1882
- } .button__component_127j1[disabled].button__text_127j1 {
1883
- color: rgba(5, 8, 29, 0.38);
1884
- } .button__component_127j1[disabled].button__ghost_127j1 {
1885
- color: rgba(5, 8, 29, 0.38);
1886
- }
1887
-
1888
- .button__primary_1fit0 {
1889
- color: rgba(3, 3, 6, 0.88);
1890
- background-color: #f2f3f5
1891
- } @media (hover: hover) {
1892
- .button__primary_1fit0:hover {
1893
- background-color: #dcdde1;
1894
- }
1895
- } .button__primary_1fit0:active {
1896
- background-color: #d2d3d9;
1897
- } .button__primary_1fit0 > .button__loader_1fit0 {
1898
- color: rgba(3, 3, 6, 0.88);
1899
- } .button__secondary_1fit0 {
1900
- background-color: rgba(222, 222, 238, 0.13)
1901
- } .button__secondary_1fit0:hover {
1902
- background-color: rgba(234, 234, 248, 0.15);
1903
- } .button__secondary_1fit0:active {
1904
- background-color: rgba(231, 231, 248, 0.18);
1905
- } .button__text_1fit0:active {
1906
- color: rgba(255, 255, 255, 0.6);
1907
- } .button__ghost_1fit0:active {
1908
- color: rgba(255, 255, 255, 0.6);
1909
- } .button__component_1fit0[disabled].button__primary_1fit0 {
1910
- color: rgba(233, 233, 250, 0.37);
1911
- background-color: rgba(214, 214, 229, 0.07)
1912
- } .button__component_1fit0[disabled].button__primary_1fit0.button__loading_1fit0 {
1913
- color: rgba(3, 3, 6, 0.88);
1914
- background-color: #f2f3f5;
1915
- } .button__component_1fit0[disabled].button__secondary_1fit0 {
1916
- color: rgba(233, 233, 250, 0.37);
1917
- background-color: rgba(214, 214, 229, 0.07);
1918
- } .button__component_1fit0[disabled].button__outlined_1fit0 {
1919
- color: rgba(233, 233, 250, 0.37);
1920
- border-color: rgba(228, 228, 251, 0.28);
1921
- } .button__component_1fit0[disabled].button__tertiary_1fit0 {
1922
- color: rgba(233, 233, 250, 0.37);
1923
- border-color: rgba(228, 228, 251, 0.28);
1924
- } .button__component_1fit0[disabled].button__transparent_1fit0 {
1925
- color: rgba(233, 233, 250, 0.37);
1926
- } .button__component_1fit0[disabled].button__link_1fit0 {
1927
- color: rgba(233, 233, 250, 0.37);
1928
- } .button__component_1fit0[disabled].button__text_1fit0 {
1929
- color: rgba(233, 233, 250, 0.37);
1930
- } .button__component_1fit0[disabled].button__ghost_1fit0 {
1931
- color: rgba(233, 233, 250, 0.37);
1932
- }
1933
-
1934
- .button__primary_1przv {
1935
- color: rgba(255, 255, 255, 0.94);
1936
- background-color: #212124
1937
- } @media (hover: hover) {
1938
- .button__primary_1przv:hover {
1939
- background-color: #2f2f32;
1940
- }
1941
- } .button__primary_1przv:active {
1942
- background-color: #353539;
1943
- } .button__primary_1przv > .button__loader_1przv {
1944
- color: rgba(255, 255, 255, 0.94);
1945
- } .button__secondary_1przv {
1946
- background-color: rgba(15, 25, 55, 0.1)
1947
- } .button__secondary_1przv:hover {
1948
- background-color: rgba(5, 12, 41, 0.14);
1949
- } .button__secondary_1przv:active {
1950
- background-color: rgba(5, 11, 44, 0.18);
1951
- } .button__text_1przv:active {
1952
- color: rgba(4, 4, 19, 0.55);
1953
- } .button__ghost_1przv:active {
1954
- color: rgba(4, 4, 19, 0.55);
1955
- } .button__component_1przv[disabled].button__primary_1przv {
1956
- color: rgba(5, 8, 29, 0.38);
1957
- background-color: rgba(38, 55, 88, 0.06)
1958
- } .button__component_1przv[disabled].button__primary_1przv.button__loading_1przv {
1959
- color: rgba(255, 255, 255, 0.94);
1960
- background-color: #212124;
1961
- } .button__component_1przv[disabled].button__secondary_1przv {
1962
- color: rgba(5, 8, 29, 0.38);
1963
- background-color: rgba(38, 55, 88, 0.06);
1964
- } .button__component_1przv[disabled].button__outlined_1przv {
1965
- color: rgba(5, 8, 29, 0.38);
1966
- border-color: rgba(9, 12, 37, 0.28);
1967
- } .button__component_1przv[disabled].button__tertiary_1przv {
1968
- color: rgba(5, 8, 29, 0.38);
1969
- border-color: rgba(9, 12, 37, 0.28);
1970
- } .button__component_1przv[disabled].button__transparent_1przv {
1971
- color: rgba(5, 8, 29, 0.38);
1972
- } .button__component_1przv[disabled].button__link_1przv {
1973
- color: rgba(5, 8, 29, 0.38);
1974
- } .button__component_1przv[disabled].button__text_1przv {
1975
- color: rgba(5, 8, 29, 0.38);
1976
- } .button__component_1przv[disabled].button__ghost_1przv {
1977
- color: rgba(5, 8, 29, 0.38);
1978
- }
1979
- .button__accent_1ys6e {
1980
- color: rgba(255, 255, 255, 0.94);
1981
- background-color: #f83a2a;
1982
- border: 1px solid transparent
1983
- } @media (hover: hover) {
1984
- .button__accent_1ys6e:hover {
1985
- background-color: #ff503e;
1986
- }
1987
- } .button__accent_1ys6e:active {
1988
- background-color: #fd624e;
1989
- } .button__accent_1ys6e > .button__loader_1ys6e {
1990
- color: rgba(255, 255, 255, 0.94);
1991
- } .button__primary_1ys6e {
1992
- border: 1px solid transparent
1993
- } .button__primary_1ys6e .button__hint_1ys6e {
1994
- color: rgba(4, 4, 19, 0.55);
1995
- } .button__secondary_1ys6e {
1996
- color: rgba(255, 255, 255, 0.94);
1997
- border: 1px solid transparent
1998
- } .button__secondary_1ys6e > .button__loader_1ys6e {
1999
- color: rgba(255, 255, 255, 0.94);
2000
- } .button__secondary_1ys6e .button__hint_1ys6e {
2001
- color: rgba(238, 238, 251, 0.55);
2002
- } .button__outlined_1ys6e {
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_1ys6e:hover {
2008
- background-color: rgba(214, 214, 229, 0.07);
2009
- border-color: rgba(255, 255, 255, 0.94);
2010
- }
2011
- } .button__outlined_1ys6e:active {
2012
- background-color: rgba(225, 225, 248, 0.09);
2013
- } .button__outlined_1ys6e > .button__loader_1ys6e {
2014
- color: rgba(255, 255, 255, 0.94);
2015
- } .button__outlined_1ys6e .button__hint_1ys6e {
2016
- color: rgba(238, 238, 251, 0.55);
2017
- } .button__tertiary_1ys6e {
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_1ys6e:hover {
2023
- background-color: rgba(214, 214, 229, 0.07);
2024
- border-color: rgba(255, 255, 255, 0.94);
2025
- }
2026
- } .button__tertiary_1ys6e:active {
2027
- background-color: rgba(225, 225, 248, 0.09);
2028
- } .button__tertiary_1ys6e > .button__loader_1ys6e {
2029
- color: rgba(255, 255, 255, 0.94);
2030
- } .button__tertiary_1ys6e .button__hint_1ys6e {
2031
- color: rgba(238, 238, 251, 0.55);
2032
- } .button__filled_1ys6e {
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_1ys6e:hover {
2038
- background-color: rgba(234, 234, 248, 0.15);
2039
- }
2040
- } .button__filled_1ys6e:active {
2041
- background-color: rgba(231, 231, 248, 0.18);
2042
- } .button__filled_1ys6e > .button__loader_1ys6e {
2043
- color: rgba(255, 255, 255, 0.94);
2044
- } .button__transparent_1ys6e {
2045
- color: rgba(255, 255, 255, 0.94);
2046
- background-color: transparent;
2047
- border: 1px solid transparent
2048
- } @media (hover: hover) {
2049
- .button__transparent_1ys6e:hover {
2050
- background-color: rgba(214, 214, 229, 0.07);
2051
- }
2052
- } .button__transparent_1ys6e:active {
2053
- background-color: rgba(225, 225, 248, 0.09);
2054
- } .button__transparent_1ys6e > .button__loader_1ys6e {
2055
- color: rgba(255, 255, 255, 0.94);
2056
- } .button__transparent_1ys6e .button__hint_1ys6e {
2057
- color: rgba(238, 238, 251, 0.55);
2058
- } .button__link_1ys6e {
2059
- color: rgba(255, 255, 255, 0.94);
2060
- background-color: transparent;
2061
- border: 1px solid transparent
2062
- } @media (hover: hover) {
2063
- .button__link_1ys6e:hover {
2064
- background-color: rgba(214, 214, 229, 0.07);
2065
- }
2066
- } .button__link_1ys6e:active {
2067
- background-color: rgba(225, 225, 248, 0.09);
2068
- } .button__link_1ys6e > .button__loader_1ys6e {
2069
- color: rgba(255, 255, 255, 0.94);
2070
- } .button__text_1ys6e {
2071
- background-color: transparent;
2072
- color: rgba(255, 255, 255, 0.94)
2073
- } @media (hover: hover) {
2074
- .button__text_1ys6e:hover {
2075
- color: rgba(255, 255, 255, 0.7);
2076
- }
2077
- } .button__text_1ys6e > .button__loader_1ys6e {
2078
- color: rgba(255, 255, 255, 0.94);
2079
- } .button__text_1ys6e .button__hint_1ys6e {
2080
- color: rgba(238, 238, 251, 0.55);
2081
- } .button__ghost_1ys6e {
2082
- background-color: transparent;
2083
- color: rgba(255, 255, 255, 0.94)
2084
- } @media (hover: hover) {
2085
- .button__ghost_1ys6e:hover {
2086
- color: rgba(255, 255, 255, 0.7);
2087
- }
2088
- } .button__ghost_1ys6e > .button__loader_1ys6e {
2089
- color: rgba(255, 255, 255, 0.94);
2090
- } .button__component_1ys6e[disabled].button__accent_1ys6e {
2091
- color: rgba(233, 233, 250, 0.37);
2092
- background-color: rgba(214, 214, 229, 0.07)
2093
- } .button__component_1ys6e[disabled].button__accent_1ys6e.button__loading_1ys6e {
2094
- color: rgba(255, 255, 255, 0.94);
2095
- background-color: #f83a2a;
2096
- } .button__component_1ys6e[disabled].button__secondary_1ys6e {
2097
- border-color: transparent
2098
- } .button__component_1ys6e[disabled].button__secondary_1ys6e.button__loading_1ys6e {
2099
- color: rgba(255, 255, 255, 0.94);
2100
- background-color: rgba(222, 222, 238, 0.13);
2101
- border-color: transparent;
2102
- } .button__component_1ys6e[disabled].button__outlined_1ys6e {
2103
- background-color: rgba(255, 255, 255, 0)
2104
- } .button__component_1ys6e[disabled].button__outlined_1ys6e.button__loading_1ys6e {
2105
- color: rgba(255, 255, 255, 0.94);
2106
- border-color: rgba(255, 255, 255, 0.94);
2107
- } .button__component_1ys6e[disabled].button__tertiary_1ys6e {
2108
- background-color: rgba(255, 255, 255, 0)
2109
- } .button__component_1ys6e[disabled].button__tertiary_1ys6e.button__loading_1ys6e {
2110
- color: rgba(255, 255, 255, 0.94);
2111
- border-color: rgba(255, 255, 255, 0.94);
2112
- } .button__component_1ys6e[disabled].button__filled_1ys6e {
2113
- color: rgba(233, 233, 250, 0.37);
2114
- background-color: rgba(214, 214, 229, 0.07)
2115
- } .button__component_1ys6e[disabled].button__filled_1ys6e.button__loading_1ys6e {
2116
- color: rgba(255, 255, 255, 0.94);
2117
- background-color: rgba(222, 222, 238, 0.13);
2118
- } .button__component_1ys6e[disabled].button__transparent_1ys6e {
2119
- background-color: transparent
2120
- } .button__component_1ys6e[disabled].button__transparent_1ys6e.button__loading_1ys6e {
2121
- color: rgba(255, 255, 255, 0.94);
2122
- } .button__component_1ys6e[disabled].button__link_1ys6e {
2123
- background-color: transparent
2124
- } .button__component_1ys6e[disabled].button__link_1ys6e.button__loading_1ys6e {
2125
- color: rgba(255, 255, 255, 0.94);
2126
- } .button__component_1ys6e[disabled].button__text_1ys6e.button__loading_1ys6e {
2127
- color: rgba(255, 255, 255, 0.94);
2128
- } .button__component_1ys6e[disabled].button__ghost_1ys6e.button__loading_1ys6e {
2129
- color: rgba(255, 255, 255, 0.94);
2130
- }
2131
- .button__component_dvyw4 {
2132
- -webkit-tap-highlight-color: transparent;
2133
- } .button__focused_dvyw4 {
2134
- outline: 2px solid #3193fc;
2135
- }
2136
- .button__accent_1la2x {
2137
- color: rgba(255, 255, 255, 0.94);
2138
- background-color: #ef3124;
2139
- border: 1px solid transparent
2140
- } @media (hover: hover) {
2141
- .button__accent_1la2x:hover {
2142
- background-color: #e32a17;
2143
- }
2144
- } .button__accent_1la2x:active {
2145
- background-color: #d72505;
2146
- } .button__accent_1la2x > .button__loader_1la2x {
2147
- color: rgba(255, 255, 255, 0.94);
2148
- } .button__primary_1la2x {
2149
- border: 1px solid transparent
2150
- } .button__primary_1la2x .button__hint_1la2x {
2151
- color: rgba(238, 238, 251, 0.55);
2152
- } .button__secondary_1la2x {
2153
- color: rgba(3, 3, 6, 0.88);
2154
- border: 1px solid transparent
2155
- } .button__secondary_1la2x > .button__loader_1la2x {
2156
- color: rgba(3, 3, 6, 0.88);
2157
- } .button__secondary_1la2x .button__hint_1la2x {
2158
- color: rgba(4, 4, 19, 0.55);
2159
- } .button__outlined_1la2x {
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_1la2x:hover {
2165
- background-color: rgba(38, 55, 88, 0.06);
2166
- border-color: rgba(3, 3, 6, 0.88);
2167
- }
2168
- } .button__outlined_1la2x:active {
2169
- background-color: rgba(30, 43, 68, 0.08);
2170
- } .button__outlined_1la2x > .button__loader_1la2x {
2171
- color: rgba(3, 3, 6, 0.88);
2172
- } .button__outlined_1la2x .button__hint_1la2x {
2173
- color: rgba(4, 4, 19, 0.55);
2174
- } .button__tertiary_1la2x {
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_1la2x:hover {
2180
- background-color: rgba(38, 55, 88, 0.06);
2181
- border-color: rgba(3, 3, 6, 0.88);
2182
- }
2183
- } .button__tertiary_1la2x:active {
2184
- background-color: rgba(30, 43, 68, 0.08);
2185
- } .button__tertiary_1la2x > .button__loader_1la2x {
2186
- color: rgba(3, 3, 6, 0.88);
2187
- } .button__tertiary_1la2x .button__hint_1la2x {
2188
- color: rgba(4, 4, 19, 0.55);
2189
- } .button__filled_1la2x {
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_1la2x:hover {
2195
- background-color: rgba(5, 12, 41, 0.14);
2196
- }
2197
- } .button__filled_1la2x:active {
2198
- background-color: rgba(5, 11, 44, 0.18);
2199
- } .button__filled_1la2x > .button__loader_1la2x {
2200
- color: rgba(3, 3, 6, 0.88);
2201
- } .button__transparent_1la2x {
2202
- color: rgba(3, 3, 6, 0.88);
2203
- background-color: transparent;
2204
- border: 1px solid transparent
2205
- } @media (hover: hover) {
2206
- .button__transparent_1la2x:hover {
2207
- background-color: rgba(38, 55, 88, 0.06);
2208
- }
2209
- } .button__transparent_1la2x:active {
2210
- background-color: rgba(30, 43, 68, 0.08);
2211
- } .button__transparent_1la2x > .button__loader_1la2x {
2212
- color: rgba(3, 3, 6, 0.88);
2213
- } .button__transparent_1la2x .button__hint_1la2x {
2214
- color: rgba(4, 4, 19, 0.55);
2215
- } .button__link_1la2x {
2216
- color: rgba(3, 3, 6, 0.88);
2217
- background-color: transparent;
2218
- border: 1px solid transparent
2219
- } @media (hover: hover) {
2220
- .button__link_1la2x:hover {
2221
- background-color: rgba(38, 55, 88, 0.06);
2222
- }
2223
- } .button__link_1la2x:active {
2224
- background-color: rgba(30, 43, 68, 0.08);
2225
- } .button__link_1la2x > .button__loader_1la2x {
2226
- color: rgba(3, 3, 6, 0.88);
2227
- } .button__text_1la2x {
2228
- background-color: transparent;
2229
- color: rgba(3, 3, 6, 0.88)
2230
- } @media (hover: hover) {
2231
- .button__text_1la2x:hover {
2232
- color: rgba(1, 1, 12, 0.63);
2233
- }
2234
- } .button__text_1la2x > .button__loader_1la2x {
2235
- color: rgba(3, 3, 6, 0.88);
2236
- } .button__text_1la2x .button__hint_1la2x {
2237
- color: rgba(4, 4, 19, 0.55);
2238
- } .button__ghost_1la2x {
2239
- background-color: transparent;
2240
- color: rgba(3, 3, 6, 0.88)
2241
- } @media (hover: hover) {
2242
- .button__ghost_1la2x:hover {
2243
- color: rgba(1, 1, 12, 0.63);
2244
- }
2245
- } .button__ghost_1la2x > .button__loader_1la2x {
2246
- color: rgba(3, 3, 6, 0.88);
2247
- } .button__component_1la2x[disabled].button__accent_1la2x {
2248
- color: rgba(5, 8, 29, 0.38);
2249
- background-color: rgba(38, 55, 88, 0.06)
2250
- } .button__component_1la2x[disabled].button__accent_1la2x.button__loading_1la2x {
2251
- color: rgba(255, 255, 255, 0.94);
2252
- background-color: #ef3124;
2253
- } .button__component_1la2x[disabled].button__secondary_1la2x {
2254
- border-color: transparent
2255
- } .button__component_1la2x[disabled].button__secondary_1la2x.button__loading_1la2x {
2256
- color: rgba(3, 3, 6, 0.88);
2257
- background-color: rgba(15, 25, 55, 0.1);
2258
- border-color: transparent;
2259
- } .button__component_1la2x[disabled].button__outlined_1la2x {
2260
- background-color: rgba(255, 255, 255, 0)
2261
- } .button__component_1la2x[disabled].button__outlined_1la2x.button__loading_1la2x {
2262
- color: rgba(3, 3, 6, 0.88);
2263
- } .button__component_1la2x[disabled].button__tertiary_1la2x {
2264
- background-color: rgba(255, 255, 255, 0)
2265
- } .button__component_1la2x[disabled].button__tertiary_1la2x.button__loading_1la2x {
2266
- color: rgba(3, 3, 6, 0.88);
2267
- } .button__component_1la2x[disabled].button__filled_1la2x {
2268
- color: rgba(5, 8, 29, 0.38);
2269
- background-color: rgba(38, 55, 88, 0.06)
2270
- } .button__component_1la2x[disabled].button__filled_1la2x.button__loading_1la2x {
2271
- color: rgba(3, 3, 6, 0.88);
2272
- background-color: rgba(15, 25, 55, 0.1);
2273
- } .button__component_1la2x[disabled].button__transparent_1la2x {
2274
- background-color: transparent
2275
- } .button__component_1la2x[disabled].button__transparent_1la2x.button__loading_1la2x {
2276
- color: rgba(3, 3, 6, 0.88);
2277
- } .button__component_1la2x[disabled].button__link_1la2x {
2278
- background-color: transparent
2279
- } .button__component_1la2x[disabled].button__link_1la2x.button__loading_1la2x {
2280
- color: rgba(3, 3, 6, 0.88);
2281
- } .button__component_1la2x[disabled].button__text_1la2x.button__loading_1la2x {
2282
- color: rgba(3, 3, 6, 0.88);
2283
- } .button__component_1la2x[disabled].button__ghost_1la2x.button__loading_1la2x {
2284
- color: rgba(3, 3, 6, 0.88);
2285
- }.circular-progress-bar__component_8v1oi.circular-progress-bar__bg-positive_8v1oi {
2286
- background: #17d055;
2287
- } .circular-progress-bar__component_8v1oi.circular-progress-bar__bg-negative_8v1oi {
2288
- background: #ff4837;
2289
- } .circular-progress-bar__backgroundCircle_8v1oi,
2290
- .circular-progress-bar__progressCircle_8v1oi {
2291
- fill: transparent;
2292
- } .circular-progress-bar__positive_8v1oi {
2293
- stroke: #17d055;
2294
- } .circular-progress-bar__negative_8v1oi {
2295
- stroke: #ff4837;
2296
- } .circular-progress-bar__backgroundCircle_8v1oi {
2297
- stroke: rgba(222, 222, 238, 0.13)
2298
- } .circular-progress-bar__backgroundCircle_8v1oi.circular-progress-bar__stroke_8v1oi {
2299
- stroke: transparent;
2300
- } .circular-progress-bar__iconWrapper_8v1oi.circular-progress-bar__icon-tertiary_8v1oi {
2301
- color: #4a4a51;
2302
- } .circular-progress-bar__iconWrapper_8v1oi.circular-progress-bar__icon-positive_8v1oi {
2303
- color: #17d055;
2304
- } .circular-progress-bar__iconWrapper_8v1oi.circular-progress-bar__icon-negative_8v1oi {
2305
- color: #ff4837;
2306
- } .circular-progress-bar__iconWrapper_8v1oi.circular-progress-bar__icon-primary-inverted_8v1oi {
2307
- color: rgba(3, 3, 6, 0.88);
2308
- } .circular-progress-bar__iconWrapper_8v1oi.circular-progress-bar__icon-primary_8v1oi {
2309
- color: rgba(255, 255, 255, 0.94);
2310
- } .circular-progress-bar__iconWrapper_8v1oi.circular-progress-bar__icon-secondary_8v1oi {
2311
- color: #898991;
2312
- }.chart__coreChart_6ympz .recharts-text tspan {
2313
- fill: rgba(255, 255, 255, 0.94);
2314
- }
2315
- @keyframes chart__showDot_10ih7 {
2316
- }
2317
-
2318
- .chart__tickText_iwdk2 {
2319
- fill: rgba(255, 255, 255, 0.94);
2320
- } .chart__circle_iwdk2 {
2321
- fill: #121213;
2322
- } .chart__circle_iwdk2 {
2323
- fill: #121213;
2324
- }
2325
- .chart__tooltip_nq01f {
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_nq01f {
2331
- border: 1px solid #353539;
2332
- background-color: #121213;
2333
- } .chart__tooltipArrow_nq01f:before {
2334
- border-color: transparent #121213 transparent transparent;
2335
- }.comment__component_1l9e9 {
2336
- background-color: #1c1c1e;
2337
- }.list-header__filled_x86i7 {
2338
- background-color: #212124;
2339
- }.list__list_1j5hb {
2340
- color: rgba(255, 255, 255, 0.94);
2341
- }
2342
- .list__slot_gpuvc.list__defaultColor_gpuvc {
2343
- color: rgba(255, 255, 255, 0.94);
2344
- }.stepped-progress-bar__bar_1f7k2 {
2345
- background: rgba(222, 222, 238, 0.13);
2346
- } .stepped-progress-bar__description_1f7k2 {
2347
- color: rgba(238, 238, 251, 0.55);
2348
- }
2349
-
2350
- .stepped-progress-bar__bar_15oui {
2351
- background: rgba(15, 25, 55, 0.1);
2352
- } .stepped-progress-bar__description_15oui {
2353
- color: rgba(4, 4, 19, 0.55);
2354
- }
2355
- .stepped-progress-bar__bar_1r6xd.stepped-progress-bar__positive_1r6xd {
2356
- background: #17d055;
2357
- } .stepped-progress-bar__bar_1r6xd.stepped-progress-bar__attention_1r6xd {
2358
- background: #fda136;
2359
- } .stepped-progress-bar__bar_1r6xd.stepped-progress-bar__negative_1r6xd {
2360
- background: #ff4837;
2361
- } .stepped-progress-bar__bar_1r6xd.stepped-progress-bar__link_1r6xd {
2362
- background: #3193fc;
2363
- } .stepped-progress-bar__bar_1r6xd.stepped-progress-bar__tertiary_1r6xd {
2364
- background: #4a4a51;
2365
- } .stepped-progress-bar__bar_1r6xd.stepped-progress-bar__secondary_1r6xd {
2366
- background: #898991;
2367
- } .stepped-progress-bar__bar_1r6xd.stepped-progress-bar__primary_1r6xd {
2368
- background: rgba(255, 255, 255, 0.94);
2369
- } .stepped-progress-bar__bar_1r6xd.stepped-progress-bar__accent_1r6xd {
2370
- background: #f83a2a;
2371
- }.tab-bar__component_1faxh.tab-bar__modal-bg-primary_1faxh {
2372
- background-color: #121213;
2373
- } .tab-bar__component_1faxh.tab-bar__modal-bg-alt-primary_1faxh {
2374
- background-color: #121213;
2375
- } .tab-bar__border_1faxh {
2376
- box-shadow: 0 -1px 0 0 rgba(222, 222, 238, 0.13);
2377
- }
2378
- .tab-bar__component_1liqg {
2379
- -webkit-tap-highlight-color: transparent;
2380
- background-color: transparent;
2381
- color: rgba(238, 238, 251, 0.55);
2382
- } .tab-bar__primary_1liqg {
2383
- color: #f83a2a;
2384
- } .tab-bar__secondary_1liqg {
2385
- color: #f2f3f5;
2386
- } .tab-bar__label_1liqg {
2387
- color: rgba(238, 238, 251, 0.55);
2388
- }.attach__component_18pps {
2389
- } .attach__file_18pps,
2390
- .attach__noFile_18pps {
2391
- color: rgba(238, 238, 251, 0.55);
2392
- } .attach__focused_18pps {
2393
- outline: 2px solid #3193fc;
2394
- }.confirmation-v1__errorHeader_beeff {
2395
- color: rgba(255, 255, 255, 0.94);
2396
- color: rgba(255, 255, 255, 0.94);
2397
- } .confirmation-v1__errorText_beeff {
2398
- color: rgba(238, 238, 251, 0.55);
2399
- color: rgba(238, 238, 251, 0.55);
2400
- } .confirmation-v1__phoneHintText_beeff {
2401
- color: rgba(238, 238, 251, 0.55);
2402
- color: rgba(238, 238, 251, 0.55);
2403
- } .confirmation-v1__phonesWrap_beeff {
2404
- color: rgba(238, 238, 251, 0.55);
2405
- } .confirmation-v1__phoneDescription_beeff {
2406
- color: rgba(238, 238, 251, 0.55);
2407
- }
2408
- .confirmation-v1__input_tbtnh {
2409
- background-color: rgba(222, 222, 238, 0.13);
2410
- color: rgba(255, 255, 255, 0.94)
2411
- } .confirmation-v1__input_tbtnh.confirmation-v1__hasError_tbtnh {
2412
- color: #ff4837;
2413
- caret-color: rgba(255, 255, 255, 0.94);
2414
- background-color: #392523;
2415
- } .confirmation-v1__input_tbtnh.confirmation-v1__disabled_tbtnh {
2416
- color: rgba(233, 233, 250, 0.37);
2417
- } @keyframes confirmation-v1__shake_tbtnh {
2418
- }
2419
- .confirmation-v1__component_819tg {
2420
- color: rgba(238, 238, 251, 0.55);
2421
- color: rgba(238, 238, 251, 0.55);
2422
- }
2423
- .confirmation-v1__circle_11rfu {
2424
- fill: transparent;
2425
- stroke: #4a4a51;
2426
- }
2427
- .confirmation-v1__title_1oqa1 {
2428
- color: rgba(255, 255, 255, 0.94);
2429
- } .confirmation-v1__description_1oqa1 {
2430
- color: rgba(238, 238, 251, 0.55);
2431
- } .confirmation-v1__alertIcon_1oqa1 {
2432
- color: #d91d0b;
2433
- }
2434
- .confirmation-v1__header_73k4b {
2435
- color: rgba(255, 255, 255, 0.94);
2436
- color: rgba(255, 255, 255, 0.94);
2437
- } .confirmation-v1__error_73k4b {
2438
- color: #ff4837;
2439
- } .confirmation-v1__loaderText_73k4b {
2440
- color: rgba(238, 238, 251, 0.55);
2441
- color: rgba(238, 238, 251, 0.55);
2442
- }.custom-button__customButton_o2w47.custom-button__border_o2w47 {
2443
- border: 1px solid transparent;
2444
- } .custom-button__customButton_o2w47.custom-button__white_o2w47 * {
2445
- color: rgba(3, 3, 6, 0.88);
2446
- } .custom-button__customButton_o2w47.custom-button__black_o2w47 * {
2447
- color: rgba(255, 255, 255, 0.94);
2448
- } .custom-button__customButton_o2w47.custom-button__static-white_o2w47 * {
2449
- color: rgba(255, 255, 255, 0.94);
2450
- } .custom-button__customButton_o2w47.custom-button__static-black_o2w47 * {
2451
- color: rgba(3, 3, 6, 0.88);
2452
- } .custom-button__customButton_o2w47:before {
2453
- background-color: rgba(0, 0, 0, 0);
2454
- } .custom-button__customButton_o2w47.custom-button__darkening_o2w47:hover:before {
2455
- background-color: rgba(225, 225, 248, 0.09);
2456
- } .custom-button__customButton_o2w47.custom-button__darkening_o2w47:active:before {
2457
- background-color: rgba(231, 231, 248, 0.18);
2458
- } .custom-button__customButton_o2w47.custom-button__lightening_o2w47:hover:before {
2459
- background-color: rgba(30, 43, 68, 0.08);
2460
- } .custom-button__customButton_o2w47.custom-button__lightening_o2w47:active:before {
2461
- background-color: rgba(5, 11, 44, 0.18);
2462
- } .custom-button__customButton_o2w47.custom-button__static-darkening_o2w47:hover:before {
2463
- background-color: rgba(0, 0, 0, 0.07);
2464
- } .custom-button__customButton_o2w47.custom-button__static-darkening_o2w47:active:before {
2465
- background-color: rgba(0, 0, 0, 0.15);
2466
- } .custom-button__customButton_o2w47.custom-button__static-lightening_o2w47:hover:before {
2467
- background-color: rgba(255, 255, 255, 0.07);
2468
- } .custom-button__customButton_o2w47.custom-button__static-lightening_o2w47:active:before {
2469
- background-color: rgba(255, 255, 255, 0.15);
2470
- } .custom-button__customButton_o2w47:disabled.custom-button__disableType-default_o2w47 {
2471
- background-color: rgba(214, 214, 229, 0.07)
2472
- } .custom-button__customButton_o2w47:disabled.custom-button__disableType-default_o2w47 span {
2473
- color: rgba(233, 233, 250, 0.37);
2474
- } .custom-button__customButton_o2w47:disabled.custom-button__disableType-static_o2w47 {
2475
- background-color: rgba(38, 55, 88, 0.06)
2476
- } .custom-button__customButton_o2w47:disabled.custom-button__disableType-static_o2w47 span {
2477
- color: rgba(5, 8, 29, 0.38);
2478
- } .custom-button__customButton_o2w47:disabled.custom-button__disableType-inverted_o2w47 {
2479
- background-color: rgba(38, 55, 88, 0.06)
2480
- } .custom-button__customButton_o2w47:disabled.custom-button__disableType-inverted_o2w47 span {
2481
- color: rgba(5, 8, 29, 0.38);
2482
- } .custom-button__customButton_o2w47:disabled.custom-button__disableType-static-inverted_o2w47 {
2483
- background-color: rgba(214, 214, 229, 0.07)
2484
- } .custom-button__customButton_o2w47:disabled.custom-button__disableType-static-inverted_o2w47 span {
2485
- color: rgba(233, 233, 250, 0.37);
2486
- }.cc-icon-button.icon-button__primary_a5p0t {
2487
- color: rgba(255, 255, 255, 0.94)
2488
- } .cc-icon-button.icon-button__primary_a5p0t:hover {
2489
- color: rgba(255, 255, 255, 0.7);
2490
- } .cc-icon-button.icon-button__primary_a5p0t:active {
2491
- color: rgba(255, 255, 255, 0.6);
2492
- } .cc-icon-button.icon-button__secondary_a5p0t {
2493
- color: rgba(238, 238, 251, 0.55)
2494
- } .cc-icon-button.icon-button__secondary_a5p0t:hover {
2495
- color: rgba(239, 240, 252, 0.65);
2496
- } .cc-icon-button.icon-button__secondary_a5p0t:active {
2497
- color: rgba(243, 245, 254, 0.75);
2498
- } .cc-icon-button.icon-button__transparent_a5p0t {
2499
- color: rgba(228, 228, 251, 0.28)
2500
- } .cc-icon-button.icon-button__transparent_a5p0t:hover {
2501
- color: rgba(233, 233, 250, 0.37);
2502
- } .cc-icon-button.icon-button__transparent_a5p0t:active {
2503
- color: rgba(238, 238, 254, 0.46);
2504
- } .cc-icon-button.icon-button__negative_a5p0t {
2505
- color: #ff4837
2506
- } .cc-icon-button.icon-button__negative_a5p0t:hover {
2507
- color: #ff755e;
2508
- } .cc-icon-button.icon-button__negative_a5p0t:active {
2509
- color: #ff8d79;
2510
- } .cc-icon-button.icon-button__tertiary_a5p0t {
2511
- color: rgba(228, 228, 251, 0.28)
2512
- } .cc-icon-button.icon-button__tertiary_a5p0t:hover {
2513
- color: rgba(233, 233, 250, 0.37);
2514
- } .cc-icon-button.icon-button__tertiary_a5p0t:active {
2515
- color: rgba(238, 238, 254, 0.46);
2516
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__primary_a5p0t {
2517
- color: rgba(255, 255, 255, 0.94)
2518
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__primary_a5p0t:hover {
2519
- background: rgba(214, 214, 229, 0.07);
2520
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__primary_a5p0t:active {
2521
- background: rgba(225, 225, 248, 0.09);
2522
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__secondary_a5p0t {
2523
- color: rgba(238, 238, 251, 0.55)
2524
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__secondary_a5p0t:hover {
2525
- background: rgba(214, 214, 229, 0.07);
2526
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__secondary_a5p0t:active {
2527
- background: rgba(225, 225, 248, 0.09);
2528
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__negative_a5p0t {
2529
- color: #ff4837
2530
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__negative_a5p0t:hover {
2531
- background: rgba(214, 214, 229, 0.07);
2532
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__negative_a5p0t:active {
2533
- background: rgba(225, 225, 248, 0.09);
2534
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__tertiary_a5p0t {
2535
- color: rgba(233, 233, 250, 0.37)
2536
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__tertiary_a5p0t:hover {
2537
- background: rgba(214, 214, 229, 0.07);
2538
- } .cc-icon-button.icon-button__transparentBg_a5p0t.icon-button__tertiary_a5p0t:active {
2539
- background: rgba(225, 225, 248, 0.09);
2540
- } .cc-icon-button.icon-button__component_a5p0t:disabled.icon-button__primary_a5p0t {
2541
- color: rgba(222, 222, 238, 0.13)
2542
- } .cc-icon-button.icon-button__component_a5p0t:disabled.icon-button__primary_a5p0t.icon-button__loader_a5p0t {
2543
- color: rgba(255, 255, 255, 0.94);
2544
- } .cc-icon-button.icon-button__component_a5p0t:disabled.icon-button__secondary_a5p0t {
2545
- color: rgba(222, 222, 238, 0.13)
2546
- } .cc-icon-button.icon-button__component_a5p0t:disabled.icon-button__secondary_a5p0t.icon-button__loader_a5p0t {
2547
- color: rgba(238, 238, 251, 0.55);
2548
- } .cc-icon-button.icon-button__component_a5p0t:disabled.icon-button__negative_a5p0t {
2549
- color: rgba(222, 222, 238, 0.13)
2550
- } .cc-icon-button.icon-button__component_a5p0t:disabled.icon-button__negative_a5p0t.icon-button__loader_a5p0t {
2551
- color: #ff4837;
2552
- } .cc-icon-button.icon-button__component_a5p0t:disabled.icon-button__tertiary_a5p0t {
2553
- color: rgba(222, 222, 238, 0.13)
2554
- } .cc-icon-button.icon-button__component_a5p0t:disabled.icon-button__tertiary_a5p0t.icon-button__loader_a5p0t {
2555
- color: rgba(228, 228, 251, 0.28);
2556
- } .cc-icon-button.icon-button__component_a5p0t:disabled.icon-button__transparentBg_a5p0t {
2557
- background: transparent;
2558
- }
2559
-
2560
- .cc-icon-button.icon-button__primary_6csd6 {
2561
- color: rgba(3, 3, 6, 0.88)
2562
- } .cc-icon-button.icon-button__primary_6csd6:hover {
2563
- color: rgba(2, 2, 10, 0.76);
2564
- } .cc-icon-button.icon-button__primary_6csd6:active {
2565
- color: rgba(1, 1, 12, 0.63);
2566
- } .cc-icon-button.icon-button__secondary_6csd6 {
2567
- color: rgba(4, 4, 21, 0.47)
2568
- } .cc-icon-button.icon-button__secondary_6csd6:hover {
2569
- color: rgba(4, 4, 19, 0.55);
2570
- } .cc-icon-button.icon-button__secondary_6csd6:active {
2571
- color: rgba(1, 1, 12, 0.63);
2572
- } .cc-icon-button.icon-button__transparent_6csd6 {
2573
- color: rgba(9, 12, 37, 0.28)
2574
- } .cc-icon-button.icon-button__transparent_6csd6:hover {
2575
- color: rgba(5, 8, 29, 0.38);
2576
- } .cc-icon-button.icon-button__transparent_6csd6:active {
2577
- color: rgba(4, 4, 21, 0.47);
2578
- } .cc-icon-button.icon-button__negative_6csd6 {
2579
- color: #ff4837
2580
- } .cc-icon-button.icon-button__negative_6csd6:hover {
2581
- color: #ec2d20;
2582
- } .cc-icon-button.icon-button__negative_6csd6:active {
2583
- color: #c7241f;
2584
- } .cc-icon-button.icon-button__tertiary_6csd6 {
2585
- color: rgba(9, 12, 37, 0.28)
2586
- } .cc-icon-button.icon-button__tertiary_6csd6:hover {
2587
- color: rgba(5, 8, 29, 0.38);
2588
- } .cc-icon-button.icon-button__tertiary_6csd6:active {
2589
- color: rgba(4, 4, 21, 0.47);
2590
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__primary_6csd6 {
2591
- color: rgba(3, 3, 6, 0.88)
2592
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__primary_6csd6:hover {
2593
- background: rgba(38, 55, 88, 0.06);
2594
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__primary_6csd6:active {
2595
- background: rgba(30, 43, 68, 0.08);
2596
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__secondary_6csd6 {
2597
- color: rgba(4, 4, 19, 0.55)
2598
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__secondary_6csd6:hover {
2599
- background: rgba(38, 55, 88, 0.06);
2600
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__secondary_6csd6:active {
2601
- background: rgba(30, 43, 68, 0.08);
2602
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__negative_6csd6 {
2603
- color: #ec2d20
2604
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__negative_6csd6:hover {
2605
- background: rgba(38, 55, 88, 0.06);
2606
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__negative_6csd6:active {
2607
- background: rgba(30, 43, 68, 0.08);
2608
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__tertiary_6csd6 {
2609
- color: rgba(5, 8, 29, 0.38)
2610
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__tertiary_6csd6:hover {
2611
- background: rgba(38, 55, 88, 0.06);
2612
- } .cc-icon-button.icon-button__transparentBg_6csd6.icon-button__tertiary_6csd6:active {
2613
- background: rgba(30, 43, 68, 0.08);
2614
- } .cc-icon-button.icon-button__component_6csd6:disabled.icon-button__primary_6csd6 {
2615
- color: rgba(15, 25, 55, 0.1)
2616
- } .cc-icon-button.icon-button__component_6csd6:disabled.icon-button__primary_6csd6.icon-button__loader_6csd6 {
2617
- color: rgba(3, 3, 6, 0.88);
2618
- } .cc-icon-button.icon-button__component_6csd6:disabled.icon-button__secondary_6csd6 {
2619
- color: rgba(15, 25, 55, 0.1)
2620
- } .cc-icon-button.icon-button__component_6csd6:disabled.icon-button__secondary_6csd6.icon-button__loader_6csd6 {
2621
- color: rgba(4, 4, 21, 0.47);
2622
- } .cc-icon-button.icon-button__component_6csd6:disabled.icon-button__negative_6csd6 {
2623
- color: rgba(15, 25, 55, 0.1)
2624
- } .cc-icon-button.icon-button__component_6csd6:disabled.icon-button__negative_6csd6.icon-button__loader_6csd6 {
2625
- color: #ff4837;
2626
- } .cc-icon-button.icon-button__component_6csd6:disabled.icon-button__tertiary_6csd6 {
2627
- color: rgba(15, 25, 55, 0.1)
2628
- } .cc-icon-button.icon-button__component_6csd6:disabled.icon-button__tertiary_6csd6.icon-button__loader_6csd6 {
2629
- color: rgba(9, 12, 37, 0.28);
2630
- } .cc-icon-button.icon-button__component_6csd6:disabled.icon-button__transparentBg_6csd6 {
2631
- background: transparent;
2632
- }
2633
- .confirmation__component_4ryr2 {
2634
- color: rgba(238, 238, 251, 0.55);
2635
- }
2636
- .confirmation__circle_1pmu1 {
2637
- fill: transparent;
2638
- stroke: #4a4a51;
2639
- }
2640
-
2641
- .confirmation__typographyTheme_1el1y.confirmation__typographyTheme_1el1y {
2642
- color: rgba(238, 238, 251, 0.55);
2643
- } .confirmation__typographyThemeMobile_1el1y.confirmation__typographyThemeMobile_1el1y {
2644
- color: rgba(238, 238, 251, 0.55);
2645
- }
2646
- .confirmation__typographyTheme_1kd5j.confirmation__typographyTheme_1kd5j {
2647
- color: rgba(238, 238, 251, 0.55);
2648
- } .confirmation__typographyThemeMobile_1kd5j.confirmation__typographyThemeMobile_1kd5j {
2649
- color: rgba(238, 238, 251, 0.55);
2650
- }
2651
- .confirmation__phone_1kd98.confirmation__phone_1kd98 {
2652
- color: rgba(255, 255, 255, 0.94);
2653
- } .confirmation__typographyTheme_1kd98.confirmation__typographyTheme_1kd98 {
2654
- color: rgba(238, 238, 251, 0.55);
2655
- } .confirmation__typographyThemeMobile_1kd98.confirmation__typographyThemeMobile_1kd98 {
2656
- color: rgba(238, 238, 251, 0.55);
2657
- } .confirmation__countdownContainer_1kd98.confirmation__countdownContainer_1kd98 {
2658
- color: rgba(238, 238, 251, 0.55);
2659
- } .confirmation__timeCounter_1kd98 {
2660
- color: rgba(238, 238, 251, 0.55);
2661
- }
2662
- .confirmation__typographyTheme_mcfa1.confirmation__typographyTheme_mcfa1 {
2663
- color: rgba(238, 238, 251, 0.55);
2664
- } .confirmation__typographyThemeMobile_mcfa1.confirmation__typographyThemeMobile_mcfa1 {
2665
- color: rgba(238, 238, 251, 0.55);
2666
- } .confirmation__timeCounter_mcfa1 {
2667
- color: rgba(238, 238, 251, 0.55);
2668
- }
2669
- .confirmation__typographyTheme_1u18w.confirmation__typographyTheme_1u18w {
2670
- color: rgba(238, 238, 251, 0.55);
2671
- } .confirmation__typographyThemeMobile_1u18w.confirmation__typographyThemeMobile_1u18w {
2672
- color: rgba(238, 238, 251, 0.55);
2673
- }.input__input_1dbno {
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_1dbno:-webkit-autofill {
2678
- -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
2679
- } .input__input_1dbno::placeholder {
2680
- color: rgba(238, 238, 251, 0.55);
2681
- } .input__hasInnerLabel_1dbno::placeholder {
2682
- color: rgba(233, 233, 250, 0.37);
2683
- } .input__input_1dbno:read-only:not(.input__disableUserInput_1dbno) {
2684
- color: rgba(233, 233, 250, 0.37)
2685
- } .input__input_1dbno:read-only:not(.input__disableUserInput_1dbno):focus::placeholder {
2686
- color: rgba(238, 238, 251, 0.55);
2687
- } .input__input_1dbno:disabled {
2688
- color: rgba(233, 233, 250, 0.37);
2689
- -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
2690
- } .input__input_1dbno:focus::placeholder {
2691
- color: rgba(233, 233, 250, 0.37);
2692
- } .input__error_1dbno {
2693
- color: rgba(255, 255, 255, 0.94);
2694
- caret-color: rgba(255, 255, 255, 0.94);
2695
- }
2696
- .input__focusVisible_cfru7 {
2697
- outline: 2px solid #3193fc;
2698
- } @keyframes input__onautofillstart_cfru7 {
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_cfru7 {
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_1e9ci {
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_1e9ci:-webkit-autofill {
2718
- -webkit-text-fill-color: rgba(3, 3, 6, 0.88);
2719
- } .input__input_1e9ci::placeholder {
2720
- color: rgba(4, 4, 19, 0.55);
2721
- } .input__hasInnerLabel_1e9ci::placeholder {
2722
- color: rgba(5, 8, 29, 0.38);
2723
- } .input__input_1e9ci:read-only:not(.input__disableUserInput_1e9ci) {
2724
- color: rgba(5, 8, 29, 0.38)
2725
- } .input__input_1e9ci:read-only:not(.input__disableUserInput_1e9ci):focus::placeholder {
2726
- color: rgba(4, 4, 19, 0.55);
2727
- } .input__input_1e9ci:disabled {
2728
- color: rgba(5, 8, 29, 0.38);
2729
- -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
2730
- } .input__input_1e9ci:focus::placeholder {
2731
- color: rgba(5, 8, 29, 0.38);
2732
- } .input__error_1e9ci {
2733
- color: rgba(3, 3, 6, 0.88);
2734
- caret-color: rgba(3, 3, 6, 0.88);
2735
- }
2736
- .input__clearIcon_1gf8g {
2737
- color: rgba(228, 228, 251, 0.28)
2738
- } .input__clearIcon_1gf8g:hover {
2739
- color: rgba(233, 233, 250, 0.37);
2740
- } .input__clearIcon_1gf8g:active {
2741
- color: rgba(238, 238, 254, 0.46);
2742
- }
2743
-
2744
- .input__clearIcon_j8mqd {
2745
- color: rgba(9, 12, 37, 0.28)
2746
- } .input__clearIcon_j8mqd:hover {
2747
- color: rgba(5, 8, 29, 0.38);
2748
- } .input__clearIcon_j8mqd:active {
2749
- color: rgba(4, 4, 21, 0.47);
2750
- }.navigation-bar__border_1lspr {
2751
- box-shadow: 0 1px 0 0 #29292c;
2752
- } .navigation-bar__content_1lspr {
2753
- color: rgba(255, 255, 255, 0.94)
2754
- } .navigation-bar__subtitle_1lspr {
2755
- color: rgba(238, 238, 251, 0.55);
2756
- }
2757
- .navigation-bar__iconWrapper_1g89a {
2758
- background: rgba(214, 214, 229, 0.07)
2759
- } .navigation-bar__iconWrapper_1g89a.navigation-bar__back_1g89a {
2760
- background: transparent;
2761
- } .navigation-bar__floating_1g89a path {
2762
- fill: rgba(238, 238, 251, 0.55);
2763
- } .navigation-bar__floating_1g89a:hover path {
2764
- fill: rgba(239, 240, 252, 0.65);
2765
- } .navigation-bar__floating_1g89a:active path {
2766
- fill: rgba(243, 245, 254, 0.75);
2767
- }
2768
- .pass-code-v1__message_j0um3 {
2769
- color: rgba(255, 255, 255, 0.94);
2770
- } .pass-code-v1__error_j0um3 {
2771
- color: #ff4837;
2772
- }
2773
- .pass-code-v1__dot_1nna4 {
2774
- background: rgba(222, 222, 238, 0.13)
2775
- } .pass-code-v1__dot_1nna4.pass-code-v1__error_1nna4 {
2776
- background: #ff4837;
2777
- } .pass-code-v1__filled_1nna4 {
2778
- background: rgba(255, 255, 255, 0.94);
2779
- }
2780
- @keyframes pass-code-v1__shake_yom5z {
2781
- }
2782
-
2783
- .pass-code-v1__secondary_fwctd.pass-code-v1__secondary_fwctd {
2784
- color: rgba(255, 255, 255, 0.94);
2785
- background: rgba(225, 225, 248, 0.09)
2786
- } .pass-code-v1__secondary_fwctd.pass-code-v1__secondary_fwctd:hover {
2787
- color: rgba(255, 255, 255, 0.94);
2788
- } .pass-code-v1__secondary_fwctd.pass-code-v1__secondary_fwctd:active {
2789
- background: rgba(234, 234, 248, 0.15);
2790
- } .pass-code-v1__ghost_fwctd.pass-code-v1__ghost_fwctd {
2791
- color: rgba(255, 255, 255, 0.94)
2792
- } .pass-code-v1__ghost_fwctd.pass-code-v1__ghost_fwctd:hover {
2793
- color: rgba(255, 255, 255, 0.94);
2794
- } .pass-code-v1__ghost_fwctd.pass-code-v1__ghost_fwctd:active {
2795
- background: rgba(234, 234, 248, 0.15);
2796
- }
2797
-
2798
-
2799
- .pass-code__dot_13a67 {
2800
- background: rgba(222, 222, 238, 0.13)
2801
- } .pass-code__dot_13a67.pass-code__filled_13a67 {
2802
- background: rgba(255, 255, 255, 0.94);
2803
- } .pass-code__dot_13a67.pass-code__animatedFill_13a67 {
2804
- background: rgba(255, 255, 255, 0.94);
2805
- } .pass-code__dot_13a67.pass-code__error_13a67 {
2806
- background: #ff4837;
2807
- } .pass-code__dot_13a67.pass-code__success_13a67 {
2808
- background: #17d055;
2809
- } .pass-code__dot_13a67.pass-code__rawSuccess_13a67 {
2810
- background: #17d055;
2811
- }
2812
- @keyframes pass-code__shake_v1qoz {
2813
- }
2814
-
2815
- .pass-code__secondary_8jnav.pass-code__secondary_8jnav,
2816
- .pass-code__button_8jnav.pass-code__button_8jnav {
2817
- color: rgba(255, 255, 255, 0.94);
2818
- background-color: rgba(255, 255, 255, 0)
2819
- } .pass-code__secondary_8jnav.pass-code__secondary_8jnav:active, .pass-code__button_8jnav.pass-code__button_8jnav:active {
2820
- background-color: rgba(225, 225, 248, 0.09);
2821
- } .pass-code__secondary_8jnav.pass-code__secondary_8jnav:not(.pass-code__isIOS_8jnav):hover, .pass-code__button_8jnav.pass-code__button_8jnav:not(.pass-code__isIOS_8jnav):hover {
2822
- background-color: rgba(214, 214, 229, 0.07);
2823
- } .pass-code__secondary_8jnav.pass-code__secondary_8jnav:not(.pass-code__isIOS_8jnav):active, .pass-code__button_8jnav.pass-code__button_8jnav:not(.pass-code__isIOS_8jnav):active {
2824
- background-color: rgba(225, 225, 248, 0.09);
2825
- }
2826
- @media screen and (min-width: 360px) {
2827
- } @media screen and (min-width: 390px) {
2828
- }
2829
- .pattern-lock-v1__message_6zys6 {
2830
- color: rgba(255, 255, 255, 0.94);
2831
- } .pattern-lock-v1__error_6zys6 {
2832
- color: #ff4837;
2833
- }.product-cover__component_1k0yu {
2834
- background-color: #4a4a51
2835
- }
2836
-
2837
- .product-cover__cardMack_w8n45 {
2838
- background-color: rgba(3, 3, 6, 0.88);
2839
- }
2840
- .product-cover__default_1kngd {
2841
- background: rgba(238, 238, 251, 0.55);
2842
- } .product-cover__inverted_1kngd {
2843
- background: rgba(4, 4, 21, 0.47);
2844
- }
2845
- .product-cover__buttonEye_1ifmc.product-cover__buttonEye_1ifmc {
2846
- color: #fff
2847
- } .product-cover__buttonEye_1ifmc.product-cover__buttonEye_1ifmc:hover {
2848
- color: #fff;
2849
- } .product-cover__buttonEye_1ifmc.product-cover__buttonEye_1ifmc:active {
2850
- color: #fff;
2851
- }.file-upload-item-v1__component_1vbth {
2852
- color: rgba(238, 238, 251, 0.55);
2853
- box-shadow: 0 -1px 0 0 #29292c inset
2854
- } .file-upload-item-v1__icon_1vbth {
2855
- color: rgba(255, 255, 255, 0.94);
2856
- } .file-upload-item-v1__errorIcon_1vbth {
2857
- color: #ff4837;
2858
- } .file-upload-item-v1__successIcon_1vbth {
2859
- color: #17d055;
2860
- } .file-upload-item-v1__name_1vbth {
2861
- color: rgba(255, 255, 255, 0.94)
2862
- } .file-upload-item-v1__errorWrapper_1vbth {
2863
- color: #ff4837;
2864
- }.pure-cell__focused_m3jlj {
2865
- outline: 2px solid #3193fc;
2866
- }
2867
- .pure-cell__button_14y3n {
2868
- -webkit-tap-highlight-color: transparent;
2869
- background-color: transparent
2870
- }
2871
- .pure-cell__hidden_1wy4e {
2872
- background: rgba(231, 231, 248, 0.18);
2873
- }
2874
- .pure-cell__hidden_1o20z {
2875
- background: rgba(231, 231, 248, 0.18);
2876
- }
2877
- .pure-cell__categoryPercent_1vqmq {
2878
- background-color: #1c1c1e;
2879
- }
2880
-
2881
-
2882
-
2883
- .pure-cell__button_vum3h {
2884
- -webkit-tap-highlight-color: transparent;
2885
- background-color: transparent
2886
- }
2887
- .pure-cell__component_1dqku.pure-cell__button_1dqku {
2888
- -webkit-tap-highlight-color: transparent;
2889
- background-color: transparent
2890
- }
2891
-
2892
- .file-upload-item__deleteIconColor_18vuc {
2893
- fill: rgba(233, 233, 250, 0.37)
2894
- } .file-upload-item__deleteIconColor_18vuc:hover {
2895
- fill: rgba(238, 238, 254, 0.46);
2896
- } .file-upload-item__downloadIconColor_18vuc {
2897
- fill: rgba(233, 233, 250, 0.37)
2898
- } .file-upload-item__downloadIconColor_18vuc:hover {
2899
- fill: rgba(238, 238, 254, 0.46);
2900
- } .file-upload-item__restoreIconColor_18vuc {
2901
- fill: rgba(233, 233, 250, 0.37)
2902
- } .file-upload-item__restoreIconColor_18vuc:hover {
2903
- fill: rgba(238, 238, 254, 0.46);
2904
- }
2905
- .file-upload-item__container_cjuve .file-upload-item__title_cjuve.file-upload-item__restore_cjuve {
2906
- color: rgba(233, 233, 250, 0.37);
2907
- }
2908
- .file-upload-item__container_1x5uo .file-upload-item__progress_1x5uo {
2909
- -webkit-mask-image: conic-gradient(black 0, transparent 0);
2910
- mask-image: conic-gradient(black 0, transparent 0)
2911
- } .file-upload-item__container_1x5uo .file-upload-item__progress_1x5uo.file-upload-item__success_1x5uo,
2912
- .file-upload-item__container_1x5uo .file-upload-item__progress_1x5uo.file-upload-item__error_1x5uo {
2913
- -webkit-mask-image: conic-gradient(black 360deg, transparent 0);
2914
- mask-image: conic-gradient(black 360deg, transparent 0);
2915
- } .file-upload-item__container_1x5uo .file-upload-item__progressBarTransparent_1x5uo {
2916
- fill: transparent;
2917
- } .file-upload-item__container_1x5uo .file-upload-item__progressBarUploading_1x5uo {
2918
- fill: #4a4a51;
2919
- } .file-upload-item__container_1x5uo .file-upload-item__progressBarSuccess_1x5uo {
2920
- fill: #17d055;
2921
- } .file-upload-item__container_1x5uo .file-upload-item__progressBarError_1x5uo {
2922
- fill: #ff4837;
2923
- }
2924
-
2925
-
2926
- .file-upload-item__iconPDFColored_1jurs {
2927
- fill: #fe5e48;
2928
- } .file-upload-item__iconDOCColored_1jurs {
2929
- fill: #3193fc;
2930
- } .file-upload-item__iconExcelColored_1jurs {
2931
- fill: #0cc44d;
2932
- } .file-upload-item__icon1CColored_1jurs {
2933
- fill: #fa9313;
2934
- } .file-upload-item__iconDocumentColored_1jurs {
2935
- fill: rgba(255, 255, 255, 0.94);
2936
- }.navigation-bar-private__content_4jkud {
2937
- color: rgba(255, 255, 255, 0.94)
2938
- } .navigation-bar-private__subtitle_4jkud {
2939
- color: rgba(238, 238, 251, 0.55);
2940
- }
2941
- .navigation-bar-private__button_1i35c {
2942
- background: rgba(255, 255, 255, 0.04);
2943
- color: rgba(255, 255, 255, 0.94)
2944
- }
2945
- .navigation-bar-private__button_1i35c.navigation-bar-private__mobile_1i35c {
2946
- background: rgba(214, 214, 229, 0.07);
2947
- color: rgba(238, 238, 251, 0.55);
2948
- }
2949
-
2950
- .navigation-bar-private__button_vi373 {
2951
- background: rgba(0, 0, 0, 0.04);
2952
- color: rgba(3, 3, 6, 0.88)
2953
- }
2954
- .navigation-bar-private__button_vi373.navigation-bar-private__mobile_vi373 {
2955
- background: rgba(38, 55, 88, 0.06);
2956
- color: rgba(4, 4, 21, 0.47);
2957
- }
2958
- .navigation-bar-private__component_338e8 {
2959
- background: rgba(255, 255, 255, 0.04)
2960
- } .navigation-bar-private__component_338e8 svg > path {
2961
- fill: rgba(255, 255, 255, 0.94);
2962
- } .navigation-bar-private__component_338e8:hover svg > path {
2963
- fill: rgba(255, 255, 255, 0.7);
2964
- } .navigation-bar-private__component_338e8:active svg > path {
2965
- fill: rgba(255, 255, 255, 0.6);
2966
- } .navigation-bar-private__mobileWrapper_338e8 {
2967
- background: rgba(214, 214, 229, 0.07)
2968
- } .navigation-bar-private__mobileWrapper_338e8 svg > path {
2969
- fill: rgba(238, 238, 251, 0.55);
2970
- }
2971
-
2972
- .plate__component_7ys6k {
2973
- color: rgba(255, 255, 255, 0.94)
2974
- } .plate__focused_7ys6k {
2975
- outline: 2px solid #3193fc;
2976
- } .plate__shadow_7ys6k: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_7ys6k {
2980
- background-color: rgba(225, 225, 248, 0.09);
2981
- border: 1px solid rgba(238, 238, 251, 0.55)
2982
- } .plate__common_7ys6k:before {
2983
- background-color: rgba(238, 238, 251, 0.55);
2984
- } .plate__negative_7ys6k {
2985
- background-color: #392523;
2986
- border: 1px solid #ff4837
2987
- } .plate__negative_7ys6k:before {
2988
- background-color: #ff4837;
2989
- } .plate__positive_7ys6k {
2990
- background-color: #232d25;
2991
- border: 1px solid #17d055
2992
- } .plate__positive_7ys6k:before {
2993
- background-color: #17d055;
2994
- } .plate__attention_7ys6k {
2995
- background-color: #36291f;
2996
- border: 1px solid #fda136
2997
- } .plate__attention_7ys6k:before {
2998
- background-color: #fda136;
2999
- } .plate__custom_7ys6k {
3000
- background: transparent;
3001
- border: 1px solid rgba(238, 238, 251, 0.55)
3002
- } .plate__custom_7ys6k:before {
3003
- background-color: rgba(238, 238, 251, 0.55);
3004
- }
3005
-
3006
- .toast-plate__component_de7e9 {
3007
- color: rgba(3, 3, 6, 0.88);
3008
- background-color: #fff;
3009
- } .toast-plate__closeButtonWrapper_de7e9:before {
3010
- background-color: #e7e8eb;
3011
- }
3012
-
3013
- .toast-plate__component_kbf2b {
3014
- color: rgba(255, 255, 255, 0.94);
3015
- background-color: #1c1c1e;
3016
- } .toast-plate__closeButtonWrapper_kbf2b:before {
3017
- background-color: #29292c;
3018
- }.number-input__steppers_mzjpb {
3019
- background-color: rgba(214, 214, 229, 0.07);
3020
- } .number-input__steppersFocused_mzjpb,
3021
- .number-input__steppersDisabled_mzjpb {
3022
- background-color: rgba(225, 225, 248, 0.09);
3023
- }
3024
-
3025
- .number-input__steppers_3ttkd {
3026
- background-color: #fff;
3027
- } .number-input__steppersFocused_3ttkd,
3028
- .number-input__steppersDisabled_3ttkd {
3029
- background-color: rgba(15, 25, 55, 0.1);
3030
- }
3031
- .number-input__separator_14cnr {
3032
- background-color: rgba(222, 222, 238, 0.13);
3033
- }
3034
-
3035
- .number-input__separator_7e219 {
3036
- background-color: rgba(15, 25, 55, 0.1);
3037
- }.slider-input__slider_3nq7g .noUi-base:hover > .noUi-connects {
3038
- background-color: #898991;
3039
- } .slider-input__slider_3nq7g .noUi-connects {
3040
- background-color: #898991;
3041
- } .slider-input__steps_3nq7g {
3042
- color: rgba(238, 238, 251, 0.55);
3043
- } .slider-input__info_3nq7g {
3044
- color: rgba(238, 238, 251, 0.55);
3045
- }.with-suffix__hasSuffix_ls8iz input:focus::placeholder {
3046
- color: transparent;
3047
- } .with-suffix__disabled_ls8iz {
3048
- color: rgba(233, 233, 250, 0.37)
3049
- } .with-suffix__disabled_ls8iz.with-suffix__inverted_ls8iz {
3050
- color: rgba(5, 8, 29, 0.38);
3051
- } .with-suffix__readOnly_ls8iz {
3052
- color: rgba(233, 233, 250, 0.37)
3053
- } .with-suffix__readOnly_ls8iz.with-suffix__inverted_ls8iz {
3054
- color: rgba(5, 8, 29, 0.38);
3055
- }.bottom-sheet__modal_1im62.bottom-sheet__modal_1im62 {
3056
- background-color: transparent;
3057
- } .bottom-sheet__component_1im62 {
3058
- background-color: #1c1c1e;
3059
- } .bottom-sheet__defaultMarker_1im62 {
3060
- background-color: rgba(222, 222, 238, 0.13);
3061
- } .bottom-sheet__content_1im62 {
3062
- color: rgba(255, 255, 255, 0.94);
3063
- } .bottom-sheet__background-accent_1im62 {
3064
- background-color: #ef3124;
3065
- } .bottom-sheet__background-info_1im62 {
3066
- background-color: #001c3c;
3067
- } .bottom-sheet__background-attention-muted_1im62 {
3068
- background-color: #36291f;
3069
- } .bottom-sheet__background-positive-muted_1im62 {
3070
- background-color: #232d25;
3071
- } .bottom-sheet__background-negative-muted_1im62 {
3072
- background-color: #392523;
3073
- } .bottom-sheet__background-primary_1im62 {
3074
- background-color: #121213;
3075
- } .bottom-sheet__background-primary-inverted_1im62 {
3076
- background-color: #fff;
3077
- } .bottom-sheet__background-secondary_1im62 {
3078
- background-color: #1c1c1e;
3079
- } .bottom-sheet__background-secondary-inverted_1im62 {
3080
- background-color: #f2f3f5;
3081
- } .bottom-sheet__background-tertiary_1im62 {
3082
- background-color: #27272a;
3083
- } .bottom-sheet__background-tertiary-inverted_1im62 {
3084
- background-color: #e7e8ea;
3085
- } .bottom-sheet__background-quaternary_1im62 {
3086
- background-color: #36363a;
3087
- } .bottom-sheet__background-quaternary-inverted_1im62 {
3088
- background-color: #dcdee2;
3089
- } .bottom-sheet__background-specialbg-component_1im62 {
3090
- background-color: rgba(255, 255, 255, 0.1);
3091
- } .bottom-sheet__background-specialbg-component-inverted_1im62 {
3092
- background-color: rgba(11, 31, 53, 0.07);
3093
- } .bottom-sheet__background-specialbg-primary-grouped_1im62 {
3094
- background-color: #1c1c1e;
3095
- } .bottom-sheet__background-specialbg-secondary-grouped_1im62 {
3096
- background-color: #27272a;
3097
- } .bottom-sheet__background-specialbg-tertiary-grouped_1im62 {
3098
- background-color: #36363a;
3099
- } .bottom-sheet__background-specialbg-secondary-transparent_1im62 {
3100
- background-color: rgba(214, 214, 229, 0.07);
3101
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1im62 {
3102
- background-color: rgba(38, 55, 88, 0.06);
3103
- } .bottom-sheet__background-specialbg-tertiary-transparent_1im62 {
3104
- background-color: rgba(222, 222, 240, 0.12);
3105
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1im62 {
3106
- background-color: rgba(30, 43, 68, 0.08);
3107
- }
3108
- .bottom-sheet__footer_wzr5m {
3109
- background-color: #1c1c1e;
3110
- } .bottom-sheet__highlighted_wzr5m {
3111
- border-top: 1px solid #353539;
3112
- background-color: #1c1c1e;
3113
- } .bottom-sheet__background-accent_wzr5m {
3114
- background-color: #ef3124;
3115
- } .bottom-sheet__background-info_wzr5m {
3116
- background-color: #001c3c;
3117
- } .bottom-sheet__background-attention-muted_wzr5m {
3118
- background-color: #36291f;
3119
- } .bottom-sheet__background-positive-muted_wzr5m {
3120
- background-color: #232d25;
3121
- } .bottom-sheet__background-negative-muted_wzr5m {
3122
- background-color: #392523;
3123
- } .bottom-sheet__background-primary_wzr5m {
3124
- background-color: #121213;
3125
- } .bottom-sheet__background-primary-inverted_wzr5m {
3126
- background-color: #fff;
3127
- } .bottom-sheet__background-secondary_wzr5m {
3128
- background-color: #1c1c1e;
3129
- } .bottom-sheet__background-secondary-inverted_wzr5m {
3130
- background-color: #f2f3f5;
3131
- } .bottom-sheet__background-tertiary_wzr5m {
3132
- background-color: #27272a;
3133
- } .bottom-sheet__background-tertiary-inverted_wzr5m {
3134
- background-color: #e7e8ea;
3135
- } .bottom-sheet__background-quaternary_wzr5m {
3136
- background-color: #36363a;
3137
- } .bottom-sheet__background-quaternary-inverted_wzr5m {
3138
- background-color: #dcdee2;
3139
- } .bottom-sheet__background-specialbg-component_wzr5m {
3140
- background-color: rgba(255, 255, 255, 0.1);
3141
- } .bottom-sheet__background-specialbg-component-inverted_wzr5m {
3142
- background-color: rgba(11, 31, 53, 0.07);
3143
- } .bottom-sheet__background-specialbg-primary-grouped_wzr5m {
3144
- background-color: #1c1c1e;
3145
- } .bottom-sheet__background-specialbg-secondary-grouped_wzr5m {
3146
- background-color: #27272a;
3147
- } .bottom-sheet__background-specialbg-tertiary-grouped_wzr5m {
3148
- background-color: #36363a;
3149
- } .bottom-sheet__background-specialbg-secondary-transparent_wzr5m {
3150
- background-color: rgba(214, 214, 229, 0.07);
3151
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_wzr5m {
3152
- background-color: rgba(38, 55, 88, 0.06);
3153
- } .bottom-sheet__background-specialbg-tertiary-transparent_wzr5m {
3154
- background-color: rgba(222, 222, 240, 0.12);
3155
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_wzr5m {
3156
- background-color: rgba(30, 43, 68, 0.08);
3157
- }
3158
- .bottom-sheet__highlighted_pwmeg {
3159
- border-bottom: 1px solid #353539;
3160
- }
3161
- .popup-sheet__appear_1h185,
3162
- .popup-sheet__enter_1h185 {
3163
- background-color: transparent;
3164
- } .popup-sheet__appearActive_1h185,
3165
- .popup-sheet__enterActive_1h185,
3166
- .popup-sheet__appearDone_1h185,
3167
- .popup-sheet__enterDone_1h185 {
3168
- background-color: rgba(0, 0, 0, 0.7);
3169
- } .popup-sheet__exit_1h185 {
3170
- background-color: rgba(0, 0, 0, 0.7);
3171
- } .popup-sheet__exitActive_1h185,
3172
- .popup-sheet__exitDone_1h185 {
3173
- background-color: transparent;
3174
- }
3175
-
3176
-
3177
-
3178
-
3179
-
3180
-
3181
-
3182
- .modal__sticky_12l0e {
3183
- background: #1c1c1e;
3184
- } .modal__highlighted_12l0e {
3185
- background: #1c1c1e;
3186
- box-shadow: 0 -1px 0 0 #29292c;
3187
- }
3188
-
3189
-
3190
-
3191
- .modal__highlighted_1a10a {
3192
- background: #1c1c1e;
3193
- box-shadow: 0 1px 0 0 #29292c;
3194
- } .modal__sticky_1a10a.modal__hasContent_1a10a {
3195
- background: #1c1c1e;
3196
- }
3197
-
3198
-
3199
-
3200
-
3201
-
3202
-
3203
-
3204
-
3205
-
3206
- .side-panel__sticky_3rfrl {
3207
- background: #1c1c1e;
3208
- } .side-panel__highlighted_3rfrl {
3209
- background: #1c1c1e;
3210
- box-shadow: 0 -1px 0 0 #29292c;
3211
- }
3212
-
3213
-
3214
-
3215
- .side-panel__highlighted_gouq3 {
3216
- background: #1c1c1e;
3217
- box-shadow: 0 1px 0 0 #29292c;
3218
- } .side-panel__sticky_gouq3.side-panel__hasContent_gouq3 {
3219
- background: #1c1c1e;
3220
- }
3221
- .toast__toastPlate_cxj1m {
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_cxj1m {
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_l84i6 {
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_l84i6 {
3234
- color: rgba(238, 238, 251, 0.55)
3235
- } .bank-card__focused_l84i6 .bank-card__label_l84i6,
3236
- .bank-card__filled_l84i6 .bank-card__label_l84i6 {
3237
- color: rgba(255, 255, 255, 0.94)
3238
- } .bank-card__input_l84i6 {
3239
- color: rgba(255, 255, 255, 0.94);
3240
- caret-color: rgba(255, 255, 255, 0.94)
3241
- } .bank-card__bankLogo_l84i6 svg g {
3242
- fill: rgba(255, 255, 255, 0.94);
3243
- } .bank-card__brandLogo_l84i6 svg {
3244
- fill: rgba(255, 255, 255, 0.94);
3245
- } .bank-card__usePhoto_l84i6 {
3246
- background-color: transparent
3247
- } .bank-card__usePhoto_l84i6 svg {
3248
- fill: rgba(255, 255, 255, 0.94);
3249
- }
3250
-
3251
-
3252
-
3253
-
3254
-
3255
-
3256
- .universal-modal__sticky_4jkcg {
3257
- background: #1c1c1e;
3258
- } .universal-modal__highlighted_4jkcg {
3259
- background: #1c1c1e;
3260
- box-shadow: 0 -1px 0 0 #29292c;
3261
- }
3262
-
3263
-
3264
- .universal-modal__highlighted_1tq7b {
3265
- background: #1c1c1e;
3266
- box-shadow: 0 1px 0 0 #29292c;
3267
- } .universal-modal__sticky_1tq7b.universal-modal__hasContent_1tq7b {
3268
- background: #1c1c1e;
3269
- }
3270
-
3271
-
3272
-
3273
- @keyframes universal-modal__step_1_97f43 {
3274
- } @keyframes universal-modal__step_2_97f43 {
3275
- 100% {
3276
- background-color: transparent;
3277
- }
3278
- } .universal-modal__appear_97f43,
3279
- .universal-modal__enter_97f43 {
3280
- background-color: transparent;
3281
- } .universal-modal__appearActive_97f43,
3282
- .universal-modal__enterActive_97f43,
3283
- .universal-modal__appearDone_97f43,
3284
- .universal-modal__enterDone_97f43 {
3285
- background-color: rgba(0, 0, 0, 0.7);
3286
- } .universal-modal__exit_97f43 {
3287
- background-color: rgba(0, 0, 0, 0.7);
3288
- } .universal-modal__exitDone_97f43 {
3289
- background-color: transparent;
3290
- }
3291
-
3292
-
3293
-
3294
- .universal-modal__button_1itsg.universal-modal__button_1itsg {
3295
- background-color: rgba(18, 18, 19, 0.4);
3296
- }
3297
- .universal-modal__button_4gwz4.universal-modal__button_4gwz4 {
3298
- background-color: rgba(255, 255, 255, 0.04);
3299
- }
3300
- .universal-modal__component_3v4tz.universal-modal__overlayHidden_3v4tz {
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_129nm.universal-modal__overlayHidden_129nm {
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_1vqx5 {
3309
- fill: rgba(238, 238, 251, 0.55);
3310
- }
3311
- .universal-modal__icon_db94t {
3312
- fill: rgba(238, 238, 251, 0.55);
3313
- }
3314
-
3315
-
3316
- .amount-input__minorPartAndCurrency_oq2la {
3317
- color: rgba(238, 238, 251, 0.55)
3318
- } .amount-input__minorPartAndCurrency_oq2la.amount-input__disabled_oq2la,
3319
- .amount-input__minorPartAndCurrency_oq2la.amount-input__readOnly_oq2la {
3320
- color: rgba(233, 233, 250, 0.37);
3321
- }
3322
- .amount-input__filled_xvog1 .amount-input__input_xvog1,
3323
- .amount-input__input_xvog1:focus {
3324
- -webkit-text-fill-color: transparent;
3325
- }
3326
- .amount-input__minorPartAndCurrency_17dp4 {
3327
- color: rgba(4, 4, 19, 0.55)
3328
- } .amount-input__minorPartAndCurrency_17dp4.amount-input__disabled_17dp4,
3329
- .amount-input__minorPartAndCurrency_17dp4.amount-input__readOnly_17dp4 {
3330
- color: rgba(5, 8, 29, 0.38);
3331
- }@media (min-width: 600px) {
3332
- }.tooltip__hint_1ed5x {
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_1ed5x .tooltip__arrow_1ed5x:after {
3338
- background-color: #fff;
3339
- border-color: #fff;
3340
- } .tooltip__tooltip_1ed5x {
3341
- border: 1px solid #29292c;
3342
- background-color: #1c1c1e
3343
- } .tooltip__tooltip_1ed5x .tooltip__arrow_1ed5x:after {
3344
- border-color: #29292c;
3345
- background-color: #1c1c1e;
3346
- }
3347
-
3348
- .tooltip__tooltip_1lyxe {
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_1lyxe .tooltip__arrow_1lyxe:after {
3354
- background-color: #fff;
3355
- } .tooltip__hint_1lyxe {
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_1lyxe .tooltip__arrow_1lyxe:after {
3361
- background-color: #1c1c1e;
3362
- }
3363
-
3364
- .calendar__container_6ji0f.calendar__customScrollbar_6ji0f::-webkit-scrollbar-track {
3365
- background-color: transparent;
3366
- } .calendar__container_6ji0f.calendar__customScrollbar_6ji0f::-webkit-scrollbar-track-piece {
3367
- background-color: transparent;
3368
- } .calendar__container_6ji0f.calendar__customScrollbar_6ji0f::-webkit-scrollbar-thumb {
3369
- background-color: rgba(228, 228, 251, 0.28);
3370
- border-color: transparent;
3371
- } .calendar__container_6ji0f.calendar__customScrollbar_6ji0f::-webkit-scrollbar-thumb:active {
3372
- background-color: rgba(238, 238, 251, 0.55);
3373
- }
3374
- .calendar__appear_d90mg,
3375
- .calendar__enter_d90mg {
3376
- background-color: transparent;
3377
- } .calendar__appearActive_d90mg,
3378
- .calendar__enterActive_d90mg,
3379
- .calendar__appearDone_d90mg,
3380
- .calendar__enterDone_d90mg {
3381
- background-color: rgba(222, 222, 238, 0.13);
3382
- } .calendar__exit_d90mg {
3383
- background-color: rgba(222, 222, 238, 0.13);
3384
- } .calendar__exitActive_d90mg,
3385
- .calendar__exitDone_d90mg {
3386
- background-color: transparent;
3387
- }
3388
- .calendar__calendar_1jb31 th {
3389
- border-bottom: 1px solid #29292c;
3390
- } .calendar__dayNames_1jb31 {
3391
- background: #1c1c1e
3392
- } .calendar__month_1jb31 {
3393
- color: rgba(255, 255, 255, 0.94)
3394
- } .calendar__month_1jb31.calendar__clickableMonth_1jb31 {
3395
- background-color: rgba(214, 214, 229, 0.07)
3396
- } .calendar__month_1jb31.calendar__clickableMonth_1jb31.calendar__active_1jb31 {
3397
- background-color: #f2f3f5
3398
- } .calendar__month_1jb31.calendar__clickableMonth_1jb31.calendar__active_1jb31 .calendar__monthTitle_1jb31 {
3399
- color: rgba(3, 3, 6, 0.88);
3400
- } .calendar__month_1jb31.calendar__clickableMonth_1jb31.calendar__disabled_1jb31 .calendar__monthTitle_1jb31 {
3401
- color: rgba(233, 233, 250, 0.37);
3402
- } .calendar__dayName_1jb31 {
3403
- color: rgba(238, 238, 251, 0.55)
3404
- }
3405
-
3406
- .calendar__dayName_5abbc {
3407
- color: rgba(238, 238, 251, 0.55)
3408
- } .calendar__day_5abbc {
3409
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3410
- color: rgba(255, 255, 255, 0.94)
3411
- } .calendar__day_5abbc.calendar__highlighted_5abbc,
3412
- .calendar__day_5abbc.calendar__range_5abbc.calendar__highlighted_5abbc:not(.calendar__disabled_5abbc) {
3413
- color: rgba(255, 255, 255, 0.94);
3414
- background: rgba(214, 214, 229, 0.07);
3415
- } .calendar__day_5abbc.calendar__holiday_5abbc {
3416
- color: #ff4837;
3417
- } .calendar__day_5abbc.calendar__disabled_5abbc {
3418
- color: rgba(233, 233, 250, 0.37);
3419
- background: transparent;
3420
- } .calendar__day_5abbc.calendar__today_5abbc {
3421
- color: #4a9dfc;
3422
- } .calendar__day_5abbc.calendar__rangeComplete_5abbc {
3423
- background: #293044;
3424
- } .calendar__day_5abbc.calendar__selected_5abbc,
3425
- .calendar__day_5abbc.calendar__disabled_5abbc.calendar__selected_5abbc {
3426
- color: rgba(3, 3, 6, 0.88);
3427
- background: #f2f3f5;
3428
- } @media (hover) {
3429
- .calendar__day_5abbc.calendar__selected_5abbc:hover {
3430
- background: #dcdde1;
3431
- }
3432
- } .calendar__dayWrapper_5abbc {
3433
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
3434
- } .calendar__range_5abbc .calendar__day_5abbc:not(.calendar__selected_5abbc):not(.calendar__disabled_5abbc):not(.calendar__today_5abbc):not(.calendar__holiday_5abbc) {
3435
- color: rgba(255, 255, 255, 0.94);
3436
- } .calendar__range_5abbc:before {
3437
- background: rgba(225, 225, 248, 0.09);
3438
- } .calendar__rangeComplete_5abbc:before {
3439
- background: #293044;
3440
- } .calendar__transitLeft_5abbc: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_5abbc: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_5abbc.calendar__transitLeft_5abbc:after {
3453
- background: linear-gradient(
3454
- 270deg,
3455
- #293044 0%,
3456
- rgba(255, 255, 255, 0) 100%
3457
- );
3458
- } .calendar__rangeComplete_5abbc.calendar__transitRight_5abbc:after {
3459
- background: linear-gradient(
3460
- 270deg,
3461
- rgba(255, 255, 255, 0) 0%,
3462
- #293044 100%
3463
- );
3464
- } .calendar__dot_5abbc {
3465
- background: rgba(255, 255, 255, 0.94);
3466
- } .calendar__selected_5abbc .calendar__dot_5abbc {
3467
- background: rgba(3, 3, 6, 0.88);
3468
- } .calendar__bottomAddon_5abbc.calendar__selected_5abbc,
3469
- .calendar__bottomAddon_5abbc.calendar__selected_5abbc > * {
3470
- color: rgba(3, 3, 6, 0.88);
3471
- }
3472
- .calendar__withShadow_13xpu {
3473
- box-shadow: 0 1px 0 0 #29292c;
3474
- }
3475
-
3476
-
3477
- @media (max-width: 374px) {
3478
- }
3479
- .calendar__empty_1mh5g {
3480
- color: rgba(238, 238, 251, 0.55);
3481
- }
3482
- .cc-calendar .calendar__button_1r2qy.calendar__button_1r2qy {
3483
- background-color: transparent
3484
- } .cc-calendar .calendar__button_1r2qy.calendar__button_1r2qy: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_1r2qy.calendar__button_1r2qy.calendar__filled_1r2qy {
3488
- background-color: rgba(222, 222, 238, 0.13)
3489
- } .cc-calendar .calendar__button_1r2qy.calendar__button_1r2qy.calendar__filled_1r2qy:not(:disabled):hover {
3490
- background-color: rgba(234, 234, 248, 0.15);
3491
- } .cc-calendar .calendar__button_1r2qy.calendar__button_1r2qy.calendar__current_1r2qy {
3492
- color: #4a9dfc;
3493
- } .cc-calendar .calendar__button_1r2qy.calendar__button_1r2qy.calendar__selected_1r2qy,
3494
- .cc-calendar .calendar__button_1r2qy.calendar__button_1r2qy.calendar__selected_1r2qy:disabled {
3495
- background-color: #f2f3f5;
3496
- color: rgba(3, 3, 6, 0.88)
3497
- } .cc-calendar .calendar__button_1r2qy.calendar__button_1r2qy.calendar__selected_1r2qy:not(:disabled):hover, .cc-calendar .calendar__button_1r2qy.calendar__button_1r2qy.calendar__selected_1r2qy: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_tx31t {
3503
- background-color: #262629
3504
- } .gallery__modal_tx31t {
3505
- background: transparent;
3506
- } .gallery__bottomButton_tx31t {
3507
- background-color: rgba(228, 228, 251, 0.28);
3508
- }
3509
- .gallery__component_4hjur {
3510
- background-color: rgba(228, 228, 251, 0.28);
3511
- } .gallery__component_4hjur:hover {
3512
- background-color: rgba(233, 233, 250, 0.37);
3513
- } .gallery__component_4hjur:active {
3514
- background-color: rgba(238, 238, 254, 0.46);
3515
- }
3516
- .gallery__buttons_wuv84 path {
3517
- color: rgba(255, 255, 255, 0.94);
3518
- } .gallery__iconButton_wuv84 path {
3519
- color: #f2f3f5;
3520
- } .gallery__iconButton_wuv84:hover path {
3521
- color: #e7e8eb;
3522
- } .gallery__iconButton_wuv84:active path {
3523
- color: #dcdde1;
3524
- }
3525
-
3526
-
3527
- .gallery__headerMobile_1lrx5.gallery__video_1lrx5 {
3528
- background-color: #262629;
3529
- }
3530
- .gallery__loading_1jdnv {
3531
- background-color: #1c1c1e
3532
- } .gallery__loading_1jdnv .gallery__active_1jdnv {
3533
- background-color: #29292c;
3534
- } .gallery__brokenImageWrapper_1jdnv {
3535
- background-color: #29292c
3536
- } .gallery__focused_1jdnv {
3537
- outline: 2px solid #3193fc;
3538
- }
3539
- .gallery__component_qu8qb {
3540
- background-color: #262629;
3541
- } .gallery__slideLoading_qu8qb {
3542
- background-color: rgba(214, 214, 229, 0.07);
3543
- } .gallery__spinner_qu8qb {
3544
- color: rgba(255, 255, 255, 0.94);
3545
- } .gallery__arrow_qu8qb {
3546
- color: rgba(255, 255, 255, 0.94)
3547
- } .gallery__arrow_qu8qb:hover {
3548
- background-color: #2f2f32;
3549
- } .gallery__arrow_qu8qb:active {
3550
- background-color: #353539;
3551
- } .gallery__focused_qu8qb {
3552
- outline: 2px solid #3193fc;
3553
- } .gallery__placeholder_qu8qb {
3554
- background-color: #29292c;
3555
- } .gallery__fullScreenImage_qu8qb {
3556
- background-color: #121213;
3557
- }
3558
- .gallery__infoWrapper_17eti {
3559
- background-color: #262629
3560
- }
3561
- .gallery__component_ip5uj {
3562
- background-color: #262629
3563
- }
3564
-
3565
- .gallery__icon_u9r9z {
3566
- color: #fff;
3567
- } .gallery__iconShape_u9r9z {
3568
- fill: rgba(4, 4, 21, 0.47);
3569
- }.select__arrow_7cn8t {
3570
- color: rgba(238, 238, 251, 0.55)
3571
- } .select__arrow_7cn8t.select__disabled_7cn8t {
3572
- color: rgba(228, 228, 251, 0.28);
3573
- }
3574
-
3575
- .select__option_1ax47 {
3576
- background: #1c1c1e;
3577
- color: rgba(255, 255, 255, 0.94)
3578
- } .select__option_1ax47:not(.select__disabled_1ax47):active {
3579
- background: rgba(225, 225, 248, 0.09);
3580
- color: rgba(255, 255, 255, 0.94);
3581
- } .select__selected_1ax47 {
3582
- background: #1c1c1e;
3583
- color: rgba(255, 255, 255, 0.94);
3584
- } .select__highlighted_1ax47 {
3585
- background: rgba(214, 214, 229, 0.07);
3586
- color: rgba(255, 255, 255, 0.94);
3587
- } .select__disabled_1ax47 {
3588
- background: #1c1c1e;
3589
- color: rgba(238, 238, 251, 0.55);
3590
- }
3591
- .select__popoverInner_mtfjx {
3592
- background: transparent;
3593
- } .select__optionsListWrapper_mtfjx {
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_mtfjx {
3598
- box-shadow: inset 0 0 0 1px #29292c;
3599
- }
3600
-
3601
- .select__single_urpy0 {
3602
- background: rgba(255, 255, 255, 0.94)
3603
- } .select__colorIcon_urpy0 {
3604
- color: #17d055;
3605
- }
3606
-
3607
- .select__clearIcon_1ls6c {
3608
- color: rgba(228, 228, 251, 0.28)
3609
- } .select__clearIcon_1ls6c:hover {
3610
- color: rgba(233, 233, 250, 0.37);
3611
- } .select__clearIcon_1ls6c:active {
3612
- color: rgba(238, 238, 254, 0.46);
3613
- }
3614
- .select__placeholder_1tgop {
3615
- color: rgba(238, 238, 251, 0.55)
3616
- } .select__placeholder_1tgop.select__focused_1tgop {
3617
- color: rgba(233, 233, 250, 0.37);
3618
- } .select__focusVisible_1tgop {
3619
- outline: 2px solid #3193fc;
3620
- } @keyframes select__show-placeholder_1tgop {
3621
- }
3622
- .select__footer_1pgif {
3623
- background-color: #1c1c1e
3624
- } .select__highlighted_1pgif {
3625
- border-top: 1px solid #29292c;
3626
- background-color: #1c1c1e;
3627
- }
3628
- .select__optgroup_1a8pd {
3629
- background: #1c1c1e
3630
- } .select__label_1a8pd {
3631
- color: rgba(238, 238, 251, 0.55);
3632
- }
3633
- .select__optionsListHeader_9tizr {
3634
- border-bottom: 1px solid transparent
3635
- } .select__optionsListHeader_9tizr.select__headerHighlighted_9tizr {
3636
- border-bottom-color: #29292c;
3637
- } .select__optionsListFooter_9tizr {
3638
- border-top: 1px solid transparent
3639
- } .select__optionsListFooter_9tizr.select__withBorder_9tizr {
3640
- border-top-color: #29292c;
3641
- } .select__emptyPlaceholder_9tizr {
3642
- color: rgba(238, 238, 251, 0.55);
3643
- }
3644
-
3645
- .select__virtualOptionsListHeader_16hgo {
3646
- border-bottom: 1px solid #29292c;
3647
- } .select__virtualOptionsListFooter_16hgo {
3648
- border-top: 1px solid transparent
3649
- } .select__virtualOptionsListFooter_16hgo.select__withBorder_16hgo {
3650
- border-top: 1px solid #29292c;
3651
- } .select__virtualRow_16hgo:before {
3652
- background: #353539;
3653
- } .select__emptyPlaceholder_16hgo {
3654
- color: rgba(238, 238, 251, 0.55);
3655
- }
3656
-
3657
- .select__option_12o76 {
3658
- background: #1c1c1e;
3659
- color: rgba(255, 255, 255, 0.94)
3660
- } .select__option_12o76:not(.select__disabled_12o76):active {
3661
- background: rgba(225, 225, 248, 0.09);
3662
- color: rgba(255, 255, 255, 0.94);
3663
- } .select__option_12o76:before {
3664
- background: #353539;
3665
- } .select__selected_12o76 {
3666
- background: #1c1c1e;
3667
- color: rgba(255, 255, 255, 0.94);
3668
- } .select__highlighted_12o76 {
3669
- background: rgba(214, 214, 229, 0.07);
3670
- color: rgba(255, 255, 255, 0.94)
3671
- } .select__disabled_12o76 {
3672
- background: #1c1c1e;
3673
- color: rgba(238, 238, 251, 0.55);
3674
- } .select__highlighted_12o76 {
3675
- background: rgba(214, 214, 229, 0.07);
3676
- color: rgba(255, 255, 255, 0.94)
3677
- }
3678
- .select__option_5swhx {
3679
- background: #1c1c1e;
3680
- color: rgba(255, 255, 255, 0.94)
3681
- } .select__option_5swhx:not(.select__disabled_5swhx):active {
3682
- background: rgba(225, 225, 248, 0.09);
3683
- color: rgba(255, 255, 255, 0.94);
3684
- } .select__option_5swhx:before {
3685
- background: #353539;
3686
- } .select__selected_5swhx {
3687
- background: #1c1c1e;
3688
- color: rgba(255, 255, 255, 0.94);
3689
- } .select__highlighted_5swhx {
3690
- background: rgba(214, 214, 229, 0.07);
3691
- color: rgba(255, 255, 255, 0.94)
3692
- } .select__disabled_5swhx {
3693
- background: #1c1c1e;
3694
- color: rgba(238, 238, 251, 0.55);
3695
- }
3696
- .select__footer_y41ca {
3697
- background-color: #121213
3698
- }
3699
- .calendar-with-skeleton__skeleton_1ynpe {
3700
- background-color: #1c1c1e;
3701
- }.date-range-input__calendarContainer_c9ozy {
3702
- border: 1px solid #29292c
3703
- }.calendar-input__calendarContainer_m099d {
3704
- border: 1px solid #29292c
3705
- } .calendar-input__calendarIcon_m099d {
3706
- color: rgba(238, 238, 251, 0.55)
3707
- }.date-time-input__calendarContainer_xpme2 {
3708
- border: 1px solid #29292c
3709
- }.universal-date-input__calendarIcon_hqpty {
3710
- color: rgba(238, 238, 251, 0.55)
3711
- } .universal-date-input__calendarContainer_hqpty {
3712
- border: 1px solid #29292c
3713
- } .universal-date-input__blink_hqpty.universal-date-input__blink_hqpty.universal-date-input__blink_hqpty {
3714
- background-color: #392523;
3715
- }
3716
-
3717
- .calendar-range__component_pgwcy:after {
3718
- background-color: rgba(255, 255, 255, 0.94);
3719
- }
3720
- .input-autocomplete__placeholder_9qsdz {
3721
- color: rgba(238, 238, 251, 0.55);
3722
- } .input-autocomplete__focusVisible_9qsdz {
3723
- outline: 2px solid #3193fc;
3724
- }
3725
-
3726
- .picker-button__linkOpen_1q2zc:not(:hover) {
3727
- background-color: rgba(214, 214, 229, 0.07);
3728
- }
3729
- .select-with-tags__tag_1b7o3:not(.select-with-tags__tagNoClose_1b7o3):active:not(:disabled) {
3730
- background-color: #f2f3f5;
3731
- color: rgba(3, 3, 6, 0.88);
3732
- } .select-with-tags__tag_1b7o3:not(.select-with-tags__tagNoClose_1b7o3):hover:not(:disabled):not(:active) {
3733
- background-color: #f2f3f5;
3734
- color: rgba(3, 3, 6, 0.88);
3735
- } .select-with-tags__tagCross_1b7o3 > svg {
3736
- fill: rgba(4, 4, 21, 0.47);
3737
- } .select-with-tags__tagCross_1b7o3:hover > svg {
3738
- fill: rgba(4, 4, 19, 0.55);
3739
- } .select-with-tags__tagCross_1b7o3:active > svg {
3740
- fill: rgba(1, 1, 12, 0.63);
3741
- }
3742
- .select-with-tags__input_1ovg8 {
3743
- background-color: transparent;
3744
- color: rgba(255, 255, 255, 0.94)
3745
- } .select-with-tags__input_1ovg8:disabled,
3746
- .select-with-tags__input_1ovg8:disabled::placeholder {
3747
- color: rgba(233, 233, 250, 0.37);
3748
- } .select-with-tags__input_1ovg8::placeholder {
3749
- color: rgba(238, 238, 251, 0.55);
3750
- } .select-with-tags__input_1ovg8:focus::placeholder {
3751
- color: rgba(233, 233, 250, 0.37);
3752
- } .select-with-tags__focusVisible_1ovg8 {
3753
- outline: 2px solid #3193fc;
3754
- } .select-with-tags__placeholder_1ovg8 {
3755
- color: rgba(238, 238, 251, 0.55);
3756
- }.table__component_4dcqd {
3757
- border-top: 1px solid #353539;
3758
- }
3759
- .table__wrapper_9ew5d {
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_1hr5b {
3765
- color: rgba(255, 255, 255, 0.94);
3766
- border-top: 1px solid #353539
3767
- }
3768
-
3769
- .table__component_rv95y th:not(:last-child):not(:empty):after {
3770
- background-color: #353539;
3771
- }
3772
- .table__component_xgnfh {
3773
- color: rgba(255, 255, 255, 0.94);
3774
- border-bottom: 1px solid #353539;
3775
- background: #121213
3776
- } .table__sorted_xgnfh {
3777
- color: rgba(255, 255, 255, 0.94);
3778
- } .table__stickyHeader_xgnfh {
3779
- box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
3780
- }
3781
- .table__component_18zwl {
3782
- background: #121213
3783
- } .table__clickable_18zwl:hover {
3784
- background-color: #1c1c1e;
3785
- } .table__selected_18zwl {
3786
- background-color: #f2f8ff
3787
- } .table__selected_18zwl:hover {
3788
- background-color: #e8f2fe;
3789
- }
3790
- .table__icon_axzs8 {
3791
- color: #898991
3792
- } .table__icon_axzs8:hover {
3793
- color: rgba(255, 255, 255, 0.94);
3794
- } .table__sorted_axzs8 {
3795
- color: #3193fc
3796
- } .table__sorted_axzs8:hover {
3797
- color: #3193fc;
3798
- }
3799
- .table__open_1fsl7,
3800
- .table__open_1fsl7:hover {
3801
- background-color: rgba(222, 222, 238, 0.13);
3802
- }.intl-phone-input__emptyCountryIcon_1cdiy {
3803
- color: #898991;
3804
- }
3805
- .intl-phone-input__flagPlaceholder_2g78u {
3806
- background-color: rgba(222, 222, 238, 0.13);
3807
- }
3808
- .intl-phone-input__dialCode_1mdwc {
3809
- color: rgba(238, 238, 251, 0.55);
3810
- }
3811
- .intl-phone-input__emptyCountryIcon_17jgz {
3812
- color: #898991;
3813
- } .intl-phone-input__focusVisible_17jgz {
3814
- outline: 2px solid #3193fc;
3815
- }
3816
- .international-phone-input__dialCode_11ju6 {
3817
- color: rgba(238, 238, 251, 0.55);
3818
- } .international-phone-input__emptyCountryIcon_11ju6 {
3819
- color: rgba(238, 238, 251, 0.55);
3820
- }
3821
- .international-phone-input__flagPlaceholder_7le7f {
3822
- background-color: rgba(214, 214, 229, 0.07);
3823
- }
3824
- .international-phone-input__emptyCountryIcon_1ob2q {
3825
- color: rgba(238, 238, 251, 0.55);
3826
- } .international-phone-input__focusVisible_1ob2q {
3827
- outline: 2px solid #3193fc;
3828
- }.tabs__component_b1fhu:before {
3829
- background-color: rgba(228, 228, 251, 0.28);
3830
- } .tabs__title_b1fhu {
3831
- color: rgba(238, 238, 251, 0.55)
3832
- } .tabs__title_b1fhu:not(:disabled):hover {
3833
- color: rgba(255, 255, 255, 0.94);
3834
- } .tabs__focused_b1fhu {
3835
- outline: 2px solid #3193fc;
3836
- } .tabs__selected_b1fhu {
3837
- color: rgba(255, 255, 255, 0.94);
3838
- } .tabs__disabled_b1fhu {
3839
- color: rgba(233, 233, 250, 0.37);
3840
- } .tabs__line_b1fhu {
3841
- background-color: #f83a2a;
3842
- } .tabs__option_b1fhu {
3843
- color: rgba(255, 255, 255, 0.94);
3844
- }
3845
- .tabs__component_b1fhu:before {
3846
- background-color: rgba(228, 228, 251, 0.28);
3847
- }.tabs__title_b1fhu {
3848
- color: rgba(238, 238, 251, 0.55)
3849
- }.tabs__title_b1fhu:not(:disabled):hover {
3850
- color: rgba(255, 255, 255, 0.94);
3851
- }.tabs__focused_b1fhu {
3852
- outline: 2px solid #3193fc;
3853
- }.tabs__selected_b1fhu {
3854
- color: rgba(255, 255, 255, 0.94);
3855
- }.tabs__disabled_b1fhu {
3856
- color: rgba(233, 233, 250, 0.37);
3857
- }.tabs__line_b1fhu {
3858
- background-color: #f83a2a;
3859
- }.tabs__option_b1fhu {
3860
- color: rgba(255, 255, 255, 0.94);
3861
- }
3862
- .tabs__primary_40gy7:after {
3863
- background-color: rgba(228, 228, 251, 0.28);
3864
- } .tabs__primary_40gy7 {
3865
- } .tabs__secondary_40gy7:before {
3866
- background-color: transparent;
3867
- } .tabs__secondary_40gy7.tabs__xs_40gy7 {
3868
- } .tabs__borderVisible_40gy7:before {
3869
- background-color: rgba(222, 222, 238, 0.13);
3870
- }
3871
-
3872
-
3873
-
598
+ }