@cloudtower/eagle 0.29.20 → 0.29.21

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
@@ -29558,20 +29558,6 @@ html body {
29558
29558
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29559
29559
  }
29560
29560
  }
29561
- .E_gmyahx3 {
29562
- cursor: pointer;
29563
- }
29564
- .E_gmyahx3 .link-text {
29565
- color: rgba(0, 21, 64, 0.3);
29566
- }
29567
- .E_gmyahx3:hover .link-text {
29568
- color: #0080ff;
29569
- }
29570
-
29571
- span.E_tqjc4ui {
29572
- margin: 0 2px;
29573
- }
29574
-
29575
29561
  .E_skwah65 {
29576
29562
  height: 8px;
29577
29563
  box-sizing: border-box;
@@ -29585,53 +29571,6 @@ span.E_tqjc4ui {
29585
29571
  margin-left: 1px;
29586
29572
  }
29587
29573
 
29588
- .E_c18bcrac {
29589
- display: inline-block;
29590
- width: 100%;
29591
- }
29592
- .E_c18bcrac .recharts-wrapper {
29593
- margin-left: 4px;
29594
- }
29595
-
29596
- .E_cro7kg2 {
29597
- padding: 4px;
29598
- }
29599
-
29600
- .E_c14wcxf0 {
29601
- display: flex;
29602
- justify-content: space-between;
29603
- align-items: center;
29604
- font-size: 13px;
29605
- line-height: 24px;
29606
- color: #cccccc;
29607
- white-space: nowrap;
29608
- }
29609
- .E_c14wcxf0 label {
29610
- margin-right: 32px;
29611
- }
29612
-
29613
- .E_coy29mj.E_c14wcxf0 {
29614
- font-weight: bold;
29615
- color: white;
29616
- }
29617
-
29618
- .E_s11212zy {
29619
- width: 8px;
29620
- height: 8px;
29621
- border-radius: 2px;
29622
- display: inline-block;
29623
- background: var(--s11212zy-0);
29624
- border: 1px solid #fff;
29625
- box-sizing: content-box;
29626
- margin-right: 6px;
29627
- }
29628
-
29629
- .E_p1lyky6c > :first-child {
29630
- font-weight: bold;
29631
- color: white;
29632
- margin-right: 4px;
29633
- }
29634
-
29635
29574
  .E_ou7iq30 {
29636
29575
  overflow: hidden;
29637
29576
  text-overflow: ellipsis;
@@ -29648,6 +29587,14 @@ span.E_tqjc4ui {
29648
29587
  word-break: break-all;
29649
29588
  }
29650
29589
 
29590
+ .E_s1iv0tp1 .enabled-switch {
29591
+ display: flex;
29592
+ align-items: center;
29593
+ }
29594
+ .E_s1iv0tp1 .enabled-text {
29595
+ margin-right: 8px;
29596
+ }
29597
+
29651
29598
  .E_n12mqh7z {
29652
29599
  display: flex;
29653
29600
  align-items: center;
@@ -29667,6 +29614,96 @@ span.E_tqjc4ui {
29667
29614
  overflow: auto;
29668
29615
  }
29669
29616
 
29617
+ .E_t1sqg15u {
29618
+ background: white;
29619
+ }
29620
+ .E_t1sqg15u.inline .table-row {
29621
+ flex-direction: column;
29622
+ }
29623
+ .E_t1sqg15u.inline .table-row > label {
29624
+ padding: 0 16px 7px 0;
29625
+ }
29626
+ .E_t1sqg15u.has-border .table-header {
29627
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
29628
+ }
29629
+ .E_t1sqg15u.has-border .hiddenBorder {
29630
+ border-top: none !important;
29631
+ }
29632
+ .E_t1sqg15u.has-border .table-row + .table-row {
29633
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
29634
+ }
29635
+ .E_t1sqg15u.has-border .table-row:last-of-type {
29636
+ padding-bottom: 0;
29637
+ }
29638
+ .E_t1sqg15u.align-right .content {
29639
+ text-align: right;
29640
+ }
29641
+ .E_t1sqg15u .uuid-row {
29642
+ display: flex;
29643
+ justify-content: space-between;
29644
+ }
29645
+ .E_t1sqg15u .uuid-row .id-text {
29646
+ white-space: nowrap;
29647
+ overflow: hidden;
29648
+ text-overflow: ellipsis;
29649
+ }
29650
+
29651
+ .E_t4zczcp {
29652
+ display: flex;
29653
+ justify-content: space-between;
29654
+ align-items: center;
29655
+ padding: 8px;
29656
+ min-height: 32px;
29657
+ }
29658
+ .E_t4zczcp .table-title {
29659
+ color: rgba(44, 56, 82, 0.6);
29660
+ font-weight: 600;
29661
+ font-size: 12px;
29662
+ line-height: 8px;
29663
+ }
29664
+ .E_t4zczcp .edit-icon {
29665
+ font-size: 16px;
29666
+ color: rgba(10, 37, 85, 0.6);
29667
+ cursor: pointer;
29668
+ }
29669
+
29670
+ .E_t1s7goww {
29671
+ font-size: 12px;
29672
+ line-height: 18px;
29673
+ }
29674
+
29675
+ .E_t93e4cf {
29676
+ display: flex;
29677
+ padding: 8px 0;
29678
+ color: #2d3a56;
29679
+ }
29680
+ .E_t93e4cf .hidden {
29681
+ display: none;
29682
+ }
29683
+ .E_t93e4cf .ant-btn-link {
29684
+ height: auto;
29685
+ }
29686
+ .E_t93e4cf .content {
29687
+ overflow: hidden;
29688
+ overflow-x: auto;
29689
+ width: 100%;
29690
+ white-space: pre-wrap;
29691
+ }
29692
+ .E_t93e4cf .content .ant-btn {
29693
+ white-space: pre-wrap;
29694
+ text-align: left;
29695
+ }
29696
+ .E_t93e4cf .content .unit-chart {
29697
+ justify-content: flex-start;
29698
+ }
29699
+
29700
+ .E_rhz2uv5 {
29701
+ width: var(--rhz2uv5-0);
29702
+ flex-shrink: 0;
29703
+ color: rgba(44, 56, 82, 0.6);
29704
+ padding-right: 12px;
29705
+ }
29706
+
29670
29707
  .E_clm1wy1 {
29671
29708
  width: 192px;
29672
29709
  height: 246px;
@@ -29760,6 +29797,20 @@ span.E_tqjc4ui {
29760
29797
  border-radius: 2px;
29761
29798
  }
29762
29799
 
29800
+ .E_gmyahx3 {
29801
+ cursor: pointer;
29802
+ }
29803
+ .E_gmyahx3 .link-text {
29804
+ color: rgba(0, 21, 64, 0.3);
29805
+ }
29806
+ .E_gmyahx3:hover .link-text {
29807
+ color: #0080ff;
29808
+ }
29809
+
29810
+ span.E_tqjc4ui {
29811
+ margin: 0 2px;
29812
+ }
29813
+
29763
29814
  .E_s1ebs0ra {
29764
29815
  display: flex;
29765
29816
  align-items: center;
@@ -29821,6 +29872,53 @@ span.E_tqjc4ui {
29821
29872
  background: #fff;
29822
29873
  }
29823
29874
 
29875
+ .E_c18bcrac {
29876
+ display: inline-block;
29877
+ width: 100%;
29878
+ }
29879
+ .E_c18bcrac .recharts-wrapper {
29880
+ margin-left: 4px;
29881
+ }
29882
+
29883
+ .E_cro7kg2 {
29884
+ padding: 4px;
29885
+ }
29886
+
29887
+ .E_c14wcxf0 {
29888
+ display: flex;
29889
+ justify-content: space-between;
29890
+ align-items: center;
29891
+ font-size: 13px;
29892
+ line-height: 24px;
29893
+ color: #cccccc;
29894
+ white-space: nowrap;
29895
+ }
29896
+ .E_c14wcxf0 label {
29897
+ margin-right: 32px;
29898
+ }
29899
+
29900
+ .E_coy29mj.E_c14wcxf0 {
29901
+ font-weight: bold;
29902
+ color: white;
29903
+ }
29904
+
29905
+ .E_s11212zy {
29906
+ width: 8px;
29907
+ height: 8px;
29908
+ border-radius: 2px;
29909
+ display: inline-block;
29910
+ background: var(--s11212zy-0);
29911
+ border: 1px solid #fff;
29912
+ box-sizing: content-box;
29913
+ margin-right: 6px;
29914
+ }
29915
+
29916
+ .E_p1lyky6c > :first-child {
29917
+ font-weight: bold;
29918
+ color: white;
29919
+ margin-right: 4px;
29920
+ }
29921
+
29824
29922
  .E_c1up1pdz {
29825
29923
  width: 648px;
29826
29924
  }
@@ -29961,97 +30059,27 @@ span.E_tqjc4ui {
29961
30059
  color: #fff;
29962
30060
  }
29963
30061
 
29964
- .E_t1sqg15u {
29965
- background: white;
29966
- }
29967
- .E_t1sqg15u.inline .table-row {
29968
- flex-direction: column;
29969
- }
29970
- .E_t1sqg15u.inline .table-row > label {
29971
- padding: 0 16px 7px 0;
30062
+ .E_c18gxmrl {
30063
+ border: 1px solid #d8deeb;
30064
+ border-radius: 4px;
29972
30065
  }
29973
- .E_t1sqg15u.has-border .table-header {
29974
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
30066
+ .E_c18gxmrl + .E_c18gxmrl {
30067
+ margin-top: 8px;
29975
30068
  }
29976
- .E_t1sqg15u.has-border .hiddenBorder {
29977
- border-top: none !important;
30069
+ .E_c18gxmrl:hover {
30070
+ border-color: #0080ff;
29978
30071
  }
29979
- .E_t1sqg15u.has-border .table-row + .table-row {
29980
- border-top: 1px solid rgba(225, 230, 241, 0.6);
30072
+ .E_c18gxmrl:hover > header {
30073
+ background: rgba(0, 128, 255, 0.1);
29981
30074
  }
29982
- .E_t1sqg15u.has-border .table-row:last-of-type {
29983
- padding-bottom: 0;
30075
+ .E_c18gxmrl.active header {
30076
+ border-bottom: 1px solid #d8deeb;
29984
30077
  }
29985
- .E_t1sqg15u.align-right .content {
29986
- text-align: right;
30078
+ .E_c18gxmrl > header {
30079
+ padding: 8px 12px;
29987
30080
  }
29988
- .E_t1sqg15u .uuid-row {
29989
- display: flex;
29990
- justify-content: space-between;
29991
- }
29992
- .E_t1sqg15u .uuid-row .id-text {
29993
- white-space: nowrap;
29994
- overflow: hidden;
29995
- text-overflow: ellipsis;
29996
- }
29997
-
29998
- .E_t4zczcp {
29999
- display: flex;
30000
- justify-content: space-between;
30001
- align-items: center;
30002
- padding: 8px;
30003
- min-height: 32px;
30004
- }
30005
- .E_t4zczcp .table-title {
30006
- color: rgba(44, 56, 82, 0.6);
30007
- font-weight: 600;
30008
- font-size: 12px;
30009
- line-height: 8px;
30010
- }
30011
- .E_t4zczcp .edit-icon {
30012
- font-size: 16px;
30013
- color: rgba(10, 37, 85, 0.6);
30014
- cursor: pointer;
30015
- }
30016
-
30017
- .E_t1s7goww {
30018
- font-size: 12px;
30019
- line-height: 18px;
30020
- }
30021
-
30022
- .E_t93e4cf {
30023
- display: flex;
30024
- padding: 8px 0;
30025
- color: #2d3a56;
30026
- }
30027
- .E_t93e4cf .hidden {
30028
- display: none;
30029
- }
30030
- .E_t93e4cf .ant-btn-link {
30031
- height: auto;
30032
- }
30033
- .E_t93e4cf .content {
30034
- overflow: hidden;
30035
- overflow-x: auto;
30036
- width: 100%;
30037
- white-space: pre-wrap;
30038
- }
30039
- .E_t93e4cf .content .ant-btn {
30040
- white-space: pre-wrap;
30041
- text-align: left;
30042
- }
30043
- .E_t93e4cf .content .unit-chart {
30044
- justify-content: flex-start;
30045
- }
30046
-
30047
- .E_rhz2uv5 {
30048
- width: var(--rhz2uv5-0);
30049
- flex-shrink: 0;
30050
- color: rgba(44, 56, 82, 0.6);
30051
- padding-right: 12px;
30052
- }
30053
-
30054
- .E_wg1tsps {
30081
+
30082
+ .E_wg1tsps {
30055
30083
  display: flex;
30056
30084
  align-items: center;
30057
30085
  justify-content: flex-end;
@@ -30074,17 +30102,33 @@ span.E_tqjc4ui {
30074
30102
  color: #00122e !important;
30075
30103
  }
30076
30104
 
30077
- .E_m74vjol {
30078
- display: flex;
30079
- justify-content: space-between;
30080
- width: 100%;
30081
- }
30082
- .E_m74vjol .action {
30083
- margin-left: 16px;
30105
+ .E_b1nip9bk {
30106
+ padding: 4px 11px;
30084
30107
  }
30085
30108
 
30086
- .E_a1o35uvh .ant-alert-message {
30087
- width: 100%;
30109
+ .E_bqamoqe {
30110
+ white-space: nowrap;
30111
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30112
+ }
30113
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30114
+ --color: #0080ff;
30115
+ }
30116
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30117
+ --color: #0080ff;
30118
+ }
30119
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30120
+ margin-left: 1px;
30121
+ }
30122
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30123
+ border-top-right-radius: 0;
30124
+ border-bottom-right-radius: 0;
30125
+ }
30126
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30127
+ border-top-left-radius: 0;
30128
+ border-bottom-left-radius: 0;
30129
+ }
30130
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30131
+ border-radius: unset;
30088
30132
  }
30089
30133
 
30090
30134
  .E_berrcjl {
@@ -30103,24 +30147,26 @@ span.E_tqjc4ui {
30103
30147
  color: #005ed1;
30104
30148
  }
30105
30149
 
30106
- .E_c18gxmrl {
30107
- border: 1px solid #d8deeb;
30108
- border-radius: 4px;
30109
- }
30110
- .E_c18gxmrl + .E_c18gxmrl {
30111
- margin-top: 8px;
30112
- }
30113
- .E_c18gxmrl:hover {
30114
- border-color: #0080ff;
30150
+ .E_c1uzzomf {
30151
+ margin-bottom: 16px;
30115
30152
  }
30116
- .E_c18gxmrl:hover > header {
30117
- background: rgba(0, 128, 255, 0.1);
30153
+ .E_c1uzzomf .card-title {
30154
+ font-size: 16px;
30155
+ color: rgba(44, 56, 82, 0.6);
30156
+ font-weight: 700;
30157
+ line-height: 32px;
30118
30158
  }
30119
- .E_c18gxmrl.active header {
30120
- border-bottom: 1px solid #d8deeb;
30159
+ .E_c1uzzomf .card-body {
30160
+ padding: 24px;
30161
+ border-radius: 8px;
30162
+ background: #fff;
30121
30163
  }
30122
- .E_c18gxmrl > header {
30123
- padding: 8px 12px;
30164
+ .E_c1uzzomf .empty {
30165
+ font-weight: 700;
30166
+ font-size: 14px;
30167
+ line-height: 22px;
30168
+ color: rgba(0, 21, 64, 0.3);
30169
+ text-align: center;
30124
30170
  }
30125
30171
 
30126
30172
  .E_t160l1cm {
@@ -30326,12 +30372,113 @@ span.E_tqjc4ui {
30326
30372
  background: transparent;
30327
30373
  }
30328
30374
 
30329
- .E_s1iv0tp1 .enabled-switch {
30375
+ .E_d1bw7c5z {
30376
+ position: relative;
30377
+ max-width: 388px;
30378
+ min-width: 285px;
30379
+ }
30380
+ .E_d1bw7c5z .center {
30381
+ position: absolute;
30382
+ font-size: 12px;
30383
+ width: 80px;
30384
+ height: 100px;
30385
+ top: 0;
30386
+ left: 35px;
30330
30387
  display: flex;
30388
+ flex-direction: column;
30389
+ justify-content: center;
30331
30390
  align-items: center;
30391
+ color: #00122e;
30332
30392
  }
30333
- .E_s1iv0tp1 .enabled-text {
30334
- margin-right: 8px;
30393
+ .E_d1bw7c5z .center .number {
30394
+ font-size: 24px;
30395
+ font-weight: 700;
30396
+ }
30397
+ .E_d1bw7c5z .center .text {
30398
+ padding: 0 5px;
30399
+ font-size: 12px;
30400
+ width: inherit;
30401
+ text-align: center;
30402
+ }
30403
+ .E_d1bw7c5z .recharts-wrapper {
30404
+ display: flex;
30405
+ }
30406
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30407
+ position: relative !important;
30408
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30409
+ left: 0 !important;
30410
+ bottom: 0 !important;
30411
+ display: flex;
30412
+ align-items: center;
30413
+ }
30414
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30415
+ width: 100%;
30416
+ }
30417
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30418
+ width: 100%;
30419
+ margin-right: 0 !important;
30420
+ line-height: 18px;
30421
+ }
30422
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30423
+ border-radius: 2px;
30424
+ }
30425
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30426
+ min-width: 75px;
30427
+ max-width: 198px;
30428
+ width: calc(100% - 20px);
30429
+ margin-left: 2px;
30430
+ color: #00122e !important;
30431
+ display: inline-flex;
30432
+ justify-content: space-between;
30433
+ }
30434
+ .E_d1bw7c5z .tooltip-text {
30435
+ maxwidth: calc(100% - 12px);
30436
+ cursor: pointer;
30437
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30438
+ overflow: hidden;
30439
+ text-overflow: ellipsis;
30440
+ white-space: nowrap;
30441
+ }
30442
+ .E_d1bw7c5z .value {
30443
+ color: rgba(44, 56, 82, 0.75);
30444
+ }
30445
+
30446
+ .E_t10pqbtc {
30447
+ width: 140px;
30448
+ }
30449
+ .E_t10pqbtc .item {
30450
+ margin: 6px auto;
30451
+ display: flex;
30452
+ justify-content: space-between;
30453
+ }
30454
+ .E_t10pqbtc .item .name {
30455
+ width: 102px;
30456
+ }
30457
+
30458
+ .E_m74vjol {
30459
+ display: flex;
30460
+ justify-content: space-between;
30461
+ width: 100%;
30462
+ }
30463
+ .E_m74vjol .action {
30464
+ margin-left: 16px;
30465
+ }
30466
+
30467
+ .E_a1o35uvh .ant-alert-message {
30468
+ width: 100%;
30469
+ }
30470
+
30471
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30472
+ padding: 4px 8px 0 8px;
30473
+ color: rgba(44, 56, 82, 0.6);
30474
+ font-size: 12px;
30475
+ }
30476
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30477
+ padding-bottom: 6px;
30478
+ }
30479
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30480
+ padding-top: 4px;
30481
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30335
30482
  }
30336
30483
 
30337
30484
  .E_b1wx3t3t.ant-btn-icon-only {
@@ -30588,68 +30735,30 @@ button.E_n7k2c6r {
30588
30735
  padding: 0;
30589
30736
  }
30590
30737
 
30591
- .E_b1nip9bk {
30592
- padding: 4px 11px;
30738
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30739
+ display: flex;
30593
30740
  }
30594
30741
 
30595
- .E_bqamoqe {
30596
- white-space: nowrap;
30597
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30742
+ .E_ccrbeuz .ant-collapse-item {
30743
+ border: 0px;
30744
+ background-color: #fff;
30598
30745
  }
30599
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30600
- --color: #0080ff;
30746
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30747
+ padding-top: 0px;
30748
+ padding-bottom: 0px;
30749
+ padding-left: 0px !important;
30750
+ padding-right: 24px;
30601
30751
  }
30602
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30603
- --color: #0080ff;
30604
- }
30605
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30606
- margin-left: 1px;
30607
- }
30608
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30609
- border-top-right-radius: 0;
30610
- border-bottom-right-radius: 0;
30611
- }
30612
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30613
- border-top-left-radius: 0;
30614
- border-bottom-left-radius: 0;
30615
- }
30616
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30617
- border-radius: unset;
30618
- }
30619
-
30620
- .E_c1uzzomf {
30621
- margin-bottom: 16px;
30622
- }
30623
- .E_c1uzzomf .card-title {
30624
- font-size: 16px;
30625
- color: rgba(44, 56, 82, 0.6);
30626
- font-weight: 700;
30627
- line-height: 32px;
30628
- }
30629
- .E_c1uzzomf .card-body {
30630
- padding: 24px;
30631
- border-radius: 8px;
30632
- background: #fff;
30752
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30753
+ right: 0px;
30633
30754
  }
30634
- .E_c1uzzomf .empty {
30635
- font-weight: 700;
30636
- font-size: 14px;
30637
- line-height: 22px;
30638
- color: rgba(0, 21, 64, 0.3);
30639
- text-align: center;
30755
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30756
+ padding: 0px;
30640
30757
  }
30641
30758
 
30642
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30643
- padding: 4px 8px 0 8px;
30644
- color: rgba(44, 56, 82, 0.6);
30645
- font-size: 12px;
30646
- }
30647
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30648
- padding-bottom: 6px;
30649
- }
30650
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30651
- padding-top: 4px;
30652
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30759
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30760
+ padding-right: 0px;
30761
+ cursor: default;
30653
30762
  }
30654
30763
 
30655
30764
  .E_c1yyuluq {
@@ -30659,26 +30768,8 @@ button.E_n7k2c6r {
30659
30768
  padding: 20px 24px 24px 24px;
30660
30769
  }
30661
30770
 
30662
- .E_ccrbeuz .ant-collapse-item {
30663
- border: 0px;
30664
- background-color: #fff;
30665
- }
30666
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30667
- padding-top: 0px;
30668
- padding-bottom: 0px;
30669
- padding-left: 0px !important;
30670
- padding-right: 24px;
30671
- }
30672
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30673
- right: 0px;
30674
- }
30675
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30676
- padding: 0px;
30677
- }
30678
-
30679
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30680
- padding-right: 0px;
30681
- cursor: default;
30771
+ .E_sx1bpnu .ant-input-sm {
30772
+ line-height: 18px;
30682
30773
  }
