@alfalab/core-components 44.5.1-beta.0 → 44.5.1-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 (277) hide show
  1. package/bottom-sheet/cssm/index.module.css +1 -0
  2. package/bottom-sheet/esm/index.css +1 -0
  3. package/bottom-sheet/index.css +1 -0
  4. package/bottom-sheet/modern/index.css +1 -0
  5. package/confirmation/component.responsive.js +1 -1
  6. package/confirmation/components/base-confirmation/component.js +1 -1
  7. package/confirmation/components/base-confirmation/index.js +1 -1
  8. package/confirmation/components/index.js +1 -1
  9. package/confirmation/components/screens/index.js +1 -1
  10. package/confirmation/components/screens/initial/component.js +1 -1
  11. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  12. package/confirmation/components/screens/initial/index.js +1 -1
  13. package/confirmation/desktop/component.desktop.js +1 -1
  14. package/confirmation/desktop/index.js +1 -1
  15. package/confirmation/esm/component.responsive.js +1 -1
  16. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  17. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  18. package/confirmation/esm/components/index.js +1 -1
  19. package/confirmation/esm/components/screens/index.js +1 -1
  20. package/confirmation/esm/components/screens/initial/component.js +1 -1
  21. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  22. package/confirmation/esm/components/screens/initial/index.js +1 -1
  23. package/confirmation/esm/desktop/component.desktop.js +1 -1
  24. package/confirmation/esm/desktop/index.js +1 -1
  25. package/confirmation/esm/index.js +1 -1
  26. package/confirmation/esm/mobile/component.mobile.js +1 -1
  27. package/confirmation/esm/mobile/index.js +1 -1
  28. package/confirmation/esm/shared/index.js +1 -1
  29. package/confirmation/index.js +1 -1
  30. package/confirmation/mobile/component.mobile.js +1 -1
  31. package/confirmation/mobile/index.js +1 -1
  32. package/confirmation/modern/component.responsive.js +1 -1
  33. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  34. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  35. package/confirmation/modern/components/index.js +1 -1
  36. package/confirmation/modern/components/screens/index.js +1 -1
  37. package/confirmation/modern/components/screens/initial/component.js +1 -1
  38. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  39. package/confirmation/modern/components/screens/initial/index.js +1 -1
  40. package/confirmation/modern/desktop/component.desktop.js +1 -1
  41. package/confirmation/modern/desktop/index.js +1 -1
  42. package/confirmation/modern/index.js +1 -1
  43. package/confirmation/modern/mobile/component.mobile.js +1 -1
  44. package/confirmation/modern/mobile/index.js +1 -1
  45. package/confirmation/modern/shared/index.js +1 -1
  46. package/confirmation/shared/index.js +1 -1
  47. package/modal/Component.responsive.js +2 -2
  48. package/modal/components/content/Component.js +1 -1
  49. package/modal/components/controls/Component.js +2 -2
  50. package/modal/components/controls/index.js +2 -2
  51. package/modal/components/footer/Component.js +2 -2
  52. package/modal/components/header/Component.js +1 -1
  53. package/modal/desktop/Component.desktop.js +2 -2
  54. package/modal/desktop/index.js +2 -2
  55. package/modal/esm/Component.responsive.js +2 -2
  56. package/modal/esm/components/content/Component.js +1 -1
  57. package/modal/esm/components/controls/Component.js +2 -2
  58. package/modal/esm/components/controls/index.js +2 -2
  59. package/modal/esm/components/footer/Component.js +2 -2
  60. package/modal/esm/components/header/Component.js +1 -1
  61. package/modal/esm/desktop/Component.desktop.js +2 -2
  62. package/modal/esm/desktop/index.js +2 -2
  63. package/modal/esm/index-a5b021bd.d.ts +1 -1
  64. package/modal/esm/index.js +2 -2
  65. package/modal/esm/mobile/Component.mobile.js +2 -2
  66. package/modal/esm/mobile/index.js +2 -2
  67. package/modal/esm/shared/index.js +1 -1
  68. package/modal/esm/utils.js +1 -1
  69. package/modal/index-a5b021bd.d.ts +1 -1
  70. package/modal/index.js +2 -2
  71. package/modal/mobile/Component.mobile.js +2 -2
  72. package/modal/mobile/index.js +2 -2
  73. package/modal/modern/Component.responsive.js +2 -2
  74. package/modal/modern/components/content/Component.js +1 -1
  75. package/modal/modern/components/controls/Component.js +2 -2
  76. package/modal/modern/components/controls/index.js +2 -2
  77. package/modal/modern/components/footer/Component.js +2 -2
  78. package/modal/modern/components/header/Component.js +1 -1
  79. package/modal/modern/desktop/Component.desktop.js +2 -2
  80. package/modal/modern/desktop/index.js +2 -2
  81. package/modal/modern/index-a5b021bd.d.ts +1 -1
  82. package/modal/modern/index.js +2 -2
  83. package/modal/modern/mobile/Component.mobile.js +2 -2
  84. package/modal/modern/mobile/index.js +2 -2
  85. package/modal/modern/shared/index.js +1 -1
  86. package/modal/modern/utils.js +1 -1
  87. package/modal/shared/index.js +1 -1
  88. package/modal/utils.js +1 -1
  89. package/package.json +2 -2
  90. package/pure-cell/component.js +1 -1
  91. package/pure-cell/components/content/component.js +1 -1
  92. package/pure-cell/components/content/index.d.ts +1 -1
  93. package/pure-cell/components/content/index.js +1 -1
  94. package/pure-cell/components/main/component.js +1 -1
  95. package/pure-cell/components/main/index.d.ts +1 -1
  96. package/pure-cell/components/main/index.js +1 -1
  97. package/pure-cell/components/text/component.js +1 -1
  98. package/pure-cell/components/text/index.d.ts +1 -1
  99. package/pure-cell/components/text/index.js +1 -1
  100. package/pure-cell/esm/component.js +1 -1
  101. package/pure-cell/esm/components/content/component.js +1 -1
  102. package/pure-cell/esm/components/content/index.d.ts +1 -1
  103. package/pure-cell/esm/components/content/index.js +1 -1
  104. package/pure-cell/esm/components/main/component.js +1 -1
  105. package/pure-cell/esm/components/main/index.d.ts +1 -1
  106. package/pure-cell/esm/components/main/index.js +1 -1
  107. package/pure-cell/esm/components/text/component.js +1 -1
  108. package/pure-cell/esm/components/text/index.d.ts +1 -1
  109. package/pure-cell/esm/components/text/index.js +1 -1
  110. package/pure-cell/esm/index.js +1 -1
  111. package/pure-cell/index.js +1 -1
  112. package/pure-cell/modern/component.js +1 -1
  113. package/pure-cell/modern/components/content/component.js +1 -1
  114. package/pure-cell/modern/components/content/index.d.ts +1 -1
  115. package/pure-cell/modern/components/content/index.js +1 -1
  116. package/pure-cell/modern/components/main/component.js +1 -1
  117. package/pure-cell/modern/components/main/index.d.ts +1 -1
  118. package/pure-cell/modern/components/main/index.js +1 -1
  119. package/pure-cell/modern/components/text/component.js +1 -1
  120. package/pure-cell/modern/components/text/index.d.ts +1 -1
  121. package/pure-cell/modern/components/text/index.js +1 -1
  122. package/pure-cell/modern/index.js +1 -1
  123. package/select/Component.responsive.js +1 -1
  124. package/select/components/base-select/Component.js +41 -37
  125. package/select/cssm/components/base-select/Component.js +41 -37
  126. package/select/esm/Component.responsive.js +1 -1
  127. package/select/esm/components/base-select/Component.js +43 -39
  128. package/select/esm/index.js +1 -1
  129. package/select/esm/mobile/Component.mobile.js +1 -1
  130. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  131. package/select/esm/mobile/index.js +1 -1
  132. package/select/esm/presets/index.js +1 -1
  133. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  134. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  135. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  136. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  137. package/select/esm/shared/index.js +1 -1
  138. package/select/index.js +1 -1
  139. package/select/mobile/Component.mobile.js +1 -1
  140. package/select/mobile/Component.modal.mobile.js +1 -1
  141. package/select/mobile/index.js +1 -1
  142. package/select/modern/Component.responsive.js +1 -1
  143. package/select/modern/components/base-select/Component.js +41 -36
  144. package/select/modern/index.js +1 -1
  145. package/select/modern/mobile/Component.mobile.js +1 -1
  146. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  147. package/select/modern/mobile/index.js +1 -1
  148. package/select/modern/presets/index.js +1 -1
  149. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  150. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  151. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  152. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  153. package/select/modern/shared/index.js +1 -1
  154. package/select/presets/index.js +1 -1
  155. package/select/presets/useSelectWithApply/hook.js +1 -1
  156. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  157. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  158. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  159. package/select/shared/index.js +1 -1
  160. package/select-with-tags/Component.responsive.d.ts +1 -1
  161. package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
  162. package/side-panel/Component.responsive.js +1 -1
  163. package/side-panel/components/controls/Component.js +1 -1
  164. package/side-panel/components/controls/index.js +1 -1
  165. package/side-panel/components/footer/Component.desktop.js +1 -1
  166. package/side-panel/components/footer/Component.js +1 -1
  167. package/side-panel/components/footer/Component.mobile.js +1 -1
  168. package/side-panel/desktop/Component.desktop.js +1 -1
  169. package/side-panel/desktop/index.js +1 -1
  170. package/side-panel/esm/Component.responsive.js +1 -1
  171. package/side-panel/esm/components/controls/Component.js +1 -1
  172. package/side-panel/esm/components/controls/index.js +1 -1
  173. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  174. package/side-panel/esm/components/footer/Component.js +1 -1
  175. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  176. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  177. package/side-panel/esm/desktop/index.js +1 -1
  178. package/side-panel/esm/index.js +1 -1
  179. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  180. package/side-panel/esm/mobile/index.js +1 -1
  181. package/side-panel/index.js +1 -1
  182. package/side-panel/mobile/Component.mobile.js +1 -1
  183. package/side-panel/mobile/index.js +1 -1
  184. package/side-panel/modern/Component.responsive.js +1 -1
  185. package/side-panel/modern/components/controls/Component.js +1 -1
  186. package/side-panel/modern/components/controls/index.js +1 -1
  187. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  188. package/side-panel/modern/components/footer/Component.js +1 -1
  189. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  190. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  191. package/side-panel/modern/desktop/index.js +1 -1
  192. package/side-panel/modern/index.js +1 -1
  193. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  194. package/side-panel/modern/mobile/index.js +1 -1
  195. package/tabs/collapsible/index.js +1 -1
  196. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  197. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  198. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  199. package/tabs/components/primary-tablist/Component.responsive.js +1 -1
  200. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  201. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  202. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  203. package/tabs/components/tabs/Component.collapsible.js +1 -1
  204. package/tabs/components/tabs/Component.desktop.js +2 -2
  205. package/tabs/components/tabs/Component.mobile.js +2 -2
  206. package/tabs/components/tabs/Component.responsive.js +2 -2
  207. package/tabs/desktop/index.js +2 -2
  208. package/tabs/esm/collapsible/index.js +1 -1
  209. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  210. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  211. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  212. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  213. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  214. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  215. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  216. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  217. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  218. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  219. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  220. package/tabs/esm/desktop/index.js +2 -2
  221. package/tabs/esm/index.js +2 -2
  222. package/tabs/esm/mobile/index.js +2 -2
  223. package/tabs/index.js +2 -2
  224. package/tabs/mobile/index.js +2 -2
  225. package/tabs/modern/collapsible/index.js +1 -1
  226. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  227. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  228. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  229. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  230. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  231. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  232. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  233. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  234. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  235. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  236. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  237. package/tabs/modern/desktop/index.js +2 -2
  238. package/tabs/modern/index.js +2 -2
  239. package/tabs/modern/mobile/index.js +2 -2
  240. package/themes/compiled/mobile-dark-bluetint.css +14 -14
  241. package/themes/dist/compiled/mobile-dark-bluetint.css +439 -439
  242. /package/confirmation/{countdown-section-0b838cbc.d.ts → countdown-section-cb907e98.d.ts} +0 -0
  243. /package/confirmation/{countdown-section-0b838cbc.js → countdown-section-cb907e98.js} +0 -0
  244. /package/confirmation/esm/{countdown-section-1f94dc48.d.ts → countdown-section-0ecb611b.d.ts} +0 -0
  245. /package/confirmation/esm/{countdown-section-1f94dc48.js → countdown-section-0ecb611b.js} +0 -0
  246. /package/confirmation/modern/{countdown-section-0e0a4d6c.d.ts → countdown-section-57a88455.d.ts} +0 -0
  247. /package/confirmation/modern/{countdown-section-0e0a4d6c.js → countdown-section-57a88455.js} +0 -0
  248. /package/modal/esm/{getDataTestId-a1bfd5bc.d.ts → getDataTestId-464d4f26.d.ts} +0 -0
  249. /package/modal/esm/{getDataTestId-a1bfd5bc.js → getDataTestId-464d4f26.js} +0 -0
  250. /package/modal/esm/{layout.module-ae61fd9a.js → layout.module-c974a98d.js} +0 -0
  251. /package/modal/{getDataTestId-21513f43.d.ts → getDataTestId-9371d9b9.d.ts} +0 -0
  252. /package/modal/{getDataTestId-21513f43.js → getDataTestId-9371d9b9.js} +0 -0
  253. /package/modal/{layout.module-a368ce4e.js → layout.module-aaea4df5.js} +0 -0
  254. /package/modal/modern/{getDataTestId-98c1ef65.d.ts → getDataTestId-3dc618ac.d.ts} +0 -0
  255. /package/modal/modern/{getDataTestId-98c1ef65.js → getDataTestId-3dc618ac.js} +0 -0
  256. /package/modal/modern/{layout.module-9e42f1af.js → layout.module-a5301ec4.js} +0 -0
  257. /package/pure-cell/{component-1e7d8bed.d.ts → component-858265bf.d.ts} +0 -0
  258. /package/pure-cell/{component-1e7d8bed.js → component-858265bf.js} +0 -0
  259. /package/pure-cell/esm/{component-41f8dfa0.d.ts → component-446f8d40.d.ts} +0 -0
  260. /package/pure-cell/esm/{component-41f8dfa0.js → component-446f8d40.js} +0 -0
  261. /package/pure-cell/modern/{component-2890e342.d.ts → component-fc4a0354.d.ts} +0 -0
  262. /package/pure-cell/modern/{component-2890e342.js → component-fc4a0354.js} +0 -0
  263. /package/select/esm/{hook-432d3089.d.ts → hook-7827df3d.d.ts} +0 -0
  264. /package/select/esm/{hook-432d3089.js → hook-7827df3d.js} +0 -0
  265. /package/select/{hook-1a09de48.d.ts → hook-c2cc0737.d.ts} +0 -0
  266. /package/select/{hook-1a09de48.js → hook-c2cc0737.js} +0 -0
  267. /package/select/modern/{hook-13eac5b3.d.ts → hook-5d0d0b8f.d.ts} +0 -0
  268. /package/select/modern/{hook-13eac5b3.js → hook-5d0d0b8f.js} +0 -0
  269. /package/side-panel/esm/{layout.module-cd17a8d9.js → layout.module-9b1b1597.js} +0 -0
  270. /package/side-panel/{layout.module-2eab8ea4.js → layout.module-63bb425f.js} +0 -0
  271. /package/side-panel/modern/{layout.module-2fbef196.js → layout.module-294dd7f0.js} +0 -0
  272. /package/tabs/esm/{index.module-ef895b4d.js → index.module-77b9e786.js} +0 -0
  273. /package/tabs/esm/{index.module-35549ec1.js → index.module-89b83942.js} +0 -0
  274. /package/tabs/{index.module-2d0a535b.js → index.module-1622ea1b.js} +0 -0
  275. /package/tabs/{index.module-86eee5e4.js → index.module-85fa7c5b.js} +0 -0
  276. /package/tabs/modern/{index.module-abc097a2.js → index.module-01921a2b.js} +0 -0
  277. /package/tabs/modern/{index.module-e2852e96.js → index.module-69b838fa.js} +0 -0
