@cloudtower/eagle 0.33.50 → 0.33.53

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
@@ -29693,22 +29693,6 @@ html body {
29693
29693
  padding: 8px 12px;
29694
29694
  }
29695
29695
 
29696
- .E_berrcjl {
29697
- color: rgba(10, 37, 85, 0.6);
29698
- margin-bottom: 4px;
29699
- }
29700
- .E_berrcjl .breadcrumb-link {
29701
- color: rgba(10, 37, 85, 0.6);
29702
- cursor: pointer;
29703
- transition: color 160ms ease;
29704
- }
29705
- .E_berrcjl .breadcrumb-link:hover {
29706
- color: #0080ff;
29707
- }
29708
- .E_berrcjl .breadcrumb-link:active {
29709
- color: #005ed1;
29710
- }
29711
-
29712
29696
  .E_m74vjol {
29713
29697
  display: flex;
29714
29698
  justify-content: space-between;
@@ -29729,6 +29713,22 @@ html body {
29729
29713
  flex: 1;
29730
29714
  }
29731
29715
 
29716
+ .E_berrcjl {
29717
+ color: rgba(10, 37, 85, 0.6);
29718
+ margin-bottom: 4px;
29719
+ }
29720
+ .E_berrcjl .breadcrumb-link {
29721
+ color: rgba(10, 37, 85, 0.6);
29722
+ cursor: pointer;
29723
+ transition: color 160ms ease;
29724
+ }
29725
+ .E_berrcjl .breadcrumb-link:hover {
29726
+ color: #0080ff;
29727
+ }
29728
+ .E_berrcjl .breadcrumb-link:active {
29729
+ color: #005ed1;
29730
+ }
29731
+
29732
29732
  .E_b1wx3t3t.ant-btn-icon-only {
29733
29733
  justify-content: center;
29734
29734
  }
@@ -30015,6 +30015,61 @@ html body {
30015
30015
  border-radius: unset;
30016
30016
  }
30017
30017
 
30018
+ .E_ccrbeuz .ant-collapse-item {
30019
+ border: 0px;
30020
+ background-color: #fff;
30021
+ }
30022
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30023
+ padding-top: 0px;
30024
+ padding-bottom: 0px;
30025
+ padding-left: 0px !important;
30026
+ padding-right: 24px;
30027
+ }
30028
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30029
+ right: 0px;
30030
+ }
30031
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30032
+ padding: 0px;
30033
+ }
30034
+
30035
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30036
+ padding-right: 0px;
30037
+ cursor: default;
30038
+ }
30039
+
30040
+ .E_c1uzzomf {
30041
+ margin-bottom: 16px;
30042
+ }
30043
+ .E_c1uzzomf .card-title {
30044
+ font-size: 16px;
30045
+ color: rgba(44, 56, 82, 0.6);
30046
+ font-weight: 700;
30047
+ line-height: 32px;
30048
+ }
30049
+ .E_c1uzzomf .card-body {
30050
+ padding: 24px;
30051
+ border-radius: 8px;
30052
+ background: #fff;
30053
+ }
30054
+ .E_c1uzzomf .empty {
30055
+ font-weight: 700;
30056
+ font-size: 14px;
30057
+ line-height: 22px;
30058
+ color: rgba(0, 21, 64, 0.3);
30059
+ text-align: center;
30060
+ }
30061
+
30062
+ .E_c1yyuluq {
30063
+ border-radius: 8px;
30064
+ }
30065
+ .E_c1yyuluq .ant-card-body {
30066
+ padding: 20px 24px 24px 24px;
30067
+ }
30068
+
30069
+ .E_sx1bpnu .ant-input-sm {
30070
+ line-height: 18px;
30071
+ }
30072
+
30018
30073
  .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30019
30074
  padding: 4px 8px 0 8px;
30020
30075
  color: rgba(44, 56, 82, 0.6);
@@ -30111,57 +30166,6 @@ html body {
30111
30166
  width: 102px;
30112
30167
  }
30113
30168
 
30114
- .E_c1uzzomf {
30115
- margin-bottom: 16px;
30116
- }
30117
- .E_c1uzzomf .card-title {
30118
- font-size: 16px;
30119
- color: rgba(44, 56, 82, 0.6);
30120
- font-weight: 700;
30121
- line-height: 32px;
30122
- }
30123
- .E_c1uzzomf .card-body {
30124
- padding: 24px;
30125
- border-radius: 8px;
30126
- background: #fff;
30127
- }
30128
- .E_c1uzzomf .empty {
30129
- font-weight: 700;
30130
- font-size: 14px;
30131
- line-height: 22px;
30132
- color: rgba(0, 21, 64, 0.3);
30133
- text-align: center;
30134
- }
30135
-
30136
- .E_ccrbeuz .ant-collapse-item {
30137
- border: 0px;
30138
- background-color: #fff;
30139
- }
30140
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30141
- padding-top: 0px;
30142
- padding-bottom: 0px;
30143
- padding-left: 0px !important;
30144
- padding-right: 24px;
30145
- }
30146
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30147
- right: 0px;
30148
- }
30149
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30150
- padding: 0px;
30151
- }
30152
-
30153
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30154
- padding-right: 0px;
30155
- cursor: default;
30156
- }
30157
-
30158
- .E_c1yyuluq {
30159
- border-radius: 8px;
30160
- }
30161
- .E_c1yyuluq .ant-card-body {
30162
- padding: 20px 24px 24px 24px;
30163
- }
30164
-
30165
30169
  .E_itxley7.ant-input-group.ant-input-group-compact {
30166
30170
  display: flex;
30167
30171
  }
@@ -30174,77 +30178,6 @@ html body {
30174
30178
  border-top-right-radius: 5px;
30175
30179
  }
30176
30180
 
