@cloudtower/eagle 0.27.69-alpha.6 → 0.27.70-alpha.0

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 (191) hide show
  1. package/README.md +68 -0
  2. package/dist/cjs/core/Arch/index.js +3 -1
  3. package/dist/cjs/core/SidebarMenu/SidebarMenu.js +33 -0
  4. package/dist/cjs/core/TableForm/index.js +2 -2
  5. package/dist/cjs/coreX/DateRangePicker/AbsoluteDate.js +2 -2
  6. package/dist/cjs/coreX/DateRangePicker/Calendar.js +5 -3
  7. package/dist/cjs/coreX/DateRangePicker/InputTime.js +1 -1
  8. package/dist/cjs/coreX/DateRangePicker/RelativeTime.js +2 -2
  9. package/dist/cjs/coreX/DateRangePicker/index.js +1 -1
  10. package/dist/cjs/coreX/I18nNameTag/index.js +1 -1
  11. package/dist/cjs/index.js +5 -1
  12. package/dist/cjs/legacy-antd.js +1 -1
  13. package/dist/cjs/stats1.html +1 -1
  14. package/dist/components.css +2188 -2188
  15. package/dist/esm/core/SidebarMenu/SidebarMenu.js +27 -0
  16. package/dist/esm/core/TableForm/index.js +2 -2
  17. package/dist/esm/coreX/DateRangePicker/AbsoluteDate.js +2 -2
  18. package/dist/esm/coreX/DateRangePicker/Calendar.js +5 -3
  19. package/dist/esm/coreX/DateRangePicker/InputTime.js +1 -1
  20. package/dist/esm/coreX/DateRangePicker/RelativeTime.js +2 -2
  21. package/dist/esm/coreX/DateRangePicker/index.js +1 -1
  22. package/dist/esm/coreX/I18nNameTag/index.js +1 -1
  23. package/dist/esm/index.js +2 -0
  24. package/dist/esm/stats1.html +1 -1
  25. package/dist/src/UIKitProvider/UIKitProvider.stories.d.ts +1 -1
  26. package/dist/src/core/AccordionCard/accordionCard.type.d.ts +9 -0
  27. package/dist/src/core/AccordionCard/index.d.ts +3 -8
  28. package/dist/src/core/Alert/alert.type.d.ts +6 -0
  29. package/dist/src/core/Alert/index.d.ts +2 -1
  30. package/dist/src/core/Arch/arch.type.d.ts +8 -0
  31. package/dist/src/core/Arch/index.d.ts +2 -1
  32. package/dist/src/core/Badge/badge.type.d.ts +7 -0
  33. package/dist/src/core/Badge/index.d.ts +2 -1
  34. package/dist/src/core/Bit/index.d.ts +1 -1
  35. package/dist/src/core/BitPerSecond/index.d.ts +1 -1
  36. package/dist/src/core/Bps/index.d.ts +1 -1
  37. package/dist/src/core/Breadcrumb/breadcrumb.type.d.ts +11 -0
  38. package/dist/src/core/Breadcrumb/index.d.ts +2 -1
  39. package/dist/src/core/Button/button.type.d.ts +20 -0
  40. package/dist/src/core/Button/index.d.ts +1 -0
  41. package/dist/src/core/ButtonGroup/index.d.ts +1 -1
  42. package/dist/src/core/Byte/index.d.ts +1 -1
  43. package/dist/src/core/Calendar/calendar.type.d.ts +4 -0
  44. package/dist/src/core/Calendar/index.d.ts +2 -1
  45. package/dist/src/core/Cascader/cascader.type.d.ts +1 -1
  46. package/dist/src/core/DetailCard/detailCard.type.d.ts +4 -0
  47. package/dist/src/core/DetailCard/index.d.ts +2 -1
  48. package/dist/src/core/DropdownMenu/dropdownMenu.type.d.ts +28 -0
  49. package/dist/src/core/DropdownMenu/index.d.ts +3 -17
  50. package/dist/src/core/Fields/FieldsBoolean/index.d.ts +1 -1
  51. package/dist/src/core/Fields/FieldsDateTime/index.d.ts +1 -1
  52. package/dist/src/core/Fields/FieldsDateTimeRange/index.d.ts +1 -1
  53. package/dist/src/core/Fields/FieldsEnum/fieldsEnum.type.d.ts +19 -0
  54. package/dist/src/core/Fields/FieldsEnum/index.d.ts +2 -1
  55. package/dist/src/core/Fields/FieldsInt/fieldsInt.type.d.ts +15 -0
  56. package/dist/src/core/Fields/FieldsInt/index.d.ts +2 -1
  57. package/dist/src/core/Fields/FieldsString/fieldsString.type.d.ts +17 -0
  58. package/dist/src/core/Fields/FieldsString/index.d.ts +3 -1
  59. package/dist/src/core/Fields/FieldsTextArea/index.d.ts +1 -1
  60. package/dist/src/core/Fields/FieldsTimePicker/index.d.ts +1 -1
  61. package/dist/src/{spec/react-final-form.d.ts → core/Fields/fields.type.d.ts} +15 -10
  62. package/dist/src/core/Fields/index.d.ts +20 -9
  63. package/dist/src/core/Frequency/index.d.ts +1 -1
  64. package/dist/src/core/Input/index.d.ts +1 -0
  65. package/dist/src/core/Input/input.type.d.ts +14 -0
  66. package/dist/src/core/InputGroup/index.d.ts +1 -0
  67. package/dist/src/core/InputGroup/inputGroup.type.d.ts +4 -0
  68. package/dist/src/core/InputInteger/index.d.ts +1 -1
  69. package/dist/src/core/InputNumber/index.d.ts +1 -1
  70. package/dist/src/core/Link/index.d.ts +2 -1
  71. package/dist/src/core/Link/link.type.d.ts +6 -0
  72. package/dist/src/core/Loading/index.d.ts +2 -1
  73. package/dist/src/core/Loading/loading.type.d.ts +4 -0
  74. package/dist/src/core/Modal/index.d.ts +2 -1
  75. package/dist/src/core/Modal/modal.type.d.ts +28 -0
  76. package/dist/src/core/Pagination/index.d.ts +2 -1
  77. package/dist/src/core/Pagination/pagination.type.d.ts +11 -0
  78. package/dist/src/core/Percent/index.d.ts +1 -1
  79. package/dist/src/core/Progress/progress.type.d.ts +2 -1
  80. package/dist/src/core/Radio/index.d.ts +2 -1
  81. package/dist/src/core/Radio/radio.type.d.ts +16 -0
  82. package/dist/src/core/SearchInput/index.d.ts +2 -1
  83. package/dist/src/core/SearchInput/searchInput.type.d.ts +7 -0
  84. package/dist/src/core/Second/index.d.ts +1 -1
  85. package/dist/src/core/SegmentControl/index.d.ts +2 -1
  86. package/dist/src/core/SegmentControl/segmentControl.type.d.ts +4 -0
  87. package/dist/src/core/Select/index.d.ts +2 -1
  88. package/dist/src/core/Select/select.type.d.ts +32 -0
  89. package/dist/src/core/SidebarMenu/SidebarMenu.d.ts +3 -0
  90. package/dist/src/core/SidebarMenu/SidebarMenu.type.d.ts +4 -0
  91. package/dist/src/core/SidebarMenu/index.d.ts +2 -0
  92. package/dist/src/core/SimplePagination/index.d.ts +2 -1
  93. package/dist/src/core/SimplePagination/simplePagination.type.d.ts +7 -0
  94. package/dist/src/core/Space/index.d.ts +1 -0
  95. package/dist/src/core/Space/space.type.d.ts +10 -0
  96. package/dist/src/core/Speed/index.d.ts +1 -1
  97. package/dist/src/core/StatusCapsule/index.d.ts +2 -1
  98. package/dist/src/core/StatusCapsule/statusCapsule.type.d.ts +10 -0
  99. package/dist/src/core/StepProgress/index.d.ts +2 -1
  100. package/dist/src/core/StepProgress/stepProgress.type.d.ts +5 -0
  101. package/dist/src/core/Steps/index.d.ts +2 -1
  102. package/dist/src/core/Steps/steps.type.d.ts +19 -0
  103. package/dist/src/core/Switch/index.d.ts +2 -1
  104. package/dist/src/core/Switch/switch.type.d.ts +4 -0
  105. package/dist/src/core/Table/index.d.ts +2 -1
  106. package/dist/src/core/Table/table.type.d.ts +73 -0
  107. package/dist/src/core/TableForm/types.d.ts +1 -1
  108. package/dist/src/core/Tag/SplitTag.d.ts +1 -1
  109. package/dist/src/core/Tag/index.d.ts +2 -1
  110. package/dist/src/core/Tag/tag.type.d.ts +22 -0
  111. package/dist/src/core/TextArea/index.d.ts +2 -1
  112. package/dist/src/core/TextArea/textArea.type.d.ts +10 -0
  113. package/dist/src/core/Time/index.d.ts +2 -1
  114. package/dist/src/core/Time/time.type.d.ts +7 -0
  115. package/dist/src/core/TimeZoneSelect/index.d.ts +2 -1
  116. package/dist/src/core/TimeZoneSelect/timeZoneSelect.type.d.ts +9 -0
  117. package/dist/src/core/Token/index.d.ts +2 -1
  118. package/dist/src/core/Token/token.type.d.ts +12 -0
  119. package/dist/src/core/Units/index.d.ts +1 -0
  120. package/dist/src/core/Units/units.type.d.ts +17 -0
  121. package/dist/src/core/index.d.ts +10 -9
  122. package/dist/src/coreX/BatchOperation/batchOperation.type.d.ts +31 -0
  123. package/dist/src/coreX/BatchOperation/index.d.ts +2 -1
  124. package/dist/src/coreX/Counting/counting.type.d.ts +6 -0
  125. package/dist/src/coreX/Counting/index.d.ts +2 -1
  126. package/dist/src/coreX/CronCalendar/cronCalendar.type.d.ts +8 -0
  127. package/dist/src/coreX/CronCalendar/index.d.ts +2 -1
  128. package/dist/src/coreX/CronPlan/cronPlan.type.d.ts +13 -0
  129. package/dist/src/coreX/CronPlan/index.d.ts +2 -1
  130. package/dist/src/coreX/DateRangePicker/AbsoluteDate.d.ts +1 -1
  131. package/dist/src/coreX/DateRangePicker/Calendar.d.ts +1 -1
  132. package/dist/src/coreX/DateRangePicker/InputTime.d.ts +1 -1
  133. package/dist/src/coreX/DateRangePicker/RelativeTime.d.ts +1 -1
  134. package/dist/src/coreX/DateRangePicker/common.d.ts +2 -60
  135. package/dist/src/coreX/DateRangePicker/dateRangePicker.type.d.ts +64 -0
  136. package/dist/src/coreX/DateRangePicker/index.d.ts +3 -2
  137. package/dist/src/coreX/DropdownTransition/dropdownTransition.type.d.ts +4 -0
  138. package/dist/src/coreX/DropdownTransition/index.d.ts +1 -0
  139. package/dist/src/coreX/GoBackButton/goBackButton.type.d.ts +18 -0
  140. package/dist/src/coreX/GoBackButton/index.d.ts +2 -1
  141. package/dist/src/coreX/I18nNameTag/i18nNameTag.type.d.ts +14 -0
  142. package/dist/src/coreX/I18nNameTag/index.d.ts +2 -1
  143. package/dist/src/coreX/NamesTooltip/index.d.ts +2 -1
  144. package/dist/src/coreX/NamesTooltip/namesTooltip.type.d.ts +6 -0
  145. package/dist/src/coreX/OverflowTooltip/index.d.ts +1 -0
  146. package/dist/src/coreX/SidebarSubtitle/index.d.ts +2 -1
  147. package/dist/src/coreX/SidebarSubtitle/sidebarSubtitle.type.d.ts +5 -0
  148. package/dist/src/coreX/SortableList/index.d.ts +2 -1
  149. package/dist/src/coreX/SortableList/sortableList.type.d.ts +7 -0
  150. package/dist/src/coreX/SummaryTable/index.d.ts +2 -1
  151. package/dist/src/coreX/SummaryTable/summaryTable.type.d.ts +31 -0
  152. package/dist/src/coreX/SwitchWithText/index.d.ts +2 -1
  153. package/dist/src/coreX/SwitchWithText/switchWithText.type.d.ts +9 -0
  154. package/dist/src/coreX/TruncatedTextWithTooltip/index.d.ts +2 -1
  155. package/dist/src/coreX/TruncatedTextWithTooltip/truncatedTextWithTooltip.type.d.ts +5 -0
  156. package/dist/src/spec/base.d.ts +7 -456
  157. package/dist/src/spec/index.d.ts +0 -1
  158. package/dist/stories/docs/core/Alert.stories.d.ts +1 -1
  159. package/dist/stories/docs/core/Arch.stories.d.ts +1 -1
  160. package/dist/stories/docs/core/FieldsBoolean.stories.d.ts +2 -2
  161. package/dist/stories/docs/core/FieldsString.stories.d.ts +8 -8
  162. package/dist/stories/docs/core/FieldsTimePicker.stories.d.ts +2 -2
  163. package/dist/stories/docs/core/Link.stories.d.ts +1 -1
  164. package/dist/stories/docs/core/Modal.stories.d.ts +1 -1
  165. package/dist/stories/docs/core/SidebarMenu.stories.d.ts +12 -0
  166. package/dist/stories/docs/core/StatusCapsule.stories.d.ts +1 -1
  167. package/dist/stories/docs/core/Steps.stories.d.ts +1 -1
  168. package/dist/stories/docs/core/Table.stories.d.ts +4 -4
  169. package/dist/stories/docs/core/Tag.stories.d.ts +1 -1
  170. package/dist/stories/docs/core/Token.stories.d.ts +1 -1
  171. package/dist/stories/docs/coreX/CronCalendar.stories.d.ts +1 -1
  172. package/dist/stories/docs/coreX/CronPlan.stories.d.ts +1 -1
  173. package/dist/stories/docs/coreX/GoBackButton.stories.d.ts +1 -1
  174. package/dist/stories/docs/coreX/NamesTooltip.stories.d.ts +1 -1
  175. package/dist/stories/docs/coreX/SidebarSubtitle.stories.d.ts +1 -1
  176. package/dist/stories/docs/coreX/SortableList.stories.d.ts +1 -1
  177. package/dist/stories/docs/coreX/SummaryTable.stories.d.ts +1 -1
  178. package/dist/stories/docs/coreX/SwitchWithText.stories.d.ts +1 -1
  179. package/dist/stories/docs/coreX/TruncatedTextWithTooltip.stories.d.ts +1 -1
  180. package/dist/stories/types.d.ts +1 -1
  181. package/dist/style.css +2094 -2094
  182. package/package.json +5 -5
  183. package/dist/cjs/antdReexport.js +0 -149
  184. package/dist/cjs/core/antd.js +0 -212
  185. package/dist/esm/antdReexport.js +0 -13
  186. package/dist/esm/core/antd.js +0 -205
  187. package/dist/src/antdReexport.d.ts +0 -39
  188. package/dist/src/core/antd.d.ts +0 -3
  189. package/dist/src/spec/type.d.ts +0 -157
  190. /package/dist/cjs/{spec/type.js → core/Arch/arch.type.js} +0 -0
  191. /package/dist/esm/{spec/type.js → core/Arch/arch.type.js} +0 -0
package/dist/style.css CHANGED
@@ -29571,52 +29571,70 @@ html body {
29571
29571
  margin-left: 1px;
29572
29572
  }
29573
29573
 
