@cloudtower/eagle 0.24.15 → 0.24.17

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 (1014) hide show
  1. package/README.md +4 -2
  2. package/antd/es/affix/style/css.js +2 -0
  3. package/antd/es/affix/style/index.css +8 -0
  4. package/antd/es/affix/style/index.d.ts +2 -0
  5. package/antd/es/affix/style/index.js +2 -0
  6. package/antd/es/affix/style/index.less +6 -0
  7. package/antd/es/alert/style/css.js +2 -0
  8. package/antd/es/alert/style/index.css +260 -0
  9. package/antd/es/alert/style/index.d.ts +2 -0
  10. package/antd/es/alert/style/index.js +2 -0
  11. package/antd/es/alert/style/index.less +196 -0
  12. package/antd/es/alert/style/rtl.less +74 -0
  13. package/antd/es/anchor/style/css.js +4 -0
  14. package/antd/es/anchor/style/index.css +107 -0
  15. package/antd/es/anchor/style/index.d.ts +3 -0
  16. package/antd/es/anchor/style/index.js +4 -0
  17. package/antd/es/anchor/style/index.less +84 -0
  18. package/antd/es/anchor/style/rtl.less +40 -0
  19. package/antd/es/auto-complete/style/css.js +4 -0
  20. package/antd/es/auto-complete/style/index.css +20 -0
  21. package/antd/es/auto-complete/style/index.d.ts +3 -0
  22. package/antd/es/auto-complete/style/index.js +4 -0
  23. package/antd/es/auto-complete/style/index.less +16 -0
  24. package/antd/es/avatar/style/css.js +4 -0
  25. package/antd/es/avatar/style/group.less +22 -0
  26. package/antd/es/avatar/style/index.css +112 -0
  27. package/antd/es/avatar/style/index.d.ts +3 -0
  28. package/antd/es/avatar/style/index.js +4 -0
  29. package/antd/es/avatar/style/index.less +66 -0
  30. package/antd/es/avatar/style/rtl.less +20 -0
  31. package/antd/es/back-top/style/css.js +2 -0
  32. package/antd/es/back-top/style/index.css +62 -0
  33. package/antd/es/back-top/style/index.d.ts +2 -0
  34. package/antd/es/back-top/style/index.js +2 -0
  35. package/antd/es/back-top/style/index.less +49 -0
  36. package/antd/es/back-top/style/responsive.less +11 -0
  37. package/antd/es/badge/style/css.js +3 -0
  38. package/antd/es/badge/style/index.css +372 -0
  39. package/antd/es/badge/style/index.d.ts +3 -0
  40. package/antd/es/badge/style/index.js +3 -0
  41. package/antd/es/badge/style/index.less +193 -0
  42. package/antd/es/badge/style/ribbon.less +84 -0
  43. package/antd/es/badge/style/rtl.less +111 -0
  44. package/antd/es/breadcrumb/style/css.js +4 -0
  45. package/antd/es/breadcrumb/style/index.css +73 -0
  46. package/antd/es/breadcrumb/style/index.d.ts +4 -0
  47. package/antd/es/breadcrumb/style/index.js +4 -0
  48. package/antd/es/breadcrumb/style/index.less +54 -0
  49. package/antd/es/breadcrumb/style/rtl.less +34 -0
  50. package/antd/es/button/style/css.js +2 -0
  51. package/antd/es/button/style/index.css +1915 -0
  52. package/antd/es/button/style/index.d.ts +2 -0
  53. package/antd/es/button/style/index.js +2 -0
  54. package/antd/es/button/style/index.less +249 -0
  55. package/antd/es/button/style/mixin.less +518 -0
  56. package/antd/es/button/style/rtl.less +113 -0
  57. package/antd/es/calendar/style/css.js +7 -0
  58. package/antd/es/calendar/style/index.css +180 -0
  59. package/antd/es/calendar/style/index.d.ts +5 -0
  60. package/antd/es/calendar/style/index.js +7 -0
  61. package/antd/es/calendar/style/index.less +192 -0
  62. package/antd/es/calendar/style/rtl.less +52 -0
  63. package/antd/es/card/style/css.js +6 -0
  64. package/antd/es/card/style/index.css +317 -0
  65. package/antd/es/card/style/index.d.ts +5 -0
  66. package/antd/es/card/style/index.js +6 -0
  67. package/antd/es/card/style/index.less +293 -0
  68. package/antd/es/card/style/size.less +22 -0
  69. package/antd/es/carousel/style/css.js +2 -0
  70. package/antd/es/carousel/style/index.css +298 -0
  71. package/antd/es/carousel/style/index.d.ts +2 -0
  72. package/antd/es/carousel/style/index.js +2 -0
  73. package/antd/es/carousel/style/index.less +267 -0
  74. package/antd/es/carousel/style/rtl.less +52 -0
  75. package/antd/es/cascader/style/css.js +5 -0
  76. package/antd/es/cascader/style/index.css +296 -0
  77. package/antd/es/cascader/style/index.d.ts +4 -0
  78. package/antd/es/cascader/style/index.js +5 -0
  79. package/antd/es/cascader/style/index.less +243 -0
  80. package/antd/es/cascader/style/rtl.less +89 -0
  81. package/antd/es/checkbox/style/css.js +2 -0
  82. package/antd/es/checkbox/style/index.css +246 -0
  83. package/antd/es/checkbox/style/index.d.ts +2 -0
  84. package/antd/es/checkbox/style/index.js +2 -0
  85. package/antd/es/checkbox/style/index.less +5 -0
  86. package/antd/es/checkbox/style/mixin.less +221 -0
  87. package/antd/es/checkbox/style/rtl.less +26 -0
  88. package/antd/es/col/style/css.js +4 -0
  89. package/antd/es/col/style/index.d.ts +2 -0
  90. package/antd/es/col/style/index.js +4 -0
  91. package/antd/es/collapse/style/css.js +2 -0
  92. package/antd/es/collapse/style/index.css +175 -0
  93. package/antd/es/collapse/style/index.d.ts +2 -0
  94. package/antd/es/collapse/style/index.js +2 -0
  95. package/antd/es/collapse/style/index.less +153 -0
  96. package/antd/es/collapse/style/rtl.less +42 -0
  97. package/antd/es/comment/style/css.js +2 -0
  98. package/antd/es/comment/style/index.css +124 -0
  99. package/antd/es/comment/style/index.d.ts +2 -0
  100. package/antd/es/comment/style/index.js +2 -0
  101. package/antd/es/comment/style/index.less +101 -0
  102. package/antd/es/comment/style/rtl.less +50 -0
  103. package/antd/es/config-provider/style/css.js +1 -0
  104. package/antd/es/config-provider/style/index.css +4 -0
  105. package/antd/es/config-provider/style/index.js +1 -0
  106. package/antd/es/config-provider/style/index.less +2 -0
  107. package/antd/es/date-picker/style/css.js +4 -0
  108. package/antd/es/date-picker/style/index.css +1060 -0
  109. package/antd/es/date-picker/style/index.d.ts +3 -0
  110. package/antd/es/date-picker/style/index.js +4 -0
  111. package/antd/es/date-picker/style/index.less +335 -0
  112. package/antd/es/date-picker/style/panel.less +681 -0
  113. package/antd/es/date-picker/style/rtl.less +216 -0
  114. package/antd/es/descriptions/style/css.js +2 -0
  115. package/antd/es/descriptions/style/index.css +132 -0
  116. package/antd/es/descriptions/style/index.d.ts +2 -0
  117. package/antd/es/descriptions/style/index.js +2 -0
  118. package/antd/es/descriptions/style/index.less +164 -0
  119. package/antd/es/descriptions/style/rtl.less +18 -0
  120. package/antd/es/divider/style/css.js +2 -0
  121. package/antd/es/divider/style/index.css +115 -0
  122. package/antd/es/divider/style/index.d.ts +2 -0
  123. package/antd/es/divider/style/index.js +2 -0
  124. package/antd/es/divider/style/index.less +103 -0
  125. package/antd/es/divider/style/rtl.less +36 -0
  126. package/antd/es/drawer/style/css.js +3 -0
  127. package/antd/es/drawer/style/customize.less +3 -0
  128. package/antd/es/drawer/style/drawer.less +256 -0
  129. package/antd/es/drawer/style/index.css +253 -0
  130. package/antd/es/drawer/style/index.d.ts +2 -0
  131. package/antd/es/drawer/style/index.js +3 -0
  132. package/antd/es/drawer/style/index.less +5 -0
  133. package/antd/es/drawer/style/rtl.less +16 -0
  134. package/antd/es/dropdown/style/css.js +4 -0
  135. package/antd/es/dropdown/style/index.css +405 -0
  136. package/antd/es/dropdown/style/index.d.ts +3 -0
  137. package/antd/es/dropdown/style/index.js +4 -0
  138. package/antd/es/dropdown/style/index.less +369 -0
  139. package/antd/es/dropdown/style/rtl.less +85 -0
  140. package/antd/es/dropdown/style/status.less +12 -0
  141. package/antd/es/empty/style/css.js +2 -0
  142. package/antd/es/empty/style/index.css +75 -0
  143. package/antd/es/empty/style/index.d.ts +2 -0
  144. package/antd/es/empty/style/index.js +2 -0
  145. package/antd/es/empty/style/index.less +139 -0
  146. package/antd/es/empty/style/rtl.less +10 -0
  147. package/antd/es/form/style/components.less +69 -0
  148. package/antd/es/form/style/css.js +4 -0
  149. package/antd/es/form/style/horizontal.less +10 -0
  150. package/antd/es/form/style/index.css +939 -0
  151. package/antd/es/form/style/index.d.ts +3 -0
  152. package/antd/es/form/style/index.js +4 -0
  153. package/antd/es/form/style/index.less +233 -0
  154. package/antd/es/form/style/inline.less +35 -0
  155. package/antd/es/form/style/mixin.less +118 -0
  156. package/antd/es/form/style/rtl.less +178 -0
  157. package/antd/es/form/style/status.less +251 -0
  158. package/antd/es/form/style/vertical.less +84 -0
  159. package/antd/es/grid/style/css.js +2 -0
  160. package/antd/es/grid/style/index.css +5889 -0
  161. package/antd/es/grid/style/index.d.ts +2 -0
  162. package/antd/es/grid/style/index.js +2 -0
  163. package/antd/es/grid/style/index.less +113 -0
  164. package/antd/es/grid/style/mixin.less +53 -0
  165. package/antd/es/grid/style/rtl.less +74 -0
  166. package/antd/es/icon/style/css.js +2 -0
  167. package/antd/es/icon/style/index.css +4 -0
  168. package/antd/es/icon/style/index.d.ts +2 -0
  169. package/antd/es/icon/style/index.js +2 -0
  170. package/antd/es/icon/style/index.less +4 -0
  171. package/antd/es/input/style/IE11.less +20 -0
  172. package/antd/es/input/style/affix.less +48 -0
  173. package/antd/es/input/style/allow-clear.less +52 -0
  174. package/antd/es/input/style/css.js +4 -0
  175. package/antd/es/input/style/index.css +820 -0
  176. package/antd/es/input/style/index.d.ts +3 -0
  177. package/antd/es/input/style/index.js +4 -0
  178. package/antd/es/input/style/index.less +50 -0
  179. package/antd/es/input/style/mixin.less +398 -0
  180. package/antd/es/input/style/rtl.less +235 -0
  181. package/antd/es/input/style/search-input.less +90 -0
  182. package/antd/es/input-number/style/css.js +2 -0
  183. package/antd/es/input-number/style/index.css +338 -0
  184. package/antd/es/input-number/style/index.d.ts +2 -0
  185. package/antd/es/input-number/style/index.js +2 -0
  186. package/antd/es/input-number/style/index.less +186 -0
  187. package/antd/es/input-number/style/rtl.less +28 -0
  188. package/antd/es/layout/style/css.js +2 -0
  189. package/antd/es/layout/style/index.css +135 -0
  190. package/antd/es/layout/style/index.d.ts +2 -0
  191. package/antd/es/layout/style/index.js +2 -0
  192. package/antd/es/layout/style/index.less +126 -0
  193. package/antd/es/layout/style/light.less +15 -0
  194. package/antd/es/layout/style/rtl.less +10 -0
  195. package/antd/es/list/style/bordered.less +44 -0
  196. package/antd/es/list/style/css.js +7 -0
  197. package/antd/es/list/style/customize.less +12 -0
  198. package/antd/es/list/style/index.css +343 -0
  199. package/antd/es/list/style/index.d.ts +6 -0
  200. package/antd/es/list/style/index.js +7 -0
  201. package/antd/es/list/style/index.less +239 -0
  202. package/antd/es/list/style/responsive.less +40 -0
  203. package/antd/es/list/style/rtl.less +139 -0
  204. package/antd/es/locale-provider/style/css.js +1 -0
  205. package/antd/es/locale-provider/style/index.css +4 -0
  206. package/antd/es/locale-provider/style/index.d.ts +1 -0
  207. package/antd/es/locale-provider/style/index.js +1 -0
  208. package/antd/es/locale-provider/style/index.less +2 -0
  209. package/antd/es/mentions/style/css.js +4 -0
  210. package/antd/es/mentions/style/index.css +287 -0
  211. package/antd/es/mentions/style/index.d.ts +3 -0
  212. package/antd/es/mentions/style/index.js +4 -0
  213. package/antd/es/mentions/style/index.less +169 -0
  214. package/antd/es/mentions/style/rtl.less +10 -0
  215. package/antd/es/menu/style/css.js +5 -0
  216. package/antd/es/menu/style/dark.less +148 -0
  217. package/antd/es/menu/style/index.css +907 -0
  218. package/antd/es/menu/style/index.d.ts +3 -0
  219. package/antd/es/menu/style/index.js +5 -0
  220. package/antd/es/menu/style/index.less +587 -0
  221. package/antd/es/menu/style/rtl.less +162 -0
  222. package/antd/es/menu/style/status.less +47 -0
  223. package/antd/es/message/style/css.js +2 -0
  224. package/antd/es/message/style/index.css +95 -0
  225. package/antd/es/message/style/index.d.ts +2 -0
  226. package/antd/es/message/style/index.js +2 -0
  227. package/antd/es/message/style/index.less +73 -0
  228. package/antd/es/message/style/rtl.less +17 -0
  229. package/antd/es/modal/style/confirm.less +78 -0
  230. package/antd/es/modal/style/css.js +4 -0
  231. package/antd/es/modal/style/customize.less +3 -0
  232. package/antd/es/modal/style/index.css +261 -0
  233. package/antd/es/modal/style/index.d.ts +3 -0
  234. package/antd/es/modal/style/index.js +4 -0
  235. package/antd/es/modal/style/index.less +6 -0
  236. package/antd/es/modal/style/modal.less +164 -0
  237. package/antd/es/modal/style/rtl.less +73 -0
  238. package/antd/es/notification/style/css.js +2 -0
  239. package/antd/es/notification/style/customize.less +3 -0
  240. package/antd/es/notification/style/index.css +273 -0
  241. package/antd/es/notification/style/index.d.ts +2 -0
  242. package/antd/es/notification/style/index.js +2 -0
  243. package/antd/es/notification/style/index.less +221 -0
  244. package/antd/es/notification/style/rtl.less +53 -0
  245. package/antd/es/page-header/style/css.js +4 -0
  246. package/antd/es/page-header/style/index.css +167 -0
  247. package/antd/es/page-header/style/index.d.ts +3 -0
  248. package/antd/es/page-header/style/index.js +4 -0
  249. package/antd/es/page-header/style/index.less +125 -0
  250. package/antd/es/page-header/style/rtl.less +76 -0
  251. package/antd/es/pagination/style/css.js +5 -0
  252. package/antd/es/pagination/style/index.css +522 -0
  253. package/antd/es/pagination/style/index.d.ts +3 -0
  254. package/antd/es/pagination/style/index.js +5 -0
  255. package/antd/es/pagination/style/index.less +407 -0
  256. package/antd/es/pagination/style/rtl.less +75 -0
  257. package/antd/es/popconfirm/style/css.js +6 -0
  258. package/antd/es/popconfirm/style/index.css +7 -0
  259. package/antd/es/popconfirm/style/index.d.ts +4 -0
  260. package/antd/es/popconfirm/style/index.js +6 -0
  261. package/antd/es/popconfirm/style/index.less +8 -0
  262. package/antd/es/popover/style/css.js +3 -0
  263. package/antd/es/popover/style/customize.less +3 -0
  264. package/antd/es/popover/style/index.css +224 -0
  265. package/antd/es/popover/style/index.d.ts +2 -0
  266. package/antd/es/popover/style/index.js +3 -0
  267. package/antd/es/popover/style/index.less +208 -0
  268. package/antd/es/popover/style/rtl.less +33 -0
  269. package/antd/es/progress/style/css.js +2 -0
  270. package/antd/es/progress/style/index.css +219 -0
  271. package/antd/es/progress/style/index.d.ts +2 -0
  272. package/antd/es/progress/style/index.js +2 -0
  273. package/antd/es/progress/style/index.less +205 -0
  274. package/antd/es/progress/style/rtl.less +37 -0
  275. package/antd/es/radio/style/css.js +2 -0
  276. package/antd/es/radio/style/index.css +374 -0
  277. package/antd/es/radio/style/index.d.ts +2 -0
  278. package/antd/es/radio/style/index.js +2 -0
  279. package/antd/es/radio/style/index.less +348 -0
  280. package/antd/es/radio/style/rtl.less +61 -0
  281. package/antd/es/rate/style/css.js +4 -0
  282. package/antd/es/rate/style/index.css +97 -0
  283. package/antd/es/rate/style/index.d.ts +3 -0
  284. package/antd/es/rate/style/index.js +4 -0
  285. package/antd/es/rate/style/index.less +87 -0
  286. package/antd/es/rate/style/rtl.less +26 -0
  287. package/antd/es/result/style/css.js +2 -0
  288. package/antd/es/result/style/index.css +68 -0
  289. package/antd/es/result/style/index.d.ts +2 -0
  290. package/antd/es/result/style/index.js +2 -0
  291. package/antd/es/result/style/index.less +74 -0
  292. package/antd/es/result/style/rtl.less +25 -0
  293. package/antd/es/row/style/css.js +4 -0
  294. package/antd/es/row/style/index.d.ts +2 -0
  295. package/antd/es/row/style/index.js +4 -0
  296. package/antd/es/select/style/css.js +4 -0
  297. package/antd/es/select/style/index.css +707 -0
  298. package/antd/es/select/style/index.d.ts +3 -0
  299. package/antd/es/select/style/index.js +4 -0
  300. package/antd/es/select/style/index.less +294 -0
  301. package/antd/es/select/style/multiple.less +194 -0
  302. package/antd/es/select/style/rtl.less +186 -0
  303. package/antd/es/select/style/single.less +180 -0
  304. package/antd/es/skeleton/style/css.js +2 -0
  305. package/antd/es/skeleton/style/index.css +284 -0
  306. package/antd/es/skeleton/style/index.d.ts +2 -0
  307. package/antd/es/skeleton/style/index.js +2 -0
  308. package/antd/es/skeleton/style/index.less +265 -0
  309. package/antd/es/skeleton/style/rtl.less +47 -0
  310. package/antd/es/slider/style/css.js +4 -0
  311. package/antd/es/slider/style/index.css +223 -0
  312. package/antd/es/slider/style/index.d.ts +3 -0
  313. package/antd/es/slider/style/index.js +4 -0
  314. package/antd/es/slider/style/index.less +206 -0
  315. package/antd/es/slider/style/rtl.less +70 -0
  316. package/antd/es/space/style/css.js +2 -0
  317. package/antd/es/space/style/index.css +38 -0
  318. package/antd/es/space/style/index.d.ts +2 -0
  319. package/antd/es/space/style/index.js +2 -0
  320. package/antd/es/space/style/index.less +28 -0
  321. package/antd/es/space/style/rtl.less +10 -0
  322. package/antd/es/spin/style/css.js +2 -0
  323. package/antd/es/spin/style/index.css +235 -0
  324. package/antd/es/spin/style/index.d.ts +2 -0
  325. package/antd/es/spin/style/index.js +2 -0
  326. package/antd/es/spin/style/index.less +216 -0
  327. package/antd/es/spin/style/rtl.less +25 -0
  328. package/antd/es/statistic/style/css.js +2 -0
  329. package/antd/es/statistic/style/index.css +56 -0
  330. package/antd/es/statistic/style/index.d.ts +2 -0
  331. package/antd/es/statistic/style/index.js +2 -0
  332. package/antd/es/statistic/style/index.less +44 -0
  333. package/antd/es/statistic/style/rtl.less +26 -0
  334. package/antd/es/steps/style/css.js +3 -0
  335. package/antd/es/steps/style/custom-icon.less +32 -0
  336. package/antd/es/steps/style/index.css +812 -0
  337. package/antd/es/steps/style/index.d.ts +3 -0
  338. package/antd/es/steps/style/index.js +3 -0
  339. package/antd/es/steps/style/index.less +246 -0
  340. package/antd/es/steps/style/label-placement.less +39 -0
  341. package/antd/es/steps/style/nav.less +124 -0
  342. package/antd/es/steps/style/progress-dot.less +79 -0
  343. package/antd/es/steps/style/progress.less +21 -0
  344. package/antd/es/steps/style/rtl.less +249 -0
  345. package/antd/es/steps/style/small.less +47 -0
  346. package/antd/es/steps/style/vertical.less +77 -0
  347. package/antd/es/switch/style/css.js +2 -0
  348. package/antd/es/switch/style/index.css +166 -0
  349. package/antd/es/switch/style/index.d.ts +2 -0
  350. package/antd/es/switch/style/index.js +2 -0
  351. package/antd/es/switch/style/index.less +153 -0
  352. package/antd/es/switch/style/rtl.less +50 -0
  353. package/antd/es/table/style/bordered.less +122 -0
  354. package/antd/es/table/style/css.js +13 -0
  355. package/antd/es/table/style/index.css +806 -0
  356. package/antd/es/table/style/index.d.ts +10 -0
  357. package/antd/es/table/style/index.js +13 -0
  358. package/antd/es/table/style/index.less +616 -0
  359. package/antd/es/table/style/radius.less +45 -0
  360. package/antd/es/table/style/rtl.less +180 -0
  361. package/antd/es/table/style/size.less +68 -0
  362. package/antd/es/tabs/style/card.less +97 -0
  363. package/antd/es/tabs/style/css.js +2 -0
  364. package/antd/es/tabs/style/dropdown.less +60 -0
  365. package/antd/es/tabs/style/index.css +664 -0
  366. package/antd/es/tabs/style/index.d.ts +2 -0
  367. package/antd/es/tabs/style/index.js +2 -0
  368. package/antd/es/tabs/style/index.less +224 -0
  369. package/antd/es/tabs/style/position.less +195 -0
  370. package/antd/es/tabs/style/rtl.less +73 -0
  371. package/antd/es/tabs/style/size.less +41 -0
  372. package/antd/es/tag/style/css.js +2 -0
  373. package/antd/es/tag/style/index.css +256 -0
  374. package/antd/es/tag/style/index.d.ts +2 -0
  375. package/antd/es/tag/style/index.js +2 -0
  376. package/antd/es/tag/style/index.less +130 -0
  377. package/antd/es/tag/style/rtl.less +28 -0
  378. package/antd/es/time-picker/style/css.js +4 -0
  379. package/antd/es/time-picker/style/index.css +4 -0
  380. package/antd/es/time-picker/style/index.d.ts +3 -0
  381. package/antd/es/time-picker/style/index.js +4 -0
  382. package/antd/es/time-picker/style/index.less +3 -0
  383. package/antd/es/timeline/style/css.js +2 -0
  384. package/antd/es/timeline/style/index.css +240 -0
  385. package/antd/es/timeline/style/index.d.ts +2 -0
  386. package/antd/es/timeline/style/index.js +2 -0
  387. package/antd/es/timeline/style/index.less +186 -0
  388. package/antd/es/timeline/style/rtl.less +135 -0
  389. package/antd/es/tooltip/style/css.js +2 -0
  390. package/antd/es/tooltip/style/index.css +261 -0
  391. package/antd/es/tooltip/style/index.d.ts +2 -0
  392. package/antd/es/tooltip/style/index.js +2 -0
  393. package/antd/es/tooltip/style/index.less +206 -0
  394. package/antd/es/tooltip/style/rtl.less +14 -0
  395. package/antd/es/transfer/style/css.js +10 -0
  396. package/antd/es/transfer/style/customize.less +45 -0
  397. package/antd/es/transfer/style/index.css +346 -0
  398. package/antd/es/transfer/style/index.d.ts +9 -0
  399. package/antd/es/transfer/style/index.js +10 -0
  400. package/antd/es/transfer/style/index.less +237 -0
  401. package/antd/es/transfer/style/rtl.less +63 -0
  402. package/antd/es/tree/style/css.js +2 -0
  403. package/antd/es/tree/style/directory.less +72 -0
  404. package/antd/es/tree/style/index.css +508 -0
  405. package/antd/es/tree/style/index.d.ts +2 -0
  406. package/antd/es/tree/style/index.js +2 -0
  407. package/antd/es/tree/style/index.less +14 -0
  408. package/antd/es/tree/style/mixin.less +264 -0
  409. package/antd/es/tree/style/rtl.less +64 -0
  410. package/antd/es/tree-select/style/css.js +6 -0
  411. package/antd/es/tree-select/style/index.css +463 -0
  412. package/antd/es/tree-select/style/index.d.ts +4 -0
  413. package/antd/es/tree-select/style/index.js +6 -0
  414. package/antd/es/tree-select/style/index.less +55 -0
  415. package/antd/es/typography/style/css.js +5 -0
  416. package/antd/es/typography/style/index.css +277 -0
  417. package/antd/es/typography/style/index.d.ts +4 -0
  418. package/antd/es/typography/style/index.js +5 -0
  419. package/antd/es/typography/style/index.less +225 -0
  420. package/antd/es/typography/style/rtl.less +54 -0
  421. package/antd/es/upload/style/css.js +6 -0
  422. package/antd/es/upload/style/index.css +694 -0
  423. package/antd/es/upload/style/index.d.ts +5 -0
  424. package/antd/es/upload/style/index.js +6 -0
  425. package/antd/es/upload/style/index.less +590 -0
  426. package/antd/es/upload/style/rtl.less +188 -0
  427. package/antd/es/version/style/css.js +2 -0
  428. package/antd/es/version/style/index.d.ts +1 -0
  429. package/antd/es/version/style/index.js +2 -0
  430. package/antd/lib/affix/style/css.js +5 -0
  431. package/antd/lib/affix/style/index.css +8 -0
  432. package/antd/lib/affix/style/index.d.ts +2 -0
  433. package/antd/lib/affix/style/index.js +5 -0
  434. package/antd/lib/affix/style/index.less +6 -0
  435. package/antd/lib/alert/style/css.js +5 -0
  436. package/antd/lib/alert/style/index.css +260 -0
  437. package/antd/lib/alert/style/index.d.ts +2 -0
  438. package/antd/lib/alert/style/index.js +5 -0
  439. package/antd/lib/alert/style/index.less +196 -0
  440. package/antd/lib/alert/style/rtl.less +74 -0
  441. package/antd/lib/anchor/style/css.js +7 -0
  442. package/antd/lib/anchor/style/index.css +107 -0
  443. package/antd/lib/anchor/style/index.d.ts +3 -0
  444. package/antd/lib/anchor/style/index.js +7 -0
  445. package/antd/lib/anchor/style/index.less +84 -0
  446. package/antd/lib/anchor/style/rtl.less +40 -0
  447. package/antd/lib/auto-complete/style/css.js +7 -0
  448. package/antd/lib/auto-complete/style/index.css +20 -0
  449. package/antd/lib/auto-complete/style/index.d.ts +3 -0
  450. package/antd/lib/auto-complete/style/index.js +7 -0
  451. package/antd/lib/auto-complete/style/index.less +16 -0
  452. package/antd/lib/avatar/style/css.js +7 -0
  453. package/antd/lib/avatar/style/group.less +22 -0
  454. package/antd/lib/avatar/style/index.css +112 -0
  455. package/antd/lib/avatar/style/index.d.ts +3 -0
  456. package/antd/lib/avatar/style/index.js +7 -0
  457. package/antd/lib/avatar/style/index.less +66 -0
  458. package/antd/lib/avatar/style/rtl.less +20 -0
  459. package/antd/lib/back-top/style/css.js +5 -0
  460. package/antd/lib/back-top/style/index.css +62 -0
  461. package/antd/lib/back-top/style/index.d.ts +2 -0
  462. package/antd/lib/back-top/style/index.js +5 -0
  463. package/antd/lib/back-top/style/index.less +49 -0
  464. package/antd/lib/back-top/style/responsive.less +11 -0
  465. package/antd/lib/badge/style/css.js +7 -0
  466. package/antd/lib/badge/style/index.css +372 -0
  467. package/antd/lib/badge/style/index.d.ts +3 -0
  468. package/antd/lib/badge/style/index.js +7 -0
  469. package/antd/lib/badge/style/index.less +193 -0
  470. package/antd/lib/badge/style/ribbon.less +84 -0
  471. package/antd/lib/badge/style/rtl.less +111 -0
  472. package/antd/lib/breadcrumb/style/css.js +9 -0
  473. package/antd/lib/breadcrumb/style/index.css +73 -0
  474. package/antd/lib/breadcrumb/style/index.d.ts +4 -0
  475. package/antd/lib/breadcrumb/style/index.js +9 -0
  476. package/antd/lib/breadcrumb/style/index.less +54 -0
  477. package/antd/lib/breadcrumb/style/rtl.less +34 -0
  478. package/antd/lib/button/style/css.js +5 -0
  479. package/antd/lib/button/style/index.css +1915 -0
  480. package/antd/lib/button/style/index.d.ts +2 -0
  481. package/antd/lib/button/style/index.js +5 -0
  482. package/antd/lib/button/style/index.less +249 -0
  483. package/antd/lib/button/style/mixin.less +518 -0
  484. package/antd/lib/button/style/rtl.less +113 -0
  485. package/antd/lib/calendar/style/css.js +11 -0
  486. package/antd/lib/calendar/style/index.css +180 -0
  487. package/antd/lib/calendar/style/index.d.ts +5 -0
  488. package/antd/lib/calendar/style/index.js +11 -0
  489. package/antd/lib/calendar/style/index.less +192 -0
  490. package/antd/lib/calendar/style/rtl.less +52 -0
  491. package/antd/lib/card/style/css.js +11 -0
  492. package/antd/lib/card/style/index.css +317 -0
  493. package/antd/lib/card/style/index.d.ts +5 -0
  494. package/antd/lib/card/style/index.js +11 -0
  495. package/antd/lib/card/style/index.less +293 -0
  496. package/antd/lib/card/style/size.less +22 -0
  497. package/antd/lib/carousel/style/css.js +5 -0
  498. package/antd/lib/carousel/style/index.css +298 -0
  499. package/antd/lib/carousel/style/index.d.ts +2 -0
  500. package/antd/lib/carousel/style/index.js +5 -0
  501. package/antd/lib/carousel/style/index.less +267 -0
  502. package/antd/lib/carousel/style/rtl.less +52 -0
  503. package/antd/lib/cascader/style/css.js +9 -0
  504. package/antd/lib/cascader/style/index.css +296 -0
  505. package/antd/lib/cascader/style/index.d.ts +4 -0
  506. package/antd/lib/cascader/style/index.js +9 -0
  507. package/antd/lib/cascader/style/index.less +243 -0
  508. package/antd/lib/cascader/style/rtl.less +89 -0
  509. package/antd/lib/checkbox/style/css.js +5 -0
  510. package/antd/lib/checkbox/style/index.css +246 -0
  511. package/antd/lib/checkbox/style/index.d.ts +2 -0
  512. package/antd/lib/checkbox/style/index.js +5 -0
  513. package/antd/lib/checkbox/style/index.less +5 -0
  514. package/antd/lib/checkbox/style/mixin.less +221 -0
  515. package/antd/lib/checkbox/style/rtl.less +26 -0
  516. package/antd/lib/col/style/css.js +5 -0
  517. package/antd/lib/col/style/index.d.ts +2 -0
  518. package/antd/lib/col/style/index.js +5 -0
  519. package/antd/lib/collapse/style/css.js +5 -0
  520. package/antd/lib/collapse/style/index.css +175 -0
  521. package/antd/lib/collapse/style/index.d.ts +2 -0
  522. package/antd/lib/collapse/style/index.js +5 -0
  523. package/antd/lib/collapse/style/index.less +153 -0
  524. package/antd/lib/collapse/style/rtl.less +42 -0
  525. package/antd/lib/comment/style/css.js +5 -0
  526. package/antd/lib/comment/style/index.css +124 -0
  527. package/antd/lib/comment/style/index.d.ts +2 -0
  528. package/antd/lib/comment/style/index.js +5 -0
  529. package/antd/lib/comment/style/index.less +101 -0
  530. package/antd/lib/comment/style/rtl.less +50 -0
  531. package/antd/lib/config-provider/style/index.css +4 -0
  532. package/antd/lib/config-provider/style/index.d.ts +1 -0
  533. package/antd/lib/config-provider/style/index.less +2 -0
  534. package/antd/lib/date-picker/style/css.js +7 -0
  535. package/antd/lib/date-picker/style/index.css +1060 -0
  536. package/antd/lib/date-picker/style/index.d.ts +3 -0
  537. package/antd/lib/date-picker/style/index.js +7 -0
  538. package/antd/lib/date-picker/style/index.less +335 -0
  539. package/antd/lib/date-picker/style/panel.less +681 -0
  540. package/antd/lib/date-picker/style/rtl.less +216 -0
  541. package/antd/lib/descriptions/style/css.js +5 -0
  542. package/antd/lib/descriptions/style/index.css +132 -0
  543. package/antd/lib/descriptions/style/index.d.ts +2 -0
  544. package/antd/lib/descriptions/style/index.js +5 -0
  545. package/antd/lib/descriptions/style/index.less +164 -0
  546. package/antd/lib/descriptions/style/rtl.less +18 -0
  547. package/antd/lib/divider/style/css.js +5 -0
  548. package/antd/lib/divider/style/index.css +115 -0
  549. package/antd/lib/divider/style/index.d.ts +2 -0
  550. package/antd/lib/divider/style/index.js +5 -0
  551. package/antd/lib/divider/style/index.less +103 -0
  552. package/antd/lib/divider/style/rtl.less +36 -0
  553. package/antd/lib/drawer/style/css.js +5 -0
  554. package/antd/lib/drawer/style/customize.less +3 -0
  555. package/antd/lib/drawer/style/drawer.less +256 -0
  556. package/antd/lib/drawer/style/index.css +253 -0
  557. package/antd/lib/drawer/style/index.d.ts +2 -0
  558. package/antd/lib/drawer/style/index.js +5 -0
  559. package/antd/lib/drawer/style/index.less +5 -0
  560. package/antd/lib/drawer/style/rtl.less +16 -0
  561. package/antd/lib/dropdown/style/css.js +7 -0
  562. package/antd/lib/dropdown/style/index.css +405 -0
  563. package/antd/lib/dropdown/style/index.d.ts +3 -0
  564. package/antd/lib/dropdown/style/index.js +7 -0
  565. package/antd/lib/dropdown/style/index.less +369 -0
  566. package/antd/lib/dropdown/style/rtl.less +85 -0
  567. package/antd/lib/dropdown/style/status.less +12 -0
  568. package/antd/lib/empty/style/css.js +5 -0
  569. package/antd/lib/empty/style/index.css +75 -0
  570. package/antd/lib/empty/style/index.d.ts +2 -0
  571. package/antd/lib/empty/style/index.js +5 -0
  572. package/antd/lib/empty/style/index.less +139 -0
  573. package/antd/lib/empty/style/rtl.less +10 -0
  574. package/antd/lib/form/style/components.less +69 -0
  575. package/antd/lib/form/style/css.js +7 -0
  576. package/antd/lib/form/style/horizontal.less +10 -0
  577. package/antd/lib/form/style/index.css +939 -0
  578. package/antd/lib/form/style/index.d.ts +3 -0
  579. package/antd/lib/form/style/index.js +7 -0
  580. package/antd/lib/form/style/index.less +233 -0
  581. package/antd/lib/form/style/inline.less +35 -0
  582. package/antd/lib/form/style/mixin.less +118 -0
  583. package/antd/lib/form/style/rtl.less +178 -0
  584. package/antd/lib/form/style/status.less +251 -0
  585. package/antd/lib/form/style/vertical.less +84 -0
  586. package/antd/lib/grid/style/css.js +5 -0
  587. package/antd/lib/grid/style/index.css +5889 -0
  588. package/antd/lib/grid/style/index.d.ts +2 -0
  589. package/antd/lib/grid/style/index.js +5 -0
  590. package/antd/lib/grid/style/index.less +113 -0
  591. package/antd/lib/grid/style/mixin.less +53 -0
  592. package/antd/lib/grid/style/rtl.less +74 -0
  593. package/antd/lib/icon/style/css.js +5 -0
  594. package/antd/lib/icon/style/index.css +4 -0
  595. package/antd/lib/icon/style/index.d.ts +2 -0
  596. package/antd/lib/icon/style/index.js +5 -0
  597. package/antd/lib/icon/style/index.less +4 -0
  598. package/antd/lib/input/style/IE11.less +20 -0
  599. package/antd/lib/input/style/affix.less +48 -0
  600. package/antd/lib/input/style/allow-clear.less +52 -0
  601. package/antd/lib/input/style/css.js +7 -0
  602. package/antd/lib/input/style/index.css +820 -0
  603. package/antd/lib/input/style/index.d.ts +3 -0
  604. package/antd/lib/input/style/index.js +7 -0
  605. package/antd/lib/input/style/index.less +50 -0
  606. package/antd/lib/input/style/mixin.less +398 -0
  607. package/antd/lib/input/style/rtl.less +235 -0
  608. package/antd/lib/input/style/search-input.less +90 -0
  609. package/antd/lib/input-number/style/css.js +5 -0
  610. package/antd/lib/input-number/style/index.css +338 -0
  611. package/antd/lib/input-number/style/index.d.ts +2 -0
  612. package/antd/lib/input-number/style/index.js +5 -0
  613. package/antd/lib/input-number/style/index.less +186 -0
  614. package/antd/lib/input-number/style/rtl.less +28 -0
  615. package/antd/lib/layout/style/css.js +5 -0
  616. package/antd/lib/layout/style/index.css +135 -0
  617. package/antd/lib/layout/style/index.d.ts +2 -0
  618. package/antd/lib/layout/style/index.js +5 -0
  619. package/antd/lib/layout/style/index.less +126 -0
  620. package/antd/lib/layout/style/light.less +15 -0
  621. package/antd/lib/layout/style/rtl.less +10 -0
  622. package/antd/lib/list/style/bordered.less +44 -0
  623. package/antd/lib/list/style/css.js +13 -0
  624. package/antd/lib/list/style/customize.less +12 -0
  625. package/antd/lib/list/style/index.css +343 -0
  626. package/antd/lib/list/style/index.d.ts +6 -0
  627. package/antd/lib/list/style/index.js +13 -0
  628. package/antd/lib/list/style/index.less +239 -0
  629. package/antd/lib/list/style/responsive.less +40 -0
  630. package/antd/lib/list/style/rtl.less +139 -0
  631. package/antd/lib/locale-provider/style/css.js +3 -0
  632. package/antd/lib/locale-provider/style/index.css +4 -0
  633. package/antd/lib/locale-provider/style/index.d.ts +1 -0
  634. package/antd/lib/locale-provider/style/index.js +3 -0
  635. package/antd/lib/locale-provider/style/index.less +2 -0
  636. package/antd/lib/mentions/style/css.js +7 -0
  637. package/antd/lib/mentions/style/index.css +287 -0
  638. package/antd/lib/mentions/style/index.d.ts +3 -0
  639. package/antd/lib/mentions/style/index.js +7 -0
  640. package/antd/lib/mentions/style/index.less +169 -0
  641. package/antd/lib/mentions/style/rtl.less +10 -0
  642. package/antd/lib/menu/style/css.js +7 -0
  643. package/antd/lib/menu/style/dark.less +148 -0
  644. package/antd/lib/menu/style/index.css +907 -0
  645. package/antd/lib/menu/style/index.d.ts +3 -0
  646. package/antd/lib/menu/style/index.js +7 -0
  647. package/antd/lib/menu/style/index.less +587 -0
  648. package/antd/lib/menu/style/rtl.less +162 -0
  649. package/antd/lib/menu/style/status.less +47 -0
  650. package/antd/lib/message/style/css.js +5 -0
  651. package/antd/lib/message/style/index.css +95 -0
  652. package/antd/lib/message/style/index.d.ts +2 -0
  653. package/antd/lib/message/style/index.js +5 -0
  654. package/antd/lib/message/style/index.less +73 -0
  655. package/antd/lib/message/style/rtl.less +17 -0
  656. package/antd/lib/modal/style/confirm.less +78 -0
  657. package/antd/lib/modal/style/css.js +7 -0
  658. package/antd/lib/modal/style/customize.less +3 -0
  659. package/antd/lib/modal/style/index.css +261 -0
  660. package/antd/lib/modal/style/index.d.ts +3 -0
  661. package/antd/lib/modal/style/index.js +7 -0
  662. package/antd/lib/modal/style/index.less +6 -0
  663. package/antd/lib/modal/style/modal.less +164 -0
  664. package/antd/lib/modal/style/rtl.less +73 -0
  665. package/antd/lib/notification/style/css.js +5 -0
  666. package/antd/lib/notification/style/customize.less +3 -0
  667. package/antd/lib/notification/style/index.css +273 -0
  668. package/antd/lib/notification/style/index.d.ts +2 -0
  669. package/antd/lib/notification/style/index.js +5 -0
  670. package/antd/lib/notification/style/index.less +221 -0
  671. package/antd/lib/notification/style/rtl.less +53 -0
  672. package/antd/lib/page-header/style/css.js +7 -0
  673. package/antd/lib/page-header/style/index.css +167 -0
  674. package/antd/lib/page-header/style/index.d.ts +3 -0
  675. package/antd/lib/page-header/style/index.js +7 -0
  676. package/antd/lib/page-header/style/index.less +125 -0
  677. package/antd/lib/page-header/style/rtl.less +76 -0
  678. package/antd/lib/pagination/style/css.js +7 -0
  679. package/antd/lib/pagination/style/index.css +522 -0
  680. package/antd/lib/pagination/style/index.d.ts +3 -0
  681. package/antd/lib/pagination/style/index.js +7 -0
  682. package/antd/lib/pagination/style/index.less +407 -0
  683. package/antd/lib/pagination/style/rtl.less +75 -0
  684. package/antd/lib/popconfirm/style/css.js +9 -0
  685. package/antd/lib/popconfirm/style/index.css +7 -0
  686. package/antd/lib/popconfirm/style/index.d.ts +4 -0
  687. package/antd/lib/popconfirm/style/index.js +9 -0
  688. package/antd/lib/popconfirm/style/index.less +8 -0
  689. package/antd/lib/popover/style/css.js +5 -0
  690. package/antd/lib/popover/style/customize.less +3 -0
  691. package/antd/lib/popover/style/index.css +224 -0
  692. package/antd/lib/popover/style/index.d.ts +2 -0
  693. package/antd/lib/popover/style/index.js +5 -0
  694. package/antd/lib/popover/style/index.less +208 -0
  695. package/antd/lib/popover/style/rtl.less +33 -0
  696. package/antd/lib/progress/style/css.js +5 -0
  697. package/antd/lib/progress/style/index.css +219 -0
  698. package/antd/lib/progress/style/index.d.ts +2 -0
  699. package/antd/lib/progress/style/index.js +5 -0
  700. package/antd/lib/progress/style/index.less +205 -0
  701. package/antd/lib/progress/style/rtl.less +37 -0
  702. package/antd/lib/radio/style/css.js +5 -0
  703. package/antd/lib/radio/style/index.css +374 -0
  704. package/antd/lib/radio/style/index.d.ts +2 -0
  705. package/antd/lib/radio/style/index.js +5 -0
  706. package/antd/lib/radio/style/index.less +348 -0
  707. package/antd/lib/radio/style/rtl.less +61 -0
  708. package/antd/lib/rate/style/css.js +7 -0
  709. package/antd/lib/rate/style/index.css +97 -0
  710. package/antd/lib/rate/style/index.d.ts +3 -0
  711. package/antd/lib/rate/style/index.js +7 -0
  712. package/antd/lib/rate/style/index.less +87 -0
  713. package/antd/lib/rate/style/rtl.less +26 -0
  714. package/antd/lib/result/style/css.js +5 -0
  715. package/antd/lib/result/style/index.css +68 -0
  716. package/antd/lib/result/style/index.d.ts +2 -0
  717. package/antd/lib/result/style/index.js +5 -0
  718. package/antd/lib/result/style/index.less +74 -0
  719. package/antd/lib/result/style/rtl.less +25 -0
  720. package/antd/lib/row/style/css.js +5 -0
  721. package/antd/lib/row/style/index.d.ts +2 -0
  722. package/antd/lib/row/style/index.js +5 -0
  723. package/antd/lib/select/style/css.js +7 -0
  724. package/antd/lib/select/style/index.css +707 -0
  725. package/antd/lib/select/style/index.d.ts +3 -0
  726. package/antd/lib/select/style/index.js +7 -0
  727. package/antd/lib/select/style/index.less +294 -0
  728. package/antd/lib/select/style/multiple.less +194 -0
  729. package/antd/lib/select/style/rtl.less +186 -0
  730. package/antd/lib/select/style/single.less +180 -0
  731. package/antd/lib/skeleton/style/css.js +5 -0
  732. package/antd/lib/skeleton/style/index.css +284 -0
  733. package/antd/lib/skeleton/style/index.d.ts +2 -0
  734. package/antd/lib/skeleton/style/index.js +5 -0
  735. package/antd/lib/skeleton/style/index.less +265 -0
  736. package/antd/lib/skeleton/style/rtl.less +47 -0
  737. package/antd/lib/slider/style/css.js +7 -0
  738. package/antd/lib/slider/style/index.css +223 -0
  739. package/antd/lib/slider/style/index.d.ts +3 -0
  740. package/antd/lib/slider/style/index.js +7 -0
  741. package/antd/lib/slider/style/index.less +206 -0
  742. package/antd/lib/slider/style/rtl.less +70 -0
  743. package/antd/lib/space/style/css.js +5 -0
  744. package/antd/lib/space/style/index.css +38 -0
  745. package/antd/lib/space/style/index.d.ts +2 -0
  746. package/antd/lib/space/style/index.js +5 -0
  747. package/antd/lib/space/style/index.less +28 -0
  748. package/antd/lib/space/style/rtl.less +10 -0
  749. package/antd/lib/spin/style/css.js +5 -0
  750. package/antd/lib/spin/style/index.css +235 -0
  751. package/antd/lib/spin/style/index.d.ts +2 -0
  752. package/antd/lib/spin/style/index.js +5 -0
  753. package/antd/lib/spin/style/index.less +216 -0
  754. package/antd/lib/spin/style/rtl.less +25 -0
  755. package/antd/lib/statistic/style/css.js +5 -0
  756. package/antd/lib/statistic/style/index.css +56 -0
  757. package/antd/lib/statistic/style/index.d.ts +2 -0
  758. package/antd/lib/statistic/style/index.js +5 -0
  759. package/antd/lib/statistic/style/index.less +44 -0
  760. package/antd/lib/statistic/style/rtl.less +26 -0
  761. package/antd/lib/steps/style/css.js +7 -0
  762. package/antd/lib/steps/style/custom-icon.less +32 -0
  763. package/antd/lib/steps/style/index.css +812 -0
  764. package/antd/lib/steps/style/index.d.ts +3 -0
  765. package/antd/lib/steps/style/index.js +7 -0
  766. package/antd/lib/steps/style/index.less +246 -0
  767. package/antd/lib/steps/style/label-placement.less +39 -0
  768. package/antd/lib/steps/style/nav.less +124 -0
  769. package/antd/lib/steps/style/progress-dot.less +79 -0
  770. package/antd/lib/steps/style/progress.less +21 -0
  771. package/antd/lib/steps/style/rtl.less +249 -0
  772. package/antd/lib/steps/style/small.less +47 -0
  773. package/antd/lib/steps/style/vertical.less +77 -0
  774. package/antd/lib/style/css.js +3 -0
  775. package/antd/lib/style/index.d.ts +1 -0
  776. package/antd/lib/style/index.js +3 -0
  777. package/antd/lib/switch/style/css.js +5 -0
  778. package/antd/lib/switch/style/index.css +166 -0
  779. package/antd/lib/switch/style/index.d.ts +2 -0
  780. package/antd/lib/switch/style/index.js +5 -0
  781. package/antd/lib/switch/style/index.less +153 -0
  782. package/antd/lib/switch/style/rtl.less +50 -0
  783. package/antd/lib/table/style/bordered.less +122 -0
  784. package/antd/lib/table/style/css.js +21 -0
  785. package/antd/lib/table/style/index.css +806 -0
  786. package/antd/lib/table/style/index.d.ts +10 -0
  787. package/antd/lib/table/style/index.js +21 -0
  788. package/antd/lib/table/style/index.less +616 -0
  789. package/antd/lib/table/style/radius.less +45 -0
  790. package/antd/lib/table/style/rtl.less +180 -0
  791. package/antd/lib/table/style/size.less +68 -0
  792. package/antd/lib/tabs/style/card.less +97 -0
  793. package/antd/lib/tabs/style/css.js +5 -0
  794. package/antd/lib/tabs/style/dropdown.less +60 -0
  795. package/antd/lib/tabs/style/index.css +664 -0
  796. package/antd/lib/tabs/style/index.d.ts +2 -0
  797. package/antd/lib/tabs/style/index.js +5 -0
  798. package/antd/lib/tabs/style/index.less +224 -0
  799. package/antd/lib/tabs/style/position.less +195 -0
  800. package/antd/lib/tabs/style/rtl.less +73 -0
  801. package/antd/lib/tabs/style/size.less +41 -0
  802. package/antd/lib/tag/style/css.js +5 -0
  803. package/antd/lib/tag/style/index.css +256 -0
  804. package/antd/lib/tag/style/index.d.ts +2 -0
  805. package/antd/lib/tag/style/index.js +5 -0
  806. package/antd/lib/tag/style/index.less +130 -0
  807. package/antd/lib/tag/style/rtl.less +28 -0
  808. package/antd/lib/time-picker/style/css.js +7 -0
  809. package/antd/lib/time-picker/style/index.css +4 -0
  810. package/antd/lib/time-picker/style/index.d.ts +3 -0
  811. package/antd/lib/time-picker/style/index.js +7 -0
  812. package/antd/lib/time-picker/style/index.less +3 -0
  813. package/antd/lib/timeline/style/css.js +5 -0
  814. package/antd/lib/timeline/style/index.css +240 -0
  815. package/antd/lib/timeline/style/index.d.ts +2 -0
  816. package/antd/lib/timeline/style/index.js +5 -0
  817. package/antd/lib/timeline/style/index.less +186 -0
  818. package/antd/lib/timeline/style/rtl.less +135 -0
  819. package/antd/lib/tooltip/style/css.js +5 -0
  820. package/antd/lib/tooltip/style/index.css +261 -0
  821. package/antd/lib/tooltip/style/index.d.ts +2 -0
  822. package/antd/lib/tooltip/style/index.js +5 -0
  823. package/antd/lib/tooltip/style/index.less +206 -0
  824. package/antd/lib/tooltip/style/rtl.less +14 -0
  825. package/antd/lib/transfer/style/css.js +19 -0
  826. package/antd/lib/transfer/style/customize.less +45 -0
  827. package/antd/lib/transfer/style/index.css +346 -0
  828. package/antd/lib/transfer/style/index.d.ts +9 -0
  829. package/antd/lib/transfer/style/index.js +19 -0
  830. package/antd/lib/transfer/style/index.less +237 -0
  831. package/antd/lib/transfer/style/rtl.less +63 -0
  832. package/antd/lib/tree/style/css.js +5 -0
  833. package/antd/lib/tree/style/directory.less +72 -0
  834. package/antd/lib/tree/style/index.css +508 -0
  835. package/antd/lib/tree/style/index.d.ts +2 -0
  836. package/antd/lib/tree/style/index.js +5 -0
  837. package/antd/lib/tree/style/index.less +14 -0
  838. package/antd/lib/tree/style/mixin.less +264 -0
  839. package/antd/lib/tree/style/rtl.less +64 -0
  840. package/antd/lib/tree-select/style/css.js +9 -0
  841. package/antd/lib/tree-select/style/index.css +463 -0
  842. package/antd/lib/tree-select/style/index.d.ts +4 -0
  843. package/antd/lib/tree-select/style/index.js +9 -0
  844. package/antd/lib/tree-select/style/index.less +55 -0
  845. package/antd/lib/typography/style/css.js +9 -0
  846. package/antd/lib/typography/style/index.css +277 -0
  847. package/antd/lib/typography/style/index.d.ts +4 -0
  848. package/antd/lib/typography/style/index.js +9 -0
  849. package/antd/lib/typography/style/index.less +225 -0
  850. package/antd/lib/typography/style/rtl.less +54 -0
  851. package/antd/lib/upload/style/css.js +11 -0
  852. package/antd/lib/upload/style/index.css +694 -0
  853. package/antd/lib/upload/style/index.d.ts +5 -0
  854. package/antd/lib/upload/style/index.js +11 -0
  855. package/antd/lib/upload/style/index.less +590 -0
  856. package/antd/lib/upload/style/rtl.less +188 -0
  857. package/antd/lib/version/style/css.js +3 -0
  858. package/antd/lib/version/style/index.d.ts +1 -0
  859. package/antd/lib/version/style/index.js +3 -0
  860. package/dist/UIKitProvider/index.d.ts +3 -2
  861. package/dist/components.css +755 -755
  862. package/dist/esm/index.js +23 -2
  863. package/dist/esm/stats1.html +1 -1
  864. package/dist/style.css +1153 -1153
  865. package/dist/umd/index.js +25 -6
  866. package/dist/umd/stats1.html +1 -1
  867. package/package.json +12 -10
  868. package/dist/antd/es/locale/ar_EG.d.ts +0 -3
  869. package/dist/antd/es/locale/ar_EG.js +0 -116
  870. package/dist/antd/es/locale/az_AZ.d.ts +0 -3
  871. package/dist/antd/es/locale/az_AZ.js +0 -45
  872. package/dist/antd/es/locale/bg_BG.d.ts +0 -3
  873. package/dist/antd/es/locale/bg_BG.js +0 -43
  874. package/dist/antd/es/locale/ca_ES.d.ts +0 -3
  875. package/dist/antd/es/locale/ca_ES.js +0 -124
  876. package/dist/antd/es/locale/cs_CZ.d.ts +0 -3
  877. package/dist/antd/es/locale/cs_CZ.js +0 -54
  878. package/dist/antd/es/locale/da_DK.d.ts +0 -3
  879. package/dist/antd/es/locale/da_DK.js +0 -43
  880. package/dist/antd/es/locale/de_DE.d.ts +0 -3
  881. package/dist/antd/es/locale/de_DE.js +0 -113
  882. package/dist/antd/es/locale/default.d.ts +0 -3
  883. package/dist/antd/es/locale/default.js +0 -124
  884. package/dist/antd/es/locale/el_GR.d.ts +0 -3
  885. package/dist/antd/es/locale/el_GR.js +0 -43
  886. package/dist/antd/es/locale/en_GB.d.ts +0 -3
  887. package/dist/antd/es/locale/en_GB.js +0 -94
  888. package/dist/antd/es/locale/en_US.d.ts +0 -2
  889. package/dist/antd/es/locale/en_US.js +0 -2
  890. package/dist/antd/es/locale/es_ES.d.ts +0 -3
  891. package/dist/antd/es/locale/es_ES.js +0 -110
  892. package/dist/antd/es/locale/et_EE.d.ts +0 -3
  893. package/dist/antd/es/locale/et_EE.js +0 -43
  894. package/dist/antd/es/locale/fa_IR.d.ts +0 -3
  895. package/dist/antd/es/locale/fa_IR.js +0 -114
  896. package/dist/antd/es/locale/fi_FI.d.ts +0 -3
  897. package/dist/antd/es/locale/fi_FI.js +0 -50
  898. package/dist/antd/es/locale/fr_BE.d.ts +0 -3
  899. package/dist/antd/es/locale/fr_BE.js +0 -47
  900. package/dist/antd/es/locale/fr_FR.d.ts +0 -3
  901. package/dist/antd/es/locale/fr_FR.js +0 -59
  902. package/dist/antd/es/locale/ga_IE.d.ts +0 -3
  903. package/dist/antd/es/locale/ga_IE.js +0 -123
  904. package/dist/antd/es/locale/he_IL.d.ts +0 -3
  905. package/dist/antd/es/locale/he_IL.js +0 -116
  906. package/dist/antd/es/locale/hi_IN.d.ts +0 -3
  907. package/dist/antd/es/locale/hi_IN.js +0 -51
  908. package/dist/antd/es/locale/hr_HR.d.ts +0 -3
  909. package/dist/antd/es/locale/hr_HR.js +0 -57
  910. package/dist/antd/es/locale/hu_HU.d.ts +0 -3
  911. package/dist/antd/es/locale/hu_HU.js +0 -44
  912. package/dist/antd/es/locale/hy_AM.d.ts +0 -3
  913. package/dist/antd/es/locale/hy_AM.js +0 -109
  914. package/dist/antd/es/locale/id_ID.d.ts +0 -3
  915. package/dist/antd/es/locale/id_ID.js +0 -45
  916. package/dist/antd/es/locale/is_IS.d.ts +0 -3
  917. package/dist/antd/es/locale/is_IS.js +0 -43
  918. package/dist/antd/es/locale/it_IT.d.ts +0 -3
  919. package/dist/antd/es/locale/it_IT.js +0 -59
  920. package/dist/antd/es/locale/ja_JP.d.ts +0 -3
  921. package/dist/antd/es/locale/ja_JP.js +0 -94
  922. package/dist/antd/es/locale/kn_IN.d.ts +0 -3
  923. package/dist/antd/es/locale/kn_IN.js +0 -51
  924. package/dist/antd/es/locale/ko_KR.d.ts +0 -3
  925. package/dist/antd/es/locale/ko_KR.js +0 -94
  926. package/dist/antd/es/locale/ku_IQ.d.ts +0 -3
  927. package/dist/antd/es/locale/ku_IQ.js +0 -43
  928. package/dist/antd/es/locale/lv_LV.d.ts +0 -3
  929. package/dist/antd/es/locale/lv_LV.js +0 -43
  930. package/dist/antd/es/locale/mk_MK.d.ts +0 -3
  931. package/dist/antd/es/locale/mk_MK.js +0 -58
  932. package/dist/antd/es/locale/mn_MN.d.ts +0 -3
  933. package/dist/antd/es/locale/mn_MN.js +0 -43
  934. package/dist/antd/es/locale/ms_MY.d.ts +0 -3
  935. package/dist/antd/es/locale/ms_MY.js +0 -63
  936. package/dist/antd/es/locale/nb_NO.d.ts +0 -3
  937. package/dist/antd/es/locale/nb_NO.js +0 -124
  938. package/dist/antd/es/locale/ne_NP.d.ts +0 -3
  939. package/dist/antd/es/locale/ne_NP.js +0 -44
  940. package/dist/antd/es/locale/nl_BE.d.ts +0 -3
  941. package/dist/antd/es/locale/nl_BE.js +0 -43
  942. package/dist/antd/es/locale/nl_NL.d.ts +0 -3
  943. package/dist/antd/es/locale/nl_NL.js +0 -62
  944. package/dist/antd/es/locale/pl_PL.d.ts +0 -3
  945. package/dist/antd/es/locale/pl_PL.js +0 -43
  946. package/dist/antd/es/locale/pt_BR.d.ts +0 -3
  947. package/dist/antd/es/locale/pt_BR.js +0 -116
  948. package/dist/antd/es/locale/pt_PT.d.ts +0 -3
  949. package/dist/antd/es/locale/pt_PT.js +0 -44
  950. package/dist/antd/es/locale/ro_RO.d.ts +0 -3
  951. package/dist/antd/es/locale/ro_RO.js +0 -62
  952. package/dist/antd/es/locale/ru_RU.d.ts +0 -3
  953. package/dist/antd/es/locale/ru_RU.js +0 -116
  954. package/dist/antd/es/locale/sk_SK.d.ts +0 -3
  955. package/dist/antd/es/locale/sk_SK.js +0 -62
  956. package/dist/antd/es/locale/sl_SI.d.ts +0 -3
  957. package/dist/antd/es/locale/sl_SI.js +0 -43
  958. package/dist/antd/es/locale/sr_RS.d.ts +0 -3
  959. package/dist/antd/es/locale/sr_RS.js +0 -43
  960. package/dist/antd/es/locale/sv_SE.d.ts +0 -3
  961. package/dist/antd/es/locale/sv_SE.js +0 -47
  962. package/dist/antd/es/locale/ta_IN.d.ts +0 -3
  963. package/dist/antd/es/locale/ta_IN.js +0 -63
  964. package/dist/antd/es/locale/th_TH.d.ts +0 -3
  965. package/dist/antd/es/locale/th_TH.js +0 -62
  966. package/dist/antd/es/locale/tr_TR.d.ts +0 -3
  967. package/dist/antd/es/locale/tr_TR.js +0 -124
  968. package/dist/antd/es/locale/uk_UA.d.ts +0 -3
  969. package/dist/antd/es/locale/uk_UA.js +0 -43
  970. package/dist/antd/es/locale/vi_VN.d.ts +0 -3
  971. package/dist/antd/es/locale/vi_VN.js +0 -43
  972. package/dist/antd/es/locale/zh_CN.d.ts +0 -3
  973. package/dist/antd/es/locale/zh_CN.js +0 -124
  974. package/dist/antd/es/locale/zh_HK.d.ts +0 -3
  975. package/dist/antd/es/locale/zh_HK.js +0 -117
  976. package/dist/antd/es/locale/zh_TW.d.ts +0 -3
  977. package/dist/antd/es/locale/zh_TW.js +0 -117
  978. /package/{dist/antd → antd}/dist/antd.less +0 -0
  979. /package/{dist/antd/lib → antd/es/config-provider}/style/index.d.ts +0 -0
  980. /package/{dist/antd/lib → antd/lib/config-provider}/style/css.js +0 -0
  981. /package/{dist/antd/lib → antd/lib/config-provider}/style/index.js +0 -0
  982. /package/{dist/antd → antd}/lib/style/color/bezierEasing.less +0 -0
  983. /package/{dist/antd → antd}/lib/style/color/colorPalette.less +0 -0
  984. /package/{dist/antd → antd}/lib/style/color/colors.less +0 -0
  985. /package/{dist/antd → antd}/lib/style/color/tinyColor.less +0 -0
  986. /package/{dist/antd → antd}/lib/style/compact.less +0 -0
  987. /package/{dist/antd → antd}/lib/style/components.less +0 -0
  988. /package/{dist/antd → antd}/lib/style/core/base.less +0 -0
  989. /package/{dist/antd → antd}/lib/style/core/global.less +0 -0
  990. /package/{dist/antd → antd}/lib/style/core/iconfont.less +0 -0
  991. /package/{dist/antd → antd}/lib/style/core/index.less +0 -0
  992. /package/{dist/antd → antd}/lib/style/core/motion/fade.less +0 -0
  993. /package/{dist/antd → antd}/lib/style/core/motion/move.less +0 -0
  994. /package/{dist/antd → antd}/lib/style/core/motion/other.less +0 -0
  995. /package/{dist/antd → antd}/lib/style/core/motion/slide.less +0 -0
  996. /package/{dist/antd → antd}/lib/style/core/motion/zoom.less +0 -0
  997. /package/{dist/antd → antd}/lib/style/core/motion.less +0 -0
  998. /package/{dist/antd → antd}/lib/style/dark.less +0 -0
  999. /package/{dist/antd → antd}/lib/style/index.css +0 -0
  1000. /package/{dist/antd → antd}/lib/style/index.less +0 -0
  1001. /package/{dist/antd → antd}/lib/style/mixins/clearfix.less +0 -0
  1002. /package/{dist/antd → antd}/lib/style/mixins/compatibility.less +0 -0
  1003. /package/{dist/antd → antd}/lib/style/mixins/customize.less +0 -0
  1004. /package/{dist/antd → antd}/lib/style/mixins/iconfont.less +0 -0
  1005. /package/{dist/antd → antd}/lib/style/mixins/index.less +0 -0
  1006. /package/{dist/antd → antd}/lib/style/mixins/motion.less +0 -0
  1007. /package/{dist/antd → antd}/lib/style/mixins/operation-unit.less +0 -0
  1008. /package/{dist/antd → antd}/lib/style/mixins/reset.less +0 -0
  1009. /package/{dist/antd → antd}/lib/style/mixins/size.less +0 -0
  1010. /package/{dist/antd → antd}/lib/style/mixins/typography.less +0 -0
  1011. /package/{dist/antd → antd}/lib/style/themes/compact.less +0 -0
  1012. /package/{dist/antd → antd}/lib/style/themes/dark.less +0 -0
  1013. /package/{dist/antd → antd}/lib/style/themes/default.less +0 -0
  1014. /package/{dist/antd → antd}/lib/style/themes/index.less +0 -0
