@cloudtower/eagle 0.34.18 → 0.34.19

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.
package/dist/style.css CHANGED
@@ -30015,6 +30015,28 @@ body {
30015
30015
  border-radius: unset;
30016
30016
  }
30017
30017
 
30018
+ .E_c1uzzomf {
30019
+ margin-bottom: 16px;
30020
+ }
30021
+ .E_c1uzzomf .card-title {
30022
+ font-size: 16px;
30023
+ color: rgba(44, 56, 82, 0.6);
30024
+ font-weight: 700;
30025
+ line-height: 32px;
30026
+ }
30027
+ .E_c1uzzomf .card-body {
30028
+ padding: 24px;
30029
+ border-radius: 8px;
30030
+ background: #fff;
30031
+ }
30032
+ .E_c1uzzomf .empty {
30033
+ font-weight: 700;
30034
+ font-size: 14px;
30035
+ line-height: 22px;
30036
+ color: rgba(0, 21, 64, 0.3);
30037
+ text-align: center;
30038
+ }
30039
+
30018
30040
  .E_d1bw7c5z {
30019
30041
  position: relative;
30020
30042
  max-width: 388px;
@@ -30098,26 +30120,50 @@ body {
30098
30120
  width: 102px;
30099
30121
  }
30100
30122
 
30101
- .E_c1uzzomf {
30102
- margin-bottom: 16px;
30103
- }
30104
- .E_c1uzzomf .card-title {
30105
- font-size: 16px;
30123
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30124
+ padding: 4px 8px 0 8px;
30106
30125
  color: rgba(44, 56, 82, 0.6);
30107
- font-weight: 700;
30108
- line-height: 32px;
30126
+ font-size: 12px;
30109
30127
  }
30110
- .E_c1uzzomf .card-body {
30111
- padding: 24px;
30112
- border-radius: 8px;
30113
- background: #fff;
30128
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30129
+ padding-bottom: 6px;
30114
30130
  }
30115
- .E_c1uzzomf .empty {
30116
- font-weight: 700;
30117
- font-size: 14px;
30118
- line-height: 22px;
30119
- color: rgba(0, 21, 64, 0.3);
30120
- text-align: center;
30131
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30132
+ padding-top: 4px;
30133
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30134
+ }
30135
+
30136
+ .E_iouxfgt {
30137
+ display: inline-flex;
30138
+ align-items: center;
30139
+ }
30140
+ .E_iouxfgt .icon-inner {
30141
+ display: inline-flex;
30142
+ align-items: center;
30143
+ justify-content: center;
30144
+ }
30145
+ .E_iouxfgt .icon-inner + span,
30146
+ .E_iouxfgt span + .icon-inner.suffix {
30147
+ margin-left: 4px;
30148
+ }
30149
+ .E_iouxfgt.is-rotate img,
30150
+ .E_iouxfgt.is-rotate svg {
30151
+ animation: rotate 680ms linear infinite;
30152
+ }
30153
+
30154
+ .E_fzh9mnb {
30155
+ width: 100%;
30156
+ height: 100%;
30157
+ min-height: 124px;
30158
+ display: flex;
30159
+ flex-direction: column;
30160
+ justify-content: center;
30161
+ align-items: center;
30162
+ }
30163
+ .E_fzh9mnb .error-text {
30164
+ color: rgba(10, 37, 85, 0.6);
30165
+ margin-bottom: 16px;
30166
+ font-size: 18px;
30121
30167
  }
30122
30168
 
30123
30169
  .E_f7pxqmh {
@@ -30170,52 +30216,6 @@ body {
30170
30216
  border-top-right-radius: 5px;
30171
30217
  }
30172
30218
 
30173
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30174
- padding: 4px 8px 0 8px;
30175
- color: rgba(44, 56, 82, 0.6);
30176
- font-size: 12px;
30177
- }
30178
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30179
- padding-bottom: 6px;
30180
- }
30181
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30182
- padding-top: 4px;
30183
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30184
- }
30185
-
30186
- .E_fzh9mnb {
30187
- width: 100%;
30188
- height: 100%;
30189
- min-height: 124px;
30190
- display: flex;
30191
- flex-direction: column;
30192
- justify-content: center;
30193
- align-items: center;
30194
- }
30195
- .E_fzh9mnb .error-text {
30196
- color: rgba(10, 37, 85, 0.6);
30197
- margin-bottom: 16px;
30198
- font-size: 18px;
30199
- }
30200
-
30201
- .E_iouxfgt {
30202
- display: inline-flex;
30203
- align-items: center;
30204
- }
30205
- .E_iouxfgt .icon-inner {
30206
- display: inline-flex;
30207
- align-items: center;
30208
- justify-content: center;
30209
- }
30210
- .E_iouxfgt .icon-inner + span,
30211
- .E_iouxfgt span + .icon-inner.suffix {
30212
- margin-left: 4px;
30213
- }
30214
- .E_iouxfgt.is-rotate img,
30215
- .E_iouxfgt.is-rotate svg {
30216
- animation: rotate 680ms linear infinite;
30217
- }
30218
-
30219
30219
  .E_ai7qkf2 .ant-input-number-handler-wrap {
30220
30220
  display: var(--ai7qkf2-0);
30221
30221
  }
@@ -30327,6 +30327,15 @@ body {
30327
30327
  margin-right: 4px;
30328
30328
  }
30329
30329
 
30330
+ .E_owd0kml {
30331
+ display: inline-block;
30332
+ }
30333
+
30334
+ .E_h1jsgezc {
30335
+ visibility: hidden;
30336
+ position: absolute;
30337
+ }
30338
+
30330
30339
  .E_phljevk {
30331
30340
  display: flex;
30332
30341
  justify-content: space-between;
@@ -30384,15 +30393,6 @@ body {
30384
30393
  line-height: 18px;
30385
30394
  }
30386
30395
 
30387
- .E_owd0kml {
30388
- display: inline-block;
30389
- }
30390
-
30391
- .E_h1jsgezc {
30392
- visibility: hidden;
30393
- position: absolute;
30394
- }
30395
-
30396
30396
  .E_i11gg7mj .ant-input-prefix {
30397
30397
  margin-right: 8px;
30398
30398
  }
@@ -30419,65 +30419,6 @@ body {
30419
30419
  cursor: not-allowed;
30420
30420
  }
30421
30421
 
30422
- .E_tju3gfj .date {
30423
- margin-right: 4px;
30424
- }
30425
-
30426
- .E_s1dizucg.ant-switch {
30427
- min-width: 40px;
30428
- height: 24px;
30429
- background: rgba(172, 186, 211, 0.6);
30430
- overflow: hidden;
30431
- }
30432
- .E_s1dizucg.ant-switch:focus {
30433
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30434
- }
30435
- .E_s1dizucg.ant-switch-small {
30436
- min-width: 26px;
30437
- height: 16px;
30438
- }
30439
- .E_s1dizucg.ant-switch-large {
30440
- min-width: 52px;
30441
- height: 32px;
30442
- }
30443
- .E_s1dizucg.ant-switch .ant-switch-handle {
30444
- height: 20px;
30445
- width: 20px;
30446
- }
30447
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30448
- border-radius: 10px;
30449
- transition-delay: 120ms;
30450
- }
30451
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30452
- height: 14px;
30453
- width: 14px;
30454
- top: 1px;
30455
- left: 1px;
30456
- }
30457
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30458
- height: 28px;
30459
- width: 28px;
30460
- }
30461
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30462
- border-radius: 14px;
30463
- }
30464
- .E_s1dizucg.ant-switch-checked {
30465
- background-color: #00ba5d;
30466
- }
30467
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30468
- left: calc(100% - 20px - 2px);
30469
- }
30470
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30471
- left: calc(100% - 14px - 1px);
30472
- }
30473
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30474
- left: calc(100% - 28px - 2px);
30475
- }
30476
-
30477
- .E_c1up6e3y {
30478
- margin-left: 5px;
30479
- }
30480
-
30481
30422
  .E_rapgekc.ant-radio-wrapper {
30482
30423
  display: inline-flex;
30483
30424
  align-items: baseline;
@@ -30624,46 +30565,236 @@ body {
30624
30565
  width: 36px;
30625
30566
  }
30626
30567
 
30627
- .E_cnujxq2 {
30628
- display: flex;
30629
- flex-direction: column;
30630
- }
30631
-
30632
- .E_m7s48ia {
30633
- max-width: 1120px;
30634
- width: 100%;
30635
- margin: 0 auto;
30636
- height: 100%;
30568
+ .E_s1dizucg.ant-switch {
30569
+ min-width: 40px;
30570
+ height: 24px;
30571
+ background: rgba(172, 186, 211, 0.6);
30572
+ overflow: hidden;
30637
30573
  }
30638
-
30639
- .E_wt5zbg6 {
30640
- max-width: 1120px;
30641
- width: 100%;
30642
- margin: 0 auto;
30643
- display: flex;
30574
+ .E_s1dizucg.ant-switch:focus {
30575
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30644
30576
  }
30645
- .E_wt5zbg6 .left,
30646
- .E_wt5zbg6 .right {
30647
- flex-grow: 0;
30648
- flex-shrink: 0;
30649
- flex-basis: 21%;
30577
+ .E_s1dizucg.ant-switch-small {
30578
+ min-width: 26px;
30579
+ height: 16px;
30650
30580
  }
30651
- .E_wt5zbg6 .left {
30652
- display: flex;
30653
- justify-content: flex-end;
30654
- padding-right: 44px;
30581
+ .E_s1dizucg.ant-switch-large {
30582
+ min-width: 52px;
30583
+ height: 32px;
30655
30584
  }
30656
- .E_wt5zbg6 .right {
30657
- padding-left: 44px;
30585
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30586
+ height: 20px;
30587
+ width: 20px;
30658
30588
  }
30659
- .E_wt5zbg6 .middle {
30660
- margin-bottom: 40px;
30661
- flex-grow: 0;
30662
- flex-shrink: 0;
30663
- flex-basis: 58%;
30664
- overflow: hidden;
30589
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30590
+ border-radius: 10px;
30591
+ transition-delay: 120ms;
30665
30592
  }
30666
- .E_wt5zbg6 .middle .form-base-field {
30593
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30594
+ height: 14px;
30595
+ width: 14px;
30596
+ top: 1px;
30597
+ left: 1px;
30598
+ }
30599
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30600
+ height: 28px;
30601
+ width: 28px;
30602
+ }
30603
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30604
+ border-radius: 14px;
30605
+ }
30606
+ .E_s1dizucg.ant-switch-checked {
30607
+ background-color: #00ba5d;
30608
+ }
30609
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30610
+ left: calc(100% - 20px - 2px);
30611
+ }
30612
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30613
+ left: calc(100% - 14px - 1px);
30614
+ }
30615
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30616
+ left: calc(100% - 28px - 2px);
30617
+ }
30618
+
30619
+ .E_c1up6e3y {
30620
+ margin-left: 5px;
30621
+ }
30622
+
30623
+ .E_c1bus5hc {
30624
+ --color: white;
30625
+ height: 14px;
30626
+ width: 14px;
30627
+ border-radius: 50%;
30628
+ flex-shrink: 0;
30629
+ display: flex;
30630
+ align-items: center;
30631
+ justify-content: center;
30632
+ border: 1px solid var(--color);
30633
+ }
30634
+ .E_c1bus5hc .circle-inner {
30635
+ position: relative;
30636
+ height: 10px;
30637
+ width: 10px;
30638
+ border-radius: 50%;
30639
+ overflow: hidden;
30640
+ }
30641
+ .E_c1bus5hc .circle-content {
30642
+ position: absolute;
30643
+ height: 100%;
30644
+ width: 100%;
30645
+ left: 0;
30646
+ top: 0;
30647
+ border-radius: 50%;
30648
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30649
+ transform: rotate(180deg);
30650
+ }
30651
+ .E_c1bus5hc .circle-child {
30652
+ position: absolute;
30653
+ height: 100%;
30654
+ width: 100%;
30655
+ left: 0;
30656
+ top: 0;
30657
+ margin-left: 50%;
30658
+ transform-origin: left;
30659
+ background: white;
30660
+ transform: rotate(0deg);
30661
+ }
30662
+
30663
+ .E_ivqqkzv {
30664
+ height: 24px;
30665
+ width: 56px !important;
30666
+ margin-right: 4px;
30667
+ }
30668
+
30669
+ .E_c1wk4q29 {
30670
+ color: rgba(44, 56, 82, 0.6);
30671
+ }
30672
+
30673
+ .E_tju3gfj .date {
30674
+ margin-right: 4px;
30675
+ }
30676
+
30677
+ .E_s1dni7lo {
30678
+ width: 430px !important;
30679
+ }
30680
+
30681
+ .E_d1wwmmm5 .ant-select-item-group {
30682
+ padding: 8px 16px;
30683
+ line-height: 18px;
30684
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30685
+ height: 34px;
30686
+ min-height: 34px;
30687
+ box-sizing: border-box;
30688
+ margin-top: 8px;
30689
+ }
30690
+
30691
+ .E_o1ugr09p {
30692
+ display: flex;
30693
+ flex-direction: column;
30694
+ margin: 1px 8px;
30695
+ padding: 8px;
30696
+ border-radius: 4px;
30697
+ }
30698
+ .E_o1ugr09p .selected-icon {
30699
+ display: none;
30700
+ }
30701
+ .E_o1ugr09p.ant-select-item-option-grouped {
30702
+ padding-left: 8px;
30703
+ }
30704
+ .E_o1ugr09p.ant-select-item-option-selected {
30705
+ background-color: white;
30706
+ }
30707
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30708
+ color: #0080ff;
30709
+ }
30710
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30711
+ display: block;
30712
+ }
30713
+ .E_o1ugr09p.ant-select-item-option-active {
30714
+ background: rgba(0, 136, 255, 0.16);
30715
+ }
30716
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30717
+ color: #0080ff;
30718
+ }
30719
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30720
+ background: rgba(0, 136, 255, 0.1);
30721
+ color: #0080ff;
30722
+ }
30723
+
30724
+ .E_o1ifxsq4 {
30725
+ display: flex;
30726
+ justify-content: space-between;
30727
+ height: 20px;
30728
+ line-height: 20px;
30729
+ }
30730
+ .E_o1ifxsq4 .timezone-title {
30731
+ color: #2d3a56;
30732
+ overflow: hidden;
30733
+ text-overflow: ellipsis;
30734
+ }
30735
+
30736
+ .E_o1zue7 {
30737
+ display: flex;
30738
+ justify-content: space-between;
30739
+ color: rgba(44, 56, 82, 0.6);
30740
+ height: 18px;
30741
+ line-height: 18px;
30742
+ margin-top: 2px;
30743
+ }
30744
+
30745
+ .E_tyfmlxg {
30746
+ border: none;
30747
+ margin-right: 0;
30748
+ background: rgba(225, 230, 241, 0.6);
30749
+ }
30750
+
30751
+ .E_o18uybox {
30752
+ pointer-events: none;
30753
+ height: 32px;
30754
+ width: 100%;
30755
+ opacity: 0;
30756
+ }
30757
+
30758
+ .E_cnujxq2 {
30759
+ display: flex;
30760
+ flex-direction: column;
30761
+ }
30762
+
30763
+ .E_m7s48ia {
30764
+ max-width: 1120px;
30765
+ width: 100%;
30766
+ margin: 0 auto;
30767
+ height: 100%;
30768
+ }
30769
+
30770
+ .E_wt5zbg6 {
30771
+ max-width: 1120px;
30772
+ width: 100%;
30773
+ margin: 0 auto;
30774
+ display: flex;
30775
+ }
30776
+ .E_wt5zbg6 .left,
30777
+ .E_wt5zbg6 .right {
30778
+ flex-grow: 0;
30779
+ flex-shrink: 0;
30780
+ flex-basis: 21%;
30781
+ }
30782
+ .E_wt5zbg6 .left {
30783
+ display: flex;
30784
+ justify-content: flex-end;
30785
+ padding-right: 44px;
30786
+ }
30787
+ .E_wt5zbg6 .right {
30788
+ padding-left: 44px;
30789
+ }
30790
+ .E_wt5zbg6 .middle {
30791
+ margin-bottom: 40px;
30792
+ flex-grow: 0;
30793
+ flex-shrink: 0;
30794
+ flex-basis: 58%;
30795
+ overflow: hidden;
30796
+ }
30797
+ .E_wt5zbg6 .middle .form-base-field {
30667
30798
  width: 100%;
30668
30799
  }