30683
30774
 
30684
30775
  .E_phljevk {
@@ -30738,95 +30829,61 @@ button.E_n7k2c6r {
30738
30829
  line-height: 18px;
30739
30830
  }
30740
30831
 
30741
- .E_d1bw7c5z {
30742
- position: relative;
30743
- max-width: 388px;
30744
- min-width: 285px;
30745
- }
30746
- .E_d1bw7c5z .center {
30747
- position: absolute;
30748
- font-size: 12px;
30749
- width: 80px;
30750
- height: 100px;
30751
- top: 0;
30752
- left: 35px;
30753
- display: flex;
30754
- flex-direction: column;
30755
- justify-content: center;
30756
- align-items: center;
30757
- color: #00122e;
30758
- }
30759
- .E_d1bw7c5z .center .number {
30760
- font-size: 24px;
30761
- font-weight: 700;
30832
+ .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30833
+ border-radius: 6px;
30762
30834
  }
30763
- .E_d1bw7c5z .center .text {
30764
- padding: 0 5px;
30765
- font-size: 12px;
30766
- width: inherit;
30767
- text-align: center;
30835
+ .E_s177mls5.ant-select.ant-select-single {
30836
+ width: 100%;
30837
+ color: #2d3a56;
30838
+ border-color: rgba(211, 218, 235, 0.6);
30839
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30840
+ font-size: 13px;
30768
30841
  }
30769
- .E_d1bw7c5z .recharts-wrapper {
30770
- display: flex;
30842
+ .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
30843
+ height: 30px;
30771
30844
  }
30772
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30773
- position: relative !important;
30774
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30775
- left: 0 !important;
30776
- bottom: 0 !important;
30777
- display: flex;
30778
- align-items: center;
30845
+ .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
30846
+ height: 38px;
30847
+ font-size: 13px;
30779
30848
  }
30780
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30781
- width: 100%;
30849
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
30850
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
30851
+ transition: 160ms ease;
30782
30852
  }
30783
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30784
- width: 100%;
30785
- margin-right: 0 !important;
30786
- line-height: 18px;
30853
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
30854
+ color: #0080ff;
30787
30855
  }
30788
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30789
- border-radius: 2px;
30856
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
30857
+ border-color: rgba(107, 128, 167, 0.6);
30858
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30790
30859
  }
30791
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30792
- min-width: 75px;
30793
- max-width: 198px;
30794
- width: calc(100% - 20px);
30795
- margin-left: 2px;
30796
- color: #00122e !important;
30797
- display: inline-flex;
30798
- justify-content: space-between;
30860
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
30861
+ color: #0080ff;
30799
30862
  }
30800
- .E_d1bw7c5z .tooltip-text {
30801
- maxwidth: calc(100% - 12px);
30802
- cursor: pointer;
30803
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30804
- overflow: hidden;
30805
- text-overflow: ellipsis;
30806
- white-space: nowrap;
30863
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
30864
+ border-color: #0080ff;
30865
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30807
30866
  }
30808
- .E_d1bw7c5z .value {
30809
- color: rgba(44, 56, 82, 0.75);
30867
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30868
+ transform: rotate(180deg);
30810
30869
  }
30811
-
30812
- .E_t10pqbtc {
30813
- width: 140px;
30870
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
30871
+ background: rgba(211, 218, 235, 0.6);
30872
+ border-color: rgba(172, 186, 211, 0.6);
30873
+ cursor: "not-allowed";
30814
30874
  }
30815
- .E_t10pqbtc .item {
30816
- margin: 6px auto;
30817
- display: flex;
30818
- justify-content: space-between;
30875
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
30876
+ border-color: #f0483e !important;
30819
30877
  }
30820
- .E_t10pqbtc .item .name {
30821
- width: 102px;
30878
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
30879
+ color: #1d326c;
30822
30880
  }
30823
-
30824
- .E_itxley7.ant-input-group.ant-input-group-compact {
30825
- display: flex;
30881
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
30882
+ border-color: #0080ff;
30883
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30826
30884
  }
30827
-
30828
- .E_sx1bpnu .ant-input-sm {
30829
- line-height: 18px;
30885
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30886
+ transform: rotate(180deg);
30830
30887
  }
30831
30888
 
30832
30889
  .E_rapgekc.ant-radio-wrapper {
@@ -30985,151 +31042,30 @@ button.E_n7k2c6r {
30985
31042
  color: rgba(44, 56, 82, 0.6);
30986
31043
  }
30987
31044
 
30988
- .E_c1bus5hc {
30989
- --color: white;
30990
- height: 14px;
30991
- width: 14px;
30992
- border-radius: 50%;
30993
- flex-shrink: 0;
30994
- display: flex;
30995
- align-items: center;
30996
- justify-content: center;
30997
- border: 1px solid var(--color);
31045
+ .E_iq1gosr {
31046
+ display: inline-block;
30998
31047
  }
30999
- .E_c1bus5hc .circle-inner {
31000
- position: relative;
31001
- height: 10px;
31002
- width: 10px;
31003
- border-radius: 50%;
31048
+
31049
+ .E_s1dizucg.ant-switch {
31050
+ min-width: 40px;
31051
+ height: 24px;
31052
+ background: rgba(172, 186, 211, 0.6);
31004
31053
  overflow: hidden;
31005
31054
  }
31006
- .E_c1bus5hc .circle-content {
31007
- position: absolute;
31008
- height: 100%;
31009
- width: 100%;
31010
- left: 0;
31011
- top: 0;
31012
- border-radius: 50%;
31013
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31014
- transform: rotate(180deg);
31055
+ .E_s1dizucg.ant-switch:focus {
31056
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31015
31057
  }
31016
- .E_c1bus5hc .circle-child {
31017
- position: absolute;
31018
- height: 100%;
31019
- width: 100%;
31020
- left: 0;
31021
- top: 0;
31022
- margin-left: 50%;
31023
- transform-origin: left;
31024
- background: white;
31025
- transform: rotate(0deg);
31058
+ .E_s1dizucg.ant-switch-small {
31059
+ min-width: 26px;
31060
+ height: 16px;
31026
31061
  }
31027
-
31028
- .E_tju3gfj .date {
31029
- margin-right: 4px;
31062
+ .E_s1dizucg.ant-switch-large {
31063
+ min-width: 52px;
31064
+ height: 32px;
31030
31065
  }
31031
-
31032
- .E_s1dni7lo {
31033
- width: 430px !important;
31034
- }
31035
-
31036
- .E_d1wwmmm5 .ant-select-item-group {
31037
- padding: 8px 16px;
31038
- line-height: 18px;
31039
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31040
- height: 34px;
31041
- min-height: 34px;
31042
- box-sizing: border-box;
31043
- margin-top: 8px;
31044
- }
31045
-
31046
- .E_o1ugr09p {
31047
- display: flex;
31048
- flex-direction: column;
31049
- margin: 1px 8px;
31050
- padding: 8px;
31051
- border-radius: 4px;
31052
- }
31053
- .E_o1ugr09p .selected-icon {
31054
- display: none;
31055
- }
31056
- .E_o1ugr09p.ant-select-item-option-grouped {
31057
- padding-left: 8px;
31058
- }
31059
- .E_o1ugr09p.ant-select-item-option-selected {
31060
- background-color: white;
31061
- }
31062
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31063
- color: #0080ff;
31064
- }
31065
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31066
- display: block;
31067
- }
31068
- .E_o1ugr09p.ant-select-item-option-active {
31069
- background: rgba(0, 136, 255, 0.16);
31070
- }
31071
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31072
- color: #0080ff;
31073
- }
31074
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31075
- background: rgba(0, 136, 255, 0.1);
31076
- color: #0080ff;
31077
- }
31078
-
31079
- .E_o1ifxsq4 {
31080
- display: flex;
31081
- justify-content: space-between;
31082
- height: 20px;
31083
- line-height: 20px;
31084
- }
31085
- .E_o1ifxsq4 .timezone-title {
31086
- color: #2d3a56;
31087
- overflow: hidden;
31088
- text-overflow: ellipsis;
31089
- }
31090
-
31091
- .E_o1zue7 {
31092
- display: flex;
31093
- justify-content: space-between;
31094
- color: rgba(44, 56, 82, 0.6);
31095
- height: 18px;
31096
- line-height: 18px;
31097
- margin-top: 2px;
31098
- }
31099
-
31100
- .E_tyfmlxg {
31101
- border: none;
31102
- margin-right: 0;
31103
- background: rgba(225, 230, 241, 0.6);
31104
- }
31105
-
31106
- .E_o18uybox {
31107
- pointer-events: none;
31108
- height: 32px;
31109
- width: 100%;
31110
- opacity: 0;
31111
- }
31112
-
31113
- .E_s1dizucg.ant-switch {
31114
- min-width: 40px;
31115
- height: 24px;
31116
- background: rgba(172, 186, 211, 0.6);
31117
- overflow: hidden;
31118
- }
31119
- .E_s1dizucg.ant-switch:focus {
31120
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31121
- }
31122
- .E_s1dizucg.ant-switch-small {
31123
- min-width: 26px;
31124
- height: 16px;
31125
- }
31126
- .E_s1dizucg.ant-switch-large {
31127
- min-width: 52px;
31128
- height: 32px;
31129
- }
31130
- .E_s1dizucg.ant-switch .ant-switch-handle {
31131
- height: 20px;
31132
- width: 20px;
31066
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31067
+ height: 20px;
31068
+ width: 20px;
31133
31069
  }
31134
31070
  .E_s1dizucg.ant-switch .ant-switch-handle::before {
31135
31071
  border-radius: 10px;
@@ -31165,61 +31101,56 @@ button.E_n7k2c6r {
31165
31101
  margin-left: 5px;
31166
31102
  }
31167
31103
 
31168
- .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
31169
- border-radius: 6px;
31170
- }
31171
- .E_s177mls5.ant-select.ant-select-single {
31172
- width: 100%;
31173
- color: #2d3a56;
31174
- border-color: rgba(211, 218, 235, 0.6);
31175
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31176
- font-size: 13px;
31177
- }
31178
- .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
31179
- height: 30px;
31180
- }
31181
- .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
31182
- height: 38px;
31183
- font-size: 13px;
31184
- }
31185
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
31186
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
31187
- transition: 160ms ease;
31104
+ .E_tju3gfj .date {
31105
+ margin-right: 4px;
31188
31106
  }
31189
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
31190
- color: #0080ff;
31107
+
31108
+ .E_t1m2x205 .ant-tooltip-arrow {
31109
+ display: none;
31191
31110
  }
31192
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
31193
- border-color: rgba(107, 128, 167, 0.6);
31194
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31111
+ .E_t1m2x205 .ant-tooltip-inner {
31112
+ background: rgba(23, 38, 64, 0.8);
31113
+ border-radius: 4px;
31195
31114
  }
31196
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31197
- color: #0080ff;
31115
+
31116
+ .E_c1bus5hc {
31117
+ --color: white;
31118
+ height: 14px;
31119
+ width: 14px;
31120
+ border-radius: 50%;
31121
+ flex-shrink: 0;
31122
+ display: flex;
31123
+ align-items: center;
31124
+ justify-content: center;
31125
+ border: 1px solid var(--color);
31198
31126
  }
31199
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
31200
- border-color: #0080ff;
31201
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31127
+ .E_c1bus5hc .circle-inner {
31128
+ position: relative;
31129
+ height: 10px;
31130
+ width: 10px;
31131
+ border-radius: 50%;
31132
+ overflow: hidden;
31202
31133
  }
31203
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31134
+ .E_c1bus5hc .circle-content {
31135
+ position: absolute;
31136
+ height: 100%;
31137
+ width: 100%;
31138
+ left: 0;
31139
+ top: 0;
31140
+ border-radius: 50%;
31141
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31204
31142
  transform: rotate(180deg);
31205
31143
  }
31206
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
31207
- background: rgba(211, 218, 235, 0.6);
31208
- border-color: rgba(172, 186, 211, 0.6);
31209
- cursor: "not-allowed";
31210
- }
31211
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
31212
- border-color: #f0483e !important;
31213
- }
31214
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31215
- color: #1d326c;
31216
- }
31217
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
31218
- border-color: #0080ff;
31219
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31220
- }
31221
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31222
- transform: rotate(180deg);
31144
+ .E_c1bus5hc .circle-child {
31145
+ position: absolute;
31146
+ height: 100%;
31147
+ width: 100%;
31148
+ left: 0;
31149
+ top: 0;
31150
+ margin-left: 50%;
31151
+ transform-origin: left;
31152
+ background: white;
31153
+ transform: rotate(0deg);
31223
31154
  }
31224
31155
 