29574
- .E_c18bcrac {
29575
- display: inline-block;
29576
- width: 100%;
29577
- }
29578
- .E_c18bcrac .recharts-wrapper {
29579
- margin-left: 4px;
29580
- }
29581
-
29582
- .E_cro7kg2 {
29583
- padding: 4px;
29574
+ .E_tqjc4ui {
29575
+ margin: 0 2px;
29584
29576
  }
29585
29577
 
29586
- .E_c14wcxf0 {
29578
+ .E_s1ebs0ra {
29587
29579
  display: flex;
29580
+ align-items: center;
29588
29581
  justify-content: space-between;
29582
+ background: #edf0f7;
29583
+ padding: 8px 12px;
29584
+ position: sticky;
29585
+ top: 0;
29586
+ z-index: 1;
29587
+ margin-bottom: -52px;
29588
+ }
29589
+ .E_s1ebs0ra .select-total {
29590
+ display: flex;
29589
29591
  align-items: center;
29590
- font-size: 13px;
29591
- line-height: 24px;
29592
- color: #cccccc;
29592
+ font-weight: 700;
29593
+ flex-shrink: 0;
29594
+ }
29595
+ .E_s1ebs0ra .select-total .icon-wrapper {
29596
+ cursor: pointer;
29597
+ margin-left: 8px;
29598
+ width: 32px;
29599
+ height: 32px;
29600
+ border-radius: 50%;
29601
+ justify-content: center;
29602
+ }
29603
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
29604
+ background: rgba(225, 230, 241, 0.6);
29605
+ }
29606
+ .E_s1ebs0ra .action-group {
29607
+ flex: 1;
29608
+ margin-left: 88px;
29593
29609
  white-space: nowrap;
29610
+ text-align: right;
29611
+ position: relative;
29612
+ padding: 4px 0;
29613
+ margin-top: -4px;
29614
+ overflow: hidden;
29594
29615
  }
29595
- .E_c14wcxf0 label {
29596
- margin-right: 32px;
29616
+ .E_s1ebs0ra .action-group .sub-menu-delete {
29617
+ transform: translateY(-4px);
29597
29618
  }
29598
-
29599
- .E_coy29mj.E_c14wcxf0 {
29600
- font-weight: bold;
29601
- color: white;
29619
+ .E_s1ebs0ra .action-group button {
29620
+ border: none;
29602
29621
  }
29603
-
29604
- .E_s11212zy {
29605
- width: 8px;
29606
- height: 8px;
29607
- border-radius: 2px;
29608
- display: inline-block;
29609
- background: var(--s11212zy-0);
29610
- border: 1px solid #fff;
29611
- box-sizing: content-box;
29612
- margin-right: 6px;
29622
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
29623
+ margin-right: 8px;
29613
29624
  }
29614
-
29615
- .E_p1lyky6c > :first-child {
29616
- font-weight: bold;
29617
- color: white;
29625
+ .E_s1ebs0ra .action-group > button:last-child {
29618
29626
  margin-right: 4px;
29619
29627
  }
29628
+ .E_s1ebs0ra .action-group .more-btn {
29629
+ cursor: pointer;
29630
+ width: 32px;
29631
+ height: 32px;
29632
+ justify-content: center;
29633
+ border-radius: 50%;
29634
+ }
29635
+ .E_s1ebs0ra .action-group .more-btn:hover {
29636
+ background: #fff;
29637
+ }
29620
29638
 
29621
29639
  .E_clm1wy1 {
29622
29640
  width: 192px;
@@ -29711,116 +29729,6 @@ html body {
29711
29729
  border-radius: 2px;
29712
29730
  }
29713
29731
 
29714
- .E_s1ebs0ra {
29715
- display: flex;
29716
- align-items: center;
29717
- justify-content: space-between;
29718
- background: #edf0f7;
29719
- padding: 8px 12px;
29720
- position: sticky;
29721
- top: 0;
29722
- z-index: 1;
29723
- margin-bottom: -52px;
29724
- }
29725
- .E_s1ebs0ra .select-total {
29726
- display: flex;
29727
- align-items: center;
29728
- font-weight: 700;
29729
- flex-shrink: 0;
29730
- }
29731
- .E_s1ebs0ra .select-total .icon-wrapper {
29732
- cursor: pointer;
29733
- margin-left: 8px;
29734
- width: 32px;
29735
- height: 32px;
29736
- border-radius: 50%;
29737
- justify-content: center;
29738
- }
29739
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
29740
- background: rgba(225, 230, 241, 0.6);
29741
- }
29742
- .E_s1ebs0ra .action-group {
29743
- flex: 1;
29744
- margin-left: 88px;
29745
- white-space: nowrap;
29746
- text-align: right;
29747
- position: relative;
29748
- padding: 4px 0;
29749
- margin-top: -4px;
29750
- overflow: hidden;
29751
- }
29752
- .E_s1ebs0ra .action-group .sub-menu-delete {
29753
- transform: translateY(-4px);
29754
- }
29755
- .E_s1ebs0ra .action-group button {
29756
- border: none;
29757
- }
29758
- .E_s1ebs0ra .action-group > *:not(:last-child) {
29759
- margin-right: 8px;
29760
- }
29761
- .E_s1ebs0ra .action-group > button:last-child {
29762
- margin-right: 4px;
29763
- }
29764
- .E_s1ebs0ra .action-group .more-btn {
29765
- cursor: pointer;
29766
- width: 32px;
29767
- height: 32px;
29768
- justify-content: center;
29769
- border-radius: 50%;
29770
- }
29771
- .E_s1ebs0ra .action-group .more-btn:hover {
29772
- background: #fff;
29773
- }
29774
-
29775
- .E_n12mqh7z {
29776
- display: flex;
29777
- align-items: center;
29778
- font-size: 12px;
29779
- line-height: 18px;
29780
- }
29781
- .E_n12mqh7z:not(:last-child) {
29782
- margin-bottom: 4px;
29783
- }
29784
-
29785
- .E_tf5bynu {
29786
- margin: 0 3px;
29787
- }
29788
-
29789
- .E_tcckoz1 {
29790
- max-height: 400px;
29791
- overflow: "auto";
29792
- }
29793
-
29794
- .E_gmyahx3 {
29795
- cursor: pointer;
29796
- }
29797
- .E_gmyahx3 .link-text {
29798
- color: rgba(0, 21, 64, 0.3);
29799
- }
29800
- .E_gmyahx3:hover .link-text {
29801
- color: #0080ff;
29802
- }
29803
-
29804
- .E_tqjc4ui {
29805
- margin: 0 2px;
29806
- }
29807
-
29808
- .E_ou7iq30 {
29809
- overflow: hidden;
29810
- text-overflow: ellipsis;
29811
- }
29812
-
29813
- .E_s1tui002 {
29814
- white-space: nowrap;
29815
- }
29816
-
29817
- .E_mxrc2zg {
29818
- display: -webkit-box;
29819
- -webkit-line-clamp: var(--mxrc2zg-0);
29820
- -webkit-box-orient: vertical;
29821
- word-break: break-all;
29822
- }
29823
-
29824
29732
  .E_t1sqg15u {
29825
29733
  background: white;
29826
29734
  }
@@ -29911,63 +29819,153 @@ html body {
29911
29819
  padding-right: 12px;
29912
29820
  }
29913
29821
 
29914
- .E_c1up1pdz {
29915
- width: 648px;
29916
- }
29917
- .E_c1up1pdz.active {
29918
- border-color: #0080ff;
29919
- }
29920
- .E_c1up1pdz.active > header {
29921
- background: rgba(0, 128, 255, 0.1);
29922
- }
29923
- .E_c1up1pdz .expand {
29924
- padding: 12px;
29925
- }
29926
- .E_c1up1pdz .field-item {
29927
- display: flex;
29928
- padding: 10px 0;
29929
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29930
- }
29931
- .E_c1up1pdz .field-item:last-child {
29932
- border-bottom: none;
29933
- padding-bottom: 0;
29934
- }
29935
- .E_c1up1pdz .field-item label {
29936
- line-height: 32px;
29937
- width: 100px;
29938
- color: rgba(62, 70, 82, 0.6);
29822
+ .E_c18bcrac {
29823
+ display: inline-block;
29824
+ width: 100%;
29939
29825
  }
29940
- .E_c1up1pdz .help {
29941
- color: rgba(62, 70, 82, 0.6);
29942
- margin-top: 5px;
29826
+ .E_c18bcrac .recharts-wrapper {
29827
+ margin-left: 4px;
29943
29828
  }
29944
- .E_c1up1pdz .ant-input-affix-wrapper,
29945
- .E_c1up1pdz .ant-picker {
29946
- width: 128px;
29829
+
29830
+ .E_cro7kg2 {
29831
+ padding: 4px;
29947
29832
  }
29948
29833
 
29949
- .E_c156wh19 {
29834
+ .E_c14wcxf0 {
29950
29835
  display: flex;
29951
- align-items: center;
29952
29836
  justify-content: space-between;
29953
- word-break: keep-all;
29954
- }
29955
- .E_c156wh19 .title {
29956
- margin: 0 16px 0 8px;
29957
- }
29958
- .E_c156wh19 .retain {
29959
- color: rgba(129, 138, 153, 0.6);
29960
- }
29961
- .E_c156wh19 div.left {
29962
- flex: 1;
29963
- display: flex;
29964
- overflow: hidden;
29965
29837
  align-items: center;
29966
- justify-content: flex-start;
29838
+ font-size: 13px;
29839
+ line-height: 24px;
29840
+ color: #cccccc;
29967
29841
  white-space: nowrap;
29968
29842
  }
29969
- .E_c156wh19 div.left .title {
29970
- max-width: 100%;
29843
+ .E_c14wcxf0 label {
29844
+ margin-right: 32px;
29845
+ }
29846
+
29847
+ .E_coy29mj.E_c14wcxf0 {
29848
+ font-weight: bold;
29849
+ color: white;
29850
+ }
29851
+
29852
+ .E_s11212zy {
29853
+ width: 8px;
29854
+ height: 8px;
29855
+ border-radius: 2px;
29856
+ display: inline-block;
29857
+ background: var(--s11212zy-0);
29858
+ border: 1px solid #fff;
29859
+ box-sizing: content-box;
29860
+ margin-right: 6px;
29861
+ }
29862
+
29863
+ .E_p1lyky6c > :first-child {
29864
+ font-weight: bold;
29865
+ color: white;
29866
+ margin-right: 4px;
29867
+ }
29868
+
29869
+ .E_n12mqh7z {
29870
+ display: flex;
29871
+ align-items: center;
29872
+ font-size: 12px;
29873
+ line-height: 18px;
29874
+ }
29875
+ .E_n12mqh7z:not(:last-child) {
29876
+ margin-bottom: 4px;
29877
+ }
29878
+
29879
+ .E_tf5bynu {
29880
+ margin: 0 3px;
29881
+ }
29882
+
29883
+ .E_tcckoz1 {
29884
+ max-height: 400px;
29885
+ overflow: "auto";
29886
+ }
29887
+
29888
+ .E_s1iv0tp1 .enabled-switch {
29889
+ display: flex;
29890
+ align-items: center;
29891
+ }
29892
+ .E_s1iv0tp1 .enabled-text {
29893
+ margin-right: 8px;
29894
+ }
29895
+
29896
+ .E_ou7iq30 {
29897
+ overflow: hidden;
29898
+ text-overflow: ellipsis;
29899
+ }
29900
+
29901
+ .E_s1tui002 {
29902
+ white-space: nowrap;
29903
+ }
29904
+
29905
+ .E_mxrc2zg {
29906
+ display: -webkit-box;
29907
+ -webkit-line-clamp: var(--mxrc2zg-0);
29908
+ -webkit-box-orient: vertical;
29909
+ word-break: break-all;
29910
+ }
29911
+
29912
+ .E_c1up1pdz {
29913
+ width: 648px;
29914
+ }
29915
+ .E_c1up1pdz.active {
29916
+ border-color: #0080ff;
29917
+ }
29918
+ .E_c1up1pdz.active > header {
29919
+ background: rgba(0, 128, 255, 0.1);
29920
+ }
29921
+ .E_c1up1pdz .expand {
29922
+ padding: 12px;
29923
+ }
29924
+ .E_c1up1pdz .field-item {
29925
+ display: flex;
29926
+ padding: 10px 0;
29927
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29928
+ }
29929
+ .E_c1up1pdz .field-item:last-child {
29930
+ border-bottom: none;
29931
+ padding-bottom: 0;
29932
+ }
29933
+ .E_c1up1pdz .field-item label {
29934
+ line-height: 32px;
29935
+ width: 100px;
29936
+ color: rgba(62, 70, 82, 0.6);
29937
+ }
29938
+ .E_c1up1pdz .help {
29939
+ color: rgba(62, 70, 82, 0.6);
29940
+ margin-top: 5px;
29941
+ }
29942
+ .E_c1up1pdz .ant-input-affix-wrapper,
29943
+ .E_c1up1pdz .ant-picker {
29944
+ width: 128px;
29945
+ }
29946
+
29947
+ .E_c156wh19 {
29948
+ display: flex;
29949
+ align-items: center;
29950
+ justify-content: space-between;
29951
+ word-break: keep-all;
29952
+ }
29953
+ .E_c156wh19 .title {
29954
+ margin: 0 16px 0 8px;
29955
+ }
29956
+ .E_c156wh19 .retain {
29957
+ color: rgba(129, 138, 153, 0.6);
29958
+ }
29959
+ .E_c156wh19 div.left {
29960
+ flex: 1;
29961
+ display: flex;
29962
+ overflow: hidden;
29963
+ align-items: center;
29964
+ justify-content: flex-start;
29965
+ white-space: nowrap;
29966
+ }
29967
+ .E_c156wh19 div.left .title {
29968
+ max-width: 100%;
29971
29969
  overflow: hidden;
29972
29970
  text-overflow: ellipsis;
29973
29971
  }
@@ -30051,12 +30049,14 @@ html body {
30051
30049
  color: #fff;
30052
30050
  }
30053
30051
 
30054
- .E_s1iv0tp1 .enabled-switch {
30055
- display: flex;
30056
- align-items: center;
30052
+ .E_gmyahx3 {
30053
+ cursor: pointer;
30057
30054
  }
30058
- .E_s1iv0tp1 .enabled-text {
30059
- margin-right: 8px;
30055
+ .E_gmyahx3 .link-text {
30056
+ color: rgba(0, 21, 64, 0.3);
30057
+ }
30058
+ .E_gmyahx3:hover .link-text {
30059
+ color: #0080ff;
30060
30060
  }
30061
30061
 
30062
30062
  .E_tje3huy {
@@ -30066,6 +30066,80 @@ html body {
30066
30066
  text-overflow: ellipsis;
30067
30067
  }
30068
30068
 
30069
+ .E_c1uzzomf {
30070
+ margin-bottom: 16px;
30071
+ }
30072
+ .E_c1uzzomf .card-title {
30073
+ font-size: 16px;
30074
+ color: rgba(44, 56, 82, 0.6);
30075
+ font-weight: 700;
30076
+ line-height: 32px;
30077
+ }
30078
+ .E_c1uzzomf .card-body {
30079
+ padding: 24px;
30080
+ border-radius: 8px;
30081
+ background: #fff;
30082
+ }
30083
+ .E_c1uzzomf .empty {
30084
+ font-weight: 700;
30085
+ font-size: 14px;
30086
+ line-height: 22px;
30087
+ color: rgba(0, 21, 64, 0.3);
30088
+ text-align: center;
30089
+ }
30090
+
30091
+ .E_berrcjl {
30092
+ color: rgba(10, 37, 85, 0.6);
30093
+ margin-bottom: 4px;
30094
+ }
30095
+ .E_berrcjl .breadcrumb-link {
30096
+ color: rgba(10, 37, 85, 0.6);
30097
+ cursor: pointer;
30098
+ transition: color 160ms ease;
30099
+ }
30100
+ .E_berrcjl .breadcrumb-link:hover {
30101
+ color: #0080ff;
30102
+ }
30103
+ .E_berrcjl .breadcrumb-link:active {
30104
+ color: #005ed1;
30105
+ }
30106
+
30107
+ .E_wg1tsps {
30108
+ display: flex;
30109
+ align-items: center;
30110
+ justify-content: flex-end;
30111
+ }
30112
+
30113
+ .E_b1ctd5xy {
30114
+ display: flex;
30115
+ align-items: center;
30116
+ width: calc(100% - 40px);
30117
+ }
30118
+ .E_b1ctd5xy .chart {
30119
+ display: inline-block;
30120
+ width: 100%;
30121
+ }
30122
+
30123
+ .E_u1p8acpn {
30124
+ min-width: 40px;
30125
+ }
30126
+ .E_u1p8acpn .unit {
30127
+ color: #00122e !important;
30128
+ }
30129
+
30130
+ .E_m74vjol {
30131
+ display: flex;
30132
+ justify-content: space-between;
30133
+ width: 100%;
30134
+ }
30135
+ .E_m74vjol .action {
30136
+ margin-left: 16px;
30137
+ }
30138
+
30139
+ .E_a1o35uvh .ant-alert-message {
30140
+ width: 100%;
30141
+ }
30142
+
30069
30143
  .E_t160l1cm {
30070
30144
  display: flex;
30071
30145
  flex-direction: column;
@@ -30269,29 +30343,6 @@ html body {
30269
30343
  background: transparent;
30270
30344
  }
30271
30345
 
30272
- .E_wg1tsps {
30273
- display: flex;
30274
- align-items: center;
30275
- justify-content: flex-end;
30276
- }
30277
-
30278
- .E_b1ctd5xy {
30279
- display: flex;
30280
- align-items: center;
30281
- width: calc(100% - 40px);
30282
- }
30283
- .E_b1ctd5xy .chart {
30284
- display: inline-block;
30285
- width: 100%;
30286
- }
30287
-
30288
- .E_u1p8acpn {
30289
- min-width: 40px;
30290
- }
30291
- .E_u1p8acpn .unit {
30292
- color: #00122e !important;
30293
- }
30294
-
30295
30346
  .E_c18gxmrl {
30296
30347
  border: 1px solid #d8deeb;
30297
30348
  border-radius: 4px;
@@ -30312,45 +30363,16 @@ html body {
30312
30363
  padding: 8px 12px;
30313
30364
  }
30314
30365
 
30315
- .E_m74vjol {
30316
- display: flex;
30317
- justify-content: space-between;
30318
- width: 100%;
30319
- }
30320
- .E_m74vjol .action {
30321
- margin-left: 16px;
30366
+ .E_b1nip9bk {
30367
+ padding: 4px 11px;
30322
30368
  }
30323
30369
 
30324
- .E_a1o35uvh .ant-alert-message {
30325
- width: 100%;
30370
+ .E_bqamoqe {
30371
+ white-space: nowrap;
30372
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30326
30373
  }
30327
-
30328
- .E_berrcjl {
30329
- color: rgba(10, 37, 85, 0.6);
30330
- margin-bottom: 4px;
30331
- }
30332
- .E_berrcjl .breadcrumb-link {
30333
- color: rgba(10, 37, 85, 0.6);
30334
- cursor: pointer;
30335
- transition: color 160ms ease;
30336
- }
30337
- .E_berrcjl .breadcrumb-link:hover {
30338
- color: #0080ff;
30339
- }
30340
- .E_berrcjl .breadcrumb-link:active {
30341
- color: #005ed1;
30342
- }
30343
-
30344
- .E_b1nip9bk {
30345
- padding: 4px 11px;
30346
- }
30347
-
30348
- .E_bqamoqe {
30349
- white-space: nowrap;
30350
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30351
- }
30352
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30353
- --color: #0080ff;
30374
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30375
+ --color: #0080ff;
30354
30376
  }
30355
30377
  .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] {
30356
30378
  --color: #0080ff;
@@ -30620,70 +30642,6 @@ html body {
30620
30642
  padding: 0;
30621
30643
  }
30622
30644
 
30623
- .E_c1uzzomf {
30624
- margin-bottom: 16px;
30625
- }
30626
- .E_c1uzzomf .card-title {
30627
- font-size: 16px;
30628
- color: rgba(44, 56, 82, 0.6);
30629
- font-weight: 700;
30630
- line-height: 32px;
30631
- }
30632
- .E_c1uzzomf .card-body {
30633
- padding: 24px;
30634
- border-radius: 8px;
30635
- background: #fff;
30636
- }
30637
- .E_c1uzzomf .empty {
30638
- font-weight: 700;
30639
- font-size: 14px;
30640
- line-height: 22px;
30641
- color: rgba(0, 21, 64, 0.3);
30642
- text-align: center;
30643
- }
30644
-
30645
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30646
- padding: 4px 8px 0 8px;
30647
- color: rgba(44, 56, 82, 0.6);
30648
- font-size: 12px;
30649
- }
30650
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30651
- padding-bottom: 6px;
30652
- }
30653
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30654
- padding-top: 4px;
30655
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30656
- }
30657
-
30658
- .E_c1yyuluq {
30659
- border-radius: 8px;
30660
- }
30661
- .E_c1yyuluq .ant-card-body {
30662
- padding: 20px 24px 24px 24px;
30663
- }
30664
-
30665
- .E_ccrbeuz .ant-collapse-item {
30666
- border: 0px;
30667
- background-color: #fff;
30668
- }
30669
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30670
- padding-top: 0px;
30671
- padding-bottom: 0px;
30672
- padding-left: 0px !important;
30673
- padding-right: 24px;
30674
- }
30675
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30676
- right: 0px;
30677
- }
30678
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30679
- padding: 0px;
30680
- }
30681
-
30682
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30683
- padding-right: 0px;
30684
- cursor: default;
30685
- }
30686
-
30687
30645
  .E_d1bw7c5z {
30688
30646
  position: relative;
30689
30647
  max-width: 388px;
@@ -30765,65 +30723,17 @@ html body {
30765
30723
  width: 102px;
30766
30724
  }
30767
30725
 
30768
- .E_itxley7.ant-input-group.ant-input-group-compact {
30769
- display: flex;
30770
- }
30771
-
30772
- .E_phljevk {
30773
- display: flex;
30774
- justify-content: space-between;
30775
- align-items: center;
30776
- padding: 10px 0;
30726
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30727
+ padding: 4px 8px 0 8px;
30777
30728
  color: rgba(44, 56, 82, 0.6);
30778
30729
  font-size: 12px;
30779
- line-height: 24px;
30780
- }
30781
- .E_phljevk .pagination-left {
30782
- padding: 2px 8px;
30783
- }
30784
- .E_phljevk .dropdown-trigger {
30785
- display: flex;
30786
- align-items: center;
30787
- border-radius: 6px;
30788
- cursor: pointer;
30789
- transition: all 0.3s ease;
30790
- }
30791
- .E_phljevk .dropdown-trigger:hover {
30792
- background: rgba(211, 218, 235, 0.6);
30793
- color: #0080ff;
30794
- }
30795
- .E_phljevk .dropdown-trigger .icon-inner {
30796
- margin-left: 4px;
30797
- }
30798
- .E_phljevk .pagination-right {
30799
- display: flex;
30800
- align-items: center;
30801
- color: #0080ff;
30802
- font-weight: bold;
30803
- }
30804
- .E_phljevk .pagination-right .icon-inner {
30805
- margin-left: 4px;
30806
- }
30807
- .E_phljevk .pagination-right .prev-btn,
30808
- .E_phljevk .pagination-right .next-btn {
30809
- padding: 0 8px;
30810
30730
  }
30811
- .E_phljevk .pagination-right .prev-btn > span,
30812
- .E_phljevk .pagination-right .next-btn > span {
30813
- color: #0080ff;
30814
- }
30815
- .E_phljevk .pagination-right .next-btn .icon-inner {
30816
- transform: rotate(180deg);
30817
- }
30818
-
30819
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30820
- max-height: calc(100vh - 128px);
30821
- overflow-y: auto;
30731
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30732
+ padding-bottom: 6px;
30822
30733
  }
30823
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30824
- padding: 4px 20px;
30825
- font-size: 12px;
30826
- line-height: 18px;
30734
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30735
+ padding-top: 4px;
30736
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30827
30737
  }
30828
30738
 
30829
30739
  .E_rapgekc.ant-radio-wrapper {
@@ -30972,6 +30882,92 @@ html body {
30972
30882
  width: 36px;
30973
30883
  }
30974
30884
 
30885
+ .E_c1yyuluq {
30886
+ border-radius: 8px;
30887
+ }
30888
+ .E_c1yyuluq .ant-card-body {
30889
+ padding: 20px 24px 24px 24px;
30890
+ }
30891
+
30892
+ .E_ccrbeuz .ant-collapse-item {
30893
+ border: 0px;
30894
+ background-color: #fff;
30895
+ }
30896
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30897
+ padding-top: 0px;
30898
+ padding-bottom: 0px;
30899
+ padding-left: 0px !important;
30900
+ padding-right: 24px;
30901
+ }
30902
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30903
+ right: 0px;
30904
+ }
30905
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30906
+ padding: 0px;
30907
+ }
30908
+
30909
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30910
+ padding-right: 0px;
30911
+ cursor: default;
30912
+ }
30913
+
30914
+ .E_phljevk {
30915
+ display: flex;
30916
+ justify-content: space-between;
30917
+ align-items: center;
30918
+ padding: 10px 0;
30919
+ color: rgba(44, 56, 82, 0.6);
30920
+ font-size: 12px;
30921
+ line-height: 24px;
30922
+ }
30923
+ .E_phljevk .pagination-left {
30924
+ padding: 2px 8px;
30925
+ }
30926
+ .E_phljevk .dropdown-trigger {
30927
+ display: flex;
30928
+ align-items: center;
30929
+ border-radius: 6px;
30930
+ cursor: pointer;
30931
+ transition: all 0.3s ease;
30932
+ }
30933
+ .E_phljevk .dropdown-trigger:hover {
30934
+ background: rgba(211, 218, 235, 0.6);
30935
+ color: #0080ff;
30936
+ }
30937
+ .E_phljevk .dropdown-trigger .icon-inner {
30938
+ margin-left: 4px;
30939
+ }
30940
+ .E_phljevk .pagination-right {
30941
+ display: flex;
30942
+ align-items: center;
30943
+ color: #0080ff;
30944
+ font-weight: bold;
30945
+ }
30946
+ .E_phljevk .pagination-right .icon-inner {
30947
+ margin-left: 4px;
30948
+ }
30949
+ .E_phljevk .pagination-right .prev-btn,
30950
+ .E_phljevk .pagination-right .next-btn {
30951
+ padding: 0 8px;
30952
+ }
30953
+ .E_phljevk .pagination-right .prev-btn > span,
30954
+ .E_phljevk .pagination-right .next-btn > span {
30955
+ color: #0080ff;
30956
+ }
30957
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30958
+ transform: rotate(180deg);
30959
+ }
30960
+
30961
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30962
+ max-height: calc(100vh - 128px);
30963
+ overflow-y: auto;
30964
+ }
30965
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30966
+ padding: 4px 20px;
30967
+ font-size: 12px;
30968
+ line-height: 18px;
30969
+ }
30970
+
30975
30971
  .E_s11wux3h .ant-segmented-item:not(:last-child) {
30976
30972
  margin-right: 2px;
30977
30973
  }
@@ -31006,6 +31002,20 @@ html body {
31006
31002
  background-color: transparent;
31007
31003
  }
31008
31004
 
31005
+ .E_itxley7.ant-input-group.ant-input-group-compact {
31006
+ display: flex;
31007
+ }
31008
+
31009
+ .E_ivqqkzv {
31010
+ height: 24px;
31011
+ width: 56px !important;
31012
+ margin-right: 4px;
31013
+ }
31014
+
31015
+ .E_c1wk4q29 {
31016
+ color: rgba(44, 56, 82, 0.6);
31017
+ }
31018
+
31009
31019
  .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
31010
31020
  border-radius: 6px;
31011
31021
  }
