@cloudtower/eagle 0.24.14 → 0.24.16

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 (1318) hide show
  1. package/antd/es/affix/style/css.js +2 -0
  2. package/antd/es/affix/style/index.css +8 -0
  3. package/antd/es/affix/style/index.d.ts +2 -0
  4. package/antd/es/affix/style/index.js +2 -0
  5. package/antd/es/affix/style/index.less +6 -0
  6. package/antd/es/alert/style/css.js +2 -0
  7. package/antd/es/alert/style/index.css +260 -0
  8. package/antd/es/alert/style/index.d.ts +2 -0
  9. package/antd/es/alert/style/index.js +2 -0
  10. package/antd/es/alert/style/index.less +196 -0
  11. package/antd/es/alert/style/rtl.less +74 -0
  12. package/antd/es/anchor/style/css.js +4 -0
  13. package/antd/es/anchor/style/index.css +107 -0
  14. package/antd/es/anchor/style/index.d.ts +3 -0
  15. package/antd/es/anchor/style/index.js +4 -0
  16. package/antd/es/anchor/style/index.less +84 -0
  17. package/antd/es/anchor/style/rtl.less +40 -0
  18. package/antd/es/auto-complete/style/css.js +4 -0
  19. package/antd/es/auto-complete/style/index.css +20 -0
  20. package/antd/es/auto-complete/style/index.d.ts +3 -0
  21. package/antd/es/auto-complete/style/index.js +4 -0
  22. package/antd/es/auto-complete/style/index.less +16 -0
  23. package/antd/es/avatar/style/css.js +4 -0
  24. package/antd/es/avatar/style/group.less +22 -0
  25. package/antd/es/avatar/style/index.css +112 -0
  26. package/antd/es/avatar/style/index.d.ts +3 -0
  27. package/antd/es/avatar/style/index.js +4 -0
  28. package/antd/es/avatar/style/index.less +66 -0
  29. package/antd/es/avatar/style/rtl.less +20 -0
  30. package/antd/es/back-top/style/css.js +2 -0
  31. package/antd/es/back-top/style/index.css +62 -0
  32. package/antd/es/back-top/style/index.d.ts +2 -0
  33. package/antd/es/back-top/style/index.js +2 -0
  34. package/antd/es/back-top/style/index.less +49 -0
  35. package/antd/es/back-top/style/responsive.less +11 -0
  36. package/antd/es/badge/style/css.js +3 -0
  37. package/antd/es/badge/style/index.css +372 -0
  38. package/antd/es/badge/style/index.d.ts +3 -0
  39. package/antd/es/badge/style/index.js +3 -0
  40. package/antd/es/badge/style/index.less +193 -0
  41. package/antd/es/badge/style/ribbon.less +84 -0
  42. package/antd/es/badge/style/rtl.less +111 -0
  43. package/antd/es/breadcrumb/style/css.js +4 -0
  44. package/antd/es/breadcrumb/style/index.css +73 -0
  45. package/antd/es/breadcrumb/style/index.d.ts +4 -0
  46. package/antd/es/breadcrumb/style/index.js +4 -0
  47. package/antd/es/breadcrumb/style/index.less +54 -0
  48. package/antd/es/breadcrumb/style/rtl.less +34 -0
  49. package/antd/es/button/style/css.js +2 -0
  50. package/antd/es/button/style/index.css +1915 -0
  51. package/antd/es/button/style/index.d.ts +2 -0
  52. package/antd/es/button/style/index.js +2 -0
  53. package/antd/es/button/style/index.less +249 -0
  54. package/antd/es/button/style/mixin.less +518 -0
  55. package/antd/es/button/style/rtl.less +113 -0
  56. package/antd/es/calendar/locale/ar_EG.d.ts +2 -0
  57. package/antd/es/calendar/locale/ar_EG.js +2 -0
  58. package/antd/es/calendar/locale/az_AZ.d.ts +2 -0
  59. package/antd/es/calendar/locale/az_AZ.js +2 -0
  60. package/antd/es/calendar/locale/bg_BG.d.ts +2 -0
  61. package/antd/es/calendar/locale/bg_BG.js +2 -0
  62. package/antd/es/calendar/locale/ca_ES.d.ts +2 -0
  63. package/antd/es/calendar/locale/ca_ES.js +2 -0
  64. package/antd/es/calendar/locale/cs_CZ.d.ts +2 -0
  65. package/antd/es/calendar/locale/cs_CZ.js +2 -0
  66. package/antd/es/calendar/locale/da_DK.d.ts +2 -0
  67. package/antd/es/calendar/locale/da_DK.js +2 -0
  68. package/antd/es/calendar/locale/de_DE.d.ts +2 -0
  69. package/antd/es/calendar/locale/de_DE.js +2 -0
  70. package/antd/es/calendar/locale/el_GR.d.ts +2 -0
  71. package/antd/es/calendar/locale/el_GR.js +2 -0
  72. package/antd/es/calendar/locale/en_GB.d.ts +2 -0
  73. package/antd/es/calendar/locale/en_GB.js +2 -0
  74. package/antd/es/calendar/locale/en_US.d.ts +2 -0
  75. package/antd/es/calendar/locale/en_US.js +2 -0
  76. package/antd/es/calendar/locale/es_ES.d.ts +2 -0
  77. package/antd/es/calendar/locale/es_ES.js +2 -0
  78. package/antd/es/calendar/locale/et_EE.d.ts +2 -0
  79. package/antd/es/calendar/locale/et_EE.js +2 -0
  80. package/antd/es/calendar/locale/fa_IR.d.ts +2 -0
  81. package/antd/es/calendar/locale/fa_IR.js +2 -0
  82. package/antd/es/calendar/locale/fi_FI.d.ts +2 -0
  83. package/antd/es/calendar/locale/fi_FI.js +2 -0
  84. package/antd/es/calendar/locale/fr_BE.d.ts +2 -0
  85. package/antd/es/calendar/locale/fr_BE.js +2 -0
  86. package/antd/es/calendar/locale/fr_FR.d.ts +2 -0
  87. package/antd/es/calendar/locale/fr_FR.js +2 -0
  88. package/antd/es/calendar/locale/ga_IE.d.ts +2 -0
  89. package/antd/es/calendar/locale/ga_IE.js +2 -0
  90. package/antd/es/calendar/locale/he_IL.d.ts +2 -0
  91. package/antd/es/calendar/locale/he_IL.js +2 -0
  92. package/antd/es/calendar/locale/hi_IN.d.ts +2 -0
  93. package/antd/es/calendar/locale/hi_IN.js +2 -0
  94. package/antd/es/calendar/locale/hr_HR.d.ts +2 -0
  95. package/antd/es/calendar/locale/hr_HR.js +2 -0
  96. package/antd/es/calendar/locale/hu_HU.d.ts +2 -0
  97. package/antd/es/calendar/locale/hu_HU.js +2 -0
  98. package/antd/es/calendar/locale/id_ID.d.ts +2 -0
  99. package/antd/es/calendar/locale/id_ID.js +2 -0
  100. package/antd/es/calendar/locale/is_IS.d.ts +2 -0
  101. package/antd/es/calendar/locale/is_IS.js +2 -0
  102. package/antd/es/calendar/locale/it_IT.d.ts +2 -0
  103. package/antd/es/calendar/locale/it_IT.js +2 -0
  104. package/antd/es/calendar/locale/ja_JP.d.ts +2 -0
  105. package/antd/es/calendar/locale/ja_JP.js +2 -0
  106. package/antd/es/calendar/locale/kn_IN.d.ts +2 -0
  107. package/antd/es/calendar/locale/kn_IN.js +2 -0
  108. package/antd/es/calendar/locale/ko_KR.d.ts +2 -0
  109. package/antd/es/calendar/locale/ko_KR.js +2 -0
  110. package/antd/es/calendar/locale/ku_IQ.d.ts +2 -0
  111. package/antd/es/calendar/locale/ku_IQ.js +2 -0
  112. package/antd/es/calendar/locale/lv_LV.d.ts +2 -0
  113. package/antd/es/calendar/locale/lv_LV.js +2 -0
  114. package/antd/es/calendar/locale/mk_MK.d.ts +2 -0
  115. package/antd/es/calendar/locale/mk_MK.js +2 -0
  116. package/antd/es/calendar/locale/mn_MN.d.ts +2 -0
  117. package/antd/es/calendar/locale/mn_MN.js +2 -0
  118. package/antd/es/calendar/locale/ms_MY.d.ts +2 -0
  119. package/antd/es/calendar/locale/ms_MY.js +2 -0
  120. package/antd/es/calendar/locale/nb_NO.d.ts +2 -0
  121. package/antd/es/calendar/locale/nb_NO.js +2 -0
  122. package/antd/es/calendar/locale/nl_BE.d.ts +2 -0
  123. package/antd/es/calendar/locale/nl_BE.js +2 -0
  124. package/antd/es/calendar/locale/nl_NL.d.ts +2 -0
  125. package/antd/es/calendar/locale/nl_NL.js +2 -0
  126. package/antd/es/calendar/locale/pl_PL.d.ts +2 -0
  127. package/antd/es/calendar/locale/pl_PL.js +2 -0
  128. package/antd/es/calendar/locale/pt_BR.d.ts +2 -0
  129. package/antd/es/calendar/locale/pt_BR.js +2 -0
  130. package/antd/es/calendar/locale/pt_PT.d.ts +2 -0
  131. package/antd/es/calendar/locale/pt_PT.js +2 -0
  132. package/antd/es/calendar/locale/ro_RO.d.ts +2 -0
  133. package/antd/es/calendar/locale/ro_RO.js +2 -0
  134. package/antd/es/calendar/locale/ru_RU.d.ts +2 -0
  135. package/antd/es/calendar/locale/ru_RU.js +2 -0
  136. package/antd/es/calendar/locale/sk_SK.d.ts +2 -0
  137. package/antd/es/calendar/locale/sk_SK.js +2 -0
  138. package/antd/es/calendar/locale/sl_SI.d.ts +2 -0
  139. package/antd/es/calendar/locale/sl_SI.js +2 -0
  140. package/antd/es/calendar/locale/sr_RS.d.ts +2 -0
  141. package/antd/es/calendar/locale/sr_RS.js +2 -0
  142. package/antd/es/calendar/locale/sv_SE.d.ts +2 -0
  143. package/antd/es/calendar/locale/sv_SE.js +2 -0
  144. package/antd/es/calendar/locale/ta_IN.d.ts +2 -0
  145. package/antd/es/calendar/locale/ta_IN.js +2 -0
  146. package/antd/es/calendar/locale/th_TH.d.ts +2 -0
  147. package/antd/es/calendar/locale/th_TH.js +2 -0
  148. package/antd/es/calendar/locale/tr_TR.d.ts +2 -0
  149. package/antd/es/calendar/locale/tr_TR.js +2 -0
  150. package/antd/es/calendar/locale/uk_UA.d.ts +2 -0
  151. package/antd/es/calendar/locale/uk_UA.js +2 -0
  152. package/antd/es/calendar/locale/vi_VN.d.ts +2 -0
  153. package/antd/es/calendar/locale/vi_VN.js +2 -0
  154. package/antd/es/calendar/locale/zh_CN.d.ts +2 -0
  155. package/antd/es/calendar/locale/zh_CN.js +2 -0
  156. package/antd/es/calendar/locale/zh_TW.d.ts +2 -0
  157. package/antd/es/calendar/locale/zh_TW.js +2 -0
  158. package/antd/es/calendar/style/css.js +7 -0
  159. package/antd/es/calendar/style/index.css +180 -0
  160. package/antd/es/calendar/style/index.d.ts +5 -0
  161. package/antd/es/calendar/style/index.js +7 -0
  162. package/antd/es/calendar/style/index.less +192 -0
  163. package/antd/es/calendar/style/rtl.less +52 -0
  164. package/antd/es/card/style/css.js +6 -0
  165. package/antd/es/card/style/index.css +317 -0
  166. package/antd/es/card/style/index.d.ts +5 -0
  167. package/antd/es/card/style/index.js +6 -0
  168. package/antd/es/card/style/index.less +293 -0
  169. package/antd/es/card/style/size.less +22 -0
  170. package/antd/es/carousel/style/css.js +2 -0
  171. package/antd/es/carousel/style/index.css +298 -0
  172. package/antd/es/carousel/style/index.d.ts +2 -0
  173. package/antd/es/carousel/style/index.js +2 -0
  174. package/antd/es/carousel/style/index.less +267 -0
  175. package/antd/es/carousel/style/rtl.less +52 -0
  176. package/antd/es/cascader/style/css.js +5 -0
  177. package/antd/es/cascader/style/index.css +296 -0
  178. package/antd/es/cascader/style/index.d.ts +4 -0
  179. package/antd/es/cascader/style/index.js +5 -0
  180. package/antd/es/cascader/style/index.less +243 -0
  181. package/antd/es/cascader/style/rtl.less +89 -0
  182. package/antd/es/checkbox/style/css.js +2 -0
  183. package/antd/es/checkbox/style/index.css +246 -0
  184. package/antd/es/checkbox/style/index.d.ts +2 -0
  185. package/antd/es/checkbox/style/index.js +2 -0
  186. package/antd/es/checkbox/style/index.less +5 -0
  187. package/antd/es/checkbox/style/mixin.less +221 -0
  188. package/antd/es/checkbox/style/rtl.less +26 -0
  189. package/antd/es/col/style/css.js +4 -0
  190. package/antd/es/col/style/index.d.ts +2 -0
  191. package/antd/es/col/style/index.js +4 -0
  192. package/antd/es/collapse/style/css.js +2 -0
  193. package/antd/es/collapse/style/index.css +175 -0
  194. package/antd/es/collapse/style/index.d.ts +2 -0
  195. package/antd/es/collapse/style/index.js +2 -0
  196. package/antd/es/collapse/style/index.less +153 -0
  197. package/antd/es/collapse/style/rtl.less +42 -0
  198. package/antd/es/comment/style/css.js +2 -0
  199. package/antd/es/comment/style/index.css +124 -0
  200. package/antd/es/comment/style/index.d.ts +2 -0
  201. package/antd/es/comment/style/index.js +2 -0
  202. package/antd/es/comment/style/index.less +101 -0
  203. package/antd/es/comment/style/rtl.less +50 -0
  204. package/antd/es/config-provider/style/css.js +1 -0
  205. package/antd/es/config-provider/style/index.css +4 -0
  206. package/antd/es/config-provider/style/index.js +1 -0
  207. package/antd/es/config-provider/style/index.less +2 -0
  208. package/antd/es/date-picker/locale/ar_EG.d.ts +3 -0
  209. package/antd/es/date-picker/locale/ar_EG.js +18 -0
  210. package/antd/es/date-picker/locale/az_AZ.d.ts +3 -0
  211. package/antd/es/date-picker/locale/az_AZ.js +11 -0
  212. package/antd/es/date-picker/locale/bg_BG.d.ts +3 -0
  213. package/antd/es/date-picker/locale/bg_BG.js +14 -0
  214. package/antd/es/date-picker/locale/ca_ES.d.ts +3 -0
  215. package/antd/es/date-picker/locale/ca_ES.js +14 -0
  216. package/antd/es/date-picker/locale/cs_CZ.d.ts +3 -0
  217. package/antd/es/date-picker/locale/cs_CZ.js +14 -0
  218. package/antd/es/date-picker/locale/da_DK.d.ts +3 -0
  219. package/antd/es/date-picker/locale/da_DK.js +14 -0
  220. package/antd/es/date-picker/locale/de_DE.d.ts +3 -0
  221. package/antd/es/date-picker/locale/de_DE.js +14 -0
  222. package/antd/es/date-picker/locale/el_GR.d.ts +3 -0
  223. package/antd/es/date-picker/locale/el_GR.js +14 -0
  224. package/antd/es/date-picker/locale/en_GB.d.ts +3 -0
  225. package/antd/es/date-picker/locale/en_GB.js +14 -0
  226. package/antd/es/date-picker/locale/en_US.d.ts +3 -0
  227. package/antd/es/date-picker/locale/en_US.js +21 -0
  228. package/antd/es/date-picker/locale/es_ES.d.ts +3 -0
  229. package/antd/es/date-picker/locale/es_ES.js +14 -0
  230. package/antd/es/date-picker/locale/et_EE.d.ts +3 -0
  231. package/antd/es/date-picker/locale/et_EE.js +14 -0
  232. package/antd/es/date-picker/locale/fa_IR.d.ts +3 -0
  233. package/antd/es/date-picker/locale/fa_IR.js +14 -0
  234. package/antd/es/date-picker/locale/fi_FI.d.ts +3 -0
  235. package/antd/es/date-picker/locale/fi_FI.js +14 -0
  236. package/antd/es/date-picker/locale/fr_BE.d.ts +3 -0
  237. package/antd/es/date-picker/locale/fr_BE.js +14 -0
  238. package/antd/es/date-picker/locale/fr_FR.d.ts +3 -0
  239. package/antd/es/date-picker/locale/fr_FR.js +21 -0
  240. package/antd/es/date-picker/locale/ga_IE.d.ts +3 -0
  241. package/antd/es/date-picker/locale/ga_IE.js +21 -0
  242. package/antd/es/date-picker/locale/he_IL.d.ts +3 -0
  243. package/antd/es/date-picker/locale/he_IL.js +14 -0
  244. package/antd/es/date-picker/locale/hi_IN.d.ts +3 -0
  245. package/antd/es/date-picker/locale/hi_IN.js +14 -0
  246. package/antd/es/date-picker/locale/hr_HR.d.ts +3 -0
  247. package/antd/es/date-picker/locale/hr_HR.js +14 -0
  248. package/antd/es/date-picker/locale/hu_HU.d.ts +3 -0
  249. package/antd/es/date-picker/locale/hu_HU.js +14 -0
  250. package/antd/es/date-picker/locale/id_ID.d.ts +3 -0
  251. package/antd/es/date-picker/locale/id_ID.js +14 -0
  252. package/antd/es/date-picker/locale/is_IS.d.ts +3 -0
  253. package/antd/es/date-picker/locale/is_IS.js +14 -0
  254. package/antd/es/date-picker/locale/it_IT.d.ts +3 -0
  255. package/antd/es/date-picker/locale/it_IT.js +14 -0
  256. package/antd/es/date-picker/locale/ja_JP.d.ts +3 -0
  257. package/antd/es/date-picker/locale/ja_JP.js +14 -0
  258. package/antd/es/date-picker/locale/kn_IN.d.ts +3 -0
  259. package/antd/es/date-picker/locale/kn_IN.js +14 -0
  260. package/antd/es/date-picker/locale/ko_KR.d.ts +3 -0
  261. package/antd/es/date-picker/locale/ko_KR.js +14 -0
  262. package/antd/es/date-picker/locale/ku_IQ.d.ts +3 -0
  263. package/antd/es/date-picker/locale/ku_IQ.js +14 -0
  264. package/antd/es/date-picker/locale/lv_LV.d.ts +3 -0
  265. package/antd/es/date-picker/locale/lv_LV.js +14 -0
  266. package/antd/es/date-picker/locale/mk_MK.d.ts +3 -0
  267. package/antd/es/date-picker/locale/mk_MK.js +14 -0
  268. package/antd/es/date-picker/locale/mn_MN.d.ts +3 -0
  269. package/antd/es/date-picker/locale/mn_MN.js +14 -0
  270. package/antd/es/date-picker/locale/ms_MY.d.ts +3 -0
  271. package/antd/es/date-picker/locale/ms_MY.js +14 -0
  272. package/antd/es/date-picker/locale/nb_NO.d.ts +3 -0
  273. package/antd/es/date-picker/locale/nb_NO.js +21 -0
  274. package/antd/es/date-picker/locale/nl_BE.d.ts +3 -0
  275. package/antd/es/date-picker/locale/nl_BE.js +14 -0
  276. package/antd/es/date-picker/locale/nl_NL.d.ts +3 -0
  277. package/antd/es/date-picker/locale/nl_NL.js +14 -0
  278. package/antd/es/date-picker/locale/pl_PL.d.ts +3 -0
  279. package/antd/es/date-picker/locale/pl_PL.js +14 -0
  280. package/antd/es/date-picker/locale/pt_BR.d.ts +3 -0
  281. package/antd/es/date-picker/locale/pt_BR.js +14 -0
  282. package/antd/es/date-picker/locale/pt_PT.d.ts +3 -0
  283. package/antd/es/date-picker/locale/pt_PT.js +42 -0
  284. package/antd/es/date-picker/locale/ro_RO.d.ts +3 -0
  285. package/antd/es/date-picker/locale/ro_RO.js +14 -0
  286. package/antd/es/date-picker/locale/ru_RU.d.ts +6 -0
  287. package/antd/es/date-picker/locale/ru_RU.js +18 -0
  288. package/antd/es/date-picker/locale/sk_SK.d.ts +3 -0
  289. package/antd/es/date-picker/locale/sk_SK.js +14 -0
  290. package/antd/es/date-picker/locale/sl_SI.d.ts +3 -0
  291. package/antd/es/date-picker/locale/sl_SI.js +40 -0
  292. package/antd/es/date-picker/locale/sr_RS.d.ts +3 -0
  293. package/antd/es/date-picker/locale/sr_RS.js +14 -0
  294. package/antd/es/date-picker/locale/sv_SE.d.ts +3 -0
  295. package/antd/es/date-picker/locale/sv_SE.js +14 -0
  296. package/antd/es/date-picker/locale/ta_IN.d.ts +3 -0
  297. package/antd/es/date-picker/locale/ta_IN.js +15 -0
  298. package/antd/es/date-picker/locale/th_TH.d.ts +3 -0
  299. package/antd/es/date-picker/locale/th_TH.js +14 -0
  300. package/antd/es/date-picker/locale/tr_TR.d.ts +3 -0
  301. package/antd/es/date-picker/locale/tr_TR.js +21 -0
  302. package/antd/es/date-picker/locale/uk_UA.d.ts +3 -0
  303. package/antd/es/date-picker/locale/uk_UA.js +14 -0
  304. package/antd/es/date-picker/locale/vi_VN.d.ts +3 -0
  305. package/antd/es/date-picker/locale/vi_VN.js +14 -0
  306. package/antd/es/date-picker/locale/zh_CN.d.ts +3 -0
  307. package/antd/es/date-picker/locale/zh_CN.js +23 -0
  308. package/antd/es/date-picker/locale/zh_TW.d.ts +3 -0
  309. package/antd/es/date-picker/locale/zh_TW.js +15 -0
  310. package/antd/es/date-picker/style/css.js +4 -0
  311. package/antd/es/date-picker/style/index.css +1060 -0
  312. package/antd/es/date-picker/style/index.d.ts +3 -0
  313. package/antd/es/date-picker/style/index.js +4 -0
  314. package/antd/es/date-picker/style/index.less +335 -0
  315. package/antd/es/date-picker/style/panel.less +681 -0
  316. package/antd/es/date-picker/style/rtl.less +216 -0
  317. package/antd/es/descriptions/style/css.js +2 -0
  318. package/antd/es/descriptions/style/index.css +132 -0
  319. package/antd/es/descriptions/style/index.d.ts +2 -0
  320. package/antd/es/descriptions/style/index.js +2 -0
  321. package/antd/es/descriptions/style/index.less +164 -0
  322. package/antd/es/descriptions/style/rtl.less +18 -0
  323. package/antd/es/divider/style/css.js +2 -0
  324. package/antd/es/divider/style/index.css +115 -0
  325. package/antd/es/divider/style/index.d.ts +2 -0
  326. package/antd/es/divider/style/index.js +2 -0
  327. package/antd/es/divider/style/index.less +103 -0
  328. package/antd/es/divider/style/rtl.less +36 -0
  329. package/antd/es/drawer/style/css.js +3 -0
  330. package/antd/es/drawer/style/customize.less +3 -0
  331. package/antd/es/drawer/style/drawer.less +256 -0
  332. package/antd/es/drawer/style/index.css +253 -0
  333. package/antd/es/drawer/style/index.d.ts +2 -0
  334. package/antd/es/drawer/style/index.js +3 -0
  335. package/antd/es/drawer/style/index.less +5 -0
  336. package/antd/es/drawer/style/rtl.less +16 -0
  337. package/antd/es/dropdown/style/css.js +4 -0
  338. package/antd/es/dropdown/style/index.css +405 -0
  339. package/antd/es/dropdown/style/index.d.ts +3 -0
  340. package/antd/es/dropdown/style/index.js +4 -0
  341. package/antd/es/dropdown/style/index.less +369 -0
  342. package/antd/es/dropdown/style/rtl.less +85 -0
  343. package/antd/es/dropdown/style/status.less +12 -0
  344. package/antd/es/empty/style/css.js +2 -0
  345. package/antd/es/empty/style/index.css +75 -0
  346. package/antd/es/empty/style/index.d.ts +2 -0
  347. package/antd/es/empty/style/index.js +2 -0
  348. package/antd/es/empty/style/index.less +139 -0
  349. package/antd/es/empty/style/rtl.less +10 -0
  350. package/antd/es/form/style/components.less +69 -0
  351. package/antd/es/form/style/css.js +4 -0
  352. package/antd/es/form/style/horizontal.less +10 -0
  353. package/antd/es/form/style/index.css +939 -0
  354. package/antd/es/form/style/index.d.ts +3 -0
  355. package/antd/es/form/style/index.js +4 -0
  356. package/antd/es/form/style/index.less +233 -0
  357. package/antd/es/form/style/inline.less +35 -0
  358. package/antd/es/form/style/mixin.less +118 -0
  359. package/antd/es/form/style/rtl.less +178 -0
  360. package/antd/es/form/style/status.less +251 -0
  361. package/antd/es/form/style/vertical.less +84 -0
  362. package/antd/es/grid/style/css.js +2 -0
  363. package/antd/es/grid/style/index.css +5889 -0
  364. package/antd/es/grid/style/index.d.ts +2 -0
  365. package/antd/es/grid/style/index.js +2 -0
  366. package/antd/es/grid/style/index.less +113 -0
  367. package/antd/es/grid/style/mixin.less +53 -0
  368. package/antd/es/grid/style/rtl.less +74 -0
  369. package/antd/es/icon/style/css.js +2 -0
  370. package/antd/es/icon/style/index.css +4 -0
  371. package/antd/es/icon/style/index.d.ts +2 -0
  372. package/antd/es/icon/style/index.js +2 -0
  373. package/antd/es/icon/style/index.less +4 -0
  374. package/antd/es/input/style/IE11.less +20 -0
  375. package/antd/es/input/style/affix.less +48 -0
  376. package/antd/es/input/style/allow-clear.less +52 -0
  377. package/antd/es/input/style/css.js +4 -0
  378. package/antd/es/input/style/index.css +820 -0
  379. package/antd/es/input/style/index.d.ts +3 -0
  380. package/antd/es/input/style/index.js +4 -0
  381. package/antd/es/input/style/index.less +50 -0
  382. package/antd/es/input/style/mixin.less +398 -0
  383. package/antd/es/input/style/rtl.less +235 -0
  384. package/antd/es/input/style/search-input.less +90 -0
  385. package/antd/es/input-number/style/css.js +2 -0
  386. package/antd/es/input-number/style/index.css +338 -0
  387. package/antd/es/input-number/style/index.d.ts +2 -0
  388. package/antd/es/input-number/style/index.js +2 -0
  389. package/antd/es/input-number/style/index.less +186 -0
  390. package/antd/es/input-number/style/rtl.less +28 -0
  391. package/antd/es/layout/style/css.js +2 -0
  392. package/antd/es/layout/style/index.css +135 -0
  393. package/antd/es/layout/style/index.d.ts +2 -0
  394. package/antd/es/layout/style/index.js +2 -0
  395. package/antd/es/layout/style/index.less +126 -0
  396. package/antd/es/layout/style/light.less +15 -0
  397. package/antd/es/layout/style/rtl.less +10 -0
  398. package/antd/es/list/style/bordered.less +44 -0
  399. package/antd/es/list/style/css.js +7 -0
  400. package/antd/es/list/style/customize.less +12 -0
  401. package/antd/es/list/style/index.css +343 -0
  402. package/antd/es/list/style/index.d.ts +6 -0
  403. package/antd/es/list/style/index.js +7 -0
  404. package/antd/es/list/style/index.less +239 -0
  405. package/antd/es/list/style/responsive.less +40 -0
  406. package/antd/es/list/style/rtl.less +139 -0
  407. package/antd/es/locale-provider/style/css.js +1 -0
  408. package/antd/es/locale-provider/style/index.css +4 -0
  409. package/antd/es/locale-provider/style/index.d.ts +1 -0
  410. package/antd/es/locale-provider/style/index.js +1 -0
  411. package/antd/es/locale-provider/style/index.less +2 -0
  412. package/antd/es/mentions/style/css.js +4 -0
  413. package/antd/es/mentions/style/index.css +287 -0
  414. package/antd/es/mentions/style/index.d.ts +3 -0
  415. package/antd/es/mentions/style/index.js +4 -0
  416. package/antd/es/mentions/style/index.less +169 -0
  417. package/antd/es/mentions/style/rtl.less +10 -0
  418. package/antd/es/menu/style/css.js +5 -0
  419. package/antd/es/menu/style/dark.less +148 -0
  420. package/antd/es/menu/style/index.css +907 -0
  421. package/antd/es/menu/style/index.d.ts +3 -0
  422. package/antd/es/menu/style/index.js +5 -0
  423. package/antd/es/menu/style/index.less +587 -0
  424. package/antd/es/menu/style/rtl.less +162 -0
  425. package/antd/es/menu/style/status.less +47 -0
  426. package/antd/es/message/style/css.js +2 -0
  427. package/antd/es/message/style/index.css +95 -0
  428. package/antd/es/message/style/index.d.ts +2 -0
  429. package/antd/es/message/style/index.js +2 -0
  430. package/antd/es/message/style/index.less +73 -0
  431. package/antd/es/message/style/rtl.less +17 -0
  432. package/antd/es/modal/style/confirm.less +78 -0
  433. package/antd/es/modal/style/css.js +4 -0
  434. package/antd/es/modal/style/customize.less +3 -0
  435. package/antd/es/modal/style/index.css +261 -0
  436. package/antd/es/modal/style/index.d.ts +3 -0
  437. package/antd/es/modal/style/index.js +4 -0
  438. package/antd/es/modal/style/index.less +6 -0
  439. package/antd/es/modal/style/modal.less +164 -0
  440. package/antd/es/modal/style/rtl.less +73 -0
  441. package/antd/es/notification/style/css.js +2 -0
  442. package/antd/es/notification/style/customize.less +3 -0
  443. package/antd/es/notification/style/index.css +273 -0
  444. package/antd/es/notification/style/index.d.ts +2 -0
  445. package/antd/es/notification/style/index.js +2 -0
  446. package/antd/es/notification/style/index.less +221 -0
  447. package/antd/es/notification/style/rtl.less +53 -0
  448. package/antd/es/page-header/style/css.js +4 -0
  449. package/antd/es/page-header/style/index.css +167 -0
  450. package/antd/es/page-header/style/index.d.ts +3 -0
  451. package/antd/es/page-header/style/index.js +4 -0
  452. package/antd/es/page-header/style/index.less +125 -0
  453. package/antd/es/page-header/style/rtl.less +76 -0
  454. package/antd/es/pagination/style/css.js +5 -0
  455. package/antd/es/pagination/style/index.css +522 -0
  456. package/antd/es/pagination/style/index.d.ts +3 -0
  457. package/antd/es/pagination/style/index.js +5 -0
  458. package/antd/es/pagination/style/index.less +407 -0
  459. package/antd/es/pagination/style/rtl.less +75 -0
  460. package/antd/es/popconfirm/style/css.js +6 -0
  461. package/antd/es/popconfirm/style/index.css +7 -0
  462. package/antd/es/popconfirm/style/index.d.ts +4 -0
  463. package/antd/es/popconfirm/style/index.js +6 -0
  464. package/antd/es/popconfirm/style/index.less +8 -0
  465. package/antd/es/popover/style/css.js +3 -0
  466. package/antd/es/popover/style/customize.less +3 -0
  467. package/antd/es/popover/style/index.css +224 -0
  468. package/antd/es/popover/style/index.d.ts +2 -0
  469. package/antd/es/popover/style/index.js +3 -0
  470. package/antd/es/popover/style/index.less +208 -0
  471. package/antd/es/popover/style/rtl.less +33 -0
  472. package/antd/es/progress/style/css.js +2 -0
  473. package/antd/es/progress/style/index.css +219 -0
  474. package/antd/es/progress/style/index.d.ts +2 -0
  475. package/antd/es/progress/style/index.js +2 -0
  476. package/antd/es/progress/style/index.less +205 -0
  477. package/antd/es/progress/style/rtl.less +37 -0
  478. package/antd/es/radio/style/css.js +2 -0
  479. package/antd/es/radio/style/index.css +374 -0
  480. package/antd/es/radio/style/index.d.ts +2 -0
  481. package/antd/es/radio/style/index.js +2 -0
  482. package/antd/es/radio/style/index.less +348 -0
  483. package/antd/es/radio/style/rtl.less +61 -0
  484. package/antd/es/rate/style/css.js +4 -0
  485. package/antd/es/rate/style/index.css +97 -0
  486. package/antd/es/rate/style/index.d.ts +3 -0
  487. package/antd/es/rate/style/index.js +4 -0
  488. package/antd/es/rate/style/index.less +87 -0
  489. package/antd/es/rate/style/rtl.less +26 -0
  490. package/antd/es/result/style/css.js +2 -0
  491. package/antd/es/result/style/index.css +68 -0
  492. package/antd/es/result/style/index.d.ts +2 -0
  493. package/antd/es/result/style/index.js +2 -0
  494. package/antd/es/result/style/index.less +74 -0
  495. package/antd/es/result/style/rtl.less +25 -0
  496. package/antd/es/row/style/css.js +4 -0
  497. package/antd/es/row/style/index.d.ts +2 -0
  498. package/antd/es/row/style/index.js +4 -0
  499. package/antd/es/select/style/css.js +4 -0
  500. package/antd/es/select/style/index.css +707 -0
  501. package/antd/es/select/style/index.d.ts +3 -0
  502. package/antd/es/select/style/index.js +4 -0
  503. package/antd/es/select/style/index.less +294 -0
  504. package/antd/es/select/style/multiple.less +194 -0
  505. package/antd/es/select/style/rtl.less +186 -0
  506. package/antd/es/select/style/single.less +180 -0
  507. package/antd/es/skeleton/style/css.js +2 -0
  508. package/antd/es/skeleton/style/index.css +284 -0
  509. package/antd/es/skeleton/style/index.d.ts +2 -0
  510. package/antd/es/skeleton/style/index.js +2 -0
  511. package/antd/es/skeleton/style/index.less +265 -0
  512. package/antd/es/skeleton/style/rtl.less +47 -0
  513. package/antd/es/slider/style/css.js +4 -0
  514. package/antd/es/slider/style/index.css +223 -0
  515. package/antd/es/slider/style/index.d.ts +3 -0
  516. package/antd/es/slider/style/index.js +4 -0
  517. package/antd/es/slider/style/index.less +206 -0
  518. package/antd/es/slider/style/rtl.less +70 -0
  519. package/antd/es/space/style/css.js +2 -0
  520. package/antd/es/space/style/index.css +38 -0
  521. package/antd/es/space/style/index.d.ts +2 -0
  522. package/antd/es/space/style/index.js +2 -0
  523. package/antd/es/space/style/index.less +28 -0
  524. package/antd/es/space/style/rtl.less +10 -0
  525. package/antd/es/spin/style/css.js +2 -0
  526. package/antd/es/spin/style/index.css +235 -0
  527. package/antd/es/spin/style/index.d.ts +2 -0
  528. package/antd/es/spin/style/index.js +2 -0
  529. package/antd/es/spin/style/index.less +216 -0
  530. package/antd/es/spin/style/rtl.less +25 -0
  531. package/antd/es/statistic/style/css.js +2 -0
  532. package/antd/es/statistic/style/index.css +56 -0
  533. package/antd/es/statistic/style/index.d.ts +2 -0
  534. package/antd/es/statistic/style/index.js +2 -0
  535. package/antd/es/statistic/style/index.less +44 -0
  536. package/antd/es/statistic/style/rtl.less +26 -0
  537. package/antd/es/steps/style/css.js +3 -0
  538. package/antd/es/steps/style/custom-icon.less +32 -0
  539. package/antd/es/steps/style/index.css +812 -0
  540. package/antd/es/steps/style/index.d.ts +3 -0
  541. package/antd/es/steps/style/index.js +3 -0
  542. package/antd/es/steps/style/index.less +246 -0
  543. package/antd/es/steps/style/label-placement.less +39 -0
  544. package/antd/es/steps/style/nav.less +124 -0
  545. package/antd/es/steps/style/progress-dot.less +79 -0
  546. package/antd/es/steps/style/progress.less +21 -0
  547. package/antd/es/steps/style/rtl.less +249 -0
  548. package/antd/es/steps/style/small.less +47 -0
  549. package/antd/es/steps/style/vertical.less +77 -0
  550. package/antd/es/switch/style/css.js +2 -0
  551. package/antd/es/switch/style/index.css +166 -0
  552. package/antd/es/switch/style/index.d.ts +2 -0
  553. package/antd/es/switch/style/index.js +2 -0
  554. package/antd/es/switch/style/index.less +153 -0
  555. package/antd/es/switch/style/rtl.less +50 -0
  556. package/antd/es/table/style/bordered.less +122 -0
  557. package/antd/es/table/style/css.js +13 -0
  558. package/antd/es/table/style/index.css +806 -0
  559. package/antd/es/table/style/index.d.ts +10 -0
  560. package/antd/es/table/style/index.js +13 -0
  561. package/antd/es/table/style/index.less +616 -0
  562. package/antd/es/table/style/radius.less +45 -0
  563. package/antd/es/table/style/rtl.less +180 -0
  564. package/antd/es/table/style/size.less +68 -0
  565. package/antd/es/tabs/style/card.less +97 -0
  566. package/antd/es/tabs/style/css.js +2 -0
  567. package/antd/es/tabs/style/dropdown.less +60 -0
  568. package/antd/es/tabs/style/index.css +664 -0
  569. package/antd/es/tabs/style/index.d.ts +2 -0
  570. package/antd/es/tabs/style/index.js +2 -0
  571. package/antd/es/tabs/style/index.less +224 -0
  572. package/antd/es/tabs/style/position.less +195 -0
  573. package/antd/es/tabs/style/rtl.less +73 -0
  574. package/antd/es/tabs/style/size.less +41 -0
  575. package/antd/es/tag/style/css.js +2 -0
  576. package/antd/es/tag/style/index.css +256 -0
  577. package/antd/es/tag/style/index.d.ts +2 -0
  578. package/antd/es/tag/style/index.js +2 -0
  579. package/antd/es/tag/style/index.less +130 -0
  580. package/antd/es/tag/style/rtl.less +28 -0
  581. package/antd/es/time-picker/locale/ar_EG.d.ts +3 -0
  582. package/antd/es/time-picker/locale/ar_EG.js +4 -0
  583. package/antd/es/time-picker/locale/az_AZ.d.ts +3 -0
  584. package/antd/es/time-picker/locale/az_AZ.js +4 -0
  585. package/antd/es/time-picker/locale/bg_BG.d.ts +3 -0
  586. package/antd/es/time-picker/locale/bg_BG.js +4 -0
  587. package/antd/es/time-picker/locale/ca_ES.d.ts +3 -0
  588. package/antd/es/time-picker/locale/ca_ES.js +4 -0
  589. package/antd/es/time-picker/locale/cs_CZ.d.ts +3 -0
  590. package/antd/es/time-picker/locale/cs_CZ.js +4 -0
  591. package/antd/es/time-picker/locale/da_DK.d.ts +3 -0
  592. package/antd/es/time-picker/locale/da_DK.js +4 -0
  593. package/antd/es/time-picker/locale/de_DE.d.ts +3 -0
  594. package/antd/es/time-picker/locale/de_DE.js +4 -0
  595. package/antd/es/time-picker/locale/el_GR.d.ts +3 -0
  596. package/antd/es/time-picker/locale/el_GR.js +4 -0
  597. package/antd/es/time-picker/locale/en_GB.d.ts +3 -0
  598. package/antd/es/time-picker/locale/en_GB.js +4 -0
  599. package/antd/es/time-picker/locale/en_US.d.ts +3 -0
  600. package/antd/es/time-picker/locale/en_US.js +5 -0
  601. package/antd/es/time-picker/locale/es_ES.d.ts +3 -0
  602. package/antd/es/time-picker/locale/es_ES.js +4 -0
  603. package/antd/es/time-picker/locale/et_EE.d.ts +3 -0
  604. package/antd/es/time-picker/locale/et_EE.js +4 -0
  605. package/antd/es/time-picker/locale/fa_IR.d.ts +3 -0
  606. package/antd/es/time-picker/locale/fa_IR.js +4 -0
  607. package/antd/es/time-picker/locale/fi_FI.d.ts +3 -0
  608. package/antd/es/time-picker/locale/fi_FI.js +4 -0
  609. package/antd/es/time-picker/locale/fr_BE.d.ts +3 -0
  610. package/antd/es/time-picker/locale/fr_BE.js +4 -0
  611. package/antd/es/time-picker/locale/fr_FR.d.ts +3 -0
  612. package/antd/es/time-picker/locale/fr_FR.js +5 -0
  613. package/antd/es/time-picker/locale/ga_IE.d.ts +3 -0
  614. package/antd/es/time-picker/locale/ga_IE.js +5 -0
  615. package/antd/es/time-picker/locale/he_IL.d.ts +3 -0
  616. package/antd/es/time-picker/locale/he_IL.js +4 -0
  617. package/antd/es/time-picker/locale/hi_IN.d.ts +3 -0
  618. package/antd/es/time-picker/locale/hi_IN.js +4 -0
  619. package/antd/es/time-picker/locale/hr_HR.d.ts +3 -0
  620. package/antd/es/time-picker/locale/hr_HR.js +4 -0
  621. package/antd/es/time-picker/locale/hu_HU.d.ts +3 -0
  622. package/antd/es/time-picker/locale/hu_HU.js +4 -0
  623. package/antd/es/time-picker/locale/id_ID.d.ts +3 -0
  624. package/antd/es/time-picker/locale/id_ID.js +4 -0
  625. package/antd/es/time-picker/locale/is_IS.d.ts +3 -0
  626. package/antd/es/time-picker/locale/is_IS.js +4 -0
  627. package/antd/es/time-picker/locale/it_IT.d.ts +3 -0
  628. package/antd/es/time-picker/locale/it_IT.js +4 -0
  629. package/antd/es/time-picker/locale/ja_JP.d.ts +3 -0
  630. package/antd/es/time-picker/locale/ja_JP.js +4 -0
  631. package/antd/es/time-picker/locale/kn_IN.d.ts +3 -0
  632. package/antd/es/time-picker/locale/kn_IN.js +4 -0
  633. package/antd/es/time-picker/locale/ko_KR.d.ts +3 -0
  634. package/antd/es/time-picker/locale/ko_KR.js +4 -0
  635. package/antd/es/time-picker/locale/ku_IQ.d.ts +3 -0
  636. package/antd/es/time-picker/locale/ku_IQ.js +4 -0
  637. package/antd/es/time-picker/locale/lv_LV.d.ts +3 -0
  638. package/antd/es/time-picker/locale/lv_LV.js +4 -0
  639. package/antd/es/time-picker/locale/mk_MK.d.ts +3 -0
  640. package/antd/es/time-picker/locale/mk_MK.js +4 -0
  641. package/antd/es/time-picker/locale/mn_MN.d.ts +3 -0
  642. package/antd/es/time-picker/locale/mn_MN.js +4 -0
  643. package/antd/es/time-picker/locale/ms_MY.d.ts +3 -0
  644. package/antd/es/time-picker/locale/ms_MY.js +4 -0
  645. package/antd/es/time-picker/locale/nb_NO.d.ts +3 -0
  646. package/antd/es/time-picker/locale/nb_NO.js +5 -0
  647. package/antd/es/time-picker/locale/nl_BE.d.ts +3 -0
  648. package/antd/es/time-picker/locale/nl_BE.js +4 -0
  649. package/antd/es/time-picker/locale/nl_NL.d.ts +3 -0
  650. package/antd/es/time-picker/locale/nl_NL.js +4 -0
  651. package/antd/es/time-picker/locale/pl_PL.d.ts +3 -0
  652. package/antd/es/time-picker/locale/pl_PL.js +4 -0
  653. package/antd/es/time-picker/locale/pt_BR.d.ts +3 -0
  654. package/antd/es/time-picker/locale/pt_BR.js +4 -0
  655. package/antd/es/time-picker/locale/pt_PT.d.ts +3 -0
  656. package/antd/es/time-picker/locale/pt_PT.js +4 -0
  657. package/antd/es/time-picker/locale/ro_RO.d.ts +3 -0
  658. package/antd/es/time-picker/locale/ro_RO.js +4 -0
  659. package/antd/es/time-picker/locale/ru_RU.d.ts +6 -0
  660. package/antd/es/time-picker/locale/ru_RU.js +4 -0
  661. package/antd/es/time-picker/locale/sk_SK.d.ts +3 -0
  662. package/antd/es/time-picker/locale/sk_SK.js +4 -0
  663. package/antd/es/time-picker/locale/sl_SI.d.ts +3 -0
  664. package/antd/es/time-picker/locale/sl_SI.js +4 -0
  665. package/antd/es/time-picker/locale/sr_RS.d.ts +3 -0
  666. package/antd/es/time-picker/locale/sr_RS.js +4 -0
  667. package/antd/es/time-picker/locale/sv_SE.d.ts +3 -0
  668. package/antd/es/time-picker/locale/sv_SE.js +4 -0
  669. package/antd/es/time-picker/locale/ta_IN.d.ts +3 -0
  670. package/antd/es/time-picker/locale/ta_IN.js +4 -0
  671. package/antd/es/time-picker/locale/th_TH.d.ts +3 -0
  672. package/antd/es/time-picker/locale/th_TH.js +4 -0
  673. package/antd/es/time-picker/locale/tr_TR.d.ts +3 -0
  674. package/antd/es/time-picker/locale/tr_TR.js +5 -0
  675. package/antd/es/time-picker/locale/uk_UA.d.ts +3 -0
  676. package/antd/es/time-picker/locale/uk_UA.js +4 -0
  677. package/antd/es/time-picker/locale/vi_VN.d.ts +3 -0
  678. package/antd/es/time-picker/locale/vi_VN.js +4 -0
  679. package/antd/es/time-picker/locale/zh_CN.d.ts +3 -0
  680. package/antd/es/time-picker/locale/zh_CN.js +5 -0
  681. package/antd/es/time-picker/locale/zh_TW.d.ts +3 -0
  682. package/antd/es/time-picker/locale/zh_TW.js +4 -0
  683. package/antd/es/time-picker/style/css.js +4 -0
  684. package/antd/es/time-picker/style/index.css +4 -0
  685. package/antd/es/time-picker/style/index.d.ts +3 -0
  686. package/antd/es/time-picker/style/index.js +4 -0
  687. package/antd/es/time-picker/style/index.less +3 -0
  688. package/antd/es/timeline/style/css.js +2 -0
  689. package/antd/es/timeline/style/index.css +240 -0
  690. package/antd/es/timeline/style/index.d.ts +2 -0
  691. package/antd/es/timeline/style/index.js +2 -0
  692. package/antd/es/timeline/style/index.less +186 -0
  693. package/antd/es/timeline/style/rtl.less +135 -0
  694. package/antd/es/tooltip/style/css.js +2 -0
  695. package/antd/es/tooltip/style/index.css +261 -0
  696. package/antd/es/tooltip/style/index.d.ts +2 -0
  697. package/antd/es/tooltip/style/index.js +2 -0
  698. package/antd/es/tooltip/style/index.less +206 -0
  699. package/antd/es/tooltip/style/rtl.less +14 -0
  700. package/antd/es/transfer/style/css.js +10 -0
  701. package/antd/es/transfer/style/customize.less +45 -0
  702. package/antd/es/transfer/style/index.css +346 -0
  703. package/antd/es/transfer/style/index.d.ts +9 -0
  704. package/antd/es/transfer/style/index.js +10 -0
  705. package/antd/es/transfer/style/index.less +237 -0
  706. package/antd/es/transfer/style/rtl.less +63 -0
  707. package/antd/es/tree/style/css.js +2 -0
  708. package/antd/es/tree/style/directory.less +72 -0
  709. package/antd/es/tree/style/index.css +508 -0
  710. package/antd/es/tree/style/index.d.ts +2 -0
  711. package/antd/es/tree/style/index.js +2 -0
  712. package/antd/es/tree/style/index.less +14 -0
  713. package/antd/es/tree/style/mixin.less +264 -0
  714. package/antd/es/tree/style/rtl.less +64 -0
  715. package/antd/es/tree-select/style/css.js +6 -0
  716. package/antd/es/tree-select/style/index.css +463 -0
  717. package/antd/es/tree-select/style/index.d.ts +4 -0
  718. package/antd/es/tree-select/style/index.js +6 -0
  719. package/antd/es/tree-select/style/index.less +55 -0
  720. package/antd/es/typography/style/css.js +5 -0
  721. package/antd/es/typography/style/index.css +277 -0
  722. package/antd/es/typography/style/index.d.ts +4 -0
  723. package/antd/es/typography/style/index.js +5 -0
  724. package/antd/es/typography/style/index.less +225 -0
  725. package/antd/es/typography/style/rtl.less +54 -0
  726. package/antd/es/upload/style/css.js +6 -0
  727. package/antd/es/upload/style/index.css +694 -0
  728. package/antd/es/upload/style/index.d.ts +5 -0
  729. package/antd/es/upload/style/index.js +6 -0
  730. package/antd/es/upload/style/index.less +590 -0
  731. package/antd/es/upload/style/rtl.less +188 -0
  732. package/antd/es/version/style/css.js +2 -0
  733. package/antd/es/version/style/index.d.ts +1 -0
  734. package/antd/es/version/style/index.js +2 -0
  735. package/antd/lib/affix/style/css.js +5 -0
  736. package/antd/lib/affix/style/index.css +8 -0
  737. package/antd/lib/affix/style/index.d.ts +2 -0
  738. package/antd/lib/affix/style/index.js +5 -0
  739. package/antd/lib/affix/style/index.less +6 -0
  740. package/antd/lib/alert/style/css.js +5 -0
  741. package/antd/lib/alert/style/index.css +260 -0
  742. package/antd/lib/alert/style/index.d.ts +2 -0
  743. package/antd/lib/alert/style/index.js +5 -0
  744. package/antd/lib/alert/style/index.less +196 -0
  745. package/antd/lib/alert/style/rtl.less +74 -0
  746. package/antd/lib/anchor/style/css.js +7 -0
  747. package/antd/lib/anchor/style/index.css +107 -0
  748. package/antd/lib/anchor/style/index.d.ts +3 -0
  749. package/antd/lib/anchor/style/index.js +7 -0
  750. package/antd/lib/anchor/style/index.less +84 -0
  751. package/antd/lib/anchor/style/rtl.less +40 -0
  752. package/antd/lib/auto-complete/style/css.js +7 -0
  753. package/antd/lib/auto-complete/style/index.css +20 -0
  754. package/antd/lib/auto-complete/style/index.d.ts +3 -0
  755. package/antd/lib/auto-complete/style/index.js +7 -0
  756. package/antd/lib/auto-complete/style/index.less +16 -0
  757. package/antd/lib/avatar/style/css.js +7 -0
  758. package/antd/lib/avatar/style/group.less +22 -0
  759. package/antd/lib/avatar/style/index.css +112 -0
  760. package/antd/lib/avatar/style/index.d.ts +3 -0
  761. package/antd/lib/avatar/style/index.js +7 -0
  762. package/antd/lib/avatar/style/index.less +66 -0
  763. package/antd/lib/avatar/style/rtl.less +20 -0
  764. package/antd/lib/back-top/style/css.js +5 -0
  765. package/antd/lib/back-top/style/index.css +62 -0
  766. package/antd/lib/back-top/style/index.d.ts +2 -0
  767. package/antd/lib/back-top/style/index.js +5 -0
  768. package/antd/lib/back-top/style/index.less +49 -0
  769. package/antd/lib/back-top/style/responsive.less +11 -0
  770. package/antd/lib/badge/style/css.js +7 -0
  771. package/antd/lib/badge/style/index.css +372 -0
  772. package/antd/lib/badge/style/index.d.ts +3 -0
  773. package/antd/lib/badge/style/index.js +7 -0
  774. package/antd/lib/badge/style/index.less +193 -0
  775. package/antd/lib/badge/style/ribbon.less +84 -0
  776. package/antd/lib/badge/style/rtl.less +111 -0
  777. package/antd/lib/breadcrumb/style/css.js +9 -0
  778. package/antd/lib/breadcrumb/style/index.css +73 -0
  779. package/antd/lib/breadcrumb/style/index.d.ts +4 -0
  780. package/antd/lib/breadcrumb/style/index.js +9 -0
  781. package/antd/lib/breadcrumb/style/index.less +54 -0
  782. package/antd/lib/breadcrumb/style/rtl.less +34 -0
  783. package/antd/lib/button/style/css.js +5 -0
  784. package/antd/lib/button/style/index.css +1915 -0
  785. package/antd/lib/button/style/index.d.ts +2 -0
  786. package/antd/lib/button/style/index.js +5 -0
  787. package/antd/lib/button/style/index.less +249 -0
  788. package/antd/lib/button/style/mixin.less +518 -0
  789. package/antd/lib/button/style/rtl.less +113 -0
  790. package/antd/lib/calendar/style/css.js +11 -0
  791. package/antd/lib/calendar/style/index.css +180 -0
  792. package/antd/lib/calendar/style/index.d.ts +5 -0
  793. package/antd/lib/calendar/style/index.js +11 -0
  794. package/antd/lib/calendar/style/index.less +192 -0
  795. package/antd/lib/calendar/style/rtl.less +52 -0
  796. package/antd/lib/card/style/css.js +11 -0
  797. package/antd/lib/card/style/index.css +317 -0
  798. package/antd/lib/card/style/index.d.ts +5 -0
  799. package/antd/lib/card/style/index.js +11 -0
  800. package/antd/lib/card/style/index.less +293 -0
  801. package/antd/lib/card/style/size.less +22 -0
  802. package/antd/lib/carousel/style/css.js +5 -0
  803. package/antd/lib/carousel/style/index.css +298 -0
  804. package/antd/lib/carousel/style/index.d.ts +2 -0
  805. package/antd/lib/carousel/style/index.js +5 -0
  806. package/antd/lib/carousel/style/index.less +267 -0
  807. package/antd/lib/carousel/style/rtl.less +52 -0
  808. package/antd/lib/cascader/style/css.js +9 -0
  809. package/antd/lib/cascader/style/index.css +296 -0
  810. package/antd/lib/cascader/style/index.d.ts +4 -0
  811. package/antd/lib/cascader/style/index.js +9 -0
  812. package/antd/lib/cascader/style/index.less +243 -0
  813. package/antd/lib/cascader/style/rtl.less +89 -0
  814. package/antd/lib/checkbox/style/css.js +5 -0
  815. package/antd/lib/checkbox/style/index.css +246 -0
  816. package/antd/lib/checkbox/style/index.d.ts +2 -0
  817. package/antd/lib/checkbox/style/index.js +5 -0
  818. package/antd/lib/checkbox/style/index.less +5 -0
  819. package/antd/lib/checkbox/style/mixin.less +221 -0
  820. package/antd/lib/checkbox/style/rtl.less +26 -0
  821. package/antd/lib/col/style/css.js +5 -0
  822. package/antd/lib/col/style/index.d.ts +2 -0
  823. package/antd/lib/col/style/index.js +5 -0
  824. package/antd/lib/collapse/style/css.js +5 -0
  825. package/antd/lib/collapse/style/index.css +175 -0
  826. package/antd/lib/collapse/style/index.d.ts +2 -0
  827. package/antd/lib/collapse/style/index.js +5 -0
  828. package/antd/lib/collapse/style/index.less +153 -0
  829. package/antd/lib/collapse/style/rtl.less +42 -0
  830. package/antd/lib/comment/style/css.js +5 -0
  831. package/antd/lib/comment/style/index.css +124 -0
  832. package/antd/lib/comment/style/index.d.ts +2 -0
  833. package/antd/lib/comment/style/index.js +5 -0
  834. package/antd/lib/comment/style/index.less +101 -0
  835. package/antd/lib/comment/style/rtl.less +50 -0
  836. package/antd/lib/config-provider/style/index.css +4 -0
  837. package/antd/lib/config-provider/style/index.d.ts +1 -0
  838. package/antd/lib/config-provider/style/index.less +2 -0
  839. package/antd/lib/date-picker/style/css.js +7 -0
  840. package/antd/lib/date-picker/style/index.css +1060 -0
  841. package/antd/lib/date-picker/style/index.d.ts +3 -0
  842. package/antd/lib/date-picker/style/index.js +7 -0
  843. package/antd/lib/date-picker/style/index.less +335 -0
  844. package/antd/lib/date-picker/style/panel.less +681 -0
  845. package/antd/lib/date-picker/style/rtl.less +216 -0
  846. package/antd/lib/descriptions/style/css.js +5 -0
  847. package/antd/lib/descriptions/style/index.css +132 -0
  848. package/antd/lib/descriptions/style/index.d.ts +2 -0
  849. package/antd/lib/descriptions/style/index.js +5 -0
  850. package/antd/lib/descriptions/style/index.less +164 -0
  851. package/antd/lib/descriptions/style/rtl.less +18 -0
  852. package/antd/lib/divider/style/css.js +5 -0
  853. package/antd/lib/divider/style/index.css +115 -0
  854. package/antd/lib/divider/style/index.d.ts +2 -0
  855. package/antd/lib/divider/style/index.js +5 -0
  856. package/antd/lib/divider/style/index.less +103 -0
  857. package/antd/lib/divider/style/rtl.less +36 -0
  858. package/antd/lib/drawer/style/css.js +5 -0
  859. package/antd/lib/drawer/style/customize.less +3 -0
  860. package/antd/lib/drawer/style/drawer.less +256 -0
  861. package/antd/lib/drawer/style/index.css +253 -0
  862. package/antd/lib/drawer/style/index.d.ts +2 -0
  863. package/antd/lib/drawer/style/index.js +5 -0
  864. package/antd/lib/drawer/style/index.less +5 -0
  865. package/antd/lib/drawer/style/rtl.less +16 -0
  866. package/antd/lib/dropdown/style/css.js +7 -0
  867. package/antd/lib/dropdown/style/index.css +405 -0
  868. package/antd/lib/dropdown/style/index.d.ts +3 -0
  869. package/antd/lib/dropdown/style/index.js +7 -0
  870. package/antd/lib/dropdown/style/index.less +369 -0
  871. package/antd/lib/dropdown/style/rtl.less +85 -0
  872. package/antd/lib/dropdown/style/status.less +12 -0
  873. package/antd/lib/empty/style/css.js +5 -0
  874. package/antd/lib/empty/style/index.css +75 -0
  875. package/antd/lib/empty/style/index.d.ts +2 -0
  876. package/antd/lib/empty/style/index.js +5 -0
  877. package/antd/lib/empty/style/index.less +139 -0
  878. package/antd/lib/empty/style/rtl.less +10 -0
  879. package/antd/lib/form/style/components.less +69 -0
  880. package/antd/lib/form/style/css.js +7 -0
  881. package/antd/lib/form/style/horizontal.less +10 -0
  882. package/antd/lib/form/style/index.css +939 -0
  883. package/antd/lib/form/style/index.d.ts +3 -0
  884. package/antd/lib/form/style/index.js +7 -0
  885. package/antd/lib/form/style/index.less +233 -0
  886. package/antd/lib/form/style/inline.less +35 -0
  887. package/antd/lib/form/style/mixin.less +118 -0
  888. package/antd/lib/form/style/rtl.less +178 -0
  889. package/antd/lib/form/style/status.less +251 -0
  890. package/antd/lib/form/style/vertical.less +84 -0
  891. package/antd/lib/grid/style/css.js +5 -0
  892. package/antd/lib/grid/style/index.css +5889 -0
  893. package/antd/lib/grid/style/index.d.ts +2 -0
  894. package/antd/lib/grid/style/index.js +5 -0
  895. package/antd/lib/grid/style/index.less +113 -0
  896. package/antd/lib/grid/style/mixin.less +53 -0
  897. package/antd/lib/grid/style/rtl.less +74 -0
  898. package/antd/lib/icon/style/css.js +5 -0
  899. package/antd/lib/icon/style/index.css +4 -0
  900. package/antd/lib/icon/style/index.d.ts +2 -0
  901. package/antd/lib/icon/style/index.js +5 -0
  902. package/antd/lib/icon/style/index.less +4 -0
  903. package/antd/lib/input/style/IE11.less +20 -0
  904. package/antd/lib/input/style/affix.less +48 -0
  905. package/antd/lib/input/style/allow-clear.less +52 -0
  906. package/antd/lib/input/style/css.js +7 -0
  907. package/antd/lib/input/style/index.css +820 -0
  908. package/antd/lib/input/style/index.d.ts +3 -0
  909. package/antd/lib/input/style/index.js +7 -0
  910. package/antd/lib/input/style/index.less +50 -0
  911. package/antd/lib/input/style/mixin.less +398 -0
  912. package/antd/lib/input/style/rtl.less +235 -0
  913. package/antd/lib/input/style/search-input.less +90 -0
  914. package/antd/lib/input-number/style/css.js +5 -0
  915. package/antd/lib/input-number/style/index.css +338 -0
  916. package/antd/lib/input-number/style/index.d.ts +2 -0
  917. package/antd/lib/input-number/style/index.js +5 -0
  918. package/antd/lib/input-number/style/index.less +186 -0
  919. package/antd/lib/input-number/style/rtl.less +28 -0
  920. package/antd/lib/layout/style/css.js +5 -0
  921. package/antd/lib/layout/style/index.css +135 -0
  922. package/antd/lib/layout/style/index.d.ts +2 -0
  923. package/antd/lib/layout/style/index.js +5 -0
  924. package/antd/lib/layout/style/index.less +126 -0
  925. package/antd/lib/layout/style/light.less +15 -0
  926. package/antd/lib/layout/style/rtl.less +10 -0
  927. package/antd/lib/list/style/bordered.less +44 -0
  928. package/antd/lib/list/style/css.js +13 -0
  929. package/antd/lib/list/style/customize.less +12 -0
  930. package/antd/lib/list/style/index.css +343 -0
  931. package/antd/lib/list/style/index.d.ts +6 -0
  932. package/antd/lib/list/style/index.js +13 -0
  933. package/antd/lib/list/style/index.less +239 -0
  934. package/antd/lib/list/style/responsive.less +40 -0
  935. package/antd/lib/list/style/rtl.less +139 -0
  936. package/antd/lib/locale-provider/style/css.js +3 -0
  937. package/antd/lib/locale-provider/style/index.css +4 -0
  938. package/antd/lib/locale-provider/style/index.d.ts +1 -0
  939. package/antd/lib/locale-provider/style/index.js +3 -0
  940. package/antd/lib/locale-provider/style/index.less +2 -0
  941. package/antd/lib/mentions/style/css.js +7 -0
  942. package/antd/lib/mentions/style/index.css +287 -0
  943. package/antd/lib/mentions/style/index.d.ts +3 -0
  944. package/antd/lib/mentions/style/index.js +7 -0
  945. package/antd/lib/mentions/style/index.less +169 -0
  946. package/antd/lib/mentions/style/rtl.less +10 -0
  947. package/antd/lib/menu/style/css.js +7 -0
  948. package/antd/lib/menu/style/dark.less +148 -0
  949. package/antd/lib/menu/style/index.css +907 -0
  950. package/antd/lib/menu/style/index.d.ts +3 -0
  951. package/antd/lib/menu/style/index.js +7 -0
  952. package/antd/lib/menu/style/index.less +587 -0
  953. package/antd/lib/menu/style/rtl.less +162 -0
  954. package/antd/lib/menu/style/status.less +47 -0
  955. package/antd/lib/message/style/css.js +5 -0
  956. package/antd/lib/message/style/index.css +95 -0
  957. package/antd/lib/message/style/index.d.ts +2 -0
  958. package/antd/lib/message/style/index.js +5 -0
  959. package/antd/lib/message/style/index.less +73 -0
  960. package/antd/lib/message/style/rtl.less +17 -0
  961. package/antd/lib/modal/style/confirm.less +78 -0
  962. package/antd/lib/modal/style/css.js +7 -0
  963. package/antd/lib/modal/style/customize.less +3 -0
  964. package/antd/lib/modal/style/index.css +261 -0
  965. package/antd/lib/modal/style/index.d.ts +3 -0
  966. package/antd/lib/modal/style/index.js +7 -0
  967. package/antd/lib/modal/style/index.less +6 -0
  968. package/antd/lib/modal/style/modal.less +164 -0
  969. package/antd/lib/modal/style/rtl.less +73 -0
  970. package/antd/lib/notification/style/css.js +5 -0
  971. package/antd/lib/notification/style/customize.less +3 -0
  972. package/antd/lib/notification/style/index.css +273 -0
  973. package/antd/lib/notification/style/index.d.ts +2 -0
  974. package/antd/lib/notification/style/index.js +5 -0
  975. package/antd/lib/notification/style/index.less +221 -0
  976. package/antd/lib/notification/style/rtl.less +53 -0
  977. package/antd/lib/page-header/style/css.js +7 -0
  978. package/antd/lib/page-header/style/index.css +167 -0
  979. package/antd/lib/page-header/style/index.d.ts +3 -0
  980. package/antd/lib/page-header/style/index.js +7 -0
  981. package/antd/lib/page-header/style/index.less +125 -0
  982. package/antd/lib/page-header/style/rtl.less +76 -0
  983. package/antd/lib/pagination/style/css.js +7 -0
  984. package/antd/lib/pagination/style/index.css +522 -0
  985. package/antd/lib/pagination/style/index.d.ts +3 -0
  986. package/antd/lib/pagination/style/index.js +7 -0
  987. package/antd/lib/pagination/style/index.less +407 -0
  988. package/antd/lib/pagination/style/rtl.less +75 -0
  989. package/antd/lib/popconfirm/style/css.js +9 -0
  990. package/antd/lib/popconfirm/style/index.css +7 -0
  991. package/antd/lib/popconfirm/style/index.d.ts +4 -0
  992. package/antd/lib/popconfirm/style/index.js +9 -0
  993. package/antd/lib/popconfirm/style/index.less +8 -0
  994. package/antd/lib/popover/style/css.js +5 -0
  995. package/antd/lib/popover/style/customize.less +3 -0
  996. package/antd/lib/popover/style/index.css +224 -0
  997. package/antd/lib/popover/style/index.d.ts +2 -0
  998. package/antd/lib/popover/style/index.js +5 -0
  999. package/antd/lib/popover/style/index.less +208 -0
  1000. package/antd/lib/popover/style/rtl.less +33 -0
  1001. package/antd/lib/progress/style/css.js +5 -0
  1002. package/antd/lib/progress/style/index.css +219 -0
  1003. package/antd/lib/progress/style/index.d.ts +2 -0
  1004. package/antd/lib/progress/style/index.js +5 -0
  1005. package/antd/lib/progress/style/index.less +205 -0
  1006. package/antd/lib/progress/style/rtl.less +37 -0
  1007. package/antd/lib/radio/style/css.js +5 -0
  1008. package/antd/lib/radio/style/index.css +374 -0
  1009. package/antd/lib/radio/style/index.d.ts +2 -0
  1010. package/antd/lib/radio/style/index.js +5 -0
  1011. package/antd/lib/radio/style/index.less +348 -0
  1012. package/antd/lib/radio/style/rtl.less +61 -0
  1013. package/antd/lib/rate/style/css.js +7 -0
  1014. package/antd/lib/rate/style/index.css +97 -0
  1015. package/antd/lib/rate/style/index.d.ts +3 -0
  1016. package/antd/lib/rate/style/index.js +7 -0
  1017. package/antd/lib/rate/style/index.less +87 -0
  1018. package/antd/lib/rate/style/rtl.less +26 -0
  1019. package/antd/lib/result/style/css.js +5 -0
  1020. package/antd/lib/result/style/index.css +68 -0
  1021. package/antd/lib/result/style/index.d.ts +2 -0
  1022. package/antd/lib/result/style/index.js +5 -0
  1023. package/antd/lib/result/style/index.less +74 -0
  1024. package/antd/lib/result/style/rtl.less +25 -0
  1025. package/antd/lib/row/style/css.js +5 -0
  1026. package/antd/lib/row/style/index.d.ts +2 -0
  1027. package/antd/lib/row/style/index.js +5 -0
  1028. package/antd/lib/select/style/css.js +7 -0
  1029. package/antd/lib/select/style/index.css +707 -0
  1030. package/antd/lib/select/style/index.d.ts +3 -0
  1031. package/antd/lib/select/style/index.js +7 -0
  1032. package/antd/lib/select/style/index.less +294 -0
  1033. package/antd/lib/select/style/multiple.less +194 -0
  1034. package/antd/lib/select/style/rtl.less +186 -0
  1035. package/antd/lib/select/style/single.less +180 -0
  1036. package/antd/lib/skeleton/style/css.js +5 -0
  1037. package/antd/lib/skeleton/style/index.css +284 -0
  1038. package/antd/lib/skeleton/style/index.d.ts +2 -0
  1039. package/antd/lib/skeleton/style/index.js +5 -0
  1040. package/antd/lib/skeleton/style/index.less +265 -0
  1041. package/antd/lib/skeleton/style/rtl.less +47 -0
  1042. package/antd/lib/slider/style/css.js +7 -0
  1043. package/antd/lib/slider/style/index.css +223 -0
  1044. package/antd/lib/slider/style/index.d.ts +3 -0
  1045. package/antd/lib/slider/style/index.js +7 -0
  1046. package/antd/lib/slider/style/index.less +206 -0
  1047. package/antd/lib/slider/style/rtl.less +70 -0
  1048. package/antd/lib/space/style/css.js +5 -0
  1049. package/antd/lib/space/style/index.css +38 -0
  1050. package/antd/lib/space/style/index.d.ts +2 -0
  1051. package/antd/lib/space/style/index.js +5 -0
  1052. package/antd/lib/space/style/index.less +28 -0
  1053. package/antd/lib/space/style/rtl.less +10 -0
  1054. package/antd/lib/spin/style/css.js +5 -0
  1055. package/antd/lib/spin/style/index.css +235 -0
  1056. package/antd/lib/spin/style/index.d.ts +2 -0
  1057. package/antd/lib/spin/style/index.js +5 -0
  1058. package/antd/lib/spin/style/index.less +216 -0
  1059. package/antd/lib/spin/style/rtl.less +25 -0
  1060. package/antd/lib/statistic/style/css.js +5 -0
  1061. package/antd/lib/statistic/style/index.css +56 -0
  1062. package/antd/lib/statistic/style/index.d.ts +2 -0
  1063. package/antd/lib/statistic/style/index.js +5 -0
  1064. package/antd/lib/statistic/style/index.less +44 -0
  1065. package/antd/lib/statistic/style/rtl.less +26 -0
  1066. package/antd/lib/steps/style/css.js +7 -0
  1067. package/antd/lib/steps/style/custom-icon.less +32 -0
  1068. package/antd/lib/steps/style/index.css +812 -0
  1069. package/antd/lib/steps/style/index.d.ts +3 -0
  1070. package/antd/lib/steps/style/index.js +7 -0
  1071. package/antd/lib/steps/style/index.less +246 -0
  1072. package/antd/lib/steps/style/label-placement.less +39 -0
  1073. package/antd/lib/steps/style/nav.less +124 -0
  1074. package/antd/lib/steps/style/progress-dot.less +79 -0
  1075. package/antd/lib/steps/style/progress.less +21 -0
  1076. package/antd/lib/steps/style/rtl.less +249 -0
  1077. package/antd/lib/steps/style/small.less +47 -0
  1078. package/antd/lib/steps/style/vertical.less +77 -0
  1079. package/antd/lib/style/css.js +3 -0
  1080. package/antd/lib/style/index.d.ts +1 -0
  1081. package/antd/lib/style/index.js +3 -0
  1082. package/antd/lib/switch/style/css.js +5 -0
  1083. package/antd/lib/switch/style/index.css +166 -0
  1084. package/antd/lib/switch/style/index.d.ts +2 -0
  1085. package/antd/lib/switch/style/index.js +5 -0
  1086. package/antd/lib/switch/style/index.less +153 -0
  1087. package/antd/lib/switch/style/rtl.less +50 -0
  1088. package/antd/lib/table/style/bordered.less +122 -0
  1089. package/antd/lib/table/style/css.js +21 -0
  1090. package/antd/lib/table/style/index.css +806 -0
  1091. package/antd/lib/table/style/index.d.ts +10 -0
  1092. package/antd/lib/table/style/index.js +21 -0
  1093. package/antd/lib/table/style/index.less +616 -0
  1094. package/antd/lib/table/style/radius.less +45 -0
  1095. package/antd/lib/table/style/rtl.less +180 -0
  1096. package/antd/lib/table/style/size.less +68 -0
  1097. package/antd/lib/tabs/style/card.less +97 -0
  1098. package/antd/lib/tabs/style/css.js +5 -0
  1099. package/antd/lib/tabs/style/dropdown.less +60 -0
  1100. package/antd/lib/tabs/style/index.css +664 -0
  1101. package/antd/lib/tabs/style/index.d.ts +2 -0
  1102. package/antd/lib/tabs/style/index.js +5 -0
  1103. package/antd/lib/tabs/style/index.less +224 -0
  1104. package/antd/lib/tabs/style/position.less +195 -0
  1105. package/antd/lib/tabs/style/rtl.less +73 -0
  1106. package/antd/lib/tabs/style/size.less +41 -0
  1107. package/antd/lib/tag/style/css.js +5 -0
  1108. package/antd/lib/tag/style/index.css +256 -0
  1109. package/antd/lib/tag/style/index.d.ts +2 -0
  1110. package/antd/lib/tag/style/index.js +5 -0
  1111. package/antd/lib/tag/style/index.less +130 -0
  1112. package/antd/lib/tag/style/rtl.less +28 -0
  1113. package/antd/lib/time-picker/style/css.js +7 -0
  1114. package/antd/lib/time-picker/style/index.css +4 -0
  1115. package/antd/lib/time-picker/style/index.d.ts +3 -0
  1116. package/antd/lib/time-picker/style/index.js +7 -0
  1117. package/antd/lib/time-picker/style/index.less +3 -0
  1118. package/antd/lib/timeline/style/css.js +5 -0
  1119. package/antd/lib/timeline/style/index.css +240 -0
  1120. package/antd/lib/timeline/style/index.d.ts +2 -0
  1121. package/antd/lib/timeline/style/index.js +5 -0
  1122. package/antd/lib/timeline/style/index.less +186 -0
  1123. package/antd/lib/timeline/style/rtl.less +135 -0
  1124. package/antd/lib/tooltip/style/css.js +5 -0
  1125. package/antd/lib/tooltip/style/index.css +261 -0
  1126. package/antd/lib/tooltip/style/index.d.ts +2 -0
  1127. package/antd/lib/tooltip/style/index.js +5 -0
  1128. package/antd/lib/tooltip/style/index.less +206 -0
  1129. package/antd/lib/tooltip/style/rtl.less +14 -0
  1130. package/antd/lib/transfer/style/css.js +19 -0
  1131. package/antd/lib/transfer/style/customize.less +45 -0
  1132. package/antd/lib/transfer/style/index.css +346 -0
  1133. package/antd/lib/transfer/style/index.d.ts +9 -0
  1134. package/antd/lib/transfer/style/index.js +19 -0
  1135. package/antd/lib/transfer/style/index.less +237 -0
  1136. package/antd/lib/transfer/style/rtl.less +63 -0
  1137. package/antd/lib/tree/style/css.js +5 -0
  1138. package/antd/lib/tree/style/directory.less +72 -0
  1139. package/antd/lib/tree/style/index.css +508 -0
  1140. package/antd/lib/tree/style/index.d.ts +2 -0
  1141. package/antd/lib/tree/style/index.js +5 -0
  1142. package/antd/lib/tree/style/index.less +14 -0
  1143. package/antd/lib/tree/style/mixin.less +264 -0
  1144. package/antd/lib/tree/style/rtl.less +64 -0
  1145. package/antd/lib/tree-select/style/css.js +9 -0
  1146. package/antd/lib/tree-select/style/index.css +463 -0
  1147. package/antd/lib/tree-select/style/index.d.ts +4 -0
  1148. package/antd/lib/tree-select/style/index.js +9 -0
  1149. package/antd/lib/tree-select/style/index.less +55 -0
  1150. package/antd/lib/typography/style/css.js +9 -0
  1151. package/antd/lib/typography/style/index.css +277 -0
  1152. package/antd/lib/typography/style/index.d.ts +4 -0
  1153. package/antd/lib/typography/style/index.js +9 -0
  1154. package/antd/lib/typography/style/index.less +225 -0
  1155. package/antd/lib/typography/style/rtl.less +54 -0
  1156. package/antd/lib/upload/style/css.js +11 -0
  1157. package/antd/lib/upload/style/index.css +694 -0
  1158. package/antd/lib/upload/style/index.d.ts +5 -0
  1159. package/antd/lib/upload/style/index.js +11 -0
  1160. package/antd/lib/upload/style/index.less +590 -0
  1161. package/antd/lib/upload/style/rtl.less +188 -0
  1162. package/antd/lib/version/style/css.js +3 -0
  1163. package/antd/lib/version/style/index.d.ts +1 -0
  1164. package/antd/lib/version/style/index.js +3 -0
  1165. package/dist/components.css +4 -4
  1166. package/dist/esm/stats1.html +1 -1
  1167. package/dist/index.d.ts +1 -1
  1168. package/dist/spec/base.d.ts +3 -7
  1169. package/dist/style.css +1536 -1536
  1170. package/dist/umd/stats1.html +1 -1
  1171. package/package.json +15 -10
  1172. /package/{dist/antd → antd}/dist/antd.less +0 -0
  1173. /package/{dist/antd/lib → antd/es/config-provider}/style/index.d.ts +0 -0
  1174. /package/{dist/antd → antd}/es/locale/ar_EG.d.ts +0 -0
  1175. /package/{dist/antd → antd}/es/locale/ar_EG.js +0 -0
  1176. /package/{dist/antd → antd}/es/locale/az_AZ.d.ts +0 -0
  1177. /package/{dist/antd → antd}/es/locale/az_AZ.js +0 -0
  1178. /package/{dist/antd → antd}/es/locale/bg_BG.d.ts +0 -0
  1179. /package/{dist/antd → antd}/es/locale/bg_BG.js +0 -0
  1180. /package/{dist/antd → antd}/es/locale/ca_ES.d.ts +0 -0
  1181. /package/{dist/antd → antd}/es/locale/ca_ES.js +0 -0
  1182. /package/{dist/antd → antd}/es/locale/cs_CZ.d.ts +0 -0
  1183. /package/{dist/antd → antd}/es/locale/cs_CZ.js +0 -0
  1184. /package/{dist/antd → antd}/es/locale/da_DK.d.ts +0 -0
  1185. /package/{dist/antd → antd}/es/locale/da_DK.js +0 -0
  1186. /package/{dist/antd → antd}/es/locale/de_DE.d.ts +0 -0
  1187. /package/{dist/antd → antd}/es/locale/de_DE.js +0 -0
  1188. /package/{dist/antd → antd}/es/locale/default.d.ts +0 -0
  1189. /package/{dist/antd → antd}/es/locale/default.js +0 -0
  1190. /package/{dist/antd → antd}/es/locale/el_GR.d.ts +0 -0
  1191. /package/{dist/antd → antd}/es/locale/el_GR.js +0 -0
  1192. /package/{dist/antd → antd}/es/locale/en_GB.d.ts +0 -0
  1193. /package/{dist/antd → antd}/es/locale/en_GB.js +0 -0
  1194. /package/{dist/antd → antd}/es/locale/en_US.d.ts +0 -0
  1195. /package/{dist/antd → antd}/es/locale/en_US.js +0 -0
  1196. /package/{dist/antd → antd}/es/locale/es_ES.d.ts +0 -0
  1197. /package/{dist/antd → antd}/es/locale/es_ES.js +0 -0
  1198. /package/{dist/antd → antd}/es/locale/et_EE.d.ts +0 -0
  1199. /package/{dist/antd → antd}/es/locale/et_EE.js +0 -0
  1200. /package/{dist/antd → antd}/es/locale/fa_IR.d.ts +0 -0
  1201. /package/{dist/antd → antd}/es/locale/fa_IR.js +0 -0
  1202. /package/{dist/antd → antd}/es/locale/fi_FI.d.ts +0 -0
  1203. /package/{dist/antd → antd}/es/locale/fi_FI.js +0 -0
  1204. /package/{dist/antd → antd}/es/locale/fr_BE.d.ts +0 -0
  1205. /package/{dist/antd → antd}/es/locale/fr_BE.js +0 -0
  1206. /package/{dist/antd → antd}/es/locale/fr_FR.d.ts +0 -0
  1207. /package/{dist/antd → antd}/es/locale/fr_FR.js +0 -0
  1208. /package/{dist/antd → antd}/es/locale/ga_IE.d.ts +0 -0
  1209. /package/{dist/antd → antd}/es/locale/ga_IE.js +0 -0
  1210. /package/{dist/antd → antd}/es/locale/he_IL.d.ts +0 -0
  1211. /package/{dist/antd → antd}/es/locale/he_IL.js +0 -0
  1212. /package/{dist/antd → antd}/es/locale/hi_IN.d.ts +0 -0
  1213. /package/{dist/antd → antd}/es/locale/hi_IN.js +0 -0
  1214. /package/{dist/antd → antd}/es/locale/hr_HR.d.ts +0 -0
  1215. /package/{dist/antd → antd}/es/locale/hr_HR.js +0 -0
  1216. /package/{dist/antd → antd}/es/locale/hu_HU.d.ts +0 -0
  1217. /package/{dist/antd → antd}/es/locale/hu_HU.js +0 -0
  1218. /package/{dist/antd → antd}/es/locale/hy_AM.d.ts +0 -0
  1219. /package/{dist/antd → antd}/es/locale/hy_AM.js +0 -0
  1220. /package/{dist/antd → antd}/es/locale/id_ID.d.ts +0 -0
  1221. /package/{dist/antd → antd}/es/locale/id_ID.js +0 -0
  1222. /package/{dist/antd → antd}/es/locale/is_IS.d.ts +0 -0
  1223. /package/{dist/antd → antd}/es/locale/is_IS.js +0 -0
  1224. /package/{dist/antd → antd}/es/locale/it_IT.d.ts +0 -0
  1225. /package/{dist/antd → antd}/es/locale/it_IT.js +0 -0
  1226. /package/{dist/antd → antd}/es/locale/ja_JP.d.ts +0 -0
  1227. /package/{dist/antd → antd}/es/locale/ja_JP.js +0 -0
  1228. /package/{dist/antd → antd}/es/locale/kn_IN.d.ts +0 -0
  1229. /package/{dist/antd → antd}/es/locale/kn_IN.js +0 -0
  1230. /package/{dist/antd → antd}/es/locale/ko_KR.d.ts +0 -0
  1231. /package/{dist/antd → antd}/es/locale/ko_KR.js +0 -0
  1232. /package/{dist/antd → antd}/es/locale/ku_IQ.d.ts +0 -0
  1233. /package/{dist/antd → antd}/es/locale/ku_IQ.js +0 -0
  1234. /package/{dist/antd → antd}/es/locale/lv_LV.d.ts +0 -0
  1235. /package/{dist/antd → antd}/es/locale/lv_LV.js +0 -0
  1236. /package/{dist/antd → antd}/es/locale/mk_MK.d.ts +0 -0
  1237. /package/{dist/antd → antd}/es/locale/mk_MK.js +0 -0
  1238. /package/{dist/antd → antd}/es/locale/mn_MN.d.ts +0 -0
  1239. /package/{dist/antd → antd}/es/locale/mn_MN.js +0 -0
  1240. /package/{dist/antd → antd}/es/locale/ms_MY.d.ts +0 -0
  1241. /package/{dist/antd → antd}/es/locale/ms_MY.js +0 -0
  1242. /package/{dist/antd → antd}/es/locale/nb_NO.d.ts +0 -0
  1243. /package/{dist/antd → antd}/es/locale/nb_NO.js +0 -0
  1244. /package/{dist/antd → antd}/es/locale/ne_NP.d.ts +0 -0
  1245. /package/{dist/antd → antd}/es/locale/ne_NP.js +0 -0
  1246. /package/{dist/antd → antd}/es/locale/nl_BE.d.ts +0 -0
  1247. /package/{dist/antd → antd}/es/locale/nl_BE.js +0 -0
  1248. /package/{dist/antd → antd}/es/locale/nl_NL.d.ts +0 -0
  1249. /package/{dist/antd → antd}/es/locale/nl_NL.js +0 -0
  1250. /package/{dist/antd → antd}/es/locale/pl_PL.d.ts +0 -0
  1251. /package/{dist/antd → antd}/es/locale/pl_PL.js +0 -0
  1252. /package/{dist/antd → antd}/es/locale/pt_BR.d.ts +0 -0
  1253. /package/{dist/antd → antd}/es/locale/pt_BR.js +0 -0
  1254. /package/{dist/antd → antd}/es/locale/pt_PT.d.ts +0 -0
  1255. /package/{dist/antd → antd}/es/locale/pt_PT.js +0 -0
  1256. /package/{dist/antd → antd}/es/locale/ro_RO.d.ts +0 -0
  1257. /package/{dist/antd → antd}/es/locale/ro_RO.js +0 -0
  1258. /package/{dist/antd → antd}/es/locale/ru_RU.d.ts +0 -0
  1259. /package/{dist/antd → antd}/es/locale/ru_RU.js +0 -0
  1260. /package/{dist/antd → antd}/es/locale/sk_SK.d.ts +0 -0
  1261. /package/{dist/antd → antd}/es/locale/sk_SK.js +0 -0
  1262. /package/{dist/antd → antd}/es/locale/sl_SI.d.ts +0 -0
  1263. /package/{dist/antd → antd}/es/locale/sl_SI.js +0 -0
  1264. /package/{dist/antd → antd}/es/locale/sr_RS.d.ts +0 -0
  1265. /package/{dist/antd → antd}/es/locale/sr_RS.js +0 -0
  1266. /package/{dist/antd → antd}/es/locale/sv_SE.d.ts +0 -0
  1267. /package/{dist/antd → antd}/es/locale/sv_SE.js +0 -0
  1268. /package/{dist/antd → antd}/es/locale/ta_IN.d.ts +0 -0
  1269. /package/{dist/antd → antd}/es/locale/ta_IN.js +0 -0
  1270. /package/{dist/antd → antd}/es/locale/th_TH.d.ts +0 -0
  1271. /package/{dist/antd → antd}/es/locale/th_TH.js +0 -0
  1272. /package/{dist/antd → antd}/es/locale/tr_TR.d.ts +0 -0
  1273. /package/{dist/antd → antd}/es/locale/tr_TR.js +0 -0
  1274. /package/{dist/antd → antd}/es/locale/uk_UA.d.ts +0 -0
  1275. /package/{dist/antd → antd}/es/locale/uk_UA.js +0 -0
  1276. /package/{dist/antd → antd}/es/locale/vi_VN.d.ts +0 -0
  1277. /package/{dist/antd → antd}/es/locale/vi_VN.js +0 -0
  1278. /package/{dist/antd → antd}/es/locale/zh_CN.d.ts +0 -0
  1279. /package/{dist/antd → antd}/es/locale/zh_CN.js +0 -0
  1280. /package/{dist/antd → antd}/es/locale/zh_HK.d.ts +0 -0
  1281. /package/{dist/antd → antd}/es/locale/zh_HK.js +0 -0
  1282. /package/{dist/antd → antd}/es/locale/zh_TW.d.ts +0 -0
  1283. /package/{dist/antd → antd}/es/locale/zh_TW.js +0 -0
  1284. /package/{dist/antd/lib → antd/lib/config-provider}/style/css.js +0 -0
  1285. /package/{dist/antd/lib → antd/lib/config-provider}/style/index.js +0 -0
  1286. /package/{dist/antd → antd}/lib/style/color/bezierEasing.less +0 -0
  1287. /package/{dist/antd → antd}/lib/style/color/colorPalette.less +0 -0
  1288. /package/{dist/antd → antd}/lib/style/color/colors.less +0 -0
  1289. /package/{dist/antd → antd}/lib/style/color/tinyColor.less +0 -0
  1290. /package/{dist/antd → antd}/lib/style/compact.less +0 -0
  1291. /package/{dist/antd → antd}/lib/style/components.less +0 -0
  1292. /package/{dist/antd → antd}/lib/style/core/base.less +0 -0
  1293. /package/{dist/antd → antd}/lib/style/core/global.less +0 -0
  1294. /package/{dist/antd → antd}/lib/style/core/iconfont.less +0 -0
  1295. /package/{dist/antd → antd}/lib/style/core/index.less +0 -0
  1296. /package/{dist/antd → antd}/lib/style/core/motion/fade.less +0 -0
  1297. /package/{dist/antd → antd}/lib/style/core/motion/move.less +0 -0
  1298. /package/{dist/antd → antd}/lib/style/core/motion/other.less +0 -0
  1299. /package/{dist/antd → antd}/lib/style/core/motion/slide.less +0 -0
  1300. /package/{dist/antd → antd}/lib/style/core/motion/zoom.less +0 -0
  1301. /package/{dist/antd → antd}/lib/style/core/motion.less +0 -0
  1302. /package/{dist/antd → antd}/lib/style/dark.less +0 -0
  1303. /package/{dist/antd → antd}/lib/style/index.css +0 -0
  1304. /package/{dist/antd → antd}/lib/style/index.less +0 -0
  1305. /package/{dist/antd → antd}/lib/style/mixins/clearfix.less +0 -0
  1306. /package/{dist/antd → antd}/lib/style/mixins/compatibility.less +0 -0
  1307. /package/{dist/antd → antd}/lib/style/mixins/customize.less +0 -0
  1308. /package/{dist/antd → antd}/lib/style/mixins/iconfont.less +0 -0
  1309. /package/{dist/antd → antd}/lib/style/mixins/index.less +0 -0
  1310. /package/{dist/antd → antd}/lib/style/mixins/motion.less +0 -0
  1311. /package/{dist/antd → antd}/lib/style/mixins/operation-unit.less +0 -0
  1312. /package/{dist/antd → antd}/lib/style/mixins/reset.less +0 -0
  1313. /package/{dist/antd → antd}/lib/style/mixins/size.less +0 -0
  1314. /package/{dist/antd → antd}/lib/style/mixins/typography.less +0 -0
  1315. /package/{dist/antd → antd}/lib/style/themes/compact.less +0 -0
  1316. /package/{dist/antd → antd}/lib/style/themes/dark.less +0 -0
  1317. /package/{dist/antd → antd}/lib/style/themes/default.less +0 -0
  1318. /package/{dist/antd → antd}/lib/style/themes/index.less +0 -0