@@ -58,6 +58,10 @@
58
58
  background-color: #fff;
59
59
  } .badge__dot_1h5gy.badge__outlineCount_1h5gy {
60
60
  border: 1px solid #0e0e0e;
61
+ }.card-image__cardImage_1vmzs {
62
+ background: #e7e8ea;
63
+ } .card-image__loaded_1vmzs {
64
+ background: transparent
61
65
  }.backdrop__backdrop_7in0d {
62
66
  -webkit-tap-highlight-color: transparent;
63
67
  } .backdrop__appear_7in0d,
@@ -73,10 +77,6 @@
73
77
  } .backdrop__exitActive_7in0d,
74
78
  .backdrop__exitDone_7in0d {
75
79
  background-color: transparent;
76
- }.card-image__cardImage_1vmzs {
77
- background: #e7e8ea;
78
- } .card-image__loaded_1vmzs {
79
- background: transparent
80
80
  }.divider__component_8jnx5 {
81
81
  border-bottom: 1px solid #353539;
82
82
  }.dropzone__component_14ga0 {
@@ -168,15 +168,7 @@
168
168
  background: #fff;
169
169
  } .hatching-progress-bar__accent_1u44o {
170
170
  background: #f83a2a;
171
- }.icon-view__component_1jgz8 {
172
- color: rgba(238, 238, 251, 0.55)
173
- } .icon-view__bg_1jgz8 {
174
- fill: #1c1c1e;
175
- } .icon-view__border_1jgz8 {
176
- stroke: rgba(225, 225, 248, 0.09);
177
- fill: transparent;
178
- } .icon-view__children_1jgz8 {
179
- }.indicator__component_1wd0s {
171
+ }.indicator__component_1wd0s {
180
172
  color: #fff;
181
173
  background-color: #f83a2a;
182
174
  } .indicator__red_1wd0s {
@@ -194,7 +186,15 @@
194
186
  color: #fff
195
187
  } .indicator__grey_1wd0s.indicator__border_1wd0s {
196
188
  outline: 2px solid #0e0e0e;
197
- }@keyframes loader__blink_9alk6 {
189
+ }.icon-view__component_1jgz8 {
190
+ color: rgba(238, 238, 251, 0.55)
191
+ } .icon-view__bg_1jgz8 {
192
+ fill: #1c1c1e;
193
+ } .icon-view__border_1jgz8 {
194
+ stroke: rgba(225, 225, 248, 0.09);
195
+ fill: transparent;
196
+ } .icon-view__children_1jgz8 {
197
+ }@keyframes loader__blink_9alk6 {
198
198
  }.link__primary_zwgzq {
199
199
  color: #fff;
200
200
  border-bottom-color: #fff
@@ -928,51 +928,6 @@
928
928
  color: rgba(238, 238, 251, 0.55);
929
929
  } .checkbox__indeterminateLine_rkcg1 {
930
930
  background-color: #0e0e0e;
931
- }.typography__tertiary_e4qmo {
932
- color: rgba(233, 233, 250, 0.37);
933
- } .typography__disabled_e4qmo {
934
- color: rgba(236, 236, 254, 0.18);
935
- } .typography__accent_e4qmo {
936
- color: #ef3124;
937
- } .typography__primary_e4qmo {
938
- color: #fff;
939
- } .typography__attention_e4qmo {
940
- color: #fa9313;
941
- } .typography__positive_e4qmo {
942
- color: #0cc44d;
943
- } .typography__secondary_e4qmo {
944
- color: rgba(238, 238, 251, 0.55);
945
- } .typography__tertiary-inverted_e4qmo {
946
- color: rgba(5, 8, 29, 0.38);
947
- } .typography__primary-inverted_e4qmo {
948
- color: #0e0e0e;
949
- } .typography__secondary-inverted_e4qmo {
950
- color: rgba(4, 4, 19, 0.55);
951
- } .typography__link_e4qmo {
952
- color: #4a9dfc;
953
- } .typography__negative_e4qmo {
954
- color: #ff5431;
955
- } .typography__static-primary-light_e4qmo {
956
- color: #fff;
957
- } .typography__static-secondary-light_e4qmo {
958
- color: rgba(238, 238, 251, 0.55);
959
- } .typography__static-tertiary-light_e4qmo {
960
- color: rgba(233, 233, 250, 0.37);
961
- } .typography__static-primary-dark_e4qmo {
962
- color: #0e0e0e;
963
- } .typography__static-secondary-dark_e4qmo {
964
- color: rgba(4, 4, 19, 0.55);
965
- } .typography__static-tertiary-dark_e4qmo {
966
- color: rgba(5, 8, 29, 0.38);
967
- } .typography__static-accent_e4qmo {
968
- color: #ef3124;
969
- }
970
-
971
-
972
-
973
-
974
-
975
- @media screen and (min-width: 1024px) {
976
931
  }.radio__container_1cp2f:not(.radio__checked_1cp2f):not(.radio__disabled_1cp2f) .radio__circle_1cp2f {
977
932
  background-color: #29292c;
978
933
  border: 1.5px solid rgba(238, 238, 251, 0.55);
@@ -1012,6 +967,25 @@
1012
967
  color: #fff;
1013
968
  } .radio__hint_1cp2f {
1014
969
  color: rgba(238, 238, 251, 0.55);
970
+ }.sortable-list__primary_1863l {
971
+ background: #29292c;
972
+ } .sortable-list__secondary_1863l {
973
+ background: #1c1c1e;
974
+ }
975
+ .sortable-list__component_gmjke:hover .sortable-list__icon_gmjke {
976
+ color: #fff;
977
+ } .sortable-list__icon_gmjke {
978
+ color: rgba(238, 238, 251, 0.55);
979
+ } .sortable-list__dragOverlay_gmjke {
980
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
981
+ 0 0 1px rgba(0, 0, 0, 0.04)
982
+ } .sortable-list__dragOverlay_gmjke .sortable-list__icon_gmjke {
983
+ color: #fff;
984
+ } @keyframes sortable-list__pop_gmjke {
985
+ to {
986
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
987
+ 0 0 1px rgba(0, 0, 0, 0.04);
988
+ }
1015
989
  }.form-control__inner_19s6v {
1016
990
  background-color: rgba(222, 222, 238, 0.13);
1017
991
  } .form-control__disabled_19s6v.form-control__hasError_19s6v {
@@ -1126,25 +1100,64 @@
1126
1100
  color: rgba(238, 238, 251, 0.55);
1127
1101
  } .switch__focused_9y0c4 .switch__switch_9y0c4 {
1128
1102
  outline: 2px solid #3193fc;
1129
- }.sortable-list__primary_1863l {
1130
- background: #29292c;
1131
- } .sortable-list__secondary_1863l {
1132
- background: #1c1c1e;
1133
1103
  }