@@ -31063,54 +31073,59 @@ html body {
31063
31073
  transform: rotate(180deg);
31064
31074
  }
31065
31075
 
31066
- .E_ivqqkzv {
31076
+ .E_s1dizucg.ant-switch {
31077
+ min-width: 40px;
31067
31078
  height: 24px;
31068
- width: 56px !important;
31069
- margin-right: 4px;
31079
+ background: rgba(172, 186, 211, 0.6);
31080
+ overflow: hidden;
31070
31081
  }
31071
-
31072
- .E_c1wk4q29 {
31073
- color: rgba(44, 56, 82, 0.6);
31082
+ .E_s1dizucg.ant-switch:focus {
31083
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31074
31084
  }
31075
-
31076
- .E_c1bus5hc {
31077
- --color: white;
31085
+ .E_s1dizucg.ant-switch-small {
31086
+ min-width: 26px;
31087
+ height: 16px;
31088
+ }
31089
+ .E_s1dizucg.ant-switch-large {
31090
+ min-width: 52px;
31091
+ height: 32px;
31092
+ }
31093
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31094
+ height: 20px;
31095
+ width: 20px;
31096
+ }
31097
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
31098
+ border-radius: 10px;
31099
+ transition-delay: 120ms;
31100
+ }
31101
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
31078
31102
  height: 14px;
31079
31103
  width: 14px;
31080
- border-radius: 50%;
31081
- flex-shrink: 0;
31082
- display: flex;
31083
- align-items: center;
31084
- justify-content: center;
31085
- border: 1px solid var(--color);
31104
+ top: 1px;
31105
+ left: 1px;
31086
31106
  }
31087
- .E_c1bus5hc .circle-inner {
31088
- position: relative;
31089
- height: 10px;
31090
- width: 10px;
31091
- border-radius: 50%;
31092
- overflow: hidden;
31107
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
31108
+ height: 28px;
31109
+ width: 28px;
31093
31110
  }
31094
- .E_c1bus5hc .circle-content {
31095
- position: absolute;
31096
- height: 100%;
31097
- width: 100%;
31098
- left: 0;
31099
- top: 0;
31100
- border-radius: 50%;
31101
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31102
- transform: rotate(180deg);
31111
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31112
+ border-radius: 14px;
31103
31113
  }
31104
- .E_c1bus5hc .circle-child {
31105
- position: absolute;
31106
- height: 100%;
31107
- width: 100%;
31108
- left: 0;
31109
- top: 0;
31110
- margin-left: 50%;
31111
- transform-origin: left;
31112
- background: white;
31113
- transform: rotate(0deg);
31114
+ .E_s1dizucg.ant-switch-checked {
31115
+ background-color: #00ba5d;
31116
+ }
31117
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31118
+ left: calc(100% - 20px - 2px);
31119
+ }
31120
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31121
+ left: calc(100% - 14px - 1px);
31122
+ }
31123
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31124
+ left: calc(100% - 28px - 2px);
31125
+ }
31126
+
31127
+ .E_c1up6e3y {
31128
+ margin-left: 5px;
31114
31129
  }
31115
31130
 
31116
31131
  .E_sddwhm6 {
@@ -31187,63 +31202,142 @@ html body {
31187
31202
  display: inline-block;
31188
31203
  }
31189
31204
 
31190
- .E_s1dizucg.ant-switch {
31191
- min-width: 40px;
31192
- height: 24px;
31193
- background: rgba(172, 186, 211, 0.6);
31205
+ .E_c1bus5hc {
31206
+ --color: white;
31207
+ height: 14px;
31208
+ width: 14px;
31209
+ border-radius: 50%;
31210
+ flex-shrink: 0;
31211
+ display: flex;
31212
+ align-items: center;
31213
+ justify-content: center;
31214
+ border: 1px solid var(--color);
31215
+ }
31216
+ .E_c1bus5hc .circle-inner {
31217
+ position: relative;
31218
+ height: 10px;
31219
+ width: 10px;
31220
+ border-radius: 50%;
31194
31221
  overflow: hidden;
31195
31222
  }
31196
- .E_s1dizucg.ant-switch:focus {
31197
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31223
+ .E_c1bus5hc .circle-content {
31224
+ position: absolute;
31225
+ height: 100%;
31226
+ width: 100%;
31227
+ left: 0;
31228
+ top: 0;
31229
+ border-radius: 50%;
31230
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31231
+ transform: rotate(180deg);
31198
31232
  }
31199
- .E_s1dizucg.ant-switch-small {
31200
- min-width: 26px;
31233
+ .E_c1bus5hc .circle-child {
31234
+ position: absolute;
31235
+ height: 100%;
31236
+ width: 100%;
31237
+ left: 0;
31238
+ top: 0;
31239
+ margin-left: 50%;
31240
+ transform-origin: left;
31241
+ background: white;
31242
+ transform: rotate(0deg);
31243
+ }
31244
+
31245
+ .E_iq1gosr {
31246
+ display: inline-block;
31247
+ }
31248
+
31249
+ .E_tju3gfj .date {
31250
+ margin-right: 4px;
31251
+ }
31252
+
31253
+ .E_s1sck0th {
31254
+ padding: 0 8px;
31255
+ border-radius: 4px;
31256
+ }
31257
+
31258
+ .E_m855nr1 {
31259
+ padding: 2px 8px;
31260
+ border-radius: 3px;
31261
+ }
31262
+
31263
+ .E_l1270xpg {
31264
+ padding: 3px 8px;
31265
+ border-radius: 2px;
31266
+ }
31267
+
31268
+ .E_t14rextb.ant-tag:hover {
31269
+ opacity: unset;
31270
+ }
31271
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31272
+ margin: 0;
31273
+ margin-right: 8px;
31274
+ display: inline-flex;
31275
+ align-items: center;
31276
+ border: none;
31277
+ }
31278
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31279
+ width: 16px;
31201
31280
  height: 16px;
31281
+ color: inherit;
31282
+ margin-left: 4px;
31283
+ opacity: 0.6;
31284
+ display: inline-flex;
31202
31285
  }
31203
- .E_s1dizucg.ant-switch-large {
31204
- min-width: 52px;
31205
- height: 32px;
31286
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31287
+ opacity: 1;
31206
31288
  }
31207
- .E_s1dizucg.ant-switch .ant-switch-handle {
31208
- height: 20px;
31209
- width: 20px;
31289
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31290
+ color: #0080ff;
31291
+ background-color: rgba(0, 136, 255, 0.1);
31210
31292
  }
31211
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31212
- border-radius: 10px;
31213
- transition-delay: 120ms;
31293
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31294
+ color: #f0483e;
31295
+ background-color: rgba(255, 74, 74, 0.1);
31214
31296
  }
31215
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31216
- height: 14px;
31217
- width: 14px;
31218
- top: 1px;
31219
- left: 1px;
31297
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31298
+ color: #e07f00;
31299
+ background-color: rgba(255, 187, 0, 0.1);
31220
31300
  }
31221
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31222
- height: 28px;
31223
- width: 28px;
31301
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31302
+ color: #008f4c;
31303
+ background-color: rgba(30, 201, 127, 0.1);
31224
31304
  }
31225
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31226
- border-radius: 14px;
31305
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31306
+ color: #1d326c;
31307
+ background-color: rgba(225, 230, 241, 0.6);
31227
31308
  }
31228
- .E_s1dizucg.ant-switch-checked {
31309
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31310
+ color: #7E41FF;
31311
+ background-color: rgba(126, 65, 255, 0.1);
31312
+ }
31313
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31314
+ color: #fff;
31315
+ }
31316
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31317
+ background-color: #f0483e;
31318
+ }
31319
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31320
+ background-color: #fea008;
31321
+ }
31322
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31229
31323
  background-color: #00ba5d;
31230
31324
  }
31231
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31232
- left: calc(100% - 20px - 2px);
31325
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31326
+ background-color: #0080ff;
31233
31327
  }
31234
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31235
- left: calc(100% - 14px - 1px);
31328
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31329
+ background-color: #6b7d99;
31236
31330
  }
31237
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31238
- left: calc(100% - 28px - 2px);
31331
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31332
+ background-color: #7E41FF;
31239
31333
  }
31240
31334
 
31241
- .E_c1up6e3y {
31242
- margin-left: 5px;
31335
+ .E_t1m2x205 .ant-tooltip-arrow {
31336
+ display: none;
31243
31337
  }
31244
-
31245
- .E_tju3gfj .date {
31246
- margin-right: 4px;
31338
+ .E_t1m2x205 .ant-tooltip-inner {
31339
+ background: rgba(23, 38, 64, 0.8);
31340
+ border-radius: 4px;
31247
31341
  }
31248
31342
 
31249
31343
  .E_s1dni7lo {
@@ -31327,105 +31421,19 @@ html body {
31327
31421
  opacity: 0;
31328
31422
  }
31329
31423
 
31330
- .E_iq1gosr {
31331
- display: inline-block;
31424
+ .E_fzh9mnb {
31425
+ width: 100%;
31426
+ height: 100%;
31427
+ min-height: 124px;
31428
+ display: flex;
31429
+ flex-direction: column;
31430
+ justify-content: center;
31431
+ align-items: center;
31332
31432
  }
31333
-
31334
- .E_s1sck0th {
31335
- padding: 0 8px;
31336
- border-radius: 4px;
31337
- }
31338
-
31339
- .E_m855nr1 {
31340
- padding: 2px 8px;
31341
- border-radius: 3px;
31342
- }
31343
-
31344
- .E_l1270xpg {
31345
- padding: 3px 8px;
31346
- border-radius: 2px;
31347
- }
31348
-
31349
- .E_t14rextb.ant-tag:hover {
31350
- opacity: unset;
31351
- }
31352
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31353
- margin: 0;
31354
- margin-right: 8px;
31355
- display: inline-flex;
31356
- align-items: center;
31357
- border: none;
31358
- }
31359
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31360
- width: 16px;
31361
- height: 16px;
31362
- color: inherit;
31363
- margin-left: 4px;
31364
- opacity: 0.6;
31365
- display: inline-flex;
31366
- }
31367
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31368
- opacity: 1;
31369
- }
31370
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31371
- color: #0080ff;
31372
- background-color: rgba(0, 136, 255, 0.1);
31373
- }
31374
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31375
- color: #f0483e;
31376
- background-color: rgba(255, 74, 74, 0.1);
31377
- }
31378
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31379
- color: #e07f00;
31380
- background-color: rgba(255, 187, 0, 0.1);
31381
- }
31382
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31383
- color: #008f4c;
31384
- background-color: rgba(30, 201, 127, 0.1);
31385
- }
31386
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31387
- color: #1d326c;
31388
- background-color: rgba(225, 230, 241, 0.6);
31389
- }
31390
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31391
- color: #7E41FF;
31392
- background-color: rgba(126, 65, 255, 0.1);
31393
- }
31394
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31395
- color: #fff;
31396
- }
31397
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31398
- background-color: #f0483e;
31399
- }
31400
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31401
- background-color: #fea008;
31402
- }
31403
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31404
- background-color: #00ba5d;
31405
- }
31406
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31407
- background-color: #0080ff;
31408
- }
31409
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31410
- background-color: #6b7d99;
31411
- }
31412
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31413
- background-color: #7E41FF;
31414
- }
31415
-
31416
- .E_fzh9mnb {
31417
- width: 100%;
31418
- height: 100%;
31419
- min-height: 124px;
31420
- display: flex;
31421
- flex-direction: column;
31422
- justify-content: center;
31423
- align-items: center;
31424
- }
31425
- .E_fzh9mnb .error-text {
31426
- color: rgba(10, 37, 85, 0.6);
31427
- margin-bottom: 16px;
31428
- font-size: 18px;
31433
+ .E_fzh9mnb .error-text {
31434
+ color: rgba(10, 37, 85, 0.6);
31435
+ margin-bottom: 16px;
31436
+ font-size: 18px;
31429
31437
  }
31430
31438
 
31431
31439
  .E_f7pxqmh {
@@ -31459,14 +31467,6 @@ html body {
31459
31467
  min-height: 0px;
31460
31468
  }
31461
31469
 
31462
- .E_t1m2x205 .ant-tooltip-arrow {
31463
- display: none;
31464
- }
31465
- .E_t1m2x205 .ant-tooltip-inner {
31466
- background: rgba(23, 38, 64, 0.8);
31467
- border-radius: 4px;
31468
- }
31469
-
31470
31470
  .E_i1inqkme {
31471
31471
  height: 18px;
31472
31472
  line-height: 18px;
@@ -31480,6 +31480,63 @@ html body {
31480
31480
  margin-right: 4px;
31481
31481
  }
31482
31482
 
31483
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31484
+ display: var(--a1wfy30z-0);
31485
+ }
31486
+ .E_a1wfy30z .ant-input-number-input-wrap {
31487
+ padding: 4px 11px;
31488
+ display: inline-flex;
31489
+ line-height: 1.5715;
31490
+ height: inherit;
31491
+ }
31492
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31493
+ content: var(--a1wfy30z-1);
31494
+ display: var(--a1wfy30z-2);
31495
+ flex: none;
31496
+ align-items: center;
31497
+ margin-left: 4px;
31498
+ }
31499
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31500
+ content: var(--a1wfy30z-3);
31501
+ display: var(--a1wfy30z-4);
31502
+ flex: none;
31503
+ align-items: center;
31504
+ margin-right: 4px;
31505
+ cursor: auto;
31506
+ }
31507
+ .E_a1wfy30z .ant-input-number-input {
31508
+ padding: 0;
31509
+ margin: 0;
31510
+ height: auto;
31511
+ font-size: inherit;
31512
+ }
31513
+
31514
+ .E_r77hffu {
31515
+ display: flex;
31516
+ align-items: center;
31517
+ justify-content: space-between;
31518
+ column-gap: 6px;
31519
+ }
31520
+
31521
+ .E_p1cmxsf7 {
31522
+ display: flex;
31523
+ flex-direction: column;
31524
+ justify-content: center;
31525
+ row-gap: var(--p1cmxsf7-0);
31526
+ }
31527
+ .E_p1cmxsf7 .ant-progress-line {
31528
+ font-size: 0;
31529
+ }
31530
+
31531
+ .E_owd0kml {
31532
+ display: inline-block;
31533
+ }
31534
+
31535
+ .E_h1jsgezc {
31536
+ visibility: hidden;
31537
+ position: absolute;
31538
+ }
31539
+
31483
31540
  .E_ai7qkf2 .ant-input-number-handler-wrap {
31484
31541
  display: var(--ai7qkf2-0);
31485
31542
  }
@@ -31539,170 +31596,538 @@ html body {
31539
31596
  padding: 2px 8px;
31540
31597
  }
31541
31598
 