30177
- .E_sx1bpnu .ant-input-sm {
30178
- line-height: 18px;
30179
- }
30180
-
30181
- .E_phljevk {
30182
- display: flex;
30183
- justify-content: space-between;
30184
- align-items: center;
30185
- padding: 10px 0;
30186
- color: rgba(44, 56, 82, 0.6);
30187
- font-size: 12px;
30188
- line-height: 24px;
30189
- }
30190
- .E_phljevk .pagination-left {
30191
- padding: 2px 8px;
30192
- }
30193
- .E_phljevk .dropdown-trigger {
30194
- display: flex;
30195
- align-items: center;
30196
- border-radius: 6px;
30197
- cursor: pointer;
30198
- transition: all 0.3s ease;
30199
- }
30200
- .E_phljevk .dropdown-trigger:hover {
30201
- background: rgba(211, 218, 235, 0.6);
30202
- color: #0080ff;
30203
- }
30204
- .E_phljevk .dropdown-trigger .icon-inner {
30205
- margin-left: 4px;
30206
- }
30207
- .E_phljevk .pagination-right {
30208
- display: flex;
30209
- align-items: center;
30210
- color: #0080ff;
30211
- font-weight: bold;
30212
- }
30213
- .E_phljevk .pagination-right .icon-inner {
30214
- margin-left: 4px;
30215
- }
30216
- .E_phljevk .pagination-right .prev-btn,
30217
- .E_phljevk .pagination-right .next-btn {
30218
- padding: 0 8px;
30219
- }
30220
- .E_phljevk .pagination-right .prev-btn > span,
30221
- .E_phljevk .pagination-right .next-btn > span {
30222
- color: #0080ff;
30223
- }
30224
- .E_phljevk .pagination-right .next-btn .icon-inner {
30225
- transform: rotate(180deg);
30226
- }
30227
-
30228
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30229
- max-height: calc(100vh - 128px);
30230
- overflow-y: auto;
30231
- }
30232
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30233
- padding: 4px 20px;
30234
- font-size: 12px;
30235
- line-height: 18px;
30236
- }
30237
-
30238
- .E_ivqqkzv {
30239
- height: 24px;
30240
- width: 56px !important;
30241
- margin-right: 4px;
30242
- }
30243
-
30244
- .E_c1wk4q29 {
30245
- color: rgba(44, 56, 82, 0.6);
30246
- }
30247
-
30248
30181
  .E_c1bus5hc {
30249
30182
  --color: white;
30250
30183
  height: 14px;
@@ -30340,6 +30273,32 @@ html body {
30340
30273
  margin-left: 5px;
30341
30274
  }
30342
30275
 
30276
+ .E_i11gg7mj .ant-input-prefix {
30277
+ margin-right: 8px;
30278
+ }
30279
+ .E_i11gg7mj .ant-input-suffix {
30280
+ margin-left: 8px;
30281
+ }
30282
+
30283
+ .E_cc368xp {
30284
+ color: #00122e;
30285
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30286
+ margin-right: 8px;
30287
+ padding-right: 8px;
30288
+ }
30289
+
30290
+ .E_i11o6xqj {
30291
+ display: flex;
30292
+ gap: 4px;
30293
+ }
30294
+ .E_i11o6xqj .icon-wrapper {
30295
+ cursor: pointer;
30296
+ }
30297
+
30298
+ .E_d19ruhdj.icon-wrapper {
30299
+ cursor: not-allowed;
30300
+ }
30301
+
30343
30302
  .E_rapgekc.ant-radio-wrapper {
30344
30303
  display: inline-flex;
30345
30304
  align-items: baseline;
@@ -30486,85 +30445,75 @@ html body {
30486
30445
  width: 36px;
30487
30446
  }
30488
30447
 
30489
- .E_s1dni7lo {
30490
- width: 430px !important;
30448
+ .E_phljevk {
30449
+ display: flex;
30450
+ justify-content: space-between;
30451
+ align-items: center;
30452
+ padding: 10px 0;
30453
+ color: rgba(44, 56, 82, 0.6);
30454
+ font-size: 12px;
30455
+ line-height: 24px;
30491
30456
  }
30492
-
30493
- .E_d1wwmmm5 .ant-select-item-group {
30494
- padding: 8px 16px;
30495
- line-height: 18px;
30496
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30497
- height: 34px;
30498
- min-height: 34px;
30499
- box-sizing: border-box;
30500
- margin-top: 8px;
30457
+ .E_phljevk .pagination-left {
30458
+ padding: 2px 8px;
30501
30459
  }
30502
-
30503
- .E_o1ugr09p {
30460
+ .E_phljevk .dropdown-trigger {
30504
30461
  display: flex;
30505
- flex-direction: column;
30506
- margin: 1px 8px;
30507
- padding: 8px;
30508
- border-radius: 4px;
30509
- }
30510
- .E_o1ugr09p .selected-icon {
30511
- display: none;
30462
+ align-items: center;
30463
+ border-radius: 6px;
30464
+ cursor: pointer;
30465
+ transition: all 0.3s ease;
30512
30466
  }
30513
- .E_o1ugr09p.ant-select-item-option-grouped {
30514
- padding-left: 8px;
30467
+ .E_phljevk .dropdown-trigger:hover {
30468
+ background: rgba(211, 218, 235, 0.6);
30469
+ color: #0080ff;
30515
30470
  }
30516
- .E_o1ugr09p.ant-select-item-option-selected {
30517
- background-color: white;
30471
+ .E_phljevk .dropdown-trigger .icon-inner {
30472
+ margin-left: 4px;
30518
30473
  }
30519
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30474
+ .E_phljevk .pagination-right {
30475
+ display: flex;
30476
+ align-items: center;
30520
30477
  color: #0080ff;
30478
+ font-weight: bold;
30521
30479
  }
30522
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30523
- display: block;
30480
+ .E_phljevk .pagination-right .icon-inner {
30481
+ margin-left: 4px;
30524
30482
  }
30525
- .E_o1ugr09p.ant-select-item-option-active {
30526
- background: rgba(0, 136, 255, 0.16);
30483
+ .E_phljevk .pagination-right .prev-btn,
30484
+ .E_phljevk .pagination-right .next-btn {
30485
+ padding: 0 8px;
30527
30486
  }
30528
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30487
+ .E_phljevk .pagination-right .prev-btn > span,
30488
+ .E_phljevk .pagination-right .next-btn > span {
30529
30489
  color: #0080ff;
30530
30490
  }
30531
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30532
- background: rgba(0, 136, 255, 0.1);
30533
- color: #0080ff;
30491
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30492
+ transform: rotate(180deg);
30534
30493
  }
30535
30494
 
30536
- .E_o1ifxsq4 {
30537
- display: flex;
30538
- justify-content: space-between;
30539
- height: 20px;
30540
- line-height: 20px;
30495
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30496
+ max-height: calc(100vh - 128px);
30497
+ overflow-y: auto;
30541
30498
  }
30542
- .E_o1ifxsq4 .timezone-title {
30543
- color: #2d3a56;
30544
- overflow: hidden;
30545
- text-overflow: ellipsis;
30499
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30500
+ padding: 4px 20px;
30501
+ font-size: 12px;
30502
+ line-height: 18px;
30546
30503
  }
30547
30504
 
30548
- .E_o1zue7 {
30549
- display: flex;
30550
- justify-content: space-between;
30551
- color: rgba(44, 56, 82, 0.6);
30552
- height: 18px;
30553
- line-height: 18px;
30554
- margin-top: 2px;
30505
+ .E_ivqqkzv {
30506
+ height: 24px;
30507
+ width: 56px !important;
30508
+ margin-right: 4px;
30555
30509
  }
30556
30510
 
30557
- .E_tyfmlxg {
30558
- border: none;
30559
- margin-right: 0;
30560
- background: rgba(225, 230, 241, 0.6);
30511
+ .E_c1wk4q29 {
30512
+ color: rgba(44, 56, 82, 0.6);
30561
30513
  }
30562
30514
 
30563
- .E_o18uybox {
30564
- pointer-events: none;
30565
- height: 32px;
30566
- width: 100%;
30567
- opacity: 0;
30515
+ .E_iq1gosr {
30516
+ display: inline-block;
30568
30517
  }
30569
30518
 
30570
30519
  .E_tju3gfj .date {
@@ -30653,30 +30602,85 @@ html body {
30653
30602
  background-color: #7E41FF;
30654
30603
  }
30655
30604
 
30656
- .E_i11gg7mj .ant-input-prefix {
30657
- margin-right: 8px;
30605
+ .E_s1dni7lo {
30606
+ width: 430px !important;
30658
30607
  }
30659
- .E_i11gg7mj .ant-input-suffix {
30660
- margin-left: 8px;
30608
+
30609
+ .E_d1wwmmm5 .ant-select-item-group {
30610
+ padding: 8px 16px;
30611
+ line-height: 18px;
30612
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30613
+ height: 34px;
30614
+ min-height: 34px;
30615
+ box-sizing: border-box;
30616
+ margin-top: 8px;
30661
30617
  }
30662
30618
 
30663
- .E_cc368xp {
30664
- color: #00122e;
30665
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30666
- margin-right: 8px;
30667
- padding-right: 8px;
30619
+ .E_o1ugr09p {
30620
+ display: flex;
30621
+ flex-direction: column;
30622
+ margin: 1px 8px;
30623
+ padding: 8px;
30624
+ border-radius: 4px;
30625
+ }
30626
+ .E_o1ugr09p .selected-icon {
30627
+ display: none;
30628
+ }
30629
+ .E_o1ugr09p.ant-select-item-option-grouped {
30630
+ padding-left: 8px;
30631
+ }
30632
+ .E_o1ugr09p.ant-select-item-option-selected {
30633
+ background-color: white;
30634
+ }
30635
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30636
+ color: #0080ff;
30637
+ }
30638
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30639
+ display: block;
30640
+ }
30641
+ .E_o1ugr09p.ant-select-item-option-active {
30642
+ background: rgba(0, 136, 255, 0.16);
30643
+ }
30644
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30645
+ color: #0080ff;
30646
+ }
30647
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30648
+ background: rgba(0, 136, 255, 0.1);
30649
+ color: #0080ff;
30668
30650
  }
30669
30651
 
30670
- .E_i11o6xqj {
30652
+ .E_o1ifxsq4 {
30671
30653
  display: flex;
30672
- gap: 4px;
30654
+ justify-content: space-between;
30655
+ height: 20px;
30656
+ line-height: 20px;
30673
30657
  }
30674
- .E_i11o6xqj .icon-wrapper {
30675
- cursor: pointer;
30658
+ .E_o1ifxsq4 .timezone-title {
30659
+ color: #2d3a56;
30660
+ overflow: hidden;
30661
+ text-overflow: ellipsis;
30676
30662
  }
30677
30663
 
30678
- .E_d19ruhdj.icon-wrapper {
30679
- cursor: not-allowed;
30664
+ .E_o1zue7 {
30665
+ display: flex;
30666
+ justify-content: space-between;
30667
+ color: rgba(44, 56, 82, 0.6);
30668
+ height: 18px;
30669
+ line-height: 18px;
30670
+ margin-top: 2px;
30671
+ }
30672
+
30673
+ .E_tyfmlxg {
30674
+ border: none;
30675
+ margin-right: 0;
30676
+ background: rgba(225, 230, 241, 0.6);
30677
+ }
30678
+
30679
+ .E_o18uybox {
30680
+ pointer-events: none;
30681
+ height: 32px;
30682
+ width: 100%;
30683
+ opacity: 0;
30680
30684
  }
30681
30685
 
30682
30686
  .E_t1m2x205 .ant-tooltip-arrow {
@@ -30690,10 +30694,6 @@ html body {
30690
30694
  visibility: hidden;
30691
30695
  }
30692
30696
 
30693
- .E_iq1gosr {
30694
- display: inline-block;
30695
- }
30696
-
30697
30697
  .E_i1inqkme {
30698
30698
  height: 18px;
30699
30699
  line-height: 18px;
@@ -30707,11 +30707,38 @@ html body {
30707
30707
  margin-right: 4px;
30708
30708
  }
30709
30709
 
30710
- .E_atcz0kf .ant-input-suffix {
30711
- margin-left: 8px;
30710
+ .E_f7pxqmh {
30711
+ width: 100%;
30712
+ margin-bottom: 0 !important;
30713
+ flex-flow: nowrap !important;
30714
+ line-break: auto;
30712
30715
  }
30713
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30714
- padding: 2px 7px 2px 12px;
30716
+ .E_f7pxqmh > .ant-form-item-label {
30717
+ text-align: left !important;
30718
+ padding-bottom: 0 !important;
30719
+ }
30720
+ .E_f7pxqmh > .ant-form-item-label > label {
30721
+ min-height: 32px;
30722
+ height: auto;
30723
+ font-size: 13px;
30724
+ color: rgba(44, 56, 82, 0.6);
30725
+ white-space: normal;
30726
+ }
30727
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
30728
+ border-color: #ff4d4f !important;
30729
+ }
30730
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30731
+ border-color: #ff4d4f !important;
30732
+ }
30733
+ .E_f7pxqmh .ant-form-item-explain {
30734
+ margin-top: 4px;
30735
+ font-size: 12px;
30736
+ min-height: 0px;
30737
+ }
30738
+ .E_f7pxqmh .ant-form-item-extra {
30739
+ font-size: 12px;
30740
+ color: rgba(44, 56, 82, 0.6);
30741
+ min-height: 0px;
30715
30742
  }
30716
30743
 
30717
30744
  .E_ai7qkf2 .ant-input-number-handler-wrap {
@@ -30774,22 +30801,26 @@ html body {
30774
30801
  padding: 2px 8px;
30775
30802
  }
30776
30803
 
30777
- .E_iouxfgt {
30778
- display: inline-flex;
30804
+ .E_fzh9mnb {
30805
+ width: 100%;
30806
+ height: 100%;
30807
+ min-height: 124px;
30808
+ display: flex;
30809
+ flex-direction: column;
30810
+ justify-content: center;
30779
30811
  align-items: center;
30780
30812
  }
30781
- .E_iouxfgt .icon-inner {
30782
- display: inline-flex;
30783
- align-items: center;
30784
- justify-content: center;
30813
+ .E_fzh9mnb .error-text {
30814
+ color: rgba(10, 37, 85, 0.6);
30815
+ margin-bottom: 16px;
30816
+ font-size: 18px;
30785
30817
  }
30786
- .E_iouxfgt .icon-inner + span,
30787
- .E_iouxfgt span + .icon-inner.suffix {
30788
- margin-left: 4px;
30818
+
30819
+ .E_atcz0kf .ant-input-suffix {
30820
+ margin-left: 8px;
30789
30821
  }
30790
- .E_iouxfgt.is-rotate img,
30791
- .E_iouxfgt.is-rotate svg {
30792
- animation: rotate 680ms linear infinite;
30822
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30823
+ padding: 2px 7px 2px 12px;
30793
30824
  }
30794
30825
 
30795
30826
  .E_a1wfy30z .ant-input-number-handler-wrap {
@@ -30823,38 +30854,22 @@ html body {
30823
30854
  font-size: inherit;
30824
30855
  }
30825
30856
 
30826
- .E_f7pxqmh {
30827
- width: 100%;
30828
- margin-bottom: 0 !important;
30829
- flex-flow: nowrap !important;
30830
- line-break: auto;
30857
+ .E_iouxfgt {
30858
+ display: inline-flex;
30859
+ align-items: center;
30831
30860
  }
30832
- .E_f7pxqmh > .ant-form-item-label {
30833
- text-align: left !important;
30834
- padding-bottom: 0 !important;
30861
+ .E_iouxfgt .icon-inner {
30862
+ display: inline-flex;
30863
+ align-items: center;
30864
+ justify-content: center;
30835
30865
  }
30836
- .E_f7pxqmh > .ant-form-item-label > label {
30837
- min-height: 32px;
30838
- height: auto;
30839
- font-size: 13px;
30840
- color: rgba(44, 56, 82, 0.6);
30841
- white-space: normal;
30842
- }
30843
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
30844
- border-color: #ff4d4f !important;
30845
- }
30846
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30847
- border-color: #ff4d4f !important;
30848
- }
30849
- .E_f7pxqmh .ant-form-item-explain {
30850
- margin-top: 4px;
30851
- font-size: 12px;
30852
- min-height: 0px;
30866
+ .E_iouxfgt .icon-inner + span,
30867
+ .E_iouxfgt span + .icon-inner.suffix {
30868
+ margin-left: 4px;
30853
30869
  }
30854
- .E_f7pxqmh .ant-form-item-extra {
30855
- font-size: 12px;
30856
- color: rgba(44, 56, 82, 0.6);
30857
- min-height: 0px;
30870
+ .E_iouxfgt.is-rotate img,
30871
+ .E_iouxfgt.is-rotate svg {
30872
+ animation: rotate 680ms linear infinite;
30858
30873
  }
30859
30874
 
30860
30875
  .E_owd0kml {
@@ -30866,25 +30881,6 @@ html body {
30866
30881
  position: absolute;
30867
30882
  }
30868
30883
 
30869
- .E_fzh9mnb {
30870
- width: 100%;
30871
- height: 100%;
30872
- min-height: 124px;
30873
- display: flex;
30874
- flex-direction: column;
30875
- justify-content: center;
30876
- align-items: center;
30877
- }
30878
- .E_fzh9mnb .error-text {
30879
- color: rgba(10, 37, 85, 0.6);
30880
- margin-bottom: 16px;
30881
- font-size: 18px;
30882
- }
30883
-
30884
- .E_m196gn1d {
30885
- min-width: 1280px;
30886
- }
30887
-
30888
30884
  .E_a1b5xrg3 .user-icon-inner {
30889
30885
  display: inline-flex;
30890
30886
  align-items: center;
@@ -30915,6 +30911,10 @@ html body {
30915
30911
  transition: all 320ms ease;
30916
30912
  }
30917
30913
 
30914
+ .E_m196gn1d {
30915
+ min-width: 1280px;
30916
+ }
30917
+
30918
30918
  .E_dsnbhzf {
30919
30919
  font-family: Inter;
30920
30920
  font-style: normal;
@@ -32289,21 +32289,6 @@ input.E_rf8rlle.ant-input {
32289
32289
  flex-shrink: 0;
32290
32290
  }
32291
32291
 
32292
- .E_w1dxz879 {
32293
- display: flex;
32294
- flex-direction: column;
32295
- gap: 6px;
32296
- }
32297
- .E_w1dxz879 .ellipsis-tooltip {
32298
- max-height: var(--w1dxz879-0);
32299
- text-overflow: clip;
32300
- overflow: hidden;
32301
- }
32302
- .E_w1dxz879 .tips {
32303
- color: #fff;
32304
- opacity: 0.8;
32305
- }
32306
-
32307
32292
  .E_suhck3k {
32308
32293
  height: 24px;
32309
32294
  width: 24px;
@@ -32317,6 +32302,22 @@ input.E_rf8rlle.ant-input {
32317
32302
  fill: blue;
32318
32303
  }
32319
32304
 
32305
+ .E_ryby9ds {
32306
+ display: flex;
32307
+ align-items: center;
32308
+ }
32309
+ .E_ryby9ds .order {
32310
+ height: 24px;
32311
+ width: 24px;
32312
+ border-radius: 20px;
32313
+ color: #0080ff;
32314
+ background: rgba(0, 136, 255, 0.1);
32315
+ display: flex;
32316
+ align-items: center;
32317
+ justify-content: center;
32318
+ margin-right: 6px;
32319
+ }
32320
+
32320
32321
  .E_hrhfj7c {
32321
32322
  display: none;
32322
32323
  }
@@ -32536,20 +32537,52 @@ input.E_rf8rlle.ant-input {
32536
32537
  font-size: 14px;
32537
32538
  }
32538
32539
 
32539
- .E_ryby9ds {
32540
+ .E_w1dxz879 {
32540
32541
  display: flex;
32541
- align-items: center;
32542
+ flex-direction: column;
32543
+ gap: 6px;
32542
32544
  }
32543
- .E_ryby9ds .order {
32544
- height: 24px;
32545
- width: 24px;
32546
- border-radius: 20px;
32547
- color: #0080ff;
32548
- background: rgba(0, 136, 255, 0.1);
32545
+ .E_w1dxz879 .ellipsis-tooltip {
32546
+ max-height: var(--w1dxz879-0);
32547
+ text-overflow: clip;
32548
+ overflow: hidden;
32549
+ }
32550
+ .E_w1dxz879 .tips {
32551
+ color: #fff;
32552
+ opacity: 0.8;
32553
+ }
32554
+
32555
+ .E_m5foqp8 {
32556
+ --footer-height: 96px;
32557
+ --header-height: 80px;
32558
+ --modal-content-width: 720px;
32559
+ --modal-content-min-height: 200px;
32560
+ --modal-content-max-height: calc(
32561
+ 100vh - 136px - var(--header-height) - var(--footer-height)
32562
+ );
32563
+ --modal-header-padding: 40px 60px 8px;
32564
+ --modal-content-padding-top: 24px;
32565
+ --modal-content-padding-bottom: 32px;
32566
+ --modal-content-padding-x: 60px;
32567
+ --modal-footer-padding: 0 60px;
32568
+ }
32569
+ .E_m5foqp8.content-full.ant-modal {
32570
+ height: calc(100vh - 80px);
32571
+ width: calc(100vw - 160px);
32572
+ }
32573
+ .E_m5foqp8.content-full.ant-modal .ant-modal-content {
32574
+ width: 100%;
32575
+ height: 100%;
32576
+ max-width: unset;
32577
+ max-height: unset;
32549
32578
  display: flex;
32550
- align-items: center;
32551
- justify-content: center;
32552
- margin-right: 6px;
32579
+ flex-direction: column;
32580
+ }
32581
+ .E_m5foqp8.content-full.ant-modal .ant-modal-body {
32582
+ flex: 1;
32583
+ }
32584
+ .E_m5foqp8 .initializing-title {
32585
+ height: 32px;
32553
32586
  }
32554
32587
 
32555
32588
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
@@ -32587,39 +32620,6 @@ input.E_rf8rlle.ant-input {
32587
32620
  background-color: transparent;
32588
32621
  }
32589
32622
 
32590
- .E_m5foqp8 {
32591
- --footer-height: 96px;
32592
- --header-height: 80px;
32593
- --modal-content-width: 720px;
32594
- --modal-content-min-height: 200px;
32595
- --modal-content-max-height: calc(
32596
- 100vh - 136px - var(--header-height) - var(--footer-height)
32597
- );
32598
- --modal-header-padding: 40px 60px 8px;
32599
- --modal-content-padding-top: 24px;
32600
- --modal-content-padding-bottom: 32px;
32601
- --modal-content-padding-x: 60px;
32602
- --modal-footer-padding: 0 60px;
32603
- }
32604
- .E_m5foqp8.content-full.ant-modal {
32605
- height: calc(100vh - 80px);
32606
- width: calc(100vw - 160px);
32607
- }
32608
- .E_m5foqp8.content-full.ant-modal .ant-modal-content {
32609
- width: 100%;
32610
- height: 100%;
32611
- max-width: unset;
32612
- max-height: unset;
32613
- display: flex;
32614
- flex-direction: column;
32615
- }
32616
- .E_m5foqp8.content-full.ant-modal .ant-modal-body {
32617
- flex: 1;
32618
- }
32619
- .E_m5foqp8 .initializing-title {
32620
- height: 32px;
32621
- }
32622
-
32623
32623
  .E_h12yihis {
32624
32624
  height: 50px;
32625
32625
  border-bottom: 2px solid #edf0f7;
@@ -32840,209 +32840,6 @@ input.E_rf8rlle.ant-input {
32840
32840
  position: static;
32841
32841
  }
32842
32842
 
32843
- .E_c1kghdax {
32844
- color: #2d3a56;
32845
- padding: 7px 12px;
32846
- display: flex;
32847
- justify-content: space-between;
32848
- align-items: center;
32849
- }
32850
- .E_c1kghdax.has-arrow {
32851
- padding-left: 10px;
32852
- }
32853
- .E_c1kghdax.has-arrow .title-wrapper {
32854
- cursor: pointer;
32855
- color: #00122e;
32856
- }
32857
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
32858
- color: #2d3a56;
32859
- font-weight: 600;
32860
- }
32861
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32862
- transform: rotate(90deg);
32863
- }
32864
- .E_c1kghdax .sub-info {
32865
- font-size: 12px;
32866
- line-height: 18px;
32867
- }
32868
- .E_c1kghdax .title-wrapper {
32869
- display: flex;
32870
- align-items: center;
32871
- user-select: none;
32872
- flex-grow: 1;
32873
- font-size: 12px;
32874
- line-height: 18px;
32875
- color: #2d3a56;
32876
- font-weight: 700;
32877
- }
32878
- .E_c1kghdax .collapse-arrow {
32879
- transition: all 50ms ease-out 0ms;
32880
- margin-right: 2px;
32881
- }
32882
-
32883
- .E_c1yd35n {
32884
- padding: 0 12px 14px 12px;
32885
- }
32886
-
32887
- .E_b14q2gmw {
32888
- 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);
32889
- }
32890
-
32891
- .E_c1eym6el {
32892
- border-radius: 8px;
32893
- background-color: white;
32894
- }
32895
- .E_c1eym6el.hoverable {
32896
- cursor: pointer;
32897
- }
32898
- .E_c1eym6el.hoverable:hover {
32899
- transition: all 200ms ease;
32900
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32901
- transform: translateY(-4px);
32902
- }
32903
-
32904
- .E_ckui4s7 {
32905
- color: #2d3a56;
32906
- line-height: 22px;
32907
- display: inline-flex;
32908
- }
32909
- .E_ckui4s7 .ant-checkbox {
32910
- height: 22px;
32911
- display: flex;
32912
- align-items: center;
32913
- top: 0;
32914
- }
32915
- .E_ckui4s7 .ant-checkbox-checked::after {
32916
- border: none;
32917
- }
32918
- .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 {
32919
- border-color: #0080ff;
32920
- }
32921
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
32922
- border: 1px solid rgba(107, 128, 167, 0.6);
32923
- }
32924
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32925
- border: 1px solid #0080ff;
32926
- }
32927
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32928
- background: #0080ff;
32929
- }
32930
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32931
- background-color: #fff;
32932
- height: 2px;
32933
- width: 10px;
32934
- border-radius: 2px;
32935
- }
32936
- .E_ckui4s7.ant-checkbox-wrapper-disabled {
32937
- opacity: 0.5;
32938
- }
32939
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
32940
- background: rgba(211, 218, 235, 0.6);
32941
- border-color: rgba(107, 128, 167, 0.6) !important;
32942
- }
32943
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32944
- border-color: #2d3a56;
32945
- }
32946
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32947
- background: #2d3a56;
32948
- }
32949
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
32950
- padding: 0;
32951
- }
32952
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
32953
- display: inline-block;
32954
- margin-left: 12px;
32955
- color: #2d3a56;
32956
- }
32957
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
32958
- margin-left: 28px;
32959
- color: rgba(44, 56, 82, 0.6);
32960
- }
32961
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
32962
- margin-left: 8px;
32963
- }
32964
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
32965
- margin-left: 24px;
32966
- }
32967
-
32968
- .E_lht19u8 {
32969
- width: 64px;
32970
- height: 64px;
32971
- display: flex;
32972
- align-items: center;
32973
- justify-content: center;
32974
- position: relative;
32975
- opacity: 0.2;
32976
- }
32977
-
32978
- .E_lk3gkp4 {
32979
- position: absolute;
32980
- width: 5px;
32981
- height: 48px;
32982
- left: 9.33px;
32983
- top: 40.5px;
32984
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32985
- border-radius: 5px;
32986
- transform: rotate(-128deg);
32987
- transform-origin: top left;
32988
- animation: loading-indicator1 1100ms ease-out infinite;
32989
- }
32990
-
32991
- .E_ll4n94n {
32992
- position: absolute;
32993
- width: 5px;
32994
- height: 48px;
32995
- left: 40.8px;
32996
- top: 8.4px;
32997
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32998
- border-radius: 5px;
32999
- transform: rotate(-8deg);
33000
- transform-origin: top left;
33001
- animation: loading-indicator2 1100ms ease-out infinite;
33002
- }
33003
-
33004
- .E_l17lbdo6 {
33005
- position: absolute;
33006
- width: 5px;
33007
- height: 48px;
33008
- left: 52.9px;
33009
- top: 51.8px;
33010
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33011
- border-radius: 5px;
33012
- transform: rotate(112deg);
33013
- transform-origin: top left;
33014
- animation: loading-indicator3 1100ms ease-out infinite;
33015
- }
33016
-
33017
- .E_slr2ynn {
33018
- padding: 0 8px;
33019
- height: 18px;
33020
- }
33021
-
33022
- .E_m140wbb6 {
33023
- padding: 2px 8px;
33024
- height: 24px;
33025
- }
33026
-
33027
- .E_t1fozc1i {
33028
- margin: 0;
33029
- }
33030
-
33031
- .E_i1vxv4ln {
33032
- margin-right: 4px;
33033
- height: 16px;
33034
- }
33035
-
33036
- .E_n1afl31m.ant-tag.ant-tag-gray {
33037
- font-weight: 700;
33038
- color: #00122e;
33039
- background-color: rgba(237, 241, 250, 0.6);
33040
- border: 1px solid rgba(211, 218, 235, 0.6);
33041
- word-break: break-all;
33042
- display: inline;
33043
- white-space: normal;
33044
- }
33045
-
33046
32843
  button.E_l48ei06.ant-btn,
33047
32844
  button.E_l48ei06.ant-btn.ant-btn-sm,
33048
32845
  button.E_l48ei06.ant-btn.ant-btn-lg {
@@ -33132,42 +32929,167 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33132
32929
  .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33133
32930
  background-color: #f0483e;
33134
32931
  }
33135
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33136
- background-color: rgba(255, 74, 74, 0.16);
32932
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32933
+ background-color: rgba(255, 74, 74, 0.16);
32934
+ }
32935
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32936
+ background-color: rgba(254, 160, 8, 0.1);
32937
+ }
32938
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32939
+ background-color: #fea008;
32940
+ }
32941
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32942
+ background-color: rgba(255, 187, 0, 0.16);
32943
+ }
32944
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
32945
+ background-color: rgba(30, 201, 127, 0.1);
32946
+ }
32947
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32948
+ background-color: #00ba5d;
32949
+ }
32950
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32951
+ background-color: rgba(30, 201, 127, 0.16);
32952
+ }
32953
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32954
+ background-color: rgba(225, 230, 241, 0.6);
32955
+ }
32956
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32957
+ background-color: #6b7d99;
32958
+ }
32959
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32960
+ background-color: rgba(211, 218, 235, 0.6);
32961
+ }
32962
+
32963
+ .E_satwmqm {
32964
+ width: 8px;
32965
+ height: 8px;
32966
+ border-radius: 50%;
32967
+ display: inline-block;
32968
+ }
32969
+
32970
+ .E_ckui4s7 {
32971
+ color: #2d3a56;
32972
+ line-height: 22px;
32973
+ display: inline-flex;
32974
+ }
32975
+ .E_ckui4s7 .ant-checkbox {
32976
+ height: 22px;
32977
+ display: flex;
32978
+ align-items: center;
32979
+ top: 0;
32980
+ }
32981
+ .E_ckui4s7 .ant-checkbox-checked::after {
32982
+ border: none;
32983
+ }
32984
+ .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 {
32985
+ border-color: #0080ff;
32986
+ }
32987
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
32988
+ border: 1px solid rgba(107, 128, 167, 0.6);
32989
+ }
32990
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32991
+ border: 1px solid #0080ff;
32992
+ }
32993
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32994
+ background: #0080ff;
32995
+ }
32996
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32997
+ background-color: #fff;
32998
+ height: 2px;
32999
+ width: 10px;
33000
+ border-radius: 2px;
33001
+ }
33002
+ .E_ckui4s7.ant-checkbox-wrapper-disabled {
33003
+ opacity: 0.5;
33004
+ }
33005
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
33006
+ background: rgba(211, 218, 235, 0.6);
33007
+ border-color: rgba(107, 128, 167, 0.6) !important;
33008
+ }
33009
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
33010
+ border-color: #2d3a56;
33011
+ }
33012
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33013
+ background: #2d3a56;
33014
+ }
33015
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33016
+ padding: 0;
33017
+ }
33018
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33019
+ display: inline-block;
33020
+ margin-left: 12px;
33021
+ color: #2d3a56;
33022
+ }
33023
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33024
+ margin-left: 28px;
33025
+ color: rgba(44, 56, 82, 0.6);
33026
+ }
33027
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33028
+ margin-left: 8px;
33029
+ }
33030
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33031
+ margin-left: 24px;
33032
+ }
33033
+
33034
+ .E_c1yd35n {
33035
+ padding: 0 12px 14px 12px;
33137
33036
  }
