@alfalab/core-components 44.7.0-beta.0 → 44.7.0-beta.1

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 (290) hide show
  1. package/confirmation/components/screens/initial/component.js +1 -1
  2. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  3. package/confirmation/esm/component.responsive.js +1 -1
  4. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  5. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  6. package/confirmation/esm/components/index.js +1 -1
  7. package/confirmation/esm/components/screens/index.js +1 -1
  8. package/confirmation/esm/components/screens/initial/component.js +1 -1
  9. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  10. package/confirmation/esm/components/screens/initial/index.js +1 -1
  11. package/confirmation/esm/desktop/component.desktop.js +1 -1
  12. package/confirmation/esm/desktop/index.js +1 -1
  13. package/confirmation/esm/index.js +1 -1
  14. package/confirmation/esm/mobile/component.mobile.js +1 -1
  15. package/confirmation/esm/mobile/index.js +1 -1
  16. package/confirmation/esm/shared/index.js +1 -1
  17. package/confirmation/modern/component.responsive.js +1 -1
  18. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  19. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  20. package/confirmation/modern/components/index.js +1 -1
  21. package/confirmation/modern/components/screens/index.js +1 -1
  22. package/confirmation/modern/components/screens/initial/component.js +1 -1
  23. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  24. package/confirmation/modern/components/screens/initial/index.js +1 -1
  25. package/confirmation/modern/desktop/component.desktop.js +1 -1
  26. package/confirmation/modern/desktop/index.js +1 -1
  27. package/confirmation/modern/index.js +1 -1
  28. package/confirmation/modern/mobile/component.mobile.js +1 -1
  29. package/confirmation/modern/mobile/index.js +1 -1
  30. package/confirmation/modern/shared/index.js +1 -1
  31. package/gallery/components/header/Component.js +1 -1
  32. package/gallery/components/header/buttons.js +1 -1
  33. package/gallery/components/image-viewer/component.js +1 -1
  34. package/gallery/components/image-viewer/slide.js +1 -1
  35. package/gallery/esm/Component.js +2 -2
  36. package/gallery/esm/components/header/Component.js +1 -1
  37. package/gallery/esm/components/header/buttons.js +1 -1
  38. package/gallery/esm/components/header/index.js +1 -1
  39. package/gallery/esm/components/image-preview/Component.js +1 -1
  40. package/gallery/esm/components/image-preview/index.js +1 -1
  41. package/gallery/esm/components/image-viewer/component.js +1 -1
  42. package/gallery/esm/components/image-viewer/index.js +1 -1
  43. package/gallery/esm/components/image-viewer/slide.js +1 -1
  44. package/gallery/esm/components/index.js +2 -2
  45. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  46. package/gallery/esm/components/navigation-bar/index.js +1 -1
  47. package/gallery/esm/index.js +2 -2
  48. package/gallery/modern/Component.js +2 -2
  49. package/gallery/modern/components/header/Component.js +1 -1
  50. package/gallery/modern/components/header/buttons.js +1 -1
  51. package/gallery/modern/components/header/index.js +1 -1
  52. package/gallery/modern/components/image-preview/Component.js +1 -1
  53. package/gallery/modern/components/image-preview/index.js +1 -1
  54. package/gallery/modern/components/image-viewer/component.js +1 -1
  55. package/gallery/modern/components/image-viewer/index.js +1 -1
  56. package/gallery/modern/components/image-viewer/slide.js +1 -1
  57. package/gallery/modern/components/index.js +2 -2
  58. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  59. package/gallery/modern/components/navigation-bar/index.js +1 -1
  60. package/gallery/modern/index.js +2 -2
  61. package/input-autocomplete/autocomplete-field/Component.js +1 -2
  62. package/input-autocomplete/cssm/autocomplete-field/Component.js +1 -2
  63. package/input-autocomplete/cssm/mobile/Component.mobile.js +2 -2
  64. package/input-autocomplete/cssm/types.d.ts +4 -2
  65. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -2
  66. package/input-autocomplete/esm/mobile/Component.mobile.js +2 -2
  67. package/input-autocomplete/esm/types.d.ts +4 -2
  68. package/input-autocomplete/mobile/Component.mobile.js +2 -2
  69. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -2
  70. package/input-autocomplete/modern/mobile/Component.mobile.js +2 -2
  71. package/input-autocomplete/modern/types.d.ts +4 -2
  72. package/input-autocomplete/types.d.ts +4 -2
  73. package/international-phone-input/Component.responsive.d.ts +6 -2
  74. package/international-phone-input/components/base-international-phone-input/Component.d.ts +3 -1
  75. package/international-phone-input/components/base-international-phone-input/Component.js +13 -10
  76. package/international-phone-input/cssm/Component.responsive.d.ts +6 -2
  77. package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +3 -1
  78. package/international-phone-input/cssm/components/base-international-phone-input/Component.js +13 -10
  79. package/international-phone-input/cssm/types.d.ts +4 -2
  80. package/international-phone-input/esm/Component.responsive.d.ts +6 -2
  81. package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +3 -1
  82. package/international-phone-input/esm/components/base-international-phone-input/Component.js +13 -10
  83. package/international-phone-input/esm/types.d.ts +4 -2
  84. package/international-phone-input/modern/Component.responsive.d.ts +6 -2
  85. package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +3 -1
  86. package/international-phone-input/modern/components/base-international-phone-input/Component.js +10 -10
  87. package/international-phone-input/modern/types.d.ts +4 -2
  88. package/international-phone-input/types.d.ts +4 -2
  89. package/intl-phone-input/component.js +3 -3
  90. package/intl-phone-input/cssm/component.js +3 -3
  91. package/intl-phone-input/esm/component.js +3 -3
  92. package/intl-phone-input/modern/component.js +3 -3
  93. package/package.json +2 -2
  94. package/pure-cell/component.js +1 -1
  95. package/pure-cell/components/addon/component.js +1 -1
  96. package/pure-cell/components/addon/index.d.ts +1 -1
  97. package/pure-cell/components/addon/index.js +1 -1
  98. package/pure-cell/components/amount/component.js +1 -1
  99. package/pure-cell/components/amount/index.d.ts +1 -1
  100. package/pure-cell/components/amount/index.js +1 -1
  101. package/pure-cell/components/amount-title/component.js +1 -1
  102. package/pure-cell/components/amount-title/index.d.ts +1 -1
  103. package/pure-cell/components/amount-title/index.js +1 -1
  104. package/pure-cell/components/category/component.js +1 -1
  105. package/pure-cell/components/category/index.d.ts +1 -1
  106. package/pure-cell/components/category/index.js +1 -1
  107. package/pure-cell/components/content/component.js +1 -1
  108. package/pure-cell/components/content/index.d.ts +1 -1
  109. package/pure-cell/components/content/index.js +1 -1
  110. package/pure-cell/components/footer/component.js +1 -1
  111. package/pure-cell/components/footer/index.d.ts +1 -1
  112. package/pure-cell/components/footer/index.js +1 -1
  113. package/pure-cell/components/footer-button/component.js +1 -1
  114. package/pure-cell/components/footer-button/index.d.ts +1 -1
  115. package/pure-cell/components/footer-button/index.js +1 -1
  116. package/pure-cell/components/footer-text/component.js +1 -1
  117. package/pure-cell/components/footer-text/index.d.ts +1 -1
  118. package/pure-cell/components/footer-text/index.js +1 -1
  119. package/pure-cell/components/graphics/component.js +1 -1
  120. package/pure-cell/components/graphics/index.d.ts +1 -1
  121. package/pure-cell/components/graphics/index.js +1 -1
  122. package/pure-cell/components/main/component.js +1 -1
  123. package/pure-cell/components/main/index.d.ts +1 -1
  124. package/pure-cell/components/main/index.js +1 -1
  125. package/pure-cell/components/text/component.js +1 -1
  126. package/pure-cell/components/text/index.d.ts +1 -1
  127. package/pure-cell/components/text/index.js +1 -1
  128. package/pure-cell/esm/component.js +1 -1
  129. package/pure-cell/esm/components/addon/component.js +1 -1
  130. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  131. package/pure-cell/esm/components/addon/index.js +1 -1
  132. package/pure-cell/esm/components/amount/component.js +1 -1
  133. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  134. package/pure-cell/esm/components/amount/index.js +1 -1
  135. package/pure-cell/esm/components/amount-title/component.js +1 -1
  136. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  137. package/pure-cell/esm/components/amount-title/index.js +1 -1
  138. package/pure-cell/esm/components/category/component.js +1 -1
  139. package/pure-cell/esm/components/category/index.d.ts +1 -1
  140. package/pure-cell/esm/components/category/index.js +1 -1
  141. package/pure-cell/esm/components/content/component.js +1 -1
  142. package/pure-cell/esm/components/content/index.d.ts +1 -1
  143. package/pure-cell/esm/components/content/index.js +1 -1
  144. package/pure-cell/esm/components/footer/component.js +1 -1
  145. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  146. package/pure-cell/esm/components/footer/index.js +1 -1
  147. package/pure-cell/esm/components/footer-button/component.js +1 -1
  148. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  149. package/pure-cell/esm/components/footer-button/index.js +1 -1
  150. package/pure-cell/esm/components/footer-text/component.js +1 -1
  151. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  152. package/pure-cell/esm/components/footer-text/index.js +1 -1
  153. package/pure-cell/esm/components/graphics/component.js +1 -1
  154. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  155. package/pure-cell/esm/components/graphics/index.js +1 -1
  156. package/pure-cell/esm/components/main/component.js +1 -1
  157. package/pure-cell/esm/components/main/index.d.ts +1 -1
  158. package/pure-cell/esm/components/main/index.js +1 -1
  159. package/pure-cell/esm/components/text/component.js +1 -1
  160. package/pure-cell/esm/components/text/index.d.ts +1 -1
  161. package/pure-cell/esm/components/text/index.js +1 -1
  162. package/pure-cell/esm/index.js +1 -1
  163. package/pure-cell/index.js +1 -1
  164. package/pure-cell/modern/component.js +1 -1
  165. package/pure-cell/modern/components/addon/component.js +1 -1
  166. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  167. package/pure-cell/modern/components/addon/index.js +1 -1
  168. package/pure-cell/modern/components/amount/component.js +1 -1
  169. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  170. package/pure-cell/modern/components/amount/index.js +1 -1
  171. package/pure-cell/modern/components/amount-title/component.js +1 -1
  172. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  173. package/pure-cell/modern/components/amount-title/index.js +1 -1
  174. package/pure-cell/modern/components/category/component.js +1 -1
  175. package/pure-cell/modern/components/category/index.d.ts +1 -1
  176. package/pure-cell/modern/components/category/index.js +1 -1
  177. package/pure-cell/modern/components/content/component.js +1 -1
  178. package/pure-cell/modern/components/content/index.d.ts +1 -1
  179. package/pure-cell/modern/components/content/index.js +1 -1
  180. package/pure-cell/modern/components/footer/component.js +1 -1
  181. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  182. package/pure-cell/modern/components/footer/index.js +1 -1
  183. package/pure-cell/modern/components/footer-button/component.js +1 -1
  184. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  185. package/pure-cell/modern/components/footer-button/index.js +1 -1
  186. package/pure-cell/modern/components/footer-text/component.js +1 -1
  187. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  188. package/pure-cell/modern/components/footer-text/index.js +1 -1
  189. package/pure-cell/modern/components/graphics/component.js +1 -1
  190. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  191. package/pure-cell/modern/components/graphics/index.js +1 -1
  192. package/pure-cell/modern/components/main/component.js +1 -1
  193. package/pure-cell/modern/components/main/index.d.ts +1 -1
  194. package/pure-cell/modern/components/main/index.js +1 -1
  195. package/pure-cell/modern/components/text/component.js +1 -1
  196. package/pure-cell/modern/components/text/index.d.ts +1 -1
  197. package/pure-cell/modern/components/text/index.js +1 -1
  198. package/pure-cell/modern/index.js +1 -1
  199. package/select/components/base-select/Component.js +41 -37
  200. package/select/cssm/components/base-select/Component.js +41 -37
  201. package/select/esm/Component.responsive.js +1 -1
  202. package/select/esm/components/base-select/Component.js +43 -39
  203. package/select/esm/index.js +1 -1
  204. package/select/esm/mobile/Component.mobile.js +1 -1
  205. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  206. package/select/esm/mobile/index.js +1 -1
  207. package/select/esm/presets/index.js +1 -1
  208. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  209. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  210. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  211. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  212. package/select/esm/shared/index.js +1 -1
  213. package/select/mobile/Component.mobile.js +1 -1
  214. package/select/modern/Component.responsive.js +1 -1
  215. package/select/modern/components/base-select/Component.js +41 -36
  216. package/select/modern/index.js +1 -1
  217. package/select/modern/mobile/Component.mobile.js +1 -1
  218. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  219. package/select/modern/mobile/index.js +1 -1
  220. package/select/modern/presets/index.js +1 -1
  221. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  222. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  223. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  224. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  225. package/select/modern/shared/index.js +1 -1
  226. package/select/presets/index.js +1 -1
  227. package/select/presets/useSelectWithApply/hook.js +1 -1
  228. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  229. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  230. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  231. package/select/shared/index.js +1 -1
  232. package/side-panel/components/controls/Component.js +1 -1
  233. package/side-panel/components/footer/Component.js +1 -1
  234. package/side-panel/esm/Component.responsive.js +1 -1
  235. package/side-panel/esm/components/controls/Component.js +1 -1
  236. package/side-panel/esm/components/controls/index.js +1 -1
  237. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  238. package/side-panel/esm/components/footer/Component.js +1 -1
  239. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  240. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  241. package/side-panel/esm/desktop/index.js +1 -1
  242. package/side-panel/esm/index.js +1 -1
  243. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  244. package/side-panel/esm/mobile/index.js +1 -1
  245. package/side-panel/modern/Component.responsive.js +1 -1
  246. package/side-panel/modern/components/controls/Component.js +1 -1
  247. package/side-panel/modern/components/controls/index.js +1 -1
  248. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  249. package/side-panel/modern/components/footer/Component.js +1 -1
  250. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  251. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  252. package/side-panel/modern/desktop/index.js +1 -1
  253. package/side-panel/modern/index.js +1 -1
  254. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  255. package/side-panel/modern/mobile/index.js +1 -1
  256. package/themes/compiled/mobile-dark-bluetint.css +21 -21
  257. package/themes/dist/compiled/mobile-dark-bluetint.css +357 -357
  258. /package/confirmation/{countdown-section-63d239b8.d.ts → countdown-section-16b088be.d.ts} +0 -0
  259. /package/confirmation/{countdown-section-63d239b8.js → countdown-section-16b088be.js} +0 -0
  260. /package/confirmation/esm/{countdown-section-f77f5daf.d.ts → countdown-section-c62fc39d.d.ts} +0 -0
  261. /package/confirmation/esm/{countdown-section-f77f5daf.js → countdown-section-c62fc39d.js} +0 -0
  262. /package/confirmation/modern/{countdown-section-7fbcd274.d.ts → countdown-section-abb09576.d.ts} +0 -0
  263. /package/confirmation/modern/{countdown-section-7fbcd274.js → countdown-section-abb09576.js} +0 -0
  264. /package/gallery/{buttons-708e8bc9.d.ts → buttons-9a016308.d.ts} +0 -0
  265. /package/gallery/{buttons-708e8bc9.js → buttons-9a016308.js} +0 -0
  266. /package/gallery/esm/{buttons-242116ea.d.ts → buttons-b1c05e73.d.ts} +0 -0
  267. /package/gallery/esm/{buttons-242116ea.js → buttons-b1c05e73.js} +0 -0
  268. /package/gallery/esm/{slide-9a45bdb6.d.ts → slide-da5bf337.d.ts} +0 -0
  269. /package/gallery/esm/{slide-9a45bdb6.js → slide-da5bf337.js} +0 -0
  270. /package/gallery/modern/{buttons-030cc857.d.ts → buttons-30fa8a5d.d.ts} +0 -0
  271. /package/gallery/modern/{buttons-030cc857.js → buttons-30fa8a5d.js} +0 -0
  272. /package/gallery/modern/{slide-4029172e.d.ts → slide-438e6913.d.ts} +0 -0
  273. /package/gallery/modern/{slide-4029172e.js → slide-438e6913.js} +0 -0
  274. /package/gallery/{slide-7e1cb2fc.d.ts → slide-456f8387.d.ts} +0 -0
  275. /package/gallery/{slide-7e1cb2fc.js → slide-456f8387.js} +0 -0
  276. /package/pure-cell/{component-8965c1f1.d.ts → component-ba329973.d.ts} +0 -0
  277. /package/pure-cell/{component-8965c1f1.js → component-ba329973.js} +0 -0
  278. /package/pure-cell/esm/{component-991fe90e.d.ts → component-8dcf2e94.d.ts} +0 -0
  279. /package/pure-cell/esm/{component-991fe90e.js → component-8dcf2e94.js} +0 -0
  280. /package/pure-cell/modern/{component-23ae9ab3.d.ts → component-4c3cdd38.d.ts} +0 -0
  281. /package/pure-cell/modern/{component-23ae9ab3.js → component-4c3cdd38.js} +0 -0
  282. /package/select/esm/{hook-65049d00.d.ts → hook-70d4d250.d.ts} +0 -0
  283. /package/select/esm/{hook-65049d00.js → hook-70d4d250.js} +0 -0
  284. /package/select/{hook-2784297a.d.ts → hook-6fc2190d.d.ts} +0 -0
  285. /package/select/{hook-2784297a.js → hook-6fc2190d.js} +0 -0
  286. /package/select/modern/{hook-23f60998.d.ts → hook-7bb88af2.d.ts} +0 -0
  287. /package/select/modern/{hook-23f60998.js → hook-7bb88af2.js} +0 -0
  288. /package/side-panel/esm/{layout.module-e6804822.js → layout.module-0a3a954f.js} +0 -0
  289. /package/side-panel/{layout.module-940702b4.js → layout.module-3700a35d.js} +0 -0
  290. /package/side-panel/modern/{layout.module-e5e92680.js → layout.module-63bb050d.js} +0 -0
