@cloudtower/eagle 0.29.31 → 0.29.32

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,19 +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_m74vjol {
29562
- display: flex;
29563
- justify-content: space-between;
29564
- width: 100%;
29565
- }
29566
- .E_m74vjol .action {
29567
- margin-left: 16px;
29568
- }
29569
-
29570
- .E_a1o35uvh .ant-alert-message {
29571
- width: 100%;
29572
- }
29573
-
29574
29561
  .E_c18gxmrl {
29575
29562
  border: 1px solid #d8deeb;
29576
29563
  border-radius: 4px;
@@ -29591,6 +29578,19 @@ html body {
29591
29578
  padding: 8px 12px;
29592
29579
  }
29593
29580
 
29581
+ .E_m74vjol {
29582
+ display: flex;
29583
+ justify-content: space-between;
29584
+ width: 100%;
29585
+ }
29586
+ .E_m74vjol .action {
29587
+ margin-left: 16px;
29588
+ }
29589
+
29590
+ .E_a1o35uvh .ant-alert-message {
29591
+ width: 100%;
29592
+ }
29593
+
29594
29594
  .E_berrcjl {
29595
29595
  color: rgba(10, 37, 85, 0.6);
29596
29596
  margin-bottom: 4px;
@@ -29607,33 +29607,87 @@ html body {
29607
29607
  color: #005ed1;
29608
29608
  }
29609
29609
 
29610
- .E_b1nip9bk {
29611
- padding: 4px 11px;
29610
+ .E_d1bw7c5z {
29611
+ position: relative;
29612
+ max-width: 388px;
29613
+ min-width: 285px;
29612
29614
  }
29613
-
29614
- .E_bqamoqe {
29615
- white-space: nowrap;
29616
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29615
+ .E_d1bw7c5z .center {
29616
+ position: absolute;
29617
+ font-size: 12px;
29618
+ width: 80px;
29619
+ height: 100px;
29620
+ top: 0;
29621
+ left: 35px;
29622
+ display: flex;
29623
+ flex-direction: column;
29624
+ justify-content: center;
29625
+ align-items: center;
29626
+ color: #00122e;
29617
29627
  }
29618
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29619
- --color: #0080ff;
29628
+ .E_d1bw7c5z .center .number {
29629
+ font-size: 24px;
29630
+ font-weight: 700;
29620
29631
  }
29621
- .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] {
29622
- --color: #0080ff;
29632
+ .E_d1bw7c5z .center .text {
29633
+ padding: 0 5px;
29634
+ font-size: 12px;
29635
+ width: inherit;
29636
+ text-align: center;
29623
29637
  }
29624
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29625
- margin-left: 1px;
29638
+ .E_d1bw7c5z .recharts-wrapper {
29639
+ display: flex;
29626
29640
  }
29627
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29628
- border-top-right-radius: 0;
29629
- border-bottom-right-radius: 0;
29641
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29642
+ position: relative !important;
29643
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29644
+ left: 0 !important;
29645
+ bottom: 0 !important;
29646
+ display: flex;
29647
+ align-items: center;
29630
29648
  }
29631
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29632
- border-top-left-radius: 0;
29633
- border-bottom-left-radius: 0;
29649
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29650
+ width: 100%;
29634
29651
  }
29635
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29636
- border-radius: unset;
29652
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29653
+ width: 100%;
29654
+ margin-right: 0 !important;
29655
+ line-height: 18px;
29656
+ }
29657
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29658
+ border-radius: 2px;
29659
+ }
29660
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29661
+ min-width: 75px;
29662
+ max-width: 198px;
29663
+ width: calc(100% - 20px);
29664
+ margin-left: 2px;
29665
+ color: #00122e !important;
29666
+ display: inline-flex;
29667
+ justify-content: space-between;
29668
+ }
29669
+ .E_d1bw7c5z .tooltip-text {
29670
+ maxwidth: calc(100% - 12px);
29671
+ cursor: pointer;
29672
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29673
+ overflow: hidden;
29674
+ text-overflow: ellipsis;
29675
+ white-space: nowrap;
29676
+ }
29677
+ .E_d1bw7c5z .value {
29678
+ color: rgba(44, 56, 82, 0.75);
29679
+ }
29680
+
29681
+ .E_t10pqbtc {
29682
+ width: 140px;
29683
+ }
29684
+ .E_t10pqbtc .item {
29685
+ margin: 6px auto;
29686
+ display: flex;
29687
+ justify-content: space-between;
29688
+ }
29689
+ .E_t10pqbtc .item .name {
29690
+ width: 102px;
29637
29691
  }
29638
29692
 
29639
29693
  .E_c1uzzomf {
@@ -29658,6 +29712,48 @@ html body {
29658
29712
  text-align: center;
29659
29713
  }
29660
29714
 
29715
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29716
+ padding: 4px 8px 0 8px;
29717
+ color: rgba(44, 56, 82, 0.6);
29718
+ font-size: 12px;
29719
+ }
29720
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29721
+ padding-bottom: 6px;
29722
+ }
29723
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29724
+ padding-top: 4px;
29725
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29726
+ }
29727
+
29728
+ .E_b1nip9bk {
29729
+ padding: 4px 11px;
29730
+ }
29731
+
29732
+ .E_bqamoqe {
29733
+ white-space: nowrap;
29734
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29735
+ }
29736
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29737
+ --color: #0080ff;
29738
+ }
29739
+ .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] {
29740
+ --color: #0080ff;
29741
+ }
29742
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29743
+ margin-left: 1px;
29744
+ }
29745
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29746
+ border-top-right-radius: 0;
29747
+ border-bottom-right-radius: 0;
29748
+ }
29749
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29750
+ border-top-left-radius: 0;
29751
+ border-bottom-left-radius: 0;
29752
+ }
29753
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29754
+ border-radius: unset;
29755
+ }
29756
+
29661
29757
  .E_b1wx3t3t.ant-btn-icon-only {
29662
29758
  justify-content: center;
29663
29759
  }
@@ -29912,160 +30008,60 @@ button.E_n7k2c6r {
29912
30008
  padding: 0;
29913
30009
  }
29914
30010
 
29915
- .E_d1bw7c5z {
29916
- position: relative;
29917
- max-width: 388px;
29918
- min-width: 285px;
30011
+ .E_c1yyuluq {
30012
+ border-radius: 8px;
29919
30013
  }
29920
- .E_d1bw7c5z .center {
29921
- position: absolute;
29922
- font-size: 12px;
29923
- width: 80px;
29924
- height: 100px;
29925
- top: 0;
29926
- left: 35px;
29927
- display: flex;
29928
- flex-direction: column;
29929
- justify-content: center;
29930
- align-items: center;
29931
- color: #00122e;
30014
+ .E_c1yyuluq .ant-card-body {
30015
+ padding: 20px 24px 24px 24px;
29932
30016
  }
29933
- .E_d1bw7c5z .center .number {
29934
- font-size: 24px;
29935
- font-weight: 700;
30017
+
30018
+ .E_ccrbeuz .ant-collapse-item {
30019
+ border: 0px;
30020
+ background-color: #fff;
29936
30021
  }
29937
- .E_d1bw7c5z .center .text {
29938
- padding: 0 5px;
29939
- font-size: 12px;
29940
- width: inherit;
29941
- text-align: center;
30022
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30023
+ padding-top: 0px;
30024
+ padding-bottom: 0px;
30025
+ padding-left: 0px !important;
30026
+ padding-right: 24px;
29942
30027
  }
29943
- .E_d1bw7c5z .recharts-wrapper {
29944
- display: flex;
30028
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30029
+ right: 0px;
29945
30030
  }
29946
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29947
- position: relative !important;
29948
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29949
- left: 0 !important;
29950
- bottom: 0 !important;
30031
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30032
+ padding: 0px;
30033
+ }
30034
+
30035
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30036
+ padding-right: 0px;
30037
+ cursor: default;
30038
+ }
30039
+
30040
+ .E_phljevk {
29951
30041
  display: flex;
30042
+ justify-content: space-between;
29952
30043
  align-items: center;
30044
+ padding: 10px 0;
30045
+ color: rgba(44, 56, 82, 0.6);
30046
+ font-size: 12px;
30047
+ line-height: 24px;
29953
30048
  }
29954
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29955
- width: 100%;
30049
+ .E_phljevk .pagination-left {
30050
+ padding: 2px 8px;
29956
30051
  }
29957
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29958
- width: 100%;
29959
- margin-right: 0 !important;
29960
- line-height: 18px;
30052
+ .E_phljevk .dropdown-trigger {
30053
+ display: flex;
30054
+ align-items: center;
30055
+ border-radius: 6px;
30056
+ cursor: pointer;
30057
+ transition: all 0.3s ease;
29961
30058
  }
29962
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29963
- border-radius: 2px;
30059
+ .E_phljevk .dropdown-trigger:hover {
30060
+ background: rgba(211, 218, 235, 0.6);
30061
+ color: #0080ff;
29964
30062
  }
29965
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29966
- min-width: 75px;
29967
- max-width: 198px;
29968
- width: calc(100% - 20px);
29969
- margin-left: 2px;
29970
- color: #00122e !important;
29971
- display: inline-flex;
29972
- justify-content: space-between;
29973
- }
29974
- .E_d1bw7c5z .tooltip-text {
29975
- maxwidth: calc(100% - 12px);
29976
- cursor: pointer;
29977
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29978
- overflow: hidden;
29979
- text-overflow: ellipsis;
29980
- white-space: nowrap;
29981
- }
29982
- .E_d1bw7c5z .value {
29983
- color: rgba(44, 56, 82, 0.75);
29984
- }
29985
-
29986
- .E_t10pqbtc {
29987
- width: 140px;
29988
- }
29989
- .E_t10pqbtc .item {
29990
- margin: 6px auto;
29991
- display: flex;
29992
- justify-content: space-between;
29993
- }
29994
- .E_t10pqbtc .item .name {
29995
- width: 102px;
29996
- }
29997
-
29998
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29999
- padding: 4px 8px 0 8px;
30000
- color: rgba(44, 56, 82, 0.6);
30001
- font-size: 12px;
30002
- }
30003
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30004
- padding-bottom: 6px;
30005
- }
30006
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30007
- padding-top: 4px;
30008
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30009
- }
30010
-
30011
- .E_ccrbeuz .ant-collapse-item {
30012
- border: 0px;
30013
- background-color: #fff;
30014
- }
30015
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30016
- padding-top: 0px;
30017
- padding-bottom: 0px;
30018
- padding-left: 0px !important;
30019
- padding-right: 24px;
30020
- }
30021
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30022
- right: 0px;
30023
- }
30024
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30025
- padding: 0px;
30026
- }
30027
-
30028
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30029
- padding-right: 0px;
30030
- cursor: default;
30031
- }
30032
-
30033
- .E_c1yyuluq {
30034
- border-radius: 8px;
30035
- }
30036
- .E_c1yyuluq .ant-card-body {
30037
- padding: 20px 24px 24px 24px;
30038
- }
30039
-
30040
- .E_itxley7.ant-input-group.ant-input-group-compact {
30041
- display: flex;
30042
- }
30043
-
30044
- .E_phljevk {
30045
- display: flex;
30046
- justify-content: space-between;
30047
- align-items: center;
30048
- padding: 10px 0;
30049
- color: rgba(44, 56, 82, 0.6);
30050
- font-size: 12px;
30051
- line-height: 24px;
30052
- }
30053
- .E_phljevk .pagination-left {
30054
- padding: 2px 8px;
30055
- }
30056
- .E_phljevk .dropdown-trigger {
30057
- display: flex;
30058
- align-items: center;
30059
- border-radius: 6px;
30060
- cursor: pointer;
30061
- transition: all 0.3s ease;
30062
- }
30063
- .E_phljevk .dropdown-trigger:hover {
30064
- background: rgba(211, 218, 235, 0.6);
30065
- color: #0080ff;
30066
- }
30067
- .E_phljevk .dropdown-trigger .icon-inner {
30068
- margin-left: 4px;
30063
+ .E_phljevk .dropdown-trigger .icon-inner {
30064
+ margin-left: 4px;
30069
30065
  }
30070
30066
  .E_phljevk .pagination-right {
30071
30067
  display: flex;
@@ -30098,8 +30094,8 @@ button.E_n7k2c6r {
30098
30094
  line-height: 18px;
30099
30095
  }
30100
30096
 
30101
- .E_sx1bpnu .ant-input-sm {
30102
- line-height: 18px;
30097
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30098
+ display: flex;
30103
30099
  }
30104
30100
 
30105
30101
  .E_rapgekc.ant-radio-wrapper {
@@ -30248,6 +30244,10 @@ button.E_n7k2c6r {
30248
30244
  width: 36px;
30249
30245
  }
30250
30246
 
30247
+ .E_sx1bpnu .ant-input-sm {
30248
+ line-height: 18px;
30249
+ }
30250
+
30251
30251
  .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30252
30252
  border-radius: 6px;
30253
30253
  }
@@ -30305,8 +30305,44 @@ button.E_n7k2c6r {
30305
30305
  transform: rotate(180deg);
30306
30306
  }
30307
30307
 
30308
- .E_tju3gfj .date {
30309
- margin-right: 4px;
30308
+ .E_c1bus5hc {
30309
+ --color: white;
30310
+ height: 14px;
30311
+ width: 14px;
30312
+ border-radius: 50%;
30313
+ flex-shrink: 0;
30314
+ display: flex;
30315
+ align-items: center;
30316
+ justify-content: center;
30317
+ border: 1px solid var(--color);
30318
+ }
30319
+ .E_c1bus5hc .circle-inner {
30320
+ position: relative;
30321
+ height: 10px;
30322
+ width: 10px;
30323
+ border-radius: 50%;
30324
+ overflow: hidden;
30325
+ }
30326
+ .E_c1bus5hc .circle-content {
30327
+ position: absolute;
30328
+ height: 100%;
30329
+ width: 100%;
30330
+ left: 0;
30331
+ top: 0;
30332
+ border-radius: 50%;
30333
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30334
+ transform: rotate(180deg);
30335
+ }
30336
+ .E_c1bus5hc .circle-child {
30337
+ position: absolute;
30338
+ height: 100%;
30339
+ width: 100%;
30340
+ left: 0;
30341
+ top: 0;
30342
+ margin-left: 50%;
30343
+ transform-origin: left;
30344
+ background: white;
30345
+ transform: rotate(0deg);
30310
30346
  }
30311
30347
 
30312
30348
  .E_ivqqkzv {
@@ -30374,44 +30410,8 @@ button.E_n7k2c6r {
30374
30410
  margin-left: 5px;
30375
30411
  }
30376
30412
 
30377
- .E_c1bus5hc {
30378
- --color: white;
30379
- height: 14px;
30380
- width: 14px;
30381
- border-radius: 50%;
30382
- flex-shrink: 0;
30383
- display: flex;
30384
- align-items: center;
30385
- justify-content: center;
30386
- border: 1px solid var(--color);
30387
- }
30388
- .E_c1bus5hc .circle-inner {
30389
- position: relative;
30390
- height: 10px;
30391
- width: 10px;
30392
- border-radius: 50%;
30393
- overflow: hidden;
30394
- }
30395
- .E_c1bus5hc .circle-content {
30396
- position: absolute;
30397
- height: 100%;
30398
- width: 100%;
30399
- left: 0;
30400
- top: 0;
30401
- border-radius: 50%;
30402
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30403
- transform: rotate(180deg);
30404
- }
30405
- .E_c1bus5hc .circle-child {
30406
- position: absolute;
30407
- height: 100%;
30408
- width: 100%;
30409
- left: 0;
30410
- top: 0;
30411
- margin-left: 50%;
30412
- transform-origin: left;
30413
- background: white;
30414
- transform: rotate(0deg);
30413
+ .E_iq1gosr {
30414
+ display: inline-block;
30415
30415
  }
30416
30416
 
30417
30417
  .E_c18bcrac {
@@ -30461,53 +30461,207 @@ button.E_n7k2c6r {
30461
30461
  margin-right: 4px;
30462
30462
  }
30463
30463
 
30464
- .E_s1sck0th {
30465
- padding: 0 8px;
30466
- border-radius: 4px;
30467
- }
30468
-
30469
- .E_m855nr1 {
30470
- padding: 2px 8px;
30471
- border-radius: 3px;
30472
- }
30473
-
30474
- .E_l1270xpg {
30475
- padding: 3px 8px;
30476
- border-radius: 2px;
30464
+ .E_tju3gfj .date {
30465
+ margin-right: 4px;
30477
30466
  }
30478
30467
 
30479
- .E_t14rextb.ant-tag:hover {
30480
- opacity: unset;
30468
+ .E_s1ebs0ra {
30469
+ display: flex;
30470
+ align-items: center;
30471
+ justify-content: space-between;
30472
+ background: #edf0f7;
30473
+ padding: 8px 12px;
30474
+ position: sticky;
30475
+ top: 0;
30476
+ z-index: 1;
30477
+ margin-bottom: -52px;
30481
30478
  }
30482
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30483
- margin: 0;
30484
- margin-right: 8px;
30485
- display: inline-flex;
30479
+ .E_s1ebs0ra .select-total {
30480
+ display: flex;
30486
30481
  align-items: center;
30487
- border: none;
30482
+ font-weight: 700;
30483
+ flex-shrink: 0;
30488
30484
  }
30489
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30490
- width: 16px;
30491
- height: 16px;
30492
- color: inherit;
30493
- margin-left: 4px;
30494
- opacity: 0.6;
30495
- display: inline-flex;
30485
+ .E_s1ebs0ra .select-total .icon-wrapper {
30486
+ cursor: pointer;
30487
+ margin-left: 8px;
30488
+ width: 32px;
30489
+ height: 32px;
30490
+ border-radius: 50%;
30491
+ justify-content: center;
30496
30492
  }
30497
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30498
- opacity: 1;
30493
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30494
+ background: rgba(225, 230, 241, 0.6);
30499
30495
  }
30500
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30501
- color: #0080ff;
30502
- background-color: rgba(0, 136, 255, 0.1);
30496
+ .E_s1ebs0ra .action-group {
30497
+ flex: 1;
30498
+ margin-left: 88px;
30499
+ white-space: nowrap;
30500
+ text-align: right;
30501
+ position: relative;
30502
+ padding: 4px 0;
30503
+ margin-top: -4px;
30504
+ overflow: hidden;
30503
30505
  }
30504
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30505
- color: #f0483e;
30506
- background-color: rgba(255, 74, 74, 0.1);
30506
+ .E_s1ebs0ra .action-group .sub-menu-delete {
30507
+ transform: translateY(-4px);
30507
30508
  }
30508
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30509
- color: #e07f00;
30510
- background-color: rgba(255, 187, 0, 0.1);
30509
+ .E_s1ebs0ra .action-group button {
30510
+ border: none;
30511
+ }
30512
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
30513
+ margin-right: 8px;
30514
+ }
30515
+ .E_s1ebs0ra .action-group > button:last-child {
30516
+ margin-right: 4px;
30517
+ }
30518
+ .E_s1ebs0ra .action-group .more-btn {
30519
+ cursor: pointer;
30520
+ width: 32px;
30521
+ height: 32px;
30522
+ justify-content: center;
30523
+ border-radius: 50%;
30524
+ }
30525
+ .E_s1ebs0ra .action-group .more-btn:hover {
30526
+ background: #fff;
30527
+ }
30528
+
30529
+ .E_t1m2x205 .ant-tooltip-arrow {
30530
+ display: none;
30531
+ }
30532
+ .E_t1m2x205 .ant-tooltip-inner {
30533
+ background: rgba(23, 38, 64, 0.8);
30534
+ border-radius: 4px;
30535
+ }
30536
+
30537
+ .E_s1dni7lo {
30538
+ width: 430px !important;
30539
+ }
30540
+
30541
+ .E_d1wwmmm5 .ant-select-item-group {
30542
+ padding: 8px 16px;
30543
+ line-height: 18px;
30544
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30545
+ height: 34px;
30546
+ min-height: 34px;
30547
+ box-sizing: border-box;
30548
+ margin-top: 8px;
30549
+ }
30550
+
30551
+ .E_o1ugr09p {
30552
+ display: flex;
30553
+ flex-direction: column;
30554
+ margin: 1px 8px;
30555
+ padding: 8px;
30556
+ border-radius: 4px;
30557
+ }
30558
+ .E_o1ugr09p .selected-icon {
30559
+ display: none;
30560
+ }
30561
+ .E_o1ugr09p.ant-select-item-option-grouped {
30562
+ padding-left: 8px;
30563
+ }
30564
+ .E_o1ugr09p.ant-select-item-option-selected {
30565
+ background-color: white;
30566
+ }
30567
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30568
+ color: #0080ff;
30569
+ }
30570
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30571
+ display: block;
30572
+ }
30573
+ .E_o1ugr09p.ant-select-item-option-active {
30574
+ background: rgba(0, 136, 255, 0.16);
30575
+ }
30576
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30577
+ color: #0080ff;
30578
+ }
30579
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30580
+ background: rgba(0, 136, 255, 0.1);
30581
+ color: #0080ff;
30582
+ }
30583
+
30584
+ .E_o1ifxsq4 {
30585
+ display: flex;
30586
+ justify-content: space-between;
30587
+ height: 20px;
30588
+ line-height: 20px;
30589
+ }
30590
+ .E_o1ifxsq4 .timezone-title {
30591
+ color: #2d3a56;
30592
+ overflow: hidden;
30593
+ text-overflow: ellipsis;
30594
+ }
30595
+
30596
+ .E_o1zue7 {
30597
+ display: flex;
30598
+ justify-content: space-between;
30599
+ color: rgba(44, 56, 82, 0.6);
30600
+ height: 18px;
30601
+ line-height: 18px;
30602
+ margin-top: 2px;
30603
+ }
30604
+
30605
+ .E_tyfmlxg {
30606
+ border: none;
30607
+ margin-right: 0;
30608
+ background: rgba(225, 230, 241, 0.6);
30609
+ }
30610
+
30611
+ .E_o18uybox {
30612
+ pointer-events: none;
30613
+ height: 32px;
30614
+ width: 100%;
30615
+ opacity: 0;
30616
+ }
30617
+
30618
+ .E_s1sck0th {
30619
+ padding: 0 8px;
30620
+ border-radius: 4px;
30621
+ }
30622
+
30623
+ .E_m855nr1 {
30624
+ padding: 2px 8px;
30625
+ border-radius: 3px;
30626
+ }
30627
+
30628
+ .E_l1270xpg {
30629
+ padding: 3px 8px;
30630
+ border-radius: 2px;
30631
+ }
30632
+
30633
+ .E_t14rextb.ant-tag:hover {
30634
+ opacity: unset;
30635
+ }
30636
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30637
+ margin: 0;
30638
+ margin-right: 8px;
30639
+ display: inline-flex;
30640
+ align-items: center;
30641
+ border: none;
30642
+ }
30643
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30644
+ width: 16px;
30645
+ height: 16px;
30646
+ color: inherit;
30647
+ margin-left: 4px;
30648
+ opacity: 0.6;
30649
+ display: inline-flex;
30650
+ }
30651
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30652
+ opacity: 1;
30653
+ }
30654
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30655
+ color: #0080ff;
30656
+ background-color: rgba(0, 136, 255, 0.1);
30657
+ }
30658
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30659
+ color: #f0483e;
30660
+ background-color: rgba(255, 74, 74, 0.1);
30661
+ }
30662
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30663
+ color: #e07f00;
30664
+ background-color: rgba(255, 187, 0, 0.1);
30511
30665
  }
