@cloudtower/eagle 0.27.63 → 0.27.64

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 (124) hide show
  1. package/dist/cjs/UIKitProvider/index.js +8 -2
  2. package/dist/cjs/core/AccordionCard/index.js +11 -6
  3. package/dist/cjs/core/Alert/index.js +12 -7
  4. package/dist/cjs/core/Arch/index.js +5 -1
  5. package/dist/cjs/core/Badge/index.js +5 -1
  6. package/dist/cjs/core/BaseIcon/index.js +11 -6
  7. package/dist/cjs/core/Bit/index.js +6 -2
  8. package/dist/cjs/core/BitPerSecond/index.js +6 -2
  9. package/dist/cjs/core/Bps/index.js +6 -2
  10. package/dist/cjs/core/Breadcrumb/index.js +11 -7
  11. package/dist/cjs/core/Button/HoverableElement.js +6 -2
  12. package/dist/cjs/core/Button/index.js +10 -5
  13. package/dist/cjs/core/ButtonGroup/index.js +12 -8
  14. package/dist/cjs/core/Byte/index.js +8 -4
  15. package/dist/cjs/core/Calendar/index.js +5 -1
  16. package/dist/cjs/core/Card/CardWrapper.js +7 -2
  17. package/dist/cjs/core/Card/index.js +15 -10
  18. package/dist/cjs/core/Cascader/cascader.widget.js +15 -10
  19. package/dist/cjs/core/Cascader/index.js +10 -5
  20. package/dist/cjs/core/Checkbox/index.js +8 -3
  21. package/dist/cjs/core/DetailCard/index.js +6 -2
  22. package/dist/cjs/core/DonutChart/index.js +24 -19
  23. package/dist/cjs/core/DropdownMenu/index.js +15 -11
  24. package/dist/cjs/core/Empty/index.js +5 -1
  25. package/dist/cjs/core/ExpandableList/ExpandIcon.js +6 -2
  26. package/dist/cjs/core/ExpandableList/ExpandableContainer.js +5 -1
  27. package/dist/cjs/core/ExpandableList/ExpandableItem.js +9 -4
  28. package/dist/cjs/core/ExpandableList/RoundOrder.js +7 -3
  29. package/dist/cjs/core/FailedLoad/index.js +9 -4
  30. package/dist/cjs/core/Fields/FieldsBoolean/index.js +5 -1
  31. package/dist/cjs/core/Fields/FieldsDateTime/index.js +5 -1
  32. package/dist/cjs/core/Fields/FieldsDateTimeRange/index.js +8 -3
  33. package/dist/cjs/core/Fields/FieldsEnum/index.js +6 -2
  34. package/dist/cjs/core/Fields/FieldsFloat/index.js +5 -1
  35. package/dist/cjs/core/Fields/FieldsInt/index.js +5 -1
  36. package/dist/cjs/core/Fields/FieldsInteger/index.js +5 -1
  37. package/dist/cjs/core/Fields/FieldsString/index.js +12 -7
  38. package/dist/cjs/core/Fields/FieldsTextArea/index.js +5 -1
  39. package/dist/cjs/core/Fields/FieldsTimePicker/index.js +5 -1
  40. package/dist/cjs/core/FormItem/index.js +7 -2
  41. package/dist/cjs/core/Frequency/index.js +6 -2
  42. package/dist/cjs/core/Icon/index.js +10 -4
  43. package/dist/cjs/core/Input/index.js +7 -2
  44. package/dist/cjs/core/InputInteger/index.js +7 -2
  45. package/dist/cjs/core/InputNumber/index.js +7 -2
  46. package/dist/cjs/core/KitStoreProvider/index.js +5 -1
  47. package/dist/cjs/core/Link/index.js +8 -3
  48. package/dist/cjs/core/Loading/index.js +5 -1
  49. package/dist/cjs/core/Metric/metric.js +7 -3
  50. package/dist/cjs/core/Modal/index.js +17 -12
  51. package/dist/cjs/core/ModalStack/index.js +5 -1
  52. package/dist/cjs/core/Overflow/index.js +13 -8
  53. package/dist/cjs/core/Pagination/index.js +17 -12
  54. package/dist/cjs/core/ParrotTrans/index.js +5 -1
  55. package/dist/cjs/core/Percent/index.js +6 -2
  56. package/dist/cjs/core/Progress/index.js +5 -1
  57. package/dist/cjs/core/Radio/index.js +17 -12
  58. package/dist/cjs/core/SearchInput/index.js +8 -3
  59. package/dist/cjs/core/Second/index.js +6 -2
  60. package/dist/cjs/core/SegmentControl/index.js +7 -2
  61. package/dist/cjs/core/Select/index.js +13 -7
  62. package/dist/cjs/core/SimplePagination/index.js +17 -12
  63. package/dist/cjs/core/Speed/index.js +6 -2
  64. package/dist/cjs/core/StatusCapsule/index.js +11 -6
  65. package/dist/cjs/core/StepProgress/index.js +10 -5
  66. package/dist/cjs/core/Steps/index.js +14 -9
  67. package/dist/cjs/core/Switch/index.js +6 -2
  68. package/dist/cjs/core/Table/TableWidget.js +13 -8
  69. package/dist/cjs/core/Table/index.js +11 -6
  70. package/dist/cjs/core/TableForm/AddRowButton.js +7 -3
  71. package/dist/cjs/core/TableForm/Columns/AffixColumn.js +6 -2
  72. package/dist/cjs/core/TableForm/Columns/CheckboxColumn.js +6 -2
  73. package/dist/cjs/core/TableForm/Columns/FormItem.js +5 -1
  74. package/dist/cjs/core/TableForm/Columns/InputColumn.js +11 -7
  75. package/dist/cjs/core/TableForm/Columns/TextColumn.js +8 -4
  76. package/dist/cjs/core/TableForm/TableFormBodyCell.js +8 -4
  77. package/dist/cjs/core/TableForm/TableFormBodyRows.js +17 -13
  78. package/dist/cjs/core/TableForm/TableFormHeaderCell.js +8 -4
  79. package/dist/cjs/core/TableForm/index.js +12 -8
  80. package/dist/cjs/core/Tag/SplitTag.js +11 -6
  81. package/dist/cjs/core/Tag/index.js +9 -4
  82. package/dist/cjs/core/TextArea/index.js +7 -2
  83. package/dist/cjs/core/Time/index.js +13 -7
  84. package/dist/cjs/core/TimePicker/index.js +7 -2
  85. package/dist/cjs/core/TimeZoneSelect/index.js +21 -16
  86. package/dist/cjs/core/Token/index.js +12 -7
  87. package/dist/cjs/core/Tooltip/index.js +10 -5
  88. package/dist/cjs/core/Truncate/index.js +8 -3
  89. package/dist/cjs/core/antd.js +6 -2
  90. package/dist/cjs/core/message/index.js +19 -9
  91. package/dist/cjs/coreX/BarChart/index.js +6 -2
  92. package/dist/cjs/coreX/BatchOperation/index.js +32 -27
  93. package/dist/cjs/coreX/ChartWithTooltip/index.js +21 -16
  94. package/dist/cjs/coreX/Counting/index.js +5 -1
  95. package/dist/cjs/coreX/CronCalendar/index.js +24 -18
  96. package/dist/cjs/coreX/CronPlan/index.js +59 -52
  97. package/dist/cjs/coreX/DateRangePicker/AbsoluteDate.js +18 -13
  98. package/dist/cjs/coreX/DateRangePicker/Calendar.js +22 -17
  99. package/dist/cjs/coreX/DateRangePicker/InputTime.js +11 -7
  100. package/dist/cjs/coreX/DateRangePicker/RelativeTime.js +9 -4
  101. package/dist/cjs/coreX/DateRangePicker/common.js +9 -5
  102. package/dist/cjs/coreX/DateRangePicker/index.js +34 -29
  103. package/dist/cjs/coreX/DeprecatedDonutChart/index.js +7 -3
  104. package/dist/cjs/coreX/DropdownTransition/index.js +5 -1
  105. package/dist/cjs/coreX/GoBackButton/index.js +7 -3
  106. package/dist/cjs/coreX/I18nNameTag/index.js +6 -2
  107. package/dist/cjs/coreX/NamesTooltip/index.js +7 -3
  108. package/dist/cjs/coreX/OverflowTooltip/index.js +8 -4
  109. package/dist/cjs/coreX/SidebarSubtitle/index.js +5 -1
  110. package/dist/cjs/coreX/SortableList/index.js +5 -1
  111. package/dist/cjs/coreX/SummaryTable/index.js +21 -15
  112. package/dist/cjs/coreX/SwitchWithText/index.js +7 -3
  113. package/dist/cjs/coreX/TabMenu/index.js +27 -22
  114. package/dist/cjs/coreX/TruncatedTextWithTooltip/index.js +7 -3
  115. package/dist/cjs/coreX/UnitWithChart/index.js +13 -9
  116. package/dist/cjs/hooks/useElementResize.js +5 -1
  117. package/dist/cjs/hooks/useElementsSize.js +8 -4
  118. package/dist/cjs/stats1.html +1 -1
  119. package/dist/cjs/utils/cron-time.js +12 -7
  120. package/dist/cjs/utils/time.js +13 -6
  121. package/dist/components.css +2234 -2234
  122. package/dist/esm/stats1.html +1 -1
  123. package/dist/style.css +2171 -2171
  124. package/package.json +5 -5
package/dist/style.css CHANGED
@@ -29779,108 +29779,18 @@ html body {
29779
29779
  font-size: 14px;
29780
29780
  }
29781
29781
 
29782
- .E_skwah65 {
29783
- height: 8px;
29784
- box-sizing: border-box;
29785
- border-radius: 2px;
29786
- background: #f5f7fa;
29787
- display: flex;
29788
- width: 100%;
29789
- overflow: hidden;
29790
- }
29791
- .E_skwah65 .stack-bar-item + .stack-bar-item {
29792
- margin-left: 1px;
29793
- }
29794
-
29795
- .E_s1ebs0ra {
29796
- display: flex;
29797
- align-items: center;
29798
- justify-content: space-between;
29799
- background: #edf0f7;
29800
- padding: 8px 12px;
29801
- position: sticky;
29802
- top: 0;
29803
- z-index: 1;
29804
- margin-bottom: -52px;
29805
- }
29806
- .E_s1ebs0ra .select-total {
29782
+ .E_i1inqkme {
29783
+ height: 18px;
29784
+ line-height: 18px;
29785
+ padding: 0 4px;
29786
+ border-radius: 4px;
29787
+ background: rgba(235, 239, 245, 0.6);
29788
+ border: 1px solid rgba(223, 228, 235, 0.6);
29807
29789
  display: flex;
29808
29790
  align-items: center;
29809
- font-weight: 700;
29810
- flex-shrink: 0;
29811
- }
29812
- .E_s1ebs0ra .select-total .icon-wrapper {
29813
- cursor: pointer;
29814
- margin-left: 8px;
29815
- width: 32px;
29816
- height: 32px;
29817
- border-radius: 50%;
29818
- justify-content: center;
29819
- }
29820
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
29821
- background: rgba(225, 230, 241, 0.6);
29822
- }
29823
- .E_s1ebs0ra .action-group {
29824
- flex: 1;
29825
- margin-left: 88px;
29826
29791
  white-space: nowrap;
29827
- text-align: right;
29828
- position: relative;
29829
- padding: 4px 0;
29830
- margin-top: -4px;
29831
- overflow: hidden;
29832
- }
29833
- .E_s1ebs0ra .action-group .sub-menu-delete {
29834
- transform: translateY(-4px);
29835
- }
29836
- .E_s1ebs0ra .action-group button {
29837
- border: none;
29838
- }
29839
- .E_s1ebs0ra .action-group > *:not(:last-child) {
29840
- margin-right: 8px;
29841
- }
29842
- .E_s1ebs0ra .action-group > button:last-child {
29843
29792
  margin-right: 4px;
29844
29793
  }
29845
- .E_s1ebs0ra .action-group .more-btn {
29846
- cursor: pointer;
29847
- width: 32px;
29848
- height: 32px;
29849
- justify-content: center;
29850
- border-radius: 50%;
29851
- }
29852
- .E_s1ebs0ra .action-group .more-btn:hover {
29853
- background: #fff;
29854
- }
29855
-
29856
- .E_b1nip9bk {
29857
- padding: 4px 11px;
29858
- }
29859
-
29860
- .E_bqamoqe {
29861
- white-space: nowrap;
29862
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29863
- }
29864
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29865
- --color: #0080ff;
29866
- }
29867
- .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] {
29868
- --color: #0080ff;
29869
- }
29870
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29871
- margin-left: 1px;
29872
- }
29873
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29874
- border-top-right-radius: 0;
29875
- border-bottom-right-radius: 0;
29876
- }
29877
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29878
- border-top-left-radius: 0;
29879
- border-bottom-left-radius: 0;
29880
- }
29881
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29882
- border-radius: unset;
29883
- }
29884
29794
 
