@alfalab/core-components 42.2.1 → 42.2.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 (1616) hide show
  1. package/action-button/default.css +1 -1
  2. package/action-button/esm/default.css +1 -1
  3. package/action-button/esm/index.css +1 -1
  4. package/action-button/esm/inverted.css +1 -1
  5. package/action-button/esm/static.css +1 -1
  6. package/action-button/index.css +1 -1
  7. package/action-button/inverted.css +1 -1
  8. package/action-button/modern/default.css +1 -1
  9. package/action-button/modern/index.css +1 -1
  10. package/action-button/modern/inverted.css +1 -1
  11. package/action-button/modern/static.css +1 -1
  12. package/action-button/static.css +1 -1
  13. package/alert/esm/index.css +1 -1
  14. package/alert/index.css +1 -1
  15. package/alert/modern/index.css +1 -1
  16. package/amount-input/default.css +1 -1
  17. package/amount-input/esm/default.css +1 -1
  18. package/amount-input/esm/index.css +1 -1
  19. package/amount-input/esm/inverted.css +1 -1
  20. package/amount-input/index.css +1 -1
  21. package/amount-input/inverted.css +1 -1
  22. package/amount-input/modern/default.css +1 -1
  23. package/amount-input/modern/index.css +1 -1
  24. package/amount-input/modern/inverted.css +1 -1
  25. package/attach/esm/index.css +1 -1
  26. package/attach/index.css +1 -1
  27. package/attach/modern/index.css +1 -1
  28. package/bank-card/esm/index.css +1 -1
  29. package/bank-card/index.css +1 -1
  30. package/bank-card/modern/index.css +1 -1
  31. package/base-modal/esm/index.css +1 -1
  32. package/base-modal/index.css +1 -1
  33. package/base-modal/modern/index.css +1 -1
  34. package/bottom-sheet/components/footer/index.css +1 -1
  35. package/bottom-sheet/components/header/index.css +1 -1
  36. package/bottom-sheet/esm/components/footer/index.css +1 -1
  37. package/bottom-sheet/esm/components/header/index.css +1 -1
  38. package/bottom-sheet/esm/index.css +1 -1
  39. package/bottom-sheet/index.css +1 -1
  40. package/bottom-sheet/modern/components/footer/index.css +1 -1
  41. package/bottom-sheet/modern/components/header/index.css +1 -1
  42. package/bottom-sheet/modern/index.css +1 -1
  43. package/button/Component.desktop.js +1 -1
  44. package/button/Component.mobile.js +1 -1
  45. package/button/Component.responsive.js +1 -1
  46. package/button/components/base-button/Component.js +4 -4
  47. package/button/components/base-button/default.css +1 -2
  48. package/button/components/base-button/index.css +3 -1
  49. package/button/components/base-button/index.js +1 -1
  50. package/button/components/base-button/inverted.css +1 -2
  51. package/button/cssm/Component.desktop.js +2 -2
  52. package/button/cssm/Component.mobile.js +2 -2
  53. package/button/cssm/Component.responsive.js +2 -2
  54. package/button/cssm/components/base-button/Component.js +3 -3
  55. package/button/cssm/components/base-button/default.module.css +0 -1
  56. package/button/cssm/components/base-button/index.js +2 -2
  57. package/button/cssm/components/base-button/index.module.css +2 -0
  58. package/button/cssm/components/base-button/inverted.module.css +0 -1
  59. package/button/cssm/desktop.js +2 -2
  60. package/button/cssm/index.js +2 -2
  61. package/button/cssm/mobile.js +2 -2
  62. package/button/default.desktop.css +1 -1
  63. package/button/default.mobile.css +1 -1
  64. package/button/desktop.css +1 -1
  65. package/button/desktop.js +1 -1
  66. package/button/esm/Component.desktop.js +1 -1
  67. package/button/esm/Component.mobile.js +1 -1
  68. package/button/esm/Component.responsive.js +1 -1
  69. package/button/esm/components/base-button/Component.js +4 -4
  70. package/button/esm/components/base-button/default.css +1 -2
  71. package/button/esm/components/base-button/index.css +3 -1
  72. package/button/esm/components/base-button/index.js +1 -1
  73. package/button/esm/components/base-button/inverted.css +1 -2
  74. package/button/esm/default.desktop.css +1 -1
  75. package/button/esm/default.mobile.css +1 -1
  76. package/button/esm/desktop.css +1 -1
  77. package/button/esm/desktop.js +1 -1
  78. package/button/esm/index.js +1 -1
  79. package/button/esm/inverted.desktop.css +1 -1
  80. package/button/esm/inverted.mobile.css +1 -1
  81. package/button/esm/mobile.css +1 -1
  82. package/button/esm/mobile.js +1 -1
  83. package/button/index.js +1 -1
  84. package/button/inverted.desktop.css +1 -1
  85. package/button/inverted.mobile.css +1 -1
  86. package/button/mobile.css +1 -1
  87. package/button/mobile.js +1 -1
  88. package/button/modern/Component.desktop.js +1 -1
  89. package/button/modern/Component.mobile.js +1 -1
  90. package/button/modern/Component.responsive.js +1 -1
  91. package/button/modern/components/base-button/Component.js +5 -4
  92. package/button/modern/components/base-button/default.css +1 -2
  93. package/button/modern/components/base-button/index.css +3 -1
  94. package/button/modern/components/base-button/index.js +1 -1
  95. package/button/modern/components/base-button/inverted.css +1 -2
  96. package/button/modern/default.desktop.css +1 -1
  97. package/button/modern/default.mobile.css +1 -1
  98. package/button/modern/desktop.css +1 -1
  99. package/button/modern/desktop.js +1 -1
  100. package/button/modern/index.js +1 -1
  101. package/button/modern/inverted.desktop.css +1 -1
  102. package/button/modern/inverted.mobile.css +1 -1
  103. package/button/modern/mobile.css +1 -1
  104. package/button/modern/mobile.js +1 -1
  105. package/calendar/components/calendar-mobile/index.css +1 -1
  106. package/calendar/components/days-table/index.css +1 -1
  107. package/calendar/components/header/index.css +1 -1
  108. package/calendar/components/month-year-header/index.css +1 -1
  109. package/calendar/components/months-table/index.css +1 -1
  110. package/calendar/components/period-slider/index.css +1 -1
  111. package/calendar/components/select-button/index.css +1 -1
  112. package/calendar/components/years-table/index.css +1 -1
  113. package/calendar/desktop.css +1 -1
  114. package/calendar/esm/components/calendar-mobile/index.css +1 -1
  115. package/calendar/esm/components/days-table/index.css +1 -1
  116. package/calendar/esm/components/header/index.css +1 -1
  117. package/calendar/esm/components/month-year-header/index.css +1 -1
  118. package/calendar/esm/components/months-table/index.css +1 -1
  119. package/calendar/esm/components/period-slider/index.css +1 -1
  120. package/calendar/esm/components/select-button/index.css +1 -1
  121. package/calendar/esm/components/years-table/index.css +1 -1
  122. package/calendar/esm/desktop.css +1 -1
  123. package/calendar/modern/Component-50136800.d.ts +166 -3
  124. package/calendar/modern/Component.desktop-ebda875c.d.ts +6 -0
  125. package/calendar/modern/components/calendar-mobile/index.css +1 -1
  126. package/calendar/modern/components/days-table/index.css +1 -1
  127. package/calendar/modern/components/header/index.css +1 -1
  128. package/calendar/modern/components/month-year-header/index.css +1 -1
  129. package/calendar/modern/components/months-table/index.css +1 -1
  130. package/calendar/modern/components/period-slider/index.css +1 -1
  131. package/calendar/modern/components/select-button/index.css +1 -1
  132. package/calendar/modern/components/years-table/index.css +1 -1
  133. package/calendar/modern/desktop-63dec22f.d.ts +2 -6
  134. package/calendar/modern/desktop.css +1 -1
  135. package/calendar-input/components/calendar-input/index.css +1 -1
  136. package/calendar-input/esm/Component-50136800.d.ts +166 -3
  137. package/calendar-input/esm/Component-5684a67d.d.ts +23 -0
  138. package/calendar-input/esm/Component-63dec22f.d.ts +12 -155
  139. package/calendar-input/esm/Component-e2b6c730.d.ts +76 -0
  140. package/calendar-input/esm/Component.desktop-8b5756fe.d.ts +5 -68
  141. package/calendar-input/esm/components/calendar-input/Component.d.ts +1 -1
  142. package/calendar-input/esm/components/calendar-input/index.css +1 -1
  143. package/calendar-input/esm/desktop-8b5756fe.d.ts +2 -0
  144. package/calendar-input/esm/index-9211a437.d.ts +1 -1
  145. package/calendar-input/esm/index-ebda875c.d.ts +1 -1
  146. package/calendar-input/esm/index-f034f741.d.ts +2 -80
  147. package/calendar-input/esm/mobile-c219f8ca.d.ts +367 -1
  148. package/calendar-input/esm/utils-e0a54580.d.ts +8 -0
  149. package/calendar-input/modern/components/calendar-input/index.css +1 -1
  150. package/calendar-range/Component.js +1 -1
  151. package/calendar-range/components/divider/index.css +1 -1
  152. package/calendar-range/cssm/utils.js +3 -1
  153. package/calendar-range/esm/Component.js +1 -1
  154. package/calendar-range/esm/components/divider/index.css +1 -1
  155. package/calendar-range/esm/index.js +1 -1
  156. package/calendar-range/esm/views/index.css +1 -1
  157. package/calendar-range/esm/views/popover.js +1 -1
  158. package/calendar-range/esm/views/static.js +1 -1
  159. package/calendar-range/index.js +1 -1
  160. package/calendar-range/modern/Component.js +1 -1
  161. package/calendar-range/modern/components/divider/index.css +1 -1
  162. package/calendar-range/modern/index.js +1 -1
  163. package/calendar-range/modern/views/index.css +1 -1
  164. package/calendar-range/modern/views/popover.js +1 -1
  165. package/calendar-range/modern/views/static.js +1 -1
  166. package/calendar-range/views/index.css +1 -1
  167. package/calendar-range/views/popover.js +1 -1
  168. package/calendar-range/views/static.js +1 -1
  169. package/calendar-with-skeleton/cssm/index-ebda875c.d.ts +16 -14
  170. package/calendar-with-skeleton/esm/index-ebda875c.d.ts +16 -14
  171. package/calendar-with-skeleton/esm/index.css +1 -1
  172. package/calendar-with-skeleton/index-ebda875c.d.ts +16 -14
  173. package/calendar-with-skeleton/index.css +1 -1
  174. package/calendar-with-skeleton/modern/index-ebda875c.d.ts +16 -14
  175. package/calendar-with-skeleton/modern/index.css +1 -1
  176. package/cdn-icon/esm/index.css +1 -1
  177. package/cdn-icon/index.css +1 -1
  178. package/cdn-icon/modern/index.css +1 -1
  179. package/confirmation/component.desktop.js +1 -1
  180. package/confirmation/component.mobile.js +1 -1
  181. package/confirmation/component.responsive.js +1 -1
  182. package/confirmation/components/base-confirmation/component.js +1 -1
  183. package/confirmation/components/base-confirmation/index.css +1 -1
  184. package/confirmation/components/base-confirmation/index.js +1 -1
  185. package/confirmation/components/countdown-loader/index.css +1 -1
  186. package/confirmation/components/header/index.css +1 -1
  187. package/confirmation/components/index.js +1 -1
  188. package/confirmation/components/screens/fatal-error/index.css +1 -1
  189. package/confirmation/components/screens/hint/index.css +1 -1
  190. package/confirmation/components/screens/index.js +1 -1
  191. package/confirmation/components/screens/initial/component.js +1 -1
  192. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  193. package/confirmation/components/screens/initial/index.css +1 -1
  194. package/confirmation/components/screens/initial/index.js +1 -1
  195. package/confirmation/components/screens/temp-block/index.css +1 -1
  196. package/confirmation/desktop.js +1 -1
  197. package/confirmation/esm/component.desktop.js +1 -1
  198. package/confirmation/esm/component.mobile.js +1 -1
  199. package/confirmation/esm/component.responsive.js +1 -1
  200. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  201. package/confirmation/esm/components/base-confirmation/index.css +1 -1
  202. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  203. package/confirmation/esm/components/countdown-loader/index.css +1 -1
  204. package/confirmation/esm/components/header/index.css +1 -1
  205. package/confirmation/esm/components/index.js +1 -1
  206. package/confirmation/esm/components/screens/fatal-error/index.css +1 -1
  207. package/confirmation/esm/components/screens/hint/index.css +1 -1
  208. package/confirmation/esm/components/screens/index.js +1 -1
  209. package/confirmation/esm/components/screens/initial/component.js +1 -1
  210. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  211. package/confirmation/esm/components/screens/initial/index.css +1 -1
  212. package/confirmation/esm/components/screens/initial/index.js +1 -1
  213. package/confirmation/esm/components/screens/temp-block/index.css +1 -1
  214. package/confirmation/esm/desktop.js +1 -1
  215. package/confirmation/esm/index.js +1 -1
  216. package/confirmation/esm/mobile.css +1 -1
  217. package/confirmation/esm/mobile.js +1 -1
  218. package/confirmation/esm/shared.js +1 -1
  219. package/confirmation/index.js +1 -1
  220. package/confirmation/mobile.css +1 -1
  221. package/confirmation/mobile.js +1 -1
  222. package/confirmation/modern/component.desktop.js +1 -1
  223. package/confirmation/modern/component.mobile.js +1 -1
  224. package/confirmation/modern/component.responsive.js +1 -1
  225. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  226. package/confirmation/modern/components/base-confirmation/index.css +1 -1
  227. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  228. package/confirmation/modern/components/countdown-loader/index.css +1 -1
  229. package/confirmation/modern/components/header/index.css +1 -1
  230. package/confirmation/modern/components/index.js +1 -1
  231. package/confirmation/modern/components/screens/fatal-error/index.css +1 -1
  232. package/confirmation/modern/components/screens/hint/index.css +1 -1
  233. package/confirmation/modern/components/screens/index.js +1 -1
  234. package/confirmation/modern/components/screens/initial/component.js +1 -1
  235. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  236. package/confirmation/modern/components/screens/initial/index.css +1 -1
  237. package/confirmation/modern/components/screens/initial/index.js +1 -1
  238. package/confirmation/modern/components/screens/temp-block/index.css +1 -1
  239. package/confirmation/modern/desktop.js +1 -1
  240. package/confirmation/modern/index.js +1 -1
  241. package/confirmation/modern/mobile.css +1 -1
  242. package/confirmation/modern/mobile.js +1 -1
  243. package/confirmation/modern/shared.js +1 -1
  244. package/confirmation/shared.js +1 -1
  245. package/confirmation-v1/components/code-input/index.css +1 -1
  246. package/confirmation-v1/components/countdown/index.css +1 -1
  247. package/confirmation-v1/components/countdown-loader/index.css +1 -1
  248. package/confirmation-v1/components/overlimit/index.css +1 -1
  249. package/confirmation-v1/components/sign-confirmation/index.css +1 -1
  250. package/confirmation-v1/cssm/desktop-63dec22f.d.ts +14 -14
  251. package/confirmation-v1/desktop-63dec22f.d.ts +14 -14
  252. package/confirmation-v1/esm/components/code-input/index.css +1 -1
  253. package/confirmation-v1/esm/components/countdown/index.css +1 -1
  254. package/confirmation-v1/esm/components/countdown-loader/index.css +1 -1
  255. package/confirmation-v1/esm/components/overlimit/index.css +1 -1
  256. package/confirmation-v1/esm/components/sign-confirmation/index.css +1 -1
  257. package/confirmation-v1/esm/desktop-63dec22f.d.ts +14 -14
  258. package/confirmation-v1/esm/index.css +1 -1
  259. package/confirmation-v1/index.css +1 -1
  260. package/confirmation-v1/modern/components/code-input/index.css +1 -1
  261. package/confirmation-v1/modern/components/countdown/index.css +1 -1
  262. package/confirmation-v1/modern/components/countdown-loader/index.css +1 -1
  263. package/confirmation-v1/modern/components/overlimit/index.css +1 -1
  264. package/confirmation-v1/modern/components/sign-confirmation/index.css +1 -1
  265. package/confirmation-v1/modern/desktop-63dec22f.d.ts +14 -14
  266. package/confirmation-v1/modern/index.css +1 -1
  267. package/custom-button/esm/index.css +1 -1
  268. package/custom-button/index.css +1 -1
  269. package/custom-button/modern/index.css +1 -1
  270. package/custom-picker-button/Component-50136800.d.ts +31 -24
  271. package/custom-picker-button/cssm/Component-50136800.d.ts +31 -24
  272. package/custom-picker-button/esm/Component-50136800.d.ts +31 -24
  273. package/custom-picker-button/esm/field/index.css +1 -1
  274. package/custom-picker-button/field/index.css +1 -1
  275. package/custom-picker-button/modern/Component-50136800.d.ts +31 -24
  276. package/custom-picker-button/modern/field/index.css +1 -1
  277. package/date-input/esm/index.css +1 -1
  278. package/date-input/index.css +1 -1
  279. package/date-input/modern/index.css +1 -1
  280. package/date-range-input/components/date-range-input/index.css +1 -1
  281. package/date-range-input/cssm/Component.desktop-8b5756fe.d.ts +1 -8
  282. package/date-range-input/cssm/index-ebda875c.d.ts +115 -15
  283. package/date-range-input/cssm/index-f034f741.d.ts +5 -2
  284. package/date-range-input/esm/Component-50136800.d.ts +166 -3
  285. package/date-range-input/esm/Component-5684a67d.d.ts +23 -0
  286. package/date-range-input/esm/Component-63dec22f.d.ts +12 -155
  287. package/date-range-input/esm/Component-e2b6c730.d.ts +76 -0
  288. package/date-range-input/esm/Component.desktop-8b5756fe.d.ts +5 -68
  289. package/date-range-input/esm/components/date-range-input/Component.d.ts +1 -1
  290. package/date-range-input/esm/components/date-range-input/index.css +1 -1
  291. package/date-range-input/esm/desktop-8b5756fe.d.ts +2 -0
  292. package/date-range-input/esm/index-9211a437.d.ts +1 -1
  293. package/date-range-input/esm/index-ebda875c.d.ts +115 -15
  294. package/date-range-input/esm/index-f034f741.d.ts +2 -80
  295. package/date-range-input/esm/mobile-c219f8ca.d.ts +367 -1
  296. package/date-range-input/esm/utils-e0a54580.d.ts +8 -0
  297. package/date-range-input/modern/components/date-range-input/index.css +1 -1
  298. package/date-time-input/components/date-time-input/index.css +1 -1
  299. package/date-time-input/esm/Component.desktop-8b5756fe.d.ts +1 -8
  300. package/date-time-input/esm/components/date-time-input/index.css +1 -1
  301. package/date-time-input/esm/index-ebda875c.d.ts +115 -15
  302. package/date-time-input/esm/index-f034f741.d.ts +5 -2
  303. package/date-time-input/modern/Component-50136800.d.ts +166 -3
  304. package/date-time-input/modern/Component-5684a67d.d.ts +23 -0
  305. package/date-time-input/modern/Component-63dec22f.d.ts +12 -155
  306. package/date-time-input/modern/Component-e2b6c730.d.ts +76 -0
  307. package/date-time-input/modern/Component.desktop-8b5756fe.d.ts +5 -68
  308. package/date-time-input/modern/Component.desktop-ebda875c.d.ts +6 -0
  309. package/date-time-input/modern/components/date-time-input/Component.d.ts +1 -1
  310. package/date-time-input/modern/components/date-time-input/index.css +1 -1
  311. package/date-time-input/modern/desktop-8b5756fe.d.ts +2 -0
  312. package/date-time-input/modern/index-9211a437.d.ts +1 -1
  313. package/date-time-input/modern/index-ebda875c.d.ts +115 -15
  314. package/date-time-input/modern/index-f034f741.d.ts +2 -80
  315. package/date-time-input/modern/mobile-c219f8ca.d.ts +367 -1
  316. package/date-time-input/modern/utils-e0a54580.d.ts +8 -0
  317. package/drawer/esm/index.css +1 -1
  318. package/drawer/index.css +1 -1
  319. package/drawer/modern/index.css +1 -1
  320. package/file-upload-item/esm/index.css +1 -1
  321. package/file-upload-item/index.css +1 -1
  322. package/file-upload-item/modern/index.css +1 -1
  323. package/gallery/Component.js +2 -2
  324. package/gallery/components/header/Component.js +1 -1
  325. package/gallery/components/header/buttons.js +1 -1
  326. package/gallery/components/header/index.css +1 -1
  327. package/gallery/components/header/index.js +1 -1
  328. package/gallery/components/header-info-block/index.css +1 -1
  329. package/gallery/components/image-preview/index.css +1 -1
  330. package/gallery/components/image-viewer/component.js +1 -1
  331. package/gallery/components/image-viewer/index.css +1 -1
  332. package/gallery/components/image-viewer/index.js +1 -1
  333. package/gallery/components/image-viewer/slide.js +1 -1
  334. package/gallery/components/index.js +2 -2
  335. package/gallery/components/navigation-bar/index.css +1 -1
  336. package/gallery/esm/Component.js +2 -2
  337. package/gallery/esm/components/header/Component.js +1 -1
  338. package/gallery/esm/components/header/buttons.js +1 -1
  339. package/gallery/esm/components/header/index.css +1 -1
  340. package/gallery/esm/components/header/index.js +1 -1
  341. package/gallery/esm/components/header-info-block/index.css +1 -1
  342. package/gallery/esm/components/image-preview/index.css +1 -1
  343. package/gallery/esm/components/image-viewer/component.js +1 -1
  344. package/gallery/esm/components/image-viewer/index.css +1 -1
  345. package/gallery/esm/components/image-viewer/index.js +1 -1
  346. package/gallery/esm/components/image-viewer/slide.js +1 -1
  347. package/gallery/esm/components/index.js +2 -2
  348. package/gallery/esm/components/navigation-bar/index.css +1 -1
  349. package/gallery/esm/index.css +1 -1
  350. package/gallery/esm/index.js +2 -2
  351. package/gallery/index.css +1 -1
  352. package/gallery/index.js +2 -2
  353. package/gallery/modern/Component.js +2 -2
  354. package/gallery/modern/components/header/Component.js +1 -1
  355. package/gallery/modern/components/header/buttons.js +1 -1
  356. package/gallery/modern/components/header/index.css +1 -1
  357. package/gallery/modern/components/header/index.js +1 -1
  358. package/gallery/modern/components/header-info-block/index.css +1 -1
  359. package/gallery/modern/components/image-preview/index.css +1 -1
  360. package/gallery/modern/components/image-viewer/component.js +1 -1
  361. package/gallery/modern/components/image-viewer/index.css +1 -1
  362. package/gallery/modern/components/image-viewer/index.js +1 -1
  363. package/gallery/modern/components/image-viewer/slide.js +1 -1
  364. package/gallery/modern/components/index.js +2 -2
  365. package/gallery/modern/components/navigation-bar/index.css +1 -1
  366. package/gallery/modern/index.css +1 -1
  367. package/gallery/modern/index.js +2 -2
  368. package/grid/Component.js +1 -1
  369. package/grid/col/Component.js +1 -1
  370. package/grid/col/index.js +1 -1
  371. package/grid/esm/Component.js +1 -1
  372. package/grid/esm/col/Component.js +1 -1
  373. package/grid/esm/col/index.js +1 -1
  374. package/grid/esm/index.js +1 -1
  375. package/grid/esm/row/Component.js +1 -1
  376. package/grid/esm/row/index.js +1 -1
  377. package/grid/index.js +1 -1
  378. package/grid/modern/Component.js +1 -1
  379. package/grid/modern/col/Component.js +1 -1
  380. package/grid/modern/col/index.js +1 -1
  381. package/grid/modern/index.js +1 -1
  382. package/grid/modern/row/Component.js +1 -1
  383. package/grid/modern/row/index.js +1 -1
  384. package/grid/row/Component.js +1 -1
  385. package/grid/row/index.js +1 -1
  386. package/icon-button/default.css +1 -1
  387. package/icon-button/esm/default.css +1 -1
  388. package/icon-button/esm/index.css +1 -1
  389. package/icon-button/esm/inverted.css +1 -1
  390. package/icon-button/index.css +1 -1
  391. package/icon-button/inverted.css +1 -1
  392. package/icon-button/modern/default.css +1 -1
  393. package/icon-button/modern/index.css +1 -1
  394. package/icon-button/modern/inverted.css +1 -1
  395. package/input/components/base-input/default.css +1 -1
  396. package/input/components/base-input/index.css +2 -2
  397. package/input/components/base-input/inverted.css +1 -1
  398. package/input/cssm/components/base-input/index.module.css +1 -1
  399. package/input/default.desktop.css +1 -1
  400. package/input/default.mobile.css +1 -1
  401. package/input/esm/components/base-input/default.css +1 -1
  402. package/input/esm/components/base-input/index.css +2 -2
  403. package/input/esm/components/base-input/inverted.css +1 -1
  404. package/input/esm/default.desktop.css +1 -1
  405. package/input/esm/default.mobile.css +1 -1
  406. package/input/esm/inverted.desktop.css +1 -1
  407. package/input/esm/inverted.mobile.css +1 -1
  408. package/input/inverted.desktop.css +1 -1
  409. package/input/inverted.mobile.css +1 -1
  410. package/input/modern/Component.responsive.d.ts +1 -1
  411. package/input/modern/components/base-input/Component.d.ts +1 -1
  412. package/input/modern/components/base-input/default.css +1 -1
  413. package/input/modern/components/base-input/index.css +2 -2
  414. package/input/modern/components/base-input/inverted.css +1 -1
  415. package/input/modern/default.desktop.css +1 -1
  416. package/input/modern/default.mobile.css +1 -1
  417. package/input/modern/inverted.desktop.css +1 -1
  418. package/input/modern/inverted.mobile.css +1 -1
  419. package/input-autocomplete/Component-5e1b8383.d.ts +3 -70
  420. package/input-autocomplete/Component-96988a65.d.ts +9 -0
  421. package/input-autocomplete/Component-aed0af6e.d.ts +11 -0
  422. package/input-autocomplete/Component-ebda875c.d.ts +265 -8
  423. package/input-autocomplete/Component.mobile.d.ts +1 -1
  424. package/input-autocomplete/Component.mobile.js +1 -1
  425. package/input-autocomplete/Component.modal.mobile.d.ts +2 -2
  426. package/input-autocomplete/Component.modal.mobile.js +1 -1
  427. package/input-autocomplete/Component.responsive.d.ts +1 -1
  428. package/input-autocomplete/Component.responsive.js +1 -1
  429. package/input-autocomplete/autocomplete-field/index.css +1 -1
  430. package/input-autocomplete/autocomplete-mobile-field/index.css +1 -1
  431. package/input-autocomplete/component-50136800.d.ts +6 -6
  432. package/input-autocomplete/cssm/Component-50136800.d.ts +70 -4
  433. package/input-autocomplete/cssm/Component-5e1b8383.d.ts +20 -70
  434. package/input-autocomplete/cssm/Component-96988a65.d.ts +9 -0
  435. package/input-autocomplete/cssm/desktop-63dec22f.d.ts +2 -6
  436. package/input-autocomplete/cssm/mobile-96988a65.d.ts +5 -2
  437. package/input-autocomplete/cssm/shared-4cd3936b.d.ts +1 -0
  438. package/input-autocomplete/desktop-63dec22f.d.ts +2 -6
  439. package/input-autocomplete/esm/Component-50136800.d.ts +43 -5
  440. package/input-autocomplete/esm/Component.mobile.js +1 -1
  441. package/input-autocomplete/esm/Component.modal.mobile.js +1 -1
  442. package/input-autocomplete/esm/Component.responsive.js +1 -1
  443. package/input-autocomplete/esm/autocomplete-field/index.css +1 -1
  444. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +1 -1
  445. package/input-autocomplete/esm/index.js +1 -1
  446. package/input-autocomplete/esm/mobile.css +1 -1
  447. package/input-autocomplete/esm/mobile.js +1 -1
  448. package/input-autocomplete/hook-9ea9e32c.d.ts +4 -4
  449. package/{picker-button/cssm/shared-4cd3936b.d.ts → input-autocomplete/hook-ebda875c.d.ts} +4 -49
  450. package/input-autocomplete/index-bdb4c6b9.d.ts +180 -2
  451. package/input-autocomplete/index-ebda875c.d.ts +11 -115
  452. package/input-autocomplete/index.js +1 -1
  453. package/input-autocomplete/{Component.modal.mobile-5e1b8383.d.ts → mobile-45dc17c6.d.ts} +13 -26
  454. package/input-autocomplete/mobile-96988a65.d.ts +5 -2
  455. package/input-autocomplete/mobile.css +1 -1
  456. package/input-autocomplete/mobile.js +1 -1
  457. package/input-autocomplete/modern/Component.mobile.js +1 -1
  458. package/input-autocomplete/modern/Component.modal.mobile.js +1 -1
  459. package/input-autocomplete/modern/Component.responsive.js +1 -1
  460. package/input-autocomplete/modern/autocomplete-field/index.css +1 -1
  461. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +1 -1
  462. package/input-autocomplete/modern/component-50136800.d.ts +6 -6
  463. package/input-autocomplete/modern/index.js +1 -1
  464. package/input-autocomplete/modern/mobile.css +1 -1
  465. package/input-autocomplete/modern/mobile.js +1 -1
  466. package/input-autocomplete/shared-4cd3936b.d.ts +2 -87
  467. package/intl-phone-input/Component-4cd3936b.d.ts +1 -1
  468. package/intl-phone-input/Component-50136800.d.ts +101 -5
  469. package/intl-phone-input/Component-5e1b8383.d.ts +18 -96
  470. package/intl-phone-input/component.d.ts +1 -1
  471. package/intl-phone-input/components/flag-icon/index.css +1 -1
  472. package/intl-phone-input/components/select/component.d.ts +1 -1
  473. package/intl-phone-input/components/select/index.css +1 -1
  474. package/intl-phone-input/components/select-field/index.css +1 -1
  475. package/intl-phone-input/cssm/Component-50136800.d.ts +27 -25
  476. package/intl-phone-input/desktop-2e2b2125.d.ts +2 -0
  477. package/intl-phone-input/desktop-63dec22f.d.ts +1 -1
  478. package/intl-phone-input/esm/Component-50136800.d.ts +27 -25
  479. package/intl-phone-input/esm/components/flag-icon/index.css +1 -1
  480. package/intl-phone-input/esm/components/select/index.css +1 -1
  481. package/intl-phone-input/esm/components/select-field/index.css +1 -1
  482. package/intl-phone-input/esm/index.css +1 -1
  483. package/intl-phone-input/hook-c44170fe.d.ts +48 -0
  484. package/intl-phone-input/index.css +1 -1
  485. package/intl-phone-input/modern/components/flag-icon/index.css +1 -1
  486. package/intl-phone-input/modern/components/select/index.css +1 -1
  487. package/intl-phone-input/modern/components/select-field/index.css +1 -1
  488. package/intl-phone-input/modern/index.css +1 -1
  489. package/intl-phone-input/shared-4cd3936b.d.ts +13 -83
  490. package/list/Component.js +1 -1
  491. package/list/components/item/Component.js +1 -1
  492. package/list/components/item/index.d.ts +1 -1
  493. package/list/components/item/index.js +1 -1
  494. package/list/esm/Component.js +1 -1
  495. package/list/esm/components/item/Component.js +1 -1
  496. package/list/esm/components/item/index.d.ts +1 -1
  497. package/list/esm/components/item/index.js +1 -1
  498. package/list/esm/index.js +1 -1
  499. package/list/index.js +1 -1
  500. package/list/modern/Component.js +1 -1
  501. package/list/modern/components/item/Component.js +1 -1
  502. package/list/modern/components/item/index.d.ts +1 -1
  503. package/list/modern/components/item/index.js +1 -1
  504. package/list/modern/index.js +1 -1
  505. package/markdown/Component.desktop.js +1 -1
  506. package/markdown/Component.js +1 -1
  507. package/markdown/Component.mobile.js +1 -1
  508. package/markdown/Component.responsive.js +1 -1
  509. package/markdown/desktop.js +1 -1
  510. package/markdown/esm/Component.desktop.js +1 -1
  511. package/markdown/esm/Component.js +1 -1
  512. package/markdown/esm/Component.mobile.js +1 -1
  513. package/markdown/esm/Component.responsive.js +1 -1
  514. package/markdown/esm/desktop.js +1 -1
  515. package/markdown/esm/hooks/use-overrides.js +1 -1
  516. package/markdown/esm/index.css +1 -1
  517. package/markdown/esm/index.js +1 -1
  518. package/markdown/esm/mobile.js +1 -1
  519. package/markdown/hooks/use-overrides.js +1 -1
  520. package/markdown/index.css +1 -1
  521. package/markdown/index.js +1 -1
  522. package/markdown/mobile.js +1 -1
  523. package/markdown/modern/Component.desktop.js +1 -1
  524. package/markdown/modern/Component.js +1 -1
  525. package/markdown/modern/Component.mobile.js +1 -1
  526. package/markdown/modern/Component.responsive.js +1 -1
  527. package/markdown/modern/desktop.js +1 -1
  528. package/markdown/modern/hooks/use-overrides.js +1 -1
  529. package/markdown/modern/index.css +1 -1
  530. package/markdown/modern/index.js +1 -1
  531. package/markdown/modern/mobile.js +1 -1
  532. package/masked-input/esm/index.css +1 -1
  533. package/masked-input/index.css +1 -1
  534. package/masked-input/modern/index.css +1 -1
  535. package/modal/components/content/desktop.css +1 -1
  536. package/modal/components/content/index.css +1 -1
  537. package/modal/components/content/mobile.css +1 -1
  538. package/modal/components/footer/desktop.css +1 -1
  539. package/modal/components/footer/index.css +1 -1
  540. package/modal/components/footer/layout.css +1 -1
  541. package/modal/components/footer/mobile.css +1 -1
  542. package/modal/components/header/desktop.css +1 -1
  543. package/modal/components/header/index.css +1 -1
  544. package/modal/components/header/mobile.css +1 -1
  545. package/modal/desktop.css +1 -1
  546. package/modal/esm/components/content/desktop.css +1 -1
  547. package/modal/esm/components/content/index.css +1 -1
  548. package/modal/esm/components/content/mobile.css +1 -1
  549. package/modal/esm/components/footer/desktop.css +1 -1
  550. package/modal/esm/components/footer/index.css +1 -1
  551. package/modal/esm/components/footer/layout.css +1 -1
  552. package/modal/esm/components/footer/mobile.css +1 -1
  553. package/modal/esm/components/header/desktop.css +1 -1
  554. package/modal/esm/components/header/index.css +1 -1
  555. package/modal/esm/components/header/mobile.css +1 -1
  556. package/modal/esm/desktop.css +1 -1
  557. package/modal/esm/mobile.css +1 -1
  558. package/modal/esm/transitions.css +1 -1
  559. package/modal/mobile.css +1 -1
  560. package/modal/modern/components/content/desktop.css +1 -1
  561. package/modal/modern/components/content/index.css +1 -1
  562. package/modal/modern/components/content/mobile.css +1 -1
  563. package/modal/modern/components/footer/desktop.css +1 -1
  564. package/modal/modern/components/footer/index.css +1 -1
  565. package/modal/modern/components/footer/layout.css +1 -1
  566. package/modal/modern/components/footer/mobile.css +1 -1
  567. package/modal/modern/components/header/desktop.css +1 -1
  568. package/modal/modern/components/header/index.css +1 -1
  569. package/modal/modern/components/header/mobile.css +1 -1
  570. package/modal/modern/desktop.css +1 -1
  571. package/modal/modern/mobile.css +1 -1
  572. package/modal/modern/transitions.css +1 -1
  573. package/modal/transitions.css +1 -1
  574. package/navigation-bar/components/back-arrow-addon/index.css +1 -1
  575. package/navigation-bar/components/closer/index.css +1 -1
  576. package/navigation-bar/esm/components/back-arrow-addon/index.css +1 -1
  577. package/navigation-bar/esm/components/closer/index.css +1 -1
  578. package/navigation-bar/esm/index.css +1 -1
  579. package/navigation-bar/index.css +1 -1
  580. package/navigation-bar/modern/components/back-arrow-addon/index.css +1 -1
  581. package/navigation-bar/modern/components/closer/index.css +1 -1
  582. package/navigation-bar/modern/index.css +1 -1
  583. package/notification/Component-9211a437.d.ts +7 -7
  584. package/notification/cssm/Component-9211a437.d.ts +7 -7
  585. package/notification/esm/Component-9211a437.d.ts +7 -7
  586. package/notification/esm/index.css +1 -1
  587. package/notification/index.css +1 -1
  588. package/notification/modern/Component-9211a437.d.ts +7 -7
  589. package/notification/modern/index.css +1 -1
  590. package/notification-manager/esm/index.css +1 -1
  591. package/notification-manager/index.css +1 -1
  592. package/notification-manager/modern/index.css +1 -1
  593. package/package.json +1615 -289
  594. package/pass-code/components/InputProgress/index.css +1 -1
  595. package/pass-code/components/InputProgress/transitions.css +1 -1
  596. package/pass-code/components/KeyPad/index.css +1 -1
  597. package/pass-code/components/KeyPadButton/index.css +1 -1
  598. package/pass-code/esm/components/InputProgress/index.css +1 -1
  599. package/pass-code/esm/components/InputProgress/transitions.css +1 -1
  600. package/pass-code/esm/components/KeyPad/index.css +1 -1
  601. package/pass-code/esm/components/KeyPadButton/index.css +1 -1
  602. package/pass-code/esm/index.css +1 -1
  603. package/pass-code/index.css +1 -1
  604. package/pass-code/modern/components/InputProgress/index.css +1 -1
  605. package/pass-code/modern/components/InputProgress/transitions.css +1 -1
  606. package/pass-code/modern/components/KeyPad/index.css +1 -1
  607. package/pass-code/modern/components/KeyPadButton/index.css +1 -1
  608. package/pass-code/modern/index.css +1 -1
  609. package/password-input/esm/index.css +1 -1
  610. package/password-input/index.css +1 -1
  611. package/password-input/modern/index.css +1 -1
  612. package/pattern-lock/esm/index.css +1 -1
  613. package/pattern-lock/index.css +1 -1
  614. package/pattern-lock/modern/index.css +1 -1
  615. package/picker-button/Component-50136800.d.ts +43 -5
  616. package/picker-button/cssm/Component-50136800.d.ts +38 -0
  617. package/picker-button/cssm/Component.desktop.d.ts +2 -2
  618. package/picker-button/cssm/Component.mobile-06ffd24b.d.ts +1 -1
  619. package/picker-button/cssm/Component.mobile.d.ts +1 -1
  620. package/picker-button/cssm/Component.modal.mobile-5e1b8383.d.ts +1 -1
  621. package/picker-button/cssm/Component.responsive.d.ts +3 -3
  622. package/picker-button/cssm/field/Component.js +3 -5
  623. package/picker-button/cssm/field/index.module.css +1 -4
  624. package/picker-button/cssm/option/Component.d.ts +2 -2
  625. package/picker-button/cssm/shared-5e1b8383.d.ts +6 -0
  626. package/picker-button/esm/Component-50136800.d.ts +43 -5
  627. package/picker-button/esm/field/Component.js +4 -6
  628. package/picker-button/esm/field/index.css +2 -5
  629. package/picker-button/esm/index.css +1 -1
  630. package/picker-button/esm/option/index.css +1 -1
  631. package/picker-button/field/Component.js +4 -6
  632. package/picker-button/field/index.css +2 -5
  633. package/picker-button/index.css +1 -1
  634. package/picker-button/modern/Component-50136800.d.ts +43 -5
  635. package/picker-button/modern/field/Component.js +2 -4
  636. package/picker-button/modern/field/index.css +2 -5
  637. package/picker-button/modern/index.css +1 -1
  638. package/picker-button/modern/option/index.css +1 -1
  639. package/picker-button/option/index.css +1 -1
  640. package/plate/components/base-plate/index.css +1 -1
  641. package/plate/desktop.css +1 -1
  642. package/plate/esm/components/base-plate/index.css +1 -1
  643. package/plate/esm/desktop.css +1 -1
  644. package/plate/esm/mobile.css +1 -1
  645. package/plate/mobile.css +1 -1
  646. package/plate/modern/components/base-plate/index.css +1 -1
  647. package/plate/modern/desktop.css +1 -1
  648. package/plate/modern/mobile.css +1 -1
  649. package/popup-sheet/components/backdrop/index.css +1 -1
  650. package/popup-sheet/esm/components/backdrop/index.css +1 -1
  651. package/popup-sheet/esm/index.css +1 -1
  652. package/popup-sheet/index.css +1 -1
  653. package/popup-sheet/modern/components/backdrop/index.css +1 -1
  654. package/popup-sheet/modern/index.css +1 -1
  655. package/pure-cell/component.js +1 -1
  656. package/pure-cell/components/addon/index.css +1 -1
  657. package/pure-cell/components/amount/index.css +1 -1
  658. package/pure-cell/components/amount-title/index.css +1 -1
  659. package/pure-cell/components/category/index.css +1 -1
  660. package/pure-cell/components/content/component.js +1 -1
  661. package/pure-cell/components/content/index.css +1 -1
  662. package/pure-cell/components/content/index.d.ts +1 -1
  663. package/pure-cell/components/content/index.js +1 -1
  664. package/pure-cell/components/footer/index.css +1 -1
  665. package/pure-cell/components/footer-button/index.css +1 -1
  666. package/pure-cell/components/graphics/index.css +1 -1
  667. package/pure-cell/components/main/component.js +1 -1
  668. package/pure-cell/components/main/index.css +1 -1
  669. package/pure-cell/components/main/index.d.ts +1 -1
  670. package/pure-cell/components/main/index.js +1 -1
  671. package/pure-cell/components/text/component.js +1 -1
  672. package/pure-cell/components/text/index.css +1 -1
  673. package/pure-cell/components/text/index.d.ts +1 -1
  674. package/pure-cell/components/text/index.js +1 -1
  675. package/pure-cell/esm/component.js +1 -1
  676. package/pure-cell/esm/components/addon/index.css +1 -1
  677. package/pure-cell/esm/components/amount/index.css +1 -1
  678. package/pure-cell/esm/components/amount-title/index.css +1 -1
  679. package/pure-cell/esm/components/category/index.css +1 -1
  680. package/pure-cell/esm/components/content/component.js +1 -1
  681. package/pure-cell/esm/components/content/index.css +1 -1
  682. package/pure-cell/esm/components/content/index.d.ts +1 -1
  683. package/pure-cell/esm/components/content/index.js +1 -1
  684. package/pure-cell/esm/components/footer/index.css +1 -1
  685. package/pure-cell/esm/components/footer-button/index.css +1 -1
  686. package/pure-cell/esm/components/graphics/index.css +1 -1
  687. package/pure-cell/esm/components/main/component.js +1 -1
  688. package/pure-cell/esm/components/main/index.css +1 -1
  689. package/pure-cell/esm/components/main/index.d.ts +1 -1
  690. package/pure-cell/esm/components/main/index.js +1 -1
  691. package/pure-cell/esm/components/text/component.js +1 -1
  692. package/pure-cell/esm/components/text/index.css +1 -1
  693. package/pure-cell/esm/components/text/index.d.ts +1 -1
  694. package/pure-cell/esm/components/text/index.js +1 -1
  695. package/pure-cell/esm/index.css +1 -1
  696. package/pure-cell/esm/index.js +1 -1
  697. package/pure-cell/index.css +1 -1
  698. package/pure-cell/index.js +1 -1
  699. package/pure-cell/modern/component-5a229016.d.ts +9 -9
  700. package/pure-cell/modern/component.js +1 -1
  701. package/pure-cell/modern/components/addon/index.css +1 -1
  702. package/pure-cell/modern/components/amount/index.css +1 -1
  703. package/pure-cell/modern/components/amount-title/index.css +1 -1
  704. package/pure-cell/modern/components/category/index.css +1 -1
  705. package/pure-cell/modern/components/content/component.js +1 -1
  706. package/pure-cell/modern/components/content/index.css +1 -1
  707. package/pure-cell/modern/components/content/index.d.ts +1 -1
  708. package/pure-cell/modern/components/content/index.js +1 -1
  709. package/pure-cell/modern/components/footer/index.css +1 -1
  710. package/pure-cell/modern/components/footer-button/index.css +1 -1
  711. package/pure-cell/modern/components/graphics/index.css +1 -1
  712. package/pure-cell/modern/components/main/component.js +1 -1
  713. package/pure-cell/modern/components/main/index.css +1 -1
  714. package/pure-cell/modern/components/main/index.d.ts +1 -1
  715. package/pure-cell/modern/components/main/index.js +1 -1
  716. package/pure-cell/modern/components/text/component.js +1 -1
  717. package/pure-cell/modern/components/text/index.css +1 -1
  718. package/pure-cell/modern/components/text/index.d.ts +1 -1
  719. package/pure-cell/modern/components/text/index.js +1 -1
  720. package/pure-cell/modern/index.css +1 -1
  721. package/pure-cell/modern/index.js +1 -1
  722. package/select/Component.mobile.js +1 -1
  723. package/select/Component.modal.mobile.js +1 -1
  724. package/select/Component.responsive.js +1 -1
  725. package/select/components/arrow/index.css +1 -1
  726. package/select/components/base-checkmark/index.css +1 -1
  727. package/select/components/base-option/index.css +1 -1
  728. package/select/components/base-select/index.css +1 -1
  729. package/select/components/base-select-mobile/footer/index.css +1 -1
  730. package/select/components/base-select-mobile/index.css +1 -1
  731. package/select/components/checkmark/index.css +1 -1
  732. package/select/components/checkmark-mobile/index.css +1 -1
  733. package/select/components/field/index.css +1 -1
  734. package/select/components/optgroup/index.css +1 -1
  735. package/select/components/option/index.css +1 -1
  736. package/select/components/options-list/index.css +1 -1
  737. package/select/components/virtual-options-list/index.css +1 -1
  738. package/select/cssm/Component.desktop-ebda875c.d.ts +6 -0
  739. package/select/cssm/Component.desktop.d.ts +0 -2
  740. package/select/cssm/Component.mobile-f1f15074.d.ts +1 -1
  741. package/select/cssm/index-ebda875c.d.ts +2 -0
  742. package/select/cssm/mobile-96988a65.d.ts +6 -2
  743. package/select/esm/Component.mobile.js +1 -1
  744. package/select/esm/Component.modal.mobile.js +1 -1
  745. package/select/esm/Component.responsive.js +1 -1
  746. package/select/esm/components/arrow/index.css +1 -1
  747. package/select/esm/components/base-checkmark/index.css +1 -1
  748. package/select/esm/components/base-option/index.css +1 -1
  749. package/select/esm/components/base-select/index.css +1 -1
  750. package/select/esm/components/base-select-mobile/footer/index.css +1 -1
  751. package/select/esm/components/base-select-mobile/index.css +1 -1
  752. package/select/esm/components/checkmark/index.css +1 -1
  753. package/select/esm/components/checkmark-mobile/index.css +1 -1
  754. package/select/esm/components/field/index.css +1 -1
  755. package/select/esm/components/optgroup/index.css +1 -1
  756. package/select/esm/components/option/index.css +1 -1
  757. package/select/esm/components/options-list/index.css +1 -1
  758. package/select/esm/components/virtual-options-list/index.css +1 -1
  759. package/select/esm/index-ebda875c.d.ts +2 -0
  760. package/select/esm/index.js +1 -1
  761. package/select/esm/mobile.js +1 -1
  762. package/select/esm/presets/index.js +1 -1
  763. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  764. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  765. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +1 -1
  766. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +1 -1
  767. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  768. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  769. package/select/esm/presets/useSelectWithLoading/index.css +1 -1
  770. package/select/esm/shared.js +1 -1
  771. package/select/index-ebda875c.d.ts +2 -0
  772. package/select/index.js +1 -1
  773. package/select/mobile.js +1 -1
  774. package/select/modern/Component.mobile.js +1 -1
  775. package/select/modern/Component.modal.mobile.js +1 -1
  776. package/select/modern/Component.responsive.js +1 -1
  777. package/select/modern/components/arrow/index.css +1 -1
  778. package/select/modern/components/base-checkmark/index.css +1 -1
  779. package/select/modern/components/base-option/index.css +1 -1
  780. package/select/modern/components/base-select/index.css +1 -1
  781. package/select/modern/components/base-select-mobile/footer/index.css +1 -1
  782. package/select/modern/components/base-select-mobile/index.css +1 -1
  783. package/select/modern/components/checkmark/index.css +1 -1
  784. package/select/modern/components/checkmark-mobile/index.css +1 -1
  785. package/select/modern/components/field/index.css +1 -1
  786. package/select/modern/components/optgroup/index.css +1 -1
  787. package/select/modern/components/option/index.css +1 -1
  788. package/select/modern/components/options-list/index.css +1 -1
  789. package/select/modern/components/virtual-options-list/index.css +1 -1
  790. package/select/modern/index-ebda875c.d.ts +2 -0
  791. package/select/modern/index.js +1 -1
  792. package/select/modern/mobile.js +1 -1
  793. package/select/modern/presets/index.js +1 -1
  794. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  795. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  796. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +1 -1
  797. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +1 -1
  798. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  799. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  800. package/select/modern/presets/useSelectWithLoading/index.css +1 -1
  801. package/select/modern/shared.js +1 -1
  802. package/select/presets/index.js +1 -1
  803. package/select/presets/useSelectWithApply/hook.js +1 -1
  804. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  805. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +1 -1
  806. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +1 -1
  807. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  808. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  809. package/select/presets/useSelectWithLoading/index.css +1 -1
  810. package/select/shared.js +1 -1
  811. package/select-with-tags/components/tag/index.css +1 -1
  812. package/select-with-tags/components/tag-list/index.css +1 -1
  813. package/select-with-tags/cssm/component-50136800.d.ts +6 -6
  814. package/select-with-tags/esm/component-50136800.d.ts +6 -6
  815. package/select-with-tags/esm/components/tag/index.css +1 -1
  816. package/select-with-tags/esm/components/tag-list/index.css +1 -1
  817. package/select-with-tags/modern/Component-8b2c2707.d.ts +1 -1
  818. package/select-with-tags/modern/components/tag/index.css +1 -1
  819. package/select-with-tags/modern/components/tag-list/index.css +1 -1
  820. package/select-with-tags/modern/index-c44170fe.d.ts +1 -1
  821. package/side-panel/components/content/desktop.css +1 -1
  822. package/side-panel/components/content/index.css +1 -1
  823. package/side-panel/components/content/mobile.css +1 -1
  824. package/side-panel/components/footer/desktop.css +1 -1
  825. package/side-panel/components/footer/index.css +1 -1
  826. package/side-panel/components/footer/layout.css +1 -1
  827. package/side-panel/components/footer/mobile.css +1 -1
  828. package/side-panel/components/header/desktop.css +1 -1
  829. package/side-panel/components/header/index.css +1 -1
  830. package/side-panel/components/header/mobile.css +1 -1
  831. package/side-panel/desktop.css +1 -1
  832. package/side-panel/esm/components/content/desktop.css +1 -1
  833. package/side-panel/esm/components/content/index.css +1 -1
  834. package/side-panel/esm/components/content/mobile.css +1 -1
  835. package/side-panel/esm/components/footer/desktop.css +1 -1
  836. package/side-panel/esm/components/footer/index.css +1 -1
  837. package/side-panel/esm/components/footer/layout.css +1 -1
  838. package/side-panel/esm/components/footer/mobile.css +1 -1
  839. package/side-panel/esm/components/header/desktop.css +1 -1
  840. package/side-panel/esm/components/header/index.css +1 -1
  841. package/side-panel/esm/components/header/mobile.css +1 -1
  842. package/side-panel/esm/desktop.css +1 -1
  843. package/side-panel/esm/mobile.css +1 -1
  844. package/side-panel/esm/transitions.desktop.css +1 -1
  845. package/side-panel/esm/transitions.mobile.css +1 -1
  846. package/side-panel/mobile.css +1 -1
  847. package/side-panel/modern/components/content/desktop.css +1 -1
  848. package/side-panel/modern/components/content/index.css +1 -1
  849. package/side-panel/modern/components/content/mobile.css +1 -1
  850. package/side-panel/modern/components/footer/desktop.css +1 -1
  851. package/side-panel/modern/components/footer/index.css +1 -1
  852. package/side-panel/modern/components/footer/layout.css +1 -1
  853. package/side-panel/modern/components/footer/mobile.css +1 -1
  854. package/side-panel/modern/components/header/desktop.css +1 -1
  855. package/side-panel/modern/components/header/index.css +1 -1
  856. package/side-panel/modern/components/header/mobile.css +1 -1
  857. package/side-panel/modern/desktop.css +1 -1
  858. package/side-panel/modern/mobile.css +1 -1
  859. package/side-panel/modern/transitions.desktop.css +1 -1
  860. package/side-panel/modern/transitions.mobile.css +1 -1
  861. package/side-panel/transitions.desktop.css +1 -1
  862. package/side-panel/transitions.mobile.css +1 -1
  863. package/slider-input/esm/index.css +1 -1
  864. package/slider-input/index.css +1 -1
  865. package/slider-input/modern/index.css +1 -1
  866. package/sortable-list/components/item/index.css +1 -1
  867. package/sortable-list/esm/components/item/index.css +1 -1
  868. package/sortable-list/esm/index.css +1 -1
  869. package/sortable-list/index.css +1 -1
  870. package/sortable-list/modern/components/item/index.css +1 -1
  871. package/sortable-list/modern/index.css +1 -1
  872. package/steps/Component.js +8 -9
  873. package/steps/cssm/Component.js +8 -9
  874. package/steps/esm/Component.js +9 -10
  875. package/steps/modern/Component.js +9 -10
  876. package/switch/esm/index.css +1 -1
  877. package/switch/index.css +1 -1
  878. package/switch/modern/index.css +1 -1
  879. package/system-message/components/caption/index.css +1 -1
  880. package/system-message/components/controls/index.css +1 -1
  881. package/system-message/components/graphic/index.css +1 -1
  882. package/system-message/components/subtitle/index.css +1 -1
  883. package/system-message/components/title/desktop.css +1 -1
  884. package/system-message/components/title/index.css +1 -1
  885. package/system-message/components/title/mobile.css +1 -1
  886. package/system-message/esm/components/caption/index.css +1 -1
  887. package/system-message/esm/components/controls/index.css +1 -1
  888. package/system-message/esm/components/graphic/index.css +1 -1
  889. package/system-message/esm/components/subtitle/index.css +1 -1
  890. package/system-message/esm/components/title/desktop.css +1 -1
  891. package/system-message/esm/components/title/index.css +1 -1
  892. package/system-message/esm/components/title/mobile.css +1 -1
  893. package/system-message/esm/index.css +1 -1
  894. package/system-message/index.css +1 -1
  895. package/system-message/modern/components/caption/index.css +1 -1
  896. package/system-message/modern/components/controls/index.css +1 -1
  897. package/system-message/modern/components/graphic/index.css +1 -1
  898. package/system-message/modern/components/subtitle/index.css +1 -1
  899. package/system-message/modern/components/title/desktop.css +1 -1
  900. package/system-message/modern/components/title/index.css +1 -1
  901. package/system-message/modern/components/title/mobile.css +1 -1
  902. package/system-message/modern/index.css +1 -1
  903. package/table/Component-50136800.d.ts +43 -5
  904. package/table/components/pagination/index.css +1 -1
  905. package/table/components/pagination/select-field/index.css +1 -1
  906. package/table/components/table/index.css +1 -1
  907. package/table/components/tbody/index.css +1 -1
  908. package/table/components/tcell/index.css +1 -1
  909. package/table/components/texpandable-row/index.css +1 -1
  910. package/table/components/thead/index.css +1 -1
  911. package/table/components/thead-cell/index.css +1 -1
  912. package/table/components/trow/index.css +1 -1
  913. package/table/components/tsortable-head-cell/index.css +1 -1
  914. package/table/cssm/Component-50136800.d.ts +43 -5
  915. package/table/esm/Component-50136800.d.ts +43 -5
  916. package/table/esm/components/pagination/index.css +1 -1
  917. package/table/esm/components/pagination/select-field/index.css +1 -1
  918. package/table/esm/components/table/index.css +1 -1
  919. package/table/esm/components/tbody/index.css +1 -1
  920. package/table/esm/components/tcell/index.css +1 -1
  921. package/table/esm/components/texpandable-row/index.css +1 -1
  922. package/table/esm/components/thead/index.css +1 -1
  923. package/table/esm/components/thead-cell/index.css +1 -1
  924. package/table/esm/components/trow/index.css +1 -1
  925. package/table/esm/components/tsortable-head-cell/index.css +1 -1
  926. package/table/modern/component-50136800.d.ts +6 -6
  927. package/table/modern/components/pagination/index.css +1 -1
  928. package/table/modern/components/pagination/select-field/index.css +1 -1
  929. package/table/modern/components/table/index.css +1 -1
  930. package/table/modern/components/tbody/index.css +1 -1
  931. package/table/modern/components/tcell/index.css +1 -1
  932. package/table/modern/components/texpandable-row/index.css +1 -1
  933. package/table/modern/components/thead/index.css +1 -1
  934. package/table/modern/components/thead-cell/index.css +1 -1
  935. package/table/modern/components/trow/index.css +1 -1
  936. package/table/modern/components/tsortable-head-cell/index.css +1 -1
  937. package/tabs/Component.desktop-ebda875c.d.ts +6 -0
  938. package/tabs/collapsible.js +2 -2
  939. package/tabs/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  940. package/tabs/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  941. package/tabs/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  942. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  943. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  944. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  945. package/tabs/components/primary-tablist/index.css +1 -1
  946. package/tabs/components/primary-tablist/mobile.css +1 -1
  947. package/tabs/components/scrollable-container/index.css +1 -1
  948. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  949. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  950. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  951. package/tabs/components/secondary-tablist/index.css +1 -1
  952. package/tabs/components/secondary-tablist/mobile.css +1 -1
  953. package/tabs/components/tab/index.css +1 -1
  954. package/tabs/components/tabs/Component.collabsible.desktop.js +1 -1
  955. package/tabs/components/tabs/Component.collapsible.mobile.js +2 -2
  956. package/tabs/components/tabs/Component.collapsible.responsive.js +2 -2
  957. package/tabs/components/tabs/Component.desktop.js +2 -2
  958. package/tabs/components/tabs/Component.mobile.js +3 -3
  959. package/tabs/components/tabs/Component.responsive.js +3 -3
  960. package/tabs/cssm/Component.desktop-ebda875c.d.ts +6 -0
  961. package/tabs/cssm/index-ebda875c.d.ts +21 -86
  962. package/tabs/desktop.js +2 -2
  963. package/tabs/esm/collapsible.js +2 -2
  964. package/tabs/esm/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  965. package/tabs/esm/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  966. package/tabs/esm/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  967. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  968. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  969. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  970. package/tabs/esm/components/primary-tablist/index.css +1 -1
  971. package/tabs/esm/components/primary-tablist/mobile.css +1 -1
  972. package/tabs/esm/components/scrollable-container/index.css +1 -1
  973. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  974. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  975. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  976. package/tabs/esm/components/secondary-tablist/index.css +1 -1
  977. package/tabs/esm/components/secondary-tablist/mobile.css +1 -1
  978. package/tabs/esm/components/tab/index.css +1 -1
  979. package/tabs/esm/components/tabs/Component.collabsible.desktop.js +1 -1
  980. package/tabs/esm/components/tabs/Component.collapsible.mobile.js +2 -2
  981. package/tabs/esm/components/tabs/Component.collapsible.responsive.js +2 -2
  982. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  983. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  984. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  985. package/tabs/esm/desktop.js +2 -2
  986. package/tabs/esm/index-ebda875c.d.ts +21 -86
  987. package/tabs/esm/index.js +3 -3
  988. package/tabs/esm/mobile.js +3 -3
  989. package/tabs/index-ebda875c.d.ts +86 -21
  990. package/tabs/index.js +3 -3
  991. package/tabs/mobile.js +3 -3
  992. package/tabs/modern/collapsible.js +2 -2
  993. package/tabs/modern/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  994. package/tabs/modern/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  995. package/tabs/modern/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  996. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  997. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  998. package/tabs/modern/components/primary-tablist/Component.responsive.js +2 -2
  999. package/tabs/modern/components/primary-tablist/index.css +1 -1
  1000. package/tabs/modern/components/primary-tablist/mobile.css +1 -1
  1001. package/tabs/modern/components/scrollable-container/index.css +1 -1
  1002. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1003. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  1004. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1005. package/tabs/modern/components/secondary-tablist/index.css +1 -1
  1006. package/tabs/modern/components/secondary-tablist/mobile.css +1 -1
  1007. package/tabs/modern/components/tab/index.css +1 -1
  1008. package/tabs/modern/components/tabs/Component.collabsible.desktop.js +1 -1
  1009. package/tabs/modern/components/tabs/Component.collapsible.mobile.js +2 -2
  1010. package/tabs/modern/components/tabs/Component.collapsible.responsive.js +2 -2
  1011. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1012. package/tabs/modern/components/tabs/Component.mobile.js +3 -3
  1013. package/tabs/modern/components/tabs/Component.responsive.js +3 -3
  1014. package/tabs/modern/desktop.js +2 -2
  1015. package/tabs/modern/index.js +3 -3
  1016. package/tabs/modern/mobile.js +3 -3
  1017. package/tag/cssm/components/base-tag/Component.d.ts +1 -1
  1018. package/tag/esm/components/base-tag/Component.d.ts +1 -1
  1019. package/textarea/Component.d.ts +1 -1
  1020. package/textarea/Component.js +1 -1
  1021. package/textarea/components/PseudoTextArea.js +1 -1
  1022. package/textarea/components/index.d.ts +1 -1
  1023. package/textarea/components/index.js +1 -1
  1024. package/textarea/default.css +1 -1
  1025. package/textarea/esm/Component.js +1 -1
  1026. package/textarea/esm/components/PseudoTextArea.js +1 -1
  1027. package/textarea/esm/components/index.d.ts +1 -1
  1028. package/textarea/esm/components/index.js +1 -1
  1029. package/textarea/esm/default.css +1 -1
  1030. package/textarea/esm/index.css +1 -1
  1031. package/textarea/esm/index.js +1 -1
  1032. package/textarea/esm/inverted.css +1 -1
  1033. package/textarea/index.css +1 -1
  1034. package/textarea/index.js +1 -1
  1035. package/textarea/inverted.css +1 -1
  1036. package/textarea/modern/Component.d.ts +1 -1
  1037. package/textarea/modern/Component.js +1 -1
  1038. package/textarea/modern/components/PseudoTextArea.js +1 -1
  1039. package/textarea/modern/components/index.d.ts +1 -1
  1040. package/textarea/modern/components/index.js +1 -1
  1041. package/textarea/modern/default.css +1 -1
  1042. package/textarea/modern/index.css +1 -1
  1043. package/textarea/modern/index.js +1 -1
  1044. package/textarea/modern/inverted.css +1 -1
  1045. package/themes/click.js +2 -0
  1046. package/themes/compiled/mobile-dark-bluetint.css +2377 -114
  1047. package/themes/compiled/mobile-dark-bluetint.js +2 -0
  1048. package/themes/corp.js +2 -0
  1049. package/themes/dark.js +2 -0
  1050. package/themes/esm/compiled/mobile-dark-bluetint.js +3 -0
  1051. package/themes/intranet.js +2 -0
  1052. package/themes/mobile.js +2 -0
  1053. package/themes/modern/compiled/mobile-dark-bluetint.js +3 -0
  1054. package/themes/package.json +9 -1
  1055. package/themes/site.js +2 -0
  1056. package/time-input/cssm/utils/format.js +6 -10
  1057. package/time-input/esm/utils/format.js +6 -10
  1058. package/time-input/utils/format.js +6 -10
  1059. package/toast/Component-9211a437.d.ts +7 -7
  1060. package/toast/components/base-toast/index.css +1 -1
  1061. package/toast/cssm/Component-9211a437.d.ts +7 -7
  1062. package/toast/esm/Component-9211a437.d.ts +7 -7
  1063. package/toast/esm/Component.desktop-7ca84eff.d.ts +6 -0
  1064. package/toast/esm/components/base-toast/index.css +1 -1
  1065. package/toast/modern/Component-9211a437.d.ts +7 -7
  1066. package/toast/modern/components/base-toast/index.css +1 -1
  1067. package/toast-plate/components/base-toast-plate/default.css +1 -1
  1068. package/toast-plate/components/base-toast-plate/index.css +1 -1
  1069. package/toast-plate/components/base-toast-plate/inverted.css +1 -1
  1070. package/toast-plate/desktop.css +1 -1
  1071. package/toast-plate/esm/components/base-toast-plate/default.css +1 -1
  1072. package/toast-plate/esm/components/base-toast-plate/index.css +1 -1
  1073. package/toast-plate/esm/components/base-toast-plate/inverted.css +1 -1
  1074. package/toast-plate/esm/desktop.css +1 -1
  1075. package/toast-plate/esm/mobile.css +1 -1
  1076. package/toast-plate/mobile.css +1 -1
  1077. package/toast-plate/modern/components/base-toast-plate/default.css +1 -1
  1078. package/toast-plate/modern/components/base-toast-plate/index.css +1 -1
  1079. package/toast-plate/modern/components/base-toast-plate/inverted.css +1 -1
  1080. package/toast-plate/modern/desktop.css +1 -1
  1081. package/toast-plate/modern/mobile.css +1 -1
  1082. package/tooltip/default.css +1 -1
  1083. package/tooltip/esm/default.css +1 -1
  1084. package/tooltip/esm/index.css +1 -1
  1085. package/tooltip/esm/inverted.css +1 -1
  1086. package/tooltip/esm/mobile.css +1 -1
  1087. package/tooltip/index.css +1 -1
  1088. package/tooltip/inverted.css +1 -1
  1089. package/tooltip/mobile.css +1 -1
  1090. package/tooltip/modern/default.css +1 -1
  1091. package/tooltip/modern/index.css +1 -1
  1092. package/tooltip/modern/inverted.css +1 -1
  1093. package/tooltip/modern/mobile.css +1 -1
  1094. package/typography/component.js +2 -2
  1095. package/typography/cssm/title/component.d.ts +1 -1
  1096. package/typography/esm/component.js +2 -2
  1097. package/typography/esm/index.js +2 -2
  1098. package/typography/esm/text/component.js +1 -1
  1099. package/typography/esm/text/index.js +1 -1
  1100. package/typography/esm/title/component.js +1 -1
  1101. package/typography/esm/title/index.js +2 -2
  1102. package/typography/esm/title-mobile/component.js +2 -2
  1103. package/typography/esm/title-mobile/index.js +2 -2
  1104. package/typography/esm/title-responsive/component.js +2 -2
  1105. package/typography/esm/title-responsive/index.js +2 -2
  1106. package/typography/index.js +2 -2
  1107. package/typography/modern/component.js +2 -2
  1108. package/typography/modern/index.js +2 -2
  1109. package/typography/modern/text/component.js +1 -1
  1110. package/typography/modern/text/index.js +1 -1
  1111. package/typography/modern/title/component.js +1 -1
  1112. package/typography/modern/title/index.js +2 -2
  1113. package/typography/modern/title-mobile/component.js +2 -2
  1114. package/typography/modern/title-mobile/index.js +2 -2
  1115. package/typography/modern/title-responsive/component.js +2 -2
  1116. package/typography/modern/title-responsive/index.js +2 -2
  1117. package/typography/text/component.js +1 -1
  1118. package/typography/text/index.js +1 -1
  1119. package/typography/title/component.js +1 -1
  1120. package/typography/title/index.js +2 -2
  1121. package/typography/title-mobile/component.js +2 -2
  1122. package/typography/title-mobile/index.js +2 -2
  1123. package/typography/title-responsive/component.js +2 -2
  1124. package/typography/title-responsive/index.js +2 -2
  1125. package/underlay/Component.js +1 -1
  1126. package/underlay/esm/Component.js +1 -1
  1127. package/underlay/esm/index.js +1 -1
  1128. package/underlay/esm/utils/getBorderCorners.js +1 -1
  1129. package/underlay/esm/utils/getClasses.js +1 -1
  1130. package/underlay/index.js +1 -1
  1131. package/underlay/modern/Component.js +1 -1
  1132. package/underlay/modern/index.js +1 -1
  1133. package/underlay/modern/utils/getBorderCorners.js +1 -1
  1134. package/underlay/modern/utils/getClasses.js +1 -1
  1135. package/underlay/utils/getBorderCorners.js +1 -1
  1136. package/underlay/utils/getClasses.js +1 -1
  1137. package/vars/colors-bluetint.js +2 -0
  1138. package/vars/colors-indigo.js +2 -0
  1139. package/vars/cssm/colors-bluetint.js +2 -0
  1140. package/vars/cssm/colors-indigo.js +2 -0
  1141. package/vars/index.js +792 -794
  1142. package/vars/package.json +10 -1
  1143. package/with-suffix/Component.js +1 -1
  1144. package/with-suffix/cssm/Component.js +1 -1
  1145. package/with-suffix/esm/Component.js +1 -1
  1146. package/with-suffix/esm/index.css +1 -1
  1147. package/with-suffix/index.css +1 -1
  1148. package/with-suffix/modern/Component.js +1 -1
  1149. package/with-suffix/modern/index.css +1 -1
  1150. package/calendar/modern/Component-63dec22f.d.ts +0 -167
  1151. package/calendar/modern/Component.mobile-ebda875c.d.ts +0 -6
  1152. package/calendar-input/esm/Component-8b5756fe.d.ts +0 -388
  1153. package/calendar-input/esm/Component-ebda875c.d.ts +0 -35
  1154. package/custom-picker-button/component-50136800.d.ts +0 -44
  1155. package/custom-picker-button/cssm/component-50136800.d.ts +0 -44
  1156. package/custom-picker-button/esm/component-50136800.d.ts +0 -44
  1157. package/custom-picker-button/modern/component-50136800.d.ts +0 -44
  1158. package/date-range-input/esm/Component-8b5756fe.d.ts +0 -388
  1159. package/date-time-input/modern/Component-8b5756fe.d.ts +0 -388
  1160. package/date-time-input/modern/Component.mobile-ebda875c.d.ts +0 -6
  1161. package/input-autocomplete/Component-50136800.d.ts +0 -6
  1162. package/input-autocomplete/Component-63dec22f.d.ts +0 -167
  1163. package/input-autocomplete/Component.mobile-ebda875c.d.ts +0 -6
  1164. package/input-autocomplete/cssm/Component.mobile-ebda875c.d.ts +0 -6
  1165. package/input-autocomplete/cssm/component-50136800.d.ts +0 -44
  1166. package/input-autocomplete/esm/component-50136800.d.ts +0 -44
  1167. package/input-autocomplete/mobile-06ffd24b.d.ts +0 -5
  1168. package/input-autocomplete/modern/Component-50136800.d.ts +0 -6
  1169. package/input-autocomplete/utils-1574ad8b.d.ts +0 -29
  1170. package/intl-phone-input/component-50136800.d.ts +0 -44
  1171. package/intl-phone-input/cssm/component-50136800.d.ts +0 -44
  1172. package/intl-phone-input/esm/component-50136800.d.ts +0 -44
  1173. package/intl-phone-input/modern/component-50136800.d.ts +0 -44
  1174. package/picker-button/component-50136800.d.ts +0 -44
  1175. package/picker-button/cssm/component-50136800.d.ts +0 -44
  1176. package/picker-button/esm/component-50136800.d.ts +0 -44
  1177. package/picker-button/modern/component-50136800.d.ts +0 -44
  1178. package/select-with-tags/Component-50136800.d.ts +0 -6
  1179. package/select-with-tags/cssm/Component-50136800.d.ts +0 -6
  1180. package/select-with-tags/esm/Component-50136800.d.ts +0 -6
  1181. package/select-with-tags/modern/Component-50136800.d.ts +0 -6
  1182. package/table/component-50136800.d.ts +0 -44
  1183. package/table/cssm/component-50136800.d.ts +0 -44
  1184. package/table/esm/component-50136800.d.ts +0 -44
  1185. package/table/modern/Component-50136800.d.ts +0 -6
  1186. package/tabs/Component.mobile-ebda875c.d.ts +0 -6
  1187. package/tabs/cssm/Component.mobile-ebda875c.d.ts +0 -6
  1188. package/themes/dist/amount/click.css +0 -4
  1189. package/themes/dist/bottom-sheet/click.css +0 -8
  1190. package/themes/dist/bottom-sheet/corp.css +0 -4
  1191. package/themes/dist/bottom-sheet/intranet.css +0 -3
  1192. package/themes/dist/bottom-sheet/mobile.css +0 -4
  1193. package/themes/dist/bottom-sheet/site.css +0 -3
  1194. package/themes/dist/button/click.css +0 -63
  1195. package/themes/dist/button/corp.css +0 -68
  1196. package/themes/dist/button/intranet.css +0 -56
  1197. package/themes/dist/button/mobile.css +0 -66
  1198. package/themes/dist/button/site.css +0 -21
  1199. package/themes/dist/calendar/click.css +0 -8
  1200. package/themes/dist/calendar/intranet.css +0 -9
  1201. package/themes/dist/calendar-input/intranet.css +0 -3
  1202. package/themes/dist/calendar-input/mobile.css +0 -3
  1203. package/themes/dist/calendar-input/site.css +0 -3
  1204. package/themes/dist/checkbox-group/click.css +0 -9
  1205. package/themes/dist/checkbox-group/intranet.css +0 -4
  1206. package/themes/dist/checkbox-group/mobile.css +0 -4
  1207. package/themes/dist/checkbox-group/site.css +0 -5
  1208. package/themes/dist/circular-progress-bar/click.css +0 -5
  1209. package/themes/dist/click.css +0 -1141
  1210. package/themes/dist/click.d.ts +0 -2
  1211. package/themes/dist/click.js +0 -12
  1212. package/themes/dist/compiled/mobile-dark-bluetint.css +0 -2971
  1213. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +0 -2
  1214. package/themes/dist/compiled/mobile-dark-bluetint.js +0 -11
  1215. package/themes/dist/confirmation/click.css +0 -15
  1216. package/themes/dist/confirmation/intranet.css +0 -8
  1217. package/themes/dist/confirmation/mobile.css +0 -8
  1218. package/themes/dist/corp.css +0 -898
  1219. package/themes/dist/corp.d.ts +0 -2
  1220. package/themes/dist/corp.js +0 -12
  1221. package/themes/dist/dark.d.ts +0 -2
  1222. package/themes/dist/dark.js +0 -12
  1223. package/themes/dist/dropzone/click.css +0 -3
  1224. package/themes/dist/esm/click.d.ts +0 -2
  1225. package/themes/dist/esm/click.js +0 -6
  1226. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +0 -2
  1227. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +0 -4
  1228. package/themes/dist/esm/corp.d.ts +0 -2
  1229. package/themes/dist/esm/corp.js +0 -6
  1230. package/themes/dist/esm/dark.d.ts +0 -2
  1231. package/themes/dist/esm/dark.js +0 -6
  1232. package/themes/dist/esm/intranet.d.ts +0 -2
  1233. package/themes/dist/esm/intranet.js +0 -6
  1234. package/themes/dist/esm/mobile.d.ts +0 -2
  1235. package/themes/dist/esm/mobile.js +0 -6
  1236. package/themes/dist/esm/site.d.ts +0 -2
  1237. package/themes/dist/esm/site.js +0 -6
  1238. package/themes/dist/filter-tag/mobile.css +0 -4
  1239. package/themes/dist/form-control/click.css +0 -50
  1240. package/themes/dist/form-control/intranet.css +0 -53
  1241. package/themes/dist/form-control/mobile.css +0 -58
  1242. package/themes/dist/form-control/site.css +0 -98
  1243. package/themes/dist/icon-button/click.css +0 -24
  1244. package/themes/dist/icon-view/click.css +0 -4
  1245. package/themes/dist/input/click.css +0 -5
  1246. package/themes/dist/input/intranet.css +0 -14
  1247. package/themes/dist/input/mobile.css +0 -5
  1248. package/themes/dist/input/site.css +0 -8
  1249. package/themes/dist/intranet.css +0 -995
  1250. package/themes/dist/intranet.d.ts +0 -2
  1251. package/themes/dist/intranet.js +0 -12
  1252. package/themes/dist/link/click.css +0 -25
  1253. package/themes/dist/list/click.css +0 -4
  1254. package/themes/dist/mobile.css +0 -1010
  1255. package/themes/dist/mobile.d.ts +0 -2
  1256. package/themes/dist/mobile.js +0 -12
  1257. package/themes/dist/modal/click.css +0 -31
  1258. package/themes/dist/modal/corp.css +0 -4
  1259. package/themes/dist/modern/click.d.ts +0 -2
  1260. package/themes/dist/modern/click.js +0 -6
  1261. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +0 -2
  1262. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +0 -4
  1263. package/themes/dist/modern/corp.d.ts +0 -2
  1264. package/themes/dist/modern/corp.js +0 -6
  1265. package/themes/dist/modern/dark.d.ts +0 -2
  1266. package/themes/dist/modern/dark.js +0 -6
  1267. package/themes/dist/modern/intranet.d.ts +0 -2
  1268. package/themes/dist/modern/intranet.js +0 -6
  1269. package/themes/dist/modern/mobile.d.ts +0 -2
  1270. package/themes/dist/modern/mobile.js +0 -6
  1271. package/themes/dist/modern/site.d.ts +0 -2
  1272. package/themes/dist/modern/site.js +0 -6
  1273. package/themes/dist/navigation-bar/click.css +0 -4
  1274. package/themes/dist/package.json +0 -11
  1275. package/themes/dist/progress-bar/click.css +0 -3
  1276. package/themes/dist/radio-group/click.css +0 -5
  1277. package/themes/dist/radio-group/intranet.css +0 -4
  1278. package/themes/dist/radio-group/mobile.css +0 -4
  1279. package/themes/dist/radio-group/site.css +0 -5
  1280. package/themes/dist/select/click.css +0 -13
  1281. package/themes/dist/select/intranet.css +0 -6
  1282. package/themes/dist/select/mobile.css +0 -6
  1283. package/themes/dist/select/site.css +0 -7
  1284. package/themes/dist/side-panel/click.css +0 -5
  1285. package/themes/dist/site.css +0 -965
  1286. package/themes/dist/site.d.ts +0 -2
  1287. package/themes/dist/site.js +0 -12
  1288. package/themes/dist/skeleton/click.css +0 -9
  1289. package/themes/dist/slider/intranet.css +0 -6
  1290. package/themes/dist/slider/mobile.css +0 -6
  1291. package/themes/dist/slider-input/intranet.css +0 -12
  1292. package/themes/dist/slider-input/mobile.css +0 -12
  1293. package/themes/dist/slider-input/site.css +0 -13
  1294. package/themes/dist/src/dark.css +0 -313
  1295. package/themes/dist/src/mixins/amount/click.css +0 -4
  1296. package/themes/dist/src/mixins/bottom-sheet/click.css +0 -8
  1297. package/themes/dist/src/mixins/bottom-sheet/corp.css +0 -4
  1298. package/themes/dist/src/mixins/bottom-sheet/intranet.css +0 -3
  1299. package/themes/dist/src/mixins/bottom-sheet/mobile.css +0 -4
  1300. package/themes/dist/src/mixins/bottom-sheet/site.css +0 -3
  1301. package/themes/dist/src/mixins/button/click.css +0 -63
  1302. package/themes/dist/src/mixins/button/corp.css +0 -68
  1303. package/themes/dist/src/mixins/button/intranet.css +0 -56
  1304. package/themes/dist/src/mixins/button/mobile.css +0 -66
  1305. package/themes/dist/src/mixins/button/site.css +0 -21
  1306. package/themes/dist/src/mixins/calendar/click.css +0 -8
  1307. package/themes/dist/src/mixins/calendar/intranet.css +0 -9
  1308. package/themes/dist/src/mixins/calendar-input/intranet.css +0 -3
  1309. package/themes/dist/src/mixins/calendar-input/mobile.css +0 -3
  1310. package/themes/dist/src/mixins/calendar-input/site.css +0 -3
  1311. package/themes/dist/src/mixins/checkbox-group/click.css +0 -9
  1312. package/themes/dist/src/mixins/checkbox-group/intranet.css +0 -4
  1313. package/themes/dist/src/mixins/checkbox-group/mobile.css +0 -4
  1314. package/themes/dist/src/mixins/checkbox-group/site.css +0 -5
  1315. package/themes/dist/src/mixins/circular-progress-bar/click.css +0 -5
  1316. package/themes/dist/src/mixins/click.css +0 -56
  1317. package/themes/dist/src/mixins/confirmation/click.css +0 -15
  1318. package/themes/dist/src/mixins/confirmation/intranet.css +0 -8
  1319. package/themes/dist/src/mixins/confirmation/mobile.css +0 -8
  1320. package/themes/dist/src/mixins/corp.css +0 -11
  1321. package/themes/dist/src/mixins/dark.css +0 -313
  1322. package/themes/dist/src/mixins/dropzone/click.css +0 -3
  1323. package/themes/dist/src/mixins/filter-tag/mobile.css +0 -4
  1324. package/themes/dist/src/mixins/form-control/click.css +0 -50
  1325. package/themes/dist/src/mixins/form-control/intranet.css +0 -53
  1326. package/themes/dist/src/mixins/form-control/mobile.css +0 -58
  1327. package/themes/dist/src/mixins/form-control/site.css +0 -98
  1328. package/themes/dist/src/mixins/icon-button/click.css +0 -24
  1329. package/themes/dist/src/mixins/icon-view/click.css +0 -4
  1330. package/themes/dist/src/mixins/input/click.css +0 -5
  1331. package/themes/dist/src/mixins/input/intranet.css +0 -14
  1332. package/themes/dist/src/mixins/input/mobile.css +0 -5
  1333. package/themes/dist/src/mixins/input/site.css +0 -8
  1334. package/themes/dist/src/mixins/intranet.css +0 -29
  1335. package/themes/dist/src/mixins/link/click.css +0 -25
  1336. package/themes/dist/src/mixins/list/click.css +0 -4
  1337. package/themes/dist/src/mixins/mobile.css +0 -31
  1338. package/themes/dist/src/mixins/modal/click.css +0 -31
  1339. package/themes/dist/src/mixins/modal/corp.css +0 -4
  1340. package/themes/dist/src/mixins/navigation-bar/click.css +0 -4
  1341. package/themes/dist/src/mixins/progress-bar/click.css +0 -3
  1342. package/themes/dist/src/mixins/radio-group/click.css +0 -5
  1343. package/themes/dist/src/mixins/radio-group/intranet.css +0 -4
  1344. package/themes/dist/src/mixins/radio-group/mobile.css +0 -4
  1345. package/themes/dist/src/mixins/radio-group/site.css +0 -5
  1346. package/themes/dist/src/mixins/select/click.css +0 -13
  1347. package/themes/dist/src/mixins/select/intranet.css +0 -6
  1348. package/themes/dist/src/mixins/select/mobile.css +0 -6
  1349. package/themes/dist/src/mixins/select/site.css +0 -7
  1350. package/themes/dist/src/mixins/side-panel/click.css +0 -5
  1351. package/themes/dist/src/mixins/site.css +0 -23
  1352. package/themes/dist/src/mixins/skeleton/click.css +0 -9
  1353. package/themes/dist/src/mixins/slider/intranet.css +0 -6
  1354. package/themes/dist/src/mixins/slider/mobile.css +0 -6
  1355. package/themes/dist/src/mixins/slider-input/intranet.css +0 -12
  1356. package/themes/dist/src/mixins/slider-input/mobile.css +0 -12
  1357. package/themes/dist/src/mixins/slider-input/site.css +0 -13
  1358. package/themes/dist/src/mixins/steps/mobile.css +0 -4
  1359. package/themes/dist/src/mixins/system-message/click.css +0 -13
  1360. package/themes/dist/src/mixins/tabs/click.css +0 -26
  1361. package/themes/dist/src/mixins/tabs/corp.css +0 -4
  1362. package/themes/dist/src/mixins/tabs/site.css +0 -8
  1363. package/themes/dist/src/mixins/tag/click.css +0 -41
  1364. package/themes/dist/src/mixins/tag/intranet.css +0 -28
  1365. package/themes/dist/src/mixins/tag/mobile.css +0 -44
  1366. package/themes/dist/src/mixins/toast-plate/click.css +0 -11
  1367. package/themes/dist/steps/mobile.css +0 -4
  1368. package/themes/dist/system-message/click.css +0 -13
  1369. package/themes/dist/tabs/click.css +0 -26
  1370. package/themes/dist/tabs/corp.css +0 -4
  1371. package/themes/dist/tabs/site.css +0 -8
  1372. package/themes/dist/tag/click.css +0 -41
  1373. package/themes/dist/tag/intranet.css +0 -28
  1374. package/themes/dist/tag/mobile.css +0 -44
  1375. package/themes/dist/toast-plate/click.css +0 -11
  1376. package/toast/esm/Component.mobile-7ca84eff.d.ts +0 -6
  1377. package/vars/dist/colors-bluetint.d.ts +0 -2
  1378. package/vars/dist/colors-bluetint.js +0 -12
  1379. package/vars/dist/colors-indigo.d.ts +0 -2
  1380. package/vars/dist/colors-indigo.js +0 -12
  1381. package/vars/dist/cssm/border-radius.css +0 -11
  1382. package/vars/dist/cssm/bundle/click.css +0 -732
  1383. package/vars/dist/cssm/bundle/corp.css +0 -732
  1384. package/vars/dist/cssm/bundle/intranet.css +0 -732
  1385. package/vars/dist/cssm/bundle/mobile.css +0 -732
  1386. package/vars/dist/cssm/bundle/site.css +0 -726
  1387. package/vars/dist/cssm/colors-addons.css +0 -127
  1388. package/vars/dist/cssm/colors-bluetint.css +0 -515
  1389. package/vars/dist/cssm/colors-bluetint.d.ts +0 -2
  1390. package/vars/dist/cssm/colors-bluetint.js +0 -12
  1391. package/vars/dist/cssm/colors-indigo.css +0 -515
  1392. package/vars/dist/cssm/colors-indigo.d.ts +0 -2
  1393. package/vars/dist/cssm/colors-indigo.js +0 -12
  1394. package/vars/dist/cssm/colors-transparent.css +0 -28
  1395. package/vars/dist/cssm/colors-x5.css +0 -4
  1396. package/vars/dist/cssm/colors.css +0 -71
  1397. package/vars/dist/cssm/index.css +0 -824
  1398. package/vars/dist/cssm/mixins.css +0 -1
  1399. package/vars/dist/cssm/typography.css +0 -6
  1400. package/vars/dist/esm/colors-bluetint.d.ts +0 -2
  1401. package/vars/dist/esm/colors-bluetint.js +0 -6
  1402. package/vars/dist/esm/colors-indigo.d.ts +0 -2
  1403. package/vars/dist/esm/colors-indigo.js +0 -6
  1404. package/vars/dist/gaps.css +0 -30
  1405. package/vars/dist/index.d.ts +0 -792
  1406. package/vars/dist/index.js +0 -792
  1407. package/vars/dist/modern/colors-bluetint.d.ts +0 -2
  1408. package/vars/dist/modern/colors-bluetint.js +0 -6
  1409. package/vars/dist/modern/colors-indigo.d.ts +0 -2
  1410. package/vars/dist/modern/colors-indigo.js +0 -6
  1411. package/vars/dist/package.json +0 -12
  1412. package/vars/dist/shadows-bluetint.css +0 -43
  1413. package/vars/dist/shadows-indigo.css +0 -38
  1414. package/vars/dist/src/border-radius.css +0 -11
  1415. package/vars/dist/src/bundle/click.css +0 -7
  1416. package/vars/dist/src/bundle/corp.css +0 -7
  1417. package/vars/dist/src/bundle/intranet.css +0 -7
  1418. package/vars/dist/src/bundle/mobile.css +0 -7
  1419. package/vars/dist/src/bundle/site.css +0 -6
  1420. package/vars/dist/src/colors-addons.css +0 -127
  1421. package/vars/dist/src/colors-bluetint.css +0 -515
  1422. package/vars/dist/src/colors-indigo.css +0 -515
  1423. package/vars/dist/src/colors-transparent.css +0 -28
  1424. package/vars/dist/src/colors-x5.css +0 -4
  1425. package/vars/dist/src/colors.css +0 -71
  1426. package/vars/dist/src/gaps.css +0 -30
  1427. package/vars/dist/src/index.css +0 -9
  1428. package/vars/dist/src/mixins.css +0 -72
  1429. package/vars/dist/src/shadows-bluetint.css +0 -43
  1430. package/vars/dist/src/shadows-indigo.css +0 -38
  1431. package/vars/dist/typography.css +0 -519
  1432. /package/calendar-input/esm/{Component.responsive-2e2b2125.d.ts → Component.responsive-755fbaa3.d.ts} +0 -0
  1433. /package/calendar-input/esm/{shared-f034f741.d.ts → shared-71d94e2b.d.ts} +0 -0
  1434. /package/calendar-range/esm/{index.module-fd7ec0a2.js → index.module-8375d1f2.js} +0 -0
  1435. /package/calendar-range/{index.module-afa7c5f0.js → index.module-ae6ca4f3.js} +0 -0
  1436. /package/calendar-range/modern/{index.module-06725b1a.js → index.module-0cd4f4e5.js} +0 -0
  1437. /package/confirmation/{countdown-section-9a6d1d6b.d.ts → countdown-section-450ad0fb.d.ts} +0 -0
  1438. /package/confirmation/{countdown-section-9a6d1d6b.js → countdown-section-450ad0fb.js} +0 -0
  1439. /package/confirmation/esm/{countdown-section-281fb6b0.d.ts → countdown-section-1619290d.d.ts} +0 -0
  1440. /package/confirmation/esm/{countdown-section-281fb6b0.js → countdown-section-1619290d.js} +0 -0
  1441. /package/confirmation/modern/{countdown-section-baf81c17.d.ts → countdown-section-1e0212a1.d.ts} +0 -0
  1442. /package/confirmation/modern/{countdown-section-baf81c17.js → countdown-section-1e0212a1.js} +0 -0
  1443. /package/{input → date-range-input/esm}/Component.desktop-ebda875c.d.ts +0 -0
  1444. /package/date-range-input/esm/{Component.responsive-2e2b2125.d.ts → Component.responsive-755fbaa3.d.ts} +0 -0
  1445. /package/date-time-input/modern/{Component.responsive-2e2b2125.d.ts → Component.responsive-755fbaa3.d.ts} +0 -0
  1446. /package/gallery/{buttons-a5ebe5df.d.ts → buttons-fb2186dd.d.ts} +0 -0
  1447. /package/gallery/{buttons-a5ebe5df.js → buttons-fb2186dd.js} +0 -0
  1448. /package/gallery/esm/{buttons-6964bdef.d.ts → buttons-26be921d.d.ts} +0 -0
  1449. /package/gallery/esm/{buttons-6964bdef.js → buttons-26be921d.js} +0 -0
  1450. /package/gallery/esm/{slide-4c914b1d.d.ts → slide-4a5d77ff.d.ts} +0 -0
  1451. /package/gallery/esm/{slide-4c914b1d.js → slide-4a5d77ff.js} +0 -0
  1452. /package/gallery/modern/{buttons-7389842e.d.ts → buttons-6c2011fc.d.ts} +0 -0
  1453. /package/gallery/modern/{buttons-7389842e.js → buttons-6c2011fc.js} +0 -0
  1454. /package/gallery/modern/{slide-236ccf15.d.ts → slide-c6cf351a.d.ts} +0 -0
  1455. /package/gallery/modern/{slide-236ccf15.js → slide-c6cf351a.js} +0 -0
  1456. /package/gallery/{slide-1e59abc7.d.ts → slide-97c2430b.d.ts} +0 -0
  1457. /package/gallery/{slide-1e59abc7.js → slide-97c2430b.js} +0 -0
  1458. /package/grid/esm/{gutters.module-8a5e13ca.js → gutters.module-1c1cf33b.js} +0 -0
  1459. /package/grid/{gutters.module-6dab705f.js → gutters.module-2e2a7ca2.js} +0 -0
  1460. /package/grid/modern/{gutters.module-4d0c4101.js → gutters.module-834cfc1b.js} +0 -0
  1461. /package/{date-range-input/esm → input}/Component.mobile-ebda875c.d.ts +0 -0
  1462. /package/input-autocomplete/esm/{mobile.module-bb0cbc57.js → mobile.module-0f208a40.js} +0 -0
  1463. /package/input-autocomplete/{mobile.module-00dfdfed.js → mobile.module-63c27ea1.js} +0 -0
  1464. /package/input-autocomplete/modern/{mobile.module-ca98f569.js → mobile.module-8f690d7f.js} +0 -0
  1465. /package/intl-phone-input/{Component.desktop-5e1b8383.d.ts → Component.desktop-63dec22f.d.ts} +0 -0
  1466. /package/intl-phone-input/{Component.desktop-4cd3936b.d.ts → Component.desktop-ed17077e.d.ts} +0 -0
  1467. /package/list/{Component-28836153.d.ts → Component-3d45b936.d.ts} +0 -0
  1468. /package/list/{Component-28836153.js → Component-3d45b936.js} +0 -0
  1469. /package/list/esm/{Component-9206b574.d.ts → Component-a5c6bc96.d.ts} +0 -0
  1470. /package/list/esm/{Component-9206b574.js → Component-a5c6bc96.js} +0 -0
  1471. /package/list/modern/{Component-843766d8.d.ts → Component-116c4d34.d.ts} +0 -0
  1472. /package/list/modern/{Component-843766d8.js → Component-116c4d34.js} +0 -0
  1473. /package/markdown/esm/{use-overrides-0b3ac680.d.ts → use-overrides-8cc63c3e.d.ts} +0 -0
  1474. /package/markdown/esm/{use-overrides-0b3ac680.js → use-overrides-8cc63c3e.js} +0 -0
  1475. /package/markdown/modern/{use-overrides-5e7e9568.d.ts → use-overrides-1c2d2ab3.d.ts} +0 -0
  1476. /package/markdown/modern/{use-overrides-5e7e9568.js → use-overrides-1c2d2ab3.js} +0 -0
  1477. /package/markdown/{use-overrides-e79c5354.d.ts → use-overrides-23fa91a2.d.ts} +0 -0
  1478. /package/markdown/{use-overrides-e79c5354.js → use-overrides-23fa91a2.js} +0 -0
  1479. /package/picker-button/cssm/{hook-9ea9e32c.d.ts → hook-5e1b8383.d.ts} +0 -0
  1480. /package/pure-cell/{component-e7adc9c0.d.ts → component-574b4719.d.ts} +0 -0
  1481. /package/pure-cell/{component-e7adc9c0.js → component-574b4719.js} +0 -0
  1482. /package/pure-cell/esm/{component-81a95e9c.d.ts → component-bd1cff18.d.ts} +0 -0
  1483. /package/pure-cell/esm/{component-81a95e9c.js → component-bd1cff18.js} +0 -0
  1484. /package/pure-cell/modern/{component-45378c89.d.ts → component-d896f003.d.ts} +0 -0
  1485. /package/pure-cell/modern/{component-45378c89.js → component-d896f003.js} +0 -0
  1486. /package/select/esm/{hook-0fd92266.d.ts → hook-8b901e45.d.ts} +0 -0
  1487. /package/select/esm/{hook-0fd92266.js → hook-8b901e45.js} +0 -0
  1488. /package/select/{hook-c3ee8e85.d.ts → hook-51f508bc.d.ts} +0 -0
  1489. /package/select/{hook-c3ee8e85.js → hook-51f508bc.js} +0 -0
  1490. /package/select/modern/{hook-607b8786.d.ts → hook-b4b02643.d.ts} +0 -0
  1491. /package/select/modern/{hook-607b8786.js → hook-b4b02643.js} +0 -0
  1492. /package/tabs/esm/{index.module-14dc8ef8.js → index.module-476dfe41.js} +0 -0
  1493. /package/tabs/esm/{index.module-049f9ac4.js → index.module-6a3caad4.js} +0 -0
  1494. /package/tabs/esm/{mobile.module-1655f441.js → mobile.module-88c32b6e.js} +0 -0
  1495. /package/tabs/{index.module-23f5d47d.js → index.module-2a1fc857.js} +0 -0
  1496. /package/tabs/{index.module-51a99123.js → index.module-d3a1b5b8.js} +0 -0
  1497. /package/tabs/{mobile.module-2c14d5d3.js → mobile.module-05f3438c.js} +0 -0
  1498. /package/tabs/modern/{index.module-e0adf3ca.js → index.module-08a9cafc.js} +0 -0
  1499. /package/tabs/modern/{index.module-809d9d38.js → index.module-486ed899.js} +0 -0
  1500. /package/tabs/modern/{mobile.module-0e6fb7d7.js → mobile.module-9fd30b09.js} +0 -0
  1501. /package/textarea/{PseudoTextArea-0064ff92.d.ts → PseudoTextArea-d15f57ae.d.ts} +0 -0
  1502. /package/textarea/{PseudoTextArea-0064ff92.js → PseudoTextArea-d15f57ae.js} +0 -0
  1503. /package/textarea/esm/{PseudoTextArea-a2ca9d1a.d.ts → PseudoTextArea-67edf0fd.d.ts} +0 -0
  1504. /package/textarea/esm/{PseudoTextArea-a2ca9d1a.js → PseudoTextArea-67edf0fd.js} +0 -0
  1505. /package/textarea/modern/{PseudoTextArea-4b5902f6.d.ts → PseudoTextArea-f696979a.d.ts} +0 -0
  1506. /package/textarea/modern/{PseudoTextArea-4b5902f6.js → PseudoTextArea-f696979a.js} +0 -0
  1507. /package/themes/{dist/src → src}/click.ts +0 -0
  1508. /package/themes/{dist/src → src}/compiled/mobile-dark-bluetint.ts +0 -0
  1509. /package/themes/{dist/src → src}/corp.ts +0 -0
  1510. /package/themes/{dist → src}/dark.css +0 -0
  1511. /package/themes/{dist/src → src}/dark.ts +0 -0
  1512. /package/themes/{dist/src → src}/default.css +0 -0
  1513. /package/themes/{dist/src → src}/intranet.ts +0 -0
  1514. /package/themes/{dist → src}/mixins/amount/click.css +0 -0
  1515. /package/themes/{dist → src}/mixins/bottom-sheet/click.css +0 -0
  1516. /package/themes/{dist → src}/mixins/bottom-sheet/corp.css +0 -0
  1517. /package/themes/{dist → src}/mixins/bottom-sheet/intranet.css +0 -0
  1518. /package/themes/{dist → src}/mixins/bottom-sheet/mobile.css +0 -0
  1519. /package/themes/{dist → src}/mixins/bottom-sheet/site.css +0 -0
  1520. /package/themes/{dist → src}/mixins/button/click.css +0 -0
  1521. /package/themes/{dist → src}/mixins/button/corp.css +0 -0
  1522. /package/themes/{dist → src}/mixins/button/intranet.css +0 -0
  1523. /package/themes/{dist → src}/mixins/button/mobile.css +0 -0
  1524. /package/themes/{dist → src}/mixins/button/site.css +0 -0
  1525. /package/themes/{dist → src}/mixins/calendar/click.css +0 -0
  1526. /package/themes/{dist → src}/mixins/calendar/intranet.css +0 -0
  1527. /package/themes/{dist → src}/mixins/calendar-input/intranet.css +0 -0
  1528. /package/themes/{dist → src}/mixins/calendar-input/mobile.css +0 -0
  1529. /package/themes/{dist → src}/mixins/calendar-input/site.css +0 -0
  1530. /package/themes/{dist → src}/mixins/checkbox-group/click.css +0 -0
  1531. /package/themes/{dist → src}/mixins/checkbox-group/intranet.css +0 -0
  1532. /package/themes/{dist → src}/mixins/checkbox-group/mobile.css +0 -0
  1533. /package/themes/{dist → src}/mixins/checkbox-group/site.css +0 -0
  1534. /package/themes/{dist → src}/mixins/circular-progress-bar/click.css +0 -0
  1535. /package/themes/{dist → src}/mixins/click.css +0 -0
  1536. /package/themes/{dist → src}/mixins/confirmation/click.css +0 -0
  1537. /package/themes/{dist → src}/mixins/confirmation/intranet.css +0 -0
  1538. /package/themes/{dist → src}/mixins/confirmation/mobile.css +0 -0
  1539. /package/themes/{dist → src}/mixins/corp.css +0 -0
  1540. /package/themes/{dist → src}/mixins/dark.css +0 -0
  1541. /package/themes/{dist → src}/mixins/dropzone/click.css +0 -0
  1542. /package/themes/{dist → src}/mixins/filter-tag/mobile.css +0 -0
  1543. /package/themes/{dist → src}/mixins/form-control/click.css +0 -0
  1544. /package/themes/{dist → src}/mixins/form-control/intranet.css +0 -0
  1545. /package/themes/{dist → src}/mixins/form-control/mobile.css +0 -0
  1546. /package/themes/{dist → src}/mixins/form-control/site.css +0 -0
  1547. /package/themes/{dist → src}/mixins/icon-button/click.css +0 -0
  1548. /package/themes/{dist → src}/mixins/icon-view/click.css +0 -0
  1549. /package/themes/{dist → src}/mixins/input/click.css +0 -0
  1550. /package/themes/{dist → src}/mixins/input/intranet.css +0 -0
  1551. /package/themes/{dist → src}/mixins/input/mobile.css +0 -0
  1552. /package/themes/{dist → src}/mixins/input/site.css +0 -0
  1553. /package/themes/{dist → src}/mixins/intranet.css +0 -0
  1554. /package/themes/{dist → src}/mixins/link/click.css +0 -0
  1555. /package/themes/{dist → src}/mixins/list/click.css +0 -0
  1556. /package/themes/{dist → src}/mixins/mobile.css +0 -0
  1557. /package/themes/{dist → src}/mixins/modal/click.css +0 -0
  1558. /package/themes/{dist → src}/mixins/modal/corp.css +0 -0
  1559. /package/themes/{dist → src}/mixins/navigation-bar/click.css +0 -0
  1560. /package/themes/{dist → src}/mixins/progress-bar/click.css +0 -0
  1561. /package/themes/{dist → src}/mixins/radio-group/click.css +0 -0
  1562. /package/themes/{dist → src}/mixins/radio-group/intranet.css +0 -0
  1563. /package/themes/{dist → src}/mixins/radio-group/mobile.css +0 -0
  1564. /package/themes/{dist → src}/mixins/radio-group/site.css +0 -0
  1565. /package/themes/{dist → src}/mixins/select/click.css +0 -0
  1566. /package/themes/{dist → src}/mixins/select/intranet.css +0 -0
  1567. /package/themes/{dist → src}/mixins/select/mobile.css +0 -0
  1568. /package/themes/{dist → src}/mixins/select/site.css +0 -0
  1569. /package/themes/{dist → src}/mixins/side-panel/click.css +0 -0
  1570. /package/themes/{dist → src}/mixins/site.css +0 -0
  1571. /package/themes/{dist → src}/mixins/skeleton/click.css +0 -0
  1572. /package/themes/{dist → src}/mixins/slider/intranet.css +0 -0
  1573. /package/themes/{dist → src}/mixins/slider/mobile.css +0 -0
  1574. /package/themes/{dist → src}/mixins/slider-input/intranet.css +0 -0
  1575. /package/themes/{dist → src}/mixins/slider-input/mobile.css +0 -0
  1576. /package/themes/{dist → src}/mixins/slider-input/site.css +0 -0
  1577. /package/themes/{dist → src}/mixins/steps/mobile.css +0 -0
  1578. /package/themes/{dist → src}/mixins/system-message/click.css +0 -0
  1579. /package/themes/{dist → src}/mixins/tabs/click.css +0 -0
  1580. /package/themes/{dist → src}/mixins/tabs/corp.css +0 -0
  1581. /package/themes/{dist → src}/mixins/tabs/site.css +0 -0
  1582. /package/themes/{dist → src}/mixins/tag/click.css +0 -0
  1583. /package/themes/{dist → src}/mixins/tag/intranet.css +0 -0
  1584. /package/themes/{dist → src}/mixins/tag/mobile.css +0 -0
  1585. /package/themes/{dist → src}/mixins/toast-plate/click.css +0 -0
  1586. /package/themes/{dist/src → src}/mobile.ts +0 -0
  1587. /package/themes/{dist/src → src}/site.ts +0 -0
  1588. /package/typography/{colors.module-2926b960.js → colors.module-7950d7ec.js} +0 -0
  1589. /package/typography/{common.module-2c295264.js → common.module-6e24e386.js} +0 -0
  1590. /package/typography/esm/{colors.module-4ca9a0d4.js → colors.module-61f84700.js} +0 -0
  1591. /package/typography/esm/{common.module-aef46784.js → common.module-2c0af9b6.js} +0 -0
  1592. /package/typography/modern/{colors.module-da1886e6.js → colors.module-1f2f5f1c.js} +0 -0
  1593. /package/typography/modern/{common.module-9679f432.js → common.module-a96022c2.js} +0 -0
  1594. /package/underlay/esm/{index.module-f847ea6d.js → index.module-21cadccd.js} +0 -0
  1595. /package/underlay/{index.module-b9df119b.js → index.module-aeb16f28.js} +0 -0
  1596. /package/underlay/modern/{index.module-d1babb9b.js → index.module-b20c19ed.js} +0 -0
  1597. /package/vars/{dist → src}/border-radius.css +0 -0
  1598. /package/vars/{dist → src}/bundle/click.css +0 -0
  1599. /package/vars/{dist → src}/bundle/corp.css +0 -0
  1600. /package/vars/{dist → src}/bundle/intranet.css +0 -0
  1601. /package/vars/{dist → src}/bundle/mobile.css +0 -0
  1602. /package/vars/{dist → src}/bundle/site.css +0 -0
  1603. /package/vars/{dist → src}/colors-addons.css +0 -0
  1604. /package/vars/{dist → src}/colors-bluetint.css +0 -0
  1605. /package/vars/{dist/src → src}/colors-bluetint.ts +0 -0
  1606. /package/vars/{dist → src}/colors-indigo.css +0 -0
  1607. /package/vars/{dist/src → src}/colors-indigo.ts +0 -0
  1608. /package/vars/{dist → src}/colors-transparent.css +0 -0
  1609. /package/vars/{dist → src}/colors-x5.css +0 -0
  1610. /package/vars/{dist → src}/colors.css +0 -0
  1611. /package/vars/{dist/cssm → src}/gaps.css +0 -0
  1612. /package/vars/{dist → src}/index.css +0 -0
  1613. /package/vars/{dist → src}/mixins.css +0 -0
  1614. /package/vars/{dist/cssm → src}/shadows-bluetint.css +0 -0
  1615. /package/vars/{dist/cssm → src}/shadows-indigo.css +0 -0
  1616. /package/vars/{dist/src → src}/typography.css +0 -0