33138
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33139
- background-color: rgba(254, 160, 8, 0.1);
33037
+
33038
+ .E_c1kghdax {
33039
+ color: #2d3a56;
33040
+ padding: 7px 12px;
33041
+ display: flex;
33042
+ justify-content: space-between;
33043
+ align-items: center;
33140
33044
  }
33141
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33142
- background-color: #fea008;
33045
+ .E_c1kghdax.has-arrow {
33046
+ padding-left: 10px;
33143
33047
  }
33144
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33145
- background-color: rgba(255, 187, 0, 0.16);
33048
+ .E_c1kghdax.has-arrow .title-wrapper {
33049
+ cursor: pointer;
33050
+ color: #00122e;
33146
33051
  }
33147
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33148
- background-color: rgba(30, 201, 127, 0.1);
33052
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
33053
+ color: #2d3a56;
33054
+ font-weight: 600;
33149
33055
  }
33150
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33151
- background-color: #00ba5d;
33056
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33057
+ transform: rotate(90deg);
33152
33058
  }
33153
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33154
- background-color: rgba(30, 201, 127, 0.16);
33059
+ .E_c1kghdax .sub-info {
33060
+ font-size: 12px;
33061
+ line-height: 18px;
33155
33062
  }
33156
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33157
- background-color: rgba(225, 230, 241, 0.6);
33063
+ .E_c1kghdax .title-wrapper {
33064
+ display: flex;
33065
+ align-items: center;
33066
+ user-select: none;
33067
+ flex-grow: 1;
33068
+ font-size: 12px;
33069
+ line-height: 18px;
33070
+ color: #2d3a56;
33071
+ font-weight: 700;
33158
33072
  }