31542
- .E_a1wfy30z .ant-input-number-handler-wrap {
31543
- display: var(--a1wfy30z-0);
31544
- }
31545
- .E_a1wfy30z .ant-input-number-input-wrap {
31546
- padding: 4px 11px;
31547
- display: inline-flex;
31548
- line-height: 1.5715;
31549
- height: inherit;
31550
- }
31551
- .E_a1wfy30z .ant-input-number-input-wrap::after {
31552
- content: var(--a1wfy30z-1);
31553
- display: var(--a1wfy30z-2);
31554
- flex: none;
31555
- align-items: center;
31556
- margin-left: 4px;
31599
+ .E_dsnbhzf {
31600
+ font-family: Inter;
31601
+ font-style: normal;
31602
+ font-weight: bold;
31603
+ font-size: 32px;
31604
+ line-height: 40px;
31557
31605
  }
31558
- .E_a1wfy30z .ant-input-number-input-wrap::before {
31559
- content: var(--a1wfy30z-3);
31560
- display: var(--a1wfy30z-4);
31561
- flex: none;
31562
- align-items: center;
31563
- margin-right: 4px;
31564
- cursor: auto;
31606
+
31607
+ .E_d1mvo22k {
31608
+ font-family: Inter;
31609
+ font-style: normal;
31610
+ font-weight: bold;
31611
+ font-size: 24px;
31612
+ line-height: 32px;
31565
31613
  }
31566
- .E_a1wfy30z .ant-input-number-input {
31567
- padding: 0;
31568
- margin: 0;
31569
- height: auto;
31570
- font-size: inherit;
31614
+
31615
+ .E_d1b444tr {
31616
+ font-family: Inter;
31617
+ font-style: normal;
31618
+ font-weight: normal;
31619
+ font-size: 32px;
31620
+ line-height: 40px;
31571
31621
  }
31572
31622
 
31573
- button.E_l48ei06.ant-btn {
31574
- font-size: 12px;
31575
- line-height: 18px;
31576
- height: 18px;
31623
+ .E_dvs0kue {
31624
+ font-family: Inter;
31625
+ font-style: normal;
31626
+ font-weight: bold;
31627
+ font-size: 20px;
31628
+ line-height: 24px;
31577
31629
  }
31578
31630
 
31579
- button.E_l48ei06 {
31580
- color: #0080FF;
31581
- height: unset;
31631
+ .E_d1hcbfcq {
31632
+ font-family: Inter;
31633
+ font-style: normal;
31634
+ font-weight: normal;
31635
+ font-size: 20px;
31636
+ line-height: 24px;
31582
31637
  }
31583
- button.E_l48ei06 .button-prefix-icon {
31584
- margin-right: 4px;
31638
+
31639
+ .E_d1cz922v {
31640
+ font-family: Inter;
31641
+ font-style: normal;
31642
+ font-weight: bold;
31643
+ font-size: 18px;
31644
+ line-height: 22px;
31585
31645
  }
31586
- button.E_l48ei06 .button-suffix-icon {
31587
- margin-left: 4px;
31646
+
31647
+ .E_d3nzbrm {
31648
+ font-family: Inter;
31649
+ font-style: normal;
31650
+ font-weight: normal;
31651
+ font-size: 18px;
31652
+ line-height: 22px;
31588
31653
  }
31589
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
31590
- color: #009DFF;
31654
+
31655
+ .E_h1g0p5ob {
31656
+ font-family: Inter;
31657
+ font-style: normal;
31658
+ font-weight: bold;
31659
+ font-size: 16px;
31660
+ line-height: 22px;
31591
31661
  }
31592
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
31593
- color: #005ED1;
31662
+
31663
+ .E_hydo2ej {
31664
+ font-family: Inter;
31665
+ font-style: normal;
31666
+ font-weight: normal;
31667
+ font-size: 16px;
31668
+ line-height: 22px;
31594
31669
  }
31595
- button.E_l48ei06.ui-kit-link-disabled {
31596
- color: #0080FF;
31670
+
31671
+ .E_h1hbuq0r {
31672
+ font-family: Inter;
31673
+ font-style: normal;
31674
+ font-weight: bold;
31675
+ font-size: 14px;
31676
+ line-height: 20px;
31597
31677
  }
31598
- button.E_l48ei06.ui-kit-link-primary {
31599
- color: #00122E;
31678
+
31679
+ .E_h13bondg {
31680
+ font-family: Inter;
31681
+ font-style: normal;
31682
+ font-weight: normal;
31683
+ font-size: 14px;
31684
+ line-height: 20px;
31600
31685
  }
31601
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
31602
- color: #0080FF;
31686
+
31687
+ .E_h1mhvdlx {
31688
+ font-family: Inter;
31689
+ font-style: normal;
31690
+ font-weight: bold;
31691
+ font-size: 12px;
31692
+ line-height: 18px;
31603
31693
  }
31604
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
31605
- color: #005ED1;
31694
+
31695
+ .E_h1inmfq6 {
31696
+ font-family: Inter;
31697
+ font-style: normal;
31698
+ font-weight: normal;
31699
+ font-size: 12px;
31700
+ line-height: 18px;
31606
31701
  }
31607
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
31608
- color: #00122E;
31702
+
31703
+ .E_h1kfc0la {
31704
+ font-family: Inter;
31705
+ font-style: normal;
31706
+ font-weight: bold;
31707
+ text-transform: uppercase;
31708
+ font-feature-settings: "cpsp" on;
31709
+ font-size: 12px;
31710
+ line-height: 18px;
31609
31711
  }
31610
- button.E_l48ei06.ui-kit-link-secondary {
31611
- color: rgba(44, 56, 82, 0.7490196078);
31712
+
31713
+ .E_h10xnyuu {
31714
+ font-family: Inter;
31715
+ font-style: normal;
31716
+ font-weight: normal;
31717
+ text-transform: uppercase;
31718
+ font-feature-settings: "cpsp" on;
31719
+ font-size: 12px;
31720
+ line-height: 18px;
31612
31721
  }
31613
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
31614
- color: #0080FF;
31722
+
31723
+ .E_lrcmi0v {
31724
+ font-family: Inter;
31725
+ font-style: normal;
31726
+ font-weight: normal;
31727
+ font-size: 16px;
31728
+ line-height: 24px;
31615
31729
  }
31616
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
31617
- color: #005ED1;
31730
+
31731
+ .E_lzt43lp {
31732
+ font-family: Inter;
31733
+ font-style: normal;
31734
+ font-weight: bold;
31735
+ font-size: 16px;
31736
+ line-height: 24px;
31618
31737
  }
31619
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
31620
- color: rgba(44, 56, 82, 0.7490196078);
31738
+
31739
+ .E_l5yc9nt {
31740
+ font-family: Inter;
31741
+ font-style: normal;
31742
+ font-weight: normal;
31743
+ font-size: 16px;
31744
+ line-height: 24px;
31621
31745
  }
31622
31746
 
31623
- .E_owd0kml {
31624
- display: inline-block;
31747
+ .E_l1fbkbzo {
31748
+ font-family: Inter;
31749
+ font-style: normal;
31750
+ font-weight: bold;
31751
+ font-size: 16px;
31752
+ line-height: 24px;
31625
31753
  }
31626
31754
 
31627
- .E_h1jsgezc {
31628
- visibility: hidden;
31629
- position: absolute;
31755
+ .E_lahvcax {
31756
+ font-family: Inter;
31757
+ font-style: normal;
31758
+ font-weight: normal;
31759
+ text-transform: uppercase;
31760
+ font-feature-settings: "cpsp" on;
31761
+ font-size: 16px;
31762
+ line-height: 24px;
31630
31763
  }
31631
31764
 
31632
- .E_r77hffu {
31633
- display: flex;
31634
- align-items: center;
31635
- justify-content: space-between;
31636
- column-gap: 6px;
31765
+ .E_l11q3pxd {
31766
+ font-family: Inter;
31767
+ font-style: normal;
31768
+ font-weight: bold;
31769
+ text-transform: uppercase;
31770
+ font-feature-settings: "cpsp" on;
31771
+ font-size: 16px;
31772
+ line-height: 24px;
31637
31773
  }
31638
31774
 
31639
- .E_p1cmxsf7 {
31640
- display: flex;
31641
- flex-direction: column;
31642
- justify-content: center;
31643
- row-gap: var(--p1cmxsf7-0);
31775
+ .E_lfuc2qu {
31776
+ font-family: Inter;
31777
+ font-style: normal;
31778
+ font-weight: normal;
31779
+ font-size: 14px;
31780
+ line-height: 22px;
31644
31781
  }
31645
- .E_p1cmxsf7 .ant-progress-line {
31646
- font-size: 0;
31782
+
31783
+ .E_l1jmp8r0 {
31784
+ font-family: Inter;
31785
+ font-style: normal;
31786
+ font-weight: 500;
31787
+ font-size: 14px;
31788
+ line-height: 22px;
31647
31789
  }
31648
31790
 
31649
- .E_cnujxq2 {
31650
- display: flex;
31651
- flex-direction: column;
31791
+ .E_lcnm221 {
31792
+ font-family: Inter;
31793
+ font-style: normal;
31794
+ font-weight: bold;
31795
+ font-size: 14px;
31796
+ line-height: 22px;
31652
31797
  }
31653
31798
 
31654
- .E_m7s48ia {
31655
- max-width: 1120px;
31656
- width: 100%;
31657
- margin: 0 auto;
31658
- height: 100%;
31799
+ .E_lu1z2n5 {
31800
+ font-family: Inter;
31801
+ font-style: normal;
31802
+ font-weight: normal;
31803
+ font-size: 14px;
31804
+ line-height: 22px;
31659
31805
  }
31660
31806
 
31661
- .E_wt5zbg6 {
31662
- max-width: 1120px;
31663
- width: 100%;
31664
- margin: 0 auto;
31665
- display: flex;
31807
+ .E_l1r59djn {
31808
+ font-family: Inter;
31809
+ font-style: normal;
31810
+ font-weight: bold;
31811
+ font-size: 14px;
31812
+ line-height: 22px;
31666
31813
  }
31667
- .E_wt5zbg6 .left,
31668
- .E_wt5zbg6 .right {
31669
- flex-grow: 0;
31670
- flex-shrink: 0;
31671
- flex-basis: 21%;
31814
+
31815
+ .E_ljm2911 {
31816
+ font-family: Inter;
31817
+ font-style: normal;
31818
+ font-weight: normal;
31819
+ text-transform: uppercase;
31820
+ font-feature-settings: "cpsp" on;
31821
+ font-size: 14px;
31822
+ line-height: 22px;
31672
31823
  }
31673
- .E_wt5zbg6 .left {
31674
- display: flex;
31675
- justify-content: flex-end;
31676
- padding-right: 44px;
31824
+
31825
+ .E_l124mzmr {
31826
+ font-family: Inter;
31827
+ font-style: normal;
31828
+ font-weight: bold;
31829
+ text-transform: uppercase;
31830
+ font-feature-settings: "cpsp" on;
31831
+ font-size: 14px;
31832
+ line-height: 22px;
31677
31833
  }
31678
- .E_wt5zbg6 .right {
31679
- padding-left: 44px;
31834
+
31835
+ .E_lb3chel {
31836
+ font-family: Inter;
31837
+ font-style: normal;
31838
+ font-weight: normal;
31839
+ font-size: 13px;
31840
+ line-height: 20px;
31680
31841
  }
31681
- .E_wt5zbg6 .middle {
31682
- margin-bottom: 40px;
31683
- flex-grow: 0;
31684
- flex-shrink: 0;
31685
- flex-basis: 58%;
31842
+
31843
+ .E_lv9jstu {
31844
+ font-family: Inter;
31845
+ font-style: normal;
31846
+ font-weight: 600;
31847
+ font-size: 13px;
31848
+ line-height: 20px;
31686
31849
  }
31687
- .E_wt5zbg6 .middle .form-base-field {
31688
- width: 100%;
31850
+
31851
+ .E_lwqlh3x {
31852
+ font-family: Inter;
31853
+ font-style: normal;
31854
+ font-weight: bold;
31855
+ font-size: 13px;
31856
+ line-height: 20px;
31689
31857
  }
31690
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
31691
- width: auto;
31858
+
31859
+ .E_lalum9y {
31860
+ font-family: Inter;
31861
+ font-style: normal;
31862
+ font-weight: normal;
31863
+ font-size: 13px;
31864
+ line-height: 20px;
31692
31865
  }
31693
31866
 
31694
- .E_h18jprzg .ant-modal-header {
31695
- margin: 0 auto;
31696
- width: 100%;
31697
- max-width: 648px;
31867
+ .E_l1t6dj5o {
31868
+ font-family: Inter;
31869
+ font-style: normal;
31870
+ font-weight: 600;
31871
+ font-size: 13px;
31872
+ line-height: 20px;
31698
31873
  }
31699
- .E_h18jprzg .ant-modal-header .ant-modal-title {
31700
- margin-left: 0;
31874
+
31875
+ .E_l12f6ic {
31876
+ font-family: Inter;
31877
+ font-style: normal;
31878
+ font-weight: bold;
31879
+ font-size: 13px;
31880
+ line-height: 20px;
31701
31881
  }
31702
- .E_h18jprzg .ant-modal-body {
31703
- margin: 0 auto;
31704
- padding: 0;
31705
- width: 100%;
31882
+
31883
+ .E_l7gmukq {
31884
+ font-family: Inter;
31885
+ font-style: normal;
31886
+ font-weight: normal;
31887
+ text-transform: uppercase;
31888
+ font-feature-settings: "cpsp" on;
31889
+ font-size: 13px;
31890
+ line-height: 20px;
31891
+ }
31892
+
31893
+ .E_lkwl0yp {
31894
+ font-family: Inter;
31895
+ font-style: normal;
31896
+ font-weight: bold;
31897
+ text-transform: uppercase;
31898
+ font-feature-settings: "cpsp" on;
31899
+ font-size: 13px;
31900
+ line-height: 20px;
31901
+ }
31902
+
31903
+ .E_l10knv48 {
31904
+ font-family: Inter;
31905
+ font-style: normal;
31906
+ font-weight: normal;
31907
+ font-size: 12px;
31908
+ line-height: 18px;
31909
+ }
31910
+
31911
+ .E_l6526ld {
31912
+ font-family: Inter;
31913
+ font-style: normal;
31914
+ font-weight: 500;
31915
+ font-size: 12px;
31916
+ line-height: 18px;
31917
+ }
31918
+
31919
+ .E_l1j81vli {
31920
+ font-family: Inter;
31921
+ font-style: normal;
31922
+ font-weight: bold;
31923
+ font-size: 12px;
31924
+ line-height: 18px;
31925
+ }
31926
+
31927
+ .E_l1x7n1mk {
31928
+ font-family: Inter;
31929
+ font-style: normal;
31930
+ font-weight: normal;
31931
+ font-size: 12px;
31932
+ line-height: 18px;
31933
+ }
31934
+
31935
+ .E_l9fqufz {
31936
+ font-family: Inter;
31937
+ font-style: normal;
31938
+ font-weight: 500;
31939
+ font-size: 12px;
31940
+ line-height: 18px;
31941
+ }
31942
+
31943
+ .E_l1iwnybd {
31944
+ font-family: Inter;
31945
+ font-style: normal;
31946
+ font-weight: bold;
31947
+ font-size: 12px;
31948
+ line-height: 18px;
31949
+ }
31950
+
31951
+ .E_lprtm1e {
31952
+ font-family: Inter;
31953
+ font-style: normal;
31954
+ font-weight: normal;
31955
+ text-transform: uppercase;
31956
+ font-feature-settings: "cpsp" on;
31957
+ font-size: 12px;
31958
+ line-height: 18px;
31959
+ }
31960
+
31961
+ .E_l1lln87h {
31962
+ font-family: Inter;
31963
+ font-style: normal;
31964
+ font-weight: bold;
31965
+ text-transform: uppercase;
31966
+ font-feature-settings: "cpsp" on;
31967
+ font-size: 12px;
31968
+ line-height: 18px;
31969
+ }
31970
+
31971
+ .E_f2pb48l {
31972
+ font-family: Inter;
31973
+ font-style: normal;
31974
+ font-weight: normal;
31975
+ font-size: 13px;
31976
+ line-height: 20px;
31977
+ }
31978
+
31979
+ .E_fi9emkw {
31980
+ font-family: Inter;
31981
+ font-style: normal;
31982
+ font-weight: normal;
31983
+ font-size: 13px;
31984
+ line-height: 20px;
31985
+ }
31986
+
31987
+ .E_f1nrg7da {
31988
+ font-family: Inter;
31989
+ font-style: normal;
31990
+ font-weight: normal;
31991
+ font-size: 12px;
31992
+ line-height: 18px;
31993
+ }
31994
+
31995
+ .E_f17k1i3n {
31996
+ font-family: Inter;
31997
+ font-style: normal;
31998
+ font-weight: normal;
31999
+ font-size: 12px;
32000
+ line-height: 18px;
32001
+ }
32002
+
32003
+ .E_t1tvuj2e {
32004
+ font-family: Inter;
32005
+ font-style: normal;
32006
+ font-weight: normal;
32007
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32008
+ font-size: 13px;
32009
+ line-height: 20px;
32010
+ }
32011
+
32012
+ .E_t17uajlu {
32013
+ font-family: Inter;
32014
+ font-style: normal;
32015
+ font-weight: normal;
32016
+ font-feature-settings: "zero" on;
32017
+ font-size: 13px;
32018
+ line-height: 20px;
32019
+ }
32020
+
32021
+ .E_t114zbyz {
32022
+ font-family: Inter;
32023
+ font-style: normal;
32024
+ font-weight: normal;
32025
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32026
+ font-size: 12px;
32027
+ line-height: 18px;
32028
+ }
32029
+
32030
+ .E_t1il0kvi {
32031
+ font-family: Inter;
32032
+ font-style: normal;
32033
+ font-weight: 500;
32034
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32035
+ font-size: 12px;
32036
+ line-height: 18px;
32037
+ }
32038
+
32039
+ .E_t10dv8p1 {
32040
+ font-family: Inter;
32041
+ font-style: normal;
32042
+ font-weight: normal;
32043
+ font-feature-settings: "zero" on;
32044
+ font-size: 12px;
32045
+ line-height: 18px;
32046
+ }
32047
+
32048
+ .E_tc2oqpq {
32049
+ font-family: Inter;
32050
+ font-style: normal;
32051
+ font-weight: 500;
32052
+ font-feature-settings: "zero" on;
32053
+ font-size: 12px;
32054
+ line-height: 18px;
32055
+ }
32056
+
32057
+ .E_tzvddmc {
32058
+ font-family: Inter;
32059
+ font-style: normal;
32060
+ font-weight: bold;
32061
+ font-feature-settings: "zero" on;
32062
+ font-size: 16px;
32063
+ line-height: 24px;
32064
+ }
32065
+
32066
+ .E_u18llj45 {
32067
+ font-family: Inter;
32068
+ font-style: normal;
32069
+ font-weight: normal;
32070
+ font-size: 10px;
32071
+ line-height: 12px;
32072
+ }
32073
+
32074
+ .E_cnujxq2 {
32075
+ display: flex;
32076
+ flex-direction: column;
32077
+ }
32078
+
32079
+ .E_m7s48ia {
32080
+ max-width: 1120px;
32081
+ width: 100%;
32082
+ margin: 0 auto;
32083
+ height: 100%;
32084
+ }
32085
+
32086
+ .E_wt5zbg6 {
32087
+ max-width: 1120px;
32088
+ width: 100%;
32089
+ margin: 0 auto;
32090
+ display: flex;
32091
+ }
32092
+ .E_wt5zbg6 .left,
32093
+ .E_wt5zbg6 .right {
32094
+ flex-grow: 0;
32095
+ flex-shrink: 0;
32096
+ flex-basis: 21%;
32097
+ }
32098
+ .E_wt5zbg6 .left {
32099
+ display: flex;
32100
+ justify-content: flex-end;
32101
+ padding-right: 44px;
32102
+ }
32103
+ .E_wt5zbg6 .right {
32104
+ padding-left: 44px;
32105
+ }
32106
+ .E_wt5zbg6 .middle {
32107
+ margin-bottom: 40px;
32108
+ flex-grow: 0;
32109
+ flex-shrink: 0;
32110
+ flex-basis: 58%;
32111
+ }
32112
+ .E_wt5zbg6 .middle .form-base-field {
32113
+ width: 100%;
32114
+ }
32115
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
32116
+ width: auto;
32117
+ }
32118
+
32119
+ .E_h18jprzg .ant-modal-header {
32120
+ margin: 0 auto;
32121
+ width: 100%;
32122
+ max-width: 648px;
32123
+ }
32124
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
32125
+ margin-left: 0;
32126
+ }
32127
+ .E_h18jprzg .ant-modal-body {
32128
+ margin: 0 auto;
32129
+ padding: 0;
32130
+ width: 100%;
31706
32131
  max-width: 648px;
31707
32132
  overflow: hidden;
31708
32133
  }
@@ -32245,957 +32670,373 @@ input.E_rf8rlle.ant-input {
32245
32670
 
32246
32671
  .E_rf8rlle.ant-input-affix-wrapper {
32247
32672
  border-top-left-radius: 0;
32248
- border-bottom-left-radius: 0;
32249
- }
32250
-
32251
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32252
- border-top-right-radius: 0;
32253
- border-bottom-right-radius: 0;
32254
- }
32255
-
32256
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32257
- border-top-left-radius: 0;
32258
- border-bottom-left-radius: 0;
32259
- }
32260
-
32261
- .E_c3ni091 {
32262
- display: flex;
32263
- flex-direction: column;
32264
- }
32265
- .E_c3ni091 .select-wrapper {
32266
- margin-top: 12px;
32267
- }
32268
- .E_c3ni091 .select-wrapper .select {
32269
- width: 100%;
32270
- }
32271
- .E_c3ni091 .radio-wrapper {
32272
- margin-top: 24px;
32273
- }
32274
- .E_c3ni091 div.form-item {
32275
- width: 100%;
32276
- }
32277
-
32278
- .E_d105ju2d {
32279
- font-size: 14px;
32280
- font-weight: 500;
32281
- color: #3e4652;
32282
- line-height: 18px;
32283
- }
32284
- .E_d105ju2d + .E_d105ju2d {
32285
- margin-top: 16px;
32286
- }
32287
- .E_d105ju2d + * {
32288
- margin-top: 16px;
32289
- }
32290
-
32291
- .E_lh0l62z.E_d105ju2d {
32292
- font-size: 12px;
32293
- color: rgba(44, 56, 82, 0.6);
32294
- margin-top: 12px;
32295
- }
32296
-
32297
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32298
- line-height: 18px;
32299
- font-weight: 500;
32300
- margin-top: 0;
32301
- white-space: initial;
32302
- }
32303
-
32304
- .E_r1skkc3l {
32305
- display: block;
32306
- }
32307
- .E_r1skkc3l span {
32308
- font-size: 14px;
32309
- font-weight: 500;
32310
- line-height: 32px;
32311
- color: #3e4652;
32312
- }
32313
-
32314
- .E_c3cobmo {
32315
- margin-top: 16px;
32316
- padding: 8px;
32317
- border-radius: 6px;
32318
- background: rgba(225, 230, 241, 0.6);
32319
- color: rgba(44, 56, 82, 0.6);
32320
- font-size: 12px;
32321
- }
32322
- .E_c3cobmo div {
32323
- line-height: 20px;
32324
- display: flex;
32325
- align-items: center;
32326
- word-break: break-all;
32327
- }
32328
- .E_c3cobmo .title {
32329
- font-weight: 700;
32330
- line-height: 18px;
32331
- margin: 4px 0;
32332
- }
32333
-
32334
- .E_iouxfgt {
32335
- display: inline-flex;
32336
- align-items: center;
32337
- }
32338
- .E_iouxfgt .icon-inner {
32339
- display: inline-flex;
32340
- align-items: center;
32341
- justify-content: center;
32342
- }
32343
- .E_iouxfgt .icon-inner + span,
32344
- .E_iouxfgt span + .icon-inner.suffix {
32345
- margin-left: 4px;
32346
- }
32347
- .E_iouxfgt.is-rotate img,
32348
- .E_iouxfgt.is-rotate svg {
32349
- animation: rotate 680ms linear infinite;
32350
- }
32351
-
32352
- .E_dsnbhzf {
32353
- font-family: Inter;
32354
- font-style: normal;
32355
- font-weight: bold;
32356
- font-size: 32px;
32357
- line-height: 40px;
32358
- }
32359
-
32360
- .E_d1mvo22k {
32361
- font-family: Inter;
32362
- font-style: normal;
32363
- font-weight: bold;
32364
- font-size: 24px;
32365
- line-height: 32px;
32366
- }
32367
-
32368
- .E_d1b444tr {
32369
- font-family: Inter;
32370
- font-style: normal;
32371
- font-weight: normal;
32372
- font-size: 32px;
32373
- line-height: 40px;
32374
- }
32375
-
32376
- .E_dvs0kue {
32377
- font-family: Inter;
32378
- font-style: normal;
32379
- font-weight: bold;
32380
- font-size: 20px;
32381
- line-height: 24px;
32382
- }
32383
-
32384
- .E_d1hcbfcq {
32385
- font-family: Inter;
32386
- font-style: normal;
32387
- font-weight: normal;
32388
- font-size: 20px;
32389
- line-height: 24px;
32390
- }
32391
-
32392
- .E_d1cz922v {
32393
- font-family: Inter;
32394
- font-style: normal;
32395
- font-weight: bold;
32396
- font-size: 18px;
32397
- line-height: 22px;
32398
- }
32399
-
32400
- .E_d3nzbrm {
32401
- font-family: Inter;
32402
- font-style: normal;
32403
- font-weight: normal;
32404
- font-size: 18px;
32405
- line-height: 22px;
32406
- }
32407
-
32408
- .E_h1g0p5ob {
32409
- font-family: Inter;
32410
- font-style: normal;
32411
- font-weight: bold;
32412
- font-size: 16px;
32413
- line-height: 22px;
32414
- }
32415
-
32416
- .E_hydo2ej {
32417
- font-family: Inter;
32418
- font-style: normal;
32419
- font-weight: normal;
32420
- font-size: 16px;
32421
- line-height: 22px;
32422
- }
32423
-
32424
- .E_h1hbuq0r {
32425
- font-family: Inter;
32426
- font-style: normal;
32427
- font-weight: bold;
32428
- font-size: 14px;
32429
- line-height: 20px;
32430
- }
32431
-
32432
- .E_h13bondg {
32433
- font-family: Inter;
32434
- font-style: normal;
32435
- font-weight: normal;
32436
- font-size: 14px;
32437
- line-height: 20px;
32438
- }
32439
-
32440
- .E_h1mhvdlx {
32441
- font-family: Inter;
32442
- font-style: normal;
32443
- font-weight: bold;
32444
- font-size: 12px;
32445
- line-height: 18px;
32446
- }
32447
-
32448
- .E_h1inmfq6 {
32449
- font-family: Inter;
32450
- font-style: normal;
32451
- font-weight: normal;
32452
- font-size: 12px;
32453
- line-height: 18px;
32454
- }
32455
-
32456
- .E_h1kfc0la {
32457
- font-family: Inter;
32458
- font-style: normal;
32459
- font-weight: bold;
32460
- text-transform: uppercase;
32461
- font-feature-settings: "cpsp" on;
32462
- font-size: 12px;
32463
- line-height: 18px;
32464
- }
32465
-
32466
- .E_h10xnyuu {
32467
- font-family: Inter;
32468
- font-style: normal;
32469
- font-weight: normal;
32470
- text-transform: uppercase;
32471
- font-feature-settings: "cpsp" on;
32472
- font-size: 12px;
32473
- line-height: 18px;
32474
- }
32475
-
32476
- .E_lrcmi0v {
32477
- font-family: Inter;
32478
- font-style: normal;
32479
- font-weight: normal;
32480
- font-size: 16px;
32481
- line-height: 24px;
32482
- }
32483
-
32484
- .E_lzt43lp {
32485
- font-family: Inter;
32486
- font-style: normal;
32487
- font-weight: bold;
32488
- font-size: 16px;
32489
- line-height: 24px;
32490
- }
32491
-
32492
- .E_l5yc9nt {
32493
- font-family: Inter;
32494
- font-style: normal;
32495
- font-weight: normal;
32496
- font-size: 16px;
32497
- line-height: 24px;
32498
- }
32499
-
32500
- .E_l1fbkbzo {
32501
- font-family: Inter;
32502
- font-style: normal;
32503
- font-weight: bold;
32504
- font-size: 16px;
32505
- line-height: 24px;
32506
- }
32507
-
32508
- .E_lahvcax {
32509
- font-family: Inter;
32510
- font-style: normal;
32511
- font-weight: normal;
32512
- text-transform: uppercase;
32513
- font-feature-settings: "cpsp" on;
32514
- font-size: 16px;
32515
- line-height: 24px;
32516
- }
32517
-
32518
- .E_l11q3pxd {
32519
- font-family: Inter;
32520
- font-style: normal;
32521
- font-weight: bold;
32522
- text-transform: uppercase;
32523
- font-feature-settings: "cpsp" on;
32524
- font-size: 16px;
32525
- line-height: 24px;
32526
- }
32527
-
32528
- .E_lfuc2qu {
32529
- font-family: Inter;
32530
- font-style: normal;
32531
- font-weight: normal;
32532
- font-size: 14px;
32533
- line-height: 22px;
32534
- }
32535
-
32536
- .E_l1jmp8r0 {
32537
- font-family: Inter;
32538
- font-style: normal;
32539
- font-weight: 500;
32540
- font-size: 14px;
32541
- line-height: 22px;
32542
- }
32543
-
32544
- .E_lcnm221 {
32545
- font-family: Inter;
32546
- font-style: normal;
32547
- font-weight: bold;
32548
- font-size: 14px;
32549
- line-height: 22px;
32550
- }
32551
-
32552
- .E_lu1z2n5 {
32553
- font-family: Inter;
32554
- font-style: normal;
32555
- font-weight: normal;
32556
- font-size: 14px;
32557
- line-height: 22px;
32558
- }
32559
-
32560
- .E_l1r59djn {
32561
- font-family: Inter;
32562
- font-style: normal;
32563
- font-weight: bold;
32564
- font-size: 14px;
32565
- line-height: 22px;
32566
- }
32567
-
32568
- .E_ljm2911 {
32569
- font-family: Inter;
32570
- font-style: normal;
32571
- font-weight: normal;
32572
- text-transform: uppercase;
32573
- font-feature-settings: "cpsp" on;
32574
- font-size: 14px;
32575
- line-height: 22px;
32576
- }
32577
-
32578
- .E_l124mzmr {
32579
- font-family: Inter;
32580
- font-style: normal;
32581
- font-weight: bold;
32582
- text-transform: uppercase;
32583
- font-feature-settings: "cpsp" on;
32584
- font-size: 14px;
32585
- line-height: 22px;
32586
- }
32587
-
32588
- .E_lb3chel {
32589
- font-family: Inter;
32590
- font-style: normal;
32591
- font-weight: normal;
32592
- font-size: 13px;
32593
- line-height: 20px;
32594
- }
32595
-
32596
- .E_lv9jstu {
32597
- font-family: Inter;
32598
- font-style: normal;
32599
- font-weight: 600;
32600
- font-size: 13px;
32601
- line-height: 20px;
32602
- }
32603
-
32604
- .E_lwqlh3x {
32605
- font-family: Inter;
32606
- font-style: normal;
32607
- font-weight: bold;
32608
- font-size: 13px;
32609
- line-height: 20px;
32610
- }
32611
-
32612
- .E_lalum9y {
32613
- font-family: Inter;
32614
- font-style: normal;
32615
- font-weight: normal;
32616
- font-size: 13px;
32617
- line-height: 20px;
32618
- }
32619
-
32620
- .E_l1t6dj5o {
32621
- font-family: Inter;
32622
- font-style: normal;
32623
- font-weight: 600;
32624
- font-size: 13px;
32625
- line-height: 20px;
32626
- }
32627
-
32628
- .E_l12f6ic {
32629
- font-family: Inter;
32630
- font-style: normal;
32631
- font-weight: bold;
32632
- font-size: 13px;
32633
- line-height: 20px;
32634
- }
32635
-
32636
- .E_l7gmukq {
32637
- font-family: Inter;
32638
- font-style: normal;
32639
- font-weight: normal;
32640
- text-transform: uppercase;
32641
- font-feature-settings: "cpsp" on;
32642
- font-size: 13px;
32643
- line-height: 20px;
32644
- }
32645
-
32646
- .E_lkwl0yp {
32647
- font-family: Inter;
32648
- font-style: normal;
32649
- font-weight: bold;
32650
- text-transform: uppercase;
32651
- font-feature-settings: "cpsp" on;
32652
- font-size: 13px;
32653
- line-height: 20px;
32654
- }
32655
-
32656
- .E_l10knv48 {
32657
- font-family: Inter;
32658
- font-style: normal;
32659
- font-weight: normal;
32660
- font-size: 12px;
32661
- line-height: 18px;
32662
- }
32663
-
32664
- .E_l6526ld {
32665
- font-family: Inter;
32666
- font-style: normal;
32667
- font-weight: 500;
32668
- font-size: 12px;
32669
- line-height: 18px;
32670
- }
32671
-
32672
- .E_l1j81vli {
32673
- font-family: Inter;
32674
- font-style: normal;
32675
- font-weight: bold;
32676
- font-size: 12px;
32677
- line-height: 18px;
32678
- }
32679
-
32680
- .E_l1x7n1mk {
32681
- font-family: Inter;
32682
- font-style: normal;
32683
- font-weight: normal;
32684
- font-size: 12px;
32685
- line-height: 18px;
32686
- }
32687
-
32688
- .E_l9fqufz {
32689
- font-family: Inter;
32690
- font-style: normal;
32691
- font-weight: 500;
32692
- font-size: 12px;
32693
- line-height: 18px;
32694
- }
32695
-
32696
- .E_l1iwnybd {
32697
- font-family: Inter;
32698
- font-style: normal;
32699
- font-weight: bold;
32700
- font-size: 12px;
32701
- line-height: 18px;
32702
- }
32703
-
32704
- .E_lprtm1e {
32705
- font-family: Inter;
32706
- font-style: normal;
32707
- font-weight: normal;
32708
- text-transform: uppercase;
32709
- font-feature-settings: "cpsp" on;
32710
- font-size: 12px;
32711
- line-height: 18px;
32712
- }
32713
-
32714
- .E_l1lln87h {
32715
- font-family: Inter;
32716
- font-style: normal;
32717
- font-weight: bold;
32718
- text-transform: uppercase;
32719
- font-feature-settings: "cpsp" on;
32720
- font-size: 12px;
32721
- line-height: 18px;
32722
- }
32723
-
32724
- .E_f2pb48l {
32725
- font-family: Inter;
32726
- font-style: normal;
32727
- font-weight: normal;
32728
- font-size: 13px;
32729
- line-height: 20px;
32730
- }
32731
-
32732
- .E_fi9emkw {
32733
- font-family: Inter;
32734
- font-style: normal;
32735
- font-weight: normal;
32736
- font-size: 13px;
32737
- line-height: 20px;
32738
- }
32739
-
32740
- .E_f1nrg7da {
32741
- font-family: Inter;
32742
- font-style: normal;
32743
- font-weight: normal;
32744
- font-size: 12px;
32745
- line-height: 18px;
32746
- }
32747
-
32748
- .E_f17k1i3n {
32749
- font-family: Inter;
32750
- font-style: normal;
32751
- font-weight: normal;
32752
- font-size: 12px;
32753
- line-height: 18px;
32754
- }
32755
-
32756
- .E_t1tvuj2e {
32757
- font-family: Inter;
32758
- font-style: normal;
32759
- font-weight: normal;
32760
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32761
- font-size: 13px;
32762
- line-height: 20px;
32763
- }
32764
-
32765
- .E_t17uajlu {
32766
- font-family: Inter;
32767
- font-style: normal;
32768
- font-weight: normal;
32769
- font-feature-settings: "zero" on;
32770
- font-size: 13px;
32771
- line-height: 20px;
32772
- }
32773
-
32774
- .E_t114zbyz {
32775
- font-family: Inter;
32776
- font-style: normal;
32777
- font-weight: normal;
32778
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32779
- font-size: 12px;
32780
- line-height: 18px;
32781
- }
32782
-
32783
- .E_t1il0kvi {
32784
- font-family: Inter;
32785
- font-style: normal;
32786
- font-weight: 500;
32787
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32788
- font-size: 12px;
32789
- line-height: 18px;
32790
- }
32791
-
32792
- .E_t10dv8p1 {
32793
- font-family: Inter;
32794
- font-style: normal;
32795
- font-weight: normal;
32796
- font-feature-settings: "zero" on;
32797
- font-size: 12px;
32798
- line-height: 18px;
32799
- }
32800
-
32801
- .E_tc2oqpq {
32802
- font-family: Inter;
32803
- font-style: normal;
32804
- font-weight: 500;
32805
- font-feature-settings: "zero" on;
32806
- font-size: 12px;
32807
- line-height: 18px;
32808
- }
32809
-
32810
- .E_tzvddmc {
32811
- font-family: Inter;
32812
- font-style: normal;
32813
- font-weight: bold;
32814
- font-feature-settings: "zero" on;
32815
- font-size: 16px;
32816
- line-height: 24px;
32817
- }
32818
-
32819
- .E_u18llj45 {
32820
- font-family: Inter;
32821
- font-style: normal;
32822
- font-weight: normal;
32823
- font-size: 10px;
32824
- line-height: 12px;
32825
- }
32826
-
32827
- .E_tc97u5y {
32828
- height: 100%;
32829
- }
32830
-
32831
- .E_tfzf37v {
32832
- height: 100%;
32833
- }
32834
- .E_tfzf37v.empty-table .ant-table-content {
32835
- overflow: visible !important;
32836
- height: 100%;
32837
- }
32838
- .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
32839
- height: 100%;
32840
- }
32841
- .E_tfzf37v.empty-table .ant-table-content table {
32842
- width: 100% !important;
32843
- height: 100%;
32844
- }
32845
- .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
32846
- padding: 15px 0;
32847
- }
32848
- .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
32849
- display: none;
32850
- }
32851
- .E_tfzf37v .active-row td:nth-child(1) {
32852
- font-weight: 700;
32853
- }
32854
- .E_tfzf37v.has-selection .active-row td:nth-child(2) {
32855
- font-weight: 700;
32856
- }
32857
- .E_tfzf37v .ant-spin-nested-loading {
32858
- height: 100%;
32673
+ border-bottom-left-radius: 0;
32859
32674
  }
32860
- .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
32861
- height: 100%;
32862
- overflow: visible;
32675
+
32676
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32677
+ border-top-right-radius: 0;
32678
+ border-bottom-right-radius: 0;
32863
32679
  }
32864
- .E_tfzf37v .ant-spin-nested-loading .ant-spin {
32865
- max-height: none;
32680
+
32681
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32682
+ border-top-left-radius: 0;
32683
+ border-bottom-left-radius: 0;
32866
32684
  }
32867
- .E_tfzf37v.table-init-loading .ant-spin-blur thead,
32868
- .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
32869
- display: none;
32685
+
32686
+ .E_c3ni091 {
32687
+ display: flex;
32688
+ flex-direction: column;
32870
32689
  }
32871
- .E_tfzf37v td.ant-table-column-sort {
32872
- background: transparent;
32690
+ .E_c3ni091 .select-wrapper {
32691
+ margin-top: 12px;
32873
32692
  }
32874
- .E_tfzf37v td.ant-table-cell-fix-left,
32875
- .E_tfzf37v td.ant-table-cell-fix-right {
32876
- background: #fff;
32877
- padding: 0 !important;
32693
+ .E_c3ni091 .select-wrapper .select {
32694
+ width: 100%;
32878
32695
  }
32879
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
32880
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
32881
- display: flex;
32882
- align-items: center;
32883
- height: 100%;
32884
- padding: 8px;
32696
+ .E_c3ni091 .radio-wrapper {
32697
+ margin-top: 24px;
32885
32698
  }
32886
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
32887
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
32888
- overflow: hidden;
32889
- text-overflow: ellipsis;
32699
+ .E_c3ni091 div.form-item {
32890
32700
  width: 100%;
32891
32701
  }
32892
- .E_tfzf37v .ant-table-container {
32893
- height: 100%;
32702
+
32703
+ .E_d105ju2d {
32704
+ font-size: 14px;
32705
+ font-weight: 500;
32706
+ color: #3e4652;
32707
+ line-height: 18px;
32894
32708
  }
32895
- .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
32896
- box-shadow: none !important;
32709
+ .E_d105ju2d + .E_d105ju2d {
32710
+ margin-top: 16px;
32897
32711
  }
32898
- .E_tfzf37v .ant-table {
32899
- border-radius: 0px;
32900
- border-left: none;
32901
- border-right: none;
32902
- border-bottom: none;
32903
- height: 100%;
32712
+ .E_d105ju2d + * {
32713
+ margin-top: 16px;
32714
+ }
32715
+
32716
+ .E_lh0l62z.E_d105ju2d {
32904
32717
  font-size: 12px;
32905
- background: transparent;
32718
+ color: rgba(44, 56, 82, 0.6);
32719
+ margin-top: 12px;
32906
32720
  }
32907
- .E_tfzf37v .ant-table .ant-table-header {
32908
- position: relative;
32909
- z-index: 3;
32910
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
32911
- margin-bottom: -1px;
32721
+
32722
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32723
+ line-height: 18px;
32724
+ font-weight: 500;
32725
+ margin-top: 0;
32726
+ white-space: initial;
32912
32727
  }
32913
- .E_tfzf37v .ant-table .time-wrapper .date,
32914
- .E_tfzf37v .ant-table .value {
32915
- color: #2d3a56;
32728
+
32729
+ .E_r1skkc3l {
32730
+ display: block;
32916
32731
  }
32917
- .E_tfzf37v .ant-table .time-wrapper .time,
32918
- .E_tfzf37v .ant-table .unit {
32732
+ .E_r1skkc3l span {
32733
+ font-size: 14px;
32734
+ font-weight: 500;
32735
+ line-height: 32px;
32736
+ color: #3e4652;
32737
+ }
32738
+
32739
+ .E_c3cobmo {
32740
+ margin-top: 16px;
32741
+ padding: 8px;
32742
+ border-radius: 6px;
32743
+ background: rgba(225, 230, 241, 0.6);
32919
32744
  color: rgba(44, 56, 82, 0.6);
32745
+ font-size: 12px;
32920
32746
  }
32921
- .E_tfzf37v .ant-table .ant-table-selection {
32922
- position: unset;
32923
- text-align: center;
32747
+ .E_c3cobmo div {
32748
+ line-height: 20px;
32749
+ display: flex;
32750
+ align-items: center;
32751
+ word-break: break-all;
32924
32752
  }
32925
- .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
32926
- background: #fff;
32753
+ .E_c3cobmo .title {
32754
+ font-weight: 700;
32755
+ line-height: 18px;
32756
+ margin: 4px 0;
32927
32757
  }
32928
- .E_tfzf37v .ant-table .anticon-setting {
32929
- cursor: pointer;
32930
- position: absolute;
32931
- top: 50%;
32932
- right: 12px;
32933
- transform: translateY(-50%);
32758
+
32759
+ .E_iouxfgt {
32760
+ display: inline-flex;
32761
+ align-items: center;
32934
32762
  }
32935
- .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
32936
- box-shadow: none;
32937
- width: 1px;
32938
- background: rgba(213, 219, 227, 0.6);
32763
+ .E_iouxfgt .icon-inner {
32764
+ display: inline-flex;
32765
+ align-items: center;
32766
+ justify-content: center;
32939
32767
  }
32940
- .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
32941
- box-shadow: none;
32942
- width: 1px;
32943
- background: rgba(213, 219, 227, 0.6);
32768
+ .E_iouxfgt .icon-inner + span,
32769
+ .E_iouxfgt span + .icon-inner.suffix {
32770
+ margin-left: 4px;
32944
32771
  }
32945
- .E_tfzf37v .ant-table .ant-table-tbody {
32946
- position: relative;
32772
+ .E_iouxfgt.is-rotate img,
32773
+ .E_iouxfgt.is-rotate svg {
32774
+ animation: rotate 680ms linear infinite;
32947
32775
  }
32948
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
32949
- border-top: 1px solid rgba(211, 218, 235, 0.6);
32950
- border-bottom: 1px solid white;
32951
- height: 40px;
32952
- vertical-align: middle;
32953
- transition: background 0ms;
32954
- color: #00122e;
32776
+
32777
+ .E_h1ol2wl7 {
32778
+ font-weight: bold;
32779
+ background-color: unset;
32780
+ padding: unset;
32955
32781
  }
32956
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
32957
- background: #f2f5fa;
32958
- border-bottom-color: #f2f5fa;
32782
+
32783
+ .E_ryby9ds {
32784
+ display: flex;
32785
+ align-items: center;
32959
32786
  }
32960
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
32961
- height: auto;
32962
- color: #00122e;
32963
- font-size: 12px;
32964
- text-align: left;
32965
- transition: none;
32966
- overflow: hidden;
32967
- text-overflow: ellipsis;
32968
- white-space: nowrap;
32787
+ .E_ryby9ds .order {
32788
+ height: 24px;
32789
+ width: 24px;
32790
+ border-radius: 20px;
32791
+ color: #0080ff;
32792
+ background: rgba(0, 136, 255, 0.1);
32793
+ display: flex;
32794
+ align-items: center;
32795
+ justify-content: center;
32796
+ margin-right: 6px;
32969
32797
  }
32970
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
32971
- color: #0096ff;
32798
+
32799
+ .E_suhck3k {
32800
+ height: 24px;
32801
+ width: 24px;
32802
+ border-radius: 6px;
32803
+ padding: 4px;
32972
32804
  }
32973
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
32974
- overflow: hidden;
32975
- text-overflow: ellipsis;
32976
- width: 100%;
32977
- vertical-align: middle;
32805
+ .E_suhck3k:hover {
32806
+ background-color: rgba(0, 136, 255, 0.1);
32978
32807
  }
32979
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
32980
- line-height: 0px;
32808
+ .E_suhck3k:hover svg path {
32809
+ fill: blue;
32981
32810
  }
32982
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
32983
- padding-right: 25px;
32811
+
32812
+ .E_drhfj7c .bottom {
32813
+ color: rgba(44, 56, 82, 0.75);
32984
32814
  }
32985
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
32986
- border-top-color: transparent;
32815
+ .E_drhfj7c .left.bottom {
32816
+ min-width: 0;
32987
32817
  }
32988
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
32989
- background: rgba(225, 230, 241, 0.6);
32990
- border-color: transparent transparent white;
32818
+
32819
+ .E_ct9qoak {
32820
+ display: flex;
32821
+ flex-direction: row;
32822
+ justify-content: space-between;
32991
32823
  }
32992
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
32993
- border-radius: 8px 0 0 8px;
32824
+ .E_ct9qoak .label {
32825
+ color: rgba(44, 56, 82, 0.6);
32826
+ font-weight: 400;
32994
32827
  }
32995
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
32996
- border-radius: 8px 0 0 8px;
32828
+
32829
+ .E_crhnxq5 {
32830
+ display: flex;
32831
+ flex-direction: column;
32832
+ justify-content: center;
32833
+ align-items: center;
32834
+ height: 240px;
32835
+ width: 432px;
32997
32836
  }
32998
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
32999
- content: "";
33000
- width: 4px;
33001
- top: -1px;
33002
- bottom: -1px;
33003
- background: white;
32837
+
32838
+ .E_c1iq43vd.ant-input-affix-wrapper {
32839
+ border-radius: 0px;
32840
+ box-shadow: unset;
32841
+ border: 0;
32842
+ border-bottom: 1px solid #e4e9f2;
33004
32843
  }
33005
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
33006
- border-radius: 0 8px 8px 0;
32844
+
32845
+ .E_c1h2v0a8.antd5 .antd5-selector {
32846
+ padding: 4px;
33007
32847
  }
33008
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
33009
- border-radius: 0;
33010
- background: white;
33011
- border-top: none;
32848
+ .E_c1h2v0a8.antd5 .antd5-selector:after {
32849
+ line-height: normal;
33012
32850
  }
33013
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
33014
- border-top: 1px solid transparent;
33015
- border-radius: 0 8px 8px 0;
33016
- background: rgba(225, 230, 241, 0.6);
32851
+ .E_c1h2v0a8.antd5 .antd5-selector .antd5-selection-search-input {
32852
+ height: 22px;
33017
32853
  }
33018
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
33019
- background: white;
33020
- border-top: 1px solid rgba(211, 218, 235, 0.6);
32854
+ .E_c1h2v0a8.antd5 .antd5-selector .antd5-selection-overflow {
32855
+ row-gap: 2px;
33021
32856
  }
33022
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
33023
- display: flex;
33024
- align-items: center;
33025
- height: 100%;
33026
- background: rgba(225, 230, 241, 0.6);
32857
+ .E_c1h2v0a8.antd5 .antd5-selector .antd5-selection-overflow-item {
32858
+ line-height: normal;
33027
32859
  }
33028
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
33029
- background: white;
33030
- border-top: 1px solid rgba(211, 218, 235, 0.6);
32860
+
32861
+ .E_cgzzd7y {
32862
+ font-size: 13px;
33031
32863
  }
33032
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
32864
+
32865
+ .E_c1ec3mnt {
32866
+ padding: 7px 14px;
32867
+ height: 20px;
32868
+ font-weight: 400;
32869
+ box-sizing: content-box;
32870
+ color: rgba(44, 56, 82, 0.75);
33033
32871
  display: flex;
32872
+ flex-direction: row;
32873
+ justify-content: space-between;
33034
32874
  align-items: center;
33035
- height: 100%;
33036
- background: rgba(225, 230, 241, 0.6);
33037
- }
33038
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
33039
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
32875
+ border-bottom: 1px solid #e4e9f2;
33040
32876
  }
33041
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
33042
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
32877
+
32878
+ .E_c1iye0zj {
32879
+ box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
33043
32880
  border-radius: 8px;
32881
+ padding: 0px;
33044
32882
  }
33045
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
33046
- border-top-color: white;
32883
+ .E_c1iye0zj ul.antd5-menu {
32884
+ padding: 6px;
32885
+ height: 240px;
33047
32886
  }
33048
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
33049
- background: rgba(0, 136, 255, 0.1);
33050
- border-bottom-color: transparent;
33051
- border-top-color: transparent;
32887
+ .E_c1iye0zj:not(:has(.E_crhnxq5)) li {
32888
+ min-width: 296px;
32889
+ padding: 4px 4px 4px 8px;
32890
+ color: #00122e;
32891
+ margin-bottom: 2px;
33052
32892
  }
33053
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
33054
- border-radius: 8px 0 0 8px;
32893
+ .E_c1iye0zj:not(:has(.E_crhnxq5)) li .icon-wrapper {
32894
+ vertical-align: middle;
33055
32895
  }
33056
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
33057
- border-radius: 0 8px 8px 0;
32896
+ .E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item-active {
32897
+ font-weight: 400;
33058
32898
  }
33059
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
33060
- background: rgba(0, 136, 255, 0.1);
32899
+ .E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item-active:hover {
32900
+ font-weight: 400;
33061
32901
  }
33062
- .E_tfzf37v .ant-table .ant-table-thead > tr > th {
33063
- background: #fff;
32902
+ .E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item-active:active {
32903
+ background: rgba(0, 136, 255, 0.2);
32904
+ }
32905
+ .E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item-active .icon-wrapper svg path {
32906
+ fill: #0080ff;
32907
+ }
32908
+ .E_c1iye0zj:not(:has(.E_crhnxq5)) li:hover {
32909
+ background: rgba(225, 230, 241, 0.6);
33064
32910
  font-weight: 400;
33065
- position: relative;
33066
- border-bottom: none;
33067
- color: #00122e;
33068
- transition: none;
33069
- padding: 15px 8px 15px 8px;
33070
32911
  }
33071
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
33072
- content: "";
33073
- width: 1px;
33074
- top: 0;
33075
- bottom: 0;
32912
+ .E_c1iye0zj:not(:has(.E_crhnxq5)) li:hover .icon-wrapper svg path {
32913
+ fill: #0080ff;
32914
+ }
32915
+ .E_c1iye0zj:not(:has(.E_crhnxq5)) li:active {
33076
32916
  background: rgba(211, 218, 235, 0.6);
33077
- position: absolute;
33078
- right: 0;
33079
32917
  }
33080
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
33081
- padding: unset;
32918
+ .E_c1iye0zj li:has(.E_drhfj7c) .antd5-checkbox {
32919
+ align-self: flex-start;
33082
32920
  }
33083
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
32921
+ .E_c1iye0zj:has(.E_crhnxq5) .E_cgzzd7y {
33084
32922
  display: none;
33085
32923
  }
33086
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
33087
- width: 100%;
33088
- overflow: hidden;
33089
- white-space: nowrap;
33090
- text-overflow: ellipsis;
32924
+ .E_c1iye0zj .antd5-checkbox {
32925
+ height: 22px;
32926
+ display: flex;
32927
+ align-items: center;
32928
+ top: 0;
33091
32929
  }
33092
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
33093
- overflow: hidden;
33094
- text-overflow: ellipsis;
33095
- flex: 1;
32930
+ .E_c1iye0zj .antd5-checkbox-checked::after {
32931
+ border: none;
33096
32932
  }
33097
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
33098
- padding: 15px 25px 15px 8px;
32933
+ .E_c1iye0zj.antd5-checkbox-wrapper:hover .antd5-checkbox-inner, .E_c1iye0zj.antd5-checkbox-wrapper.__pseudo-states-hover .antd5-checkbox-inner, .E_c1iye0zj .antd5-checkbox:hover .antd5-checkbox-inner {
32934
+ border-color: #0080ff;
33099
32935
  }
33100
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
33101
- padding: 0;
32936
+ .E_c1iye0zj .antd5-checkbox .antd5-checkbox-inner {
32937
+ border: 1px solid rgba(107, 128, 167, 0.6);
33102
32938
  }
33103
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
33104
- position: absolute;
33105
- right: 6px;
33106
- top: 50%;
33107
- transform: translateY(-50%);
33108
- height: 16px;
33109
- display: none;
33110
- transition: transform 320ms ease;
32939
+ .E_c1iye0zj .antd5-checkbox.antd5-checkbox-checked .antd5-checkbox-inner, .E_c1iye0zj .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
32940
+ border: 1px solid #0080ff;
33111
32941
  }
33112
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
33113
- display: block;
33114
- transform: translateY(-50%) rotateX(180deg);
32942
+ .E_c1iye0zj .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
32943
+ background: #0080ff;
33115
32944
  }
33116
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
33117
- display: block;
32945
+ .E_c1iye0zj .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
32946
+ background-color: #fff;
32947
+ height: 2px;
32948
+ width: 10px;
32949
+ border-radius: 2px;
33118
32950
  }
33119
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
33120
- display: none;
32951
+ .E_c1iye0zj.antd5-checkbox-wrapper-disabled {
32952
+ opacity: 0.5;
33121
32953
  }
33122
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33123
- transform: translateY(-50%);
32954
+ .E_c1iye0zj.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled .antd5-checkbox-inner {
32955
+ background: rgba(211, 218, 235, 0.6);
32956
+ border-color: rgba(107, 128, 167, 0.6) !important;
33124
32957
  }
33125
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33126
- transform: translateY(-50%) rotateX(180deg);
32958
+ .E_c1iye0zj.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-checked .antd5-checkbox-inner:after {
32959
+ border-color: #2d3a56;
33127
32960
  }
33128
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33129
- background: #f2f5fa;
32961
+ .E_c1iye0zj.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
32962
+ background: #2d3a56;
33130
32963
  }
33131
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33132
- display: block;
32964
+ .E_c1iye0zj .antd5-checkbox + span, .E_c1iye0zj .antd5-checkbox-disabled + span {
32965
+ padding: 0;
33133
32966
  }
33134
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
33135
- padding-right: 25px;
32967
+ .E_c1iye0zj .antd5-checkbox + span .main, .E_c1iye0zj .antd5-checkbox-disabled + span .main {
32968
+ display: inline-block;
32969
+ margin-left: 12px;
32970
+ color: #2d3a56;
33136
32971
  }
33137
- .E_tfzf37v .ant-table .ant-table-selection-column {
33138
- padding: 0 !important;
32972
+ .E_c1iye0zj .antd5-checkbox + span .sub, .E_c1iye0zj .antd5-checkbox-disabled + span .sub {
32973
+ margin-left: 28px;
32974
+ color: rgba(44, 56, 82, 0.6);
33139
32975
  }
33140
- .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33141
- position: absolute;
33142
- left: 50%;
33143
- top: 50%;
33144
- transform: translate(-50%, -50%);
32976
+ .E_c1iye0zj.compact .antd5-checkbox + span .main, .E_c1iye0zj.compact .antd5-checkbox-disabled + span .main {
32977
+ margin-left: 8px;
33145
32978
  }
33146
- .E_tfzf37v .ant-table .ant-table-selection-column:after {
33147
- display: none;
32979
+ .E_c1iye0zj.compact .antd5-checkbox + span .sub, .E_c1iye0zj.compact .antd5-checkbox-disabled + span .sub {
32980
+ margin-left: 24px;
33148
32981
  }
33149
- .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
33150
- background: #fff;
32982
+ .E_c1iye0zj .E_drhfj7c {
32983
+ width: 400px;
33151
32984
  }
33152
- .E_tfzf37v .ant-table .ant-table-placeholder {
33153
- background: inherit;
32985
+
32986
+ .E_ckhyuyx ul.antd5-menu {
32987
+ padding: 4px;
32988
+ height: 158px;
33154
32989
  }
33155
- .E_tfzf37v .ant-table .ant-table-placeholder td {
33156
- position: static;
33157
- border: none;
33158
- background: inherit !important;
33159
- height: 100px;
33160
- vertical-align: middle;
32990
+ .E_ckhyuyx.E_c1iye0zj {
32991
+ border-radius: 6px;
33161
32992
  }
33162
- .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
33163
- .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33164
- font-weight: bold;
33165
- font-size: 20px;
33166
- color: rgba(10, 37, 85, 0.6);
32993
+ .E_ckhyuyx.E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item {
32994
+ min-width: 200px;
32995
+ font-size: 12px;
33167
32996
  }
33168
- .E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
33169
- .E_tfzf37v .ant-table th.cell__action_ {
33170
- z-index: 10;
32997
+ .E_ckhyuyx.E_c1iye0zj .E_c1ec3mnt {
32998
+ padding: 6px 12px;
32999
+ height: 18px;
33000
+ font-size: 12px;
33171
33001
  }
33172
- .E_tfzf37v .ant-table td.cell__action_ {
33173
- padding: 0 !important;
33174
- position: relative;
33175
- background: #fff;
33002
+
33003
+ .E_c1fmq9lv ul.antd5-menu {
33004
+ padding: 8px;
33005
+ height: 320px;
33176
33006
  }
33177
- .E_tfzf37v .ant-table td.cell__action_ > * {
33178
- height: 100%;
33179
- display: flex;
33180
- align-items: center;
33181
- justify-content: flex-end;
33182
- padding-right: 8px;
33007
+ .E_c1fmq9lv.E_c1iye0zj {
33008
+ border-radius: 10px;
33009
+ }
33010
+ .E_c1fmq9lv.E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item {
33011
+ min-width: 296px;
33012
+ padding: 8px;
33013
+ }
33014
+ .E_c1fmq9lv.E_c1iye0zj .E_c1ec3mnt {
33015
+ height: 22px;
33016
+ padding: 8px 16px;
33017
+ font-size: 14px;
33018
+ }
33019
+
33020
+ .E_t1gvlxt5 {
33021
+ min-width: 0;
33022
+ flex: 1;
33183
33023
  }
33184
- .E_tfzf37v .ant-table td.cell__action_ .menu-button {
33185
- width: 24px;
33186
- height: 24px;
33187
- cursor: pointer;
33188
- justify-content: center;
33189
- border-radius: 4px;
33024
+ .E_t1gvlxt5 .tag {
33025
+ flex: 0 0 auto;
33190
33026
  }
33191
- .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
33192
- background: #fff;
33027
+ .E_t1gvlxt5 .progress-title {
33028
+ flex: 2;
33029
+ max-width: fit-content;
33030
+ }
33031
+ .E_t1gvlxt5 .progress-desc {
33032
+ flex: 1;
33033
+ max-width: fit-content;
33193
33034
  }
33194
33035
 
33195
- .E_h1ol2wl7 {
33196
- font-weight: bold;
33197
- background-color: unset;
33198
- padding: unset;
33036
+ .E_a1ji6r68 {
33037
+ display: flex;
33038
+ align-items: center;
33039
+ column-gap: var(--a1ji6r68-0);
33199
33040
  }
33200
33041
 
33201
33042
  .E_c1kchka8 {
@@ -33696,679 +33537,618 @@ input.E_rf8rlle.ant-input {
33696
33537
  .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33697
33538
  transform: rotate(90deg);
33698
33539
  }
33699
- .E_c1kghdax .sub-info {
33700
- font-size: 12px;
33701
- line-height: 18px;
33702
- }
33703
- .E_c1kghdax .title-wrapper {
33704
- display: flex;
33705
- align-items: center;
33706
- user-select: none;
33707
- flex-grow: 1;
33708
- font-size: 12px;
33709
- line-height: 18px;
33710
- color: #2d3a56;
33711
- font-weight: 700;
33712
- }
33713
- .E_c1kghdax .collapse-arrow {
33714
- transition: all 50ms ease-out 0ms;
33715
- margin-right: 2px;
33716
- }
33717
-
33718
- .E_c1yd35n {
33719
- padding: 0 12px 14px 12px;
33720
- }
33721
-
33722
- .E_suhck3k {
33723
- height: 24px;
33724
- width: 24px;
33725
- border-radius: 6px;
33726
- padding: 4px;
33727
- }
33728
- .E_suhck3k:hover {
33729
- background-color: rgba(0, 136, 255, 0.1);
33730
- }
33731
- .E_suhck3k:hover svg path {
33732
- fill: blue;
33733
- }
33734
-
33735
- .E_b14q2gmw {
33736
- 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);
33737
- }
33738
-
33739
- .E_c1eym6el {
33740
- border-radius: 8px;
33741
- background-color: white;
33742
- }
33743
- .E_c1eym6el.hoverable {
33744
- cursor: pointer;
33745
- }
33746
- .E_c1eym6el.hoverable:hover {
33747
- transition: all 200ms ease;
33748
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33749
- transform: translateY(-4px);
33750
- }
33751
-
33752
- .E_ryby9ds {
33753
- display: flex;
33754
- align-items: center;
33755
- }
33756
- .E_ryby9ds .order {
33757
- height: 24px;
33758
- width: 24px;
33759
- border-radius: 20px;
33760
- color: #0080ff;
33761
- background: rgba(0, 136, 255, 0.1);
33762
- display: flex;
33763
- align-items: center;
33764
- justify-content: center;
33765
- margin-right: 6px;
33766
- }
33767
-
33768
- .E_ckui4s7 {
33769
- color: #2d3a56;
33770
- line-height: 22px;
33771
- display: inline-flex;
33772
- }
33773
- .E_ckui4s7 .ant-checkbox {
33774
- height: 22px;
33775
- display: flex;
33776
- align-items: center;
33777
- top: 0;
33778
- }
33779
- .E_ckui4s7 .ant-checkbox-checked::after {
33780
- border: none;
33781
- }
33782
- .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
33783
- border-color: #0080ff;
33784
- }
33785
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
33786
- border: 1px solid rgba(107, 128, 167, 0.6);
33787
- }
33788
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33789
- border: 1px solid #0080ff;
33790
- }
33791
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33792
- background: #0080ff;
33793
- }
33794
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33795
- background-color: #fff;
33796
- height: 2px;
33797
- width: 10px;
33798
- border-radius: 2px;
33799
- }
33800
- .E_ckui4s7.ant-checkbox-wrapper-disabled {
33801
- opacity: 0.5;
33802
- }
33803
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
33804
- background: rgba(211, 218, 235, 0.6);
33805
- border-color: rgba(107, 128, 167, 0.6) !important;
33806
- }
33807
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
33808
- border-color: #2d3a56;
33809
- }
33810
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33811
- background: #2d3a56;
33812
- }
33813
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33814
- padding: 0;
33815
- }
33816
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33817
- display: inline-block;
33818
- margin-left: 12px;
33819
- color: #2d3a56;
33820
- }
33821
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33822
- margin-left: 28px;
33823
- color: rgba(44, 56, 82, 0.6);
33824
- }
33825
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33826
- margin-left: 8px;
33827
- }
33828
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33829
- margin-left: 24px;
33830
- }
33831
-
33832
- .E_drhfj7c .bottom {
33833
- color: rgba(44, 56, 82, 0.75);
33834
- }
33835
- .E_drhfj7c .left.bottom {
33836
- min-width: 0;
33837
- }
33838
-
33839
- .E_ct9qoak {
33840
- display: flex;
33841
- flex-direction: row;
33842
- justify-content: space-between;
33843
- }
33844
- .E_ct9qoak .label {
33845
- color: rgba(44, 56, 82, 0.6);
33846
- font-weight: 400;
33847
- }
33848
-
33849
- .E_crhnxq5 {
33850
- display: flex;
33851
- flex-direction: column;
33852
- justify-content: center;
33853
- align-items: center;
33854
- height: 240px;
33855
- width: 432px;
33856
- }
33857
-
33858
- .E_c1iq43vd.ant-input-affix-wrapper {
33859
- border-radius: 0px;
33860
- box-shadow: unset;
33861
- border: 0;
33862
- border-bottom: 1px solid #e4e9f2;
33863
- }
33864
-
33865
- .E_c1h2v0a8.antd5 .antd5-selector {
33866
- padding: 4px;
33867
- }
33868
- .E_c1h2v0a8.antd5 .antd5-selector:after {
33869
- line-height: normal;
33870
- }
33871
- .E_c1h2v0a8.antd5 .antd5-selector .antd5-selection-search-input {
33872
- height: 22px;
33873
- }
33874
- .E_c1h2v0a8.antd5 .antd5-selector .antd5-selection-overflow {
33875
- row-gap: 2px;
33876
- }
33877
- .E_c1h2v0a8.antd5 .antd5-selector .antd5-selection-overflow-item {
33878
- line-height: normal;
33879
- }
33880
-
33881
- .E_cgzzd7y {
33882
- font-size: 13px;
33883
- }
33884
-
33885
- .E_c1ec3mnt {
33886
- padding: 7px 14px;
33887
- height: 20px;
33888
- font-weight: 400;
33889
- box-sizing: content-box;
33890
- color: rgba(44, 56, 82, 0.75);
33891
- display: flex;
33892
- flex-direction: row;
33893
- justify-content: space-between;
33894
- align-items: center;
33895
- border-bottom: 1px solid #e4e9f2;
33896
- }
33897
-
33898
- .E_c1iye0zj {
33899
- box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
33900
- border-radius: 8px;
33901
- padding: 0px;
33902
- }
33903
- .E_c1iye0zj ul.antd5-menu {
33904
- padding: 6px;
33905
- height: 240px;
33906
- }
33907
- .E_c1iye0zj:not(:has(.E_crhnxq5)) li {
33908
- min-width: 296px;
33909
- padding: 4px 4px 4px 8px;
33910
- color: #00122e;
33911
- margin-bottom: 2px;
33912
- }
33913
- .E_c1iye0zj:not(:has(.E_crhnxq5)) li .icon-wrapper {
33914
- vertical-align: middle;
33915
- }
33916
- .E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item-active {
33917
- font-weight: 400;
33918
- }
33919
- .E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item-active:hover {
33920
- font-weight: 400;
33921
- }
33922
- .E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item-active:active {
33923
- background: rgba(0, 136, 255, 0.2);
33924
- }
33925
- .E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item-active .icon-wrapper svg path {
33926
- fill: #0080ff;
33927
- }
33928
- .E_c1iye0zj:not(:has(.E_crhnxq5)) li:hover {
33929
- background: rgba(225, 230, 241, 0.6);
33930
- font-weight: 400;
33540
+ .E_c1kghdax .sub-info {
33541
+ font-size: 12px;
33542
+ line-height: 18px;
33931
33543
  }
33932
- .E_c1iye0zj:not(:has(.E_crhnxq5)) li:hover .icon-wrapper svg path {
33933
- fill: #0080ff;
33544
+ .E_c1kghdax .title-wrapper {
33545
+ display: flex;
33546
+ align-items: center;
33547
+ user-select: none;
33548
+ flex-grow: 1;
33549
+ font-size: 12px;
33550
+ line-height: 18px;
33551
+ color: #2d3a56;
33552
+ font-weight: 700;
33934
33553
  }
33935
- .E_c1iye0zj:not(:has(.E_crhnxq5)) li:active {
33936
- background: rgba(211, 218, 235, 0.6);
33554
+ .E_c1kghdax .collapse-arrow {
33555
+ transition: all 50ms ease-out 0ms;
33556
+ margin-right: 2px;
33937
33557
  }
33938
- .E_c1iye0zj li:has(.E_drhfj7c) .antd5-checkbox {
33939
- align-self: flex-start;
33558
+
33559
+ .E_c1yd35n {
33560
+ padding: 0 12px 14px 12px;
33940
33561
  }
33941
- .E_c1iye0zj:has(.E_crhnxq5) .E_cgzzd7y {
33942
- display: none;
33562
+
33563
+ .E_ckui4s7 {
33564
+ color: #2d3a56;
33565
+ line-height: 22px;
33566
+ display: inline-flex;
33943
33567
  }
33944
- .E_c1iye0zj .antd5-checkbox {
33568
+ .E_ckui4s7 .ant-checkbox {
33945
33569
  height: 22px;
33946
33570
  display: flex;
33947
33571
  align-items: center;
33948
33572
  top: 0;
33949
33573
  }
33950
- .E_c1iye0zj .antd5-checkbox-checked::after {
33574
+ .E_ckui4s7 .ant-checkbox-checked::after {
33951
33575
  border: none;
33952
33576
  }
33953
- .E_c1iye0zj.antd5-checkbox-wrapper:hover .antd5-checkbox-inner, .E_c1iye0zj.antd5-checkbox-wrapper.__pseudo-states-hover .antd5-checkbox-inner, .E_c1iye0zj .antd5-checkbox:hover .antd5-checkbox-inner {
33577
+ .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
33954
33578
  border-color: #0080ff;
33955
33579
  }
33956
- .E_c1iye0zj .antd5-checkbox .antd5-checkbox-inner {
33580
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
33957
33581
  border: 1px solid rgba(107, 128, 167, 0.6);
33958
33582
  }
33959
- .E_c1iye0zj .antd5-checkbox.antd5-checkbox-checked .antd5-checkbox-inner, .E_c1iye0zj .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
33583
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33960
33584
  border: 1px solid #0080ff;
33961
33585
  }
33962
- .E_c1iye0zj .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
33586
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33963
33587
  background: #0080ff;
33964
33588
  }
33965
- .E_c1iye0zj .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
33589
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33966
33590
  background-color: #fff;
33967
33591
  height: 2px;
33968
33592
  width: 10px;
33969
33593
  border-radius: 2px;
33970
33594
  }
33971
- .E_c1iye0zj.antd5-checkbox-wrapper-disabled {
33595
+ .E_ckui4s7.ant-checkbox-wrapper-disabled {
33972
33596
  opacity: 0.5;
33973
33597
  }
33974
- .E_c1iye0zj.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled .antd5-checkbox-inner {
33598
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
33975
33599
  background: rgba(211, 218, 235, 0.6);
33976
33600
  border-color: rgba(107, 128, 167, 0.6) !important;
33977
33601
  }
33978
- .E_c1iye0zj.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-checked .antd5-checkbox-inner:after {
33602
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
33979
33603
  border-color: #2d3a56;
33980
33604
  }
33981
- .E_c1iye0zj.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
33605
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33982
33606
  background: #2d3a56;
33983
33607
  }
33984
- .E_c1iye0zj .antd5-checkbox + span, .E_c1iye0zj .antd5-checkbox-disabled + span {
33608
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33985
33609
  padding: 0;
33986
33610
  }
33987
- .E_c1iye0zj .antd5-checkbox + span .main, .E_c1iye0zj .antd5-checkbox-disabled + span .main {
33611
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33988
33612
  display: inline-block;
33989
33613
  margin-left: 12px;
33990
33614
  color: #2d3a56;
33991
33615
  }
33992
- .E_c1iye0zj .antd5-checkbox + span .sub, .E_c1iye0zj .antd5-checkbox-disabled + span .sub {
33616
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33993
33617
  margin-left: 28px;
33994
33618
  color: rgba(44, 56, 82, 0.6);
33995
33619
  }
33996
- .E_c1iye0zj.compact .antd5-checkbox + span .main, .E_c1iye0zj.compact .antd5-checkbox-disabled + span .main {
33620
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33997
33621
  margin-left: 8px;
33998
33622
  }
33999
- .E_c1iye0zj.compact .antd5-checkbox + span .sub, .E_c1iye0zj.compact .antd5-checkbox-disabled + span .sub {
33623
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
34000
33624
  margin-left: 24px;
34001
33625
  }
34002
- .E_c1iye0zj .E_drhfj7c {
34003
- width: 400px;
33626
+
33627
+ .E_b14q2gmw {
33628
+ 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);
34004
33629
  }
34005
33630
 
34006
- .E_ckhyuyx ul.antd5-menu {
34007
- padding: 4px;
34008
- height: 158px;
33631
+ .E_c1eym6el {
33632
+ border-radius: 8px;
33633
+ background-color: white;
34009
33634
  }
34010
- .E_ckhyuyx.E_c1iye0zj {
34011
- border-radius: 6px;
33635
+ .E_c1eym6el.hoverable {
33636
+ cursor: pointer;
34012
33637
  }
34013
- .E_ckhyuyx.E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item {
34014
- min-width: 200px;
33638
+ .E_c1eym6el.hoverable:hover {
33639
+ transition: all 200ms ease;
33640
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33641
+ transform: translateY(-4px);
33642
+ }
33643
+
33644
+ .E_lht19u8 {
33645
+ width: 64px;
33646
+ height: 64px;
33647
+ display: flex;
33648
+ align-items: center;
33649
+ justify-content: center;
33650
+ position: relative;
33651
+ opacity: 0.2;
33652
+ }
33653
+
33654
+ .E_lk3gkp4 {
33655
+ position: absolute;
33656
+ width: 5px;
33657
+ height: 48px;
33658
+ left: 9.33px;
33659
+ top: 40.5px;
33660
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33661
+ border-radius: 5px;
33662
+ transform: rotate(-128deg);
33663
+ transform-origin: top left;
33664
+ animation: loading-indicator1 1100ms ease-out infinite;
33665
+ }
33666
+
33667
+ .E_ll4n94n {
33668
+ position: absolute;
33669
+ width: 5px;
33670
+ height: 48px;
33671
+ left: 40.8px;
33672
+ top: 8.4px;
33673
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33674
+ border-radius: 5px;
33675
+ transform: rotate(-8deg);
33676
+ transform-origin: top left;
33677
+ animation: loading-indicator2 1100ms ease-out infinite;
33678
+ }
33679
+
33680
+ .E_l17lbdo6 {
33681
+ position: absolute;
33682
+ width: 5px;
33683
+ height: 48px;
33684
+ left: 52.9px;
33685
+ top: 51.8px;
33686
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33687
+ border-radius: 5px;
33688
+ transform: rotate(112deg);
33689
+ transform-origin: top left;
33690
+ animation: loading-indicator3 1100ms ease-out infinite;
33691
+ }
33692
+
33693
+ .E_w7ob4th.outside-tag {
33694
+ padding-left: 0;
33695
+ }
33696
+ .E_w7ob4th.outside-tag .inside-tag {
33697
+ border-radius: 4px 0 0 4px;
33698
+ padding-right: 4px;
33699
+ margin-right: 4px;
33700
+ }
33701
+
33702
+ .E_slr2ynn {
33703
+ padding: 0 8px;
33704
+ height: 18px;
33705
+ }
33706
+
33707
+ .E_m140wbb6 {
33708
+ padding: 2px 8px;
33709
+ height: 24px;
33710
+ }
33711
+
33712
+ .E_t1fozc1i {
33713
+ margin: 0;
33714
+ }
33715
+
33716
+ .E_i1vxv4ln {
33717
+ margin-right: 4px;
33718
+ height: 16px;
33719
+ }
33720
+
33721
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33722
+ font-weight: 700;
33723
+ color: #00122e;
33724
+ background-color: rgba(237, 241, 250, 0.6);
33725
+ border: 1px solid rgba(211, 218, 235, 0.6);
33726
+ word-break: break-all;
33727
+ display: inline;
33728
+ white-space: normal;
33729
+ }
33730
+
33731
+ button.E_l48ei06.ant-btn {
34015
33732
  font-size: 12px;
33733
+ line-height: 18px;
33734
+ height: 18px;
33735
+ }
33736
+
33737
+ button.E_l48ei06 {
33738
+ color: #0080FF;
33739
+ height: unset;
33740
+ }
33741
+ button.E_l48ei06 .button-prefix-icon {
33742
+ margin-right: 4px;
33743
+ }
33744
+ button.E_l48ei06 .button-suffix-icon {
33745
+ margin-left: 4px;
33746
+ }
33747
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
33748
+ color: #009DFF;
33749
+ }
33750
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
33751
+ color: #005ED1;
33752
+ }
33753
+ button.E_l48ei06.ui-kit-link-disabled {
33754
+ color: #0080FF;
33755
+ }
33756
+ button.E_l48ei06.ui-kit-link-primary {
33757
+ color: #00122E;
33758
+ }
33759
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
33760
+ color: #0080FF;
33761
+ }
33762
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
33763
+ color: #005ED1;
33764
+ }
33765
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33766
+ color: #00122E;
33767
+ }
33768
+ button.E_l48ei06.ui-kit-link-secondary {
33769
+ color: rgba(44, 56, 82, 0.7490196078);
33770
+ }
33771
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33772
+ color: #0080FF;
33773
+ }
33774
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33775
+ color: #005ED1;
33776
+ }
33777
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33778
+ color: rgba(44, 56, 82, 0.7490196078);
33779
+ }
33780
+
33781
+ .E_tc97u5y {
33782
+ height: 100%;
33783
+ }
33784
+
33785
+ .E_tfzf37v {
33786
+ height: 100%;
33787
+ }
33788
+ .E_tfzf37v.empty-table .ant-table-content {
33789
+ overflow: visible !important;
33790
+ height: 100%;
33791
+ }
33792
+ .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
33793
+ height: 100%;
33794
+ }
33795
+ .E_tfzf37v.empty-table .ant-table-content table {
33796
+ width: 100% !important;
33797
+ height: 100%;
33798
+ }
33799
+ .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
33800
+ padding: 15px 0;
33801
+ }
33802
+ .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
33803
+ display: none;
33804
+ }
33805
+ .E_tfzf37v .active-row td:nth-child(1) {
33806
+ font-weight: 700;
33807
+ }
33808
+ .E_tfzf37v.has-selection .active-row td:nth-child(2) {
33809
+ font-weight: 700;
33810
+ }
33811
+ .E_tfzf37v .ant-spin-nested-loading {
33812
+ height: 100%;
34016
33813
  }
34017
- .E_ckhyuyx.E_c1iye0zj .E_c1ec3mnt {
34018
- padding: 6px 12px;
34019
- height: 18px;
34020
- font-size: 12px;
33814
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
33815
+ height: 100%;
33816
+ overflow: visible;
34021
33817
  }
34022
-
34023
- .E_c1fmq9lv ul.antd5-menu {
34024
- padding: 8px;
34025
- height: 320px;
33818
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin {
33819
+ max-height: none;
34026
33820
  }
34027
- .E_c1fmq9lv.E_c1iye0zj {
34028
- border-radius: 10px;
33821
+ .E_tfzf37v.table-init-loading .ant-spin-blur thead,
33822
+ .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
33823
+ display: none;
34029
33824
  }
34030
- .E_c1fmq9lv.E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item {
34031
- min-width: 296px;
34032
- padding: 8px;
33825
+ .E_tfzf37v td.ant-table-column-sort {
33826
+ background: transparent;
34033
33827
  }
34034
- .E_c1fmq9lv.E_c1iye0zj .E_c1ec3mnt {
34035
- height: 22px;
34036
- padding: 8px 16px;
34037
- font-size: 14px;
33828
+ .E_tfzf37v td.ant-table-cell-fix-left,
33829
+ .E_tfzf37v td.ant-table-cell-fix-right {
33830
+ background: #fff;
33831
+ padding: 0 !important;
34038
33832
  }
34039
-
34040
- .E_lht19u8 {
34041
- width: 64px;
34042
- height: 64px;
33833
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
33834
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
34043
33835
  display: flex;
34044
33836
  align-items: center;
34045
- justify-content: center;
34046
- position: relative;
34047
- opacity: 0.2;
34048
- }
34049
-
34050
- .E_lk3gkp4 {
34051
- position: absolute;
34052
- width: 5px;
34053
- height: 48px;
34054
- left: 9.33px;
34055
- top: 40.5px;
34056
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34057
- border-radius: 5px;
34058
- transform: rotate(-128deg);
34059
- transform-origin: top left;
34060
- animation: loading-indicator1 1100ms ease-out infinite;
33837
+ height: 100%;
33838
+ padding: 8px;
34061
33839
  }
34062
-
34063
- .E_ll4n94n {
34064
- position: absolute;
34065
- width: 5px;
34066
- height: 48px;
34067
- left: 40.8px;
34068
- top: 8.4px;
34069
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34070
- border-radius: 5px;
34071
- transform: rotate(-8deg);
34072
- transform-origin: top left;
34073
- animation: loading-indicator2 1100ms ease-out infinite;
33840
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
33841
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
33842
+ overflow: hidden;
33843
+ text-overflow: ellipsis;
33844
+ width: 100%;
34074
33845
  }
34075
-
34076
- .E_l17lbdo6 {
34077
- position: absolute;
34078
- width: 5px;
34079
- height: 48px;
34080
- left: 52.9px;
34081
- top: 51.8px;
34082
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34083
- border-radius: 5px;
34084
- transform: rotate(112deg);
34085
- transform-origin: top left;
34086
- animation: loading-indicator3 1100ms ease-out infinite;
33846
+ .E_tfzf37v .ant-table-container {
33847
+ height: 100%;
34087
33848
  }
34088
-
34089
- .E_t1gvlxt5 {
34090
- min-width: 0;
34091
- flex: 1;
33849
+ .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
33850
+ box-shadow: none !important;
34092
33851
  }
34093
- .E_t1gvlxt5 .tag {
34094
- flex: 0 0 auto;
33852
+ .E_tfzf37v .ant-table {
33853
+ border-radius: 0px;
33854
+ border-left: none;
33855
+ border-right: none;
33856
+ border-bottom: none;
33857
+ height: 100%;
33858
+ font-size: 12px;
33859
+ background: transparent;
34095
33860
  }
34096
- .E_t1gvlxt5 .progress-title {
34097
- flex: 2;
34098
- max-width: fit-content;
33861
+ .E_tfzf37v .ant-table .ant-table-header {
33862
+ position: relative;
33863
+ z-index: 3;
33864
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33865
+ margin-bottom: -1px;
34099
33866
  }
34100
- .E_t1gvlxt5 .progress-desc {
34101
- flex: 1;
34102
- max-width: fit-content;
33867
+ .E_tfzf37v .ant-table .time-wrapper .date,
33868
+ .E_tfzf37v .ant-table .value {
33869
+ color: #2d3a56;
34103
33870
  }
34104
-
34105
- .E_a1ji6r68 {
34106
- display: flex;
34107
- align-items: center;
34108
- column-gap: var(--a1ji6r68-0);
33871
+ .E_tfzf37v .ant-table .time-wrapper .time,
33872
+ .E_tfzf37v .ant-table .unit {
33873
+ color: rgba(44, 56, 82, 0.6);
34109
33874
  }
34110
-
34111
- .E_sjob3jg {
34112
- --item-min-width: 60px;
33875
+ .E_tfzf37v .ant-table .ant-table-selection {
33876
+ position: unset;
33877
+ text-align: center;
34113
33878
  }
34114
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
34115
- display: none !important;
33879
+ .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
33880
+ background: #fff;
34116
33881
  }
34117
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
34118
- flex-shrink: 0 !important;
33882
+ .E_tfzf37v .ant-table .anticon-setting {
33883
+ cursor: pointer;
33884
+ position: absolute;
33885
+ top: 50%;
33886
+ right: 12px;
33887
+ transform: translateY(-50%);
34119
33888
  }
34120
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
34121
- color: #0080ff;
33889
+ .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
33890
+ box-shadow: none;
33891
+ width: 1px;
33892
+ background: rgba(213, 219, 227, 0.6);
34122
33893
  }
34123
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34124
- color: #0080ff;
34125
- font-weight: normal;
33894
+ .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
33895
+ box-shadow: none;
33896
+ width: 1px;
33897
+ background: rgba(213, 219, 227, 0.6);
34126
33898
  }
34127
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
34128
- color: rgba(44, 56, 82, 0.6);
33899
+ .E_tfzf37v .ant-table .ant-table-tbody {
33900
+ position: relative;
34129
33901
  }
34130
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33902
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
33903
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33904
+ border-bottom: 1px solid white;
33905
+ height: 40px;
33906
+ vertical-align: middle;
33907
+ transition: background 0ms;
34131
33908
  color: #00122e;
34132
33909
  }
34133
- .E_sjob3jg .step-item-text {
34134
- display: inline-block;
33910
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
33911
+ background: #f2f5fa;
33912
+ border-bottom-color: #f2f5fa;
34135
33913
  }
34136
- .E_sjob3jg .step-item-title {
33914
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
33915
+ height: auto;
33916
+ color: #00122e;
33917
+ font-size: 12px;
33918
+ text-align: left;
33919
+ transition: none;
34137
33920
  overflow: hidden;
33921
+ text-overflow: ellipsis;
34138
33922
  white-space: nowrap;
33923
+ }
33924
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
33925
+ color: #0096ff;
33926
+ }
33927
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
33928
+ overflow: hidden;
34139
33929
  text-overflow: ellipsis;
33930
+ width: 100%;
33931
+ vertical-align: middle;
34140
33932
  }
34141
-
34142
- .E_hjvj6s6 .ant-steps-item-container {
34143
- min-width: var(--item-min-width);
33933
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
33934
+ line-height: 0px;
34144
33935
  }
34145
- .E_hjvj6s6 .ant-steps-item-disabled {
34146
- cursor: not-allowed !important;
33936
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
33937
+ padding-right: 25px;
34147
33938
  }
34148
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34149
- flex-direction: row;
34150
- justify-content: stretch;
33939
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
33940
+ border-top-color: transparent;
34151
33941
  }
34152
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34153
- padding: 0;
34154
- margin-right: 4px;
34155
- flex: 1;
34156
- overflow: visible;
33942
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
33943
+ background: rgba(225, 230, 241, 0.6);
33944
+ border-color: transparent transparent white;
34157
33945
  }
34158
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34159
- width: 100%;
34160
- min-height: unset;
33946
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
33947
+ border-radius: 8px 0 0 8px;
34161
33948
  }
34162
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34163
- height: 26px;
34164
- line-height: 26px;
34165
- width: 100%;
34166
- padding: 0;
34167
- font-size: 12px;
33949
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
33950
+ border-radius: 8px 0 0 8px;
34168
33951
  }
34169
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34170
- margin-right: 10px;
33952
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
33953
+ content: "";
33954
+ width: 4px;
33955
+ top: -1px;
33956
+ bottom: -1px;
33957
+ background: white;
34171
33958
  }
34172
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34173
- display: none;
33959
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
33960
+ border-radius: 0 8px 8px 0;
34174
33961
  }
34175
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34176
- padding-left: 8px;
34177
- padding-right: 4px;
34178
- border-radius: 4px 0 0 4px;
33962
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
33963
+ border-radius: 0;
33964
+ background: white;
33965
+ border-top: none;
33966
+ }
33967
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
33968
+ border-top: 1px solid transparent;
33969
+ border-radius: 0 8px 8px 0;
33970
+ background: rgba(225, 230, 241, 0.6);
33971
+ }
33972
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
33973
+ background: white;
33974
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33975
+ }
33976
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
33977
+ display: flex;
33978
+ align-items: center;
33979
+ height: 100%;
33980
+ background: rgba(225, 230, 241, 0.6);
34179
33981
  }
34180
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34181
- margin-right: 0;
33982
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
33983
+ background: white;
33984
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34182
33985
  }
34183
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34184
- padding-right: 8px;
34185
- padding-left: 12px;
34186
- border-radius: 0 4px 4px 0;
33986
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
33987
+ display: flex;
33988
+ align-items: center;
33989
+ height: 100%;
33990
+ background: rgba(225, 230, 241, 0.6);
34187
33991
  }
34188
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
34189
- content: "";
34190
- width: 0;
34191
- height: 0;
34192
- border: 13px solid transparent;
34193
- position: absolute;
34194
- top: 0;
34195
- border-left: 8px solid rgba(237, 241, 250, 0.6);
34196
- z-index: 2;
34197
- position: relative;
34198
- top: -50%;
34199
- right: -100%;
33992
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
33993
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34200
33994
  }
34201
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34202
- padding: 0 4px 0 12px;
33995
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
33996
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
33997
+ border-radius: 8px;
34203
33998
  }
34204
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34205
- content: "";
34206
- width: 0;
34207
- height: 0;
34208
- border: 13px solid transparent;
34209
- position: absolute;
34210
- top: 0;
34211
- border-left: 8px solid #fff;
34212
- left: 0;
33999
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34000
+ border-top-color: white;
34213
34001
  }
34214
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34215
- max-width: calc(100% - var(--item-min-width) * 2);
34002
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
34003
+ background: rgba(0, 136, 255, 0.1);
34004
+ border-bottom-color: transparent;
34005
+ border-top-color: transparent;
34216
34006
  }
34217
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34218
- background-color: rgba(0, 136, 255, 0.1);
34007
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34008
+ border-radius: 8px 0 0 8px;
34219
34009
  }
