@alfalab/core-components 44.7.2 → 44.7.4

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 (456) hide show
  1. package/calendar/cssm/components/select-button/Component.d.ts +1 -1
  2. package/calendar/esm/components/select-button/Component.d.ts +1 -1
  3. package/calendar-range/esm/utils.js +1 -3
  4. package/confirmation/components/screens/initial/component.js +1 -1
  5. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  6. package/confirmation/esm/component.responsive.js +1 -1
  7. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  8. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  9. package/confirmation/esm/components/index.js +1 -1
  10. package/confirmation/esm/components/screens/index.js +1 -1
  11. package/confirmation/esm/components/screens/initial/component.js +1 -1
  12. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  13. package/confirmation/esm/components/screens/initial/index.js +1 -1
  14. package/confirmation/esm/desktop/component.desktop.js +1 -1
  15. package/confirmation/esm/desktop/index.js +1 -1
  16. package/confirmation/esm/index.js +1 -1
  17. package/confirmation/esm/mobile/component.mobile.js +1 -1
  18. package/confirmation/esm/mobile/index.js +1 -1
  19. package/confirmation/esm/shared/index.js +1 -1
  20. package/confirmation/modern/component.responsive.js +1 -1
  21. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  22. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  23. package/confirmation/modern/components/index.js +1 -1
  24. package/confirmation/modern/components/screens/index.js +1 -1
  25. package/confirmation/modern/components/screens/initial/component.js +1 -1
  26. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  27. package/confirmation/modern/components/screens/initial/index.js +1 -1
  28. package/confirmation/modern/desktop/component.desktop.js +1 -1
  29. package/confirmation/modern/desktop/index.js +1 -1
  30. package/confirmation/modern/index.js +1 -1
  31. package/confirmation/modern/mobile/component.mobile.js +1 -1
  32. package/confirmation/modern/mobile/index.js +1 -1
  33. package/confirmation/modern/shared/index.js +1 -1
  34. package/gallery/components/header/Component.js +1 -1
  35. package/gallery/components/header/buttons.js +1 -1
  36. package/gallery/components/image-viewer/component.js +1 -1
  37. package/gallery/components/image-viewer/slide.js +1 -1
  38. package/gallery/esm/Component.js +2 -2
  39. package/gallery/esm/components/header/Component.js +1 -1
  40. package/gallery/esm/components/header/buttons.js +1 -1
  41. package/gallery/esm/components/header/index.js +1 -1
  42. package/gallery/esm/components/image-preview/Component.js +1 -1
  43. package/gallery/esm/components/image-preview/index.js +1 -1
  44. package/gallery/esm/components/image-viewer/component.js +1 -1
  45. package/gallery/esm/components/image-viewer/index.js +1 -1
  46. package/gallery/esm/components/image-viewer/slide.js +1 -1
  47. package/gallery/esm/components/index.js +2 -2
  48. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  49. package/gallery/esm/components/navigation-bar/index.js +1 -1
  50. package/gallery/esm/index.js +2 -2
  51. package/gallery/modern/Component.js +2 -2
  52. package/gallery/modern/components/header/Component.js +1 -1
  53. package/gallery/modern/components/header/buttons.js +1 -1
  54. package/gallery/modern/components/header/index.js +1 -1
  55. package/gallery/modern/components/image-preview/Component.js +1 -1
  56. package/gallery/modern/components/image-preview/index.js +1 -1
  57. package/gallery/modern/components/image-viewer/component.js +1 -1
  58. package/gallery/modern/components/image-viewer/index.js +1 -1
  59. package/gallery/modern/components/image-viewer/slide.js +1 -1
  60. package/gallery/modern/components/index.js +2 -2
  61. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  62. package/gallery/modern/components/navigation-bar/index.js +1 -1
  63. package/gallery/modern/index.js +2 -2
  64. package/input/components/base-input/Component.d.ts +1 -1
  65. package/input-autocomplete/modern/Component.responsive.d.ts +1 -1
  66. package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
  67. package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +2 -2
  68. package/international-phone-input/cssm/data/country-data.d.ts +9 -1
  69. package/international-phone-input/cssm/data/country-data.js +0 -19
  70. package/international-phone-input/cssm/typings-c29389e5.d.ts +3 -3
  71. package/modal/components/controls/Component.js +1 -1
  72. package/modal/components/footer/Component.js +1 -1
  73. package/modal/esm/Component.responsive.js +1 -1
  74. package/modal/esm/components/controls/Component.js +1 -1
  75. package/modal/esm/components/controls/index.js +1 -1
  76. package/modal/esm/components/footer/Component.js +1 -1
  77. package/modal/esm/desktop/Component.desktop.js +1 -1
  78. package/modal/esm/desktop/index.js +1 -1
  79. package/modal/esm/index.js +1 -1
  80. package/modal/esm/mobile/Component.mobile.js +1 -1
  81. package/modal/esm/mobile/index.js +1 -1
  82. package/modal/modern/Component.responsive.js +1 -1
  83. package/modal/modern/components/controls/Component.js +1 -1
  84. package/modal/modern/components/controls/index.js +1 -1
  85. package/modal/modern/components/footer/Component.js +1 -1
  86. package/modal/modern/desktop/Component.desktop.js +1 -1
  87. package/modal/modern/desktop/index.js +1 -1
  88. package/modal/modern/index.js +1 -1
  89. package/modal/modern/mobile/Component.mobile.js +1 -1
  90. package/modal/modern/mobile/index.js +1 -1
  91. package/package.json +1 -1
  92. package/phone-input/cssm/utils/index.js +1 -3
  93. package/phone-input/utils/index.js +3 -1
  94. package/picker-button/Component-c44170fe.d.ts +1 -1
  95. package/picker-button/cssm/Component-c44170fe.d.ts +1 -1
  96. package/picker-button/esm/Component-c44170fe.d.ts +1 -1
  97. package/pure-cell/component-fd7196d2.d.ts +5 -5
  98. package/pure-cell/component.js +1 -1
  99. package/pure-cell/components/addon/component.js +1 -1
  100. package/pure-cell/components/addon/index.d.ts +1 -1
  101. package/pure-cell/components/addon/index.js +1 -1
  102. package/pure-cell/components/amount/component.js +1 -1
  103. package/pure-cell/components/amount/index.d.ts +1 -1
  104. package/pure-cell/components/amount/index.js +1 -1
  105. package/pure-cell/components/amount-title/component.js +1 -1
  106. package/pure-cell/components/amount-title/index.d.ts +1 -1
  107. package/pure-cell/components/amount-title/index.js +1 -1
  108. package/pure-cell/components/category/component.js +1 -1
  109. package/pure-cell/components/category/index.d.ts +1 -1
  110. package/pure-cell/components/category/index.js +1 -1
  111. package/pure-cell/components/content/component.js +1 -1
  112. package/pure-cell/components/content/index.d.ts +1 -1
  113. package/pure-cell/components/content/index.js +1 -1
  114. package/pure-cell/components/footer/component.js +1 -1
  115. package/pure-cell/components/footer/index.d.ts +1 -1
  116. package/pure-cell/components/footer/index.js +1 -1
  117. package/pure-cell/components/footer-button/component.js +1 -1
  118. package/pure-cell/components/footer-button/index.d.ts +1 -1
  119. package/pure-cell/components/footer-button/index.js +1 -1
  120. package/pure-cell/components/footer-text/component.js +1 -1
  121. package/pure-cell/components/footer-text/index.d.ts +1 -1
  122. package/pure-cell/components/footer-text/index.js +1 -1
  123. package/pure-cell/components/graphics/component.js +1 -1
  124. package/pure-cell/components/graphics/index.d.ts +1 -1
  125. package/pure-cell/components/graphics/index.js +1 -1
  126. package/pure-cell/components/main/component.js +1 -1
  127. package/pure-cell/components/main/index.d.ts +1 -1
  128. package/pure-cell/components/main/index.js +1 -1
  129. package/pure-cell/components/text/component.js +1 -1
  130. package/pure-cell/components/text/index.d.ts +1 -1
  131. package/pure-cell/components/text/index.js +1 -1
  132. package/pure-cell/components/types.d.ts +3 -3
  133. package/pure-cell/cssm/component-fd7196d2.d.ts +4 -4
  134. package/pure-cell/cssm/components/types.d.ts +3 -3
  135. package/pure-cell/esm/component-fd7196d2.d.ts +7 -7
  136. package/pure-cell/esm/component.js +1 -1
  137. package/pure-cell/esm/components/addon/component.js +1 -1
  138. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  139. package/pure-cell/esm/components/addon/index.js +1 -1
  140. package/pure-cell/esm/components/amount/component.js +1 -1
  141. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  142. package/pure-cell/esm/components/amount/index.js +1 -1
  143. package/pure-cell/esm/components/amount-title/component.js +1 -1
  144. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  145. package/pure-cell/esm/components/amount-title/index.js +1 -1
  146. package/pure-cell/esm/components/category/component.js +1 -1
  147. package/pure-cell/esm/components/category/index.d.ts +1 -1
  148. package/pure-cell/esm/components/category/index.js +1 -1
  149. package/pure-cell/esm/components/content/component.js +1 -1
  150. package/pure-cell/esm/components/content/index.d.ts +1 -1
  151. package/pure-cell/esm/components/content/index.js +1 -1
  152. package/pure-cell/esm/components/footer/component.js +1 -1
  153. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  154. package/pure-cell/esm/components/footer/index.js +1 -1
  155. package/pure-cell/esm/components/footer-button/component.js +1 -1
  156. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  157. package/pure-cell/esm/components/footer-button/index.js +1 -1
  158. package/pure-cell/esm/components/footer-text/component.js +1 -1
  159. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  160. package/pure-cell/esm/components/footer-text/index.js +1 -1
  161. package/pure-cell/esm/components/graphics/component.js +1 -1
  162. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  163. package/pure-cell/esm/components/graphics/index.js +1 -1
  164. package/pure-cell/esm/components/main/component.js +1 -1
  165. package/pure-cell/esm/components/main/index.d.ts +1 -1
  166. package/pure-cell/esm/components/main/index.js +1 -1
  167. package/pure-cell/esm/components/text/component.js +1 -1
  168. package/pure-cell/esm/components/text/index.d.ts +1 -1
  169. package/pure-cell/esm/components/text/index.js +1 -1
  170. package/pure-cell/esm/components/types.d.ts +3 -3
  171. package/pure-cell/esm/index.js +1 -1
  172. package/pure-cell/index.js +1 -1
  173. package/pure-cell/modern/component-fd7196d2.d.ts +5 -5
  174. package/pure-cell/modern/component.js +1 -1
  175. package/pure-cell/modern/components/addon/component.js +1 -1
  176. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  177. package/pure-cell/modern/components/addon/index.js +1 -1
  178. package/pure-cell/modern/components/amount/component.js +1 -1
  179. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  180. package/pure-cell/modern/components/amount/index.js +1 -1
  181. package/pure-cell/modern/components/amount-title/component.js +1 -1
  182. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  183. package/pure-cell/modern/components/amount-title/index.js +1 -1
  184. package/pure-cell/modern/components/category/component.js +1 -1
  185. package/pure-cell/modern/components/category/index.d.ts +1 -1
  186. package/pure-cell/modern/components/category/index.js +1 -1
  187. package/pure-cell/modern/components/content/component.js +1 -1
  188. package/pure-cell/modern/components/content/index.d.ts +1 -1
  189. package/pure-cell/modern/components/content/index.js +1 -1
  190. package/pure-cell/modern/components/footer/component.js +1 -1
  191. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  192. package/pure-cell/modern/components/footer/index.js +1 -1
  193. package/pure-cell/modern/components/footer-button/component.js +1 -1
  194. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  195. package/pure-cell/modern/components/footer-button/index.js +1 -1
  196. package/pure-cell/modern/components/footer-text/component.js +1 -1
  197. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  198. package/pure-cell/modern/components/footer-text/index.js +1 -1
  199. package/pure-cell/modern/components/graphics/component.js +1 -1
  200. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  201. package/pure-cell/modern/components/graphics/index.js +1 -1
  202. package/pure-cell/modern/components/main/component.js +1 -1
  203. package/pure-cell/modern/components/main/index.d.ts +1 -1
  204. package/pure-cell/modern/components/main/index.js +1 -1
  205. package/pure-cell/modern/components/text/component.js +1 -1
  206. package/pure-cell/modern/components/text/index.d.ts +1 -1
  207. package/pure-cell/modern/components/text/index.js +1 -1
  208. package/pure-cell/modern/components/types.d.ts +3 -3
  209. package/pure-cell/modern/index.js +1 -1
  210. package/select/components/base-option/index.css +2 -2
  211. package/select/components/base-select/mobile.css +2 -2
  212. package/select/components/checkmark/index.css +2 -2
  213. package/select/cssm/components/base-option/index.module.css +2 -2
  214. package/select/cssm/components/base-select/mobile.module.css +2 -2
  215. package/select/cssm/components/checkmark/index.module.css +2 -2
  216. package/select/esm/Component.responsive.js +1 -1
  217. package/select/esm/components/base-option/index.css +2 -2
  218. package/select/esm/components/base-select/mobile.css +2 -2
  219. package/select/esm/components/checkmark/index.css +2 -2
  220. package/select/esm/index.js +1 -1
  221. package/select/esm/mobile/Component.mobile.js +1 -1
  222. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  223. package/select/esm/mobile/index.js +1 -1
  224. package/select/esm/presets/index.js +1 -1
  225. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  226. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  227. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  228. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  229. package/select/esm/shared/index.js +1 -1
  230. package/select/mobile/Component.mobile.js +1 -1
  231. package/select/modern/Component.responsive.js +1 -1
  232. package/select/modern/components/base-option/index.css +2 -2
  233. package/select/modern/components/base-select/mobile.css +2 -2
  234. package/select/modern/components/checkmark/index.css +2 -2
  235. package/select/modern/index.js +1 -1
  236. package/select/modern/mobile/Component.mobile.js +1 -1
  237. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  238. package/select/modern/mobile/index.js +1 -1
  239. package/select/modern/presets/index.js +1 -1
  240. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  241. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  242. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  243. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  244. package/select/modern/shared/index.js +1 -1
  245. package/select/presets/index.js +1 -1
  246. package/select/presets/useSelectWithApply/hook.js +1 -1
  247. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  248. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  249. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  250. package/select/shared/index.js +1 -1
  251. package/select-with-tags/Component.responsive.d.ts +1 -1
  252. package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
  253. package/select-with-tags/modern/Component.responsive.d.ts +1 -1
  254. package/select-with-tags/modern/components/base-select-with-tags/Component.d.ts +1 -1
  255. package/side-panel/components/controls/Component.js +1 -1
  256. package/side-panel/components/footer/Component.js +1 -1
  257. package/side-panel/esm/Component.responsive.js +1 -1
  258. package/side-panel/esm/components/controls/Component.js +1 -1
  259. package/side-panel/esm/components/controls/index.js +1 -1
  260. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  261. package/side-panel/esm/components/footer/Component.js +1 -1
  262. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  263. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  264. package/side-panel/esm/desktop/index.js +1 -1
  265. package/side-panel/esm/index.js +1 -1
  266. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  267. package/side-panel/esm/mobile/index.js +1 -1
  268. package/side-panel/modern/Component.responsive.js +1 -1
  269. package/side-panel/modern/components/controls/Component.js +1 -1
  270. package/side-panel/modern/components/controls/index.js +1 -1
  271. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  272. package/side-panel/modern/components/footer/Component.js +1 -1
  273. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  274. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  275. package/side-panel/modern/desktop/index.js +1 -1
  276. package/side-panel/modern/index.js +1 -1
  277. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  278. package/side-panel/modern/mobile/index.js +1 -1
  279. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  280. package/tabs/components/primary-tablist/Component.d.ts +1 -1
  281. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  282. package/tabs/components/primary-tablist/Component.js +2 -2
  283. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  284. package/tabs/components/scrollable-container/Component.d.ts +5 -1
  285. package/tabs/components/scrollable-container/Component.js +2 -2
  286. package/tabs/components/secondary-tablist/Component.d.ts +1 -1
  287. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  288. package/tabs/components/secondary-tablist/Component.js +2 -2
  289. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  290. package/tabs/components/tabs/Component.d.ts +1 -1
  291. package/tabs/components/tabs/Component.js +2 -2
  292. package/tabs/cssm/components/primary-tablist/Component.d.ts +1 -1
  293. package/tabs/cssm/components/primary-tablist/Component.js +2 -2
  294. package/tabs/cssm/components/scrollable-container/Component.d.ts +5 -1
  295. package/tabs/cssm/components/scrollable-container/Component.js +2 -2
  296. package/tabs/cssm/components/secondary-tablist/Component.d.ts +1 -1
  297. package/tabs/cssm/components/secondary-tablist/Component.js +2 -2
  298. package/tabs/cssm/components/tabs/Component.d.ts +1 -1
  299. package/tabs/cssm/components/tabs/Component.js +2 -2
  300. package/tabs/cssm/typings.d.ts +9 -0
  301. package/tabs/esm/collapsible/index.js +1 -1
  302. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  303. package/tabs/esm/components/primary-tablist/Component.d.ts +1 -1
  304. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  305. package/tabs/esm/components/primary-tablist/Component.js +2 -2
  306. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  307. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  308. package/tabs/esm/components/scrollable-container/Component.d.ts +5 -1
  309. package/tabs/esm/components/scrollable-container/Component.js +2 -2
  310. package/tabs/esm/components/secondary-tablist/Component.d.ts +1 -1
  311. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  312. package/tabs/esm/components/secondary-tablist/Component.js +2 -2
  313. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  314. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  315. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  316. package/tabs/esm/components/tabs/Component.d.ts +1 -1
  317. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  318. package/tabs/esm/components/tabs/Component.js +2 -2
  319. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  320. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  321. package/tabs/esm/desktop/index.js +2 -2
  322. package/tabs/esm/index.js +2 -2
  323. package/tabs/esm/mobile/index.js +2 -2
  324. package/tabs/esm/typings.d.ts +9 -0
  325. package/tabs/modern/collapsible/index.js +1 -1
  326. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  327. package/tabs/modern/components/primary-tablist/Component.d.ts +1 -1
  328. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  329. package/tabs/modern/components/primary-tablist/Component.js +2 -2
  330. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  331. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  332. package/tabs/modern/components/scrollable-container/Component.d.ts +5 -1
  333. package/tabs/modern/components/scrollable-container/Component.js +2 -2
  334. package/tabs/modern/components/secondary-tablist/Component.d.ts +1 -1
  335. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  336. package/tabs/modern/components/secondary-tablist/Component.js +2 -2
  337. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  338. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  339. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  340. package/tabs/modern/components/tabs/Component.d.ts +1 -1
  341. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  342. package/tabs/modern/components/tabs/Component.js +2 -2
  343. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  344. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  345. package/tabs/modern/desktop/index.js +2 -2
  346. package/tabs/modern/index.js +2 -2
  347. package/tabs/modern/mobile/index.js +2 -2
  348. package/tabs/modern/typings.d.ts +9 -0
  349. package/tabs/typings.d.ts +9 -0
  350. package/tag/cssm/components/base-tag/Component.d.ts +1 -1
  351. package/tag/esm/components/base-tag/Component.d.ts +1 -1
  352. package/tag/modern/components/base-tag/Component.d.ts +1 -1
  353. package/textarea/Component.js +1 -1
  354. package/textarea/components/PseudoTextArea.js +1 -1
  355. package/textarea/components/index.d.ts +1 -1
  356. package/textarea/components/index.js +1 -1
  357. package/textarea/cssm/Component.d.ts +1 -1
  358. package/textarea/esm/Component.d.ts +1 -1
  359. package/textarea/esm/Component.js +1 -1
  360. package/textarea/esm/components/PseudoTextArea.js +1 -1
  361. package/textarea/esm/components/index.d.ts +1 -1
  362. package/textarea/esm/components/index.js +1 -1
  363. package/textarea/esm/index.js +1 -1
  364. package/textarea/modern/Component.js +1 -1
  365. package/textarea/modern/components/PseudoTextArea.js +1 -1
  366. package/textarea/modern/components/index.d.ts +1 -1
  367. package/textarea/modern/components/index.js +1 -1
  368. package/textarea/modern/index.js +1 -1
  369. package/themes/compiled/mobile-dark-bluetint.css +761 -761
  370. package/time-input/cssm/utils/format.js +10 -6
  371. package/time-input/esm/utils/format.js +10 -6
  372. package/toast/modern/Component.responsive.d.ts +1 -1
  373. package/toast/modern/components/base-toast/component.d.ts +1 -1
  374. package/typography/esm/component.js +2 -2
  375. package/typography/esm/index.js +2 -2
  376. package/typography/esm/text/component.js +1 -1
  377. package/typography/esm/text/index.js +1 -1
  378. package/typography/esm/title/component.js +1 -1
  379. package/typography/esm/title/index.js +2 -2
  380. package/typography/esm/title-mobile/component.js +2 -2
  381. package/typography/esm/title-mobile/index.js +2 -2
  382. package/typography/esm/title-responsive/component.js +2 -2
  383. package/typography/esm/title-responsive/index.js +2 -2
  384. package/typography/modern/component.js +2 -2
  385. package/typography/modern/index.js +2 -2
  386. package/typography/modern/text/component.js +1 -1
  387. package/typography/modern/text/index.js +1 -1
  388. package/typography/modern/title/component.js +1 -1
  389. package/typography/modern/title/index.js +2 -2
  390. package/typography/modern/title-mobile/component.js +2 -2
  391. package/typography/modern/title-mobile/index.js +2 -2
  392. package/typography/modern/title-responsive/component.js +2 -2
  393. package/typography/modern/title-responsive/index.js +2 -2
  394. package/typography/text/component.js +1 -1
  395. package/typography/title/component.d.ts +1 -1
  396. package/typography/title/component.js +1 -1
  397. package/typography/title/index.d.ts +1 -1
  398. package/typography/title/index.js +1 -1
  399. package/typography/title-mobile/component.d.ts +1 -1
  400. package/typography/title-mobile/component.js +1 -1
  401. package/typography/title-responsive/component.d.ts +1 -1
  402. package/typography/title-responsive/component.js +1 -1
  403. /package/confirmation/{countdown-section-44ec2aea.d.ts → countdown-section-94e71a97.d.ts} +0 -0
  404. /package/confirmation/{countdown-section-44ec2aea.js → countdown-section-94e71a97.js} +0 -0
  405. /package/confirmation/esm/{countdown-section-dadd7181.d.ts → countdown-section-317e205e.d.ts} +0 -0
  406. /package/confirmation/esm/{countdown-section-dadd7181.js → countdown-section-317e205e.js} +0 -0
  407. /package/confirmation/modern/{countdown-section-0d9569f8.d.ts → countdown-section-37bdad54.d.ts} +0 -0
  408. /package/confirmation/modern/{countdown-section-0d9569f8.js → countdown-section-37bdad54.js} +0 -0
  409. /package/gallery/{buttons-b5e30c44.d.ts → buttons-50977f1e.d.ts} +0 -0
  410. /package/gallery/{buttons-b5e30c44.js → buttons-50977f1e.js} +0 -0
  411. /package/gallery/esm/{buttons-8d2b575b.d.ts → buttons-d05c1d75.d.ts} +0 -0
  412. /package/gallery/esm/{buttons-8d2b575b.js → buttons-d05c1d75.js} +0 -0
  413. /package/gallery/esm/{slide-980fd105.d.ts → slide-8f1980f5.d.ts} +0 -0
  414. /package/gallery/esm/{slide-980fd105.js → slide-8f1980f5.js} +0 -0
  415. /package/gallery/modern/{buttons-067b8357.d.ts → buttons-2f557d98.d.ts} +0 -0
  416. /package/gallery/modern/{buttons-067b8357.js → buttons-2f557d98.js} +0 -0
  417. /package/gallery/modern/{slide-33e881a4.d.ts → slide-03a122bb.d.ts} +0 -0
  418. /package/gallery/modern/{slide-33e881a4.js → slide-03a122bb.js} +0 -0
  419. /package/gallery/{slide-686188b4.d.ts → slide-9c511dbe.d.ts} +0 -0
  420. /package/gallery/{slide-686188b4.js → slide-9c511dbe.js} +0 -0
  421. /package/modal/esm/{layout.module-d5e470d8.js → layout.module-d803ae29.js} +0 -0
  422. /package/modal/{layout.module-e409fa46.js → layout.module-b8ed3579.js} +0 -0
  423. /package/modal/modern/{layout.module-78c3dc12.js → layout.module-32c061a7.js} +0 -0
  424. /package/pure-cell/{component-19afa9fc.d.ts → component-f6aeae69.d.ts} +0 -0
  425. /package/pure-cell/{component-19afa9fc.js → component-f6aeae69.js} +0 -0
  426. /package/pure-cell/esm/{component-b9c556f0.d.ts → component-38febb7d.d.ts} +0 -0
  427. /package/pure-cell/esm/{component-b9c556f0.js → component-38febb7d.js} +0 -0
  428. /package/pure-cell/modern/{component-fafb1bbb.d.ts → component-a8997f96.d.ts} +0 -0
  429. /package/pure-cell/modern/{component-fafb1bbb.js → component-a8997f96.js} +0 -0
  430. /package/select/esm/{hook-daae56ac.d.ts → hook-caa3dbd5.d.ts} +0 -0
  431. /package/select/esm/{hook-daae56ac.js → hook-caa3dbd5.js} +0 -0
  432. /package/select/{hook-2bf6e5a4.d.ts → hook-a6e5cffc.d.ts} +0 -0
  433. /package/select/{hook-2bf6e5a4.js → hook-a6e5cffc.js} +0 -0
  434. /package/select/modern/{hook-4d957588.d.ts → hook-e71d5d3a.d.ts} +0 -0
  435. /package/select/modern/{hook-4d957588.js → hook-e71d5d3a.js} +0 -0
  436. /package/side-panel/esm/{layout.module-980b7653.js → layout.module-bc74f25c.js} +0 -0
  437. /package/side-panel/{layout.module-70c2142d.js → layout.module-33d1cd4a.js} +0 -0
  438. /package/side-panel/modern/{layout.module-3a4775d1.js → layout.module-c26310b5.js} +0 -0
  439. /package/tabs/esm/{index.module-e70a72f3.js → index.module-37cfc5b1.js} +0 -0
  440. /package/tabs/esm/{index.module-5e732a88.js → index.module-e4fef737.js} +0 -0
  441. /package/tabs/{index.module-77ca8bd2.js → index.module-1fa93e5f.js} +0 -0
  442. /package/tabs/{index.module-6c73c739.js → index.module-fb7638fb.js} +0 -0
  443. /package/tabs/modern/{index.module-dcc8a771.js → index.module-b6443585.js} +0 -0
  444. /package/tabs/modern/{index.module-bcb3ca7e.js → index.module-bae9494d.js} +0 -0
  445. /package/textarea/{PseudoTextArea-b1c491a4.d.ts → PseudoTextArea-6c258e32.d.ts} +0 -0
  446. /package/textarea/{PseudoTextArea-b1c491a4.js → PseudoTextArea-6c258e32.js} +0 -0
  447. /package/textarea/esm/{PseudoTextArea-caf06c18.d.ts → PseudoTextArea-bebd8445.d.ts} +0 -0
  448. /package/textarea/esm/{PseudoTextArea-caf06c18.js → PseudoTextArea-bebd8445.js} +0 -0
  449. /package/textarea/modern/{PseudoTextArea-87d501e7.d.ts → PseudoTextArea-57b2547c.d.ts} +0 -0
  450. /package/textarea/modern/{PseudoTextArea-87d501e7.js → PseudoTextArea-57b2547c.js} +0 -0
  451. /package/typography/{colors.module-b8bab3a3.js → colors.module-19d406d0.js} +0 -0
  452. /package/typography/{common.module-fd98c052.js → common.module-0cf01cc1.js} +0 -0
  453. /package/typography/esm/{colors.module-77a744b7.js → colors.module-56598340.js} +0 -0
  454. /package/typography/esm/{common.module-45daafd0.js → common.module-3c80a484.js} +0 -0
  455. /package/typography/modern/{colors.module-b0feccec.js → colors.module-6583befd.js} +0 -0
  456. /package/typography/modern/{common.module-57f2381d.js → common.module-21133db9.js} +0 -0
