@cloudtower/eagle 0.33.18 → 0.33.20

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 (27) hide show
  1. package/dist/cjs/core/BasicCTError/BasicCTError.style.js +5 -0
  2. package/dist/cjs/core/{CTModalFooterError → BasicCTError}/index.js +4 -10
  3. package/dist/cjs/coreX/DateRangePicker/Calendar.js +2 -2
  4. package/dist/cjs/coreX/DateRangePicker/utils.js +5 -0
  5. package/dist/cjs/index.js +2 -2
  6. package/dist/cjs/stats1.html +1 -1
  7. package/dist/components.css +1861 -1857
  8. package/dist/esm/core/BasicCTError/BasicCTError.style.js +3 -0
  9. package/dist/esm/core/{CTModalFooterError → BasicCTError}/index.js +4 -10
  10. package/dist/esm/coreX/DateRangePicker/Calendar.js +2 -2
  11. package/dist/esm/coreX/DateRangePicker/utils.js +3 -0
  12. package/dist/esm/index.js +1 -1
  13. package/dist/esm/stats1.html +1 -1
  14. package/dist/linaria.merged.scss +1880 -1876
  15. package/dist/src/core/BasicCTError/BasicCTError.style.d.ts +1 -0
  16. package/dist/src/core/{CTModalFooterError/CTModalFooterError.type.d.ts → BasicCTError/BasicCTError.type.d.ts} +3 -3
  17. package/dist/src/core/BasicCTError/index.d.ts +3 -0
  18. package/dist/src/core/index.d.ts +1 -1
  19. package/dist/src/coreX/DateRangePicker/__tests__/utils.test.d.ts +1 -0
  20. package/dist/src/coreX/DateRangePicker/utils.d.ts +7 -0
  21. package/dist/stories/docs/core/{CTModalFooterError.stories.d.ts → BasicCTError.stories.d.ts} +4 -4
  22. package/dist/style.css +1690 -1687
  23. package/package.json +4 -4
  24. package/dist/cjs/core/CTModalFooterError/CTModalFooterError.style.js +0 -5
  25. package/dist/esm/core/CTModalFooterError/CTModalFooterError.style.js +0 -3
  26. package/dist/src/core/CTModalFooterError/CTModalFooterError.style.d.ts +0 -1
  27. package/dist/src/core/CTModalFooterError/index.d.ts +0 -3
package/dist/style.css CHANGED
@@ -29672,6 +29672,26 @@ html body {
29672
29672
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29673
29673
  }
29674
29674
  }
29675
+ .E_m74vjol {
29676
+ display: flex;
29677
+ justify-content: space-between;
29678
+ width: 100%;
29679
+ }
29680
+ .E_m74vjol .action {
29681
+ margin-left: 16px;
29682
+ }
29683
+
29684
+ .E_a1o35uvh.ant-alert-closable {
29685
+ padding-right: 12px;
29686
+ }
29687
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29688
+ height: fit-content;
29689
+ margin-left: 16px;
29690
+ }
29691
+ .E_a1o35uvh .ant-alert-message {
29692
+ flex: 1;
29693
+ }
29694
+
29675
29695
  .E_c18gxmrl {
29676
29696
  border: 1px solid #d8deeb;
29677
29697
  border-radius: 4px;
@@ -29692,6 +29712,88 @@ html body {
29692
29712
  padding: 8px 12px;
29693
29713
  }
29694
29714
 
29715
+ .E_berrcjl {
29716
+ color: rgba(10, 37, 85, 0.6);
29717
+ margin-bottom: 4px;
29718
+ }
29719
+ .E_berrcjl .breadcrumb-link {
29720
+ color: rgba(10, 37, 85, 0.6);
29721
+ cursor: pointer;
29722
+ transition: color 160ms ease;
29723
+ }
29724
+ .E_berrcjl .breadcrumb-link:hover {
29725
+ color: #0080ff;
29726
+ }
29727
+ .E_berrcjl .breadcrumb-link:active {
29728
+ color: #005ed1;
29729
+ }
29730
+
29731
+ .E_b1nip9bk {
29732
+ padding: 4px 11px;
29733
+ }
29734
+
29735
+ .E_bqamoqe {
29736
+ white-space: nowrap;
29737
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29738
+ }
29739
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29740
+ --color: #0080ff;
29741
+ }
29742
+ .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] {
29743
+ --color: #0080ff;
29744
+ }
29745
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29746
+ margin-left: 1px;
29747
+ }
29748
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29749
+ border-top-right-radius: 0;
29750
+ border-bottom-right-radius: 0;
29751
+ }
29752
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29753
+ border-top-left-radius: 0;
29754
+ border-bottom-left-radius: 0;
29755
+ }
29756
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29757
+ border-radius: unset;
29758
+ }
29759
+
29760
+ .E_c1uzzomf {
29761
+ margin-bottom: 16px;
29762
+ }
29763
+ .E_c1uzzomf .card-title {
29764
+ font-size: 16px;
29765
+ color: rgba(44, 56, 82, 0.6);
29766
+ font-weight: 700;
29767
+ line-height: 32px;
29768
+ }
29769
+ .E_c1uzzomf .card-body {
29770
+ padding: 24px;
29771
+ border-radius: 8px;
29772
+ background: #fff;
29773
+ }
29774
+ .E_c1uzzomf .empty {
29775
+ font-weight: 700;
29776
+ font-size: 14px;
29777
+ line-height: 22px;
29778
+ color: rgba(0, 21, 64, 0.3);
29779
+ text-align: center;
29780
+ }
29781
+
29782
+ .E_fzh9mnb {
29783
+ width: 100%;
29784
+ height: 100%;
29785
+ min-height: 124px;
29786
+ display: flex;
29787
+ flex-direction: column;
29788
+ justify-content: center;
29789
+ align-items: center;
29790
+ }
29791
+ .E_fzh9mnb .error-text {
29792
+ color: rgba(10, 37, 85, 0.6);
29793
+ margin-bottom: 16px;
29794
+ font-size: 18px;
29795
+ }
29796
+
29695
29797
  .E_b1wx3t3t.ant-btn-icon-only {
29696
29798
  justify-content: center;
29697
29799
  }
@@ -29949,106 +30051,6 @@ html body {
29949
30051
  justify-content: center;
29950
30052
  }
29951
30053
 
29952
- .E_m74vjol {
29953
- display: flex;
29954
- justify-content: space-between;
29955
- width: 100%;
29956
- }
29957
- .E_m74vjol .action {
29958
- margin-left: 16px;
29959
- }
29960
-
29961
- .E_a1o35uvh.ant-alert-closable {
29962
- padding-right: 12px;
29963
- }
29964
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29965
- height: fit-content;
29966
- margin-left: 16px;
29967
- }
29968
- .E_a1o35uvh .ant-alert-message {
29969
- flex: 1;
29970
- }
29971
-
29972
- .E_berrcjl {
29973
- color: rgba(10, 37, 85, 0.6);
29974
- margin-bottom: 4px;
29975
- }
29976
- .E_berrcjl .breadcrumb-link {
29977
- color: rgba(10, 37, 85, 0.6);
29978
- cursor: pointer;
29979
- transition: color 160ms ease;
29980
- }
29981
- .E_berrcjl .breadcrumb-link:hover {
29982
- color: #0080ff;
29983
- }
29984
- .E_berrcjl .breadcrumb-link:active {
29985
- color: #005ed1;
29986
- }
29987
-
29988
- .E_c1uzzomf {
29989
- margin-bottom: 16px;
29990
- }
29991
- .E_c1uzzomf .card-title {
29992
- font-size: 16px;
29993
- color: rgba(44, 56, 82, 0.6);
29994
- font-weight: 700;
29995
- line-height: 32px;
29996
- }
29997
- .E_c1uzzomf .card-body {
29998
- padding: 24px;
29999
- border-radius: 8px;
30000
- background: #fff;
30001
- }
30002
- .E_c1uzzomf .empty {
30003
- font-weight: 700;
30004
- font-size: 14px;
30005
- line-height: 22px;
30006
- color: rgba(0, 21, 64, 0.3);
30007
- text-align: center;
30008
- }
30009
-
30010
- .E_b1nip9bk {
30011
- padding: 4px 11px;
30012
- }
30013
-
30014
- .E_bqamoqe {
30015
- white-space: nowrap;
30016
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30017
- }
30018
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30019
- --color: #0080ff;
30020
- }
30021
- .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] {
30022
- --color: #0080ff;
30023
- }
30024
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30025
- margin-left: 1px;
30026
- }
30027
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30028
- border-top-right-radius: 0;
30029
- border-bottom-right-radius: 0;
30030
- }
30031
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30032
- border-top-left-radius: 0;
30033
- border-bottom-left-radius: 0;
30034
- }
30035
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30036
- border-radius: unset;
30037
- }
30038
-
30039
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30040
- padding: 4px 8px 0 8px;
30041
- color: rgba(44, 56, 82, 0.6);
30042
- font-size: 12px;
30043
- }
30044
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30045
- padding-bottom: 6px;
30046
- }
30047
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30048
- padding-top: 4px;
30049
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30050
- }
30051
-
30052
30054
  .E_d1bw7c5z {
30053
30055
  position: relative;
30054
30056
  max-width: 388px;
@@ -30132,101 +30134,35 @@ html body {
30132
30134
  width: 102px;
30133
30135
  }
30134
30136
 
30135
- .E_fzh9mnb {
30136
- width: 100%;
30137
- height: 100%;
30138
- min-height: 124px;
30139
- display: flex;
30140
- flex-direction: column;
30141
- justify-content: center;
30142
- align-items: center;
30137
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30138
+ padding: 4px 8px 0 8px;
30139
+ color: rgba(44, 56, 82, 0.6);
30140
+ font-size: 12px;
30143
30141
  }
30144
- .E_fzh9mnb .error-text {
30145
- color: rgba(10, 37, 85, 0.6);
30146
- margin-bottom: 16px;
30147
- font-size: 18px;
30142
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30143
+ padding-bottom: 6px;
30148
30144
  }
30149
-
30150
- .E_sx1bpnu .ant-input-sm {
30151
- line-height: 18px;
30145
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30146
+ padding-top: 4px;
30147
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30152
30148
  }
30153
30149
 
30154
- .E_ai7qkf2 .ant-input-number-handler-wrap {
30155
- display: var(--ai7qkf2-0);
30156
- }
30157
- .E_ai7qkf2 .ant-input-number-input-wrap {
30158
- display: inline-flex;
30159
- line-height: 1.5715;
30160
- height: 100%;
30150
+ .E_f7pxqmh {
30161
30151
  width: 100%;
30152
+ margin-bottom: 0 !important;
30153
+ flex-flow: nowrap !important;
30154
+ line-break: auto;
30162
30155
  }
30163
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
30164
- content: var(--ai7qkf2-1);
30165
- display: var(--ai7qkf2-2);
30166
- flex: none;
30167
- align-items: center;
30168
- margin-left: 4px;
30169
- padding: 5px 12px 5px 0;
30156
+ .E_f7pxqmh > .ant-form-item-label {
30157
+ text-align: left !important;
30158
+ padding-bottom: 0 !important;
30159
+ }
30160
+ .E_f7pxqmh > .ant-form-item-label > label {
30161
+ min-height: 32px;
30162
+ height: auto;
30163
+ font-size: 13px;
30170
30164
  color: rgba(44, 56, 82, 0.6);
30171
- }
30172
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
30173
- content: var(--ai7qkf2-3);
30174
- display: var(--ai7qkf2-4);
30175
- flex: none;
30176
- align-items: center;
30177
- margin-right: 4px;
30178
- cursor: auto;
30179
- color: rgba(44, 56, 82, 0.6);
30180
- }
30181
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30182
- border-radius: 0;
30183
- }
30184
- .E_ai7qkf2.ant-input-number {
30185
- width: 100%;
30186
- border-radius: 6px;
30187
- }
30188
- .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
30189
- border-color: #0096ff;
30190
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30191
- z-index: 1;
30192
- }
30193
- .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
30194
- border-color: #e75a3a;
30195
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30196
- }
30197
- .E_ai7qkf2 .ant-input-number-input {
30198
- height: 30px;
30199
- border: 1px;
30200
- padding: 5px 12px;
30201
- font-size: inherit;
30202
- }
30203
- .E_ai7qkf2.ant-input-number-lg input {
30204
- height: 38px;
30205
- border: 1px;
30206
- padding: 8px 16px;
30207
- }
30208
- .E_ai7qkf2.ant-input-number-sm input {
30209
- height: 22px;
30210
- border: 1px;
30211
- padding: 2px 8px;
30212
- }
30213
-
30214
- .E_f7pxqmh {
30215
- width: 100%;
30216
- margin-bottom: 0 !important;
30217
- flex-flow: nowrap !important;
30218
- line-break: auto;
30219
- }
30220
- .E_f7pxqmh > .ant-form-item-label {
30221
- text-align: left !important;
30222
- padding-bottom: 0 !important;
30223
- }
30224
- .E_f7pxqmh > .ant-form-item-label > label {
30225
- min-height: 32px;
30226
- height: auto;
30227
- font-size: 13px;
30228
- color: rgba(44, 56, 82, 0.6);
30229
- white-space: normal;
30165
+ white-space: normal;
30230
30166
  }
30231
30167
  .E_f7pxqmh.ant-form-item-has-error .ant-input {
30232
30168
  border-color: #ff4d4f !important;
@@ -30245,6 +30181,13 @@ html body {
30245
30181
  min-height: 0px;
30246
30182
  }
30247
30183
 
30184
+ .E_atcz0kf .ant-input-suffix {
30185
+ margin-left: 8px;
30186
+ }
30187
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30188
+ padding: 2px 7px 2px 12px;
30189
+ }
30190
+
30248
30191
  .E_itxley7.ant-input-group.ant-input-group-compact {
30249
30192
  display: flex;
30250
30193
  }
@@ -30257,31 +30200,6 @@ html body {
30257
30200
  border-top-right-radius: 5px;
30258
30201
  }
30259
30202
 
30260
- .E_atcz0kf .ant-input-suffix {
30261
- margin-left: 8px;
30262
- }
30263
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30264
- padding: 2px 7px 2px 12px;
30265
- }
30266
-
30267
- .E_iouxfgt {
30268
- display: inline-flex;
30269
- align-items: center;
30270
- }
30271
- .E_iouxfgt .icon-inner {
30272
- display: inline-flex;
30273
- align-items: center;
30274
- justify-content: center;
30275
- }
30276
- .E_iouxfgt .icon-inner + span,
30277
- .E_iouxfgt span + .icon-inner.suffix {
30278
- margin-left: 4px;
30279
- }
30280
- .E_iouxfgt.is-rotate img,
30281
- .E_iouxfgt.is-rotate svg {
30282
- animation: rotate 680ms linear infinite;
30283
- }
30284
-
30285
30203
  .E_a1wfy30z .ant-input-number-handler-wrap {
30286
30204
  display: var(--a1wfy30z-0);
30287
30205
  }
@@ -30326,6 +30244,88 @@ html body {
30326
30244
  margin-right: 4px;
30327
30245
  }
30328
30246
 
