@cloudtower/eagle 0.34.3 → 0.34.4

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 (29) hide show
  1. package/dist/cjs/core/ImmersiveDialog/index.js +33 -11
  2. package/dist/cjs/core/MediumDialog/MediumDialog.js +6 -3
  3. package/dist/cjs/core/SmallDialog/SmallDialog.js +30 -10
  4. package/dist/cjs/core/SmallDialog/SmallDialog.style.js +6 -0
  5. package/dist/cjs/core/SmallDialog/SmallDialog.widget.js +28 -0
  6. package/dist/cjs/index.js +3 -0
  7. package/dist/cjs/stats1.html +1 -1
  8. package/dist/components.css +1494 -1435
  9. package/dist/esm/core/ImmersiveDialog/index.js +32 -11
  10. package/dist/esm/core/MediumDialog/MediumDialog.js +6 -3
  11. package/dist/esm/core/SmallDialog/SmallDialog.js +30 -10
  12. package/dist/esm/core/SmallDialog/SmallDialog.style.js +4 -1
  13. package/dist/esm/core/SmallDialog/SmallDialog.widget.js +20 -0
  14. package/dist/esm/index.js +1 -1
  15. package/dist/esm/stats1.html +1 -1
  16. package/dist/linaria.merged.scss +1641 -1570
  17. package/dist/src/core/ImmersiveDialog/type.d.ts +4 -0
  18. package/dist/src/core/MediumDialog/MediumDialog.d.ts +2 -2
  19. package/dist/src/core/MediumDialog/MediumDialog.type.d.ts +5 -0
  20. package/dist/src/core/SmallDialog/SmallDialog.style.d.ts +3 -0
  21. package/dist/src/core/SmallDialog/SmallDialog.type.d.ts +8 -0
  22. package/dist/src/core/SmallDialog/SmallDialog.widget.d.ts +8 -0
  23. package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +6 -0
  24. package/dist/stories/docs/core/MediumDialog.stories.d.ts +8 -0
  25. package/dist/stories/docs/core/SmallDialog.stories.d.ts +4 -0
  26. package/dist/stories/docs/core/WizardDialog.stories.d.ts +3 -0
  27. package/dist/stories/utils.d.ts +12 -0
  28. package/dist/style.css +1494 -1435
  29. package/package.json +4 -4
@@ -29586,26 +29586,6 @@ html body {
29586
29586
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29587
29587
  }
29588
29588
  }
29589
- .E_c18gxmrl {
29590
- border: 1px solid #d8deeb;
29591
- border-radius: 4px;
29592
- }
29593
- .E_c18gxmrl + .E_c18gxmrl {
29594
- margin-top: 8px;
29595
- }
29596
- .E_c18gxmrl:hover {
29597
- border-color: #0080ff;
29598
- }
29599
- .E_c18gxmrl:hover > header {
29600
- background: rgba(0, 128, 255, 0.1);
29601
- }
29602
- .E_c18gxmrl.active header {
29603
- border-bottom: 1px solid #d8deeb;
29604
- }
29605
- .E_c18gxmrl > header {
29606
- padding: 8px 12px;
29607
- }
29608
-
29609
29589
  .E_m74vjol {
29610
29590
  display: flex;
29611
29591
  justify-content: space-between;
@@ -29626,49 +29606,24 @@ html body {
29626
29606
  flex: 1;
29627
29607
  }
29628
29608
 
29629
- .E_b1nip9bk {
29630
- padding: 4px 11px;
29631
- }
29632
-
29633
- .E_bqamoqe {
29634
- white-space: nowrap;
29635
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29636
- }
29637
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29638
- --color: #0080ff;
29639
- }
29640
- .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] {
29641
- --color: #0080ff;
29642
- }
29643
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29644
- margin-left: 1px;
29645
- }
29646
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29647
- border-top-right-radius: 0;
29648
- border-bottom-right-radius: 0;
29649
- }
29650
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29651
- border-top-left-radius: 0;
29652
- border-bottom-left-radius: 0;
29609
+ .E_c18gxmrl {
29610
+ border: 1px solid #d8deeb;
29611
+ border-radius: 4px;
29653
29612
  }
29654
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29655
- border-radius: unset;
29613
+ .E_c18gxmrl + .E_c18gxmrl {
29614
+ margin-top: 8px;
29656
29615
  }
