@cloudtower/eagle 0.27.52 → 0.27.53-alpha.2

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 (326) hide show
  1. package/dist/cjs/UIKitProvider/index.js +96 -0
  2. package/dist/cjs/core/AccordionCard/index.js +58 -0
  3. package/dist/cjs/core/Alert/index.js +81 -0
  4. package/dist/cjs/core/Arch/index.js +16 -0
  5. package/dist/cjs/core/Badge/index.js +50 -0
  6. package/dist/cjs/core/BaseIcon/index.js +75 -0
  7. package/dist/cjs/core/Bit/index.js +39 -0
  8. package/dist/cjs/core/BitPerSecond/index.js +39 -0
  9. package/dist/cjs/core/Bps/index.js +39 -0
  10. package/dist/cjs/core/Breadcrumb/index.js +57 -0
  11. package/dist/cjs/core/Button/HoverableElement.js +14 -0
  12. package/dist/cjs/core/Button/index.js +88 -0
  13. package/dist/cjs/core/ButtonGroup/index.js +110 -0
  14. package/dist/cjs/core/Byte/index.js +48 -0
  15. package/dist/cjs/core/Calendar/index.js +24 -0
  16. package/dist/cjs/core/Card/CardBody.js +12 -0
  17. package/dist/cjs/core/Card/CardTitle.js +12 -0
  18. package/dist/cjs/core/Card/CardWrapper.js +55 -0
  19. package/dist/cjs/core/Card/index.js +93 -0
  20. package/dist/cjs/core/Cascader/cascader.style.js +23 -0
  21. package/dist/cjs/core/Cascader/cascader.widget.js +86 -0
  22. package/dist/cjs/core/Cascader/index.js +74 -0
  23. package/dist/cjs/core/Checkbox/checkbox.style.js +5 -0
  24. package/dist/cjs/core/Checkbox/index.js +52 -0
  25. package/dist/cjs/core/DetailCard/index.js +22 -0
  26. package/dist/cjs/core/DonutChart/index.js +166 -0
  27. package/dist/cjs/core/DropdownMenu/index.js +65 -0
  28. package/dist/cjs/core/Empty/index.js +10 -0
  29. package/dist/cjs/core/ErrorBoundary/index.js +21 -0
  30. package/dist/cjs/core/ExpandableList/ExpandIcon.js +17 -0
  31. package/dist/cjs/core/ExpandableList/ExpandableContainer.js +16 -0
  32. package/dist/cjs/core/ExpandableList/ExpandableItem.js +47 -0
  33. package/dist/cjs/core/ExpandableList/RoundOrder.js +22 -0
  34. package/dist/cjs/core/FailedLoad/index.js +31 -0
  35. package/dist/cjs/core/Fields/FieldsBoolean/index.js +47 -0
  36. package/dist/cjs/core/Fields/FieldsDateTime/index.js +24 -0
  37. package/dist/cjs/core/Fields/FieldsDateTimeRange/index.js +50 -0
  38. package/dist/cjs/core/Fields/FieldsEnum/index.js +60 -0
  39. package/dist/cjs/core/Fields/FieldsFloat/index.js +60 -0
  40. package/dist/cjs/core/Fields/FieldsInt/index.js +78 -0
  41. package/dist/cjs/core/Fields/FieldsInteger/index.js +57 -0
  42. package/dist/cjs/core/Fields/FieldsString/index.js +116 -0
  43. package/dist/cjs/core/Fields/FieldsTextArea/index.js +64 -0
  44. package/dist/cjs/core/Fields/FieldsTimePicker/index.js +54 -0
  45. package/dist/cjs/core/Fields/index.js +27 -0
  46. package/dist/cjs/core/Form/index.js +9 -0
  47. package/dist/cjs/core/FormItem/index.js +38 -0
  48. package/dist/cjs/core/Frequency/index.js +39 -0
  49. package/dist/cjs/core/Icon/index.js +116 -0
  50. package/dist/cjs/core/Input/index.js +65 -0
  51. package/dist/cjs/core/InputGroup/index.js +13 -0
  52. package/dist/cjs/core/InputInteger/formatterInteger.js +15 -0
  53. package/dist/cjs/core/InputInteger/index.js +97 -0
  54. package/dist/cjs/core/InputNumber/index.js +89 -0
  55. package/dist/cjs/core/InputTagItem/index.js +11 -0
  56. package/dist/cjs/core/KitStoreProvider/index.js +22 -0
  57. package/dist/cjs/core/Link/index.js +55 -0
  58. package/dist/cjs/core/Loading/index.js +32 -0
  59. package/dist/cjs/core/Loading/style.js +11 -0
  60. package/dist/cjs/core/Metric/metric.js +22 -0
  61. package/dist/cjs/core/Modal/index.js +214 -0
  62. package/dist/cjs/core/ModalStack/index.js +46 -0
  63. package/dist/cjs/core/Overflow/index.js +121 -0
  64. package/dist/cjs/core/Pagination/index.js +119 -0
  65. package/dist/cjs/core/ParrotTrans/index.js +28 -0
  66. package/dist/cjs/core/Percent/index.js +40 -0
  67. package/dist/cjs/core/Progress/index.js +24 -0
  68. package/dist/cjs/core/Radio/index.js +144 -0
  69. package/dist/cjs/core/SearchInput/index.js +49 -0
  70. package/dist/cjs/core/Second/index.js +42 -0
  71. package/dist/cjs/core/SegmentControl/index.js +42 -0
  72. package/dist/cjs/core/Select/index.js +139 -0
  73. package/dist/cjs/core/SimplePagination/index.js +89 -0
  74. package/dist/cjs/core/Speed/index.js +39 -0
  75. package/dist/cjs/core/StatusCapsule/index.js +99 -0
  76. package/dist/cjs/core/StepProgress/index.js +44 -0
  77. package/dist/cjs/core/Steps/index.js +125 -0
  78. package/dist/cjs/core/Steps/style.js +13 -0
  79. package/dist/cjs/core/Styled/index.js +57 -0
  80. package/dist/cjs/core/Switch/index.js +60 -0
  81. package/dist/cjs/core/Table/TableWidget.js +48 -0
  82. package/dist/cjs/core/Table/common.js +46 -0
  83. package/dist/cjs/core/Table/index.js +112 -0
  84. package/dist/cjs/core/TableForm/AddRowButton.js +108 -0
  85. package/dist/cjs/core/TableForm/Columns/AffixColumn.js +48 -0
  86. package/dist/cjs/core/TableForm/Columns/CheckboxColumn.js +35 -0
  87. package/dist/cjs/core/TableForm/Columns/FormItem.js +20 -0
  88. package/dist/cjs/core/TableForm/Columns/InputColumn.js +117 -0
  89. package/dist/cjs/core/TableForm/Columns/TextColumn.js +44 -0
  90. package/dist/cjs/core/TableForm/Columns/index.js +24 -0
  91. package/dist/cjs/core/TableForm/TableFormBodyCell.js +165 -0
  92. package/dist/cjs/core/TableForm/TableFormBodyRows.js +215 -0
  93. package/dist/cjs/core/TableForm/TableFormHeaderCell.js +93 -0
  94. package/dist/cjs/core/TableForm/index.js +186 -0
  95. package/dist/cjs/core/TableForm/style.js +35 -0
  96. package/dist/cjs/core/TableForm/types.js +10 -0
  97. package/dist/cjs/core/TableForm/utils.js +36 -0
  98. package/dist/cjs/core/Tag/SplitTag.js +64 -0
  99. package/dist/cjs/core/Tag/const.js +12 -0
  100. package/dist/cjs/core/Tag/index.js +95 -0
  101. package/dist/cjs/core/Tag/style.js +14 -0
  102. package/dist/cjs/core/TextArea/index.js +71 -0
  103. package/dist/cjs/core/Time/index.js +30 -0
  104. package/dist/cjs/core/TimePicker/index.js +66 -0
  105. package/dist/cjs/core/TimeZoneSelect/index.js +164 -0
  106. package/dist/cjs/core/Token/index.js +85 -0
  107. package/dist/cjs/core/Token/style.js +5 -0
  108. package/dist/cjs/core/Tooltip/index.js +88 -0
  109. package/dist/cjs/core/Truncate/index.js +48 -0
  110. package/dist/cjs/core/Typo/index.js +130 -0
  111. package/dist/cjs/core/antd.js +208 -0
  112. package/dist/cjs/core/message/index.js +202 -0
  113. package/dist/cjs/core/message-group/index.js +147 -0
  114. package/dist/cjs/coreX/BarChart/index.js +38 -0
  115. package/dist/cjs/coreX/BatchOperation/index.js +148 -0
  116. package/dist/cjs/coreX/ChartWithTooltip/index.js +153 -0
  117. package/dist/cjs/coreX/Counting/index.js +21 -0
  118. package/dist/cjs/coreX/CronCalendar/index.js +104 -0
  119. package/dist/cjs/coreX/CronPlan/index.js +462 -0
  120. package/dist/cjs/coreX/DateRangePicker/AbsoluteDate.js +178 -0
  121. package/dist/cjs/coreX/DateRangePicker/Calendar.js +285 -0
  122. package/dist/cjs/coreX/DateRangePicker/DateRangePicker.style.js +84 -0
  123. package/dist/cjs/coreX/DateRangePicker/InputTime.js +150 -0
  124. package/dist/cjs/coreX/DateRangePicker/RelativeTime.js +52 -0
  125. package/dist/cjs/coreX/DateRangePicker/common.js +195 -0
  126. package/dist/cjs/coreX/DateRangePicker/index.js +331 -0
  127. package/dist/cjs/coreX/DeprecatedDonutChart/index.js +38 -0
  128. package/dist/cjs/coreX/DropdownTransition/index.js +72 -0
  129. package/dist/cjs/coreX/GoBackButton/index.js +44 -0
  130. package/dist/cjs/coreX/I18nNameTag/index.js +36 -0
  131. package/dist/cjs/coreX/NamesTooltip/index.js +33 -0
  132. package/dist/cjs/coreX/OverflowTooltip/index.js +91 -0
  133. package/dist/cjs/coreX/SidebarSubtitle/index.js +12 -0
  134. package/dist/cjs/coreX/SortableList/index.js +32 -0
  135. package/dist/cjs/coreX/SummaryTable/index.js +112 -0
  136. package/dist/cjs/coreX/SwitchWithText/index.js +58 -0
  137. package/dist/cjs/coreX/TabMenu/index.js +152 -0
  138. package/dist/cjs/coreX/TruncatedTextWithTooltip/index.js +68 -0
  139. package/dist/cjs/coreX/UnitWithChart/index.js +117 -0
  140. package/dist/cjs/coreX/common/getCalendarTitle.js +26 -0
  141. package/dist/cjs/hooks/useElementIntersectionRatio.js +30 -0
  142. package/dist/cjs/hooks/useElementResize.js +68 -0
  143. package/dist/cjs/hooks/useElementsSize.js +61 -0
  144. package/dist/cjs/hooks/useMemoCompare.js +17 -0
  145. package/dist/cjs/hooks/useParrotTranslation.js +13 -0
  146. package/dist/cjs/index.js +132 -0
  147. package/dist/cjs/spec/type.js +9 -0
  148. package/dist/{umd → cjs}/stats1.html +1 -1
  149. package/dist/cjs/store/chart.js +65 -0
  150. package/dist/cjs/store/index.js +48 -0
  151. package/dist/cjs/store/modal.js +67 -0
  152. package/dist/cjs/styles/token/color.js +273 -0
  153. package/dist/cjs/utils/constants.js +8 -0
  154. package/dist/cjs/utils/cron-time.js +450 -0
  155. package/dist/cjs/utils/dom.js +16 -0
  156. package/dist/cjs/utils/icon.js +22 -0
  157. package/dist/cjs/utils/isEmpty.js +12 -0
  158. package/dist/cjs/utils/time.js +87 -0
  159. package/dist/cjs/utils/tower.js +188 -0
  160. package/dist/components.css +1976 -1976
  161. package/dist/esm/UIKitProvider/index.js +90 -0
  162. package/dist/esm/core/AccordionCard/index.js +56 -0
  163. package/dist/esm/core/Alert/index.js +79 -0
  164. package/dist/esm/core/Arch/index.js +14 -0
  165. package/dist/esm/core/Badge/index.js +48 -0
  166. package/dist/esm/core/BaseIcon/index.js +73 -0
  167. package/dist/esm/core/Bit/index.js +37 -0
  168. package/dist/esm/core/BitPerSecond/index.js +37 -0
  169. package/dist/esm/core/Bps/index.js +37 -0
  170. package/dist/esm/core/Breadcrumb/index.js +52 -0
  171. package/dist/esm/core/Button/HoverableElement.js +12 -0
  172. package/dist/esm/core/Button/index.js +86 -0
  173. package/dist/esm/core/ButtonGroup/index.js +105 -0
  174. package/dist/esm/core/Byte/index.js +46 -0
  175. package/dist/esm/core/Calendar/index.js +22 -0
  176. package/dist/esm/core/Card/CardBody.js +10 -0
  177. package/dist/esm/core/Card/CardTitle.js +10 -0
  178. package/dist/esm/core/Card/CardWrapper.js +53 -0
  179. package/dist/esm/core/Card/index.js +91 -0
  180. package/dist/esm/core/Cascader/cascader.style.js +12 -0
  181. package/dist/esm/core/Cascader/cascader.widget.js +79 -0
  182. package/dist/esm/core/Cascader/index.js +72 -0
  183. package/dist/esm/core/Checkbox/checkbox.style.js +3 -0
  184. package/dist/esm/core/Checkbox/index.js +50 -0
  185. package/dist/esm/core/DetailCard/index.js +20 -0
  186. package/dist/esm/core/DonutChart/index.js +160 -0
  187. package/dist/esm/core/DropdownMenu/index.js +60 -0
  188. package/dist/esm/core/Empty/index.js +8 -0
  189. package/dist/esm/core/ErrorBoundary/index.js +19 -0
  190. package/dist/esm/core/ExpandableList/ExpandIcon.js +15 -0
  191. package/dist/esm/core/ExpandableList/ExpandableContainer.js +14 -0
  192. package/dist/esm/core/ExpandableList/ExpandableItem.js +45 -0
  193. package/dist/esm/core/ExpandableList/RoundOrder.js +20 -0
  194. package/dist/esm/core/FailedLoad/index.js +29 -0
  195. package/dist/esm/core/Fields/FieldsBoolean/index.js +45 -0
  196. package/dist/esm/core/Fields/FieldsDateTime/index.js +22 -0
  197. package/dist/esm/core/Fields/FieldsDateTimeRange/index.js +48 -0
  198. package/dist/esm/core/Fields/FieldsEnum/index.js +58 -0
  199. package/dist/esm/core/Fields/FieldsFloat/index.js +58 -0
  200. package/dist/esm/core/Fields/FieldsInt/index.js +76 -0
  201. package/dist/esm/core/Fields/FieldsInteger/index.js +55 -0
  202. package/dist/esm/core/Fields/FieldsString/index.js +114 -0
  203. package/dist/esm/core/Fields/FieldsTextArea/index.js +62 -0
  204. package/dist/esm/core/Fields/FieldsTimePicker/index.js +52 -0
  205. package/dist/esm/core/Fields/index.js +25 -0
  206. package/dist/esm/core/Form/index.js +7 -0
  207. package/dist/esm/core/FormItem/index.js +36 -0
  208. package/dist/esm/core/Frequency/index.js +37 -0
  209. package/dist/esm/core/Icon/index.js +114 -0
  210. package/dist/esm/core/Input/index.js +63 -0
  211. package/dist/esm/core/InputGroup/index.js +11 -0
  212. package/dist/esm/core/InputInteger/formatterInteger.js +13 -0
  213. package/dist/esm/core/InputInteger/index.js +92 -0
  214. package/dist/esm/core/InputNumber/index.js +84 -0
  215. package/dist/esm/core/InputTagItem/index.js +9 -0
  216. package/dist/esm/core/KitStoreProvider/index.js +16 -0
  217. package/dist/esm/core/Link/index.js +53 -0
  218. package/dist/esm/core/Loading/index.js +30 -0
  219. package/dist/esm/core/Loading/style.js +6 -0
  220. package/dist/esm/core/Metric/metric.js +20 -0
  221. package/dist/esm/core/Modal/index.js +212 -0
  222. package/dist/esm/core/ModalStack/index.js +44 -0
  223. package/dist/esm/core/Overflow/index.js +116 -0
  224. package/dist/esm/core/Pagination/index.js +114 -0
  225. package/dist/esm/core/ParrotTrans/index.js +26 -0
  226. package/dist/esm/core/Percent/index.js +38 -0
  227. package/dist/esm/core/Progress/index.js +22 -0
  228. package/dist/esm/core/Radio/index.js +138 -0
  229. package/dist/esm/core/SearchInput/index.js +47 -0
  230. package/dist/esm/core/Second/index.js +40 -0
  231. package/dist/esm/core/SegmentControl/index.js +40 -0
  232. package/dist/esm/core/Select/index.js +137 -0
  233. package/dist/esm/core/SimplePagination/index.js +87 -0
  234. package/dist/esm/core/Speed/index.js +37 -0
  235. package/dist/esm/core/StatusCapsule/index.js +93 -0
  236. package/dist/esm/core/StepProgress/index.js +42 -0
  237. package/dist/esm/core/Steps/index.js +123 -0
  238. package/dist/esm/core/Steps/style.js +7 -0
  239. package/dist/esm/core/Styled/index.js +45 -0
  240. package/dist/esm/core/Switch/index.js +58 -0
  241. package/dist/esm/core/Table/TableWidget.js +45 -0
  242. package/dist/esm/core/Table/common.js +44 -0
  243. package/dist/esm/core/Table/index.js +104 -0
  244. package/dist/esm/core/TableForm/AddRowButton.js +106 -0
  245. package/dist/esm/core/TableForm/Columns/AffixColumn.js +46 -0
  246. package/dist/esm/core/TableForm/Columns/CheckboxColumn.js +32 -0
  247. package/dist/esm/core/TableForm/Columns/FormItem.js +18 -0
  248. package/dist/esm/core/TableForm/Columns/InputColumn.js +114 -0
  249. package/dist/esm/core/TableForm/Columns/TextColumn.js +41 -0
  250. package/dist/esm/core/TableForm/Columns/index.js +21 -0
  251. package/dist/esm/core/TableForm/TableFormBodyCell.js +163 -0
  252. package/dist/esm/core/TableForm/TableFormBodyRows.js +213 -0
  253. package/dist/esm/core/TableForm/TableFormHeaderCell.js +91 -0
  254. package/dist/esm/core/TableForm/index.js +184 -0
  255. package/dist/esm/core/TableForm/style.js +27 -0
  256. package/dist/esm/core/TableForm/types.js +8 -0
  257. package/dist/esm/core/TableForm/utils.js +32 -0
  258. package/dist/esm/core/Tag/SplitTag.js +62 -0
  259. package/dist/esm/core/Tag/const.js +10 -0
  260. package/dist/esm/core/Tag/index.js +90 -0
  261. package/dist/esm/core/Tag/style.js +9 -0
  262. package/dist/esm/core/TextArea/index.js +69 -0
  263. package/dist/esm/core/Time/index.js +28 -0
  264. package/dist/esm/core/TimePicker/index.js +64 -0
  265. package/dist/esm/core/TimeZoneSelect/index.js +162 -0
  266. package/dist/esm/core/Token/index.js +80 -0
  267. package/dist/esm/core/Token/style.js +3 -0
  268. package/dist/esm/core/Tooltip/index.js +86 -0
  269. package/dist/esm/core/Truncate/index.js +46 -0
  270. package/dist/esm/core/Typo/index.js +128 -0
  271. package/dist/esm/core/antd.js +205 -0
  272. package/dist/esm/core/message/index.js +178 -0
  273. package/dist/esm/core/message-group/index.js +143 -0
  274. package/dist/esm/coreX/BarChart/index.js +33 -0
  275. package/dist/esm/coreX/BatchOperation/index.js +143 -0
  276. package/dist/esm/coreX/ChartWithTooltip/index.js +148 -0
  277. package/dist/esm/coreX/Counting/index.js +19 -0
  278. package/dist/esm/coreX/CronCalendar/index.js +102 -0
  279. package/dist/esm/coreX/CronPlan/index.js +457 -0
  280. package/dist/esm/coreX/DateRangePicker/AbsoluteDate.js +176 -0
  281. package/dist/esm/coreX/DateRangePicker/Calendar.js +283 -0
  282. package/dist/esm/coreX/DateRangePicker/DateRangePicker.style.js +77 -0
  283. package/dist/esm/coreX/DateRangePicker/InputTime.js +148 -0
  284. package/dist/esm/coreX/DateRangePicker/RelativeTime.js +50 -0
  285. package/dist/esm/coreX/DateRangePicker/common.js +183 -0
  286. package/dist/esm/coreX/DateRangePicker/index.js +325 -0
  287. package/dist/esm/coreX/DeprecatedDonutChart/index.js +36 -0
  288. package/dist/esm/coreX/DropdownTransition/index.js +70 -0
  289. package/dist/esm/coreX/GoBackButton/index.js +42 -0
  290. package/dist/esm/coreX/I18nNameTag/index.js +34 -0
  291. package/dist/esm/coreX/NamesTooltip/index.js +31 -0
  292. package/dist/esm/coreX/OverflowTooltip/index.js +89 -0
  293. package/dist/esm/coreX/SidebarSubtitle/index.js +10 -0
  294. package/dist/esm/coreX/SortableList/index.js +30 -0
  295. package/dist/esm/coreX/SummaryTable/index.js +107 -0
  296. package/dist/esm/coreX/SwitchWithText/index.js +56 -0
  297. package/dist/esm/coreX/TabMenu/index.js +150 -0
  298. package/dist/esm/coreX/TruncatedTextWithTooltip/index.js +66 -0
  299. package/dist/esm/coreX/UnitWithChart/index.js +112 -0
  300. package/dist/esm/coreX/common/getCalendarTitle.js +24 -0
  301. package/dist/esm/hooks/useElementIntersectionRatio.js +28 -0
  302. package/dist/esm/hooks/useElementResize.js +66 -0
  303. package/dist/esm/hooks/useElementsSize.js +59 -0
  304. package/dist/esm/hooks/useMemoCompare.js +15 -0
  305. package/dist/esm/hooks/useParrotTranslation.js +11 -0
  306. package/dist/esm/index.js +46 -10234
  307. package/dist/esm/spec/type.js +7 -0
  308. package/dist/esm/stats1.html +1 -1
  309. package/dist/esm/store/chart.js +62 -0
  310. package/dist/esm/store/index.js +37 -0
  311. package/dist/esm/store/modal.js +63 -0
  312. package/dist/esm/styles/token/color.js +271 -0
  313. package/dist/esm/utils/constants.js +5 -0
  314. package/dist/esm/utils/cron-time.js +448 -0
  315. package/dist/esm/utils/dom.js +14 -0
  316. package/dist/esm/utils/icon.js +20 -0
  317. package/dist/esm/utils/isEmpty.js +10 -0
  318. package/dist/esm/utils/time.js +77 -0
  319. package/dist/esm/utils/tower.js +173 -0
  320. package/dist/src/core/Cascader/index.d.ts +1 -2
  321. package/dist/src/index.d.ts +1 -0
  322. package/dist/src/spec/base.d.ts +0 -2
  323. package/dist/stories/docs/cascader/cascader.stories.d.ts +1 -1
  324. package/dist/style.css +1903 -1903
  325. package/package.json +7 -6
  326. package/dist/umd/index.js +0 -10322