@@ -1,2971 +0,0 @@
1
- .backdrop__backdrop_urlor {
2
- -webkit-tap-highlight-color: transparent;
3
- } .backdrop__appear_urlor,
4
- .backdrop__enter_urlor {
5
- background-color: transparent;
6
- } .backdrop__appearActive_urlor,
7
- .backdrop__enterActive_urlor,
8
- .backdrop__appearDone_urlor,
9
- .backdrop__enterDone_urlor {
10
- background-color: rgba(0, 0, 0, 0.8);
11
- } .backdrop__exit_urlor {
12
- background-color: rgba(0, 0, 0, 0.8);
13
- } .backdrop__exitActive_urlor,
14
- .backdrop__exitDone_urlor {
15
- background-color: transparent;
16
- }.card-image__cardImage_rqs5k {
17
- background: #e7e8ea;
18
- } .card-image__loaded_rqs5k {
19
- background: transparent
20
- }.badge__component_8eqyw.badge__background-accent_8eqyw {
21
- background-color: #ef3124;
22
- color: #fff;
23
- } .badge__component_8eqyw.badge__background-specialbg-secondary-transparent_8eqyw {
24
- background-color: rgba(255, 255, 255, 0.06);
25
- color: #fff;
26
- } .badge__component_8eqyw.badge__background-primary_8eqyw {
27
- background-color: #121212;
28
- color: #fff;
29
- } .badge__outlineCount_8eqyw {
30
- border: 2px solid #121212;
31
- } .badge__heightS_8eqyw.badge__outlineCount_8eqyw {
32
- border: 1px solid #121212;
33
- } .badge__icon_8eqyw {
34
- color: #2fc26e
35
- } .badge__icon_8eqyw.badge__positive_8eqyw {
36
- color: #2fc26e;
37
- background-color: #2fc26e;
38
- } .badge__icon_8eqyw.badge__attention_8eqyw {
39
- color: #f6bf65;
40
- background-color: #f6bf65;
41
- } .badge__icon_8eqyw.badge__negative_8eqyw {
42
- color: #d91d0b;
43
- background-color: #d91d0b;
44
- } .badge__icon_8eqyw.badge__link_8eqyw {
45
- color: #0072ef;
46
- background-color: #0072ef;
47
- } .badge__icon_8eqyw.badge__tertiary_8eqyw {
48
- color: #4f4f52;
49
- background-color: #4f4f52;
50
- } .badge__icon_8eqyw.badge__secondary_8eqyw {
51
- color: #85858d;
52
- background-color: #85858d;
53
- } .badge__icon_8eqyw.badge__primary_8eqyw {
54
- color: #fff;
55
- background-color: #fff;
56
- } .badge__graphic-static-light_8eqyw.badge__icon_8eqyw:before {
57
- background-color: #fff;
58
- } .badge__graphic-primary_8eqyw.badge__icon_8eqyw:before {
59
- background-color: #fff;
60
- } .badge__outline_8eqyw {
61
- background-color: #121212;
62
- } .badge__outlineColor_8eqyw {
63
- background-color: #ef3124
64
- } .badge__outlineColor_8eqyw.badge__attention_8eqyw {
65
- background-color: #f6bf65;
66
- } .badge__outlineColor_8eqyw.badge__positive_8eqyw {
67
- background-color: #2fc26e;
68
- } .badge__outlineColor_8eqyw.badge__negative_8eqyw {
69
- background-color: #d91d0b;
70
- } .badge__outlineColor_8eqyw.badge__link_8eqyw {
71
- background-color: #0072ef;
72
- } .badge__outlineColor_8eqyw.badge__tertiary_8eqyw {
73
- background-color: #4f4f52;
74
- } .badge__outlineColor_8eqyw.badge__secondary_8eqyw {
75
- background-color: #85858d;
76
- } .badge__outlineColor_8eqyw.badge__primary_8eqyw {
77
- background-color: #fff;
78
- } .badge__dot_8eqyw.badge__outlineCount_8eqyw {
79
- border: 1px solid #121212;
80
- }.divider__component_beijs {
81
- border-bottom: 1px solid #2b2b2e;
82
- }.checkbox__box_1etb4 {
83
- color: #0e0e0e;
84
- background-color: #0e0e0e;
85
- border: 1.5px solid #85858d;
86
- } .checkbox__checkedIcon_1etb4 {
87
- color: #0e0e0e;
88
- } .checkbox__component_1etb4:hover:not(.checkbox__disabled_1etb4):not(.checkbox__inactive_1etb4) .checkbox__box_1etb4 {
89
- background-color: rgb(31, 31, 31);
90
- border-color: #85858d;
91
- } .checkbox__component_1etb4:active:not(.checkbox__disabled_1etb4):not(.checkbox__inactive_1etb4) .checkbox__box_1etb4 {
92
- background-color: rgb(50, 50, 50);
93
- border-color: #85858d;
94
- } .checkbox__checked_1etb4 .checkbox__box_1etb4 {
95
- background-color: #fff;
96
- border-color: transparent;
97
- } .checkbox__checked_1etb4:hover:not(.checkbox__disabled_1etb4):not(.checkbox__inactive_1etb4) .checkbox__box_1etb4 {
98
- background-color: rgb(217, 217, 217);
99
- border-color: transparent;
100
- } .checkbox__checked_1etb4:active:not(.checkbox__disabled_1etb4):not(.checkbox__inactive_1etb4) .checkbox__box_1etb4 {
101
- background-color: rgb(204, 204, 204);
102
- border-color: transparent;
103
- } .checkbox__indeterminate_1etb4 .checkbox__box_1etb4 {
104
- background-color: #fff;
105
- border-color: transparent;
106
- } .checkbox__indeterminate_1etb4:hover:not(.checkbox__disabled_1etb4):not(.checkbox__inactive_1etb4) .checkbox__box_1etb4 {
107
- background-color: rgb(217, 217, 217);
108
- border-color: transparent;
109
- } .checkbox__indeterminate_1etb4:active:not(.checkbox__disabled_1etb4):not(.checkbox__inactive_1etb4) .checkbox__box_1etb4 {
110
- background-color: rgb(204, 204, 204);
111
- border-color: transparent;
112
- } .checkbox__disabled_1etb4 .checkbox__box_1etb4 {
113
- background-color: #0e0e0e;
114
- border-color: #303032;
115
- } .checkbox__disabled_1etb4.checkbox__checked_1etb4 .checkbox__box_1etb4 {
116
- background-color: #3a3a3c;
117
- border-color: transparent;
118
- } .checkbox__disabled_1etb4.checkbox__indeterminate_1etb4 .checkbox__box_1etb4 {
119
- background-color: #3a3a3c;
120
- border-color: transparent;
121
- } .checkbox__disabled_1etb4 .checkbox__label_1etb4 {
122
- color: rgba(235, 235, 245, 0.54);
123
- } .checkbox__disabled_1etb4 .checkbox__hint_1etb4 {
124
- color: rgba(235, 235, 245, 0.54);
125
- } .checkbox__inactive_1etb4 .checkbox__box_1etb4 {
126
- background-color: #3a3a3c;
127
- border-color: #464649;
128
- } .checkbox__inactive_1etb4.checkbox__checked_1etb4 .checkbox__box_1etb4 {
129
- color: #4f4f52;
130
- border-color: transparent;
131
- } .checkbox__inactive_1etb4.checkbox__indeterminate_1etb4 .checkbox__box_1etb4 {
132
- border-color: transparent;
133
- } .checkbox__focused_1etb4 .checkbox__box_1etb4 {
134
- outline: 2px solid #0072ef;
135
- } .checkbox__label_1etb4 {
136
- color: #fff;
137
- } .checkbox__errorMessage_1etb4 {
138
- color: #f15045;
139
- } .checkbox__hint_1etb4 {
140
- color: rgba(235, 235, 245, 0.54);
141
- } .checkbox__inactive_1etb4 .checkbox__indeterminateLine_1etb4 {
142
- background-color: #4f4f52;
143
- } .checkbox__indeterminateLine_1etb4 {
144
- background-color: #0e0e0e;
145
- } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
146
- }.dropzone__component_1rp8o {
147
- border: 1px dashed #c5c5c7;
148
- } .dropzone__component_1rp8o:not(.dropzone__disabled_1rp8o):hover {
149
- background-color: transparent;
150
- } .dropzone__dragOver_1rp8o {
151
- background-color: transparent;
152
- } .dropzone__error_1rp8o {
153
- border-color: #ef3124;
154
- }
155
- .dropzone__overlay_1qufm {
156
- background: #202022;
157
- } .dropzone__text_1qufm {
158
- color: #fff;
159
- }.hatching-progress-bar__container_1e2ax {
160
- background: rgba(255, 255, 255, 0.1);
161
- }
162
- .hatching-progress-bar__hatch_1e2ax {
163
- background: repeating-linear-gradient(
164
- -45deg,
165
- #4f4f52 6px 10px,
166
- rgba(255, 255, 255, 0) 10px 18px
167
- );
168
- }
169
- .hatching-progress-bar__positive_1e2ax {
170
- background: #2fc26e;
171
- }
172
- .hatching-progress-bar__attention_1e2ax {
173
- background: #f6bf65;
174
- }
175
- .hatching-progress-bar__negative_1e2ax {
176
- background: #d91d0b;
177
- }
178
- .hatching-progress-bar__link_1e2ax {
179
- background: #0072ef;
180
- }
181
- .hatching-progress-bar__tertiary_1e2ax {
182
- background: #4f4f52;
183
- }
184
- .hatching-progress-bar__secondary_1e2ax {
185
- background: #85858d;
186
- }
187
- .hatching-progress-bar__primary_1e2ax {
188
- background: #fff;
189
- }
190
- .hatching-progress-bar__accent_1e2ax {
191
- background: #ef3124;
192
- }.icon-view__component_emjqu {
193
- color: #85858d;
194
- } .icon-view__bg_emjqu {
195
- fill: #202022;
196
- } .icon-view__border_emjqu {
197
- stroke: rgba(255, 255, 255, 0.1);
198
- fill: transparent;
199
- }@media (max-width: 599px) {
200
- }
201
- @media (min-width: 320px) {
202
- }
203
- @media (min-width: 360px) {
204
- }
205
- @media (min-width: 375px) {
206
- }
207
- @media (min-width: 412px) {
208
- }
209
- @media (min-width: 600px) and (max-width: 1023px) {
210
- }
211
- @media (min-width: 600px) {
212
- }
213
- @media (min-width: 768px) {
214
- }
215
- @media (min-width: 1024px) {
216
- }
217
- @media (min-width: 1024px) {
218
- }
219
- @media (min-width: 1280px) {
220
- }
221
- @media (min-width: 1440px) {
222
- }
223
- @media (min-width: 1920px) {
224
- }
225
- @media (max-width: 599px) {
226
- }
227
- @media (min-width: 320px) {
228
- }
229
- @media (min-width: 360px) {
230
- }
231
- @media (min-width: 375px) {
232
- }
233
- @media (min-width: 412px) {
234
- }
235
- @media (min-width: 600px) and (max-width: 1023px) {
236
- }
237
- @media (min-width: 600px) {
238
- }
239
- @media (min-width: 768px) {
240
- }
241
- @media (min-width: 1024px) {
242
- }
243
- @media (min-width: 1024px) {
244
- }
245
- @media (min-width: 1280px) {
246
- }
247
- @media (min-width: 1440px) {
248
- }
249
- @media (min-width: 1920px) {
250
- }
251
- .indicator__component_1i8kj {
252
- color: #fff;
253
- background-color: #ef3124;
254
- } .indicator__red_1i8kj {
255
- background-color: #ef3124;
256
- color: #fff
257
- } .indicator__red_1i8kj.indicator__border_1i8kj {
258
- outline: 2px solid #000;
259
- } .indicator__white_1i8kj {
260
- background-color: #121212;
261
- color: #fff
262
- } .indicator__white_1i8kj.indicator__border_1i8kj {
263
- outline: 2px solid #000;
264
- } .indicator__grey_1i8kj {
265
- background-color: rgba(255, 255, 255, 0.06);
266
- color: #fff
267
- } .indicator__grey_1i8kj.indicator__border_1i8kj {
268
- outline: 2px solid #000;
269
- }@keyframes loader__blink_og4sx {
270
- }.link__primary_2fyag {
271
- color: #fff;
272
- border-bottom-color: #fff
273
- } .link__primary_2fyag:hover {
274
- color: rgb(255, 255, 255);
275
- } .link__primary_2fyag:active {
276
- color: rgb(255, 255, 255);
277
- } .link__secondary_2fyag {
278
- color: rgba(235, 235, 245, 0.54);
279
- border-bottom-color: rgba(235, 235, 245, 0.54)
280
- } .link__secondary_2fyag:hover {
281
- color: rgba(239, 239, 247, 0.632);
282
- } .link__secondary_2fyag:active {
283
- color: rgba(243, 243, 249, 0.724);
284
- } .link__defaultView_2fyag {
285
- color: #0072ef;
286
- border-bottom-color: #0072ef
287
- } .link__defaultView_2fyag:hover {
288
- color: rgb(51, 142, 242);
289
- } .link__defaultView_2fyag:active {
290
- color: rgb(102, 170, 245);
291
- }
292
- .link__component_ow3xe:hover .link__text_ow3xe,
293
- .link__component_ow3xe:active .link__text_ow3xe {
294
- border-bottom-color: rgba(0, 0, 0, 0);
295
- } .link__focused_ow3xe {
296
- outline: 2px solid #0072ef;
297
- } .link__pseudo_ow3xe {
298
- background-color: transparent;
299
- }
300
- .link__primary_15die {
301
- color: #0e0e0e;
302
- border-bottom-color: #0e0e0e
303
- } .link__primary_15die:hover {
304
- color: rgb(204, 204, 204);
305
- } .link__primary_15die:active {
306
- color: rgb(153, 153, 153);
307
- } .link__secondary_15die {
308
- color: rgba(60, 60, 67, 0.66);
309
- border-bottom-color: rgba(60, 60, 67, 0.66)
310
- } .link__secondary_15die:hover {
311
- color: rgba(188, 188, 196, 0.54);
312
- } .link__secondary_15die:active {
313
- color: rgba(141, 141, 147, 0.54);
314
- } .link__defaultView_15die {
315
- color: #0072ef;
316
- border-bottom-color: #0072ef
317
- } .link__defaultView_15die:hover {
318
- color: rgb(0, 91, 191);
319
- } .link__defaultView_15die:active {
320
- color: rgb(0, 68, 143);
321
- }.progress-bar__container_8xbas {
322
- background: rgba(255, 255, 255, 0.1)
323
- }
324
- .progress-bar__filled_8xbas.progress-bar__positive_8xbas {
325
- background: #2fc26e;
326
- }
327
- .progress-bar__filled_8xbas.progress-bar__negative_8xbas {
328
- background: #d91d0b;
329
- }
330
- .progress-bar__filled_8xbas.progress-bar__attention_8xbas {
331
- background: #f6bf65;
332
- }
333
- .progress-bar__filled_8xbas.progress-bar__link_8xbas {
334
- background: #0072ef;
335
- }
336
- .progress-bar__filled_8xbas.progress-bar__tertiary_8xbas {
337
- background: #4f4f52;
338
- }
339
- .progress-bar__filled_8xbas.progress-bar__secondary_8xbas {
340
- background: #85858d;
341
- }
342
- .progress-bar__filled_8xbas.progress-bar__primary_8xbas {
343
- background: #fff;
344
- }
345
- .progress-bar__filled_8xbas.progress-bar__accent_8xbas {
346
- background: #ef3124;
347
- }.pure-input__input_jc81y {
348
- color: #fff;
349
- caret-color: #fff;
350
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
351
- } .pure-input__input_jc81y:-webkit-autofill {
352
- -webkit-text-fill-color: #fff;
353
- } .pure-input__input_jc81y::placeholder {
354
- color: rgba(235, 235, 245, 0.54);
355
- } .pure-input__hasInnerLabel_jc81y::placeholder {
356
- color: rgba(235, 235, 245, 0.32);
357
- } .pure-input__clearIcon_jc81y {
358
- color: #fff;
359
- } .pure-input__input_jc81y:read-only {
360
- color: rgba(235, 235, 245, 0.54)
361
- } .pure-input__input_jc81y:read-only:focus::placeholder {
362
- color: rgba(235, 235, 245, 0.54);
363
- } .pure-input__input_jc81y:disabled {
364
- color: rgba(235, 235, 245, 0.54);
365
- -webkit-text-fill-color: rgba(235, 235, 245, 0.54);
366
- } .pure-input__input_jc81y:focus::placeholder {
367
- color: rgba(235, 235, 245, 0.32);
368
- } .pure-input__component_jc81y {
369
- color: #fff;
370
- background-color: #202022;
371
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
372
- } .pure-input__component_jc81y::placeholder {
373
- color: rgba(235, 235, 245, 0.54);
374
- } .pure-input__component_jc81y:disabled {
375
- color: rgba(235, 235, 245, 0.54);
376
- background-color: #121212;
377
- } .pure-input__component_jc81y:not(:disabled):focus::placeholder {
378
- color: rgba(235, 235, 245, 0.32);
379
- } .pure-input__focusVisible_jc81y {
380
- outline: 2px solid #0072ef;
381
- } .pure-input__component_jc81y:not(:disabled):hover {
382
- background-color: #202022;
383
- }.radio__container_3ycfm:not(.radio__checked_3ycfm):not(.radio__disabled_3ycfm):not(.radio__inactive_3ycfm) .radio__circle_3ycfm {
384
- background-color: #0e0e0e;
385
- border: 1.5px solid #85858d;
386
- } .radio__container_3ycfm:not(.radio__checked_3ycfm):not(.radio__disabled_3ycfm):not(.radio__inactive_3ycfm):hover:not(:active) .radio__circle_3ycfm {
387
- background-color: rgb(31, 31, 31);
388
- border-color: #85858d;
389
- } .radio__container_3ycfm:not(.radio__checked_3ycfm):not(.radio__disabled_3ycfm):not(.radio__inactive_3ycfm):active .radio__circle_3ycfm {
390
- background-color: rgb(50, 50, 50);
391
- border-color: #85858d;
392
- } .radio__container_3ycfm.radio__disabled_3ycfm .radio__circle_3ycfm {
393
- background-color: #0e0e0e;
394
- border: 1.5px solid #303032;
395
- } .radio__container_3ycfm.radio__disabled_3ycfm .radio__label_3ycfm {
396
- color: rgba(235, 235, 245, 0.54);
397
- } .radio__container_3ycfm.radio__disabled_3ycfm .radio__hint_3ycfm {
398
- color: rgba(235, 235, 245, 0.54);
399
- } .radio__container_3ycfm.radio__inactive_3ycfm .radio__circle_3ycfm {
400
- background-color: #3a3a3c;
401
- border: 1px solid #464649;
402
- } .radio__container_3ycfm.radio__inactive_3ycfm.radio__checked_3ycfm .radio__circle_3ycfm:before {
403
- background-color: #4f4f52;
404
- } .radio__container_3ycfm.radio__checked_3ycfm .radio__circle_3ycfm {
405
- background-color: #fff;
406
- border: 1.5px solid transparent;
407
- } .radio__container_3ycfm.radio__checked_3ycfm:hover .radio__circle_3ycfm {
408
- background-color: rgb(217, 217, 217);
409
- border-color: transparent;
410
- } .radio__container_3ycfm.radio__checked_3ycfm:active .radio__circle_3ycfm {
411
- background-color: rgb(204, 204, 204);
412
- border-color: transparent;
413
- } .radio__container_3ycfm.radio__focused_3ycfm .radio__circle_3ycfm {
414
- outline: 2px solid #0072ef;
415
- } .radio__container_3ycfm.radio__disabled_3ycfm.radio__checked_3ycfm .radio__circle_3ycfm,
416
- .radio__container_3ycfm.radio__inactive_3ycfm.radio__checked_3ycfm .radio__circle_3ycfm {
417
- background-color: #3a3a3c;
418
- border-color: transparent;
419
- } .radio__circle_3ycfm:before {
420
- background-color: #0e0e0e;
421
- } .radio__label_3ycfm {
422
- color: #fff;
423
- } .radio__hint_3ycfm {
424
- color: rgba(235, 235, 245, 0.54);
425
- }.segmented-control__wrapper_1phnu {
426
- background-color: rgba(255, 255, 255, 0.06);
427
- } .segmented-control__segment_1phnu.segmented-control__selected_1phnu {
428
- color: #0e0e0e;
429
- } .segmented-control__selectedBox_1phnu {
430
- border: 0.5px solid #1c1c1e;
431
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
432
- 0 0 1px rgba(0, 0, 0, 0.04);
433
- background-color: #fff;
434
- }
435
- .segmented-control__segment_brmib {
436
- background-color: transparent;
437
- color: #fff
438
- } .segmented-control__segment_brmib:not(:first-child):before {
439
- background-color: #2b2b2e;
440
- } .segmented-control__focused_brmib {
441
- outline: 2px solid #0072ef;
442
- }.scrollbar__component_1n5t1 .scrollbar:before {
443
- background-color: rgba(255, 255, 255, 0.3);
444
- } .scrollbar__component_1n5t1.dragging .track .scrollbar.visible:before {
445
- background-color: rgba(255, 255, 255, 0.6);
446
- }
447
-
448
- .scrollbar__component_16736 .scrollbar:before {
449
- background-color: rgba(14, 14, 14, 0.3);
450
- } .scrollbar__component_16736.dragging .track .scrollbar.visible:before {
451
- background-color: rgba(14, 14, 14, 0.6);
452
- }.skeleton__component_18vz4 {
453
- color: transparent;
454
- background: rgba(255, 255, 255, 0.1);
455
- } .skeleton__component_18vz4:before {
456
- background: transparent;
457
- } .skeleton__animate_18vz4:after {
458
- background-image: linear-gradient(
459
- to left,
460
- rgba(0, 0, 0, 0),
461
- rgba(0, 0, 0, 0) 40%,
462
- rgba(0, 0, 0, 0.05) 50%,
463
- rgba(0, 0, 0, 0) 60%,
464
- rgba(0, 0, 0, 0)
465
- );
466
- } @keyframes skeleton__gradient_18vz4 {
467
- } @keyframes skeleton__background_18vz4 {
468
- 0% {
469
- background: rgb(182, 188, 195);
470
- }
471
- 100% {
472
- background: rgb(198, 205, 214);
473
- }
474
- }.slider__component_6rlaf .noUi-base:hover .noUi-connects {
475
- background: #303032;
476
- } .slider__component_6rlaf .noUi-base:hover .noUi-connect {
477
- background: #d91d0b;
478
- } .slider__component_6rlaf .noUi-handle:hover .noUi-touch-area {
479
- background: rgb(240, 63, 51);
480
- } .slider__component_6rlaf .noUi-handle:active .noUi-touch-area {
481
- background: rgb(241, 80, 69);
482
- } .slider__component_6rlaf .noUi-connects {
483
- background: #303032;
484
- } .slider__component_6rlaf .noUi-connect {
485
- background: #d91d0b;
486
- } .slider__component_6rlaf .noUi-handle {
487
- border: 2px solid transparent;
488
- } .slider__component_6rlaf .noUi-touch-area {
489
- background: #ef3124;
490
- } .slider__component_6rlaf .noUi-pips {
491
- color: rgba(235, 235, 245, 0.54);
492
- }.spinner__component_1ysnr {
493
- color: #fff;
494
- }
495
- @keyframes spinner__spin_animation_1j5dy {
496
- }
497
- .spinner__component_7t54g {
498
- color: #0e0e0e;
499
- }.status__soft_z7cpa.status__green_z7cpa {
500
- background: rgba(19, 164, 99, 0.1);
501
- color: #13a463;
502
- } .status__soft_z7cpa.status__orange_z7cpa {
503
- background: rgba(222, 106, 0, 0.1);
504
- color: #de6a00;
505
- } .status__soft_z7cpa.status__red_z7cpa {
506
- background: rgba(217, 29, 11, 0.1);
507
- color: #d91d0b;
508
- } .status__soft_z7cpa.status__blue_z7cpa {
509
- background: rgba(0, 122, 255, 0.1);
510
- color: #007aff;
511
- } .status__soft_z7cpa.status__grey_z7cpa {
512
- background: rgba(109, 121, 134, 0.1);
513
- color: #6d7986;
514
- } .status__soft_z7cpa.status__teal_z7cpa {
515
- background: rgba(33, 145, 135, 0.1);
516
- color: #219187;
517
- } .status__soft_z7cpa.status__purple_z7cpa {
518
- background: rgba(103, 58, 183, 0.1);
519
- color: #673ab7;
520
- } .status__contrast_z7cpa {
521
- color: #0e0e0e
522
- } .status__contrast_z7cpa.status__green_z7cpa {
523
- background: #13a463;
524
- } .status__contrast_z7cpa.status__orange_z7cpa {
525
- background: #de6a00;
526
- } .status__contrast_z7cpa.status__red_z7cpa {
527
- background: #d91d0b;
528
- } .status__contrast_z7cpa.status__blue_z7cpa {
529
- background: #007aff;
530
- } .status__contrast_z7cpa.status__grey_z7cpa {
531
- background: #6d7986;
532
- } .status__contrast_z7cpa.status__teal_z7cpa {
533
- background: #219187;
534
- } .status__contrast_z7cpa.status__purple_z7cpa {
535
- background: #673ab7;
536
- }.switch__component_p3jku {
537
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
538
- } .switch__switch_p3jku {
539
- background-color: #85858d;
540
- border: 2px solid #85858d;
541
- } .switch__switch_p3jku:before {
542
- background-color: #fff;
543
- } .switch__label_p3jku {
544
- color: #fff;
545
- } .switch__hint_p3jku {
546
- color: rgba(235, 235, 245, 0.54);
547
- } .switch__checked_p3jku .switch__switch_p3jku {
548
- background-color: #2fc26e;
549
- border-color: transparent;
550
- } .switch__disabled_p3jku .switch__switch_p3jku {
551
- background-color: #303032;
552
- border-color: #303032;
553
- } .switch__disabled_p3jku .switch__label_p3jku {
554
- color: rgba(235, 235, 245, 0.54);
555
- } .switch__disabled_p3jku .switch__hint_p3jku {
556
- color: rgba(235, 235, 245, 0.54);
557
- } .switch__inactive_p3jku .switch__switch_p3jku {
558
- background-color: #303032;
559
- border-color: #303032
560
- } .switch__inactive_p3jku .switch__switch_p3jku:before {
561
- background-color: #464649;
562
- } .switch__focused_p3jku .switch__switch_p3jku {
563
- outline: 2px solid #0072ef;
564
- }.underlay__background-accent_1w73l {
565
- background-color: #ef3124;
566
- } .underlay__background-info_1w73l {
567
- background-color: #001c3c;
568
- } .underlay__background-attention-muted_1w73l {
569
- background-color: #332104;
570
- } .underlay__background-positive-muted_1w73l {
571
- background-color: #042117;
572
- } .underlay__background-negative-muted_1w73l {
573
- background-color: #35110d;
574
- } .underlay__background-primary_1w73l {
575
- background-color: #121212;
576
- } .underlay__background-primary-inverted_1w73l {
577
- background-color: #fff;
578
- } .underlay__background-secondary_1w73l {
579
- background-color: #202022;
580
- } .underlay__background-secondary-inverted_1w73l {
581
- background-color: #f3f4f5;
582
- } .underlay__background-tertiary_1w73l {
583
- background-color: #2c2c2e;
584
- } .underlay__background-tertiary-inverted_1w73l {
585
- background-color: #e9e9eb;
586
- } .underlay__background-quaternary_1w73l {
587
- background-color: #3a3a3c;
588
- } .underlay__background-quaternary-inverted_1w73l {
589
- background-color: #dcdcdd;
590
- } .underlay__background-specialbg-component_1w73l {
591
- background-color: rgba(255, 255, 255, 0.1);
592
- } .underlay__background-specialbg-component-inverted_1w73l {
593
- background-color: rgba(11, 31, 53, 0.07);
594
- } .underlay__background-specialbg-primary-grouped_1w73l {
595
- background-color: #202022;
596
- } .underlay__background-specialbg-secondary-grouped_1w73l {
597
- background-color: #2c2c2e;
598
- } .underlay__background-specialbg-tertiary-grouped_1w73l {
599
- background-color: #3a3a3c;
600
- } .underlay__background-specialbg-secondary-transparent_1w73l {
601
- background-color: rgba(255, 255, 255, 0.06);
602
- } .underlay__background-specialbg-secondary-transparent-inverted_1w73l {
603
- background-color: rgba(11, 31, 53, 0.05);
604
- } .underlay__background-specialbg-tertiary-transparent_1w73l {
605
- background-color: rgba(255, 255, 255, 0.11);
606
- } .underlay__background-specialbg-tertiary-transparent-inverted_1w73l {
607
- background-color: rgba(11, 31, 53, 0.1);
608
- } .underlay__shadow-xs_1w73l {
609
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
610
- } .underlay__shadow-s_1w73l {
611
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
612
- 0 0 1px rgba(0, 0, 0, 0.04);
613
- } .underlay__shadow-m_1w73l {
614
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
615
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
616
- } .underlay__shadow-l_1w73l {
617
- box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
618
- 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
619
- } .underlay__shadow-xl_1w73l {
620
- box-shadow: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),
621
- 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
622
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
623
- } .underlay__shadow-xs-hard_1w73l {
624
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
625
- } .underlay__shadow-s-hard_1w73l {
626
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),
627
- 0 0 1px rgba(0, 0, 0, 0.16);
628
- } .underlay__shadow-m-hard_1w73l {
629
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
630
- 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
631
- } .underlay__shadow-l-hard_1w73l {
632
- box-shadow: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),
633
- 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
634
- } .underlay__shadow-xl-hard_1w73l {
635
- box-shadow: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),
636
- 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
637
- 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
638
- } .underlay__shadow-xs-up_1w73l {
639
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);
640
- } .underlay__shadow-s-up_1w73l {
641
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);
642
- } .underlay__shadow-m-up_1w73l {
643
- box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);
644
- } .underlay__shadow-l-up_1w73l {
645
- box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);
646
- } .underlay__shadow-xl-up_1w73l {
647
- box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);
648
- } .underlay__shadow-xs-hard-up_1w73l {
649
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),
650
- 0 -2px 4px rgba(0, 0, 0, 0.16);
651
- } .underlay__shadow-s-hard-up_1w73l {
652
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),
653
- 0 -4px 8px rgba(0, 0, 0, 0.16);
654
- } .underlay__shadow-m-hard-up_1w73l {
655
- box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),
656
- 0 -8px 16px rgba(0, 0, 0, 0.16);
657
- } .underlay__shadow-l-hard-up_1w73l {
658
- box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),
659
- 0 -12px 24px rgba(0, 0, 0, 0.16);
660
- } .underlay__shadow-xl-hard-up_1w73l {
661
- box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
662
- 0 -16px 32px rgba(0, 0, 0, 0.16);
663
- } .underlay__border-color-accent_1w73l {
664
- border-color: #ef3124;
665
- } .underlay__border-color-key_1w73l {
666
- border-color: #fff;
667
- } .underlay__border-color-key-inverted_1w73l {
668
- border-color: #000;
669
- } .underlay__border-color-link_1w73l {
670
- border-color: #0072ef;
671
- } .underlay__border-color-primary_1w73l {
672
- border-color: #2b2b2e;
673
- } .underlay__border-color-primary-inverted_1w73l {
674
- border-color: #dcdcdd;
675
- } .underlay__border-color-secondary_1w73l {
676
- border-color: #262629;
677
- } .underlay__border-color-secondary-inverted_1w73l {
678
- border-color: #e9e9eb;
679
- } .underlay__border-color-tertiary_1w73l {
680
- border-color: #1c1c1e;
681
- } .underlay__border-color-tertiary-inverted_1w73l {
682
- border-color: #f3f4f5;
683
- } .underlay__border-color-underline_1w73l {
684
- border-color: #464649;
685
- } .underlay__border-color-underline-inverted_1w73l {
686
- border-color: #c5c5c7;
687
- } .underlay__border-color-graphic-attention_1w73l {
688
- border-color: #f6bf65;
689
- } .underlay__border-color-graphic-link_1w73l {
690
- border-color: #0072ef;
691
- } .underlay__border-color-graphic-negative_1w73l {
692
- border-color: #d91d0b;
693
- } .underlay__border-color-graphic-positive_1w73l {
694
- border-color: #2fc26e;
695
- } .underlay__border-color-specialbg-secondary-transparent_1w73l {
696
- border-color: rgba(255, 255, 255, 0.06);
697
- } .underlay__border-color-specialbg-secondary-transparent-inverted_1w73l {
698
- border-color: rgba(11, 31, 53, 0.05);
699
- } .underlay__border-color-specialbg-tertiary-transparent_1w73l {
700
- border-color: rgba(255, 255, 255, 0.11);
701
- } .underlay__border-color-specialbg-tertiary-transparent-inverted_1w73l {
702
- border-color: rgba(11, 31, 53, 0.1);
703
- }.typography__tertiary_hjsvk {
704
- color: rgba(235, 235, 245, 0.32);
705
- } .typography__disabled_hjsvk {
706
- color: rgba(235, 235, 245, 0.2);
707
- } .typography__accent_hjsvk {
708
- color: #ef3124;
709
- } .typography__primary_hjsvk {
710
- color: #fff;
711
- } .typography__attention_hjsvk {
712
- color: #cb830f;
713
- } .typography__positive_hjsvk {
714
- color: #13a463;
715
- } .typography__secondary_hjsvk {
716
- color: rgba(235, 235, 245, 0.54);
717
- } .typography__tertiary-inverted_hjsvk {
718
- color: rgba(60, 60, 67, 0.4);
719
- } .typography__primary-inverted_hjsvk {
720
- color: #0e0e0e;
721
- } .typography__secondary-inverted_hjsvk {
722
- color: rgba(60, 60, 67, 0.66);
723
- } .typography__link_hjsvk {
724
- color: #0072ef;
725
- } .typography__negative_hjsvk {
726
- color: #f15045;
727
- } .typography__static-primary-light_hjsvk {
728
- color: #fff;
729
- } .typography__static-secondary-light_hjsvk {
730
- color: rgba(235, 235, 245, 0.54);
731
- } .typography__static-tertiary-light_hjsvk {
732
- color: rgba(235, 235, 245, 0.32);
733
- } .typography__static-primary-dark_hjsvk {
734
- color: #0e0e0e;
735
- } .typography__static-secondary-dark_hjsvk {
736
- color: rgba(60, 60, 67, 0.66);
737
- } .typography__static-tertiary-dark_hjsvk {
738
- color: rgba(60, 60, 67, 0.4);
739
- } .typography__static-accent_hjsvk {
740
- color: #ef3124;
741
- }
742
-
743
-
744
-
745
-
746
- @media screen and (min-width: 1024px) {
747
- }
748
- .steps__option_c3eyc {
749
- color: #fff;
750
- background: #303032
751
- } .steps__dash_c3eyc {
752
- border-top: 2px solid #2b2b2e
753
- } .steps__dash_c3eyc.steps__completed_c3eyc {
754
- border-top: 2px solid #fff;
755
- } .steps__dash_c3eyc.steps__vertical_c3eyc {
756
- border-left: 2px solid #2b2b2e;
757
- } .steps__dash_c3eyc.steps__completed_c3eyc.steps__vertical_c3eyc {
758
- border-left: 2px solid #fff;
759
- } .steps__text_c3eyc {
760
- color: #fff
761
- } .steps__text_c3eyc.steps__interactive_c3eyc:not(.steps__disabled_c3eyc):hover {
762
- background: rgba(255, 255, 255, 0.07);
763
- } .steps__text_c3eyc.steps__interactive_c3eyc:not(.steps__disabled_c3eyc):active {
764
- background: rgba(255, 255, 255, 0.15);
765
- } .steps__focused_c3eyc {
766
- outline: 2px solid #0072ef;
767
- } .steps__selected_c3eyc .steps__text_c3eyc {
768
- color: #fff;
769
- } .steps__selected_c3eyc .steps__option_c3eyc {
770
- color: #0e0e0e;
771
- background: #fff;
772
- } .steps__checkbox_c3eyc {
773
- border: 2px solid #303032;
774
- } .steps__dot_c3eyc {
775
- background: #303032;
776
- } .steps__selected_c3eyc .steps__checkbox_c3eyc {
777
- border: 2px solid #fff
778
- } .steps__selected_c3eyc .steps__checkbox_c3eyc .steps__dot_c3eyc {
779
- background: #fff;
780
- } .steps__completedIndicator_c3eyc > [class*='positive'] {
781
- color: #fff;
782
- background-color: #fff;
783
- }
784
-
785
-
786
- .checkbox-group__error_oyf6o {
787
- border-left: 1px solid #f15045
788
- } .checkbox-group__label_oyf6o {
789
- color: #fff;
790
- } .checkbox-group__errorMessage_oyf6o {
791
- color: #f15045;
792
- } .checkbox-group__hint_oyf6o {
793
- color: rgba(235, 235, 245, 0.54);
794
- }.code-input__component_1m689 {
795
- background-color: #202022;
796
- }
797
- .code-input__component_1x0aa {
798
- background-color: #202022;
799
- }
800
- .code-input__error_1ja5t {
801
- color: #f15045;
802
- } @keyframes code-input__shake_1ja5t {
803
- }
804
- .code-input__input_64sy1 {
805
- color: #fff
806
- } .code-input__input_64sy1.code-input__hasError_64sy1 {
807
- color: #f15045;
808
- caret-color: #fff;
809
- background-color: #35110d;
810
- } .code-input__input_64sy1.code-input__disabled_64sy1 {
811
- color: rgba(235, 235, 245, 0.32);
812
- } .code-input__input_64sy1:-webkit-autofill {
813
- -webkit-text-fill-color: #fff;
814
- }.filter-tag__component_1jrz5.filter-tag__checked_1jrz5:not(.filter-tag__disabled_1jrz5) {
815
- background-color: #f3f4f5;
816
- } @media (hover: hover) {
817
- .filter-tag__component_1jrz5.filter-tag__checked_1jrz5:not(.filter-tag__disabled_1jrz5):hover {
818
- background-color: #f3f4f5;
819
- }
820
- } .filter-tag__component_1jrz5.filter-tag__checked_1jrz5:not(.filter-tag__disabled_1jrz5):active {
821
- background-color: rgb(194, 195, 196);
822
- } .filter-tag__valueButton_1jrz5.filter-tag__filled_1jrz5 {
823
- background-color: #202022
824
- } .filter-tag__valueButton_1jrz5.filter-tag__filled_1jrz5:disabled {
825
- background-color: rgba(32, 32, 34, 0.3);
826
- } @media (hover: hover) {
827
- .filter-tag__valueButton_1jrz5.filter-tag__filled_1jrz5:not(:disabled):hover {
828
- background-color: #202022;
829
- }
830
- } .filter-tag__valueButton_1jrz5.filter-tag__filled_1jrz5:not(:disabled):active {
831
- background-color: rgb(65, 65, 67);
832
- } .filter-tag__valueButton_1jrz5.filter-tag__checked_1jrz5 {
833
- background-color: #f3f4f5
834
- } @media (hover: hover) {
835
- .filter-tag__valueButton_1jrz5.filter-tag__checked_1jrz5:not(:disabled):hover {
836
- background-color: #f3f4f5;
837
- }
838
- } .filter-tag__valueButton_1jrz5.filter-tag__checked_1jrz5:not(:disabled):active {
839
- background-color: rgb(194, 195, 196);
840
- } .filter-tag__valueButton_1jrz5.filter-tag__checked_1jrz5:disabled {
841
- background-color: rgba(243, 244, 245, 0.3);
842
- } .filter-tag__clear_1jrz5 {
843
- background-color: #f3f4f5
844
- } @media (hover: hover) {
845
- .filter-tag__clear_1jrz5:hover {
846
- background-color: #f3f4f5;
847
- }
848
- } .filter-tag__clear_1jrz5:active {
849
- background-color: rgb(194, 195, 196);
850
- }
851
- .filter-tag__component_btiau.filter-tag__checked_btiau:not(.filter-tag__disabled_btiau) {
852
- background-color: #f3f4f5;
853
- } @media (hover: hover) {
854
- .filter-tag__component_btiau.filter-tag__checked_btiau:not(.filter-tag__disabled_btiau):hover {
855
- background-color: #f3f4f5;
856
- }
857
- } .filter-tag__component_btiau.filter-tag__checked_btiau:not(.filter-tag__disabled_btiau):active {
858
- background-color: rgb(194, 195, 196);
859
- } .filter-tag__valueButton_btiau.filter-tag__filled_btiau {
860
- background-color: #202022
861
- } .filter-tag__valueButton_btiau.filter-tag__filled_btiau:disabled {
862
- background-color: rgba(32, 32, 34, 0.3);
863
- } @media (hover: hover) {
864
- .filter-tag__valueButton_btiau.filter-tag__filled_btiau:not(:disabled):hover {
865
- background-color: #202022;
866
- }
867
- } .filter-tag__valueButton_btiau.filter-tag__filled_btiau:not(:disabled):active {
868
- background-color: rgb(65, 65, 67);
869
- } .filter-tag__valueButton_btiau.filter-tag__checked_btiau {
870
- background-color: #f3f4f5
871
- } @media (hover: hover) {
872
- .filter-tag__valueButton_btiau.filter-tag__checked_btiau:not(:disabled):hover {
873
- background-color: #f3f4f5;
874
- }
875
- } .filter-tag__valueButton_btiau.filter-tag__checked_btiau:not(:disabled):active {
876
- background-color: rgb(194, 195, 196);
877
- } .filter-tag__valueButton_btiau.filter-tag__checked_btiau:disabled {
878
- background-color: rgba(243, 244, 245, 0.3);
879
- } .filter-tag__clear_btiau {
880
- background-color: #f3f4f5
881
- } @media (hover: hover) {
882
- .filter-tag__clear_btiau:hover {
883
- background-color: #f3f4f5;
884
- }
885
- } .filter-tag__clear_btiau:active {
886
- background-color: rgb(194, 195, 196);
887
- }
888
- .filter-tag__component_16fvo.filter-tag__disabled_16fvo {
889
- background-color: transparent;
890
- } .filter-tag__focused_16fvo {
891
- outline: 2px solid #0072ef;
892
- } .filter-tag__chevron_16fvo {
893
- color: #fff;
894
- } .filter-tag__valueButton_16fvo {
895
- color: #fff;
896
- background-color: transparent;
897
- border-color: #464649
898
- } .filter-tag__valueButton_16fvo:disabled > .filter-tag__chevron_16fvo {
899
- color: rgba(255, 255, 255, 0.3);
900
- } .filter-tag__valueButton_16fvo.filter-tag__outlined_16fvo {
901
- color: #fff;
902
- border-color: #464649;
903
- background-color: transparent
904
- } .filter-tag__valueButton_16fvo.filter-tag__outlined_16fvo:disabled {
905
- border-color: #2b2b2e;
906
- color: rgba(235, 235, 245, 0.32);
907
- background-color: transparent;
908
- } @media (hover: hover) {
909
- .filter-tag__valueButton_16fvo.filter-tag__outlined_16fvo:not(:disabled):hover {
910
- border-color: #fff;
911
- background-color: transparent;
912
- }
913
- } .filter-tag__valueButton_16fvo.filter-tag__outlined_16fvo:not(:disabled):active {
914
- border-color: #fff;
915
- background-color: rgba(255, 255, 255, 0.07);
916
- } .filter-tag__valueButton_16fvo.filter-tag__filled_16fvo {
917
- color: #fff;
918
- border-color: transparent
919
- } .filter-tag__valueButton_16fvo.filter-tag__filled_16fvo:disabled {
920
- color: rgba(235, 235, 245, 0.32);
921
- } .filter-tag__valueButton_16fvo.filter-tag__checked_16fvo {
922
- color: #0e0e0e
923
- } .filter-tag__valueButton_16fvo.filter-tag__checked_16fvo > .filter-tag__chevron_16fvo {
924
- color: #0e0e0e;
925
- } @media (hover: hover) {
926
- .filter-tag__valueButton_16fvo.filter-tag__checked_16fvo:not(:disabled):hover + .filter-tag__clear_16fvo:before {
927
- background-color: #464649;
928
- }
929
- } .filter-tag__valueButton_16fvo.filter-tag__checked_16fvo:not(:disabled):active + .filter-tag__clear_16fvo:before {
930
- background-color: transparent;
931
- } .filter-tag__valueButton_16fvo.filter-tag__checked_16fvo:disabled {
932
- color: #0e0e0e;
933
- } .filter-tag__clear_16fvo {
934
- color: #4f4f52
935
- } .filter-tag__clear_16fvo:before {
936
- background-color: #c5c5c7;
937
- } @media (hover: hover) {
938
- .filter-tag__clear_16fvo:hover:before {
939
- background-color: #464649;
940
- }
941
- } .filter-tag__clear_16fvo:active:before {
942
- background-color: transparent;
943
- } @media (hover: hover) {
944
- .filter-tag__clear_16fvo:hover {
945
- color: #0e0e0e;
946
- }
947
- } .filter-tag__clear_16fvo:active {
948
- color: #0e0e0e;
949
- }
950
-
951
- .radio-group__error_12ien {
952
- border-left: 1px solid #f15045
953
- } .radio-group__label_12ien {
954
- color: #fff;
955
- } .radio-group__errorMessage_12ien {
956
- color: #f15045;
957
- } .radio-group__hint_12ien {
958
- color: rgba(235, 235, 245, 0.54);
959
- } .radio-group__hiddenInput_12ien:focus ~ button {
960
- outline: 2px solid #0072ef;
961
- }.form-control__inner_1k0c3 {
962
- background-color: #202022;
963
- } .form-control__disabled_1k0c3 {
964
- background-color: #121212;
965
- box-shadow: inset 0 0 0 1px #262629;
966
- } .form-control__disabled_1k0c3.form-control__hasError_1k0c3 {
967
- box-shadow: inset 0 0 0 1px #262629;
968
- background-color: #121212;
969
- } .form-control__inner_1k0c3:not(.form-control__disabled_1k0c3):hover {
970
- background-color: #202022;
971
- } .form-control__focused_1k0c3.form-control__inner_1k0c3,
972
- .form-control__focused_1k0c3.form-control__inner_1k0c3:hover {
973
- background-color: #202022
974
- } .form-control__hasError_1k0c3 {
975
- background-color: #202022;
976
- }
977
- .form-control__inner_1dzor {
978
- background-color: #202022;
979
- } .form-control__disabled_1dzor {
980
- background-color: #121212;
981
- box-shadow: inset 0 0 0 1px #262629;
982
- } .form-control__disabled_1dzor.form-control__hasError_1dzor {
983
- box-shadow: inset 0 0 0 1px #262629;
984
- background-color: #121212;
985
- } .form-control__inner_1dzor:not(.form-control__disabled_1dzor):hover {
986
- background-color: #202022;
987
- } .form-control__focused_1dzor.form-control__inner_1dzor,
988
- .form-control__focused_1dzor.form-control__inner_1dzor:hover {
989
- background-color: #202022
990
- } .form-control__hasError_1dzor {
991
- background-color: #202022;
992
- }
993
-
994
- .form-control__inner_mcybl {
995
- background-color: #f3f4f5;
996
- } .form-control__disabled_mcybl {
997
- background-color: #fff;
998
- box-shadow: inset 0 0 0 1px
999
- #e9e9eb;
1000
- } .form-control__disabled_mcybl.form-control__hasError_mcybl {
1001
- box-shadow: inset 0 0 0 1px
1002
- #e9e9eb;
1003
- background-color: #fff;
1004
- } .form-control__inner_mcybl:not(.form-control__disabled_mcybl):hover {
1005
- background-color: #f3f4f5;
1006
- } .form-control__focused_mcybl.form-control__inner_mcybl,
1007
- .form-control__focused_mcybl.form-control__inner_mcybl:hover {
1008
- background-color: #f3f4f5
1009
- } .form-control__hasError_mcybl {
1010
- background-color: #f3f4f5;
1011
- }
1012
- .form-control__inner_94l3m {
1013
- background-color: #f3f4f5;
1014
- } .form-control__disabled_94l3m {
1015
- background-color: #fff;
1016
- box-shadow: inset 0 0 0 1px
1017
- #e9e9eb;
1018
- } .form-control__disabled_94l3m.form-control__hasError_94l3m {
1019
- box-shadow: inset 0 0 0 1px
1020
- #e9e9eb;
1021
- background-color: #fff;
1022
- } .form-control__inner_94l3m:not(.form-control__disabled_94l3m):hover {
1023
- background-color: #f3f4f5;
1024
- } .form-control__focused_94l3m.form-control__inner_94l3m,
1025
- .form-control__focused_94l3m.form-control__inner_94l3m:hover {
1026
- background-color: #f3f4f5
1027
- } .form-control__hasError_94l3m {
1028
- background-color: #f3f4f5;
1029
- }
1030
-
1031
- .form-control__component_1a0fl {
1032
- color: #fff;
1033
- } .form-control__label_1a0fl {
1034
- color: rgba(235, 235, 245, 0.54);
1035
- } .form-control__hint_1a0fl {
1036
- color: rgba(235, 235, 245, 0.54);
1037
- } .form-control__disabled_1a0fl {
1038
- color: rgba(235, 235, 245, 0.54);
1039
- } .form-control__disabled_1a0fl.form-control__filled_1a0fl .form-control__label_1a0fl {
1040
- color: rgba(235, 235, 245, 0.54);
1041
- } .form-control__error_1a0fl {
1042
- color: #f15045;
1043
- } .form-control__hasError_1a0fl .form-control__label_1a0fl {
1044
- color: rgba(235, 235, 245, 0.54);
1045
- }
1046
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
1047
- }
1048
- .form-control__component_sjk19 {
1049
- color: #0e0e0e;
1050
- } .form-control__label_sjk19 {
1051
- color: rgba(60, 60, 67, 0.66);
1052
- } .form-control__hint_sjk19 {
1053
- color: rgba(60, 60, 67, 0.66);
1054
- } .form-control__disabled_sjk19 {
1055
- color: rgba(60, 60, 67, 0.66);
1056
- } .form-control__disabled_sjk19.form-control__filled_sjk19 .form-control__label_sjk19 {
1057
- color: rgba(60, 60, 67, 0.66);
1058
- } .form-control__error_sjk19 {
1059
- color: #ef3124;
1060
- } .form-control__hasError_sjk19 .form-control__label_sjk19 {
1061
- color: rgba(60, 60, 67, 0.66);
1062
- }.sortable-list__primary_x71b9 {
1063
- background: #121212;
1064
- } .sortable-list__secondary_x71b9 {
1065
- background: #202022;
1066
- }
1067
- .sortable-list__component_glrvy:hover .sortable-list__icon_glrvy {
1068
- color: #fff;
1069
- } .sortable-list__icon_glrvy {
1070
- color: #85858d;
1071
- } .sortable-list__dragOverlay_glrvy {
1072
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1073
- 0 0 1px rgba(0, 0, 0, 0.04)
1074
- } .sortable-list__dragOverlay_glrvy .sortable-list__icon_glrvy {
1075
- color: #fff;
1076
- } @keyframes sortable-list__pop_glrvy {
1077
- to {
1078
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1079
- 0 0 1px rgba(0, 0, 0, 0.04);
1080
- }
1081
- }.tag__component_1sz2o.tag__filled_1sz2o {
1082
- background-color: #202022
1083
- } .tag__component_1sz2o.tag__filled_1sz2o:disabled {
1084
- background-color: rgba(32, 32, 34, 0.3);
1085
- } @media (hover: hover) {
1086
- .tag__component_1sz2o.tag__filled_1sz2o:hover:not(:disabled) {
1087
- background-color: #202022;
1088
- }
1089
- } .tag__component_1sz2o.tag__filled_1sz2o:active:not(:disabled) {
1090
- background-color: rgb(65, 65, 67);
1091
- } .tag__component_1sz2o.tag__checked_1sz2o {
1092
- border-color: transparent;
1093
- background-color: #f3f4f5
1094
- } .tag__component_1sz2o.tag__checked_1sz2o:disabled {
1095
- background-color: rgba(243, 244, 245, 0.3);
1096
- } @media (hover: hover) {
1097
- .tag__component_1sz2o.tag__checked_1sz2o:hover:not(:disabled) {
1098
- background-color: #f3f4f5;
1099
- }
1100
- } .tag__component_1sz2o.tag__checked_1sz2o:active:not(:disabled) {
1101
- background-color: rgb(194, 195, 196);
1102
- }
1103
- .tag__component_fvlvj.tag__filled_fvlvj {
1104
- background-color: #202022
1105
- } .tag__component_fvlvj.tag__filled_fvlvj:disabled {
1106
- background-color: rgba(32, 32, 34, 0.3);
1107
- } @media (hover: hover) {
1108
- .tag__component_fvlvj.tag__filled_fvlvj:hover:not(:disabled) {
1109
- background-color: #202022;
1110
- }
1111
- } .tag__component_fvlvj.tag__filled_fvlvj:active:not(:disabled) {
1112
- background-color: rgb(65, 65, 67);
1113
- } .tag__component_fvlvj.tag__checked_fvlvj {
1114
- border-color: transparent;
1115
- background-color: #f3f4f5
1116
- } .tag__component_fvlvj.tag__checked_fvlvj:disabled {
1117
- background-color: rgba(243, 244, 245, 0.3);
1118
- } @media (hover: hover) {
1119
- .tag__component_fvlvj.tag__checked_fvlvj:hover:not(:disabled) {
1120
- background-color: #f3f4f5;
1121
- }
1122
- } .tag__component_fvlvj.tag__checked_fvlvj:active:not(:disabled) {
1123
- background-color: rgb(194, 195, 196);
1124
- }
1125
-
1126
- .tag__component_14mzv.tag__filled_14mzv {
1127
- background-color: #f3f4f5
1128
- } .tag__component_14mzv.tag__filled_14mzv:disabled {
1129
- background-color: rgba(243, 244, 245, 0.3);
1130
- } @media (hover: hover) {
1131
- .tag__component_14mzv.tag__filled_14mzv:hover:not(:disabled) {
1132
- background-color: #f3f4f5;
1133
- }
1134
- } .tag__component_14mzv.tag__filled_14mzv:active:not(:disabled) {
1135
- background-color: rgba(9, 25, 42, 0.28);
1136
- } .tag__component_14mzv.tag__checked_14mzv {
1137
- border-color: transparent;
1138
- background-color: #202022
1139
- } .tag__component_14mzv.tag__checked_14mzv:disabled {
1140
- background-color: rgba(32, 32, 34, 0.3);
1141
- } @media (hover: hover) {
1142
- .tag__component_14mzv.tag__checked_14mzv:hover:not(:disabled) {
1143
- background-color: #202022;
1144
- }
1145
- } .tag__component_14mzv.tag__checked_14mzv:active:not(:disabled) {
1146
- background-color: rgb(65, 65, 67);
1147
- }
1148
- .tag__component_wprfe.tag__filled_wprfe {
1149
- background-color: #f3f4f5
1150
- } .tag__component_wprfe.tag__filled_wprfe:disabled {
1151
- background-color: rgba(243, 244, 245, 0.3);
1152
- } @media (hover: hover) {
1153
- .tag__component_wprfe.tag__filled_wprfe:hover:not(:disabled) {
1154
- background-color: #f3f4f5;
1155
- }
1156
- } .tag__component_wprfe.tag__filled_wprfe:active:not(:disabled) {
1157
- background-color: rgb(194, 195, 196);
1158
- } .tag__component_wprfe.tag__checked_wprfe {
1159
- border-color: transparent;
1160
- background-color: #202022
1161
- } .tag__component_wprfe.tag__checked_wprfe:disabled {
1162
- background-color: rgba(32, 32, 34, 0.3);
1163
- } @media (hover: hover) {
1164
- .tag__component_wprfe.tag__checked_wprfe:hover:not(:disabled) {
1165
- background-color: #202022;
1166
- }
1167
- } .tag__component_wprfe.tag__checked_wprfe:active:not(:disabled) {
1168
- background-color: rgb(65, 65, 67);
1169
- }
1170
-
1171
- .tag__component_1r9pe.tag__outlined_1r9pe {
1172
- color: #fff;
1173
- border-color: #464649;
1174
- background-color: transparent
1175
- } .tag__component_1r9pe.tag__outlined_1r9pe:disabled {
1176
- border-color: #2b2b2e;
1177
- color: rgba(235, 235, 245, 0.32);
1178
- background-color: transparent;
1179
- } @media (hover: hover) {
1180
- .tag__component_1r9pe.tag__outlined_1r9pe:hover:not(:disabled) {
1181
- border-color: #fff;
1182
- background-color: transparent;
1183
- }
1184
- } .tag__component_1r9pe.tag__outlined_1r9pe:active:not(:disabled) {
1185
- border-color: #fff;
1186
- background-color: rgba(255, 255, 255, 0.07);
1187
- } .tag__component_1r9pe.tag__filled_1r9pe {
1188
- color: #fff;
1189
- border-color: transparent
1190
- } .tag__component_1r9pe.tag__filled_1r9pe:disabled {
1191
- color: rgba(235, 235, 245, 0.32);
1192
- } .tag__component_1r9pe.tag__checked_1r9pe {
1193
- color: #0e0e0e
1194
- } .tag__component_1r9pe.tag__checked_1r9pe:disabled {
1195
- border-color: transparent;
1196
- color: #0e0e0e;
1197
- }
1198
- .tag__focused_i2dz5 {
1199
- outline: 2px solid #0072ef;
1200
- }
1201
- .tag__component_ibzre.tag__outlined_ibzre {
1202
- color: #0e0e0e;
1203
- border-color: #c5c5c7;
1204
- background-color: transparent
1205
- } .tag__component_ibzre.tag__outlined_ibzre:disabled {
1206
- border-color: #dcdcdd;
1207
- color: rgba(60, 60, 67, 0.4);
1208
- background-color: transparent;
1209
- } @media (hover: hover) {
1210
- .tag__component_ibzre.tag__outlined_ibzre:hover:not(:disabled) {
1211
- border-color: #000;
1212
- background-color: transparent;
1213
- }
1214
- } .tag__component_ibzre.tag__outlined_ibzre:active:not(:disabled) {
1215
- border-color: #000;
1216
- background-color: rgba(18, 18, 18, 0.15);
1217
- } .tag__component_ibzre.tag__filled_ibzre {
1218
- color: #0e0e0e;
1219
- border-color: transparent
1220
- } .tag__component_ibzre.tag__filled_ibzre:disabled {
1221
- color: rgba(60, 60, 67, 0.4);
1222
- } .tag__component_ibzre.tag__checked_ibzre {
1223
- color: #fff
1224
- } .tag__component_ibzre.tag__checked_ibzre:disabled {
1225
- border-color: transparent;
1226
- color: #fff;
1227
- }.base-modal__component_uoypp {
1228
- background: #121212;
1229
- }
1230
- .system-message__component_w6ntk {
1231
- color: rgba(235, 235, 245, 0.54);
1232
- }
1233
-
1234
-
1235
- .system-message__component_yv0qi {
1236
- color: #fff;
1237
- }
1238
-
1239
- .system-message__component_1kf8e {
1240
- color: #fff;
1241
- }
1242
- .popover__component_1xfla {
1243
- background-color: transparent;
1244
- color: #fff;
1245
- } .popover__inner_1xfla {
1246
- background-color: #121212;
1247
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
1248
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1249
- border: 1px solid transparent;
1250
- } .popover__arrow_1xfla:after {
1251
- background-color: #121212;
1252
- border: 1px solid transparent;
1253
- }.action-button__primary_znul3 {
1254
- color: #fff
1255
- } .action-button__primary_znul3 .action-button__iconWrapper_znul3 {
1256
- color: #0e0e0e;
1257
- background-color: #fff;
1258
- } .action-button__primary_znul3:hover .action-button__iconWrapper_znul3 {
1259
- background-color: rgb(217, 217, 217);
1260
- } .action-button__primary_znul3:active .action-button__iconWrapper_znul3 {
1261
- background-color: rgb(204, 204, 204);
1262
- } .action-button__primary_znul3 .action-button__loader_znul3 {
1263
- color: #0e0e0e;
1264
- } .action-button__secondary_znul3 {
1265
- color: #fff
1266
- } .action-button__secondary_znul3 .action-button__iconWrapper_znul3 {
1267
- color: #fff;
1268
- background-color: #202022;
1269
- } .action-button__secondary_znul3:hover .action-button__iconWrapper_znul3 {
1270
- background-color: rgb(48, 48, 49);
1271
- } .action-button__secondary_znul3:active .action-button__iconWrapper_znul3 {
1272
- background-color: rgb(65, 65, 67);
1273
- } .action-button__secondary_znul3 .action-button__loader_znul3 {
1274
- color: #fff;
1275
- }
1276
- .action-button__component_1j6hg {
1277
- -webkit-tap-highlight-color: transparent
1278
- } .action-button__focused_1j6hg {
1279
- outline: 2px solid #0072ef;
1280
- }
1281
- .action-button__primary_q0n64 {
1282
- color: #0e0e0e
1283
- } .action-button__primary_q0n64 .action-button__iconWrapper_q0n64 {
1284
- color: #fff;
1285
- background-color: #121212;
1286
- } .action-button__primary_q0n64:hover .action-button__iconWrapper_q0n64 {
1287
- background-color: rgb(35, 35, 35);
1288
- } .action-button__primary_q0n64:active .action-button__iconWrapper_q0n64 {
1289
- background-color: rgb(54, 54, 54);
1290
- } .action-button__primary_q0n64 .action-button__loader_q0n64 {
1291
- color: #fff;
1292
- } .action-button__secondary_q0n64 {
1293
- color: #0e0e0e
1294
- } .action-button__secondary_q0n64 .action-button__iconWrapper_q0n64 {
1295
- color: #0e0e0e;
1296
- background-color: #f3f4f5;
1297
- } .action-button__secondary_q0n64:hover .action-button__iconWrapper_q0n64 {
1298
- background-color: rgb(207, 207, 208);
1299
- } .action-button__secondary_q0n64:active .action-button__iconWrapper_q0n64 {
1300
- background-color: rgb(194, 195, 196);
1301
- } .action-button__secondary_q0n64 .action-button__loader_q0n64 {
1302
- color: #0e0e0e;
1303
- }
1304
- .action-button__primary_89cwj {
1305
- color: #0e0e0e
1306
- } .action-button__primary_89cwj .action-button__iconWrapper_89cwj {
1307
- color: #fff;
1308
- background-color: #121212;
1309
- } .action-button__primary_89cwj .action-button__loader_89cwj {
1310
- color: #fff;
1311
- } .action-button__secondary_89cwj {
1312
- color: #0e0e0e
1313
- } .action-button__secondary_89cwj .action-button__iconWrapper_89cwj {
1314
- color: #0e0e0e;
1315
- background-color: #f3f4f5;
1316
- } .action-button__secondary_89cwj .action-button__loader_89cwj {
1317
- color: #0e0e0e;
1318
- }.button__secondary_rmj5l {
1319
- background-color: rgba(255, 255, 255, 0.06)
1320
- } .button__secondary_rmj5l:hover {
1321
- background-color: rgba(255, 255, 255, 0.1258);
1322
- } .button__secondary_rmj5l:active {
1323
- background-color: rgba(255, 255, 255, 0.201);
1324
- } .button__ghost_rmj5l:active {
1325
- color: rgb(128, 128, 128);
1326
- } .button__component_rmj5l[disabled].button__primary_rmj5l {
1327
- color: rgba(60, 60, 67, 0.4);
1328
- background-color: #f3f4f5;
1329
- } .button__component_rmj5l[disabled].button__secondary_rmj5l {
1330
- color: rgba(255, 255, 255, 0.3);
1331
- background-color: rgba(255, 255, 255, 0.05);
1332
- } .button__component_rmj5l[disabled].button__tertiary_rmj5l {
1333
- color: rgba(255, 255, 255, 0.3);
1334
- border-color: rgba(197, 197, 199, 0.3);
1335
- } .button__component_rmj5l[disabled].button__link_rmj5l {
1336
- color: rgba(255, 255, 255, 0.3);
1337
- } .button__component_rmj5l[disabled].button__ghost_rmj5l {
1338
- color: rgba(255, 255, 255, 0.3);
1339
- }
1340
- .button__secondary_1yhan {
1341
- background-color: rgba(255, 255, 255, 0.06)
1342
- } .button__secondary_1yhan:active {
1343
- background-color: rgba(255, 255, 255, 0.201);
1344
- } .button__ghost_1yhan:active {
1345
- color: rgb(128, 128, 128);
1346
- } .button__component_1yhan[disabled].button__primary_1yhan {
1347
- color: rgba(60, 60, 67, 0.4);
1348
- background-color: #f3f4f5;
1349
- } .button__component_1yhan[disabled].button__secondary_1yhan {
1350
- color: rgba(255, 255, 255, 0.3);
1351
- background-color: rgba(255, 255, 255, 0.05);
1352
- } .button__component_1yhan[disabled].button__tertiary_1yhan {
1353
- color: rgba(255, 255, 255, 0.3);
1354
- border-color: rgba(197, 197, 199, 0.3);
1355
- } .button__component_1yhan[disabled].button__link_1yhan {
1356
- color: rgba(255, 255, 255, 0.3);
1357
- } .button__component_1yhan[disabled].button__ghost_1yhan {
1358
- color: rgba(255, 255, 255, 0.3);
1359
- }
1360
-
1361
- .button__secondary_1i0fc {
1362
- background-color: rgba(11, 31, 53, 0.05)
1363
- } .button__secondary_1i0fc:hover {
1364
- background-color: rgba(9, 26, 45, 0.1925);
1365
- } .button__secondary_1i0fc:active {
1366
- background-color: rgba(9, 25, 42, 0.24);
1367
- } .button__ghost_1i0fc:active {
1368
- color: rgb(135, 135, 135);
1369
- } .button__component_1i0fc[disabled].button__primary_1i0fc {
1370
- color: rgba(235, 235, 245, 0.32);
1371
- background-color: #202022;
1372
- } .button__component_1i0fc[disabled].button__secondary_1i0fc {
1373
- color: rgba(14, 14, 14, 0.3);
1374
- background-color: rgba(18, 18, 18, 0.08);
1375
- } .button__component_1i0fc[disabled].button__tertiary_1i0fc {
1376
- color: rgba(14, 14, 14, 0.3);
1377
- border-color: rgba(70, 70, 73, 0.3);
1378
- } .button__component_1i0fc[disabled].button__link_1i0fc {
1379
- color: rgba(14, 14, 14, 0.3);
1380
- } .button__component_1i0fc[disabled].button__ghost_1i0fc {
1381
- color: rgba(14, 14, 14, 0.3);
1382
- }
1383
- .button__secondary_g5il8 {
1384
- background-color: rgba(11, 31, 53, 0.05)
1385
- } .button__secondary_g5il8:active {
1386
- background-color: rgba(9, 25, 42, 0.24);
1387
- } .button__ghost_g5il8:active {
1388
- color: rgb(135, 135, 135);
1389
- } .button__component_g5il8[disabled].button__primary_g5il8 {
1390
- color: rgba(235, 235, 245, 0.32);
1391
- background-color: #202022;
1392
- } .button__component_g5il8[disabled].button__secondary_g5il8 {
1393
- color: rgba(14, 14, 14, 0.3);
1394
- background-color: rgba(18, 18, 18, 0.08);
1395
- } .button__component_g5il8[disabled].button__tertiary_g5il8 {
1396
- color: rgba(14, 14, 14, 0.3);
1397
- border-color: rgba(70, 70, 73, 0.3);
1398
- } .button__component_g5il8[disabled].button__link_g5il8 {
1399
- color: rgba(14, 14, 14, 0.3);
1400
- } .button__component_g5il8[disabled].button__ghost_g5il8 {
1401
- color: rgba(14, 14, 14, 0.3);
1402
- }
1403
-
1404
- .button__accent_1t0kl {
1405
- color: #fff;
1406
- background-color: #ef3124;
1407
- border: 1px solid transparent
1408
- } @media (hover: hover) {
1409
- .button__accent_1t0kl:hover {
1410
- background-color: rgb(240, 63, 51);
1411
- }
1412
- } .button__accent_1t0kl:active {
1413
- background-color: rgb(241, 80, 69);
1414
- } .button__accent_1t0kl > .button__loader_1t0kl {
1415
- color: #fff;
1416
- } .button__primary_1t0kl {
1417
- color: #0e0e0e;
1418
- background-color: #f3f4f5;
1419
- border: 1px solid transparent
1420
- } @media (hover: hover) {
1421
- .button__primary_1t0kl:hover {
1422
- background-color: rgb(207, 207, 208);
1423
- }
1424
- } .button__primary_1t0kl:active {
1425
- background-color: rgb(194, 195, 196);
1426
- } .button__primary_1t0kl > .button__loader_1t0kl {
1427
- color: #0e0e0e;
1428
- } .button__secondary_1t0kl {
1429
- color: #fff;
1430
- border: 1px solid transparent
1431
- } .button__secondary_1t0kl > .button__loader_1t0kl {
1432
- color: #fff;
1433
- } .button__outlined_1t0kl {
1434
- color: #fff;
1435
- background-color: transparent;
1436
- border: 1px solid #c5c5c7
1437
- } @media (hover: hover) {
1438
- .button__outlined_1t0kl:hover {
1439
- background-color: rgba(0, 0, 0, 0.07);
1440
- }
1441
- } .button__outlined_1t0kl:active {
1442
- background-color: rgba(0, 0, 0, 0.15);
1443
- } .button__tertiary_1t0kl {
1444
- color: #fff;
1445
- background-color: transparent;
1446
- border: 1px solid #c5c5c7
1447
- } @media (hover: hover) {
1448
- .button__tertiary_1t0kl:hover {
1449
- background-color: rgba(255, 255, 255, 0.07);
1450
- border-color: #c5c5c7;
1451
- }
1452
- } .button__tertiary_1t0kl:active {
1453
- background-color: rgba(255, 255, 255, 0.15);
1454
- } .button__tertiary_1t0kl > .button__loader_1t0kl {
1455
- color: #fff;
1456
- } .button__filled_1t0kl {
1457
- color: #fff;
1458
- background-color: #3a3a3c
1459
- } @media (hover: hover) {
1460
- .button__filled_1t0kl:hover {
1461
- background-color: rgb(72, 72, 74);
1462
- }
1463
- } .button__filled_1t0kl:active {
1464
- background-color: rgb(88, 88, 89);
1465
- } .button__transparent_1t0kl {
1466
- color: #fff;
1467
- background-color: rgba(255, 255, 255, 0.1)
1468
- } @media (hover: hover) {
1469
- .button__transparent_1t0kl:hover {
1470
- background-color: rgba(255, 255, 255, 0.2);
1471
- }
1472
- } .button__transparent_1t0kl:active {
1473
- background-color: rgba(255, 255, 255, 0.4);
1474
- } .button__link_1t0kl {
1475
- color: #fff;
1476
- background-color: transparent;
1477
- border: 1px solid transparent
1478
- } @media (hover: hover) {
1479
- .button__link_1t0kl:hover {
1480
- background-color: rgba(255, 255, 255, 0.07);
1481
- }
1482
- } .button__link_1t0kl:active {
1483
- background-color: rgba(255, 255, 255, 0.15);
1484
- } .button__link_1t0kl > .button__loader_1t0kl {
1485
- color: #fff;
1486
- } .button__ghost_1t0kl {
1487
- background-color: transparent;
1488
- color: #fff
1489
- } @media (hover: hover) {
1490
- .button__ghost_1t0kl:hover {
1491
- color: rgb(179, 179, 179);
1492
- }
1493
- } .button__ghost_1t0kl > .button__loader_1t0kl {
1494
- color: #fff;
1495
- } .button__component_1t0kl[disabled].button__accent_1t0kl {
1496
- color: rgba(235, 235, 245, 0.32);
1497
- background-color: rgba(255, 255, 255, 0.06)
1498
- } .button__component_1t0kl[disabled].button__accent_1t0kl.button__loading_1t0kl {
1499
- background-color: #ef3124;
1500
- } .button__component_1t0kl[disabled].button__primary_1t0kl.button__loading_1t0kl {
1501
- background-color: #f3f4f5;
1502
- } .button__component_1t0kl[disabled].button__secondary_1t0kl {
1503
- border-color: transparent
1504
- } .button__component_1t0kl[disabled].button__secondary_1t0kl.button__loading_1t0kl {
1505
- color: #fff;
1506
- background-color: rgba(255, 255, 255, 0.06);
1507
- border-color: transparent;
1508
- } .button__component_1t0kl[disabled].button__outlined_1t0kl {
1509
- color: rgba(255, 255, 255, 0.3);
1510
- background-color: transparent;
1511
- border-color: rgba(197, 197, 199, 0.3)
1512
- } .button__component_1t0kl[disabled].button__outlined_1t0kl.button__loading_1t0kl {
1513
- color: #fff;
1514
- } .button__component_1t0kl[disabled].button__tertiary_1t0kl {
1515
- background-color: transparent
1516
- } .button__component_1t0kl[disabled].button__tertiary_1t0kl.button__loading_1t0kl {
1517
- color: #fff;
1518
- border-color: #c5c5c7;
1519
- } .button__component_1t0kl[disabled].button__filled_1t0kl {
1520
- color: rgba(255, 255, 255, 0.3);
1521
- background-color: rgba(58, 58, 60, 0.3)
1522
- } .button__component_1t0kl[disabled].button__filled_1t0kl.button__loading_1t0kl {
1523
- color: #fff;
1524
- background-color: #3a3a3c;
1525
- } .button__component_1t0kl[disabled].button__transparent_1t0kl {
1526
- color: rgba(255, 255, 255, 0.3);
1527
- background-color: rgba(255, 255, 255, 0.03)
1528
- } .button__component_1t0kl[disabled].button__transparent_1t0kl.button__loading_1t0kl {
1529
- color: #fff;
1530
- background-color: rgba(255, 255, 255, 0.1);
1531
- } .button__component_1t0kl[disabled].button__link_1t0kl {
1532
- background-color: transparent
1533
- } .button__component_1t0kl[disabled].button__link_1t0kl.button__loading_1t0kl {
1534
- color: #fff;
1535
- } .button__component_1t0kl[disabled].button__ghost_1t0kl.button__loading_1t0kl {
1536
- color: #fff;
1537
- }
1538
- .button__focused_qhr35 {
1539
- outline: 2px solid #0072ef;
1540
- }
1541
- .button__accent_cdz2l {
1542
- color: #fff;
1543
- background-color: #ef3124;
1544
- border: 1px solid transparent
1545
- } @media (hover: hover) {
1546
- .button__accent_cdz2l:hover {
1547
- background-color: rgb(203, 42, 31);
1548
- }
1549
- } .button__accent_cdz2l:active {
1550
- background-color: rgb(191, 39, 29);
1551
- } .button__accent_cdz2l > .button__loader_cdz2l {
1552
- color: #fff;
1553
- } .button__primary_cdz2l {
1554
- color: #fff;
1555
- background-color: #202022;
1556
- border: 1px solid transparent
1557
- } @media (hover: hover) {
1558
- .button__primary_cdz2l:hover {
1559
- background-color: rgb(48, 48, 49);
1560
- }
1561
- } .button__primary_cdz2l:active {
1562
- background-color: rgb(65, 65, 67);
1563
- } .button__primary_cdz2l > .button__loader_cdz2l {
1564
- color: #fff;
1565
- } .button__secondary_cdz2l {
1566
- color: #0e0e0e;
1567
- border: 1px solid transparent
1568
- } .button__secondary_cdz2l > .button__loader_cdz2l {
1569
- color: #0e0e0e;
1570
- } .button__outlined_cdz2l {
1571
- color: #fff;
1572
- background-color: transparent;
1573
- border: 1px solid #c5c5c7
1574
- } @media (hover: hover) {
1575
- .button__outlined_cdz2l:hover {
1576
- background-color: rgba(255, 255, 255, 0.15);
1577
- }
1578
- } .button__outlined_cdz2l:active {
1579
- background-color: rgba(0, 0, 0, 0.15);
1580
- } .button__tertiary_cdz2l {
1581
- color: #0e0e0e;
1582
- background-color: transparent;
1583
- border: 1px solid #464649
1584
- } @media (hover: hover) {
1585
- .button__tertiary_cdz2l:hover {
1586
- background-color: rgba(18, 18, 18, 0.15);
1587
- border-color: #464649;
1588
- }
1589
- } .button__tertiary_cdz2l:active {
1590
- background-color: rgba(18, 18, 18, 0.2);
1591
- } .button__tertiary_cdz2l > .button__loader_cdz2l {
1592
- color: #0e0e0e;
1593
- } .button__filled_cdz2l {
1594
- color: #fff;
1595
- background-color: #3a3a3c
1596
- } @media (hover: hover) {
1597
- .button__filled_cdz2l:hover {
1598
- background-color: rgb(88, 88, 89);
1599
- }
1600
- } .button__filled_cdz2l:active {
1601
- background-color: rgb(49, 49, 51);
1602
- } .button__transparent_cdz2l {
1603
- color: #0e0e0e;
1604
- background-color: rgba(255, 255, 255, 0.1)
1605
- } @media (hover: hover) {
1606
- .button__transparent_cdz2l:hover {
1607
- background-color: rgba(255, 255, 255, 0.2);
1608
- }
1609
- } .button__transparent_cdz2l:active {
1610
- background-color: rgba(255, 255, 255, 0.05);
1611
- } .button__link_cdz2l {
1612
- color: #0e0e0e;
1613
- background-color: transparent;
1614
- border: 1px solid transparent
1615
- } @media (hover: hover) {
1616
- .button__link_cdz2l:hover {
1617
- background-color: rgba(18, 18, 18, 0.15);
1618
- }
1619
- } .button__link_cdz2l:active {
1620
- background-color: rgba(18, 18, 18, 0.2);
1621
- } .button__link_cdz2l > .button__loader_cdz2l {
1622
- color: #0e0e0e;
1623
- } .button__ghost_cdz2l {
1624
- background-color: transparent;
1625
- color: #0e0e0e
1626
- } @media (hover: hover) {
1627
- .button__ghost_cdz2l:hover {
1628
- color: rgb(86, 86, 86);
1629
- }
1630
- } .button__ghost_cdz2l > .button__loader_cdz2l {
1631
- color: #0e0e0e;
1632
- } .button__component_cdz2l[disabled].button__accent_cdz2l {
1633
- color: rgba(60, 60, 67, 0.4);
1634
- background-color: rgba(11, 31, 53, 0.05)
1635
- } .button__component_cdz2l[disabled].button__accent_cdz2l.button__loading_cdz2l {
1636
- background-color: #ef3124;
1637
- } .button__component_cdz2l[disabled].button__primary_cdz2l.button__loading_cdz2l {
1638
- background-color: #202022;
1639
- } .button__component_cdz2l[disabled].button__secondary_cdz2l {
1640
- border-color: transparent
1641
- } .button__component_cdz2l[disabled].button__secondary_cdz2l.button__loading_cdz2l {
1642
- color: #0e0e0e;
1643
- background-color: rgba(11, 31, 53, 0.05);
1644
- border-color: transparent;
1645
- } .button__component_cdz2l[disabled].button__outlined_cdz2l {
1646
- color: rgba(255, 255, 255, 0.3);
1647
- background-color: transparent;
1648
- border-color: rgba(28, 28, 30, 0.3)
1649
- } .button__component_cdz2l[disabled].button__outlined_cdz2l.button__loading_cdz2l {
1650
- color: #fff;
1651
- } .button__component_cdz2l[disabled].button__tertiary_cdz2l {
1652
- background-color: transparent
1653
- } .button__component_cdz2l[disabled].button__tertiary_cdz2l.button__loading_cdz2l {
1654
- color: #0e0e0e;
1655
- } .button__component_cdz2l[disabled].button__filled_cdz2l {
1656
- color: rgba(255, 255, 255, 0.3);
1657
- background-color: rgba(58, 58, 60, 0.3);
1658
- border-color: transparent
1659
- } .button__component_cdz2l[disabled].button__filled_cdz2l.button__loading_cdz2l {
1660
- color: #fff;
1661
- background-color: #3a3a3c;
1662
- border-color: transparent;
1663
- } .button__component_cdz2l[disabled].button__transparent_cdz2l {
1664
- color: rgba(255, 255, 255, 0.3);
1665
- background-color: rgba(255, 255, 255, 0.03)
1666
- } .button__component_cdz2l[disabled].button__transparent_cdz2l.button__loading_cdz2l {
1667
- color: #0e0e0e;
1668
- background-color: rgba(255, 255, 255, 0.1);
1669
- } .button__component_cdz2l[disabled].button__link_cdz2l {
1670
- background-color: transparent
1671
- } .button__component_cdz2l[disabled].button__link_cdz2l.button__loading_cdz2l {
1672
- color: #0e0e0e;
1673
- } .button__component_cdz2l[disabled].button__ghost_cdz2l.button__loading_cdz2l {
1674
- color: #0e0e0e;
1675
- }.circular-progress-bar__backgroundCircle_wita6,
1676
- .circular-progress-bar__progressCircle_wita6 {
1677
- fill: transparent;
1678
- } .circular-progress-bar__positive_wita6 {
1679
- stroke: #2fc26e;
1680
- } .circular-progress-bar__negative_wita6 {
1681
- stroke: #d91d0b;
1682
- } .circular-progress-bar__backgroundCircle_wita6 {
1683
- stroke: #2b2b2e
1684
- } .circular-progress-bar__backgroundCircle_wita6.circular-progress-bar__stroke_wita6 {
1685
- stroke: transparent;
1686
- } .circular-progress-bar__progressCircle_wita6.circular-progress-bar__bg-positive_wita6 {
1687
- fill: #2fc26e;
1688
- } .circular-progress-bar__progressCircle_wita6.circular-progress-bar__bg-negative_wita6 {
1689
- fill: #d91d0b;
1690
- } .circular-progress-bar__iconWrapper_wita6.circular-progress-bar__icon-tertiary_wita6 {
1691
- color: #4f4f52;
1692
- } .circular-progress-bar__iconWrapper_wita6.circular-progress-bar__icon-positive_wita6 {
1693
- color: #2fc26e;
1694
- } .circular-progress-bar__iconWrapper_wita6.circular-progress-bar__icon-negative_wita6 {
1695
- color: #d91d0b;
1696
- } .circular-progress-bar__iconWrapper_wita6.circular-progress-bar__icon-primary-inverted_wita6 {
1697
- color: #0e0e0e;
1698
- } .circular-progress-bar__iconWrapper_wita6.circular-progress-bar__icon-primary_wita6 {
1699
- color: #fff;
1700
- } .circular-progress-bar__iconWrapper_wita6.circular-progress-bar__icon-secondary_wita6 {
1701
- color: #85858d;
1702
- }.comment__component_12xqj {
1703
- background-color: #202022;
1704
- }.chart__coreChart_113tk .recharts-text tspan {
1705
- fill: #fff;
1706
- }
1707
- @keyframes chart__showDot_1kr1i {
1708
- }
1709
-
1710
- .chart__tickText_1n4pf {
1711
- fill: #fff;
1712
- } .chart__circle_1n4pf {
1713
- fill: #121212;
1714
- } .chart__circle_1n4pf {
1715
- fill: #121212;
1716
- }
1717
- .chart__tooltip_qtxbe {
1718
- background-color: #121212;
1719
- border: 1px solid #2b2b2e;
1720
- box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
1721
- 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1722
- } .chart__tooltipArrow_qtxbe {
1723
- border: 1px solid #2b2b2e;
1724
- background-color: #121212;
1725
- } .chart__tooltipArrow_qtxbe:before {
1726
- border-color: transparent #121212 transparent transparent;
1727
- }.list-header__filled_z9tmd {
1728
- background-color: rgba(255, 255, 255, 0.1);
1729
- }.list__list_se3e1 {
1730
- color: #fff;
1731
- }
1732
- .list__slot_1bj64.list__defaultColor_1bj64 {
1733
- color: #fff;
1734
- }.stepped-progress-bar__bar_19l7c {
1735
- background: rgba(255, 255, 255, 0.11);
1736
- } .stepped-progress-bar__description_19l7c {
1737
- color: rgba(235, 235, 245, 0.54);
1738
- }
1739
-
1740
- .stepped-progress-bar__bar_1at1r {
1741
- background: rgba(11, 31, 53, 0.1);
1742
- } .stepped-progress-bar__description_1at1r {
1743
- color: rgba(60, 60, 67, 0.66);
1744
- }
1745
- .stepped-progress-bar__bar_1inf2.stepped-progress-bar__positive_1inf2 {
1746
- background: #2fc26e;
1747
- } .stepped-progress-bar__bar_1inf2.stepped-progress-bar__attention_1inf2 {
1748
- background: #f6bf65;
1749
- } .stepped-progress-bar__bar_1inf2.stepped-progress-bar__negative_1inf2 {
1750
- background: #d91d0b;
1751
- } .stepped-progress-bar__bar_1inf2.stepped-progress-bar__link_1inf2 {
1752
- background: #0072ef;
1753
- } .stepped-progress-bar__bar_1inf2.stepped-progress-bar__tertiary_1inf2 {
1754
- background: #4f4f52;
1755
- } .stepped-progress-bar__bar_1inf2.stepped-progress-bar__secondary_1inf2 {
1756
- background: #85858d;
1757
- } .stepped-progress-bar__bar_1inf2.stepped-progress-bar__primary_1inf2 {
1758
- background: #fff;
1759
- } .stepped-progress-bar__bar_1inf2.stepped-progress-bar__accent_1inf2 {
1760
- background: #ef3124;
1761
- }.pagination__component_zfi8b {
1762
- color: #fff;
1763
- }
1764
-
1765
- .pagination__dots_1702i {
1766
- color: rgba(235, 235, 245, 0.54);
1767
- }
1768
- .pagination__tag_1c6sj.pagination__tag_1c6sj {
1769
- color: rgba(235, 235, 245, 0.54)
1770
- } .pagination__tag_1c6sj.pagination__tag_1c6sj:hover:not(:disabled) {
1771
- background-color: #2c2c2e;
1772
- color: #fff;
1773
- } .pagination__tag_1c6sj.pagination__tag_1c6sj:active:not(:disabled) {
1774
- background-color: #3a3a3c;
1775
- } .pagination__tag_1c6sj.pagination__tag_1c6sj.pagination__checked_1c6sj {
1776
- background-color: #f3f4f5;
1777
- color: #0e0e0e;
1778
- } .pagination__tag_1c6sj.pagination__tag_1c6sj.pagination__checked_1c6sj:hover:not(:disabled) {
1779
- color: #0e0e0e;
1780
- } .pagination__tag_1c6sj.pagination__tag_1c6sj.pagination__checked_1c6sj:active:not(:disabled) {
1781
- color: #fff;
1782
- }.textarea__input_18np7 {
1783
- color: #fff;
1784
- caret-color: #fff;
1785
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1786
- } .textarea__input_18np7:-webkit-autofill {
1787
- -webkit-text-fill-color: #fff;
1788
- } .textarea__input_18np7::placeholder {
1789
- color: rgba(235, 235, 245, 0.54);
1790
- } .textarea__hasInnerLabel_18np7::placeholder {
1791
- color: rgba(235, 235, 245, 0.32);
1792
- } .textarea__clearIcon_18np7 {
1793
- color: #fff;
1794
- } .textarea__input_18np7:read-only {
1795
- color: rgba(235, 235, 245, 0.54)
1796
- } .textarea__input_18np7:read-only:focus::placeholder {
1797
- color: rgba(235, 235, 245, 0.54);
1798
- } .textarea__input_18np7:disabled {
1799
- color: rgba(235, 235, 245, 0.54);
1800
- -webkit-text-fill-color: rgba(235, 235, 245, 0.54);
1801
- } .textarea__input_18np7:focus::placeholder {
1802
- color: rgba(235, 235, 245, 0.32);
1803
- } .textarea__textarea_18np7 {
1804
- color: #fff;
1805
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1806
- } .textarea__textarea_18np7::placeholder {
1807
- color: rgba(235, 235, 245, 0.54);
1808
- } .textarea__hasInnerLabel_18np7::placeholder {
1809
- color: rgba(235, 235, 245, 0.32);
1810
- } .textarea__textarea_18np7:disabled {
1811
- color: rgba(235, 235, 245, 0.54);
1812
- -webkit-text-fill-color: rgba(235, 235, 245, 0.54);
1813
- } .textarea__textarea_18np7:read-only {
1814
- color: rgba(235, 235, 245, 0.54);
1815
- } .textarea__textarea_18np7:focus::placeholder {
1816
- color: rgba(235, 235, 245, 0.32);
1817
- } .textarea__hint_18np7 {
1818
- color: rgba(235, 235, 245, 0.54);
1819
- } .textarea__error_18np7 {
1820
- color: #f15045;
1821
- }
1822
- .textarea__customScrollbar_1ni1o::-webkit-scrollbar-track {
1823
- background-color: transparent;
1824
- } .textarea__customScrollbar_1ni1o::-webkit-scrollbar-track-piece {
1825
- background-color: transparent;
1826
- } .textarea__customScrollbar_1ni1o::-webkit-scrollbar-thumb {
1827
- background-color: rgba(255, 255, 255, 0.3);
1828
- border-color: transparent;
1829
- } .textarea__customScrollbar_1ni1o::-webkit-scrollbar-thumb:active {
1830
- background-color: rgba(255, 255, 255, 0.6);
1831
- } .textarea__pseudoTextarea_1ni1o span {
1832
- color: transparent;
1833
- } .textarea__pseudoTextarea_1ni1o .textarea__overflow_1ni1o {
1834
- background-color: rgba(217, 29, 11, 0.4);
1835
- } .textarea__focusVisible_1ni1o {
1836
- outline: 2px solid #0072ef;
1837
- } .textarea__textarea_1ni1o.textarea__s_1ni1o {
1838
- border-top: 14px solid transparent;
1839
- border-bottom: 14px solid transparent;
1840
- } .textarea__textarea_1ni1o.textarea__m_1ni1o {
1841
- border-top: 18px solid transparent;
1842
- border-bottom: 18px solid transparent;
1843
- } .textarea__textarea_1ni1o.textarea__l_1ni1o {
1844
- border-top: 22px solid transparent;
1845
- border-bottom: 22px solid transparent;
1846
- } .textarea__textarea_1ni1o.textarea__xl_1ni1o {
1847
- border-top: 24px solid transparent;
1848
- border-bottom: 24px solid transparent;
1849
- } .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__s_1ni1o {
1850
- border-top: 24px solid transparent;
1851
- border-bottom: 4px solid transparent;
1852
- } .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__m_1ni1o {
1853
- border-top: 24px solid transparent;
1854
- border-bottom: 8px solid transparent;
1855
- } .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__l_1ni1o {
1856
- border-top: 32px solid transparent;
1857
- border-bottom: 12px solid transparent;
1858
- } .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__xl_1ni1o {
1859
- border-top: 34px solid transparent;
1860
- border-bottom: 14px solid transparent;
1861
- }
1862
- .textarea__input_4cihp {
1863
- color: #0e0e0e;
1864
- caret-color: #0e0e0e;
1865
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1866
- } .textarea__input_4cihp:-webkit-autofill {
1867
- -webkit-text-fill-color: #0e0e0e;
1868
- } .textarea__input_4cihp::placeholder {
1869
- color: rgba(60, 60, 67, 0.66);
1870
- } .textarea__hasInnerLabel_4cihp::placeholder {
1871
- color: rgba(60, 60, 67, 0.4);
1872
- } .textarea__clearIcon_4cihp {
1873
- color: #0e0e0e;
1874
- } .textarea__input_4cihp:read-only {
1875
- color: rgba(60, 60, 67, 0.66)
1876
- } .textarea__input_4cihp:read-only:focus::placeholder {
1877
- color: rgba(60, 60, 67, 0.66);
1878
- } .textarea__input_4cihp:disabled {
1879
- color: rgba(60, 60, 67, 0.66);
1880
- -webkit-text-fill-color: rgba(60, 60, 67, 0.66);
1881
- } .textarea__input_4cihp:focus::placeholder {
1882
- color: rgba(60, 60, 67, 0.4);
1883
- } .textarea__textarea_4cihp {
1884
- color: #0e0e0e;
1885
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1886
- } .textarea__textarea_4cihp::placeholder {
1887
- color: rgba(60, 60, 67, 0.66);
1888
- } .textarea__hasInnerLabel_4cihp::placeholder {
1889
- color: rgba(60, 60, 67, 0.4);
1890
- } .textarea__textarea_4cihp:disabled {
1891
- color: rgba(60, 60, 67, 0.66);
1892
- -webkit-text-fill-color: rgba(60, 60, 67, 0.66);
1893
- } .textarea__textarea_4cihp:read-only {
1894
- color: rgba(60, 60, 67, 0.66);
1895
- } .textarea__textarea_4cihp:focus::placeholder {
1896
- color: rgba(60, 60, 67, 0.4);
1897
- } .textarea__hint_4cihp {
1898
- color: rgba(235, 235, 245, 0.54);
1899
- } .textarea__error_4cihp {
1900
- color: #f15045;
1901
- }.drawer__customScrollbar_jxzbn::-webkit-scrollbar-track {
1902
- background-color: transparent;
1903
- } .drawer__customScrollbar_jxzbn::-webkit-scrollbar-track-piece {
1904
- background-color: transparent;
1905
- } .drawer__customScrollbar_jxzbn::-webkit-scrollbar-thumb {
1906
- background-color: rgba(255, 255, 255, 0.3);
1907
- border-color: transparent;
1908
- } .drawer__customScrollbar_jxzbn::-webkit-scrollbar-thumb:active {
1909
- background-color: rgba(255, 255, 255, 0.6);
1910
- } .drawer__backdropEnter_jxzbn {
1911
- background-color: transparent;
1912
- } .drawer__backdropEnterActive_jxzbn,
1913
- .drawer__backdropEnterDone_jxzbn {
1914
- background-color: rgba(0, 0, 0, 0.8);
1915
- } .drawer__backdropExit_jxzbn {
1916
- background-color: rgba(0, 0, 0, 0.8);
1917
- } .drawer__backdropExitActive_jxzbn,
1918
- .drawer__backdropExitDone_jxzbn {
1919
- background-color: transparent;
1920
- }.attach__component_olgjx {
1921
- } .attach__focused_olgjx {
1922
- outline: 2px solid #0072ef;
1923
- }.confirmation-v1__errorHeader_19lg6 {
1924
- color: #fff;
1925
- color: #fff;
1926
- } .confirmation-v1__errorText_19lg6 {
1927
- color: rgba(235, 235, 245, 0.54);
1928
- color: rgba(235, 235, 245, 0.54);
1929
- } .confirmation-v1__phoneHintText_19lg6 {
1930
- color: rgba(235, 235, 245, 0.54);
1931
- color: rgba(235, 235, 245, 0.54);
1932
- } .confirmation-v1__phonesWrap_19lg6 {
1933
- color: rgba(235, 235, 245, 0.54);
1934
- } .confirmation-v1__phoneDescription_19lg6 {
1935
- color: rgba(235, 235, 245, 0.54);
1936
- }
1937
- .confirmation-v1__input_7as4f {
1938
- background-color: #202022;
1939
- color: #fff
1940
- } .confirmation-v1__input_7as4f.confirmation-v1__hasError_7as4f {
1941
- color: #f15045;
1942
- caret-color: #fff;
1943
- background-color: #35110d;
1944
- } .confirmation-v1__input_7as4f.confirmation-v1__disabled_7as4f {
1945
- color: rgba(235, 235, 245, 0.32);
1946
- } @keyframes confirmation-v1__shake_7as4f {
1947
- }
1948
- .confirmation-v1__component_1dtgl {
1949
- color: rgba(235, 235, 245, 0.54);
1950
- color: rgba(235, 235, 245, 0.54);
1951
- }
1952
- .confirmation-v1__circle_1hyf4 {
1953
- fill: transparent;
1954
- stroke: #4f4f52;
1955
- }
1956
- .confirmation-v1__title_1ytgx {
1957
- color: #fff;
1958
- } .confirmation-v1__description_1ytgx {
1959
- color: rgba(235, 235, 245, 0.54);
1960
- } .confirmation-v1__alertIcon_1ytgx {
1961
- color: #d91d0b;
1962
- }
1963
- .confirmation-v1__header_pn1m4 {
1964
- color: #fff;
1965
- color: #fff;
1966
- } .confirmation-v1__error_pn1m4 {
1967
- color: #f15045;
1968
- } .confirmation-v1__loaderText_pn1m4 {
1969
- color: rgba(235, 235, 245, 0.54);
1970
- color: rgba(235, 235, 245, 0.54);
1971
- }.custom-button__customButton_pc92h.custom-button__white_pc92h * {
1972
- color: #0e0e0e;
1973
- } .custom-button__customButton_pc92h.custom-button__black_pc92h * {
1974
- color: #fff;
1975
- } .custom-button__customButton_pc92h.custom-button__static-white_pc92h * {
1976
- color: #fff;
1977
- } .custom-button__customButton_pc92h.custom-button__static-black_pc92h * {
1978
- color: #0e0e0e;
1979
- } .custom-button__customButton_pc92h:before {
1980
- background-color: rgba(0, 0, 0, 0);
1981
- } .custom-button__customButton_pc92h.custom-button__darkening_pc92h:hover:before {
1982
- background-color: rgba(255, 255, 255, 0.07);
1983
- } .custom-button__customButton_pc92h.custom-button__darkening_pc92h:active:before {
1984
- background-color: rgba(255, 255, 255, 0.15);
1985
- } .custom-button__customButton_pc92h.custom-button__lightening_pc92h:hover:before {
1986
- background-color: rgba(0, 0, 0, 0.07);
1987
- } .custom-button__customButton_pc92h.custom-button__lightening_pc92h:active:before {
1988
- background-color: rgba(0, 0, 0, 0.15);
1989
- } .custom-button__customButton_pc92h.custom-button__static-darkening_pc92h:hover:before {
1990
- background-color: rgba(0, 0, 0, 0.07);
1991
- } .custom-button__customButton_pc92h.custom-button__static-darkening_pc92h:active:before {
1992
- background-color: rgba(0, 0, 0, 0.15);
1993
- } .custom-button__customButton_pc92h.custom-button__static-lightening_pc92h:hover:before {
1994
- background-color: rgba(255, 255, 255, 0.07);
1995
- } .custom-button__customButton_pc92h.custom-button__static-lightening_pc92h:active:before {
1996
- background-color: rgba(255, 255, 255, 0.15);
1997
- } .custom-button__customButton_pc92h:disabled.custom-button__white_pc92h * {
1998
- color: #fff;
1999
- } .custom-button__customButton_pc92h:disabled.custom-button__black_pc92h * {
2000
- color: #0e0e0e;
2001
- }
2002
- .confirmation__component_1yhgb {
2003
- color: rgba(235, 235, 245, 0.54);
2004
- }
2005
- .confirmation__circle_1chjs {
2006
- fill: transparent;
2007
- stroke: #4f4f52;
2008
- }
2009
-
2010
- .confirmation__typographyTheme_1gd41.confirmation__typographyTheme_1gd41 {
2011
- color: rgba(235, 235, 245, 0.54);
2012
- }
2013
- .confirmation__typographyTheme_1qmb5.confirmation__typographyTheme_1qmb5 {
2014
- color: rgba(235, 235, 245, 0.54);
2015
- }
2016
- .confirmation__typographyTheme_gbpu8.confirmation__typographyTheme_gbpu8 {
2017
- color: rgba(235, 235, 245, 0.54);
2018
- } .confirmation__phone_gbpu8.confirmation__phone_gbpu8 {
2019
- color: #fff;
2020
- } .confirmation__countdownContainer_gbpu8.confirmation__countdownContainer_gbpu8 {
2021
- color: rgba(235, 235, 245, 0.54);
2022
- }
2023
- .confirmation__typographyTheme_f0ffk.confirmation__typographyTheme_f0ffk {
2024
- color: rgba(235, 235, 245, 0.54);
2025
- }.cc-icon-button.icon-button__primary_1xkre {
2026
- color: #fff
2027
- } .cc-icon-button.icon-button__primary_1xkre:hover {
2028
- color: rgb(204, 204, 204);
2029
- } .cc-icon-button.icon-button__primary_1xkre:active {
2030
- color: rgb(179, 179, 179);
2031
- } .cc-icon-button.icon-button__secondary_1xkre {
2032
- color: #85858d
2033
- } .cc-icon-button.icon-button__secondary_1xkre:hover {
2034
- color: rgb(170, 170, 175);
2035
- } .cc-icon-button.icon-button__secondary_1xkre:active {
2036
- color: rgb(194, 194, 198);
2037
- } .cc-icon-button.icon-button__transparent_1xkre {
2038
- color: rgba(255, 255, 255, 0.3)
2039
- } .cc-icon-button.icon-button__transparent_1xkre:hover {
2040
- color: rgba(255, 255, 255, 0.4);
2041
- } .cc-icon-button.icon-button__transparent_1xkre:active {
2042
- color: rgba(255, 255, 255, 0.5);
2043
- } .cc-icon-button.icon-button__negative_1xkre {
2044
- color: #d91d0b
2045
- } .cc-icon-button.icon-button__negative_1xkre:hover {
2046
- color: rgb(220, 45, 28);
2047
- } .cc-icon-button.icon-button__negative_1xkre:active {
2048
- color: rgb(223, 63, 48);
2049
- } .cc-icon-button.icon-button__tertiary_1xkre {
2050
- color: #4f4f52
2051
- } .cc-icon-button.icon-button__tertiary_1xkre:hover {
2052
- color: rgb(91, 91, 94);
2053
- } .cc-icon-button.icon-button__tertiary_1xkre:active {
2054
- color: rgb(105, 105, 108);
2055
- } .cc-icon-button.icon-button__component_1xkre:disabled.icon-button__primary_1xkre {
2056
- color: rgba(255, 255, 255, 0.3)
2057
- } .cc-icon-button.icon-button__component_1xkre:disabled.icon-button__primary_1xkre.icon-button__loader_1xkre {
2058
- color: #fff;
2059
- } .cc-icon-button.icon-button__component_1xkre:disabled.icon-button__secondary_1xkre {
2060
- color: rgba(133, 133, 141, 0.3)
2061
- } .cc-icon-button.icon-button__component_1xkre:disabled.icon-button__secondary_1xkre.icon-button__loader_1xkre {
2062
- color: #85858d;
2063
- } .cc-icon-button.icon-button__component_1xkre:disabled.icon-button__negative_1xkre {
2064
- color: rgba(217, 29, 11, 0.3)
2065
- } .cc-icon-button.icon-button__component_1xkre:disabled.icon-button__negative_1xkre.icon-button__loader_1xkre {
2066
- color: #d91d0b;
2067
- } .cc-icon-button.icon-button__component_1xkre:disabled.icon-button__tertiary_1xkre {
2068
- color: rgba(79, 79, 82, 0.3)
2069
- } .cc-icon-button.icon-button__component_1xkre:disabled.icon-button__tertiary_1xkre.icon-button__loader_1xkre {
2070
- color: #4f4f52;
2071
- }
2072
-
2073
- .cc-icon-button.icon-button__primary_dom1q {
2074
- color: #0e0e0e
2075
- } .cc-icon-button.icon-button__primary_dom1q:hover {
2076
- color: rgb(31, 31, 31);
2077
- } .cc-icon-button.icon-button__primary_dom1q:active {
2078
- color: rgb(50, 50, 50);
2079
- } .cc-icon-button.icon-button__secondary_dom1q {
2080
- color: #86868a
2081
- } .cc-icon-button.icon-button__secondary_dom1q:hover {
2082
- color: rgb(114, 114, 117);
2083
- } .cc-icon-button.icon-button__secondary_dom1q:active {
2084
- color: rgb(107, 107, 110);
2085
- } .cc-icon-button.icon-button__transparent_dom1q {
2086
- color: rgba(14, 14, 14, 0.3)
2087
- } .cc-icon-button.icon-button__transparent_dom1q:hover {
2088
- color: rgba(14, 14, 14, 0.4);
2089
- } .cc-icon-button.icon-button__transparent_dom1q:active {
2090
- color: rgba(14, 14, 14, 0.5);
2091
- } .cc-icon-button.icon-button__negative_dom1q {
2092
- color: #d91d0b
2093
- } .cc-icon-button.icon-button__negative_dom1q:hover {
2094
- color: rgb(220, 45, 28);
2095
- } .cc-icon-button.icon-button__negative_dom1q:active {
2096
- color: rgb(223, 63, 48);
2097
- } .cc-icon-button.icon-button__tertiary_dom1q {
2098
- color: #c1c1c3
2099
- } .cc-icon-button.icon-button__tertiary_dom1q:hover {
2100
- color: rgb(164, 164, 166);
2101
- } .cc-icon-button.icon-button__tertiary_dom1q:active {
2102
- color: rgb(154, 154, 156);
2103
- } .cc-icon-button.icon-button__component_dom1q:disabled.icon-button__primary_dom1q {
2104
- color: rgba(14, 14, 14, 0.3)
2105
- } .cc-icon-button.icon-button__component_dom1q:disabled.icon-button__primary_dom1q.icon-button__loader_dom1q {
2106
- color: #0e0e0e;
2107
- } .cc-icon-button.icon-button__component_dom1q:disabled.icon-button__secondary_dom1q {
2108
- color: rgba(134, 134, 138, 0.3)
2109
- } .cc-icon-button.icon-button__component_dom1q:disabled.icon-button__secondary_dom1q.icon-button__loader_dom1q {
2110
- color: #86868a;
2111
- } .cc-icon-button.icon-button__component_dom1q:disabled.icon-button__negative_dom1q {
2112
- color: rgba(217, 29, 11, 0.3)
2113
- } .cc-icon-button.icon-button__component_dom1q:disabled.icon-button__negative_dom1q.icon-button__loader_dom1q {
2114
- color: #d91d0b;
2115
- } .cc-icon-button.icon-button__component_dom1q:disabled.icon-button__tertiary_dom1q {
2116
- color: rgba(193, 193, 195, 0.3)
2117
- } .cc-icon-button.icon-button__component_dom1q:disabled.icon-button__tertiary_dom1q.icon-button__loader_dom1q {
2118
- color: #c1c1c3;
2119
- }.input__error_1gs2t {
2120
- color: #f15045;
2121
- caret-color: #f15045;
2122
- }
2123
- .input__error_14roc {
2124
- color: #f15045;
2125
- caret-color: #f15045;
2126
- }
2127
- .input__error_1n3x9 {
2128
- color: #ef3124;
2129
- caret-color: #ef3124;
2130
- }
2131
- .input__error_nmz2r {
2132
- color: #ef3124;
2133
- caret-color: #ef3124;
2134
- }
2135
- .input__input_1053s {
2136
- color: #fff;
2137
- caret-color: #fff;
2138
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2139
- } .input__input_1053s:-webkit-autofill {
2140
- -webkit-text-fill-color: #fff;
2141
- } .input__input_1053s::placeholder {
2142
- color: rgba(235, 235, 245, 0.54);
2143
- } .input__hasInnerLabel_1053s::placeholder {
2144
- color: rgba(235, 235, 245, 0.32);
2145
- } .input__clearIcon_1053s {
2146
- color: #fff;
2147
- } .input__input_1053s:read-only {
2148
- color: rgba(235, 235, 245, 0.54)
2149
- } .input__input_1053s:read-only:focus::placeholder {
2150
- color: rgba(235, 235, 245, 0.54);
2151
- } .input__input_1053s:disabled {
2152
- color: rgba(235, 235, 245, 0.54);
2153
- -webkit-text-fill-color: rgba(235, 235, 245, 0.54);
2154
- } .input__input_1053s:focus::placeholder {
2155
- color: rgba(235, 235, 245, 0.32);
2156
- }
2157
- .input__errorColorIcon_1uzmv {
2158
- color: #d91d0b;
2159
- } .input__successColorIcon_1uzmv {
2160
- color: #2fc26e;
2161
- } .input__focusVisible_1uzmv {
2162
- outline: 2px solid #0072ef;
2163
- } @keyframes input__onautofillstart_1uzmv {
2164
- from {
2165
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2166
- }
2167
- to {
2168
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
2169
- }
2170
- } @keyframes input__onautofillcancel_1uzmv {
2171
- from {
2172
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2173
- }
2174
- to {
2175
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
2176
- }
2177
- }
2178
- .input__input_r6bsa {
2179
- color: #0e0e0e;
2180
- caret-color: #0e0e0e;
2181
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2182
- } .input__input_r6bsa:-webkit-autofill {
2183
- -webkit-text-fill-color: #0e0e0e;
2184
- } .input__input_r6bsa::placeholder {
2185
- color: rgba(60, 60, 67, 0.66);
2186
- } .input__hasInnerLabel_r6bsa::placeholder {
2187
- color: rgba(60, 60, 67, 0.4);
2188
- } .input__clearIcon_r6bsa {
2189
- color: #0e0e0e;
2190
- } .input__input_r6bsa:read-only {
2191
- color: rgba(60, 60, 67, 0.66)
2192
- } .input__input_r6bsa:read-only:focus::placeholder {
2193
- color: rgba(60, 60, 67, 0.66);
2194
- } .input__input_r6bsa:disabled {
2195
- color: rgba(60, 60, 67, 0.66);
2196
- -webkit-text-fill-color: rgba(60, 60, 67, 0.66);
2197
- } .input__input_r6bsa:focus::placeholder {
2198
- color: rgba(60, 60, 67, 0.4);
2199
- }.pass-code__error_ggnhr {
2200
- color: #f15045;
2201
- }
2202
- .pass-code__dot_db1zk {
2203
- background: #3a3a3c
2204
- } .pass-code__dot_db1zk.pass-code__error_db1zk {
2205
- background: #d91d0b;
2206
- } .pass-code__filled_db1zk {
2207
- background: #fff;
2208
- }
2209
- @keyframes pass-code__shake_k8fvz {
2210
- }
2211
-
2212
- .pass-code__secondary_82070.pass-code__secondary_82070 {
2213
- color: #fff;
2214
- background: rgba(255, 255, 255, 0.06)
2215
- } .pass-code__secondary_82070.pass-code__secondary_82070:hover {
2216
- color: #fff;
2217
- } .pass-code__secondary_82070.pass-code__secondary_82070:active {
2218
- background: rgba(255, 255, 255, 0.11);
2219
- } .pass-code__ghost_82070.pass-code__ghost_82070 {
2220
- color: #fff
2221
- } .pass-code__ghost_82070.pass-code__ghost_82070:hover {
2222
- color: #fff;
2223
- } .pass-code__ghost_82070.pass-code__ghost_82070:active {
2224
- background: rgba(255, 255, 255, 0.11);
2225
- }.pattern-lock__error_1j5nw {
2226
- color: #f15045;
2227
- } @media screen and (min-width: 360px) {
2228
- } @media screen and (min-width: 390px) {
2229
- }.pure-cell__focused_1c33m {
2230
- outline: 2px solid #0072ef;
2231
- }
2232
-
2233
-
2234
-
2235
- .pure-cell__categoryPercent_15aot {
2236
- background-color: #202022;
2237
- }
2238
-
2239
-
2240
-
2241
-
2242
-
2243
- .file-upload-item__component_1t25u {
2244
- color: rgba(235, 235, 245, 0.54);
2245
- box-shadow: 0 -1px 0 0 #2b2b2e inset
2246
- } .file-upload-item__icon_1t25u {
2247
- color: #fff;
2248
- } .file-upload-item__errorIcon_1t25u {
2249
- color: #d91d0b;
2250
- } .file-upload-item__successIcon_1t25u {
2251
- color: #2fc26e;
2252
- } .file-upload-item__name_1t25u {
2253
- color: #fff
2254
- } .file-upload-item__errorWrapper_1t25u {
2255
- color: #ef3124
2256
- }.navigation-bar__content_1dvjp {
2257
- color: #fff
2258
- } .navigation-bar__subtitle_1dvjp {
2259
- color: rgba(235, 235, 245, 0.54);
2260
- }
2261
- .navigation-bar__component_w123r {
2262
- background: rgba(18, 18, 18, 0.4)
2263
- } .navigation-bar__component_w123r svg > path {
2264
- fill: #fff;
2265
- } .navigation-bar__component_w123r:hover svg > path {
2266
- fill: rgb(204, 204, 204);
2267
- } .navigation-bar__component_w123r:active svg > path {
2268
- fill: rgb(179, 179, 179);
2269
- } .navigation-bar__mobileWrapper_w123r {
2270
- background: rgba(255, 255, 255, 0.06)
2271
- } .navigation-bar__mobileWrapper_w123r svg > path {
2272
- fill: #85858d;
2273
- }
2274
- .navigation-bar__button_nba6l {
2275
- background: rgba(18, 18, 18, 0.4);
2276
- color: #fff
2277
- } .navigation-bar__button_nba6l.navigation-bar__mobile_nba6l {
2278
- background: rgba(255, 255, 255, 0.06);
2279
- color: #85858d;
2280
- }
2281
-
2282
- .plate__component_1sev3 {
2283
- color: #fff
2284
- } .plate__focused_1sev3 {
2285
- outline: 2px solid #0072ef;
2286
- } .plate__shadow_1sev3:after {
2287
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
2288
- 0 0 1px rgba(0, 0, 0, 0.04);
2289
- } .plate__common_1sev3 {
2290
- background-color: rgba(255, 255, 255, 0.06);
2291
- box-shadow: 0 0 0 1px #6d7986
2292
- } .plate__common_1sev3:before {
2293
- background-color: #6d7986;
2294
- } .plate__negative_1sev3 {
2295
- background-color: #35110d;
2296
- box-shadow: 0 0 0 1px #d91d0b
2297
- } .plate__negative_1sev3:before {
2298
- background-color: #d91d0b;
2299
- } .plate__positive_1sev3 {
2300
- background-color: #042117;
2301
- box-shadow: 0 0 0 1px #13a463
2302
- } .plate__positive_1sev3:before {
2303
- background-color: #13a463;
2304
- } .plate__attention_1sev3 {
2305
- background-color: #332104;
2306
- box-shadow: 0 0 0 1px #de6a00
2307
- } .plate__attention_1sev3:before {
2308
- background-color: #de6a00;
2309
- } .plate__custom_1sev3 {
2310
- background: transparent;
2311
- box-shadow: 0 0 0 1px #6d7986
2312
- } .plate__custom_1sev3:before {
2313
- background-color: #6d7986;
2314
- }
2315
-
2316
- .toast-plate__component_1ku6o {
2317
- color: #0e0e0e;
2318
- background-color: #fff;
2319
- } .toast-plate__closeButtonWrapper_1ku6o:before {
2320
- background-color: #e9e9eb;
2321
- }
2322
-
2323
- .toast-plate__component_1kdiz {
2324
- color: #fff;
2325
- background-color: #121212;
2326
- } .toast-plate__closeButtonWrapper_1kdiz:before {
2327
- background-color: #262629;
2328
- }.slider-input__slider_1wesp .noUi-base:hover > .noUi-connects {
2329
- background-color: #303032;
2330
- } .slider-input__slider_1wesp .noUi-connects {
2331
- background-color: #303032;
2332
- } .slider-input__steps_1wesp {
2333
- color: rgba(235, 235, 245, 0.54);
2334
- } .slider-input__info_1wesp {
2335
- color: rgba(235, 235, 245, 0.54);
2336
- }.with-suffix__hasSuffix_1u5qu input:focus::placeholder {
2337
- color: transparent;
2338
- } .with-suffix__disabled_1u5qu {
2339
- color: rgba(235, 235, 245, 0.54);
2340
- } .with-suffix__readOnly_1u5qu {
2341
- color: rgba(235, 235, 245, 0.54);
2342
- }.bottom-sheet__modal_w9b6i {
2343
- background-color: transparent;
2344
- } .bottom-sheet__component_w9b6i {
2345
- background-color: #121212;
2346
- } .bottom-sheet__marker_w9b6i {
2347
- background-color: #303032;
2348
- } .bottom-sheet__content_w9b6i {
2349
- color: #fff;
2350
- } .bottom-sheet__background-accent_w9b6i {
2351
- background-color: #ef3124;
2352
- } .bottom-sheet__background-info_w9b6i {
2353
- background-color: #001c3c;
2354
- } .bottom-sheet__background-attention-muted_w9b6i {
2355
- background-color: #332104;
2356
- } .bottom-sheet__background-positive-muted_w9b6i {
2357
- background-color: #042117;
2358
- } .bottom-sheet__background-negative-muted_w9b6i {
2359
- background-color: #35110d;
2360
- } .bottom-sheet__background-primary_w9b6i {
2361
- background-color: #121212;
2362
- } .bottom-sheet__background-primary-inverted_w9b6i {
2363
- background-color: #fff;
2364
- } .bottom-sheet__background-secondary_w9b6i {
2365
- background-color: #202022;
2366
- } .bottom-sheet__background-secondary-inverted_w9b6i {
2367
- background-color: #f3f4f5;
2368
- } .bottom-sheet__background-tertiary_w9b6i {
2369
- background-color: #2c2c2e;
2370
- } .bottom-sheet__background-tertiary-inverted_w9b6i {
2371
- background-color: #e9e9eb;
2372
- } .bottom-sheet__background-quaternary_w9b6i {
2373
- background-color: #3a3a3c;
2374
- } .bottom-sheet__background-quaternary-inverted_w9b6i {
2375
- background-color: #dcdcdd;
2376
- } .bottom-sheet__background-specialbg-component_w9b6i {
2377
- background-color: rgba(255, 255, 255, 0.1);
2378
- } .bottom-sheet__background-specialbg-component-inverted_w9b6i {
2379
- background-color: rgba(11, 31, 53, 0.07);
2380
- } .bottom-sheet__background-specialbg-primary-grouped_w9b6i {
2381
- background-color: #202022;
2382
- } .bottom-sheet__background-specialbg-secondary-grouped_w9b6i {
2383
- background-color: #2c2c2e;
2384
- } .bottom-sheet__background-specialbg-tertiary-grouped_w9b6i {
2385
- background-color: #3a3a3c;
2386
- } .bottom-sheet__background-specialbg-secondary-transparent_w9b6i {
2387
- background-color: rgba(255, 255, 255, 0.06);
2388
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_w9b6i {
2389
- background-color: rgba(11, 31, 53, 0.05);
2390
- } .bottom-sheet__background-specialbg-tertiary-transparent_w9b6i {
2391
- background-color: rgba(255, 255, 255, 0.11);
2392
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_w9b6i {
2393
- background-color: rgba(11, 31, 53, 0.1);
2394
- }
2395
- .bottom-sheet__footer_1ra6p {
2396
- background-color: #121212;
2397
- } .bottom-sheet__highlighted_1ra6p {
2398
- border-top: 1px solid #2b2b2e;
2399
- background-color: #121212;
2400
- } .bottom-sheet__background-accent_1ra6p {
2401
- background-color: #ef3124;
2402
- } .bottom-sheet__background-info_1ra6p {
2403
- background-color: #001c3c;
2404
- } .bottom-sheet__background-attention-muted_1ra6p {
2405
- background-color: #332104;
2406
- } .bottom-sheet__background-positive-muted_1ra6p {
2407
- background-color: #042117;
2408
- } .bottom-sheet__background-negative-muted_1ra6p {
2409
- background-color: #35110d;
2410
- } .bottom-sheet__background-primary_1ra6p {
2411
- background-color: #121212;
2412
- } .bottom-sheet__background-primary-inverted_1ra6p {
2413
- background-color: #fff;
2414
- } .bottom-sheet__background-secondary_1ra6p {
2415
- background-color: #202022;
2416
- } .bottom-sheet__background-secondary-inverted_1ra6p {
2417
- background-color: #f3f4f5;
2418
- } .bottom-sheet__background-tertiary_1ra6p {
2419
- background-color: #2c2c2e;
2420
- } .bottom-sheet__background-tertiary-inverted_1ra6p {
2421
- background-color: #e9e9eb;
2422
- } .bottom-sheet__background-quaternary_1ra6p {
2423
- background-color: #3a3a3c;
2424
- } .bottom-sheet__background-quaternary-inverted_1ra6p {
2425
- background-color: #dcdcdd;
2426
- } .bottom-sheet__background-specialbg-component_1ra6p {
2427
- background-color: rgba(255, 255, 255, 0.1);
2428
- } .bottom-sheet__background-specialbg-component-inverted_1ra6p {
2429
- background-color: rgba(11, 31, 53, 0.07);
2430
- } .bottom-sheet__background-specialbg-primary-grouped_1ra6p {
2431
- background-color: #202022;
2432
- } .bottom-sheet__background-specialbg-secondary-grouped_1ra6p {
2433
- background-color: #2c2c2e;
2434
- } .bottom-sheet__background-specialbg-tertiary-grouped_1ra6p {
2435
- background-color: #3a3a3c;
2436
- } .bottom-sheet__background-specialbg-secondary-transparent_1ra6p {
2437
- background-color: rgba(255, 255, 255, 0.06);
2438
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1ra6p {
2439
- background-color: rgba(11, 31, 53, 0.05);
2440
- } .bottom-sheet__background-specialbg-tertiary-transparent_1ra6p {
2441
- background-color: rgba(255, 255, 255, 0.11);
2442
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ra6p {
2443
- background-color: rgba(11, 31, 53, 0.1);
2444
- }
2445
- .bottom-sheet__highlighted_1x9qh {
2446
- border-bottom: 1px solid #2b2b2e;
2447
- }
2448
-
2449
-
2450
-
2451
-
2452
-
2453
-
2454
- .modal__sticky_gkt9o {
2455
- background: #121212;
2456
- } .modal__highlighted_gkt9o {
2457
- background: #121212;
2458
- box-shadow: 0 -1px 0 0 #262629;
2459
- }
2460
-
2461
-
2462
-
2463
- .modal__highlighted_swd6i {
2464
- background: #121212;
2465
- box-shadow: 0 1px 0 0 #262629;
2466
- } .modal__sticky_swd6i.modal__hasContent_swd6i {
2467
- background: #121212;
2468
- }
2469
-
2470
- .popup-sheet__appear_u7kb4,
2471
- .popup-sheet__enter_u7kb4 {
2472
- background-color: transparent;
2473
- } .popup-sheet__appearActive_u7kb4,
2474
- .popup-sheet__enterActive_u7kb4,
2475
- .popup-sheet__appearDone_u7kb4,
2476
- .popup-sheet__enterDone_u7kb4 {
2477
- background-color: rgba(0, 0, 0, 0.8);
2478
- } .popup-sheet__exit_u7kb4 {
2479
- background-color: rgba(0, 0, 0, 0.8);
2480
- } .popup-sheet__exitActive_u7kb4,
2481
- .popup-sheet__exitDone_u7kb4 {
2482
- background-color: transparent;
2483
- }.bank-card__component_1uwt1 {
2484
- --form-control-bg-color: transparent;
2485
- --form-control-focus-shadow: transparent;
2486
- --form-control-hover-bg-color: transparent;
2487
- --form-control-focus-bg-color: transparent;
2488
- } .bank-card__label_1uwt1 {
2489
- color: rgba(0, 0, 0, 0.6)
2490
- } .bank-card__focused_1uwt1 .bank-card__label_1uwt1,
2491
- .bank-card__filled_1uwt1 .bank-card__label_1uwt1 {
2492
- color: #000
2493
- } .bank-card__input_1uwt1 {
2494
- color: #000;
2495
- caret-color: #000
2496
- } .bank-card__bankLogo_1uwt1 svg g {
2497
- fill: #000;
2498
- } .bank-card__brandLogo_1uwt1 svg {
2499
- fill: #000;
2500
- } .bank-card__usePhoto_1uwt1 {
2501
- background-color: transparent
2502
- } .bank-card__usePhoto_1uwt1 svg {
2503
- fill: #000;
2504
- }
2505
-
2506
-
2507
-
2508
-
2509
-
2510
-
2511
-
2512
- .side-panel__sticky_96tg7 {
2513
- background: #121212;
2514
- } .side-panel__highlighted_96tg7 {
2515
- background: #121212;
2516
- box-shadow: 0 -1px 0 0 #262629;
2517
- }
2518
-
2519
-
2520
-
2521
- .side-panel__highlighted_78qrm {
2522
- background: #121212;
2523
- box-shadow: 0 1px 0 0 #262629;
2524
- } .side-panel__sticky_78qrm.side-panel__hasContent_78qrm {
2525
- background: #121212;
2526
- }
2527
- .toast__toastPlate_1ayao {
2528
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2529
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2530
- } .toast__popoverInner_1ayao {
2531
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2532
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2533
- background-color: transparent;
2534
- }.amount-input__minorPartAndCurrency_wku76 {
2535
- color: rgba(235, 235, 245, 0.54);
2536
- }
2537
- .amount-input__filled_j3k1k .amount-input__input_j3k1k,
2538
- .amount-input__input_j3k1k:focus {
2539
- -webkit-text-fill-color: transparent;
2540
- }
2541
- .amount-input__minorPartAndCurrency_1r44c {
2542
- color: rgba(60, 60, 67, 0.66);
2543
- }.tooltip__hint_1frb8 {
2544
- background-color: #fff;
2545
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
2546
- 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
2547
- color: #0e0e0e;
2548
- } .tooltip__hint_1frb8 .tooltip__arrow_1frb8:after {
2549
- background-color: #fff;
2550
- border-color: #fff;
2551
- } .tooltip__tooltip_1frb8 {
2552
- border: 1px solid #262629
2553
- } .tooltip__tooltip_1frb8 .tooltip__arrow_1frb8:after {
2554
- border-color: #262629;
2555
- }
2556
-
2557
- .tooltip__tooltip_w4al6 {
2558
- background-color: #fff;
2559
- color: #0e0e0e;
2560
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
2561
- 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
2562
- } .tooltip__tooltip_w4al6 .tooltip__arrow_w4al6:after {
2563
- background-color: #fff;
2564
- } .tooltip__hint_w4al6 {
2565
- background-color: #121212;
2566
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2567
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2568
- color: #fff;
2569
- } .tooltip__hint_w4al6 .tooltip__arrow_w4al6:after {
2570
- background-color: #121212;
2571
- }
2572
- @media (min-width: 600px) {
2573
- }.calendar__container_zpmey.calendar__customScrollbar_zpmey::-webkit-scrollbar-track {
2574
- background-color: transparent;
2575
- } .calendar__container_zpmey.calendar__customScrollbar_zpmey::-webkit-scrollbar-track-piece {
2576
- background-color: transparent;
2577
- } .calendar__container_zpmey.calendar__customScrollbar_zpmey::-webkit-scrollbar-thumb {
2578
- background-color: rgba(255, 255, 255, 0.3);
2579
- border-color: transparent;
2580
- } .calendar__container_zpmey.calendar__customScrollbar_zpmey::-webkit-scrollbar-thumb:active {
2581
- background-color: rgba(255, 255, 255, 0.6);
2582
- }
2583
- .calendar__wrapper_1chwi {
2584
- background: #121212;
2585
- } .calendar__calendar_1chwi th {
2586
- border-bottom: 1px solid #2b2b2e;
2587
- } .calendar__dayNames_1chwi {
2588
- background: #121212
2589
- } .calendar__month_1chwi {
2590
- color: #fff;
2591
- } .calendar__dayName_1chwi {
2592
- color: rgba(235, 235, 245, 0.54)
2593
- }
2594
- .calendar__dayName_1x9e7 {
2595
- color: rgba(235, 235, 245, 0.54)
2596
- } .calendar__day_1x9e7 {
2597
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2598
- color: #fff
2599
- } .calendar__day_1x9e7.calendar__highlighted_1x9e7,
2600
- .calendar__day_1x9e7.calendar__range_1x9e7.calendar__highlighted_1x9e7:not(.calendar__disabled_1x9e7) {
2601
- color: #fff;
2602
- background: #303032;
2603
- } .calendar__day_1x9e7.calendar__holiday_1x9e7 {
2604
- color: #ef3124;
2605
- } .calendar__day_1x9e7.calendar__disabled_1x9e7 {
2606
- color: rgba(235, 235, 245, 0.32);
2607
- background: transparent;
2608
- } .calendar__day_1x9e7.calendar__today_1x9e7 {
2609
- color: #0072ef;
2610
- } .calendar__day_1x9e7.calendar__rangeComplete_1x9e7 {
2611
- background: rgba(0, 114, 239, 0.15);
2612
- } .calendar__day_1x9e7.calendar__selected_1x9e7,
2613
- .calendar__day_1x9e7.calendar__disabled_1x9e7.calendar__selected_1x9e7 {
2614
- color: #0e0e0e;
2615
- background: #fff;
2616
- } @media (hover) {
2617
- .calendar__day_1x9e7.calendar__selected_1x9e7:hover {
2618
- background: rgb(217, 217, 217);
2619
- }
2620
- } .calendar__dayWrapper_1x9e7 {
2621
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
2622
- } .calendar__range_1x9e7 .calendar__day_1x9e7:not(.calendar__selected_1x9e7):not(.calendar__disabled_1x9e7):not(.calendar__today_1x9e7):not(.calendar__holiday_1x9e7) {
2623
- color: #fff;
2624
- } .calendar__range_1x9e7:before {
2625
- background: rgba(255, 255, 255, 0.1);
2626
- } .calendar__rangeComplete_1x9e7:before {
2627
- background: rgba(0, 114, 239, 0.15);
2628
- } .calendar__transitLeft_1x9e7:after {
2629
- background: linear-gradient(
2630
- 270deg,
2631
- rgba(255, 255, 255, 0.1) 0%,
2632
- rgba(255, 255, 255, 0) 100%
2633
- );
2634
- } .calendar__transitRight_1x9e7:after {
2635
- background: linear-gradient(
2636
- 270deg,
2637
- rgba(255, 255, 255, 0) 0%,
2638
- rgba(255, 255, 255, 0.1) 100%
2639
- );
2640
- } .calendar__rangeComplete_1x9e7.calendar__transitLeft_1x9e7:after {
2641
- background: linear-gradient(
2642
- 270deg,
2643
- rgba(0, 114, 239, 0.15) 0%,
2644
- rgba(255, 255, 255, 0) 100%
2645
- );
2646
- } .calendar__rangeComplete_1x9e7.calendar__transitRight_1x9e7:after {
2647
- background: linear-gradient(
2648
- 270deg,
2649
- rgba(255, 255, 255, 0) 0%,
2650
- rgba(0, 114, 239, 0.15) 100%
2651
- );
2652
- } .calendar__dot_1x9e7 {
2653
- background: #fff;
2654
- } .calendar__selected_1x9e7 .calendar__dot_1x9e7 {
2655
- background: #0e0e0e;
2656
- } .calendar__bottomAddon_1x9e7.calendar__selected_1x9e7,
2657
- .calendar__bottomAddon_1x9e7.calendar__selected_1x9e7 > * {
2658
- color: #0e0e0e;
2659
- }
2660
- .calendar__withShadow_112sz {
2661
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
2662
- 0 0 1px rgba(0, 0, 0, 0.04);
2663
- }
2664
-
2665
- @media (max-width: 374px) {
2666
- }
2667
- .calendar__empty_ldtyc {
2668
- color: rgba(235, 235, 245, 0.54);
2669
- }
2670
- .cc-calendar .calendar__button_10jo9 {
2671
- background-color: transparent
2672
- } .cc-calendar .calendar__button_10jo9:not(:disabled):hover {
2673
- background-color: #2c2c2e;
2674
- color: #fff;
2675
- } .cc-calendar .calendar__button_10jo9.calendar__filled_10jo9 {
2676
- background-color: #2c2c2e
2677
- } .cc-calendar .calendar__button_10jo9.calendar__filled_10jo9:not(:disabled):hover {
2678
- background-color: rgb(59, 59, 61);
2679
- } .cc-calendar .calendar__button_10jo9.calendar__outlined_10jo9 {
2680
- border: 1px solid #fff;
2681
- } .cc-calendar .calendar__button_10jo9.calendar__selected_10jo9,
2682
- .cc-calendar .calendar__button_10jo9.calendar__selected_10jo9:disabled {
2683
- background-color: #fff;
2684
- color: #0e0e0e
2685
- } .cc-calendar .calendar__button_10jo9.calendar__selected_10jo9:not(:disabled):hover, .cc-calendar .calendar__button_10jo9.calendar__selected_10jo9:disabled:not(:disabled):hover {
2686
- background-color: #fff;
2687
- color: #0e0e0e;
2688
- }
2689
- @media (max-width: 374px) {
2690
- }.select__arrow_1o47a {
2691
- color: #fff;
2692
- }
2693
-
2694
- .select__option_y47jb {
2695
- background: #121212;
2696
- color: #fff
2697
- } .select__option_y47jb:not(.select__disabled_y47jb):active {
2698
- background: #2c2c2e;
2699
- color: #fff;
2700
- } .select__selected_y47jb {
2701
- background: #121212;
2702
- color: #fff;
2703
- } .select__highlighted_y47jb {
2704
- background: #202022;
2705
- color: #fff;
2706
- } .select__disabled_y47jb {
2707
- background: #121212;
2708
- color: rgba(235, 235, 245, 0.54);
2709
- }
2710
- .select__popoverInner_1n1ic {
2711
- background: transparent;
2712
- } .select__optionsList_1n1ic {
2713
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2714
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2715
- background: #121212;
2716
- } .select__optionsListBorder_1n1ic {
2717
- box-shadow: inset 0 0 0 1px #262629;
2718
- }
2719
-
2720
- .select__single_1unw8 {
2721
- background: #fff
2722
- } .select__colorIcon_1unw8 {
2723
- color: #2fc26e;
2724
- }
2725
-
2726
- .select__placeholder_l4fbq {
2727
- color: rgba(235, 235, 245, 0.54)
2728
- } .select__placeholder_l4fbq.select__focused_l4fbq {
2729
- color: rgba(235, 235, 245, 0.32);
2730
- } .select__focusVisible_l4fbq {
2731
- outline: 2px solid #0072ef;
2732
- } @keyframes select__show-placeholder_l4fbq {
2733
- }
2734
- .select__optgroup_1mjba {
2735
- background: #121212
2736
- } .select__label_1mjba {
2737
- color: rgba(235, 235, 245, 0.54);
2738
- }
2739
- .select__option_129sp {
2740
- background: #121212;
2741
- color: #fff
2742
- } .select__option_129sp:not(.select__disabled_129sp):active {
2743
- background: #2c2c2e;
2744
- color: #fff;
2745
- } .select__option_129sp:before {
2746
- background: #2b2b2e;
2747
- } .select__selected_129sp {
2748
- background: #121212;
2749
- color: #fff;
2750
- } .select__highlighted_129sp {
2751
- background: #202022;
2752
- color: #fff
2753
- } .select__disabled_129sp {
2754
- background: #121212;
2755
- color: rgba(235, 235, 245, 0.54);
2756
- }
2757
- .select__optionsListHeader_7iql7 {
2758
- border-bottom: 1px solid #262629;
2759
- } .select__optionsListFooter_7iql7 {
2760
- border-top: 1px solid transparent
2761
- } .select__optionsListFooter_7iql7.select__withBorder_7iql7 {
2762
- border-top: 1px solid #262629;
2763
- } .select__emptyPlaceholder_7iql7 {
2764
- color: rgba(235, 235, 245, 0.54);
2765
- }
2766
- .select__virtualOptionsListHeader_d7gwa {
2767
- border-bottom: 1px solid #262629;
2768
- } .select__virtualOptionsListFooter_d7gwa {
2769
- border-top: 1px solid transparent
2770
- } .select__virtualOptionsListFooter_d7gwa.select__withBorder_d7gwa {
2771
- border-top: 1px solid #262629;
2772
- } .select__virtualRow_d7gwa:before {
2773
- background: #2b2b2e;
2774
- } .select__emptyPlaceholder_d7gwa {
2775
- color: rgba(235, 235, 245, 0.54);
2776
- }
2777
-
2778
- .select__footer_iylwz {
2779
- background-color: #121212
2780
- } .select__highlighted_iylwz {
2781
- border-top: 1px solid #2b2b2e;
2782
- background-color: #121212;
2783
- }
2784
- .select__footer_16c6u {
2785
- background-color: #121212
2786
- }
2787
- .gallery__container_a8mdv {
2788
- background-color: #121212;
2789
- } .gallery__modal_a8mdv {
2790
- background: transparent;
2791
- }
2792
- .gallery__buttons_1tzu1 path {
2793
- color: #fff;
2794
- } .gallery__iconButton_1tzu1:hover path {
2795
- color: rgb(237, 237, 237);
2796
- } .gallery__iconButton_1tzu1:active path {
2797
- color: rgb(217, 217, 217);
2798
- }
2799
-
2800
- .gallery__component_2if5e {
2801
- border: 2px solid rgba(0, 0, 0, 0);
2802
- } .gallery__active_2if5e {
2803
- border-color: rgba(255, 255, 255, 0.4)
2804
- } .gallery__image_2if5e {
2805
- background-color: #121212
2806
- } .gallery__loading_2if5e {
2807
- background-color: #202022
2808
- } .gallery__loading_2if5e .gallery__active_2if5e {
2809
- background-color: #3a3a3c;
2810
- } .gallery__brokenImageWrapper_2if5e {
2811
- background-color: #3a3a3c
2812
- } .gallery__focused_2if5e {
2813
- outline: 2px solid #0072ef;
2814
- }
2815
- .gallery__component_1l7j9 {
2816
- background-color: #121212;
2817
- } .gallery__slideLoading_1l7j9 {
2818
- background-color: #202022;
2819
- } .gallery__image_1l7j9 {
2820
- background-color: #121212;
2821
- } .gallery__smallImage_1l7j9 {
2822
- background-color: #121212;
2823
- } .gallery__arrow_1l7j9 {
2824
- color: #fff
2825
- } .gallery__arrow_1l7j9:hover {
2826
- background-color: rgb(54, 54, 54);
2827
- } .gallery__arrow_1l7j9:active {
2828
- background-color: rgb(65, 65, 65);
2829
- } .gallery__focused_1l7j9 {
2830
- outline: 2px solid #0072ef;
2831
- } .gallery__placeholder_1l7j9 {
2832
- background-color: #3a3a3c;
2833
- } .gallery__fullScreenImage_1l7j9 {
2834
- background-color: #121212;
2835
- }
2836
- .calendar-with-skeleton__skeleton_jzzb3 {
2837
- background-color: #121212;
2838
- }.date-range-input__calendarContainer_gnz83 {
2839
- border: 1px solid #262629
2840
- }.calendar-input__calendarContainer_1qxbs {
2841
- border: 1px solid #262629
2842
- } .calendar-input__calendarIcon_1qxbs {
2843
- color: #fff
2844
- }.date-time-input__calendarContainer_17o5k {
2845
- border: 1px solid #262629
2846
- }
2847
-
2848
- .input-autocomplete__placeholder_xkbli {
2849
- color: rgba(235, 235, 245, 0.54);
2850
- } .input-autocomplete__focusVisible_xkbli {
2851
- outline: 2px solid #0072ef;
2852
- }
2853
- .picker-button__linkOpen_1gp9v:not(:hover) {
2854
- background-color: rgba(255, 255, 255, 0.06);
2855
- }
2856
- .select-with-tags__tag_155th:active:not(:disabled) {
2857
- background-color: #f3f4f5;
2858
- color: #0e0e0e;
2859
- } .select-with-tags__tag_155th:hover:not(:disabled):not(:active) {
2860
- background-color: #f3f4f5;
2861
- color: #0e0e0e;
2862
- }
2863
- .select-with-tags__input_1hsdt {
2864
- background-color: transparent;
2865
- color: #fff
2866
- } .select-with-tags__input_1hsdt:disabled {
2867
- color: rgba(235, 235, 245, 0.54);
2868
- } .select-with-tags__input_1hsdt::placeholder {
2869
- color: rgba(235, 235, 245, 0.54);
2870
- } .select-with-tags__input_1hsdt:focus::placeholder {
2871
- color: rgba(235, 235, 245, 0.32);
2872
- } .select-with-tags__focusVisible_1hsdt {
2873
- outline: 2px solid #0072ef;
2874
- } .select-with-tags__placeholder_1hsdt {
2875
- color: rgba(235, 235, 245, 0.32);
2876
- }
2877
- .calendar-range__component_8if5w:after {
2878
- background-color: #fff;
2879
- }.table__component_ezzc8 {
2880
- border-top: 1px solid #2b2b2e;
2881
- }
2882
- .table__wrapper_12t87 {
2883
- background: #121212;
2884
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
2885
- }
2886
-
2887
- .table__component_xf1ax {
2888
- color: #fff;
2889
- border-top: 1px solid #2b2b2e
2890
- }
2891
-
2892
- .table__component_1y1hi th:not(:last-child):not(:empty):after {
2893
- background-color: #303032;
2894
- }
2895
- .table__component_1508g {
2896
- color: #fff;
2897
- border-bottom: 1px solid #2b2b2e;
2898
- background: #121212
2899
- } .table__sorted_1508g {
2900
- color: #fff;
2901
- } .table__stickyHeader_1508g {
2902
- box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
2903
- }
2904
- .table__component_aawh3 {
2905
- background: #121212
2906
- } .table__clickable_aawh3:hover {
2907
- background-color: #202022;
2908
- } .table__selected_aawh3 {
2909
- background-color: #f2f8ff
2910
- } .table__selected_aawh3:hover {
2911
- background-color: #e8f2fe;
2912
- }
2913
- .table__icon_xztid {
2914
- color: #85858d
2915
- } .table__icon_xztid:hover {
2916
- color: #fff;
2917
- } .table__sorted_xztid {
2918
- color: #0072ef
2919
- } .table__sorted_xztid:hover {
2920
- color: #0072ef;
2921
- }
2922
- .table__open_tywjd,
2923
- .table__open_tywjd:hover {
2924
- background-color: rgba(255, 255, 255, 0.163);
2925
- }.tabs__component_1jcje:before {
2926
- background-color: #2b2b2e;
2927
- } .tabs__title_1jcje {
2928
- color: rgba(235, 235, 245, 0.54)
2929
- } .tabs__title_1jcje:not(.tabs__disabled_1jcje):hover {
2930
- color: #fff;
2931
- } .tabs__focused_1jcje {
2932
- outline: 2px solid #0072ef;
2933
- } .tabs__selected_1jcje {
2934
- color: #fff;
2935
- } .tabs__disabled_1jcje {
2936
- color: rgba(235, 235, 245, 0.32);
2937
- } .tabs__line_1jcje {
2938
- background-color: #ef3124;
2939
- }
2940
- .tabs__component_1jcje:before {
2941
- background-color: #2b2b2e;
2942
- }.tabs__title_1jcje {
2943
- color: rgba(235, 235, 245, 0.54)
2944
- }.tabs__title_1jcje:not(.tabs__disabled_1jcje):hover {
2945
- color: #fff;
2946
- }.tabs__focused_1jcje {
2947
- outline: 2px solid #0072ef;
2948
- }.tabs__selected_1jcje {
2949
- color: #fff;
2950
- }.tabs__disabled_1jcje {
2951
- color: rgba(235, 235, 245, 0.32);
2952
- }.tabs__line_1jcje {
2953
- background-color: #ef3124;
2954
- }
2955
-
2956
-
2957
-
2958
- .intl-phone-input__emptyCountryIcon_13k8r {
2959
- color: #85858d;
2960
- }
2961
- .intl-phone-input__flagPlaceholder_77b1w {
2962
- background-color: rgba(255, 255, 255, 0.11);
2963
- }
2964
- .intl-phone-input__dialCode_1aotf {
2965
- color: rgba(235, 235, 245, 0.54);
2966
- }
2967
- .intl-phone-input__emptyCountryIcon_1cxeg {
2968
- color: #85858d;
2969
- } .intl-phone-input__focusVisible_1cxeg {
2970
- outline: 2px solid #0072ef;
2971
- }