33159
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33160
- background-color: #6b7d99;
33073
+ .E_c1kghdax .collapse-arrow {
33074
+ transition: all 50ms ease-out 0ms;
33075
+ margin-right: 2px;
33161
33076
  }
33162
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33163
- background-color: rgba(211, 218, 235, 0.6);
33077
+
33078
+ .E_b14q2gmw {
33079
+ 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);
33164
33080
  }
33165
33081
 
33166
- .E_satwmqm {
33167
- width: 8px;
33168
- height: 8px;
33169
- border-radius: 50%;
33170
- display: inline-block;
33082
+ .E_c1eym6el {
33083
+ border-radius: 8px;
33084
+ background-color: white;
33085
+ }
33086
+ .E_c1eym6el.hoverable {
33087
+ cursor: pointer;
33088
+ }
33089
+ .E_c1eym6el.hoverable:hover {
33090
+ transition: all 200ms ease;
33091
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33092
+ transform: translateY(-4px);
33171
33093
  }
33172
33094
 
33173
33095
  .E_tc97u5y {
@@ -33541,18 +33463,72 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33541
33463
  background: #fff;
33542
33464
  }
33543
33465
 
33544
- .E_w7ob4th.outside-tag {
33545
- padding-left: 0;
33466
+ .E_r77hffu {
33467
+ display: flex;
33468
+ align-items: center;
33469
+ justify-content: space-between;
33470
+ column-gap: 6px;
33546
33471
  }
33547
- .E_w7ob4th.outside-tag .inside-tag {
33548
- border-radius: 4px 0 0 4px;
33549
- padding-right: 4px;
33550
- margin-right: 4px;
33472
+
33473
+ .E_p1cmxsf7 {
33474
+ display: flex;
33475
+ flex-direction: column;
33476
+ justify-content: center;
33477
+ row-gap: var(--p1cmxsf7-0);
33478
+ }
33479
+ .E_p1cmxsf7 .antd5-progress-line {
33480
+ font-size: 0;
33481
+ margin-bottom: unset;
33482
+ margin-inline-end: unset;
33551
33483
  }
33552
33484
 
33553
- .E_i1g85yz3 {
33554
- margin-right: 4px;
33555
- height: 16px;
33485
+ .E_lht19u8 {
33486
+ width: 64px;
33487
+ height: 64px;
33488
+ display: flex;
33489
+ align-items: center;
33490
+ justify-content: center;
33491
+ position: relative;
33492
+ opacity: 0.2;
33493
+ }
33494
+
33495
+ .E_lk3gkp4 {
33496
+ position: absolute;
33497
+ width: 5px;
33498
+ height: 48px;
33499
+ left: 9.33px;
33500
+ top: 40.5px;
33501
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33502
+ border-radius: 5px;
33503
+ transform: rotate(-128deg);
33504
+ transform-origin: top left;
33505
+ animation: loading-indicator1 1100ms ease-out infinite;
33506
+ }
33507
+
33508
+ .E_ll4n94n {
33509
+ position: absolute;
33510
+ width: 5px;
33511
+ height: 48px;
33512
+ left: 40.8px;
33513
+ top: 8.4px;
33514
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33515
+ border-radius: 5px;
33516
+ transform: rotate(-8deg);
33517
+ transform-origin: top left;
33518
+ animation: loading-indicator2 1100ms ease-out infinite;
33519
+ }
33520
+
33521
+ .E_l17lbdo6 {
33522
+ position: absolute;
33523
+ width: 5px;
33524
+ height: 48px;
33525
+ left: 52.9px;
33526
+ top: 51.8px;
33527
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33528
+ border-radius: 5px;
33529
+ transform: rotate(112deg);
33530
+ transform-origin: top left;
33531
+ animation: loading-indicator3 1100ms ease-out infinite;
33556
33532
  }
33557
33533
 
33558
33534
  .E_sjob3jg {
@@ -33741,13 +33717,119 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33741
33717
  column-gap: 6px;
33742
33718
  font-size: 13px;
33743
33719
  }
33744
- .E_v18frne8 .step-item-prefix-container {
33745
- display: inline-flex;
33746
- align-items: center;
33747
- min-width: 20px;
33748
- min-height: 20px;
33749
- color: rgba(44, 56, 82, 0.75);
33750
- justify-content: center;
33720
+ .E_v18frne8 .step-item-prefix-container {
33721
+ display: inline-flex;
33722
+ align-items: center;
33723
+ min-width: 20px;
33724
+ min-height: 20px;
33725
+ color: rgba(44, 56, 82, 0.75);
33726
+ justify-content: center;
33727
+ }
33728
+
33729
+ .E_w7ob4th.outside-tag {
33730
+ padding-left: 0;
33731
+ }
33732
+ .E_w7ob4th.outside-tag .inside-tag {
33733
+ border-radius: 4px 0 0 4px;
33734
+ padding-right: 4px;
33735
+ margin-right: 4px;
33736
+ }
33737
+
33738
+ .E_slr2ynn {
33739
+ padding: 0 8px;
33740
+ height: 18px;
33741
+ }
33742
+
33743
+ .E_m140wbb6 {
33744
+ padding: 2px 8px;
33745
+ height: 24px;
33746
+ }
33747
+
33748
+ .E_t1fozc1i {
33749
+ margin: 0;
33750
+ }
33751
+
33752
+ .E_i1vxv4ln {
33753
+ margin-right: 4px;
33754
+ height: 16px;
33755
+ }
33756
+
33757
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33758
+ font-weight: 700;
33759
+ color: #00122e;
33760
+ background-color: rgba(237, 241, 250, 0.6);
33761
+ border: 1px solid rgba(211, 218, 235, 0.6);
33762
+ word-break: break-all;
33763
+ display: inline;
33764
+ white-space: normal;
33765
+ }
33766
+
33767
+ .E_l1ucdodl {
33768
+ margin: 0;
33769
+ border-radius: 20px;
33770
+ padding: 2px 10px;
33771
+ height: 22px;
33772
+ display: flex;
33773
+ align-items: center;
33774
+ }
33775
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
33776
+ color: #FFFFFF;
33777
+ }
33778
+ .E_l1ucdodl.tag-hover {
33779
+ cursor: pointer;
33780
+ }
33781
+ .E_l1ucdodl.ui-kit-status-legend {
33782
+ color: #00122e;
33783
+ }
33784
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33785
+ margin-right: 6px;
33786
+ }
33787
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33788
+ margin-left: 8px;
33789
+ color: rgba(44, 56, 82, 0.6);
33790
+ }
33791
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33792
+ color: #FFFFFF;
33793
+ }
33794
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33795
+ background-color: #0080ff;
33796
+ }
33797
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33798
+ background-color: #f0483e;
33799
+ }
33800
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33801
+ background-color: #fea008;
33802
+ }
33803
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33804
+ background-color: #00ba5d;
33805
+ }
33806
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33807
+ background-color: #6b7d99;
33808
+ }
33809
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33810
+ background-color: #7E41FF;
33811
+ }
33812
+
33813
+ .E_s1qj66nc {
33814
+ width: 8px;
33815
+ height: 8px;
33816
+ border-radius: 50%;
33817
+ display: inline-block;
33818
+ }
33819
+
33820
+ .E_s5x1boq {
33821
+ width: 8px;
33822
+ height: 8px;
33823
+ border-radius: 2px;
33824
+ display: inline-block;
33825
+ }
33826
+
33827
+ .E_c1xm185 {
33828
+ color: rgba(44, 56, 82, 0.6);
33829
+ }
33830
+
33831
+ .E_c1x5l5qc {
33832
+ flex: 1;
33751
33833
  }