30247
+ .E_sx1bpnu .ant-input-sm {
30248
+ line-height: 18px;
30249
+ }
30250
+
30251
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
30252
+ display: var(--ai7qkf2-0);
30253
+ }
30254
+ .E_ai7qkf2 .ant-input-number-input-wrap {
30255
+ display: inline-flex;
30256
+ line-height: 1.5715;
30257
+ height: 100%;
30258
+ width: 100%;
30259
+ }
30260
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
30261
+ content: var(--ai7qkf2-1);
30262
+ display: var(--ai7qkf2-2);
30263
+ flex: none;
30264
+ align-items: center;
30265
+ margin-left: 4px;
30266
+ padding: 5px 12px 5px 0;
30267
+ color: rgba(44, 56, 82, 0.6);
30268
+ }
30269
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
30270
+ content: var(--ai7qkf2-3);
30271
+ display: var(--ai7qkf2-4);
30272
+ flex: none;
30273
+ align-items: center;
30274
+ margin-right: 4px;
30275
+ cursor: auto;
30276
+ color: rgba(44, 56, 82, 0.6);
30277
+ }
30278
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30279
+ border-radius: 0;
30280
+ }
30281
+ .E_ai7qkf2.ant-input-number {
30282
+ width: 100%;
30283
+ border-radius: 6px;
30284
+ }
30285
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
30286
+ border-color: #0096ff;
30287
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30288
+ z-index: 1;
30289
+ }
30290
+ .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
30291
+ border-color: #e75a3a;
30292
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30293
+ }
30294
+ .E_ai7qkf2 .ant-input-number-input {
30295
+ height: 30px;
30296
+ border: 1px;
30297
+ padding: 5px 12px;
30298
+ font-size: inherit;
30299
+ }
30300
+ .E_ai7qkf2.ant-input-number-lg input {
30301
+ height: 38px;
30302
+ border: 1px;
30303
+ padding: 8px 16px;
30304
+ }
30305
+ .E_ai7qkf2.ant-input-number-sm input {
30306
+ height: 22px;
30307
+ border: 1px;
30308
+ padding: 2px 8px;
30309
+ }
30310
+
30311
+ .E_iouxfgt {
30312
+ display: inline-flex;
30313
+ align-items: center;
30314
+ }
30315
+ .E_iouxfgt .icon-inner {
30316
+ display: inline-flex;
30317
+ align-items: center;
30318
+ justify-content: center;
30319
+ }
30320
+ .E_iouxfgt .icon-inner + span,
30321
+ .E_iouxfgt span + .icon-inner.suffix {
30322
+ margin-left: 4px;
30323
+ }
30324
+ .E_iouxfgt.is-rotate img,
30325
+ .E_iouxfgt.is-rotate svg {
30326
+ animation: rotate 680ms linear infinite;
30327
+ }
30328
+
30329
30329
  .E_owd0kml {
30330
30330
  display: inline-block;
30331
30331
  }
@@ -30335,30 +30335,61 @@ html body {
30335
30335
  position: absolute;
30336
30336
  }
30337
30337
 
30338
- .E_i11gg7mj .ant-input-prefix {
30339
- margin-right: 8px;
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;
30340
30346
  }
30341
- .E_i11gg7mj .ant-input-suffix {
30342
- margin-left: 8px;
30347
+ .E_phljevk .pagination-left {
30348
+ padding: 2px 8px;
30343
30349
  }
30344
-
30345
- .E_cc368xp {
30346
- color: #00122e;
30347
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30348
- margin-right: 8px;
30349
- padding-right: 8px;
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;
30350
30356
  }
30351
-
30352
- .E_i11o6xqj {
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 {
30353
30365
  display: flex;
30354
- gap: 4px;
30366
+ align-items: center;
30367
+ color: #0080ff;
30368
+ font-weight: bold;
30355
30369
  }
30356
- .E_i11o6xqj .icon-wrapper {
30357
- cursor: pointer;
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);
30358
30383
  }
30359
30384
 
30360
- .E_d19ruhdj.icon-wrapper {
30361
- cursor: not-allowed;
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;
30362
30393
  }
30363
30394
 
30364
30395
  .E_rapgekc.ant-radio-wrapper {
@@ -30547,71 +30578,95 @@ html body {
30547
30578
  transform: rotate(0deg);
30548
30579
  }
30549
30580
 
30550
- .E_ivqqkzv {
30551
- height: 24px;
30552
- width: 56px !important;
30553
- margin-right: 4px;
30581
+ .E_i11gg7mj .ant-input-prefix {
30582
+ margin-right: 8px;
30583
+ }
30584
+ .E_i11gg7mj .ant-input-suffix {
30585
+ margin-left: 8px;
30554
30586
  }
30555
30587
 
30556
- .E_c1wk4q29 {
30557
- color: rgba(44, 56, 82, 0.6);
30588
+ .E_cc368xp {
30589
+ color: #00122e;
30590
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30591
+ margin-right: 8px;
30592
+ padding-right: 8px;
30558
30593
  }
30559
30594
 
30560
- .E_phljevk {
30595
+ .E_i11o6xqj {
30561
30596
  display: flex;
30562
- justify-content: space-between;
30563
- align-items: center;
30564
- padding: 10px 0;
30565
- color: rgba(44, 56, 82, 0.6);
30566
- font-size: 12px;
30567
- line-height: 24px;
30568
- }
30569
- .E_phljevk .pagination-left {
30570
- padding: 2px 8px;
30597
+ gap: 4px;
30571
30598
  }
30572
- .E_phljevk .dropdown-trigger {
30573
- display: flex;
30574
- align-items: center;
30575
- border-radius: 6px;
30599
+ .E_i11o6xqj .icon-wrapper {
30576
30600
  cursor: pointer;
30577
- transition: all 0.3s ease;
30578
30601
  }
30579
- .E_phljevk .dropdown-trigger:hover {
30580
- background: rgba(211, 218, 235, 0.6);
30581
- color: #0080ff;
30602
+
30603
+ .E_d19ruhdj.icon-wrapper {
30604
+ cursor: not-allowed;
30582
30605
  }
30583
- .E_phljevk .dropdown-trigger .icon-inner {
30584
- margin-left: 4px;
30606
+
30607
+ .E_s1dizucg.ant-switch {
30608
+ min-width: 40px;
30609
+ height: 24px;
30610
+ background: rgba(172, 186, 211, 0.6);
30611
+ overflow: hidden;
30585
30612
  }
30586
- .E_phljevk .pagination-right {
30587
- display: flex;
30588
- align-items: center;
30589
- color: #0080ff;
30590
- font-weight: bold;
30613
+ .E_s1dizucg.ant-switch:focus {
30614
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30591
30615
  }
30592
- .E_phljevk .pagination-right .icon-inner {
30593
- margin-left: 4px;
30616
+ .E_s1dizucg.ant-switch-small {
30617
+ min-width: 26px;
30618
+ height: 16px;
30594
30619
  }
30595
- .E_phljevk .pagination-right .prev-btn,
30596
- .E_phljevk .pagination-right .next-btn {
30597
- padding: 0 8px;
30620
+ .E_s1dizucg.ant-switch-large {
30621
+ min-width: 52px;
30622
+ height: 32px;
30598
30623
  }
30599
- .E_phljevk .pagination-right .prev-btn > span,
30600
- .E_phljevk .pagination-right .next-btn > span {
30601
- color: #0080ff;
30624
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30625
+ height: 20px;
30626
+ width: 20px;
30602
30627
  }
30603
- .E_phljevk .pagination-right .next-btn .icon-inner {
30604
- transform: rotate(180deg);
30628
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30629
+ border-radius: 10px;
30630
+ transition-delay: 120ms;
30631
+ }
30632
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30633
+ height: 14px;
30634
+ width: 14px;
30635
+ top: 1px;
30636
+ left: 1px;
30637
+ }
30638
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30639
+ height: 28px;
30640
+ width: 28px;
30641
+ }
30642
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30643
+ border-radius: 14px;
30644
+ }
30645
+ .E_s1dizucg.ant-switch-checked {
30646
+ background-color: #00ba5d;
30647
+ }
30648
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30649
+ left: calc(100% - 20px - 2px);
30650
+ }
30651
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30652
+ left: calc(100% - 14px - 1px);
30653
+ }
30654
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30655
+ left: calc(100% - 28px - 2px);
30605
30656
  }
30606
30657
 
30607
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30608
- max-height: calc(100vh - 128px);
30609
- overflow-y: auto;
30658
+ .E_c1up6e3y {
30659
+ margin-left: 5px;
30610
30660
  }
30611
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30612
- padding: 4px 20px;
30613
- font-size: 12px;
30614
- line-height: 18px;
30661
+
30662
+ .E_ivqqkzv {
30663
+ height: 24px;
30664
+ width: 56px !important;
30665
+ margin-right: 4px;
30666
+ }
30667
+
30668
+ .E_c1wk4q29 {
30669
+ color: rgba(44, 56, 82, 0.6);
30615
30670
  }
30616
30671
 
30617
30672
  .E_cnujxq2 {
@@ -31303,66 +31358,8 @@ input.E_rf8rlle.ant-input {
31303
31358
  color: rgba(44, 56, 82, 0.7490196078);
31304
31359
  }
31305
31360
 
31306
- .E_c1yyuluq {
31307
- border-radius: 8px;
31308
- }
31309
- .E_c1yyuluq .ant-card-body {
31310
- padding: 20px 24px 24px 24px;
31311
- }
31312
-
31313
- .E_s1dizucg.ant-switch {
31314
- min-width: 40px;
31315
- height: 24px;
31316
- background: rgba(172, 186, 211, 0.6);
31317
- overflow: hidden;
31318
- }
31319
- .E_s1dizucg.ant-switch:focus {
31320
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31321
- }
31322
- .E_s1dizucg.ant-switch-small {
31323
- min-width: 26px;
31324
- height: 16px;
31325
- }
31326
- .E_s1dizucg.ant-switch-large {
31327
- min-width: 52px;
31328
- height: 32px;
31329
- }
31330
- .E_s1dizucg.ant-switch .ant-switch-handle {
31331
- height: 20px;
31332
- width: 20px;
31333
- }
31334
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31335
- border-radius: 10px;
31336
- transition-delay: 120ms;
31337
- }
31338
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31339
- height: 14px;
31340
- width: 14px;
31341
- top: 1px;
31342
- left: 1px;
31343
- }
31344
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31345
- height: 28px;
31346
- width: 28px;
31347
- }
31348
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31349
- border-radius: 14px;
31350
- }
31351
- .E_s1dizucg.ant-switch-checked {
31352
- background-color: #00ba5d;
31353
- }
31354
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31355
- left: calc(100% - 20px - 2px);
31356
- }
31357
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31358
- left: calc(100% - 14px - 1px);
31359
- }
31360
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31361
- left: calc(100% - 28px - 2px);
31362
- }
31363
-
31364
- .E_c1up6e3y {
31365
- margin-left: 5px;
31361
+ .E_tju3gfj .date {
31362
+ margin-right: 4px;
31366
31363
  }
31367
31364
 
31368
31365
  .E_s1sck0th {
@@ -31447,8 +31444,12 @@ input.E_rf8rlle.ant-input {
31447
31444
  background-color: #7E41FF;
31448
31445
  }
31449
31446
 
31450
- .E_tju3gfj .date {
31451
- margin-right: 4px;
31447
+ .E_iq1gosr {
31448
+ display: inline-block;
31449
+ }
31450
+
31451
+ .E_m196gn1d {
31452
+ min-width: 1280px;
31452
31453
  }
31453
31454
 
31454
31455
  .E_s1dni7lo {
@@ -31532,77 +31533,6 @@ input.E_rf8rlle.ant-input {
31532
31533
  opacity: 0;
31533
31534
  }
31534
31535
 
31535
- .E_a1b5xrg3 .user-icon-inner {
31536
- display: inline-flex;
31537
- align-items: center;
31538
- justify-content: center;
31539
- color: #fff;
31540
- font-weight: bold;
31541
- font-size: 12px;
31542
- width: 24px;
31543
- height: 24px;
31544
- border-radius: 50%;
31545
- background: var(--a1b5xrg3-0);
31546
- }
31547
- .E_a1b5xrg3.btn-item {
31548
- transition: all 160ms ease;
31549
- cursor: pointer;
31550
- width: 56px;
31551
- height: 40px;
31552
- display: inline-flex;
31553
- align-items: center;
31554
- justify-content: center;
31555
- border-radius: 6px;
31556
- }
31557
- .E_a1b5xrg3.btn-item:hover {
31558
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31559
- }
31560
- .E_a1b5xrg3.btn-item:active {
31561
- transform: translateY(2px);
31562
- transition: all 320ms ease;
31563
- }
31564
-
31565
- .E_iq1gosr {
31566
- display: inline-block;
31567
- }
31568
-
31569
- .E_ccrbeuz .ant-collapse-item {
31570
- border: 0px;
31571
- background-color: #fff;
31572
- }
31573
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
31574
- padding-top: 0px;
31575
- padding-bottom: 0px;
31576
- padding-left: 0px !important;
31577
- padding-right: 24px;
31578
- }
31579
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31580
- right: 0px;
31581
- }
31582
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31583
- padding: 0px;
31584
- }
31585
-
31586
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
31587
- padding-right: 0px;
31588
- cursor: default;
31589
- }
31590
-
31591
- .E_t1m2x205 .ant-tooltip-arrow {
31592
- display: none;
31593
- }
31594
- .E_t1m2x205 .ant-tooltip-inner {
31595
- background: rgba(23, 38, 64, 0.8);
31596
- border-radius: 4px;
31597
- }
31598
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31599
- visibility: hidden;
31600
- }
31601
-
31602
- .E_m196gn1d {
31603
- min-width: 1280px;
31604
- }
31605
-
31606
31536
  .E_dsnbhzf {
31607
31537
  font-family: Inter;
31608
31538
  font-style: normal;
@@ -32078,12 +32008,111 @@ input.E_rf8rlle.ant-input {
32078
32008
  line-height: 12px;
32079
32009
  }
32080
32010
 
32081
- .E_hrhfj7c {
32082
- display: none;
32011
+ .E_a1b5xrg3 .user-icon-inner {
32012
+ display: inline-flex;
32013
+ align-items: center;
32014
+ justify-content: center;
32015
+ color: #fff;
32016
+ font-weight: bold;
32017
+ font-size: 12px;
32018
+ width: 24px;
32019
+ height: 24px;
32020
+ border-radius: 50%;
32021
+ background: var(--a1b5xrg3-0);
32083
32022
  }
32084
-
32085
- .E_dt9qoak .bottom {
32086
- color: rgba(44, 56, 82, 0.75);
32023
+ .E_a1b5xrg3.btn-item {
32024
+ transition: all 160ms ease;
32025
+ cursor: pointer;
32026
+ width: 56px;
32027
+ height: 40px;
32028
+ display: inline-flex;
32029
+ align-items: center;
32030
+ justify-content: center;
32031
+ border-radius: 6px;
32032
+ }
32033
+ .E_a1b5xrg3.btn-item:hover {
32034
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32035
+ }
32036
+ .E_a1b5xrg3.btn-item:active {
32037
+ transform: translateY(2px);
32038
+ transition: all 320ms ease;
32039
+ }
32040
+
32041
+ .E_t1m2x205 .ant-tooltip-arrow {
32042
+ display: none;
32043
+ }
32044
+ .E_t1m2x205 .ant-tooltip-inner {
32045
+ background: rgba(23, 38, 64, 0.8);
32046
+ border-radius: 4px;
32047
+ }
32048
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
32049
+ visibility: hidden;
32050
+ }
32051
+
32052
+ .E_c1yyuluq {
32053
+ border-radius: 8px;
32054
+ }
32055
+ .E_c1yyuluq .ant-card-body {
32056
+ padding: 20px 24px 24px 24px;
32057
+ }
32058
+
32059
+ .E_ccrbeuz .ant-collapse-item {
32060
+ border: 0px;
32061
+ background-color: #fff;
32062
+ }
32063
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32064
+ padding-top: 0px;
32065
+ padding-bottom: 0px;
32066
+ padding-left: 0px !important;
32067
+ padding-right: 24px;
32068
+ }
32069
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32070
+ right: 0px;
32071
+ }
32072
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32073
+ padding: 0px;
32074
+ }
32075
+
32076
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32077
+ padding-right: 0px;
32078
+ cursor: default;
32079
+ }
32080
+
32081
+ .E_suhck3k {
32082
+ height: 24px;
32083
+ width: 24px;
32084
+ border-radius: 6px;
32085
+ padding: 4px;
32086
+ }
32087
+ .E_suhck3k:hover {
32088
+ background-color: rgba(0, 136, 255, 0.1);
32089
+ }
32090
+ .E_suhck3k:hover svg path {
32091
+ fill: blue;
32092
+ }
32093
+
32094
+ .E_ryby9ds {
32095
+ display: flex;
32096
+ align-items: center;
32097
+ }
32098
+ .E_ryby9ds .order {
32099
+ height: 24px;
32100
+ width: 24px;
32101
+ border-radius: 20px;
32102
+ color: #0080ff;
32103
+ background: rgba(0, 136, 255, 0.1);
32104
+ display: flex;
32105
+ align-items: center;
32106
+ justify-content: center;
32107
+ margin-right: 6px;
32108
+ }
32109
+
32110
+ .E_hrhfj7c {
32111
+ display: none;
32112
+ }
32113
+
32114
+ .E_dt9qoak .bottom {
32115
+ color: rgba(44, 56, 82, 0.75);
32087
32116
  }