@@ -168,14 +168,7 @@
168
168
  background: #fff;
169
169
  } .hatching-progress-bar__accent_183da {
170
170
  background: #f83a2a;
171
- }.icon-view__component_v5w3d {
172
- color: rgba(238, 238, 251, 0.55)
173
- } .icon-view__bg_v5w3d {
174
- fill: #1c1c1e;
175
- } .icon-view__border_v5w3d {
176
- stroke: rgba(225, 225, 248, 0.09);
177
- fill: transparent;
178
- }.indicator__component_7zjod {
171
+ }.indicator__component_7zjod {
179
172
  color: #fff;
180
173
  background-color: #f83a2a;
181
174
  } .indicator__red_7zjod {
@@ -193,7 +186,14 @@
193
186
  color: #fff
194
187
  } .indicator__grey_7zjod.indicator__border_7zjod {
195
188
  outline: 2px solid #0e0e0e;
196
- }@keyframes loader__blink_yfu1u {
189
+ }.icon-view__component_v5w3d {
190
+ color: rgba(238, 238, 251, 0.55)
191
+ } .icon-view__bg_v5w3d {
192
+ fill: #1c1c1e;
193
+ } .icon-view__border_v5w3d {
194
+ stroke: rgba(225, 225, 248, 0.09);
195
+ fill: transparent;
196
+ }@keyframes loader__blink_yfu1u {
197
197
  }.link__primary_1wyfm {
198
198
  color: #fff;
199
199
  border-bottom-color: #fff
@@ -263,7 +263,17 @@
263
263
  background: #fff;
264
264
  } .progress-bar__filled_ijcuh.progress-bar__accent_ijcuh {
265
265
  background: #f83a2a;
266
- }.skeleton__component_ai4av {
266
+ }.scrollbar__component_1vycd .scrollbar:before {
267
+ background-color: rgba(228, 228, 251, 0.28);
268
+ } .scrollbar__component_1vycd.dragging .track .scrollbar.visible:before {
269
+ background-color: rgba(238, 238, 254, 0.46);
270
+ }
271
+
272
+ .scrollbar__component_1ezmi .scrollbar:before {
273
+ background-color: rgba(9, 12, 37, 0.28);
274
+ } .scrollbar__component_1ezmi.dragging .track .scrollbar.visible:before {
275
+ background-color: rgba(4, 4, 21, 0.47);
276
+ }.skeleton__component_ai4av {
267
277
  color: transparent;
268
278
  background: rgba(214, 214, 229, 0.07);
269
279
  } .skeleton__component_ai4av:before {
@@ -285,17 +295,7 @@
285
295
  100% {
286
296
  background: rgb(198, 205, 214);
287
297
  }
288
- }.scrollbar__component_1vycd .scrollbar:before {
289
- background-color: rgba(228, 228, 251, 0.28);
290
- } .scrollbar__component_1vycd.dragging .track .scrollbar.visible:before {
291
- background-color: rgba(238, 238, 254, 0.46);
292
- }
293
-
294
- .scrollbar__component_1ezmi .scrollbar:before {
295
- background-color: rgba(9, 12, 37, 0.28);
296
- } .scrollbar__component_1ezmi.dragging .track .scrollbar.visible:before {
297
- background-color: rgba(4, 4, 21, 0.47);
298
- }.segmented-control__wrapper_17qg3 {
298
+ }.segmented-control__wrapper_17qg3 {
299
299
  background-color: rgba(225, 225, 248, 0.09);
300
300
  } .segmented-control__segment_17qg3.segmented-control__selected_17qg3 {
301
301
  color: #fff;
@@ -607,7 +607,27 @@
607
607
  color: #ff5431;
608
608
  } .checkbox-group__hint_1h8s5 {
609
609
  color: rgba(238, 238, 251, 0.55);
610
- }.filter-tag__valueButton_uvby4.filter-tag__filled_uvby4 {
610
+ }.code-input__component_gpae6 {
611
+ background-color: rgba(222, 222, 238, 0.13);
612
+ }
613
+ .code-input__component_3ppg8 {
614
+ background-color: rgba(214, 214, 229, 0.07);
615
+ }
616
+ .code-input__error_xzy44 {
617
+ color: #ff5431;
618
+ } @keyframes code-input__shake_xzy44 {
619
+ }
620
+ .code-input__input_1jvpb {
621
+ color: #fff
622
+ } .code-input__input_1jvpb.code-input__hasError_1jvpb {
623
+ color: #ff5431;
624
+ caret-color: #fff;
625
+ background-color: #392523;
626
+ } .code-input__input_1jvpb.code-input__disabled_1jvpb {
627
+ color: rgba(233, 233, 250, 0.37);
628
+ } .code-input__input_1jvpb:-webkit-autofill {
629
+ -webkit-text-fill-color: #fff;
630
+ }.filter-tag__valueButton_uvby4.filter-tag__filled_uvby4 {
611
631
  background-color: rgba(222, 222, 238, 0.13)
612
632
  } .filter-tag__valueButton_uvby4.filter-tag__filled_uvby4:disabled {
613
633
  background-color: rgba(214, 214, 229, 0.07);
@@ -711,26 +731,6 @@
711
731
  } .filter-tag__clear_1ndjy:active {
712
732
  color: rgba(1, 1, 12, 0.63);
713
733
  background-color: #d2d3d9;
714
- }.code-input__component_gpae6 {
715
- background-color: rgba(222, 222, 238, 0.13);
716
- }
717
- .code-input__component_3ppg8 {
718
- background-color: rgba(214, 214, 229, 0.07);
719
- }
720
- .code-input__error_xzy44 {
721
- color: #ff5431;
722
- } @keyframes code-input__shake_xzy44 {
723
- }
724
- .code-input__input_1jvpb {
725
- color: #fff
726
- } .code-input__input_1jvpb.code-input__hasError_1jvpb {
727
- color: #ff5431;
728
- caret-color: #fff;
729
- background-color: #392523;
730
- } .code-input__input_1jvpb.code-input__disabled_1jvpb {
731
- color: rgba(233, 233, 250, 0.37);
732
- } .code-input__input_1jvpb:-webkit-autofill {
733
- -webkit-text-fill-color: #fff;
734
734
  }.radio-group__label_peekr {
735
735
  color: #fff;
736
736
  }
