@alfalab/core-components 44.6.1 → 44.6.2

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 (405) hide show
  1. package/base-modal/Component.js +1 -0
  2. package/base-modal/cssm/Component.js +1 -0
  3. package/base-modal/cssm/weakref-polyfill.d.ts +1 -0
  4. package/base-modal/cssm/weakref-polyfill.js +58 -0
  5. package/base-modal/esm/Component.js +1 -0
  6. package/base-modal/esm/index.js +1 -0
  7. package/base-modal/esm/weakref-polyfill.d.ts +1 -0
  8. package/base-modal/esm/weakref-polyfill.js +58 -0
  9. package/base-modal/modern/Component.js +1 -0
  10. package/base-modal/modern/index.js +1 -0
  11. package/base-modal/modern/weakref-polyfill.d.ts +1 -0
  12. package/base-modal/modern/weakref-polyfill.js +58 -0
  13. package/base-modal/weakref-polyfill.d.ts +1 -0
  14. package/base-modal/weakref-polyfill.js +58 -0
  15. package/calendar/cssm/components/select-button/Component.d.ts +1 -1
  16. package/confirmation/components/screens/initial/component.js +1 -1
  17. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  18. package/confirmation/esm/component.responsive.js +1 -1
  19. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  20. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  21. package/confirmation/esm/components/index.js +1 -1
  22. package/confirmation/esm/components/screens/index.js +1 -1
  23. package/confirmation/esm/components/screens/initial/component.js +1 -1
  24. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  25. package/confirmation/esm/components/screens/initial/index.js +1 -1
  26. package/confirmation/esm/desktop/component.desktop.js +1 -1
  27. package/confirmation/esm/desktop/index.js +1 -1
  28. package/confirmation/esm/index.js +1 -1
  29. package/confirmation/esm/mobile/component.mobile.js +1 -1
  30. package/confirmation/esm/mobile/index.js +1 -1
  31. package/confirmation/esm/shared/index.js +1 -1
  32. package/confirmation/modern/component.responsive.js +1 -1
  33. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  34. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  35. package/confirmation/modern/components/index.js +1 -1
  36. package/confirmation/modern/components/screens/index.js +1 -1
  37. package/confirmation/modern/components/screens/initial/component.js +1 -1
  38. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  39. package/confirmation/modern/components/screens/initial/index.js +1 -1
  40. package/confirmation/modern/desktop/component.desktop.js +1 -1
  41. package/confirmation/modern/desktop/index.js +1 -1
  42. package/confirmation/modern/index.js +1 -1
  43. package/confirmation/modern/mobile/component.mobile.js +1 -1
  44. package/confirmation/modern/mobile/index.js +1 -1
  45. package/confirmation/modern/shared/index.js +1 -1
  46. package/gallery/components/header/Component.js +1 -1
  47. package/gallery/components/header/buttons.js +1 -1
  48. package/gallery/components/image-viewer/component.js +1 -1
  49. package/gallery/components/image-viewer/slide.js +1 -1
  50. package/gallery/esm/Component.js +2 -2
  51. package/gallery/esm/components/header/Component.js +1 -1
  52. package/gallery/esm/components/header/buttons.js +1 -1
  53. package/gallery/esm/components/header/index.js +1 -1
  54. package/gallery/esm/components/image-preview/Component.js +1 -1
  55. package/gallery/esm/components/image-preview/index.js +1 -1
  56. package/gallery/esm/components/image-viewer/component.js +1 -1
  57. package/gallery/esm/components/image-viewer/index.js +1 -1
  58. package/gallery/esm/components/image-viewer/slide.js +1 -1
  59. package/gallery/esm/components/index.js +2 -2
  60. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  61. package/gallery/esm/components/navigation-bar/index.js +1 -1
  62. package/gallery/esm/index.js +2 -2
  63. package/gallery/modern/Component.js +2 -2
  64. package/gallery/modern/components/header/Component.js +1 -1
  65. package/gallery/modern/components/header/buttons.js +1 -1
  66. package/gallery/modern/components/header/index.js +1 -1
  67. package/gallery/modern/components/image-preview/Component.js +1 -1
  68. package/gallery/modern/components/image-preview/index.js +1 -1
  69. package/gallery/modern/components/image-viewer/component.js +1 -1
  70. package/gallery/modern/components/image-viewer/index.js +1 -1
  71. package/gallery/modern/components/image-viewer/slide.js +1 -1
  72. package/gallery/modern/components/index.js +2 -2
  73. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  74. package/gallery/modern/components/navigation-bar/index.js +1 -1
  75. package/gallery/modern/index.js +2 -2
  76. package/grid/col/Component.js +1 -1
  77. package/grid/esm/Component.js +1 -1
  78. package/grid/esm/col/Component.js +1 -1
  79. package/grid/esm/col/index.js +1 -1
  80. package/grid/esm/index.js +1 -1
  81. package/grid/esm/row/Component.js +1 -1
  82. package/grid/esm/row/index.js +1 -1
  83. package/grid/modern/Component.js +1 -1
  84. package/grid/modern/col/Component.js +1 -1
  85. package/grid/modern/col/index.js +1 -1
  86. package/grid/modern/index.js +1 -1
  87. package/grid/modern/row/Component.js +1 -1
  88. package/grid/modern/row/index.js +1 -1
  89. package/grid/row/Component.js +1 -1
  90. package/input/modern/components/base-input/Component.d.ts +1 -1
  91. package/input-autocomplete/cssm/Component.responsive.d.ts +1 -1
  92. package/input-autocomplete/esm/Component.responsive.d.ts +1 -1
  93. package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
  94. package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +2 -2
  95. package/international-phone-input/cssm/typings-c29389e5.d.ts +3 -3
  96. package/list/Component.js +1 -1
  97. package/list/components/item/Component.js +1 -1
  98. package/list/components/item/index.d.ts +1 -1
  99. package/list/components/item/index.js +1 -1
  100. package/list/esm/Component.js +1 -1
  101. package/list/esm/components/item/Component.js +1 -1
  102. package/list/esm/components/item/index.d.ts +1 -1
  103. package/list/esm/components/item/index.js +1 -1
  104. package/list/esm/index.js +1 -1
  105. package/list/index.js +1 -1
  106. package/list/modern/Component.js +1 -1
  107. package/list/modern/components/item/Component.js +1 -1
  108. package/list/modern/components/item/index.d.ts +1 -1
  109. package/list/modern/components/item/index.js +1 -1
  110. package/list/modern/index.js +1 -1
  111. package/modal/components/controls/Component.js +1 -1
  112. package/modal/components/footer/Component.js +1 -1
  113. package/modal/esm/Component.responsive.js +1 -1
  114. package/modal/esm/components/controls/Component.js +1 -1
  115. package/modal/esm/components/controls/index.js +1 -1
  116. package/modal/esm/components/footer/Component.js +1 -1
  117. package/modal/esm/desktop/Component.desktop.js +1 -1
  118. package/modal/esm/desktop/index.js +1 -1
  119. package/modal/esm/index.js +1 -1
  120. package/modal/esm/mobile/Component.mobile.js +1 -1
  121. package/modal/esm/mobile/index.js +1 -1
  122. package/modal/modern/Component.responsive.js +1 -1
  123. package/modal/modern/components/controls/Component.js +1 -1
  124. package/modal/modern/components/controls/index.js +1 -1
  125. package/modal/modern/components/footer/Component.js +1 -1
  126. package/modal/modern/desktop/Component.desktop.js +1 -1
  127. package/modal/modern/desktop/index.js +1 -1
  128. package/modal/modern/index.js +1 -1
  129. package/modal/modern/mobile/Component.mobile.js +1 -1
  130. package/modal/modern/mobile/index.js +1 -1
  131. package/package.json +2 -2
  132. package/phone-input/esm/utils/index.js +1 -3
  133. package/picker-button/esm/Component-c44170fe.d.ts +1 -1
  134. package/picker-button/modern/Component-c44170fe.d.ts +1 -1
  135. package/pure-cell/component.js +1 -1
  136. package/pure-cell/components/addon/component.js +1 -1
  137. package/pure-cell/components/addon/index.d.ts +1 -1
  138. package/pure-cell/components/addon/index.js +1 -1
  139. package/pure-cell/components/amount/component.js +1 -1
  140. package/pure-cell/components/amount/index.d.ts +1 -1
  141. package/pure-cell/components/amount/index.js +1 -1
  142. package/pure-cell/components/amount-title/component.js +1 -1
  143. package/pure-cell/components/amount-title/index.d.ts +1 -1
  144. package/pure-cell/components/amount-title/index.js +1 -1
  145. package/pure-cell/components/category/component.js +1 -1
  146. package/pure-cell/components/category/index.d.ts +1 -1
  147. package/pure-cell/components/category/index.js +1 -1
  148. package/pure-cell/components/content/component.js +1 -1
  149. package/pure-cell/components/content/index.d.ts +1 -1
  150. package/pure-cell/components/content/index.js +1 -1
  151. package/pure-cell/components/footer/component.js +1 -1
  152. package/pure-cell/components/footer/index.d.ts +1 -1
  153. package/pure-cell/components/footer/index.js +1 -1
  154. package/pure-cell/components/footer-button/component.js +1 -1
  155. package/pure-cell/components/footer-button/index.d.ts +1 -1
  156. package/pure-cell/components/footer-button/index.js +1 -1
  157. package/pure-cell/components/footer-text/component.js +1 -1
  158. package/pure-cell/components/footer-text/index.d.ts +1 -1
  159. package/pure-cell/components/footer-text/index.js +1 -1
  160. package/pure-cell/components/graphics/component.js +1 -1
  161. package/pure-cell/components/graphics/index.d.ts +1 -1
  162. package/pure-cell/components/graphics/index.js +1 -1
  163. package/pure-cell/components/main/component.js +1 -1
  164. package/pure-cell/components/main/index.d.ts +1 -1
  165. package/pure-cell/components/main/index.js +1 -1
  166. package/pure-cell/components/text/component.js +1 -1
  167. package/pure-cell/components/text/index.d.ts +1 -1
  168. package/pure-cell/components/text/index.js +1 -1
  169. package/pure-cell/esm/component-fd7196d2.d.ts +5 -5
  170. package/pure-cell/esm/component.js +1 -1
  171. package/pure-cell/esm/components/addon/component.js +1 -1
  172. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  173. package/pure-cell/esm/components/addon/index.js +1 -1
  174. package/pure-cell/esm/components/amount/component.js +1 -1
  175. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  176. package/pure-cell/esm/components/amount/index.js +1 -1
  177. package/pure-cell/esm/components/amount-title/component.js +1 -1
  178. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  179. package/pure-cell/esm/components/amount-title/index.js +1 -1
  180. package/pure-cell/esm/components/category/component.js +1 -1
  181. package/pure-cell/esm/components/category/index.d.ts +1 -1
  182. package/pure-cell/esm/components/category/index.js +1 -1
  183. package/pure-cell/esm/components/content/component.js +1 -1
  184. package/pure-cell/esm/components/content/index.d.ts +1 -1
  185. package/pure-cell/esm/components/content/index.js +1 -1
  186. package/pure-cell/esm/components/footer/component.js +1 -1
  187. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  188. package/pure-cell/esm/components/footer/index.js +1 -1
  189. package/pure-cell/esm/components/footer-button/component.js +1 -1
  190. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  191. package/pure-cell/esm/components/footer-button/index.js +1 -1
  192. package/pure-cell/esm/components/footer-text/component.js +1 -1
  193. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  194. package/pure-cell/esm/components/footer-text/index.js +1 -1
  195. package/pure-cell/esm/components/graphics/component.js +1 -1
  196. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  197. package/pure-cell/esm/components/graphics/index.js +1 -1
  198. package/pure-cell/esm/components/main/component.js +1 -1
  199. package/pure-cell/esm/components/main/index.d.ts +1 -1
  200. package/pure-cell/esm/components/main/index.js +1 -1
  201. package/pure-cell/esm/components/text/component.js +1 -1
  202. package/pure-cell/esm/components/text/index.d.ts +1 -1
  203. package/pure-cell/esm/components/text/index.js +1 -1
  204. package/pure-cell/esm/index.js +1 -1
  205. package/pure-cell/index.js +1 -1
  206. package/pure-cell/modern/component.js +1 -1
  207. package/pure-cell/modern/components/addon/component.js +1 -1
  208. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  209. package/pure-cell/modern/components/addon/index.js +1 -1
  210. package/pure-cell/modern/components/amount/component.js +1 -1
  211. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  212. package/pure-cell/modern/components/amount/index.js +1 -1
  213. package/pure-cell/modern/components/amount-title/component.js +1 -1
  214. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  215. package/pure-cell/modern/components/amount-title/index.js +1 -1
  216. package/pure-cell/modern/components/category/component.js +1 -1
  217. package/pure-cell/modern/components/category/index.d.ts +1 -1
  218. package/pure-cell/modern/components/category/index.js +1 -1
  219. package/pure-cell/modern/components/content/component.js +1 -1
  220. package/pure-cell/modern/components/content/index.d.ts +1 -1
  221. package/pure-cell/modern/components/content/index.js +1 -1
  222. package/pure-cell/modern/components/footer/component.js +1 -1
  223. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  224. package/pure-cell/modern/components/footer/index.js +1 -1
  225. package/pure-cell/modern/components/footer-button/component.js +1 -1
  226. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  227. package/pure-cell/modern/components/footer-button/index.js +1 -1
  228. package/pure-cell/modern/components/footer-text/component.js +1 -1
  229. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  230. package/pure-cell/modern/components/footer-text/index.js +1 -1
  231. package/pure-cell/modern/components/graphics/component.js +1 -1
  232. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  233. package/pure-cell/modern/components/graphics/index.js +1 -1
  234. package/pure-cell/modern/components/main/component.js +1 -1
  235. package/pure-cell/modern/components/main/index.d.ts +1 -1
  236. package/pure-cell/modern/components/main/index.js +1 -1
  237. package/pure-cell/modern/components/text/component.js +1 -1
  238. package/pure-cell/modern/components/text/index.d.ts +1 -1
  239. package/pure-cell/modern/components/text/index.js +1 -1
  240. package/pure-cell/modern/index.js +1 -1
  241. package/select/esm/Component.responsive.js +1 -1
  242. package/select/esm/index.js +1 -1
  243. package/select/esm/mobile/Component.mobile.js +1 -1
  244. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  245. package/select/esm/mobile/index.js +1 -1
  246. package/select/esm/presets/index.js +1 -1
  247. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  248. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  249. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  250. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  251. package/select/esm/shared/index.js +1 -1
  252. package/select/mobile/Component.mobile.js +1 -1
  253. package/select/modern/Component.responsive.js +1 -1
  254. package/select/modern/index.js +1 -1
  255. package/select/modern/mobile/Component.mobile.js +1 -1
  256. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  257. package/select/modern/mobile/index.js +1 -1
  258. package/select/modern/presets/index.js +1 -1
  259. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  260. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  261. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  262. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  263. package/select/modern/shared/index.js +1 -1
  264. package/select/presets/index.js +1 -1
  265. package/select/presets/useSelectWithApply/hook.js +1 -1
  266. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  267. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  268. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  269. package/select/shared/index.js +1 -1
  270. package/select-with-tags/Component.responsive.d.ts +1 -1
  271. package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
  272. package/select-with-tags/esm/Component.responsive.d.ts +1 -1
  273. package/select-with-tags/esm/components/base-select-with-tags/Component.d.ts +1 -1
  274. package/side-panel/components/controls/Component.js +1 -1
  275. package/side-panel/components/footer/Component.js +1 -1
  276. package/side-panel/esm/Component.responsive.js +1 -1
  277. package/side-panel/esm/components/controls/Component.js +1 -1
  278. package/side-panel/esm/components/controls/index.js +1 -1
  279. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  280. package/side-panel/esm/components/footer/Component.js +1 -1
  281. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  282. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  283. package/side-panel/esm/desktop/index.js +1 -1
  284. package/side-panel/esm/index.js +1 -1
  285. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  286. package/side-panel/esm/mobile/index.js +1 -1
  287. package/side-panel/modern/Component.responsive.js +1 -1
  288. package/side-panel/modern/components/controls/Component.js +1 -1
  289. package/side-panel/modern/components/controls/index.js +1 -1
  290. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  291. package/side-panel/modern/components/footer/Component.js +1 -1
  292. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  293. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  294. package/side-panel/modern/desktop/index.js +1 -1
  295. package/side-panel/modern/index.js +1 -1
  296. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  297. package/side-panel/modern/mobile/index.js +1 -1
  298. package/tag/components/base-tag/Component.d.ts +1 -1
  299. package/tag/esm/components/base-tag/Component.d.ts +1 -1
  300. package/textarea/Component.js +1 -1
  301. package/textarea/components/PseudoTextArea.js +1 -1
  302. package/textarea/components/index.d.ts +1 -1
  303. package/textarea/components/index.js +1 -1
  304. package/textarea/cssm/Component.d.ts +1 -1
  305. package/textarea/esm/Component.js +1 -1
  306. package/textarea/esm/components/PseudoTextArea.js +1 -1
  307. package/textarea/esm/components/index.d.ts +1 -1
  308. package/textarea/esm/components/index.js +1 -1
  309. package/textarea/esm/index.js +1 -1
  310. package/textarea/modern/Component.d.ts +1 -1
  311. package/textarea/modern/Component.js +1 -1
  312. package/textarea/modern/components/PseudoTextArea.js +1 -1
  313. package/textarea/modern/components/index.d.ts +1 -1
  314. package/textarea/modern/components/index.js +1 -1
  315. package/textarea/modern/index.js +1 -1
  316. package/themes/compiled/mobile-dark-bluetint.css +523 -523
  317. package/time-input/cssm/utils/format.js +10 -6
  318. package/toast/esm/Component.responsive.d.ts +1 -1
  319. package/toast/esm/components/base-toast/component.d.ts +1 -1
  320. package/typography/esm/component.js +2 -2
  321. package/typography/esm/index.js +2 -2
  322. package/typography/esm/text/component.js +1 -1
  323. package/typography/esm/text/index.js +1 -1
  324. package/typography/esm/title/component.js +1 -1
  325. package/typography/esm/title/index.js +2 -2
  326. package/typography/esm/title-mobile/component.js +2 -2
  327. package/typography/esm/title-mobile/index.js +2 -2
  328. package/typography/esm/title-responsive/component.js +2 -2
  329. package/typography/esm/title-responsive/index.js +2 -2
  330. package/typography/modern/component.js +2 -2
  331. package/typography/modern/index.js +2 -2
  332. package/typography/modern/text/component.js +1 -1
  333. package/typography/modern/text/index.js +1 -1
  334. package/typography/modern/title/component.js +1 -1
  335. package/typography/modern/title/index.js +2 -2
  336. package/typography/modern/title-mobile/component.js +2 -2
  337. package/typography/modern/title-mobile/index.js +2 -2
  338. package/typography/modern/title-responsive/component.js +2 -2
  339. package/typography/modern/title-responsive/index.js +2 -2
  340. package/typography/text/component.js +1 -1
  341. package/typography/title/component.d.ts +1 -1
  342. package/typography/title/component.js +1 -1
  343. package/typography/title/index.d.ts +1 -1
  344. package/typography/title/index.js +1 -1
  345. package/typography/title-mobile/component.d.ts +1 -1
  346. package/typography/title-mobile/component.js +1 -1
  347. package/typography/title-responsive/component.d.ts +1 -1
  348. package/typography/title-responsive/component.js +1 -1
  349. /package/confirmation/{countdown-section-b9f1a162.d.ts → countdown-section-26e42f35.d.ts} +0 -0
  350. /package/confirmation/{countdown-section-b9f1a162.js → countdown-section-26e42f35.js} +0 -0
  351. /package/confirmation/esm/{countdown-section-c9008d00.d.ts → countdown-section-59995ba8.d.ts} +0 -0
  352. /package/confirmation/esm/{countdown-section-c9008d00.js → countdown-section-59995ba8.js} +0 -0
  353. /package/confirmation/modern/{countdown-section-6e4bc103.d.ts → countdown-section-6c9a100d.d.ts} +0 -0
  354. /package/confirmation/modern/{countdown-section-6e4bc103.js → countdown-section-6c9a100d.js} +0 -0
  355. /package/gallery/{buttons-08dd067c.d.ts → buttons-e4bb2e11.d.ts} +0 -0
  356. /package/gallery/{buttons-08dd067c.js → buttons-e4bb2e11.js} +0 -0
  357. /package/gallery/esm/{buttons-9657de84.d.ts → buttons-c998bd87.d.ts} +0 -0
  358. /package/gallery/esm/{buttons-9657de84.js → buttons-c998bd87.js} +0 -0
  359. /package/gallery/esm/{slide-69a8418c.d.ts → slide-7716923c.d.ts} +0 -0
  360. /package/gallery/esm/{slide-69a8418c.js → slide-7716923c.js} +0 -0
  361. /package/gallery/modern/{buttons-f351f87d.d.ts → buttons-a253330b.d.ts} +0 -0
  362. /package/gallery/modern/{buttons-f351f87d.js → buttons-a253330b.js} +0 -0
  363. /package/gallery/modern/{slide-260a107c.d.ts → slide-24e8925c.d.ts} +0 -0
  364. /package/gallery/modern/{slide-260a107c.js → slide-24e8925c.js} +0 -0
  365. /package/gallery/{slide-4fc8e500.d.ts → slide-3384c6a5.d.ts} +0 -0
  366. /package/gallery/{slide-4fc8e500.js → slide-3384c6a5.js} +0 -0
  367. /package/grid/esm/{gutters.module-01b4794b.js → gutters.module-fb20c8d7.js} +0 -0
  368. /package/grid/{gutters.module-5382c1a2.js → gutters.module-6859a53d.js} +0 -0
  369. /package/grid/modern/{gutters.module-56edd296.js → gutters.module-30831627.js} +0 -0
  370. /package/list/{Component-9dfc8861.d.ts → Component-04a86dc9.d.ts} +0 -0
  371. /package/list/{Component-9dfc8861.js → Component-04a86dc9.js} +0 -0
  372. /package/list/esm/{Component-b76ba12d.d.ts → Component-2185e1fc.d.ts} +0 -0
  373. /package/list/esm/{Component-b76ba12d.js → Component-2185e1fc.js} +0 -0
  374. /package/list/modern/{Component-c5d4f161.d.ts → Component-0f1092c7.d.ts} +0 -0
  375. /package/list/modern/{Component-c5d4f161.js → Component-0f1092c7.js} +0 -0
  376. /package/modal/esm/{layout.module-7c56b7a0.js → layout.module-5216cc57.js} +0 -0
  377. /package/modal/{layout.module-96e0c564.js → layout.module-458f1392.js} +0 -0
  378. /package/modal/modern/{layout.module-96d722dd.js → layout.module-412313a6.js} +0 -0
  379. /package/pure-cell/{component-d522d8ca.d.ts → component-0404ea2a.d.ts} +0 -0
  380. /package/pure-cell/{component-d522d8ca.js → component-0404ea2a.js} +0 -0
  381. /package/pure-cell/esm/{component-f7a358ad.d.ts → component-503ba009.d.ts} +0 -0
  382. /package/pure-cell/esm/{component-f7a358ad.js → component-503ba009.js} +0 -0
  383. /package/pure-cell/modern/{component-b9d9b2cd.d.ts → component-79ed4b14.d.ts} +0 -0
  384. /package/pure-cell/modern/{component-b9d9b2cd.js → component-79ed4b14.js} +0 -0
  385. /package/select/esm/{hook-1fe7d2c2.d.ts → hook-41808782.d.ts} +0 -0
  386. /package/select/esm/{hook-1fe7d2c2.js → hook-41808782.js} +0 -0
  387. /package/select/{hook-51234090.d.ts → hook-6658f7e2.d.ts} +0 -0
  388. /package/select/{hook-51234090.js → hook-6658f7e2.js} +0 -0
  389. /package/select/modern/{hook-c22f223c.d.ts → hook-388e783a.d.ts} +0 -0
  390. /package/select/modern/{hook-c22f223c.js → hook-388e783a.js} +0 -0
  391. /package/side-panel/esm/{layout.module-ec6d124f.js → layout.module-7575c342.js} +0 -0
  392. /package/side-panel/{layout.module-b9ab44da.js → layout.module-e3d9d353.js} +0 -0
  393. /package/side-panel/modern/{layout.module-43f43e35.js → layout.module-3c79e250.js} +0 -0
  394. /package/textarea/{PseudoTextArea-ca474fac.d.ts → PseudoTextArea-2df1a2ec.d.ts} +0 -0
  395. /package/textarea/{PseudoTextArea-ca474fac.js → PseudoTextArea-2df1a2ec.js} +0 -0
  396. /package/textarea/esm/{PseudoTextArea-8cb6db50.d.ts → PseudoTextArea-26a0acab.d.ts} +0 -0
  397. /package/textarea/esm/{PseudoTextArea-8cb6db50.js → PseudoTextArea-26a0acab.js} +0 -0
  398. /package/textarea/modern/{PseudoTextArea-5936a044.d.ts → PseudoTextArea-674a1401.d.ts} +0 -0
  399. /package/textarea/modern/{PseudoTextArea-5936a044.js → PseudoTextArea-674a1401.js} +0 -0
  400. /package/typography/{colors.module-20894671.js → colors.module-5e208c80.js} +0 -0
  401. /package/typography/{common.module-e63f275e.js → common.module-042783e0.js} +0 -0
  402. /package/typography/esm/{colors.module-d3ff302a.js → colors.module-ae70080c.js} +0 -0
  403. /package/typography/esm/{common.module-2451b0ea.js → common.module-9ca5c6fd.js} +0 -0
  404. /package/typography/modern/{colors.module-58d4a184.js → colors.module-9ecc4f5a.js} +0 -0
  405. /package/typography/modern/{common.module-cb4498a1.js → common.module-4ec2ee9d.js} +0 -0