32088
32117
  .E_dt9qoak .left {
32089
32118
  min-width: 0;
@@ -32354,35 +32383,6 @@ input.E_rf8rlle.ant-input {
32354
32383
  transform: rotate(180deg);
32355
32384
  }
32356
32385
 
32357
- .E_suhck3k {
32358
- height: 24px;
32359
- width: 24px;
32360
- border-radius: 6px;
32361
- padding: 4px;
32362
- }
32363
- .E_suhck3k:hover {
32364
- background-color: rgba(0, 136, 255, 0.1);
32365
- }
32366
- .E_suhck3k:hover svg path {
32367
- fill: blue;
32368
- }
32369
-
32370
- .E_ryby9ds {
32371
- display: flex;
32372
- align-items: center;
32373
- }
32374
- .E_ryby9ds .order {
32375
- height: 24px;
32376
- width: 24px;
32377
- border-radius: 20px;
32378
- color: #0080ff;
32379
- background: rgba(0, 136, 255, 0.1);
32380
- display: flex;
32381
- align-items: center;
32382
- justify-content: center;
32383
- margin-right: 6px;
32384
- }
32385
-
32386
32386
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32387
32387
  opacity: 1;
32388
32388
  }
@@ -32535,21 +32535,6 @@ input.E_rf8rlle.ant-input {
32535
32535
  flex-shrink: 0;
32536
32536
  }
32537
32537
 
32538
- .E_w1dxz879 {
32539
- display: flex;
32540
- flex-direction: column;
32541
- gap: 6px;
32542
- }
32543
- .E_w1dxz879 .ellipsis-tooltip {
32544
- max-height: var(--w1dxz879-0);
32545
- text-overflow: clip;
32546
- overflow: hidden;
32547
- }
32548
- .E_w1dxz879 .tips {
32549
- color: #fff;
32550
- opacity: 0.8;
32551
- }
32552
-
32553
32538
  .E_h12yihis {
32554
32539
  height: 50px;
32555
32540
  border-bottom: 2px solid #edf0f7;
@@ -32770,48 +32755,77 @@ input.E_rf8rlle.ant-input {
32770
32755
  position: static;
32771
32756
  }
32772
32757
 
32773
- .E_c1yd35n {
32774
- padding: 0 12px 14px 12px;
32758
+ .E_w1dxz879 {
32759
+ display: flex;
32760
+ flex-direction: column;
32761
+ gap: 6px;
32762
+ }
32763
+ .E_w1dxz879 .ellipsis-tooltip {
32764
+ max-height: var(--w1dxz879-0);
32765
+ text-overflow: clip;
32766
+ overflow: hidden;
32767
+ }
32768
+ .E_w1dxz879 .tips {
32769
+ color: #fff;
32770
+ opacity: 0.8;
32775
32771
  }
32776
32772
 
32777
- .E_c1kghdax {
32778
- color: #2d3a56;
32779
- padding: 7px 12px;
32780
- display: flex;
32781
- justify-content: space-between;
32782
- align-items: center;
32773
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32774
+ margin-right: 2px;
32783
32775
  }
32784
- .E_c1kghdax.has-arrow {
32785
- padding-left: 10px;
32776
+
32777
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32778
+ padding-left: 8px;
32779
+ padding-right: 8px;
32780
+ font-size: 12px;
32786
32781
  }
32787
- .E_c1kghdax.has-arrow .title-wrapper {
32788
- cursor: pointer;
32789
- color: #00122e;
32782
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32783
+ border-radius: 4px;
32790
32784
  }
32791
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
32792
- color: #2d3a56;
32793
- font-weight: 600;
32785
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32786
+ border-radius: 4px;
32794
32787
  }
32795
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32796
- transform: rotate(90deg);
32788
+
32789
+ .E_ma64lna .antd5-segmented-item-label {
32790
+ padding-left: 12px;
32791
+ padding-right: 12px;
32797
32792
  }
32798
- .E_c1kghdax .sub-info {
32799
- font-size: 12px;
32800
- line-height: 18px;
32793
+
32794
+ .E_ckld275 {
32795
+ background-color: rgba(225, 230, 241, 0.6);
32801
32796
  }
32802
- .E_c1kghdax .title-wrapper {
32797
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32798
+ background-color: rgba(255, 255, 255, 0.6);
32799
+ color: rgba(44, 56, 82, 0.75);
32800
+ }
32801
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32802
+ background-color: transparent;
32803
+ }
32804
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32805
+ background-color: transparent;
32806
+ }
32807
+
32808
+ .E_r77hffu {
32803
32809
  display: flex;
32804
32810
  align-items: center;
32805
- user-select: none;
32806
- flex-grow: 1;
32807
- font-size: 12px;
32808
- line-height: 18px;
32809
- color: #2d3a56;
32810
- font-weight: 700;
32811
+ justify-content: space-between;
32812
+ column-gap: 6px;
32811
32813
  }
32812
- .E_c1kghdax .collapse-arrow {
32813
- transition: all 50ms ease-out 0ms;
32814
- margin-right: 2px;
32814
+
32815
+ .E_p1cmxsf7 {
32816
+ display: flex;
32817
+ flex-direction: column;
32818
+ justify-content: center;
32819
+ row-gap: var(--p1cmxsf7-0);
32820
+ }
32821
+ .E_p1cmxsf7 .antd5-progress-line {
32822
+ font-size: 0;
32823
+ margin-bottom: unset;
32824
+ margin-inline-end: unset;
32825
+ }
32826
+
32827
+ .E_c1yd35n {
32828
+ padding: 0 12px 14px 12px;
32815
32829
  }
32816
32830
 
32817
32831
  .E_ckui4s7 {
@@ -32878,195 +32892,61 @@ input.E_rf8rlle.ant-input {
32878
32892
  margin-left: 24px;
32879
32893
  }
32880
32894
 
32881
- .E_b14q2gmw {
32882
- 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);
32895
+ .E_c1kghdax {
32896
+ color: #2d3a56;
32897
+ padding: 7px 12px;
32898
+ display: flex;
32899
+ justify-content: space-between;
32900
+ align-items: center;
32883
32901
  }
32884
-
32885
- .E_c1eym6el {
32886
- border-radius: 8px;
32887
- background-color: white;
32902
+ .E_c1kghdax.has-arrow {
32903
+ padding-left: 10px;
32888
32904
  }
32889
- .E_c1eym6el.hoverable {
32905
+ .E_c1kghdax.has-arrow .title-wrapper {
32890
32906
  cursor: pointer;
32907
+ color: #00122e;
32891
32908
  }
32892
- .E_c1eym6el.hoverable:hover {
32893
- transition: all 200ms ease;
32894
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32895
- transform: translateY(-4px);
32909
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
32910
+ color: #2d3a56;
32911
+ font-weight: 600;
32896
32912
  }
32897
-
32898
- .E_r77hffu {
32899
- display: flex;
32900
- align-items: center;
32901
- justify-content: space-between;
32902
- column-gap: 6px;
32903
- }
32904
-
32905
- .E_p1cmxsf7 {
32906
- display: flex;
32907
- flex-direction: column;
32908
- justify-content: center;
32909
- row-gap: var(--p1cmxsf7-0);
32910
- }
32911
- .E_p1cmxsf7 .antd5-progress-line {
32912
- font-size: 0;
32913
- margin-bottom: unset;
32914
- margin-inline-end: unset;
32915
- }
32916
-
32917
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32918
- margin-right: 2px;
32913
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32914
+ transform: rotate(90deg);
32919
32915
  }
32920
-
32921
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32922
- padding-left: 8px;
32923
- padding-right: 8px;
32916
+ .E_c1kghdax .sub-info {
32924
32917
  font-size: 12px;
32918
+ line-height: 18px;
32925
32919
  }
32926
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32927
- border-radius: 4px;
32928
- }
32929
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32930
- border-radius: 4px;
32931
- }
32932
-
32933
- .E_ma64lna .antd5-segmented-item-label {
32934
- padding-left: 12px;
32935
- padding-right: 12px;
32936
- }
32937
-
32938
- .E_ckld275 {
32939
- background-color: rgba(225, 230, 241, 0.6);
32940
- }
32941
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32942
- background-color: rgba(255, 255, 255, 0.6);
32943
- color: rgba(44, 56, 82, 0.75);
32944
- }
32945
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32946
- background-color: transparent;
32947
- }
32948
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32949
- background-color: transparent;
32950
- }
32951
-
32952
- .E_l1ucdodl {
32953
- margin: 0;
32954
- border-radius: 20px;
32955
- padding: 2px 10px;
32956
- height: 22px;
32920
+ .E_c1kghdax .title-wrapper {
32957
32921
  display: flex;
32958
32922
  align-items: center;
32959
- }
32960
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
32961
- color: #FFFFFF;
32962
- }
32963
- .E_l1ucdodl.tag-hover {
32964
- cursor: pointer;
32965
- }
32966
- .E_l1ucdodl.ui-kit-status-legend {
32967
- color: #00122e;
32968
- }
32969
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
32970
- margin-right: 6px;
32971
- }
32972
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
32973
- margin-left: 8px;
32974
- color: rgba(44, 56, 82, 0.6);
32975
- }
32976
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
32977
- color: #FFFFFF;
32978
- }
32979
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
32980
- background-color: #0080ff;
32981
- }
32982
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
32983
- background-color: #f0483e;
32984
- }
32985
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
32986
- background-color: #fea008;
32987
- }
32988
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
32989
- background-color: #00ba5d;
32990
- }
32991
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
32992
- background-color: #6b7d99;
32993
- }
32994
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
32995
- background-color: #7E41FF;
32996
- }
32997
-
32998
- .E_s1qj66nc {
32999
- width: 8px;
33000
- height: 8px;
33001
- border-radius: 50%;
33002
- display: inline-block;
33003
- }
33004
-
33005
- .E_s5x1boq {
33006
- width: 8px;
33007
- height: 8px;
33008
- border-radius: 2px;
33009
- display: inline-block;
33010
- }
33011
-
33012
- .E_c1xm185 {
33013
- color: rgba(44, 56, 82, 0.6);
33014
- }
33015
-
33016
- .E_c1x5l5qc {
33017
- flex: 1;
33018
- }
33019
-
33020
- button.E_l48ei06.ant-btn,
33021
- button.E_l48ei06.ant-btn.ant-btn-sm,
33022
- button.E_l48ei06.ant-btn.ant-btn-lg {
32923
+ user-select: none;
32924
+ flex-grow: 1;
33023
32925
  font-size: 12px;
33024
32926
  line-height: 18px;
33025
- height: 18px;
33026
- }
33027
-
33028
- button.E_l48ei06 {
33029
- color: #0080FF;
33030
- height: unset;
33031
- }
33032
- button.E_l48ei06 .button-prefix-icon {
33033
- margin-right: 4px;
33034
- }
33035
- button.E_l48ei06 .button-suffix-icon {
33036
- margin-left: 4px;
33037
- }
33038
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
33039
- color: #009DFF;
33040
- }
33041
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
33042
- color: #005ED1;
33043
- }
33044
- button.E_l48ei06.ui-kit-link-disabled {
33045
- color: #0080FF;
33046
- }
33047
- button.E_l48ei06.ui-kit-link-primary {
33048
- color: #00122E;
33049
- }
33050
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
33051
- color: #0080FF;
33052
- }
33053
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
33054
- color: #005ED1;
32927
+ color: #2d3a56;
32928
+ font-weight: 700;
33055
32929
  }
33056
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33057
- color: #00122E;
32930
+ .E_c1kghdax .collapse-arrow {
32931
+ transition: all 50ms ease-out 0ms;
32932
+ margin-right: 2px;
33058
32933
  }
33059
- button.E_l48ei06.ui-kit-link-secondary {
33060
- color: rgba(44, 56, 82, 0.7490196078);
32934
+
32935
+ .E_b14q2gmw {
32936
+ 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);
33061
32937
  }
33062
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33063
- color: #0080FF;
32938
+
32939
+ .E_c1eym6el {
32940
+ border-radius: 8px;
32941
+ background-color: white;
33064
32942
  }
33065
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33066
- color: #005ED1;
32943
+ .E_c1eym6el.hoverable {
32944
+ cursor: pointer;
33067
32945
  }
33068
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33069
- color: rgba(44, 56, 82, 0.7490196078);
32946
+ .E_c1eym6el.hoverable:hover {
32947
+ transition: all 200ms ease;
32948
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32949
+ transform: translateY(-4px);
33070
32950
  }
33071
32951
 
33072
32952
  .E_lht19u8 {
@@ -33323,140 +33203,65 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33323
33203
  border: 1px solid #fff;
33324
33204
  }
33325
33205
 