29657
-
29658
- .E_berrcjl {
29659
- color: rgba(10, 37, 85, 0.6);
29660
- margin-bottom: 4px;
29616
+ .E_c18gxmrl:hover {
29617
+ border-color: #0080ff;
29661
29618
  }
29662
- .E_berrcjl .breadcrumb-link {
29663
- color: rgba(10, 37, 85, 0.6);
29664
- cursor: pointer;
29665
- transition: color 160ms ease;
29619
+ .E_c18gxmrl:hover > header {
29620
+ background: rgba(0, 128, 255, 0.1);
29666
29621
  }
29667
- .E_berrcjl .breadcrumb-link:hover {
29668
- color: #0080ff;
29622
+ .E_c18gxmrl.active header {
29623
+ border-bottom: 1px solid #d8deeb;
29669
29624
  }
29670
- .E_berrcjl .breadcrumb-link:active {
29671
- color: #005ed1;
29625
+ .E_c18gxmrl > header {
29626
+ padding: 8px 12px;
29672
29627
  }
29673
29628
 
29674
29629
  .E_c1uzzomf {
@@ -29693,19 +29648,6 @@ html body {
29693
29648
  text-align: center;
29694
29649
  }
29695
29650
 
29696
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29697
- padding: 4px 8px 0 8px;
29698
- color: rgba(44, 56, 82, 0.6);
29699
- font-size: 12px;
29700
- }
29701
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29702
- padding-bottom: 6px;
29703
- }
29704
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29705
- padding-top: 4px;
29706
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29707
- }
29708
-
29709
29651
  .E_d1bw7c5z {
29710
29652
  position: relative;
29711
29653
  max-width: 388px;
@@ -29789,6 +29731,22 @@ html body {
29789
29731
  width: 102px;
29790
29732
  }
29791
29733
 
29734
+ .E_berrcjl {
29735
+ color: rgba(10, 37, 85, 0.6);
29736
+ margin-bottom: 4px;
29737
+ }
29738
+ .E_berrcjl .breadcrumb-link {
29739
+ color: rgba(10, 37, 85, 0.6);
29740
+ cursor: pointer;
29741
+ transition: color 160ms ease;
29742
+ }
29743
+ .E_berrcjl .breadcrumb-link:hover {
29744
+ color: #0080ff;
29745
+ }
29746
+ .E_berrcjl .breadcrumb-link:active {
29747
+ color: #005ed1;
29748
+ }
29749
+
29792
29750
  .E_b1wx3t3t.ant-btn-icon-only {
29793
29751
  justify-content: center;
29794
29752
  }
@@ -30046,6 +30004,48 @@ html body {
30046
30004
  justify-content: center;
30047
30005
  }
30048
30006
 
30007
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30008
+ padding: 4px 8px 0 8px;
30009
+ color: rgba(44, 56, 82, 0.6);
30010
+ font-size: 12px;
30011
+ }
30012
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30013
+ padding-bottom: 6px;
30014
+ }
30015
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30016
+ padding-top: 4px;
30017
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30018
+ }
30019
+
30020
+ .E_b1nip9bk {
30021
+ padding: 4px 11px;
30022
+ }
30023
+
30024
+ .E_bqamoqe {
30025
+ white-space: nowrap;
30026
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30027
+ }
30028
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30029
+ --color: #0080ff;
30030
+ }
30031
+ .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] {
30032
+ --color: #0080ff;
30033
+ }
30034
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30035
+ margin-left: 1px;
30036
+ }
30037
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30038
+ border-top-right-radius: 0;
30039
+ border-bottom-right-radius: 0;
30040
+ }
30041
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30042
+ border-top-left-radius: 0;
30043
+ border-bottom-left-radius: 0;
30044
+ }
30045
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30046
+ border-radius: unset;
30047
+ }
30048
+
30049
30049
  .E_fzh9mnb {
30050
30050
  width: 100%;
30051
30051
  height: 100%;
@@ -30061,10 +30061,6 @@ html body {
30061
30061
  font-size: 18px;
30062
30062
  }
30063
30063
 
30064
- .E_sx1bpnu .ant-input-sm {
30065
- line-height: 18px;
30066
- }
30067
-
30068
30064
  .E_f7pxqmh {
30069
30065
  width: 100%;
30070
30066
  margin-bottom: 0 !important;
@@ -30099,11 +30095,39 @@ html body {
30099
30095
  min-height: 0px;
30100
30096
  }
30101
30097
 
30102
- .E_atcz0kf .ant-input-suffix {
30103
- margin-left: 8px;
30098
+ .E_iouxfgt {
30099
+ display: inline-flex;
30100
+ align-items: center;
30104
30101
  }
30105
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30106
- padding: 2px 7px 2px 12px;
30102
+ .E_iouxfgt .icon-inner {
30103
+ display: inline-flex;
30104
+ align-items: center;
30105
+ justify-content: center;
30106
+ }
30107
+ .E_iouxfgt .icon-inner + span,
30108
+ .E_iouxfgt span + .icon-inner.suffix {
30109
+ margin-left: 4px;
30110
+ }
30111
+ .E_iouxfgt.is-rotate img,
30112
+ .E_iouxfgt.is-rotate svg {
30113
+ animation: rotate 680ms linear infinite;
30114
+ }
30115
+
30116
+ .E_i1inqkme {
30117
+ height: 18px;
30118
+ line-height: 18px;
30119
+ padding: 0 4px;
30120
+ border-radius: 4px;
30121
+ background: rgba(235, 239, 245, 0.6);
30122
+ border: 1px solid rgba(223, 228, 235, 0.6);
30123
+ display: flex;
30124
+ align-items: center;
30125
+ white-space: nowrap;
30126
+ margin-right: 4px;
30127
+ }
30128
+
30129
+ .E_sx1bpnu .ant-input-sm {
30130
+ line-height: 18px;
30107
30131
  }
30108
30132
 
30109
30133
  .E_ai7qkf2 .ant-input-number-handler-wrap {
@@ -30166,24 +30190,6 @@ html body {
30166
30190
  padding: 2px 8px;
30167
30191
  }
30168
30192
 
30169
- .E_iouxfgt {
30170
- display: inline-flex;
30171
- align-items: center;
30172
- }
30173
- .E_iouxfgt .icon-inner {
30174
- display: inline-flex;
30175
- align-items: center;
30176
- justify-content: center;
30177
- }
30178
- .E_iouxfgt .icon-inner + span,
30179
- .E_iouxfgt span + .icon-inner.suffix {
30180
- margin-left: 4px;
30181
- }
30182
- .E_iouxfgt.is-rotate img,
30183
- .E_iouxfgt.is-rotate svg {
30184
- animation: rotate 680ms linear infinite;
30185
- }
30186
-
30187
30193
  .E_a1wfy30z .ant-input-number-handler-wrap {
30188
30194
  display: var(--a1wfy30z-0);
30189
30195
  }
@@ -30215,6 +30221,13 @@ html body {
30215
30221
  font-size: inherit;
30216
30222
  }
30217
30223
 
30224
+ .E_atcz0kf .ant-input-suffix {
30225
+ margin-left: 8px;
30226
+ }
30227
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30228
+ padding: 2px 7px 2px 12px;
30229
+ }
30230
+
30218
30231
  .E_itxley7.ant-input-group.ant-input-group-compact {
30219
30232
  display: flex;
30220
30233
  }
@@ -30227,44 +30240,70 @@ html body {
30227
30240
  border-top-right-radius: 5px;
30228
30241
  }
30229
30242
 
30230
- .E_i1inqkme {
30231
- height: 18px;
30232
- line-height: 18px;
30233
- padding: 0 4px;
30234
- border-radius: 4px;
30235
- background: rgba(235, 239, 245, 0.6);
30236
- border: 1px solid rgba(223, 228, 235, 0.6);
30237
- display: flex;
30238
- align-items: center;
30239
- white-space: nowrap;
30240
- margin-right: 4px;
30241
- }
30242
-
30243
- .E_ivqqkzv {
30244
- height: 24px;
30245
- width: 56px !important;
30246
- margin-right: 4px;
30243
+ .E_owd0kml {
30244
+ display: inline-block;
30247
30245
  }
30248
30246
 
30249
- .E_c1wk4q29 {
30250
- color: rgba(44, 56, 82, 0.6);
30247
+ .E_h1jsgezc {
30248
+ visibility: hidden;
30249
+ position: absolute;
30251
30250
  }
30252
30251
 
30253
- .E_phljevk {
30252
+ .E_c1bus5hc {
30253
+ --color: white;
30254
+ height: 14px;
30255
+ width: 14px;
30256
+ border-radius: 50%;
30257
+ flex-shrink: 0;
30254
30258
  display: flex;
30255
- justify-content: space-between;
30256
30259
  align-items: center;
30257
- padding: 10px 0;
30258
- color: rgba(44, 56, 82, 0.6);
30259
- font-size: 12px;
30260
- line-height: 24px;
30260
+ justify-content: center;
30261
+ border: 1px solid var(--color);
30261
30262
  }
30262
- .E_phljevk .pagination-left {
30263
- padding: 2px 8px;
30263
+ .E_c1bus5hc .circle-inner {
30264
+ position: relative;
30265
+ height: 10px;
30266
+ width: 10px;
30267
+ border-radius: 50%;
30268
+ overflow: hidden;
30264
30269
  }
30265
- .E_phljevk .dropdown-trigger {
30266
- display: flex;
30267
- align-items: center;
30270
+ .E_c1bus5hc .circle-content {
30271
+ position: absolute;
30272
+ height: 100%;
30273
+ width: 100%;
30274
+ left: 0;
30275
+ top: 0;
30276
+ border-radius: 50%;
30277
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30278
+ transform: rotate(180deg);
30279
+ }
30280
+ .E_c1bus5hc .circle-child {
30281
+ position: absolute;
30282
+ height: 100%;
30283
+ width: 100%;
30284
+ left: 0;
30285
+ top: 0;
30286
+ margin-left: 50%;
30287
+ transform-origin: left;
30288
+ background: white;
30289
+ transform: rotate(0deg);
30290
+ }
30291
+
30292
+ .E_phljevk {
30293
+ display: flex;
30294
+ justify-content: space-between;
30295
+ align-items: center;
30296
+ padding: 10px 0;
30297
+ color: rgba(44, 56, 82, 0.6);
30298
+ font-size: 12px;
30299
+ line-height: 24px;
30300
+ }
30301
+ .E_phljevk .pagination-left {
30302
+ padding: 2px 8px;
30303
+ }
30304
+ .E_phljevk .dropdown-trigger {
30305
+ display: flex;
30306
+ align-items: center;
30268
30307
  border-radius: 6px;
30269
30308
  cursor: pointer;
30270
30309
  transition: all 0.3s ease;
@@ -30333,44 +30372,14 @@ html body {
30333
30372
  cursor: not-allowed;
30334
30373
  }
30335
30374
 
30336
- .E_c1bus5hc {
30337
- --color: white;
30338
- height: 14px;
30339
- width: 14px;
30340
- border-radius: 50%;
30341
- flex-shrink: 0;
30342
- display: flex;
30343
- align-items: center;
30344
- justify-content: center;
30345
- border: 1px solid var(--color);
30346
- }
30347
- .E_c1bus5hc .circle-inner {
30348
- position: relative;
30349
- height: 10px;
30350
- width: 10px;
30351
- border-radius: 50%;
30352
- overflow: hidden;
30353
- }
30354
- .E_c1bus5hc .circle-content {
30355
- position: absolute;
30356
- height: 100%;
30357
- width: 100%;
30358
- left: 0;
30359
- top: 0;
30360
- border-radius: 50%;
30361
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30362
- transform: rotate(180deg);
30375
+ .E_ivqqkzv {
30376
+ height: 24px;
30377
+ width: 56px !important;
30378
+ margin-right: 4px;
30363
30379
  }
30364
- .E_c1bus5hc .circle-child {
30365
- position: absolute;
30366
- height: 100%;
30367
- width: 100%;
30368
- left: 0;
30369
- top: 0;
30370
- margin-left: 50%;
30371
- transform-origin: left;
30372
- background: white;
30373
- transform: rotate(0deg);
30380
+
30381
+ .E_c1wk4q29 {
30382
+ color: rgba(44, 56, 82, 0.6);
30374
30383
  }
30375
30384
 
30376
30385
  .E_rapgekc.ant-radio-wrapper {
@@ -30519,6 +30528,95 @@ html body {
30519
30528
  width: 36px;
30520
30529
  }
30521
30530
 
30531
+ .E_tju3gfj .date {
30532
+ margin-right: 4px;
30533
+ }
30534
+
30535
+ .E_s1dni7lo {
30536
+ width: 430px !important;
30537
+ }
30538
+
30539
+ .E_d1wwmmm5 .ant-select-item-group {
30540
+ padding: 8px 16px;
30541
+ line-height: 18px;
30542
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30543
+ height: 34px;
30544
+ min-height: 34px;
30545
+ box-sizing: border-box;
30546
+ margin-top: 8px;
30547
+ }
30548
+
30549
+ .E_o1ugr09p {
30550
+ display: flex;
30551
+ flex-direction: column;
30552
+ margin: 1px 8px;
30553
+ padding: 8px;
30554
+ border-radius: 4px;
30555
+ }
30556
+ .E_o1ugr09p .selected-icon {
30557
+ display: none;
30558
+ }
30559
+ .E_o1ugr09p.ant-select-item-option-grouped {
30560
+ padding-left: 8px;
30561
+ }
30562
+ .E_o1ugr09p.ant-select-item-option-selected {
30563
+ background-color: white;
30564
+ }
30565
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30566
+ color: #0080ff;
30567
+ }
30568
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30569
+ display: block;
30570
+ }
30571
+ .E_o1ugr09p.ant-select-item-option-active {
30572
+ background: rgba(0, 136, 255, 0.16);
30573
+ }
30574
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30575
+ color: #0080ff;
30576
+ }
30577
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30578
+ background: rgba(0, 136, 255, 0.1);
30579
+ color: #0080ff;
30580
+ }
30581
+
30582
+ .E_o1ifxsq4 {
30583
+ display: flex;
30584
+ justify-content: space-between;
30585
+ height: 20px;
30586
+ line-height: 20px;
30587
+ }
30588
+ .E_o1ifxsq4 .timezone-title {
30589
+ color: #2d3a56;
30590
+ overflow: hidden;
30591
+ text-overflow: ellipsis;
30592
+ }
30593
+
30594
+ .E_o1zue7 {
30595
+ display: flex;
30596
+ justify-content: space-between;
30597
+ color: rgba(44, 56, 82, 0.6);
30598
+ height: 18px;
30599
+ line-height: 18px;
30600
+ margin-top: 2px;
30601
+ }
30602
+
30603
+ .E_tyfmlxg {
30604
+ border: none;
30605
+ margin-right: 0;
30606
+ background: rgba(225, 230, 241, 0.6);
30607
+ }
30608
+
30609
+ .E_o18uybox {
30610
+ pointer-events: none;
30611
+ height: 32px;
30612
+ width: 100%;
30613
+ opacity: 0;
30614
+ }
30615
+
30616
+ .E_iq1gosr {
30617
+ display: inline-block;
30618
+ }
30619
+
30522
30620
  .E_s1dizucg.ant-switch {
30523
30621
  min-width: 40px;
30524
30622
  height: 24px;
@@ -30574,15 +30672,6 @@ html body {
30574
30672
  margin-left: 5px;
30575
30673
  }
30576
30674
 
30577
- .E_owd0kml {
30578
- display: inline-block;
30579
- }
30580
-
30581
- .E_h1jsgezc {
30582
- visibility: hidden;
30583
- position: absolute;
30584
- }
30585
-
30586
30675
  .E_cnujxq2 {
30587
30676
  display: flex;
30588
30677
  flex-direction: column;
@@ -31273,67 +31362,190 @@ input.E_rf8rlle.ant-input {
31273
31362
  color: rgba(44, 56, 82, 0.7490196078);
31274
31363
  }
31275
31364
 
31276
- .E_dsnbhzf {
31277
- font-family: Inter;
31278
- font-style: normal;
31279
- font-weight: bold;
31280
- font-size: 32px;
31281
- line-height: 40px;
31365
+ .E_s1sck0th {
31366
+ padding: 0 8px;
31367
+ border-radius: 4px;
31282
31368
  }
31283
31369
 
31284
- .E_d1mvo22k {
31285
- font-family: Inter;
31286
- font-style: normal;
31287
- font-weight: bold;
31288
- font-size: 24px;
31289
- line-height: 32px;
31370
+ .E_m855nr1 {
31371
+ padding: 2px 8px;
31372
+ border-radius: 3px;
31290
31373
  }
31291
31374
 
31292
- .E_d1b444tr {
31293
- font-family: Inter;
31294
- font-style: normal;
31295
- font-weight: normal;
31296
- font-size: 32px;
31297
- line-height: 40px;
31375
+ .E_l1270xpg {
31376
+ padding: 3px 8px;
31377
+ border-radius: 2px;
31298
31378
  }
31299
31379
 
31300
- .E_dvs0kue {
31301
- font-family: Inter;
31302
- font-style: normal;
31303
- font-weight: bold;
31304
- font-size: 20px;
31305
- line-height: 24px;
31380
+ .E_t14rextb.ant-tag:hover {
31381
+ opacity: unset;
31306
31382
  }
31307
-
31308
- .E_d1hcbfcq {
31309
- font-family: Inter;
31310
- font-style: normal;
31311
- font-weight: normal;
31312
- font-size: 20px;
31313
- line-height: 24px;
31383
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31384
+ margin: 0;
31385
+ margin-right: 8px;
31386
+ display: inline-flex;
31387
+ align-items: center;
31388
+ border: none;
31314
31389
  }
31315
-
31316
- .E_d1cz922v {
31317
- font-family: Inter;
31318
- font-style: normal;
31319
- font-weight: bold;
31320
- font-size: 18px;
31321
- line-height: 22px;
31390
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31391
+ width: 16px;
31392
+ height: 16px;
31393
+ color: inherit;
31394
+ margin-left: 4px;
31395
+ opacity: 0.6;
31396
+ display: inline-flex;
31322
31397
  }
31323
-
31324
- .E_d3nzbrm {
31325
- font-family: Inter;
31326
- font-style: normal;
31327
- font-weight: normal;
31328
- font-size: 18px;
31329
- line-height: 22px;
31398
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31399
+ opacity: 1;
31330
31400
  }
31331
-
31332
- .E_h1g0p5ob {
31333
- font-family: Inter;
31334
- font-style: normal;
31335
- font-weight: bold;
31336
- font-size: 16px;
31401
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31402
+ color: #0080ff;
31403
+ background-color: rgba(0, 136, 255, 0.1);
31404
+ }
31405
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31406
+ color: #f0483e;
31407
+ background-color: rgba(255, 74, 74, 0.1);
31408
+ }
31409
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31410
+ color: #e07f00;
31411
+ background-color: rgba(255, 187, 0, 0.1);
31412
+ }
31413
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31414
+ color: #008f4c;
31415
+ background-color: rgba(30, 201, 127, 0.1);
31416
+ }
31417
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31418
+ color: #1d326c;
31419
+ background-color: rgba(225, 230, 241, 0.6);
31420
+ }
31421
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31422
+ color: #7E41FF;
31423
+ background-color: rgba(126, 65, 255, 0.1);
31424
+ }
31425
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31426
+ color: #fff;
31427
+ }
31428
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31429
+ background-color: #f0483e;
31430
+ }
31431
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31432
+ background-color: #fea008;
31433
+ }
31434
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31435
+ background-color: #00ba5d;
31436
+ }
31437
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31438
+ background-color: #0080ff;
31439
+ }
31440
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31441
+ background-color: #6b7d99;
31442
+ }
31443
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31444
+ background-color: #7E41FF;
31445
+ }
31446
+
31447
+ .E_a1b5xrg3 .user-icon-inner {
31448
+ display: inline-flex;
31449
+ align-items: center;
31450
+ justify-content: center;
31451
+ color: #fff;
31452
+ font-weight: bold;
31453
+ font-size: 12px;
31454
+ width: 24px;
31455
+ height: 24px;
31456
+ border-radius: 50%;
31457
+ background: var(--a1b5xrg3-0);
31458
+ }
31459
+ .E_a1b5xrg3.btn-item {
31460
+ transition: all 160ms ease;
31461
+ cursor: pointer;
31462
+ width: 56px;
31463
+ height: 40px;
31464
+ display: inline-flex;
31465
+ align-items: center;
31466
+ justify-content: center;
31467
+ border-radius: 6px;
31468
+ }
31469
+ .E_a1b5xrg3.btn-item:hover {
31470
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31471
+ }
31472
+ .E_a1b5xrg3.btn-item:active {
31473
+ transform: translateY(2px);
31474
+ transition: all 320ms ease;
31475
+ }
31476
+
31477
+ .E_t1m2x205 .ant-tooltip-arrow {
31478
+ display: none;
31479
+ }
31480
+ .E_t1m2x205 .ant-tooltip-inner {
31481
+ background: rgba(23, 38, 64, 0.8);
31482
+ border-radius: 4px;
31483
+ }
31484
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31485
+ visibility: hidden;
31486
+ }
31487
+
31488
+ .E_dsnbhzf {
31489
+ font-family: Inter;
31490
+ font-style: normal;
31491
+ font-weight: bold;
31492
+ font-size: 32px;
31493
+ line-height: 40px;
31494
+ }
31495
+
31496
+ .E_d1mvo22k {
31497
+ font-family: Inter;
31498
+ font-style: normal;
31499
+ font-weight: bold;
31500
+ font-size: 24px;
31501
+ line-height: 32px;
31502
+ }
31503
+
31504
+ .E_d1b444tr {
31505
+ font-family: Inter;
31506
+ font-style: normal;
31507
+ font-weight: normal;
31508
+ font-size: 32px;
31509
+ line-height: 40px;
31510
+ }
31511
+
31512
+ .E_dvs0kue {
31513
+ font-family: Inter;
31514
+ font-style: normal;
31515
+ font-weight: bold;
31516
+ font-size: 20px;
31517
+ line-height: 24px;
31518
+ }
31519
+
31520
+ .E_d1hcbfcq {
31521
+ font-family: Inter;
31522
+ font-style: normal;
31523
+ font-weight: normal;
31524
+ font-size: 20px;
31525
+ line-height: 24px;
31526
+ }
31527
+
31528
+ .E_d1cz922v {
31529
+ font-family: Inter;
31530
+ font-style: normal;
31531
+ font-weight: bold;
31532
+ font-size: 18px;
31533
+ line-height: 22px;
31534
+ }
31535
+
31536
+ .E_d3nzbrm {
31537
+ font-family: Inter;
31538
+ font-style: normal;
31539
+ font-weight: normal;
31540
+ font-size: 18px;
31541
+ line-height: 22px;
31542
+ }
31543
+
31544
+ .E_h1g0p5ob {
31545
+ font-family: Inter;
31546
+ font-style: normal;
31547
+ font-weight: bold;
31548
+ font-size: 16px;
31337
31549
  line-height: 22px;
31338
31550
  }
31339
31551
 
@@ -31748,302 +31960,90 @@ input.E_rf8rlle.ant-input {
31748
31960
  line-height: 12px;
31749
31961
  }
31750
31962
 
31751
- .E_a1b5xrg3 .user-icon-inner {
31752
- display: inline-flex;
31963
+ .E_m196gn1d {
31964
+ min-width: 1280px;
31965
+ }
31966
+
31967
+ .E_c1yyuluq {
31968
+ border-radius: 8px;
31969
+ }
31970
+ .E_c1yyuluq .ant-card-body {
31971
+ padding: 20px 24px 24px 24px;
31972
+ }
31973
+
31974
+ .E_ccrbeuz .ant-collapse-item {
31975
+ border: 0px;
31976
+ background-color: #fff;
31977
+ }
31978
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
31979
+ padding-top: 0px;
31980
+ padding-bottom: 0px;
31981
+ padding-left: 0px !important;
31982
+ padding-right: 24px;
31983
+ }
31984
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31985
+ right: 0px;
31986
+ }
31987
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31988
+ padding: 0px;
31989
+ }
31990
+
31991
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
31992
+ padding-right: 0px;
31993
+ cursor: default;
31994
+ }
31995
+
31996
+ .E_ryby9ds {
31997
+ display: flex;
31753
31998
  align-items: center;
31754
- justify-content: center;
31755
- color: #fff;
31756
- font-weight: bold;
31757
- font-size: 12px;
31758
- width: 24px;
31759
- height: 24px;
31760
- border-radius: 50%;
31761
- background: var(--a1b5xrg3-0);
31762
31999
  }
