@alfalab/core-components 48.25.0 → 48.26.0-beta.0

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 (562) hide show
  1. package/bottom-sheet/component.js +4 -4
  2. package/bottom-sheet/cssm/component.js +4 -4
  3. package/bottom-sheet/cssm/hooks/index.d.ts +1 -1
  4. package/bottom-sheet/cssm/hooks/index.js +0 -1
  5. package/bottom-sheet/cssm/hooks/use-visualviewport-size.d.ts +2 -6
  6. package/bottom-sheet/cssm/hooks/use-visualviewport-size.js +24 -50
  7. package/bottom-sheet/esm/component.js +5 -6
  8. package/bottom-sheet/esm/hooks/index.d.ts +1 -1
  9. package/bottom-sheet/esm/hooks/index.js +2 -3
  10. package/bottom-sheet/esm/hooks/use-visualviewport-size.d.ts +2 -6
  11. package/bottom-sheet/esm/hooks/use-visualviewport-size.js +26 -51
  12. package/bottom-sheet/esm/index.js +0 -1
  13. package/bottom-sheet/hooks/index.d.ts +1 -1
  14. package/bottom-sheet/hooks/index.js +0 -1
  15. package/bottom-sheet/hooks/use-visualviewport-size.d.ts +2 -6
  16. package/bottom-sheet/hooks/use-visualviewport-size.js +24 -50
  17. package/bottom-sheet/modern/component.js +5 -6
  18. package/bottom-sheet/modern/hooks/index.d.ts +1 -1
  19. package/bottom-sheet/modern/hooks/index.js +2 -2
  20. package/bottom-sheet/modern/hooks/use-visualviewport-size.d.ts +2 -6
  21. package/bottom-sheet/modern/hooks/use-visualviewport-size.js +22 -50
  22. package/bottom-sheet/modern/index.js +0 -1
  23. package/bottom-sheet/moderncssm/component.js +5 -6
  24. package/bottom-sheet/moderncssm/hooks/index.d.ts +1 -1
  25. package/bottom-sheet/moderncssm/hooks/index.js +2 -2
  26. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.d.ts +2 -6
  27. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.js +22 -50
  28. package/bottom-sheet/moderncssm/index.js +0 -1
  29. package/calendar/components/calendar-mobile/Component.js +1 -1
  30. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  31. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  32. package/calendar/components/calendar-mobile/index.js +1 -1
  33. package/calendar/esm/Component.responsive.js +1 -1
  34. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  35. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  36. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  37. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  38. package/calendar/esm/index.js +1 -1
  39. package/calendar/esm/mobile/index.js +1 -1
  40. package/calendar/mobile/index.js +1 -1
  41. package/calendar/modern/Component.responsive.js +1 -1
  42. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  43. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  44. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  45. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  46. package/calendar/modern/index.js +1 -1
  47. package/calendar/modern/mobile/index.js +1 -1
  48. package/confirmation/components/screens/initial/component.js +1 -1
  49. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  50. package/confirmation/esm/component.responsive.js +1 -1
  51. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  52. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  53. package/confirmation/esm/components/index.js +1 -1
  54. package/confirmation/esm/components/screens/index.js +1 -1
  55. package/confirmation/esm/components/screens/initial/component.js +1 -1
  56. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  57. package/confirmation/esm/components/screens/initial/index.js +1 -1
  58. package/confirmation/esm/desktop/component.desktop.js +1 -1
  59. package/confirmation/esm/desktop/index.js +1 -1
  60. package/confirmation/esm/index.js +1 -1
  61. package/confirmation/esm/mobile/component.mobile.js +1 -1
  62. package/confirmation/esm/mobile/index.js +1 -1
  63. package/confirmation/esm/shared/index.js +1 -1
  64. package/confirmation/modern/component.responsive.js +1 -1
  65. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  66. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  67. package/confirmation/modern/components/index.js +1 -1
  68. package/confirmation/modern/components/screens/index.js +1 -1
  69. package/confirmation/modern/components/screens/initial/component.js +1 -1
  70. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  71. package/confirmation/modern/components/screens/initial/index.js +1 -1
  72. package/confirmation/modern/desktop/component.desktop.js +1 -1
  73. package/confirmation/modern/desktop/index.js +1 -1
  74. package/confirmation/modern/index.js +1 -1
  75. package/confirmation/modern/mobile/component.mobile.js +1 -1
  76. package/confirmation/modern/mobile/index.js +1 -1
  77. package/confirmation/modern/shared/index.js +1 -1
  78. package/file-upload-item/components/actions-control/actions.js +1 -1
  79. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  80. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  81. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  82. package/file-upload-item/esm/Component.js +1 -1
  83. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  84. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  85. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  86. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  87. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  88. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  89. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  90. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  91. package/file-upload-item/esm/index.js +1 -1
  92. package/file-upload-item/modern/Component.js +1 -1
  93. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  94. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  95. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  96. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  97. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  98. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  99. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  100. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  101. package/file-upload-item/modern/index.js +1 -1
  102. package/gallery/components/image-viewer/component.js +1 -1
  103. package/gallery/components/image-viewer/hooks.js +1 -1
  104. package/gallery/components/image-viewer/single.js +1 -1
  105. package/gallery/components/image-viewer/slide.js +1 -1
  106. package/gallery/esm/Component.js +1 -1
  107. package/gallery/esm/components/image-viewer/component.js +1 -1
  108. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  109. package/gallery/esm/components/image-viewer/index.js +1 -1
  110. package/gallery/esm/components/image-viewer/single.js +1 -1
  111. package/gallery/esm/components/image-viewer/slide.js +1 -1
  112. package/gallery/esm/components/index.js +1 -1
  113. package/gallery/esm/index.js +1 -1
  114. package/gallery/modern/Component.js +1 -1
  115. package/gallery/modern/components/image-viewer/component.js +1 -1
  116. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  117. package/gallery/modern/components/image-viewer/index.js +1 -1
  118. package/gallery/modern/components/image-viewer/single.js +1 -1
  119. package/gallery/modern/components/image-viewer/slide.js +1 -1
  120. package/gallery/modern/components/index.js +1 -1
  121. package/gallery/modern/index.js +1 -1
  122. package/input-autocomplete/cssm/mobile/Component.mobile.d.ts +0 -1
  123. package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -3
  124. package/input-autocomplete/cssm/mobile/Component.modal.mobile.d.ts +0 -1
  125. package/input-autocomplete/cssm/types.d.ts +0 -5
  126. package/input-autocomplete/esm/mobile/Component.mobile.d.ts +0 -1
  127. package/input-autocomplete/esm/mobile/Component.mobile.js +3 -3
  128. package/input-autocomplete/esm/mobile/Component.modal.mobile.d.ts +0 -1
  129. package/input-autocomplete/esm/types.d.ts +0 -5
  130. package/input-autocomplete/mobile/Component.mobile.d.ts +0 -1
  131. package/input-autocomplete/mobile/Component.mobile.js +3 -3
  132. package/input-autocomplete/mobile/Component.modal.mobile.d.ts +0 -1
  133. package/input-autocomplete/modern/mobile/Component.mobile.d.ts +0 -1
  134. package/input-autocomplete/modern/mobile/Component.mobile.js +2 -2
  135. package/input-autocomplete/modern/mobile/Component.modal.mobile.d.ts +0 -1
  136. package/input-autocomplete/modern/types.d.ts +0 -5
  137. package/input-autocomplete/moderncssm/mobile/Component.mobile.d.ts +0 -1
  138. package/input-autocomplete/moderncssm/mobile/Component.mobile.js +2 -2
  139. package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.d.ts +0 -1
  140. package/input-autocomplete/moderncssm/types.d.ts +0 -5
  141. package/input-autocomplete/types.d.ts +0 -5
  142. package/international-phone-input/cssm/typings-d515b24c.d.ts +2 -6
  143. package/international-phone-input/esm/typings-d515b24c.d.ts +2 -6
  144. package/international-phone-input/modern/typings-d515b24c.d.ts +2 -6
  145. package/international-phone-input/moderncssm/typings-d515b24c.d.ts +2 -6
  146. package/international-phone-input/typings-d515b24c.d.ts +2 -6
  147. package/modal/components/controls/Component.js +1 -1
  148. package/modal/components/footer/Component.js +1 -1
  149. package/modal/esm/Component.responsive.js +1 -1
  150. package/modal/esm/components/controls/Component.js +1 -1
  151. package/modal/esm/components/controls/index.js +1 -1
  152. package/modal/esm/components/footer/Component.js +1 -1
  153. package/modal/esm/desktop/Component.desktop.js +1 -1
  154. package/modal/esm/desktop/index.js +1 -1
  155. package/modal/esm/index.js +1 -1
  156. package/modal/esm/mobile/Component.mobile.js +1 -1
  157. package/modal/esm/mobile/index.js +1 -1
  158. package/modal/modern/Component.responsive.js +1 -1
  159. package/modal/modern/components/controls/Component.js +1 -1
  160. package/modal/modern/components/controls/index.js +1 -1
  161. package/modal/modern/components/footer/Component.js +1 -1
  162. package/modal/modern/desktop/Component.desktop.js +1 -1
  163. package/modal/modern/desktop/index.js +1 -1
  164. package/modal/modern/index.js +1 -1
  165. package/modal/modern/mobile/Component.mobile.js +1 -1
  166. package/modal/modern/mobile/index.js +1 -1
  167. package/package.json +2 -2
  168. package/picker-button/cssm/typings-d515b24c.d.ts +2 -6
  169. package/picker-button/esm/typings-d515b24c.d.ts +2 -6
  170. package/picker-button/modern/typings-d515b24c.d.ts +2 -6
  171. package/picker-button/moderncssm/typings-d515b24c.d.ts +2 -6
  172. package/picker-button/typings-d515b24c.d.ts +2 -6
  173. package/pure-cell/component.js +1 -1
  174. package/pure-cell/components/addon/component.js +1 -1
  175. package/pure-cell/components/addon/index.d.ts +1 -1
  176. package/pure-cell/components/addon/index.js +1 -1
  177. package/pure-cell/components/amount/component.js +1 -1
  178. package/pure-cell/components/amount/index.d.ts +1 -1
  179. package/pure-cell/components/amount/index.js +1 -1
  180. package/pure-cell/components/amount-title/component.js +1 -1
  181. package/pure-cell/components/amount-title/index.d.ts +1 -1
  182. package/pure-cell/components/amount-title/index.js +1 -1
  183. package/pure-cell/components/category/component.js +1 -1
  184. package/pure-cell/components/category/index.d.ts +1 -1
  185. package/pure-cell/components/category/index.js +1 -1
  186. package/pure-cell/components/content/component.js +1 -1
  187. package/pure-cell/components/content/index.d.ts +1 -1
  188. package/pure-cell/components/content/index.js +1 -1
  189. package/pure-cell/components/footer/component.js +1 -1
  190. package/pure-cell/components/footer/index.d.ts +1 -1
  191. package/pure-cell/components/footer/index.js +1 -1
  192. package/pure-cell/components/footer-button/component.js +1 -1
  193. package/pure-cell/components/footer-button/index.d.ts +1 -1
  194. package/pure-cell/components/footer-button/index.js +1 -1
  195. package/pure-cell/components/footer-text/component.js +1 -1
  196. package/pure-cell/components/footer-text/index.d.ts +1 -1
  197. package/pure-cell/components/footer-text/index.js +1 -1
  198. package/pure-cell/components/graphics/component.js +1 -1
  199. package/pure-cell/components/graphics/index.d.ts +1 -1
  200. package/pure-cell/components/graphics/index.js +1 -1
  201. package/pure-cell/components/main/component.js +1 -1
  202. package/pure-cell/components/main/index.d.ts +1 -1
  203. package/pure-cell/components/main/index.js +1 -1
  204. package/pure-cell/components/text/component.js +1 -1
  205. package/pure-cell/components/text/index.d.ts +1 -1
  206. package/pure-cell/components/text/index.js +1 -1
  207. package/pure-cell/esm/component.js +1 -1
  208. package/pure-cell/esm/components/addon/component.js +1 -1
  209. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  210. package/pure-cell/esm/components/addon/index.js +1 -1
  211. package/pure-cell/esm/components/amount/component.js +1 -1
  212. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  213. package/pure-cell/esm/components/amount/index.js +1 -1
  214. package/pure-cell/esm/components/amount-title/component.js +1 -1
  215. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  216. package/pure-cell/esm/components/amount-title/index.js +1 -1
  217. package/pure-cell/esm/components/category/component.js +1 -1
  218. package/pure-cell/esm/components/category/index.d.ts +1 -1
  219. package/pure-cell/esm/components/category/index.js +1 -1
  220. package/pure-cell/esm/components/content/component.js +1 -1
  221. package/pure-cell/esm/components/content/index.d.ts +1 -1
  222. package/pure-cell/esm/components/content/index.js +1 -1
  223. package/pure-cell/esm/components/footer/component.js +1 -1
  224. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  225. package/pure-cell/esm/components/footer/index.js +1 -1
  226. package/pure-cell/esm/components/footer-button/component.js +1 -1
  227. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  228. package/pure-cell/esm/components/footer-button/index.js +1 -1
  229. package/pure-cell/esm/components/footer-text/component.js +1 -1
  230. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  231. package/pure-cell/esm/components/footer-text/index.js +1 -1
  232. package/pure-cell/esm/components/graphics/component.js +1 -1
  233. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  234. package/pure-cell/esm/components/graphics/index.js +1 -1
  235. package/pure-cell/esm/components/main/component.js +1 -1
  236. package/pure-cell/esm/components/main/index.d.ts +1 -1
  237. package/pure-cell/esm/components/main/index.js +1 -1
  238. package/pure-cell/esm/components/text/component.js +1 -1
  239. package/pure-cell/esm/components/text/index.d.ts +1 -1
  240. package/pure-cell/esm/components/text/index.js +1 -1
  241. package/pure-cell/esm/index.js +1 -1
  242. package/pure-cell/index.js +1 -1
  243. package/pure-cell/modern/component.js +1 -1
  244. package/pure-cell/modern/components/addon/component.js +1 -1
  245. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  246. package/pure-cell/modern/components/addon/index.js +1 -1
  247. package/pure-cell/modern/components/amount/component.js +1 -1
  248. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  249. package/pure-cell/modern/components/amount/index.js +1 -1
  250. package/pure-cell/modern/components/amount-title/component.js +1 -1
  251. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  252. package/pure-cell/modern/components/amount-title/index.js +1 -1
  253. package/pure-cell/modern/components/category/component.js +1 -1
  254. package/pure-cell/modern/components/category/index.d.ts +1 -1
  255. package/pure-cell/modern/components/category/index.js +1 -1
  256. package/pure-cell/modern/components/content/component.js +1 -1
  257. package/pure-cell/modern/components/content/index.d.ts +1 -1
  258. package/pure-cell/modern/components/content/index.js +1 -1
  259. package/pure-cell/modern/components/footer/component.js +1 -1
  260. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  261. package/pure-cell/modern/components/footer/index.js +1 -1
  262. package/pure-cell/modern/components/footer-button/component.js +1 -1
  263. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  264. package/pure-cell/modern/components/footer-button/index.js +1 -1
  265. package/pure-cell/modern/components/footer-text/component.js +1 -1
  266. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  267. package/pure-cell/modern/components/footer-text/index.js +1 -1
  268. package/pure-cell/modern/components/graphics/component.js +1 -1
  269. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  270. package/pure-cell/modern/components/graphics/index.js +1 -1
  271. package/pure-cell/modern/components/main/component.js +1 -1
  272. package/pure-cell/modern/components/main/index.d.ts +1 -1
  273. package/pure-cell/modern/components/main/index.js +1 -1
  274. package/pure-cell/modern/components/text/component.js +1 -1
  275. package/pure-cell/modern/components/text/index.d.ts +1 -1
  276. package/pure-cell/modern/components/text/index.js +1 -1
  277. package/pure-cell/modern/index.js +1 -1
  278. package/select/components/base-select/Component.js +2 -2
  279. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  280. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  281. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  282. package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  283. package/select/esm/Component.responsive.js +3 -3
  284. package/select/esm/components/base-select/Component.js +2 -2
  285. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  286. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  287. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  288. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  289. package/select/esm/components/base-select/index.js +2 -2
  290. package/select/esm/components/index.js +2 -2
  291. package/select/esm/desktop/Component.desktop.js +2 -2
  292. package/select/esm/desktop/index.js +2 -2
  293. package/select/esm/index.js +3 -3
  294. package/select/esm/mobile/Component.mobile.js +3 -3
  295. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  296. package/select/esm/mobile/index.js +3 -3
  297. package/select/esm/presets/index.js +1 -1
  298. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  299. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  300. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  301. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  302. package/select/esm/shared/index.js +3 -3
  303. package/select/mobile/Component.mobile.js +1 -1
  304. package/select/modern/Component.responsive.js +3 -3
  305. package/select/modern/components/base-select/Component.js +2 -2
  306. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  307. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  308. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  309. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  310. package/select/modern/components/base-select/index.js +2 -2
  311. package/select/modern/components/index.js +2 -2
  312. package/select/modern/desktop/Component.desktop.js +2 -2
  313. package/select/modern/desktop/index.js +2 -2
  314. package/select/modern/index.js +3 -3
  315. package/select/modern/mobile/Component.mobile.js +3 -3
  316. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  317. package/select/modern/mobile/index.js +3 -3
  318. package/select/modern/presets/index.js +1 -1
  319. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  320. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  321. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  322. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  323. package/select/modern/shared/index.js +3 -3
  324. package/select/presets/index.js +1 -1
  325. package/select/presets/useSelectWithApply/hook.js +1 -1
  326. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  327. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  328. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  329. package/select/shared/index.js +1 -1
  330. package/side-panel/components/controls/Component.js +1 -1
  331. package/side-panel/components/footer/Component.js +1 -1
  332. package/side-panel/esm/Component.responsive.js +1 -1
  333. package/side-panel/esm/components/controls/Component.js +1 -1
  334. package/side-panel/esm/components/controls/index.js +1 -1
  335. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  336. package/side-panel/esm/components/footer/Component.js +1 -1
  337. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  338. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  339. package/side-panel/esm/desktop/index.js +1 -1
  340. package/side-panel/esm/index.js +1 -1
  341. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  342. package/side-panel/esm/mobile/index.js +1 -1
  343. package/side-panel/modern/Component.responsive.js +1 -1
  344. package/side-panel/modern/components/controls/Component.js +1 -1
  345. package/side-panel/modern/components/controls/index.js +1 -1
  346. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  347. package/side-panel/modern/components/footer/Component.js +1 -1
  348. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  349. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  350. package/side-panel/modern/desktop/index.js +1 -1
  351. package/side-panel/modern/index.js +1 -1
  352. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  353. package/side-panel/modern/mobile/index.js +1 -1
  354. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  355. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  356. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  357. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  358. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  359. package/tabs/esm/collapsible/index.js +1 -1
  360. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  361. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  362. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  363. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  364. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  365. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  366. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  367. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  368. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  369. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  370. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  371. package/tabs/esm/desktop/index.js +2 -2
  372. package/tabs/esm/index.js +2 -2
  373. package/tabs/esm/mobile/index.js +2 -2
  374. package/tabs/modern/collapsible/index.js +1 -1
  375. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  376. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  377. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  378. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  379. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  380. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  381. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  382. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  383. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  384. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  385. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  386. package/tabs/modern/desktop/index.js +2 -2
  387. package/tabs/modern/index.js +2 -2
  388. package/tabs/modern/mobile/index.js +2 -2
  389. package/textarea/Component.js +1 -1
  390. package/textarea/components/PseudoTextArea.js +1 -1
  391. package/textarea/components/index.d.ts +1 -1
  392. package/textarea/components/index.js +1 -1
  393. package/textarea/esm/Component.js +1 -1
  394. package/textarea/esm/components/PseudoTextArea.js +1 -1
  395. package/textarea/esm/components/index.d.ts +1 -1
  396. package/textarea/esm/components/index.js +1 -1
  397. package/textarea/esm/index.js +1 -1
  398. package/textarea/modern/Component.js +1 -1
  399. package/textarea/modern/components/PseudoTextArea.js +1 -1
  400. package/textarea/modern/components/index.d.ts +1 -1
  401. package/textarea/modern/components/index.js +1 -1
  402. package/textarea/modern/index.js +1 -1
  403. package/themes/click.d.ts +1 -1
  404. package/themes/click.js +2 -8
  405. package/themes/compiled/mobile-dark-bluetint.css +3282 -7
  406. package/themes/compiled/mobile-dark-bluetint.d.ts +2 -2
  407. package/themes/compiled/mobile-dark-bluetint.js +3 -8
  408. package/themes/corp.d.ts +1 -1
  409. package/themes/corp.js +2 -8
  410. package/themes/dark.d.ts +1 -1
  411. package/themes/dark.js +2 -8
  412. package/themes/esm/click.d.ts +1 -1
  413. package/themes/esm/click.js +2 -4
  414. package/themes/esm/compiled/mobile-dark-bluetint.d.ts +2 -2
  415. package/themes/esm/compiled/mobile-dark-bluetint.js +4 -1
  416. package/themes/esm/corp.d.ts +1 -1
  417. package/themes/esm/corp.js +2 -4
  418. package/themes/esm/dark.d.ts +1 -1
  419. package/themes/esm/dark.js +2 -4
  420. package/themes/esm/intranet.d.ts +1 -1
  421. package/themes/esm/intranet.js +2 -4
  422. package/themes/esm/mobile.d.ts +1 -1
  423. package/themes/esm/mobile.js +2 -4
  424. package/themes/esm/site.d.ts +1 -1
  425. package/themes/esm/site.js +2 -4
  426. package/themes/intranet.d.ts +1 -1
  427. package/themes/intranet.js +2 -8
  428. package/themes/mobile.d.ts +1 -1
  429. package/themes/mobile.js +2 -8
  430. package/themes/modern/click.d.ts +1 -1
  431. package/themes/modern/click.js +2029 -3
  432. package/themes/modern/compiled/mobile-dark-bluetint.d.ts +2 -2
  433. package/themes/modern/compiled/mobile-dark-bluetint.js +3877 -1
  434. package/themes/modern/corp.d.ts +1 -1
  435. package/themes/modern/corp.js +1986 -3
  436. package/themes/modern/dark.d.ts +1 -1
  437. package/themes/modern/dark.js +688 -4
  438. package/themes/modern/intranet.d.ts +1 -1
  439. package/themes/modern/intranet.js +1915 -3
  440. package/themes/modern/mobile.d.ts +1 -1
  441. package/themes/modern/mobile.js +1911 -3
  442. package/themes/modern/site.d.ts +1 -1
  443. package/themes/modern/site.js +2036 -3
  444. package/themes/site.d.ts +1 -1
  445. package/themes/site.js +2 -8
  446. package/toast/Component.responsive.d.ts +1 -1
  447. package/toast/components/base-toast/component.d.ts +1 -1
  448. package/typography/esm/component.js +2 -2
  449. package/typography/esm/index.js +2 -2
  450. package/typography/esm/text/component.js +1 -1
  451. package/typography/esm/text/index.js +1 -1
  452. package/typography/esm/title/component.js +1 -1
  453. package/typography/esm/title/index.js +2 -2
  454. package/typography/esm/title-mobile/component.js +2 -2
  455. package/typography/esm/title-mobile/index.js +2 -2
  456. package/typography/esm/title-responsive/component.js +2 -2
  457. package/typography/esm/title-responsive/index.js +2 -2
  458. package/typography/modern/component.js +2 -2
  459. package/typography/modern/index.js +2 -2
  460. package/typography/modern/text/component.js +1 -1
  461. package/typography/modern/text/index.js +1 -1
  462. package/typography/modern/title/component.js +1 -1
  463. package/typography/modern/title/index.js +2 -2
  464. package/typography/modern/title-mobile/component.js +2 -2
  465. package/typography/modern/title-mobile/index.js +2 -2
  466. package/typography/modern/title-responsive/component.js +2 -2
  467. package/typography/modern/title-responsive/index.js +2 -2
  468. package/typography/text/component.js +1 -1
  469. package/typography/title/component.js +1 -1
  470. package/typography/title/index.js +1 -1
  471. package/typography/title-mobile/component.js +1 -1
  472. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  473. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  474. package/universal-modal/esm/Component.responsive.js +1 -1
  475. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  476. package/universal-modal/esm/components/header/index.js +1 -1
  477. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  478. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  479. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  480. package/universal-modal/esm/desktop/index.js +1 -1
  481. package/universal-modal/esm/index.js +1 -1
  482. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  483. package/universal-modal/esm/mobile/index.js +1 -1
  484. package/universal-modal/modern/Component.responsive.js +1 -1
  485. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  486. package/universal-modal/modern/components/header/index.js +1 -1
  487. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  488. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  489. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  490. package/universal-modal/modern/desktop/index.js +1 -1
  491. package/universal-modal/modern/index.js +1 -1
  492. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  493. package/universal-modal/modern/mobile/index.js +1 -1
  494. /package/calendar/{calendarMonthOnlyView-7a1a1ffc.d.ts → calendarMonthOnlyView-154be5cd.d.ts} +0 -0
  495. /package/calendar/{calendarMonthOnlyView-7a1a1ffc.js → calendarMonthOnlyView-154be5cd.js} +0 -0
  496. /package/calendar/esm/{calendarMonthOnlyView-7a4b7d7b.d.ts → calendarMonthOnlyView-c4b0990e.d.ts} +0 -0
  497. /package/calendar/esm/{calendarMonthOnlyView-7a4b7d7b.js → calendarMonthOnlyView-c4b0990e.js} +0 -0
  498. /package/calendar/modern/{calendarMonthOnlyView-e720b520.d.ts → calendarMonthOnlyView-5228af9c.d.ts} +0 -0
  499. /package/calendar/modern/{calendarMonthOnlyView-e720b520.js → calendarMonthOnlyView-5228af9c.js} +0 -0
  500. /package/confirmation/{countdown-section-66246bfb.d.ts → countdown-section-ed5afdf6.d.ts} +0 -0
  501. /package/confirmation/{countdown-section-66246bfb.js → countdown-section-ed5afdf6.js} +0 -0
  502. /package/confirmation/esm/{countdown-section-b11f4c6f.d.ts → countdown-section-ac318a99.d.ts} +0 -0
  503. /package/confirmation/esm/{countdown-section-b11f4c6f.js → countdown-section-ac318a99.js} +0 -0
  504. /package/confirmation/modern/{countdown-section-5721eff6.d.ts → countdown-section-67dedb5c.d.ts} +0 -0
  505. /package/confirmation/modern/{countdown-section-5721eff6.js → countdown-section-67dedb5c.js} +0 -0
  506. /package/file-upload-item/{actions-control.module-4036a72e.js → actions-control.module-981e6d88.js} +0 -0
  507. /package/file-upload-item/esm/{actions-control.module-513b9136.js → actions-control.module-9d404427.js} +0 -0
  508. /package/file-upload-item/modern/{actions-control.module-92e41ab2.js → actions-control.module-cfa22303.js} +0 -0
  509. /package/gallery/esm/{hooks-a2a9ba67.d.ts → hooks-f5653065.d.ts} +0 -0
  510. /package/gallery/esm/{hooks-a2a9ba67.js → hooks-f5653065.js} +0 -0
  511. /package/gallery/{hooks-edbf48b6.d.ts → hooks-ed93173c.d.ts} +0 -0
  512. /package/gallery/{hooks-edbf48b6.js → hooks-ed93173c.js} +0 -0
  513. /package/gallery/modern/{hooks-7279baab.d.ts → hooks-f5d729d2.d.ts} +0 -0
  514. /package/gallery/modern/{hooks-7279baab.js → hooks-f5d729d2.js} +0 -0
  515. /package/modal/esm/{layout.module-17553c5a.js → layout.module-88c2cd2c.js} +0 -0
  516. /package/modal/{layout.module-ad818cbc.js → layout.module-b8b8c4c5.js} +0 -0
  517. /package/modal/modern/{layout.module-2e975ac6.js → layout.module-2da0e614.js} +0 -0
  518. /package/pure-cell/{component-f9fe7b5e.d.ts → component-daee4234.d.ts} +0 -0
  519. /package/pure-cell/{component-f9fe7b5e.js → component-daee4234.js} +0 -0
  520. /package/pure-cell/esm/{component-885fb487.d.ts → component-89ffe775.d.ts} +0 -0
  521. /package/pure-cell/esm/{component-885fb487.js → component-89ffe775.js} +0 -0
  522. /package/pure-cell/modern/{component-27feae28.d.ts → component-b3cbf3fd.d.ts} +0 -0
  523. /package/pure-cell/modern/{component-27feae28.js → component-b3cbf3fd.js} +0 -0
  524. /package/select/esm/{hook-95e57f01.d.ts → hook-1bfdb0fc.d.ts} +0 -0
  525. /package/select/esm/{hook-95e57f01.js → hook-1bfdb0fc.js} +0 -0
  526. /package/select/esm/{list-popover-desktop-471e29e3.d.ts → list-popover-desktop-a853ce4a.d.ts} +0 -0
  527. /package/select/esm/{list-popover-desktop-471e29e3.js → list-popover-desktop-a853ce4a.js} +0 -0
  528. /package/select/esm/{mobile.module-b7411ccc.js → mobile.module-cd365f67.js} +0 -0
  529. /package/select/{hook-ced8e8e7.d.ts → hook-a840076d.d.ts} +0 -0
  530. /package/select/{hook-ced8e8e7.js → hook-a840076d.js} +0 -0
  531. /package/select/{list-popover-desktop-b02c0d40.d.ts → list-popover-desktop-2ec8e83c.d.ts} +0 -0
  532. /package/select/{list-popover-desktop-b02c0d40.js → list-popover-desktop-2ec8e83c.js} +0 -0
  533. /package/select/{mobile.module-b3172af2.js → mobile.module-0de8fc36.js} +0 -0
  534. /package/select/modern/{hook-79b0ecd6.d.ts → hook-095ee822.d.ts} +0 -0
  535. /package/select/modern/{hook-79b0ecd6.js → hook-095ee822.js} +0 -0
  536. /package/select/modern/{list-popover-desktop-36234ac6.d.ts → list-popover-desktop-e77b41d0.d.ts} +0 -0
  537. /package/select/modern/{list-popover-desktop-36234ac6.js → list-popover-desktop-e77b41d0.js} +0 -0
  538. /package/select/modern/{mobile.module-74e2c906.js → mobile.module-492a8cc0.js} +0 -0
  539. /package/side-panel/esm/{layout.module-b66ce500.js → layout.module-d264cc45.js} +0 -0
  540. /package/side-panel/{layout.module-793d64b3.js → layout.module-b7d4e75d.js} +0 -0
  541. /package/side-panel/modern/{layout.module-72ccb41a.js → layout.module-d652b3d8.js} +0 -0
  542. /package/tabs/esm/{index.module-7bbdbbc4.js → index.module-6c0aa222.js} +0 -0
  543. /package/tabs/esm/{index.module-d6d9c12d.js → index.module-8ee88556.js} +0 -0
  544. /package/tabs/{index.module-65e5a2fa.js → index.module-b0163905.js} +0 -0
  545. /package/tabs/{index.module-9d3df3f9.js → index.module-b6d5cc24.js} +0 -0
  546. /package/tabs/modern/{index.module-b46d134e.js → index.module-00ead3f7.js} +0 -0
  547. /package/tabs/modern/{index.module-319370a0.js → index.module-9740378c.js} +0 -0
  548. /package/textarea/{PseudoTextArea-13d4f383.d.ts → PseudoTextArea-63acc5ad.d.ts} +0 -0
  549. /package/textarea/{PseudoTextArea-13d4f383.js → PseudoTextArea-63acc5ad.js} +0 -0
  550. /package/textarea/esm/{PseudoTextArea-80e94373.d.ts → PseudoTextArea-70617958.d.ts} +0 -0
  551. /package/textarea/esm/{PseudoTextArea-80e94373.js → PseudoTextArea-70617958.js} +0 -0
  552. /package/textarea/modern/{PseudoTextArea-619f241a.d.ts → PseudoTextArea-9b243b09.d.ts} +0 -0
  553. /package/textarea/modern/{PseudoTextArea-619f241a.js → PseudoTextArea-9b243b09.js} +0 -0
  554. /package/typography/{colors.module-96dc381d.js → colors.module-e1e906c3.js} +0 -0
  555. /package/typography/{common.module-87bfc3d3.js → common.module-a4e4d663.js} +0 -0
  556. /package/typography/esm/{colors.module-8a4bb09a.js → colors.module-e2af082a.js} +0 -0
  557. /package/typography/esm/{common.module-682b1784.js → common.module-83d69222.js} +0 -0
  558. /package/typography/modern/{colors.module-398743c3.js → colors.module-4a38339f.js} +0 -0
  559. /package/typography/modern/{common.module-e12a7993.js → common.module-02ca3b65.js} +0 -0
  560. /package/universal-modal/esm/{index.module-dea843b6.js → index.module-e88d6669.js} +0 -0
  561. /package/universal-modal/{index.module-a91cc672.js → index.module-adc95e6b.js} +0 -0
  562. /package/universal-modal/modern/{index.module-5839d3bb.js → index.module-60e434e6.js} +0 -0