34220
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34221
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34010
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34011
+ border-radius: 0 8px 8px 0;
34222
34012
  }
34223
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34224
- cursor: pointer;
34225
- min-width: var(--item-min-width);
34013
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34014
+ background: rgba(0, 136, 255, 0.1);
34226
34015
  }
34227
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34228
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34229
- min-width: var(--item-min-width);
34016
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th {
34017
+ background: #fff;
34018
+ font-weight: 400;
34019
+ position: relative;
34020
+ border-bottom: none;
34021
+ color: #00122e;
34022
+ transition: none;
34023
+ padding: 15px 8px 15px 8px;
34230
34024
  }
34231
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34232
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34233
- background-color: rgba(237, 241, 250, 0.6);
34025
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
34026
+ content: "";
34027
+ width: 1px;
34028
+ top: 0;
34029
+ bottom: 0;
34030
+ background: rgba(211, 218, 235, 0.6);
34031
+ position: absolute;
34032
+ right: 0;
34234
34033
  }
34235
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34236
- padding: 0;
34034
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
34035
+ padding: unset;
34237
34036
  }
34238
-
34239
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34240
- width: 192px;
34241
- row-gap: 2px;
34037
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
34038
+ display: none;
34242
34039
  }
34243
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34244
- background-color: rgba(225, 230, 241, 0.6);
34040
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34041
+ width: 100%;
34042
+ overflow: hidden;
34043
+ white-space: nowrap;
34044
+ text-overflow: ellipsis;
34245
34045
  }