@@ -1,6 +1,4 @@
1
- .divider__component_swdqc {
2
- border-bottom: 1px solid #353539;
3
- }.badge__component_kk3bu.badge__background-accent_kk3bu {
1
+ .badge__component_kk3bu.badge__background-accent_kk3bu {
4
2
  background-color: #f83a2a;
5
3
  color: #fff;
6
4
  } .badge__component_kk3bu.badge__background-specialbg-secondary-transparent_kk3bu {
@@ -60,6 +58,8 @@
60
58
  background-color: #fff;
61
59
  } .badge__dot_kk3bu.badge__outlineCount_kk3bu {
62
60
  border: 1px solid #0e0e0e;
61
+ }.divider__component_swdqc {
62
+ border-bottom: 1px solid #353539;
63
63
  }.card-image__cardImage_1uixh {
64
64
  background: #e7e8ea;
65
65
  } .card-image__loaded_1uixh {
@@ -168,7 +168,15 @@
168
168
  background: #fff;
169
169
  } .hatching-progress-bar__accent_ut9x4 {
170
170
  background: #f83a2a;
171
- }.indicator__component_1526f {
171
+ }.icon-view__component_aiv6l {
172
+ color: rgba(238, 238, 251, 0.55)
173
+ } .icon-view__bg_aiv6l {
174
+ fill: #1c1c1e;
175
+ } .icon-view__border_aiv6l {
176
+ stroke: rgba(225, 225, 248, 0.09);
177
+ fill: transparent;
178
+ }@keyframes loader__blink_d5dp9 {
179
+ }.indicator__component_1526f {
172
180
  color: #fff;
173
181
  background-color: #f83a2a;
174
182
  } .indicator__red_1526f {
@@ -186,15 +194,7 @@
186
194
  color: #fff
187
195
  } .indicator__grey_1526f.indicator__border_1526f {
188
196
  outline: 2px solid #0e0e0e;
189
- }.icon-view__component_aiv6l {
190
- color: rgba(238, 238, 251, 0.55)
191
- } .icon-view__bg_aiv6l {
192
- fill: #1c1c1e;
193
- } .icon-view__border_aiv6l {
194
- stroke: rgba(225, 225, 248, 0.09);
195
- fill: transparent;
196
- }@keyframes loader__blink_d5dp9 {
197
- }.progress-bar__container_33c11 {
197
+ }.progress-bar__container_33c11 {
198
198
  background: rgba(222, 222, 238, 0.13)
199
199
  } .progress-bar__filled_33c11.progress-bar__positive_33c11 {
200
200
  background: #17d055;
@@ -313,7 +313,14 @@
313
313
  background: #f83a2a;
314
314
  } .slider__component_1a6bt .noUi-pips {
315
315
  color: rgba(238, 238, 251, 0.55);
316
- }.segmented-control__wrapper_xjyxs {
316
+ }.spinner__component_zw21u {
317
+ color: #fff;
318
+ }
319
+ @keyframes spinner__spin_animation_1ovc2 {
320
+ }
321
+ .spinner__component_15qei {
322
+ color: #0e0e0e;
323
+ }.segmented-control__wrapper_xjyxs {
317
324
  background-color: rgba(225, 225, 248, 0.09);
318
325
  } .segmented-control__segment_xjyxs.segmented-control__selected_xjyxs {
319
326
  color: #fff;
@@ -347,14 +354,7 @@
347
354
  color: #0e0e0e
348
355
  } .segmented-control__segment_1kuf0:not(:first-child):before {
349
356
  background-color: rgba(15, 25, 55, 0.1);
350
- }.spinner__component_zw21u {
351
- color: #fff;
352
- }
353
- @keyframes spinner__spin_animation_1ovc2 {
354
- }
355
- .spinner__component_15qei {
356
- color: #0e0e0e;
357
- }.status__soft_c8jrr.status__green_c8jrr {
357
+ }.status__soft_c8jrr.status__green_c8jrr {
358
358
  background: #d1f1d7;
359
359
  color: #0d9336;
360
360
  } .status__soft_c8jrr.status__orange_c8jrr {
@@ -559,7 +559,6 @@
559
559
  } .underlay__border-color-specialbg-tertiary-transparent-inverted_zxksf {
560
560
  border-color: rgba(15, 25, 55, 0.1);
561
561
  }
562
-
563
562
  .steps__option_1o0sc {
564
563
  color: #fff;
565
564
  background: rgba(222, 222, 238, 0.13)
@@ -595,24 +594,25 @@
595
594
  } .steps__completedIndicator_1o0sc > [class*='positive'] {
596
595
  color: #fff;
597
596
  background-color: #fff;
598
- }.checkbox-group__label_1tvd8 {
599
- color: #fff;
600
597
  }
601
598
  .checkbox-group__label_111g2 {
602
599
  color: rgba(238, 238, 251, 0.55);
603
600
  }
601
+ .checkbox-group__label_1tvd8 {
602
+ color: #fff;
603
+ }
604
604
  .checkbox-group__error_1980s {
605
605
  border-left: 1px solid #ff5431
606
606
  } .checkbox-group__errorMessage_1980s {
607
607
  color: #ff5431;
608
608
  } .checkbox-group__hint_1980s {
609
609
  color: rgba(238, 238, 251, 0.55);
610
- }.code-input__component_xrrjr {
611
- background-color: rgba(214, 214, 229, 0.07);
612
- }
613
- .code-input__component_mxh15 {
610
+ }.code-input__component_mxh15 {
614
611
  background-color: rgba(222, 222, 238, 0.13);
615
612
  }
613
+ .code-input__component_xrrjr {
614
+ background-color: rgba(214, 214, 229, 0.07);
615
+ }
616
616
  .code-input__error_1mh5y {
617
617
  color: #ff5431;
618
618
  } @keyframes code-input__shake_1mh5y {
@@ -731,7 +731,10 @@
731
731
  } .filter-tag__clear_1enmr:active {
732
732
  color: rgba(1, 1, 12, 0.63);
733
733
  background-color: #d2d3d9;
734
- }.radio-group__label_1x9p2 {
734
+ }.radio-group__label_ivlth {
735
+ color: #fff;
736
+ }
737
+ .radio-group__label_1x9p2 {
735
738
  color: rgba(238, 238, 251, 0.55);
736
739
  }
737
740
  .radio-group__error_4qtop {
@@ -742,23 +745,7 @@
742
745
  color: rgba(238, 238, 251, 0.55);
743
746
  } .radio-group__hiddenInput_4qtop:focus ~ button {
744
747
  outline: 2px solid #3193fc;
745
- }
746
- .radio-group__label_ivlth {
747
- color: #fff;
748
- }.popover__component_10lc1 {
749
- background-color: transparent;
750
- color: #fff;
751
- } .popover__inner_10lc1 {
752
- background-color: #1c1c1e;
753
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
754
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
755
- border: 1px solid transparent;
756
- } .popover__arrow_10lc1:after {
757
- background-color: #1c1c1e;
758
- border: 1px solid transparent;
759
- }.base-modal__component_14tl1 {
760
- background: #1c1c1e;
761
- }.checkbox__box_1gu5h {
748
+ }.checkbox__box_1gu5h {
762
749
  color: #0e0e0e;
763
750
  background-color: #29292c;
764
751
  border: 1.5px solid rgba(238, 238, 251, 0.55);
@@ -815,6 +802,45 @@
815
802
  color: rgba(238, 238, 251, 0.55);
816
803
  } .checkbox__indeterminateLine_1gu5h {
817
804
  background-color: #0e0e0e;
805
+ }.radio__container_zwp25:not(.radio__checked_zwp25):not(.radio__disabled_zwp25) .radio__circle_zwp25 {
806
+ background-color: #29292c;
807
+ border: 1.5px solid rgba(238, 238, 251, 0.55);
808
+ } .radio__container_zwp25:not(.radio__checked_zwp25):not(.radio__disabled_zwp25):hover:not(:active) .radio__circle_zwp25 {
809
+ background-color: #2f2f32;
810
+ border-color: rgba(238, 238, 251, 0.55);
811
+ } .radio__container_zwp25:not(.radio__checked_zwp25):not(.radio__disabled_zwp25):active .radio__circle_zwp25 {
812
+ background-color: #353539;
813
+ border-color: rgba(238, 238, 251, 0.55);
814
+ } .radio__container_zwp25.radio__disabled_zwp25 .radio__circle_zwp25 {
815
+ background-color: #29292c;
816
+ border: 1.5px solid rgba(222, 222, 238, 0.13);
817
+ } .radio__container_zwp25.radio__disabled_zwp25 .radio__label_zwp25 {
818
+ color: rgba(238, 238, 251, 0.55);
819
+ } .radio__container_zwp25.radio__disabled_zwp25 .radio__hint_zwp25 {
820
+ color: rgba(238, 238, 251, 0.55);
821
+ } .radio__container_zwp25.radio__disabled_zwp25.radio__checked_zwp25 .radio__circle_zwp25:before {
822
+ background-color: rgba(228, 228, 251, 0.28);
823
+ } .radio__container_zwp25.radio__checked_zwp25 .radio__circle_zwp25 {
824
+ background-color: #fff;
825
+ border: 1.5px solid transparent;
826
+ } .radio__container_zwp25.radio__checked_zwp25:hover .radio__circle_zwp25 {
827
+ background-color: #e7e8eb;
828
+ border-color: transparent;
829
+ } .radio__container_zwp25.radio__checked_zwp25:active .radio__circle_zwp25 {
830
+ background-color: #d2d3d9;
831
+ border-color: transparent;
832
+ } .radio__container_zwp25.radio__focused_zwp25 .radio__circle_zwp25 {
833
+ outline: 2px solid #3193fc;
834
+ } .radio__container_zwp25.radio__disabled_zwp25.radio__checked_zwp25 .radio__circle_zwp25 {
835
+ background-color: rgba(225, 225, 248, 0.09);
836
+ border-color: transparent;
837
+ } .radio__circle_zwp25:before {
838
+ background-color: #0e0e0e;
839
+ border-color: transparent;
840
+ } .radio__label_zwp25 {
841
+ color: #fff;
842
+ } .radio__hint_zwp25 {
843
+ color: rgba(238, 238, 251, 0.55);
818
844
  }.tag__filled_3igox {
819
845
  background-color: rgba(222, 222, 238, 0.13)
820
846
  } .tag__filled_3igox:disabled {
@@ -985,74 +1011,6 @@
985
1011
 
986
1012
 
987
1013
  @media screen and (min-width: 1024px) {
988
- }.radio__container_zwp25:not(.radio__checked_zwp25):not(.radio__disabled_zwp25) .radio__circle_zwp25 {
989
- background-color: #29292c;
990
- border: 1.5px solid rgba(238, 238, 251, 0.55);
991
- } .radio__container_zwp25:not(.radio__checked_zwp25):not(.radio__disabled_zwp25):hover:not(:active) .radio__circle_zwp25 {
992
- background-color: #2f2f32;
993
- border-color: rgba(238, 238, 251, 0.55);
994
- } .radio__container_zwp25:not(.radio__checked_zwp25):not(.radio__disabled_zwp25):active .radio__circle_zwp25 {
995
- background-color: #353539;
996
- border-color: rgba(238, 238, 251, 0.55);
997
- } .radio__container_zwp25.radio__disabled_zwp25 .radio__circle_zwp25 {
998
- background-color: #29292c;
999
- border: 1.5px solid rgba(222, 222, 238, 0.13);
1000
- } .radio__container_zwp25.radio__disabled_zwp25 .radio__label_zwp25 {
1001
- color: rgba(238, 238, 251, 0.55);
1002
- } .radio__container_zwp25.radio__disabled_zwp25 .radio__hint_zwp25 {
1003
- color: rgba(238, 238, 251, 0.55);
1004
- } .radio__container_zwp25.radio__disabled_zwp25.radio__checked_zwp25 .radio__circle_zwp25:before {
1005
- background-color: rgba(228, 228, 251, 0.28);
1006
- } .radio__container_zwp25.radio__checked_zwp25 .radio__circle_zwp25 {
1007
- background-color: #fff;
1008
- border: 1.5px solid transparent;
1009
- } .radio__container_zwp25.radio__checked_zwp25:hover .radio__circle_zwp25 {
1010
- background-color: #e7e8eb;
1011
- border-color: transparent;
1012
- } .radio__container_zwp25.radio__checked_zwp25:active .radio__circle_zwp25 {
1013
- background-color: #d2d3d9;
1014
- border-color: transparent;
1015
- } .radio__container_zwp25.radio__focused_zwp25 .radio__circle_zwp25 {
1016
- outline: 2px solid #3193fc;
1017
- } .radio__container_zwp25.radio__disabled_zwp25.radio__checked_zwp25 .radio__circle_zwp25 {
1018
- background-color: rgba(225, 225, 248, 0.09);
1019
- border-color: transparent;
1020
- } .radio__circle_zwp25:before {
1021
- background-color: #0e0e0e;
1022
- border-color: transparent;
1023
- } .radio__label_zwp25 {
1024
- color: #fff;
1025
- } .radio__hint_zwp25 {
1026
- color: rgba(238, 238, 251, 0.55);
1027
- }.switch__component_hpogt {
1028
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1029
- } .switch__switch_hpogt {
1030
- background-color: rgba(238, 238, 251, 0.55);
1031
- border: 2px solid transparent
1032
- } .switch__switch_hpogt:hover {
1033
- background-color: rgba(239, 240, 252, 0.65);
1034
- } .switch__switch_hpogt:before {
1035
- background-color: #fff;
1036
- } .switch__label_hpogt {
1037
- color: #fff;
1038
- } .switch__hint_hpogt {
1039
- color: rgba(238, 238, 251, 0.55);
1040
- } .switch__checked_hpogt .switch__switch_hpogt {
1041
- background-color: #17d055
1042
- } .switch__checked_hpogt .switch__switch_hpogt:hover {
1043
- background-color: #22e068;
1044
- } .switch__disabled_hpogt .switch__switch_hpogt {
1045
- background-color: rgba(225, 225, 248, 0.09)
1046
- } .switch__disabled_hpogt .switch__switch_hpogt:before {
1047
- background-color: rgba(228, 228, 251, 0.28);
1048
- } .switch__disabled_hpogt.switch__checked_hpogt .switch__switch_hpogt {
1049
- background-color: rgba(225, 225, 248, 0.09);
1050
- } .switch__disabled_hpogt .switch__label_hpogt {
1051
- color: rgba(238, 238, 251, 0.55);
1052
- } .switch__disabled_hpogt .switch__hint_hpogt {
1053
- color: rgba(238, 238, 251, 0.55);
1054
- } .switch__focused_hpogt .switch__switch_hpogt {
1055
- outline: 2px solid #3193fc;
1056
1014
  }.sortable-list__primary_iii94 {
1057
1015
  background: #29292c;
1058
1016
  } .sortable-list__secondary_iii94 {
@@ -1157,25 +1115,48 @@
1157
1115
  background-color: rgba(38, 55, 88, 0.06);
1158
1116
  } .form-control__hasError_169ic .form-control__label_169ic {
1159
1117
  color: rgba(4, 4, 19, 0.55);
1160
- }.drawer__customScrollbar_1y8zr::-webkit-scrollbar-track {
1161
- background-color: transparent;
1162
- } .drawer__customScrollbar_1y8zr::-webkit-scrollbar-track-piece {
1163
- background-color: transparent;
1164
- } .drawer__customScrollbar_1y8zr::-webkit-scrollbar-thumb {
1165
- background-color: rgba(255, 255, 255, 0.3);
1166
- border-color: transparent;
1167
- } .drawer__customScrollbar_1y8zr::-webkit-scrollbar-thumb:active {
1168
- background-color: rgba(255, 255, 255, 0.6);
1169
- } .drawer__backdropEnter_1y8zr {
1170
- background-color: transparent;
1171
- } .drawer__backdropEnterActive_1y8zr,
1172
- .drawer__backdropEnterDone_1y8zr {
1173
- background-color: rgba(0, 0, 0, 0.7);
1174
- } .drawer__backdropExit_1y8zr {
1175
- background-color: rgba(0, 0, 0, 0.7);
1176
- } .drawer__backdropExitActive_1y8zr,
1177
- .drawer__backdropExitDone_1y8zr {
1118
+ }.switch__component_hpogt {
1119
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1120
+ } .switch__switch_hpogt {
1121
+ background-color: rgba(238, 238, 251, 0.55);
1122
+ border: 2px solid transparent
1123
+ } .switch__switch_hpogt:hover {
1124
+ background-color: rgba(239, 240, 252, 0.65);
1125
+ } .switch__switch_hpogt:before {
1126
+ background-color: #fff;
1127
+ } .switch__label_hpogt {
1128
+ color: #fff;
1129
+ } .switch__hint_hpogt {
1130
+ color: rgba(238, 238, 251, 0.55);
1131
+ } .switch__checked_hpogt .switch__switch_hpogt {
1132
+ background-color: #17d055
1133
+ } .switch__checked_hpogt .switch__switch_hpogt:hover {
1134
+ background-color: #22e068;
1135
+ } .switch__disabled_hpogt .switch__switch_hpogt {
1136
+ background-color: rgba(225, 225, 248, 0.09)
1137
+ } .switch__disabled_hpogt .switch__switch_hpogt:before {
1138
+ background-color: rgba(228, 228, 251, 0.28);
1139
+ } .switch__disabled_hpogt.switch__checked_hpogt .switch__switch_hpogt {
1140
+ background-color: rgba(225, 225, 248, 0.09);
1141
+ } .switch__disabled_hpogt .switch__label_hpogt {
1142
+ color: rgba(238, 238, 251, 0.55);
1143
+ } .switch__disabled_hpogt .switch__hint_hpogt {
1144
+ color: rgba(238, 238, 251, 0.55);
1145
+ } .switch__focused_hpogt .switch__switch_hpogt {
1146
+ outline: 2px solid #3193fc;
1147
+ }.base-modal__component_14tl1 {
1148
+ background: #1c1c1e;
1149
+ }.popover__component_10lc1 {
1178
1150
  background-color: transparent;
1151
+ color: #fff;
1152
+ } .popover__inner_10lc1 {
1153
+ background-color: #1c1c1e;
1154
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
1155
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1156
+ border: 1px solid transparent;
1157
+ } .popover__arrow_10lc1:after {
1158
+ background-color: #1c1c1e;
1159
+ border: 1px solid transparent;
1179
1160
  }.action-button__primary_14np9 {
1180
1161
  color: #fff
1181
1162
  } .action-button__primary_14np9 .action-button__iconWrapper_14np9 {
@@ -1257,6 +1238,9 @@
1257
1238
  color: #babbc2;
1258
1239
  background-color: #f2f3f5;
1259
1240
  }
1241
+ .system-message__component_n355t {
1242
+ color: rgba(238, 238, 251, 0.55);
1243
+ }
1260
1244
 
1261
1245
  .system-message__component_xldd6 {
1262
1246
  color: #fff;
@@ -1266,16 +1250,13 @@
1266
1250
  color: #fff;
1267
1251
  }
1268
1252
 
1269
- .system-message__component_n355t {
1270
- color: rgba(238, 238, 251, 0.55);
1271
- }
1272
1253
  .pagination__component_1vnvy {
1273
1254
  color: #fff;
1274
1255
  }
1275
-
1276
1256
  .pagination__dots_tue60 {
1277
1257
  color: rgba(238, 238, 251, 0.55);
1278
1258
  }
1259
+
1279
1260
  button.pagination__tag_14b1q.pagination__tag_14b1q {
1280
1261
  color: rgba(238, 238, 251, 0.55)
1281
1262
  } button.pagination__tag_14b1q.pagination__tag_14b1q:hover:not(:disabled) {
@@ -1317,144 +1298,144 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
1317
1298
  color: #fff;
1318
1299
  } .circular-progress-bar__iconWrapper_9lhkg.circular-progress-bar__icon-secondary_9lhkg {
1319
1300
  color: #898991;
1320
- }.button__primary_16mk1 {
1301
+ }.button__primary_16sg9 {
1321
1302
  color: #0e0e0e;
1322
1303
  background-color: #fff
1323
1304
  } @media (hover: hover) {
1324
- .button__primary_16mk1:hover {
1305
+ .button__primary_16sg9:hover {
1325
1306
  background-color: #e7e8eb;
1326
1307
  }
1327
- } .button__primary_16mk1:active {
1308
+ } .button__primary_16sg9:active {
1328
1309
  background-color: #d2d3d9;
1329
- } .button__primary_16mk1 > .button__loader_16mk1 {
1310
+ } .button__primary_16sg9 > .button__loader_16sg9 {
1330
1311
  color: #0e0e0e;
1331
- } .button__secondary_16mk1 {
1332
- background-color: rgba(214, 214, 229, 0.07)
1333
- } .button__secondary_16mk1:active {
1334
- background-color: rgba(222, 222, 238, 0.13);
1335
- } .button__ghost_16mk1:active {
1312
+ } .button__secondary_16sg9 {
1313
+ background-color: rgba(222, 222, 238, 0.13)
1314
+ } .button__secondary_16sg9:hover {
1315
+ background-color: rgba(234, 234, 248, 0.15);
1316
+ } .button__secondary_16sg9:active {
1317
+ background-color: rgba(231, 231, 248, 0.18);
1318
+ } .button__ghost_16sg9:active {
1336
1319
  color: #a0a1a9;
1337
- } .button__component_16mk1[disabled].button__primary_16mk1 {
1320
+ } .button__component_16sg9[disabled].button__primary_16sg9 {
1338
1321
  color: rgba(233, 233, 250, 0.37);
1339
1322
  background-color: rgba(214, 214, 229, 0.07)
1340
- } .button__component_16mk1[disabled].button__primary_16mk1.button__loading_16mk1 {
1323
+ } .button__component_16sg9[disabled].button__primary_16sg9.button__loading_16sg9 {
1341
1324
  background-color: #fff;
1342
- } .button__component_16mk1[disabled].button__secondary_16mk1 {
1325
+ } .button__component_16sg9[disabled].button__secondary_16sg9 {
1343
1326
  color: rgba(233, 233, 250, 0.37);
1344
1327
  background-color: rgba(214, 214, 229, 0.07);
1345
- } .button__component_16mk1[disabled].button__tertiary_16mk1 {
1328
+ } .button__component_16sg9[disabled].button__tertiary_16sg9 {
1346
1329
  color: rgba(233, 233, 250, 0.37);
1347
1330
  border-color: rgba(228, 228, 251, 0.28);
1348
- } .button__component_16mk1[disabled].button__link_16mk1 {
1331
+ } .button__component_16sg9[disabled].button__link_16sg9 {
1349
1332
  color: rgba(233, 233, 250, 0.37);
1350
- } .button__component_16mk1[disabled].button__ghost_16mk1 {
1333
+ } .button__component_16sg9[disabled].button__ghost_16sg9 {
1351
1334
  color: rgba(233, 233, 250, 0.37);
1352
1335
  }
1353
- .button__primary_1dhw5 {
1336
+
1337
+ .button__primary_q907v {
1354
1338
  color: #fff;
1355
1339
  background-color: #0e0e0e
1356
1340
  } @media (hover: hover) {
1357
- .button__primary_1dhw5:hover {
1341
+ .button__primary_q907v:hover {
1358
1342
  background-color: #29292c;
1359
1343
  }
1360
- } .button__primary_1dhw5:active {
1344
+ } .button__primary_q907v:active {
1361
1345
  background-color: #2f2f32;
1362
- } .button__primary_1dhw5 > .button__loader_1dhw5 {
1346
+ } .button__primary_q907v > .button__loader_q907v {
1363
1347
  color: #fff;
1364
- } .button__secondary_1dhw5 {
1365
- background-color: rgba(38, 55, 88, 0.06)
1366
- } .button__secondary_1dhw5:active {
1348
+ } .button__secondary_q907v {
1349
+ background-color: rgba(15, 25, 55, 0.1)
1350
+ } .button__secondary_q907v:hover {
1367
1351
  background-color: rgba(5, 12, 41, 0.14);
1368
- } .button__ghost_1dhw5:active {
1352
+ } .button__secondary_q907v:active {
1353
+ background-color: rgba(5, 11, 44, 0.18);
1354
+ } .button__ghost_q907v:active {
1369
1355
  color: #75757d;
1370
- } .button__component_1dhw5[disabled].button__primary_1dhw5 {
1356
+ } .button__component_q907v[disabled].button__primary_q907v {
1371
1357
  color: rgba(5, 8, 29, 0.38);
1372
1358
  background-color: rgba(38, 55, 88, 0.06)
1373
- } .button__component_1dhw5[disabled].button__primary_1dhw5.button__loading_1dhw5 {
1359
+ } .button__component_q907v[disabled].button__primary_q907v.button__loading_q907v {
1374
1360
  background-color: #0e0e0e;
1375
- } .button__component_1dhw5[disabled].button__secondary_1dhw5 {
1361
+ } .button__component_q907v[disabled].button__secondary_q907v {
1376
1362
  color: rgba(5, 8, 29, 0.38);
1377
1363
  background-color: rgba(38, 55, 88, 0.06);
1378
- } .button__component_1dhw5[disabled].button__tertiary_1dhw5 {
1364
+ } .button__component_q907v[disabled].button__tertiary_q907v {
1379
1365
  color: rgba(5, 8, 29, 0.38);
1380
1366
  border-color: rgba(9, 12, 37, 0.28);
1381
- } .button__component_1dhw5[disabled].button__link_1dhw5 {
1367
+ } .button__component_q907v[disabled].button__link_q907v {
1382
1368
  color: rgba(5, 8, 29, 0.38);
1383
- } .button__component_1dhw5[disabled].button__ghost_1dhw5 {
1369
+ } .button__component_q907v[disabled].button__ghost_q907v {
1384
1370
  color: rgba(5, 8, 29, 0.38);
1385
1371
  }
1386
-
1387
- .button__primary_16sg9 {
1372
+ .button__primary_16mk1 {
1388
1373
  color: #0e0e0e;
1389
1374
  background-color: #fff
1390
1375
  } @media (hover: hover) {
1391
- .button__primary_16sg9:hover {
1376
+ .button__primary_16mk1:hover {
1392
1377
  background-color: #e7e8eb;
1393
1378
  }
1394
- } .button__primary_16sg9:active {
1379
+ } .button__primary_16mk1:active {
1395
1380
  background-color: #d2d3d9;
1396
- } .button__primary_16sg9 > .button__loader_16sg9 {
1381
+ } .button__primary_16mk1 > .button__loader_16mk1 {
1397
1382
  color: #0e0e0e;
1398
- } .button__secondary_16sg9 {
1399
- background-color: rgba(222, 222, 238, 0.13)
1400
- } .button__secondary_16sg9:hover {
1401
- background-color: rgba(234, 234, 248, 0.15);
1402
- } .button__secondary_16sg9:active {
1403
- background-color: rgba(231, 231, 248, 0.18);
1404
- } .button__ghost_16sg9:active {
1383
+ } .button__secondary_16mk1 {
1384
+ background-color: rgba(214, 214, 229, 0.07)
1385
+ } .button__secondary_16mk1:active {
1386
+ background-color: rgba(222, 222, 238, 0.13);
1387
+ } .button__ghost_16mk1:active {
1405
1388
  color: #a0a1a9;
1406
- } .button__component_16sg9[disabled].button__primary_16sg9 {
1389
+ } .button__component_16mk1[disabled].button__primary_16mk1 {
1407
1390
  color: rgba(233, 233, 250, 0.37);
1408
1391
  background-color: rgba(214, 214, 229, 0.07)
1409
- } .button__component_16sg9[disabled].button__primary_16sg9.button__loading_16sg9 {
1392
+ } .button__component_16mk1[disabled].button__primary_16mk1.button__loading_16mk1 {
1410
1393
  background-color: #fff;
1411
- } .button__component_16sg9[disabled].button__secondary_16sg9 {
1394
+ } .button__component_16mk1[disabled].button__secondary_16mk1 {
1412
1395
  color: rgba(233, 233, 250, 0.37);
1413
1396
  background-color: rgba(214, 214, 229, 0.07);
1414
- } .button__component_16sg9[disabled].button__tertiary_16sg9 {
1397
+ } .button__component_16mk1[disabled].button__tertiary_16mk1 {
1415
1398
  color: rgba(233, 233, 250, 0.37);
1416
1399
  border-color: rgba(228, 228, 251, 0.28);
1417
- } .button__component_16sg9[disabled].button__link_16sg9 {
1400
+ } .button__component_16mk1[disabled].button__link_16mk1 {
1418
1401
  color: rgba(233, 233, 250, 0.37);
1419
- } .button__component_16sg9[disabled].button__ghost_16sg9 {
1402
+ } .button__component_16mk1[disabled].button__ghost_16mk1 {
1420
1403
  color: rgba(233, 233, 250, 0.37);
1421
1404
  }
1422
-
1423
- .button__primary_q907v {
1405
+ .button__primary_1dhw5 {
1424
1406
  color: #fff;
1425
1407
  background-color: #0e0e0e
1426
1408
  } @media (hover: hover) {
1427
- .button__primary_q907v:hover {
1409
+ .button__primary_1dhw5:hover {
1428
1410
  background-color: #29292c;
1429
1411
  }
1430
- } .button__primary_q907v:active {
1412
+ } .button__primary_1dhw5:active {
1431
1413
  background-color: #2f2f32;
1432
- } .button__primary_q907v > .button__loader_q907v {
1414
+ } .button__primary_1dhw5 > .button__loader_1dhw5 {
1433
1415
  color: #fff;
1434
- } .button__secondary_q907v {
1435
- background-color: rgba(15, 25, 55, 0.1)
1436
- } .button__secondary_q907v:hover {
1416
+ } .button__secondary_1dhw5 {
1417
+ background-color: rgba(38, 55, 88, 0.06)
1418
+ } .button__secondary_1dhw5:active {
1437
1419
  background-color: rgba(5, 12, 41, 0.14);
1438
- } .button__secondary_q907v:active {
1439
- background-color: rgba(5, 11, 44, 0.18);
1440
- } .button__ghost_q907v:active {
1420
+ } .button__ghost_1dhw5:active {
1441
1421
  color: #75757d;
1442
- } .button__component_q907v[disabled].button__primary_q907v {
1422
+ } .button__component_1dhw5[disabled].button__primary_1dhw5 {
1443
1423
  color: rgba(5, 8, 29, 0.38);
1444
1424
  background-color: rgba(38, 55, 88, 0.06)
1445
- } .button__component_q907v[disabled].button__primary_q907v.button__loading_q907v {
1425
+ } .button__component_1dhw5[disabled].button__primary_1dhw5.button__loading_1dhw5 {
1446
1426
  background-color: #0e0e0e;
1447
- } .button__component_q907v[disabled].button__secondary_q907v {
1427
+ } .button__component_1dhw5[disabled].button__secondary_1dhw5 {
1448
1428
  color: rgba(5, 8, 29, 0.38);
1449
1429
  background-color: rgba(38, 55, 88, 0.06);
1450
- } .button__component_q907v[disabled].button__tertiary_q907v {
1430
+ } .button__component_1dhw5[disabled].button__tertiary_1dhw5 {
1451
1431
  color: rgba(5, 8, 29, 0.38);
1452
1432
  border-color: rgba(9, 12, 37, 0.28);
1453
- } .button__component_q907v[disabled].button__link_q907v {
1433
+ } .button__component_1dhw5[disabled].button__link_1dhw5 {
1454
1434
  color: rgba(5, 8, 29, 0.38);
1455
- } .button__component_q907v[disabled].button__ghost_q907v {
1435
+ } .button__component_1dhw5[disabled].button__ghost_1dhw5 {
1456
1436
  color: rgba(5, 8, 29, 0.38);
1457
1437
  }
1438
+
1458
1439
  .button__accent_t86bw {
1459
1440
  color: #fff;
1460
1441
  background-color: #f83a2a;
@@ -1711,7 +1692,20 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
1711
1692
  }
1712
1693
  .list__slot_z4j58.list__defaultColor_z4j58 {
1713
1694
  color: #fff;
1714
- }.stepped-progress-bar__bar_5ekp1 {
1695
+ }.tab-bar__component_110ia {
1696
+ background-color: #0e0e0e;
1697
+ } .tab-bar__border_110ia {
1698
+ box-shadow: 0 -1px 0 0 #29292c;
1699
+ }
1700
+ .tab-bar__component_cqrvb {
1701
+ background-color: transparent;
1702
+ -webkit-tap-highlight-color: transparent;
1703
+ color: rgba(238, 238, 251, 0.55);
1704
+ } .tab-bar__selected_cqrvb {
1705
+ color: #f83a2a;
1706
+ } .tab-bar__label_cqrvb {
1707
+ color: rgba(238, 238, 251, 0.55);
1708
+ }.stepped-progress-bar__bar_5ekp1 {
1715
1709
  background: rgba(222, 222, 238, 0.13);
1716
1710
  } .stepped-progress-bar__description_5ekp1 {
1717
1711
  color: rgba(238, 238, 251, 0.55);
@@ -1738,11 +1732,28 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
1738
1732
  background: #fff;
1739
1733
  } .stepped-progress-bar__bar_nsxoe.stepped-progress-bar__accent_nsxoe {
1740
1734
  background: #f83a2a;
1741
- }.chart__coreChart_1m3rv .recharts-text tspan {
1735
+ }.drawer__customScrollbar_1y8zr::-webkit-scrollbar-track {
1736
+ background-color: transparent;
1737
+ } .drawer__customScrollbar_1y8zr::-webkit-scrollbar-track-piece {
1738
+ background-color: transparent;
1739
+ } .drawer__customScrollbar_1y8zr::-webkit-scrollbar-thumb {
1740
+ background-color: rgba(255, 255, 255, 0.3);
1741
+ border-color: transparent;
1742
+ } .drawer__customScrollbar_1y8zr::-webkit-scrollbar-thumb:active {
1743
+ background-color: rgba(255, 255, 255, 0.6);
1744
+ } .drawer__backdropEnter_1y8zr {
1745
+ background-color: transparent;
1746
+ } .drawer__backdropEnterActive_1y8zr,
1747
+ .drawer__backdropEnterDone_1y8zr {
1748
+ background-color: rgba(0, 0, 0, 0.7);
1749
+ } .drawer__backdropExit_1y8zr {
1750
+ background-color: rgba(0, 0, 0, 0.7);
1751
+ } .drawer__backdropExitActive_1y8zr,
1752
+ .drawer__backdropExitDone_1y8zr {
1753
+ background-color: transparent;
1754
+ }.chart__coreChart_1m3rv .recharts-text tspan {
1742
1755
  fill: #fff;
1743
1756
  }
1744
- @keyframes chart__showDot_xo6f5 {
1745
- }
1746
1757
 
1747
1758
  .chart__tickText_8xqgx {
1748
1759
  fill: #fff;
@@ -1761,19 +1772,8 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
1761
1772
  background-color: #0e0e0e;
1762
1773
  } .chart__tooltipArrow_12z9o:before {
1763
1774
  border-color: transparent #0e0e0e transparent transparent;
1764
- }.tab-bar__component_110ia {
1765
- background-color: #0e0e0e;
1766
- } .tab-bar__border_110ia {
1767
- box-shadow: 0 -1px 0 0 #29292c;
1768
1775
  }
1769
- .tab-bar__component_cqrvb {
1770
- background-color: transparent;
1771
- -webkit-tap-highlight-color: transparent;
1772
- color: rgba(238, 238, 251, 0.55);
1773
- } .tab-bar__selected_cqrvb {
1774
- color: #f83a2a;
1775
- } .tab-bar__label_cqrvb {
1776
- color: rgba(238, 238, 251, 0.55);
1776
+ @keyframes chart__showDot_xo6f5 {
1777
1777
  }.textarea__input_i2o3u {
1778
1778
  color: #fff;
1779
1779
  caret-color: #fff;
@@ -1897,6 +1897,12 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
1897
1897
  color: rgba(238, 238, 251, 0.55);
1898
1898
  } .textarea__error_1cslf {
1899
1899
  color: #ff5431;
1900
+ }.attach__component_nxwu9 {
1901
+ } .attach__file_nxwu9,
1902
+ .attach__noFile_nxwu9 {
1903
+ color: rgba(238, 238, 251, 0.55);
1904
+ } .attach__focused_nxwu9 {
1905
+ outline: 2px solid #3193fc;
1900
1906
  }.custom-button__customButton_2xwls.custom-button__white_2xwls * {
1901
1907
  color: #0e0e0e;
1902
1908
  } .custom-button__customButton_2xwls.custom-button__black_2xwls * {
@@ -1927,13 +1933,7 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
1927
1933
  color: #fff;
1928
1934
  } .custom-button__customButton_2xwls:disabled.custom-button__black_2xwls * {
1929
1935
  color: #0e0e0e;
1930
- }.attach__component_nxwu9 {
1931
- } .attach__file_nxwu9,
1932
- .attach__noFile_nxwu9 {
1933
- color: rgba(238, 238, 251, 0.55);
1934
- } .attach__focused_nxwu9 {
1935
- outline: 2px solid #3193fc;
1936
- }.cc-icon-button.icon-button__primary_1k8vx {
1936
+ }.cc-icon-button.icon-button__primary_1k8vx {
1937
1937
  color: #fff
1938
1938
  } .cc-icon-button.icon-button__primary_1k8vx:hover {
1939
1939
  color: #babbc2;
@@ -2027,11 +2027,18 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2027
2027
  color: rgba(15, 25, 55, 0.1)
2028
2028
  } .cc-icon-button.icon-button__component_1vzx8:disabled.icon-button__tertiary_1vzx8.icon-button__loader_1vzx8 {
2029
2029
  color: rgba(9, 12, 37, 0.28);
2030
- }.pass-code__message_2ng3z {
2030
+ }.pattern-lock__message_j8ii7 {
2031
+ color: #fff;
2032
+ } .pattern-lock__error_j8ii7 {
2033
+ color: #ff5431;
2034
+ } @media screen and (min-width: 360px) {
2035
+ } @media screen and (min-width: 390px) {
2036
+ }.pass-code__message_2ng3z {
2031
2037
  color: #fff;
2032
2038
  } .pass-code__error_2ng3z {
2033
2039
  color: #ff5431;
2034
2040
  }
2041
+
2035
2042
  .pass-code__secondary_1bpbk.pass-code__secondary_1bpbk {
2036
2043
  color: #fff;
2037
2044
  background: rgba(225, 225, 248, 0.09)
@@ -2046,7 +2053,6 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2046
2053
  } .pass-code__ghost_1bpbk.pass-code__ghost_1bpbk:active {
2047
2054
  background: rgba(234, 234, 248, 0.15);
2048
2055
  }
2049
-
2050
2056
  .pass-code__dot_1bs78 {
2051
2057
  background: rgba(222, 222, 238, 0.13)
2052
2058
  } .pass-code__dot_1bs78.pass-code__error_1bs78 {
@@ -2055,60 +2061,6 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2055
2061
  background: #fff;
2056
2062
  }
2057
2063
  @keyframes pass-code__shake_17642 {
2058
- }.pattern-lock__message_j8ii7 {
2059
- color: #fff;
2060
- } .pattern-lock__error_j8ii7 {
2061
- color: #ff5431;
2062
- } @media screen and (min-width: 360px) {
2063
- } @media screen and (min-width: 390px) {
2064
- }.confirmation-v1__errorHeader_1oc6u {
2065
- color: #fff;
2066
- color: #fff;
2067
- } .confirmation-v1__errorText_1oc6u {
2068
- color: rgba(238, 238, 251, 0.55);
2069
- color: rgba(238, 238, 251, 0.55);
2070
- } .confirmation-v1__phoneHintText_1oc6u {
2071
- color: rgba(238, 238, 251, 0.55);
2072
- color: rgba(238, 238, 251, 0.55);
2073
- } .confirmation-v1__phonesWrap_1oc6u {
2074
- color: rgba(238, 238, 251, 0.55);
2075
- } .confirmation-v1__phoneDescription_1oc6u {
2076
- color: rgba(238, 238, 251, 0.55);
2077
- }
2078
- .confirmation-v1__input_1leaq {
2079
- background-color: #1c1c1e;
2080
- color: #fff
2081
- } .confirmation-v1__input_1leaq.confirmation-v1__hasError_1leaq {
2082
- color: #ff5431;
2083
- caret-color: #fff;
2084
- background-color: #392523;
2085
- } .confirmation-v1__input_1leaq.confirmation-v1__disabled_1leaq {
2086
- color: rgba(233, 233, 250, 0.37);
2087
- } @keyframes confirmation-v1__shake_1leaq {
2088
- }
2089
- .confirmation-v1__component_11561 {
2090
- color: rgba(238, 238, 251, 0.55);
2091
- color: rgba(238, 238, 251, 0.55);
2092
- }
2093
- .confirmation-v1__title_10su7 {
2094
- color: #fff;
2095
- } .confirmation-v1__description_10su7 {
2096
- color: rgba(238, 238, 251, 0.55);
2097
- } .confirmation-v1__alertIcon_10su7 {
2098
- color: #d91d0b;
2099
- }
2100
- .confirmation-v1__circle_gxxsh {
2101
- fill: transparent;
2102
- stroke: #49494f;
2103
- }
2104
- .confirmation-v1__header_5oxeq {
2105
- color: #fff;
2106
- color: #fff;
2107
- } .confirmation-v1__error_5oxeq {
2108
- color: #ff5431;
2109
- } .confirmation-v1__loaderText_5oxeq {
2110
- color: rgba(238, 238, 251, 0.55);
2111
- color: rgba(238, 238, 251, 0.55);
2112
2064
  }.input__input_qhzal {
2113
2065
  color: #fff;
2114
2066
  caret-color: #fff;
@@ -2190,43 +2142,91 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2190
2142
  color: rgba(5, 8, 29, 0.38);
2191
2143
  } .input__clearIcon_wbo12:active {
2192
2144
  color: rgba(4, 4, 21, 0.47);
2193
- }.file-upload-item__component_1w4g5 {
2194
- color: rgba(238, 238, 251, 0.55);
2195
- box-shadow: 0 -1px 0 0 #29292c inset
2196
- } .file-upload-item__icon_1w4g5 {
2145
+ }.confirmation-v1__errorHeader_1oc6u {
2197
2146
  color: #fff;
2198
- } .file-upload-item__errorIcon_1w4g5 {
2199
- color: #ff5431;
2200
- } .file-upload-item__successIcon_1w4g5 {
2201
- color: #17d055;
2202
- } .file-upload-item__name_1w4g5 {
2203
- color: #fff
2204
- } .file-upload-item__errorWrapper_1w4g5 {
2205
- color: #ff5431
2206
- }
2207
- .confirmation__component_148wv {
2147
+ color: #fff;
2148
+ } .confirmation-v1__errorText_1oc6u {
2208
2149
  color: rgba(238, 238, 251, 0.55);
2209
- }
2210
-
2211
- .confirmation__typographyTheme_1batu.confirmation__typographyTheme_1batu {
2212
2150
  color: rgba(238, 238, 251, 0.55);
2213
- }
2214
- .confirmation__typographyTheme_1m5mf.confirmation__typographyTheme_1m5mf {
2151
+ } .confirmation-v1__phoneHintText_1oc6u {
2215
2152
  color: rgba(238, 238, 251, 0.55);
2216
- }
2217
- .confirmation__typographyTheme_15d3w.confirmation__typographyTheme_15d3w {
2218
2153
  color: rgba(238, 238, 251, 0.55);
2219
- } .confirmation__phone_15d3w.confirmation__phone_15d3w {
2220
- color: #fff;
2221
- } .confirmation__countdownContainer_15d3w.confirmation__countdownContainer_15d3w {
2154
+ } .confirmation-v1__phonesWrap_1oc6u {
2222
2155
  color: rgba(238, 238, 251, 0.55);
2223
- }
2224
- .confirmation__typographyTheme_1p05f.confirmation__typographyTheme_1p05f {
2156
+ } .confirmation-v1__phoneDescription_1oc6u {
2225
2157
  color: rgba(238, 238, 251, 0.55);
2226
2158
  }
2227
- .confirmation__circle_1xb0j {
2159
+ .confirmation-v1__input_1leaq {
2160
+ background-color: #1c1c1e;
2161
+ color: #fff
2162
+ } .confirmation-v1__input_1leaq.confirmation-v1__hasError_1leaq {
2163
+ color: #ff5431;
2164
+ caret-color: #fff;
2165
+ background-color: #392523;
2166
+ } .confirmation-v1__input_1leaq.confirmation-v1__disabled_1leaq {
2167
+ color: rgba(233, 233, 250, 0.37);
2168
+ } @keyframes confirmation-v1__shake_1leaq {
2169
+ }
2170
+ .confirmation-v1__circle_gxxsh {
2228
2171
  fill: transparent;
2229
- stroke: #4a4a51;
2172
+ stroke: #49494f;
2173
+ }
2174
+ .confirmation-v1__component_11561 {
2175
+ color: rgba(238, 238, 251, 0.55);
2176
+ color: rgba(238, 238, 251, 0.55);
2177
+ }
2178
+ .confirmation-v1__title_10su7 {
2179
+ color: #fff;
2180
+ } .confirmation-v1__description_10su7 {
2181
+ color: rgba(238, 238, 251, 0.55);
2182
+ } .confirmation-v1__alertIcon_10su7 {
2183
+ color: #d91d0b;
2184
+ }
2185
+ .confirmation-v1__header_5oxeq {
2186
+ color: #fff;
2187
+ color: #fff;
2188
+ } .confirmation-v1__error_5oxeq {
2189
+ color: #ff5431;
2190
+ } .confirmation-v1__loaderText_5oxeq {
2191
+ color: rgba(238, 238, 251, 0.55);
2192
+ color: rgba(238, 238, 251, 0.55);
2193
+ }
2194
+ .confirmation__component_148wv {
2195
+ color: rgba(238, 238, 251, 0.55);
2196
+ }
2197
+ .confirmation__circle_1xb0j {
2198
+ fill: transparent;
2199
+ stroke: #4a4a51;
2200
+ }
2201
+
2202
+ .confirmation__typographyTheme_1batu.confirmation__typographyTheme_1batu {
2203
+ color: rgba(238, 238, 251, 0.55);
2204
+ }
2205
+ .confirmation__typographyTheme_1m5mf.confirmation__typographyTheme_1m5mf {
2206
+ color: rgba(238, 238, 251, 0.55);
2207
+ }
2208
+ .confirmation__typographyTheme_15d3w.confirmation__typographyTheme_15d3w {
2209
+ color: rgba(238, 238, 251, 0.55);
2210
+ } .confirmation__phone_15d3w.confirmation__phone_15d3w {
2211
+ color: #fff;
2212
+ } .confirmation__countdownContainer_15d3w.confirmation__countdownContainer_15d3w {
2213
+ color: rgba(238, 238, 251, 0.55);
2214
+ }
2215
+ .confirmation__typographyTheme_1p05f.confirmation__typographyTheme_1p05f {
2216
+ color: rgba(238, 238, 251, 0.55);
2217
+ }.file-upload-item__component_1w4g5 {
2218
+ color: rgba(238, 238, 251, 0.55);
2219
+ box-shadow: 0 -1px 0 0 #29292c inset
2220
+ } .file-upload-item__icon_1w4g5 {
2221
+ color: #fff;
2222
+ } .file-upload-item__errorIcon_1w4g5 {
2223
+ color: #ff5431;
2224
+ } .file-upload-item__successIcon_1w4g5 {
2225
+ color: #17d055;
2226
+ } .file-upload-item__name_1w4g5 {
2227
+ color: #fff
2228
+ } .file-upload-item__errorWrapper_1w4g5 {
2229
+ color: #ff5431
2230
2230
  }
2231
2231
 
2232
2232
  .plate__component_4trer {
@@ -2261,32 +2261,11 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2261
2261
  border: 1px solid rgba(238, 238, 251, 0.55)
2262
2262
  } .plate__custom_4trer:before {
2263
2263
  background-color: rgba(238, 238, 251, 0.55);
2264
- }
2265
-
2266
- .toast-plate__component_1k02o {
2267
- color: #0e0e0e;
2268
- background-color: #fff;
2269
- } .toast-plate__closeButtonWrapper_1k02o:before {
2270
- background-color: #e7e8eb;
2271
- }
2272
-
2273
- .toast-plate__component_1jjez {
2274
- color: #fff;
2275
- background-color: #1c1c1e;
2276
- } .toast-plate__closeButtonWrapper_1jjez:before {
2277
- background-color: #29292c;
2278
2264
  }.navigation-bar__content_1jzhj {
2279
2265
  color: #fff
2280
2266
  } .navigation-bar__subtitle_1jzhj {
2281
2267
  color: rgba(238, 238, 251, 0.55);
2282
2268
  }
2283
- .navigation-bar__button_tf80q {
2284
- background: rgba(14, 14, 14, 0.4);
2285
- color: #fff
2286
- } .navigation-bar__button_tf80q.navigation-bar__mobile_tf80q {
2287
- background: rgba(214, 214, 229, 0.07);
2288
- color: rgba(238, 238, 251, 0.55);
2289
- }
2290
2269
  .navigation-bar__component_1qr5s {
2291
2270
  background: rgba(14, 14, 14, 0.4)
2292
2271
  } .navigation-bar__component_1qr5s svg > path {
@@ -2299,15 +2278,28 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2299
2278
  background: rgba(214, 214, 229, 0.07)
2300
2279
  } .navigation-bar__mobileWrapper_1qr5s svg > path {
2301
2280
  fill: rgba(238, 238, 251, 0.55);
2302
- }.slider-input__slider_1jr2t .noUi-base:hover > .noUi-connects {
2303
- background-color: #898991;
2304
- } .slider-input__slider_1jr2t .noUi-connects {
2305
- background-color: #898991;
2306
- } .slider-input__steps_1jr2t {
2307
- color: rgba(238, 238, 251, 0.55);
2308
- } .slider-input__info_1jr2t {
2309
- color: rgba(238, 238, 251, 0.55);
2310
- }.pure-cell__focused_adf94 {
2281
+ }
2282
+ .navigation-bar__button_tf80q {
2283
+ background: rgba(14, 14, 14, 0.4);
2284
+ color: #fff
2285
+ } .navigation-bar__button_tf80q.navigation-bar__mobile_tf80q {
2286
+ background: rgba(214, 214, 229, 0.07);
2287
+ color: rgba(238, 238, 251, 0.55);
2288
+ }
2289
+
2290
+ .toast-plate__component_1k02o {
2291
+ color: #0e0e0e;
2292
+ background-color: #fff;
2293
+ } .toast-plate__closeButtonWrapper_1k02o:before {
2294
+ background-color: #e7e8eb;
2295
+ }
2296
+
2297
+ .toast-plate__component_1jjez {
2298
+ color: #fff;
2299
+ background-color: #1c1c1e;
2300
+ } .toast-plate__closeButtonWrapper_1jjez:before {
2301
+ background-color: #29292c;
2302
+ }.pure-cell__focused_adf94 {
2311
2303
  outline: 2px solid #3193fc;
2312
2304
  }
2313
2305
 
@@ -2321,20 +2313,21 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2321
2313
 
2322
2314
 
2323
2315
 
2324
- .with-suffix__hasSuffix_39if1 input:focus::placeholder {
2316
+ .slider-input__slider_1jr2t .noUi-base:hover > .noUi-connects {
2317
+ background-color: #898991;
2318
+ } .slider-input__slider_1jr2t .noUi-connects {
2319
+ background-color: #898991;
2320
+ } .slider-input__steps_1jr2t {
2321
+ color: rgba(238, 238, 251, 0.55);
2322
+ } .slider-input__info_1jr2t {
2323
+ color: rgba(238, 238, 251, 0.55);
2324
+ }.with-suffix__hasSuffix_39if1 input:focus::placeholder {
2325
2325
  color: transparent;
2326
2326
  } .with-suffix__disabled_39if1 {
2327
2327
  color: rgba(233, 233, 250, 0.37);
2328
2328
  } .with-suffix__readOnly_39if1 {
2329
2329
  color: rgba(233, 233, 250, 0.37);
2330
- }.number-input__separator_496ts {
2331
- background-color: rgba(222, 222, 238, 0.13);
2332
- }
2333
-
2334
- .number-input__separator_7daeo {
2335
- background-color: rgba(15, 25, 55, 0.1);
2336
- }
2337
- .number-input__steppers_1hq18 {
2330
+ }.number-input__steppers_1hq18 {
2338
2331
  background-color: rgba(214, 214, 229, 0.07);
2339
2332
  } .number-input__steppersFocused_1hq18,
2340
2333
  .number-input__steppersDisabled_1hq18 {
@@ -2346,48 +2339,13 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2346
2339
  } .number-input__steppersFocused_1s3hs,
2347
2340
  .number-input__steppersDisabled_1s3hs {
2348
2341
  background-color: rgba(15, 25, 55, 0.1);
2349
- }.toast__toastPlate_rme2h {
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_rme2h {
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;
2356
- }.bank-card__component_ymf1a {
2357
- --form-control-bg-color: transparent;
2358
- --form-control-focus-shadow: transparent;
2359
- --form-control-hover-bg-color: transparent;
2360
- --form-control-focus-bg-color: transparent;
2361
- } .bank-card__label_ymf1a {
2362
- color: rgba(238, 238, 251, 0.55)
2363
- } .bank-card__focused_ymf1a .bank-card__label_ymf1a,
2364
- .bank-card__filled_ymf1a .bank-card__label_ymf1a {
2365
- color: #fff
2366
- } .bank-card__input_ymf1a {
2367
- color: #fff;
2368
- caret-color: #fff
2369
- } .bank-card__bankLogo_ymf1a svg g {
2370
- fill: #fff;
2371
- } .bank-card__brandLogo_ymf1a svg {
2372
- fill: #fff;
2373
- } .bank-card__usePhoto_ymf1a {
2374
- background-color: transparent
2375
- } .bank-card__usePhoto_ymf1a svg {
2376
- fill: #fff;
2377
- }
2378
- .popup-sheet__appear_1rhd4,
2379
- .popup-sheet__enter_1rhd4 {
2380
- background-color: transparent;
2381
- } .popup-sheet__appearActive_1rhd4,
2382
- .popup-sheet__enterActive_1rhd4,
2383
- .popup-sheet__appearDone_1rhd4,
2384
- .popup-sheet__enterDone_1rhd4 {
2385
- background-color: rgba(0, 0, 0, 0.7);
2386
- } .popup-sheet__exit_1rhd4 {
2387
- background-color: rgba(0, 0, 0, 0.7);
2388
- } .popup-sheet__exitActive_1rhd4,
2389
- .popup-sheet__exitDone_1rhd4 {
2390
- background-color: transparent;
2342
+ }
2343
+ .number-input__separator_496ts {
2344
+ background-color: rgba(222, 222, 238, 0.13);
2345
+ }
2346
+
2347
+ .number-input__separator_7daeo {
2348
+ background-color: rgba(15, 25, 55, 0.1);
2391
2349
  }.bottom-sheet__modal_t57fr.bottom-sheet__modal_t57fr {
2392
2350
  background-color: transparent;
2393
2351
  } .bottom-sheet__component_t57fr {
@@ -2441,6 +2399,9 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2441
2399
  } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_t57fr {
2442
2400
  background-color: rgba(30, 43, 68, 0.08);
2443
2401
  }
2402
+ .bottom-sheet__highlighted_1g17q {
2403
+ border-bottom: 1px solid #36363a;
2404
+ }
2444
2405
  .bottom-sheet__footer_1iquq {
2445
2406
  background-color: #1c1c1e;
2446
2407
  } .bottom-sheet__highlighted_1iquq {
@@ -2490,10 +2451,48 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2490
2451
  background-color: rgba(222, 222, 240, 0.12);
2491
2452
  } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1iquq {
2492
2453
  background-color: rgba(30, 43, 68, 0.08);
2493
- }
2494
- .bottom-sheet__highlighted_1g17q {
2495
- border-bottom: 1px solid #36363a;
2496
- }@media (min-width: 600px) {
2454
+ }.bank-card__component_ymf1a {
2455
+ --form-control-bg-color: transparent;
2456
+ --form-control-focus-shadow: transparent;
2457
+ --form-control-hover-bg-color: transparent;
2458
+ --form-control-focus-bg-color: transparent;
2459
+ } .bank-card__label_ymf1a {
2460
+ color: rgba(238, 238, 251, 0.55)
2461
+ } .bank-card__focused_ymf1a .bank-card__label_ymf1a,
2462
+ .bank-card__filled_ymf1a .bank-card__label_ymf1a {
2463
+ color: #fff
2464
+ } .bank-card__input_ymf1a {
2465
+ color: #fff;
2466
+ caret-color: #fff
2467
+ } .bank-card__bankLogo_ymf1a svg g {
2468
+ fill: #fff;
2469
+ } .bank-card__brandLogo_ymf1a svg {
2470
+ fill: #fff;
2471
+ } .bank-card__usePhoto_ymf1a {
2472
+ background-color: transparent
2473
+ } .bank-card__usePhoto_ymf1a svg {
2474
+ fill: #fff;
2475
+ }
2476
+ .popup-sheet__appear_1rhd4,
2477
+ .popup-sheet__enter_1rhd4 {
2478
+ background-color: transparent;
2479
+ } .popup-sheet__appearActive_1rhd4,
2480
+ .popup-sheet__enterActive_1rhd4,
2481
+ .popup-sheet__appearDone_1rhd4,
2482
+ .popup-sheet__enterDone_1rhd4 {
2483
+ background-color: rgba(0, 0, 0, 0.7);
2484
+ } .popup-sheet__exit_1rhd4 {
2485
+ background-color: rgba(0, 0, 0, 0.7);
2486
+ } .popup-sheet__exitActive_1rhd4,
2487
+ .popup-sheet__exitDone_1rhd4 {
2488
+ background-color: transparent;
2489
+ }.toast__toastPlate_rme2h {
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_rme2h {
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;
2497
2496
  }.amount-input__minorPartAndCurrency_k2gx0 {
2498
2497
  color: rgba(238, 238, 251, 0.55);
2499
2498
  }
@@ -2503,7 +2502,31 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2503
2502
  }
2504
2503
  .amount-input__minorPartAndCurrency_1elr1 {
2505
2504
  color: rgba(4, 4, 19, 0.55);
2506
- }.tooltip__hint_3kc0p {
2505
+ }@media (min-width: 600px) {
2506
+ }
2507
+
2508
+
2509
+
2510
+ .modal__sticky_bic9i {
2511
+ background: #1c1c1e;
2512
+ } .modal__highlighted_bic9i {
2513
+ background: #1c1c1e;
2514
+ box-shadow: 0 -1px 0 0 #29292c;
2515
+ }
2516
+
2517
+
2518
+
2519
+ .modal__highlighted_vvxel {
2520
+ background: #1c1c1e;
2521
+ box-shadow: 0 1px 0 0 #29292c;
2522
+ } .modal__sticky_vvxel.modal__hasContent_vvxel {
2523
+ background: #1c1c1e;
2524
+ }
2525
+
2526
+
2527
+
2528
+
2529
+ .tooltip__hint_3kc0p {
2507
2530
  background-color: #fff;
2508
2531
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
2509
2532
  0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
@@ -2540,30 +2563,6 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2540
2563
 
2541
2564
 
2542
2565
 
2543
- .modal__sticky_bic9i {
2544
- background: #1c1c1e;
2545
- } .modal__highlighted_bic9i {
2546
- background: #1c1c1e;
2547
- box-shadow: 0 -1px 0 0 #29292c;
2548
- }
2549
-
2550
-
2551
-
2552
- .modal__highlighted_vvxel {
2553
- background: #1c1c1e;
2554
- box-shadow: 0 1px 0 0 #29292c;
2555
- } .modal__sticky_vvxel.modal__hasContent_vvxel {
2556
- background: #1c1c1e;
2557
- }
2558
-
2559
-
2560
-
2561
-
2562
-
2563
-
2564
-
2565
-
2566
-
2567
2566
  .side-panel__highlighted_burcp {
2568
2567
  background: #1c1c1e;
2569
2568
  box-shadow: 0 1px 0 0 #29292c;
@@ -2572,6 +2571,7 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2572
2571
  }
2573
2572
 
2574
2573
 
2574
+
2575
2575
  .side-panel__sticky_1yhwp {
2576
2576
  background: #1c1c1e;
2577
2577
  } .side-panel__highlighted_1yhwp {
@@ -2584,22 +2584,15 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2584
2584
  } .gallery__modal_18nw1 {
2585
2585
  background: transparent;
2586
2586
  }
2587
+ .gallery__buttons_zvfc6 path {
2588
+ color: #fff;
2589
+ } .gallery__iconButton_zvfc6:hover path {
2590
+ color: rgb(237, 237, 237);
2591
+ } .gallery__iconButton_zvfc6:active path {
2592
+ color: rgb(217, 217, 217);
2593
+ }
2594
+
2587
2595
 
2588
- .gallery__component_1c7oo {
2589
- border: 2px solid rgba(0, 0, 0, 0);
2590
- } .gallery__active_1c7oo {
2591
- border-color: rgba(255, 255, 255, 0.4)
2592
- } .gallery__image_1c7oo > img {
2593
- background-color: #0e0e0e;
2594
- } .gallery__loading_1c7oo {
2595
- background-color: #1c1c1e
2596
- } .gallery__loading_1c7oo .gallery__active_1c7oo {
2597
- background-color: #36363a;
2598
- } .gallery__brokenImageWrapper_1c7oo {
2599
- background-color: #36363a
2600
- } .gallery__focused_1c7oo {
2601
- outline: 2px solid #3193fc;
2602
- }
2603
2596
  .gallery__component_10yrs {
2604
2597
  background-color: #0e0e0e;
2605
2598
  } .gallery__slideLoading_10yrs {
@@ -2621,14 +2614,21 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2621
2614
  } .gallery__fullScreenImage_10yrs {
2622
2615
  background-color: #0e0e0e;
2623
2616
  }
2624
- .gallery__buttons_zvfc6 path {
2625
- color: #fff;
2626
- } .gallery__iconButton_zvfc6:hover path {
2627
- color: rgb(237, 237, 237);
2628
- } .gallery__iconButton_zvfc6:active path {
2629
- color: rgb(217, 217, 217);
2630
- }
2631
- .calendar__container_1ycdk.calendar__customScrollbar_1ycdk::-webkit-scrollbar-track {
2617
+ .gallery__component_1c7oo {
2618
+ border: 2px solid rgba(0, 0, 0, 0);
2619
+ } .gallery__active_1c7oo {
2620
+ border-color: rgba(255, 255, 255, 0.4)
2621
+ } .gallery__image_1c7oo > img {
2622
+ background-color: #0e0e0e;
2623
+ } .gallery__loading_1c7oo {
2624
+ background-color: #1c1c1e
2625
+ } .gallery__loading_1c7oo .gallery__active_1c7oo {
2626
+ background-color: #36363a;
2627
+ } .gallery__brokenImageWrapper_1c7oo {
2628
+ background-color: #36363a
2629
+ } .gallery__focused_1c7oo {
2630
+ outline: 2px solid #3193fc;
2631
+ }.calendar__container_1ycdk.calendar__customScrollbar_1ycdk::-webkit-scrollbar-track {
2632
2632
  background-color: transparent;
2633
2633
  } .calendar__container_1ycdk.calendar__customScrollbar_1ycdk::-webkit-scrollbar-track-piece {
2634
2634
  background-color: transparent;
@@ -2662,36 +2662,6 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2662
2662
  color: rgba(238, 238, 251, 0.55)
2663
2663
  }
2664
2664
 
2665
- .calendar__withShadow_lk49x {
2666
- box-shadow: 0 1px 0 0 #29292c;
2667
- }
2668
- @media (max-width: 374px) {
2669
- }
2670
- .calendar__empty_1h0c5 {
2671
- color: rgba(238, 238, 251, 0.55);
2672
- }
2673
- .cc-calendar .calendar__button_4x61x {
2674
- background-color: transparent
2675
- } .cc-calendar .calendar__button_4x61x:not(:disabled):hover {
2676
- background-color: rgba(214, 214, 229, 0.07);
2677
- color: #fff;
2678
- } .cc-calendar .calendar__button_4x61x.calendar__filled_4x61x {
2679
- background-color: rgba(222, 222, 238, 0.13)
2680
- } .cc-calendar .calendar__button_4x61x.calendar__filled_4x61x:not(:disabled):hover {
2681
- background-color: rgba(234, 234, 248, 0.15);
2682
- } .cc-calendar .calendar__button_4x61x.calendar__current_4x61x {
2683
- color: #4a9dfc;
2684
- } .cc-calendar .calendar__button_4x61x.calendar__selected_4x61x,
2685
- .cc-calendar .calendar__button_4x61x.calendar__selected_4x61x:disabled {
2686
- background-color: #fff;
2687
- color: #0e0e0e
2688
- } .cc-calendar .calendar__button_4x61x.calendar__selected_4x61x:not(:disabled):hover, .cc-calendar .calendar__button_4x61x.calendar__selected_4x61x:disabled:not(:disabled):hover {
2689
- background-color: #fff;
2690
- color: #0e0e0e;
2691
- }
2692
- @media (max-width: 374px) {
2693
- }
2694
-
2695
2665
  .calendar__dayName_67ors {
2696
2666
  color: rgba(238, 238, 251, 0.55)
2697
2667
  } .calendar__day_67ors {
@@ -2757,9 +2727,40 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2757
2727
  } .calendar__bottomAddon_67ors.calendar__selected_67ors,
2758
2728
  .calendar__bottomAddon_67ors.calendar__selected_67ors > * {
2759
2729
  color: #0e0e0e;
2760
- }.select__arrow_1rlaz {
2730
+ }
2731
+
2732
+ @media (max-width: 374px) {
2733
+ }
2734
+ .calendar__empty_1h0c5 {
2761
2735
  color: rgba(238, 238, 251, 0.55);
2762
2736
  }
2737
+ .cc-calendar .calendar__button_4x61x {
2738
+ background-color: transparent
2739
+ } .cc-calendar .calendar__button_4x61x:not(:disabled):hover {
2740
+ background-color: rgba(214, 214, 229, 0.07);
2741
+ color: #fff;
2742
+ } .cc-calendar .calendar__button_4x61x.calendar__filled_4x61x {
2743
+ background-color: rgba(222, 222, 238, 0.13)
2744
+ } .cc-calendar .calendar__button_4x61x.calendar__filled_4x61x:not(:disabled):hover {
2745
+ background-color: rgba(234, 234, 248, 0.15);
2746
+ } .cc-calendar .calendar__button_4x61x.calendar__current_4x61x {
2747
+ color: #4a9dfc;
2748
+ } .cc-calendar .calendar__button_4x61x.calendar__selected_4x61x,
2749
+ .cc-calendar .calendar__button_4x61x.calendar__selected_4x61x:disabled {
2750
+ background-color: #fff;
2751
+ color: #0e0e0e
2752
+ } .cc-calendar .calendar__button_4x61x.calendar__selected_4x61x:not(:disabled):hover, .cc-calendar .calendar__button_4x61x.calendar__selected_4x61x:disabled:not(:disabled):hover {
2753
+ background-color: #fff;
2754
+ color: #0e0e0e;
2755
+ }
2756
+ @media (max-width: 374px) {
2757
+ }
2758
+ .calendar__withShadow_lk49x {
2759
+ box-shadow: 0 1px 0 0 #29292c;
2760
+ }.select__arrow_1rlaz {
2761
+ color: rgba(238, 238, 251, 0.55);
2762
+ }
2763
+
2763
2764
  .select__option_sasvk {
2764
2765
  background: #1c1c1e;
2765
2766
  color: #fff
@@ -2792,13 +2793,6 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2792
2793
  color: #17d055;
2793
2794
  }
2794
2795
 
2795
-
2796
- .select__footer_z9xjh {
2797
- background-color: #1c1c1e
2798
- } .select__highlighted_z9xjh {
2799
- border-top: 1px solid #29292c;
2800
- background-color: #1c1c1e;
2801
- }
2802
2796
  .select__placeholder_fb0nz {
2803
2797
  color: rgba(238, 238, 251, 0.55)
2804
2798
  } .select__placeholder_fb0nz.select__focused_fb0nz {
@@ -2807,10 +2801,11 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2807
2801
  outline: 2px solid #3193fc;
2808
2802
  } @keyframes select__show-placeholder_fb0nz {
2809
2803
  }
2810
- .select__optgroup_xdx9s {
2811
- background: #1c1c1e
2812
- } .select__label_xdx9s {
2813
- color: rgba(238, 238, 251, 0.55);
2804
+ .select__footer_z9xjh {
2805
+ background-color: #1c1c1e
2806
+ } .select__highlighted_z9xjh {
2807
+ border-top: 1px solid #29292c;
2808
+ background-color: #1c1c1e;
2814
2809
  }
2815
2810
  .select__option_wfmns {
2816
2811
  background: #1c1c1e;
@@ -2830,6 +2825,11 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2830
2825
  background: #1c1c1e;
2831
2826
  color: rgba(238, 238, 251, 0.55);
2832
2827
  }
2828
+ .select__optgroup_xdx9s {
2829
+ background: #1c1c1e
2830
+ } .select__label_xdx9s {
2831
+ color: rgba(238, 238, 251, 0.55);
2832
+ }
2833
2833
  .select__optionsListHeader_z16xw {
2834
2834
  border-bottom: 1px solid #29292c;
2835
2835
  } .select__optionsListFooter_z16xw {
@@ -2840,7 +2840,6 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2840
2840
  color: rgba(238, 238, 251, 0.55);
2841
2841
  }
2842
2842
 
2843
-
2844
2843
  .select__virtualOptionsListHeader_7e28j {
2845
2844
  border-bottom: 1px solid #29292c;
2846
2845
  } .select__virtualOptionsListFooter_7e28j {
@@ -2852,6 +2851,7 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2852
2851
  } .select__emptyPlaceholder_7e28j {
2853
2852
  color: rgba(238, 238, 251, 0.55);
2854
2853
  }
2854
+
2855
2855
  .select__footer_10is6 {
2856
2856
  background-color: #0e0e0e
2857
2857
  }
@@ -2863,28 +2863,15 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2863
2863
  border: 1px solid #29292c
2864
2864
  } .calendar-input__calendarIcon_111gz {
2865
2865
  color: rgba(238, 238, 251, 0.55)
2866
- }.date-time-input__calendarContainer_pent0 {
2867
- border: 1px solid #29292c
2868
2866
  }.universal-date-input__calendarIcon_1rwo1 {
2869
2867
  color: rgba(238, 238, 251, 0.55);
2870
2868
  } .universal-date-input__calendarContainer_1rwo1 {
2871
2869
  border: 1px solid #29292c
2872
2870
  } .universal-date-input__blink_1rwo1.universal-date-input__blink_1rwo1.universal-date-input__blink_1rwo1 {
2873
2871
  background-color: #392523;
2874
- }.select-with-tags__tag_gy72v:not(.select-with-tags__tagNoClose_gy72v):active:not(:disabled) {
2875
- background-color: #fff;
2876
- color: #0e0e0e;
2877
- } .select-with-tags__tag_gy72v:not(.select-with-tags__tagNoClose_gy72v):hover:not(:disabled):not(:active) {
2878
- background-color: #fff;
2879
- color: #0e0e0e;
2880
- } .select-with-tags__tagCross_gy72v > svg {
2881
- fill: rgba(4, 4, 21, 0.47);
2882
- } .select-with-tags__tagCross_gy72v:hover > svg {
2883
- fill: rgba(4, 4, 19, 0.55);
2884
- } .select-with-tags__tagCross_gy72v:active > svg {
2885
- fill: rgba(1, 1, 12, 0.63);
2886
- }
2887
- .select-with-tags__input_fyqud {
2872
+ }.date-time-input__calendarContainer_pent0 {
2873
+ border: 1px solid #29292c
2874
+ }.select-with-tags__input_fyqud {
2888
2875
  background-color: transparent;
2889
2876
  color: #fff
2890
2877
  } .select-with-tags__input_fyqud:disabled,
@@ -2898,15 +2885,28 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2898
2885
  outline: 2px solid #3193fc;
2899
2886
  } .select-with-tags__placeholder_fyqud {
2900
2887
  color: rgba(238, 238, 251, 0.55);
2901
- }.calendar-range__component_15fo6:after {
2888
+ }
2889
+ .select-with-tags__tag_gy72v:not(.select-with-tags__tagNoClose_gy72v):active:not(:disabled) {
2890
+ background-color: #fff;
2891
+ color: #0e0e0e;
2892
+ } .select-with-tags__tag_gy72v:not(.select-with-tags__tagNoClose_gy72v):hover:not(:disabled):not(:active) {
2902
2893
  background-color: #fff;
2894
+ color: #0e0e0e;
2895
+ } .select-with-tags__tagCross_gy72v > svg {
2896
+ fill: rgba(4, 4, 21, 0.47);
2897
+ } .select-with-tags__tagCross_gy72v:hover > svg {
2898
+ fill: rgba(4, 4, 19, 0.55);
2899
+ } .select-with-tags__tagCross_gy72v:active > svg {
2900
+ fill: rgba(1, 1, 12, 0.63);
2903
2901
  }
2904
2902
  .input-autocomplete__placeholder_1hzkx {
2905
2903
  color: rgba(238, 238, 251, 0.55);
2906
2904
  } .input-autocomplete__focusVisible_1hzkx {
2907
2905
  outline: 2px solid #3193fc;
2908
2906
  }
2909
-
2907
+ .calendar-range__component_15fo6:after {
2908
+ background-color: #fff;
2909
+ }
2910
2910
 
2911
2911
  .picker-button__linkOpen_k44yi:not(:hover) {
2912
2912
  background-color: rgba(214, 214, 229, 0.07);
@@ -2924,21 +2924,17 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2924
2924
  border-top: 1px solid #36363a
2925
2925
  }
2926
2926
 
2927
- .table__icon_1144w {
2928
- color: #898991
2929
- } .table__icon_1144w:hover {
2930
- color: #fff;
2931
- } .table__sorted_1144w {
2932
- color: #3193fc
2933
- } .table__sorted_1144w:hover {
2934
- color: #3193fc;
2935
- }
2936
2927
  .table__component_1ux64 th:not(:last-child):not(:empty):after {
2937
2928
  background-color: #27272a;
2938
2929
  }
2939
- .table__open_66n9u,
2940
- .table__open_66n9u:hover {
2941
- background-color: rgba(255, 255, 255, 0.163);
2930
+ .table__component_1qpky {
2931
+ color: #fff;
2932
+ border-bottom: 1px solid #36363a;
2933
+ background: #0e0e0e
2934
+ } .table__sorted_1qpky {
2935
+ color: #fff;
2936
+ } .table__stickyHeader_1qpky {
2937
+ box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
2942
2938
  }
2943
2939
  .table__component_11ylb {
2944
2940
  background: #0e0e0e
@@ -2949,14 +2945,18 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
2949
2945
  } .table__selected_11ylb:hover {
2950
2946
  background-color: #e8f2fe;
2951
2947
  }
2952
- .table__component_1qpky {
2953
- color: #fff;
2954
- border-bottom: 1px solid #36363a;
2955
- background: #0e0e0e
2956
- } .table__sorted_1qpky {
2957
- color: #fff;
2958
- } .table__stickyHeader_1qpky {
2959
- box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
2948
+ .table__icon_1144w {
2949
+ color: #898991
2950
+ } .table__icon_1144w:hover {
2951
+ color: #fff;
2952
+ } .table__sorted_1144w {
2953
+ color: #3193fc
2954
+ } .table__sorted_1144w:hover {
2955
+ color: #3193fc;
2956
+ }
2957
+ .table__open_66n9u,
2958
+ .table__open_66n9u:hover {
2959
+ background-color: rgba(255, 255, 255, 0.163);
2960
2960
  }.intl-phone-input__emptyCountryIcon_1x5mi {
2961
2961
  color: #898991;
2962
2962
  }
@@ -3017,7 +3017,6 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
3017
3017
  }.tabs__option_1edc6 {
3018
3018
  color: #fff;
3019
3019
  }
3020
-
3021
3020
  .tabs__primary_12cok:after {
3022
3021
  background-color: rgba(228, 228, 251, 0.28);
3023
3022
  } .tabs__primary_12cok {
@@ -3029,3 +3028,4 @@ button.pagination__tag_14b1q.pagination__tag_14b1q {
3029
3028
  }
3030
3029
 
3031
3030
 
3031
+