@@ -1,4 +1,6 @@
1
- .badge__component_1741a.badge__background-accent_1741a {
1
+ .divider__component_ojir5 {
2
+ border-bottom: 1px solid #353539;
3
+ }.badge__component_1741a.badge__background-accent_1741a {
2
4
  background-color: #f83a2a;
3
5
  color: #fff;
4
6
  } .badge__component_1741a.badge__background-specialbg-secondary-transparent_1741a {
@@ -58,10 +60,6 @@
58
60
  background-color: #fff;
59
61
  } .badge__dot_1741a.badge__outlineCount_1741a {
60
62
  border: 1px solid #0e0e0e;
61
- }.card-image__cardImage_n9550 {
62
- background: #e7e8ea;
63
- } .card-image__loaded_n9550 {
64
- background: transparent
65
63
  }.backdrop__backdrop_gzyju {
66
64
  -webkit-tap-highlight-color: transparent;
67
65
  } .backdrop__appear_gzyju,
@@ -77,8 +75,10 @@
77
75
  } .backdrop__exitActive_gzyju,
78
76
  .backdrop__exitDone_gzyju {
79
77
  background-color: transparent;
80
- }.divider__component_ojir5 {
81
- border-bottom: 1px solid #353539;
78
+ }.card-image__cardImage_n9550 {
79
+ background: #e7e8ea;
80
+ } .card-image__loaded_n9550 {
81
+ background: transparent
82
82
  }.dropzone__component_10p0i {
83
83
  border: 1px dashed #fff;
84
84
  } .dropzone__component_10p0i:not(.dropzone__disabled_10p0i):hover {
@@ -168,7 +168,8 @@
168
168
  background: #fff;
169
169
  } .hatching-progress-bar__accent_183da {
170
170
  background: #f83a2a;
171
- }.indicator__component_7zjod {
171
+ }@keyframes loader__blink_yfu1u {
172
+ }.indicator__component_7zjod {
172
173
  color: #fff;
173
174
  background-color: #f83a2a;
174
175
  } .indicator__red_7zjod {
@@ -193,7 +194,6 @@
193
194
  } .icon-view__border_v5w3d {
194
195
  stroke: rgba(225, 225, 248, 0.09);
195
196
  fill: transparent;
196
- }@keyframes loader__blink_yfu1u {
197
197
  }.progress-bar__container_ijcuh {
198
198
  background: rgba(222, 222, 238, 0.13)
199
199
  } .progress-bar__filled_ijcuh.progress-bar__positive_ijcuh {
@@ -263,50 +263,6 @@
263
263
  color: #2c64d4;
264
264
  } .link__defaultView_10uvo:active {
265
265
  color: #2453b4;
266
- }.scrollbar__component_1vycd .scrollbar:before {
267
- background-color: rgba(228, 228, 251, 0.28);
268
- } .scrollbar__component_1vycd.dragging .track .scrollbar.visible:before {
269
- background-color: rgba(238, 238, 254, 0.46);
270
- }
271
-
272
- .scrollbar__component_1ezmi .scrollbar:before {
273
- background-color: rgba(9, 12, 37, 0.28);
274
- } .scrollbar__component_1ezmi.dragging .track .scrollbar.visible:before {
275
- background-color: rgba(4, 4, 21, 0.47);
276
- }.segmented-control__wrapper_17qg3 {
277
- background-color: rgba(225, 225, 248, 0.09);
278
- } .segmented-control__segment_17qg3.segmented-control__selected_17qg3 {
279
- color: #fff;
280
- } .segmented-control__selectedBox_17qg3 {
281
- border: 0.5px solid rgba(225, 225, 248, 0.09);
282
- background-color: rgba(214, 214, 229, 0.07);
283
- }
284
- .segmented-control__selectedBox_5iyul {
285
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
286
- 0 0 1px rgba(0, 0, 0, 0.04);
287
- }
288
- .segmented-control__wrapper_1sc9j {
289
- background-color: rgba(30, 43, 68, 0.08);
290
- } .segmented-control__segment_1sc9j.segmented-control__selected_1sc9j {
291
- color: #0e0e0e;
292
- } .segmented-control__selectedBox_1sc9j {
293
- border: 0.5px solid rgba(30, 43, 68, 0.08);
294
- background-color: #fff;
295
- }
296
- .segmented-control__segment_pjnq7 {
297
- color: #fff
298
- } .segmented-control__segment_pjnq7:not(:first-child):before {
299
- background-color: rgba(222, 222, 238, 0.13);
300
- }
301
- .segmented-control__segment_19glh {
302
- background-color: transparent
303
- } .segmented-control__focused_19glh {
304
- outline: 2px solid #3193fc;
305
- }
306
- .segmented-control__segment_16uvd {
307
- color: #0e0e0e
308
- } .segmented-control__segment_16uvd:not(:first-child):before {
309
- background-color: rgba(15, 25, 55, 0.1);
310
266
  }.skeleton__component_ai4av {
311
267
  color: transparent;
312
268
  background: rgba(214, 214, 229, 0.07);
@@ -329,7 +285,17 @@
329
285
  100% {
330
286
  background: rgb(198, 205, 214);
331
287
  }
332
- }.slider__component_nn86g .noUi-base:hover .noUi-connects {
288
+ }.scrollbar__component_1vycd .scrollbar:before {
289
+ background-color: rgba(228, 228, 251, 0.28);
290
+ } .scrollbar__component_1vycd.dragging .track .scrollbar.visible:before {
291
+ background-color: rgba(238, 238, 254, 0.46);
292
+ }
293
+
294
+ .scrollbar__component_1ezmi .scrollbar:before {
295
+ background-color: rgba(9, 12, 37, 0.28);
296
+ } .scrollbar__component_1ezmi.dragging .track .scrollbar.visible:before {
297
+ background-color: rgba(4, 4, 21, 0.47);
298
+ }.slider__component_nn86g .noUi-base:hover .noUi-connects {
333
299
  background: rgba(222, 222, 238, 0.13);
334
300
  } .slider__component_nn86g .noUi-base:hover .noUi-connect {
335
301
  background: #f83a2a;
@@ -347,14 +313,41 @@
347
313
  background: #f83a2a;
348
314
  } .slider__component_nn86g .noUi-pips {
349
315
  color: rgba(238, 238, 251, 0.55);
350
- }.spinner__component_yuj30 {
316
+ }.segmented-control__wrapper_17qg3 {
317
+ background-color: rgba(225, 225, 248, 0.09);
318
+ } .segmented-control__segment_17qg3.segmented-control__selected_17qg3 {
351
319
  color: #fff;
320
+ } .segmented-control__selectedBox_17qg3 {
321
+ border: 0.5px solid rgba(225, 225, 248, 0.09);
322
+ background-color: rgba(214, 214, 229, 0.07);
352
323
  }