package/dist/style.css CHANGED
@@ -1597,6 +1597,19 @@ 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
+ .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;
1611
+ }
1612
+
1600
1613
  .buj61ew.ant-btn {
1601
1614
  height: 32px;
1602
1615
  border-radius: 6px;
@@ -1907,1490 +1920,1499 @@ body {
1907
1920
  animation: rotate 680ms linear infinite;
1908
1921
  }
1909
1922
 
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);
1923
+ .cz04yix {
1917
1924
  display: flex;
1918
- align-items: center;
1919
- white-space: nowrap;
1920
- margin-right: 4px;
1921
- }
1922
-
1923
- .obf05yr {
1924
- display: inline-block;
1925
+ flex-direction: column;
1925
1926
  }
1926
1927
 
1927
- .hsms1n6 {
1928
- visibility: hidden;
1929
- position: absolute;
1928
+ .m1if5j39 {
1929
+ max-width: 1120px;
1930
+ width: 100%;
1931
+ margin: 0 auto;
1932
+ height: 100%;
1930
1933
  }
1931
1934
 
1932
- .p12gwtiw {
1935
+ .w1vvwdlp {
1936
+ max-width: 1120px;
1937
+ width: 100%;
1938
+ margin: 0 auto;
1933
1939
  display: flex;
1934
- justify-content: space-between;
1935
- align-items: center;
1936
- padding: 10px 0;
1937
- color: rgba(44, 56, 82, 0.6);
1938
- font-size: 12px;
1939
- line-height: 24px;
1940
1940
  }
1941
- .p12gwtiw .pagination-left {
1942
- padding: 2px 8px;
1941
+ .w1vvwdlp .left,
1942
+ .w1vvwdlp .right {
1943
+ flex-grow: 0;
1944
+ flex-shrink: 0;
1945
+ flex-basis: 21%;
1943
1946
  }
1944
- .p12gwtiw .dropdown-trigger {
1947
+ .w1vvwdlp .left {
1945
1948
  display: flex;
1946
- align-items: center;
1947
- border-radius: 6px;
1948
- cursor: pointer;
1949
- transition: all 0.3s ease;
1950
- }
1951
- .p12gwtiw .dropdown-trigger:hover {
1952
- background: rgba(211, 218, 235, 0.6);
1953
- color: #0080ff;
1954
- }
1955
- .p12gwtiw .dropdown-trigger .icon-inner {
1956
- margin-left: 4px;
1949
+ justify-content: flex-end;
1950
+ padding-right: 44px;
1957
1951
  }
1958
- .p12gwtiw .pagination-right {
1959
- display: flex;
1960
- align-items: center;
1961
- color: #0080ff;
1962
- font-weight: bold;
1952
+ .w1vvwdlp .right {
1953
+ padding-left: 44px;
1963
1954
  }
1964
- .p12gwtiw .pagination-right .icon-inner {
1965
- margin-left: 4px;
1955
+ .w1vvwdlp .middle {
1956
+ margin-bottom: 40px;
1957
+ flex-grow: 0;
1958
+ flex-shrink: 0;
1959
+ flex-basis: 58%;
1966
1960
  }
1967
- .p12gwtiw .pagination-right .prev-btn,
1968
- .p12gwtiw .pagination-right .next-btn {
1969
- padding: 0 8px;
1961
+ .w1vvwdlp .middle .form-base-field {
1962
+ width: 100%;
1970
1963
  }
1971
- .p12gwtiw .pagination-right .prev-btn > span,
1972
- .p12gwtiw .pagination-right .next-btn > span {
1973
- color: #0080ff;
1964
+ .w1vvwdlp .middle .form-base-field .form-base-field {
1965
+ width: auto;
1974
1966
  }
1975
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
- transform: rotate(180deg);
1967
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1968
+ flex: initial;
1977
1969
  }
1978
-
1979
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
- max-height: calc(100vh - 128px);
1981
- overflow-y: auto;
1970
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
1971
+ margin-top: 4px;
1982
1972
  }
1983
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1984
- padding: 4px 20px;
1985
- font-size: 12px;
1986
- line-height: 18px;
1973
+ .w1vvwdlp .ant-steps-item-icon,
1974
+ .w1vvwdlp .ant-steps-item-tail {
1975
+ display: none !important;
1987
1976
  }
1988
-
1989
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1990
- flex-direction: row;
1991
- justify-content: stretch;
1977
+ .w1vvwdlp .ant-steps-item-container {
1978
+ padding: 0 15px;
1979
+ border-radius: 4px;
1980
+ height: 32px;
1981
+ display: flex;
1982
+ align-items: center;
1992
1983
  }
1993
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1994
- padding: 0;
1995
- margin-right: 4px;
1996
- flex: 1;
1997
- overflow: visible;
1984
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1985
+ min-height: auto;
1986
+ white-space: nowrap;
1998
1987
  }
1999
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2000
- display: none;
1988
+ .w1vvwdlp .ant-steps-item-description {
1989
+ padding-bottom: 0px;
2001
1990
  }
2002
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2003
- width: 100%;
2004
- min-height: unset;
1991
+ .w1vvwdlp .ant-steps-item-title {
1992
+ font-size: 13px !important;
1993
+ line-height: 20px !important;
2005
1994
  }
2006
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2007
- height: 26px;
2008
- line-height: 26px;
2009
- width: 100%;
1995
+ .w1vvwdlp .ant-steps-item-title .step-index {
1996
+ display: inline-block;
2010
1997
  text-align: center;
2011
- padding: 0;
2012
- font-size: 12px;
2013
- font-weight: normal;
1998
+ width: 13px;
1999
+ margin-right: 12px;
2014
2000
  }
2015
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2016
- margin-right: 10px;
2001
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2002
+ background: rgba(0, 128, 255, 0.1);
2017
2003
  }
2018
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2019
- display: none;
2004
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2005
+ color: #005ed1;
2020
2006
  }
2021
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2022
- border-radius: 4px 0 0 4px;
2007
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2008
+ background: rgba(237, 241, 250, 0.6);
2023
2009
  }
2024
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2025
- margin-right: 0;
2010
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2011
+ color: rgba(10, 37, 85, 0.6) !important;
2026
2012
  }
2027
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2028
- border-radius: 0 4px 4px 0;
2013
+ .w1vvwdlp .ant-steps-item-disabled {
2014
+ cursor: not-allowed;
2029
2015
  }
2030
- .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 {
2031
- content: "";
2032
- width: 0;
2033
- height: 0;
2034
- border: 13px solid transparent;
2035
- position: absolute;
2036
- top: 0;
2037
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2038
- right: -21px;
2039
- z-index: 2;
2016
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2017
+ background: rgba(237, 241, 250, 0.6);
2040
2018
  }
2041
- .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 {
2042
- content: "";
2043
- width: 0;
2044
- height: 0;
2045
- border: 13px solid transparent;
2046
- position: absolute;
2047
- top: 0;
2048
- border-left: 8px solid #fff;
2049
- left: 0;
2019
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2020
+ color: #2d3a56;
2050
2021
  }
2051
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2052
- background-color: rgba(0, 136, 255, 0.1);
2022
+
2023
+ .h1cuopx7 .ant-modal-header {
2024
+ margin: 0 auto;
2025
+ width: 100%;
2026
+ max-width: 648px;
2053
2027
  }
2054
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2055
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2028
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2029
+ margin-left: 0;
2056
2030
  }