30669
30800
  .E_wt5zbg6 .middle .form-base-field .form-base-field {
@@ -31314,56 +31445,6 @@ input.E_rf8rlle.ant-input {
31314
31445
  color: rgba(44, 56, 82, 0.7490196078);
31315
31446
  }
31316
31447
 
31317
- .E_ivqqkzv {
31318
- height: 24px;
31319
- width: 56px !important;
31320
- margin-right: 4px;
31321
- }
31322
-
31323
- .E_c1wk4q29 {
31324
- color: rgba(44, 56, 82, 0.6);
31325
- }
31326
-
31327
- .E_c1bus5hc {
31328
- --color: white;
31329
- height: 14px;
31330
- width: 14px;
31331
- border-radius: 50%;
31332
- flex-shrink: 0;
31333
- display: flex;
31334
- align-items: center;
31335
- justify-content: center;
31336
- border: 1px solid var(--color);
31337
- }
31338
- .E_c1bus5hc .circle-inner {
31339
- position: relative;
31340
- height: 10px;
31341
- width: 10px;
31342
- border-radius: 50%;
31343
- overflow: hidden;
31344
- }
31345
- .E_c1bus5hc .circle-content {
31346
- position: absolute;
31347
- height: 100%;
31348
- width: 100%;
31349
- left: 0;
31350
- top: 0;
31351
- border-radius: 50%;
31352
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31353
- transform: rotate(180deg);
31354
- }
31355
- .E_c1bus5hc .circle-child {
31356
- position: absolute;
31357
- height: 100%;
31358
- width: 100%;
31359
- left: 0;
31360
- top: 0;
31361
- margin-left: 50%;
31362
- transform-origin: left;
31363
- background: white;
31364
- transform: rotate(0deg);
31365
- }
31366
-
31367
31448
  .E_c1yyuluq {
31368
31449
  border-radius: 8px;
31369
31450
  }
@@ -31475,117 +31556,6 @@ input.E_rf8rlle.ant-input {
31475
31556
  background-color: #7E41FF;
31476
31557
  }
31477
31558
 
31478
- .E_s1dni7lo {
31479
- width: 430px !important;
31480
- }
31481
-
31482
- .E_d1wwmmm5 .ant-select-item-group {
31483
- padding: 8px 16px;
31484
- line-height: 18px;
31485
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31486
- height: 34px;
31487
- min-height: 34px;
31488
- box-sizing: border-box;
31489
- margin-top: 8px;
31490
- }
31491
-
31492
- .E_o1ugr09p {
31493
- display: flex;
31494
- flex-direction: column;
31495
- margin: 1px 8px;
31496
- padding: 8px;
31497
- border-radius: 4px;
31498
- }
31499
- .E_o1ugr09p .selected-icon {
31500
- display: none;
31501
- }
31502
- .E_o1ugr09p.ant-select-item-option-grouped {
31503
- padding-left: 8px;
31504
- }
31505
- .E_o1ugr09p.ant-select-item-option-selected {
31506
- background-color: white;
31507
- }
31508
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31509
- color: #0080ff;
31510
- }
31511
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31512
- display: block;
31513
- }
31514
- .E_o1ugr09p.ant-select-item-option-active {
31515
- background: rgba(0, 136, 255, 0.16);
31516
- }
31517
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31518
- color: #0080ff;
31519
- }
31520
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31521
- background: rgba(0, 136, 255, 0.1);
31522
- color: #0080ff;
31523
- }
31524
-
31525
- .E_o1ifxsq4 {
31526
- display: flex;
31527
- justify-content: space-between;
31528
- height: 20px;
31529
- line-height: 20px;
31530
- }
31531
- .E_o1ifxsq4 .timezone-title {
31532
- color: #2d3a56;
31533
- overflow: hidden;
31534
- text-overflow: ellipsis;
31535
- }
31536
-
31537
- .E_o1zue7 {
31538
- display: flex;
31539
- justify-content: space-between;
31540
- color: rgba(44, 56, 82, 0.6);
31541
- height: 18px;
31542
- line-height: 18px;
31543
- margin-top: 2px;
31544
- }
31545
-
31546
- .E_tyfmlxg {
31547
- border: none;
31548
- margin-right: 0;
31549
- background: rgba(225, 230, 241, 0.6);
31550
- }
31551
-
31552
- .E_o18uybox {
31553
- pointer-events: none;
31554
- height: 32px;
31555
- width: 100%;
31556
- opacity: 0;
31557
- }
31558
-
31559
- .E_a1b5xrg3 .user-icon-inner {
31560
- display: inline-flex;
31561
- align-items: center;
31562
- justify-content: center;
31563
- color: #fff;
31564
- font-weight: bold;
31565
- font-size: 12px;
31566
- width: 24px;
31567
- height: 24px;
31568
- border-radius: 50%;
31569
- background: var(--a1b5xrg3-0);
31570
- }
31571
- .E_a1b5xrg3.btn-item {
31572
- transition: all 160ms ease;
31573
- cursor: pointer;
31574
- width: 56px;
31575
- height: 40px;
31576
- display: inline-flex;
31577
- align-items: center;
31578
- justify-content: center;
31579
- border-radius: 6px;
31580
- }
31581
- .E_a1b5xrg3.btn-item:hover {
31582
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31583
- }
31584
- .E_a1b5xrg3.btn-item:active {
31585
- transform: translateY(2px);
31586
- transition: all 320ms ease;
31587
- }
31588
-
31589
31559
  .E_iq1gosr {
31590
31560
  display: inline-block;
31591
31561
  }
@@ -32065,6 +32035,36 @@ input.E_rf8rlle.ant-input {
32065
32035
  line-height: 12px;
32066
32036
  }
32067
32037
 
32038
+ .E_a1b5xrg3 .user-icon-inner {
32039
+ display: inline-flex;
32040
+ align-items: center;
32041
+ justify-content: center;
32042
+ color: #fff;
32043
+ font-weight: bold;
32044
+ font-size: 12px;
32045
+ width: 24px;
32046
+ height: 24px;
32047
+ border-radius: 50%;
32048
+ background: var(--a1b5xrg3-0);
32049
+ }
32050
+ .E_a1b5xrg3.btn-item {
32051
+ transition: all 160ms ease;
32052
+ cursor: pointer;
32053
+ width: 56px;
32054
+ height: 40px;
32055
+ display: inline-flex;
32056
+ align-items: center;
32057
+ justify-content: center;
32058
+ border-radius: 6px;
32059
+ }
32060
+ .E_a1b5xrg3.btn-item:hover {
32061
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32062
+ }
32063
+ .E_a1b5xrg3.btn-item:active {
32064
+ transform: translateY(2px);
32065
+ transition: all 320ms ease;
32066
+ }
32067
+
32068
32068
  .E_m196gn1d {
32069
32069
  min-width: 1280px;
32070
32070
  }
@@ -32080,43 +32080,6 @@ input.E_rf8rlle.ant-input {
32080
32080
  visibility: hidden;
32081
32081
  }
32082
32082
 
32083
- .E_b1lj76ty {
32084
- width: 100%;
32085
- height: 100%;
32086
- margin: 0 auto;
32087
- display: flex;
32088
- flex-direction: column;
32089
- align-items: center;
32090
- justify-content: center;
32091
- color: rgba(0, 21, 64, 0.3);
32092
- }
32093
- .E_b1lj76ty.large {
32094
- max-width: 648px;
32095
- }
32096
- .E_b1lj76ty.medium {
32097
- max-width: 412px;
32098
- }
32099
- .E_b1lj76ty.gray {
32100
- background-color: rgba(237, 241, 250, 0.6);
32101
- }
32102
- .E_b1lj76ty.white {
32103
- background-color: rgba(255, 255, 255, 0.6);
32104
- }
32105
- .E_b1lj76ty .title {
32106
- margin-bottom: 4px;
32107
- }
32108
- .E_b1lj76ty .title,
32109
- .E_b1lj76ty .desc {
32110
- word-break: break-all;
32111
- text-align: center;
32112
- }
32113
- .E_b1lj76ty .action-button.middle {
32114
- margin-top: 16px;
32115
- }
32116
- .E_b1lj76ty .action-button.small {
32117
- margin-top: 8px;
32118
- }
32119
-
32120
32083
  .E_hrhfj7c {
32121
32084
  display: none;
32122
32085
  }