31763
- .E_a1b5xrg3.btn-item {
31764
- transition: all 160ms ease;
31765
- cursor: pointer;
31766
- width: 56px;
31767
- height: 40px;
31768
- display: inline-flex;
32000
+ .E_ryby9ds .order {
32001
+ height: 24px;
32002
+ width: 24px;
32003
+ border-radius: 20px;
32004
+ color: #0080ff;
32005
+ background: rgba(0, 136, 255, 0.1);
32006
+ display: flex;
31769
32007
  align-items: center;
31770
32008
  justify-content: center;
32009
+ margin-right: 6px;
32010
+ }
32011
+
32012
+ .E_suhck3k {
32013
+ height: 24px;
32014
+ width: 24px;
31771
32015
  border-radius: 6px;
32016
+ padding: 4px;
31772
32017
  }
31773
- .E_a1b5xrg3.btn-item:hover {
31774
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32018
+ .E_suhck3k:hover {
32019
+ background-color: rgba(0, 136, 255, 0.1);
31775
32020
  }
31776
- .E_a1b5xrg3.btn-item:active {
31777
- transform: translateY(2px);
31778
- transition: all 320ms ease;
32021
+ .E_suhck3k:hover svg path {
32022
+ fill: blue;
31779
32023
  }
31780
32024
 
31781
- .E_m196gn1d {
31782
- min-width: 1280px;
32025
+ .E_hrhfj7c {
32026
+ display: none;
31783
32027
  }
31784
32028
 
31785
- .E_tju3gfj .date {
31786
- margin-right: 4px;
32029
+ .E_dt9qoak .bottom {
32030
+ color: rgba(44, 56, 82, 0.75);
31787
32031
  }
31788
-
31789
- .E_iq1gosr {
31790
- display: inline-block;
32032
+ .E_dt9qoak .left {
32033
+ min-width: 0;
31791
32034
  }
31792
32035
 
31793
- .E_s1dni7lo {
31794
- width: 430px !important;
32036
+ .E_crhnxq5 {
32037
+ display: flex;
32038
+ flex-direction: row;
32039
+ justify-content: space-between;
31795
32040
  }
31796
-
31797
- .E_d1wwmmm5 .ant-select-item-group {
31798
- padding: 8px 16px;
31799
- line-height: 18px;
31800
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31801
- height: 34px;
31802
- min-height: 34px;
31803
- box-sizing: border-box;
31804
- margin-top: 8px;
32041
+ .E_crhnxq5 .label {
32042
+ color: rgba(44, 56, 82, 0.6);
32043
+ font-weight: 400;
31805
32044
  }
31806
32045
 
31807
- .E_o1ugr09p {
31808
- display: flex;
31809
- flex-direction: column;
31810
- margin: 1px 8px;
31811
- padding: 8px;
31812
- border-radius: 4px;
31813
- }
31814
- .E_o1ugr09p .selected-icon {
31815
- display: none;
31816
- }
31817
- .E_o1ugr09p.ant-select-item-option-grouped {
31818
- padding-left: 8px;
31819
- }
31820
- .E_o1ugr09p.ant-select-item-option-selected {
31821
- background-color: white;
31822
- }
31823
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31824
- color: #0080ff;
31825
- }
31826
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31827
- display: block;
31828
- }
31829
- .E_o1ugr09p.ant-select-item-option-active {
31830
- background: rgba(0, 136, 255, 0.16);
31831
- }
31832
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31833
- color: #0080ff;
31834
- }
31835
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31836
- background: rgba(0, 136, 255, 0.1);
31837
- color: #0080ff;
31838
- }
31839
-
31840
- .E_o1ifxsq4 {
31841
- display: flex;
31842
- justify-content: space-between;
31843
- height: 20px;
31844
- line-height: 20px;
31845
- }
31846
- .E_o1ifxsq4 .timezone-title {
31847
- color: #2d3a56;
31848
- overflow: hidden;
31849
- text-overflow: ellipsis;
31850
- }
31851
-
31852
- .E_o1zue7 {
31853
- display: flex;
31854
- justify-content: space-between;
31855
- color: rgba(44, 56, 82, 0.6);
31856
- height: 18px;
31857
- line-height: 18px;
31858
- margin-top: 2px;
31859
- }
31860
-
31861
- .E_tyfmlxg {
31862
- border: none;
31863
- margin-right: 0;
31864
- background: rgba(225, 230, 241, 0.6);
31865
- }
31866
-
31867
- .E_o18uybox {
31868
- pointer-events: none;
31869
- height: 32px;
31870
- width: 100%;
31871
- opacity: 0;
31872
- }
31873
-
31874
- .E_s1sck0th {
31875
- padding: 0 8px;
31876
- border-radius: 4px;
31877
- }
31878
-
31879
- .E_m855nr1 {
31880
- padding: 2px 8px;
31881
- border-radius: 3px;
31882
- }
31883
-
31884
- .E_l1270xpg {
31885
- padding: 3px 8px;
31886
- border-radius: 2px;
31887
- }
31888
-
31889
- .E_t14rextb.ant-tag:hover {
31890
- opacity: unset;
31891
- }
31892
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31893
- margin: 0;
31894
- margin-right: 8px;
31895
- display: inline-flex;
31896
- align-items: center;
31897
- border: none;
31898
- }
31899
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31900
- width: 16px;
31901
- height: 16px;
31902
- color: inherit;
31903
- margin-left: 4px;
31904
- opacity: 0.6;
31905
- display: inline-flex;
31906
- }
31907
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31908
- opacity: 1;
31909
- }
31910
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31911
- color: #0080ff;
31912
- background-color: rgba(0, 136, 255, 0.1);
31913
- }
31914
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31915
- color: #f0483e;
31916
- background-color: rgba(255, 74, 74, 0.1);
31917
- }
31918
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31919
- color: #e07f00;
31920
- background-color: rgba(255, 187, 0, 0.1);
31921
- }
31922
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31923
- color: #008f4c;
31924
- background-color: rgba(30, 201, 127, 0.1);
31925
- }
31926
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31927
- color: #1d326c;
31928
- background-color: rgba(225, 230, 241, 0.6);
31929
- }
31930
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31931
- color: #7E41FF;
31932
- background-color: rgba(126, 65, 255, 0.1);
31933
- }
31934
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31935
- color: #fff;
31936
- }
31937
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31938
- background-color: #f0483e;
31939
- }
31940
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31941
- background-color: #fea008;
31942
- }
31943
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31944
- background-color: #00ba5d;
31945
- }
31946
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31947
- background-color: #0080ff;
31948
- }
31949
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31950
- background-color: #6b7d99;
31951
- }
31952
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31953
- background-color: #7E41FF;
31954
- }
31955
-
31956
- .E_t1m2x205 .ant-tooltip-arrow {
31957
- display: none;
31958
- }
31959
- .E_t1m2x205 .ant-tooltip-inner {
31960
- background: rgba(23, 38, 64, 0.8);
31961
- border-radius: 4px;
31962
- }
31963
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31964
- visibility: hidden;
31965
- }
31966
-
31967
- .E_c1yyuluq {
31968
- border-radius: 8px;
31969
- }
31970
- .E_c1yyuluq .ant-card-body {
31971
- padding: 20px 24px 24px 24px;
31972
- }
31973
-
31974
- .E_ccrbeuz .ant-collapse-item {
31975
- border: 0px;
31976
- background-color: #fff;
31977
- }
31978
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
31979
- padding-top: 0px;
31980
- padding-bottom: 0px;
31981
- padding-left: 0px !important;
31982
- padding-right: 24px;
31983
- }
31984
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31985
- right: 0px;
31986
- }
31987
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31988
- padding: 0px;
31989
- }
31990
-
31991
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
31992
- padding-right: 0px;
31993
- cursor: default;
31994
- }
31995
-
31996
- .E_suhck3k {
31997
- height: 24px;
31998
- width: 24px;
31999
- border-radius: 6px;
32000
- padding: 4px;
32001
- }
32002
- .E_suhck3k:hover {
32003
- background-color: rgba(0, 136, 255, 0.1);
32004
- }
32005
- .E_suhck3k:hover svg path {
32006
- fill: blue;
32007
- }
32008
-
32009
- .E_ryby9ds {
32010
- display: flex;
32011
- align-items: center;
32012
- }
32013
- .E_ryby9ds .order {
32014
- height: 24px;
32015
- width: 24px;
32016
- border-radius: 20px;
32017
- color: #0080ff;
32018
- background: rgba(0, 136, 255, 0.1);
32019
- display: flex;
32020
- align-items: center;
32021
- justify-content: center;
32022
- margin-right: 6px;
32023
- }
32024
-
32025
- .E_hrhfj7c {
32026
- display: none;
32027
- }
32028
-
32029
- .E_dt9qoak .bottom {
32030
- color: rgba(44, 56, 82, 0.75);
32031
- }
32032
- .E_dt9qoak .left {
32033
- min-width: 0;
32034
- }
32035
-
32036
- .E_crhnxq5 {
32037
- display: flex;
32038
- flex-direction: row;
32039
- justify-content: space-between;
32040
- }
32041
- .E_crhnxq5 .label {
32042
- color: rgba(44, 56, 82, 0.6);
32043
- font-weight: 400;
32044
- }
32045
-
32046
- .E_c1iq43vd {
32046
+ .E_c1iq43vd {
32047
32047
  display: flex;
32048
32048
  flex-direction: column;
32049
32049
  justify-content: center;
@@ -32306,24 +32306,68 @@ input.E_rf8rlle.ant-input {
32306
32306
  --modal-content-max-height: calc(
32307
32307
  100vh - 136px - var(--header-height) - var(--footer-height)
32308
32308
  );
32309
- --modal-header-padding: 36px 60px 0;
32310
- --modal-content-padding-y: 36px;
32309
+ --modal-header-padding: 40px 60px 8px;
32310
+ --modal-content-padding-top: 24px;
32311
+ --modal-content-padding-bottom: 32px;
32311
32312
  --modal-content-padding-x: 60px;
32312
32313
  --modal-footer-padding: 0 60px;
32313
32314
  }
32314
-
32315
- .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32316
- opacity: 1;
32315
+ .E_m5foqp8.content-full.ant-modal {
32316
+ height: calc(100vh - 80px);
32317
+ width: calc(100vw - 160px);
32317
32318
  }
32318
- .E_s4ivdfu.ant-select.select-loading-value {
32319
- pointer-events: none;
32319
+ .E_m5foqp8.content-full.ant-modal .ant-modal-content {
32320
+ width: 100%;
32321
+ height: 100%;
32322
+ max-width: unset;
32323
+ max-height: unset;
32324
+ display: flex;
32325
+ flex-direction: column;
32326
+ }
32327
+ .E_m5foqp8.content-full.ant-modal .ant-modal-body {
32328
+ flex: 1;
32329
+ }
32330
+ .E_m5foqp8 .initializing-title {
32331
+ height: 32px;
32320
32332
  }
32321
32333
 
32322
- .E_sks9xr8.ant-select .select-hover-suffix,
32323
- .E_sks9xr8.ant-select .select-active-suffix,
32324
- .E_sks9xr8.ant-select .select-expanded-suffix,
32325
- .E_sks9xr8.ant-select .select-expanded-search-suffix,
32326
- .E_sks9xr8.ant-select .select-focus-suffix,
32334
+ .E_oa99sl3 {
32335
+ display: flex;
32336
+ justify-content: space-between;
32337
+ align-items: center;
32338
+ gap: 8px;
32339
+ }
32340
+ .E_oa99sl3,
32341
+ .E_oa99sl3 :first-child {
32342
+ line-height: inherit !important;
32343
+ }
32344
+
32345
+ .E_lvp5pj7 {
32346
+ display: flex;
32347
+ justify-content: space-between;
32348
+ align-items: center;
32349
+ gap: 8px;
32350
+ min-width: 0;
32351
+ }
32352
+
32353
+ .E_s1io1lws {
32354
+ display: flex;
32355
+ align-items: center;
32356
+ flex-shrink: 0;
32357
+ }
32358
+
32359
+ .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32360
+ opacity: 1;
32361
+ }
32362
+ .E_s4ivdfu.ant-select.select-loading-value {
32363
+ pointer-events: none;
32364
+ }
32365
+
32366
+ .E_sks9xr8.ant-select .select-hover-suffix,
32367
+ .E_sks9xr8.ant-select .select-active-suffix,
32368
+ .E_sks9xr8.ant-select .select-expanded-suffix,
32369
+ .E_sks9xr8.ant-select .select-expanded-search-suffix,
32370
+ .E_sks9xr8.ant-select .select-focus-suffix,
32327
32371
  .E_sks9xr8.ant-select .select-error-suffix,
32328
32372
  .E_sks9xr8.ant-select .select-error-hover-suffix,
32329
32373
  .E_sks9xr8.ant-select .select-error-active-suffix,
@@ -32439,29 +32483,19 @@ input.E_rf8rlle.ant-input {
32439
32483
  color: rgba(0, 21, 64, 0.3);
32440
32484
  }
32441
32485
 
32442
- .E_oa99sl3 {
32486
+ .E_w1dxz879 {
32443
32487
  display: flex;
32444
- justify-content: space-between;
32445
- align-items: center;
32446
- gap: 8px;
32447
- }
32448
- .E_oa99sl3,
32449
- .E_oa99sl3 :first-child {
32450
- line-height: inherit !important;
32488
+ flex-direction: column;
32489
+ gap: 6px;
32451
32490
  }
32452
-
32453
- .E_lvp5pj7 {
32454
- display: flex;
32455
- justify-content: space-between;
32456
- align-items: center;
32457
- gap: 8px;
32458
- min-width: 0;
32491
+ .E_w1dxz879 .ellipsis-tooltip {
32492
+ max-height: var(--w1dxz879-0);
32493
+ text-overflow: clip;
32494
+ overflow: hidden;
32459
32495
  }
32460
-
32461
- .E_s1io1lws {
32462
- display: flex;
32463
- align-items: center;
32464
- flex-shrink: 0;
32496
+ .E_w1dxz879 .tips {
32497
+ color: #fff;
32498
+ opacity: 0.8;
32465
32499
  }
32466
32500
 
32467
32501
  .E_h12yihis {
@@ -32684,19 +32718,23 @@ input.E_rf8rlle.ant-input {
32684
32718
  position: static;
32685
32719
  }
32686
32720
 
32687
- .E_w1dxz879 {
32721
+ .E_r77hffu {
32688
32722
  display: flex;
32689
- flex-direction: column;
32690
- gap: 6px;
32723
+ align-items: center;
32724
+ justify-content: space-between;
32725
+ column-gap: 6px;
32691
32726
  }
32692
- .E_w1dxz879 .ellipsis-tooltip {
32693
- max-height: var(--w1dxz879-0);
32694
- text-overflow: clip;
32695
- overflow: hidden;
32727
+
32728
+ .E_p1cmxsf7 {
32729
+ display: flex;
32730
+ flex-direction: column;
32731
+ justify-content: center;
32732
+ row-gap: var(--p1cmxsf7-0);
32696
32733
  }
32697
- .E_w1dxz879 .tips {
32698
- color: #fff;
32699
- opacity: 0.8;
32734
+ .E_p1cmxsf7 .antd5-progress-line {
32735
+ font-size: 0;
32736
+ margin-bottom: unset;
32737
+ margin-inline-end: unset;
32700
32738
  }
32701
32739
 
32702
32740
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
@@ -32734,65 +32772,6 @@ input.E_rf8rlle.ant-input {
32734
32772
  background-color: transparent;
32735
32773
  }
32736
32774
 
32737
- .E_r77hffu {
32738
- display: flex;
32739
- align-items: center;
32740
- justify-content: space-between;
32741
- column-gap: 6px;
32742
- }
32743
-
32744
- .E_p1cmxsf7 {
32745
- display: flex;
32746
- flex-direction: column;
32747
- justify-content: center;
32748
- row-gap: var(--p1cmxsf7-0);
32749
- }
32750
- .E_p1cmxsf7 .antd5-progress-line {
32751
- font-size: 0;
32752
- margin-bottom: unset;
32753
- margin-inline-end: unset;
32754
- }
32755
-
32756
- .E_c1kghdax {
32757
- color: #2d3a56;
32758
- padding: 7px 12px;
32759
- display: flex;
32760
- justify-content: space-between;
32761
- align-items: center;
32762
- }
32763
- .E_c1kghdax.has-arrow {
32764
- padding-left: 10px;
32765
- }
32766
- .E_c1kghdax.has-arrow .title-wrapper {
32767
- cursor: pointer;
32768
- color: #00122e;
32769
- }
32770
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
32771
- color: #2d3a56;
32772
- font-weight: 600;
32773
- }
32774
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32775
- transform: rotate(90deg);
32776
- }
32777
- .E_c1kghdax .sub-info {
32778
- font-size: 12px;
32779
- line-height: 18px;
32780
- }
32781
- .E_c1kghdax .title-wrapper {
32782
- display: flex;
32783
- align-items: center;
32784
- user-select: none;
32785
- flex-grow: 1;
32786
- font-size: 12px;
32787
- line-height: 18px;
32788
- color: #2d3a56;
32789
- font-weight: 700;
32790
- }
32791
- .E_c1kghdax .collapse-arrow {
32792
- transition: all 50ms ease-out 0ms;
32793
- margin-right: 2px;
32794
- }
32795
-
32796
32775
  .E_b14q2gmw {
32797
32776
  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);
32798
32777
  }
@@ -32810,10 +32789,6 @@ input.E_rf8rlle.ant-input {
32810
32789
  transform: translateY(-4px);
32811
32790
  }
32812
32791
 
32813
- .E_c1yd35n {
32814
- padding: 0 12px 14px 12px;
32815
- }
32816
-
32817
32792
  .E_ckui4s7 {
32818
32793
  color: #2d3a56;
32819
32794
  line-height: 22px;
@@ -32878,6 +32853,50 @@ input.E_rf8rlle.ant-input {
32878
32853
  margin-left: 24px;
32879
32854
  }
32880
32855
 
32856
+ .E_c1yd35n {
32857
+ padding: 0 12px 14px 12px;
32858
+ }
32859
+
32860
+ .E_c1kghdax {
32861
+ color: #2d3a56;
32862
+ padding: 7px 12px;
32863
+ display: flex;
32864
+ justify-content: space-between;
32865
+ align-items: center;
32866
+ }
32867
+ .E_c1kghdax.has-arrow {
32868
+ padding-left: 10px;
32869
+ }
32870
+ .E_c1kghdax.has-arrow .title-wrapper {
32871
+ cursor: pointer;
32872
+ color: #00122e;
32873
+ }
32874
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
32875
+ color: #2d3a56;
32876
+ font-weight: 600;
32877
+ }
32878
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32879
+ transform: rotate(90deg);
32880
+ }
32881
+ .E_c1kghdax .sub-info {
32882
+ font-size: 12px;
32883
+ line-height: 18px;
32884
+ }
32885
+ .E_c1kghdax .title-wrapper {
32886
+ display: flex;
32887
+ align-items: center;
32888
+ user-select: none;
32889
+ flex-grow: 1;
32890
+ font-size: 12px;
32891
+ line-height: 18px;
32892
+ color: #2d3a56;
32893
+ font-weight: 700;
32894
+ }
32895
+ .E_c1kghdax .collapse-arrow {
32896
+ transition: all 50ms ease-out 0ms;
32897
+ margin-right: 2px;
32898
+ }
32899
+
32881
32900
  .E_lht19u8 {
32882
32901
  width: 64px;
32883
32902
  height: 64px;
@@ -33142,6 +33161,28 @@ input.E_rf8rlle.ant-input {
33142
33161
  border: 1px solid #fff;
33143
33162
  }
33144
33163
 
33164
+ .E_t1gvlxt5 {
33165
+ min-width: 0;
33166
+ flex: 1;
33167
+ }
33168
+ .E_t1gvlxt5 .tag {
33169
+ flex: 0 0 auto;
33170
+ }
33171
+ .E_t1gvlxt5 .progress-title {
33172
+ flex: 2;
33173
+ max-width: fit-content;
33174
+ }
33175
+ .E_t1gvlxt5 .progress-desc {
33176
+ flex: 1;
33177
+ max-width: fit-content;
33178
+ }
33179
+
33180
+ .E_a1ji6r68 {
33181
+ display: flex;
33182
+ align-items: center;
33183
+ column-gap: var(--a1ji6r68-0);
33184
+ }
33185
+
33145
33186
  .E_msn7nxt {
33146
33187
  color: rgba(44, 56, 82, 0.6);
33147
33188
  text-align: center;
@@ -33303,34 +33344,207 @@ input.E_rf8rlle.ant-input {
33303
33344
  margin-left: 8px;
33304
33345
  }
33305
33346
 
33306
- .E_t1gvlxt5 {
33307
- min-width: 0;
33308
- flex: 1;
33347
+ .E_sjob3jg {
33348
+ --item-min-width: 60px;
33309
33349
  }
33310
- .E_t1gvlxt5 .tag {
33311
- flex: 0 0 auto;
33350
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33351
+ display: none !important;
33312
33352
  }
33313
- .E_t1gvlxt5 .progress-title {
33314
- flex: 2;
33315
- max-width: fit-content;
33353
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33354
+ flex-shrink: 0 !important;
33316
33355
  }
33317
- .E_t1gvlxt5 .progress-desc {
33318
- flex: 1;
33319
- max-width: fit-content;
33356
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33357
+ color: #0080ff;
33320
33358
  }
33321
-
33322
- .E_a1ji6r68 {
33323
- display: flex;
33324
- align-items: center;
33325
- column-gap: var(--a1ji6r68-0);
33359
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33360
+ color: #0080ff;
33361
+ font-weight: normal;
33326
33362
  }
33327
-
33328
- button.E_l48ei06.ant-btn,
33329
- button.E_l48ei06.ant-btn.ant-btn-sm,
33330
- button.E_l48ei06.ant-btn.ant-btn-lg {
33331
- font-size: 12px;
33332
- line-height: 18px;
33333
- height: 18px;
33363
+ .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 {
33364
+ color: rgba(44, 56, 82, 0.6);
33365
+ }
33366
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33367
+ color: #00122e;
33368
+ }
33369
+ .E_sjob3jg .step-item-text {
33370
+ display: inline-block;
33371
+ }
33372
+ .E_sjob3jg .step-item-title {
33373
+ overflow: hidden;
33374
+ white-space: nowrap;
33375
+ text-overflow: ellipsis;
33376
+ }
33377
+
33378
+ .E_hjvj6s6 .ant-steps-item-container {
33379
+ min-width: var(--item-min-width);
33380
+ }
33381
+ .E_hjvj6s6 .ant-steps-item-disabled {
33382
+ cursor: not-allowed !important;
33383
+ }
33384
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33385
+ flex-direction: row;
33386
+ justify-content: stretch;
33387
+ }
33388
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33389
+ padding: 0;
33390
+ margin-right: 4px;
33391
+ flex: 1;
33392
+ overflow: visible;
33393
+ }
33394
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33395
+ width: 100%;
33396
+ min-height: unset;
33397
+ }
33398
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33399
+ height: 26px;
33400
+ line-height: 26px;
33401
+ width: 100%;
33402
+ padding: 0;
33403
+ font-size: 12px;
33404
+ }
33405
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33406
+ margin-right: 10px;
33407
+ }
33408
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33409
+ display: none;
33410
+ }
33411
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33412
+ padding-left: 8px;
33413
+ padding-right: 4px;
33414
+ border-radius: 4px 0 0 4px;
33415
+ }
33416
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33417
+ margin-right: 0;
33418
+ }
33419
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33420
+ padding-right: 8px;
33421
+ padding-left: 12px;
33422
+ border-radius: 0 4px 4px 0;
33423
+ }
33424
+ .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 {
33425
+ content: "";
33426
+ width: 0;
33427
+ height: 0;
33428
+ border: 13px solid transparent;
33429
+ position: absolute;
33430
+ top: 0;
33431
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33432
+ z-index: 2;
33433
+ position: relative;
33434
+ top: -50%;
33435
+ right: -100%;
33436
+ }
33437
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33438
+ padding: 0 4px 0 12px;
33439
+ }
33440
+ .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 {
33441
+ content: "";
33442
+ width: 0;
33443
+ height: 0;
33444
+ border: 13px solid transparent;
33445
+ position: absolute;
33446
+ top: 0;
33447
+ border-left: 8px solid #fff;
33448
+ left: 0;
33449
+ }
33450
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33451
+ max-width: calc(100% - var(--item-min-width) * 2);
33452
+ }
33453
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33454
+ background-color: rgba(0, 136, 255, 0.1);
33455
+ }
33456
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33457
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33458
+ }
33459
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33460
+ cursor: pointer;
33461
+ min-width: var(--item-min-width);
33462
+ }
33463
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33464
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33465
+ min-width: var(--item-min-width);
33466
+ }
33467
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33468
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33469
+ background-color: rgba(237, 241, 250, 0.6);
33470
+ }
33471
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33472
+ padding: 0;
33473
+ }
33474
+
33475
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
33476
+ width: 192px;
33477
+ row-gap: 2px;
33478
+ }
33479
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33480
+ background-color: rgba(225, 230, 241, 0.6);
33481
+ }
33482
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33483
+ color: #00122e !important;
33484
+ }
33485
+ .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 {
33486
+ background-color: rgba(225, 230, 241, 0.6);
33487
+ }
33488
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33489
+ padding: 0 8px;
33490
+ border-radius: 4px;
33491
+ height: 32px;
33492
+ display: flex;
33493
+ align-items: center;
33494
+ }
33495
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33496
+ min-height: auto;
33497
+ white-space: nowrap;
33498
+ }
33499
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33500
+ font-size: 13px;
33501
+ line-height: 20px;
33502
+ max-width: 100%;
33503
+ padding-right: 0;
33504
+ }
33505
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33506
+ background: rgba(0, 128, 255, 0.1);
33507
+ }
33508
+
33509
+ .E_h6l1tj4 {
33510
+ width: 100%;
33511
+ display: inline-flex;
33512
+ align-items: center;
33513
+ justify-content: center;
33514
+ column-gap: 4px;
33515
+ }
33516
+ .E_h6l1tj4 .step-item-prefix-container {
33517
+ display: inline-flex;
33518
+ align-items: center;
33519
+ width: 18px;
33520
+ height: 18px;
33521
+ color: rgba(44, 56, 82, 0.75);
33522
+ justify-content: center;
33523
+ }
33524
+
33525
+ .E_v18frne8 {
33526
+ width: 100%;
33527
+ display: flex;
33528
+ align-items: center;
33529
+ justify-content: center;
33530
+ column-gap: 6px;
33531
+ font-size: 13px;
33532
+ }
33533
+ .E_v18frne8 .step-item-prefix-container {
33534
+ display: inline-flex;
33535
+ align-items: center;
33536
+ min-width: 20px;
33537
+ min-height: 20px;
33538
+ color: rgba(44, 56, 82, 0.75);
33539
+ justify-content: center;
33540
+ }
33541
+
33542
+ button.E_l48ei06.ant-btn,
33543
+ button.E_l48ei06.ant-btn.ant-btn-sm,
33544
+ button.E_l48ei06.ant-btn.ant-btn-lg {
33545
+ font-size: 12px;
33546
+ line-height: 18px;
33547
+ height: 18px;
33334
33548
  }