2057
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2058
- color: #005ed1;
2031
+ .h1cuopx7 .ant-modal-body {
2032
+ margin: 0 auto;
2033
+ padding: 0;
2034
+ width: 100%;
2035
+ max-width: 648px;
2036
+ overflow: hidden;
2059
2037
  }
2060
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2061
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2062
- background-color: rgba(237, 241, 250, 0.6);
2038
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2039
+ margin-bottom: 40px;
2063
2040
  }
2064
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2065
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2066
- color: rgba(44, 56, 82, 0.6);
2041
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2042
+ height: calc(100vh - 225px);
2043
+ overflow-y: auto;
2067
2044
  }
2068
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2069
- padding: 0;
2045
+ .h1cuopx7 .ant-modal-footer .footer-content {
2046
+ margin: 0 auto;
2047
+ max-width: 648px;
2070
2048
  }
2071
2049
 
2072
- .rxbeqvl.ant-radio-wrapper {
2073
- display: inline-flex;
2074
- align-items: baseline;
2075
- white-space: pre-wrap;
2050
+ .h1p6d3y3 .ant-modal-header {
2051
+ margin: 0 auto;
2052
+ width: 100%;
2053
+ max-width: 1024px;
2076
2054
  }
2077
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2078
- position: relative;
2079
- top: 3px;
2055
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2056
+ margin-left: 0;
2080
2057
  }