@@ -927,51 +927,6 @@
927
927
  color: rgba(238, 238, 251, 0.55);
928
928
  } .checkbox__indeterminateLine_6uq0w {
929
929
  background-color: #0e0e0e;
930
- }.typography__tertiary_4kq0c {
931
- color: rgba(233, 233, 250, 0.37);
932
- } .typography__disabled_4kq0c {
933
- color: rgba(236, 236, 254, 0.18);
934
- } .typography__accent_4kq0c {
935
- color: #ef3124;
936
- } .typography__primary_4kq0c {
937
- color: #fff;
938
- } .typography__attention_4kq0c {
939
- color: #fa9313;
940
- } .typography__positive_4kq0c {
941
- color: #0cc44d;
942
- } .typography__secondary_4kq0c {
943
- color: rgba(238, 238, 251, 0.55);
944
- } .typography__tertiary-inverted_4kq0c {
945
- color: rgba(5, 8, 29, 0.38);
946
- } .typography__primary-inverted_4kq0c {
947
- color: #0e0e0e;
948
- } .typography__secondary-inverted_4kq0c {
949
- color: rgba(4, 4, 19, 0.55);
950
- } .typography__link_4kq0c {
951
- color: #4a9dfc;
952
- } .typography__negative_4kq0c {
953
- color: #ff5431;
954
- } .typography__static-primary-light_4kq0c {
955
- color: #fff;
956
- } .typography__static-secondary-light_4kq0c {
957
- color: rgba(238, 238, 251, 0.55);
958
- } .typography__static-tertiary-light_4kq0c {
959
- color: rgba(233, 233, 250, 0.37);
960
- } .typography__static-primary-dark_4kq0c {
961
- color: #0e0e0e;
962
- } .typography__static-secondary-dark_4kq0c {
963
- color: rgba(4, 4, 19, 0.55);
964
- } .typography__static-tertiary-dark_4kq0c {
965
- color: rgba(5, 8, 29, 0.38);
966
- } .typography__static-accent_4kq0c {
967
- color: #ef3124;
968
- }
969
-
970
-
971
-
972
-
973
-
974
- @media screen and (min-width: 1024px) {
975
930
  }.radio__container_1vh1m:not(.radio__checked_1vh1m):not(.radio__disabled_1vh1m) .radio__circle_1vh1m {
976
931
  background-color: #29292c;
977
932
  border: 1.5px solid rgba(238, 238, 251, 0.55);
@@ -1011,6 +966,25 @@
1011
966
  color: #fff;
1012
967
  } .radio__hint_1vh1m {
1013
968
  color: rgba(238, 238, 251, 0.55);
969
+ }.sortable-list__primary_b79a7 {
970
+ background: #29292c;
971
+ } .sortable-list__secondary_b79a7 {
972
+ background: #1c1c1e;
973
+ }
974
+ .sortable-list__component_y77yk:hover .sortable-list__icon_y77yk {
975
+ color: #fff;
976
+ } .sortable-list__icon_y77yk {
977
+ color: rgba(238, 238, 251, 0.55);
978
+ } .sortable-list__dragOverlay_y77yk {
979
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
980
+ 0 0 1px rgba(0, 0, 0, 0.04)
981
+ } .sortable-list__dragOverlay_y77yk .sortable-list__icon_y77yk {
982
+ color: #fff;
983
+ } @keyframes sortable-list__pop_y77yk {
984
+ to {
985
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
986
+ 0 0 1px rgba(0, 0, 0, 0.04);
987
+ }
1014
988
  }.form-control__inner_1txak {
1015
989
  background-color: rgba(222, 222, 238, 0.13);
1016
990
  } .form-control__disabled_1txak.form-control__hasError_1txak {
@@ -1125,25 +1099,64 @@
1125
1099
  color: rgba(238, 238, 251, 0.55);
1126
1100
  } .switch__focused_6lgqf .switch__switch_6lgqf {
1127
1101
  outline: 2px solid #3193fc;
1128
- }.sortable-list__primary_b79a7 {
1129
- background: #29292c;
1130
- } .sortable-list__secondary_b79a7 {
1131
- background: #1c1c1e;
1132
1102
  }