@@ -29472,19 +29472,6 @@ html body {
29472
29472
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29473
29473
  }
29474
29474
  }
29475
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29476
- padding: 4px 8px 0 8px;
29477
- color: rgba(44, 56, 82, 0.6);
29478
- font-size: 12px;
29479
- }
29480
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29481
- padding-bottom: 6px;
29482
- }
29483
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29484
- padding-top: 4px;
29485
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29486
- }
29487
-
29488
29475
  .E_drhfj7c .bottom {
29489
29476
  color: rgba(44, 56, 82, 0.75);
29490
29477
  }
@@ -29693,6 +29680,63 @@ html body {
29693
29680
  font-size: 14px;
29694
29681
  }
29695
29682
 
29683
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29684
+ padding: 4px 8px 0 8px;
29685
+ color: rgba(44, 56, 82, 0.6);
29686
+ font-size: 12px;
29687
+ }
29688
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29689
+ padding-bottom: 6px;
29690
+ }
29691
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29692
+ padding-top: 4px;
29693
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29694
+ }
29695
+
29696
+ .E_fzh9mnb {
29697
+ width: 100%;
29698
+ height: 100%;
29699
+ min-height: 124px;
29700
+ display: flex;
29701
+ flex-direction: column;
29702
+ justify-content: center;
29703
+ align-items: center;
29704
+ }
29705
+ .E_fzh9mnb .error-text {
29706
+ color: rgba(10, 37, 85, 0.6);
29707
+ margin-bottom: 16px;
29708
+ font-size: 18px;
29709
+ }
29710
+
29711
+ .E_b1nip9bk {
29712
+ padding: 4px 11px;
29713
+ }
29714
+
29715
+ .E_bqamoqe {
29716
+ white-space: nowrap;
29717
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29718
+ }
29719
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29720
+ --color: #0080ff;
29721
+ }
29722
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29723
+ --color: #0080ff;
29724
+ }
29725
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29726
+ margin-left: 1px;
29727
+ }
29728
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29729
+ border-top-right-radius: 0;
29730
+ border-bottom-right-radius: 0;
29731
+ }
29732
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29733
+ border-top-left-radius: 0;
29734
+ border-bottom-left-radius: 0;
29735
+ }
29736
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29737
+ border-radius: unset;
29738
+ }
29739
+
29696
29740
  .E_b1wx3t3t.ant-btn-icon-only {
29697
29741
  justify-content: center;
29698
29742
  }
@@ -29943,48 +29987,17 @@ html body {
29943
29987
  padding: 0;
29944
29988
  }
29945
29989
 
29946
- .E_b1nip9bk {
29947
- padding: 4px 11px;
29948
- }
29949
-
29950
- .E_bqamoqe {
29951
- white-space: nowrap;
29952
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29953
- }
29954
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29955
- --color: #0080ff;
29956
- }
29957
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29958
- --color: #0080ff;
29959
- }
29960
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29961
- margin-left: 1px;
29962
- }
29963
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29964
- border-top-right-radius: 0;
29965
- border-bottom-right-radius: 0;
29966
- }
29967
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29968
- border-top-left-radius: 0;
29969
- border-bottom-left-radius: 0;
29970
- }
29971
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29972
- border-radius: unset;
29973
- }
29974
-
29975
- .E_fzh9mnb {
29976
- width: 100%;
29977
- height: 100%;
29978
- min-height: 124px;
29990
+ .E_i1inqkme {
29991
+ height: 18px;
29992
+ line-height: 18px;
29993
+ padding: 0 4px;
29994
+ border-radius: 4px;
29995
+ background: rgba(235, 239, 245, 0.6);
29996
+ border: 1px solid rgba(223, 228, 235, 0.6);
29979
29997
  display: flex;
29980
- flex-direction: column;
29981
- justify-content: center;
29982
29998
  align-items: center;
29983
- }
29984
- .E_fzh9mnb .error-text {
29985
- color: rgba(10, 37, 85, 0.6);
29986
- margin-bottom: 16px;
29987
- font-size: 18px;
29999
+ white-space: nowrap;
30000
+ margin-right: 4px;
29988
30001
  }
29989
30002
 
29990
30003
  .E_iouxfgt {
@@ -30005,17 +30018,13 @@ html body {
30005
30018
  animation: rotate 680ms linear infinite;
30006
30019
  }
30007
30020
 
30008
- .E_i1inqkme {
30009
- height: 18px;
30010
- line-height: 18px;
30011
- padding: 0 4px;
30012
- border-radius: 4px;
30013
- background: rgba(235, 239, 245, 0.6);
30014
- border: 1px solid rgba(223, 228, 235, 0.6);
30015
- display: flex;
30016
- align-items: center;
30017
- white-space: nowrap;
30018
- margin-right: 4px;
30021
+ .E_owd0kml {
30022
+ display: inline-block;
30023
+ }
30024
+
30025
+ .E_h1jsgezc {
30026
+ visibility: hidden;
30027
+ position: absolute;
30019
30028
  }
30020
30029
 
30021
30030
  .E_phljevk {
@@ -30075,2065 +30084,2249 @@ html body {
30075
30084
  line-height: 18px;
30076
30085
  }
30077
30086
 
30078
- .E_owd0kml {
30079
- display: inline-block;
30080
- }
30081
-
30082
- .E_h1jsgezc {
30083
- visibility: hidden;
30084
- position: absolute;
30087
+ .E_rapgekc.ant-radio-wrapper {
30088
+ display: inline-flex;
30089
+ align-items: baseline;
30090
+ white-space: pre-wrap;
30085
30091
  }
30086
-
30087
- .E_s1dni7lo {
30088
- width: 430px !important;
30092
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30093
+ position: relative;
30094
+ top: 3px;
30089
30095
  }
30090
-
30091
- .E_d1wwmmm5 .ant-select-item-group {
30092
- padding: 8px 16px;
30093
- line-height: 18px;
30094
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30095
- height: 34px;
30096
- min-height: 34px;
30097
- box-sizing: border-box;
30098
- margin-top: 8px;
30096
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30097
+ border-color: rgba(107, 128, 167, 0.6);
30099
30098
  }
30100
-
30101
- .E_o1ugr09p {
30102
- display: flex;
30103
- flex-direction: column;
30104
- margin: 1px 8px;
30105
- padding: 8px;
30106
- border-radius: 4px;
30099
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30100
+ border-color: #0080ff;
30107
30101
  }
30108
- .E_o1ugr09p .selected-icon {
30109
- display: none;
30102
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30103
+ border-color: #0080ff;
30104
+ background: #0080ff;
30110
30105
  }
30111
- .E_o1ugr09p.ant-select-item-option-grouped {
30112
- padding-left: 8px;
30106
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30107
+ top: 4px;
30108
+ left: 4px;
30109
+ width: 6px;
30110
+ height: 6px;
30111
+ background: #fff;
30113
30112
  }
30114
- .E_o1ugr09p.ant-select-item-option-selected {
30115
- background-color: white;
30113
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30114
+ opacity: 0.5;
30116
30115
  }
30117
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30118
- color: #0080ff;
30116
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30117
+ border-color: rgba(107, 128, 167, 0.6);
30118
+ background: rgba(211, 218, 235, 0.6);
30119
30119
  }
30120
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30121
- display: block;
30120
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30121
+ background: #00122e;
30122
30122
  }
30123
- .E_o1ugr09p.ant-select-item-option-active {
30124
- background: rgba(0, 136, 255, 0.16);
30123
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30124
+ color: #00122e;
30125
+ opacity: 0.5;
30125
30126
  }
30126
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30127
- color: #0080ff;
30127
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30128
+ color: #00122e;
30128
30129
  }
30129
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30130
- background: rgba(0, 136, 255, 0.1);
30131
- color: #0080ff;
30130
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30131
+ display: inline-block;
30132
+ padding: 0;
30133
+ padding-left: 12px;
30132
30134
  }
30133
-
30134
- .E_o1ifxsq4 {
30135
- display: flex;
30136
- justify-content: space-between;
30137
- height: 20px;
30138
- line-height: 20px;
30135
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30136
+ margin-bottom: 0;
30137
+ white-space: pre-wrap;
30138
+ color: rgba(44, 56, 82, 0.6);
30139
30139
  }
30140
- .E_o1ifxsq4 .timezone-title {
30141
- color: #2d3a56;
30142
- overflow: hidden;
30143
- text-overflow: ellipsis;
30140
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30141
+ padding-left: 8px;
30144
30142
  }
30145
30143
 
30146
- .E_o1zue7 {
30147
- display: flex;
30148
- justify-content: space-between;
30149
- color: rgba(44, 56, 82, 0.6);
30150
- height: 18px;
30151
- line-height: 18px;
30152
- margin-top: 2px;
30144
+ .E_rp906go .ant-radio-button-wrapper:first-child {
30145
+ border-radius: 5px 0 0 5px;
30153
30146
  }
30154
-
30155
- .E_tyfmlxg {
30156
- border: none;
30157
- margin-right: 0;
30158
- background: rgba(225, 230, 241, 0.6);
30147
+ .E_rp906go .ant-radio-button-wrapper:last-child {
30148
+ border-radius: 0 5px 5px 0;
30159
30149
  }
30160
30150
 
30161
- .E_o18uybox {
30162
- pointer-events: none;
30163
- height: 32px;
30164
- width: 100%;
30165
- opacity: 0;
30151
+ .E_rcc63c8 {
30152
+ color: #00122e;
30153
+ border-color: #ccd4e3;
30166
30154
  }
30167
-
30168
- .E_iq1gosr {
30169
- display: inline-block;
30155
+ .E_rcc63c8:first-child {
30156
+ border-color: #a3b4cc;
30170
30157
  }
30171
-
30172
- .E_s1dizucg.ant-switch {
30173
- min-width: 40px;
30174
- height: 24px;
30175
- background: rgba(172, 186, 211, 0.6);
30176
- overflow: hidden;
30158
+ .E_rcc63c8.ant-radio-button-wrapper {
30159
+ padding: 0 12px;
30160
+ line-height: 32px;
30161
+ height: 32px;
30177
30162
  }
30178
- .E_s1dizucg.ant-switch:focus {
30179
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30163
+ .E_rcc63c8.ant-radio-button-wrapper > span + span {
30164
+ white-space: nowrap;
30180
30165
  }
30181
- .E_s1dizucg.ant-switch-small {
30182
- min-width: 26px;
30183
- height: 16px;
30166
+ .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30167
+ height: 22px;
30168
+ padding: 0 7px;
30169
+ line-height: 20px;
30184
30170
  }
30185
- .E_s1dizucg.ant-switch-large {
30186
- min-width: 52px;
30187
- height: 32px;
30171
+ .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30172
+ background: #ccd4e3;
30188
30173
  }
30189
- .E_s1dizucg.ant-switch .ant-switch-handle {
30190
- height: 20px;
30191
- width: 20px;
30174
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30175
+ background: #0080ff;
30192
30176
  }
30193
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30194
- border-radius: 10px;
30195
- transition-delay: 120ms;
30177
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30178
+ background: #ccd4e3;
30179
+ opacity: 0.5;
30196
30180
  }
30197
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30198
- height: 14px;
30199
- width: 14px;
30200
- top: 1px;
30201
- left: 1px;
30181
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30182
+ border-right-color: #0080ff;
30202
30183
  }
30203
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30204
- height: 28px;
30205
- width: 28px;
30184
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30185
+ border-color: #0080ff;
30206
30186
  }
30207
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30208
- border-radius: 14px;
30187
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
30188
+ background: rgba(0, 136, 255, 0.1);
30209
30189
  }
30210
- .E_s1dizucg.ant-switch-checked {
30211
- background-color: #00ba5d;
30190
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
30191
+ background: rgba(211, 218, 235, 0.6);
30192
+ border-color: #ccd4e3;
30193
+ opacity: 0.5;
30212
30194
  }
30213
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30214
- left: calc(100% - 20px - 2px);
30195
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30196
+ color: #00122e;
30197
+ border-color: #ccd4e3;
30215
30198
  }
30216
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30217
- left: calc(100% - 14px - 1px);
30199
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30200
+ color: #00122e;
30201
+ border-color: #ccd4e3;
30202
+ background: rgba(172, 186, 211, 0.6);
30218
30203
  }
30219
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30220
- left: calc(100% - 28px - 2px);
30204
+ .E_rcc63c8 .ant-radio-button-input {
30205
+ margin-right: 8px;
30206
+ display: inline;
30207
+ border: none;
30208
+ padding: 0;
30209
+ width: 36px;
30210
+ background: transparent;
30211
+ }
30212
+ .E_rcc63c8 .ant-radio-button-input:focus {
30213
+ box-shadow: none;
30214
+ }
30215
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30216
+ margin-right: 0;
30217
+ width: initial;
30218
+ box-shadow: none;
30219
+ }
30220
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30221
+ display: none;
30222
+ }
30223
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30224
+ display: inline;
30225
+ }
30226
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30227
+ display: inline;
30228
+ margin-right: 8px;
30229
+ padding: 0;
30230
+ width: 36px;
30221
30231
  }
30222
30232
 