33326
- .E_sddwhm6 {
33327
- margin: 0;
33328
- border-radius: 20px;
33329
- padding: 2px 10px;
33330
- height: 22px;
33206
+ .E_t1gvlxt5 {
33207
+ min-width: 0;
33208
+ flex: 1;
33331
33209
  }
33332
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33333
- background-color: rgba(237, 241, 250, 0.6) !important;
33210
+ .E_t1gvlxt5 .tag {
33211
+ flex: 0 0 auto;
33334
33212
  }
33335
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33336
- background-color: rgba(225, 230, 241, 0.6) !important;
33213
+ .E_t1gvlxt5 .progress-title {
33214
+ flex: 2;
33215
+ max-width: fit-content;
33337
33216
  }
33338
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33339
- color: #00122e;
33217
+ .E_t1gvlxt5 .progress-desc {
33218
+ flex: 1;
33219
+ max-width: fit-content;
33340
33220
  }
33341
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33342
- margin-right: 6px;
33221
+
33222
+ .E_a1ji6r68 {
33223
+ display: flex;
33224
+ align-items: center;
33225
+ column-gap: var(--a1ji6r68-0);
33343
33226
  }
33344
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33345
- margin-left: 8px;
33227
+
33228
+ .E_msn7nxt {
33346
33229
  color: rgba(44, 56, 82, 0.6);
33230
+ text-align: center;
33231
+ display: flex;
33232
+ align-items: center;
33233
+ justify-content: center;
33234
+ flex-direction: column;
33235
+ height: 100%;
33347
33236
  }
33348
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33349
- background-color: rgba(0, 136, 255, 0.1);
33237
+ .E_msn7nxt .link {
33238
+ color: #0080ff;
33239
+ cursor: pointer;
33350
33240
  }
33351
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33352
- background-color: #0080ff;
33241
+
33242
+ .E_mp64wfi {
33243
+ width: 100%;
33244
+ height: 100%;
33245
+ display: flex;
33246
+ flex-direction: column;
33353
33247
  }
33354
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33355
- background-color: rgba(0, 136, 255, 0.16);
33248
+ .E_mp64wfi .name-toolbar {
33249
+ width: 100%;
33250
+ display: flex;
33251
+ line-height: 30px;
33252
+ padding: 0 16px;
33253
+ justify-content: space-between;
33356
33254
  }
33357
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33358
- background-color: rgba(255, 74, 74, 0.1);
33255
+ .E_mp64wfi .name-toolbar .metric-extra {
33256
+ display: flex;
33257
+ font-size: 12px;
33258
+ align-items: center;
33359
33259
  }
33360
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33361
- background-color: #f0483e;
33260
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
33261
+ color: #a3b4cc;
33362
33262
  }
33363
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33364
- background-color: rgba(255, 74, 74, 0.16);
33365
- }
33366
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33367
- background-color: rgba(254, 160, 8, 0.1);
33368
- }
33369
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33370
- background-color: #fea008;
33371
- }
33372
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33373
- background-color: rgba(255, 187, 0, 0.16);
33374
- }
33375
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33376
- background-color: rgba(30, 201, 127, 0.1);
33377
- }
33378
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33379
- background-color: #00ba5d;
33380
- }
33381
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33382
- background-color: rgba(30, 201, 127, 0.16);
33383
- }
33384
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33385
- background-color: rgba(225, 230, 241, 0.6);
33386
- }
33387
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33388
- background-color: #6b7d99;
33389
- }
33390
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33391
- background-color: rgba(211, 218, 235, 0.6);
33392
- }
33393
-
33394
- .E_satwmqm {
33395
- width: 8px;
33396
- height: 8px;
33397
- border-radius: 50%;
33398
- display: inline-block;
33399
- }
33400
-
33401
- .E_t1gvlxt5 {
33402
- min-width: 0;
33403
- flex: 1;
33404
- }
33405
- .E_t1gvlxt5 .tag {
33406
- flex: 0 0 auto;
33407
- }
33408
- .E_t1gvlxt5 .progress-title {
33409
- flex: 2;
33410
- max-width: fit-content;
33411
- }
33412
- .E_t1gvlxt5 .progress-desc {
33413
- flex: 1;
33414
- max-width: fit-content;
33415
- }
33416
-
33417
- .E_a1ji6r68 {
33418
- display: flex;
33419
- align-items: center;
33420
- column-gap: var(--a1ji6r68-0);
33421
- }
33422
-
33423
- .E_msn7nxt {
33424
- color: rgba(44, 56, 82, 0.6);
33425
- text-align: center;
33426
- display: flex;
33427
- align-items: center;
33428
- justify-content: center;
33429
- flex-direction: column;
33430
- height: 100%;
33431
- }
33432
- .E_msn7nxt .link {
33433
- color: #0080ff;
33434
- cursor: pointer;
33435
- }
33436
-
33437
- .E_mp64wfi {
33438
- width: 100%;
33439
- height: 100%;
33440
- display: flex;
33441
- flex-direction: column;
33442
- }
33443
- .E_mp64wfi .name-toolbar {
33444
- width: 100%;
33445
- display: flex;
33446
- line-height: 30px;
33447
- padding: 0 16px;
33448
- justify-content: space-between;
33449
- }
33450
- .E_mp64wfi .name-toolbar .metric-extra {
33451
- display: flex;
33452
- font-size: 12px;
33453
- align-items: center;
33454
- }
33455
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33456
- color: #a3b4cc;
33457
- }
33458
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33459
- margin-left: 10px;
33263
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33264
+ margin-left: 10px;
33460
33265
  }
33461
33266
  .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33462
33267
  margin-left: 10px;
@@ -33581,199 +33386,208 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33581
33386
  margin-left: 8px;
33582
33387
  }
33583
33388
 
33584
- .E_sjob3jg {
33585
- --item-min-width: 60px;
33389
+ .E_w7ob4th.outside-tag {
33390
+ padding-left: 0;
33586
33391
  }
33587
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33588
- display: none !important;
33392
+ .E_w7ob4th.outside-tag .inside-tag {
33393
+ border-radius: 4px 0 0 4px;
33394
+ padding-right: 4px;
33395
+ margin-right: 4px;
33589
33396
  }
33590
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33591
- flex-shrink: 0 !important;
33397
+
33398
+ button.E_l48ei06.ant-btn,
33399
+ button.E_l48ei06.ant-btn.ant-btn-sm,
33400
+ button.E_l48ei06.ant-btn.ant-btn-lg {
33401
+ font-size: 12px;
33402
+ line-height: 18px;
33403
+ height: 18px;
33592
33404
  }
33593
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33594
- color: #0080ff;
33405
+
33406
+ button.E_l48ei06 {
33407
+ color: #0080FF;
33408
+ height: unset;
33595
33409
  }
33596
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33597
- color: #0080ff;
33598
- font-weight: normal;
33410
+ button.E_l48ei06 .button-prefix-icon {
33411
+ margin-right: 4px;
33599
33412
  }
33600
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33601
- color: rgba(44, 56, 82, 0.6);
33413
+ button.E_l48ei06 .button-suffix-icon {
33414
+ margin-left: 4px;
33602
33415
  }
33603
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33604
- color: #00122e;
33416
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
33417
+ color: #009DFF;
33605
33418
  }
33606
- .E_sjob3jg .step-item-text {
33607
- display: inline-block;
33419
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
33420
+ color: #005ED1;
33608
33421
  }
33609
- .E_sjob3jg .step-item-title {
33610
- overflow: hidden;
33611
- white-space: nowrap;
33612
- text-overflow: ellipsis;
33422
+ button.E_l48ei06.ui-kit-link-disabled {
33423
+ color: #0080FF;
33613
33424
  }
33614
-
33615
- .E_hjvj6s6 .ant-steps-item-container {
33616
- min-width: var(--item-min-width);
33425
+ button.E_l48ei06.ui-kit-link-primary {
33426
+ color: #00122E;
33617
33427
  }
33618
- .E_hjvj6s6 .ant-steps-item-disabled {
33619
- cursor: not-allowed !important;
33428
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
33429
+ color: #0080FF;
33620
33430
  }
33621
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33622
- flex-direction: row;
33623
- justify-content: stretch;
33431
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
33432
+ color: #005ED1;
33624
33433
  }
33625
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33626
- padding: 0;
33627
- margin-right: 4px;
33628
- flex: 1;
33629
- overflow: visible;
33434
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33435
+ color: #00122E;
33630
33436
  }
33631
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33632
- width: 100%;
33633
- min-height: unset;
33437
+ button.E_l48ei06.ui-kit-link-secondary {
33438
+ color: rgba(44, 56, 82, 0.7490196078);
33634
33439
  }
33635
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33636
- height: 26px;
33637
- line-height: 26px;
33638
- width: 100%;
33639
- padding: 0;
33640
- font-size: 12px;
33440
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33441
+ color: #0080FF;
33641
33442
  }
33642
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33643
- margin-right: 10px;
33443
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33444
+ color: #005ED1;
33644
33445
  }
33645
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33646
- display: none;
33446
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33447
+ color: rgba(44, 56, 82, 0.7490196078);
33647
33448
  }
33648
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33649
- padding-left: 8px;
33650
- padding-right: 4px;
33651
- border-radius: 4px 0 0 4px;
33449
+
33450
+ .E_l1ucdodl {
33451
+ margin: 0;
33452
+ border-radius: 20px;
33453
+ padding: 2px 10px;
33454
+ height: 22px;
33455
+ display: flex;
33456
+ align-items: center;
33652
33457
  }
33653
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33654
- margin-right: 0;
33458
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
33459
+ color: #FFFFFF;
33655
33460
  }
33656
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33657
- padding-right: 8px;
33658
- padding-left: 12px;
33659
- border-radius: 0 4px 4px 0;
33461
+ .E_l1ucdodl.tag-hover {
33462
+ cursor: pointer;
33660
33463
  }
33661
- .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 {
33662
- content: "";
33663
- width: 0;
33664
- height: 0;
33665
- border: 13px solid transparent;
33666
- position: absolute;
33667
- top: 0;
33668
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33669
- z-index: 2;
33670
- position: relative;
33671
- top: -50%;
33672
- right: -100%;
33464
+ .E_l1ucdodl.ui-kit-status-legend {
33465
+ color: #00122e;
33673
33466
  }
33674
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33675
- padding: 0 4px 0 12px;
33467
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33468
+ margin-right: 6px;
33676
33469
  }
33677
- .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 {
33678
- content: "";
33679
- width: 0;
33680
- height: 0;
33681
- border: 13px solid transparent;
33682
- position: absolute;
33683
- top: 0;
33684
- border-left: 8px solid #fff;
33685
- left: 0;
33470
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33471
+ margin-left: 8px;
33472
+ color: rgba(44, 56, 82, 0.6);
33686
33473
  }
33687
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33688
- max-width: calc(100% - var(--item-min-width) * 2);
33474
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33475
+ color: #FFFFFF;
33689
33476
  }
33690
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33691
- background-color: rgba(0, 136, 255, 0.1);
33477
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33478
+ background-color: #0080ff;
33692
33479
  }
33693
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33694
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33480
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33481
+ background-color: #f0483e;
33695
33482
  }
33696
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33697
- cursor: pointer;
33698
- min-width: var(--item-min-width);
33483
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33484
+ background-color: #fea008;
33699
33485
  }
33700
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33701
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33702
- min-width: var(--item-min-width);
33486
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33487
+ background-color: #00ba5d;
33703
33488
  }
33704
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33705
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33706
- background-color: rgba(237, 241, 250, 0.6);
33489
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33490
+ background-color: #6b7d99;
33707
33491
  }
33708
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33709
- padding: 0;
33492
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33493
+ background-color: #7E41FF;
33710
33494
  }
33711
33495
 
33712
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
33713
- width: 192px;
33714
- row-gap: 2px;
33496
+ .E_s1qj66nc {
33497
+ width: 8px;
33498
+ height: 8px;
33499
+ border-radius: 50%;
33500
+ display: inline-block;
33715
33501
  }
33716
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33717
- background-color: rgba(225, 230, 241, 0.6);
33502
+
33503
+ .E_s5x1boq {
33504
+ width: 8px;
33505
+ height: 8px;
33506
+ border-radius: 2px;
33507
+ display: inline-block;
33718
33508
  }
33719
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33720
- color: #00122e !important;
33509
+
33510
+ .E_c1xm185 {
33511
+ color: rgba(44, 56, 82, 0.6);
33721
33512
  }
33722
- .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 {
33723
- background-color: rgba(225, 230, 241, 0.6);
33513
+
33514
+ .E_c1x5l5qc {
33515
+ flex: 1;
33724
33516
  }
33725
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33726
- padding: 0 8px;
33727
- border-radius: 4px;
33728
- height: 32px;
33729
- display: flex;
33730
- align-items: center;
33517
+
33518
+ .E_sddwhm6 {
33519
+ margin: 0;
33520
+ border-radius: 20px;
33521
+ padding: 2px 10px;
33522
+ height: 22px;
33731
33523
  }
33732
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33733
- min-height: auto;
33734
- white-space: nowrap;
33524
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33525
+ background-color: rgba(237, 241, 250, 0.6) !important;
33735
33526
  }
33736
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33737
- font-size: 13px;
33738
- line-height: 20px;
33739
- max-width: 100%;
33740
- padding-right: 0;
33527
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33528
+ background-color: rgba(225, 230, 241, 0.6) !important;
33741
33529
  }
33742
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33743
- background: rgba(0, 128, 255, 0.1);
33530
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33531
+ color: #00122e;
33744
33532
  }
33745
-
33746
- .E_h6l1tj4 {
33747
- width: 100%;
33748
- display: inline-flex;
33749
- align-items: center;
33750
- justify-content: center;
33751
- column-gap: 4px;
33533
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33534
+ margin-right: 6px;
33752
33535
  }
33753
- .E_h6l1tj4 .step-item-prefix-container {
33754
- display: inline-flex;
33755
- align-items: center;
33756
- width: 18px;
33757
- height: 18px;
33758
- color: rgba(44, 56, 82, 0.75);
33759
- justify-content: center;
33536
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33537
+ margin-left: 8px;
33538
+ color: rgba(44, 56, 82, 0.6);
33760
33539
  }
33761
-
33762
- .E_v18frne8 {
33763
- width: 100%;
33764
- display: flex;
33765
- align-items: center;
33766
- justify-content: center;
33767
- column-gap: 6px;
33768
- font-size: 13px;
33540
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33541
+ background-color: rgba(0, 136, 255, 0.1);
33769
33542
  }
33770
- .E_v18frne8 .step-item-prefix-container {
33771
- display: inline-flex;
33772
- align-items: center;
33773
- min-width: 20px;
33774
- min-height: 20px;
33775
- color: rgba(44, 56, 82, 0.75);
33776
- justify-content: center;
33543
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33544
+ background-color: #0080ff;
33545
+ }
33546
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33547
+ background-color: rgba(0, 136, 255, 0.16);
33548
+ }
33549
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33550
+ background-color: rgba(255, 74, 74, 0.1);
33551
+ }
33552
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33553
+ background-color: #f0483e;
33554
+ }
33555
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33556
+ background-color: rgba(255, 74, 74, 0.16);
33557
+ }
33558
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33559
+ background-color: rgba(254, 160, 8, 0.1);
33560
+ }
33561
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33562
+ background-color: #fea008;
33563
+ }
33564
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33565
+ background-color: rgba(255, 187, 0, 0.16);
33566
+ }
33567
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33568
+ background-color: rgba(30, 201, 127, 0.1);
33569
+ }
33570
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33571
+ background-color: #00ba5d;
33572
+ }
33573
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33574
+ background-color: rgba(30, 201, 127, 0.16);
33575
+ }
33576
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33577
+ background-color: rgba(225, 230, 241, 0.6);
33578
+ }
33579
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33580
+ background-color: #6b7d99;
33581
+ }
33582
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33583
+ background-color: rgba(211, 218, 235, 0.6);
33584
+ }
33585
+
33586
+ .E_satwmqm {
33587
+ width: 8px;
33588
+ height: 8px;
33589
+ border-radius: 50%;
33590
+ display: inline-block;
33777
33591
  }