34246
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34247
- color: #00122e !important;
34046
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34047
+ overflow: hidden;
34048
+ text-overflow: ellipsis;
34049
+ flex: 1;
34248
34050
  }
34249
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34250
- background-color: rgba(225, 230, 241, 0.6);
34051
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34052
+ padding: 15px 25px 15px 8px;
34251
34053
  }
34252
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34253
- padding: 0 8px;
34254
- border-radius: 4px;
34255
- height: 32px;
34256
- display: flex;
34257
- align-items: center;
34054
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34055
+ padding: 0;
34258
34056
  }
34259
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34260
- min-height: auto;
34261
- white-space: nowrap;
34057
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34058
+ position: absolute;
34059
+ right: 6px;
34060
+ top: 50%;
34061
+ transform: translateY(-50%);
34062
+ height: 16px;
34063
+ display: none;
34064
+ transition: transform 320ms ease;
34262
34065
  }
34263
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34264
- font-size: 13px;
34265
- line-height: 20px;
34266
- max-width: 100%;
34267
- padding-right: 0;
34066
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34067
+ display: block;
34068
+ transform: translateY(-50%) rotateX(180deg);
34268
34069
  }
34269
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34270
- background: rgba(0, 128, 255, 0.1);
34070
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34071
+ display: block;
34271
34072
  }