30223
- .E_c1up6e3y {
30224
- margin-left: 5px;
30233
+ .E_cnujxq2 {
30234
+ display: flex;
30235
+ flex-direction: column;
30225
30236
  }
30226
30237
 
30227
- .E_tc97u5y {
30238
+ .E_m7s48ia {
30239
+ max-width: 1120px;
30240
+ width: 100%;
30241
+ margin: 0 auto;
30228
30242
  height: 100%;
30229
30243
  }
30230
30244
 
30231
- .E_tfzf37v {
30232
- height: 100%;
30245
+ .E_wt5zbg6 {
30246
+ max-width: 1120px;
30247
+ width: 100%;
30248
+ margin: 0 auto;
30249
+ display: flex;
30233
30250
  }
30234
- .E_tfzf37v.empty-table .ant-table-content {
30235
- overflow: visible !important;
30236
- height: 100%;
30251
+ .E_wt5zbg6 .left,
30252
+ .E_wt5zbg6 .right {
30253
+ flex-grow: 0;
30254
+ flex-shrink: 0;
30255
+ flex-basis: 21%;
30237
30256
  }
30238
- .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30239
- height: 100%;
30257
+ .E_wt5zbg6 .left {
30258
+ display: flex;
30259
+ justify-content: flex-end;
30260
+ padding-right: 44px;
30240
30261
  }
30241
- .E_tfzf37v.empty-table .ant-table-content table {
30242
- width: 100% !important;
30243
- height: 100%;
30262
+ .E_wt5zbg6 .right {
30263
+ padding-left: 44px;
30244
30264
  }
30245
- .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30246
- padding: 15px 0;
30265
+ .E_wt5zbg6 .middle {
30266
+ margin-bottom: 40px;
30267
+ flex-grow: 0;
30268
+ flex-shrink: 0;
30269
+ flex-basis: 58%;
30247
30270
  }
30248
- .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
30249
- display: none;
30271
+ .E_wt5zbg6 .middle .form-base-field {
30272
+ width: 100%;
30250
30273
  }
30251
- .E_tfzf37v .active-row td:nth-child(1) {
30252
- font-weight: 700;
30274
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
30275
+ width: auto;
30253
30276
  }
30254
- .E_tfzf37v.has-selection .active-row td:nth-child(2) {
30255
- font-weight: 700;
30277
+
30278
+ .E_h18jprzg .ant-modal-header {
30279
+ margin: 0 auto;
30280
+ width: 100%;
30281
+ max-width: 648px;
30256
30282
  }
30257
- .E_tfzf37v .ant-spin-nested-loading {
30258
- height: 100%;
30283
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
30284
+ margin-left: 0;
30259
30285
  }
30260
- .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
30261
- height: 100%;
30262
- overflow: visible;
30286
+ .E_h18jprzg .ant-modal-body {
30287
+ margin: 0 auto;
30288
+ padding: 0;
30289
+ width: 100%;
30290
+ max-width: 648px;
30291
+ overflow: hidden;
30263
30292
  }
30264
- .E_tfzf37v .ant-spin-nested-loading .ant-spin {
30265
- max-height: none;
30293
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30294
+ margin-bottom: 40px;
30266
30295
  }
30267
- .E_tfzf37v.table-init-loading .ant-spin-blur thead,
30268
- .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
30269
- display: none;
30296
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30297
+ height: calc(100vh - 225px);
30298
+ overflow-y: auto;
30270
30299
  }
30271
- .E_tfzf37v td.ant-table-column-sort {
30272
- background: transparent;
30300
+ .E_h18jprzg .ant-modal-footer .footer-content {
30301
+ margin: 0 auto;
30302
+ max-width: 648px;
30273
30303
  }
30274
- .E_tfzf37v td.ant-table-cell-fix-left,
30275
- .E_tfzf37v td.ant-table-cell-fix-right {
30276
- background: #fff;
30277
- padding: 0 !important;
30304
+
30305
+ .E_h16z9xgz .ant-modal-header {
30306
+ margin: 0 auto;
30307
+ width: 100%;
30308
+ max-width: 1024px;
30278
30309
  }
30279
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
30280
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
30281
- display: flex;
30282
- align-items: center;
30283
- height: 100%;
30284
- padding: 8px;
30310
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
30311
+ margin-left: 0;
30285
30312
  }
30286
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
30287
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
30288
- overflow: hidden;
30289
- text-overflow: ellipsis;
30313
+ .E_h16z9xgz .ant-modal-body {
30314
+ margin: 0 auto;
30315
+ padding: 0;
30290
30316
  width: 100%;
30317
+ max-width: 1024px;
30318
+ overflow: hidden;
30291
30319
  }
30292
- .E_tfzf37v .ant-table-container {
30293
- height: 100%;
30294
- }
30295
- .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
30296
- box-shadow: none !important;
30320
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30321
+ margin-bottom: 40px;
30297
30322
  }
30298
- .E_tfzf37v .ant-table {
30299
- border-radius: 0px;
30300
- border-left: none;
30301
- border-right: none;
30302
- border-bottom: none;
30303
- height: 100%;
30304
- font-size: 12px;
30305
- background: transparent;
30323
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30324
+ height: calc(100vh - 225px);
30325
+ overflow-y: auto;
30306
30326
  }
30307
- .E_tfzf37v .ant-table .ant-table-header {
30308
- position: relative;
30309
- z-index: 3;
30310
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30311
- margin-bottom: -1px;
30327
+ .E_h16z9xgz .ant-modal-footer .footer-content {
30328
+ margin: 0 auto;
30329
+ max-width: 1024px;
30312
30330
  }
30313
- .E_tfzf37v .ant-table .time-wrapper .date,
30314
- .E_tfzf37v .ant-table .value {
30315
- color: #2d3a56;
30331
+
30332
+ .E_f1lrhghm {
30333
+ flex: 1;
30316
30334
  }
30317
- .E_tfzf37v .ant-table .time-wrapper .time,
30318
- .E_tfzf37v .ant-table .unit {
30335
+ .E_f1lrhghm label {
30336
+ font-size: 13px;
30337
+ line-height: 20px;
30319
30338
  color: rgba(44, 56, 82, 0.6);
30320
30339
  }
30321
- .E_tfzf37v .ant-table .ant-table-selection {
30322
- position: unset;
30323
- text-align: center;
30324
- }
30325
- .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30326
- background: #fff;
30327
- }
30328
- .E_tfzf37v .ant-table .anticon-setting {
30329
- cursor: pointer;
30330
- position: absolute;
30331
- top: 50%;
30332
- right: 12px;
30333
- transform: translateY(-50%);
30334
- }
30335
- .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30336
- box-shadow: none;
30337
- width: 1px;
30338
- background: rgba(213, 219, 227, 0.6);
30339
- }
30340
- .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30341
- box-shadow: none;
30342
- width: 1px;
30343
- background: rgba(213, 219, 227, 0.6);
30340
+ .E_f1lrhghm .title {
30341
+ font-size: 14px;
30342
+ line-height: 20px;
30343
+ color: #2d3a56;
30344
+ margin-bottom: 12px;
30344
30345
  }
30345
- .E_tfzf37v .ant-table .ant-table-tbody {
30346
- position: relative;
30346
+ .E_f1lrhghm.connect-cluster .title {
30347
+ padding-bottom: 26px;
30347
30348
  }
30348
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
30349
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30350
- border-bottom: 1px solid white;
30351
- height: 40px;
30352
- vertical-align: middle;
30353
- transition: background 0ms;
30354
- color: #00122e;
30349
+
30350
+ .E_f18ot8em {
30351
+ padding: 25px 0 15px 0;
30352
+ border-bottom: 1px solid #e1e5eb;
30353
+ margin-bottom: 16px;
30355
30354
  }
30356
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30357
- background: #f2f5fa;
30358
- border-bottom-color: #f2f5fa;
30355
+
30356
+ .E_f1l1g2k0 {
30357
+ display: flex;
30358
+ align-items: center;
30359
+ margin-bottom: 8px;
30359
30360
  }
30360
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30361
- height: auto;
30362
- color: #00122e;
30363
- font-size: 12px;
30364
- text-align: left;
30365
- transition: none;
30366
- overflow: hidden;
30367
- text-overflow: ellipsis;
30368
- white-space: nowrap;
30361
+ .E_f1l1g2k0 > label {
30362
+ width: 216px;
30369
30363
  }
30370
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30371
- color: #0096ff;
30364
+ .E_f1l1g2k0 > label + * {
30365
+ width: 100%;
30372
30366
  }
30373
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30374
- overflow: hidden;
30375
- text-overflow: ellipsis;
30367
+ .E_f1l1g2k0 .ant-select {
30376
30368
  width: 100%;
30377
- vertical-align: middle;
30378
30369
  }
30379
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30380
- line-height: 0px;
30370
+
30371
+ .E_e1k89cwg {
30372
+ color: #e75a3a;
30373
+ margin-right: 10px;
30381
30374
  }
30382
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
30383
- padding-right: 25px;
30375
+
30376
+ .E_d1oui1gf {
30377
+ width: 100%;
30378
+ height: 1px;
30379
+ background: rgba(213, 219, 227, 0.6);
30380
+ margin: 24px 0;
30384
30381
  }
30385
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30386
- border-top-color: transparent;
30382
+
30383
+ .E_l15itdbb {
30384
+ display: flex;
30385
+ justify-content: center;
30386
+ align-items: center;
30387
+ height: 100%;
30387
30388
  }
30388
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
30389
- background: rgba(225, 230, 241, 0.6);
30390
- border-color: transparent transparent white;
30389
+
30390
+ .E_d1y3z4w {
30391
+ display: inline-block;
30392
+ width: 4px;
30393
+ height: 4px;
30394
+ background: #8e9aa9;
30395
+ opacity: 0.4;
30396
+ border-radius: 50%;
30397
+ margin: 0 4px;
30391
30398
  }
30392
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30393
- border-radius: 8px 0 0 8px;
30399
+
30400
+ .E_m177r7a3 .ant-modal-header,
30401
+ .E_m177r7a3 .ant-modal-footer .footer-content {
30402
+ width: 648px;
30403
+ margin: 0 auto;
30394
30404
  }
30395
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30396
- border-radius: 8px 0 0 8px;
30405
+ .E_m177r7a3 .ant-modal-header {
30406
+ padding: 35px 0 24px;
30407
+ border: none;
30397
30408
  }
30398
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30399
- content: "";
30400
- width: 4px;
30401
- top: -1px;
30402
- bottom: -1px;
30403
- background: white;
30409
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
30410
+ font-size: 30px;
30404
30411
  }
30405
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30406
- border-radius: 0 8px 8px 0;
30412
+ .E_m177r7a3 .ant-modal-body {
30413
+ padding: 4px 0 2px;
30407
30414
  }
30408
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30409
- border-radius: 0;
30410
- background: white;
30411
- border-top: none;
30415
+ .E_m177r7a3 .ant-modal-footer {
30416
+ border: none;
30412
30417
  }
30413
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30414
- border-top: 1px solid transparent;
30415
- border-radius: 0 8px 8px 0;
30416
- background: rgba(225, 230, 241, 0.6);
30418
+
30419
+ .E_t1wwio3v {
30420
+ font-size: 12px;
30421
+ line-height: 18px;
30422
+ font-weight: bold;
30423
+ color: #fff;
30424
+ padding: 0 4px;
30425
+ border-radius: 4px;
30426
+ display: inline-block;
30427
+ background: var(--t1wwio3v-0);
30417
30428
  }
30418
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30419
- background: white;
30420
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30429
+ .E_t1wwio3v:not(:first-child) {
30430
+ margin-left: 4px;
30421
30431
  }
30422
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30432
+
30433
+ .E_f17jvtfk {
30434
+ width: 100%;
30435
+ height: 100%;
30423
30436
  display: flex;
30424
30437
  align-items: center;
30425
- height: 100%;
30426
- background: rgba(225, 230, 241, 0.6);
30438
+ justify-content: center;
30427
30439
  }
30428
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30429
- background: white;
30430
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30440
+
30441
+ .E_nzppkea {
30442
+ font-size: 90%;
30443
+ font-weight: bold;
30444
+ background-color: rgba(240, 243, 247, 0.6);
30445
+ padding: 1px 4px 1px;
30446
+ margin-left: 2px;
30447
+ margin-right: 2px;
30448
+ border: 1px solid rgba(213, 219, 227, 0.6);
30449
+ border-radius: 4px;
30431
30450
  }
30432
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30433
- display: flex;
30434
- align-items: center;
30435
- height: 100%;
30436
- background: rgba(225, 230, 241, 0.6);
30451
+
30452
+ .E_f4mi9eq.form-item-general {
30453
+ width: 640px;
30437
30454
  }
30438
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
30439
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30455
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
30456
+ margin-top: 16px;
30440
30457
  }
30441
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
30442
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30443
- border-radius: 8px;
30458
+ .E_f4mi9eq.form-item-compact {
30459
+ width: 412px;
30444
30460
  }
30445
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30446
- border-top-color: white;
30461
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
30462
+ margin-top: 8px;
30447
30463
  }
30448
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
30449
- background: rgba(0, 136, 255, 0.1);
30450
- border-bottom-color: transparent;
30451
- border-top-color: transparent;
30464
+ .E_f4mi9eq .form-item {
30465
+ width: auto;
30452
30466
  }
30453
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30454
- border-radius: 8px 0 0 8px;
30467
+ .E_f4mi9eq .form-item-main {
30468
+ position: relative;
30469
+ display: flex;
30455
30470
  }
30456
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30457
- border-radius: 0 8px 8px 0;
30471
+ .E_f4mi9eq .form-item-extra {
30472
+ margin-top: 4px;
30473
+ width: 100%;
30474
+ padding: 14px;
30475
+ background: #f2f4f6;
30476
+ font-size: 13px;
30477
+ line-height: 1.8;
30478
+ color: #8e9aa9;
30458
30479
  }
30459
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30460
- background: rgba(0, 136, 255, 0.1);
30480
+ .E_f4mi9eq .form-item-label {
30481
+ padding-right: 12px;
30482
+ font-size: 13px;
30483
+ color: rgba(44, 56, 82, 0.6);
30461
30484
  }
30462
- .E_tfzf37v .ant-table .ant-table-thead > tr > th {
30463
- background: #fff;
30464
- font-weight: 400;
30465
- position: relative;
30466
- border-bottom: none;
30467
- color: #00122e;
30468
- transition: none;
30469
- padding: 15px 8px 15px 8px;
30485
+ .E_f4mi9eq .form-item-label.label-right {
30486
+ text-align: right;
30470
30487
  }
30471
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30472
- content: "";
30473
- width: 1px;
30474
- top: 0;
30475
- bottom: 0;
30476
- background: rgba(211, 218, 235, 0.6);
30477
- position: absolute;
30478
- right: 0;
30488
+ .E_f4mi9eq .form-item-label,
30489
+ .E_f4mi9eq .form-item-control {
30490
+ line-height: 32px;
30479
30491
  }
30480
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
30481
- padding: unset;
30492
+ .E_f4mi9eq .form-item-control .form-item-error {
30493
+ line-height: 18px;
30482
30494
  }
30483
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
30484
- display: none;
30495
+ .E_f4mi9eq .form-item-children {
30496
+ width: 100%;
30485
30497
  }
30486
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30498
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
30487
30499
  width: 100%;
30488
- overflow: hidden;
30489
- white-space: nowrap;
30490
- text-overflow: ellipsis;
30491
30500
  }
30492
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30501
+ .E_f4mi9eq .form-item-error {
30502
+ color: #e75a3a;
30503
+ height: 0;
30493
30504
  overflow: hidden;
30494
- text-overflow: ellipsis;
30495
- flex: 1;
30496
- }
30497
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30498
- padding: 15px 25px 15px 8px;
30499
30505
  }
30500
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30501
- padding: 0;
30506
+ .E_f4mi9eq .form-item-error-enter-done {
30507
+ margin-top: 4px;
30508
+ height: auto;
30509
+ overflow: auto;
30502
30510
  }
30503
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30504
- position: absolute;
30505
- right: 6px;
30506
- top: 50%;
30507
- transform: translateY(-50%);
30508
- height: 16px;
30509
- display: none;
30510
- transition: transform 320ms ease;
30511
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30512
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30513
+ border: 1px solid #e75a3a;
30514
+ color: #e75a3a;
30511
30515
  }
30512
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30513
- display: block;
30514
- transform: translateY(-50%) rotateX(180deg);
30516
+
30517
+ .E_fh0ewl8 {
30518
+ color: #2d3a56;
30519
+ font-weight: bold;
30520
+ padding-bottom: 6px;
30521
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30522
+ margin-bottom: 16px;
30515
30523
  }
30516
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30517
- display: block;
30524
+ .E_fh0ewl8:not(:first-of-type) {
30525
+ margin-top: 16px;
30518
30526
  }
30519
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30520
- display: none;
30527
+
30528
+ .E_e1qrlvot {
30529
+ width: 8px;
30530
+ height: 24px;
30531
+ display: flex;
30532
+ justify-content: center;
30533
+ align-items: center;
30534
+ cursor: pointer;
30535
+ transition: all 200ms ease-out 40ms;
30521
30536
  }
30522
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30523
- transform: translateY(-50%);
30537
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
30538
+ content: "";
30539
+ width: 1px;
30540
+ height: 6px;
30541
+ border-radius: 1px;
30542
+ background: #ccd4e3;
30543
+ position: relative;
30544
+ right: 2px;
30545
+ transform: rotate(-45deg);
30524
30546
  }
30525
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30526
- transform: translateY(-50%) rotateX(180deg);
30547
+ .E_e1qrlvot:after {
30548
+ transform: rotate(45deg);
30549
+ left: 1px;
30527
30550
  }
30528
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30529
- background: #f2f5fa;
30551
+
30552
+ .E_w9ic984.ant-alert-warning {
30553
+ border: 0;
30554
+ background: rgba(255, 187, 0, 0.1);
30555
+ border-radius: 6px;
30530
30556
  }
30531
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30532
- display: block;
30557
+ .E_w9ic984.ant-alert,
30558
+ .E_w9ic984 .ant-alert-message {
30559
+ color: #e07f00;
30533
30560
  }
30534
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
30535
- padding-right: 25px;
30561
+ .E_w9ic984.ant-alert .dashed-border-bottom,
30562
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
30563
+ border-bottom-color: #e07f00;
30536
30564
  }
30537
- .E_tfzf37v .ant-table .ant-table-selection-column {
30538
- padding: 0 !important;
30565
+
30566
+ .E_n1k9qi4r {
30567
+ display: flex;
30568
+ flex-direction: row;
30569
+ padding: 7px 12px;
30570
+ background: rgba(255, 187, 0, 0.1);
30571
+ border-radius: 6px;
30572
+ color: #e07f00;
30573
+ font-size: 12px;
30574
+ line-height: 18px;
30539
30575
  }
30540
- .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30541
- position: absolute;
30542
- left: 50%;
30543
- top: 50%;
30544
- transform: translate(-50%, -50%);
30576
+ .E_n1k9qi4r .icon-wrapper {
30577
+ margin-right: 10px;
30578
+ height: 18px;
30545
30579
  }
30546
- .E_tfzf37v .ant-table .ant-table-selection-column:after {
30547
- display: none;
30580
+
30581
+ .E_n16fsg9x {
30582
+ display: flex;
30583
+ flex-direction: row;
30584
+ padding: 7px 12px;
30585
+ background: rgba(225, 230, 241, 0.6);
30586
+ border-radius: 6px;
30587
+ color: rgba(44, 56, 82, 0.6);
30588
+ font-size: 12px;
30589
+ line-height: 18px;
30548
30590
  }
30549
- .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
30550
- background: #fff;
30591
+ .E_n16fsg9x .icon-wrapper {
30592
+ margin-right: 10px;
30593
+ height: 18px;
30551
30594
  }
30552
- .E_tfzf37v .ant-table .ant-table-placeholder {
30553
- background: inherit;
30595
+
30596
+ .E_i173wxzw {
30597
+ display: flex;
30598
+ flex-direction: row;
30599
+ padding: 7px 12px;
30600
+ background: rgba(0, 136, 255, 0.1);
30601
+ border-radius: 6px;
30602
+ color: #005ed1;
30603
+ font-size: 12px;
30604
+ line-height: 18px;
30554
30605
  }
30555
- .E_tfzf37v .ant-table .ant-table-placeholder td {
30556
- position: static;
30557
- border: none;
30558
- background: inherit !important;
30559
- height: 100px;
30560
- vertical-align: middle;
30606
+ .E_i173wxzw .icon-wrapper {
30607
+ margin-right: 10px;
30608
+ height: 18px;
30561
30609
  }
30562
- .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
30563
- .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30564
- font-weight: bold;
30565
- font-size: 20px;
30566
- color: rgba(10, 37, 85, 0.6);
30610
+
30611
+ .E_dld369h {
30612
+ color: rgba(44, 56, 82, 0.6);
30613
+ margin-top: 5px;
30614
+ font-size: 12px;
30615
+ line-height: 18px;
30567
30616
  }
30568
- .E_tfzf37v .ant-table td.cell__action_ {
30569
- padding: 0 !important;
30570
- position: relative;
30571
- background: #fff;
30617
+
30618
+ .E_s1epv22q {
30619
+ color: #f0483e;
30620
+ font-size: 12px;
30621
+ white-space: pre-wrap;
30572
30622
  }
30573
- .E_tfzf37v .ant-table td.cell__action_ > * {
30574
- height: 100%;
30623
+
30624
+ .E_okus5hk {
30575
30625
  display: flex;
30576
30626
  align-items: center;
30577
30627
  justify-content: flex-end;
30578
- padding-right: 8px;
30579
- }
30580
- .E_tfzf37v .ant-table td.cell__action_ .menu-button {
30581
- width: 24px;
30582
- height: 24px;
30583
- cursor: pointer;
30584
- justify-content: center;
30585
- border-radius: 4px;
30586
30628
  }
30587
- .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
30588
- background: #fff;
30629
+ .E_okus5hk .icon-wrapper {
30630
+ margin-right: 16px;
30589
30631
  }
30590
30632
 
30591
- .E_t1m2x205 .ant-tooltip-arrow {
30592
- display: none;
30593
- }
30594
- .E_t1m2x205 .ant-tooltip-inner {
30595
- background: rgba(23, 38, 64, 0.8);
30596
- border-radius: 4px;
30633
+ .E_t1auuzri {
30634
+ color: rgba(0, 21, 64, 0.3);
30597
30635
  }
30598
30636
 
30599
- .E_rapgekc.ant-radio-wrapper {
30600
- display: inline-flex;
30601
- align-items: baseline;
30602
- white-space: pre-wrap;
30637
+ .E_i74cfyt.ant-input {
30638
+ padding: 5px 12px;
30639
+ line-height: 20px;
30640
+ color: #2d3a56;
30641
+ border-radius: 6px;
30642
+ border-color: rgba(172, 186, 211, 0.6);
30643
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30603
30644
  }
30604
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30605
- position: relative;
30606
- top: 3px;
30645
+ .E_i74cfyt.ant-input.ant-input-lg {
30646
+ padding: 8px 16px;
30647
+ line-height: 22px;
30607
30648
  }
30608
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30649
+ .E_i74cfyt.ant-input.ant-input-sm {
30650
+ padding: 2px 8px;
30651
+ line-height: 18px;
30652
+ }
30653
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
30609
30654
  border-color: rgba(107, 128, 167, 0.6);
30655
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30656
+ z-index: 1;
30610
30657
  }
30611
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30612
- border-color: #0080ff;
30658
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
30659
+ border-color: #0096ff;
30660
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30661
+ z-index: 1;
30613
30662
  }
30614
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30615
- border-color: #0080ff;
30616
- background: #0080ff;
30663
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
30664
+ border-color: #e75a3a;
30665
+ color: #e75a3a;
30617
30666
  }
30618
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30619
- top: 4px;
30620
- left: 4px;
30621
- width: 6px;
30622
- height: 6px;
30623
- background: #fff;
30667
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30668
+ border-color: #e75a3a;
30669
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30624
30670
  }
30625
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30626
- opacity: 0.5;
30671
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30672
+ border-color: #e75a3a;
30673
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30627
30674
  }
30628
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30629
- border-color: rgba(107, 128, 167, 0.6);
30675
+ .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
30630
30676
  background: rgba(211, 218, 235, 0.6);
30677
+ color: rgba(0, 21, 64, 0.3);
30678
+ border-color: rgba(172, 186, 211, 0.6);
30631
30679
  }
30632
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30633
- background: #00122e;
30634
- }
30635
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30636
- color: #00122e;
30637
- opacity: 0.5;
30680
+ .E_i74cfyt.ant-input-affix-wrapper {
30681
+ padding: 5px 12px;
30682
+ border-radius: 6px;
30683
+ border-color: rgba(172, 186, 211, 0.6);
30684
+ line-height: 20px;
30685
+ color: #2d3a56;
30686
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30638
30687
  }
30639
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30640
- color: #00122e;
30688
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
30689
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
30690
+ color: rgba(44, 56, 82, 0.6);
30641
30691
  }
30642
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30643
- display: inline-block;
30644
- padding: 0;
30645
- padding-left: 12px;
30692
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30693
+ padding: 8px 16px;
30694
+ line-height: 22px;
30646
30695
  }
30647
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30648
- margin-bottom: 0;
30649
- white-space: pre-wrap;
30650
- color: rgba(44, 56, 82, 0.6);
30696
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30697
+ padding: 2px 8px;
30698
+ line-height: 18px;
30651
30699
  }
30652
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30653
- padding-left: 8px;
30700
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30701
+ border-color: rgba(107, 128, 167, 0.6);
30702
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30654
30703
  }
30655
-
30656
- .E_rp906go .ant-radio-button-wrapper:first-child {
30657
- border-radius: 5px 0 0 5px;
30704
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30705
+ border-color: #0096ff;
30706
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30658
30707
  }
30659
- .E_rp906go .ant-radio-button-wrapper:last-child {
30660
- border-radius: 0 5px 5px 0;
30708
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30709
+ border-color: #e75a3a;
30661
30710
  }
30662
-
30663
- .E_rcc63c8 {
30664
- color: #00122e;
30665
- border-color: #ccd4e3;
30711
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30712
+ color: #e75a3a;
30666
30713
  }
30667
- .E_rcc63c8:first-child {
30668
- border-color: #a3b4cc;
30714
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30715
+ border-color: #e75a3a;
30716
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30669
30717
  }
30670
- .E_rcc63c8.ant-radio-button-wrapper {
30671
- padding: 0 12px;
30672
- line-height: 32px;
30673
- height: 32px;
30718
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30719
+ border-color: #e75a3a;
30720
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30674
30721
  }
30675
- .E_rcc63c8.ant-radio-button-wrapper > span + span {
30676
- white-space: nowrap;
30722
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30723
+ background: rgba(211, 218, 235, 0.6);
30724
+ color: rgba(0, 21, 64, 0.3);
30725
+ border-color: rgba(172, 186, 211, 0.6);
30677
30726
  }
30678
- .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30679
- height: 22px;
30680
- padding: 0 7px;
30681
- line-height: 20px;
30727
+ textarea.E_i74cfyt.ant-input {
30728
+ transition-property: height;
30729
+ transition-delay: 50ms;
30682
30730
  }
30683
- .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30684
- background: #ccd4e3;
30731
+ textarea.E_i74cfyt.ant-input.textarea-large {
30732
+ min-height: 40px;
30733
+ height: 40px;
30685
30734
  }
30686
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30687
- background: #0080ff;
30735
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
30736
+ height: 80px;
30688
30737
  }
30689
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30690
- background: #ccd4e3;
30691
- opacity: 0.5;
30738
+ textarea.E_i74cfyt.ant-input.textarea-middle {
30739
+ min-height: 32px;
30740
+ height: 32px;
30692
30741
  }