33778
33592
 
33779
33593
  .E_tc97u5y {
@@ -34147,86 +33961,267 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34147
33961
  background: #fff;
34148
33962
  }
34149
33963
 
34150
- .E_w7ob4th.outside-tag {
34151
- padding-left: 0;
33964
+ .E_sjob3jg {
33965
+ --item-min-width: 60px;
34152
33966
  }
34153
- .E_w7ob4th.outside-tag .inside-tag {
34154
- border-radius: 4px 0 0 4px;
34155
- padding-right: 4px;
34156
- margin-right: 4px;
33967
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33968
+ display: none !important;
34157
33969
  }
34158
-
34159
- .E_slr2ynn {
34160
- padding: 0 8px;
34161
- height: 18px;
33970
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33971
+ flex-shrink: 0 !important;
34162
33972
  }
34163
-
34164
- .E_m140wbb6 {
34165
- padding: 2px 8px;
34166
- height: 24px;
33973
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33974
+ color: #0080ff;
34167
33975
  }
34168
-
34169
- .E_t1fozc1i {
34170
- margin: 0;
33976
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33977
+ color: #0080ff;
33978
+ font-weight: normal;
34171
33979
  }
34172
-
34173
- .E_i1vxv4ln {
34174
- margin-right: 4px;
34175
- height: 16px;
33980
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33981
+ color: rgba(44, 56, 82, 0.6);
34176
33982
  }
34177
-
34178
- .E_n1afl31m.ant-tag.ant-tag-gray {
34179
- font-weight: 700;
33983
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34180
33984
  color: #00122e;
34181
- background-color: rgba(237, 241, 250, 0.6);
34182
- border: 1px solid rgba(211, 218, 235, 0.6);
34183
- word-break: break-all;
34184
- display: inline;
34185
- white-space: normal;
34186
33985
  }
34187
-
34188
- .E_i1g85yz3 {
34189
- margin-right: 4px;
34190
- height: 16px;
33986
+ .E_sjob3jg .step-item-text {
33987
+ display: inline-block;
34191
33988
  }
34192
-
34193
- .E_t1dtlqs1 {
34194
- margin-bottom: 4px;
34195
- color: rgba(44, 56, 82, 0.6);
33989
+ .E_sjob3jg .step-item-title {
33990
+ overflow: hidden;
33991
+ white-space: nowrap;
33992
+ text-overflow: ellipsis;
34196
33993
  }
34197
33994
 
34198
- .E_s1ese5oy {
34199
- color: rgba(44, 56, 82, 0.6);
34200
- line-height: 32px;
34201
- height: 32px;
34202
- margin-bottom: 0;
33995
+ .E_hjvj6s6 .ant-steps-item-container {
33996
+ min-width: var(--item-min-width);
34203
33997
  }
34204
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34205
- color: #0080ff;
33998
+ .E_hjvj6s6 .ant-steps-item-disabled {
33999
+ cursor: not-allowed !important;
34206
34000
  }
34207
- .E_s1ese5oy.warning {
34208
- color: #ffa500;
34001
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34002
+ flex-direction: row;
34003
+ justify-content: stretch;
34209
34004
  }
34210
- .E_s1ese5oy.success {
34211
- color: #00ba5d;
34005
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34006
+ padding: 0;
34007
+ margin-right: 4px;
34008
+ flex: 1;
34009
+ overflow: visible;
34212
34010
  }
34213
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34214
- color: #f0483e;
34011
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34012
+ width: 100%;
34013
+ min-height: unset;
34215
34014
  }
34216
- .E_s1ese5oy.normal {
34217
- color: rgba(44, 56, 82, 0.6);
34015
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34016
+ height: 26px;
34017
+ line-height: 26px;
34018
+ width: 100%;
34019
+ padding: 0;
34020
+ font-size: 12px;
34218
34021
  }
34219
-
34220
- .E_b1ibis43 {
34221
- margin-bottom: 0;
34222
- color: #00122e;
34022
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34023
+ margin-right: 10px;
34223
34024
  }
34224
-
34225
- .E_b11xxjd2 {
34226
- line-height: 32px;
34227
- margin-right: 6px;
34025
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34026
+ display: none;
34228
34027
  }
34229
-
34028
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34029
+ padding-left: 8px;
34030
+ padding-right: 4px;
34031
+ border-radius: 4px 0 0 4px;
34032
+ }
34033
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34034
+ margin-right: 0;
34035
+ }
34036
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34037
+ padding-right: 8px;
34038
+ padding-left: 12px;
34039
+ border-radius: 0 4px 4px 0;
34040
+ }
34041
+ .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 {
34042
+ content: "";
34043
+ width: 0;
34044
+ height: 0;
34045
+ border: 13px solid transparent;
34046
+ position: absolute;
34047
+ top: 0;
34048
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
34049
+ z-index: 2;
34050
+ position: relative;
34051
+ top: -50%;
34052
+ right: -100%;
34053
+ }
34054
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34055
+ padding: 0 4px 0 12px;
34056
+ }
34057
+ .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 {
34058
+ content: "";
34059
+ width: 0;
34060
+ height: 0;
34061
+ border: 13px solid transparent;
34062
+ position: absolute;
34063
+ top: 0;
34064
+ border-left: 8px solid #fff;
34065
+ left: 0;
34066
+ }
34067
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34068
+ max-width: calc(100% - var(--item-min-width) * 2);
34069
+ }
34070
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34071
+ background-color: rgba(0, 136, 255, 0.1);
34072
+ }
34073
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34074
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
34075
+ }
34076
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34077
+ cursor: pointer;
34078
+ min-width: var(--item-min-width);
34079
+ }
34080
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34081
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34082
+ min-width: var(--item-min-width);
34083
+ }
34084
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34085
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34086
+ background-color: rgba(237, 241, 250, 0.6);
34087
+ }
34088
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34089
+ padding: 0;
34090
+ }
34091
+
34092
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
34093
+ width: 192px;
34094
+ row-gap: 2px;
34095
+ }
34096
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34097
+ background-color: rgba(225, 230, 241, 0.6);
34098
+ }
34099
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34100
+ color: #00122e !important;
34101
+ }
34102
+ .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 {
34103
+ background-color: rgba(225, 230, 241, 0.6);
34104
+ }
34105
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34106
+ padding: 0 8px;
34107
+ border-radius: 4px;
34108
+ height: 32px;
34109
+ display: flex;
34110
+ align-items: center;
34111
+ }
34112
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34113
+ min-height: auto;
34114
+ white-space: nowrap;
34115
+ }
34116
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34117
+ font-size: 13px;
34118
+ line-height: 20px;
34119
+ max-width: 100%;
34120
+ padding-right: 0;
34121
+ }
34122
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34123
+ background: rgba(0, 128, 255, 0.1);
34124
+ }
34125
+
34126
+ .E_h6l1tj4 {
34127
+ width: 100%;
34128
+ display: inline-flex;
34129
+ align-items: center;
34130
+ justify-content: center;
34131
+ column-gap: 4px;
34132
+ }
34133
+ .E_h6l1tj4 .step-item-prefix-container {
34134
+ display: inline-flex;
34135
+ align-items: center;
34136
+ width: 18px;
34137
+ height: 18px;
34138
+ color: rgba(44, 56, 82, 0.75);
34139
+ justify-content: center;
34140
+ }
34141
+
34142
+ .E_v18frne8 {
34143
+ width: 100%;
34144
+ display: flex;
34145
+ align-items: center;
34146
+ justify-content: center;
34147
+ column-gap: 6px;
34148
+ font-size: 13px;
34149
+ }
34150
+ .E_v18frne8 .step-item-prefix-container {
34151
+ display: inline-flex;
34152
+ align-items: center;
34153
+ min-width: 20px;
34154
+ min-height: 20px;
34155
+ color: rgba(44, 56, 82, 0.75);
34156
+ justify-content: center;
34157
+ }
34158
+
34159
+ .E_slr2ynn {
34160
+ padding: 0 8px;
34161
+ height: 18px;
34162
+ }
34163
+
34164
+ .E_m140wbb6 {
34165
+ padding: 2px 8px;
34166
+ height: 24px;
34167
+ }
34168
+
34169
+ .E_t1fozc1i {
34170
+ margin: 0;
34171
+ }
34172
+
34173
+ .E_i1vxv4ln {
34174
+ margin-right: 4px;
34175
+ height: 16px;
34176
+ }
34177
+
34178
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34179
+ font-weight: 700;
34180
+ color: #00122e;
34181
+ background-color: rgba(237, 241, 250, 0.6);
34182
+ border: 1px solid rgba(211, 218, 235, 0.6);
34183
+ word-break: break-all;
34184
+ display: inline;
34185
+ white-space: normal;
34186
+ }
34187
+
34188
+ .E_t1dtlqs1 {
34189
+ margin-bottom: 4px;
34190
+ color: rgba(44, 56, 82, 0.6);
34191
+ }
34192
+
34193
+ .E_s1ese5oy {
34194
+ color: rgba(44, 56, 82, 0.6);
34195
+ line-height: 32px;
34196
+ height: 32px;
34197
+ margin-bottom: 0;
34198
+ }
34199
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
34200
+ color: #0080ff;
34201
+ }
34202
+ .E_s1ese5oy.warning {
34203
+ color: #ffa500;
34204
+ }
34205
+ .E_s1ese5oy.success {
34206
+ color: #00ba5d;
34207
+ }
34208
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34209
+ color: #f0483e;
34210
+ }
34211
+ .E_s1ese5oy.normal {
34212
+ color: rgba(44, 56, 82, 0.6);
34213
+ }
34214
+
34215
+ .E_b1ibis43 {
34216
+ margin-bottom: 0;
34217
+ color: #00122e;
34218
+ }
34219
+
34220
+ .E_b11xxjd2 {
34221
+ line-height: 32px;
34222
+ margin-right: 6px;
34223
+ }
34224
+
34230
34225
  .E_bsub5bw.with-description {
34231
34226
  height: 24px;
34232
34227
  flex: 1;
@@ -34386,6 +34381,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34386
34381
  margin-right: 8px;
34387
34382
  }
34388
34383
 
34384
+ .E_i1g85yz3 {
34385
+ margin-right: 4px;
34386
+ height: 16px;
34387
+ }
34388
+
34389
34389
  .E_t13ef470 {
34390
34390
  height: 100%;
34391
34391
  }
@@ -34416,7 +34416,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34416
34416
  background: rgba(163, 180, 204, 0.18);
34417
34417
  }
34418
34418
 
34419
- .E_c4hgp0p {
34419
+ .E_b1jaupqb {
34420
34420
  color: #F0483E;
34421
34421
  }
34422
34422
 
@@ -34449,33 +34449,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34449
34449
  }
34450
34450
  }
34451
34451
 
34452
- .E_bpgac8u {
34453
- color: #FFFFFF;
34454
- display: flex;
34455
- gap: 8px;
34456
- padding: 8px 0;
34457
- display: flex;
34458
- justify-content: center;
34459
- white-space: pre-wrap;
34460
- align-items: center;
34461
- }
34462
- .E_bpgac8u .dashed-btn {
34463
- border-bottom: 1px solid white;
34464
- cursor: pointer;
34465
- }
34466
-
34467
- .E_envn4g3 {
34468
- background: #F0483E;
34469
- }
34470
-
34471
- .E_i12w18eu {
34472
- background: #0080FF;
34473
- }
34474
-
34475
- .E_wujsnt4 {
34476
- background-color: #E07F00;
34477
- }
34478
-
34479
34452
  .E_t59qhqp {
34480
34453
  background: #FFFFFF;
34481
34454
  padding: 24px 32px;
@@ -34524,6 +34497,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34524
34497
  color: #00122E;
34525
34498
  }
34526
34499
 
34500
+ .E_bpgac8u {
34501
+ color: #FFFFFF;
34502
+ display: flex;
34503
+ gap: 8px;
34504
+ padding: 8px 0;
34505
+ display: flex;
34506
+ justify-content: center;
34507
+ white-space: pre-wrap;
34508
+ align-items: center;
34509
+ }
34510
+ .E_bpgac8u .dashed-btn {
34511
+ border-bottom: 1px solid white;
34512
+ cursor: pointer;
34513
+ }
34514
+
34515
+ .E_envn4g3 {
34516
+ background: #F0483E;
34517
+ }
34518
+
34519
+ .E_i12w18eu {
34520
+ background: #0080FF;
34521
+ }
34522
+
34523
+ .E_wujsnt4 {
34524
+ background-color: #E07F00;
34525
+ }
34526
+
34527
34527
  .E_t1616y1o {
34528
34528
  color: #fff;
34529
34529
  }
@@ -34628,6 +34628,171 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34628
34628
  }
34629
34629
  }
34630
34630
 