34272
-
34273
- .E_h6l1tj4 {
34274
- width: 100%;
34275
- display: inline-flex;
34276
- align-items: center;
34277
- justify-content: center;
34278
- column-gap: 4px;
34073
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34074
+ display: none;
34279
34075
  }
34280
- .E_h6l1tj4 .step-item-prefix-container {
34281
- display: inline-flex;
34282
- align-items: center;
34283
- width: 18px;
34284
- height: 18px;
34285
- color: rgba(44, 56, 82, 0.75);
34286
- justify-content: center;
34076
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34077
+ transform: translateY(-50%);
34287
34078
  }
34288
-
34289
- .E_v18frne8 {
34290
- width: 100%;
34291
- display: flex;
34292
- align-items: center;
34293
- justify-content: center;
34294
- column-gap: 6px;
34295
- font-size: 13px;
34079
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34080
+ transform: translateY(-50%) rotateX(180deg);
34296
34081
  }
34297
- .E_v18frne8 .step-item-prefix-container {
34298
- display: inline-flex;
34299
- align-items: center;
34300
- min-width: 20px;
34301
- min-height: 20px;
34302
- color: rgba(44, 56, 82, 0.75);
34303
- justify-content: center;
34082
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34083
+ background: #f2f5fa;
34304
34084
  }