33335
33549
 
33336
33550
  button.E_l48ei06 {
@@ -33891,323 +34105,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33891
34105
  background: #fff;
33892
34106
  }
33893
34107
 
33894
- .E_sjob3jg {
33895
- --item-min-width: 60px;
34108
+ .E_w7ob4th.outside-tag {
34109
+ padding-left: 0;
33896
34110
  }
33897
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33898
- display: none !important;
34111
+ .E_w7ob4th.outside-tag .inside-tag {
34112
+ border-radius: 4px 0 0 4px;
34113
+ padding-right: 4px;
34114
+ margin-right: 4px;
33899
34115
  }
33900
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33901
- flex-shrink: 0 !important;
34116
+
34117
+ .E_i1g85yz3 {
34118
+ margin-right: 4px;
34119
+ height: 16px;
33902
34120
  }
33903
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33904
- color: #0080ff;
34121
+
34122
+ .E_t1dtlqs1 {
34123
+ margin-bottom: 4px;
34124
+ color: rgba(44, 56, 82, 0.6);
33905
34125
  }
33906
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34126
+
34127
+ .E_s1ese5oy {
34128
+ color: rgba(44, 56, 82, 0.6);
34129
+ line-height: 32px;
34130
+ height: 32px;
34131
+ margin-bottom: 0;
34132
+ }
34133
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
33907
34134
  color: #0080ff;
33908
- font-weight: normal;
33909
34135
  }