34631
+ .E_c18bcrac {
34632
+ display: inline-block;
34633
+ width: 100%;
34634
+ }
34635
+ .E_c18bcrac .recharts-wrapper {
34636
+ margin-left: 4px;
34637
+ }
34638
+
34639
+ .E_cro7kg2 {
34640
+ padding: 4px;
34641
+ }
34642
+ .E_cro7kg2 .unit {
34643
+ color: white;
34644
+ }
34645
+
34646
+ .E_c14wcxf0 {
34647
+ display: flex;
34648
+ justify-content: space-between;
34649
+ align-items: center;
34650
+ font-size: 13px;
34651
+ line-height: 24px;
34652
+ color: #cccccc;
34653
+ white-space: nowrap;
34654
+ }
34655
+ .E_c14wcxf0 label {
34656
+ margin-right: 32px;
34657
+ }
34658
+
34659
+ .E_coy29mj.E_c14wcxf0 {
34660
+ font-weight: bold;
34661
+ color: white;
34662
+ }
34663
+
34664
+ .E_s11212zy {
34665
+ width: 8px;
34666
+ height: 8px;
34667
+ border-radius: 2px;
34668
+ display: inline-block;
34669
+ background: var(--s11212zy-0);
34670
+ border: 1px solid #fff;
34671
+ box-sizing: content-box;
34672
+ margin-right: 6px;
34673
+ }
34674
+
34675
+ .E_p1lyky6c > :first-child {
34676
+ font-weight: bold;
34677
+ color: white;
34678
+ margin-right: 4px;
34679
+ }
34680
+
34681
+ .E_skwah65 {
34682
+ height: 8px;
34683
+ box-sizing: border-box;
34684
+ border-radius: 2px;
34685
+ background: #f5f7fa;
34686
+ display: flex;
34687
+ width: 100%;
34688
+ overflow: hidden;
34689
+ }
34690
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
34691
+ margin-left: 1px;
34692
+ }
34693
+
34694
+ .E_s1ebs0ra {
34695
+ display: flex;
34696
+ align-items: center;
34697
+ justify-content: space-between;
34698
+ background: #edf0f7;
34699
+ padding: 8px 12px;
34700
+ position: sticky;
34701
+ top: 0;
34702
+ z-index: 1;
34703
+ margin-bottom: -52px;
34704
+ }
34705
+ .E_s1ebs0ra .select-total {
34706
+ display: flex;
34707
+ align-items: center;
34708
+ font-weight: 700;
34709
+ flex-shrink: 0;
34710
+ }
34711
+ .E_s1ebs0ra .select-total .icon-wrapper {
34712
+ cursor: pointer;
34713
+ margin-left: 8px;
34714
+ width: 32px;
34715
+ height: 32px;
34716
+ border-radius: 50%;
34717
+ justify-content: center;
34718
+ }
34719
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
34720
+ background: rgba(225, 230, 241, 0.6);
34721
+ }
34722
+ .E_s1ebs0ra .action-group {
34723
+ flex: 1;
34724
+ margin-left: 88px;
34725
+ white-space: nowrap;
34726
+ text-align: right;
34727
+ position: relative;
34728
+ padding: 4px 0;
34729
+ margin-top: -4px;
34730
+ overflow: hidden;
34731
+ }
34732
+ .E_s1ebs0ra .action-group .sub-menu-delete {
34733
+ transform: translateY(-4px);
34734
+ }
34735
+ .E_s1ebs0ra .action-group button {
34736
+ border: none;
34737
+ }
34738
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
34739
+ margin-right: 8px;
34740
+ }
34741
+ .E_s1ebs0ra .action-group > button:last-child {
34742
+ margin-right: 4px;
34743
+ }
34744
+ .E_s1ebs0ra .action-group .more-btn {
34745
+ cursor: pointer;
34746
+ width: 32px;
34747
+ height: 32px;
34748
+ justify-content: center;
34749
+ border-radius: 50%;
34750
+ }
34751
+ .E_s1ebs0ra .action-group .more-btn:hover {
34752
+ background: #fff;
34753
+ }
34754
+
34755
+ .E_s1iv0tp1 .enabled-switch {
34756
+ display: flex;
34757
+ align-items: center;
34758
+ }
34759
+ .E_s1iv0tp1 .enabled-text {
34760
+ margin-right: 8px;
34761
+ }
34762
+
34763
+ .E_gmyahx3 {
34764
+ cursor: pointer;
34765
+ }
34766
+ .E_gmyahx3 .link-text {
34767
+ color: rgba(0, 21, 64, 0.3);
34768
+ }
34769
+ .E_gmyahx3:hover .link-text {
34770
+ color: #0080ff;
34771
+ }
34772
+
34773
+ span.E_tqjc4ui {
34774
+ margin: 0 2px;
34775
+ }
34776
+
34777
+ .E_n12mqh7z {
34778
+ display: flex;
34779
+ align-items: center;
34780
+ font-size: 12px;
34781
+ line-height: 18px;
34782
+ }
34783
+ .E_n12mqh7z:not(:last-child) {
34784
+ margin-bottom: 4px;
34785
+ }
34786
+
34787
+ .E_tf5bynu {
34788
+ margin: 0 3px;
34789
+ }
34790
+
34791
+ .E_tcckoz1 {
34792
+ max-height: 400px;
34793
+ overflow: auto;
34794
+ }
34795
+
34631
34796
  .E_clm1wy1 {
34632
34797
  width: 192px;
34633
34798
  height: 246px;
@@ -34721,120 +34886,53 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34721
34886
  border-radius: 2px;
34722
34887
  }
34723
34888
 