34305
-
34306
- .E_w7ob4th.outside-tag {
34307
- padding-left: 0;
34085
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34086
+ display: block;
34308
34087
  }
34309
- .E_w7ob4th.outside-tag .inside-tag {
34310
- border-radius: 4px 0 0 4px;
34311
- padding-right: 4px;
34312
- margin-right: 4px;
34088
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
34089
+ padding-right: 25px;
34313
34090
  }
34314
-
34315
- .E_slr2ynn {
34316
- padding: 0 8px;
34317
- height: 18px;
34091
+ .E_tfzf37v .ant-table .ant-table-selection-column {
34092
+ padding: 0 !important;
34318
34093
  }
34319
-
34320
- .E_m140wbb6 {
34321
- padding: 2px 8px;
34322
- height: 24px;
34094
+ .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34095
+ position: absolute;
34096
+ left: 50%;
34097
+ top: 50%;
34098
+ transform: translate(-50%, -50%);
34323
34099
  }
34324
-
34325
- .E_t1fozc1i {
34326
- margin: 0;
34100
+ .E_tfzf37v .ant-table .ant-table-selection-column:after {
34101
+ display: none;
34327
34102
  }
34328
-
34329
- .E_i1vxv4ln {
34330
- margin-right: 4px;
34331
- height: 16px;
34103
+ .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
34104
+ background: #fff;
34332
34105
  }
34333
-
34334
- .E_n1afl31m.ant-tag.ant-tag-gray {
34335
- font-weight: 700;
34336
- color: #00122e;
34337
- background-color: rgba(237, 241, 250, 0.6);
34338
- border: 1px solid rgba(211, 218, 235, 0.6);
34339
- word-break: break-all;
34340
- display: inline;
34341
- white-space: normal;
34106
+ .E_tfzf37v .ant-table .ant-table-placeholder {
34107
+ background: inherit;
34342
34108
  }
34343
-
34344
- .E_t13ef470 {
34345
- height: 100%;
34109
+ .E_tfzf37v .ant-table .ant-table-placeholder td {
34110
+ position: static;
34111
+ border: none;
34112
+ background: inherit !important;
34113
+ height: 100px;
34114
+ vertical-align: middle;
34346
34115
  }
34347
- .E_t13ef470 .table-loading-item {
34348
- padding: 12px 4px;
34349
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34350
- display: flex;
34116
+ .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
34117
+ .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34118
+ font-weight: bold;
34119
+ font-size: 20px;
34120
+ color: rgba(10, 37, 85, 0.6);
34351
34121
  }
34352
- .E_t13ef470 .table-loading-item > * {
34353
- height: 16px;
34354
- margin: 4px;
34355
- background: rgba(204, 212, 227, 0.18);
34356
- border-radius: 2px;
34122
+ .E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
34123
+ .E_tfzf37v .ant-table th.cell__action_ {
34124
+ z-index: 10;
34357
34125
  }
34358
- .E_t13ef470 .table-loading-item .checkbox-loading {
34359
- width: 16px;
34126
+ .E_tfzf37v .ant-table td.cell__action_ {
34127
+ padding: 0 !important;
34128
+ position: relative;
34129
+ background: #fff;
34360
34130
  }
34361
- .E_t13ef470 .table-loading-item .td-loading {
34362
- flex: 1;
34131
+ .E_tfzf37v .ant-table td.cell__action_ > * {
34132
+ height: 100%;
34133
+ display: flex;
34134
+ align-items: center;
34135
+ justify-content: flex-end;
34136
+ padding-right: 8px;
34363
34137
  }
34364
- .E_t13ef470 :nth-child(1) {
34365
- padding: 8px 4px;
34138
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button {
34139
+ width: 24px;
34140
+ height: 24px;
34141
+ cursor: pointer;
34142
+ justify-content: center;
34143
+ border-radius: 4px;
34366
34144
  }
34367
- .E_t13ef470 :nth-child(1) > * {
34368
- background: rgba(107, 125, 153, 0.18);
34145
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
34146
+ background: #fff;
34369
34147
  }
34370
- .E_t13ef470 :nth-child(1) > * {
34371
- background: rgba(163, 180, 204, 0.18);
34148
+
34149
+ .E_i1g85yz3 {
34150
+ margin-right: 4px;
34151
+ height: 16px;
34372
34152
  }
34373
34153
 
34374
34154
  .E_t1dtlqs1 {
@@ -34564,9 +34344,199 @@ input.E_rf8rlle.ant-input {
34564
34344
  margin-right: 8px;
34565
34345
  }
34566
34346
 
34567
- .E_i1g85yz3 {
34347
+ .E_sjob3jg {
34348
+ --item-min-width: 60px;
34349
+ }
34350
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
34351
+ display: none !important;
34352
+ }
34353
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
34354
+ flex-shrink: 0 !important;
34355
+ }
34356
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
34357
+ color: #0080ff;
34358
+ }
34359
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34360
+ color: #0080ff;
34361
+ font-weight: normal;
34362
+ }
34363
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
34364
+ color: rgba(44, 56, 82, 0.6);
34365
+ }
34366
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34367
+ color: #00122e;
34368
+ }
34369
+ .E_sjob3jg .step-item-text {
34370
+ display: inline-block;
34371
+ }
34372
+ .E_sjob3jg .step-item-title {
34373
+ overflow: hidden;
34374
+ white-space: nowrap;
34375
+ text-overflow: ellipsis;
34376
+ }
34377
+
34378
+ .E_hjvj6s6 .ant-steps-item-container {
34379
+ min-width: var(--item-min-width);
34380
+ }
34381
+ .E_hjvj6s6 .ant-steps-item-disabled {
34382
+ cursor: not-allowed !important;
34383
+ }
34384
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34385
+ flex-direction: row;
34386
+ justify-content: stretch;
34387
+ }
34388
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34389
+ padding: 0;
34568
34390
  margin-right: 4px;
34569
- height: 16px;
34391
+ flex: 1;
34392
+ overflow: visible;
34393
+ }
34394
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34395
+ width: 100%;
34396
+ min-height: unset;
34397
+ }
34398
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34399
+ height: 26px;
34400
+ line-height: 26px;
34401
+ width: 100%;
34402
+ padding: 0;
34403
+ font-size: 12px;
34404
+ }
34405
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34406
+ margin-right: 10px;
34407
+ }
34408
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34409
+ display: none;
34410
+ }
34411
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34412
+ padding-left: 8px;
34413
+ padding-right: 4px;
34414
+ border-radius: 4px 0 0 4px;
34415
+ }
34416
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34417
+ margin-right: 0;
34418
+ }
34419
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34420
+ padding-right: 8px;
34421
+ padding-left: 12px;
34422
+ border-radius: 0 4px 4px 0;
34423
+ }
34424
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
34425
+ content: "";
34426
+ width: 0;
34427
+ height: 0;
34428
+ border: 13px solid transparent;
34429
+ position: absolute;
34430
+ top: 0;
34431
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
34432
+ z-index: 2;
34433
+ position: relative;
34434
+ top: -50%;
34435
+ right: -100%;
34436
+ }
34437
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34438
+ padding: 0 4px 0 12px;
34439
+ }
34440
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34441
+ content: "";
34442
+ width: 0;
34443
+ height: 0;
34444
+ border: 13px solid transparent;
34445
+ position: absolute;
34446
+ top: 0;
34447
+ border-left: 8px solid #fff;
34448
+ left: 0;
34449
+ }
34450
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34451
+ max-width: calc(100% - var(--item-min-width) * 2);
34452
+ }
34453
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34454
+ background-color: rgba(0, 136, 255, 0.1);
34455
+ }
34456
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34457
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
34458
+ }
34459
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34460
+ cursor: pointer;
34461
+ min-width: var(--item-min-width);
34462
+ }
34463
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34464
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34465
+ min-width: var(--item-min-width);
34466
+ }
34467
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34468
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34469
+ background-color: rgba(237, 241, 250, 0.6);
34470
+ }
34471
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34472
+ padding: 0;
34473
+ }
34474
+
34475
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
34476
+ width: 192px;
34477
+ row-gap: 2px;
34478
+ }
34479
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34480
+ background-color: rgba(225, 230, 241, 0.6);
34481
+ }
34482
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34483
+ color: #00122e !important;
34484
+ }
34485
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34486
+ background-color: rgba(225, 230, 241, 0.6);
34487
+ }
34488
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34489
+ padding: 0 8px;
34490
+ border-radius: 4px;
34491
+ height: 32px;
34492
+ display: flex;
34493
+ align-items: center;
34494
+ }
34495
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34496
+ min-height: auto;
34497
+ white-space: nowrap;
34498
+ }
34499
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34500
+ font-size: 13px;
34501
+ line-height: 20px;
34502
+ max-width: 100%;
34503
+ padding-right: 0;
34504
+ }
34505
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34506
+ background: rgba(0, 128, 255, 0.1);
34507
+ }
34508
+
34509
+ .E_h6l1tj4 {
34510
+ width: 100%;
34511
+ display: inline-flex;
34512
+ align-items: center;
34513
+ justify-content: center;
34514
+ column-gap: 4px;
34515
+ }
34516
+ .E_h6l1tj4 .step-item-prefix-container {
34517
+ display: inline-flex;
34518
+ align-items: center;
34519
+ width: 18px;
34520
+ height: 18px;
34521
+ color: rgba(44, 56, 82, 0.75);
34522
+ justify-content: center;
34523
+ }
34524
+
34525
+ .E_v18frne8 {
34526
+ width: 100%;
34527
+ display: flex;
34528
+ align-items: center;
34529
+ justify-content: center;
34530
+ column-gap: 6px;
34531
+ font-size: 13px;
34532
+ }
34533
+ .E_v18frne8 .step-item-prefix-container {
34534
+ display: inline-flex;
34535
+ align-items: center;
34536
+ min-width: 20px;
34537
+ min-height: 20px;
34538
+ color: rgba(44, 56, 82, 0.75);
34539
+ justify-content: center;
34570
34540
  }
34571
34541
 
34572
34542
  .E_msn7nxt {
@@ -34730,6 +34700,36 @@ input.E_rf8rlle.ant-input {
34730
34700
  margin-left: 8px;
34731
34701
  }
34732
34702
 
34703
+ .E_t13ef470 {
34704
+ height: 100%;
34705
+ }
34706
+ .E_t13ef470 .table-loading-item {
34707
+ padding: 12px 4px;
34708
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34709
+ display: flex;
34710
+ }
34711
+ .E_t13ef470 .table-loading-item > * {
34712
+ height: 16px;
34713
+ margin: 4px;
34714
+ background: rgba(204, 212, 227, 0.18);
34715
+ border-radius: 2px;
34716
+ }
34717
+ .E_t13ef470 .table-loading-item .checkbox-loading {
34718
+ width: 16px;
34719
+ }
34720
+ .E_t13ef470 .table-loading-item .td-loading {
34721
+ flex: 1;
34722
+ }
34723
+ .E_t13ef470 :nth-child(1) {
34724
+ padding: 8px 4px;
34725
+ }
34726
+ .E_t13ef470 :nth-child(1) > * {
34727
+ background: rgba(107, 125, 153, 0.18);
34728
+ }
34729
+ .E_t13ef470 :nth-child(1) > * {
34730
+ background: rgba(163, 180, 204, 0.18);
34731
+ }
34732
+
34733
34733
  .E_f16blduf.ant-form-item {
34734
34734
  margin-bottom: 0;
34735
34735
  }