package/dist/style.css CHANGED
@@ -1597,393 +1597,522 @@ body {
1597
1597
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1598
1598
  }
1599
1599
  }
1600
- .buj61ew.ant-btn {
1601
- height: 32px;
1602
- border-radius: 6px;
1603
- line-height: 22px;
1604
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1605
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1606
- }
1607
- .buj61ew.ant-btn.ant-btn-lg {
1608
- height: 40px;
1609
- line-height: 24px;
1600
+ .iap75of {
1601
+ height: 18px;
1602
+ line-height: 18px;
1603
+ padding: 0 4px;
1604
+ border-radius: 4px;
1605
+ background: rgba(235, 239, 245, 0.6);
1606
+ border: 1px solid rgba(223, 228, 235, 0.6);
1607
+ display: flex;
1608
+ align-items: center;
1609
+ white-space: nowrap;
1610
+ margin-right: 4px;
1610
1611
  }
1611
- .buj61ew.ant-btn.ant-btn-sm {
1612
- height: 24px;
1613
- line-height: 20px;
1612
+
1613
+ .i1mrf09m {
1614
+ display: inline-flex;
1615
+ align-items: center;
1614
1616
  }
1615
- .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1616
- border-radius: 50%;
1617
+ .i1mrf09m .icon-inner {
1618
+ display: inline-flex;
1619
+ align-items: center;
1620
+ justify-content: center;
1617
1621
  }
1618
- .buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
1619
- color: var(--color, #06101f);
1620
- font-weight: var(--font-weight);
1621
- background: var(--background-color, #fff);
1622
- border-width: var(--border-width, 1px);
1623
- border-color: var(--border-color, #d9d9d9);
1622
+ .i1mrf09m .icon-inner + span,
1623
+ .i1mrf09m span + .icon-inner.suffix {
1624
+ margin-left: 4px;
1624
1625
  }
1625
- .buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
1626
- display: none;
1626
+ .i1mrf09m.is-rotate img,
1627
+ .i1mrf09m.is-rotate svg {
1628
+ animation: rotate 680ms linear infinite;
1627
1629
  }
1628
- .buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
1629
- color: var(--color, inherit);
1630
+
1631
+ .fde5mpd {
1632
+ width: 100%;
1633
+ height: 100%;
1634
+ min-height: 124px;
1635
+ display: flex;
1636
+ flex-direction: column;
1637
+ justify-content: center;
1638
+ align-items: center;
1630
1639
  }
1631
- .buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
1632
- background: var(--background-color-hover, var(--background-color));
1633
- border-color: var(--border-color-hover, var(--border-color, transparent));
1640
+ .fde5mpd .error-text {
1641
+ color: rgba(10, 37, 85, 0.6);
1642
+ margin-bottom: 16px;
1643
+ font-size: 18px;
1634
1644
  }
1635
- .buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
1636
- --scale: 1;
1637
- --transY: 1px;
1638
- background: var(--background-color-active, var(--background-color));
1639
- border-color: var(--border-color-active, var(--border-color, transparent));
1645
+
1646
+ .bpq0js6 {
1647
+ padding: 4px 11px;
1640
1648
  }
1641
- .buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
1642
- background: var(--background-color-focus, var(--background-color));
1643
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1644
- border-color: var(--border-color-focus, var(--border-color, transparent));
1649
+
1650
+ .b15sn34c {
1651
+ white-space: nowrap;
1652
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1645
1653
  }
1646
- .buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
1647
- color: var(--color-disabled, var(--color));
1648
- background: var(--background-color-disabled, var(--background-color));
1649
- border-color: var(--border-color-disabled, var(--border-color, transparent));
1650
- opacity: 0.5;
1654
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1655
+ --color: #0080ff;
1651
1656
  }
1652
- .buj61ew.ant-btn-link[disabled] {
1653
- color: #0080ff;
1654
- opacity: 0.5;
1657
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1658
+ --color: #0080ff;
1655
1659
  }
1656
- .buj61ew.ant-btn-primary {
1657
- --color: #fff;
1658
- --font-weight: bold;
1659
- --border-width: 0;
1660
- --background-color: #0080ff;
1661
- --background-color-hover: #009dff;
1662
- --background-color-active: #005ed1;
1663
- --background-color-focus: #0080ff;
1664
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1660
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1661
+ margin-left: 1px;
1665
1662
  }
1666
- .buj61ew.ant-btn-primary.ant-btn-dangerous {
1667
- --background-color: #f0483e;
1668
- --background-color-hover: #ff5252;
1669
- --background-color-active: #c73d31;
1670
- --background-color-focus: #ff5252;
1671
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1663
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1664
+ border-top-right-radius: 0;
1665
+ border-bottom-right-radius: 0;
1672
1666
  }
1673
- .buj61ew.ant-btn-primary.btn-primary-orange {
1674
- --background-color: #fea008;
1675
- --background-color-hover: #feba33;
1676
- --background-color-active: #e07f00;
1677
- --background-color-focus: #fea008;
1667
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1668
+ border-top-left-radius: 0;
1669
+ border-bottom-left-radius: 0;
1678
1670
  }
1679
- .buj61ew.ant-btn-secondary {
1680
- --color: #0080ff;
1681
- --font-weight: bold;
1682
- --border-width: 0;
1683
- --background-color: rgba(0, 136, 255, 0.1);
1684
- --background-color-hover: rgba(0, 136, 255, 0.16);
1685
- --background-color-active: rgba(0, 136, 255, 0.2);
1686
- --background-color-focus: rgba(0, 136, 255, 0.1);
1687
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1671
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1672
+ border-radius: unset;
1688
1673
  }
1689
- .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1690
- --color: #f0483e;
1691
- --background-color: rgba(255, 74, 74, 0.1);
1692
- --background-color-hover: rgba(255, 74, 74, 0.16);
1693
- --background-color-active: rgba(255, 74, 74, 0.2);
1694
- --background-color-focus: rgba(255, 74, 74, 0.1);
1695
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1674
+
1675
+ .p12gwtiw {
1676
+ display: flex;
1677
+ justify-content: space-between;
1678
+ align-items: center;
1679
+ padding: 10px 0;
1680
+ color: rgba(44, 56, 82, 0.6);
1681
+ font-size: 12px;
1682
+ line-height: 24px;
1696
1683
  }
1697
- .buj61ew.ant-btn-secondary.btn-primary-orange {
1698
- --color: #fea008;
1699
- --background-color: rgba(255, 187, 0, 0.1);
1700
- --background-color-hover: rgba(255, 187, 0, 0.16);
1701
- --background-color-active: rgba(255, 187, 0, 0.2);
1702
- --background-color-focus: rgba(255, 187, 0, 0.1);
1684
+ .p12gwtiw .pagination-left {
1685
+ padding: 2px 8px;
1703
1686
  }
1704
- .buj61ew.ant-btn-tertiary {
1705
- --color: #0080ff;
1706
- --font-weight: bold;
1707
- --border-width: 0;
1708
- --background-color: #fff;
1709
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1710
- box-shadow: none;
1687
+ .p12gwtiw .dropdown-trigger {
1688
+ display: flex;
1689
+ align-items: center;
1690
+ border-radius: 6px;
1691
+ cursor: pointer;
1692
+ transition: all 0.3s ease;
1711
1693
  }
1712
- .buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
1713
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1694
+ .p12gwtiw .dropdown-trigger:hover {
1695
+ background: rgba(211, 218, 235, 0.6);
1696
+ color: #0080ff;
1714
1697
  }
1715
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1716
- --color: #f0483e;
1717
- --background-color: #fff;
1718
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1698
+ .p12gwtiw .dropdown-trigger .icon-inner {
1699
+ margin-left: 4px;
1719
1700
  }
1720
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
1721
- filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1701
+ .p12gwtiw .pagination-right {
1702
+ display: flex;
1703
+ align-items: center;
1704
+ color: #0080ff;
1705
+ font-weight: bold;
1722
1706
  }
1723
- .buj61ew.ant-btn-tertiary.btn-primary-orange {
1724
- --color: #fea008;
1725
- --background-color: #fff;
1707
+ .p12gwtiw .pagination-right .icon-inner {
1708
+ margin-left: 4px;
1726
1709
  }
1727
- .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
1728
- filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1710
+ .p12gwtiw .pagination-right .prev-btn,
1711
+ .p12gwtiw .pagination-right .next-btn {
1712
+ padding: 0 8px;
1729
1713
  }
1730
- .buj61ew.ant-btn-ordinary {
1731
- --color: #1d326c;
1732
- --border-color: #ccd4e3;
1733
- --background-color: #fff;
1734
- --background-color-hover: #edf0f7;
1735
- --background-color-active: #e4e9f2;
1736
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1737
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1714
+ .p12gwtiw .pagination-right .prev-btn > span,
1715
+ .p12gwtiw .pagination-right .next-btn > span {
1716
+ color: #0080ff;
1738
1717
  }
1739
- .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
1740
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1718
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1719
+ transform: rotate(180deg);
1741
1720
  }
1742
- .buj61ew.ant-btn-ordinary.ordinary-blue {
1743
- --color: #0080ff;
1744
- --border-color: #0080ff;
1745
- --background-color: #fff;
1746
- --background-color-hover: linear-gradient(
1747
- 0deg,
1748
- rgba(0, 136, 255, 0.16),
1749
- rgba(0, 136, 255, 0.16)
1750
- ),
1751
- #ffffff;
1752
- --background-color-active: linear-gradient(
1753
- 0deg,
1754
- rgba(0, 136, 255, 0.2),
1755
- rgba(0, 136, 255, 0.2)
1756
- ),
1757
- #ffffff;
1758
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1759
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1721
+
1722
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1723
+ max-height: calc(100vh - 128px);
1724
+ overflow-y: auto;
1760
1725
  }
1761
- .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
1762
- --color: #f0483e;
1763
- --border-color: #f0483e;
1764
- --background-color: #fff;
1765
- --background-color-hover: linear-gradient(
1766
- 0deg,
1767
- rgba(255, 74, 74, 0.16),
1768
- rgba(255, 74, 74, 0.16)
1769
- ),
1770
- #ffffff;
1771
- --background-color-active: linear-gradient(
1772
- 0deg,
1773
- rgba(255, 74, 74, 0.2),
1774
- rgba(255, 74, 74, 0.2)
1775
- ),
1776
- #ffffff;
1777
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1726
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1727
+ padding: 4px 20px;
1728
+ font-size: 12px;
1729
+ line-height: 18px;
1778
1730
  }
1779
- .buj61ew.ant-btn-ordinary-onTint {
1780
- --color: #1d326c;
1781
- --border-color: #fff;
1782
- --background-color: #fff;
1783
- --background-color-hover: rgba(211, 218, 235, 0.6);
1784
- --background-color-active: rgba(192, 203, 224, 0.6);
1785
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1786
- box-shadow: none;
1731
+
1732
+ .s34f1qb.ant-switch {
1733
+ min-width: 40px;
1734
+ height: 24px;
1735
+ background: rgba(172, 186, 211, 0.6);
1736
+ overflow: hidden;
1787
1737
  }
1788
- .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
1789
- --color: #0080ff;
1790
- --border-color: #fff;
1791
- --background-color: #fff;
1792
- --background-color-hover: rgba(0, 136, 255, 0.16);
1793
- --background-color-active: rgba(0, 136, 255, 0.2);
1794
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1795
- box-shadow: none;
1738
+ .s34f1qb.ant-switch:focus {
1739
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1796
1740
  }
1797
- .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
1798
- --color: #f0483e;
1799
- --background-color-hover: rgba(255, 74, 74, 0.16);
1800
- --background-color-active: rgba(255, 74, 74, 0.2);
1801
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1741
+ .s34f1qb.ant-switch-small {
1742
+ min-width: 26px;
1743
+ height: 16px;
1802
1744
  }
1803
- .buj61ew.ant-btn-quiet {
1804
- --color: rgba(44, 56, 82, 0.6);
1805
- --border-width: 0;
1806
- --background-color: transparent;
1807
- --background-color-hover: rgba(211, 218, 235, 0.6);
1808
- --background-color-active: rgba(192, 203, 224, 0.6);
1809
- --background-color-focus: #fff;
1810
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1811
- box-shadow: none;
1745
+ .s34f1qb.ant-switch-large {
1746
+ min-width: 52px;
1747
+ height: 32px;
1812
1748
  }
1813
- .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1814
- --color: #f0483e;
1815
- --background-color-hover: rgba(255, 74, 74, 0.16);
1816
- --background-color-active: rgba(255, 74, 74, 0.2);
1817
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1749
+ .s34f1qb.ant-switch .ant-switch-handle {
1750
+ height: 20px;
1751
+ width: 20px;
1818
1752
  }
1819
- .buj61ew.ant-btn-quiet.quiet-blue {
1820
- --color: #0080ff;
1821
- --background-color: transparent;
1822
- --background-color-hover: rgba(0, 136, 255, 0.16);
1823
- --background-color-active: rgba(0, 136, 255, 0.2);
1824
- --background-color-focus: #fff;
1825
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1753
+ .s34f1qb.ant-switch .ant-switch-handle::before {
1754
+ border-radius: 10px;
1755
+ transition-delay: 120ms;
1826
1756
  }
1827
- .buj61ew.has-icon {
1828
- display: inline-flex;
1829
- align-items: center;
1757
+ .s34f1qb.ant-switch-small .ant-switch-handle {
1758
+ height: 14px;
1759
+ width: 14px;
1760
+ top: 1px;
1761
+ left: 1px;
1830
1762
  }
1831
- .buj61ew .button-prefix-icon {
1832
- margin-right: 4px;
1833
- display: inline-flex;
1763
+ .s34f1qb.ant-switch-large .ant-switch-handle {
1764
+ height: 28px;
1765
+ width: 28px;
1834
1766
  }
1835
- .buj61ew .button-suffix-icon {
1836
- margin-left: 4px;
1837
- display: inline-flex;
1767
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
1768
+ border-radius: 14px;
1838
1769
  }
1839
- .buj61ew .icon-wrapper {
1840
- display: inline-flex;
1841
- vertical-align: bottom;
1770
+ .s34f1qb.ant-switch-checked {
1771
+ background-color: #00ba5d;
1842
1772
  }
1843
-
1844
- .nchllas {
1845
- padding: 0;
1773
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
1774
+ left: calc(100% - 20px - 2px);
1775
+ }
1776
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1777
+ left: calc(100% - 14px - 1px);
1778
+ }
1779
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1780
+ left: calc(100% - 28px - 2px);
1846
1781
  }
1847
1782
 
1848
- .bpq0js6 {
1849
- padding: 4px 11px;
1783
+ .c1to9vb9 {
1784
+ margin-left: 5px;
1850
1785
  }
1851
1786
 
1852
- .b15sn34c {
1853
- white-space: nowrap;
1854
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1787
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1788
+ flex-direction: row;
1789
+ justify-content: stretch;
1855
1790
  }
1856
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1857
- --color: #0080ff;
1791
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1792
+ padding: 0;
1793
+ margin-right: 4px;
1794
+ flex: 1;
1795
+ overflow: visible;
1858
1796
  }
1859
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1860
- --color: #0080ff;
1797
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
1798
+ display: none;
1861
1799
  }
1862
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1863
- margin-left: 1px;
1800
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
1801
+ width: 100%;
1802
+ min-height: unset;
1864
1803
  }
1865
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1866
- border-top-right-radius: 0;
1867
- border-bottom-right-radius: 0;
1804
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
1805
+ height: 26px;
1806
+ line-height: 26px;
1807
+ width: 100%;
1808
+ text-align: center;
1809
+ padding: 0;
1810
+ font-size: 12px;
1811
+ font-weight: normal;
1868
1812
  }
1869
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1870
- border-top-left-radius: 0;
1871
- border-bottom-left-radius: 0;
1813
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
1814
+ margin-right: 10px;
1872
1815
  }
1873
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1874
- border-radius: unset;
1816
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
1817
+ display: none;
1875
1818
  }
1876
-
1877
- .fde5mpd {
1878
- width: 100%;
1879
- height: 100%;
1880
- min-height: 124px;
1881
- display: flex;
1882
- flex-direction: column;
1883
- justify-content: center;
1884
- align-items: center;
1819
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
1820
+ border-radius: 4px 0 0 4px;
1885
1821
  }
1886
- .fde5mpd .error-text {
1887
- color: rgba(10, 37, 85, 0.6);
1888
- margin-bottom: 16px;
1889
- font-size: 18px;
1822
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
1823
+ margin-right: 0;
1890
1824
  }
1891
-
1892
- .i1mrf09m {
1893
- display: inline-flex;
1894
- align-items: center;
1825
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
1826
+ border-radius: 0 4px 4px 0;
1895
1827
  }
1896
- .i1mrf09m .icon-inner {
1897
- display: inline-flex;
1898
- align-items: center;
1899
- justify-content: center;
1828
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
1829
+ content: "";
1830
+ width: 0;
1831
+ height: 0;
1832
+ border: 13px solid transparent;
1833
+ position: absolute;
1834
+ top: 0;
1835
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
1836
+ right: -21px;
1837
+ z-index: 2;
1900
1838
  }
1901
- .i1mrf09m .icon-inner + span,
1902
- .i1mrf09m span + .icon-inner.suffix {
1903
- margin-left: 4px;
1839
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
1840
+ content: "";
1841
+ width: 0;
1842
+ height: 0;
1843
+ border: 13px solid transparent;
1844
+ position: absolute;
1845
+ top: 0;
1846
+ border-left: 8px solid #fff;
1847
+ left: 0;
1904
1848
  }
1905
- .i1mrf09m.is-rotate img,
1906
- .i1mrf09m.is-rotate svg {
1907
- animation: rotate 680ms linear infinite;
1849
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
1850
+ background-color: rgba(0, 136, 255, 0.1);
1908
1851
  }
1909
-
1910
- .iap75of {
1911
- height: 18px;
1912
- line-height: 18px;
1913
- padding: 0 4px;
1914
- border-radius: 4px;
1915
- background: rgba(235, 239, 245, 0.6);
1916
- border: 1px solid rgba(223, 228, 235, 0.6);
1917
- display: flex;
1918
- align-items: center;
1919
- white-space: nowrap;
1920
- margin-right: 4px;
1852
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
1853
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
1921
1854
  }
1922
-
1923
- .obf05yr {
1924
- display: inline-block;
1855
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
1856
+ color: #005ed1;
1925
1857
  }
1926
-
1927
- .hsms1n6 {
1928
- visibility: hidden;
1929
- position: absolute;
1858
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
1859
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
1860
+ background-color: rgba(237, 241, 250, 0.6);
1930
1861
  }
1931
-
1932
- .p12gwtiw {
1933
- display: flex;
1934
- justify-content: space-between;
1935
- align-items: center;
1936
- padding: 10px 0;
1862
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
1863
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
1937
1864
  color: rgba(44, 56, 82, 0.6);
1938
- font-size: 12px;
1939
- line-height: 24px;
1940
1865
  }
1941
- .p12gwtiw .pagination-left {
1942
- padding: 2px 8px;
1866
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
1867
+ padding: 0;
1943
1868
  }
1944
- .p12gwtiw .dropdown-trigger {
1945
- display: flex;
1946
- align-items: center;
1869
+
1870
+ .buj61ew.ant-btn {
1871
+ height: 32px;
1947
1872
  border-radius: 6px;
1948
- cursor: pointer;
1949
- transition: all 0.3s ease;
1873
+ line-height: 22px;
1874
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1875
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1950
1876
  }
1951
- .p12gwtiw .dropdown-trigger:hover {
1952
- background: rgba(211, 218, 235, 0.6);
1953
- color: #0080ff;
1877
+ .buj61ew.ant-btn.ant-btn-lg {
1878
+ height: 40px;
1879
+ line-height: 24px;
1954
1880
  }
1955
- .p12gwtiw .dropdown-trigger .icon-inner {
1956
- margin-left: 4px;
1881
+ .buj61ew.ant-btn.ant-btn-sm {
1882
+ height: 24px;
1883
+ line-height: 20px;
1957
1884
  }
1958
- .p12gwtiw .pagination-right {
1959
- display: flex;
1960
- align-items: center;
1961
- color: #0080ff;
1962
- font-weight: bold;
1885
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1886
+ border-radius: 50%;
1963
1887
  }
1964
- .p12gwtiw .pagination-right .icon-inner {
1965
- margin-left: 4px;
1888
+ .buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
1889
+ color: var(--color, #06101f);
1890
+ font-weight: var(--font-weight);
1891
+ background: var(--background-color, #fff);
1892
+ border-width: var(--border-width, 1px);
1893
+ border-color: var(--border-color, #d9d9d9);
1966
1894
  }
1967
- .p12gwtiw .pagination-right .prev-btn,
1968
- .p12gwtiw .pagination-right .next-btn {
1969
- padding: 0 8px;
1895
+ .buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
1896
+ display: none;
1970
1897
  }
1971
- .p12gwtiw .pagination-right .prev-btn > span,
1972
- .p12gwtiw .pagination-right .next-btn > span {
1898
+ .buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
1899
+ color: var(--color, inherit);
1900
+ }
1901
+ .buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
1902
+ background: var(--background-color-hover, var(--background-color));
1903
+ border-color: var(--border-color-hover, var(--border-color, transparent));
1904
+ }
1905
+ .buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
1906
+ --scale: 1;
1907
+ --transY: 1px;
1908
+ background: var(--background-color-active, var(--background-color));
1909
+ border-color: var(--border-color-active, var(--border-color, transparent));
1910
+ }
1911
+ .buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
1912
+ background: var(--background-color-focus, var(--background-color));
1913
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1914
+ border-color: var(--border-color-focus, var(--border-color, transparent));
1915
+ }
1916
+ .buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
1917
+ color: var(--color-disabled, var(--color));
1918
+ background: var(--background-color-disabled, var(--background-color));
1919
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
1920
+ opacity: 0.5;
1921
+ }
1922
+ .buj61ew.ant-btn-link[disabled] {
1973
1923
  color: #0080ff;
1924
+ opacity: 0.5;
1974
1925
  }
1975
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
- transform: rotate(180deg);
1926
+ .buj61ew.ant-btn-primary {
1927
+ --color: #fff;
1928
+ --font-weight: bold;
1929
+ --border-width: 0;
1930
+ --background-color: #0080ff;
1931
+ --background-color-hover: #009dff;
1932
+ --background-color-active: #005ed1;
1933
+ --background-color-focus: #0080ff;
1934
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1977
1935
  }
1978
-
1979
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
- max-height: calc(100vh - 128px);
1981
- overflow-y: auto;
1936
+ .buj61ew.ant-btn-primary.ant-btn-dangerous {
1937
+ --background-color: #f0483e;
1938
+ --background-color-hover: #ff5252;
1939
+ --background-color-active: #c73d31;
1940
+ --background-color-focus: #ff5252;
1941
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1982
1942
  }
1983
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1984
- padding: 4px 20px;
1985
- font-size: 12px;
1986
- line-height: 18px;
1943
+ .buj61ew.ant-btn-primary.btn-primary-orange {
1944
+ --background-color: #fea008;
1945
+ --background-color-hover: #feba33;
1946
+ --background-color-active: #e07f00;
1947
+ --background-color-focus: #fea008;
1948
+ }
1949
+ .buj61ew.ant-btn-secondary {
1950
+ --color: #0080ff;
1951
+ --font-weight: bold;
1952
+ --border-width: 0;
1953
+ --background-color: rgba(0, 136, 255, 0.1);
1954
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1955
+ --background-color-active: rgba(0, 136, 255, 0.2);
1956
+ --background-color-focus: rgba(0, 136, 255, 0.1);
1957
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1958
+ }
1959
+ .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1960
+ --color: #f0483e;
1961
+ --background-color: rgba(255, 74, 74, 0.1);
1962
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1963
+ --background-color-active: rgba(255, 74, 74, 0.2);
1964
+ --background-color-focus: rgba(255, 74, 74, 0.1);
1965
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1966
+ }
1967
+ .buj61ew.ant-btn-secondary.btn-primary-orange {
1968
+ --color: #fea008;
1969
+ --background-color: rgba(255, 187, 0, 0.1);
1970
+ --background-color-hover: rgba(255, 187, 0, 0.16);
1971
+ --background-color-active: rgba(255, 187, 0, 0.2);
1972
+ --background-color-focus: rgba(255, 187, 0, 0.1);
1973
+ }
1974
+ .buj61ew.ant-btn-tertiary {
1975
+ --color: #0080ff;
1976
+ --font-weight: bold;
1977
+ --border-width: 0;
1978
+ --background-color: #fff;
1979
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1980
+ box-shadow: none;
1981
+ }
1982
+ .buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
1983
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1984
+ }
1985
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1986
+ --color: #f0483e;
1987
+ --background-color: #fff;
1988
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1989
+ }
1990
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
1991
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1992
+ }
1993
+ .buj61ew.ant-btn-tertiary.btn-primary-orange {
1994
+ --color: #fea008;
1995
+ --background-color: #fff;
1996
+ }
1997
+ .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
1998
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1999
+ }
2000
+ .buj61ew.ant-btn-ordinary {
2001
+ --color: #1d326c;
2002
+ --border-color: #ccd4e3;
2003
+ --background-color: #fff;
2004
+ --background-color-hover: #edf0f7;
2005
+ --background-color-active: #e4e9f2;
2006
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2007
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
2008
+ }
2009
+ .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
2010
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
2011
+ }
2012
+ .buj61ew.ant-btn-ordinary.ordinary-blue {
2013
+ --color: #0080ff;
2014
+ --border-color: #0080ff;
2015
+ --background-color: #fff;
2016
+ --background-color-hover: linear-gradient(
2017
+ 0deg,
2018
+ rgba(0, 136, 255, 0.16),
2019
+ rgba(0, 136, 255, 0.16)
2020
+ ),
2021
+ #ffffff;
2022
+ --background-color-active: linear-gradient(
2023
+ 0deg,
2024
+ rgba(0, 136, 255, 0.2),
2025
+ rgba(0, 136, 255, 0.2)
2026
+ ),
2027
+ #ffffff;
2028
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2029
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
2030
+ }
2031
+ .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
2032
+ --color: #f0483e;
2033
+ --border-color: #f0483e;
2034
+ --background-color: #fff;
2035
+ --background-color-hover: linear-gradient(
2036
+ 0deg,
2037
+ rgba(255, 74, 74, 0.16),
2038
+ rgba(255, 74, 74, 0.16)
2039
+ ),
2040
+ #ffffff;
2041
+ --background-color-active: linear-gradient(
2042
+ 0deg,
2043
+ rgba(255, 74, 74, 0.2),
2044
+ rgba(255, 74, 74, 0.2)
2045
+ ),
2046
+ #ffffff;
2047
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2048
+ }
2049
+ .buj61ew.ant-btn-ordinary-onTint {
2050
+ --color: #1d326c;
2051
+ --border-color: #fff;
2052
+ --background-color: #fff;
2053
+ --background-color-hover: rgba(211, 218, 235, 0.6);
2054
+ --background-color-active: rgba(192, 203, 224, 0.6);
2055
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2056
+ box-shadow: none;
2057
+ }
2058
+ .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
2059
+ --color: #0080ff;
2060
+ --border-color: #fff;
2061
+ --background-color: #fff;
2062
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2063
+ --background-color-active: rgba(0, 136, 255, 0.2);
2064
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2065
+ box-shadow: none;
2066
+ }
2067
+ .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
2068
+ --color: #f0483e;
2069
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2070
+ --background-color-active: rgba(255, 74, 74, 0.2);
2071
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2072
+ }
2073
+ .buj61ew.ant-btn-quiet {
2074
+ --color: rgba(44, 56, 82, 0.6);
2075
+ --border-width: 0;
2076
+ --background-color: transparent;
2077
+ --background-color-hover: rgba(211, 218, 235, 0.6);
2078
+ --background-color-active: rgba(192, 203, 224, 0.6);
2079
+ --background-color-focus: #fff;
2080
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2081
+ box-shadow: none;
2082
+ }
2083
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
2084
+ --color: #f0483e;
2085
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2086
+ --background-color-active: rgba(255, 74, 74, 0.2);
2087
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2088
+ }
2089
+ .buj61ew.ant-btn-quiet.quiet-blue {
2090
+ --color: #0080ff;
2091
+ --background-color: transparent;
2092
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2093
+ --background-color-active: rgba(0, 136, 255, 0.2);
2094
+ --background-color-focus: #fff;
2095
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2096
+ }
2097
+ .buj61ew.has-icon {
2098
+ display: inline-flex;
2099
+ align-items: center;
2100
+ }
2101
+ .buj61ew .button-prefix-icon {
2102
+ margin-right: 4px;
2103
+ display: inline-flex;
2104
+ }
2105
+ .buj61ew .button-suffix-icon {
2106
+ margin-left: 4px;
2107
+ display: inline-flex;
2108
+ }
2109
+ .buj61ew .icon-wrapper {
2110
+ display: inline-flex;
2111
+ vertical-align: bottom;
2112
+ }
2113
+
2114
+ .nchllas {
2115
+ padding: 0;
1987
2116
  }