1134
- .sortable-list__component_gmjke:hover .sortable-list__icon_gmjke {
1135
- color: #fff;
1136
- } .sortable-list__icon_gmjke {
1104
+ .system-message__component_l44dt {
1137
1105
  color: rgba(238, 238, 251, 0.55);
1138
- } .sortable-list__dragOverlay_gmjke {
1139
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1140
- 0 0 1px rgba(0, 0, 0, 0.04)
1141
- } .sortable-list__dragOverlay_gmjke .sortable-list__icon_gmjke {
1142
- color: #fff;
1143
- } @keyframes sortable-list__pop_gmjke {
1144
- to {
1145
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1146
- 0 0 1px rgba(0, 0, 0, 0.04);
1147
- }
1106
+ }
1107
+
1108
+
1109
+ .system-message__component_sz2bb {
1110
+ color: #fff;
1111
+ }
1112
+
1113
+ .system-message__component_2qtlw {
1114
+ color: #fff;
1115
+ }
1116
+ .typography__tertiary_e4qmo {
1117
+ color: rgba(233, 233, 250, 0.37);
1118
+ } .typography__disabled_e4qmo {
1119
+ color: rgba(236, 236, 254, 0.18);
1120
+ } .typography__accent_e4qmo {
1121
+ color: #ef3124;
1122
+ } .typography__primary_e4qmo {
1123
+ color: #fff;
1124
+ } .typography__attention_e4qmo {
1125
+ color: #fa9313;
1126
+ } .typography__positive_e4qmo {
1127
+ color: #0cc44d;
1128
+ } .typography__secondary_e4qmo {
1129
+ color: rgba(238, 238, 251, 0.55);
1130
+ } .typography__tertiary-inverted_e4qmo {
1131
+ color: rgba(5, 8, 29, 0.38);
1132
+ } .typography__primary-inverted_e4qmo {
1133
+ color: #0e0e0e;
1134
+ } .typography__secondary-inverted_e4qmo {
1135
+ color: rgba(4, 4, 19, 0.55);
1136
+ } .typography__link_e4qmo {
1137
+ color: #4a9dfc;
1138
+ } .typography__negative_e4qmo {
1139
+ color: #ff5431;
1140
+ } .typography__static-primary-light_e4qmo {
1141
+ color: #fff;
1142
+ } .typography__static-secondary-light_e4qmo {
1143
+ color: rgba(238, 238, 251, 0.55);
1144
+ } .typography__static-tertiary-light_e4qmo {
1145
+ color: rgba(233, 233, 250, 0.37);
1146
+ } .typography__static-primary-dark_e4qmo {
1147
+ color: #0e0e0e;
1148
+ } .typography__static-secondary-dark_e4qmo {
1149
+ color: rgba(4, 4, 19, 0.55);
1150
+ } .typography__static-tertiary-dark_e4qmo {
1151
+ color: rgba(5, 8, 29, 0.38);
1152
+ } .typography__static-accent_e4qmo {
1153
+ color: #ef3124;
1154
+ }
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+ @media screen and (min-width: 1024px) {
1148
1161
  }.base-modal__component_1yl6c {
1149
1162
  background: #1c1c1e;
1150
1163
  }.popover__component_1ukqo {
@@ -1158,20 +1171,7 @@
1158
1171
  } .popover__arrow_1ukqo:after {
1159
1172
  background-color: #1c1c1e;
1160
1173
  border: 1px solid transparent;
1161
- }
1162
- .system-message__component_l44dt {
1163
- color: rgba(238, 238, 251, 0.55);
1164
- }
1165
-
1166
-
1167
- .system-message__component_sz2bb {
1168
- color: #fff;
1169
- }
1170
-
1171
- .system-message__component_2qtlw {
1172
- color: #fff;
1173
- }
1174
- .action-button__primary_xufs2 {
1174
+ }.action-button__primary_xufs2 {
1175
1175
  color: #fff
1176
1176
  } .action-button__primary_xufs2 .action-button__iconWrapper_xufs2 {
1177
1177
  color: #0e0e0e;
@@ -1251,38 +1251,178 @@
1251
1251
  } .action-button__disabled_88l83 .action-button__iconWrapper_88l83 {
1252
1252
  color: #babbc2;
1253
1253
  background-color: #f2f3f5;
1254
- }.pagination__component_4altb {
1254
+ }.drawer__customScrollbar_4sg2w::-webkit-scrollbar-track {
1255
+ background-color: transparent;
1256
+ } .drawer__customScrollbar_4sg2w::-webkit-scrollbar-track-piece {
1257
+ background-color: transparent;
1258
+ } .drawer__customScrollbar_4sg2w::-webkit-scrollbar-thumb {
1259
+ background-color: rgba(255, 255, 255, 0.3);
1260
+ border-color: transparent;
1261
+ } .drawer__customScrollbar_4sg2w::-webkit-scrollbar-thumb:active {
1262
+ background-color: rgba(255, 255, 255, 0.6);
1263
+ } .drawer__backdropEnter_4sg2w {
1264
+ background-color: transparent;
1265
+ } .drawer__backdropEnterActive_4sg2w,
1266
+ .drawer__backdropEnterDone_4sg2w {
1267
+ background-color: rgba(0, 0, 0, 0.7);
1268
+ } .drawer__backdropExit_4sg2w {
1269
+ background-color: rgba(0, 0, 0, 0.7);
1270
+ } .drawer__backdropExitActive_4sg2w,
1271
+ .drawer__backdropExitDone_4sg2w {
1272
+ background-color: transparent;
1273
+ }.textarea__input_1mbtw {
1255
1274
  color: #fff;
1256
- }
1257
- .pagination__dots_1af4r {
1275
+ caret-color: #fff;
1276
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1277
+ } .textarea__input_1mbtw:-webkit-autofill {
1278
+ -webkit-text-fill-color: #fff;
1279
+ } .textarea__input_1mbtw::placeholder {
1280
+ color: rgba(238, 238, 251, 0.55);
1281
+ } .textarea__hasInnerLabel_1mbtw::placeholder {
1282
+ color: rgba(233, 233, 250, 0.37);
1283
+ } .textarea__input_1mbtw:read-only:not(.textarea__disableUserInput_1mbtw) {
1284
+ color: rgba(233, 233, 250, 0.37)
1285
+ } .textarea__input_1mbtw:read-only:not(.textarea__disableUserInput_1mbtw):focus::placeholder {
1286
+ color: rgba(238, 238, 251, 0.55);
1287
+ } .textarea__input_1mbtw:disabled {
1288
+ color: rgba(233, 233, 250, 0.37);
1289
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1290
+ } .textarea__input_1mbtw:focus::placeholder {
1291
+ color: rgba(233, 233, 250, 0.37);
1292
+ } .textarea__error_1mbtw {
1293
+ color: #fff;
1294
+ caret-color: #fff;
1295
+ } .textarea__textarea_1mbtw {
1296
+ color: #fff;
1297
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1298
+ } .textarea__textarea_1mbtw::placeholder {
1299
+ color: rgba(238, 238, 251, 0.55);
1300
+ } .textarea__hasInnerLabel_1mbtw::placeholder {
1301
+ color: rgba(233, 233, 250, 0.37);
1302
+ } .textarea__textarea_1mbtw:disabled {
1303
+ color: rgba(233, 233, 250, 0.37);
1304
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1305
+ } .textarea__textarea_1mbtw:read-only {
1306
+ color: rgba(233, 233, 250, 0.37);
1307
+ } .textarea__textarea_1mbtw:focus::placeholder {
1308
+ color: rgba(233, 233, 250, 0.37);
1309
+ } .textarea__hint_1mbtw {
1258
1310
  color: rgba(238, 238, 251, 0.55);
1311
+ } .textarea__error_1mbtw {
1312
+ color: #ff5431;
1259
1313
  }
1260
-
1261
- button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1262
- color: rgba(238, 238, 251, 0.55)
1263
- } button.pagination__tag_1j4g9.pagination__tag_1j4g9:hover:not(:disabled) {
1264
- background-color: rgba(214, 214, 229, 0.07);
1265
- color: #fff;
1266
- } button.pagination__tag_1j4g9.pagination__tag_1j4g9:active:not(:disabled) {
1267
- background-color: rgba(225, 225, 248, 0.09);
1268
- } button.pagination__tag_1j4g9.pagination__tag_1j4g9.pagination__checked_1j4g9 {
1269
- background-color: #fff;
1270
- color: #0e0e0e;
1271
- } button.pagination__tag_1j4g9.pagination__tag_1j4g9.pagination__checked_1j4g9:hover:not(:disabled) {
1272
- color: #0e0e0e;
1273
- } button.pagination__tag_1j4g9.pagination__tag_1j4g9.pagination__checked_1j4g9:active:not(:disabled) {
1274
- color: #fff;
1275
- }.button__primary_1sqie {
1276
- color: #0e0e0e;
1277
- background-color: #fff
1278
- } @media (hover: hover) {
1279
- .button__primary_1sqie:hover {
1280
- background-color: #e7e8eb;
1281
- }
1282
- } .button__primary_1sqie:active {
1283
- background-color: #d2d3d9;
1284
- } .button__primary_1sqie > .button__loader_1sqie {
1285
- color: #0e0e0e;
1314
+ .textarea__customScrollbar_1092z::-webkit-scrollbar-track {
1315
+ background-color: transparent;
1316
+ } .textarea__customScrollbar_1092z::-webkit-scrollbar-track-piece {
1317
+ background-color: transparent;
1318
+ } .textarea__customScrollbar_1092z::-webkit-scrollbar-thumb {
1319
+ background-color: rgba(255, 255, 255, 0.3);
1320
+ border-color: transparent;
1321
+ } .textarea__customScrollbar_1092z::-webkit-scrollbar-thumb:active {
1322
+ background-color: rgba(255, 255, 255, 0.6);
1323
+ } .textarea__pseudoTextarea_1092z span {
1324
+ color: transparent;
1325
+ } .textarea__pseudoTextarea_1092z .textarea__overflow_1092z {
1326
+ background-color: rgba(255, 84, 49, 0.4);
1327
+ } .textarea__focusVisible_1092z {
1328
+ outline: 2px solid #3193fc;
1329
+ } .textarea__textarea_1092z.textarea__s_1092z {
1330
+ border-top: 14px solid transparent;
1331
+ border-bottom: 14px solid transparent;
1332
+ } .textarea__textarea_1092z.textarea__m_1092z {
1333
+ border-top: 18px solid transparent;
1334
+ border-bottom: 18px solid transparent;
1335
+ } .textarea__textarea_1092z.textarea__l_1092z {
1336
+ border-top: 22px solid transparent;
1337
+ border-bottom: 22px solid transparent;
1338
+ } .textarea__textarea_1092z.textarea__xl_1092z {
1339
+ border-top: 24px solid transparent;
1340
+ border-bottom: 24px solid transparent;
1341
+ } .textarea__textarea_1092z.textarea__hasInnerLabel_1092z.textarea__s_1092z {
1342
+ border-top: 24px solid transparent;
1343
+ border-bottom: 4px solid transparent;
1344
+ } .textarea__textarea_1092z.textarea__hasInnerLabel_1092z.textarea__m_1092z {
1345
+ border-top: 24px solid transparent;
1346
+ border-bottom: 8px solid transparent;
1347
+ } .textarea__textarea_1092z.textarea__hasInnerLabel_1092z.textarea__l_1092z {
1348
+ border-top: 32px solid transparent;
1349
+ border-bottom: 12px solid transparent;
1350
+ } .textarea__textarea_1092z.textarea__hasInnerLabel_1092z.textarea__xl_1092z {
1351
+ border-top: 34px solid transparent;
1352
+ border-bottom: 14px solid transparent;
1353
+ }
1354
+ .textarea__input_i0n6w {
1355
+ color: #0e0e0e;
1356
+ caret-color: #0e0e0e;
1357
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1358
+ } .textarea__input_i0n6w:-webkit-autofill {
1359
+ -webkit-text-fill-color: #0e0e0e;
1360
+ } .textarea__input_i0n6w::placeholder {
1361
+ color: rgba(4, 4, 19, 0.55);
1362
+ } .textarea__hasInnerLabel_i0n6w::placeholder {
1363
+ color: rgba(5, 8, 29, 0.38);
1364
+ } .textarea__input_i0n6w:read-only:not(.textarea__disableUserInput_i0n6w) {
1365
+ color: rgba(5, 8, 29, 0.38)
1366
+ } .textarea__input_i0n6w:read-only:not(.textarea__disableUserInput_i0n6w):focus::placeholder {
1367
+ color: rgba(4, 4, 19, 0.55);
1368
+ } .textarea__input_i0n6w:disabled {
1369
+ color: rgba(5, 8, 29, 0.38);
1370
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1371
+ } .textarea__input_i0n6w:focus::placeholder {
1372
+ color: rgba(5, 8, 29, 0.38);
1373
+ } .textarea__error_i0n6w {
1374
+ color: #0e0e0e;
1375
+ caret-color: #0e0e0e;
1376
+ } .textarea__textarea_i0n6w {
1377
+ color: #0e0e0e;
1378
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1379
+ } .textarea__textarea_i0n6w::placeholder {
1380
+ color: rgba(4, 4, 19, 0.55);
1381
+ } .textarea__hasInnerLabel_i0n6w::placeholder {
1382
+ color: rgba(5, 8, 29, 0.38);
1383
+ } .textarea__textarea_i0n6w:disabled {
1384
+ color: rgba(5, 8, 29, 0.38);
1385
+ -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1386
+ } .textarea__textarea_i0n6w:read-only {
1387
+ color: rgba(5, 8, 29, 0.38);
1388
+ } .textarea__textarea_i0n6w:focus::placeholder {
1389
+ color: rgba(5, 8, 29, 0.38);
1390
+ } .textarea__hint_i0n6w {
1391
+ color: rgba(238, 238, 251, 0.55);
1392
+ } .textarea__error_i0n6w {
1393
+ color: #ff5431;
1394
+ }.pagination__component_4altb {
1395
+ color: #fff;
1396
+ }
1397
+ .pagination__dots_1af4r {
1398
+ color: rgba(238, 238, 251, 0.55);
1399
+ }
1400
+
1401
+ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1402
+ color: rgba(238, 238, 251, 0.55)
1403
+ } button.pagination__tag_1j4g9.pagination__tag_1j4g9:hover:not(:disabled) {
1404
+ background-color: rgba(214, 214, 229, 0.07);
1405
+ color: #fff;
1406
+ } button.pagination__tag_1j4g9.pagination__tag_1j4g9:active:not(:disabled) {
1407
+ background-color: rgba(225, 225, 248, 0.09);
1408
+ } button.pagination__tag_1j4g9.pagination__tag_1j4g9.pagination__checked_1j4g9 {
1409
+ background-color: #fff;
1410
+ color: #0e0e0e;
1411
+ } button.pagination__tag_1j4g9.pagination__tag_1j4g9.pagination__checked_1j4g9:hover:not(:disabled) {
1412
+ color: #0e0e0e;
1413
+ } button.pagination__tag_1j4g9.pagination__tag_1j4g9.pagination__checked_1j4g9:active:not(:disabled) {
1414
+ color: #fff;
1415
+ }.button__primary_1sqie {
1416
+ color: #0e0e0e;
1417
+ background-color: #fff
1418
+ } @media (hover: hover) {
1419
+ .button__primary_1sqie:hover {
1420
+ background-color: #e7e8eb;
1421
+ }
1422
+ } .button__primary_1sqie:active {
1423
+ background-color: #d2d3d9;
1424
+ } .button__primary_1sqie > .button__loader_1sqie {
1425
+ color: #0e0e0e;
1286
1426
  } .button__secondary_1sqie {
1287
1427
  background-color: rgba(222, 222, 238, 0.13)
1288
1428
  } .button__secondary_1sqie:hover {
@@ -1657,38 +1797,7 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1657
1797
  color: #0e0e0e;
1658
1798
  } .button__component_rjibc[disabled].button__ghost_rjibc.button__loading_rjibc {
1659
1799
  color: #0e0e0e;
1660
- }.comment__component_102vw {
1661
- background-color: #1c1c1e;
1662
- }.circular-progress-bar__component_1ckn0.circular-progress-bar__bg-positive_1ckn0 {
1663
- background: #17d055;
1664
- } .circular-progress-bar__component_1ckn0.circular-progress-bar__bg-negative_1ckn0 {
1665
- background: #ff5431;
1666
- } .circular-progress-bar__backgroundCircle_1ckn0,
1667
- .circular-progress-bar__progressCircle_1ckn0 {
1668
- fill: transparent;
1669
- } .circular-progress-bar__positive_1ckn0 {
1670
- stroke: #17d055;
1671
- } .circular-progress-bar__negative_1ckn0 {
1672
- stroke: #ff5431;
1673
- } .circular-progress-bar__backgroundCircle_1ckn0 {
1674
- stroke: rgba(222, 222, 238, 0.13)
1675
- } .circular-progress-bar__backgroundCircle_1ckn0.circular-progress-bar__stroke_1ckn0 {
1676
- stroke: transparent;
1677
- } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-tertiary_1ckn0 {
1678
- color: #4a4a51;
1679
- } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-positive_1ckn0 {
1680
- color: #17d055;
1681
- } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-negative_1ckn0 {
1682
- color: #ff5431;
1683
- } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-primary-inverted_1ckn0 {
1684
- color: #0e0e0e;
1685
- } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-primary_1ckn0 {
1686
- color: #fff;
1687
- } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-secondary_1ckn0 {
1688
- color: #898991;
1689
- }.list-header__filled_27omm {
1690
- background-color: #212124;
1691
- }.chart__coreChart_atfin .recharts-text tspan {
1800
+ }.chart__coreChart_atfin .recharts-text tspan {
1692
1801
  fill: #fff;
1693
1802
  }