353
- @keyframes spinner__spin_animation_1x8cb {
324
+ .segmented-control__selectedBox_5iyul {
325
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
326
+ 0 0 1px rgba(0, 0, 0, 0.04);
354
327
  }
355
- .spinner__component_14ovj {
328
+ .segmented-control__wrapper_1sc9j {
329
+ background-color: rgba(30, 43, 68, 0.08);
330
+ } .segmented-control__segment_1sc9j.segmented-control__selected_1sc9j {
356
331
  color: #0e0e0e;
357
- }.status__soft_f7gy7.status__green_f7gy7 {
332
+ } .segmented-control__selectedBox_1sc9j {
333
+ border: 0.5px solid rgba(30, 43, 68, 0.08);
334
+ background-color: #fff;
335
+ }
336
+ .segmented-control__segment_pjnq7 {
337
+ color: #fff
338
+ } .segmented-control__segment_pjnq7:not(:first-child):before {
339
+ background-color: rgba(222, 222, 238, 0.13);
340
+ }
341
+ .segmented-control__segment_19glh {
342
+ background-color: transparent
343
+ } .segmented-control__focused_19glh {
344
+ outline: 2px solid #3193fc;
345
+ }
346
+ .segmented-control__segment_16uvd {
347
+ color: #0e0e0e
348
+ } .segmented-control__segment_16uvd:not(:first-child):before {
349
+ background-color: rgba(15, 25, 55, 0.1);
350
+ }.status__soft_f7gy7.status__green_f7gy7 {
358
351
  background: #d1f1d7;
359
352
  color: #0d9336;
360
353
  } .status__soft_f7gy7.status__orange_f7gy7 {
@@ -391,7 +384,14 @@
391
384
  background: #09b9be;
392
385
  } .status__contrast_f7gy7.status__purple_f7gy7 {
393
386
  background: #7f71fd;
394
- }.status-badge__positive-checkmark_rf4j0 {
387
+ }.spinner__component_yuj30 {
388
+ color: #fff;
389
+ }
390
+ @keyframes spinner__spin_animation_1x8cb {
391
+ }
392
+ .spinner__component_14ovj {
393
+ color: #0e0e0e;
394
+ }.status-badge__positive-checkmark_rf4j0 {
395
395
  background-color: #17d055;
396
396
  } .status-badge__negative-cross_rf4j0,
397
397
  .status-badge__negative-alert_rf4j0,
@@ -559,6 +559,7 @@
559
559
  } .underlay__border-color-specialbg-tertiary-transparent-inverted_tdk26 {
560
560
  border-color: rgba(15, 25, 55, 0.1);
561
561
  }
562
+
562
563
  .steps__option_wlv6q {
563
564
  color: #fff;
564
565
  background: rgba(222, 222, 238, 0.13)
@@ -594,45 +595,39 @@
594
595
  } .steps__completedIndicator_wlv6q > [class*='positive'] {
595
596
  color: #fff;
596
597
  background-color: #fff;
598
+ }.checkbox-group__label_2v0jp {
599
+ color: #fff;
597
600
  }
598
601
  .checkbox-group__label_19fbk {
599
602
  color: rgba(238, 238, 251, 0.55);
600
603
  }
601
- .checkbox-group__label_2v0jp {
602
- color: #fff;
603
- }
604
604
  .checkbox-group__error_1h8s5 {
605
605
  border-left: 1px solid #ff5431
606
606
  } .checkbox-group__errorMessage_1h8s5 {
607
607
  color: #ff5431;
608
608
  } .checkbox-group__hint_1h8s5 {
609
609
  color: rgba(238, 238, 251, 0.55);
610
- }.radio-group__label_peekr {
611
- color: #fff;
610
+ }.code-input__component_gpae6 {
611
+ background-color: rgba(222, 222, 238, 0.13);
612
612
  }
613
- .radio-group__error_1v7bm {
614
- border-left: 1px solid #ff5431
615
- } .radio-group__errorMessage_1v7bm {
613
+ .code-input__component_3ppg8 {
614
+ background-color: rgba(214, 214, 229, 0.07);
615
+ }
616
+ .code-input__error_xzy44 {
616
617
  color: #ff5431;
617
- } .radio-group__hint_1v7bm {
618
- color: rgba(238, 238, 251, 0.55);
619
- } .radio-group__hiddenInput_1v7bm:focus ~ button {
620
- outline: 2px solid #3193fc;
621
- }
622
- .radio-group__label_1op2y {
623
- color: rgba(238, 238, 251, 0.55);
624
- }.filter-tag__valueButton_qdr6e.filter-tag__filled_qdr6e {
625
- background-color: rgba(214, 214, 229, 0.07)
626
- } .filter-tag__valueButton_qdr6e.filter-tag__filled_qdr6e:disabled {
627
- background-color: rgba(214, 214, 229, 0.07);
628
- } @media (hover: hover) {
629
- .filter-tag__valueButton_qdr6e.filter-tag__filled_qdr6e:not(:disabled):hover {
630
- background-color: rgba(214, 214, 229, 0.07);
631
- }
632
- } .filter-tag__valueButton_qdr6e.filter-tag__filled_qdr6e:not(:disabled):active {
633
- background-color: rgba(222, 222, 238, 0.13);
634
- }
635
- .filter-tag__valueButton_uvby4.filter-tag__filled_uvby4 {
618
+ } @keyframes code-input__shake_xzy44 {
619
+ }
620
+ .code-input__input_1jvpb {
621
+ color: #fff
622
+ } .code-input__input_1jvpb.code-input__hasError_1jvpb {
623
+ color: #ff5431;
624
+ caret-color: #fff;
625
+ background-color: #392523;
626
+ } .code-input__input_1jvpb.code-input__disabled_1jvpb {
627
+ color: rgba(233, 233, 250, 0.37);
628
+ } .code-input__input_1jvpb:-webkit-autofill {
629
+ -webkit-text-fill-color: #fff;
630
+ }.filter-tag__valueButton_uvby4.filter-tag__filled_uvby4 {
636
631
  background-color: rgba(222, 222, 238, 0.13)
637
632
  } .filter-tag__valueButton_uvby4.filter-tag__filled_uvby4:disabled {
638
633
  background-color: rgba(214, 214, 229, 0.07);
@@ -643,6 +638,17 @@
643
638
  } .filter-tag__valueButton_uvby4.filter-tag__filled_uvby4:not(:disabled):active {
644
639
  background-color: rgba(231, 231, 248, 0.18);
645
640
  }
641
+ .filter-tag__valueButton_qdr6e.filter-tag__filled_qdr6e {
642
+ background-color: rgba(214, 214, 229, 0.07)
643
+ } .filter-tag__valueButton_qdr6e.filter-tag__filled_qdr6e:disabled {
644
+ background-color: rgba(214, 214, 229, 0.07);
645
+ } @media (hover: hover) {
646
+ .filter-tag__valueButton_qdr6e.filter-tag__filled_qdr6e:not(:disabled):hover {
647
+ background-color: rgba(214, 214, 229, 0.07);
648
+ }
649
+ } .filter-tag__valueButton_qdr6e.filter-tag__filled_qdr6e:not(:disabled):active {
650
+ background-color: rgba(222, 222, 238, 0.13);
651
+ }
646
652
  .filter-tag__component_1ndjy.filter-tag__disabled_1ndjy {
647
653
  background-color: transparent;
648
654
  } .filter-tag__component_1ndjy.filter-tag__checked_1ndjy:not(.filter-tag__disabled_1ndjy) {
@@ -725,26 +731,20 @@
725
731
  } .filter-tag__clear_1ndjy:active {
726
732
  color: rgba(1, 1, 12, 0.63);
727
733
  background-color: #d2d3d9;
728
- }.code-input__component_3ppg8 {
729
- background-color: rgba(214, 214, 229, 0.07);
734
+ }.radio-group__label_peekr {
735
+ color: #fff;
730
736
  }
731
- .code-input__component_gpae6 {
732
- background-color: rgba(222, 222, 238, 0.13);
737
+ .radio-group__label_1op2y {
738
+ color: rgba(238, 238, 251, 0.55);
733
739
  }
734
- .code-input__error_xzy44 {
740
+ .radio-group__error_1v7bm {
741
+ border-left: 1px solid #ff5431
742
+ } .radio-group__errorMessage_1v7bm {
735
743
  color: #ff5431;
736
- } @keyframes code-input__shake_xzy44 {
737
- }
738
- .code-input__input_1jvpb {
739
- color: #fff
740
- } .code-input__input_1jvpb.code-input__hasError_1jvpb {
741
- color: #ff5431;
742
- caret-color: #fff;
743
- background-color: #392523;
744
- } .code-input__input_1jvpb.code-input__disabled_1jvpb {
745
- color: rgba(233, 233, 250, 0.37);
746
- } .code-input__input_1jvpb:-webkit-autofill {
747
- -webkit-text-fill-color: #fff;
744
+ } .radio-group__hint_1v7bm {
745
+ color: rgba(238, 238, 251, 0.55);
746
+ } .radio-group__hiddenInput_1v7bm:focus ~ button {
747
+ outline: 2px solid #3193fc;
748
748
  }.checkbox__box_6uq0w {
749
749
  color: #0e0e0e;
750
750
  background-color: #29292c;
@@ -966,26 +966,7 @@
966
966
  } .tag__component_1xs5y.tag__checked_1xs5y:active:not(:disabled) {
967
967
  background-color: #2f2f32;
968
968
  border-color: #2f2f32;
969
- }.sortable-list__primary_b79a7 {
970
- background: #29292c;
971
- } .sortable-list__secondary_b79a7 {
972
- background: #1c1c1e;
973
- }
974
- .sortable-list__component_y77yk:hover .sortable-list__icon_y77yk {
975
- color: #fff;
976
- } .sortable-list__icon_y77yk {
977
- color: rgba(238, 238, 251, 0.55);
978
- } .sortable-list__dragOverlay_y77yk {
979
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
980
- 0 0 1px rgba(0, 0, 0, 0.04)
981
- } .sortable-list__dragOverlay_y77yk .sortable-list__icon_y77yk {
982
- color: #fff;
983
- } @keyframes sortable-list__pop_y77yk {
984
- to {
985
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
986
- 0 0 1px rgba(0, 0, 0, 0.04);
987
- }
988
- }.switch__component_6lgqf {
969
+ }.switch__component_6lgqf {
989
970
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
990
971
  } .switch__switch_6lgqf {
991
972
  background-color: rgba(238, 238, 251, 0.55);
@@ -1014,91 +995,27 @@
1014
995
  color: rgba(238, 238, 251, 0.55);
1015
996
  } .switch__focused_6lgqf .switch__switch_6lgqf {
1016
997
  outline: 2px solid #3193fc;
1017
- }.form-control__inner_1txak {
1018
- background-color: rgba(222, 222, 238, 0.13);
1019
- } .form-control__disabled_1txak.form-control__hasError_1txak {
1020
- box-shadow: inset 0 0 0 2px #ff5431;
1021
- }
1022
-
1023
- .form-control__inner_n3zep {
1024
- background-color: rgba(15, 25, 55, 0.1);
1025
- } .form-control__disabled_n3zep.form-control__hasError_n3zep {
1026
- box-shadow: inset 0 0 0 2px
1027
- #ff5431;
1028
- }
1029
- .form-control__inner_1dgrh {
1030
- background-color: rgba(214, 214, 229, 0.07);
1031
- } .form-control__disabled_1dgrh.form-control__hasError_1dgrh {
1032
- box-shadow: inset 0 0 0 2px #ff5431;
1033
- }
1034
- .form-control__inner_vcp91 {
1035
- background-color: rgba(38, 55, 88, 0.06);
1036
- } .form-control__disabled_vcp91.form-control__hasError_vcp91 {
1037
- box-shadow: inset 0 0 0 2px
1038
- #ff5431;
998
+ }.sortable-list__primary_b79a7 {
999
+ background: #29292c;
1000
+ } .sortable-list__secondary_b79a7 {
1001
+ background: #1c1c1e;
1039
1002
  }
1040
-
1041
- .form-control__component_1epub {
1042
- color: #fff;
1043
- } .form-control__label_1epub {
1044
- color: rgba(238, 238, 251, 0.55);
1045
- } .form-control__hint_1epub {
1046
- color: rgba(238, 238, 251, 0.55);
1047
- } .form-control__inner_1epub.form-control__disabled_1epub {
1048
- color: rgba(238, 238, 251, 0.55);
1049
- background-color: rgba(214, 214, 229, 0.07);
1050
- } .form-control__disabled_1epub .form-control__label_1epub {
1051
- color: rgba(233, 233, 250, 0.37);
1052
- } .form-control__disabled_1epub.form-control__hasError_1epub {
1053
- background-color: rgba(214, 214, 229, 0.07);
1054
- } .form-control__inner_1epub:not(.form-control__disabled_1epub):hover {
1055
- background-color: rgba(214, 214, 229, 0.07);
1056
- } .form-control__focused_1epub.form-control__inner_1epub,
1057
- .form-control__focused_1epub.form-control__inner_1epub:hover {
1058
- background-color: rgba(214, 214, 229, 0.07);
1059
- box-shadow: inset 0 0 0 2px rgba(238, 238, 251, 0.55)
1060
- } .form-control__focused_1epub.form-control__inner_1epub.form-control__hasError_1epub, .form-control__focused_1epub.form-control__inner_1epub:hover.form-control__hasError_1epub {
1061
- box-shadow: inset 0 0 0 2px #ff5431;
1062
- } .form-control__error_1epub {
1063
- color: #ff5431;
1064
- } .form-control__hasError_1epub {
1065
- box-shadow: inset 0 0 0 2px #ff5431;
1066
- background-color: rgba(214, 214, 229, 0.07);
1067
- } .form-control__hasError_1epub .form-control__label_1epub {
1003
+ .sortable-list__component_y77yk:hover .sortable-list__icon_y77yk {
1004
+ color: #fff;
1005
+ } .sortable-list__icon_y77yk {
1068
1006
  color: rgba(238, 238, 251, 0.55);
1069
- }
1070
-
1071
- .form-control__component_x8yr4 {
1072
- color: #0e0e0e;
1073
- } .form-control__label_x8yr4 {
1074
- color: rgba(4, 4, 19, 0.55);
1075
- } .form-control__hint_x8yr4 {
1076
- color: rgba(4, 4, 19, 0.55);
1077
- } .form-control__inner_x8yr4.form-control__disabled_x8yr4 {
1078
- color: rgba(4, 4, 19, 0.55);
1079
- background-color: rgba(38, 55, 88, 0.06);
1080
- } .form-control__disabled_x8yr4 .form-control__label_x8yr4 {
1081
- color: rgba(5, 8, 29, 0.38);
1082
- } .form-control__disabled_x8yr4.form-control__hasError_x8yr4 {
1083
- background-color: rgba(38, 55, 88, 0.06);
1084
- } .form-control__inner_x8yr4:not(.form-control__disabled_x8yr4):hover {
1085
- background-color: rgba(38, 55, 88, 0.06);
1086
- } .form-control__focused_x8yr4.form-control__inner_x8yr4,
1087
- .form-control__focused_x8yr4.form-control__inner_x8yr4:hover {
1088
- background-color: #fff;
1089
- box-shadow: inset 0 0 0 2px
1090
- rgba(4, 4, 21, 0.47)
1091
- } .form-control__focused_x8yr4.form-control__inner_x8yr4.form-control__hasError_x8yr4, .form-control__focused_x8yr4.form-control__inner_x8yr4:hover.form-control__hasError_x8yr4 {
1092
- box-shadow: inset 0 0 0 2px
1093
- #ff5431;
1094
- } .form-control__error_x8yr4 {
1095
- color: #ff5431;
1096
- } .form-control__hasError_x8yr4 {
1097
- box-shadow: inset 0 0 0 2px
1098
- #ff5431;
1099
- background-color: rgba(38, 55, 88, 0.06);
1100
- } .form-control__hasError_x8yr4 .form-control__label_x8yr4 {
1101
- color: rgba(4, 4, 19, 0.55);
1007
+ } .sortable-list__dragOverlay_y77yk {
1008
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1009
+ 0 0 1px rgba(0, 0, 0, 0.04)
1010
+ } .sortable-list__dragOverlay_y77yk .sortable-list__icon_y77yk {
1011
+ color: #fff;
1012
+ } @keyframes sortable-list__pop_y77yk {
1013
+ to {
1014
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1015
+ 0 0 1px rgba(0, 0, 0, 0.04);
1016
+ }
1017
+ }.base-modal__component_a4q3k {
1018
+ background: #1c1c1e;
1102
1019
  }.popover__component_1nzdb {
1103
1020
  background-color: transparent;
1104
1021
  color: #fff;
@@ -1110,8 +1027,6 @@
1110
1027
  } .popover__arrow_1nzdb:after {
1111
1028
  background-color: #1c1c1e;
1112
1029
  border: 1px solid transparent;
1113
- }.base-modal__component_a4q3k {
1114
- background: #1c1c1e;
1115
1030
  }.action-button__primary_1oykj {
1116
1031
  color: #fff
1117
1032
  } .action-button__primary_1oykj .action-button__iconWrapper_1oykj {
@@ -1192,57 +1107,26 @@
1192
1107
  } .action-button__disabled_9eq41 .action-button__iconWrapper_9eq41 {
1193
1108
  color: #babbc2;
1194
1109
  background-color: #f2f3f5;
1195
- }.typography__tertiary_4kq0c {
1196
- color: rgba(233, 233, 250, 0.37);
1197
- } .typography__disabled_4kq0c {
1198
- color: rgba(236, 236, 254, 0.18);
1199
- } .typography__accent_4kq0c {
1200
- color: #ef3124;
1201
- } .typography__primary_4kq0c {
1202
- color: #fff;
1203
- } .typography__attention_4kq0c {
1204
- color: #fa9313;
1205
- } .typography__positive_4kq0c {
1206
- color: #0cc44d;
1207
- } .typography__secondary_4kq0c {
1208
- color: rgba(238, 238, 251, 0.55);
1209
- } .typography__tertiary-inverted_4kq0c {
1210
- color: rgba(5, 8, 29, 0.38);
1211
- } .typography__primary-inverted_4kq0c {
1212
- color: #0e0e0e;
1213
- } .typography__secondary-inverted_4kq0c {
1214
- color: rgba(4, 4, 19, 0.55);
1215
- } .typography__link_4kq0c {
1216
- color: #4a9dfc;
1217
- } .typography__negative_4kq0c {
1218
- color: #ff5431;
1219
- } .typography__static-primary-light_4kq0c {
1220
- color: #fff;
1221
- } .typography__static-secondary-light_4kq0c {
1110
+ }
1111
+ .system-message__component_1hesj {
1222
1112
  color: rgba(238, 238, 251, 0.55);
1223
- } .typography__static-tertiary-light_4kq0c {
1224
- color: rgba(233, 233, 250, 0.37);
1225
- } .typography__static-primary-dark_4kq0c {
1226
- color: #0e0e0e;
1227
- } .typography__static-secondary-dark_4kq0c {
1228
- color: rgba(4, 4, 19, 0.55);
1229
- } .typography__static-tertiary-dark_4kq0c {
1230
- color: rgba(5, 8, 29, 0.38);
1231
- } .typography__static-accent_4kq0c {
1232
- color: #ef3124;
1233
1113
  }
1234
1114
 
1235
1115
 
1116
+ .system-message__component_1rx0r {
1117
+ color: #fff;
1118
+ }
1236
1119
 
1237
-
1238
-
1239
- @media screen and (min-width: 1024px) {
1240
- }.pagination__component_j4jls {
1120
+ .system-message__component_1lewf {
1121
+ color: #fff;
1122
+ }
1123
+ .pagination__component_j4jls {
1241
1124
  color: #fff;
1242
1125
  }
1243
1126
  .pagination__dots_1jbpm {
1244
1127
  color: rgba(238, 238, 251, 0.55);
1245
1128
  }
1129
+
1246
1130
  button.pagination__tag_1gi1t.pagination__tag_1gi1t {
1247
1131
  color: rgba(238, 238, 251, 0.55)
1248
1132
  } button.pagination__tag_1gi1t.pagination__tag_1gi1t:hover:not(:disabled) {
@@ -1257,8 +1141,7 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
1257
1141
  color: #0e0e0e;
1258
1142
  } button.pagination__tag_1gi1t.pagination__tag_1gi1t.pagination__checked_1gi1t:active:not(:disabled) {
1259
1143
  color: #fff;
1260
- }
1261
- .drawer__customScrollbar_1w519::-webkit-scrollbar-track {
1144
+ }.drawer__customScrollbar_1w519::-webkit-scrollbar-track {
1262
1145
  background-color: transparent;
1263
1146
  } .drawer__customScrollbar_1w519::-webkit-scrollbar-track-piece {
1264
1147
  background-color: transparent;
@@ -1277,356 +1160,144 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
1277
1160
  } .drawer__backdropExitActive_1w519,
1278
1161
  .drawer__backdropExitDone_1w519 {
1279
1162
  background-color: transparent;
1280
- }.textarea__input_nx2mv {
1281
- color: #fff;
1282
- caret-color: #fff;
1283
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1284
- } .textarea__input_nx2mv:-webkit-autofill {
1285
- -webkit-text-fill-color: #fff;
1286
- } .textarea__input_nx2mv::placeholder {
1287
- color: rgba(238, 238, 251, 0.55);
1288
- } .textarea__hasInnerLabel_nx2mv::placeholder {
1289
- color: rgba(233, 233, 250, 0.37);
1290
- } .textarea__input_nx2mv:read-only:not(.textarea__disableUserInput_nx2mv) {
1291
- color: rgba(233, 233, 250, 0.37)
1292
- } .textarea__input_nx2mv:read-only:not(.textarea__disableUserInput_nx2mv):focus::placeholder {
1293
- color: rgba(238, 238, 251, 0.55);
1294
- } .textarea__input_nx2mv:disabled {
1295
- color: rgba(233, 233, 250, 0.37);
1296
- -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1297
- } .textarea__input_nx2mv:focus::placeholder {
1298
- color: rgba(233, 233, 250, 0.37);
1299
- } .textarea__error_nx2mv {
1300
- color: #fff;
1301
- caret-color: #fff;
1302
- } .textarea__textarea_nx2mv {
1303
- color: #fff;
1304
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1305
- } .textarea__textarea_nx2mv::placeholder {
1306
- color: rgba(238, 238, 251, 0.55);
1307
- } .textarea__hasInnerLabel_nx2mv::placeholder {
1308
- color: rgba(233, 233, 250, 0.37);
1309
- } .textarea__textarea_nx2mv:disabled {
1310
- color: rgba(233, 233, 250, 0.37);
1311
- -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1312
- } .textarea__textarea_nx2mv:read-only {
1313
- color: rgba(233, 233, 250, 0.37);
1314
- } .textarea__textarea_nx2mv:focus::placeholder {
1315
- color: rgba(233, 233, 250, 0.37);
1316
- } .textarea__hint_nx2mv {
1317
- color: rgba(238, 238, 251, 0.55);
1318
- } .textarea__error_nx2mv {
1319
- color: #ff5431;
1320
- }
1321
- .textarea__customScrollbar_1qjt9::-webkit-scrollbar-track {
1322
- background-color: transparent;
1323
- } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-track-piece {
1324
- background-color: transparent;
1325
- } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-thumb {
1326
- background-color: rgba(255, 255, 255, 0.3);
1327
- border-color: transparent;
1328
- } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-thumb:active {
1329
- background-color: rgba(255, 255, 255, 0.6);
1330
- } .textarea__pseudoTextarea_1qjt9 span {
1331
- color: transparent;
1332
- } .textarea__pseudoTextarea_1qjt9 .textarea__overflow_1qjt9 {
1333
- background-color: rgba(255, 84, 49, 0.4);
1334
- } .textarea__pseudoTextarea_1qjt9::-webkit-scrollbar-thumb {
1335
- background-color: transparent;
1336
- } .textarea__focusVisible_1qjt9 {
1337
- outline: 2px solid #3193fc;
1338
- } .textarea__textarea_1qjt9.textarea__s_1qjt9 {
1339
- border-top: 14px solid transparent;
1340
- border-bottom: 14px solid transparent;
1341
- } .textarea__textarea_1qjt9.textarea__m_1qjt9 {
1342
- border-top: 18px solid transparent;
1343
- border-bottom: 18px solid transparent;
1344
- } .textarea__textarea_1qjt9.textarea__l_1qjt9 {
1345
- border-top: 22px solid transparent;
1346
- border-bottom: 22px solid transparent;
1347
- } .textarea__textarea_1qjt9.textarea__xl_1qjt9 {
1348
- border-top: 24px solid transparent;
1349
- border-bottom: 24px solid transparent;
1350
- } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__s_1qjt9 {
1351
- border-top: 24px solid transparent;
1352
- border-bottom: 4px solid transparent;
1353
- } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__m_1qjt9 {
1354
- border-top: 24px solid transparent;
1355
- border-bottom: 8px solid transparent;
1356
- } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__l_1qjt9 {
1357
- border-top: 32px solid transparent;
1358
- border-bottom: 12px solid transparent;
1359
- } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__xl_1qjt9 {
1360
- border-top: 34px solid transparent;
1361
- border-bottom: 14px solid transparent;
1362
- }
1363
- .textarea__input_1imzy {
1364
- color: #0e0e0e;
1365
- caret-color: #0e0e0e;
1366
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1367
- } .textarea__input_1imzy:-webkit-autofill {
1368
- -webkit-text-fill-color: #0e0e0e;
1369
- } .textarea__input_1imzy::placeholder {
1370
- color: rgba(4, 4, 19, 0.55);
1371
- } .textarea__hasInnerLabel_1imzy::placeholder {
1372
- color: rgba(5, 8, 29, 0.38);
1373
- } .textarea__input_1imzy:read-only:not(.textarea__disableUserInput_1imzy) {
1374
- color: rgba(5, 8, 29, 0.38)
1375
- } .textarea__input_1imzy:read-only:not(.textarea__disableUserInput_1imzy):focus::placeholder {
1376
- color: rgba(4, 4, 19, 0.55);
1377
- } .textarea__input_1imzy:disabled {
1378
- color: rgba(5, 8, 29, 0.38);
1379
- -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1380
- } .textarea__input_1imzy:focus::placeholder {
1381
- color: rgba(5, 8, 29, 0.38);
1382
- } .textarea__error_1imzy {
1383
- color: #0e0e0e;
1384
- caret-color: #0e0e0e;
1385
- } .textarea__textarea_1imzy {
1386
- color: #0e0e0e;
1387
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1388
- } .textarea__textarea_1imzy::placeholder {
1389
- color: rgba(4, 4, 19, 0.55);
1390
- } .textarea__hasInnerLabel_1imzy::placeholder {
1391
- color: rgba(5, 8, 29, 0.38);
1392
- } .textarea__textarea_1imzy:disabled {
1393
- color: rgba(5, 8, 29, 0.38);
1394
- -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1395
- } .textarea__textarea_1imzy:read-only {
1396
- color: rgba(5, 8, 29, 0.38);
1397
- } .textarea__textarea_1imzy:focus::placeholder {
1398
- color: rgba(5, 8, 29, 0.38);
1399
- } .textarea__hint_1imzy {
1400
- color: rgba(238, 238, 251, 0.55);
1401
- } .textarea__error_1imzy {
1402
- color: #ff5431;
1403
- }.comment__component_mke1z {
1404
- background-color: #1c1c1e;
1405
- }.list-header__filled_b075e {
1406
- background-color: #212124;
1407
- }.circular-progress-bar__component_o79lq.circular-progress-bar__bg-positive_o79lq {
1408
- background: #17d055;
1409
- } .circular-progress-bar__component_o79lq.circular-progress-bar__bg-negative_o79lq {
1410
- background: #ff5431;
1411
- } .circular-progress-bar__backgroundCircle_o79lq,
1412
- .circular-progress-bar__progressCircle_o79lq {
1413
- fill: transparent;
1414
- } .circular-progress-bar__positive_o79lq {
1415
- stroke: #17d055;
1416
- } .circular-progress-bar__negative_o79lq {
1417
- stroke: #ff5431;
1418
- } .circular-progress-bar__backgroundCircle_o79lq {
1419
- stroke: rgba(222, 222, 238, 0.13)
1420
- } .circular-progress-bar__backgroundCircle_o79lq.circular-progress-bar__stroke_o79lq {
1421
- stroke: transparent;
1422
- } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-tertiary_o79lq {
1423
- color: #4a4a51;
1424
- } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-positive_o79lq {
1425
- color: #17d055;
1426
- } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-negative_o79lq {
1427
- color: #ff5431;
1428
- } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-primary-inverted_o79lq {
1429
- color: #0e0e0e;
1430
- } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-primary_o79lq {
1431
- color: #fff;
1432
- } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-secondary_o79lq {
1433
- color: #898991;
1434
- }.list__list_219yz {
1435
- color: #fff;
1436
- }
1437
- .list__slot_yksui.list__defaultColor_yksui {
1438
- color: #fff;
1439
- }
1440
- .system-message__component_1hesj {
1441
- color: rgba(238, 238, 251, 0.55);
1442
- }
1443
-
1444
-
1445
- .system-message__component_1rx0r {
1446
- color: #fff;
1447
- }
1448
-
1449
- .system-message__component_1lewf {
1450
- color: #fff;
1451
- }
1452
- .stepped-progress-bar__bar_1q383 {
1453
- background: rgba(222, 222, 238, 0.13);
1454
- } .stepped-progress-bar__description_1q383 {
1455
- color: rgba(238, 238, 251, 0.55);
1456
- }
1457
-
1458
- .stepped-progress-bar__bar_1rb2i {
1459
- background: rgba(15, 25, 55, 0.1);
1460
- } .stepped-progress-bar__description_1rb2i {
1461
- color: rgba(4, 4, 19, 0.55);
1462
- }
1463
- .stepped-progress-bar__bar_125eb.stepped-progress-bar__positive_125eb {
1464
- background: #17d055;
1465
- } .stepped-progress-bar__bar_125eb.stepped-progress-bar__attention_125eb {
1466
- background: #fda136;
1467
- } .stepped-progress-bar__bar_125eb.stepped-progress-bar__negative_125eb {
1468
- background: #ff5431;
1469
- } .stepped-progress-bar__bar_125eb.stepped-progress-bar__link_125eb {
1470
- background: #3193fc;
1471
- } .stepped-progress-bar__bar_125eb.stepped-progress-bar__tertiary_125eb {
1472
- background: #4a4a51;
1473
- } .stepped-progress-bar__bar_125eb.stepped-progress-bar__secondary_125eb {
1474
- background: #898991;
1475
- } .stepped-progress-bar__bar_125eb.stepped-progress-bar__primary_125eb {
1476
- background: #fff;
1477
- } .stepped-progress-bar__bar_125eb.stepped-progress-bar__accent_125eb {
1478
- background: #f83a2a;
1479
- }.tab-bar__component_ivzcz {
1480
- background-color: #0e0e0e;
1481
- } .tab-bar__border_ivzcz {
1482
- box-shadow: 0 -1px 0 0 #29292c;
1483
- }
1484
- .tab-bar__component_1ygns {
1485
- background-color: transparent;
1486
- -webkit-tap-highlight-color: transparent;
1487
- color: rgba(238, 238, 251, 0.55);
1488
- } .tab-bar__selected_1ygns {
1489
- color: #f83a2a;
1490
- } .tab-bar__label_1ygns {
1491
- color: rgba(238, 238, 251, 0.55);
1492
- }.button__primary_1xk1s {
1163
+ }.button__primary_l7nex {
1493
1164
  color: #0e0e0e;
1494
1165
  background-color: #fff
1495
1166
  } @media (hover: hover) {
1496
- .button__primary_1xk1s:hover {
1167
+ .button__primary_l7nex:hover {
1497
1168
  background-color: #e7e8eb;
1498
1169
  }
1499
- } .button__primary_1xk1s:active {
1170
+ } .button__primary_l7nex:active {
1500
1171
  background-color: #d2d3d9;
1501
- } .button__primary_1xk1s > .button__loader_1xk1s {
1172
+ } .button__primary_l7nex > .button__loader_l7nex {
1502
1173
  color: #0e0e0e;
1503
- } .button__secondary_1xk1s {
1504
- background-color: rgba(214, 214, 229, 0.07)
1505
- } .button__secondary_1xk1s:active {
1506
- background-color: rgba(222, 222, 238, 0.13);
1507
- } .button__ghost_1xk1s:active {
1174
+ } .button__secondary_l7nex {
1175
+ background-color: rgba(222, 222, 238, 0.13)
1176
+ } .button__secondary_l7nex:hover {
1177
+ background-color: rgba(234, 234, 248, 0.15);
1178
+ } .button__secondary_l7nex:active {
1179
+ background-color: rgba(231, 231, 248, 0.18);
1180
+ } .button__ghost_l7nex:active {
1508
1181
  color: #a0a1a9;
1509
- } .button__component_1xk1s[disabled].button__primary_1xk1s {
1182
+ } .button__component_l7nex[disabled].button__primary_l7nex {
1510
1183
  color: rgba(233, 233, 250, 0.37);
1511
1184
  background-color: rgba(214, 214, 229, 0.07)
1512
- } .button__component_1xk1s[disabled].button__primary_1xk1s.button__loading_1xk1s {
1185
+ } .button__component_l7nex[disabled].button__primary_l7nex.button__loading_l7nex {
1513
1186
  background-color: #fff;
1514
- } .button__component_1xk1s[disabled].button__secondary_1xk1s {
1187
+ } .button__component_l7nex[disabled].button__secondary_l7nex {
1515
1188
  color: rgba(233, 233, 250, 0.37);
1516
1189
  background-color: rgba(214, 214, 229, 0.07);
1517
- } .button__component_1xk1s[disabled].button__tertiary_1xk1s {
1190
+ } .button__component_l7nex[disabled].button__tertiary_l7nex {
1518
1191
  color: rgba(233, 233, 250, 0.37);
1519
1192
  border-color: rgba(228, 228, 251, 0.28);
1520
- } .button__component_1xk1s[disabled].button__link_1xk1s {
1193
+ } .button__component_l7nex[disabled].button__link_l7nex {
1521
1194
  color: rgba(233, 233, 250, 0.37);
1522
- } .button__component_1xk1s[disabled].button__ghost_1xk1s {
1195
+ } .button__component_l7nex[disabled].button__ghost_l7nex {
1523
1196
  color: rgba(233, 233, 250, 0.37);
1524
1197
  }
1525
- .button__primary_rx3am {
1198
+
1199
+ .button__primary_1h6hy {
1526
1200
  color: #fff;
1527
1201
  background-color: #0e0e0e
1528
1202
  } @media (hover: hover) {
1529
- .button__primary_rx3am:hover {
1203
+ .button__primary_1h6hy:hover {
1530
1204
  background-color: #29292c;
1531
1205
  }
1532
- } .button__primary_rx3am:active {
1206
+ } .button__primary_1h6hy:active {
1533
1207
  background-color: #2f2f32;
1534
- } .button__primary_rx3am > .button__loader_rx3am {
1208
+ } .button__primary_1h6hy > .button__loader_1h6hy {
1535
1209
  color: #fff;
1536
- } .button__secondary_rx3am {
1537
- background-color: rgba(38, 55, 88, 0.06)
1538
- } .button__secondary_rx3am:active {
1210
+ } .button__secondary_1h6hy {
1211
+ background-color: rgba(15, 25, 55, 0.1)
1212
+ } .button__secondary_1h6hy:hover {
1539
1213
  background-color: rgba(5, 12, 41, 0.14);
1540
- } .button__ghost_rx3am:active {
1214
+ } .button__secondary_1h6hy:active {
1215
+ background-color: rgba(5, 11, 44, 0.18);
1216
+ } .button__ghost_1h6hy:active {
1541
1217
  color: #75757d;
1542
- } .button__component_rx3am[disabled].button__primary_rx3am {
1218
+ } .button__component_1h6hy[disabled].button__primary_1h6hy {
1543
1219
  color: rgba(5, 8, 29, 0.38);
1544
1220
  background-color: rgba(38, 55, 88, 0.06)
1545
- } .button__component_rx3am[disabled].button__primary_rx3am.button__loading_rx3am {
1221
+ } .button__component_1h6hy[disabled].button__primary_1h6hy.button__loading_1h6hy {
1546
1222
  background-color: #0e0e0e;
1547
- } .button__component_rx3am[disabled].button__secondary_rx3am {
1223
+ } .button__component_1h6hy[disabled].button__secondary_1h6hy {
1548
1224
  color: rgba(5, 8, 29, 0.38);
1549
1225
  background-color: rgba(38, 55, 88, 0.06);
1550
- } .button__component_rx3am[disabled].button__tertiary_rx3am {
1226
+ } .button__component_1h6hy[disabled].button__tertiary_1h6hy {
1551
1227
  color: rgba(5, 8, 29, 0.38);
1552
1228
  border-color: rgba(9, 12, 37, 0.28);
1553
- } .button__component_rx3am[disabled].button__link_rx3am {
1229
+ } .button__component_1h6hy[disabled].button__link_1h6hy {
1554
1230
  color: rgba(5, 8, 29, 0.38);
1555
- } .button__component_rx3am[disabled].button__ghost_rx3am {
1231
+ } .button__component_1h6hy[disabled].button__ghost_1h6hy {
1556
1232
  color: rgba(5, 8, 29, 0.38);
1557
1233
  }
1558
-
1559
- .button__primary_l7nex {
1234
+ .button__primary_1xk1s {
1560
1235
  color: #0e0e0e;
1561
1236
  background-color: #fff
1562
1237
  } @media (hover: hover) {
1563
- .button__primary_l7nex:hover {
1238
+ .button__primary_1xk1s:hover {
1564
1239
  background-color: #e7e8eb;
1565
1240
  }
1566
- } .button__primary_l7nex:active {
1241
+ } .button__primary_1xk1s:active {
1567
1242
  background-color: #d2d3d9;
1568
- } .button__primary_l7nex > .button__loader_l7nex {
1243
+ } .button__primary_1xk1s > .button__loader_1xk1s {
1569
1244
  color: #0e0e0e;
1570
- } .button__secondary_l7nex {
1571
- background-color: rgba(222, 222, 238, 0.13)
1572
- } .button__secondary_l7nex:hover {
1573
- background-color: rgba(234, 234, 248, 0.15);
1574
- } .button__secondary_l7nex:active {
1575
- background-color: rgba(231, 231, 248, 0.18);
1576
- } .button__ghost_l7nex:active {
1245
+ } .button__secondary_1xk1s {
1246
+ background-color: rgba(214, 214, 229, 0.07)
1247
+ } .button__secondary_1xk1s:active {
1248
+ background-color: rgba(222, 222, 238, 0.13);
1249
+ } .button__ghost_1xk1s:active {
1577
1250
  color: #a0a1a9;
1578
- } .button__component_l7nex[disabled].button__primary_l7nex {
1251
+ } .button__component_1xk1s[disabled].button__primary_1xk1s {
1579
1252
  color: rgba(233, 233, 250, 0.37);
1580
1253
  background-color: rgba(214, 214, 229, 0.07)
1581
- } .button__component_l7nex[disabled].button__primary_l7nex.button__loading_l7nex {
1254
+ } .button__component_1xk1s[disabled].button__primary_1xk1s.button__loading_1xk1s {
1582
1255
  background-color: #fff;
1583
- } .button__component_l7nex[disabled].button__secondary_l7nex {
1256
+ } .button__component_1xk1s[disabled].button__secondary_1xk1s {
1584
1257
  color: rgba(233, 233, 250, 0.37);
1585
1258
  background-color: rgba(214, 214, 229, 0.07);
1586
- } .button__component_l7nex[disabled].button__tertiary_l7nex {
1259
+ } .button__component_1xk1s[disabled].button__tertiary_1xk1s {
1587
1260
  color: rgba(233, 233, 250, 0.37);
1588
1261
  border-color: rgba(228, 228, 251, 0.28);
1589
- } .button__component_l7nex[disabled].button__link_l7nex {
1262
+ } .button__component_1xk1s[disabled].button__link_1xk1s {
1590
1263
  color: rgba(233, 233, 250, 0.37);
1591
- } .button__component_l7nex[disabled].button__ghost_l7nex {
1264
+ } .button__component_1xk1s[disabled].button__ghost_1xk1s {
1592
1265
  color: rgba(233, 233, 250, 0.37);
1593
1266
  }
1594
-
1595
- .button__primary_1h6hy {
1267
+ .button__primary_rx3am {
1596
1268
  color: #fff;
1597
1269
  background-color: #0e0e0e
1598
1270
  } @media (hover: hover) {
1599
- .button__primary_1h6hy:hover {
1271
+ .button__primary_rx3am:hover {
1600
1272
  background-color: #29292c;
1601
1273
  }
1602
- } .button__primary_1h6hy:active {
1274
+ } .button__primary_rx3am:active {
1603
1275
  background-color: #2f2f32;
1604
- } .button__primary_1h6hy > .button__loader_1h6hy {
1276
+ } .button__primary_rx3am > .button__loader_rx3am {
1605
1277
  color: #fff;
1606
- } .button__secondary_1h6hy {
1607
- background-color: rgba(15, 25, 55, 0.1)
1608
- } .button__secondary_1h6hy:hover {
1278
+ } .button__secondary_rx3am {
1279
+ background-color: rgba(38, 55, 88, 0.06)
1280
+ } .button__secondary_rx3am:active {
1609
1281
  background-color: rgba(5, 12, 41, 0.14);
1610
- } .button__secondary_1h6hy:active {
1611
- background-color: rgba(5, 11, 44, 0.18);
1612
- } .button__ghost_1h6hy:active {
1282
+ } .button__ghost_rx3am:active {
1613
1283
  color: #75757d;
1614
- } .button__component_1h6hy[disabled].button__primary_1h6hy {
1284
+ } .button__component_rx3am[disabled].button__primary_rx3am {
1615
1285
  color: rgba(5, 8, 29, 0.38);
1616
1286
  background-color: rgba(38, 55, 88, 0.06)
1617
- } .button__component_1h6hy[disabled].button__primary_1h6hy.button__loading_1h6hy {
1287
+ } .button__component_rx3am[disabled].button__primary_rx3am.button__loading_rx3am {
1618
1288
  background-color: #0e0e0e;
1619
- } .button__component_1h6hy[disabled].button__secondary_1h6hy {
1289
+ } .button__component_rx3am[disabled].button__secondary_rx3am {
1620
1290
  color: rgba(5, 8, 29, 0.38);
1621
1291
  background-color: rgba(38, 55, 88, 0.06);
1622
- } .button__component_1h6hy[disabled].button__tertiary_1h6hy {
1292
+ } .button__component_rx3am[disabled].button__tertiary_rx3am {
1623
1293
  color: rgba(5, 8, 29, 0.38);
1624
1294
  border-color: rgba(9, 12, 37, 0.28);
1625
- } .button__component_1h6hy[disabled].button__link_1h6hy {
1295
+ } .button__component_rx3am[disabled].button__link_rx3am {
1626
1296
  color: rgba(5, 8, 29, 0.38);
1627
- } .button__component_1h6hy[disabled].button__ghost_1h6hy {
1297
+ } .button__component_rx3am[disabled].button__ghost_rx3am {
1628
1298
  color: rgba(5, 8, 29, 0.38);
1629
1299
  }
1300
+
1630
1301
  .button__accent_1gnur {
1631
1302
  color: #fff;
1632
1303
  background-color: #f83a2a;
@@ -1874,30 +1545,137 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
1874
1545
  color: #0e0e0e;
1875
1546
  } .button__component_198zw[disabled].button__ghost_198zw.button__loading_198zw {
1876
1547
  color: #0e0e0e;
1877
- }.chart__coreChart_y4v69 .recharts-text tspan {
1878
- fill: #fff;
1879
- }
1880
- @keyframes chart__showDot_yf6b1 {
1548
+ }.form-control__inner_1txak {
1549
+ background-color: rgba(222, 222, 238, 0.13);
1550
+ } .form-control__disabled_1txak.form-control__hasError_1txak {
1551
+ box-shadow: inset 0 0 0 2px #ff5431;
1881
1552
  }
1882
1553
 
1883
- .chart__tickText_6z9ce {
1884
- fill: #fff;
1885
- } .chart__circle_6z9ce {
1886
- fill: #0e0e0e;
1887
- } .chart__circle_6z9ce {
1888
- fill: #0e0e0e;
1554
+ .form-control__inner_n3zep {
1555
+ background-color: rgba(15, 25, 55, 0.1);
1556
+ } .form-control__disabled_n3zep.form-control__hasError_n3zep {
1557
+ box-shadow: inset 0 0 0 2px
1558
+ #ff5431;
1889
1559
  }
1890
- .chart__tooltip_w8y2f {
1891
- background-color: #0e0e0e;
1892
- border: 1px solid #36363a;
1893
- box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
1894
- 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);
1895
- } .chart__tooltipArrow_w8y2f {
1896
- border: 1px solid #36363a;
1897
- background-color: #0e0e0e;
1898
- } .chart__tooltipArrow_w8y2f:before {
1899
- border-color: transparent #0e0e0e transparent transparent;
1900
- }.custom-button__customButton_140tj.custom-button__white_140tj * {
1560
+ .form-control__inner_1dgrh {
1561
+ background-color: rgba(214, 214, 229, 0.07);
1562
+ } .form-control__disabled_1dgrh.form-control__hasError_1dgrh {
1563
+ box-shadow: inset 0 0 0 2px #ff5431;
1564
+ }
1565
+ .form-control__inner_vcp91 {
1566
+ background-color: rgba(38, 55, 88, 0.06);
1567
+ } .form-control__disabled_vcp91.form-control__hasError_vcp91 {
1568
+ box-shadow: inset 0 0 0 2px
1569
+ #ff5431;
1570
+ }
1571
+
1572
+ .form-control__component_1epub {
1573
+ color: #fff;
1574
+ } .form-control__label_1epub {
1575
+ color: rgba(238, 238, 251, 0.55);
1576
+ } .form-control__hint_1epub {
1577
+ color: rgba(238, 238, 251, 0.55);
1578
+ } .form-control__inner_1epub.form-control__disabled_1epub {
1579
+ color: rgba(238, 238, 251, 0.55);
1580
+ background-color: rgba(214, 214, 229, 0.07);
1581
+ } .form-control__disabled_1epub .form-control__label_1epub {
1582
+ color: rgba(233, 233, 250, 0.37);
1583
+ } .form-control__disabled_1epub.form-control__hasError_1epub {
1584
+ background-color: rgba(214, 214, 229, 0.07);
1585
+ } .form-control__inner_1epub:not(.form-control__disabled_1epub):hover {
1586
+ background-color: rgba(214, 214, 229, 0.07);
1587
+ } .form-control__focused_1epub.form-control__inner_1epub,
1588
+ .form-control__focused_1epub.form-control__inner_1epub:hover {
1589
+ background-color: rgba(214, 214, 229, 0.07);
1590
+ box-shadow: inset 0 0 0 2px rgba(238, 238, 251, 0.55)
1591
+ } .form-control__focused_1epub.form-control__inner_1epub.form-control__hasError_1epub, .form-control__focused_1epub.form-control__inner_1epub:hover.form-control__hasError_1epub {
1592
+ box-shadow: inset 0 0 0 2px #ff5431;
1593
+ } .form-control__error_1epub {
1594
+ color: #ff5431;
1595
+ } .form-control__hasError_1epub {
1596
+ box-shadow: inset 0 0 0 2px #ff5431;
1597
+ background-color: rgba(214, 214, 229, 0.07);
1598
+ } .form-control__hasError_1epub .form-control__label_1epub {
1599
+ color: rgba(238, 238, 251, 0.55);
1600
+ }
1601
+
1602
+ .form-control__component_x8yr4 {
1603
+ color: #0e0e0e;
1604
+ } .form-control__label_x8yr4 {
1605
+ color: rgba(4, 4, 19, 0.55);
1606
+ } .form-control__hint_x8yr4 {
1607
+ color: rgba(4, 4, 19, 0.55);
1608
+ } .form-control__inner_x8yr4.form-control__disabled_x8yr4 {
1609
+ color: rgba(4, 4, 19, 0.55);
1610
+ background-color: rgba(38, 55, 88, 0.06);
1611
+ } .form-control__disabled_x8yr4 .form-control__label_x8yr4 {
1612
+ color: rgba(5, 8, 29, 0.38);
1613
+ } .form-control__disabled_x8yr4.form-control__hasError_x8yr4 {
1614
+ background-color: rgba(38, 55, 88, 0.06);
1615
+ } .form-control__inner_x8yr4:not(.form-control__disabled_x8yr4):hover {
1616
+ background-color: rgba(38, 55, 88, 0.06);
1617
+ } .form-control__focused_x8yr4.form-control__inner_x8yr4,
1618
+ .form-control__focused_x8yr4.form-control__inner_x8yr4:hover {
1619
+ background-color: #fff;
1620
+ box-shadow: inset 0 0 0 2px
1621
+ rgba(4, 4, 21, 0.47)
1622
+ } .form-control__focused_x8yr4.form-control__inner_x8yr4.form-control__hasError_x8yr4, .form-control__focused_x8yr4.form-control__inner_x8yr4:hover.form-control__hasError_x8yr4 {
1623
+ box-shadow: inset 0 0 0 2px
1624
+ #ff5431;
1625
+ } .form-control__error_x8yr4 {
1626
+ color: #ff5431;
1627
+ } .form-control__hasError_x8yr4 {
1628
+ box-shadow: inset 0 0 0 2px
1629
+ #ff5431;
1630
+ background-color: rgba(38, 55, 88, 0.06);
1631
+ } .form-control__hasError_x8yr4 .form-control__label_x8yr4 {
1632
+ color: rgba(4, 4, 19, 0.55);
1633
+ }.typography__tertiary_4kq0c {
1634
+ color: rgba(233, 233, 250, 0.37);
1635
+ } .typography__disabled_4kq0c {
1636
+ color: rgba(236, 236, 254, 0.18);
1637
+ } .typography__accent_4kq0c {
1638
+ color: #ef3124;
1639
+ } .typography__primary_4kq0c {
1640
+ color: #fff;
1641
+ } .typography__attention_4kq0c {
1642
+ color: #fa9313;
1643
+ } .typography__positive_4kq0c {
1644
+ color: #0cc44d;
1645
+ } .typography__secondary_4kq0c {
1646
+ color: rgba(238, 238, 251, 0.55);
1647
+ } .typography__tertiary-inverted_4kq0c {
1648
+ color: rgba(5, 8, 29, 0.38);
1649
+ } .typography__primary-inverted_4kq0c {
1650
+ color: #0e0e0e;
1651
+ } .typography__secondary-inverted_4kq0c {
1652
+ color: rgba(4, 4, 19, 0.55);
1653
+ } .typography__link_4kq0c {
1654
+ color: #4a9dfc;
1655
+ } .typography__negative_4kq0c {
1656
+ color: #ff5431;
1657
+ } .typography__static-primary-light_4kq0c {
1658
+ color: #fff;
1659
+ } .typography__static-secondary-light_4kq0c {
1660
+ color: rgba(238, 238, 251, 0.55);
1661
+ } .typography__static-tertiary-light_4kq0c {
1662
+ color: rgba(233, 233, 250, 0.37);
1663
+ } .typography__static-primary-dark_4kq0c {
1664
+ color: #0e0e0e;
1665
+ } .typography__static-secondary-dark_4kq0c {
1666
+ color: rgba(4, 4, 19, 0.55);
1667
+ } .typography__static-tertiary-dark_4kq0c {
1668
+ color: rgba(5, 8, 29, 0.38);
1669
+ } .typography__static-accent_4kq0c {
1670
+ color: #ef3124;
1671
+ }
1672
+
1673
+
1674
+
1675
+ @media screen and (min-width: 1024px) {
1676
+ }
1677
+
1678
+ .custom-button__customButton_140tj.custom-button__white_140tj * {
1901
1679
  color: #0e0e0e;
1902
1680
  } .custom-button__customButton_140tj.custom-button__black_140tj * {
1903
1681
  color: #fff;
@@ -2033,12 +1811,134 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2033
1811
  color: rgba(15, 25, 55, 0.1)
2034
1812
  } .cc-icon-button.icon-button__component_e364n:disabled.icon-button__tertiary_e364n.icon-button__loader_e364n {
2035
1813
  color: rgba(9, 12, 37, 0.28);
2036
- }.pass-code__message_cokrx {
1814
+ }.textarea__input_nx2mv {
1815
+ color: #fff;
1816
+ caret-color: #fff;
1817
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1818
+ } .textarea__input_nx2mv:-webkit-autofill {
1819
+ -webkit-text-fill-color: #fff;
1820
+ } .textarea__input_nx2mv::placeholder {
1821
+ color: rgba(238, 238, 251, 0.55);
1822
+ } .textarea__hasInnerLabel_nx2mv::placeholder {
1823
+ color: rgba(233, 233, 250, 0.37);
1824
+ } .textarea__input_nx2mv:read-only:not(.textarea__disableUserInput_nx2mv) {
1825
+ color: rgba(233, 233, 250, 0.37)
1826
+ } .textarea__input_nx2mv:read-only:not(.textarea__disableUserInput_nx2mv):focus::placeholder {
1827
+ color: rgba(238, 238, 251, 0.55);
1828
+ } .textarea__input_nx2mv:disabled {
1829
+ color: rgba(233, 233, 250, 0.37);
1830
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1831
+ } .textarea__input_nx2mv:focus::placeholder {
1832
+ color: rgba(233, 233, 250, 0.37);
1833
+ } .textarea__error_nx2mv {
1834
+ color: #fff;
1835
+ caret-color: #fff;
1836
+ } .textarea__textarea_nx2mv {
1837
+ color: #fff;
1838
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1839
+ } .textarea__textarea_nx2mv::placeholder {
1840
+ color: rgba(238, 238, 251, 0.55);
1841
+ } .textarea__hasInnerLabel_nx2mv::placeholder {
1842
+ color: rgba(233, 233, 250, 0.37);
1843
+ } .textarea__textarea_nx2mv:disabled {
1844
+ color: rgba(233, 233, 250, 0.37);
1845
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1846
+ } .textarea__textarea_nx2mv:read-only {
1847
+ color: rgba(233, 233, 250, 0.37);
1848
+ } .textarea__textarea_nx2mv:focus::placeholder {
1849
+ color: rgba(233, 233, 250, 0.37);
1850
+ } .textarea__hint_nx2mv {
1851
+ color: rgba(238, 238, 251, 0.55);
1852
+ } .textarea__error_nx2mv {
1853
+ color: #ff5431;
1854
+ }
1855
+ .textarea__customScrollbar_1qjt9::-webkit-scrollbar-track {
1856
+ background-color: transparent;
1857
+ } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-track-piece {
1858
+ background-color: transparent;
1859
+ } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-thumb {
1860
+ background-color: rgba(255, 255, 255, 0.3);
1861
+ border-color: transparent;
1862
+ } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-thumb:active {
1863
+ background-color: rgba(255, 255, 255, 0.6);
1864
+ } .textarea__pseudoTextarea_1qjt9 span {
1865
+ color: transparent;
1866
+ } .textarea__pseudoTextarea_1qjt9 .textarea__overflow_1qjt9 {
1867
+ background-color: rgba(255, 84, 49, 0.4);
1868
+ } .textarea__pseudoTextarea_1qjt9::-webkit-scrollbar-thumb {
1869
+ background-color: transparent;
1870
+ } .textarea__focusVisible_1qjt9 {
1871
+ outline: 2px solid #3193fc;
1872
+ } .textarea__textarea_1qjt9.textarea__s_1qjt9 {
1873
+ border-top: 14px solid transparent;
1874
+ border-bottom: 14px solid transparent;
1875
+ } .textarea__textarea_1qjt9.textarea__m_1qjt9 {
1876
+ border-top: 18px solid transparent;
1877
+ border-bottom: 18px solid transparent;
1878
+ } .textarea__textarea_1qjt9.textarea__l_1qjt9 {
1879
+ border-top: 22px solid transparent;
1880
+ border-bottom: 22px solid transparent;
1881
+ } .textarea__textarea_1qjt9.textarea__xl_1qjt9 {
1882
+ border-top: 24px solid transparent;
1883
+ border-bottom: 24px solid transparent;
1884
+ } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__s_1qjt9 {
1885
+ border-top: 24px solid transparent;
1886
+ border-bottom: 4px solid transparent;
1887
+ } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__m_1qjt9 {
1888
+ border-top: 24px solid transparent;
1889
+ border-bottom: 8px solid transparent;
1890
+ } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__l_1qjt9 {
1891
+ border-top: 32px solid transparent;
1892
+ border-bottom: 12px solid transparent;
1893
+ } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__xl_1qjt9 {
1894
+ border-top: 34px solid transparent;
1895
+ border-bottom: 14px solid transparent;
1896
+ }
1897
+ .textarea__input_1imzy {
1898
+ color: #0e0e0e;
1899
+ caret-color: #0e0e0e;
1900
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1901
+ } .textarea__input_1imzy:-webkit-autofill {
1902
+ -webkit-text-fill-color: #0e0e0e;
1903
+ } .textarea__input_1imzy::placeholder {
1904
+ color: rgba(4, 4, 19, 0.55);
1905
+ } .textarea__hasInnerLabel_1imzy::placeholder {
1906
+ color: rgba(5, 8, 29, 0.38);
1907
+ } .textarea__input_1imzy:read-only:not(.textarea__disableUserInput_1imzy) {
1908
+ color: rgba(5, 8, 29, 0.38)
1909
+ } .textarea__input_1imzy:read-only:not(.textarea__disableUserInput_1imzy):focus::placeholder {
1910
+ color: rgba(4, 4, 19, 0.55);
1911
+ } .textarea__input_1imzy:disabled {
1912
+ color: rgba(5, 8, 29, 0.38);
1913
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1914
+ } .textarea__input_1imzy:focus::placeholder {
1915
+ color: rgba(5, 8, 29, 0.38);
1916
+ } .textarea__error_1imzy {
1917
+ color: #0e0e0e;
1918
+ caret-color: #0e0e0e;
1919
+ } .textarea__textarea_1imzy {
1920
+ color: #0e0e0e;
1921
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1922
+ } .textarea__textarea_1imzy::placeholder {
1923
+ color: rgba(4, 4, 19, 0.55);
1924
+ } .textarea__hasInnerLabel_1imzy::placeholder {
1925
+ color: rgba(5, 8, 29, 0.38);
1926
+ } .textarea__textarea_1imzy:disabled {
1927
+ color: rgba(5, 8, 29, 0.38);
1928
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1929
+ } .textarea__textarea_1imzy:read-only {
1930
+ color: rgba(5, 8, 29, 0.38);
1931
+ } .textarea__textarea_1imzy:focus::placeholder {
1932
+ color: rgba(5, 8, 29, 0.38);
1933
+ } .textarea__hint_1imzy {
1934
+ color: rgba(238, 238, 251, 0.55);
1935
+ } .textarea__error_1imzy {
1936
+ color: #ff5431;
1937
+ }.pass-code__message_cokrx {
2037
1938
  color: #fff;
2038
1939
  } .pass-code__error_cokrx {
2039
1940
  color: #ff5431;
2040
1941
  }
2041
-
2042
1942
  .pass-code__dot_zoxjl {
2043
1943
  background: rgba(222, 222, 238, 0.13)
2044
1944
  } .pass-code__dot_zoxjl.pass-code__error_zoxjl {
@@ -2048,6 +1948,7 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2048
1948
  }
2049
1949
  @keyframes pass-code__shake_i7vnj {
2050
1950
  }
1951
+
2051
1952
  .pass-code__secondary_1mfx3.pass-code__secondary_1mfx3 {
2052
1953
  color: #fff;
2053
1954
  background: rgba(225, 225, 248, 0.09)
@@ -2061,6 +1962,33 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2061
1962
  color: #fff;
2062
1963
  } .pass-code__ghost_1mfx3.pass-code__ghost_1mfx3:active {
2063
1964
  background: rgba(234, 234, 248, 0.15);
1965
+ }.circular-progress-bar__component_o79lq.circular-progress-bar__bg-positive_o79lq {
1966
+ background: #17d055;
1967
+ } .circular-progress-bar__component_o79lq.circular-progress-bar__bg-negative_o79lq {
1968
+ background: #ff5431;
1969
+ } .circular-progress-bar__backgroundCircle_o79lq,
1970
+ .circular-progress-bar__progressCircle_o79lq {
1971
+ fill: transparent;
1972
+ } .circular-progress-bar__positive_o79lq {
1973
+ stroke: #17d055;
1974
+ } .circular-progress-bar__negative_o79lq {
1975
+ stroke: #ff5431;
1976
+ } .circular-progress-bar__backgroundCircle_o79lq {
1977
+ stroke: rgba(222, 222, 238, 0.13)
1978
+ } .circular-progress-bar__backgroundCircle_o79lq.circular-progress-bar__stroke_o79lq {
1979
+ stroke: transparent;
1980
+ } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-tertiary_o79lq {
1981
+ color: #4a4a51;
1982
+ } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-positive_o79lq {
1983
+ color: #17d055;
1984
+ } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-negative_o79lq {
1985
+ color: #ff5431;
1986
+ } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-primary-inverted_o79lq {
1987
+ color: #0e0e0e;
1988
+ } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-primary_o79lq {
1989
+ color: #fff;
1990
+ } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-secondary_o79lq {
1991
+ color: #898991;
2064
1992
  }.confirmation-v1__errorHeader_1ghf5 {
2065
1993
  color: #fff;
2066
1994
  color: #fff;
@@ -2075,6 +2003,17 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2075
2003
  } .confirmation-v1__phoneDescription_1ghf5 {
2076
2004
  color: rgba(238, 238, 251, 0.55);
2077
2005
  }
2006
+ .confirmation-v1__input_ogxju {
2007
+ background-color: #1c1c1e;
2008
+ color: #fff
2009
+ } .confirmation-v1__input_ogxju.confirmation-v1__hasError_ogxju {
2010
+ color: #ff5431;
2011
+ caret-color: #fff;
2012
+ background-color: #392523;
2013
+ } .confirmation-v1__input_ogxju.confirmation-v1__disabled_ogxju {
2014
+ color: rgba(233, 233, 250, 0.37);
2015
+ } @keyframes confirmation-v1__shake_ogxju {
2016
+ }
2078
2017
  .confirmation-v1__component_wnb5n {
2079
2018
  color: rgba(238, 238, 251, 0.55);
2080
2019
  color: rgba(238, 238, 251, 0.55);
@@ -2090,17 +2029,6 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2090
2029
  } .confirmation-v1__alertIcon_jln8r {
2091
2030
  color: #d91d0b;
2092
2031
  }
2093
- .confirmation-v1__input_ogxju {
2094
- background-color: #1c1c1e;
2095
- color: #fff
2096
- } .confirmation-v1__input_ogxju.confirmation-v1__hasError_ogxju {
2097
- color: #ff5431;
2098
- caret-color: #fff;
2099
- background-color: #392523;
2100
- } .confirmation-v1__input_ogxju.confirmation-v1__disabled_ogxju {
2101
- color: rgba(233, 233, 250, 0.37);
2102
- } @keyframes confirmation-v1__shake_ogxju {
2103
- }
2104
2032
  .confirmation-v1__header_1snyu {
2105
2033
  color: #fff;
2106
2034
  color: #fff;
@@ -2109,6 +2037,8 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2109
2037
  } .confirmation-v1__loaderText_1snyu {
2110
2038
  color: rgba(238, 238, 251, 0.55);
2111
2039
  color: rgba(238, 238, 251, 0.55);
2040
+ }.comment__component_mke1z {
2041
+ background-color: #1c1c1e;
2112
2042
  }.input__input_12sr2 {
2113
2043
  color: #fff;
2114
2044
  caret-color: #fff;
@@ -2190,7 +2120,77 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2190
2120
  color: rgba(5, 8, 29, 0.38);
2191
2121
  } .input__clearIcon_18mfs:active {
2192
2122
  color: rgba(4, 4, 21, 0.47);
2193
- }.file-upload-item__component_1f20v {
2123
+ }.list-header__filled_b075e {
2124
+ background-color: #212124;
2125
+ }.chart__coreChart_y4v69 .recharts-text tspan {
2126
+ fill: #fff;
2127
+ }
2128
+ @keyframes chart__showDot_yf6b1 {
2129
+ }
2130
+
2131
+ .chart__tickText_6z9ce {
2132
+ fill: #fff;
2133
+ } .chart__circle_6z9ce {
2134
+ fill: #0e0e0e;
2135
+ } .chart__circle_6z9ce {
2136
+ fill: #0e0e0e;
2137
+ }
2138
+ .chart__tooltip_w8y2f {
2139
+ background-color: #0e0e0e;
2140
+ border: 1px solid #36363a;
2141
+ box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
2142
+ 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);
2143
+ } .chart__tooltipArrow_w8y2f {
2144
+ border: 1px solid #36363a;
2145
+ background-color: #0e0e0e;
2146
+ } .chart__tooltipArrow_w8y2f:before {
2147
+ border-color: transparent #0e0e0e transparent transparent;
2148
+ }.list__list_219yz {
2149
+ color: #fff;
2150
+ }
2151
+ .list__slot_yksui.list__defaultColor_yksui {
2152
+ color: #fff;
2153
+ }.stepped-progress-bar__bar_1q383 {
2154
+ background: rgba(222, 222, 238, 0.13);
2155
+ } .stepped-progress-bar__description_1q383 {
2156
+ color: rgba(238, 238, 251, 0.55);
2157
+ }
2158
+
2159
+ .stepped-progress-bar__bar_1rb2i {
2160
+ background: rgba(15, 25, 55, 0.1);
2161
+ } .stepped-progress-bar__description_1rb2i {
2162
+ color: rgba(4, 4, 19, 0.55);
2163
+ }
2164
+ .stepped-progress-bar__bar_125eb.stepped-progress-bar__positive_125eb {
2165
+ background: #17d055;
2166
+ } .stepped-progress-bar__bar_125eb.stepped-progress-bar__attention_125eb {
2167
+ background: #fda136;
2168
+ } .stepped-progress-bar__bar_125eb.stepped-progress-bar__negative_125eb {
2169
+ background: #ff5431;
2170
+ } .stepped-progress-bar__bar_125eb.stepped-progress-bar__link_125eb {
2171
+ background: #3193fc;
2172
+ } .stepped-progress-bar__bar_125eb.stepped-progress-bar__tertiary_125eb {
2173
+ background: #4a4a51;
2174
+ } .stepped-progress-bar__bar_125eb.stepped-progress-bar__secondary_125eb {
2175
+ background: #898991;
2176
+ } .stepped-progress-bar__bar_125eb.stepped-progress-bar__primary_125eb {
2177
+ background: #fff;
2178
+ } .stepped-progress-bar__bar_125eb.stepped-progress-bar__accent_125eb {
2179
+ background: #f83a2a;
2180
+ }.tab-bar__component_ivzcz {
2181
+ background-color: #0e0e0e;
2182
+ } .tab-bar__border_ivzcz {
2183
+ box-shadow: 0 -1px 0 0 #29292c;
2184
+ }
2185
+ .tab-bar__component_1ygns {
2186
+ background-color: transparent;
2187
+ -webkit-tap-highlight-color: transparent;
2188
+ color: rgba(238, 238, 251, 0.55);
2189
+ } .tab-bar__selected_1ygns {
2190
+ color: #f83a2a;
2191
+ } .tab-bar__label_1ygns {
2192
+ color: rgba(238, 238, 251, 0.55);
2193
+ }.file-upload-item__component_1f20v {
2194
2194
  color: rgba(238, 238, 251, 0.55);
2195
2195
  box-shadow: 0 -1px 0 0 #29292c inset
2196
2196
  } .file-upload-item__icon_1f20v {
@@ -2203,7 +2203,32 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2203
2203
  color: #fff
2204
2204
  } .file-upload-item__errorWrapper_1f20v {
2205
2205
  color: #ff5431
2206
+ }.navigation-bar__content_i8g5v {
2207
+ color: #fff
2208
+ } .navigation-bar__subtitle_i8g5v {
2209
+ color: rgba(238, 238, 251, 0.55);
2206
2210
  }
2211
+ .navigation-bar__component_ferxi {
2212
+ background: rgba(14, 14, 14, 0.4)
2213
+ } .navigation-bar__component_ferxi svg > path {
2214
+ fill: #fff;
2215
+ } .navigation-bar__component_ferxi:hover svg > path {
2216
+ fill: #babbc2;
2217
+ } .navigation-bar__component_ferxi:active svg > path {
2218
+ fill: #a0a1a9;
2219
+ } .navigation-bar__mobileWrapper_ferxi {
2220
+ background: rgba(214, 214, 229, 0.07)
2221
+ } .navigation-bar__mobileWrapper_ferxi svg > path {
2222
+ fill: rgba(238, 238, 251, 0.55);
2223
+ }
2224
+ .navigation-bar__button_18z2z {
2225
+ background: rgba(14, 14, 14, 0.4);
2226
+ color: #fff
2227
+ } .navigation-bar__button_18z2z.navigation-bar__mobile_18z2z {
2228
+ background: rgba(214, 214, 229, 0.07);
2229
+ color: rgba(238, 238, 251, 0.55);
2230
+ }
2231
+
2207
2232
  .plate__component_kpw24 {
2208
2233
  color: #fff
2209
2234
  } .plate__focused_kpw24 {
@@ -2237,16 +2262,18 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2237
2262
  } .plate__custom_kpw24:before {
2238
2263
  background-color: rgba(238, 238, 251, 0.55);
2239
2264
  }
2265
+ .confirmation__component_a4t95 {
2266
+ color: rgba(238, 238, 251, 0.55);
2267
+ }
2240
2268
 
2241
2269
  .confirmation__circle_vx39a {
2242
2270
  fill: transparent;
2243
2271
  stroke: #4a4a51;
2244
2272
  }
2245
- .confirmation__component_a4t95 {
2273
+ .confirmation__typographyTheme_s1itd.confirmation__typographyTheme_s1itd {
2246
2274
  color: rgba(238, 238, 251, 0.55);
2247
2275
  }
2248
-
2249
- .confirmation__typographyTheme_s1itd.confirmation__typographyTheme_s1itd {
2276
+ .confirmation__typographyTheme_1ubrn.confirmation__typographyTheme_1ubrn {
2250
2277
  color: rgba(238, 238, 251, 0.55);
2251
2278
  }
2252
2279
  .confirmation__typographyTheme_1aoq4.confirmation__typographyTheme_1aoq4 {
@@ -2256,9 +2283,6 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2256
2283
  } .confirmation__countdownContainer_1aoq4.confirmation__countdownContainer_1aoq4 {
2257
2284
  color: rgba(238, 238, 251, 0.55);
2258
2285
  }
2259
- .confirmation__typographyTheme_1ubrn.confirmation__typographyTheme_1ubrn {
2260
- color: rgba(238, 238, 251, 0.55);
2261
- }
2262
2286
  .confirmation__typographyTheme_1d91a.confirmation__typographyTheme_1d91a {
2263
2287
  color: rgba(238, 238, 251, 0.55);
2264
2288
  }
@@ -2275,30 +2299,6 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2275
2299
  background-color: #1c1c1e;
2276
2300
  } .toast-plate__closeButtonWrapper_o1vhr:before {
2277
2301
  background-color: #29292c;
2278
- }.navigation-bar__content_i8g5v {
2279
- color: #fff
2280
- } .navigation-bar__subtitle_i8g5v {
2281
- color: rgba(238, 238, 251, 0.55);
2282
- }
2283
- .navigation-bar__button_18z2z {
2284
- background: rgba(14, 14, 14, 0.4);
2285
- color: #fff
2286
- } .navigation-bar__button_18z2z.navigation-bar__mobile_18z2z {
2287
- background: rgba(214, 214, 229, 0.07);
2288
- color: rgba(238, 238, 251, 0.55);
2289
- }
2290
- .navigation-bar__component_ferxi {
2291
- background: rgba(14, 14, 14, 0.4)
2292
- } .navigation-bar__component_ferxi svg > path {
2293
- fill: #fff;
2294
- } .navigation-bar__component_ferxi:hover svg > path {
2295
- fill: #babbc2;
2296
- } .navigation-bar__component_ferxi:active svg > path {
2297
- fill: #a0a1a9;
2298
- } .navigation-bar__mobileWrapper_ferxi {
2299
- background: rgba(214, 214, 229, 0.07)
2300
- } .navigation-bar__mobileWrapper_ferxi svg > path {
2301
- fill: rgba(238, 238, 251, 0.55);
2302
2302
  }.pure-cell__focused_9rya7 {
2303
2303
  outline: 2px solid #3193fc;
2304
2304
  }
@@ -2313,21 +2313,7 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2313
2313
 
2314
2314
 
2315
2315
 
2316
- .slider-input__slider_cd8jj .noUi-base:hover > .noUi-connects {
2317
- background-color: #898991;
2318
- } .slider-input__slider_cd8jj .noUi-connects {
2319
- background-color: #898991;
2320
- } .slider-input__steps_cd8jj {
2321
- color: rgba(238, 238, 251, 0.55);
2322
- } .slider-input__info_cd8jj {
2323
- color: rgba(238, 238, 251, 0.55);
2324
- }.with-suffix__hasSuffix_1w5vq input:focus::placeholder {
2325
- color: transparent;
2326
- } .with-suffix__disabled_1w5vq {
2327
- color: rgba(233, 233, 250, 0.37);
2328
- } .with-suffix__readOnly_1w5vq {
2329
- color: rgba(233, 233, 250, 0.37);
2330
- }.number-input__steppers_6qtl2 {
2316
+ .number-input__steppers_6qtl2 {
2331
2317
  background-color: rgba(214, 214, 229, 0.07);
2332
2318
  } .number-input__steppersFocused_6qtl2,
2333
2319
  .number-input__steppersDisabled_6qtl2 {
@@ -2346,13 +2332,20 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2346
2332
 
2347
2333
  .number-input__separator_1f1op {
2348
2334
  background-color: rgba(15, 25, 55, 0.1);
2349
- }.toast__toastPlate_1smzc {
2350
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2351
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2352
- } .toast__popoverInner_1smzc {
2353
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2354
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2355
- background-color: transparent;
2335
+ }.slider-input__slider_cd8jj .noUi-base:hover > .noUi-connects {
2336
+ background-color: #898991;
2337
+ } .slider-input__slider_cd8jj .noUi-connects {
2338
+ background-color: #898991;
2339
+ } .slider-input__steps_cd8jj {
2340
+ color: rgba(238, 238, 251, 0.55);
2341
+ } .slider-input__info_cd8jj {
2342
+ color: rgba(238, 238, 251, 0.55);
2343
+ }.with-suffix__hasSuffix_1w5vq input:focus::placeholder {
2344
+ color: transparent;
2345
+ } .with-suffix__disabled_1w5vq {
2346
+ color: rgba(233, 233, 250, 0.37);
2347
+ } .with-suffix__readOnly_1w5vq {
2348
+ color: rgba(233, 233, 250, 0.37);
2356
2349
  }
2357
2350
  .popup-sheet__appear_1mksr,
2358
2351
  .popup-sheet__enter_1mksr {
@@ -2367,36 +2360,6 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2367
2360
  } .popup-sheet__exitActive_1mksr,
2368
2361
  .popup-sheet__exitDone_1mksr {
2369
2362
  background-color: transparent;
2370
- }.bank-card__component_i3u6b {
2371
- --form-control-bg-color: transparent;
2372
- --form-control-focus-shadow: transparent;
2373
- --form-control-hover-bg-color: transparent;
2374
- --form-control-focus-bg-color: transparent;
2375
- } .bank-card__label_i3u6b {
2376
- color: rgba(238, 238, 251, 0.55)
2377
- } .bank-card__focused_i3u6b .bank-card__label_i3u6b,
2378
- .bank-card__filled_i3u6b .bank-card__label_i3u6b {
2379
- color: #fff
2380
- } .bank-card__input_i3u6b {
2381
- color: #fff;
2382
- caret-color: #fff
2383
- } .bank-card__bankLogo_i3u6b svg g {
2384
- fill: #fff;
2385
- } .bank-card__brandLogo_i3u6b svg {
2386
- fill: #fff;
2387
- } .bank-card__usePhoto_i3u6b {
2388
- background-color: transparent
2389
- } .bank-card__usePhoto_i3u6b svg {
2390
- fill: #fff;
2391
- }.amount-input__minorPartAndCurrency_16q7v {
2392
- color: rgba(238, 238, 251, 0.55);
2393
- }
2394
- .amount-input__filled_1543a .amount-input__input_1543a,
2395
- .amount-input__input_1543a:focus {
2396
- -webkit-text-fill-color: transparent;
2397
- }
2398
- .amount-input__minorPartAndCurrency_28dyx {
2399
- color: rgba(4, 4, 19, 0.55);
2400
2363
  }.bottom-sheet__modal_1ouw1.bottom-sheet__modal_1ouw1 {
2401
2364
  background-color: transparent;
2402
2365
  } .bottom-sheet__component_1ouw1 {
@@ -2450,6 +2413,9 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2450
2413
  } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ouw1 {
2451
2414
  background-color: rgba(30, 43, 68, 0.08);
2452
2415
  }
2416
+ .bottom-sheet__highlighted_171ua {
2417
+ border-bottom: 1px solid #36363a;
2418
+ }
2453
2419
  .bottom-sheet__footer_19rha {
2454
2420
  background-color: #1c1c1e;
2455
2421
  } .bottom-sheet__highlighted_19rha {
@@ -2499,9 +2465,43 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2499
2465
  background-color: rgba(222, 222, 240, 0.12);
2500
2466
  } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_19rha {
2501
2467
  background-color: rgba(30, 43, 68, 0.08);
2502
- }
2503
- .bottom-sheet__highlighted_171ua {
2504
- border-bottom: 1px solid #36363a;
2468
+ }.bank-card__component_i3u6b {
2469
+ --form-control-bg-color: transparent;
2470
+ --form-control-focus-shadow: transparent;
2471
+ --form-control-hover-bg-color: transparent;
2472
+ --form-control-focus-bg-color: transparent;
2473
+ } .bank-card__label_i3u6b {
2474
+ color: rgba(238, 238, 251, 0.55)
2475
+ } .bank-card__focused_i3u6b .bank-card__label_i3u6b,
2476
+ .bank-card__filled_i3u6b .bank-card__label_i3u6b {
2477
+ color: #fff
2478
+ } .bank-card__input_i3u6b {
2479
+ color: #fff;
2480
+ caret-color: #fff
2481
+ } .bank-card__bankLogo_i3u6b svg g {
2482
+ fill: #fff;
2483
+ } .bank-card__brandLogo_i3u6b svg {
2484
+ fill: #fff;
2485
+ } .bank-card__usePhoto_i3u6b {
2486
+ background-color: transparent
2487
+ } .bank-card__usePhoto_i3u6b svg {
2488
+ fill: #fff;
2489
+ }.toast__toastPlate_1smzc {
2490
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2491
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2492
+ } .toast__popoverInner_1smzc {
2493
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2494
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2495
+ background-color: transparent;
2496
+ }.amount-input__minorPartAndCurrency_16q7v {
2497
+ color: rgba(238, 238, 251, 0.55);
2498
+ }
2499
+ .amount-input__filled_1543a .amount-input__input_1543a,
2500
+ .amount-input__input_1543a:focus {
2501
+ -webkit-text-fill-color: transparent;
2502
+ }
2503
+ .amount-input__minorPartAndCurrency_28dyx {
2504
+ color: rgba(4, 4, 19, 0.55);
2505
2505
  }@media (min-width: 600px) {
2506
2506
  }
2507
2507
 
@@ -2526,30 +2526,6 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2526
2526
  } .modal__sticky_18700.modal__hasContent_18700 {
2527
2527
  background: #1c1c1e;
2528
2528
  }
2529
-
2530
-
2531
-
2532
-
2533
-
2534
-
2535
-
2536
-
2537
-
2538
- .side-panel__sticky_k76ue {
2539
- background: #1c1c1e;
2540
- } .side-panel__highlighted_k76ue {
2541
- background: #1c1c1e;
2542
- box-shadow: 0 -1px 0 0 #29292c;
2543
- }
2544
-
2545
-
2546
-
2547
- .side-panel__highlighted_wl5jw {
2548
- background: #1c1c1e;
2549
- box-shadow: 0 1px 0 0 #29292c;
2550
- } .side-panel__sticky_wl5jw.side-panel__hasContent_wl5jw {
2551
- background: #1c1c1e;
2552
- }
2553
2529
  .tooltip__hint_11qif {
2554
2530
  background-color: #fff;
2555
2531
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
@@ -2579,6 +2555,30 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2579
2555
  } .tooltip__hint_i3hsn .tooltip__arrow_i3hsn:after {
2580
2556
  background-color: #1c1c1e;
2581
2557
  }
2558
+
2559
+
2560
+
2561
+
2562
+
2563
+
2564
+
2565
+
2566
+
2567
+ .side-panel__sticky_k76ue {
2568
+ background: #1c1c1e;
2569
+ } .side-panel__highlighted_k76ue {
2570
+ background: #1c1c1e;
2571
+ box-shadow: 0 -1px 0 0 #29292c;
2572
+ }
2573
+
2574
+
2575
+
2576
+ .side-panel__highlighted_wl5jw {
2577
+ background: #1c1c1e;
2578
+ box-shadow: 0 1px 0 0 #29292c;
2579
+ } .side-panel__sticky_wl5jw.side-panel__hasContent_wl5jw {
2580
+ background: #1c1c1e;
2581
+ }
2582
2582
  .gallery__container_1wdpj {
2583
2583
  background-color: #0e0e0e;
2584
2584
  } .gallery__modal_1wdpj {
@@ -2591,7 +2591,6 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2591
2591
  } .gallery__iconButton_d9o1a:active path {
2592
2592
  color: rgb(217, 217, 217);
2593
2593
  }
2594
-
2595
2594
  .gallery__component_cphoh {
2596
2595
  border: 2px solid rgba(0, 0, 0, 0);
2597
2596
  } .gallery__active_cphoh {
@@ -2628,7 +2627,42 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2628
2627
  background-color: #36363a;
2629
2628
  } .gallery__fullScreenImage_11cpp {
2630
2629
  background-color: #0e0e0e;
2631
- }.calendar__dayName_1gf10 {
2630
+ }
2631
+ .calendar__container_o51bx.calendar__customScrollbar_o51bx::-webkit-scrollbar-track {
2632
+ background-color: transparent;
2633
+ } .calendar__container_o51bx.calendar__customScrollbar_o51bx::-webkit-scrollbar-track-piece {
2634
+ background-color: transparent;
2635
+ } .calendar__container_o51bx.calendar__customScrollbar_o51bx::-webkit-scrollbar-thumb {
2636
+ background-color: rgba(255, 255, 255, 0.3);
2637
+ border-color: transparent;
2638
+ } .calendar__container_o51bx.calendar__customScrollbar_o51bx::-webkit-scrollbar-thumb:active {
2639
+ background-color: rgba(255, 255, 255, 0.6);
2640
+ }
2641
+ .calendar__appear_whtn6,
2642
+ .calendar__enter_whtn6 {
2643
+ background-color: transparent;
2644
+ } .calendar__appearActive_whtn6,
2645
+ .calendar__enterActive_whtn6,
2646
+ .calendar__appearDone_whtn6,
2647
+ .calendar__enterDone_whtn6 {
2648
+ background-color: rgba(255, 255, 255, 0.1);
2649
+ } .calendar__exit_whtn6 {
2650
+ background-color: rgba(255, 255, 255, 0.1);
2651
+ } .calendar__exitActive_whtn6,
2652
+ .calendar__exitDone_whtn6 {
2653
+ background-color: transparent;
2654
+ }
2655
+ .calendar__calendar_17sw7 th {
2656
+ border-bottom: 1px solid #29292c;
2657
+ } .calendar__dayNames_17sw7 {
2658
+ background: #1c1c1e
2659
+ } .calendar__month_17sw7 {
2660
+ color: #fff;
2661
+ } .calendar__dayName_17sw7 {
2662
+ color: rgba(238, 238, 251, 0.55)
2663
+ }
2664
+
2665
+ .calendar__dayName_1gf10 {
2632
2666
  color: rgba(238, 238, 251, 0.55)
2633
2667
  } .calendar__day_1gf10 {
2634
2668
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -2694,46 +2728,15 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2694
2728
  .calendar__bottomAddon_1gf10.calendar__selected_1gf10 > * {
2695
2729
  color: #0e0e0e;
2696
2730
  }
2697
- .calendar__appear_whtn6,
2698
- .calendar__enter_whtn6 {
2699
- background-color: transparent;
2700
- } .calendar__appearActive_whtn6,
2701
- .calendar__enterActive_whtn6,
2702
- .calendar__appearDone_whtn6,
2703
- .calendar__enterDone_whtn6 {
2704
- background-color: rgba(255, 255, 255, 0.1);
2705
- } .calendar__exit_whtn6 {
2706
- background-color: rgba(255, 255, 255, 0.1);
2707
- } .calendar__exitActive_whtn6,
2708
- .calendar__exitDone_whtn6 {
2709
- background-color: transparent;
2710
- }
2711
- .calendar__calendar_17sw7 th {
2712
- border-bottom: 1px solid #29292c;
2713
- } .calendar__dayNames_17sw7 {
2714
- background: #1c1c1e
2715
- } .calendar__month_17sw7 {
2716
- color: #fff;
2717
- } .calendar__dayName_17sw7 {
2718
- color: rgba(238, 238, 251, 0.55)
2719
- }
2720
2731
 
2721
- .calendar__container_o51bx.calendar__customScrollbar_o51bx::-webkit-scrollbar-track {
2722
- background-color: transparent;
2723
- } .calendar__container_o51bx.calendar__customScrollbar_o51bx::-webkit-scrollbar-track-piece {
2724
- background-color: transparent;
2725
- } .calendar__container_o51bx.calendar__customScrollbar_o51bx::-webkit-scrollbar-thumb {
2726
- background-color: rgba(255, 255, 255, 0.3);
2727
- border-color: transparent;
2728
- } .calendar__container_o51bx.calendar__customScrollbar_o51bx::-webkit-scrollbar-thumb:active {
2729
- background-color: rgba(255, 255, 255, 0.6);
2730
- }
2731
2732
  .calendar__withShadow_1usm3 {
2732
2733
  box-shadow: 0 1px 0 0 #29292c;
2733
2734
  }
2734
2735
  @media (max-width: 374px) {
2735
2736
  }
2736
-
2737
+ .calendar__empty_r7pww {
2738
+ color: rgba(238, 238, 251, 0.55);
2739
+ }
2737
2740
  .cc-calendar .calendar__button_1e5nv {
2738
2741
  background-color: transparent
2739
2742
  } .cc-calendar .calendar__button_1e5nv:not(:disabled):hover {
@@ -2753,35 +2756,11 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2753
2756
  background-color: #fff;
2754
2757
  color: #0e0e0e;
2755
2758
  }
2756
- .calendar__empty_r7pww {
2757
- color: rgba(238, 238, 251, 0.55);
2758
- }
2759
2759
  @media (max-width: 374px) {
2760
2760
  }.select__arrow_1on7d {
2761
2761
  color: rgba(238, 238, 251, 0.55);
2762
2762
  }
2763
2763
 
2764
- .select__option_13bmv {
2765
- background: #1c1c1e;
2766
- color: #fff
2767
- } .select__option_13bmv:not(.select__disabled_13bmv):active {
2768
- background: rgba(225, 225, 248, 0.09);
2769
- color: #fff;
2770
- } .select__selected_13bmv {
2771
- background: #1c1c1e;
2772
- color: #fff;
2773
- } .select__highlighted_13bmv {
2774
- background: rgba(214, 214, 229, 0.07);
2775
- color: #fff;
2776
- } .select__disabled_13bmv {
2777
- background: #1c1c1e;
2778
- color: rgba(238, 238, 251, 0.55);
2779
- }
2780
- .select__single_u7j1e {
2781
- background: #fff
2782
- } .select__colorIcon_u7j1e {
2783
- color: #17d055;
2784
- }
2785
2764
  .select__popoverInner_1hdfx {
2786
2765
  background: transparent;
2787
2766
  } .select__optionsListWrapper_1hdfx {
@@ -2792,6 +2771,11 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2792
2771
  box-shadow: inset 0 0 0 1px #29292c;
2793
2772
  }
2794
2773
 
2774
+ .select__single_u7j1e {
2775
+ background: #fff
2776
+ } .select__colorIcon_u7j1e {
2777
+ color: #17d055;
2778
+ }
2795
2779
 
2796
2780
  .select__placeholder_1i4i9 {
2797
2781
  color: rgba(238, 238, 251, 0.55)
@@ -2801,6 +2785,22 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2801
2785
  outline: 2px solid #3193fc;
2802
2786
  } @keyframes select__show-placeholder_1i4i9 {
2803
2787
  }
2788
+ .select__option_13bmv {
2789
+ background: #1c1c1e;
2790
+ color: #fff
2791
+ } .select__option_13bmv:not(.select__disabled_13bmv):active {
2792
+ background: rgba(225, 225, 248, 0.09);
2793
+ color: #fff;
2794
+ } .select__selected_13bmv {
2795
+ background: #1c1c1e;
2796
+ color: #fff;
2797
+ } .select__highlighted_13bmv {
2798
+ background: rgba(214, 214, 229, 0.07);
2799
+ color: #fff;
2800
+ } .select__disabled_13bmv {
2801
+ background: #1c1c1e;
2802
+ color: rgba(238, 238, 251, 0.55);
2803
+ }
2804
2804
  .select__footer_dfjmj {
2805
2805
  background-color: #1c1c1e
2806
2806
  } .select__highlighted_dfjmj {
@@ -2852,10 +2852,10 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2852
2852
  color: rgba(238, 238, 251, 0.55);
2853
2853
  }
2854
2854
 
2855
-
2856
2855
  .select__footer_1bjm6 {
2857
2856
  background-color: #0e0e0e
2858
- }.calendar-with-skeleton__skeleton_1rm0a {
2857
+ }
2858
+ .calendar-with-skeleton__skeleton_1rm0a {
2859
2859
  background-color: #1c1c1e;
2860
2860
  }.date-range-input__calendarContainer_yhvda {
2861
2861
  border: 1px solid #29292c
@@ -2908,25 +2908,18 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2908
2908
  .calendar-range__component_1s3vi:after {
2909
2909
  background-color: #fff;
2910
2910
  }
2911
+
2911
2912
  .picker-button__linkOpen_c9djl:not(:hover) {
2912
2913
  background-color: rgba(214, 214, 229, 0.07);
2913
- }
2914
- .table__component_1njqi {
2914
+ }.table__component_1njqi {
2915
2915
  border-top: 1px solid #36363a;
2916
2916
  }
2917
- .table__wrapper_15y5c {
2918
- background: #0e0e0e;
2919
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
2920
- }
2921
2917
 
2922
2918
  .table__component_9uvb1 {
2923
2919
  color: #fff;
2924
2920
  border-top: 1px solid #36363a
2925
2921
  }
2926
2922
 
2927
- .table__component_16eeg th:not(:last-child):not(:empty):after {
2928
- background-color: #27272a;
2929
- }
2930
2923
  .table__component_1teok {
2931
2924
  color: #fff;
2932
2925
  border-bottom: 1px solid #36363a;
@@ -2936,6 +2929,9 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2936
2929
  } .table__stickyHeader_1teok {
2937
2930
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
2938
2931
  }
2932
+ .table__component_16eeg th:not(:last-child):not(:empty):after {
2933
+ background-color: #27272a;
2934
+ }
2939
2935
  .table__component_1joxr {
2940
2936
  background: #0e0e0e
2941
2937
  } .table__clickable_1joxr:hover {
@@ -2957,33 +2953,46 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2957
2953
  .table__open_3hjnh,
2958
2954
  .table__open_3hjnh:hover {
2959
2955
  background-color: rgba(255, 255, 255, 0.163);
2956
+ }
2957
+ .table__wrapper_15y5c {
2958
+ background: #0e0e0e;
2959
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
2960
2960
  }.intl-phone-input__emptyCountryIcon_spklu {
2961
2961
  color: #898991;
2962
2962
  }
2963
- .intl-phone-input__flagPlaceholder_zkjtm {
2964
- background-color: rgba(222, 222, 240, 0.12);
2965
- }
2966
- .intl-phone-input__dialCode_1pho2 {
2967
- color: rgba(238, 238, 251, 0.55);
2968
- }
2969
2963
  .intl-phone-input__emptyCountryIcon_msvcg {
2970
2964
  color: #898991;
2971
2965
  } .intl-phone-input__focusVisible_msvcg {
2972
2966
  outline: 2px solid #3193fc;
2973
2967
  }
2974
- .international-phone-input__flagPlaceholder_1305a {
2975
- background-color: rgba(214, 214, 229, 0.07);
2968
+ .intl-phone-input__dialCode_1pho2 {
2969
+ color: rgba(238, 238, 251, 0.55);
2976
2970
  }
2977
- .international-phone-input__dialCode_1opig {
2971
+ .intl-phone-input__flagPlaceholder_zkjtm {
2972
+ background-color: rgba(222, 222, 240, 0.12);
2973
+ }.international-phone-input__dialCode_1opig {
2978
2974
  color: rgba(238, 238, 251, 0.55);
2979
2975
  } .international-phone-input__emptyCountryIcon_1opig {
2980
2976
  color: rgba(238, 238, 251, 0.55);
2981
2977
  }
2978
+
2979
+ .international-phone-input__flagPlaceholder_1305a {
2980
+ background-color: rgba(214, 214, 229, 0.07);
2981
+ }
2982
2982
  .international-phone-input__emptyCountryIcon_1vizw {
2983
2983
  color: rgba(238, 238, 251, 0.55);
2984
2984
  } .international-phone-input__focusVisible_1vizw {
2985
2985
  outline: 2px solid #3193fc;
2986
- }.tabs__component_16jc9:before {
2986
+ }.tabs__primary_1kzgm:after {
2987
+ background-color: rgba(228, 228, 251, 0.28);
2988
+ } .tabs__primary_1kzgm {
2989
+ } .tabs__secondary_1kzgm:before {
2990
+ background-color: transparent;
2991
+ } .tabs__secondary_1kzgm.tabs__xs_1kzgm {
2992
+ } .tabs__borderVisible_1kzgm:before {
2993
+ background-color: rgba(222, 222, 238, 0.13);
2994
+ }
2995
+ .tabs__component_16jc9:before {
2987
2996
  background-color: rgba(228, 228, 251, 0.28);
2988
2997
  } .tabs__title_16jc9 {
2989
2998
  color: rgba(238, 238, 251, 0.55)
@@ -3017,15 +3026,6 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
3017
3026
  }.tabs__option_16jc9 {
3018
3027
  color: #fff;
3019
3028
  }
3020
- .tabs__primary_1kzgm:after {
3021
- background-color: rgba(228, 228, 251, 0.28);
3022
- } .tabs__primary_1kzgm {
3023
- } .tabs__secondary_1kzgm:before {
3024
- background-color: transparent;
3025
- } .tabs__secondary_1kzgm.tabs__xs_1kzgm {
3026
- } .tabs__borderVisible_1kzgm:before {
3027
- background-color: rgba(222, 222, 238, 0.13);
3028
- }
3029
3029
 
3030
3030
 
3031
3031