31225
31156
  .E_s1sck0th {
@@ -31304,75 +31235,118 @@ button.E_n7k2c6r {
31304
31235
  background-color: #7E41FF;
31305
31236
  }
31306
31237
 
31307
- .E_t1m2x205 .ant-tooltip-arrow {
31308
- display: none;
31309
- }
31310
- .E_t1m2x205 .ant-tooltip-inner {
31311
- background: rgba(23, 38, 64, 0.8);
31312
- border-radius: 4px;
31238
+ .E_s1dni7lo {
31239
+ width: 430px !important;
31313
31240
  }
31314
31241
 
31315
- .E_iq1gosr {
31316
- display: inline-block;
31242
+ .E_d1wwmmm5 .ant-select-item-group {
31243
+ padding: 8px 16px;
31244
+ line-height: 18px;
31245
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31246
+ height: 34px;
31247
+ min-height: 34px;
31248
+ box-sizing: border-box;
31249
+ margin-top: 8px;
31317
31250
  }
31318
31251
 
31319
- .E_fzh9mnb {
31320
- width: 100%;
31321
- height: 100%;
31322
- min-height: 124px;
31252
+ .E_o1ugr09p {
31323
31253
  display: flex;
31324
31254
  flex-direction: column;
31325
- justify-content: center;
31326
- align-items: center;
31327
- }
31328
- .E_fzh9mnb .error-text {
31329
- color: rgba(10, 37, 85, 0.6);
31330
- margin-bottom: 16px;
31331
- font-size: 18px;
31332
- }
31333
-
31334
- .E_i1inqkme {
31335
- height: 18px;
31336
- line-height: 18px;
31337
- padding: 0 4px;
31255
+ margin: 1px 8px;
31256
+ padding: 8px;
31338
31257
  border-radius: 4px;
31339
- background: rgba(235, 239, 245, 0.6);
31340
- border: 1px solid rgba(223, 228, 235, 0.6);
31341
- display: flex;
31342
- align-items: center;
31343
- white-space: nowrap;
31344
- margin-right: 4px;
31345
31258
  }
31346
-
31347
- .E_a1wfy30z .ant-input-number-handler-wrap {
31348
- display: var(--a1wfy30z-0);
31259
+ .E_o1ugr09p .selected-icon {
31260
+ display: none;
31349
31261
  }
31350
- .E_a1wfy30z .ant-input-number-input-wrap {
31351
- padding: 4px 11px;
31352
- display: inline-flex;
31353
- line-height: 1.5715;
31354
- height: inherit;
31262
+ .E_o1ugr09p.ant-select-item-option-grouped {
31263
+ padding-left: 8px;
31355
31264
  }
31356
- .E_a1wfy30z .ant-input-number-input-wrap::after {
31357
- content: var(--a1wfy30z-1);
31358
- display: var(--a1wfy30z-2);
31359
- flex: none;
31360
- align-items: center;
31361
- margin-left: 4px;
31265
+ .E_o1ugr09p.ant-select-item-option-selected {
31266
+ background-color: white;
31362
31267
  }
31363
- .E_a1wfy30z .ant-input-number-input-wrap::before {
31364
- content: var(--a1wfy30z-3);
31365
- display: var(--a1wfy30z-4);
31366
- flex: none;
31367
- align-items: center;
31368
- margin-right: 4px;
31369
- cursor: auto;
31268
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31269
+ color: #0080ff;
31370
31270
  }
31371
- .E_a1wfy30z .ant-input-number-input {
31372
- padding: 0;
31373
- margin: 0;
31374
- height: auto;
31375
- font-size: inherit;
31271
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31272
+ display: block;
31273
+ }
31274
+ .E_o1ugr09p.ant-select-item-option-active {
31275
+ background: rgba(0, 136, 255, 0.16);
31276
+ }
31277
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31278
+ color: #0080ff;
31279
+ }
31280
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31281
+ background: rgba(0, 136, 255, 0.1);
31282
+ color: #0080ff;
31283
+ }
31284
+
31285
+ .E_o1ifxsq4 {
31286
+ display: flex;
31287
+ justify-content: space-between;
31288
+ height: 20px;
31289
+ line-height: 20px;
31290
+ }
31291
+ .E_o1ifxsq4 .timezone-title {
31292
+ color: #2d3a56;
31293
+ overflow: hidden;
31294
+ text-overflow: ellipsis;
31295
+ }
31296
+
31297
+ .E_o1zue7 {
31298
+ display: flex;
31299
+ justify-content: space-between;
31300
+ color: rgba(44, 56, 82, 0.6);
31301
+ height: 18px;
31302
+ line-height: 18px;
31303
+ margin-top: 2px;
31304
+ }
31305
+
31306
+ .E_tyfmlxg {
31307
+ border: none;
31308
+ margin-right: 0;
31309
+ background: rgba(225, 230, 241, 0.6);
31310
+ }
31311
+
31312
+ .E_o18uybox {
31313
+ pointer-events: none;
31314
+ height: 32px;
31315
+ width: 100%;
31316
+ opacity: 0;
31317
+ }
31318
+
31319
+ .E_fzh9mnb {
31320
+ width: 100%;
31321
+ height: 100%;
31322
+ min-height: 124px;
31323
+ display: flex;
31324
+ flex-direction: column;
31325
+ justify-content: center;
31326
+ align-items: center;
31327
+ }
31328
+ .E_fzh9mnb .error-text {
31329
+ color: rgba(10, 37, 85, 0.6);
31330
+ margin-bottom: 16px;
31331
+ font-size: 18px;
31332
+ }
31333
+
31334
+ .E_iouxfgt {
31335
+ display: inline-flex;
31336
+ align-items: center;
31337
+ }
31338
+ .E_iouxfgt .icon-inner {
31339
+ display: inline-flex;
31340
+ align-items: center;
31341
+ justify-content: center;
31342
+ }
31343
+ .E_iouxfgt .icon-inner + span,
31344
+ .E_iouxfgt span + .icon-inner.suffix {
31345
+ margin-left: 4px;
31346
+ }
31347
+ .E_iouxfgt.is-rotate img,
31348
+ .E_iouxfgt.is-rotate svg {
31349
+ animation: rotate 680ms linear infinite;
31376
31350
  }
31377
31351
 
31378
31352
  .E_f7pxqmh {
@@ -31409,22 +31383,48 @@ button.E_n7k2c6r {
31409
31383
  min-height: 0px;
31410
31384
  }
31411
31385
 
31412
- .E_iouxfgt {
31386
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31387
+ display: var(--a1wfy30z-0);
31388
+ }
31389
+ .E_a1wfy30z .ant-input-number-input-wrap {
31390
+ padding: 4px 11px;
31413
31391
  display: inline-flex;
31392
+ line-height: 1.5715;
31393
+ height: inherit;
31394
+ }
31395
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31396
+ content: var(--a1wfy30z-1);
31397
+ display: var(--a1wfy30z-2);
31398
+ flex: none;
31414
31399
  align-items: center;
31400
+ margin-left: 4px;
31415
31401
  }
31416
- .E_iouxfgt .icon-inner {
31417
- display: inline-flex;
31402
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31403
+ content: var(--a1wfy30z-3);
31404
+ display: var(--a1wfy30z-4);
31405
+ flex: none;
31418
31406
  align-items: center;
31419
- justify-content: center;
31407
+ margin-right: 4px;
31408
+ cursor: auto;
31420
31409
  }
31421
- .E_iouxfgt .icon-inner + span,
31422
- .E_iouxfgt span + .icon-inner.suffix {
31423
- margin-left: 4px;
31410
+ .E_a1wfy30z .ant-input-number-input {
31411
+ padding: 0;
31412
+ margin: 0;
31413
+ height: auto;
31414
+ font-size: inherit;
31424
31415
  }
31425
- .E_iouxfgt.is-rotate img,
31426
- .E_iouxfgt.is-rotate svg {
31427
- animation: rotate 680ms linear infinite;
31416
+
31417
+ .E_i1inqkme {
31418
+ height: 18px;
31419
+ line-height: 18px;
31420
+ padding: 0 4px;
31421
+ border-radius: 4px;
31422
+ background: rgba(235, 239, 245, 0.6);
31423
+ border: 1px solid rgba(223, 228, 235, 0.6);
31424
+ display: flex;
31425
+ align-items: center;
31426
+ white-space: nowrap;
31427
+ margin-right: 4px;
31428
31428
  }
31429
31429
 
31430
31430
  .E_atcz0kf .ant-input-suffix {
@@ -31503,6 +31503,10 @@ button.E_n7k2c6r {
31503
31503
  position: absolute;
31504
31504
  }
31505
31505
 
31506
+ .E_m196gn1d {
31507
+ min-width: 1280px;
31508
+ }
31509
+
31506
31510
  .E_a1b5xrg3 .user-icon-inner {
31507
31511
  display: inline-flex;
31508
31512
  align-items: center;
@@ -31533,926 +31537,447 @@ button.E_n7k2c6r {
31533
31537
  transition: all 320ms ease;
31534
31538
  }
31535
31539
 
31536
- .E_dsnbhzf {
31537
- font-family: Inter;
31538
- font-style: normal;
31539
- font-weight: bold;
31540
- font-size: 32px;
31541
- line-height: 40px;
31542
- }
31543
-
31544
- .E_d1mvo22k {
31545
- font-family: Inter;
31546
- font-style: normal;
31547
- font-weight: bold;
31548
- font-size: 24px;
31549
- line-height: 32px;
31540
+ .E_cnujxq2 {
31541
+ display: flex;
31542
+ flex-direction: column;
31550
31543
  }
31551
31544
 
31552
- .E_d1b444tr {
31553
- font-family: Inter;
31554
- font-style: normal;
31555
- font-weight: normal;
31556
- font-size: 32px;
31557
- line-height: 40px;
31545
+ .E_m7s48ia {
31546
+ max-width: 1120px;
31547
+ width: 100%;
31548
+ margin: 0 auto;
31549
+ height: 100%;
31558
31550
  }
31559
31551
 
31560
- .E_dvs0kue {
31561
- font-family: Inter;
31562
- font-style: normal;
31563
- font-weight: bold;
31564
- font-size: 20px;
31565
- line-height: 24px;
31552
+ .E_wt5zbg6 {
31553
+ max-width: 1120px;
31554
+ width: 100%;
31555
+ margin: 0 auto;
31556
+ display: flex;
31566
31557
  }
31567
-
31568
- .E_d1hcbfcq {
31569
- font-family: Inter;
31570
- font-style: normal;
31571
- font-weight: normal;
31572
- font-size: 20px;
31573
- line-height: 24px;
31558
+ .E_wt5zbg6 .left,
31559
+ .E_wt5zbg6 .right {
31560
+ flex-grow: 0;
31561
+ flex-shrink: 0;
31562
+ flex-basis: 21%;
31574
31563
  }
31575
-
31576
- .E_d1cz922v {
31577
- font-family: Inter;
31578
- font-style: normal;
31579
- font-weight: bold;
31580
- font-size: 18px;
31581
- line-height: 22px;
31564
+ .E_wt5zbg6 .left {
31565
+ display: flex;
31566
+ justify-content: flex-end;
31567
+ padding-right: 44px;
31582
31568
  }
31583
-
31584
- .E_d3nzbrm {
31585
- font-family: Inter;
31586
- font-style: normal;
31587
- font-weight: normal;
31588
- font-size: 18px;
31589
- line-height: 22px;
31569
+ .E_wt5zbg6 .right {
31570
+ padding-left: 44px;
31590
31571
  }
31591
-
31592
- .E_h1g0p5ob {
31593
- font-family: Inter;
31594
- font-style: normal;
31595
- font-weight: bold;
31596
- font-size: 16px;
31597
- line-height: 22px;
31572
+ .E_wt5zbg6 .middle {
31573
+ margin-bottom: 40px;
31574
+ flex-grow: 0;
31575
+ flex-shrink: 0;
31576
+ flex-basis: 58%;
31598
31577
  }
31599
-
31600
- .E_hydo2ej {
31601
- font-family: Inter;
31602
- font-style: normal;
31603
- font-weight: normal;
31604
- font-size: 16px;
31605
- line-height: 22px;
31578
+ .E_wt5zbg6 .middle .form-base-field {
31579
+ width: 100%;
31606
31580
  }
31607
-
31608
- .E_h1hbuq0r {
31609
- font-family: Inter;
31610
- font-style: normal;
31611
- font-weight: bold;
31612
- font-size: 14px;
31613
- line-height: 20px;
31581
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
31582
+ width: auto;
31614
31583
  }
31615
31584
 
31616
- .E_h13bondg {
31617
- font-family: Inter;
31618
- font-style: normal;
31619
- font-weight: normal;
31620
- font-size: 14px;
31621
- line-height: 20px;
31585
+ .E_h18jprzg .ant-modal-header {
31586
+ margin: 0 auto;
31587
+ width: 100%;
31588
+ max-width: 648px;
31622
31589
  }
31623
-
31624
- .E_h1mhvdlx {
31625
- font-family: Inter;
31626
- font-style: normal;
31627
- font-weight: bold;
31628
- font-size: 12px;
31629
- line-height: 18px;
31590
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
31591
+ margin-left: 0;
31630
31592
  }
31631
-
31632
- .E_h1inmfq6 {
31633
- font-family: Inter;
31634
- font-style: normal;
31635
- font-weight: normal;
31636
- font-size: 12px;
31637
- line-height: 18px;
31638
- }
31639
-
31640
- .E_h1kfc0la {
31641
- font-family: Inter;
31642
- font-style: normal;
31643
- font-weight: bold;
31644
- text-transform: uppercase;
31645
- font-feature-settings: "cpsp" on;
31646
- font-size: 12px;
31647
- line-height: 18px;
31593
+ .E_h18jprzg .ant-modal-body {
31594
+ margin: 0 auto;
31595
+ padding: 0;
31596
+ width: 100%;
31597
+ max-width: 648px;
31598
+ overflow: hidden;
31648
31599
  }
31649
-
31650
- .E_h10xnyuu {
31651
- font-family: Inter;
31652
- font-style: normal;
31653
- font-weight: normal;
31654
- text-transform: uppercase;
31655
- font-feature-settings: "cpsp" on;
31656
- font-size: 12px;
31657
- line-height: 18px;
31600
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31601
+ margin-bottom: 40px;
31658
31602
  }
31659
-
31660
- .E_lrcmi0v {
31661
- font-family: Inter;
31662
- font-style: normal;
31663
- font-weight: normal;
31664
- font-size: 16px;
31665
- line-height: 24px;
31603
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31604
+ height: calc(100vh - 225px);
31605
+ overflow-y: auto;
31666
31606
  }
31667
-
31668
- .E_lzt43lp {
31669
- font-family: Inter;
31670
- font-style: normal;
31671
- font-weight: bold;
31672
- font-size: 16px;
31673
- line-height: 24px;
31607
+ .E_h18jprzg .ant-modal-footer .footer-content {
31608
+ margin: 0 auto;
31609
+ max-width: 648px;
31674
31610
  }
31675
31611
 
31676
- .E_l5yc9nt {
31677
- font-family: Inter;
31678
- font-style: normal;
31679
- font-weight: normal;
31680
- font-size: 16px;
31681
- line-height: 24px;
31612
+ .E_h16z9xgz .ant-modal-header {
31613
+ margin: 0 auto;
31614
+ width: 100%;
31615
+ max-width: 1024px;
31682
31616
  }
31683
-
31684
- .E_l1fbkbzo {
31685
- font-family: Inter;
31686
- font-style: normal;
31687
- font-weight: bold;
31688
- font-size: 16px;
31689
- line-height: 24px;
31617
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
31618
+ margin-left: 0;
31690
31619
  }
31691
-
31692
- .E_lahvcax {
31693
- font-family: Inter;
31694
- font-style: normal;
31695
- font-weight: normal;
31696
- text-transform: uppercase;
31697
- font-feature-settings: "cpsp" on;
31698
- font-size: 16px;
31699
- line-height: 24px;
31620
+ .E_h16z9xgz .ant-modal-body {
31621
+ margin: 0 auto;
31622
+ padding: 0;
31623
+ width: 100%;
31624
+ max-width: 1024px;
31625
+ overflow: hidden;
31700
31626
  }
31701
-
31702
- .E_l11q3pxd {
31703
- font-family: Inter;
31704
- font-style: normal;
31705
- font-weight: bold;
31706
- text-transform: uppercase;
31707
- font-feature-settings: "cpsp" on;
31708
- font-size: 16px;
31709
- line-height: 24px;
31627
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31628
+ margin-bottom: 40px;
31710
31629
  }
31711
-
31712
- .E_lfuc2qu {
31713
- font-family: Inter;
31714
- font-style: normal;
31715
- font-weight: normal;
31716
- font-size: 14px;
31717
- line-height: 22px;
31630
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31631
+ height: calc(100vh - 225px);
31632
+ overflow-y: auto;
31718
31633
  }
31719
-
31720
- .E_l1jmp8r0 {
31721
- font-family: Inter;
31722
- font-style: normal;
31723
- font-weight: 500;
31724
- font-size: 14px;
31725
- line-height: 22px;
31634
+ .E_h16z9xgz .ant-modal-footer .footer-content {
31635
+ margin: 0 auto;
31636
+ max-width: 1024px;
31726
31637
  }
31727
31638
 
31728
- .E_lcnm221 {
31729
- font-family: Inter;
31730
- font-style: normal;
31731
- font-weight: bold;
31732
- font-size: 14px;
31733
- line-height: 22px;
31639
+ .E_f1lrhghm {
31640
+ flex: 1;
31734
31641
  }
31735
-
31736
- .E_lu1z2n5 {
31737
- font-family: Inter;
31738
- font-style: normal;
31739
- font-weight: normal;
31740
- font-size: 14px;
31741
- line-height: 22px;
31642
+ .E_f1lrhghm label {
31643
+ font-size: 13px;
31644
+ line-height: 20px;
31645
+ color: rgba(44, 56, 82, 0.6);
31742
31646
  }
31743
-
31744
- .E_l1r59djn {
31745
- font-family: Inter;
31746
- font-style: normal;
31747
- font-weight: bold;
31647
+ .E_f1lrhghm .title {
31748
31648
  font-size: 14px;
31749
- line-height: 22px;
31649
+ line-height: 20px;
31650
+ color: #2d3a56;
31651
+ margin-bottom: 12px;
31750
31652
  }
31751
-
31752
- .E_ljm2911 {
31753
- font-family: Inter;
31754
- font-style: normal;
31755
- font-weight: normal;
31756
- text-transform: uppercase;
31757
- font-feature-settings: "cpsp" on;
31758
- font-size: 14px;
31759
- line-height: 22px;
31653
+ .E_f1lrhghm.connect-cluster .title {
31654
+ padding-bottom: 26px;
31760
31655
  }
31761
31656
 
31762
- .E_l124mzmr {
31763
- font-family: Inter;
31764
- font-style: normal;
31765
- font-weight: bold;
31766
- text-transform: uppercase;
31767
- font-feature-settings: "cpsp" on;
31768
- font-size: 14px;
31769
- line-height: 22px;
31657
+ .E_f18ot8em {
31658
+ padding: 25px 0 15px 0;
31659
+ border-bottom: 1px solid #e1e5eb;
31660
+ margin-bottom: 16px;
31770
31661
  }
31771
31662
 
31772
- .E_lb3chel {
31773
- font-family: Inter;
31774
- font-style: normal;
31775
- font-weight: normal;
31776
- font-size: 13px;
31777
- line-height: 20px;
31663
+ .E_f1l1g2k0 {
31664
+ display: flex;
31665
+ align-items: center;
31666
+ margin-bottom: 8px;
31778
31667
  }
31779
-
31780
- .E_lv9jstu {
31781
- font-family: Inter;
31782
- font-style: normal;
31783
- font-weight: 600;
31784
- font-size: 13px;
31785
- line-height: 20px;
31668
+ .E_f1l1g2k0 > label {
31669
+ width: 216px;
31786
31670
  }
31787
-
31788
- .E_lwqlh3x {
31789
- font-family: Inter;
31790
- font-style: normal;
31791
- font-weight: bold;
31792
- font-size: 13px;
31793
- line-height: 20px;
31671
+ .E_f1l1g2k0 > label + * {
31672
+ width: 100%;
31794
31673
  }
31795
-
31796
- .E_lalum9y {
31797
- font-family: Inter;
31798
- font-style: normal;
31799
- font-weight: normal;
31800
- font-size: 13px;
31801
- line-height: 20px;
31674
+ .E_f1l1g2k0 .ant-select {
31675
+ width: 100%;
31802
31676
  }
31803
31677
 
31804
- .E_l1t6dj5o {
31805
- font-family: Inter;
31806
- font-style: normal;
31807
- font-weight: 600;
31808
- font-size: 13px;
31809
- line-height: 20px;
31678
+ .E_e1k89cwg {
31679
+ color: #e75a3a;
31680
+ margin-right: 10px;
31810
31681
  }
31811
31682
 
31812
- .E_l12f6ic {
31813
- font-family: Inter;
31814
- font-style: normal;
31815
- font-weight: bold;
31816
- font-size: 13px;
31817
- line-height: 20px;
31683
+ .E_d1oui1gf {
31684
+ width: 100%;
31685
+ height: 1px;
31686
+ background: rgba(213, 219, 227, 0.6);
31687
+ margin: 24px 0;
31818
31688
  }
31819
31689
 
31820
- .E_l7gmukq {
31821
- font-family: Inter;
31822
- font-style: normal;
31823
- font-weight: normal;
31824
- text-transform: uppercase;
31825
- font-feature-settings: "cpsp" on;
31826
- font-size: 13px;
31827
- line-height: 20px;
31690
+ .E_l15itdbb {
31691
+ display: flex;
31692
+ justify-content: center;
31693
+ align-items: center;
31694
+ height: 100%;
31828
31695
  }
31829
31696
 
31830
- .E_lkwl0yp {
31831
- font-family: Inter;
31832
- font-style: normal;
31833
- font-weight: bold;
31834
- text-transform: uppercase;
31835
- font-feature-settings: "cpsp" on;
31836
- font-size: 13px;
31837
- line-height: 20px;
31697
+ .E_d1y3z4w {
31698
+ display: inline-block;
31699
+ width: 4px;
31700
+ height: 4px;
31701
+ background: #8e9aa9;
31702
+ opacity: 0.4;
31703
+ border-radius: 50%;
31704
+ margin: 0 4px;
31838
31705
  }
31839
31706
 
31840
- .E_l10knv48 {
31841
- font-family: Inter;
31842
- font-style: normal;
31843
- font-weight: normal;
31844
- font-size: 12px;
31845
- line-height: 18px;
31707
+ .E_m177r7a3 .ant-modal-header,
31708
+ .E_m177r7a3 .ant-modal-footer .footer-content {
31709
+ width: 648px;
31710
+ margin: 0 auto;
31846
31711
  }
31847
-
31848
- .E_l6526ld {
31849
- font-family: Inter;
31850
- font-style: normal;
31851
- font-weight: 500;
31852
- font-size: 12px;
31853
- line-height: 18px;
31712
+ .E_m177r7a3 .ant-modal-header {
31713
+ padding: 35px 0 24px;
31714
+ border: none;
31854
31715
  }
31855
-
31856
- .E_l1j81vli {
31857
- font-family: Inter;
31858
- font-style: normal;
31859
- font-weight: bold;
31860
- font-size: 12px;
31861
- line-height: 18px;
31716
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
31717
+ font-size: 30px;
31862
31718
  }
31863
-
31864
- .E_l1x7n1mk {
31865
- font-family: Inter;
31866
- font-style: normal;
31867
- font-weight: normal;
31868
- font-size: 12px;
31869
- line-height: 18px;
31719
+ .E_m177r7a3 .ant-modal-body {
31720
+ padding: 4px 0 2px;
31870
31721
  }
31871
-
31872
- .E_l9fqufz {
31873
- font-family: Inter;
31874
- font-style: normal;
31875
- font-weight: 500;
31876
- font-size: 12px;
31877
- line-height: 18px;
31722
+ .E_m177r7a3 .ant-modal-footer {
31723
+ border: none;
31878
31724
  }
31879
31725
 
31880
- .E_l1iwnybd {
31881
- font-family: Inter;
31882
- font-style: normal;
31883
- font-weight: bold;
31726
+ .E_t1wwio3v {
31884
31727
  font-size: 12px;
31885
31728
  line-height: 18px;
31729
+ font-weight: bold;
31730
+ color: #fff;
31731
+ padding: 0 4px;
31732
+ border-radius: 4px;
31733
+ display: inline-block;
31734
+ background: var(--t1wwio3v-0);
31735
+ }
31736
+ .E_t1wwio3v:not(:first-child) {
31737
+ margin-left: 4px;
31886
31738
  }
31887
31739
 
31888
- .E_lprtm1e {
31889
- font-family: Inter;
31890
- font-style: normal;
31891
- font-weight: normal;
31892
- text-transform: uppercase;
31893
- font-feature-settings: "cpsp" on;
31894
- font-size: 12px;
31895
- line-height: 18px;
31740
+ .E_f17jvtfk {
31741
+ width: 100%;
31742
+ height: 100%;
31743
+ display: flex;
31744
+ align-items: center;
31745
+ justify-content: center;
31896
31746
  }
31897
31747
 
31898
- .E_l1lln87h {
31899
- font-family: Inter;
31900
- font-style: normal;
31748
+ .E_nzppkea {
31749
+ font-size: 90%;
31901
31750
  font-weight: bold;
31902
- text-transform: uppercase;
31903
- font-feature-settings: "cpsp" on;
31904
- font-size: 12px;
31905
- line-height: 18px;
31751
+ background-color: rgba(240, 243, 247, 0.6);
31752
+ padding: 1px 4px 1px;
31753
+ margin-left: 2px;
31754
+ margin-right: 2px;
31755
+ border: 1px solid rgba(213, 219, 227, 0.6);
31756
+ border-radius: 4px;
31906
31757
  }
31907
31758
 
31908
- .E_f2pb48l {
31909
- font-family: Inter;
31910
- font-style: normal;
31911
- font-weight: normal;
31912
- font-size: 13px;
31913
- line-height: 20px;
31759
+ .E_f4mi9eq.form-item-general {
31760
+ width: 640px;
31914
31761
  }
31915
-
31916
- .E_fi9emkw {
31917
- font-family: Inter;
31918
- font-style: normal;
31919
- font-weight: normal;
31920
- font-size: 13px;
31921
- line-height: 20px;
31762
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31763
+ margin-top: 16px;
31922
31764
  }
31923
-
31924
- .E_f1nrg7da {
31925
- font-family: Inter;
31926
- font-style: normal;
31927
- font-weight: normal;
31928
- font-size: 12px;
31929
- line-height: 18px;
31765
+ .E_f4mi9eq.form-item-compact {
31766
+ width: 412px;
31930
31767
  }
31931
-
31932
- .E_f17k1i3n {
31933
- font-family: Inter;
31934
- font-style: normal;
31935
- font-weight: normal;
31936
- font-size: 12px;
31937
- line-height: 18px;
31768
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31769
+ margin-top: 8px;
31938
31770
  }
31939
-
31940
- .E_t1tvuj2e {
31941
- font-family: Inter;
31942
- font-style: normal;
31943
- font-weight: normal;
31944
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31771
+ .E_f4mi9eq .form-item {
31772
+ width: auto;
31773
+ }
31774
+ .E_f4mi9eq .form-item-main {
31775
+ position: relative;
31776
+ display: flex;
31777
+ }
31778
+ .E_f4mi9eq .form-item-extra {
31779
+ margin-top: 4px;
31780
+ width: 100%;
31781
+ padding: 14px;
31782
+ background: #f2f4f6;
31945
31783
  font-size: 13px;
31946
- line-height: 20px;
31784
+ line-height: 1.8;
31785
+ color: #8e9aa9;
31947
31786
  }
31948
-
31949
- .E_t17uajlu {
31950
- font-family: Inter;
31951
- font-style: normal;
31952
- font-weight: normal;
31953
- font-feature-settings: "zero" on;
31787
+ .E_f4mi9eq .form-item-label {
31788
+ padding-right: 12px;
31954
31789
  font-size: 13px;
31955
- line-height: 20px;
31790
+ color: rgba(44, 56, 82, 0.6);
31956
31791
  }
31957
-
31958
- .E_t114zbyz {
31959
- font-family: Inter;
31960
- font-style: normal;
31961
- font-weight: normal;
31962
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31963
- font-size: 12px;
31964
- line-height: 18px;
31792
+ .E_f4mi9eq .form-item-label.label-right {
31793
+ text-align: right;
31965
31794
  }
31966
-
31967
- .E_t1il0kvi {
31968
- font-family: Inter;
31969
- font-style: normal;
31970
- font-weight: 500;
31971
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31972
- font-size: 12px;
31973
- line-height: 18px;
31795
+ .E_f4mi9eq .form-item-label,
31796
+ .E_f4mi9eq .form-item-control {
31797
+ line-height: 32px;
31974
31798
  }
31975
-
31976
- .E_t10dv8p1 {
31977
- font-family: Inter;
31978
- font-style: normal;
31979
- font-weight: normal;
31980
- font-feature-settings: "zero" on;
31981
- font-size: 12px;
31799
+ .E_f4mi9eq .form-item-control .form-item-error {
31982
31800
  line-height: 18px;
31983
31801
  }
31984
-
31985
- .E_tc2oqpq {
31986
- font-family: Inter;
31987
- font-style: normal;
31988
- font-weight: 500;
31989
- font-feature-settings: "zero" on;
31990
- font-size: 12px;
31991
- line-height: 18px;
31802
+ .E_f4mi9eq .form-item-children {
31803
+ width: 100%;
31992
31804
  }
31993
-
31994
- .E_tzvddmc {
31995
- font-family: Inter;
31996
- font-style: normal;
31997
- font-weight: bold;
31998
- font-feature-settings: "zero" on;
31999
- font-size: 16px;
32000
- line-height: 24px;
31805
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
31806
+ width: 100%;
32001
31807
  }
32002
-
32003
- .E_u18llj45 {
32004
- font-family: Inter;
32005
- font-style: normal;
32006
- font-weight: normal;
32007
- font-size: 10px;
32008
- line-height: 12px;
31808
+ .E_f4mi9eq .form-item-error {
31809
+ color: #e75a3a;
31810
+ height: 0;
31811
+ overflow: hidden;
32009
31812
  }
32010
-
32011
- .E_m196gn1d {
32012
- min-width: 1280px;
31813
+ .E_f4mi9eq .form-item-error-enter-done {
31814
+ margin-top: 4px;
31815
+ height: auto;
31816
+ overflow: auto;
32013
31817
  }
32014
-
32015
- .E_cnujxq2 {
32016
- display: flex;
32017
- flex-direction: column;
31818
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31819
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31820
+ border: 1px solid #e75a3a;
31821
+ color: #e75a3a;
32018
31822
  }
32019
31823
 
32020
- .E_m7s48ia {
32021
- max-width: 1120px;
32022
- width: 100%;
32023
- margin: 0 auto;
32024
- height: 100%;
31824
+ .E_fh0ewl8 {
31825
+ color: #2d3a56;
31826
+ font-weight: bold;
31827
+ padding-bottom: 6px;
31828
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31829
+ margin-bottom: 16px;
31830
+ }
31831
+ .E_fh0ewl8:not(:first-of-type) {
31832
+ margin-top: 16px;
32025
31833
  }
32026
31834
 
32027
- .E_wt5zbg6 {
32028
- max-width: 1120px;
32029
- width: 100%;
32030
- margin: 0 auto;
31835
+ .E_e1qrlvot {
31836
+ width: 8px;
31837
+ height: 24px;
32031
31838
  display: flex;
31839
+ justify-content: center;
31840
+ align-items: center;
31841
+ cursor: pointer;
31842
+ transition: all 200ms ease-out 40ms;
32032
31843
  }
32033
- .E_wt5zbg6 .left,
32034
- .E_wt5zbg6 .right {
32035
- flex-grow: 0;
32036
- flex-shrink: 0;
32037
- flex-basis: 21%;
32038
- }
32039
- .E_wt5zbg6 .left {
32040
- display: flex;
32041
- justify-content: flex-end;
32042
- padding-right: 44px;
32043
- }
32044
- .E_wt5zbg6 .right {
32045
- padding-left: 44px;
32046
- }
32047
- .E_wt5zbg6 .middle {
32048
- margin-bottom: 40px;
32049
- flex-grow: 0;
32050
- flex-shrink: 0;
32051
- flex-basis: 58%;
32052
- }
32053
- .E_wt5zbg6 .middle .form-base-field {
32054
- width: 100%;
31844
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
31845
+ content: "";
31846
+ width: 1px;
31847
+ height: 6px;
31848
+ border-radius: 1px;
31849
+ background: #ccd4e3;
31850
+ position: relative;
31851
+ right: 2px;
31852
+ transform: rotate(-45deg);
32055
31853
  }
32056
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
32057
- width: auto;
31854
+ .E_e1qrlvot:after {
31855
+ transform: rotate(45deg);
31856
+ left: 1px;
32058
31857
  }
32059
31858
 
32060
- .E_h18jprzg .ant-modal-header {
32061
- margin: 0 auto;
32062
- width: 100%;
32063
- max-width: 648px;
32064
- }
32065
- .E_h18jprzg .ant-modal-header .ant-modal-title {
32066
- margin-left: 0;
32067
- }
32068
- .E_h18jprzg .ant-modal-body {
32069
- margin: 0 auto;
32070
- padding: 0;
32071
- width: 100%;
32072
- max-width: 648px;
32073
- overflow: hidden;
32074
- }
32075
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
32076
- margin-bottom: 40px;
31859
+ .E_w9ic984.ant-alert-warning {
31860
+ border: 0;
31861
+ background: rgba(255, 187, 0, 0.1);
31862
+ border-radius: 6px;
32077
31863
  }
32078
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
32079
- height: calc(100vh - 225px);
32080
- overflow-y: auto;
31864
+ .E_w9ic984.ant-alert,
31865
+ .E_w9ic984 .ant-alert-message {
31866
+ color: #e07f00;
32081
31867
  }
32082
- .E_h18jprzg .ant-modal-footer .footer-content {
32083
- margin: 0 auto;
32084
- max-width: 648px;
31868
+ .E_w9ic984.ant-alert .dashed-border-bottom,
31869
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31870
+ border-bottom-color: #e07f00;
32085
31871
  }
32086
31872
 
32087
- .E_h16z9xgz .ant-modal-header {
32088
- margin: 0 auto;
32089
- width: 100%;
32090
- max-width: 1024px;
32091
- }
32092
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
32093
- margin-left: 0;
32094
- }
32095
- .E_h16z9xgz .ant-modal-body {
32096
- margin: 0 auto;
32097
- padding: 0;
32098
- width: 100%;
32099
- max-width: 1024px;
32100
- overflow: hidden;
32101
- }
32102
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
32103
- margin-bottom: 40px;
32104
- }
32105
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
32106
- height: calc(100vh - 225px);
32107
- overflow-y: auto;
31873
+ .E_n1k9qi4r {
31874
+ display: flex;
31875
+ flex-direction: row;
31876
+ padding: 7px 12px;
31877
+ background: rgba(255, 187, 0, 0.1);
31878
+ border-radius: 6px;
31879
+ color: #e07f00;
31880
+ font-size: 12px;
31881
+ line-height: 18px;
32108
31882
  }
32109
- .E_h16z9xgz .ant-modal-footer .footer-content {
32110
- margin: 0 auto;
32111
- max-width: 1024px;
31883
+ .E_n1k9qi4r .icon-wrapper {
31884
+ margin-right: 10px;
31885
+ height: 18px;
32112
31886
  }
32113
31887
 
32114
- .E_f1lrhghm {
32115
- flex: 1;
32116
- }
32117
- .E_f1lrhghm label {
32118
- font-size: 13px;
32119
- line-height: 20px;
31888
+ .E_n16fsg9x {
31889
+ display: flex;
31890
+ flex-direction: row;
31891
+ padding: 7px 12px;
31892
+ background: rgba(225, 230, 241, 0.6);
31893
+ border-radius: 6px;
32120
31894
  color: rgba(44, 56, 82, 0.6);
31895
+ font-size: 12px;
31896
+ line-height: 18px;
32121
31897
  }
32122
- .E_f1lrhghm .title {
32123
- font-size: 14px;
32124
- line-height: 20px;
32125
- color: #2d3a56;
32126
- margin-bottom: 12px;
32127
- }
32128
- .E_f1lrhghm.connect-cluster .title {
32129
- padding-bottom: 26px;
32130
- }
32131
-
32132
- .E_f18ot8em {
32133
- padding: 25px 0 15px 0;
32134
- border-bottom: 1px solid #e1e5eb;
32135
- margin-bottom: 16px;
31898
+ .E_n16fsg9x .icon-wrapper {
31899
+ margin-right: 10px;
31900
+ height: 18px;
32136
31901
  }
32137
31902
 
32138
- .E_f1l1g2k0 {
31903
+ .E_i173wxzw {
32139
31904
  display: flex;
32140
- align-items: center;
32141
- margin-bottom: 8px;
32142
- }
32143
- .E_f1l1g2k0 > label {
32144
- width: 216px;
32145
- }
32146
- .E_f1l1g2k0 > label + * {
32147
- width: 100%;
31905
+ flex-direction: row;
31906
+ padding: 7px 12px;
31907
+ background: rgba(0, 136, 255, 0.1);
31908
+ border-radius: 6px;
31909
+ color: #005ed1;
31910
+ font-size: 12px;
31911
+ line-height: 18px;
32148
31912
  }
32149
- .E_f1l1g2k0 .ant-select {
32150
- width: 100%;
31913
+ .E_i173wxzw .icon-wrapper {
31914
+ margin-right: 10px;
31915
+ height: 18px;
32151
31916
  }
32152
31917
 
32153
- .E_e1k89cwg {
32154
- color: #e75a3a;
32155
- margin-right: 10px;
31918
+ .E_dld369h {
31919
+ color: rgba(44, 56, 82, 0.6);
31920
+ margin-top: 5px;
31921
+ font-size: 12px;
31922
+ line-height: 18px;
32156
31923
  }
32157
31924
 
32158
- .E_d1oui1gf {
32159
- width: 100%;
32160
- height: 1px;
32161
- background: rgba(213, 219, 227, 0.6);
32162
- margin: 24px 0;
31925
+ .E_s1epv22q {
31926
+ color: #f0483e;
31927
+ font-size: 12px;
31928
+ white-space: pre-wrap;
32163
31929
  }
32164
31930
 
32165
- .E_l15itdbb {
31931
+ .E_okus5hk {
32166
31932
  display: flex;
32167
- justify-content: center;
32168
31933
  align-items: center;
32169
- height: 100%;
31934
+ justify-content: flex-end;
31935
+ }
31936
+ .E_okus5hk .icon-wrapper {
31937
+ margin-right: 16px;
32170
31938
  }
32171
31939
 
32172
- .E_d1y3z4w {
32173
- display: inline-block;
32174
- width: 4px;
32175
- height: 4px;
32176
- background: #8e9aa9;
32177
- opacity: 0.4;
32178
- border-radius: 50%;
32179
- margin: 0 4px;
31940
+ .E_t1auuzri {
31941
+ color: rgba(0, 21, 64, 0.3);
32180
31942
  }
32181
31943
 
32182
- .E_m177r7a3 .ant-modal-header,
32183
- .E_m177r7a3 .ant-modal-footer .footer-content {
32184
- width: 648px;
32185
- margin: 0 auto;
31944
+ .E_i74cfyt.ant-input {
31945
+ padding: 5px 12px;
31946
+ line-height: 20px;
31947
+ color: #2d3a56;
31948
+ border-radius: 6px;
31949
+ border-color: rgba(172, 186, 211, 0.6);
31950
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32186
31951
  }
32187
- .E_m177r7a3 .ant-modal-header {
32188
- padding: 35px 0 24px;
32189
- border: none;
31952
+ .E_i74cfyt.ant-input.ant-input-lg {
31953
+ padding: 8px 16px;
31954
+ line-height: 22px;
32190
31955
  }
32191
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
32192
- font-size: 30px;
31956
+ .E_i74cfyt.ant-input.ant-input-sm {
31957
+ padding: 2px 8px;
31958
+ line-height: 18px;
32193
31959
  }
32194
- .E_m177r7a3 .ant-modal-body {
32195
- padding: 4px 0 2px;
31960
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31961
+ border-color: rgba(107, 128, 167, 0.6);
31962
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31963
+ z-index: 1;
32196
31964
  }
32197
- .E_m177r7a3 .ant-modal-footer {
32198
- border: none;
31965
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31966
+ border-color: #0096ff;
31967
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31968
+ z-index: 1;
32199
31969
  }
32200
-
32201
- .E_t1wwio3v {
32202
- font-size: 12px;
32203
- line-height: 18px;
32204
- font-weight: bold;
32205
- color: #fff;
32206
- padding: 0 4px;
32207
- border-radius: 4px;
32208
- display: inline-block;
32209
- background: var(--t1wwio3v-0);
31970
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31971
+ border-color: #e75a3a;
31972
+ color: #e75a3a;
32210
31973
  }
32211
- .E_t1wwio3v:not(:first-child) {
32212
- margin-left: 4px;
31974
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31975
+ border-color: #e75a3a;
31976
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32213
31977
  }
32214
-
32215
- .E_f17jvtfk {
32216
- width: 100%;
32217
- height: 100%;
32218
- display: flex;
32219
- align-items: center;
32220
- justify-content: center;
32221
- }
32222
-
32223
- .E_nzppkea {
32224
- font-size: 90%;
32225
- font-weight: bold;
32226
- background-color: rgba(240, 243, 247, 0.6);
32227
- padding: 1px 4px 1px;
32228
- margin-left: 2px;
32229
- margin-right: 2px;
32230
- border: 1px solid rgba(213, 219, 227, 0.6);
32231
- border-radius: 4px;
32232
- }
32233
-
32234
- .E_f4mi9eq.form-item-general {
32235
- width: 640px;
32236
- }
32237
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
32238
- margin-top: 16px;
32239
- }
32240
- .E_f4mi9eq.form-item-compact {
32241
- width: 412px;
32242
- }
32243
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
32244
- margin-top: 8px;
32245
- }
32246
- .E_f4mi9eq .form-item {
32247
- width: auto;
32248
- }
32249
- .E_f4mi9eq .form-item-main {
32250
- position: relative;
32251
- display: flex;
32252
- }
32253
- .E_f4mi9eq .form-item-extra {
32254
- margin-top: 4px;
32255
- width: 100%;
32256
- padding: 14px;
32257
- background: #f2f4f6;
32258
- font-size: 13px;
32259
- line-height: 1.8;
32260
- color: #8e9aa9;
32261
- }
32262
- .E_f4mi9eq .form-item-label {
32263
- padding-right: 12px;
32264
- font-size: 13px;
32265
- color: rgba(44, 56, 82, 0.6);
32266
- }
32267
- .E_f4mi9eq .form-item-label.label-right {
32268
- text-align: right;
32269
- }
32270
- .E_f4mi9eq .form-item-label,
32271
- .E_f4mi9eq .form-item-control {
32272
- line-height: 32px;
32273
- }
32274
- .E_f4mi9eq .form-item-control .form-item-error {
32275
- line-height: 18px;
32276
- }
32277
- .E_f4mi9eq .form-item-children {
32278
- width: 100%;
32279
- }
32280
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
32281
- width: 100%;
32282
- }
32283
- .E_f4mi9eq .form-item-error {
32284
- color: #e75a3a;
32285
- height: 0;
32286
- overflow: hidden;
32287
- }
32288
- .E_f4mi9eq .form-item-error-enter-done {
32289
- margin-top: 4px;
32290
- height: auto;
32291
- overflow: auto;
32292
- }
32293
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
32294
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
32295
- border: 1px solid #e75a3a;
32296
- color: #e75a3a;
32297
- }
32298
-
32299
- .E_fh0ewl8 {
32300
- color: #2d3a56;
32301
- font-weight: bold;
32302
- padding-bottom: 6px;
32303
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32304
- margin-bottom: 16px;
32305
- }
32306
- .E_fh0ewl8:not(:first-of-type) {
32307
- margin-top: 16px;
32308
- }
32309
-
32310
- .E_e1qrlvot {
32311
- width: 8px;
32312
- height: 24px;
32313
- display: flex;
32314
- justify-content: center;
32315
- align-items: center;
32316
- cursor: pointer;
32317
- transition: all 200ms ease-out 40ms;
32318
- }
32319
- .E_e1qrlvot:before, .E_e1qrlvot:after {
32320
- content: "";
32321
- width: 1px;
32322
- height: 6px;
32323
- border-radius: 1px;
32324
- background: #ccd4e3;
32325
- position: relative;
32326
- right: 2px;
32327
- transform: rotate(-45deg);
32328
- }
32329
- .E_e1qrlvot:after {
32330
- transform: rotate(45deg);
32331
- left: 1px;
32332
- }
32333
-
32334
- .E_w9ic984.ant-alert-warning {
32335
- border: 0;
32336
- background: rgba(255, 187, 0, 0.1);
32337
- border-radius: 6px;
32338
- }
32339
- .E_w9ic984.ant-alert,
32340
- .E_w9ic984 .ant-alert-message {
32341
- color: #e07f00;
32342
- }
32343
- .E_w9ic984.ant-alert .dashed-border-bottom,
32344
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
32345
- border-bottom-color: #e07f00;
32346
- }
32347
-
32348
- .E_n1k9qi4r {
32349
- display: flex;
32350
- flex-direction: row;
32351
- padding: 7px 12px;
32352
- background: rgba(255, 187, 0, 0.1);
32353
- border-radius: 6px;
32354
- color: #e07f00;
32355
- font-size: 12px;
32356
- line-height: 18px;
32357
- }
32358
- .E_n1k9qi4r .icon-wrapper {
32359
- margin-right: 10px;
32360
- height: 18px;
32361
- }
32362
-
32363
- .E_n16fsg9x {
32364
- display: flex;
32365
- flex-direction: row;
32366
- padding: 7px 12px;
32367
- background: rgba(225, 230, 241, 0.6);
32368
- border-radius: 6px;
32369
- color: rgba(44, 56, 82, 0.6);
32370
- font-size: 12px;
32371
- line-height: 18px;
32372
- }
32373
- .E_n16fsg9x .icon-wrapper {
32374
- margin-right: 10px;
32375
- height: 18px;
32376
- }
32377
-
32378
- .E_i173wxzw {
32379
- display: flex;
32380
- flex-direction: row;
32381
- padding: 7px 12px;
32382
- background: rgba(0, 136, 255, 0.1);
32383
- border-radius: 6px;
32384
- color: #005ed1;
32385
- font-size: 12px;
32386
- line-height: 18px;
32387
- }
32388
- .E_i173wxzw .icon-wrapper {
32389
- margin-right: 10px;
32390
- height: 18px;
32391
- }
32392
-
32393
- .E_dld369h {
32394
- color: rgba(44, 56, 82, 0.6);
32395
- margin-top: 5px;
32396
- font-size: 12px;
32397
- line-height: 18px;
32398
- }
32399
-
32400
- .E_s1epv22q {
32401
- color: #f0483e;
32402
- font-size: 12px;
32403
- white-space: pre-wrap;
32404
- }
32405
-
32406
- .E_okus5hk {
32407
- display: flex;
32408
- align-items: center;
32409
- justify-content: flex-end;
32410
- }
32411
- .E_okus5hk .icon-wrapper {
32412
- margin-right: 16px;
32413
- }
32414
-
32415
- .E_t1auuzri {
32416
- color: rgba(0, 21, 64, 0.3);
32417
- }
32418
-
32419
- .E_i74cfyt.ant-input {
32420
- padding: 5px 12px;
32421
- line-height: 20px;
32422
- color: #2d3a56;
32423
- border-radius: 6px;
32424
- border-color: rgba(172, 186, 211, 0.6);
32425
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32426
- }
32427
- .E_i74cfyt.ant-input.ant-input-lg {
32428
- padding: 8px 16px;
32429
- line-height: 22px;
32430
- }
32431
- .E_i74cfyt.ant-input.ant-input-sm {
32432
- padding: 2px 8px;
32433
- line-height: 18px;
32434
- }
32435
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
32436
- border-color: rgba(107, 128, 167, 0.6);
32437
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32438
- z-index: 1;
32439
- }
32440
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
32441
- border-color: #0096ff;
32442
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32443
- z-index: 1;
32444
- }
32445
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
32446
- border-color: #e75a3a;
32447
- color: #e75a3a;
32448
- }
32449
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
32450
- border-color: #e75a3a;
32451
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32452
- }
32453
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
32454
- border-color: #e75a3a;
32455
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31978
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31979
+ border-color: #e75a3a;
31980
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32456
31981
  }
32457
31982
  .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
32458
31983
  background: rgba(211, 218, 235, 0.6);
@@ -32582,119 +32107,594 @@ textarea.E_i74cfyt.ant-input.textarea-small:focus {
32582
32107
  transition: left 150ms ease;
32583
32108
  opacity: 0;
32584
32109
  }
32585
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32586
- left: 8px;
32587
- opacity: 1;
32110
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32111
+ left: 8px;
32112
+ opacity: 1;
32113
+ }
32114
+ .E_k1ci6977.has-focus-indicator input {
32115
+ transition: margin-left 150ms ease;
32116
+ margin-left: 0px;
32117
+ }
32118
+ .E_k1ci6977.has-focus-indicator input:focus {
32119
+ margin-left: 16px;
32120
+ }
32121
+
32122
+ input.E_l1f7td1d.ant-input {
32123
+ border-top-right-radius: 0;
32124
+ border-bottom-right-radius: 0;
32125
+ }
32126
+
32127
+ .E_l1f7td1d.ant-input-affix-wrapper {
32128
+ border-top-right-radius: 0;
32129
+ border-bottom-right-radius: 0;
32130
+ }
32131
+
32132
+ input.E_rf8rlle.ant-input {
32133
+ border-top-left-radius: 0;
32134
+ border-bottom-left-radius: 0;
32135
+ }
32136
+
32137
+ .E_rf8rlle.ant-input-affix-wrapper {
32138
+ border-top-left-radius: 0;
32139
+ border-bottom-left-radius: 0;
32140
+ }
32141
+
32142
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32143
+ border-top-right-radius: 0;
32144
+ border-bottom-right-radius: 0;
32145
+ }
32146
+
32147
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32148
+ border-top-left-radius: 0;
32149
+ border-bottom-left-radius: 0;
32150
+ }
32151
+
32152
+ .E_c3ni091 {
32153
+ display: flex;
32154
+ flex-direction: column;
32155
+ }
32156
+ .E_c3ni091 .select-wrapper {
32157
+ margin-top: 12px;
32158
+ }
32159
+ .E_c3ni091 .select-wrapper .select {
32160
+ width: 100%;
32161
+ }
32162
+ .E_c3ni091 .radio-wrapper {
32163
+ margin-top: 24px;
32164
+ }
32165
+ .E_c3ni091 div.form-item {
32166
+ width: 100%;
32167
+ }
32168
+
32169
+ .E_d105ju2d {
32170
+ font-size: 14px;
32171
+ font-weight: 500;
32172
+ color: #3e4652;
32173
+ line-height: 18px;
32174
+ }
32175
+ .E_d105ju2d + .E_d105ju2d {
32176
+ margin-top: 16px;
32177
+ }
32178
+ .E_d105ju2d + * {
32179
+ margin-top: 16px;
32180
+ }
32181
+
32182
+ .E_lh0l62z.E_d105ju2d {
32183
+ font-size: 12px;
32184
+ color: rgba(44, 56, 82, 0.6);
32185
+ margin-top: 12px;
32186
+ }
32187
+
32188
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32189
+ line-height: 18px;
32190
+ font-weight: 500;
32191
+ margin-top: 0;
32192
+ white-space: initial;
32193
+ }
32194
+
32195
+ .E_r1skkc3l {
32196
+ display: block;
32197
+ }
32198
+ .E_r1skkc3l span {
32199
+ font-size: 14px;
32200
+ font-weight: 500;
32201
+ line-height: 32px;
32202
+ color: #3e4652;
32203
+ }
32204
+
32205
+ .E_c3cobmo {
32206
+ margin-top: 16px;
32207
+ padding: 8px;
32208
+ border-radius: 6px;
32209
+ background: rgba(225, 230, 241, 0.6);
32210
+ color: rgba(44, 56, 82, 0.6);
32211
+ font-size: 12px;
32212
+ }
32213
+ .E_c3cobmo div {
32214
+ line-height: 20px;
32215
+ display: flex;
32216
+ align-items: center;
32217
+ word-break: break-all;
32218
+ }
32219
+ .E_c3cobmo .title {
32220
+ font-weight: 700;
32221
+ line-height: 18px;
32222
+ margin: 4px 0;
32223
+ }
32224
+
32225
+ .E_dsnbhzf {
32226
+ font-family: Inter;
32227
+ font-style: normal;
32228
+ font-weight: bold;
32229
+ font-size: 32px;
32230
+ line-height: 40px;
32231
+ }
32232
+
32233
+ .E_d1mvo22k {
32234
+ font-family: Inter;
32235
+ font-style: normal;
32236
+ font-weight: bold;
32237
+ font-size: 24px;
32238
+ line-height: 32px;
32239
+ }
32240
+
32241
+ .E_d1b444tr {
32242
+ font-family: Inter;
32243
+ font-style: normal;
32244
+ font-weight: normal;
32245
+ font-size: 32px;
32246
+ line-height: 40px;
32247
+ }
32248
+
32249
+ .E_dvs0kue {
32250
+ font-family: Inter;
32251
+ font-style: normal;
32252
+ font-weight: bold;
32253
+ font-size: 20px;
32254
+ line-height: 24px;
32255
+ }
32256
+
32257
+ .E_d1hcbfcq {
32258
+ font-family: Inter;
32259
+ font-style: normal;
32260
+ font-weight: normal;
32261
+ font-size: 20px;
32262
+ line-height: 24px;
32263
+ }
32264
+
32265
+ .E_d1cz922v {
32266
+ font-family: Inter;
32267
+ font-style: normal;
32268
+ font-weight: bold;
32269
+ font-size: 18px;
32270
+ line-height: 22px;
32271
+ }
32272
+
32273
+ .E_d3nzbrm {
32274
+ font-family: Inter;
32275
+ font-style: normal;
32276
+ font-weight: normal;
32277
+ font-size: 18px;
32278
+ line-height: 22px;
32279
+ }
32280
+
32281
+ .E_h1g0p5ob {
32282
+ font-family: Inter;
32283
+ font-style: normal;
32284
+ font-weight: bold;
32285
+ font-size: 16px;
32286
+ line-height: 22px;
32287
+ }
32288
+
32289
+ .E_hydo2ej {
32290
+ font-family: Inter;
32291
+ font-style: normal;
32292
+ font-weight: normal;
32293
+ font-size: 16px;
32294
+ line-height: 22px;
32295
+ }
32296
+
32297
+ .E_h1hbuq0r {
32298
+ font-family: Inter;
32299
+ font-style: normal;
32300
+ font-weight: bold;
32301
+ font-size: 14px;
32302
+ line-height: 20px;
32303
+ }
32304
+
32305
+ .E_h13bondg {
32306
+ font-family: Inter;
32307
+ font-style: normal;
32308
+ font-weight: normal;
32309
+ font-size: 14px;
32310
+ line-height: 20px;
32311
+ }
32312
+
32313
+ .E_h1mhvdlx {
32314
+ font-family: Inter;
32315
+ font-style: normal;
32316
+ font-weight: bold;
32317
+ font-size: 12px;
32318
+ line-height: 18px;
32319
+ }
32320
+
32321
+ .E_h1inmfq6 {
32322
+ font-family: Inter;
32323
+ font-style: normal;
32324
+ font-weight: normal;
32325
+ font-size: 12px;
32326
+ line-height: 18px;
32327
+ }
32328
+
32329
+ .E_h1kfc0la {
32330
+ font-family: Inter;
32331
+ font-style: normal;
32332
+ font-weight: bold;
32333
+ text-transform: uppercase;
32334
+ font-feature-settings: "cpsp" on;
32335
+ font-size: 12px;
32336
+ line-height: 18px;
32337
+ }
32338
+
32339
+ .E_h10xnyuu {
32340
+ font-family: Inter;
32341
+ font-style: normal;
32342
+ font-weight: normal;
32343
+ text-transform: uppercase;
32344
+ font-feature-settings: "cpsp" on;
32345
+ font-size: 12px;
32346
+ line-height: 18px;
32347
+ }
32348
+
32349
+ .E_lrcmi0v {
32350
+ font-family: Inter;
32351
+ font-style: normal;
32352
+ font-weight: normal;
32353
+ font-size: 16px;
32354
+ line-height: 24px;
32355
+ }
32356
+
32357
+ .E_lzt43lp {
32358
+ font-family: Inter;
32359
+ font-style: normal;
32360
+ font-weight: bold;
32361
+ font-size: 16px;
32362
+ line-height: 24px;
32363
+ }
32364
+
32365
+ .E_l5yc9nt {
32366
+ font-family: Inter;
32367
+ font-style: normal;
32368
+ font-weight: normal;
32369
+ font-size: 16px;
32370
+ line-height: 24px;
32371
+ }
32372
+
32373
+ .E_l1fbkbzo {
32374
+ font-family: Inter;
32375
+ font-style: normal;
32376
+ font-weight: bold;
32377
+ font-size: 16px;
32378
+ line-height: 24px;
32379
+ }
32380
+
32381
+ .E_lahvcax {
32382
+ font-family: Inter;
32383
+ font-style: normal;
32384
+ font-weight: normal;
32385
+ text-transform: uppercase;
32386
+ font-feature-settings: "cpsp" on;
32387
+ font-size: 16px;
32388
+ line-height: 24px;
32389
+ }
32390
+
32391
+ .E_l11q3pxd {
32392
+ font-family: Inter;
32393
+ font-style: normal;
32394
+ font-weight: bold;
32395
+ text-transform: uppercase;
32396
+ font-feature-settings: "cpsp" on;
32397
+ font-size: 16px;
32398
+ line-height: 24px;
32399
+ }
32400
+
32401
+ .E_lfuc2qu {
32402
+ font-family: Inter;
32403
+ font-style: normal;
32404
+ font-weight: normal;
32405
+ font-size: 14px;
32406
+ line-height: 22px;
32407
+ }
32408
+
32409
+ .E_l1jmp8r0 {
32410
+ font-family: Inter;
32411
+ font-style: normal;
32412
+ font-weight: 500;
32413
+ font-size: 14px;
32414
+ line-height: 22px;
32415
+ }
32416
+
32417
+ .E_lcnm221 {
32418
+ font-family: Inter;
32419
+ font-style: normal;
32420
+ font-weight: bold;
32421
+ font-size: 14px;
32422
+ line-height: 22px;
32423
+ }
32424
+
32425
+ .E_lu1z2n5 {
32426
+ font-family: Inter;
32427
+ font-style: normal;
32428
+ font-weight: normal;
32429
+ font-size: 14px;
32430
+ line-height: 22px;
32431
+ }
32432
+
32433
+ .E_l1r59djn {
32434
+ font-family: Inter;
32435
+ font-style: normal;
32436
+ font-weight: bold;
32437
+ font-size: 14px;
32438
+ line-height: 22px;
32439
+ }
32440
+
32441
+ .E_ljm2911 {
32442
+ font-family: Inter;
32443
+ font-style: normal;
32444
+ font-weight: normal;
32445
+ text-transform: uppercase;
32446
+ font-feature-settings: "cpsp" on;
32447
+ font-size: 14px;
32448
+ line-height: 22px;
32449
+ }
32450
+
32451
+ .E_l124mzmr {
32452
+ font-family: Inter;
32453
+ font-style: normal;
32454
+ font-weight: bold;
32455
+ text-transform: uppercase;
32456
+ font-feature-settings: "cpsp" on;
32457
+ font-size: 14px;
32458
+ line-height: 22px;
32459
+ }
32460
+
32461
+ .E_lb3chel {
32462
+ font-family: Inter;
32463
+ font-style: normal;
32464
+ font-weight: normal;
32465
+ font-size: 13px;
32466
+ line-height: 20px;
32467
+ }
32468
+
32469
+ .E_lv9jstu {
32470
+ font-family: Inter;
32471
+ font-style: normal;
32472
+ font-weight: 600;
32473
+ font-size: 13px;
32474
+ line-height: 20px;
32475
+ }
32476
+
32477
+ .E_lwqlh3x {
32478
+ font-family: Inter;
32479
+ font-style: normal;
32480
+ font-weight: bold;
32481
+ font-size: 13px;
32482
+ line-height: 20px;
32483
+ }
32484
+
32485
+ .E_lalum9y {
32486
+ font-family: Inter;
32487
+ font-style: normal;
32488
+ font-weight: normal;
32489
+ font-size: 13px;
32490
+ line-height: 20px;
32491
+ }
32492
+
32493
+ .E_l1t6dj5o {
32494
+ font-family: Inter;
32495
+ font-style: normal;
32496
+ font-weight: 600;
32497
+ font-size: 13px;
32498
+ line-height: 20px;
32499
+ }
32500
+
32501
+ .E_l12f6ic {
32502
+ font-family: Inter;
32503
+ font-style: normal;
32504
+ font-weight: bold;
32505
+ font-size: 13px;
32506
+ line-height: 20px;
32588
32507
  }
32589
- .E_k1ci6977.has-focus-indicator input {
32590
- transition: margin-left 150ms ease;
32591
- margin-left: 0px;
32508
+
32509
+ .E_l7gmukq {
32510
+ font-family: Inter;
32511
+ font-style: normal;
32512
+ font-weight: normal;
32513
+ text-transform: uppercase;
32514
+ font-feature-settings: "cpsp" on;
32515
+ font-size: 13px;
32516
+ line-height: 20px;
32592
32517
  }
32593
- .E_k1ci6977.has-focus-indicator input:focus {
32594
- margin-left: 16px;
32518
+
32519
+ .E_lkwl0yp {
32520
+ font-family: Inter;
32521
+ font-style: normal;
32522
+ font-weight: bold;
32523
+ text-transform: uppercase;
32524
+ font-feature-settings: "cpsp" on;
32525
+ font-size: 13px;
32526
+ line-height: 20px;
32595
32527
  }
32596
32528
 
32597
- input.E_l1f7td1d.ant-input {
32598
- border-top-right-radius: 0;
32599
- border-bottom-right-radius: 0;
32529
+ .E_l10knv48 {
32530
+ font-family: Inter;
32531
+ font-style: normal;
32532
+ font-weight: normal;
32533
+ font-size: 12px;
32534
+ line-height: 18px;
32600
32535
  }
32601
32536
 
32602
- .E_l1f7td1d.ant-input-affix-wrapper {
32603
- border-top-right-radius: 0;
32604
- border-bottom-right-radius: 0;
32537
+ .E_l6526ld {
32538
+ font-family: Inter;
32539
+ font-style: normal;
32540
+ font-weight: 500;
32541
+ font-size: 12px;
32542
+ line-height: 18px;
32605
32543
  }
32606
32544
 
32607
- input.E_rf8rlle.ant-input {
32608
- border-top-left-radius: 0;
32609
- border-bottom-left-radius: 0;
32545
+ .E_l1j81vli {
32546
+ font-family: Inter;
32547
+ font-style: normal;
32548
+ font-weight: bold;
32549
+ font-size: 12px;
32550
+ line-height: 18px;
32610
32551
  }
32611
32552
 
32612
- .E_rf8rlle.ant-input-affix-wrapper {
32613
- border-top-left-radius: 0;
32614
- border-bottom-left-radius: 0;
32553
+ .E_l1x7n1mk {
32554
+ font-family: Inter;
32555
+ font-style: normal;
32556
+ font-weight: normal;
32557
+ font-size: 12px;
32558
+ line-height: 18px;
32615
32559
  }
32616
32560
 
32617
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32618
- border-top-right-radius: 0;
32619
- border-bottom-right-radius: 0;
32561
+ .E_l9fqufz {
32562
+ font-family: Inter;
32563
+ font-style: normal;
32564
+ font-weight: 500;
32565
+ font-size: 12px;
32566
+ line-height: 18px;
32620
32567
  }
32621
32568
 
32622
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32623
- border-top-left-radius: 0;
32624
- border-bottom-left-radius: 0;
32569
+ .E_l1iwnybd {
32570
+ font-family: Inter;
32571
+ font-style: normal;
32572
+ font-weight: bold;
32573
+ font-size: 12px;
32574
+ line-height: 18px;
32625
32575
  }
32626
32576
 
32627
- .E_c3ni091 {
32628
- display: flex;
32629
- flex-direction: column;
32577
+ .E_lprtm1e {
32578
+ font-family: Inter;
32579
+ font-style: normal;
32580
+ font-weight: normal;
32581
+ text-transform: uppercase;
32582
+ font-feature-settings: "cpsp" on;
32583
+ font-size: 12px;
32584
+ line-height: 18px;
32630
32585
  }
32631
- .E_c3ni091 .select-wrapper {
32632
- margin-top: 12px;
32586
+
32587
+ .E_l1lln87h {
32588
+ font-family: Inter;
32589
+ font-style: normal;
32590
+ font-weight: bold;
32591
+ text-transform: uppercase;
32592
+ font-feature-settings: "cpsp" on;
32593
+ font-size: 12px;
32594
+ line-height: 18px;
32633
32595
  }
32634
- .E_c3ni091 .select-wrapper .select {
32635
- width: 100%;
32596
+
32597
+ .E_f2pb48l {
32598
+ font-family: Inter;
32599
+ font-style: normal;
32600
+ font-weight: normal;
32601
+ font-size: 13px;
32602
+ line-height: 20px;
32636
32603
  }
32637
- .E_c3ni091 .radio-wrapper {
32638
- margin-top: 24px;
32604
+
32605
+ .E_fi9emkw {
32606
+ font-family: Inter;
32607
+ font-style: normal;
32608
+ font-weight: normal;
32609
+ font-size: 13px;
32610
+ line-height: 20px;
32639
32611
  }
32640
- .E_c3ni091 div.form-item {
32641
- width: 100%;
32612
+
32613
+ .E_f1nrg7da {
32614
+ font-family: Inter;
32615
+ font-style: normal;
32616
+ font-weight: normal;
32617
+ font-size: 12px;
32618
+ line-height: 18px;
32642
32619
  }
32643
32620
 
32644
- .E_d105ju2d {
32645
- font-size: 14px;
32646
- font-weight: 500;
32647
- color: #3e4652;
32621
+ .E_f17k1i3n {
32622
+ font-family: Inter;
32623
+ font-style: normal;
32624
+ font-weight: normal;
32625
+ font-size: 12px;
32648
32626
  line-height: 18px;
32649
32627
  }
32650
- .E_d105ju2d + .E_d105ju2d {
32651
- margin-top: 16px;
32628
+
32629
+ .E_t1tvuj2e {
32630
+ font-family: Inter;
32631
+ font-style: normal;
32632
+ font-weight: normal;
32633
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32634
+ font-size: 13px;
32635
+ line-height: 20px;
32652
32636
  }
32653
- .E_d105ju2d + * {
32654
- margin-top: 16px;
32637
+
32638
+ .E_t17uajlu {
32639
+ font-family: Inter;
32640
+ font-style: normal;
32641
+ font-weight: normal;
32642
+ font-feature-settings: "zero" on;
32643
+ font-size: 13px;
32644
+ line-height: 20px;
32655
32645
  }
32656
32646
 
32657
- .E_lh0l62z.E_d105ju2d {
32647
+ .E_t114zbyz {
32648
+ font-family: Inter;
32649
+ font-style: normal;
32650
+ font-weight: normal;
32651
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32658
32652
  font-size: 12px;
32659
- color: rgba(44, 56, 82, 0.6);
32660
- margin-top: 12px;
32653
+ line-height: 18px;
32661
32654
  }
32662
32655
 
32663
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32664
- line-height: 18px;
32656
+ .E_t1il0kvi {
32657
+ font-family: Inter;
32658
+ font-style: normal;
32665
32659
  font-weight: 500;
32666
- margin-top: 0;
32667
- white-space: initial;
32660
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32661
+ font-size: 12px;
32662
+ line-height: 18px;
32668
32663
  }
32669
32664
 
32670
- .E_r1skkc3l {
32671
- display: block;
32672
- }
32673
- .E_r1skkc3l span {
32674
- font-size: 14px;
32675
- font-weight: 500;
32676
- line-height: 32px;
32677
- color: #3e4652;
32665
+ .E_t10dv8p1 {
32666
+ font-family: Inter;
32667
+ font-style: normal;
32668
+ font-weight: normal;
32669
+ font-feature-settings: "zero" on;
32670
+ font-size: 12px;
32671
+ line-height: 18px;
32678
32672
  }
32679
32673
 
32680
- .E_c3cobmo {
32681
- margin-top: 16px;
32682
- padding: 8px;
32683
- border-radius: 6px;
32684
- background: rgba(225, 230, 241, 0.6);
32685
- color: rgba(44, 56, 82, 0.6);
32674
+ .E_tc2oqpq {
32675
+ font-family: Inter;
32676
+ font-style: normal;
32677
+ font-weight: 500;
32678
+ font-feature-settings: "zero" on;
32686
32679
  font-size: 12px;
32680
+ line-height: 18px;
32687
32681
  }
32688
- .E_c3cobmo div {
32689
- line-height: 20px;
32690
- display: flex;
32691
- align-items: center;
32692
- word-break: break-all;
32682
+
32683
+ .E_tzvddmc {
32684
+ font-family: Inter;
32685
+ font-style: normal;
32686
+ font-weight: bold;
32687
+ font-feature-settings: "zero" on;
32688
+ font-size: 16px;
32689
+ line-height: 24px;
32693
32690
  }
32694
- .E_c3cobmo .title {
32695
- font-weight: 700;
32696
- line-height: 18px;
32697
- margin: 4px 0;
32691
+
32692
+ .E_u18llj45 {
32693
+ font-family: Inter;
32694
+ font-style: normal;
32695
+ font-weight: normal;
32696
+ font-size: 10px;
32697
+ line-height: 12px;
32698
32698
  }
32699
32699
 
32700
32700
  .E_h1ol2wl7 {
@@ -32703,19 +32703,6 @@ input.E_rf8rlle.ant-input {
32703
32703
  padding: unset;
32704
32704
  }
32705
32705
 
32706
- .E_suhck3k {
32707
- height: 24px;
32708
- width: 24px;
32709
- border-radius: 6px;
32710
- padding: 4px;
32711
- }
32712
- .E_suhck3k:hover {
32713
- background-color: rgba(0, 136, 255, 0.1);
32714
- }
32715
- .E_suhck3k:hover svg path {
32716
- fill: blue;
32717
- }
32718
-
32719
32706
  .E_ryby9ds {
32720
32707
  display: flex;
32721
32708
  align-items: center;
@@ -32732,6 +32719,19 @@ input.E_rf8rlle.ant-input {
32732
32719
  margin-right: 6px;
32733
32720
  }
32734
32721
 
32722
+ .E_suhck3k {
32723
+ height: 24px;
32724
+ width: 24px;
32725
+ border-radius: 6px;
32726
+ padding: 4px;
32727
+ }
32728
+ .E_suhck3k:hover {
32729
+ background-color: rgba(0, 136, 255, 0.1);
32730
+ }
32731
+ .E_suhck3k:hover svg path {
32732
+ fill: blue;
32733
+ }
32734
+
32735
32735
  .E_hrhfj7c {
32736
32736
  display: none;
32737
32737
  }
@@ -33645,48 +33645,38 @@ input.E_rf8rlle.ant-input {
33645
33645
  padding: 0;
33646
33646
  }
33647
33647
 
33648
- .E_c1yd35n {
33649
- padding: 0 12px 14px 12px;
33648
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33649
+ margin-right: 2px;
33650
33650
  }
33651
33651
 
33652
- .E_c1kghdax {
33653
- color: #2d3a56;
33654
- padding: 7px 12px;
33655
- display: flex;
33656
- justify-content: space-between;
33657
- align-items: center;
33652
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33653
+ padding-left: 8px;
33654
+ padding-right: 8px;
33658
33655
  }
33659
- .E_c1kghdax.has-arrow {
33660
- padding-left: 10px;
33656
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33657
+ border-radius: 4px;
33661
33658
  }
33662
- .E_c1kghdax.has-arrow .title-wrapper {
33663
- cursor: pointer;
33664
- color: #00122e;
33659
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33660
+ border-radius: 4px;
33665
33661
  }
33666
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33667
- color: #2d3a56;
33668
- font-weight: 600;
33662
+
33663
+ .E_ma64lna .antd5-segmented-item-label {
33664
+ padding-left: 12px;
33665
+ padding-right: 12px;
33669
33666
  }
33670
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33671
- transform: rotate(90deg);
33667
+
33668
+ .E_ckld275 {
33669
+ background-color: rgba(225, 230, 241, 0.6);
33672
33670
  }
33673
- .E_c1kghdax .sub-info {
33674
- font-size: 12px;
33675
- line-height: 18px;
33671
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33672
+ background-color: rgba(255, 255, 255, 0.6);
33673
+ color: rgba(44, 56, 82, 0.75);
33676
33674
  }
33677
- .E_c1kghdax .title-wrapper {
33678
- display: flex;
33679
- align-items: center;
33680
- user-select: none;
33681
- flex-grow: 1;
33682
- font-size: 12px;
33683
- line-height: 18px;
33684
- color: #2d3a56;
33685
- font-weight: 700;
33675
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33676
+ background-color: transparent;
33686
33677
  }
33687
- .E_c1kghdax .collapse-arrow {
33688
- transition: all 50ms ease-out 0ms;
33689
- margin-right: 2px;
33678
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33679
+ background-color: transparent;
33690
33680
  }
33691
33681
 
33692
33682
  .E_ckui4s7 {
@@ -33753,6 +33743,50 @@ input.E_rf8rlle.ant-input {
33753
33743
  margin-left: 24px;
33754
33744
  }
33755
33745
 
33746
+ .E_c1kghdax {
33747
+ color: #2d3a56;
33748
+ padding: 7px 12px;
33749
+ display: flex;
33750
+ justify-content: space-between;
33751
+ align-items: center;
33752
+ }
33753
+ .E_c1kghdax.has-arrow {
33754
+ padding-left: 10px;
33755
+ }
33756
+ .E_c1kghdax.has-arrow .title-wrapper {
33757
+ cursor: pointer;
33758
+ color: #00122e;
33759
+ }
33760
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
33761
+ color: #2d3a56;
33762
+ font-weight: 600;
33763
+ }
33764
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33765
+ transform: rotate(90deg);
33766
+ }
33767
+ .E_c1kghdax .sub-info {
33768
+ font-size: 12px;
33769
+ line-height: 18px;
33770
+ }
33771
+ .E_c1kghdax .title-wrapper {
33772
+ display: flex;
33773
+ align-items: center;
33774
+ user-select: none;
33775
+ flex-grow: 1;
33776
+ font-size: 12px;
33777
+ line-height: 18px;
33778
+ color: #2d3a56;
33779
+ font-weight: 700;
33780
+ }
33781
+ .E_c1kghdax .collapse-arrow {
33782
+ transition: all 50ms ease-out 0ms;
33783
+ margin-right: 2px;
33784
+ }
33785
+
33786
+ .E_c1yd35n {
33787
+ padding: 0 12px 14px 12px;
33788
+ }
33789
+
33756
33790
  .E_b14q2gmw {
33757
33791
  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);
33758
33792
  }
@@ -33770,38 +33804,21 @@ input.E_rf8rlle.ant-input {
33770
33804
  transform: translateY(-4px);
33771
33805
  }
33772
33806
 
33773
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33774
- margin-right: 2px;
33775
- }
33776
-
33777
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33778
- padding-left: 8px;
33779
- padding-right: 8px;
33780
- }
33781
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33782
- border-radius: 4px;
33783
- }
33784
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33785
- border-radius: 4px;
33786
- }
33787
-
33788
- .E_ma64lna .antd5-segmented-item-label {
33789
- padding-left: 12px;
33790
- padding-right: 12px;
33807
+ .E_r77hffu {
33808
+ display: flex;
33809
+ align-items: center;
33810
+ justify-content: space-between;
33811
+ column-gap: 6px;
33791
33812
  }
33792
33813
 
33793
- .E_ckld275 {
33794
- background-color: rgba(225, 230, 241, 0.6);
33795
- }
33796
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33797
- background-color: rgba(255, 255, 255, 0.6);
33798
- color: rgba(44, 56, 82, 0.75);
33799
- }
33800
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33801
- background-color: transparent;
33814
+ .E_p1cmxsf7 {
33815
+ display: flex;
33816
+ flex-direction: column;
33817
+ justify-content: center;
33818
+ row-gap: var(--p1cmxsf7-0);
33802
33819
  }
33803
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33804
- background-color: transparent;
33820
+ .E_p1cmxsf7 .antd5-progress-line {
33821
+ font-size: 0;
33805
33822
  }
33806
33823
 
33807
33824
  .E_lht19u8 {
@@ -33853,23 +33870,6 @@ input.E_rf8rlle.ant-input {
33853
33870
  animation: loading-indicator3 1100ms ease-out infinite;
33854
33871
  }
33855
33872
 
33856
- .E_r77hffu {
33857
- display: flex;
33858
- align-items: center;
33859
- justify-content: space-between;
33860
- column-gap: 6px;
33861
- }
33862
-
33863
- .E_p1cmxsf7 {
33864
- display: flex;
33865
- flex-direction: column;
33866
- justify-content: center;
33867
- row-gap: var(--p1cmxsf7-0);
33868
- }
33869
- .E_p1cmxsf7 .antd5-progress-line {
33870
- font-size: 0;
33871
- }
33872
-
33873
33873
  .E_w7ob4th.outside-tag {
33874
33874
  padding-left: 0;
33875
33875
  }
@@ -33908,914 +33908,914 @@ input.E_rf8rlle.ant-input {
33908
33908
  white-space: normal;
33909
33909
  }
33910
33910
 
33911
- button.E_l48ei06.ant-btn {
33912
- font-size: 12px;
33913
- line-height: 18px;
33914
- height: 18px;
33911
+ .E_i1g85yz3 {
33912
+ margin-right: 4px;
33913
+ height: 16px;
33915
33914
  }
33916
33915
 
33917
- button.E_l48ei06 {
33918
- color: #0080FF;
33919
- height: unset;
33916
+ .E_sjob3jg {
33917
+ --item-min-width: 60px;
33920
33918
  }
33921
- button.E_l48ei06 .button-prefix-icon {
33922
- margin-right: 4px;
33919
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33920
+ display: none !important;
33923
33921
  }
33924
- button.E_l48ei06 .button-suffix-icon {
33925
- margin-left: 4px;
33922
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33923
+ flex-shrink: 0 !important;
33926
33924
  }
33927
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
33928
- color: #009DFF;
33925
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33926
+ color: #0080ff;
33929
33927
  }
33930
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
33931
- color: #005ED1;
33928
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33929
+ color: #0080ff;
33930
+ font-weight: normal;
33932
33931
  }
33933
- button.E_l48ei06.ui-kit-link-disabled {
33934
- color: #0080FF;
33932
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33933
+ color: rgba(44, 56, 82, 0.6);
33935
33934
  }
33936
- button.E_l48ei06.ui-kit-link-primary {
33937
- color: #00122E;
33935
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33936
+ color: #00122e;
33938
33937
  }
33939
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
33940
- color: #0080FF;
33938
+ .E_sjob3jg .step-item-text {
33939
+ display: inline-block;
33941
33940
  }
33942
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
33943
- color: #005ED1;
33941
+ .E_sjob3jg .step-item-title {
33942
+ overflow: hidden;
33943
+ white-space: nowrap;
33944
+ text-overflow: ellipsis;
33944
33945
  }
33945
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33946
- color: #00122E;
33946
+
33947
+ .E_hjvj6s6 .ant-steps-item-container {
33948
+ min-width: var(--item-min-width);
33947
33949
  }
33948
- button.E_l48ei06.ui-kit-link-secondary {
33949
- color: rgba(44, 56, 82, 0.7490196078);
33950
+ .E_hjvj6s6 .ant-steps-item-disabled {
33951
+ cursor: not-allowed !important;
33950
33952
  }
33951
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33952
- color: #0080FF;
33953
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33954
+ flex-direction: row;
33955
+ justify-content: stretch;
33953
33956
  }
33954
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33955
- color: #005ED1;
33957
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33958
+ padding: 0;
33959
+ margin-right: 4px;
33960
+ flex: 1;
33961
+ overflow: visible;
33956
33962
  }
33957
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33958
- color: rgba(44, 56, 82, 0.7490196078);
33963
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33964
+ width: 100%;
33965
+ min-height: unset;
33959
33966
  }
33960
-
33961
- .E_sddwhm6 {
33962
- margin: 0;
33963
- border-radius: 20px;
33964
- padding: 2px 10px;
33965
- height: 22px;
33967
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33968
+ height: 26px;
33969
+ line-height: 26px;
33970
+ width: 100%;
33971
+ padding: 0;
33972
+ font-size: 12px;
33966
33973
  }
33967
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33968
- background-color: rgba(237, 241, 250, 0.6) !important;
33974
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33975
+ margin-right: 10px;
33976
+ }
33977
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33978
+ display: none;
33969
33979
  }
33970
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33971
- background-color: rgba(225, 230, 241, 0.6) !important;
33980
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33981
+ padding-left: 8px;
33982
+ padding-right: 4px;
33983
+ border-radius: 4px 0 0 4px;
33972
33984
  }
33973
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33974
- color: #00122e;
33985
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33986
+ margin-right: 0;
33975
33987
  }
33976
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33977
- margin-right: 6px;
33988
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33989
+ padding-right: 8px;
33990
+ padding-left: 12px;
33991
+ border-radius: 0 4px 4px 0;
33978
33992
  }
33979
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33980
- margin-left: 8px;
33981
- color: rgba(44, 56, 82, 0.6);
33993
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33994
+ content: "";
33995
+ width: 0;
33996
+ height: 0;
33997
+ border: 13px solid transparent;
33998
+ position: absolute;
33999
+ top: 0;
34000
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
34001
+ z-index: 2;
34002
+ position: relative;
34003
+ top: -50%;
34004
+ right: -100%;
33982
34005
  }
33983
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33984
- background-color: rgba(0, 136, 255, 0.1);
34006
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34007
+ padding: 0 4px 0 12px;
33985
34008
  }
33986
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33987
- background-color: #0080ff;
34009
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34010
+ content: "";
34011
+ width: 0;
34012
+ height: 0;
34013
+ border: 13px solid transparent;
34014
+ position: absolute;
34015
+ top: 0;
34016
+ border-left: 8px solid #fff;
34017
+ left: 0;
33988
34018
  }
33989
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33990
- background-color: rgba(0, 136, 255, 0.16);
34019
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34020
+ max-width: calc(100% - var(--item-min-width) * 2);
33991
34021
  }
33992
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33993
- background-color: rgba(255, 74, 74, 0.1);
34022
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34023
+ background-color: rgba(0, 136, 255, 0.1);
33994
34024
  }
33995
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33996
- background-color: #f0483e;
34025
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34026
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33997
34027
  }
33998
- .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 {
33999
- background-color: rgba(255, 74, 74, 0.16);
34028
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34029
+ cursor: pointer;
34030
+ min-width: var(--item-min-width);
34000
34031
  }
34001
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
34002
- background-color: rgba(254, 160, 8, 0.1);
34032
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34033
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34034
+ min-width: var(--item-min-width);
34003
34035
  }
34004
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
34005
- background-color: #fea008;
34036
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34037
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34038
+ background-color: rgba(237, 241, 250, 0.6);
34006
34039
  }
34007
- .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 {
34008
- background-color: rgba(255, 187, 0, 0.16);
34040
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34041
+ padding: 0;
34009
34042
  }
34010
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
34011
- background-color: rgba(30, 201, 127, 0.1);
34043
+
34044
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
34045
+ width: 192px;
34046
+ row-gap: 2px;
34012
34047
  }
34013
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
34014
- background-color: #00ba5d;
34048
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34049
+ background-color: rgba(225, 230, 241, 0.6);
34015
34050
  }
34016
- .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 {
34017
- background-color: rgba(30, 201, 127, 0.16);
34051
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34052
+ color: #00122e !important;
34018
34053
  }
34019
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
34054
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34020
34055
  background-color: rgba(225, 230, 241, 0.6);
34021
34056
  }
34022
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
34023
- background-color: #6b7d99;
34057
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34058
+ padding: 0 8px;
34059
+ border-radius: 4px;
34060
+ height: 32px;
34061
+ display: flex;
34062
+ align-items: center;
34024
34063
  }
34025
- .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 {
34026
- background-color: rgba(211, 218, 235, 0.6);
34064
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34065
+ min-height: auto;
34066
+ white-space: nowrap;
34027
34067
  }
34028
-
34029
- .E_satwmqm {
34030
- width: 8px;
34031
- height: 8px;
34032
- border-radius: 50%;
34033
- display: inline-block;
34068
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34069
+ font-size: 13px;
34070
+ line-height: 20px;
34071
+ max-width: 100%;
34072
+ padding-right: 0;
34034
34073
  }
34035
-
34036
- .E_tc97u5y {
34037
- height: 100%;
34074
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34075
+ background: rgba(0, 128, 255, 0.1);
34038
34076
  }
34039
34077
 
34040
- .E_efzf37v .ant-table-content {
34041
- overflow: visible !important;
34042
- height: 100%;
34043
- }
34044
- .E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
34045
- height: 100%;
34078
+ .E_h6l1tj4 {
34079
+ width: 100%;
34080
+ display: inline-flex;
34081
+ align-items: center;
34082
+ justify-content: center;
34083
+ column-gap: 4px;
34046
34084
  }
34047
- .E_efzf37v .ant-table-content table {
34048
- width: 100% !important;
34049
- height: 100%;
34085
+ .E_h6l1tj4 .step-item-prefix-container {
34086
+ display: inline-flex;
34087
+ align-items: center;
34088
+ width: 18px;
34089
+ height: 18px;
34090
+ color: rgba(44, 56, 82, 0.75);
34091
+ justify-content: center;
34050
34092
  }
34051
- .E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
34052
- padding: 15px 0;
34093
+
34094
+ .E_v18frne8 {
34095
+ width: 100%;
34096
+ display: flex;
34097
+ align-items: center;
34098
+ justify-content: center;
34099
+ column-gap: 6px;
34100
+ font-size: 13px;
34053
34101
  }
34054
- .E_efzf37v .ant-table-content table thead.ant-table-thead {
34055
- display: none;
34102
+ .E_v18frne8 .step-item-prefix-container {
34103
+ display: inline-flex;
34104
+ align-items: center;
34105
+ min-width: 20px;
34106
+ min-height: 20px;
34107
+ color: rgba(44, 56, 82, 0.75);
34108
+ justify-content: center;
34056
34109
  }
34057
34110
 
34058
- .E_t1fisho6 {
34059
- height: 100%;
34111
+ .E_t1dtlqs1 {
34112
+ margin-bottom: 4px;
34113
+ color: rgba(44, 56, 82, 0.6);
34114
+ overflow: hidden;
34115
+ text-overflow: ellipsis;
34116
+ white-space: nowrap;
34060
34117
  }
34061
- .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
34062
- padding-top: 6px;
34063
- padding-bottom: 6px;
34118
+
34119
+ .E_s1ese5oy {
34120
+ color: rgba(44, 56, 82, 0.6);
34121
+ line-height: 32px;
34122
+ height: 32px;
34123
+ margin-bottom: 0;
34064
34124
  }
34065
- .E_t1fisho6 .active-row td:nth-child(1) {
34066
- font-weight: 700;
34125
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
34126
+ color: #0080ff;
34067
34127
  }
34068
- .E_t1fisho6.has-selection .active-row td:nth-child(2) {
34069
- font-weight: 700;
34128
+ .E_s1ese5oy.warning {
34129
+ color: #ffa500;
34070
34130
  }
34071
- .E_t1fisho6 .ant-spin-nested-loading {
34072
- height: 100%;
34131
+ .E_s1ese5oy.success {
34132
+ color: #00ba5d;
34073
34133
  }
34074
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
34075
- height: 100%;
34076
- overflow: visible;
34134
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34135
+ color: #f0483e;
34077
34136
  }
34078
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
34079
- max-height: none;
34137
+ .E_s1ese5oy.normal {
34138
+ color: rgba(44, 56, 82, 0.6);
34080
34139
  }
34081
- .E_t1fisho6 td.ant-table-column-sort {
34082
- background: transparent;
34140
+
34141
+ .E_b1ibis43 {
34142
+ margin-bottom: 0;
34143
+ color: #00122e;
34083
34144
  }
34084
- .E_t1fisho6 td.ant-table-cell-fix-left,
34085
- .E_t1fisho6 td.ant-table-cell-fix-right {
34086
- background: #fff;
34087
- padding: 0 !important;
34145
+
34146
+ .E_b11xxjd2 {
34147
+ line-height: 32px;
34148
+ margin-right: 6px;
34088
34149
  }
34089
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
34090
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
34091
- display: flex;
34092
- align-items: center;
34093
- height: 100%;
34094
- padding: 8px;
34150
+
34151
+ .E_bsub5bw.with-description {
34152
+ height: 24px;
34153
+ flex: 1;
34154
+ position: relative;
34155
+ top: -7px;
34095
34156
  }
34096
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
34097
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
34157
+ .E_bsub5bw p {
34158
+ width: 100%;
34098
34159
  overflow: hidden;
34099
34160
  text-overflow: ellipsis;
34100
- width: 100%;
34161
+ white-space: nowrap;
34101
34162
  }
34102
- .E_t1fisho6 .ant-table-container {
34103
- height: 100%;
34163
+
34164
+ .E_tmoyoag {
34165
+ border: 1px solid rgba(211, 218, 235, 0.6);
34166
+ border-radius: 8px;
34167
+ overflow: auto;
34104
34168
  }
34105
- .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
34106
- box-shadow: none !important;
34169
+ .E_tmoyoag .ant-list {
34170
+ position: relative;
34107
34171
  }
34108
- .E_t1fisho6 div.ant-table {
34109
- border-radius: 0px;
34110
- border-left: none;
34111
- border-right: none;
34112
- border-bottom: none;
34113
- height: 100%;
34114
- font-size: 12px;
34115
- background: transparent;
34172
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34173
+ position: sticky;
34174
+ top: 0;
34175
+ z-index: 2;
34176
+ display: flex;
34177
+ padding: 8px;
34178
+ flex-wrap: nowrap;
34179
+ justify-content: flex-start;
34180
+ background: #f2f5fa;
34181
+ font-size: 14px;
34182
+ color: rgba(44, 56, 82, 0.6);
34183
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34116
34184
  }
34117
- .E_t1fisho6 div.ant-table .ant-table-header {
34118
- position: relative;
34119
- z-index: 3;
34120
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34121
- margin-bottom: -1px;
34185
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34186
+ align-items: inherit;
34122
34187
  }
34123
- .E_t1fisho6 div.ant-table .time-wrapper .date,
34124
- .E_t1fisho6 div.ant-table .value {
34125
- color: #2d3a56;
34188
+ .E_tmoyoag .ant-list .eagle-table-form-row {
34189
+ display: flex;
34190
+ justify-content: flex-start;
34191
+ align-items: flex-start;
34192
+ flex-wrap: wrap;
34193
+ padding: 8px;
34194
+ border: none;
34126
34195
  }
34127
- .E_t1fisho6 div.ant-table .time-wrapper .time,
34128
- .E_t1fisho6 div.ant-table .unit {
34196
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34197
+ flex-basis: 100%;
34198
+ margin: 12px 0 0;
34199
+ order: 99;
34129
34200
  color: rgba(44, 56, 82, 0.6);
34130
34201
  }
34131
- .E_t1fisho6 div.ant-table .ant-table-selection {
34132
- position: unset;
34133
- text-align: center;
34134
- }
34135
- .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34136
- background: #fff;
34202
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34203
+ color: #f0483e;
34204
+ flex-basis: 100%;
34205
+ order: 98;
34206
+ margin: 12px 0 0;
34137
34207
  }
34138
- .E_t1fisho6 div.ant-table .anticon-setting {
34139
- cursor: pointer;
34140
- position: absolute;
34141
- top: 50%;
34142
- right: 12px;
34143
- transform: translateY(-50%);
34208
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34209
+ background-color: rgba(237, 241, 250, 0.6);
34144
34210
  }
34145
- .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34146
- box-shadow: none;
34147
- width: 1px;
34148
- background: rgba(213, 219, 227, 0.6);
34211
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34212
+ background-color: rgba(0, 136, 255, 0.1);
34149
34213
  }
34150
- .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34151
- box-shadow: none;
34152
- width: 1px;
34153
- background: rgba(213, 219, 227, 0.6);
34214
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
34215
+ flex: 1 0 0;
34216
+ overflow: hidden;
34154
34217
  }
34155
- .E_t1fisho6 div.ant-table .ant-table-tbody {
34156
- position: relative;
34218
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34219
+ color: rgba(44, 56, 82, 0.6);
34220
+ margin: 0;
34157
34221
  }
34158
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
34159
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34160
- border-bottom: 1px solid white;
34161
- height: 40px;
34162
- vertical-align: middle;
34163
- transition: background 0ms;
34164
- color: #00122e;
34222
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34223
+ text-align: center;
34165
34224
  }
34166
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34167
- background: #f2f5fa;
34168
- border-bottom-color: #f2f5fa;
34225
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34226
+ text-align: center;
34169
34227
  }
34170
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34171
- height: auto;
34172
- color: #00122e;
34173
- font-size: 12px;
34228
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34174
34229
  text-align: left;
34175
- transition: none;
34176
- overflow: hidden;
34177
- text-overflow: ellipsis;
34178
- white-space: nowrap;
34179
34230
  }
34180
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34181
- color: #0096ff;
34231
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34232
+ text-align: left;
34182
34233
  }
34183
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34184
- overflow: hidden;
34185
- text-overflow: ellipsis;
34186
- width: 100%;
34187
- vertical-align: middle;
34234
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34235
+ text-align: right;
34188
34236
  }
34189
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34190
- line-height: 0px;
34237
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34238
+ text-align: right;
34191
34239
  }
34192
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34193
- padding-right: 25px;
34240
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34241
+ margin-right: 8px;
34194
34242
  }
34195
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34196
- border-top-color: transparent;
34243
+ .E_tmoyoag .ant-list .ant-list-item-action {
34244
+ padding: 4px;
34245
+ width: 24px;
34246
+ height: 24px;
34247
+ overflow: hidden;
34197
34248
  }
34198
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
34199
- background: rgba(225, 230, 241, 0.6);
34200
- border-color: transparent transparent white;
34249
+ .E_tmoyoag .ant-list .ant-list-item-action li {
34250
+ padding: 0;
34201
34251
  }
34202
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34203
- border-radius: 8px 0 0 8px;
34252
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
34253
+ cursor: not-allowed;
34254
+ opacity: 0.5;
34204
34255
  }
34205
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34206
- border-radius: 8px 0 0 8px;
34256
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34257
+ margin: 0;
34207
34258
  }
34208
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34209
- content: "";
34210
- width: 4px;
34211
- top: -1px;
34212
- bottom: -1px;
34213
- background: white;
34259
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34260
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34261
+ border-radius: 5px;
34262
+ font-size: 12px;
34214
34263
  }
34215
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34216
- border-radius: 0 8px 8px 0;
34264
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34265
+ font-size: inherit;
34217
34266
  }
34218
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34219
- border-radius: 0;
34220
- background: white;
34221
- border-top: none;
34267
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34268
+ min-height: 24px;
34269
+ font-size: 12px;
34270
+ position: relative;
34222
34271
  }
34223
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34224
- border-top: 1px solid transparent;
34225
- border-radius: 0 8px 8px 0;
34226
- background: rgba(225, 230, 241, 0.6);
34272
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34273
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34227
34274
  }
34228
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34229
- background: white;
34230
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34275
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34276
+ background-color: rgba(237, 241, 250, 0.6);
34231
34277
  }
34232
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34278
+
34279
+ .E_a138syjm {
34233
34280
  display: flex;
34234
34281
  align-items: center;
34235
- height: 100%;
34236
- background: rgba(225, 230, 241, 0.6);
34237
- }
34238
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34239
- background: white;
34240
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34282
+ margin-top: 8px;
34241
34283
  }
34242
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34243
- display: flex;
34244
- align-items: center;
34245
- height: 100%;
34246
- background: rgba(225, 230, 241, 0.6);
34284
+ .E_a138syjm button.ant-btn {
34285
+ padding: 2px 8px;
34286
+ height: 24px;
34247
34287
  }
34248
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34249
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34288
+ .E_a138syjm > span.maximum-desc {
34289
+ display: none;
34290
+ margin-left: 8px;
34291
+ color: rgba(44, 56, 82, 0.6);
34250
34292
  }
34251
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
34252
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34253
- border-radius: 8px;
34293
+ .E_a138syjm > span.maximum-desc.disabled {
34294
+ display: inline;
34254
34295
  }
34255
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34256
- border-top-color: white;
34296
+
34297
+ .E_d77i8u0 {
34298
+ width: 24px;
34299
+ height: 24px;
34300
+ padding: 4px;
34301
+ margin-right: 8px;
34257
34302
  }
34258
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34259
- background: rgba(0, 136, 255, 0.1);
34260
- border-bottom-color: transparent;
34261
- border-top-color: transparent;
34303
+
34304
+ .E_t1gvlxt5 {
34305
+ min-width: 0;
34306
+ flex: 1;
34262
34307
  }
34263
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34264
- border-radius: 8px 0 0 8px;
34308
+ .E_t1gvlxt5 .tag {
34309
+ flex: 0 0 auto;
34265
34310
  }
34266
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34267
- border-radius: 0 8px 8px 0;
34311
+ .E_t1gvlxt5 .progress-title {
34312
+ flex: 2;
34313
+ max-width: fit-content;
34268
34314
  }
34269
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34270
- background: rgba(0, 136, 255, 0.1);
34315
+ .E_t1gvlxt5 .progress-desc {
34316
+ flex: 1;
34317
+ max-width: fit-content;
34271
34318
  }
34272
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
34273
- background: #fff;
34274
- font-weight: 400;
34275
- position: relative;
34276
- border-bottom: none;
34277
- color: #00122e;
34278
- transition: none;
34279
- padding: 14px 8px 14px 8px;
34280
- line-height: 20px;
34319
+
34320
+ .E_a1ji6r68 {
34321
+ display: flex;
34322
+ align-items: center;
34323
+ column-gap: var(--a1ji6r68-0);
34281
34324
  }
34282
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
34283
- content: "";
34284
- width: 1px;
34285
- top: 0;
34286
- bottom: 0;
34287
- background: rgba(211, 218, 235, 0.6);
34288
- position: absolute;
34289
- right: 0;
34325
+
34326
+ button.E_l48ei06.ant-btn {
34327
+ font-size: 12px;
34328
+ line-height: 18px;
34329
+ height: 18px;
34290
34330
  }
34291
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
34292
- padding: unset;
34331
+
34332
+ button.E_l48ei06 {
34333
+ color: #0080FF;
34334
+ height: unset;
34293
34335
  }
34294
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
34295
- display: none;
34336
+ button.E_l48ei06 .button-prefix-icon {
34337
+ margin-right: 4px;
34296
34338
  }
34297
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34298
- width: 100%;
34299
- overflow: hidden;
34300
- white-space: nowrap;
34301
- text-overflow: ellipsis;
34339
+ button.E_l48ei06 .button-suffix-icon {
34340
+ margin-left: 4px;
34302
34341
  }
34303
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34304
- overflow: hidden;
34305
- text-overflow: ellipsis;
34306
- flex: 1;
34342
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
34343
+ color: #009DFF;
34307
34344
  }
34308
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34309
- padding: 15px 25px 15px 8px;
34345
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
34346
+ color: #005ED1;
34310
34347
  }
34311
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34312
- padding: 0;
34348
+ button.E_l48ei06.ui-kit-link-disabled {
34349
+ color: #0080FF;
34313
34350
  }
34314
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34315
- position: absolute;
34316
- right: 6px;
34317
- top: 50%;
34318
- transform: translateY(-50%);
34319
- height: 16px;
34320
- display: none;
34321
- transition: transform 320ms ease;
34351
+ button.E_l48ei06.ui-kit-link-primary {
34352
+ color: #00122E;
34322
34353
  }
34323
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34324
- display: block;
34325
- transform: translateY(-50%) rotateX(180deg);
34354
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
34355
+ color: #0080FF;
34326
34356
  }
34327
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34328
- display: block;
34357
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
34358
+ color: #005ED1;
34329
34359
  }
34330
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34331
- display: none;
34360
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
34361
+ color: #00122E;
34332
34362
  }
34333
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34334
- transform: translateY(-50%);
34363
+ button.E_l48ei06.ui-kit-link-secondary {
34364
+ color: rgba(44, 56, 82, 0.7490196078);
34335
34365
  }
34336
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34337
- transform: translateY(-50%) rotateX(180deg);
34366
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
34367
+ color: #0080FF;
34338
34368
  }
34339
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34340
- background: #f2f5fa;
34369
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
34370
+ color: #005ED1;
34341
34371
  }
34342
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34343
- display: block;
34372
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34373
+ color: rgba(44, 56, 82, 0.7490196078);
34344
34374
  }
34345
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
34346
- padding-right: 25px;
34375
+
34376
+ .E_sddwhm6 {
34377
+ margin: 0;
34378
+ border-radius: 20px;
34379
+ padding: 2px 10px;
34380
+ height: 22px;
34347
34381
  }
34348
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
34349
- padding: 0 !important;
34382
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
34383
+ background-color: rgba(237, 241, 250, 0.6) !important;
34350
34384
  }
34351
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34352
- position: absolute;
34353
- left: 50%;
34354
- top: 50%;
34355
- transform: translate(-50%, -50%);
34385
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
34386
+ background-color: rgba(225, 230, 241, 0.6) !important;
34356
34387
  }
34357
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
34358
- display: none;
34388
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
34389
+ color: #00122e;
34359
34390
  }
34360
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
34361
- background: #fff;
34391
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
34392
+ margin-right: 6px;
34362
34393
  }
34363
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
34364
- background: inherit;
34394
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
34395
+ margin-left: 8px;
34396
+ color: rgba(44, 56, 82, 0.6);
34365
34397
  }
34366
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
34367
- position: static;
34368
- border: none;
34369
- background: inherit !important;
34370
- height: 100px;
34371
- vertical-align: middle;
34398
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
34399
+ background-color: rgba(0, 136, 255, 0.1);
34372
34400
  }
34373
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
34374
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34375
- font-weight: bold;
34376
- font-size: 20px;
34377
- color: rgba(10, 37, 85, 0.6);
34401
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
34402
+ background-color: #0080ff;
34378
34403
  }
34379
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
34380
- .E_t1fisho6 div.ant-table th.cell__action_ {
34381
- z-index: 10;
34404
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
34405
+ background-color: rgba(0, 136, 255, 0.16);
34382
34406
  }
34383
- .E_t1fisho6 div.ant-table td.cell__action_ {
34384
- padding: 0 !important;
34385
- position: relative;
34386
- background: #fff;
34407
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
34408
+ background-color: rgba(255, 74, 74, 0.1);
34387
34409
  }
34388
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
34389
- height: 100%;
34390
- display: flex;
34391
- align-items: center;
34392
- justify-content: flex-end;
34393
- padding-right: 8px;
34410
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
34411
+ background-color: #f0483e;
34394
34412
  }
34395
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
34396
- width: 24px;
34397
- height: 24px;
34398
- cursor: pointer;
34399
- justify-content: center;
34400
- border-radius: 4px;
34413
+ .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 {
34414
+ background-color: rgba(255, 74, 74, 0.16);
34401
34415
  }
34402
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
34403
- background: #fff;
34416
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
34417
+ background-color: rgba(254, 160, 8, 0.1);
34404
34418
  }
34405
-
34406
- .E_t1dtlqs1 {
34407
- margin-bottom: 4px;
34408
- color: rgba(44, 56, 82, 0.6);
34409
- overflow: hidden;
34410
- text-overflow: ellipsis;
34411
- white-space: nowrap;
34419
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
34420
+ background-color: #fea008;
34412
34421
  }
34413
-
34414
- .E_s1ese5oy {
34415
- color: rgba(44, 56, 82, 0.6);
34416
- line-height: 32px;
34417
- height: 32px;
34418
- margin-bottom: 0;
34422
+ .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 {
34423
+ background-color: rgba(255, 187, 0, 0.16);
34419
34424
  }
34420
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34421
- color: #0080ff;
34425
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
34426
+ background-color: rgba(30, 201, 127, 0.1);
34422
34427
  }
34423
- .E_s1ese5oy.warning {
34424
- color: #ffa500;
34428
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
34429
+ background-color: #00ba5d;
34425
34430
  }
34426
- .E_s1ese5oy.success {
34427
- color: #00ba5d;
34431
+ .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 {
34432
+ background-color: rgba(30, 201, 127, 0.16);
34428
34433
  }
34429
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34430
- color: #f0483e;
34434
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
34435
+ background-color: rgba(225, 230, 241, 0.6);
34431
34436
  }
34432
- .E_s1ese5oy.normal {
34433
- color: rgba(44, 56, 82, 0.6);
34437
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
34438
+ background-color: #6b7d99;
34434
34439
  }
34435
-
34436
- .E_b1ibis43 {
34437
- margin-bottom: 0;
34438
- color: #00122e;
34440
+ .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 {
34441
+ background-color: rgba(211, 218, 235, 0.6);
34439
34442
  }
34440
34443
 
34441
- .E_b11xxjd2 {
34442
- line-height: 32px;
34443
- margin-right: 6px;
34444
+ .E_satwmqm {
34445
+ width: 8px;
34446
+ height: 8px;
34447
+ border-radius: 50%;
34448
+ display: inline-block;
34444
34449
  }
34445
34450
 
34446
- .E_bsub5bw.with-description {
34447
- height: 24px;
34448
- flex: 1;
34449
- position: relative;
34450
- top: -7px;
34451
- }
34452
- .E_bsub5bw p {
34453
- width: 100%;
34454
- overflow: hidden;
34455
- text-overflow: ellipsis;
34456
- white-space: nowrap;
34451
+ .E_tc97u5y {
34452
+ height: 100%;
34457
34453
  }
34458
34454
 
34459
- .E_tmoyoag {
34460
- border: 1px solid rgba(211, 218, 235, 0.6);
34461
- border-radius: 8px;
34462
- overflow: auto;
34463
- }
34464
- .E_tmoyoag .ant-list {
34465
- position: relative;
34466
- }
34467
- .E_tmoyoag .ant-list .eagle-table-form-header {
34468
- position: sticky;
34469
- top: 0;
34470
- z-index: 2;
34471
- display: flex;
34472
- padding: 8px;
34473
- flex-wrap: nowrap;
34474
- justify-content: flex-start;
34475
- background: #f2f5fa;
34476
- font-size: 14px;
34477
- color: rgba(44, 56, 82, 0.6);
34478
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34479
- }
34480
- .E_tmoyoag .ant-list .eagle-table-form-header {
34481
- align-items: inherit;
34455
+ .E_efzf37v .ant-table-content {
34456
+ overflow: visible !important;
34457
+ height: 100%;
34482
34458
  }
34483
- .E_tmoyoag .ant-list .eagle-table-form-row {
34484
- display: flex;
34485
- justify-content: flex-start;
34486
- align-items: flex-start;
34487
- flex-wrap: wrap;
34488
- padding: 8px;
34489
- border: none;
34459
+ .E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
34460
+ height: 100%;
34490
34461
  }
34491
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34492
- flex-basis: 100%;
34493
- margin: 12px 0 0;
34494
- order: 99;
34495
- color: rgba(44, 56, 82, 0.6);
34462
+ .E_efzf37v .ant-table-content table {
34463
+ width: 100% !important;
34464
+ height: 100%;
34496
34465
  }
34497
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34498
- color: #f0483e;
34499
- flex-basis: 100%;
34500
- order: 98;
34501
- margin: 12px 0 0;
34466
+ .E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
34467
+ padding: 15px 0;
34502
34468
  }
34503
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34504
- background-color: rgba(237, 241, 250, 0.6);
34469
+ .E_efzf37v .ant-table-content table thead.ant-table-thead {
34470
+ display: none;
34505
34471
  }
34506
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34507
- background-color: rgba(0, 136, 255, 0.1);
34472
+
34473
+ .E_t1fisho6 {
34474
+ height: 100%;
34508
34475
  }
34509
- .E_tmoyoag .ant-list .eagle-table-form-cell {
34510
- flex: 1 0 0;
34511
- overflow: hidden;
34476
+ .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
34477
+ padding-top: 6px;
34478
+ padding-bottom: 6px;
34512
34479
  }
34513
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34514
- color: rgba(44, 56, 82, 0.6);
34515
- margin: 0;
34480
+ .E_t1fisho6 .active-row td:nth-child(1) {
34481
+ font-weight: 700;
34516
34482
  }
34517
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34518
- text-align: center;
34483
+ .E_t1fisho6.has-selection .active-row td:nth-child(2) {
34484
+ font-weight: 700;
34519
34485
  }
34520
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34521
- text-align: center;
34486
+ .E_t1fisho6 .ant-spin-nested-loading {
34487
+ height: 100%;
34522
34488
  }
34523
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34524
- text-align: left;
34489
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
34490
+ height: 100%;
34491
+ overflow: visible;
34525
34492
  }
34526
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34527
- text-align: left;
34493
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
34494
+ max-height: none;
34528
34495
  }
34529
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34530
- text-align: right;
34496
+ .E_t1fisho6 td.ant-table-column-sort {
34497
+ background: transparent;
34531
34498
  }
34532
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34533
- text-align: right;
34499
+ .E_t1fisho6 td.ant-table-cell-fix-left,
34500
+ .E_t1fisho6 td.ant-table-cell-fix-right {
34501
+ background: #fff;
34502
+ padding: 0 !important;
34534
34503
  }
34535
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34536
- margin-right: 8px;
34504
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
34505
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
34506
+ display: flex;
34507
+ align-items: center;
34508
+ height: 100%;
34509
+ padding: 8px;
34537
34510
  }
34538
- .E_tmoyoag .ant-list .ant-list-item-action {
34539
- padding: 4px;
34540
- width: 24px;
34541
- height: 24px;
34511
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
34512
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
34542
34513
  overflow: hidden;
34514
+ text-overflow: ellipsis;
34515
+ width: 100%;
34543
34516
  }
34544
- .E_tmoyoag .ant-list .ant-list-item-action li {
34545
- padding: 0;
34546
- }
34547
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
34548
- cursor: not-allowed;
34549
- opacity: 0.5;
34517
+ .E_t1fisho6 .ant-table-container {
34518
+ height: 100%;
34550
34519
  }
34551
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34552
- margin: 0;
34520
+ .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
34521
+ box-shadow: none !important;
34553
34522
  }
34554
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34555
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34556
- border-radius: 5px;
34523
+ .E_t1fisho6 div.ant-table {
34524
+ border-radius: 0px;
34525
+ border-left: none;
34526
+ border-right: none;
34527
+ border-bottom: none;
34528
+ height: 100%;
34557
34529
  font-size: 12px;
34530
+ background: transparent;
34558
34531
  }
34559
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34560
- font-size: inherit;
34561
- }
34562
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34563
- min-height: 24px;
34564
- font-size: 12px;
34532
+ .E_t1fisho6 div.ant-table .ant-table-header {
34565
34533
  position: relative;
34534
+ z-index: 3;
34535
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34536
+ margin-bottom: -1px;
34566
34537
  }
34567
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34568
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34569
- }
34570
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34571
- background-color: rgba(237, 241, 250, 0.6);
34572
- }
34573
-
34574
- .E_a138syjm {
34575
- display: flex;
34576
- align-items: center;
34577
- margin-top: 8px;
34578
- }
34579
- .E_a138syjm button.ant-btn {
34580
- padding: 2px 8px;
34581
- height: 24px;
34538
+ .E_t1fisho6 div.ant-table .time-wrapper .date,
34539
+ .E_t1fisho6 div.ant-table .value {
34540
+ color: #2d3a56;
34582
34541
  }
34583
- .E_a138syjm > span.maximum-desc {
34584
- display: none;
34585
- margin-left: 8px;
34542
+ .E_t1fisho6 div.ant-table .time-wrapper .time,
34543
+ .E_t1fisho6 div.ant-table .unit {
34586
34544
  color: rgba(44, 56, 82, 0.6);
34587
34545
  }
34588
- .E_a138syjm > span.maximum-desc.disabled {
34589
- display: inline;
34590
- }
34591
-
34592
- .E_d77i8u0 {
34593
- width: 24px;
34594
- height: 24px;
34595
- padding: 4px;
34596
- margin-right: 8px;
34546
+ .E_t1fisho6 div.ant-table .ant-table-selection {
34547
+ position: unset;
34548
+ text-align: center;
34597
34549
  }
34598
-
34599
- .E_i1g85yz3 {
34600
- margin-right: 4px;
34601
- height: 16px;
34550
+ .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34551
+ background: #fff;
34602
34552
  }
34603
-
34604
- .E_sjob3jg {
34605
- --item-min-width: 60px;
34553
+ .E_t1fisho6 div.ant-table .anticon-setting {
34554
+ cursor: pointer;
34555
+ position: absolute;
34556
+ top: 50%;
34557
+ right: 12px;
34558
+ transform: translateY(-50%);
34606
34559
  }
34607
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
34608
- display: none !important;
34560
+ .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34561
+ box-shadow: none;
34562
+ width: 1px;
34563
+ background: rgba(213, 219, 227, 0.6);
34609
34564
  }
34610
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
34611
- flex-shrink: 0 !important;
34565
+ .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34566
+ box-shadow: none;
34567
+ width: 1px;
34568
+ background: rgba(213, 219, 227, 0.6);
34612
34569
  }
34613
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
34614
- color: #0080ff;
34570
+ .E_t1fisho6 div.ant-table .ant-table-tbody {
34571
+ position: relative;
34615
34572
  }
34616
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34617
- color: #0080ff;
34618
- font-weight: normal;
34573
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
34574
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34575
+ border-bottom: 1px solid white;
34576
+ height: 40px;
34577
+ vertical-align: middle;
34578
+ transition: background 0ms;
34579
+ color: #00122e;
34619
34580
  }
34620
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
34621
- color: rgba(44, 56, 82, 0.6);
34581
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34582
+ background: #f2f5fa;
34583
+ border-bottom-color: #f2f5fa;
34622
34584
  }
34623
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34585
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34586
+ height: auto;
34624
34587
  color: #00122e;
34588
+ font-size: 12px;
34589
+ text-align: left;
34590
+ transition: none;
34591
+ overflow: hidden;
34592
+ text-overflow: ellipsis;
34593
+ white-space: nowrap;
34625
34594
  }
34626
- .E_sjob3jg .step-item-text {
34627
- display: inline-block;
34595
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34596
+ color: #0096ff;
34628
34597
  }
34629
- .E_sjob3jg .step-item-title {
34598
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34630
34599
  overflow: hidden;
34631
- white-space: nowrap;
34632
34600
  text-overflow: ellipsis;
34601
+ width: 100%;
34602
+ vertical-align: middle;
34633
34603
  }
34634
-
34635
- .E_hjvj6s6 .ant-steps-item-container {
34636
- min-width: var(--item-min-width);
34604
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34605
+ line-height: 0px;
34637
34606
  }
34638
- .E_hjvj6s6 .ant-steps-item-disabled {
34639
- cursor: not-allowed !important;
34607
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34608
+ padding-right: 25px;
34640
34609
  }
34641
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34642
- flex-direction: row;
34643
- justify-content: stretch;
34610
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34611
+ border-top-color: transparent;
34644
34612
  }
34645
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34646
- padding: 0;
34647
- margin-right: 4px;
34648
- flex: 1;
34649
- overflow: visible;
34613
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
34614
+ background: rgba(225, 230, 241, 0.6);
34615
+ border-color: transparent transparent white;
34616
+ }
34617
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34618
+ border-radius: 8px 0 0 8px;
34619
+ }
34620
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34621
+ border-radius: 8px 0 0 8px;
34622
+ }
34623
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34624
+ content: "";
34625
+ width: 4px;
34626
+ top: -1px;
34627
+ bottom: -1px;
34628
+ background: white;
34629
+ }
34630
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34631
+ border-radius: 0 8px 8px 0;
34632
+ }
34633
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34634
+ border-radius: 0;
34635
+ background: white;
34636
+ border-top: none;
34637
+ }
34638
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34639
+ border-top: 1px solid transparent;
34640
+ border-radius: 0 8px 8px 0;
34641
+ background: rgba(225, 230, 241, 0.6);
34642
+ }
34643
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34644
+ background: white;
34645
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34646
+ }
34647
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34648
+ display: flex;
34649
+ align-items: center;
34650
+ height: 100%;
34651
+ background: rgba(225, 230, 241, 0.6);
34652
+ }
34653
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34654
+ background: white;
34655
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34650
34656
  }
34651
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34652
- width: 100%;
34653
- min-height: unset;
34657
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34658
+ display: flex;
34659
+ align-items: center;
34660
+ height: 100%;
34661
+ background: rgba(225, 230, 241, 0.6);
34654
34662
  }
34655
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34656
- height: 26px;
34657
- line-height: 26px;
34658
- width: 100%;
34659
- padding: 0;
34660
- font-size: 12px;
34663
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34664
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34661
34665
  }
34662
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34663
- margin-right: 10px;
34666
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
34667
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34668
+ border-radius: 8px;
34664
34669
  }
34665
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34666
- display: none;
34670
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34671
+ border-top-color: white;
34667
34672
  }