1988
2117
 
1989
2118
  .rxbeqvl.ant-radio-wrapper {
@@ -2128,13 +2257,22 @@ body {
2128
2257
  width: 36px;
2129
2258
  }
2130
2259
 
2131
- .cz04yix {
2132
- display: flex;
2133
- flex-direction: column;
2260
+ .obf05yr {
2261
+ display: inline-block;
2134
2262
  }
2135
2263
 
2136
- .m1if5j39 {
2137
- max-width: 1120px;
2264
+ .hsms1n6 {
2265
+ visibility: hidden;
2266
+ position: absolute;
2267
+ }
2268
+
2269
+ .cz04yix {
2270
+ display: flex;
2271
+ flex-direction: column;
2272
+ }
2273
+
2274
+ .m1if5j39 {
2275
+ max-width: 1120px;
2138
2276
  width: 100%;
2139
2277
  margin: 0 auto;
2140
2278
  height: 100%;
@@ -2793,208 +2931,630 @@ input.rrg1fkn.ant-input {
2793
2931
  border-bottom-left-radius: 0;
2794
2932
  }
2795
2933
 
2796
- .s34f1qb.ant-switch {
2797
- min-width: 40px;
2798
- height: 24px;
2799
- background: rgba(172, 186, 211, 0.6);
2800
- overflow: hidden;
2801
- }
2802
- .s34f1qb.ant-switch:focus {
2803
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2934
+ .d6j0lbj {
2935
+ font-family: Inter;
2936
+ font-style: normal;
2937
+ font-weight: bold;
2938
+ font-size: 32px;
2939
+ line-height: 40px;
2804
2940
  }
2805
- .s34f1qb.ant-switch-small {
2806
- min-width: 26px;
2807
- height: 16px;
2941
+
2942
+ .d1xhvvxe {
2943
+ font-family: Inter;
2944
+ font-style: normal;
2945
+ font-weight: bold;
2946
+ font-size: 24px;
2947
+ line-height: 32px;
2808
2948
  }
2809
- .s34f1qb.ant-switch-large {
2810
- min-width: 52px;
2811
- height: 32px;
2949
+
2950
+ .dk10mxq {
2951
+ font-family: Inter;
2952
+ font-style: normal;
2953
+ font-weight: normal;
2954
+ font-size: 32px;
2955
+ line-height: 40px;
2812
2956
  }
2813
- .s34f1qb.ant-switch .ant-switch-handle {
2814
- height: 20px;
2815
- width: 20px;
2957
+
2958
+ .dxsait {
2959
+ font-family: Inter;
2960
+ font-style: normal;
2961
+ font-weight: bold;
2962
+ font-size: 20px;
2963
+ line-height: 24px;
2816
2964
  }
2817
- .s34f1qb.ant-switch .ant-switch-handle::before {
2818
- border-radius: 10px;
2819
- transition-delay: 120ms;
2965
+
2966
+ .dokn0h3 {
2967
+ font-family: Inter;
2968
+ font-style: normal;
2969
+ font-weight: normal;
2970
+ font-size: 20px;
2971
+ line-height: 24px;
2820
2972
  }
2821
- .s34f1qb.ant-switch-small .ant-switch-handle {
2822
- height: 14px;
2823
- width: 14px;
2824
- top: 1px;
2825
- left: 1px;
2973
+
2974
+ .dobau4p {
2975
+ font-family: Inter;
2976
+ font-style: normal;
2977
+ font-weight: bold;
2978
+ font-size: 18px;
2979
+ line-height: 22px;
2826
2980
  }
2827
- .s34f1qb.ant-switch-large .ant-switch-handle {
2828
- height: 28px;
2829
- width: 28px;
2981
+
2982
+ .dvolwok {
2983
+ font-family: Inter;
2984
+ font-style: normal;
2985
+ font-weight: normal;
2986
+ font-size: 18px;
2987
+ line-height: 22px;
2830
2988
  }
2831
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2832
- border-radius: 14px;
2989
+
2990
+ .h181qhg4 {
2991
+ font-family: Inter;
2992
+ font-style: normal;
2993
+ font-weight: bold;
2994
+ font-size: 16px;
2995
+ line-height: 22px;
2833
2996
  }
2834
- .s34f1qb.ant-switch-checked {
2835
- background-color: #00ba5d;
2997
+
2998
+ .h1phgmcq {
2999
+ font-family: Inter;
3000
+ font-style: normal;
3001
+ font-weight: normal;
3002
+ font-size: 16px;
3003
+ line-height: 22px;
2836
3004
  }
2837
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2838
- left: calc(100% - 20px - 2px);
3005
+
3006
+ .h173xnl1 {
3007
+ font-family: Inter;
3008
+ font-style: normal;
3009
+ font-weight: bold;
3010
+ font-size: 14px;
3011
+ line-height: 20px;
2839
3012
  }
2840
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2841
- left: calc(100% - 14px - 1px);
3013
+
3014
+ .hedm4pz {
3015
+ font-family: Inter;
3016
+ font-style: normal;
3017
+ font-weight: normal;
3018
+ font-size: 14px;
3019
+ line-height: 20px;
2842
3020
  }
2843
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2844
- left: calc(100% - 28px - 2px);
3021
+
3022
+ .h1kd8xld {
3023
+ font-family: Inter;
3024
+ font-style: normal;
3025
+ font-weight: bold;
3026
+ font-size: 12px;
3027
+ line-height: 18px;
2845
3028
  }
2846
3029
 
2847
- .c1to9vb9 {
2848
- margin-left: 5px;
3030
+ .hp14fr {
3031
+ font-family: Inter;
3032
+ font-style: normal;
3033
+ font-weight: normal;
3034
+ font-size: 12px;
3035
+ line-height: 18px;
2849
3036
  }
2850
3037
 
2851
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2852
- flex-direction: row;
2853
- justify-content: stretch;
3038
+ .hgrg7mn {
3039
+ font-family: Inter;
3040
+ font-style: normal;
3041
+ font-weight: bold;
3042
+ text-transform: uppercase;
3043
+ font-feature-settings: "cpsp" on;
3044
+ font-size: 12px;
3045
+ line-height: 18px;
2854
3046
  }
2855
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2856
- padding: 0;
2857
- margin-right: 4px;
2858
- flex: 1;
2859
- overflow: visible;
3047
+
3048
+ .h6zme9x {
3049
+ font-family: Inter;
3050
+ font-style: normal;
3051
+ font-weight: normal;
3052
+ text-transform: uppercase;
3053
+ font-feature-settings: "cpsp" on;
3054
+ font-size: 12px;
3055
+ line-height: 18px;
2860
3056
  }
2861
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2862
- display: none;
3057
+
3058
+ .locjvsv {
3059
+ font-family: Inter;
3060
+ font-style: normal;
3061
+ font-weight: normal;
3062
+ font-size: 16px;
3063
+ line-height: 24px;
2863
3064
  }
2864
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2865
- width: 100%;
2866
- min-height: unset;
3065
+
3066
+ .l13gi131 {
3067
+ font-family: Inter;
3068
+ font-style: normal;
3069
+ font-weight: bold;
3070
+ font-size: 16px;
3071
+ line-height: 24px;
2867
3072
  }
2868
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2869
- height: 26px;
2870
- line-height: 26px;
2871
- width: 100%;
2872
- text-align: center;
2873
- padding: 0;
2874
- font-size: 12px;
3073
+
3074
+ .l1ynemsu {
3075
+ font-family: Inter;
3076
+ font-style: normal;
2875
3077
  font-weight: normal;
3078
+ font-size: 16px;
3079
+ line-height: 24px;
2876
3080
  }
2877
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2878
- margin-right: 10px;
3081
+
3082
+ .l1cft1cx {
3083
+ font-family: Inter;
3084
+ font-style: normal;
3085
+ font-weight: bold;
3086
+ font-size: 16px;
3087
+ line-height: 24px;
2879
3088
  }
2880
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2881
- display: none;
3089
+
3090
+ .l17tqc8p {
3091
+ font-family: Inter;
3092
+ font-style: normal;
3093
+ font-weight: normal;
3094
+ text-transform: uppercase;
3095
+ font-feature-settings: "cpsp" on;
3096
+ font-size: 16px;
3097
+ line-height: 24px;
2882
3098
  }
2883
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2884
- border-radius: 4px 0 0 4px;
3099
+
3100
+ .l1j1e5w7 {
3101
+ font-family: Inter;
3102
+ font-style: normal;
3103
+ font-weight: bold;
3104
+ text-transform: uppercase;
3105
+ font-feature-settings: "cpsp" on;
3106
+ font-size: 16px;
3107
+ line-height: 24px;
2885
3108
  }
2886
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2887
- margin-right: 0;
3109
+
3110
+ .l1gf91jb {
3111
+ font-family: Inter;
3112
+ font-style: normal;
3113
+ font-weight: normal;
3114
+ font-size: 14px;
3115
+ line-height: 22px;
2888
3116
  }
2889
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2890
- border-radius: 0 4px 4px 0;
3117
+
3118
+ .lu7hlr6 {
3119
+ font-family: Inter;
3120
+ font-style: normal;
3121
+ font-weight: 500;
3122
+ font-size: 14px;
3123
+ line-height: 22px;
2891
3124
  }
2892
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
2893
- content: "";
2894
- width: 0;
2895
- height: 0;
2896
- border: 13px solid transparent;
2897
- position: absolute;
2898
- top: 0;
2899
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2900
- right: -21px;
2901
- z-index: 2;
3125
+
3126
+ .l3l3jf0 {
3127
+ font-family: Inter;
3128
+ font-style: normal;
3129
+ font-weight: bold;
3130
+ font-size: 14px;
3131
+ line-height: 22px;
2902
3132
  }
2903
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
2904
- content: "";
2905
- width: 0;
2906
- height: 0;
2907
- border: 13px solid transparent;
2908
- position: absolute;
2909
- top: 0;
2910
- border-left: 8px solid #fff;
2911
- left: 0;
3133
+
3134
+ .l12j5nqp {
3135
+ font-family: Inter;
3136
+ font-style: normal;
3137
+ font-weight: normal;
3138
+ font-size: 14px;
3139
+ line-height: 22px;
2912
3140
  }
2913
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2914
- background-color: rgba(0, 136, 255, 0.1);
3141
+
3142
+ .l1tecqht {
3143
+ font-family: Inter;
3144
+ font-style: normal;
3145
+ font-weight: bold;
3146
+ font-size: 14px;
3147
+ line-height: 22px;
2915
3148
  }
2916
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2917
- border-left-color: rgba(0, 136, 255, 0.1) !important;
3149
+
3150
+ .l6sa990 {
3151
+ font-family: Inter;
3152
+ font-style: normal;
3153
+ font-weight: normal;
3154
+ text-transform: uppercase;
3155
+ font-feature-settings: "cpsp" on;
3156
+ font-size: 14px;
3157
+ line-height: 22px;
2918
3158
  }
2919
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2920
- color: #005ed1;
3159
+
3160
+ .lckqe8j {
3161
+ font-family: Inter;
3162
+ font-style: normal;
3163
+ font-weight: bold;
3164
+ text-transform: uppercase;
3165
+ font-feature-settings: "cpsp" on;
3166
+ font-size: 14px;
3167
+ line-height: 22px;
2921
3168
  }
2922
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2923
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2924
- background-color: rgba(237, 241, 250, 0.6);
3169
+
3170
+ .l1kuminb {
3171
+ font-family: Inter;
3172
+ font-style: normal;
3173
+ font-weight: normal;
3174
+ font-size: 13px;
3175
+ line-height: 20px;
2925
3176
  }
2926
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2927
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2928
- color: rgba(44, 56, 82, 0.6);
3177
+
3178
+ .l1pbuf5j {
3179
+ font-family: Inter;
3180
+ font-style: normal;
3181
+ font-weight: 600;
3182
+ font-size: 13px;
3183
+ line-height: 20px;
2929
3184
  }
2930
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2931
- padding: 0;
3185
+
3186
+ .l1r4ztu {
3187
+ font-family: Inter;
3188
+ font-style: normal;
3189
+ font-weight: bold;
3190
+ font-size: 13px;
3191
+ line-height: 20px;
2932
3192
  }
2933
3193
 
2934
- .t1upn1sz {
2935
- height: 100%;
3194
+ .ly8vzok {
3195
+ font-family: Inter;
3196
+ font-style: normal;
3197
+ font-weight: normal;
3198
+ font-size: 13px;
3199
+ line-height: 20px;
2936
3200
  }
2937
3201
 
2938
- .tta5kd2 {
2939
- height: 100%;
3202
+ .lumfmf {
3203
+ font-family: Inter;
3204
+ font-style: normal;
3205
+ font-weight: 600;
3206
+ font-size: 13px;
3207
+ line-height: 20px;
2940
3208
  }
2941
- .tta5kd2.empty-table .ant-table-content {
2942
- overflow: visible !important;
2943
- height: 100%;
3209
+
3210
+ .l16ujwmv {
3211
+ font-family: Inter;
3212
+ font-style: normal;
3213
+ font-weight: bold;
3214
+ font-size: 13px;
3215
+ line-height: 20px;
2944
3216
  }
2945
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2946
- height: 100%;
3217
+
3218
+ .l17o1ffr {
3219
+ font-family: Inter;
3220
+ font-style: normal;
3221
+ font-weight: normal;
3222
+ text-transform: uppercase;
3223
+ font-feature-settings: "cpsp" on;
3224
+ font-size: 13px;
3225
+ line-height: 20px;
2947
3226
  }
2948
- .tta5kd2.empty-table .ant-table-content table {
2949
- width: 100% !important;
2950
- height: 100%;
3227
+
3228
+ .lngllvn {
3229
+ font-family: Inter;
3230
+ font-style: normal;
3231
+ font-weight: bold;
3232
+ text-transform: uppercase;
3233
+ font-feature-settings: "cpsp" on;
3234
+ font-size: 13px;
3235
+ line-height: 20px;
2951
3236
  }
2952
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2953
- padding: 15px 0;
3237
+
3238
+ .l2i7fo9 {
3239
+ font-family: Inter;
3240
+ font-style: normal;
3241
+ font-weight: normal;
3242
+ font-size: 12px;
3243
+ line-height: 18px;
2954
3244
  }
2955
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2956
- display: none;
3245
+
3246
+ .l1x7hscx {
3247
+ font-family: Inter;
3248
+ font-style: normal;
3249
+ font-weight: 500;
3250
+ font-size: 12px;
3251
+ line-height: 18px;
2957
3252
  }
2958
- .tta5kd2 .active-row td:nth-child(1) {
2959
- font-weight: 700;
3253
+
3254
+ .le1jwan {
3255
+ font-family: Inter;
3256
+ font-style: normal;
3257
+ font-weight: bold;
3258
+ font-size: 12px;
3259
+ line-height: 18px;
2960
3260
  }
2961
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2962
- font-weight: 700;
3261
+
3262
+ .lyxynfj {
3263
+ font-family: Inter;
3264
+ font-style: normal;
3265
+ font-weight: normal;
3266
+ font-size: 12px;
3267
+ line-height: 18px;
2963
3268
  }
2964
- .tta5kd2 .ant-spin-nested-loading {
2965
- height: 100%;
3269
+
3270
+ .lpb2nxv {
3271
+ font-family: Inter;
3272
+ font-style: normal;
3273
+ font-weight: 500;
3274
+ font-size: 12px;
3275
+ line-height: 18px;
2966
3276
  }
2967
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2968
- height: 100%;
2969
- overflow: visible;
3277
+
3278
+ .l1r8o3vv {
3279
+ font-family: Inter;
3280
+ font-style: normal;
3281
+ font-weight: bold;
3282
+ font-size: 12px;
3283
+ line-height: 18px;
2970
3284
  }
2971
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2972
- max-height: none;
3285
+
3286
+ .lemnjy2 {
3287
+ font-family: Inter;
3288
+ font-style: normal;
3289
+ font-weight: normal;
3290
+ text-transform: uppercase;
3291
+ font-feature-settings: "cpsp" on;
3292
+ font-size: 12px;
3293
+ line-height: 18px;
2973
3294
  }
2974
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2975
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2976
- display: none;
3295
+
3296
+ .lrc42gb {
3297
+ font-family: Inter;
3298
+ font-style: normal;
3299
+ font-weight: bold;
3300
+ text-transform: uppercase;
3301
+ font-feature-settings: "cpsp" on;
3302
+ font-size: 12px;
3303
+ line-height: 18px;
2977
3304
  }
2978
- .tta5kd2 td.ant-table-column-sort {
2979
- background: transparent;
3305
+
3306
+ .fqaz4mb {
3307
+ font-family: Inter;
3308
+ font-style: normal;
3309
+ font-weight: normal;
3310
+ font-size: 13px;
3311
+ line-height: 20px;
2980
3312
  }
2981
- .tta5kd2 td.ant-table-cell-fix-left,
2982
- .tta5kd2 td.ant-table-cell-fix-right {
2983
- background: #fff;
2984
- padding: 0 !important;
3313
+
3314
+ .f13we5o {
3315
+ font-family: Inter;
3316
+ font-style: normal;
3317
+ font-weight: normal;
3318
+ font-size: 13px;
3319
+ line-height: 20px;
2985
3320
  }
2986
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2987
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2988
- display: flex;
2989
- align-items: center;
2990
- height: 100%;
2991
- padding: 8px;
3321
+
3322
+ .ffmjua2 {
3323
+ font-family: Inter;
3324
+ font-style: normal;
3325
+ font-weight: normal;
3326
+ font-size: 12px;
3327
+ line-height: 18px;
2992
3328
  }
2993
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2994
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2995
- overflow: hidden;
2996
- text-overflow: ellipsis;
2997
- width: 100%;
3329
+
3330
+ .fz2mxw0 {
3331
+ font-family: Inter;
3332
+ font-style: normal;
3333
+ font-weight: normal;
3334
+ font-size: 12px;
3335
+ line-height: 18px;
3336
+ }
3337
+
3338
+ .t1ertzoh {
3339
+ font-family: Inter;
3340
+ font-style: normal;
3341
+ font-weight: normal;
3342
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3343
+ font-size: 13px;
3344
+ line-height: 20px;
3345
+ }
3346
+
3347
+ .t19bge8r {
3348
+ font-family: Inter;
3349
+ font-style: normal;
3350
+ font-weight: normal;
3351
+ font-feature-settings: "zero" on;
3352
+ font-size: 13px;
3353
+ line-height: 20px;
3354
+ }
3355
+
3356
+ .tjrzfyl {
3357
+ font-family: Inter;
3358
+ font-style: normal;
3359
+ font-weight: normal;
3360
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3361
+ font-size: 12px;
3362
+ line-height: 18px;
3363
+ }
3364
+
3365
+ .tm6s7bo {
3366
+ font-family: Inter;
3367
+ font-style: normal;
3368
+ font-weight: 500;
3369
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3370
+ font-size: 12px;
3371
+ line-height: 18px;
3372
+ }
3373
+
3374
+ .t19zq6ic {
3375
+ font-family: Inter;
3376
+ font-style: normal;
3377
+ font-weight: normal;
3378
+ font-feature-settings: "zero" on;
3379
+ font-size: 12px;
3380
+ line-height: 18px;
3381
+ }
3382
+
3383
+ .t1gduru8 {
3384
+ font-family: Inter;
3385
+ font-style: normal;
3386
+ font-weight: 500;
3387
+ font-feature-settings: "zero" on;
3388
+ font-size: 12px;
3389
+ line-height: 18px;
3390
+ }
3391
+
3392
+ .t55raab {
3393
+ font-family: Inter;
3394
+ font-style: normal;
3395
+ font-weight: bold;
3396
+ font-feature-settings: "zero" on;
3397
+ font-size: 16px;
3398
+ line-height: 24px;
3399
+ }
3400
+
3401
+ .u1w9abfe {
3402
+ font-family: Inter;
3403
+ font-style: normal;
3404
+ font-weight: normal;
3405
+ font-size: 10px;
3406
+ line-height: 12px;
3407
+ }
3408
+
3409
+ .i1e4sgug {
3410
+ display: inline-block;
3411
+ }
3412
+
3413
+ .s1fc623g {
3414
+ width: 430px !important;
3415
+ }
3416
+
3417
+ .da3mx0o .ant-select-item-group {
3418
+ padding: 8px 16px;
3419
+ line-height: 18px;
3420
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3421
+ height: 34px;
3422
+ min-height: 34px;
3423
+ box-sizing: border-box;
3424
+ margin-top: 8px;
3425
+ }
3426
+
3427
+ .onr9gzt {
3428
+ display: flex;
3429
+ flex-direction: column;
3430
+ margin: 1px 8px;
3431
+ padding: 8px;
3432
+ border-radius: 4px;
3433
+ }
3434
+ .onr9gzt .selected-icon {
3435
+ display: none;
3436
+ }
3437
+ .onr9gzt.ant-select-item-option-grouped {
3438
+ padding-left: 8px;
3439
+ }
3440
+ .onr9gzt.ant-select-item-option-selected {
3441
+ background-color: white;
3442
+ }
3443
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3444
+ color: #0080ff;
3445
+ }
3446
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3447
+ display: block;
3448
+ }
3449
+ .onr9gzt.ant-select-item-option-active {
3450
+ background: rgba(0, 136, 255, 0.16);
3451
+ }
3452
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3453
+ color: #0080ff;
3454
+ }
3455
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3456
+ background: rgba(0, 136, 255, 0.1);
3457
+ color: #0080ff;
3458
+ }
3459
+
3460
+ .oiy0apc {
3461
+ display: flex;
3462
+ justify-content: space-between;
3463
+ height: 20px;
3464
+ line-height: 20px;
3465
+ }
3466
+ .oiy0apc .timezone-title {
3467
+ color: #2d3a56;
3468
+ overflow: hidden;
3469
+ text-overflow: ellipsis;
3470
+ }
3471
+
3472
+ .of4y382 {
3473
+ display: flex;
3474
+ justify-content: space-between;
3475
+ color: rgba(44, 56, 82, 0.6);
3476
+ height: 18px;
3477
+ line-height: 18px;
3478
+ margin-top: 2px;
3479
+ }
3480
+
3481
+ .t19903l9 {
3482
+ border: none;
3483
+ margin-right: 0;
3484
+ background: rgba(225, 230, 241, 0.6);
3485
+ }
3486
+
3487
+ .ohwbvxu {
3488
+ pointer-events: none;
3489
+ height: 32px;
3490
+ width: 100%;
3491
+ opacity: 0;
3492
+ }
3493
+
3494
+ .t1upn1sz {
3495
+ height: 100%;
3496
+ }
3497
+
3498
+ .tta5kd2 {
3499
+ height: 100%;
3500
+ }
3501
+ .tta5kd2.empty-table .ant-table-content {
3502
+ overflow: visible !important;
3503
+ height: 100%;
3504
+ }
3505
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
3506
+ height: 100%;
3507
+ }
3508
+ .tta5kd2.empty-table .ant-table-content table {
3509
+ width: 100% !important;
3510
+ height: 100%;
3511
+ }
3512
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
3513
+ padding: 15px 0;
3514
+ }
3515
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
3516
+ display: none;
3517
+ }
3518
+ .tta5kd2 .active-row td:nth-child(1) {
3519
+ font-weight: 700;
3520
+ }
3521
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
3522
+ font-weight: 700;
3523
+ }
3524
+ .tta5kd2 .ant-spin-nested-loading {
3525
+ height: 100%;
3526
+ }
3527
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3528
+ height: 100%;
3529
+ overflow: visible;
3530
+ }
3531
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
3532
+ max-height: none;
3533
+ }
3534
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
3535
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
3536
+ display: none;
3537
+ }
3538
+ .tta5kd2 td.ant-table-column-sort {
3539
+ background: transparent;
3540
+ }
3541
+ .tta5kd2 td.ant-table-cell-fix-left,
3542
+ .tta5kd2 td.ant-table-cell-fix-right {
3543
+ background: #fff;
3544
+ padding: 0 !important;
3545
+ }
3546
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
3547
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
3548
+ display: flex;
3549
+ align-items: center;
3550
+ height: 100%;
3551
+ padding: 8px;
3552
+ }
3553
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
3554
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
3555
+ overflow: hidden;
3556
+ text-overflow: ellipsis;
3557
+ width: 100%;
2998
3558
  }
2999
3559
  .tta5kd2 .ant-table-container {
3000
3560
  height: 100%;
@@ -3234,624 +3794,64 @@ input.rrg1fkn.ant-input {
3234
3794
  .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3235
3795
  background: #f2f5fa;
3236
3796
  }
3237
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3238
- display: block;
3239
- }
3240
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3241
- padding-right: 25px;
3242
- }
3243
- .tta5kd2 .ant-table .ant-table-selection-column {
3244
- padding: 0 !important;
3245
- }
3246
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3247
- position: absolute;
3248
- left: 50%;
3249
- top: 50%;
3250
- transform: translate(-50%, -50%);
3251
- }
3252
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3253
- display: none;
3254
- }
3255
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3256
- background: #fff;
3257
- }
3258
- .tta5kd2 .ant-table .ant-table-placeholder {
3259
- background: inherit;
3260
- }
3261
- .tta5kd2 .ant-table .ant-table-placeholder td {
3262
- position: static;
3263
- border: none;
3264
- background: inherit !important;
3265
- height: 100px;
3266
- vertical-align: middle;
3267
- }
3268
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3269
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3270
- font-weight: bold;
3271
- font-size: 20px;
3272
- color: rgba(10, 37, 85, 0.6);
3273
- }
3274
- .tta5kd2 .ant-table td.cell__action_ {
3275
- padding: 0 !important;
3276
- position: relative;
3277
- background: #fff;
3278
- }
3279
- .tta5kd2 .ant-table td.cell__action_ > * {
3280
- height: 100%;
3281
- display: flex;
3282
- align-items: center;
3283
- justify-content: flex-end;
3284
- padding-right: 8px;
3285
- }
3286
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3287
- width: 24px;
3288
- height: 24px;
3289
- cursor: pointer;
3290
- justify-content: center;
3291
- border-radius: 4px;
3292
- }
3293
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3294
- background: #fff;
3295
- }
3296
-
3297
- .s1fc623g {
3298
- width: 430px !important;
3299
- }
3300
-
3301
- .da3mx0o .ant-select-item-group {
3302
- padding: 8px 16px;
3303
- line-height: 18px;
3304
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3305
- height: 34px;
3306
- min-height: 34px;
3307
- box-sizing: border-box;
3308
- margin-top: 8px;
3309
- }
3310
-
3311
- .onr9gzt {
3312
- display: flex;
3313
- flex-direction: column;
3314
- margin: 1px 8px;
3315
- padding: 8px;
3316
- border-radius: 4px;
3317
- }
3318
- .onr9gzt .selected-icon {
3319
- display: none;
3320
- }
3321
- .onr9gzt.ant-select-item-option-grouped {
3322
- padding-left: 8px;
3323
- }
3324
- .onr9gzt.ant-select-item-option-selected {
3325
- background-color: white;
3326
- }
3327
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3328
- color: #0080ff;
3329
- }
3330
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3331
- display: block;
3332
- }
3333
- .onr9gzt.ant-select-item-option-active {
3334
- background: rgba(0, 136, 255, 0.16);
3335
- }
3336
- .onr9gzt.ant-select-item-option-active .timezone-title {
3337
- color: #0080ff;
3338
- }
3339
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3340
- background: rgba(0, 136, 255, 0.1);
3341
- color: #0080ff;
3342
- }
3343
-
3344
- .oiy0apc {
3345
- display: flex;
3346
- justify-content: space-between;
3347
- height: 20px;
3348
- line-height: 20px;
3349
- }
3350
- .oiy0apc .timezone-title {
3351
- color: #2d3a56;
3352
- overflow: hidden;
3353
- text-overflow: ellipsis;
3354
- }
3355
-
3356
- .of4y382 {
3357
- display: flex;
3358
- justify-content: space-between;
3359
- color: rgba(44, 56, 82, 0.6);
3360
- height: 18px;
3361
- line-height: 18px;
3362
- margin-top: 2px;
3363
- }
3364
-
3365
- .t19903l9 {
3366
- border: none;
3367
- margin-right: 0;
3368
- background: rgba(225, 230, 241, 0.6);
3369
- }
3370
-
3371
- .ohwbvxu {
3372
- pointer-events: none;
3373
- height: 32px;
3374
- width: 100%;
3375
- opacity: 0;
3376
- }
3377
-
3378
- .i1e4sgug {
3379
- display: inline-block;
3380
- }
3381
-
3382
- .d6j0lbj {
3383
- font-family: Inter;
3384
- font-style: normal;
3385
- font-weight: bold;
3386
- font-size: 32px;
3387
- line-height: 40px;
3388
- }
3389
-
3390
- .d1xhvvxe {
3391
- font-family: Inter;
3392
- font-style: normal;
3393
- font-weight: bold;
3394
- font-size: 24px;
3395
- line-height: 32px;
3396
- }
3397
-
3398
- .dk10mxq {
3399
- font-family: Inter;
3400
- font-style: normal;
3401
- font-weight: normal;
3402
- font-size: 32px;
3403
- line-height: 40px;
3404
- }
3405
-
3406
- .dxsait {
3407
- font-family: Inter;
3408
- font-style: normal;
3409
- font-weight: bold;
3410
- font-size: 20px;
3411
- line-height: 24px;
3412
- }
3413
-
3414
- .dokn0h3 {
3415
- font-family: Inter;
3416
- font-style: normal;
3417
- font-weight: normal;
3418
- font-size: 20px;
3419
- line-height: 24px;
3420
- }
3421
-
3422
- .dobau4p {
3423
- font-family: Inter;
3424
- font-style: normal;
3425
- font-weight: bold;
3426
- font-size: 18px;
3427
- line-height: 22px;
3428
- }
3429
-
3430
- .dvolwok {
3431
- font-family: Inter;
3432
- font-style: normal;
3433
- font-weight: normal;
3434
- font-size: 18px;
3435
- line-height: 22px;
3436
- }
3437
-
3438
- .h181qhg4 {
3439
- font-family: Inter;
3440
- font-style: normal;
3441
- font-weight: bold;
3442
- font-size: 16px;
3443
- line-height: 22px;
3444
- }
3445
-
3446
- .h1phgmcq {
3447
- font-family: Inter;
3448
- font-style: normal;
3449
- font-weight: normal;
3450
- font-size: 16px;
3451
- line-height: 22px;
3452
- }
3453
-
3454
- .h173xnl1 {
3455
- font-family: Inter;
3456
- font-style: normal;
3457
- font-weight: bold;
3458
- font-size: 14px;
3459
- line-height: 20px;
3460
- }
3461
-
3462
- .hedm4pz {
3463
- font-family: Inter;
3464
- font-style: normal;
3465
- font-weight: normal;
3466
- font-size: 14px;
3467
- line-height: 20px;
3468
- }
3469
-
3470
- .h1kd8xld {
3471
- font-family: Inter;
3472
- font-style: normal;
3473
- font-weight: bold;
3474
- font-size: 12px;
3475
- line-height: 18px;
3476
- }
3477
-
3478
- .hp14fr {
3479
- font-family: Inter;
3480
- font-style: normal;
3481
- font-weight: normal;
3482
- font-size: 12px;
3483
- line-height: 18px;
3484
- }
3485
-
3486
- .hgrg7mn {
3487
- font-family: Inter;
3488
- font-style: normal;
3489
- font-weight: bold;
3490
- text-transform: uppercase;
3491
- font-feature-settings: "cpsp" on;
3492
- font-size: 12px;
3493
- line-height: 18px;
3494
- }
3495
-
3496
- .h6zme9x {
3497
- font-family: Inter;
3498
- font-style: normal;
3499
- font-weight: normal;
3500
- text-transform: uppercase;
3501
- font-feature-settings: "cpsp" on;
3502
- font-size: 12px;
3503
- line-height: 18px;
3504
- }
3505
-
3506
- .locjvsv {
3507
- font-family: Inter;
3508
- font-style: normal;
3509
- font-weight: normal;
3510
- font-size: 16px;
3511
- line-height: 24px;
3512
- }
3513
-
3514
- .l13gi131 {
3515
- font-family: Inter;
3516
- font-style: normal;
3517
- font-weight: bold;
3518
- font-size: 16px;
3519
- line-height: 24px;
3520
- }
3521
-
3522
- .l1ynemsu {
3523
- font-family: Inter;
3524
- font-style: normal;
3525
- font-weight: normal;
3526
- font-size: 16px;
3527
- line-height: 24px;
3528
- }
3529
-
3530
- .l1cft1cx {
3531
- font-family: Inter;
3532
- font-style: normal;
3533
- font-weight: bold;
3534
- font-size: 16px;
3535
- line-height: 24px;
3536
- }
3537
-
3538
- .l17tqc8p {
3539
- font-family: Inter;
3540
- font-style: normal;
3541
- font-weight: normal;
3542
- text-transform: uppercase;
3543
- font-feature-settings: "cpsp" on;
3544
- font-size: 16px;
3545
- line-height: 24px;
3546
- }
3547
-
3548
- .l1j1e5w7 {
3549
- font-family: Inter;
3550
- font-style: normal;
3551
- font-weight: bold;
3552
- text-transform: uppercase;
3553
- font-feature-settings: "cpsp" on;
3554
- font-size: 16px;
3555
- line-height: 24px;
3556
- }
3557
-
3558
- .l1gf91jb {
3559
- font-family: Inter;
3560
- font-style: normal;
3561
- font-weight: normal;
3562
- font-size: 14px;
3563
- line-height: 22px;
3564
- }
3565
-
3566
- .lu7hlr6 {
3567
- font-family: Inter;
3568
- font-style: normal;
3569
- font-weight: 500;
3570
- font-size: 14px;
3571
- line-height: 22px;
3572
- }
3573
-
3574
- .l3l3jf0 {
3575
- font-family: Inter;
3576
- font-style: normal;
3577
- font-weight: bold;
3578
- font-size: 14px;
3579
- line-height: 22px;
3580
- }
3581
-
3582
- .l12j5nqp {
3583
- font-family: Inter;
3584
- font-style: normal;
3585
- font-weight: normal;
3586
- font-size: 14px;
3587
- line-height: 22px;
3588
- }
3589
-
3590
- .l1tecqht {
3591
- font-family: Inter;
3592
- font-style: normal;
3593
- font-weight: bold;
3594
- font-size: 14px;
3595
- line-height: 22px;
3596
- }
3597
-
3598
- .l6sa990 {
3599
- font-family: Inter;
3600
- font-style: normal;
3601
- font-weight: normal;
3602
- text-transform: uppercase;
3603
- font-feature-settings: "cpsp" on;
3604
- font-size: 14px;
3605
- line-height: 22px;
3606
- }
3607
-
3608
- .lckqe8j {
3609
- font-family: Inter;
3610
- font-style: normal;
3611
- font-weight: bold;
3612
- text-transform: uppercase;
3613
- font-feature-settings: "cpsp" on;
3614
- font-size: 14px;
3615
- line-height: 22px;
3616
- }
3617
-
3618
- .l1kuminb {
3619
- font-family: Inter;
3620
- font-style: normal;
3621
- font-weight: normal;
3622
- font-size: 13px;
3623
- line-height: 20px;
3624
- }
3625
-
3626
- .l1pbuf5j {
3627
- font-family: Inter;
3628
- font-style: normal;
3629
- font-weight: 600;
3630
- font-size: 13px;
3631
- line-height: 20px;
3632
- }
3633
-
3634
- .l1r4ztu {
3635
- font-family: Inter;
3636
- font-style: normal;
3637
- font-weight: bold;
3638
- font-size: 13px;
3639
- line-height: 20px;
3640
- }
3641
-
3642
- .ly8vzok {
3643
- font-family: Inter;
3644
- font-style: normal;
3645
- font-weight: normal;
3646
- font-size: 13px;
3647
- line-height: 20px;
3648
- }
3649
-
3650
- .lumfmf {
3651
- font-family: Inter;
3652
- font-style: normal;
3653
- font-weight: 600;
3654
- font-size: 13px;
3655
- line-height: 20px;
3656
- }
3657
-
3658
- .l16ujwmv {
3659
- font-family: Inter;
3660
- font-style: normal;
3661
- font-weight: bold;
3662
- font-size: 13px;
3663
- line-height: 20px;
3664
- }
3665
-
3666
- .l17o1ffr {
3667
- font-family: Inter;
3668
- font-style: normal;
3669
- font-weight: normal;
3670
- text-transform: uppercase;
3671
- font-feature-settings: "cpsp" on;
3672
- font-size: 13px;
3673
- line-height: 20px;
3674
- }
3675
-
3676
- .lngllvn {
3677
- font-family: Inter;
3678
- font-style: normal;
3679
- font-weight: bold;
3680
- text-transform: uppercase;
3681
- font-feature-settings: "cpsp" on;
3682
- font-size: 13px;
3683
- line-height: 20px;
3684
- }
3685
-
3686
- .l2i7fo9 {
3687
- font-family: Inter;
3688
- font-style: normal;
3689
- font-weight: normal;
3690
- font-size: 12px;
3691
- line-height: 18px;
3692
- }
3693
-
3694
- .l1x7hscx {
3695
- font-family: Inter;
3696
- font-style: normal;
3697
- font-weight: 500;
3698
- font-size: 12px;
3699
- line-height: 18px;
3700
- }
3701
-
3702
- .le1jwan {
3703
- font-family: Inter;
3704
- font-style: normal;
3705
- font-weight: bold;
3706
- font-size: 12px;
3707
- line-height: 18px;
3708
- }
3709
-
3710
- .lyxynfj {
3711
- font-family: Inter;
3712
- font-style: normal;
3713
- font-weight: normal;
3714
- font-size: 12px;
3715
- line-height: 18px;
3716
- }
3717
-
3718
- .lpb2nxv {
3719
- font-family: Inter;
3720
- font-style: normal;
3721
- font-weight: 500;
3722
- font-size: 12px;
3723
- line-height: 18px;
3724
- }
3725
-
3726
- .l1r8o3vv {
3727
- font-family: Inter;
3728
- font-style: normal;
3729
- font-weight: bold;
3730
- font-size: 12px;
3731
- line-height: 18px;
3732
- }
3733
-
3734
- .lemnjy2 {
3735
- font-family: Inter;
3736
- font-style: normal;
3737
- font-weight: normal;
3738
- text-transform: uppercase;
3739
- font-feature-settings: "cpsp" on;
3740
- font-size: 12px;
3741
- line-height: 18px;
3742
- }
3743
-
3744
- .lrc42gb {
3745
- font-family: Inter;
3746
- font-style: normal;
3747
- font-weight: bold;
3748
- text-transform: uppercase;
3749
- font-feature-settings: "cpsp" on;
3750
- font-size: 12px;
3751
- line-height: 18px;
3752
- }
3753
-
3754
- .fqaz4mb {
3755
- font-family: Inter;
3756
- font-style: normal;
3757
- font-weight: normal;
3758
- font-size: 13px;
3759
- line-height: 20px;
3760
- }
3761
-
3762
- .f13we5o {
3763
- font-family: Inter;
3764
- font-style: normal;
3765
- font-weight: normal;
3766
- font-size: 13px;
3767
- line-height: 20px;
3768
- }
3769
-
3770
- .ffmjua2 {
3771
- font-family: Inter;
3772
- font-style: normal;
3773
- font-weight: normal;
3774
- font-size: 12px;
3775
- line-height: 18px;
3776
- }
3777
-
3778
- .fz2mxw0 {
3779
- font-family: Inter;
3780
- font-style: normal;
3781
- font-weight: normal;
3782
- font-size: 12px;
3783
- line-height: 18px;
3784
- }
3785
-
3786
- .t1ertzoh {
3787
- font-family: Inter;
3788
- font-style: normal;
3789
- font-weight: normal;
3790
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3791
- font-size: 13px;
3792
- line-height: 20px;
3797
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3798
+ display: block;
3793
3799
  }
