@alfalab/core-components 27.0.0-beta.0 → 27.1.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 (1503) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/esm/Component.js +1 -1
  3. package/alert/esm/index.css +5 -5
  4. package/alert/index.css +5 -5
  5. package/alert/modern/Component.js +1 -1
  6. package/alert/modern/index.css +5 -5
  7. package/amount/component.js +15 -6
  8. package/amount/cssm/component.js +14 -5
  9. package/amount/cssm/index.module.css +14 -2
  10. package/amount/cssm/pure/component.d.ts +2 -0
  11. package/amount/cssm/pure/component.js +2 -0
  12. package/amount/cssm/types/amount-props.d.ts +8 -0
  13. package/amount/esm/component.js +15 -6
  14. package/amount/esm/index.css +16 -4
  15. package/amount/esm/pure/component.d.ts +2 -0
  16. package/amount/esm/pure/component.js +3 -1
  17. package/amount/esm/pure/index.css +2 -2
  18. package/amount/esm/types/amount-props.d.ts +8 -0
  19. package/amount/index.css +16 -4
  20. package/amount/modern/component.js +12 -4
  21. package/amount/modern/index.css +16 -4
  22. package/amount/modern/pure/component.d.ts +2 -0
  23. package/amount/modern/pure/component.js +3 -1
  24. package/amount/modern/pure/index.css +2 -2
  25. package/amount/modern/types/amount-props.d.ts +8 -0
  26. package/amount/pure/component.d.ts +2 -0
  27. package/amount/pure/component.js +3 -1
  28. package/amount/pure/index.css +2 -2
  29. package/amount/types/amount-props.d.ts +8 -0
  30. package/amount-input/Component.js +3 -3
  31. package/amount-input/default.css +2 -2
  32. package/amount-input/esm/Component.js +3 -3
  33. package/amount-input/esm/default.css +2 -2
  34. package/amount-input/esm/index.css +7 -7
  35. package/amount-input/esm/inverted.css +2 -2
  36. package/amount-input/index.css +7 -7
  37. package/amount-input/inverted.css +2 -2
  38. package/amount-input/modern/Component.js +3 -3
  39. package/amount-input/modern/default.css +2 -2
  40. package/amount-input/modern/index.css +7 -7
  41. package/amount-input/modern/inverted.css +2 -2
  42. package/attach/Component.js +1 -1
  43. package/attach/esm/Component.js +1 -1
  44. package/attach/esm/index.css +24 -24
  45. package/attach/index.css +24 -24
  46. package/attach/modern/Component.js +1 -1
  47. package/attach/modern/index.css +24 -24
  48. package/backdrop/Component.js +1 -1
  49. package/backdrop/esm/Component.js +1 -1
  50. package/backdrop/esm/index.css +11 -11
  51. package/backdrop/index.css +11 -11
  52. package/backdrop/modern/Component.js +1 -1
  53. package/backdrop/modern/index.css +11 -11
  54. package/badge/Component.js +1 -1
  55. package/badge/esm/Component.js +1 -1
  56. package/badge/esm/index.css +37 -37
  57. package/badge/index.css +37 -37
  58. package/badge/modern/Component.js +1 -1
  59. package/badge/modern/index.css +37 -37
  60. package/bank-card/Component.js +1 -1
  61. package/bank-card/esm/Component.js +1 -1
  62. package/bank-card/esm/index.css +20 -20
  63. package/bank-card/index.css +20 -20
  64. package/bank-card/modern/Component.js +1 -1
  65. package/bank-card/modern/index.css +20 -20
  66. package/base-modal/Component.js +1 -1
  67. package/base-modal/esm/Component.js +1 -1
  68. package/base-modal/esm/index.css +12 -12
  69. package/base-modal/index.css +12 -12
  70. package/base-modal/modern/Component.js +1 -1
  71. package/base-modal/modern/index.css +12 -12
  72. package/bottom-sheet/{component-cb2f5174.d.ts → component-3c576f77.d.ts} +0 -0
  73. package/bottom-sheet/{component-cb2f5174.js → component-3c576f77.js} +3 -3
  74. package/bottom-sheet/component.js +2 -2
  75. package/bottom-sheet/components/backer/Component.js +2 -2
  76. package/bottom-sheet/components/backer/index.css +3 -3
  77. package/bottom-sheet/components/closer/Component.js +2 -2
  78. package/bottom-sheet/components/closer/index.css +3 -3
  79. package/bottom-sheet/components/footer/Component.js +1 -1
  80. package/bottom-sheet/components/footer/index.css +4 -4
  81. package/bottom-sheet/components/header/Component.js +2 -2
  82. package/bottom-sheet/components/header/index.css +16 -16
  83. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  84. package/bottom-sheet/esm/{component-2929b201.d.ts → component-43ffad6c.d.ts} +0 -0
  85. package/bottom-sheet/esm/{component-2929b201.js → component-43ffad6c.js} +3 -3
  86. package/bottom-sheet/esm/component.js +2 -2
  87. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  88. package/bottom-sheet/esm/components/backer/index.css +3 -3
  89. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  90. package/bottom-sheet/esm/components/closer/index.css +3 -3
  91. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  92. package/bottom-sheet/esm/components/footer/index.css +4 -4
  93. package/bottom-sheet/esm/components/header/Component.js +2 -2
  94. package/bottom-sheet/esm/components/header/index.css +16 -16
  95. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  96. package/bottom-sheet/esm/index.css +15 -15
  97. package/bottom-sheet/esm/index.d.ts +1 -1
  98. package/bottom-sheet/esm/index.js +2 -2
  99. package/bottom-sheet/esm/{tslib.es6-58b5de0a.d.ts → tslib.es6-7895c50b.d.ts} +0 -0
  100. package/bottom-sheet/esm/{tslib.es6-58b5de0a.js → tslib.es6-7895c50b.js} +0 -0
  101. package/bottom-sheet/index.css +15 -15
  102. package/bottom-sheet/index.d.ts +1 -1
  103. package/bottom-sheet/index.js +2 -2
  104. package/bottom-sheet/modern/{component-bbe76b59.d.ts → component-9d90c3e5.d.ts} +0 -0
  105. package/bottom-sheet/modern/{component-bbe76b59.js → component-9d90c3e5.js} +2 -2
  106. package/bottom-sheet/modern/component.js +1 -1
  107. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  108. package/bottom-sheet/modern/components/backer/index.css +3 -3
  109. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  110. package/bottom-sheet/modern/components/closer/index.css +3 -3
  111. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  112. package/bottom-sheet/modern/components/footer/index.css +4 -4
  113. package/bottom-sheet/modern/components/header/Component.js +1 -1
  114. package/bottom-sheet/modern/components/header/index.css +16 -16
  115. package/bottom-sheet/modern/index.css +15 -15
  116. package/bottom-sheet/modern/index.d.ts +1 -1
  117. package/bottom-sheet/modern/index.js +1 -1
  118. package/bottom-sheet/{tslib.es6-78658827.d.ts → tslib.es6-8cba8a7d.d.ts} +0 -0
  119. package/bottom-sheet/{tslib.es6-78658827.js → tslib.es6-8cba8a7d.js} +0 -0
  120. package/button/Component.js +3 -3
  121. package/button/default.css +41 -41
  122. package/button/esm/Component.js +3 -3
  123. package/button/esm/default.css +41 -41
  124. package/button/esm/index.css +54 -54
  125. package/button/esm/inverted.css +41 -41
  126. package/button/index.css +54 -54
  127. package/button/inverted.css +41 -41
  128. package/button/modern/Component.js +3 -3
  129. package/button/modern/default.css +41 -41
  130. package/button/modern/index.css +54 -54
  131. package/button/modern/inverted.css +41 -41
  132. package/calendar/Component.js +2 -2
  133. package/calendar/components/days-table/Component.js +2 -2
  134. package/calendar/components/days-table/index.css +51 -51
  135. package/calendar/components/days-table/index.js +1 -1
  136. package/calendar/components/header/Component.js +1 -1
  137. package/calendar/components/header/index.css +3 -3
  138. package/calendar/components/month-year-header/Component.js +2 -2
  139. package/calendar/components/month-year-header/index.css +10 -10
  140. package/calendar/components/month-year-header/index.js +1 -1
  141. package/calendar/components/months-table/Component.js +2 -2
  142. package/calendar/components/months-table/index.css +9 -9
  143. package/calendar/components/months-table/index.js +1 -1
  144. package/calendar/components/period-slider/Component.js +1 -1
  145. package/calendar/components/period-slider/index.css +10 -10
  146. package/calendar/components/select-button/Component.js +2 -2
  147. package/calendar/components/select-button/index.css +10 -10
  148. package/calendar/components/select-button/index.js +1 -1
  149. package/calendar/components/years-table/Component.js +2 -2
  150. package/calendar/components/years-table/index.css +10 -10
  151. package/calendar/components/years-table/index.js +1 -1
  152. package/calendar/esm/Component.js +2 -2
  153. package/calendar/esm/components/days-table/Component.js +2 -2
  154. package/calendar/esm/components/days-table/index.css +51 -51
  155. package/calendar/esm/components/days-table/index.js +1 -1
  156. package/calendar/esm/components/header/Component.js +1 -1
  157. package/calendar/esm/components/header/index.css +3 -3
  158. package/calendar/esm/components/month-year-header/Component.js +2 -2
  159. package/calendar/esm/components/month-year-header/index.css +10 -10
  160. package/calendar/esm/components/month-year-header/index.js +1 -1
  161. package/calendar/esm/components/months-table/Component.js +2 -2
  162. package/calendar/esm/components/months-table/index.css +9 -9
  163. package/calendar/esm/components/months-table/index.js +1 -1
  164. package/calendar/esm/components/period-slider/Component.js +1 -1
  165. package/calendar/esm/components/period-slider/index.css +10 -10
  166. package/calendar/esm/components/select-button/Component.d.ts +1 -1
  167. package/calendar/esm/components/select-button/Component.js +2 -2
  168. package/calendar/esm/components/select-button/index.css +10 -10
  169. package/calendar/esm/components/select-button/index.js +1 -1
  170. package/calendar/esm/components/years-table/Component.js +2 -2
  171. package/calendar/esm/components/years-table/index.css +10 -10
  172. package/calendar/esm/components/years-table/index.js +1 -1
  173. package/calendar/esm/index.css +11 -11
  174. package/calendar/esm/index.js +1 -1
  175. package/calendar/esm/{tslib.es6-cc88169d.d.ts → tslib.es6-7b71f430.d.ts} +0 -0
  176. package/calendar/esm/{tslib.es6-cc88169d.js → tslib.es6-7b71f430.js} +0 -0
  177. package/calendar/index.css +11 -11
  178. package/calendar/index.js +1 -1
  179. package/calendar/modern/Component.js +1 -1
  180. package/calendar/modern/components/days-table/Component.js +1 -1
  181. package/calendar/modern/components/days-table/index.css +51 -51
  182. package/calendar/modern/components/header/Component.js +1 -1
  183. package/calendar/modern/components/header/index.css +3 -3
  184. package/calendar/modern/components/month-year-header/Component.js +1 -1
  185. package/calendar/modern/components/month-year-header/index.css +10 -10
  186. package/calendar/modern/components/months-table/Component.js +1 -1
  187. package/calendar/modern/components/months-table/index.css +9 -9
  188. package/calendar/modern/components/period-slider/Component.js +1 -1
  189. package/calendar/modern/components/period-slider/index.css +10 -10
  190. package/calendar/modern/components/select-button/Component.js +1 -1
  191. package/calendar/modern/components/select-button/index.css +10 -10
  192. package/calendar/modern/components/years-table/Component.js +1 -1
  193. package/calendar/modern/components/years-table/index.css +10 -10
  194. package/calendar/modern/index.css +11 -11
  195. package/calendar/{tslib.es6-9016aae0.d.ts → tslib.es6-8a984a9f.d.ts} +0 -0
  196. package/calendar/{tslib.es6-9016aae0.js → tslib.es6-8a984a9f.js} +0 -0
  197. package/calendar-input/Component.js +1 -1
  198. package/calendar-input/esm/Component.js +1 -1
  199. package/calendar-input/esm/index.css +10 -10
  200. package/calendar-input/index.css +10 -10
  201. package/calendar-input/modern/Component.js +1 -1
  202. package/calendar-input/modern/index.css +10 -10
  203. package/calendar-range/Component.js +1 -1
  204. package/calendar-range/esm/Component.js +1 -1
  205. package/calendar-range/esm/index.js +1 -1
  206. package/calendar-range/esm/{index.module-180edf9f.d.ts → index.module-0826355f.d.ts} +0 -0
  207. package/calendar-range/esm/{index.module-180edf9f.js → index.module-0826355f.js} +1 -1
  208. package/calendar-range/esm/views/index.css +8 -8
  209. package/calendar-range/esm/views/popover.js +1 -1
  210. package/calendar-range/esm/views/static.js +1 -1
  211. package/calendar-range/index.js +1 -1
  212. package/calendar-range/{index.module-56ec1ab3.d.ts → index.module-31e79daf.d.ts} +0 -0
  213. package/calendar-range/{index.module-56ec1ab3.js → index.module-31e79daf.js} +1 -1
  214. package/calendar-range/modern/Component.js +1 -1
  215. package/calendar-range/modern/index.js +1 -1
  216. package/calendar-range/modern/index.module-f83202f1.js +4 -0
  217. package/calendar-range/modern/views/index.css +8 -8
  218. package/calendar-range/modern/views/popover.js +1 -1
  219. package/calendar-range/modern/views/static.js +1 -1
  220. package/calendar-range/utils.js +1 -3
  221. package/calendar-range/views/index.css +8 -8
  222. package/calendar-range/views/popover.js +1 -1
  223. package/calendar-range/views/static.js +1 -1
  224. package/calendar-with-skeleton/Component.js +1 -1
  225. package/calendar-with-skeleton/esm/Component.js +1 -1
  226. package/calendar-with-skeleton/esm/index.css +12 -12
  227. package/calendar-with-skeleton/index.css +12 -12
  228. package/calendar-with-skeleton/modern/Component.js +1 -1
  229. package/calendar-with-skeleton/modern/index.css +12 -12
  230. package/card-image/Component.js +1 -1
  231. package/card-image/esm/Component.js +1 -1
  232. package/card-image/esm/index.css +6 -6
  233. package/card-image/index.css +6 -6
  234. package/card-image/modern/Component.js +1 -1
  235. package/card-image/modern/index.css +6 -6
  236. package/cdn-icon/Component.js +1 -1
  237. package/cdn-icon/esm/Component.js +1 -1
  238. package/cdn-icon/esm/index.css +2 -2
  239. package/cdn-icon/index.css +2 -2
  240. package/cdn-icon/modern/Component.js +1 -1
  241. package/cdn-icon/modern/index.css +2 -2
  242. package/chart/Component.js +2 -2
  243. package/chart/components/Dot/index.css +8 -8
  244. package/chart/components/Dot/index.js +1 -1
  245. package/chart/components/Legends/index.css +8 -8
  246. package/chart/components/Legends/index.js +1 -1
  247. package/chart/components/Tick/index.css +4 -4
  248. package/chart/components/Tick/index.js +1 -1
  249. package/chart/components/TooltipContent/index.css +7 -7
  250. package/chart/components/TooltipContent/index.js +1 -1
  251. package/chart/esm/Component.js +2 -2
  252. package/chart/esm/components/Dot/index.css +8 -8
  253. package/chart/esm/components/Dot/index.js +1 -1
  254. package/chart/esm/components/Legends/index.css +8 -8
  255. package/chart/esm/components/Legends/index.js +1 -1
  256. package/chart/esm/components/Tick/index.css +4 -4
  257. package/chart/esm/components/Tick/index.js +1 -1
  258. package/chart/esm/components/TooltipContent/index.css +7 -7
  259. package/chart/esm/components/TooltipContent/index.js +1 -1
  260. package/chart/esm/hooks/useSettings/index.js +1 -1
  261. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  262. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  263. package/chart/esm/index.css +3 -3
  264. package/chart/esm/index.js +1 -1
  265. package/chart/esm/{tslib.es6-91da9559.d.ts → tslib.es6-0c6190ac.d.ts} +0 -0
  266. package/chart/esm/{tslib.es6-91da9559.js → tslib.es6-0c6190ac.js} +0 -0
  267. package/chart/hooks/useSettings/index.js +1 -1
  268. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  269. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  270. package/chart/index.css +3 -3
  271. package/chart/index.js +1 -1
  272. package/chart/modern/Component.js +1 -1
  273. package/chart/modern/components/Dot/index.css +8 -8
  274. package/chart/modern/components/Dot/index.js +1 -1
  275. package/chart/modern/components/Legends/index.css +8 -8
  276. package/chart/modern/components/Legends/index.js +1 -1
  277. package/chart/modern/components/Tick/index.css +4 -4
  278. package/chart/modern/components/Tick/index.js +1 -1
  279. package/chart/modern/components/TooltipContent/index.css +7 -7
  280. package/chart/modern/components/TooltipContent/index.js +1 -1
  281. package/chart/modern/index.css +3 -3
  282. package/chart/{tslib.es6-ff6bc76d.d.ts → tslib.es6-7af3686f.d.ts} +0 -0
  283. package/chart/{tslib.es6-ff6bc76d.js → tslib.es6-7af3686f.js} +0 -0
  284. package/checkbox/Component.js +1 -1
  285. package/checkbox/esm/Component.js +1 -1
  286. package/checkbox/esm/index.css +37 -37
  287. package/checkbox/index.css +37 -37
  288. package/checkbox/modern/Component.js +1 -1
  289. package/checkbox/modern/index.css +37 -37
  290. package/checkbox-group/Component.js +1 -1
  291. package/checkbox-group/esm/Component.js +1 -1
  292. package/checkbox-group/esm/index.css +16 -16
  293. package/checkbox-group/index.css +16 -16
  294. package/checkbox-group/modern/Component.js +1 -1
  295. package/checkbox-group/modern/index.css +16 -16
  296. package/circular-progress-bar/Component.js +1 -1
  297. package/circular-progress-bar/esm/Component.js +1 -1
  298. package/circular-progress-bar/esm/index.css +21 -21
  299. package/circular-progress-bar/index.css +21 -21
  300. package/circular-progress-bar/modern/Component.js +1 -1
  301. package/circular-progress-bar/modern/index.css +21 -21
  302. package/code-input/component.js +1 -1
  303. package/code-input/components/input/component.js +1 -1
  304. package/code-input/components/input/index.css +10 -10
  305. package/code-input/esm/component.js +1 -1
  306. package/code-input/esm/components/input/component.js +1 -1
  307. package/code-input/esm/components/input/index.css +10 -10
  308. package/code-input/esm/index.css +5 -5
  309. package/code-input/index.css +5 -5
  310. package/code-input/modern/component.js +1 -1
  311. package/code-input/modern/components/input/component.js +1 -1
  312. package/code-input/modern/components/input/index.css +10 -10
  313. package/code-input/modern/index.css +5 -5
  314. package/collapse/Component.js +1 -1
  315. package/collapse/esm/Component.js +1 -1
  316. package/collapse/esm/index.css +7 -7
  317. package/collapse/index.css +7 -7
  318. package/collapse/modern/Component.js +1 -1
  319. package/collapse/modern/index.css +7 -7
  320. package/confirmation/component.js +2 -2
  321. package/confirmation/components/countdown-loader/component.js +1 -1
  322. package/confirmation/components/countdown-loader/index.css +2 -2
  323. package/confirmation/components/index.js +1 -1
  324. package/confirmation/components/screens/fatal-error/component.js +1 -1
  325. package/confirmation/components/screens/fatal-error/index.css +3 -3
  326. package/confirmation/components/screens/hint/component.js +1 -1
  327. package/confirmation/components/screens/hint/index.css +13 -13
  328. package/confirmation/components/screens/index.js +1 -1
  329. package/confirmation/components/screens/initial/component.js +1 -1
  330. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  331. package/confirmation/components/screens/initial/index.css +16 -16
  332. package/confirmation/components/screens/initial/index.js +1 -1
  333. package/confirmation/components/screens/temp-block/component.js +1 -1
  334. package/confirmation/components/screens/temp-block/index.css +5 -5
  335. package/confirmation/{countdown-section-f9e59127.d.ts → countdown-section-26435336.d.ts} +0 -0
  336. package/confirmation/{countdown-section-f9e59127.js → countdown-section-26435336.js} +1 -1
  337. package/confirmation/esm/component.js +2 -2
  338. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  339. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  340. package/confirmation/esm/components/index.js +1 -1
  341. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  342. package/confirmation/esm/components/screens/fatal-error/index.css +3 -3
  343. package/confirmation/esm/components/screens/hint/component.js +1 -1
  344. package/confirmation/esm/components/screens/hint/index.css +13 -13
  345. package/confirmation/esm/components/screens/index.js +1 -1
  346. package/confirmation/esm/components/screens/initial/component.js +1 -1
  347. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  348. package/confirmation/esm/components/screens/initial/index.css +16 -16
  349. package/confirmation/esm/components/screens/initial/index.js +1 -1
  350. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  351. package/confirmation/esm/components/screens/temp-block/index.css +5 -5
  352. package/confirmation/esm/{countdown-section-0252e8b9.d.ts → countdown-section-d4c7764d.d.ts} +0 -0
  353. package/confirmation/esm/{countdown-section-0252e8b9.js → countdown-section-d4c7764d.js} +1 -1
  354. package/confirmation/esm/index.css +3 -3
  355. package/confirmation/esm/index.js +1 -1
  356. package/confirmation/index.css +3 -3
  357. package/confirmation/index.js +1 -1
  358. package/confirmation/modern/component.js +2 -2
  359. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  360. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  361. package/confirmation/modern/components/index.js +1 -1
  362. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  363. package/confirmation/modern/components/screens/fatal-error/index.css +3 -3
  364. package/confirmation/modern/components/screens/hint/component.js +1 -1
  365. package/confirmation/modern/components/screens/hint/index.css +13 -13
  366. package/confirmation/modern/components/screens/index.js +1 -1
  367. package/confirmation/modern/components/screens/initial/component.js +1 -1
  368. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  369. package/confirmation/modern/components/screens/initial/index.css +16 -16
  370. package/confirmation/modern/components/screens/initial/index.js +1 -1
  371. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  372. package/confirmation/modern/components/screens/temp-block/index.css +5 -5
  373. package/confirmation/modern/{countdown-section-7f6bab79.d.ts → countdown-section-33b7fa72.d.ts} +0 -0
  374. package/confirmation/modern/{countdown-section-7f6bab79.js → countdown-section-33b7fa72.js} +1 -1
  375. package/confirmation/modern/index.css +3 -3
  376. package/confirmation/modern/index.js +1 -1
  377. package/custom-button/Component.js +1 -1
  378. package/custom-button/esm/Component.js +1 -1
  379. package/custom-button/esm/index.css +12 -12
  380. package/custom-button/index.css +12 -12
  381. package/custom-button/modern/Component.js +1 -1
  382. package/custom-button/modern/index.css +12 -12
  383. package/date-input/Component.d.ts +1 -1
  384. package/date-input/Component.js +1 -1
  385. package/date-input/cssm/Component.d.ts +1 -1
  386. package/date-input/esm/Component.js +1 -1
  387. package/date-input/esm/index.css +4 -4
  388. package/date-input/index.css +4 -4
  389. package/date-input/modern/Component.js +1 -1
  390. package/date-input/modern/index.css +4 -4
  391. package/divider/Component.js +1 -1
  392. package/divider/esm/Component.js +1 -1
  393. package/divider/esm/index.css +1 -1
  394. package/divider/index.css +1 -1
  395. package/divider/modern/Component.js +1 -1
  396. package/divider/modern/index.css +1 -1
  397. package/drawer/Component.js +1 -1
  398. package/drawer/esm/Component.js +1 -1
  399. package/drawer/esm/index.css +16 -16
  400. package/drawer/index.css +16 -16
  401. package/drawer/modern/Component.js +1 -1
  402. package/drawer/modern/index.css +16 -16
  403. package/dropzone/Component.js +1 -1
  404. package/dropzone/components/overlay/Component.js +1 -1
  405. package/dropzone/components/overlay/index.css +4 -4
  406. package/dropzone/esm/Component.js +1 -1
  407. package/dropzone/esm/components/overlay/Component.js +1 -1
  408. package/dropzone/esm/components/overlay/index.css +4 -4
  409. package/dropzone/esm/index.css +7 -7
  410. package/dropzone/index.css +7 -7
  411. package/dropzone/modern/Component.js +1 -1
  412. package/dropzone/modern/components/overlay/Component.js +1 -1
  413. package/dropzone/modern/components/overlay/index.css +4 -4
  414. package/dropzone/modern/index.css +7 -7
  415. package/file-upload-item/Component.js +1 -1
  416. package/file-upload-item/cssm/index.module.css +2 -2
  417. package/file-upload-item/esm/Component.js +1 -1
  418. package/file-upload-item/esm/index.css +25 -25
  419. package/file-upload-item/index.css +25 -25
  420. package/file-upload-item/modern/Component.js +1 -1
  421. package/file-upload-item/modern/index.css +25 -25
  422. package/filter-tag/Component.js +1 -1
  423. package/filter-tag/esm/Component.js +1 -1
  424. package/filter-tag/esm/index.css +57 -57
  425. package/filter-tag/index.css +57 -57
  426. package/filter-tag/modern/Component.js +1 -1
  427. package/filter-tag/modern/index.css +57 -57
  428. package/form-control/Component.js +3 -3
  429. package/form-control/default.css +15 -15
  430. package/form-control/esm/Component.js +3 -3
  431. package/form-control/esm/default.css +15 -15
  432. package/form-control/esm/index.css +42 -42
  433. package/form-control/esm/inverted.css +15 -15
  434. package/form-control/index.css +42 -42
  435. package/form-control/inverted.css +15 -15
  436. package/form-control/modern/Component.js +3 -3
  437. package/form-control/modern/default.css +15 -15
  438. package/form-control/modern/index.css +42 -42
  439. package/form-control/modern/inverted.css +15 -15
  440. package/gallery/Component.js +3 -3
  441. package/gallery/components/header/Component.js +2 -2
  442. package/gallery/components/header/buttons.js +1 -1
  443. package/gallery/components/header/index.css +3 -3
  444. package/gallery/components/header/index.js +1 -1
  445. package/gallery/components/header-info-block/Component.js +1 -1
  446. package/gallery/components/header-info-block/index.css +5 -5
  447. package/gallery/components/image-preview/Component.js +1 -1
  448. package/gallery/components/image-preview/index.css +12 -12
  449. package/gallery/components/image-viewer/component.js +2 -2
  450. package/gallery/components/image-viewer/index.css +19 -19
  451. package/gallery/components/image-viewer/index.js +2 -2
  452. package/gallery/components/image-viewer/slide.js +1 -1
  453. package/gallery/components/index.js +2 -2
  454. package/gallery/components/navigation-bar/Component.js +1 -1
  455. package/gallery/components/navigation-bar/index.css +6 -6
  456. package/gallery/esm/Component.js +3 -3
  457. package/gallery/esm/components/header/Component.js +2 -2
  458. package/gallery/esm/components/header/buttons.js +1 -1
  459. package/gallery/esm/components/header/index.css +3 -3
  460. package/gallery/esm/components/header/index.js +1 -1
  461. package/gallery/esm/components/header-info-block/Component.js +1 -1
  462. package/gallery/esm/components/header-info-block/index.css +5 -5
  463. package/gallery/esm/components/image-preview/Component.js +1 -1
  464. package/gallery/esm/components/image-preview/index.css +12 -12
  465. package/gallery/esm/components/image-viewer/component.js +2 -2
  466. package/gallery/esm/components/image-viewer/index.css +19 -19
  467. package/gallery/esm/components/image-viewer/index.js +2 -2
  468. package/gallery/esm/components/image-viewer/slide.js +1 -1
  469. package/gallery/esm/components/index.js +2 -2
  470. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  471. package/gallery/esm/components/navigation-bar/index.css +6 -6
  472. package/gallery/esm/index.css +3 -3
  473. package/gallery/esm/index.js +2 -2
  474. package/gallery/esm/{slide-71941cc8.d.ts → slide-b359735d.d.ts} +0 -0
  475. package/gallery/esm/{slide-71941cc8.js → slide-b359735d.js} +1 -1
  476. package/gallery/esm/{tslib.es6-875422e0.d.ts → tslib.es6-14172299.d.ts} +0 -0
  477. package/gallery/esm/{tslib.es6-875422e0.js → tslib.es6-14172299.js} +0 -0
  478. package/gallery/index.css +3 -3
  479. package/gallery/index.js +2 -2
  480. package/gallery/modern/Component.js +2 -2
  481. package/gallery/modern/components/header/Component.js +1 -1
  482. package/gallery/modern/components/header/index.css +3 -3
  483. package/gallery/modern/components/header-info-block/Component.js +1 -1
  484. package/gallery/modern/components/header-info-block/index.css +5 -5
  485. package/gallery/modern/components/image-preview/Component.js +1 -1
  486. package/gallery/modern/components/image-preview/index.css +12 -12
  487. package/gallery/modern/components/image-viewer/component.js +1 -1
  488. package/gallery/modern/components/image-viewer/index.css +19 -19
  489. package/gallery/modern/components/image-viewer/index.js +1 -1
  490. package/gallery/modern/components/image-viewer/slide.js +1 -1
  491. package/gallery/modern/components/index.js +1 -1
  492. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  493. package/gallery/modern/components/navigation-bar/index.css +6 -6
  494. package/gallery/modern/index.css +3 -3
  495. package/gallery/modern/index.js +1 -1
  496. package/gallery/modern/{slide-1df71b26.d.ts → slide-3fd17e41.d.ts} +0 -0
  497. package/gallery/modern/{slide-1df71b26.js → slide-3fd17e41.js} +1 -1
  498. package/gallery/{slide-378f8a6a.d.ts → slide-af1323fe.d.ts} +0 -0
  499. package/gallery/{slide-378f8a6a.js → slide-af1323fe.js} +1 -1
  500. package/gallery/{tslib.es6-682e8e27.d.ts → tslib.es6-08799700.d.ts} +0 -0
  501. package/gallery/{tslib.es6-682e8e27.js → tslib.es6-08799700.js} +0 -0
  502. package/grid/Component.js +1 -1
  503. package/grid/col/Component.js +2 -2
  504. package/grid/col/index.css +511 -511
  505. package/grid/col/index.js +1 -1
  506. package/grid/esm/Component.js +1 -1
  507. package/grid/esm/col/Component.js +2 -2
  508. package/grid/esm/col/index.css +511 -511
  509. package/grid/esm/col/index.js +1 -1
  510. package/grid/esm/gutters.css +78 -78
  511. package/grid/esm/{gutters.module-e926dd15.d.ts → gutters.module-82eba3cd.d.ts} +0 -0
  512. package/grid/esm/gutters.module-82eba3cd.js +27 -0
  513. package/grid/esm/index.js +1 -1
  514. package/grid/esm/row/Component.js +2 -2
  515. package/grid/esm/row/index.css +9 -9
  516. package/grid/esm/row/index.js +1 -1
  517. package/grid/gutters.css +78 -78
  518. package/grid/{gutters.module-527484e4.d.ts → gutters.module-098d8fc6.d.ts} +0 -0
  519. package/grid/gutters.module-098d8fc6.js +28 -0
  520. package/grid/index.js +1 -1
  521. package/grid/modern/Component.js +1 -1
  522. package/grid/modern/col/Component.js +2 -2
  523. package/grid/modern/col/index.css +511 -511
  524. package/grid/modern/col/index.js +1 -1
  525. package/grid/modern/gutters.css +78 -78
  526. package/grid/modern/gutters.module-25436bc4.js +4 -0
  527. package/grid/modern/index.js +1 -1
  528. package/grid/modern/row/Component.js +2 -2
  529. package/grid/modern/row/index.css +9 -9
  530. package/grid/modern/row/index.js +1 -1
  531. package/grid/row/Component.js +2 -2
  532. package/grid/row/index.css +9 -9
  533. package/grid/row/index.js +1 -1
  534. package/hatching-progress-bar/Component.js +1 -1
  535. package/hatching-progress-bar/esm/Component.js +1 -1
  536. package/hatching-progress-bar/esm/index.css +11 -11
  537. package/hatching-progress-bar/index.css +11 -11
  538. package/hatching-progress-bar/modern/Component.js +1 -1
  539. package/hatching-progress-bar/modern/index.css +11 -11
  540. package/icon-button/Component.js +3 -3
  541. package/icon-button/default.css +20 -20
  542. package/icon-button/esm/Component.js +3 -3
  543. package/icon-button/esm/default.css +20 -20
  544. package/icon-button/esm/index.css +6 -6
  545. package/icon-button/esm/inverted.css +16 -16
  546. package/icon-button/index.css +6 -6
  547. package/icon-button/inverted.css +16 -16
  548. package/icon-button/modern/Component.js +3 -3
  549. package/icon-button/modern/default.css +20 -20
  550. package/icon-button/modern/index.css +6 -6
  551. package/icon-button/modern/inverted.css +16 -16
  552. package/icon-view/circle.js +1 -1
  553. package/icon-view/components/base-shape/component.js +1 -1
  554. package/icon-view/components/base-shape/index.css +28 -28
  555. package/icon-view/components/circle/component.js +1 -1
  556. package/icon-view/components/circle/index.js +1 -1
  557. package/icon-view/components/index.js +1 -1
  558. package/icon-view/components/super-ellipse/component.js +1 -1
  559. package/icon-view/components/super-ellipse/index.js +1 -1
  560. package/icon-view/esm/circle.js +1 -1
  561. package/icon-view/esm/components/base-shape/component.js +1 -1
  562. package/icon-view/esm/components/base-shape/index.css +28 -28
  563. package/icon-view/esm/components/circle/component.js +1 -1
  564. package/icon-view/esm/components/circle/index.js +1 -1
  565. package/icon-view/esm/components/index.js +1 -1
  566. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  567. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  568. package/icon-view/esm/super-ellipse.js +1 -1
  569. package/icon-view/esm/{tslib.es6-5a02ea80.d.ts → tslib.es6-a7cf07f4.d.ts} +0 -0
  570. package/icon-view/esm/{tslib.es6-5a02ea80.js → tslib.es6-a7cf07f4.js} +0 -0
  571. package/icon-view/modern/components/base-shape/component.js +1 -1
  572. package/icon-view/modern/components/base-shape/index.css +28 -28
  573. package/icon-view/super-ellipse.js +1 -1
  574. package/icon-view/{tslib.es6-ef431aff.d.ts → tslib.es6-9822fc1e.d.ts} +0 -0
  575. package/icon-view/{tslib.es6-ef431aff.js → tslib.es6-9822fc1e.js} +0 -0
  576. package/input/Component.js +3 -3
  577. package/input/default.css +13 -13
  578. package/input/esm/Component.js +3 -3
  579. package/input/esm/default.css +13 -13
  580. package/input/esm/index.css +31 -31
  581. package/input/esm/inverted.css +13 -13
  582. package/input/index.css +31 -31
  583. package/input/inverted.css +13 -13
  584. package/input/modern/Component.js +3 -3
  585. package/input/modern/default.css +13 -13
  586. package/input/modern/index.css +31 -31
  587. package/input/modern/inverted.css +13 -13
  588. package/input-autocomplete/{Component-aa4773e0.d.ts → Component-a0d76394.d.ts} +0 -0
  589. package/input-autocomplete/{Component-aa4773e0.js → Component-a0d76394.js} +1 -1
  590. package/input-autocomplete/Component.js +1 -1
  591. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  592. package/input-autocomplete/autocomplete-field/index.css +2 -2
  593. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  594. package/input-autocomplete/autocomplete-field/index.js +1 -1
  595. package/input-autocomplete/esm/{Component-97fbb615.d.ts → Component-f89457d2.d.ts} +0 -0
  596. package/input-autocomplete/esm/{Component-97fbb615.js → Component-f89457d2.js} +1 -1
  597. package/input-autocomplete/esm/Component.js +1 -1
  598. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  599. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  600. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  601. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  602. package/input-autocomplete/esm/index.js +1 -1
  603. package/input-autocomplete/index.js +1 -1
  604. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  605. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  606. package/intl-phone-input/{component-b32c87f0.d.ts → component-edec21d5.d.ts} +0 -0
  607. package/intl-phone-input/{component-b32c87f0.js → component-edec21d5.js} +1 -1
  608. package/intl-phone-input/component.js +3 -3
  609. package/intl-phone-input/components/flag-icon/component.js +1 -1
  610. package/intl-phone-input/components/flag-icon/index.css +261 -261
  611. package/intl-phone-input/components/index.js +1 -1
  612. package/intl-phone-input/components/select/component.js +2 -2
  613. package/intl-phone-input/components/select/index.css +6 -6
  614. package/intl-phone-input/components/select/index.js +1 -1
  615. package/intl-phone-input/components/select-field/component.js +1 -1
  616. package/intl-phone-input/components/select-field/index.css +8 -8
  617. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  618. package/intl-phone-input/components/select-field/index.js +1 -1
  619. package/intl-phone-input/esm/{component-e8e7f02a.d.ts → component-e10b9ac8.d.ts} +0 -0
  620. package/intl-phone-input/esm/{component-e8e7f02a.js → component-e10b9ac8.js} +1 -1
  621. package/intl-phone-input/esm/component.js +3 -3
  622. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  623. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  624. package/intl-phone-input/esm/components/index.js +1 -1
  625. package/intl-phone-input/esm/components/select/component.js +2 -2
  626. package/intl-phone-input/esm/components/select/index.css +6 -6
  627. package/intl-phone-input/esm/components/select/index.js +1 -1
  628. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  629. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  630. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  631. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  632. package/intl-phone-input/esm/index.css +3 -3
  633. package/intl-phone-input/esm/index.js +1 -1
  634. package/intl-phone-input/esm/{libphonenumber-js.min-79cae751.d.ts → libphonenumber-js.min-40665cd1.d.ts} +0 -0
  635. package/intl-phone-input/esm/{libphonenumber-js.min-79cae751.js → libphonenumber-js.min-40665cd1.js} +0 -0
  636. package/intl-phone-input/index.css +3 -3
  637. package/intl-phone-input/index.js +1 -1
  638. package/intl-phone-input/{libphonenumber-js.min-9745165b.d.ts → libphonenumber-js.min-c41bbd96.d.ts} +0 -0
  639. package/intl-phone-input/{libphonenumber-js.min-9745165b.js → libphonenumber-js.min-c41bbd96.js} +0 -0
  640. package/intl-phone-input/modern/component.js +2 -2
  641. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  642. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  643. package/intl-phone-input/modern/components/select/component.js +1 -1
  644. package/intl-phone-input/modern/components/select/index.css +6 -6
  645. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  646. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  647. package/intl-phone-input/modern/index.css +3 -3
  648. package/intl-phone-input/modern/{libphonenumber-js.min-79cae751.d.ts → libphonenumber-js.min-40665cd1.d.ts} +0 -0
  649. package/intl-phone-input/modern/{libphonenumber-js.min-79cae751.js → libphonenumber-js.min-40665cd1.js} +0 -0
  650. package/link/Component.js +3 -3
  651. package/link/default.css +9 -9
  652. package/link/esm/Component.js +3 -3
  653. package/link/esm/default.css +9 -9
  654. package/link/esm/index.css +11 -11
  655. package/link/esm/inverted.css +9 -9
  656. package/link/index.css +11 -11
  657. package/link/inverted.css +9 -9
  658. package/link/modern/Component.js +3 -3
  659. package/link/modern/default.css +9 -9
  660. package/link/modern/index.css +11 -11
  661. package/link/modern/inverted.css +9 -9
  662. package/list/Component.js +1 -1
  663. package/list/esm/Component.js +1 -1
  664. package/list/esm/index.css +9 -9
  665. package/list/index.css +9 -9
  666. package/list/modern/Component.js +1 -1
  667. package/list/modern/index.css +9 -9
  668. package/list-header/Component.js +1 -1
  669. package/list-header/esm/Component.js +1 -1
  670. package/list-header/esm/index.css +4 -4
  671. package/list-header/index.css +4 -4
  672. package/list-header/modern/Component.js +1 -1
  673. package/list-header/modern/index.css +4 -4
  674. package/loader/Component.js +1 -1
  675. package/loader/esm/Component.js +1 -1
  676. package/loader/esm/index.css +7 -7
  677. package/loader/index.css +7 -7
  678. package/loader/modern/Component.js +1 -1
  679. package/loader/modern/index.css +7 -7
  680. package/masked-input/Component.js +1 -1
  681. package/masked-input/esm/Component.js +1 -1
  682. package/masked-input/esm/index.css +2 -2
  683. package/masked-input/index.css +2 -2
  684. package/masked-input/modern/Component.js +1 -1
  685. package/masked-input/modern/index.css +2 -2
  686. package/modal/Component.desktop.js +3 -3
  687. package/modal/Component.mobile.js +3 -3
  688. package/modal/Component.responsive.js +2 -2
  689. package/modal/components/closer/Component.js +2 -2
  690. package/modal/components/closer/index.css +4 -4
  691. package/modal/components/content/Component.desktop.js +2 -2
  692. package/modal/components/content/Component.js +1 -1
  693. package/modal/components/content/Component.mobile.js +2 -2
  694. package/modal/components/content/desktop.css +8 -8
  695. package/modal/components/content/index.css +3 -3
  696. package/modal/components/content/mobile.css +3 -3
  697. package/modal/components/footer/Component.desktop.js +2 -2
  698. package/modal/components/footer/Component.js +2 -2
  699. package/modal/components/footer/Component.mobile.js +2 -2
  700. package/modal/components/footer/desktop.css +9 -9
  701. package/modal/components/footer/index.css +4 -4
  702. package/modal/components/footer/layout.css +25 -25
  703. package/modal/components/footer/mobile.css +3 -3
  704. package/modal/components/header/Component.desktop.js +2 -2
  705. package/modal/components/header/Component.js +1 -1
  706. package/modal/components/header/Component.mobile.js +2 -2
  707. package/modal/components/header/desktop.css +17 -17
  708. package/modal/components/header/index.css +15 -15
  709. package/modal/components/header/mobile.css +3 -3
  710. package/modal/desktop.css +9 -9
  711. package/modal/desktop.js +2 -2
  712. package/modal/esm/Component.desktop.js +3 -3
  713. package/modal/esm/Component.mobile.js +3 -3
  714. package/modal/esm/Component.responsive.js +2 -2
  715. package/modal/esm/components/closer/Component.js +2 -2
  716. package/modal/esm/components/closer/index.css +4 -4
  717. package/modal/esm/components/content/Component.desktop.js +2 -2
  718. package/modal/esm/components/content/Component.js +1 -1
  719. package/modal/esm/components/content/Component.mobile.js +2 -2
  720. package/modal/esm/components/content/desktop.css +8 -8
  721. package/modal/esm/components/content/index.css +3 -3
  722. package/modal/esm/components/content/mobile.css +3 -3
  723. package/modal/esm/components/footer/Component.desktop.js +2 -2
  724. package/modal/esm/components/footer/Component.js +2 -2
  725. package/modal/esm/components/footer/Component.mobile.js +2 -2
  726. package/modal/esm/components/footer/desktop.css +9 -9
  727. package/modal/esm/components/footer/index.css +4 -4
  728. package/modal/esm/components/footer/layout.css +25 -25
  729. package/modal/esm/components/footer/mobile.css +3 -3
  730. package/modal/esm/components/header/Component.desktop.js +2 -2
  731. package/modal/esm/components/header/Component.js +1 -1
  732. package/modal/esm/components/header/Component.mobile.js +2 -2
  733. package/modal/esm/components/header/desktop.css +17 -17
  734. package/modal/esm/components/header/index.css +15 -15
  735. package/modal/esm/components/header/mobile.css +3 -3
  736. package/modal/esm/desktop.css +9 -9
  737. package/modal/esm/desktop.js +2 -2
  738. package/modal/esm/index.js +2 -2
  739. package/modal/esm/mobile.css +2 -2
  740. package/modal/esm/mobile.js +2 -2
  741. package/modal/esm/responsive.js +2 -2
  742. package/modal/esm/transitions.css +8 -8
  743. package/modal/esm/transitions.module-30f79322.js +4 -0
  744. package/modal/esm/{tslib.es6-3852fc63.d.ts → tslib.es6-43e5d1e5.d.ts} +0 -0
  745. package/modal/esm/{tslib.es6-3852fc63.js → tslib.es6-43e5d1e5.js} +0 -0
  746. package/modal/index.js +2 -2
  747. package/modal/mobile.css +2 -2
  748. package/modal/mobile.js +2 -2
  749. package/modal/modern/Component.desktop.js +2 -2
  750. package/modal/modern/Component.mobile.js +2 -2
  751. package/modal/modern/Component.responsive.d.ts +1 -1
  752. package/modal/modern/Component.responsive.js +1 -1
  753. package/modal/modern/components/closer/Component.js +1 -1
  754. package/modal/modern/components/closer/index.css +4 -4
  755. package/modal/modern/components/content/Component.desktop.js +1 -1
  756. package/modal/modern/components/content/Component.js +1 -1
  757. package/modal/modern/components/content/Component.mobile.js +1 -1
  758. package/modal/modern/components/content/desktop.css +8 -8
  759. package/modal/modern/components/content/index.css +3 -3
  760. package/modal/modern/components/content/mobile.css +3 -3
  761. package/modal/modern/components/footer/Component.desktop.js +1 -1
  762. package/modal/modern/components/footer/Component.js +2 -2
  763. package/modal/modern/components/footer/Component.mobile.js +1 -1
  764. package/modal/modern/components/footer/desktop.css +9 -9
  765. package/modal/modern/components/footer/index.css +4 -4
  766. package/modal/modern/components/footer/layout.css +25 -25
  767. package/modal/modern/components/footer/mobile.css +3 -3
  768. package/modal/modern/components/header/Component.desktop.js +1 -1
  769. package/modal/modern/components/header/Component.js +1 -1
  770. package/modal/modern/components/header/Component.mobile.js +1 -1
  771. package/modal/modern/components/header/desktop.css +17 -17
  772. package/modal/modern/components/header/index.css +15 -15
  773. package/modal/modern/components/header/mobile.css +3 -3
  774. package/modal/modern/desktop.css +9 -9
  775. package/modal/modern/desktop.js +1 -1
  776. package/modal/modern/index.js +1 -1
  777. package/modal/modern/mobile.css +2 -2
  778. package/modal/modern/mobile.js +1 -1
  779. package/modal/modern/responsive.js +1 -1
  780. package/modal/modern/transitions.css +8 -8
  781. package/modal/modern/transitions.module-30f79322.js +4 -0
  782. package/modal/responsive.js +2 -2
  783. package/modal/transitions.css +8 -8
  784. package/modal/transitions.module-efc2e14a.js +4 -0
  785. package/modal/{tslib.es6-b75c94d3.d.ts → tslib.es6-8167e95a.d.ts} +0 -0
  786. package/modal/{tslib.es6-b75c94d3.js → tslib.es6-8167e95a.js} +0 -0
  787. package/notification/Component.d.ts +3 -4
  788. package/notification/Component.js +3 -3
  789. package/notification/cssm/Component.d.ts +3 -4
  790. package/notification/cssm/Component.js +2 -2
  791. package/notification/cssm/index.module.css +10 -5
  792. package/notification/esm/Component.d.ts +3 -4
  793. package/notification/esm/Component.js +3 -3
  794. package/notification/esm/index.css +17 -12
  795. package/notification/index.css +17 -12
  796. package/notification/modern/Component.d.ts +3 -4
  797. package/notification/modern/Component.js +3 -3
  798. package/notification/modern/index.css +17 -12
  799. package/notification-manager/{component-31fe57b8.d.ts → component-b0dad194.d.ts} +0 -0
  800. package/notification-manager/{component-31fe57b8.js → component-b0dad194.js} +0 -0
  801. package/notification-manager/component.js +2 -2
  802. package/notification-manager/components/index.js +1 -1
  803. package/notification-manager/components/notification/component.js +1 -1
  804. package/notification-manager/components/notification/index.d.ts +1 -1
  805. package/notification-manager/components/notification/index.js +1 -1
  806. package/notification-manager/esm/{component-649a40a3.d.ts → component-ef84ab7c.d.ts} +0 -0
  807. package/notification-manager/esm/{component-649a40a3.js → component-ef84ab7c.js} +0 -0
  808. package/notification-manager/esm/component.js +2 -2
  809. package/notification-manager/esm/components/index.js +1 -1
  810. package/notification-manager/esm/components/notification/component.js +1 -1
  811. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  812. package/notification-manager/esm/components/notification/index.js +1 -1
  813. package/notification-manager/esm/index.css +11 -11
  814. package/notification-manager/esm/index.js +1 -1
  815. package/notification-manager/index.css +11 -11
  816. package/notification-manager/index.js +1 -1
  817. package/notification-manager/modern/component.js +1 -1
  818. package/notification-manager/modern/index.css +11 -11
  819. package/package.json +1 -1
  820. package/pagination/Component.js +1 -1
  821. package/pagination/components/default-view/index.css +2 -2
  822. package/pagination/components/default-view/index.js +1 -1
  823. package/pagination/components/per-page-view/index.css +2 -2
  824. package/pagination/components/per-page-view/index.js +1 -1
  825. package/pagination/components/tag/index.css +8 -8
  826. package/pagination/components/tag/index.js +1 -1
  827. package/pagination/esm/Component.js +1 -1
  828. package/pagination/esm/components/default-view/index.css +2 -2
  829. package/pagination/esm/components/default-view/index.js +1 -1
  830. package/pagination/esm/components/per-page-view/index.css +2 -2
  831. package/pagination/esm/components/per-page-view/index.js +1 -1
  832. package/pagination/esm/components/tag/index.css +8 -8
  833. package/pagination/esm/components/tag/index.js +1 -1
  834. package/pagination/esm/index.css +4 -4
  835. package/pagination/index.css +4 -4
  836. package/pagination/modern/Component.js +1 -1
  837. package/pagination/modern/components/default-view/index.css +2 -2
  838. package/pagination/modern/components/default-view/index.js +1 -1
  839. package/pagination/modern/components/per-page-view/index.css +2 -2
  840. package/pagination/modern/components/per-page-view/index.js +1 -1
  841. package/pagination/modern/components/tag/index.css +8 -8
  842. package/pagination/modern/components/tag/index.js +1 -1
  843. package/pagination/modern/index.css +4 -4
  844. package/password-input/component.js +1 -1
  845. package/password-input/esm/component.js +1 -1
  846. package/password-input/esm/index.css +5 -5
  847. package/password-input/index.css +5 -5
  848. package/password-input/modern/component.js +1 -1
  849. package/password-input/modern/index.css +5 -5
  850. package/phone-input/cssm/utils/index.js +7 -5
  851. package/phone-input/utils/index.js +7 -5
  852. package/picker-button/Component.js +2 -2
  853. package/picker-button/esm/Component.js +2 -2
  854. package/picker-button/esm/field/Component.js +2 -2
  855. package/picker-button/esm/field/index.css +3 -3
  856. package/picker-button/esm/field/index.js +1 -1
  857. package/picker-button/esm/index.css +6 -6
  858. package/picker-button/esm/index.js +1 -1
  859. package/picker-button/esm/option/Component.js +2 -2
  860. package/picker-button/esm/option/index.css +4 -4
  861. package/picker-button/esm/option/index.js +1 -1
  862. package/picker-button/esm/{tslib.es6-88641d51.d.ts → tslib.es6-ed594908.d.ts} +0 -0
  863. package/picker-button/esm/{tslib.es6-88641d51.js → tslib.es6-ed594908.js} +0 -0
  864. package/picker-button/field/Component.js +2 -2
  865. package/picker-button/field/index.css +3 -3
  866. package/picker-button/field/index.js +1 -1
  867. package/picker-button/index.css +6 -6
  868. package/picker-button/index.js +1 -1
  869. package/picker-button/modern/Component.js +1 -1
  870. package/picker-button/modern/field/Component.js +1 -1
  871. package/picker-button/modern/field/index.css +3 -3
  872. package/picker-button/modern/index.css +6 -6
  873. package/picker-button/modern/option/Component.js +1 -1
  874. package/picker-button/modern/option/index.css +4 -4
  875. package/picker-button/option/Component.js +2 -2
  876. package/picker-button/option/index.css +4 -4
  877. package/picker-button/option/index.js +1 -1
  878. package/picker-button/{tslib.es6-057c91a6.d.ts → tslib.es6-f7f041b1.d.ts} +0 -0
  879. package/picker-button/{tslib.es6-057c91a6.js → tslib.es6-f7f041b1.js} +0 -0
  880. package/plate/Component.js +1 -1
  881. package/plate/esm/Component.js +1 -1
  882. package/plate/esm/index.css +28 -28
  883. package/plate/index.css +28 -28
  884. package/plate/modern/Component.js +1 -1
  885. package/plate/modern/index.css +28 -28
  886. package/popover/Component.js +1 -1
  887. package/popover/esm/Component.js +1 -1
  888. package/popover/esm/index.css +33 -33
  889. package/popover/index.css +33 -33
  890. package/popover/modern/Component.js +1 -1
  891. package/popover/modern/index.css +33 -33
  892. package/progress-bar/Component.js +1 -1
  893. package/progress-bar/esm/Component.js +1 -1
  894. package/progress-bar/esm/index.css +12 -12
  895. package/progress-bar/index.css +12 -12
  896. package/progress-bar/modern/Component.js +1 -1
  897. package/progress-bar/modern/index.css +12 -12
  898. package/pure-input/Component.js +1 -1
  899. package/pure-input/esm/Component.js +1 -1
  900. package/pure-input/esm/index.css +25 -25
  901. package/pure-input/index.css +25 -25
  902. package/pure-input/modern/Component.js +1 -1
  903. package/pure-input/modern/index.css +25 -25
  904. package/radio/Component.js +1 -1
  905. package/radio/esm/Component.js +1 -1
  906. package/radio/esm/index.css +32 -32
  907. package/radio/index.css +32 -32
  908. package/radio/modern/Component.js +1 -1
  909. package/radio/modern/index.css +32 -32
  910. package/radio-group/Component.js +1 -1
  911. package/radio-group/esm/Component.js +1 -1
  912. package/radio-group/esm/index.css +16 -16
  913. package/radio-group/index.css +16 -16
  914. package/radio-group/modern/Component.js +1 -1
  915. package/radio-group/modern/index.css +16 -16
  916. package/select/{Component-da55892c.d.ts → Component-3f415d29.d.ts} +0 -0
  917. package/select/{Component-da55892c.js → Component-3f415d29.js} +5 -5
  918. package/select/{Component-25f36dc0.d.ts → Component-c86bf7ae.d.ts} +0 -0
  919. package/select/{Component-25f36dc0.js → Component-c86bf7ae.js} +2 -2
  920. package/select/Component.js +2 -2
  921. package/select/components/arrow/Component.js +1 -1
  922. package/select/components/arrow/index.css +3 -3
  923. package/select/components/base-select/Component.js +2 -2
  924. package/select/components/base-select/index.css +7 -7
  925. package/select/components/base-select/index.d.ts +1 -1
  926. package/select/components/base-select/index.js +2 -2
  927. package/select/components/checkmark/Component.js +1 -1
  928. package/select/components/checkmark/index.css +7 -7
  929. package/select/components/field/Component.js +2 -2
  930. package/select/components/field/index.css +9 -9
  931. package/select/components/field/index.js +1 -1
  932. package/select/components/index.js +4 -4
  933. package/select/components/native-select/Component.js +1 -1
  934. package/select/components/native-select/index.js +1 -1
  935. package/select/components/optgroup/Component.js +1 -1
  936. package/select/components/optgroup/index.css +6 -6
  937. package/select/components/option/Component.js +2 -2
  938. package/select/components/option/index.css +20 -20
  939. package/select/components/option/index.js +1 -1
  940. package/select/components/options-list/Component.js +2 -2
  941. package/select/components/options-list/index.css +6 -6
  942. package/select/components/options-list/index.js +1 -1
  943. package/select/components/select-mobile/Component.js +4 -4
  944. package/select/components/select-mobile/checkmark/Component.js +1 -1
  945. package/select/components/select-mobile/checkmark/index.css +4 -4
  946. package/select/components/select-mobile/index.css +11 -11
  947. package/select/components/select-mobile/index.d.ts +1 -1
  948. package/select/components/select-mobile/index.js +4 -4
  949. package/select/components/select-mobile/options-list/Component.js +2 -2
  950. package/select/components/select-mobile/options-list/index.css +9 -9
  951. package/select/components/select-mobile/options-list/index.js +1 -1
  952. package/select/components/virtual-options-list/Component.js +2 -2
  953. package/select/components/virtual-options-list/index.css +12 -12
  954. package/select/components/virtual-options-list/index.js +1 -1
  955. package/select/esm/{Component-a591cb6f.d.ts → Component-07339e1b.d.ts} +0 -0
  956. package/select/esm/{Component-a591cb6f.js → Component-07339e1b.js} +11 -11
  957. package/select/esm/{Component-2ae8e5a1.d.ts → Component-d0a60f81.d.ts} +0 -0
  958. package/select/esm/{Component-2ae8e5a1.js → Component-d0a60f81.js} +3 -3
  959. package/select/esm/Component.js +8 -8
  960. package/select/esm/components/arrow/Component.js +1 -1
  961. package/select/esm/components/arrow/index.css +3 -3
  962. package/select/esm/components/base-select/Component.js +3 -3
  963. package/select/esm/components/base-select/index.css +7 -7
  964. package/select/esm/components/base-select/index.d.ts +1 -1
  965. package/select/esm/components/base-select/index.js +3 -3
  966. package/select/esm/components/checkmark/Component.js +1 -1
  967. package/select/esm/components/checkmark/index.css +7 -7
  968. package/select/esm/components/field/Component.js +3 -3
  969. package/select/esm/components/field/index.css +9 -9
  970. package/select/esm/components/field/index.js +2 -2
  971. package/select/esm/components/index.js +10 -10
  972. package/select/esm/components/native-select/Component.js +1 -1
  973. package/select/esm/components/native-select/index.js +1 -1
  974. package/select/esm/components/optgroup/Component.js +1 -1
  975. package/select/esm/components/optgroup/index.css +6 -6
  976. package/select/esm/components/option/Component.js +2 -2
  977. package/select/esm/components/option/index.css +20 -20
  978. package/select/esm/components/option/index.js +1 -1
  979. package/select/esm/components/options-list/Component.js +2 -2
  980. package/select/esm/components/options-list/index.css +6 -6
  981. package/select/esm/components/options-list/index.js +1 -1
  982. package/select/esm/components/select-mobile/Component.js +10 -10
  983. package/select/esm/components/select-mobile/checkmark/Component.js +1 -1
  984. package/select/esm/components/select-mobile/checkmark/index.css +4 -4
  985. package/select/esm/components/select-mobile/index.css +11 -11
  986. package/select/esm/components/select-mobile/index.d.ts +1 -1
  987. package/select/esm/components/select-mobile/index.js +10 -10
  988. package/select/esm/components/select-mobile/options-list/Component.js +2 -2
  989. package/select/esm/components/select-mobile/options-list/index.css +9 -9
  990. package/select/esm/components/select-mobile/options-list/index.js +1 -1
  991. package/select/esm/components/virtual-options-list/Component.js +2 -2
  992. package/select/esm/components/virtual-options-list/index.css +12 -12
  993. package/select/esm/components/virtual-options-list/index.js +1 -1
  994. package/select/esm/index.js +10 -10
  995. package/select/esm/{intersection-observer-38d83a42.d.ts → intersection-observer-94b9b18e.d.ts} +0 -0
  996. package/select/esm/{intersection-observer-38d83a42.js → intersection-observer-94b9b18e.js} +0 -0
  997. package/select/esm/presets/index.js +10 -10
  998. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  999. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1000. package/select/esm/presets/useSelectWithApply/hook.js +10 -10
  1001. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -10
  1002. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1003. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1004. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +10 -10
  1005. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1006. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1007. package/select/esm/{tslib.es6-d934a155.d.ts → tslib.es6-d64d2064.d.ts} +0 -0
  1008. package/select/esm/{tslib.es6-d934a155.js → tslib.es6-d64d2064.js} +0 -0
  1009. package/select/index.js +4 -4
  1010. package/select/{intersection-observer-e16c7d61.d.ts → intersection-observer-e6c55361.d.ts} +0 -0
  1011. package/select/{intersection-observer-e16c7d61.js → intersection-observer-e6c55361.js} +0 -0
  1012. package/select/modern/{Component-80e0d0f3.d.ts → Component-bd83ff5e.d.ts} +0 -0
  1013. package/select/modern/{Component-80e0d0f3.js → Component-bd83ff5e.js} +10 -10
  1014. package/select/modern/{Component-41045f11.d.ts → Component-e11b2c58.d.ts} +0 -0
  1015. package/select/modern/{Component-41045f11.js → Component-e11b2c58.js} +2 -2
  1016. package/select/modern/Component.js +7 -7
  1017. package/select/modern/components/arrow/Component.js +1 -1
  1018. package/select/modern/components/arrow/index.css +3 -3
  1019. package/select/modern/components/base-select/Component.js +2 -2
  1020. package/select/modern/components/base-select/index.css +7 -7
  1021. package/select/modern/components/base-select/index.d.ts +1 -1
  1022. package/select/modern/components/base-select/index.js +2 -2
  1023. package/select/modern/components/checkmark/Component.js +1 -1
  1024. package/select/modern/components/checkmark/index.css +7 -7
  1025. package/select/modern/components/field/Component.js +2 -2
  1026. package/select/modern/components/field/index.css +9 -9
  1027. package/select/modern/components/field/index.js +1 -1
  1028. package/select/modern/components/index.js +9 -9
  1029. package/select/modern/components/optgroup/Component.js +1 -1
  1030. package/select/modern/components/optgroup/index.css +6 -6
  1031. package/select/modern/components/option/Component.js +1 -1
  1032. package/select/modern/components/option/index.css +20 -20
  1033. package/select/modern/components/options-list/Component.js +1 -1
  1034. package/select/modern/components/options-list/index.css +6 -6
  1035. package/select/modern/components/select-mobile/Component.js +9 -9
  1036. package/select/modern/components/select-mobile/checkmark/Component.js +1 -1
  1037. package/select/modern/components/select-mobile/checkmark/index.css +4 -4
  1038. package/select/modern/components/select-mobile/index.css +11 -11
  1039. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1040. package/select/modern/components/select-mobile/index.js +9 -9
  1041. package/select/modern/components/select-mobile/options-list/Component.js +1 -1
  1042. package/select/modern/components/select-mobile/options-list/index.css +9 -9
  1043. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1044. package/select/modern/components/virtual-options-list/index.css +12 -12
  1045. package/select/modern/index.js +9 -9
  1046. package/select/modern/{intersection-observer-38d83a42.d.ts → intersection-observer-94b9b18e.d.ts} +0 -0
  1047. package/select/modern/{intersection-observer-38d83a42.js → intersection-observer-94b9b18e.js} +0 -0
  1048. package/select/modern/presets/index.js +9 -9
  1049. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1050. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1051. package/select/modern/presets/useSelectWithApply/hook.js +9 -9
  1052. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +9 -9
  1053. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1054. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1055. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +9 -9
  1056. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1057. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1058. package/select/presets/index.js +4 -4
  1059. package/select/presets/useLazyLoading/hook.js +3 -3
  1060. package/select/presets/useLazyLoading/index.css +2 -2
  1061. package/select/presets/useSelectWithApply/hook.js +4 -4
  1062. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1063. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1064. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1065. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1066. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1067. package/select/presets/useSelectWithLoading/index.css +2 -2
  1068. package/select/{tslib.es6-2dc46ea8.d.ts → tslib.es6-f340e335.d.ts} +0 -0
  1069. package/select/{tslib.es6-2dc46ea8.js → tslib.es6-f340e335.js} +0 -0
  1070. package/select-with-tags/component.js +1 -1
  1071. package/select-with-tags/components/index.js +1 -1
  1072. package/select-with-tags/components/tag/component.js +2 -2
  1073. package/select-with-tags/components/tag/index.css +11 -11
  1074. package/select-with-tags/components/tag/index.js +1 -1
  1075. package/select-with-tags/components/tag-list/component.js +2 -2
  1076. package/select-with-tags/components/tag-list/index.css +31 -31
  1077. package/select-with-tags/components/tag-list/index.js +1 -1
  1078. package/select-with-tags/esm/component.js +1 -1
  1079. package/select-with-tags/esm/components/index.js +1 -1
  1080. package/select-with-tags/esm/components/tag/component.js +2 -2
  1081. package/select-with-tags/esm/components/tag/index.css +11 -11
  1082. package/select-with-tags/esm/components/tag/index.js +1 -1
  1083. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1084. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  1085. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1086. package/select-with-tags/esm/index.js +1 -1
  1087. package/select-with-tags/esm/{tslib.es6-cb3df343.d.ts → tslib.es6-8b5f0c68.d.ts} +0 -0
  1088. package/select-with-tags/esm/{tslib.es6-cb3df343.js → tslib.es6-8b5f0c68.js} +0 -0
  1089. package/select-with-tags/esm/utils/index.js +1 -1
  1090. package/select-with-tags/esm/utils/match.js +1 -1
  1091. package/select-with-tags/index.js +1 -1
  1092. package/select-with-tags/modern/components/tag/component.js +1 -1
  1093. package/select-with-tags/modern/components/tag/index.css +11 -11
  1094. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1095. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  1096. package/select-with-tags/{tslib.es6-dd85aeee.d.ts → tslib.es6-29f2689a.d.ts} +0 -0
  1097. package/select-with-tags/{tslib.es6-dd85aeee.js → tslib.es6-29f2689a.js} +0 -0
  1098. package/select-with-tags/utils/index.js +1 -1
  1099. package/select-with-tags/utils/match.js +1 -1
  1100. package/skeleton/Component.js +1 -1
  1101. package/skeleton/esm/Component.js +1 -1
  1102. package/skeleton/esm/index.css +10 -10
  1103. package/skeleton/index.css +10 -10
  1104. package/skeleton/modern/Component.js +1 -1
  1105. package/skeleton/modern/index.css +10 -10
  1106. package/slider/Component.js +1 -1
  1107. package/slider/esm/Component.js +1 -1
  1108. package/slider/esm/index.css +36 -36
  1109. package/slider/index.css +36 -36
  1110. package/slider/modern/Component.js +1 -1
  1111. package/slider/modern/index.css +36 -36
  1112. package/slider-input/Component.js +1 -1
  1113. package/slider-input/esm/Component.js +1 -1
  1114. package/slider-input/esm/index.css +17 -17
  1115. package/slider-input/index.css +17 -17
  1116. package/slider-input/modern/Component.js +1 -1
  1117. package/slider-input/modern/index.css +17 -17
  1118. package/space/Component.js +2 -2
  1119. package/space/{Item-b1811bd4.d.ts → Item-2e2e3e13.d.ts} +0 -0
  1120. package/space/{Item-b1811bd4.js → Item-2e2e3e13.js} +0 -0
  1121. package/space/Item.js +1 -1
  1122. package/space/esm/Component.js +2 -2
  1123. package/space/esm/{Item-dfbfa290.d.ts → Item-d1a520a2.d.ts} +0 -0
  1124. package/space/esm/{Item-dfbfa290.js → Item-d1a520a2.js} +0 -0
  1125. package/space/esm/Item.js +1 -1
  1126. package/space/esm/index.css +8 -8
  1127. package/space/esm/index.js +1 -1
  1128. package/space/index.css +8 -8
  1129. package/space/index.js +1 -1
  1130. package/space/modern/Component.js +1 -1
  1131. package/space/modern/index.css +8 -8
  1132. package/spinner/Component.js +1 -1
  1133. package/spinner/esm/Component.js +1 -1
  1134. package/spinner/esm/index.css +6 -6
  1135. package/spinner/index.css +6 -6
  1136. package/spinner/modern/Component.js +1 -1
  1137. package/spinner/modern/index.css +6 -6
  1138. package/status/Component.js +1 -1
  1139. package/status/esm/Component.js +1 -1
  1140. package/status/esm/index.css +17 -17
  1141. package/status/index.css +17 -17
  1142. package/status/modern/Component.js +1 -1
  1143. package/status/modern/index.css +17 -17
  1144. package/stepped-progress-bar/Component.js +1 -1
  1145. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1146. package/stepped-progress-bar/components/step-bar/index.css +11 -11
  1147. package/stepped-progress-bar/esm/Component.js +1 -1
  1148. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1149. package/stepped-progress-bar/esm/components/step-bar/index.css +11 -11
  1150. package/stepped-progress-bar/esm/index.css +4 -4
  1151. package/stepped-progress-bar/index.css +4 -4
  1152. package/stepped-progress-bar/modern/Component.js +1 -1
  1153. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1154. package/stepped-progress-bar/modern/components/step-bar/index.css +11 -11
  1155. package/stepped-progress-bar/modern/index.css +4 -4
  1156. package/switch/Component.js +1 -1
  1157. package/switch/esm/Component.js +1 -1
  1158. package/switch/esm/index.css +26 -26
  1159. package/switch/index.css +26 -26
  1160. package/switch/modern/Component.js +1 -1
  1161. package/switch/modern/index.css +26 -26
  1162. package/table/component.js +1 -1
  1163. package/table/components/index.js +1 -1
  1164. package/table/components/pagination/Component.js +3 -5
  1165. package/table/components/pagination/index.css +8 -8
  1166. package/table/components/pagination/index.js +1 -1
  1167. package/table/components/pagination/select-field/index.css +4 -4
  1168. package/table/components/pagination/select-field/index.js +2 -2
  1169. package/table/components/table/Component.js +2 -2
  1170. package/table/components/table/index.css +6 -6
  1171. package/table/components/table/index.js +1 -1
  1172. package/table/components/table/utils.js +1 -1
  1173. package/table/components/tbody/Component.js +2 -2
  1174. package/table/components/tbody/index.css +2 -2
  1175. package/table/components/tbody/index.js +1 -1
  1176. package/table/components/tcell/Component.js +2 -2
  1177. package/table/components/tcell/index.css +4 -4
  1178. package/table/components/tcell/index.js +1 -1
  1179. package/table/components/texpandable-row/Component.js +2 -2
  1180. package/table/components/texpandable-row/index.css +5 -5
  1181. package/table/components/texpandable-row/index.js +1 -1
  1182. package/table/components/thead/Component.js +2 -2
  1183. package/table/components/thead/index.css +6 -6
  1184. package/table/components/thead/index.js +1 -1
  1185. package/table/components/thead-cell/Component.js +2 -2
  1186. package/table/components/thead-cell/index.css +5 -5
  1187. package/table/components/thead-cell/index.js +1 -1
  1188. package/table/components/trow/Component.js +2 -2
  1189. package/table/components/trow/index.css +8 -8
  1190. package/table/components/trow/index.js +1 -1
  1191. package/table/components/tsortable-head-cell/Component.js +2 -2
  1192. package/table/components/tsortable-head-cell/index.css +9 -9
  1193. package/table/components/tsortable-head-cell/index.js +1 -1
  1194. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1195. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1196. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1197. package/table/cssm/components/pagination/Component.js +1 -3
  1198. package/table/esm/component.js +1 -1
  1199. package/table/esm/components/index.js +1 -1
  1200. package/table/esm/components/pagination/Component.js +3 -5
  1201. package/table/esm/components/pagination/index.css +8 -8
  1202. package/table/esm/components/pagination/index.js +1 -1
  1203. package/table/esm/components/pagination/select-field/index.css +4 -4
  1204. package/table/esm/components/pagination/select-field/index.js +2 -2
  1205. package/table/esm/components/table/Component.js +2 -2
  1206. package/table/esm/components/table/index.css +6 -6
  1207. package/table/esm/components/table/index.js +1 -1
  1208. package/table/esm/components/table/utils.js +1 -1
  1209. package/table/esm/components/tbody/Component.js +2 -2
  1210. package/table/esm/components/tbody/index.css +2 -2
  1211. package/table/esm/components/tbody/index.js +1 -1
  1212. package/table/esm/components/tcell/Component.js +2 -2
  1213. package/table/esm/components/tcell/index.css +4 -4
  1214. package/table/esm/components/tcell/index.js +1 -1
  1215. package/table/esm/components/texpandable-row/Component.js +2 -2
  1216. package/table/esm/components/texpandable-row/index.css +5 -5
  1217. package/table/esm/components/texpandable-row/index.js +1 -1
  1218. package/table/esm/components/thead/Component.js +2 -2
  1219. package/table/esm/components/thead/index.css +6 -6
  1220. package/table/esm/components/thead/index.js +1 -1
  1221. package/table/esm/components/thead-cell/Component.js +2 -2
  1222. package/table/esm/components/thead-cell/index.css +5 -5
  1223. package/table/esm/components/thead-cell/index.js +1 -1
  1224. package/table/esm/components/trow/Component.js +2 -2
  1225. package/table/esm/components/trow/index.css +8 -8
  1226. package/table/esm/components/trow/index.js +1 -1
  1227. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1228. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1229. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1230. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1231. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1232. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1233. package/table/esm/index.js +1 -1
  1234. package/table/esm/{tslib.es6-ed06fa90.d.ts → tslib.es6-c5932a1a.d.ts} +0 -0
  1235. package/table/esm/{tslib.es6-ed06fa90.js → tslib.es6-c5932a1a.js} +0 -0
  1236. package/table/index.js +1 -1
  1237. package/table/modern/components/pagination/Component.js +2 -4
  1238. package/table/modern/components/pagination/index.css +8 -8
  1239. package/table/modern/components/pagination/select-field/index.css +4 -4
  1240. package/table/modern/components/pagination/select-field/index.js +1 -1
  1241. package/table/modern/components/table/Component.js +1 -1
  1242. package/table/modern/components/table/index.css +6 -6
  1243. package/table/modern/components/tbody/Component.js +1 -1
  1244. package/table/modern/components/tbody/index.css +2 -2
  1245. package/table/modern/components/tcell/Component.js +1 -1
  1246. package/table/modern/components/tcell/index.css +4 -4
  1247. package/table/modern/components/texpandable-row/Component.js +1 -1
  1248. package/table/modern/components/texpandable-row/index.css +5 -5
  1249. package/table/modern/components/thead/Component.js +1 -1
  1250. package/table/modern/components/thead/index.css +6 -6
  1251. package/table/modern/components/thead-cell/Component.js +1 -1
  1252. package/table/modern/components/thead-cell/index.css +5 -5
  1253. package/table/modern/components/trow/Component.js +1 -1
  1254. package/table/modern/components/trow/index.css +8 -8
  1255. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1256. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1257. package/table/{tslib.es6-4c011f96.d.ts → tslib.es6-611dc2b1.d.ts} +0 -0
  1258. package/table/{tslib.es6-4c011f96.js → tslib.es6-611dc2b1.js} +0 -0
  1259. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1260. package/tabs/components/primary-tablist/Component.js +1 -1
  1261. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1262. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1263. package/tabs/components/primary-tablist/index.css +19 -19
  1264. package/tabs/components/primary-tablist/mobile.css +21 -21
  1265. package/tabs/components/scrollable-container/Component.js +1 -1
  1266. package/tabs/components/scrollable-container/index.css +4 -4
  1267. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1268. package/tabs/components/secondary-tablist/Component.js +1 -1
  1269. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1270. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1271. package/tabs/components/secondary-tablist/index.css +10 -10
  1272. package/tabs/components/secondary-tablist/mobile.css +12 -12
  1273. package/tabs/components/tab/Component.js +1 -1
  1274. package/tabs/components/tab/index.css +3 -3
  1275. package/tabs/components/tabs/Component.desktop.js +3 -3
  1276. package/tabs/components/tabs/Component.mobile.js +3 -3
  1277. package/tabs/components/tabs/Component.responsive.js +3 -3
  1278. package/tabs/desktop.js +3 -3
  1279. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1280. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1281. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1282. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1283. package/tabs/esm/components/primary-tablist/index.css +19 -19
  1284. package/tabs/esm/components/primary-tablist/mobile.css +21 -21
  1285. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1286. package/tabs/esm/components/scrollable-container/index.css +4 -4
  1287. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1288. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1289. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1290. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1291. package/tabs/esm/components/secondary-tablist/index.css +10 -10
  1292. package/tabs/esm/components/secondary-tablist/mobile.css +12 -12
  1293. package/tabs/esm/components/tab/Component.js +1 -1
  1294. package/tabs/esm/components/tab/index.css +3 -3
  1295. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1296. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1297. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1298. package/tabs/esm/desktop.js +3 -3
  1299. package/tabs/esm/index.js +3 -3
  1300. package/tabs/esm/index.module-a44338f2.js +4 -0
  1301. package/tabs/esm/index.module-c60c9092.js +4 -0
  1302. package/tabs/esm/mobile.js +3 -3
  1303. package/tabs/esm/responsive.js +3 -3
  1304. package/tabs/esm/{tslib.es6-d6de3657.d.ts → tslib.es6-94dca7ce.d.ts} +0 -0
  1305. package/tabs/esm/{tslib.es6-d6de3657.js → tslib.es6-94dca7ce.js} +0 -0
  1306. package/tabs/index.js +3 -3
  1307. package/tabs/index.module-2cc1b3a9.js +4 -0
  1308. package/tabs/index.module-bb69a7bf.js +4 -0
  1309. package/tabs/mobile.js +3 -3
  1310. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1311. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1312. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1313. package/tabs/modern/components/primary-tablist/index.css +19 -19
  1314. package/tabs/modern/components/primary-tablist/mobile.css +21 -21
  1315. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1316. package/tabs/modern/components/scrollable-container/index.css +4 -4
  1317. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1318. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1319. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1320. package/tabs/modern/components/secondary-tablist/index.css +10 -10
  1321. package/tabs/modern/components/secondary-tablist/mobile.css +12 -12
  1322. package/tabs/modern/components/tab/Component.js +1 -1
  1323. package/tabs/modern/components/tab/index.css +3 -3
  1324. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1325. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1326. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1327. package/tabs/modern/desktop.js +2 -2
  1328. package/tabs/modern/index.js +2 -2
  1329. package/tabs/modern/index.module-a44338f2.js +4 -0
  1330. package/tabs/modern/index.module-c60c9092.js +4 -0
  1331. package/tabs/modern/mobile.js +2 -2
  1332. package/tabs/modern/responsive.js +2 -2
  1333. package/tabs/responsive.js +3 -3
  1334. package/tabs/{tslib.es6-47ab097a.d.ts → tslib.es6-0d8525e9.d.ts} +0 -0
  1335. package/tabs/{tslib.es6-47ab097a.js → tslib.es6-0d8525e9.js} +0 -0
  1336. package/tag/Component.js +3 -3
  1337. package/tag/default.css +9 -9
  1338. package/tag/esm/Component.js +3 -3
  1339. package/tag/esm/default.css +9 -9
  1340. package/tag/esm/index.css +38 -38
  1341. package/tag/esm/inverted.css +9 -9
  1342. package/tag/index.css +38 -38
  1343. package/tag/inverted.css +9 -9
  1344. package/tag/modern/Component.js +3 -3
  1345. package/tag/modern/default.css +9 -9
  1346. package/tag/modern/index.css +38 -38
  1347. package/tag/modern/inverted.css +9 -9
  1348. package/textarea/Component.js +3 -3
  1349. package/textarea/default.css +19 -19
  1350. package/textarea/esm/Component.js +3 -3
  1351. package/textarea/esm/default.css +19 -19
  1352. package/textarea/esm/index.css +22 -22
  1353. package/textarea/esm/inverted.css +19 -19
  1354. package/textarea/index.css +22 -22
  1355. package/textarea/inverted.css +19 -19
  1356. package/textarea/modern/Component.js +3 -3
  1357. package/textarea/modern/default.css +19 -19
  1358. package/textarea/modern/index.css +22 -22
  1359. package/textarea/modern/inverted.css +19 -19
  1360. package/themes/click.css +2 -0
  1361. package/themes/compiled/mobile-dark-bluetint.css +717 -717
  1362. package/themes/mixins/toast-plate/click.css +2 -0
  1363. package/themes/package.json +1 -1
  1364. package/themes/toast-plate/click.css +2 -0
  1365. package/toast/component.d.ts +19 -11
  1366. package/toast/component.js +3 -2
  1367. package/toast/cssm/component.d.ts +19 -11
  1368. package/toast/cssm/component.js +2 -1
  1369. package/toast/cssm/index.module.css +3 -0
  1370. package/toast/esm/component.d.ts +19 -11
  1371. package/toast/esm/component.js +3 -2
  1372. package/toast/esm/index.css +12 -9
  1373. package/toast/index.css +12 -9
  1374. package/toast/modern/component.d.ts +19 -11
  1375. package/toast/modern/component.js +3 -2
  1376. package/toast/modern/index.css +12 -9
  1377. package/toast-plate/component.d.ts +17 -1
  1378. package/toast-plate/component.js +14 -10
  1379. package/toast-plate/cssm/component.d.ts +17 -1
  1380. package/toast-plate/cssm/component.js +13 -9
  1381. package/toast-plate/cssm/index.js +1 -1
  1382. package/toast-plate/cssm/index.module.css +20 -16
  1383. package/toast-plate/esm/component.d.ts +17 -1
  1384. package/toast-plate/esm/component.js +14 -10
  1385. package/toast-plate/esm/index.css +32 -28
  1386. package/toast-plate/esm/index.js +1 -1
  1387. package/toast-plate/index.css +32 -28
  1388. package/toast-plate/index.js +1 -1
  1389. package/toast-plate/modern/component.d.ts +17 -1
  1390. package/toast-plate/modern/component.js +11 -7
  1391. package/toast-plate/modern/index.css +32 -28
  1392. package/toast-plate/modern/index.js +1 -1
  1393. package/tooltip/{Component-a23d8071.d.ts → Component-5adc891a.d.ts} +0 -0
  1394. package/tooltip/{Component-a23d8071.js → Component-5adc891a.js} +3 -3
  1395. package/tooltip/Component.js +1 -1
  1396. package/tooltip/component.responsive.js +2 -2
  1397. package/tooltip/default.css +3 -3
  1398. package/tooltip/esm/{Component-69264c9e.d.ts → Component-b2f979f1.d.ts} +0 -0
  1399. package/tooltip/esm/{Component-69264c9e.js → Component-b2f979f1.js} +3 -3
  1400. package/tooltip/esm/Component.js +1 -1
  1401. package/tooltip/esm/component.responsive.js +2 -2
  1402. package/tooltip/esm/default.css +3 -3
  1403. package/tooltip/esm/index.css +6 -6
  1404. package/tooltip/esm/index.d.ts +1 -1
  1405. package/tooltip/esm/index.js +1 -1
  1406. package/tooltip/esm/inverted.css +5 -5
  1407. package/tooltip/esm/responsive.css +3 -3
  1408. package/tooltip/esm/responsive.js +1 -1
  1409. package/tooltip/index.css +6 -6
  1410. package/tooltip/index.d.ts +1 -1
  1411. package/tooltip/index.js +1 -1
  1412. package/tooltip/inverted.css +5 -5
  1413. package/tooltip/modern/Component.js +3 -3
  1414. package/tooltip/modern/component.responsive.js +1 -1
  1415. package/tooltip/modern/default.css +3 -3
  1416. package/tooltip/modern/index.css +6 -6
  1417. package/tooltip/modern/inverted.css +5 -5
  1418. package/tooltip/modern/responsive.css +3 -3
  1419. package/tooltip/responsive.css +3 -3
  1420. package/tooltip/responsive.js +1 -1
  1421. package/typography/colors.css +13 -13
  1422. package/typography/{colors.module-2043bf7a.d.ts → colors.module-331f533e.d.ts} +0 -0
  1423. package/typography/{colors.module-2043bf7a.js → colors.module-331f533e.js} +1 -1
  1424. package/typography/common.module-525e89dc.js +4 -0
  1425. package/typography/component.js +2 -2
  1426. package/typography/cssm/text/component.js +2 -2
  1427. package/typography/esm/colors.css +13 -13
  1428. package/typography/esm/{colors.module-4559178f.d.ts → colors.module-22a2221f.d.ts} +0 -0
  1429. package/typography/esm/{colors.module-4559178f.js → colors.module-22a2221f.js} +1 -1
  1430. package/typography/esm/common.module-e0951552.js +4 -0
  1431. package/typography/esm/component.js +2 -2
  1432. package/typography/esm/index.js +2 -2
  1433. package/typography/esm/text/component.js +4 -4
  1434. package/typography/esm/text/index.css +14 -14
  1435. package/typography/esm/text/index.js +1 -1
  1436. package/typography/esm/title/common.css +5 -5
  1437. package/typography/esm/title/component.js +1 -1
  1438. package/typography/esm/title/index.css +19 -19
  1439. package/typography/esm/title/index.js +3 -3
  1440. package/typography/esm/title-mobile/component.js +3 -3
  1441. package/typography/esm/title-mobile/index.css +14 -14
  1442. package/typography/esm/title-mobile/index.js +2 -2
  1443. package/typography/esm/title-responsive/component.js +3 -3
  1444. package/typography/esm/title-responsive/index.css +41 -41
  1445. package/typography/esm/title-responsive/index.js +2 -2
  1446. package/typography/index.js +2 -2
  1447. package/typography/modern/colors.css +13 -13
  1448. package/typography/modern/colors.module-d8442af1.js +4 -0
  1449. package/typography/modern/common.module-e0951552.js +4 -0
  1450. package/typography/modern/component.js +2 -2
  1451. package/typography/modern/index.js +2 -2
  1452. package/typography/modern/text/component.js +3 -3
  1453. package/typography/modern/text/index.css +14 -14
  1454. package/typography/modern/text/index.js +1 -1
  1455. package/typography/modern/title/common.css +5 -5
  1456. package/typography/modern/title/component.js +1 -1
  1457. package/typography/modern/title/index.css +19 -19
  1458. package/typography/modern/title/index.js +3 -3
  1459. package/typography/modern/title-mobile/component.js +3 -3
  1460. package/typography/modern/title-mobile/index.css +14 -14
  1461. package/typography/modern/title-mobile/index.js +2 -2
  1462. package/typography/modern/title-responsive/component.js +3 -3
  1463. package/typography/modern/title-responsive/index.css +41 -41
  1464. package/typography/modern/title-responsive/index.js +2 -2
  1465. package/typography/text/component.d.ts +2 -2
  1466. package/typography/text/component.js +4 -4
  1467. package/typography/text/index.css +14 -14
  1468. package/typography/text/index.js +1 -1
  1469. package/typography/title/common.css +5 -5
  1470. package/typography/title/component.d.ts +2 -2
  1471. package/typography/title/component.js +1 -1
  1472. package/typography/title/index.css +19 -19
  1473. package/typography/title/index.js +3 -3
  1474. package/typography/title-mobile/component.js +3 -3
  1475. package/typography/title-mobile/index.css +14 -14
  1476. package/typography/title-mobile/index.js +2 -2
  1477. package/typography/title-responsive/component.js +3 -3
  1478. package/typography/title-responsive/index.css +41 -41
  1479. package/typography/title-responsive/index.js +2 -2
  1480. package/vars/package.json +1 -1
  1481. package/with-suffix/Component.js +1 -1
  1482. package/with-suffix/esm/Component.js +1 -1
  1483. package/with-suffix/esm/index.css +9 -9
  1484. package/with-suffix/index.css +9 -9
  1485. package/with-suffix/modern/Component.js +1 -1
  1486. package/with-suffix/modern/index.css +9 -9
  1487. package/calendar-range/modern/index.module-db728217.js +0 -4
  1488. package/grid/esm/gutters.module-e926dd15.js +0 -27
  1489. package/grid/gutters.module-527484e4.js +0 -28
  1490. package/grid/modern/gutters.module-546d9e29.js +0 -4
  1491. package/modal/esm/transitions.module-68527aae.js +0 -4
  1492. package/modal/modern/transitions.module-68527aae.js +0 -4
  1493. package/modal/transitions.module-6ad80b82.js +0 -4
  1494. package/tabs/esm/index.module-6044d167.js +0 -4
  1495. package/tabs/esm/index.module-d99125d1.js +0 -4
  1496. package/tabs/index.module-56e38fc6.js +0 -4
  1497. package/tabs/index.module-752bf0c5.js +0 -4
  1498. package/tabs/modern/index.module-6044d167.js +0 -4
  1499. package/tabs/modern/index.module-d99125d1.js +0 -4
  1500. package/typography/common.module-05e92f66.js +0 -4
  1501. package/typography/esm/common.module-1fbc639a.js +0 -4
  1502. package/typography/modern/colors.module-0859bdd1.js +0 -4
  1503. package/typography/modern/common.module-1fbc639a.js +0 -4