1694
1803
  @keyframes chart__showDot_9xeqi {
@@ -1711,227 +1820,88 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1711
1820
  background-color: #0e0e0e;
1712
1821
  } .chart__tooltipArrow_ophdo:before {
1713
1822
  border-color: transparent #0e0e0e transparent transparent;
1714
- }.list__list_880rl {
1715
- color: #fff;
1716
- }
1717
- .list__slot_1y5z7.list__defaultColor_1y5z7 {
1718
- color: #fff;
1719
- }.stepped-progress-bar__bar_lqs2r {
1720
- background: rgba(222, 222, 238, 0.13);
1721
- } .stepped-progress-bar__description_lqs2r {
1722
- color: rgba(238, 238, 251, 0.55);
1723
- }
1724
-
1725
- .stepped-progress-bar__bar_mymhr {
1726
- background: rgba(15, 25, 55, 0.1);
1727
- } .stepped-progress-bar__description_mymhr {
1728
- color: rgba(4, 4, 19, 0.55);
1729
- }
1730
- .stepped-progress-bar__bar_7gqao.stepped-progress-bar__positive_7gqao {
1823
+ }.circular-progress-bar__component_1ckn0.circular-progress-bar__bg-positive_1ckn0 {
1731
1824
  background: #17d055;
1732
- } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__attention_7gqao {
1733
- background: #fda136;
1734
- } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__negative_7gqao {
1825
+ } .circular-progress-bar__component_1ckn0.circular-progress-bar__bg-negative_1ckn0 {
1735
1826
  background: #ff5431;
1736
- } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__link_7gqao {
1737
- background: #3193fc;
1738
- } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__tertiary_7gqao {
1739
- background: #4a4a51;
1740
- } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__secondary_7gqao {
1741
- background: #898991;
1742
- } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__primary_7gqao {
1743
- background: #fff;
1744
- } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__accent_7gqao {
1745
- background: #f83a2a;
1746
- }.tab-bar__component_16z03 {
1747
- background-color: #0e0e0e;
1748
- } .tab-bar__border_16z03 {
1749
- box-shadow: 0 -1px 0 0 #29292c;
1750
- }
1751
- .tab-bar__component_lg08x {
1752
- background-color: transparent;
1753
- -webkit-tap-highlight-color: transparent;
1754
- color: rgba(238, 238, 251, 0.55);
1755
- } .tab-bar__selected_lg08x {
1756
- color: #f83a2a;
1757
- } .tab-bar__label_lg08x {
1758
- color: rgba(238, 238, 251, 0.55);
1759
- }.textarea__input_1mbtw {
1760
- color: #fff;
1761
- caret-color: #fff;
1762
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1763
- } .textarea__input_1mbtw:-webkit-autofill {
1764
- -webkit-text-fill-color: #fff;
1765
- } .textarea__input_1mbtw::placeholder {
1766
- color: rgba(238, 238, 251, 0.55);
1767
- } .textarea__hasInnerLabel_1mbtw::placeholder {
1768
- color: rgba(233, 233, 250, 0.37);
1769
- } .textarea__input_1mbtw:read-only:not(.textarea__disableUserInput_1mbtw) {
1770
- color: rgba(233, 233, 250, 0.37)
1771
- } .textarea__input_1mbtw:read-only:not(.textarea__disableUserInput_1mbtw):focus::placeholder {
1772
- color: rgba(238, 238, 251, 0.55);
1773
- } .textarea__input_1mbtw:disabled {
1774
- color: rgba(233, 233, 250, 0.37);
1775
- -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1776
- } .textarea__input_1mbtw:focus::placeholder {
1777
- color: rgba(233, 233, 250, 0.37);
1778
- } .textarea__error_1mbtw {
1779
- color: #fff;
1780
- caret-color: #fff;
1781
- } .textarea__textarea_1mbtw {
1782
- color: #fff;
1783
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1784
- } .textarea__textarea_1mbtw::placeholder {
1785
- color: rgba(238, 238, 251, 0.55);
1786
- } .textarea__hasInnerLabel_1mbtw::placeholder {
1787
- color: rgba(233, 233, 250, 0.37);
1788
- } .textarea__textarea_1mbtw:disabled {
1789
- color: rgba(233, 233, 250, 0.37);
1790
- -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1791
- } .textarea__textarea_1mbtw:read-only {
1792
- color: rgba(233, 233, 250, 0.37);
1793
- } .textarea__textarea_1mbtw:focus::placeholder {
1794
- color: rgba(233, 233, 250, 0.37);
1795
- } .textarea__hint_1mbtw {
1796
- color: rgba(238, 238, 251, 0.55);
1797
- } .textarea__error_1mbtw {
1798
- color: #ff5431;
1799
- }
1800
- .textarea__customScrollbar_1092z::-webkit-scrollbar-track {
1801
- background-color: transparent;
1802
- } .textarea__customScrollbar_1092z::-webkit-scrollbar-track-piece {
1803
- background-color: transparent;
1804
- } .textarea__customScrollbar_1092z::-webkit-scrollbar-thumb {
1805
- background-color: rgba(255, 255, 255, 0.3);
1806
- border-color: transparent;
1807
- } .textarea__customScrollbar_1092z::-webkit-scrollbar-thumb:active {
1808
- background-color: rgba(255, 255, 255, 0.6);
1809
- } .textarea__pseudoTextarea_1092z span {
1810
- color: transparent;
1811
- } .textarea__pseudoTextarea_1092z .textarea__overflow_1092z {
1812
- background-color: rgba(255, 84, 49, 0.4);
1813
- } .textarea__focusVisible_1092z {
1814
- outline: 2px solid #3193fc;
1815
- } .textarea__textarea_1092z.textarea__s_1092z {
1816
- border-top: 14px solid transparent;
1817
- border-bottom: 14px solid transparent;
1818
- } .textarea__textarea_1092z.textarea__m_1092z {
1819
- border-top: 18px solid transparent;
1820
- border-bottom: 18px solid transparent;
1821
- } .textarea__textarea_1092z.textarea__l_1092z {
1822
- border-top: 22px solid transparent;
1823
- border-bottom: 22px solid transparent;
1824
- } .textarea__textarea_1092z.textarea__xl_1092z {
1825
- border-top: 24px solid transparent;
1826
- border-bottom: 24px solid transparent;
1827
- } .textarea__textarea_1092z.textarea__hasInnerLabel_1092z.textarea__s_1092z {
1828
- border-top: 24px solid transparent;
1829
- border-bottom: 4px solid transparent;
1830
- } .textarea__textarea_1092z.textarea__hasInnerLabel_1092z.textarea__m_1092z {
1831
- border-top: 24px solid transparent;
1832
- border-bottom: 8px solid transparent;
1833
- } .textarea__textarea_1092z.textarea__hasInnerLabel_1092z.textarea__l_1092z {
1834
- border-top: 32px solid transparent;
1835
- border-bottom: 12px solid transparent;
1836
- } .textarea__textarea_1092z.textarea__hasInnerLabel_1092z.textarea__xl_1092z {
1837
- border-top: 34px solid transparent;
1838
- border-bottom: 14px solid transparent;
1839
- }
1840
- .textarea__input_i0n6w {
1841
- color: #0e0e0e;
1842
- caret-color: #0e0e0e;
1843
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1844
- } .textarea__input_i0n6w:-webkit-autofill {
1845
- -webkit-text-fill-color: #0e0e0e;
1846
- } .textarea__input_i0n6w::placeholder {
1847
- color: rgba(4, 4, 19, 0.55);
1848
- } .textarea__hasInnerLabel_i0n6w::placeholder {
1849
- color: rgba(5, 8, 29, 0.38);
1850
- } .textarea__input_i0n6w:read-only:not(.textarea__disableUserInput_i0n6w) {
1851
- color: rgba(5, 8, 29, 0.38)
1852
- } .textarea__input_i0n6w:read-only:not(.textarea__disableUserInput_i0n6w):focus::placeholder {
1853
- color: rgba(4, 4, 19, 0.55);
1854
- } .textarea__input_i0n6w:disabled {
1855
- color: rgba(5, 8, 29, 0.38);
1856
- -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1857
- } .textarea__input_i0n6w:focus::placeholder {
1858
- color: rgba(5, 8, 29, 0.38);
1859
- } .textarea__error_i0n6w {
1860
- color: #0e0e0e;
1861
- caret-color: #0e0e0e;
1862
- } .textarea__textarea_i0n6w {
1863
- color: #0e0e0e;
1864
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1865
- } .textarea__textarea_i0n6w::placeholder {
1866
- color: rgba(4, 4, 19, 0.55);
1867
- } .textarea__hasInnerLabel_i0n6w::placeholder {
1868
- color: rgba(5, 8, 29, 0.38);
1869
- } .textarea__textarea_i0n6w:disabled {
1870
- color: rgba(5, 8, 29, 0.38);
1871
- -webkit-text-fill-color: rgba(5, 8, 29, 0.38);
1872
- } .textarea__textarea_i0n6w:read-only {
1873
- color: rgba(5, 8, 29, 0.38);
1874
- } .textarea__textarea_i0n6w:focus::placeholder {
1875
- color: rgba(5, 8, 29, 0.38);
1876
- } .textarea__hint_i0n6w {
1877
- color: rgba(238, 238, 251, 0.55);
1878
- } .textarea__error_i0n6w {
1879
- color: #ff5431;
1880
- }.drawer__customScrollbar_4sg2w::-webkit-scrollbar-track {
1881
- background-color: transparent;
1882
- } .drawer__customScrollbar_4sg2w::-webkit-scrollbar-track-piece {
1883
- background-color: transparent;
1884
- } .drawer__customScrollbar_4sg2w::-webkit-scrollbar-thumb {
1885
- background-color: rgba(255, 255, 255, 0.3);
1886
- border-color: transparent;
1887
- } .drawer__customScrollbar_4sg2w::-webkit-scrollbar-thumb:active {
1888
- background-color: rgba(255, 255, 255, 0.6);
1889
- } .drawer__backdropEnter_4sg2w {
1890
- background-color: transparent;
1891
- } .drawer__backdropEnterActive_4sg2w,
1892
- .drawer__backdropEnterDone_4sg2w {
1893
- background-color: rgba(0, 0, 0, 0.7);
1894
- } .drawer__backdropExit_4sg2w {
1895
- background-color: rgba(0, 0, 0, 0.7);
1896
- } .drawer__backdropExitActive_4sg2w,
1897
- .drawer__backdropExitDone_4sg2w {
1898
- background-color: transparent;
1899
- }.attach__component_9fxb7 {
1827
+ } .circular-progress-bar__backgroundCircle_1ckn0,
1828
+ .circular-progress-bar__progressCircle_1ckn0 {
1829
+ fill: transparent;
1830
+ } .circular-progress-bar__positive_1ckn0 {
1831
+ stroke: #17d055;
1832
+ } .circular-progress-bar__negative_1ckn0 {
1833
+ stroke: #ff5431;
1834
+ } .circular-progress-bar__backgroundCircle_1ckn0 {
1835
+ stroke: rgba(222, 222, 238, 0.13)
1836
+ } .circular-progress-bar__backgroundCircle_1ckn0.circular-progress-bar__stroke_1ckn0 {
1837
+ stroke: transparent;
1838
+ } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-tertiary_1ckn0 {
1839
+ color: #4a4a51;
1840
+ } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-positive_1ckn0 {
1841
+ color: #17d055;
1842
+ } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-negative_1ckn0 {
1843
+ color: #ff5431;
1844
+ } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-primary-inverted_1ckn0 {
1845
+ color: #0e0e0e;
1846
+ } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-primary_1ckn0 {
1847
+ color: #fff;
1848
+ } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-secondary_1ckn0 {
1849
+ color: #898991;
1850
+ }.comment__component_102vw {
1851
+ background-color: #1c1c1e;
1852
+ }.list-header__filled_27omm {
1853
+ background-color: #212124;
1854
+ }.list__list_880rl {
1855
+ color: #fff;
1856
+ }
1857
+ .list__slot_1y5z7.list__defaultColor_1y5z7 {
1858
+ color: #fff;
1859
+ }.attach__component_9fxb7 {
1900
1860
  } .attach__file_9fxb7,