@@ -1 +1,3877 @@
1
- export { default } from '!!css-loader!@alfalab/core-components/themes/compiled/mobile-dark-bluetint.css';
1
+ // THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+ const mobileDarkBluetint = `.backdrop__backdrop_c2lat {
3
+ -webkit-tap-highlight-color: transparent;
4
+ } .backdrop__appear_c2lat,
5
+ .backdrop__enter_c2lat {
6
+ background-color: transparent;
7
+ } .backdrop__appearActive_c2lat,
8
+ .backdrop__enterActive_c2lat,
9
+ .backdrop__appearDone_c2lat,
10
+ .backdrop__enterDone_c2lat {
11
+ background-color: rgba(0, 0, 0, 0.7);
12
+ } .backdrop__exit_c2lat {
13
+ background-color: rgba(0, 0, 0, 0.7);
14
+ } .backdrop__exitActive_c2lat,
15
+ .backdrop__exitDone_c2lat {
16
+ background-color: transparent;
17
+ } .backdrop__transparent_c2lat.backdrop__transparent_c2lat {
18
+ background-color: transparent;
19
+ }.card-image__cardImage_1lbmv {
20
+ background: #e7e8ea;
21
+ } .card-image__loaded_1lbmv {
22
+ background: transparent
23
+ }.badge__component_lbq63.badge__background-accent_lbq63 {
24
+ background-color: #f83a2a;
25
+ color: rgba(255, 255, 255, 0.94);
26
+ } .badge__component_lbq63.badge__background-specialbg-secondary-transparent_lbq63 {
27
+ background-color: rgba(225, 225, 248, 0.09);
28
+ color: rgba(255, 255, 255, 0.94);
29
+ } .badge__component_lbq63.badge__background-primary_lbq63 {
30
+ background-color: #262629;
31
+ color: rgba(255, 255, 255, 0.94);
32
+ } .badge__outlineCount_lbq63 {
33
+ border: 2px solid rgba(3, 3, 6, 0.88);
34
+ } .badge__heightS_lbq63.badge__outlineCount_lbq63 {
35
+ border: 1px solid rgba(3, 3, 6, 0.88);
36
+ } .badge__icon_lbq63 {
37
+ color: #17d055
38
+ } .badge__icon_lbq63.badge__positive_lbq63 {
39
+ color: #17d055;
40
+ background-color: #17d055;
41
+ } .badge__icon_lbq63.badge__attention_lbq63 {
42
+ color: #fda136;
43
+ background-color: #fda136;
44
+ } .badge__icon_lbq63.badge__negative_lbq63 {
45
+ color: #ff4837;
46
+ background-color: #ff4837;
47
+ } .badge__icon_lbq63.badge__link_lbq63 {
48
+ color: #3193fc;
49
+ background-color: #3193fc;
50
+ } .badge__icon_lbq63.badge__tertiary_lbq63 {
51
+ color: #4a4a51;
52
+ background-color: #4a4a51;
53
+ } .badge__icon_lbq63.badge__secondary_lbq63 {
54
+ color: #898991;
55
+ background-color: #898991;
56
+ } .badge__icon_lbq63.badge__primary_lbq63 {
57
+ color: rgba(255, 255, 255, 0.94);
58
+ background-color: rgba(255, 255, 255, 0.94);
59
+ } .badge__graphic-static-light_lbq63.badge__icon_lbq63:before {
60
+ background-color: rgba(255, 255, 255, 0.94);
61
+ } .badge__graphic-primary_lbq63.badge__icon_lbq63:before {
62
+ background-color: rgba(255, 255, 255, 0.94);
63
+ } .badge__outline_lbq63 {
64
+ background-color: rgba(3, 3, 6, 0.88);
65
+ } .badge__outlineColor_lbq63 {
66
+ background-color: #f83a2a
67
+ } .badge__outlineColor_lbq63.badge__attention_lbq63 {
68
+ background-color: #fda136;
69
+ } .badge__outlineColor_lbq63.badge__positive_lbq63 {
70
+ background-color: #17d055;
71
+ } .badge__outlineColor_lbq63.badge__negative_lbq63 {
72
+ background-color: #ff4837;
73
+ } .badge__outlineColor_lbq63.badge__link_lbq63 {
74
+ background-color: #3193fc;
75
+ } .badge__outlineColor_lbq63.badge__tertiary_lbq63 {
76
+ background-color: #4a4a51;
77
+ } .badge__outlineColor_lbq63.badge__secondary_lbq63 {
78
+ background-color: #898991;
79
+ } .badge__outlineColor_lbq63.badge__primary_lbq63 {
80
+ background-color: rgba(255, 255, 255, 0.94);
81
+ } .badge__dot_lbq63.badge__outlineCount_lbq63 {
82
+ border: 1px solid rgba(3, 3, 6, 0.88);
83
+ }.divider__component_1wb0p {
84
+ border-bottom: 1px solid #353539;
85
+ }.dropzone__component_1n743 {
86
+ border: 1px dashed rgba(255, 255, 255, 0.94);
87
+ } .dropzone__component_1n743:not(.dropzone__disabled_1n743):hover {
88
+ background-color: transparent;
89
+ } .dropzone__dragOver_1n743 {
90
+ background-color: transparent;
91
+ } .dropzone__error_1n743 {
92
+ border-color: #ff4837;
93
+ }
94
+ .dropzone__overlay_15lak {
95
+ background: rgba(214, 214, 229, 0.07);
96
+ } .dropzone__text_15lak {
97
+ color: rgba(255, 255, 255, 0.94);
98
+ }.hatching-progress-bar__container_ajno8 {
99
+ background: rgba(222, 222, 238, 0.13);
100
+ } .hatching-progress-bar__hatch_ajno8 {
101
+ background: repeating-linear-gradient(
102
+ -45deg,
103
+ rgba(222, 222, 238, 0.13) 6px 10px,
104
+ rgba(255, 255, 255, 0) 10px 18px
105
+ );
106
+ } .hatching-progress-bar__positive_ajno8 {
107
+ background: #17d055;
108
+ } .hatching-progress-bar__attention_ajno8 {
109
+ background: #fda136;
110
+ } .hatching-progress-bar__negative_ajno8 {
111
+ background: #ff4837;
112
+ } .hatching-progress-bar__link_ajno8 {
113
+ background: #3193fc;
114
+ } .hatching-progress-bar__tertiary_ajno8 {
115
+ background: #4a4a51;
116
+ } .hatching-progress-bar__secondary_ajno8 {
117
+ background: #898991;
118
+ } .hatching-progress-bar__primary_ajno8 {
119
+ background: rgba(255, 255, 255, 0.94);
120
+ } .hatching-progress-bar__accent_ajno8 {
121
+ background: #f83a2a;
122
+ }@media (max-width: 599px) {
123
+ }
124
+ @media (min-width: 320px) {
125
+ }
126
+ @media (min-width: 360px) {
127
+ }
128
+ @media (min-width: 375px) {
129
+ }
130
+ @media (min-width: 412px) {
131
+ }
132
+ @media (min-width: 600px) and (max-width: 1023px) {
133
+ }
134
+ @media (min-width: 600px) {
135
+ }
136
+ @media (min-width: 768px) {
137
+ }
138
+ @media (min-width: 1024px) {
139
+ }
140
+ @media (min-width: 1024px) {
141
+ }
142
+ @media (min-width: 1280px) {
143
+ }
144
+ @media (min-width: 1440px) {
145
+ }
146
+ @media (min-width: 1920px) {
147
+ }
148
+ @media (max-width: 599px) {
149
+ }
150
+ @media (min-width: 320px) {
151
+ }
152
+ @media (min-width: 360px) {
153
+ }
154
+ @media (min-width: 375px) {
155
+ }
156
+ @media (min-width: 412px) {
157
+ }
158
+ @media (min-width: 600px) and (max-width: 1023px) {
159
+ }
160
+ @media (min-width: 600px) {
161
+ }
162
+ @media (min-width: 768px) {
163
+ }
164
+ @media (min-width: 1024px) {
165
+ }
166
+ @media (min-width: 1024px) {
167
+ }
168
+ @media (min-width: 1280px) {
169
+ }
170
+ @media (min-width: 1440px) {
171
+ }
172
+ @media (min-width: 1920px) {
173
+ }
174
+ .icon-view__component_1t7h4 {
175
+ color: rgba(238, 238, 251, 0.55)
176
+ } .icon-view__bg_1t7h4 {
177
+ fill: #1c1c1e;
178
+ } .icon-view__border_1t7h4 {
179
+ stroke: rgba(225, 225, 248, 0.09);
180
+ fill: transparent;
181
+ }.indicator__component_14eg9 {
182
+ color: rgba(255, 255, 255, 0.94);
183
+ background-color: #f83a2a;
184
+ } .indicator__red_14eg9 {
185
+ background-color: #f83a2a;
186
+ color: rgba(255, 255, 255, 0.94)
187
+ } .indicator__red_14eg9.indicator__border_14eg9 {
188
+ outline: 2px solid #121213;
189
+ } .indicator__white_14eg9 {
190
+ background-color: #262629;
191
+ color: rgba(255, 255, 255, 0.94)
192
+ } .indicator__white_14eg9.indicator__border_14eg9 {
193
+ outline: 2px solid #121213;
194
+ } .indicator__grey_14eg9 {
195
+ background-color: rgba(225, 225, 248, 0.09);
196
+ color: rgba(255, 255, 255, 0.94)
197
+ } .indicator__grey_14eg9.indicator__border_14eg9 {
198
+ outline: 2px solid #121213;
199
+ }.link__primary_1488d {
200
+ color: rgba(255, 255, 255, 0.94);
201
+ border-bottom-color: rgba(255, 255, 255, 0.94)
202
+ } @media (hover: hover) {
203
+ .link__primary_1488d:hover {
204
+ color: rgba(255, 255, 255, 0.7);
205
+ }
206
+ } .link__primary_1488d:active {
207
+ color: rgba(255, 255, 255, 0.6);
208
+ } .link__secondary_1488d {
209
+ color: rgba(238, 238, 251, 0.55);
210
+ border-bottom-color: rgba(238, 238, 251, 0.55)
211
+ } @media (hover: hover) {
212
+ .link__secondary_1488d:hover {
213
+ color: rgba(239, 240, 252, 0.65);
214
+ }
215
+ } .link__secondary_1488d:active {
216
+ color: rgba(243, 245, 254, 0.75);
217
+ } .link__defaultView_1488d {
218
+ color: #4a9dfc;
219
+ border-bottom-color: #4a9dfc
220
+ } @media (hover: hover) {
221
+ .link__defaultView_1488d:hover {
222
+ color: #63aafd;
223
+ }
224
+ } .link__defaultView_1488d:active {
225
+ color: #7fb6ff;
226
+ }
227
+ @media (hover: hover) {
228
+ .link__component_fk662:hover .link__text_fk662 {
229
+ border-bottom-color: rgba(0, 0, 0, 0);
230
+ }
231
+ } .link__component_fk662:active .link__text_fk662 {
232
+ border-bottom-color: rgba(0, 0, 0, 0);
233
+ } .link__focused_fk662 {
234
+ outline: 2px solid #3193fc;
235
+ } .link__pseudo_fk662 {
236
+ background-color: transparent;
237
+ }
238
+ .link__primary_1clrl {
239
+ color: rgba(3, 3, 6, 0.88);
240
+ border-bottom-color: rgba(3, 3, 6, 0.88)
241
+ } @media (hover: hover) {
242
+ .link__primary_1clrl:hover {
243
+ color: rgba(1, 1, 12, 0.63);
244
+ }
245
+ } .link__primary_1clrl:active {
246
+ color: rgba(4, 4, 19, 0.55);
247
+ } .link__secondary_1clrl {
248
+ color: rgba(4, 4, 19, 0.55);
249
+ border-bottom-color: rgba(4, 4, 19, 0.55)
250
+ } @media (hover: hover) {
251
+ .link__secondary_1clrl:hover {
252
+ color: rgba(1, 1, 12, 0.63);
253
+ }
254
+ } .link__secondary_1clrl:active {
255
+ color: rgba(0, 0, 10, 0.71);
256
+ } .link__defaultView_1clrl {
257
+ color: #2a77ef;
258
+ border-bottom-color: #2a77ef
259
+ } @media (hover: hover) {
260
+ .link__defaultView_1clrl:hover {
261
+ color: #2c64d4;
262
+ }
263
+ } .link__defaultView_1clrl:active {
264
+ color: #2453b4;
265
+ }@keyframes loader__blink_1ls6q {
266
+ }.progress-bar__container_8e66d {
267
+ background-color: rgba(222, 222, 238, 0.13);
268
+ }
269
+ .progress-bar__filled_1eszf.progress-bar__positive_1eszf {
270
+ background: #17d055;
271
+ } .progress-bar__filled_1eszf.progress-bar__negative_1eszf {
272
+ background: #ff4837;
273
+ } .progress-bar__filled_1eszf.progress-bar__attention_1eszf {
274
+ background: #fda136;
275
+ } .progress-bar__filled_1eszf.progress-bar__link_1eszf {
276
+ background: #3193fc;
277
+ } .progress-bar__filled_1eszf.progress-bar__tertiary_1eszf {
278
+ background: #4a4a51;
279
+ } .progress-bar__filled_1eszf.progress-bar__secondary_1eszf {
280
+ background: #898991;
281
+ } .progress-bar__filled_1eszf.progress-bar__primary_1eszf {
282
+ background: rgba(255, 255, 255, 0.94);
283
+ } .progress-bar__filled_1eszf.progress-bar__accent_1eszf {
284
+ background: #f83a2a;
285
+ }
286
+ .progress-bar__container_178zq {
287
+ background-color: rgba(15, 25, 55, 0.1);
288
+ }.scrollbar__component_1saxc .scrollbar:before {
289
+ background-color: rgba(228, 228, 251, 0.28);
290
+ } .scrollbar__component_1saxc.dragging .track .scrollbar.visible:before {
291
+ background-color: rgba(238, 238, 254, 0.46);
292
+ }
293
+
294
+ .scrollbar__component_190cj .scrollbar:before {
295
+ background-color: rgba(9, 12, 37, 0.28);
296
+ } .scrollbar__component_190cj.dragging .track .scrollbar.visible:before {
297
+ background-color: rgba(4, 4, 21, 0.47);
298
+ }.skeleton__component_dzi3y {
299
+ background: rgba(214, 214, 229, 0.07);
300
+ } @keyframes skeleton__background_dzi3y {
301
+ 0% {
302
+ background: rgba(214, 214, 229, 0.07);
303
+ }
304
+ 100% {
305
+ background: rgba(222, 222, 238, 0.13);
306
+ }
307
+ }
308
+ .skeleton__component_1s11t {
309
+ color: transparent
310
+ } .skeleton__component_1s11t:before {
311
+ background: transparent;
312
+ }
313
+ .skeleton__component_14bh2 {
314
+ background: rgba(38, 55, 88, 0.06);
315
+ } @keyframes skeleton__background-inverted_14bh2 {
316
+ 0% {
317
+ background: rgba(38, 55, 88, 0.06);
318
+ }
319
+ 100% {
320
+ background: rgba(15, 25, 55, 0.1);
321
+ }
322
+ }.segmented-control__wrapper_qz3xl {
323
+ background-color: rgba(225, 225, 248, 0.09);
324
+ } .segmented-control__segment_qz3xl.segmented-control__selected_qz3xl {
325
+ color: rgba(255, 255, 255, 0.94);
326
+ } .segmented-control__selectedBox_qz3xl {
327
+ border: 0.5px solid rgba(225, 225, 248, 0.09);
328
+ background-color: rgba(214, 214, 229, 0.07);
329
+ }
330
+ .segmented-control__selectedBox_1mlqf {
331
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
332
+ 0 0 1px rgba(0, 0, 0, 0.04);
333
+ }
334
+ .segmented-control__wrapper_t7zcs {
335
+ background-color: rgba(30, 43, 68, 0.08);
336
+ } .segmented-control__segment_t7zcs.segmented-control__selected_t7zcs {
337
+ color: rgba(3, 3, 6, 0.88);
338
+ } .segmented-control__selectedBox_t7zcs {
339
+ border: 0.5px solid rgba(30, 43, 68, 0.08);
340
+ background-color: #fff;
341
+ }
342
+ .segmented-control__segment_p27zl {
343
+ color: rgba(255, 255, 255, 0.94)
344
+ } .segmented-control__segment_p27zl:not(:first-child):before {
345
+ background-color: rgba(222, 222, 238, 0.13);
346
+ }
347
+ .segmented-control__segment_18v7c {
348
+ background-color: transparent
349
+ } .segmented-control__focused_18v7c {
350
+ outline: 2px solid #3193fc;
351
+ }
352
+ .segmented-control__segment_1ukfa {
353
+ color: rgba(3, 3, 6, 0.88)
354
+ } .segmented-control__segment_1ukfa:not(:first-child):before {
355
+ background-color: rgba(15, 25, 55, 0.1);
356
+ }.slider__component_1mcaa .noUi-base:hover .noUi-connects {
357
+ background: rgba(222, 222, 238, 0.13);
358
+ } .slider__component_1mcaa .noUi-base:hover .noUi-connect {
359
+ background: #f83a2a;
360
+ } .slider__component_1mcaa .noUi-handle:hover .noUi-touch-area {
361
+ background: #ff503e;
362
+ } .slider__component_1mcaa .noUi-handle:active .noUi-touch-area {
363
+ background: #fd624e;
364
+ } .slider__component_1mcaa .noUi-connects {
365
+ background: rgba(222, 222, 238, 0.13);
366
+ } .slider__component_1mcaa .noUi-connect {
367
+ background: #f83a2a;
368
+ } .slider__component_1mcaa .noUi-handle {
369
+ border: 2px solid transparent;
370
+ } .slider__component_1mcaa .noUi-touch-area {
371
+ background: #f83a2a;
372
+ } .slider__component_1mcaa .noUi-pips {
373
+ color: rgba(238, 238, 251, 0.55);
374
+ }.status-badge__positive-checkmark_1dpwb {
375
+ background-color: #17d055;
376
+ } .status-badge__negative-cross_1dpwb,
377
+ .status-badge__negative-alert_1dpwb,
378
+ .status-badge__negative-block_1dpwb {
379
+ background-color: #ff4837;
380
+ } .status-badge__attention-alert_1dpwb {
381
+ background-color: #fda136;
382
+ } .status-badge__neutral-information_1dpwb,
383
+ .status-badge__neutral-operation_1dpwb,
384
+ .status-badge__neutral-cross_1dpwb {
385
+ background-color: #898991;
386
+ }
387
+ .status-badge__component_1ecwy {
388
+ color: rgba(255, 255, 255, 0.94);
389
+ }
390
+ .status-badge__positive-checkmark_1j4zs {
391
+ background-color: #0cc44d;
392
+ } .status-badge__negative-cross_1j4zs,
393
+ .status-badge__negative-alert_1j4zs,
394
+ .status-badge__negative-block_1j4zs {
395
+ background-color: #ff4837;
396
+ } .status-badge__attention-alert_1j4zs {
397
+ background-color: #fa9313;
398
+ } .status-badge__neutral-information_1j4zs,
399
+ .status-badge__neutral-operation_1j4zs,
400
+ .status-badge__neutral-cross_1j4zs {
401
+ background-color: #898991;
402
+ }.status__soft_viceo.status__green_viceo, .status__muted-alt_viceo.status__green_viceo {
403
+ background: #d1f1d7;
404
+ color: #0d9336;
405
+ } .status__soft_viceo.status__orange_viceo, .status__muted-alt_viceo.status__orange_viceo {
406
+ background: #fde6c8;
407
+ color: #ea8313;
408
+ } .status__soft_viceo.status__red_viceo, .status__muted-alt_viceo.status__red_viceo {
409
+ background: #ffdfdf;
410
+ color: #ec2d20;
411
+ } .status__soft_viceo.status__blue_viceo, .status__muted-alt_viceo.status__blue_viceo {
412
+ background: #d8eaff;
413
+ color: #2a77ef;
414
+ } .status__soft_viceo.status__teal_viceo, .status__muted-alt_viceo.status__teal_viceo {
415
+ background: #c8f1f3;
416
+ color: #058a8f;
417
+ } .status__soft_viceo.status__grey_viceo, .status__muted-alt_viceo.status__grey_viceo {
418
+ background: rgba(222, 222, 238, 0.13);
419
+ color: rgba(238, 238, 251, 0.55);
420
+ } .status__soft_viceo.status__purple_viceo, .status__muted-alt_viceo.status__purple_viceo {
421
+ background: #e3e6fe;
422
+ color: #7a63f1;
423
+ } .status__contrast_viceo {
424
+ color: rgba(3, 3, 6, 0.88)
425
+ } .status__contrast_viceo.status__green_viceo {
426
+ background: #0cc44d;
427
+ } .status__contrast_viceo.status__orange_viceo {
428
+ background: #fa9313;
429
+ } .status__contrast_viceo.status__red_viceo {
430
+ background: #fe5e48;
431
+ } .status__contrast_viceo.status__blue_viceo {
432
+ background: #3193fc;
433
+ } .status__contrast_viceo.status__teal_viceo {
434
+ background: #09b9be;
435
+ } .status__contrast_viceo.status__grey_viceo {
436
+ background: #898991;
437
+ } .status__contrast_viceo.status__purple_viceo {
438
+ background: #897eff;
439
+ } .status__muted_viceo.status__green_viceo {
440
+ background: #dff8e5;
441
+ color: #0d9336;
442
+ } .status__muted_viceo.status__orange_viceo {
443
+ background: #ffefd9;
444
+ color: #ea8313;
445
+ } .status__muted_viceo.status__red_viceo {
446
+ background: #ffebeb;
447
+ color: #ec2d20;
448
+ } .status__muted_viceo.status__blue_viceo {
449
+ background: #e4f0ff;
450
+ color: #2a77ef;
451
+ } .status__muted_viceo.status__teal_viceo {
452
+ background: #daf7f8;
453
+ color: #058a8f;
454
+ } .status__muted_viceo.status__grey_viceo {
455
+ background: rgba(225, 225, 248, 0.09);
456
+ color: rgba(238, 238, 251, 0.55);
457
+ } .status__muted_viceo.status__purple_viceo {
458
+ background: #eeedff;
459
+ color: #7a63f1;
460
+ }.underlay__background-accent_18tn5 {
461
+ background-color: #ef3124;
462
+ } .underlay__background-info_18tn5 {
463
+ background-color: #001c3c;
464
+ } .underlay__background-attention-muted_18tn5 {
465
+ background-color: #36291f;
466
+ } .underlay__background-positive-muted_18tn5 {
467
+ background-color: #232d25;
468
+ } .underlay__background-negative-muted_18tn5 {
469
+ background-color: #392523;
470
+ } .underlay__background-primary_18tn5 {
471
+ background-color: #121213;
472
+ } .underlay__background-primary-inverted_18tn5 {
473
+ background-color: #fff;
474
+ } .underlay__background-secondary_18tn5 {
475
+ background-color: #1c1c1e;
476
+ } .underlay__background-secondary-inverted_18tn5 {
477
+ background-color: #f2f3f5;
478
+ } .underlay__background-tertiary_18tn5 {
479
+ background-color: #27272a;
480
+ } .underlay__background-tertiary-inverted_18tn5 {
481
+ background-color: #e7e8ea;
482
+ } .underlay__background-quaternary_18tn5 {
483
+ background-color: #36363a;
484
+ } .underlay__background-quaternary-inverted_18tn5 {
485
+ background-color: #dcdee2;
486
+ } .underlay__background-specialbg-component_18tn5 {
487
+ background-color: rgba(255, 255, 255, 0.1);
488
+ } .underlay__background-specialbg-component-inverted_18tn5 {
489
+ background-color: rgba(11, 31, 53, 0.07);
490
+ } .underlay__background-specialbg-primary-grouped_18tn5 {
491
+ background-color: #1c1c1e;
492
+ } .underlay__background-specialbg-secondary-grouped_18tn5 {
493
+ background-color: #27272a;
494
+ } .underlay__background-specialbg-tertiary-grouped_18tn5 {
495
+ background-color: #36363a;
496
+ } .underlay__background-specialbg-secondary-transparent_18tn5 {
497
+ background-color: rgba(214, 214, 229, 0.07);
498
+ } .underlay__background-specialbg-secondary-transparent-inverted_18tn5 {
499
+ background-color: rgba(38, 55, 88, 0.06);
500
+ } .underlay__background-specialbg-tertiary-transparent_18tn5 {
501
+ background-color: rgba(222, 222, 240, 0.12);
502
+ } .underlay__background-specialbg-tertiary-transparent-inverted_18tn5 {
503
+ background-color: rgba(30, 43, 68, 0.08);
504
+ } .underlay__shadow-xs_18tn5 {
505
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
506
+ } .underlay__shadow-s_18tn5 {
507
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
508
+ 0 0 1px rgba(0, 0, 0, 0.04);
509
+ } .underlay__shadow-m_18tn5 {
510
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
511
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
512
+ } .underlay__shadow-l_18tn5 {
513
+ box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
514
+ 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);
515
+ } .underlay__shadow-xl_18tn5 {
516
+ box-shadow: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),
517
+ 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
518
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
519
+ } .underlay__shadow-xs-hard_18tn5 {
520
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
521
+ } .underlay__shadow-s-hard_18tn5 {
522
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),
523
+ 0 0 1px rgba(0, 0, 0, 0.16);
524
+ } .underlay__shadow-m-hard_18tn5 {
525
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
526
+ 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
527
+ } .underlay__shadow-l-hard_18tn5 {
528
+ box-shadow: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),
529
+ 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);
530
+ } .underlay__shadow-xl-hard_18tn5 {
531
+ box-shadow: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),
532
+ 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
533
+ 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
534
+ } .underlay__shadow-xs-up_18tn5 {
535
+ box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);
536
+ } .underlay__shadow-s-up_18tn5 {
537
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);
538
+ } .underlay__shadow-m-up_18tn5 {
539
+ box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);
540
+ } .underlay__shadow-l-up_18tn5 {
541
+ box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);
542
+ } .underlay__shadow-xl-up_18tn5 {
543
+ box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);
544
+ } .underlay__shadow-xs-hard-up_18tn5 {
545
+ box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),
546
+ 0 -2px 4px rgba(0, 0, 0, 0.16);
547
+ } .underlay__shadow-s-hard-up_18tn5 {
548
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),
549
+ 0 -4px 8px rgba(0, 0, 0, 0.16);
550
+ } .underlay__shadow-m-hard-up_18tn5 {
551
+ box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),
552
+ 0 -8px 16px rgba(0, 0, 0, 0.16);
553
+ } .underlay__shadow-l-hard-up_18tn5 {
554
+ box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),
555
+ 0 -12px 24px rgba(0, 0, 0, 0.16);
556
+ } .underlay__shadow-xl-hard-up_18tn5 {
557
+ box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
558
+ 0 -16px 32px rgba(0, 0, 0, 0.16);
559
+ } .underlay__border-color-accent_18tn5 {
560
+ border-color: #f83a2a;
561
+ } .underlay__border-color-key_18tn5 {
562
+ border-color: rgba(255, 255, 255, 0.94);
563
+ } .underlay__border-color-key-inverted_18tn5 {
564
+ border-color: rgba(3, 3, 6, 0.88);
565
+ } .underlay__border-color-link_18tn5 {
566
+ border-color: #3193fc;
567
+ } .underlay__border-color-primary_18tn5 {
568
+ border-color: #353539;
569
+ } .underlay__border-color-primary-inverted_18tn5 {
570
+ border-color: #d2d3d9;
571
+ } .underlay__border-color-secondary_18tn5 {
572
+ border-color: #29292c;
573
+ } .underlay__border-color-secondary-inverted_18tn5 {
574
+ border-color: #e7e8eb;
575
+ } .underlay__border-color-tertiary_18tn5 {
576
+ border-color: #212124;
577
+ } .underlay__border-color-tertiary-inverted_18tn5 {
578
+ border-color: #edeef0;
579
+ } .underlay__border-color-underline_18tn5 {
580
+ border-color: #4a4a51;
581
+ } .underlay__border-color-underline-inverted_18tn5 {
582
+ border-color: #babbc2;
583
+ } .underlay__border-color-graphic-attention_18tn5 {
584
+ border-color: #fda136;
585
+ } .underlay__border-color-graphic-link_18tn5 {
586
+ border-color: #3193fc;
587
+ } .underlay__border-color-graphic-negative_18tn5 {
588
+ border-color: #ff4837;
589
+ } .underlay__border-color-graphic-positive_18tn5 {
590
+ border-color: #17d055;
591
+ } .underlay__border-color-specialbg-secondary-transparent_18tn5 {
592
+ border-color: rgba(225, 225, 248, 0.09);
593
+ } .underlay__border-color-specialbg-secondary-transparent-inverted_18tn5 {
594
+ border-color: rgba(30, 43, 68, 0.08);
595
+ } .underlay__border-color-specialbg-tertiary-transparent_18tn5 {
596
+ border-color: rgba(222, 222, 238, 0.13);
597
+ } .underlay__border-color-specialbg-tertiary-transparent-inverted_18tn5 {
598
+ border-color: rgba(15, 25, 55, 0.1);
599
+ }.checkbox-group__label_1ernj {
600
+ color: rgba(255, 255, 255, 0.94);
601
+ }
602
+ .checkbox-group__label_1kzwd {
603
+ color: rgba(238, 238, 251, 0.55);
604
+ }
605
+ .checkbox-group__error_19ov2 {
606
+ border-left: 1px solid #ff4837
607
+ } .checkbox-group__errorMessage_19ov2 {
608
+ color: #ff4837;
609
+ } .checkbox-group__hint_19ov2 {
610
+ color: rgba(238, 238, 251, 0.55);
611
+ }.checkbox__box_g96lx {
612
+ color: rgba(3, 3, 6, 0.88);
613
+ background-color: #262629;
614
+ border: 1.5px solid rgba(238, 238, 251, 0.55);
615
+ } .checkbox__checkedIcon_g96lx {
616
+ color: rgba(3, 3, 6, 0.88);
617
+ } .checkbox__component_g96lx:hover:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
618
+ background-color: #2f2f32;
619
+ border-color: rgba(238, 238, 251, 0.55);
620
+ } .checkbox__component_g96lx:active:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
621
+ background-color: #353539;
622
+ border-color: rgba(238, 238, 251, 0.55);
623
+ } .checkbox__checked_g96lx .checkbox__box_g96lx {
624
+ background-color: #f2f3f5;
625
+ border-color: transparent;
626
+ } .checkbox__checked_g96lx:hover:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
627
+ background-color: #dcdde1;
628
+ border-color: transparent;
629
+ } .checkbox__checked_g96lx:active:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
630
+ background-color: #d2d3d9;
631
+ border-color: transparent;
632
+ } .checkbox__indeterminate_g96lx .checkbox__box_g96lx {
633
+ background-color: #f2f3f5;
634
+ border-color: transparent;
635
+ } .checkbox__indeterminate_g96lx:hover:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
636
+ background-color: #dcdde1;
637
+ border-color: transparent;
638
+ } .checkbox__indeterminate_g96lx:active:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {
639
+ background-color: #d2d3d9;
640
+ border-color: transparent;
641
+ } .checkbox__disabled_g96lx .checkbox__box_g96lx {
642
+ background-color: #262629;
643
+ border-color: rgba(222, 222, 238, 0.13);
644
+ } .checkbox__disabled_g96lx.checkbox__checked_g96lx .checkbox__box_g96lx {
645
+ background-color: rgba(225, 225, 248, 0.09);
646
+ border-color: transparent;
647
+ .checkbox__checkedIcon_g96lx {
648
+ color: rgba(228, 228, 251, 0.28);
649
+ }
650
+ } .checkbox__disabled_g96lx.checkbox__indeterminate_g96lx .checkbox__box_g96lx {
651
+ background-color: rgba(225, 225, 248, 0.09);
652
+ border-color: transparent
653
+ } .checkbox__disabled_g96lx.checkbox__indeterminate_g96lx .checkbox__box_g96lx .checkbox__indeterminateLine_g96lx {
654
+ background-color: rgba(228, 228, 251, 0.28);
655
+ } .checkbox__disabled_g96lx .checkbox__label_g96lx {
656
+ color: rgba(238, 238, 251, 0.55);
657
+ } .checkbox__disabled_g96lx .checkbox__hint_g96lx {
658
+ color: rgba(238, 238, 251, 0.55);
659
+ } .checkbox__label_g96lx {
660
+ color: rgba(255, 255, 255, 0.94);
661
+ } .checkbox__hint_g96lx {
662
+ color: rgba(238, 238, 251, 0.55);
663
+ } .checkbox__indeterminateLine_g96lx {
664
+ background-color: rgba(3, 3, 6, 0.88);
665
+ }
666
+ .checkbox__focused_e85iq .checkbox__box_e85iq {
667
+ outline: 2px solid #3193fc;
668
+ } .checkbox__errorMessage_e85iq {
669
+ color: #ff4837;
670
+ }
671
+ .checkbox__box_18olt {
672
+ color: rgba(255, 255, 255, 0.94);
673
+ background-color: #fff;
674
+ border: 1.5px solid rgba(4, 4, 21, 0.47);
675
+ } .checkbox__checkedIcon_18olt {
676
+ color: rgba(255, 255, 255, 0.94);
677
+ } .checkbox__component_18olt:hover:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
678
+ background-color: #e7e8eb;
679
+ border-color: rgba(4, 4, 21, 0.47);
680
+ } .checkbox__component_18olt:active:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
681
+ background-color: #dcdde1;
682
+ border-color: rgba(4, 4, 21, 0.47);
683
+ } .checkbox__checked_18olt .checkbox__box_18olt {
684
+ background-color: #212124;
685
+ border-color: transparent;
686
+ } .checkbox__checked_18olt:hover:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
687
+ background-color: #2f2f32;
688
+ border-color: transparent;
689
+ } .checkbox__checked_18olt:active:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
690
+ background-color: #353539;
691
+ border-color: transparent;
692
+ } .checkbox__indeterminate_18olt .checkbox__box_18olt {
693
+ background-color: #212124;
694
+ border-color: transparent;
695
+ } .checkbox__indeterminate_18olt:hover:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
696
+ background-color: #2f2f32;
697
+ border-color: transparent;
698
+ } .checkbox__indeterminate_18olt:active:not(.checkbox__disabled_18olt) .checkbox__box_18olt {
699
+ background-color: #353539;
700
+ border-color: transparent;
701
+ } .checkbox__disabled_18olt .checkbox__box_18olt {
702
+ background-color: #fff;
703
+ border-color: rgba(15, 25, 55, 0.1);
704
+ } .checkbox__disabled_18olt.checkbox__checked_18olt .checkbox__box_18olt {
705
+ background-color: rgba(30, 43, 68, 0.08);
706
+ border-color: transparent;
707
+ .checkbox__checkedIcon_18olt {
708
+ color: rgba(9, 12, 37, 0.28);
709
+ }
710
+ } .checkbox__disabled_18olt.checkbox__indeterminate_18olt .checkbox__box_18olt {
711
+ background-color: rgba(30, 43, 68, 0.08);
712
+ border-color: transparent
713
+ } .checkbox__disabled_18olt.checkbox__indeterminate_18olt .checkbox__box_18olt .checkbox__indeterminateLine_18olt {
714
+ background-color: rgba(9, 12, 37, 0.28);
715
+ } .checkbox__disabled_18olt .checkbox__label_18olt {
716
+ color: rgba(4, 4, 19, 0.55);
717
+ } .checkbox__disabled_18olt .checkbox__hint_18olt {
718
+ color: rgba(4, 4, 19, 0.55);
719
+ } .checkbox__label_18olt {
720
+ color: rgba(3, 3, 6, 0.88);
721
+ } .checkbox__hint_18olt {
722
+ color: rgba(4, 4, 19, 0.55);
723
+ } .checkbox__indeterminateLine_18olt {
724
+ background-color: rgba(255, 255, 255, 0.94);
725
+ }.code-input__component_1ekri {
726
+ background-color: rgba(214, 214, 229, 0.07);
727
+ }
728
+ .code-input__component_1orb5 {
729
+ background-color: rgba(222, 222, 238, 0.13)
730
+ }
731
+ .code-input__error_1hxln {
732
+ color: #ff4837;
733
+ } @keyframes code-input__shake_1hxln {
734
+ }
735
+ .code-input__input_190nw {
736
+ color: rgba(255, 255, 255, 0.94)
737
+ } .code-input__input_190nw.code-input__hasError_190nw {
738
+ color: #ff4837;
739
+ caret-color: rgba(255, 255, 255, 0.94);
740
+ background-color: #392523;
741
+ } .code-input__input_190nw.code-input__disabled_190nw {
742
+ color: rgba(233, 233, 250, 0.37);
743
+ } .code-input__input_190nw:-webkit-autofill {
744
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
745
+ }.filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2 {
746
+ background-color: rgba(222, 222, 238, 0.13)
747
+ } .filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2:disabled {
748
+ background-color: rgba(214, 214, 229, 0.07);
749
+ } @media (hover: hover) {
750
+ .filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2:not(:disabled):hover {
751
+ background-color: rgba(234, 234, 248, 0.15);
752
+ }
753
+ } .filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2:not(:disabled):active {
754
+ background-color: rgba(231, 231, 248, 0.18);
755
+ }
756
+
757
+ .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v {
758
+ background-color: rgba(15, 25, 55, 0.1)
759
+ } .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v:disabled {
760
+ background-color: rgba(38, 55, 88, 0.06);
761
+ } @media (hover: hover) {
762
+ .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v:not(:disabled):hover {
763
+ background-color: rgba(5, 12, 41, 0.14);
764
+ }
765
+ } .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v:not(:disabled):active {
766
+ background-color: rgba(5, 11, 44, 0.18);
767
+ }
768
+ .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2 {
769
+ background-color: rgba(214, 214, 229, 0.07)
770
+ } .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2:disabled {
771
+ background-color: rgba(214, 214, 229, 0.07);
772
+ } @media (hover: hover) {
773
+ .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2:not(:disabled):hover {
774
+ background-color: rgba(214, 214, 229, 0.07);
775
+ }
776
+ } .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2:not(:disabled):active {
777
+ background-color: rgba(222, 222, 238, 0.13);
778
+ }
779
+ .filter-tag__valueButton_1csea.filter-tag__filled_1csea {
780
+ background-color: rgba(38, 55, 88, 0.06)
781
+ } .filter-tag__valueButton_1csea.filter-tag__filled_1csea:disabled {
782
+ background-color: rgba(38, 55, 88, 0.06);
783
+ } @media (hover: hover) {
784
+ .filter-tag__valueButton_1csea.filter-tag__filled_1csea:not(:disabled):hover {
785
+ background-color: rgba(38, 55, 88, 0.06);
786
+ }
787
+ } .filter-tag__valueButton_1csea.filter-tag__filled_1csea:not(:disabled):active {
788
+ background-color: rgba(5, 12, 41, 0.14);
789
+ }
790
+
791
+ .filter-tag__component_1kzy8.filter-tag__disabled_1kzy8 {
792
+ background-color: transparent;
793
+ } .filter-tag__component_1kzy8.filter-tag__checked_1kzy8:not(.filter-tag__disabled_1kzy8) {
794
+ background-color: #f2f3f5;
795
+ } @media (hover: hover) {
796
+ .filter-tag__component_1kzy8.filter-tag__checked_1kzy8:not(.filter-tag__disabled_1kzy8):hover {
797
+ background-color: #dcdde1;
798
+ }
799
+ } .filter-tag__component_1kzy8.filter-tag__checked_1kzy8:not(.filter-tag__disabled_1kzy8):active {
800
+ background-color: #d2d3d9;
801
+ } .filter-tag__chevron_1kzy8 {
802
+ color: rgba(255, 255, 255, 0.94);
803
+ } .filter-tag__valueButton_1kzy8 {
804
+ color: rgba(255, 255, 255, 0.94);
805
+ background-color: transparent;
806
+ border: 1px solid rgba(228, 228, 251, 0.28)
807
+ } .filter-tag__valueButton_1kzy8:disabled > .filter-tag__chevron_1kzy8 {
808
+ color: #4a4a51;
809
+ } .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8 {
810
+ color: rgba(255, 255, 255, 0.94);
811
+ border-color: rgba(228, 228, 251, 0.28);
812
+ background-color: transparent
813
+ } .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8:disabled {
814
+ border-color: rgba(228, 228, 251, 0.28);
815
+ color: rgba(233, 233, 250, 0.37);
816
+ background-color: transparent;
817
+ } @media (hover: hover) {
818
+ .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8:not(:disabled):hover {
819
+ border-color: rgba(228, 228, 251, 0.28);
820
+ background-color: rgba(214, 214, 229, 0.07);
821
+ }
822
+ } .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8:not(:disabled):active {
823
+ border-color: rgba(228, 228, 251, 0.28);
824
+ background-color: rgba(225, 225, 248, 0.09);
825
+ } .filter-tag__valueButton_1kzy8.filter-tag__filled_1kzy8 {
826
+ color: rgba(255, 255, 255, 0.94);
827
+ border-color: transparent
828
+ } .filter-tag__valueButton_1kzy8.filter-tag__filled_1kzy8:disabled {
829
+ color: rgba(233, 233, 250, 0.37);
830
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8 {
831
+ color: rgba(3, 3, 6, 0.88);
832
+ background-color: #f2f3f5;
833
+ border-color: #f2f3f5
834
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8 > .filter-tag__chevron_1kzy8 {
835
+ color: rgba(3, 3, 6, 0.88);
836
+ } @media (hover: hover) {
837
+ .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):hover {
838
+ background-color: #dcdde1;
839
+ }
840
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):active {
841
+ background-color: #d2d3d9;
842
+ } @media (hover: hover) {
843
+ .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):hover + .filter-tag__clear_1kzy8:before {
844
+ background-color: transparent;
845
+ }
846
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):active + .filter-tag__clear_1kzy8:before {
847
+ background-color: transparent;
848
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:disabled {
849
+ color: rgba(233, 233, 250, 0.37);
850
+ background-color: rgba(214, 214, 229, 0.07)
851
+ } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:disabled > .filter-tag__chevron_1kzy8 {
852
+ color: #4a4a51;
853
+ } .filter-tag__clear_1kzy8 {
854
+ color: rgba(4, 4, 21, 0.47);
855
+ background-color: #f2f3f5
856
+ } .filter-tag__clear_1kzy8:before {
857
+ background-color: rgba(9, 12, 37, 0.28);
858
+ } @media (hover: hover) {
859
+ .filter-tag__clear_1kzy8:hover:before {
860
+ background-color: transparent;
861
+ }
862
+ } .filter-tag__clear_1kzy8:active:before {
863
+ background-color: transparent;
864
+ } @media (hover: hover) {
865
+ .filter-tag__clear_1kzy8:hover {
866
+ color: rgba(4, 4, 19, 0.55);
867
+ background-color: #dcdde1;
868
+ }
869
+ } .filter-tag__clear_1kzy8:active {
870
+ color: rgba(1, 1, 12, 0.63);
871
+ background-color: #d2d3d9;
872
+ }
873
+ .filter-tag__focused_1mu6v {
874
+ outline: 2px solid #3193fc;
875
+ } .filter-tag__valueButton_1mu6v.filter-tag__checked_1mu6v:disabled {
876
+ border-color: transparent;
877
+ }
878
+ .filter-tag__component_1v8vv.filter-tag__disabled_1v8vv {
879
+ background-color: transparent;
880
+ } .filter-tag__component_1v8vv.filter-tag__checked_1v8vv:not(.filter-tag__disabled_1v8vv) {
881
+ background-color: #212124;
882
+ } @media (hover: hover) {
883
+ .filter-tag__component_1v8vv.filter-tag__checked_1v8vv:not(.filter-tag__disabled_1v8vv):hover {
884
+ background-color: #2f2f32;
885
+ }
886
+ } .filter-tag__component_1v8vv.filter-tag__checked_1v8vv:not(.filter-tag__disabled_1v8vv):active {
887
+ background-color: #353539;
888
+ } .filter-tag__chevron_1v8vv {
889
+ color: rgba(3, 3, 6, 0.88);
890
+ } .filter-tag__valueButton_1v8vv {
891
+ color: rgba(3, 3, 6, 0.88);
892
+ background-color: transparent;
893
+ border: 1px solid rgba(9, 12, 37, 0.28)
894
+ } .filter-tag__valueButton_1v8vv:disabled > .filter-tag__chevron_1v8vv {
895
+ color: #babbc2;
896
+ } .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv {
897
+ color: rgba(3, 3, 6, 0.88);
898
+ border-color: rgba(9, 12, 37, 0.28);
899
+ background-color: transparent
900
+ } .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv:disabled {
901
+ border-color: rgba(9, 12, 37, 0.28);
902
+ color: rgba(5, 8, 29, 0.38);
903
+ background-color: transparent;
904
+ } @media (hover: hover) {
905
+ .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv:not(:disabled):hover {
906
+ border-color: rgba(9, 12, 37, 0.28);
907
+ background-color: rgba(38, 55, 88, 0.06);
908
+ }
909
+ } .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv:not(:disabled):active {
910
+ border-color: rgba(9, 12, 37, 0.28);
911
+ background-color: rgba(30, 43, 68, 0.08);
912
+ } .filter-tag__valueButton_1v8vv.filter-tag__filled_1v8vv {
913
+ color: rgba(3, 3, 6, 0.88);
914
+ border-color: transparent
915
+ } .filter-tag__valueButton_1v8vv.filter-tag__filled_1v8vv:disabled {
916
+ color: rgba(5, 8, 29, 0.38);
917
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv {
918
+ color: rgba(255, 255, 255, 0.94);
919
+ background-color: #212124;
920
+ border-color: #212124
921
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv > .filter-tag__chevron_1v8vv {
922
+ color: rgba(255, 255, 255, 0.94);
923
+ } @media (hover: hover) {
924
+ .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):hover {
925
+ background-color: #2f2f32;
926
+ }
927
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):active {
928
+ background-color: #353539;
929
+ } @media (hover: hover) {
930
+ .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):hover + .filter-tag__clear_1v8vv:before {
931
+ background-color: transparent;
932
+ }
933
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):active + .filter-tag__clear_1v8vv:before {
934
+ background-color: transparent;
935
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:disabled {
936
+ color: rgba(5, 8, 29, 0.38);
937
+ background-color: rgba(38, 55, 88, 0.06)
938
+ } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:disabled > .filter-tag__chevron_1v8vv {
939
+ color: #babbc2;
940
+ } .filter-tag__clear_1v8vv {
941
+ color: rgba(238, 238, 251, 0.55);
942
+ background-color: #212124
943
+ } .filter-tag__clear_1v8vv:before {
944
+ background-color: rgba(228, 228, 251, 0.28);
945
+ } @media (hover: hover) {
946
+ .filter-tag__clear_1v8vv:hover:before {
947
+ background-color: transparent;
948
+ }
949
+ } .filter-tag__clear_1v8vv:active:before {
950
+ background-color: transparent;
951
+ } @media (hover: hover) {
952
+ .filter-tag__clear_1v8vv:hover {
953
+ color: rgba(239, 240, 252, 0.65);
954
+ background-color: #2f2f32;
955
+ }
956
+ } .filter-tag__clear_1v8vv:active {
957
+ color: rgba(243, 245, 254, 0.75);
958
+ background-color: #353539;
959
+ }.form-control__inner_1ynxv {
960
+ background-color: rgba(222, 222, 238, 0.13);
961
+ } .form-control__inner_1ynxv.form-control__hasError_1ynxv {
962
+ background-color: rgba(225, 225, 248, 0.09);
963
+ } .form-control__disabled_1ynxv.form-control__hasError_1ynxv {
964
+ box-shadow: inset 0 0 0 2px #ff4837;
965
+ }
966
+
967
+ .form-control__inner_j9nbc {
968
+ background-color: rgba(15, 25, 55, 0.1);
969
+ } .form-control__inner_j9nbc.form-control__hasError_j9nbc {
970
+ background-color: rgba(30, 43, 68, 0.08);
971
+ } .form-control__disabled_j9nbc.form-control__hasError_j9nbc {
972
+ box-shadow: inset 0 0 0 2px
973
+ #ff4837;
974
+ }
975
+ .form-control__inner_11z61 {
976
+ background-color: rgba(214, 214, 229, 0.07);
977
+ } .form-control__disabled_11z61.form-control__hasError_11z61 {
978
+ box-shadow: inset 0 0 0 2px #ff4837;
979
+ }
980
+ .form-control__inner_1a6ol {
981
+ background-color: rgba(38, 55, 88, 0.06);
982
+ } .form-control__disabled_1a6ol.form-control__hasError_1a6ol {
983
+ box-shadow: inset 0 0 0 2px
984
+ #ff4837;
985
+ }
986
+
987
+ .form-control__component_1h9uh {
988
+ color: rgba(255, 255, 255, 0.94);
989
+ } .form-control__label_1h9uh {
990
+ color: rgba(238, 238, 251, 0.55);
991
+ } .form-control__hint_1h9uh {
992
+ color: rgba(238, 238, 251, 0.55);
993
+ } .form-control__inner_1h9uh.form-control__disabled_1h9uh {
994
+ color: rgba(238, 238, 251, 0.55);
995
+ background-color: rgba(214, 214, 229, 0.07);
996
+ } .form-control__disabled_1h9uh .form-control__label_1h9uh {
997
+ color: rgba(233, 233, 250, 0.37);
998
+ } .form-control__disabled_1h9uh.form-control__hasError_1h9uh {
999
+ background-color: rgba(214, 214, 229, 0.07);
1000
+ } .form-control__inner_1h9uh:not(.form-control__disabled_1h9uh):hover {
1001
+ background-color: rgba(214, 214, 229, 0.07);
1002
+ } .form-control__focused_1h9uh.form-control__inner_1h9uh,
1003
+ .form-control__focused_1h9uh.form-control__inner_1h9uh:hover {
1004
+ background-color: rgba(214, 214, 229, 0.07);
1005
+ box-shadow: inset 0 0 0 2px rgba(238, 238, 251, 0.55)
1006
+ } .form-control__focused_1h9uh.form-control__inner_1h9uh.form-control__hasError_1h9uh, .form-control__focused_1h9uh.form-control__inner_1h9uh:hover.form-control__hasError_1h9uh {
1007
+ box-shadow: inset 0 0 0 2px #ff4837;
1008
+ background-color: rgba(214, 214, 229, 0.07);
1009
+ } .form-control__error_1h9uh {
1010
+ color: #ff4837;
1011
+ } .form-control__hasError_1h9uh {
1012
+ box-shadow: inset 0 0 0 2px #ff4837;
1013
+ } .form-control__hasError_1h9uh .form-control__label_1h9uh {
1014
+ color: rgba(238, 238, 251, 0.55);
1015
+ }
1016
+
1017
+ .form-control__component_1t5c0 {
1018
+ color: rgba(3, 3, 6, 0.88);
1019
+ } .form-control__label_1t5c0 {
1020
+ color: rgba(4, 4, 19, 0.55);
1021
+ } .form-control__hint_1t5c0 {
1022
+ color: rgba(4, 4, 19, 0.55);
1023
+ } .form-control__inner_1t5c0.form-control__disabled_1t5c0 {
1024
+ color: rgba(4, 4, 19, 0.55);
1025
+ background-color: rgba(38, 55, 88, 0.06);
1026
+ } .form-control__disabled_1t5c0 .form-control__label_1t5c0 {
1027
+ color: rgba(5, 8, 29, 0.38);
1028
+ } .form-control__disabled_1t5c0.form-control__hasError_1t5c0 {
1029
+ background-color: rgba(38, 55, 88, 0.06);
1030
+ } .form-control__inner_1t5c0:not(.form-control__disabled_1t5c0):hover {
1031
+ background-color: rgba(38, 55, 88, 0.06);
1032
+ } .form-control__focused_1t5c0.form-control__inner_1t5c0,
1033
+ .form-control__focused_1t5c0.form-control__inner_1t5c0:hover {
1034
+ background-color: #fff;
1035
+ box-shadow: inset 0 0 0 2px
1036
+ rgba(4, 4, 21, 0.47)
1037
+ } .form-control__focused_1t5c0.form-control__inner_1t5c0.form-control__hasError_1t5c0, .form-control__focused_1t5c0.form-control__inner_1t5c0:hover.form-control__hasError_1t5c0 {
1038
+ box-shadow: inset 0 0 0 2px
1039
+ #ff4837;
1040
+ background-color: #fff;
1041
+ } .form-control__error_1t5c0 {
1042
+ color: #ff4837;
1043
+ } .form-control__hasError_1t5c0 {
1044
+ box-shadow: inset 0 0 0 2px
1045
+ #ff4837;
1046
+ } .form-control__hasError_1t5c0 .form-control__label_1t5c0 {
1047
+ color: rgba(4, 4, 19, 0.55);
1048
+ }.radio__container_fe42c:not(.radio__checked_fe42c):not(.radio__disabled_fe42c) .radio__circle_fe42c {
1049
+ background-color: #262629;
1050
+ border: 1.5px solid rgba(238, 238, 251, 0.55);
1051
+ } .radio__container_fe42c:not(.radio__checked_fe42c):not(.radio__disabled_fe42c):hover:not(:active) .radio__circle_fe42c {
1052
+ background-color: #2f2f32;
1053
+ border-color: rgba(238, 238, 251, 0.55);
1054
+ } .radio__container_fe42c:not(.radio__checked_fe42c):not(.radio__disabled_fe42c):active .radio__circle_fe42c {
1055
+ background-color: #353539;
1056
+ border-color: rgba(238, 238, 251, 0.55);
1057
+ } .radio__container_fe42c.radio__disabled_fe42c .radio__circle_fe42c {
1058
+ background-color: #262629;
1059
+ border: 1.5px solid rgba(222, 222, 238, 0.13);
1060
+ } .radio__container_fe42c.radio__disabled_fe42c .radio__label_fe42c {
1061
+ color: rgba(238, 238, 251, 0.55);
1062
+ } .radio__container_fe42c.radio__disabled_fe42c .radio__hint_fe42c {
1063
+ color: rgba(238, 238, 251, 0.55);
1064
+ } .radio__container_fe42c.radio__disabled_fe42c.radio__checked_fe42c .radio__circle_fe42c:before {
1065
+ background-color: rgba(228, 228, 251, 0.28);
1066
+ } .radio__container_fe42c.radio__checked_fe42c .radio__circle_fe42c {
1067
+ background-color: #f2f3f5;
1068
+ border: 1.5px solid transparent;
1069
+ } .radio__container_fe42c.radio__checked_fe42c:hover .radio__circle_fe42c {
1070
+ background-color: #dcdde1;
1071
+ border-color: transparent;
1072
+ } .radio__container_fe42c.radio__checked_fe42c:active .radio__circle_fe42c {
1073
+ background-color: #d2d3d9;
1074
+ border-color: transparent;
1075
+ } .radio__container_fe42c.radio__disabled_fe42c.radio__checked_fe42c .radio__circle_fe42c {
1076
+ background-color: rgba(225, 225, 248, 0.09);
1077
+ border-color: transparent;
1078
+ } .radio__circle_fe42c:before {
1079
+ background-color: rgba(3, 3, 6, 0.88);
1080
+ } .radio__label_fe42c {
1081
+ color: rgba(255, 255, 255, 0.94);
1082
+ } .radio__hint_fe42c {
1083
+ color: rgba(238, 238, 251, 0.55);
1084
+ }
1085
+ .radio__container_iy6mu.radio__focused_iy6mu .radio__circle_iy6mu {
1086
+ outline: 2px solid #3193fc;
1087
+ }
1088
+ .radio__container_f4ke3:not(.radio__checked_f4ke3):not(.radio__disabled_f4ke3) .radio__circle_f4ke3 {
1089
+ background-color: #fff;
1090
+ border: 1.5px solid rgba(4, 4, 21, 0.47);
1091
+ } .radio__container_f4ke3:not(.radio__checked_f4ke3):not(.radio__disabled_f4ke3):hover:not(:active) .radio__circle_f4ke3 {
1092
+ background-color: #e7e8eb;
1093
+ border-color: rgba(4, 4, 21, 0.47);
1094
+ } .radio__container_f4ke3:not(.radio__checked_f4ke3):not(.radio__disabled_f4ke3):active .radio__circle_f4ke3 {
1095
+ background-color: #dcdde1;
1096
+ border-color: rgba(4, 4, 21, 0.47);
1097
+ } .radio__container_f4ke3.radio__disabled_f4ke3 .radio__circle_f4ke3 {
1098
+ background-color: #fff;
1099
+ border: 1.5px solid rgba(15, 25, 55, 0.1);
1100
+ } .radio__container_f4ke3.radio__disabled_f4ke3 .radio__label_f4ke3 {
1101
+ color: rgba(4, 4, 19, 0.55);
1102
+ } .radio__container_f4ke3.radio__disabled_f4ke3 .radio__hint_f4ke3 {
1103
+ color: rgba(4, 4, 19, 0.55);
1104
+ } .radio__container_f4ke3.radio__disabled_f4ke3.radio__checked_f4ke3 .radio__circle_f4ke3:before {
1105
+ background-color: rgba(9, 12, 37, 0.28);
1106
+ } .radio__container_f4ke3.radio__checked_f4ke3 .radio__circle_f4ke3 {
1107
+ background-color: #212124;
1108
+ border: 1.5px solid transparent;
1109
+ } .radio__container_f4ke3.radio__checked_f4ke3:hover .radio__circle_f4ke3 {
1110
+ background-color: #2f2f32;
1111
+ border-color: transparent;
1112
+ } .radio__container_f4ke3.radio__checked_f4ke3:active .radio__circle_f4ke3 {
1113
+ background-color: #353539;
1114
+ border-color: transparent;
1115
+ } .radio__container_f4ke3.radio__disabled_f4ke3.radio__checked_f4ke3 .radio__circle_f4ke3 {
1116
+ background-color: rgba(30, 43, 68, 0.08);
1117
+ border-color: transparent;
1118
+ } .radio__circle_f4ke3:before {
1119
+ background-color: rgba(255, 255, 255, 0.94);
1120
+ } .radio__label_f4ke3 {
1121
+ color: rgba(3, 3, 6, 0.88);
1122
+ } .radio__hint_f4ke3 {
1123
+ color: rgba(4, 4, 19, 0.55);
1124
+ }.radio-group__label_1i4g7 {
1125
+ color: rgba(255, 255, 255, 0.94);
1126
+ }
1127
+ .radio-group__label_1yt8y {
1128
+ color: rgba(238, 238, 251, 0.55);
1129
+ }
1130
+ .radio-group__error_kzeqa {
1131
+ border-left: 1px solid #ff4837
1132
+ } .radio-group__errorMessage_kzeqa {
1133
+ color: #ff4837;
1134
+ } .radio-group__hint_kzeqa {
1135
+ color: rgba(238, 238, 251, 0.55);
1136
+ } .radio-group__hiddenInput_kzeqa:focus ~ button {
1137
+ outline: 2px solid #3193fc;
1138
+ }.spinner__component_mwzcc {
1139
+ color: rgba(255, 255, 255, 0.94);
1140
+ }
1141
+ @keyframes spinner__spin_animation_1e0eh {
1142
+ }
1143
+ .spinner__component_51dpy {
1144
+ color: rgba(3, 3, 6, 0.88);
1145
+ }
1146
+
1147
+ .steps__option_b4a29 {
1148
+ color: rgba(255, 255, 255, 0.94);
1149
+ background: rgba(222, 222, 238, 0.13)
1150
+ } .steps__dash_b4a29 {
1151
+ border-top: 2px solid rgba(222, 222, 238, 0.13)
1152
+ } .steps__dash_b4a29.steps__completed_b4a29 {
1153
+ border-top: 2px solid rgba(255, 255, 255, 0.94);
1154
+ } .steps__dash_b4a29.steps__vertical_b4a29 {
1155
+ border-left: 2px solid rgba(222, 222, 238, 0.13);
1156
+ } .steps__dash_b4a29.steps__completed_b4a29.steps__vertical_b4a29 {
1157
+ border-left: 2px solid rgba(255, 255, 255, 0.94);
1158
+ } .steps__text_b4a29 {
1159
+ color: rgba(255, 255, 255, 0.94)
1160
+ } .steps__text_b4a29.steps__interactive_b4a29:not(.steps__disabled_b4a29):hover {
1161
+ background: rgba(214, 214, 229, 0.07);
1162
+ } .steps__text_b4a29.steps__interactive_b4a29:not(.steps__disabled_b4a29):active {
1163
+ background: rgba(225, 225, 248, 0.09);
1164
+ } .steps__focused_b4a29 {
1165
+ outline: 2px solid #3193fc;
1166
+ } .steps__selected_b4a29 .steps__text_b4a29 {
1167
+ color: rgba(255, 255, 255, 0.94);
1168
+ } .steps__selected_b4a29 .steps__option_b4a29 {
1169
+ color: rgba(3, 3, 6, 0.88);
1170
+ background: rgba(255, 255, 255, 0.94);
1171
+ } .steps__checkbox_b4a29 {
1172
+ border: 2px solid rgba(222, 222, 238, 0.13);
1173
+ } .steps__dot_b4a29 {
1174
+ background: rgba(222, 222, 238, 0.13);
1175
+ } .steps__selected_b4a29 .steps__checkbox_b4a29 {
1176
+ border: 2px solid rgba(255, 255, 255, 0.94)
1177
+ } .steps__selected_b4a29 .steps__checkbox_b4a29 .steps__dot_b4a29 {
1178
+ background: rgba(255, 255, 255, 0.94);
1179
+ } .steps__completedIndicator_b4a29 > [class*='positive'] {
1180
+ color: rgba(255, 255, 255, 0.94);
1181
+ background-color: rgba(255, 255, 255, 0.94);
1182
+ }
1183
+ .page-indicator__element_ferxd {
1184
+ background: rgba(222, 222, 238, 0.13)
1185
+ } .page-indicator__element_ferxd.page-indicator__active_ferxd {
1186
+ background: rgba(255, 255, 255, 0.94);
1187
+ }
1188
+
1189
+ .page-indicator__element_1jc8a {
1190
+ background: rgba(15, 25, 55, 0.1)
1191
+ } .page-indicator__element_1jc8a.page-indicator__active_1jc8a {
1192
+ background: rgba(3, 3, 6, 0.88);
1193
+ }
1194
+ .page-indicator__element_dnech {
1195
+ background: rgba(222, 222, 238, 0.13)
1196
+ } .page-indicator__element_dnech.page-indicator__active_dnech {
1197
+ background: #f2f3f5;
1198
+ }
1199
+ .page-indicator__element_x3ftq {
1200
+ background: rgba(15, 25, 55, 0.1)
1201
+ } .page-indicator__element_x3ftq.page-indicator__active_x3ftq {
1202
+ background: #212124;
1203
+ }
1204
+ .page-indicator__pageIndicator_qe2qd {
1205
+ background: rgba(222, 222, 238, 0.13);
1206
+ } .page-indicator__element_qe2qd {
1207
+ background: rgba(255, 255, 255, 0.94);
1208
+ }
1209
+
1210
+ .page-indicator__pageIndicator_e3u5b {
1211
+ background: rgba(15, 25, 55, 0.1);
1212
+ } .page-indicator__element_e3u5b {
1213
+ background: rgba(3, 3, 6, 0.88);
1214
+ }
1215
+ .page-indicator__pageIndicator_1y4hi {
1216
+ background: rgba(222, 222, 238, 0.13);
1217
+ } .page-indicator__element_1y4hi {
1218
+ background: #f2f3f5;
1219
+ }
1220
+ .page-indicator__pageIndicator_nxikt {
1221
+ background: rgba(15, 25, 55, 0.1);
1222
+ } .page-indicator__element_nxikt {
1223
+ background: #212124;
1224
+ }
1225
+ .page-indicator__element_rbvx2 {
1226
+ background: rgba(222, 222, 238, 0.13)
1227
+ } .page-indicator__element_rbvx2.page-indicator__active_rbvx2 {
1228
+ background: rgba(255, 255, 255, 0.94);
1229
+ }
1230
+
1231
+ .page-indicator__element_1sdhf {
1232
+ background: rgba(15, 25, 55, 0.1)
1233
+ } .page-indicator__element_1sdhf.page-indicator__active_1sdhf {
1234
+ background: rgba(3, 3, 6, 0.88);
1235
+ }
1236
+ .page-indicator__element_1y88v {
1237
+ background: rgba(222, 222, 238, 0.13)
1238
+ } .page-indicator__element_1y88v.page-indicator__active_1y88v {
1239
+ background: #f2f3f5;
1240
+ }
1241
+ .page-indicator__element_1367h {
1242
+ background: rgba(15, 25, 55, 0.1)
1243
+ } .page-indicator__element_1367h.page-indicator__active_1367h {
1244
+ background: #212124;
1245
+ }
1246
+ .page-indicator__element_61zat {
1247
+ background: rgba(222, 222, 238, 0.13)
1248
+ } .page-indicator__element_61zat.page-indicator__active_61zat {
1249
+ .page-indicator__progress_61zat {
1250
+ background: rgba(255, 255, 255, 0.94);
1251
+ }
1252
+ }
1253
+ .page-indicator__element_rbovf:not(.page-indicator__active_rbovf) {
1254
+ } .page-indicator__element_rbovf {
1255
+ }
1256
+ .page-indicator__element_1fyv1 {
1257
+ background: rgba(15, 25, 55, 0.1)
1258
+ } .page-indicator__element_1fyv1.page-indicator__active_1fyv1 {
1259
+ .page-indicator__progress_1fyv1 {
1260
+ background: rgba(3, 3, 6, 0.88);
1261
+ }
1262
+ }
1263
+ .page-indicator__element_k2v5m {
1264
+ background: rgba(222, 222, 238, 0.13)
1265
+ } .page-indicator__element_k2v5m.page-indicator__active_k2v5m {
1266
+ .page-indicator__progress_k2v5m {
1267
+ background: #f2f3f5;
1268
+ }
1269
+ }
1270
+ .page-indicator__element_qe7fg {
1271
+ background: rgba(15, 25, 55, 0.1)
1272
+ } .page-indicator__element_qe7fg.page-indicator__active_qe7fg {
1273
+ .page-indicator__progress_qe7fg {
1274
+ background: #212124;
1275
+ }
1276
+ }.switch__switch_sihjz {
1277
+ background-color: rgba(238, 238, 251, 0.55)
1278
+ } .switch__switch_sihjz:hover {
1279
+ background-color: rgba(239, 240, 252, 0.65);
1280
+ } .switch__label_sihjz {
1281
+ color: rgba(255, 255, 255, 0.94);
1282
+ } .switch__hint_sihjz {
1283
+ color: rgba(238, 238, 251, 0.55);
1284
+ } .switch__checked_sihjz .switch__switch_sihjz {
1285
+ background-color: #17d055
1286
+ } .switch__checked_sihjz .switch__switch_sihjz:hover {
1287
+ background-color: #22e068;
1288
+ } .switch__disabled_sihjz .switch__label_sihjz {
1289
+ color: rgba(238, 238, 251, 0.55);
1290
+ } .switch__disabled_sihjz .switch__hint_sihjz {
1291
+ color: rgba(238, 238, 251, 0.55);
1292
+ } .switch__disabled_sihjz .switch__switch_sihjz {
1293
+ background-color: rgba(225, 225, 248, 0.09)
1294
+ } .switch__disabled_sihjz .switch__switch_sihjz:before {
1295
+ background-color: rgba(228, 228, 251, 0.28);
1296
+ } .switch__disabled_sihjz.switch__checked_sihjz .switch__switch_sihjz {
1297
+ background-color: rgba(225, 225, 248, 0.09);
1298
+ }
1299
+ .switch__component_1japb {
1300
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1301
+ } .switch__switch_1japb {
1302
+ border: 2px solid transparent;
1303
+ } .switch__switch_1japb:before {
1304
+ background-color: #fff;
1305
+ } .switch__errorMessage_1japb {
1306
+ color: #ff4837;
1307
+ } .switch__focused_1japb .switch__switch_1japb {
1308
+ outline: 2px solid #3193fc;
1309
+ }
1310
+ .switch__switch_52k5w {
1311
+ background-color: rgba(4, 4, 21, 0.47)
1312
+ } .switch__switch_52k5w:hover {
1313
+ background-color: rgba(4, 4, 19, 0.55);
1314
+ } .switch__label_52k5w {
1315
+ color: rgba(3, 3, 6, 0.88);
1316
+ } .switch__hint_52k5w {
1317
+ color: rgba(4, 4, 19, 0.55);
1318
+ } .switch__checked_52k5w .switch__switch_52k5w {
1319
+ background-color: #0cc44d
1320
+ } .switch__checked_52k5w .switch__switch_52k5w:hover {
1321
+ background-color: #04b545;
1322
+ } .switch__disabled_52k5w .switch__label_52k5w {
1323
+ color: rgba(4, 4, 19, 0.55);
1324
+ } .switch__disabled_52k5w .switch__hint_52k5w {
1325
+ color: rgba(4, 4, 19, 0.55);
1326
+ } .switch__disabled_52k5w .switch__switch_52k5w {
1327
+ background-color: rgba(30, 43, 68, 0.08)
1328
+ } .switch__disabled_52k5w .switch__switch_52k5w:before {
1329
+ background-color: rgba(9, 12, 37, 0.28);
1330
+ } .switch__disabled_52k5w.switch__checked_52k5w .switch__switch_52k5w {
1331
+ background-color: rgba(30, 43, 68, 0.08);
1332
+ }
1333
+ .system-message__component_5ukys {
1334
+ color: rgba(238, 238, 251, 0.55);
1335
+ }
1336
+
1337
+
1338
+ .system-message__component_18rur {
1339
+ color: rgba(255, 255, 255, 0.94);
1340
+ }
1341
+
1342
+ .system-message__component_bznhh {
1343
+ color: rgba(255, 255, 255, 0.94);
1344
+ }
1345
+ .base-modal__component_2soq9 {
1346
+ background: #1c1c1e;
1347
+ }.popover__component_2j243 {
1348
+ background-color: transparent;
1349
+ color: rgba(255, 255, 255, 0.94);
1350
+ } .popover__inner_2j243 {
1351
+ background-color: #1c1c1e;
1352
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
1353
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1354
+ border: 1px solid transparent;
1355
+ } .popover__arrow_2j243:after {
1356
+ background-color: #1c1c1e;
1357
+ border: 1px solid transparent;
1358
+ }.tag__filled_1cp7c {
1359
+ background-color: rgba(222, 222, 238, 0.13)
1360
+ } .tag__filled_1cp7c:disabled {
1361
+ background-color: rgba(214, 214, 229, 0.07);
1362
+ border-color: transparent;
1363
+ } @media (hover: hover) {
1364
+ .tag__filled_1cp7c:hover:not(:disabled) {
1365
+ background-color: rgba(234, 234, 248, 0.15);
1366
+ }
1367
+ } .tag__filled_1cp7c:active:not(:disabled) {
1368
+ background-color: rgba(231, 231, 248, 0.18);
1369
+ }
1370
+
1371
+ .tag__filled_drp2t {
1372
+ background-color: rgba(15, 25, 55, 0.1)
1373
+ } .tag__filled_drp2t:disabled {
1374
+ background-color: rgba(38, 55, 88, 0.06);
1375
+ } @media (hover: hover) {
1376
+ .tag__filled_drp2t:hover:not(:disabled) {
1377
+ background-color: rgba(5, 12, 41, 0.14);
1378
+ }
1379
+ } .tag__filled_drp2t:active:not(:disabled) {
1380
+ background-color: rgba(5, 11, 44, 0.18);
1381
+ }
1382
+ .tag__filled_x07q1 {
1383
+ background-color: rgba(214, 214, 229, 0.07)
1384
+ } .tag__filled_x07q1:disabled {
1385
+ background-color: rgba(214, 214, 229, 0.07);
1386
+ } @media (hover: hover) {
1387
+ .tag__filled_x07q1:hover:not(:disabled) {
1388
+ background-color: rgba(214, 214, 229, 0.07);
1389
+ }
1390
+ } .tag__filled_x07q1:active:not(:disabled) {
1391
+ background-color: rgba(222, 222, 238, 0.13);
1392
+ }
1393
+ .tag__filled_19gqn {
1394
+ background-color: rgba(38, 55, 88, 0.06)
1395
+ } .tag__filled_19gqn:disabled {
1396
+ background-color: rgba(38, 55, 88, 0.06);
1397
+ } @media (hover: hover) {
1398
+ .tag__filled_19gqn:hover:not(:disabled) {
1399
+ background-color: rgba(38, 55, 88, 0.06);
1400
+ }
1401
+ } .tag__filled_19gqn:active:not(:disabled) {
1402
+ background-color: rgba(5, 12, 41, 0.14);
1403
+ }
1404
+
1405
+ .tag__component_18qc1.tag__outlined_18qc1 {
1406
+ color: rgba(255, 255, 255, 0.94);
1407
+ border-color: rgba(228, 228, 251, 0.28);
1408
+ background-color: transparent
1409
+ } .tag__component_18qc1.tag__outlined_18qc1:disabled {
1410
+ border-color: rgba(228, 228, 251, 0.28);
1411
+ color: rgba(233, 233, 250, 0.37);
1412
+ background-color: transparent;
1413
+ } @media (hover: hover) {
1414
+ .tag__component_18qc1.tag__outlined_18qc1:hover:not(:disabled) {
1415
+ border-color: rgba(228, 228, 251, 0.28);
1416
+ background-color: rgba(214, 214, 229, 0.07);
1417
+ }
1418
+ } .tag__component_18qc1.tag__outlined_18qc1:active:not(:disabled) {
1419
+ border-color: rgba(228, 228, 251, 0.28);
1420
+ background-color: rgba(225, 225, 248, 0.09);
1421
+ } .tag__component_18qc1.tag__filled_18qc1 {
1422
+ color: rgba(255, 255, 255, 0.94);
1423
+ border-color: transparent
1424
+ } .tag__component_18qc1.tag__filled_18qc1:disabled {
1425
+ color: rgba(233, 233, 250, 0.37);
1426
+ } .tag__component_18qc1.tag__checked_18qc1 {
1427
+ color: rgba(3, 3, 6, 0.88);
1428
+ border-color: #f2f3f5;
1429
+ background-color: #f2f3f5
1430
+ } .tag__component_18qc1.tag__checked_18qc1:disabled {
1431
+ border-color: transparent;
1432
+ color: rgba(233, 233, 250, 0.37);
1433
+ background-color: rgba(214, 214, 229, 0.07);
1434
+ } @media (hover: hover) {
1435
+ .tag__component_18qc1.tag__checked_18qc1:hover:not(:disabled) {
1436
+ background-color: #dcdde1;
1437
+ border-color: #dcdde1;
1438
+ }
1439
+ } .tag__component_18qc1.tag__checked_18qc1:active:not(:disabled) {
1440
+ background-color: #d2d3d9;
1441
+ border-color: #d2d3d9;
1442
+ }
1443
+ .tag__focused_1nrtk {
1444
+ outline: 2px solid #3193fc;
1445
+ }
1446
+ .tag__component_r5vbf.tag__outlined_r5vbf {
1447
+ color: rgba(3, 3, 6, 0.88);
1448
+ border-color: rgba(9, 12, 37, 0.28);
1449
+ background-color: transparent
1450
+ } .tag__component_r5vbf.tag__outlined_r5vbf:disabled {
1451
+ border-color: rgba(9, 12, 37, 0.28);
1452
+ color: rgba(5, 8, 29, 0.38);
1453
+ background-color: transparent;
1454
+ } @media (hover: hover) {
1455
+ .tag__component_r5vbf.tag__outlined_r5vbf:hover:not(:disabled) {
1456
+ border-color: rgba(9, 12, 37, 0.28);
1457
+ background-color: rgba(38, 55, 88, 0.06);
1458
+ }
1459
+ } .tag__component_r5vbf.tag__outlined_r5vbf:active:not(:disabled) {
1460
+ border-color: rgba(9, 12, 37, 0.28);
1461
+ background-color: rgba(30, 43, 68, 0.08);
1462
+ } .tag__component_r5vbf.tag__filled_r5vbf {
1463
+ color: rgba(3, 3, 6, 0.88);
1464
+ border-color: transparent
1465
+ } .tag__component_r5vbf.tag__filled_r5vbf:disabled {
1466
+ color: rgba(5, 8, 29, 0.38);
1467
+ } .tag__component_r5vbf.tag__checked_r5vbf {
1468
+ color: rgba(255, 255, 255, 0.94);
1469
+ border-color: #212124;
1470
+ background-color: #212124
1471
+ } .tag__component_r5vbf.tag__checked_r5vbf:disabled {
1472
+ border-color: transparent;
1473
+ color: rgba(5, 8, 29, 0.38);
1474
+ background-color: rgba(38, 55, 88, 0.06);
1475
+ } @media (hover: hover) {
1476
+ .tag__component_r5vbf.tag__checked_r5vbf:hover:not(:disabled) {
1477
+ background-color: #2f2f32;
1478
+ border-color: #2f2f32;
1479
+ }
1480
+ } .tag__component_r5vbf.tag__checked_r5vbf:active:not(:disabled) {
1481
+ background-color: #353539;
1482
+ border-color: #353539;
1483
+ }.typography__tertiary_190cm {
1484
+ color: rgba(233, 233, 250, 0.37);
1485
+ } .typography__disabled_190cm {
1486
+ color: rgba(231, 231, 248, 0.18);
1487
+ } .typography__accent_190cm {
1488
+ color: #f83a2a;
1489
+ } .typography__primary_190cm {
1490
+ color: rgba(255, 255, 255, 0.94);
1491
+ } .typography__attention_190cm {
1492
+ color: #fa9313;
1493
+ } .typography__positive_190cm {
1494
+ color: #0cc44d;
1495
+ } .typography__secondary_190cm {
1496
+ color: rgba(238, 238, 251, 0.55);
1497
+ } .typography__tertiary-inverted_190cm {
1498
+ color: rgba(5, 8, 29, 0.38);
1499
+ } .typography__primary-inverted_190cm {
1500
+ color: rgba(3, 3, 6, 0.88);
1501
+ } .typography__secondary-inverted_190cm {
1502
+ color: rgba(4, 4, 19, 0.55);
1503
+ } .typography__link_190cm {
1504
+ color: #4a9dfc;
1505
+ } .typography__negative_190cm {
1506
+ color: #ff4837;
1507
+ } .typography__static-primary-light_190cm {
1508
+ color: #fff;
1509
+ } .typography__static-secondary-light_190cm {
1510
+ color: rgba(238, 238, 251, 0.55);
1511
+ } .typography__static-tertiary-light_190cm {
1512
+ color: rgba(233, 233, 250, 0.37);
1513
+ } .typography__static-primary-dark_190cm {
1514
+ color: #0e0e0e;
1515
+ } .typography__static-secondary-dark_190cm {
1516
+ color: rgba(4, 4, 19, 0.55);
1517
+ } .typography__static-tertiary-dark_190cm {
1518
+ color: rgba(5, 8, 29, 0.38);
1519
+ } .typography__static-accent_190cm {
1520
+ color: #ef3124;
1521
+ } .typography__static-positive_190cm {
1522
+ color: #0d9336;
1523
+ }
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+ .sortable-list__primary_1e27x {
1532
+ background: #262629;
1533
+ } .sortable-list__secondary_1e27x {
1534
+ background: #1c1c1e;
1535
+ }
1536
+ .sortable-list__component_9xb9t:hover .sortable-list__icon_9xb9t {
1537
+ color: rgba(255, 255, 255, 0.94);
1538
+ } .sortable-list__icon_9xb9t {
1539
+ color: rgba(238, 238, 251, 0.55);
1540
+ } .sortable-list__dragOverlay_9xb9t {
1541
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1542
+ 0 0 1px rgba(0, 0, 0, 0.04)
1543
+ } .sortable-list__dragOverlay_9xb9t .sortable-list__icon_9xb9t {
1544
+ color: rgba(255, 255, 255, 0.94);
1545
+ } @keyframes sortable-list__pop_9xb9t {
1546
+ to {
1547
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1548
+ 0 0 1px rgba(0, 0, 0, 0.04);
1549
+ }
1550
+ }.textarea__input_1i3c7 {
1551
+ color: rgba(255, 255, 255, 0.94);
1552
+ caret-color: rgba(255, 255, 255, 0.94);
1553
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1554
+ } .textarea__input_1i3c7:-webkit-autofill {
1555
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
1556
+ } .textarea__input_1i3c7::placeholder {
1557
+ color: rgba(238, 238, 251, 0.55);
1558
+ } .textarea__hasInnerLabel_1i3c7::placeholder {
1559
+ color: rgba(233, 233, 250, 0.37);
1560
+ } .textarea__input_1i3c7:read-only:not(.textarea__disableUserInput_1i3c7) {
1561
+ color: rgba(233, 233, 250, 0.37)
1562
+ } .textarea__input_1i3c7:read-only:not(.textarea__disableUserInput_1i3c7):focus::placeholder {
1563
+ color: rgba(238, 238, 251, 0.55);
1564
+ } .textarea__input_1i3c7:disabled {
1565
+ color: rgba(233, 233, 250, 0.37);
1566
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1567
+ } .textarea__input_1i3c7:focus::placeholder {
1568
+ color: rgba(233, 233, 250, 0.37);
1569
+ } .textarea__error_1i3c7 {
1570
+ color: rgba(255, 255, 255, 0.94);
1571
+ caret-color: rgba(255, 255, 255, 0.94);
1572
+ } .textarea__textarea_1i3c7 {
1573
+ color: rgba(255, 255, 255, 0.94);
1574
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1575
+ } .textarea__textarea_1i3c7::placeholder {
1576
+ color: rgba(238, 238, 251, 0.55);
1577
+ } .textarea__hasInnerLabel_1i3c7::placeholder {
1578
+ color: rgba(233, 233, 250, 0.37);
1579
+ } .textarea__textarea_1i3c7:disabled {
1580
+ color: rgba(233, 233, 250, 0.37);
1581
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1582
+ } .textarea__textarea_1i3c7:read-only {
1583
+ color: rgba(233, 233, 250, 0.37);
1584
+ } .textarea__textarea_1i3c7:focus::placeholder {
1585
+ color: rgba(233, 233, 250, 0.37);
1586
+ } .textarea__hint_1i3c7 {
1587
+ color: rgba(238, 238, 251, 0.55);
1588
+ } .textarea__error_1i3c7 {
1589
+ color: #ff4837;
1590
+ }
1591
+ .textarea__textarea_1dz1u.textarea__overflow_1dz1u {
1592
+ color: transparent;
1593
+ caret-color: rgba(255, 255, 255, 0.94);
1594
+ } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-track {
1595
+ background-color: transparent;
1596
+ } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-track-piece {
1597
+ background-color: transparent;
1598
+ } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-thumb {
1599
+ background-color: rgba(228, 228, 251, 0.28);
1600
+ border-color: transparent;
1601
+ } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-thumb:active {
1602
+ background-color: rgba(238, 238, 251, 0.55);
1603
+ } .textarea__pseudoTextarea_1dz1u span {
1604
+ color: rgba(255, 255, 255, 0.94);
1605
+ } .textarea__pseudoTextarea_1dz1u .textarea__overflow_1dz1u {
1606
+ color: rgba(233, 233, 250, 0.37);
1607
+ } .textarea__pseudoTextarea_1dz1u::-webkit-scrollbar-thumb {
1608
+ background-color: transparent;
1609
+ } .textarea__focusVisible_1dz1u {
1610
+ outline: 2px solid #3193fc;
1611
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-40_1dz1u {
1612
+ border-top: 11px solid transparent;
1613
+ border-bottom: 11px solid transparent;
1614
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-48_1dz1u {
1615
+ border-top: 14px solid transparent;
1616
+ border-bottom: 14px solid transparent;
1617
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-56_1dz1u {
1618
+ border-top: 18px solid transparent;
1619
+ border-bottom: 18px solid transparent;
1620
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-64_1dz1u {
1621
+ border-top: 22px solid transparent;
1622
+ border-bottom: 22px solid transparent;
1623
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-72_1dz1u {
1624
+ border-top: 24px solid transparent;
1625
+ border-bottom: 24px solid transparent;
1626
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-40_1dz1u {
1627
+ border-top: 19px solid transparent;
1628
+ border-bottom: 3px solid transparent;
1629
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-48_1dz1u {
1630
+ border-top: 24px solid transparent;
1631
+ border-bottom: 4px solid transparent;
1632
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-56_1dz1u {
1633
+ border-top: 24px solid transparent;
1634
+ border-bottom: 8px solid transparent;
1635
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-64_1dz1u {
1636
+ border-top: 32px solid transparent;
1637
+ border-bottom: 12px solid transparent;
1638
+ } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-72_1dz1u {
1639
+ border-top: 34px solid transparent;
1640
+ border-bottom: 14px solid transparent;
1641
+ }
1642
+ .textarea__input_1gep0 {
1643
+ color: rgba(3, 3, 6, 0.88);
1644
+ caret-color: rgba(3, 3, 6, 0.88);
1645
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1646
+ } .textarea__input_1gep0:-webkit-autofill {
1647
+ -webkit-text-fill-color: rgba(3, 3, 6, 0.88);
1648
+ } .textarea__input_1gep0::placeholder {
1649
+ color: rgba(4, 4, 19, 0.55);
1650
+ } .textarea__hasInnerLabel_1gep0::placeholder {
1651
+ color: rgba(5, 8, 29, 0.38);
1652
+ } .textarea__input_1gep0:read-only:not(.textarea__disableUserInput_1gep0) {
1653
+ color: rgba(5, 8, 29, 0.38)
1654
+ } .textarea__input_1gep0:read-only:not(.textarea__disableUserInput_1gep0):focus::placeholder {
1655
+ color: rgba(4, 4, 19, 0.55);
1656
+ } .textarea__input_1gep0:disabled {
1657
+ color: rgba(5, 8, 29, 0.38);
1658
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1659
+ } .textarea__input_1gep0:focus::placeholder {
1660
+ color: rgba(5, 8, 29, 0.38);
1661
+ } .textarea__error_1gep0 {
1662
+ color: rgba(3, 3, 6, 0.88);
1663
+ caret-color: rgba(3, 3, 6, 0.88);
1664
+ } .textarea__textarea_1gep0 {
1665
+ color: rgba(3, 3, 6, 0.88);
1666
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1667
+ } .textarea__textarea_1gep0::placeholder {
1668
+ color: rgba(4, 4, 19, 0.55);
1669
+ } .textarea__hasInnerLabel_1gep0::placeholder {
1670
+ color: rgba(5, 8, 29, 0.38);
1671
+ } .textarea__textarea_1gep0:disabled {
1672
+ color: rgba(5, 8, 29, 0.38);
1673
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1674
+ } .textarea__textarea_1gep0:read-only {
1675
+ color: rgba(5, 8, 29, 0.38);
1676
+ } .textarea__textarea_1gep0:focus::placeholder {
1677
+ color: rgba(5, 8, 29, 0.38);
1678
+ } .textarea__hint_1gep0 {
1679
+ color: rgba(238, 238, 251, 0.55);
1680
+ } .textarea__error_1gep0 {
1681
+ color: #ff4837;
1682
+ }.action-button__primary_ms2ie {
1683
+ color: rgba(255, 255, 255, 0.94)
1684
+ } .action-button__primary_ms2ie .action-button__iconWrapper_ms2ie {
1685
+ color: rgba(3, 3, 6, 0.88);
1686
+ background-color: #f2f3f5;
1687
+ } .action-button__primary_ms2ie:hover .action-button__iconWrapper_ms2ie {
1688
+ background-color: #dcdde1;
1689
+ } .action-button__primary_ms2ie:active .action-button__iconWrapper_ms2ie {
1690
+ background-color: #d2d3d9;
1691
+ } .action-button__primary_ms2ie .action-button__loader_ms2ie {
1692
+ color: rgba(3, 3, 6, 0.88);
1693
+ } .action-button__secondary_ms2ie {
1694
+ color: rgba(255, 255, 255, 0.94)
1695
+ } .action-button__secondary_ms2ie .action-button__iconWrapper_ms2ie {
1696
+ color: rgba(255, 255, 255, 0.94);
1697
+ background-color: #1c1c1e;
1698
+ } .action-button__secondary_ms2ie:hover .action-button__iconWrapper_ms2ie {
1699
+ background-color: #212124;
1700
+ } .action-button__secondary_ms2ie:active .action-button__iconWrapper_ms2ie {
1701
+ background-color: #29292c;
1702
+ } .action-button__secondary_ms2ie .action-button__loader_ms2ie {
1703
+ color: rgba(255, 255, 255, 0.94);
1704
+ } .action-button__disabled_ms2ie {
1705
+ color: rgba(233, 233, 250, 0.37)
1706
+ } .action-button__disabled_ms2ie .action-button__iconWrapper_ms2ie {
1707
+ color: #4a4a51;
1708
+ background-color: #1c1c1e;
1709
+ }
1710
+ .action-button__component_120me {
1711
+ -webkit-tap-highlight-color: transparent
1712
+ } .action-button__focused_120me {
1713
+ outline: 2px solid #3193fc;
1714
+ }
1715
+ .action-button__primary_m1me5 {
1716
+ color: rgba(3, 3, 6, 0.88)
1717
+ } .action-button__primary_m1me5 .action-button__iconWrapper_m1me5 {
1718
+ color: rgba(255, 255, 255, 0.94);
1719
+ background-color: #212124;
1720
+ } .action-button__primary_m1me5:hover .action-button__iconWrapper_m1me5 {
1721
+ background-color: #2f2f32;
1722
+ } .action-button__primary_m1me5:active .action-button__iconWrapper_m1me5 {
1723
+ background-color: #353539;
1724
+ } .action-button__primary_m1me5 .action-button__loader_m1me5 {
1725
+ color: rgba(3, 3, 6, 0.88);
1726
+ } .action-button__secondary_m1me5 {
1727
+ color: rgba(3, 3, 6, 0.88)
1728
+ } .action-button__secondary_m1me5 .action-button__iconWrapper_m1me5 {
1729
+ color: rgba(3, 3, 6, 0.88);
1730
+ background-color: #f2f3f5;
1731
+ } .action-button__secondary_m1me5:hover .action-button__iconWrapper_m1me5 {
1732
+ background-color: #e7e8eb;
1733
+ } .action-button__secondary_m1me5:active .action-button__iconWrapper_m1me5 {
1734
+ background-color: #dcdde1;
1735
+ } .action-button__secondary_m1me5 .action-button__loader_m1me5 {
1736
+ color: rgba(255, 255, 255, 0.94);
1737
+ } .action-button__disabled_m1me5 {
1738
+ color: rgba(5, 8, 29, 0.38)
1739
+ } .action-button__disabled_m1me5 .action-button__iconWrapper_m1me5 {
1740
+ color: #babbc2;
1741
+ background-color: #f2f3f5;
1742
+ }
1743
+ .action-button__primary_i3tdj {
1744
+ color: rgba(3, 3, 6, 0.88)
1745
+ } .action-button__primary_i3tdj .action-button__iconWrapper_i3tdj {
1746
+ color: rgba(255, 255, 255, 0.94);
1747
+ background-color: #212124;
1748
+ } .action-button__primary_i3tdj .action-button__loader_i3tdj {
1749
+ color: rgba(255, 255, 255, 0.94);
1750
+ } .action-button__secondary_i3tdj {
1751
+ color: rgba(3, 3, 6, 0.88)
1752
+ } .action-button__secondary_i3tdj .action-button__iconWrapper_i3tdj {
1753
+ color: rgba(3, 3, 6, 0.88);
1754
+ background-color: #f2f3f5;
1755
+ } .action-button__secondary_i3tdj .action-button__loader_i3tdj {
1756
+ color: rgba(3, 3, 6, 0.88);
1757
+ } .action-button__disabled_i3tdj {
1758
+ color: rgba(5, 8, 29, 0.38)
1759
+ } .action-button__disabled_i3tdj .action-button__iconWrapper_i3tdj {
1760
+ color: #babbc2;
1761
+ background-color: #f2f3f5;
1762
+ }.drawer__customScrollbar_1h20n::-webkit-scrollbar-track {
1763
+ background-color: transparent;
1764
+ } .drawer__customScrollbar_1h20n::-webkit-scrollbar-track-piece {
1765
+ background-color: transparent;
1766
+ } .drawer__customScrollbar_1h20n::-webkit-scrollbar-thumb {
1767
+ background-color: rgba(228, 228, 251, 0.28);
1768
+ border-color: transparent;
1769
+ } .drawer__customScrollbar_1h20n::-webkit-scrollbar-thumb:active {
1770
+ background-color: rgba(238, 238, 251, 0.55);
1771
+ } .drawer__backdropEnter_1h20n {
1772
+ background-color: transparent;
1773
+ } .drawer__backdropEnterActive_1h20n,
1774
+ .drawer__backdropEnterDone_1h20n {
1775
+ background-color: rgba(0, 0, 0, 0.7);
1776
+ } .drawer__backdropExit_1h20n {
1777
+ background-color: rgba(0, 0, 0, 0.7);
1778
+ } .drawer__backdropExitActive_1h20n,
1779
+ .drawer__backdropExitDone_1h20n {
1780
+ background-color: transparent;
1781
+ }.pagination__component_8bo1d {
1782
+ color: rgba(255, 255, 255, 0.94);
1783
+ }
1784
+ .pagination__dots_t2l9v {
1785
+ color: rgba(238, 238, 251, 0.55);
1786
+ }
1787
+
1788
+ button.pagination__tag_5oagu.pagination__tag_5oagu {
1789
+ color: rgba(238, 238, 251, 0.55)
1790
+ } button.pagination__tag_5oagu.pagination__tag_5oagu:hover:not(:disabled) {
1791
+ background-color: rgba(214, 214, 229, 0.07);
1792
+ color: rgba(255, 255, 255, 0.94);
1793
+ } button.pagination__tag_5oagu.pagination__tag_5oagu:active:not(:disabled) {
1794
+ background-color: rgba(225, 225, 248, 0.09);
1795
+ } button.pagination__tag_5oagu.pagination__tag_5oagu.pagination__checked_5oagu {
1796
+ background-color: #f2f3f5;
1797
+ color: rgba(3, 3, 6, 0.88);
1798
+ } button.pagination__tag_5oagu.pagination__tag_5oagu.pagination__checked_5oagu:hover:not(:disabled) {
1799
+ color: rgba(3, 3, 6, 0.88);
1800
+ } button.pagination__tag_5oagu.pagination__tag_5oagu.pagination__checked_5oagu:active:not(:disabled) {
1801
+ color: rgba(255, 255, 255, 0.94);
1802
+ }.button__primary_1ojsr {
1803
+ color: rgba(3, 3, 6, 0.88);
1804
+ background-color: #f2f3f5
1805
+ } @media (hover: hover) {
1806
+ .button__primary_1ojsr:hover {
1807
+ background-color: #dcdde1;
1808
+ }
1809
+ } .button__primary_1ojsr:active {
1810
+ background-color: #d2d3d9;
1811
+ } .button__primary_1ojsr > .button__loader_1ojsr {
1812
+ color: rgba(3, 3, 6, 0.88);
1813
+ } .button__secondary_1ojsr {
1814
+ background-color: rgba(222, 222, 238, 0.13)
1815
+ } .button__secondary_1ojsr:hover {
1816
+ background-color: rgba(234, 234, 248, 0.15);
1817
+ } .button__secondary_1ojsr:active {
1818
+ background-color: rgba(231, 231, 248, 0.18);
1819
+ } .button__text_1ojsr:active {
1820
+ color: rgba(255, 255, 255, 0.6);
1821
+ } .button__ghost_1ojsr:active {
1822
+ color: rgba(255, 255, 255, 0.6);
1823
+ } .button__component_1ojsr[disabled].button__primary_1ojsr {
1824
+ color: rgba(233, 233, 250, 0.37);
1825
+ background-color: rgba(214, 214, 229, 0.07)
1826
+ } .button__component_1ojsr[disabled].button__primary_1ojsr.button__loading_1ojsr {
1827
+ color: rgba(3, 3, 6, 0.88);
1828
+ background-color: #f2f3f5;
1829
+ } .button__component_1ojsr[disabled].button__secondary_1ojsr {
1830
+ color: rgba(233, 233, 250, 0.37);
1831
+ background-color: rgba(214, 214, 229, 0.07);
1832
+ } .button__component_1ojsr[disabled].button__outlined_1ojsr {
1833
+ color: rgba(233, 233, 250, 0.37);
1834
+ border-color: rgba(228, 228, 251, 0.28);
1835
+ } .button__component_1ojsr[disabled].button__tertiary_1ojsr {
1836
+ color: rgba(233, 233, 250, 0.37);
1837
+ border-color: rgba(228, 228, 251, 0.28);
1838
+ } .button__component_1ojsr[disabled].button__transparent_1ojsr {
1839
+ color: rgba(233, 233, 250, 0.37);
1840
+ } .button__component_1ojsr[disabled].button__link_1ojsr {
1841
+ color: rgba(233, 233, 250, 0.37);
1842
+ } .button__component_1ojsr[disabled].button__text_1ojsr {
1843
+ color: rgba(233, 233, 250, 0.37);
1844
+ } .button__component_1ojsr[disabled].button__ghost_1ojsr {
1845
+ color: rgba(233, 233, 250, 0.37);
1846
+ }
1847
+
1848
+ .button__primary_qkq3p {
1849
+ color: rgba(255, 255, 255, 0.94);
1850
+ background-color: #212124
1851
+ } @media (hover: hover) {
1852
+ .button__primary_qkq3p:hover {
1853
+ background-color: #2f2f32;
1854
+ }
1855
+ } .button__primary_qkq3p:active {
1856
+ background-color: #353539;
1857
+ } .button__primary_qkq3p > .button__loader_qkq3p {
1858
+ color: rgba(255, 255, 255, 0.94);
1859
+ } .button__secondary_qkq3p {
1860
+ background-color: rgba(15, 25, 55, 0.1)
1861
+ } .button__secondary_qkq3p:hover {
1862
+ background-color: rgba(5, 12, 41, 0.14);
1863
+ } .button__secondary_qkq3p:active {
1864
+ background-color: rgba(5, 11, 44, 0.18);
1865
+ } .button__text_qkq3p:active {
1866
+ color: rgba(4, 4, 19, 0.55);
1867
+ } .button__ghost_qkq3p:active {
1868
+ color: rgba(4, 4, 19, 0.55);
1869
+ } .button__component_qkq3p[disabled].button__primary_qkq3p {
1870
+ color: rgba(5, 8, 29, 0.38);
1871
+ background-color: rgba(38, 55, 88, 0.06)
1872
+ } .button__component_qkq3p[disabled].button__primary_qkq3p.button__loading_qkq3p {
1873
+ color: rgba(255, 255, 255, 0.94);
1874
+ background-color: #212124;
1875
+ } .button__component_qkq3p[disabled].button__secondary_qkq3p {
1876
+ color: rgba(5, 8, 29, 0.38);
1877
+ background-color: rgba(38, 55, 88, 0.06);
1878
+ } .button__component_qkq3p[disabled].button__outlined_qkq3p {
1879
+ color: rgba(5, 8, 29, 0.38);
1880
+ border-color: rgba(9, 12, 37, 0.28);
1881
+ } .button__component_qkq3p[disabled].button__tertiary_qkq3p {
1882
+ color: rgba(5, 8, 29, 0.38);
1883
+ border-color: rgba(9, 12, 37, 0.28);
1884
+ } .button__component_qkq3p[disabled].button__transparent_qkq3p {
1885
+ color: rgba(5, 8, 29, 0.38);
1886
+ } .button__component_qkq3p[disabled].button__link_qkq3p {
1887
+ color: rgba(5, 8, 29, 0.38);
1888
+ } .button__component_qkq3p[disabled].button__text_qkq3p {
1889
+ color: rgba(5, 8, 29, 0.38);
1890
+ } .button__component_qkq3p[disabled].button__ghost_qkq3p {
1891
+ color: rgba(5, 8, 29, 0.38);
1892
+ }
1893
+ .button__primary_kahb2 {
1894
+ color: rgba(3, 3, 6, 0.88);
1895
+ background-color: #f2f3f5
1896
+ } @media (hover: hover) {
1897
+ .button__primary_kahb2:hover {
1898
+ background-color: #dcdde1;
1899
+ }
1900
+ } .button__primary_kahb2:active {
1901
+ background-color: #d2d3d9;
1902
+ } .button__primary_kahb2 > .button__loader_kahb2 {
1903
+ color: rgba(3, 3, 6, 0.88);
1904
+ } .button__secondary_kahb2 {
1905
+ background-color: rgba(214, 214, 229, 0.07)
1906
+ } .button__secondary_kahb2:active {
1907
+ background-color: rgba(222, 222, 238, 0.13);
1908
+ } .button__text_kahb2:active {
1909
+ color: rgba(255, 255, 255, 0.6);
1910
+ } .button__ghost_kahb2:active {
1911
+ color: rgba(255, 255, 255, 0.6);
1912
+ } .button__component_kahb2[disabled].button__primary_kahb2 {
1913
+ color: rgba(233, 233, 250, 0.37);
1914
+ background-color: rgba(214, 214, 229, 0.07)
1915
+ } .button__component_kahb2[disabled].button__primary_kahb2.button__loading_kahb2 {
1916
+ color: rgba(3, 3, 6, 0.88);
1917
+ background-color: #f2f3f5;
1918
+ } .button__component_kahb2[disabled].button__secondary_kahb2 {
1919
+ color: rgba(233, 233, 250, 0.37);
1920
+ background-color: rgba(214, 214, 229, 0.07);
1921
+ } .button__component_kahb2[disabled].button__outlined_kahb2 {
1922
+ color: rgba(233, 233, 250, 0.37);
1923
+ border-color: rgba(228, 228, 251, 0.28);
1924
+ } .button__component_kahb2[disabled].button__tertiary_kahb2 {
1925
+ color: rgba(233, 233, 250, 0.37);
1926
+ border-color: rgba(228, 228, 251, 0.28);
1927
+ } .button__component_kahb2[disabled].button__transparent_kahb2 {
1928
+ color: rgba(233, 233, 250, 0.37);
1929
+ } .button__component_kahb2[disabled].button__link_kahb2 {
1930
+ color: rgba(233, 233, 250, 0.37);
1931
+ } .button__component_kahb2[disabled].button__text_kahb2 {
1932
+ color: rgba(233, 233, 250, 0.37);
1933
+ } .button__component_kahb2[disabled].button__ghost_kahb2 {
1934
+ color: rgba(233, 233, 250, 0.37);
1935
+ }
1936
+ .button__primary_1b8it {
1937
+ color: rgba(255, 255, 255, 0.94);
1938
+ background-color: #212124
1939
+ } @media (hover: hover) {
1940
+ .button__primary_1b8it:hover {
1941
+ background-color: #2f2f32;
1942
+ }
1943
+ } .button__primary_1b8it:active {
1944
+ background-color: #353539;
1945
+ } .button__primary_1b8it > .button__loader_1b8it {
1946
+ color: rgba(255, 255, 255, 0.94);
1947
+ } .button__secondary_1b8it {
1948
+ background-color: rgba(38, 55, 88, 0.06)
1949
+ } .button__secondary_1b8it:active {
1950
+ background-color: rgba(5, 12, 41, 0.14);
1951
+ } .button__text_1b8it:active {
1952
+ color: rgba(4, 4, 19, 0.55);
1953
+ } .button__ghost_1b8it:active {
1954
+ color: rgba(4, 4, 19, 0.55);
1955
+ } .button__component_1b8it[disabled].button__primary_1b8it {
1956
+ color: rgba(5, 8, 29, 0.38);
1957
+ background-color: rgba(38, 55, 88, 0.06)
1958
+ } .button__component_1b8it[disabled].button__primary_1b8it.button__loading_1b8it {
1959
+ color: rgba(255, 255, 255, 0.94);
1960
+ background-color: #212124;
1961
+ } .button__component_1b8it[disabled].button__secondary_1b8it {
1962
+ color: rgba(5, 8, 29, 0.38);
1963
+ background-color: rgba(38, 55, 88, 0.06);
1964
+ } .button__component_1b8it[disabled].button__outlined_1b8it {
1965
+ color: rgba(5, 8, 29, 0.38);
1966
+ border-color: rgba(9, 12, 37, 0.28);
1967
+ } .button__component_1b8it[disabled].button__tertiary_1b8it {
1968
+ color: rgba(5, 8, 29, 0.38);
1969
+ border-color: rgba(9, 12, 37, 0.28);
1970
+ } .button__component_1b8it[disabled].button__transparent_1b8it {
1971
+ color: rgba(5, 8, 29, 0.38);
1972
+ } .button__component_1b8it[disabled].button__link_1b8it {
1973
+ color: rgba(5, 8, 29, 0.38);
1974
+ } .button__component_1b8it[disabled].button__text_1b8it {
1975
+ color: rgba(5, 8, 29, 0.38);
1976
+ } .button__component_1b8it[disabled].button__ghost_1b8it {
1977
+ color: rgba(5, 8, 29, 0.38);
1978
+ }
1979
+
1980
+ .button__accent_1pr6m {
1981
+ color: rgba(255, 255, 255, 0.94);
1982
+ background-color: #f83a2a;
1983
+ border: 1px solid transparent
1984
+ } @media (hover: hover) {
1985
+ .button__accent_1pr6m:hover {
1986
+ background-color: #ff503e;
1987
+ }
1988
+ } .button__accent_1pr6m:active {
1989
+ background-color: #fd624e;
1990
+ } .button__accent_1pr6m > .button__loader_1pr6m {
1991
+ color: rgba(255, 255, 255, 0.94);
1992
+ } .button__primary_1pr6m {
1993
+ border: 1px solid transparent
1994
+ } .button__primary_1pr6m .button__hint_1pr6m {
1995
+ color: rgba(4, 4, 19, 0.55);
1996
+ } .button__secondary_1pr6m {
1997
+ color: rgba(255, 255, 255, 0.94);
1998
+ border: 1px solid transparent
1999
+ } .button__secondary_1pr6m > .button__loader_1pr6m {
2000
+ color: rgba(255, 255, 255, 0.94);
2001
+ } .button__secondary_1pr6m .button__hint_1pr6m {
2002
+ color: rgba(238, 238, 251, 0.55);
2003
+ } .button__outlined_1pr6m {
2004
+ color: rgba(255, 255, 255, 0.94);
2005
+ background-color: rgba(255, 255, 255, 0);
2006
+ border: 1px solid rgba(255, 255, 255, 0.94)
2007
+ } @media (hover: hover) {
2008
+ .button__outlined_1pr6m:hover {
2009
+ background-color: rgba(214, 214, 229, 0.07);
2010
+ border-color: rgba(255, 255, 255, 0.94);
2011
+ }
2012
+ } .button__outlined_1pr6m:active {
2013
+ background-color: rgba(225, 225, 248, 0.09);
2014
+ } .button__outlined_1pr6m > .button__loader_1pr6m {
2015
+ color: rgba(255, 255, 255, 0.94);
2016
+ } .button__outlined_1pr6m .button__hint_1pr6m {
2017
+ color: rgba(238, 238, 251, 0.55);
2018
+ } .button__tertiary_1pr6m {
2019
+ color: rgba(255, 255, 255, 0.94);
2020
+ background-color: rgba(255, 255, 255, 0);
2021
+ border: 1px solid rgba(255, 255, 255, 0.94)
2022
+ } @media (hover: hover) {
2023
+ .button__tertiary_1pr6m:hover {
2024
+ background-color: rgba(214, 214, 229, 0.07);
2025
+ border-color: rgba(255, 255, 255, 0.94);
2026
+ }
2027
+ } .button__tertiary_1pr6m:active {
2028
+ background-color: rgba(225, 225, 248, 0.09);
2029
+ } .button__tertiary_1pr6m > .button__loader_1pr6m {
2030
+ color: rgba(255, 255, 255, 0.94);
2031
+ } .button__tertiary_1pr6m .button__hint_1pr6m {
2032
+ color: rgba(238, 238, 251, 0.55);
2033
+ } .button__filled_1pr6m {
2034
+ color: rgba(255, 255, 255, 0.94);
2035
+ background-color: rgba(222, 222, 238, 0.13);
2036
+ border: 1px solid transparent
2037
+ } @media (hover: hover) {
2038
+ .button__filled_1pr6m:hover {
2039
+ background-color: rgba(234, 234, 248, 0.15);
2040
+ }
2041
+ } .button__filled_1pr6m:active {
2042
+ background-color: rgba(231, 231, 248, 0.18);
2043
+ } .button__filled_1pr6m > .button__loader_1pr6m {
2044
+ color: rgba(255, 255, 255, 0.94);
2045
+ } .button__transparent_1pr6m {
2046
+ color: rgba(255, 255, 255, 0.94);
2047
+ background-color: transparent;
2048
+ border: 1px solid transparent
2049
+ } @media (hover: hover) {
2050
+ .button__transparent_1pr6m:hover {
2051
+ background-color: rgba(214, 214, 229, 0.07);
2052
+ }
2053
+ } .button__transparent_1pr6m:active {
2054
+ background-color: rgba(225, 225, 248, 0.09);
2055
+ } .button__transparent_1pr6m > .button__loader_1pr6m {
2056
+ color: rgba(255, 255, 255, 0.94);
2057
+ } .button__transparent_1pr6m .button__hint_1pr6m {
2058
+ color: rgba(238, 238, 251, 0.55);
2059
+ } .button__link_1pr6m {
2060
+ color: rgba(255, 255, 255, 0.94);
2061
+ background-color: transparent;
2062
+ border: 1px solid transparent
2063
+ } @media (hover: hover) {
2064
+ .button__link_1pr6m:hover {
2065
+ background-color: rgba(214, 214, 229, 0.07);
2066
+ }
2067
+ } .button__link_1pr6m:active {
2068
+ background-color: rgba(225, 225, 248, 0.09);
2069
+ } .button__link_1pr6m > .button__loader_1pr6m {
2070
+ color: rgba(255, 255, 255, 0.94);
2071
+ } .button__text_1pr6m {
2072
+ background-color: transparent;
2073
+ color: rgba(255, 255, 255, 0.94)
2074
+ } @media (hover: hover) {
2075
+ .button__text_1pr6m:hover {
2076
+ color: rgba(255, 255, 255, 0.7);
2077
+ }
2078
+ } .button__text_1pr6m > .button__loader_1pr6m {
2079
+ color: rgba(255, 255, 255, 0.94);
2080
+ } .button__text_1pr6m .button__hint_1pr6m {
2081
+ color: rgba(238, 238, 251, 0.55);
2082
+ } .button__ghost_1pr6m {
2083
+ background-color: transparent;
2084
+ color: rgba(255, 255, 255, 0.94)
2085
+ } @media (hover: hover) {
2086
+ .button__ghost_1pr6m:hover {
2087
+ color: rgba(255, 255, 255, 0.7);
2088
+ }
2089
+ } .button__ghost_1pr6m > .button__loader_1pr6m {
2090
+ color: rgba(255, 255, 255, 0.94);
2091
+ } .button__component_1pr6m[disabled].button__accent_1pr6m {
2092
+ color: rgba(233, 233, 250, 0.37);
2093
+ background-color: rgba(214, 214, 229, 0.07)
2094
+ } .button__component_1pr6m[disabled].button__accent_1pr6m.button__loading_1pr6m {
2095
+ color: rgba(255, 255, 255, 0.94);
2096
+ background-color: #f83a2a;
2097
+ } .button__component_1pr6m[disabled].button__secondary_1pr6m {
2098
+ border-color: transparent
2099
+ } .button__component_1pr6m[disabled].button__secondary_1pr6m.button__loading_1pr6m {
2100
+ color: rgba(255, 255, 255, 0.94);
2101
+ background-color: rgba(222, 222, 238, 0.13);
2102
+ border-color: transparent;
2103
+ } .button__component_1pr6m[disabled].button__outlined_1pr6m {
2104
+ background-color: rgba(255, 255, 255, 0)
2105
+ } .button__component_1pr6m[disabled].button__outlined_1pr6m.button__loading_1pr6m {
2106
+ color: rgba(255, 255, 255, 0.94);
2107
+ border-color: rgba(255, 255, 255, 0.94);
2108
+ } .button__component_1pr6m[disabled].button__tertiary_1pr6m {
2109
+ background-color: rgba(255, 255, 255, 0)
2110
+ } .button__component_1pr6m[disabled].button__tertiary_1pr6m.button__loading_1pr6m {
2111
+ color: rgba(255, 255, 255, 0.94);
2112
+ border-color: rgba(255, 255, 255, 0.94);
2113
+ } .button__component_1pr6m[disabled].button__filled_1pr6m {
2114
+ color: rgba(233, 233, 250, 0.37);
2115
+ background-color: rgba(214, 214, 229, 0.07)
2116
+ } .button__component_1pr6m[disabled].button__filled_1pr6m.button__loading_1pr6m {
2117
+ color: rgba(255, 255, 255, 0.94);
2118
+ background-color: rgba(222, 222, 238, 0.13);
2119
+ } .button__component_1pr6m[disabled].button__transparent_1pr6m {
2120
+ background-color: transparent
2121
+ } .button__component_1pr6m[disabled].button__transparent_1pr6m.button__loading_1pr6m {
2122
+ color: rgba(255, 255, 255, 0.94);
2123
+ } .button__component_1pr6m[disabled].button__link_1pr6m {
2124
+ background-color: transparent
2125
+ } .button__component_1pr6m[disabled].button__link_1pr6m.button__loading_1pr6m {
2126
+ color: rgba(255, 255, 255, 0.94);
2127
+ } .button__component_1pr6m[disabled].button__text_1pr6m.button__loading_1pr6m {
2128
+ color: rgba(255, 255, 255, 0.94);
2129
+ } .button__component_1pr6m[disabled].button__ghost_1pr6m.button__loading_1pr6m {
2130
+ color: rgba(255, 255, 255, 0.94);
2131
+ }
2132
+ .button__component_1dpt6 {
2133
+ -webkit-tap-highlight-color: transparent;
2134
+ } .button__focused_1dpt6 {
2135
+ outline: 2px solid #3193fc;
2136
+ }
2137
+ .button__accent_1c935 {
2138
+ color: rgba(255, 255, 255, 0.94);
2139
+ background-color: #ef3124;
2140
+ border: 1px solid transparent
2141
+ } @media (hover: hover) {
2142
+ .button__accent_1c935:hover {
2143
+ background-color: #e32a17;
2144
+ }
2145
+ } .button__accent_1c935:active {
2146
+ background-color: #d72505;
2147
+ } .button__accent_1c935 > .button__loader_1c935 {
2148
+ color: rgba(255, 255, 255, 0.94);
2149
+ } .button__primary_1c935 {
2150
+ border: 1px solid transparent
2151
+ } .button__primary_1c935 .button__hint_1c935 {
2152
+ color: rgba(238, 238, 251, 0.55);
2153
+ } .button__secondary_1c935 {
2154
+ color: rgba(3, 3, 6, 0.88);
2155
+ border: 1px solid transparent
2156
+ } .button__secondary_1c935 > .button__loader_1c935 {
2157
+ color: rgba(3, 3, 6, 0.88);
2158
+ } .button__secondary_1c935 .button__hint_1c935 {
2159
+ color: rgba(4, 4, 19, 0.55);
2160
+ } .button__outlined_1c935 {
2161
+ color: rgba(3, 3, 6, 0.88);
2162
+ background-color: rgba(255, 255, 255, 0);
2163
+ border: 1px solid rgba(3, 3, 6, 0.88)
2164
+ } @media (hover: hover) {
2165
+ .button__outlined_1c935:hover {
2166
+ background-color: rgba(38, 55, 88, 0.06);
2167
+ border-color: rgba(3, 3, 6, 0.88);
2168
+ }
2169
+ } .button__outlined_1c935:active {
2170
+ background-color: rgba(30, 43, 68, 0.08);
2171
+ } .button__outlined_1c935 > .button__loader_1c935 {
2172
+ color: rgba(3, 3, 6, 0.88);
2173
+ } .button__outlined_1c935 .button__hint_1c935 {
2174
+ color: rgba(4, 4, 19, 0.55);
2175
+ } .button__tertiary_1c935 {
2176
+ color: rgba(3, 3, 6, 0.88);
2177
+ background-color: rgba(255, 255, 255, 0);
2178
+ border: 1px solid rgba(3, 3, 6, 0.88)
2179
+ } @media (hover: hover) {
2180
+ .button__tertiary_1c935:hover {
2181
+ background-color: rgba(38, 55, 88, 0.06);
2182
+ border-color: rgba(3, 3, 6, 0.88);
2183
+ }
2184
+ } .button__tertiary_1c935:active {
2185
+ background-color: rgba(30, 43, 68, 0.08);
2186
+ } .button__tertiary_1c935 > .button__loader_1c935 {
2187
+ color: rgba(3, 3, 6, 0.88);
2188
+ } .button__tertiary_1c935 .button__hint_1c935 {
2189
+ color: rgba(4, 4, 19, 0.55);
2190
+ } .button__filled_1c935 {
2191
+ color: rgba(3, 3, 6, 0.88);
2192
+ background-color: rgba(15, 25, 55, 0.1);
2193
+ border: 1px solid transparent
2194
+ } @media (hover: hover) {
2195
+ .button__filled_1c935:hover {
2196
+ background-color: rgba(5, 12, 41, 0.14);
2197
+ }
2198
+ } .button__filled_1c935:active {
2199
+ background-color: rgba(5, 11, 44, 0.18);
2200
+ } .button__filled_1c935 > .button__loader_1c935 {
2201
+ color: rgba(3, 3, 6, 0.88);
2202
+ } .button__transparent_1c935 {
2203
+ color: rgba(3, 3, 6, 0.88);
2204
+ background-color: transparent;
2205
+ border: 1px solid transparent
2206
+ } @media (hover: hover) {
2207
+ .button__transparent_1c935:hover {
2208
+ background-color: rgba(38, 55, 88, 0.06);
2209
+ }
2210
+ } .button__transparent_1c935:active {
2211
+ background-color: rgba(30, 43, 68, 0.08);
2212
+ } .button__transparent_1c935 > .button__loader_1c935 {
2213
+ color: rgba(3, 3, 6, 0.88);
2214
+ } .button__transparent_1c935 .button__hint_1c935 {
2215
+ color: rgba(4, 4, 19, 0.55);
2216
+ } .button__link_1c935 {
2217
+ color: rgba(3, 3, 6, 0.88);
2218
+ background-color: transparent;
2219
+ border: 1px solid transparent
2220
+ } @media (hover: hover) {
2221
+ .button__link_1c935:hover {
2222
+ background-color: rgba(38, 55, 88, 0.06);
2223
+ }
2224
+ } .button__link_1c935:active {
2225
+ background-color: rgba(30, 43, 68, 0.08);
2226
+ } .button__link_1c935 > .button__loader_1c935 {
2227
+ color: rgba(3, 3, 6, 0.88);
2228
+ } .button__text_1c935 {
2229
+ background-color: transparent;
2230
+ color: rgba(3, 3, 6, 0.88)
2231
+ } @media (hover: hover) {
2232
+ .button__text_1c935:hover {
2233
+ color: rgba(1, 1, 12, 0.63);
2234
+ }
2235
+ } .button__text_1c935 > .button__loader_1c935 {
2236
+ color: rgba(3, 3, 6, 0.88);
2237
+ } .button__text_1c935 .button__hint_1c935 {
2238
+ color: rgba(4, 4, 19, 0.55);
2239
+ } .button__ghost_1c935 {
2240
+ background-color: transparent;
2241
+ color: rgba(3, 3, 6, 0.88)
2242
+ } @media (hover: hover) {
2243
+ .button__ghost_1c935:hover {
2244
+ color: rgba(1, 1, 12, 0.63);
2245
+ }
2246
+ } .button__ghost_1c935 > .button__loader_1c935 {
2247
+ color: rgba(3, 3, 6, 0.88);
2248
+ } .button__component_1c935[disabled].button__accent_1c935 {
2249
+ color: rgba(5, 8, 29, 0.38);
2250
+ background-color: rgba(38, 55, 88, 0.06)
2251
+ } .button__component_1c935[disabled].button__accent_1c935.button__loading_1c935 {
2252
+ color: rgba(255, 255, 255, 0.94);
2253
+ background-color: #ef3124;
2254
+ } .button__component_1c935[disabled].button__secondary_1c935 {
2255
+ border-color: transparent
2256
+ } .button__component_1c935[disabled].button__secondary_1c935.button__loading_1c935 {
2257
+ color: rgba(3, 3, 6, 0.88);
2258
+ background-color: rgba(15, 25, 55, 0.1);
2259
+ border-color: transparent;
2260
+ } .button__component_1c935[disabled].button__outlined_1c935 {
2261
+ background-color: rgba(255, 255, 255, 0)
2262
+ } .button__component_1c935[disabled].button__outlined_1c935.button__loading_1c935 {
2263
+ color: rgba(3, 3, 6, 0.88);
2264
+ } .button__component_1c935[disabled].button__tertiary_1c935 {
2265
+ background-color: rgba(255, 255, 255, 0)
2266
+ } .button__component_1c935[disabled].button__tertiary_1c935.button__loading_1c935 {
2267
+ color: rgba(3, 3, 6, 0.88);
2268
+ } .button__component_1c935[disabled].button__filled_1c935 {
2269
+ color: rgba(5, 8, 29, 0.38);
2270
+ background-color: rgba(38, 55, 88, 0.06)
2271
+ } .button__component_1c935[disabled].button__filled_1c935.button__loading_1c935 {
2272
+ color: rgba(3, 3, 6, 0.88);
2273
+ background-color: rgba(15, 25, 55, 0.1);
2274
+ } .button__component_1c935[disabled].button__transparent_1c935 {
2275
+ background-color: transparent
2276
+ } .button__component_1c935[disabled].button__transparent_1c935.button__loading_1c935 {
2277
+ color: rgba(3, 3, 6, 0.88);
2278
+ } .button__component_1c935[disabled].button__link_1c935 {
2279
+ background-color: transparent
2280
+ } .button__component_1c935[disabled].button__link_1c935.button__loading_1c935 {
2281
+ color: rgba(3, 3, 6, 0.88);
2282
+ } .button__component_1c935[disabled].button__text_1c935.button__loading_1c935 {
2283
+ color: rgba(3, 3, 6, 0.88);
2284
+ } .button__component_1c935[disabled].button__ghost_1c935.button__loading_1c935 {
2285
+ color: rgba(3, 3, 6, 0.88);
2286
+ }.circular-progress-bar__component_4jc9j.circular-progress-bar__bg-positive_4jc9j {
2287
+ background: #17d055;
2288
+ } .circular-progress-bar__component_4jc9j.circular-progress-bar__bg-negative_4jc9j {
2289
+ background: #ff4837;
2290
+ } .circular-progress-bar__backgroundCircle_4jc9j,
2291
+ .circular-progress-bar__progressCircle_4jc9j {
2292
+ fill: transparent;
2293
+ } .circular-progress-bar__positive_4jc9j {
2294
+ stroke: #17d055;
2295
+ } .circular-progress-bar__negative_4jc9j {
2296
+ stroke: #ff4837;
2297
+ } .circular-progress-bar__backgroundCircle_4jc9j {
2298
+ stroke: rgba(222, 222, 238, 0.13)
2299
+ } .circular-progress-bar__backgroundCircle_4jc9j.circular-progress-bar__stroke_4jc9j {
2300
+ stroke: transparent;
2301
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-tertiary_4jc9j {
2302
+ color: #4a4a51;
2303
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-positive_4jc9j {
2304
+ color: #17d055;
2305
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-negative_4jc9j {
2306
+ color: #ff4837;
2307
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-primary-inverted_4jc9j {
2308
+ color: rgba(3, 3, 6, 0.88);
2309
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-primary_4jc9j {
2310
+ color: rgba(255, 255, 255, 0.94);
2311
+ } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-secondary_4jc9j {
2312
+ color: #898991;
2313
+ }.chart__coreChart_14slf .recharts-text tspan {
2314
+ fill: rgba(255, 255, 255, 0.94);
2315
+ }
2316
+ @keyframes chart__showDot_o2tkw {
2317
+ }
2318
+
2319
+ .chart__tickText_1ji8v {
2320
+ fill: rgba(255, 255, 255, 0.94);
2321
+ } .chart__circle_1ji8v {
2322
+ fill: #121213;
2323
+ } .chart__circle_1ji8v {
2324
+ fill: #121213;
2325
+ }
2326
+ .chart__tooltip_1m58s {
2327
+ background-color: #121213;
2328
+ border: 1px solid #353539;
2329
+ box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
2330
+ 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);
2331
+ } .chart__tooltipArrow_1m58s {
2332
+ border: 1px solid #353539;
2333
+ background-color: #121213;
2334
+ } .chart__tooltipArrow_1m58s:before {
2335
+ border-color: transparent #121213 transparent transparent;
2336
+ }.comment__component_pw0o0 {
2337
+ background-color: #1c1c1e;
2338
+ }.list-header__filled_17rms {
2339
+ background-color: #212124;
2340
+ }.list__list_1k1vu {
2341
+ color: rgba(255, 255, 255, 0.94);
2342
+ }
2343
+ .list__slot_19xes.list__defaultColor_19xes {
2344
+ color: rgba(255, 255, 255, 0.94);
2345
+ }.attach__component_15dim {
2346
+ } .attach__file_15dim,
2347
+ .attach__noFile_15dim {
2348
+ color: rgba(238, 238, 251, 0.55);
2349
+ } .attach__focused_15dim {
2350
+ outline: 2px solid #3193fc;
2351
+ }.tab-bar__component_u08lo.tab-bar__modal-bg-primary_u08lo {
2352
+ background-color: #121213;
2353
+ } .tab-bar__component_u08lo.tab-bar__modal-bg-alt-primary_u08lo {
2354
+ background-color: #121213;
2355
+ } .tab-bar__border_u08lo {
2356
+ box-shadow: 0 -1px 0 0 rgba(222, 222, 238, 0.13);
2357
+ }
2358
+ .tab-bar__component_17urp {
2359
+ -webkit-tap-highlight-color: transparent;
2360
+ background-color: transparent;
2361
+ color: rgba(238, 238, 251, 0.55);
2362
+ } .tab-bar__primary_17urp {
2363
+ color: #f83a2a;
2364
+ } .tab-bar__secondary_17urp {
2365
+ color: #f2f3f5;
2366
+ } .tab-bar__label_17urp {
2367
+ color: rgba(238, 238, 251, 0.55);
2368
+ }.stepped-progress-bar__bar_1r94f {
2369
+ background: rgba(222, 222, 238, 0.13);
2370
+ } .stepped-progress-bar__description_1r94f {
2371
+ color: rgba(238, 238, 251, 0.55);
2372
+ }
2373
+
2374
+ .stepped-progress-bar__bar_1hqev {
2375
+ background: rgba(15, 25, 55, 0.1);
2376
+ } .stepped-progress-bar__description_1hqev {
2377
+ color: rgba(4, 4, 19, 0.55);
2378
+ }
2379
+ .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__positive_ptpmb {
2380
+ background: #17d055;
2381
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__attention_ptpmb {
2382
+ background: #fda136;
2383
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__negative_ptpmb {
2384
+ background: #ff4837;
2385
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__link_ptpmb {
2386
+ background: #3193fc;
2387
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__tertiary_ptpmb {
2388
+ background: #4a4a51;
2389
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__secondary_ptpmb {
2390
+ background: #898991;
2391
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__primary_ptpmb {
2392
+ background: rgba(255, 255, 255, 0.94);
2393
+ } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__accent_ptpmb {
2394
+ background: #f83a2a;
2395
+ }.confirmation-v1__errorHeader_wa4ug {
2396
+ color: rgba(255, 255, 255, 0.94);
2397
+ color: rgba(255, 255, 255, 0.94);
2398
+ } .confirmation-v1__errorText_wa4ug {
2399
+ color: rgba(238, 238, 251, 0.55);
2400
+ color: rgba(238, 238, 251, 0.55);
2401
+ } .confirmation-v1__phoneHintText_wa4ug {
2402
+ color: rgba(238, 238, 251, 0.55);
2403
+ color: rgba(238, 238, 251, 0.55);
2404
+ } .confirmation-v1__phonesWrap_wa4ug {
2405
+ color: rgba(238, 238, 251, 0.55);
2406
+ } .confirmation-v1__phoneDescription_wa4ug {
2407
+ color: rgba(238, 238, 251, 0.55);
2408
+ }
2409
+ .confirmation-v1__input_k25o6 {
2410
+ background-color: rgba(222, 222, 238, 0.13);
2411
+ color: rgba(255, 255, 255, 0.94)
2412
+ } .confirmation-v1__input_k25o6.confirmation-v1__hasError_k25o6 {
2413
+ color: #ff4837;
2414
+ caret-color: rgba(255, 255, 255, 0.94);
2415
+ background-color: #392523;
2416
+ } .confirmation-v1__input_k25o6.confirmation-v1__disabled_k25o6 {
2417
+ color: rgba(233, 233, 250, 0.37);
2418
+ } @keyframes confirmation-v1__shake_k25o6 {
2419
+ }
2420
+ .confirmation-v1__component_haxsr {
2421
+ color: rgba(238, 238, 251, 0.55);
2422
+ color: rgba(238, 238, 251, 0.55);
2423
+ }
2424
+ .confirmation-v1__circle_gvpf2 {
2425
+ fill: transparent;
2426
+ stroke: #4a4a51;
2427
+ }
2428
+ .confirmation-v1__title_13ujm {
2429
+ color: rgba(255, 255, 255, 0.94);
2430
+ } .confirmation-v1__description_13ujm {
2431
+ color: rgba(238, 238, 251, 0.55);
2432
+ } .confirmation-v1__alertIcon_13ujm {
2433
+ color: #d91d0b;
2434
+ }
2435
+ .confirmation-v1__header_1kn9s {
2436
+ color: rgba(255, 255, 255, 0.94);
2437
+ color: rgba(255, 255, 255, 0.94);
2438
+ } .confirmation-v1__error_1kn9s {
2439
+ color: #ff4837;
2440
+ } .confirmation-v1__loaderText_1kn9s {
2441
+ color: rgba(238, 238, 251, 0.55);
2442
+ color: rgba(238, 238, 251, 0.55);
2443
+ }.custom-button__customButton_10g1n.custom-button__border_10g1n {
2444
+ border: 1px solid transparent;
2445
+ } .custom-button__customButton_10g1n.custom-button__white_10g1n * {
2446
+ color: rgba(3, 3, 6, 0.88);
2447
+ } .custom-button__customButton_10g1n.custom-button__black_10g1n * {
2448
+ color: rgba(255, 255, 255, 0.94);
2449
+ } .custom-button__customButton_10g1n.custom-button__static-white_10g1n * {
2450
+ color: rgba(255, 255, 255, 0.94);
2451
+ } .custom-button__customButton_10g1n.custom-button__static-black_10g1n * {
2452
+ color: rgba(3, 3, 6, 0.88);
2453
+ } .custom-button__customButton_10g1n:before {
2454
+ background-color: rgba(0, 0, 0, 0);
2455
+ } .custom-button__customButton_10g1n.custom-button__darkening_10g1n:hover:before {
2456
+ background-color: rgba(225, 225, 248, 0.09);
2457
+ } .custom-button__customButton_10g1n.custom-button__darkening_10g1n:active:before {
2458
+ background-color: rgba(231, 231, 248, 0.18);
2459
+ } .custom-button__customButton_10g1n.custom-button__lightening_10g1n:hover:before {
2460
+ background-color: rgba(30, 43, 68, 0.08);
2461
+ } .custom-button__customButton_10g1n.custom-button__lightening_10g1n:active:before {
2462
+ background-color: rgba(5, 11, 44, 0.18);
2463
+ } .custom-button__customButton_10g1n.custom-button__static-darkening_10g1n:hover:before {
2464
+ background-color: rgba(0, 0, 0, 0.07);
2465
+ } .custom-button__customButton_10g1n.custom-button__static-darkening_10g1n:active:before {
2466
+ background-color: rgba(0, 0, 0, 0.15);
2467
+ } .custom-button__customButton_10g1n.custom-button__static-lightening_10g1n:hover:before {
2468
+ background-color: rgba(255, 255, 255, 0.07);
2469
+ } .custom-button__customButton_10g1n.custom-button__static-lightening_10g1n:active:before {
2470
+ background-color: rgba(255, 255, 255, 0.15);
2471
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-default_10g1n {
2472
+ background-color: rgba(214, 214, 229, 0.07)
2473
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-default_10g1n span {
2474
+ color: rgba(233, 233, 250, 0.37);
2475
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static_10g1n {
2476
+ background-color: rgba(38, 55, 88, 0.06)
2477
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static_10g1n span {
2478
+ color: rgba(5, 8, 29, 0.38);
2479
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-inverted_10g1n {
2480
+ background-color: rgba(38, 55, 88, 0.06)
2481
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-inverted_10g1n span {
2482
+ color: rgba(5, 8, 29, 0.38);
2483
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static-inverted_10g1n {
2484
+ background-color: rgba(214, 214, 229, 0.07)
2485
+ } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static-inverted_10g1n span {
2486
+ color: rgba(233, 233, 250, 0.37);
2487
+ }.cc-icon-button.icon-button__primary_dkiqi {
2488
+ color: rgba(255, 255, 255, 0.94)
2489
+ } .cc-icon-button.icon-button__primary_dkiqi:hover {
2490
+ color: rgba(255, 255, 255, 0.7);
2491
+ } .cc-icon-button.icon-button__primary_dkiqi:active {
2492
+ color: rgba(255, 255, 255, 0.6);
2493
+ } .cc-icon-button.icon-button__secondary_dkiqi {
2494
+ color: rgba(238, 238, 251, 0.55)
2495
+ } .cc-icon-button.icon-button__secondary_dkiqi:hover {
2496
+ color: rgba(239, 240, 252, 0.65);
2497
+ } .cc-icon-button.icon-button__secondary_dkiqi:active {
2498
+ color: rgba(243, 245, 254, 0.75);
2499
+ } .cc-icon-button.icon-button__transparent_dkiqi {
2500
+ color: rgba(228, 228, 251, 0.28)
2501
+ } .cc-icon-button.icon-button__transparent_dkiqi:hover {
2502
+ color: rgba(233, 233, 250, 0.37);
2503
+ } .cc-icon-button.icon-button__transparent_dkiqi:active {
2504
+ color: rgba(238, 238, 254, 0.46);
2505
+ } .cc-icon-button.icon-button__negative_dkiqi {
2506
+ color: #ff4837
2507
+ } .cc-icon-button.icon-button__negative_dkiqi:hover {
2508
+ color: #ff755e;
2509
+ } .cc-icon-button.icon-button__negative_dkiqi:active {
2510
+ color: #ff8d79;
2511
+ } .cc-icon-button.icon-button__tertiary_dkiqi {
2512
+ color: rgba(228, 228, 251, 0.28)
2513
+ } .cc-icon-button.icon-button__tertiary_dkiqi:hover {
2514
+ color: rgba(233, 233, 250, 0.37);
2515
+ } .cc-icon-button.icon-button__tertiary_dkiqi:active {
2516
+ color: rgba(238, 238, 254, 0.46);
2517
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__primary_dkiqi {
2518
+ color: rgba(255, 255, 255, 0.94)
2519
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__primary_dkiqi:hover {
2520
+ background: rgba(214, 214, 229, 0.07);
2521
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__primary_dkiqi:active {
2522
+ background: rgba(225, 225, 248, 0.09);
2523
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__secondary_dkiqi {
2524
+ color: rgba(238, 238, 251, 0.55)
2525
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__secondary_dkiqi:hover {
2526
+ background: rgba(214, 214, 229, 0.07);
2527
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__secondary_dkiqi:active {
2528
+ background: rgba(225, 225, 248, 0.09);
2529
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__negative_dkiqi {
2530
+ color: #ff4837
2531
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__negative_dkiqi:hover {
2532
+ background: rgba(214, 214, 229, 0.07);
2533
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__negative_dkiqi:active {
2534
+ background: rgba(225, 225, 248, 0.09);
2535
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__tertiary_dkiqi {
2536
+ color: rgba(233, 233, 250, 0.37)
2537
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__tertiary_dkiqi:hover {
2538
+ background: rgba(214, 214, 229, 0.07);
2539
+ } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__tertiary_dkiqi:active {
2540
+ background: rgba(225, 225, 248, 0.09);
2541
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__primary_dkiqi {
2542
+ color: rgba(222, 222, 238, 0.13)
2543
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__primary_dkiqi.icon-button__loader_dkiqi {
2544
+ color: rgba(255, 255, 255, 0.94);
2545
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__secondary_dkiqi {
2546
+ color: rgba(222, 222, 238, 0.13)
2547
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__secondary_dkiqi.icon-button__loader_dkiqi {
2548
+ color: rgba(238, 238, 251, 0.55);
2549
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__negative_dkiqi {
2550
+ color: rgba(222, 222, 238, 0.13)
2551
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__negative_dkiqi.icon-button__loader_dkiqi {
2552
+ color: #ff4837;
2553
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__tertiary_dkiqi {
2554
+ color: rgba(222, 222, 238, 0.13)
2555
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__tertiary_dkiqi.icon-button__loader_dkiqi {
2556
+ color: rgba(228, 228, 251, 0.28);
2557
+ } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__transparentBg_dkiqi {
2558
+ background: transparent;
2559
+ }
2560
+
2561
+ .cc-icon-button.icon-button__primary_9rm2w {
2562
+ color: rgba(3, 3, 6, 0.88)
2563
+ } .cc-icon-button.icon-button__primary_9rm2w:hover {
2564
+ color: rgba(2, 2, 10, 0.76);
2565
+ } .cc-icon-button.icon-button__primary_9rm2w:active {
2566
+ color: rgba(1, 1, 12, 0.63);
2567
+ } .cc-icon-button.icon-button__secondary_9rm2w {
2568
+ color: rgba(4, 4, 21, 0.47)
2569
+ } .cc-icon-button.icon-button__secondary_9rm2w:hover {
2570
+ color: rgba(4, 4, 19, 0.55);
2571
+ } .cc-icon-button.icon-button__secondary_9rm2w:active {
2572
+ color: rgba(1, 1, 12, 0.63);
2573
+ } .cc-icon-button.icon-button__transparent_9rm2w {
2574
+ color: rgba(9, 12, 37, 0.28)
2575
+ } .cc-icon-button.icon-button__transparent_9rm2w:hover {
2576
+ color: rgba(5, 8, 29, 0.38);
2577
+ } .cc-icon-button.icon-button__transparent_9rm2w:active {
2578
+ color: rgba(4, 4, 21, 0.47);
2579
+ } .cc-icon-button.icon-button__negative_9rm2w {
2580
+ color: #ff4837
2581
+ } .cc-icon-button.icon-button__negative_9rm2w:hover {
2582
+ color: #ec2d20;
2583
+ } .cc-icon-button.icon-button__negative_9rm2w:active {
2584
+ color: #c7241f;
2585
+ } .cc-icon-button.icon-button__tertiary_9rm2w {
2586
+ color: rgba(9, 12, 37, 0.28)
2587
+ } .cc-icon-button.icon-button__tertiary_9rm2w:hover {
2588
+ color: rgba(5, 8, 29, 0.38);
2589
+ } .cc-icon-button.icon-button__tertiary_9rm2w:active {
2590
+ color: rgba(4, 4, 21, 0.47);
2591
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__primary_9rm2w {
2592
+ color: rgba(3, 3, 6, 0.88)
2593
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__primary_9rm2w:hover {
2594
+ background: rgba(38, 55, 88, 0.06);
2595
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__primary_9rm2w:active {
2596
+ background: rgba(30, 43, 68, 0.08);
2597
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__secondary_9rm2w {
2598
+ color: rgba(4, 4, 19, 0.55)
2599
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__secondary_9rm2w:hover {
2600
+ background: rgba(38, 55, 88, 0.06);
2601
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__secondary_9rm2w:active {
2602
+ background: rgba(30, 43, 68, 0.08);
2603
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__negative_9rm2w {
2604
+ color: #ec2d20
2605
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__negative_9rm2w:hover {
2606
+ background: rgba(38, 55, 88, 0.06);
2607
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__negative_9rm2w:active {
2608
+ background: rgba(30, 43, 68, 0.08);
2609
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__tertiary_9rm2w {
2610
+ color: rgba(5, 8, 29, 0.38)
2611
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__tertiary_9rm2w:hover {
2612
+ background: rgba(38, 55, 88, 0.06);
2613
+ } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__tertiary_9rm2w:active {
2614
+ background: rgba(30, 43, 68, 0.08);
2615
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__primary_9rm2w {
2616
+ color: rgba(15, 25, 55, 0.1)
2617
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__primary_9rm2w.icon-button__loader_9rm2w {
2618
+ color: rgba(3, 3, 6, 0.88);
2619
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__secondary_9rm2w {
2620
+ color: rgba(15, 25, 55, 0.1)
2621
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__secondary_9rm2w.icon-button__loader_9rm2w {
2622
+ color: rgba(4, 4, 21, 0.47);
2623
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__negative_9rm2w {
2624
+ color: rgba(15, 25, 55, 0.1)
2625
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__negative_9rm2w.icon-button__loader_9rm2w {
2626
+ color: #ff4837;
2627
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__tertiary_9rm2w {
2628
+ color: rgba(15, 25, 55, 0.1)
2629
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__tertiary_9rm2w.icon-button__loader_9rm2w {
2630
+ color: rgba(9, 12, 37, 0.28);
2631
+ } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__transparentBg_9rm2w {
2632
+ background: transparent;
2633
+ }
2634
+ .confirmation__component_1oti4 {
2635
+ color: rgba(238, 238, 251, 0.55);
2636
+ }
2637
+ .confirmation__circle_1b8ut {
2638
+ fill: transparent;
2639
+ stroke: #4a4a51;
2640
+ }
2641
+
2642
+ .confirmation__typographyTheme_1tfd4.confirmation__typographyTheme_1tfd4 {
2643
+ color: rgba(238, 238, 251, 0.55);
2644
+ } .confirmation__typographyThemeMobile_1tfd4.confirmation__typographyThemeMobile_1tfd4 {
2645
+ color: rgba(238, 238, 251, 0.55);
2646
+ }
2647
+ .confirmation__typographyTheme_15dkv.confirmation__typographyTheme_15dkv {
2648
+ color: rgba(238, 238, 251, 0.55);
2649
+ } .confirmation__typographyThemeMobile_15dkv.confirmation__typographyThemeMobile_15dkv {
2650
+ color: rgba(238, 238, 251, 0.55);
2651
+ }
2652
+ .confirmation__phone_1v2a0.confirmation__phone_1v2a0 {
2653
+ color: rgba(255, 255, 255, 0.94);
2654
+ } .confirmation__typographyTheme_1v2a0.confirmation__typographyTheme_1v2a0 {
2655
+ color: rgba(238, 238, 251, 0.55);
2656
+ } .confirmation__typographyThemeMobile_1v2a0.confirmation__typographyThemeMobile_1v2a0 {
2657
+ color: rgba(238, 238, 251, 0.55);
2658
+ } .confirmation__countdownContainer_1v2a0.confirmation__countdownContainer_1v2a0 {
2659
+ color: rgba(238, 238, 251, 0.55);
2660
+ } .confirmation__timeCounter_1v2a0 {
2661
+ color: rgba(238, 238, 251, 0.55);
2662
+ }
2663
+ .confirmation__typographyTheme_83plh.confirmation__typographyTheme_83plh {
2664
+ color: rgba(238, 238, 251, 0.55);
2665
+ } .confirmation__typographyThemeMobile_83plh.confirmation__typographyThemeMobile_83plh {
2666
+ color: rgba(238, 238, 251, 0.55);
2667
+ } .confirmation__timeCounter_83plh {
2668
+ color: rgba(238, 238, 251, 0.55);
2669
+ }
2670
+ .confirmation__typographyTheme_1fn9p.confirmation__typographyTheme_1fn9p {
2671
+ color: rgba(238, 238, 251, 0.55);
2672
+ } .confirmation__typographyThemeMobile_1fn9p.confirmation__typographyThemeMobile_1fn9p {
2673
+ color: rgba(238, 238, 251, 0.55);
2674
+ }.input__input_1y01f {
2675
+ color: rgba(255, 255, 255, 0.94);
2676
+ caret-color: rgba(255, 255, 255, 0.94);
2677
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2678
+ } .input__input_1y01f:-webkit-autofill {
2679
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
2680
+ } .input__input_1y01f::placeholder {
2681
+ color: rgba(238, 238, 251, 0.55);
2682
+ } .input__hasInnerLabel_1y01f::placeholder {
2683
+ color: rgba(233, 233, 250, 0.37);
2684
+ } .input__input_1y01f:read-only:not(.input__disableUserInput_1y01f) {
2685
+ color: rgba(233, 233, 250, 0.37)
2686
+ } .input__input_1y01f:read-only:not(.input__disableUserInput_1y01f):focus::placeholder {
2687
+ color: rgba(238, 238, 251, 0.55);
2688
+ } .input__input_1y01f:disabled {
2689
+ color: rgba(233, 233, 250, 0.37);
2690
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
2691
+ } .input__input_1y01f:focus::placeholder {
2692
+ color: rgba(233, 233, 250, 0.37);
2693
+ } .input__error_1y01f {
2694
+ color: rgba(255, 255, 255, 0.94);
2695
+ caret-color: rgba(255, 255, 255, 0.94);
2696
+ }
2697
+ .input__focusVisible_1ex4u {
2698
+ outline: 2px solid #3193fc;
2699
+ } @keyframes input__onautofillstart_1ex4u {
2700
+ from {
2701
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2702
+ }
2703
+ to {
2704
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
2705
+ }
2706
+ } @keyframes input__onautofillcancel_1ex4u {
2707
+ from {
2708
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2709
+ }
2710
+ to {
2711
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
2712
+ }
2713
+ }
2714
+ .input__input_1yxq9 {
2715
+ color: rgba(3, 3, 6, 0.88);
2716
+ caret-color: rgba(3, 3, 6, 0.88);
2717
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2718
+ } .input__input_1yxq9:-webkit-autofill {
2719
+ -webkit-text-fill-color: rgba(3, 3, 6, 0.88);
2720
+ } .input__input_1yxq9::placeholder {
2721
+ color: rgba(4, 4, 19, 0.55);
2722
+ } .input__hasInnerLabel_1yxq9::placeholder {
2723
+ color: rgba(5, 8, 29, 0.38);
2724
+ } .input__input_1yxq9:read-only:not(.input__disableUserInput_1yxq9) {
2725
+ color: rgba(5, 8, 29, 0.38)
2726
+ } .input__input_1yxq9:read-only:not(.input__disableUserInput_1yxq9):focus::placeholder {
2727
+ color: rgba(4, 4, 19, 0.55);
2728
+ } .input__input_1yxq9:disabled {
2729
+ color: rgba(5, 8, 29, 0.38);
2730
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
2731
+ } .input__input_1yxq9:focus::placeholder {
2732
+ color: rgba(5, 8, 29, 0.38);
2733
+ } .input__error_1yxq9 {
2734
+ color: rgba(3, 3, 6, 0.88);
2735
+ caret-color: rgba(3, 3, 6, 0.88);
2736
+ }
2737
+ .input__clearIcon_22i5q {
2738
+ color: rgba(228, 228, 251, 0.28)
2739
+ } .input__clearIcon_22i5q:hover {
2740
+ color: rgba(233, 233, 250, 0.37);
2741
+ } .input__clearIcon_22i5q:active {
2742
+ color: rgba(238, 238, 254, 0.46);
2743
+ }
2744
+
2745
+ .input__clearIcon_13x0h {
2746
+ color: rgba(9, 12, 37, 0.28)
2747
+ } .input__clearIcon_13x0h:hover {
2748
+ color: rgba(5, 8, 29, 0.38);
2749
+ } .input__clearIcon_13x0h:active {
2750
+ color: rgba(4, 4, 21, 0.47);
2751
+ }.navigation-bar__border_ydlkj {
2752
+ box-shadow: 0 1px 0 0 #29292c;
2753
+ } .navigation-bar__content_ydlkj {
2754
+ color: rgba(255, 255, 255, 0.94)
2755
+ } .navigation-bar__subtitle_ydlkj {
2756
+ color: rgba(238, 238, 251, 0.55);
2757
+ }
2758
+ .navigation-bar__iconWrapper_4m9f6 {
2759
+ background: rgba(214, 214, 229, 0.07)
2760
+ } .navigation-bar__iconWrapper_4m9f6.navigation-bar__back_4m9f6 {
2761
+ background: transparent;
2762
+ } .navigation-bar__floating_4m9f6 path {
2763
+ fill: rgba(238, 238, 251, 0.55);
2764
+ } .navigation-bar__floating_4m9f6:hover path {
2765
+ fill: rgba(239, 240, 252, 0.65);
2766
+ } .navigation-bar__floating_4m9f6:active path {
2767
+ fill: rgba(243, 245, 254, 0.75);
2768
+ }
2769
+ .pass-code-v1__message_1ahyw {
2770
+ color: rgba(255, 255, 255, 0.94);
2771
+ } .pass-code-v1__error_1ahyw {
2772
+ color: #ff4837;
2773
+ }
2774
+ .pass-code-v1__dot_qf6bi {
2775
+ background: rgba(222, 222, 238, 0.13)
2776
+ } .pass-code-v1__dot_qf6bi.pass-code-v1__error_qf6bi {
2777
+ background: #ff4837;
2778
+ } .pass-code-v1__filled_qf6bi {
2779
+ background: rgba(255, 255, 255, 0.94);
2780
+ }
2781
+ @keyframes pass-code-v1__shake_13ws3 {
2782
+ }
2783
+
2784
+ .pass-code-v1__secondary_1bzde.pass-code-v1__secondary_1bzde {
2785
+ color: rgba(255, 255, 255, 0.94);
2786
+ background: rgba(225, 225, 248, 0.09)
2787
+ } .pass-code-v1__secondary_1bzde.pass-code-v1__secondary_1bzde:hover {
2788
+ color: rgba(255, 255, 255, 0.94);
2789
+ } .pass-code-v1__secondary_1bzde.pass-code-v1__secondary_1bzde:active {
2790
+ background: rgba(234, 234, 248, 0.15);
2791
+ } .pass-code-v1__ghost_1bzde.pass-code-v1__ghost_1bzde {
2792
+ color: rgba(255, 255, 255, 0.94)
2793
+ } .pass-code-v1__ghost_1bzde.pass-code-v1__ghost_1bzde:hover {
2794
+ color: rgba(255, 255, 255, 0.94);
2795
+ } .pass-code-v1__ghost_1bzde.pass-code-v1__ghost_1bzde:active {
2796
+ background: rgba(234, 234, 248, 0.15);
2797
+ }
2798
+ @media screen and (min-width: 360px) {
2799
+ } @media screen and (min-width: 390px) {
2800
+ }
2801
+ .pattern-lock-v1__message_b6s4p {
2802
+ color: rgba(255, 255, 255, 0.94);
2803
+ } .pattern-lock-v1__error_b6s4p {
2804
+ color: #ff4837;
2805
+ }
2806
+
2807
+
2808
+ .pass-code__dot_1n1nr {
2809
+ background: rgba(222, 222, 238, 0.13)
2810
+ } .pass-code__dot_1n1nr.pass-code__filled_1n1nr {
2811
+ background: rgba(255, 255, 255, 0.94);
2812
+ } .pass-code__dot_1n1nr.pass-code__animatedFill_1n1nr {
2813
+ background: rgba(255, 255, 255, 0.94);
2814
+ } .pass-code__dot_1n1nr.pass-code__error_1n1nr {
2815
+ background: #ff4837;
2816
+ } .pass-code__dot_1n1nr.pass-code__success_1n1nr {
2817
+ background: #17d055;
2818
+ } .pass-code__dot_1n1nr.pass-code__rawSuccess_1n1nr {
2819
+ background: #17d055;
2820
+ }
2821
+ @keyframes pass-code__shake_1wh8a {
2822
+ }
2823
+
2824
+ .pass-code__secondary_1659r.pass-code__secondary_1659r,
2825
+ .pass-code__button_1659r.pass-code__button_1659r {
2826
+ color: rgba(255, 255, 255, 0.94);
2827
+ background-color: rgba(255, 255, 255, 0)
2828
+ } .pass-code__secondary_1659r.pass-code__secondary_1659r:active, .pass-code__button_1659r.pass-code__button_1659r:active {
2829
+ background-color: rgba(225, 225, 248, 0.09);
2830
+ } .pass-code__secondary_1659r.pass-code__secondary_1659r:not(.pass-code__isIOS_1659r):hover, .pass-code__button_1659r.pass-code__button_1659r:not(.pass-code__isIOS_1659r):hover {
2831
+ background-color: rgba(214, 214, 229, 0.07);
2832
+ } .pass-code__secondary_1659r.pass-code__secondary_1659r:not(.pass-code__isIOS_1659r):active, .pass-code__button_1659r.pass-code__button_1659r:not(.pass-code__isIOS_1659r):active {
2833
+ background-color: rgba(225, 225, 248, 0.09);
2834
+ }.product-cover__component_lawz6 {
2835
+ background-color: #4a4a51
2836
+ }
2837
+
2838
+ .product-cover__cardMack_nd7sf {
2839
+ background-color: rgba(3, 3, 6, 0.88);
2840
+ }
2841
+ .product-cover__default_kce63 {
2842
+ background: rgba(238, 238, 251, 0.55);
2843
+ } .product-cover__inverted_kce63 {
2844
+ background: rgba(4, 4, 21, 0.47);
2845
+ }
2846
+ .product-cover__buttonEye_1lu2r.product-cover__buttonEye_1lu2r {
2847
+ color: #fff
2848
+ } .product-cover__buttonEye_1lu2r.product-cover__buttonEye_1lu2r:hover {
2849
+ color: #fff;
2850
+ } .product-cover__buttonEye_1lu2r.product-cover__buttonEye_1lu2r:active {
2851
+ color: #fff;
2852
+ }.file-upload-item-v1__component_jp5kp {
2853
+ color: rgba(238, 238, 251, 0.55);
2854
+ box-shadow: 0 -1px 0 0 #29292c inset
2855
+ } .file-upload-item-v1__icon_jp5kp {
2856
+ color: rgba(255, 255, 255, 0.94);
2857
+ } .file-upload-item-v1__errorIcon_jp5kp {
2858
+ color: #ff4837;
2859
+ } .file-upload-item-v1__successIcon_jp5kp {
2860
+ color: #17d055;
2861
+ } .file-upload-item-v1__name_jp5kp {
2862
+ color: rgba(255, 255, 255, 0.94)
2863
+ } .file-upload-item-v1__errorWrapper_jp5kp {
2864
+ color: #ff4837;
2865
+ }.pure-cell__focused_ydv0w {
2866
+ outline: 2px solid #3193fc;
2867
+ }
2868
+ .pure-cell__button_1h8f2 {
2869
+ -webkit-tap-highlight-color: transparent;
2870
+ background-color: transparent
2871
+ }
2872
+ .pure-cell__hidden_xacn8 {
2873
+ background: rgba(231, 231, 248, 0.18);
2874
+ }
2875
+ .pure-cell__hidden_1b0fc {
2876
+ background: rgba(231, 231, 248, 0.18);
2877
+ }
2878
+ .pure-cell__categoryPercent_w2uzg {
2879
+ background-color: #1c1c1e;
2880
+ }
2881
+
2882
+
2883
+
2884
+ .pure-cell__button_eb1p5 {
2885
+ -webkit-tap-highlight-color: transparent;
2886
+ background-color: transparent
2887
+ }
2888
+ .pure-cell__component_vfq8c.pure-cell__button_vfq8c {
2889
+ -webkit-tap-highlight-color: transparent;
2890
+ background-color: transparent
2891
+ }
2892
+
2893
+ .file-upload-item__deleteIconColor_1edvp {
2894
+ fill: rgba(233, 233, 250, 0.37)
2895
+ } .file-upload-item__deleteIconColor_1edvp:hover {
2896
+ fill: rgba(238, 238, 254, 0.46);
2897
+ } .file-upload-item__downloadIconColor_1edvp {
2898
+ fill: rgba(233, 233, 250, 0.37)
2899
+ } .file-upload-item__downloadIconColor_1edvp:hover {
2900
+ fill: rgba(238, 238, 254, 0.46);
2901
+ } .file-upload-item__restoreIconColor_1edvp {
2902
+ fill: rgba(233, 233, 250, 0.37)
2903
+ } .file-upload-item__restoreIconColor_1edvp:hover {
2904
+ fill: rgba(238, 238, 254, 0.46);
2905
+ }
2906
+ .file-upload-item__container_i1w8a .file-upload-item__title_i1w8a.file-upload-item__restore_i1w8a {
2907
+ color: rgba(233, 233, 250, 0.37);
2908
+ }
2909
+ .file-upload-item__container_3ecy2 .file-upload-item__progress_3ecy2 {
2910
+ -webkit-mask-image: conic-gradient(black 0, transparent 0);
2911
+ mask-image: conic-gradient(black 0, transparent 0)
2912
+ } .file-upload-item__container_3ecy2 .file-upload-item__progress_3ecy2.file-upload-item__success_3ecy2,
2913
+ .file-upload-item__container_3ecy2 .file-upload-item__progress_3ecy2.file-upload-item__error_3ecy2 {
2914
+ -webkit-mask-image: conic-gradient(black 360deg, transparent 0);
2915
+ mask-image: conic-gradient(black 360deg, transparent 0);
2916
+ } .file-upload-item__container_3ecy2 .file-upload-item__progressBarTransparent_3ecy2 {
2917
+ fill: transparent;
2918
+ } .file-upload-item__container_3ecy2 .file-upload-item__progressBarUploading_3ecy2 {
2919
+ fill: #4a4a51;
2920
+ } .file-upload-item__container_3ecy2 .file-upload-item__progressBarSuccess_3ecy2 {
2921
+ fill: #17d055;
2922
+ } .file-upload-item__container_3ecy2 .file-upload-item__progressBarError_3ecy2 {
2923
+ fill: #ff4837;
2924
+ }
2925
+
2926
+
2927
+ .file-upload-item__iconPDFColored_x17em {
2928
+ fill: #fe5e48;
2929
+ } .file-upload-item__iconDOCColored_x17em {
2930
+ fill: #3193fc;
2931
+ } .file-upload-item__iconExcelColored_x17em {
2932
+ fill: #0cc44d;
2933
+ } .file-upload-item__icon1CColored_x17em {
2934
+ fill: #fa9313;
2935
+ } .file-upload-item__iconDocumentColored_x17em {
2936
+ fill: rgba(255, 255, 255, 0.94);
2937
+ }.navigation-bar-private__content_q5w7b {
2938
+ color: rgba(255, 255, 255, 0.94)
2939
+ } .navigation-bar-private__subtitle_q5w7b {
2940
+ color: rgba(238, 238, 251, 0.55);
2941
+ }
2942
+ .navigation-bar-private__component_fgwa4 {
2943
+ background: rgba(255, 255, 255, 0.04)
2944
+ } .navigation-bar-private__component_fgwa4 svg > path {
2945
+ fill: rgba(255, 255, 255, 0.94);
2946
+ } .navigation-bar-private__component_fgwa4:hover svg > path {
2947
+ fill: rgba(255, 255, 255, 0.7);
2948
+ } .navigation-bar-private__component_fgwa4:active svg > path {
2949
+ fill: rgba(255, 255, 255, 0.6);
2950
+ } .navigation-bar-private__mobileWrapper_fgwa4 {
2951
+ background: rgba(214, 214, 229, 0.07)
2952
+ } .navigation-bar-private__mobileWrapper_fgwa4 svg > path {
2953
+ fill: rgba(238, 238, 251, 0.55);
2954
+ }
2955
+ .navigation-bar-private__button_1wg1y {
2956
+ background: rgba(255, 255, 255, 0.04);
2957
+ color: rgba(255, 255, 255, 0.94)
2958
+ }
2959
+ .navigation-bar-private__button_1wg1y.navigation-bar-private__mobile_1wg1y {
2960
+ background: rgba(214, 214, 229, 0.07);
2961
+ color: rgba(238, 238, 251, 0.55);
2962
+ }
2963
+
2964
+ .navigation-bar-private__button_19uzt {
2965
+ background: rgba(0, 0, 0, 0.04);
2966
+ color: rgba(3, 3, 6, 0.88)
2967
+ }
2968
+ .navigation-bar-private__button_19uzt.navigation-bar-private__mobile_19uzt {
2969
+ background: rgba(38, 55, 88, 0.06);
2970
+ color: rgba(4, 4, 21, 0.47);
2971
+ }
2972
+
2973
+ .plate__component_9vthl {
2974
+ color: rgba(255, 255, 255, 0.94)
2975
+ } .plate__focused_9vthl {
2976
+ outline: 2px solid #3193fc;
2977
+ } .plate__shadow_9vthl:after {
2978
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
2979
+ 0 0 1px rgba(0, 0, 0, 0.04);
2980
+ } .plate__common_9vthl {
2981
+ background-color: rgba(225, 225, 248, 0.09);
2982
+ border: 1px solid rgba(238, 238, 251, 0.55)
2983
+ } .plate__common_9vthl:before {
2984
+ background-color: rgba(238, 238, 251, 0.55);
2985
+ } .plate__negative_9vthl {
2986
+ background-color: #392523;
2987
+ border: 1px solid #ff4837
2988
+ } .plate__negative_9vthl:before {
2989
+ background-color: #ff4837;
2990
+ } .plate__positive_9vthl {
2991
+ background-color: #232d25;
2992
+ border: 1px solid #17d055
2993
+ } .plate__positive_9vthl:before {
2994
+ background-color: #17d055;
2995
+ } .plate__attention_9vthl {
2996
+ background-color: #36291f;
2997
+ border: 1px solid #fda136
2998
+ } .plate__attention_9vthl:before {
2999
+ background-color: #fda136;
3000
+ } .plate__custom_9vthl {
3001
+ background: transparent;
3002
+ border: 1px solid rgba(238, 238, 251, 0.55)
3003
+ } .plate__custom_9vthl:before {
3004
+ background-color: rgba(238, 238, 251, 0.55);
3005
+ }
3006
+
3007
+ .toast-plate__component_1s6r7 {
3008
+ color: rgba(3, 3, 6, 0.88);
3009
+ background-color: #fff;
3010
+ } .toast-plate__closeButtonWrapper_1s6r7:before {
3011
+ background-color: #e7e8eb;
3012
+ }
3013
+
3014
+ .toast-plate__component_2utu9 {
3015
+ color: rgba(255, 255, 255, 0.94);
3016
+ background-color: #1c1c1e;
3017
+ } .toast-plate__closeButtonWrapper_2utu9:before {
3018
+ background-color: #29292c;
3019
+ }.number-input__steppers_1ey1y {
3020
+ background-color: rgba(214, 214, 229, 0.07);
3021
+ } .number-input__steppersFocused_1ey1y,
3022
+ .number-input__steppersDisabled_1ey1y {
3023
+ background-color: rgba(225, 225, 248, 0.09);
3024
+ }
3025
+
3026
+ .number-input__steppers_vsbt6 {
3027
+ background-color: #fff;
3028
+ } .number-input__steppersFocused_vsbt6,
3029
+ .number-input__steppersDisabled_vsbt6 {
3030
+ background-color: rgba(15, 25, 55, 0.1);
3031
+ }
3032
+ .number-input__separator_1wb5z {
3033
+ background-color: rgba(222, 222, 238, 0.13);
3034
+ }
3035
+
3036
+ .number-input__separator_zcka2 {
3037
+ background-color: rgba(15, 25, 55, 0.1);
3038
+ }.slider-input__slider_1ejal .noUi-base:hover > .noUi-connects {
3039
+ background-color: #898991;
3040
+ } .slider-input__slider_1ejal .noUi-connects {
3041
+ background-color: #898991;
3042
+ } .slider-input__steps_1ejal {
3043
+ color: rgba(238, 238, 251, 0.55);
3044
+ } .slider-input__info_1ejal {
3045
+ color: rgba(238, 238, 251, 0.55);
3046
+ }.with-suffix__hasSuffix_eauwo input:focus::placeholder {
3047
+ color: transparent;
3048
+ } .with-suffix__disabled_eauwo {
3049
+ color: rgba(233, 233, 250, 0.37)
3050
+ } .with-suffix__disabled_eauwo.with-suffix__inverted_eauwo {
3051
+ color: rgba(5, 8, 29, 0.38);
3052
+ } .with-suffix__readOnly_eauwo {
3053
+ color: rgba(233, 233, 250, 0.37)
3054
+ } .with-suffix__readOnly_eauwo.with-suffix__inverted_eauwo {
3055
+ color: rgba(5, 8, 29, 0.38);
3056
+ }.bottom-sheet__modal_1xixh.bottom-sheet__modal_1xixh {
3057
+ background-color: transparent;
3058
+ } .bottom-sheet__component_1xixh {
3059
+ background-color: #1c1c1e;
3060
+ } .bottom-sheet__defaultMarker_1xixh {
3061
+ background-color: rgba(222, 222, 238, 0.13);
3062
+ } .bottom-sheet__content_1xixh {
3063
+ color: rgba(255, 255, 255, 0.94);
3064
+ } .bottom-sheet__background-accent_1xixh {
3065
+ background-color: #ef3124;
3066
+ } .bottom-sheet__background-info_1xixh {
3067
+ background-color: #001c3c;
3068
+ } .bottom-sheet__background-attention-muted_1xixh {
3069
+ background-color: #36291f;
3070
+ } .bottom-sheet__background-positive-muted_1xixh {
3071
+ background-color: #232d25;
3072
+ } .bottom-sheet__background-negative-muted_1xixh {
3073
+ background-color: #392523;
3074
+ } .bottom-sheet__background-primary_1xixh {
3075
+ background-color: #121213;
3076
+ } .bottom-sheet__background-primary-inverted_1xixh {
3077
+ background-color: #fff;
3078
+ } .bottom-sheet__background-secondary_1xixh {
3079
+ background-color: #1c1c1e;
3080
+ } .bottom-sheet__background-secondary-inverted_1xixh {
3081
+ background-color: #f2f3f5;
3082
+ } .bottom-sheet__background-tertiary_1xixh {
3083
+ background-color: #27272a;
3084
+ } .bottom-sheet__background-tertiary-inverted_1xixh {
3085
+ background-color: #e7e8ea;
3086
+ } .bottom-sheet__background-quaternary_1xixh {
3087
+ background-color: #36363a;
3088
+ } .bottom-sheet__background-quaternary-inverted_1xixh {
3089
+ background-color: #dcdee2;
3090
+ } .bottom-sheet__background-specialbg-component_1xixh {
3091
+ background-color: rgba(255, 255, 255, 0.1);
3092
+ } .bottom-sheet__background-specialbg-component-inverted_1xixh {
3093
+ background-color: rgba(11, 31, 53, 0.07);
3094
+ } .bottom-sheet__background-specialbg-primary-grouped_1xixh {
3095
+ background-color: #1c1c1e;
3096
+ } .bottom-sheet__background-specialbg-secondary-grouped_1xixh {
3097
+ background-color: #27272a;
3098
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1xixh {
3099
+ background-color: #36363a;
3100
+ } .bottom-sheet__background-specialbg-secondary-transparent_1xixh {
3101
+ background-color: rgba(214, 214, 229, 0.07);
3102
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1xixh {
3103
+ background-color: rgba(38, 55, 88, 0.06);
3104
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1xixh {
3105
+ background-color: rgba(222, 222, 240, 0.12);
3106
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1xixh {
3107
+ background-color: rgba(30, 43, 68, 0.08);
3108
+ }
3109
+ .bottom-sheet__footer_1ktsh {
3110
+ background-color: #1c1c1e;
3111
+ } .bottom-sheet__highlighted_1ktsh {
3112
+ border-top: 1px solid #353539;
3113
+ background-color: #1c1c1e;
3114
+ } .bottom-sheet__background-accent_1ktsh {
3115
+ background-color: #ef3124;
3116
+ } .bottom-sheet__background-info_1ktsh {
3117
+ background-color: #001c3c;
3118
+ } .bottom-sheet__background-attention-muted_1ktsh {
3119
+ background-color: #36291f;
3120
+ } .bottom-sheet__background-positive-muted_1ktsh {
3121
+ background-color: #232d25;
3122
+ } .bottom-sheet__background-negative-muted_1ktsh {
3123
+ background-color: #392523;
3124
+ } .bottom-sheet__background-primary_1ktsh {
3125
+ background-color: #121213;
3126
+ } .bottom-sheet__background-primary-inverted_1ktsh {
3127
+ background-color: #fff;
3128
+ } .bottom-sheet__background-secondary_1ktsh {
3129
+ background-color: #1c1c1e;
3130
+ } .bottom-sheet__background-secondary-inverted_1ktsh {
3131
+ background-color: #f2f3f5;
3132
+ } .bottom-sheet__background-tertiary_1ktsh {
3133
+ background-color: #27272a;
3134
+ } .bottom-sheet__background-tertiary-inverted_1ktsh {
3135
+ background-color: #e7e8ea;
3136
+ } .bottom-sheet__background-quaternary_1ktsh {
3137
+ background-color: #36363a;
3138
+ } .bottom-sheet__background-quaternary-inverted_1ktsh {
3139
+ background-color: #dcdee2;
3140
+ } .bottom-sheet__background-specialbg-component_1ktsh {
3141
+ background-color: rgba(255, 255, 255, 0.1);
3142
+ } .bottom-sheet__background-specialbg-component-inverted_1ktsh {
3143
+ background-color: rgba(11, 31, 53, 0.07);
3144
+ } .bottom-sheet__background-specialbg-primary-grouped_1ktsh {
3145
+ background-color: #1c1c1e;
3146
+ } .bottom-sheet__background-specialbg-secondary-grouped_1ktsh {
3147
+ background-color: #27272a;
3148
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1ktsh {
3149
+ background-color: #36363a;
3150
+ } .bottom-sheet__background-specialbg-secondary-transparent_1ktsh {
3151
+ background-color: rgba(214, 214, 229, 0.07);
3152
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1ktsh {
3153
+ background-color: rgba(38, 55, 88, 0.06);
3154
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1ktsh {
3155
+ background-color: rgba(222, 222, 240, 0.12);
3156
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ktsh {
3157
+ background-color: rgba(30, 43, 68, 0.08);
3158
+ }
3159
+ .bottom-sheet__highlighted_yeb6n {
3160
+ border-bottom: 1px solid #353539;
3161
+ }
3162
+ .popup-sheet__appear_f1ruz,
3163
+ .popup-sheet__enter_f1ruz {
3164
+ background-color: transparent;
3165
+ } .popup-sheet__appearActive_f1ruz,
3166
+ .popup-sheet__enterActive_f1ruz,
3167
+ .popup-sheet__appearDone_f1ruz,
3168
+ .popup-sheet__enterDone_f1ruz {
3169
+ background-color: rgba(0, 0, 0, 0.7);
3170
+ } .popup-sheet__exit_f1ruz {
3171
+ background-color: rgba(0, 0, 0, 0.7);
3172
+ } .popup-sheet__exitActive_f1ruz,
3173
+ .popup-sheet__exitDone_f1ruz {
3174
+ background-color: transparent;
3175
+ }
3176
+
3177
+
3178
+
3179
+
3180
+
3181
+
3182
+
3183
+ .modal__sticky_1k34p {
3184
+ background: #1c1c1e;
3185
+ } .modal__highlighted_1k34p {
3186
+ background: #1c1c1e;
3187
+ box-shadow: 0 -1px 0 0 #29292c;
3188
+ }
3189
+
3190
+
3191
+
3192
+ .modal__highlighted_187b9 {
3193
+ background: #1c1c1e;
3194
+ box-shadow: 0 1px 0 0 #29292c;
3195
+ } .modal__sticky_187b9.modal__hasContent_187b9 {
3196
+ background: #1c1c1e;
3197
+ }
3198
+
3199
+
3200
+
3201
+
3202
+
3203
+
3204
+
3205
+
3206
+
3207
+ .side-panel__sticky_1u496 {
3208
+ background: #1c1c1e;
3209
+ } .side-panel__highlighted_1u496 {
3210
+ background: #1c1c1e;
3211
+ box-shadow: 0 -1px 0 0 #29292c;
3212
+ }
3213
+
3214
+
3215
+
3216
+ .side-panel__highlighted_1lddp {
3217
+ background: #1c1c1e;
3218
+ box-shadow: 0 1px 0 0 #29292c;
3219
+ } .side-panel__sticky_1lddp.side-panel__hasContent_1lddp {
3220
+ background: #1c1c1e;
3221
+ }
3222
+ .toast__toastPlate_clgie {
3223
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3224
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3225
+ } .toast__popoverInner_clgie {
3226
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3227
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3228
+ background-color: transparent;
3229
+ }.bank-card__component_1nt6i {
3230
+ --form-control-bg-color: transparent;
3231
+ --form-control-focus-shadow: transparent;
3232
+ --form-control-hover-bg-color: transparent;
3233
+ --form-control-focus-bg-color: transparent;
3234
+ } .bank-card__label_1nt6i {
3235
+ color: rgba(238, 238, 251, 0.55)
3236
+ } .bank-card__focused_1nt6i .bank-card__label_1nt6i,
3237
+ .bank-card__filled_1nt6i .bank-card__label_1nt6i {
3238
+ color: rgba(255, 255, 255, 0.94)
3239
+ } .bank-card__input_1nt6i {
3240
+ color: rgba(255, 255, 255, 0.94);
3241
+ caret-color: rgba(255, 255, 255, 0.94)
3242
+ } .bank-card__bankLogo_1nt6i svg g {
3243
+ fill: rgba(255, 255, 255, 0.94);
3244
+ } .bank-card__brandLogo_1nt6i svg {
3245
+ fill: rgba(255, 255, 255, 0.94);
3246
+ } .bank-card__usePhoto_1nt6i {
3247
+ background-color: transparent
3248
+ } .bank-card__usePhoto_1nt6i svg {
3249
+ fill: rgba(255, 255, 255, 0.94);
3250
+ }
3251
+
3252
+
3253
+
3254
+ .universal-modal__sticky_g08p1 {
3255
+ background: #1c1c1e;
3256
+ } .universal-modal__highlighted_g08p1 {
3257
+ background: #1c1c1e;
3258
+ box-shadow: 0 -1px 0 0 #29292c;
3259
+ }
3260
+
3261
+
3262
+
3263
+
3264
+
3265
+ .universal-modal__highlighted_65rmi {
3266
+ background: #1c1c1e;
3267
+ box-shadow: 0 1px 0 0 #29292c;
3268
+ } .universal-modal__sticky_65rmi.universal-modal__hasContent_65rmi {
3269
+ background: #1c1c1e;
3270
+ }
3271
+
3272
+
3273
+
3274
+ @keyframes universal-modal__step_1_17qm9 {
3275
+ } @keyframes universal-modal__step_2_17qm9 {
3276
+ 100% {
3277
+ background-color: transparent;
3278
+ }
3279
+ } .universal-modal__appear_17qm9,
3280
+ .universal-modal__enter_17qm9 {
3281
+ background-color: transparent;
3282
+ } .universal-modal__appearActive_17qm9,
3283
+ .universal-modal__enterActive_17qm9,
3284
+ .universal-modal__appearDone_17qm9,
3285
+ .universal-modal__enterDone_17qm9 {
3286
+ background-color: rgba(0, 0, 0, 0.7);
3287
+ } .universal-modal__exit_17qm9 {
3288
+ background-color: rgba(0, 0, 0, 0.7);
3289
+ } .universal-modal__exitDone_17qm9 {
3290
+ background-color: transparent;
3291
+ }
3292
+
3293
+
3294
+
3295
+ .universal-modal__button_1lnkf.universal-modal__button_1lnkf {
3296
+ background-color: rgba(18, 18, 19, 0.4);
3297
+ }
3298
+ .universal-modal__button_fxlbo.universal-modal__button_fxlbo {
3299
+ background-color: rgba(255, 255, 255, 0.04);
3300
+ }
3301
+ .universal-modal__component_14d1q.universal-modal__overlayHidden_14d1q {
3302
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3303
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3304
+ }
3305
+ .universal-modal__component_1u4o6.universal-modal__overlayHidden_1u4o6 {
3306
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3307
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3308
+ }
3309
+ .universal-modal__icon_oktnp {
3310
+ fill: rgba(238, 238, 251, 0.55);
3311
+ }
3312
+ .universal-modal__icon_orxhd {
3313
+ fill: rgba(238, 238, 251, 0.55);
3314
+ }
3315
+
3316
+
3317
+ .amount-input__minorPartAndCurrency_ejfao {
3318
+ color: rgba(238, 238, 251, 0.55)
3319
+ } .amount-input__minorPartAndCurrency_ejfao.amount-input__disabled_ejfao,
3320
+ .amount-input__minorPartAndCurrency_ejfao.amount-input__readOnly_ejfao {
3321
+ color: rgba(233, 233, 250, 0.37);
3322
+ }
3323
+ .amount-input__filled_kb9ue .amount-input__input_kb9ue,
3324
+ .amount-input__input_kb9ue:focus {
3325
+ -webkit-text-fill-color: transparent;
3326
+ }
3327
+ .amount-input__minorPartAndCurrency_x71tf {
3328
+ color: rgba(4, 4, 19, 0.55)
3329
+ } .amount-input__minorPartAndCurrency_x71tf.amount-input__disabled_x71tf,
3330
+ .amount-input__minorPartAndCurrency_x71tf.amount-input__readOnly_x71tf {
3331
+ color: rgba(5, 8, 29, 0.38);
3332
+ }@media (min-width: 600px) {
3333
+ }.tooltip__hint_18tqv {
3334
+ background-color: #fff;
3335
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
3336
+ 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
3337
+ color: rgba(3, 3, 6, 0.88);
3338
+ } .tooltip__hint_18tqv .tooltip__arrow_18tqv:after {
3339
+ background-color: #fff;
3340
+ border-color: #fff;
3341
+ } .tooltip__tooltip_18tqv {
3342
+ border: 1px solid #29292c;
3343
+ background-color: #1c1c1e
3344
+ } .tooltip__tooltip_18tqv .tooltip__arrow_18tqv:after {
3345
+ border-color: #29292c;
3346
+ background-color: #1c1c1e;
3347
+ }
3348
+
3349
+ .tooltip__tooltip_1gfic {
3350
+ background-color: #fff;
3351
+ color: rgba(3, 3, 6, 0.88);
3352
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
3353
+ 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
3354
+ } .tooltip__tooltip_1gfic .tooltip__arrow_1gfic:after {
3355
+ background-color: #fff;
3356
+ } .tooltip__hint_1gfic {
3357
+ background-color: #1c1c1e;
3358
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3359
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3360
+ color: rgba(255, 255, 255, 0.94);
3361
+ } .tooltip__hint_1gfic .tooltip__arrow_1gfic:after {
3362
+ background-color: #1c1c1e;
3363
+ }
3364
+
3365
+ .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-track {
3366
+ background-color: transparent;
3367
+ } .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-track-piece {
3368
+ background-color: transparent;
3369
+ } .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-thumb {
3370
+ background-color: rgba(228, 228, 251, 0.28);
3371
+ border-color: transparent;
3372
+ } .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-thumb:active {
3373
+ background-color: rgba(238, 238, 251, 0.55);
3374
+ }
3375
+ .calendar__appear_1xbum,
3376
+ .calendar__enter_1xbum {
3377
+ background-color: transparent;
3378
+ } .calendar__appearActive_1xbum,
3379
+ .calendar__enterActive_1xbum,
3380
+ .calendar__appearDone_1xbum,
3381
+ .calendar__enterDone_1xbum {
3382
+ background-color: rgba(222, 222, 238, 0.13);
3383
+ } .calendar__exit_1xbum {
3384
+ background-color: rgba(222, 222, 238, 0.13);
3385
+ } .calendar__exitActive_1xbum,
3386
+ .calendar__exitDone_1xbum {
3387
+ background-color: transparent;
3388
+ }
3389
+ .calendar__calendar_q6mcz th {
3390
+ border-bottom: 1px solid #29292c;
3391
+ } .calendar__dayNames_q6mcz {
3392
+ background: #1c1c1e
3393
+ } .calendar__month_q6mcz {
3394
+ color: rgba(255, 255, 255, 0.94)
3395
+ } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz {
3396
+ background-color: rgba(214, 214, 229, 0.07)
3397
+ } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz.calendar__active_q6mcz {
3398
+ background-color: #f2f3f5
3399
+ } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz.calendar__active_q6mcz .calendar__monthTitle_q6mcz {
3400
+ color: rgba(3, 3, 6, 0.88);
3401
+ } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz.calendar__disabled_q6mcz .calendar__monthTitle_q6mcz {
3402
+ color: rgba(233, 233, 250, 0.37);
3403
+ } .calendar__dayName_q6mcz {
3404
+ color: rgba(238, 238, 251, 0.55)
3405
+ }
3406
+
3407
+ .calendar__dayName_1pd5b {
3408
+ color: rgba(238, 238, 251, 0.55)
3409
+ } .calendar__day_1pd5b {
3410
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3411
+ color: rgba(255, 255, 255, 0.94)
3412
+ } .calendar__day_1pd5b.calendar__highlighted_1pd5b,
3413
+ .calendar__day_1pd5b.calendar__range_1pd5b.calendar__highlighted_1pd5b:not(.calendar__disabled_1pd5b) {
3414
+ color: rgba(255, 255, 255, 0.94);
3415
+ background: rgba(214, 214, 229, 0.07);
3416
+ } .calendar__day_1pd5b.calendar__holiday_1pd5b {
3417
+ color: #ff4837;
3418
+ } .calendar__day_1pd5b.calendar__disabled_1pd5b {
3419
+ color: rgba(233, 233, 250, 0.37);
3420
+ background: transparent;
3421
+ } .calendar__day_1pd5b.calendar__today_1pd5b {
3422
+ color: #4a9dfc;
3423
+ } .calendar__day_1pd5b.calendar__rangeComplete_1pd5b {
3424
+ background: #293044;
3425
+ } .calendar__day_1pd5b.calendar__selected_1pd5b,
3426
+ .calendar__day_1pd5b.calendar__disabled_1pd5b.calendar__selected_1pd5b {
3427
+ color: rgba(3, 3, 6, 0.88);
3428
+ background: #f2f3f5;
3429
+ } @media (hover) {
3430
+ .calendar__day_1pd5b.calendar__selected_1pd5b:hover {
3431
+ background: #dcdde1;
3432
+ }
3433
+ } .calendar__dayWrapper_1pd5b {
3434
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
3435
+ } .calendar__range_1pd5b .calendar__day_1pd5b:not(.calendar__selected_1pd5b):not(.calendar__disabled_1pd5b):not(.calendar__today_1pd5b):not(.calendar__holiday_1pd5b) {
3436
+ color: rgba(255, 255, 255, 0.94);
3437
+ } .calendar__range_1pd5b:before {
3438
+ background: rgba(225, 225, 248, 0.09);
3439
+ } .calendar__rangeComplete_1pd5b:before {
3440
+ background: #293044;
3441
+ } .calendar__transitLeft_1pd5b:after {
3442
+ background: linear-gradient(
3443
+ 270deg,
3444
+ rgba(225, 225, 248, 0.09) 0%,
3445
+ rgba(255, 255, 255, 0) 100%
3446
+ );
3447
+ } .calendar__transitRight_1pd5b:after {
3448
+ background: linear-gradient(
3449
+ 270deg,
3450
+ rgba(255, 255, 255, 0) 0%,
3451
+ rgba(225, 225, 248, 0.09) 100%
3452
+ );
3453
+ } .calendar__rangeComplete_1pd5b.calendar__transitLeft_1pd5b:after {
3454
+ background: linear-gradient(
3455
+ 270deg,
3456
+ #293044 0%,
3457
+ rgba(255, 255, 255, 0) 100%
3458
+ );
3459
+ } .calendar__rangeComplete_1pd5b.calendar__transitRight_1pd5b:after {
3460
+ background: linear-gradient(
3461
+ 270deg,
3462
+ rgba(255, 255, 255, 0) 0%,
3463
+ #293044 100%
3464
+ );
3465
+ } .calendar__dot_1pd5b {
3466
+ background: rgba(255, 255, 255, 0.94);
3467
+ } .calendar__selected_1pd5b .calendar__dot_1pd5b {
3468
+ background: rgba(3, 3, 6, 0.88);
3469
+ } .calendar__bottomAddon_1pd5b.calendar__selected_1pd5b,
3470
+ .calendar__bottomAddon_1pd5b.calendar__selected_1pd5b > * {
3471
+ color: rgba(3, 3, 6, 0.88);
3472
+ }
3473
+ .calendar__withShadow_ip5g5 {
3474
+ box-shadow: 0 1px 0 0 #29292c;
3475
+ }
3476
+
3477
+
3478
+ @media (max-width: 374px) {
3479
+ }
3480
+ .calendar__empty_1p866 {
3481
+ color: rgba(238, 238, 251, 0.55);
3482
+ }
3483
+ .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf {
3484
+ background-color: transparent
3485
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf:not(:disabled):hover {
3486
+ background-color: rgba(214, 214, 229, 0.07);
3487
+ color: rgba(255, 255, 255, 0.94);
3488
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__filled_1fjmf {
3489
+ background-color: rgba(222, 222, 238, 0.13)
3490
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__filled_1fjmf:not(:disabled):hover {
3491
+ background-color: rgba(234, 234, 248, 0.15);
3492
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__current_1fjmf {
3493
+ color: #4a9dfc;
3494
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf,
3495
+ .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf:disabled {
3496
+ background-color: #f2f3f5;
3497
+ color: rgba(3, 3, 6, 0.88)
3498
+ } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf:not(:disabled):hover, .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf:disabled:not(:disabled):hover {
3499
+ background-color: #f2f3f5;
3500
+ color: rgba(3, 3, 6, 0.88);
3501
+ }
3502
+ @media (max-width: 374px) {
3503
+ }.gallery__container_xd1ps {
3504
+ background-color: #262629
3505
+ } .gallery__modal_xd1ps {
3506
+ background: transparent;
3507
+ } .gallery__bottomButton_xd1ps {
3508
+ background-color: rgba(228, 228, 251, 0.28);
3509
+ }
3510
+ .gallery__component_7xiiq {
3511
+ background-color: rgba(228, 228, 251, 0.28);
3512
+ } .gallery__component_7xiiq:hover {
3513
+ background-color: rgba(233, 233, 250, 0.37);
3514
+ } .gallery__component_7xiiq:active {
3515
+ background-color: rgba(238, 238, 254, 0.46);
3516
+ }
3517
+ .gallery__buttons_183or path {
3518
+ color: rgba(255, 255, 255, 0.94);
3519
+ } .gallery__iconButton_183or path {
3520
+ color: #f2f3f5;
3521
+ } .gallery__iconButton_183or:hover path {
3522
+ color: #e7e8eb;
3523
+ } .gallery__iconButton_183or:active path {
3524
+ color: #dcdde1;
3525
+ }
3526
+
3527
+
3528
+ .gallery__headerMobile_lx1up.gallery__video_lx1up {
3529
+ background-color: #262629;
3530
+ }
3531
+ .gallery__loading_184uc {
3532
+ background-color: #1c1c1e
3533
+ } .gallery__loading_184uc .gallery__active_184uc {
3534
+ background-color: #29292c;
3535
+ } .gallery__brokenImageWrapper_184uc {
3536
+ background-color: #29292c
3537
+ } .gallery__focused_184uc {
3538
+ outline: 2px solid #3193fc;
3539
+ }
3540
+ .gallery__component_wxdq1 {
3541
+ background-color: #262629;
3542
+ } .gallery__slideLoading_wxdq1 {
3543
+ background-color: rgba(214, 214, 229, 0.07);
3544
+ } .gallery__spinner_wxdq1 {
3545
+ color: rgba(255, 255, 255, 0.94);
3546
+ } .gallery__arrow_wxdq1 {
3547
+ color: rgba(255, 255, 255, 0.94)
3548
+ } .gallery__arrow_wxdq1:hover {
3549
+ background-color: #2f2f32;
3550
+ } .gallery__arrow_wxdq1:active {
3551
+ background-color: #353539;
3552
+ } .gallery__focused_wxdq1 {
3553
+ outline: 2px solid #3193fc;
3554
+ } .gallery__placeholder_wxdq1 {
3555
+ background-color: #29292c;
3556
+ } .gallery__fullScreenImage_wxdq1 {
3557
+ background-color: #121213;
3558
+ }
3559
+ .gallery__infoWrapper_1dhyi {
3560
+ background-color: #262629
3561
+ }
3562
+ .gallery__component_1hvel {
3563
+ background-color: #262629
3564
+ }
3565
+
3566
+ .gallery__icon_1tg00 {
3567
+ color: #fff;
3568
+ } .gallery__iconShape_1tg00 {
3569
+ fill: rgba(4, 4, 21, 0.47);
3570
+ }.select__arrow_pjzi6 {
3571
+ color: rgba(238, 238, 251, 0.55)
3572
+ } .select__arrow_pjzi6.select__disabled_pjzi6 {
3573
+ color: rgba(228, 228, 251, 0.28);
3574
+ }
3575
+
3576
+ .select__option_1e9m6 {
3577
+ background: #1c1c1e;
3578
+ color: rgba(255, 255, 255, 0.94)
3579
+ } .select__option_1e9m6:not(.select__disabled_1e9m6):active {
3580
+ background: rgba(225, 225, 248, 0.09);
3581
+ color: rgba(255, 255, 255, 0.94);
3582
+ } .select__selected_1e9m6 {
3583
+ background: #1c1c1e;
3584
+ color: rgba(255, 255, 255, 0.94);
3585
+ } .select__highlighted_1e9m6 {
3586
+ background: rgba(214, 214, 229, 0.07);
3587
+ color: rgba(255, 255, 255, 0.94);
3588
+ } .select__disabled_1e9m6 {
3589
+ background: #1c1c1e;
3590
+ color: rgba(238, 238, 251, 0.55);
3591
+ }
3592
+ .select__popoverInner_160jz {
3593
+ background: transparent;
3594
+ } .select__optionsListWrapper_160jz {
3595
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
3596
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
3597
+ background: #1c1c1e;
3598
+ } .select__optionsListBorder_160jz {
3599
+ box-shadow: inset 0 0 0 1px #29292c;
3600
+ }
3601
+
3602
+ .select__single_y47xt {
3603
+ background: rgba(255, 255, 255, 0.94)
3604
+ } .select__colorIcon_y47xt {
3605
+ color: #17d055;
3606
+ }
3607
+
3608
+ .select__clearIcon_1iewy {
3609
+ color: rgba(228, 228, 251, 0.28)
3610
+ } .select__clearIcon_1iewy:hover {
3611
+ color: rgba(233, 233, 250, 0.37);
3612
+ } .select__clearIcon_1iewy:active {
3613
+ color: rgba(238, 238, 254, 0.46);
3614
+ }
3615
+ .select__placeholder_1q3fb {
3616
+ color: rgba(238, 238, 251, 0.55)
3617
+ } .select__placeholder_1q3fb.select__focused_1q3fb {
3618
+ color: rgba(233, 233, 250, 0.37);
3619
+ } .select__focusVisible_1q3fb {
3620
+ outline: 2px solid #3193fc;
3621
+ } @keyframes select__show-placeholder_1q3fb {
3622
+ }
3623
+ .select__footer_169dz {
3624
+ background-color: #1c1c1e
3625
+ } .select__highlighted_169dz {
3626
+ border-top: 1px solid #29292c;
3627
+ background-color: #1c1c1e;
3628
+ }
3629
+ .select__optgroup_1tfts {
3630
+ background: #1c1c1e
3631
+ } .select__label_1tfts {
3632
+ color: rgba(238, 238, 251, 0.55);
3633
+ }
3634
+ .select__optionsListHeader_s03v9 {
3635
+ border-bottom: 1px solid transparent
3636
+ } .select__optionsListHeader_s03v9.select__headerHighlighted_s03v9 {
3637
+ border-bottom-color: #29292c;
3638
+ } .select__optionsListFooter_s03v9 {
3639
+ border-top: 1px solid transparent
3640
+ } .select__optionsListFooter_s03v9.select__withBorder_s03v9 {
3641
+ border-top-color: #29292c;
3642
+ } .select__emptyPlaceholder_s03v9 {
3643
+ color: rgba(238, 238, 251, 0.55);
3644
+ }
3645
+
3646
+ .select__virtualOptionsListHeader_19tyo {
3647
+ border-bottom: 1px solid #29292c;
3648
+ } .select__virtualOptionsListFooter_19tyo {
3649
+ border-top: 1px solid transparent
3650
+ } .select__virtualOptionsListFooter_19tyo.select__withBorder_19tyo {
3651
+ border-top: 1px solid #29292c;
3652
+ } .select__virtualRow_19tyo:before {
3653
+ background: #353539;
3654
+ } .select__emptyPlaceholder_19tyo {
3655
+ color: rgba(238, 238, 251, 0.55);
3656
+ }
3657
+
3658
+ .select__option_1luk8 {
3659
+ background: #1c1c1e;
3660
+ color: rgba(255, 255, 255, 0.94)
3661
+ } .select__option_1luk8:not(.select__disabled_1luk8):active {
3662
+ background: rgba(225, 225, 248, 0.09);
3663
+ color: rgba(255, 255, 255, 0.94);
3664
+ } .select__option_1luk8:before {
3665
+ background: #353539;
3666
+ } .select__selected_1luk8 {
3667
+ background: #1c1c1e;
3668
+ color: rgba(255, 255, 255, 0.94);
3669
+ } .select__highlighted_1luk8 {
3670
+ background: rgba(214, 214, 229, 0.07);
3671
+ color: rgba(255, 255, 255, 0.94)
3672
+ } .select__disabled_1luk8 {
3673
+ background: #1c1c1e;
3674
+ color: rgba(238, 238, 251, 0.55);
3675
+ } .select__highlighted_1luk8 {
3676
+ background: rgba(214, 214, 229, 0.07);
3677
+ color: rgba(255, 255, 255, 0.94)
3678
+ }
3679
+ .select__option_1mmoa {
3680
+ background: #1c1c1e;
3681
+ color: rgba(255, 255, 255, 0.94)
3682
+ } .select__option_1mmoa:not(.select__disabled_1mmoa):active {
3683
+ background: rgba(225, 225, 248, 0.09);
3684
+ color: rgba(255, 255, 255, 0.94);
3685
+ } .select__option_1mmoa:before {
3686
+ background: #353539;
3687
+ } .select__selected_1mmoa {
3688
+ background: #1c1c1e;
3689
+ color: rgba(255, 255, 255, 0.94);
3690
+ } .select__highlighted_1mmoa {
3691
+ background: rgba(214, 214, 229, 0.07);
3692
+ color: rgba(255, 255, 255, 0.94)
3693
+ } .select__disabled_1mmoa {
3694
+ background: #1c1c1e;
3695
+ color: rgba(238, 238, 251, 0.55);
3696
+ }
3697
+ .select__footer_11gjc {
3698
+ background-color: #121213
3699
+ }
3700
+ .calendar-with-skeleton__skeleton_1do7j {
3701
+ background-color: #1c1c1e;
3702
+ }.date-range-input__calendarContainer_ih289 {
3703
+ border: 1px solid #29292c
3704
+ }.calendar-input__calendarContainer_1vurp {
3705
+ border: 1px solid #29292c
3706
+ } .calendar-input__calendarIcon_1vurp {
3707
+ color: rgba(238, 238, 251, 0.55)
3708
+ }.date-time-input__calendarContainer_flwwb {
3709
+ border: 1px solid #29292c
3710
+ }.universal-date-input__calendarIcon_44llv {
3711
+ color: rgba(238, 238, 251, 0.55)
3712
+ } .universal-date-input__calendarContainer_44llv {
3713
+ border: 1px solid #29292c
3714
+ } .universal-date-input__blink_44llv.universal-date-input__blink_44llv.universal-date-input__blink_44llv {
3715
+ background-color: #392523;
3716
+ }
3717
+
3718
+ .calendar-range__component_10qdb:after {
3719
+ background-color: rgba(255, 255, 255, 0.94);
3720
+ }
3721
+ .input-autocomplete__placeholder_367mt {
3722
+ color: rgba(238, 238, 251, 0.55);
3723
+ } .input-autocomplete__focusVisible_367mt {
3724
+ outline: 2px solid #3193fc;
3725
+ }
3726
+
3727
+ .picker-button__linkOpen_1990z:not(:hover) {
3728
+ background-color: rgba(214, 214, 229, 0.07);
3729
+ }
3730
+ .select-with-tags__tag_1hvru:not(.select-with-tags__tagNoClose_1hvru):active:not(:disabled) {
3731
+ background-color: #f2f3f5;
3732
+ color: rgba(3, 3, 6, 0.88);
3733
+ } .select-with-tags__tag_1hvru:not(.select-with-tags__tagNoClose_1hvru):hover:not(:disabled):not(:active) {
3734
+ background-color: #f2f3f5;
3735
+ color: rgba(3, 3, 6, 0.88);
3736
+ } .select-with-tags__tagCross_1hvru > svg {
3737
+ fill: rgba(4, 4, 21, 0.47);
3738
+ } .select-with-tags__tagCross_1hvru:hover > svg {
3739
+ fill: rgba(4, 4, 19, 0.55);
3740
+ } .select-with-tags__tagCross_1hvru:active > svg {
3741
+ fill: rgba(1, 1, 12, 0.63);
3742
+ }
3743
+ .select-with-tags__input_su8go {
3744
+ background-color: transparent;
3745
+ color: rgba(255, 255, 255, 0.94)
3746
+ } .select-with-tags__input_su8go:disabled,
3747
+ .select-with-tags__input_su8go:disabled::placeholder {
3748
+ color: rgba(233, 233, 250, 0.37);
3749
+ } .select-with-tags__input_su8go::placeholder {
3750
+ color: rgba(238, 238, 251, 0.55);
3751
+ } .select-with-tags__input_su8go:focus::placeholder {
3752
+ color: rgba(233, 233, 250, 0.37);
3753
+ } .select-with-tags__focusVisible_su8go {
3754
+ outline: 2px solid #3193fc;
3755
+ } .select-with-tags__placeholder_su8go {
3756
+ color: rgba(238, 238, 251, 0.55);
3757
+ }.table__component_14767 {
3758
+ border-top: 1px solid #353539;
3759
+ }
3760
+ .table__wrapper_vksup {
3761
+ background: #121213;
3762
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
3763
+ }
3764
+
3765
+ .table__component_1xypn {
3766
+ color: rgba(255, 255, 255, 0.94);
3767
+ border-top: 1px solid #353539
3768
+ }
3769
+
3770
+ .table__component_1e15v th:not(:last-child):not(:empty):after {
3771
+ background-color: #353539;
3772
+ }
3773
+ .table__component_kd8s7 {
3774
+ color: rgba(255, 255, 255, 0.94);
3775
+ border-bottom: 1px solid #353539;
3776
+ background: #121213
3777
+ } .table__sorted_kd8s7 {
3778
+ color: rgba(255, 255, 255, 0.94);
3779
+ } .table__stickyHeader_kd8s7 {
3780
+ box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
3781
+ }
3782
+ .table__component_1p7gx {
3783
+ background: #121213
3784
+ } .table__clickable_1p7gx:hover {
3785
+ background-color: #1c1c1e;
3786
+ } .table__selected_1p7gx {
3787
+ background-color: #f2f8ff
3788
+ } .table__selected_1p7gx:hover {
3789
+ background-color: #e8f2fe;
3790
+ }
3791
+ .table__open_glam4,
3792
+ .table__open_glam4:hover {
3793
+ background-color: rgba(222, 222, 238, 0.13);
3794
+ }
3795
+ .table__icon_x3whl {
3796
+ color: #898991
3797
+ } .table__icon_x3whl:hover {
3798
+ color: rgba(255, 255, 255, 0.94);
3799
+ } .table__sorted_x3whl {
3800
+ color: #3193fc
3801
+ } .table__sorted_x3whl:hover {
3802
+ color: #3193fc;
3803
+ }.intl-phone-input__emptyCountryIcon_1gmb0 {
3804
+ color: #898991;
3805
+ }
3806
+ .intl-phone-input__flagPlaceholder_6ozb3 {
3807
+ background-color: rgba(222, 222, 238, 0.13);
3808
+ }
3809
+ .intl-phone-input__dialCode_1m48a {
3810
+ color: rgba(238, 238, 251, 0.55);
3811
+ }
3812
+ .intl-phone-input__emptyCountryIcon_1pbj5 {
3813
+ color: #898991;
3814
+ } .intl-phone-input__focusVisible_1pbj5 {
3815
+ outline: 2px solid #3193fc;
3816
+ }
3817
+ .international-phone-input__dialCode_c4ezx {
3818
+ color: rgba(238, 238, 251, 0.55);
3819
+ } .international-phone-input__emptyCountryIcon_c4ezx {
3820
+ color: rgba(238, 238, 251, 0.55);
3821
+ }
3822
+ .international-phone-input__flagPlaceholder_x0tdq {
3823
+ background-color: rgba(214, 214, 229, 0.07);
3824
+ }
3825
+ .international-phone-input__emptyCountryIcon_1wkew {
3826
+ color: rgba(238, 238, 251, 0.55);
3827
+ } .international-phone-input__focusVisible_1wkew {
3828
+ outline: 2px solid #3193fc;
3829
+ }.tabs__component_f698k:before {
3830
+ background-color: rgba(228, 228, 251, 0.28);
3831
+ } .tabs__title_f698k {
3832
+ color: rgba(238, 238, 251, 0.55)
3833
+ } .tabs__title_f698k:not(:disabled):hover {
3834
+ color: rgba(255, 255, 255, 0.94);
3835
+ } .tabs__focused_f698k {
3836
+ outline: 2px solid #3193fc;
3837
+ } .tabs__selected_f698k {
3838
+ color: rgba(255, 255, 255, 0.94);
3839
+ } .tabs__disabled_f698k {
3840
+ color: rgba(233, 233, 250, 0.37);
3841
+ } .tabs__line_f698k {
3842
+ background-color: #f83a2a;
3843
+ } .tabs__option_f698k {
3844
+ color: rgba(255, 255, 255, 0.94);
3845
+ }
3846
+ .tabs__component_f698k:before {
3847
+ background-color: rgba(228, 228, 251, 0.28);
3848
+ }.tabs__title_f698k {
3849
+ color: rgba(238, 238, 251, 0.55)
3850
+ }.tabs__title_f698k:not(:disabled):hover {
3851
+ color: rgba(255, 255, 255, 0.94);
3852
+ }.tabs__focused_f698k {
3853
+ outline: 2px solid #3193fc;
3854
+ }.tabs__selected_f698k {
3855
+ color: rgba(255, 255, 255, 0.94);
3856
+ }.tabs__disabled_f698k {
3857
+ color: rgba(233, 233, 250, 0.37);
3858
+ }.tabs__line_f698k {
3859
+ background-color: #f83a2a;
3860
+ }.tabs__option_f698k {
3861
+ color: rgba(255, 255, 255, 0.94);
3862
+ }
3863
+ .tabs__primary_h73sf:after {
3864
+ background-color: rgba(228, 228, 251, 0.28);
3865
+ } .tabs__primary_h73sf {
3866
+ } .tabs__secondary_h73sf:before {
3867
+ background-color: transparent;
3868
+ } .tabs__secondary_h73sf.tabs__xs_h73sf {
3869
+ } .tabs__borderVisible_h73sf:before {
3870
+ background-color: rgba(222, 222, 238, 0.13);
3871
+ }
3872
+
3873
+
3874
+
3875
+ `;
3876
+
3877
+ export { mobileDarkBluetint as default };