1133
- .sortable-list__component_y77yk:hover .sortable-list__icon_y77yk {
1134
- color: #fff;
1135
- } .sortable-list__icon_y77yk {
1103
+ .system-message__component_1hesj {
1136
1104
  color: rgba(238, 238, 251, 0.55);
1137
- } .sortable-list__dragOverlay_y77yk {
1138
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1139
- 0 0 1px rgba(0, 0, 0, 0.04)
1140
- } .sortable-list__dragOverlay_y77yk .sortable-list__icon_y77yk {
1141
- color: #fff;
1142
- } @keyframes sortable-list__pop_y77yk {
1143
- to {
1144
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1145
- 0 0 1px rgba(0, 0, 0, 0.04);
1146
- }
1105
+ }
1106
+
1107
+
1108
+ .system-message__component_1rx0r {
1109
+ color: #fff;
1110
+ }
1111
+
1112
+ .system-message__component_1lewf {
1113
+ color: #fff;
1114
+ }
1115
+ .typography__tertiary_4kq0c {
1116
+ color: rgba(233, 233, 250, 0.37);
1117
+ } .typography__disabled_4kq0c {
1118
+ color: rgba(236, 236, 254, 0.18);
1119
+ } .typography__accent_4kq0c {
1120
+ color: #ef3124;
1121
+ } .typography__primary_4kq0c {
1122
+ color: #fff;
1123
+ } .typography__attention_4kq0c {
1124
+ color: #fa9313;
1125
+ } .typography__positive_4kq0c {
1126
+ color: #0cc44d;
1127
+ } .typography__secondary_4kq0c {
1128
+ color: rgba(238, 238, 251, 0.55);
1129
+ } .typography__tertiary-inverted_4kq0c {
1130
+ color: rgba(5, 8, 29, 0.38);
1131
+ } .typography__primary-inverted_4kq0c {
1132
+ color: #0e0e0e;
1133
+ } .typography__secondary-inverted_4kq0c {
1134
+ color: rgba(4, 4, 19, 0.55);
1135
+ } .typography__link_4kq0c {
1136
+ color: #4a9dfc;
1137
+ } .typography__negative_4kq0c {
1138
+ color: #ff5431;
1139
+ } .typography__static-primary-light_4kq0c {
1140
+ color: #fff;
1141
+ } .typography__static-secondary-light_4kq0c {
1142
+ color: rgba(238, 238, 251, 0.55);
1143
+ } .typography__static-tertiary-light_4kq0c {
1144
+ color: rgba(233, 233, 250, 0.37);
1145
+ } .typography__static-primary-dark_4kq0c {
1146
+ color: #0e0e0e;
1147
+ } .typography__static-secondary-dark_4kq0c {
1148
+ color: rgba(4, 4, 19, 0.55);
1149
+ } .typography__static-tertiary-dark_4kq0c {
1150
+ color: rgba(5, 8, 29, 0.38);
1151
+ } .typography__static-accent_4kq0c {
1152
+ color: #ef3124;
1153
+ }
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+ @media screen and (min-width: 1024px) {
1147
1160
  }.base-modal__component_a4q3k {
1148
1161
  background: #1c1c1e;
1149
1162
  }.popover__component_1nzdb {
@@ -1157,20 +1170,7 @@
1157
1170
  } .popover__arrow_1nzdb:after {
1158
1171
  background-color: #1c1c1e;
1159
1172
  border: 1px solid transparent;
1160
- }
1161
- .system-message__component_1hesj {
1162
- color: rgba(238, 238, 251, 0.55);
1163
- }
1164
-
1165
-
1166
- .system-message__component_1rx0r {
1167
- color: #fff;
1168
- }
1169
-
1170
- .system-message__component_1lewf {
1171
- color: #fff;
1172
- }
1173
- .action-button__primary_1oykj {
1173
+ }.action-button__primary_1oykj {
1174
1174
  color: #fff
1175
1175
  } .action-button__primary_1oykj .action-button__iconWrapper_1oykj {
1176
1176
  color: #0e0e0e;
@@ -1250,7 +1250,149 @@
1250
1250
  } .action-button__disabled_9eq41 .action-button__iconWrapper_9eq41 {
1251
1251
  color: #babbc2;
1252
1252
  background-color: #f2f3f5;
1253
- }.pagination__component_j4jls {
1253
+ }.drawer__customScrollbar_1w519::-webkit-scrollbar-track {
1254
+ background-color: transparent;
1255
+ } .drawer__customScrollbar_1w519::-webkit-scrollbar-track-piece {
1256
+ background-color: transparent;
1257
+ } .drawer__customScrollbar_1w519::-webkit-scrollbar-thumb {
1258
+ background-color: rgba(255, 255, 255, 0.3);
1259
+ border-color: transparent;
1260
+ } .drawer__customScrollbar_1w519::-webkit-scrollbar-thumb:active {
1261
+ background-color: rgba(255, 255, 255, 0.6);
1262
+ } .drawer__backdropEnter_1w519 {
1263
+ background-color: transparent;
1264
+ } .drawer__backdropEnterActive_1w519,
1265
+ .drawer__backdropEnterDone_1w519 {
1266
+ background-color: rgba(0, 0, 0, 0.7);
1267
+ } .drawer__backdropExit_1w519 {
1268
+ background-color: rgba(0, 0, 0, 0.7);
1269
+ } .drawer__backdropExitActive_1w519,
1270
+ .drawer__backdropExitDone_1w519 {
1271
+ background-color: transparent;
1272
+ }.textarea__input_nx2mv {
1273
+ color: #fff;
1274
+ caret-color: #fff;
1275
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1276
+ } .textarea__input_nx2mv:-webkit-autofill {
1277
+ -webkit-text-fill-color: #fff;
1278
+ } .textarea__input_nx2mv::placeholder {
1279
+ color: rgba(238, 238, 251, 0.55);
1280
+ } .textarea__hasInnerLabel_nx2mv::placeholder {
1281
+ color: rgba(233, 233, 250, 0.37);
1282
+ } .textarea__input_nx2mv:read-only:not(.textarea__disableUserInput_nx2mv) {
1283
+ color: rgba(233, 233, 250, 0.37)
1284
+ } .textarea__input_nx2mv:read-only:not(.textarea__disableUserInput_nx2mv):focus::placeholder {
1285
+ color: rgba(238, 238, 251, 0.55);
1286
+ } .textarea__input_nx2mv:disabled {
1287
+ color: rgba(233, 233, 250, 0.37);
1288
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1289
+ } .textarea__input_nx2mv:focus::placeholder {
1290
+ color: rgba(233, 233, 250, 0.37);
1291
+ } .textarea__error_nx2mv {
1292
+ color: #fff;
1293
+ caret-color: #fff;
1294
+ } .textarea__textarea_nx2mv {
1295
+ color: #fff;
1296
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1297
+ } .textarea__textarea_nx2mv::placeholder {
1298
+ color: rgba(238, 238, 251, 0.55);
1299
+ } .textarea__hasInnerLabel_nx2mv::placeholder {
1300
+ color: rgba(233, 233, 250, 0.37);
1301
+ } .textarea__textarea_nx2mv:disabled {
1302
+ color: rgba(233, 233, 250, 0.37);
1303
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1304
+ } .textarea__textarea_nx2mv:read-only {
1305
+ color: rgba(233, 233, 250, 0.37);
1306
+ } .textarea__textarea_nx2mv:focus::placeholder {
1307
+ color: rgba(233, 233, 250, 0.37);
1308
+ } .textarea__hint_nx2mv {
1309
+ color: rgba(238, 238, 251, 0.55);
1310
+ } .textarea__error_nx2mv {
1311
+ color: #ff5431;
1312
+ }
1313
+ .textarea__customScrollbar_1qjt9::-webkit-scrollbar-track {
1314
+ background-color: transparent;
1315
+ } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-track-piece {
1316
+ background-color: transparent;
1317
+ } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-thumb {
1318
+ background-color: rgba(255, 255, 255, 0.3);
1319
+ border-color: transparent;
1320
+ } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-thumb:active {
1321
+ background-color: rgba(255, 255, 255, 0.6);
1322
+ } .textarea__pseudoTextarea_1qjt9 span {
1323
+ color: transparent;
1324
+ } .textarea__pseudoTextarea_1qjt9 .textarea__overflow_1qjt9 {
1325
+ background-color: rgba(255, 84, 49, 0.4);
1326
+ } .textarea__pseudoTextarea_1qjt9::-webkit-scrollbar-thumb {
1327
+ background-color: transparent;
1328
+ } .textarea__focusVisible_1qjt9 {
1329
+ outline: 2px solid #3193fc;
1330
+ } .textarea__textarea_1qjt9.textarea__s_1qjt9 {
1331
+ border-top: 14px solid transparent;
1332
+ border-bottom: 14px solid transparent;
1333
+ } .textarea__textarea_1qjt9.textarea__m_1qjt9 {
1334
+ border-top: 18px solid transparent;
1335
+ border-bottom: 18px solid transparent;
1336
+ } .textarea__textarea_1qjt9.textarea__l_1qjt9 {
1337
+ border-top: 22px solid transparent;
1338
+ border-bottom: 22px solid transparent;
1339
+ } .textarea__textarea_1qjt9.textarea__xl_1qjt9 {
1340
+ border-top: 24px solid transparent;
1341
+ border-bottom: 24px solid transparent;
1342
+ } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__s_1qjt9 {
1343
+ border-top: 24px solid transparent;
1344
+ border-bottom: 4px solid transparent;
1345
+ } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__m_1qjt9 {
1346
+ border-top: 24px solid transparent;
1347
+ border-bottom: 8px solid transparent;
1348
+ } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__l_1qjt9 {
1349
+ border-top: 32px solid transparent;
1350
+ border-bottom: 12px solid transparent;
1351
+ } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__xl_1qjt9 {
1352
+ border-top: 34px solid transparent;
1353
+ border-bottom: 14px solid transparent;
1354
+ }
1355
+ .textarea__input_1imzy {
1356
+ color: #0e0e0e;
1357
+ caret-color: #0e0e0e;
1358
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1359
+ } .textarea__input_1imzy:-webkit-autofill {
1360
+ -webkit-text-fill-color: #0e0e0e;
1361
+ } .textarea__input_1imzy::placeholder {
1362
+ color: rgba(4, 4, 19, 0.55);
1363
+ } .textarea__hasInnerLabel_1imzy::placeholder {
1364
+ color: rgba(5, 8, 29, 0.38);
1365
+ } .textarea__input_1imzy:read-only:not(.textarea__disableUserInput_1imzy) {
1366
+ color: rgba(5, 8, 29, 0.38)
1367
+ } .textarea__input_1imzy:read-only:not(.textarea__disableUserInput_1imzy):focus::placeholder {
1368
+ color: rgba(4, 4, 19, 0.55);
1369
+ } .textarea__input_1imzy:disabled {
1370
+ color: rgba(5, 8, 29, 0.38);
1371
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1372
+ } .textarea__input_1imzy:focus::placeholder {
1373
+ color: rgba(5, 8, 29, 0.38);
1374
+ } .textarea__error_1imzy {
1375
+ color: #0e0e0e;
1376
+ caret-color: #0e0e0e;
1377
+ } .textarea__textarea_1imzy {
1378
+ color: #0e0e0e;
1379
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1380
+ } .textarea__textarea_1imzy::placeholder {
1381
+ color: rgba(4, 4, 19, 0.55);
1382
+ } .textarea__hasInnerLabel_1imzy::placeholder {
1383
+ color: rgba(5, 8, 29, 0.38);
1384
+ } .textarea__textarea_1imzy:disabled {
1385
+ color: rgba(5, 8, 29, 0.38);
1386
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1387
+ } .textarea__textarea_1imzy:read-only {
1388
+ color: rgba(5, 8, 29, 0.38);
1389
+ } .textarea__textarea_1imzy:focus::placeholder {
1390
+ color: rgba(5, 8, 29, 0.38);
1391
+ } .textarea__hint_1imzy {
1392
+ color: rgba(238, 238, 251, 0.55);
1393
+ } .textarea__error_1imzy {
1394
+ color: #ff5431;
1395
+ }.pagination__component_j4jls {
1254
1396
  color: #fff;
1255
1397
  }
1256
1398
  .pagination__dots_1jbpm {
@@ -1656,32 +1798,7 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
1656
1798
  color: #0e0e0e;
1657
1799
  } .button__component_198zw[disabled].button__ghost_198zw.button__loading_198zw {
1658
1800
  color: #0e0e0e;
1659
- }.chart__coreChart_y4v69 .recharts-text tspan {
1660
- fill: #fff;
1661
- }
1662
- @keyframes chart__showDot_yf6b1 {
1663
- }
1664
-
1665
- .chart__tickText_6z9ce {
1666
- fill: #fff;
1667
- } .chart__circle_6z9ce {
1668
- fill: #0e0e0e;
1669
- } .chart__circle_6z9ce {
1670
- fill: #0e0e0e;
1671
- }
1672
- .chart__tooltip_w8y2f {
1673
- background-color: #0e0e0e;
1674
- border: 1px solid #36363a;
1675
- box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
1676
- 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);
1677
- } .chart__tooltipArrow_w8y2f {
1678
- border: 1px solid #36363a;
1679
- background-color: #0e0e0e;
1680
- } .chart__tooltipArrow_w8y2f:before {
1681
- border-color: transparent #0e0e0e transparent transparent;
1682
- }.comment__component_mke1z {
1683
- background-color: #1c1c1e;
1684
- }.circular-progress-bar__component_o79lq.circular-progress-bar__bg-positive_o79lq {
1801
+ }.circular-progress-bar__component_o79lq.circular-progress-bar__bg-positive_o79lq {
1685
1802
  background: #17d055;
1686
1803
  } .circular-progress-bar__component_o79lq.circular-progress-bar__bg-negative_o79lq {
1687
1804
  background: #ff5431;
@@ -1708,14 +1825,52 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
1708
1825
  color: #fff;
1709
1826
  } .circular-progress-bar__iconWrapper_o79lq.circular-progress-bar__icon-secondary_o79lq {
1710
1827
  color: #898991;
1711
- }.list-header__filled_b075e {
1828
+ }.comment__component_mke1z {
1829
+ background-color: #1c1c1e;
1830
+ }.list-header__filled_b075e {
1712
1831
  background-color: #212124;
1832
+ }.chart__coreChart_y4v69 .recharts-text tspan {
1833
+ fill: #fff;
1834
+ }
1835
+ @keyframes chart__showDot_yf6b1 {
1836
+ }
1837
+
1838
+ .chart__tickText_6z9ce {
1839
+ fill: #fff;
1840
+ } .chart__circle_6z9ce {
1841
+ fill: #0e0e0e;
1842
+ } .chart__circle_6z9ce {
1843
+ fill: #0e0e0e;
1844
+ }
1845
+ .chart__tooltip_w8y2f {
1846
+ background-color: #0e0e0e;
1847
+ border: 1px solid #36363a;
1848
+ box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
1849
+ 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);
1850
+ } .chart__tooltipArrow_w8y2f {
1851
+ border: 1px solid #36363a;
1852
+ background-color: #0e0e0e;
1853
+ } .chart__tooltipArrow_w8y2f:before {
1854
+ border-color: transparent #0e0e0e transparent transparent;
1713
1855
  }.list__list_219yz {
1714
1856
  color: #fff;
1715
1857
  }