@@ -32336,6 +32299,43 @@ input.E_rf8rlle.ant-input {
32336
32299
  font-size: 14px;
32337
32300
  }
32338
32301
 
32302
+ .E_b1lj76ty {
32303
+ width: 100%;
32304
+ height: 100%;
32305
+ margin: 0 auto;
32306
+ display: flex;
32307
+ flex-direction: column;
32308
+ align-items: center;
32309
+ justify-content: center;
32310
+ color: rgba(0, 21, 64, 0.3);
32311
+ }
32312
+ .E_b1lj76ty.large {
32313
+ max-width: 648px;
32314
+ }
32315
+ .E_b1lj76ty.medium {
32316
+ max-width: 412px;
32317
+ }
32318
+ .E_b1lj76ty.gray {
32319
+ background-color: rgba(237, 241, 250, 0.6);
32320
+ }
32321
+ .E_b1lj76ty.white {
32322
+ background-color: rgba(255, 255, 255, 0.6);
32323
+ }
32324
+ .E_b1lj76ty .title {
32325
+ margin-bottom: 4px;
32326
+ }
32327
+ .E_b1lj76ty .title,
32328
+ .E_b1lj76ty .desc {
32329
+ word-break: break-all;
32330
+ text-align: center;
32331
+ }
32332
+ .E_b1lj76ty .action-button.middle {
32333
+ margin-top: 16px;
32334
+ }
32335
+ .E_b1lj76ty .action-button.small {
32336
+ margin-top: 8px;
32337
+ }
32338
+
32339
32339
  .E_suhck3k {
32340
32340
  height: 24px;
32341
32341
  width: 24px;
@@ -32365,6 +32365,35 @@ input.E_rf8rlle.ant-input {
32365
32365
  margin-right: 6px;
32366
32366
  }
32367
32367
 
32368
+ .E_m5foqp8 {
32369
+ --footer-height: 96px;
32370
+ --modal-content-width: 720px;
32371
+ --modal-content-min-height: 200px;
32372
+ --modal-header-padding: 40px 60px 8px;
32373
+ --modal-content-padding-top: 24px;
32374
+ --modal-content-padding-bottom: 32px;
32375
+ --modal-content-padding-x: 60px;
32376
+ --modal-footer-padding: 0 60px;
32377
+ }
32378
+ .E_m5foqp8.content-full.ant-modal {
32379
+ height: calc(100vh - 80px);
32380
+ width: calc(100vw - 160px);
32381
+ }
32382
+ .E_m5foqp8.content-full.ant-modal .ant-modal-content {
32383
+ width: 100%;
32384
+ height: 100%;
32385
+ max-width: unset;
32386
+ max-height: unset;
32387
+ display: flex;
32388
+ flex-direction: column;
32389
+ }
32390
+ .E_m5foqp8.content-full.ant-modal .ant-modal-body {
32391
+ flex: 1;
32392
+ }
32393
+ .E_m5foqp8 .initializing-title {
32394
+ height: 32px;
32395
+ }
32396
+
32368
32397
  .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32369
32398
  border-radius: 6px;
32370
32399
  }
@@ -32422,46 +32451,8 @@ input.E_rf8rlle.ant-input {
32422
32451
  transform: rotate(180deg);
32423
32452
  }
32424
32453
 
32425
- .E_m5foqp8 {
32426
- --footer-height: 96px;
32427
- --modal-content-width: 720px;
32428
- --modal-content-min-height: 200px;
32429
- --modal-content-max-height: calc(100vh - 136px);
32430
- --modal-header-padding: 40px 60px 8px;
32431
- --modal-content-padding-top: 24px;
32432
- --modal-content-padding-bottom: 32px;
32433
- --modal-content-padding-x: 60px;
32434
- --modal-footer-padding: 0 60px;
32435
- }
32436
- .E_m5foqp8.content-full.ant-modal {
32437
- height: calc(100vh - 80px);
32438
- width: calc(100vw - 160px);
32439
- }
32440
- .E_m5foqp8.content-full.ant-modal .ant-modal-content {
32441
- width: 100%;
32442
- height: 100%;
32443
- max-width: unset;
32444
- max-height: unset;
32445
- display: flex;
32446
- flex-direction: column;
32447
- }
32448
- .E_m5foqp8.content-full.ant-modal .ant-modal-body {
32449
- flex: 1;
32450
- }
32451
- .E_m5foqp8 .initializing-title {
32452
- height: 32px;
32453
- }
32454
-
32455
- .E_ckaaqep {
32456
- background: rgba(172, 186, 211, 0.6);
32457
- content: "";
32458
- height: 100%;
32459
- margin: 0 6px;
32460
- width: 1px;
32461
- }
32462
-
32463
- .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32464
- opacity: 1;
32454
+ .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32455
+ opacity: 1;
32465
32456
  }
32466
32457
  .E_s4ivdfu.ant-select.select-loading-value {
32467
32458
  pointer-events: none;
@@ -32612,6 +32603,14 @@ input.E_rf8rlle.ant-input {
32612
32603
  flex-shrink: 0;
32613
32604
  }
32614
32605
 
32606
+ .E_ckaaqep {
32607
+ background: rgba(172, 186, 211, 0.6);
32608
+ content: "";
32609
+ height: 100%;
32610
+ margin: 0 6px;
32611
+ width: 1px;
32612
+ }
32613
+
32615
32614
  .E_h12yihis {
32616
32615
  height: 50px;
32617
32616
  border-bottom: 2px solid #edf0f7;
@@ -33008,6 +33007,41 @@ input.E_rf8rlle.ant-input {
33008
33007
  height: 16px;
33009
33008
  }
33010
33009
 
33010
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33011
+ margin-right: 2px;
33012
+ }
33013
+
33014
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33015
+ padding-left: 8px;
33016
+ padding-right: 8px;
33017
+ font-size: 12px;
33018
+ }
33019
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33020
+ border-radius: 4px;
33021
+ }
33022
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33023
+ border-radius: 4px;
33024
+ }
33025
+
33026
+ .E_ma64lna .antd5-segmented-item-label {
33027
+ padding-left: 12px;
33028
+ padding-right: 12px;
33029
+ }
33030
+
33031
+ .E_ckld275 {
33032
+ background-color: rgba(225, 230, 241, 0.6);
33033
+ }
33034
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33035
+ background-color: rgba(255, 255, 255, 0.6);
33036
+ color: rgba(44, 56, 82, 0.75);
33037
+ }
33038
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33039
+ background-color: transparent;
33040
+ }
33041
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33042
+ background-color: transparent;
33043
+ }
33044
+
33011
33045
  .E_r77hffu {
33012
33046
  display: flex;
33013
33047
  align-items: center;
@@ -33027,6 +33061,23 @@ input.E_rf8rlle.ant-input {
33027
33061
  margin-inline-end: unset;
33028
33062
  }
33029
33063
 
33064
+ .E_b14q2gmw {
33065
+ 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);
33066
+ }
33067
+
33068
+ .E_c1eym6el {
33069
+ border-radius: 8px;
33070
+ background-color: white;
33071
+ }
33072
+ .E_c1eym6el.hoverable {
33073
+ cursor: pointer;
33074
+ }
33075
+ .E_c1eym6el.hoverable:hover {
33076
+ transition: all 200ms ease;
33077
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33078
+ transform: translateY(-4px);
33079
+ }
33080
+
33030
33081
  .E_c1kghdax {
33031
33082
  color: #2d3a56;
33032
33083
  padding: 7px 12px;
@@ -33071,89 +33122,68 @@ input.E_rf8rlle.ant-input {
33071
33122
  padding: 0 12px 14px 12px;
33072
33123
  }
33073
33124
 
33074
- .E_b14q2gmw {
33075
- 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);
33076
- }
33077
-
33078
- .E_c1eym6el {
33079
- border-radius: 8px;
33080
- background-color: white;
33081
- }
33082
- .E_c1eym6el.hoverable {
33083
- cursor: pointer;
33084
- }
33085
- .E_c1eym6el.hoverable:hover {
33086
- transition: all 200ms ease;
33087
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33088
- transform: translateY(-4px);
33125
+ .E_ckui4s7 {
33126
+ color: #2d3a56;
33127
+ line-height: 22px;
33128
+ display: inline-flex;
33089
33129
  }
33090
-
33091
- .E_l1ucdodl {
33092
- margin: 0;
33093
- border-radius: 20px;
33094
- padding: 2px 10px;
33130
+ .E_ckui4s7 .ant-checkbox {
33095
33131
  height: 22px;
33096
33132
  display: flex;
33097
33133
  align-items: center;
33134
+ top: 0;
33098
33135
  }
33099
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
33100
- color: #FFFFFF;
33101
- }
33102
- .E_l1ucdodl.tag-hover {
33103
- cursor: pointer;
33104
- }
33105
- .E_l1ucdodl.ui-kit-status-legend {
33106
- color: #00122e;
33136
+ .E_ckui4s7 .ant-checkbox-checked::after {
33137
+ border: none;
33107
33138
  }
33108
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33109
- margin-right: 6px;
33139
+ .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
33140
+ border-color: #0080ff;
33110
33141
  }
33111
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33112
- margin-left: 8px;
33113
- color: rgba(44, 56, 82, 0.6);
33142
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
33143
+ border: 1px solid rgba(107, 128, 167, 0.6);
33114
33144
  }
33115
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33116
- color: #FFFFFF;
33145
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33146
+ border: 1px solid #0080ff;
33117
33147
  }
33118
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33119
- background-color: #0080ff;
33148
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33149
+ background: #0080ff;
33120
33150
  }
33121
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33122
- background-color: #f0483e;
33151
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33152
+ background-color: #fff;
33153
+ height: 2px;
33154
+ width: 10px;
33155
+ border-radius: 2px;
33123
33156
  }
33124
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33125
- background-color: #fea008;
33157
+ .E_ckui4s7.ant-checkbox-wrapper-disabled {
33158
+ opacity: 0.5;
33126
33159
  }
33127
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33128
- background-color: #00ba5d;
33160
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
33161
+ background: rgba(211, 218, 235, 0.6);
33162
+ border-color: rgba(107, 128, 167, 0.6) !important;
33129
33163
  }
33130
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33131
- background-color: #6b7d99;
33164
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
33165
+ border-color: #2d3a56;
33132
33166
  }
33133
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33134
- background-color: #7E41FF;
33167
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33168
+ background: #2d3a56;
33135
33169
  }
33136
-
33137
- .E_s1qj66nc {
33138
- width: 8px;
33139
- height: 8px;
33140
- border-radius: 50%;
33141
- display: inline-block;
33170
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33171
+ padding: 0;
33142
33172
  }
33143
-
33144
- .E_s5x1boq {
33145
- width: 8px;
33146
- height: 8px;
33147
- border-radius: 2px;
33173
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33148
33174
  display: inline-block;
33175
+ margin-left: 12px;
33176
+ color: #2d3a56;
33149
33177
  }
33150
-
33151
- .E_c1xm185 {
33178
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33179
+ margin-left: 28px;
33152
33180
  color: rgba(44, 56, 82, 0.6);
33153
33181
  }
33154
-
33155
- .E_c1x5l5qc {
33156
- flex: 1;
33182
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33183
+ margin-left: 8px;
33184
+ }
33185
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33186
+ margin-left: 24px;
33157
33187
  }
33158
33188
 
33159
33189
  button.E_l48ei06.ant-btn,
@@ -33208,318 +33238,72 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33208
33238
  color: rgba(44, 56, 82, 0.7490196078);