34668
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34669
- padding-left: 8px;
34670
- padding-right: 4px;
34671
- border-radius: 4px 0 0 4px;
34673
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34674
+ background: rgba(0, 136, 255, 0.1);
34675
+ border-bottom-color: transparent;
34676
+ border-top-color: transparent;
34672
34677
  }
34673
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34674
- margin-right: 0;
34678
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34679
+ border-radius: 8px 0 0 8px;
34675
34680
  }
34676
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34677
- padding-right: 8px;
34678
- padding-left: 12px;
34679
- border-radius: 0 4px 4px 0;
34681
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34682
+ border-radius: 0 8px 8px 0;
34680
34683
  }
34681
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
34682
- content: "";
34683
- width: 0;
34684
- height: 0;
34685
- border: 13px solid transparent;
34686
- position: absolute;
34687
- top: 0;
34688
- border-left: 8px solid rgba(237, 241, 250, 0.6);
34689
- z-index: 2;
34690
- position: relative;
34691
- top: -50%;
34692
- right: -100%;
34684
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34685
+ background: rgba(0, 136, 255, 0.1);
34693
34686
  }
34694
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34695
- padding: 0 4px 0 12px;
34687
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
34688
+ background: #fff;
34689
+ font-weight: 400;
34690
+ position: relative;
34691
+ border-bottom: none;
34692
+ color: #00122e;
34693
+ transition: none;
34694
+ padding: 14px 8px 14px 8px;
34695
+ line-height: 20px;
34696
34696
  }