33752
33834
 
33753
33835
  .E_t1dtlqs1 {
@@ -33946,23 +34028,9 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33946
34028
  margin-right: 8px;
33947
34029
  }
33948
34030
 
33949
- .E_r77hffu {
33950
- display: flex;
33951
- align-items: center;
33952
- justify-content: space-between;
33953
- column-gap: 6px;
33954
- }
33955
-
33956
- .E_p1cmxsf7 {
33957
- display: flex;
33958
- flex-direction: column;
33959
- justify-content: center;
33960
- row-gap: var(--p1cmxsf7-0);
33961
- }
33962
- .E_p1cmxsf7 .antd5-progress-line {
33963
- font-size: 0;
33964
- margin-bottom: unset;
33965
- margin-inline-end: unset;
34031
+ .E_i1g85yz3 {
34032
+ margin-right: 4px;
34033
+ height: 16px;
33966
34034
  }
33967
34035
 
33968
34036
  .E_t13ef470 {
@@ -33995,74 +34063,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33995
34063
  background: rgba(163, 180, 204, 0.18);
33996
34064
  }
33997
34065
 
33998
- .E_l1ucdodl {
33999
- margin: 0;
34000
- border-radius: 20px;
34001
- padding: 2px 10px;
34002
- height: 22px;
34003
- display: flex;
34004
- align-items: center;
34005
- }
34006
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
34007
- color: #FFFFFF;
34008
- }
34009
- .E_l1ucdodl.tag-hover {
34010
- cursor: pointer;
34011
- }
34012
- .E_l1ucdodl.ui-kit-status-legend {
34013
- color: #00122e;
34014
- }
34015
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
34016
- margin-right: 6px;
34017
- }
34018
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
34019
- margin-left: 8px;
34020
- color: rgba(44, 56, 82, 0.6);
34021
- }
34022
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
34023
- color: #FFFFFF;
34024
- }
34025
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
34026
- background-color: #0080ff;
34027
- }
34028
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
34029
- background-color: #f0483e;
34030
- }
34031
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
34032
- background-color: #fea008;
34033
- }
34034
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
34035
- background-color: #00ba5d;
34036
- }
34037
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
34038
- background-color: #6b7d99;
34039
- }
34040
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
34041
- background-color: #7E41FF;
34042
- }
34043
-
34044
- .E_s1qj66nc {
34045
- width: 8px;
34046
- height: 8px;
34047
- border-radius: 50%;
34048
- display: inline-block;
34049
- }
34050
-
34051
- .E_s5x1boq {
34052
- width: 8px;
34053
- height: 8px;
34054
- border-radius: 2px;
34055
- display: inline-block;
34056
- }
34057
-
34058
- .E_c1xm185 {
34059
- color: rgba(44, 56, 82, 0.6);
34060
- }
34061
-
34062
- .E_c1x5l5qc {
34063
- flex: 1;
34064
- }
34065
-
34066
34066
  .E_t1gvlxt5 {
34067
34067
  min-width: 0;
34068
34068
  flex: 1;
@@ -34085,7 +34085,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34085
34085
  column-gap: var(--a1ji6r68-0);
34086
34086
  }
34087
34087
 