2081
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2082
- border-color: rgba(107, 128, 167, 0.6);
2058
+ .h1p6d3y3 .ant-modal-body {
2059
+ margin: 0 auto;
2060
+ padding: 0;
2061
+ width: 100%;
2062
+ max-width: 1024px;
2063
+ overflow: hidden;
2083
2064
  }
2084
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2085
- border-color: #0080ff;
2065
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2066
+ margin-bottom: 40px;
2086
2067
  }
2087
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2088
- border-color: #0080ff;
2089
- background: #0080ff;
2068
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2069
+ height: calc(100vh - 225px);
2070
+ overflow-y: auto;
2090
2071
  }
2091
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2092
- top: 4px;
2093
- left: 4px;
2094
- width: 6px;
2095
- height: 6px;
2096
- background: #fff;
2072
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2073
+ margin: 0 auto;
2074
+ max-width: 1024px;
2097
2075
  }
2098
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2099
- opacity: 0.5;
2076
+
2077
+ .fxgckuk {
2078
+ flex: 1;
2100
2079
  }
2101
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2102
- border-color: rgba(107, 128, 167, 0.6);
2103
- background: rgba(211, 218, 235, 0.6);
2080
+ .fxgckuk label {
2081
+ font-size: 13px;
2082
+ line-height: 20px;
2083
+ color: rgba(44, 56, 82, 0.6);
2104
2084
  }