30512
30666
  .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30513
30667
  color: #008f4c;
@@ -30543,18 +30697,6 @@ button.E_n7k2c6r {
30543
30697
  background-color: #7E41FF;
30544
30698
  }
30545
30699
 
30546
- .E_iq1gosr {
30547
- display: inline-block;
30548
- }
30549
-
30550
- .E_t1m2x205 .ant-tooltip-arrow {
30551
- display: none;
30552
- }
30553
- .E_t1m2x205 .ant-tooltip-inner {
30554
- background: rgba(23, 38, 64, 0.8);
30555
- border-radius: 4px;
30556
- }
30557
-
30558
30700
  .E_clm1wy1 {
30559
30701
  width: 192px;
30560
30702
  height: 246px;
@@ -30648,160 +30790,166 @@ button.E_n7k2c6r {
30648
30790
  border-radius: 2px;
30649
30791
  }
30650
30792
 
30651
- .E_s1dni7lo {
30652
- width: 430px !important;
30653
- }
30654
-
30655
- .E_d1wwmmm5 .ant-select-item-group {
30656
- padding: 8px 16px;
30657
- line-height: 18px;
30658
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30659
- height: 34px;
30660
- min-height: 34px;
30661
- box-sizing: border-box;
30662
- margin-top: 8px;
30663
- }
30664
-
30665
- .E_o1ugr09p {
30793
+ .E_n12mqh7z {
30666
30794
  display: flex;
30667
- flex-direction: column;
30668
- margin: 1px 8px;
30669
- padding: 8px;
30670
- border-radius: 4px;
30671
- }
30672
- .E_o1ugr09p .selected-icon {
30673
- display: none;
30674
- }
30675
- .E_o1ugr09p.ant-select-item-option-grouped {
30676
- padding-left: 8px;
30795
+ align-items: center;
30796
+ font-size: 12px;
30797
+ line-height: 18px;
30677
30798
  }
30678
- .E_o1ugr09p.ant-select-item-option-selected {
30679
- background-color: white;
30799
+ .E_n12mqh7z:not(:last-child) {
30800
+ margin-bottom: 4px;
30680
30801
  }
30681
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30682
- color: #0080ff;
30802
+
30803
+ .E_tf5bynu {
30804
+ margin: 0 3px;
30683
30805
  }
30684
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30685
- display: block;
30806
+
30807
+ .E_tcckoz1 {
30808
+ max-height: 400px;
30809
+ overflow: auto;
30686
30810
  }
30687
- .E_o1ugr09p.ant-select-item-option-active {
30688
- background: rgba(0, 136, 255, 0.16);
30811
+
30812
+ .E_gmyahx3 {
30813
+ cursor: pointer;
30689
30814
  }
30690
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30691
- color: #0080ff;
30815
+ .E_gmyahx3 .link-text {
30816
+ color: rgba(0, 21, 64, 0.3);
30692
30817
  }
30693
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30694
- background: rgba(0, 136, 255, 0.1);
30818
+ .E_gmyahx3:hover .link-text {
30695
30819
  color: #0080ff;
30696
30820
  }
30697
30821
 
30698
- .E_o1ifxsq4 {
30699
- display: flex;
30700
- justify-content: space-between;
30701
- height: 20px;
30702
- line-height: 20px;
30703
- }
30704
- .E_o1ifxsq4 .timezone-title {
30705
- color: #2d3a56;
30822
+ .E_ou7iq30 {
30706
30823
  overflow: hidden;
30707
30824
  text-overflow: ellipsis;
30708
30825
  }
30709
30826
 
30710
- .E_o1zue7 {
30711
- display: flex;
30712
- justify-content: space-between;
30713
- color: rgba(44, 56, 82, 0.6);
30714
- height: 18px;
30715
- line-height: 18px;
30716
- margin-top: 2px;
30827
+ .E_s1tui002 {
30828
+ white-space: nowrap;
30717
30829
  }
30718
30830
 
30719
- .E_tyfmlxg {
30720
- border: none;
30721
- margin-right: 0;
30722
- background: rgba(225, 230, 241, 0.6);
30831
+ .E_mxrc2zg {
30832
+ display: -webkit-box;
30833
+ -webkit-line-clamp: var(--mxrc2zg-0);
30834
+ -webkit-box-orient: vertical;
30835
+ word-break: break-all;
30723
30836
  }
30724
30837
 
30725
- .E_o18uybox {
30726
- pointer-events: none;
30727
- height: 32px;
30838
+ .E_fzh9mnb {
30728
30839
  width: 100%;
30729
- opacity: 0;
30730
- }
30731
-
30732
- .E_s1ebs0ra {
30840
+ height: 100%;
30841
+ min-height: 124px;
30733
30842
  display: flex;
30843
+ flex-direction: column;
30844
+ justify-content: center;
30734
30845
  align-items: center;
30846
+ }
30847
+ .E_fzh9mnb .error-text {
30848
+ color: rgba(10, 37, 85, 0.6);
30849
+ margin-bottom: 16px;
30850
+ font-size: 18px;
30851
+ }
30852
+
30853
+ .E_t1sqg15u {
30854
+ background: white;
30855
+ }
30856
+ .E_t1sqg15u.inline .table-row {
30857
+ flex-direction: column;
30858
+ }
30859
+ .E_t1sqg15u.inline .table-row > label {
30860
+ padding: 0 16px 7px 0;
30861
+ }
30862
+ .E_t1sqg15u.has-border .table-header {
30863
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
30864
+ }
30865
+ .E_t1sqg15u.has-border .hiddenBorder {
30866
+ border-top: none !important;
30867
+ }
30868
+ .E_t1sqg15u.has-border .table-row + .table-row {
30869
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
30870
+ }
30871
+ .E_t1sqg15u.has-border .table-row:last-of-type {
30872
+ padding-bottom: 0;
30873
+ }
30874
+ .E_t1sqg15u.align-right .content {
30875
+ text-align: right;
30876
+ }
30877
+ .E_t1sqg15u .uuid-row {
30878
+ display: flex;
30735
30879
  justify-content: space-between;
30736
- background: #edf0f7;
30737
- padding: 8px 12px;
30738
- position: sticky;
30739
- top: 0;
30740
- z-index: 1;
30741
- margin-bottom: -52px;
30742
30880
  }
30743
- .E_s1ebs0ra .select-total {
30881
+ .E_t1sqg15u .uuid-row .id-text {
30882
+ white-space: nowrap;
30883
+ overflow: hidden;
30884
+ text-overflow: ellipsis;
30885
+ }
30886
+
30887
+ .E_t4zczcp {
30744
30888
  display: flex;
30889
+ justify-content: space-between;
30745
30890
  align-items: center;
30746
- font-weight: 700;
30747
- flex-shrink: 0;
30891
+ padding: 8px;
30892
+ min-height: 32px;
30748
30893
  }
30749
- .E_s1ebs0ra .select-total .icon-wrapper {
30894
+ .E_t4zczcp .table-title {
30895
+ color: rgba(44, 56, 82, 0.6);
30896
+ font-weight: 600;
30897
+ font-size: 12px;
30898
+ line-height: 8px;
30899
+ }
30900
+ .E_t4zczcp .edit-icon {
30901
+ font-size: 16px;
30902
+ color: rgba(10, 37, 85, 0.6);
30750
30903
  cursor: pointer;
30751
- margin-left: 8px;
30752
- width: 32px;
30753
- height: 32px;
30754
- border-radius: 50%;
30755
- justify-content: center;
30756
30904
  }
30757
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
30758
- background: rgba(225, 230, 241, 0.6);
30905
+
30906
+ .E_t1s7goww {
30907
+ font-size: 12px;
30908
+ line-height: 18px;
30759
30909
  }
30760
- .E_s1ebs0ra .action-group {
30761
- flex: 1;
30762
- margin-left: 88px;
30763
- white-space: nowrap;
30764
- text-align: right;
30765
- position: relative;
30766
- padding: 4px 0;
30767
- margin-top: -4px;
30768
- overflow: hidden;
30910
+
30911
+ .E_t93e4cf {
30912
+ display: flex;
30913
+ padding: 8px 0;
30914
+ color: #2d3a56;
30769
30915
  }
30770
- .E_s1ebs0ra .action-group .sub-menu-delete {
30771
- transform: translateY(-4px);
30916
+ .E_t93e4cf .hidden {
30917
+ display: none;
30772
30918
  }
30773
- .E_s1ebs0ra .action-group button {
30774
- border: none;
30919
+ .E_t93e4cf .ant-btn-link {
30920
+ height: auto;
30775
30921
  }
30776
- .E_s1ebs0ra .action-group > *:not(:last-child) {
30777
- margin-right: 8px;
30922
+ .E_t93e4cf .content {
30923
+ overflow: hidden;
30924
+ overflow-x: auto;
30925
+ width: 100%;
30926
+ white-space: pre-wrap;
30778
30927
  }
30779
- .E_s1ebs0ra .action-group > button:last-child {
30780
- margin-right: 4px;
30928
+ .E_t93e4cf .content .ant-btn {
30929
+ white-space: pre-wrap;
30930
+ text-align: left;
30781
30931
  }
30782
- .E_s1ebs0ra .action-group .more-btn {
30783
- cursor: pointer;
30784
- width: 32px;
30785
- height: 32px;
30786
- justify-content: center;
30787
- border-radius: 50%;
30932
+ .E_t93e4cf .content .unit-chart {
30933
+ justify-content: flex-start;
30788
30934
  }
30789
- .E_s1ebs0ra .action-group .more-btn:hover {
30790
- background: #fff;
30935
+
30936
+ .E_rhz2uv5 {
30937
+ width: var(--rhz2uv5-0);
30938
+ flex-shrink: 0;
30939
+ color: rgba(44, 56, 82, 0.6);
30940
+ padding-right: 12px;
30791
30941
  }
30792
30942
 
30793
30943
  span.E_tqjc4ui {
30794
30944
  margin: 0 2px;
30795
30945
  }
30796
30946
 
30797
- .E_gmyahx3 {
30798
- cursor: pointer;
30799
- }
30800
- .E_gmyahx3 .link-text {
30801
- color: rgba(0, 21, 64, 0.3);
30947
+ .E_s1iv0tp1 .enabled-switch {
30948
+ display: flex;
30949
+ align-items: center;
30802
30950
  }
30803
- .E_gmyahx3:hover .link-text {
30804
- color: #0080ff;
30951
+ .E_s1iv0tp1 .enabled-text {
30952
+ margin-right: 8px;
30805
30953
  }
30806
30954
 
30807
30955
  .E_c1up1pdz {
@@ -30944,1767 +31092,1626 @@ span.E_tqjc4ui {
30944
31092
  color: #fff;
30945
31093
  }
30946
31094
 
30947
- .E_ou7iq30 {
30948
- overflow: hidden;
30949
- text-overflow: ellipsis;
30950
- }
30951
-
30952
- .E_s1tui002 {
30953
- white-space: nowrap;
30954
- }
30955
-
30956
- .E_mxrc2zg {
30957
- display: -webkit-box;
30958
- -webkit-line-clamp: var(--mxrc2zg-0);
30959
- -webkit-box-orient: vertical;
30960
- word-break: break-all;
30961
- }
30962
-
30963
- .E_n12mqh7z {
31095
+ .E_wg1tsps {
30964
31096
  display: flex;
30965
31097
  align-items: center;
30966
- font-size: 12px;
30967
- line-height: 18px;
30968
- }
30969
- .E_n12mqh7z:not(:last-child) {
30970
- margin-bottom: 4px;
30971
- }
30972
-
30973
- .E_tf5bynu {
30974
- margin: 0 3px;
30975
- }
30976
-
30977
- .E_tcckoz1 {
30978
- max-height: 400px;
30979
- overflow: auto;
31098
+ justify-content: flex-end;
30980
31099
  }
30981
31100
 
30982
- .E_s1iv0tp1 .enabled-switch {
31101
+ .E_b1ctd5xy {
30983
31102
  display: flex;
30984
31103
  align-items: center;
31104
+ width: calc(100% - 40px);
30985
31105
  }
30986
- .E_s1iv0tp1 .enabled-text {
30987
- margin-right: 8px;
31106
+ .E_b1ctd5xy .chart {
31107
+ display: inline-block;
31108
+ width: 100%;
30988
31109
  }
30989
31110
 
30990
- .E_t1sqg15u {
30991
- background: white;
30992
- }
30993
- .E_t1sqg15u.inline .table-row {
30994
- flex-direction: column;
30995
- }
30996
- .E_t1sqg15u.inline .table-row > label {
30997
- padding: 0 16px 7px 0;
30998
- }
30999
- .E_t1sqg15u.has-border .table-header {
31000
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
31001
- }
31002
- .E_t1sqg15u.has-border .hiddenBorder {
31003
- border-top: none !important;
31111
+ .E_u1p8acpn {
31112
+ min-width: 40px;
31004
31113
  }
31005
- .E_t1sqg15u.has-border .table-row + .table-row {
31006
- border-top: 1px solid rgba(225, 230, 241, 0.6);
31114
+ .E_u1p8acpn .unit {
31115
+ color: #00122e !important;
31007
31116
  }
31008
- .E_t1sqg15u.has-border .table-row:last-of-type {
31009
- padding-bottom: 0;
31117
+
31118
+ .E_f7pxqmh {
31119
+ width: 100%;
31120
+ margin-bottom: 0 !important;
31121
+ flex-flow: nowrap !important;
31122
+ line-break: auto;
31010
31123
  }
31011
- .E_t1sqg15u.align-right .content {
31012
- text-align: right;
31124
+ .E_f7pxqmh > .ant-form-item-label {
31125
+ text-align: left !important;
31126
+ padding-bottom: 0 !important;
31013
31127
  }
31014
- .E_t1sqg15u .uuid-row {
31015
- display: flex;
31016
- justify-content: space-between;
31128
+ .E_f7pxqmh > .ant-form-item-label > label {
31129
+ min-height: 32px;
31130
+ height: auto;
31131
+ font-size: 13px;
31132
+ color: rgba(44, 56, 82, 0.6);
31133
+ white-space: normal;
31017
31134
  }
31018
- .E_t1sqg15u .uuid-row .id-text {
31019
- white-space: nowrap;
31020
- overflow: hidden;
31021
- text-overflow: ellipsis;
31135
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
31136
+ border-color: #ff4d4f !important;
31022
31137
  }
31023
-
31024
- .E_t4zczcp {
31025
- display: flex;
31026
- justify-content: space-between;
31027
- align-items: center;
31028
- padding: 8px;
31029
- min-height: 32px;
31138
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31139
+ border-color: #ff4d4f !important;
31030
31140
  }
31031
- .E_t4zczcp .table-title {
31032
- color: rgba(44, 56, 82, 0.6);
31033
- font-weight: 600;
31141
+ .E_f7pxqmh .ant-form-item-explain {
31142
+ margin-top: 4px;
31034
31143
  font-size: 12px;
31035
- line-height: 8px;
31036
- }
31037
- .E_t4zczcp .edit-icon {
31038
- font-size: 16px;
31039
- color: rgba(10, 37, 85, 0.6);
31040
- cursor: pointer;
31144
+ min-height: 0px;
31041
31145
  }
31042
-
31043
- .E_t1s7goww {
31146
+ .E_f7pxqmh .ant-form-item-extra {
31044
31147
  font-size: 12px;
31045
- line-height: 18px;
31148
+ color: rgba(44, 56, 82, 0.6);
31149
+ min-height: 0px;
31046
31150
  }
31047
31151
 
31048
- .E_t93e4cf {
31049
- display: flex;
31050
- padding: 8px 0;
31051
- color: #2d3a56;
31052
- }
31053
- .E_t93e4cf .hidden {
31054
- display: none;
31055
- }
31056
- .E_t93e4cf .ant-btn-link {
31057
- height: auto;
31152
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31153
+ display: var(--a1wfy30z-0);
31058
31154
  }
31059
- .E_t93e4cf .content {
31060
- overflow: hidden;
31061
- overflow-x: auto;
31062
- width: 100%;
31063
- white-space: pre-wrap;
31155
+ .E_a1wfy30z .ant-input-number-input-wrap {
31156
+ padding: 4px 11px;
31157
+ display: inline-flex;
31158
+ line-height: 1.5715;
31159
+ height: inherit;
31064
31160
  }
31065
- .E_t93e4cf .content .ant-btn {
31066
- white-space: pre-wrap;
31067
- text-align: left;
31161
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31162
+ content: var(--a1wfy30z-1);
31163
+ display: var(--a1wfy30z-2);
31164
+ flex: none;
31165
+ align-items: center;
31166
+ margin-left: 4px;
31068
31167
  }
31069
- .E_t93e4cf .content .unit-chart {
31070
- justify-content: flex-start;
31168
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31169
+ content: var(--a1wfy30z-3);
31170
+ display: var(--a1wfy30z-4);
31171
+ flex: none;
31172
+ align-items: center;
31173
+ margin-right: 4px;
31174
+ cursor: auto;
31071
31175
  }
31072
-
31073
- .E_rhz2uv5 {
31074
- width: var(--rhz2uv5-0);
31075
- flex-shrink: 0;
31076
- color: rgba(44, 56, 82, 0.6);
31077
- padding-right: 12px;
31176
+ .E_a1wfy30z .ant-input-number-input {
31177
+ padding: 0;
31178
+ margin: 0;
31179
+ height: auto;
31180
+ font-size: inherit;
31078
31181
  }
31079
31182
 
31080
- .E_wg1tsps {
31183
+ .E_i1inqkme {
31184
+ height: 18px;
31185
+ line-height: 18px;
31186
+ padding: 0 4px;
31187
+ border-radius: 4px;
31188
+ background: rgba(235, 239, 245, 0.6);
31189
+ border: 1px solid rgba(223, 228, 235, 0.6);
31081
31190
  display: flex;
31082
31191
  align-items: center;
31083
- justify-content: flex-end;
31192
+ white-space: nowrap;
31193
+ margin-right: 4px;
31084
31194
  }
31085
31195
 
31086
- .E_b1ctd5xy {
31087
- display: flex;
31088
- align-items: center;
31089
- width: calc(100% - 40px);
31090
- }
31091
- .E_b1ctd5xy .chart {
31196
+ .E_owd0kml {
31092
31197
  display: inline-block;
31093
- width: 100%;
31094
31198
  }
31095
31199
 
31096
- .E_u1p8acpn {
31097
- min-width: 40px;
31098
- }
31099
- .E_u1p8acpn .unit {
31100
- color: #00122e !important;
31200
+ .E_h1jsgezc {
31201
+ visibility: hidden;
31202
+ position: absolute;
31101
31203
  }
31102
31204
 
31103
- .E_skwah65 {
31104
- height: 8px;
31105
- box-sizing: border-box;
31106
- border-radius: 2px;
31107
- background: #f5f7fa;
31205
+ .E_cnujxq2 {
31108
31206
  display: flex;
31109
- width: 100%;
31110
- overflow: hidden;
31207
+ flex-direction: column;
31111
31208
  }
31112
- .E_skwah65 .stack-bar-item + .stack-bar-item {
31113
- margin-left: 1px;
31209
+
31210
+ .E_m7s48ia {
31211
+ max-width: 1120px;
31212
+ width: 100%;
31213
+ margin: 0 auto;
31214
+ height: 100%;
31114
31215
  }
31115
31216
 
31116
- .E_t160l1cm {
31217
+ .E_wt5zbg6 {
31218
+ max-width: 1120px;
31219
+ width: 100%;
31220
+ margin: 0 auto;
31117
31221
  display: flex;
31118
- flex-direction: column;
31119
- flex: 1;
31120
- /* FIXME:(yanzhen) do this better */
31121
31222
  }
31122
- .E_t160l1cm .tab-bar {
31223
+ .E_wt5zbg6 .left,
31224
+ .E_wt5zbg6 .right {
31225
+ flex-grow: 0;
31123
31226
  flex-shrink: 0;
31124
- display: flex;
31125
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
31126
- }
31127
- .E_t160l1cm .tab-content {
31128
- height: 100%;
31129
- }
31130
- .E_t160l1cm .tab-menu-item {
31131
- margin-right: 2px;
31132
- padding: 1px 12px;
31133
- line-height: 24px;
31134
- height: 24px;
31135
- color: rgba(44, 56, 82, 0.6);
31136
- border-radius: 4px 4px 0 0;
31137
- cursor: pointer;
31138
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
31139
- }
31140
- .E_t160l1cm .tab-menu-item:first-child {
31141
- padding-left: 0;
31227
+ flex-basis: 21%;
31142
31228
  }
31143
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
31144
- padding-left: 12px;
31229
+ .E_wt5zbg6 .left {
31230
+ display: flex;
31231
+ justify-content: flex-end;
31232
+ padding-right: 44px;
31145
31233
  }
31146
- .E_t160l1cm .tab-menu-item:hover {
31147
- color: #0080ff;
31148
- background: rgba(211, 218, 235, 0.6);
31234
+ .E_wt5zbg6 .right {
31235
+ padding-left: 44px;
31149
31236
  }
31150
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
31151
- fill: #0080ff;
31237
+ .E_wt5zbg6 .middle {
31238
+ margin-bottom: 40px;
31239
+ flex-grow: 0;
31240
+ flex-shrink: 0;
31241
+ flex-basis: 58%;
31152
31242
  }
31153
- .E_t160l1cm .tab-menu-item:active {
31154
- background: rgba(192, 203, 224, 0.6);
31243
+ .E_wt5zbg6 .middle .form-base-field {
31244
+ width: 100%;
31155
31245
  }
31156
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
31157
- color: #0080ff;
31158
- background: rgba(211, 218, 235, 0.6);
31246
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
31247
+ width: auto;
31159
31248
  }
31160
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
31161
- background: rgba(192, 203, 224, 0.6);
31249
+
31250
+ .E_h18jprzg .ant-modal-header {
31251
+ margin: 0 auto;
31252
+ width: 100%;
31253
+ max-width: 648px;
31162
31254
  }
31163
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
31164
- background: rgba(0, 128, 255, 0.16);
31255
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
31256
+ margin-left: 0;
31165
31257
  }
31166
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
31167
- fill: #0080ff;
31258
+ .E_h18jprzg .ant-modal-body {
31259
+ margin: 0 auto;
31260
+ padding: 0;
31261
+ width: 100%;
31262
+ max-width: 648px;
31263
+ overflow: hidden;
31168
31264
  }
31169
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
31170
- color: #0080ff;
31171
- background: rgba(0, 128, 255, 0.1);
31265
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31266
+ margin-bottom: 40px;
31172
31267
  }
31173
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
31174
- background: rgba(0, 128, 255, 0.16);
31268
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31269
+ height: calc(100vh - 225px);
31270
+ overflow-y: auto;
31175
31271
  }
31176
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
31177
- fill: #1d326c;
31272
+ .E_h18jprzg .ant-modal-footer .footer-content {
31273
+ margin: 0 auto;
31274
+ max-width: 648px;
31178
31275
  }
31179
- .E_t160l1cm .tab-menu-item .expand-arrow {
31180
- margin-left: 8px;
31181
- height: 22px;
31276
+
31277
+ .E_h16z9xgz .ant-modal-header {
31278
+ margin: 0 auto;
31279
+ width: 100%;
31280
+ max-width: 1024px;
31182
31281
  }
31183
- .E_t160l1cm .tab-menu-item .expand-arrow path {
31184
- fill: rgba(44, 56, 82, 0.6);
31282
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
31283
+ margin-left: 0;
31185
31284
  }
31186
- .E_t160l1cm .tab-menu-item-group {
31285
+ .E_h16z9xgz .ant-modal-body {
31286
+ margin: 0 auto;
31187
31287
  padding: 0;
31188
- display: flex;
31189
- align-items: center;
31288
+ width: 100%;
31289
+ max-width: 1024px;
31190
31290
  overflow: hidden;
31191
31291
  }
31192
- .E_t160l1cm .tab-menu-item-group .main-title {
31193
- opacity: 0;
31194
- max-width: 0;
31195
- transition: max-width 320ms ease, opacity 240ms ease;
31292
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31293
+ margin-bottom: 40px;
31196
31294
  }
31197
- .E_t160l1cm .tab-menu-item-group .sub-title {
31198
- padding: 1px 12px;
31199
- position: relative;
31200
- display: flex;
31295
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31296
+ height: calc(100vh - 225px);
31297
+ overflow-y: auto;
31201
31298
  }
31202
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
31203
- opacity: 0;
31204
- position: absolute;
31205
- top: 50%;
31206
- left: 0;
31207
- transform: translate(-50%, -50%);
31208
- transition: opacity 100ms linear;
31209
- fill: rgba(0, 128, 255, 0.2);
31299
+ .E_h16z9xgz .ant-modal-footer .footer-content {
31300
+ margin: 0 auto;
31301
+ max-width: 1024px;
31210
31302
  }
31211
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
31212
- color: #0080ff;
31303
+
31304
+ .E_f1lrhghm {
31305
+ flex: 1;
31213
31306
  }
31214
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
31215
- padding: 1px 12px;
31216
- display: inline-block;
31217
- opacity: 1;
31218
- max-width: 160px;
31307
+ .E_f1lrhghm label {
31308
+ font-size: 13px;
31309
+ line-height: 20px;
31310
+ color: rgba(44, 56, 82, 0.6);
31219
31311
  }
31220
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
31221
- padding: 1px 12px;
31222
- color: #005ed1;
31312
+ .E_f1lrhghm .title {
31313
+ font-size: 14px;
31314
+ line-height: 20px;
31315
+ color: #2d3a56;
31316
+ margin-bottom: 12px;
31223
31317
  }
31224
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31225
- opacity: 1;
31318
+ .E_f1lrhghm.connect-cluster .title {
31319
+ padding-bottom: 26px;
31226
31320
  }
31227
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
31228
- background: rgba(0, 128, 255, 0.16);
31321
+
31322
+ .E_f18ot8em {
31323
+ padding: 25px 0 15px 0;
31324
+ border-bottom: 1px solid #e1e5eb;
31325
+ margin-bottom: 16px;
31229
31326
  }
31230
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
31231
- opacity: 0;
31327
+
31328
+ .E_f1l1g2k0 {
31329
+ display: flex;
31330
+ align-items: center;
31331
+ margin-bottom: 8px;
31232
31332
  }
31233
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
31234
- padding: 4px 16px;
31235
- height: 32px;
31236
- border-radius: 6px 6px 0 0;
31333
+ .E_f1l1g2k0 > label {
31334
+ width: 216px;
31237
31335
  }
31238
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
31239
- padding-left: 0;
31336
+ .E_f1l1g2k0 > label + * {
31337
+ width: 100%;
31240
31338
  }
31241
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
31242
- padding-left: 16px;
31339
+ .E_f1l1g2k0 .ant-select {
31340
+ width: 100%;
31243
31341
  }
31244
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
31245
- margin-left: 11px;
31246
- height: 24px;
31342
+
31343
+ .E_e1k89cwg {
31344
+ color: #e75a3a;
31345
+ margin-right: 10px;
31247
31346
  }
31248
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
31249
- padding: 0;
31347
+
31348
+ .E_d1oui1gf {
31349
+ width: 100%;
31350
+ height: 1px;
31351
+ background: rgba(213, 219, 227, 0.6);
31352
+ margin: 24px 0;
31250
31353
  }
31251
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
31252
- padding: 4px 16px;
31354
+
31355
+ .E_l15itdbb {
31356
+ display: flex;
31357
+ justify-content: center;
31358
+ align-items: center;
31359
+ height: 100%;
31253
31360
  }
31254
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
31255
- padding: 4px 16px;
31361
+
31362
+ .E_d1y3z4w {
31363
+ display: inline-block;
31364
+ width: 4px;
31365
+ height: 4px;
31366
+ background: #8e9aa9;
31367
+ opacity: 0.4;
31368
+ border-radius: 50%;
31369
+ margin: 0 4px;
31256
31370
  }
31257
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
31258
- background: #fff;
31371
+
31372
+ .E_m177r7a3 .ant-modal-header,
31373
+ .E_m177r7a3 .ant-modal-footer .footer-content {
31374
+ width: 648px;
31375
+ margin: 0 auto;
31259
31376
  }
31260
- .E_t160l1cm .tab-menu-item-light:active {
31261
- color: #005ed1;
31377
+ .E_m177r7a3 .ant-modal-header {
31378
+ padding: 35px 0 24px;
31379
+ border: none;
31262
31380
  }
31263
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
31264
- background: #fff;
31265
- color: #1d326c;
31381
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
31382
+ font-size: 30px;
31266
31383
  }
31267
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
31268
- color: rgba(45, 58, 86, 0.6);
31384
+ .E_m177r7a3 .ant-modal-body {
31385
+ padding: 4px 0 2px;
31269
31386
  }
31270
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
31271
- color: #1d326c;
31387
+ .E_m177r7a3 .ant-modal-footer {
31388
+ border: none;
31272
31389
  }
31273
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31274
- fill: #d8deeb;
31390
+
31391
+ .E_t1wwio3v {
31392
+ font-size: 12px;
31393
+ line-height: 18px;
31394
+ font-weight: bold;
31395
+ color: #fff;
31396
+ padding: 0 4px;
31397
+ border-radius: 4px;
31398
+ display: inline-block;
31399
+ background: var(--t1wwio3v-0);
31275
31400
  }
31276
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
31277
- fill: #1d326c;
31401
+ .E_t1wwio3v:not(:first-child) {
31402
+ margin-left: 4px;
31278
31403
  }
31279
- .E_t160l1cm .tab-content {
31280
- flex: 1;
31404
+
31405
+ .E_f17jvtfk {
31406
+ width: 100%;
31407
+ height: 100%;
31281
31408
  display: flex;
31282
- flex-direction: column;
31283
- }
31284
- .E_t160l1cm.is-overview .tab-content {
31285
- overflow: visible;
31409
+ align-items: center;
31410
+ justify-content: center;
31286
31411
  }
31287
31412
 
31288
- .E_t14npdqr {
31289
- max-width: 240px;
31290
- animation: none;
31291
- }
31292
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
31293
- border: 1px solid #0080ff;
31294
- padding: 0;
31413
+ .E_nzppkea {
31414
+ font-size: 90%;
31415
+ font-weight: bold;
31416
+ background-color: rgba(240, 243, 247, 0.6);
31417
+ padding: 1px 4px 1px;
31418
+ margin-left: 2px;
31419
+ margin-right: 2px;
31420
+ border: 1px solid rgba(213, 219, 227, 0.6);
31421
+ border-radius: 4px;
31295
31422
  }
31296
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31297
- margin: 0;
31298
- height: 32px;
31299
- line-height: 32px;
31300
- font-size: 13px;
31301
- padding: 0 10px;
31302
- display: block;
31303
- overflow: hidden;
31304
- text-overflow: ellipsis;
31305
- white-space: nowrap;
31423
+
31424
+ .E_f4mi9eq.form-item-general {
31425
+ width: 640px;
31306
31426
  }
31307
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
31308
- content: " ";
31309
- height: 1px;
31310
- width: calc(100% + 10px);
31311
- background: rgba(172, 186, 211, 0.6);
31312
- display: block;
31427
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31428
+ margin-top: 16px;
31313
31429
  }
31314
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
31315
- color: #0080ff;
31316
- background: transparent;
31430
+ .E_f4mi9eq.form-item-compact {
31431
+ width: 412px;
31317
31432
  }
31318
-
31319
- .E_atcz0kf .ant-input-suffix {
31320
- margin-left: 8px;
31433
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31434
+ margin-top: 8px;
31321
31435
  }
31322
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31323
- padding: 2px 7px 2px 12px;
31436
+ .E_f4mi9eq .form-item {
31437
+ width: auto;
31324
31438
  }
31325
-
31326
- .E_i1inqkme {
31327
- height: 18px;
31328
- line-height: 18px;
31329
- padding: 0 4px;
31330
- border-radius: 4px;
31331
- background: rgba(235, 239, 245, 0.6);
31332
- border: 1px solid rgba(223, 228, 235, 0.6);
31439
+ .E_f4mi9eq .form-item-main {
31440
+ position: relative;
31333
31441
  display: flex;
31334
- align-items: center;
31335
- white-space: nowrap;
31336
- margin-right: 4px;
31337
31442
  }
31338
-
31339
- .E_f7pxqmh {
31443
+ .E_f4mi9eq .form-item-extra {
31444
+ margin-top: 4px;
31340
31445
  width: 100%;
31341
- margin-bottom: 0 !important;
31342
- flex-flow: nowrap !important;
31343
- line-break: auto;
31344
- }
31345
- .E_f7pxqmh > .ant-form-item-label {
31346
- text-align: left !important;
31347
- padding-bottom: 0 !important;
31446
+ padding: 14px;
31447
+ background: #f2f4f6;
31448
+ font-size: 13px;
31449
+ line-height: 1.8;
31450
+ color: #8e9aa9;
31348
31451
  }
31349
- .E_f7pxqmh > .ant-form-item-label > label {
31350
- min-height: 32px;
31351
- height: auto;
31452
+ .E_f4mi9eq .form-item-label {
31453
+ padding-right: 12px;
31352
31454
  font-size: 13px;
31353
31455
  color: rgba(44, 56, 82, 0.6);
31354
- white-space: normal;
31355
31456
  }
31356
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
31357
- border-color: #ff4d4f !important;
31457
+ .E_f4mi9eq .form-item-label.label-right {
31458
+ text-align: right;
31358
31459
  }
31359
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31360
- border-color: #ff4d4f !important;
31460
+ .E_f4mi9eq .form-item-label,
31461
+ .E_f4mi9eq .form-item-control {
31462
+ line-height: 32px;
31361
31463
  }
31362
- .E_f7pxqmh .ant-form-item-explain {
31363
- margin-top: 4px;
31364
- font-size: 12px;
31365
- min-height: 0px;
31464
+ .E_f4mi9eq .form-item-control .form-item-error {
31465
+ line-height: 18px;
31366
31466
  }
31367
- .E_f7pxqmh .ant-form-item-extra {
31368
- font-size: 12px;
31369
- color: rgba(44, 56, 82, 0.6);
31370
- min-height: 0px;
31467
+ .E_f4mi9eq .form-item-children {
31468
+ width: 100%;
31371
31469
  }
31372
-
31373
- .E_fzh9mnb {
31470
+ .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 {
31374
31471
  width: 100%;
31375
- height: 100%;
31376
- min-height: 124px;
31377
- display: flex;
31378
- flex-direction: column;
31379
- justify-content: center;
31380
- align-items: center;
31381
31472
  }
31382
- .E_fzh9mnb .error-text {
31383
- color: rgba(10, 37, 85, 0.6);
31384
- margin-bottom: 16px;
31385
- font-size: 18px;
31473
+ .E_f4mi9eq .form-item-error {
31474
+ color: #e75a3a;
31475
+ height: 0;
31476
+ overflow: hidden;
31386
31477
  }
31387
-
31388
- .E_iouxfgt {
31389
- display: inline-flex;
31390
- align-items: center;
31478
+ .E_f4mi9eq .form-item-error-enter-done {
31479
+ margin-top: 4px;
31480
+ height: auto;
31481
+ overflow: auto;
31391
31482
  }
31392
- .E_iouxfgt .icon-inner {
31393
- display: inline-flex;
31394
- align-items: center;
31395
- justify-content: center;
31396
- }
31397
- .E_iouxfgt .icon-inner + span,
31398
- .E_iouxfgt span + .icon-inner.suffix {
31399
- margin-left: 4px;
31400
- }
31401
- .E_iouxfgt.is-rotate img,
31402
- .E_iouxfgt.is-rotate svg {
31403
- animation: rotate 680ms linear infinite;
31483
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31484
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31485
+ border: 1px solid #e75a3a;
31486
+ color: #e75a3a;
31404
31487
  }
31405
31488
 
31406
- .E_ai7qkf2 .ant-input-number-handler-wrap {
31407
- display: var(--ai7qkf2-0);
31489
+ .E_fh0ewl8 {
31490
+ color: #2d3a56;
31491
+ font-weight: bold;
31492
+ padding-bottom: 6px;
31493
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31494
+ margin-bottom: 16px;
31408
31495
  }
31409
- .E_ai7qkf2 .ant-input-number-input-wrap {
31410
- display: inline-flex;
31411
- line-height: 1.5715;
31412
- height: 100%;
31413
- width: 100%;
31496
+ .E_fh0ewl8:not(:first-of-type) {
31497
+ margin-top: 16px;
31414
31498
  }
31415
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
31416
- content: var(--ai7qkf2-1);
31417
- display: var(--ai7qkf2-2);
31418
- flex: none;
31499
+
31500
+ .E_e1qrlvot {
31501
+ width: 8px;
31502
+ height: 24px;
31503
+ display: flex;
31504
+ justify-content: center;
31419
31505
  align-items: center;
31420
- margin-left: 4px;
31421
- padding: 5px 12px 5px 0;
31422
- color: rgba(44, 56, 82, 0.6);
31506
+ cursor: pointer;
31507
+ transition: all 200ms ease-out 40ms;
31423
31508
  }
31424
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
31425
- content: var(--ai7qkf2-3);
31426
- display: var(--ai7qkf2-4);
31427
- flex: none;
31428
- align-items: center;
31429
- margin-right: 4px;
31430
- cursor: auto;
31431
- color: rgba(44, 56, 82, 0.6);
31509
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
31510
+ content: "";
31511
+ width: 1px;
31512
+ height: 6px;
31513
+ border-radius: 1px;
31514
+ background: #ccd4e3;
31515
+ position: relative;
31516
+ right: 2px;
31517
+ transform: rotate(-45deg);
31432
31518
  }
31433
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31434
- border-radius: 0;
31519
+ .E_e1qrlvot:after {
31520
+ transform: rotate(45deg);
31521
+ left: 1px;
31435
31522
  }
31436
- .E_ai7qkf2.ant-input-number {
31437
- width: 100%;
31523
+
31524
+ .E_w9ic984.ant-alert-warning {
31525
+ border: 0;
31526
+ background: rgba(255, 187, 0, 0.1);
31438
31527
  border-radius: 6px;
31439
31528
  }
31440
- .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
31441
- border-color: #0096ff;
31442
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31443
- z-index: 1;
31444
- }
31445
- .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
31446
- border-color: #e75a3a;
31447
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31448
- }
31449
- .E_ai7qkf2 .ant-input-number-input {
31450
- height: 30px;
31451
- border: 1px;
31452
- padding: 5px 12px;
31453
- font-size: inherit;
31454
- }
31455
- .E_ai7qkf2.ant-input-number-lg input {
31456
- height: 38px;
31457
- border: 1px;
31458
- padding: 8px 16px;
31529
+ .E_w9ic984.ant-alert,
31530
+ .E_w9ic984 .ant-alert-message {
31531
+ color: #e07f00;
31459
31532
  }
31460
- .E_ai7qkf2.ant-input-number-sm input {
31461
- height: 22px;
31462
- border: 1px;
31463
- padding: 2px 8px;
31533
+ .E_w9ic984.ant-alert .dashed-border-bottom,
31534
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31535
+ border-bottom-color: #e07f00;
31464
31536
  }
31465
31537
 
31466
- .E_a1wfy30z .ant-input-number-handler-wrap {
31467
- display: var(--a1wfy30z-0);
31468
- }
31469
- .E_a1wfy30z .ant-input-number-input-wrap {
31470
- padding: 4px 11px;
31471
- display: inline-flex;
31472
- line-height: 1.5715;
31473
- height: inherit;
31474
- }
31475
- .E_a1wfy30z .ant-input-number-input-wrap::after {
31476
- content: var(--a1wfy30z-1);
31477
- display: var(--a1wfy30z-2);
31478
- flex: none;
31479
- align-items: center;
31480
- margin-left: 4px;
31481
- }
31482
- .E_a1wfy30z .ant-input-number-input-wrap::before {
31483
- content: var(--a1wfy30z-3);
31484
- display: var(--a1wfy30z-4);
31485
- flex: none;
31486
- align-items: center;
31487
- margin-right: 4px;
31488
- cursor: auto;
31538
+ .E_n1k9qi4r {
31539
+ display: flex;
31540
+ flex-direction: row;
31541
+ padding: 7px 12px;
31542
+ background: rgba(255, 187, 0, 0.1);
31543
+ border-radius: 6px;
31544
+ color: #e07f00;
31545
+ font-size: 12px;
31546
+ line-height: 18px;
31489
31547
  }
31490
- .E_a1wfy30z .ant-input-number-input {
31491
- padding: 0;
31492
- margin: 0;
31493
- height: auto;
31494
- font-size: inherit;
31548
+ .E_n1k9qi4r .icon-wrapper {
31549
+ margin-right: 10px;
31550
+ height: 18px;
31495
31551
  }
31496
31552
 
31497
- .E_owd0kml {
31498
- display: inline-block;
31553
+ .E_n16fsg9x {
31554
+ display: flex;
31555
+ flex-direction: row;
31556
+ padding: 7px 12px;
31557
+ background: rgba(225, 230, 241, 0.6);
31558
+ border-radius: 6px;
31559
+ color: rgba(44, 56, 82, 0.6);
31560
+ font-size: 12px;
31561
+ line-height: 18px;
31499
31562
  }
31500
-
31501
- .E_h1jsgezc {
31502
- visibility: hidden;
31503
- position: absolute;
31563
+ .E_n16fsg9x .icon-wrapper {
31564
+ margin-right: 10px;
31565
+ height: 18px;
31504
31566
  }
31505
31567
 
31506
- .E_a1b5xrg3 .user-icon-inner {
31507
- display: inline-flex;
31508
- align-items: center;
31509
- justify-content: center;
31510
- color: #fff;
31511
- font-weight: bold;
31512
- font-size: 12px;
31513
- width: 24px;
31514
- height: 24px;
31515
- border-radius: 50%;
31516
- background: var(--a1b5xrg3-0);
31517
- }
31518
- .E_a1b5xrg3.btn-item {
31519
- transition: all 160ms ease;
31520
- cursor: pointer;
31521
- width: 56px;
31522
- height: 40px;
31523
- display: inline-flex;
31524
- align-items: center;
31525
- justify-content: center;
31568
+ .E_i173wxzw {
31569
+ display: flex;
31570
+ flex-direction: row;
31571
+ padding: 7px 12px;
31572
+ background: rgba(0, 136, 255, 0.1);
31526
31573
  border-radius: 6px;
31574
+ color: #005ed1;
31575
+ font-size: 12px;
31576
+ line-height: 18px;
31527
31577
  }
31528
- .E_a1b5xrg3.btn-item:hover {
31529
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31530
- }
31531
- .E_a1b5xrg3.btn-item:active {
31532
- transform: translateY(2px);
31533
- transition: all 320ms ease;
31578
+ .E_i173wxzw .icon-wrapper {
31579
+ margin-right: 10px;
31580
+ height: 18px;
31534
31581
  }
31535
31582
 
31536
- .E_m196gn1d {
31537
- min-width: 1280px;
31583
+ .E_dld369h {
31584
+ color: rgba(44, 56, 82, 0.6);
31585
+ margin-top: 5px;
31586
+ font-size: 12px;
31587
+ line-height: 18px;
31538
31588
  }
31539
31589
 
31540
- .E_dsnbhzf {
31541
- font-family: Inter;
31542
- font-style: normal;
31543
- font-weight: bold;
31544
- font-size: 32px;
31545
- line-height: 40px;
31590
+ .E_s1epv22q {
31591
+ color: #f0483e;
31592
+ font-size: 12px;
31593
+ white-space: pre-wrap;
31546
31594
  }
31547
31595
 
31548
- .E_d1mvo22k {
31549
- font-family: Inter;
31550
- font-style: normal;
31551
- font-weight: bold;
31552
- font-size: 24px;
31553
- line-height: 32px;
31596
+ .E_okus5hk {
31597
+ display: flex;
31598
+ align-items: center;
31599
+ justify-content: flex-end;
31554
31600
  }
31555
-
31556
- .E_d1b444tr {
31557
- font-family: Inter;
31558
- font-style: normal;
31559
- font-weight: normal;
31560
- font-size: 32px;
31561
- line-height: 40px;
31601
+ .E_okus5hk .icon-wrapper {
31602
+ margin-right: 16px;
31562
31603
  }
31563
31604
 
31564
- .E_dvs0kue {
31565
- font-family: Inter;
31566
- font-style: normal;
31567
- font-weight: bold;
31568
- font-size: 20px;
31569
- line-height: 24px;
31605
+ .E_t1auuzri {
31606
+ color: rgba(0, 21, 64, 0.3);
31570
31607
  }
31571
31608
 
31572
- .E_d1hcbfcq {
31573
- font-family: Inter;
31574
- font-style: normal;
31575
- font-weight: normal;
31576
- font-size: 20px;
31577
- line-height: 24px;
31609
+ .E_i74cfyt.ant-input {
31610
+ padding: 5px 12px;
31611
+ line-height: 20px;
31612
+ color: #2d3a56;
31613
+ border-radius: 6px;
31614
+ border-color: rgba(172, 186, 211, 0.6);
31615
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31578
31616
  }
31579
-
31580
- .E_d1cz922v {
31581
- font-family: Inter;
31582
- font-style: normal;
31583
- font-weight: bold;
31584
- font-size: 18px;
31617
+ .E_i74cfyt.ant-input.ant-input-lg {
31618
+ padding: 8px 16px;
31585
31619
  line-height: 22px;
31586
31620
  }
31587
-
31588
- .E_d3nzbrm {
31589
- font-family: Inter;
31590
- font-style: normal;
31591
- font-weight: normal;
31592
- font-size: 18px;
31593
- line-height: 22px;
31621
+ .E_i74cfyt.ant-input.ant-input-sm {
31622
+ padding: 2px 8px;
31623
+ line-height: 18px;
31594
31624
  }
31595
-
31596
- .E_h1g0p5ob {
31597
- font-family: Inter;
31598
- font-style: normal;
31599
- font-weight: bold;
31600
- font-size: 16px;
31601
- line-height: 22px;
31625
+ .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 {
31626
+ border-color: rgba(107, 128, 167, 0.6);
31627
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31628
+ z-index: 1;
31602
31629
  }
31603
-
31604
- .E_hydo2ej {
31605
- font-family: Inter;
31606
- font-style: normal;
31607
- font-weight: normal;
31608
- font-size: 16px;
31609
- line-height: 22px;
31630
+ .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 {
31631
+ border-color: #0096ff;
31632
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31633
+ z-index: 1;
31610
31634
  }
31611
-
31612
- .E_h1hbuq0r {
31613
- font-family: Inter;
31614
- font-style: normal;
31615
- font-weight: bold;
31616
- font-size: 14px;
31617
- line-height: 20px;
31635
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31636
+ border-color: #e75a3a;
31637
+ color: #e75a3a;
31618
31638
  }
31619
-
31620
- .E_h13bondg {
31621
- font-family: Inter;
31622
- font-style: normal;
31623
- font-weight: normal;
31624
- font-size: 14px;
31625
- line-height: 20px;
31639
+ .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 {
31640
+ border-color: #e75a3a;
31641
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31626
31642
  }
31627
-
31628
- .E_h1mhvdlx {
31629
- font-family: Inter;
31630
- font-style: normal;
31631
- font-weight: bold;
31632
- font-size: 12px;
31633
- line-height: 18px;
31643
+ .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 {
31644
+ border-color: #e75a3a;
31645
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31634
31646
  }
31635
-
31636
- .E_h1inmfq6 {
31637
- font-family: Inter;
31638
- font-style: normal;
31639
- font-weight: normal;
31640
- font-size: 12px;
31641
- line-height: 18px;
31647
+ .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 {
31648
+ background: rgba(211, 218, 235, 0.6);
31649
+ color: rgba(0, 21, 64, 0.3);
31650
+ border-color: rgba(172, 186, 211, 0.6);
31642
31651
  }
31643
-
31644
- .E_h1kfc0la {
31645
- font-family: Inter;
31646
- font-style: normal;
31647
- font-weight: bold;
31648
- text-transform: uppercase;
31649
- font-feature-settings: "cpsp" on;
31650
- font-size: 12px;
31651
- line-height: 18px;
31652
+ .E_i74cfyt.ant-input-affix-wrapper {
31653
+ padding: 5px 12px;
31654
+ border-radius: 6px;
31655
+ border-color: rgba(172, 186, 211, 0.6);
31656
+ line-height: 20px;
31657
+ color: #2d3a56;
31658
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31652
31659
  }
31653
-
31654
- .E_h10xnyuu {
31655
- font-family: Inter;
31656
- font-style: normal;
31657
- font-weight: normal;
31658
- text-transform: uppercase;
31659
- font-feature-settings: "cpsp" on;
31660
- font-size: 12px;
31661
- line-height: 18px;
31660
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31661
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31662
+ color: rgba(44, 56, 82, 0.6);
31662
31663
  }
31663
-
31664
- .E_lrcmi0v {
31665
- font-family: Inter;
31666
- font-style: normal;
31667
- font-weight: normal;
31668
- font-size: 16px;
31669
- line-height: 24px;
31664
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31665
+ padding: 8px 16px;
31666
+ line-height: 22px;
31670
31667
  }
31671
-
31672
- .E_lzt43lp {
31673
- font-family: Inter;
31674
- font-style: normal;
31675
- font-weight: bold;
31676
- font-size: 16px;
31677
- line-height: 24px;
31668
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31669
+ padding: 2px 8px;
31670
+ line-height: 18px;
31678
31671
  }
31679
-
31680
- .E_l5yc9nt {
31681
- font-family: Inter;
31682
- font-style: normal;
31683
- font-weight: normal;
31684
- font-size: 16px;
31685
- line-height: 24px;
31672
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31673
+ border-color: rgba(107, 128, 167, 0.6);
31674
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31686
31675
  }
31687
-
31688
- .E_l1fbkbzo {
31689
- font-family: Inter;
31690
- font-style: normal;
31691
- font-weight: bold;
31692
- font-size: 16px;
31693
- line-height: 24px;
31676
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31677
+ border-color: #0096ff;
31678
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31694
31679
  }
31695
-
31696
- .E_lahvcax {
31697
- font-family: Inter;
31698
- font-style: normal;
31699
- font-weight: normal;
31700
- text-transform: uppercase;
31701
- font-feature-settings: "cpsp" on;
31702
- font-size: 16px;
31703
- line-height: 24px;
31680
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31681
+ border-color: #e75a3a;
31704
31682
  }
31705
-
31706
- .E_l11q3pxd {
31707
- font-family: Inter;
31708
- font-style: normal;
31709
- font-weight: bold;
31710
- text-transform: uppercase;
31711
- font-feature-settings: "cpsp" on;
31712
- font-size: 16px;
31713
- line-height: 24px;
31683
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31684
+ color: #e75a3a;
31714
31685
  }
31715
-
31716
- .E_lfuc2qu {
31717
- font-family: Inter;
31718
- font-style: normal;
31719
- font-weight: normal;
31720
- font-size: 14px;
31721
- line-height: 22px;
31686
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31687
+ border-color: #e75a3a;
31688
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31722
31689
  }
31723
-
31724
- .E_l1jmp8r0 {
31725
- font-family: Inter;
31726
- font-style: normal;
31727
- font-weight: 500;
31728
- font-size: 14px;
31729
- line-height: 22px;
31690
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31691
+ border-color: #e75a3a;
31692
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31730
31693
  }
31731
-
31732
- .E_lcnm221 {
31733
- font-family: Inter;
31734
- font-style: normal;
31735
- font-weight: bold;
31736
- font-size: 14px;
31737
- line-height: 22px;
31694
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31695
+ background: rgba(211, 218, 235, 0.6);
31696
+ color: rgba(0, 21, 64, 0.3);
31697
+ border-color: rgba(172, 186, 211, 0.6);
31738
31698
  }
31739
-
31740
- .E_lu1z2n5 {
31741
- font-family: Inter;
31742
- font-style: normal;
31743
- font-weight: normal;
31744
- font-size: 14px;
31745
- line-height: 22px;
31699
+ textarea.E_i74cfyt.ant-input {
31700
+ transition-property: height;
31701
+ transition-delay: 50ms;
31746
31702
  }
31747
-
31748
- .E_l1r59djn {
31749
- font-family: Inter;
31750
- font-style: normal;
31751
- font-weight: bold;
31752
- font-size: 14px;
31753
- line-height: 22px;
31703
+ textarea.E_i74cfyt.ant-input.textarea-large {
31704
+ min-height: 40px;
31705
+ height: 40px;
31754
31706
  }
31755
-
31756
- .E_ljm2911 {
31757
- font-family: Inter;
31758
- font-style: normal;
31759
- font-weight: normal;
31760
- text-transform: uppercase;
31761
- font-feature-settings: "cpsp" on;
31762
- font-size: 14px;
31763
- line-height: 22px;
31707
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
31708
+ height: 80px;
31764
31709
  }
31765
-
31766
- .E_l124mzmr {
31767
- font-family: Inter;
31768
- font-style: normal;
31769
- font-weight: bold;
31770
- text-transform: uppercase;
31771
- font-feature-settings: "cpsp" on;
31772
- font-size: 14px;
31773
- line-height: 22px;
31710
+ textarea.E_i74cfyt.ant-input.textarea-middle {
31711
+ min-height: 32px;
31712
+ height: 32px;
31774
31713
  }
31775
-
31776
- .E_lb3chel {
31777
- font-family: Inter;
31778
- font-style: normal;
31779
- font-weight: normal;
31780
- font-size: 13px;
31781
- line-height: 20px;
31714
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31715
+ height: 64px;
31782
31716
  }
31783
-
31784
- .E_lv9jstu {
31785
- font-family: Inter;
31786
- font-style: normal;
31787
- font-weight: 600;
31788
- font-size: 13px;
31789
- line-height: 20px;
31717
+ textarea.E_i74cfyt.ant-input.textarea-small {
31718
+ min-height: 24px;
31719
+ height: 24px;
31790
31720
  }
31791
-
31792
- .E_lwqlh3x {
31793
- font-family: Inter;
31794
- font-style: normal;
31795
- font-weight: bold;
31796
- font-size: 13px;
31797
- line-height: 20px;
31721
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
31722
+ height: 40px;
31798
31723
  }
31799
31724
 
31800
- .E_lalum9y {
31801
- font-family: Inter;
31802
- font-style: normal;
31803
- font-weight: normal;
31804
- font-size: 13px;
31805
- line-height: 20px;
31725
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
31726
+ border: 1px solid rgba(213, 219, 227, 0.6);
31727
+ border-radius: 4px;
31728
+ }
31729
+ .E_k1ci6977.input-tags {
31730
+ position: relative;
31731
+ padding: 6px;
31732
+ height: 32px;
31733
+ cursor: pointer;
31734
+ transition: border 150ms;
31806
31735
  }
31807
-
31808
- .E_l1t6dj5o {
31809
- font-family: Inter;
31810
- font-style: normal;
31811
- font-weight: 600;
31812
- font-size: 13px;
31813
- line-height: 20px;
31736
+ .E_k1ci6977.input-tags:hover {
31737
+ border-color: #0080ff;
31738
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31814
31739
  }
31815
-
31816
- .E_l12f6ic {
31817
- font-family: Inter;
31818
- font-style: normal;
31819
- font-weight: bold;
31820
- font-size: 13px;
31821
- line-height: 20px;
31740
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31741
+ padding-right: 30px;
31822
31742
  }
31823
-
31824
- .E_l7gmukq {
31825
- font-family: Inter;
31826
- font-style: normal;
31827
- font-weight: normal;
31828
- text-transform: uppercase;
31829
- font-feature-settings: "cpsp" on;
31830
- font-size: 13px;
31831
- line-height: 20px;
31743
+ .E_k1ci6977.input-tags .input-tags-inner {
31744
+ display: flex;
31832
31745
  }
31833
-
31834
- .E_lkwl0yp {
31835
- font-family: Inter;
31836
- font-style: normal;
31837
- font-weight: bold;
31838
- text-transform: uppercase;
31839
- font-feature-settings: "cpsp" on;
31840
- font-size: 13px;
31841
- line-height: 20px;
31746
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31747
+ display: flex;
31842
31748
  }
31843
-
31844
- .E_l10knv48 {
31845
- font-family: Inter;
31846
- font-style: normal;
31847
- font-weight: normal;
31848
- font-size: 12px;
31849
- line-height: 18px;
31749
+ .E_k1ci6977.input-tags .input-tag-suffix {
31750
+ position: absolute;
31751
+ right: 12px;
31752
+ top: 50%;
31753
+ transform: translateY(-50%);
31850
31754
  }
31851
-
31852
- .E_l6526ld {
31853
- font-family: Inter;
31854
- font-style: normal;
31855
- font-weight: 500;
31755
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31756
+ color: rgba(0, 0, 0, 0.25);
31856
31757
  font-size: 12px;
31857
- line-height: 18px;
31758
+ cursor: pointer;
31858
31759
  }
31859
-
31860
- .E_l1j81vli {
31861
- font-family: Inter;
31862
- font-style: normal;
31863
- font-weight: bold;
31864
- font-size: 12px;
31865
- line-height: 18px;
31760
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31761
+ color: rgba(0, 0, 0, 0.45);
31866
31762
  }
31867
-
31868
- .E_l1x7n1mk {
31869
- font-family: Inter;
31870
- font-style: normal;
31871
- font-weight: normal;
31872
- font-size: 12px;
31873
- line-height: 18px;
31763
+ .E_k1ci6977.has-focus-indicator {
31764
+ position: relative;
31765
+ overflow: hidden;
31874
31766
  }
31875
-
31876
- .E_l9fqufz {
31877
- font-family: Inter;
31878
- font-style: normal;
31879
- font-weight: 500;
31880
- font-size: 12px;
31881
- line-height: 18px;
31767
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31768
+ position: absolute;
31769
+ top: 50%;
31770
+ transform: translateY(-50%);
31771
+ left: -16px;
31772
+ transition: left 150ms ease;
31773
+ opacity: 0;
31882
31774
  }
31883
-
31884
- .E_l1iwnybd {
31885
- font-family: Inter;
31886
- font-style: normal;
31887
- font-weight: bold;
31888
- font-size: 12px;
31889
- line-height: 18px;
31775
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31776
+ left: 8px;
31777
+ opacity: 1;
31890
31778
  }
31891
-
31892
- .E_lprtm1e {
31893
- font-family: Inter;
31894
- font-style: normal;
31895
- font-weight: normal;
31896
- text-transform: uppercase;
31897
- font-feature-settings: "cpsp" on;
31898
- font-size: 12px;
31899
- line-height: 18px;
31779
+ .E_k1ci6977.has-focus-indicator input {
31780
+ transition: margin-left 150ms ease;
31781
+ margin-left: 0px;
31900
31782
  }
31901
-
31902
- .E_l1lln87h {
31903
- font-family: Inter;
31904
- font-style: normal;
31905
- font-weight: bold;
31906
- text-transform: uppercase;
31907
- font-feature-settings: "cpsp" on;
31908
- font-size: 12px;
31909
- line-height: 18px;
31783
+ .E_k1ci6977.has-focus-indicator input:focus {
31784
+ margin-left: 16px;
31910
31785
  }
31911
31786
 
31912
- .E_f2pb48l {
31913
- font-family: Inter;
31914
- font-style: normal;
31915
- font-weight: normal;
31916
- font-size: 13px;
31917
- line-height: 20px;
31787
+ input.E_l1f7td1d.ant-input {
31788
+ border-top-right-radius: 0;
31789
+ border-bottom-right-radius: 0;
31918
31790
  }
31919
31791
 
31920
- .E_fi9emkw {
31921
- font-family: Inter;
31922
- font-style: normal;
31923
- font-weight: normal;
31924
- font-size: 13px;
31925
- line-height: 20px;
31792
+ .E_l1f7td1d.ant-input-affix-wrapper {
31793
+ border-top-right-radius: 0;
31794
+ border-bottom-right-radius: 0;
31926
31795
  }
31927
31796
 
31928
- .E_f1nrg7da {
31929
- font-family: Inter;
31930
- font-style: normal;
31931
- font-weight: normal;
31932
- font-size: 12px;
31933
- line-height: 18px;
31797
+ input.E_rf8rlle.ant-input {
31798
+ border-top-left-radius: 0;
31799
+ border-bottom-left-radius: 0;
31934
31800
  }
31935
31801
 
31936
- .E_f17k1i3n {
31937
- font-family: Inter;
31938
- font-style: normal;
31939
- font-weight: normal;
31940
- font-size: 12px;
31941
- line-height: 18px;
31802
+ .E_rf8rlle.ant-input-affix-wrapper {
31803
+ border-top-left-radius: 0;
31804
+ border-bottom-left-radius: 0;
31942
31805
  }
31943
31806
 
31944
- .E_t1tvuj2e {
31945
- font-family: Inter;
31946
- font-style: normal;
31947
- font-weight: normal;
31948
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31949
- font-size: 13px;
31950
- line-height: 20px;
31807
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31808
+ border-top-right-radius: 0;
31809
+ border-bottom-right-radius: 0;
31951
31810
  }
31952
31811
 
31953
- .E_t17uajlu {
31954
- font-family: Inter;
31955
- font-style: normal;
31956
- font-weight: normal;
31957
- font-feature-settings: "zero" on;
31958
- font-size: 13px;
31959
- line-height: 20px;
31812
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31813
+ border-top-left-radius: 0;
31814
+ border-bottom-left-radius: 0;
31960
31815
  }
31961
31816
 
31962
- .E_t114zbyz {
31963
- font-family: Inter;
31964
- font-style: normal;
31965
- font-weight: normal;
31966
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31967
- font-size: 12px;
31968
- line-height: 18px;
31817
+ .E_c3ni091 {
31818
+ display: flex;
31819
+ flex-direction: column;
31820
+ }
31821
+ .E_c3ni091 .select-wrapper {
31822
+ margin-top: 12px;
31823
+ }
31824
+ .E_c3ni091 .select-wrapper .select {
31825
+ width: 100%;
31826
+ }
31827
+ .E_c3ni091 .radio-wrapper {
31828
+ margin-top: 24px;
31829
+ }
31830
+ .E_c3ni091 div.form-item {
31831
+ width: 100%;
31969
31832
  }
31970
31833
 
31971
- .E_t1il0kvi {
31972
- font-family: Inter;
31973
- font-style: normal;
31834
+ .E_d105ju2d {
31835
+ font-size: 14px;
31974
31836
  font-weight: 500;
31975
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31976
- font-size: 12px;
31837
+ color: #3e4652;
31977
31838
  line-height: 18px;
31978
31839
  }
31840
+ .E_d105ju2d + .E_d105ju2d {
31841
+ margin-top: 16px;
31842
+ }
31843
+ .E_d105ju2d + * {
31844
+ margin-top: 16px;
31845
+ }
31979
31846
 
31980
- .E_t10dv8p1 {
31981
- font-family: Inter;
31982
- font-style: normal;
31983
- font-weight: normal;
31984
- font-feature-settings: "zero" on;
31847
+ .E_lh0l62z.E_d105ju2d {
31985
31848
  font-size: 12px;
31986
- line-height: 18px;
31849
+ color: rgba(44, 56, 82, 0.6);
31850
+ margin-top: 12px;
31987
31851
  }
31988
31852
 
31989
- .E_tc2oqpq {
31990
- font-family: Inter;
31991
- font-style: normal;
31992
- font-weight: 500;
31993
- font-feature-settings: "zero" on;
31994
- font-size: 12px;
31853
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31995
31854
  line-height: 18px;
31855
+ font-weight: 500;
31856
+ margin-top: 0;
31857
+ white-space: initial;
31996
31858
  }
31997
31859
 
31998
- .E_tzvddmc {
31999
- font-family: Inter;
32000
- font-style: normal;
32001
- font-weight: bold;
32002
- font-feature-settings: "zero" on;
32003
- font-size: 16px;
32004
- line-height: 24px;
31860
+ .E_r1skkc3l {
31861
+ display: block;
32005
31862
  }
32006
-
32007
- .E_u18llj45 {
32008
- font-family: Inter;
32009
- font-style: normal;
32010
- font-weight: normal;
32011
- font-size: 10px;
32012
- line-height: 12px;
31863
+ .E_r1skkc3l span {
31864
+ font-size: 14px;
31865
+ font-weight: 500;
31866
+ line-height: 32px;
31867
+ color: #3e4652;
32013
31868
  }
32014
31869
 
32015
- .E_cnujxq2 {
31870
+ .E_c3cobmo {
31871
+ margin-top: 16px;
31872
+ padding: 8px;
31873
+ border-radius: 6px;
31874
+ background: rgba(225, 230, 241, 0.6);
31875
+ color: rgba(44, 56, 82, 0.6);
31876
+ font-size: 12px;
31877
+ }
31878
+ .E_c3cobmo div {
31879
+ line-height: 20px;
32016
31880
  display: flex;
32017
- flex-direction: column;
31881
+ align-items: center;
31882
+ word-break: break-all;
32018
31883
  }
32019
-
32020
- .E_m7s48ia {
32021
- max-width: 1120px;
32022
- width: 100%;
32023
- margin: 0 auto;
32024
- height: 100%;
31884
+ .E_c3cobmo .title {
31885
+ font-weight: 700;
31886
+ line-height: 18px;
31887
+ margin: 4px 0;
32025
31888
  }
32026
31889
 
32027
- .E_wt5zbg6 {
32028
- max-width: 1120px;
32029
- width: 100%;
32030
- margin: 0 auto;
32031
- display: flex;
31890
+ .E_uqv57uv {
31891
+ color: rgba(44, 56, 82, 0.7490196078);
32032
31892
  }
32033
- .E_wt5zbg6 .left,
32034
- .E_wt5zbg6 .right {
32035
- flex-grow: 0;
32036
- flex-shrink: 0;
32037
- flex-basis: 21%;
31893
+
31894
+ .E_atcz0kf .ant-input-suffix {
31895
+ margin-left: 8px;
32038
31896
  }
32039
- .E_wt5zbg6 .left {
32040
- display: flex;
32041
- justify-content: flex-end;
32042
- padding-right: 44px;
31897
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31898
+ padding: 2px 7px 2px 12px;
32043
31899
  }
32044
- .E_wt5zbg6 .right {
32045
- padding-left: 44px;
31900
+
31901
+ .E_a1b5xrg3 .user-icon-inner {
31902
+ display: inline-flex;
31903
+ align-items: center;
31904
+ justify-content: center;
31905
+ color: #fff;
31906
+ font-weight: bold;
31907
+ font-size: 12px;
31908
+ width: 24px;
31909
+ height: 24px;
31910
+ border-radius: 50%;
31911
+ background: var(--a1b5xrg3-0);
32046
31912
  }
32047
- .E_wt5zbg6 .middle {
32048
- margin-bottom: 40px;
32049
- flex-grow: 0;
32050
- flex-shrink: 0;
32051
- flex-basis: 58%;
31913
+ .E_a1b5xrg3.btn-item {
31914
+ transition: all 160ms ease;
31915
+ cursor: pointer;
31916
+ width: 56px;
31917
+ height: 40px;
31918
+ display: inline-flex;
31919
+ align-items: center;
31920
+ justify-content: center;
31921
+ border-radius: 6px;
32052
31922
  }
32053
- .E_wt5zbg6 .middle .form-base-field {
32054
- width: 100%;
31923
+ .E_a1b5xrg3.btn-item:hover {
31924
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32055
31925
  }
32056
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
32057
- width: auto;
31926
+ .E_a1b5xrg3.btn-item:active {
31927
+ transform: translateY(2px);
31928
+ transition: all 320ms ease;
32058
31929
  }
32059
31930
 
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;
31931
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
31932
+ display: var(--ai7qkf2-0);
32067
31933
  }
32068
- .E_h18jprzg .ant-modal-body {
32069
- margin: 0 auto;
32070
- padding: 0;
31934
+ .E_ai7qkf2 .ant-input-number-input-wrap {
31935
+ display: inline-flex;
31936
+ line-height: 1.5715;
31937
+ height: 100%;
32071
31938
  width: 100%;
32072
- max-width: 648px;
32073
- overflow: hidden;
32074
31939
  }
32075
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
32076
- margin-bottom: 40px;
31940
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
31941
+ content: var(--ai7qkf2-1);
31942
+ display: var(--ai7qkf2-2);
31943
+ flex: none;
31944
+ align-items: center;
31945
+ margin-left: 4px;
31946
+ padding: 5px 12px 5px 0;
31947
+ color: rgba(44, 56, 82, 0.6);
32077
31948
  }
32078
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
32079
- height: calc(100vh - 225px);
32080
- overflow-y: auto;
31949
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
31950
+ content: var(--ai7qkf2-3);
31951
+ display: var(--ai7qkf2-4);
31952
+ flex: none;
31953
+ align-items: center;
31954
+ margin-right: 4px;
31955
+ cursor: auto;
31956
+ color: rgba(44, 56, 82, 0.6);
32081
31957
  }
32082
- .E_h18jprzg .ant-modal-footer .footer-content {
32083
- margin: 0 auto;
32084
- max-width: 648px;
31958
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31959
+ border-radius: 0;
32085
31960
  }
32086
-
32087
- .E_h16z9xgz .ant-modal-header {
32088
- margin: 0 auto;
31961
+ .E_ai7qkf2.ant-input-number {
32089
31962
  width: 100%;
32090
- max-width: 1024px;
31963
+ border-radius: 6px;
32091
31964
  }
32092
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
32093
- margin-left: 0;
31965
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
31966
+ border-color: #0096ff;
31967
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31968
+ z-index: 1;
32094
31969
  }
32095
- .E_h16z9xgz .ant-modal-body {
32096
- margin: 0 auto;
32097
- padding: 0;
32098
- width: 100%;
32099
- max-width: 1024px;
32100
- overflow: hidden;
31970
+ .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
31971
+ border-color: #e75a3a;
31972
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32101
31973
  }
32102
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
32103
- margin-bottom: 40px;
31974
+ .E_ai7qkf2 .ant-input-number-input {
31975
+ height: 30px;
31976
+ border: 1px;
31977
+ padding: 5px 12px;
31978
+ font-size: inherit;
32104
31979
  }
32105
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
32106
- height: calc(100vh - 225px);
32107
- overflow-y: auto;
31980
+ .E_ai7qkf2.ant-input-number-lg input {
31981
+ height: 38px;
31982
+ border: 1px;
31983
+ padding: 8px 16px;
32108
31984
  }
32109
- .E_h16z9xgz .ant-modal-footer .footer-content {
32110
- margin: 0 auto;
32111
- max-width: 1024px;
31985
+ .E_ai7qkf2.ant-input-number-sm input {
31986
+ height: 22px;
31987
+ border: 1px;
31988
+ padding: 2px 8px;
32112
31989
  }
32113
31990
 
32114
- .E_f1lrhghm {
32115
- flex: 1;
31991
+ .E_m196gn1d {
31992
+ min-width: 1280px;
32116
31993
  }
32117
- .E_f1lrhghm label {
32118
- font-size: 13px;
32119
- line-height: 20px;
32120
- color: rgba(44, 56, 82, 0.6);
31994
+
31995
+ .E_iouxfgt {
31996
+ display: inline-flex;
31997
+ align-items: center;
32121
31998
  }
32122
- .E_f1lrhghm .title {
32123
- font-size: 14px;
32124
- line-height: 20px;
32125
- color: #2d3a56;
32126
- margin-bottom: 12px;
31999
+ .E_iouxfgt .icon-inner {
32000
+ display: inline-flex;
32001
+ align-items: center;
32002
+ justify-content: center;
32127
32003
  }
32128
- .E_f1lrhghm.connect-cluster .title {
32129
- padding-bottom: 26px;
32004
+ .E_iouxfgt .icon-inner + span,
32005
+ .E_iouxfgt span + .icon-inner.suffix {
32006
+ margin-left: 4px;
32007
+ }
32008
+ .E_iouxfgt.is-rotate img,
32009
+ .E_iouxfgt.is-rotate svg {
32010
+ animation: rotate 680ms linear infinite;
32130
32011
  }
32131
32012
 
32132
- .E_f18ot8em {
32133
- padding: 25px 0 15px 0;
32134
- border-bottom: 1px solid #e1e5eb;
32135
- margin-bottom: 16px;
32013
+ .E_dsnbhzf {
32014
+ font-family: Inter;
32015
+ font-style: normal;
32016
+ font-weight: bold;
32017
+ font-size: 32px;
32018
+ line-height: 40px;
32136
32019
  }
32137
32020
 
32138
- .E_f1l1g2k0 {
32139
- display: flex;
32140
- align-items: center;
32141
- margin-bottom: 8px;
32021
+ .E_d1mvo22k {
32022
+ font-family: Inter;
32023
+ font-style: normal;
32024
+ font-weight: bold;
32025
+ font-size: 24px;
32026
+ line-height: 32px;
32142
32027
  }
32143
- .E_f1l1g2k0 > label {
32144
- width: 216px;
32028
+
32029
+ .E_d1b444tr {
32030
+ font-family: Inter;
32031
+ font-style: normal;
32032
+ font-weight: normal;
32033
+ font-size: 32px;
32034
+ line-height: 40px;
32145
32035
  }
32146
- .E_f1l1g2k0 > label + * {
32147
- width: 100%;
32036
+
32037
+ .E_dvs0kue {
32038
+ font-family: Inter;
32039
+ font-style: normal;
32040
+ font-weight: bold;
32041
+ font-size: 20px;
32042
+ line-height: 24px;
32148
32043
  }
32149
- .E_f1l1g2k0 .ant-select {
32150
- width: 100%;
32044
+
32045
+ .E_d1hcbfcq {
32046
+ font-family: Inter;
32047
+ font-style: normal;
32048
+ font-weight: normal;
32049
+ font-size: 20px;
32050
+ line-height: 24px;
32051
+ }
32052
+
32053
+ .E_d1cz922v {
32054
+ font-family: Inter;
32055
+ font-style: normal;
32056
+ font-weight: bold;
32057
+ font-size: 18px;
32058
+ line-height: 22px;
32151
32059
  }
32152
32060
 
32153
- .E_e1k89cwg {
32154
- color: #e75a3a;
32155
- margin-right: 10px;
32061
+ .E_d3nzbrm {
32062
+ font-family: Inter;
32063
+ font-style: normal;
32064
+ font-weight: normal;
32065
+ font-size: 18px;
32066
+ line-height: 22px;
32156
32067
  }
32157
32068
 
32158
- .E_d1oui1gf {
32159
- width: 100%;
32160
- height: 1px;
32161
- background: rgba(213, 219, 227, 0.6);
32162
- margin: 24px 0;
32069
+ .E_h1g0p5ob {
32070
+ font-family: Inter;
32071
+ font-style: normal;
32072
+ font-weight: bold;
32073
+ font-size: 16px;
32074
+ line-height: 22px;
32163
32075
  }
32164
32076
 
32165
- .E_l15itdbb {
32166
- display: flex;
32167
- justify-content: center;
32168
- align-items: center;
32169
- height: 100%;
32077
+ .E_hydo2ej {
32078
+ font-family: Inter;
32079
+ font-style: normal;
32080
+ font-weight: normal;
32081
+ font-size: 16px;
32082
+ line-height: 22px;
32170
32083
  }
32171
32084
 
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;
32085
+ .E_h1hbuq0r {
32086
+ font-family: Inter;
32087
+ font-style: normal;
32088
+ font-weight: bold;
32089
+ font-size: 14px;
32090
+ line-height: 20px;
32180
32091
  }
32181
32092
 
32182
- .E_m177r7a3 .ant-modal-header,
32183
- .E_m177r7a3 .ant-modal-footer .footer-content {
32184
- width: 648px;
32185
- margin: 0 auto;
32186
- }
32187
- .E_m177r7a3 .ant-modal-header {
32188
- padding: 35px 0 24px;
32189
- border: none;
32190
- }
32191
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
32192
- font-size: 30px;
32193
- }
32194
- .E_m177r7a3 .ant-modal-body {
32195
- padding: 4px 0 2px;
32196
- }
32197
- .E_m177r7a3 .ant-modal-footer {
32198
- border: none;
32093
+ .E_h13bondg {
32094
+ font-family: Inter;
32095
+ font-style: normal;
32096
+ font-weight: normal;
32097
+ font-size: 14px;
32098
+ line-height: 20px;
32199
32099
  }
32200
32100
 
32201
- .E_t1wwio3v {
32101
+ .E_h1mhvdlx {
32102
+ font-family: Inter;
32103
+ font-style: normal;
32104
+ font-weight: bold;
32202
32105
  font-size: 12px;
32203
32106
  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);
32210
- }
32211
- .E_t1wwio3v:not(:first-child) {
32212
- margin-left: 4px;
32213
32107
  }
32214
32108
 
32215
- .E_f17jvtfk {
32216
- width: 100%;
32217
- height: 100%;
32218
- display: flex;
32219
- align-items: center;
32220
- justify-content: center;
32109
+ .E_h1inmfq6 {
32110
+ font-family: Inter;
32111
+ font-style: normal;
32112
+ font-weight: normal;
32113
+ font-size: 12px;
32114
+ line-height: 18px;
32221
32115
  }
32222
32116
 
32223
- .E_nzppkea {
32224
- font-size: 90%;
32117
+ .E_h1kfc0la {
32118
+ font-family: Inter;
32119
+ font-style: normal;
32225
32120
  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;
32121
+ text-transform: uppercase;
32122
+ font-feature-settings: "cpsp" on;
32123
+ font-size: 12px;
32124
+ line-height: 18px;
32232
32125
  }
32233
32126
 
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;
32127
+ .E_h10xnyuu {
32128
+ font-family: Inter;
32129
+ font-style: normal;
32130
+ font-weight: normal;
32131
+ text-transform: uppercase;
32132
+ font-feature-settings: "cpsp" on;
32133
+ font-size: 12px;
32134
+ line-height: 18px;
32245
32135
  }
32246
- .E_f4mi9eq .form-item {
32247
- width: auto;
32136
+
32137
+ .E_lrcmi0v {
32138
+ font-family: Inter;
32139
+ font-style: normal;
32140
+ font-weight: normal;
32141
+ font-size: 16px;
32142
+ line-height: 24px;
32248
32143
  }
32249
- .E_f4mi9eq .form-item-main {
32250
- position: relative;
32251
- display: flex;
32144
+
32145
+ .E_lzt43lp {
32146
+ font-family: Inter;
32147
+ font-style: normal;
32148
+ font-weight: bold;
32149
+ font-size: 16px;
32150
+ line-height: 24px;
32252
32151
  }
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;
32152
+
32153
+ .E_l5yc9nt {
32154
+ font-family: Inter;
32155
+ font-style: normal;
32156
+ font-weight: normal;
32157
+ font-size: 16px;
32158
+ line-height: 24px;
32261
32159
  }
32262
- .E_f4mi9eq .form-item-label {
32263
- padding-right: 12px;
32264
- font-size: 13px;
32265
- color: rgba(44, 56, 82, 0.6);
32160
+
32161
+ .E_l1fbkbzo {
32162
+ font-family: Inter;
32163
+ font-style: normal;
32164
+ font-weight: bold;
32165
+ font-size: 16px;
32166
+ line-height: 24px;
32266
32167
  }
32267
- .E_f4mi9eq .form-item-label.label-right {
32268
- text-align: right;
32168
+
32169
+ .E_lahvcax {
32170
+ font-family: Inter;
32171
+ font-style: normal;
32172
+ font-weight: normal;
32173
+ text-transform: uppercase;
32174
+ font-feature-settings: "cpsp" on;
32175
+ font-size: 16px;
32176
+ line-height: 24px;
32269
32177
  }
32270
- .E_f4mi9eq .form-item-label,
32271
- .E_f4mi9eq .form-item-control {
32272
- line-height: 32px;
32178
+
32179
+ .E_l11q3pxd {
32180
+ font-family: Inter;
32181
+ font-style: normal;
32182
+ font-weight: bold;
32183
+ text-transform: uppercase;
32184
+ font-feature-settings: "cpsp" on;
32185
+ font-size: 16px;
32186
+ line-height: 24px;
32273
32187
  }
32274
- .E_f4mi9eq .form-item-control .form-item-error {
32275
- line-height: 18px;
32188
+
32189
+ .E_lfuc2qu {
32190
+ font-family: Inter;
32191
+ font-style: normal;
32192
+ font-weight: normal;
32193
+ font-size: 14px;
32194
+ line-height: 22px;
32276
32195
  }
32277
- .E_f4mi9eq .form-item-children {
32278
- width: 100%;
32196
+
32197
+ .E_l1jmp8r0 {
32198
+ font-family: Inter;
32199
+ font-style: normal;
32200
+ font-weight: 500;
32201
+ font-size: 14px;
32202
+ line-height: 22px;
32279
32203
  }
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%;
32204
+
32205
+ .E_lcnm221 {
32206
+ font-family: Inter;
32207
+ font-style: normal;
32208
+ font-weight: bold;
32209
+ font-size: 14px;
32210
+ line-height: 22px;
32282
32211
  }
32283
- .E_f4mi9eq .form-item-error {
32284
- color: #e75a3a;
32285
- height: 0;
32286
- overflow: hidden;
32212
+
32213
+ .E_lu1z2n5 {
32214
+ font-family: Inter;
32215
+ font-style: normal;
32216
+ font-weight: normal;
32217
+ font-size: 14px;
32218
+ line-height: 22px;
32287
32219
  }
32288
- .E_f4mi9eq .form-item-error-enter-done {
32289
- margin-top: 4px;
32290
- height: auto;
32291
- overflow: auto;
32220
+
32221
+ .E_l1r59djn {
32222
+ font-family: Inter;
32223
+ font-style: normal;
32224
+ font-weight: bold;
32225
+ font-size: 14px;
32226
+ line-height: 22px;
32292
32227
  }
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;
32228
+
32229
+ .E_ljm2911 {
32230
+ font-family: Inter;
32231
+ font-style: normal;
32232
+ font-weight: normal;
32233
+ text-transform: uppercase;
32234
+ font-feature-settings: "cpsp" on;
32235
+ font-size: 14px;
32236
+ line-height: 22px;
32297
32237
  }
32298
32238
 
32299
- .E_fh0ewl8 {
32300
- color: #2d3a56;
32239
+ .E_l124mzmr {
32240
+ font-family: Inter;
32241
+ font-style: normal;
32301
32242
  font-weight: bold;
32302
- padding-bottom: 6px;
32303
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32304
- margin-bottom: 16px;
32243
+ text-transform: uppercase;
32244
+ font-feature-settings: "cpsp" on;
32245
+ font-size: 14px;
32246
+ line-height: 22px;
32305
32247
  }
32306
- .E_fh0ewl8:not(:first-of-type) {
32307
- margin-top: 16px;
32248
+
32249
+ .E_lb3chel {
32250
+ font-family: Inter;
32251
+ font-style: normal;
32252
+ font-weight: normal;
32253
+ font-size: 13px;
32254
+ line-height: 20px;
32308
32255
  }
32309
32256
 
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;
32257
+ .E_lv9jstu {
32258
+ font-family: Inter;
32259
+ font-style: normal;
32260
+ font-weight: 600;
32261
+ font-size: 13px;
32262
+ line-height: 20px;
32318
32263
  }
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);
32264
+
32265
+ .E_lwqlh3x {
32266
+ font-family: Inter;
32267
+ font-style: normal;
32268
+ font-weight: bold;
32269
+ font-size: 13px;
32270
+ line-height: 20px;
32328
32271
  }
32329
- .E_e1qrlvot:after {
32330
- transform: rotate(45deg);
32331
- left: 1px;
32272
+
32273
+ .E_lalum9y {
32274
+ font-family: Inter;
32275
+ font-style: normal;
32276
+ font-weight: normal;
32277
+ font-size: 13px;
32278
+ line-height: 20px;
32332
32279
  }
32333
32280
 
32334
- .E_w9ic984.ant-alert-warning {
32335
- border: 0;
32336
- background: rgba(255, 187, 0, 0.1);
32337
- border-radius: 6px;
32281
+ .E_l1t6dj5o {
32282
+ font-family: Inter;
32283
+ font-style: normal;
32284
+ font-weight: 600;
32285
+ font-size: 13px;
32286
+ line-height: 20px;
32338
32287
  }
32339
- .E_w9ic984.ant-alert,
32340
- .E_w9ic984 .ant-alert-message {
32341
- color: #e07f00;
32288
+
32289
+ .E_l12f6ic {
32290
+ font-family: Inter;
32291
+ font-style: normal;
32292
+ font-weight: bold;
32293
+ font-size: 13px;
32294
+ line-height: 20px;
32342
32295
  }
32343
- .E_w9ic984.ant-alert .dashed-border-bottom,
32344
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
32345
- border-bottom-color: #e07f00;
32296
+
32297
+ .E_l7gmukq {
32298
+ font-family: Inter;
32299
+ font-style: normal;
32300
+ font-weight: normal;
32301
+ text-transform: uppercase;
32302
+ font-feature-settings: "cpsp" on;
32303
+ font-size: 13px;
32304
+ line-height: 20px;
32346
32305
  }
32347
32306
 
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;
32307
+ .E_lkwl0yp {
32308
+ font-family: Inter;
32309
+ font-style: normal;
32310
+ font-weight: bold;
32311
+ text-transform: uppercase;
32312
+ font-feature-settings: "cpsp" on;
32313
+ font-size: 13px;
32314
+ line-height: 20px;
32315
+ }
32316
+
32317
+ .E_l10knv48 {
32318
+ font-family: Inter;
32319
+ font-style: normal;
32320
+ font-weight: normal;
32355
32321
  font-size: 12px;
32356
32322
  line-height: 18px;
32357
32323
  }
32358
- .E_n1k9qi4r .icon-wrapper {
32359
- margin-right: 10px;
32360
- height: 18px;
32361
- }
32362
32324
 
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);
32325
+ .E_l6526ld {
32326
+ font-family: Inter;
32327
+ font-style: normal;
32328
+ font-weight: 500;
32370
32329
  font-size: 12px;
32371
32330
  line-height: 18px;
32372
32331
  }
32373
- .E_n16fsg9x .icon-wrapper {
32374
- margin-right: 10px;
32375
- height: 18px;
32376
- }
32377
32332
 
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;
32333
+ .E_l1j81vli {
32334
+ font-family: Inter;
32335
+ font-style: normal;
32336
+ font-weight: bold;
32385
32337
  font-size: 12px;
32386
32338
  line-height: 18px;
32387
32339
  }
32388
- .E_i173wxzw .icon-wrapper {
32389
- margin-right: 10px;
32390
- height: 18px;
32340
+
32341
+ .E_l1x7n1mk {
32342
+ font-family: Inter;
32343
+ font-style: normal;
32344
+ font-weight: normal;
32345
+ font-size: 12px;
32346
+ line-height: 18px;
32391
32347
  }
32392
32348
 
32393
- .E_dld369h {
32394
- color: rgba(44, 56, 82, 0.6);
32395
- margin-top: 5px;
32349
+ .E_l9fqufz {
32350
+ font-family: Inter;
32351
+ font-style: normal;
32352
+ font-weight: 500;
32396
32353
  font-size: 12px;
32397
32354
  line-height: 18px;
32398
32355
  }
32399
32356
 
32400
- .E_s1epv22q {
32401
- color: #f0483e;
32357
+ .E_l1iwnybd {
32358
+ font-family: Inter;
32359
+ font-style: normal;
32360
+ font-weight: bold;
32402
32361
  font-size: 12px;
32403
- white-space: pre-wrap;
32362
+ line-height: 18px;
32404
32363
  }
32405
32364
 
32406
- .E_okus5hk {
32407
- display: flex;
32408
- align-items: center;
32409
- justify-content: flex-end;
32365
+ .E_lprtm1e {
32366
+ font-family: Inter;
32367
+ font-style: normal;
32368
+ font-weight: normal;
32369
+ text-transform: uppercase;
32370
+ font-feature-settings: "cpsp" on;
32371
+ font-size: 12px;
32372
+ line-height: 18px;
32410
32373
  }
32411
- .E_okus5hk .icon-wrapper {
32412
- margin-right: 16px;
32374
+
32375
+ .E_l1lln87h {
32376
+ font-family: Inter;
32377
+ font-style: normal;
32378
+ font-weight: bold;
32379
+ text-transform: uppercase;
32380
+ font-feature-settings: "cpsp" on;
32381
+ font-size: 12px;
32382
+ line-height: 18px;
32413
32383
  }
32414
32384
 
32415
- .E_t1auuzri {
32416
- color: rgba(0, 21, 64, 0.3);
32385
+ .E_f2pb48l {
32386
+ font-family: Inter;
32387
+ font-style: normal;
32388
+ font-weight: normal;
32389
+ font-size: 13px;
32390
+ line-height: 20px;
32417
32391
  }
32418
32392
 
32419
- .E_i74cfyt.ant-input {
32420
- padding: 5px 12px;
32393
+ .E_fi9emkw {
32394
+ font-family: Inter;
32395
+ font-style: normal;
32396
+ font-weight: normal;
32397
+ font-size: 13px;
32421
32398
  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
32399
  }
32427
- .E_i74cfyt.ant-input.ant-input-lg {
32428
- padding: 8px 16px;
32429
- line-height: 22px;
32400
+
32401
+ .E_f1nrg7da {
32402
+ font-family: Inter;
32403
+ font-style: normal;
32404
+ font-weight: normal;
32405
+ font-size: 12px;
32406
+ line-height: 18px;
32430
32407
  }
32431
- .E_i74cfyt.ant-input.ant-input-sm {
32432
- padding: 2px 8px;
32408
+
32409
+ .E_f17k1i3n {
32410
+ font-family: Inter;
32411
+ font-style: normal;
32412
+ font-weight: normal;
32413
+ font-size: 12px;
32433
32414
  line-height: 18px;
32434
32415
  }
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;
32416
+
32417
+ .E_t1tvuj2e {
32418
+ font-family: Inter;
32419
+ font-style: normal;
32420
+ font-weight: normal;
32421
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32422
+ font-size: 13px;
32423
+ line-height: 20px;
32439
32424
  }
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;
32425
+
32426
+ .E_t17uajlu {
32427
+ font-family: Inter;
32428
+ font-style: normal;
32429
+ font-weight: normal;
32430
+ font-feature-settings: "zero" on;
32431
+ font-size: 13px;
32432
+ line-height: 20px;
32444
32433
  }
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;
32434
+
32435
+ .E_t114zbyz {
32436
+ font-family: Inter;
32437
+ font-style: normal;
32438
+ font-weight: normal;
32439
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32440
+ font-size: 12px;
32441
+ line-height: 18px;
32448
32442
  }
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);
32443
+
32444
+ .E_t1il0kvi {
32445
+ font-family: Inter;
32446
+ font-style: normal;
32447
+ font-weight: 500;
32448
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32449
+ font-size: 12px;
32450
+ line-height: 18px;
32452
32451
  }
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);
32452
+
32453
+ .E_t10dv8p1 {
32454
+ font-family: Inter;
32455
+ font-style: normal;
32456
+ font-weight: normal;
32457
+ font-feature-settings: "zero" on;
32458
+ font-size: 12px;
32459
+ line-height: 18px;
32456
32460
  }
32457
- .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
- background: rgba(211, 218, 235, 0.6);
32459
- color: rgba(0, 21, 64, 0.3);
32460
- border-color: rgba(172, 186, 211, 0.6);
32461
+
32462
+ .E_tc2oqpq {
32463
+ font-family: Inter;
32464
+ font-style: normal;
32465
+ font-weight: 500;
32466
+ font-feature-settings: "zero" on;
32467
+ font-size: 12px;
32468
+ line-height: 18px;
32461
32469
  }
32462
- .E_i74cfyt.ant-input-affix-wrapper {
32463
- padding: 5px 12px;
32464
- border-radius: 6px;
32465
- border-color: rgba(172, 186, 211, 0.6);
32466
- line-height: 20px;
32467
- color: #2d3a56;
32468
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32470
+
32471
+ .E_tzvddmc {
32472
+ font-family: Inter;
32473
+ font-style: normal;
32474
+ font-weight: bold;
32475
+ font-feature-settings: "zero" on;
32476
+ font-size: 16px;
32477
+ line-height: 24px;
32469
32478
  }
32470
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
32471
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
32472
- color: rgba(44, 56, 82, 0.6);
32479
+
32480
+ .E_u18llj45 {
32481
+ font-family: Inter;
32482
+ font-style: normal;
32483
+ font-weight: normal;
32484
+ font-size: 10px;
32485
+ line-height: 12px;
32473
32486
  }
32474
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
32475
- padding: 8px 16px;
32476
- line-height: 22px;
32487
+
32488
+ .E_skwah65 {
32489
+ height: 8px;
32490
+ box-sizing: border-box;
32491
+ border-radius: 2px;
32492
+ background: #f5f7fa;
32493
+ display: flex;
32494
+ width: 100%;
32495
+ overflow: hidden;
32477
32496
  }
32478
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
32479
- padding: 2px 8px;
32480
- line-height: 18px;
32497
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
32498
+ margin-left: 1px;
32481
32499
  }
32482
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32483
- border-color: rgba(107, 128, 167, 0.6);
32484
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32500
+
32501
+ .E_t160l1cm {
32502
+ display: flex;
32503
+ flex-direction: column;
32504
+ flex: 1;
32505
+ /* FIXME:(yanzhen) do this better */
32485
32506
  }
32486
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32487
- border-color: #0096ff;
32488
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32507
+ .E_t160l1cm .tab-bar {
32508
+ flex-shrink: 0;
32509
+ display: flex;
32510
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
32489
32511
  }
32490
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
32491
- border-color: #e75a3a;
32512
+ .E_t160l1cm .tab-content {
32513
+ height: 100%;
32492
32514
  }
32493
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
32494
- color: #e75a3a;
32515
+ .E_t160l1cm .tab-menu-item {
32516
+ margin-right: 2px;
32517
+ padding: 1px 12px;
32518
+ line-height: 24px;
32519
+ height: 24px;
32520
+ color: rgba(44, 56, 82, 0.6);
32521
+ border-radius: 4px 4px 0 0;
32522
+ cursor: pointer;
32523
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
32495
32524
  }
32496
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32497
- border-color: #e75a3a;
32498
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32525
+ .E_t160l1cm .tab-menu-item:first-child {
32526
+ padding-left: 0;
32499
32527
  }
32500
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32501
- border-color: #e75a3a;
32502
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32528
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
32529
+ padding-left: 12px;
32503
32530
  }
32504
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32531
+ .E_t160l1cm .tab-menu-item:hover {
32532
+ color: #0080ff;
32505
32533
  background: rgba(211, 218, 235, 0.6);
32506
- color: rgba(0, 21, 64, 0.3);
32507
- border-color: rgba(172, 186, 211, 0.6);
32508
32534
  }
32509
- textarea.E_i74cfyt.ant-input {
32510
- transition-property: height;
32511
- transition-delay: 50ms;
32535
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
32536
+ fill: #0080ff;
32512
32537
  }
32513
- textarea.E_i74cfyt.ant-input.textarea-large {
32514
- min-height: 40px;
32515
- height: 40px;
32538
+ .E_t160l1cm .tab-menu-item:active {
32539
+ background: rgba(192, 203, 224, 0.6);
32516
32540
  }
32517
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
32518
- height: 80px;
32541
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
32542
+ color: #0080ff;
32543
+ background: rgba(211, 218, 235, 0.6);
32519
32544
  }
32520
- textarea.E_i74cfyt.ant-input.textarea-middle {
32521
- min-height: 32px;
32522
- height: 32px;
32545
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
32546
+ background: rgba(192, 203, 224, 0.6);
32523
32547
  }
32524
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32525
- height: 64px;
32548
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
32549
+ background: rgba(0, 128, 255, 0.16);
32526
32550
  }
32527
- textarea.E_i74cfyt.ant-input.textarea-small {
32528
- min-height: 24px;
32529
- height: 24px;
32551
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
32552
+ fill: #0080ff;
32530
32553
  }
32531
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
32532
- height: 40px;
32554
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
32555
+ color: #0080ff;
32556
+ background: rgba(0, 128, 255, 0.1);
32533
32557
  }
32534
-
32535
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
32536
- border: 1px solid rgba(213, 219, 227, 0.6);
32537
- border-radius: 4px;
32558
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
32559
+ background: rgba(0, 128, 255, 0.16);
32538
32560
  }
32539
- .E_k1ci6977.input-tags {
32540
- position: relative;
32541
- padding: 6px;
32542
- height: 32px;
32543
- cursor: pointer;
32544
- transition: border 150ms;
32561
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
32562
+ fill: #1d326c;
32545
32563
  }
32546
- .E_k1ci6977.input-tags:hover {
32547
- border-color: #0080ff;
32548
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32564
+ .E_t160l1cm .tab-menu-item .expand-arrow {
32565
+ margin-left: 8px;
32566
+ height: 22px;
32549
32567
  }
32550
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32551
- padding-right: 30px;
32568
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
32569
+ fill: rgba(44, 56, 82, 0.6);
32552
32570
  }
32553
- .E_k1ci6977.input-tags .input-tags-inner {
32571
+ .E_t160l1cm .tab-menu-item-group {
32572
+ padding: 0;
32554
32573
  display: flex;
32574
+ align-items: center;
32575
+ overflow: hidden;
32555
32576
  }
32556
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32577
+ .E_t160l1cm .tab-menu-item-group .main-title {
32578
+ opacity: 0;
32579
+ max-width: 0;
32580
+ transition: max-width 320ms ease, opacity 240ms ease;
32581
+ }
32582
+ .E_t160l1cm .tab-menu-item-group .sub-title {
32583
+ padding: 1px 12px;
32584
+ position: relative;
32557
32585
  display: flex;
32558
32586
  }
32559
- .E_k1ci6977.input-tags .input-tag-suffix {
32587
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
32588
+ opacity: 0;
32560
32589
  position: absolute;
32561
- right: 12px;
32562
32590
  top: 50%;
32563
- transform: translateY(-50%);
32564
- }
32565
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32566
- color: rgba(0, 0, 0, 0.25);
32567
- font-size: 12px;
32568
- cursor: pointer;
32591
+ left: 0;
32592
+ transform: translate(-50%, -50%);
32593
+ transition: opacity 100ms linear;
32594
+ fill: rgba(0, 128, 255, 0.2);
32569
32595
  }
32570
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32571
- color: rgba(0, 0, 0, 0.45);
32596
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
32597
+ color: #0080ff;
32572
32598
  }
32573
- .E_k1ci6977.has-focus-indicator {
32574
- position: relative;
32575
- overflow: hidden;
32599
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
32600
+ padding: 1px 12px;
32601
+ display: inline-block;
32602
+ opacity: 1;
32603
+ max-width: 160px;
32576
32604
  }
32577
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32578
- position: absolute;
32579
- top: 50%;
32580
- transform: translateY(-50%);
32581
- left: -16px;
32582
- transition: left 150ms ease;
32583
- opacity: 0;
32605
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
32606
+ padding: 1px 12px;
32607
+ color: #005ed1;
32584
32608
  }
32585
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32586
- left: 8px;
32609
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
32587
32610
  opacity: 1;
32588
32611
  }
32589
- .E_k1ci6977.has-focus-indicator input {
32590
- transition: margin-left 150ms ease;
32591
- margin-left: 0px;
32612
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
32613
+ background: rgba(0, 128, 255, 0.16);
32614
+ }
32615
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
32616
+ opacity: 0;
32617
+ }
32618
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
32619
+ padding: 4px 16px;
32620
+ height: 32px;
32621
+ border-radius: 6px 6px 0 0;
32592
32622
  }
32593
- .E_k1ci6977.has-focus-indicator input:focus {
32594
- margin-left: 16px;
32623
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
32624
+ padding-left: 0;
32595
32625
  }
32596
-
32597
- input.E_l1f7td1d.ant-input {
32598
- border-top-right-radius: 0;
32599
- border-bottom-right-radius: 0;
32626
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
32627
+ padding-left: 16px;
32600
32628
  }
32601
-
32602
- .E_l1f7td1d.ant-input-affix-wrapper {
32603
- border-top-right-radius: 0;
32604
- border-bottom-right-radius: 0;
32629
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
32630
+ margin-left: 11px;
32631
+ height: 24px;
32605
32632
  }
32606
-
32607
- input.E_rf8rlle.ant-input {
32608
- border-top-left-radius: 0;
32609
- border-bottom-left-radius: 0;
32633
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
32634
+ padding: 0;
32610
32635
  }
32611
-
32612
- .E_rf8rlle.ant-input-affix-wrapper {
32613
- border-top-left-radius: 0;
32614
- border-bottom-left-radius: 0;
32636
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
32637
+ padding: 4px 16px;
32615
32638
  }
32616
-
32617
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32618
- border-top-right-radius: 0;
32619
- border-bottom-right-radius: 0;
32639
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
32640
+ padding: 4px 16px;
32620
32641
  }
32621
-
32622
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32623
- border-top-left-radius: 0;
32624
- border-bottom-left-radius: 0;
32642
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
32643
+ background: #fff;
32625
32644
  }
32626
-
32627
- .E_c3ni091 {
32628
- display: flex;
32629
- flex-direction: column;
32645
+ .E_t160l1cm .tab-menu-item-light:active {
32646
+ color: #005ed1;
32630
32647
  }
32631
- .E_c3ni091 .select-wrapper {
32632
- margin-top: 12px;
32648
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
32649
+ background: #fff;
32650
+ color: #1d326c;
32633
32651
  }
32634
- .E_c3ni091 .select-wrapper .select {
32635
- width: 100%;
32652
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
32653
+ color: rgba(45, 58, 86, 0.6);
32636
32654
  }
32637
- .E_c3ni091 .radio-wrapper {
32638
- margin-top: 24px;
32655
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
32656
+ color: #1d326c;
32639
32657
  }
32640
- .E_c3ni091 div.form-item {
32641
- width: 100%;
32658
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
32659
+ fill: #d8deeb;
32642
32660
  }
32643
-
32644
- .E_d105ju2d {
32645
- font-size: 14px;
32646
- font-weight: 500;
32647
- color: #3e4652;
32648
- line-height: 18px;
32661
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
32662
+ fill: #1d326c;
32649
32663
  }
32650
- .E_d105ju2d + .E_d105ju2d {
32651
- margin-top: 16px;
32664
+ .E_t160l1cm .tab-content {
32665
+ flex: 1;
32666
+ display: flex;
32667
+ flex-direction: column;
32652
32668
  }
32653
- .E_d105ju2d + * {
32654
- margin-top: 16px;
32669
+ .E_t160l1cm.is-overview .tab-content {
32670
+ overflow: visible;
32655
32671
  }
32656
32672
 
32657
- .E_lh0l62z.E_d105ju2d {
32658
- font-size: 12px;
32659
- color: rgba(44, 56, 82, 0.6);
32660
- margin-top: 12px;
32673
+ .E_t14npdqr {
32674
+ max-width: 240px;
32675
+ animation: none;
32661
32676
  }
32662
-
32663
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32664
- line-height: 18px;
32665
- font-weight: 500;
32666
- margin-top: 0;
32667
- white-space: initial;
32677
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
32678
+ border: 1px solid #0080ff;
32679
+ padding: 0;
32668
32680
  }
32669
-
32670
- .E_r1skkc3l {
32681
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
32682
+ margin: 0;
32683
+ height: 32px;
32684
+ line-height: 32px;
32685
+ font-size: 13px;
32686
+ padding: 0 10px;
32671
32687
  display: block;
32688
+ overflow: hidden;
32689
+ text-overflow: ellipsis;
32690
+ white-space: nowrap;
32672
32691
  }
32673
- .E_r1skkc3l span {
32674
- font-size: 14px;
32675
- font-weight: 500;
32676
- line-height: 32px;
32677
- color: #3e4652;
32692
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
32693
+ content: " ";
32694
+ height: 1px;
32695
+ width: calc(100% + 10px);
32696
+ background: rgba(172, 186, 211, 0.6);
32697
+ display: block;
32698
+ }
32699
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
32700
+ color: #0080ff;
32701
+ background: transparent;
32678
32702
  }
32679
32703
 
32680
- .E_c3cobmo {
32681
- margin-top: 16px;
32682
- padding: 8px;
32704
+ .E_suhck3k {
32705
+ height: 24px;
32706
+ width: 24px;
32683
32707
  border-radius: 6px;
32684
- background: rgba(225, 230, 241, 0.6);
32685
- color: rgba(44, 56, 82, 0.6);
32686
- font-size: 12px;
32687
- }
32688
- .E_c3cobmo div {
32689
- line-height: 20px;
32690
- display: flex;
32691
- align-items: center;
32692
- word-break: break-all;
32693
- }
32694
- .E_c3cobmo .title {
32695
- font-weight: 700;
32696
- line-height: 18px;
32697
- margin: 4px 0;
32708
+ padding: 4px;
32698
32709
  }
32699
-
32700
- .E_uqv57uv {
32701
- color: rgba(44, 56, 82, 0.7490196078);
32710
+ .E_suhck3k:hover {
32711
+ background-color: rgba(0, 136, 255, 0.1);
32702
32712
  }
32703
-
32704
- .E_h1ol2wl7 {
32705
- font-weight: bold;
32706
- background-color: unset;
32707
- padding: unset;
32713
+ .E_suhck3k:hover svg path {
32714
+ fill: blue;
32708
32715
  }
32709
32716
 
32710
32717
  .E_ryby9ds {
@@ -32723,19 +32730,6 @@ input.E_rf8rlle.ant-input {
32723
32730
  margin-right: 6px;
32724
32731
  }
32725
32732
 
32726
- .E_suhck3k {
32727
- height: 24px;
32728
- width: 24px;
32729
- border-radius: 6px;
32730
- padding: 4px;
32731
- }
32732
- .E_suhck3k:hover {
32733
- background-color: rgba(0, 136, 255, 0.1);
32734
- }
32735
- .E_suhck3k:hover svg path {
32736
- fill: blue;
32737
- }
32738
-
32739
32733
  .E_hrhfj7c {
32740
32734
  display: none;
32741
32735
  }
@@ -33175,6 +33169,46 @@ input.E_rf8rlle.ant-input {
33175
33169
  position: static;
33176
33170
  }
33177
33171
 
33172
+ .E_h1ol2wl7 {
33173
+ font-weight: bold;
33174
+ background-color: unset;
33175
+ padding: unset;
33176
+ }
33177
+
33178
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33179
+ margin-right: 2px;
33180
+ }
33181
+
33182
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33183
+ padding-left: 8px;
33184
+ padding-right: 8px;
33185
+ }
33186
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33187
+ border-radius: 4px;
33188
+ }
33189
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33190
+ border-radius: 4px;
33191
+ }
33192
+
33193
+ .E_ma64lna .antd5-segmented-item-label {
33194
+ padding-left: 12px;
33195
+ padding-right: 12px;
33196
+ }
33197
+
33198
+ .E_ckld275 {
33199
+ background-color: rgba(225, 230, 241, 0.6);
33200
+ }
33201
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33202
+ background-color: rgba(255, 255, 255, 0.6);
33203
+ color: rgba(44, 56, 82, 0.75);
33204
+ }
33205
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33206
+ background-color: transparent;
33207
+ }
33208
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33209
+ background-color: transparent;
33210
+ }
33211
+
33178
33212
  .E_c1kchka8 {
33179
33213
  height: 100%;
33180
33214
  width: 100%;
@@ -33652,38 +33686,65 @@ input.E_rf8rlle.ant-input {
33652
33686
  padding: 0;
33653
33687
  }
33654
33688
 
33655
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33656
- margin-right: 2px;
33689
+ .E_b14q2gmw {
33690
+ 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);
33657
33691
  }
33658
33692
 
33659
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33660
- padding-left: 8px;
33661
- padding-right: 8px;
33693
+ .E_c1eym6el {
33694
+ border-radius: 8px;
33695
+ background-color: white;
33662
33696
  }
33663
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33664
- border-radius: 4px;
33697
+ .E_c1eym6el.hoverable {
33698
+ cursor: pointer;
33665
33699
  }
33666
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33667
- border-radius: 4px;
33700
+ .E_c1eym6el.hoverable:hover {
33701
+ transition: all 200ms ease;
33702
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33703
+ transform: translateY(-4px);
33668
33704
  }
33669
33705
 
33670
- .E_ma64lna .antd5-segmented-item-label {
33671
- padding-left: 12px;
33672
- padding-right: 12px;
33706
+ .E_c1kghdax {
33707
+ color: #2d3a56;
33708
+ padding: 7px 12px;
33709
+ display: flex;
33710
+ justify-content: space-between;
33711
+ align-items: center;
33673
33712
  }
33674
-
33675
- .E_ckld275 {
33676
- background-color: rgba(225, 230, 241, 0.6);
33713
+ .E_c1kghdax.has-arrow {
33714
+ padding-left: 10px;
33715
+ }
33716
+ .E_c1kghdax.has-arrow .title-wrapper {
33717
+ cursor: pointer;
33718
+ color: #00122e;
33719
+ }
33720
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
33721
+ color: #2d3a56;
33722
+ font-weight: 600;
33723
+ }
33724
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33725
+ transform: rotate(90deg);
33677
33726
  }
33678
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33679
- background-color: rgba(255, 255, 255, 0.6);
33680
- color: rgba(44, 56, 82, 0.75);
33727
+ .E_c1kghdax .sub-info {
33728
+ font-size: 12px;
33729
+ line-height: 18px;
33681
33730
  }
33682
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33683
- background-color: transparent;
33731
+ .E_c1kghdax .title-wrapper {
33732
+ display: flex;
33733
+ align-items: center;
33734
+ user-select: none;
33735
+ flex-grow: 1;
33736
+ font-size: 12px;
33737
+ line-height: 18px;
33738
+ color: #2d3a56;
33739
+ font-weight: 700;
33684
33740
  }
33685
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33686
- background-color: transparent;
33741
+ .E_c1kghdax .collapse-arrow {
33742
+ transition: all 50ms ease-out 0ms;
33743
+ margin-right: 2px;
33744
+ }
33745
+
33746
+ .E_c1yd35n {
33747
+ padding: 0 12px 14px 12px;
33687
33748
  }
33688
33749
 
33689
33750
  .E_ckui4s7 {
@@ -33750,67 +33811,6 @@ input.E_rf8rlle.ant-input {
33750
33811
  margin-left: 24px;
33751
33812
  }
33752
33813
 
33753
- .E_c1kghdax {
33754
- color: #2d3a56;
33755
- padding: 7px 12px;
33756
- display: flex;
33757
- justify-content: space-between;
33758
- align-items: center;
33759
- }
33760
- .E_c1kghdax.has-arrow {
33761
- padding-left: 10px;
33762
- }
33763
- .E_c1kghdax.has-arrow .title-wrapper {
33764
- cursor: pointer;
33765
- color: #00122e;
33766
- }
33767
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33768
- color: #2d3a56;
33769
- font-weight: 600;
33770
- }
33771
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33772
- transform: rotate(90deg);
33773
- }
33774
- .E_c1kghdax .sub-info {
33775
- font-size: 12px;
33776
- line-height: 18px;
33777
- }
33778
- .E_c1kghdax .title-wrapper {
33779
- display: flex;
33780
- align-items: center;
33781
- user-select: none;
33782
- flex-grow: 1;
33783
- font-size: 12px;
33784
- line-height: 18px;
33785
- color: #2d3a56;
33786
- font-weight: 700;
33787
- }
33788
- .E_c1kghdax .collapse-arrow {
33789
- transition: all 50ms ease-out 0ms;
33790
- margin-right: 2px;
33791
- }
33792
-
33793
- .E_c1yd35n {
33794
- padding: 0 12px 14px 12px;
33795
- }
33796
-
33797
- .E_b14q2gmw {
33798
- 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);
33799
- }
33800
-
33801
- .E_c1eym6el {
33802
- border-radius: 8px;
33803
- background-color: white;
33804
- }
33805
- .E_c1eym6el.hoverable {
33806
- cursor: pointer;
33807
- }
33808
- .E_c1eym6el.hoverable:hover {
33809
- transition: all 200ms ease;
33810
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33811
- transform: translateY(-4px);
33812
- }
33813
-
33814
33814
  .E_lht19u8 {
33815
33815
  width: 64px;
33816
33816
  height: 64px;
@@ -33860,61 +33860,6 @@ input.E_rf8rlle.ant-input {
33860
33860
  animation: loading-indicator3 1100ms ease-out infinite;
33861
33861
  }
33862
33862
 
33863
- .E_r77hffu {
33864
- display: flex;
33865
- align-items: center;
33866
- justify-content: space-between;
33867
- column-gap: 6px;
33868
- }
33869
-
33870
- .E_p1cmxsf7 {
33871
- display: flex;
33872
- flex-direction: column;
33873
- justify-content: center;
33874
- row-gap: var(--p1cmxsf7-0);
33875
- }
33876
- .E_p1cmxsf7 .antd5-progress-line {
33877
- font-size: 0;
33878
- }
33879
-
33880
- .E_w7ob4th.outside-tag {
33881
- padding-left: 0;
33882
- }
33883
- .E_w7ob4th.outside-tag .inside-tag {
33884
- border-radius: 4px 0 0 4px;
33885
- padding-right: 4px;
33886
- margin-right: 4px;
33887
- }
33888
-
33889
- .E_slr2ynn {
33890
- padding: 0 8px;
33891
- height: 18px;
33892
- }
33893
-
33894
- .E_m140wbb6 {
33895
- padding: 2px 8px;
33896
- height: 24px;
33897
- }
33898
-
33899
- .E_t1fozc1i {
33900
- margin: 0;
33901
- }
33902
-
33903
- .E_i1vxv4ln {
33904
- margin-right: 4px;
33905
- height: 16px;
33906
- }
33907
-
33908
- .E_n1afl31m.ant-tag.ant-tag-gray {
33909
- font-weight: 700;
33910
- color: #00122e;
33911
- background-color: rgba(237, 241, 250, 0.6);
33912
- border: 1px solid rgba(211, 218, 235, 0.6);
33913
- word-break: break-all;
33914
- display: inline;
33915
- white-space: normal;
33916
- }
33917
-
33918
33863
  button.E_l48ei06.ant-btn {
33919
33864
  font-size: 12px;
33920
33865
  line-height: 18px;
@@ -34410,6 +34355,44 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34410
34355
  background: #fff;
34411
34356
  }
34412
34357
 
34358
+ .E_w7ob4th.outside-tag {
34359
+ padding-left: 0;
34360
+ }
34361
+ .E_w7ob4th.outside-tag .inside-tag {
34362
+ border-radius: 4px 0 0 4px;
34363
+ padding-right: 4px;
34364
+ margin-right: 4px;
34365
+ }
34366
+
34367
+ .E_slr2ynn {
34368
+ padding: 0 8px;
34369
+ height: 18px;
34370
+ }
34371
+
34372
+ .E_m140wbb6 {
34373
+ padding: 2px 8px;
34374
+ height: 24px;
34375
+ }
34376
+
34377
+ .E_t1fozc1i {
34378
+ margin: 0;
34379
+ }
34380
+
34381
+ .E_i1vxv4ln {
34382
+ margin-right: 4px;
34383
+ height: 16px;
34384
+ }
34385
+
34386
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34387
+ font-weight: 700;
34388
+ color: #00122e;
34389
+ background-color: rgba(237, 241, 250, 0.6);
34390
+ border: 1px solid rgba(211, 218, 235, 0.6);
34391
+ word-break: break-all;
34392
+ display: inline;
34393
+ white-space: normal;
34394
+ }
34395
+
34413
34396
  .E_i1g85yz3 {
34414
34397
  margin-right: 4px;
34415
34398
  height: 16px;
@@ -34803,26 +34786,21 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34803
34786
  justify-content: center;
34804
34787
  }
34805
34788
 
34806
- .E_t1gvlxt5 {
34807
- min-width: 0;
34808
- flex: 1;
34809
- }
34810
- .E_t1gvlxt5 .tag {
34811
- flex: 0 0 auto;
34812
- }
34813
- .E_t1gvlxt5 .progress-title {
34814
- flex: 2;
34815
- max-width: fit-content;
34816
- }
34817
- .E_t1gvlxt5 .progress-desc {
34818
- flex: 1;
34819
- max-width: fit-content;
34789
+ .E_r77hffu {
34790
+ display: flex;
34791
+ align-items: center;
34792
+ justify-content: space-between;
34793
+ column-gap: 6px;
34820
34794
  }
34821
34795
 
34822
- .E_a1ji6r68 {
34796
+ .E_p1cmxsf7 {
34823
34797
  display: flex;
34824
- align-items: center;
34825
- column-gap: var(--a1ji6r68-0);
34798
+ flex-direction: column;
34799
+ justify-content: center;
34800
+ row-gap: var(--p1cmxsf7-0);
34801
+ }
34802
+ .E_p1cmxsf7 .antd5-progress-line {
34803
+ font-size: 0;
34826
34804
  }
34827
34805
 
34828
34806
  .E_t13ef470 {
@@ -34855,6 +34833,28 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34855
34833
  background: rgba(163, 180, 204, 0.18);
34856
34834
  }
34857
34835
 
34836
+ .E_t1gvlxt5 {
34837
+ min-width: 0;
34838
+ flex: 1;
34839
+ }
34840
+ .E_t1gvlxt5 .tag {
34841
+ flex: 0 0 auto;
34842
+ }
34843
+ .E_t1gvlxt5 .progress-title {
34844
+ flex: 2;
34845
+ max-width: fit-content;
34846
+ }
34847
+ .E_t1gvlxt5 .progress-desc {
34848
+ flex: 1;
34849
+ max-width: fit-content;
34850
+ }
34851
+
34852
+ .E_a1ji6r68 {
34853
+ display: flex;
34854
+ align-items: center;
34855
+ column-gap: var(--a1ji6r68-0);
34856
+ }
34857
+
34858
34858
  .E_msn7nxt {
34859
34859
  color: rgba(44, 56, 82, 0.6);
34860
34860
  text-align: center;
@@ -35064,6 +35064,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35064
35064
  display: block;
35065
35065
  }
35066
35066
 
35067
+ .E_i14c7jc8 {
35068
+ color: var(--i14c7jc8-0);
35069
+ }
35070
+
35071
+ .E_i1ibuolf {
35072
+ display: flex;
35073
+ align-items: center;
35074
+ column-gap: 4px;
35075
+ font-size: 12px;
35076
+ color: rgba(44, 56, 82, 0.7490196078);
35077
+ }
35078
+
35067
35079
  .E_d1u4ndxc {
35068
35080
  color: rgba(44, 56, 82, 0.7490196078);
35069
35081
  font-size: 12px;
@@ -35093,16 +35105,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35093
35105
  to {
35094
35106
  transform: translateX(100%);
35095
35107
  }
35096
- }
35097
-
35098
- .E_i14c7jc8 {
35099
- color: var(--i14c7jc8-0);
35100
- }
35101
-
35102
- .E_i1ibuolf {
35103
- display: flex;
35104
- align-items: center;
35105
- column-gap: 4px;
35106
- font-size: 12px;
35107
- color: rgba(44, 56, 82, 0.7490196078);
35108
35108
  }