30693
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30694
- border-right-color: #0080ff;
30742
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
30743
+ height: 64px;
30695
30744
  }
30696
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30745
+ textarea.E_i74cfyt.ant-input.textarea-small {
30746
+ min-height: 24px;
30747
+ height: 24px;
30748
+ }
30749
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
30750
+ height: 40px;
30751
+ }
30752
+
30753
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
30754
+ border: 1px solid rgba(213, 219, 227, 0.6);
30755
+ border-radius: 4px;
30756
+ }
30757
+ .E_k1ci6977.input-tags {
30758
+ position: relative;
30759
+ padding: 6px;
30760
+ height: 32px;
30761
+ cursor: pointer;
30762
+ transition: border 150ms;
30763
+ }
30764
+ .E_k1ci6977.input-tags:hover {
30697
30765
  border-color: #0080ff;
30766
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30698
30767
  }
30699
- .E_rcc63c8.ant-radio-button-wrapper-checked {
30700
- background: rgba(0, 136, 255, 0.1);
30768
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
30769
+ padding-right: 30px;
30701
30770
  }
30702
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
30703
- background: rgba(211, 218, 235, 0.6);
30704
- border-color: #ccd4e3;
30705
- opacity: 0.5;
30771
+ .E_k1ci6977.input-tags .input-tags-inner {
30772
+ display: flex;
30706
30773
  }
30707
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30708
- color: #00122e;
30709
- border-color: #ccd4e3;
30774
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
30775
+ display: flex;
30710
30776
  }
30711
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30712
- color: #00122e;
30713
- border-color: #ccd4e3;
30714
- background: rgba(172, 186, 211, 0.6);
30777
+ .E_k1ci6977.input-tags .input-tag-suffix {
30778
+ position: absolute;
30779
+ right: 12px;
30780
+ top: 50%;
30781
+ transform: translateY(-50%);
30715
30782
  }
30716
- .E_rcc63c8 .ant-radio-button-input {
30717
- margin-right: 8px;
30718
- display: inline;
30719
- border: none;
30720
- padding: 0;
30721
- width: 36px;
30722
- background: transparent;
30783
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
30784
+ color: rgba(0, 0, 0, 0.25);
30785
+ font-size: 12px;
30786
+ cursor: pointer;
30723
30787
  }
30724
- .E_rcc63c8 .ant-radio-button-input:focus {
30725
- box-shadow: none;
30788
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
30789
+ color: rgba(0, 0, 0, 0.45);
30726
30790
  }
30727
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30728
- margin-right: 0;
30729
- width: initial;
30730
- box-shadow: none;
30791
+ .E_k1ci6977.has-focus-indicator {
30792
+ position: relative;
30793
+ overflow: hidden;
30731
30794
  }
30732
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30733
- display: none;
30795
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
30796
+ position: absolute;
30797
+ top: 50%;
30798
+ transform: translateY(-50%);
30799
+ left: -16px;
30800
+ transition: left 150ms ease;
30801
+ opacity: 0;
30734
30802
  }
30735
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30736
- display: inline;
30803
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30804
+ left: 8px;
30805
+ opacity: 1;
30737
30806
  }
30738
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30739
- display: inline;
30740
- margin-right: 8px;
30741
- padding: 0;
30742
- width: 36px;
30807
+ .E_k1ci6977.has-focus-indicator input {
30808
+ transition: margin-left 150ms ease;
30809
+ margin-left: 0px;
30743
30810
  }