34088
- .E_m11nzl2x {
34088
+ .E_msn7nxt {
34089
34089
  color: rgba(44, 56, 82, 0.6);
34090
34090
  text-align: center;
34091
34091
  display: flex;
@@ -34094,213 +34094,159 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34094
34094
  flex-direction: column;
34095
34095
  height: 100%;
34096
34096
  }
34097
- .E_m11nzl2x .link {
34097
+ .E_msn7nxt .link {
34098
34098
  color: #0080ff;
34099
34099
  cursor: pointer;
34100
34100
  }
34101
34101
 
34102
- .E_mn7joto {
34102
+ .E_mp64wfi {
34103
34103
  width: 100%;
34104
34104
  height: 100%;
34105
34105
  display: flex;
34106
34106
  flex-direction: column;
34107
34107
  }
34108
- .E_mn7joto .name-toolbar {
34108
+ .E_mp64wfi .name-toolbar {
34109
34109
  width: 100%;
34110
34110
  display: flex;
34111
34111
  line-height: 30px;
34112
+ padding: 0 16px;
34112
34113
  justify-content: space-between;
34113
34114
  }
34114
- .E_mn7joto .name-toolbar .metric-extra {
34115
+ .E_mp64wfi .name-toolbar .metric-extra {
34115
34116
  display: flex;
34116
34117
  font-size: 12px;
34117
34118
  align-items: center;
34118
34119
  }
34119
- .E_mn7joto .name-toolbar .metric-extra .info-item {
34120
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
34120
34121
  color: #a3b4cc;
34121
34122
  }
34122
- .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
34123
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34123
34124
  margin-left: 10px;
34124
34125
  }
34125
- .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
34126
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34126
34127
  margin-left: 10px;
34127
34128
  cursor: pointer;
34128
34129
  }
34129
- .E_mn7joto .content {
34130
+ .E_mp64wfi .content {
34130
34131
  flex: 1;
34131
34132
  width: 100%;
34132
34133
  display: flex;
34133
34134
  justify-content: center;
34134
34135
  align-items: center;
34135
34136
  }
34136
- .E_mn7joto .single-content {
34137
+ .E_mp64wfi .single-content {
34137
34138
  height: 65px;
34138
34139
  }
34139
34140
 
34140
- .E_l1bifhon {
34141
+ .E_l1oyigan {
34141
34142
  display: flex;
34142
34143
  align-items: center;
34143
34144
  white-space: nowrap;
34144
34145
  overflow: hidden;
34145
34146
  width: 100%;
34146
34147
  }
34147
- .E_l1bifhon .ant-dropdown-trigger {
34148
+ .E_l1oyigan .ant-dropdown-trigger {
34149
+ margin-left: auto;
34148
34150
  font-size: 12px;
34149
- margin-left: 8px;
34150
34151
  }
34151
34152
 
34152
- .E_ltthzck {
34153
+ .E_l1noi4n1 {
34153
34154
  display: flex;
34154
34155
  justify-content: flex-start;
34155
34156
  align-items: center;
34156
34157
  font-size: 12px;
34157
34158
  cursor: pointer;
34158
34159
  }
34159
- .E_ltthzck:not(:first-child) {
34160
- margin-left: 8px;
34161
- }
34162
- .E_ltthzck.deselected, .E_ltthzck.hovering {
34163
- opacity: 0.3;
34164
- }
34165
- .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
34166
- background: #b4beca !important;
34167
- border-radius: 2px;
34168
- }
34169
- .E_ltthzck.hoverering-self {
34170
- opacity: 1;
34171
- }
34172
- .E_ltthzck .dropdown-trigger {
34173
- margin-left: 12px;
34174
- }
34175
- .E_ltthzck .legend-name {
34176
- color: #00122e;
34177
- }
34178
- .E_ltthzck .icon-suffix-wrapper {
34179
- display: flex;
34180
- align-items: center;
34181
- margin-left: 4px;
34182
- }
34183
-
34184
- .E_l1mumj7o {
34185
- display: flex;
34186
- justify-content: flex-start;
34187
- align-items: center;
34188
- font-size: 12px;
34189
- cursor: pointer;
34160
+ .E_l1noi4n1:not(:last-child) {
34161
+ margin-right: 20px;
34190
34162
  }
34191
- .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
34192
- opacity: 0.3;
34163
+ .E_l1noi4n1.deselected {
34164
+ opacity: 0.4;
34193
34165
  }
34194
- .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
34166
+ .E_l1noi4n1.deselected .color-block {
34195
34167
  background: #b4beca !important;
34196
- border-radius: 2px;
34197
- }
34198
- .E_l1mumj7o .legend-name {
34199
- color: #00122e;
34200
- }
34201
- .E_l1mumj7o.hoverering-self {
34202
- opacity: 1;
34203
- }
34204
- .E_l1mumj7o .icon-suffix-wrapper {
34205
- margin-left: 4px;
34206
- display: flex;
34207
- align-items: center;
34208
34168
  }
34209
34169
 
34210
- .E_c14rn6j5 {
34170
+ .E_cz19rz6 {
34211
34171
  display: inline-block;
34212
34172
  height: 8px;
34213
34173
  width: 8px;
34214
- margin-right: 6px;
34215
- border-radius: 2px;
34174
+ margin-right: 8px;
34216
34175
  }
34217
34176
 
34218
- .E_e45tc5l .ant-dropdown-menu-item {
34177
+ .E_e17r5r9c .ant-dropdown-menu-item {
34219
34178
  display: flex;
34220
34179
  align-items: center;
34221
34180
  font-size: 12px;
34222
34181
  margin: 0;
34223
34182
  }
34224
34183
 
34225
- .E_lqeaosa {
34184
+ .E_m1y1hhnr {
34226
34185
  position: relative;
34227
34186
  }
34228
- .E_lqeaosa.hidden-xaxis .pointer-wrapper {
34187
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34229
34188
  bottom: -12px;
34230
34189
  }
34231
- .E_lqeaosa .metric-toolbar {
34190
+ .E_m1y1hhnr .metric-toolbar {
34232
34191
  display: flex;
34233
34192
  justify-content: space-between;
34234
34193
  line-height: 30px;
34194
+ margin: 0 16px;
34235
34195
  }
34236
- .E_lqeaosa .metric-toolbar .metric-extra {
34196
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
34237
34197
  display: flex;
34238
- flex-shrink: 0;
34239
34198
  font-size: 12px;
34240
34199
  align-items: center;
34241
34200
  }
34242
- .E_lqeaosa .metric-toolbar .metric-extra .info-item {
34201
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34243
34202
  color: #a3b4cc;
34244
34203
  }
34245
- .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
34204
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34246
34205
  margin-left: 10px;
34247
34206
  }
34248
- .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
34207
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34249
34208
  margin-left: 10px;
34250
34209
  cursor: pointer;
34251
34210
  }
34252
- .E_lqeaosa .recharts-xAxis {
34211
+ .E_m1y1hhnr .recharts-xAxis {
34253
34212
  font-size: 12px;
34254
34213
  }
34255
- .E_lqeaosa .pointer-wrapper {
34214
+ .E_m1y1hhnr .pointer-wrapper {
34256
34215
  position: absolute;
34257
34216
  bottom: 10px;
34258
34217
  padding: 0 8px;
34218
+ border-radius: 4px;
34259
34219
  font-size: 12px;
34260
34220
  color: #fff;
34221
+ background: rgba(0, 0, 0, 0.75);
34261
34222
  transform: translateX(-50%);
34262
34223
  }
34263
34224
 
34264
- .E_t2pr38p {
34225
+ .E_tnvijvs {
34265
34226
  min-width: 200px;
34266
- background-color: rgba(23, 38, 64, 0.8);
34267
- border-radius: 4px;
34268
- box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
34269
- padding: 8px;
34270
34227
  }
34271
34228
 
34272
- .E_tecdsj7 {
34229
+ .E_t1ub2aex {
34273
34230
  display: flex;
34274
34231
  align-items: center;
34275
- background-color: unset;
34276
- color: #FFFFFF;
34277
34232
  justify-content: space-between;
34233
+ background-color: rgba(0, 0, 0, 0.75);
34234
+ color: #b4beca;
34278
34235
  font-size: 12px;
34279
- padding-top: 6px;
34236
+ padding: 3px 6px;
34280
34237
  }
34281
- .E_tecdsj7:first-child {
34238
+ .E_t1ub2aex:first-child {
34282
34239
  padding-top: 3px;
34283
34240
  }
34284
- .E_tecdsj7:last-child {
34241
+ .E_t1ub2aex:last-child {
34285
34242
  padding-bottom: 3px;
34286
34243
  }
34287
- .E_tecdsj7 .column-value {
34288
- color: #FFFFFF;
34244
+ .E_t1ub2aex .column-value {
34245
+ color: #fff;
34289
34246
  margin-left: 8px;
34290
34247
  }
34291
34248
 
34292
- .E_ljhvvia {
34293
- display: inline-block;
34294
- height: 8px;
34295
- width: 8px;
34296
- margin-right: 8px;
34297
- border-radius: 2px;
34298
- }
34299
- .E_ljhvvia.borderd {
34300
- border: 1px solid #fff;
34301
- }
34302
-
34303
- .E_msn7nxt {
34249
+ .E_m11nzl2x {
34304
34250
  color: rgba(44, 56, 82, 0.6);
34305
34251
  text-align: center;
34306
34252
  display: flex;
@@ -34309,158 +34255,212 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34309
34255
  flex-direction: column;
34310
34256
  height: 100%;
34311
34257
  }
34312
- .E_msn7nxt .link {
34258
+ .E_m11nzl2x .link {
34313
34259
  color: #0080ff;
34314
34260
  cursor: pointer;
34315
34261
  }
34316
34262
 
34317
- .E_mp64wfi {
34263
+ .E_mn7joto {
34318
34264
  width: 100%;
34319
34265
  height: 100%;
34320
34266
  display: flex;
34321
34267
  flex-direction: column;
34322
34268
  }
34323
- .E_mp64wfi .name-toolbar {
34269
+ .E_mn7joto .name-toolbar {
34324
34270
  width: 100%;
34325
34271
  display: flex;
34326
34272
  line-height: 30px;
34327
- padding: 0 16px;
34328
34273
  justify-content: space-between;
34329
34274
  }
34330
- .E_mp64wfi .name-toolbar .metric-extra {
34275
+ .E_mn7joto .name-toolbar .metric-extra {
34331
34276
  display: flex;
34332
34277
  font-size: 12px;
34333
34278
  align-items: center;
34334
34279
  }
34335
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
34280
+ .E_mn7joto .name-toolbar .metric-extra .info-item {
34336
34281
  color: #a3b4cc;
34337
34282
  }
34338
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34283
+ .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
34339
34284
  margin-left: 10px;
34340
34285
  }
34341
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34286
+ .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
34342
34287
  margin-left: 10px;
34343
34288
  cursor: pointer;
34344
34289
  }
34345
- .E_mp64wfi .content {
34290
+ .E_mn7joto .content {
34346
34291
  flex: 1;
34347
34292
  width: 100%;
34348
34293
  display: flex;
34349
34294
  justify-content: center;
34350
34295
  align-items: center;
34351
34296
  }
34352
- .E_mp64wfi .single-content {
34297
+ .E_mn7joto .single-content {
34353
34298
  height: 65px;
34354
34299
  }
34355
34300
 
34356
- .E_l1oyigan {
34301
+ .E_l1bifhon {
34357
34302
  display: flex;
34358
34303
  align-items: center;
34359
34304
  white-space: nowrap;
34360
34305
  overflow: hidden;
34361
34306
  width: 100%;
34362
34307
  }
34363
- .E_l1oyigan .ant-dropdown-trigger {
34364
- margin-left: auto;
34308
+ .E_l1bifhon .ant-dropdown-trigger {
34365
34309
  font-size: 12px;
34310
+ margin-left: 8px;
34366
34311
  }
34367
34312
 
34368
- .E_l1noi4n1 {
34313
+ .E_ltthzck {
34369
34314
  display: flex;
34370
34315
  justify-content: flex-start;
34371
34316
  align-items: center;
34372
34317
  font-size: 12px;
34373
34318
  cursor: pointer;
34374
34319
  }
34375
- .E_l1noi4n1:not(:last-child) {
34376
- margin-right: 20px;
34320
+ .E_ltthzck:not(:first-child) {
34321
+ margin-left: 8px;
34377
34322
  }
34378
- .E_l1noi4n1.deselected {
34379
- opacity: 0.4;
34323
+ .E_ltthzck.deselected, .E_ltthzck.hovering {
34324
+ opacity: 0.3;
34380
34325
  }
34381
- .E_l1noi4n1.deselected .color-block {
34326
+ .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
34382
34327
  background: #b4beca !important;
34328
+ border-radius: 2px;
34329
+ }
34330
+ .E_ltthzck.hoverering-self {
34331
+ opacity: 1;
34332
+ }
34333
+ .E_ltthzck .dropdown-trigger {
34334
+ margin-left: 12px;
34335
+ }
34336
+ .E_ltthzck .legend-name {
34337
+ color: #00122e;
34338
+ }
34339
+ .E_ltthzck .icon-suffix-wrapper {
34340
+ display: flex;
34341
+ align-items: center;
34342
+ margin-left: 4px;
34383
34343
  }
34384
34344
 
34385
- .E_cz19rz6 {
34345
+ .E_l1mumj7o {
34346
+ display: flex;
34347
+ justify-content: flex-start;
34348
+ align-items: center;
34349
+ font-size: 12px;
34350
+ cursor: pointer;
34351
+ }
34352
+ .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
34353
+ opacity: 0.3;
34354
+ }
34355
+ .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
34356
+ background: #b4beca !important;
34357
+ border-radius: 2px;
34358
+ }
34359
+ .E_l1mumj7o .legend-name {
34360
+ color: #00122e;
34361
+ }
34362
+ .E_l1mumj7o.hoverering-self {
34363
+ opacity: 1;
34364
+ }
34365
+ .E_l1mumj7o .icon-suffix-wrapper {
34366
+ margin-left: 4px;
34367
+ display: flex;
34368
+ align-items: center;
34369
+ }
34370
+
34371
+ .E_c14rn6j5 {
34386
34372
  display: inline-block;
34387
34373
  height: 8px;
34388
34374
  width: 8px;
34389
- margin-right: 8px;
34375
+ margin-right: 6px;
34376
+ border-radius: 2px;
34390
34377
  }
34391
34378
 
34392
- .E_e17r5r9c .ant-dropdown-menu-item {
34379
+ .E_e45tc5l .ant-dropdown-menu-item {
34393
34380
  display: flex;
34394
34381
  align-items: center;
34395
34382
  font-size: 12px;
34396
34383
  margin: 0;
34397
34384
  }
34398
34385
 
34399
- .E_m1y1hhnr {
34386
+ .E_lqeaosa {
34400
34387
  position: relative;
34401
34388
  }
34402
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34389
+ .E_lqeaosa.hidden-xaxis .pointer-wrapper {
34403
34390
  bottom: -12px;
34404
34391
  }
34405
- .E_m1y1hhnr .metric-toolbar {
34392
+ .E_lqeaosa .metric-toolbar {
34406
34393
  display: flex;
34407
34394
  justify-content: space-between;
34408
34395
  line-height: 30px;
34409
- margin: 0 16px;
34410
34396
  }
34411
- .E_m1y1hhnr .metric-toolbar .metric-extra {
34397
+ .E_lqeaosa .metric-toolbar .metric-extra {
34412
34398
  display: flex;
34399
+ flex-shrink: 0;
34413
34400
  font-size: 12px;
34414
34401
  align-items: center;
34415
34402
  }
34416
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34403
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item {
34417
34404
  color: #a3b4cc;
34418
34405
  }
34419
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34406
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
34420
34407
  margin-left: 10px;
34421
34408
  }
34422
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34409
+ .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
34423
34410
  margin-left: 10px;
34424
34411
  cursor: pointer;
34425
34412
  }
34426
- .E_m1y1hhnr .recharts-xAxis {
34413
+ .E_lqeaosa .recharts-xAxis {
34427
34414
  font-size: 12px;
34428
34415
  }
34429
- .E_m1y1hhnr .pointer-wrapper {
34416
+ .E_lqeaosa .pointer-wrapper {
34430
34417
  position: absolute;
34431
34418
  bottom: 10px;
34432
34419
  padding: 0 8px;
34433
- border-radius: 4px;
34434
34420
  font-size: 12px;
34435
34421
  color: #fff;
34436
- background: rgba(0, 0, 0, 0.75);
34437
34422
  transform: translateX(-50%);
34438
34423
  }
34439
34424
 
34440
- .E_tnvijvs {
34425
+ .E_t2pr38p {
34441
34426
  min-width: 200px;
34427
+ background-color: rgba(23, 38, 64, 0.8);
34428
+ border-radius: 4px;
34429
+ box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
34430
+ padding: 8px;
34442
34431
  }
34443
34432
 
34444
- .E_t1ub2aex {
34433
+ .E_tecdsj7 {
34445
34434
  display: flex;
34446
34435
  align-items: center;
34436
+ background-color: unset;
34437
+ color: #FFFFFF;
34447
34438
  justify-content: space-between;
34448
- background-color: rgba(0, 0, 0, 0.75);
34449
- color: #b4beca;
34450
34439
  font-size: 12px;
34451
- padding: 3px 6px;
34440
+ padding-top: 6px;
34452
34441
  }
34453
- .E_t1ub2aex:first-child {
34442
+ .E_tecdsj7:first-child {
34454
34443
  padding-top: 3px;
34455
34444
  }
34456
- .E_t1ub2aex:last-child {
34445
+ .E_tecdsj7:last-child {
34457
34446
  padding-bottom: 3px;
34458
34447
  }
34459
- .E_t1ub2aex .column-value {
34460
- color: #fff;
34448
+ .E_tecdsj7 .column-value {
34449
+ color: #FFFFFF;
34461
34450
  margin-left: 8px;
34462
34451
  }
34463
34452
 
34453
+ .E_ljhvvia {
34454
+ display: inline-block;
34455
+ height: 8px;
34456
+ width: 8px;
34457
+ margin-right: 8px;
34458
+ border-radius: 2px;
34459
+ }
34460
+ .E_ljhvvia.borderd {
34461
+ border: 1px solid #fff;
34462
+ }
34463
+
34464
34464
  .E_bpgac8u {
34465
34465
  color: #FFFFFF;
34466
34466
  display: flex;
@@ -35010,6 +35010,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35010
35010
  }
35011
35011
  }
35012
35012
 
35013
+ .E_skwah65 {
35014
+ height: 8px;
35015
+ box-sizing: border-box;
35016
+ border-radius: 2px;
35017
+ background: #f5f7fa;
35018
+ display: flex;
35019
+ width: 100%;
35020
+ overflow: hidden;
35021
+ }
35022
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
35023
+ margin-left: 1px;
35024
+ }
35025
+
35013
35026
  .E_s1ebs0ra {
35014
35027
  display: flex;
35015
35028
  align-items: center;
@@ -35071,6 +35084,60 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35071
35084
  background: #fff;
35072
35085
  }
35073
35086
 
35087
+ .E_c18bcrac {
35088
+ display: inline-block;
35089
+ width: 100%;
35090
+ }
35091
+ .E_c18bcrac .recharts-wrapper {
35092
+ margin-left: 4px;
35093
+ }
35094
+
35095
+ .E_cro7kg2 {
35096
+ padding: 4px;
35097
+ }
35098
+ .E_cro7kg2 .unit {
35099
+ color: white;
35100
+ }
35101
+
35102
+ .E_c14wcxf0 {
35103
+ display: flex;
35104
+ justify-content: space-between;
35105
+ align-items: center;
35106
+ font-size: 13px;
35107
+ line-height: 24px;
35108
+ color: #cccccc;
35109
+ white-space: nowrap;
35110
+ }
35111
+ .E_c14wcxf0 label {
35112
+ margin-right: 32px;
35113
+ }
35114
+
35115
+ .E_coy29mj.E_c14wcxf0 {
35116
+ font-weight: bold;
35117
+ color: white;
35118
+ }
35119
+
35120
+ .E_s11212zy {
35121
+ width: 8px;
35122
+ height: 8px;
35123
+ border-radius: 2px;
35124
+ display: inline-block;
35125
+ background: var(--s11212zy-0);
35126
+ border: 1px solid #fff;
35127
+ box-sizing: content-box;
35128
+ margin-right: 6px;
35129
+ }
35130
+
35131
+ .E_p1lyky6c > :first-child {
35132
+ font-weight: bold;
35133
+ color: white;
35134
+ margin-right: 4px;
35135
+ }
35136
+
35137
+ span.E_tqjc4ui {
35138
+ margin: 0 2px;
35139
+ }
35140
+
35074
35141
  .E_clm1wy1 {
35075
35142
  width: 192px;
35076
35143
  height: 246px;
@@ -35164,56 +35231,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35164
35231
  border-radius: 2px;
35165
35232
  }
35166
35233
 
35167
- .E_c18bcrac {
35168
- display: inline-block;
35169
- width: 100%;
35170
- }
35171
- .E_c18bcrac .recharts-wrapper {
35172
- margin-left: 4px;
35173
- }
35174
-
35175
- .E_cro7kg2 {
35176
- padding: 4px;
35177
- }
35178
- .E_cro7kg2 .unit {
35179
- color: white;
35180
- }
35181
-
35182
- .E_c14wcxf0 {
35183
- display: flex;
35184
- justify-content: space-between;
35185
- align-items: center;
35186
- font-size: 13px;
35187
- line-height: 24px;
35188
- color: #cccccc;
35189
- white-space: nowrap;
35190
- }
35191
- .E_c14wcxf0 label {
35192
- margin-right: 32px;
35193
- }
35194
-
35195
- .E_coy29mj.E_c14wcxf0 {
35196
- font-weight: bold;
35197
- color: white;
35198
- }
35199
-
35200
- .E_s11212zy {
35201
- width: 8px;
35202
- height: 8px;
35203
- border-radius: 2px;
35204
- display: inline-block;
35205
- background: var(--s11212zy-0);
35206
- border: 1px solid #fff;
35207
- box-sizing: content-box;
35208
- margin-right: 6px;
35209
- }
35210
-
35211
- .E_p1lyky6c > :first-child {
35212
- font-weight: bold;
35213
- color: white;
35214
- margin-right: 4px;
35215
- }
35216
-
35217
35234
  .E_c1up1pdz {
35218
35235
  width: 648px;
35219
35236
  }
@@ -35378,13 +35395,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35378
35395
  margin: 0 3px;
35379
35396
  }
35380
35397
 
35381
- .E_tcckoz1 {
35382
- max-height: 400px;
35383
- overflow: auto;
35398
+ .E_tcckoz1 {
35399
+ max-height: 400px;
35400
+ overflow: auto;
35401
+ }
35402
+
35403
+ .E_ou7iq30 {
35404
+ overflow: hidden;
35405
+ text-overflow: ellipsis;
35406
+ }
35407
+
35408
+ .E_s1tui002 {
35409
+ white-space: nowrap;
35410
+ }
35411
+
35412
+ .E_mxrc2zg {
35413
+ display: -webkit-box;
35414
+ -webkit-line-clamp: var(--mxrc2zg-0);
35415
+ -webkit-box-orient: vertical;
35416
+ word-break: break-all;
35384
35417
  }
35385
35418
 
35386
- span.E_tqjc4ui {
35387
- margin: 0 2px;
35419
+ .E_t1vv6d68 .ant-tooltip-arrow {
35420
+ display: none;
35421
+ }
35422
+ .E_t1vv6d68 .ant-tooltip-inner {
35423
+ background: rgba(23, 38, 64, 0.8);
35424
+ border-radius: 4px;
35425
+ }
35426
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35427
+ visibility: hidden;
35388
35428
  }
35389
35429
 
35390
35430
  .E_t1sqg15u {
@@ -35477,77 +35517,6 @@ span.E_tqjc4ui {
35477
35517
  padding-right: 12px;
35478
35518
  }
35479
35519
 
35480
- .E_s1iv0tp1 .enabled-switch {
35481
- display: flex;
35482
- align-items: center;
35483
- }
35484
- .E_s1iv0tp1 .enabled-text {
35485
- margin-right: 8px;
35486
- }
35487
-
35488
- .E_wg1tsps {
35489
- display: flex;
35490
- align-items: center;
35491
- justify-content: flex-end;
35492
- }
35493
-
35494
- .E_b1ctd5xy {
35495
- display: flex;
35496
- align-items: center;
35497
- width: calc(100% - 40px);
35498
- }
35499
- .E_b1ctd5xy .chart {
35500
- display: inline-block;
35501
- width: 100%;
35502
- }
35503
-
35504
- .E_u1p8acpn {
35505
- min-width: 40px;
35506
- }
35507
- .E_u1p8acpn .unit {
35508
- color: #00122e !important;
35509
- }
35510
-
35511
- .E_ou7iq30 {
35512
- overflow: hidden;
35513
- text-overflow: ellipsis;
35514
- }
35515
-
35516
- .E_s1tui002 {
35517
- white-space: nowrap;
35518
- }
35519
-
35520
- .E_mxrc2zg {
35521
- display: -webkit-box;
35522
- -webkit-line-clamp: var(--mxrc2zg-0);
35523
- -webkit-box-orient: vertical;
35524
- word-break: break-all;
35525
- }
35526
-
35527
- .E_t1vv6d68 .ant-tooltip-arrow {
35528
- display: none;
35529
- }
35530
- .E_t1vv6d68 .ant-tooltip-inner {
35531
- background: rgba(23, 38, 64, 0.8);
35532
- border-radius: 4px;
35533
- }
35534
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35535
- visibility: hidden;
35536
- }
35537
-
35538
- .E_skwah65 {
35539
- height: 8px;
35540
- box-sizing: border-box;
35541
- border-radius: 2px;
35542
- background: #f5f7fa;
35543
- display: flex;
35544
- width: 100%;
35545
- overflow: hidden;
35546
- }
35547
- .E_skwah65 .stack-bar-item + .stack-bar-item {
35548
- margin-left: 1px;
35549
- }
35550
-
35551
35520
  .E_s1at6qmn.ant-layout-sider {
35552
35521
  background: #edf0f7;
35553
35522
  padding: 32px 8px;
@@ -35677,6 +35646,37 @@ span.E_tqjc4ui {
35677
35646
  color: rgba(44, 56, 82, 0.75);
35678
35647
  }
35679
35648
 
35649
+ .E_wg1tsps {
35650
+ display: flex;
35651
+ align-items: center;
35652
+ justify-content: flex-end;
35653
+ }
35654
+
35655
+ .E_b1ctd5xy {
35656
+ display: flex;
35657
+ align-items: center;
35658
+ width: calc(100% - 40px);
35659
+ }
35660
+ .E_b1ctd5xy .chart {
35661
+ display: inline-block;
35662
+ width: 100%;
35663
+ }
35664
+
35665
+ .E_u1p8acpn {
35666
+ min-width: 40px;
35667
+ }
35668
+ .E_u1p8acpn .unit {
35669
+ color: #00122e !important;
35670
+ }
35671
+
35672
+ .E_s1iv0tp1 .enabled-switch {
35673
+ display: flex;
35674
+ align-items: center;
35675
+ }
35676
+ .E_s1iv0tp1 .enabled-text {
35677
+ margin-right: 8px;
35678
+ }
35679
+
35680
35680
  .E_t160l1cm {
35681
35681
  display: flex;
35682
35682
  flex-direction: column;
@@ -36043,6 +36043,30 @@ span.E_tqjc4ui {
36043
36043
  padding: unset;
36044
36044
  }
36045
36045
 
36046
+ .E_l12xdkhl {
36047
+ width: 64px;
36048
+ height: 64px;
36049
+ max-width: 64px;
36050
+ max-height: 64px;
36051
+ overflow: hidden;
36052
+ display: flex;
36053
+ align-items: center;
36054
+ justify-content: center;
36055
+ position: relative;
36056
+ opacity: 0.6;
36057
+ }
36058
+ .E_l12xdkhl .icon-wrapper {
36059
+ animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
36060
+ }
36061
+ @keyframes rotate {
36062
+ from {
36063
+ transform: rotate(0deg);
36064
+ }
36065
+ to {
36066
+ transform: rotate(360deg);
36067
+ }
36068
+ }
36069
+
36046
36070
  .E_c14ouk5o {
36047
36071
  width: 100%;
36048
36072
  height: 100%;
@@ -36087,53 +36111,6 @@ span.E_tqjc4ui {
36087
36111
  height: auto;
36088
36112
  }
36089
36113
 
36090
- .E_c1ss4prm {
36091
- color: rgba(44, 56, 82, 0.6);
36092
- }
36093
- .E_c1ss4prm li {
36094
- margin-bottom: 4px;
36095
- }
36096
- .E_c1ss4prm li:last-child {
36097
- margin-bottom: 0;
36098
- }
36099
-
36100
- .E_ms3tlei {
36101
- background: rgba(225, 230, 241, 0.6);
36102
- padding: 8px;
36103
- border-radius: 6px;
36104
- color: rgba(44, 56, 82, 0.6);
36105
- }
36106
- .E_ms3tlei li {
36107
- margin-bottom: 4px;
36108
- }
36109
- .E_ms3tlei li:last-child {
36110
- margin-bottom: 0;
36111
- }
36112
-
36113
- .E_du44iy7 {
36114
- margin-bottom: 4px;
36115
- }
36116
-
36117
- .E_s1qmhanr {
36118
- color: rgba(44, 56, 82, 0.6);
36119
- margin-bottom: 8px;
36120
- }
36121
-
36122
- .E_drje1h0 {
36123
- height: 1px;
36124
- background: #e4e9f2;
36125
- margin: 16px 0;
36126
- }
36127
-
36128
- .E_cevhqx7 {
36129
- color: #00122e;
36130
- }
36131
-
36132
- .E_snbqlt4 {
36133
- margin-top: 8px;
36134
- color: rgba(44, 56, 82, 0.6);
36135
- }
36136
-
36137
36114
  .E_c1kchka8 {
36138
36115
  height: 100%;
36139
36116
  width: 100%;
@@ -36626,26 +36603,49 @@ span.E_tqjc4ui {
36626
36603
  padding: 0;
36627
36604
  }
36628
36605
 
36629
- .E_l12xdkhl {
36630
- width: 64px;
36631
- height: 64px;
36632
- max-width: 64px;
36633
- max-height: 64px;
36634
- overflow: hidden;
36635
- display: flex;
36636
- align-items: center;
36637
- justify-content: center;
36638
- position: relative;
36639
- opacity: 0.6;
36606
+ .E_cevhqx7 {
36607
+ color: #00122e;
36640
36608
  }
36641
- .E_l12xdkhl .icon-wrapper {
36642
- animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
36609
+
36610
+ .E_snbqlt4 {
36611
+ margin-top: 8px;
36612
+ color: rgba(44, 56, 82, 0.6);
36643
36613
  }
36644
- @keyframes rotate {
36645
- from {
36646
- transform: rotate(0deg);
36647
- }
36648
- to {
36649
- transform: rotate(360deg);
36650
- }
36614
+
36615
+ .E_c1ss4prm {
36616
+ color: rgba(44, 56, 82, 0.6);
36617
+ }
36618
+ .E_c1ss4prm li {
36619
+ margin-bottom: 4px;
36620
+ }
36621
+ .E_c1ss4prm li:last-child {
36622
+ margin-bottom: 0;
36623
+ }
36624
+
36625
+ .E_ms3tlei {
36626
+ background: rgba(225, 230, 241, 0.6);
36627
+ padding: 8px;
36628
+ border-radius: 6px;
36629
+ color: rgba(44, 56, 82, 0.6);
36630
+ }
36631
+ .E_ms3tlei li {
36632
+ margin-bottom: 4px;
36633
+ }
36634
+ .E_ms3tlei li:last-child {
36635
+ margin-bottom: 0;
36636
+ }
36637
+
36638
+ .E_du44iy7 {
36639
+ margin-bottom: 4px;
36640
+ }
36641
+
36642
+ .E_s1qmhanr {
36643
+ color: rgba(44, 56, 82, 0.6);
36644
+ margin-bottom: 8px;
36645
+ }
36646
+
36647
+ .E_drje1h0 {
36648
+ height: 1px;
36649
+ background: #e4e9f2;
36650
+ margin: 16px 0;
36651
36651
  }