2105
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2106
- background: #00122e;
2085
+ .fxgckuk .title {
2086
+ font-size: 14px;
2087
+ line-height: 20px;
2088
+ color: #2d3a56;
2089
+ margin-bottom: 12px;
2107
2090
  }
2108
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2109
- color: #00122e;
2110
- opacity: 0.5;
2091
+ .fxgckuk.connect-cluster .title {
2092
+ padding-bottom: 26px;
2111
2093
  }
2112
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2113
- color: #00122e;
2094
+
2095
+ .f1d0vek1 {
2096
+ padding: 25px 0 15px 0;
2097
+ border-bottom: 1px solid #e1e5eb;
2098
+ margin-bottom: 16px;
2114
2099
  }
2115
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2116
- display: inline-block;
2117
- padding: 0;
2118
- padding-left: 12px;
2100
+
2101
+ .f4u402y {
2102
+ display: flex;
2103
+ align-items: center;
2104
+ margin-bottom: 8px;
2119
2105
  }
2120
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2121
- margin-bottom: 0;
2122
- white-space: pre-wrap;
2123
- color: rgba(44, 56, 82, 0.6);
2106
+ .f4u402y > label {
2107
+ width: 216px;
2124
2108
  }
2125
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2126
- padding-left: 8px;
2109
+ .f4u402y > label + * {
2110
+ width: 100%;
2111
+ }
2112
+ .f4u402y .ant-select {
2113
+ width: 100%;
2127
2114
  }
2128
2115
 