1901
1861
  .attach__noFile_9fxb7 {
1902
1862
  color: rgba(238, 238, 251, 0.55);
1903
1863
  } .attach__focused_9fxb7 {
1904
1864
  outline: 2px solid #3193fc;
1905
- }.custom-button__customButton_10bbc.custom-button__white_10bbc * {
1906
- color: #0e0e0e;
1907
- } .custom-button__customButton_10bbc.custom-button__black_10bbc * {
1908
- color: #fff;
1909
- } .custom-button__customButton_10bbc.custom-button__static-white_10bbc * {
1910
- color: #fff;
1911
- } .custom-button__customButton_10bbc.custom-button__static-black_10bbc * {
1912
- color: #0e0e0e;
1913
- } .custom-button__customButton_10bbc:before {
1914
- background-color: rgba(0, 0, 0, 0);
1915
- } .custom-button__customButton_10bbc.custom-button__darkening_10bbc:hover:before {
1916
- background-color: rgba(255, 255, 255, 0.07);
1917
- } .custom-button__customButton_10bbc.custom-button__darkening_10bbc:active:before {
1918
- background-color: rgba(255, 255, 255, 0.15);
1919
- } .custom-button__customButton_10bbc.custom-button__lightening_10bbc:hover:before {
1920
- background-color: rgba(0, 0, 0, 0.07);
1921
- } .custom-button__customButton_10bbc.custom-button__lightening_10bbc:active:before {
1922
- background-color: rgba(0, 0, 0, 0.15);
1923
- } .custom-button__customButton_10bbc.custom-button__static-darkening_10bbc:hover:before {
1924
- background-color: rgba(0, 0, 0, 0.07);
1925
- } .custom-button__customButton_10bbc.custom-button__static-darkening_10bbc:active:before {
1926
- background-color: rgba(0, 0, 0, 0.15);
1927
- } .custom-button__customButton_10bbc.custom-button__static-lightening_10bbc:hover:before {
1928
- background-color: rgba(255, 255, 255, 0.07);
1929
- } .custom-button__customButton_10bbc.custom-button__static-lightening_10bbc:active:before {
1930
- background-color: rgba(255, 255, 255, 0.15);
1931
- } .custom-button__customButton_10bbc:disabled.custom-button__white_10bbc * {
1932
- color: #fff;
1933
- } .custom-button__customButton_10bbc:disabled.custom-button__black_10bbc * {
1934
- color: #0e0e0e;
1865
+ }.tab-bar__component_16z03 {
1866
+ background-color: #0e0e0e;
1867
+ } .tab-bar__border_16z03 {
1868
+ box-shadow: 0 -1px 0 0 #29292c;
1869
+ }
1870
+ .tab-bar__component_lg08x {
1871
+ background-color: transparent;
1872
+ -webkit-tap-highlight-color: transparent;
1873
+ color: rgba(238, 238, 251, 0.55);
1874
+ } .tab-bar__selected_lg08x {
1875
+ color: #f83a2a;
1876
+ } .tab-bar__label_lg08x {
1877
+ color: rgba(238, 238, 251, 0.55);
1878
+ }.stepped-progress-bar__bar_lqs2r {
1879
+ background: rgba(222, 222, 238, 0.13);
1880
+ } .stepped-progress-bar__description_lqs2r {
1881
+ color: rgba(238, 238, 251, 0.55);
1882
+ }
1883
+
1884
+ .stepped-progress-bar__bar_mymhr {
1885
+ background: rgba(15, 25, 55, 0.1);
1886
+ } .stepped-progress-bar__description_mymhr {
1887
+ color: rgba(4, 4, 19, 0.55);
1888
+ }
1889
+ .stepped-progress-bar__bar_7gqao.stepped-progress-bar__positive_7gqao {
1890
+ background: #17d055;
1891
+ } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__attention_7gqao {
1892
+ background: #fda136;
1893
+ } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__negative_7gqao {
1894
+ background: #ff5431;
1895
+ } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__link_7gqao {
1896
+ background: #3193fc;
1897
+ } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__tertiary_7gqao {
1898
+ background: #4a4a51;
1899
+ } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__secondary_7gqao {
1900
+ background: #898991;
1901
+ } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__primary_7gqao {
1902
+ background: #fff;
1903
+ } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__accent_7gqao {
1904
+ background: #f83a2a;
1935
1905
  }.confirmation-v1__errorHeader_iqvxn {
1936
1906
  color: #fff;
1937
1907
  color: #fff;
@@ -1980,31 +1950,37 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1980
1950
  } .confirmation-v1__loaderText_ztas3 {
1981
1951
  color: rgba(238, 238, 251, 0.55);
1982
1952
  color: rgba(238, 238, 251, 0.55);
1983
- }
1984
- .confirmation__component_1y7hj {
1985
- color: rgba(238, 238, 251, 0.55);
1986
- }
1987
- .confirmation__circle_pkycu {
1988
- fill: transparent;
1989
- stroke: #4a4a51;
1990
- }
1991
-
1992
- .confirmation__typographyTheme_ad40t.confirmation__typographyTheme_ad40t {
1993
- color: rgba(238, 238, 251, 0.55);
1994
- }
1995
- .confirmation__typographyTheme_h331c.confirmation__typographyTheme_h331c {
1996
- color: rgba(238, 238, 251, 0.55);
1997
- }
1998
- .confirmation__typographyTheme_9x8gr.confirmation__typographyTheme_9x8gr {
1999
- color: rgba(238, 238, 251, 0.55);
2000
- } .confirmation__phone_9x8gr.confirmation__phone_9x8gr {
2001
- color: #fff;
2002
- } .confirmation__countdownContainer_9x8gr.confirmation__countdownContainer_9x8gr {
2003
- color: rgba(238, 238, 251, 0.55);
2004
- }
2005
- .confirmation__typographyTheme_br64n.confirmation__typographyTheme_br64n {
2006
- color: rgba(238, 238, 251, 0.55);
2007
- }.cc-icon-button.icon-button__primary_lhye6 {
1953
+ }.custom-button__customButton_10bbc.custom-button__white_10bbc * {
1954
+ color: #0e0e0e;
1955
+ } .custom-button__customButton_10bbc.custom-button__black_10bbc * {
1956
+ color: #fff;
1957
+ } .custom-button__customButton_10bbc.custom-button__static-white_10bbc * {
1958
+ color: #fff;
1959
+ } .custom-button__customButton_10bbc.custom-button__static-black_10bbc * {
1960
+ color: #0e0e0e;
1961
+ } .custom-button__customButton_10bbc:before {
1962
+ background-color: rgba(0, 0, 0, 0);
1963
+ } .custom-button__customButton_10bbc.custom-button__darkening_10bbc:hover:before {
1964
+ background-color: rgba(255, 255, 255, 0.07);
1965
+ } .custom-button__customButton_10bbc.custom-button__darkening_10bbc:active:before {
1966
+ background-color: rgba(255, 255, 255, 0.15);
1967
+ } .custom-button__customButton_10bbc.custom-button__lightening_10bbc:hover:before {
1968
+ background-color: rgba(0, 0, 0, 0.07);
1969
+ } .custom-button__customButton_10bbc.custom-button__lightening_10bbc:active:before {
1970
+ background-color: rgba(0, 0, 0, 0.15);
1971
+ } .custom-button__customButton_10bbc.custom-button__static-darkening_10bbc:hover:before {
1972
+ background-color: rgba(0, 0, 0, 0.07);
1973
+ } .custom-button__customButton_10bbc.custom-button__static-darkening_10bbc:active:before {
1974
+ background-color: rgba(0, 0, 0, 0.15);
1975
+ } .custom-button__customButton_10bbc.custom-button__static-lightening_10bbc:hover:before {
1976
+ background-color: rgba(255, 255, 255, 0.07);
1977
+ } .custom-button__customButton_10bbc.custom-button__static-lightening_10bbc:active:before {
1978
+ background-color: rgba(255, 255, 255, 0.15);
1979
+ } .custom-button__customButton_10bbc:disabled.custom-button__white_10bbc * {
1980
+ color: #fff;
1981
+ } .custom-button__customButton_10bbc:disabled.custom-button__black_10bbc * {
1982
+ color: #0e0e0e;
1983
+ }.cc-icon-button.icon-button__primary_lhye6 {
2008
1984
  color: #fff
2009
1985
  } .cc-icon-button.icon-button__primary_lhye6:hover {
2010
1986
  color: #babbc2;
@@ -2098,7 +2074,31 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2098
2074
  color: rgba(15, 25, 55, 0.1)
2099
2075
  } .cc-icon-button.icon-button__component_x8zoi:disabled.icon-button__tertiary_x8zoi.icon-button__loader_x8zoi {
2100
2076
  color: rgba(9, 12, 37, 0.28);
2101
- }.input__input_129jq {
2077
+ }
2078
+ .confirmation__component_1y7hj {
2079
+ color: rgba(238, 238, 251, 0.55);
2080
+ }
2081
+ .confirmation__circle_pkycu {
2082
+ fill: transparent;
2083
+ stroke: #4a4a51;
2084
+ }
2085
+
2086
+ .confirmation__typographyTheme_ad40t.confirmation__typographyTheme_ad40t {
2087
+ color: rgba(238, 238, 251, 0.55);
2088
+ }
2089
+ .confirmation__typographyTheme_h331c.confirmation__typographyTheme_h331c {
2090
+ color: rgba(238, 238, 251, 0.55);
2091
+ }
2092
+ .confirmation__typographyTheme_9x8gr.confirmation__typographyTheme_9x8gr {
2093
+ color: rgba(238, 238, 251, 0.55);
2094
+ } .confirmation__phone_9x8gr.confirmation__phone_9x8gr {
2095
+ color: #fff;
2096
+ } .confirmation__countdownContainer_9x8gr.confirmation__countdownContainer_9x8gr {
2097
+ color: rgba(238, 238, 251, 0.55);
2098
+ }
2099
+ .confirmation__typographyTheme_br64n.confirmation__typographyTheme_br64n {
2100
+ color: rgba(238, 238, 251, 0.55);
2101
+ }.input__input_129jq {
2102
2102
  color: #fff;
2103
2103
  caret-color: #fff;
2104
2104
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -2226,7 +2226,41 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2226
2226
  color: #fff
2227
2227
  } .file-upload-item__errorWrapper_2mrdy {
2228
2228
  color: #ff5431
2229
- }.navigation-bar__content_1kv2x {
2229
+ }
2230
+
2231
+ .plate__component_1qaf5 {
2232
+ color: #fff
2233
+ } .plate__focused_1qaf5 {
2234
+ outline: 2px solid #3193fc;
2235
+ } .plate__shadow_1qaf5:after {
2236
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
2237
+ 0 0 1px rgba(0, 0, 0, 0.04);
2238
+ } .plate__common_1qaf5 {
2239
+ background-color: rgba(225, 225, 248, 0.09);
2240
+ border: 1px solid rgba(238, 238, 251, 0.55)
2241
+ } .plate__common_1qaf5:before {
2242
+ background-color: rgba(238, 238, 251, 0.55);
2243
+ } .plate__negative_1qaf5 {
2244
+ background-color: #392523;
2245
+ border: 1px solid #ff5431
2246
+ } .plate__negative_1qaf5:before {
2247
+ background-color: #ff5431;
2248
+ } .plate__positive_1qaf5 {
2249
+ background-color: #232d25;
2250
+ border: 1px solid #17d055
2251
+ } .plate__positive_1qaf5:before {
2252
+ background-color: #17d055;
2253
+ } .plate__attention_1qaf5 {
2254
+ background-color: #36291f;
2255
+ border: 1px solid #fda136
2256
+ } .plate__attention_1qaf5:before {
2257
+ background-color: #fda136;
2258
+ } .plate__custom_1qaf5 {
2259
+ background: transparent;
2260
+ border: 1px solid rgba(238, 238, 251, 0.55)
2261
+ } .plate__custom_1qaf5:before {
2262
+ background-color: rgba(238, 238, 251, 0.55);
2263
+ }.navigation-bar__content_1kv2x {
2230
2264
  color: #fff
2231
2265
  } .navigation-bar__subtitle_1kv2x {
2232
2266
  color: rgba(238, 238, 251, 0.55);
@@ -2266,40 +2300,6 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2266
2300
 
2267
2301
 
2268
2302
 
2269
- .plate__component_1qaf5 {
2270
- color: #fff
2271
- } .plate__focused_1qaf5 {
2272
- outline: 2px solid #3193fc;
2273
- } .plate__shadow_1qaf5:after {
2274
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
2275
- 0 0 1px rgba(0, 0, 0, 0.04);
2276
- } .plate__common_1qaf5 {
2277
- background-color: rgba(225, 225, 248, 0.09);
2278
- border: 1px solid rgba(238, 238, 251, 0.55)
2279
- } .plate__common_1qaf5:before {
2280
- background-color: rgba(238, 238, 251, 0.55);
2281
- } .plate__negative_1qaf5 {
2282
- background-color: #392523;
2283
- border: 1px solid #ff5431
2284
- } .plate__negative_1qaf5:before {
2285
- background-color: #ff5431;
2286
- } .plate__positive_1qaf5 {
2287
- background-color: #232d25;
2288
- border: 1px solid #17d055
2289
- } .plate__positive_1qaf5:before {
2290
- background-color: #17d055;
2291
- } .plate__attention_1qaf5 {
2292
- background-color: #36291f;
2293
- border: 1px solid #fda136
2294
- } .plate__attention_1qaf5:before {
2295
- background-color: #fda136;
2296
- } .plate__custom_1qaf5 {
2297
- background: transparent;
2298
- border: 1px solid rgba(238, 238, 251, 0.55)
2299
- } .plate__custom_1qaf5:before {
2300
- background-color: rgba(238, 238, 251, 0.55);
2301
- }
2302
-
2303
2303
  .toast-plate__component_5dg91 {
2304
2304
  color: #0e0e0e;
2305
2305
  background-color: #fff;
@@ -2492,16 +2492,7 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2492
2492
  background-color: transparent
2493
2493
  } .bank-card__usePhoto_a057z svg {
2494
2494
  fill: #fff;
2495
- }.amount-input__minorPartAndCurrency_12zbk {
2496
- color: rgba(238, 238, 251, 0.55);
2497
- }
2498
- .amount-input__filled_1sms5 .amount-input__input_1sms5,
2499
- .amount-input__input_1sms5:focus {
2500
- -webkit-text-fill-color: transparent;
2501
- }
2502
- .amount-input__minorPartAndCurrency_1xilp {
2503
- color: rgba(4, 4, 19, 0.55);
2504
- }
2495
+ }
2505
2496
 
