@cloudtower/eagle 0.28.3 → 0.28.4-TOWER-11936

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,64 +29558,8 @@ 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_skwah65 {
29562
- height: 8px;
29563
- box-sizing: border-box;
29564
- border-radius: 2px;
29565
- background: #f5f7fa;
29566
- display: flex;
29567
- width: 100%;
29568
- overflow: hidden;
29569
- }
29570
- .E_skwah65 .stack-bar-item + .stack-bar-item {
29571
- margin-left: 1px;
29572
- }
29573
-
29574
- .E_c18bcrac {
29575
- display: inline-block;
29576
- width: 100%;
29577
- }
29578
- .E_c18bcrac .recharts-wrapper {
29579
- margin-left: 4px;
29580
- }
29581
-
29582
- .E_cro7kg2 {
29583
- padding: 4px;
29584
- }
29585
-
29586
- .E_c14wcxf0 {
29587
- display: flex;
29588
- justify-content: space-between;
29589
- align-items: center;
29590
- font-size: 13px;
29591
- line-height: 24px;
29592
- color: #cccccc;
29593
- white-space: nowrap;
29594
- }
29595
- .E_c14wcxf0 label {
29596
- margin-right: 32px;
29597
- }
29598
-
29599
- .E_coy29mj.E_c14wcxf0 {
29600
- font-weight: bold;
29601
- color: white;
29602
- }
29603
-
29604
- .E_s11212zy {
29605
- width: 8px;
29606
- height: 8px;
29607
- border-radius: 2px;
29608
- display: inline-block;
29609
- background: var(--s11212zy-0);
29610
- border: 1px solid #fff;
29611
- box-sizing: content-box;
29612
- margin-right: 6px;
29613
- }
29614
-
29615
- .E_p1lyky6c > :first-child {
29616
- font-weight: bold;
29617
- color: white;
29618
- margin-right: 4px;
29561
+ span.E_tqjc4ui {
29562
+ margin: 0 2px;
29619
29563
  }
29620
29564
 
29621
29565
  .E_n12mqh7z {
@@ -29730,6 +29674,137 @@ html body {
29730
29674
  border-radius: 2px;
29731
29675
  }
29732
29676
 
29677
+ .E_s1ebs0ra {
29678
+ display: flex;
29679
+ align-items: center;
29680
+ justify-content: space-between;
29681
+ background: #edf0f7;
29682
+ padding: 8px 12px;
29683
+ position: sticky;
29684
+ top: 0;
29685
+ z-index: 1;
29686
+ margin-bottom: -52px;
29687
+ }
29688
+ .E_s1ebs0ra .select-total {
29689
+ display: flex;
29690
+ align-items: center;
29691
+ font-weight: 700;
29692
+ flex-shrink: 0;
29693
+ }
29694
+ .E_s1ebs0ra .select-total .icon-wrapper {
29695
+ cursor: pointer;
29696
+ margin-left: 8px;
29697
+ width: 32px;
29698
+ height: 32px;
29699
+ border-radius: 50%;
29700
+ justify-content: center;
29701
+ }
29702
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
29703
+ background: rgba(225, 230, 241, 0.6);
29704
+ }
29705
+ .E_s1ebs0ra .action-group {
29706
+ flex: 1;
29707
+ margin-left: 88px;
29708
+ white-space: nowrap;
29709
+ text-align: right;
29710
+ position: relative;
29711
+ padding: 4px 0;
29712
+ margin-top: -4px;
29713
+ overflow: hidden;
29714
+ }
29715
+ .E_s1ebs0ra .action-group .sub-menu-delete {
29716
+ transform: translateY(-4px);
29717
+ }
29718
+ .E_s1ebs0ra .action-group button {
29719
+ border: none;
29720
+ }
29721
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
29722
+ margin-right: 8px;
29723
+ }
29724
+ .E_s1ebs0ra .action-group > button:last-child {
29725
+ margin-right: 4px;
29726
+ }
29727
+ .E_s1ebs0ra .action-group .more-btn {
29728
+ cursor: pointer;
29729
+ width: 32px;
29730
+ height: 32px;
29731
+ justify-content: center;
29732
+ border-radius: 50%;
29733
+ }
29734
+ .E_s1ebs0ra .action-group .more-btn:hover {
29735
+ background: #fff;
29736
+ }
29737
+
29738
+ .E_gmyahx3 {
29739
+ cursor: pointer;
29740
+ }
29741
+ .E_gmyahx3 .link-text {
29742
+ color: rgba(0, 21, 64, 0.3);
29743
+ }
29744
+ .E_gmyahx3:hover .link-text {
29745
+ color: #0080ff;
29746
+ }
29747
+
29748
+ .E_skwah65 {
29749
+ height: 8px;
29750
+ box-sizing: border-box;
29751
+ border-radius: 2px;
29752
+ background: #f5f7fa;
29753
+ display: flex;
29754
+ width: 100%;
29755
+ overflow: hidden;
29756
+ }
29757
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
29758
+ margin-left: 1px;
29759
+ }
29760
+
29761
+ .E_c18bcrac {
29762
+ display: inline-block;
29763
+ width: 100%;
29764
+ }
29765
+ .E_c18bcrac .recharts-wrapper {
29766
+ margin-left: 4px;
29767
+ }
29768
+
29769
+ .E_cro7kg2 {
29770
+ padding: 4px;
29771
+ }
29772
+
29773
+ .E_c14wcxf0 {
29774
+ display: flex;
29775
+ justify-content: space-between;
29776
+ align-items: center;
29777
+ font-size: 13px;
29778
+ line-height: 24px;
29779
+ color: #cccccc;
29780
+ white-space: nowrap;
29781
+ }
29782
+ .E_c14wcxf0 label {
29783
+ margin-right: 32px;
29784
+ }
29785
+
29786
+ .E_coy29mj.E_c14wcxf0 {
29787
+ font-weight: bold;
29788
+ color: white;
29789
+ }
29790
+
29791
+ .E_s11212zy {
29792
+ width: 8px;
29793
+ height: 8px;
29794
+ border-radius: 2px;
29795
+ display: inline-block;
29796
+ background: var(--s11212zy-0);
29797
+ border: 1px solid #fff;
29798
+ box-sizing: content-box;
29799
+ margin-right: 6px;
29800
+ }
29801
+
29802
+ .E_p1lyky6c > :first-child {
29803
+ font-weight: bold;
29804
+ color: white;
29805
+ margin-right: 4px;
29806
+ }
29807
+
29733
29808
  .E_c1up1pdz {
29734
29809
  width: 648px;
29735
29810
  }
@@ -29870,10 +29945,6 @@ html body {
29870
29945
  color: #fff;
29871
29946
  }
29872
29947
 