33209
33239
  }
33210
33240
 
33211
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33212
- margin-right: 2px;
33241
+ .E_l1ucdodl {
33242
+ margin: 0;
33243
+ border-radius: 20px;
33244
+ padding: 2px 10px;
33245
+ height: 22px;
33246
+ display: flex;
33247
+ align-items: center;
33213
33248
  }
33214
-
33215
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33216
- padding-left: 8px;
33217
- padding-right: 8px;
33218
- font-size: 12px;
33249
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
33250
+ color: #FFFFFF;
33219
33251
  }
33220
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33221
- border-radius: 4px;
33252
+ .E_l1ucdodl.tag-hover {
33253
+ cursor: pointer;
33222
33254
  }
33223
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33224
- border-radius: 4px;
33255
+ .E_l1ucdodl.ui-kit-status-legend {
33256
+ color: #00122e;
33225
33257
  }
33226
-
33227
- .E_ma64lna .antd5-segmented-item-label {
33228
- padding-left: 12px;
33229
- padding-right: 12px;
33258
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33259
+ margin-right: 6px;
33230
33260
  }
33231
-
33232
- .E_ckld275 {
33233
- background-color: rgba(225, 230, 241, 0.6);
33261
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33262
+ margin-left: 8px;
33263
+ color: rgba(44, 56, 82, 0.6);
33234
33264
  }
33235
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33236
- background-color: rgba(255, 255, 255, 0.6);
33237
- color: rgba(44, 56, 82, 0.75);
33265
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33266
+ color: #FFFFFF;
33238
33267
  }
33239
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33240
- background-color: transparent;
33268
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33269
+ background-color: #0080ff;
33241
33270
  }
33242
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33243
- background-color: transparent;
33271
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33272
+ background-color: #f0483e;
33244
33273
  }
33245
-
33246
- .E_ckui4s7 {
33247
- color: #2d3a56;
33248
- line-height: 22px;
33249
- display: inline-flex;
33274
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33275
+ background-color: #fea008;
33250
33276
  }
33251
- .E_ckui4s7 .ant-checkbox {
33252
- height: 22px;
33253
- display: flex;
33254
- align-items: center;
33255
- top: 0;
33277
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33278
+ background-color: #00ba5d;
33256
33279
  }
33257
- .E_ckui4s7 .ant-checkbox-checked::after {
33258
- border: none;
33259
- }
33260
- .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
33261
- border-color: #0080ff;
33262
- }
33263
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
33264
- border: 1px solid rgba(107, 128, 167, 0.6);
33265
- }
33266
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33267
- border: 1px solid #0080ff;
33268
- }
33269
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33270
- background: #0080ff;
33271
- }
33272
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33273
- background-color: #fff;
33274
- height: 2px;
33275
- width: 10px;
33276
- border-radius: 2px;
33277
- }
33278
- .E_ckui4s7.ant-checkbox-wrapper-disabled {
33279
- opacity: 0.5;
33280
- }
33281
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
33282
- background: rgba(211, 218, 235, 0.6);
33283
- border-color: rgba(107, 128, 167, 0.6) !important;
33284
- }
33285
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
33286
- border-color: #2d3a56;
33287
- }
33288
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33289
- background: #2d3a56;
33290
- }
33291
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33292
- padding: 0;
33293
- }
33294
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33295
- display: inline-block;
33296
- margin-left: 12px;
33297
- color: #2d3a56;
33298
- }
33299
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33300
- margin-left: 28px;
33301
- color: rgba(44, 56, 82, 0.6);
33302
- }
33303
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33304
- margin-left: 8px;
33305
- }
33306
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33307
- margin-left: 24px;
33308
- }
33309
-
33310
- .E_m11nzl2x {
33311
- color: rgba(44, 56, 82, 0.6);
33312
- text-align: center;
33313
- display: flex;
33314
- align-items: center;
33315
- justify-content: center;
33316
- flex-direction: column;
33317
- height: 100%;
33318
- }
33319
- .E_m11nzl2x .link {
33320
- color: #0080ff;
33321
- cursor: pointer;
33322
- }
33323
-
33324
- .E_mn7joto {
33325
- width: 100%;
33326
- height: 100%;
33327
- display: flex;
33328
- flex-direction: column;
33329
- }
33330
- .E_mn7joto .name-toolbar {
33331
- width: 100%;
33332
- display: flex;
33333
- line-height: 30px;
33334
- justify-content: space-between;
33335
- }
33336
- .E_mn7joto .name-toolbar .metric-extra {
33337
- display: flex;
33338
- font-size: 12px;
33339
- align-items: center;
33340
- }
33341
- .E_mn7joto .name-toolbar .metric-extra .info-item {
33342
- color: #a3b4cc;
33343
- }
33344
- .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
33345
- margin-left: 10px;
33346
- }
33347
- .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
33348
- margin-left: 10px;
33349
- cursor: pointer;
33350
- }
33351
- .E_mn7joto .content {
33352
- flex: 1;
33353
- width: 100%;
33354
- display: flex;
33355
- justify-content: center;
33356
- align-items: center;
33357
- }
33358
- .E_mn7joto .single-content {
33359
- height: 65px;
33360
- }
33361
-
33362
- .E_l1bifhon {
33363
- display: flex;
33364
- align-items: center;
33365
- white-space: nowrap;
33366
- overflow: hidden;
33367
- width: 100%;
33368
- }
33369
- .E_l1bifhon .ant-dropdown-trigger {
33370
- font-size: 12px;
33371
- margin-left: 8px;
33372
- }
33373
-
33374
- .E_ltthzck {
33375
- display: flex;
33376
- justify-content: flex-start;
33377
- align-items: center;
33378
- font-size: 12px;
33379
- cursor: pointer;
33380
- }
33381
- .E_ltthzck:not(:first-child) {
33382
- margin-left: 8px;
33383
- }
33384
- .E_ltthzck.deselected, .E_ltthzck.hovering {
33385
- opacity: 0.3;
33386
- }
33387
- .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
33388
- background: #b4beca !important;
33389
- border-radius: 2px;
33390
- }
33391
- .E_ltthzck.hoverering-self {
33392
- opacity: 1;
33393
- }
33394
- .E_ltthzck .dropdown-trigger {
33395
- margin-left: 12px;
33396
- }
33397
- .E_ltthzck .legend-name {
33398
- color: #00122e;
33280
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33281
+ background-color: #6b7d99;
33399
33282
  }
33400
- .E_ltthzck .icon-suffix-wrapper {
33401
- display: flex;
33402
- align-items: center;
33403
- margin-left: 4px;
33283
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33284
+ background-color: #7E41FF;
33404
33285
  }
33405
33286
 
33406
- .E_l1mumj7o {
33407
- display: flex;
33408
- justify-content: flex-start;
33409
- align-items: center;
33410
- font-size: 12px;
33411
- cursor: pointer;
33412
- }
33413
- .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
33414
- opacity: 0.3;
33415
- }
33416
- .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
33417
- background: #b4beca !important;
33418
- border-radius: 2px;
33419
- }
33420
- .E_l1mumj7o .legend-name {
33421
- color: #00122e;
33422
- }
33423
- .E_l1mumj7o.hoverering-self {
33424
- opacity: 1;
33425
- }
33426
- .E_l1mumj7o .icon-suffix-wrapper {
33427
- margin-left: 4px;
33428
- display: flex;
33429
- align-items: center;
33287
+ .E_s1qj66nc {
33288
+ width: 8px;
33289
+ height: 8px;
33290
+ border-radius: 50%;
33291
+ display: inline-block;
33430
33292
  }
33431
33293
 
33432
- .E_c14rn6j5 {
33433
- display: inline-block;
33434
- height: 8px;
33294
+ .E_s5x1boq {
33435
33295
  width: 8px;
33436
- margin-right: 6px;
33296
+ height: 8px;
33437
33297
  border-radius: 2px;
33298
+ display: inline-block;
33438
33299
  }
33439
33300
 
33440
- .E_e45tc5l .ant-dropdown-menu-item {
33441
- display: flex;
33442
- align-items: center;
33443
- font-size: 12px;
33444
- margin: 0;
33445
- }
33446
-
33447
- .E_lqeaosa {
33448
- position: relative;
33449
- }
33450
- .E_lqeaosa.hidden-xaxis .pointer-wrapper {
33451
- bottom: -12px;
33452
- }
33453
- .E_lqeaosa .metric-toolbar {
33454
- display: flex;
33455
- justify-content: space-between;
33456
- line-height: 30px;
33457
- }
33458
- .E_lqeaosa .metric-toolbar .metric-extra {
33459
- display: flex;
33460
- flex-shrink: 0;
33461
- font-size: 12px;
33462
- align-items: center;
33463
- }
33464
- .E_lqeaosa .metric-toolbar .metric-extra .info-item {
33465
- color: #a3b4cc;
33466
- }
33467
- .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
33468
- margin-left: 10px;
33469
- }
33470
- .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
33471
- margin-left: 10px;
33472
- cursor: pointer;
33473
- }
33474
- .E_lqeaosa .recharts-xAxis {
33475
- font-size: 12px;
33476
- }
33477
- .E_lqeaosa .pointer-wrapper {
33478
- position: absolute;
33479
- bottom: 10px;
33480
- padding: 0 8px;
33481
- font-size: 12px;
33482
- color: #fff;
33483
- transform: translateX(-50%);
33484
- }
33485
-
33486
- .E_t2pr38p {
33487
- min-width: 200px;
33488
- background-color: rgba(23, 38, 64, 0.8);
33489
- border-radius: 4px;
33490
- box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
33491
- padding: 8px;
33492
- }
33493
-
33494
- .E_tecdsj7 {
33495
- display: flex;
33496
- align-items: center;
33497
- background-color: unset;
33498
- color: #FFFFFF;
33499
- justify-content: space-between;
33500
- font-size: 12px;
33501
- padding-top: 6px;
33502
- }
33503
- .E_tecdsj7:first-child {
33504
- padding-top: 3px;
33505
- }
33506
- .E_tecdsj7:last-child {
33507
- padding-bottom: 3px;
33508
- }
33509
- .E_tecdsj7 .column-value {
33510
- color: #FFFFFF;
33511
- margin-left: 8px;
33301
+ .E_c1xm185 {
33302
+ color: rgba(44, 56, 82, 0.6);
33512
33303
  }
33513
33304
 
33514
- .E_ljhvvia {
33515
- display: inline-block;
33516
- height: 8px;
33517
- width: 8px;
33518
- margin-right: 8px;
33519
- border-radius: 2px;
33520
- }
33521
- .E_ljhvvia.borderd {
33522
- border: 1px solid #fff;
33305
+ .E_c1x5l5qc {
33306
+ flex: 1;
33523
33307
  }
33524
33308
 
33525
33309
  .E_sddwhm6 {
@@ -33968,56 +33752,168 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33968
33752
  background: #fff;
33969
33753
  }
33970
33754
 
33971
- .E_lht19u8 {
33972
- width: 64px;
33973
- height: 64px;
33755
+ .E_msn7nxt {
33756
+ color: rgba(44, 56, 82, 0.6);
33757
+ text-align: center;
33974
33758
  display: flex;
33975
33759
  align-items: center;
33976
33760
  justify-content: center;
33977
- position: relative;
33978
- opacity: 0.2;
33761
+ flex-direction: column;
33762
+ height: 100%;
33763
+ }
33764
+ .E_msn7nxt .link {
33765
+ color: #0080ff;
33766
+ cursor: pointer;
33979
33767
  }
33980
33768
 
33981
- .E_lk3gkp4 {
33982
- position: absolute;
33983
- width: 5px;
33984
- height: 48px;
33985
- left: 9.33px;
33986
- top: 40.5px;
33987
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33988
- border-radius: 5px;
33989
- transform: rotate(-128deg);
33990
- transform-origin: top left;
33991
- animation: loading-indicator1 1100ms ease-out infinite;
33769
+ .E_mp64wfi {
33770
+ width: 100%;
33771
+ height: 100%;
33772
+ display: flex;
33773
+ flex-direction: column;
33774
+ }
33775
+ .E_mp64wfi .name-toolbar {
33776
+ width: 100%;
33777
+ display: flex;
33778
+ line-height: 30px;
33779
+ padding: 0 16px;
33780
+ justify-content: space-between;
33781
+ }
33782
+ .E_mp64wfi .name-toolbar .metric-extra {
33783
+ display: flex;
33784
+ font-size: 12px;
33785
+ align-items: center;
33786
+ }
33787
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
33788
+ color: #a3b4cc;
33789
+ }
33790
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33791
+ margin-left: 10px;
33792
+ }
33793
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33794
+ margin-left: 10px;
33795
+ cursor: pointer;
33796
+ }
33797
+ .E_mp64wfi .content {
33798
+ flex: 1;
33799
+ width: 100%;
33800
+ display: flex;
33801
+ justify-content: center;
33802
+ align-items: center;
33803
+ }
33804
+ .E_mp64wfi .single-content {
33805
+ height: 65px;
33992
33806
  }
33993
33807
 
33994
- .E_ll4n94n {
33995
- position: absolute;
33996
- width: 5px;
33997
- height: 48px;
33998
- left: 40.8px;
33999
- top: 8.4px;
34000
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34001
- border-radius: 5px;
34002
- transform: rotate(-8deg);
34003
- transform-origin: top left;
34004
- animation: loading-indicator2 1100ms ease-out infinite;
33808
+ .E_l1oyigan {
33809
+ display: flex;
33810
+ align-items: center;
33811
+ white-space: nowrap;
33812
+ overflow: hidden;
33813
+ width: 100%;
33814
+ }
33815
+ .E_l1oyigan .ant-dropdown-trigger {
33816
+ margin-left: auto;
33817
+ font-size: 12px;
34005
33818
  }
34006
33819
 
34007
- .E_l17lbdo6 {
33820
+ .E_l1noi4n1 {
33821
+ display: flex;
33822
+ justify-content: flex-start;
33823
+ align-items: center;
33824
+ font-size: 12px;
33825
+ cursor: pointer;
33826
+ }
33827
+ .E_l1noi4n1:not(:last-child) {
33828
+ margin-right: 20px;
33829
+ }
33830
+ .E_l1noi4n1.deselected {
33831
+ opacity: 0.4;
33832
+ }
33833
+ .E_l1noi4n1.deselected .color-block {
33834
+ background: #b4beca !important;
33835
+ }
33836
+
33837
+ .E_cz19rz6 {
33838
+ display: inline-block;
33839
+ height: 8px;
33840
+ width: 8px;
33841
+ margin-right: 8px;
33842
+ }
33843
+
33844
+ .E_e17r5r9c .ant-dropdown-menu-item {
33845
+ display: flex;
33846
+ align-items: center;
33847
+ font-size: 12px;
33848
+ margin: 0;
33849
+ }
33850
+
33851
+ .E_m1y1hhnr {
33852
+ position: relative;
33853
+ }
33854
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33855
+ bottom: -12px;
33856
+ }
33857
+ .E_m1y1hhnr .metric-toolbar {
33858
+ display: flex;
33859
+ justify-content: space-between;
33860
+ line-height: 30px;
33861
+ margin: 0 16px;
33862
+ }
33863
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
33864
+ display: flex;
33865
+ font-size: 12px;
33866
+ align-items: center;
33867
+ }
33868
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33869
+ color: #a3b4cc;
33870
+ }
33871
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33872
+ margin-left: 10px;
33873
+ }
33874
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33875
+ margin-left: 10px;
33876
+ cursor: pointer;
33877
+ }
33878
+ .E_m1y1hhnr .recharts-xAxis {
33879
+ font-size: 12px;
33880
+ }
33881
+ .E_m1y1hhnr .pointer-wrapper {
34008
33882
  position: absolute;
34009
- width: 5px;
34010
- height: 48px;
34011
- left: 52.9px;
34012
- top: 51.8px;
34013
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34014
- border-radius: 5px;
34015
- transform: rotate(112deg);
34016
- transform-origin: top left;
34017
- animation: loading-indicator3 1100ms ease-out infinite;
33883
+ bottom: 10px;
33884
+ padding: 0 8px;
33885
+ border-radius: 4px;
33886
+ font-size: 12px;
33887
+ color: #fff;
33888
+ background: rgba(0, 0, 0, 0.75);
33889
+ transform: translateX(-50%);
34018
33890
  }