34697
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34697
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
34698
34698
  content: "";
34699
- width: 0;
34700
- height: 0;
34701
- border: 13px solid transparent;
34702
- position: absolute;
34699
+ width: 1px;
34703
34700
  top: 0;
34704
- border-left: 8px solid #fff;
34705
- left: 0;
34706
- }
34707
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34708
- max-width: calc(100% - var(--item-min-width) * 2);
34701
+ bottom: 0;
34702
+ background: rgba(211, 218, 235, 0.6);
34703
+ position: absolute;
34704
+ right: 0;
34709
34705
  }
34710
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34711
- background-color: rgba(0, 136, 255, 0.1);
34706
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
34707
+ padding: unset;
34712
34708
  }
34713
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34714
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34709
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
34710
+ display: none;
34715
34711
  }
34716
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34717
- cursor: pointer;
34718
- min-width: var(--item-min-width);
34712
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34713
+ width: 100%;
34714
+ overflow: hidden;
34715
+ white-space: nowrap;
34716
+ text-overflow: ellipsis;
34719
34717
  }
34720
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34721
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34722
- min-width: var(--item-min-width);
34718
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34719
+ overflow: hidden;
34720
+ text-overflow: ellipsis;
34721
+ flex: 1;
34723
34722
  }
34724
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34725
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34726
- background-color: rgba(237, 241, 250, 0.6);
34723
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34724
+ padding: 15px 25px 15px 8px;
34727
34725
  }