1716
1858
  .list__slot_yksui.list__defaultColor_yksui {
1717
1859
  color: #fff;
1718
- }.stepped-progress-bar__bar_1q383 {
1860
+ }.tab-bar__component_ivzcz {
1861
+ background-color: #0e0e0e;
1862
+ } .tab-bar__border_ivzcz {
1863
+ box-shadow: 0 -1px 0 0 #29292c;
1864
+ }
1865
+ .tab-bar__component_1ygns {
1866
+ background-color: transparent;
1867
+ -webkit-tap-highlight-color: transparent;
1868
+ color: rgba(238, 238, 251, 0.55);
1869
+ } .tab-bar__selected_1ygns {
1870
+ color: #f83a2a;
1871
+ } .tab-bar__label_1ygns {
1872
+ color: rgba(238, 238, 251, 0.55);
1873
+ }.stepped-progress-bar__bar_1q383 {
1719
1874
  background: rgba(222, 222, 238, 0.13);
1720
1875
  } .stepped-progress-bar__description_1q383 {
1721
1876
  color: rgba(238, 238, 251, 0.55);
@@ -1742,162 +1897,7 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
1742
1897
  background: #fff;
1743
1898
  } .stepped-progress-bar__bar_125eb.stepped-progress-bar__accent_125eb {
1744
1899
  background: #f83a2a;
1745
- }.drawer__customScrollbar_1w519::-webkit-scrollbar-track {
1746
- background-color: transparent;
1747
- } .drawer__customScrollbar_1w519::-webkit-scrollbar-track-piece {
1748
- background-color: transparent;
1749
- } .drawer__customScrollbar_1w519::-webkit-scrollbar-thumb {
1750
- background-color: rgba(255, 255, 255, 0.3);
1751
- border-color: transparent;
1752
- } .drawer__customScrollbar_1w519::-webkit-scrollbar-thumb:active {
1753
- background-color: rgba(255, 255, 255, 0.6);
1754
- } .drawer__backdropEnter_1w519 {
1755
- background-color: transparent;
1756
- } .drawer__backdropEnterActive_1w519,
1757
- .drawer__backdropEnterDone_1w519 {
1758
- background-color: rgba(0, 0, 0, 0.7);
1759
- } .drawer__backdropExit_1w519 {
1760
- background-color: rgba(0, 0, 0, 0.7);
1761
- } .drawer__backdropExitActive_1w519,
1762
- .drawer__backdropExitDone_1w519 {
1763
- background-color: transparent;
1764
- }.tab-bar__component_ivzcz {
1765
- background-color: #0e0e0e;
1766
- } .tab-bar__border_ivzcz {
1767
- box-shadow: 0 -1px 0 0 #29292c;
1768
- }
1769
- .tab-bar__component_1ygns {
1770
- background-color: transparent;
1771
- -webkit-tap-highlight-color: transparent;
1772
- color: rgba(238, 238, 251, 0.55);
1773
- } .tab-bar__selected_1ygns {
1774
- color: #f83a2a;
1775
- } .tab-bar__label_1ygns {
1776
- color: rgba(238, 238, 251, 0.55);
1777
- }.textarea__input_nx2mv {
1778
- color: #fff;
1779
- caret-color: #fff;
1780
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1781
- } .textarea__input_nx2mv:-webkit-autofill {
1782
- -webkit-text-fill-color: #fff;
1783
- } .textarea__input_nx2mv::placeholder {
1784
- color: rgba(238, 238, 251, 0.55);
1785
- } .textarea__hasInnerLabel_nx2mv::placeholder {
1786
- color: rgba(233, 233, 250, 0.37);
1787
- } .textarea__input_nx2mv:read-only:not(.textarea__disableUserInput_nx2mv) {
1788
- color: rgba(233, 233, 250, 0.37)
1789
- } .textarea__input_nx2mv:read-only:not(.textarea__disableUserInput_nx2mv):focus::placeholder {
1790
- color: rgba(238, 238, 251, 0.55);
1791
- } .textarea__input_nx2mv:disabled {
1792
- color: rgba(233, 233, 250, 0.37);
1793
- -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1794
- } .textarea__input_nx2mv:focus::placeholder {
1795
- color: rgba(233, 233, 250, 0.37);
1796
- } .textarea__error_nx2mv {
1797
- color: #fff;
1798
- caret-color: #fff;
1799
- } .textarea__textarea_nx2mv {
1800
- color: #fff;
1801
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1802
- } .textarea__textarea_nx2mv::placeholder {
1803
- color: rgba(238, 238, 251, 0.55);
1804
- } .textarea__hasInnerLabel_nx2mv::placeholder {
1805
- color: rgba(233, 233, 250, 0.37);
1806
- } .textarea__textarea_nx2mv:disabled {
1807
- color: rgba(233, 233, 250, 0.37);
1808
- -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1809
- } .textarea__textarea_nx2mv:read-only {
1810
- color: rgba(233, 233, 250, 0.37);
1811
- } .textarea__textarea_nx2mv:focus::placeholder {
1812
- color: rgba(233, 233, 250, 0.37);
1813
- } .textarea__hint_nx2mv {
1814
- color: rgba(238, 238, 251, 0.55);
1815
- } .textarea__error_nx2mv {
1816
- color: #ff5431;
1817
- }
1818
- .textarea__customScrollbar_1qjt9::-webkit-scrollbar-track {
1819
- background-color: transparent;
1820
- } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-track-piece {
1821
- background-color: transparent;
1822
- } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-thumb {
1823
- background-color: rgba(255, 255, 255, 0.3);
1824
- border-color: transparent;
1825
- } .textarea__customScrollbar_1qjt9::-webkit-scrollbar-thumb:active {
1826
- background-color: rgba(255, 255, 255, 0.6);
1827
- } .textarea__pseudoTextarea_1qjt9 span {
1828
- color: transparent;
1829
- } .textarea__pseudoTextarea_1qjt9 .textarea__overflow_1qjt9 {
1830
- background-color: rgba(255, 84, 49, 0.4);
1831
- } .textarea__pseudoTextarea_1qjt9::-webkit-scrollbar-thumb {
1832
- background-color: transparent;
1833
- } .textarea__focusVisible_1qjt9 {
1834
- outline: 2px solid #3193fc;
1835
- } .textarea__textarea_1qjt9.textarea__s_1qjt9 {
1836
- border-top: 14px solid transparent;
1837
- border-bottom: 14px solid transparent;
1838
- } .textarea__textarea_1qjt9.textarea__m_1qjt9 {
1839
- border-top: 18px solid transparent;
1840
- border-bottom: 18px solid transparent;
1841
- } .textarea__textarea_1qjt9.textarea__l_1qjt9 {
1842
- border-top: 22px solid transparent;
1843
- border-bottom: 22px solid transparent;
1844
- } .textarea__textarea_1qjt9.textarea__xl_1qjt9 {
1845
- border-top: 24px solid transparent;
1846
- border-bottom: 24px solid transparent;
1847
- } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__s_1qjt9 {
1848
- border-top: 24px solid transparent;
1849
- border-bottom: 4px solid transparent;
1850
- } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__m_1qjt9 {
1851
- border-top: 24px solid transparent;
1852
- border-bottom: 8px solid transparent;
1853
- } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__l_1qjt9 {
1854
- border-top: 32px solid transparent;
1855
- border-bottom: 12px solid transparent;
1856
- } .textarea__textarea_1qjt9.textarea__hasInnerLabel_1qjt9.textarea__xl_1qjt9 {
1857
- border-top: 34px solid transparent;
1858
- border-bottom: 14px solid transparent;
1859
- }
1860
- .textarea__input_1imzy {
1861
- color: #0e0e0e;
1862
- caret-color: #0e0e0e;
1863
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1864
- } .textarea__input_1imzy:-webkit-autofill {
1865
- -webkit-text-fill-color: #0e0e0e;
1866
- } .textarea__input_1imzy::placeholder {
1867
- color: rgba(4, 4, 19, 0.55);
1868
- } .textarea__hasInnerLabel_1imzy::placeholder {
1869
- color: rgba(5, 8, 29, 0.38);
1870
- } .textarea__input_1imzy:read-only:not(.textarea__disableUserInput_1imzy) {
1871
- color: rgba(5, 8, 29, 0.38)
1872
- } .textarea__input_1imzy:read-only:not(.textarea__disableUserInput_1imzy):focus::placeholder {
1873
- color: rgba(4, 4, 19, 0.55);
1874
- } .textarea__input_1imzy:disabled {
1875
- color: rgba(5, 8, 29, 0.38);
1876
- -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1877
- } .textarea__input_1imzy:focus::placeholder {
1878
- color: rgba(5, 8, 29, 0.38);
1879
- } .textarea__error_1imzy {
1880
- color: #0e0e0e;
1881
- caret-color: #0e0e0e;
1882
- } .textarea__textarea_1imzy {
1883
- color: #0e0e0e;
1884
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1885
- } .textarea__textarea_1imzy::placeholder {
1886
- color: rgba(4, 4, 19, 0.55);
1887
- } .textarea__hasInnerLabel_1imzy::placeholder {
1888
- color: rgba(5, 8, 29, 0.38);
1889
- } .textarea__textarea_1imzy:disabled {
1890
- color: rgba(5, 8, 29, 0.38);
1891
- -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1892
- } .textarea__textarea_1imzy:read-only {
1893
- color: rgba(5, 8, 29, 0.38);
1894
- } .textarea__textarea_1imzy:focus::placeholder {
1895
- color: rgba(5, 8, 29, 0.38);
1896
- } .textarea__hint_1imzy {
1897
- color: rgba(238, 238, 251, 0.55);
1898
- } .textarea__error_1imzy {
1899
- color: #ff5431;
1900
- }.attach__component_19l14 {
1900
+ }.attach__component_19l14 {
1901
1901
  } .attach__file_19l14,