29873
- span.E_tqjc4ui {
29874
- margin: 0 2px;
29875
- }
29876
-
29877
29948
  .E_ou7iq30 {
29878
29949
  overflow: hidden;
29879
29950
  text-overflow: ellipsis;
@@ -29890,14 +29961,12 @@ span.E_tqjc4ui {
29890
29961
  word-break: break-all;
29891
29962
  }
29892
29963
 
29893
- .E_gmyahx3 {
29894
- cursor: pointer;
29895
- }
29896
- .E_gmyahx3 .link-text {
29897
- color: rgba(0, 21, 64, 0.3);
29964
+ .E_s1iv0tp1 .enabled-switch {
29965
+ display: flex;
29966
+ align-items: center;
29898
29967
  }
29899
- .E_gmyahx3:hover .link-text {
29900
- color: #0080ff;
29968
+ .E_s1iv0tp1 .enabled-text {
29969
+ margin-right: 8px;
29901
29970
  }
29902
29971
 
29903
29972
  .E_t1sqg15u {
@@ -29990,72 +30059,76 @@ span.E_tqjc4ui {
29990
30059
  padding-right: 12px;
29991
30060
  }
29992
30061
 
29993
- .E_s1ebs0ra {
30062
+ .E_m74vjol {
29994
30063
  display: flex;
29995
- align-items: center;
29996
30064
  justify-content: space-between;
29997
- background: #edf0f7;
29998
- padding: 8px 12px;
29999
- position: sticky;
30000
- top: 0;
30001
- z-index: 1;
30002
- margin-bottom: -52px;
30003
- }
30004
- .E_s1ebs0ra .select-total {
30005
- display: flex;
30006
- align-items: center;
30007
- font-weight: 700;
30008
- flex-shrink: 0;
30065
+ width: 100%;
30009
30066
  }
30010
- .E_s1ebs0ra .select-total .icon-wrapper {
30011
- cursor: pointer;
30012
- margin-left: 8px;
30013
- width: 32px;
30014
- height: 32px;
30015
- border-radius: 50%;
30016
- justify-content: center;
30067
+ .E_m74vjol .action {
30068
+ margin-left: 16px;
30017
30069
  }
30018
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
30019
- background: rgba(225, 230, 241, 0.6);
30070
+
30071
+ .E_a1o35uvh .ant-alert-message {
30072
+ width: 100%;
30020
30073
  }
30021
- .E_s1ebs0ra .action-group {
30022
- flex: 1;
30023
- margin-left: 88px;
30024
- white-space: nowrap;
30025
- text-align: right;
30026
- position: relative;
30027
- padding: 4px 0;
30028
- margin-top: -4px;
30029
- overflow: hidden;
30074
+
30075
+ .E_berrcjl {
30076
+ color: rgba(10, 37, 85, 0.6);
30077
+ margin-bottom: 4px;
30030
30078
  }
30031
- .E_s1ebs0ra .action-group .sub-menu-delete {
30032
- transform: translateY(-4px);
30079
+ .E_berrcjl .breadcrumb-link {
30080
+ color: rgba(10, 37, 85, 0.6);
30081
+ cursor: pointer;
30082
+ transition: color 160ms ease;
30033
30083
  }
30034
- .E_s1ebs0ra .action-group button {
30035
- border: none;
30084
+ .E_berrcjl .breadcrumb-link:hover {
30085
+ color: #0080ff;
30036
30086
  }
30037
- .E_s1ebs0ra .action-group > *:not(:last-child) {
30038
- margin-right: 8px;
30087
+ .E_berrcjl .breadcrumb-link:active {
30088
+ color: #005ed1;
30039
30089
  }
30040
- .E_s1ebs0ra .action-group > button:last-child {
30041
- margin-right: 4px;
30090
+
30091
+ .E_wg1tsps {
30092
+ display: flex;
30093
+ align-items: center;
30094
+ justify-content: flex-end;
30042
30095
  }
30043
- .E_s1ebs0ra .action-group .more-btn {
30044
- cursor: pointer;
30045
- width: 32px;
30046
- height: 32px;
30047
- justify-content: center;
30048
- border-radius: 50%;
30096
+
30097
+ .E_b1ctd5xy {
30098
+ display: flex;
30099
+ align-items: center;
30100
+ width: calc(100% - 40px);
30049
30101
  }
30050
- .E_s1ebs0ra .action-group .more-btn:hover {
30051
- background: #fff;
30102
+ .E_b1ctd5xy .chart {
30103
+ display: inline-block;
30104
+ width: 100%;
30052
30105
  }
30053
30106
 
30054
- .E_tje3huy {
30055
- width: 100%;
30056
- overflow: inherit;
30057
- white-space: inherit;
30058
- text-overflow: ellipsis;
30107
+ .E_u1p8acpn {
30108
+ min-width: 40px;
30109
+ }
30110
+ .E_u1p8acpn .unit {
30111
+ color: #00122e !important;
30112
+ }
30113
+
30114
+ .E_c18gxmrl {
30115
+ border: 1px solid #d8deeb;
30116
+ border-radius: 4px;
30117
+ }
30118
+ .E_c18gxmrl + .E_c18gxmrl {
30119
+ margin-top: 8px;
30120
+ }
30121
+ .E_c18gxmrl:hover {
30122
+ border-color: #0080ff;
30123
+ }
30124
+ .E_c18gxmrl:hover > header {
30125
+ background: rgba(0, 128, 255, 0.1);
30126
+ }
30127
+ .E_c18gxmrl.active header {
30128
+ border-bottom: 1px solid #d8deeb;
30129
+ }
30130
+ .E_c18gxmrl > header {
30131
+ padding: 8px 12px;
30059
30132
  }
30060
30133
 
30061
30134
  .E_t160l1cm {
@@ -30261,84 +30334,33 @@ span.E_tqjc4ui {
30261
30334
  background: transparent;
30262
30335
  }
30263
30336
 
30264
- .E_s1iv0tp1 .enabled-switch {
30265
- display: flex;
30266
- align-items: center;
30267
- }
30268
- .E_s1iv0tp1 .enabled-text {
30269
- margin-right: 8px;
30270
- }
30271
-
30272
- .E_c18gxmrl {
30273
- border: 1px solid #d8deeb;
30274
- border-radius: 4px;
30275
- }
30276
- .E_c18gxmrl + .E_c18gxmrl {
30277
- margin-top: 8px;
30278
- }
30279
- .E_c18gxmrl:hover {
30280
- border-color: #0080ff;
30281
- }
30282
- .E_c18gxmrl:hover > header {
30283
- background: rgba(0, 128, 255, 0.1);
30284
- }
30285
- .E_c18gxmrl.active header {
30286
- border-bottom: 1px solid #d8deeb;
30287
- }
30288
- .E_c18gxmrl > header {
30289
- padding: 8px 12px;
30290
- }
30291
-
30292
- .E_m74vjol {
30293
- display: flex;
30294
- justify-content: space-between;
30295
- width: 100%;
30296
- }
30297
- .E_m74vjol .action {
30298
- margin-left: 16px;
30299
- }
30300
-
30301
- .E_a1o35uvh .ant-alert-message {
30302
- width: 100%;
30303
- }
30304
-
30305
- .E_wg1tsps {
30306
- display: flex;
30307
- align-items: center;
30308
- justify-content: flex-end;
30337
+ .E_b1nip9bk {
30338
+ padding: 4px 11px;
30309
30339
  }
30310
30340
 
30311
- .E_b1ctd5xy {
30312
- display: flex;
30313
- align-items: center;
30314
- width: calc(100% - 40px);
30315
- }
30316
- .E_b1ctd5xy .chart {
30317
- display: inline-block;
30318
- width: 100%;
30341
+ .E_bqamoqe {
30342
+ white-space: nowrap;
30343
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30319
30344
  }
30320
-
30321
- .E_u1p8acpn {
30322
- min-width: 40px;
30345
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30346
+ --color: #0080ff;
30323
30347
  }
30324
- .E_u1p8acpn .unit {
30325
- color: #00122e !important;
30348
+ .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] {
30349
+ --color: #0080ff;
30326
30350
  }
30327
-
30328
- .E_berrcjl {
30329
- color: rgba(10, 37, 85, 0.6);
30330
- margin-bottom: 4px;
30351
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30352
+ margin-left: 1px;
30331
30353
  }
30332
- .E_berrcjl .breadcrumb-link {
30333
- color: rgba(10, 37, 85, 0.6);
30334
- cursor: pointer;
30335
- transition: color 160ms ease;
30354
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30355
+ border-top-right-radius: 0;
30356
+ border-bottom-right-radius: 0;
30336
30357
  }
30337
- .E_berrcjl .breadcrumb-link:hover {
30338
- color: #0080ff;
30358
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30359
+ border-top-left-radius: 0;
30360
+ border-bottom-left-radius: 0;
30339
30361
  }
30340
- .E_berrcjl .breadcrumb-link:active {
30341
- color: #005ed1;
30362
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30363
+ border-radius: unset;
30342
30364
  }
30343
30365
 
30344
30366
  .E_b1wx3t3t.ant-btn-icon-only {
@@ -30595,35 +30617,6 @@ button.E_n7k2c6r {
30595
30617
  padding: 0;
30596
30618
  }
30597
30619
 
30598
- .E_b1nip9bk {
30599
- padding: 4px 11px;
30600
- }
30601
-
30602
- .E_bqamoqe {
30603
- white-space: nowrap;
30604
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30605
- }
30606
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30607
- --color: #0080ff;
30608
- }
30609
- .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] {
30610
- --color: #0080ff;
30611
- }
30612
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30613
- margin-left: 1px;
30614
- }
30615
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30616
- border-top-right-radius: 0;
30617
- border-bottom-right-radius: 0;
30618
- }
30619
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30620
- border-top-left-radius: 0;
30621
- border-bottom-left-radius: 0;
30622
- }
30623
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30624
- border-radius: unset;
30625
- }
30626
-
30627
30620
  .E_c1uzzomf {
30628
30621
  margin-bottom: 16px;
30629
30622
  }
@@ -30646,6 +30639,19 @@ button.E_n7k2c6r {
30646
30639
  text-align: center;
30647
30640
  }
30648
30641
 
30642
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30643
+ padding: 4px 8px 0 8px;
30644
+ color: rgba(44, 56, 82, 0.6);
30645
+ font-size: 12px;
30646
+ }
30647
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30648
+ padding-bottom: 6px;
30649
+ }
30650
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30651
+ padding-top: 4px;
30652
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30653
+ }
30654
+
30649
30655
  .E_d1bw7c5z {
30650
30656
  position: relative;
30651
30657
  max-width: 388px;
@@ -30729,17 +30735,48 @@ button.E_n7k2c6r {
30729
30735
  width: 102px;
30730
30736
  }
30731
30737
 
30732
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30733
- padding: 4px 8px 0 8px;
30734
- color: rgba(44, 56, 82, 0.6);
30735
- font-size: 12px;
30738
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30739
+ display: flex;
30736
30740
  }
30737
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30738
- padding-bottom: 6px;
30741
+
30742
+ .E_c1bus5hc {
30743
+ --color: white;
30744
+ height: 14px;
30745
+ width: 14px;
30746
+ border-radius: 50%;
30747
+ flex-shrink: 0;
30748
+ display: flex;
30749
+ align-items: center;
30750
+ justify-content: center;
30751
+ border: 1px solid var(--color);
30739
30752
  }
30740
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30741
- padding-top: 4px;
30742
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30753
+ .E_c1bus5hc .circle-inner {
30754
+ position: relative;
30755
+ height: 10px;
30756
+ width: 10px;
30757
+ border-radius: 50%;
30758
+ overflow: hidden;
30759
+ }
30760
+ .E_c1bus5hc .circle-content {
30761
+ position: absolute;
30762
+ height: 100%;
30763
+ width: 100%;
30764
+ left: 0;
30765
+ top: 0;
30766
+ border-radius: 50%;
30767
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30768
+ transform: rotate(180deg);
30769
+ }
30770
+ .E_c1bus5hc .circle-child {
30771
+ position: absolute;
30772
+ height: 100%;
30773
+ width: 100%;
30774
+ left: 0;
30775
+ top: 0;
30776
+ margin-left: 50%;
30777
+ transform-origin: left;
30778
+ background: white;
30779
+ transform: rotate(0deg);
30743
30780
  }
30744
30781
 
30745
30782
  .E_c1yyuluq {
@@ -30749,34 +30786,91 @@ button.E_n7k2c6r {
30749
30786
  padding: 20px 24px 24px 24px;
30750
30787
  }
30751
30788
 
30752
- .E_sx1bpnu .ant-input-sm {
30753
- line-height: 18px;
30754
- }
30755
-
30756
- .E_itxley7.ant-input-group.ant-input-group-compact {
30789
+ .E_phljevk {
30757
30790
  display: flex;
30791
+ justify-content: space-between;
30792
+ align-items: center;
30793
+ padding: 10px 0;
30794
+ color: rgba(44, 56, 82, 0.6);
30795
+ font-size: 12px;
30796
+ line-height: 24px;
30758
30797
  }
30759
-
30760
- .E_ccrbeuz .ant-collapse-item {
30761
- border: 0px;
30762
- background-color: #fff;
30798
+ .E_phljevk .pagination-left {
30799
+ padding: 2px 8px;
30763
30800
  }
30764
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30765
- padding-top: 0px;
30766
- padding-bottom: 0px;
30767
- padding-left: 0px !important;
30768
- padding-right: 24px;
30801
+ .E_phljevk .dropdown-trigger {
30802
+ display: flex;
30803
+ align-items: center;
30804
+ border-radius: 6px;
30805
+ cursor: pointer;
30806
+ transition: all 0.3s ease;
30769
30807
  }
30770
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30771
- right: 0px;
30808
+ .E_phljevk .dropdown-trigger:hover {
30809
+ background: rgba(211, 218, 235, 0.6);
30810
+ color: #0080ff;
30772
30811
  }
30773
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30774
- padding: 0px;
30812
+ .E_phljevk .dropdown-trigger .icon-inner {
30813
+ margin-left: 4px;
30814
+ }
30815
+ .E_phljevk .pagination-right {
30816
+ display: flex;
30817
+ align-items: center;
30818
+ color: #0080ff;
30819
+ font-weight: bold;
30820
+ }
30821
+ .E_phljevk .pagination-right .icon-inner {
30822
+ margin-left: 4px;
30823
+ }
30824
+ .E_phljevk .pagination-right .prev-btn,
30825
+ .E_phljevk .pagination-right .next-btn {
30826
+ padding: 0 8px;
30827
+ }
30828
+ .E_phljevk .pagination-right .prev-btn > span,
30829
+ .E_phljevk .pagination-right .next-btn > span {
30830
+ color: #0080ff;
30831
+ }
30832
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30833
+ transform: rotate(180deg);
30775
30834
  }
30776
30835
 
30777
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30778
- padding-right: 0px;
30779
- cursor: default;
30836
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30837
+ max-height: calc(100vh - 128px);
30838
+ overflow-y: auto;
30839
+ }
30840
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30841
+ padding: 4px 20px;
30842
+ font-size: 12px;
30843
+ line-height: 18px;
30844
+ }
30845
+
30846
+ .E_tju3gfj .date {
30847
+ margin-right: 4px;
30848
+ }
30849
+
30850
+ .E_t1m2x205 .ant-tooltip-arrow {
30851
+ display: none;
30852
+ }
30853
+ .E_t1m2x205 .ant-tooltip-inner {
30854
+ background: rgba(23, 38, 64, 0.8);
30855
+ border-radius: 4px;
30856
+ }
30857
+
30858
+ .E_ivqqkzv {
30859
+ height: 24px;
30860
+ width: 56px !important;
30861
+ margin-right: 4px;
30862
+ }
30863
+
30864
+ .E_c1wk4q29 {
30865
+ color: rgba(44, 56, 82, 0.6);
30866
+ }
30867
+
30868
+ .E_iq1gosr {
30869
+ display: inline-block;
30870
+ }
30871
+
30872
+ .E_sx1bpnu .ant-input-sm {
30873
+ line-height: 18px;
30780
30874
  }
30781
30875
 
30782
30876
  .E_rapgekc.ant-radio-wrapper {
@@ -30925,170 +31019,6 @@ button.E_n7k2c6r {
30925
31019
  width: 36px;
30926
31020
  }
30927
31021
 
30928
- .E_phljevk {
30929
- display: flex;
30930
- justify-content: space-between;
30931
- align-items: center;
30932
- padding: 10px 0;
30933
- color: rgba(44, 56, 82, 0.6);
30934
- font-size: 12px;
30935
- line-height: 24px;
30936
- }
30937
- .E_phljevk .pagination-left {
30938
- padding: 2px 8px;
30939
- }
30940
- .E_phljevk .dropdown-trigger {
30941
- display: flex;
30942
- align-items: center;
30943
- border-radius: 6px;
30944
- cursor: pointer;
30945
- transition: all 0.3s ease;
30946
- }
30947
- .E_phljevk .dropdown-trigger:hover {
30948
- background: rgba(211, 218, 235, 0.6);
30949
- color: #0080ff;
30950
- }
30951
- .E_phljevk .dropdown-trigger .icon-inner {
30952
- margin-left: 4px;
30953
- }
30954
- .E_phljevk .pagination-right {
30955
- display: flex;
30956
- align-items: center;
30957
- color: #0080ff;
30958
- font-weight: bold;
30959
- }
30960
- .E_phljevk .pagination-right .icon-inner {
30961
- margin-left: 4px;
30962
- }
30963
- .E_phljevk .pagination-right .prev-btn,
30964
- .E_phljevk .pagination-right .next-btn {
30965
- padding: 0 8px;
30966
- }
30967
- .E_phljevk .pagination-right .prev-btn > span,
30968
- .E_phljevk .pagination-right .next-btn > span {
30969
- color: #0080ff;
30970
- }
30971
- .E_phljevk .pagination-right .next-btn .icon-inner {
30972
- transform: rotate(180deg);
30973
- }
30974
-
30975
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30976
- max-height: calc(100vh - 128px);
30977
- overflow-y: auto;
30978
- }
30979
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30980
- padding: 4px 20px;
30981
- font-size: 12px;
30982
- line-height: 18px;
30983
- }
30984
-
30985
- .E_ivqqkzv {
30986
- height: 24px;
30987
- width: 56px !important;
30988
- margin-right: 4px;
30989
- }
30990
-
30991
- .E_c1wk4q29 {
30992
- color: rgba(44, 56, 82, 0.6);
30993
- }
30994
-
30995
- .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30996
- border-radius: 6px;
30997
- }
30998
- .E_s177mls5.ant-select.ant-select-single {
30999
- width: 100%;
31000
- color: #2d3a56;
31001
- border-color: rgba(211, 218, 235, 0.6);
31002
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31003
- font-size: 13px;
31004
- }
31005
- .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
31006
- height: 30px;
31007
- }
31008
- .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
31009
- height: 38px;
31010
- font-size: 13px;
31011
- }
31012
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
31013
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
31014
- transition: 160ms ease;
31015
- }
31016
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
31017
- color: #0080ff;
31018
- }
31019
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
31020
- border-color: rgba(107, 128, 167, 0.6);
31021
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31022
- }
31023
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31024
- color: #0080ff;
31025
- }
31026
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
31027
- border-color: #0080ff;
31028
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31029
- }
31030
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31031
- transform: rotate(180deg);
31032
- }
31033
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
31034
- background: rgba(211, 218, 235, 0.6);
31035
- border-color: rgba(172, 186, 211, 0.6);
31036
- cursor: "not-allowed";
31037
- }
31038
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
31039
- border-color: #f0483e !important;
31040
- }
31041
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31042
- color: #1d326c;
31043
- }
31044
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
31045
- border-color: #0080ff;
31046
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31047
- }
31048
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31049
- transform: rotate(180deg);
31050
- }
31051
-
31052
- .E_c1bus5hc {
31053
- --color: white;
31054
- height: 14px;
31055
- width: 14px;
31056
- border-radius: 50%;
31057
- flex-shrink: 0;
31058
- display: flex;
31059
- align-items: center;
31060
- justify-content: center;
31061
- border: 1px solid var(--color);
31062
- }
31063
- .E_c1bus5hc .circle-inner {
31064
- position: relative;
31065
- height: 10px;
31066
- width: 10px;
31067
- border-radius: 50%;
31068
- overflow: hidden;
31069
- }
31070
- .E_c1bus5hc .circle-content {
31071
- position: absolute;
31072
- height: 100%;
31073
- width: 100%;
31074
- left: 0;
31075
- top: 0;
31076
- border-radius: 50%;
31077
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31078
- transform: rotate(180deg);
31079
- }
31080
- .E_c1bus5hc .circle-child {
31081
- position: absolute;
31082
- height: 100%;
31083
- width: 100%;
31084
- left: 0;
31085
- top: 0;
31086
- margin-left: 50%;
31087
- transform-origin: left;
31088
- background: white;
31089
- transform: rotate(0deg);
31090
- }
31091
-
31092
31022
  .E_s1dni7lo {
31093
31023
  width: 430px !important;
31094
31024
  }
@@ -31170,10 +31100,6 @@ button.E_n7k2c6r {
31170
31100
  opacity: 0;
31171
31101
  }
31172
31102
 
31173
- .E_tju3gfj .date {
31174
- margin-right: 4px;
31175
- }
31176
-
31177
31103
  .E_s1dizucg.ant-switch {
31178
31104
  min-width: 40px;
31179
31105
  height: 24px;
@@ -31229,11 +31155,33 @@ button.E_n7k2c6r {
31229
31155
  margin-left: 5px;
31230
31156
  }
31231
31157
 
31232
- .E_s1sck0th {
31233
- padding: 0 8px;
31234
- border-radius: 4px;
31235
- }
31236
-
31158
+ .E_ccrbeuz .ant-collapse-item {
31159
+ border: 0px;
31160
+ background-color: #fff;
31161
+ }
31162
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
31163
+ padding-top: 0px;
31164
+ padding-bottom: 0px;
31165
+ padding-left: 0px !important;
31166
+ padding-right: 24px;
31167
+ }
31168
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31169
+ right: 0px;
31170
+ }
31171
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31172
+ padding: 0px;
31173
+ }
31174
+
31175
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
31176
+ padding-right: 0px;
31177
+ cursor: default;
31178
+ }
31179
+
31180
+ .E_s1sck0th {
31181
+ padding: 0 8px;
31182
+ border-radius: 4px;
31183
+ }
31184
+
31237
31185
  .E_m855nr1 {
31238
31186
  padding: 2px 8px;
31239
31187
  border-radius: 3px;
@@ -31311,16 +31259,61 @@ button.E_n7k2c6r {
31311
31259
  background-color: #7E41FF;
31312
31260
  }
31313
31261
 
31314
- .E_t1m2x205 .ant-tooltip-arrow {
31315
- display: none;
31262
+ .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
31263
+ border-radius: 6px;
31316
31264
  }
31317
- .E_t1m2x205 .ant-tooltip-inner {
31318
- background: rgba(23, 38, 64, 0.8);
31319
- border-radius: 4px;
31265
+ .E_s177mls5.ant-select.ant-select-single {
31266
+ width: 100%;
31267
+ color: #2d3a56;
31268
+ border-color: rgba(211, 218, 235, 0.6);
31269
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31270
+ font-size: 13px;
31320
31271
  }
31321
-
31322
- .E_iq1gosr {
31323
- display: inline-block;
31272
+ .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
31273
+ height: 30px;
31274
+ }
31275
+ .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
31276
+ height: 38px;
31277
+ font-size: 13px;
31278
+ }
31279
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
31280
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
31281
+ transition: 160ms ease;
31282
+ }
31283
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
31284
+ color: #0080ff;
31285
+ }
31286
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
31287
+ border-color: rgba(107, 128, 167, 0.6);
31288
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31289
+ }
31290
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31291
+ color: #0080ff;
31292
+ }
31293
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
31294
+ border-color: #0080ff;
31295
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31296
+ }
31297
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31298
+ transform: rotate(180deg);
31299
+ }
31300
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
31301
+ background: rgba(211, 218, 235, 0.6);
31302
+ border-color: rgba(172, 186, 211, 0.6);
31303
+ cursor: "not-allowed";
31304
+ }
31305
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
31306
+ border-color: #f0483e !important;
31307
+ }
31308
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31309
+ color: #1d326c;
31310
+ }
31311
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
31312
+ border-color: #0080ff;
31313
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31314
+ }
31315
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31316
+ transform: rotate(180deg);
31324
31317
  }
31325
31318
 