2129
- .r5ie79y .ant-radio-button-wrapper:first-child {
2130
- border-radius: 5px 0 0 5px;
2116
+ .e1pldf6v {
2117
+ color: #e75a3a;
2118
+ margin-right: 10px;
2131
2119
  }
2132
- .r5ie79y .ant-radio-button-wrapper:last-child {
2133
- border-radius: 0 5px 5px 0;
2120
+
2121
+ .dq0gblh {
2122
+ width: 100%;
2123
+ height: 1px;
2124
+ background: rgba(213, 219, 227, 0.6);
2125
+ margin: 24px 0;
2134
2126
  }
2135
2127
 
2136
- .r1f0aqcc {
2137
- color: #00122e;
2138
- border-color: #ccd4e3;
2128
+ .l1v7sr0n {
2129
+ display: flex;
2130
+ justify-content: center;
2131
+ align-items: center;
2132
+ height: 100%;
2139
2133
  }
2140
- .r1f0aqcc:first-child {
2141
- color: #00122e;
2142
- border-color: #a3b4cc;
2134
+
2135
+ .d1i4ou6o {
2136
+ display: inline-block;
2137
+ width: 4px;
2138
+ height: 4px;
2139
+ background: #8e9aa9;
2140
+ opacity: 0.4;
2141
+ border-radius: 50%;
2142
+ margin: 0 4px;
2143
2143
  }
2144
- .r1f0aqcc.ant-radio-button-wrapper {
2145
- padding: 0 12px;
2146
- line-height: 32px;
2147
- height: 32px;
2144
+
2145
+ .m1jy87hk .ant-modal-header,
2146
+ .m1jy87hk .ant-modal-footer .footer-content {
2147
+ width: 648px;
2148
+ margin: 0 auto;
2148
2149
  }
2149
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2150
- white-space: nowrap;
2150
+ .m1jy87hk .ant-modal-header {
2151
+ padding: 35px 0 24px;
2152
+ border: none;
2151
2153
  }
2152
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2153
- background: #ccd4e3;
2154
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2155
+ font-size: 30px;
2154
2156
  }
2155
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2156
- background: #0080ff;
2157
+ .m1jy87hk .ant-modal-body {
2158
+ padding: 4px 0 2px;
2157
2159
  }
2158
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2159
- background: #ccd4e3;
2160
- opacity: 0.5;
2160
+ .m1jy87hk .ant-modal-footer {
2161
+ border: none;
2161
2162
  }
2162
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2163
- border-right-color: #0080ff;
2163
+
2164
+ .ti7fpyu {
2165
+ font-size: 12px;
2166
+ line-height: 18px;
2167
+ font-weight: bold;
2168
+ color: #fff;
2169
+ padding: 0 4px;
2170
+ border-radius: 4px;
2171
+ display: inline-block;
2172
+ background: var(--ti7fpyu-0);
2164
2173
  }
2165
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2166
- border-color: #0080ff;
2174
+ .ti7fpyu:not(:first-child) {
2175
+ margin-left: 4px;
2167
2176
  }
2168
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2169
- background: rgba(0, 136, 255, 0.1);
2177
+
2178
+ .f1rest1f {
2179
+ width: 100%;
2180
+ height: 100%;
2181
+ display: flex;
2182
+ align-items: center;
2183
+ justify-content: center;
2170
2184
  }
2171
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2172
- background: rgba(211, 218, 235, 0.6);
2173
- border-color: #ccd4e3;
2174
- opacity: 0.5;
2185
+
2186
+ .n1kbdoln {
2187
+ font-size: 90%;
2188
+ font-weight: bold;
2189
+ background-color: rgba(240, 243, 247, 0.6);
2190
+ padding: 1px 4px 1px;
2191
+ margin-left: 2px;
2192
+ margin-right: 2px;
2193
+ border: 1px solid rgba(213, 219, 227, 0.6);
2194
+ border-radius: 4px;
2175
2195
  }
2176
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2177
- color: #00122e;
2178
- border-color: #ccd4e3;
2196
+
2197
+ .f1y3gta0.form-item-general {
2198
+ width: 640px;
2179
2199
  }
2180
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2181
- color: #00122e;
2182
- border-color: #ccd4e3;
2183
- background: rgba(172, 186, 211, 0.6);
2200
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2201
+ margin-top: 16px;
2184
2202
  }
2185
- .r1f0aqcc .ant-radio-button-input {
2186
- margin-right: 8px;
2187
- display: inline;
2188
- border: none;
2189
- padding: 0;
2190
- width: 36px;
2191
- background: transparent;
2203
+ .f1y3gta0.form-item-compact {
2204
+ width: 412px;
2192
2205
  }
2193
- .r1f0aqcc .ant-radio-button-input:focus {
2194
- box-shadow: none;
2206
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2207
+ margin-top: 8px;
2195
2208
  }
2196
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2197
- margin-right: 0;
2198
- width: initial;
2199
- box-shadow: none;
2209
+ .f1y3gta0 .form-item {
2210
+ width: auto;
2200
2211
  }
2201
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2202
- display: none;
2212
+ .f1y3gta0 .form-item-main {
2213
+ position: relative;
2214
+ display: flex;
2203
2215
  }
2204
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2205
- display: inline;
2216
+ .f1y3gta0 .form-item-extra {
2217
+ margin-top: 4px;
2218
+ width: 100%;
2219
+ padding: 14px;
2220
+ background: #f2f4f6;
2221
+ font-size: 13px;
2222
+ line-height: 1.8;
2223
+ color: #8e9aa9;
2206
2224
  }
2207
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2208
- display: inline;
2209
- margin-right: 8px;
2210
- padding: 0;
2211
- width: 36px;
2225
+ .f1y3gta0 .form-item-label {
2226
+ padding-right: 12px;
2227
+ font-size: 13px;
2228
+ color: rgba(44, 56, 82, 0.6);
2212
2229
  }
2213
-
2214
- .s34f1qb.ant-switch {
2215
- min-width: 40px;
2216
- height: 24px;
2217
- background: rgba(172, 186, 211, 0.6);
2218
- overflow: hidden;
2230
+ .f1y3gta0 .form-item-label.label-right {
2231
+ text-align: right;
2219
2232
  }
2220
- .s34f1qb.ant-switch:focus {
2221
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2233
+ .f1y3gta0 .form-item-label,
2234
+ .f1y3gta0 .form-item-control {
2235
+ line-height: 32px;
2222
2236
  }
2223
- .s34f1qb.ant-switch-small {
2224
- min-width: 26px;
2225
- height: 16px;
2237
+ .f1y3gta0 .form-item-control .form-item-error {
2238
+ line-height: 18px;
2226
2239
  }
2227
- .s34f1qb.ant-switch-large {
2228
- min-width: 52px;
2229
- height: 32px;
2240
+ .f1y3gta0 .form-item-children {
2241
+ width: 100%;
2230
2242
  }
2231
- .s34f1qb.ant-switch .ant-switch-handle {
2232
- height: 20px;
2233
- width: 20px;
2243
+ .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
2244
+ width: 100%;
2234
2245
  }
2235
- .s34f1qb.ant-switch .ant-switch-handle::before {
2236
- border-radius: 10px;
2237
- transition-delay: 120ms;
2246
+ .f1y3gta0 .form-item-error {
2247
+ color: #e75a3a;
2248
+ height: 0;
2249
+ overflow: hidden;
2238
2250
  }
2239
- .s34f1qb.ant-switch-small .ant-switch-handle {
2240
- height: 14px;
2241
- width: 14px;
2242
- top: 1px;
2243
- left: 1px;
2251
+ .f1y3gta0 .form-item-error-enter-done {
2252
+ margin-top: 4px;
2253
+ height: auto;
2254
+ overflow: auto;
2244
2255
  }
2245
- .s34f1qb.ant-switch-large .ant-switch-handle {
2246
- height: 28px;
2247
- width: 28px;
2256
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2257
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2258
+ border: 1px solid #e75a3a;
2259
+ color: #e75a3a;
2248
2260
  }
2249
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2250
- border-radius: 14px;
2261
+
2262
+ .fujbm7g {
2263
+ color: #2d3a56;
2264
+ font-weight: bold;
2265
+ padding-bottom: 6px;
2266
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2267
+ margin-bottom: 16px;
2251
2268
  }
2252
- .s34f1qb.ant-switch-checked {
2253
- background-color: #00ba5d;
2269
+ .fujbm7g:not(:first-of-type) {
2270
+ margin-top: 16px;
2254
2271
  }
2255
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2256
- left: calc(100% - 20px - 2px);
2272
+
2273
+ .e5fsw5s {
2274
+ width: 8px;
2275
+ height: 24px;
2276
+ display: flex;
2277
+ justify-content: center;
2278
+ align-items: center;
2279
+ cursor: pointer;
2280
+ transition: all 200ms ease-out 40ms;
2257
2281
  }
2258
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2259
- left: calc(100% - 14px - 1px);
2282
+ .e5fsw5s:before, .e5fsw5s:after {
2283
+ content: "";
2284
+ width: 1px;
2285
+ height: 6px;
2286
+ border-radius: 1px;
2287
+ background: #ccd4e3;
2288
+ position: relative;
2289
+ right: 2px;
2290
+ transform: rotate(-45deg);
2260
2291
  }
2261
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2262
- left: calc(100% - 28px - 2px);
2292
+ .e5fsw5s:after {
2293
+ transform: rotate(45deg);
2294
+ left: 1px;
2263
2295
  }
2264
2296
 
2265
- .c1to9vb9 {
2266
- margin-left: 5px;
2297
+ .w18knsg4.ant-alert-warning {
2298
+ border: 0;
2299
+ background: rgba(255, 187, 0, 0.1);
2300
+ border-radius: 6px;
2267
2301
  }
2268
-
2269
- .cz04yix {
2270
- display: flex;
2271
- flex-direction: column;
2302
+ .w18knsg4.ant-alert,
2303
+ .w18knsg4 .ant-alert-message {
2304
+ color: #e07f00;
2272
2305
  }
2273
-
2274
- .m1if5j39 {
2275
- max-width: 1120px;
2276
- width: 100%;
2277
- margin: 0 auto;
2278
- height: 100%;
2306
+ .w18knsg4.ant-alert .dashed-border-bottom,
2307
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2308
+ border-bottom-color: #e07f00;
2279
2309
  }
2280
2310
 
2281
- .w1vvwdlp {
2282
- max-width: 1120px;
2283
- width: 100%;
2284
- margin: 0 auto;
2311
+ .ng31n2o {
2285
2312
  display: flex;
2313
+ flex-direction: row;
2314
+ padding: 7px 12px;
2315
+ background: rgba(255, 187, 0, 0.1);
2316
+ border-radius: 6px;
2317
+ color: #e07f00;
2318
+ font-size: 12px;
2319
+ line-height: 18px;
2286
2320
  }
2287
- .w1vvwdlp .left,
2288
- .w1vvwdlp .right {
2289
- flex-grow: 0;
2290
- flex-shrink: 0;
2291
- flex-basis: 21%;
2321
+ .ng31n2o .icon-wrapper {
2322
+ margin-right: 10px;
2323
+ height: 18px;
2292
2324
  }
2293
- .w1vvwdlp .left {
2325
+
2326
+ .n15x5f5y {
2294
2327
  display: flex;
2295
- justify-content: flex-end;
2296
- padding-right: 44px;
2297
- }
2298
- .w1vvwdlp .right {
2299
- padding-left: 44px;
2300
- }
2301
- .w1vvwdlp .middle {
2302
- margin-bottom: 40px;
2303
- flex-grow: 0;
2304
- flex-shrink: 0;
2305
- flex-basis: 58%;
2328
+ flex-direction: row;
2329
+ padding: 7px 12px;
2330
+ background: rgba(225, 230, 241, 0.6);
2331
+ border-radius: 6px;
2332
+ color: rgba(44, 56, 82, 0.6);
2333
+ font-size: 12px;
2334
+ line-height: 18px;
2306
2335
  }
2307
- .w1vvwdlp .middle .form-base-field {
2308
- width: 100%;
2336
+ .n15x5f5y .icon-wrapper {
2337
+ margin-right: 10px;
2338
+ height: 18px;
2309
2339
  }
2310
- .w1vvwdlp .middle .form-base-field .form-base-field {
2311
- width: auto;
2340
+
2341
+ .i16ozz3f {
2342
+ display: flex;
2343
+ flex-direction: row;
2344
+ padding: 7px 12px;
2345
+ background: rgba(0, 136, 255, 0.1);
2346
+ border-radius: 6px;
2347
+ color: #005ed1;
2348
+ font-size: 12px;
2349
+ line-height: 18px;
2312
2350
  }
2313
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2314
- flex: initial;
2351
+ .i16ozz3f .icon-wrapper {
2352
+ margin-right: 10px;
2353
+ height: 18px;
2315
2354
  }
2316
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2317
- margin-top: 4px;
2355
+
2356
+ .dszu9qr {
2357
+ color: rgba(44, 56, 82, 0.6);
2358
+ margin-top: 5px;
2359
+ font-size: 12px;
2360
+ line-height: 18px;
2318
2361
  }
2319
- .w1vvwdlp .ant-steps-item-icon,
2320
- .w1vvwdlp .ant-steps-item-tail {
2321
- display: none !important;
2362
+
2363
+ .snxzgx {
2364
+ color: #f0483e;
2365
+ font-size: 12px;
2366
+ white-space: pre-wrap;
2322
2367
  }
2323
- .w1vvwdlp .ant-steps-item-container {
2324
- padding: 0 15px;
2325
- border-radius: 4px;
2326
- height: 32px;
2368
+
2369
+ .o1i4orqw {
2327
2370
  display: flex;
2328
2371
  align-items: center;
2372
+ justify-content: flex-end;
2329
2373
  }
2330
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2331
- min-height: auto;
2332
- white-space: nowrap;
2374
+ .o1i4orqw .icon-wrapper {
2375
+ margin-right: 16px;
2333
2376
  }
2334
- .w1vvwdlp .ant-steps-item-description {
2335
- padding-bottom: 0px;
2377
+
2378
+ .t79k8o2 {
2379
+ color: rgba(0, 21, 64, 0.3);
2336
2380
  }
2337
- .w1vvwdlp .ant-steps-item-title {
2338
- font-size: 13px !important;
2339
- line-height: 20px !important;
2381
+
2382
+ .ipd9bk.ant-input {
2383
+ padding: 5px 12px;
2384
+ line-height: 20px;
2385
+ color: #2d3a56;
2386
+ border-radius: 6px;
2387
+ border-color: rgba(172, 186, 211, 0.6);
2388
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2340
2389
  }
2341
- .w1vvwdlp .ant-steps-item-title .step-index {
2342
- display: inline-block;
2343
- text-align: center;
2344
- width: 13px;
2345
- margin-right: 12px;
2390
+ .ipd9bk.ant-input.ant-input-lg {
2391
+ padding: 8px 16px;
2392
+ line-height: 22px;
2346
2393
  }
2347
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2348
- background: rgba(0, 128, 255, 0.1);
2394
+ .ipd9bk.ant-input.ant-input-sm {
2395
+ padding: 2px 8px;
2396
+ line-height: 18px;
2349
2397
  }
2350
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2351
- color: #005ed1;
2398
+ .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
2399
+ border-color: rgba(107, 128, 167, 0.6);
2400
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2352
2401
  }
2353
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2354
- background: rgba(237, 241, 250, 0.6);
2402
+ .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
2403
+ border-color: #0096ff;
2404
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2355
2405
  }
2356
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2357
- color: rgba(10, 37, 85, 0.6) !important;
2406
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2407
+ border-color: #e75a3a;
2408
+ color: #e75a3a;
2358
2409
  }
2359
- .w1vvwdlp .ant-steps-item-disabled {
2360
- cursor: not-allowed;
2410
+ .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
2411
+ border-color: #e75a3a;
2412
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2361
2413
  }
2362
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2363
- background: rgba(237, 241, 250, 0.6);
2414
+ .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
2415
+ border-color: #e75a3a;
2416
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2364
2417
  }
2365
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2418
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2419
+ background: rgba(211, 218, 235, 0.6);
2420
+ color: rgba(0, 21, 64, 0.3);
2421
+ border-color: rgba(172, 186, 211, 0.6);
2422
+ }
2423
+ .ipd9bk.ant-input-affix-wrapper {
2424
+ padding: 5px 12px;
2425
+ border-radius: 6px;
2426
+ border-color: rgba(172, 186, 211, 0.6);
2427
+ line-height: 20px;
2366
2428
  color: #2d3a56;
2429
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2367
2430
  }
2368
-
2369
- .h1cuopx7 .ant-modal-header {
2370
- margin: 0 auto;
2371
- width: 100%;
2372
- max-width: 648px;
2431
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2432
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2433
+ color: rgba(44, 56, 82, 0.6);
2373
2434
  }
2374
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2375
- margin-left: 0;
2435
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2436
+ padding: 8px 16px;
2437
+ line-height: 22px;
2376
2438
  }
2377
- .h1cuopx7 .ant-modal-body {
2378
- margin: 0 auto;
2379
- padding: 0;
2380
- width: 100%;
2381
- max-width: 648px;
2382
- overflow: hidden;
2439
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2440
+ padding: 2px 8px;
2441
+ line-height: 18px;
2383
2442
  }
2384
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2385
- margin-bottom: 40px;
2443
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2444
+ border-color: rgba(107, 128, 167, 0.6);
2445
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2386
2446
  }
2387
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2388
- height: calc(100vh - 225px);
2389
- overflow-y: auto;
2447
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2448
+ border-color: #0096ff;
2449
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2390
2450
  }
2391
- .h1cuopx7 .ant-modal-footer .footer-content {
2392
- margin: 0 auto;
2393
- max-width: 648px;
2451
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2452
+ border-color: #e75a3a;
2394
2453
  }
2395
-
2396
- .h1p6d3y3 .ant-modal-header {
2397
- margin: 0 auto;
2398
- width: 100%;
2399
- max-width: 1024px;
2454
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2455
+ color: #e75a3a;
2400
2456
  }
2401
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2402
- margin-left: 0;
2457
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2458
+ border-color: #e75a3a;
2459
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2403
2460
  }
2404
- .h1p6d3y3 .ant-modal-body {
2405
- margin: 0 auto;
2406
- padding: 0;
2407
- width: 100%;
2408
- max-width: 1024px;
2409
- overflow: hidden;
2461
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2462
+ border-color: #e75a3a;
2463
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2410
2464
  }
2411
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2412
- margin-bottom: 40px;
2465
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2466
+ background: rgba(211, 218, 235, 0.6);
2467
+ color: rgba(0, 21, 64, 0.3);
2468
+ border-color: rgba(172, 186, 211, 0.6);
2413
2469
  }
2414
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2415
- height: calc(100vh - 225px);
2416
- overflow-y: auto;
2470
+ textarea.ipd9bk.ant-input {
2471
+ transition-property: height;
2472
+ transition-delay: 50ms;
2417
2473
  }
2418
- .h1p6d3y3 .ant-modal-footer .footer-content {
2419
- margin: 0 auto;
2420
- max-width: 1024px;
2474
+ textarea.ipd9bk.ant-input.textarea-large {
2475
+ min-height: 40px;
2476
+ height: 40px;
2421
2477
  }
2422
-
2423
- .fxgckuk {
2424
- flex: 1;
2478
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2479
+ height: 80px;
2425
2480
  }
2426
- .fxgckuk label {
2427
- font-size: 13px;
2428
- line-height: 20px;
2429
- color: rgba(44, 56, 82, 0.6);
2481
+ textarea.ipd9bk.ant-input.textarea-middle {
2482
+ min-height: 32px;
2483
+ height: 32px;
2430
2484
  }
2431
- .fxgckuk .title {
2432
- font-size: 14px;
2433
- line-height: 20px;
2434
- color: #2d3a56;
2435
- margin-bottom: 12px;
2485
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2486
+ height: 64px;
2436
2487
  }
2437
- .fxgckuk.connect-cluster .title {
2438
- padding-bottom: 26px;
2488
+ textarea.ipd9bk.ant-input.textarea-small {
2489
+ min-height: 24px;
2490
+ height: 24px;
2439
2491
  }
2440
-
2441
- .f1d0vek1 {
2442
- padding: 25px 0 15px 0;
2443
- border-bottom: 1px solid #e1e5eb;
2444
- margin-bottom: 16px;
2492
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2493
+ height: 40px;
2445
2494
  }
2446
2495
 
2447
- .f4u402y {
2448
- display: flex;
2449
- align-items: center;
2450
- margin-bottom: 8px;
2451
- }
2452
- .f4u402y > label {
2453
- width: 216px;
2496
+ .kypn5o5 input, .kypn5o5.input-tags {
2497
+ border: 1px solid rgba(213, 219, 227, 0.6);
2498
+ border-radius: 4px;
2454
2499
  }
2455
- .f4u402y > label + * {
2456
- width: 100%;
2500
+ .kypn5o5.input-tags {
2501
+ position: relative;
2502
+ padding: 6px;
2503
+ height: 32px;
2504
+ cursor: pointer;
2505
+ transition: border 150ms;
2457
2506
  }
2458
- .f4u402y .ant-select {
2459
- width: 100%;
2507
+ .kypn5o5.input-tags:hover {
2508
+ border-color: #0080ff;
2509
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2460
2510
  }
2461
-
2462
- .e1pldf6v {
2463
- color: #e75a3a;
2464
- margin-right: 10px;
2511
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2512
+ padding-right: 30px;
2465
2513
  }
2466
-
2467
- .dq0gblh {
2468
- width: 100%;
2469
- height: 1px;
2470
- background: rgba(213, 219, 227, 0.6);
2471
- margin: 24px 0;
2514
+ .kypn5o5.input-tags .input-tags-inner {
2515
+ display: flex;
2472
2516
  }
2473
-
2474
- .l1v7sr0n {
2517
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2475
2518
  display: flex;
2476
- justify-content: center;
2477
- align-items: center;
2478
- height: 100%;
2479
2519
  }
2480
-
2481
- .d1i4ou6o {
2482
- display: inline-block;
2483
- width: 4px;
2484
- height: 4px;
2485
- background: #8e9aa9;
2486
- opacity: 0.4;
2487
- border-radius: 50%;
2488
- margin: 0 4px;
2520
+ .kypn5o5.input-tags .input-tag-suffix {
2521
+ position: absolute;
2522
+ right: 12px;
2523
+ top: 50%;
2524
+ transform: translateY(-50%);
2489
2525
  }
2490
-
2491
- .m1jy87hk .ant-modal-header,
2492
- .m1jy87hk .ant-modal-footer .footer-content {
2493
- width: 648px;
2494
- margin: 0 auto;
2526
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2527
+ color: rgba(0, 0, 0, 0.25);
2528
+ font-size: 12px;
2529
+ cursor: pointer;
2495
2530
  }
2496
- .m1jy87hk .ant-modal-header {
2497
- padding: 35px 0 24px;
2498
- border: none;
2531
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2532
+ color: rgba(0, 0, 0, 0.45);
2499
2533
  }
2500
- .m1jy87hk .ant-modal-header .ant-modal-title {
2501
- font-size: 30px;
2534
+ .kypn5o5.has-focus-indicator {
2535
+ position: relative;
2536
+ overflow: hidden;
2502
2537
  }
2503
- .m1jy87hk .ant-modal-body {
2504
- padding: 4px 0 2px;
2538
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2539
+ position: absolute;
2540
+ top: 50%;
2541
+ transform: translateY(-50%);
2542
+ left: -16px;
2543
+ transition: left 150ms ease;
2544
+ opacity: 0;
2505
2545
  }
2506
- .m1jy87hk .ant-modal-footer {
2507
- border: none;
2546
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2547
+ left: 8px;
2548
+ opacity: 1;
2549
+ }
2550
+ .kypn5o5.has-focus-indicator input {
2551
+ transition: margin-left 150ms ease;
2552
+ margin-left: 0px;
2553
+ }
2554
+ .kypn5o5.has-focus-indicator input:focus {
2555
+ margin-left: 16px;
2508
2556
  }
2509
2557
 
2510
- .ti7fpyu {
2511
- font-size: 12px;
2512
- line-height: 18px;
2513
- font-weight: bold;
2514
- color: #fff;
2515
- padding: 0 4px;
2516
- border-radius: 4px;
2517
- display: inline-block;
2518
- background: var(--ti7fpyu-0);
2558
+ input.l1ki27se.ant-input {
2559
+ border-top-right-radius: 0;
2560
+ border-bottom-right-radius: 0;
2519
2561
  }
2520
- .ti7fpyu:not(:first-child) {
2521
- margin-left: 4px;
2562
+
2563
+ .l1ki27se.ant-input-affix-wrapper {
2564
+ border-top-right-radius: 0;
2565
+ border-bottom-right-radius: 0;
2522
2566
  }
2523
2567
 
2524
- .f1rest1f {
2525
- width: 100%;
2526
- height: 100%;
2527
- display: flex;
2528
- align-items: center;
2529
- justify-content: center;
2568
+ input.rrg1fkn.ant-input {
2569
+ border-top-left-radius: 0;
2570
+ border-bottom-left-radius: 0;
2530
2571
  }
2531
2572
 
2532
- .n1kbdoln {
2533
- font-size: 90%;
2534
- font-weight: bold;
2535
- background-color: rgba(240, 243, 247, 0.6);
2536
- padding: 1px 4px 1px;
2537
- margin-left: 2px;
2538
- margin-right: 2px;
2539
- border: 1px solid rgba(213, 219, 227, 0.6);
2540
- border-radius: 4px;
2573
+ .rrg1fkn.ant-input-affix-wrapper {
2574
+ border-top-left-radius: 0;
2575
+ border-bottom-left-radius: 0;
2541
2576
  }
2542
2577
 
2543
- .f1y3gta0.form-item-general {
2544
- width: 640px;
2578
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2579
+ border-top-right-radius: 0;
2580
+ border-bottom-right-radius: 0;
2545
2581
  }
2546
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2547
- margin-top: 16px;
2582
+
2583
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2584
+ border-top-left-radius: 0;
2585
+ border-bottom-left-radius: 0;
2548
2586
  }
2549
- .f1y3gta0.form-item-compact {
2550
- width: 412px;
2587
+
2588
+ .s34f1qb.ant-switch {
2589
+ min-width: 40px;
2590
+ height: 24px;
2591
+ background: rgba(172, 186, 211, 0.6);
2592
+ overflow: hidden;
2551
2593
  }
2552
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2553
- margin-top: 8px;
2594
+ .s34f1qb.ant-switch:focus {
2595
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2554
2596
  }
2555
- .f1y3gta0 .form-item {
2556
- width: auto;
2597
+ .s34f1qb.ant-switch-small {
2598
+ min-width: 26px;
2599
+ height: 16px;
2557
2600
  }
2558
- .f1y3gta0 .form-item-main {
2559
- position: relative;
2560
- display: flex;
2601
+ .s34f1qb.ant-switch-large {
2602
+ min-width: 52px;
2603
+ height: 32px;
2561
2604
  }
2562
- .f1y3gta0 .form-item-extra {
2563
- margin-top: 4px;
2564
- width: 100%;
2565
- padding: 14px;
2566
- background: #f2f4f6;
2567
- font-size: 13px;
2568
- line-height: 1.8;
2569
- color: #8e9aa9;
2570
- }
2571
- .f1y3gta0 .form-item-label {
2572
- padding-right: 12px;
2573
- font-size: 13px;
2574
- color: rgba(44, 56, 82, 0.6);
2605
+ .s34f1qb.ant-switch .ant-switch-handle {
2606
+ height: 20px;
2607
+ width: 20px;
2575
2608
  }
2576
- .f1y3gta0 .form-item-label.label-right {
2577
- text-align: right;
2609
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2610
+ border-radius: 10px;
2611
+ transition-delay: 120ms;
2578
2612
  }
2579
- .f1y3gta0 .form-item-label,
2580
- .f1y3gta0 .form-item-control {
2581
- line-height: 32px;
2613
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2614
+ height: 14px;
2615
+ width: 14px;
2616
+ top: 1px;
2617
+ left: 1px;
2582
2618
  }
2583
- .f1y3gta0 .form-item-control .form-item-error {
2584
- line-height: 18px;
2619
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2620
+ height: 28px;
2621
+ width: 28px;
2585
2622
  }
2586
- .f1y3gta0 .form-item-children {
2587
- width: 100%;
2623
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2624
+ border-radius: 14px;
2588
2625
  }
2589
- .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
2590
- width: 100%;
2626
+ .s34f1qb.ant-switch-checked {
2627
+ background-color: #00ba5d;
2591
2628
  }
2592
- .f1y3gta0 .form-item-error {
2593
- color: #e75a3a;
2594
- height: 0;
2595
- overflow: hidden;
2629
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2630
+ left: calc(100% - 20px - 2px);
2596
2631
  }
2597
- .f1y3gta0 .form-item-error-enter-done {
2598
- margin-top: 4px;
2599
- height: auto;
2600
- overflow: auto;
2632
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2633
+ left: calc(100% - 14px - 1px);
2601
2634
  }
2602
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2603
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2604
- border: 1px solid #e75a3a;
2605
- color: #e75a3a;
2635
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2636
+ left: calc(100% - 28px - 2px);
2606
2637
  }
2607
2638
 
2608
- .fujbm7g {
2609
- color: #2d3a56;
2610
- font-weight: bold;
2611
- padding-bottom: 6px;
2612
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2613
- margin-bottom: 16px;
2614
- }
2615
- .fujbm7g:not(:first-of-type) {
2616
- margin-top: 16px;
2639
+ .c1to9vb9 {
2640
+ margin-left: 5px;
2617
2641
  }
2618
2642
 
2619
- .e5fsw5s {
2620
- width: 8px;
2621
- height: 24px;
2643
+ .p12gwtiw {
2622
2644
  display: flex;
2623
- justify-content: center;
2645
+ justify-content: space-between;
2624
2646
  align-items: center;
2625
- cursor: pointer;
2626
- transition: all 200ms ease-out 40ms;
2627
- }
2628
- .e5fsw5s:before, .e5fsw5s:after {
2629
- content: "";
2630
- width: 1px;
2631
- height: 6px;
2632
- border-radius: 1px;
2633
- background: #ccd4e3;
2634
- position: relative;
2635
- right: 2px;
2636
- transform: rotate(-45deg);
2647
+ padding: 10px 0;
2648
+ color: rgba(44, 56, 82, 0.6);
2649
+ font-size: 12px;
2650
+ line-height: 24px;
2637
2651
  }
2638
- .e5fsw5s:after {
2639
- transform: rotate(45deg);
2640
- left: 1px;
2652
+ .p12gwtiw .pagination-left {
2653
+ padding: 2px 8px;
2641
2654
  }
2642
-
2643
- .w18knsg4.ant-alert-warning {
2644
- border: 0;
2645
- background: rgba(255, 187, 0, 0.1);
2655
+ .p12gwtiw .dropdown-trigger {
2656
+ display: flex;
2657
+ align-items: center;
2646
2658
  border-radius: 6px;
2659
+ cursor: pointer;
2660
+ transition: all 0.3s ease;
2647
2661
  }
2648
- .w18knsg4.ant-alert,
2649
- .w18knsg4 .ant-alert-message {
2650
- color: #e07f00;
2662
+ .p12gwtiw .dropdown-trigger:hover {
2663
+ background: rgba(211, 218, 235, 0.6);
2664
+ color: #0080ff;
2651
2665
  }
2652
- .w18knsg4.ant-alert .dashed-border-bottom,
2653
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2654
- border-bottom-color: #e07f00;
2666
+ .p12gwtiw .dropdown-trigger .icon-inner {
2667
+ margin-left: 4px;
2655
2668
  }
2656
-
2657
- .ng31n2o {
2669
+ .p12gwtiw .pagination-right {
2658
2670
  display: flex;
2659
- flex-direction: row;
2660
- padding: 7px 12px;
2661
- background: rgba(255, 187, 0, 0.1);
2662
- border-radius: 6px;
2663
- color: #e07f00;
2664
- font-size: 12px;
2665
- line-height: 18px;
2671
+ align-items: center;
2672
+ color: #0080ff;
2673
+ font-weight: bold;
2666
2674
  }
2667
- .ng31n2o .icon-wrapper {
2668
- margin-right: 10px;
2669
- height: 18px;
2675
+ .p12gwtiw .pagination-right .icon-inner {
2676
+ margin-left: 4px;
2670
2677
  }
2671
-
2672
- .n15x5f5y {
2673
- display: flex;
2674
- flex-direction: row;
2675
- padding: 7px 12px;
2676
- background: rgba(225, 230, 241, 0.6);
2677
- border-radius: 6px;
2678
- color: rgba(44, 56, 82, 0.6);
2679
- font-size: 12px;
2680
- line-height: 18px;
2678
+ .p12gwtiw .pagination-right .prev-btn,
2679
+ .p12gwtiw .pagination-right .next-btn {
2680
+ padding: 0 8px;
2681
2681
  }
2682
- .n15x5f5y .icon-wrapper {
2683
- margin-right: 10px;
2684
- height: 18px;
2682
+ .p12gwtiw .pagination-right .prev-btn > span,
2683
+ .p12gwtiw .pagination-right .next-btn > span {
2684
+ color: #0080ff;
2685
+ }
2686
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2687
+ transform: rotate(180deg);
2685
2688
  }
2686
2689
 
2687
- .i16ozz3f {
2688
- display: flex;
2689
- flex-direction: row;
2690
- padding: 7px 12px;
2691
- background: rgba(0, 136, 255, 0.1);
2692
- border-radius: 6px;
2693
- color: #005ed1;
2690
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2691
+ max-height: calc(100vh - 128px);
2692
+ overflow-y: auto;
2693
+ }
2694
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2695
+ padding: 4px 20px;
2694
2696
  font-size: 12px;
2695
2697
  line-height: 18px;
2696
2698
  }
2697
- .i16ozz3f .icon-wrapper {
2698
- margin-right: 10px;
2699
- height: 18px;
2699
+
2700
+ .obf05yr {
2701
+ display: inline-block;
2700
2702
  }
2701
2703
 
2702
- .dszu9qr {
2703
- color: rgba(44, 56, 82, 0.6);
2704
- margin-top: 5px;
2705
- font-size: 12px;
2706
- line-height: 18px;
2704
+ .hsms1n6 {
2705
+ visibility: hidden;
2706
+ position: absolute;
2707
2707
  }
2708
2708
 
2709
- .snxzgx {
2710
- color: #f0483e;
2711
- font-size: 12px;
2709
+ .rxbeqvl.ant-radio-wrapper {
2710
+ display: inline-flex;
2711
+ align-items: baseline;
2712
2712
  white-space: pre-wrap;
2713
2713
  }
2714
-
2715
- .o1i4orqw {
2716
- display: flex;
2717
- align-items: center;
2718
- justify-content: flex-end;
2714
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2715
+ position: relative;
2716
+ top: 3px;
2719
2717
  }
2720
- .o1i4orqw .icon-wrapper {
2721
- margin-right: 16px;
2718
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2719
+ border-color: rgba(107, 128, 167, 0.6);
2722
2720
  }
2723
-
2724
- .t79k8o2 {
2725
- color: rgba(0, 21, 64, 0.3);
2721
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2722
+ border-color: #0080ff;
2726
2723
  }
2727
-
2728
- .ipd9bk.ant-input {
2729
- padding: 5px 12px;
2730
- line-height: 20px;
2731
- color: #2d3a56;
2732
- border-radius: 6px;
2733
- border-color: rgba(172, 186, 211, 0.6);
2734
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2724
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2725
+ border-color: #0080ff;
2726
+ background: #0080ff;
2735
2727
  }
2736
- .ipd9bk.ant-input.ant-input-lg {
2737
- padding: 8px 16px;
2738
- line-height: 22px;
2728
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2729
+ top: 4px;
2730
+ left: 4px;
2731
+ width: 6px;
2732
+ height: 6px;
2733
+ background: #fff;
2739
2734
  }
2740
- .ipd9bk.ant-input.ant-input-sm {
2741
- padding: 2px 8px;
2742
- line-height: 18px;
2735
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2736
+ opacity: 0.5;
2743
2737
  }
2744
- .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
2738
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2745
2739
  border-color: rgba(107, 128, 167, 0.6);
2746
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2747
- }
2748
- .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
2749
- border-color: #0096ff;
2750
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2740
+ background: rgba(211, 218, 235, 0.6);
2751
2741
  }
2752
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2753
- border-color: #e75a3a;
2754
- color: #e75a3a;
2742
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2743
+ background: #00122e;
2755
2744
  }
2756
- .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
2757
- border-color: #e75a3a;
2758
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2745
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2746
+ color: #00122e;
2747
+ opacity: 0.5;
2759
2748
  }
2760
- .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
2761
- border-color: #e75a3a;
2762
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2749
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2750
+ color: #00122e;
2763
2751
  }
2764
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2765
- background: rgba(211, 218, 235, 0.6);
2766
- color: rgba(0, 21, 64, 0.3);
2767
- border-color: rgba(172, 186, 211, 0.6);
2768
- }
2769
- .ipd9bk.ant-input-affix-wrapper {
2770
- padding: 5px 12px;
2771
- border-radius: 6px;
2772
- border-color: rgba(172, 186, 211, 0.6);
2773
- line-height: 20px;
2774
- color: #2d3a56;
2775
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2752
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2753
+ display: inline-block;
2754
+ padding: 0;
2755
+ padding-left: 12px;
2776
2756
  }
2777
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2778
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2757
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2758
+ margin-bottom: 0;
2759
+ white-space: pre-wrap;
2779
2760
  color: rgba(44, 56, 82, 0.6);
2780
2761
  }
2781
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2782
- padding: 8px 16px;
2783
- line-height: 22px;
2762
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2763
+ padding-left: 8px;
2784
2764
  }
2785
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2786
- padding: 2px 8px;
2787
- line-height: 18px;
2765
+
2766
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2767
+ border-radius: 5px 0 0 5px;
2788
2768
  }
2789
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2790
- border-color: rgba(107, 128, 167, 0.6);
2791
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2769
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2770
+ border-radius: 0 5px 5px 0;
2792
2771
  }
2793
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2794
- border-color: #0096ff;
2795
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2772
+
2773
+ .r1f0aqcc {
2774
+ color: #00122e;
2775
+ border-color: #ccd4e3;
2796
2776
  }
2797
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2798
- border-color: #e75a3a;
2777
+ .r1f0aqcc:first-child {
2778
+ color: #00122e;
2779
+ border-color: #a3b4cc;
2799
2780
  }
2800
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2801
- color: #e75a3a;
2781
+ .r1f0aqcc.ant-radio-button-wrapper {
2782
+ padding: 0 12px;
2783
+ line-height: 32px;
2784
+ height: 32px;
2802
2785
  }
2803
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2804
- border-color: #e75a3a;
2805
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2786
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2787
+ white-space: nowrap;
2806
2788
  }
2807
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2808
- border-color: #e75a3a;
2809
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2789
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2790
+ background: #ccd4e3;
2810
2791
  }
2811
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2792
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2793
+ background: #0080ff;
2794
+ }
2795
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2796
+ background: #ccd4e3;
2797
+ opacity: 0.5;
2798
+ }
2799
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2800
+ border-right-color: #0080ff;
2801
+ }
2802
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2803
+ border-color: #0080ff;
2804
+ }
2805
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2806
+ background: rgba(0, 136, 255, 0.1);
2807
+ }
2808
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2812
2809
  background: rgba(211, 218, 235, 0.6);
2813
- color: rgba(0, 21, 64, 0.3);
2814
- border-color: rgba(172, 186, 211, 0.6);
2810
+ border-color: #ccd4e3;
2811
+ opacity: 0.5;
2815
2812
  }
2816
- textarea.ipd9bk.ant-input {
2817
- transition-property: height;
2818
- transition-delay: 50ms;
2813
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2814
+ color: #00122e;
2815
+ border-color: #ccd4e3;
2819
2816
  }
2820
- textarea.ipd9bk.ant-input.textarea-large {
2821
- min-height: 40px;
2822
- height: 40px;
2817
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2818
+ color: #00122e;
2819
+ border-color: #ccd4e3;
2820
+ background: rgba(172, 186, 211, 0.6);
2823
2821
  }
2824
- textarea.ipd9bk.ant-input.textarea-large:focus {
2825
- height: 80px;
2822
+ .r1f0aqcc .ant-radio-button-input {
2823
+ margin-right: 8px;
2824
+ display: inline;
2825
+ border: none;
2826
+ padding: 0;
2827
+ width: 36px;
2828
+ background: transparent;
2826
2829
  }
2827
- textarea.ipd9bk.ant-input.textarea-middle {
2828
- min-height: 32px;
2829
- height: 32px;
2830
+ .r1f0aqcc .ant-radio-button-input:focus {
2831
+ box-shadow: none;
2830
2832
  }
2831
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2832
- height: 64px;
2833
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2834
+ margin-right: 0;
2835
+ width: initial;
2836
+ box-shadow: none;
2833
2837
  }
2834
- textarea.ipd9bk.ant-input.textarea-small {
2835
- min-height: 24px;
2836
- height: 24px;
2838
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2839
+ display: none;
2837
2840
  }
2838
- textarea.ipd9bk.ant-input.textarea-small:focus {
2839
- height: 40px;
2841
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2842
+ display: inline;
2843
+ }
2844
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2845
+ display: inline;
2846
+ margin-right: 8px;
2847
+ padding: 0;
2848
+ width: 36px;
2840
2849
  }
2841
2850
 
2842
- .kypn5o5 input, .kypn5o5.input-tags {
2843
- border: 1px solid rgba(213, 219, 227, 0.6);
2844
- border-radius: 4px;
2851
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2852
+ flex-direction: row;
2853
+ justify-content: stretch;
2845
2854
  }
2846
- .kypn5o5.input-tags {
2847
- position: relative;
2848
- padding: 6px;
2849
- height: 32px;
2850
- cursor: pointer;
2851
- transition: border 150ms;
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;
2852
2860
  }
2853
- .kypn5o5.input-tags:hover {
2854
- border-color: #0080ff;
2855
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
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;
2856
2863
  }
2857
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2858
- padding-right: 30px;
2864
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2865
+ width: 100%;
2866
+ min-height: unset;
2859
2867
  }
2860
- .kypn5o5.input-tags .input-tags-inner {
2861
- display: flex;
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;
2875
+ font-weight: normal;
2862
2876
  }
2863
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2864
- display: flex;
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;
2865
2879
  }
2866
- .kypn5o5.input-tags .input-tag-suffix {
2867
- position: absolute;
2868
- right: 12px;
2869
- top: 50%;
2870
- transform: translateY(-50%);
2880
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2881
+ display: none;
2871
2882
  }
2872
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2873
- color: rgba(0, 0, 0, 0.25);
2874
- font-size: 12px;
2875
- cursor: pointer;
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;
2876
2885
  }
2877
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2878
- color: rgba(0, 0, 0, 0.45);
2886
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2887
+ margin-right: 0;
2879
2888
  }
2880
- .kypn5o5.has-focus-indicator {
2881
- position: relative;
2882
- overflow: hidden;
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;
2883
2891
  }
2884
- .kypn5o5.has-focus-indicator .ant-input-prefix {
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;
2885
2897
  position: absolute;
2886
- top: 50%;
2887
- transform: translateY(-50%);
2888
- left: -16px;
2889
- transition: left 150ms ease;
2890
- opacity: 0;
2898
+ top: 0;
2899
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2900
+ right: -21px;
2901
+ z-index: 2;
2891
2902
  }
2892
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2893
- left: 8px;
2894
- opacity: 1;
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;
2895
2912
  }
2896
- .kypn5o5.has-focus-indicator input {
2897
- transition: margin-left 150ms ease;
2898
- margin-left: 0px;
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);
2899
2915
  }
2900
- .kypn5o5.has-focus-indicator input:focus {
2901
- margin-left: 16px;
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;
2902
2918
  }
2903
-
2904
- input.l1ki27se.ant-input {
2905
- border-top-right-radius: 0;
2906
- border-bottom-right-radius: 0;
2919
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2920
+ color: #005ed1;
2921
+ }
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);
2925
+ }
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);
2929
+ }
2930
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2931
+ padding: 0;
2907
2932
  }
2908
2933
 
2909
- .l1ki27se.ant-input-affix-wrapper {
2910
- border-top-right-radius: 0;
2911
- border-bottom-right-radius: 0;
2934
+ .i1e4sgug {
2935
+ display: inline-block;
2912
2936
  }
2913
2937
 
2914
- input.rrg1fkn.ant-input {
2915
- border-top-left-radius: 0;
2916
- border-bottom-left-radius: 0;
2917
- }
2918
-
2919
- .rrg1fkn.ant-input-affix-wrapper {
2920
- border-top-left-radius: 0;
2921
- border-bottom-left-radius: 0;
2922
- }
2923
-
2924
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2925
- border-top-right-radius: 0;
2926
- border-bottom-right-radius: 0;
2927
- }
2928
-
2929
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2930
- border-top-left-radius: 0;
2931
- border-bottom-left-radius: 0;
2938
+ .s1fc623g {
2939
+ width: 430px !important;
2932
2940
  }
2933
2941
 
2934
- .t1upn1sz {
2935
- height: 100%;
2942
+ .da3mx0o .ant-select-item-group {
2943
+ padding: 8px 16px;
2944
+ line-height: 18px;
2945
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2946
+ height: 34px;
2947
+ min-height: 34px;
2948
+ box-sizing: border-box;
2949
+ margin-top: 8px;
2936
2950
  }
2937
2951
 
2938
- .tta5kd2 {
2939
- height: 100%;
2940
- }
2941
- .tta5kd2.empty-table .ant-table-content {
2942
- overflow: visible !important;
2943
- height: 100%;
2944
- }
2945
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2946
- height: 100%;
2947
- }
2948
- .tta5kd2.empty-table .ant-table-content table {
2949
- width: 100% !important;
2950
- height: 100%;
2951
- }
2952
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2953
- padding: 15px 0;
2952
+ .onr9gzt {
2953
+ display: flex;
2954
+ flex-direction: column;
2955
+ margin: 1px 8px;
2956
+ padding: 8px;
2957
+ border-radius: 4px;
2954
2958
  }
2955
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2959
+ .onr9gzt .selected-icon {
2956
2960
  display: none;
2957
2961
  }
2958
- .tta5kd2 .active-row td:nth-child(1) {
2959
- font-weight: 700;
2960
- }
2961
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2962
- font-weight: 700;
2962
+ .onr9gzt.ant-select-item-option-grouped {
2963
+ padding-left: 8px;
2963
2964
  }
2964
- .tta5kd2 .ant-spin-nested-loading {
2965
- height: 100%;
2965
+ .onr9gzt.ant-select-item-option-selected {
2966
+ background-color: white;
2966
2967
  }
2967
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2968
- height: 100%;
2969
- overflow: visible;
2968
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
2969
+ color: #0080ff;
2970
2970
  }
2971
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2972
- max-height: none;
2971
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
2972
+ display: block;
2973
2973
  }
2974
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2975
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2976
- display: none;
2974
+ .onr9gzt.ant-select-item-option-active {
2975
+ background: rgba(0, 136, 255, 0.16);
2977
2976
  }
2978
- .tta5kd2 td.ant-table-column-sort {
2979
- background: transparent;
2977
+ .onr9gzt.ant-select-item-option-active .timezone-title {
2978
+ color: #0080ff;
2980
2979
  }
2981
- .tta5kd2 td.ant-table-cell-fix-left,
2982
- .tta5kd2 td.ant-table-cell-fix-right {
2983
- background: #fff;
2984
- padding: 0 !important;
2980
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
2981
+ background: rgba(0, 136, 255, 0.1);
2982
+ color: #0080ff;
2985
2983
  }
2986
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2987
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2984
+
2985
+ .oiy0apc {
2988
2986
  display: flex;
2989
- align-items: center;
2990
- height: 100%;
2991
- padding: 8px;
2987
+ justify-content: space-between;
2988
+ height: 20px;
2989
+ line-height: 20px;
2992
2990
  }
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 {
2991
+ .oiy0apc .timezone-title {
2992
+ color: #2d3a56;
2995
2993
  overflow: hidden;
2996
2994
  text-overflow: ellipsis;
2997
- width: 100%;
2998
2995
  }
2999
- .tta5kd2 .ant-table-container {
3000
- height: 100%;
2996
+
2997
+ .of4y382 {
2998
+ display: flex;
2999
+ justify-content: space-between;
3000
+ color: rgba(44, 56, 82, 0.6);
3001
+ height: 18px;
3002
+ line-height: 18px;
3003
+ margin-top: 2px;
3001
3004
  }
3002
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3003
- box-shadow: none !important;
3005
+
3006
+ .t19903l9 {
3007
+ border: none;
3008
+ margin-right: 0;
3009
+ background: rgba(225, 230, 241, 0.6);
3004
3010
  }
3005
- .tta5kd2 .ant-table {
3006
- border-radius: 0px;
3007
- border-left: none;
3008
- border-right: none;
3009
- border-bottom: none;
3010
- height: 100%;
3011
- font-size: 12px;
3012
- background: transparent;
3011
+
3012
+ .ohwbvxu {
3013
+ pointer-events: none;
3014
+ height: 32px;
3015
+ width: 100%;
3016
+ opacity: 0;
3013
3017
  }
3014
- .tta5kd2 .ant-table .ant-table-header {
3015
- position: relative;
3016
- z-index: 3;
3017
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3018
- margin-bottom: -1px;
3018
+
3019
+ .d6j0lbj {
3020
+ font-family: Inter;
3021
+ font-style: normal;
3022
+ font-weight: bold;
3023
+ font-size: 32px;
3024
+ line-height: 40px;
3019
3025
  }
3020
- .tta5kd2 .ant-table .time-wrapper .data,
3021
- .tta5kd2 .ant-table .value {
3022
- color: #2d3a56;
3026
+
3027
+ .d1xhvvxe {
3028
+ font-family: Inter;
3029
+ font-style: normal;
3030
+ font-weight: bold;
3031
+ font-size: 24px;
3032
+ line-height: 32px;
3023
3033
  }
3024
- .tta5kd2 .ant-table .time-wrapper .time,
3025
- .tta5kd2 .ant-table .unit {
3026
- color: rgba(44, 56, 82, 0.6);
3034
+
3035
+ .dk10mxq {
3036
+ font-family: Inter;
3037
+ font-style: normal;
3038
+ font-weight: normal;
3039
+ font-size: 32px;
3040
+ line-height: 40px;
3027
3041
  }
3028
- .tta5kd2 .ant-table .ant-table-selection {
3029
- text-align: center;
3042
+
3043
+ .dxsait {
3044
+ font-family: Inter;
3045
+ font-style: normal;
3046
+ font-weight: bold;
3047
+ font-size: 20px;
3048
+ line-height: 24px;
3030
3049
  }
3031
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3032
- background: #fff;
3050
+
3051
+ .dokn0h3 {
3052
+ font-family: Inter;
3053
+ font-style: normal;
3054
+ font-weight: normal;
3055
+ font-size: 20px;
3056
+ line-height: 24px;
3033
3057
  }
3034
- .tta5kd2 .ant-table .anticon-setting {
3035
- cursor: pointer;
3036
- position: absolute;
3037
- top: 50%;
3038
- right: 12px;
3039
- transform: translateY(-50%);
3058
+
3059
+ .dobau4p {
3060
+ font-family: Inter;
3061
+ font-style: normal;
3062
+ font-weight: bold;
3063
+ font-size: 18px;
3064
+ line-height: 22px;
3040
3065
  }
3041
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3042
- box-shadow: none;
3043
- width: 1px;
3044
- background: rgba(213, 219, 227, 0.6);
3066
+
3067
+ .dvolwok {
3068
+ font-family: Inter;
3069
+ font-style: normal;
3070
+ font-weight: normal;
3071
+ font-size: 18px;
3072
+ line-height: 22px;
3045
3073
  }
3046
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3047
- box-shadow: none;
3048
- width: 1px;
3049
- background: rgba(213, 219, 227, 0.6);
3074
+
3075
+ .h181qhg4 {
3076
+ font-family: Inter;
3077
+ font-style: normal;
3078
+ font-weight: bold;
3079
+ font-size: 16px;
3080
+ line-height: 22px;
3050
3081
  }
3051
- .tta5kd2 .ant-table .ant-table-tbody {
3052
- position: relative;
3082
+
3083
+ .h1phgmcq {
3084
+ font-family: Inter;
3085
+ font-style: normal;
3086
+ font-weight: normal;
3087
+ font-size: 16px;
3088
+ line-height: 22px;
3053
3089
  }
3054
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3055
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3056
- border-bottom: 1px solid white;
3057
- height: 40px;
3058
- vertical-align: middle;
3059
- transition: background 0ms;
3060
- color: #00122e;
3090
+
3091
+ .h173xnl1 {
3092
+ font-family: Inter;
3093
+ font-style: normal;
3094
+ font-weight: bold;
3095
+ font-size: 14px;
3096
+ line-height: 20px;
3061
3097
  }
3062
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3063
- background: #f2f5fa;
3064
- border-bottom-color: #f2f5fa;
3098
+
3099
+ .hedm4pz {
3100
+ font-family: Inter;
3101
+ font-style: normal;
3102
+ font-weight: normal;
3103
+ font-size: 14px;
3104
+ line-height: 20px;
3065
3105
  }
3066
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3067
- height: auto;
3068
- color: #00122e;
3106
+
3107
+ .h1kd8xld {
3108
+ font-family: Inter;
3109
+ font-style: normal;
3110
+ font-weight: bold;
3069
3111
  font-size: 12px;
3070
- text-align: left;
3071
- transition: none;
3072
- overflow: hidden;
3073
- text-overflow: ellipsis;
3074
- white-space: nowrap;
3112
+ line-height: 18px;
3075
3113
  }
3076
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3077
- color: #0096ff;
3114
+
3115
+ .hp14fr {
3116
+ font-family: Inter;
3117
+ font-style: normal;
3118
+ font-weight: normal;
3119
+ font-size: 12px;
3120
+ line-height: 18px;
3078
3121
  }
3079
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3080
- overflow: hidden;
3081
- text-overflow: ellipsis;
3082
- width: 100%;
3083
- vertical-align: middle;
3122
+
3123
+ .hgrg7mn {
3124
+ font-family: Inter;
3125
+ font-style: normal;
3126
+ font-weight: bold;
3127
+ text-transform: uppercase;
3128
+ font-feature-settings: "cpsp" on;
3129
+ font-size: 12px;
3130
+ line-height: 18px;
3084
3131
  }
3085
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3086
- line-height: 0px;
3132
+
3133
+ .h6zme9x {
3134
+ font-family: Inter;
3135
+ font-style: normal;
3136
+ font-weight: normal;
3137
+ text-transform: uppercase;
3138
+ font-feature-settings: "cpsp" on;
3139
+ font-size: 12px;
3140
+ line-height: 18px;
3087
3141
  }
3088
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3089
- padding-right: 25px;
3142
+
3143
+ .locjvsv {
3144
+ font-family: Inter;
3145
+ font-style: normal;
3146
+ font-weight: normal;
3147
+ font-size: 16px;
3148
+ line-height: 24px;
3090
3149
  }
3091
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3092
- border-top-color: transparent;
3150
+
3151
+ .l13gi131 {
3152
+ font-family: Inter;
3153
+ font-style: normal;
3154
+ font-weight: bold;
3155
+ font-size: 16px;
3156
+ line-height: 24px;
3093
3157
  }
3094
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3095
- background: rgba(225, 230, 241, 0.6);
3096
- border-color: transparent transparent white;
3158
+
3159
+ .l1ynemsu {
3160
+ font-family: Inter;
3161
+ font-style: normal;
3162
+ font-weight: normal;
3163
+ font-size: 16px;
3164
+ line-height: 24px;
3097
3165
  }
3098
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3099
- border-radius: 8px 0 0 8px;
3166
+
3167
+ .l1cft1cx {
3168
+ font-family: Inter;
3169
+ font-style: normal;
3170
+ font-weight: bold;
3171
+ font-size: 16px;
3172
+ line-height: 24px;
3100
3173
  }
3101
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3102
- border-radius: 8px 0 0 8px;
3174
+
3175
+ .l17tqc8p {
3176
+ font-family: Inter;
3177
+ font-style: normal;
3178
+ font-weight: normal;
3179
+ text-transform: uppercase;
3180
+ font-feature-settings: "cpsp" on;
3181
+ font-size: 16px;
3182
+ line-height: 24px;
3103
3183
  }
3104
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3105
- content: "";
3106
- width: 4px;
3107
- top: -1px;
3108
- bottom: -1px;
3109
- background: white;
3184
+
3185
+ .l1j1e5w7 {
3186
+ font-family: Inter;
3187
+ font-style: normal;
3188
+ font-weight: bold;
3189
+ text-transform: uppercase;
3190
+ font-feature-settings: "cpsp" on;
3191
+ font-size: 16px;
3192
+ line-height: 24px;
3110
3193
  }
3111
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3112
- border-radius: 0 8px 8px 0;
3194
+
3195
+ .l1gf91jb {
3196
+ font-family: Inter;
3197
+ font-style: normal;
3198
+ font-weight: normal;
3199
+ font-size: 14px;
3200
+ line-height: 22px;
3113
3201
  }
3114
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3115
- border-radius: 0;
3116
- background: white;
3117
- border-top: none;
3202
+
3203
+ .lu7hlr6 {
3204
+ font-family: Inter;
3205
+ font-style: normal;
3206
+ font-weight: 500;
3207
+ font-size: 14px;
3208
+ line-height: 22px;
3118
3209
  }
3119
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3120
- border-top: 1px solid transparent;
3121
- border-radius: 0 8px 8px 0;
3122
- background: rgba(225, 230, 241, 0.6);
3210
+
3211
+ .l3l3jf0 {
3212
+ font-family: Inter;
3213
+ font-style: normal;
3214
+ font-weight: bold;
3215
+ font-size: 14px;
3216
+ line-height: 22px;
3123
3217
  }
3124
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3125
- background: white;
3126
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3218
+
3219
+ .l12j5nqp {
3220
+ font-family: Inter;
3221
+ font-style: normal;
3222
+ font-weight: normal;
3223
+ font-size: 14px;
3224
+ line-height: 22px;
3127
3225
  }
3128
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3129
- display: flex;
3130
- align-items: center;
3131
- height: 100%;
3132
- background: rgba(225, 230, 241, 0.6);
3226
+
3227
+ .l1tecqht {
3228
+ font-family: Inter;
3229
+ font-style: normal;
3230
+ font-weight: bold;
3231
+ font-size: 14px;
3232
+ line-height: 22px;
3133
3233
  }
3134
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3135
- background: white;
3136
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3234
+
3235
+ .l6sa990 {
3236
+ font-family: Inter;
3237
+ font-style: normal;
3238
+ font-weight: normal;
3239
+ text-transform: uppercase;
3240
+ font-feature-settings: "cpsp" on;
3241
+ font-size: 14px;
3242
+ line-height: 22px;
3137
3243
  }
3138
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3139
- display: flex;
3140
- align-items: center;
3141
- height: 100%;
3142
- background: rgba(225, 230, 241, 0.6);
3244
+
3245
+ .lckqe8j {
3246
+ font-family: Inter;
3247
+ font-style: normal;
3248
+ font-weight: bold;
3249
+ text-transform: uppercase;
3250
+ font-feature-settings: "cpsp" on;
3251
+ font-size: 14px;
3252
+ line-height: 22px;
3143
3253
  }
3144
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3145
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3254
+
3255
+ .l1kuminb {
3256
+ font-family: Inter;
3257
+ font-style: normal;
3258
+ font-weight: normal;
3259
+ font-size: 13px;
3260
+ line-height: 20px;
3146
3261
  }
3147
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3148
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3149
- border-radius: 8px;
3262
+
3263
+ .l1pbuf5j {
3264
+ font-family: Inter;
3265
+ font-style: normal;
3266
+ font-weight: 600;
3267
+ font-size: 13px;
3268
+ line-height: 20px;
3150
3269
  }
3151
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3152
- border-top-color: white;
3270
+
3271
+ .l1r4ztu {
3272
+ font-family: Inter;
3273
+ font-style: normal;
3274
+ font-weight: bold;
3275
+ font-size: 13px;
3276
+ line-height: 20px;
3153
3277
  }
3154
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3155
- background: rgba(0, 136, 255, 0.1);
3156
- border-bottom-color: transparent;
3157
- border-top-color: transparent;
3278
+
3279
+ .ly8vzok {
3280
+ font-family: Inter;
3281
+ font-style: normal;
3282
+ font-weight: normal;
3283
+ font-size: 13px;
3284
+ line-height: 20px;
3158
3285
  }
3159
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3160
- border-radius: 8px 0 0 8px;
3286
+
3287
+ .lumfmf {
3288
+ font-family: Inter;
3289
+ font-style: normal;
3290
+ font-weight: 600;
3291
+ font-size: 13px;
3292
+ line-height: 20px;
3161
3293
  }
3162
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3163
- border-radius: 0 8px 8px 0;
3294
+
3295
+ .l16ujwmv {
3296
+ font-family: Inter;
3297
+ font-style: normal;
3298
+ font-weight: bold;
3299
+ font-size: 13px;
3300
+ line-height: 20px;
3164
3301
  }
3165
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3166
- background: rgba(0, 136, 255, 0.1);
3167
- }
3168
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
3169
- background: #fff;
3170
- font-weight: 400;
3171
- position: relative;
3172
- border-bottom: none;
3173
- color: #00122e;
3174
- transition: none;
3175
- padding: 15px 8px 15px 8px;
3176
- }
3177
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3178
- content: "";
3179
- width: 1px;
3180
- top: 0;
3181
- bottom: 0;
3182
- background: rgba(211, 218, 235, 0.6);
3183
- position: absolute;
3184
- right: 0;
3185
- }
3186
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3187
- padding: unset;
3188
- }
3189
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3190
- display: none;
3191
- }
3192
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3193
- width: 100%;
3194
- overflow: hidden;
3195
- white-space: nowrap;
3196
- text-overflow: ellipsis;
3197
- }
3198
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3199
- overflow: hidden;
3200
- text-overflow: ellipsis;
3201
- flex: 1;
3202
- }
3203
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3204
- padding: 15px 25px 15px 8px;
3205
- }
3206
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3207
- padding: 0;
3208
- }
3209
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3210
- position: absolute;
3211
- right: 6px;
3212
- top: 50%;
3213
- transform: translateY(-50%);
3214
- height: 16px;
3215
- display: none;
3216
- transition: transform 320ms ease;
3217
- }
3218
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3219
- display: block;
3220
- transform: translateY(-50%) rotateX(180deg);
3221
- }
3222
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3223
- display: block;
3224
- }
3225
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3226
- display: none;
3227
- }
3228
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3229
- transform: translateY(-50%);
3230
- }
3231
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3232
- transform: translateY(-50%) rotateX(180deg);
3233
- }
3234
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3235
- background: #f2f5fa;
3236
- }
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;
3302
+
3303
+ .l17o1ffr {
3304
+ font-family: Inter;
3305
+ font-style: normal;
3306
+ font-weight: normal;
3307
+ text-transform: uppercase;
3308
+ font-feature-settings: "cpsp" on;
3309
+ font-size: 13px;
3310
+ line-height: 20px;
3295
3311
  }
3296
3312
 
3297
- .d6j0lbj {
3313
+ .lngllvn {
3298
3314
  font-family: Inter;
3299
3315
  font-style: normal;
3300
3316
  font-weight: bold;
3301
- font-size: 32px;
3302
- line-height: 40px;
3317
+ text-transform: uppercase;
3318
+ font-feature-settings: "cpsp" on;
3319
+ font-size: 13px;
3320
+ line-height: 20px;
3303
3321
  }
3304
3322
 
3305
- .d1xhvvxe {
3323
+ .l2i7fo9 {
3306
3324
  font-family: Inter;
3307
3325
  font-style: normal;
3308
- font-weight: bold;
3309
- font-size: 24px;
3310
- line-height: 32px;
3326
+ font-weight: normal;
3327
+ font-size: 12px;
3328
+ line-height: 18px;
3311
3329
  }
3312
3330
 
3313
- .dk10mxq {
3331
+ .l1x7hscx {
3314
3332
  font-family: Inter;
3315
3333
  font-style: normal;
3316
- font-weight: normal;
3317
- font-size: 32px;
3318
- line-height: 40px;
3334
+ font-weight: 500;
3335
+ font-size: 12px;
3336
+ line-height: 18px;
3319
3337
  }
3320
3338
 
3321
- .dxsait {
3339
+ .le1jwan {
3322
3340
  font-family: Inter;
3323
3341
  font-style: normal;
3324
3342
  font-weight: bold;
3325
- font-size: 20px;
3326
- line-height: 24px;
3343
+ font-size: 12px;
3344
+ line-height: 18px;
3327
3345
  }
3328
3346
 
3329
- .dokn0h3 {
3347
+ .lyxynfj {
3330
3348
  font-family: Inter;
3331
3349
  font-style: normal;
3332
3350
  font-weight: normal;
3333
- font-size: 20px;
3334
- line-height: 24px;
3351
+ font-size: 12px;
3352
+ line-height: 18px;
3335
3353
  }
3336
3354
 
3337
- .dobau4p {
3355
+ .lpb2nxv {
3338
3356
  font-family: Inter;
3339
3357
  font-style: normal;
3340
- font-weight: bold;
3341
- font-size: 18px;
3342
- line-height: 22px;
3358
+ font-weight: 500;
3359
+ font-size: 12px;
3360
+ line-height: 18px;
3343
3361
  }
3344
3362
 
3345
- .dvolwok {
3363
+ .l1r8o3vv {
3346
3364
  font-family: Inter;
3347
3365
  font-style: normal;
3348
- font-weight: normal;
3349
- font-size: 18px;
3350
- line-height: 22px;
3366
+ font-weight: bold;
3367
+ font-size: 12px;
3368
+ line-height: 18px;
3351
3369
  }
3352
3370
 
3353
- .h181qhg4 {
3371
+ .lemnjy2 {
3354
3372
  font-family: Inter;
3355
3373
  font-style: normal;
3356
- font-weight: bold;
3357
- font-size: 16px;
3358
- line-height: 22px;
3374
+ font-weight: normal;
3375
+ text-transform: uppercase;
3376
+ font-feature-settings: "cpsp" on;
3377
+ font-size: 12px;
3378
+ line-height: 18px;
3359
3379
  }
3360
3380
 
3361
- .h1phgmcq {
3381
+ .lrc42gb {
3362
3382
  font-family: Inter;
3363
3383
  font-style: normal;
3364
- font-weight: normal;
3365
- font-size: 16px;
3366
- line-height: 22px;
3384
+ font-weight: bold;
3385
+ text-transform: uppercase;
3386
+ font-feature-settings: "cpsp" on;
3387
+ font-size: 12px;
3388
+ line-height: 18px;
3367
3389
  }
3368
3390
 
3369
- .h173xnl1 {
3391
+ .fqaz4mb {
3370
3392
  font-family: Inter;
3371
3393
  font-style: normal;
3372
- font-weight: bold;
3373
- font-size: 14px;
3394
+ font-weight: normal;
3395
+ font-size: 13px;
3374
3396
  line-height: 20px;
3375
3397
  }
3376
3398
 
3377
- .hedm4pz {
3399
+ .f13we5o {
3378
3400
  font-family: Inter;
3379
3401
  font-style: normal;
3380
3402
  font-weight: normal;
3381
- font-size: 14px;
3403
+ font-size: 13px;
3382
3404
  line-height: 20px;
3383
3405
  }
3384
3406
 
3385
- .h1kd8xld {
3407
+ .ffmjua2 {
3386
3408
  font-family: Inter;
3387
3409
  font-style: normal;
3388
- font-weight: bold;
3410
+ font-weight: normal;
3389
3411
  font-size: 12px;
3390
3412
  line-height: 18px;
3391
3413
  }
3392
3414
 
3393
- .hp14fr {
3415
+ .fz2mxw0 {
3394
3416
  font-family: Inter;
3395
3417
  font-style: normal;
3396
3418
  font-weight: normal;
@@ -3398,460 +3420,438 @@ input.rrg1fkn.ant-input {
3398
3420
  line-height: 18px;
3399
3421
  }
3400
3422
 
3401
- .hgrg7mn {
3423
+ .t1ertzoh {
3402
3424
  font-family: Inter;
3403
3425
  font-style: normal;
3404
- font-weight: bold;
3405
- text-transform: uppercase;
3406
- font-feature-settings: "cpsp" on;
3407
- font-size: 12px;
3408
- line-height: 18px;
3426
+ font-weight: normal;
3427
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3428
+ font-size: 13px;
3429
+ line-height: 20px;
3409
3430
  }
3410
3431
 
3411
- .h6zme9x {
3432
+ .t19bge8r {
3412
3433
  font-family: Inter;
3413
3434
  font-style: normal;
3414
3435
  font-weight: normal;
3415
- text-transform: uppercase;
3416
- font-feature-settings: "cpsp" on;
3417
- font-size: 12px;
3418
- line-height: 18px;
3436
+ font-feature-settings: "zero" on;
3437
+ font-size: 13px;
3438
+ line-height: 20px;
3419
3439
  }
3420
3440
 
3421
- .locjvsv {
3441
+ .tjrzfyl {
3422
3442
  font-family: Inter;
3423
3443
  font-style: normal;
3424
3444
  font-weight: normal;
3425
- font-size: 16px;
3426
- line-height: 24px;
3445
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3446
+ font-size: 12px;
3447
+ line-height: 18px;
3427
3448
  }
3428
3449
 
3429
- .l13gi131 {
3450
+ .tm6s7bo {
3430
3451
  font-family: Inter;
3431
3452
  font-style: normal;
3432
- font-weight: bold;
3433
- font-size: 16px;
3434
- line-height: 24px;
3453
+ font-weight: 500;
3454
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3455
+ font-size: 12px;
3456
+ line-height: 18px;
3435
3457
  }
3436
3458
 
3437
- .l1ynemsu {
3459
+ .t19zq6ic {
3438
3460
  font-family: Inter;
3439
3461
  font-style: normal;
3440
3462
  font-weight: normal;
3441
- font-size: 16px;
3442
- line-height: 24px;
3443
- }
3444
-
3445
- .l1cft1cx {
3446
- font-family: Inter;
3447
- font-style: normal;
3448
- font-weight: bold;
3449
- font-size: 16px;
3450
- line-height: 24px;
3463
+ font-feature-settings: "zero" on;
3464
+ font-size: 12px;
3465
+ line-height: 18px;
3451
3466
  }
3452
3467
 
3453
- .l17tqc8p {
3468
+ .t1gduru8 {
3454
3469
  font-family: Inter;
3455
3470
  font-style: normal;
3456
- font-weight: normal;
3457
- text-transform: uppercase;
3458
- font-feature-settings: "cpsp" on;
3459
- font-size: 16px;
3460
- line-height: 24px;
3471
+ font-weight: 500;
3472
+ font-feature-settings: "zero" on;
3473
+ font-size: 12px;
3474
+ line-height: 18px;
3461
3475
  }
3462
3476
 
3463
- .l1j1e5w7 {
3477
+ .t55raab {
3464
3478
  font-family: Inter;
3465
3479
  font-style: normal;
3466
3480
  font-weight: bold;
3467
- text-transform: uppercase;
3468
- font-feature-settings: "cpsp" on;
3481
+ font-feature-settings: "zero" on;
3469
3482
  font-size: 16px;
3470
3483
  line-height: 24px;
3471
3484
  }
3472
3485
 
3473
- .l1gf91jb {
3486
+ .u1w9abfe {
3474
3487
  font-family: Inter;
3475
3488
  font-style: normal;
3476
3489
  font-weight: normal;
3477
- font-size: 14px;
3478
- line-height: 22px;
3490
+ font-size: 10px;
3491
+ line-height: 12px;
3479
3492
  }
3480
3493
 
3481
- .lu7hlr6 {
3482
- font-family: Inter;
3483
- font-style: normal;
3484
- font-weight: 500;
3485
- font-size: 14px;
3486
- line-height: 22px;
3494
+ .t1upn1sz {
3495
+ height: 100%;
3487
3496
  }
3488
3497
 
3489
- .l3l3jf0 {
3490
- font-family: Inter;
3491
- font-style: normal;
3492
- font-weight: bold;
3493
- font-size: 14px;
3494
- line-height: 22px;
3498
+ .tta5kd2 {
3499
+ height: 100%;
3495
3500
  }
3496
-
3497
- .l12j5nqp {
3498
- font-family: Inter;
3499
- font-style: normal;
3500
- font-weight: normal;
3501
- font-size: 14px;
3502
- line-height: 22px;
3501
+ .tta5kd2.empty-table .ant-table-content {
3502
+ overflow: visible !important;
3503
+ height: 100%;
3503
3504
  }
3504
-
3505
- .l1tecqht {
3506
- font-family: Inter;
3507
- font-style: normal;
3508
- font-weight: bold;
3509
- font-size: 14px;
3510
- line-height: 22px;
3505
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
3506
+ height: 100%;
3511
3507
  }
3512
-
3513
- .l6sa990 {
3514
- font-family: Inter;
3515
- font-style: normal;
3516
- font-weight: normal;
3517
- text-transform: uppercase;
3518
- font-feature-settings: "cpsp" on;
3519
- font-size: 14px;
3520
- line-height: 22px;
3508
+ .tta5kd2.empty-table .ant-table-content table {
3509
+ width: 100% !important;
3510
+ height: 100%;
3521
3511
  }
3522
-
3523
- .lckqe8j {
3524
- font-family: Inter;
3525
- font-style: normal;
3526
- font-weight: bold;
3527
- text-transform: uppercase;
3528
- font-feature-settings: "cpsp" on;
3529
- font-size: 14px;
3530
- line-height: 22px;
3512
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
3513
+ padding: 15px 0;
3531
3514
  }
3532
-
3533
- .l1kuminb {
3534
- font-family: Inter;
3535
- font-style: normal;
3536
- font-weight: normal;
3537
- font-size: 13px;
3538
- line-height: 20px;
3515
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
3516
+ display: none;
3539
3517
  }
3540
-
3541
- .l1pbuf5j {
3542
- font-family: Inter;
3543
- font-style: normal;
3544
- font-weight: 600;
3545
- font-size: 13px;
3546
- line-height: 20px;
3518
+ .tta5kd2 .active-row td:nth-child(1) {
3519
+ font-weight: 700;
3547
3520
  }
3548
-
3549
- .l1r4ztu {
3550
- font-family: Inter;
3551
- font-style: normal;
3552
- font-weight: bold;
3553
- font-size: 13px;
3554
- line-height: 20px;
3521
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
3522
+ font-weight: 700;
3555
3523
  }
3556
-
3557
- .ly8vzok {
3558
- font-family: Inter;
3559
- font-style: normal;
3560
- font-weight: normal;
3561
- font-size: 13px;
3562
- line-height: 20px;
3524
+ .tta5kd2 .ant-spin-nested-loading {
3525
+ height: 100%;
3563
3526
  }
3564
-
3565
- .lumfmf {
3566
- font-family: Inter;
3567
- font-style: normal;
3568
- font-weight: 600;
3569
- font-size: 13px;
3570
- line-height: 20px;
3527
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3528
+ height: 100%;
3529
+ overflow: visible;
3571
3530
  }
3572
-
3573
- .l16ujwmv {
3574
- font-family: Inter;
3575
- font-style: normal;
3576
- font-weight: bold;
3577
- font-size: 13px;
3578
- line-height: 20px;
3531
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
3532
+ max-height: none;
3579
3533
  }
3580
-
3581
- .l17o1ffr {
3582
- font-family: Inter;
3583
- font-style: normal;
3584
- font-weight: normal;
3585
- text-transform: uppercase;
3586
- font-feature-settings: "cpsp" on;
3587
- font-size: 13px;
3588
- line-height: 20px;
3534
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
3535
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
3536
+ display: none;
3589
3537
  }
3590
-
3591
- .lngllvn {
3592
- font-family: Inter;
3593
- font-style: normal;
3594
- font-weight: bold;
3595
- text-transform: uppercase;
3596
- font-feature-settings: "cpsp" on;
3597
- font-size: 13px;
3598
- line-height: 20px;
3538
+ .tta5kd2 td.ant-table-column-sort {
3539
+ background: transparent;
3599
3540
  }
3600
-
3601
- .l2i7fo9 {
3602
- font-family: Inter;
3603
- font-style: normal;
3604
- font-weight: normal;
3605
- font-size: 12px;
3606
- line-height: 18px;
3541
+ .tta5kd2 td.ant-table-cell-fix-left,
3542
+ .tta5kd2 td.ant-table-cell-fix-right {
3543
+ background: #fff;
3544
+ padding: 0 !important;
3607
3545
  }
3608
-
3609
- .l1x7hscx {
3610
- font-family: Inter;
3611
- font-style: normal;
3612
- font-weight: 500;
3613
- font-size: 12px;
3614
- line-height: 18px;
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;
3615
3552
  }
3616
-
3617
- .le1jwan {
3618
- font-family: Inter;
3619
- font-style: normal;
3620
- font-weight: bold;
3621
- font-size: 12px;
3622
- line-height: 18px;
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%;
3623
3558
  }
3624
-
3625
- .lyxynfj {
3626
- font-family: Inter;
3627
- font-style: normal;
3628
- font-weight: normal;
3629
- font-size: 12px;
3630
- line-height: 18px;
3559
+ .tta5kd2 .ant-table-container {
3560
+ height: 100%;
3631
3561
  }
3632
-
3633
- .lpb2nxv {
3634
- font-family: Inter;
3635
- font-style: normal;
3636
- font-weight: 500;
3637
- font-size: 12px;
3638
- line-height: 18px;
3562
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3563
+ box-shadow: none !important;
3639
3564
  }
3640
-
3641
- .l1r8o3vv {
3642
- font-family: Inter;
3643
- font-style: normal;
3644
- font-weight: bold;
3565
+ .tta5kd2 .ant-table {
3566
+ border-radius: 0px;
3567
+ border-left: none;
3568
+ border-right: none;
3569
+ border-bottom: none;
3570
+ height: 100%;
3645
3571
  font-size: 12px;
3646
- line-height: 18px;
3572
+ background: transparent;
3647
3573
  }
3648
-
3649
- .lemnjy2 {
3650
- font-family: Inter;
3651
- font-style: normal;
3652
- font-weight: normal;
3653
- text-transform: uppercase;
3654
- font-feature-settings: "cpsp" on;
3655
- font-size: 12px;
3656
- line-height: 18px;
3574
+ .tta5kd2 .ant-table .ant-table-header {
3575
+ position: relative;
3576
+ z-index: 3;
3577
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3578
+ margin-bottom: -1px;
3657
3579
  }
3658
-
3659
- .lrc42gb {
3660
- font-family: Inter;
3661
- font-style: normal;
3662
- font-weight: bold;
3663
- text-transform: uppercase;
3664
- font-feature-settings: "cpsp" on;
3665
- font-size: 12px;
3666
- line-height: 18px;
3580
+ .tta5kd2 .ant-table .time-wrapper .data,
3581
+ .tta5kd2 .ant-table .value {
3582
+ color: #2d3a56;
3667
3583
  }
3668
-
3669
- .fqaz4mb {
3670
- font-family: Inter;
3671
- font-style: normal;
3672
- font-weight: normal;
3673
- font-size: 13px;
3674
- line-height: 20px;
3584
+ .tta5kd2 .ant-table .time-wrapper .time,
3585
+ .tta5kd2 .ant-table .unit {
3586
+ color: rgba(44, 56, 82, 0.6);
3675
3587
  }
3676
-
3677
- .f13we5o {
3678
- font-family: Inter;
3679
- font-style: normal;
3680
- font-weight: normal;
3681
- font-size: 13px;
3682
- line-height: 20px;
3588
+ .tta5kd2 .ant-table .ant-table-selection {
3589
+ text-align: center;
3683
3590
  }
3684
-
3685
- .ffmjua2 {
3686
- font-family: Inter;
3687
- font-style: normal;
3688
- font-weight: normal;
3689
- font-size: 12px;
3690
- line-height: 18px;
3591
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3592
+ background: #fff;
3691
3593
  }
3692
-
3693
- .fz2mxw0 {
3694
- font-family: Inter;
3695
- font-style: normal;
3696
- font-weight: normal;
3697
- font-size: 12px;
3698
- line-height: 18px;
3594
+ .tta5kd2 .ant-table .anticon-setting {
3595
+ cursor: pointer;
3596
+ position: absolute;
3597
+ top: 50%;
3598
+ right: 12px;
3599
+ transform: translateY(-50%);
3699
3600
  }
3700
-
3701
- .t1ertzoh {
3702
- font-family: Inter;
3703
- font-style: normal;
3704
- font-weight: normal;
3705
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3706
- font-size: 13px;
3707
- line-height: 20px;
3601
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3602
+ box-shadow: none;
3603
+ width: 1px;
3604
+ background: rgba(213, 219, 227, 0.6);
3708
3605
  }
3709
-
3710
- .t19bge8r {
3711
- font-family: Inter;
3712
- font-style: normal;
3713
- font-weight: normal;
3714
- font-feature-settings: "zero" on;
3715
- font-size: 13px;
3716
- line-height: 20px;
3606
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3607
+ box-shadow: none;
3608
+ width: 1px;
3609
+ background: rgba(213, 219, 227, 0.6);
3717
3610
  }
3718
-
3719
- .tjrzfyl {
3720
- font-family: Inter;
3721
- font-style: normal;
3722
- font-weight: normal;
3723
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3724
- font-size: 12px;
3725
- line-height: 18px;
3611
+ .tta5kd2 .ant-table .ant-table-tbody {
3612
+ position: relative;
3726
3613
  }
3727
-
3728
- .tm6s7bo {
3729
- font-family: Inter;
3730
- font-style: normal;
3731
- font-weight: 500;
3732
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3733
- font-size: 12px;
3734
- line-height: 18px;
3614
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3615
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3616
+ border-bottom: 1px solid white;
3617
+ height: 40px;
3618
+ vertical-align: middle;
3619
+ transition: background 0ms;
3620
+ color: #00122e;
3735
3621
  }
3736
-
3737
- .t19zq6ic {
3738
- font-family: Inter;
3739
- font-style: normal;
3740
- font-weight: normal;
3741
- font-feature-settings: "zero" on;
3742
- font-size: 12px;
3743
- line-height: 18px;
3622
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3623
+ background: #f2f5fa;
3624
+ border-bottom-color: #f2f5fa;
3744
3625
  }
3745
-
3746
- .t1gduru8 {
3747
- font-family: Inter;
3748
- font-style: normal;
3749
- font-weight: 500;
3750
- font-feature-settings: "zero" on;
3626
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3627
+ height: auto;
3628
+ color: #00122e;
3751
3629
  font-size: 12px;
3752
- line-height: 18px;
3630
+ text-align: left;
3631
+ transition: none;
3632
+ overflow: hidden;
3633
+ text-overflow: ellipsis;
3634
+ white-space: nowrap;
3753
3635
  }
3754
-
3755
- .t55raab {
3756
- font-family: Inter;
3757
- font-style: normal;
3758
- font-weight: bold;
3759
- font-feature-settings: "zero" on;
3760
- font-size: 16px;
3761
- line-height: 24px;
3636
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3637
+ color: #0096ff;
3638
+ }
3639
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3640
+ overflow: hidden;
3641
+ text-overflow: ellipsis;
3642
+ width: 100%;
3643
+ vertical-align: middle;
3644
+ }
3645
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3646
+ line-height: 0px;
3647
+ }
3648
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3649
+ padding-right: 25px;
3650
+ }
3651
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3652
+ border-top-color: transparent;
3653
+ }
3654
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3655
+ background: rgba(225, 230, 241, 0.6);
3656
+ border-color: transparent transparent white;
3657
+ }
3658
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3659
+ border-radius: 8px 0 0 8px;
3660
+ }
3661
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3662
+ border-radius: 8px 0 0 8px;
3663
+ }
3664
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3665
+ content: "";
3666
+ width: 4px;
3667
+ top: -1px;
3668
+ bottom: -1px;
3669
+ background: white;
3670
+ }
3671
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3672
+ border-radius: 0 8px 8px 0;
3673
+ }
3674
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3675
+ border-radius: 0;
3676
+ background: white;
3677
+ border-top: none;
3678
+ }
3679
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3680
+ border-top: 1px solid transparent;
3681
+ border-radius: 0 8px 8px 0;
3682
+ background: rgba(225, 230, 241, 0.6);
3683
+ }
3684
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3685
+ background: white;
3686
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3687
+ }
3688
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3689
+ display: flex;
3690
+ align-items: center;
3691
+ height: 100%;
3692
+ background: rgba(225, 230, 241, 0.6);
3693
+ }
3694
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3695
+ background: white;
3696
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3697
+ }
3698
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3699
+ display: flex;
3700
+ align-items: center;
3701
+ height: 100%;
3702
+ background: rgba(225, 230, 241, 0.6);
3703
+ }
3704
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3705
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3706
+ }
3707
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3708
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3709
+ border-radius: 8px;
3710
+ }
3711
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3712
+ border-top-color: white;
3713
+ }
3714
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3715
+ background: rgba(0, 136, 255, 0.1);
3716
+ border-bottom-color: transparent;
3717
+ border-top-color: transparent;
3718
+ }
3719
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3720
+ border-radius: 8px 0 0 8px;
3721
+ }
3722
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3723
+ border-radius: 0 8px 8px 0;
3724
+ }
3725
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3726
+ background: rgba(0, 136, 255, 0.1);
3727
+ }
3728
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3729
+ background: #fff;
3730
+ font-weight: 400;
3731
+ position: relative;
3732
+ border-bottom: none;
3733
+ color: #00122e;
3734
+ transition: none;
3735
+ padding: 15px 8px 15px 8px;
3736
+ }
3737
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3738
+ content: "";
3739
+ width: 1px;
3740
+ top: 0;
3741
+ bottom: 0;
3742
+ background: rgba(211, 218, 235, 0.6);
3743
+ position: absolute;
3744
+ right: 0;
3745
+ }
3746
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3747
+ padding: unset;
3748
+ }
3749
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3750
+ display: none;
3751
+ }
3752
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3753
+ width: 100%;
3754
+ overflow: hidden;
3755
+ white-space: nowrap;
3756
+ text-overflow: ellipsis;
3757
+ }
3758
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3759
+ overflow: hidden;
3760
+ text-overflow: ellipsis;
3761
+ flex: 1;
3762
3762
  }
3763
-
3764
- .u1w9abfe {
3765
- font-family: Inter;
3766
- font-style: normal;
3767
- font-weight: normal;
3768
- font-size: 10px;
3769
- line-height: 12px;
3763
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3764
+ padding: 15px 25px 15px 8px;
3770
3765
  }
3771
-
3772
- .i1e4sgug {
3773
- display: inline-block;
3766
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3767
+ padding: 0;
3774
3768
  }
3775
-
3776
- .s1fc623g {
3777
- width: 430px !important;
3769
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3770
+ position: absolute;
3771
+ right: 6px;
3772
+ top: 50%;
3773
+ transform: translateY(-50%);
3774
+ height: 16px;
3775
+ display: none;
3776
+ transition: transform 320ms ease;
3778
3777
  }
3779
-
3780
- .da3mx0o .ant-select-item-group {
3781
- padding: 8px 16px;
3782
- line-height: 18px;
3783
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3784
- height: 34px;
3785
- min-height: 34px;
3786
- box-sizing: border-box;
3787
- margin-top: 8px;
3778
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3779
+ display: block;
3780
+ transform: translateY(-50%) rotateX(180deg);
3788
3781
  }
3789
-
3790
- .onr9gzt {
3791
- display: flex;
3792
- flex-direction: column;
3793
- margin: 1px 8px;
3794
- padding: 8px;
3795
- border-radius: 4px;
3782
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3783
+ display: block;
3796
3784
  }
3797
- .onr9gzt .selected-icon {
3785
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3798
3786
  display: none;
3799
3787
  }
3800
- .onr9gzt.ant-select-item-option-grouped {
3801
- padding-left: 8px;
3788
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3789
+ transform: translateY(-50%);
3802
3790
  }
3803
- .onr9gzt.ant-select-item-option-selected {
3804
- background-color: white;
3791
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3792
+ transform: translateY(-50%) rotateX(180deg);
3805
3793
  }
3806
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3807
- color: #0080ff;
3794
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3795
+ background: #f2f5fa;
3808
3796
  }
3809
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3797
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3810
3798
  display: block;
3811
3799
  }
3812
- .onr9gzt.ant-select-item-option-active {
3813
- background: rgba(0, 136, 255, 0.16);
3800
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3801
+ padding-right: 25px;
3814
3802
  }
3815
- .onr9gzt.ant-select-item-option-active .timezone-title {
3816
- color: #0080ff;
3803
+ .tta5kd2 .ant-table .ant-table-selection-column {
3804
+ padding: 0 !important;
3817
3805
  }
3818
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3819
- background: rgba(0, 136, 255, 0.1);
3820
- color: #0080ff;
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%);
3821
3811
  }
3822
-
3823
- .oiy0apc {
3824
- display: flex;
3825
- justify-content: space-between;
3826
- height: 20px;
3827
- line-height: 20px;
3812
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3813
+ display: none;
3828
3814
  }
3829
- .oiy0apc .timezone-title {
3830
- color: #2d3a56;
3831
- overflow: hidden;
3832
- text-overflow: ellipsis;
3815
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3816
+ background: #fff;
3833
3817
  }
3834
-
3835
- .of4y382 {
3836
- display: flex;
3837
- justify-content: space-between;
3838
- color: rgba(44, 56, 82, 0.6);
3839
- height: 18px;
3840
- line-height: 18px;
3841
- margin-top: 2px;
3818
+ .tta5kd2 .ant-table .ant-table-placeholder {
3819
+ background: inherit;
3842
3820
  }
3843
-
3844
- .t19903l9 {
3821
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3822
+ position: static;
3845
3823
  border: none;
3846
- margin-right: 0;
3847
- background: rgba(225, 230, 241, 0.6);
3824
+ background: inherit !important;
3825
+ height: 100px;
3826
+ vertical-align: middle;
3848
3827
  }
3849
-
3850
- .ohwbvxu {
3851
- pointer-events: none;
3852
- height: 32px;
3853
- width: 100%;
3854
- opacity: 0;
3828
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3829
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3830
+ font-weight: bold;
3831
+ font-size: 20px;
3832
+ color: rgba(10, 37, 85, 0.6);
3833
+ }
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,16 +3925,6 @@ input.rrg1fkn.ant-input {
3925
3925
  margin-left: 24px;
3926
3926
  }
3927
3927
 
3928
- .igz4le8 {
3929
- height: 24px;
3930
- width: 56px !important;
3931
- margin-right: 4px;
3932
- }
3933
-
3934
- .c1riexje {
3935
- color: rgba(44, 56, 82, 0.6);
3936
- }
3937
-
3938
3928
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3939
3929
  border-radius: 6px;
3940
3930
  }
@@ -3990,6 +3980,16 @@ input.rrg1fkn.ant-input {
3990
3980
  transform: rotate(180deg);
3991
3981
  }
3992
3982
 
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
3993
  .iiqau4c.ant-input-group.ant-input-group-compact {
3994
3994
  display: flex;
3995
3995
  }
@@ -4185,6 +4185,52 @@ 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
+
4188
4234
  .tc40oxa {
4189
4235
  margin-bottom: 4px;
4190
4236
  color: rgba(44, 56, 82, 0.6);
@@ -4381,52 +4427,6 @@ input.rrg1fkn.ant-input {
4381
4427
  margin-right: 8px;
4382
4428
  }
4383
4429
 
4384
- .at4ovwe .ant-input-number-handler-wrap {
4385
- display: var(--at4ovwe-0);
4386
- }
4387
- .at4ovwe .ant-input-number-input-wrap {
4388
- padding: 5px 12px;
4389
- display: inline-flex;
4390
- line-height: 1.5715;
4391
- height: 100%;
4392
- width: 100%;
4393
- }
4394
- .at4ovwe .ant-input-number-input-wrap::after {
4395
- content: var(--at4ovwe-1);
4396
- display: var(--at4ovwe-2);
4397
- flex: none;
4398
- align-items: center;
4399
- margin-left: 4px;
4400
- color: rgba(44, 56, 82, 0.6);
4401
- }
4402
- .at4ovwe .ant-input-number-input-wrap::before {
4403
- content: var(--at4ovwe-3);
4404
- display: var(--at4ovwe-4);
4405
- flex: none;
4406
- align-items: center;
4407
- margin-right: 4px;
4408
- cursor: auto;
4409
- color: rgba(44, 56, 82, 0.6);
4410
- }
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 {
4424
- padding: 0;
4425
- margin: 0;
4426
- height: auto;
4427
- font-size: inherit;
4428
- }
4429
-
4430
4430
  .feau332.ant-form-item {
4431
4431
  margin-bottom: 0;
4432
4432
  }