2506
2497
 
2507
2498
 
@@ -2524,7 +2515,17 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2524
2515
  } .modal__sticky_sxwc6.modal__hasContent_sxwc6 {
2525
2516
  background: #1c1c1e;
2526
2517
  }
2527
- .tooltip__hint_1g683 {
2518
+ .amount-input__minorPartAndCurrency_12zbk {
2519
+ color: rgba(238, 238, 251, 0.55);
2520
+ }
2521
+ .amount-input__filled_1sms5 .amount-input__input_1sms5,
2522
+ .amount-input__input_1sms5:focus {
2523
+ -webkit-text-fill-color: transparent;
2524
+ }
2525
+ .amount-input__minorPartAndCurrency_1xilp {
2526
+ color: rgba(4, 4, 19, 0.55);
2527
+ }@media (min-width: 600px) {
2528
+ }.tooltip__hint_1g683 {
2528
2529
  background-color: #fff;
2529
2530
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
2530
2531
  0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
@@ -2577,8 +2578,7 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2577
2578
  } .side-panel__sticky_5jssm.side-panel__hasContent_5jssm {
2578
2579
  background: #1c1c1e;
2579
2580
  }
2580
- @media (min-width: 600px) {
2581
- }.gallery__container_7drr9 {
2581
+ .gallery__container_7drr9 {
2582
2582
  background-color: #0e0e0e;
2583
2583
  } .gallery__modal_7drr9 {
2584
2584
  background: transparent;