@@ -1,331 +1,331 @@
1
- .divider__component_1u4gh {
2
- border-bottom: 1px solid #2b2b2e;
3
- }.card-image__cardImage_opn0w {
1
+ .card-image__cardImage_1jm5p {
4
2
  background: #e7e8ea;
5
3
  }
6
- .card-image__loaded_opn0w {
4
+ .card-image__loaded_1jm5p {
7
5
  background: transparent
8
- }.badge__component_k7a6r {
6
+ }.divider__component_vt64o {
7
+ border-bottom: 1px solid #2b2b2e;
8
+ }.badge__component_i8e7i {
9
9
  background-color: #ef3124;
10
10
  color: #000;
11
11
  }
12
- .badge__outlineCount_k7a6r {
12
+ .badge__outlineCount_i8e7i {
13
13
  background-color: #121212;
14
14
  }
15
- .badge__icon_k7a6r {
15
+ .badge__icon_i8e7i {
16
16
  color: #2fc26e
17
17
  }
18
- .badge__icon_k7a6r.badge__positive_k7a6r {
18
+ .badge__icon_i8e7i.badge__positive_i8e7i {
19
19
  color: #2fc26e;
20
20
  background-color: #2fc26e;
21
21
  }
22
- .badge__icon_k7a6r.badge__attention_k7a6r {
22
+ .badge__icon_i8e7i.badge__attention_i8e7i {
23
23
  color: #f6bf65;
24
24
  background-color: #f6bf65;
25
25
  }
26
- .badge__icon_k7a6r.badge__negative_k7a6r {
26
+ .badge__icon_i8e7i.badge__negative_i8e7i {
27
27
  color: #d91d0b;
28
28
  background-color: #d91d0b;
29
29
  }
30
- .badge__icon_k7a6r.badge__link_k7a6r {
30
+ .badge__icon_i8e7i.badge__link_i8e7i {
31
31
  color: #0072ef;
32
32
  background-color: #0072ef;
33
33
  }
34
- .badge__icon_k7a6r.badge__tertiary_k7a6r {
34
+ .badge__icon_i8e7i.badge__tertiary_i8e7i {
35
35
  color: #464649;
36
36
  background-color: #464649;
37
37
  }
38
- .badge__icon_k7a6r.badge__secondary_k7a6r {
38
+ .badge__icon_i8e7i.badge__secondary_i8e7i {
39
39
  color: #8d8d93;
40
40
  background-color: #8d8d93;
41
41
  }
42
- .badge__icon_k7a6r.badge__primary_k7a6r {
42
+ .badge__icon_i8e7i.badge__primary_i8e7i {
43
43
  color: #fff;
44
44
  background-color: #fff;
45
45
  }
46
- .badge__icon_k7a6r:before {
46
+ .badge__icon_i8e7i:before {
47
47
  background-color: #121212;
48
48
  }
49
- .badge__outline_k7a6r {
49
+ .badge__outline_i8e7i {
50
50
  background-color: #121212;
51
51
  }
52
- .badge__outlineColor_k7a6r.badge__attention_k7a6r {
52
+ .badge__outlineColor_i8e7i.badge__attention_i8e7i {
53
53
  background-color: #f6bf65;
54
54
  }
55
- .badge__outlineColor_k7a6r.badge__positive_k7a6r {
55
+ .badge__outlineColor_i8e7i.badge__positive_i8e7i {
56
56
  background-color: #2fc26e;
57
57
  }
58
- .badge__outlineColor_k7a6r.badge__negative_k7a6r {
58
+ .badge__outlineColor_i8e7i.badge__negative_i8e7i {
59
59
  background-color: #d91d0b;
60
60
  }
61
- .badge__outlineColor_k7a6r.badge__link_k7a6r {
61
+ .badge__outlineColor_i8e7i.badge__link_i8e7i {
62
62
  background-color: #0072ef;
63
63
  }
64
- .badge__outlineColor_k7a6r .badge__tertiary_k7a6r {
64
+ .badge__outlineColor_i8e7i .badge__tertiary_i8e7i {
65
65
  background-color: #464649;
66
66
  }
67
- .badge__outlineColor_k7a6r.badge__secondary_k7a6r {
67
+ .badge__outlineColor_i8e7i.badge__secondary_i8e7i {
68
68
  background-color: #8d8d93;
69
69
  }
70
- .badge__outlineColor_k7a6r.badge__primary_k7a6r {
70
+ .badge__outlineColor_i8e7i.badge__primary_i8e7i {
71
71
  background-color: #fff;
72
- }.backdrop__backdrop_ksdec {
72
+ }.backdrop__backdrop_14lbc {
73
73
  -webkit-tap-highlight-color: transparent;
74
74
  }
75
- .backdrop__appear_ksdec,
76
- .backdrop__enter_ksdec {
75
+ .backdrop__appear_14lbc,
76
+ .backdrop__enter_14lbc {
77
77
  background-color: transparent;
78
78
  }
79
- .backdrop__appearActive_ksdec,
80
- .backdrop__enterActive_ksdec,
81
- .backdrop__appearDone_ksdec,
82
- .backdrop__enterDone_ksdec {
79
+ .backdrop__appearActive_14lbc,
80
+ .backdrop__enterActive_14lbc,
81
+ .backdrop__appearDone_14lbc,
82
+ .backdrop__enterDone_14lbc {
83
83
  background-color: rgba(0, 0, 0, 0.8);
84
84
  }
85
- .backdrop__exit_ksdec {
85
+ .backdrop__exit_14lbc {
86
86
  background-color: rgba(0, 0, 0, 0.8);
87
87
  }
88
- .backdrop__exitActive_ksdec,
89
- .backdrop__exitDone_ksdec {
88
+ .backdrop__exitActive_14lbc,
89
+ .backdrop__exitDone_14lbc {
90
90
  background-color: transparent;
91
- }.dropzone__component_2d9d {
91
+ }.dropzone__component_10r0b {
92
92
  border: 2px dashed #464649;
93
93
  }
94
- .dropzone__component_2d9d:not(.dropzone__disabled_2d9d):hover {
94
+ .dropzone__component_10r0b:not(.dropzone__disabled_10r0b):hover {
95
95
  background-color: transparent;
96
96
  }
97
- .dropzone__dragOver_2d9d {
97
+ .dropzone__dragOver_10r0b {
98
98
  background-color: transparent;
99
99
  }
100
- .dropzone__error_2d9d {
100
+ .dropzone__error_10r0b {
101
101
  border-color: #ef3124;
102
102
  }
103
- .dropzone__overlay_17xx0 {
103
+ .dropzone__overlay_1cbs2 {
104
104
  background: #202022;
105
105
  }
106
- .dropzone__text_17xx0 {
106
+ .dropzone__text_1cbs2 {
107
+ color: #fff;
108
+ }.checkbox-group__error_1fcx3 {
109
+ border-left: 1px solid #f15045;
110
+ }
111
+ .checkbox-group__label_1fcx3 {
107
112
  color: #fff;
108
- }.checkbox__box_g36f9 {
113
+ }
114
+ .checkbox-group__errorMessage_1fcx3 {
115
+ color: #f15045;
116
+ }
117
+ .checkbox-group__hint_1fcx3 {
118
+ color: #8d8d93;
119
+ }.checkbox__box_wa6g0 {
109
120
  color: #000;
110
121
  background-color: #000;
111
122
  border: 1.5px solid #8d8d93;
112
123
  }
113
- .checkbox__checkedIcon_g36f9 {
124
+ .checkbox__checkedIcon_wa6g0 {
114
125
  color: #000;
115
126
  }
116
- .checkbox__component_g36f9:hover:not(.checkbox__disabled_g36f9):not(.checkbox__inactive_g36f9) .checkbox__box_g36f9 {
127
+ .checkbox__component_wa6g0:hover:not(.checkbox__disabled_wa6g0):not(.checkbox__inactive_wa6g0) .checkbox__box_wa6g0 {
117
128
  background-color: #000;
118
129
  border-color: #8d8d93;
119
130
  }
120
- .checkbox__component_g36f9:active:not(.checkbox__disabled_g36f9):not(.checkbox__inactive_g36f9) .checkbox__box_g36f9 {
131
+ .checkbox__component_wa6g0:active:not(.checkbox__disabled_wa6g0):not(.checkbox__inactive_wa6g0) .checkbox__box_wa6g0 {
121
132
  background-color: #000;
122
133
  border-color: #fff;
123
134
  }
124
- .checkbox__checked_g36f9 .checkbox__box_g36f9 {
135
+ .checkbox__checked_wa6g0 .checkbox__box_wa6g0 {
125
136
  background-color: #fff;
126
137
  border-color: transparent;
127
138
  }
128
- .checkbox__checked_g36f9:hover:not(.checkbox__disabled_g36f9):not(.checkbox__inactive_g36f9) .checkbox__box_g36f9 {
139
+ .checkbox__checked_wa6g0:hover:not(.checkbox__disabled_wa6g0):not(.checkbox__inactive_wa6g0) .checkbox__box_wa6g0 {
129
140
  background-color: rgb(255, 255, 255);
130
141
  border-color: transparent;
131
142
  }
132
- .checkbox__checked_g36f9:active:not(.checkbox__disabled_g36f9):not(.checkbox__inactive_g36f9) .checkbox__box_g36f9 {
143
+ .checkbox__checked_wa6g0:active:not(.checkbox__disabled_wa6g0):not(.checkbox__inactive_wa6g0) .checkbox__box_wa6g0 {
133
144
  background-color: rgb(255, 255, 255);
134
145
  border-color: transparent;
135
146
  }
136
- .checkbox__indeterminate_g36f9 .checkbox__box_g36f9 {
147
+ .checkbox__indeterminate_wa6g0 .checkbox__box_wa6g0 {
137
148
  background-color: #fff;
138
149
  border-color: transparent;
139
150
  }
140
- .checkbox__indeterminate_g36f9:hover:not(.checkbox__disabled_g36f9):not(.checkbox__inactive_g36f9) .checkbox__box_g36f9 {
151
+ .checkbox__indeterminate_wa6g0:hover:not(.checkbox__disabled_wa6g0):not(.checkbox__inactive_wa6g0) .checkbox__box_wa6g0 {
141
152
  background-color: rgb(255, 255, 255);
142
153
  border-color: transparent;
143
154
  }
144
- .checkbox__indeterminate_g36f9:active:not(.checkbox__disabled_g36f9):not(.checkbox__inactive_g36f9) .checkbox__box_g36f9 {
155
+ .checkbox__indeterminate_wa6g0:active:not(.checkbox__disabled_wa6g0):not(.checkbox__inactive_wa6g0) .checkbox__box_wa6g0 {
145
156
  background-color: rgb(255, 255, 255);
146
157
  border-color: transparent;
147
158
  }
148
- .checkbox__disabled_g36f9 .checkbox__box_g36f9 {
159
+ .checkbox__disabled_wa6g0 .checkbox__box_wa6g0 {
149
160
  background-color: #000;
150
161
  border-color: #2a2a2c;
151
162
  }
152
- .checkbox__disabled_g36f9.checkbox__checked_g36f9 .checkbox__box_g36f9 {
163
+ .checkbox__disabled_wa6g0.checkbox__checked_wa6g0 .checkbox__box_wa6g0 {
153
164
  background-color: #3a3a3c;
154
165
  border-color: transparent;
155
166
  }
156
- .checkbox__disabled_g36f9.checkbox__indeterminate_g36f9 .checkbox__box_g36f9 {
167
+ .checkbox__disabled_wa6g0.checkbox__indeterminate_wa6g0 .checkbox__box_wa6g0 {
157
168
  background-color: #3a3a3c;
158
169
  border-color: transparent;
159
170
  }
160
- .checkbox__disabled_g36f9 .checkbox__label_g36f9 {
171
+ .checkbox__disabled_wa6g0 .checkbox__label_wa6g0 {
161
172
  color: #8d8d93;
162
173
  }
163
- .checkbox__disabled_g36f9 .checkbox__hint_g36f9 {
174
+ .checkbox__disabled_wa6g0 .checkbox__hint_wa6g0 {
164
175
  color: #8d8d93;
165
176
  }
166
- .checkbox__inactive_g36f9 .checkbox__box_g36f9 {
177
+ .checkbox__inactive_wa6g0 .checkbox__box_wa6g0 {
167
178
  background-color: #3a3a3c;
168
179
  border-color: #464649;
169
180
  }
170
- .checkbox__inactive_g36f9.checkbox__checked_g36f9 .checkbox__box_g36f9 {
181
+ .checkbox__inactive_wa6g0.checkbox__checked_wa6g0 .checkbox__box_wa6g0 {
171
182
  color: #464649;
172
183
  border-color: transparent;
173
184
  }
174
- .checkbox__inactive_g36f9.checkbox__indeterminate_g36f9 .checkbox__box_g36f9 {
185
+ .checkbox__inactive_wa6g0.checkbox__indeterminate_wa6g0 .checkbox__box_wa6g0 {
175
186
  border-color: transparent;
176
187
  }
177
- .checkbox__focused_g36f9 .checkbox__box_g36f9 {
188
+ .checkbox__focused_wa6g0 .checkbox__box_wa6g0 {
178
189
  outline: 2px solid #0072ef;
179
190
  }
180
- .checkbox__label_g36f9 {
191
+ .checkbox__label_wa6g0 {
181
192
  color: #fff;
182
193
  }
183
- .checkbox__errorMessage_g36f9 {
194
+ .checkbox__errorMessage_wa6g0 {
184
195
  color: #f15045;
185
196
  }
186
- .checkbox__hint_g36f9 {
197
+ .checkbox__hint_wa6g0 {
187
198
  color: #8d8d93;
188
199
  }
189
- .checkbox__inactive_g36f9 .checkbox__indeterminateLine_g36f9 {
200
+ .checkbox__inactive_wa6g0 .checkbox__indeterminateLine_wa6g0 {
190
201
  background-color: #464649;
191
202
  }
192
- .checkbox__indeterminateLine_g36f9 {
203
+ .checkbox__indeterminateLine_wa6g0 {
193
204
  background-color: #000;
194
- }.checkbox-group__error_5gtt5 {
195
- border-left: 1px solid #f15045;
196
- }
197
- .checkbox-group__label_5gtt5 {
198
- color: #fff;
199
- }
200
- .checkbox-group__errorMessage_5gtt5 {
205
+ }.code-input__error_eki6i {
201
206
  color: #f15045;
202
207
  }
203
- .checkbox-group__hint_5gtt5 {
204
- color: #8d8d93;
205
- }.code-input__error_11htk {
206
- color: #f15045;
208
+ @keyframes code-input__shake_eki6i {
207
209
  }
208
- @keyframes code-input__shake_11htk {
209
- }
210
- .code-input__input_82zcq {
210
+ .code-input__input_y5kfe {
211
211
  background-color: #202022;
212
212
  color: #fff
213
213
  }
214
- .code-input__input_82zcq.code-input__hasError_82zcq {
214
+ .code-input__input_y5kfe.code-input__hasError_y5kfe {
215
215
  color: #f15045;
216
216
  caret-color: #fff;
217
217
  background-color: #35110d;
218
218
  }
219
- .code-input__input_82zcq.code-input__disabled_82zcq {
219
+ .code-input__input_y5kfe.code-input__disabled_y5kfe {
220
220
  color: #464649;
221
221
  }
222
- .code-input__input_82zcq:-webkit-autofill {
222
+ .code-input__input_y5kfe:-webkit-autofill {
223
223
  -webkit-text-fill-color: #fff;
224
- }.hatching-progress-bar__container_kkp1a {
224
+ }.hatching-progress-bar__container_19hm2 {
225
225
  background: rgba(255, 255, 255, 0.1);
226
226
  }
227
- .hatching-progress-bar__hatch_kkp1a {
227
+ .hatching-progress-bar__hatch_19hm2 {
228
228
  background: repeating-linear-gradient(
229
229
  -45deg,
230
230
  #464649 6px 10px,
231
231
  rgba(255, 255, 255, 0) 10px 18px
232
232
  );
233
233
  }
234
- .hatching-progress-bar__positive_kkp1a {
234
+ .hatching-progress-bar__positive_19hm2 {
235
235
  background: #2fc26e;
236
236
  }
237
- .hatching-progress-bar__attention_kkp1a {
237
+ .hatching-progress-bar__attention_19hm2 {
238
238
  background: #f6bf65;
239
239
  }
240
- .hatching-progress-bar__negative_kkp1a {
240
+ .hatching-progress-bar__negative_19hm2 {
241
241
  background: #d91d0b;
242
242
  }
243
- .hatching-progress-bar__link_kkp1a {
243
+ .hatching-progress-bar__link_19hm2 {
244
244
  background: #0072ef;
245
245
  }
246
- .hatching-progress-bar__tertiary_kkp1a {
246
+ .hatching-progress-bar__tertiary_19hm2 {
247
247
  background: #464649;
248
248
  }
249
- .hatching-progress-bar__secondary_kkp1a {
249
+ .hatching-progress-bar__secondary_19hm2 {
250
250
  background: #8d8d93;
251
251
  }
252
- .hatching-progress-bar__primary_kkp1a {
252
+ .hatching-progress-bar__primary_19hm2 {
253
253
  background: #fff;
254
254
  }
255
- .hatching-progress-bar__accent_kkp1a {
255
+ .hatching-progress-bar__accent_19hm2 {
256
256
  background: #ef3124;
257
- }.form-control__component_108d0 {
257
+ }.form-control__component_1nyob {
258
258
  color: #fff;
259
259
  }
260
- .form-control__inner_108d0 {
260
+ .form-control__inner_1nyob {
261
261
  background-color: #202022;
262
262
  }
263
- .form-control__label_108d0 {
263
+ .form-control__label_1nyob {
264
264
  color: #8d8d93;
265
265
  }
266
- .form-control__hint_108d0 {
266
+ .form-control__hint_1nyob {
267
267
  color: #8d8d93;
268
268
  }
269
- .form-control__disabled_108d0 {
269
+ .form-control__disabled_1nyob {
270
270
  background-color: #202022;
271
271
  color: #8d8d93;
272
272
  }
273
- .form-control__focused_108d0.form-control__inner_108d0 {
273
+ .form-control__focused_1nyob.form-control__inner_1nyob {
274
274
  background-color: #202022;
275
275
  }
276
- .form-control__inner_108d0:not(.form-control__disabled_108d0):hover {
276
+ .form-control__inner_1nyob:not(.form-control__disabled_1nyob):hover {
277
277
  background-color: #202022;
278
278
  }
279
- .form-control__error_108d0 {
279
+ .form-control__error_1nyob {
280
280
  color: #f15045;
281
281
  }
282
- .form-control__hasError_108d0 .form-control__label_108d0 {
282
+ .form-control__hasError_1nyob .form-control__label_1nyob {
283
283
  color: #f15045;
284
284
  }
285
285
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
286
286
  }
287
- .form-control__component_1lnyo {
287
+ .form-control__component_15b3d {
288
288
  color: #000;
289
289
  }
290
- .form-control__inner_1lnyo {
290
+ .form-control__inner_15b3d {
291
291
  background-color: #f3f4f5;
292
292
  }
293
- .form-control__label_1lnyo {
293
+ .form-control__label_15b3d {
294
294
  color: rgba(60, 60, 67, 0.6);
295
295
  }
296
- .form-control__hint_1lnyo {
296
+ .form-control__hint_15b3d {
297
297
  color: rgba(60, 60, 67, 0.6);
298
298
  }
299
- .form-control__disabled_1lnyo {
299
+ .form-control__disabled_15b3d {
300
300
  background-color: #f3f4f5;
301
301
  color: rgba(60, 60, 67, 0.6);
302
302
  }
303
- .form-control__focused_1lnyo.form-control__inner_1lnyo {
303
+ .form-control__focused_15b3d.form-control__inner_15b3d {
304
304
  background-color: #f3f4f5;
305
305
  }
306
- .form-control__inner_1lnyo:not(.form-control__disabled_1lnyo):hover {
306
+ .form-control__inner_15b3d:not(.form-control__disabled_15b3d):hover {
307
307
  background-color: #f3f4f5;
308
308
  }
309
- .form-control__error_1lnyo {
309
+ .form-control__error_15b3d {
310
310
  color: #ef3124;
311
311
  }
312
- .form-control__hasError_1lnyo .form-control__label_1lnyo {
312
+ .form-control__hasError_15b3d .form-control__label_15b3d {
313
313
  color: #ef3124;
314
- }@keyframes loader__blink_yomi9 {
315
- }.list__list_1iy3l {
316
- color: #fff;
317
- }
318
- .list__slot_1iy3l {
319
- color: #fff;
320
- }.icon-view__component_3280v {
314
+ }@keyframes loader__blink_b1wst {
315
+ }.icon-view__component_278es {
321
316
  color: rgba(235, 235, 245, 0.6);
322
317
  }
323
- .icon-view__bg_3280v {
318
+ .icon-view__bg_278es {
324
319
  fill: #f3f4f5;
325
320
  }
326
- .icon-view__border_3280v {
321
+ .icon-view__border_278es {
327
322
  stroke: rgba(255, 255, 255, 0.1);
328
323
  fill: transparent;
324
+ }.list__list_7tk89 {
325
+ color: #fff;
326
+ }
327
+ .list__slot_7tk89 {
328
+ color: #fff;
329
329
  }@media (max-width: 599px) {
330
330
  }
331
331
  @media (min-width: 360px) {
@@ -374,170 +374,159 @@
374
374
  }
375
375
  @media (min-width: 1920px) {
376
376
  }
377
- .link__primary_17rb5 {
377
+ .link__primary_18q8t {
378
378
  color: #fff;
379
379
  border-bottom-color: #fff
380
380
  }
381
- .link__primary_17rb5:hover {
381
+ .link__primary_18q8t:hover {
382
382
  color: rgb(255, 255, 255);
383
383
  }
384
- .link__primary_17rb5:active {
384
+ .link__primary_18q8t:active {
385
385
  color: rgb(255, 255, 255);
386
386
  }
387
- .link__secondary_17rb5 {
387
+ .link__secondary_18q8t {
388
388
  color: #8d8d93;
389
389
  border-bottom-color: #8d8d93
390
390
  }
391
- .link__secondary_17rb5:hover {
391
+ .link__secondary_18q8t:hover {
392
392
  color: rgb(164, 164, 169);
393
393
  }
394
- .link__secondary_17rb5:active {
394
+ .link__secondary_18q8t:active {
395
395
  color: rgb(187, 187, 190);
396
396
  }
397
- .link__defaultView_17rb5 {
397
+ .link__defaultView_18q8t {
398
398
  color: #0072ef;
399
399
  border-bottom-color: #0072ef
400
400
  }
401
- .link__defaultView_17rb5:hover {
401
+ .link__defaultView_18q8t:hover {
402
402
  color: rgb(51, 142, 242);
403
403
  }
404
- .link__defaultView_17rb5:active {
404
+ .link__defaultView_18q8t:active {
405
405
  color: rgb(102, 170, 245);
406
406
  }
407
- .link__component_1ll4y:hover .link__text_1ll4y,
408
- .link__component_1ll4y:active .link__text_1ll4y {
407
+ .link__component_yceuy:hover .link__text_yceuy,
408
+ .link__component_yceuy:active .link__text_yceuy {
409
409
  border-bottom-color: rgba(0, 0, 0, 0);
410
410
  }
411
- .link__focused_1ll4y {
411
+ .link__focused_yceuy {
412
412
  outline: 2px solid #0072ef;
413
413
  }
414
- .link__primary_1l3r3 {
414
+ .link__primary_cmovb {
415
415
  color: #000;
416
416
  border-bottom-color: #000
417
417
  }
418
- .link__primary_1l3r3:hover {
418
+ .link__primary_cmovb:hover {
419
419
  color: rgb(204, 204, 204);
420
420
  }
421
- .link__primary_1l3r3:active {
421
+ .link__primary_cmovb:active {
422
422
  color: rgb(153, 153, 153);
423
423
  }
424
- .link__secondary_1l3r3 {
424
+ .link__secondary_cmovb {
425
425
  color: #8a8a8e;
426
426
  border-bottom-color: #8a8a8e
427
427
  }
428
- .link__secondary_1l3r3:hover {
428
+ .link__secondary_cmovb:hover {
429
429
  color: rgb(146, 150, 156);
430
430
  }
431
- .link__secondary_1l3r3:active {
431
+ .link__secondary_cmovb:active {
432
432
  color: rgb(109, 113, 117);
433
433
  }
434
- .link__defaultView_1l3r3 {
434
+ .link__defaultView_cmovb {
435
435
  color: #0072ef;
436
436
  border-bottom-color: #0072ef
437
437
  }
438
- .link__defaultView_1l3r3:hover {
438
+ .link__defaultView_cmovb:hover {
439
439
  color: rgb(0, 98, 204);
440
440
  }
441
- .link__defaultView_1l3r3:active {
441
+ .link__defaultView_cmovb:active {
442
442
  color: rgb(0, 73, 153);
443
- }.progress-bar__container_4yco7 {
443
+ }.progress-bar__container_8lh45 {
444
444
  background: rgba(255, 255, 255, 0.1)
445
445
  }
446
- .progress-bar__filled_4yco7.progress-bar__positive_4yco7 {
446
+ .progress-bar__filled_8lh45.progress-bar__positive_8lh45 {
447
447
  background: #2fc26e;
448
448
  }
449
- .progress-bar__filled_4yco7.progress-bar__negative_4yco7 {
449
+ .progress-bar__filled_8lh45.progress-bar__negative_8lh45 {
450
450
  background: #d91d0b;
451
451
  }
452
- .progress-bar__filled_4yco7.progress-bar__attention_4yco7 {
452
+ .progress-bar__filled_8lh45.progress-bar__attention_8lh45 {
453
453
  background: #f6bf65;
454
454
  }
455
- .progress-bar__filled_4yco7.progress-bar__link_4yco7 {
455
+ .progress-bar__filled_8lh45.progress-bar__link_8lh45 {
456
456
  background: #0072ef;
457
457
  }
458
- .progress-bar__filled_4yco7.progress-bar__tertiary_4yco7 {
458
+ .progress-bar__filled_8lh45.progress-bar__tertiary_8lh45 {
459
459
  background: #464649;
460
460
  }
461
- .progress-bar__filled_4yco7.progress-bar__secondary_4yco7 {
461
+ .progress-bar__filled_8lh45.progress-bar__secondary_8lh45 {
462
462
  background: #8d8d93;
463
463
  }
464
- .progress-bar__filled_4yco7.progress-bar__primary_4yco7 {
464
+ .progress-bar__filled_8lh45.progress-bar__primary_8lh45 {
465
465
  background: #fff;
466
466
  }
467
- .progress-bar__filled_4yco7.progress-bar__accent_4yco7 {
467
+ .progress-bar__filled_8lh45.progress-bar__accent_8lh45 {
468
468
  background: #ef3124;
469
- }.pure-input__input_1qagq {
469
+ }.pure-input__input_iwqvg {
470
470
  color: #fff;
471
471
  caret-color: #0072ef;
472
472
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
473
473
  }
474
- .pure-input__input_1qagq:-webkit-autofill {
474
+ .pure-input__input_iwqvg:-webkit-autofill {
475
475
  -webkit-text-fill-color: #fff;
476
476
  }
477
- .pure-input__input_1qagq::placeholder {
477
+ .pure-input__input_iwqvg::placeholder {
478
478
  color: #8d8d93;
479
479
  }
480
- .pure-input__hasLabel_1qagq::placeholder {
480
+ .pure-input__hasLabel_iwqvg::placeholder {
481
481
  color: #464649;
482
482
  }
483
- .pure-input__clearIcon_1qagq {
483
+ .pure-input__clearIcon_iwqvg {
484
484
  color: #fff;
485
485
  }
486
- .pure-input__input_1qagq:read-only {
486
+ .pure-input__input_iwqvg:read-only {
487
487
  color: #8d8d93
488
488
  }
489
- .pure-input__input_1qagq:read-only:focus::placeholder {
489
+ .pure-input__input_iwqvg:read-only:focus::placeholder {
490
490
  color: #8d8d93;
491
491
  }
492
- .pure-input__input_1qagq:disabled {
492
+ .pure-input__input_iwqvg:disabled {
493
493
  color: #fff;
494
494
  -webkit-text-fill-color: #fff;
495
495
  }
496
- .pure-input__input_1qagq:focus::placeholder {
496
+ .pure-input__input_iwqvg:focus::placeholder {
497
497
  color: rgba(235, 235, 245, 0.3);
498
498
  }
499
- .pure-input__error_1qagq {
499
+ .pure-input__error_iwqvg {
500
500
  color: #f15045;
501
501
  caret-color: #f15045;
502
502
  }
503
- .pure-input__component_1qagq {
503
+ .pure-input__component_iwqvg {
504
504
  color: #fff;
505
505
  background-color: #202022;
506
506
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
507
507
  }
508
- .pure-input__component_1qagq::placeholder {
508
+ .pure-input__component_iwqvg::placeholder {
509
509
  color: #8d8d93;
510
510
  }
511
- .pure-input__component_1qagq:disabled {
511
+ .pure-input__component_iwqvg:disabled {
512
512
  color: #fff;
513
513
  background-color: #202022;
514
514
  }
515
- .pure-input__component_1qagq:not(:disabled):focus::placeholder {
515
+ .pure-input__component_iwqvg:not(:disabled):focus::placeholder {
516
516
  color: rgba(235, 235, 245, 0.3);
517
517
  }
518
- .pure-input__focusVisible_1qagq {
518
+ .pure-input__focusVisible_iwqvg {
519
519
  outline: 2px solid #0072ef;
520
520
  }
521
- .pure-input__component_1qagq:not(:disabled):hover {
521
+ .pure-input__component_iwqvg:not(:disabled):hover {
522
522
  background-color: #202022;
523
- }.radio-group__error_1ms5h {
524
- border-left: 1px solid #f15045;
525
- }
526
- .radio-group__label_1ms5h {
527
- color: #fff;
528
- }
529
- .radio-group__errorMessage_1ms5h {
530
- color: #f15045;
531
- }
532
- .radio-group__hint_1ms5h {
533
- color: #8d8d93;
534
- }.skeleton__component_1j5qk {
523
+ }.skeleton__component_2lpvd {
535
524
  color: transparent;
536
525
  }
537
- .skeleton__component_1j5qk:before {
526
+ .skeleton__component_2lpvd:before {
538
527
  background: rgba(255, 255, 255, 0.1);
539
528
  }
540
- .skeleton__animate_1j5qk:after {
529
+ .skeleton__animate_2lpvd:after {
541
530
  background: rgba(255, 255, 255, 0.1);
542
531
  background-image: linear-gradient(
543
532
  to left,
@@ -548,338 +537,349 @@
548
537
  rgba(0, 0, 0, 0)
549
538
  );
550
539
  }
551
- @keyframes skeleton__gradient_1j5qk {
540
+ @keyframes skeleton__gradient_2lpvd {
552
541
  }
553
- @keyframes skeleton__background_1j5qk {
542
+ @keyframes skeleton__background_2lpvd {
554
543
  0% {
555
544
  background: rgb(182, 188, 195);
556
545
  }
557
546
  100% {
558
547
  background: rgb(198, 205, 214);
559
548
  }
560
- }.radio__container_1viz7:not(.radio__checked_1viz7):not(.radio__disabled_1viz7):not(.radio__inactive_1viz7) .radio__circle_1viz7 {
549
+ }.radio-group__error_54kp6 {
550
+ border-left: 1px solid #f15045;
551
+ }
552
+ .radio-group__label_54kp6 {
553
+ color: #fff;
554
+ }
555
+ .radio-group__errorMessage_54kp6 {
556
+ color: #f15045;
557
+ }
558
+ .radio-group__hint_54kp6 {
559
+ color: #8d8d93;
560
+ }.radio__container_o5mdl:not(.radio__checked_o5mdl):not(.radio__disabled_o5mdl):not(.radio__inactive_o5mdl) .radio__circle_o5mdl {
561
561
  background-color: #000;
562
562
  border: 1.5px solid #8d8d93;
563
563
  }
564
- .radio__container_1viz7:not(.radio__checked_1viz7):not(.radio__disabled_1viz7):not(.radio__inactive_1viz7):hover:not(:active) .radio__circle_1viz7 {
564
+ .radio__container_o5mdl:not(.radio__checked_o5mdl):not(.radio__disabled_o5mdl):not(.radio__inactive_o5mdl):hover:not(:active) .radio__circle_o5mdl {
565
565
  background-color: #000;
566
566
  border-color: #8d8d93;
567
567
  }
568
- .radio__container_1viz7:not(.radio__checked_1viz7):not(.radio__disabled_1viz7):not(.radio__inactive_1viz7):active .radio__circle_1viz7 {
568
+ .radio__container_o5mdl:not(.radio__checked_o5mdl):not(.radio__disabled_o5mdl):not(.radio__inactive_o5mdl):active .radio__circle_o5mdl {
569
569
  background-color: #000;
570
570
  border-color: #fff;
571
571
  }
572
- .radio__container_1viz7.radio__disabled_1viz7 .radio__circle_1viz7 {
572
+ .radio__container_o5mdl.radio__disabled_o5mdl .radio__circle_o5mdl {
573
573
  background-color: #000;
574
574
  border: 1.5px solid #2a2a2c;
575
575
  }
576
- .radio__container_1viz7.radio__disabled_1viz7 .radio__label_1viz7 {
576
+ .radio__container_o5mdl.radio__disabled_o5mdl .radio__label_o5mdl {
577
577
  color: #8d8d93;
578
578
  }
579
- .radio__container_1viz7.radio__disabled_1viz7 .radio__hint_1viz7 {
579
+ .radio__container_o5mdl.radio__disabled_o5mdl .radio__hint_o5mdl {
580
580
  color: #8d8d93;
581
581
  }
582
- .radio__container_1viz7.radio__inactive_1viz7 .radio__circle_1viz7 {
582
+ .radio__container_o5mdl.radio__inactive_o5mdl .radio__circle_o5mdl {
583
583
  background-color: #3a3a3c;
584
584
  border: 1px solid #464649;
585
585
  }
586
- .radio__container_1viz7.radio__inactive_1viz7.radio__checked_1viz7 .radio__circle_1viz7:before {
586
+ .radio__container_o5mdl.radio__inactive_o5mdl.radio__checked_o5mdl .radio__circle_o5mdl:before {
587
587
  background-color: #464649;
588
588
  }
589
- .radio__container_1viz7.radio__checked_1viz7 .radio__circle_1viz7 {
589
+ .radio__container_o5mdl.radio__checked_o5mdl .radio__circle_o5mdl {
590
590
  background-color: #fff;
591
591
  border: 1.5px solid transparent;
592
592
  }
593
- .radio__container_1viz7.radio__checked_1viz7:hover .radio__circle_1viz7 {
593
+ .radio__container_o5mdl.radio__checked_o5mdl:hover .radio__circle_o5mdl {
594
594
  background-color: rgb(255, 255, 255);
595
595
  border-color: transparent;
596
596
  }
597
- .radio__container_1viz7.radio__checked_1viz7:active .radio__circle_1viz7 {
597
+ .radio__container_o5mdl.radio__checked_o5mdl:active .radio__circle_o5mdl {
598
598
  background-color: rgb(255, 255, 255);
599
599
  border-color: transparent;
600
600
  }
601
- .radio__container_1viz7.radio__focused_1viz7 .radio__circle_1viz7 {
601
+ .radio__container_o5mdl.radio__focused_o5mdl .radio__circle_o5mdl {
602
602
  outline: 2px solid #0072ef;
603
603
  }
604
- .radio__container_1viz7.radio__disabled_1viz7.radio__checked_1viz7 .radio__circle_1viz7,
605
- .radio__container_1viz7.radio__inactive_1viz7.radio__checked_1viz7 .radio__circle_1viz7 {
604
+ .radio__container_o5mdl.radio__disabled_o5mdl.radio__checked_o5mdl .radio__circle_o5mdl,
605
+ .radio__container_o5mdl.radio__inactive_o5mdl.radio__checked_o5mdl .radio__circle_o5mdl {
606
606
  background-color: #3a3a3c;
607
607
  border-color: transparent;
608
608
  }
609
- .radio__circle_1viz7:before {
609
+ .radio__circle_o5mdl:before {
610
610
  background-color: #000;
611
611
  }
612
- .radio__label_1viz7 {
612
+ .radio__label_o5mdl {
613
613
  color: #fff;
614
614
  }
615
- .radio__hint_1viz7 {
615
+ .radio__hint_o5mdl {
616
616
  color: #8d8d93;
617
- }.slider__progress_1v8d1 {
617
+ }.slider__progress_aam68 {
618
618
  background: #2a2a2c;
619
619
  }
620
- .slider__progress_1v8d1::-moz-progress-bar {
620
+ .slider__progress_aam68::-moz-progress-bar {
621
621
  background: #d91d0b;
622
622
  }
623
- .slider__progress_1v8d1::-ms-fill {
623
+ .slider__progress_aam68::-ms-fill {
624
624
  background: #d91d0b;
625
625
  }
626
- .slider__progress_1v8d1::-webkit-progress-value {
626
+ .slider__progress_aam68::-webkit-progress-value {
627
627
  background: #d91d0b;
628
628
  }
629
- .slider__progress_1v8d1::-webkit-progress-bar {
629
+ .slider__progress_aam68::-webkit-progress-bar {
630
630
  background: transparent;
631
631
  }
632
- .slider__range_1v8d1,
633
- .slider__range_1v8d1:focus {
632
+ .slider__range_aam68,
633
+ .slider__range_aam68:focus {
634
634
  background: transparent;
635
635
  border-color: transparent;
636
636
  color: transparent;
637
637
  }
638
- .slider__range_1v8d1::-ms-track {
638
+ .slider__range_aam68::-ms-track {
639
639
  background: transparent;
640
640
  border-color: transparent;
641
641
  color: transparent;
642
642
  }
643
- .slider__range_1v8d1::-ms-fill-lower {
643
+ .slider__range_aam68::-ms-fill-lower {
644
644
  background: transparent;
645
645
  }
646
- .slider__range_1v8d1::-ms-fill-upper {
646
+ .slider__range_aam68::-ms-fill-upper {
647
647
  background: transparent;
648
648
  }
649
- .slider__range_1v8d1::-webkit-slider-thumb {
649
+ .slider__range_aam68::-webkit-slider-thumb {
650
650
  background: #ef3124;
651
651
  box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
652
652
  }
653
- .slider__range_1v8d1::-ms-thumb {
653
+ .slider__range_aam68::-ms-thumb {
654
654
  background: #ef3124;
655
655
  box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
656
656
  }
657
- .slider__range_1v8d1::-moz-range-thumb {
657
+ .slider__range_aam68::-moz-range-thumb {
658
658
  background: #ef3124;
659
659
  box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
660
660
  }
661
- .slider__focused_1v8d1::-webkit-slider-thumb {
661
+ .slider__focused_aam68::-webkit-slider-thumb {
662
662
  outline: 2px solid #0072ef;
663
663
  }
664
- .slider__focused_1v8d1::-ms-thumb {
664
+ .slider__focused_aam68::-ms-thumb {
665
665
  outline: 2px solid #0072ef;
666
666
  }
667
- .slider__component_1v8d1:hover .slider__progress_1v8d1 {
667
+ .slider__component_aam68:hover .slider__progress_aam68 {
668
668
  background: #2a2a2c
669
669
  }
670
- .slider__component_1v8d1:hover .slider__progress_1v8d1::-moz-progress-bar {
670
+ .slider__component_aam68:hover .slider__progress_aam68::-moz-progress-bar {
671
671
  background: #d91d0b;
672
672
  }
673
- .slider__component_1v8d1:hover .slider__progress_1v8d1::-ms-fill {
673
+ .slider__component_aam68:hover .slider__progress_aam68::-ms-fill {
674
674
  background: #d91d0b;
675
675
  }
676
- .slider__component_1v8d1:hover .slider__progress_1v8d1::-webkit-progress-value {
676
+ .slider__component_aam68:hover .slider__progress_aam68::-webkit-progress-value {
677
677
  background: #d91d0b;
678
678
  }
679
- .slider__component_1v8d1:hover .slider__range_1v8d1::-webkit-slider-thumb {
679
+ .slider__component_aam68:hover .slider__range_aam68::-webkit-slider-thumb {
680
680
  background: #ef3124;
681
681
  }
682
- .slider__component_1v8d1:hover .slider__range_1v8d1::-ms-thumb {
682
+ .slider__component_aam68:hover .slider__range_aam68::-ms-thumb {
683
683
  background: #ef3124;
684
684
  }
685
- .slider__component_1v8d1:hover .slider__range_1v8d1::-moz-range-thumb {
685
+ .slider__component_aam68:hover .slider__range_aam68::-moz-range-thumb {
686
686
  background: #ef3124;
687
- }@keyframes spinner__spin_animation_lzpzd {
688
- }.status__soft_sz8de.status__green_sz8de {
687
+ }@keyframes spinner__spin_animation_qvviw {
688
+ }.status__soft_1uuy0.status__green_1uuy0 {
689
689
  background: rgba(19, 164, 99, 0.1);
690
690
  color: #13a463;
691
691
  }
692
- .status__soft_sz8de.status__orange_sz8de {
692
+ .status__soft_1uuy0.status__orange_1uuy0 {
693
693
  background: rgba(222, 106, 0, 0.1);
694
694
  color: #de6a00;
695
695
  }
696
- .status__soft_sz8de.status__red_sz8de {
696
+ .status__soft_1uuy0.status__red_1uuy0 {
697
697
  background: rgba(217, 29, 11, 0.1);
698
698
  color: #d91d0b;
699
699
  }
700
- .status__soft_sz8de.status__blue_sz8de {
700
+ .status__soft_1uuy0.status__blue_1uuy0 {
701
701
  background: rgba(0, 122, 255, 0.1);
702
702
  color: #007aff;
703
703
  }
704
- .status__soft_sz8de.status__grey_sz8de {
704
+ .status__soft_1uuy0.status__grey_1uuy0 {
705
705
  background: rgba(109, 121, 134, 0.1);
706
706
  color: #6d7986;
707
707
  }
708
- .status__soft_sz8de.status__teal_sz8de {
708
+ .status__soft_1uuy0.status__teal_1uuy0 {
709
709
  background: rgba(33, 145, 135, 0.1);
710
710
  color: #219187;
711
711
  }
712
- .status__soft_sz8de.status__purple_sz8de {
712
+ .status__soft_1uuy0.status__purple_1uuy0 {
713
713
  background: rgba(103, 58, 183, 0.1);
714
714
  color: #673ab7;
715
715
  }
716
- .status__contrast_sz8de {
716
+ .status__contrast_1uuy0 {
717
717
  color: #000
718
718
  }
719
- .status__contrast_sz8de.status__green_sz8de {
719
+ .status__contrast_1uuy0.status__green_1uuy0 {
720
720
  background: #13a463;
721
721
  }
722
- .status__contrast_sz8de.status__orange_sz8de {
722
+ .status__contrast_1uuy0.status__orange_1uuy0 {
723
723
  background: #de6a00;
724
724
  }
725
- .status__contrast_sz8de.status__red_sz8de {
725
+ .status__contrast_1uuy0.status__red_1uuy0 {
726
726
  background: #d91d0b;
727
727
  }
728
- .status__contrast_sz8de.status__blue_sz8de {
728
+ .status__contrast_1uuy0.status__blue_1uuy0 {
729
729
  background: #007aff;
730
730
  }
731
- .status__contrast_sz8de.status__grey_sz8de {
731
+ .status__contrast_1uuy0.status__grey_1uuy0 {
732
732
  background: #6d7986;
733
733
  }
734
- .status__contrast_sz8de.status__teal_sz8de {
734
+ .status__contrast_1uuy0.status__teal_1uuy0 {
735
735
  background: #219187;
736
736
  }
737
- .status__contrast_sz8de.status__purple_sz8de {
737
+ .status__contrast_1uuy0.status__purple_1uuy0 {
738
738
  background: #673ab7;
739
- }.switch__component_2fvwp {
739
+ }.switch__component_1rwke {
740
740
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
741
741
  }
742
- .switch__switch_2fvwp {
742
+ .switch__switch_1rwke {
743
743
  background-color: #8d8d93;
744
744
  border: 2px solid #8d8d93;
745
745
  }
746
- .switch__switch_2fvwp:before {
746
+ .switch__switch_1rwke:before {
747
747
  background-color: #000;
748
748
  }
749
- .switch__label_2fvwp {
749
+ .switch__label_1rwke {
750
750
  color: #fff;
751
751
  }
752
- .switch__hint_2fvwp {
752
+ .switch__hint_1rwke {
753
753
  color: #8d8d93;
754
754
  }
755
- .switch__checked_2fvwp .switch__switch_2fvwp {
755
+ .switch__checked_1rwke .switch__switch_1rwke {
756
756
  background-color: #ef3124;
757
757
  border-color: #ef3124;
758
758
  }
759
- .switch__disabled_2fvwp .switch__switch_2fvwp {
759
+ .switch__disabled_1rwke .switch__switch_1rwke {
760
760
  background-color: #2a2a2c;
761
761
  border-color: #2a2a2c;
762
762
  }
763
- .switch__disabled_2fvwp .switch__label_2fvwp {
763
+ .switch__disabled_1rwke .switch__label_1rwke {
764
764
  color: #8d8d93;
765
765
  }
766
- .switch__disabled_2fvwp .switch__hint_2fvwp {
766
+ .switch__disabled_1rwke .switch__hint_1rwke {
767
767
  color: #8d8d93;
768
768
  }
769
- .switch__inactive_2fvwp .switch__switch_2fvwp {
769
+ .switch__inactive_1rwke .switch__switch_1rwke {
770
770
  background-color: #2a2a2c;
771
771
  border-color: #2a2a2c
772
772
  }
773
- .switch__inactive_2fvwp .switch__switch_2fvwp:before {
773
+ .switch__inactive_1rwke .switch__switch_1rwke:before {
774
774
  background-color: #464649;
775
775
  }
776
- .switch__focused_2fvwp .switch__switch_2fvwp {
776
+ .switch__focused_1rwke .switch__switch_1rwke {
777
777
  outline: 2px solid #0072ef;
778
- }.tag__component_1gosx {
778
+ }.tag__component_vadt9 {
779
779
  color: #fff;
780
780
  border-color: transparent;
781
781
  background-color: #202022
782
782
  }
783
- .tag__component_1gosx:disabled {
783
+ .tag__component_vadt9:disabled {
784
784
  border-color: transparent;
785
785
  color: #464649;
786
786
  background-color: rgba(32, 32, 34, 0.3);
787
787
  }
788
- .tag__component_1gosx:hover:not(:disabled) {
788
+ .tag__component_vadt9:hover:not(:disabled) {
789
789
  border-color: transparent;
790
790
  background-color: #202022;
791
791
  }
792
- .tag__component_1gosx:active:not(:disabled) {
792
+ .tag__component_vadt9:active:not(:disabled) {
793
793
  border-color: transparent;
794
794
  background-color: rgb(65, 65, 67);
795
795
  color: #fff;
796
796
  }
797
- .tag__checked_1gosx {
797
+ .tag__checked_vadt9 {
798
798
  border-color: transparent;
799
799
  background-color: #f3f4f5;
800
800
  color: #000
801
801
  }
802
- .tag__checked_1gosx:disabled {
802
+ .tag__checked_vadt9:disabled {
803
803
  background-color: rgba(243, 244, 245, 0.3);
804
804
  border-color: transparent;
805
805
  color: #000;
806
806
  }
807
- .tag__checked_1gosx:hover:not(:disabled):not(:active) {
807
+ .tag__checked_vadt9:hover:not(:disabled):not(:active) {
808
808
  background-color: #f3f4f5;
809
809
  }
810
- .tag__checked_1gosx:active:not(:disabled) {
810
+ .tag__checked_vadt9:active:not(:disabled) {
811
811
  background-color: rgb(194, 195, 196);
812
812
  color: #000;
813
813
  }
814
- .tag__focused_1u53r {
814
+ .tag__focused_1dvl6 {
815
815
  outline: 2px solid #0072ef;
816
816
  }
817
- .tag__component_necwq {
817
+ .tag__component_id1zw {
818
818
  color: #fff;
819
819
  border-color: #464649;
820
820
  background-color: transparent
821
821
  }
822
- .tag__component_necwq:disabled {
822
+ .tag__component_id1zw:disabled {
823
823
  border-color: #2b2b2e;
824
824
  color: #464649;
825
825
  background-color: transparent;
826
826
  }
827
- .tag__component_necwq:hover:not(:disabled) {
827
+ .tag__component_id1zw:hover:not(:disabled) {
828
828
  border-color: #fff;
829
829
  background-color: transparent;
830
830
  }
831
- .tag__component_necwq:active:not(:disabled) {
831
+ .tag__component_id1zw:active:not(:disabled) {
832
832
  border-color: #fff;
833
833
  background-color: rgba(255, 255, 255, 0.07);
834
834
  color: #fff;
835
835
  }
836
- .tag__checked_necwq {
836
+ .tag__checked_id1zw {
837
837
  border-color: #fff;
838
838
  background-color: #fff;
839
839
  color: #000
840
840
  }
841
- .tag__checked_necwq:disabled {
841
+ .tag__checked_id1zw:disabled {
842
842
  background-color: rgba(255, 255, 255, 0.3);
843
843
  border-color: transparent;
844
844
  color: #000;
845
845
  }
846
- .tag__checked_necwq:active:not(:disabled) {
846
+ .tag__checked_id1zw:active:not(:disabled) {
847
847
  background-color: rgb(217, 217, 217);
848
848
  color: #000;
849
- }.typography__tertiary_1prah {
849
+ }.typography__tertiary_hrm7x {
850
850
  color: #464649;
851
851
  }
852
- .typography__disabled_1prah {
852
+ .typography__disabled_hrm7x {
853
853
  color: #2a2a2c;
854
854
  }
855
- .typography__accent_1prah {
855
+ .typography__accent_hrm7x {
856
856
  color: #ef3124;
857
857
  }
858
- .typography__primary_1prah {
858
+ .typography__primary_hrm7x {
859
859
  color: #fff;
860
860
  }
861
- .typography__attention_1prah {
861
+ .typography__attention_hrm7x {
862
862
  color: #cb830f;
863
863
  }
864
- .typography__positive_1prah {
864
+ .typography__positive_hrm7x {
865
865
  color: #13a463;
866
866
  }
867
- .typography__secondary_1prah {
867
+ .typography__secondary_hrm7x {
868
868
  color: #8d8d93;
869
869
  }
870
- .typography__tertiary-inverted_1prah {
870
+ .typography__tertiary-inverted_hrm7x {
871
871
  color: #c5c5c7;
872
872
  }
873
- .typography__primary-inverted_1prah {
873
+ .typography__primary-inverted_hrm7x {
874
874
  color: #000;
875
875
  }
876
- .typography__secondary-inverted_1prah {
876
+ .typography__secondary-inverted_hrm7x {
877
877
  color: #8a8a8e;
878
878
  }
879
- .typography__link_1prah {
879
+ .typography__link_hrm7x {
880
880
  color: #0072ef;
881
881
  }
882
- .typography__negative_1prah {
882
+ .typography__negative_hrm7x {
883
883
  color: #f15045;
884
884
  }
885
885
 
@@ -889,695 +889,695 @@
889
889
  @media screen and (min-width: 600px) {
890
890
  }
891
891
  @media screen and (min-width: 1024px) {
892
- }.button__primary_154v8 {
892
+ }.button__primary_bqprq {
893
893
  color: #000;
894
894
  background-color: #f3f4f5
895
895
  }
896
- .button__primary_154v8:hover {
896
+ .button__primary_bqprq:hover {
897
897
  background-color: rgb(207, 207, 208);
898
898
  }
899
- .button__primary_154v8:active {
899
+ .button__primary_bqprq:active {
900
900
  background-color: rgb(194, 195, 196);
901
901
  }
902
- .button__secondary_154v8 {
902
+ .button__secondary_bqprq {
903
903
  color: #fff;
904
904
  background-color: rgba(255, 255, 255, 0.1);
905
905
  border: 1px solid transparent
906
906
  }
907
- .button__secondary_154v8:hover {
907
+ .button__secondary_bqprq:hover {
908
908
  background-color: rgba(255, 255, 255, 0.163);
909
909
  }
910
- .button__secondary_154v8:active {
910
+ .button__secondary_bqprq:active {
911
911
  background-color: rgba(255, 255, 255, 0.235);
912
912
  }
913
- .button__outlined_154v8 {
913
+ .button__outlined_bqprq {
914
914
  color: #fff;
915
915
  background-color: transparent;
916
916
  border: 1px solid #c5c5c7
917
917
  }
918
- .button__outlined_154v8:hover {
918
+ .button__outlined_bqprq:hover {
919
919
  background-color: rgba(0, 0, 0, 0.07);
920
920
  }
921
- .button__outlined_154v8:active {
921
+ .button__outlined_bqprq:active {
922
922
  background-color: rgba(0, 0, 0, 0.15);
923
923
  }
924
- .button__tertiary_154v8 {
924
+ .button__tertiary_bqprq {
925
925
  color: #fff;
926
926
  background-color: transparent;
927
927
  border: 1px solid #c5c5c7
928
928
  }
929
- .button__tertiary_154v8:hover {
929
+ .button__tertiary_bqprq:hover {
930
930
  background-color: rgba(255, 255, 255, 0.07);
931
931
  }
932
- .button__tertiary_154v8:active {
932
+ .button__tertiary_bqprq:active {
933
933
  background-color: rgba(255, 255, 255, 0.15);
934
934
  }
935
- .button__filled_154v8 {
935
+ .button__filled_bqprq {
936
936
  color: #fff;
937
937
  background-color: #3a3a3c
938
938
  }
939
- .button__filled_154v8:hover {
939
+ .button__filled_bqprq:hover {
940
940
  background-color: rgb(72, 72, 74);
941
941
  }
942
- .button__filled_154v8:active {
942
+ .button__filled_bqprq:active {
943
943
  background-color: rgb(88, 88, 89);
944
944
  }
945
- .button__transparent_154v8 {
945
+ .button__transparent_bqprq {
946
946
  color: #fff;
947
947
  background-color: rgba(255, 255, 255, 0.1)
948
948
  }
949
- .button__transparent_154v8:hover {
949
+ .button__transparent_bqprq:hover {
950
950
  background-color: rgba(255, 255, 255, 0.2);
951
951
  }
952
- .button__transparent_154v8:active {
952
+ .button__transparent_bqprq:active {
953
953
  background-color: rgba(255, 255, 255, 0.4);
954
954
  }
955
- .button__link_154v8 {
955
+ .button__link_bqprq {
956
956
  color: #fff;
957
957
  background-color: transparent
958
958
  }
959
- .button__link_154v8:hover {
959
+ .button__link_bqprq:hover {
960
960
  background-color: rgba(255, 255, 255, 0.163);
961
961
  }
962
- .button__link_154v8:active {
962
+ .button__link_bqprq:active {
963
963
  background-color: rgba(255, 255, 255, 0.235);
964
964
  }
965
- .button__ghost_154v8 {
965
+ .button__ghost_bqprq {
966
966
  color: #fff
967
967
  }
968
- .button__ghost_154v8:hover {
968
+ .button__ghost_bqprq:hover {
969
969
  color: rgb(179, 179, 179);
970
970
  }
971
- .button__ghost_154v8:active {
971
+ .button__ghost_bqprq:active {
972
972
  color: rgb(128, 128, 128);
973
973
  }
974
- .button__component_154v8:disabled.button__primary_154v8 {
974
+ .button__component_bqprq:disabled.button__primary_bqprq {
975
975
  color: rgba(60, 60, 67, 0.3);
976
976
  background-color: #f3f4f5
977
977
  }
978
- .button__component_154v8:disabled.button__primary_154v8.button__loading_154v8 {
978
+ .button__component_bqprq:disabled.button__primary_bqprq.button__loading_bqprq {
979
979
  background-color: #f3f4f5;
980
980
  }
981
- .button__component_154v8:disabled.button__secondary_154v8 {
981
+ .button__component_bqprq:disabled.button__secondary_bqprq {
982
982
  color: rgba(255, 255, 255, 0.3);
983
983
  background-color: rgba(255, 255, 255, 0.05);
984
984
  border-color: transparent
985
985
  }
986
- .button__component_154v8:disabled.button__secondary_154v8.button__loading_154v8 {
986
+ .button__component_bqprq:disabled.button__secondary_bqprq.button__loading_bqprq {
987
987
  color: #fff;
988
988
  background-color: rgba(255, 255, 255, 0.1);
989
989
  border-color: transparent;
990
990
  }
991
- .button__component_154v8:disabled.button__outlined_154v8 {
991
+ .button__component_bqprq:disabled.button__outlined_bqprq {
992
992
  color: rgba(255, 255, 255, 0.3);
993
993
  background-color: transparent;
994
994
  border-color: rgba(197, 197, 199, 0.3)
995
995
  }
996
- .button__component_154v8:disabled.button__outlined_154v8.button__loading_154v8 {
996
+ .button__component_bqprq:disabled.button__outlined_bqprq.button__loading_bqprq {
997
997
  color: #fff;
998
998
  }
999
- .button__component_154v8:disabled.button__tertiary_154v8 {
999
+ .button__component_bqprq:disabled.button__tertiary_bqprq {
1000
1000
  color: rgba(255, 255, 255, 0.3);
1001
1001
  background-color: transparent;
1002
1002
  border-color: rgba(197, 197, 199, 0.3)
1003
1003
  }
1004
- .button__component_154v8:disabled.button__tertiary_154v8.button__loading_154v8 {
1004
+ .button__component_bqprq:disabled.button__tertiary_bqprq.button__loading_bqprq {
1005
1005
  color: #fff;
1006
1006
  }
1007
- .button__component_154v8:disabled.button__filled_154v8 {
1007
+ .button__component_bqprq:disabled.button__filled_bqprq {
1008
1008
  color: rgba(255, 255, 255, 0.3);
1009
1009
  background-color: rgba(58, 58, 60, 0.3)
1010
1010
  }
1011
- .button__component_154v8:disabled.button__filled_154v8.button__loading_154v8 {
1011
+ .button__component_bqprq:disabled.button__filled_bqprq.button__loading_bqprq {
1012
1012
  color: #fff;
1013
1013
  background-color: #3a3a3c;
1014
1014
  }
1015
- .button__component_154v8:disabled.button__transparent_154v8 {
1015
+ .button__component_bqprq:disabled.button__transparent_bqprq {
1016
1016
  color: rgba(255, 255, 255, 0.3);
1017
1017
  background-color: rgba(255, 255, 255, 0.03)
1018
1018
  }
1019
- .button__component_154v8:disabled.button__transparent_154v8.button__loading_154v8 {
1019
+ .button__component_bqprq:disabled.button__transparent_bqprq.button__loading_bqprq {
1020
1020
  color: #fff;
1021
1021
  background-color: rgba(255, 255, 255, 0.1);
1022
1022
  }
1023
- .button__component_154v8:disabled.button__link_154v8 {
1023
+ .button__component_bqprq:disabled.button__link_bqprq {
1024
1024
  color: rgba(255, 255, 255, 0.3);
1025
1025
  background-color: transparent
1026
1026
  }
1027
- .button__component_154v8:disabled.button__link_154v8.button__loading_154v8 {
1027
+ .button__component_bqprq:disabled.button__link_bqprq.button__loading_bqprq {
1028
1028
  color: #fff;
1029
1029
  }
1030
- .button__component_154v8:disabled.button__ghost_154v8 {
1030
+ .button__component_bqprq:disabled.button__ghost_bqprq {
1031
1031
  color: rgba(255, 255, 255, 0.3)
1032
1032
  }
1033
- .button__component_154v8:disabled.button__ghost_154v8.button__loading_154v8 {
1033
+ .button__component_bqprq:disabled.button__ghost_bqprq.button__loading_bqprq {
1034
1034
  color: #fff;
1035
1035
  }
1036
- .button__component_1ehof {
1036
+ .button__component_1lz7u {
1037
1037
  background-color: transparent
1038
1038
  }
1039
- .button__focused_1ehof {
1039
+ .button__focused_1lz7u {
1040
1040
  outline: 2px solid #0072ef;
1041
1041
  }
1042
- .button__primary_ol9ge {
1042
+ .button__primary_go9bw {
1043
1043
  color: #fff;
1044
1044
  background-color: #202022
1045
1045
  }
1046
- .button__primary_ol9ge:hover {
1046
+ .button__primary_go9bw:hover {
1047
1047
  background-color: rgb(48, 48, 49);
1048
1048
  }
1049
- .button__primary_ol9ge:active {
1049
+ .button__primary_go9bw:active {
1050
1050
  background-color: rgb(65, 65, 67);
1051
1051
  }
1052
- .button__secondary_ol9ge {
1052
+ .button__secondary_go9bw {
1053
1053
  color: #000;
1054
1054
  background-color: rgba(0, 0, 0, 0.08);
1055
1055
  border: 1px solid transparent
1056
1056
  }
1057
- .button__secondary_ol9ge:hover {
1057
+ .button__secondary_go9bw:hover {
1058
1058
  background-color: rgba(0, 0, 0, 0.218);
1059
1059
  }
1060
- .button__secondary_ol9ge:active {
1060
+ .button__secondary_go9bw:active {
1061
1061
  background-color: rgba(0, 0, 0, 0.264);
1062
1062
  }
1063
- .button__outlined_ol9ge {
1063
+ .button__outlined_go9bw {
1064
1064
  color: #fff;
1065
1065
  background-color: transparent;
1066
1066
  border: 1px solid #c5c5c7
1067
1067
  }
1068
- .button__outlined_ol9ge:hover {
1068
+ .button__outlined_go9bw:hover {
1069
1069
  background-color: rgba(255, 255, 255, 0.15);
1070
1070
  }
1071
- .button__outlined_ol9ge:active {
1071
+ .button__outlined_go9bw:active {
1072
1072
  background-color: rgba(0, 0, 0, 0.15);
1073
1073
  }
1074
- .button__tertiary_ol9ge {
1074
+ .button__tertiary_go9bw {
1075
1075
  color: #000;
1076
1076
  background-color: transparent;
1077
1077
  border: 1px solid #464649
1078
1078
  }
1079
- .button__tertiary_ol9ge:hover {
1079
+ .button__tertiary_go9bw:hover {
1080
1080
  background-color: rgba(18, 18, 18, 0.15);
1081
1081
  }
1082
- .button__tertiary_ol9ge:active {
1082
+ .button__tertiary_go9bw:active {
1083
1083
  background-color: rgba(18, 18, 18, 0.2);
1084
1084
  }
1085
- .button__filled_ol9ge {
1085
+ .button__filled_go9bw {
1086
1086
  color: #fff;
1087
1087
  background-color: #3a3a3c
1088
1088
  }
1089
- .button__filled_ol9ge:hover {
1089
+ .button__filled_go9bw:hover {
1090
1090
  background-color: rgb(99, 112, 126);
1091
1091
  }
1092
- .button__filled_ol9ge:active {
1092
+ .button__filled_go9bw:active {
1093
1093
  background-color: rgb(61, 74, 88);
1094
1094
  }
1095
- .button__transparent_ol9ge {
1095
+ .button__transparent_go9bw {
1096
1096
  color: #000;
1097
1097
  background-color: rgba(255, 255, 255, 0.1)
1098
1098
  }
1099
- .button__transparent_ol9ge:hover {
1099
+ .button__transparent_go9bw:hover {
1100
1100
  background-color: rgba(255, 255, 255, 0.2);
1101
1101
  }
1102
- .button__transparent_ol9ge:active {
1102
+ .button__transparent_go9bw:active {
1103
1103
  background-color: rgba(255, 255, 255, 0.05);
1104
1104
  }
1105
- .button__link_ol9ge {
1105
+ .button__link_go9bw {
1106
1106
  color: #000;
1107
1107
  background-color: transparent
1108
1108
  }
1109
- .button__link_ol9ge:hover {
1109
+ .button__link_go9bw:hover {
1110
1110
  background-color: rgba(18, 18, 18, 0.15);
1111
1111
  }
1112
- .button__link_ol9ge:active {
1112
+ .button__link_go9bw:active {
1113
1113
  background-color: rgba(18, 18, 18, 0.2);
1114
1114
  }
1115
- .button__ghost_ol9ge {
1115
+ .button__ghost_go9bw {
1116
1116
  color: #000
1117
1117
  }
1118
- .button__ghost_ol9ge:hover {
1118
+ .button__ghost_go9bw:hover {
1119
1119
  color: rgb(77, 77, 77);
1120
1120
  }
1121
- .button__ghost_ol9ge:active {
1121
+ .button__ghost_go9bw:active {
1122
1122
  color: rgb(128, 128, 128);
1123
1123
  }
1124
- .button__component_ol9ge:disabled.button__primary_ol9ge {
1124
+ .button__component_go9bw:disabled.button__primary_go9bw {
1125
1125
  color: rgba(235, 235, 245, 0.3);
1126
1126
  background-color: #202022
1127
1127
  }
1128
- .button__component_ol9ge:disabled.button__primary_ol9ge.button__loading_ol9ge {
1128
+ .button__component_go9bw:disabled.button__primary_go9bw.button__loading_go9bw {
1129
1129
  background-color: #202022;
1130
1130
  }
1131
- .button__component_ol9ge:disabled.button__secondary_ol9ge {
1131
+ .button__component_go9bw:disabled.button__secondary_go9bw {
1132
1132
  color: rgba(0, 0, 0, 0.3);
1133
1133
  background-color: rgba(18, 18, 18, 0.08);
1134
1134
  border-color: transparent
1135
1135
  }
1136
- .button__component_ol9ge:disabled.button__secondary_ol9ge.button__loading_ol9ge {
1136
+ .button__component_go9bw:disabled.button__secondary_go9bw.button__loading_go9bw {
1137
1137
  color: #000;
1138
1138
  background-color: rgba(0, 0, 0, 0.08);
1139
1139
  border-color: transparent;
1140
1140
  }
1141
- .button__component_ol9ge:disabled.button__outlined_ol9ge {
1141
+ .button__component_go9bw:disabled.button__outlined_go9bw {
1142
1142
  color: rgba(255, 255, 255, 0.3);
1143
1143
  background-color: transparent;
1144
1144
  border-color: rgba(35, 53, 73, 0.3)
1145
1145
  }
1146
- .button__component_ol9ge:disabled.button__outlined_ol9ge.button__loading_ol9ge {
1146
+ .button__component_go9bw:disabled.button__outlined_go9bw.button__loading_go9bw {
1147
1147
  color: #fff;
1148
1148
  }
1149
- .button__component_ol9ge:disabled.button__tertiary_ol9ge {
1149
+ .button__component_go9bw:disabled.button__tertiary_go9bw {
1150
1150
  color: rgba(0, 0, 0, 0.3);
1151
1151
  background-color: transparent;
1152
1152
  border-color: rgba(70, 70, 73, 0.3)
1153
1153
  }
1154
- .button__component_ol9ge:disabled.button__tertiary_ol9ge.button__loading_ol9ge {
1154
+ .button__component_go9bw:disabled.button__tertiary_go9bw.button__loading_go9bw {
1155
1155
  color: #000;
1156
1156
  }
1157
- .button__component_ol9ge:disabled.button__filled_ol9ge {
1157
+ .button__component_go9bw:disabled.button__filled_go9bw {
1158
1158
  color: rgba(255, 255, 255, 0.3);
1159
1159
  background-color: rgba(72, 87, 103, 0.3);
1160
1160
  border-color: transparent
1161
1161
  }
1162
- .button__component_ol9ge:disabled.button__filled_ol9ge.button__loading_ol9ge {
1162
+ .button__component_go9bw:disabled.button__filled_go9bw.button__loading_go9bw {
1163
1163
  color: #fff;
1164
1164
  background-color: #3a3a3c;
1165
1165
  border-color: transparent;
1166
1166
  }
1167
- .button__component_ol9ge:disabled.button__transparent_ol9ge {
1167
+ .button__component_go9bw:disabled.button__transparent_go9bw {
1168
1168
  color: rgba(255, 255, 255, 0.3);
1169
1169
  background-color: rgba(255, 255, 255, 0.03)
1170
1170
  }
1171
- .button__component_ol9ge:disabled.button__transparent_ol9ge.button__loading_ol9ge {
1171
+ .button__component_go9bw:disabled.button__transparent_go9bw.button__loading_go9bw {
1172
1172
  color: #000;
1173
1173
  background-color: rgba(255, 255, 255, 0.1);
1174
1174
  }
1175
- .button__component_ol9ge:disabled.button__link_ol9ge {
1175
+ .button__component_go9bw:disabled.button__link_go9bw {
1176
1176
  color: rgba(0, 0, 0, 0.3);
1177
1177
  background-color: transparent
1178
1178
  }
1179
- .button__component_ol9ge:disabled.button__link_ol9ge.button__loading_ol9ge {
1179
+ .button__component_go9bw:disabled.button__link_go9bw.button__loading_go9bw {
1180
1180
  color: #000;
1181
1181
  }
1182
- .button__component_ol9ge:disabled.button__ghost_ol9ge {
1182
+ .button__component_go9bw:disabled.button__ghost_go9bw {
1183
1183
  color: rgba(0, 0, 0, 0.3)
1184
1184
  }
1185
- .button__component_ol9ge:disabled.button__ghost_ol9ge.button__loading_ol9ge {
1185
+ .button__component_go9bw:disabled.button__ghost_go9bw.button__loading_go9bw {
1186
1186
  color: #000;
1187
- }.base-modal__component_1uof4 {
1187
+ }.base-modal__component_ugkx3 {
1188
1188
  background: #121212;
1189
- }.textarea__input_q4ytn {
1189
+ }.textarea__input_1q1q9 {
1190
1190
  color: #fff;
1191
1191
  caret-color: #0072ef;
1192
1192
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1193
1193
  }
1194
- .textarea__input_q4ytn:-webkit-autofill {
1194
+ .textarea__input_1q1q9:-webkit-autofill {
1195
1195
  -webkit-text-fill-color: #fff;
1196
1196
  }
1197
- .textarea__input_q4ytn::placeholder {
1197
+ .textarea__input_1q1q9::placeholder {
1198
1198
  color: #8d8d93;
1199
1199
  }
1200
- .textarea__hasLabel_q4ytn::placeholder {
1200
+ .textarea__hasLabel_1q1q9::placeholder {
1201
1201
  color: #464649;
1202
1202
  }
1203
- .textarea__clearIcon_q4ytn {
1203
+ .textarea__clearIcon_1q1q9 {
1204
1204
  color: #fff;
1205
1205
  }
1206
- .textarea__input_q4ytn:read-only {
1206
+ .textarea__input_1q1q9:read-only {
1207
1207
  color: #8d8d93
1208
1208
  }
1209
- .textarea__input_q4ytn:read-only:focus::placeholder {
1209
+ .textarea__input_1q1q9:read-only:focus::placeholder {
1210
1210
  color: #8d8d93;
1211
1211
  }
1212
- .textarea__input_q4ytn:disabled {
1212
+ .textarea__input_1q1q9:disabled {
1213
1213
  color: #fff;
1214
1214
  -webkit-text-fill-color: #fff;
1215
1215
  }
1216
- .textarea__input_q4ytn:focus::placeholder {
1216
+ .textarea__input_1q1q9:focus::placeholder {
1217
1217
  color: rgba(235, 235, 245, 0.3);
1218
1218
  }
1219
- .textarea__error_q4ytn {
1219
+ .textarea__error_1q1q9 {
1220
1220
  color: #f15045;
1221
1221
  caret-color: #f15045;
1222
1222
  }
1223
- .textarea__textarea_q4ytn {
1223
+ .textarea__textarea_1q1q9 {
1224
1224
  color: #fff;
1225
1225
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1226
1226
  }
1227
- .textarea__textarea_q4ytn::placeholder {
1227
+ .textarea__textarea_1q1q9::placeholder {
1228
1228
  color: #8d8d93;
1229
1229
  }
1230
- .textarea__hasLabel_q4ytn::placeholder {
1230
+ .textarea__hasLabel_1q1q9::placeholder {
1231
1231
  color: #464649;
1232
1232
  }
1233
- .textarea__textarea_q4ytn:disabled {
1233
+ .textarea__textarea_1q1q9:disabled {
1234
1234
  color: #fff;
1235
1235
  -webkit-text-fill-color: #fff;
1236
1236
  }
1237
- .textarea__textarea_q4ytn:read-only {
1237
+ .textarea__textarea_1q1q9:read-only {
1238
1238
  color: #8d8d93;
1239
1239
  }
1240
- .textarea__textarea_q4ytn:focus::placeholder {
1240
+ .textarea__textarea_1q1q9:focus::placeholder {
1241
1241
  color: rgba(235, 235, 245, 0.3);
1242
1242
  }
1243
- .textarea__focusVisible_15lo8 {
1243
+ .textarea__focusVisible_v649e {
1244
1244
  outline: 2px solid #0072ef;
1245
1245
  }
1246
- .textarea__input_1ss37 {
1246
+ .textarea__input_lqjj5 {
1247
1247
  color: #000;
1248
1248
  caret-color: #0072ef;
1249
1249
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1250
1250
  }
1251
- .textarea__input_1ss37:-webkit-autofill {
1251
+ .textarea__input_lqjj5:-webkit-autofill {
1252
1252
  -webkit-text-fill-color: #000;
1253
1253
  }
1254
- .textarea__input_1ss37::placeholder {
1254
+ .textarea__input_lqjj5::placeholder {
1255
1255
  color: rgba(60, 60, 67, 0.6);
1256
1256
  }
1257
- .textarea__hasLabel_1ss37::placeholder {
1257
+ .textarea__hasLabel_lqjj5::placeholder {
1258
1258
  color: #c5c5c7;
1259
1259
  }
1260
- .textarea__clearIcon_1ss37 {
1260
+ .textarea__clearIcon_lqjj5 {
1261
1261
  color: #000;
1262
1262
  }
1263
- .textarea__input_1ss37:read-only {
1263
+ .textarea__input_lqjj5:read-only {
1264
1264
  color: rgba(60, 60, 67, 0.6)
1265
1265
  }
1266
- .textarea__input_1ss37:read-only:focus::placeholder {
1266
+ .textarea__input_lqjj5:read-only:focus::placeholder {
1267
1267
  color: rgba(60, 60, 67, 0.6);
1268
1268
  }
1269
- .textarea__input_1ss37:disabled {
1269
+ .textarea__input_lqjj5:disabled {
1270
1270
  color: #000;
1271
1271
  -webkit-text-fill-color: #000;
1272
1272
  }
1273
- .textarea__input_1ss37:focus::placeholder {
1273
+ .textarea__input_lqjj5:focus::placeholder {
1274
1274
  color: rgba(60, 60, 67, 0.3);
1275
1275
  }
1276
- .textarea__error_1ss37 {
1276
+ .textarea__error_lqjj5 {
1277
1277
  color: #ef3124;
1278
1278
  caret-color: #ef3124;
1279
1279
  }
1280
- .textarea__textarea_1ss37 {
1280
+ .textarea__textarea_lqjj5 {
1281
1281
  color: #000;
1282
1282
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1283
1283
  }
1284
- .textarea__textarea_1ss37::placeholder {
1284
+ .textarea__textarea_lqjj5::placeholder {
1285
1285
  color: rgba(60, 60, 67, 0.6);
1286
1286
  }
1287
- .textarea__hasLabel_1ss37::placeholder {
1287
+ .textarea__hasLabel_lqjj5::placeholder {
1288
1288
  color: #c5c5c7;
1289
1289
  }
1290
- .textarea__textarea_1ss37:disabled {
1290
+ .textarea__textarea_lqjj5:disabled {
1291
1291
  color: #000;
1292
1292
  -webkit-text-fill-color: #000;
1293
1293
  }
1294
- .textarea__textarea_1ss37:read-only {
1294
+ .textarea__textarea_lqjj5:read-only {
1295
1295
  color: rgba(60, 60, 67, 0.6);
1296
1296
  }
1297
- .textarea__textarea_1ss37:focus::placeholder {
1297
+ .textarea__textarea_lqjj5:focus::placeholder {
1298
1298
  color: rgba(60, 60, 67, 0.3);
1299
- }.popover__component_l203r {
1299
+ }.popover__component_qk0o4 {
1300
1300
  background-color: transparent;
1301
1301
  color: #fff;
1302
1302
  }
1303
- .popover__inner_l203r {
1303
+ .popover__inner_qk0o4 {
1304
1304
  background-color: #121212;
1305
1305
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1306
1306
  border: 1px solid transparent;
1307
1307
  }
1308
- .popover__arrow_l203r:after {
1308
+ .popover__arrow_qk0o4:after {
1309
1309
  background-color: #121212;
1310
1310
  border: 1px solid transparent;
1311
- }.tabs__component_1nlyq:before {
1311
+ }.tabs__component_1q79m:before {
1312
1312
  background-color: #2b2b2e;
1313
1313
  }
1314
- .tabs__title_1nlyq {
1314
+ .tabs__title_1q79m {
1315
1315
  color: #8d8d93
1316
1316
  }
1317
- .tabs__title_1nlyq:not(.tabs__disabled_1nlyq):hover {
1317
+ .tabs__title_1q79m:not(.tabs__disabled_1q79m):hover {
1318
1318
  color: #fff;
1319
1319
  }
1320
- .tabs__focused_1nlyq {
1320
+ .tabs__focused_1q79m {
1321
1321
  outline: 2px solid #0072ef;
1322
1322
  }
1323
- .tabs__selected_1nlyq {
1323
+ .tabs__selected_1q79m {
1324
1324
  color: #fff;
1325
1325
  }
1326
- .tabs__disabled_1nlyq {
1326
+ .tabs__disabled_1q79m {
1327
1327
  color: #464649;
1328
1328
  }
1329
- .tabs__line_1nlyq {
1329
+ .tabs__line_1q79m {
1330
1330
  background-color: #ef3124;
1331
1331
  }
1332
- .tabs__component_1nlyq:before {
1332
+ .tabs__component_1q79m:before {
1333
1333
  background-color: #2b2b2e;
1334
- }.tabs__title_1nlyq {
1334
+ }.tabs__title_1q79m {
1335
1335
  color: #8d8d93
1336
- }.tabs__title_1nlyq:not(.tabs__disabled_1nlyq):hover {
1336
+ }.tabs__title_1q79m:not(.tabs__disabled_1q79m):hover {
1337
1337
  color: #fff;
1338
- }.tabs__focused_1nlyq {
1338
+ }.tabs__focused_1q79m {
1339
1339
  outline: 2px solid #0072ef;
1340
- }.tabs__selected_1nlyq {
1340
+ }.tabs__selected_1q79m {
1341
1341
  color: #fff;
1342
- }.tabs__disabled_1nlyq {
1342
+ }.tabs__disabled_1q79m {
1343
1343
  color: #464649;
1344
- }.tabs__line_1nlyq {
1344
+ }.tabs__line_1q79m {
1345
1345
  background-color: #ef3124;
1346
1346
  }
1347
1347
 
1348
1348
 
1349
1349
 
1350
- .circular-progress-bar__backgroundCircle_sn6gt,
1351
- .circular-progress-bar__progressCircle_sn6gt {
1350
+ .circular-progress-bar__backgroundCircle_2toza,
1351
+ .circular-progress-bar__progressCircle_2toza {
1352
1352
  fill: transparent;
1353
1353
  }
1354
- .circular-progress-bar__positive_sn6gt {
1354
+ .circular-progress-bar__positive_2toza {
1355
1355
  stroke: #2fc26e;
1356
1356
  }
1357
- .circular-progress-bar__negative_sn6gt {
1357
+ .circular-progress-bar__negative_2toza {
1358
1358
  stroke: #d91d0b;
1359
1359
  }
1360
- .circular-progress-bar__backgroundCircle_sn6gt {
1360
+ .circular-progress-bar__backgroundCircle_2toza {
1361
1361
  stroke: #2c2c2e;
1362
- }.stepped-progress-bar__description_1v2av {
1362
+ }.list-header__filled_idvmm {
1363
+ background-color: rgba(255, 255, 255, 0.1);
1364
+ }.stepped-progress-bar__description_18owv {
1363
1365
  color: rgba(235, 235, 245, 0.6);
1364
1366
  }
1365
- .stepped-progress-bar__bar_onfic {
1367
+ .stepped-progress-bar__bar_13atj {
1366
1368
  background: rgba(255, 255, 255, 0.1);
1367
1369
  }
1368
- .stepped-progress-bar__positive_onfic {
1370
+ .stepped-progress-bar__positive_13atj {
1369
1371
  background: #2fc26e;
1370
1372
  }
1371
- .stepped-progress-bar__attention_onfic {
1373
+ .stepped-progress-bar__attention_13atj {
1372
1374
  background: #f6bf65;
1373
1375
  }
1374
- .stepped-progress-bar__negative_onfic {
1376
+ .stepped-progress-bar__negative_13atj {
1375
1377
  background: #d91d0b;
1376
1378
  }
1377
- .stepped-progress-bar__link_onfic {
1379
+ .stepped-progress-bar__link_13atj {
1378
1380
  background: #0072ef;
1379
1381
  }
1380
- .stepped-progress-bar__tertiary_onfic {
1382
+ .stepped-progress-bar__tertiary_13atj {
1381
1383
  background: #464649;
1382
1384
  }
1383
- .stepped-progress-bar__secondary_onfic {
1385
+ .stepped-progress-bar__secondary_13atj {
1384
1386
  background: #8d8d93;
1385
1387
  }
1386
- .stepped-progress-bar__primary_onfic {
1388
+ .stepped-progress-bar__primary_13atj {
1387
1389
  background: #fff;
1388
1390
  }
1389
- .stepped-progress-bar__accent_onfic {
1391
+ .stepped-progress-bar__accent_13atj {
1390
1392
  background: #ef3124;
1391
- }.list-header__filled_e94a5 {
1392
- background-color: rgba(255, 255, 255, 0.1);
1393
- }.drawer__backdropEnter_107si {
1393
+ }.drawer__backdropEnter_17iz5 {
1394
1394
  background-color: transparent;
1395
1395
  }
1396
- .drawer__backdropEnterActive_107si,
1397
- .drawer__backdropEnterDone_107si {
1396
+ .drawer__backdropEnterActive_17iz5,
1397
+ .drawer__backdropEnterDone_17iz5 {
1398
1398
  background-color: rgba(0, 0, 0, 0.8);
1399
1399
  }
1400
- .drawer__backdropExit_107si {
1400
+ .drawer__backdropExit_17iz5 {
1401
1401
  background-color: rgba(0, 0, 0, 0.8);
1402
1402
  }
1403
- .drawer__backdropExitActive_107si,
1404
- .drawer__backdropExitDone_107si {
1403
+ .drawer__backdropExitActive_17iz5,
1404
+ .drawer__backdropExitDone_17iz5 {
1405
1405
  background-color: transparent;
1406
- }.select-with-tags__tag_1fpsb:active:not(:disabled) {
1406
+ }.select-with-tags__tag_12yn8:active:not(:disabled) {
1407
1407
  background-color: #f3f4f5;
1408
1408
  }
1409
- .select-with-tags__tag_1fpsb:hover:not(:disabled):not(:active) {
1409
+ .select-with-tags__tag_12yn8:hover:not(:disabled):not(:active) {
1410
1410
  background-color: #f3f4f5;
1411
1411
  }
1412
- .select-with-tags__input_1w1sd {
1412
+ .select-with-tags__input_70jom {
1413
1413
  background-color: transparent;
1414
1414
  color: #fff
1415
1415
  }
1416
- .select-with-tags__input_1w1sd:disabled {
1416
+ .select-with-tags__input_70jom:disabled {
1417
1417
  color: #8d8d93;
1418
1418
  }
1419
- .select-with-tags__input_1w1sd::placeholder {
1419
+ .select-with-tags__input_70jom::placeholder {
1420
1420
  color: #8d8d93;
1421
1421
  }
1422
- .select-with-tags__input_1w1sd:focus::placeholder {
1422
+ .select-with-tags__input_70jom:focus::placeholder {
1423
1423
  color: #464649;
1424
1424
  }
1425
- .select-with-tags__focusVisible_1w1sd {
1425
+ .select-with-tags__focusVisible_70jom {
1426
1426
  outline: 2px solid #0072ef;
1427
1427
  }
1428
- .select-with-tags__placeholder_1w1sd {
1428
+ .select-with-tags__placeholder_70jom {
1429
1429
  color: #464649;
1430
- }.attach__component_wl7t7 {
1431
- }
1432
- .attach__focused_wl7t7 {
1433
- outline: 2px solid #0072ef;
1434
- }.custom-button__customButton_um9gl.custom-button__white_um9gl * {
1430
+ }.custom-button__customButton_1iorv.custom-button__white_1iorv * {
1435
1431
  color: #fff;
1436
1432
  }
1437
- .custom-button__customButton_um9gl.custom-button__black_um9gl * {
1433
+ .custom-button__customButton_1iorv.custom-button__black_1iorv * {
1438
1434
  color: #000;
1439
1435
  }
1440
- .custom-button__customButton_um9gl:before {
1436
+ .custom-button__customButton_1iorv:before {
1441
1437
  background-color: rgba(0, 0, 0, 0);
1442
1438
  }
1443
- .custom-button__customButton_um9gl:hover:before {
1439
+ .custom-button__customButton_1iorv:hover:before {
1444
1440
  background-color: rgba(0, 0, 0, 0.07);
1445
1441
  }
1446
- .custom-button__customButton_um9gl:active:before {
1442
+ .custom-button__customButton_1iorv:active:before {
1447
1443
  background-color: rgba(0, 0, 0, 0.15);
1448
1444
  }
1449
- .custom-button__customButton_um9gl:disabled.custom-button__white_um9gl * {
1445
+ .custom-button__customButton_1iorv:disabled.custom-button__white_1iorv * {
1450
1446
  color: #fff;
1451
1447
  }
1452
- .custom-button__customButton_um9gl:disabled.custom-button__black_um9gl * {
1448
+ .custom-button__customButton_1iorv:disabled.custom-button__black_1iorv * {
1453
1449
  color: #000;
1454
- }.chart__coreChart_180mi .recharts-text tspan {
1450
+ }.attach__component_yjjb2 {
1451
+ }
1452
+ .attach__focused_yjjb2 {
1453
+ outline: 2px solid #0072ef;
1454
+ }.chart__coreChart_9983e .recharts-text tspan {
1455
1455
  fill: #fff;
1456
1456
  }
1457
- @keyframes chart__showDot_1f8rr {
1457
+ @keyframes chart__showDot_1mawe {
1458
1458
  }
1459
1459
 
1460
- .chart__tickText_1ovvw {
1460
+ .chart__tickText_lvd5m {
1461
1461
  fill: #fff;
1462
1462
  }
1463
- .chart__circle_1ovvw {
1463
+ .chart__circle_lvd5m {
1464
1464
  fill: #121212;
1465
1465
  }
1466
- .chart__circle_1ovvw {
1466
+ .chart__circle_lvd5m {
1467
1467
  fill: #121212;
1468
1468
  }
1469
- .chart__tooltip_1tc8m {
1469
+ .chart__tooltip_1rb3m {
1470
1470
  background-color: #121212;
1471
1471
  border: 1px solid #2b2b2e;
1472
1472
  box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1473
1473
  }
1474
- .chart__tooltipArrow_1tc8m {
1474
+ .chart__tooltipArrow_1rb3m {
1475
1475
  border: 1px solid #2b2b2e;
1476
1476
  background-color: #121212;
1477
1477
  }
1478
- .chart__tooltipArrow_1tc8m:before {
1478
+ .chart__tooltipArrow_1rb3m:before {
1479
1479
  border-color: transparent #121212 transparent transparent;
1480
- }.confirmation__component_15lof {
1480
+ }.confirmation__component_s40h1 {
1481
1481
  color: #8d8d93;
1482
1482
  }
1483
- .confirmation__circle_s4dgs {
1483
+ .confirmation__circle_1ipcw {
1484
1484
  fill: transparent;
1485
1485
  stroke: #464649;
1486
1486
  }
1487
- .confirmation__header_1scv1 {
1487
+ .confirmation__header_1wbfv {
1488
1488
  color: #fff;
1489
1489
  }
1490
- .confirmation__description_1scv1 {
1490
+ .confirmation__description_1wbfv {
1491
1491
  color: #8d8d93;
1492
1492
  color: #fff;
1493
1493
  }
1494
- .confirmation__title_etdla {
1494
+ .confirmation__title_1iof1 {
1495
1495
  color: #fff;
1496
1496
  }
1497
- .confirmation__text_etdla {
1497
+ .confirmation__text_1iof1 {
1498
1498
  color: #8d8d93;
1499
1499
  }
1500
- .confirmation__phonesWrap_etdla {
1500
+ .confirmation__phonesWrap_1iof1 {
1501
1501
  color: #8d8d93;
1502
1502
  }
1503
- .confirmation__phoneDescription_etdla {
1503
+ .confirmation__phoneDescription_1iof1 {
1504
1504
  color: #8d8d93;
1505
1505
  }
1506
- .confirmation__header_17v9e {
1506
+ .confirmation__header_lh3fp {
1507
1507
  color: #fff;
1508
1508
  }
1509
- .confirmation__phone_17v9e {
1509
+ .confirmation__phone_lh3fp {
1510
1510
  color: #fff;
1511
1511
  }
1512
- .confirmation__header_1iq8w {
1512
+ .confirmation__header_b5u77 {
1513
1513
  color: #fff;
1514
1514
  }
1515
- .confirmation__description_1iq8w {
1515
+ .confirmation__description_b5u77 {
1516
1516
  color: #8d8d93;
1517
- }.pagination__component_1dnpu {
1517
+ }.pagination__component_ahrsl {
1518
1518
  color: #fff;
1519
1519
  }
1520
- .pagination__dots_ly038 {
1520
+ .pagination__dots_11rki {
1521
1521
  color: #8d8d93;
1522
1522
  }
1523
1523
 
1524
- .pagination__tag_1f27o.pagination__tag_1f27o {
1524
+ .pagination__tag_kgaz9.pagination__tag_kgaz9 {
1525
1525
  color: #8d8d93
1526
1526
  }
1527
- .pagination__tag_1f27o.pagination__tag_1f27o:hover:not(:disabled) {
1527
+ .pagination__tag_kgaz9.pagination__tag_kgaz9:hover:not(:disabled) {
1528
1528
  background-color: #2c2c2e;
1529
1529
  color: #fff;
1530
1530
  }
1531
- .pagination__tag_1f27o.pagination__tag_1f27o:active:not(:disabled) {
1531
+ .pagination__tag_kgaz9.pagination__tag_kgaz9:active:not(:disabled) {
1532
1532
  background-color: #3a3a3c;
1533
1533
  }
1534
- .pagination__tag_1f27o.pagination__tag_1f27o.pagination__checked_1f27o {
1534
+ .pagination__tag_kgaz9.pagination__tag_kgaz9.pagination__checked_kgaz9 {
1535
1535
  background-color: #f3f4f5;
1536
1536
  color: #000;
1537
1537
  }
1538
- .pagination__tag_1f27o.pagination__tag_1f27o.pagination__checked_1f27o:hover:not(:disabled) {
1538
+ .pagination__tag_kgaz9.pagination__tag_kgaz9.pagination__checked_kgaz9:hover:not(:disabled) {
1539
1539
  color: #000;
1540
1540
  }
1541
- .pagination__tag_1f27o.pagination__tag_1f27o.pagination__checked_1f27o:active:not(:disabled) {
1541
+ .pagination__tag_kgaz9.pagination__tag_kgaz9.pagination__checked_kgaz9:active:not(:disabled) {
1542
1542
  color: #fff;
1543
- }.input__input_i9smg {
1543
+ }.input__input_dxo1u {
1544
1544
  color: #fff;
1545
1545
  caret-color: #0072ef;
1546
1546
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1547
1547
  }
1548
- .input__input_i9smg:-webkit-autofill {
1548
+ .input__input_dxo1u:-webkit-autofill {
1549
1549
  -webkit-text-fill-color: #fff;
1550
1550
  }
1551
- .input__input_i9smg::placeholder {
1551
+ .input__input_dxo1u::placeholder {
1552
1552
  color: #8d8d93;
1553
1553
  }
1554
- .input__hasLabel_i9smg::placeholder {
1554
+ .input__hasLabel_dxo1u::placeholder {
1555
1555
  color: #464649;
1556
1556
  }
1557
- .input__clearIcon_i9smg {
1557
+ .input__clearIcon_dxo1u {
1558
1558
  color: #fff;
1559
1559
  }
1560
- .input__input_i9smg:read-only {
1560
+ .input__input_dxo1u:read-only {
1561
1561
  color: #8d8d93
1562
1562
  }
1563
- .input__input_i9smg:read-only:focus::placeholder {
1563
+ .input__input_dxo1u:read-only:focus::placeholder {
1564
1564
  color: #8d8d93;
1565
1565
  }
1566
- .input__input_i9smg:disabled {
1566
+ .input__input_dxo1u:disabled {
1567
1567
  color: #fff;
1568
1568
  -webkit-text-fill-color: #fff;
1569
1569
  }
1570
- .input__input_i9smg:focus::placeholder {
1570
+ .input__input_dxo1u:focus::placeholder {
1571
1571
  color: rgba(235, 235, 245, 0.3);
1572
1572
  }
1573
- .input__error_i9smg {
1573
+ .input__error_dxo1u {
1574
1574
  color: #f15045;
1575
1575
  caret-color: #f15045;
1576
1576
  }
1577
- .input__focusVisible_1p0gl {
1577
+ .input__focusVisible_1tjo9 {
1578
1578
  outline: 2px solid #0072ef;
1579
1579
  }
1580
- @keyframes input__onautofillstart_1p0gl {
1580
+ @keyframes input__onautofillstart_1tjo9 {
1581
1581
  from {
1582
1582
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1583
1583
  }
@@ -1585,7 +1585,7 @@
1585
1585
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1586
1586
  }
1587
1587
  }
1588
- @keyframes input__onautofillcancel_1p0gl {
1588
+ @keyframes input__onautofillcancel_1tjo9 {
1589
1589
  from {
1590
1590
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1591
1591
  }
@@ -1593,407 +1593,401 @@
1593
1593
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1594
1594
  }
1595
1595
  }
1596
- .input__input_l9x8h {
1596
+ .input__input_1r1f5 {
1597
1597
  color: #000;
1598
1598
  caret-color: #0072ef;
1599
1599
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1600
1600
  }
1601
- .input__input_l9x8h:-webkit-autofill {
1601
+ .input__input_1r1f5:-webkit-autofill {
1602
1602
  -webkit-text-fill-color: #000;
1603
1603
  }
1604
- .input__input_l9x8h::placeholder {
1604
+ .input__input_1r1f5::placeholder {
1605
1605
  color: rgba(60, 60, 67, 0.6);
1606
1606
  }
1607
- .input__hasLabel_l9x8h::placeholder {
1607
+ .input__hasLabel_1r1f5::placeholder {
1608
1608
  color: #c5c5c7;
1609
1609
  }
1610
- .input__clearIcon_l9x8h {
1610
+ .input__clearIcon_1r1f5 {
1611
1611
  color: #000;
1612
1612
  }
1613
- .input__input_l9x8h:read-only {
1613
+ .input__input_1r1f5:read-only {
1614
1614
  color: rgba(60, 60, 67, 0.6)
1615
1615
  }
1616
- .input__input_l9x8h:read-only:focus::placeholder {
1616
+ .input__input_1r1f5:read-only:focus::placeholder {
1617
1617
  color: rgba(60, 60, 67, 0.6);
1618
1618
  }
1619
- .input__input_l9x8h:disabled {
1619
+ .input__input_1r1f5:disabled {
1620
1620
  color: #000;
1621
1621
  -webkit-text-fill-color: #000;
1622
1622
  }
1623
- .input__input_l9x8h:focus::placeholder {
1623
+ .input__input_1r1f5:focus::placeholder {
1624
1624
  color: rgba(60, 60, 67, 0.3);
1625
1625
  }
1626
- .input__error_l9x8h {
1626
+ .input__error_1r1f5 {
1627
1627
  color: #ef3124;
1628
1628
  caret-color: #ef3124;
1629
- }.plate__component_9q2ua {
1629
+ }.plate__component_tmbqp {
1630
1630
  color: #fff;
1631
1631
  }
1632
- .plate__focused_9q2ua {
1632
+ .plate__focused_tmbqp {
1633
1633
  outline: 2px solid #0072ef;
1634
1634
  }
1635
- .plate__common_9q2ua {
1635
+ .plate__common_tmbqp {
1636
1636
  background-color: #202022;
1637
1637
  border-color: #6d7986;
1638
1638
  }
1639
- .plate__negative_9q2ua {
1639
+ .plate__negative_tmbqp {
1640
1640
  background-color: #35110d;
1641
1641
  border-color: #d91d0b;
1642
1642
  }
1643
- .plate__positive_9q2ua {
1643
+ .plate__positive_tmbqp {
1644
1644
  background-color: #042117;
1645
1645
  border-color: #13a463;
1646
1646
  }
1647
- .plate__attention_9q2ua {
1647
+ .plate__attention_tmbqp {
1648
1648
  background-color: #332104;
1649
1649
  border-color: #de6a00;
1650
- }.icon-button__primary_12z4x {
1650
+ }.icon-button__primary_nvko1 {
1651
1651
  color: #fff
1652
1652
  }
1653
- .icon-button__primary_12z4x:hover {
1653
+ .icon-button__primary_nvko1:hover {
1654
1654
  color: rgb(204, 204, 204);
1655
1655
  }
1656
- .icon-button__primary_12z4x:active {
1656
+ .icon-button__primary_nvko1:active {
1657
1657
  color: rgb(179, 179, 179);
1658
1658
  }
1659
- .icon-button__primary_12z4x.icon-button__component_12z4x:disabled.icon-button__loader_12z4x {
1659
+ .icon-button__primary_nvko1.icon-button__component_nvko1:disabled.icon-button__loader_nvko1 {
1660
1660
  color: #fff;
1661
1661
  }
1662
- .icon-button__secondary_12z4x {
1662
+ .icon-button__secondary_nvko1 {
1663
1663
  color: #8d8d93
1664
1664
  }
1665
- .icon-button__secondary_12z4x:hover {
1665
+ .icon-button__secondary_nvko1:hover {
1666
1666
  color: rgb(175, 175, 179);
1667
1667
  }
1668
- .icon-button__secondary_12z4x:active {
1668
+ .icon-button__secondary_nvko1:active {
1669
1669
  color: rgb(198, 198, 201);
1670
1670
  }
1671
- .icon-button__secondary_12z4x.icon-button__component_12z4x:disabled.icon-button__loader_12z4x {
1671
+ .icon-button__secondary_nvko1.icon-button__component_nvko1:disabled.icon-button__loader_nvko1 {
1672
1672
  color: #8d8d93;
1673
1673
  }
1674
- .icon-button__transparent_12z4x {
1674
+ .icon-button__transparent_nvko1 {
1675
1675
  color: rgba(255, 255, 255, 0.3)
1676
1676
  }
1677
- .icon-button__transparent_12z4x:hover {
1677
+ .icon-button__transparent_nvko1:hover {
1678
1678
  color: rgba(255, 255, 255, 0.4);
1679
1679
  }
1680
- .icon-button__transparent_12z4x:active {
1680
+ .icon-button__transparent_nvko1:active {
1681
1681
  color: rgba(255, 255, 255, 0.5);
1682
1682
  }
1683
- .icon-button__negative_12z4x {
1683
+ .icon-button__negative_nvko1 {
1684
1684
  color: #d91d0b
1685
1685
  }
1686
- .icon-button__negative_12z4x:hover {
1686
+ .icon-button__negative_nvko1:hover {
1687
1687
  color: rgb(220, 45, 28);
1688
1688
  }
1689
- .icon-button__negative_12z4x:active {
1689
+ .icon-button__negative_nvko1:active {
1690
1690
  color: rgb(223, 63, 48);
1691
1691
  }
1692
- .icon-button__negative_12z4x.icon-button__component_12z4x:disabled.icon-button__loader_12z4x {
1692
+ .icon-button__negative_nvko1.icon-button__component_nvko1:disabled.icon-button__loader_nvko1 {
1693
1693
  color: #d91d0b;
1694
1694
  }
1695
- .icon-button__tertiary_12z4x {
1695
+ .icon-button__tertiary_nvko1 {
1696
1696
  color: #464649
1697
1697
  }
1698
- .icon-button__tertiary_12z4x:hover {
1698
+ .icon-button__tertiary_nvko1:hover {
1699
1699
  color: rgb(83, 83, 86);
1700
1700
  }
1701
- .icon-button__tertiary_12z4x:active {
1701
+ .icon-button__tertiary_nvko1:active {
1702
1702
  color: rgb(98, 98, 100);
1703
1703
  }
1704
- .icon-button__tertiary_12z4x.icon-button__component_12z4x:disabled.icon-button__loader_12z4x {
1704
+ .icon-button__tertiary_nvko1.icon-button__component_nvko1:disabled.icon-button__loader_nvko1 {
1705
1705
  color: #464649;
1706
1706
  }
1707
1707
 
1708
- .icon-button__primary_13j3b {
1708
+ .icon-button__primary_zmlye {
1709
1709
  color: #000
1710
1710
  }
1711
- .icon-button__primary_13j3b:hover {
1711
+ .icon-button__primary_zmlye:hover {
1712
1712
  color: rgb(18, 18, 18);
1713
1713
  }
1714
- .icon-button__primary_13j3b:active {
1714
+ .icon-button__primary_zmlye:active {
1715
1715
  color: rgb(38, 38, 38);
1716
1716
  }
1717
- .icon-button__secondary_13j3b {
1717
+ .icon-button__secondary_zmlye {
1718
1718
  color: #8a8a8e
1719
1719
  }
1720
- .icon-button__secondary_13j3b:hover {
1720
+ .icon-button__secondary_zmlye:hover {
1721
1721
  color: rgb(117, 117, 121);
1722
1722
  }
1723
- .icon-button__secondary_13j3b:active {
1723
+ .icon-button__secondary_zmlye:active {
1724
1724
  color: rgb(110, 110, 114);
1725
1725
  }
1726
- .icon-button__transparent_13j3b {
1726
+ .icon-button__transparent_zmlye {
1727
1727
  color: rgba(0, 0, 0, 0.3)
1728
1728
  }
1729
- .icon-button__transparent_13j3b:hover {
1729
+ .icon-button__transparent_zmlye:hover {
1730
1730
  color: rgba(0, 0, 0, 0.4);
1731
1731
  }
1732
- .icon-button__transparent_13j3b:active {
1732
+ .icon-button__transparent_zmlye:active {
1733
1733
  color: rgba(0, 0, 0, 0.5);
1734
1734
  }
1735
- .icon-button__negative_13j3b {
1735
+ .icon-button__negative_zmlye {
1736
1736
  color: #d91d0b
1737
1737
  }
1738
- .icon-button__negative_13j3b:hover {
1738
+ .icon-button__negative_zmlye:hover {
1739
1739
  color: rgb(220, 45, 28);
1740
1740
  }
1741
- .icon-button__negative_13j3b:active {
1741
+ .icon-button__negative_zmlye:active {
1742
1742
  color: rgb(223, 63, 48);
1743
1743
  }
1744
- .icon-button__tertiary_13j3b {
1744
+ .icon-button__tertiary_zmlye {
1745
1745
  color: #c5c5c7
1746
1746
  }
1747
- .icon-button__tertiary_13j3b:hover {
1747
+ .icon-button__tertiary_zmlye:hover {
1748
1748
  color: rgb(167, 167, 169);
1749
1749
  }
1750
- .icon-button__tertiary_13j3b:active {
1750
+ .icon-button__tertiary_zmlye:active {
1751
1751
  color: rgb(158, 158, 159);
1752
- }.toast-plate__component_1s7xj {
1753
- color: #000;
1754
- background-color: #fff
1755
- }
1756
- .toast-plate__actionSection_1s7xj + .toast-plate__closeButton_1s7xj:before {
1757
- background-color: #e9e9eb;
1758
- }.with-suffix__hasSuffix_vdao6 input:focus::placeholder {
1752
+ }.with-suffix__hasSuffix_1t0z7 input:focus::placeholder {
1759
1753
  color: transparent;
1760
1754
  }
1761
- .with-suffix__disabled_vdao6 {
1755
+ .with-suffix__disabled_1t0z7 {
1762
1756
  color: #fff;
1763
- }.slider-input__steps_s2xu2 {
1757
+ }.slider-input__steps_131o8 {
1764
1758
  color: #8d8d93;
1765
1759
  }
1766
- .slider-input__info_s2xu2 {
1760
+ .slider-input__info_131o8 {
1767
1761
  color: #8d8d93;
1768
- }.filter-tag__component_yl3ic.filter-tag__disabled_yl3ic {
1762
+ }.filter-tag__component_162g7.filter-tag__disabled_162g7 {
1769
1763
  background-color: rgba(32, 32, 34, 0.3);
1770
1764
  }
1771
- .filter-tag__component_yl3ic.filter-tag__checked_yl3ic:not(.filter-tag__component_yl3ic.filter-tag__disabled_yl3ic) {
1765
+ .filter-tag__component_162g7.filter-tag__checked_162g7:not(.filter-tag__component_162g7.filter-tag__disabled_162g7) {
1772
1766
  background-color: #f3f4f5;
1773
1767
  }
1774
- .filter-tag__component_yl3ic.filter-tag__checked_yl3ic:not(.filter-tag__component_yl3ic.filter-tag__disabled_yl3ic):hover {
1768
+ .filter-tag__component_162g7.filter-tag__checked_162g7:not(.filter-tag__component_162g7.filter-tag__disabled_162g7):hover {
1775
1769
  background-color: #f3f4f5;
1776
1770
  }
1777
- .filter-tag__component_yl3ic.filter-tag__checked_yl3ic:not(.filter-tag__component_yl3ic.filter-tag__disabled_yl3ic):active {
1771
+ .filter-tag__component_162g7.filter-tag__checked_162g7:not(.filter-tag__component_162g7.filter-tag__disabled_162g7):active {
1778
1772
  background-color: rgb(194, 195, 196);
1779
1773
  }
1780
- .filter-tag__focused_yl3ic {
1774
+ .filter-tag__focused_162g7 {
1781
1775
  outline: 2px solid #0072ef;
1782
1776
  }
1783
- .filter-tag__valueButton_yl3ic {
1777
+ .filter-tag__valueButton_162g7 {
1784
1778
  color: #fff;
1785
1779
  background-color: #202022;
1786
1780
  border-color: transparent
1787
1781
  }
1788
- .filter-tag__valueButton_yl3ic:not(.filter-tag__valueButton_yl3ic:disabled):hover {
1782
+ .filter-tag__valueButton_162g7:not(.filter-tag__valueButton_162g7:disabled):hover {
1789
1783
  background-color: #202022;
1790
1784
  border-color: transparent;
1791
1785
  }
1792
- .filter-tag__valueButton_yl3ic:not(.filter-tag__valueButton_yl3ic:disabled):active {
1786
+ .filter-tag__valueButton_162g7:not(.filter-tag__valueButton_162g7:disabled):active {
1793
1787
  background-color: rgb(65, 65, 67);
1794
1788
  border-color: transparent;
1795
1789
  }
1796
- .filter-tag__valueButton_yl3ic:disabled {
1790
+ .filter-tag__valueButton_162g7:disabled {
1797
1791
  background-color: rgba(32, 32, 34, 0.3);
1798
1792
  border-color: transparent;
1799
1793
  color: #464649;
1800
1794
  }
1801
- .filter-tag__valueButton_yl3ic.filter-tag__checked_yl3ic {
1795
+ .filter-tag__valueButton_162g7.filter-tag__checked_162g7 {
1802
1796
  background-color: #f3f4f5;
1803
1797
  color: #000
1804
1798
  }
1805
- .filter-tag__valueButton_yl3ic.filter-tag__checked_yl3ic:not(.filter-tag__valueButton_yl3ic:disabled):hover {
1799
+ .filter-tag__valueButton_162g7.filter-tag__checked_162g7:not(.filter-tag__valueButton_162g7:disabled):hover {
1806
1800
  background-color: #f3f4f5;
1807
1801
  }
1808
- .filter-tag__valueButton_yl3ic.filter-tag__checked_yl3ic:not(.filter-tag__valueButton_yl3ic:disabled):active {
1802
+ .filter-tag__valueButton_162g7.filter-tag__checked_162g7:not(.filter-tag__valueButton_162g7:disabled):active {
1809
1803
  background-color: rgb(194, 195, 196);
1810
1804
  }
1811
- .filter-tag__valueButton_yl3ic.filter-tag__checked_yl3ic:not(.filter-tag__valueButton_yl3ic:disabled):hover + .filter-tag__clear_yl3ic:before {
1805
+ .filter-tag__valueButton_162g7.filter-tag__checked_162g7:not(.filter-tag__valueButton_162g7:disabled):hover + .filter-tag__clear_162g7:before {
1812
1806
  background-color: #464649;
1813
1807
  }
1814
- .filter-tag__valueButton_yl3ic.filter-tag__checked_yl3ic:not(.filter-tag__valueButton_yl3ic:disabled):active + .filter-tag__clear_yl3ic:before {
1808
+ .filter-tag__valueButton_162g7.filter-tag__checked_162g7:not(.filter-tag__valueButton_162g7:disabled):active + .filter-tag__clear_162g7:before {
1815
1809
  background-color: transparent;
1816
1810
  }
1817
- .filter-tag__valueButton_yl3ic.filter-tag__checked_yl3ic:disabled {
1811
+ .filter-tag__valueButton_162g7.filter-tag__checked_162g7:disabled {
1818
1812
  background-color: rgba(243, 244, 245, 0.3);
1819
1813
  color: #000;
1820
1814
  }
1821
- .filter-tag__clear_yl3ic {
1815
+ .filter-tag__clear_162g7 {
1822
1816
  background-color: #f3f4f5
1823
1817
  }
1824
- .filter-tag__clear_yl3ic:before {
1818
+ .filter-tag__clear_162g7:before {
1825
1819
  background-color: #464649;
1826
1820
  }
1827
- .filter-tag__clear_yl3ic:hover:before {
1821
+ .filter-tag__clear_162g7:hover:before {
1828
1822
  background-color: #464649;
1829
1823
  }
1830
- .filter-tag__clear_yl3ic:active:before {
1824
+ .filter-tag__clear_162g7:active:before {
1831
1825
  background-color: transparent;
1832
1826
  }
1833
- .filter-tag__clear_yl3ic:hover {
1827
+ .filter-tag__clear_162g7:hover {
1834
1828
  background-color: #f3f4f5;
1835
1829
  }
1836
- .filter-tag__clear_yl3ic:active {
1830
+ .filter-tag__clear_162g7:active {
1837
1831
  background-color: rgb(194, 195, 196);
1838
- }.file-upload-item__component_4lon4 {
1832
+ }.file-upload-item__component_ujeo5 {
1839
1833
  color: #8d8d93;
1840
1834
  box-shadow: 0 -1px 0 0 #2b2b2e inset
1841
1835
  }
1842
- .file-upload-item__icon_4lon4 {
1836
+ .file-upload-item__icon_ujeo5 {
1843
1837
  color: #fff;
1844
1838
  }
1845
- .file-upload-item__errorIcon_4lon4 {
1839
+ .file-upload-item__errorIcon_ujeo5 {
1846
1840
  color: #d91d0b;
1847
1841
  }
1848
- .file-upload-item__successIcon_4lon4 {
1842
+ .file-upload-item__successIcon_ujeo5 {
1849
1843
  color: #2fc26e;
1850
1844
  }
1851
- .file-upload-item__name_4lon4 {
1845
+ .file-upload-item__name_ujeo5 {
1852
1846
  color: #fff
1853
1847
  }
1854
- .file-upload-item__errorWrapper_4lon4 {
1848
+ .file-upload-item__errorWrapper_ujeo5 {
1855
1849
  color: #ef3124
1856
- }.bottom-sheet__modal_1e9az {
1850
+ }.bottom-sheet__modal_sf1ia {
1857
1851
  background-color: transparent;
1858
1852
  }
1859
- .bottom-sheet__component_1e9az {
1853
+ .bottom-sheet__component_sf1ia {
1860
1854
  background: #121212;
1861
1855
  }
1862
- .bottom-sheet__marker_1e9az {
1856
+ .bottom-sheet__marker_sf1ia {
1863
1857
  background-color: #2a2a2c;
1864
1858
  }
1865
- .bottom-sheet__content_1e9az {
1859
+ .bottom-sheet__content_sf1ia {
1866
1860
  color: #fff;
1867
1861
  background-color: #121212;
1868
1862
  }
1869
- .bottom-sheet__backer_1nis7 {
1863
+ .bottom-sheet__backer_lwbmk {
1870
1864
  color: #fff;
1871
1865
  }
1872
- .bottom-sheet__button_1nis7 {
1866
+ .bottom-sheet__button_lwbmk {
1873
1867
  background: rgba(255, 255, 255, 0.03);
1874
1868
  }
1875
- .bottom-sheet__closer_133et {
1869
+ .bottom-sheet__closer_tlpfg {
1876
1870
  color: #fff;
1877
1871
  }
1878
- .bottom-sheet__button_133et {
1872
+ .bottom-sheet__button_tlpfg {
1879
1873
  background: rgba(255, 255, 255, 0.03);
1880
1874
  }
1881
- .bottom-sheet__footer_162ot {
1875
+ .bottom-sheet__header_1d6zn {
1882
1876
  background-color: #121212;
1883
1877
  }
1884
- .bottom-sheet__highlighted_162ot {
1885
- border-top: 1px solid #2b2b2e;
1886
- background-color: #121212;
1878
+ .bottom-sheet__highlighted_1d6zn {
1879
+ border-bottom: 1px solid #2b2b2e;
1887
1880
  }
1888
- .bottom-sheet__header_1m6y0 {
1881
+ .bottom-sheet__footer_myqtm {
1889
1882
  background-color: #121212;
1890
1883
  }
1891
- .bottom-sheet__highlighted_1m6y0 {
1892
- border-bottom: 1px solid #2b2b2e;
1884
+ .bottom-sheet__highlighted_myqtm {
1885
+ border-top: 1px solid #2b2b2e;
1886
+ background-color: #121212;
1893
1887
  }
1894
- .calendar__dayName_1r7ml {
1888
+ .calendar__dayName_x65cu {
1895
1889
  color: #8d8d93
1896
1890
  }
1897
- .calendar__day_1r7ml {
1891
+ .calendar__day_x65cu {
1898
1892
  color: #fff
1899
1893
  }
1900
- .calendar__day_1r7ml.calendar__highlighted_1r7ml,
1901
- .calendar__day_1r7ml.calendar__range_1r7ml.calendar__highlighted_1r7ml:not(.calendar__disabled_1r7ml) {
1894
+ .calendar__day_x65cu.calendar__highlighted_x65cu,
1895
+ .calendar__day_x65cu.calendar__range_x65cu.calendar__highlighted_x65cu:not(.calendar__disabled_x65cu) {
1902
1896
  color: #fff;
1903
1897
  background: #2a2a2c;
1904
1898
  }
1905
- .calendar__day_1r7ml.calendar__disabled_1r7ml {
1899
+ .calendar__day_x65cu.calendar__disabled_x65cu {
1906
1900
  color: #464649;
1907
1901
  background: transparent;
1908
1902
  }
1909
- .calendar__day_1r7ml.calendar__today_1r7ml {
1903
+ .calendar__day_x65cu.calendar__today_x65cu {
1910
1904
  color: #0072ef;
1911
1905
  }
1912
- .calendar__day_1r7ml.calendar__rangeComplete_1r7ml {
1906
+ .calendar__day_x65cu.calendar__rangeComplete_x65cu {
1913
1907
  background: #e8f2fe;
1914
1908
  }
1915
- .calendar__day_1r7ml.calendar__selected_1r7ml,
1916
- .calendar__day_1r7ml.calendar__disabled_1r7ml.calendar__selected_1r7ml {
1909
+ .calendar__day_x65cu.calendar__selected_x65cu,
1910
+ .calendar__day_x65cu.calendar__disabled_x65cu.calendar__selected_x65cu {
1917
1911
  color: #000;
1918
1912
  background: #fff;
1919
1913
  }
1920
- .calendar__day_1r7ml.calendar__selected_1r7ml:hover {
1914
+ .calendar__day_x65cu.calendar__selected_x65cu:hover {
1921
1915
  background: rgb(217, 217, 217);
1922
1916
  }
1923
- .calendar__range_1r7ml .calendar__day_1r7ml:not(.calendar__selected_1r7ml):not(.calendar__disabled_1r7ml):not(.calendar__today_1r7ml) {
1917
+ .calendar__range_x65cu .calendar__day_x65cu:not(.calendar__selected_x65cu):not(.calendar__disabled_x65cu):not(.calendar__today_x65cu) {
1924
1918
  color: #fff;
1925
1919
  }
1926
- .calendar__range_1r7ml:before {
1920
+ .calendar__range_x65cu:before {
1927
1921
  background: rgba(255, 255, 255, 0.1);
1928
1922
  }
1929
- .calendar__rangeComplete_1r7ml:before {
1923
+ .calendar__rangeComplete_x65cu:before {
1930
1924
  background: #e8f2fe;
1931
1925
  }
1932
- .calendar__transitLeft_1r7ml:after {
1926
+ .calendar__transitLeft_x65cu:after {
1933
1927
  background: linear-gradient(
1934
1928
  270deg,
1935
1929
  rgba(255, 255, 255, 0.1) 0%,
1936
1930
  rgba(255, 255, 255, 0) 100%
1937
1931
  );
1938
1932
  }
1939
- .calendar__transitRight_1r7ml:after {
1933
+ .calendar__transitRight_x65cu:after {
1940
1934
  background: linear-gradient(
1941
1935
  270deg,
1942
1936
  rgba(255, 255, 255, 0) 0%,
1943
1937
  rgba(255, 255, 255, 0.1) 100%
1944
1938
  );
1945
1939
  }
1946
- .calendar__rangeComplete_1r7ml.calendar__transitLeft_1r7ml:after {
1940
+ .calendar__rangeComplete_x65cu.calendar__transitLeft_x65cu:after {
1947
1941
  background: linear-gradient(
1948
1942
  270deg,
1949
1943
  #e8f2fe 0%,
1950
1944
  rgba(255, 255, 255, 0) 100%
1951
1945
  );
1952
1946
  }
1953
- .calendar__rangeComplete_1r7ml.calendar__transitRight_1r7ml:after {
1947
+ .calendar__rangeComplete_x65cu.calendar__transitRight_x65cu:after {
1954
1948
  background: linear-gradient(
1955
1949
  270deg,
1956
1950
  rgba(255, 255, 255, 0) 0%,
1957
1951
  #e8f2fe 100%
1958
1952
  );
1959
1953
  }
1960
- .calendar__dot_1r7ml {
1954
+ .calendar__dot_x65cu {
1961
1955
  background: #fff;
1962
1956
  }
1963
- .calendar__selected_1r7ml .calendar__dot_1r7ml {
1957
+ .calendar__selected_x65cu .calendar__dot_x65cu {
1964
1958
  background: #000;
1965
1959
  }
1966
- .calendar__withShadow_sr4za {
1960
+ .calendar__withShadow_1wrlu {
1967
1961
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1968
1962
  }
1969
1963
 
1970
1964
  @media (max-width: 374px) {
1971
1965
  }
1972
- .calendar__empty_18trg {
1966
+ .calendar__empty_lmlq6 {
1973
1967
  color: #8d8d93;
1974
1968
  }
1975
- .calendar__button_euvin {
1969
+ .calendar__button_cyjlz {
1976
1970
  background-color: transparent
1977
1971
  }
1978
- .calendar__button_euvin:not(:disabled):hover {
1972
+ .calendar__button_cyjlz:not(:disabled):hover {
1979
1973
  background-color: #2c2c2e;
1980
1974
  color: #fff;
1981
1975
  }
1982
- .calendar__button_euvin.calendar__filled_euvin {
1976
+ .calendar__button_cyjlz.calendar__filled_cyjlz {
1983
1977
  background-color: #2c2c2e
1984
1978
  }
1985
- .calendar__button_euvin.calendar__filled_euvin:not(:disabled):hover {
1979
+ .calendar__button_cyjlz.calendar__filled_cyjlz:not(:disabled):hover {
1986
1980
  background-color: rgb(59, 59, 61);
1987
1981
  }
1988
- .calendar__button_euvin.calendar__outlined_euvin {
1982
+ .calendar__button_cyjlz.calendar__outlined_cyjlz {
1989
1983
  border: 1px solid #fff;
1990
1984
  }
1991
- .calendar__button_euvin.calendar__selected_euvin,
1992
- .calendar__button_euvin.calendar__selected_euvin:disabled {
1985
+ .calendar__button_cyjlz.calendar__selected_cyjlz,
1986
+ .calendar__button_cyjlz.calendar__selected_cyjlz:disabled {
1993
1987
  background-color: #fff;
1994
1988
  color: #000
1995
1989
  }
1996
- .calendar__button_euvin.calendar__selected_euvin:not(:disabled):hover, .calendar__button_euvin.calendar__selected_euvin:disabled:not(:disabled):hover {
1990
+ .calendar__button_cyjlz.calendar__selected_cyjlz:not(:disabled):hover, .calendar__button_cyjlz.calendar__selected_cyjlz:disabled:not(:disabled):hover {
1997
1991
  background-color: #fff;
1998
1992
  color: #000;
1999
1993
  }
@@ -2001,302 +1995,308 @@
2001
1995
  }
2002
1996
 
2003
1997
 
2004
- .modal__button_y81om {
1998
+ .modal__button_c70b1 {
2005
1999
  background: rgba(18, 18, 18, 0.4);
2006
2000
  }
2007
2001
 
2008
2002
 
2009
2003
 
2010
2004
 
2011
- .modal__sticky_1mxxz {
2005
+ .modal__sticky_vpc92 {
2012
2006
  background: #121212;
2013
2007
  }
2014
- .modal__highlighted_1mxxz {
2008
+ .modal__highlighted_vpc92 {
2015
2009
  background: #121212;
2016
2010
  box-shadow: 0 -1px 0 0 #2b2b2e;
2017
2011
  }
2018
2012
 
2019
2013
 
2020
2014
 
2021
- .modal__highlighted_12d75 {
2015
+ .modal__highlighted_1yuel {
2022
2016
  background: #121212;
2023
2017
  }
2024
- .modal__sticky_12d75.modal__hasContent_12d75 {
2018
+ .modal__sticky_1yuel.modal__hasContent_1yuel {
2025
2019
  background: #121212;
2026
2020
  }
2027
- .toast__toastPlate_167us {
2028
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2021
+ .toast-plate__component_1tjp0 {
2022
+ color: #000;
2023
+ background-color: #fff
2029
2024
  }
2030
- .toast__popoverInner_167us {
2031
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2032
- background-color: transparent;
2033
- }.bank-card__component_m3l4l {
2025
+ .toast-plate__closeButtonWrapper_1tjp0:before {
2026
+ background-color: #e9e9eb;
2027
+ }.bank-card__component_a969q {
2034
2028
  --form-control-bg-color: transparent;
2035
2029
  --form-control-hover-bg-color: transparent;
2036
2030
  --form-control-focus-bg-color: transparent;
2037
2031
  }
2038
- .bank-card__label_m3l4l {
2032
+ .bank-card__label_a969q {
2039
2033
  color: rgba(0, 0, 0, 0.6)
2040
2034
  }
2041
- .bank-card__focused_m3l4l .bank-card__label_m3l4l,
2042
- .bank-card__filled_m3l4l .bank-card__label_m3l4l {
2035
+ .bank-card__focused_a969q .bank-card__label_a969q,
2036
+ .bank-card__filled_a969q .bank-card__label_a969q {
2043
2037
  color: #000
2044
2038
  }
2045
- .bank-card__input_m3l4l {
2039
+ .bank-card__input_a969q {
2046
2040
  color: #000;
2047
2041
  caret-color: #000
2048
2042
  }
2049
- .bank-card__bankLogo_m3l4l svg g {
2043
+ .bank-card__bankLogo_a969q svg g {
2050
2044
  fill: #000;
2051
2045
  }
2052
- .bank-card__brandLogo_m3l4l svg {
2046
+ .bank-card__brandLogo_a969q svg {
2053
2047
  fill: #000;
2054
2048
  }
2055
- .bank-card__usePhoto_m3l4l {
2049
+ .bank-card__usePhoto_a969q {
2056
2050
  background-color: transparent
2057
2051
  }
2058
- .bank-card__usePhoto_m3l4l svg {
2052
+ .bank-card__usePhoto_a969q svg {
2059
2053
  fill: #000;
2060
- }.amount-input__minorPartAndCurrency_o2xq7 {
2054
+ }.amount-input__minorPartAndCurrency_1ui6s {
2061
2055
  color: #8d8d93;
2062
2056
  }
2063
- .amount-input__filled_1jjrn .amount-input__input_1jjrn,
2064
- .amount-input__input_1jjrn:focus {
2057
+ .amount-input__filled_d1j9s .amount-input__input_d1j9s,
2058
+ .amount-input__input_d1j9s:focus {
2065
2059
  -webkit-text-fill-color: transparent;
2066
2060
  }
2067
- .amount-input__minorPartAndCurrency_g1yf7 {
2061
+ .amount-input__minorPartAndCurrency_q0cv8 {
2068
2062
  color: #8a8a8e;
2069
- }.tooltip__hint_jsls1 {
2063
+ }.tooltip__hint_n0jtz {
2070
2064
  background-color: #fff;
2071
2065
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2072
2066
  0 8px 16px rgba(11, 31, 53, 0.16);
2073
2067
  color: #000;
2074
2068
  }
2075
- .tooltip__hint_jsls1 .tooltip__arrow_jsls1:after {
2069
+ .tooltip__hint_n0jtz .tooltip__arrow_n0jtz:after {
2076
2070
  background-color: #fff;
2077
2071
  border-color: #fff;
2078
2072
  }
2079
2073
 
2080
- .tooltip__tooltip_19zbu {
2074
+ .tooltip__tooltip_1g13y {
2081
2075
  background-color: #fff;
2082
2076
  color: #000;
2083
2077
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2084
2078
  0 8px 16px rgba(11, 31, 53, 0.16);
2085
2079
  }
2086
- .tooltip__tooltip_19zbu .tooltip__arrow_19zbu:after {
2080
+ .tooltip__tooltip_1g13y .tooltip__arrow_1g13y:after {
2087
2081
  background-color: #fff;
2088
2082
  }
2089
- .tooltip__hint_19zbu {
2083
+ .tooltip__hint_1g13y {
2090
2084
  background-color: #121212;
2091
2085
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2092
2086
  color: #fff;
2093
2087
  }
2094
- .tooltip__hint_19zbu .tooltip__arrow_19zbu:after {
2088
+ .tooltip__hint_1g13y .tooltip__arrow_1g13y:after {
2095
2089
  background-color: #121212;
2096
2090
  }
2097
- @media (min-width: 600px) {
2098
- }.calendar-with-skeleton__skeleton_7z4pd {
2091
+ .toast__toastPlate_1ffx6 {
2092
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2093
+ }
2094
+ .toast__popoverInner_1ffx6 {
2095
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2096
+ background-color: transparent;
2097
+ }.calendar-with-skeleton__skeleton_1epsk {
2099
2098
  background-color: #121212;
2100
- }.calendar-input__calendarIcon_1ie4q {
2101
- color: #fff
2102
- }.select__arrow_82t8c {
2099
+ }.select__arrow_1dato {
2103
2100
  color: #fff;
2104
2101
  }
2105
- .select__popoverInner_9d9ek {
2102
+ .select__popoverInner_14wb9 {
2106
2103
  background: transparent;
2107
2104
  }
2108
- .select__optionsList_9d9ek {
2105
+ .select__optionsList_14wb9 {
2109
2106
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2110
2107
  background: #121212;
2111
2108
  }
2112
- .select__single_9b10r {
2109
+ .select__single_1iq6v {
2113
2110
  background: #fff
2114
2111
  }
2115
- .select__placeholder_kptkw {
2112
+ .select__placeholder_lxnc4 {
2116
2113
  color: #8d8d93;
2117
2114
  }
2118
- .select__focusVisible_kptkw {
2115
+ .select__focusVisible_lxnc4 {
2119
2116
  outline: 2px solid #0072ef;
2120
2117
  }
2121
- .select__optgroup_o9jat {
2118
+ .select__optgroup_ox36x {
2122
2119
  background: #121212
2123
2120
  }
2124
- .select__label_o9jat {
2121
+ .select__label_ox36x {
2125
2122
  color: #8d8d93;
2126
2123
  }
2127
- .select__option_94slb {
2124
+ .select__option_14wgq {
2128
2125
  background: #121212;
2129
2126
  color: #fff
2130
2127
  }
2131
- .select__option_94slb:not(.select__disabled_94slb):active {
2128
+ .select__option_14wgq:not(.select__disabled_14wgq):active {
2132
2129
  background: #2c2c2e;
2133
2130
  color: #fff;
2134
2131
  }
2135
- .select__option_94slb:before {
2132
+ .select__option_14wgq:before {
2136
2133
  background: #2b2b2e;
2137
2134
  }
2138
- .select__selected_94slb {
2135
+ .select__selected_14wgq {
2139
2136
  background: #121212;
2140
2137
  color: #fff;
2141
2138
  }
2142
- .select__highlighted_94slb {
2139
+ .select__highlighted_14wgq {
2143
2140
  background: #202022;
2144
2141
  color: #fff
2145
2142
  }
2146
- .select__disabled_94slb {
2143
+ .select__disabled_14wgq {
2147
2144
  background: #121212;
2148
2145
  color: #8d8d93;
2149
2146
  }
2150
- .select__emptyPlaceholder_os0gc {
2147
+ .select__emptyPlaceholder_185co {
2151
2148
  color: #8d8d93;
2152
2149
  }
2153
- .select__popoverInner_842yg {
2150
+ .select__popoverInner_1slya {
2154
2151
  background: transparent;
2155
2152
  }
2156
- .select__virtualRow_l0rrb:before {
2153
+ .select__virtualRow_19rig:before {
2157
2154
  background: #2b2b2e;
2158
2155
  }
2159
- .select__emptyPlaceholder_l0rrb {
2156
+ .select__emptyPlaceholder_19rig {
2160
2157
  color: #8d8d93;
2161
2158
  }
2162
2159
 
2163
2160
 
2164
2161
 
2165
- .select__emptyPlaceholder_5w1x2 {
2162
+ .select__emptyPlaceholder_oockh {
2166
2163
  color: #8d8d93;
2167
2164
  }
2168
- .select__footer_5w1x2 {
2165
+ .select__footer_oockh {
2169
2166
  background-color: #121212
2170
2167
  }
2171
- .select__highlighted_5w1x2 {
2168
+ .select__highlighted_oockh {
2172
2169
  border-top: 1px solid #2b2b2e;
2173
2170
  background-color: #121212;
2174
2171
  }
2175
- .select__footer_itni3 {
2172
+ .select__footer_dmtlb {
2176
2173
  background: #121212
2177
2174
  }
2178
- .select__withBorder_itni3 {
2175
+ .select__withBorder_dmtlb {
2179
2176
  box-shadow: inset 0 1px 0 #262629;
2180
- }.gallery__modal_6bx6m {
2177
+ }.calendar-input__calendarIcon_8qikc {
2178
+ color: #fff
2179
+ }@media (min-width: 600px) {
2180
+ }.gallery__modal_1mscg {
2181
2181
  background: transparent;
2182
2182
  }
2183
- .gallery__header_1mho7 {
2183
+ .gallery__header_bugkz {
2184
2184
  background-color: #e9e9eb;
2185
2185
  }
2186
2186
 
2187
- .gallery__component_1i7xv {
2187
+ .gallery__component_17jdo {
2188
2188
  border: 2px solid rgba(0, 0, 0, 0);
2189
2189
  }
2190
- .gallery__active_1i7xv {
2190
+ .gallery__active_17jdo {
2191
2191
  border-color: #000
2192
2192
  }
2193
- .gallery__image_1i7xv {
2193
+ .gallery__image_17jdo {
2194
2194
  background-color: #121212
2195
2195
  }
2196
- .gallery__loading_1i7xv {
2196
+ .gallery__loading_17jdo {
2197
2197
  background-color: #e9eaeb;
2198
2198
  }
2199
- .gallery__brokenImageWrapper_1i7xv {
2199
+ .gallery__brokenImageWrapper_17jdo {
2200
2200
  background-color: #121212
2201
2201
  }
2202
- .gallery__focused_1i7xv {
2202
+ .gallery__focused_17jdo {
2203
2203
  outline: 2px solid #0072ef;
2204
2204
  }
2205
- .gallery__component_1plf1 {
2205
+ .gallery__component_fjzrn {
2206
2206
  background-color: rgba(255, 255, 255, 0.5);
2207
2207
  }
2208
- .gallery__slideLoading_1plf1 {
2208
+ .gallery__slideLoading_fjzrn {
2209
2209
  background-color: #e9eaeb;
2210
2210
  }
2211
- .gallery__image_1plf1 {
2211
+ .gallery__image_fjzrn {
2212
2212
  background-color: #121212;
2213
2213
  }
2214
- .gallery__smallImage_1plf1 {
2214
+ .gallery__smallImage_fjzrn {
2215
2215
  background-color: #121212;
2216
2216
  }
2217
- .gallery__arrow_1plf1 {
2217
+ .gallery__arrow_fjzrn {
2218
2218
  color: #000
2219
2219
  }
2220
- .gallery__arrow_1plf1:hover {
2220
+ .gallery__arrow_fjzrn:hover {
2221
2221
  background-color: rgba(255, 255, 255, 0.1);
2222
2222
  }
2223
- .gallery__arrow_1plf1:active {
2223
+ .gallery__arrow_fjzrn:active {
2224
2224
  background-color: rgba(255, 255, 255, 0.2);
2225
2225
  }
2226
- .gallery__focused_1plf1 {
2226
+ .gallery__focused_fjzrn {
2227
2227
  outline: 2px solid #0072ef;
2228
2228
  }
2229
- .gallery__placeholder_1plf1 {
2229
+ .gallery__placeholder_fjzrn {
2230
2230
  background-color: #121212;
2231
2231
  }
2232
- .gallery__fullScreenImage_1plf1 {
2232
+ .gallery__fullScreenImage_fjzrn {
2233
2233
  background-color: #121212;
2234
2234
  }
2235
- .gallery__component_db3la {
2235
+ .gallery__component_3r936 {
2236
2236
  background-color: #e9e9eb
2237
- }.calendar-range__divider_129dr:after {
2237
+ }.calendar-range__divider_tm8va:after {
2238
2238
  background-color: #fff;
2239
2239
  }
2240
- .intl-phone-input__flagIcon_igbni {
2240
+ .intl-phone-input__flagIcon_ohf8w {
2241
2241
  box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2242
2242
  }
2243
- .intl-phone-input__dialCode_1yucd {
2243
+ .intl-phone-input__dialCode_16fit {
2244
2244
  color: #8d8d93;
2245
2245
  }
2246
- .intl-phone-input__focusVisible_chscf {
2246
+ .intl-phone-input__focusVisible_19jha {
2247
2247
  outline: 2px solid #0072ef;
2248
- }.table__component_1r8h2 {
2248
+ }.table__component_bl621 {
2249
2249
  border-top: 1px solid #2b2b2e;
2250
2250
  }
2251
- .table__wrapper_1iejc {
2251
+ .table__wrapper_a9lml {
2252
2252
  background: #121212;
2253
2253
  box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2254
2254
  0 2px 4px rgba(11, 31, 53, 0.16);
2255
2255
  }
2256
2256
 
2257
- .table__component_o9lz1 {
2257
+ .table__component_p4k7v {
2258
2258
  color: #fff;
2259
2259
  border-top: 1px solid #2b2b2e;
2260
2260
  }
2261
2261
 
2262
- .table__component_qjgql th:not(:last-child):not(:empty):after {
2262
+ .table__component_tdy1l th:not(:last-child):not(:empty):after {
2263
2263
  background-color: #2a2a2c;
2264
2264
  }
2265
- .table__component_1quxg {
2265
+ .table__component_ncaxr {
2266
2266
  color: #fff;
2267
2267
  border-bottom: 1px solid #2b2b2e;
2268
2268
  background: #121212;
2269
2269
  }
2270
- .table__sorted_1quxg {
2270
+ .table__sorted_ncaxr {
2271
2271
  color: #fff;
2272
2272
  }
2273
- .table__component_p00tu {
2273
+ .table__component_1aqsu {
2274
2274
  background: #121212
2275
2275
  }
2276
- .table__withoutBorder_p00tu {
2276
+ .table__withoutBorder_1aqsu {
2277
2277
  }
2278
- .table__clickable_p00tu:hover {
2278
+ .table__clickable_1aqsu:hover {
2279
2279
  background-color: #202022;
2280
2280
  }
2281
- .table__selected_p00tu {
2281
+ .table__selected_1aqsu {
2282
2282
  background-color: #f2f8ff
2283
2283
  }
2284
- .table__selected_p00tu:hover {
2284
+ .table__selected_1aqsu:hover {
2285
2285
  background-color: #e8f2fe;
2286
2286
  }
2287
- .table__icon_rv5d3 {
2287
+ .table__icon_vqxj7 {
2288
2288
  color: #8d8d93
2289
2289
  }
2290
- .table__icon_rv5d3:hover {
2290
+ .table__icon_vqxj7:hover {
2291
2291
  color: #fff;
2292
2292
  }
2293
- .table__sorted_rv5d3 {
2293
+ .table__sorted_vqxj7 {
2294
2294
  color: #0072ef
2295
2295
  }
2296
- .table__sorted_rv5d3:hover {
2296
+ .table__sorted_vqxj7:hover {
2297
2297
  color: #0072ef;
2298
2298
  }
2299
- .table__open_1m7fi,
2300
- .table__open_1m7fi:hover {
2299
+ .table__open_faid7,
2300
+ .table__open_faid7:hover {
2301
2301
  background-color: rgba(255, 255, 255, 0.163);
2302
2302
  }