1902
1902
  .attach__noFile_19l14 {
1903
1903
  color: rgba(238, 238, 251, 0.55);
@@ -1981,6 +1981,30 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
1981
1981
  } .confirmation-v1__loaderText_1snyu {
1982
1982
  color: rgba(238, 238, 251, 0.55);
1983
1983
  color: rgba(238, 238, 251, 0.55);
1984
+ }
1985
+ .confirmation__component_a4t95 {
1986
+ color: rgba(238, 238, 251, 0.55);
1987
+ }
1988
+ .confirmation__circle_vx39a {
1989
+ fill: transparent;
1990
+ stroke: #4a4a51;
1991
+ }
1992
+
1993
+ .confirmation__typographyTheme_1d91a.confirmation__typographyTheme_1d91a {
1994
+ color: rgba(238, 238, 251, 0.55);
1995
+ }
1996
+ .confirmation__typographyTheme_s1itd.confirmation__typographyTheme_s1itd {
1997
+ color: rgba(238, 238, 251, 0.55);
1998
+ }
1999
+ .confirmation__typographyTheme_1aoq4.confirmation__typographyTheme_1aoq4 {
2000
+ color: rgba(238, 238, 251, 0.55);
2001
+ } .confirmation__phone_1aoq4.confirmation__phone_1aoq4 {
2002
+ color: #fff;
2003
+ } .confirmation__countdownContainer_1aoq4.confirmation__countdownContainer_1aoq4 {
2004
+ color: rgba(238, 238, 251, 0.55);
2005
+ }
2006
+ .confirmation__typographyTheme_1ubrn.confirmation__typographyTheme_1ubrn {
2007
+ color: rgba(238, 238, 251, 0.55);
1984
2008
  }.cc-icon-button.icon-button__primary_2c4ub {
1985
2009
  color: #fff
1986
2010
  } .cc-icon-button.icon-button__primary_2c4ub:hover {
@@ -2075,31 +2099,7 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2075
2099
  color: rgba(15, 25, 55, 0.1)
2076
2100
  } .cc-icon-button.icon-button__component_e364n:disabled.icon-button__tertiary_e364n.icon-button__loader_e364n {
2077
2101
  color: rgba(9, 12, 37, 0.28);
2078
- }
2079
- .confirmation__component_a4t95 {
2080
- color: rgba(238, 238, 251, 0.55);
2081
- }
2082
- .confirmation__circle_vx39a {
2083
- fill: transparent;
2084
- stroke: #4a4a51;
2085
- }
2086
-
2087
- .confirmation__typographyTheme_1d91a.confirmation__typographyTheme_1d91a {
2088
- color: rgba(238, 238, 251, 0.55);
2089
- }
2090
- .confirmation__typographyTheme_s1itd.confirmation__typographyTheme_s1itd {
2091
- color: rgba(238, 238, 251, 0.55);
2092
- }
2093
- .confirmation__typographyTheme_1aoq4.confirmation__typographyTheme_1aoq4 {
2094
- color: rgba(238, 238, 251, 0.55);
2095
- } .confirmation__phone_1aoq4.confirmation__phone_1aoq4 {
2096
- color: #fff;
2097
- } .confirmation__countdownContainer_1aoq4.confirmation__countdownContainer_1aoq4 {
2098
- color: rgba(238, 238, 251, 0.55);
2099
- }
2100
- .confirmation__typographyTheme_1ubrn.confirmation__typographyTheme_1ubrn {
2101
- color: rgba(238, 238, 251, 0.55);
2102
- }.input__input_12sr2 {
2102
+ }.input__input_12sr2 {
2103
2103
  color: #fff;
2104
2104
  caret-color: #fff;
2105
2105
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -2214,7 +2214,20 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2214
2214
  color: #fff;
2215
2215
  } .pass-code__ghost_1mfx3.pass-code__ghost_1mfx3:active {
2216
2216
  background: rgba(234, 234, 248, 0.15);
2217
- }.pure-cell__focused_9rya7 {
2217
+ }.file-upload-item__component_1f20v {
2218
+ color: rgba(238, 238, 251, 0.55);
2219
+ box-shadow: 0 -1px 0 0 #29292c inset
2220
+ } .file-upload-item__icon_1f20v {
2221
+ color: #fff;
2222
+ } .file-upload-item__errorIcon_1f20v {
2223
+ color: #ff5431;
2224
+ } .file-upload-item__successIcon_1f20v {
2225
+ color: #17d055;
2226
+ } .file-upload-item__name_1f20v {
2227
+ color: #fff
2228
+ } .file-upload-item__errorWrapper_1f20v {
2229
+ color: #ff5431
2230
+ }.pure-cell__focused_9rya7 {
2218
2231
  outline: 2px solid #3193fc;
2219
2232
  }