34724
- span.E_tqjc4ui {
34725
- margin: 0 2px;
34889
+ .E_ou7iq30 {
34890
+ overflow: hidden;
34891
+ text-overflow: ellipsis;
34726
34892
  }
34727
34893
 
34728
- .E_gmyahx3 {
34729
- cursor: pointer;
34730
- }
34731
- .E_gmyahx3 .link-text {
34732
- color: rgba(0, 21, 64, 0.3);
34894
+ .E_s1tui002 {
34895
+ white-space: nowrap;
34733
34896
  }
34734
- .E_gmyahx3:hover .link-text {
34735
- color: #0080ff;
34897
+
34898
+ .E_mxrc2zg {
34899
+ display: -webkit-box;
34900
+ -webkit-line-clamp: var(--mxrc2zg-0);
34901
+ -webkit-box-orient: vertical;
34902
+ word-break: break-all;
34736
34903
  }
34737
34904
 
34738
- .E_n12mqh7z {
34739
- display: flex;
34740
- align-items: center;
34741
- font-size: 12px;
34742
- line-height: 18px;
34905
+ .E_t1vv6d68 .ant-tooltip-arrow {
34906
+ display: none;
34743
34907
  }
34744
- .E_n12mqh7z:not(:last-child) {
34745
- margin-bottom: 4px;
34908
+ .E_t1vv6d68 .ant-tooltip-inner {
34909
+ background: rgba(23, 38, 64, 0.8);
34910
+ border-radius: 4px;
34746
34911
  }
34747
-
34748
- .E_tf5bynu {
34749
- margin: 0 3px;
34912
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
34913
+ visibility: hidden;
34750
34914
  }
34751
34915
 
34752
- .E_tcckoz1 {
34753
- max-height: 400px;
34754
- overflow: auto;
34916
+ .E_t1sqg15u {
34917
+ background: white;
34755
34918
  }
34756
-
34757
- .E_s1ebs0ra {
34758
- display: flex;
34759
- align-items: center;
34760
- justify-content: space-between;
34761
- background: #edf0f7;
34762
- padding: 8px 12px;
34763
- position: sticky;
34764
- top: 0;
34765
- z-index: 1;
34766
- margin-bottom: -52px;
34919
+ .E_t1sqg15u.inline .table-row {
34920
+ flex-direction: column;
34767
34921
  }
34768
- .E_s1ebs0ra .select-total {
34769
- display: flex;
34770
- align-items: center;
34771
- font-weight: 700;
34772
- flex-shrink: 0;
34922
+ .E_t1sqg15u.inline .table-row > label {
34923
+ padding: 0 16px 7px 0;
34773
34924
  }
34774
- .E_s1ebs0ra .select-total .icon-wrapper {
34775
- cursor: pointer;
34776
- margin-left: 8px;
34777
- width: 32px;
34778
- height: 32px;
34779
- border-radius: 50%;
34780
- justify-content: center;
34925
+ .E_t1sqg15u.has-border .table-header {
34926
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34781
34927
  }
34782
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
34783
- background: rgba(225, 230, 241, 0.6);
34928
+ .E_t1sqg15u.has-border .hiddenBorder {
34929
+ border-top: none !important;
34784
34930
  }
34785
- .E_s1ebs0ra .action-group {
34786
- flex: 1;
34787
- margin-left: 88px;
34788
- white-space: nowrap;
34789
- text-align: right;
34790
- position: relative;
34791
- padding: 4px 0;
34792
- margin-top: -4px;
34793
- overflow: hidden;
34931
+ .E_t1sqg15u.has-border .table-row + .table-row {
34932
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
34794
34933
  }
34795
- .E_s1ebs0ra .action-group .sub-menu-delete {
34796
- transform: translateY(-4px);
34797
- }
34798
- .E_s1ebs0ra .action-group button {
34799
- border: none;
34800
- }
34801
- .E_s1ebs0ra .action-group > *:not(:last-child) {
34802
- margin-right: 8px;
34803
- }
34804
- .E_s1ebs0ra .action-group > button:last-child {
34805
- margin-right: 4px;
34806
- }
34807
- .E_s1ebs0ra .action-group .more-btn {
34808
- cursor: pointer;
34809
- width: 32px;
34810
- height: 32px;
34811
- justify-content: center;
34812
- border-radius: 50%;
34813
- }
34814
- .E_s1ebs0ra .action-group .more-btn:hover {
34815
- background: #fff;
34816
- }
34817
-
34818
- .E_t1sqg15u {
34819
- background: white;
34820
- }
34821
- .E_t1sqg15u.inline .table-row {
34822
- flex-direction: column;
34823
- }
34824
- .E_t1sqg15u.inline .table-row > label {
34825
- padding: 0 16px 7px 0;
34826
- }
34827
- .E_t1sqg15u.has-border .table-header {
34828
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34829
- }
34830
- .E_t1sqg15u.has-border .hiddenBorder {
34831
- border-top: none !important;
34832
- }
34833
- .E_t1sqg15u.has-border .table-row + .table-row {
34834
- border-top: 1px solid rgba(225, 230, 241, 0.6);
34835
- }
34836
- .E_t1sqg15u.has-border .table-row:last-of-type {
34837
- padding-bottom: 0;
34934
+ .E_t1sqg15u.has-border .table-row:last-of-type {
34935
+ padding-bottom: 0;
34838
34936
  }
34839
34937
  .E_t1sqg15u.align-right .content {
34840
34938
  text-align: right;
@@ -34905,133 +35003,369 @@ span.E_tqjc4ui {
34905
35003
  padding-right: 12px;
34906
35004
  }
34907
35005
 
34908
- .E_ou7iq30 {
35006
+ .E_s1at6qmn.ant-layout-sider {
35007
+ background: #edf0f7;
35008
+ padding: 32px 8px;
35009
+ overflow: auto;
35010
+ }
35011
+ .E_s1at6qmn .ant-layout-sider-children {
35012
+ display: flex;
35013
+ flex-direction: column;
35014
+ justify-content: space-between;
35015
+ }
35016
+ .E_s1at6qmn footer {
35017
+ display: flex;
35018
+ }
35019
+ .E_s1at6qmn .ant-menu {
35020
+ background: #edf0f7;
35021
+ }
35022
+ .E_s1at6qmn .ant-menu a {
35023
+ color: #00122e;
35024
+ width: 180px;
34909
35025
  overflow: hidden;
34910
35026
  text-overflow: ellipsis;
34911
35027
  }
34912
-
34913
- .E_s1tui002 {
34914
- white-space: nowrap;
35028
+ .E_s1at6qmn .ant-menu-vertical {
35029
+ margin-bottom: 24px;
34915
35030
  }
34916
-
34917
- .E_mxrc2zg {
34918
- display: -webkit-box;
34919
- -webkit-line-clamp: var(--mxrc2zg-0);
34920
- -webkit-box-orient: vertical;
34921
- word-break: break-all;
35031
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35032
+ margin: 0;
34922
35033
  }
34923
-
34924
- .E_t1vv6d68 .ant-tooltip-arrow {
34925
- display: none;
35034
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35035
+ font-size: 12px;
35036
+ padding: 0 8px 4px;
35037
+ line-height: 18px;
34926
35038
  }
34927
- .E_t1vv6d68 .ant-tooltip-inner {
34928
- background: rgba(23, 38, 64, 0.8);
34929
- border-radius: 4px;
35039
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35040
+ padding: 0;
34930
35041
  }
34931
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
34932
- visibility: hidden;
35042
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35043
+ padding-bottom: 24px;
34933
35044
  }
34934
-
34935
- .E_skwah65 {
34936
- height: 8px;
34937
- box-sizing: border-box;
34938
- border-radius: 2px;
34939
- background: #f5f7fa;
35045
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35046
+ margin-bottom: 24px;
35047
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35048
+ }
35049
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35050
+ transition: none;
34940
35051
  display: flex;
34941
- width: 100%;
34942
- overflow: hidden;
35052
+ align-items: center;
35053
+ height: 32px;
35054
+ line-height: 22px;
35055
+ padding: 0 8px;
34943
35056
  }
34944
- .E_skwah65 .stack-bar-item + .stack-bar-item {
34945
- margin-left: 1px;
35057
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35058
+ margin-right: 12px;
34946
35059
  }
34947
-
34948
- .E_t160l1cm {
34949
- display: flex;
34950
- flex-direction: column;
34951
- flex: 1;
34952
- /* FIXME:(yanzhen) do this better */
35060
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35061
+ margin: 0;
35062
+ margin-bottom: 2px;
34953
35063
  }
34954
- .E_t160l1cm .tab-bar {
34955
- flex-shrink: 0;
34956
- display: flex;
34957
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
35064
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35065
+ background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35066
+ box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35067
+ border-radius: 6px;
35068
+ color: #fff;
34958
35069
  }
34959
- .E_t160l1cm .tab-content {
34960
- height: 100%;
35070
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35071
+ color: #fff;
34961
35072
  }
34962
- .E_t160l1cm .tab-menu-item {
34963
- margin-right: 2px;
34964
- padding: 1px 12px;
34965
- line-height: 24px;
34966
- height: 24px;
34967
- color: rgba(44, 56, 82, 0.6);
34968
- border-radius: 4px 4px 0 0;
34969
- cursor: pointer;
34970
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
35073
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
35074
+ background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35075
+ box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35076
+ border-radius: 6px;
34971
35077
  }
34972
- .E_t160l1cm .tab-menu-item:first-child {
34973
- padding-left: 0;
35078
+
35079
+ .E_s1wu0lms .ant-menu-item-group-title {
35080
+ white-space: nowrap;
35081
+ transition: all 0s;
34974
35082
  }
34975
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
34976
- padding-left: 12px;
35083
+ .E_s1wu0lms.shrink {
35084
+ transition: all 0s;
35085
+ overflow: hidden;
34977
35086
  }
34978
- .E_t160l1cm .tab-menu-item:hover {
34979
- color: #0080ff;
34980
- background: rgba(211, 218, 235, 0.6);
35087
+ .E_s1wu0lms.shrink .ant-menu-item-group-title {
35088
+ visibility: hidden;
34981
35089
  }
34982
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
34983
- fill: #0080ff;
35090
+ .E_s1wu0lms.shrink .ant-menu-item {
35091
+ width: 36px;
35092
+ padding: 0 6px;
34984
35093
  }
34985
- .E_t160l1cm .tab-menu-item:active {
34986
- background: rgba(192, 203, 224, 0.6);
35094
+
35095
+ .E_n1ugzfva {
35096
+ display: flex;
35097
+ place-items: center;
35098
+ width: 100% !important;
34987
35099
  }
34988
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
34989
- color: #0080ff;
34990
- background: rgba(211, 218, 235, 0.6);
35100
+ .E_n1ugzfva[disabled] {
35101
+ color: rgba(0, 0, 0, 0.25) !important;
35102
+ opacity: 1 !important;
34991
35103
  }
34992
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
34993
- background: rgba(192, 203, 224, 0.6);
35104
+ .E_n1ugzfva.ant-btn {
35105
+ width: 100%;
35106
+ color: #00122e;
34994
35107
  }
34995
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
34996
- background: rgba(0, 128, 255, 0.16);
35108
+ .E_n1ugzfva .icon-wrapper {
35109
+ margin-right: 12px;
34997
35110
  }
34998
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
34999
- fill: #0080ff;
35111
+ .E_n1ugzfva .link-title {
35112
+ flex: 1;
35113
+ overflow: hidden;
35114
+ white-space: nowrap;
35115
+ text-overflow: ellipsis;
35116
+ text-align: left;
35000
35117
  }
35001
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
35002
- color: #0080ff;
35118
+
35119
+ .E_c1up1pdz {
35120
+ width: 648px;
35121
+ }
35122
+ .E_c1up1pdz.active {
35123
+ border-color: #0080ff;
35124
+ }
35125
+ .E_c1up1pdz.active > header {
35003
35126
  background: rgba(0, 128, 255, 0.1);
35004
35127
  }
35005
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
35006
- background: rgba(0, 128, 255, 0.16);
35128
+ .E_c1up1pdz .expand {
35129
+ padding: 12px;
35007
35130
  }
35008
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
35009
- fill: #1d326c;
35131
+ .E_c1up1pdz .field-item {
35132
+ display: flex;
35133
+ padding: 10px 0;
35134
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35010
35135
  }
35011
- .E_t160l1cm .tab-menu-item .expand-arrow {
35012
- margin-left: 8px;
35013
- height: 22px;
35136
+ .E_c1up1pdz .field-item:last-child {
35137
+ border-bottom: none;
35138
+ padding-bottom: 0;
35014
35139
  }
35015
- .E_t160l1cm .tab-menu-item .expand-arrow path {
35016
- fill: rgba(44, 56, 82, 0.6);
35140
+ .E_c1up1pdz .field-item label {
35141
+ line-height: 32px;
35142
+ width: 100px;
35143
+ color: rgba(62, 70, 82, 0.6);
35017
35144
  }
35018
- .E_t160l1cm .tab-menu-item-group {
35019
- padding: 0;
35145
+ .E_c1up1pdz .help {
35146
+ color: rgba(62, 70, 82, 0.6);
35147
+ margin-top: 5px;
35148
+ }
35149
+ .E_c1up1pdz .ant-input-affix-wrapper,
35150
+ .E_c1up1pdz .ant-picker {
35151
+ width: 128px;
35152
+ }
35153
+
35154
+ .E_c156wh19 {
35020
35155
  display: flex;
35021
35156
  align-items: center;
35022
- overflow: hidden;
35157
+ justify-content: space-between;
35158
+ word-break: keep-all;
35023
35159
  }
35024
- .E_t160l1cm .tab-menu-item-group .main-title {
35025
- opacity: 0;
35026
- max-width: 0;
35027
- transition: max-width 320ms ease, opacity 240ms ease;
35160
+ .E_c156wh19 .title {
35161
+ margin: 0 16px 0 8px;
35028
35162
  }
35029
- .E_t160l1cm .tab-menu-item-group .sub-title {
35030
- padding: 1px 12px;
35031
- position: relative;
35032
- display: flex;
35163
+ .E_c156wh19 .retain {
35164
+ color: rgba(129, 138, 153, 0.6);
35033
35165
  }
35034
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
35166
+ .E_c156wh19 div.left {
35167
+ flex: 1;
35168
+ display: flex;
35169
+ overflow: hidden;
35170
+ align-items: center;
35171
+ justify-content: flex-start;
35172
+ white-space: nowrap;
35173
+ }
35174
+ .E_c156wh19 div.left .title {
35175
+ max-width: 100%;
35176
+ overflow: hidden;
35177
+ text-overflow: ellipsis;
35178
+ }
35179
+ .E_c156wh19 div.right {
35180
+ display: flex;
35181
+ align-items: center;
35182
+ }
35183
+ .E_c156wh19 .reverse {
35184
+ display: flex;
35185
+ flex-direction: row-reverse;
35186
+ align-items: center;
35187
+ }
35188
+ .E_c156wh19 .reverse .ant-switch {
35189
+ margin-left: 8px;
35190
+ }
35191
+ .E_c156wh19 .close {
35192
+ padding-left: 14px;
35193
+ margin-left: 14px;
35194
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
35195
+ cursor: pointer;
35196
+ }
35197
+
35198
+ .E_m126spxy {
35199
+ padding-bottom: 4px;
35200
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35201
+ }
35202
+ .E_m126spxy .ant-btn.ant-btn-link {
35203
+ padding: 1px 10px;
35204
+ color: rgba(62, 70, 82, 0.6);
35205
+ border-radius: 4px;
35206
+ }
35207
+ .E_m126spxy .ant-btn.ant-btn-link.active {
35208
+ background: rgba(0, 128, 255, 0.1);
35209
+ color: #0096ff;
35210
+ }
35211
+
35212
+ .E_wpbf4pq {
35213
+ padding: 10px 0;
35214
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35215
+ }
35216
+ .E_wpbf4pq .ant-input,
35217
+ .E_wpbf4pq .ant-picker {
35218
+ width: 80px;
35219
+ margin: 0 9px;
35220
+ text-align: center;
35221
+ }
35222
+ .E_wpbf4pq .options {
35223
+ padding: 12px 0 12px 16px;
35224
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
35225
+ margin: 5px 0 5px 8px;
35226
+ }
35227
+ .E_wpbf4pq .week-day-option,
35228
+ .E_wpbf4pq .month-day-option {
35229
+ background: #f5f7fa;
35230
+ box-sizing: border-box;
35231
+ border-radius: 16px;
35232
+ margin-right: 8px;
35233
+ }
35234
+ .E_wpbf4pq .week-day-option:focus,
35235
+ .E_wpbf4pq .month-day-option:focus {
35236
+ color: inherit;
35237
+ border-color: #d9d9d9;
35238
+ }
35239
+ .E_wpbf4pq .week-day-option.active {
35240
+ background-color: #0096ff;
35241
+ border-color: #0096ff;
35242
+ color: #fff;
35243
+ }
35244
+ .E_wpbf4pq .week-day-option.en-text {
35245
+ width: 110px;
35246
+ margin-top: 4px;
35247
+ }
35248
+ .E_wpbf4pq .month-day-option {
35249
+ width: 32px;
35250
+ padding: 0;
35251
+ margin-bottom: 8px;
35252
+ }
35253
+ .E_wpbf4pq .month-day-option.active {
35254
+ background-color: #0096ff;
35255
+ border-color: #0096ff;
35256
+ color: #fff;
35257
+ }
35258
+
35259
+ .E_wg1tsps {
35260
+ display: flex;
35261
+ align-items: center;
35262
+ justify-content: flex-end;
35263
+ }
35264
+
35265
+ .E_b1ctd5xy {
35266
+ display: flex;
35267
+ align-items: center;
35268
+ width: calc(100% - 40px);
35269
+ }
35270
+ .E_b1ctd5xy .chart {
35271
+ display: inline-block;
35272
+ width: 100%;
35273
+ }
35274
+
35275
+ .E_u1p8acpn {
35276
+ min-width: 40px;
35277
+ }
35278
+ .E_u1p8acpn .unit {
35279
+ color: #00122e !important;
35280
+ }
35281
+
35282
+ .E_t160l1cm {
35283
+ display: flex;
35284
+ flex-direction: column;
35285
+ flex: 1;
35286
+ /* FIXME:(yanzhen) do this better */
35287
+ }
35288
+ .E_t160l1cm .tab-bar {
35289
+ flex-shrink: 0;
35290
+ display: flex;
35291
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
35292
+ }
35293
+ .E_t160l1cm .tab-content {
35294
+ height: 100%;
35295
+ }
35296
+ .E_t160l1cm .tab-menu-item {
35297
+ margin-right: 2px;
35298
+ padding: 1px 12px;
35299
+ line-height: 24px;
35300
+ height: 24px;
35301
+ color: rgba(44, 56, 82, 0.6);
35302
+ border-radius: 4px 4px 0 0;
35303
+ cursor: pointer;
35304
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
35305
+ }
35306
+ .E_t160l1cm .tab-menu-item:first-child {
35307
+ padding-left: 0;
35308
+ }
35309
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
35310
+ padding-left: 12px;
35311
+ }
35312
+ .E_t160l1cm .tab-menu-item:hover {
35313
+ color: #0080ff;
35314
+ background: rgba(211, 218, 235, 0.6);
35315
+ }
35316
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
35317
+ fill: #0080ff;
35318
+ }
35319
+ .E_t160l1cm .tab-menu-item:active {
35320
+ background: rgba(192, 203, 224, 0.6);
35321
+ }
35322
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
35323
+ color: #0080ff;
35324
+ background: rgba(211, 218, 235, 0.6);
35325
+ }
35326
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
35327
+ background: rgba(192, 203, 224, 0.6);
35328
+ }
35329
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
35330
+ background: rgba(0, 128, 255, 0.16);
35331
+ }
35332
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
35333
+ fill: #0080ff;
35334
+ }
35335
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
35336
+ color: #0080ff;
35337
+ background: rgba(0, 128, 255, 0.1);
35338
+ }
35339
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
35340
+ background: rgba(0, 128, 255, 0.16);
35341
+ }
35342
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
35343
+ fill: #1d326c;
35344
+ }
35345
+ .E_t160l1cm .tab-menu-item .expand-arrow {
35346
+ margin-left: 8px;
35347
+ height: 22px;
35348
+ }
35349
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
35350
+ fill: rgba(44, 56, 82, 0.6);
35351
+ }
35352
+ .E_t160l1cm .tab-menu-item-group {
35353
+ padding: 0;
35354
+ display: flex;
35355
+ align-items: center;
35356
+ overflow: hidden;
35357
+ }
35358
+ .E_t160l1cm .tab-menu-item-group .main-title {
35359
+ opacity: 0;
35360
+ max-width: 0;
35361
+ transition: max-width 320ms ease, opacity 240ms ease;
35362
+ }
35363
+ .E_t160l1cm .tab-menu-item-group .sub-title {
35364
+ padding: 1px 12px;
35365
+ position: relative;
35366
+ display: flex;
35367
+ }
35368
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
35035
35369
  opacity: 0;
35036
35370
  position: absolute;
35037
35371
  top: 50%;
@@ -35148,335 +35482,57 @@ span.E_tqjc4ui {
35148
35482
  background: transparent;
35149
35483
  }
35150
35484
 
35151
- .E_s1at6qmn.ant-layout-sider {
35152
- background: #edf0f7;
35153
- padding: 32px 8px;
35154
- overflow: auto;
35485
+ .E_cyms3br {
35486
+ background: #fff;
35487
+ width: 100%;
35488
+ border-radius: 8px;
35489
+ border: 1px solid rgb(228, 233, 242);
35155
35490
  }
35156
- .E_s1at6qmn .ant-layout-sider-children {
35491
+ .E_cyms3br .ant-list {
35492
+ padding: 12px;
35493
+ }
35494
+ .E_cyms3br .ant-list-item {
35495
+ padding: 4px 0;
35496
+ }
35497
+ .E_cyms3br .ant-alert {
35498
+ margin-left: 24px;
35499
+ }
35500
+ .E_cyms3br header {
35501
+ background: rgba(225, 230, 241, 0.6);
35502
+ font-size: 12px;
35503
+ color: rgb(29, 50, 108);
35504
+ font-weight: 700;
35505
+ padding: 6px 12px;
35157
35506
  display: flex;
35158
- flex-direction: column;
35507
+ flex-direction: row;
35508
+ align-items: center;
35159
35509
  justify-content: space-between;
35160
35510
  }
35161
- .E_s1at6qmn footer {
35511
+ .E_cyms3br header .switch-text {
35162
35512
  display: flex;
35513
+ flex-direction: row;
35514
+ align-items: center;
35515
+ justify-content: space-between;
35516
+ gap: 6px;
35517
+ font-size: 12px;
35518
+ font-weight: 400;
35519
+ color: rgb(0, 18, 46);
35163
35520
  }
35164
- .E_s1at6qmn .ant-menu {
35165
- background: #edf0f7;
35166
- }
35167
- .E_s1at6qmn .ant-menu a {
35168
- color: #00122e;
35169
- width: 180px;
35170
- overflow: hidden;
35171
- text-overflow: ellipsis;
35172
- }
35173
- .E_s1at6qmn .ant-menu-vertical {
35174
- margin-bottom: 24px;
35521
+
35522
+ .E_c157gu4z .ant-list-item {
35523
+ display: flex;
35524
+ flex-direction: row;
35175
35525
  }
35176
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35177
- margin: 0;
35178
- }
35179
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35180
- font-size: 12px;
35181
- padding: 0 8px 4px;
35182
- line-height: 18px;
35183
- }
35184
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35185
- padding: 0;
35186
- }
35187
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35188
- padding-bottom: 24px;
35189
- }
35190
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35191
- margin-bottom: 24px;
35192
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35193
- }
35194
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35195
- transition: none;
35196
- display: flex;
35197
- align-items: center;
35198
- height: 32px;
35199
- line-height: 22px;
35200
- padding: 0 8px;
35201
- }
35202
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35203
- margin-right: 12px;
35204
- }
35205
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35206
- margin: 0;
35207
- margin-bottom: 2px;
35208
- }
35209
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35210
- background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35211
- box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35212
- border-radius: 6px;
35213
- color: #fff;
35214
- }
35215
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35216
- color: #fff;
35217
- }
35218
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
35219
- background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35220
- box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35221
- border-radius: 6px;
35222
- }
35223
-
35224
- .E_s1wu0lms .ant-menu-item-group-title {
35225
- white-space: nowrap;
35226
- transition: all 0s;
35227
- }
35228
- .E_s1wu0lms.shrink {
35229
- transition: all 0s;
35230
- overflow: hidden;
35231
- }
35232
- .E_s1wu0lms.shrink .ant-menu-item-group-title {
35233
- visibility: hidden;
35234
- }
35235
- .E_s1wu0lms.shrink .ant-menu-item {
35236
- width: 36px;
35237
- padding: 0 6px;
35238
- }
35239
-
35240
- .E_n1ugzfva {
35241
- display: flex;
35242
- place-items: center;
35243
- width: 100% !important;
35244
- }
35245
- .E_n1ugzfva[disabled] {
35246
- color: rgba(0, 0, 0, 0.25) !important;
35247
- opacity: 1 !important;
35248
- }
35249
- .E_n1ugzfva.ant-btn {
35250
- width: 100%;
35251
- color: #00122e;
35252
- }
35253
- .E_n1ugzfva .icon-wrapper {
35254
- margin-right: 12px;
35255
- }
35256
- .E_n1ugzfva .link-title {
35257
- flex: 1;
35258
- overflow: hidden;
35259
- white-space: nowrap;
35260
- text-overflow: ellipsis;
35261
- text-align: left;
35262
- }
35263
-
35264
- .E_c1up1pdz {
35265
- width: 648px;
35266
- }
35267
- .E_c1up1pdz.active {
35268
- border-color: #0080ff;
35269
- }
35270
- .E_c1up1pdz.active > header {
35271
- background: rgba(0, 128, 255, 0.1);
35272
- }
35273
- .E_c1up1pdz .expand {
35274
- padding: 12px;
35275
- }
35276
- .E_c1up1pdz .field-item {
35277
- display: flex;
35278
- padding: 10px 0;
35279
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35280
- }
35281
- .E_c1up1pdz .field-item:last-child {
35282
- border-bottom: none;
35283
- padding-bottom: 0;
35284
- }
35285
- .E_c1up1pdz .field-item label {
35286
- line-height: 32px;
35287
- width: 100px;
35288
- color: rgba(62, 70, 82, 0.6);
35289
- }
35290
- .E_c1up1pdz .help {
35291
- color: rgba(62, 70, 82, 0.6);
35292
- margin-top: 5px;
35293
- }
35294
- .E_c1up1pdz .ant-input-affix-wrapper,
35295
- .E_c1up1pdz .ant-picker {
35296
- width: 128px;
35297
- }
35298
-
35299
- .E_c156wh19 {
35300
- display: flex;
35301
- align-items: center;
35302
- justify-content: space-between;
35303
- word-break: keep-all;
35304
- }
35305
- .E_c156wh19 .title {
35306
- margin: 0 16px 0 8px;
35307
- }
35308
- .E_c156wh19 .retain {
35309
- color: rgba(129, 138, 153, 0.6);
35310
- }
35311
- .E_c156wh19 div.left {
35312
- flex: 1;
35313
- display: flex;
35314
- overflow: hidden;
35315
- align-items: center;
35316
- justify-content: flex-start;
35317
- white-space: nowrap;
35318
- }
35319
- .E_c156wh19 div.left .title {
35320
- max-width: 100%;
35321
- overflow: hidden;
35322
- text-overflow: ellipsis;
35323
- }
35324
- .E_c156wh19 div.right {
35325
- display: flex;
35326
- align-items: center;
35327
- }
35328
- .E_c156wh19 .reverse {
35329
- display: flex;
35330
- flex-direction: row-reverse;
35331
- align-items: center;
35332
- }
35333
- .E_c156wh19 .reverse .ant-switch {
35334
- margin-left: 8px;
35335
- }
35336
- .E_c156wh19 .close {
35337
- padding-left: 14px;
35338
- margin-left: 14px;
35339
- border-left: 1px solid rgba(129, 138, 153, 0.6);
35340
- cursor: pointer;
35341
- }
35342
-
35343
- .E_m126spxy {
35344
- padding-bottom: 4px;
35345
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35346
- }
35347
- .E_m126spxy .ant-btn.ant-btn-link {
35348
- padding: 1px 10px;
35349
- color: rgba(62, 70, 82, 0.6);
35350
- border-radius: 4px;
35351
- }
35352
- .E_m126spxy .ant-btn.ant-btn-link.active {
35353
- background: rgba(0, 128, 255, 0.1);
35354
- color: #0096ff;
35355
- }
35356
-
35357
- .E_wpbf4pq {
35358
- padding: 10px 0;
35359
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35360
- }
35361
- .E_wpbf4pq .ant-input,
35362
- .E_wpbf4pq .ant-picker {
35363
- width: 80px;
35364
- margin: 0 9px;
35365
- text-align: center;
35366
- }
35367
- .E_wpbf4pq .options {
35368
- padding: 12px 0 12px 16px;
35369
- border-left: 2px solid rgba(129, 138, 153, 0.6);
35370
- margin: 5px 0 5px 8px;
35371
- }
35372
- .E_wpbf4pq .week-day-option,
35373
- .E_wpbf4pq .month-day-option {
35374
- background: #f5f7fa;
35375
- box-sizing: border-box;
35376
- border-radius: 16px;
35377
- margin-right: 8px;
35378
- }
35379
- .E_wpbf4pq .week-day-option:focus,
35380
- .E_wpbf4pq .month-day-option:focus {
35381
- color: inherit;
35382
- border-color: #d9d9d9;
35383
- }
35384
- .E_wpbf4pq .week-day-option.active {
35385
- background-color: #0096ff;
35386
- border-color: #0096ff;
35387
- color: #fff;
35388
- }
35389
- .E_wpbf4pq .week-day-option.en-text {
35390
- width: 110px;
35391
- margin-top: 4px;
35392
- }
35393
- .E_wpbf4pq .month-day-option {
35394
- width: 32px;
35395
- padding: 0;
35396
- margin-bottom: 8px;
35397
- }
35398
- .E_wpbf4pq .month-day-option.active {
35399
- background-color: #0096ff;
35400
- border-color: #0096ff;
35401
- color: #fff;
35402
- }
35403
-
35404
- .E_s1iv0tp1 .enabled-switch {
35405
- display: flex;
35406
- align-items: center;
35407
- }
35408
- .E_s1iv0tp1 .enabled-text {
35409
- margin-right: 8px;
35410
- }
35411
-
35412
- .E_c18bcrac {
35413
- display: inline-block;
35414
- width: 100%;
35415
- }
35416
- .E_c18bcrac .recharts-wrapper {
35417
- margin-left: 4px;
35418
- }
35419
-
35420
- .E_cro7kg2 {
35421
- padding: 4px;
35422
- }
35423
-
35424
- .E_c14wcxf0 {
35425
- display: flex;
35426
- justify-content: space-between;
35427
- align-items: center;
35428
- font-size: 13px;
35429
- line-height: 24px;
35430
- color: #cccccc;
35431
- white-space: nowrap;
35432
- }
35433
- .E_c14wcxf0 label {
35434
- margin-right: 32px;
35435
- }
35436
-
35437
- .E_coy29mj.E_c14wcxf0 {
35438
- font-weight: bold;
35439
- color: white;
35440
- }
35441
-
35442
- .E_s11212zy {
35443
- width: 8px;
35444
- height: 8px;
35445
- border-radius: 2px;
35446
- display: inline-block;
35447
- background: var(--s11212zy-0);
35448
- border: 1px solid #fff;
35449
- box-sizing: content-box;
35450
- margin-right: 6px;
35451
- }
35452
-
35453
- .E_p1lyky6c > :first-child {
35454
- font-weight: bold;
35455
- color: white;
35456
- margin-right: 4px;
35457
- }
35458
-
35459
- .E_wg1tsps {
35460
- display: flex;
35461
- align-items: center;
35462
- justify-content: flex-end;
35463
- }
35464
-
35465
- .E_b1ctd5xy {
35466
- display: flex;
35467
- align-items: center;
35468
- width: calc(100% - 40px);
35469
- }
35470
- .E_b1ctd5xy .chart {
35471
- display: inline-block;
35472
- width: 100%;
35473
- }
35474
-
35475
- .E_u1p8acpn {
35476
- min-width: 40px;
35526
+ .E_c157gu4z .description {
35527
+ flex-grow: 1;
35528
+ margin-left: 8px;
35477
35529
  }
35478
- .E_u1p8acpn .unit {
35479
- color: #00122e !important;
35530
+
35531
+ .E_eu1sysj {
35532
+ display: flex;
35533
+ flex-direction: column;
35534
+ align-items: center;
35535
+ justify-content: center;
35480
35536
  }
35481
35537
 
35482
35538
  .E_d11hhzf9 {
@@ -35516,12 +35572,6 @@ span.E_tqjc4ui {
35516
35572
  gap: 8px;
35517
35573
  }
35518
35574
 
35519
- .E_h1ol2wl7 {
35520
- font-weight: bold;
35521
- background-color: unset;
35522
- padding: unset;
35523
- }
35524
-
35525
35575
  .E_i5w779o {
35526
35576
  padding: 8px 0;
35527
35577
  }
@@ -35563,59 +35613,6 @@ span.E_tqjc4ui {
35563
35613
  color: rgba(0, 21, 64, 0.3);
35564
35614
  }
35565
35615
 
35566
- .E_cyms3br {
35567
- background: #fff;
35568
- width: 100%;
35569
- border-radius: 8px;
35570
- border: 1px solid rgb(228, 233, 242);
35571
- }
35572
- .E_cyms3br .ant-list {
35573
- padding: 12px;
35574
- }
35575
- .E_cyms3br .ant-list-item {
35576
- padding: 4px 0;
35577
- }
35578
- .E_cyms3br .ant-alert {
35579
- margin-left: 24px;
35580
- }
35581
- .E_cyms3br header {
35582
- background: rgba(225, 230, 241, 0.6);
35583
- font-size: 12px;
35584
- color: rgb(29, 50, 108);
35585
- font-weight: 700;
35586
- padding: 6px 12px;
35587
- display: flex;
35588
- flex-direction: row;
35589
- align-items: center;
35590
- justify-content: space-between;
35591
- }
35592
- .E_cyms3br header .switch-text {
35593
- display: flex;
35594
- flex-direction: row;
35595
- align-items: center;
35596
- justify-content: space-between;
35597
- gap: 6px;
35598
- font-size: 12px;
35599
- font-weight: 400;
35600
- color: rgb(0, 18, 46);
35601
- }
35602
-
35603
- .E_c157gu4z .ant-list-item {
35604
- display: flex;
35605
- flex-direction: row;
35606
- }
35607
- .E_c157gu4z .description {
35608
- flex-grow: 1;
35609
- margin-left: 8px;
35610
- }
35611
-
35612
- .E_eu1sysj {
35613
- display: flex;
35614
- flex-direction: column;
35615
- align-items: center;
35616
- justify-content: center;
35617
- }
35618
-
35619
35616
  .E_kr6am0s .ant-modal-body {
35620
35617
  padding: 60px 128px;
35621
35618
  }
@@ -35679,6 +35676,103 @@ span.E_tqjc4ui {
35679
35676
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
35680
35677
  }
35681
35678
 
35679
+ .E_h1ol2wl7 {
35680
+ font-weight: bold;
35681
+ background-color: unset;
35682
+ padding: unset;
35683
+ }
35684
+
35685
+ .E_c14ouk5o {
35686
+ width: 100%;
35687
+ height: 100%;
35688
+ display: flex;
35689
+ font-size: 12px;
35690
+ line-height: 18px;
35691
+ padding: 8px 0;
35692
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35693
+ }
35694
+ .E_c14ouk5o:last-of-type {
35695
+ box-shadow: none;
35696
+ padding-bottom: 0;
35697
+ }
35698
+ .E_c14ouk5o.collapsed {
35699
+ flex-direction: column;
35700
+ }
35701
+ .E_c14ouk5o.collapsed .collapsed-content {
35702
+ display: flex;
35703
+ }
35704
+ .E_c14ouk5o.collapsed .collapsed-content > span {
35705
+ flex: 1;
35706
+ display: flex;
35707
+ justify-content: space-between;
35708
+ }
35709
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
35710
+ height: auto;
35711
+ }
35712
+ .E_c14ouk5o.collapsed .extra-content {
35713
+ margin-left: 162px;
35714
+ }
35715
+ .E_c14ouk5o .col-label {
35716
+ width: 216px;
35717
+ color: rgba(44, 56, 82, 0.6);
35718
+ margin-right: 12px;
35719
+ flex-shrink: 0;
35720
+ }
35721
+ .E_c14ouk5o .col-content {
35722
+ color: #2d3a56;
35723
+ /* make btn link in info row have the same height as normal text */
35724
+ }
35725
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
35726
+ height: auto;
35727
+ }
35728
+
35729
+ .E_cevhqx7 {
35730
+ color: #00122e;
35731
+ }
35732
+
35733
+ .E_snbqlt4 {
35734
+ margin-top: 8px;
35735
+ color: rgba(44, 56, 82, 0.6);
35736
+ }
35737
+
35738
+ .E_c1ss4prm {
35739
+ color: rgba(44, 56, 82, 0.6);
35740
+ }
35741
+ .E_c1ss4prm li {
35742
+ margin-bottom: 4px;
35743
+ }
35744
+ .E_c1ss4prm li:last-child {
35745
+ margin-bottom: 0;
35746
+ }
35747
+
35748
+ .E_ms3tlei {
35749
+ background: rgba(225, 230, 241, 0.6);
35750
+ padding: 8px;
35751
+ border-radius: 6px;
35752
+ color: rgba(44, 56, 82, 0.6);
35753
+ }
35754
+ .E_ms3tlei li {
35755
+ margin-bottom: 4px;
35756
+ }
35757
+ .E_ms3tlei li:last-child {
35758
+ margin-bottom: 0;
35759
+ }
35760
+
35761
+ .E_du44iy7 {
35762
+ margin-bottom: 4px;
35763
+ }
35764
+
35765
+ .E_s1qmhanr {
35766
+ color: rgba(44, 56, 82, 0.6);
35767
+ margin-bottom: 8px;
35768
+ }
35769
+
35770
+ .E_drje1h0 {
35771
+ height: 1px;
35772
+ background: #e4e9f2;
35773
+ margin: 16px 0;
35774
+ }
35775
+
35682
35776
  .E_c1kchka8 {
35683
35777
  height: 100%;
35684
35778
  width: 100%;
@@ -36171,97 +36265,6 @@ span.E_tqjc4ui {
36171
36265
  padding: 0;
36172
36266
  }
36173
36267
 
36174
- .E_c1ss4prm {
36175
- color: rgba(44, 56, 82, 0.6);
36176
- }
36177
- .E_c1ss4prm li {
36178
- margin-bottom: 4px;
36179
- }
36180
- .E_c1ss4prm li:last-child {
36181
- margin-bottom: 0;
36182
- }
36183
-
36184
- .E_ms3tlei {
36185
- background: rgba(225, 230, 241, 0.6);
36186
- padding: 8px;
36187
- border-radius: 6px;
36188
- color: rgba(44, 56, 82, 0.6);
36189
- }
36190
- .E_ms3tlei li {
36191
- margin-bottom: 4px;
36192
- }
36193
- .E_ms3tlei li:last-child {
36194
- margin-bottom: 0;
36195
- }
36196
-
36197
- .E_du44iy7 {
36198
- margin-bottom: 4px;
36199
- }
36200
-
36201
- .E_s1qmhanr {
36202
- color: rgba(44, 56, 82, 0.6);
36203
- margin-bottom: 8px;
36204
- }
36205
-
36206
- .E_drje1h0 {
36207
- height: 1px;
36208
- background: #e4e9f2;
36209
- margin: 16px 0;
36210
- }
36211
-
36212
- .E_cevhqx7 {
36213
- color: #00122e;
36214
- }
36215
-
36216
- .E_snbqlt4 {
36217
- margin-top: 8px;
36218
- color: rgba(44, 56, 82, 0.6);
36219
- }
36220
-
36221
- .E_c14ouk5o {
36222
- width: 100%;
36223
- height: 100%;
36224
- display: flex;
36225
- font-size: 12px;
36226
- line-height: 18px;
36227
- padding: 8px 0;
36228
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36229
- }
36230
- .E_c14ouk5o:last-of-type {
36231
- box-shadow: none;
36232
- padding-bottom: 0;
36233
- }
36234
- .E_c14ouk5o.collapsed {
36235
- flex-direction: column;
36236
- }
36237
- .E_c14ouk5o.collapsed .collapsed-content {
36238
- display: flex;
36239
- }
36240
- .E_c14ouk5o.collapsed .collapsed-content > span {
36241
- flex: 1;
36242
- display: flex;
36243
- justify-content: space-between;
36244
- }
36245
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36246
- height: auto;
36247
- }
36248
- .E_c14ouk5o.collapsed .extra-content {
36249
- margin-left: 162px;
36250
- }
36251
- .E_c14ouk5o .col-label {
36252
- width: 216px;
36253
- color: rgba(44, 56, 82, 0.6);
36254
- margin-right: 12px;
36255
- flex-shrink: 0;
36256
- }
36257
- .E_c14ouk5o .col-content {
36258
- color: #2d3a56;
36259
- /* make btn link in info row have the same height as normal text */
36260
- }
36261
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36262
- height: auto;
36263
- }
36264
-
36265
36268
  .E_l12xdkhl {
36266
36269
  width: 64px;
36267
36270
  height: 64px;