34728
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34726
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34729
34727
  padding: 0;
34730
34728
  }
34731
-
34732
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34733
- width: 192px;
34734
- row-gap: 2px;
34729
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34730
+ position: absolute;
34731
+ right: 6px;
34732
+ top: 50%;
34733
+ transform: translateY(-50%);
34734
+ height: 16px;
34735
+ display: none;
34736
+ transition: transform 320ms ease;
34735
34737
  }
34736
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34737
- background-color: rgba(225, 230, 241, 0.6);
34738
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34739
+ display: block;
34740
+ transform: translateY(-50%) rotateX(180deg);
34738
34741
  }
34739
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34740
- color: #00122e !important;
34742
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34743
+ display: block;
34741
34744
  }
34742
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34743
- background-color: rgba(225, 230, 241, 0.6);
34745
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34746
+ display: none;
34744
34747
  }
34745
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34746
- padding: 0 8px;
34747
- border-radius: 4px;
34748
- height: 32px;
34749
- display: flex;
34750
- align-items: center;
34748
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34749
+ transform: translateY(-50%);
34751
34750
  }
34752
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34753
- min-height: auto;
34754
- white-space: nowrap;
34751
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34752
+ transform: translateY(-50%) rotateX(180deg);
34755
34753
  }
34756
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34757
- font-size: 13px;
34758
- line-height: 20px;
34759
- max-width: 100%;
34760
- padding-right: 0;
34754
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34755
+ background: #f2f5fa;
34761
34756
  }