34019
33891
 
34020
- .E_msn7nxt {
33892
+ .E_tnvijvs {
33893
+ min-width: 200px;
33894
+ }
33895
+
33896
+ .E_t1ub2aex {
33897
+ display: flex;
33898
+ align-items: center;
33899
+ justify-content: space-between;
33900
+ background-color: rgba(0, 0, 0, 0.75);
33901
+ color: #b4beca;
33902
+ font-size: 12px;
33903
+ padding: 3px 6px;
33904
+ }
33905
+ .E_t1ub2aex:first-child {
33906
+ padding-top: 3px;
33907
+ }
33908
+ .E_t1ub2aex:last-child {
33909
+ padding-bottom: 3px;
33910
+ }
33911
+ .E_t1ub2aex .column-value {
33912
+ color: #fff;
33913
+ margin-left: 8px;
33914
+ }
33915
+
33916
+ .E_m11nzl2x {
34021
33917
  color: rgba(44, 56, 82, 0.6);
34022
33918
  text-align: center;
34023
33919
  display: flex;
@@ -34026,158 +33922,261 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34026
33922
  flex-direction: column;
34027
33923
  height: 100%;
34028
33924
  }
34029
- .E_msn7nxt .link {
33925
+ .E_m11nzl2x .link {
34030
33926
  color: #0080ff;
34031
33927
  cursor: pointer;
34032
33928
  }
34033
33929
 
34034
- .E_mp64wfi {
33930
+ .E_mn7joto {
34035
33931
  width: 100%;
34036
33932
  height: 100%;
34037
33933
  display: flex;
34038
33934
  flex-direction: column;
34039
33935
  }
34040
- .E_mp64wfi .name-toolbar {
33936
+ .E_mn7joto .name-toolbar {
34041
33937
  width: 100%;
34042
33938
  display: flex;
34043
33939
  line-height: 30px;
34044
- padding: 0 16px;
34045
33940
  justify-content: space-between;
34046
33941
  }
34047
- .E_mp64wfi .name-toolbar .metric-extra {
33942
+ .E_mn7joto .name-toolbar .metric-extra {
34048
33943
  display: flex;
34049
33944
  font-size: 12px;
34050
33945
  align-items: center;
34051
33946
  }
34052
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33947
+ .E_mn7joto .name-toolbar .metric-extra .info-item {
34053
33948
  color: #a3b4cc;
34054
33949
  }
34055
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33950
+ .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
34056
33951
  margin-left: 10px;
34057
33952
  }
34058
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33953
+ .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
34059
33954
  margin-left: 10px;
34060
33955
  cursor: pointer;
34061
33956
  }
34062
- .E_mp64wfi .content {
33957
+ .E_mn7joto .content {
34063
33958
  flex: 1;
34064
33959
  width: 100%;
34065
33960
  display: flex;
34066
33961
  justify-content: center;
34067
33962
  align-items: center;
34068
33963
  }
34069
- .E_mp64wfi .single-content {
33964
+ .E_mn7joto .single-content {
34070
33965
  height: 65px;
34071
33966
  }
34072
33967
 
34073
- .E_l1oyigan {
33968
+ .E_l1bifhon {
34074
33969
  display: flex;
34075
33970
  align-items: center;
34076
33971
  white-space: nowrap;
34077
33972
  overflow: hidden;
34078
33973
  width: 100%;
34079
33974
  }
34080
- .E_l1oyigan .ant-dropdown-trigger {
34081
- margin-left: auto;
33975
+ .E_l1bifhon .ant-dropdown-trigger {
34082
33976
  font-size: 12px;
33977
+ margin-left: 8px;
34083
33978
  }
34084
33979
 
34085
- .E_l1noi4n1 {
33980
+ .E_ltthzck {
34086
33981
  display: flex;
34087
33982
  justify-content: flex-start;
34088
33983
  align-items: center;
34089
33984
  font-size: 12px;
34090
33985
  cursor: pointer;
34091
33986
  }
34092
- .E_l1noi4n1:not(:last-child) {
34093
- margin-right: 20px;
33987
+ .E_ltthzck:not(:first-child) {
33988
+ margin-left: 8px;
34094
33989
  }
34095
- .E_l1noi4n1.deselected {
34096
- opacity: 0.4;
33990
+ .E_ltthzck.deselected, .E_ltthzck.hovering {
33991
+ opacity: 0.3;
34097
33992
  }
34098
- .E_l1noi4n1.deselected .color-block {
33993
+ .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
34099
33994
  background: #b4beca !important;
33995
+ border-radius: 2px;
33996
+ }
33997
+ .E_ltthzck.hoverering-self {
33998
+ opacity: 1;
33999
+ }
34000
+ .E_ltthzck .dropdown-trigger {
34001
+ margin-left: 12px;
34002
+ }
34003
+ .E_ltthzck .legend-name {
34004
+ color: #00122e;
34005
+ }
34006
+ .E_ltthzck .icon-suffix-wrapper {
34007
+ display: flex;
34008
+ align-items: center;
34009
+ margin-left: 4px;
34100
34010
  }
34101
34011
 
34102
- .E_cz19rz6 {
34012
+ .E_l1mumj7o {
34013
+ display: flex;
34014
+ justify-content: flex-start;
34015
+ align-items: center;
34016
+ font-size: 12px;
34017
+ cursor: pointer;
34018
+ }
34019
+ .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
34020
+ opacity: 0.3;
34021
+ }
34022
+ .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
34023
+ background: #b4beca !important;
34024
+ border-radius: 2px;
34025
+ }
34026
+ .E_l1mumj7o .legend-name {
34027
+ color: #00122e;
34028
+ }
34029
+ .E_l1mumj7o.hoverering-self {
34030
+ opacity: 1;
34031
+ }
34032
+ .E_l1mumj7o .icon-suffix-wrapper {
34033
+ margin-left: 4px;
34034
+ display: flex;
34035
+ align-items: center;
34036
+ }
34037
+
34038
+ .E_c14rn6j5 {
34103
34039
  display: inline-block;
34104
34040
  height: 8px;
34105
34041
  width: 8px;
34106
- margin-right: 8px;
34042
+ margin-right: 6px;
34043
+ border-radius: 2px;
34107
34044
  }
34108
34045
 
34109
- .E_e17r5r9c .ant-dropdown-menu-item {
34046
+ .E_e45tc5l .ant-dropdown-menu-item {
34110
34047
  display: flex;
34111
34048
  align-items: center;
34112
34049
  font-size: 12px;
34113
34050
  margin: 0;
34114
34051
  }
34115
34052
 
34116
- .E_m1y1hhnr {
34053
+ .E_lqeaosa {
34117
34054
  position: relative;
34118
34055
  }
34119
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34056
+ .E_lqeaosa.hidden-xaxis .pointer-wrapper {
34120
34057
  bottom: -12px;
34121
34058
  }
34122
- .E_m1y1hhnr .metric-toolbar {
34059
+ .E_lqeaosa .metric-toolbar {
34123
34060
  display: flex;
34124
34061
  justify-content: space-between;
34125
34062
  line-height: 30px;
34126
- margin: 0 16px;
34127
34063
  }
34128
- .E_m1y1hhnr .metric-toolbar .metric-extra {
34064
+ .E_lqeaosa .metric-toolbar .metric-extra {
34129
34065
  display: flex;
34066
+ flex-shrink: 0;
34130
34067
  font-size: 12px;
34131
34068
  align-items: center;
34132
34069
  }
34133
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34070
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item {
34134
34071
  color: #a3b4cc;
34135
34072
  }
34136
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34073
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
34137
34074
  margin-left: 10px;
34138
34075
  }
34139
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34076
+ .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
34140
34077
  margin-left: 10px;
34141
34078
  cursor: pointer;
34142
34079
  }
34143
- .E_m1y1hhnr .recharts-xAxis {
34080
+ .E_lqeaosa .recharts-xAxis {
34144
34081
  font-size: 12px;
34145
34082
  }
34146
- .E_m1y1hhnr .pointer-wrapper {
34083
+ .E_lqeaosa .pointer-wrapper {
34147
34084
  position: absolute;
34148
34085
  bottom: 10px;
34149
34086
  padding: 0 8px;
34150
- border-radius: 4px;
34151
34087
  font-size: 12px;
34152
34088
  color: #fff;
34153
- background: rgba(0, 0, 0, 0.75);
34154
34089
  transform: translateX(-50%);
34155
34090
  }
34156
34091
 
34157
- .E_tnvijvs {
34092
+ .E_t2pr38p {
34158
34093
  min-width: 200px;
34094
+ background-color: rgba(23, 38, 64, 0.8);
34095
+ border-radius: 4px;
34096
+ box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
34097
+ padding: 8px;
34159
34098
  }
34160
34099
 
34161
- .E_t1ub2aex {
34100
+ .E_tecdsj7 {
34162
34101
  display: flex;
34163
34102
  align-items: center;
34103
+ background-color: unset;
34104
+ color: #FFFFFF;
34164
34105
  justify-content: space-between;
34165
- background-color: rgba(0, 0, 0, 0.75);
34166
- color: #b4beca;
34167
34106
  font-size: 12px;
34168
- padding: 3px 6px;
34107
+ padding-top: 6px;
34169
34108
  }
34170
- .E_t1ub2aex:first-child {
34109
+ .E_tecdsj7:first-child {
34171
34110
  padding-top: 3px;
34172
34111
  }
34173
- .E_t1ub2aex:last-child {
34112
+ .E_tecdsj7:last-child {
34174
34113
  padding-bottom: 3px;
34175
34114
  }
34176
- .E_t1ub2aex .column-value {
34177
- color: #fff;
34115
+ .E_tecdsj7 .column-value {
34116
+ color: #FFFFFF;
34178
34117
  margin-left: 8px;
34179
34118
  }
34180
34119
 
34120
+ .E_ljhvvia {
34121
+ display: inline-block;
34122
+ height: 8px;
34123
+ width: 8px;
34124
+ margin-right: 8px;
34125
+ border-radius: 2px;
34126
+ }
34127
+ .E_ljhvvia.borderd {
34128
+ border: 1px solid #fff;
34129
+ }
34130
+
34131
+ .E_lht19u8 {
34132
+ width: 64px;
34133
+ height: 64px;
34134
+ display: flex;
34135
+ align-items: center;
34136
+ justify-content: center;
34137
+ position: relative;
34138
+ opacity: 0.2;
34139
+ }
34140
+
34141
+ .E_lk3gkp4 {
34142
+ position: absolute;
34143
+ width: 5px;
34144
+ height: 48px;
34145
+ left: 9.33px;
34146
+ top: 40.5px;
34147
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34148
+ border-radius: 5px;
34149
+ transform: rotate(-128deg);
34150
+ transform-origin: top left;
34151
+ animation: loading-indicator1 1100ms ease-out infinite;
34152
+ }
34153
+
34154
+ .E_ll4n94n {
34155
+ position: absolute;
34156
+ width: 5px;
34157
+ height: 48px;
34158
+ left: 40.8px;
34159
+ top: 8.4px;
34160
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34161
+ border-radius: 5px;
34162
+ transform: rotate(-8deg);
34163
+ transform-origin: top left;
34164
+ animation: loading-indicator2 1100ms ease-out infinite;
34165
+ }
34166
+
34167
+ .E_l17lbdo6 {
34168
+ position: absolute;
34169
+ width: 5px;
34170
+ height: 48px;
34171
+ left: 52.9px;
34172
+ top: 51.8px;
34173
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34174
+ border-radius: 5px;
34175
+ transform: rotate(112deg);
34176
+ transform-origin: top left;
34177
+ animation: loading-indicator3 1100ms ease-out infinite;
34178
+ }
34179
+
34181
34180
  .E_w7ob4th.outside-tag {
34182
34181
  padding-left: 0;
34183
34182
  }
@@ -34939,7 +34938,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34939
34938
  --modal-content-width: 492px;
34940
34939
  --modal-content-min-height: 160px;
34941
34940
  --modal-content-max-height: calc(
34942
- 100vh - 144px
34941
+ 100vh - 80px
34943
34942
  );
34944
34943
  --modal-header-padding: 32px 40px 0;
34945
34944
  --modal-content-padding-top: 32px;
@@ -35184,56 +35183,136 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35184
35183
  color: rgba(44, 56, 82, 0.7490196078);
35185
35184
  font-size: 12px;
35186
35185
  }
35187
-
35188
- .E_f6xb0iv {
35189
- min-width: 0;
35190
- flex: 1;
35186
+
35187
+ .E_f6xb0iv {
35188
+ min-width: 0;
35189
+ flex: 1;
35190
+ }
35191
+
35192
+ .E_b1dhu7ov.antd5-progress {
35193
+ width: 220px;
35194
+ }
35195
+
35196
+ .E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
35197
+ content: "";
35198
+ display: block;
35199
+ height: 8px;
35200
+ background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
35201
+ animation: loading 1600ms ease-out infinite;
35202
+ opacity: 1;
35203
+ }
35204
+ @keyframes loading {
35205
+ from {
35206
+ transform: translateX(-100%);
35207
+ }
35208
+ to {
35209
+ transform: translateX(100%);
35210
+ }
35211
+ }
35212
+
35213
+ .E_i14c7jc8 {
35214
+ color: var(--i14c7jc8-0);
35215
+ }
35216
+
35217
+ .E_i1ibuolf {
35218
+ display: flex;
35219
+ align-items: center;
35220
+ column-gap: 4px;
35221
+ font-size: 12px;
35222
+ color: rgba(44, 56, 82, 0.7490196078);
35223
+ }
35224
+
35225
+ .E_clm1wy1 {
35226
+ width: 192px;
35227
+ height: 246px;
35228
+ border-radius: 4px;
35229
+ }
35230
+ .E_clm1wy1 > .ant-picker-calendar,
35231
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
35232
+ width: 100%;
35233
+ background-color: rgba(245, 247, 250, 0.6);
35234
+ border-top: none;
35235
+ }
35236
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
35237
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
35238
+ padding: 0 16px;
35239
+ }
35240
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
35241
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
35242
+ width: 100%;
35243
+ height: 180px;
35244
+ border-spacing: 0;
35245
+ }
35246
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
35247
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
35248
+ margin-bottom: 8px;
35249
+ }
35250
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
35251
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
35252
+ width: 22px;
35253
+ }
35254
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
35255
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
35256
+ padding: 0;
35191
35257
  }
35192
-
35193
- .E_b1dhu7ov.antd5-progress {
35194
- width: 220px;
35258
+ .E_clm1wy1 .ant-picker-cell {
35259
+ color: rgba(62, 70, 82, 0.6);
35260
+ opacity: 0.4;
35195
35261
  }
35196
-
35197
- .E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
35198
- content: "";
35199
- display: block;
35200
- height: 8px;
35201
- background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
35202
- animation: loading 1600ms ease-out infinite;
35262
+ .E_clm1wy1 .ant-picker-cell-in-view {
35263
+ color: rgba(62, 70, 82, 0.6);
35203
35264
  opacity: 1;
35204
35265
  }
35205
- @keyframes loading {
35206
- from {
35207
- transform: translateX(-100%);
35208
- }
35209
- to {
35210
- transform: translateX(100%);
35211
- }
35266
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
35267
+ color: #3e4652;
35268
+ }
35269
+ .E_clm1wy1 .ant-picker-cell::before {
35270
+ pointer-events: none;
35212
35271
  }
35213
35272
 
35214
- .E_i14c7jc8 {
35215
- color: var(--i14c7jc8-0);
35273
+ .E_t1tsm00v {
35274
+ color: rgba(129, 138, 153, 0.6);
35275
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35276
+ backdrop-filter: blur(10px);
35277
+ padding: 7px 10px;
35216
35278
  }
35217
35279
 
35218
- .E_i1ibuolf {
35280
+ .E_c167wnad {
35281
+ color: rgba(62, 70, 82, 0.6);
35219
35282
  display: flex;
35283
+ justify-content: space-between;
35220
35284
  align-items: center;
35221
- column-gap: 4px;
35222
- font-size: 12px;
35223
- color: rgba(44, 56, 82, 0.7490196078);
35285
+ padding: 8px 16px;
35286
+ }
35287
+ .E_c167wnad .anticon {
35288
+ cursor: pointer;
35289
+ }
35290
+ .E_c167wnad .anticon:hover {
35291
+ color: #0096ff;
35224
35292
  }
35225
35293
 
35226
- .E_skwah65 {
35227
- height: 8px;
35228
- box-sizing: border-box;
35229
- border-radius: 2px;
35230
- background: #f5f7fa;
35294
+ .E_cxhf7dh {
35295
+ text-align: center;
35296
+ }
35297
+ .E_cxhf7dh .dots {
35231
35298
  display: flex;
35232
- width: 100%;
35233
- overflow: hidden;
35299
+ justify-content: center;
35234
35300
  }
35235
- .E_skwah65 .stack-bar-item + .stack-bar-item {
35236
- margin-left: 1px;
35301
+ .E_cxhf7dh .dot {
35302
+ display: inline-block;
35303
+ width: 2px;
35304
+ height: 2px;
35305
+ border-radius: 1px;
35306
+ background: #0096ff;
35307
+ }
35308
+ .E_cxhf7dh .dot:not(:last-child) {
35309
+ margin-right: 2px;
35310
+ }
35311
+ .E_cxhf7dh .bar {
35312
+ width: 9px;
35313
+ height: 2px;
35314
+ background: #0096ff;
35315
+ border-radius: 2px;
35237
35316
  }
35238
35317
 
35239
35318
  .E_s1ebs0ra {
@@ -35297,6 +35376,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35297
35376
  background: #fff;
35298
35377
  }
35299
35378
 
35379
+ .E_gmyahx3 {
35380
+ cursor: pointer;
35381
+ }
35382
+ .E_gmyahx3 .link-text {
35383
+ color: rgba(0, 21, 64, 0.3);
35384
+ }
35385
+ .E_gmyahx3:hover .link-text {
35386
+ color: #0080ff;
35387
+ }
35388
+
35389
+ .E_skwah65 {
35390
+ height: 8px;
35391
+ box-sizing: border-box;
35392
+ border-radius: 2px;
35393
+ background: #f5f7fa;
35394
+ display: flex;
35395
+ width: 100%;
35396
+ overflow: hidden;
35397
+ }
35398
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
35399
+ margin-left: 1px;
35400
+ }
35401
+
35402
+ span.E_tqjc4ui {
35403
+ margin: 0 2px;
35404
+ }
35405
+
35300
35406
  .E_c18bcrac {
35301
35407
  display: inline-block;
35302
35408
  width: 100%;
@@ -35347,111 +35453,31 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35347
35453
  margin-right: 4px;
35348
35454
  }
35349
35455
 
35350
- .E_gmyahx3 {
35351
- cursor: pointer;
35352
- }
35353
- .E_gmyahx3 .link-text {
35354
- color: rgba(0, 21, 64, 0.3);
35355
- }
35356
- .E_gmyahx3:hover .link-text {
35357
- color: #0080ff;
35358
- }
35359
-
35360
- .E_clm1wy1 {
35361
- width: 192px;
35362
- height: 246px;
35363
- border-radius: 4px;
35364
- }
35365
- .E_clm1wy1 > .ant-picker-calendar,
35366
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
35367
- width: 100%;
35368
- background-color: rgba(245, 247, 250, 0.6);
35369
- border-top: none;
35370
- }
35371
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
35372
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
35373
- padding: 0 16px;
35374
- }
35375
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
35376
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
35377
- width: 100%;
35378
- height: 180px;
35379
- border-spacing: 0;
35380
- }
35381
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
35382
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
35383
- margin-bottom: 8px;
35384
- }
35385
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
35386
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
35387
- width: 22px;
35388
- }
35389
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
35390
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
35391
- padding: 0;
35392
- }
35393
- .E_clm1wy1 .ant-picker-cell {
35394
- color: rgba(62, 70, 82, 0.6);
35395
- opacity: 0.4;
35396
- }
35397
- .E_clm1wy1 .ant-picker-cell-in-view {
35398
- color: rgba(62, 70, 82, 0.6);
35399
- opacity: 1;
35400
- }
35401
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
35402
- color: #3e4652;
35403
- }
35404
- .E_clm1wy1 .ant-picker-cell::before {
35405
- pointer-events: none;
35456
+ .E_ou7iq30 {
35457
+ overflow: hidden;
35458
+ text-overflow: ellipsis;
35406
35459
  }
35407
35460
 
35408
- .E_t1tsm00v {
35409
- color: rgba(129, 138, 153, 0.6);
35410
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35411
- backdrop-filter: blur(10px);
35412
- padding: 7px 10px;
35461
+ .E_s1tui002 {
35462
+ white-space: nowrap;
35413
35463
  }
35414
35464
 
35415
- .E_c167wnad {
35416
- color: rgba(62, 70, 82, 0.6);
35417
- display: flex;
35418
- justify-content: space-between;
35419
- align-items: center;
35420
- padding: 8px 16px;
35421
- }
35422
- .E_c167wnad .anticon {
35423
- cursor: pointer;
35424
- }
35425
- .E_c167wnad .anticon:hover {
35426
- color: #0096ff;
35465
+ .E_mxrc2zg {
35466
+ display: -webkit-box;
35467
+ -webkit-line-clamp: var(--mxrc2zg-0);
35468
+ -webkit-box-orient: vertical;
35469
+ word-break: break-all;
35427
35470
  }
35428
35471
 
35429
- .E_cxhf7dh {
35430
- text-align: center;
35431
- }
35432
- .E_cxhf7dh .dots {
35433
- display: flex;
35434
- justify-content: center;
35435
- }
35436
- .E_cxhf7dh .dot {
35437
- display: inline-block;
35438
- width: 2px;
35439
- height: 2px;
35440
- border-radius: 1px;
35441
- background: #0096ff;
35442
- }
35443
- .E_cxhf7dh .dot:not(:last-child) {
35444
- margin-right: 2px;
35472
+ .E_t1vv6d68 .ant-tooltip-arrow {
35473
+ display: none;
35445
35474
  }
35446
- .E_cxhf7dh .bar {
35447
- width: 9px;
35448
- height: 2px;
35449
- background: #0096ff;
35450
- border-radius: 2px;
35475
+ .E_t1vv6d68 .ant-tooltip-inner {
35476
+ background: rgba(23, 38, 64, 0.8);
35477
+ border-radius: 4px;
35451
35478
  }
35452
-
35453
- span.E_tqjc4ui {
35454
- margin: 0 2px;
35479
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35480
+ visibility: hidden;
35455
35481
  }
35456
35482
 
35457
35483
  .E_c1up1pdz {
@@ -35588,37 +35614,10 @@ span.E_tqjc4ui {
35588
35614
  padding: 0;
35589
35615
  margin-bottom: 8px;
35590
35616
  }
35591
- .E_wpbf4pq .month-day-option.active {
35592
- background-color: #0096ff;
35593
- border-color: #0096ff;
35594
- color: #fff;
35595
- }
35596
-
35597
- .E_ou7iq30 {
35598
- overflow: hidden;
35599
- text-overflow: ellipsis;
35600
- }
35601
-
35602
- .E_s1tui002 {
35603
- white-space: nowrap;
35604
- }
35605
-
35606
- .E_mxrc2zg {
35607
- display: -webkit-box;
35608
- -webkit-line-clamp: var(--mxrc2zg-0);
35609
- -webkit-box-orient: vertical;
35610
- word-break: break-all;
35611
- }
35612
-
35613
- .E_t1vv6d68 .ant-tooltip-arrow {
35614
- display: none;
35615
- }
35616
- .E_t1vv6d68 .ant-tooltip-inner {
35617
- background: rgba(23, 38, 64, 0.8);
35618
- border-radius: 4px;
35619
- }
35620
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35621
- visibility: hidden;
35617
+ .E_wpbf4pq .month-day-option.active {
35618
+ background-color: #0096ff;
35619
+ border-color: #0096ff;
35620
+ color: #fff;
35622
35621
  }
35623
35622
 
35624
35623
  .E_n12mqh7z {
@@ -35753,133 +35752,12 @@ span.E_tqjc4ui {
35753
35752
  text-align: left;
35754
35753
  }
35755
35754
 
35756
- .E_wg1tsps {
35757
- display: flex;
35758
- align-items: center;
35759
- justify-content: flex-end;
35760
- }
35761
-
35762
- .E_b1ctd5xy {
35763
- display: flex;
35764
- align-items: center;
35765
- width: calc(100% - 40px);
35766
- }
35767
- .E_b1ctd5xy .chart {
35768
- display: inline-block;
35769
- width: 100%;
35770
- }
35771
-
35772
- .E_u1p8acpn {
35773
- min-width: 40px;
35774
- }
35775
- .E_u1p8acpn .unit {
35776
- color: #00122e !important;
35777
- }
35778
-
35779
- .E_t1sqg15u {
35780
- background: white;
35781
- }
35782
- .E_t1sqg15u.inline .table-row {
35783
- flex-direction: column;
35784
- }
35785
- .E_t1sqg15u.inline .table-row > label {
35786
- padding: 0 16px 7px 0;
35787
- }
35788
- .E_t1sqg15u.has-border .table-header {
35789
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35790
- }
35791
- .E_t1sqg15u.has-border .hiddenBorder {
35792
- border-top: none !important;
35793
- }
35794
- .E_t1sqg15u.has-border .table-row + .table-row {
35795
- border-top: 1px solid rgba(225, 230, 241, 0.6);
35796
- }
35797
- .E_t1sqg15u.has-border .table-row:last-of-type {
35798
- padding-bottom: 0;
35799
- }
35800
- .E_t1sqg15u.align-right .content {
35801
- text-align: right;
35802
- }
35803
- .E_t1sqg15u .uuid-row {
35804
- display: flex;
35805
- justify-content: space-between;
35806
- }
35807
- .E_t1sqg15u .uuid-row .id-text {
35808
- white-space: nowrap;
35809
- overflow: hidden;
35810
- text-overflow: ellipsis;
35811
- }
35812
-
35813
- .E_t4zczcp {
35755
+ .E_s1iv0tp1 .enabled-switch {
35814
35756
  display: flex;
35815
- justify-content: space-between;
35816
35757
  align-items: center;
35817
- padding: 8px;
35818
- min-height: 32px;
35819
- }
35820
- .E_t4zczcp .table-title {
35821
- color: rgba(44, 56, 82, 0.6);
35822
- font-weight: 600;
35823
- font-size: 12px;
35824
- line-height: 8px;
35825
- }
35826
- .E_t4zczcp .edit-icon {
35827
- font-size: 16px;
35828
- color: rgba(10, 37, 85, 0.6);
35829
- cursor: pointer;
35830
- }
35831
-
35832
- .E_t1s7goww {
35833
- font-size: 12px;
35834
- line-height: 18px;
35835
- }
35836
-
35837
- .E_t93e4cf {
35838
- display: flex;
35839
- padding: 8px 0;
35840
- color: #2d3a56;
35841
- }
35842
- .E_t93e4cf .hidden {
35843
- display: none;
35844
- }
35845
- .E_t93e4cf .ant-btn.ant-btn-link {
35846
- height: auto;
35847
- }
35848
- .E_t93e4cf .content {
35849
- overflow: hidden;
35850
- overflow-x: auto;
35851
- width: 100%;
35852
- white-space: pre-wrap;
35853
- }
35854
- .E_t93e4cf .content .ant-btn {
35855
- white-space: pre-wrap;
35856
- text-align: left;
35857
- }
35858
- .E_t93e4cf .content .unit-chart {
35859
- justify-content: flex-start;
35860
- }
35861
-
35862
- .E_rhz2uv5 {
35863
- width: var(--rhz2uv5-0);
35864
- flex-shrink: 0;
35865
- color: rgba(44, 56, 82, 0.6);
35866
- padding-right: 12px;
35867
- }
35868
-
35869
- .E_u15heuvq.content {
35870
- cursor: default !important;
35871
- }
35872
- .E_u15heuvq.content.link {
35873
- cursor: pointer !important;
35874
- }
35875
- .E_u15heuvq.content.link:hover {
35876
- color: #0080ff;
35877
35758
  }
35878
- .E_u15heuvq.content.black {
35879
- color: #00122e;
35880
- }
35881
- .E_u15heuvq.content.gray {
35882
- color: rgba(44, 56, 82, 0.75);
35759
+ .E_s1iv0tp1 .enabled-text {
35760
+ margin-right: 8px;
35883
35761
  }
35884
35762
 
35885
35763
  .E_t160l1cm {
@@ -36085,116 +35963,133 @@ span.E_tqjc4ui {
36085
35963
  background: transparent;
36086
35964
  }
36087
35965
 
36088
- .E_s1iv0tp1 .enabled-switch {
36089
- display: flex;
36090
- align-items: center;
35966
+ .E_t1sqg15u {
35967
+ background: white;
36091
35968
  }
36092
- .E_s1iv0tp1 .enabled-text {
36093
- margin-right: 8px;
35969
+ .E_t1sqg15u.inline .table-row {
35970
+ flex-direction: column;
36094
35971
  }
36095
-
36096
- .E_i5w779o {
36097
- padding: 8px 0;
35972
+ .E_t1sqg15u.inline .table-row > label {
35973
+ padding: 0 16px 7px 0;
36098
35974
  }
36099
- .E_i5w779o .col-label {
36100
- flex-shrink: unset;
35975
+ .E_t1sqg15u.has-border .table-header {
35976
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
36101
35977
  }
36102
- .E_i5w779o .col-label * {
36103
- line-height: 18px;
35978
+ .E_t1sqg15u.has-border .hiddenBorder {
35979
+ border-top: none !important;
36104
35980
  }
36105
- .E_i5w779o .col-content {
36106
- flex: 1 1 0;
36107
- display: flex;
36108
- align-items: center;
35981
+ .E_t1sqg15u.has-border .table-row + .table-row {
35982
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
36109
35983
  }
36110
- .E_i5w779o .col-content * {
36111
- line-height: 18px;
35984
+ .E_t1sqg15u.has-border .table-row:last-of-type {
35985
+ padding-bottom: 0;
36112
35986
  }
36113
-
36114
- .E_l18dja44 {
36115
- padding: 6px 0;
35987
+ .E_t1sqg15u.align-right .content {
35988
+ text-align: right;
36116
35989
  }
36117
- .E_l18dja44 .col-label * {
36118
- font-size: 13px;
36119
- line-height: 20px;
35990
+ .E_t1sqg15u .uuid-row {
35991
+ display: flex;
35992
+ justify-content: space-between;
36120
35993
  }
36121
- .E_l18dja44 .col-content * {
36122
- font-size: 14px;
36123
- line-height: 20px;
35994
+ .E_t1sqg15u .uuid-row .id-text {
35995
+ white-space: nowrap;
35996
+ overflow: hidden;
35997
+ text-overflow: ellipsis;
36124
35998
  }
36125
35999
 
36126
- .E_c8c2hys {
36000
+ .E_t4zczcp {
36127
36001
  display: flex;
36128
36002
  justify-content: space-between;
36129
- flex: 1;
36130
- min-width: 0;
36003
+ align-items: center;
36004
+ padding: 8px;
36005
+ min-height: 32px;
36131
36006
  }
36132
-
36133
- .E_n4m6c4d {
36134
- color: rgba(0, 21, 64, 0.3);
36007
+ .E_t4zczcp .table-title {
36008
+ color: rgba(44, 56, 82, 0.6);
36009
+ font-weight: 600;
36010
+ font-size: 12px;
36011
+ line-height: 8px;
36012
+ }
36013
+ .E_t4zczcp .edit-icon {
36014
+ font-size: 16px;
36015
+ color: rgba(10, 37, 85, 0.6);
36016
+ cursor: pointer;
36135
36017
  }
36136
36018
 
36137
- .E_kr6am0s .ant-modal-body {
36138
- padding: 60px 128px;
36019
+ .E_t1s7goww {
36020
+ font-size: 12px;
36021
+ line-height: 18px;
36139
36022
  }
36140
36023
 
36141
- .E_k1h3cl5q {
36024
+ .E_t93e4cf {
36142
36025
  display: flex;
36143
- flex-direction: column;
36144
- height: 100%;
36026
+ padding: 8px 0;
36027
+ color: #2d3a56;
36145
36028
  }
36146
-
36147
- .E_k1a6j97w {
36148
- color: #00122e;
36149
- font-size: 32px !important;
36150
- margin-bottom: 16px;
36029
+ .E_t93e4cf .hidden {
36030
+ display: none;
36031
+ }
36032
+ .E_t93e4cf .ant-btn.ant-btn-link {
36033
+ height: auto;
36034
+ }
36035
+ .E_t93e4cf .content {
36036
+ overflow: hidden;
36037
+ overflow-x: auto;
36038
+ width: 100%;
36039
+ white-space: pre-wrap;
36040
+ }
36041
+ .E_t93e4cf .content .ant-btn {
36042
+ white-space: pre-wrap;
36043
+ text-align: left;
36044
+ }
36045
+ .E_t93e4cf .content .unit-chart {
36046
+ justify-content: flex-start;
36151
36047
  }
36152
36048
 
36153
- .E_k1uim1fg {
36154
- margin-bottom: 32px;
36155
- color: #00122e;
36049
+ .E_rhz2uv5 {
36050
+ width: var(--rhz2uv5-0);
36051
+ flex-shrink: 0;
36052
+ color: rgba(44, 56, 82, 0.6);
36053
+ padding-right: 12px;
36156
36054
  }
36157
36055
 
36158
- .E_kobelzt {
36159
- font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
36160
- min-height: 0;
36161
- flex: 1;
36162
- padding: 16px;
36163
- background-color: #2d3a56;
36164
- color: #fff;
36165
- overflow: auto;
36166
- max-width: 100%;
36167
- min-height: 0;
36168
- border-radius: 8px;
36169
- white-space: pre-wrap;
36056
+ .E_u15heuvq.content {
36057
+ cursor: default !important;
36170
36058
  }
36171
-
36172
- .E_kxzv3id {
36173
- width: 100%;
36174
- display: flex;
36175
- justify-content: space-between;
36176
- padding: 0 128px;
36059
+ .E_u15heuvq.content.link {
36060
+ cursor: pointer !important;
36061
+ }
36062
+ .E_u15heuvq.content.link:hover {
36063
+ color: #0080ff;
36064
+ }
36065
+ .E_u15heuvq.content.black {
36066
+ color: #00122e;
36067
+ }
36068
+ .E_u15heuvq.content.gray {
36069
+ color: rgba(44, 56, 82, 0.75);
36177
36070
  }
36178
36071
 
36179
- .E_eld9lt {
36072
+ .E_wg1tsps {
36180
36073
  display: flex;
36181
- flex-direction: column;
36182
- justify-content: center;
36183
36074
  align-items: center;
36184
- height: 100%;
36075
+ justify-content: flex-end;
36185
36076
  }
36186
36077
 
36187
- .E_e1505fqc {
36078
+ .E_b1ctd5xy {
36188
36079
  display: flex;
36189
- flex-direction: column;
36190
36080
  align-items: center;
36081
+ width: calc(100% - 40px);
36191
36082
  }
36192
- .E_e1505fqc .title {
36193
- margin-bottom: 8px;
36194
- background-clip: text;
36195
- -webkit-background-clip: text;
36196
- -webkit-text-fill-color: transparent;
36197
- background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
36083
+ .E_b1ctd5xy .chart {
36084
+ display: inline-block;
36085
+ width: 100%;
36086
+ }
36087
+
36088
+ .E_u1p8acpn {
36089
+ min-width: 40px;
36090
+ }
36091
+ .E_u1p8acpn .unit {
36092
+ color: #00122e !important;
36198
36093
  }
36199
36094
 
36200
36095
  .E_cyms3br {
@@ -36264,81 +36159,108 @@ span.E_tqjc4ui {
36264
36159
  padding: unset;
36265
36160
  }
36266
36161
 
36267
- .E_l12xdkhl {
36268
- width: 64px;
36269
- height: 64px;
36270
- max-width: 64px;
36271
- max-height: 64px;
36272
- overflow: hidden;
36162
+ .E_kr6am0s .ant-modal-body {
36163
+ padding: 60px 128px;
36164
+ }
36165
+
36166
+ .E_k1h3cl5q {
36273
36167
  display: flex;
36274
- align-items: center;
36275
- justify-content: center;
36276
- position: relative;
36277
- opacity: 0.6;
36168
+ flex-direction: column;
36169
+ height: 100%;
36278
36170
  }
36279
- .E_l12xdkhl .icon-wrapper {
36280
- animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
36171
+
36172
+ .E_k1a6j97w {
36173
+ color: #00122e;
36174
+ font-size: 32px !important;
36175
+ margin-bottom: 16px;
36281
36176
  }
36282
- @keyframes rotate {
36283
- from {
36284
- transform: rotate(0deg);
36285
- }
36286
- to {
36287
- transform: rotate(360deg);
36288
- }
36177
+
36178
+ .E_k1uim1fg {
36179
+ margin-bottom: 32px;
36180
+ color: #00122e;
36289
36181
  }
36290
36182
 
36291
- .E_c14ouk5o {
36183
+ .E_kobelzt {
36184
+ font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
36185
+ min-height: 0;
36186
+ flex: 1;
36187
+ padding: 16px;
36188
+ background-color: #2d3a56;
36189
+ color: #fff;
36190
+ overflow: auto;
36191
+ max-width: 100%;
36192
+ min-height: 0;
36193
+ border-radius: 8px;
36194
+ white-space: pre-wrap;
36195
+ }
36196
+
36197
+ .E_kxzv3id {
36292
36198
  width: 100%;
36293
- height: 100%;
36294
36199
  display: flex;
36295
- font-size: 12px;
36296
- line-height: 18px;
36297
- padding: 8px 0;
36298
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36299
- }
36300
- .E_c14ouk5o:last-of-type {
36301
- box-shadow: none;
36302
- padding-bottom: 0;
36200
+ justify-content: space-between;
36201
+ padding: 0 128px;
36303
36202
  }
36304
- .E_c14ouk5o.collapsed {
36203
+
36204
+ .E_eld9lt {
36205
+ display: flex;
36305
36206
  flex-direction: column;
36207
+ justify-content: center;
36208
+ align-items: center;
36209
+ height: 100%;
36306
36210
  }
36307
- .E_c14ouk5o.collapsed .collapsed-content {
36211
+
36212
+ .E_e1505fqc {
36308
36213
  display: flex;
36214
+ flex-direction: column;
36215
+ align-items: center;
36309
36216
  }
36310
- .E_c14ouk5o.collapsed .collapsed-content > span {
36311
- flex: 1;
36312
- display: flex;
36313
- justify-content: space-between;
36217
+ .E_e1505fqc .title {
36218
+ margin-bottom: 8px;
36219
+ background-clip: text;
36220
+ -webkit-background-clip: text;
36221
+ -webkit-text-fill-color: transparent;
36222
+ background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
36314
36223
  }
36315
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36316
- height: auto;
36224
+
36225
+ .E_i5w779o {
36226
+ padding: 8px 0;
36317
36227
  }
36318
- .E_c14ouk5o.collapsed .extra-content {
36319
- margin-left: 162px;
36228
+ .E_i5w779o .col-label {
36229
+ flex-shrink: unset;
36320
36230
  }
36321
- .E_c14ouk5o .col-label {
36322
- width: 216px;
36323
- color: rgba(44, 56, 82, 0.6);
36324
- margin-right: 12px;
36325
- flex-shrink: 0;
36231
+ .E_i5w779o .col-label * {
36232
+ line-height: 18px;
36326
36233
  }
36327
- .E_c14ouk5o .col-content {
36328
- color: #2d3a56;
36329
- /* make btn link in info row have the same height as normal text */
36234
+ .E_i5w779o .col-content {
36235
+ flex: 1 1 0;
36236
+ display: flex;
36237
+ align-items: center;
36330
36238
  }
36331
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36332
- height: auto;
36239
+ .E_i5w779o .col-content * {
36240
+ line-height: 18px;
36333
36241
  }
36334
36242
 
36335
- .E_cevhqx7 {
36336
- color: #00122e;
36243
+ .E_l18dja44 {
36244
+ padding: 6px 0;
36245
+ }
36246
+ .E_l18dja44 .col-label * {
36247
+ font-size: 13px;
36248
+ line-height: 20px;
36249
+ }
36250
+ .E_l18dja44 .col-content * {
36251
+ font-size: 14px;
36252
+ line-height: 20px;
36337
36253
  }
36338
36254
 
36339
- .E_snbqlt4 {
36340
- margin-top: 8px;
36341
- color: rgba(44, 56, 82, 0.6);
36255
+ .E_c8c2hys {
36256
+ display: flex;
36257
+ justify-content: space-between;
36258
+ flex: 1;
36259
+ min-width: 0;
36260
+ }
36261
+
36262
+ .E_n4m6c4d {
36263
+ color: rgba(0, 21, 64, 0.3);
36342
36264
  }
36343
36265
 
36344
36266
  .E_c1kchka8 {
@@ -36833,6 +36755,83 @@ span.E_tqjc4ui {
36833
36755
  padding: 0;
36834
36756
  }
36835
36757
 
36758
+ .E_l12xdkhl {
36759
+ width: 64px;
36760
+ height: 64px;
36761
+ max-width: 64px;
36762
+ max-height: 64px;
36763
+ overflow: hidden;
36764
+ display: flex;
36765
+ align-items: center;
36766
+ justify-content: center;
36767
+ position: relative;
36768
+ opacity: 0.6;
36769
+ }
36770
+ .E_l12xdkhl .icon-wrapper {
36771
+ animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
36772
+ }
36773
+ @keyframes rotate {
36774
+ from {
36775
+ transform: rotate(0deg);
36776
+ }
36777
+ to {
36778
+ transform: rotate(360deg);
36779
+ }
36780
+ }
36781
+
36782
+ .E_cevhqx7 {
36783
+ color: #00122e;
36784
+ }
36785
+
36786
+ .E_snbqlt4 {
36787
+ margin-top: 8px;
36788
+ color: rgba(44, 56, 82, 0.6);
36789
+ }
36790
+
36791
+ .E_c14ouk5o {
36792
+ width: 100%;
36793
+ height: 100%;
36794
+ display: flex;
36795
+ font-size: 12px;
36796
+ line-height: 18px;
36797
+ padding: 8px 0;
36798
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36799
+ }
36800
+ .E_c14ouk5o:last-of-type {
36801
+ box-shadow: none;
36802
+ padding-bottom: 0;
36803
+ }
36804
+ .E_c14ouk5o.collapsed {
36805
+ flex-direction: column;
36806
+ }
36807
+ .E_c14ouk5o.collapsed .collapsed-content {
36808
+ display: flex;
36809
+ }
36810
+ .E_c14ouk5o.collapsed .collapsed-content > span {
36811
+ flex: 1;
36812
+ display: flex;
36813
+ justify-content: space-between;
36814
+ }
36815
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36816
+ height: auto;
36817
+ }
36818
+ .E_c14ouk5o.collapsed .extra-content {
36819
+ margin-left: 162px;
36820
+ }
36821
+ .E_c14ouk5o .col-label {
36822
+ width: 216px;
36823
+ color: rgba(44, 56, 82, 0.6);
36824
+ margin-right: 12px;
36825
+ flex-shrink: 0;
36826
+ }
36827
+ .E_c14ouk5o .col-content {
36828
+ color: #2d3a56;
36829
+ /* make btn link in info row have the same height as normal text */
36830
+ }
36831
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36832
+ height: auto;
36833
+ }
36834
+
36836
36835
  .E_c1ss4prm {
36837
36836
  color: rgba(44, 56, 82, 0.6);
36838
36837
  }