2220
2233
 
@@ -2228,20 +2241,7 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2228
2241
 
2229
2242
 
2230
2243
 
2231
- .file-upload-item__component_1f20v {
2232
- color: rgba(238, 238, 251, 0.55);
2233
- box-shadow: 0 -1px 0 0 #29292c inset
2234
- } .file-upload-item__icon_1f20v {
2235
- color: #fff;
2236
- } .file-upload-item__errorIcon_1f20v {
2237
- color: #ff5431;
2238
- } .file-upload-item__successIcon_1f20v {
2239
- color: #17d055;
2240
- } .file-upload-item__name_1f20v {
2241
- color: #fff
2242
- } .file-upload-item__errorWrapper_1f20v {
2243
- color: #ff5431
2244
- }.navigation-bar__content_i8g5v {
2244
+ .navigation-bar__content_i8g5v {
2245
2245
  color: #fff
2246
2246
  } .navigation-bar__subtitle_i8g5v {
2247
2247
  color: rgba(238, 238, 251, 0.55);
@@ -2957,20 +2957,7 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2957
2957
  }
2958
2958
  .calendar-range__component_1s3vi:after {
2959
2959
  background-color: #fff;
2960
- }.intl-phone-input__emptyCountryIcon_spklu {
2961
- color: #898991;
2962
- }
2963
- .intl-phone-input__flagPlaceholder_zkjtm {
2964
- background-color: rgba(222, 222, 240, 0.12);
2965
- }
2966
- .intl-phone-input__dialCode_1pho2 {
2967
- color: rgba(238, 238, 251, 0.55);
2968
- }
2969
- .intl-phone-input__emptyCountryIcon_msvcg {
2970
- color: #898991;
2971
- } .intl-phone-input__focusVisible_msvcg {
2972
- outline: 2px solid #3193fc;
2973
- }
2960
+ }
2974
2961
  .international-phone-input__dialCode_1opig {
2975
2962
  color: rgba(238, 238, 251, 0.55);
2976
2963
  } .international-phone-input__emptyCountryIcon_1opig {
@@ -2983,6 +2970,19 @@ button.pagination__tag_1gi1t.pagination__tag_1gi1t {
2983
2970
  color: rgba(238, 238, 251, 0.55);
2984
2971
  } .international-phone-input__focusVisible_1vizw {
2985
2972
  outline: 2px solid #3193fc;
2973
+ }.intl-phone-input__emptyCountryIcon_spklu {
2974
+ color: #898991;
2975
+ }
2976
+ .intl-phone-input__flagPlaceholder_zkjtm {
2977
+ background-color: rgba(222, 222, 240, 0.12);
2978
+ }
2979
+ .intl-phone-input__dialCode_1pho2 {
2980
+ color: rgba(238, 238, 251, 0.55);
2981
+ }
2982
+ .intl-phone-input__emptyCountryIcon_msvcg {
2983
+ color: #898991;
2984
+ } .intl-phone-input__focusVisible_msvcg {
2985
+ outline: 2px solid #3193fc;
2986
2986
  }.tabs__component_16jc9:before {
2987
2987
  background-color: rgba(228, 228, 251, 0.28);
2988
2988
  } .tabs__title_16jc9 {