31326
31319
  .E_fzh9mnb {
@@ -31372,22 +31365,35 @@ button.E_n7k2c6r {
31372
31365
  min-height: 0px;
31373
31366
  }
31374
31367
 
31375
- .E_iouxfgt {
31376
- display: inline-flex;
31377
- align-items: center;
31368
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31369
+ display: var(--a1wfy30z-0);
31378
31370
  }
31379
- .E_iouxfgt .icon-inner {
31371
+ .E_a1wfy30z .ant-input-number-input-wrap {
31372
+ padding: 4px 11px;
31380
31373
  display: inline-flex;
31381
- align-items: center;
31382
- justify-content: center;
31374
+ line-height: 1.5715;
31375
+ height: inherit;
31383
31376
  }
31384
- .E_iouxfgt .icon-inner + span,
31385
- .E_iouxfgt span + .icon-inner.suffix {
31377
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31378
+ content: var(--a1wfy30z-1);
31379
+ display: var(--a1wfy30z-2);
31380
+ flex: none;
31381
+ align-items: center;
31386
31382
  margin-left: 4px;
31387
31383
  }
31388
- .E_iouxfgt.is-rotate img,
31389
- .E_iouxfgt.is-rotate svg {
31390
- animation: rotate 680ms linear infinite;
31384
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31385
+ content: var(--a1wfy30z-3);
31386
+ display: var(--a1wfy30z-4);
31387
+ flex: none;
31388
+ align-items: center;
31389
+ margin-right: 4px;
31390
+ cursor: auto;
31391
+ }
31392
+ .E_a1wfy30z .ant-input-number-input {
31393
+ padding: 0;
31394
+ margin: 0;
31395
+ height: auto;
31396
+ font-size: inherit;
31391
31397
  }
31392
31398
 
31393
31399
  .E_ai7qkf2 .ant-input-number-handler-wrap {
@@ -31450,37 +31456,6 @@ button.E_n7k2c6r {
31450
31456
  padding: 2px 8px;
31451
31457
  }
31452
31458
 
31453
- .E_a1wfy30z .ant-input-number-handler-wrap {
31454
- display: var(--a1wfy30z-0);
31455
- }
31456
- .E_a1wfy30z .ant-input-number-input-wrap {
31457
- padding: 4px 11px;
31458
- display: inline-flex;
31459
- line-height: 1.5715;
31460
- height: inherit;
31461
- }
31462
- .E_a1wfy30z .ant-input-number-input-wrap::after {
31463
- content: var(--a1wfy30z-1);
31464
- display: var(--a1wfy30z-2);
31465
- flex: none;
31466
- align-items: center;
31467
- margin-left: 4px;
31468
- }
31469
- .E_a1wfy30z .ant-input-number-input-wrap::before {
31470
- content: var(--a1wfy30z-3);
31471
- display: var(--a1wfy30z-4);
31472
- flex: none;
31473
- align-items: center;
31474
- margin-right: 4px;
31475
- cursor: auto;
31476
- }
31477
- .E_a1wfy30z .ant-input-number-input {
31478
- padding: 0;
31479
- margin: 0;
31480
- height: auto;
31481
- font-size: inherit;
31482
- }
31483
-
31484
31459
  .E_i1inqkme {
31485
31460
  height: 18px;
31486
31461
  line-height: 18px;
@@ -31494,11 +31469,22 @@ button.E_n7k2c6r {
31494
31469
  margin-right: 4px;
31495
31470
  }
31496
31471
 
31497
- .E_atcz0kf .ant-input-suffix {
31498
- margin-left: 8px;
31472
+ .E_iouxfgt {
31473
+ display: inline-flex;
31474
+ align-items: center;
31499
31475
  }
31500
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31501
- padding: 2px 7px 2px 12px;
31476
+ .E_iouxfgt .icon-inner {
31477
+ display: inline-flex;
31478
+ align-items: center;
31479
+ justify-content: center;
31480
+ }
31481
+ .E_iouxfgt .icon-inner + span,
31482
+ .E_iouxfgt span + .icon-inner.suffix {
31483
+ margin-left: 4px;
31484
+ }
31485
+ .E_iouxfgt.is-rotate img,
31486
+ .E_iouxfgt.is-rotate svg {
31487
+ animation: rotate 680ms linear infinite;
31502
31488
  }
31503
31489
 
31504
31490
  .E_owd0kml {
@@ -31510,1170 +31496,1171 @@ button.E_n7k2c6r {
31510
31496
  position: absolute;
31511
31497
  }
31512
31498
 
31513
- .E_h1ol2wl7 {
31499
+ .E_atcz0kf .ant-input-suffix {
31500
+ margin-left: 8px;
31501
+ }
31502
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31503
+ padding: 2px 7px 2px 12px;
31504
+ }
31505
+
31506
+ .E_dsnbhzf {
31507
+ font-family: Inter;
31508
+ font-style: normal;
31514
31509
  font-weight: bold;
31515
- background-color: unset;
31516
- padding: unset;
31510
+ font-size: 32px;
31511
+ line-height: 40px;
31517
31512
  }
31518
31513
 
31519
- .E_cnujxq2 {
31520
- display: flex;
31521
- flex-direction: column;
31514
+ .E_d1mvo22k {
31515
+ font-family: Inter;
31516
+ font-style: normal;
31517
+ font-weight: bold;
31518
+ font-size: 24px;
31519
+ line-height: 32px;
31522
31520
  }
31523
31521
 
31524
- .E_m7s48ia {
31525
- max-width: 1120px;
31526
- width: 100%;
31527
- margin: 0 auto;
31528
- height: 100%;
31522
+ .E_d1b444tr {
31523
+ font-family: Inter;
31524
+ font-style: normal;
31525
+ font-weight: normal;
31526
+ font-size: 32px;
31527
+ line-height: 40px;
31529
31528
  }
31530
31529
 
31531
- .E_wt5zbg6 {
31532
- max-width: 1120px;
31533
- width: 100%;
31534
- margin: 0 auto;
31535
- display: flex;
31530
+ .E_dvs0kue {
31531
+ font-family: Inter;
31532
+ font-style: normal;
31533
+ font-weight: bold;
31534
+ font-size: 20px;
31535
+ line-height: 24px;
31536
31536
  }
31537
- .E_wt5zbg6 .left,
31538
- .E_wt5zbg6 .right {
31539
- flex-grow: 0;
31540
- flex-shrink: 0;
31541
- flex-basis: 21%;
31537
+
31538
+ .E_d1hcbfcq {
31539
+ font-family: Inter;
31540
+ font-style: normal;
31541
+ font-weight: normal;
31542
+ font-size: 20px;
31543
+ line-height: 24px;
31542
31544
  }
31543
- .E_wt5zbg6 .left {
31544
- display: flex;
31545
- justify-content: flex-end;
31546
- padding-right: 44px;
31545
+
31546
+ .E_d1cz922v {
31547
+ font-family: Inter;
31548
+ font-style: normal;
31549
+ font-weight: bold;
31550
+ font-size: 18px;
31551
+ line-height: 22px;
31547
31552
  }
31548
- .E_wt5zbg6 .right {
31549
- padding-left: 44px;
31550
- }
31551
- .E_wt5zbg6 .middle {
31552
- margin-bottom: 40px;
31553
- flex-grow: 0;
31554
- flex-shrink: 0;
31555
- flex-basis: 58%;
31556
- }
31557
- .E_wt5zbg6 .middle .form-base-field {
31558
- width: 100%;
31559
- }
31560
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
31561
- width: auto;
31553
+
31554
+ .E_d3nzbrm {
31555
+ font-family: Inter;
31556
+ font-style: normal;
31557
+ font-weight: normal;
31558
+ font-size: 18px;
31559
+ line-height: 22px;
31562
31560
  }
31563
31561
 
31564
- .E_h18jprzg .ant-modal-header {
31565
- margin: 0 auto;
31566
- width: 100%;
31567
- max-width: 648px;
31568
- }
31569
- .E_h18jprzg .ant-modal-header .ant-modal-title {
31570
- margin-left: 0;
31571
- }
31572
- .E_h18jprzg .ant-modal-body {
31573
- margin: 0 auto;
31574
- padding: 0;
31575
- width: 100%;
31576
- max-width: 648px;
31577
- overflow: hidden;
31578
- }
31579
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31580
- margin-bottom: 40px;
31581
- }
31582
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31583
- height: calc(100vh - 225px);
31584
- overflow-y: auto;
31585
- }
31586
- .E_h18jprzg .ant-modal-footer .footer-content {
31587
- margin: 0 auto;
31588
- max-width: 648px;
31562
+ .E_h1g0p5ob {
31563
+ font-family: Inter;
31564
+ font-style: normal;
31565
+ font-weight: bold;
31566
+ font-size: 16px;
31567
+ line-height: 22px;
31589
31568
  }
31590
31569
 
31591
- .E_h16z9xgz .ant-modal-header {
31592
- margin: 0 auto;
31593
- width: 100%;
31594
- max-width: 1024px;
31595
- }
31596
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
31597
- margin-left: 0;
31598
- }
31599
- .E_h16z9xgz .ant-modal-body {
31600
- margin: 0 auto;
31601
- padding: 0;
31602
- width: 100%;
31603
- max-width: 1024px;
31604
- overflow: hidden;
31605
- }
31606
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31607
- margin-bottom: 40px;
31608
- }
31609
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31610
- height: calc(100vh - 225px);
31611
- overflow-y: auto;
31612
- }
31613
- .E_h16z9xgz .ant-modal-footer .footer-content {
31614
- margin: 0 auto;
31615
- max-width: 1024px;
31570
+ .E_hydo2ej {
31571
+ font-family: Inter;
31572
+ font-style: normal;
31573
+ font-weight: normal;
31574
+ font-size: 16px;
31575
+ line-height: 22px;
31616
31576
  }
31617
31577
 
31618
- .E_f1lrhghm {
31619
- flex: 1;
31620
- }
31621
- .E_f1lrhghm label {
31622
- font-size: 13px;
31578
+ .E_h1hbuq0r {
31579
+ font-family: Inter;
31580
+ font-style: normal;
31581
+ font-weight: bold;
31582
+ font-size: 14px;
31623
31583
  line-height: 20px;
31624
- color: rgba(44, 56, 82, 0.6);
31625
31584
  }
31626
- .E_f1lrhghm .title {
31585
+
31586
+ .E_h13bondg {
31587
+ font-family: Inter;
31588
+ font-style: normal;
31589
+ font-weight: normal;
31627
31590
  font-size: 14px;
31628
31591
  line-height: 20px;
31629
- color: #2d3a56;
31630
- margin-bottom: 12px;
31631
- }
31632
- .E_f1lrhghm.connect-cluster .title {
31633
- padding-bottom: 26px;
31634
31592
  }
31635
31593
 
31636
- .E_f18ot8em {
31637
- padding: 25px 0 15px 0;
31638
- border-bottom: 1px solid #e1e5eb;
31639
- margin-bottom: 16px;
31594
+ .E_h1mhvdlx {
31595
+ font-family: Inter;
31596
+ font-style: normal;
31597
+ font-weight: bold;
31598
+ font-size: 12px;
31599
+ line-height: 18px;
31640
31600
  }
31641
31601
 
31642
- .E_f1l1g2k0 {
31643
- display: flex;
31644
- align-items: center;
31645
- margin-bottom: 8px;
31646
- }
31647
- .E_f1l1g2k0 > label {
31648
- width: 216px;
31649
- }
31650
- .E_f1l1g2k0 > label + * {
31651
- width: 100%;
31652
- }
31653
- .E_f1l1g2k0 .ant-select {
31654
- width: 100%;
31602
+ .E_h1inmfq6 {
31603
+ font-family: Inter;
31604
+ font-style: normal;
31605
+ font-weight: normal;
31606
+ font-size: 12px;
31607
+ line-height: 18px;
31655
31608
  }
31656
31609
 
31657
- .E_e1k89cwg {
31658
- color: #e75a3a;
31659
- margin-right: 10px;
31610
+ .E_h1kfc0la {
31611
+ font-family: Inter;
31612
+ font-style: normal;
31613
+ font-weight: bold;
31614
+ text-transform: uppercase;
31615
+ font-feature-settings: "cpsp" on;
31616
+ font-size: 12px;
31617
+ line-height: 18px;
31660
31618
  }
31661
31619
 
31662
- .E_d1oui1gf {
31663
- width: 100%;
31664
- height: 1px;
31665
- background: rgba(213, 219, 227, 0.6);
31666
- margin: 24px 0;
31620
+ .E_h10xnyuu {
31621
+ font-family: Inter;
31622
+ font-style: normal;
31623
+ font-weight: normal;
31624
+ text-transform: uppercase;
31625
+ font-feature-settings: "cpsp" on;
31626
+ font-size: 12px;
31627
+ line-height: 18px;
31667
31628
  }
31668
31629
 
31669
- .E_l15itdbb {
31670
- display: flex;
31671
- justify-content: center;
31672
- align-items: center;
31673
- height: 100%;
31630
+ .E_lrcmi0v {
31631
+ font-family: Inter;
31632
+ font-style: normal;
31633
+ font-weight: normal;
31634
+ font-size: 16px;
31635
+ line-height: 24px;
31674
31636
  }
31675
31637
 
31676
- .E_d1y3z4w {
31677
- display: inline-block;
31678
- width: 4px;
31679
- height: 4px;
31680
- background: #8e9aa9;
31681
- opacity: 0.4;
31682
- border-radius: 50%;
31683
- margin: 0 4px;
31638
+ .E_lzt43lp {
31639
+ font-family: Inter;
31640
+ font-style: normal;
31641
+ font-weight: bold;
31642
+ font-size: 16px;
31643
+ line-height: 24px;
31684
31644
  }
31685
31645
 
31686
- .E_m177r7a3 .ant-modal-header,
31687
- .E_m177r7a3 .ant-modal-footer .footer-content {
31688
- width: 648px;
31689
- margin: 0 auto;
31690
- }
31691
- .E_m177r7a3 .ant-modal-header {
31692
- padding: 35px 0 24px;
31693
- border: none;
31694
- }
31695
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
31696
- font-size: 30px;
31646
+ .E_l5yc9nt {
31647
+ font-family: Inter;
31648
+ font-style: normal;
31649
+ font-weight: normal;
31650
+ font-size: 16px;
31651
+ line-height: 24px;
31697
31652
  }
31698
- .E_m177r7a3 .ant-modal-body {
31699
- padding: 4px 0 2px;
31653
+
31654
+ .E_l1fbkbzo {
31655
+ font-family: Inter;
31656
+ font-style: normal;
31657
+ font-weight: bold;
31658
+ font-size: 16px;
31659
+ line-height: 24px;
31700
31660
  }
31701
- .E_m177r7a3 .ant-modal-footer {
31702
- border: none;
31661
+
31662
+ .E_lahvcax {
31663
+ font-family: Inter;
31664
+ font-style: normal;
31665
+ font-weight: normal;
31666
+ text-transform: uppercase;
31667
+ font-feature-settings: "cpsp" on;
31668
+ font-size: 16px;
31669
+ line-height: 24px;
31703
31670
  }
31704
31671
 
31705
- .E_t1wwio3v {
31706
- font-size: 12px;
31707
- line-height: 18px;
31672
+ .E_l11q3pxd {
31673
+ font-family: Inter;
31674
+ font-style: normal;
31708
31675
  font-weight: bold;
31709
- color: #fff;
31710
- padding: 0 4px;
31711
- border-radius: 4px;
31712
- display: inline-block;
31713
- background: var(--t1wwio3v-0);
31676
+ text-transform: uppercase;
31677
+ font-feature-settings: "cpsp" on;
31678
+ font-size: 16px;
31679
+ line-height: 24px;
31714
31680
  }
31715
- .E_t1wwio3v:not(:first-child) {
31716
- margin-left: 4px;
31681
+
31682
+ .E_lfuc2qu {
31683
+ font-family: Inter;
31684
+ font-style: normal;
31685
+ font-weight: normal;
31686
+ font-size: 14px;
31687
+ line-height: 22px;
31717
31688
  }
31718
31689
 
31719
- .E_f17jvtfk {
31720
- width: 100%;
31721
- height: 100%;
31722
- display: flex;
31723
- align-items: center;
31724
- justify-content: center;
31690
+ .E_l1jmp8r0 {
31691
+ font-family: Inter;
31692
+ font-style: normal;
31693
+ font-weight: 500;
31694
+ font-size: 14px;
31695
+ line-height: 22px;
31725
31696
  }
31726
31697
 
31727
- .E_nzppkea {
31728
- font-size: 90%;
31698
+ .E_lcnm221 {
31699
+ font-family: Inter;
31700
+ font-style: normal;
31729
31701
  font-weight: bold;
31730
- background-color: rgba(240, 243, 247, 0.6);
31731
- padding: 1px 4px 1px;
31732
- margin-left: 2px;
31733
- margin-right: 2px;
31734
- border: 1px solid rgba(213, 219, 227, 0.6);
31735
- border-radius: 4px;
31702
+ font-size: 14px;
31703
+ line-height: 22px;
31736
31704
  }
31737
31705
 
31738
- .E_f4mi9eq.form-item-general {
31739
- width: 640px;
31740
- }
31741
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31742
- margin-top: 16px;
31743
- }
31744
- .E_f4mi9eq.form-item-compact {
31745
- width: 412px;
31706
+ .E_lu1z2n5 {
31707
+ font-family: Inter;
31708
+ font-style: normal;
31709
+ font-weight: normal;
31710
+ font-size: 14px;
31711
+ line-height: 22px;
31746
31712
  }
31747
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31748
- margin-top: 8px;
31713
+
31714
+ .E_l1r59djn {
31715
+ font-family: Inter;
31716
+ font-style: normal;
31717
+ font-weight: bold;
31718
+ font-size: 14px;
31719
+ line-height: 22px;
31749
31720
  }
31750
- .E_f4mi9eq .form-item {
31751
- width: auto;
31721
+
31722
+ .E_ljm2911 {
31723
+ font-family: Inter;
31724
+ font-style: normal;
31725
+ font-weight: normal;
31726
+ text-transform: uppercase;
31727
+ font-feature-settings: "cpsp" on;
31728
+ font-size: 14px;
31729
+ line-height: 22px;
31752
31730
  }
31753
- .E_f4mi9eq .form-item-main {
31754
- position: relative;
31755
- display: flex;
31731
+
31732
+ .E_l124mzmr {
31733
+ font-family: Inter;
31734
+ font-style: normal;
31735
+ font-weight: bold;
31736
+ text-transform: uppercase;
31737
+ font-feature-settings: "cpsp" on;
31738
+ font-size: 14px;
31739
+ line-height: 22px;
31756
31740
  }
31757
- .E_f4mi9eq .form-item-extra {
31758
- margin-top: 4px;
31759
- width: 100%;
31760
- padding: 14px;
31761
- background: #f2f4f6;
31741
+
31742
+ .E_lb3chel {
31743
+ font-family: Inter;
31744
+ font-style: normal;
31745
+ font-weight: normal;
31762
31746
  font-size: 13px;
31763
- line-height: 1.8;
31764
- color: #8e9aa9;
31747
+ line-height: 20px;
31765
31748
  }
31766
- .E_f4mi9eq .form-item-label {
31767
- padding-right: 12px;
31749
+
31750
+ .E_lv9jstu {
31751
+ font-family: Inter;
31752
+ font-style: normal;
31753
+ font-weight: 600;
31768
31754
  font-size: 13px;
31769
- color: rgba(44, 56, 82, 0.6);
31770
- }
31771
- .E_f4mi9eq .form-item-label.label-right {
31772
- text-align: right;
31773
- }
31774
- .E_f4mi9eq .form-item-label,
31775
- .E_f4mi9eq .form-item-control {
31776
- line-height: 32px;
31777
- }
31778
- .E_f4mi9eq .form-item-control .form-item-error {
31779
- line-height: 18px;
31780
- }
31781
- .E_f4mi9eq .form-item-children {
31782
- width: 100%;
31783
- }
31784
- .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 {
31785
- width: 100%;
31786
- }
31787
- .E_f4mi9eq .form-item-error {
31788
- color: #e75a3a;
31789
- height: 0;
31790
- overflow: hidden;
31791
- }
31792
- .E_f4mi9eq .form-item-error-enter-done {
31793
- margin-top: 4px;
31794
- height: auto;
31795
- overflow: auto;
31796
- }
31797
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31798
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31799
- border: 1px solid #e75a3a;
31800
- color: #e75a3a;
31755
+ line-height: 20px;
31801
31756
  }
31802
31757
 
31803
- .E_fh0ewl8 {
31804
- color: #2d3a56;
31758
+ .E_lwqlh3x {
31759
+ font-family: Inter;
31760
+ font-style: normal;
31805
31761
  font-weight: bold;
31806
- padding-bottom: 6px;
31807
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31808
- margin-bottom: 16px;
31809
- }
31810
- .E_fh0ewl8:not(:first-of-type) {
31811
- margin-top: 16px;
31762
+ font-size: 13px;
31763
+ line-height: 20px;
31812
31764
  }
31813
31765
 
31814
- .E_e1qrlvot {
31815
- width: 8px;
31816
- height: 24px;
31817
- display: flex;
31818
- justify-content: center;
31819
- align-items: center;
31820
- cursor: pointer;
31821
- transition: all 200ms ease-out 40ms;
31822
- }
31823
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31824
- content: "";
31825
- width: 1px;
31826
- height: 6px;
31827
- border-radius: 1px;
31828
- background: #ccd4e3;
31829
- position: relative;
31830
- right: 2px;
31831
- transform: rotate(-45deg);
31766
+ .E_lalum9y {
31767
+ font-family: Inter;
31768
+ font-style: normal;
31769
+ font-weight: normal;
31770
+ font-size: 13px;
31771
+ line-height: 20px;
31832
31772
  }
31833
- .E_e1qrlvot:after {
31834
- transform: rotate(45deg);
31835
- left: 1px;
31773
+
31774
+ .E_l1t6dj5o {
31775
+ font-family: Inter;
31776
+ font-style: normal;
31777
+ font-weight: 600;
31778
+ font-size: 13px;
31779
+ line-height: 20px;
31836
31780
  }
31837
31781
 
31838
- .E_w9ic984.ant-alert-warning {
31839
- border: 0;
31840
- background: rgba(255, 187, 0, 0.1);
31841
- border-radius: 6px;
31782
+ .E_l12f6ic {
31783
+ font-family: Inter;
31784
+ font-style: normal;
31785
+ font-weight: bold;
31786
+ font-size: 13px;
31787
+ line-height: 20px;
31842
31788
  }
31843
- .E_w9ic984.ant-alert,
31844
- .E_w9ic984 .ant-alert-message {
31845
- color: #e07f00;
31789
+
31790
+ .E_l7gmukq {
31791
+ font-family: Inter;
31792
+ font-style: normal;
31793
+ font-weight: normal;
31794
+ text-transform: uppercase;
31795
+ font-feature-settings: "cpsp" on;
31796
+ font-size: 13px;
31797
+ line-height: 20px;
31846
31798
  }
31847
- .E_w9ic984.ant-alert .dashed-border-bottom,
31848
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31849
- border-bottom-color: #e07f00;
31799
+
31800
+ .E_lkwl0yp {
31801
+ font-family: Inter;
31802
+ font-style: normal;
31803
+ font-weight: bold;
31804
+ text-transform: uppercase;
31805
+ font-feature-settings: "cpsp" on;
31806
+ font-size: 13px;
31807
+ line-height: 20px;
31850
31808
  }
31851
31809
 
31852
- .E_n1k9qi4r {
31853
- display: flex;
31854
- flex-direction: row;
31855
- padding: 7px 12px;
31856
- background: rgba(255, 187, 0, 0.1);
31857
- border-radius: 6px;
31858
- color: #e07f00;
31810
+ .E_l10knv48 {
31811
+ font-family: Inter;
31812
+ font-style: normal;
31813
+ font-weight: normal;
31859
31814
  font-size: 12px;
31860
31815
  line-height: 18px;
31861
31816
  }
31862
- .E_n1k9qi4r .icon-wrapper {
31863
- margin-right: 10px;
31864
- height: 18px;
31865
- }
31866
31817
 
31867
- .E_n16fsg9x {
31868
- display: flex;
31869
- flex-direction: row;
31870
- padding: 7px 12px;
31871
- background: rgba(225, 230, 241, 0.6);
31872
- border-radius: 6px;
31873
- color: rgba(44, 56, 82, 0.6);
31818
+ .E_l6526ld {
31819
+ font-family: Inter;
31820
+ font-style: normal;
31821
+ font-weight: 500;
31874
31822
  font-size: 12px;
31875
31823
  line-height: 18px;
31876
31824
  }
31877
- .E_n16fsg9x .icon-wrapper {
31878
- margin-right: 10px;
31879
- height: 18px;
31880
- }
31881
31825
 
31882
- .E_i173wxzw {
31883
- display: flex;
31884
- flex-direction: row;
31885
- padding: 7px 12px;
31886
- background: rgba(0, 136, 255, 0.1);
31887
- border-radius: 6px;
31888
- color: #005ed1;
31826
+ .E_l1j81vli {
31827
+ font-family: Inter;
31828
+ font-style: normal;
31829
+ font-weight: bold;
31889
31830
  font-size: 12px;
31890
31831
  line-height: 18px;
31891
31832
  }
31892
- .E_i173wxzw .icon-wrapper {
31893
- margin-right: 10px;
31894
- height: 18px;
31895
- }
31896
31833
 
31897
- .E_dld369h {
31898
- color: rgba(44, 56, 82, 0.6);
31899
- margin-top: 5px;
31834
+ .E_l1x7n1mk {
31835
+ font-family: Inter;
31836
+ font-style: normal;
31837
+ font-weight: normal;
31900
31838
  font-size: 12px;
31901
31839
  line-height: 18px;
31902
31840
  }
31903
31841
 
31904
- .E_s1epv22q {
31905
- color: #f0483e;
31842
+ .E_l9fqufz {
31843
+ font-family: Inter;
31844
+ font-style: normal;
31845
+ font-weight: 500;
31906
31846
  font-size: 12px;
31907
- white-space: pre-wrap;
31908
- }
31909
-
31910
- .E_okus5hk {
31911
- display: flex;
31912
- align-items: center;
31913
- justify-content: flex-end;
31914
- }
31915
- .E_okus5hk .icon-wrapper {
31916
- margin-right: 16px;
31847
+ line-height: 18px;
31917
31848
  }
31918
31849
 
31919
- .E_t1auuzri {
31920
- color: rgba(0, 21, 64, 0.3);
31850
+ .E_l1iwnybd {
31851
+ font-family: Inter;
31852
+ font-style: normal;
31853
+ font-weight: bold;
31854
+ font-size: 12px;
31855
+ line-height: 18px;
31921
31856
  }
31922
31857
 
31923
- .E_i74cfyt.ant-input {
31924
- padding: 5px 12px;
31925
- line-height: 20px;
31926
- color: #2d3a56;
31927
- border-radius: 6px;
31928
- border-color: rgba(172, 186, 211, 0.6);
31929
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31930
- }
31931
- .E_i74cfyt.ant-input.ant-input-lg {
31932
- padding: 8px 16px;
31933
- line-height: 22px;
31934
- }
31935
- .E_i74cfyt.ant-input.ant-input-sm {
31936
- padding: 2px 8px;
31858
+ .E_lprtm1e {
31859
+ font-family: Inter;
31860
+ font-style: normal;
31861
+ font-weight: normal;
31862
+ text-transform: uppercase;
31863
+ font-feature-settings: "cpsp" on;
31864
+ font-size: 12px;
31937
31865
  line-height: 18px;
31938
31866
  }
31939
- .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 {
31940
- border-color: rgba(107, 128, 167, 0.6);
31941
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31942
- z-index: 1;
31943
- }
31944
- .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 {
31945
- border-color: #0096ff;
31946
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31947
- z-index: 1;
31867
+
31868
+ .E_l1lln87h {
31869
+ font-family: Inter;
31870
+ font-style: normal;
31871
+ font-weight: bold;
31872
+ text-transform: uppercase;
31873
+ font-feature-settings: "cpsp" on;
31874
+ font-size: 12px;
31875
+ line-height: 18px;
31948
31876
  }
31949
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31950
- border-color: #e75a3a;
31951
- color: #e75a3a;
31877
+
31878
+ .E_f2pb48l {
31879
+ font-family: Inter;
31880
+ font-style: normal;
31881
+ font-weight: normal;
31882
+ font-size: 13px;
31883
+ line-height: 20px;
31952
31884
  }
31953
- .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 {
31954
- border-color: #e75a3a;
31955
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31885
+
31886
+ .E_fi9emkw {
31887
+ font-family: Inter;
31888
+ font-style: normal;
31889
+ font-weight: normal;
31890
+ font-size: 13px;
31891
+ line-height: 20px;
31956
31892
  }
31957
- .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 {
31958
- border-color: #e75a3a;
31959
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31893
+
31894
+ .E_f1nrg7da {
31895
+ font-family: Inter;
31896
+ font-style: normal;
31897
+ font-weight: normal;
31898
+ font-size: 12px;
31899
+ line-height: 18px;
31960
31900
  }
31961
- .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 {
31962
- background: rgba(211, 218, 235, 0.6);
31963
- color: rgba(0, 21, 64, 0.3);
31964
- border-color: rgba(172, 186, 211, 0.6);
31901
+
31902
+ .E_f17k1i3n {
31903
+ font-family: Inter;
31904
+ font-style: normal;
31905
+ font-weight: normal;
31906
+ font-size: 12px;
31907
+ line-height: 18px;
31965
31908
  }
31966
- .E_i74cfyt.ant-input-affix-wrapper {
31967
- padding: 5px 12px;
31968
- border-radius: 6px;
31969
- border-color: rgba(172, 186, 211, 0.6);
31909
+
31910
+ .E_t1tvuj2e {
31911
+ font-family: Inter;
31912
+ font-style: normal;
31913
+ font-weight: normal;
31914
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31915
+ font-size: 13px;
31970
31916
  line-height: 20px;
31971
- color: #2d3a56;
31972
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31973
- }
31974
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31975
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31976
- color: rgba(44, 56, 82, 0.6);
31977
31917
  }
31978
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31979
- padding: 8px 16px;
31980
- line-height: 22px;
31918
+
31919
+ .E_t17uajlu {
31920
+ font-family: Inter;
31921
+ font-style: normal;
31922
+ font-weight: normal;
31923
+ font-feature-settings: "zero" on;
31924
+ font-size: 13px;
31925
+ line-height: 20px;
31981
31926
  }
31982
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31983
- padding: 2px 8px;
31927
+
31928
+ .E_t114zbyz {
31929
+ font-family: Inter;
31930
+ font-style: normal;
31931
+ font-weight: normal;
31932
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31933
+ font-size: 12px;
31984
31934
  line-height: 18px;
31985
31935
  }
31986
- .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 {
31987
- border-color: rgba(107, 128, 167, 0.6);
31988
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31936
+
31937
+ .E_t1il0kvi {
31938
+ font-family: Inter;
31939
+ font-style: normal;
31940
+ font-weight: 500;
31941
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31942
+ font-size: 12px;
31943
+ line-height: 18px;
31989
31944
  }
31990
- .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 {
31991
- border-color: #0096ff;
31992
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31945
+
31946
+ .E_t10dv8p1 {
31947
+ font-family: Inter;
31948
+ font-style: normal;
31949
+ font-weight: normal;
31950
+ font-feature-settings: "zero" on;
31951
+ font-size: 12px;
31952
+ line-height: 18px;
31993
31953
  }
31994
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31995
- border-color: #e75a3a;
31954
+
31955
+ .E_tc2oqpq {
31956
+ font-family: Inter;
31957
+ font-style: normal;
31958
+ font-weight: 500;
31959
+ font-feature-settings: "zero" on;
31960
+ font-size: 12px;
31961
+ line-height: 18px;
31996
31962
  }
31997
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31998
- color: #e75a3a;
31963
+
31964
+ .E_tzvddmc {
31965
+ font-family: Inter;
31966
+ font-style: normal;
31967
+ font-weight: bold;
31968
+ font-feature-settings: "zero" on;
31969
+ font-size: 16px;
31970
+ line-height: 24px;
31999
31971
  }
32000
- .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 {
32001
- border-color: #e75a3a;
32002
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31972
+
31973
+ .E_u18llj45 {
31974
+ font-family: Inter;
31975
+ font-style: normal;
31976
+ font-weight: normal;
31977
+ font-size: 10px;
31978
+ line-height: 12px;
32003
31979
  }
32004
- .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 {
32005
- border-color: #e75a3a;
32006
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31980
+
31981
+ .E_cnujxq2 {
31982
+ display: flex;
31983
+ flex-direction: column;
32007
31984
  }
32008
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32009
- background: rgba(211, 218, 235, 0.6);
32010
- color: rgba(0, 21, 64, 0.3);
32011
- border-color: rgba(172, 186, 211, 0.6);
31985
+
31986
+ .E_m7s48ia {
31987
+ max-width: 1120px;
31988
+ width: 100%;
31989
+ margin: 0 auto;
31990
+ height: 100%;
32012
31991
  }
32013
- textarea.E_i74cfyt.ant-input {
32014
- transition-property: height;
32015
- transition-delay: 50ms;
31992
+
31993
+ .E_wt5zbg6 {
31994
+ max-width: 1120px;
31995
+ width: 100%;
31996
+ margin: 0 auto;
31997
+ display: flex;
32016
31998
  }
32017
- textarea.E_i74cfyt.ant-input.textarea-large {
32018
- min-height: 40px;
32019
- height: 40px;
31999
+ .E_wt5zbg6 .left,
32000
+ .E_wt5zbg6 .right {
32001
+ flex-grow: 0;
32002
+ flex-shrink: 0;
32003
+ flex-basis: 21%;
32020
32004
  }
32021
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
32022
- height: 80px;
32005
+ .E_wt5zbg6 .left {
32006
+ display: flex;
32007
+ justify-content: flex-end;
32008
+ padding-right: 44px;
32023
32009
  }
32024
- textarea.E_i74cfyt.ant-input.textarea-middle {
32025
- min-height: 32px;
32026
- height: 32px;
32010
+ .E_wt5zbg6 .right {
32011
+ padding-left: 44px;
32027
32012
  }
32028
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32029
- height: 64px;
32013
+ .E_wt5zbg6 .middle {
32014
+ margin-bottom: 40px;
32015
+ flex-grow: 0;
32016
+ flex-shrink: 0;
32017
+ flex-basis: 58%;
32030
32018
  }
32031
- textarea.E_i74cfyt.ant-input.textarea-small {
32032
- min-height: 24px;
32033
- height: 24px;
32019
+ .E_wt5zbg6 .middle .form-base-field {
32020
+ width: 100%;
32034
32021
  }
32035
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
32036
- height: 40px;
32022
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
32023
+ width: auto;
32037
32024
  }
32038
32025
 
32039
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
32040
- border: 1px solid rgba(213, 219, 227, 0.6);
32041
- border-radius: 4px;
32026
+ .E_h18jprzg .ant-modal-header {
32027
+ margin: 0 auto;
32028
+ width: 100%;
32029
+ max-width: 648px;
32042
32030
  }
32043
- .E_k1ci6977.input-tags {
32044
- position: relative;
32045
- padding: 6px;
32046
- height: 32px;
32047
- cursor: pointer;
32048
- transition: border 150ms;
32031
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
32032
+ margin-left: 0;
32049
32033
  }
32050
- .E_k1ci6977.input-tags:hover {
32051
- border-color: #0080ff;
32052
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32034
+ .E_h18jprzg .ant-modal-body {
32035
+ margin: 0 auto;
32036
+ padding: 0;
32037
+ width: 100%;
32038
+ max-width: 648px;
32039
+ overflow: hidden;
32053
32040
  }
32054
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32055
- padding-right: 30px;
32056
- }
32057
- .E_k1ci6977.input-tags .input-tags-inner {
32058
- display: flex;
32041
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
32042
+ margin-bottom: 40px;
32059
32043
  }
32060
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32061
- display: flex;
32044
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
32045
+ height: calc(100vh - 225px);
32046
+ overflow-y: auto;
32062
32047
  }
32063
- .E_k1ci6977.input-tags .input-tag-suffix {
32064
- position: absolute;
32065
- right: 12px;
32066
- top: 50%;
32067
- transform: translateY(-50%);
32048
+ .E_h18jprzg .ant-modal-footer .footer-content {
32049
+ margin: 0 auto;
32050
+ max-width: 648px;
32068
32051
  }
32069
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32070
- color: rgba(0, 0, 0, 0.25);
32071
- font-size: 12px;
32072
- cursor: pointer;
32052
+
32053
+ .E_h16z9xgz .ant-modal-header {
32054
+ margin: 0 auto;
32055
+ width: 100%;
32056
+ max-width: 1024px;
32073
32057
  }
32074
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32075
- color: rgba(0, 0, 0, 0.45);
32058
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
32059
+ margin-left: 0;
32076
32060
  }
32077
- .E_k1ci6977.has-focus-indicator {
32078
- position: relative;
32061
+ .E_h16z9xgz .ant-modal-body {
32062
+ margin: 0 auto;
32063
+ padding: 0;
32064
+ width: 100%;
32065
+ max-width: 1024px;
32079
32066
  overflow: hidden;
32080
32067
  }
32081
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32082
- position: absolute;
32083
- top: 50%;
32084
- transform: translateY(-50%);
32085
- left: -16px;
32086
- transition: left 150ms ease;
32087
- opacity: 0;
32088
- }
32089
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32090
- left: 8px;
32091
- opacity: 1;
32092
- }
32093
- .E_k1ci6977.has-focus-indicator input {
32094
- transition: margin-left 150ms ease;
32095
- margin-left: 0px;
32068
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
32069
+ margin-bottom: 40px;
32096
32070
  }
32097
- .E_k1ci6977.has-focus-indicator input:focus {
32098
- margin-left: 16px;
32071
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
32072
+ height: calc(100vh - 225px);
32073
+ overflow-y: auto;
32099
32074
  }
32100
-
32101
- input.E_l1f7td1d.ant-input {
32102
- border-top-right-radius: 0;
32103
- border-bottom-right-radius: 0;
32075
+ .E_h16z9xgz .ant-modal-footer .footer-content {
32076
+ margin: 0 auto;
32077
+ max-width: 1024px;
32104
32078
  }
32105
32079
 
32106
- .E_l1f7td1d.ant-input-affix-wrapper {
32107
- border-top-right-radius: 0;
32108
- border-bottom-right-radius: 0;
32080
+ .E_f1lrhghm {
32081
+ flex: 1;
32109
32082
  }
32110
-
32111
- input.E_rf8rlle.ant-input {
32112
- border-top-left-radius: 0;
32113
- border-bottom-left-radius: 0;
32083
+ .E_f1lrhghm label {
32084
+ font-size: 13px;
32085
+ line-height: 20px;
32086
+ color: rgba(44, 56, 82, 0.6);
32114
32087
  }
32115
-
32116
- .E_rf8rlle.ant-input-affix-wrapper {
32117
- border-top-left-radius: 0;
32118
- border-bottom-left-radius: 0;
32088
+ .E_f1lrhghm .title {
32089
+ font-size: 14px;
32090
+ line-height: 20px;
32091
+ color: #2d3a56;
32092
+ margin-bottom: 12px;
32119
32093
  }
32120
-
32121
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32122
- border-top-right-radius: 0;
32123
- border-bottom-right-radius: 0;
32094
+ .E_f1lrhghm.connect-cluster .title {
32095
+ padding-bottom: 26px;
32124
32096
  }
32125
32097
 
32126
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32127
- border-top-left-radius: 0;
32128
- border-bottom-left-radius: 0;
32098
+ .E_f18ot8em {
32099
+ padding: 25px 0 15px 0;
32100
+ border-bottom: 1px solid #e1e5eb;
32101
+ margin-bottom: 16px;
32129
32102
  }
32130
32103
 
32131
- .E_c3ni091 {
32104
+ .E_f1l1g2k0 {
32132
32105
  display: flex;
32133
- flex-direction: column;
32106
+ align-items: center;
32107
+ margin-bottom: 8px;
32134
32108
  }
32135
- .E_c3ni091 .select-wrapper {
32136
- margin-top: 12px;
32109
+ .E_f1l1g2k0 > label {
32110
+ width: 216px;
32137
32111
  }
32138
- .E_c3ni091 .select-wrapper .select {
32112
+ .E_f1l1g2k0 > label + * {
32139
32113
  width: 100%;
32140
32114
  }
32141
- .E_c3ni091 .radio-wrapper {
32142
- margin-top: 24px;
32143
- }
32144
- .E_c3ni091 div.form-item {
32115
+ .E_f1l1g2k0 .ant-select {
32145
32116
  width: 100%;
32146
32117
  }
32147
32118
 
32148
- .E_d105ju2d {
32149
- font-size: 14px;
32150
- font-weight: 500;
32151
- color: #3e4652;
32152
- line-height: 18px;
32153
- }
32154
- .E_d105ju2d + .E_d105ju2d {
32155
- margin-top: 16px;
32119
+ .E_e1k89cwg {
32120
+ color: #e75a3a;
32121
+ margin-right: 10px;
32156
32122
  }
32157
- .E_d105ju2d + * {
32158
- margin-top: 16px;
32123
+
32124
+ .E_d1oui1gf {
32125
+ width: 100%;
32126
+ height: 1px;
32127
+ background: rgba(213, 219, 227, 0.6);
32128
+ margin: 24px 0;
32159
32129
  }
32160
32130
 
32161
- .E_lh0l62z.E_d105ju2d {
32162
- font-size: 12px;
32163
- color: rgba(44, 56, 82, 0.6);
32164
- margin-top: 12px;
32131
+ .E_l15itdbb {
32132
+ display: flex;
32133
+ justify-content: center;
32134
+ align-items: center;
32135
+ height: 100%;
32165
32136
  }
32166
32137
 
32167
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32168
- line-height: 18px;
32169
- font-weight: 500;
32170
- margin-top: 0;
32171
- white-space: initial;
32138
+ .E_d1y3z4w {
32139
+ display: inline-block;
32140
+ width: 4px;
32141
+ height: 4px;
32142
+ background: #8e9aa9;
32143
+ opacity: 0.4;
32144
+ border-radius: 50%;
32145
+ margin: 0 4px;
32172
32146
  }
32173
32147
 
32174
- .E_r1skkc3l {
32175
- display: block;
32148
+ .E_m177r7a3 .ant-modal-header,
32149
+ .E_m177r7a3 .ant-modal-footer .footer-content {
32150
+ width: 648px;
32151
+ margin: 0 auto;
32176
32152
  }
32177
- .E_r1skkc3l span {
32178
- font-size: 14px;
32179
- font-weight: 500;
32180
- line-height: 32px;
32181
- color: #3e4652;
32153
+ .E_m177r7a3 .ant-modal-header {
32154
+ padding: 35px 0 24px;
32155
+ border: none;
32182
32156
  }
32183
-
32184
- .E_c3cobmo {
32185
- margin-top: 16px;
32186
- padding: 8px;
32187
- border-radius: 6px;
32188
- background: rgba(225, 230, 241, 0.6);
32189
- color: rgba(44, 56, 82, 0.6);
32190
- font-size: 12px;
32157
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
32158
+ font-size: 30px;
32191
32159
  }
32192
- .E_c3cobmo div {
32193
- line-height: 20px;
32194
- display: flex;
32195
- align-items: center;
32196
- word-break: break-all;
32160
+ .E_m177r7a3 .ant-modal-body {
32161
+ padding: 4px 0 2px;
32197
32162
  }
32198
- .E_c3cobmo .title {
32199
- font-weight: 700;
32200
- line-height: 18px;
32201
- margin: 4px 0;
32163
+ .E_m177r7a3 .ant-modal-footer {
32164
+ border: none;
32202
32165
  }
32203
32166
 
32204
- .E_dsnbhzf {
32205
- font-family: Inter;
32206
- font-style: normal;
32167
+ .E_t1wwio3v {
32168
+ font-size: 12px;
32169
+ line-height: 18px;
32207
32170
  font-weight: bold;
32208
- font-size: 32px;
32209
- line-height: 40px;
32171
+ color: #fff;
32172
+ padding: 0 4px;
32173
+ border-radius: 4px;
32174
+ display: inline-block;
32175
+ background: var(--t1wwio3v-0);
32210
32176
  }
32211
-
32212
- .E_d1mvo22k {
32213
- font-family: Inter;
32214
- font-style: normal;
32215
- font-weight: bold;
32216
- font-size: 24px;
32217
- line-height: 32px;
32177
+ .E_t1wwio3v:not(:first-child) {
32178
+ margin-left: 4px;
32218
32179
  }
32219
32180
 
32220
- .E_d1b444tr {
32221
- font-family: Inter;
32222
- font-style: normal;
32223
- font-weight: normal;
32224
- font-size: 32px;
32225
- line-height: 40px;
32181
+ .E_f17jvtfk {
32182
+ width: 100%;
32183
+ height: 100%;
32184
+ display: flex;
32185
+ align-items: center;
32186
+ justify-content: center;
32226
32187
  }
32227
32188
 
32228
- .E_dvs0kue {
32229
- font-family: Inter;
32230
- font-style: normal;
32189
+ .E_nzppkea {
32190
+ font-size: 90%;
32231
32191
  font-weight: bold;
32232
- font-size: 20px;
32233
- line-height: 24px;
32192
+ background-color: rgba(240, 243, 247, 0.6);
32193
+ padding: 1px 4px 1px;
32194
+ margin-left: 2px;
32195
+ margin-right: 2px;
32196
+ border: 1px solid rgba(213, 219, 227, 0.6);
32197
+ border-radius: 4px;
32234
32198
  }
32235
32199
 
32236
- .E_d1hcbfcq {
32237
- font-family: Inter;
32238
- font-style: normal;
32239
- font-weight: normal;
32240
- font-size: 20px;
32241
- line-height: 24px;
32200
+ .E_f4mi9eq.form-item-general {
32201
+ width: 640px;
32242
32202
  }
32243
-
32244
- .E_d1cz922v {
32245
- font-family: Inter;
32246
- font-style: normal;
32247
- font-weight: bold;
32248
- font-size: 18px;
32249
- line-height: 22px;
32203
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
32204
+ margin-top: 16px;
32250
32205
  }
32251
-
32252
- .E_d3nzbrm {
32253
- font-family: Inter;
32254
- font-style: normal;
32255
- font-weight: normal;
32256
- font-size: 18px;
32257
- line-height: 22px;
32206
+ .E_f4mi9eq.form-item-compact {
32207
+ width: 412px;
32208
+ }
32209
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
32210
+ margin-top: 8px;
32211
+ }
32212
+ .E_f4mi9eq .form-item {
32213
+ width: auto;
32214
+ }
32215
+ .E_f4mi9eq .form-item-main {
32216
+ position: relative;
32217
+ display: flex;
32218
+ }
32219
+ .E_f4mi9eq .form-item-extra {
32220
+ margin-top: 4px;
32221
+ width: 100%;
32222
+ padding: 14px;
32223
+ background: #f2f4f6;
32224
+ font-size: 13px;
32225
+ line-height: 1.8;
32226
+ color: #8e9aa9;
32227
+ }
32228
+ .E_f4mi9eq .form-item-label {
32229
+ padding-right: 12px;
32230
+ font-size: 13px;
32231
+ color: rgba(44, 56, 82, 0.6);
32232
+ }
32233
+ .E_f4mi9eq .form-item-label.label-right {
32234
+ text-align: right;
32235
+ }
32236
+ .E_f4mi9eq .form-item-label,
32237
+ .E_f4mi9eq .form-item-control {
32238
+ line-height: 32px;
32239
+ }
32240
+ .E_f4mi9eq .form-item-control .form-item-error {
32241
+ line-height: 18px;
32242
+ }
32243
+ .E_f4mi9eq .form-item-children {
32244
+ width: 100%;
32245
+ }
32246
+ .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 {
32247
+ width: 100%;
32248
+ }
32249
+ .E_f4mi9eq .form-item-error {
32250
+ color: #e75a3a;
32251
+ height: 0;
32252
+ overflow: hidden;
32253
+ }
32254
+ .E_f4mi9eq .form-item-error-enter-done {
32255
+ margin-top: 4px;
32256
+ height: auto;
32257
+ overflow: auto;
32258
+ }
32259
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
32260
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
32261
+ border: 1px solid #e75a3a;
32262
+ color: #e75a3a;
32258
32263
  }
32259
32264
 
32260
- .E_h1g0p5ob {
32261
- font-family: Inter;
32262
- font-style: normal;
32265
+ .E_fh0ewl8 {
32266
+ color: #2d3a56;
32263
32267
  font-weight: bold;
32264
- font-size: 16px;
32265
- line-height: 22px;
32268
+ padding-bottom: 6px;
32269
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32270
+ margin-bottom: 16px;
32266
32271
  }
32267
-
32268
- .E_hydo2ej {
32269
- font-family: Inter;
32270
- font-style: normal;
32271
- font-weight: normal;
32272
- font-size: 16px;
32273
- line-height: 22px;
32272
+ .E_fh0ewl8:not(:first-of-type) {
32273
+ margin-top: 16px;
32274
32274
  }
32275
32275
 
32276
- .E_h1hbuq0r {
32277
- font-family: Inter;
32278
- font-style: normal;
32279
- font-weight: bold;
32280
- font-size: 14px;
32281
- line-height: 20px;
32276
+ .E_e1qrlvot {
32277
+ width: 8px;
32278
+ height: 24px;
32279
+ display: flex;
32280
+ justify-content: center;
32281
+ align-items: center;
32282
+ cursor: pointer;
32283
+ transition: all 200ms ease-out 40ms;
32284
+ }
32285
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
32286
+ content: "";
32287
+ width: 1px;
32288
+ height: 6px;
32289
+ border-radius: 1px;
32290
+ background: #ccd4e3;
32291
+ position: relative;
32292
+ right: 2px;
32293
+ transform: rotate(-45deg);
32294
+ }
32295
+ .E_e1qrlvot:after {
32296
+ transform: rotate(45deg);
32297
+ left: 1px;
32282
32298
  }
32283
32299
 
32284
- .E_h13bondg {
32285
- font-family: Inter;
32286
- font-style: normal;
32287
- font-weight: normal;
32288
- font-size: 14px;
32289
- line-height: 20px;
32300
+ .E_w9ic984.ant-alert-warning {
32301
+ border: 0;
32302
+ background: rgba(255, 187, 0, 0.1);
32303
+ border-radius: 6px;
32304
+ }
32305
+ .E_w9ic984.ant-alert,
32306
+ .E_w9ic984 .ant-alert-message {
32307
+ color: #e07f00;
32308
+ }
32309
+ .E_w9ic984.ant-alert .dashed-border-bottom,
32310
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
32311
+ border-bottom-color: #e07f00;
32290
32312
  }
32291
32313
 
32292
- .E_h1mhvdlx {
32293
- font-family: Inter;
32294
- font-style: normal;
32295
- font-weight: bold;
32314
+ .E_n1k9qi4r {
32315
+ display: flex;
32316
+ flex-direction: row;
32317
+ padding: 7px 12px;
32318
+ background: rgba(255, 187, 0, 0.1);
32319
+ border-radius: 6px;
32320
+ color: #e07f00;
32296
32321
  font-size: 12px;
32297
32322
  line-height: 18px;
32298
32323
  }
32324
+ .E_n1k9qi4r .icon-wrapper {
32325
+ margin-right: 10px;
32326
+ height: 18px;
32327
+ }
32299
32328
 
32300
- .E_h1inmfq6 {
32301
- font-family: Inter;
32302
- font-style: normal;
32303
- font-weight: normal;
32329
+ .E_n16fsg9x {
32330
+ display: flex;
32331
+ flex-direction: row;
32332
+ padding: 7px 12px;
32333
+ background: rgba(225, 230, 241, 0.6);
32334
+ border-radius: 6px;
32335
+ color: rgba(44, 56, 82, 0.6);
32304
32336
  font-size: 12px;
32305
32337
  line-height: 18px;
32306
32338
  }
32339
+ .E_n16fsg9x .icon-wrapper {
32340
+ margin-right: 10px;
32341
+ height: 18px;
32342
+ }
32307
32343
 
32308
- .E_h1kfc0la {
32309
- font-family: Inter;
32310
- font-style: normal;
32311
- font-weight: bold;
32312
- text-transform: uppercase;
32313
- font-feature-settings: "cpsp" on;
32344
+ .E_i173wxzw {
32345
+ display: flex;
32346
+ flex-direction: row;
32347
+ padding: 7px 12px;
32348
+ background: rgba(0, 136, 255, 0.1);
32349
+ border-radius: 6px;
32350
+ color: #005ed1;
32314
32351
  font-size: 12px;
32315
32352
  line-height: 18px;
32316
32353
  }
32354
+ .E_i173wxzw .icon-wrapper {
32355
+ margin-right: 10px;
32356
+ height: 18px;
32357
+ }
32317
32358
 
32318
- .E_h10xnyuu {
32319
- font-family: Inter;
32320
- font-style: normal;
32321
- font-weight: normal;
32322
- text-transform: uppercase;
32323
- font-feature-settings: "cpsp" on;
32359
+ .E_dld369h {
32360
+ color: rgba(44, 56, 82, 0.6);
32361
+ margin-top: 5px;
32324
32362
  font-size: 12px;
32325
32363
  line-height: 18px;
32326
32364
  }
32327
32365
 
32328
- .E_lrcmi0v {
32329
- font-family: Inter;
32330
- font-style: normal;
32331
- font-weight: normal;
32332
- font-size: 16px;
32333
- line-height: 24px;
32334
- }
32335
-
32336
- .E_lzt43lp {
32337
- font-family: Inter;
32338
- font-style: normal;
32339
- font-weight: bold;
32340
- font-size: 16px;
32341
- line-height: 24px;
32366
+ .E_s1epv22q {
32367
+ color: #f0483e;
32368
+ font-size: 12px;
32369
+ white-space: pre-wrap;
32342
32370
  }
32343
32371
 
32344
- .E_l5yc9nt {
32345
- font-family: Inter;
32346
- font-style: normal;
32347
- font-weight: normal;
32348
- font-size: 16px;
32349
- line-height: 24px;
32372
+ .E_okus5hk {
32373
+ display: flex;
32374
+ align-items: center;
32375
+ justify-content: flex-end;
32350
32376
  }
32351
-
32352
- .E_l1fbkbzo {
32353
- font-family: Inter;
32354
- font-style: normal;
32355
- font-weight: bold;
32356
- font-size: 16px;
32357
- line-height: 24px;
32377
+ .E_okus5hk .icon-wrapper {
32378
+ margin-right: 16px;
32358
32379
  }
32359
32380
 
32360
- .E_lahvcax {
32361
- font-family: Inter;
32362
- font-style: normal;
32363
- font-weight: normal;
32364
- text-transform: uppercase;
32365
- font-feature-settings: "cpsp" on;
32366
- font-size: 16px;
32367
- line-height: 24px;
32381
+ .E_t1auuzri {
32382
+ color: rgba(0, 21, 64, 0.3);
32368
32383
  }
32369
32384
 
32370
- .E_l11q3pxd {
32371
- font-family: Inter;
32372
- font-style: normal;
32373
- font-weight: bold;
32374
- text-transform: uppercase;
32375
- font-feature-settings: "cpsp" on;
32376
- font-size: 16px;
32377
- line-height: 24px;
32385
+ .E_i74cfyt.ant-input {
32386
+ padding: 5px 12px;
32387
+ line-height: 20px;
32388
+ color: #2d3a56;
32389
+ border-radius: 6px;
32390
+ border-color: rgba(172, 186, 211, 0.6);
32391
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32378
32392
  }
32379
-
32380
- .E_lfuc2qu {
32381
- font-family: Inter;
32382
- font-style: normal;
32383
- font-weight: normal;
32384
- font-size: 14px;
32393
+ .E_i74cfyt.ant-input.ant-input-lg {
32394
+ padding: 8px 16px;
32385
32395
  line-height: 22px;
32386
32396
  }
32387
-
32388
- .E_l1jmp8r0 {
32389
- font-family: Inter;
32390
- font-style: normal;
32391
- font-weight: 500;
32392
- font-size: 14px;
32393
- line-height: 22px;
32397
+ .E_i74cfyt.ant-input.ant-input-sm {
32398
+ padding: 2px 8px;
32399
+ line-height: 18px;
32394
32400
  }
32395
-
32396
- .E_lcnm221 {
32397
- font-family: Inter;
32398
- font-style: normal;
32399
- font-weight: bold;
32400
- font-size: 14px;
32401
- line-height: 22px;
32401
+ .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 {
32402
+ border-color: rgba(107, 128, 167, 0.6);
32403
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32404
+ z-index: 1;
32402
32405
  }
32403
-
32404
- .E_lu1z2n5 {
32405
- font-family: Inter;
32406
- font-style: normal;
32407
- font-weight: normal;
32408
- font-size: 14px;
32409
- line-height: 22px;
32406
+ .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 {
32407
+ border-color: #0096ff;
32408
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32409
+ z-index: 1;
32410
32410
  }
32411
-
32412
- .E_l1r59djn {
32413
- font-family: Inter;
32414
- font-style: normal;
32415
- font-weight: bold;
32416
- font-size: 14px;
32417
- line-height: 22px;
32411
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
32412
+ border-color: #e75a3a;
32413
+ color: #e75a3a;
32418
32414
  }
32419
-
32420
- .E_ljm2911 {
32421
- font-family: Inter;
32422
- font-style: normal;
32423
- font-weight: normal;
32424
- text-transform: uppercase;
32425
- font-feature-settings: "cpsp" on;
32426
- font-size: 14px;
32427
- line-height: 22px;
32415
+ .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 {
32416
+ border-color: #e75a3a;
32417
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32428
32418
  }
32429
-
32430
- .E_l124mzmr {
32431
- font-family: Inter;
32432
- font-style: normal;
32433
- font-weight: bold;
32434
- text-transform: uppercase;
32435
- font-feature-settings: "cpsp" on;
32436
- font-size: 14px;
32437
- line-height: 22px;
32419
+ .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 {
32420
+ border-color: #e75a3a;
32421
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32438
32422
  }
32439
-
32440
- .E_lb3chel {
32441
- font-family: Inter;
32442
- font-style: normal;
32443
- font-weight: normal;
32444
- font-size: 13px;
32445
- line-height: 20px;
32423
+ .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 {
32424
+ background: rgba(211, 218, 235, 0.6);
32425
+ color: rgba(0, 21, 64, 0.3);
32426
+ border-color: rgba(172, 186, 211, 0.6);
32446
32427
  }
32447
-
32448
- .E_lv9jstu {
32449
- font-family: Inter;
32450
- font-style: normal;
32451
- font-weight: 600;
32452
- font-size: 13px;
32428
+ .E_i74cfyt.ant-input-affix-wrapper {
32429
+ padding: 5px 12px;
32430
+ border-radius: 6px;
32431
+ border-color: rgba(172, 186, 211, 0.6);
32453
32432
  line-height: 20px;
32433
+ color: #2d3a56;
32434
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32454
32435
  }
32455
-
32456
- .E_lwqlh3x {
32457
- font-family: Inter;
32458
- font-style: normal;
32459
- font-weight: bold;
32460
- font-size: 13px;
32461
- line-height: 20px;
32436
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
32437
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
32438
+ color: rgba(44, 56, 82, 0.6);
32462
32439
  }
32463
-
32464
- .E_lalum9y {
32465
- font-family: Inter;
32466
- font-style: normal;
32467
- font-weight: normal;
32468
- font-size: 13px;
32469
- line-height: 20px;
32440
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
32441
+ padding: 8px 16px;
32442
+ line-height: 22px;
32443
+ }
32444
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
32445
+ padding: 2px 8px;
32446
+ line-height: 18px;
32447
+ }
32448
+ .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 {
32449
+ border-color: rgba(107, 128, 167, 0.6);
32450
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32451
+ }
32452
+ .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 {
32453
+ border-color: #0096ff;
32454
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32455
+ }
32456
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
32457
+ border-color: #e75a3a;
32458
+ }
32459
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
32460
+ color: #e75a3a;
32461
+ }
32462
+ .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 {
32463
+ border-color: #e75a3a;
32464
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32465
+ }
32466
+ .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 {
32467
+ border-color: #e75a3a;
32468
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32469
+ }
32470
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32471
+ background: rgba(211, 218, 235, 0.6);
32472
+ color: rgba(0, 21, 64, 0.3);
32473
+ border-color: rgba(172, 186, 211, 0.6);
32474
+ }
32475
+ textarea.E_i74cfyt.ant-input {
32476
+ transition-property: height;
32477
+ transition-delay: 50ms;
32478
+ }
32479
+ textarea.E_i74cfyt.ant-input.textarea-large {
32480
+ min-height: 40px;
32481
+ height: 40px;
32482
+ }
32483
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
32484
+ height: 80px;
32485
+ }
32486
+ textarea.E_i74cfyt.ant-input.textarea-middle {
32487
+ min-height: 32px;
32488
+ height: 32px;
32489
+ }
32490
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32491
+ height: 64px;
32492
+ }
32493
+ textarea.E_i74cfyt.ant-input.textarea-small {
32494
+ min-height: 24px;
32495
+ height: 24px;
32496
+ }
32497
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
32498
+ height: 40px;
32470
32499
  }
32471
32500
 
32472
- .E_l1t6dj5o {
32473
- font-family: Inter;
32474
- font-style: normal;
32475
- font-weight: 600;
32476
- font-size: 13px;
32477
- line-height: 20px;
32501
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
32502
+ border: 1px solid rgba(213, 219, 227, 0.6);
32503
+ border-radius: 4px;
32504
+ }
32505
+ .E_k1ci6977.input-tags {
32506
+ position: relative;
32507
+ padding: 6px;
32508
+ height: 32px;
32509
+ cursor: pointer;
32510
+ transition: border 150ms;
32511
+ }
32512
+ .E_k1ci6977.input-tags:hover {
32513
+ border-color: #0080ff;
32514
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32515
+ }
32516
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32517
+ padding-right: 30px;
32518
+ }
32519
+ .E_k1ci6977.input-tags .input-tags-inner {
32520
+ display: flex;
32521
+ }
32522
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32523
+ display: flex;
32524
+ }
32525
+ .E_k1ci6977.input-tags .input-tag-suffix {
32526
+ position: absolute;
32527
+ right: 12px;
32528
+ top: 50%;
32529
+ transform: translateY(-50%);
32530
+ }
32531
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32532
+ color: rgba(0, 0, 0, 0.25);
32533
+ font-size: 12px;
32534
+ cursor: pointer;
32535
+ }
32536
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32537
+ color: rgba(0, 0, 0, 0.45);
32538
+ }
32539
+ .E_k1ci6977.has-focus-indicator {
32540
+ position: relative;
32541
+ overflow: hidden;
32478
32542
  }
32479
-
32480
- .E_l12f6ic {
32481
- font-family: Inter;
32482
- font-style: normal;
32483
- font-weight: bold;
32484
- font-size: 13px;
32485
- line-height: 20px;
32543
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32544
+ position: absolute;
32545
+ top: 50%;
32546
+ transform: translateY(-50%);
32547
+ left: -16px;
32548
+ transition: left 150ms ease;
32549
+ opacity: 0;
32486
32550
  }
32487
-
32488
- .E_l7gmukq {
32489
- font-family: Inter;
32490
- font-style: normal;
32491
- font-weight: normal;
32492
- text-transform: uppercase;
32493
- font-feature-settings: "cpsp" on;
32494
- font-size: 13px;
32495
- line-height: 20px;
32551
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32552
+ left: 8px;
32553
+ opacity: 1;
32496
32554
  }
32497
-
32498
- .E_lkwl0yp {
32499
- font-family: Inter;
32500
- font-style: normal;
32501
- font-weight: bold;
32502
- text-transform: uppercase;
32503
- font-feature-settings: "cpsp" on;
32504
- font-size: 13px;
32505
- line-height: 20px;
32555
+ .E_k1ci6977.has-focus-indicator input {
32556
+ transition: margin-left 150ms ease;
32557
+ margin-left: 0px;
32506
32558
  }
32507
-
32508
- .E_l10knv48 {
32509
- font-family: Inter;
32510
- font-style: normal;
32511
- font-weight: normal;
32512
- font-size: 12px;
32513
- line-height: 18px;
32559
+ .E_k1ci6977.has-focus-indicator input:focus {
32560
+ margin-left: 16px;
32514
32561
  }
32515
32562
 
32516
- .E_l6526ld {
32517
- font-family: Inter;
32518
- font-style: normal;
32519
- font-weight: 500;
32520
- font-size: 12px;
32521
- line-height: 18px;
32563
+ input.E_l1f7td1d.ant-input {
32564
+ border-top-right-radius: 0;
32565
+ border-bottom-right-radius: 0;
32522
32566
  }
32523
32567
 
32524
- .E_l1j81vli {
32525
- font-family: Inter;
32526
- font-style: normal;
32527
- font-weight: bold;
32528
- font-size: 12px;
32529
- line-height: 18px;
32568
+ .E_l1f7td1d.ant-input-affix-wrapper {
32569
+ border-top-right-radius: 0;
32570
+ border-bottom-right-radius: 0;
32530
32571
  }
32531
32572
 
32532
- .E_l1x7n1mk {
32533
- font-family: Inter;
32534
- font-style: normal;
32535
- font-weight: normal;
32536
- font-size: 12px;
32537
- line-height: 18px;
32573
+ input.E_rf8rlle.ant-input {
32574
+ border-top-left-radius: 0;
32575
+ border-bottom-left-radius: 0;
32538
32576
  }
32539
32577
 
32540
- .E_l9fqufz {
32541
- font-family: Inter;
32542
- font-style: normal;
32543
- font-weight: 500;
32544
- font-size: 12px;
32545
- line-height: 18px;
32578
+ .E_rf8rlle.ant-input-affix-wrapper {
32579
+ border-top-left-radius: 0;
32580
+ border-bottom-left-radius: 0;
32546
32581
  }
32547
32582
 
32548
- .E_l1iwnybd {
32549
- font-family: Inter;
32550
- font-style: normal;
32551
- font-weight: bold;
32552
- font-size: 12px;
32553
- line-height: 18px;
32583
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32584
+ border-top-right-radius: 0;
32585
+ border-bottom-right-radius: 0;
32554
32586
  }
32555
32587
 
32556
- .E_lprtm1e {
32557
- font-family: Inter;
32558
- font-style: normal;
32559
- font-weight: normal;
32560
- text-transform: uppercase;
32561
- font-feature-settings: "cpsp" on;
32562
- font-size: 12px;
32563
- line-height: 18px;
32588
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32589
+ border-top-left-radius: 0;
32590
+ border-bottom-left-radius: 0;
32564
32591
  }
32565
32592
 
32566
- .E_l1lln87h {
32567
- font-family: Inter;
32568
- font-style: normal;
32569
- font-weight: bold;
32570
- text-transform: uppercase;
32571
- font-feature-settings: "cpsp" on;
32572
- font-size: 12px;
32573
- line-height: 18px;
32593
+ .E_c3ni091 {
32594
+ display: flex;
32595
+ flex-direction: column;
32574
32596
  }
32575
-
32576
- .E_f2pb48l {
32577
- font-family: Inter;
32578
- font-style: normal;
32579
- font-weight: normal;
32580
- font-size: 13px;
32581
- line-height: 20px;
32597
+ .E_c3ni091 .select-wrapper {
32598
+ margin-top: 12px;
32582
32599
  }
32583
-
32584
- .E_fi9emkw {
32585
- font-family: Inter;
32586
- font-style: normal;
32587
- font-weight: normal;
32588
- font-size: 13px;
32589
- line-height: 20px;
32600
+ .E_c3ni091 .select-wrapper .select {
32601
+ width: 100%;
32590
32602
  }
32591
-
32592
- .E_f1nrg7da {
32593
- font-family: Inter;
32594
- font-style: normal;
32595
- font-weight: normal;
32596
- font-size: 12px;
32597
- line-height: 18px;
32603
+ .E_c3ni091 .radio-wrapper {
32604
+ margin-top: 24px;
32605
+ }
32606
+ .E_c3ni091 div.form-item {
32607
+ width: 100%;
32598
32608
  }
32599
32609
 
32600
- .E_f17k1i3n {
32601
- font-family: Inter;
32602
- font-style: normal;
32603
- font-weight: normal;
32604
- font-size: 12px;
32610
+ .E_d105ju2d {
32611
+ font-size: 14px;
32612
+ font-weight: 500;
32613
+ color: #3e4652;
32605
32614
  line-height: 18px;
32606
32615
  }
32607
-
32608
- .E_t1tvuj2e {
32609
- font-family: Inter;
32610
- font-style: normal;
32611
- font-weight: normal;
32612
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32613
- font-size: 13px;
32614
- line-height: 20px;
32616
+ .E_d105ju2d + .E_d105ju2d {
32617
+ margin-top: 16px;
32615
32618
  }
32616
-
32617
- .E_t17uajlu {
32618
- font-family: Inter;
32619
- font-style: normal;
32620
- font-weight: normal;
32621
- font-feature-settings: "zero" on;
32622
- font-size: 13px;
32623
- line-height: 20px;
32619
+ .E_d105ju2d + * {
32620
+ margin-top: 16px;
32624
32621
  }
32625
32622
 
32626
- .E_t114zbyz {
32627
- font-family: Inter;
32628
- font-style: normal;
32629
- font-weight: normal;
32630
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32623
+ .E_lh0l62z.E_d105ju2d {
32631
32624
  font-size: 12px;
32632
- line-height: 18px;
32625
+ color: rgba(44, 56, 82, 0.6);
32626
+ margin-top: 12px;
32633
32627
  }
32634
32628
 
32635
- .E_t1il0kvi {
32636
- font-family: Inter;
32637
- font-style: normal;
32638
- font-weight: 500;
32639
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32640
- font-size: 12px;
32629
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32641
32630
  line-height: 18px;
32631
+ font-weight: 500;
32632
+ margin-top: 0;
32633
+ white-space: initial;
32642
32634
  }
32643
32635
 
32644
- .E_t10dv8p1 {
32645
- font-family: Inter;
32646
- font-style: normal;
32647
- font-weight: normal;
32648
- font-feature-settings: "zero" on;
32649
- font-size: 12px;
32650
- line-height: 18px;
32636
+ .E_r1skkc3l {
32637
+ display: block;
32651
32638
  }
32652
-
32653
- .E_tc2oqpq {
32654
- font-family: Inter;
32655
- font-style: normal;
32639
+ .E_r1skkc3l span {
32640
+ font-size: 14px;
32656
32641
  font-weight: 500;
32657
- font-feature-settings: "zero" on;
32658
- font-size: 12px;
32659
- line-height: 18px;
32642
+ line-height: 32px;
32643
+ color: #3e4652;
32660
32644
  }
32661
32645
 
32662
- .E_tzvddmc {
32663
- font-family: Inter;
32664
- font-style: normal;
32665
- font-weight: bold;
32666
- font-feature-settings: "zero" on;
32667
- font-size: 16px;
32668
- line-height: 24px;
32646
+ .E_c3cobmo {
32647
+ margin-top: 16px;
32648
+ padding: 8px;
32649
+ border-radius: 6px;
32650
+ background: rgba(225, 230, 241, 0.6);
32651
+ color: rgba(44, 56, 82, 0.6);
32652
+ font-size: 12px;
32669
32653
  }
32670
-
32671
- .E_u18llj45 {
32672
- font-family: Inter;
32673
- font-style: normal;
32674
- font-weight: normal;
32675
- font-size: 10px;
32676
- line-height: 12px;
32654
+ .E_c3cobmo div {
32655
+ line-height: 20px;
32656
+ display: flex;
32657
+ align-items: center;
32658
+ word-break: break-all;
32659
+ }
32660
+ .E_c3cobmo .title {
32661
+ font-weight: 700;
32662
+ line-height: 18px;
32663
+ margin: 4px 0;
32677
32664
  }
32678
32665
 
32679
32666
  .E_a1b5xrg3 .user-icon-inner {
@@ -32709,18 +32696,11 @@ input.E_rf8rlle.ant-input {
32709
32696
  .E_m196gn1d {
32710
32697
  min-width: 1280px;
32711
32698
  }
32712
-
32713
- .E_suhck3k {
32714
- height: 24px;
32715
- width: 24px;
32716
- border-radius: 6px;
32717
- padding: 4px;
32718
- }
32719
- .E_suhck3k:hover {
32720
- background-color: rgba(0, 136, 255, 0.1);
32721
- }
32722
- .E_suhck3k:hover svg path {
32723
- fill: blue;
32699
+
32700
+ .E_h1ol2wl7 {
32701
+ font-weight: bold;
32702
+ background-color: unset;
32703
+ padding: unset;
32724
32704
  }
32725
32705
 
32726
32706
  .E_ryby9ds {
@@ -32739,6 +32719,19 @@ input.E_rf8rlle.ant-input {
32739
32719
  margin-right: 6px;
32740
32720
  }
32741
32721
 
32722
+ .E_suhck3k {
32723
+ height: 24px;
32724
+ width: 24px;
32725
+ border-radius: 6px;
32726
+ padding: 4px;
32727
+ }
32728
+ .E_suhck3k:hover {
32729
+ background-color: rgba(0, 136, 255, 0.1);
32730
+ }
32731
+ .E_suhck3k:hover svg path {
32732
+ fill: blue;
32733
+ }
32734
+
32742
32735
  .E_hrhfj7c {
32743
32736
  display: none;
32744
32737
  }
@@ -33811,6 +33804,28 @@ input.E_rf8rlle.ant-input {
33811
33804
  transform: translateY(-4px);
33812
33805
  }
33813
33806
 
33807
+ .E_r77hffu {
33808
+ display: flex;
33809
+ align-items: center;
33810
+ justify-content: space-between;
33811
+ column-gap: 6px;
33812
+ }
33813
+
33814
+ .E_p1cmxsf7 {
33815
+ display: flex;
33816
+ flex-direction: column;
33817
+ justify-content: center;
33818
+ row-gap: var(--p1cmxsf7-0);
33819
+ }
33820
+ .E_p1cmxsf7 .antd5-progress-line {
33821
+ font-size: 0;
33822
+ }
33823
+
33824
+ .E_i1g85yz3 {
33825
+ margin-right: 4px;
33826
+ height: 16px;
33827
+ }
33828
+
33814
33829
  .E_lht19u8 {
33815
33830
  width: 64px;
33816
33831
  height: 64px;
@@ -33860,242 +33875,33 @@ input.E_rf8rlle.ant-input {
33860
33875
  animation: loading-indicator3 1100ms ease-out infinite;
33861
33876
  }
33862
33877
 
33863
- .E_w7ob4th.outside-tag {
33864
- padding-left: 0;
33865
- }
33866
- .E_w7ob4th.outside-tag .inside-tag {
33867
- border-radius: 4px 0 0 4px;
33868
- padding-right: 4px;
33869
- margin-right: 4px;
33870
- }
33871
-
33872
33878
  .E_slr2ynn {
33873
33879
  padding: 0 8px;
33874
33880
  height: 18px;
33875
33881
  }
33876
33882
 
33877
- .E_m140wbb6 {
33878
- padding: 2px 8px;
33879
- height: 24px;
33880
- }
33881
-
33882
- .E_t1fozc1i {
33883
- margin: 0;
33884
- }
33885
-
33886
- .E_i1vxv4ln {
33887
- margin-right: 4px;
33888
- height: 16px;
33889
- }
33890
-
33891
- .E_n1afl31m.ant-tag.ant-tag-gray {
33892
- font-weight: 700;
33893
- color: #00122e;
33894
- background-color: rgba(237, 241, 250, 0.6);
33895
- border: 1px solid rgba(211, 218, 235, 0.6);
33896
- word-break: break-all;
33897
- display: inline;
33898
- white-space: normal;
33899
- }
33900
-
33901
- .E_i1g85yz3 {
33902
- margin-right: 4px;
33903
- height: 16px;
33904
- }
33905
-
33906
- .E_sjob3jg {
33907
- --item-min-width: 60px;
33908
- }
33909
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33910
- display: none !important;
33911
- }
33912
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33913
- flex-shrink: 0 !important;
33914
- }
33915
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33916
- color: #0080ff;
33917
- }
33918
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33919
- color: #0080ff;
33920
- font-weight: normal;
33921
- }
33922
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33923
- color: rgba(44, 56, 82, 0.6);
33924
- }
33925
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33926
- color: #00122e;
33927
- }
33928
- .E_sjob3jg .step-item-text {
33929
- display: inline-block;
33930
- }
33931
- .E_sjob3jg .step-item-title {
33932
- overflow: hidden;
33933
- white-space: nowrap;
33934
- text-overflow: ellipsis;
33935
- }
33936
-
33937
- .E_hjvj6s6 .ant-steps-item-container {
33938
- min-width: var(--item-min-width);
33939
- }
33940
- .E_hjvj6s6 .ant-steps-item-disabled {
33941
- cursor: not-allowed !important;
33942
- }
33943
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33944
- flex-direction: row;
33945
- justify-content: stretch;
33946
- }
33947
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33948
- padding: 0;
33949
- margin-right: 4px;
33950
- flex: 1;
33951
- overflow: visible;
33952
- }
33953
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33954
- width: 100%;
33955
- min-height: unset;
33956
- }
33957
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33958
- height: 26px;
33959
- line-height: 26px;
33960
- width: 100%;
33961
- padding: 0;
33962
- font-size: 12px;
33963
- }
33964
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33965
- margin-right: 10px;
33966
- }
33967
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33968
- display: none;
33969
- }
33970
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33971
- padding-left: 8px;
33972
- padding-right: 4px;
33973
- border-radius: 4px 0 0 4px;
33974
- }
33975
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33976
- margin-right: 0;
33977
- }
33978
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33979
- padding-right: 8px;
33980
- padding-left: 12px;
33981
- border-radius: 0 4px 4px 0;
33982
- }
33983
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33984
- content: "";
33985
- width: 0;
33986
- height: 0;
33987
- border: 13px solid transparent;
33988
- position: absolute;
33989
- top: 0;
33990
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33991
- z-index: 2;
33992
- position: relative;
33993
- top: -50%;
33994
- right: -100%;
33995
- }
33996
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33997
- padding: 0 4px 0 12px;
33998
- }
33999
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34000
- content: "";
34001
- width: 0;
34002
- height: 0;
34003
- border: 13px solid transparent;
34004
- position: absolute;
34005
- top: 0;
34006
- border-left: 8px solid #fff;
34007
- left: 0;
34008
- }
34009
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34010
- max-width: calc(100% - var(--item-min-width) * 2);
34011
- }
34012
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34013
- background-color: rgba(0, 136, 255, 0.1);
34014
- }
34015
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34016
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34017
- }
34018
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34019
- cursor: pointer;
34020
- min-width: var(--item-min-width);
34021
- }
34022
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34023
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34024
- min-width: var(--item-min-width);
34025
- }
34026
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34027
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34028
- background-color: rgba(237, 241, 250, 0.6);
34029
- }
34030
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34031
- padding: 0;
34032
- }
34033
-
34034
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34035
- width: 192px;
34036
- row-gap: 2px;
34037
- }
34038
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34039
- background-color: rgba(225, 230, 241, 0.6);
34040
- }
34041
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34042
- color: #00122e !important;
34043
- }
34044
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34045
- background-color: rgba(225, 230, 241, 0.6);
34046
- }
34047
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34048
- padding: 0 8px;
34049
- border-radius: 4px;
34050
- height: 32px;
34051
- display: flex;
34052
- align-items: center;
34053
- }
34054
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34055
- min-height: auto;
34056
- white-space: nowrap;
34057
- }
34058
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34059
- font-size: 13px;
34060
- line-height: 20px;
34061
- max-width: 100%;
34062
- padding-right: 0;
34063
- }
34064
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34065
- background: rgba(0, 128, 255, 0.1);
34066
- }
34067
-
34068
- .E_h6l1tj4 {
34069
- width: 100%;
34070
- display: inline-flex;
34071
- align-items: center;
34072
- justify-content: center;
34073
- column-gap: 4px;
34074
- }
34075
- .E_h6l1tj4 .step-item-prefix-container {
34076
- display: inline-flex;
34077
- align-items: center;
34078
- width: 18px;
34079
- height: 18px;
34080
- color: rgba(44, 56, 82, 0.75);
34081
- justify-content: center;
34082
- }
34083
-
34084
- .E_v18frne8 {
34085
- width: 100%;
34086
- display: flex;
34087
- align-items: center;
34088
- justify-content: center;
34089
- column-gap: 6px;
34090
- font-size: 13px;
33883
+ .E_m140wbb6 {
33884
+ padding: 2px 8px;
33885
+ height: 24px;
34091
33886
  }
34092
- .E_v18frne8 .step-item-prefix-container {
34093
- display: inline-flex;
34094
- align-items: center;
34095
- min-width: 20px;
34096
- min-height: 20px;
34097
- color: rgba(44, 56, 82, 0.75);
34098
- justify-content: center;
33887
+
33888
+ .E_t1fozc1i {
33889
+ margin: 0;
33890
+ }
33891
+
33892
+ .E_i1vxv4ln {
33893
+ margin-right: 4px;
33894
+ height: 16px;
33895
+ }
33896
+
33897
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33898
+ font-weight: 700;
33899
+ color: #00122e;
33900
+ background-color: rgba(237, 241, 250, 0.6);
33901
+ border: 1px solid rgba(211, 218, 235, 0.6);
33902
+ word-break: break-all;
33903
+ display: inline;
33904
+ white-space: normal;
34099
33905
  }
34100
33906
 
34101
33907
  .E_t1dtlqs1 {
@@ -34291,23 +34097,6 @@ input.E_rf8rlle.ant-input {
34291
34097
  margin-right: 8px;
34292
34098
  }
34293
34099
 
34294
- .E_r77hffu {
34295
- display: flex;
34296
- align-items: center;
34297
- justify-content: space-between;
34298
- column-gap: 6px;
34299
- }
34300
-
34301
- .E_p1cmxsf7 {
34302
- display: flex;
34303
- flex-direction: column;
34304
- justify-content: center;
34305
- row-gap: var(--p1cmxsf7-0);
34306
- }
34307
- .E_p1cmxsf7 .antd5-progress-line {
34308
- font-size: 0;
34309
- }
34310
-
34311
34100
  button.E_l48ei06.ant-btn {
34312
34101
  font-size: 12px;
34313
34102
  line-height: 18px;
@@ -34504,7 +34293,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34504
34293
  .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
34505
34294
  box-shadow: none !important;
34506
34295
  }
34507
- .E_tfzf37v .ant-table {
34296
+ .E_tfzf37v div.ant-table {
34508
34297
  border-radius: 0px;
34509
34298
  border-left: none;
34510
34299
  border-right: none;
@@ -34513,48 +34302,48 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34513
34302
  font-size: 12px;
34514
34303
  background: transparent;
34515
34304
  }
34516
- .E_tfzf37v .ant-table .ant-table-header {
34305
+ .E_tfzf37v div.ant-table .ant-table-header {
34517
34306
  position: relative;
34518
34307
  z-index: 3;
34519
34308
  border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34520
34309
  margin-bottom: -1px;
34521
34310
  }
34522
- .E_tfzf37v .ant-table .time-wrapper .date,
34523
- .E_tfzf37v .ant-table .value {
34311
+ .E_tfzf37v div.ant-table .time-wrapper .date,
34312
+ .E_tfzf37v div.ant-table .value {
34524
34313
  color: #2d3a56;
34525
34314
  }
34526
- .E_tfzf37v .ant-table .time-wrapper .time,
34527
- .E_tfzf37v .ant-table .unit {
34315
+ .E_tfzf37v div.ant-table .time-wrapper .time,
34316
+ .E_tfzf37v div.ant-table .unit {
34528
34317
  color: rgba(44, 56, 82, 0.6);
34529
34318
  }
34530
- .E_tfzf37v .ant-table .ant-table-selection {
34319
+ .E_tfzf37v div.ant-table .ant-table-selection {
34531
34320
  position: unset;
34532
34321
  text-align: center;
34533
34322
  }
34534
- .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34323
+ .E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34535
34324
  background: #fff;
34536
34325
  }
34537
- .E_tfzf37v .ant-table .anticon-setting {
34326
+ .E_tfzf37v div.ant-table .anticon-setting {
34538
34327
  cursor: pointer;
34539
34328
  position: absolute;
34540
34329
  top: 50%;
34541
34330
  right: 12px;
34542
34331
  transform: translateY(-50%);
34543
34332
  }
34544
- .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34333
+ .E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34545
34334
  box-shadow: none;
34546
34335
  width: 1px;
34547
34336
  background: rgba(213, 219, 227, 0.6);
34548
34337
  }
34549
- .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34338
+ .E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34550
34339
  box-shadow: none;
34551
34340
  width: 1px;
34552
34341
  background: rgba(213, 219, 227, 0.6);
34553
34342
  }
34554
- .E_tfzf37v .ant-table .ant-table-tbody {
34343
+ .E_tfzf37v div.ant-table .ant-table-tbody {
34555
34344
  position: relative;
34556
34345
  }
34557
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
34346
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
34558
34347
  border-top: 1px solid rgba(211, 218, 235, 0.6);
34559
34348
  border-bottom: 1px solid white;
34560
34349
  height: 40px;
@@ -34562,11 +34351,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34562
34351
  transition: background 0ms;
34563
34352
  color: #00122e;
34564
34353
  }
34565
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
34354
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34566
34355
  background: #f2f5fa;
34567
34356
  border-bottom-color: #f2f5fa;
34568
34357
  }
34569
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34358
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34570
34359
  height: auto;
34571
34360
  color: #00122e;
34572
34361
  font-size: 12px;
@@ -34576,99 +34365,99 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34576
34365
  text-overflow: ellipsis;
34577
34366
  white-space: nowrap;
34578
34367
  }
34579
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34368
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34580
34369
  color: #0096ff;
34581
34370
  }
34582
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34371
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34583
34372
  overflow: hidden;
34584
34373
  text-overflow: ellipsis;
34585
34374
  width: 100%;
34586
34375
  vertical-align: middle;
34587
34376
  }
34588
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
34377
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34589
34378
  line-height: 0px;
34590
34379
  }
34591
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
34380
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34592
34381
  padding-right: 25px;
34593
34382
  }
34594
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34383
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34595
34384
  border-top-color: transparent;
34596
34385
  }
34597
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
34386
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
34598
34387
  background: rgba(225, 230, 241, 0.6);
34599
34388
  border-color: transparent transparent white;
34600
34389
  }
34601
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34390
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34602
34391
  border-radius: 8px 0 0 8px;
34603
34392
  }
34604
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34393
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34605
34394
  border-radius: 8px 0 0 8px;
34606
34395
  }
34607
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34396
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34608
34397
  content: "";
34609
34398
  width: 4px;
34610
34399
  top: -1px;
34611
34400
  bottom: -1px;
34612
34401
  background: white;
34613
34402
  }
34614
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34403
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34615
34404
  border-radius: 0 8px 8px 0;
34616
34405
  }
34617
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34406
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34618
34407
  border-radius: 0;
34619
34408
  background: white;
34620
34409
  border-top: none;
34621
34410
  }
34622
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34411
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34623
34412
  border-top: 1px solid transparent;
34624
34413
  border-radius: 0 8px 8px 0;
34625
34414
  background: rgba(225, 230, 241, 0.6);
34626
34415
  }
34627
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34416
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34628
34417
  background: white;
34629
34418
  border-top: 1px solid rgba(211, 218, 235, 0.6);
34630
34419
  }
34631
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34420
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34632
34421
  display: flex;
34633
34422
  align-items: center;
34634
34423
  height: 100%;
34635
34424
  background: rgba(225, 230, 241, 0.6);
34636
34425
  }
34637
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34426
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34638
34427
  background: white;
34639
34428
  border-top: 1px solid rgba(211, 218, 235, 0.6);
34640
34429
  }
34641
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34430
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34642
34431
  display: flex;
34643
34432
  align-items: center;
34644
34433
  height: 100%;
34645
34434
  background: rgba(225, 230, 241, 0.6);
34646
34435
  }
34647
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
34436
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34648
34437
  border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34649
34438
  }
34650
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
34439
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
34651
34440
  box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34652
34441
  border-radius: 8px;
34653
34442
  }
34654
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34443
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34655
34444
  border-top-color: white;
34656
34445
  }
34657
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
34446
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34658
34447
  background: rgba(0, 136, 255, 0.1);
34659
34448
  border-bottom-color: transparent;
34660
34449
  border-top-color: transparent;
34661
34450
  }
34662
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34451
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34663
34452
  border-radius: 8px 0 0 8px;
34664
34453
  }
34665
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34454
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34666
34455
  border-radius: 0 8px 8px 0;
34667
34456
  }
34668
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34457
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34669
34458
  background: rgba(0, 136, 255, 0.1);
34670
34459
  }
34671
- .E_tfzf37v .ant-table .ant-table-thead > tr > th {
34460
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th {
34672
34461
  background: #fff;
34673
34462
  font-weight: 400;
34674
34463
  position: relative;
@@ -34677,7 +34466,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34677
34466
  transition: none;
34678
34467
  padding: 15px 8px 15px 8px;
34679
34468
  }
34680
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
34469
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
34681
34470
  content: "";
34682
34471
  width: 1px;
34683
34472
  top: 0;
@@ -34686,30 +34475,30 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34686
34475
  position: absolute;
34687
34476
  right: 0;
34688
34477
  }
34689
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
34478
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
34690
34479
  padding: unset;
34691
34480
  }
34692
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
34481
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
34693
34482
  display: none;
34694
34483
  }
34695
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34484
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34696
34485
  width: 100%;
34697
34486
  overflow: hidden;
34698
34487
  white-space: nowrap;
34699
34488
  text-overflow: ellipsis;
34700
34489
  }
34701
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34490
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34702
34491
  overflow: hidden;
34703
34492
  text-overflow: ellipsis;
34704
34493
  flex: 1;
34705
34494
  }
34706
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34495
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34707
34496
  padding: 15px 25px 15px 8px;
34708
34497
  }
34709
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34498
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34710
34499
  padding: 0;
34711
34500
  }
34712
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34501
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34713
34502
  position: absolute;
34714
34503
  right: 6px;
34715
34504
  top: 50%;
@@ -34718,89 +34507,293 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34718
34507
  display: none;
34719
34508
  transition: transform 320ms ease;
34720
34509
  }
34721
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34510
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34722
34511
  display: block;
34723
34512
  transform: translateY(-50%) rotateX(180deg);
34724
34513
  }
34725
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34514
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34726
34515
  display: block;
34727
34516
  }
34728
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34517
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34729
34518
  display: none;
34730
34519
  }
34731
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34520
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34732
34521
  transform: translateY(-50%);
34733
34522
  }
34734
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34523
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34735
34524
  transform: translateY(-50%) rotateX(180deg);
34736
34525
  }
34737
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34526
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34738
34527
  background: #f2f5fa;
34739
34528
  }
34740
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34529
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34741
34530
  display: block;
34742
34531
  }
34743
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
34532
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
34744
34533
  padding-right: 25px;
34745
34534
  }
34746
- .E_tfzf37v .ant-table .ant-table-selection-column {
34535
+ .E_tfzf37v div.ant-table .ant-table-selection-column {
34747
34536
  padding: 0 !important;
34748
34537
  }
34749
- .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34538
+ .E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34750
34539
  position: absolute;
34751
34540
  left: 50%;
34752
34541
  top: 50%;
34753
34542
  transform: translate(-50%, -50%);
34754
34543
  }
34755
- .E_tfzf37v .ant-table .ant-table-selection-column:after {
34544
+ .E_tfzf37v div.ant-table .ant-table-selection-column:after {
34756
34545
  display: none;
34757
34546
  }
34758
- .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
34547
+ .E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
34759
34548
  background: #fff;
34760
34549
  }
34761
- .E_tfzf37v .ant-table .ant-table-placeholder {
34550
+ .E_tfzf37v div.ant-table .ant-table-placeholder {
34762
34551
  background: inherit;
34763
34552
  }
34764
- .E_tfzf37v .ant-table .ant-table-placeholder td {
34553
+ .E_tfzf37v div.ant-table .ant-table-placeholder td {
34765
34554
  position: static;
34766
34555
  border: none;
34767
34556
  background: inherit !important;
34768
34557
  height: 100px;
34769
34558
  vertical-align: middle;
34770
34559
  }
34771
- .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
34772
- .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34560
+ .E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
34561
+ .E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34773
34562
  font-weight: bold;
34774
34563
  font-size: 20px;
34775
34564
  color: rgba(10, 37, 85, 0.6);
34776
34565
  }
34777
- .E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
34778
- .E_tfzf37v .ant-table th.cell__action_ {
34566
+ .E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
34567
+ .E_tfzf37v div.ant-table th.cell__action_ {
34779
34568
  z-index: 10;
34780
34569
  }
34781
- .E_tfzf37v .ant-table td.cell__action_ {
34570
+ .E_tfzf37v div.ant-table td.cell__action_ {
34782
34571
  padding: 0 !important;
34783
34572
  position: relative;
34784
34573
  background: #fff;
34785
34574
  }
34786
- .E_tfzf37v .ant-table td.cell__action_ > * {
34575
+ .E_tfzf37v div.ant-table td.cell__action_ > * {
34787
34576
  height: 100%;
34788
34577
  display: flex;
34789
34578
  align-items: center;
34790
34579
  justify-content: flex-end;
34791
34580
  padding-right: 8px;
34792
34581
  }
34793
- .E_tfzf37v .ant-table td.cell__action_ .menu-button {
34582
+ .E_tfzf37v div.ant-table td.cell__action_ .menu-button {
34794
34583
  width: 24px;
34795
34584
  height: 24px;
34796
34585
  cursor: pointer;
34797
34586
  justify-content: center;
34798
34587
  border-radius: 4px;
34799
34588
  }
34800
- .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
34589
+ .E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
34801
34590
  background: #fff;
34802
34591
  }
34803
34592
 
34593
+ .E_sjob3jg {
34594
+ --item-min-width: 60px;
34595
+ }
34596
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
34597
+ display: none !important;
34598
+ }
34599
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
34600
+ flex-shrink: 0 !important;
34601
+ }
34602
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
34603
+ color: #0080ff;
34604
+ }
34605
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34606
+ color: #0080ff;
34607
+ font-weight: normal;
34608
+ }
34609
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
34610
+ color: rgba(44, 56, 82, 0.6);
34611
+ }
34612
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34613
+ color: #00122e;
34614
+ }
34615
+ .E_sjob3jg .step-item-text {
34616
+ display: inline-block;
34617
+ }
34618
+ .E_sjob3jg .step-item-title {
34619
+ overflow: hidden;
34620
+ white-space: nowrap;
34621
+ text-overflow: ellipsis;
34622
+ }
34623
+
34624
+ .E_hjvj6s6 .ant-steps-item-container {
34625
+ min-width: var(--item-min-width);
34626
+ }
34627
+ .E_hjvj6s6 .ant-steps-item-disabled {
34628
+ cursor: not-allowed !important;
34629
+ }
34630
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34631
+ flex-direction: row;
34632
+ justify-content: stretch;
34633
+ }
34634
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34635
+ padding: 0;
34636
+ margin-right: 4px;
34637
+ flex: 1;
34638
+ overflow: visible;
34639
+ }
34640
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34641
+ width: 100%;
34642
+ min-height: unset;
34643
+ }
34644
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34645
+ height: 26px;
34646
+ line-height: 26px;
34647
+ width: 100%;
34648
+ padding: 0;
34649
+ font-size: 12px;
34650
+ }
34651
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34652
+ margin-right: 10px;
34653
+ }
34654
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34655
+ display: none;
34656
+ }
34657
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34658
+ padding-left: 8px;
34659
+ padding-right: 4px;
34660
+ border-radius: 4px 0 0 4px;
34661
+ }
34662
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34663
+ margin-right: 0;
34664
+ }
34665
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34666
+ padding-right: 8px;
34667
+ padding-left: 12px;
34668
+ border-radius: 0 4px 4px 0;
34669
+ }
34670
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
34671
+ content: "";
34672
+ width: 0;
34673
+ height: 0;
34674
+ border: 13px solid transparent;
34675
+ position: absolute;
34676
+ top: 0;
34677
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
34678
+ z-index: 2;
34679
+ position: relative;
34680
+ top: -50%;
34681
+ right: -100%;
34682
+ }
34683
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34684
+ padding: 0 4px 0 12px;
34685
+ }
34686
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34687
+ content: "";
34688
+ width: 0;
34689
+ height: 0;
34690
+ border: 13px solid transparent;
34691
+ position: absolute;
34692
+ top: 0;
34693
+ border-left: 8px solid #fff;
34694
+ left: 0;
34695
+ }
34696
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34697
+ max-width: calc(100% - var(--item-min-width) * 2);
34698
+ }
34699
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34700
+ background-color: rgba(0, 136, 255, 0.1);
34701
+ }
34702
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34703
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
34704
+ }
34705
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34706
+ cursor: pointer;
34707
+ min-width: var(--item-min-width);
34708
+ }
34709
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34710
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34711
+ min-width: var(--item-min-width);
34712
+ }
34713
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34714
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34715
+ background-color: rgba(237, 241, 250, 0.6);
34716
+ }
34717
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34718
+ padding: 0;
34719
+ }
34720
+
34721
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
34722
+ width: 192px;
34723
+ row-gap: 2px;
34724
+ }
34725
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34726
+ background-color: rgba(225, 230, 241, 0.6);
34727
+ }
34728
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34729
+ color: #00122e !important;
34730
+ }
34731
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34732
+ background-color: rgba(225, 230, 241, 0.6);
34733
+ }
34734
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34735
+ padding: 0 8px;
34736
+ border-radius: 4px;
34737
+ height: 32px;
34738
+ display: flex;
34739
+ align-items: center;
34740
+ }
34741
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34742
+ min-height: auto;
34743
+ white-space: nowrap;
34744
+ }
34745
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34746
+ font-size: 13px;
34747
+ line-height: 20px;
34748
+ max-width: 100%;
34749
+ padding-right: 0;
34750
+ }
34751
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34752
+ background: rgba(0, 128, 255, 0.1);
34753
+ }
34754
+
34755
+ .E_h6l1tj4 {
34756
+ width: 100%;
34757
+ display: inline-flex;
34758
+ align-items: center;
34759
+ justify-content: center;
34760
+ column-gap: 4px;
34761
+ }
34762
+ .E_h6l1tj4 .step-item-prefix-container {
34763
+ display: inline-flex;
34764
+ align-items: center;
34765
+ width: 18px;
34766
+ height: 18px;
34767
+ color: rgba(44, 56, 82, 0.75);
34768
+ justify-content: center;
34769
+ }
34770
+
34771
+ .E_v18frne8 {
34772
+ width: 100%;
34773
+ display: flex;
34774
+ align-items: center;
34775
+ justify-content: center;
34776
+ column-gap: 6px;
34777
+ font-size: 13px;
34778
+ }
34779
+ .E_v18frne8 .step-item-prefix-container {
34780
+ display: inline-flex;
34781
+ align-items: center;
34782
+ min-width: 20px;
34783
+ min-height: 20px;
34784
+ color: rgba(44, 56, 82, 0.75);
34785
+ justify-content: center;
34786
+ }
34787
+
34788
+ .E_w7ob4th.outside-tag {
34789
+ padding-left: 0;
34790
+ }
34791
+ .E_w7ob4th.outside-tag .inside-tag {
34792
+ border-radius: 4px 0 0 4px;
34793
+ padding-right: 4px;
34794
+ margin-right: 4px;
34795
+ }
34796
+
34804
34797
  .E_t1gvlxt5 {
34805
34798
  min-width: 0;
34806
34799
  flex: 1;