3794
-
3795
- .t19bge8r {
3796
- font-family: Inter;
3797
- font-style: normal;
3798
- font-weight: normal;
3799
- font-feature-settings: "zero" on;
3800
- font-size: 13px;
3801
- line-height: 20px;
3800
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3801
+ padding-right: 25px;
3802
3802
  }
3803
-
3804
- .tjrzfyl {
3805
- font-family: Inter;
3806
- font-style: normal;
3807
- font-weight: normal;
3808
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3809
- font-size: 12px;
3810
- line-height: 18px;
3803
+ .tta5kd2 .ant-table .ant-table-selection-column {
3804
+ padding: 0 !important;
3811
3805
  }
3812
-
3813
- .tm6s7bo {
3814
- font-family: Inter;
3815
- font-style: normal;
3816
- font-weight: 500;
3817
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3818
- font-size: 12px;
3819
- line-height: 18px;
3806
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3807
+ position: absolute;
3808
+ left: 50%;
3809
+ top: 50%;
3810
+ transform: translate(-50%, -50%);
3820
3811
  }
3821
-
3822
- .t19zq6ic {
3823
- font-family: Inter;
3824
- font-style: normal;
3825
- font-weight: normal;
3826
- font-feature-settings: "zero" on;
3827
- font-size: 12px;
3828
- line-height: 18px;
3812
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3813
+ display: none;
3829
3814
  }
3830
-
3831
- .t1gduru8 {
3832
- font-family: Inter;
3833
- font-style: normal;
3834
- font-weight: 500;
3835
- font-feature-settings: "zero" on;
3836
- font-size: 12px;
3837
- line-height: 18px;
3815
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3816
+ background: #fff;
3838
3817
  }
3839
-
3840
- .t55raab {
3841
- font-family: Inter;
3842
- font-style: normal;
3818
+ .tta5kd2 .ant-table .ant-table-placeholder {
3819
+ background: inherit;
3820
+ }
3821
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3822
+ position: static;
3823
+ border: none;
3824
+ background: inherit !important;
3825
+ height: 100px;
3826
+ vertical-align: middle;
3827
+ }
3828
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3829
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3843
3830
  font-weight: bold;
3844
- font-feature-settings: "zero" on;
3845
- font-size: 16px;
3846
- line-height: 24px;
3831
+ font-size: 20px;
3832
+ color: rgba(10, 37, 85, 0.6);
3847
3833
  }