29885
29795
  .E_fzh9mnb {
29886
29796
  width: 100%;
@@ -29897,24 +29807,6 @@ html body {
29897
29807
  font-size: 18px;
29898
29808
  }
29899
29809
 
29900
- .E_iouxfgt {
29901
- display: inline-flex;
29902
- align-items: center;
29903
- }
29904
- .E_iouxfgt .icon-inner {
29905
- display: inline-flex;
29906
- align-items: center;
29907
- justify-content: center;
29908
- }
29909
- .E_iouxfgt .icon-inner + span,
29910
- .E_iouxfgt span + .icon-inner.suffix {
29911
- margin-left: 4px;
29912
- }
29913
- .E_iouxfgt.is-rotate img,
29914
- .E_iouxfgt.is-rotate svg {
29915
- animation: rotate 680ms linear infinite;
29916
- }
29917
-
29918
29810
  .E_b1wx3t3t.ant-btn-icon-only {
29919
29811
  justify-content: center;
29920
29812
  }
@@ -30165,241 +30057,78 @@ html body {
30165
30057
  padding: 0;
30166
30058
  }
30167
30059
 
30168
- .E_c1up1pdz {
30169
- width: 648px;
30170
- }
30171
- .E_c1up1pdz.active {
30172
- border-color: #0080ff;
30060
+ .E_b1nip9bk {
30061
+ padding: 4px 11px;
30173
30062
  }
30174
- .E_c1up1pdz.active > header {
30175
- background: rgba(0, 128, 255, 0.1);
30063
+
30064
+ .E_bqamoqe {
30065
+ white-space: nowrap;
30066
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30176
30067
  }
30177
- .E_c1up1pdz .expand {
30178
- padding: 12px;
30068
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30069
+ --color: #0080ff;
30179
30070
  }
30180
- .E_c1up1pdz .field-item {
30181
- display: flex;
30182
- padding: 10px 0;
30183
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30071
+ .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] {
30072
+ --color: #0080ff;
30184
30073
  }
30185
- .E_c1up1pdz .field-item:last-child {
30186
- border-bottom: none;
30187
- padding-bottom: 0;
30074
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30075
+ margin-left: 1px;
30188
30076
  }
30189
- .E_c1up1pdz .field-item label {
30190
- line-height: 32px;
30191
- width: 100px;
30192
- color: rgba(62, 70, 82, 0.6);
30077
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30078
+ border-top-right-radius: 0;
30079
+ border-bottom-right-radius: 0;
30193
30080
  }
30194
- .E_c1up1pdz .help {
30195
- color: rgba(62, 70, 82, 0.6);
30196
- margin-top: 5px;
30081
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30082
+ border-top-left-radius: 0;
30083
+ border-bottom-left-radius: 0;
30197
30084
  }
30198
- .E_c1up1pdz .ant-input-affix-wrapper,
30199
- .E_c1up1pdz .ant-picker {
30200
- width: 128px;
30085
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30086
+ border-radius: unset;
30201
30087
  }
30202
30088
 
30203
- .E_c156wh19 {
30204
- display: flex;
30205
- align-items: center;
30206
- justify-content: space-between;
30207
- word-break: keep-all;
30208
- }
30209
- .E_c156wh19 .title {
30210
- margin: 0 16px 0 8px;
30211
- }
30212
- .E_c156wh19 .retain {
30213
- color: rgba(129, 138, 153, 0.6);
30214
- }
30215
- .E_c156wh19 div.left {
30216
- flex: 1;
30217
- display: flex;
30218
- overflow: hidden;
30219
- align-items: center;
30220
- justify-content: flex-start;
30221
- white-space: nowrap;
30222
- }
30223
- .E_c156wh19 div.left .title {
30224
- max-width: 100%;
30225
- overflow: hidden;
30226
- text-overflow: ellipsis;
30227
- }
30228
- .E_c156wh19 div.right {
30229
- display: flex;
30089
+ .E_iouxfgt {
30090
+ display: inline-flex;
30230
30091
  align-items: center;
30231
30092
  }
30232
- .E_c156wh19 .reverse {
30233
- display: flex;
30234
- flex-direction: row-reverse;
30093
+ .E_iouxfgt .icon-inner {
30094
+ display: inline-flex;
30235
30095
  align-items: center;
30096
+ justify-content: center;
30236
30097
  }
30237
- .E_c156wh19 .reverse .ant-switch {
30238
- margin-left: 8px;
30098
+ .E_iouxfgt .icon-inner + span,
30099
+ .E_iouxfgt span + .icon-inner.suffix {
30100
+ margin-left: 4px;
30239
30101
  }
30240
- .E_c156wh19 .close {
30241
- padding-left: 14px;
30242
- margin-left: 14px;
30243
- border-left: 1px solid rgba(129, 138, 153, 0.6);
30244
- cursor: pointer;
30102
+ .E_iouxfgt.is-rotate img,
30103
+ .E_iouxfgt.is-rotate svg {
30104
+ animation: rotate 680ms linear infinite;
30245
30105
  }
30246
30106
 
30247
- .E_m126spxy {
30248
- padding-bottom: 4px;
30249
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30107
+ .E_t1m2x205 .ant-tooltip-arrow {
30108
+ display: none;
30250
30109
  }
30251
- .E_m126spxy .ant-btn-link {
30252
- padding: 1px 10px;
30253
- color: rgba(62, 70, 82, 0.6);
30110
+ .E_t1m2x205 .ant-tooltip-inner {
30111
+ background: rgba(23, 38, 64, 0.8);
30254
30112
  border-radius: 4px;
30255
30113
  }
30256
- .E_m126spxy .ant-btn-link.active {
30257
- background: rgba(0, 128, 255, 0.1);
30258
- color: #0096ff;
30114
+
30115
+ .E_owd0kml {
30116
+ display: inline-block;
30259
30117
  }
30260
30118
 
30261
- .E_wpbf4pq {
30262
- padding: 10px 0;
30263
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30119
+ .E_h1jsgezc {
30120
+ visibility: hidden;
30121
+ position: absolute;
30264
30122
  }
30265
- .E_wpbf4pq .ant-input,
30266
- .E_wpbf4pq .ant-picker {
30267
- width: 80px;
30268
- margin: 0 9px;
30269
- text-align: center;
30123
+
30124
+ .E_rapgekc.ant-radio-wrapper {
30125
+ display: inline-flex;
30126
+ align-items: baseline;
30127
+ white-space: pre-wrap;
30270
30128
  }
30271
- .E_wpbf4pq .options {
30272
- padding: 12px 0 12px 16px;
30273
- border-left: 2px solid rgba(129, 138, 153, 0.6);
30274
- margin: 5px 0 5px 8px;
30275
- }
30276
- .E_wpbf4pq .week-day-option,
30277
- .E_wpbf4pq .month-day-option {
30278
- background: #f5f7fa;
30279
- box-sizing: border-box;
30280
- border-radius: 16px;
30281
- margin-right: 8px;
30282
- }
30283
- .E_wpbf4pq .week-day-option:focus,
30284
- .E_wpbf4pq .month-day-option:focus {
30285
- color: inherit;
30286
- border-color: #d9d9d9;
30287
- }
30288
- .E_wpbf4pq .week-day-option.active {
30289
- background-color: #0096ff;
30290
- border-color: #0096ff;
30291
- color: #fff;
30292
- }
30293
- .E_wpbf4pq .week-day-option.en-text {
30294
- width: 110px;
30295
- margin-top: 4px;
30296
- }
30297
- .E_wpbf4pq .month-day-option {
30298
- width: 32px;
30299
- padding: 0;
30300
- margin-bottom: 8px;
30301
- }
30302
- .E_wpbf4pq .month-day-option.active {
30303
- background-color: #0096ff;
30304
- border-color: #0096ff;
30305
- color: #fff;
30306
- }
30307
-
30308
- .E_i1inqkme {
30309
- height: 18px;
30310
- line-height: 18px;
30311
- padding: 0 4px;
30312
- border-radius: 4px;
30313
- background: rgba(235, 239, 245, 0.6);
30314
- border: 1px solid rgba(223, 228, 235, 0.6);
30315
- display: flex;
30316
- align-items: center;
30317
- white-space: nowrap;
30318
- margin-right: 4px;
30319
- }
30320
-
30321
- .E_t1m2x205 .ant-tooltip-arrow {
30322
- display: none;
30323
- }
30324
- .E_t1m2x205 .ant-tooltip-inner {
30325
- background: rgba(23, 38, 64, 0.8);
30326
- border-radius: 4px;
30327
- }
30328
-
30329
- .E_owd0kml {
30330
- display: inline-block;
30331
- }
30332
-
30333
- .E_h1jsgezc {
30334
- visibility: hidden;
30335
- position: absolute;
30336
- }
30337
-
30338
- .E_phljevk {
30339
- display: flex;
30340
- justify-content: space-between;
30341
- align-items: center;
30342
- padding: 10px 0;
30343
- color: rgba(44, 56, 82, 0.6);
30344
- font-size: 12px;
30345
- line-height: 24px;
30346
- }
30347
- .E_phljevk .pagination-left {
30348
- padding: 2px 8px;
30349
- }
30350
- .E_phljevk .dropdown-trigger {
30351
- display: flex;
30352
- align-items: center;
30353
- border-radius: 6px;
30354
- cursor: pointer;
30355
- transition: all 0.3s ease;
30356
- }
30357
- .E_phljevk .dropdown-trigger:hover {
30358
- background: rgba(211, 218, 235, 0.6);
30359
- color: #0080ff;
30360
- }
30361
- .E_phljevk .dropdown-trigger .icon-inner {
30362
- margin-left: 4px;
30363
- }
30364
- .E_phljevk .pagination-right {
30365
- display: flex;
30366
- align-items: center;
30367
- color: #0080ff;
30368
- font-weight: bold;
30369
- }
30370
- .E_phljevk .pagination-right .icon-inner {
30371
- margin-left: 4px;
30372
- }
30373
- .E_phljevk .pagination-right .prev-btn,
30374
- .E_phljevk .pagination-right .next-btn {
30375
- padding: 0 8px;
30376
- }
30377
- .E_phljevk .pagination-right .prev-btn > span,
30378
- .E_phljevk .pagination-right .next-btn > span {
30379
- color: #0080ff;
30380
- }
30381
- .E_phljevk .pagination-right .next-btn .icon-inner {
30382
- transform: rotate(180deg);
30383
- }
30384
-
30385
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30386
- max-height: calc(100vh - 128px);
30387
- overflow-y: auto;
30388
- }
30389
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30390
- padding: 4px 20px;
30391
- font-size: 12px;
30392
- line-height: 18px;
30393
- }
30394
-
30395
- .E_rapgekc.ant-radio-wrapper {
30396
- display: inline-flex;
30397
- align-items: baseline;
30398
- white-space: pre-wrap;
30399
- }
30400
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30401
- position: relative;
30402
- top: 3px;
30129
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30130
+ position: relative;
30131
+ top: 3px;
30403
30132
  }
30404
30133
  .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30405
30134
  border-color: rgba(107, 128, 167, 0.6);
@@ -30538,1380 +30267,1575 @@ html body {
30538
30267
  width: 36px;
30539
30268
  }
30540
30269
 
30541
- .E_dsnbhzf {
30542
- font-family: Inter;
30543
- font-style: normal;
30544
- font-weight: bold;
30545
- font-size: 32px;
30546
- line-height: 40px;
30547
- }
30548
-
30549
- .E_d1mvo22k {
30550
- font-family: Inter;
30551
- font-style: normal;
30552
- font-weight: bold;
30553
- font-size: 24px;
30554
- line-height: 32px;
30270
+ .E_skwah65 {
30271
+ height: 8px;
30272
+ box-sizing: border-box;
30273
+ border-radius: 2px;
30274
+ background: #f5f7fa;
30275
+ display: flex;
30276
+ width: 100%;
30277
+ overflow: hidden;
30555
30278
  }
30556
-
30557
- .E_d1b444tr {
30558
- font-family: Inter;
30559
- font-style: normal;
30560
- font-weight: normal;
30561
- font-size: 32px;
30562
- line-height: 40px;
30279
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
30280
+ margin-left: 1px;
30563
30281
  }
30564
30282
 
30565
- .E_dvs0kue {
30566
- font-family: Inter;
30567
- font-style: normal;
30568
- font-weight: bold;
30569
- font-size: 20px;
30283
+ .E_phljevk {
30284
+ display: flex;
30285
+ justify-content: space-between;
30286
+ align-items: center;
30287
+ padding: 10px 0;
30288
+ color: rgba(44, 56, 82, 0.6);
30289
+ font-size: 12px;
30570
30290
  line-height: 24px;
30571
30291
  }
30572
-
30573
- .E_d1hcbfcq {
30574
- font-family: Inter;
30575
- font-style: normal;
30576
- font-weight: normal;
30577
- font-size: 20px;
30578
- line-height: 24px;
30292
+ .E_phljevk .pagination-left {
30293
+ padding: 2px 8px;
30579
30294
  }
30580
-
30581
- .E_d1cz922v {
30582
- font-family: Inter;
30583
- font-style: normal;
30584
- font-weight: bold;
30585
- font-size: 18px;
30586
- line-height: 22px;
30295
+ .E_phljevk .dropdown-trigger {
30296
+ display: flex;
30297
+ align-items: center;
30298
+ border-radius: 6px;
30299
+ cursor: pointer;
30300
+ transition: all 0.3s ease;
30587
30301
  }
30588
-
30589
- .E_d3nzbrm {
30590
- font-family: Inter;
30591
- font-style: normal;
30592
- font-weight: normal;
30593
- font-size: 18px;
30594
- line-height: 22px;
30302
+ .E_phljevk .dropdown-trigger:hover {
30303
+ background: rgba(211, 218, 235, 0.6);
30304
+ color: #0080ff;
30595
30305
  }
30596
-
30597
- .E_h1g0p5ob {
30598
- font-family: Inter;
30599
- font-style: normal;
30306
+ .E_phljevk .dropdown-trigger .icon-inner {
30307
+ margin-left: 4px;
30308
+ }
30309
+ .E_phljevk .pagination-right {
30310
+ display: flex;
30311
+ align-items: center;
30312
+ color: #0080ff;
30600
30313
  font-weight: bold;
30601
- font-size: 16px;
30602
- line-height: 22px;
30603
30314
  }
30604
-
30605
- .E_hydo2ej {
30606
- font-family: Inter;
30607
- font-style: normal;
30608
- font-weight: normal;
30609
- font-size: 16px;
30610
- line-height: 22px;
30315
+ .E_phljevk .pagination-right .icon-inner {
30316
+ margin-left: 4px;
30611
30317
  }
30612
-
30613
- .E_h1hbuq0r {
30614
- font-family: Inter;
30615
- font-style: normal;
30616
- font-weight: bold;
30617
- font-size: 14px;
30618
- line-height: 20px;
30318
+ .E_phljevk .pagination-right .prev-btn,
30319
+ .E_phljevk .pagination-right .next-btn {
30320
+ padding: 0 8px;
30619
30321
  }
30620
-
30621
- .E_h13bondg {
30622
- font-family: Inter;
30623
- font-style: normal;
30624
- font-weight: normal;
30625
- font-size: 14px;
30626
- line-height: 20px;
30322
+ .E_phljevk .pagination-right .prev-btn > span,
30323
+ .E_phljevk .pagination-right .next-btn > span {
30324
+ color: #0080ff;
30627
30325
  }
30628
-
30629
- .E_h1mhvdlx {
30630
- font-family: Inter;
30631
- font-style: normal;
30632
- font-weight: bold;
30633
- font-size: 12px;
30634
- line-height: 18px;
30326
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30327
+ transform: rotate(180deg);
30635
30328
  }
30636
30329
 
30637
- .E_h1inmfq6 {
30638
- font-family: Inter;
30639
- font-style: normal;
30640
- font-weight: normal;
30641
- font-size: 12px;
30642
- line-height: 18px;
30330
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30331
+ max-height: calc(100vh - 128px);
30332
+ overflow-y: auto;
30643
30333
  }
30644
-
30645
- .E_h1kfc0la {
30646
- font-family: Inter;
30647
- font-style: normal;
30648
- font-weight: bold;
30649
- text-transform: uppercase;
30650
- font-feature-settings: "cpsp" on;
30334
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30335
+ padding: 4px 20px;
30651
30336
  font-size: 12px;
30652
30337
  line-height: 18px;
30653
30338
  }
30654
30339
 
30655
- .E_h10xnyuu {
30656
- font-family: Inter;
30657
- font-style: normal;
30658
- font-weight: normal;
30659
- text-transform: uppercase;
30660
- font-feature-settings: "cpsp" on;
30661
- font-size: 12px;
30662
- line-height: 18px;
30340
+ .E_s1dizucg.ant-switch {
30341
+ min-width: 40px;
30342
+ height: 24px;
30343
+ background: rgba(172, 186, 211, 0.6);
30344
+ overflow: hidden;
30663
30345
  }
30664
-
30665
- .E_lrcmi0v {
30666
- font-family: Inter;
30667
- font-style: normal;
30668
- font-weight: normal;
30669
- font-size: 16px;
30670
- line-height: 24px;
30346
+ .E_s1dizucg.ant-switch:focus {
30347
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30348
+ }
30349
+ .E_s1dizucg.ant-switch-small {
30350
+ min-width: 26px;
30351
+ height: 16px;
30352
+ }
30353
+ .E_s1dizucg.ant-switch-large {
30354
+ min-width: 52px;
30355
+ height: 32px;
30356
+ }
30357
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30358
+ height: 20px;
30359
+ width: 20px;
30360
+ }
30361
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30362
+ border-radius: 10px;
30363
+ transition-delay: 120ms;
30364
+ }
30365
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30366
+ height: 14px;
30367
+ width: 14px;
30368
+ top: 1px;
30369
+ left: 1px;
30370
+ }
30371
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30372
+ height: 28px;
30373
+ width: 28px;
30374
+ }
30375
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30376
+ border-radius: 14px;
30377
+ }
30378
+ .E_s1dizucg.ant-switch-checked {
30379
+ background-color: #00ba5d;
30380
+ }
30381
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30382
+ left: calc(100% - 20px - 2px);
30383
+ }
30384
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30385
+ left: calc(100% - 14px - 1px);
30386
+ }
30387
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30388
+ left: calc(100% - 28px - 2px);
30671
30389
  }
30672
30390
 
30673
- .E_lzt43lp {
30674
- font-family: Inter;
30675
- font-style: normal;
30676
- font-weight: bold;
30677
- font-size: 16px;
30678
- line-height: 24px;
30391
+ .E_c1up6e3y {
30392
+ margin-left: 5px;
30679
30393
  }
30680
30394
 
30681
- .E_l5yc9nt {
30682
- font-family: Inter;
30683
- font-style: normal;
30684
- font-weight: normal;
30685
- font-size: 16px;
30686
- line-height: 24px;
30395
+ .E_cnujxq2 {
30396
+ display: flex;
30397
+ flex-direction: column;
30687
30398
  }
30688
30399
 
30689
- .E_l1fbkbzo {
30690
- font-family: Inter;
30691
- font-style: normal;
30692
- font-weight: bold;
30693
- font-size: 16px;
30694
- line-height: 24px;
30400
+ .E_m7s48ia {
30401
+ max-width: 1120px;
30402
+ width: 100%;
30403
+ margin: 0 auto;
30404
+ height: 100%;
30695
30405
  }
30696
30406
 
30697
- .E_lahvcax {
30698
- font-family: Inter;
30699
- font-style: normal;
30700
- font-weight: normal;
30701
- text-transform: uppercase;
30702
- font-feature-settings: "cpsp" on;
30703
- font-size: 16px;
30704
- line-height: 24px;
30407
+ .E_wt5zbg6 {
30408
+ max-width: 1120px;
30409
+ width: 100%;
30410
+ margin: 0 auto;
30411
+ display: flex;
30412
+ }
30413
+ .E_wt5zbg6 .left,
30414
+ .E_wt5zbg6 .right {
30415
+ flex-grow: 0;
30416
+ flex-shrink: 0;
30417
+ flex-basis: 21%;
30418
+ }
30419
+ .E_wt5zbg6 .left {
30420
+ display: flex;
30421
+ justify-content: flex-end;
30422
+ padding-right: 44px;
30423
+ }
30424
+ .E_wt5zbg6 .right {
30425
+ padding-left: 44px;
30426
+ }
30427
+ .E_wt5zbg6 .middle {
30428
+ margin-bottom: 40px;
30429
+ flex-grow: 0;
30430
+ flex-shrink: 0;
30431
+ flex-basis: 58%;
30432
+ }
30433
+ .E_wt5zbg6 .middle .form-base-field {
30434
+ width: 100%;
30435
+ }
30436
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
30437
+ width: auto;
30705
30438
  }
30706
30439
 
30707
- .E_l11q3pxd {
30708
- font-family: Inter;
30709
- font-style: normal;
30710
- font-weight: bold;
30711
- text-transform: uppercase;
30712
- font-feature-settings: "cpsp" on;
30713
- font-size: 16px;
30714
- line-height: 24px;
30440
+ .E_h18jprzg .ant-modal-header {
30441
+ margin: 0 auto;
30442
+ width: 100%;
30443
+ max-width: 648px;
30444
+ }
30445
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
30446
+ margin-left: 0;
30447
+ }
30448
+ .E_h18jprzg .ant-modal-body {
30449
+ margin: 0 auto;
30450
+ padding: 0;
30451
+ width: 100%;
30452
+ max-width: 648px;
30453
+ overflow: hidden;
30454
+ }
30455
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30456
+ margin-bottom: 40px;
30457
+ }
30458
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30459
+ height: calc(100vh - 225px);
30460
+ overflow-y: auto;
30461
+ }
30462
+ .E_h18jprzg .ant-modal-footer .footer-content {
30463
+ margin: 0 auto;
30464
+ max-width: 648px;
30715
30465
  }
30716
30466
 
30717
- .E_lfuc2qu {
30718
- font-family: Inter;
30719
- font-style: normal;
30720
- font-weight: normal;
30721
- font-size: 14px;
30722
- line-height: 22px;
30467
+ .E_h16z9xgz .ant-modal-header {
30468
+ margin: 0 auto;
30469
+ width: 100%;
30470
+ max-width: 1024px;
30471
+ }
30472
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
30473
+ margin-left: 0;
30474
+ }
30475
+ .E_h16z9xgz .ant-modal-body {
30476
+ margin: 0 auto;
30477
+ padding: 0;
30478
+ width: 100%;
30479
+ max-width: 1024px;
30480
+ overflow: hidden;
30481
+ }
30482
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30483
+ margin-bottom: 40px;
30484
+ }
30485
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30486
+ height: calc(100vh - 225px);
30487
+ overflow-y: auto;
30488
+ }
30489
+ .E_h16z9xgz .ant-modal-footer .footer-content {
30490
+ margin: 0 auto;
30491
+ max-width: 1024px;
30723
30492
  }
30724
30493
 
30725
- .E_l1jmp8r0 {
30726
- font-family: Inter;
30727
- font-style: normal;
30728
- font-weight: 500;
30494
+ .E_f1lrhghm {
30495
+ flex: 1;
30496
+ }
30497
+ .E_f1lrhghm label {
30498
+ font-size: 13px;
30499
+ line-height: 20px;
30500
+ color: rgba(44, 56, 82, 0.6);
30501
+ }
30502
+ .E_f1lrhghm .title {
30729
30503
  font-size: 14px;
30730
- line-height: 22px;
30504
+ line-height: 20px;
30505
+ color: #2d3a56;
30506
+ margin-bottom: 12px;
30507
+ }
30508
+ .E_f1lrhghm.connect-cluster .title {
30509
+ padding-bottom: 26px;
30731
30510
  }
30732
30511
 
30733
- .E_lcnm221 {
30734
- font-family: Inter;
30735
- font-style: normal;
30736
- font-weight: bold;
30737
- font-size: 14px;
30738
- line-height: 22px;
30512
+ .E_f18ot8em {
30513
+ padding: 25px 0 15px 0;
30514
+ border-bottom: 1px solid #e1e5eb;
30515
+ margin-bottom: 16px;
30739
30516
  }
30740
30517
 
30741
- .E_lu1z2n5 {
30742
- font-family: Inter;
30743
- font-style: normal;
30744
- font-weight: normal;
30745
- font-size: 14px;
30746
- line-height: 22px;
30518
+ .E_f1l1g2k0 {
30519
+ display: flex;
30520
+ align-items: center;
30521
+ margin-bottom: 8px;
30522
+ }
30523
+ .E_f1l1g2k0 > label {
30524
+ width: 216px;
30525
+ }
30526
+ .E_f1l1g2k0 > label + * {
30527
+ width: 100%;
30528
+ }
30529
+ .E_f1l1g2k0 .ant-select {
30530
+ width: 100%;
30747
30531
  }
30748
30532
 
30749
- .E_l1r59djn {
30750
- font-family: Inter;
30751
- font-style: normal;
30752
- font-weight: bold;
30753
- font-size: 14px;
30754
- line-height: 22px;
30533
+ .E_e1k89cwg {
30534
+ color: #e75a3a;
30535
+ margin-right: 10px;
30755
30536
  }
30756
30537
 
30757
- .E_ljm2911 {
30758
- font-family: Inter;
30759
- font-style: normal;
30760
- font-weight: normal;
30761
- text-transform: uppercase;
30762
- font-feature-settings: "cpsp" on;
30763
- font-size: 14px;
30764
- line-height: 22px;
30538
+ .E_d1oui1gf {
30539
+ width: 100%;
30540
+ height: 1px;
30541
+ background: rgba(213, 219, 227, 0.6);
30542
+ margin: 24px 0;
30765
30543
  }
30766
30544
 
30767
- .E_l124mzmr {
30768
- font-family: Inter;
30769
- font-style: normal;
30770
- font-weight: bold;
30771
- text-transform: uppercase;
30772
- font-feature-settings: "cpsp" on;
30773
- font-size: 14px;
30774
- line-height: 22px;
30545
+ .E_l15itdbb {
30546
+ display: flex;
30547
+ justify-content: center;
30548
+ align-items: center;
30549
+ height: 100%;
30775
30550
  }
30776
30551
 
30777
- .E_lb3chel {
30778
- font-family: Inter;
30779
- font-style: normal;
30780
- font-weight: normal;
30781
- font-size: 13px;
30782
- line-height: 20px;
30552
+ .E_d1y3z4w {
30553
+ display: inline-block;
30554
+ width: 4px;
30555
+ height: 4px;
30556
+ background: #8e9aa9;
30557
+ opacity: 0.4;
30558
+ border-radius: 50%;
30559
+ margin: 0 4px;
30783
30560
  }
30784
30561
 
30785
- .E_lv9jstu {
30786
- font-family: Inter;
30787
- font-style: normal;
30788
- font-weight: 600;
30789
- font-size: 13px;
30790
- line-height: 20px;
30562
+ .E_m177r7a3 .ant-modal-header,
30563
+ .E_m177r7a3 .ant-modal-footer .footer-content {
30564
+ width: 648px;
30565
+ margin: 0 auto;
30566
+ }
30567
+ .E_m177r7a3 .ant-modal-header {
30568
+ padding: 35px 0 24px;
30569
+ border: none;
30570
+ }
30571
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
30572
+ font-size: 30px;
30573
+ }
30574
+ .E_m177r7a3 .ant-modal-body {
30575
+ padding: 4px 0 2px;
30576
+ }
30577
+ .E_m177r7a3 .ant-modal-footer {
30578
+ border: none;
30791
30579
  }
30792
30580
 
30793
- .E_lwqlh3x {
30794
- font-family: Inter;
30795
- font-style: normal;
30581
+ .E_t1wwio3v {
30582
+ font-size: 12px;
30583
+ line-height: 18px;
30796
30584
  font-weight: bold;
30797
- font-size: 13px;
30798
- line-height: 20px;
30585
+ color: #fff;
30586
+ padding: 0 4px;
30587
+ border-radius: 4px;
30588
+ display: inline-block;
30589
+ background: var(--t1wwio3v-0);
30799
30590
  }
30800
-
30801
- .E_lalum9y {
30802
- font-family: Inter;
30803
- font-style: normal;
30804
- font-weight: normal;
30805
- font-size: 13px;
30806
- line-height: 20px;
30591
+ .E_t1wwio3v:not(:first-child) {
30592
+ margin-left: 4px;
30807
30593
  }
30808
30594
 
30809
- .E_l1t6dj5o {
30810
- font-family: Inter;
30811
- font-style: normal;
30812
- font-weight: 600;
30813
- font-size: 13px;
30814
- line-height: 20px;
30595
+ .E_f17jvtfk {
30596
+ width: 100%;
30597
+ height: 100%;
30598
+ display: flex;
30599
+ align-items: center;
30600
+ justify-content: center;
30815
30601
  }
30816
30602
 
30817
- .E_l12f6ic {
30818
- font-family: Inter;
30819
- font-style: normal;
30603
+ .E_nzppkea {
30604
+ font-size: 90%;
30820
30605
  font-weight: bold;
30821
- font-size: 13px;
30822
- line-height: 20px;
30606
+ background-color: rgba(240, 243, 247, 0.6);
30607
+ padding: 1px 4px 1px;
30608
+ margin-left: 2px;
30609
+ margin-right: 2px;
30610
+ border: 1px solid rgba(213, 219, 227, 0.6);
30611
+ border-radius: 4px;
30823
30612
  }
30824
30613
 
30825
- .E_l7gmukq {
30826
- font-family: Inter;
30827
- font-style: normal;
30828
- font-weight: normal;
30829
- text-transform: uppercase;
30830
- font-feature-settings: "cpsp" on;
30614
+ .E_f4mi9eq.form-item-general {
30615
+ width: 640px;
30616
+ }
30617
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
30618
+ margin-top: 16px;
30619
+ }
30620
+ .E_f4mi9eq.form-item-compact {
30621
+ width: 412px;
30622
+ }
30623
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
30624
+ margin-top: 8px;
30625
+ }
30626
+ .E_f4mi9eq .form-item {
30627
+ width: auto;
30628
+ }
30629
+ .E_f4mi9eq .form-item-main {
30630
+ position: relative;
30631
+ display: flex;
30632
+ }
30633
+ .E_f4mi9eq .form-item-extra {
30634
+ margin-top: 4px;
30635
+ width: 100%;
30636
+ padding: 14px;
30637
+ background: #f2f4f6;
30831
30638
  font-size: 13px;
30832
- line-height: 20px;
30639
+ line-height: 1.8;
30640
+ color: #8e9aa9;
30641
+ }
30642
+ .E_f4mi9eq .form-item-label {
30643
+ padding-right: 12px;
30644
+ font-size: 13px;
30645
+ color: rgba(44, 56, 82, 0.6);
30646
+ }
30647
+ .E_f4mi9eq .form-item-label.label-right {
30648
+ text-align: right;
30649
+ }
30650
+ .E_f4mi9eq .form-item-label,
30651
+ .E_f4mi9eq .form-item-control {
30652
+ line-height: 32px;
30653
+ }
30654
+ .E_f4mi9eq .form-item-control .form-item-error {
30655
+ line-height: 18px;
30656
+ }
30657
+ .E_f4mi9eq .form-item-children {
30658
+ width: 100%;
30659
+ }
30660
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
30661
+ width: 100%;
30662
+ }
30663
+ .E_f4mi9eq .form-item-error {
30664
+ color: #e75a3a;
30665
+ height: 0;
30666
+ overflow: hidden;
30667
+ }
30668
+ .E_f4mi9eq .form-item-error-enter-done {
30669
+ margin-top: 4px;
30670
+ height: auto;
30671
+ overflow: auto;
30672
+ }
30673
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30674
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30675
+ border: 1px solid #e75a3a;
30676
+ color: #e75a3a;
30833
30677
  }
30834
30678
 
30835
- .E_lkwl0yp {
30836
- font-family: Inter;
30837
- font-style: normal;
30679
+ .E_fh0ewl8 {
30680
+ color: #2d3a56;
30838
30681
  font-weight: bold;
30839
- text-transform: uppercase;
30840
- font-feature-settings: "cpsp" on;
30841
- font-size: 13px;
30842
- line-height: 20px;
30682
+ padding-bottom: 6px;
30683
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30684
+ margin-bottom: 16px;
30685
+ }
30686
+ .E_fh0ewl8:not(:first-of-type) {
30687
+ margin-top: 16px;
30843
30688
  }
30844
30689
 
30845
- .E_l10knv48 {
30846
- font-family: Inter;
30847
- font-style: normal;
30848
- font-weight: normal;
30849
- font-size: 12px;
30850
- line-height: 18px;
30690
+ .E_e1qrlvot {
30691
+ width: 8px;
30692
+ height: 24px;
30693
+ display: flex;
30694
+ justify-content: center;
30695
+ align-items: center;
30696
+ cursor: pointer;
30697
+ transition: all 200ms ease-out 40ms;
30698
+ }
30699
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
30700
+ content: "";
30701
+ width: 1px;
30702
+ height: 6px;
30703
+ border-radius: 1px;
30704
+ background: #ccd4e3;
30705
+ position: relative;
30706
+ right: 2px;
30707
+ transform: rotate(-45deg);
30708
+ }
30709
+ .E_e1qrlvot:after {
30710
+ transform: rotate(45deg);
30711
+ left: 1px;
30712
+ }
30713
+
30714
+ .E_w9ic984.ant-alert-warning {
30715
+ border: 0;
30716
+ background: rgba(255, 187, 0, 0.1);
30717
+ border-radius: 6px;
30718
+ }
30719
+ .E_w9ic984.ant-alert,
30720
+ .E_w9ic984 .ant-alert-message {
30721
+ color: #e07f00;
30722
+ }
30723
+ .E_w9ic984.ant-alert .dashed-border-bottom,
30724
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
30725
+ border-bottom-color: #e07f00;
30851
30726
  }
30852
30727
 
30853
- .E_l6526ld {
30854
- font-family: Inter;
30855
- font-style: normal;
30856
- font-weight: 500;
30728
+ .E_n1k9qi4r {
30729
+ display: flex;
30730
+ flex-direction: row;
30731
+ padding: 7px 12px;
30732
+ background: rgba(255, 187, 0, 0.1);
30733
+ border-radius: 6px;
30734
+ color: #e07f00;
30857
30735
  font-size: 12px;
30858
30736
  line-height: 18px;
30859
30737
  }
30860
-
30861
- .E_l1j81vli {
30862
- font-family: Inter;
30863
- font-style: normal;
30864
- font-weight: bold;
30865
- font-size: 12px;
30866
- line-height: 18px;
30738
+ .E_n1k9qi4r .icon-wrapper {
30739
+ margin-right: 10px;
30740
+ height: 18px;
30867
30741
  }
30868
30742
 
30869
- .E_l1x7n1mk {
30870
- font-family: Inter;
30871
- font-style: normal;
30872
- font-weight: normal;
30743
+ .E_n16fsg9x {
30744
+ display: flex;
30745
+ flex-direction: row;
30746
+ padding: 7px 12px;
30747
+ background: rgba(225, 230, 241, 0.6);
30748
+ border-radius: 6px;
30749
+ color: rgba(44, 56, 82, 0.6);
30873
30750
  font-size: 12px;
30874
30751
  line-height: 18px;
30875
30752
  }
30753
+ .E_n16fsg9x .icon-wrapper {
30754
+ margin-right: 10px;
30755
+ height: 18px;
30756
+ }
30876
30757
 
30877
- .E_l9fqufz {
30878
- font-family: Inter;
30879
- font-style: normal;
30880
- font-weight: 500;
30758
+ .E_i173wxzw {
30759
+ display: flex;
30760
+ flex-direction: row;
30761
+ padding: 7px 12px;
30762
+ background: rgba(0, 136, 255, 0.1);
30763
+ border-radius: 6px;
30764
+ color: #005ed1;
30881
30765
  font-size: 12px;
30882
30766
  line-height: 18px;
30883
30767
  }
30768
+ .E_i173wxzw .icon-wrapper {
30769
+ margin-right: 10px;
30770
+ height: 18px;
30771
+ }
30884
30772
 
30885
- .E_l1iwnybd {
30886
- font-family: Inter;
30887
- font-style: normal;
30888
- font-weight: bold;
30773
+ .E_dld369h {
30774
+ color: rgba(44, 56, 82, 0.6);
30775
+ margin-top: 5px;
30889
30776
  font-size: 12px;
30890
30777
  line-height: 18px;
30891
30778
  }
30892
30779
 
30893
- .E_lprtm1e {
30894
- font-family: Inter;
30895
- font-style: normal;
30896
- font-weight: normal;
30897
- text-transform: uppercase;
30898
- font-feature-settings: "cpsp" on;
30780
+ .E_s1epv22q {
30781
+ color: #f0483e;
30899
30782
  font-size: 12px;
30900
- line-height: 18px;
30783
+ white-space: pre-wrap;
30901
30784
  }
30902
30785
 
30903
- .E_l1lln87h {
30904
- font-family: Inter;
30905
- font-style: normal;
30906
- font-weight: bold;
30907
- text-transform: uppercase;
30908
- font-feature-settings: "cpsp" on;
30909
- font-size: 12px;
30910
- line-height: 18px;
30786
+ .E_okus5hk {
30787
+ display: flex;
30788
+ align-items: center;
30789
+ justify-content: flex-end;
30790
+ }
30791
+ .E_okus5hk .icon-wrapper {
30792
+ margin-right: 16px;
30911
30793
  }
30912
30794
 
30913
- .E_f2pb48l {
30914
- font-family: Inter;
30915
- font-style: normal;
30916
- font-weight: normal;
30917
- font-size: 13px;
30918
- line-height: 20px;
30795
+ .E_t1auuzri {
30796
+ color: rgba(0, 21, 64, 0.3);
30919
30797
  }
30920
30798
 
30921
- .E_fi9emkw {
30922
- font-family: Inter;
30923
- font-style: normal;
30924
- font-weight: normal;
30925
- font-size: 13px;
30799
+ .E_i74cfyt.ant-input {
30800
+ padding: 5px 12px;
30926
30801
  line-height: 20px;
30802
+ color: #2d3a56;
30803
+ border-radius: 6px;
30804
+ border-color: rgba(172, 186, 211, 0.6);
30805
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30927
30806
  }
30928
-
30929
- .E_f1nrg7da {
30930
- font-family: Inter;
30931
- font-style: normal;
30932
- font-weight: normal;
30933
- font-size: 12px;
30934
- line-height: 18px;
30807
+ .E_i74cfyt.ant-input.ant-input-lg {
30808
+ padding: 8px 16px;
30809
+ line-height: 22px;
30935
30810
  }
30936
-
30937
- .E_f17k1i3n {
30938
- font-family: Inter;
30939
- font-style: normal;
30940
- font-weight: normal;
30941
- font-size: 12px;
30811
+ .E_i74cfyt.ant-input.ant-input-sm {
30812
+ padding: 2px 8px;
30942
30813
  line-height: 18px;
30943
30814
  }
30944
-
30945
- .E_t1tvuj2e {
30946
- font-family: Inter;
30947
- font-style: normal;
30948
- font-weight: normal;
30949
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30950
- font-size: 13px;
30951
- line-height: 20px;
30815
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
30816
+ border-color: rgba(107, 128, 167, 0.6);
30817
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30818
+ z-index: 1;
30952
30819
  }
30953
-
30954
- .E_t17uajlu {
30955
- font-family: Inter;
30956
- font-style: normal;
30957
- font-weight: normal;
30958
- font-feature-settings: "zero" on;
30959
- font-size: 13px;
30960
- line-height: 20px;
30820
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
30821
+ border-color: #0096ff;
30822
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30823
+ z-index: 1;
30961
30824
  }
30962
-
30963
- .E_t114zbyz {
30964
- font-family: Inter;
30965
- font-style: normal;
30966
- font-weight: normal;
30967
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30968
- font-size: 12px;
30969
- line-height: 18px;
30825
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
30826
+ border-color: #e75a3a;
30827
+ color: #e75a3a;
30970
30828
  }
30971
-
30972
- .E_t1il0kvi {
30973
- font-family: Inter;
30974
- font-style: normal;
30975
- font-weight: 500;
30976
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30977
- font-size: 12px;
30978
- line-height: 18px;
30829
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30830
+ border-color: #e75a3a;
30831
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30979
30832
  }
30980
-
30981
- .E_t10dv8p1 {
30982
- font-family: Inter;
30983
- font-style: normal;
30984
- font-weight: normal;
30985
- font-feature-settings: "zero" on;
30986
- font-size: 12px;
30987
- line-height: 18px;
30833
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30834
+ border-color: #e75a3a;
30835
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30988
30836
  }
30989
-
30990
- .E_tc2oqpq {
30991
- font-family: Inter;
30992
- font-style: normal;
30993
- font-weight: 500;
30994
- font-feature-settings: "zero" on;
30995
- font-size: 12px;
30996
- line-height: 18px;
30837
+ .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
30838
+ background: rgba(211, 218, 235, 0.6);
30839
+ color: rgba(0, 21, 64, 0.3);
30840
+ border-color: rgba(172, 186, 211, 0.6);
30997
30841
  }
30998
-
30999
- .E_tzvddmc {
31000
- font-family: Inter;
31001
- font-style: normal;
31002
- font-weight: bold;
31003
- font-feature-settings: "zero" on;
31004
- font-size: 16px;
31005
- line-height: 24px;
30842
+ .E_i74cfyt.ant-input-affix-wrapper {
30843
+ padding: 5px 12px;
30844
+ border-radius: 6px;
30845
+ border-color: rgba(172, 186, 211, 0.6);
30846
+ line-height: 20px;
30847
+ color: #2d3a56;
30848
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31006
30849
  }
31007
-
31008
- .E_u18llj45 {
31009
- font-family: Inter;
31010
- font-style: normal;
31011
- font-weight: normal;
31012
- font-size: 10px;
31013
- line-height: 12px;
30850
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
30851
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
30852
+ color: rgba(44, 56, 82, 0.6);
31014
30853
  }
31015
-
31016
- .E_iq1gosr {
31017
- display: inline-block;
30854
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30855
+ padding: 8px 16px;
30856
+ line-height: 22px;
31018
30857
  }
31019
-
31020
- .E_s1dizucg.ant-switch {
31021
- min-width: 40px;
31022
- height: 24px;
31023
- background: rgba(172, 186, 211, 0.6);
31024
- overflow: hidden;
30858
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30859
+ padding: 2px 8px;
30860
+ line-height: 18px;
31025
30861
  }
31026
- .E_s1dizucg.ant-switch:focus {
31027
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30862
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30863
+ border-color: rgba(107, 128, 167, 0.6);
30864
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31028
30865
  }
31029
- .E_s1dizucg.ant-switch-small {
31030
- min-width: 26px;
31031
- height: 16px;
30866
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30867
+ border-color: #0096ff;
30868
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31032
30869
  }
31033
- .E_s1dizucg.ant-switch-large {
31034
- min-width: 52px;
31035
- height: 32px;
30870
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30871
+ border-color: #e75a3a;
31036
30872
  }
31037
- .E_s1dizucg.ant-switch .ant-switch-handle {
31038
- height: 20px;
31039
- width: 20px;
30873
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30874
+ color: #e75a3a;
30875
+ }
30876
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30877
+ border-color: #e75a3a;
30878
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30879
+ }
30880
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30881
+ border-color: #e75a3a;
30882
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31040
30883
  }
31041
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31042
- border-radius: 10px;
31043
- transition-delay: 120ms;
30884
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30885
+ background: rgba(211, 218, 235, 0.6);
30886
+ color: rgba(0, 21, 64, 0.3);
30887
+ border-color: rgba(172, 186, 211, 0.6);
31044
30888
  }
31045
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31046
- height: 14px;
31047
- width: 14px;
31048
- top: 1px;
31049
- left: 1px;
30889
+ textarea.E_i74cfyt.ant-input {
30890
+ transition-property: height;
30891
+ transition-delay: 50ms;
31050
30892
  }
31051
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31052
- height: 28px;
31053
- width: 28px;
30893
+ textarea.E_i74cfyt.ant-input.textarea-large {
30894
+ min-height: 40px;
30895
+ height: 40px;
31054
30896
  }
31055
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31056
- border-radius: 14px;
30897
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
30898
+ height: 80px;
31057
30899
  }
31058
- .E_s1dizucg.ant-switch-checked {
31059
- background-color: #00ba5d;
30900
+ textarea.E_i74cfyt.ant-input.textarea-middle {
30901
+ min-height: 32px;
30902
+ height: 32px;
31060
30903
  }
31061
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31062
- left: calc(100% - 20px - 2px);
30904
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
30905
+ height: 64px;
31063
30906
  }
31064
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31065
- left: calc(100% - 14px - 1px);
30907
+ textarea.E_i74cfyt.ant-input.textarea-small {
30908
+ min-height: 24px;
30909
+ height: 24px;
31066
30910
  }
31067
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31068
- left: calc(100% - 28px - 2px);
30911
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
30912
+ height: 40px;
31069
30913
  }
31070
30914
 
31071
- .E_c1up6e3y {
31072
- margin-left: 5px;
30915
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
30916
+ border: 1px solid rgba(213, 219, 227, 0.6);
30917
+ border-radius: 4px;
31073
30918
  }
31074
-
31075
- .E_s1dni7lo {
31076
- width: 430px !important;
30919
+ .E_k1ci6977.input-tags {
30920
+ position: relative;
30921
+ padding: 6px;
30922
+ height: 32px;
30923
+ cursor: pointer;
30924
+ transition: border 150ms;
31077
30925
  }
31078
-
31079
- .E_d1wwmmm5 .ant-select-item-group {
31080
- padding: 8px 16px;
31081
- line-height: 18px;
31082
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31083
- height: 34px;
31084
- min-height: 34px;
31085
- box-sizing: border-box;
31086
- margin-top: 8px;
30926
+ .E_k1ci6977.input-tags:hover {
30927
+ border-color: #0080ff;
30928
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31087
30929
  }
31088
-
31089
- .E_o1ugr09p {
30930
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
30931
+ padding-right: 30px;
30932
+ }
30933
+ .E_k1ci6977.input-tags .input-tags-inner {
31090
30934
  display: flex;
31091
- flex-direction: column;
31092
- margin: 1px 8px;
31093
- padding: 8px;
31094
- border-radius: 4px;
31095
30935
  }
31096
- .E_o1ugr09p .selected-icon {
31097
- display: none;
30936
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
30937
+ display: flex;
31098
30938
  }
31099
- .E_o1ugr09p.ant-select-item-option-grouped {
31100
- padding-left: 8px;
30939
+ .E_k1ci6977.input-tags .input-tag-suffix {
30940
+ position: absolute;
30941
+ right: 12px;
30942
+ top: 50%;
30943
+ transform: translateY(-50%);
31101
30944
  }
31102
- .E_o1ugr09p.ant-select-item-option-selected {
31103
- background-color: white;
30945
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
30946
+ color: rgba(0, 0, 0, 0.25);
30947
+ font-size: 12px;
30948
+ cursor: pointer;
31104
30949
  }
31105
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31106
- color: #0080ff;
30950
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
30951
+ color: rgba(0, 0, 0, 0.45);
31107
30952
  }
31108
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31109
- display: block;
30953
+ .E_k1ci6977.has-focus-indicator {
30954
+ position: relative;
30955
+ overflow: hidden;
31110
30956
  }
31111
- .E_o1ugr09p.ant-select-item-option-active {
31112
- background: rgba(0, 136, 255, 0.16);
30957
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
30958
+ position: absolute;
30959
+ top: 50%;
30960
+ transform: translateY(-50%);
30961
+ left: -16px;
30962
+ transition: left 150ms ease;
30963
+ opacity: 0;
31113
30964
  }
31114
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31115
- color: #0080ff;
30965
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30966
+ left: 8px;
30967
+ opacity: 1;
31116
30968
  }
31117
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31118
- background: rgba(0, 136, 255, 0.1);
31119
- color: #0080ff;
30969
+ .E_k1ci6977.has-focus-indicator input {
30970
+ transition: margin-left 150ms ease;
30971
+ margin-left: 0px;
30972
+ }
30973
+ .E_k1ci6977.has-focus-indicator input:focus {
30974
+ margin-left: 16px;
31120
30975
  }
31121
30976
 
31122
- .E_o1ifxsq4 {
31123
- display: flex;
31124
- justify-content: space-between;
31125
- height: 20px;
31126
- line-height: 20px;
30977
+ input.E_l1f7td1d.ant-input {
30978
+ border-top-right-radius: 0;
30979
+ border-bottom-right-radius: 0;
31127
30980
  }
31128
- .E_o1ifxsq4 .timezone-title {
31129
- color: #2d3a56;
31130
- overflow: hidden;
31131
- text-overflow: ellipsis;
30981
+
30982
+ .E_l1f7td1d.ant-input-affix-wrapper {
30983
+ border-top-right-radius: 0;
30984
+ border-bottom-right-radius: 0;
31132
30985
  }
31133
30986
 
31134
- .E_o1zue7 {
31135
- display: flex;
31136
- justify-content: space-between;
31137
- color: rgba(44, 56, 82, 0.6);
31138
- height: 18px;
31139
- line-height: 18px;
31140
- margin-top: 2px;
30987
+ input.E_rf8rlle.ant-input {
30988
+ border-top-left-radius: 0;
30989
+ border-bottom-left-radius: 0;
31141
30990
  }
31142
30991
 
31143
- .E_tyfmlxg {
31144
- border: none;
31145
- margin-right: 0;
31146
- background: rgba(225, 230, 241, 0.6);
30992
+ .E_rf8rlle.ant-input-affix-wrapper {
30993
+ border-top-left-radius: 0;
30994
+ border-bottom-left-radius: 0;
31147
30995
  }
31148
30996
 
31149
- .E_o18uybox {
31150
- pointer-events: none;
31151
- height: 32px;
31152
- width: 100%;
31153
- opacity: 0;
30997
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
30998
+ border-top-right-radius: 0;
30999
+ border-bottom-right-radius: 0;
31154
31000
  }
31155
31001
 
31156
- .E_cnujxq2 {
31002
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31003
+ border-top-left-radius: 0;
31004
+ border-bottom-left-radius: 0;
31005
+ }
31006
+
31007
+ .E_c3ni091 {
31157
31008
  display: flex;
31158
31009
  flex-direction: column;
31159
31010
  }
31160
-
31161
- .E_m7s48ia {
31162
- max-width: 1120px;
31163
- width: 100%;
31164
- margin: 0 auto;
31165
- height: 100%;
31011
+ .E_c3ni091 .select-wrapper {
31012
+ margin-top: 12px;
31166
31013
  }
31167
-
31168
- .E_wt5zbg6 {
31169
- max-width: 1120px;
31014
+ .E_c3ni091 .select-wrapper .select {
31170
31015
  width: 100%;
31171
- margin: 0 auto;
31172
- display: flex;
31173
31016
  }
31174
- .E_wt5zbg6 .left,
31175
- .E_wt5zbg6 .right {
31176
- flex-grow: 0;
31177
- flex-shrink: 0;
31178
- flex-basis: 21%;
31017
+ .E_c3ni091 .radio-wrapper {
31018
+ margin-top: 24px;
31179
31019
  }
31180
- .E_wt5zbg6 .left {
31181
- display: flex;
31182
- justify-content: flex-end;
31183
- padding-right: 44px;
31020
+ .E_c3ni091 div.form-item {
31021
+ width: 100%;
31184
31022
  }
31185
- .E_wt5zbg6 .right {
31186
- padding-left: 44px;
31023
+
31024
+ .E_d105ju2d {
31025
+ font-size: 14px;
31026
+ font-weight: 500;
31027
+ color: #3e4652;
31028
+ line-height: 18px;
31187
31029
  }
31188
- .E_wt5zbg6 .middle {
31189
- margin-bottom: 40px;
31190
- flex-grow: 0;
31191
- flex-shrink: 0;
31192
- flex-basis: 58%;
31030
+ .E_d105ju2d + .E_d105ju2d {
31031
+ margin-top: 16px;
31193
31032
  }
31194
- .E_wt5zbg6 .middle .form-base-field {
31195
- width: 100%;
31033
+ .E_d105ju2d + * {
31034
+ margin-top: 16px;
31196
31035
  }
31197
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
31198
- width: auto;
31036
+
31037
+ .E_lh0l62z.E_d105ju2d {
31038
+ font-size: 12px;
31039
+ color: rgba(44, 56, 82, 0.6);
31040
+ margin-top: 12px;
31199
31041
  }
31200
31042
 
31201
- .E_h18jprzg .ant-modal-header {
31202
- margin: 0 auto;
31203
- width: 100%;
31204
- max-width: 648px;
31043
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31044
+ line-height: 18px;
31045
+ font-weight: 500;
31046
+ margin-top: 0;
31047
+ white-space: initial;
31205
31048
  }
31206
- .E_h18jprzg .ant-modal-header .ant-modal-title {
31207
- margin-left: 0;
31049
+
31050
+ .E_r1skkc3l {
31051
+ display: block;
31052
+ }
31053
+ .E_r1skkc3l span {
31054
+ font-size: 14px;
31055
+ font-weight: 500;
31056
+ line-height: 32px;
31057
+ color: #3e4652;
31058
+ }
31059
+
31060
+ .E_c3cobmo {
31061
+ margin-top: 16px;
31062
+ padding: 8px;
31063
+ border-radius: 6px;
31064
+ background: rgba(225, 230, 241, 0.6);
31065
+ color: rgba(44, 56, 82, 0.6);
31066
+ font-size: 12px;
31208
31067
  }
31209
- .E_h18jprzg .ant-modal-body {
31210
- margin: 0 auto;
31211
- padding: 0;
31212
- width: 100%;
31213
- max-width: 648px;
31214
- overflow: hidden;
31068
+ .E_c3cobmo div {
31069
+ line-height: 20px;
31070
+ display: flex;
31071
+ align-items: center;
31072
+ word-break: break-all;
31215
31073
  }
31216
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31217
- margin-bottom: 40px;
31074
+ .E_c3cobmo .title {
31075
+ font-weight: 700;
31076
+ line-height: 18px;
31077
+ margin: 4px 0;
31218
31078
  }
31219
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31220
- height: calc(100vh - 225px);
31221
- overflow-y: auto;
31079
+
31080
+ .E_dsnbhzf {
31081
+ font-family: Inter;
31082
+ font-style: normal;
31083
+ font-weight: bold;
31084
+ font-size: 32px;
31085
+ line-height: 40px;
31222
31086
  }
31223
- .E_h18jprzg .ant-modal-footer .footer-content {
31224
- margin: 0 auto;
31225
- max-width: 648px;
31087
+
31088
+ .E_d1mvo22k {
31089
+ font-family: Inter;
31090
+ font-style: normal;
31091
+ font-weight: bold;
31092
+ font-size: 24px;
31093
+ line-height: 32px;
31226
31094
  }
31227
31095
 
31228
- .E_h16z9xgz .ant-modal-header {
31229
- margin: 0 auto;
31230
- width: 100%;
31231
- max-width: 1024px;
31096
+ .E_d1b444tr {
31097
+ font-family: Inter;
31098
+ font-style: normal;
31099
+ font-weight: normal;
31100
+ font-size: 32px;
31101
+ line-height: 40px;
31232
31102
  }
31233
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
31234
- margin-left: 0;
31103
+
31104
+ .E_dvs0kue {
31105
+ font-family: Inter;
31106
+ font-style: normal;
31107
+ font-weight: bold;
31108
+ font-size: 20px;
31109
+ line-height: 24px;
31235
31110
  }
31236
- .E_h16z9xgz .ant-modal-body {
31237
- margin: 0 auto;
31238
- padding: 0;
31239
- width: 100%;
31240
- max-width: 1024px;
31241
- overflow: hidden;
31111
+
31112
+ .E_d1hcbfcq {
31113
+ font-family: Inter;
31114
+ font-style: normal;
31115
+ font-weight: normal;
31116
+ font-size: 20px;
31117
+ line-height: 24px;
31242
31118
  }
31243
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31244
- margin-bottom: 40px;
31119
+
31120
+ .E_d1cz922v {
31121
+ font-family: Inter;
31122
+ font-style: normal;
31123
+ font-weight: bold;
31124
+ font-size: 18px;
31125
+ line-height: 22px;
31245
31126
  }
31246
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31247
- height: calc(100vh - 225px);
31248
- overflow-y: auto;
31127
+
31128
+ .E_d3nzbrm {
31129
+ font-family: Inter;
31130
+ font-style: normal;
31131
+ font-weight: normal;
31132
+ font-size: 18px;
31133
+ line-height: 22px;
31249
31134
  }
31250
- .E_h16z9xgz .ant-modal-footer .footer-content {
31251
- margin: 0 auto;
31252
- max-width: 1024px;
31135
+
31136
+ .E_h1g0p5ob {
31137
+ font-family: Inter;
31138
+ font-style: normal;
31139
+ font-weight: bold;
31140
+ font-size: 16px;
31141
+ line-height: 22px;
31253
31142
  }
31254
31143
 
31255
- .E_f1lrhghm {
31256
- flex: 1;
31144
+ .E_hydo2ej {
31145
+ font-family: Inter;
31146
+ font-style: normal;
31147
+ font-weight: normal;
31148
+ font-size: 16px;
31149
+ line-height: 22px;
31257
31150
  }
31258
- .E_f1lrhghm label {
31259
- font-size: 13px;
31151
+
31152
+ .E_h1hbuq0r {
31153
+ font-family: Inter;
31154
+ font-style: normal;
31155
+ font-weight: bold;
31156
+ font-size: 14px;
31260
31157
  line-height: 20px;
31261
- color: rgba(44, 56, 82, 0.6);
31262
31158
  }
31263
- .E_f1lrhghm .title {
31159
+
31160
+ .E_h13bondg {
31161
+ font-family: Inter;
31162
+ font-style: normal;
31163
+ font-weight: normal;
31264
31164
  font-size: 14px;
31265
31165
  line-height: 20px;
31266
- color: #2d3a56;
31267
- margin-bottom: 12px;
31268
- }
31269
- .E_f1lrhghm.connect-cluster .title {
31270
- padding-bottom: 26px;
31271
31166
  }
31272
31167
 
31273
- .E_f18ot8em {
31274
- padding: 25px 0 15px 0;
31275
- border-bottom: 1px solid #e1e5eb;
31276
- margin-bottom: 16px;
31168
+ .E_h1mhvdlx {
31169
+ font-family: Inter;
31170
+ font-style: normal;
31171
+ font-weight: bold;
31172
+ font-size: 12px;
31173
+ line-height: 18px;
31277
31174
  }
31278
31175
 
31279
- .E_f1l1g2k0 {
31280
- display: flex;
31281
- align-items: center;
31282
- margin-bottom: 8px;
31283
- }
31284
- .E_f1l1g2k0 > label {
31285
- width: 216px;
31286
- }
31287
- .E_f1l1g2k0 > label + * {
31288
- width: 100%;
31176
+ .E_h1inmfq6 {
31177
+ font-family: Inter;
31178
+ font-style: normal;
31179
+ font-weight: normal;
31180
+ font-size: 12px;
31181
+ line-height: 18px;
31289
31182
  }
31290
- .E_f1l1g2k0 .ant-select {
31291
- width: 100%;
31183
+
31184
+ .E_h1kfc0la {
31185
+ font-family: Inter;
31186
+ font-style: normal;
31187
+ font-weight: bold;
31188
+ text-transform: uppercase;
31189
+ font-feature-settings: "cpsp" on;
31190
+ font-size: 12px;
31191
+ line-height: 18px;
31292
31192
  }
31293
31193
 
31294
- .E_e1k89cwg {
31295
- color: #e75a3a;
31296
- margin-right: 10px;
31194
+ .E_h10xnyuu {
31195
+ font-family: Inter;
31196
+ font-style: normal;
31197
+ font-weight: normal;
31198
+ text-transform: uppercase;
31199
+ font-feature-settings: "cpsp" on;
31200
+ font-size: 12px;
31201
+ line-height: 18px;
31297
31202
  }
31298
31203
 
31299
- .E_d1oui1gf {
31300
- width: 100%;
31301
- height: 1px;
31302
- background: rgba(213, 219, 227, 0.6);
31303
- margin: 24px 0;
31204
+ .E_lrcmi0v {
31205
+ font-family: Inter;
31206
+ font-style: normal;
31207
+ font-weight: normal;
31208
+ font-size: 16px;
31209
+ line-height: 24px;
31304
31210
  }
31305
31211
 
31306
- .E_l15itdbb {
31307
- display: flex;
31308
- justify-content: center;
31309
- align-items: center;
31310
- height: 100%;
31212
+ .E_lzt43lp {
31213
+ font-family: Inter;
31214
+ font-style: normal;
31215
+ font-weight: bold;
31216
+ font-size: 16px;
31217
+ line-height: 24px;
31311
31218
  }
31312
31219
 
31313
- .E_d1y3z4w {
31314
- display: inline-block;
31315
- width: 4px;
31316
- height: 4px;
31317
- background: #8e9aa9;
31318
- opacity: 0.4;
31319
- border-radius: 50%;
31320
- margin: 0 4px;
31220
+ .E_l5yc9nt {
31221
+ font-family: Inter;
31222
+ font-style: normal;
31223
+ font-weight: normal;
31224
+ font-size: 16px;
31225
+ line-height: 24px;
31321
31226
  }
31322
31227
 
31323
- .E_m177r7a3 .ant-modal-header,
31324
- .E_m177r7a3 .ant-modal-footer .footer-content {
31325
- width: 648px;
31326
- margin: 0 auto;
31228
+ .E_l1fbkbzo {
31229
+ font-family: Inter;
31230
+ font-style: normal;
31231
+ font-weight: bold;
31232
+ font-size: 16px;
31233
+ line-height: 24px;
31327
31234
  }
31328
- .E_m177r7a3 .ant-modal-header {
31329
- padding: 35px 0 24px;
31330
- border: none;
31235
+
31236
+ .E_lahvcax {
31237
+ font-family: Inter;
31238
+ font-style: normal;
31239
+ font-weight: normal;
31240
+ text-transform: uppercase;
31241
+ font-feature-settings: "cpsp" on;
31242
+ font-size: 16px;
31243
+ line-height: 24px;
31331
31244
  }
31332
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
31333
- font-size: 30px;
31245
+
31246
+ .E_l11q3pxd {
31247
+ font-family: Inter;
31248
+ font-style: normal;
31249
+ font-weight: bold;
31250
+ text-transform: uppercase;
31251
+ font-feature-settings: "cpsp" on;
31252
+ font-size: 16px;
31253
+ line-height: 24px;
31334
31254
  }
31335
- .E_m177r7a3 .ant-modal-body {
31336
- padding: 4px 0 2px;
31255
+
31256
+ .E_lfuc2qu {
31257
+ font-family: Inter;
31258
+ font-style: normal;
31259
+ font-weight: normal;
31260
+ font-size: 14px;
31261
+ line-height: 22px;
31337
31262
  }
31338
- .E_m177r7a3 .ant-modal-footer {
31339
- border: none;
31263
+
31264
+ .E_l1jmp8r0 {
31265
+ font-family: Inter;
31266
+ font-style: normal;
31267
+ font-weight: 500;
31268
+ font-size: 14px;
31269
+ line-height: 22px;
31340
31270
  }
31341
31271
 
31342
- .E_t1wwio3v {
31343
- font-size: 12px;
31344
- line-height: 18px;
31272
+ .E_lcnm221 {
31273
+ font-family: Inter;
31274
+ font-style: normal;
31345
31275
  font-weight: bold;
31346
- color: #fff;
31347
- padding: 0 4px;
31348
- border-radius: 4px;
31349
- display: inline-block;
31350
- background: var(--t1wwio3v-0);
31351
- }
31352
- .E_t1wwio3v:not(:first-child) {
31353
- margin-left: 4px;
31276
+ font-size: 14px;
31277
+ line-height: 22px;
31354
31278
  }
31355
31279
 
31356
- .E_f17jvtfk {
31357
- width: 100%;
31358
- height: 100%;
31359
- display: flex;
31360
- align-items: center;
31361
- justify-content: center;
31280
+ .E_lu1z2n5 {
31281
+ font-family: Inter;
31282
+ font-style: normal;
31283
+ font-weight: normal;
31284
+ font-size: 14px;
31285
+ line-height: 22px;
31362
31286
  }
31363
31287
 
31364
- .E_nzppkea {
31365
- font-size: 90%;
31288
+ .E_l1r59djn {
31289
+ font-family: Inter;
31290
+ font-style: normal;
31366
31291
  font-weight: bold;
31367
- background-color: rgba(240, 243, 247, 0.6);
31368
- padding: 1px 4px 1px;
31369
- margin-left: 2px;
31370
- margin-right: 2px;
31371
- border: 1px solid rgba(213, 219, 227, 0.6);
31372
- border-radius: 4px;
31292
+ font-size: 14px;
31293
+ line-height: 22px;
31373
31294
  }
31374
31295
 
31375
- .E_f4mi9eq.form-item-general {
31376
- width: 640px;
31377
- }
31378
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31379
- margin-top: 16px;
31380
- }
31381
- .E_f4mi9eq.form-item-compact {
31382
- width: 412px;
31383
- }
31384
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31385
- margin-top: 8px;
31386
- }
31387
- .E_f4mi9eq .form-item {
31388
- width: auto;
31296
+ .E_ljm2911 {
31297
+ font-family: Inter;
31298
+ font-style: normal;
31299
+ font-weight: normal;
31300
+ text-transform: uppercase;
31301
+ font-feature-settings: "cpsp" on;
31302
+ font-size: 14px;
31303
+ line-height: 22px;
31389
31304
  }
31390
- .E_f4mi9eq .form-item-main {
31391
- position: relative;
31392
- display: flex;
31305
+
31306
+ .E_l124mzmr {
31307
+ font-family: Inter;
31308
+ font-style: normal;
31309
+ font-weight: bold;
31310
+ text-transform: uppercase;
31311
+ font-feature-settings: "cpsp" on;
31312
+ font-size: 14px;
31313
+ line-height: 22px;
31393
31314
  }
31394
- .E_f4mi9eq .form-item-extra {
31395
- margin-top: 4px;
31396
- width: 100%;
31397
- padding: 14px;
31398
- background: #f2f4f6;
31315
+
31316
+ .E_lb3chel {
31317
+ font-family: Inter;
31318
+ font-style: normal;
31319
+ font-weight: normal;
31399
31320
  font-size: 13px;
31400
- line-height: 1.8;
31401
- color: #8e9aa9;
31321
+ line-height: 20px;
31402
31322
  }
31403
- .E_f4mi9eq .form-item-label {
31404
- padding-right: 12px;
31323
+
31324
+ .E_lv9jstu {
31325
+ font-family: Inter;
31326
+ font-style: normal;
31327
+ font-weight: 600;
31405
31328
  font-size: 13px;
31406
- color: rgba(44, 56, 82, 0.6);
31407
- }
31408
- .E_f4mi9eq .form-item-label.label-right {
31409
- text-align: right;
31410
- }
31411
- .E_f4mi9eq .form-item-label,
31412
- .E_f4mi9eq .form-item-control {
31413
- line-height: 32px;
31414
- }
31415
- .E_f4mi9eq .form-item-control .form-item-error {
31416
- line-height: 18px;
31417
- }
31418
- .E_f4mi9eq .form-item-children {
31419
- width: 100%;
31420
- }
31421
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
31422
- width: 100%;
31423
- }
31424
- .E_f4mi9eq .form-item-error {
31425
- color: #e75a3a;
31426
- height: 0;
31427
- overflow: hidden;
31428
- }
31429
- .E_f4mi9eq .form-item-error-enter-done {
31430
- margin-top: 4px;
31431
- height: auto;
31432
- overflow: auto;
31433
- }
31434
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31435
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31436
- border: 1px solid #e75a3a;
31437
- color: #e75a3a;
31329
+ line-height: 20px;
31438
31330
  }
31439
31331
 
31440
- .E_fh0ewl8 {
31441
- color: #2d3a56;
31332
+ .E_lwqlh3x {
31333
+ font-family: Inter;
31334
+ font-style: normal;
31442
31335
  font-weight: bold;
31443
- padding-bottom: 6px;
31444
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31445
- margin-bottom: 16px;
31446
- }
31447
- .E_fh0ewl8:not(:first-of-type) {
31448
- margin-top: 16px;
31336
+ font-size: 13px;
31337
+ line-height: 20px;
31449
31338
  }
31450
31339
 
31451
- .E_e1qrlvot {
31452
- width: 8px;
31453
- height: 24px;
31454
- display: flex;
31455
- justify-content: center;
31456
- align-items: center;
31457
- cursor: pointer;
31458
- transition: all 200ms ease-out 40ms;
31340
+ .E_lalum9y {
31341
+ font-family: Inter;
31342
+ font-style: normal;
31343
+ font-weight: normal;
31344
+ font-size: 13px;
31345
+ line-height: 20px;
31459
31346
  }
31460
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31461
- content: "";
31462
- width: 1px;
31463
- height: 6px;
31464
- border-radius: 1px;
31465
- background: #ccd4e3;
31466
- position: relative;
31467
- right: 2px;
31468
- transform: rotate(-45deg);
31347
+
31348
+ .E_l1t6dj5o {
31349
+ font-family: Inter;
31350
+ font-style: normal;
31351
+ font-weight: 600;
31352
+ font-size: 13px;
31353
+ line-height: 20px;
31469
31354
  }
31470
- .E_e1qrlvot:after {
31471
- transform: rotate(45deg);
31472
- left: 1px;
31355
+
31356
+ .E_l12f6ic {
31357
+ font-family: Inter;
31358
+ font-style: normal;
31359
+ font-weight: bold;
31360
+ font-size: 13px;
31361
+ line-height: 20px;
31473
31362
  }
31474
31363
 
31475
- .E_w9ic984.ant-alert-warning {
31476
- border: 0;
31477
- background: rgba(255, 187, 0, 0.1);
31478
- border-radius: 6px;
31364
+ .E_l7gmukq {
31365
+ font-family: Inter;
31366
+ font-style: normal;
31367
+ font-weight: normal;
31368
+ text-transform: uppercase;
31369
+ font-feature-settings: "cpsp" on;
31370
+ font-size: 13px;
31371
+ line-height: 20px;
31479
31372
  }
31480
- .E_w9ic984.ant-alert,
31481
- .E_w9ic984 .ant-alert-message {
31482
- color: #e07f00;
31373
+
31374
+ .E_lkwl0yp {
31375
+ font-family: Inter;
31376
+ font-style: normal;
31377
+ font-weight: bold;
31378
+ text-transform: uppercase;
31379
+ font-feature-settings: "cpsp" on;
31380
+ font-size: 13px;
31381
+ line-height: 20px;
31483
31382
  }
31484
- .E_w9ic984.ant-alert .dashed-border-bottom,
31485
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31486
- border-bottom-color: #e07f00;
31383
+
31384
+ .E_l10knv48 {
31385
+ font-family: Inter;
31386
+ font-style: normal;
31387
+ font-weight: normal;
31388
+ font-size: 12px;
31389
+ line-height: 18px;
31487
31390
  }
31488
31391
 
31489
- .E_n1k9qi4r {
31490
- display: flex;
31491
- flex-direction: row;
31492
- padding: 7px 12px;
31493
- background: rgba(255, 187, 0, 0.1);
31494
- border-radius: 6px;
31495
- color: #e07f00;
31392
+ .E_l6526ld {
31393
+ font-family: Inter;
31394
+ font-style: normal;
31395
+ font-weight: 500;
31496
31396
  font-size: 12px;
31497
31397
  line-height: 18px;
31498
31398
  }
31499
- .E_n1k9qi4r .icon-wrapper {
31500
- margin-right: 10px;
31501
- height: 18px;
31399
+
31400
+ .E_l1j81vli {
31401
+ font-family: Inter;
31402
+ font-style: normal;
31403
+ font-weight: bold;
31404
+ font-size: 12px;
31405
+ line-height: 18px;
31502
31406
  }
31503
31407
 
31504
- .E_n16fsg9x {
31505
- display: flex;
31506
- flex-direction: row;
31507
- padding: 7px 12px;
31508
- background: rgba(225, 230, 241, 0.6);
31509
- border-radius: 6px;
31510
- color: rgba(44, 56, 82, 0.6);
31408
+ .E_l1x7n1mk {
31409
+ font-family: Inter;
31410
+ font-style: normal;
31411
+ font-weight: normal;
31511
31412
  font-size: 12px;
31512
31413
  line-height: 18px;
31513
31414
  }
31514
- .E_n16fsg9x .icon-wrapper {
31515
- margin-right: 10px;
31516
- height: 18px;
31517
- }
31518
31415
 
31519
- .E_i173wxzw {
31520
- display: flex;
31521
- flex-direction: row;
31522
- padding: 7px 12px;
31523
- background: rgba(0, 136, 255, 0.1);
31524
- border-radius: 6px;
31525
- color: #005ed1;
31416
+ .E_l9fqufz {
31417
+ font-family: Inter;
31418
+ font-style: normal;
31419
+ font-weight: 500;
31526
31420
  font-size: 12px;
31527
31421
  line-height: 18px;
31528
31422
  }
31529
- .E_i173wxzw .icon-wrapper {
31530
- margin-right: 10px;
31531
- height: 18px;
31532
- }
31533
31423
 
31534
- .E_dld369h {
31535
- color: rgba(44, 56, 82, 0.6);
31536
- margin-top: 5px;
31424
+ .E_l1iwnybd {
31425
+ font-family: Inter;
31426
+ font-style: normal;
31427
+ font-weight: bold;
31537
31428
  font-size: 12px;
31538
31429
  line-height: 18px;
31539
31430
  }
31540
31431
 
31541
- .E_s1epv22q {
31542
- color: #f0483e;
31432
+ .E_lprtm1e {
31433
+ font-family: Inter;
31434
+ font-style: normal;
31435
+ font-weight: normal;
31436
+ text-transform: uppercase;
31437
+ font-feature-settings: "cpsp" on;
31543
31438
  font-size: 12px;
31544
- white-space: pre-wrap;
31439
+ line-height: 18px;
31545
31440
  }
31546
31441
 
31547
- .E_okus5hk {
31548
- display: flex;
31549
- align-items: center;
31550
- justify-content: flex-end;
31551
- }
31552
- .E_okus5hk .icon-wrapper {
31553
- margin-right: 16px;
31442
+ .E_l1lln87h {
31443
+ font-family: Inter;
31444
+ font-style: normal;
31445
+ font-weight: bold;
31446
+ text-transform: uppercase;
31447
+ font-feature-settings: "cpsp" on;
31448
+ font-size: 12px;
31449
+ line-height: 18px;
31554
31450
  }
31555
31451
 
31556
- .E_t1auuzri {
31557
- color: rgba(0, 21, 64, 0.3);
31452
+ .E_f2pb48l {
31453
+ font-family: Inter;
31454
+ font-style: normal;
31455
+ font-weight: normal;
31456
+ font-size: 13px;
31457
+ line-height: 20px;
31558
31458
  }
31559
31459
 
31560
- .E_i74cfyt.ant-input {
31561
- padding: 5px 12px;
31460
+ .E_fi9emkw {
31461
+ font-family: Inter;
31462
+ font-style: normal;
31463
+ font-weight: normal;
31464
+ font-size: 13px;
31562
31465
  line-height: 20px;
31563
- color: #2d3a56;
31564
- border-radius: 6px;
31565
- border-color: rgba(172, 186, 211, 0.6);
31566
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31567
- }
31568
- .E_i74cfyt.ant-input.ant-input-lg {
31569
- padding: 8px 16px;
31570
- line-height: 22px;
31571
31466
  }
31572
- .E_i74cfyt.ant-input.ant-input-sm {
31573
- padding: 2px 8px;
31467
+
31468
+ .E_f1nrg7da {
31469
+ font-family: Inter;
31470
+ font-style: normal;
31471
+ font-weight: normal;
31472
+ font-size: 12px;
31574
31473
  line-height: 18px;
31575
31474
  }
31576
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31577
- border-color: rgba(107, 128, 167, 0.6);
31578
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31579
- z-index: 1;
31580
- }
31581
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31582
- border-color: #0096ff;
31583
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31584
- z-index: 1;
31585
- }
31586
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31587
- border-color: #e75a3a;
31588
- color: #e75a3a;
31589
- }
31590
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31591
- border-color: #e75a3a;
31592
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31593
- }
31594
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31595
- border-color: #e75a3a;
31596
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31597
- }
31598
- .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31599
- background: rgba(211, 218, 235, 0.6);
31600
- color: rgba(0, 21, 64, 0.3);
31601
- border-color: rgba(172, 186, 211, 0.6);
31475
+
31476
+ .E_f17k1i3n {
31477
+ font-family: Inter;
31478
+ font-style: normal;
31479
+ font-weight: normal;
31480
+ font-size: 12px;
31481
+ line-height: 18px;
31602
31482
  }
31603
- .E_i74cfyt.ant-input-affix-wrapper {
31604
- padding: 5px 12px;
31605
- border-radius: 6px;
31606
- border-color: rgba(172, 186, 211, 0.6);
31483
+
31484
+ .E_t1tvuj2e {
31485
+ font-family: Inter;
31486
+ font-style: normal;
31487
+ font-weight: normal;
31488
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31489
+ font-size: 13px;
31607
31490
  line-height: 20px;
31608
- color: #2d3a56;
31609
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31610
- }
31611
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31612
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31613
- color: rgba(44, 56, 82, 0.6);
31614
31491
  }
31615
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31616
- padding: 8px 16px;
31617
- line-height: 22px;
31492
+
31493
+ .E_t17uajlu {
31494
+ font-family: Inter;
31495
+ font-style: normal;
31496
+ font-weight: normal;
31497
+ font-feature-settings: "zero" on;
31498
+ font-size: 13px;
31499
+ line-height: 20px;
31618
31500
  }
31619
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31620
- padding: 2px 8px;
31501
+
31502
+ .E_t114zbyz {
31503
+ font-family: Inter;
31504
+ font-style: normal;
31505
+ font-weight: normal;
31506
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31507
+ font-size: 12px;
31621
31508
  line-height: 18px;
31622
31509
  }
31623
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31624
- border-color: rgba(107, 128, 167, 0.6);
31625
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31626
- }
31627
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31628
- border-color: #0096ff;
31629
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31510
+
31511
+ .E_t1il0kvi {
31512
+ font-family: Inter;
31513
+ font-style: normal;
31514
+ font-weight: 500;
31515
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31516
+ font-size: 12px;
31517
+ line-height: 18px;
31630
31518
  }
31631
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31632
- border-color: #e75a3a;
31519
+
31520
+ .E_t10dv8p1 {
31521
+ font-family: Inter;
31522
+ font-style: normal;
31523
+ font-weight: normal;
31524
+ font-feature-settings: "zero" on;
31525
+ font-size: 12px;
31526
+ line-height: 18px;
31633
31527
  }
31634
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31635
- color: #e75a3a;
31528
+
31529
+ .E_tc2oqpq {
31530
+ font-family: Inter;
31531
+ font-style: normal;
31532
+ font-weight: 500;
31533
+ font-feature-settings: "zero" on;
31534
+ font-size: 12px;
31535
+ line-height: 18px;
31636
31536
  }
31637
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31638
- border-color: #e75a3a;
31639
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31537
+
31538
+ .E_tzvddmc {
31539
+ font-family: Inter;
31540
+ font-style: normal;
31541
+ font-weight: bold;
31542
+ font-feature-settings: "zero" on;
31543
+ font-size: 16px;
31544
+ line-height: 24px;
31640
31545
  }
31641
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31642
- border-color: #e75a3a;
31643
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31546
+
31547
+ .E_u18llj45 {
31548
+ font-family: Inter;
31549
+ font-style: normal;
31550
+ font-weight: normal;
31551
+ font-size: 10px;
31552
+ line-height: 12px;
31644
31553
  }
31645
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31646
- background: rgba(211, 218, 235, 0.6);
31647
- color: rgba(0, 21, 64, 0.3);
31648
- border-color: rgba(172, 186, 211, 0.6);
31554
+
31555
+ .E_s1ebs0ra {
31556
+ display: flex;
31557
+ align-items: center;
31558
+ justify-content: space-between;
31559
+ background: #edf0f7;
31560
+ padding: 8px 12px;
31561
+ position: sticky;
31562
+ top: 0;
31563
+ z-index: 1;
31564
+ margin-bottom: -52px;
31649
31565
  }
31650
- textarea.E_i74cfyt.ant-input {
31651
- transition-property: height;
31652
- transition-delay: 50ms;
31566
+ .E_s1ebs0ra .select-total {
31567
+ display: flex;
31568
+ align-items: center;
31569
+ font-weight: 700;
31570
+ flex-shrink: 0;
31653
31571
  }
31654
- textarea.E_i74cfyt.ant-input.textarea-large {
31655
- min-height: 40px;
31656
- height: 40px;
31572
+ .E_s1ebs0ra .select-total .icon-wrapper {
31573
+ cursor: pointer;
31574
+ margin-left: 8px;
31575
+ width: 32px;
31576
+ height: 32px;
31577
+ border-radius: 50%;
31578
+ justify-content: center;
31657
31579
  }
31658
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
31659
- height: 80px;
31580
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
31581
+ background: rgba(225, 230, 241, 0.6);
31660
31582
  }
31661
- textarea.E_i74cfyt.ant-input.textarea-middle {
31662
- min-height: 32px;
31663
- height: 32px;
31583
+ .E_s1ebs0ra .action-group {
31584
+ flex: 1;
31585
+ margin-left: 88px;
31586
+ white-space: nowrap;
31587
+ text-align: right;
31588
+ position: relative;
31589
+ padding: 4px 0;
31590
+ margin-top: -4px;
31591
+ overflow: hidden;
31664
31592
  }
31665
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31666
- height: 64px;
31593
+ .E_s1ebs0ra .action-group .sub-menu-delete {
31594
+ transform: translateY(-4px);
31667
31595
  }
31668
- textarea.E_i74cfyt.ant-input.textarea-small {
31669
- min-height: 24px;
31670
- height: 24px;
31596
+ .E_s1ebs0ra .action-group button {
31597
+ border: none;
31671
31598
  }
31672
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
31673
- height: 40px;
31599
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
31600
+ margin-right: 8px;
31674
31601
  }
31675
-
31676
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
31677
- border: 1px solid rgba(213, 219, 227, 0.6);
31678
- border-radius: 4px;
31602
+ .E_s1ebs0ra .action-group > button:last-child {
31603
+ margin-right: 4px;
31679
31604
  }
31680
- .E_k1ci6977.input-tags {
31681
- position: relative;
31682
- padding: 6px;
31683
- height: 32px;
31605
+ .E_s1ebs0ra .action-group .more-btn {
31684
31606
  cursor: pointer;
31685
- transition: border 150ms;
31607
+ width: 32px;
31608
+ height: 32px;
31609
+ justify-content: center;
31610
+ border-radius: 50%;
31686
31611
  }
31687
- .E_k1ci6977.input-tags:hover {
31688
- border-color: #0080ff;
31689
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31612
+ .E_s1ebs0ra .action-group .more-btn:hover {
31613
+ background: #fff;
31690
31614
  }
31691
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31692
- padding-right: 30px;
31615
+
31616
+ .E_iq1gosr {
31617
+ display: inline-block;
31693
31618
  }
31694
- .E_k1ci6977.input-tags .input-tags-inner {
31695
- display: flex;
31619
+
31620
+ .E_s1dni7lo {
31621
+ width: 430px !important;
31696
31622
  }
31697
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31623
+
31624
+ .E_d1wwmmm5 .ant-select-item-group {
31625
+ padding: 8px 16px;
31626
+ line-height: 18px;
31627
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31628
+ height: 34px;
31629
+ min-height: 34px;
31630
+ box-sizing: border-box;
31631
+ margin-top: 8px;
31632
+ }
31633
+
31634
+ .E_o1ugr09p {
31698
31635
  display: flex;
31636
+ flex-direction: column;
31637
+ margin: 1px 8px;
31638
+ padding: 8px;
31639
+ border-radius: 4px;
31699
31640
  }
31700
- .E_k1ci6977.input-tags .input-tag-suffix {
31701
- position: absolute;
31702
- right: 12px;
31703
- top: 50%;
31704
- transform: translateY(-50%);
31641
+ .E_o1ugr09p .selected-icon {
31642
+ display: none;
31705
31643
  }
31706
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31707
- color: rgba(0, 0, 0, 0.25);
31708
- font-size: 12px;
31709
- cursor: pointer;
31644
+ .E_o1ugr09p.ant-select-item-option-grouped {
31645
+ padding-left: 8px;
31710
31646
  }
31711
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31712
- color: rgba(0, 0, 0, 0.45);
31647
+ .E_o1ugr09p.ant-select-item-option-selected {
31648
+ background-color: white;
31713
31649
  }
31714
- .E_k1ci6977.has-focus-indicator {
31715
- position: relative;
31716
- overflow: hidden;
31650
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31651
+ color: #0080ff;
31717
31652
  }
31718
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31719
- position: absolute;
31720
- top: 50%;
31721
- transform: translateY(-50%);
31722
- left: -16px;
31723
- transition: left 150ms ease;
31724
- opacity: 0;
31653
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31654
+ display: block;
31725
31655
  }
31726
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31727
- left: 8px;
31728
- opacity: 1;
31656
+ .E_o1ugr09p.ant-select-item-option-active {
31657
+ background: rgba(0, 136, 255, 0.16);
31729
31658
  }
31730
- .E_k1ci6977.has-focus-indicator input {
31731
- transition: margin-left 150ms ease;
31732
- margin-left: 0px;
31659
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31660
+ color: #0080ff;
31733
31661
  }
31734
- .E_k1ci6977.has-focus-indicator input:focus {
31735
- margin-left: 16px;
31662
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31663
+ background: rgba(0, 136, 255, 0.1);
31664
+ color: #0080ff;
31736
31665
  }
31737
31666
 
31738
- input.E_l1f7td1d.ant-input {
31739
- border-top-right-radius: 0;
31740
- border-bottom-right-radius: 0;
31667
+ .E_o1ifxsq4 {
31668
+ display: flex;
31669
+ justify-content: space-between;
31670
+ height: 20px;
31671
+ line-height: 20px;
31741
31672
  }
31742
-
31743
- .E_l1f7td1d.ant-input-affix-wrapper {
31744
- border-top-right-radius: 0;
31745
- border-bottom-right-radius: 0;
31673
+ .E_o1ifxsq4 .timezone-title {
31674
+ color: #2d3a56;
31675
+ overflow: hidden;
31676
+ text-overflow: ellipsis;
31746
31677
  }
31747
31678
 
31748
- input.E_rf8rlle.ant-input {
31749
- border-top-left-radius: 0;
31750
- border-bottom-left-radius: 0;
31679
+ .E_o1zue7 {
31680
+ display: flex;
31681
+ justify-content: space-between;
31682
+ color: rgba(44, 56, 82, 0.6);
31683
+ height: 18px;
31684
+ line-height: 18px;
31685
+ margin-top: 2px;
31751
31686
  }
31752
31687
 
31753
- .E_rf8rlle.ant-input-affix-wrapper {
31754
- border-top-left-radius: 0;
31755
- border-bottom-left-radius: 0;
31688
+ .E_tyfmlxg {
31689
+ border: none;
31690
+ margin-right: 0;
31691
+ background: rgba(225, 230, 241, 0.6);
31756
31692
  }
31757
31693
 
31758
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31759
- border-top-right-radius: 0;
31760
- border-bottom-right-radius: 0;
31694
+ .E_o18uybox {
31695
+ pointer-events: none;
31696
+ height: 32px;
31697
+ width: 100%;
31698
+ opacity: 0;
31761
31699
  }
31762
31700
 
31763
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31764
- border-top-left-radius: 0;
31765
- border-bottom-left-radius: 0;
31701
+ .E_c1up1pdz {
31702
+ width: 648px;
31766
31703
  }
31767
-
31768
- .E_c3ni091 {
31769
- display: flex;
31770
- flex-direction: column;
31704
+ .E_c1up1pdz.active {
31705
+ border-color: #0080ff;
31771
31706
  }
31772
- .E_c3ni091 .select-wrapper {
31773
- margin-top: 12px;
31707
+ .E_c1up1pdz.active > header {
31708
+ background: rgba(0, 128, 255, 0.1);
31774
31709
  }
31775
- .E_c3ni091 .select-wrapper .select {
31776
- width: 100%;
31710
+ .E_c1up1pdz .expand {
31711
+ padding: 12px;
31777
31712
  }
31778
- .E_c3ni091 .radio-wrapper {
31779
- margin-top: 24px;
31713
+ .E_c1up1pdz .field-item {
31714
+ display: flex;
31715
+ padding: 10px 0;
31716
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31780
31717
  }
31781
- .E_c3ni091 div.form-item {
31782
- width: 100%;
31718
+ .E_c1up1pdz .field-item:last-child {
31719
+ border-bottom: none;
31720
+ padding-bottom: 0;
31783
31721
  }
31784
-
31785
- .E_d105ju2d {
31786
- font-size: 14px;
31787
- font-weight: 500;
31788
- color: #3e4652;
31789
- line-height: 18px;
31722
+ .E_c1up1pdz .field-item label {
31723
+ line-height: 32px;
31724
+ width: 100px;
31725
+ color: rgba(62, 70, 82, 0.6);
31790
31726
  }
31791
- .E_d105ju2d + .E_d105ju2d {
31792
- margin-top: 16px;
31727
+ .E_c1up1pdz .help {
31728
+ color: rgba(62, 70, 82, 0.6);
31729
+ margin-top: 5px;
31793
31730
  }
31794
- .E_d105ju2d + * {
31795
- margin-top: 16px;
31731
+ .E_c1up1pdz .ant-input-affix-wrapper,
31732
+ .E_c1up1pdz .ant-picker {
31733
+ width: 128px;
31796
31734
  }
31797
31735
 
31798
- .E_lh0l62z.E_d105ju2d {
31799
- font-size: 12px;
31800
- color: rgba(44, 56, 82, 0.6);
31801
- margin-top: 12px;
31736
+ .E_c156wh19 {
31737
+ display: flex;
31738
+ align-items: center;
31739
+ justify-content: space-between;
31740
+ word-break: keep-all;
31802
31741
  }
31803
-
31804
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31805
- line-height: 18px;
31806
- font-weight: 500;
31807
- margin-top: 0;
31808
- white-space: initial;
31742
+ .E_c156wh19 .title {
31743
+ margin: 0 16px 0 8px;
31809
31744
  }
31810
-
31811
- .E_r1skkc3l {
31812
- display: block;
31745
+ .E_c156wh19 .retain {
31746
+ color: rgba(129, 138, 153, 0.6);
31813
31747
  }
31814
- .E_r1skkc3l span {
31815
- font-size: 14px;
31816
- font-weight: 500;
31817
- line-height: 32px;
31818
- color: #3e4652;
31748
+ .E_c156wh19 div.left {
31749
+ flex: 1;
31750
+ display: flex;
31751
+ overflow: hidden;
31752
+ align-items: center;
31753
+ justify-content: flex-start;
31754
+ white-space: nowrap;
31819
31755
  }
31820
-
31821
- .E_c3cobmo {
31822
- margin-top: 16px;
31823
- padding: 8px;
31824
- border-radius: 6px;
31825
- background: rgba(225, 230, 241, 0.6);
31826
- color: rgba(44, 56, 82, 0.6);
31827
- font-size: 12px;
31756
+ .E_c156wh19 div.left .title {
31757
+ max-width: 100%;
31758
+ overflow: hidden;
31759
+ text-overflow: ellipsis;
31828
31760
  }
31829
- .E_c3cobmo div {
31830
- line-height: 20px;
31761
+ .E_c156wh19 div.right {
31831
31762
  display: flex;
31832
31763
  align-items: center;
31833
- word-break: break-all;
31834
31764
  }
31835
- .E_c3cobmo .title {
31836
- font-weight: 700;
31837
- line-height: 18px;
31838
- margin: 4px 0;
31765
+ .E_c156wh19 .reverse {
31766
+ display: flex;
31767
+ flex-direction: row-reverse;
31768
+ align-items: center;
31769
+ }
31770
+ .E_c156wh19 .reverse .ant-switch {
31771
+ margin-left: 8px;
31772
+ }
31773
+ .E_c156wh19 .close {
31774
+ padding-left: 14px;
31775
+ margin-left: 14px;
31776
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31777
+ cursor: pointer;
31839
31778
  }
31840
31779
 
31841
- .E_c18gxmrl {
31842
- border: 1px solid #d8deeb;
31843
- border-radius: 4px;
31844
- }
31845
- .E_c18gxmrl + .E_c18gxmrl {
31846
- margin-top: 8px;
31780
+ .E_m126spxy {
31781
+ padding-bottom: 4px;
31782
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31847
31783
  }
31848
- .E_c18gxmrl:hover {
31849
- border-color: #0080ff;
31784
+ .E_m126spxy .ant-btn-link {
31785
+ padding: 1px 10px;
31786
+ color: rgba(62, 70, 82, 0.6);
31787
+ border-radius: 4px;
31850
31788
  }
31851
- .E_c18gxmrl:hover > header {
31789
+ .E_m126spxy .ant-btn-link.active {
31852
31790
  background: rgba(0, 128, 255, 0.1);
31853
- }
31854
- .E_c18gxmrl.active header {
31855
- border-bottom: 1px solid #d8deeb;
31856
- }
31857
- .E_c18gxmrl > header {
31858
- padding: 8px 12px;
31791
+ color: #0096ff;
31859
31792
  }
31860
31793
 
31861
- .E_berrcjl {
31862
- color: rgba(10, 37, 85, 0.6);
31863
- margin-bottom: 4px;
31794
+ .E_wpbf4pq {
31795
+ padding: 10px 0;
31796
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31864
31797
  }
31865
- .E_berrcjl .breadcrumb-link {
31866
- color: rgba(10, 37, 85, 0.6);
31867
- cursor: pointer;
31868
- transition: color 160ms ease;
31798
+ .E_wpbf4pq .ant-input,
31799
+ .E_wpbf4pq .ant-picker {
31800
+ width: 80px;
31801
+ margin: 0 9px;
31802
+ text-align: center;
31869
31803
  }
31870
- .E_berrcjl .breadcrumb-link:hover {
31871
- color: #0080ff;
31804
+ .E_wpbf4pq .options {
31805
+ padding: 12px 0 12px 16px;
31806
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31807
+ margin: 5px 0 5px 8px;
31872
31808
  }
31873
- .E_berrcjl .breadcrumb-link:active {
31874
- color: #005ed1;
31809
+ .E_wpbf4pq .week-day-option,
31810
+ .E_wpbf4pq .month-day-option {
31811
+ background: #f5f7fa;
31812
+ box-sizing: border-box;
31813
+ border-radius: 16px;
31814
+ margin-right: 8px;
31875
31815
  }
31876
-
31877
- .E_c1bus5hc {
31878
- --color: white;
31879
- height: 14px;
31880
- width: 14px;
31881
- border-radius: 50%;
31882
- flex-shrink: 0;
31883
- display: flex;
31884
- align-items: center;
31885
- justify-content: center;
31886
- border: 1px solid var(--color);
31816
+ .E_wpbf4pq .week-day-option:focus,
31817
+ .E_wpbf4pq .month-day-option:focus {
31818
+ color: inherit;
31819
+ border-color: #d9d9d9;
31887
31820
  }
31888
- .E_c1bus5hc .circle-inner {
31889
- position: relative;
31890
- height: 10px;
31891
- width: 10px;
31892
- border-radius: 50%;
31893
- overflow: hidden;
31821
+ .E_wpbf4pq .week-day-option.active {
31822
+ background-color: #0096ff;
31823
+ border-color: #0096ff;
31824
+ color: #fff;
31894
31825
  }
31895
- .E_c1bus5hc .circle-content {
31896
- position: absolute;
31897
- height: 100%;
31898
- width: 100%;
31899
- left: 0;
31900
- top: 0;
31901
- border-radius: 50%;
31902
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31903
- transform: rotate(180deg);
31826
+ .E_wpbf4pq .week-day-option.en-text {
31827
+ width: 110px;
31828
+ margin-top: 4px;
31904
31829
  }
31905
- .E_c1bus5hc .circle-child {
31906
- position: absolute;
31907
- height: 100%;
31908
- width: 100%;
31909
- left: 0;
31910
- top: 0;
31911
- margin-left: 50%;
31912
- transform-origin: left;
31913
- background: white;
31914
- transform: rotate(0deg);
31830
+ .E_wpbf4pq .month-day-option {
31831
+ width: 32px;
31832
+ padding: 0;
31833
+ margin-bottom: 8px;
31834
+ }
31835
+ .E_wpbf4pq .month-day-option.active {
31836
+ background-color: #0096ff;
31837
+ border-color: #0096ff;
31838
+ color: #fff;
31915
31839
  }
31916
31840
 
31917
31841
  .E_c1uzzomf {
@@ -31936,107 +31860,20 @@ input.E_rf8rlle.ant-input {
31936
31860
  text-align: center;
31937
31861
  }
31938
31862
 
31939
- .E_gmyahx3 {
31940
- cursor: pointer;
31941
- }
31942
- .E_gmyahx3 .link-text {
31943
- color: rgba(0, 21, 64, 0.3);
31944
- }
31945
- .E_gmyahx3:hover .link-text {
31946
- color: #0080ff;
31947
- }
31948
-
31949
- .E_clm1wy1 {
31950
- width: 192px;
31951
- height: 246px;
31952
- border-radius: 4px;
31953
- }
31954
- .E_clm1wy1 > .ant-picker-calendar,
31955
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
31956
- width: 100%;
31957
- background-color: rgba(245, 247, 250, 0.6);
31958
- border-top: none;
31959
- }
31960
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
31961
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
31962
- padding: 0 16px;
31963
- }
31964
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
31965
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
31966
- width: 100%;
31967
- height: 180px;
31968
- border-spacing: 0;
31969
- }
31970
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
31971
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
31972
- margin-bottom: 8px;
31973
- }
31974
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
31975
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
31976
- width: 22px;
31977
- }
31978
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
31979
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
31980
- padding: 0;
31981
- }
31982
- .E_clm1wy1 .ant-picker-cell {
31983
- color: rgba(62, 70, 82, 0.6);
31984
- opacity: 0.4;
31985
- }
31986
- .E_clm1wy1 .ant-picker-cell-in-view {
31987
- color: rgba(62, 70, 82, 0.6);
31988
- opacity: 1;
31989
- }
31990
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
31991
- color: #3e4652;
31992
- }
31993
- .E_clm1wy1 .ant-picker-cell::before {
31994
- pointer-events: none;
31995
- }
31996
-
31997
- .E_t1tsm00v {
31998
- color: rgba(129, 138, 153, 0.6);
31999
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32000
- backdrop-filter: blur(10px);
32001
- padding: 7px 10px;
32002
- }
32003
-
32004
- .E_c167wnad {
32005
- color: rgba(62, 70, 82, 0.6);
32006
- display: flex;
32007
- justify-content: space-between;
32008
- align-items: center;
32009
- padding: 8px 16px;
31863
+ .E_berrcjl {
31864
+ color: rgba(10, 37, 85, 0.6);
31865
+ margin-bottom: 4px;
32010
31866
  }
32011
- .E_c167wnad .anticon {
31867
+ .E_berrcjl .breadcrumb-link {
31868
+ color: rgba(10, 37, 85, 0.6);
32012
31869
  cursor: pointer;
31870
+ transition: color 160ms ease;
32013
31871
  }
32014
- .E_c167wnad .anticon:hover {
32015
- color: #0096ff;
32016
- }
32017
-
32018
- .E_cxhf7dh {
32019
- text-align: center;
32020
- }
32021
- .E_cxhf7dh .dots {
32022
- display: flex;
32023
- justify-content: center;
32024
- }
32025
- .E_cxhf7dh .dot {
32026
- display: inline-block;
32027
- width: 2px;
32028
- height: 2px;
32029
- border-radius: 1px;
32030
- background: #0096ff;
32031
- }
32032
- .E_cxhf7dh .dot:not(:last-child) {
32033
- margin-right: 2px;
31872
+ .E_berrcjl .breadcrumb-link:hover {
31873
+ color: #0080ff;
32034
31874
  }
32035
- .E_cxhf7dh .bar {
32036
- width: 9px;
32037
- height: 2px;
32038
- background: #0096ff;
32039
- border-radius: 2px;
31875
+ .E_berrcjl .breadcrumb-link:active {
31876
+ color: #005ed1;
32040
31877
  }
32041
31878
 
32042
31879
  .E_s11wux3h .ant-segmented-item:not(:last-child) {
@@ -32073,6 +31910,30 @@ input.E_rf8rlle.ant-input {
32073
31910
  background-color: transparent;
32074
31911
  }
32075
31912
 
31913
+ .E_tqjc4ui {
31914
+ margin: 0 2px;
31915
+ }
31916
+
31917
+ .E_c18gxmrl {
31918
+ border: 1px solid #d8deeb;
31919
+ border-radius: 4px;
31920
+ }
31921
+ .E_c18gxmrl + .E_c18gxmrl {
31922
+ margin-top: 8px;
31923
+ }
31924
+ .E_c18gxmrl:hover {
31925
+ border-color: #0080ff;
31926
+ }
31927
+ .E_c18gxmrl:hover > header {
31928
+ background: rgba(0, 128, 255, 0.1);
31929
+ }
31930
+ .E_c18gxmrl.active header {
31931
+ border-bottom: 1px solid #d8deeb;
31932
+ }
31933
+ .E_c18gxmrl > header {
31934
+ padding: 8px 12px;
31935
+ }
31936
+
32076
31937
  .E_n12mqh7z {
32077
31938
  display: flex;
32078
31939
  align-items: center;
@@ -32089,11 +31950,7 @@ input.E_rf8rlle.ant-input {
32089
31950
 
32090
31951
  .E_tcckoz1 {
32091
31952
  max-height: 400px;
32092
- overflow: "auto";
32093
- }
32094
-
32095
- .E_tqjc4ui {
32096
- margin: 0 2px;
31953
+ overflow: "auto";
32097
31954
  }
32098
31955
 
32099
31956
  .E_ou7iq30 {
@@ -32112,6 +31969,56 @@ input.E_rf8rlle.ant-input {
32112
31969
  word-break: break-all;
32113
31970
  }
32114
31971
 
31972
+ .E_gmyahx3 {
31973
+ cursor: pointer;
31974
+ }
31975
+ .E_gmyahx3 .link-text {
31976
+ color: rgba(0, 21, 64, 0.3);
31977
+ }
31978
+ .E_gmyahx3:hover .link-text {
31979
+ color: #0080ff;
31980
+ }
31981
+
31982
+ .E_c1bus5hc {
31983
+ --color: white;
31984
+ height: 14px;
31985
+ width: 14px;
31986
+ border-radius: 50%;
31987
+ flex-shrink: 0;
31988
+ display: flex;
31989
+ align-items: center;
31990
+ justify-content: center;
31991
+ border: 1px solid var(--color);
31992
+ }
31993
+ .E_c1bus5hc .circle-inner {
31994
+ position: relative;
31995
+ height: 10px;
31996
+ width: 10px;
31997
+ border-radius: 50%;
31998
+ overflow: hidden;
31999
+ }
32000
+ .E_c1bus5hc .circle-content {
32001
+ position: absolute;
32002
+ height: 100%;
32003
+ width: 100%;
32004
+ left: 0;
32005
+ top: 0;
32006
+ border-radius: 50%;
32007
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32008
+ transform: rotate(180deg);
32009
+ }
32010
+ .E_c1bus5hc .circle-child {
32011
+ position: absolute;
32012
+ height: 100%;
32013
+ width: 100%;
32014
+ left: 0;
32015
+ top: 0;
32016
+ margin-left: 50%;
32017
+ transform-origin: left;
32018
+ background: white;
32019
+ transform: rotate(0deg);
32020
+ }
32021
+
32115
32022
  .E_d1bw7c5z {
32116
32023
  position: relative;
32117
32024
  max-width: 388px;
@@ -32193,6 +32100,99 @@ input.E_rf8rlle.ant-input {
32193
32100
  width: 102px;
32194
32101
  }
32195
32102
 
32103
+ .E_clm1wy1 {
32104
+ width: 192px;
32105
+ height: 246px;
32106
+ border-radius: 4px;
32107
+ }
32108
+ .E_clm1wy1 > .ant-picker-calendar,
32109
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32110
+ width: 100%;
32111
+ background-color: rgba(245, 247, 250, 0.6);
32112
+ border-top: none;
32113
+ }
32114
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
32115
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32116
+ padding: 0 16px;
32117
+ }
32118
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
32119
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32120
+ width: 100%;
32121
+ height: 180px;
32122
+ border-spacing: 0;
32123
+ }
32124
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32125
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32126
+ margin-bottom: 8px;
32127
+ }
32128
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32129
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32130
+ width: 22px;
32131
+ }
32132
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32133
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32134
+ padding: 0;
32135
+ }
32136
+ .E_clm1wy1 .ant-picker-cell {
32137
+ color: rgba(62, 70, 82, 0.6);
32138
+ opacity: 0.4;
32139
+ }
32140
+ .E_clm1wy1 .ant-picker-cell-in-view {
32141
+ color: rgba(62, 70, 82, 0.6);
32142
+ opacity: 1;
32143
+ }
32144
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
32145
+ color: #3e4652;
32146
+ }
32147
+ .E_clm1wy1 .ant-picker-cell::before {
32148
+ pointer-events: none;
32149
+ }
32150
+
32151
+ .E_t1tsm00v {
32152
+ color: rgba(129, 138, 153, 0.6);
32153
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32154
+ backdrop-filter: blur(10px);
32155
+ padding: 7px 10px;
32156
+ }
32157
+
32158
+ .E_c167wnad {
32159
+ color: rgba(62, 70, 82, 0.6);
32160
+ display: flex;
32161
+ justify-content: space-between;
32162
+ align-items: center;
32163
+ padding: 8px 16px;
32164
+ }
32165
+ .E_c167wnad .anticon {
32166
+ cursor: pointer;
32167
+ }
32168
+ .E_c167wnad .anticon:hover {
32169
+ color: #0096ff;
32170
+ }
32171
+
32172
+ .E_cxhf7dh {
32173
+ text-align: center;
32174
+ }
32175
+ .E_cxhf7dh .dots {
32176
+ display: flex;
32177
+ justify-content: center;
32178
+ }
32179
+ .E_cxhf7dh .dot {
32180
+ display: inline-block;
32181
+ width: 2px;
32182
+ height: 2px;
32183
+ border-radius: 1px;
32184
+ background: #0096ff;
32185
+ }
32186
+ .E_cxhf7dh .dot:not(:last-child) {
32187
+ margin-right: 2px;
32188
+ }
32189
+ .E_cxhf7dh .bar {
32190
+ width: 9px;
32191
+ height: 2px;
32192
+ background: #0096ff;
32193
+ border-radius: 2px;
32194
+ }
32195
+
32196
32196
  .E_c18bcrac {
32197
32197
  display: inline-block;
32198
32198
  width: 100%;
@@ -32240,6 +32240,28 @@ input.E_rf8rlle.ant-input {
32240
32240
  margin-right: 4px;
32241
32241
  }
32242
32242
 
32243
+ .E_ccrbeuz .ant-collapse-item {
32244
+ border: 0px;
32245
+ background-color: #fff;
32246
+ }
32247
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32248
+ padding-top: 0px;
32249
+ padding-bottom: 0px;
32250
+ padding-left: 0px !important;
32251
+ padding-right: 24px;
32252
+ }
32253
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32254
+ right: 0px;
32255
+ }
32256
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32257
+ padding: 0px;
32258
+ }
32259
+
32260
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32261
+ padding-right: 0px;
32262
+ cursor: default;
32263
+ }
32264
+
32243
32265
  .E_s1iv0tp1 .enabled-switch {
32244
32266
  display: flex;
32245
32267
  align-items: center;
@@ -32248,6 +32270,20 @@ input.E_rf8rlle.ant-input {
32248
32270
  margin-right: 8px;
32249
32271
  }
32250
32272
 
32273
+ .E_c1yyuluq {
32274
+ border-radius: 8px;
32275
+ }
32276
+ .E_c1yyuluq .ant-card-body {
32277
+ padding: 20px 24px 24px 24px;
32278
+ }
32279
+
32280
+ .E_tje3huy {
32281
+ width: 100%;
32282
+ overflow: inherit;
32283
+ white-space: inherit;
32284
+ text-overflow: ellipsis;
32285
+ }
32286
+
32251
32287
  .E_t1sqg15u {
32252
32288
  background: white;
32253
32289
  }
@@ -32338,11 +32374,21 @@ input.E_rf8rlle.ant-input {
32338
32374
  padding-right: 12px;
32339
32375
  }
32340
32376
 
32341
- .E_tje3huy {
32377
+ .E_itxley7.ant-input-group.ant-input-group-compact {
32378
+ display: flex;
32379
+ }
32380
+
32381
+ .E_m74vjol {
32382
+ display: flex;
32383
+ justify-content: space-between;
32384
+ width: 100%;
32385
+ }
32386
+ .E_m74vjol .action {
32387
+ margin-left: 16px;
32388
+ }
32389
+
32390
+ .E_a1o35uvh .ant-alert-message {
32342
32391
  width: 100%;
32343
- overflow: inherit;
32344
- white-space: inherit;
32345
- text-overflow: ellipsis;
32346
32392
  }
32347
32393
 
32348
32394
  .E_wg1tsps {
@@ -32368,60 +32414,86 @@ input.E_rf8rlle.ant-input {
32368
32414
  color: #00122e !important;
32369
32415
  }
32370
32416
 
32371
- .E_m74vjol {
32372
- display: flex;
32373
- justify-content: space-between;
32374
- width: 100%;
32417
+ .E_s1sck0th {
32418
+ padding: 0 8px;
32419
+ border-radius: 4px;
32375
32420
  }
32376
- .E_m74vjol .action {
32377
- margin-left: 16px;
32421
+
32422
+ .E_m855nr1 {
32423
+ padding: 2px 8px;
32424
+ border-radius: 3px;
32378
32425
  }
32379
32426
 
32380
- .E_a1o35uvh .ant-alert-message {
32381
- width: 100%;
32427
+ .E_l1270xpg {
32428
+ padding: 3px 8px;
32429
+ border-radius: 2px;
32382
32430
  }
32383
32431
 
32384
- .E_c1yyuluq {
32385
- border-radius: 8px;
32432
+ .E_t14rextb.ant-tag:hover {
32433
+ opacity: unset;
32386
32434
  }
32387
- .E_c1yyuluq .ant-card-body {
32388
- padding: 20px 24px 24px 24px;
32435
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32436
+ margin: 0;
32437
+ margin-right: 8px;
32438
+ display: inline-flex;
32439
+ align-items: center;
32440
+ border: none;
32441
+ }
32442
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32443
+ width: 16px;
32444
+ height: 16px;
32445
+ color: inherit;
32446
+ margin-left: 4px;
32447
+ opacity: 0.6;
32448
+ display: inline-flex;
32449
+ }
32450
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32451
+ opacity: 1;
32452
+ }
32453
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32454
+ color: #0080ff;
32455
+ background-color: rgba(0, 136, 255, 0.1);
32456
+ }
32457
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32458
+ color: #f0483e;
32459
+ background-color: rgba(255, 74, 74, 0.1);
32460
+ }
32461
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32462
+ color: #e07f00;
32463
+ background-color: rgba(255, 187, 0, 0.1);
32464
+ }
32465
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32466
+ color: #008f4c;
32467
+ background-color: rgba(30, 201, 127, 0.1);
32468
+ }
32469
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32470
+ color: #1d326c;
32471
+ background-color: rgba(225, 230, 241, 0.6);
32389
32472
  }
32390
-
32391
- .E_ccrbeuz .ant-collapse-item {
32392
- border: 0px;
32393
- background-color: #fff;
32473
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32474
+ color: #7E41FF;
32475
+ background-color: rgba(126, 65, 255, 0.1);
32394
32476
  }
32395
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32396
- padding-top: 0px;
32397
- padding-bottom: 0px;
32398
- padding-left: 0px !important;
32399
- padding-right: 24px;
32477
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32478
+ color: #fff;
32400
32479
  }
32401
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32402
- right: 0px;
32480
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32481
+ background-color: #f0483e;
32403
32482
  }
32404
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32405
- padding: 0px;
32483
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32484
+ background-color: #fea008;
32406
32485
  }
32407
-
32408
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32409
- padding-right: 0px;
32410
- cursor: default;
32486
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32487
+ background-color: #00ba5d;
32411
32488
  }
32412
-
32413
- .E_itxley7.ant-input-group.ant-input-group-compact {
32414
- display: flex;
32489
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32490
+ background-color: #0080ff;
32415
32491
  }
32416
-
32417
- .E_ivqqkzv {
32418
- height: 24px;
32419
- width: 56px !important;
32420
- margin-right: 4px;
32492
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32493
+ background-color: #6b7d99;
32421
32494
  }
32422
-
32423
- .E_c1wk4q29 {
32424
- color: rgba(44, 56, 82, 0.6);
32495
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32496
+ background-color: #7E41FF;
32425
32497
  }
32426
32498
 
32427
32499
  .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
@@ -32555,96 +32627,234 @@ input.E_rf8rlle.ant-input {
32555
32627
  display: inline-block;
32556
32628
  }
32557
32629
 
32630
+ .E_ivqqkzv {
32631
+ height: 24px;
32632
+ width: 56px !important;
32633
+ margin-right: 4px;
32634
+ }
32635
+
32636
+ .E_c1wk4q29 {
32637
+ color: rgba(44, 56, 82, 0.6);
32638
+ }
32639
+
32640
+ .E_tju3gfj .date {
32641
+ margin-right: 4px;
32642
+ }
32643
+
32558
32644
  .E_h1ol2wl7 {
32559
32645
  font-weight: bold;
32560
32646
  background-color: unset;
32561
32647
  padding: unset;
32562
32648
  }
32563
32649
 
32564
- .E_tju3gfj .date {
32565
- margin-right: 4px;
32650
+ .E_lht19u8 {
32651
+ width: 64px;
32652
+ height: 64px;
32653
+ display: flex;
32654
+ align-items: center;
32655
+ justify-content: center;
32656
+ position: relative;
32657
+ opacity: 0.2;
32566
32658
  }
32567
32659
 
32568
- .E_s1sck0th {
32569
- padding: 0 8px;
32570
- border-radius: 4px;
32660
+ .E_lk3gkp4 {
32661
+ position: absolute;
32662
+ width: 5px;
32663
+ height: 48px;
32664
+ left: 9.33px;
32665
+ top: 40.5px;
32666
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32667
+ border-radius: 5px;
32668
+ transform: rotate(-128deg);
32669
+ transform-origin: top left;
32670
+ animation: loading-indicator1 1100ms ease-out infinite;
32571
32671
  }
32572
32672
 
32573
- .E_m855nr1 {
32574
- padding: 2px 8px;
32575
- border-radius: 3px;
32673
+ .E_ll4n94n {
32674
+ position: absolute;
32675
+ width: 5px;
32676
+ height: 48px;
32677
+ left: 40.8px;
32678
+ top: 8.4px;
32679
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32680
+ border-radius: 5px;
32681
+ transform: rotate(-8deg);
32682
+ transform-origin: top left;
32683
+ animation: loading-indicator2 1100ms ease-out infinite;
32576
32684
  }
32577
32685
 
32578
- .E_l1270xpg {
32579
- padding: 3px 8px;
32580
- border-radius: 2px;
32686
+ .E_l17lbdo6 {
32687
+ position: absolute;
32688
+ width: 5px;
32689
+ height: 48px;
32690
+ left: 52.9px;
32691
+ top: 51.8px;
32692
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32693
+ border-radius: 5px;
32694
+ transform: rotate(112deg);
32695
+ transform-origin: top left;
32696
+ animation: loading-indicator3 1100ms ease-out infinite;
32581
32697
  }
32582
32698
 
32583
- .E_t14rextb.ant-tag:hover {
32584
- opacity: unset;
32699
+ .E_msn7nxt {
32700
+ color: rgba(44, 56, 82, 0.6);
32701
+ text-align: center;
32702
+ display: flex;
32703
+ align-items: center;
32704
+ justify-content: center;
32705
+ flex-direction: column;
32706
+ height: 100%;
32585
32707
  }
32586
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32587
- margin: 0;
32708
+ .E_msn7nxt .link {
32709
+ color: #0080ff;
32710
+ cursor: pointer;
32711
+ }
32712
+
32713
+ .E_mp64wfi {
32714
+ width: 100%;
32715
+ height: 100%;
32716
+ display: flex;
32717
+ flex-direction: column;
32718
+ }
32719
+ .E_mp64wfi .name-toolbar {
32720
+ width: 100%;
32721
+ display: flex;
32722
+ line-height: 30px;
32723
+ padding: 0 16px;
32724
+ justify-content: space-between;
32725
+ }
32726
+ .E_mp64wfi .name-toolbar .metric-extra {
32727
+ display: flex;
32728
+ font-size: 12px;
32729
+ align-items: center;
32730
+ }
32731
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
32732
+ color: #a3b4cc;
32733
+ }
32734
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
32735
+ margin-left: 10px;
32736
+ }
32737
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
32738
+ margin-left: 10px;
32739
+ cursor: pointer;
32740
+ }
32741
+ .E_mp64wfi .content {
32742
+ flex: 1;
32743
+ width: 100%;
32744
+ display: flex;
32745
+ justify-content: center;
32746
+ align-items: center;
32747
+ }
32748
+ .E_mp64wfi .single-content {
32749
+ height: 65px;
32750
+ }
32751
+
32752
+ .E_l1oyigan {
32753
+ display: flex;
32754
+ align-items: center;
32755
+ white-space: nowrap;
32756
+ overflow: hidden;
32757
+ width: 100%;
32758
+ }
32759
+ .E_l1oyigan .ant-dropdown-trigger {
32760
+ margin-left: auto;
32761
+ font-size: 12px;
32762
+ }
32763
+
32764
+ .E_l1noi4n1 {
32765
+ display: flex;
32766
+ justify-content: flex-start;
32767
+ align-items: center;
32768
+ font-size: 12px;
32769
+ cursor: pointer;
32770
+ }
32771
+ .E_l1noi4n1:not(:last-child) {
32772
+ margin-right: 20px;
32773
+ }
32774
+ .E_l1noi4n1.deselected {
32775
+ opacity: 0.4;
32776
+ }
32777
+ .E_l1noi4n1.deselected .color-block {
32778
+ background: #b4beca !important;
32779
+ }
32780
+
32781
+ .E_cz19rz6 {
32782
+ display: inline-block;
32783
+ height: 8px;
32784
+ width: 8px;
32588
32785
  margin-right: 8px;
32589
- display: inline-flex;
32786
+ }
32787
+
32788
+ .E_e17r5r9c .ant-dropdown-menu-item {
32789
+ display: flex;
32590
32790
  align-items: center;
32591
- border: none;
32791
+ font-size: 12px;
32792
+ margin: 0;
32592
32793
  }
32593
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32594
- width: 16px;
32595
- height: 16px;
32596
- color: inherit;
32597
- margin-left: 4px;
32598
- opacity: 0.6;
32599
- display: inline-flex;
32794
+
32795
+ .E_m1y1hhnr {
32796
+ position: relative;
32600
32797
  }
32601
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32602
- opacity: 1;
32798
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
32799
+ bottom: -12px;
32603
32800
  }
32604
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32605
- color: #0080ff;
32606
- background-color: rgba(0, 136, 255, 0.1);
32801
+ .E_m1y1hhnr .metric-toolbar {
32802
+ display: flex;
32803
+ justify-content: space-between;
32804
+ line-height: 30px;
32805
+ margin: 0 16px;
32607
32806
  }
32608
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32609
- color: #f0483e;
32610
- background-color: rgba(255, 74, 74, 0.1);
32807
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
32808
+ display: flex;
32809
+ font-size: 12px;
32810
+ align-items: center;
32611
32811
  }
32612
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32613
- color: #e07f00;
32614
- background-color: rgba(255, 187, 0, 0.1);
32812
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
32813
+ color: #a3b4cc;
32615
32814
  }
32616
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32617
- color: #008f4c;
32618
- background-color: rgba(30, 201, 127, 0.1);
32815
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
32816
+ margin-left: 10px;
32619
32817
  }
32620
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32621
- color: #1d326c;
32622
- background-color: rgba(225, 230, 241, 0.6);
32818
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
32819
+ margin-left: 10px;
32820
+ cursor: pointer;
32623
32821
  }
32624
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32625
- color: #7E41FF;
32626
- background-color: rgba(126, 65, 255, 0.1);
32822
+ .E_m1y1hhnr .recharts-xAxis {
32823
+ font-size: 12px;
32627
32824
  }
32628
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32825
+ .E_m1y1hhnr .pointer-wrapper {
32826
+ position: absolute;
32827
+ bottom: 10px;
32828
+ padding: 0 8px;
32829
+ border-radius: 4px;
32830
+ font-size: 12px;
32629
32831
  color: #fff;
32832
+ background: rgba(0, 0, 0, 0.75);
32833
+ transform: translateX(-50%);
32630
32834
  }
32631
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32632
- background-color: #f0483e;
32633
- }
32634
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32635
- background-color: #fea008;
32835
+
32836
+ .E_tnvijvs {
32837
+ min-width: 200px;
32636
32838
  }
32637
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32638
- background-color: #00ba5d;
32839
+
32840
+ .E_t1ub2aex {
32841
+ display: flex;
32842
+ align-items: center;
32843
+ justify-content: space-between;
32844
+ background-color: rgba(0, 0, 0, 0.75);
32845
+ color: #b4beca;
32846
+ font-size: 12px;
32847
+ padding: 3px 6px;
32639
32848
  }
32640
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32641
- background-color: #0080ff;
32849
+ .E_t1ub2aex:first-child {
32850
+ padding-top: 3px;
32642
32851
  }
32643
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32644
- background-color: #6b7d99;
32852
+ .E_t1ub2aex:last-child {
32853
+ padding-bottom: 3px;
32645
32854
  }
32646
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32647
- background-color: #7E41FF;
32855
+ .E_t1ub2aex .column-value {
32856
+ color: #fff;
32857
+ margin-left: 8px;
32648
32858
  }
32649
32859
 
32650
32860
  .E_c1kchka8 {
@@ -33113,225 +33323,15 @@ input.E_rf8rlle.ant-input {
33113
33323
  .E_d1tc7lgk ul li + li {
33114
33324
  margin-top: 2px;
33115
33325
  }
33116
-
33117
- .E_rzaik16 {
33118
- padding: 0;
33119
- }
33120
- .E_rzaik16 .ant-popover-arrow {
33121
- display: none;
33122
- }
33123
- .E_rzaik16 .ant-popover-inner-content {
33124
- padding: 0;
33125
- }
33126
-
33127
- .E_lht19u8 {
33128
- width: 64px;
33129
- height: 64px;
33130
- display: flex;
33131
- align-items: center;
33132
- justify-content: center;
33133
- position: relative;
33134
- opacity: 0.2;
33135
- }
33136
-
33137
- .E_lk3gkp4 {
33138
- position: absolute;
33139
- width: 5px;
33140
- height: 48px;
33141
- left: 9.33px;
33142
- top: 40.5px;
33143
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33144
- border-radius: 5px;
33145
- transform: rotate(-128deg);
33146
- transform-origin: top left;
33147
- animation: loading-indicator1 1100ms ease-out infinite;
33148
- }
33149
-
33150
- .E_ll4n94n {
33151
- position: absolute;
33152
- width: 5px;
33153
- height: 48px;
33154
- left: 40.8px;
33155
- top: 8.4px;
33156
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33157
- border-radius: 5px;
33158
- transform: rotate(-8deg);
33159
- transform-origin: top left;
33160
- animation: loading-indicator2 1100ms ease-out infinite;
33161
- }
33162
-
33163
- .E_l17lbdo6 {
33164
- position: absolute;
33165
- width: 5px;
33166
- height: 48px;
33167
- left: 52.9px;
33168
- top: 51.8px;
33169
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33170
- border-radius: 5px;
33171
- transform: rotate(112deg);
33172
- transform-origin: top left;
33173
- animation: loading-indicator3 1100ms ease-out infinite;
33174
- }
33175
-
33176
- .E_msn7nxt {
33177
- color: rgba(44, 56, 82, 0.6);
33178
- text-align: center;
33179
- display: flex;
33180
- align-items: center;
33181
- justify-content: center;
33182
- flex-direction: column;
33183
- height: 100%;
33184
- }
33185
- .E_msn7nxt .link {
33186
- color: #0080ff;
33187
- cursor: pointer;
33188
- }
33189
-
33190
- .E_mp64wfi {
33191
- width: 100%;
33192
- height: 100%;
33193
- display: flex;
33194
- flex-direction: column;
33195
- }
33196
- .E_mp64wfi .name-toolbar {
33197
- width: 100%;
33198
- display: flex;
33199
- line-height: 30px;
33200
- padding: 0 16px;
33201
- justify-content: space-between;
33202
- }
33203
- .E_mp64wfi .name-toolbar .metric-extra {
33204
- display: flex;
33205
- font-size: 12px;
33206
- align-items: center;
33207
- }
33208
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33209
- color: #a3b4cc;
33210
- }
33211
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33212
- margin-left: 10px;
33213
- }
33214
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33215
- margin-left: 10px;
33216
- cursor: pointer;
33217
- }
33218
- .E_mp64wfi .content {
33219
- flex: 1;
33220
- width: 100%;
33221
- display: flex;
33222
- justify-content: center;
33223
- align-items: center;
33224
- }
33225
- .E_mp64wfi .single-content {
33226
- height: 65px;
33227
- }
33228
-
33229
- .E_l1oyigan {
33230
- display: flex;
33231
- align-items: center;
33232
- white-space: nowrap;
33233
- overflow: hidden;
33234
- width: 100%;
33235
- }
33236
- .E_l1oyigan .ant-dropdown-trigger {
33237
- margin-left: auto;
33238
- font-size: 12px;
33239
- }
33240
-
33241
- .E_l1noi4n1 {
33242
- display: flex;
33243
- justify-content: flex-start;
33244
- align-items: center;
33245
- font-size: 12px;
33246
- cursor: pointer;
33247
- }
33248
- .E_l1noi4n1:not(:last-child) {
33249
- margin-right: 20px;
33250
- }
33251
- .E_l1noi4n1.deselected {
33252
- opacity: 0.4;
33253
- }
33254
- .E_l1noi4n1.deselected .color-block {
33255
- background: #b4beca !important;
33256
- }
33257
-
33258
- .E_cz19rz6 {
33259
- display: inline-block;
33260
- height: 8px;
33261
- width: 8px;
33262
- margin-right: 8px;
33263
- }
33264
-
33265
- .E_e17r5r9c .ant-dropdown-menu-item {
33266
- display: flex;
33267
- align-items: center;
33268
- font-size: 12px;
33269
- margin: 0;
33270
- }
33271
-
33272
- .E_m1y1hhnr {
33273
- position: relative;
33274
- }
33275
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33276
- bottom: -12px;
33277
- }
33278
- .E_m1y1hhnr .metric-toolbar {
33279
- display: flex;
33280
- justify-content: space-between;
33281
- line-height: 30px;
33282
- margin: 0 16px;
33283
- }
33284
- .E_m1y1hhnr .metric-toolbar .metric-extra {
33285
- display: flex;
33286
- font-size: 12px;
33287
- align-items: center;
33288
- }
33289
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33290
- color: #a3b4cc;
33291
- }
33292
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33293
- margin-left: 10px;
33294
- }
33295
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33296
- margin-left: 10px;
33297
- cursor: pointer;
33298
- }
33299
- .E_m1y1hhnr .recharts-xAxis {
33300
- font-size: 12px;
33301
- }
33302
- .E_m1y1hhnr .pointer-wrapper {
33303
- position: absolute;
33304
- bottom: 10px;
33305
- padding: 0 8px;
33306
- border-radius: 4px;
33307
- font-size: 12px;
33308
- color: #fff;
33309
- background: rgba(0, 0, 0, 0.75);
33310
- transform: translateX(-50%);
33311
- }
33312
-
33313
- .E_tnvijvs {
33314
- min-width: 200px;
33315
- }
33316
-
33317
- .E_t1ub2aex {
33318
- display: flex;
33319
- align-items: center;
33320
- justify-content: space-between;
33321
- background-color: rgba(0, 0, 0, 0.75);
33322
- color: #b4beca;
33323
- font-size: 12px;
33324
- padding: 3px 6px;
33325
- }
33326
- .E_t1ub2aex:first-child {
33327
- padding-top: 3px;
33326
+
33327
+ .E_rzaik16 {
33328
+ padding: 0;
33328
33329
  }
33329
- .E_t1ub2aex:last-child {
33330
- padding-bottom: 3px;
33330
+ .E_rzaik16 .ant-popover-arrow {
33331
+ display: none;
33331
33332
  }
33332
- .E_t1ub2aex .column-value {
33333
- color: #fff;
33334
- margin-left: 8px;
33333
+ .E_rzaik16 .ant-popover-inner-content {
33334
+ padding: 0;
33335
33335
  }
33336
33336
 
33337
33337
  .E_sjob3jg {
@@ -33385,351 +33385,148 @@ input.E_rf8rlle.ant-input {
33385
33385
  width: 100%;
33386
33386
  min-height: unset;
33387
33387
  }
33388
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33389
- height: 26px;
33390
- line-height: 26px;
33391
- width: 100%;
33392
- padding: 0;
33393
- font-size: 12px;
33394
- }
33395
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33396
- margin-right: 10px;
33397
- }
33398
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33399
- display: none;
33400
- }
33401
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33402
- padding-left: 8px;
33403
- padding-right: 4px;
33404
- border-radius: 4px 0 0 4px;
33405
- }
33406
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33407
- margin-right: 0;
33408
- }
33409
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33410
- padding-right: 8px;
33411
- padding-left: 12px;
33412
- border-radius: 0 4px 4px 0;
33413
- }
33414
- .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 {
33415
- content: "";
33416
- width: 0;
33417
- height: 0;
33418
- border: 13px solid transparent;
33419
- position: absolute;
33420
- top: 0;
33421
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33422
- z-index: 2;
33423
- position: relative;
33424
- top: -50%;
33425
- right: -100%;
33426
- }
33427
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33428
- padding: 0 4px 0 12px;
33429
- }
33430
- .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 {
33431
- content: "";
33432
- width: 0;
33433
- height: 0;
33434
- border: 13px solid transparent;
33435
- position: absolute;
33436
- top: 0;
33437
- border-left: 8px solid #fff;
33438
- left: 0;
33439
- }
33440
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33441
- max-width: calc(100% - var(--item-min-width) * 2);
33442
- }
33443
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33444
- background-color: rgba(0, 136, 255, 0.1);
33445
- }
33446
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33447
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33448
- }
33449
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33450
- cursor: pointer;
33451
- min-width: var(--item-min-width);
33452
- }
33453
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33454
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33455
- min-width: var(--item-min-width);
33456
- }
33457
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33458
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33459
- background-color: rgba(237, 241, 250, 0.6);
33460
- }
33461
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33462
- padding: 0;
33463
- }
33464
-
33465
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
33466
- width: 192px;
33467
- row-gap: 2px;
33468
- }
33469
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33470
- background-color: rgba(225, 230, 241, 0.6);
33471
- }
33472
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33473
- color: #00122e !important;
33474
- }
33475
- .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 {
33476
- background-color: rgba(225, 230, 241, 0.6);
33477
- }
33478
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33479
- padding: 0 8px;
33480
- border-radius: 4px;
33481
- height: 32px;
33482
- display: flex;
33483
- align-items: center;
33484
- }
33485
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33486
- min-height: auto;
33487
- white-space: nowrap;
33488
- }
33489
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33490
- font-size: 13px;
33491
- line-height: 20px;
33492
- max-width: 100%;
33493
- padding-right: 0;
33494
- }
33495
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33496
- background: rgba(0, 128, 255, 0.1);
33497
- }
33498
-
33499
- .E_h6l1tj4 {
33500
- width: 100%;
33501
- display: inline-flex;
33502
- align-items: center;
33503
- justify-content: center;
33504
- column-gap: 4px;
33505
- }
33506
- .E_h6l1tj4 .step-item-prefix-container {
33507
- display: inline-flex;
33508
- align-items: center;
33509
- width: 18px;
33510
- height: 18px;
33511
- color: rgba(44, 56, 82, 0.75);
33512
- justify-content: center;
33513
- }
33514
-
33515
- .E_v18frne8 {
33516
- width: 100%;
33517
- display: flex;
33518
- align-items: center;
33519
- justify-content: center;
33520
- column-gap: 6px;
33521
- font-size: 13px;
33522
- }
33523
- .E_v18frne8 .step-item-prefix-container {
33524
- display: inline-flex;
33525
- align-items: center;
33526
- min-width: 20px;
33527
- min-height: 20px;
33528
- color: rgba(44, 56, 82, 0.75);
33529
- justify-content: center;
33530
- }
33531
-
33532
- .E_t160l1cm {
33533
- display: flex;
33534
- flex-direction: column;
33535
- flex: 1;
33536
- /* FIXME:(yanzhen) do this better */
33537
- }
33538
- .E_t160l1cm .tab-bar {
33539
- flex-shrink: 0;
33540
- display: flex;
33541
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
33542
- }
33543
- .E_t160l1cm .tab-content {
33544
- height: 100%;
33545
- }
33546
- .E_t160l1cm .tab-menu-item {
33547
- margin-right: 2px;
33548
- padding: 1px 12px;
33549
- line-height: 24px;
33550
- height: 24px;
33551
- color: rgba(44, 56, 82, 0.6);
33552
- border-radius: 4px 4px 0 0;
33553
- cursor: pointer;
33554
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
33555
- }
33556
- .E_t160l1cm .tab-menu-item:first-child {
33557
- padding-left: 0;
33558
- }
33559
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
33560
- padding-left: 12px;
33561
- }
33562
- .E_t160l1cm .tab-menu-item:hover {
33563
- color: #0080ff;
33564
- background: rgba(211, 218, 235, 0.6);
33565
- }
33566
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
33567
- fill: #0080ff;
33568
- }
33569
- .E_t160l1cm .tab-menu-item:active {
33570
- background: rgba(192, 203, 224, 0.6);
33571
- }
33572
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
33573
- color: #0080ff;
33574
- background: rgba(211, 218, 235, 0.6);
33575
- }
33576
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
33577
- background: rgba(192, 203, 224, 0.6);
33578
- }
33579
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
33580
- background: rgba(0, 128, 255, 0.16);
33581
- }
33582
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
33583
- fill: #0080ff;
33584
- }
33585
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
33586
- color: #0080ff;
33587
- background: rgba(0, 128, 255, 0.1);
33588
- }
33589
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
33590
- background: rgba(0, 128, 255, 0.16);
33591
- }
33592
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
33593
- fill: #1d326c;
33594
- }
33595
- .E_t160l1cm .tab-menu-item .expand-arrow {
33596
- margin-left: 8px;
33597
- height: 22px;
33598
- }
33599
- .E_t160l1cm .tab-menu-item .expand-arrow path {
33600
- fill: rgba(44, 56, 82, 0.6);
33601
- }
33602
- .E_t160l1cm .tab-menu-item-group {
33603
- padding: 0;
33604
- display: flex;
33605
- align-items: center;
33606
- overflow: hidden;
33607
- }
33608
- .E_t160l1cm .tab-menu-item-group .main-title {
33609
- opacity: 0;
33610
- max-width: 0;
33611
- transition: max-width 320ms ease, opacity 240ms ease;
33612
- }
33613
- .E_t160l1cm .tab-menu-item-group .sub-title {
33614
- padding: 1px 12px;
33615
- position: relative;
33616
- display: flex;
33617
- }
33618
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
33619
- opacity: 0;
33620
- position: absolute;
33621
- top: 50%;
33622
- left: 0;
33623
- transform: translate(-50%, -50%);
33624
- transition: opacity 100ms linear;
33625
- fill: rgba(0, 128, 255, 0.2);
33626
- }
33627
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
33628
- color: #0080ff;
33629
- }
33630
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
33631
- padding: 1px 12px;
33632
- display: inline-block;
33633
- opacity: 1;
33634
- max-width: 160px;
33388
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33389
+ height: 26px;
33390
+ line-height: 26px;
33391
+ width: 100%;
33392
+ padding: 0;
33393
+ font-size: 12px;
33635
33394
  }
33636
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
33637
- padding: 1px 12px;
33638
- color: #005ed1;
33395
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33396
+ margin-right: 10px;
33639
33397
  }
33640
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
33641
- opacity: 1;
33398
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33399
+ display: none;
33642
33400
  }
33643
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
33644
- background: rgba(0, 128, 255, 0.16);
33401
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33402
+ padding-left: 8px;
33403
+ padding-right: 4px;
33404
+ border-radius: 4px 0 0 4px;
33645
33405
  }
33646
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
33647
- opacity: 0;
33406
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33407
+ margin-right: 0;
33648
33408
  }
33649
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
33650
- padding: 4px 16px;
33651
- height: 32px;
33652
- border-radius: 6px 6px 0 0;
33409
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33410
+ padding-right: 8px;
33411
+ padding-left: 12px;
33412
+ border-radius: 0 4px 4px 0;
33653
33413
  }
33654
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
33655
- padding-left: 0;
33414
+ .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 {
33415
+ content: "";
33416
+ width: 0;
33417
+ height: 0;
33418
+ border: 13px solid transparent;
33419
+ position: absolute;
33420
+ top: 0;
33421
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33422
+ z-index: 2;
33423
+ position: relative;
33424
+ top: -50%;
33425
+ right: -100%;
33656
33426
  }
33657
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
33658
- padding-left: 16px;
33427
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33428
+ padding: 0 4px 0 12px;
33659
33429
  }
33660
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
33661
- margin-left: 11px;
33662
- height: 24px;
33430
+ .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 {
33431
+ content: "";
33432
+ width: 0;
33433
+ height: 0;
33434
+ border: 13px solid transparent;
33435
+ position: absolute;
33436
+ top: 0;
33437
+ border-left: 8px solid #fff;
33438
+ left: 0;
33663
33439
  }
33664
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
33665
- padding: 0;
33440
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33441
+ max-width: calc(100% - var(--item-min-width) * 2);
33666
33442
  }
33667
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
33668
- padding: 4px 16px;
33443
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33444
+ background-color: rgba(0, 136, 255, 0.1);
33669
33445
  }
33670
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
33671
- padding: 4px 16px;
33446
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33447
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33672
33448
  }
33673
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
33674
- background: #fff;
33449
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33450
+ cursor: pointer;
33451
+ min-width: var(--item-min-width);
33675
33452
  }
33676
- .E_t160l1cm .tab-menu-item-light:active {
33677
- color: #005ed1;
33453
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33454
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33455
+ min-width: var(--item-min-width);
33678
33456
  }
33679
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
33680
- background: #fff;
33681
- color: #1d326c;
33457
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33458
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33459
+ background-color: rgba(237, 241, 250, 0.6);
33682
33460
  }
33683
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
33684
- color: rgba(45, 58, 86, 0.6);
33461
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33462
+ padding: 0;
33685
33463
  }
33686
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
33687
- color: #1d326c;
33464
+
33465
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
33466
+ width: 192px;
33467
+ row-gap: 2px;
33688
33468
  }
33689
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
33690
- fill: #d8deeb;
33469
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33470
+ background-color: rgba(225, 230, 241, 0.6);
33691
33471
  }
33692
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
33693
- fill: #1d326c;
33472
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33473
+ color: #00122e !important;
33694
33474
  }
33695
- .E_t160l1cm .tab-content {
33696
- flex: 1;
33475
+ .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 {
33476
+ background-color: rgba(225, 230, 241, 0.6);
33477
+ }
33478
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33479
+ padding: 0 8px;
33480
+ border-radius: 4px;
33481
+ height: 32px;
33697
33482
  display: flex;
33698
- flex-direction: column;
33483
+ align-items: center;
33699
33484
  }
33700
- .E_t160l1cm.is-overview .tab-content {
33701
- overflow: visible;
33485
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33486
+ min-height: auto;
33487
+ white-space: nowrap;
33488
+ }
33489
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33490
+ font-size: 13px;
33491
+ line-height: 20px;
33492
+ max-width: 100%;
33493
+ padding-right: 0;
33494
+ }
33495
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33496
+ background: rgba(0, 128, 255, 0.1);
33702
33497
  }
33703
33498
 
33704
- .E_t14npdqr {
33705
- max-width: 240px;
33706
- animation: none;
33499
+ .E_h6l1tj4 {
33500
+ width: 100%;
33501
+ display: inline-flex;
33502
+ align-items: center;
33503
+ justify-content: center;
33504
+ column-gap: 4px;
33707
33505
  }
33708
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
33709
- border: 1px solid #0080ff;
33710
- padding: 0;
33506
+ .E_h6l1tj4 .step-item-prefix-container {
33507
+ display: inline-flex;
33508
+ align-items: center;
33509
+ width: 18px;
33510
+ height: 18px;
33511
+ color: rgba(44, 56, 82, 0.75);
33512
+ justify-content: center;
33711
33513
  }
33712
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
33713
- margin: 0;
33714
- height: 32px;
33715
- line-height: 32px;
33514
+
33515
+ .E_v18frne8 {
33516
+ width: 100%;
33517
+ display: flex;
33518
+ align-items: center;
33519
+ justify-content: center;
33520
+ column-gap: 6px;
33716
33521
  font-size: 13px;
33717
- padding: 0 10px;
33718
- display: block;
33719
- overflow: hidden;
33720
- text-overflow: ellipsis;
33721
- white-space: nowrap;
33722
- }
33723
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
33724
- content: " ";
33725
- height: 1px;
33726
- width: calc(100% + 10px);
33727
- background: rgba(172, 186, 211, 0.6);
33728
- display: block;
33729
33522
  }
33730
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
33731
- color: #0080ff;
33732
- background: transparent;
33523
+ .E_v18frne8 .step-item-prefix-container {
33524
+ display: inline-flex;
33525
+ align-items: center;
33526
+ min-width: 20px;
33527
+ min-height: 20px;
33528
+ color: rgba(44, 56, 82, 0.75);
33529
+ justify-content: center;
33733
33530
  }
33734
33531
 
33735
33532
  .E_tc97u5y {
@@ -34150,19 +33947,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34150
33947
  color: rgba(44, 56, 82, 0.7490196078);
34151
33948
  }
34152
33949
 
34153
- .E_suhck3k {
34154
- height: 24px;
34155
- width: 24px;
34156
- border-radius: 6px;
34157
- padding: 4px;
34158
- }
34159
- .E_suhck3k:hover {
34160
- background-color: rgba(0, 136, 255, 0.1);
34161
- }
34162
- .E_suhck3k:hover svg path {
34163
- fill: blue;
34164
- }
34165
-
34166
33950
  .E_ryby9ds {
34167
33951
  display: flex;
34168
33952
  align-items: center;
@@ -34179,21 +33963,17 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34179
33963
  margin-right: 6px;
34180
33964
  }
34181
33965
 
34182
- .E_b14q2gmw {
34183
- 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);
34184
- }
34185
-
34186
- .E_c1eym6el {
34187
- border-radius: 8px;
34188
- background-color: white;
33966
+ .E_suhck3k {
33967
+ height: 24px;
33968
+ width: 24px;
33969
+ border-radius: 6px;
33970
+ padding: 4px;
34189
33971
  }
34190
- .E_c1eym6el.hoverable {
34191
- cursor: pointer;
33972
+ .E_suhck3k:hover {
33973
+ background-color: rgba(0, 136, 255, 0.1);
34192
33974
  }
34193
- .E_c1eym6el.hoverable:hover {
34194
- transition: all 200ms ease;
34195
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34196
- transform: translateY(-4px);
33975
+ .E_suhck3k:hover svg path {
33976
+ fill: blue;
34197
33977
  }
34198
33978
 
34199
33979
  .E_ckui4s7 {
@@ -34256,12 +34036,42 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34256
34036
  .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
34257
34037
  margin-left: 8px;
34258
34038
  }
34259
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
34260
- margin-left: 24px;
34039
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
34040
+ margin-left: 24px;
34041
+ }
34042
+
34043
+ .E_c1yd35n {
34044
+ padding: 0 12px 14px 12px;
34045
+ }
34046
+
34047
+ .E_t13ef470 {
34048
+ height: 100%;
34049
+ }
34050
+ .E_t13ef470 .table-loading-item {
34051
+ padding: 12px 4px;
34052
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34053
+ display: flex;
34054
+ }
34055
+ .E_t13ef470 .table-loading-item > * {
34056
+ height: 16px;
34057
+ margin: 4px;
34058
+ background: rgba(204, 212, 227, 0.18);
34059
+ border-radius: 2px;
34060
+ }
34061
+ .E_t13ef470 .table-loading-item .checkbox-loading {
34062
+ width: 16px;
34063
+ }
34064
+ .E_t13ef470 .table-loading-item .td-loading {
34065
+ flex: 1;
34066
+ }
34067
+ .E_t13ef470 :nth-child(1) {
34068
+ padding: 8px 4px;
34069
+ }
34070
+ .E_t13ef470 :nth-child(1) > * {
34071
+ background: rgba(107, 125, 153, 0.18);
34261
34072
  }
34262
-
34263
- .E_c1yd35n {
34264
- padding: 0 12px 14px 12px;
34073
+ .E_t13ef470 :nth-child(1) > * {
34074
+ background: rgba(163, 180, 204, 0.18);
34265
34075
  }
34266
34076
 
34267
34077
  .E_c1kghdax {
@@ -34304,43 +34114,238 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34304
34114
  margin-right: 2px;
34305
34115
  }
34306
34116
 
34307
- .E_t13ef470 {
34117
+ .E_w7ob4th.outside-tag {
34118
+ padding-left: 0;
34119
+ }
34120
+ .E_w7ob4th.outside-tag .inside-tag {
34121
+ border-radius: 4px 0 0 4px;
34122
+ padding-right: 4px;
34123
+ margin-right: 4px;
34124
+ }
34125
+
34126
+ .E_t160l1cm {
34127
+ display: flex;
34128
+ flex-direction: column;
34129
+ flex: 1;
34130
+ /* FIXME:(yanzhen) do this better */
34131
+ }
34132
+ .E_t160l1cm .tab-bar {
34133
+ flex-shrink: 0;
34134
+ display: flex;
34135
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
34136
+ }
34137
+ .E_t160l1cm .tab-content {
34308
34138
  height: 100%;
34309
34139
  }
34310
- .E_t13ef470 .table-loading-item {
34311
- padding: 12px 4px;
34312
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34140
+ .E_t160l1cm .tab-menu-item {
34141
+ margin-right: 2px;
34142
+ padding: 1px 12px;
34143
+ line-height: 24px;
34144
+ height: 24px;
34145
+ color: rgba(44, 56, 82, 0.6);
34146
+ border-radius: 4px 4px 0 0;
34147
+ cursor: pointer;
34148
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
34149
+ }
34150
+ .E_t160l1cm .tab-menu-item:first-child {
34151
+ padding-left: 0;
34152
+ }
34153
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
34154
+ padding-left: 12px;
34155
+ }
34156
+ .E_t160l1cm .tab-menu-item:hover {
34157
+ color: #0080ff;
34158
+ background: rgba(211, 218, 235, 0.6);
34159
+ }
34160
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
34161
+ fill: #0080ff;
34162
+ }
34163
+ .E_t160l1cm .tab-menu-item:active {
34164
+ background: rgba(192, 203, 224, 0.6);
34165
+ }
34166
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
34167
+ color: #0080ff;
34168
+ background: rgba(211, 218, 235, 0.6);
34169
+ }
34170
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
34171
+ background: rgba(192, 203, 224, 0.6);
34172
+ }
34173
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
34174
+ background: rgba(0, 128, 255, 0.16);
34175
+ }
34176
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
34177
+ fill: #0080ff;
34178
+ }
34179
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
34180
+ color: #0080ff;
34181
+ background: rgba(0, 128, 255, 0.1);
34182
+ }
34183
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
34184
+ background: rgba(0, 128, 255, 0.16);
34185
+ }
34186
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
34187
+ fill: #1d326c;
34188
+ }
34189
+ .E_t160l1cm .tab-menu-item .expand-arrow {
34190
+ margin-left: 8px;
34191
+ height: 22px;
34192
+ }
34193
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
34194
+ fill: rgba(44, 56, 82, 0.6);
34195
+ }
34196
+ .E_t160l1cm .tab-menu-item-group {
34197
+ padding: 0;
34313
34198
  display: flex;
34199
+ align-items: center;
34200
+ overflow: hidden;
34314
34201
  }
34315
- .E_t13ef470 .table-loading-item > * {
34316
- height: 16px;
34317
- margin: 4px;
34318
- background: rgba(204, 212, 227, 0.18);
34319
- border-radius: 2px;
34202
+ .E_t160l1cm .tab-menu-item-group .main-title {
34203
+ opacity: 0;
34204
+ max-width: 0;
34205
+ transition: max-width 320ms ease, opacity 240ms ease;
34320
34206
  }
34321
- .E_t13ef470 .table-loading-item .checkbox-loading {
34322
- width: 16px;
34207
+ .E_t160l1cm .tab-menu-item-group .sub-title {
34208
+ padding: 1px 12px;
34209
+ position: relative;
34210
+ display: flex;
34323
34211
  }
34324
- .E_t13ef470 .table-loading-item .td-loading {
34212
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
34213
+ opacity: 0;
34214
+ position: absolute;
34215
+ top: 50%;
34216
+ left: 0;
34217
+ transform: translate(-50%, -50%);
34218
+ transition: opacity 100ms linear;
34219
+ fill: rgba(0, 128, 255, 0.2);
34220
+ }
34221
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
34222
+ color: #0080ff;
34223
+ }
34224
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
34225
+ padding: 1px 12px;
34226
+ display: inline-block;
34227
+ opacity: 1;
34228
+ max-width: 160px;
34229
+ }
34230
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
34231
+ padding: 1px 12px;
34232
+ color: #005ed1;
34233
+ }
34234
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34235
+ opacity: 1;
34236
+ }
34237
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
34238
+ background: rgba(0, 128, 255, 0.16);
34239
+ }
34240
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
34241
+ opacity: 0;
34242
+ }
34243
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
34244
+ padding: 4px 16px;
34245
+ height: 32px;
34246
+ border-radius: 6px 6px 0 0;
34247
+ }
34248
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
34249
+ padding-left: 0;
34250
+ }
34251
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
34252
+ padding-left: 16px;
34253
+ }
34254
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
34255
+ margin-left: 11px;
34256
+ height: 24px;
34257
+ }
34258
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
34259
+ padding: 0;
34260
+ }
34261
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
34262
+ padding: 4px 16px;
34263
+ }
34264
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
34265
+ padding: 4px 16px;
34266
+ }
34267
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
34268
+ background: #fff;
34269
+ }
34270
+ .E_t160l1cm .tab-menu-item-light:active {
34271
+ color: #005ed1;
34272
+ }
34273
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
34274
+ background: #fff;
34275
+ color: #1d326c;
34276
+ }
34277
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
34278
+ color: rgba(45, 58, 86, 0.6);
34279
+ }
34280
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
34281
+ color: #1d326c;
34282
+ }
34283
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34284
+ fill: #d8deeb;
34285
+ }
34286
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
34287
+ fill: #1d326c;
34288
+ }
34289
+ .E_t160l1cm .tab-content {
34325
34290
  flex: 1;
34291
+ display: flex;
34292
+ flex-direction: column;
34326
34293
  }
34327
- .E_t13ef470 :nth-child(1) {
34328
- padding: 8px 4px;
34294
+ .E_t160l1cm.is-overview .tab-content {
34295
+ overflow: visible;
34329
34296
  }
34330
- .E_t13ef470 :nth-child(1) > * {
34331
- background: rgba(107, 125, 153, 0.18);
34297
+
34298
+ .E_t14npdqr {
34299
+ max-width: 240px;
34300
+ animation: none;
34332
34301
  }
34333
- .E_t13ef470 :nth-child(1) > * {
34334
- background: rgba(163, 180, 204, 0.18);
34302
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
34303
+ border: 1px solid #0080ff;
34304
+ padding: 0;
34305
+ }
34306
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
34307
+ margin: 0;
34308
+ height: 32px;
34309
+ line-height: 32px;
34310
+ font-size: 13px;
34311
+ padding: 0 10px;
34312
+ display: block;
34313
+ overflow: hidden;
34314
+ text-overflow: ellipsis;
34315
+ white-space: nowrap;
34316
+ }
34317
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
34318
+ content: " ";
34319
+ height: 1px;
34320
+ width: calc(100% + 10px);
34321
+ background: rgba(172, 186, 211, 0.6);
34322
+ display: block;
34323
+ }
34324
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
34325
+ color: #0080ff;
34326
+ background: transparent;
34335
34327
  }
34336
34328
 
34337
- .E_w7ob4th.outside-tag {
34338
- padding-left: 0;
34329
+ .E_b14q2gmw {
34330
+ 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);
34339
34331
  }
34340
- .E_w7ob4th.outside-tag .inside-tag {
34341
- border-radius: 4px 0 0 4px;
34342
- padding-right: 4px;
34332
+
34333
+ .E_c1eym6el {
34334
+ border-radius: 8px;
34335
+ background-color: white;
34336
+ }
34337
+ .E_c1eym6el.hoverable {
34338
+ cursor: pointer;
34339
+ }
34340
+ .E_c1eym6el.hoverable:hover {
34341
+ transition: all 200ms ease;
34342
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34343
+ transform: translateY(-4px);
34344
+ }
34345
+
34346
+ .E_i1g85yz3 {
34343
34347
  margin-right: 4px;
34348
+ height: 16px;
34344
34349
  }
34345
34350
 
34346
34351
  .E_slr2ynn {
@@ -34372,11 +34377,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34372
34377
  white-space: normal;
34373
34378
  }
34374
34379
 
34375
- .E_i1g85yz3 {
34376
- margin-right: 4px;
34377
- height: 16px;
34378
- }
34379
-
34380
34380
  .E_t1dtlqs1 {
34381
34381
  margin-bottom: 4px;
34382
34382
  color: rgba(44, 56, 82, 0.6);