33910
- .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 {
34136
+ .E_s1ese5oy.warning {
34137
+ color: #ffa500;
34138
+ }
34139
+ .E_s1ese5oy.success {
34140
+ color: #00ba5d;
34141
+ }
34142
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34143
+ color: #f0483e;
34144
+ }
34145
+ .E_s1ese5oy.normal {
33911
34146
  color: rgba(44, 56, 82, 0.6);
33912
34147
  }
33913
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34148
+
34149
+ .E_b1ibis43 {
34150
+ margin-bottom: 0;
33914
34151
  color: #00122e;
33915
34152
  }
33916
- .E_sjob3jg .step-item-text {
33917
- display: inline-block;
34153
+
34154
+ .E_b11xxjd2 {
34155
+ line-height: 32px;
34156
+ margin-right: 6px;
33918
34157
  }
33919
- .E_sjob3jg .step-item-title {
34158
+
34159
+ .E_bsub5bw.with-description {
34160
+ height: 24px;
34161
+ flex: 1;
34162
+ position: relative;
34163
+ top: -7px;
34164
+ }
34165
+ .E_bsub5bw p {
34166
+ width: 100%;
33920
34167
  overflow: hidden;
33921
- white-space: nowrap;
33922
34168
  text-overflow: ellipsis;
34169
+ white-space: nowrap;
33923
34170
  }
33924
34171
 
33925
- .E_hjvj6s6 .ant-steps-item-container {
33926
- min-width: var(--item-min-width);
33927
- }
33928
- .E_hjvj6s6 .ant-steps-item-disabled {
33929
- cursor: not-allowed !important;
33930
- }
33931
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33932
- flex-direction: row;
33933
- justify-content: stretch;
33934
- }
33935
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33936
- padding: 0;
33937
- margin-right: 4px;
33938
- flex: 1;
33939
- overflow: visible;
33940
- }
33941
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33942
- width: 100%;
33943
- min-height: unset;
33944
- }
33945
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33946
- height: 26px;
33947
- line-height: 26px;
33948
- width: 100%;
33949
- padding: 0;
33950
- font-size: 12px;
33951
- }
33952
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33953
- margin-right: 10px;
33954
- }
33955
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33956
- display: none;
33957
- }
33958
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33959
- padding-left: 8px;
33960
- padding-right: 4px;
33961
- border-radius: 4px 0 0 4px;
33962
- }
33963
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33964
- margin-right: 0;
33965
- }
33966
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33967
- padding-right: 8px;
33968
- padding-left: 12px;
33969
- border-radius: 0 4px 4px 0;
33970
- }
33971
- .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 {
33972
- content: "";
33973
- width: 0;
33974
- height: 0;
33975
- border: 13px solid transparent;
33976
- position: absolute;
33977
- top: 0;
33978
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33979
- z-index: 2;
33980
- position: relative;
33981
- top: -50%;
33982
- right: -100%;
33983
- }
33984
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33985
- padding: 0 4px 0 12px;
33986
- }
33987
- .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 {
33988
- content: "";
33989
- width: 0;
33990
- height: 0;
33991
- border: 13px solid transparent;
33992
- position: absolute;
33993
- top: 0;
33994
- border-left: 8px solid #fff;
33995
- left: 0;
33996
- }
33997
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33998
- max-width: calc(100% - var(--item-min-width) * 2);
33999
- }
34000
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34001
- background-color: rgba(0, 136, 255, 0.1);
34002
- }
34003
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34004
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34005
- }
34006
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34007
- cursor: pointer;
34008
- min-width: var(--item-min-width);
34009
- }
34010
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34011
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34012
- min-width: var(--item-min-width);
34013
- }
34014
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34015
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34016
- background-color: rgba(237, 241, 250, 0.6);
34017
- }
34018
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34019
- padding: 0;
34020
- }
34021
-
34022
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34023
- width: 192px;
34024
- row-gap: 2px;
34025
- }
34026
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34027
- background-color: rgba(225, 230, 241, 0.6);
34028
- }
34029
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34030
- color: #00122e !important;
34031
- }
34032
- .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 {
34033
- background-color: rgba(225, 230, 241, 0.6);
34034
- }
34035
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34036
- padding: 0 8px;
34037
- border-radius: 4px;
34038
- height: 32px;
34039
- display: flex;
34040
- align-items: center;
34041
- }
34042
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34043
- min-height: auto;
34044
- white-space: nowrap;
34045
- }
34046
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34047
- font-size: 13px;
34048
- line-height: 20px;
34049
- max-width: 100%;
34050
- padding-right: 0;
34051
- }
34052
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34053
- background: rgba(0, 128, 255, 0.1);
34054
- }
34055
-
34056
- .E_h6l1tj4 {
34057
- width: 100%;
34058
- display: inline-flex;
34059
- align-items: center;
34060
- justify-content: center;
34061
- column-gap: 4px;
34062
- }
34063
- .E_h6l1tj4 .step-item-prefix-container {
34064
- display: inline-flex;
34065
- align-items: center;
34066
- width: 18px;
34067
- height: 18px;
34068
- color: rgba(44, 56, 82, 0.75);
34069
- justify-content: center;
34070
- }
34071
-
34072
- .E_v18frne8 {
34073
- width: 100%;
34074
- display: flex;
34075
- align-items: center;
34076
- justify-content: center;
34077
- column-gap: 6px;
34078
- font-size: 13px;
34079
- }
34080
- .E_v18frne8 .step-item-prefix-container {
34081
- display: inline-flex;
34082
- align-items: center;
34083
- min-width: 20px;
34084
- min-height: 20px;
34085
- color: rgba(44, 56, 82, 0.75);
34086
- justify-content: center;
34087
- }
34088
-
34089
- .E_w7ob4th.outside-tag {
34090
- padding-left: 0;
34091
- }
34092
- .E_w7ob4th.outside-tag .inside-tag {
34093
- border-radius: 4px 0 0 4px;
34094
- padding-right: 4px;
34095
- margin-right: 4px;
34096
- }
34097
-
34098
- .E_slr2ynn {
34099
- padding: 0 8px;
34100
- height: 18px;
34101
- }
34102
-
34103
- .E_m140wbb6 {
34104
- padding: 2px 8px;
34105
- height: 24px;
34106
- }
34107
-
34108
- .E_t1fozc1i {
34109
- margin: 0;
34110
- }
34111
-
34112
- .E_i1vxv4ln {
34113
- margin-right: 4px;
34114
- height: 16px;
34115
- }
34116
-
34117
- .E_n1afl31m.ant-tag.ant-tag-gray {
34118
- font-weight: 700;
34119
- color: #00122e;
34120
- background-color: rgba(237, 241, 250, 0.6);
34121
- border: 1px solid rgba(211, 218, 235, 0.6);
34122
- word-break: break-all;
34123
- display: inline;
34124
- white-space: normal;
34125
- }
34126
-
34127
- .E_t13ef470 {
34128
- height: 100%;
34129
- }
34130
- .E_t13ef470 .table-loading-item {
34131
- padding: 12px 4px;
34132
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34133
- display: flex;
34134
- }
34135
- .E_t13ef470 .table-loading-item > * {
34136
- height: 16px;
34137
- margin: 4px;
34138
- background: rgba(204, 212, 227, 0.18);
34139
- border-radius: 2px;
34140
- }
34141
- .E_t13ef470 .table-loading-item .checkbox-loading {
34142
- width: 16px;
34143
- }
34144
- .E_t13ef470 .table-loading-item .td-loading {
34145
- flex: 1;
34146
- }
34147
- .E_t13ef470 :nth-child(1) {
34148
- padding: 8px 4px;
34149
- }
34150
- .E_t13ef470 :nth-child(1) > * {
34151
- background: rgba(107, 125, 153, 0.18);
34152
- }
34153
- .E_t13ef470 :nth-child(1) > * {
34154
- background: rgba(163, 180, 204, 0.18);
34155
- }
34156
-
34157
- .E_t1dtlqs1 {
34158
- margin-bottom: 4px;
34159
- color: rgba(44, 56, 82, 0.6);
34160
- }
34161
-
34162
- .E_s1ese5oy {
34163
- color: rgba(44, 56, 82, 0.6);
34164
- line-height: 32px;
34165
- height: 32px;
34166
- margin-bottom: 0;
34167
- }
34168
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34169
- color: #0080ff;
34170
- }
34171
- .E_s1ese5oy.warning {
34172
- color: #ffa500;
34173
- }
34174
- .E_s1ese5oy.success {
34175
- color: #00ba5d;
34176
- }
34177
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34178
- color: #f0483e;
34179
- }
34180
- .E_s1ese5oy.normal {
34181
- color: rgba(44, 56, 82, 0.6);
34182
- }
34183
-
34184
- .E_b1ibis43 {
34185
- margin-bottom: 0;
34186
- color: #00122e;
34187
- }
34188
-
34189
- .E_b11xxjd2 {
34190
- line-height: 32px;
34191
- margin-right: 6px;
34192
- }
34193
-
34194
- .E_bsub5bw.with-description {
34195
- height: 24px;
34196
- flex: 1;
34197
- position: relative;
34198
- top: -7px;
34199
- }
34200
- .E_bsub5bw p {
34201
- width: 100%;
34202
- overflow: hidden;
34203
- text-overflow: ellipsis;
34204
- white-space: nowrap;
34205
- }
34206
-
34207
- .E_tmoyoag {
34208
- border: 1px solid rgba(211, 218, 235, 0.6);
34209
- border-radius: 8px;
34210
- overflow: auto;
34172
+ .E_tmoyoag {
34173
+ border: 1px solid rgba(211, 218, 235, 0.6);
34174
+ border-radius: 8px;
34175
+ overflow: auto;
34211
34176
  }
34212
34177
  .E_tmoyoag .ant-list {
34213
34178
  position: relative;
@@ -34335,24 +34300,78 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34335
34300
  padding: 2px 8px;
34336
34301
  height: 24px;
34337
34302
  }
34338
- .E_a138syjm > span.maximum-desc {
34339
- display: none;
34340
- color: rgba(44, 56, 82, 0.6);
34303
+ .E_a138syjm > span.maximum-desc {
34304
+ display: none;
34305
+ color: rgba(44, 56, 82, 0.6);
34306
+ }
34307
+ .E_a138syjm > span.maximum-desc.disabled {
34308
+ display: inline;
34309
+ }
34310
+
34311
+ .E_d77i8u0 {
34312
+ width: 24px;
34313
+ height: 24px;
34314
+ padding: 4px;
34315
+ margin-right: 8px;
34316
+ }
34317
+
34318
+ .E_slr2ynn {
34319
+ padding: 0 8px;
34320
+ height: 18px;
34321
+ }
34322
+
34323
+ .E_m140wbb6 {
34324
+ padding: 2px 8px;
34325
+ height: 24px;
34326
+ }
34327
+
34328
+ .E_t1fozc1i {
34329
+ margin: 0;
34330
+ }
34331
+
34332
+ .E_i1vxv4ln {
34333
+ margin-right: 4px;
34334
+ height: 16px;
34335
+ }
34336
+
34337
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34338
+ font-weight: 700;
34339
+ color: #00122e;
34340
+ background-color: rgba(237, 241, 250, 0.6);
34341
+ border: 1px solid rgba(211, 218, 235, 0.6);
34342
+ word-break: break-all;
34343
+ display: inline;
34344
+ white-space: normal;
34345
+ }
34346
+
34347
+ .E_t13ef470 {
34348
+ height: 100%;
34349
+ }
34350
+ .E_t13ef470 .table-loading-item {
34351
+ padding: 12px 4px;
34352
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34353
+ display: flex;
34354
+ }
34355
+ .E_t13ef470 .table-loading-item > * {
34356
+ height: 16px;
34357
+ margin: 4px;
34358
+ background: rgba(204, 212, 227, 0.18);
34359
+ border-radius: 2px;
34360
+ }
34361
+ .E_t13ef470 .table-loading-item .checkbox-loading {
34362
+ width: 16px;
34363
+ }
34364
+ .E_t13ef470 .table-loading-item .td-loading {
34365
+ flex: 1;
34341
34366
  }
34342
- .E_a138syjm > span.maximum-desc.disabled {
34343
- display: inline;
34367
+ .E_t13ef470 :nth-child(1) {
34368
+ padding: 8px 4px;
34344
34369
  }
34345
-
34346
- .E_d77i8u0 {
34347
- width: 24px;
34348
- height: 24px;
34349
- padding: 4px;
34350
- margin-right: 8px;
34370
+ .E_t13ef470 :nth-child(1) > * {
34371
+ background: rgba(107, 125, 153, 0.18);
34351
34372
  }
34352
-
34353
- .E_i1g85yz3 {
34354
- margin-right: 4px;
34355
- height: 16px;
34373
+ .E_t13ef470 :nth-child(1) > * {
34374
+ background: rgba(163, 180, 204, 0.18);
34356
34375
  }
34357
34376
 
34358
34377
  .E_bpgac8u {
@@ -34433,6 +34452,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34433
34452
  background: rgba(172, 186, 211, 0.6);
34434
34453
  border-radius: 8px;
34435
34454
  }
34455
+ .E_icab5o7.ant-modal.initializing-error .ant-modal-body {
34456
+ display: flex;
34457
+ justify-content: center;
34458
+ align-items: center;
34459
+ height: 100%;
34460
+ }
34461
+ .E_icab5o7.ant-modal .initializing-title {
34462
+ height: 40px;
34463
+ }
34436
34464
  .E_icab5o7.ant-modal .ant-modal-footer {
34437
34465
  border-top: 1px solid rgba(225, 230, 241, 0.6);
34438
34466
  padding: 24px 0 60px 0;
@@ -34605,35 +34633,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34605
34633
  color: #00122E;
34606
34634
  }
34607
34635
 
34608
- .E_s20iney.skeleton-box {
34609
- display: flex;
34610
- align-items: center;
34611
- justify-content: center;
34612
- position: relative;
34613
- border-radius: 2px;
34614
- background: rgba(225, 230, 241, 0.6);
34615
- overflow: hidden;
34616
- }
34617
- .E_s20iney.skeleton-box > .skeleton-shimmer {
34618
- width: 200%;
34619
- height: 200%;
34620
- transform: rotate(15deg);
34621
- position: absolute;
34622
- top: -50%;
34623
- flex-shrink: 0;
34624
- opacity: 0.8;
34625
- background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34626
- animation: shimmer 1100ms infinite;
34627
- }
34628
- @keyframes shimmer {
34629
- from {
34630
- left: -120%;
34631
- }
34632
- to {
34633
- left: 100%;
34634
- }
34635
- }
34636
-
34637
34636
  .E_dxyv8bv {
34638
34637
  --footer-height: 80px;
34639
34638
  --header-height: 56px;
@@ -34643,7 +34642,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34643
34642
  100vh - 144px - var(--header-height) - var(--footer-height)
34644
34643
  );
34645
34644
  --modal-header-padding: 32px 40px 0;
34646
- --modal-content-padding-y: 32px;
34645
+ --modal-content-padding-top: 32px;
34646
+ --modal-content-padding-bottom: 32px;
34647
34647
  --modal-content-padding-x: 40px;
34648
34648
  --modal-footer-padding: 0 40px;
34649
34649
  }
@@ -34667,7 +34667,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34667
34667
  top: 24px;
34668
34668
  }
34669
34669
  .E_dxyv8bv .ant-modal-body {
34670
- padding: var(--modal-content-padding-y) var(--modal-content-padding-x);
34670
+ padding: var(--modal-content-padding-top) var(--modal-content-padding-x) var(--modal-content-padding-bottom);
34671
34671
  padding-right: calc(var(--modal-content-padding-x) - 6px);
34672
34672
  min-height: var(--modal-content-min-height);
34673
34673
  max-height: var(--modal-content-max-height);
@@ -34685,6 +34685,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34685
34685
  background: rgba(172, 186, 211, 0.6);
34686
34686
  border-radius: 8px;
34687
34687
  }
34688
+ .E_dxyv8bv.initializing-error .ant-modal-body {
34689
+ display: flex;
34690
+ justify-content: center;
34691
+ align-items: center;
34692
+ height: 100%;
34693
+ }
34688
34694
  .E_dxyv8bv .ant-modal-footer {
34689
34695
  height: var(--footer-height);
34690
34696
  padding: var(--modal-footer-padding);
@@ -34726,6 +34732,59 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34726
34732
  transition: 0.3s ease-out;
34727
34733
  }
34728
34734
 
34735
+ .E_m1k84ymw {
34736
+ width: 132px;
34737
+ height: 24px;
34738
+ }
34739
+
34740
+ .E_m15ds5xe {
34741
+ width: 100%;
34742
+ height: 100%;
34743
+ }
34744
+ .E_m15ds5xe .skeleton-wrapper {
34745
+ width: 100%;
34746
+ height: 32px;
34747
+ }
34748
+
34749
+ .E_ma56n19 {
34750
+ display: flex;
34751
+ flex-direction: column;
34752
+ gap: 4px;
34753
+ justify-content: center;
34754
+ align-items: center;
34755
+ height: 100%;
34756
+ color: rgba(0, 21, 64, 0.3019607843);
34757
+ }
34758
+
34759
+ .E_s20iney.skeleton-box {
34760
+ display: flex;
34761
+ align-items: center;
34762
+ justify-content: center;
34763
+ position: relative;
34764
+ border-radius: 2px;
34765
+ background: rgba(225, 230, 241, 0.6);
34766
+ overflow: hidden;
34767
+ }
34768
+ .E_s20iney.skeleton-box > .skeleton-shimmer {
34769
+ width: 200%;
34770
+ height: 200%;
34771
+ transform: rotate(15deg);
34772
+ position: absolute;
34773
+ top: -50%;
34774
+ flex-shrink: 0;
34775
+ opacity: 0.8;
34776
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34777
+ animation: shimmer 1100ms infinite;
34778
+ }
34779
+ @keyframes shimmer {
34780
+ from {
34781
+ left: -120%;
34782
+ }
34783
+ to {
34784
+ left: 100%;
34785
+ }
34786
+ }
34787
+
34729
34788
  .E_sqv6dmy {
34730
34789
  display: flex;
34731
34790
  justify-content: flex-end;
@@ -34760,6 +34819,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34760
34819
  border-radius: 8px;
34761
34820
  }
34762
34821
 
34822
+ .E_t1616y1o {
34823
+ color: #fff;
34824
+ }
34825
+
34763
34826
  .E_t1g36k2w {
34764
34827
  overflow: hidden;
34765
34828
  height: 100%;
@@ -34785,83 +34848,218 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34785
34848
  .E_t1g36k2w :nth-child(1) {
34786
34849
  padding: 8px 4px;
34787
34850
  }
34788
- .E_t1g36k2w :nth-child(1) > * {
34789
- background: rgba(225, 230, 241, 0.6);
34851
+ .E_t1g36k2w :nth-child(1) > * {
34852
+ background: rgba(225, 230, 241, 0.6);
34853
+ }
34854
+
34855
+ .E_a9y3flr {
34856
+ margin-left: 8px;
34857
+ }
34858
+
34859
+ .E_a1njc627 {
34860
+ font-size: 12px;
34861
+ color: #00122e;
34862
+ }
34863
+
34864
+ .E_f16blduf.ant-form-item {
34865
+ margin-bottom: 0;
34866
+ }
34867
+ .E_f16blduf .ant-form-item-explain {
34868
+ display: none;
34869
+ min-height: 18px;
34870
+ margin-top: 5px;
34871
+ font-family: "Inter";
34872
+ font-weight: 400;
34873
+ font-size: 12px;
34874
+ line-height: 18px;
34875
+ }
34876
+ .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34877
+ white-space: pre-wrap;
34878
+ }
34879
+ .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34880
+ display: block;
34881
+ }
34882
+
34883
+ .E_i14c7jc8 {
34884
+ color: var(--i14c7jc8-0);
34885
+ }
34886
+
34887
+ .E_i1ibuolf {
34888
+ display: flex;
34889
+ align-items: center;
34890
+ column-gap: 4px;
34891
+ font-size: 12px;
34892
+ color: rgba(44, 56, 82, 0.7490196078);
34893
+ }
34894
+
34895
+ .E_d1u4ndxc {
34896
+ color: rgba(44, 56, 82, 0.7490196078);
34897
+ font-size: 12px;
34898
+ }
34899
+
34900
+ .E_f6xb0iv {
34901
+ min-width: 0;
34902
+ flex: 1;
34903
+ }
34904
+
34905
+ .E_b1dhu7ov.antd5-progress {
34906
+ width: 220px;
34907
+ }
34908
+
34909
+ .E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
34910
+ content: "";
34911
+ display: block;
34912
+ height: 8px;
34913
+ background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
34914
+ animation: loading 1600ms ease-out infinite;
34915
+ opacity: 1;
34916
+ }
34917
+ @keyframes loading {
34918
+ from {
34919
+ transform: translateX(-100%);
34920
+ }
34921
+ to {
34922
+ transform: translateX(100%);
34923
+ }
34924
+ }
34925
+
34926
+ .E_skwah65 {
34927
+ height: 8px;
34928
+ box-sizing: border-box;
34929
+ border-radius: 2px;
34930
+ background: #f5f7fa;
34931
+ display: flex;
34932
+ width: 100%;
34933
+ overflow: hidden;
34934
+ }
34935
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
34936
+ margin-left: 1px;
34937
+ }
34938
+
34939
+ .E_gmyahx3 {
34940
+ cursor: pointer;
34941
+ }
34942
+ .E_gmyahx3 .link-text {
34943
+ color: rgba(0, 21, 64, 0.3);
34944
+ }
34945
+ .E_gmyahx3:hover .link-text {
34946
+ color: #0080ff;
34947
+ }
34948
+
34949
+ .E_clm1wy1 {
34950
+ width: 192px;
34951
+ height: 246px;
34952
+ border-radius: 4px;
34953
+ }
34954
+ .E_clm1wy1 > .ant-picker-calendar,
34955
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
34956
+ width: 100%;
34957
+ background-color: rgba(245, 247, 250, 0.6);
34958
+ border-top: none;
34959
+ }
34960
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
34961
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
34962
+ padding: 0 16px;
34963
+ }
34964
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
34965
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
34966
+ width: 100%;
34967
+ height: 180px;
34968
+ border-spacing: 0;
34969
+ }
34970
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
34971
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
34972
+ margin-bottom: 8px;
34973
+ }
34974
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
34975
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
34976
+ width: 22px;
34977
+ }
34978
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
34979
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
34980
+ padding: 0;
34981
+ }
34982
+ .E_clm1wy1 .ant-picker-cell {
34983
+ color: rgba(62, 70, 82, 0.6);
34984
+ opacity: 0.4;
34985
+ }
34986
+ .E_clm1wy1 .ant-picker-cell-in-view {
34987
+ color: rgba(62, 70, 82, 0.6);
34988
+ opacity: 1;
34989
+ }
34990
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
34991
+ color: #3e4652;
34992
+ }
34993
+ .E_clm1wy1 .ant-picker-cell::before {
34994
+ pointer-events: none;
34790
34995
  }