34762
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34763
- background: rgba(0, 128, 255, 0.1);
34757
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34758
+ display: block;
34764
34759
  }
34765
-
34766
- .E_h6l1tj4 {
34767
- width: 100%;
34768
- display: inline-flex;
34769
- align-items: center;
34770
- justify-content: center;
34771
- column-gap: 4px;
34760
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
34761
+ padding-right: 25px;
34772
34762
  }
34773
- .E_h6l1tj4 .step-item-prefix-container {
34774
- display: inline-flex;
34775
- align-items: center;
34776
- width: 18px;
34777
- height: 18px;
34778
- color: rgba(44, 56, 82, 0.75);
34779
- justify-content: center;
34763
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
34764
+ padding: 0 !important;
34780
34765
  }
34781
-
34782
- .E_v18frne8 {
34783
- width: 100%;
34784
- display: flex;
34785
- align-items: center;
34786
- justify-content: center;
34787
- column-gap: 6px;
34788
- font-size: 13px;
34766
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34767
+ position: absolute;
34768
+ left: 50%;
34769
+ top: 50%;
34770
+ transform: translate(-50%, -50%);
34789
34771
  }
34790
- .E_v18frne8 .step-item-prefix-container {
34791
- display: inline-flex;
34792
- align-items: center;
34793
- min-width: 20px;
34794
- min-height: 20px;
34795
- color: rgba(44, 56, 82, 0.75);
34796
- justify-content: center;
34772
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
34773
+ display: none;
34797
34774
  }