3848
-
3849
- .u1w9abfe {
3850
- font-family: Inter;
3851
- font-style: normal;
3852
- font-weight: normal;
3853
- font-size: 10px;
3854
- line-height: 12px;
3834
+ .tta5kd2 .ant-table td.cell__action_ {
3835
+ padding: 0 !important;
3836
+ position: relative;
3837
+ background: #fff;
3838
+ }
3839
+ .tta5kd2 .ant-table td.cell__action_ > * {
3840
+ height: 100%;
3841
+ display: flex;
3842
+ align-items: center;
3843
+ justify-content: flex-end;
3844
+ padding-right: 8px;
3845
+ }
3846
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3847
+ width: 24px;
3848
+ height: 24px;
3849
+ cursor: pointer;
3850
+ justify-content: center;
3851
+ border-radius: 4px;
3852
+ }
3853
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3854
+ background: #fff;
3855
3855
  }
3856
3856
 
3857
3857
  .c198s9j3 {
@@ -3925,6 +3925,20 @@ input.rrg1fkn.ant-input {
3925
3925
  margin-left: 24px;
3926
3926
  }
3927
3927
 
3928
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3929
+ display: flex;
3930
+ }
3931
+
3932
+ .igz4le8 {
3933
+ height: 24px;
3934
+ width: 56px !important;
3935
+ margin-right: 4px;
3936
+ }
3937
+
3938
+ .c1riexje {
3939
+ color: rgba(44, 56, 82, 0.6);
3940
+ }
3941
+
3928
3942
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3929
3943
  border-radius: 6px;