34791
34996
 
34792
- .E_t1616y1o {
34793
- color: #fff;
34997
+ .E_t1tsm00v {
34998
+ color: rgba(129, 138, 153, 0.6);
34999
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35000
+ backdrop-filter: blur(10px);
35001
+ padding: 7px 10px;
34794
35002
  }
34795
35003
 
34796
- .E_a9y3flr {
34797
- margin-left: 8px;
35004
+ .E_c167wnad {
35005
+ color: rgba(62, 70, 82, 0.6);
35006
+ display: flex;
35007
+ justify-content: space-between;
35008
+ align-items: center;
35009
+ padding: 8px 16px;
34798
35010
  }
34799
-
34800
- .E_a1njc627 {
34801
- font-size: 12px;
34802
- color: #00122e;
35011
+ .E_c167wnad .anticon {
35012
+ cursor: pointer;
35013
+ }
35014
+ .E_c167wnad .anticon:hover {
35015
+ color: #0096ff;
34803
35016
  }
34804
35017
 
34805
- .E_f16blduf.ant-form-item {
34806
- margin-bottom: 0;
35018
+ .E_cxhf7dh {
35019
+ text-align: center;
34807
35020
  }
34808
- .E_f16blduf .ant-form-item-explain {
34809
- display: none;
34810
- min-height: 18px;
34811
- margin-top: 5px;
34812
- font-family: "Inter";
34813
- font-weight: 400;
34814
- font-size: 12px;
34815
- line-height: 18px;
35021
+ .E_cxhf7dh .dots {
35022
+ display: flex;
35023
+ justify-content: center;
34816
35024
  }
34817
- .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34818
- white-space: pre-wrap;
35025
+ .E_cxhf7dh .dot {
35026
+ display: inline-block;
35027
+ width: 2px;
35028
+ height: 2px;
35029
+ border-radius: 1px;
35030
+ background: #0096ff;
34819
35031
  }
34820
- .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34821
- display: block;
35032
+ .E_cxhf7dh .dot:not(:last-child) {
35033
+ margin-right: 2px;
34822
35034
  }
34823
-
34824
- .E_i14c7jc8 {
34825
- color: var(--i14c7jc8-0);
35035
+ .E_cxhf7dh .bar {
35036
+ width: 9px;
35037
+ height: 2px;
35038
+ background: #0096ff;
35039
+ border-radius: 2px;
34826
35040
  }
34827
35041
 
34828
- .E_i1ibuolf {
35042
+ .E_n12mqh7z {
34829
35043
  display: flex;
34830
35044
  align-items: center;
34831
- column-gap: 4px;
34832
35045
  font-size: 12px;
34833
- color: rgba(44, 56, 82, 0.7490196078);
35046
+ line-height: 18px;
34834
35047
  }
34835
-
34836
- .E_d1u4ndxc {
34837
- color: rgba(44, 56, 82, 0.7490196078);
34838
- font-size: 12px;
35048
+ .E_n12mqh7z:not(:last-child) {
35049
+ margin-bottom: 4px;
34839
35050
  }
34840
35051
 
34841
- .E_f6xb0iv {
34842
- min-width: 0;
34843
- flex: 1;
35052
+ .E_tf5bynu {
35053
+ margin: 0 3px;
34844
35054
  }
34845
35055
 
34846
- .E_b1dhu7ov.antd5-progress {
34847
- width: 220px;
35056
+ .E_tcckoz1 {
35057
+ max-height: 400px;
35058
+ overflow: auto;
34848
35059
  }
34849
35060
 
34850
- .E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
34851
- content: "";
34852
- display: block;
34853
- height: 8px;
34854
- background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
34855
- animation: loading 1600ms ease-out infinite;
34856
- opacity: 1;
34857
- }
34858
- @keyframes loading {
34859
- from {
34860
- transform: translateX(-100%);
34861
- }
34862
- to {
34863
- transform: translateX(100%);
34864
- }
35061
+ span.E_tqjc4ui {
35062
+ margin: 0 2px;
34865
35063
  }
34866
35064
 
34867
35065
  .E_s1ebs0ra {
@@ -34925,17 +35123,31 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34925
35123
  background: #fff;
34926
35124
  }
34927
35125
 
34928
- .E_skwah65 {
34929
- height: 8px;
34930
- box-sizing: border-box;
34931
- border-radius: 2px;
34932
- background: #f5f7fa;
34933
- display: flex;
34934
- width: 100%;
35126
+ .E_ou7iq30 {
34935
35127
  overflow: hidden;
35128
+ text-overflow: ellipsis;
34936
35129
  }
34937
- .E_skwah65 .stack-bar-item + .stack-bar-item {
34938
- margin-left: 1px;
35130
+
35131
+ .E_s1tui002 {
35132
+ white-space: nowrap;
35133
+ }
35134
+
35135
+ .E_mxrc2zg {
35136
+ display: -webkit-box;
35137
+ -webkit-line-clamp: var(--mxrc2zg-0);
35138
+ -webkit-box-orient: vertical;
35139
+ word-break: break-all;
35140
+ }
35141
+
35142
+ .E_t1vv6d68 .ant-tooltip-arrow {
35143
+ display: none;
35144
+ }
35145
+ .E_t1vv6d68 .ant-tooltip-inner {
35146
+ background: rgba(23, 38, 64, 0.8);
35147
+ border-radius: 4px;
35148
+ }
35149
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35150
+ visibility: hidden;
34939
35151
  }
34940
35152
 
34941
35153
  .E_c18bcrac {
@@ -34988,97 +35200,117 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34988
35200
  margin-right: 4px;
34989
35201
  }
34990
35202
 
34991
- .E_clm1wy1 {
34992
- width: 192px;
34993
- height: 246px;
34994
- border-radius: 4px;
35203
+ .E_s1at6qmn.ant-layout-sider {
35204
+ background: #edf0f7;
35205
+ padding: 32px 8px;
35206
+ overflow: auto;
34995
35207
  }
34996
- .E_clm1wy1 > .ant-picker-calendar,
34997
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
34998
- width: 100%;
34999
- background-color: rgba(245, 247, 250, 0.6);
35000
- border-top: none;
35208
+ .E_s1at6qmn .ant-layout-sider-children {
35209
+ display: flex;
35210
+ flex-direction: column;
35211
+ justify-content: space-between;
35001
35212
  }
35002
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
35003
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
35004
- padding: 0 16px;
35213
+ .E_s1at6qmn footer {
35214
+ display: flex;
35005
35215
  }
35006
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
35007
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
35008
- width: 100%;
35009
- height: 180px;
35010
- border-spacing: 0;
35216
+ .E_s1at6qmn .ant-menu {
35217
+ background: #edf0f7;
35011
35218
  }
35012
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
35013
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
35014
- margin-bottom: 8px;
35219
+ .E_s1at6qmn .ant-menu a {
35220
+ color: #00122e;
35221
+ width: 180px;
35222
+ overflow: hidden;
35223
+ text-overflow: ellipsis;
35015
35224
  }
35016
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
35017
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
35018
- width: 22px;
35225
+ .E_s1at6qmn .ant-menu-vertical {
35226
+ margin-bottom: 24px;
35019
35227
  }
35020
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
35021
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
35228
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35229
+ margin: 0;
35230
+ }
35231
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35232
+ font-size: 12px;
35233
+ padding: 0 8px 4px;
35234
+ line-height: 18px;
35235
+ }
35236
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35022
35237
  padding: 0;
35023
35238
  }
35024
- .E_clm1wy1 .ant-picker-cell {
35025
- color: rgba(62, 70, 82, 0.6);
35026
- opacity: 0.4;
35239
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35240
+ padding-bottom: 24px;
35027
35241
  }
35028
- .E_clm1wy1 .ant-picker-cell-in-view {
35029
- color: rgba(62, 70, 82, 0.6);
35030
- opacity: 1;
35242
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35243
+ margin-bottom: 24px;
35244
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35031
35245
  }
35032
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
35033
- color: #3e4652;
35246
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35247
+ transition: none;
35248
+ display: flex;
35249
+ align-items: center;
35250
+ height: 32px;
35251
+ line-height: 22px;
35252
+ padding: 0 8px;
35034
35253
  }
35035
- .E_clm1wy1 .ant-picker-cell::before {
35036
- pointer-events: none;
35254
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35255
+ margin-right: 12px;
35037
35256
  }
35038
-
35039
- .E_t1tsm00v {
35040
- color: rgba(129, 138, 153, 0.6);
35041
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35042
- backdrop-filter: blur(10px);
35043
- padding: 7px 10px;
35257
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35258
+ margin: 0;
35259
+ margin-bottom: 2px;
35260
+ }
35261
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35262
+ background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35263
+ box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35264
+ border-radius: 6px;
35265
+ color: #fff;
35266
+ }
35267
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35268
+ color: #fff;
35269
+ }
35270
+ .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 {
35271
+ background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35272
+ box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35273
+ border-radius: 6px;
35044
35274
  }
35045
35275
 
35046
- .E_c167wnad {
35047
- color: rgba(62, 70, 82, 0.6);
35048
- display: flex;
35049
- justify-content: space-between;
35050
- align-items: center;
35051
- padding: 8px 16px;
35276
+ .E_s1wu0lms .ant-menu-item-group-title {
35277
+ white-space: nowrap;
35278
+ transition: all 0s;
35052
35279
  }
35053
- .E_c167wnad .anticon {
35054
- cursor: pointer;
35280
+ .E_s1wu0lms.shrink {
35281
+ transition: all 0s;
35282
+ overflow: hidden;
35055
35283
  }
35056
- .E_c167wnad .anticon:hover {
35057
- color: #0096ff;
35284
+ .E_s1wu0lms.shrink .ant-menu-item-group-title {
35285
+ visibility: hidden;
35286
+ }
35287
+ .E_s1wu0lms.shrink .ant-menu-item {
35288
+ width: 36px;
35289
+ padding: 0 6px;
35058
35290
  }
35059
35291
 
35060
- .E_cxhf7dh {
35061
- text-align: center;
35062
- }
35063
- .E_cxhf7dh .dots {
35292
+ .E_n1ugzfva {
35064
35293
  display: flex;
35065
- justify-content: center;
35294
+ place-items: center;
35295
+ width: 100% !important;
35066
35296
  }
35067
- .E_cxhf7dh .dot {
35068
- display: inline-block;
35069
- width: 2px;
35070
- height: 2px;
35071
- border-radius: 1px;
35072
- background: #0096ff;
35297
+ .E_n1ugzfva[disabled] {
35298
+ color: rgba(0, 0, 0, 0.25) !important;
35299
+ opacity: 1 !important;
35073
35300
  }
35074
- .E_cxhf7dh .dot:not(:last-child) {
35075
- margin-right: 2px;
35301
+ .E_n1ugzfva.ant-btn {
35302
+ width: 100%;
35303
+ color: #00122e;
35076
35304
  }
35077
- .E_cxhf7dh .bar {
35078
- width: 9px;
35079
- height: 2px;
35080
- background: #0096ff;
35081
- border-radius: 2px;
35305
+ .E_n1ugzfva .icon-wrapper {
35306
+ margin-right: 12px;
35307
+ }
35308
+ .E_n1ugzfva .link-title {
35309
+ flex: 1;
35310
+ overflow: hidden;
35311
+ white-space: nowrap;
35312
+ text-overflow: ellipsis;
35313
+ text-align: left;
35082
35314
  }
35083
35315
 
35084
35316
  .E_c1up1pdz {
@@ -35221,66 +35453,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35221
35453
  color: #fff;
35222
35454
  }
35223
35455
 
35224
- .E_gmyahx3 {
35225
- cursor: pointer;
35226
- }
35227
- .E_gmyahx3 .link-text {
35228
- color: rgba(0, 21, 64, 0.3);
35229
- }
35230
- .E_gmyahx3:hover .link-text {
35231
- color: #0080ff;
35232
- }
35233
-
35234
- span.E_tqjc4ui {
35235
- margin: 0 2px;
35236
- }
35237
-
35238
- .E_n12mqh7z {
35239
- display: flex;
35240
- align-items: center;
35241
- font-size: 12px;
35242
- line-height: 18px;
35243
- }
35244
- .E_n12mqh7z:not(:last-child) {
35245
- margin-bottom: 4px;
35246
- }
35247
-
35248
- .E_tf5bynu {
35249
- margin: 0 3px;
35250
- }
35251
-
35252
- .E_tcckoz1 {
35253
- max-height: 400px;
35254
- overflow: auto;
35255
- }
35256
-
35257
- .E_ou7iq30 {
35258
- overflow: hidden;
35259
- text-overflow: ellipsis;
35260
- }
35261
-
35262
- .E_s1tui002 {
35263
- white-space: nowrap;
35264
- }
35265
-
35266
- .E_mxrc2zg {
35267
- display: -webkit-box;
35268
- -webkit-line-clamp: var(--mxrc2zg-0);
35269
- -webkit-box-orient: vertical;
35270
- word-break: break-all;
35271
- }
35272
-
35273
- .E_t1vv6d68 .ant-tooltip-arrow {
35274
- display: none;
35275
- }
35276
- .E_t1vv6d68 .ant-tooltip-inner {
35277
- background: rgba(23, 38, 64, 0.8);
35278
- border-radius: 4px;
35279
- }
35280
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35281
- visibility: hidden;
35282
- }
35283
-
35284
35456
  .E_t1sqg15u {
35285
35457
  background: white;
35286
35458
  }
@@ -35371,125 +35543,27 @@ span.E_tqjc4ui {
35371
35543
  padding-right: 12px;
35372
35544
  }
35373
35545
 
35374
- .E_s1at6qmn.ant-layout-sider {
35375
- background: #edf0f7;
35376
- padding: 32px 8px;
35377
- overflow: auto;
35378
- }
35379
- .E_s1at6qmn .ant-layout-sider-children {
35380
- display: flex;
35381
- flex-direction: column;
35382
- justify-content: space-between;
35383
- }
35384
- .E_s1at6qmn footer {
35385
- display: flex;
35386
- }
35387
- .E_s1at6qmn .ant-menu {
35388
- background: #edf0f7;
35389
- }
35390
- .E_s1at6qmn .ant-menu a {
35391
- color: #00122e;
35392
- width: 180px;
35393
- overflow: hidden;
35394
- text-overflow: ellipsis;
35395
- }
35396
- .E_s1at6qmn .ant-menu-vertical {
35397
- margin-bottom: 24px;
35398
- }
35399
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35400
- margin: 0;
35401
- }
35402
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35403
- font-size: 12px;
35404
- padding: 0 8px 4px;
35405
- line-height: 18px;
35406
- }
35407
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35408
- padding: 0;
35409
- }
35410
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35411
- padding-bottom: 24px;
35412
- }
35413
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35414
- margin-bottom: 24px;
35415
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35416
- }
35417
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35418
- transition: none;
35546
+ .E_wg1tsps {
35419
35547
  display: flex;
35420
35548
  align-items: center;
35421
- height: 32px;
35422
- line-height: 22px;
35423
- padding: 0 8px;
35424
- }
35425
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35426
- margin-right: 12px;
35427
- }
35428
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35429
- margin: 0;
35430
- margin-bottom: 2px;
35431
- }
35432
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35433
- background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35434
- box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35435
- border-radius: 6px;
35436
- color: #fff;
35437
- }
35438
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35439
- color: #fff;
35440
- }
35441
- .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 {
35442
- background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35443
- box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35444
- border-radius: 6px;
35445
- }
35446
-
35447
- .E_s1wu0lms .ant-menu-item-group-title {
35448
- white-space: nowrap;
35449
- transition: all 0s;
35450
- }
35451
- .E_s1wu0lms.shrink {
35452
- transition: all 0s;
35453
- overflow: hidden;
35454
- }
35455
- .E_s1wu0lms.shrink .ant-menu-item-group-title {
35456
- visibility: hidden;
35457
- }
35458
- .E_s1wu0lms.shrink .ant-menu-item {
35459
- width: 36px;
35460
- padding: 0 6px;
35549
+ justify-content: flex-end;
35461
35550
  }
35462
35551
 
35463
- .E_n1ugzfva {
35552
+ .E_b1ctd5xy {
35464
35553
  display: flex;
35465
- place-items: center;
35466
- width: 100% !important;
35467
- }
35468
- .E_n1ugzfva[disabled] {
35469
- color: rgba(0, 0, 0, 0.25) !important;
35470
- opacity: 1 !important;
35554
+ align-items: center;
35555
+ width: calc(100% - 40px);
35471
35556
  }
35472
- .E_n1ugzfva.ant-btn {
35557
+ .E_b1ctd5xy .chart {
35558
+ display: inline-block;
35473
35559
  width: 100%;
35474
- color: #00122e;
35475
- }
35476
- .E_n1ugzfva .icon-wrapper {
35477
- margin-right: 12px;
35478
- }
35479
- .E_n1ugzfva .link-title {
35480
- flex: 1;
35481
- overflow: hidden;
35482
- white-space: nowrap;
35483
- text-overflow: ellipsis;
35484
- text-align: left;
35485
35560
  }
35486
35561
 
35487
- .E_s1iv0tp1 .enabled-switch {
35488
- display: flex;
35489
- align-items: center;
35562
+ .E_u1p8acpn {
35563
+ min-width: 40px;
35490
35564
  }
35491
- .E_s1iv0tp1 .enabled-text {
35492
- margin-right: 8px;
35565
+ .E_u1p8acpn .unit {
35566
+ color: #00122e !important;
35493
35567
  }
35494
35568
 
35495
35569
  .E_t160l1cm {
@@ -35694,28 +35768,60 @@ span.E_tqjc4ui {
35694
35768
  color: #0080ff;
35695
35769
  background: transparent;
35696
35770
  }
35697
-
35698
- .E_wg1tsps {
35699
- display: flex;
35700
- align-items: center;
35701
- justify-content: flex-end;
35771
+
35772
+ .E_s1iv0tp1 .enabled-switch {
35773
+ display: flex;
35774
+ align-items: center;
35775
+ }
35776
+ .E_s1iv0tp1 .enabled-text {
35777
+ margin-right: 8px;
35778
+ }
35779
+
35780
+ .E_h1ol2wl7 {
35781
+ font-weight: bold;
35782
+ background-color: unset;
35783
+ padding: unset;
35784
+ }
35785
+
35786
+ .E_i5w779o {
35787
+ padding: 8px 0;
35788
+ }
35789
+ .E_i5w779o .col-label {
35790
+ flex-shrink: unset;
35791
+ }
35792
+ .E_i5w779o .col-label * {
35793
+ line-height: 18px;
35794
+ }
35795
+ .E_i5w779o .col-content {
35796
+ flex: 1 1 0;
35797
+ display: flex;
35798
+ align-items: center;
35799
+ }
35800
+ .E_i5w779o .col-content * {
35801
+ line-height: 18px;
35802
+ }
35803
+
35804
+ .E_l18dja44 {
35805
+ padding: 6px 0;
35806
+ }
35807
+ .E_l18dja44 .col-label * {
35808
+ font-size: 13px;
35809
+ line-height: 20px;
35810
+ }
35811
+ .E_l18dja44 .col-content * {
35812
+ font-size: 14px;
35813
+ line-height: 20px;
35702
35814
  }
35703
35815
 
35704
- .E_b1ctd5xy {
35816
+ .E_c8c2hys {
35705
35817
  display: flex;
35706
- align-items: center;
35707
- width: calc(100% - 40px);
35708
- }
35709
- .E_b1ctd5xy .chart {
35710
- display: inline-block;
35711
- width: 100%;
35818
+ justify-content: space-between;
35819
+ flex: 1;
35820
+ min-width: 0;
35712
35821
  }
35713
35822
 
35714
- .E_u1p8acpn {
35715
- min-width: 40px;
35716
- }
35717
- .E_u1p8acpn .unit {
35718
- color: #00122e !important;
35823
+ .E_n4m6c4d {
35824
+ color: rgba(0, 21, 64, 0.3);
35719
35825
  }
35720
35826
 
35721
35827
  .E_cyms3br {
@@ -35771,53 +35877,6 @@ span.E_tqjc4ui {
35771
35877
  justify-content: center;
35772
35878
  }
35773
35879
 
35774
- .E_h1ol2wl7 {
35775
- font-weight: bold;
35776
- background-color: unset;
35777
- padding: unset;
35778
- }
35779
-
35780
- .E_i5w779o {
35781
- padding: 8px 0;
35782
- }
35783
- .E_i5w779o .col-label {
35784
- flex-shrink: unset;
35785
- }
35786
- .E_i5w779o .col-label * {
35787
- line-height: 18px;
35788
- }
35789
- .E_i5w779o .col-content {
35790
- flex: 1 1 0;
35791
- display: flex;
35792
- align-items: center;
35793
- }
35794
- .E_i5w779o .col-content * {
35795
- line-height: 18px;
35796
- }
35797
-
35798
- .E_l18dja44 {
35799
- padding: 6px 0;
35800
- }
35801
- .E_l18dja44 .col-label * {
35802
- font-size: 13px;
35803
- line-height: 20px;
35804
- }
35805
- .E_l18dja44 .col-content * {
35806
- font-size: 14px;
35807
- line-height: 20px;
35808
- }
35809
-
35810
- .E_c8c2hys {
35811
- display: flex;
35812
- justify-content: space-between;
35813
- flex: 1;
35814
- min-width: 0;
35815
- }
35816
-
35817
- .E_n4m6c4d {
35818
- color: rgba(0, 21, 64, 0.3);
35819
- }
35820
-
35821
35880
  .E_kr6am0s .ant-modal-body {
35822
35881
  padding: 60px 128px;
35823
35882
  }
@@ -35881,97 +35940,6 @@ span.E_tqjc4ui {
35881
35940
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
35882
35941
  }
35883
35942
 
35884
- .E_c1ss4prm {
35885
- color: rgba(44, 56, 82, 0.6);
35886
- }
35887
- .E_c1ss4prm li {
35888
- margin-bottom: 4px;
35889
- }
35890
- .E_c1ss4prm li:last-child {
35891
- margin-bottom: 0;
35892
- }
35893
-
35894
- .E_ms3tlei {
35895
- background: rgba(225, 230, 241, 0.6);
35896
- padding: 8px;
35897
- border-radius: 6px;
35898
- color: rgba(44, 56, 82, 0.6);
35899
- }
35900
- .E_ms3tlei li {
35901
- margin-bottom: 4px;
35902
- }
35903
- .E_ms3tlei li:last-child {
35904
- margin-bottom: 0;
35905
- }
35906
-
35907
- .E_du44iy7 {
35908
- margin-bottom: 4px;
35909
- }
35910
-
35911
- .E_s1qmhanr {
35912
- color: rgba(44, 56, 82, 0.6);
35913
- margin-bottom: 8px;
35914
- }
35915
-
35916
- .E_drje1h0 {
35917
- height: 1px;
35918
- background: #e4e9f2;
35919
- margin: 16px 0;
35920
- }
35921
-
35922
- .E_c14ouk5o {
35923
- width: 100%;
35924
- height: 100%;
35925
- display: flex;
35926
- font-size: 12px;
35927
- line-height: 18px;
35928
- padding: 8px 0;
35929
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35930
- }
35931
- .E_c14ouk5o:last-of-type {
35932
- box-shadow: none;
35933
- padding-bottom: 0;
35934
- }
35935
- .E_c14ouk5o.collapsed {
35936
- flex-direction: column;
35937
- }
35938
- .E_c14ouk5o.collapsed .collapsed-content {
35939
- display: flex;
35940
- }
35941
- .E_c14ouk5o.collapsed .collapsed-content > span {
35942
- flex: 1;
35943
- display: flex;
35944
- justify-content: space-between;
35945
- }
35946
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
35947
- height: auto;
35948
- }
35949
- .E_c14ouk5o.collapsed .extra-content {
35950
- margin-left: 162px;
35951
- }
35952
- .E_c14ouk5o .col-label {
35953
- width: 216px;
35954
- color: rgba(44, 56, 82, 0.6);
35955
- margin-right: 12px;
35956
- flex-shrink: 0;
35957
- }
35958
- .E_c14ouk5o .col-content {
35959
- color: #2d3a56;
35960
- /* make btn link in info row have the same height as normal text */
35961
- }
35962
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
35963
- height: auto;
35964
- }
35965
-
35966
- .E_cevhqx7 {
35967
- color: #00122e;
35968
- }
35969
-
35970
- .E_snbqlt4 {
35971
- margin-top: 8px;
35972
- color: rgba(44, 56, 82, 0.6);
35973
- }
35974
-
35975
35943
  .E_c1kchka8 {
35976
35944
  height: 100%;
35977
35945
  width: 100%;
@@ -36464,6 +36432,97 @@ span.E_tqjc4ui {
36464
36432
  padding: 0;
36465
36433
  }
36466
36434
 
36435
+ .E_c14ouk5o {
36436
+ width: 100%;
36437
+ height: 100%;
36438
+ display: flex;
36439
+ font-size: 12px;
36440
+ line-height: 18px;
36441
+ padding: 8px 0;
36442
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36443
+ }
36444
+ .E_c14ouk5o:last-of-type {
36445
+ box-shadow: none;
36446
+ padding-bottom: 0;
36447
+ }
36448
+ .E_c14ouk5o.collapsed {
36449
+ flex-direction: column;
36450
+ }
36451
+ .E_c14ouk5o.collapsed .collapsed-content {
36452
+ display: flex;
36453
+ }
36454
+ .E_c14ouk5o.collapsed .collapsed-content > span {
36455
+ flex: 1;
36456
+ display: flex;
36457
+ justify-content: space-between;
36458
+ }
36459
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36460
+ height: auto;
36461
+ }
36462
+ .E_c14ouk5o.collapsed .extra-content {
36463
+ margin-left: 162px;
36464
+ }
36465
+ .E_c14ouk5o .col-label {
36466
+ width: 216px;
36467
+ color: rgba(44, 56, 82, 0.6);
36468
+ margin-right: 12px;
36469
+ flex-shrink: 0;
36470
+ }
36471
+ .E_c14ouk5o .col-content {
36472
+ color: #2d3a56;
36473
+ /* make btn link in info row have the same height as normal text */
36474
+ }
36475
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36476
+ height: auto;
36477
+ }
36478
+
36479
+ .E_cevhqx7 {
36480
+ color: #00122e;
36481
+ }
36482
+
36483
+ .E_snbqlt4 {
36484
+ margin-top: 8px;
36485
+ color: rgba(44, 56, 82, 0.6);
36486
+ }
36487
+
36488
+ .E_c1ss4prm {
36489
+ color: rgba(44, 56, 82, 0.6);
36490
+ }
36491
+ .E_c1ss4prm li {
36492
+ margin-bottom: 4px;
36493
+ }
36494
+ .E_c1ss4prm li:last-child {
36495
+ margin-bottom: 0;
36496
+ }
36497
+
36498
+ .E_ms3tlei {
36499
+ background: rgba(225, 230, 241, 0.6);
36500
+ padding: 8px;
36501
+ border-radius: 6px;
36502
+ color: rgba(44, 56, 82, 0.6);
36503
+ }
36504
+ .E_ms3tlei li {
36505
+ margin-bottom: 4px;
36506
+ }
36507
+ .E_ms3tlei li:last-child {
36508
+ margin-bottom: 0;
36509
+ }
36510
+
36511
+ .E_du44iy7 {
36512
+ margin-bottom: 4px;
36513
+ }
36514
+
36515
+ .E_s1qmhanr {
36516
+ color: rgba(44, 56, 82, 0.6);
36517
+ margin-bottom: 8px;
36518
+ }
36519
+
36520
+ .E_drje1h0 {
36521
+ height: 1px;
36522
+ background: #e4e9f2;
36523
+ margin: 16px 0;
36524
+ }
36525
+
36467
36526
  .E_l12xdkhl {
36468
36527
  width: 64px;
36469
36528
  height: 64px;