34798
-
34799
- .E_t1gvlxt5 {
34800
- min-width: 0;
34801
- flex: 1;
34775
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
34776
+ background: #fff;
34802
34777
  }
34803
- .E_t1gvlxt5 .tag {
34804
- flex: 0 0 auto;
34778
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
34779
+ background: inherit;
34805
34780
  }
34806
- .E_t1gvlxt5 .progress-title {
34807
- flex: 2;
34808
- max-width: fit-content;
34781
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
34782
+ position: static;
34783
+ border: none;
34784
+ background: inherit !important;
34785
+ height: 100px;
34786
+ vertical-align: middle;
34809
34787
  }
34810
- .E_t1gvlxt5 .progress-desc {
34811
- flex: 1;
34812
- max-width: fit-content;
34788
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
34789
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34790
+ font-weight: bold;
34791
+ font-size: 20px;
34792
+ color: rgba(10, 37, 85, 0.6);
34813
34793
  }
34814
-
34815
- .E_a1ji6r68 {
34794
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
34795
+ .E_t1fisho6 div.ant-table th.cell__action_ {
34796
+ z-index: 10;
34797
+ }
34798
+ .E_t1fisho6 div.ant-table td.cell__action_ {
34799
+ padding: 0 !important;
34800
+ position: relative;
34801
+ background: #fff;
34802
+ }
34803
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
34804
+ height: 100%;
34816
34805
  display: flex;
34817
34806
  align-items: center;
34818
- column-gap: var(--a1ji6r68-0);
34807
+ justify-content: flex-end;
34808
+ padding-right: 8px;
34809
+ }
34810
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
34811
+ width: 24px;
34812
+ height: 24px;
34813
+ cursor: pointer;
34814
+ justify-content: center;
34815
+ border-radius: 4px;
34816
+ }
34817
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
34818
+ background: #fff;
34819
34819
  }
34820
34820
 
34821
34821
  .E_msn7nxt {