30744
-
30745
- .E_cnujxq2 {
30746
- display: flex;
30747
- flex-direction: column;
30811
+ .E_k1ci6977.has-focus-indicator input:focus {
30812
+ margin-left: 16px;
30748
30813
  }
30749
30814
 
30750
- .E_m7s48ia {
30751
- max-width: 1120px;
30752
- width: 100%;
30753
- margin: 0 auto;
30754
- height: 100%;
30815
+ input.E_l1f7td1d.ant-input {
30816
+ border-top-right-radius: 0;
30817
+ border-bottom-right-radius: 0;
30755
30818
  }
30756
30819
 
30757
- .E_wt5zbg6 {
30758
- max-width: 1120px;
30759
- width: 100%;
30760
- margin: 0 auto;
30761
- display: flex;
30820
+ .E_l1f7td1d.ant-input-affix-wrapper {
30821
+ border-top-right-radius: 0;
30822
+ border-bottom-right-radius: 0;
30762
30823
  }
30763
- .E_wt5zbg6 .left,
30764
- .E_wt5zbg6 .right {
30765
- flex-grow: 0;
30766
- flex-shrink: 0;
30767
- flex-basis: 21%;
30824
+
30825
+ input.E_rf8rlle.ant-input {
30826
+ border-top-left-radius: 0;
30827
+ border-bottom-left-radius: 0;
30768
30828
  }
30769
- .E_wt5zbg6 .left {
30770
- display: flex;
30771
- justify-content: flex-end;
30772
- padding-right: 44px;
30829
+
30830
+ .E_rf8rlle.ant-input-affix-wrapper {
30831
+ border-top-left-radius: 0;
30832
+ border-bottom-left-radius: 0;
30773
30833
  }
30774
- .E_wt5zbg6 .right {
30775
- padding-left: 44px;
30834
+
30835
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
30836
+ border-top-right-radius: 0;
30837
+ border-bottom-right-radius: 0;
30776
30838
  }
30777
- .E_wt5zbg6 .middle {
30778
- margin-bottom: 40px;
30779
- flex-grow: 0;
30780
- flex-shrink: 0;
30781
- flex-basis: 58%;
30839
+
30840
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
30841
+ border-top-left-radius: 0;
30842
+ border-bottom-left-radius: 0;
30782
30843
  }
30783
- .E_wt5zbg6 .middle .form-base-field {
30784
- width: 100%;
30844
+
30845
+ .E_c3ni091 {
30846
+ display: flex;
30847
+ flex-direction: column;
30785
30848
  }
30786
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
30787
- width: auto;
30849
+ .E_c3ni091 .select-wrapper {
30850
+ margin-top: 12px;
30788
30851
  }
30789
-
30790
- .E_h18jprzg .ant-modal-header {
30791
- margin: 0 auto;
30852
+ .E_c3ni091 .select-wrapper .select {
30792
30853
  width: 100%;
30793
- max-width: 648px;
30794
30854
  }
30795
- .E_h18jprzg .ant-modal-header .ant-modal-title {
30796
- margin-left: 0;
30855
+ .E_c3ni091 .radio-wrapper {
30856
+ margin-top: 24px;
30797
30857
  }
30798
- .E_h18jprzg .ant-modal-body {
30799
- margin: 0 auto;
30800
- padding: 0;
30858
+ .E_c3ni091 div.form-item {
30801
30859
  width: 100%;
30802
- max-width: 648px;
30803
- overflow: hidden;
30804
- }
30805
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30806
- margin-bottom: 40px;
30807
- }
30808
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30809
- height: calc(100vh - 225px);
30810
- overflow-y: auto;
30811
- }
30812
- .E_h18jprzg .ant-modal-footer .footer-content {
30813
- margin: 0 auto;
30814
- max-width: 648px;
30815
30860
  }
30816
30861
 
30817
- .E_h16z9xgz .ant-modal-header {
30818
- margin: 0 auto;
30819
- width: 100%;
30820
- max-width: 1024px;
30821
- }
30822
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
30823
- margin-left: 0;
30824
- }
30825
- .E_h16z9xgz .ant-modal-body {
30826
- margin: 0 auto;
30827
- padding: 0;
30828
- width: 100%;
30829
- max-width: 1024px;
30830
- overflow: hidden;
30862
+ .E_d105ju2d {
30863
+ font-size: 14px;
30864
+ font-weight: 500;
30865
+ color: #3e4652;
30866
+ line-height: 18px;
30831
30867
  }
30832
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30833
- margin-bottom: 40px;
30868
+ .E_d105ju2d + .E_d105ju2d {
30869
+ margin-top: 16px;
30834
30870
  }
30835
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30836
- height: calc(100vh - 225px);
30837
- overflow-y: auto;
30871
+ .E_d105ju2d + * {
30872
+ margin-top: 16px;
30838
30873
  }
30839
- .E_h16z9xgz .ant-modal-footer .footer-content {
30840
- margin: 0 auto;
30841
- max-width: 1024px;
30874
+
30875
+ .E_lh0l62z.E_d105ju2d {
30876
+ font-size: 12px;
30877
+ color: rgba(44, 56, 82, 0.6);
30878
+ margin-top: 12px;
30842
30879
  }
30843
30880
 
30844
- .E_f1lrhghm {
30845
- flex: 1;
30881
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
30882
+ line-height: 18px;
30883
+ font-weight: 500;
30884
+ margin-top: 0;
30885
+ white-space: initial;
30846
30886
  }
30847
- .E_f1lrhghm label {
30848
- font-size: 13px;
30849
- line-height: 20px;
30850
- color: rgba(44, 56, 82, 0.6);
30887
+
30888
+ .E_r1skkc3l {
30889
+ display: block;
30851
30890
  }
30852
- .E_f1lrhghm .title {
30891
+ .E_r1skkc3l span {
30853
30892
  font-size: 14px;
30854
- line-height: 20px;
30855
- color: #2d3a56;
30856
- margin-bottom: 12px;
30857
- }
30858
- .E_f1lrhghm.connect-cluster .title {
30859
- padding-bottom: 26px;
30893
+ font-weight: 500;
30894
+ line-height: 32px;
30895
+ color: #3e4652;
30860
30896
  }
30861
30897
 
30862
- .E_f18ot8em {
30863
- padding: 25px 0 15px 0;
30864
- border-bottom: 1px solid #e1e5eb;
30865
- margin-bottom: 16px;
30898
+ .E_c3cobmo {
30899
+ margin-top: 16px;
30900
+ padding: 8px;
30901
+ border-radius: 6px;
30902
+ background: rgba(225, 230, 241, 0.6);
30903
+ color: rgba(44, 56, 82, 0.6);
30904
+ font-size: 12px;
30866
30905
  }
30867
-
30868
- .E_f1l1g2k0 {
30906
+ .E_c3cobmo div {
30907
+ line-height: 20px;
30869
30908
  display: flex;
30870
30909
  align-items: center;
30871
- margin-bottom: 8px;
30910
+ word-break: break-all;
30872
30911
  }
30873
- .E_f1l1g2k0 > label {
30874
- width: 216px;
30912
+ .E_c3cobmo .title {
30913
+ font-weight: 700;
30914
+ line-height: 18px;
30915
+ margin: 4px 0;
30875
30916
  }
30876
- .E_f1l1g2k0 > label + * {
30877
- width: 100%;
30917
+
30918
+ .E_dsnbhzf {
30919
+ font-family: Inter;
30920
+ font-style: normal;
30921
+ font-weight: bold;
30922
+ font-size: 32px;
30923
+ line-height: 40px;
30878
30924
  }
30879
- .E_f1l1g2k0 .ant-select {
30880
- width: 100%;
30925
+
30926
+ .E_d1mvo22k {
30927
+ font-family: Inter;
30928
+ font-style: normal;
30929
+ font-weight: bold;
30930
+ font-size: 24px;
30931
+ line-height: 32px;
30881
30932
  }
30882
30933
 
30883
- .E_e1k89cwg {
30884
- color: #e75a3a;
30885
- margin-right: 10px;
30934
+ .E_d1b444tr {
30935
+ font-family: Inter;
30936
+ font-style: normal;
30937
+ font-weight: normal;
30938
+ font-size: 32px;
30939
+ line-height: 40px;
30886
30940
  }
30887
30941
 
30888
- .E_d1oui1gf {
30889
- width: 100%;
30890
- height: 1px;
30891
- background: rgba(213, 219, 227, 0.6);
30892
- margin: 24px 0;
30942
+ .E_dvs0kue {
30943
+ font-family: Inter;
30944
+ font-style: normal;
30945
+ font-weight: bold;
30946
+ font-size: 20px;
30947
+ line-height: 24px;
30893
30948
  }
30894
30949
 
30895
- .E_l15itdbb {
30896
- display: flex;
30897
- justify-content: center;
30898
- align-items: center;
30899
- height: 100%;
30950
+ .E_d1hcbfcq {
30951
+ font-family: Inter;
30952
+ font-style: normal;
30953
+ font-weight: normal;
30954
+ font-size: 20px;
30955
+ line-height: 24px;
30900
30956
  }
30901
30957
 
30902
- .E_d1y3z4w {
30903
- display: inline-block;
30904
- width: 4px;
30905
- height: 4px;
30906
- background: #8e9aa9;
30907
- opacity: 0.4;
30908
- border-radius: 50%;
30909
- margin: 0 4px;
30958
+ .E_d1cz922v {
30959
+ font-family: Inter;
30960
+ font-style: normal;
30961
+ font-weight: bold;
30962
+ font-size: 18px;
30963
+ line-height: 22px;
30910
30964
  }
30911
30965
 
30912
- .E_m177r7a3 .ant-modal-header,
30913
- .E_m177r7a3 .ant-modal-footer .footer-content {
30914
- width: 648px;
30915
- margin: 0 auto;
30966
+ .E_d3nzbrm {
30967
+ font-family: Inter;
30968
+ font-style: normal;
30969
+ font-weight: normal;
30970
+ font-size: 18px;
30971
+ line-height: 22px;
30916
30972
  }
30917
- .E_m177r7a3 .ant-modal-header {
30918
- padding: 35px 0 24px;
30919
- border: none;
30973
+
30974
+ .E_h1g0p5ob {
30975
+ font-family: Inter;
30976
+ font-style: normal;
30977
+ font-weight: bold;
30978
+ font-size: 16px;
30979
+ line-height: 22px;
30920
30980
  }
30921
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
30922
- font-size: 30px;
30981
+
30982
+ .E_hydo2ej {
30983
+ font-family: Inter;
30984
+ font-style: normal;
30985
+ font-weight: normal;
30986
+ font-size: 16px;
30987
+ line-height: 22px;
30923
30988
  }
30924
- .E_m177r7a3 .ant-modal-body {
30925
- padding: 4px 0 2px;
30989
+
30990
+ .E_h1hbuq0r {
30991
+ font-family: Inter;
30992
+ font-style: normal;
30993
+ font-weight: bold;
30994
+ font-size: 14px;
30995
+ line-height: 20px;
30926
30996
  }
30927
- .E_m177r7a3 .ant-modal-footer {
30928
- border: none;
30997
+
30998
+ .E_h13bondg {
30999
+ font-family: Inter;
31000
+ font-style: normal;
31001
+ font-weight: normal;
31002
+ font-size: 14px;
31003
+ line-height: 20px;
30929
31004
  }
30930
31005
 
30931
- .E_t1wwio3v {
31006
+ .E_h1mhvdlx {
31007
+ font-family: Inter;
31008
+ font-style: normal;
31009
+ font-weight: bold;
30932
31010
  font-size: 12px;
30933
31011
  line-height: 18px;
30934
- font-weight: bold;
30935
- color: #fff;
30936
- padding: 0 4px;
30937
- border-radius: 4px;
30938
- display: inline-block;
30939
- background: var(--t1wwio3v-0);
30940
- }
30941
- .E_t1wwio3v:not(:first-child) {
30942
- margin-left: 4px;
30943
31012
  }
30944
31013
 
30945
- .E_f17jvtfk {
30946
- width: 100%;
30947
- height: 100%;
30948
- display: flex;
30949
- align-items: center;
30950
- justify-content: center;
31014
+ .E_h1inmfq6 {
31015
+ font-family: Inter;
31016
+ font-style: normal;
31017
+ font-weight: normal;
31018
+ font-size: 12px;
31019
+ line-height: 18px;
30951
31020
  }
30952
31021
 
30953
- .E_nzppkea {
30954
- font-size: 90%;
31022
+ .E_h1kfc0la {
31023
+ font-family: Inter;
31024
+ font-style: normal;
30955
31025
  font-weight: bold;
30956
- background-color: rgba(240, 243, 247, 0.6);
30957
- padding: 1px 4px 1px;
30958
- margin-left: 2px;
30959
- margin-right: 2px;
30960
- border: 1px solid rgba(213, 219, 227, 0.6);
30961
- border-radius: 4px;
31026
+ text-transform: uppercase;
31027
+ font-feature-settings: "cpsp" on;
31028
+ font-size: 12px;
31029
+ line-height: 18px;
30962
31030
  }
30963
31031
 
30964
- .E_f4mi9eq.form-item-general {
30965
- width: 640px;
30966
- }
30967
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
30968
- margin-top: 16px;
31032
+ .E_h10xnyuu {
31033
+ font-family: Inter;
31034
+ font-style: normal;
31035
+ font-weight: normal;
31036
+ text-transform: uppercase;
31037
+ font-feature-settings: "cpsp" on;
31038
+ font-size: 12px;
31039
+ line-height: 18px;
30969
31040
  }
30970
- .E_f4mi9eq.form-item-compact {
30971
- width: 412px;
30972
- }
30973
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
30974
- margin-top: 8px;
30975
- }
30976
- .E_f4mi9eq .form-item {
30977
- width: auto;
31041
+
31042
+ .E_lrcmi0v {
31043
+ font-family: Inter;
31044
+ font-style: normal;
31045
+ font-weight: normal;
31046
+ font-size: 16px;
31047
+ line-height: 24px;
30978
31048
  }
30979
- .E_f4mi9eq .form-item-main {
30980
- position: relative;
30981
- display: flex;
31049
+
31050
+ .E_lzt43lp {
31051
+ font-family: Inter;
31052
+ font-style: normal;
31053
+ font-weight: bold;
31054
+ font-size: 16px;
31055
+ line-height: 24px;
30982
31056
  }
30983
- .E_f4mi9eq .form-item-extra {
30984
- margin-top: 4px;
30985
- width: 100%;
30986
- padding: 14px;
30987
- background: #f2f4f6;
30988
- font-size: 13px;
30989
- line-height: 1.8;
30990
- color: #8e9aa9;
31057
+
31058
+ .E_l5yc9nt {
31059
+ font-family: Inter;
31060
+ font-style: normal;
31061
+ font-weight: normal;
31062
+ font-size: 16px;
31063
+ line-height: 24px;
30991
31064
  }
30992
- .E_f4mi9eq .form-item-label {
30993
- padding-right: 12px;
30994
- font-size: 13px;
30995
- color: rgba(44, 56, 82, 0.6);
31065
+
31066
+ .E_l1fbkbzo {
31067
+ font-family: Inter;
31068
+ font-style: normal;
31069
+ font-weight: bold;
31070
+ font-size: 16px;
31071
+ line-height: 24px;
30996
31072
  }
30997
- .E_f4mi9eq .form-item-label.label-right {
30998
- text-align: right;
31073
+
31074
+ .E_lahvcax {
31075
+ font-family: Inter;
31076
+ font-style: normal;
31077
+ font-weight: normal;
31078
+ text-transform: uppercase;
31079
+ font-feature-settings: "cpsp" on;
31080
+ font-size: 16px;
31081
+ line-height: 24px;
30999
31082
  }
31000
- .E_f4mi9eq .form-item-label,
31001
- .E_f4mi9eq .form-item-control {
31002
- line-height: 32px;
31083
+
31084
+ .E_l11q3pxd {
31085
+ font-family: Inter;
31086
+ font-style: normal;
31087
+ font-weight: bold;
31088
+ text-transform: uppercase;
31089
+ font-feature-settings: "cpsp" on;
31090
+ font-size: 16px;
31091
+ line-height: 24px;
31003
31092
  }
31004
- .E_f4mi9eq .form-item-control .form-item-error {
31005
- line-height: 18px;
31093
+
31094
+ .E_lfuc2qu {
31095
+ font-family: Inter;
31096
+ font-style: normal;
31097
+ font-weight: normal;
31098
+ font-size: 14px;
31099
+ line-height: 22px;
31006
31100
  }
31007
- .E_f4mi9eq .form-item-children {
31008
- width: 100%;
31101
+
31102
+ .E_l1jmp8r0 {
31103
+ font-family: Inter;
31104
+ font-style: normal;
31105
+ font-weight: 500;
31106
+ font-size: 14px;
31107
+ line-height: 22px;
31009
31108
  }
31010
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
31011
- width: 100%;
31109
+
31110
+ .E_lcnm221 {
31111
+ font-family: Inter;
31112
+ font-style: normal;
31113
+ font-weight: bold;
31114
+ font-size: 14px;
31115
+ line-height: 22px;
31012
31116
  }
31013
- .E_f4mi9eq .form-item-error {
31014
- color: #e75a3a;
31015
- height: 0;
31016
- overflow: hidden;
31117
+
31118
+ .E_lu1z2n5 {
31119
+ font-family: Inter;
31120
+ font-style: normal;
31121
+ font-weight: normal;
31122
+ font-size: 14px;
31123
+ line-height: 22px;
31017
31124
  }
31018
- .E_f4mi9eq .form-item-error-enter-done {
31019
- margin-top: 4px;
31020
- height: auto;
31021
- overflow: auto;
31125
+
31126
+ .E_l1r59djn {
31127
+ font-family: Inter;
31128
+ font-style: normal;
31129
+ font-weight: bold;
31130
+ font-size: 14px;
31131
+ line-height: 22px;
31022
31132
  }
31023
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31024
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31025
- border: 1px solid #e75a3a;
31026
- color: #e75a3a;
31133
+
31134
+ .E_ljm2911 {
31135
+ font-family: Inter;
31136
+ font-style: normal;
31137
+ font-weight: normal;
31138
+ text-transform: uppercase;
31139
+ font-feature-settings: "cpsp" on;
31140
+ font-size: 14px;
31141
+ line-height: 22px;
31027
31142
  }
31028
31143
 
31029
- .E_fh0ewl8 {
31030
- color: #2d3a56;
31144
+ .E_l124mzmr {
31145
+ font-family: Inter;
31146
+ font-style: normal;
31031
31147
  font-weight: bold;
31032
- padding-bottom: 6px;
31033
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31034
- margin-bottom: 16px;
31148
+ text-transform: uppercase;
31149
+ font-feature-settings: "cpsp" on;
31150
+ font-size: 14px;
31151
+ line-height: 22px;
31035
31152
  }
31036
- .E_fh0ewl8:not(:first-of-type) {
31037
- margin-top: 16px;
31153
+
31154
+ .E_lb3chel {
31155
+ font-family: Inter;
31156
+ font-style: normal;
31157
+ font-weight: normal;
31158
+ font-size: 13px;
31159
+ line-height: 20px;
31038
31160
  }
31039
31161
 
31040
- .E_e1qrlvot {
31041
- width: 8px;
31042
- height: 24px;
31043
- display: flex;
31044
- justify-content: center;
31045
- align-items: center;
31046
- cursor: pointer;
31047
- transition: all 200ms ease-out 40ms;
31162
+ .E_lv9jstu {
31163
+ font-family: Inter;
31164
+ font-style: normal;
31165
+ font-weight: 600;
31166
+ font-size: 13px;
31167
+ line-height: 20px;
31048
31168
  }
31049
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31050
- content: "";
31051
- width: 1px;
31052
- height: 6px;
31053
- border-radius: 1px;
31054
- background: #ccd4e3;
31055
- position: relative;
31056
- right: 2px;
31057
- transform: rotate(-45deg);
31169
+
31170
+ .E_lwqlh3x {
31171
+ font-family: Inter;
31172
+ font-style: normal;
31173
+ font-weight: bold;
31174
+ font-size: 13px;
31175
+ line-height: 20px;
31058
31176
  }
31059
- .E_e1qrlvot:after {
31060
- transform: rotate(45deg);
31061
- left: 1px;
31177
+
31178
+ .E_lalum9y {
31179
+ font-family: Inter;
31180
+ font-style: normal;
31181
+ font-weight: normal;
31182
+ font-size: 13px;
31183
+ line-height: 20px;
31062
31184
  }
31063
31185
 
31064
- .E_w9ic984.ant-alert-warning {
31065
- border: 0;
31066
- background: rgba(255, 187, 0, 0.1);
31067
- border-radius: 6px;
31186
+ .E_l1t6dj5o {
31187
+ font-family: Inter;
31188
+ font-style: normal;
31189
+ font-weight: 600;
31190
+ font-size: 13px;
31191
+ line-height: 20px;
31068
31192
  }
31069
- .E_w9ic984.ant-alert,
31070
- .E_w9ic984 .ant-alert-message {
31071
- color: #e07f00;
31193
+
31194
+ .E_l12f6ic {
31195
+ font-family: Inter;
31196
+ font-style: normal;
31197
+ font-weight: bold;
31198
+ font-size: 13px;
31199
+ line-height: 20px;
31072
31200
  }
31073
- .E_w9ic984.ant-alert .dashed-border-bottom,
31074
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31075
- border-bottom-color: #e07f00;
31201
+
31202
+ .E_l7gmukq {
31203
+ font-family: Inter;
31204
+ font-style: normal;
31205
+ font-weight: normal;
31206
+ text-transform: uppercase;
31207
+ font-feature-settings: "cpsp" on;
31208
+ font-size: 13px;
31209
+ line-height: 20px;
31076
31210
  }
31077
31211
 
31078
- .E_n1k9qi4r {
31079
- display: flex;
31080
- flex-direction: row;
31081
- padding: 7px 12px;
31082
- background: rgba(255, 187, 0, 0.1);
31083
- border-radius: 6px;
31084
- color: #e07f00;
31212
+ .E_lkwl0yp {
31213
+ font-family: Inter;
31214
+ font-style: normal;
31215
+ font-weight: bold;
31216
+ text-transform: uppercase;
31217
+ font-feature-settings: "cpsp" on;
31218
+ font-size: 13px;
31219
+ line-height: 20px;
31220
+ }
31221
+
31222
+ .E_l10knv48 {
31223
+ font-family: Inter;
31224
+ font-style: normal;
31225
+ font-weight: normal;
31085
31226
  font-size: 12px;
31086
31227
  line-height: 18px;
31087
31228
  }
31088
- .E_n1k9qi4r .icon-wrapper {
31089
- margin-right: 10px;
31090
- height: 18px;
31091
- }
31092
31229
 
31093
- .E_n16fsg9x {
31094
- display: flex;
31095
- flex-direction: row;
31096
- padding: 7px 12px;
31097
- background: rgba(225, 230, 241, 0.6);
31098
- border-radius: 6px;
31099
- color: rgba(44, 56, 82, 0.6);
31230
+ .E_l6526ld {
31231
+ font-family: Inter;
31232
+ font-style: normal;
31233
+ font-weight: 500;
31100
31234
  font-size: 12px;
31101
31235
  line-height: 18px;
31102
31236
  }
31103
- .E_n16fsg9x .icon-wrapper {
31104
- margin-right: 10px;
31105
- height: 18px;
31106
- }
31107
31237
 
31108
- .E_i173wxzw {
31109
- display: flex;
31110
- flex-direction: row;
31111
- padding: 7px 12px;
31112
- background: rgba(0, 136, 255, 0.1);
31113
- border-radius: 6px;
31114
- color: #005ed1;
31238
+ .E_l1j81vli {
31239
+ font-family: Inter;
31240
+ font-style: normal;
31241
+ font-weight: bold;
31115
31242
  font-size: 12px;
31116
31243
  line-height: 18px;
31117
31244
  }
31118
- .E_i173wxzw .icon-wrapper {
31119
- margin-right: 10px;
31120
- height: 18px;
31121
- }
31122
31245
 
31123
- .E_dld369h {
31124
- color: rgba(44, 56, 82, 0.6);
31125
- margin-top: 5px;
31246
+ .E_l1x7n1mk {
31247
+ font-family: Inter;
31248
+ font-style: normal;
31249
+ font-weight: normal;
31126
31250
  font-size: 12px;
31127
31251
  line-height: 18px;
31128
31252
  }
31129
31253
 
31130
- .E_s1epv22q {
31131
- color: #f0483e;
31254
+ .E_l9fqufz {
31255
+ font-family: Inter;
31256
+ font-style: normal;
31257
+ font-weight: 500;
31132
31258
  font-size: 12px;
31133
- white-space: pre-wrap;
31259
+ line-height: 18px;
31134
31260
  }
31135
31261
 
31136
- .E_okus5hk {
31137
- display: flex;
31138
- align-items: center;
31139
- justify-content: flex-end;
31262
+ .E_l1iwnybd {
31263
+ font-family: Inter;
31264
+ font-style: normal;
31265
+ font-weight: bold;
31266
+ font-size: 12px;
31267
+ line-height: 18px;
31140
31268
  }
31141
- .E_okus5hk .icon-wrapper {
31142
- margin-right: 16px;
31269
+
31270
+ .E_lprtm1e {
31271
+ font-family: Inter;
31272
+ font-style: normal;
31273
+ font-weight: normal;
31274
+ text-transform: uppercase;
31275
+ font-feature-settings: "cpsp" on;
31276
+ font-size: 12px;
31277
+ line-height: 18px;
31143
31278
  }
31144
31279
 
31145
- .E_t1auuzri {
31146
- color: rgba(0, 21, 64, 0.3);
31280
+ .E_l1lln87h {
31281
+ font-family: Inter;
31282
+ font-style: normal;
31283
+ font-weight: bold;
31284
+ text-transform: uppercase;
31285
+ font-feature-settings: "cpsp" on;
31286
+ font-size: 12px;
31287
+ line-height: 18px;
31147
31288
  }
31148
31289
 
31149
- .E_i74cfyt.ant-input {
31150
- padding: 5px 12px;
31290
+ .E_f2pb48l {
31291
+ font-family: Inter;
31292
+ font-style: normal;
31293
+ font-weight: normal;
31294
+ font-size: 13px;
31151
31295
  line-height: 20px;
31152
- color: #2d3a56;
31153
- border-radius: 6px;
31154
- border-color: rgba(172, 186, 211, 0.6);
31155
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31156
31296
  }
31157
- .E_i74cfyt.ant-input.ant-input-lg {
31158
- padding: 8px 16px;
31159
- line-height: 22px;
31297
+
31298
+ .E_fi9emkw {
31299
+ font-family: Inter;
31300
+ font-style: normal;
31301
+ font-weight: normal;
31302
+ font-size: 13px;
31303
+ line-height: 20px;
31160
31304
  }
31161
- .E_i74cfyt.ant-input.ant-input-sm {
31162
- padding: 2px 8px;
31305
+
31306
+ .E_f1nrg7da {
31307
+ font-family: Inter;
31308
+ font-style: normal;
31309
+ font-weight: normal;
31310
+ font-size: 12px;
31163
31311
  line-height: 18px;
31164
31312
  }
31165
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31166
- border-color: rgba(107, 128, 167, 0.6);
31167
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31168
- z-index: 1;
31169
- }
31170
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31171
- border-color: #0096ff;
31172
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31173
- z-index: 1;
31174
- }
31175
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31176
- border-color: #e75a3a;
31177
- color: #e75a3a;
31178
- }
31179
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31180
- border-color: #e75a3a;
31181
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31182
- }
31183
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31184
- border-color: #e75a3a;
31185
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31313
+
31314
+ .E_f17k1i3n {
31315
+ font-family: Inter;
31316
+ font-style: normal;
31317
+ font-weight: normal;
31318
+ font-size: 12px;
31319
+ line-height: 18px;
31186
31320
  }
31187
- .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31188
- background: rgba(211, 218, 235, 0.6);
31189
- color: rgba(0, 21, 64, 0.3);
31190
- border-color: rgba(172, 186, 211, 0.6);
31321
+
31322
+ .E_t1tvuj2e {
31323
+ font-family: Inter;
31324
+ font-style: normal;
31325
+ font-weight: normal;
31326
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31327
+ font-size: 13px;
31328
+ line-height: 20px;
31191
31329
  }
31192
- .E_i74cfyt.ant-input-affix-wrapper {
31193
- padding: 5px 12px;
31194
- border-radius: 6px;
31195
- border-color: rgba(172, 186, 211, 0.6);
31330
+
31331
+ .E_t17uajlu {
31332
+ font-family: Inter;
31333
+ font-style: normal;
31334
+ font-weight: normal;
31335
+ font-feature-settings: "zero" on;
31336
+ font-size: 13px;
31196
31337
  line-height: 20px;
31197
- color: #2d3a56;
31198
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31199
31338
  }
31200
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31201
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31202
- color: rgba(44, 56, 82, 0.6);
31339
+
31340
+ .E_t114zbyz {
31341
+ font-family: Inter;
31342
+ font-style: normal;
31343
+ font-weight: normal;
31344
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31345
+ font-size: 12px;
31346
+ line-height: 18px;
31203
31347
  }
31204
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31205
- padding: 8px 16px;
31206
- line-height: 22px;
31348
+
31349
+ .E_t1il0kvi {
31350
+ font-family: Inter;
31351
+ font-style: normal;
31352
+ font-weight: 500;
31353
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31354
+ font-size: 12px;
31355
+ line-height: 18px;
31207
31356
  }
31208
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31209
- padding: 2px 8px;
31357
+
31358
+ .E_t10dv8p1 {
31359
+ font-family: Inter;
31360
+ font-style: normal;
31361
+ font-weight: normal;
31362
+ font-feature-settings: "zero" on;
31363
+ font-size: 12px;
31210
31364
  line-height: 18px;
31211
31365
  }
31212
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31213
- border-color: rgba(107, 128, 167, 0.6);
31214
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31366
+
31367
+ .E_tc2oqpq {
31368
+ font-family: Inter;
31369
+ font-style: normal;
31370
+ font-weight: 500;
31371
+ font-feature-settings: "zero" on;
31372
+ font-size: 12px;
31373
+ line-height: 18px;
31215
31374
  }
31216
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31217
- border-color: #0096ff;
31218
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31375
+
31376
+ .E_tzvddmc {
31377
+ font-family: Inter;
31378
+ font-style: normal;
31379
+ font-weight: bold;
31380
+ font-feature-settings: "zero" on;
31381
+ font-size: 16px;
31382
+ line-height: 24px;
31219
31383
  }
31220
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31221
- border-color: #e75a3a;
31384
+
31385
+ .E_u18llj45 {
31386
+ font-family: Inter;
31387
+ font-style: normal;
31388
+ font-weight: normal;
31389
+ font-size: 10px;
31390
+ line-height: 12px;
31222
31391
  }
31223
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31224
- color: #e75a3a;
31392
+
31393
+ .E_s1dizucg.ant-switch {
31394
+ min-width: 40px;
31395
+ height: 24px;
31396
+ background: rgba(172, 186, 211, 0.6);
31397
+ overflow: hidden;
31225
31398
  }
31226
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31227
- border-color: #e75a3a;
31228
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31399
+ .E_s1dizucg.ant-switch:focus {
31400
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31229
31401
  }
31230
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31231
- border-color: #e75a3a;
31232
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31402
+ .E_s1dizucg.ant-switch-small {
31403
+ min-width: 26px;
31404
+ height: 16px;
31233
31405
  }
31234
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31235
- background: rgba(211, 218, 235, 0.6);
31236
- color: rgba(0, 21, 64, 0.3);
31237
- border-color: rgba(172, 186, 211, 0.6);
31406
+ .E_s1dizucg.ant-switch-large {
31407
+ min-width: 52px;
31408
+ height: 32px;
31238
31409
  }
31239
- textarea.E_i74cfyt.ant-input {
31240
- transition-property: height;
31241
- transition-delay: 50ms;
31410
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31411
+ height: 20px;
31412
+ width: 20px;
31242
31413
  }
31243
- textarea.E_i74cfyt.ant-input.textarea-large {
31244
- min-height: 40px;
31245
- height: 40px;
31414
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
31415
+ border-radius: 10px;
31416
+ transition-delay: 120ms;
31246
31417
  }
31247
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
31248
- height: 80px;
31249
- }
31250
- textarea.E_i74cfyt.ant-input.textarea-middle {
31251
- min-height: 32px;
31252
- height: 32px;
31253
- }
31254
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31255
- height: 64px;
31418
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
31419
+ height: 14px;
31420
+ width: 14px;
31421
+ top: 1px;
31422
+ left: 1px;
31256
31423
  }
31257
- textarea.E_i74cfyt.ant-input.textarea-small {
31258
- min-height: 24px;
31259
- height: 24px;
31424
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
31425
+ height: 28px;
31426
+ width: 28px;
31260
31427
  }
31261
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
31262
- height: 40px;
31428
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31429
+ border-radius: 14px;
31263
31430
  }
31264
-
31265
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
31266
- border: 1px solid rgba(213, 219, 227, 0.6);
31267
- border-radius: 4px;
31431
+ .E_s1dizucg.ant-switch-checked {
31432
+ background-color: #00ba5d;
31268
31433
  }
31269
- .E_k1ci6977.input-tags {
31270
- position: relative;
31271
- padding: 6px;
31272
- height: 32px;
31273
- cursor: pointer;
31274
- transition: border 150ms;
31434
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31435
+ left: calc(100% - 20px - 2px);
31275
31436
  }
31276
- .E_k1ci6977.input-tags:hover {
31277
- border-color: #0080ff;
31278
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31437
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31438
+ left: calc(100% - 14px - 1px);
31279
31439
  }
31280
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31281
- padding-right: 30px;
31440
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31441
+ left: calc(100% - 28px - 2px);
31282
31442
  }
31283
- .E_k1ci6977.input-tags .input-tags-inner {
31284
- display: flex;
31443
+
31444
+ .E_c1up6e3y {
31445
+ margin-left: 5px;
31285
31446
  }
31286
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31287
- display: flex;
31447
+
31448
+ .E_tc97u5y {
31449
+ height: 100%;
31288
31450
  }
31289
- .E_k1ci6977.input-tags .input-tag-suffix {
31290
- position: absolute;
31291
- right: 12px;
31292
- top: 50%;
31293
- transform: translateY(-50%);
31451
+
31452
+ .E_tfzf37v {
31453
+ height: 100%;
31294
31454
  }
31295
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31296
- color: rgba(0, 0, 0, 0.25);
31297
- font-size: 12px;
31298
- cursor: pointer;
31455
+ .E_tfzf37v.empty-table .ant-table-content {
31456
+ overflow: visible !important;
31457
+ height: 100%;
31299
31458
  }
31300
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31301
- color: rgba(0, 0, 0, 0.45);
31459
+ .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31460
+ height: 100%;
31302
31461
  }
31303
- .E_k1ci6977.has-focus-indicator {
31304
- position: relative;
31305
- overflow: hidden;
31462
+ .E_tfzf37v.empty-table .ant-table-content table {
31463
+ width: 100% !important;
31464
+ height: 100%;
31306
31465
  }
31307
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31308
- position: absolute;
31309
- top: 50%;
31310
- transform: translateY(-50%);
31311
- left: -16px;
31312
- transition: left 150ms ease;
31313
- opacity: 0;
31466
+ .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31467
+ padding: 15px 0;
31314
31468
  }
31315
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31316
- left: 8px;
31317
- opacity: 1;
31469
+ .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
31470
+ display: none;
31318
31471
  }
31319
- .E_k1ci6977.has-focus-indicator input {
31320
- transition: margin-left 150ms ease;
31321
- margin-left: 0px;
31472
+ .E_tfzf37v .active-row td:nth-child(1) {
31473
+ font-weight: 700;
31322
31474
  }
31323
- .E_k1ci6977.has-focus-indicator input:focus {
31324
- margin-left: 16px;
31475
+ .E_tfzf37v.has-selection .active-row td:nth-child(2) {
31476
+ font-weight: 700;
31325
31477
  }
31326
-
31327
- input.E_l1f7td1d.ant-input {
31328
- border-top-right-radius: 0;
31329
- border-bottom-right-radius: 0;
31478
+ .E_tfzf37v .ant-spin-nested-loading {
31479
+ height: 100%;
31330
31480
  }
31331
-
31332
- .E_l1f7td1d.ant-input-affix-wrapper {
31333
- border-top-right-radius: 0;
31334
- border-bottom-right-radius: 0;
31481
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
31482
+ height: 100%;
31483
+ overflow: visible;
31335
31484
  }
31336
-
31337
- input.E_rf8rlle.ant-input {
31338
- border-top-left-radius: 0;
31339
- border-bottom-left-radius: 0;
31485
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin {
31486
+ max-height: none;
31340
31487
  }
31341
-
31342
- .E_rf8rlle.ant-input-affix-wrapper {
31343
- border-top-left-radius: 0;
31344
- border-bottom-left-radius: 0;
31488
+ .E_tfzf37v.table-init-loading .ant-spin-blur thead,
31489
+ .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
31490
+ display: none;
31345
31491
  }
31346
-
31347
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31348
- border-top-right-radius: 0;
31349
- border-bottom-right-radius: 0;
31492
+ .E_tfzf37v td.ant-table-column-sort {
31493
+ background: transparent;
31350
31494
  }
31351
-
31352
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31353
- border-top-left-radius: 0;
31354
- border-bottom-left-radius: 0;
31495
+ .E_tfzf37v td.ant-table-cell-fix-left,
31496
+ .E_tfzf37v td.ant-table-cell-fix-right {
31497
+ background: #fff;
31498
+ padding: 0 !important;
31355
31499
  }
31356
-
31357
- .E_c3ni091 {
31500
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
31501
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
31358
31502
  display: flex;
31359
- flex-direction: column;
31360
- }
31361
- .E_c3ni091 .select-wrapper {
31362
- margin-top: 12px;
31503
+ align-items: center;
31504
+ height: 100%;
31505
+ padding: 8px;
31363
31506
  }
31364
- .E_c3ni091 .select-wrapper .select {
31507
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
31508
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
31509
+ overflow: hidden;
31510
+ text-overflow: ellipsis;
31365
31511
  width: 100%;
31366
31512
  }
31367
- .E_c3ni091 .radio-wrapper {
31368
- margin-top: 24px;
31513
+ .E_tfzf37v .ant-table-container {
31514
+ height: 100%;
31369
31515
  }
31370
- .E_c3ni091 div.form-item {
31371
- width: 100%;
31516
+ .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
31517
+ box-shadow: none !important;
31372
31518
  }
31373
-
31374
- .E_d105ju2d {
31375
- font-size: 14px;
31376
- font-weight: 500;
31377
- color: #3e4652;
31378
- line-height: 18px;
31519
+ .E_tfzf37v .ant-table {
31520
+ border-radius: 0px;
31521
+ border-left: none;
31522
+ border-right: none;
31523
+ border-bottom: none;
31524
+ height: 100%;
31525
+ font-size: 12px;
31526
+ background: transparent;
31379
31527
  }
31380
- .E_d105ju2d + .E_d105ju2d {
31381
- margin-top: 16px;
31528
+ .E_tfzf37v .ant-table .ant-table-header {
31529
+ position: relative;
31530
+ z-index: 3;
31531
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31532
+ margin-bottom: -1px;
31382
31533
  }
31383
- .E_d105ju2d + * {
31384
- margin-top: 16px;
31534
+ .E_tfzf37v .ant-table .time-wrapper .date,
31535
+ .E_tfzf37v .ant-table .value {
31536
+ color: #2d3a56;
31385
31537
  }
31386
-
31387
- .E_lh0l62z.E_d105ju2d {
31388
- font-size: 12px;
31538
+ .E_tfzf37v .ant-table .time-wrapper .time,
31539
+ .E_tfzf37v .ant-table .unit {
31389
31540
  color: rgba(44, 56, 82, 0.6);
31390
- margin-top: 12px;
31391
31541
  }
31392
-
31393
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31394
- line-height: 18px;
31395
- font-weight: 500;
31396
- margin-top: 0;
31397
- white-space: initial;
31542
+ .E_tfzf37v .ant-table .ant-table-selection {
31543
+ position: unset;
31544
+ text-align: center;
31398
31545
  }
31399
-
31400
- .E_r1skkc3l {
31401
- display: block;
31546
+ .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31547
+ background: #fff;
31402
31548
  }
31403
- .E_r1skkc3l span {
31404
- font-size: 14px;
31405
- font-weight: 500;
31406
- line-height: 32px;
31407
- color: #3e4652;
31549
+ .E_tfzf37v .ant-table .anticon-setting {
31550
+ cursor: pointer;
31551
+ position: absolute;
31552
+ top: 50%;
31553
+ right: 12px;
31554
+ transform: translateY(-50%);
31408
31555
  }
31409
-
31410
- .E_c3cobmo {
31411
- margin-top: 16px;
31412
- padding: 8px;
31413
- border-radius: 6px;
31414
- background: rgba(225, 230, 241, 0.6);
31415
- color: rgba(44, 56, 82, 0.6);
31416
- font-size: 12px;
31556
+ .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31557
+ box-shadow: none;
31558
+ width: 1px;
31559
+ background: rgba(213, 219, 227, 0.6);
31417
31560
  }
31418
- .E_c3cobmo div {
31419
- line-height: 20px;
31420
- display: flex;
31421
- align-items: center;
31422
- word-break: break-all;
31561
+ .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31562
+ box-shadow: none;
31563
+ width: 1px;
31564
+ background: rgba(213, 219, 227, 0.6);
31423
31565
  }
31424
- .E_c3cobmo .title {
31425
- font-weight: 700;
31426
- line-height: 18px;
31427
- margin: 4px 0;
31566
+ .E_tfzf37v .ant-table .ant-table-tbody {
31567
+ position: relative;
31428
31568
  }
31429
-
31430
- .E_skwah65 {
31431
- height: 8px;
31432
- box-sizing: border-box;
31433
- border-radius: 2px;
31434
- background: #f5f7fa;
31435
- display: flex;
31436
- width: 100%;
31569
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
31570
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31571
+ border-bottom: 1px solid white;
31572
+ height: 40px;
31573
+ vertical-align: middle;
31574
+ transition: background 0ms;
31575
+ color: #00122e;
31576
+ }
31577
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31578
+ background: #f2f5fa;
31579
+ border-bottom-color: #f2f5fa;
31580
+ }
31581
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31582
+ height: auto;
31583
+ color: #00122e;
31584
+ font-size: 12px;
31585
+ text-align: left;
31586
+ transition: none;
31437
31587
  overflow: hidden;
31588
+ text-overflow: ellipsis;
31589
+ white-space: nowrap;
31438
31590
  }
31439
- .E_skwah65 .stack-bar-item + .stack-bar-item {
31440
- margin-left: 1px;
31591
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31592
+ color: #0096ff;
31441
31593
  }
31442
-
31443
- .E_c1up1pdz {
31444
- width: 648px;
31594
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31595
+ overflow: hidden;
31596
+ text-overflow: ellipsis;
31597
+ width: 100%;
31598
+ vertical-align: middle;
31445
31599
  }
31446
- .E_c1up1pdz.active {
31447
- border-color: #0080ff;
31600
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31601
+ line-height: 0px;
31448
31602
  }
31449
- .E_c1up1pdz.active > header {
31450
- background: rgba(0, 128, 255, 0.1);
31603
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
31604
+ padding-right: 25px;
31451
31605
  }
31452
- .E_c1up1pdz .expand {
31453
- padding: 12px;
31606
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31607
+ border-top-color: transparent;
31454
31608
  }
31455
- .E_c1up1pdz .field-item {
31456
- display: flex;
31457
- padding: 10px 0;
31458
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31609
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
31610
+ background: rgba(225, 230, 241, 0.6);
31611
+ border-color: transparent transparent white;
31459
31612
  }
31460
- .E_c1up1pdz .field-item:last-child {
31461
- border-bottom: none;
31462
- padding-bottom: 0;
31613
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31614
+ border-radius: 8px 0 0 8px;
31463
31615
  }
31464
- .E_c1up1pdz .field-item label {
31465
- line-height: 32px;
31466
- width: 100px;
31467
- color: rgba(62, 70, 82, 0.6);
31616
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31617
+ border-radius: 8px 0 0 8px;
31468
31618
  }
31469
- .E_c1up1pdz .help {
31470
- color: rgba(62, 70, 82, 0.6);
31471
- margin-top: 5px;
31619
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31620
+ content: "";
31621
+ width: 4px;
31622
+ top: -1px;
31623
+ bottom: -1px;
31624
+ background: white;
31472
31625
  }
31473
- .E_c1up1pdz .ant-input-affix-wrapper,
31474
- .E_c1up1pdz .ant-picker {
31475
- width: 128px;
31626
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31627
+ border-radius: 0 8px 8px 0;
31476
31628
  }
31477
-
31478
- .E_c156wh19 {
31479
- display: flex;
31480
- align-items: center;
31481
- justify-content: space-between;
31482
- word-break: keep-all;
31629
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31630
+ border-radius: 0;
31631
+ background: white;
31632
+ border-top: none;
31483
31633
  }
31484
- .E_c156wh19 .title {
31485
- margin: 0 16px 0 8px;
31634
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31635
+ border-top: 1px solid transparent;
31636
+ border-radius: 0 8px 8px 0;
31637
+ background: rgba(225, 230, 241, 0.6);
31486
31638
  }
31487
- .E_c156wh19 .retain {
31488
- color: rgba(129, 138, 153, 0.6);
31639
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31640
+ background: white;
31641
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31489
31642
  }
31490
- .E_c156wh19 div.left {
31491
- flex: 1;
31643
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31492
31644
  display: flex;
31493
- overflow: hidden;
31494
31645
  align-items: center;
31495
- justify-content: flex-start;
31496
- white-space: nowrap;
31646
+ height: 100%;
31647
+ background: rgba(225, 230, 241, 0.6);
31497
31648
  }
31498
- .E_c156wh19 div.left .title {
31499
- max-width: 100%;
31500
- overflow: hidden;
31501
- text-overflow: ellipsis;
31649
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31650
+ background: white;
31651
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31502
31652
  }
31503
- .E_c156wh19 div.right {
31653
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31504
31654
  display: flex;
31505
31655
  align-items: center;
31656
+ height: 100%;
31657
+ background: rgba(225, 230, 241, 0.6);
31506
31658
  }
31507
- .E_c156wh19 .reverse {
31508
- display: flex;
31509
- flex-direction: row-reverse;
31510
- align-items: center;
31659
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
31660
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31511
31661
  }
31512
- .E_c156wh19 .reverse .ant-switch {
31513
- margin-left: 8px;
31662
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
31663
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31664
+ border-radius: 8px;
31514
31665
  }
31515
- .E_c156wh19 .close {
31516
- padding-left: 14px;
31517
- margin-left: 14px;
31518
- border-left: 1px solid rgba(129, 138, 153, 0.6);
31519
- cursor: pointer;
31666
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31667
+ border-top-color: white;
31520
31668
  }
31521
-
31522
- .E_m126spxy {
31523
- padding-bottom: 4px;
31524
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31669
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
31670
+ background: rgba(0, 136, 255, 0.1);
31671
+ border-bottom-color: transparent;
31672
+ border-top-color: transparent;
31525
31673
  }
31526
- .E_m126spxy .ant-btn-link {
31527
- padding: 1px 10px;
31528
- color: rgba(62, 70, 82, 0.6);
31529
- border-radius: 4px;
31674
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31675
+ border-radius: 8px 0 0 8px;
31530
31676
  }
31531
- .E_m126spxy .ant-btn-link.active {
31532
- background: rgba(0, 128, 255, 0.1);
31533
- color: #0096ff;
31677
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31678
+ border-radius: 0 8px 8px 0;
31534
31679
  }
31535
-
31536
- .E_wpbf4pq {
31537
- padding: 10px 0;
31538
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31680
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31681
+ background: rgba(0, 136, 255, 0.1);
31539
31682
  }
31540
- .E_wpbf4pq .ant-input,
31541
- .E_wpbf4pq .ant-picker {
31542
- width: 80px;
31543
- margin: 0 9px;
31544
- text-align: center;
31683
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th {
31684
+ background: #fff;
31685
+ font-weight: 400;
31686
+ position: relative;
31687
+ border-bottom: none;
31688
+ color: #00122e;
31689
+ transition: none;
31690
+ padding: 15px 8px 15px 8px;
31545
31691
  }
31546
- .E_wpbf4pq .options {
31547
- padding: 12px 0 12px 16px;
31548
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31549
- margin: 5px 0 5px 8px;
31692
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31693
+ content: "";
31694
+ width: 1px;
31695
+ top: 0;
31696
+ bottom: 0;
31697
+ background: rgba(211, 218, 235, 0.6);
31698
+ position: absolute;
31699
+ right: 0;
31550
31700
  }
31551
- .E_wpbf4pq .week-day-option,
31552
- .E_wpbf4pq .month-day-option {
31553
- background: #f5f7fa;
31554
- box-sizing: border-box;
31555
- border-radius: 16px;
31556
- margin-right: 8px;
31701
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
31702
+ padding: unset;
31557
31703
  }
31558
- .E_wpbf4pq .week-day-option:focus,
31559
- .E_wpbf4pq .month-day-option:focus {
31560
- color: inherit;
31561
- border-color: #d9d9d9;
31704
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
31705
+ display: none;
31562
31706
  }
31563
- .E_wpbf4pq .week-day-option.active {
31564
- background-color: #0096ff;
31565
- border-color: #0096ff;
31566
- color: #fff;
31707
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31708
+ width: 100%;
31709
+ overflow: hidden;
31710
+ white-space: nowrap;
31711
+ text-overflow: ellipsis;
31567
31712
  }
31568
- .E_wpbf4pq .week-day-option.en-text {
31569
- width: 110px;
31570
- margin-top: 4px;
31713
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31714
+ overflow: hidden;
31715
+ text-overflow: ellipsis;
31716
+ flex: 1;
31571
31717
  }
31572
- .E_wpbf4pq .month-day-option {
31573
- width: 32px;
31718
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31719
+ padding: 15px 25px 15px 8px;
31720
+ }
31721
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31574
31722
  padding: 0;
31575
- margin-bottom: 8px;
31576
31723
  }
31577
- .E_wpbf4pq .month-day-option.active {
31578
- background-color: #0096ff;
31579
- border-color: #0096ff;
31580
- color: #fff;
31724
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31725
+ position: absolute;
31726
+ right: 6px;
31727
+ top: 50%;
31728
+ transform: translateY(-50%);
31729
+ height: 16px;
31730
+ display: none;
31731
+ transition: transform 320ms ease;
31581
31732
  }
31582
-
31583
- .E_dsnbhzf {
31584
- font-family: Inter;
31585
- font-style: normal;
31586
- font-weight: bold;
31587
- font-size: 32px;
31588
- line-height: 40px;
31733
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31734
+ display: block;
31735
+ transform: translateY(-50%) rotateX(180deg);
31589
31736
  }
31590
-
31591
- .E_d1mvo22k {
31592
- font-family: Inter;
31593
- font-style: normal;
31594
- font-weight: bold;
31595
- font-size: 24px;
31596
- line-height: 32px;
31737
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31738
+ display: block;
31597
31739
  }
31598
-
31599
- .E_d1b444tr {
31600
- font-family: Inter;
31601
- font-style: normal;
31602
- font-weight: normal;
31603
- font-size: 32px;
31604
- line-height: 40px;
31740
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31741
+ display: none;
31605
31742
  }
31606
-
31607
- .E_dvs0kue {
31608
- font-family: Inter;
31609
- font-style: normal;
31610
- font-weight: bold;
31611
- font-size: 20px;
31612
- line-height: 24px;
31743
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31744
+ transform: translateY(-50%);
31613
31745
  }
31614
-
31615
- .E_d1hcbfcq {
31616
- font-family: Inter;
31617
- font-style: normal;
31618
- font-weight: normal;
31619
- font-size: 20px;
31620
- line-height: 24px;
31746
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31747
+ transform: translateY(-50%) rotateX(180deg);
31621
31748
  }
31622
-
31623
- .E_d1cz922v {
31624
- font-family: Inter;
31625
- font-style: normal;
31626
- font-weight: bold;
31627
- font-size: 18px;
31628
- line-height: 22px;
31749
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31750
+ background: #f2f5fa;
31629
31751
  }
31630
-
31631
- .E_d3nzbrm {
31632
- font-family: Inter;
31633
- font-style: normal;
31634
- font-weight: normal;
31635
- font-size: 18px;
31636
- line-height: 22px;
31752
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31753
+ display: block;
31637
31754
  }
31638
-
31639
- .E_h1g0p5ob {
31640
- font-family: Inter;
31641
- font-style: normal;
31642
- font-weight: bold;
31643
- font-size: 16px;
31644
- line-height: 22px;
31755
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
31756
+ padding-right: 25px;
31645
31757
  }
31646
-
31647
- .E_hydo2ej {
31648
- font-family: Inter;
31649
- font-style: normal;
31650
- font-weight: normal;
31651
- font-size: 16px;
31652
- line-height: 22px;
31758
+ .E_tfzf37v .ant-table .ant-table-selection-column {
31759
+ padding: 0 !important;
31653
31760
  }
31654
-
31655
- .E_h1hbuq0r {
31656
- font-family: Inter;
31657
- font-style: normal;
31658
- font-weight: bold;
31659
- font-size: 14px;
31660
- line-height: 20px;
31761
+ .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31762
+ position: absolute;
31763
+ left: 50%;
31764
+ top: 50%;
31765
+ transform: translate(-50%, -50%);
31661
31766
  }
31662
-
31663
- .E_h13bondg {
31664
- font-family: Inter;
31665
- font-style: normal;
31666
- font-weight: normal;
31667
- font-size: 14px;
31668
- line-height: 20px;
31767
+ .E_tfzf37v .ant-table .ant-table-selection-column:after {
31768
+ display: none;
31669
31769
  }
31670
-
31671
- .E_h1mhvdlx {
31672
- font-family: Inter;
31673
- font-style: normal;
31674
- font-weight: bold;
31675
- font-size: 12px;
31676
- line-height: 18px;
31770
+ .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
31771
+ background: #fff;
31677
31772
  }
31678
-
31679
- .E_h1inmfq6 {
31680
- font-family: Inter;
31681
- font-style: normal;
31682
- font-weight: normal;
31683
- font-size: 12px;
31684
- line-height: 18px;
31773
+ .E_tfzf37v .ant-table .ant-table-placeholder {
31774
+ background: inherit;
31685
31775
  }
31686
-
31687
- .E_h1kfc0la {
31688
- font-family: Inter;
31689
- font-style: normal;
31776
+ .E_tfzf37v .ant-table .ant-table-placeholder td {
31777
+ position: static;
31778
+ border: none;
31779
+ background: inherit !important;
31780
+ height: 100px;
31781
+ vertical-align: middle;
31782
+ }
31783
+ .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
31784
+ .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31690
31785
  font-weight: bold;
31691
- text-transform: uppercase;
31692
- font-feature-settings: "cpsp" on;
31693
- font-size: 12px;
31694
- line-height: 18px;
31786
+ font-size: 20px;
31787
+ color: rgba(10, 37, 85, 0.6);
31695
31788
  }
31696
-
31697
- .E_h10xnyuu {
31698
- font-family: Inter;
31699
- font-style: normal;
31700
- font-weight: normal;
31701
- text-transform: uppercase;
31702
- font-feature-settings: "cpsp" on;
31703
- font-size: 12px;
31704
- line-height: 18px;
31789
+ .E_tfzf37v .ant-table td.cell__action_ {
31790
+ padding: 0 !important;
31791
+ position: relative;
31792
+ background: #fff;
31705
31793
  }
31706
-
31707
- .E_lrcmi0v {
31708
- font-family: Inter;
31709
- font-style: normal;
31710
- font-weight: normal;
31711
- font-size: 16px;
31712
- line-height: 24px;
31794
+ .E_tfzf37v .ant-table td.cell__action_ > * {
31795
+ height: 100%;
31796
+ display: flex;
31797
+ align-items: center;
31798
+ justify-content: flex-end;
31799
+ padding-right: 8px;
31713
31800
  }
31714
-
31715
- .E_lzt43lp {
31716
- font-family: Inter;
31717
- font-style: normal;
31718
- font-weight: bold;
31719
- font-size: 16px;
31720
- line-height: 24px;
31801
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button {
31802
+ width: 24px;
31803
+ height: 24px;
31804
+ cursor: pointer;
31805
+ justify-content: center;
31806
+ border-radius: 4px;
31721
31807
  }
31722
-
31723
- .E_l5yc9nt {
31724
- font-family: Inter;
31725
- font-style: normal;
31726
- font-weight: normal;
31727
- font-size: 16px;
31728
- line-height: 24px;
31808
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
31809
+ background: #fff;
31729
31810
  }
31730
31811
 
31731
- .E_l1fbkbzo {
31732
- font-family: Inter;
31733
- font-style: normal;
31734
- font-weight: bold;
31735
- font-size: 16px;
31736
- line-height: 24px;
31812
+ .E_iq1gosr {
31813
+ display: inline-block;
31737
31814
  }
31738
31815
 
31739
- .E_lahvcax {
31740
- font-family: Inter;
31741
- font-style: normal;
31742
- font-weight: normal;
31743
- text-transform: uppercase;
31744
- font-feature-settings: "cpsp" on;
31745
- font-size: 16px;
31746
- line-height: 24px;
31816
+ .E_t1m2x205 .ant-tooltip-arrow {
31817
+ display: none;
31747
31818
  }
31748
-
31749
- .E_l11q3pxd {
31750
- font-family: Inter;
31751
- font-style: normal;
31752
- font-weight: bold;
31753
- text-transform: uppercase;
31754
- font-feature-settings: "cpsp" on;
31755
- font-size: 16px;
31756
- line-height: 24px;
31819
+ .E_t1m2x205 .ant-tooltip-inner {
31820
+ background: rgba(23, 38, 64, 0.8);
31821
+ border-radius: 4px;
31757
31822
  }
31758
31823
 
31759
- .E_lfuc2qu {
31760
- font-family: Inter;
31761
- font-style: normal;
31762
- font-weight: normal;
31763
- font-size: 14px;
31764
- line-height: 22px;
31824
+ .E_skwah65 {
31825
+ height: 8px;
31826
+ box-sizing: border-box;
31827
+ border-radius: 2px;
31828
+ background: #f5f7fa;
31829
+ display: flex;
31830
+ width: 100%;
31831
+ overflow: hidden;
31765
31832
  }
31766
-
31767
- .E_l1jmp8r0 {
31768
- font-family: Inter;
31769
- font-style: normal;
31770
- font-weight: 500;
31771
- font-size: 14px;
31772
- line-height: 22px;
31833
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
31834
+ margin-left: 1px;
31773
31835
  }
31774
31836
 
31775
- .E_lcnm221 {
31776
- font-family: Inter;
31777
- font-style: normal;
31778
- font-weight: bold;
31779
- font-size: 14px;
31780
- line-height: 22px;
31837
+ .E_s1dni7lo {
31838
+ width: 430px !important;
31781
31839
  }
31782
31840
 
31783
- .E_lu1z2n5 {
31784
- font-family: Inter;
31785
- font-style: normal;
31786
- font-weight: normal;
31787
- font-size: 14px;
31788
- line-height: 22px;
31841
+ .E_d1wwmmm5 .ant-select-item-group {
31842
+ padding: 8px 16px;
31843
+ line-height: 18px;
31844
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31845
+ height: 34px;
31846
+ min-height: 34px;
31847
+ box-sizing: border-box;
31848
+ margin-top: 8px;
31789
31849
  }
31790
31850
 
31791
- .E_l1r59djn {
31792
- font-family: Inter;
31793
- font-style: normal;
31794
- font-weight: bold;
31795
- font-size: 14px;
31796
- line-height: 22px;
31851
+ .E_o1ugr09p {
31852
+ display: flex;
31853
+ flex-direction: column;
31854
+ margin: 1px 8px;
31855
+ padding: 8px;
31856
+ border-radius: 4px;
31797
31857
  }
31798
-
31799
- .E_ljm2911 {
31800
- font-family: Inter;
31801
- font-style: normal;
31802
- font-weight: normal;
31803
- text-transform: uppercase;
31804
- font-feature-settings: "cpsp" on;
31805
- font-size: 14px;
31806
- line-height: 22px;
31858
+ .E_o1ugr09p .selected-icon {
31859
+ display: none;
31807
31860
  }
31808
-
31809
- .E_l124mzmr {
31810
- font-family: Inter;
31811
- font-style: normal;
31812
- font-weight: bold;
31813
- text-transform: uppercase;
31814
- font-feature-settings: "cpsp" on;
31815
- font-size: 14px;
31816
- line-height: 22px;
31861
+ .E_o1ugr09p.ant-select-item-option-grouped {
31862
+ padding-left: 8px;
31817
31863
  }
31818
-
31819
- .E_lb3chel {
31820
- font-family: Inter;
31821
- font-style: normal;
31822
- font-weight: normal;
31823
- font-size: 13px;
31824
- line-height: 20px;
31864
+ .E_o1ugr09p.ant-select-item-option-selected {
31865
+ background-color: white;
31825
31866
  }
31826
-
31827
- .E_lv9jstu {
31828
- font-family: Inter;
31829
- font-style: normal;
31830
- font-weight: 600;
31831
- font-size: 13px;
31832
- line-height: 20px;
31867
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31868
+ color: #0080ff;
31833
31869
  }
31834
-
31835
- .E_lwqlh3x {
31836
- font-family: Inter;
31837
- font-style: normal;
31838
- font-weight: bold;
31839
- font-size: 13px;
31840
- line-height: 20px;
31870
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31871
+ display: block;
31841
31872
  }
31842
-
31843
- .E_lalum9y {
31844
- font-family: Inter;
31845
- font-style: normal;
31846
- font-weight: normal;
31847
- font-size: 13px;
31848
- line-height: 20px;
31873
+ .E_o1ugr09p.ant-select-item-option-active {
31874
+ background: rgba(0, 136, 255, 0.16);
31849
31875
  }
31850
-
31851
- .E_l1t6dj5o {
31852
- font-family: Inter;
31853
- font-style: normal;
31854
- font-weight: 600;
31855
- font-size: 13px;
31856
- line-height: 20px;
31876
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31877
+ color: #0080ff;
31878
+ }
31879
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31880
+ background: rgba(0, 136, 255, 0.1);
31881
+ color: #0080ff;
31857
31882
  }
31858
31883
 
31859
- .E_l12f6ic {
31860
- font-family: Inter;
31861
- font-style: normal;
31862
- font-weight: bold;
31863
- font-size: 13px;
31884
+ .E_o1ifxsq4 {
31885
+ display: flex;
31886
+ justify-content: space-between;
31887
+ height: 20px;
31864
31888
  line-height: 20px;
31865
31889
  }
31890
+ .E_o1ifxsq4 .timezone-title {
31891
+ color: #2d3a56;
31892
+ overflow: hidden;
31893
+ text-overflow: ellipsis;
31894
+ }
31866
31895
 
31867
- .E_l7gmukq {
31868
- font-family: Inter;
31869
- font-style: normal;
31870
- font-weight: normal;
31871
- text-transform: uppercase;
31872
- font-feature-settings: "cpsp" on;
31873
- font-size: 13px;
31874
- line-height: 20px;
31896
+ .E_o1zue7 {
31897
+ display: flex;
31898
+ justify-content: space-between;
31899
+ color: rgba(44, 56, 82, 0.6);
31900
+ height: 18px;
31901
+ line-height: 18px;
31902
+ margin-top: 2px;
31875
31903
  }
31876
31904
 
31877
- .E_lkwl0yp {
31878
- font-family: Inter;
31879
- font-style: normal;
31880
- font-weight: bold;
31881
- text-transform: uppercase;
31882
- font-feature-settings: "cpsp" on;
31883
- font-size: 13px;
31884
- line-height: 20px;
31905
+ .E_tyfmlxg {
31906
+ border: none;
31907
+ margin-right: 0;
31908
+ background: rgba(225, 230, 241, 0.6);
31885
31909
  }
31886
31910
 
31887
- .E_l10knv48 {
31888
- font-family: Inter;
31889
- font-style: normal;
31890
- font-weight: normal;
31891
- font-size: 12px;
31892
- line-height: 18px;
31911
+ .E_o18uybox {
31912
+ pointer-events: none;
31913
+ height: 32px;
31914
+ width: 100%;
31915
+ opacity: 0;
31893
31916
  }
31894
31917
 
31895
- .E_l6526ld {
31896
- font-family: Inter;
31897
- font-style: normal;
31898
- font-weight: 500;
31899
- font-size: 12px;
31900
- line-height: 18px;
31918
+ .E_s1ebs0ra {
31919
+ display: flex;
31920
+ align-items: center;
31921
+ justify-content: space-between;
31922
+ background: #edf0f7;
31923
+ padding: 8px 12px;
31924
+ position: sticky;
31925
+ top: 0;
31926
+ z-index: 1;
31927
+ margin-bottom: -52px;
31928
+ }
31929
+ .E_s1ebs0ra .select-total {
31930
+ display: flex;
31931
+ align-items: center;
31932
+ font-weight: 700;
31933
+ flex-shrink: 0;
31934
+ }
31935
+ .E_s1ebs0ra .select-total .icon-wrapper {
31936
+ cursor: pointer;
31937
+ margin-left: 8px;
31938
+ width: 32px;
31939
+ height: 32px;
31940
+ border-radius: 50%;
31941
+ justify-content: center;
31942
+ }
31943
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
31944
+ background: rgba(225, 230, 241, 0.6);
31945
+ }
31946
+ .E_s1ebs0ra .action-group {
31947
+ flex: 1;
31948
+ margin-left: 88px;
31949
+ white-space: nowrap;
31950
+ text-align: right;
31951
+ position: relative;
31952
+ padding: 4px 0;
31953
+ margin-top: -4px;
31954
+ overflow: hidden;
31955
+ }
31956
+ .E_s1ebs0ra .action-group .sub-menu-delete {
31957
+ transform: translateY(-4px);
31958
+ }
31959
+ .E_s1ebs0ra .action-group button {
31960
+ border: none;
31961
+ }
31962
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
31963
+ margin-right: 8px;
31964
+ }
31965
+ .E_s1ebs0ra .action-group > button:last-child {
31966
+ margin-right: 4px;
31967
+ }
31968
+ .E_s1ebs0ra .action-group .more-btn {
31969
+ cursor: pointer;
31970
+ width: 32px;
31971
+ height: 32px;
31972
+ justify-content: center;
31973
+ border-radius: 50%;
31974
+ }
31975
+ .E_s1ebs0ra .action-group .more-btn:hover {
31976
+ background: #fff;
31901
31977
  }
31902
31978
 
31903
- .E_l1j81vli {
31904
- font-family: Inter;
31905
- font-style: normal;
31906
- font-weight: bold;
31907
- font-size: 12px;
31908
- line-height: 18px;
31979
+ .E_c1up1pdz {
31980
+ width: 648px;
31981
+ }
31982
+ .E_c1up1pdz.active {
31983
+ border-color: #0080ff;
31984
+ }
31985
+ .E_c1up1pdz.active > header {
31986
+ background: rgba(0, 128, 255, 0.1);
31987
+ }
31988
+ .E_c1up1pdz .expand {
31989
+ padding: 12px;
31990
+ }
31991
+ .E_c1up1pdz .field-item {
31992
+ display: flex;
31993
+ padding: 10px 0;
31994
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31995
+ }
31996
+ .E_c1up1pdz .field-item:last-child {
31997
+ border-bottom: none;
31998
+ padding-bottom: 0;
31999
+ }
32000
+ .E_c1up1pdz .field-item label {
32001
+ line-height: 32px;
32002
+ width: 100px;
32003
+ color: rgba(62, 70, 82, 0.6);
32004
+ }
32005
+ .E_c1up1pdz .help {
32006
+ color: rgba(62, 70, 82, 0.6);
32007
+ margin-top: 5px;
32008
+ }
32009
+ .E_c1up1pdz .ant-input-affix-wrapper,
32010
+ .E_c1up1pdz .ant-picker {
32011
+ width: 128px;
31909
32012
  }
31910
32013
 
31911
- .E_l1x7n1mk {
31912
- font-family: Inter;
31913
- font-style: normal;
31914
- font-weight: normal;
31915
- font-size: 12px;
31916
- line-height: 18px;
32014
+ .E_c156wh19 {
32015
+ display: flex;
32016
+ align-items: center;
32017
+ justify-content: space-between;
32018
+ word-break: keep-all;
32019
+ }
32020
+ .E_c156wh19 .title {
32021
+ margin: 0 16px 0 8px;
32022
+ }
32023
+ .E_c156wh19 .retain {
32024
+ color: rgba(129, 138, 153, 0.6);
32025
+ }
32026
+ .E_c156wh19 div.left {
32027
+ flex: 1;
32028
+ display: flex;
32029
+ overflow: hidden;
32030
+ align-items: center;
32031
+ justify-content: flex-start;
32032
+ white-space: nowrap;
32033
+ }
32034
+ .E_c156wh19 div.left .title {
32035
+ max-width: 100%;
32036
+ overflow: hidden;
32037
+ text-overflow: ellipsis;
32038
+ }
32039
+ .E_c156wh19 div.right {
32040
+ display: flex;
32041
+ align-items: center;
32042
+ }
32043
+ .E_c156wh19 .reverse {
32044
+ display: flex;
32045
+ flex-direction: row-reverse;
32046
+ align-items: center;
32047
+ }
32048
+ .E_c156wh19 .reverse .ant-switch {
32049
+ margin-left: 8px;
32050
+ }
32051
+ .E_c156wh19 .close {
32052
+ padding-left: 14px;
32053
+ margin-left: 14px;
32054
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
32055
+ cursor: pointer;
31917
32056
  }
31918
32057
 
31919
- .E_l9fqufz {
31920
- font-family: Inter;
31921
- font-style: normal;
31922
- font-weight: 500;
31923
- font-size: 12px;
31924
- line-height: 18px;
32058
+ .E_m126spxy {
32059
+ padding-bottom: 4px;
32060
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32061
+ }
32062
+ .E_m126spxy .ant-btn-link {
32063
+ padding: 1px 10px;
32064
+ color: rgba(62, 70, 82, 0.6);
32065
+ border-radius: 4px;
32066
+ }
32067
+ .E_m126spxy .ant-btn-link.active {
32068
+ background: rgba(0, 128, 255, 0.1);
32069
+ color: #0096ff;
31925
32070
  }
31926
32071
 
31927
- .E_l1iwnybd {
31928
- font-family: Inter;
31929
- font-style: normal;
31930
- font-weight: bold;
31931
- font-size: 12px;
31932
- line-height: 18px;
32072
+ .E_wpbf4pq {
32073
+ padding: 10px 0;
32074
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32075
+ }
32076
+ .E_wpbf4pq .ant-input,
32077
+ .E_wpbf4pq .ant-picker {
32078
+ width: 80px;
32079
+ margin: 0 9px;
32080
+ text-align: center;
32081
+ }
32082
+ .E_wpbf4pq .options {
32083
+ padding: 12px 0 12px 16px;
32084
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
32085
+ margin: 5px 0 5px 8px;
32086
+ }
32087
+ .E_wpbf4pq .week-day-option,
32088
+ .E_wpbf4pq .month-day-option {
32089
+ background: #f5f7fa;
32090
+ box-sizing: border-box;
32091
+ border-radius: 16px;
32092
+ margin-right: 8px;
32093
+ }
32094
+ .E_wpbf4pq .week-day-option:focus,
32095
+ .E_wpbf4pq .month-day-option:focus {
32096
+ color: inherit;
32097
+ border-color: #d9d9d9;
32098
+ }
32099
+ .E_wpbf4pq .week-day-option.active {
32100
+ background-color: #0096ff;
32101
+ border-color: #0096ff;
32102
+ color: #fff;
32103
+ }
32104
+ .E_wpbf4pq .week-day-option.en-text {
32105
+ width: 110px;
32106
+ margin-top: 4px;
32107
+ }
32108
+ .E_wpbf4pq .month-day-option {
32109
+ width: 32px;
32110
+ padding: 0;
32111
+ margin-bottom: 8px;
32112
+ }
32113
+ .E_wpbf4pq .month-day-option.active {
32114
+ background-color: #0096ff;
32115
+ border-color: #0096ff;
32116
+ color: #fff;
31933
32117
  }
31934
32118
 
31935
- .E_lprtm1e {
31936
- font-family: Inter;
31937
- font-style: normal;
31938
- font-weight: normal;
31939
- text-transform: uppercase;
31940
- font-feature-settings: "cpsp" on;
31941
- font-size: 12px;
31942
- line-height: 18px;
32119
+ .E_c18gxmrl {
32120
+ border: 1px solid #d8deeb;
32121
+ border-radius: 4px;
32122
+ }
32123
+ .E_c18gxmrl + .E_c18gxmrl {
32124
+ margin-top: 8px;
32125
+ }
32126
+ .E_c18gxmrl:hover {
32127
+ border-color: #0080ff;
32128
+ }
32129
+ .E_c18gxmrl:hover > header {
32130
+ background: rgba(0, 128, 255, 0.1);
32131
+ }
32132
+ .E_c18gxmrl.active header {
32133
+ border-bottom: 1px solid #d8deeb;
32134
+ }
32135
+ .E_c18gxmrl > header {
32136
+ padding: 8px 12px;
31943
32137
  }
31944
32138
 
31945
- .E_l1lln87h {
31946
- font-family: Inter;
31947
- font-style: normal;
31948
- font-weight: bold;
31949
- text-transform: uppercase;
31950
- font-feature-settings: "cpsp" on;
31951
- font-size: 12px;
31952
- line-height: 18px;
32139
+ .E_berrcjl {
32140
+ color: rgba(10, 37, 85, 0.6);
32141
+ margin-bottom: 4px;
31953
32142
  }
31954
-
31955
- .E_f2pb48l {
31956
- font-family: Inter;
31957
- font-style: normal;
31958
- font-weight: normal;
31959
- font-size: 13px;
31960
- line-height: 20px;
32143
+ .E_berrcjl .breadcrumb-link {
32144
+ color: rgba(10, 37, 85, 0.6);
32145
+ cursor: pointer;
32146
+ transition: color 160ms ease;
31961
32147
  }
31962
-
31963
- .E_fi9emkw {
31964
- font-family: Inter;
31965
- font-style: normal;
31966
- font-weight: normal;
31967
- font-size: 13px;
31968
- line-height: 20px;
32148
+ .E_berrcjl .breadcrumb-link:hover {
32149
+ color: #0080ff;
31969
32150
  }
31970
-
31971
- .E_f1nrg7da {
31972
- font-family: Inter;
31973
- font-style: normal;
31974
- font-weight: normal;
31975
- font-size: 12px;
31976
- line-height: 18px;
32151
+ .E_berrcjl .breadcrumb-link:active {
32152
+ color: #005ed1;
31977
32153
  }
31978
32154
 
31979
- .E_f17k1i3n {
31980
- font-family: Inter;
31981
- font-style: normal;
31982
- font-weight: normal;
31983
- font-size: 12px;
31984
- line-height: 18px;
32155
+ .E_c1uzzomf {
32156
+ margin-bottom: 16px;
31985
32157
  }
31986
-
31987
- .E_t1tvuj2e {
31988
- font-family: Inter;
31989
- font-style: normal;
31990
- font-weight: normal;
31991
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31992
- font-size: 13px;
31993
- line-height: 20px;
32158
+ .E_c1uzzomf .card-title {
32159
+ font-size: 16px;
32160
+ color: rgba(44, 56, 82, 0.6);
32161
+ font-weight: 700;
32162
+ line-height: 32px;
31994
32163
  }
31995
-
31996
- .E_t17uajlu {
31997
- font-family: Inter;
31998
- font-style: normal;
31999
- font-weight: normal;
32000
- font-feature-settings: "zero" on;
32001
- font-size: 13px;
32002
- line-height: 20px;
32164
+ .E_c1uzzomf .card-body {
32165
+ padding: 24px;
32166
+ border-radius: 8px;
32167
+ background: #fff;
32003
32168
  }
32004
-
32005
- .E_t114zbyz {
32006
- font-family: Inter;
32007
- font-style: normal;
32008
- font-weight: normal;
32009
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32010
- font-size: 12px;
32011
- line-height: 18px;
32169
+ .E_c1uzzomf .empty {
32170
+ font-weight: 700;
32171
+ font-size: 14px;
32172
+ line-height: 22px;
32173
+ color: rgba(0, 21, 64, 0.3);
32174
+ text-align: center;
32012
32175
  }
32013
32176
 
32014
- .E_t1il0kvi {
32015
- font-family: Inter;
32016
- font-style: normal;
32017
- font-weight: 500;
32018
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32019
- font-size: 12px;
32020
- line-height: 18px;
32177
+ .E_s11wux3h .ant-segmented-item:not(:last-child) {
32178
+ margin-right: 2px;
32021
32179
  }
32022
32180
 
32023
- .E_t10dv8p1 {
32024
- font-family: Inter;
32025
- font-style: normal;
32026
- font-weight: normal;
32027
- font-feature-settings: "zero" on;
32028
- font-size: 12px;
32029
- line-height: 18px;
32181
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32182
+ padding-left: 8px;
32183
+ padding-right: 8px;
32030
32184
  }
32031
-
32032
- .E_tc2oqpq {
32033
- font-family: Inter;
32034
- font-style: normal;
32035
- font-weight: 500;
32036
- font-feature-settings: "zero" on;
32037
- font-size: 12px;
32038
- line-height: 18px;
32185
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32186
+ border-radius: 4px;
32187
+ }
32188
+ .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32189
+ border-radius: 4px;
32039
32190
  }
32040
32191
 
32041
- .E_tzvddmc {
32042
- font-family: Inter;
32043
- font-style: normal;
32044
- font-weight: bold;
32045
- font-feature-settings: "zero" on;
32046
- font-size: 16px;
32047
- line-height: 24px;
32192
+ .E_ma64lna .ant-segmented-item-label {
32193
+ padding-left: 12px;
32194
+ padding-right: 12px;
32048
32195
  }
32049
32196
 
32050
- .E_u18llj45 {
32051
- font-family: Inter;
32052
- font-style: normal;
32053
- font-weight: normal;
32054
- font-size: 10px;
32055
- line-height: 12px;
32197
+ .E_ckld275 {
32198
+ background-color: rgba(225, 230, 241, 0.6);
32199
+ }
32200
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32201
+ background-color: rgba(255, 255, 255, 0.6);
32202
+ color: rgba(44, 56, 82, 0.75);
32203
+ }
32204
+ .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32205
+ background-color: transparent;
32206
+ }
32207
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32208
+ background-color: transparent;
32056
32209
  }
32057
32210
 
32058
- .E_s1ebs0ra {
32211
+ .E_c1bus5hc {
32212
+ --color: white;
32213
+ height: 14px;
32214
+ width: 14px;
32215
+ border-radius: 50%;
32216
+ flex-shrink: 0;
32059
32217
  display: flex;
32060
32218
  align-items: center;
32061
- justify-content: space-between;
32062
- background: #edf0f7;
32063
- padding: 8px 12px;
32064
- position: sticky;
32219
+ justify-content: center;
32220
+ border: 1px solid var(--color);
32221
+ }
32222
+ .E_c1bus5hc .circle-inner {
32223
+ position: relative;
32224
+ height: 10px;
32225
+ width: 10px;
32226
+ border-radius: 50%;
32227
+ overflow: hidden;
32228
+ }
32229
+ .E_c1bus5hc .circle-content {
32230
+ position: absolute;
32231
+ height: 100%;
32232
+ width: 100%;
32233
+ left: 0;
32065
32234
  top: 0;
32066
- z-index: 1;
32067
- margin-bottom: -52px;
32235
+ border-radius: 50%;
32236
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32237
+ transform: rotate(180deg);
32068
32238
  }
32069
- .E_s1ebs0ra .select-total {
32239
+ .E_c1bus5hc .circle-child {
32240
+ position: absolute;
32241
+ height: 100%;
32242
+ width: 100%;
32243
+ left: 0;
32244
+ top: 0;
32245
+ margin-left: 50%;
32246
+ transform-origin: left;
32247
+ background: white;
32248
+ transform: rotate(0deg);
32249
+ }
32250
+
32251
+ .E_d1bw7c5z {
32252
+ position: relative;
32253
+ max-width: 388px;
32254
+ min-width: 245px;
32255
+ }
32256
+ .E_d1bw7c5z .center {
32257
+ position: absolute;
32258
+ font-size: 12px;
32259
+ width: 80px;
32260
+ height: 92px;
32261
+ top: 12px;
32262
+ left: 39px;
32070
32263
  display: flex;
32264
+ flex-direction: column;
32265
+ justify-content: center;
32071
32266
  align-items: center;
32072
- font-weight: 700;
32073
- flex-shrink: 0;
32267
+ color: #00122e;
32074
32268
  }
32075
- .E_s1ebs0ra .select-total .icon-wrapper {
32076
- cursor: pointer;
32077
- margin-left: 8px;
32078
- width: 32px;
32079
- height: 32px;
32080
- border-radius: 50%;
32081
- justify-content: center;
32269
+ .E_d1bw7c5z .center .number {
32270
+ font-size: 24px;
32271
+ font-weight: 700;
32082
32272
  }
32083
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
32084
- background: rgba(225, 230, 241, 0.6);
32273
+ .E_d1bw7c5z .center .text {
32274
+ padding: 0 5px;
32275
+ font-size: 12px;
32276
+ width: inherit;
32085
32277
  }
32086
- .E_s1ebs0ra .action-group {
32087
- flex: 1;
32088
- margin-left: 88px;
32089
- white-space: nowrap;
32090
- text-align: right;
32091
- position: relative;
32092
- padding: 4px 0;
32093
- margin-top: -4px;
32094
- overflow: hidden;
32278
+ .E_d1bw7c5z .recharts-wrapper {
32279
+ display: flex;
32095
32280
  }
32096
- .E_s1ebs0ra .action-group .sub-menu-delete {
32097
- transform: translateY(-4px);
32281
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
32282
+ position: relative !important;
32283
+ width: calc(100% - 148px) !important;
32284
+ left: 0 !important;
32285
+ bottom: 0 !important;
32286
+ display: flex;
32287
+ align-items: center;
32098
32288
  }
32099
- .E_s1ebs0ra .action-group button {
32100
- border: none;
32289
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
32290
+ width: 100%;
32101
32291
  }
32102
- .E_s1ebs0ra .action-group > *:not(:last-child) {
32103
- margin-right: 8px;
32292
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
32293
+ width: 100%;
32294
+ margin-right: 0 !important;
32295
+ line-height: 18px;
32104
32296
  }
32105
- .E_s1ebs0ra .action-group > button:last-child {
32106
- margin-right: 4px;
32297
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
32298
+ border-radius: 2px;
32107
32299
  }
32108
- .E_s1ebs0ra .action-group .more-btn {
32300
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
32301
+ min-width: 75px;
32302
+ width: calc(100% - 20px);
32303
+ margin-left: 2px;
32304
+ color: #00122e !important;
32305
+ display: inline-flex;
32306
+ justify-content: space-between;
32307
+ }
32308
+ .E_d1bw7c5z .tooltip-text {
32309
+ maxwidth: calc(100% - 12px);
32109
32310
  cursor: pointer;
32110
- width: 32px;
32111
- height: 32px;
32112
- justify-content: center;
32113
- border-radius: 50%;
32311
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
32312
+ overflow: hidden;
32313
+ text-overflow: ellipsis;
32314
+ white-space: nowrap;
32114
32315
  }
32115
- .E_s1ebs0ra .action-group .more-btn:hover {
32116
- background: #fff;
32316
+ .E_d1bw7c5z .value {
32317
+ color: rgba(44, 56, 82, 0.75);
32117
32318
  }
32118
32319
 
32119
- .E_berrcjl {
32120
- color: rgba(10, 37, 85, 0.6);
32121
- margin-bottom: 4px;
32122
- }
32123
- .E_berrcjl .breadcrumb-link {
32124
- color: rgba(10, 37, 85, 0.6);
32125
- cursor: pointer;
32126
- transition: color 160ms ease;
32127
- }
32128
- .E_berrcjl .breadcrumb-link:hover {
32129
- color: #0080ff;
32320
+ .E_t10pqbtc {
32321
+ width: 140px;
32130
32322
  }
32131
- .E_berrcjl .breadcrumb-link:active {
32132
- color: #005ed1;
32323
+ .E_t10pqbtc .item {
32324
+ margin: 6px auto;
32325
+ display: flex;
32326
+ justify-content: space-between;
32133
32327
  }
32134
-
32135
- .E_tqjc4ui {
32136
- margin: 0 2px;
32328
+ .E_t10pqbtc .item .name {
32329
+ width: 102px;
32137
32330
  }
32138
32331
 
32139
32332
  .E_c18bcrac {
@@ -32193,80 +32386,6 @@ input.E_rf8rlle.ant-input {
32193
32386
  color: #0080ff;
32194
32387
  }
32195
32388
 
32196
- .E_c1bus5hc {
32197
- --color: white;
32198
- height: 14px;
32199
- width: 14px;
32200
- border-radius: 50%;
32201
- flex-shrink: 0;
32202
- display: flex;
32203
- align-items: center;
32204
- justify-content: center;
32205
- border: 1px solid var(--color);
32206
- }
32207
- .E_c1bus5hc .circle-inner {
32208
- position: relative;
32209
- height: 10px;
32210
- width: 10px;
32211
- border-radius: 50%;
32212
- overflow: hidden;
32213
- }
32214
- .E_c1bus5hc .circle-content {
32215
- position: absolute;
32216
- height: 100%;
32217
- width: 100%;
32218
- left: 0;
32219
- top: 0;
32220
- border-radius: 50%;
32221
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32222
- transform: rotate(180deg);
32223
- }
32224
- .E_c1bus5hc .circle-child {
32225
- position: absolute;
32226
- height: 100%;
32227
- width: 100%;
32228
- left: 0;
32229
- top: 0;
32230
- margin-left: 50%;
32231
- transform-origin: left;
32232
- background: white;
32233
- transform: rotate(0deg);
32234
- }
32235
-
32236
- .E_s11wux3h .ant-segmented-item:not(:last-child) {
32237
- margin-right: 2px;
32238
- }
32239
-
32240
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32241
- padding-left: 8px;
32242
- padding-right: 8px;
32243
- }
32244
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32245
- border-radius: 4px;
32246
- }
32247
- .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32248
- border-radius: 4px;
32249
- }
32250
-
32251
- .E_ma64lna .ant-segmented-item-label {
32252
- padding-left: 12px;
32253
- padding-right: 12px;
32254
- }
32255
-
32256
- .E_ckld275 {
32257
- background-color: rgba(225, 230, 241, 0.6);
32258
- }
32259
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32260
- background-color: rgba(255, 255, 255, 0.6);
32261
- color: rgba(44, 56, 82, 0.75);
32262
- }
32263
- .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32264
- background-color: transparent;
32265
- }
32266
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32267
- background-color: transparent;
32268
- }
32269
-
32270
32389
  .E_n12mqh7z {
32271
32390
  display: flex;
32272
32391
  align-items: center;
@@ -32379,127 +32498,8 @@ input.E_rf8rlle.ant-input {
32379
32498
  border-radius: 2px;
32380
32499
  }
32381
32500
 
32382
- .E_c1uzzomf {
32383
- margin-bottom: 16px;
32384
- }
32385
- .E_c1uzzomf .card-title {
32386
- font-size: 16px;
32387
- color: rgba(44, 56, 82, 0.6);
32388
- font-weight: 700;
32389
- line-height: 32px;
32390
- }
32391
- .E_c1uzzomf .card-body {
32392
- padding: 24px;
32393
- border-radius: 8px;
32394
- background: #fff;
32395
- }
32396
- .E_c1uzzomf .empty {
32397
- font-weight: 700;
32398
- font-size: 14px;
32399
- line-height: 22px;
32400
- color: rgba(0, 21, 64, 0.3);
32401
- text-align: center;
32402
- }
32403
-
32404
- .E_c18gxmrl {
32405
- border: 1px solid #d8deeb;
32406
- border-radius: 4px;
32407
- }
32408
- .E_c18gxmrl + .E_c18gxmrl {
32409
- margin-top: 8px;
32410
- }
32411
- .E_c18gxmrl:hover {
32412
- border-color: #0080ff;
32413
- }
32414
- .E_c18gxmrl:hover > header {
32415
- background: rgba(0, 128, 255, 0.1);
32416
- }
32417
- .E_c18gxmrl.active header {
32418
- border-bottom: 1px solid #d8deeb;
32419
- }
32420
- .E_c18gxmrl > header {
32421
- padding: 8px 12px;
32422
- }
32423
-
32424
- .E_d1bw7c5z {
32425
- position: relative;
32426
- max-width: 388px;
32427
- min-width: 245px;
32428
- }
32429
- .E_d1bw7c5z .center {
32430
- position: absolute;
32431
- font-size: 12px;
32432
- width: 80px;
32433
- height: 92px;
32434
- top: 12px;
32435
- left: 39px;
32436
- display: flex;
32437
- flex-direction: column;
32438
- justify-content: center;
32439
- align-items: center;
32440
- color: #00122e;
32441
- }
32442
- .E_d1bw7c5z .center .number {
32443
- font-size: 24px;
32444
- font-weight: 700;
32445
- }
32446
- .E_d1bw7c5z .center .text {
32447
- padding: 0 5px;
32448
- font-size: 12px;
32449
- width: inherit;
32450
- }
32451
- .E_d1bw7c5z .recharts-wrapper {
32452
- display: flex;
32453
- }
32454
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
32455
- position: relative !important;
32456
- width: calc(100% - 148px) !important;
32457
- left: 0 !important;
32458
- bottom: 0 !important;
32459
- display: flex;
32460
- align-items: center;
32461
- }
32462
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
32463
- width: 100%;
32464
- }
32465
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
32466
- width: 100%;
32467
- margin-right: 0 !important;
32468
- line-height: 18px;
32469
- }
32470
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
32471
- border-radius: 2px;
32472
- }
32473
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
32474
- min-width: 75px;
32475
- width: calc(100% - 20px);
32476
- margin-left: 2px;
32477
- color: #00122e !important;
32478
- display: inline-flex;
32479
- justify-content: space-between;
32480
- }
32481
- .E_d1bw7c5z .tooltip-text {
32482
- maxwidth: calc(100% - 12px);
32483
- cursor: pointer;
32484
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
32485
- overflow: hidden;
32486
- text-overflow: ellipsis;
32487
- white-space: nowrap;
32488
- }
32489
- .E_d1bw7c5z .value {
32490
- color: rgba(44, 56, 82, 0.75);
32491
- }
32492
-
32493
- .E_t10pqbtc {
32494
- width: 140px;
32495
- }
32496
- .E_t10pqbtc .item {
32497
- margin: 6px auto;
32498
- display: flex;
32499
- justify-content: space-between;
32500
- }
32501
- .E_t10pqbtc .item .name {
32502
- width: 102px;
32501
+ .E_tqjc4ui {
32502
+ margin: 0 2px;
32503
32503
  }
32504
32504
 
32505
32505
  .E_ou7iq30 {
@@ -32518,11 +32518,12 @@ input.E_rf8rlle.ant-input {
32518
32518
  word-break: break-all;
32519
32519
  }
32520
32520
 
32521
- .E_c1yyuluq {
32522
- border-radius: 8px;
32523
- }
32524
- .E_c1yyuluq .ant-card-body {
32525
- padding: 20px 24px 24px 24px;
32521
+ .E_s1iv0tp1 .enabled-switch {
32522
+ display: flex;
32523
+ align-items: center;
32524
+ }
32525
+ .E_s1iv0tp1 .enabled-text {
32526
+ margin-right: 8px;
32526
32527
  }
32527
32528
 
32528
32529
  .E_t1sqg15u {
@@ -32615,6 +32616,13 @@ input.E_rf8rlle.ant-input {
32615
32616
  padding-right: 12px;
32616
32617
  }
32617
32618
 
32619
+ .E_tje3huy {
32620
+ width: 100%;
32621
+ overflow: inherit;
32622
+ white-space: inherit;
32623
+ text-overflow: ellipsis;
32624
+ }
32625
+
32618
32626
  .E_wg1tsps {
32619
32627
  display: flex;
32620
32628
  align-items: center;
@@ -32638,21 +32646,6 @@ input.E_rf8rlle.ant-input {
32638
32646
  color: #00122e !important;
32639
32647
  }
32640
32648
 
32641
- .E_tje3huy {
32642
- width: 100%;
32643
- overflow: inherit;
32644
- white-space: inherit;
32645
- text-overflow: ellipsis;
32646
- }
32647
-
32648
- .E_s1iv0tp1 .enabled-switch {
32649
- display: flex;
32650
- align-items: center;
32651
- }
32652
- .E_s1iv0tp1 .enabled-text {
32653
- margin-right: 8px;
32654
- }
32655
-
32656
32649
  .E_m74vjol {
32657
32650
  display: flex;
32658
32651
  justify-content: space-between;
@@ -32666,6 +32659,13 @@ input.E_rf8rlle.ant-input {
32666
32659
  width: 100%;
32667
32660
  }
32668
32661
 
32662
+ .E_c1yyuluq {
32663
+ border-radius: 8px;
32664
+ }
32665
+ .E_c1yyuluq .ant-card-body {
32666
+ padding: 20px 24px 24px 24px;
32667
+ }
32668
+
32669
32669
  .E_ccrbeuz .ant-collapse-item {
32670
32670
  border: 0px;
32671
32671
  background-color: #fff;
@@ -32688,6 +32688,10 @@ input.E_rf8rlle.ant-input {
32688
32688
  cursor: default;
32689
32689
  }
32690
32690
 
32691
+ .E_itxley7.ant-input-group.ant-input-group-compact {
32692
+ display: flex;
32693
+ }
32694
+
32691
32695
  button.E_l48ei06 {
32692
32696
  color: #0080FF;
32693
32697
  height: unset;
@@ -32720,8 +32724,14 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32720
32724
  color: #00122e;
32721
32725
  }
32722
32726
 
32723
- .E_itxley7.ant-input-group.ant-input-group-compact {
32724
- display: flex;
32727
+ .E_ivqqkzv {
32728
+ height: 24px;
32729
+ width: 56px !important;
32730
+ margin-right: 4px;
32731
+ }
32732
+
32733
+ .E_c1wk4q29 {
32734
+ color: rgba(44, 56, 82, 0.6);
32725
32735
  }
32726
32736
 
32727
32737
  .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
@@ -32781,16 +32791,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32781
32791
  transform: rotate(180deg);
32782
32792
  }
32783
32793
 
32784
- .E_ivqqkzv {
32785
- height: 24px;
32786
- width: 56px !important;
32787
- margin-right: 4px;
32788
- }
32789
-
32790
- .E_c1wk4q29 {
32791
- color: rgba(44, 56, 82, 0.6);
32792
- }
32793
-
32794
32794
  .E_sddwhm6 {
32795
32795
  margin: 0;
32796
32796
  border-radius: 20px;
@@ -32865,6 +32865,10 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32865
32865
  display: inline-block;
32866
32866
  }
32867
32867
 
32868
+ .E_tju3gfj .date {
32869
+ margin-right: 4px;
32870
+ }
32871
+
32868
32872
  .E_s1sck0th {
32869
32873
  padding: 0 8px;
32870
32874
  border-radius: 4px;
@@ -32947,10 +32951,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32947
32951
  background-color: #7E41FF;
32948
32952
  }
32949
32953
 
32950
- .E_tju3gfj .date {
32951
- margin-right: 4px;
32952
- }
32953
-
32954
32954
  .E_t13ef470 {
32955
32955
  height: 100%;
32956
32956
  }
@@ -34072,50 +34072,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34072
34072
  background: transparent;
34073
34073
  }
34074
34074
 
34075
- .E_c1yd35n {
34076
- padding: 0 12px 14px 12px;
34077
- }
34078
-
34079
- .E_c1kghdax {
34080
- color: #2d3a56;
34081
- padding: 7px 12px;
34082
- display: flex;
34083
- justify-content: space-between;
34084
- align-items: center;
34085
- }
34086
- .E_c1kghdax.has-arrow {
34087
- padding-left: 10px;
34088
- }
34089
- .E_c1kghdax.has-arrow .title-wrapper {
34090
- cursor: pointer;
34091
- color: #00122e;
34092
- }
34093
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
34094
- color: #2d3a56;
34095
- font-weight: 600;
34096
- }
34097
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34098
- transform: rotate(90deg);
34099
- }
34100
- .E_c1kghdax .sub-info {
34101
- font-size: 12px;
34102
- line-height: 18px;
34103
- }
34104
- .E_c1kghdax .title-wrapper {
34105
- display: flex;
34106
- align-items: center;
34107
- user-select: none;
34108
- flex-grow: 1;
34109
- font-size: 12px;
34110
- line-height: 18px;
34111
- color: #2d3a56;
34112
- font-weight: 700;
34113
- }
34114
- .E_c1kghdax .collapse-arrow {
34115
- transition: all 50ms ease-out 0ms;
34116
- margin-right: 2px;
34117
- }
34118
-
34119
34075
  .E_ckui4s7 {
34120
34076
  color: #2d3a56;
34121
34077
  line-height: 22px;
@@ -34180,20 +34136,48 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34180
34136
  margin-left: 24px;
34181
34137
  }
34182
34138
 
34183
- .E_ryby9ds {
34139
+ .E_c1yd35n {
34140
+ padding: 0 12px 14px 12px;
34141
+ }
34142
+
34143
+ .E_c1kghdax {
34144
+ color: #2d3a56;
34145
+ padding: 7px 12px;
34184
34146
  display: flex;
34147
+ justify-content: space-between;
34185
34148
  align-items: center;
34186
34149
  }
34187
- .E_ryby9ds .order {
34188
- height: 24px;
34189
- width: 24px;
34190
- border-radius: 20px;
34191
- color: #0080ff;
34192
- background: rgba(0, 136, 255, 0.1);
34150
+ .E_c1kghdax.has-arrow {
34151
+ padding-left: 10px;
34152
+ }
34153
+ .E_c1kghdax.has-arrow .title-wrapper {
34154
+ cursor: pointer;
34155
+ color: #00122e;
34156
+ }
34157
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
34158
+ color: #2d3a56;
34159
+ font-weight: 600;
34160
+ }
34161
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34162
+ transform: rotate(90deg);
34163
+ }
34164
+ .E_c1kghdax .sub-info {
34165
+ font-size: 12px;
34166
+ line-height: 18px;
34167
+ }
34168
+ .E_c1kghdax .title-wrapper {
34193
34169
  display: flex;
34194
34170
  align-items: center;
34195
- justify-content: center;
34196
- margin-right: 6px;
34171
+ user-select: none;
34172
+ flex-grow: 1;
34173
+ font-size: 12px;
34174
+ line-height: 18px;
34175
+ color: #2d3a56;
34176
+ font-weight: 700;
34177
+ }
34178
+ .E_c1kghdax .collapse-arrow {
34179
+ transition: all 50ms ease-out 0ms;
34180
+ margin-right: 2px;
34197
34181
  }
34198
34182
 
34199
34183
  .E_suhck3k {
@@ -34209,6 +34193,22 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34209
34193
  fill: blue;
34210
34194
  }
34211
34195
 
34196
+ .E_ryby9ds {
34197
+ display: flex;
34198
+ align-items: center;
34199
+ }
34200
+ .E_ryby9ds .order {
34201
+ height: 24px;
34202
+ width: 24px;
34203
+ border-radius: 20px;
34204
+ color: #0080ff;
34205
+ background: rgba(0, 136, 255, 0.1);
34206
+ display: flex;
34207
+ align-items: center;
34208
+ justify-content: center;
34209
+ margin-right: 6px;
34210
+ }
34211
+
34212
34212
  .E_b14q2gmw {
34213
34213
  box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
34214
34214
  }
@@ -34226,49 +34226,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34226
34226
  transform: translateY(-4px);
34227
34227
  }
34228
34228
 
34229
- .E_i1g85yz3 {
34230
- margin-right: 4px;
34231
- height: 16px;
34232
- }
34233
-
34234
- .E_slr2ynn {
34235
- padding: 0 8px;
34236
- height: 18px;
34237
- }
34238
-
34239
- .E_m140wbb6 {
34240
- padding: 2px 8px;
34241
- height: 24px;
34242
- }
34243
-
34244
- .E_t1fozc1i {
34245
- margin: 0;
34246
- }
34247
-
34248
- .E_i1vxv4ln {
34249
- margin-right: 4px;
34250
- height: 16px;
34251
- }
34252
-
34253
- .E_n1afl31m.ant-tag.ant-tag-gray {
34254
- font-weight: 700;
34255
- color: #00122e;
34256
- background-color: rgba(237, 241, 250, 0.6);
34257
- border: 1px solid rgba(211, 218, 235, 0.6);
34258
- word-break: break-all;
34259
- display: inline;
34260
- white-space: normal;
34261
- }
34262
-
34263
- .E_w7ob4th.outside-tag {
34264
- padding-left: 0;
34265
- }
34266
- .E_w7ob4th.outside-tag .inside-tag {
34267
- border-radius: 4px 0 0 4px;
34268
- padding-right: 4px;
34269
- margin-right: 4px;
34270
- }
34271
-
34272
34229
  .E_t1dtlqs1 {
34273
34230
  margin-bottom: 4px;
34274
34231
  color: rgba(44, 56, 82, 0.6);
@@ -34462,6 +34419,49 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34462
34419
  margin-right: 8px;
34463
34420
  }
34464
34421
 
34422
+ .E_slr2ynn {
34423
+ padding: 0 8px;
34424
+ height: 18px;
34425
+ }
34426
+
34427
+ .E_m140wbb6 {
34428
+ padding: 2px 8px;
34429
+ height: 24px;
34430
+ }
34431
+
34432
+ .E_t1fozc1i {
34433
+ margin: 0;
34434
+ }
34435
+
34436
+ .E_i1vxv4ln {
34437
+ margin-right: 4px;
34438
+ height: 16px;
34439
+ }
34440
+
34441
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34442
+ font-weight: 700;
34443
+ color: #00122e;
34444
+ background-color: rgba(237, 241, 250, 0.6);
34445
+ border: 1px solid rgba(211, 218, 235, 0.6);
34446
+ word-break: break-all;
34447
+ display: inline;
34448
+ white-space: normal;
34449
+ }
34450
+
34451
+ .E_w7ob4th.outside-tag {
34452
+ padding-left: 0;
34453
+ }
34454
+ .E_w7ob4th.outside-tag .inside-tag {
34455
+ border-radius: 4px 0 0 4px;
34456
+ padding-right: 4px;
34457
+ margin-right: 4px;
34458
+ }
34459
+
34460
+ .E_i1g85yz3 {
34461
+ margin-right: 4px;
34462
+ height: 16px;
34463
+ }
34464
+
34465
34465
  .E_f7pxqmh {
34466
34466
  width: 100%;
34467
34467
  margin-bottom: 0 !important;