3930
3944
  }
@@ -3980,20 +3994,6 @@ input.rrg1fkn.ant-input {
3980
3994
  transform: rotate(180deg);
3981
3995
  }
3982
3996
 
3983
- .igz4le8 {
3984
- height: 24px;
3985
- width: 56px !important;
3986
- margin-right: 4px;
3987
- }
3988
-
3989
- .c1riexje {
3990
- color: rgba(44, 56, 82, 0.6);
3991
- }
3992
-
3993
- .iiqau4c.ant-input-group.ant-input-group-compact {
3994
- display: flex;
3995
- }
3996
-
3997
3997
  .m1thnes4 {
3998
3998
  color: rgba(44, 56, 82, 0.6);
3999
3999
  text-align: center;
@@ -4185,52 +4185,6 @@ input.rrg1fkn.ant-input {
4185
4185
  background: rgba(163, 180, 204, 0.18);
4186
4186
  }
4187
4187
 
4188
- .at4ovwe .ant-input-number-handler-wrap {
4189
- display: var(--at4ovwe-0);
4190
- }
4191
- .at4ovwe .ant-input-number-input-wrap {
4192
- padding: 5px 12px;
4193
- display: inline-flex;
4194
- line-height: 1.5715;
4195
- height: 100%;
4196
- width: 100%;
4197
- }
4198
- .at4ovwe .ant-input-number-input-wrap::after {
4199
- content: var(--at4ovwe-1);
4200
- display: var(--at4ovwe-2);
4201
- flex: none;
4202
- align-items: center;
4203
- margin-left: 4px;
4204
- color: rgba(44, 56, 82, 0.6);
4205
- }
4206
- .at4ovwe .ant-input-number-input-wrap::before {
4207
- content: var(--at4ovwe-3);
4208
- display: var(--at4ovwe-4);
4209
- flex: none;
4210
- align-items: center;
4211
- margin-right: 4px;
4212
- cursor: auto;
4213
- color: rgba(44, 56, 82, 0.6);
4214
- }
4215
- .at4ovwe.ant-input-number {
4216
- width: 100%;
4217
- border-radius: 6px;
4218
- }
4219
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4220
- border-color: #0096ff;
4221
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4222
- }
4223
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4224
- border-color: #e75a3a;
4225
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4226
- }
4227
- .at4ovwe .ant-input-number-input {
4228
- padding: 0;
4229
- margin: 0;
4230
- height: auto;
4231
- font-size: inherit;
4232
- }
4233
-
4234
4188
  .tc40oxa {
4235
4189
  margin-bottom: 4px;
4236
4190
  color: rgba(44, 56, 82, 0.6);
@@ -4427,31 +4381,46 @@ input.rrg1fkn.ant-input {
4427
4381
  margin-right: 8px;
4428
4382
  }
4429
4383
 
4430
- .a6dbbkm .ant-input-number-handler-wrap {
4431
- display: var(--a6dbbkm-0);
4384
+ .at4ovwe .ant-input-number-handler-wrap {
4385
+ display: var(--at4ovwe-0);
4432
4386
  }
4433
- .a6dbbkm .ant-input-number-input-wrap {
4434
- padding: 4px 11px;
4387
+ .at4ovwe .ant-input-number-input-wrap {
4388
+ padding: 5px 12px;
4435
4389
  display: inline-flex;
4436
4390
  line-height: 1.5715;
4437
- height: inherit;
4391
+ height: 100%;
4392
+ width: 100%;
4438
4393
  }
4439
- .a6dbbkm .ant-input-number-input-wrap::after {
4440
- content: var(--a6dbbkm-1);
4441
- display: var(--a6dbbkm-2);
4394
+ .at4ovwe .ant-input-number-input-wrap::after {
4395
+ content: var(--at4ovwe-1);
4396
+ display: var(--at4ovwe-2);
4442
4397
  flex: none;
4443
4398
  align-items: center;
4444
4399
  margin-left: 4px;
4400
+ color: rgba(44, 56, 82, 0.6);
4445
4401
  }
4446
- .a6dbbkm .ant-input-number-input-wrap::before {
4447
- content: var(--a6dbbkm-3);
4448
- display: var(--a6dbbkm-4);
4402
+ .at4ovwe .ant-input-number-input-wrap::before {
4403
+ content: var(--at4ovwe-3);
4404
+ display: var(--at4ovwe-4);
4449
4405
  flex: none;
4450
4406
  align-items: center;
4451
4407
  margin-right: 4px;
4452
4408
  cursor: auto;
4409
+ color: rgba(44, 56, 82, 0.6);
4453
4410
  }
4454
- .a6dbbkm .ant-input-number-input {
4411
+ .at4ovwe.ant-input-number {
4412
+ width: 100%;
4413
+ border-radius: 6px;
4414
+ }
4415
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4416
+ border-color: #0096ff;
4417
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4418
+ }
4419
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4420
+ border-color: #e75a3a;
4421
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4422
+ }
4423
+ .at4ovwe .ant-input-number-input {
4455
4424
  padding: 0;
4456
4425
  margin: 0;
4457
4426
  height: auto;
@@ -4475,4 +4444,35 @@ input.rrg1fkn.ant-input {
4475
4444
  }
4476
4445
  .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4477
4446
  display: block;
4447
+ }
4448
+
4449
+ .a6dbbkm .ant-input-number-handler-wrap {
4450
+ display: var(--a6dbbkm-0);
4451
+ }
4452
+ .a6dbbkm .ant-input-number-input-wrap {
4453
+ padding: 4px 11px;
4454
+ display: inline-flex;
4455
+ line-height: 1.5715;
4456
+ height: inherit;
4457
+ }
4458
+ .a6dbbkm .ant-input-number-input-wrap::after {
4459
+ content: var(--a6dbbkm-1);
4460
+ display: var(--a6dbbkm-2);
4461
+ flex: none;
4462
+ align-items: center;
4463
+ margin-left: 4px;
4464
+ }
4465
+ .a6dbbkm .ant-input-number-input-wrap::before {
4466
+ content: var(--a6dbbkm-3);
4467
+ display: var(--a6dbbkm-4);
4468
+ flex: none;
4469
+ align-items: center;
4470
+ margin-right: 4px;
4471
+ cursor: auto;
4472
+ }
4473
+ .a6dbbkm .ant-input-number-input {
4474
+ padding: 0;
4475
+ margin: 0;
4476
+ height: auto;
4477
+ font-size: inherit;
4478
4478
  }