@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/cjs/index.js +3 -5
- package/dist/cjs/legacy-antd.js +33 -35
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1902 -1909
- package/dist/esm/index.js +0 -1
- package/dist/esm/legacy-antd.js +0 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/src/coreX/index.d.ts +0 -2
- package/dist/src/spec/base.d.ts +1 -2
- package/dist/style.css +1709 -1716
- package/package.json +4 -4
- package/dist/cjs/coreX/TruncatedTextWithTooltip/index.js +0 -73
- package/dist/esm/coreX/TruncatedTextWithTooltip/index.js +0 -67
- package/dist/src/coreX/TruncatedTextWithTooltip/index.d.ts +0 -11
- package/dist/src/coreX/TruncatedTextWithTooltip/truncatedTextWithTooltip.type.d.ts +0 -5
- package/dist/stories/docs/coreX/TruncatedTextWithTooltip.stories.d.ts +0 -7
package/dist/components.css
CHANGED
|
@@ -29572,67 +29572,8 @@ html body {
|
|
|
29572
29572
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29573
29573
|
}
|
|
29574
29574
|
}
|
|
29575
|
-
.
|
|
29576
|
-
|
|
29577
|
-
box-sizing: border-box;
|
|
29578
|
-
border-radius: 2px;
|
|
29579
|
-
background: #f5f7fa;
|
|
29580
|
-
display: flex;
|
|
29581
|
-
width: 100%;
|
|
29582
|
-
overflow: hidden;
|
|
29583
|
-
}
|
|
29584
|
-
|
|
29585
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29586
|
-
margin-left: 1px;
|
|
29587
|
-
}
|
|
29588
|
-
|
|
29589
|
-
.E_c18bcrac {
|
|
29590
|
-
display: inline-block;
|
|
29591
|
-
width: 100%;
|
|
29592
|
-
}
|
|
29593
|
-
|
|
29594
|
-
.E_c18bcrac .recharts-wrapper {
|
|
29595
|
-
margin-left: 4px;
|
|
29596
|
-
}
|
|
29597
|
-
|
|
29598
|
-
.E_cro7kg2 {
|
|
29599
|
-
padding: 4px;
|
|
29600
|
-
}
|
|
29601
|
-
|
|
29602
|
-
.E_c14wcxf0 {
|
|
29603
|
-
display: flex;
|
|
29604
|
-
justify-content: space-between;
|
|
29605
|
-
align-items: center;
|
|
29606
|
-
font-size: 13px;
|
|
29607
|
-
line-height: 24px;
|
|
29608
|
-
color: #cccccc;
|
|
29609
|
-
white-space: nowrap;
|
|
29610
|
-
}
|
|
29611
|
-
|
|
29612
|
-
.E_c14wcxf0 label {
|
|
29613
|
-
margin-right: 32px;
|
|
29614
|
-
}
|
|
29615
|
-
|
|
29616
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
29617
|
-
font-weight: bold;
|
|
29618
|
-
color: white;
|
|
29619
|
-
}
|
|
29620
|
-
|
|
29621
|
-
.E_s11212zy {
|
|
29622
|
-
width: 8px;
|
|
29623
|
-
height: 8px;
|
|
29624
|
-
border-radius: 2px;
|
|
29625
|
-
display: inline-block;
|
|
29626
|
-
background: var(--s11212zy-0);
|
|
29627
|
-
border: 1px solid #fff;
|
|
29628
|
-
box-sizing: content-box;
|
|
29629
|
-
margin-right: 6px;
|
|
29630
|
-
}
|
|
29631
|
-
|
|
29632
|
-
.E_p1lyky6c > :first-child {
|
|
29633
|
-
font-weight: bold;
|
|
29634
|
-
color: white;
|
|
29635
|
-
margin-right: 4px;
|
|
29575
|
+
span.E_tqjc4ui {
|
|
29576
|
+
margin: 0 2px;
|
|
29636
29577
|
}
|
|
29637
29578
|
|
|
29638
29579
|
.E_n12mqh7z {
|
|
@@ -29764,6 +29705,152 @@ html body {
|
|
|
29764
29705
|
border-radius: 2px;
|
|
29765
29706
|
}
|
|
29766
29707
|
|
|
29708
|
+
.E_s1ebs0ra {
|
|
29709
|
+
display: flex;
|
|
29710
|
+
align-items: center;
|
|
29711
|
+
justify-content: space-between;
|
|
29712
|
+
background: #edf0f7;
|
|
29713
|
+
padding: 8px 12px;
|
|
29714
|
+
position: sticky;
|
|
29715
|
+
top: 0;
|
|
29716
|
+
z-index: 1;
|
|
29717
|
+
margin-bottom: -52px;
|
|
29718
|
+
}
|
|
29719
|
+
|
|
29720
|
+
.E_s1ebs0ra .select-total {
|
|
29721
|
+
display: flex;
|
|
29722
|
+
align-items: center;
|
|
29723
|
+
font-weight: 700;
|
|
29724
|
+
flex-shrink: 0;
|
|
29725
|
+
}
|
|
29726
|
+
|
|
29727
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29728
|
+
cursor: pointer;
|
|
29729
|
+
margin-left: 8px;
|
|
29730
|
+
width: 32px;
|
|
29731
|
+
height: 32px;
|
|
29732
|
+
border-radius: 50%;
|
|
29733
|
+
justify-content: center;
|
|
29734
|
+
}
|
|
29735
|
+
|
|
29736
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29737
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29738
|
+
}
|
|
29739
|
+
|
|
29740
|
+
.E_s1ebs0ra .action-group {
|
|
29741
|
+
flex: 1;
|
|
29742
|
+
margin-left: 88px;
|
|
29743
|
+
white-space: nowrap;
|
|
29744
|
+
text-align: right;
|
|
29745
|
+
position: relative;
|
|
29746
|
+
padding: 4px 0;
|
|
29747
|
+
margin-top: -4px;
|
|
29748
|
+
overflow: hidden;
|
|
29749
|
+
}
|
|
29750
|
+
|
|
29751
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29752
|
+
transform: translateY(-4px);
|
|
29753
|
+
}
|
|
29754
|
+
|
|
29755
|
+
.E_s1ebs0ra .action-group button {
|
|
29756
|
+
border: none;
|
|
29757
|
+
}
|
|
29758
|
+
|
|
29759
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29760
|
+
margin-right: 8px;
|
|
29761
|
+
}
|
|
29762
|
+
|
|
29763
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29764
|
+
margin-right: 4px;
|
|
29765
|
+
}
|
|
29766
|
+
|
|
29767
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29768
|
+
cursor: pointer;
|
|
29769
|
+
width: 32px;
|
|
29770
|
+
height: 32px;
|
|
29771
|
+
justify-content: center;
|
|
29772
|
+
border-radius: 50%;
|
|
29773
|
+
}
|
|
29774
|
+
|
|
29775
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29776
|
+
background: #fff;
|
|
29777
|
+
}
|
|
29778
|
+
|
|
29779
|
+
.E_gmyahx3 {
|
|
29780
|
+
cursor: pointer;
|
|
29781
|
+
}
|
|
29782
|
+
|
|
29783
|
+
.E_gmyahx3 .link-text {
|
|
29784
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29785
|
+
}
|
|
29786
|
+
|
|
29787
|
+
.E_gmyahx3:hover .link-text {
|
|
29788
|
+
color: #0080ff;
|
|
29789
|
+
}
|
|
29790
|
+
|
|
29791
|
+
.E_skwah65 {
|
|
29792
|
+
height: 8px;
|
|
29793
|
+
box-sizing: border-box;
|
|
29794
|
+
border-radius: 2px;
|
|
29795
|
+
background: #f5f7fa;
|
|
29796
|
+
display: flex;
|
|
29797
|
+
width: 100%;
|
|
29798
|
+
overflow: hidden;
|
|
29799
|
+
}
|
|
29800
|
+
|
|
29801
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29802
|
+
margin-left: 1px;
|
|
29803
|
+
}
|
|
29804
|
+
|
|
29805
|
+
.E_c18bcrac {
|
|
29806
|
+
display: inline-block;
|
|
29807
|
+
width: 100%;
|
|
29808
|
+
}
|
|
29809
|
+
|
|
29810
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29811
|
+
margin-left: 4px;
|
|
29812
|
+
}
|
|
29813
|
+
|
|
29814
|
+
.E_cro7kg2 {
|
|
29815
|
+
padding: 4px;
|
|
29816
|
+
}
|
|
29817
|
+
|
|
29818
|
+
.E_c14wcxf0 {
|
|
29819
|
+
display: flex;
|
|
29820
|
+
justify-content: space-between;
|
|
29821
|
+
align-items: center;
|
|
29822
|
+
font-size: 13px;
|
|
29823
|
+
line-height: 24px;
|
|
29824
|
+
color: #cccccc;
|
|
29825
|
+
white-space: nowrap;
|
|
29826
|
+
}
|
|
29827
|
+
|
|
29828
|
+
.E_c14wcxf0 label {
|
|
29829
|
+
margin-right: 32px;
|
|
29830
|
+
}
|
|
29831
|
+
|
|
29832
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29833
|
+
font-weight: bold;
|
|
29834
|
+
color: white;
|
|
29835
|
+
}
|
|
29836
|
+
|
|
29837
|
+
.E_s11212zy {
|
|
29838
|
+
width: 8px;
|
|
29839
|
+
height: 8px;
|
|
29840
|
+
border-radius: 2px;
|
|
29841
|
+
display: inline-block;
|
|
29842
|
+
background: var(--s11212zy-0);
|
|
29843
|
+
border: 1px solid #fff;
|
|
29844
|
+
box-sizing: content-box;
|
|
29845
|
+
margin-right: 6px;
|
|
29846
|
+
}
|
|
29847
|
+
|
|
29848
|
+
.E_p1lyky6c > :first-child {
|
|
29849
|
+
font-weight: bold;
|
|
29850
|
+
color: white;
|
|
29851
|
+
margin-right: 4px;
|
|
29852
|
+
}
|
|
29853
|
+
|
|
29767
29854
|
.E_c1up1pdz {
|
|
29768
29855
|
width: 648px;
|
|
29769
29856
|
}
|
|
@@ -29930,10 +30017,6 @@ html body {
|
|
|
29930
30017
|
color: #fff;
|
|
29931
30018
|
}
|
|
29932
30019
|
|
|
29933
|
-
span.E_tqjc4ui {
|
|
29934
|
-
margin: 0 2px;
|
|
29935
|
-
}
|
|
29936
|
-
|
|
29937
30020
|
.E_ou7iq30 {
|
|
29938
30021
|
overflow: hidden;
|
|
29939
30022
|
text-overflow: ellipsis;
|
|
@@ -29950,16 +30033,13 @@ span.E_tqjc4ui {
|
|
|
29950
30033
|
word-break: break-all;
|
|
29951
30034
|
}
|
|
29952
30035
|
|
|
29953
|
-
.
|
|
29954
|
-
|
|
29955
|
-
|
|
29956
|
-
|
|
29957
|
-
.E_gmyahx3 .link-text {
|
|
29958
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30036
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30037
|
+
display: flex;
|
|
30038
|
+
align-items: center;
|
|
29959
30039
|
}
|
|
29960
30040
|
|
|
29961
|
-
.
|
|
29962
|
-
|
|
30041
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30042
|
+
margin-right: 8px;
|
|
29963
30043
|
}
|
|
29964
30044
|
|
|
29965
30045
|
.E_t1sqg15u {
|
|
@@ -30068,82 +30148,87 @@ span.E_tqjc4ui {
|
|
|
30068
30148
|
padding-right: 12px;
|
|
30069
30149
|
}
|
|
30070
30150
|
|
|
30071
|
-
.
|
|
30151
|
+
.E_m74vjol {
|
|
30072
30152
|
display: flex;
|
|
30073
|
-
align-items: center;
|
|
30074
30153
|
justify-content: space-between;
|
|
30075
|
-
|
|
30076
|
-
padding: 8px 12px;
|
|
30077
|
-
position: sticky;
|
|
30078
|
-
top: 0;
|
|
30079
|
-
z-index: 1;
|
|
30080
|
-
margin-bottom: -52px;
|
|
30081
|
-
}
|
|
30082
|
-
|
|
30083
|
-
.E_s1ebs0ra .select-total {
|
|
30084
|
-
display: flex;
|
|
30085
|
-
align-items: center;
|
|
30086
|
-
font-weight: 700;
|
|
30087
|
-
flex-shrink: 0;
|
|
30154
|
+
width: 100%;
|
|
30088
30155
|
}
|
|
30089
30156
|
|
|
30090
|
-
.
|
|
30091
|
-
|
|
30092
|
-
margin-left: 8px;
|
|
30093
|
-
width: 32px;
|
|
30094
|
-
height: 32px;
|
|
30095
|
-
border-radius: 50%;
|
|
30096
|
-
justify-content: center;
|
|
30157
|
+
.E_m74vjol .action {
|
|
30158
|
+
margin-left: 16px;
|
|
30097
30159
|
}
|
|
30098
30160
|
|
|
30099
|
-
.
|
|
30100
|
-
|
|
30161
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30162
|
+
width: 100%;
|
|
30101
30163
|
}
|
|
30102
30164
|
|
|
30103
|
-
.
|
|
30104
|
-
|
|
30105
|
-
margin-
|
|
30106
|
-
white-space: nowrap;
|
|
30107
|
-
text-align: right;
|
|
30108
|
-
position: relative;
|
|
30109
|
-
padding: 4px 0;
|
|
30110
|
-
margin-top: -4px;
|
|
30111
|
-
overflow: hidden;
|
|
30165
|
+
.E_berrcjl {
|
|
30166
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30167
|
+
margin-bottom: 4px;
|
|
30112
30168
|
}
|
|
30113
30169
|
|
|
30114
|
-
.
|
|
30115
|
-
|
|
30170
|
+
.E_berrcjl .breadcrumb-link {
|
|
30171
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30172
|
+
cursor: pointer;
|
|
30173
|
+
transition: color 160ms ease;
|
|
30116
30174
|
}
|
|
30117
30175
|
|
|
30118
|
-
.
|
|
30119
|
-
|
|
30176
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30177
|
+
color: #0080ff;
|
|
30120
30178
|
}
|
|
30121
30179
|
|
|
30122
|
-
.
|
|
30123
|
-
|
|
30180
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30181
|
+
color: #005ed1;
|
|
30124
30182
|
}
|
|
30125
30183
|
|
|
30126
|
-
.
|
|
30127
|
-
|
|
30184
|
+
.E_wg1tsps {
|
|
30185
|
+
display: flex;
|
|
30186
|
+
align-items: center;
|
|
30187
|
+
justify-content: flex-end;
|
|
30128
30188
|
}
|
|
30129
30189
|
|
|
30130
|
-
.
|
|
30131
|
-
|
|
30132
|
-
|
|
30133
|
-
|
|
30134
|
-
justify-content: center;
|
|
30135
|
-
border-radius: 50%;
|
|
30190
|
+
.E_b1ctd5xy {
|
|
30191
|
+
display: flex;
|
|
30192
|
+
align-items: center;
|
|
30193
|
+
width: calc(100% - 40px);
|
|
30136
30194
|
}
|
|
30137
30195
|
|
|
30138
|
-
.
|
|
30139
|
-
|
|
30196
|
+
.E_b1ctd5xy .chart {
|
|
30197
|
+
display: inline-block;
|
|
30198
|
+
width: 100%;
|
|
30140
30199
|
}
|
|
30141
30200
|
|
|
30142
|
-
.
|
|
30143
|
-
width:
|
|
30144
|
-
|
|
30145
|
-
|
|
30146
|
-
|
|
30201
|
+
.E_u1p8acpn {
|
|
30202
|
+
min-width: 40px;
|
|
30203
|
+
}
|
|
30204
|
+
|
|
30205
|
+
.E_u1p8acpn .unit {
|
|
30206
|
+
color: #00122e !important;
|
|
30207
|
+
}
|
|
30208
|
+
|
|
30209
|
+
.E_c18gxmrl {
|
|
30210
|
+
border: 1px solid #d8deeb;
|
|
30211
|
+
border-radius: 4px;
|
|
30212
|
+
}
|
|
30213
|
+
|
|
30214
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30215
|
+
margin-top: 8px;
|
|
30216
|
+
}
|
|
30217
|
+
|
|
30218
|
+
.E_c18gxmrl:hover {
|
|
30219
|
+
border-color: #0080ff;
|
|
30220
|
+
}
|
|
30221
|
+
|
|
30222
|
+
.E_c18gxmrl:hover > header {
|
|
30223
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30224
|
+
}
|
|
30225
|
+
|
|
30226
|
+
.E_c18gxmrl.active header {
|
|
30227
|
+
border-bottom: 1px solid #d8deeb;
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.E_c18gxmrl > header {
|
|
30231
|
+
padding: 8px 12px;
|
|
30147
30232
|
}
|
|
30148
30233
|
|
|
30149
30234
|
.E_t160l1cm {
|
|
@@ -30396,96 +30481,39 @@ span.E_tqjc4ui {
|
|
|
30396
30481
|
background: transparent;
|
|
30397
30482
|
}
|
|
30398
30483
|
|
|
30399
|
-
.
|
|
30400
|
-
|
|
30401
|
-
align-items: center;
|
|
30402
|
-
}
|
|
30403
|
-
|
|
30404
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30405
|
-
margin-right: 8px;
|
|
30406
|
-
}
|
|
30407
|
-
|
|
30408
|
-
.E_c18gxmrl {
|
|
30409
|
-
border: 1px solid #d8deeb;
|
|
30410
|
-
border-radius: 4px;
|
|
30411
|
-
}
|
|
30412
|
-
|
|
30413
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30414
|
-
margin-top: 8px;
|
|
30415
|
-
}
|
|
30416
|
-
|
|
30417
|
-
.E_c18gxmrl:hover {
|
|
30418
|
-
border-color: #0080ff;
|
|
30419
|
-
}
|
|
30420
|
-
|
|
30421
|
-
.E_c18gxmrl:hover > header {
|
|
30422
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30423
|
-
}
|
|
30424
|
-
|
|
30425
|
-
.E_c18gxmrl.active header {
|
|
30426
|
-
border-bottom: 1px solid #d8deeb;
|
|
30427
|
-
}
|
|
30428
|
-
|
|
30429
|
-
.E_c18gxmrl > header {
|
|
30430
|
-
padding: 8px 12px;
|
|
30431
|
-
}
|
|
30432
|
-
|
|
30433
|
-
.E_m74vjol {
|
|
30434
|
-
display: flex;
|
|
30435
|
-
justify-content: space-between;
|
|
30436
|
-
width: 100%;
|
|
30437
|
-
}
|
|
30438
|
-
|
|
30439
|
-
.E_m74vjol .action {
|
|
30440
|
-
margin-left: 16px;
|
|
30441
|
-
}
|
|
30442
|
-
|
|
30443
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30444
|
-
width: 100%;
|
|
30445
|
-
}
|
|
30446
|
-
|
|
30447
|
-
.E_wg1tsps {
|
|
30448
|
-
display: flex;
|
|
30449
|
-
align-items: center;
|
|
30450
|
-
justify-content: flex-end;
|
|
30451
|
-
}
|
|
30452
|
-
|
|
30453
|
-
.E_b1ctd5xy {
|
|
30454
|
-
display: flex;
|
|
30455
|
-
align-items: center;
|
|
30456
|
-
width: calc(100% - 40px);
|
|
30484
|
+
.E_b1nip9bk {
|
|
30485
|
+
padding: 4px 11px;
|
|
30457
30486
|
}
|
|
30458
30487
|
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30461
|
-
|
|
30488
|
+
.E_bqamoqe {
|
|
30489
|
+
white-space: nowrap;
|
|
30490
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30462
30491
|
}
|
|
30463
30492
|
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30493
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30494
|
+
--color: #0080ff;
|
|
30466
30495
|
}
|
|
30467
30496
|
|
|
30468
|
-
.
|
|
30469
|
-
color: #
|
|
30497
|
+
.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] {
|
|
30498
|
+
--color: #0080ff;
|
|
30470
30499
|
}
|
|
30471
30500
|
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30474
|
-
margin-bottom: 4px;
|
|
30501
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30502
|
+
margin-left: 1px;
|
|
30475
30503
|
}
|
|
30476
30504
|
|
|
30477
|
-
.
|
|
30478
|
-
|
|
30479
|
-
|
|
30480
|
-
transition: color 160ms ease;
|
|
30505
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30506
|
+
border-top-right-radius: 0;
|
|
30507
|
+
border-bottom-right-radius: 0;
|
|
30481
30508
|
}
|
|
30482
30509
|
|
|
30483
|
-
.
|
|
30484
|
-
|
|
30510
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30511
|
+
border-top-left-radius: 0;
|
|
30512
|
+
border-bottom-left-radius: 0;
|
|
30485
30513
|
}
|
|
30486
30514
|
|
|
30487
|
-
.
|
|
30488
|
-
|
|
30515
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30516
|
+
border-radius: unset;
|
|
30489
30517
|
}
|
|
30490
30518
|
|
|
30491
30519
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30780,41 +30808,6 @@ button.E_n7k2c6r {
|
|
|
30780
30808
|
padding: 0;
|
|
30781
30809
|
}
|
|
30782
30810
|
|
|
30783
|
-
.E_b1nip9bk {
|
|
30784
|
-
padding: 4px 11px;
|
|
30785
|
-
}
|
|
30786
|
-
|
|
30787
|
-
.E_bqamoqe {
|
|
30788
|
-
white-space: nowrap;
|
|
30789
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30790
|
-
}
|
|
30791
|
-
|
|
30792
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30793
|
-
--color: #0080ff;
|
|
30794
|
-
}
|
|
30795
|
-
|
|
30796
|
-
.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] {
|
|
30797
|
-
--color: #0080ff;
|
|
30798
|
-
}
|
|
30799
|
-
|
|
30800
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30801
|
-
margin-left: 1px;
|
|
30802
|
-
}
|
|
30803
|
-
|
|
30804
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30805
|
-
border-top-right-radius: 0;
|
|
30806
|
-
border-bottom-right-radius: 0;
|
|
30807
|
-
}
|
|
30808
|
-
|
|
30809
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30810
|
-
border-top-left-radius: 0;
|
|
30811
|
-
border-bottom-left-radius: 0;
|
|
30812
|
-
}
|
|
30813
|
-
|
|
30814
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30815
|
-
border-radius: unset;
|
|
30816
|
-
}
|
|
30817
|
-
|
|
30818
30811
|
.E_c1uzzomf {
|
|
30819
30812
|
margin-bottom: 16px;
|
|
30820
30813
|
}
|
|
@@ -30840,6 +30833,21 @@ button.E_n7k2c6r {
|
|
|
30840
30833
|
text-align: center;
|
|
30841
30834
|
}
|
|
30842
30835
|
|
|
30836
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30837
|
+
padding: 4px 8px 0 8px;
|
|
30838
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30839
|
+
font-size: 12px;
|
|
30840
|
+
}
|
|
30841
|
+
|
|
30842
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30843
|
+
padding-bottom: 6px;
|
|
30844
|
+
}
|
|
30845
|
+
|
|
30846
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30847
|
+
padding-top: 4px;
|
|
30848
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30849
|
+
}
|
|
30850
|
+
|
|
30843
30851
|
.E_d1bw7c5z {
|
|
30844
30852
|
position: relative;
|
|
30845
30853
|
max-width: 388px;
|
|
@@ -30936,60 +30944,157 @@ button.E_n7k2c6r {
|
|
|
30936
30944
|
width: 102px;
|
|
30937
30945
|
}
|
|
30938
30946
|
|
|
30939
|
-
.
|
|
30940
|
-
|
|
30941
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30942
|
-
font-size: 12px;
|
|
30947
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30948
|
+
display: flex;
|
|
30943
30949
|
}
|
|
30944
30950
|
|
|
30945
|
-
.
|
|
30946
|
-
|
|
30951
|
+
.E_c1bus5hc {
|
|
30952
|
+
--color: white;
|
|
30953
|
+
height: 14px;
|
|
30954
|
+
width: 14px;
|
|
30955
|
+
border-radius: 50%;
|
|
30956
|
+
flex-shrink: 0;
|
|
30957
|
+
display: flex;
|
|
30958
|
+
align-items: center;
|
|
30959
|
+
justify-content: center;
|
|
30960
|
+
border: 1px solid var(--color);
|
|
30947
30961
|
}
|
|
30948
30962
|
|
|
30949
|
-
.
|
|
30950
|
-
|
|
30951
|
-
|
|
30963
|
+
.E_c1bus5hc .circle-inner {
|
|
30964
|
+
position: relative;
|
|
30965
|
+
height: 10px;
|
|
30966
|
+
width: 10px;
|
|
30967
|
+
border-radius: 50%;
|
|
30968
|
+
overflow: hidden;
|
|
30952
30969
|
}
|
|
30953
30970
|
|
|
30954
|
-
.
|
|
30955
|
-
|
|
30971
|
+
.E_c1bus5hc .circle-content {
|
|
30972
|
+
position: absolute;
|
|
30973
|
+
height: 100%;
|
|
30974
|
+
width: 100%;
|
|
30975
|
+
left: 0;
|
|
30976
|
+
top: 0;
|
|
30977
|
+
border-radius: 50%;
|
|
30978
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30979
|
+
transform: rotate(180deg);
|
|
30980
|
+
}
|
|
30981
|
+
|
|
30982
|
+
.E_c1bus5hc .circle-child {
|
|
30983
|
+
position: absolute;
|
|
30984
|
+
height: 100%;
|
|
30985
|
+
width: 100%;
|
|
30986
|
+
left: 0;
|
|
30987
|
+
top: 0;
|
|
30988
|
+
margin-left: 50%;
|
|
30989
|
+
transform-origin: left;
|
|
30990
|
+
background: white;
|
|
30991
|
+
transform: rotate(0deg);
|
|
30992
|
+
}
|
|
30993
|
+
|
|
30994
|
+
.E_c1yyuluq {
|
|
30995
|
+
border-radius: 8px;
|
|
30956
30996
|
}
|
|
30957
30997
|
|
|
30958
30998
|
.E_c1yyuluq .ant-card-body {
|
|
30959
30999
|
padding: 20px 24px 24px 24px;
|
|
30960
31000
|
}
|
|
30961
31001
|
|
|
30962
|
-
.
|
|
30963
|
-
|
|
31002
|
+
.E_phljevk {
|
|
31003
|
+
display: flex;
|
|
31004
|
+
justify-content: space-between;
|
|
31005
|
+
align-items: center;
|
|
31006
|
+
padding: 10px 0;
|
|
31007
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31008
|
+
font-size: 12px;
|
|
31009
|
+
line-height: 24px;
|
|
30964
31010
|
}
|
|
30965
31011
|
|
|
30966
|
-
.
|
|
31012
|
+
.E_phljevk .pagination-left {
|
|
31013
|
+
padding: 2px 8px;
|
|
31014
|
+
}
|
|
31015
|
+
|
|
31016
|
+
.E_phljevk .dropdown-trigger {
|
|
30967
31017
|
display: flex;
|
|
31018
|
+
align-items: center;
|
|
31019
|
+
border-radius: 6px;
|
|
31020
|
+
cursor: pointer;
|
|
31021
|
+
transition: all 0.3s ease;
|
|
30968
31022
|
}
|
|
30969
31023
|
|
|
30970
|
-
.
|
|
30971
|
-
|
|
30972
|
-
|
|
31024
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31025
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31026
|
+
color: #0080ff;
|
|
30973
31027
|
}
|
|
30974
31028
|
|
|
30975
|
-
.
|
|
30976
|
-
|
|
30977
|
-
padding-bottom: 0px;
|
|
30978
|
-
padding-left: 0px !important;
|
|
30979
|
-
padding-right: 24px;
|
|
31029
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31030
|
+
margin-left: 4px;
|
|
30980
31031
|
}
|
|
30981
31032
|
|
|
30982
|
-
.
|
|
30983
|
-
|
|
31033
|
+
.E_phljevk .pagination-right {
|
|
31034
|
+
display: flex;
|
|
31035
|
+
align-items: center;
|
|
31036
|
+
color: #0080ff;
|
|
31037
|
+
font-weight: bold;
|
|
30984
31038
|
}
|
|
30985
31039
|
|
|
30986
|
-
.
|
|
30987
|
-
|
|
31040
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31041
|
+
margin-left: 4px;
|
|
30988
31042
|
}
|
|
30989
31043
|
|
|
30990
|
-
.
|
|
30991
|
-
|
|
30992
|
-
|
|
31044
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31045
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31046
|
+
padding: 0 8px;
|
|
31047
|
+
}
|
|
31048
|
+
|
|
31049
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31050
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31051
|
+
color: #0080ff;
|
|
31052
|
+
}
|
|
31053
|
+
|
|
31054
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31055
|
+
transform: rotate(180deg);
|
|
31056
|
+
}
|
|
31057
|
+
|
|
31058
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31059
|
+
max-height: calc(100vh - 128px);
|
|
31060
|
+
overflow-y: auto;
|
|
31061
|
+
}
|
|
31062
|
+
|
|
31063
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31064
|
+
padding: 4px 20px;
|
|
31065
|
+
font-size: 12px;
|
|
31066
|
+
line-height: 18px;
|
|
31067
|
+
}
|
|
31068
|
+
|
|
31069
|
+
.E_tju3gfj .date {
|
|
31070
|
+
margin-right: 4px;
|
|
31071
|
+
}
|
|
31072
|
+
|
|
31073
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31074
|
+
display: none;
|
|
31075
|
+
}
|
|
31076
|
+
|
|
31077
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31078
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31079
|
+
border-radius: 4px;
|
|
31080
|
+
}
|
|
31081
|
+
|
|
31082
|
+
.E_ivqqkzv {
|
|
31083
|
+
height: 24px;
|
|
31084
|
+
width: 56px !important;
|
|
31085
|
+
margin-right: 4px;
|
|
31086
|
+
}
|
|
31087
|
+
|
|
31088
|
+
.E_c1wk4q29 {
|
|
31089
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31090
|
+
}
|
|
31091
|
+
|
|
31092
|
+
.E_iq1gosr {
|
|
31093
|
+
display: inline-block;
|
|
31094
|
+
}
|
|
31095
|
+
|
|
31096
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31097
|
+
line-height: 18px;
|
|
30993
31098
|
}
|
|
30994
31099
|
|
|
30995
31100
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31171,305 +31276,110 @@ button.E_n7k2c6r {
|
|
|
31171
31276
|
width: 36px;
|
|
31172
31277
|
}
|
|
31173
31278
|
|
|
31174
|
-
.
|
|
31175
|
-
|
|
31176
|
-
justify-content: space-between;
|
|
31177
|
-
align-items: center;
|
|
31178
|
-
padding: 10px 0;
|
|
31179
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31180
|
-
font-size: 12px;
|
|
31181
|
-
line-height: 24px;
|
|
31279
|
+
.E_s1dni7lo {
|
|
31280
|
+
width: 430px !important;
|
|
31182
31281
|
}
|
|
31183
31282
|
|
|
31184
|
-
.
|
|
31185
|
-
padding:
|
|
31283
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31284
|
+
padding: 8px 16px;
|
|
31285
|
+
line-height: 18px;
|
|
31286
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31287
|
+
height: 34px;
|
|
31288
|
+
min-height: 34px;
|
|
31289
|
+
box-sizing: border-box;
|
|
31290
|
+
margin-top: 8px;
|
|
31186
31291
|
}
|
|
31187
31292
|
|
|
31188
|
-
.
|
|
31293
|
+
.E_o1ugr09p {
|
|
31189
31294
|
display: flex;
|
|
31190
|
-
|
|
31191
|
-
|
|
31192
|
-
|
|
31193
|
-
|
|
31295
|
+
flex-direction: column;
|
|
31296
|
+
margin: 1px 8px;
|
|
31297
|
+
padding: 8px;
|
|
31298
|
+
border-radius: 4px;
|
|
31194
31299
|
}
|
|
31195
31300
|
|
|
31196
|
-
.
|
|
31197
|
-
|
|
31198
|
-
color: #0080ff;
|
|
31301
|
+
.E_o1ugr09p .selected-icon {
|
|
31302
|
+
display: none;
|
|
31199
31303
|
}
|
|
31200
31304
|
|
|
31201
|
-
.
|
|
31202
|
-
|
|
31305
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31306
|
+
padding-left: 8px;
|
|
31203
31307
|
}
|
|
31204
31308
|
|
|
31205
|
-
.
|
|
31206
|
-
|
|
31207
|
-
align-items: center;
|
|
31208
|
-
color: #0080ff;
|
|
31209
|
-
font-weight: bold;
|
|
31309
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31310
|
+
background-color: white;
|
|
31210
31311
|
}
|
|
31211
31312
|
|
|
31212
|
-
.
|
|
31213
|
-
|
|
31313
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31314
|
+
color: #0080ff;
|
|
31214
31315
|
}
|
|
31215
31316
|
|
|
31216
|
-
.
|
|
31217
|
-
|
|
31218
|
-
padding: 0 8px;
|
|
31317
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31318
|
+
display: block;
|
|
31219
31319
|
}
|
|
31220
31320
|
|
|
31221
|
-
.
|
|
31222
|
-
|
|
31223
|
-
color: #0080ff;
|
|
31321
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31322
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31224
31323
|
}
|
|
31225
31324
|
|
|
31226
|
-
.
|
|
31227
|
-
|
|
31325
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31326
|
+
color: #0080ff;
|
|
31228
31327
|
}
|
|
31229
31328
|
|
|
31230
|
-
.
|
|
31231
|
-
|
|
31232
|
-
|
|
31329
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31330
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31331
|
+
color: #0080ff;
|
|
31233
31332
|
}
|
|
31234
31333
|
|
|
31235
|
-
.
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
|
|
31334
|
+
.E_o1ifxsq4 {
|
|
31335
|
+
display: flex;
|
|
31336
|
+
justify-content: space-between;
|
|
31337
|
+
height: 20px;
|
|
31338
|
+
line-height: 20px;
|
|
31239
31339
|
}
|
|
31240
31340
|
|
|
31241
|
-
.
|
|
31242
|
-
|
|
31243
|
-
|
|
31244
|
-
|
|
31341
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31342
|
+
color: #2d3a56;
|
|
31343
|
+
overflow: hidden;
|
|
31344
|
+
text-overflow: ellipsis;
|
|
31245
31345
|
}
|
|
31246
31346
|
|
|
31247
|
-
.
|
|
31347
|
+
.E_o1zue7 {
|
|
31348
|
+
display: flex;
|
|
31349
|
+
justify-content: space-between;
|
|
31248
31350
|
color: rgba(44, 56, 82, 0.6);
|
|
31351
|
+
height: 18px;
|
|
31352
|
+
line-height: 18px;
|
|
31353
|
+
margin-top: 2px;
|
|
31249
31354
|
}
|
|
31250
31355
|
|
|
31251
|
-
.
|
|
31252
|
-
border
|
|
31356
|
+
.E_tyfmlxg {
|
|
31357
|
+
border: none;
|
|
31358
|
+
margin-right: 0;
|
|
31359
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31253
31360
|
}
|
|
31254
31361
|
|
|
31255
|
-
.
|
|
31362
|
+
.E_o18uybox {
|
|
31363
|
+
pointer-events: none;
|
|
31364
|
+
height: 32px;
|
|
31256
31365
|
width: 100%;
|
|
31257
|
-
|
|
31258
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31259
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31260
|
-
font-size: 13px;
|
|
31366
|
+
opacity: 0;
|
|
31261
31367
|
}
|
|
31262
31368
|
|
|
31263
|
-
.
|
|
31264
|
-
|
|
31369
|
+
.E_s1dizucg.ant-switch {
|
|
31370
|
+
min-width: 40px;
|
|
31371
|
+
height: 24px;
|
|
31372
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31373
|
+
overflow: hidden;
|
|
31265
31374
|
}
|
|
31266
31375
|
|
|
31267
|
-
.
|
|
31268
|
-
|
|
31269
|
-
font-size: 13px;
|
|
31376
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31377
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31270
31378
|
}
|
|
31271
31379
|
|
|
31272
|
-
.
|
|
31273
|
-
|
|
31274
|
-
|
|
31275
|
-
}
|
|
31276
|
-
|
|
31277
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31278
|
-
color: #0080ff;
|
|
31279
|
-
}
|
|
31280
|
-
|
|
31281
|
-
.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 {
|
|
31282
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31283
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31284
|
-
}
|
|
31285
|
-
|
|
31286
|
-
.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 {
|
|
31287
|
-
color: #0080ff;
|
|
31288
|
-
}
|
|
31289
|
-
|
|
31290
|
-
.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 {
|
|
31291
|
-
border-color: #0080ff;
|
|
31292
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31293
|
-
}
|
|
31294
|
-
|
|
31295
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31296
|
-
transform: rotate(180deg);
|
|
31297
|
-
}
|
|
31298
|
-
|
|
31299
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31300
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31301
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31302
|
-
cursor: "not-allowed";
|
|
31303
|
-
}
|
|
31304
|
-
|
|
31305
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31306
|
-
border-color: #f0483e !important;
|
|
31307
|
-
}
|
|
31308
|
-
|
|
31309
|
-
.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 {
|
|
31310
|
-
color: #1d326c;
|
|
31311
|
-
}
|
|
31312
|
-
|
|
31313
|
-
.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 {
|
|
31314
|
-
border-color: #0080ff;
|
|
31315
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31316
|
-
}
|
|
31317
|
-
|
|
31318
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31319
|
-
transform: rotate(180deg);
|
|
31320
|
-
}
|
|
31321
|
-
|
|
31322
|
-
.E_c1bus5hc {
|
|
31323
|
-
--color: white;
|
|
31324
|
-
height: 14px;
|
|
31325
|
-
width: 14px;
|
|
31326
|
-
border-radius: 50%;
|
|
31327
|
-
flex-shrink: 0;
|
|
31328
|
-
display: flex;
|
|
31329
|
-
align-items: center;
|
|
31330
|
-
justify-content: center;
|
|
31331
|
-
border: 1px solid var(--color);
|
|
31332
|
-
}
|
|
31333
|
-
|
|
31334
|
-
.E_c1bus5hc .circle-inner {
|
|
31335
|
-
position: relative;
|
|
31336
|
-
height: 10px;
|
|
31337
|
-
width: 10px;
|
|
31338
|
-
border-radius: 50%;
|
|
31339
|
-
overflow: hidden;
|
|
31340
|
-
}
|
|
31341
|
-
|
|
31342
|
-
.E_c1bus5hc .circle-content {
|
|
31343
|
-
position: absolute;
|
|
31344
|
-
height: 100%;
|
|
31345
|
-
width: 100%;
|
|
31346
|
-
left: 0;
|
|
31347
|
-
top: 0;
|
|
31348
|
-
border-radius: 50%;
|
|
31349
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31350
|
-
transform: rotate(180deg);
|
|
31351
|
-
}
|
|
31352
|
-
|
|
31353
|
-
.E_c1bus5hc .circle-child {
|
|
31354
|
-
position: absolute;
|
|
31355
|
-
height: 100%;
|
|
31356
|
-
width: 100%;
|
|
31357
|
-
left: 0;
|
|
31358
|
-
top: 0;
|
|
31359
|
-
margin-left: 50%;
|
|
31360
|
-
transform-origin: left;
|
|
31361
|
-
background: white;
|
|
31362
|
-
transform: rotate(0deg);
|
|
31363
|
-
}
|
|
31364
|
-
|
|
31365
|
-
.E_s1dni7lo {
|
|
31366
|
-
width: 430px !important;
|
|
31367
|
-
}
|
|
31368
|
-
|
|
31369
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31370
|
-
padding: 8px 16px;
|
|
31371
|
-
line-height: 18px;
|
|
31372
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31373
|
-
height: 34px;
|
|
31374
|
-
min-height: 34px;
|
|
31375
|
-
box-sizing: border-box;
|
|
31376
|
-
margin-top: 8px;
|
|
31377
|
-
}
|
|
31378
|
-
|
|
31379
|
-
.E_o1ugr09p {
|
|
31380
|
-
display: flex;
|
|
31381
|
-
flex-direction: column;
|
|
31382
|
-
margin: 1px 8px;
|
|
31383
|
-
padding: 8px;
|
|
31384
|
-
border-radius: 4px;
|
|
31385
|
-
}
|
|
31386
|
-
|
|
31387
|
-
.E_o1ugr09p .selected-icon {
|
|
31388
|
-
display: none;
|
|
31389
|
-
}
|
|
31390
|
-
|
|
31391
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31392
|
-
padding-left: 8px;
|
|
31393
|
-
}
|
|
31394
|
-
|
|
31395
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31396
|
-
background-color: white;
|
|
31397
|
-
}
|
|
31398
|
-
|
|
31399
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31400
|
-
color: #0080ff;
|
|
31401
|
-
}
|
|
31402
|
-
|
|
31403
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31404
|
-
display: block;
|
|
31405
|
-
}
|
|
31406
|
-
|
|
31407
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31408
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31409
|
-
}
|
|
31410
|
-
|
|
31411
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31412
|
-
color: #0080ff;
|
|
31413
|
-
}
|
|
31414
|
-
|
|
31415
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31416
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31417
|
-
color: #0080ff;
|
|
31418
|
-
}
|
|
31419
|
-
|
|
31420
|
-
.E_o1ifxsq4 {
|
|
31421
|
-
display: flex;
|
|
31422
|
-
justify-content: space-between;
|
|
31423
|
-
height: 20px;
|
|
31424
|
-
line-height: 20px;
|
|
31425
|
-
}
|
|
31426
|
-
|
|
31427
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31428
|
-
color: #2d3a56;
|
|
31429
|
-
overflow: hidden;
|
|
31430
|
-
text-overflow: ellipsis;
|
|
31431
|
-
}
|
|
31432
|
-
|
|
31433
|
-
.E_o1zue7 {
|
|
31434
|
-
display: flex;
|
|
31435
|
-
justify-content: space-between;
|
|
31436
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31437
|
-
height: 18px;
|
|
31438
|
-
line-height: 18px;
|
|
31439
|
-
margin-top: 2px;
|
|
31440
|
-
}
|
|
31441
|
-
|
|
31442
|
-
.E_tyfmlxg {
|
|
31443
|
-
border: none;
|
|
31444
|
-
margin-right: 0;
|
|
31445
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31446
|
-
}
|
|
31447
|
-
|
|
31448
|
-
.E_o18uybox {
|
|
31449
|
-
pointer-events: none;
|
|
31450
|
-
height: 32px;
|
|
31451
|
-
width: 100%;
|
|
31452
|
-
opacity: 0;
|
|
31453
|
-
}
|
|
31454
|
-
|
|
31455
|
-
.E_tju3gfj .date {
|
|
31456
|
-
margin-right: 4px;
|
|
31457
|
-
}
|
|
31458
|
-
|
|
31459
|
-
.E_s1dizucg.ant-switch {
|
|
31460
|
-
min-width: 40px;
|
|
31461
|
-
height: 24px;
|
|
31462
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31463
|
-
overflow: hidden;
|
|
31464
|
-
}
|
|
31465
|
-
|
|
31466
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31467
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31468
|
-
}
|
|
31469
|
-
|
|
31470
|
-
.E_s1dizucg.ant-switch-small {
|
|
31471
|
-
min-width: 26px;
|
|
31472
|
-
height: 16px;
|
|
31380
|
+
.E_s1dizucg.ant-switch-small {
|
|
31381
|
+
min-width: 26px;
|
|
31382
|
+
height: 16px;
|
|
31473
31383
|
}
|
|
31474
31384
|
|
|
31475
31385
|
.E_s1dizucg.ant-switch-large {
|
|
@@ -31523,6 +31433,31 @@ button.E_n7k2c6r {
|
|
|
31523
31433
|
margin-left: 5px;
|
|
31524
31434
|
}
|
|
31525
31435
|
|
|
31436
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31437
|
+
border: 0px;
|
|
31438
|
+
background-color: #fff;
|
|
31439
|
+
}
|
|
31440
|
+
|
|
31441
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31442
|
+
padding-top: 0px;
|
|
31443
|
+
padding-bottom: 0px;
|
|
31444
|
+
padding-left: 0px !important;
|
|
31445
|
+
padding-right: 24px;
|
|
31446
|
+
}
|
|
31447
|
+
|
|
31448
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31449
|
+
right: 0px;
|
|
31450
|
+
}
|
|
31451
|
+
|
|
31452
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31453
|
+
padding: 0px;
|
|
31454
|
+
}
|
|
31455
|
+
|
|
31456
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31457
|
+
padding-right: 0px;
|
|
31458
|
+
cursor: default;
|
|
31459
|
+
}
|
|
31460
|
+
|
|
31526
31461
|
.E_s1sck0th {
|
|
31527
31462
|
padding: 0 8px;
|
|
31528
31463
|
border-radius: 4px;
|
|
@@ -31621,36 +31556,94 @@ button.E_n7k2c6r {
|
|
|
31621
31556
|
background-color: #7E41FF;
|
|
31622
31557
|
}
|
|
31623
31558
|
|
|
31624
|
-
.
|
|
31625
|
-
|
|
31559
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31560
|
+
border-radius: 6px;
|
|
31626
31561
|
}
|
|
31627
31562
|
|
|
31628
|
-
.
|
|
31629
|
-
|
|
31630
|
-
|
|
31563
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31564
|
+
width: 100%;
|
|
31565
|
+
color: #2d3a56;
|
|
31566
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31567
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31568
|
+
font-size: 13px;
|
|
31631
31569
|
}
|
|
31632
31570
|
|
|
31633
|
-
.
|
|
31634
|
-
|
|
31571
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31572
|
+
height: 30px;
|
|
31635
31573
|
}
|
|
31636
31574
|
|
|
31637
|
-
.
|
|
31638
|
-
|
|
31639
|
-
|
|
31640
|
-
min-height: 124px;
|
|
31641
|
-
display: flex;
|
|
31642
|
-
flex-direction: column;
|
|
31643
|
-
justify-content: center;
|
|
31644
|
-
align-items: center;
|
|
31575
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31576
|
+
height: 38px;
|
|
31577
|
+
font-size: 13px;
|
|
31645
31578
|
}
|
|
31646
31579
|
|
|
31647
|
-
.
|
|
31648
|
-
|
|
31649
|
-
|
|
31650
|
-
font-size: 18px;
|
|
31580
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31581
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31582
|
+
transition: 160ms ease;
|
|
31651
31583
|
}
|
|
31652
31584
|
|
|
31653
|
-
.
|
|
31585
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31586
|
+
color: #0080ff;
|
|
31587
|
+
}
|
|
31588
|
+
|
|
31589
|
+
.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 {
|
|
31590
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31591
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31592
|
+
}
|
|
31593
|
+
|
|
31594
|
+
.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 {
|
|
31595
|
+
color: #0080ff;
|
|
31596
|
+
}
|
|
31597
|
+
|
|
31598
|
+
.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 {
|
|
31599
|
+
border-color: #0080ff;
|
|
31600
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31601
|
+
}
|
|
31602
|
+
|
|
31603
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31604
|
+
transform: rotate(180deg);
|
|
31605
|
+
}
|
|
31606
|
+
|
|
31607
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31608
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31609
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31610
|
+
cursor: "not-allowed";
|
|
31611
|
+
}
|
|
31612
|
+
|
|
31613
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31614
|
+
border-color: #f0483e !important;
|
|
31615
|
+
}
|
|
31616
|
+
|
|
31617
|
+
.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 {
|
|
31618
|
+
color: #1d326c;
|
|
31619
|
+
}
|
|
31620
|
+
|
|
31621
|
+
.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 {
|
|
31622
|
+
border-color: #0080ff;
|
|
31623
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31624
|
+
}
|
|
31625
|
+
|
|
31626
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31627
|
+
transform: rotate(180deg);
|
|
31628
|
+
}
|
|
31629
|
+
|
|
31630
|
+
.E_fzh9mnb {
|
|
31631
|
+
width: 100%;
|
|
31632
|
+
height: 100%;
|
|
31633
|
+
min-height: 124px;
|
|
31634
|
+
display: flex;
|
|
31635
|
+
flex-direction: column;
|
|
31636
|
+
justify-content: center;
|
|
31637
|
+
align-items: center;
|
|
31638
|
+
}
|
|
31639
|
+
|
|
31640
|
+
.E_fzh9mnb .error-text {
|
|
31641
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31642
|
+
margin-bottom: 16px;
|
|
31643
|
+
font-size: 18px;
|
|
31644
|
+
}
|
|
31645
|
+
|
|
31646
|
+
.E_f7pxqmh {
|
|
31654
31647
|
width: 100%;
|
|
31655
31648
|
margin-bottom: 0 !important;
|
|
31656
31649
|
flex-flow: nowrap !important;
|
|
@@ -31690,25 +31683,39 @@ button.E_n7k2c6r {
|
|
|
31690
31683
|
min-height: 0px;
|
|
31691
31684
|
}
|
|
31692
31685
|
|
|
31693
|
-
.
|
|
31694
|
-
display:
|
|
31695
|
-
align-items: center;
|
|
31686
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31687
|
+
display: var(--a1wfy30z-0);
|
|
31696
31688
|
}
|
|
31697
31689
|
|
|
31698
|
-
.
|
|
31690
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31691
|
+
padding: 4px 11px;
|
|
31699
31692
|
display: inline-flex;
|
|
31700
|
-
|
|
31701
|
-
|
|
31693
|
+
line-height: 1.5715;
|
|
31694
|
+
height: inherit;
|
|
31702
31695
|
}
|
|
31703
31696
|
|
|
31704
|
-
.
|
|
31705
|
-
|
|
31697
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31698
|
+
content: var(--a1wfy30z-1);
|
|
31699
|
+
display: var(--a1wfy30z-2);
|
|
31700
|
+
flex: none;
|
|
31701
|
+
align-items: center;
|
|
31706
31702
|
margin-left: 4px;
|
|
31707
31703
|
}
|
|
31708
31704
|
|
|
31709
|
-
.
|
|
31710
|
-
|
|
31711
|
-
|
|
31705
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31706
|
+
content: var(--a1wfy30z-3);
|
|
31707
|
+
display: var(--a1wfy30z-4);
|
|
31708
|
+
flex: none;
|
|
31709
|
+
align-items: center;
|
|
31710
|
+
margin-right: 4px;
|
|
31711
|
+
cursor: auto;
|
|
31712
|
+
}
|
|
31713
|
+
|
|
31714
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31715
|
+
padding: 0;
|
|
31716
|
+
margin: 0;
|
|
31717
|
+
height: auto;
|
|
31718
|
+
font-size: inherit;
|
|
31712
31719
|
}
|
|
31713
31720
|
|
|
31714
31721
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31781,41 +31788,6 @@ button.E_n7k2c6r {
|
|
|
31781
31788
|
padding: 2px 8px;
|
|
31782
31789
|
}
|
|
31783
31790
|
|
|
31784
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31785
|
-
display: var(--a1wfy30z-0);
|
|
31786
|
-
}
|
|
31787
|
-
|
|
31788
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31789
|
-
padding: 4px 11px;
|
|
31790
|
-
display: inline-flex;
|
|
31791
|
-
line-height: 1.5715;
|
|
31792
|
-
height: inherit;
|
|
31793
|
-
}
|
|
31794
|
-
|
|
31795
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31796
|
-
content: var(--a1wfy30z-1);
|
|
31797
|
-
display: var(--a1wfy30z-2);
|
|
31798
|
-
flex: none;
|
|
31799
|
-
align-items: center;
|
|
31800
|
-
margin-left: 4px;
|
|
31801
|
-
}
|
|
31802
|
-
|
|
31803
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31804
|
-
content: var(--a1wfy30z-3);
|
|
31805
|
-
display: var(--a1wfy30z-4);
|
|
31806
|
-
flex: none;
|
|
31807
|
-
align-items: center;
|
|
31808
|
-
margin-right: 4px;
|
|
31809
|
-
cursor: auto;
|
|
31810
|
-
}
|
|
31811
|
-
|
|
31812
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31813
|
-
padding: 0;
|
|
31814
|
-
margin: 0;
|
|
31815
|
-
height: auto;
|
|
31816
|
-
font-size: inherit;
|
|
31817
|
-
}
|
|
31818
|
-
|
|
31819
31791
|
.E_i1inqkme {
|
|
31820
31792
|
height: 18px;
|
|
31821
31793
|
line-height: 18px;
|
|
@@ -31829,12 +31801,25 @@ button.E_n7k2c6r {
|
|
|
31829
31801
|
margin-right: 4px;
|
|
31830
31802
|
}
|
|
31831
31803
|
|
|
31832
|
-
.
|
|
31833
|
-
|
|
31804
|
+
.E_iouxfgt {
|
|
31805
|
+
display: inline-flex;
|
|
31806
|
+
align-items: center;
|
|
31834
31807
|
}
|
|
31835
31808
|
|
|
31836
|
-
.
|
|
31837
|
-
|
|
31809
|
+
.E_iouxfgt .icon-inner {
|
|
31810
|
+
display: inline-flex;
|
|
31811
|
+
align-items: center;
|
|
31812
|
+
justify-content: center;
|
|
31813
|
+
}
|
|
31814
|
+
|
|
31815
|
+
.E_iouxfgt .icon-inner + span,
|
|
31816
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31817
|
+
margin-left: 4px;
|
|
31818
|
+
}
|
|
31819
|
+
|
|
31820
|
+
.E_iouxfgt.is-rotate img,
|
|
31821
|
+
.E_iouxfgt.is-rotate svg {
|
|
31822
|
+
animation: rotate 680ms linear infinite;
|
|
31838
31823
|
}
|
|
31839
31824
|
|
|
31840
31825
|
.E_owd0kml {
|
|
@@ -31846,1269 +31831,1271 @@ button.E_n7k2c6r {
|
|
|
31846
31831
|
position: absolute;
|
|
31847
31832
|
}
|
|
31848
31833
|
|
|
31849
|
-
.
|
|
31850
|
-
|
|
31851
|
-
background-color: unset;
|
|
31852
|
-
padding: unset;
|
|
31834
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31835
|
+
margin-left: 8px;
|
|
31853
31836
|
}
|
|
31854
31837
|
|
|
31855
|
-
.
|
|
31856
|
-
|
|
31857
|
-
flex-direction: column;
|
|
31838
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31839
|
+
padding: 2px 7px 2px 12px;
|
|
31858
31840
|
}
|
|
31859
31841
|
|
|
31860
|
-
.
|
|
31861
|
-
|
|
31862
|
-
|
|
31863
|
-
|
|
31864
|
-
|
|
31842
|
+
.E_dsnbhzf {
|
|
31843
|
+
font-family: Inter;
|
|
31844
|
+
font-style: normal;
|
|
31845
|
+
font-weight: bold;
|
|
31846
|
+
font-size: 32px;
|
|
31847
|
+
line-height: 40px;
|
|
31865
31848
|
}
|
|
31866
31849
|
|
|
31867
|
-
.
|
|
31868
|
-
|
|
31869
|
-
|
|
31870
|
-
|
|
31871
|
-
|
|
31850
|
+
.E_d1mvo22k {
|
|
31851
|
+
font-family: Inter;
|
|
31852
|
+
font-style: normal;
|
|
31853
|
+
font-weight: bold;
|
|
31854
|
+
font-size: 24px;
|
|
31855
|
+
line-height: 32px;
|
|
31872
31856
|
}
|
|
31873
31857
|
|
|
31874
|
-
.
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
|
|
31878
|
-
|
|
31858
|
+
.E_d1b444tr {
|
|
31859
|
+
font-family: Inter;
|
|
31860
|
+
font-style: normal;
|
|
31861
|
+
font-weight: normal;
|
|
31862
|
+
font-size: 32px;
|
|
31863
|
+
line-height: 40px;
|
|
31879
31864
|
}
|
|
31880
31865
|
|
|
31881
|
-
.
|
|
31882
|
-
|
|
31883
|
-
|
|
31884
|
-
|
|
31866
|
+
.E_dvs0kue {
|
|
31867
|
+
font-family: Inter;
|
|
31868
|
+
font-style: normal;
|
|
31869
|
+
font-weight: bold;
|
|
31870
|
+
font-size: 20px;
|
|
31871
|
+
line-height: 24px;
|
|
31885
31872
|
}
|
|
31886
31873
|
|
|
31887
|
-
.
|
|
31888
|
-
|
|
31874
|
+
.E_d1hcbfcq {
|
|
31875
|
+
font-family: Inter;
|
|
31876
|
+
font-style: normal;
|
|
31877
|
+
font-weight: normal;
|
|
31878
|
+
font-size: 20px;
|
|
31879
|
+
line-height: 24px;
|
|
31889
31880
|
}
|
|
31890
31881
|
|
|
31891
|
-
.
|
|
31892
|
-
|
|
31893
|
-
|
|
31894
|
-
|
|
31895
|
-
|
|
31882
|
+
.E_d1cz922v {
|
|
31883
|
+
font-family: Inter;
|
|
31884
|
+
font-style: normal;
|
|
31885
|
+
font-weight: bold;
|
|
31886
|
+
font-size: 18px;
|
|
31887
|
+
line-height: 22px;
|
|
31896
31888
|
}
|
|
31897
31889
|
|
|
31898
|
-
.
|
|
31899
|
-
|
|
31890
|
+
.E_d3nzbrm {
|
|
31891
|
+
font-family: Inter;
|
|
31892
|
+
font-style: normal;
|
|
31893
|
+
font-weight: normal;
|
|
31894
|
+
font-size: 18px;
|
|
31895
|
+
line-height: 22px;
|
|
31900
31896
|
}
|
|
31901
31897
|
|
|
31902
|
-
.
|
|
31903
|
-
|
|
31898
|
+
.E_h1g0p5ob {
|
|
31899
|
+
font-family: Inter;
|
|
31900
|
+
font-style: normal;
|
|
31901
|
+
font-weight: bold;
|
|
31902
|
+
font-size: 16px;
|
|
31903
|
+
line-height: 22px;
|
|
31904
31904
|
}
|
|
31905
31905
|
|
|
31906
|
-
.
|
|
31907
|
-
|
|
31908
|
-
|
|
31909
|
-
|
|
31906
|
+
.E_hydo2ej {
|
|
31907
|
+
font-family: Inter;
|
|
31908
|
+
font-style: normal;
|
|
31909
|
+
font-weight: normal;
|
|
31910
|
+
font-size: 16px;
|
|
31911
|
+
line-height: 22px;
|
|
31910
31912
|
}
|
|
31911
31913
|
|
|
31912
|
-
.
|
|
31913
|
-
|
|
31914
|
-
|
|
31915
|
-
|
|
31916
|
-
|
|
31917
|
-
|
|
31918
|
-
padding: 0;
|
|
31919
|
-
width: 100%;
|
|
31920
|
-
max-width: 648px;
|
|
31921
|
-
overflow: hidden;
|
|
31914
|
+
.E_h1hbuq0r {
|
|
31915
|
+
font-family: Inter;
|
|
31916
|
+
font-style: normal;
|
|
31917
|
+
font-weight: bold;
|
|
31918
|
+
font-size: 14px;
|
|
31919
|
+
line-height: 20px;
|
|
31922
31920
|
}
|
|
31923
31921
|
|
|
31924
|
-
.
|
|
31925
|
-
|
|
31922
|
+
.E_h13bondg {
|
|
31923
|
+
font-family: Inter;
|
|
31924
|
+
font-style: normal;
|
|
31925
|
+
font-weight: normal;
|
|
31926
|
+
font-size: 14px;
|
|
31927
|
+
line-height: 20px;
|
|
31926
31928
|
}
|
|
31927
31929
|
|
|
31928
|
-
.
|
|
31929
|
-
|
|
31930
|
-
|
|
31930
|
+
.E_h1mhvdlx {
|
|
31931
|
+
font-family: Inter;
|
|
31932
|
+
font-style: normal;
|
|
31933
|
+
font-weight: bold;
|
|
31934
|
+
font-size: 12px;
|
|
31935
|
+
line-height: 18px;
|
|
31931
31936
|
}
|
|
31932
31937
|
|
|
31933
|
-
.
|
|
31934
|
-
|
|
31935
|
-
|
|
31938
|
+
.E_h1inmfq6 {
|
|
31939
|
+
font-family: Inter;
|
|
31940
|
+
font-style: normal;
|
|
31941
|
+
font-weight: normal;
|
|
31942
|
+
font-size: 12px;
|
|
31943
|
+
line-height: 18px;
|
|
31936
31944
|
}
|
|
31937
31945
|
|
|
31938
|
-
.
|
|
31939
|
-
|
|
31940
|
-
|
|
31941
|
-
|
|
31946
|
+
.E_h1kfc0la {
|
|
31947
|
+
font-family: Inter;
|
|
31948
|
+
font-style: normal;
|
|
31949
|
+
font-weight: bold;
|
|
31950
|
+
text-transform: uppercase;
|
|
31951
|
+
font-feature-settings: "cpsp" on;
|
|
31952
|
+
font-size: 12px;
|
|
31953
|
+
line-height: 18px;
|
|
31942
31954
|
}
|
|
31943
31955
|
|
|
31944
|
-
.
|
|
31945
|
-
|
|
31956
|
+
.E_h10xnyuu {
|
|
31957
|
+
font-family: Inter;
|
|
31958
|
+
font-style: normal;
|
|
31959
|
+
font-weight: normal;
|
|
31960
|
+
text-transform: uppercase;
|
|
31961
|
+
font-feature-settings: "cpsp" on;
|
|
31962
|
+
font-size: 12px;
|
|
31963
|
+
line-height: 18px;
|
|
31946
31964
|
}
|
|
31947
31965
|
|
|
31948
|
-
.
|
|
31949
|
-
|
|
31950
|
-
|
|
31951
|
-
|
|
31952
|
-
|
|
31953
|
-
|
|
31966
|
+
.E_lrcmi0v {
|
|
31967
|
+
font-family: Inter;
|
|
31968
|
+
font-style: normal;
|
|
31969
|
+
font-weight: normal;
|
|
31970
|
+
font-size: 16px;
|
|
31971
|
+
line-height: 24px;
|
|
31954
31972
|
}
|
|
31955
31973
|
|
|
31956
|
-
.
|
|
31957
|
-
|
|
31974
|
+
.E_lzt43lp {
|
|
31975
|
+
font-family: Inter;
|
|
31976
|
+
font-style: normal;
|
|
31977
|
+
font-weight: bold;
|
|
31978
|
+
font-size: 16px;
|
|
31979
|
+
line-height: 24px;
|
|
31958
31980
|
}
|
|
31959
31981
|
|
|
31960
|
-
.
|
|
31961
|
-
|
|
31962
|
-
|
|
31982
|
+
.E_l5yc9nt {
|
|
31983
|
+
font-family: Inter;
|
|
31984
|
+
font-style: normal;
|
|
31985
|
+
font-weight: normal;
|
|
31986
|
+
font-size: 16px;
|
|
31987
|
+
line-height: 24px;
|
|
31963
31988
|
}
|
|
31964
31989
|
|
|
31965
|
-
.
|
|
31966
|
-
|
|
31967
|
-
|
|
31990
|
+
.E_l1fbkbzo {
|
|
31991
|
+
font-family: Inter;
|
|
31992
|
+
font-style: normal;
|
|
31993
|
+
font-weight: bold;
|
|
31994
|
+
font-size: 16px;
|
|
31995
|
+
line-height: 24px;
|
|
31968
31996
|
}
|
|
31969
31997
|
|
|
31970
|
-
.
|
|
31971
|
-
|
|
31998
|
+
.E_lahvcax {
|
|
31999
|
+
font-family: Inter;
|
|
32000
|
+
font-style: normal;
|
|
32001
|
+
font-weight: normal;
|
|
32002
|
+
text-transform: uppercase;
|
|
32003
|
+
font-feature-settings: "cpsp" on;
|
|
32004
|
+
font-size: 16px;
|
|
32005
|
+
line-height: 24px;
|
|
31972
32006
|
}
|
|
31973
32007
|
|
|
31974
|
-
.
|
|
31975
|
-
font-
|
|
31976
|
-
|
|
31977
|
-
|
|
32008
|
+
.E_l11q3pxd {
|
|
32009
|
+
font-family: Inter;
|
|
32010
|
+
font-style: normal;
|
|
32011
|
+
font-weight: bold;
|
|
32012
|
+
text-transform: uppercase;
|
|
32013
|
+
font-feature-settings: "cpsp" on;
|
|
32014
|
+
font-size: 16px;
|
|
32015
|
+
line-height: 24px;
|
|
31978
32016
|
}
|
|
31979
32017
|
|
|
31980
|
-
.
|
|
32018
|
+
.E_lfuc2qu {
|
|
32019
|
+
font-family: Inter;
|
|
32020
|
+
font-style: normal;
|
|
32021
|
+
font-weight: normal;
|
|
31981
32022
|
font-size: 14px;
|
|
31982
|
-
line-height:
|
|
31983
|
-
color: #2d3a56;
|
|
31984
|
-
margin-bottom: 12px;
|
|
32023
|
+
line-height: 22px;
|
|
31985
32024
|
}
|
|
31986
32025
|
|
|
31987
|
-
.
|
|
31988
|
-
|
|
32026
|
+
.E_l1jmp8r0 {
|
|
32027
|
+
font-family: Inter;
|
|
32028
|
+
font-style: normal;
|
|
32029
|
+
font-weight: 500;
|
|
32030
|
+
font-size: 14px;
|
|
32031
|
+
line-height: 22px;
|
|
31989
32032
|
}
|
|
31990
32033
|
|
|
31991
|
-
.
|
|
31992
|
-
|
|
31993
|
-
|
|
31994
|
-
|
|
32034
|
+
.E_lcnm221 {
|
|
32035
|
+
font-family: Inter;
|
|
32036
|
+
font-style: normal;
|
|
32037
|
+
font-weight: bold;
|
|
32038
|
+
font-size: 14px;
|
|
32039
|
+
line-height: 22px;
|
|
31995
32040
|
}
|
|
31996
32041
|
|
|
31997
|
-
.
|
|
31998
|
-
|
|
31999
|
-
|
|
32000
|
-
|
|
32042
|
+
.E_lu1z2n5 {
|
|
32043
|
+
font-family: Inter;
|
|
32044
|
+
font-style: normal;
|
|
32045
|
+
font-weight: normal;
|
|
32046
|
+
font-size: 14px;
|
|
32047
|
+
line-height: 22px;
|
|
32001
32048
|
}
|
|
32002
32049
|
|
|
32003
|
-
.
|
|
32004
|
-
|
|
32050
|
+
.E_l1r59djn {
|
|
32051
|
+
font-family: Inter;
|
|
32052
|
+
font-style: normal;
|
|
32053
|
+
font-weight: bold;
|
|
32054
|
+
font-size: 14px;
|
|
32055
|
+
line-height: 22px;
|
|
32005
32056
|
}
|
|
32006
32057
|
|
|
32007
|
-
.
|
|
32008
|
-
|
|
32058
|
+
.E_ljm2911 {
|
|
32059
|
+
font-family: Inter;
|
|
32060
|
+
font-style: normal;
|
|
32061
|
+
font-weight: normal;
|
|
32062
|
+
text-transform: uppercase;
|
|
32063
|
+
font-feature-settings: "cpsp" on;
|
|
32064
|
+
font-size: 14px;
|
|
32065
|
+
line-height: 22px;
|
|
32009
32066
|
}
|
|
32010
32067
|
|
|
32011
|
-
.
|
|
32012
|
-
|
|
32068
|
+
.E_l124mzmr {
|
|
32069
|
+
font-family: Inter;
|
|
32070
|
+
font-style: normal;
|
|
32071
|
+
font-weight: bold;
|
|
32072
|
+
text-transform: uppercase;
|
|
32073
|
+
font-feature-settings: "cpsp" on;
|
|
32074
|
+
font-size: 14px;
|
|
32075
|
+
line-height: 22px;
|
|
32013
32076
|
}
|
|
32014
32077
|
|
|
32015
|
-
.
|
|
32016
|
-
|
|
32017
|
-
|
|
32078
|
+
.E_lb3chel {
|
|
32079
|
+
font-family: Inter;
|
|
32080
|
+
font-style: normal;
|
|
32081
|
+
font-weight: normal;
|
|
32082
|
+
font-size: 13px;
|
|
32083
|
+
line-height: 20px;
|
|
32018
32084
|
}
|
|
32019
32085
|
|
|
32020
|
-
.
|
|
32021
|
-
|
|
32022
|
-
|
|
32023
|
-
|
|
32024
|
-
|
|
32086
|
+
.E_lv9jstu {
|
|
32087
|
+
font-family: Inter;
|
|
32088
|
+
font-style: normal;
|
|
32089
|
+
font-weight: 600;
|
|
32090
|
+
font-size: 13px;
|
|
32091
|
+
line-height: 20px;
|
|
32025
32092
|
}
|
|
32026
32093
|
|
|
32027
|
-
.
|
|
32028
|
-
|
|
32029
|
-
|
|
32030
|
-
|
|
32031
|
-
|
|
32094
|
+
.E_lwqlh3x {
|
|
32095
|
+
font-family: Inter;
|
|
32096
|
+
font-style: normal;
|
|
32097
|
+
font-weight: bold;
|
|
32098
|
+
font-size: 13px;
|
|
32099
|
+
line-height: 20px;
|
|
32032
32100
|
}
|
|
32033
32101
|
|
|
32034
|
-
.
|
|
32035
|
-
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
|
|
32039
|
-
|
|
32040
|
-
border-radius: 50%;
|
|
32041
|
-
margin: 0 4px;
|
|
32102
|
+
.E_lalum9y {
|
|
32103
|
+
font-family: Inter;
|
|
32104
|
+
font-style: normal;
|
|
32105
|
+
font-weight: normal;
|
|
32106
|
+
font-size: 13px;
|
|
32107
|
+
line-height: 20px;
|
|
32042
32108
|
}
|
|
32043
32109
|
|
|
32044
|
-
.
|
|
32045
|
-
|
|
32046
|
-
|
|
32047
|
-
|
|
32110
|
+
.E_l1t6dj5o {
|
|
32111
|
+
font-family: Inter;
|
|
32112
|
+
font-style: normal;
|
|
32113
|
+
font-weight: 600;
|
|
32114
|
+
font-size: 13px;
|
|
32115
|
+
line-height: 20px;
|
|
32048
32116
|
}
|
|
32049
32117
|
|
|
32050
|
-
.
|
|
32051
|
-
|
|
32052
|
-
|
|
32118
|
+
.E_l12f6ic {
|
|
32119
|
+
font-family: Inter;
|
|
32120
|
+
font-style: normal;
|
|
32121
|
+
font-weight: bold;
|
|
32122
|
+
font-size: 13px;
|
|
32123
|
+
line-height: 20px;
|
|
32053
32124
|
}
|
|
32054
32125
|
|
|
32055
|
-
.
|
|
32056
|
-
font-
|
|
32126
|
+
.E_l7gmukq {
|
|
32127
|
+
font-family: Inter;
|
|
32128
|
+
font-style: normal;
|
|
32129
|
+
font-weight: normal;
|
|
32130
|
+
text-transform: uppercase;
|
|
32131
|
+
font-feature-settings: "cpsp" on;
|
|
32132
|
+
font-size: 13px;
|
|
32133
|
+
line-height: 20px;
|
|
32057
32134
|
}
|
|
32058
32135
|
|
|
32059
|
-
.
|
|
32060
|
-
|
|
32136
|
+
.E_lkwl0yp {
|
|
32137
|
+
font-family: Inter;
|
|
32138
|
+
font-style: normal;
|
|
32139
|
+
font-weight: bold;
|
|
32140
|
+
text-transform: uppercase;
|
|
32141
|
+
font-feature-settings: "cpsp" on;
|
|
32142
|
+
font-size: 13px;
|
|
32143
|
+
line-height: 20px;
|
|
32061
32144
|
}
|
|
32062
32145
|
|
|
32063
|
-
.
|
|
32064
|
-
|
|
32146
|
+
.E_l10knv48 {
|
|
32147
|
+
font-family: Inter;
|
|
32148
|
+
font-style: normal;
|
|
32149
|
+
font-weight: normal;
|
|
32150
|
+
font-size: 12px;
|
|
32151
|
+
line-height: 18px;
|
|
32065
32152
|
}
|
|
32066
32153
|
|
|
32067
|
-
.
|
|
32154
|
+
.E_l6526ld {
|
|
32155
|
+
font-family: Inter;
|
|
32156
|
+
font-style: normal;
|
|
32157
|
+
font-weight: 500;
|
|
32068
32158
|
font-size: 12px;
|
|
32069
32159
|
line-height: 18px;
|
|
32160
|
+
}
|
|
32161
|
+
|
|
32162
|
+
.E_l1j81vli {
|
|
32163
|
+
font-family: Inter;
|
|
32164
|
+
font-style: normal;
|
|
32070
32165
|
font-weight: bold;
|
|
32071
|
-
|
|
32072
|
-
|
|
32073
|
-
border-radius: 4px;
|
|
32074
|
-
display: inline-block;
|
|
32075
|
-
background: var(--t1wwio3v-0);
|
|
32166
|
+
font-size: 12px;
|
|
32167
|
+
line-height: 18px;
|
|
32076
32168
|
}
|
|
32077
32169
|
|
|
32078
|
-
.
|
|
32079
|
-
|
|
32170
|
+
.E_l1x7n1mk {
|
|
32171
|
+
font-family: Inter;
|
|
32172
|
+
font-style: normal;
|
|
32173
|
+
font-weight: normal;
|
|
32174
|
+
font-size: 12px;
|
|
32175
|
+
line-height: 18px;
|
|
32080
32176
|
}
|
|
32081
32177
|
|
|
32082
|
-
.
|
|
32083
|
-
|
|
32084
|
-
|
|
32085
|
-
|
|
32086
|
-
|
|
32087
|
-
|
|
32178
|
+
.E_l9fqufz {
|
|
32179
|
+
font-family: Inter;
|
|
32180
|
+
font-style: normal;
|
|
32181
|
+
font-weight: 500;
|
|
32182
|
+
font-size: 12px;
|
|
32183
|
+
line-height: 18px;
|
|
32088
32184
|
}
|
|
32089
32185
|
|
|
32090
|
-
.
|
|
32091
|
-
font-
|
|
32186
|
+
.E_l1iwnybd {
|
|
32187
|
+
font-family: Inter;
|
|
32188
|
+
font-style: normal;
|
|
32092
32189
|
font-weight: bold;
|
|
32093
|
-
|
|
32094
|
-
|
|
32095
|
-
margin-left: 2px;
|
|
32096
|
-
margin-right: 2px;
|
|
32097
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32098
|
-
border-radius: 4px;
|
|
32190
|
+
font-size: 12px;
|
|
32191
|
+
line-height: 18px;
|
|
32099
32192
|
}
|
|
32100
32193
|
|
|
32101
|
-
.
|
|
32102
|
-
|
|
32194
|
+
.E_lprtm1e {
|
|
32195
|
+
font-family: Inter;
|
|
32196
|
+
font-style: normal;
|
|
32197
|
+
font-weight: normal;
|
|
32198
|
+
text-transform: uppercase;
|
|
32199
|
+
font-feature-settings: "cpsp" on;
|
|
32200
|
+
font-size: 12px;
|
|
32201
|
+
line-height: 18px;
|
|
32103
32202
|
}
|
|
32104
32203
|
|
|
32105
|
-
.
|
|
32106
|
-
|
|
32204
|
+
.E_l1lln87h {
|
|
32205
|
+
font-family: Inter;
|
|
32206
|
+
font-style: normal;
|
|
32207
|
+
font-weight: bold;
|
|
32208
|
+
text-transform: uppercase;
|
|
32209
|
+
font-feature-settings: "cpsp" on;
|
|
32210
|
+
font-size: 12px;
|
|
32211
|
+
line-height: 18px;
|
|
32107
32212
|
}
|
|
32108
32213
|
|
|
32109
|
-
.
|
|
32110
|
-
|
|
32214
|
+
.E_f2pb48l {
|
|
32215
|
+
font-family: Inter;
|
|
32216
|
+
font-style: normal;
|
|
32217
|
+
font-weight: normal;
|
|
32218
|
+
font-size: 13px;
|
|
32219
|
+
line-height: 20px;
|
|
32111
32220
|
}
|
|
32112
32221
|
|
|
32113
|
-
.
|
|
32114
|
-
|
|
32222
|
+
.E_fi9emkw {
|
|
32223
|
+
font-family: Inter;
|
|
32224
|
+
font-style: normal;
|
|
32225
|
+
font-weight: normal;
|
|
32226
|
+
font-size: 13px;
|
|
32227
|
+
line-height: 20px;
|
|
32115
32228
|
}
|
|
32116
32229
|
|
|
32117
|
-
.
|
|
32118
|
-
|
|
32230
|
+
.E_f1nrg7da {
|
|
32231
|
+
font-family: Inter;
|
|
32232
|
+
font-style: normal;
|
|
32233
|
+
font-weight: normal;
|
|
32234
|
+
font-size: 12px;
|
|
32235
|
+
line-height: 18px;
|
|
32119
32236
|
}
|
|
32120
32237
|
|
|
32121
|
-
.
|
|
32122
|
-
|
|
32123
|
-
|
|
32238
|
+
.E_f17k1i3n {
|
|
32239
|
+
font-family: Inter;
|
|
32240
|
+
font-style: normal;
|
|
32241
|
+
font-weight: normal;
|
|
32242
|
+
font-size: 12px;
|
|
32243
|
+
line-height: 18px;
|
|
32124
32244
|
}
|
|
32125
32245
|
|
|
32126
|
-
.
|
|
32127
|
-
|
|
32128
|
-
|
|
32129
|
-
|
|
32130
|
-
|
|
32246
|
+
.E_t1tvuj2e {
|
|
32247
|
+
font-family: Inter;
|
|
32248
|
+
font-style: normal;
|
|
32249
|
+
font-weight: normal;
|
|
32250
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32131
32251
|
font-size: 13px;
|
|
32132
|
-
line-height:
|
|
32133
|
-
color: #8e9aa9;
|
|
32252
|
+
line-height: 20px;
|
|
32134
32253
|
}
|
|
32135
32254
|
|
|
32136
|
-
.
|
|
32137
|
-
|
|
32255
|
+
.E_t17uajlu {
|
|
32256
|
+
font-family: Inter;
|
|
32257
|
+
font-style: normal;
|
|
32258
|
+
font-weight: normal;
|
|
32259
|
+
font-feature-settings: "zero" on;
|
|
32138
32260
|
font-size: 13px;
|
|
32139
|
-
|
|
32261
|
+
line-height: 20px;
|
|
32140
32262
|
}
|
|
32141
32263
|
|
|
32142
|
-
.
|
|
32143
|
-
|
|
32264
|
+
.E_t114zbyz {
|
|
32265
|
+
font-family: Inter;
|
|
32266
|
+
font-style: normal;
|
|
32267
|
+
font-weight: normal;
|
|
32268
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32269
|
+
font-size: 12px;
|
|
32270
|
+
line-height: 18px;
|
|
32144
32271
|
}
|
|
32145
32272
|
|
|
32146
|
-
.
|
|
32147
|
-
|
|
32148
|
-
|
|
32273
|
+
.E_t1il0kvi {
|
|
32274
|
+
font-family: Inter;
|
|
32275
|
+
font-style: normal;
|
|
32276
|
+
font-weight: 500;
|
|
32277
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32278
|
+
font-size: 12px;
|
|
32279
|
+
line-height: 18px;
|
|
32149
32280
|
}
|
|
32150
32281
|
|
|
32151
|
-
.
|
|
32282
|
+
.E_t10dv8p1 {
|
|
32283
|
+
font-family: Inter;
|
|
32284
|
+
font-style: normal;
|
|
32285
|
+
font-weight: normal;
|
|
32286
|
+
font-feature-settings: "zero" on;
|
|
32287
|
+
font-size: 12px;
|
|
32152
32288
|
line-height: 18px;
|
|
32153
32289
|
}
|
|
32154
32290
|
|
|
32155
|
-
.
|
|
32156
|
-
|
|
32291
|
+
.E_tc2oqpq {
|
|
32292
|
+
font-family: Inter;
|
|
32293
|
+
font-style: normal;
|
|
32294
|
+
font-weight: 500;
|
|
32295
|
+
font-feature-settings: "zero" on;
|
|
32296
|
+
font-size: 12px;
|
|
32297
|
+
line-height: 18px;
|
|
32157
32298
|
}
|
|
32158
32299
|
|
|
32159
|
-
.
|
|
32160
|
-
|
|
32300
|
+
.E_tzvddmc {
|
|
32301
|
+
font-family: Inter;
|
|
32302
|
+
font-style: normal;
|
|
32303
|
+
font-weight: bold;
|
|
32304
|
+
font-feature-settings: "zero" on;
|
|
32305
|
+
font-size: 16px;
|
|
32306
|
+
line-height: 24px;
|
|
32161
32307
|
}
|
|
32162
32308
|
|
|
32163
|
-
.
|
|
32164
|
-
|
|
32165
|
-
|
|
32166
|
-
|
|
32309
|
+
.E_u18llj45 {
|
|
32310
|
+
font-family: Inter;
|
|
32311
|
+
font-style: normal;
|
|
32312
|
+
font-weight: normal;
|
|
32313
|
+
font-size: 10px;
|
|
32314
|
+
line-height: 12px;
|
|
32167
32315
|
}
|
|
32168
32316
|
|
|
32169
|
-
.
|
|
32170
|
-
|
|
32171
|
-
|
|
32172
|
-
overflow: auto;
|
|
32317
|
+
.E_cnujxq2 {
|
|
32318
|
+
display: flex;
|
|
32319
|
+
flex-direction: column;
|
|
32173
32320
|
}
|
|
32174
32321
|
|
|
32175
|
-
.
|
|
32176
|
-
|
|
32177
|
-
|
|
32178
|
-
|
|
32322
|
+
.E_m7s48ia {
|
|
32323
|
+
max-width: 1120px;
|
|
32324
|
+
width: 100%;
|
|
32325
|
+
margin: 0 auto;
|
|
32326
|
+
height: 100%;
|
|
32179
32327
|
}
|
|
32180
32328
|
|
|
32181
|
-
.
|
|
32182
|
-
|
|
32183
|
-
|
|
32184
|
-
|
|
32185
|
-
|
|
32186
|
-
margin-bottom: 16px;
|
|
32329
|
+
.E_wt5zbg6 {
|
|
32330
|
+
max-width: 1120px;
|
|
32331
|
+
width: 100%;
|
|
32332
|
+
margin: 0 auto;
|
|
32333
|
+
display: flex;
|
|
32187
32334
|
}
|
|
32188
32335
|
|
|
32189
|
-
.
|
|
32190
|
-
|
|
32336
|
+
.E_wt5zbg6 .left,
|
|
32337
|
+
.E_wt5zbg6 .right {
|
|
32338
|
+
flex-grow: 0;
|
|
32339
|
+
flex-shrink: 0;
|
|
32340
|
+
flex-basis: 21%;
|
|
32191
32341
|
}
|
|
32192
32342
|
|
|
32193
|
-
.
|
|
32194
|
-
width: 8px;
|
|
32195
|
-
height: 24px;
|
|
32343
|
+
.E_wt5zbg6 .left {
|
|
32196
32344
|
display: flex;
|
|
32197
|
-
justify-content:
|
|
32198
|
-
|
|
32199
|
-
cursor: pointer;
|
|
32200
|
-
transition: all 200ms ease-out 40ms;
|
|
32201
|
-
}
|
|
32202
|
-
|
|
32203
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
32204
|
-
content: "";
|
|
32205
|
-
width: 1px;
|
|
32206
|
-
height: 6px;
|
|
32207
|
-
border-radius: 1px;
|
|
32208
|
-
background: #ccd4e3;
|
|
32209
|
-
position: relative;
|
|
32210
|
-
right: 2px;
|
|
32211
|
-
transform: rotate(-45deg);
|
|
32345
|
+
justify-content: flex-end;
|
|
32346
|
+
padding-right: 44px;
|
|
32212
32347
|
}
|
|
32213
32348
|
|
|
32214
|
-
.
|
|
32215
|
-
|
|
32216
|
-
left: 1px;
|
|
32349
|
+
.E_wt5zbg6 .right {
|
|
32350
|
+
padding-left: 44px;
|
|
32217
32351
|
}
|
|
32218
32352
|
|
|
32219
|
-
.
|
|
32220
|
-
|
|
32221
|
-
|
|
32222
|
-
|
|
32353
|
+
.E_wt5zbg6 .middle {
|
|
32354
|
+
margin-bottom: 40px;
|
|
32355
|
+
flex-grow: 0;
|
|
32356
|
+
flex-shrink: 0;
|
|
32357
|
+
flex-basis: 58%;
|
|
32223
32358
|
}
|
|
32224
32359
|
|
|
32225
|
-
.
|
|
32226
|
-
|
|
32227
|
-
color: #e07f00;
|
|
32360
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
32361
|
+
width: 100%;
|
|
32228
32362
|
}
|
|
32229
32363
|
|
|
32230
|
-
.
|
|
32231
|
-
|
|
32232
|
-
border-bottom-color: #e07f00;
|
|
32364
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
32365
|
+
width: auto;
|
|
32233
32366
|
}
|
|
32234
32367
|
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32237
|
-
|
|
32238
|
-
|
|
32239
|
-
background: rgba(255, 187, 0, 0.1);
|
|
32240
|
-
border-radius: 6px;
|
|
32241
|
-
color: #e07f00;
|
|
32242
|
-
font-size: 12px;
|
|
32243
|
-
line-height: 18px;
|
|
32368
|
+
.E_h18jprzg .ant-modal-header {
|
|
32369
|
+
margin: 0 auto;
|
|
32370
|
+
width: 100%;
|
|
32371
|
+
max-width: 648px;
|
|
32244
32372
|
}
|
|
32245
32373
|
|
|
32246
|
-
.
|
|
32247
|
-
margin-
|
|
32248
|
-
height: 18px;
|
|
32374
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
32375
|
+
margin-left: 0;
|
|
32249
32376
|
}
|
|
32250
32377
|
|
|
32251
|
-
.
|
|
32252
|
-
|
|
32253
|
-
|
|
32254
|
-
|
|
32255
|
-
|
|
32256
|
-
|
|
32257
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32258
|
-
font-size: 12px;
|
|
32259
|
-
line-height: 18px;
|
|
32378
|
+
.E_h18jprzg .ant-modal-body {
|
|
32379
|
+
margin: 0 auto;
|
|
32380
|
+
padding: 0;
|
|
32381
|
+
width: 100%;
|
|
32382
|
+
max-width: 648px;
|
|
32383
|
+
overflow: hidden;
|
|
32260
32384
|
}
|
|
32261
32385
|
|
|
32262
|
-
.
|
|
32263
|
-
margin-
|
|
32264
|
-
height: 18px;
|
|
32386
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
32387
|
+
margin-bottom: 40px;
|
|
32265
32388
|
}
|
|
32266
32389
|
|
|
32267
|
-
.
|
|
32268
|
-
|
|
32269
|
-
|
|
32270
|
-
padding: 7px 12px;
|
|
32271
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32272
|
-
border-radius: 6px;
|
|
32273
|
-
color: #005ed1;
|
|
32274
|
-
font-size: 12px;
|
|
32275
|
-
line-height: 18px;
|
|
32390
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
32391
|
+
height: calc(100vh - 225px);
|
|
32392
|
+
overflow-y: auto;
|
|
32276
32393
|
}
|
|
32277
32394
|
|
|
32278
|
-
.
|
|
32279
|
-
margin
|
|
32280
|
-
|
|
32395
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
32396
|
+
margin: 0 auto;
|
|
32397
|
+
max-width: 648px;
|
|
32281
32398
|
}
|
|
32282
32399
|
|
|
32283
|
-
.
|
|
32284
|
-
|
|
32285
|
-
|
|
32286
|
-
|
|
32287
|
-
line-height: 18px;
|
|
32400
|
+
.E_h16z9xgz .ant-modal-header {
|
|
32401
|
+
margin: 0 auto;
|
|
32402
|
+
width: 100%;
|
|
32403
|
+
max-width: 1024px;
|
|
32288
32404
|
}
|
|
32289
32405
|
|
|
32290
|
-
.
|
|
32291
|
-
|
|
32292
|
-
font-size: 12px;
|
|
32293
|
-
white-space: pre-wrap;
|
|
32406
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
32407
|
+
margin-left: 0;
|
|
32294
32408
|
}
|
|
32295
32409
|
|
|
32296
|
-
.
|
|
32297
|
-
|
|
32298
|
-
|
|
32299
|
-
|
|
32410
|
+
.E_h16z9xgz .ant-modal-body {
|
|
32411
|
+
margin: 0 auto;
|
|
32412
|
+
padding: 0;
|
|
32413
|
+
width: 100%;
|
|
32414
|
+
max-width: 1024px;
|
|
32415
|
+
overflow: hidden;
|
|
32300
32416
|
}
|
|
32301
32417
|
|
|
32302
|
-
.
|
|
32303
|
-
margin-
|
|
32418
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
32419
|
+
margin-bottom: 40px;
|
|
32304
32420
|
}
|
|
32305
32421
|
|
|
32306
|
-
.
|
|
32307
|
-
|
|
32422
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
32423
|
+
height: calc(100vh - 225px);
|
|
32424
|
+
overflow-y: auto;
|
|
32308
32425
|
}
|
|
32309
32426
|
|
|
32310
|
-
.
|
|
32311
|
-
|
|
32312
|
-
|
|
32313
|
-
color: #2d3a56;
|
|
32314
|
-
border-radius: 6px;
|
|
32315
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32316
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32427
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
32428
|
+
margin: 0 auto;
|
|
32429
|
+
max-width: 1024px;
|
|
32317
32430
|
}
|
|
32318
32431
|
|
|
32319
|
-
.
|
|
32320
|
-
|
|
32321
|
-
line-height: 22px;
|
|
32432
|
+
.E_f1lrhghm {
|
|
32433
|
+
flex: 1;
|
|
32322
32434
|
}
|
|
32323
32435
|
|
|
32324
|
-
.
|
|
32325
|
-
|
|
32326
|
-
line-height:
|
|
32436
|
+
.E_f1lrhghm label {
|
|
32437
|
+
font-size: 13px;
|
|
32438
|
+
line-height: 20px;
|
|
32439
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32327
32440
|
}
|
|
32328
32441
|
|
|
32329
|
-
.
|
|
32330
|
-
|
|
32331
|
-
|
|
32332
|
-
|
|
32442
|
+
.E_f1lrhghm .title {
|
|
32443
|
+
font-size: 14px;
|
|
32444
|
+
line-height: 20px;
|
|
32445
|
+
color: #2d3a56;
|
|
32446
|
+
margin-bottom: 12px;
|
|
32333
32447
|
}
|
|
32334
32448
|
|
|
32335
|
-
.
|
|
32336
|
-
|
|
32337
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32338
|
-
z-index: 1;
|
|
32449
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
32450
|
+
padding-bottom: 26px;
|
|
32339
32451
|
}
|
|
32340
32452
|
|
|
32341
|
-
.
|
|
32342
|
-
|
|
32343
|
-
|
|
32453
|
+
.E_f18ot8em {
|
|
32454
|
+
padding: 25px 0 15px 0;
|
|
32455
|
+
border-bottom: 1px solid #e1e5eb;
|
|
32456
|
+
margin-bottom: 16px;
|
|
32344
32457
|
}
|
|
32345
32458
|
|
|
32346
|
-
.
|
|
32347
|
-
|
|
32348
|
-
|
|
32459
|
+
.E_f1l1g2k0 {
|
|
32460
|
+
display: flex;
|
|
32461
|
+
align-items: center;
|
|
32462
|
+
margin-bottom: 8px;
|
|
32349
32463
|
}
|
|
32350
32464
|
|
|
32351
|
-
.
|
|
32352
|
-
|
|
32353
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32465
|
+
.E_f1l1g2k0 > label {
|
|
32466
|
+
width: 216px;
|
|
32354
32467
|
}
|
|
32355
32468
|
|
|
32356
|
-
.
|
|
32357
|
-
|
|
32358
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32359
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32469
|
+
.E_f1l1g2k0 > label + * {
|
|
32470
|
+
width: 100%;
|
|
32360
32471
|
}
|
|
32361
32472
|
|
|
32362
|
-
.
|
|
32363
|
-
|
|
32364
|
-
border-radius: 6px;
|
|
32365
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32366
|
-
line-height: 20px;
|
|
32367
|
-
color: #2d3a56;
|
|
32368
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32473
|
+
.E_f1l1g2k0 .ant-select {
|
|
32474
|
+
width: 100%;
|
|
32369
32475
|
}
|
|
32370
32476
|
|
|
32371
|
-
.
|
|
32372
|
-
|
|
32373
|
-
|
|
32477
|
+
.E_e1k89cwg {
|
|
32478
|
+
color: #e75a3a;
|
|
32479
|
+
margin-right: 10px;
|
|
32374
32480
|
}
|
|
32375
32481
|
|
|
32376
|
-
.
|
|
32377
|
-
|
|
32378
|
-
|
|
32482
|
+
.E_d1oui1gf {
|
|
32483
|
+
width: 100%;
|
|
32484
|
+
height: 1px;
|
|
32485
|
+
background: rgba(213, 219, 227, 0.6);
|
|
32486
|
+
margin: 24px 0;
|
|
32379
32487
|
}
|
|
32380
32488
|
|
|
32381
|
-
.
|
|
32382
|
-
|
|
32383
|
-
|
|
32489
|
+
.E_l15itdbb {
|
|
32490
|
+
display: flex;
|
|
32491
|
+
justify-content: center;
|
|
32492
|
+
align-items: center;
|
|
32493
|
+
height: 100%;
|
|
32384
32494
|
}
|
|
32385
32495
|
|
|
32386
|
-
.
|
|
32387
|
-
|
|
32388
|
-
|
|
32496
|
+
.E_d1y3z4w {
|
|
32497
|
+
display: inline-block;
|
|
32498
|
+
width: 4px;
|
|
32499
|
+
height: 4px;
|
|
32500
|
+
background: #8e9aa9;
|
|
32501
|
+
opacity: 0.4;
|
|
32502
|
+
border-radius: 50%;
|
|
32503
|
+
margin: 0 4px;
|
|
32389
32504
|
}
|
|
32390
32505
|
|
|
32391
|
-
.
|
|
32392
|
-
|
|
32393
|
-
|
|
32506
|
+
.E_m177r7a3 .ant-modal-header,
|
|
32507
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
32508
|
+
width: 648px;
|
|
32509
|
+
margin: 0 auto;
|
|
32394
32510
|
}
|
|
32395
32511
|
|
|
32396
|
-
.
|
|
32397
|
-
|
|
32512
|
+
.E_m177r7a3 .ant-modal-header {
|
|
32513
|
+
padding: 35px 0 24px;
|
|
32514
|
+
border: none;
|
|
32398
32515
|
}
|
|
32399
32516
|
|
|
32400
|
-
.
|
|
32401
|
-
|
|
32517
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
32518
|
+
font-size: 30px;
|
|
32402
32519
|
}
|
|
32403
32520
|
|
|
32404
|
-
.
|
|
32405
|
-
|
|
32406
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32521
|
+
.E_m177r7a3 .ant-modal-body {
|
|
32522
|
+
padding: 4px 0 2px;
|
|
32407
32523
|
}
|
|
32408
32524
|
|
|
32409
|
-
.
|
|
32410
|
-
border
|
|
32411
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32525
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
32526
|
+
border: none;
|
|
32412
32527
|
}
|
|
32413
32528
|
|
|
32414
|
-
.
|
|
32415
|
-
|
|
32416
|
-
|
|
32417
|
-
|
|
32529
|
+
.E_t1wwio3v {
|
|
32530
|
+
font-size: 12px;
|
|
32531
|
+
line-height: 18px;
|
|
32532
|
+
font-weight: bold;
|
|
32533
|
+
color: #fff;
|
|
32534
|
+
padding: 0 4px;
|
|
32535
|
+
border-radius: 4px;
|
|
32536
|
+
display: inline-block;
|
|
32537
|
+
background: var(--t1wwio3v-0);
|
|
32418
32538
|
}
|
|
32419
32539
|
|
|
32420
|
-
|
|
32421
|
-
|
|
32422
|
-
transition-delay: 50ms;
|
|
32540
|
+
.E_t1wwio3v:not(:first-child) {
|
|
32541
|
+
margin-left: 4px;
|
|
32423
32542
|
}
|
|
32424
32543
|
|
|
32425
|
-
|
|
32426
|
-
|
|
32427
|
-
height:
|
|
32544
|
+
.E_f17jvtfk {
|
|
32545
|
+
width: 100%;
|
|
32546
|
+
height: 100%;
|
|
32547
|
+
display: flex;
|
|
32548
|
+
align-items: center;
|
|
32549
|
+
justify-content: center;
|
|
32428
32550
|
}
|
|
32429
32551
|
|
|
32430
|
-
|
|
32431
|
-
|
|
32552
|
+
.E_nzppkea {
|
|
32553
|
+
font-size: 90%;
|
|
32554
|
+
font-weight: bold;
|
|
32555
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32556
|
+
padding: 1px 4px 1px;
|
|
32557
|
+
margin-left: 2px;
|
|
32558
|
+
margin-right: 2px;
|
|
32559
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32560
|
+
border-radius: 4px;
|
|
32432
32561
|
}
|
|
32433
32562
|
|
|
32434
|
-
|
|
32435
|
-
|
|
32436
|
-
height: 32px;
|
|
32563
|
+
.E_f4mi9eq.form-item-general {
|
|
32564
|
+
width: 640px;
|
|
32437
32565
|
}
|
|
32438
32566
|
|
|
32439
|
-
|
|
32440
|
-
|
|
32567
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
32568
|
+
margin-top: 16px;
|
|
32441
32569
|
}
|
|
32442
32570
|
|
|
32443
|
-
|
|
32444
|
-
|
|
32445
|
-
height: 24px;
|
|
32571
|
+
.E_f4mi9eq.form-item-compact {
|
|
32572
|
+
width: 412px;
|
|
32446
32573
|
}
|
|
32447
32574
|
|
|
32448
|
-
|
|
32449
|
-
|
|
32575
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
32576
|
+
margin-top: 8px;
|
|
32450
32577
|
}
|
|
32451
32578
|
|
|
32452
|
-
.
|
|
32453
|
-
|
|
32454
|
-
border-radius: 4px;
|
|
32579
|
+
.E_f4mi9eq .form-item {
|
|
32580
|
+
width: auto;
|
|
32455
32581
|
}
|
|
32456
32582
|
|
|
32457
|
-
.
|
|
32583
|
+
.E_f4mi9eq .form-item-main {
|
|
32458
32584
|
position: relative;
|
|
32459
|
-
|
|
32460
|
-
height: 32px;
|
|
32461
|
-
cursor: pointer;
|
|
32462
|
-
transition: border 150ms;
|
|
32585
|
+
display: flex;
|
|
32463
32586
|
}
|
|
32464
32587
|
|
|
32465
|
-
.
|
|
32466
|
-
|
|
32467
|
-
|
|
32588
|
+
.E_f4mi9eq .form-item-extra {
|
|
32589
|
+
margin-top: 4px;
|
|
32590
|
+
width: 100%;
|
|
32591
|
+
padding: 14px;
|
|
32592
|
+
background: #f2f4f6;
|
|
32593
|
+
font-size: 13px;
|
|
32594
|
+
line-height: 1.8;
|
|
32595
|
+
color: #8e9aa9;
|
|
32468
32596
|
}
|
|
32469
32597
|
|
|
32470
|
-
.
|
|
32471
|
-
padding-right:
|
|
32598
|
+
.E_f4mi9eq .form-item-label {
|
|
32599
|
+
padding-right: 12px;
|
|
32600
|
+
font-size: 13px;
|
|
32601
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32472
32602
|
}
|
|
32473
32603
|
|
|
32474
|
-
.
|
|
32475
|
-
|
|
32604
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
32605
|
+
text-align: right;
|
|
32476
32606
|
}
|
|
32477
32607
|
|
|
32478
|
-
.
|
|
32479
|
-
|
|
32608
|
+
.E_f4mi9eq .form-item-label,
|
|
32609
|
+
.E_f4mi9eq .form-item-control {
|
|
32610
|
+
line-height: 32px;
|
|
32480
32611
|
}
|
|
32481
32612
|
|
|
32482
|
-
.
|
|
32483
|
-
|
|
32484
|
-
right: 12px;
|
|
32485
|
-
top: 50%;
|
|
32486
|
-
transform: translateY(-50%);
|
|
32613
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
32614
|
+
line-height: 18px;
|
|
32487
32615
|
}
|
|
32488
32616
|
|
|
32489
|
-
.
|
|
32490
|
-
|
|
32491
|
-
font-size: 12px;
|
|
32492
|
-
cursor: pointer;
|
|
32617
|
+
.E_f4mi9eq .form-item-children {
|
|
32618
|
+
width: 100%;
|
|
32493
32619
|
}
|
|
32494
32620
|
|
|
32495
|
-
.
|
|
32496
|
-
|
|
32621
|
+
.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 {
|
|
32622
|
+
width: 100%;
|
|
32497
32623
|
}
|
|
32498
32624
|
|
|
32499
|
-
.
|
|
32500
|
-
|
|
32625
|
+
.E_f4mi9eq .form-item-error {
|
|
32626
|
+
color: #e75a3a;
|
|
32627
|
+
height: 0;
|
|
32501
32628
|
overflow: hidden;
|
|
32502
32629
|
}
|
|
32503
32630
|
|
|
32504
|
-
.
|
|
32505
|
-
|
|
32506
|
-
|
|
32507
|
-
|
|
32508
|
-
left: -16px;
|
|
32509
|
-
transition: left 150ms ease;
|
|
32510
|
-
opacity: 0;
|
|
32631
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
32632
|
+
margin-top: 4px;
|
|
32633
|
+
height: auto;
|
|
32634
|
+
overflow: auto;
|
|
32511
32635
|
}
|
|
32512
32636
|
|
|
32513
|
-
.
|
|
32514
|
-
|
|
32515
|
-
|
|
32637
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
32638
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
32639
|
+
border: 1px solid #e75a3a;
|
|
32640
|
+
color: #e75a3a;
|
|
32516
32641
|
}
|
|
32517
32642
|
|
|
32518
|
-
.
|
|
32519
|
-
|
|
32520
|
-
|
|
32643
|
+
.E_fh0ewl8 {
|
|
32644
|
+
color: #2d3a56;
|
|
32645
|
+
font-weight: bold;
|
|
32646
|
+
padding-bottom: 6px;
|
|
32647
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32648
|
+
margin-bottom: 16px;
|
|
32521
32649
|
}
|
|
32522
32650
|
|
|
32523
|
-
.
|
|
32524
|
-
margin-
|
|
32651
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
32652
|
+
margin-top: 16px;
|
|
32525
32653
|
}
|
|
32526
32654
|
|
|
32527
|
-
|
|
32528
|
-
|
|
32529
|
-
|
|
32655
|
+
.E_e1qrlvot {
|
|
32656
|
+
width: 8px;
|
|
32657
|
+
height: 24px;
|
|
32658
|
+
display: flex;
|
|
32659
|
+
justify-content: center;
|
|
32660
|
+
align-items: center;
|
|
32661
|
+
cursor: pointer;
|
|
32662
|
+
transition: all 200ms ease-out 40ms;
|
|
32530
32663
|
}
|
|
32531
32664
|
|
|
32532
|
-
.
|
|
32533
|
-
|
|
32534
|
-
|
|
32665
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
32666
|
+
content: "";
|
|
32667
|
+
width: 1px;
|
|
32668
|
+
height: 6px;
|
|
32669
|
+
border-radius: 1px;
|
|
32670
|
+
background: #ccd4e3;
|
|
32671
|
+
position: relative;
|
|
32672
|
+
right: 2px;
|
|
32673
|
+
transform: rotate(-45deg);
|
|
32535
32674
|
}
|
|
32536
32675
|
|
|
32537
|
-
|
|
32538
|
-
|
|
32539
|
-
|
|
32676
|
+
.E_e1qrlvot:after {
|
|
32677
|
+
transform: rotate(45deg);
|
|
32678
|
+
left: 1px;
|
|
32540
32679
|
}
|
|
32541
32680
|
|
|
32542
|
-
.
|
|
32543
|
-
border
|
|
32544
|
-
|
|
32681
|
+
.E_w9ic984.ant-alert-warning {
|
|
32682
|
+
border: 0;
|
|
32683
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32684
|
+
border-radius: 6px;
|
|
32545
32685
|
}
|
|
32546
32686
|
|
|
32547
|
-
.
|
|
32548
|
-
|
|
32549
|
-
|
|
32687
|
+
.E_w9ic984.ant-alert,
|
|
32688
|
+
.E_w9ic984 .ant-alert-message {
|
|
32689
|
+
color: #e07f00;
|
|
32550
32690
|
}
|
|
32551
32691
|
|
|
32552
|
-
.
|
|
32553
|
-
|
|
32554
|
-
border-bottom-
|
|
32692
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
32693
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
32694
|
+
border-bottom-color: #e07f00;
|
|
32555
32695
|
}
|
|
32556
32696
|
|
|
32557
|
-
.
|
|
32697
|
+
.E_n1k9qi4r {
|
|
32558
32698
|
display: flex;
|
|
32559
|
-
flex-direction:
|
|
32560
|
-
|
|
32561
|
-
|
|
32562
|
-
|
|
32563
|
-
|
|
32699
|
+
flex-direction: row;
|
|
32700
|
+
padding: 7px 12px;
|
|
32701
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32702
|
+
border-radius: 6px;
|
|
32703
|
+
color: #e07f00;
|
|
32704
|
+
font-size: 12px;
|
|
32705
|
+
line-height: 18px;
|
|
32564
32706
|
}
|
|
32565
32707
|
|
|
32566
|
-
.
|
|
32567
|
-
|
|
32708
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
32709
|
+
margin-right: 10px;
|
|
32710
|
+
height: 18px;
|
|
32568
32711
|
}
|
|
32569
32712
|
|
|
32570
|
-
.
|
|
32571
|
-
|
|
32713
|
+
.E_n16fsg9x {
|
|
32714
|
+
display: flex;
|
|
32715
|
+
flex-direction: row;
|
|
32716
|
+
padding: 7px 12px;
|
|
32717
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32718
|
+
border-radius: 6px;
|
|
32719
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32720
|
+
font-size: 12px;
|
|
32721
|
+
line-height: 18px;
|
|
32572
32722
|
}
|
|
32573
32723
|
|
|
32574
|
-
.
|
|
32575
|
-
|
|
32724
|
+
.E_n16fsg9x .icon-wrapper {
|
|
32725
|
+
margin-right: 10px;
|
|
32726
|
+
height: 18px;
|
|
32576
32727
|
}
|
|
32577
32728
|
|
|
32578
|
-
.
|
|
32579
|
-
|
|
32580
|
-
|
|
32581
|
-
|
|
32729
|
+
.E_i173wxzw {
|
|
32730
|
+
display: flex;
|
|
32731
|
+
flex-direction: row;
|
|
32732
|
+
padding: 7px 12px;
|
|
32733
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32734
|
+
border-radius: 6px;
|
|
32735
|
+
color: #005ed1;
|
|
32736
|
+
font-size: 12px;
|
|
32582
32737
|
line-height: 18px;
|
|
32583
32738
|
}
|
|
32584
32739
|
|
|
32585
|
-
.
|
|
32586
|
-
margin-
|
|
32740
|
+
.E_i173wxzw .icon-wrapper {
|
|
32741
|
+
margin-right: 10px;
|
|
32742
|
+
height: 18px;
|
|
32587
32743
|
}
|
|
32588
32744
|
|
|
32589
|
-
.
|
|
32590
|
-
|
|
32745
|
+
.E_dld369h {
|
|
32746
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32747
|
+
margin-top: 5px;
|
|
32748
|
+
font-size: 12px;
|
|
32749
|
+
line-height: 18px;
|
|
32591
32750
|
}
|
|
32592
32751
|
|
|
32593
|
-
.
|
|
32752
|
+
.E_s1epv22q {
|
|
32753
|
+
color: #f0483e;
|
|
32594
32754
|
font-size: 12px;
|
|
32595
|
-
|
|
32596
|
-
margin-top: 12px;
|
|
32755
|
+
white-space: pre-wrap;
|
|
32597
32756
|
}
|
|
32598
32757
|
|
|
32599
|
-
.
|
|
32600
|
-
|
|
32601
|
-
|
|
32602
|
-
|
|
32603
|
-
white-space: initial;
|
|
32758
|
+
.E_okus5hk {
|
|
32759
|
+
display: flex;
|
|
32760
|
+
align-items: center;
|
|
32761
|
+
justify-content: flex-end;
|
|
32604
32762
|
}
|
|
32605
32763
|
|
|
32606
|
-
.
|
|
32607
|
-
|
|
32764
|
+
.E_okus5hk .icon-wrapper {
|
|
32765
|
+
margin-right: 16px;
|
|
32608
32766
|
}
|
|
32609
32767
|
|
|
32610
|
-
.
|
|
32611
|
-
|
|
32612
|
-
font-weight: 500;
|
|
32613
|
-
line-height: 32px;
|
|
32614
|
-
color: #3e4652;
|
|
32768
|
+
.E_t1auuzri {
|
|
32769
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32615
32770
|
}
|
|
32616
32771
|
|
|
32617
|
-
.
|
|
32618
|
-
|
|
32619
|
-
|
|
32772
|
+
.E_i74cfyt.ant-input {
|
|
32773
|
+
padding: 5px 12px;
|
|
32774
|
+
line-height: 20px;
|
|
32775
|
+
color: #2d3a56;
|
|
32620
32776
|
border-radius: 6px;
|
|
32621
|
-
|
|
32622
|
-
|
|
32623
|
-
font-size: 12px;
|
|
32777
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32778
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32624
32779
|
}
|
|
32625
32780
|
|
|
32626
|
-
.
|
|
32627
|
-
|
|
32628
|
-
|
|
32629
|
-
align-items: center;
|
|
32630
|
-
word-break: break-all;
|
|
32781
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
32782
|
+
padding: 8px 16px;
|
|
32783
|
+
line-height: 22px;
|
|
32631
32784
|
}
|
|
32632
32785
|
|
|
32633
|
-
.
|
|
32634
|
-
|
|
32786
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
32787
|
+
padding: 2px 8px;
|
|
32635
32788
|
line-height: 18px;
|
|
32636
|
-
margin: 4px 0;
|
|
32637
32789
|
}
|
|
32638
32790
|
|
|
32639
|
-
.
|
|
32640
|
-
|
|
32641
|
-
|
|
32642
|
-
|
|
32643
|
-
font-size: 32px;
|
|
32644
|
-
line-height: 40px;
|
|
32791
|
+
.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 {
|
|
32792
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32793
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32794
|
+
z-index: 1;
|
|
32645
32795
|
}
|
|
32646
32796
|
|
|
32647
|
-
.
|
|
32648
|
-
|
|
32649
|
-
|
|
32650
|
-
|
|
32651
|
-
font-size: 24px;
|
|
32652
|
-
line-height: 32px;
|
|
32797
|
+
.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 {
|
|
32798
|
+
border-color: #0096ff;
|
|
32799
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32800
|
+
z-index: 1;
|
|
32653
32801
|
}
|
|
32654
32802
|
|
|
32655
|
-
.
|
|
32656
|
-
|
|
32657
|
-
|
|
32658
|
-
font-weight: normal;
|
|
32659
|
-
font-size: 32px;
|
|
32660
|
-
line-height: 40px;
|
|
32803
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
32804
|
+
border-color: #e75a3a;
|
|
32805
|
+
color: #e75a3a;
|
|
32661
32806
|
}
|
|
32662
32807
|
|
|
32663
|
-
.
|
|
32664
|
-
|
|
32665
|
-
|
|
32666
|
-
font-weight: bold;
|
|
32667
|
-
font-size: 20px;
|
|
32668
|
-
line-height: 24px;
|
|
32808
|
+
.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 {
|
|
32809
|
+
border-color: #e75a3a;
|
|
32810
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32669
32811
|
}
|
|
32670
32812
|
|
|
32671
|
-
.
|
|
32672
|
-
|
|
32673
|
-
|
|
32674
|
-
|
|
32675
|
-
|
|
32676
|
-
|
|
32813
|
+
.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 {
|
|
32814
|
+
border-color: #e75a3a;
|
|
32815
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32816
|
+
}
|
|
32817
|
+
|
|
32818
|
+
.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 {
|
|
32819
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32820
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32821
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32677
32822
|
}
|
|
32678
32823
|
|
|
32679
|
-
.
|
|
32680
|
-
|
|
32681
|
-
|
|
32682
|
-
|
|
32683
|
-
|
|
32684
|
-
|
|
32824
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
32825
|
+
padding: 5px 12px;
|
|
32826
|
+
border-radius: 6px;
|
|
32827
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32828
|
+
line-height: 20px;
|
|
32829
|
+
color: #2d3a56;
|
|
32830
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32685
32831
|
}
|
|
32686
32832
|
|
|
32687
|
-
.
|
|
32688
|
-
|
|
32689
|
-
|
|
32690
|
-
font-weight: normal;
|
|
32691
|
-
font-size: 18px;
|
|
32692
|
-
line-height: 22px;
|
|
32833
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
32834
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
32835
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32693
32836
|
}
|
|
32694
32837
|
|
|
32695
|
-
.
|
|
32696
|
-
|
|
32697
|
-
font-style: normal;
|
|
32698
|
-
font-weight: bold;
|
|
32699
|
-
font-size: 16px;
|
|
32838
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
32839
|
+
padding: 8px 16px;
|
|
32700
32840
|
line-height: 22px;
|
|
32701
32841
|
}
|
|
32702
32842
|
|
|
32703
|
-
.
|
|
32704
|
-
|
|
32705
|
-
|
|
32706
|
-
font-weight: normal;
|
|
32707
|
-
font-size: 16px;
|
|
32708
|
-
line-height: 22px;
|
|
32843
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
32844
|
+
padding: 2px 8px;
|
|
32845
|
+
line-height: 18px;
|
|
32709
32846
|
}
|
|
32710
32847
|
|
|
32711
|
-
.
|
|
32712
|
-
|
|
32713
|
-
|
|
32714
|
-
font-weight: bold;
|
|
32715
|
-
font-size: 14px;
|
|
32716
|
-
line-height: 20px;
|
|
32848
|
+
.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 {
|
|
32849
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32850
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32717
32851
|
}
|
|
32718
32852
|
|
|
32719
|
-
.
|
|
32720
|
-
|
|
32721
|
-
|
|
32722
|
-
font-weight: normal;
|
|
32723
|
-
font-size: 14px;
|
|
32724
|
-
line-height: 20px;
|
|
32853
|
+
.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 {
|
|
32854
|
+
border-color: #0096ff;
|
|
32855
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32725
32856
|
}
|
|
32726
32857
|
|
|
32727
|
-
.
|
|
32728
|
-
|
|
32729
|
-
font-style: normal;
|
|
32730
|
-
font-weight: bold;
|
|
32731
|
-
font-size: 12px;
|
|
32732
|
-
line-height: 18px;
|
|
32858
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
32859
|
+
border-color: #e75a3a;
|
|
32733
32860
|
}
|
|
32734
32861
|
|
|
32735
|
-
.
|
|
32736
|
-
|
|
32737
|
-
font-style: normal;
|
|
32738
|
-
font-weight: normal;
|
|
32739
|
-
font-size: 12px;
|
|
32740
|
-
line-height: 18px;
|
|
32862
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
32863
|
+
color: #e75a3a;
|
|
32741
32864
|
}
|
|
32742
32865
|
|
|
32743
|
-
.
|
|
32744
|
-
|
|
32745
|
-
|
|
32746
|
-
font-weight: bold;
|
|
32747
|
-
text-transform: uppercase;
|
|
32748
|
-
font-feature-settings: "cpsp" on;
|
|
32749
|
-
font-size: 12px;
|
|
32750
|
-
line-height: 18px;
|
|
32866
|
+
.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 {
|
|
32867
|
+
border-color: #e75a3a;
|
|
32868
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32751
32869
|
}
|
|
32752
32870
|
|
|
32753
|
-
.
|
|
32754
|
-
|
|
32755
|
-
|
|
32756
|
-
font-weight: normal;
|
|
32757
|
-
text-transform: uppercase;
|
|
32758
|
-
font-feature-settings: "cpsp" on;
|
|
32759
|
-
font-size: 12px;
|
|
32760
|
-
line-height: 18px;
|
|
32871
|
+
.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 {
|
|
32872
|
+
border-color: #e75a3a;
|
|
32873
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32761
32874
|
}
|
|
32762
32875
|
|
|
32763
|
-
.
|
|
32764
|
-
|
|
32765
|
-
|
|
32766
|
-
|
|
32767
|
-
font-size: 16px;
|
|
32768
|
-
line-height: 24px;
|
|
32876
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
32877
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32878
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32879
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32769
32880
|
}
|
|
32770
32881
|
|
|
32771
|
-
.
|
|
32772
|
-
|
|
32773
|
-
|
|
32774
|
-
font-weight: bold;
|
|
32775
|
-
font-size: 16px;
|
|
32776
|
-
line-height: 24px;
|
|
32882
|
+
textarea.E_i74cfyt.ant-input {
|
|
32883
|
+
transition-property: height;
|
|
32884
|
+
transition-delay: 50ms;
|
|
32777
32885
|
}
|
|
32778
32886
|
|
|
32779
|
-
.
|
|
32780
|
-
|
|
32781
|
-
|
|
32782
|
-
font-weight: normal;
|
|
32783
|
-
font-size: 16px;
|
|
32784
|
-
line-height: 24px;
|
|
32887
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
32888
|
+
min-height: 40px;
|
|
32889
|
+
height: 40px;
|
|
32785
32890
|
}
|
|
32786
32891
|
|
|
32787
|
-
.
|
|
32788
|
-
|
|
32789
|
-
font-style: normal;
|
|
32790
|
-
font-weight: bold;
|
|
32791
|
-
font-size: 16px;
|
|
32792
|
-
line-height: 24px;
|
|
32892
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
32893
|
+
height: 80px;
|
|
32793
32894
|
}
|
|
32794
32895
|
|
|
32795
|
-
.
|
|
32796
|
-
|
|
32797
|
-
|
|
32798
|
-
font-weight: normal;
|
|
32799
|
-
text-transform: uppercase;
|
|
32800
|
-
font-feature-settings: "cpsp" on;
|
|
32801
|
-
font-size: 16px;
|
|
32802
|
-
line-height: 24px;
|
|
32896
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
32897
|
+
min-height: 32px;
|
|
32898
|
+
height: 32px;
|
|
32803
32899
|
}
|
|
32804
32900
|
|
|
32805
|
-
.
|
|
32806
|
-
|
|
32807
|
-
font-style: normal;
|
|
32808
|
-
font-weight: bold;
|
|
32809
|
-
text-transform: uppercase;
|
|
32810
|
-
font-feature-settings: "cpsp" on;
|
|
32811
|
-
font-size: 16px;
|
|
32812
|
-
line-height: 24px;
|
|
32901
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
32902
|
+
height: 64px;
|
|
32813
32903
|
}
|
|
32814
32904
|
|
|
32815
|
-
.
|
|
32816
|
-
|
|
32817
|
-
|
|
32818
|
-
font-weight: normal;
|
|
32819
|
-
font-size: 14px;
|
|
32820
|
-
line-height: 22px;
|
|
32905
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
32906
|
+
min-height: 24px;
|
|
32907
|
+
height: 24px;
|
|
32821
32908
|
}
|
|
32822
32909
|
|
|
32823
|
-
.
|
|
32824
|
-
|
|
32825
|
-
font-style: normal;
|
|
32826
|
-
font-weight: 500;
|
|
32827
|
-
font-size: 14px;
|
|
32828
|
-
line-height: 22px;
|
|
32910
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
32911
|
+
height: 40px;
|
|
32829
32912
|
}
|
|
32830
32913
|
|
|
32831
|
-
.
|
|
32832
|
-
|
|
32833
|
-
|
|
32834
|
-
font-weight: bold;
|
|
32835
|
-
font-size: 14px;
|
|
32836
|
-
line-height: 22px;
|
|
32914
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
32915
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32916
|
+
border-radius: 4px;
|
|
32837
32917
|
}
|
|
32838
32918
|
|
|
32839
|
-
.
|
|
32840
|
-
|
|
32841
|
-
|
|
32842
|
-
|
|
32843
|
-
|
|
32844
|
-
|
|
32919
|
+
.E_k1ci6977.input-tags {
|
|
32920
|
+
position: relative;
|
|
32921
|
+
padding: 6px;
|
|
32922
|
+
height: 32px;
|
|
32923
|
+
cursor: pointer;
|
|
32924
|
+
transition: border 150ms;
|
|
32845
32925
|
}
|
|
32846
32926
|
|
|
32847
|
-
.
|
|
32848
|
-
|
|
32849
|
-
|
|
32850
|
-
font-weight: bold;
|
|
32851
|
-
font-size: 14px;
|
|
32852
|
-
line-height: 22px;
|
|
32927
|
+
.E_k1ci6977.input-tags:hover {
|
|
32928
|
+
border-color: #0080ff;
|
|
32929
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
32853
32930
|
}
|
|
32854
32931
|
|
|
32855
|
-
.
|
|
32856
|
-
|
|
32857
|
-
font-style: normal;
|
|
32858
|
-
font-weight: normal;
|
|
32859
|
-
text-transform: uppercase;
|
|
32860
|
-
font-feature-settings: "cpsp" on;
|
|
32861
|
-
font-size: 14px;
|
|
32862
|
-
line-height: 22px;
|
|
32932
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
32933
|
+
padding-right: 30px;
|
|
32863
32934
|
}
|
|
32864
32935
|
|
|
32865
|
-
.
|
|
32866
|
-
|
|
32867
|
-
font-style: normal;
|
|
32868
|
-
font-weight: bold;
|
|
32869
|
-
text-transform: uppercase;
|
|
32870
|
-
font-feature-settings: "cpsp" on;
|
|
32871
|
-
font-size: 14px;
|
|
32872
|
-
line-height: 22px;
|
|
32936
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
32937
|
+
display: flex;
|
|
32873
32938
|
}
|
|
32874
32939
|
|
|
32875
|
-
.
|
|
32876
|
-
|
|
32877
|
-
font-style: normal;
|
|
32878
|
-
font-weight: normal;
|
|
32879
|
-
font-size: 13px;
|
|
32880
|
-
line-height: 20px;
|
|
32940
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
32941
|
+
display: flex;
|
|
32881
32942
|
}
|
|
32882
32943
|
|
|
32883
|
-
.
|
|
32884
|
-
|
|
32885
|
-
|
|
32886
|
-
|
|
32887
|
-
|
|
32888
|
-
line-height: 20px;
|
|
32944
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
32945
|
+
position: absolute;
|
|
32946
|
+
right: 12px;
|
|
32947
|
+
top: 50%;
|
|
32948
|
+
transform: translateY(-50%);
|
|
32889
32949
|
}
|
|
32890
32950
|
|
|
32891
|
-
.
|
|
32892
|
-
|
|
32893
|
-
font-
|
|
32894
|
-
|
|
32895
|
-
font-size: 13px;
|
|
32896
|
-
line-height: 20px;
|
|
32951
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
32952
|
+
color: rgba(0, 0, 0, 0.25);
|
|
32953
|
+
font-size: 12px;
|
|
32954
|
+
cursor: pointer;
|
|
32897
32955
|
}
|
|
32898
32956
|
|
|
32899
|
-
.
|
|
32900
|
-
|
|
32901
|
-
font-style: normal;
|
|
32902
|
-
font-weight: normal;
|
|
32903
|
-
font-size: 13px;
|
|
32904
|
-
line-height: 20px;
|
|
32957
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
32958
|
+
color: rgba(0, 0, 0, 0.45);
|
|
32905
32959
|
}
|
|
32906
32960
|
|
|
32907
|
-
.
|
|
32908
|
-
|
|
32909
|
-
|
|
32910
|
-
font-weight: 600;
|
|
32911
|
-
font-size: 13px;
|
|
32912
|
-
line-height: 20px;
|
|
32961
|
+
.E_k1ci6977.has-focus-indicator {
|
|
32962
|
+
position: relative;
|
|
32963
|
+
overflow: hidden;
|
|
32913
32964
|
}
|
|
32914
32965
|
|
|
32915
|
-
.
|
|
32916
|
-
|
|
32917
|
-
|
|
32918
|
-
|
|
32919
|
-
|
|
32920
|
-
|
|
32966
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
32967
|
+
position: absolute;
|
|
32968
|
+
top: 50%;
|
|
32969
|
+
transform: translateY(-50%);
|
|
32970
|
+
left: -16px;
|
|
32971
|
+
transition: left 150ms ease;
|
|
32972
|
+
opacity: 0;
|
|
32921
32973
|
}
|
|
32922
32974
|
|
|
32923
|
-
.
|
|
32924
|
-
|
|
32925
|
-
|
|
32926
|
-
font-weight: normal;
|
|
32927
|
-
text-transform: uppercase;
|
|
32928
|
-
font-feature-settings: "cpsp" on;
|
|
32929
|
-
font-size: 13px;
|
|
32930
|
-
line-height: 20px;
|
|
32975
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
32976
|
+
left: 8px;
|
|
32977
|
+
opacity: 1;
|
|
32931
32978
|
}
|
|
32932
32979
|
|
|
32933
|
-
.
|
|
32934
|
-
|
|
32935
|
-
|
|
32936
|
-
font-weight: bold;
|
|
32937
|
-
text-transform: uppercase;
|
|
32938
|
-
font-feature-settings: "cpsp" on;
|
|
32939
|
-
font-size: 13px;
|
|
32940
|
-
line-height: 20px;
|
|
32980
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
32981
|
+
transition: margin-left 150ms ease;
|
|
32982
|
+
margin-left: 0px;
|
|
32941
32983
|
}
|
|
32942
32984
|
|
|
32943
|
-
.
|
|
32944
|
-
|
|
32945
|
-
font-style: normal;
|
|
32946
|
-
font-weight: normal;
|
|
32947
|
-
font-size: 12px;
|
|
32948
|
-
line-height: 18px;
|
|
32985
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
32986
|
+
margin-left: 16px;
|
|
32949
32987
|
}
|
|
32950
32988
|
|
|
32951
|
-
.
|
|
32952
|
-
|
|
32953
|
-
|
|
32954
|
-
font-weight: 500;
|
|
32955
|
-
font-size: 12px;
|
|
32956
|
-
line-height: 18px;
|
|
32989
|
+
input.E_l1f7td1d.ant-input {
|
|
32990
|
+
border-top-right-radius: 0;
|
|
32991
|
+
border-bottom-right-radius: 0;
|
|
32957
32992
|
}
|
|
32958
32993
|
|
|
32959
|
-
.
|
|
32960
|
-
|
|
32961
|
-
|
|
32962
|
-
font-weight: bold;
|
|
32963
|
-
font-size: 12px;
|
|
32964
|
-
line-height: 18px;
|
|
32994
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
32995
|
+
border-top-right-radius: 0;
|
|
32996
|
+
border-bottom-right-radius: 0;
|
|
32965
32997
|
}
|
|
32966
32998
|
|
|
32967
|
-
.
|
|
32968
|
-
|
|
32969
|
-
|
|
32970
|
-
font-weight: normal;
|
|
32971
|
-
font-size: 12px;
|
|
32972
|
-
line-height: 18px;
|
|
32999
|
+
input.E_rf8rlle.ant-input {
|
|
33000
|
+
border-top-left-radius: 0;
|
|
33001
|
+
border-bottom-left-radius: 0;
|
|
32973
33002
|
}
|
|
32974
33003
|
|
|
32975
|
-
.
|
|
32976
|
-
|
|
32977
|
-
|
|
32978
|
-
font-weight: 500;
|
|
32979
|
-
font-size: 12px;
|
|
32980
|
-
line-height: 18px;
|
|
33004
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
33005
|
+
border-top-left-radius: 0;
|
|
33006
|
+
border-bottom-left-radius: 0;
|
|
32981
33007
|
}
|
|
32982
33008
|
|
|
32983
|
-
.
|
|
32984
|
-
|
|
32985
|
-
|
|
32986
|
-
font-weight: bold;
|
|
32987
|
-
font-size: 12px;
|
|
32988
|
-
line-height: 18px;
|
|
33009
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
33010
|
+
border-top-right-radius: 0;
|
|
33011
|
+
border-bottom-right-radius: 0;
|
|
32989
33012
|
}
|
|
32990
33013
|
|
|
32991
|
-
.
|
|
32992
|
-
|
|
32993
|
-
|
|
32994
|
-
font-weight: normal;
|
|
32995
|
-
text-transform: uppercase;
|
|
32996
|
-
font-feature-settings: "cpsp" on;
|
|
32997
|
-
font-size: 12px;
|
|
32998
|
-
line-height: 18px;
|
|
33014
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
33015
|
+
border-top-left-radius: 0;
|
|
33016
|
+
border-bottom-left-radius: 0;
|
|
32999
33017
|
}
|
|
33000
33018
|
|
|
33001
|
-
.
|
|
33002
|
-
|
|
33003
|
-
|
|
33004
|
-
font-weight: bold;
|
|
33005
|
-
text-transform: uppercase;
|
|
33006
|
-
font-feature-settings: "cpsp" on;
|
|
33007
|
-
font-size: 12px;
|
|
33008
|
-
line-height: 18px;
|
|
33019
|
+
.E_c3ni091 {
|
|
33020
|
+
display: flex;
|
|
33021
|
+
flex-direction: column;
|
|
33009
33022
|
}
|
|
33010
33023
|
|
|
33011
|
-
.
|
|
33012
|
-
|
|
33013
|
-
font-style: normal;
|
|
33014
|
-
font-weight: normal;
|
|
33015
|
-
font-size: 13px;
|
|
33016
|
-
line-height: 20px;
|
|
33024
|
+
.E_c3ni091 .select-wrapper {
|
|
33025
|
+
margin-top: 12px;
|
|
33017
33026
|
}
|
|
33018
33027
|
|
|
33019
|
-
.
|
|
33020
|
-
|
|
33021
|
-
font-style: normal;
|
|
33022
|
-
font-weight: normal;
|
|
33023
|
-
font-size: 13px;
|
|
33024
|
-
line-height: 20px;
|
|
33028
|
+
.E_c3ni091 .select-wrapper .select {
|
|
33029
|
+
width: 100%;
|
|
33025
33030
|
}
|
|
33026
33031
|
|
|
33027
|
-
.
|
|
33028
|
-
|
|
33029
|
-
font-style: normal;
|
|
33030
|
-
font-weight: normal;
|
|
33031
|
-
font-size: 12px;
|
|
33032
|
-
line-height: 18px;
|
|
33032
|
+
.E_c3ni091 .radio-wrapper {
|
|
33033
|
+
margin-top: 24px;
|
|
33033
33034
|
}
|
|
33034
33035
|
|
|
33035
|
-
.
|
|
33036
|
-
|
|
33037
|
-
|
|
33038
|
-
|
|
33039
|
-
|
|
33036
|
+
.E_c3ni091 div.form-item {
|
|
33037
|
+
width: 100%;
|
|
33038
|
+
}
|
|
33039
|
+
|
|
33040
|
+
.E_d105ju2d {
|
|
33041
|
+
font-size: 14px;
|
|
33042
|
+
font-weight: 500;
|
|
33043
|
+
color: #3e4652;
|
|
33040
33044
|
line-height: 18px;
|
|
33041
33045
|
}
|
|
33042
33046
|
|
|
33043
|
-
.
|
|
33044
|
-
|
|
33045
|
-
font-style: normal;
|
|
33046
|
-
font-weight: normal;
|
|
33047
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
33048
|
-
font-size: 13px;
|
|
33049
|
-
line-height: 20px;
|
|
33047
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
33048
|
+
margin-top: 16px;
|
|
33050
33049
|
}
|
|
33051
33050
|
|
|
33052
|
-
.
|
|
33053
|
-
|
|
33054
|
-
font-style: normal;
|
|
33055
|
-
font-weight: normal;
|
|
33056
|
-
font-feature-settings: "zero" on;
|
|
33057
|
-
font-size: 13px;
|
|
33058
|
-
line-height: 20px;
|
|
33051
|
+
.E_d105ju2d + * {
|
|
33052
|
+
margin-top: 16px;
|
|
33059
33053
|
}
|
|
33060
33054
|
|
|
33061
|
-
.
|
|
33062
|
-
font-family: Inter;
|
|
33063
|
-
font-style: normal;
|
|
33064
|
-
font-weight: normal;
|
|
33065
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
33055
|
+
.E_lh0l62z.E_d105ju2d {
|
|
33066
33056
|
font-size: 12px;
|
|
33067
|
-
|
|
33057
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33058
|
+
margin-top: 12px;
|
|
33068
33059
|
}
|
|
33069
33060
|
|
|
33070
|
-
.
|
|
33071
|
-
font-family: Inter;
|
|
33072
|
-
font-style: normal;
|
|
33073
|
-
font-weight: 500;
|
|
33074
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
33075
|
-
font-size: 12px;
|
|
33061
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
33076
33062
|
line-height: 18px;
|
|
33063
|
+
font-weight: 500;
|
|
33064
|
+
margin-top: 0;
|
|
33065
|
+
white-space: initial;
|
|
33077
33066
|
}
|
|
33078
33067
|
|
|
33079
|
-
.
|
|
33080
|
-
|
|
33081
|
-
font-style: normal;
|
|
33082
|
-
font-weight: normal;
|
|
33083
|
-
font-feature-settings: "zero" on;
|
|
33084
|
-
font-size: 12px;
|
|
33085
|
-
line-height: 18px;
|
|
33068
|
+
.E_r1skkc3l {
|
|
33069
|
+
display: block;
|
|
33086
33070
|
}
|
|
33087
33071
|
|
|
33088
|
-
.
|
|
33089
|
-
font-
|
|
33090
|
-
font-style: normal;
|
|
33072
|
+
.E_r1skkc3l span {
|
|
33073
|
+
font-size: 14px;
|
|
33091
33074
|
font-weight: 500;
|
|
33092
|
-
|
|
33075
|
+
line-height: 32px;
|
|
33076
|
+
color: #3e4652;
|
|
33077
|
+
}
|
|
33078
|
+
|
|
33079
|
+
.E_c3cobmo {
|
|
33080
|
+
margin-top: 16px;
|
|
33081
|
+
padding: 8px;
|
|
33082
|
+
border-radius: 6px;
|
|
33083
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33084
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33093
33085
|
font-size: 12px;
|
|
33094
|
-
line-height: 18px;
|
|
33095
33086
|
}
|
|
33096
33087
|
|
|
33097
|
-
.
|
|
33098
|
-
|
|
33099
|
-
|
|
33100
|
-
|
|
33101
|
-
|
|
33102
|
-
font-size: 16px;
|
|
33103
|
-
line-height: 24px;
|
|
33088
|
+
.E_c3cobmo div {
|
|
33089
|
+
line-height: 20px;
|
|
33090
|
+
display: flex;
|
|
33091
|
+
align-items: center;
|
|
33092
|
+
word-break: break-all;
|
|
33104
33093
|
}
|
|
33105
33094
|
|
|
33106
|
-
.
|
|
33107
|
-
font-
|
|
33108
|
-
|
|
33109
|
-
|
|
33110
|
-
font-size: 10px;
|
|
33111
|
-
line-height: 12px;
|
|
33095
|
+
.E_c3cobmo .title {
|
|
33096
|
+
font-weight: 700;
|
|
33097
|
+
line-height: 18px;
|
|
33098
|
+
margin: 4px 0;
|
|
33112
33099
|
}
|
|
33113
33100
|
|
|
33114
33101
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -33147,20 +33134,11 @@ input.E_rf8rlle.ant-input {
|
|
|
33147
33134
|
.E_m196gn1d {
|
|
33148
33135
|
min-width: 1280px;
|
|
33149
33136
|
}
|
|
33150
|
-
|
|
33151
|
-
.
|
|
33152
|
-
|
|
33153
|
-
|
|
33154
|
-
|
|
33155
|
-
padding: 4px;
|
|
33156
|
-
}
|
|
33157
|
-
|
|
33158
|
-
.E_suhck3k:hover {
|
|
33159
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33160
|
-
}
|
|
33161
|
-
|
|
33162
|
-
.E_suhck3k:hover svg path {
|
|
33163
|
-
fill: blue;
|
|
33137
|
+
|
|
33138
|
+
.E_h1ol2wl7 {
|
|
33139
|
+
font-weight: bold;
|
|
33140
|
+
background-color: unset;
|
|
33141
|
+
padding: unset;
|
|
33164
33142
|
}
|
|
33165
33143
|
|
|
33166
33144
|
.E_ryby9ds {
|
|
@@ -33180,6 +33158,21 @@ input.E_rf8rlle.ant-input {
|
|
|
33180
33158
|
margin-right: 6px;
|
|
33181
33159
|
}
|
|
33182
33160
|
|
|
33161
|
+
.E_suhck3k {
|
|
33162
|
+
height: 24px;
|
|
33163
|
+
width: 24px;
|
|
33164
|
+
border-radius: 6px;
|
|
33165
|
+
padding: 4px;
|
|
33166
|
+
}
|
|
33167
|
+
|
|
33168
|
+
.E_suhck3k:hover {
|
|
33169
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33170
|
+
}
|
|
33171
|
+
|
|
33172
|
+
.E_suhck3k:hover svg path {
|
|
33173
|
+
fill: blue;
|
|
33174
|
+
}
|
|
33175
|
+
|
|
33183
33176
|
.E_hrhfj7c {
|
|
33184
33177
|
display: none;
|
|
33185
33178
|
}
|
|
@@ -34363,415 +34356,191 @@ input.E_rf8rlle.ant-input {
|
|
|
34363
34356
|
top: 0;
|
|
34364
34357
|
}
|
|
34365
34358
|
|
|
34366
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34367
|
-
border: none;
|
|
34368
|
-
}
|
|
34369
|
-
|
|
34370
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34371
|
-
border-color: #0080ff;
|
|
34372
|
-
}
|
|
34373
|
-
|
|
34374
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34375
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34376
|
-
}
|
|
34377
|
-
|
|
34378
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34379
|
-
border: 1px solid #0080ff;
|
|
34380
|
-
}
|
|
34381
|
-
|
|
34382
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34383
|
-
background: #0080ff;
|
|
34384
|
-
}
|
|
34385
|
-
|
|
34386
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34387
|
-
background-color: #fff;
|
|
34388
|
-
height: 2px;
|
|
34389
|
-
width: 10px;
|
|
34390
|
-
border-radius: 2px;
|
|
34391
|
-
}
|
|
34392
|
-
|
|
34393
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34394
|
-
opacity: 0.5;
|
|
34395
|
-
}
|
|
34396
|
-
|
|
34397
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34398
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34399
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34400
|
-
}
|
|
34401
|
-
|
|
34402
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34403
|
-
border-color: #2d3a56;
|
|
34404
|
-
}
|
|
34405
|
-
|
|
34406
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34407
|
-
background: #2d3a56;
|
|
34408
|
-
}
|
|
34409
|
-
|
|
34410
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34411
|
-
padding: 0;
|
|
34412
|
-
}
|
|
34413
|
-
|
|
34414
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34415
|
-
display: inline-block;
|
|
34416
|
-
margin-left: 12px;
|
|
34417
|
-
color: #2d3a56;
|
|
34418
|
-
}
|
|
34419
|
-
|
|
34420
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34421
|
-
margin-left: 28px;
|
|
34422
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34423
|
-
}
|
|
34424
|
-
|
|
34425
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34426
|
-
margin-left: 8px;
|
|
34427
|
-
}
|
|
34428
|
-
|
|
34429
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34430
|
-
margin-left: 24px;
|
|
34431
|
-
}
|
|
34432
|
-
|
|
34433
|
-
.E_b14q2gmw {
|
|
34434
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34435
|
-
}
|
|
34436
|
-
|
|
34437
|
-
.E_c1eym6el {
|
|
34438
|
-
border-radius: 8px;
|
|
34439
|
-
background-color: white;
|
|
34440
|
-
}
|
|
34441
|
-
|
|
34442
|
-
.E_c1eym6el.hoverable {
|
|
34443
|
-
cursor: pointer;
|
|
34444
|
-
}
|
|
34445
|
-
|
|
34446
|
-
.E_c1eym6el.hoverable:hover {
|
|
34447
|
-
transition: all 200ms ease;
|
|
34448
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34449
|
-
transform: translateY(-4px);
|
|
34450
|
-
}
|
|
34451
|
-
|
|
34452
|
-
.E_lht19u8 {
|
|
34453
|
-
width: 64px;
|
|
34454
|
-
height: 64px;
|
|
34455
|
-
display: flex;
|
|
34456
|
-
align-items: center;
|
|
34457
|
-
justify-content: center;
|
|
34458
|
-
position: relative;
|
|
34459
|
-
opacity: 0.2;
|
|
34460
|
-
}
|
|
34461
|
-
|
|
34462
|
-
.E_lk3gkp4 {
|
|
34463
|
-
position: absolute;
|
|
34464
|
-
width: 5px;
|
|
34465
|
-
height: 48px;
|
|
34466
|
-
left: 9.33px;
|
|
34467
|
-
top: 40.5px;
|
|
34468
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34469
|
-
border-radius: 5px;
|
|
34470
|
-
transform: rotate(-128deg);
|
|
34471
|
-
transform-origin: top left;
|
|
34472
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34473
|
-
}
|
|
34474
|
-
|
|
34475
|
-
.E_ll4n94n {
|
|
34476
|
-
position: absolute;
|
|
34477
|
-
width: 5px;
|
|
34478
|
-
height: 48px;
|
|
34479
|
-
left: 40.8px;
|
|
34480
|
-
top: 8.4px;
|
|
34481
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34482
|
-
border-radius: 5px;
|
|
34483
|
-
transform: rotate(-8deg);
|
|
34484
|
-
transform-origin: top left;
|
|
34485
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34486
|
-
}
|
|
34487
|
-
|
|
34488
|
-
.E_l17lbdo6 {
|
|
34489
|
-
position: absolute;
|
|
34490
|
-
width: 5px;
|
|
34491
|
-
height: 48px;
|
|
34492
|
-
left: 52.9px;
|
|
34493
|
-
top: 51.8px;
|
|
34494
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34495
|
-
border-radius: 5px;
|
|
34496
|
-
transform: rotate(112deg);
|
|
34497
|
-
transform-origin: top left;
|
|
34498
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34499
|
-
}
|
|
34500
|
-
|
|
34501
|
-
.E_w7ob4th.outside-tag {
|
|
34502
|
-
padding-left: 0;
|
|
34503
|
-
}
|
|
34504
|
-
|
|
34505
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34506
|
-
border-radius: 4px 0 0 4px;
|
|
34507
|
-
padding-right: 4px;
|
|
34508
|
-
margin-right: 4px;
|
|
34509
|
-
}
|
|
34510
|
-
|
|
34511
|
-
.E_slr2ynn {
|
|
34512
|
-
padding: 0 8px;
|
|
34513
|
-
height: 18px;
|
|
34514
|
-
}
|
|
34515
|
-
|
|
34516
|
-
.E_m140wbb6 {
|
|
34517
|
-
padding: 2px 8px;
|
|
34518
|
-
height: 24px;
|
|
34519
|
-
}
|
|
34520
|
-
|
|
34521
|
-
.E_t1fozc1i {
|
|
34522
|
-
margin: 0;
|
|
34523
|
-
}
|
|
34524
|
-
|
|
34525
|
-
.E_i1vxv4ln {
|
|
34526
|
-
margin-right: 4px;
|
|
34527
|
-
height: 16px;
|
|
34528
|
-
}
|
|
34529
|
-
|
|
34530
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34531
|
-
font-weight: 700;
|
|
34532
|
-
color: #00122e;
|
|
34533
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34534
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34535
|
-
word-break: break-all;
|
|
34536
|
-
display: inline;
|
|
34537
|
-
white-space: normal;
|
|
34538
|
-
}
|
|
34539
|
-
|
|
34540
|
-
.E_i1g85yz3 {
|
|
34541
|
-
margin-right: 4px;
|
|
34542
|
-
height: 16px;
|
|
34543
|
-
}
|
|
34544
|
-
|
|
34545
|
-
.E_sjob3jg {
|
|
34546
|
-
--item-min-width: 60px;
|
|
34547
|
-
}
|
|
34548
|
-
|
|
34549
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34550
|
-
display: none !important;
|
|
34551
|
-
}
|
|
34552
|
-
|
|
34553
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34554
|
-
flex-shrink: 0 !important;
|
|
34555
|
-
}
|
|
34556
|
-
|
|
34557
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34558
|
-
color: #0080ff;
|
|
34559
|
-
}
|
|
34560
|
-
|
|
34561
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34562
|
-
color: #0080ff;
|
|
34563
|
-
font-weight: normal;
|
|
34564
|
-
}
|
|
34565
|
-
|
|
34566
|
-
.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 {
|
|
34567
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34568
|
-
}
|
|
34569
|
-
|
|
34570
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34571
|
-
color: #00122e;
|
|
34572
|
-
}
|
|
34573
|
-
|
|
34574
|
-
.E_sjob3jg .step-item-text {
|
|
34575
|
-
display: inline-block;
|
|
34576
|
-
}
|
|
34577
|
-
|
|
34578
|
-
.E_sjob3jg .step-item-title {
|
|
34579
|
-
overflow: hidden;
|
|
34580
|
-
white-space: nowrap;
|
|
34581
|
-
text-overflow: ellipsis;
|
|
34582
|
-
}
|
|
34583
|
-
|
|
34584
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34585
|
-
min-width: var(--item-min-width);
|
|
34586
|
-
}
|
|
34587
|
-
|
|
34588
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34589
|
-
cursor: not-allowed !important;
|
|
34590
|
-
}
|
|
34591
|
-
|
|
34592
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34593
|
-
flex-direction: row;
|
|
34594
|
-
justify-content: stretch;
|
|
34595
|
-
}
|
|
34596
|
-
|
|
34597
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34598
|
-
padding: 0;
|
|
34599
|
-
margin-right: 4px;
|
|
34600
|
-
flex: 1;
|
|
34601
|
-
overflow: visible;
|
|
34359
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34360
|
+
border: none;
|
|
34602
34361
|
}
|
|
34603
34362
|
|
|
34604
|
-
.
|
|
34605
|
-
|
|
34606
|
-
min-height: unset;
|
|
34363
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34364
|
+
border-color: #0080ff;
|
|
34607
34365
|
}
|
|
34608
34366
|
|
|
34609
|
-
.
|
|
34610
|
-
|
|
34611
|
-
line-height: 26px;
|
|
34612
|
-
width: 100%;
|
|
34613
|
-
padding: 0;
|
|
34614
|
-
font-size: 12px;
|
|
34367
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34368
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34615
34369
|
}
|
|
34616
34370
|
|
|
34617
|
-
.
|
|
34618
|
-
|
|
34371
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34372
|
+
border: 1px solid #0080ff;
|
|
34619
34373
|
}
|
|
34620
34374
|
|
|
34621
|
-
.
|
|
34622
|
-
|
|
34375
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34376
|
+
background: #0080ff;
|
|
34623
34377
|
}
|
|
34624
34378
|
|
|
34625
|
-
.
|
|
34626
|
-
|
|
34627
|
-
|
|
34628
|
-
|
|
34379
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34380
|
+
background-color: #fff;
|
|
34381
|
+
height: 2px;
|
|
34382
|
+
width: 10px;
|
|
34383
|
+
border-radius: 2px;
|
|
34629
34384
|
}
|
|
34630
34385
|
|
|
34631
|
-
.
|
|
34632
|
-
|
|
34386
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34387
|
+
opacity: 0.5;
|
|
34633
34388
|
}
|
|
34634
34389
|
|
|
34635
|
-
.
|
|
34636
|
-
|
|
34637
|
-
|
|
34638
|
-
border-radius: 0 4px 4px 0;
|
|
34390
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34391
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34392
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34639
34393
|
}
|
|
34640
34394
|
|
|
34641
|
-
.
|
|
34642
|
-
|
|
34643
|
-
width: 0;
|
|
34644
|
-
height: 0;
|
|
34645
|
-
border: 13px solid transparent;
|
|
34646
|
-
position: absolute;
|
|
34647
|
-
top: 0;
|
|
34648
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34649
|
-
z-index: 2;
|
|
34650
|
-
position: relative;
|
|
34651
|
-
top: -50%;
|
|
34652
|
-
right: -100%;
|
|
34395
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34396
|
+
border-color: #2d3a56;
|
|
34653
34397
|
}
|
|
34654
34398
|
|
|
34655
|
-
.
|
|
34656
|
-
|
|
34399
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34400
|
+
background: #2d3a56;
|
|
34657
34401
|
}
|
|
34658
34402
|
|
|
34659
|
-
.
|
|
34660
|
-
|
|
34661
|
-
width: 0;
|
|
34662
|
-
height: 0;
|
|
34663
|
-
border: 13px solid transparent;
|
|
34664
|
-
position: absolute;
|
|
34665
|
-
top: 0;
|
|
34666
|
-
border-left: 8px solid #fff;
|
|
34667
|
-
left: 0;
|
|
34403
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34404
|
+
padding: 0;
|
|
34668
34405
|
}
|
|
34669
34406
|
|
|
34670
|
-
.
|
|
34671
|
-
|
|
34407
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34408
|
+
display: inline-block;
|
|
34409
|
+
margin-left: 12px;
|
|
34410
|
+
color: #2d3a56;
|
|
34672
34411
|
}
|
|
34673
34412
|
|
|
34674
|
-
.
|
|
34675
|
-
|
|
34413
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34414
|
+
margin-left: 28px;
|
|
34415
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34676
34416
|
}
|
|
34677
34417
|
|
|
34678
|
-
.
|
|
34679
|
-
|
|
34418
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34419
|
+
margin-left: 8px;
|
|
34680
34420
|
}
|
|
34681
34421
|
|
|
34682
|
-
.
|
|
34683
|
-
|
|
34684
|
-
min-width: var(--item-min-width);
|
|
34422
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34423
|
+
margin-left: 24px;
|
|
34685
34424
|
}
|
|
34686
34425
|
|
|
34687
|
-
.
|
|
34688
|
-
.
|
|
34689
|
-
min-width: var(--item-min-width);
|
|
34426
|
+
.E_b14q2gmw {
|
|
34427
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34690
34428
|
}
|
|
34691
34429
|
|
|
34692
|
-
.
|
|
34693
|
-
|
|
34694
|
-
background-color:
|
|
34430
|
+
.E_c1eym6el {
|
|
34431
|
+
border-radius: 8px;
|
|
34432
|
+
background-color: white;
|
|
34695
34433
|
}
|
|
34696
34434
|
|
|
34697
|
-
.
|
|
34698
|
-
|
|
34435
|
+
.E_c1eym6el.hoverable {
|
|
34436
|
+
cursor: pointer;
|
|
34699
34437
|
}
|
|
34700
34438
|
|
|
34701
|
-
.
|
|
34702
|
-
|
|
34703
|
-
|
|
34439
|
+
.E_c1eym6el.hoverable:hover {
|
|
34440
|
+
transition: all 200ms ease;
|
|
34441
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34442
|
+
transform: translateY(-4px);
|
|
34704
34443
|
}
|
|
34705
34444
|
|
|
34706
|
-
.
|
|
34707
|
-
|
|
34445
|
+
.E_r77hffu {
|
|
34446
|
+
display: flex;
|
|
34447
|
+
align-items: center;
|
|
34448
|
+
justify-content: space-between;
|
|
34449
|
+
column-gap: 6px;
|
|
34708
34450
|
}
|
|
34709
34451
|
|
|
34710
|
-
.
|
|
34711
|
-
|
|
34452
|
+
.E_p1cmxsf7 {
|
|
34453
|
+
display: flex;
|
|
34454
|
+
flex-direction: column;
|
|
34455
|
+
justify-content: center;
|
|
34456
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34712
34457
|
}
|
|
34713
34458
|
|
|
34714
|
-
.
|
|
34715
|
-
|
|
34459
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34460
|
+
font-size: 0;
|
|
34716
34461
|
}
|
|
34717
34462
|
|
|
34718
|
-
.
|
|
34719
|
-
|
|
34720
|
-
|
|
34721
|
-
|
|
34463
|
+
.E_i1g85yz3 {
|
|
34464
|
+
margin-right: 4px;
|
|
34465
|
+
height: 16px;
|
|
34466
|
+
}
|
|
34467
|
+
|
|
34468
|
+
.E_lht19u8 {
|
|
34469
|
+
width: 64px;
|
|
34470
|
+
height: 64px;
|
|
34722
34471
|
display: flex;
|
|
34723
34472
|
align-items: center;
|
|
34473
|
+
justify-content: center;
|
|
34474
|
+
position: relative;
|
|
34475
|
+
opacity: 0.2;
|
|
34724
34476
|
}
|
|
34725
34477
|
|
|
34726
|
-
.
|
|
34727
|
-
|
|
34728
|
-
|
|
34478
|
+
.E_lk3gkp4 {
|
|
34479
|
+
position: absolute;
|
|
34480
|
+
width: 5px;
|
|
34481
|
+
height: 48px;
|
|
34482
|
+
left: 9.33px;
|
|
34483
|
+
top: 40.5px;
|
|
34484
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34485
|
+
border-radius: 5px;
|
|
34486
|
+
transform: rotate(-128deg);
|
|
34487
|
+
transform-origin: top left;
|
|
34488
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34729
34489
|
}
|
|
34730
34490
|
|
|
34731
|
-
.
|
|
34732
|
-
|
|
34733
|
-
|
|
34734
|
-
|
|
34735
|
-
|
|
34491
|
+
.E_ll4n94n {
|
|
34492
|
+
position: absolute;
|
|
34493
|
+
width: 5px;
|
|
34494
|
+
height: 48px;
|
|
34495
|
+
left: 40.8px;
|
|
34496
|
+
top: 8.4px;
|
|
34497
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34498
|
+
border-radius: 5px;
|
|
34499
|
+
transform: rotate(-8deg);
|
|
34500
|
+
transform-origin: top left;
|
|
34501
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34736
34502
|
}
|
|
34737
34503
|
|
|
34738
|
-
.
|
|
34739
|
-
|
|
34504
|
+
.E_l17lbdo6 {
|
|
34505
|
+
position: absolute;
|
|
34506
|
+
width: 5px;
|
|
34507
|
+
height: 48px;
|
|
34508
|
+
left: 52.9px;
|
|
34509
|
+
top: 51.8px;
|
|
34510
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34511
|
+
border-radius: 5px;
|
|
34512
|
+
transform: rotate(112deg);
|
|
34513
|
+
transform-origin: top left;
|
|
34514
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34740
34515
|
}
|
|
34741
34516
|
|
|
34742
|
-
.
|
|
34743
|
-
|
|
34744
|
-
|
|
34745
|
-
align-items: center;
|
|
34746
|
-
justify-content: center;
|
|
34747
|
-
column-gap: 4px;
|
|
34517
|
+
.E_slr2ynn {
|
|
34518
|
+
padding: 0 8px;
|
|
34519
|
+
height: 18px;
|
|
34748
34520
|
}
|
|
34749
34521
|
|
|
34750
|
-
.
|
|
34751
|
-
|
|
34752
|
-
|
|
34753
|
-
width: 18px;
|
|
34754
|
-
height: 18px;
|
|
34755
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34756
|
-
justify-content: center;
|
|
34522
|
+
.E_m140wbb6 {
|
|
34523
|
+
padding: 2px 8px;
|
|
34524
|
+
height: 24px;
|
|
34757
34525
|
}
|
|
34758
34526
|
|
|
34759
|
-
.
|
|
34760
|
-
|
|
34761
|
-
display: flex;
|
|
34762
|
-
align-items: center;
|
|
34763
|
-
justify-content: center;
|
|
34764
|
-
column-gap: 6px;
|
|
34765
|
-
font-size: 13px;
|
|
34527
|
+
.E_t1fozc1i {
|
|
34528
|
+
margin: 0;
|
|
34766
34529
|
}
|
|
34767
34530
|
|
|
34768
|
-
.
|
|
34769
|
-
|
|
34770
|
-
|
|
34771
|
-
|
|
34772
|
-
|
|
34773
|
-
|
|
34774
|
-
|
|
34531
|
+
.E_i1vxv4ln {
|
|
34532
|
+
margin-right: 4px;
|
|
34533
|
+
height: 16px;
|
|
34534
|
+
}
|
|
34535
|
+
|
|
34536
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34537
|
+
font-weight: 700;
|
|
34538
|
+
color: #00122e;
|
|
34539
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34540
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34541
|
+
word-break: break-all;
|
|
34542
|
+
display: inline;
|
|
34543
|
+
white-space: normal;
|
|
34775
34544
|
}
|
|
34776
34545
|
|
|
34777
34546
|
.E_t1dtlqs1 {
|
|
@@ -34991,33 +34760,15 @@ input.E_rf8rlle.ant-input {
|
|
|
34991
34760
|
color: rgba(44, 56, 82, 0.6);
|
|
34992
34761
|
}
|
|
34993
34762
|
|
|
34994
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
34995
|
-
display: inline;
|
|
34996
|
-
}
|
|
34997
|
-
|
|
34998
|
-
.E_d77i8u0 {
|
|
34999
|
-
width: 24px;
|
|
35000
|
-
height: 24px;
|
|
35001
|
-
padding: 4px;
|
|
35002
|
-
margin-right: 8px;
|
|
35003
|
-
}
|
|
35004
|
-
|
|
35005
|
-
.E_r77hffu {
|
|
35006
|
-
display: flex;
|
|
35007
|
-
align-items: center;
|
|
35008
|
-
justify-content: space-between;
|
|
35009
|
-
column-gap: 6px;
|
|
35010
|
-
}
|
|
35011
|
-
|
|
35012
|
-
.E_p1cmxsf7 {
|
|
35013
|
-
display: flex;
|
|
35014
|
-
flex-direction: column;
|
|
35015
|
-
justify-content: center;
|
|
35016
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34763
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34764
|
+
display: inline;
|
|
35017
34765
|
}
|
|
35018
34766
|
|
|
35019
|
-
.
|
|
35020
|
-
|
|
34767
|
+
.E_d77i8u0 {
|
|
34768
|
+
width: 24px;
|
|
34769
|
+
height: 24px;
|
|
34770
|
+
padding: 4px;
|
|
34771
|
+
margin-right: 8px;
|
|
35021
34772
|
}
|
|
35022
34773
|
|
|
35023
34774
|
button.E_l48ei06.ant-btn {
|
|
@@ -35267,7 +35018,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35267
35018
|
box-shadow: none !important;
|
|
35268
35019
|
}
|
|
35269
35020
|
|
|
35270
|
-
.E_tfzf37v .ant-table {
|
|
35021
|
+
.E_tfzf37v div.ant-table {
|
|
35271
35022
|
border-radius: 0px;
|
|
35272
35023
|
border-left: none;
|
|
35273
35024
|
border-right: none;
|
|
@@ -35277,33 +35028,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35277
35028
|
background: transparent;
|
|
35278
35029
|
}
|
|
35279
35030
|
|
|
35280
|
-
.E_tfzf37v .ant-table .ant-table-header {
|
|
35031
|
+
.E_tfzf37v div.ant-table .ant-table-header {
|
|
35281
35032
|
position: relative;
|
|
35282
35033
|
z-index: 3;
|
|
35283
35034
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35284
35035
|
margin-bottom: -1px;
|
|
35285
35036
|
}
|
|
35286
35037
|
|
|
35287
|
-
.E_tfzf37v .ant-table .time-wrapper .date,
|
|
35288
|
-
.E_tfzf37v .ant-table .value {
|
|
35038
|
+
.E_tfzf37v div.ant-table .time-wrapper .date,
|
|
35039
|
+
.E_tfzf37v div.ant-table .value {
|
|
35289
35040
|
color: #2d3a56;
|
|
35290
35041
|
}
|
|
35291
35042
|
|
|
35292
|
-
.E_tfzf37v .ant-table .time-wrapper .time,
|
|
35293
|
-
.E_tfzf37v .ant-table .unit {
|
|
35043
|
+
.E_tfzf37v div.ant-table .time-wrapper .time,
|
|
35044
|
+
.E_tfzf37v div.ant-table .unit {
|
|
35294
35045
|
color: rgba(44, 56, 82, 0.6);
|
|
35295
35046
|
}
|
|
35296
35047
|
|
|
35297
|
-
.E_tfzf37v .ant-table .ant-table-selection {
|
|
35048
|
+
.E_tfzf37v div.ant-table .ant-table-selection {
|
|
35298
35049
|
position: unset;
|
|
35299
35050
|
text-align: center;
|
|
35300
35051
|
}
|
|
35301
35052
|
|
|
35302
|
-
.E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
35053
|
+
.E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
35303
35054
|
background: #fff;
|
|
35304
35055
|
}
|
|
35305
35056
|
|
|
35306
|
-
.E_tfzf37v .ant-table .anticon-setting {
|
|
35057
|
+
.E_tfzf37v div.ant-table .anticon-setting {
|
|
35307
35058
|
cursor: pointer;
|
|
35308
35059
|
position: absolute;
|
|
35309
35060
|
top: 50%;
|
|
@@ -35311,23 +35062,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35311
35062
|
transform: translateY(-50%);
|
|
35312
35063
|
}
|
|
35313
35064
|
|
|
35314
|
-
.E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
35065
|
+
.E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
35315
35066
|
box-shadow: none;
|
|
35316
35067
|
width: 1px;
|
|
35317
35068
|
background: rgba(213, 219, 227, 0.6);
|
|
35318
35069
|
}
|
|
35319
35070
|
|
|
35320
|
-
.E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
35071
|
+
.E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
35321
35072
|
box-shadow: none;
|
|
35322
35073
|
width: 1px;
|
|
35323
35074
|
background: rgba(213, 219, 227, 0.6);
|
|
35324
35075
|
}
|
|
35325
35076
|
|
|
35326
|
-
.E_tfzf37v .ant-table .ant-table-tbody {
|
|
35077
|
+
.E_tfzf37v div.ant-table .ant-table-tbody {
|
|
35327
35078
|
position: relative;
|
|
35328
35079
|
}
|
|
35329
35080
|
|
|
35330
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
35081
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
|
|
35331
35082
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35332
35083
|
border-bottom: 1px solid white;
|
|
35333
35084
|
height: 40px;
|
|
@@ -35336,12 +35087,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35336
35087
|
color: #00122e;
|
|
35337
35088
|
}
|
|
35338
35089
|
|
|
35339
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
35090
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
35340
35091
|
background: #f2f5fa;
|
|
35341
35092
|
border-bottom-color: #f2f5fa;
|
|
35342
35093
|
}
|
|
35343
35094
|
|
|
35344
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
35095
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
35345
35096
|
height: auto;
|
|
35346
35097
|
color: #00122e;
|
|
35347
35098
|
font-size: 12px;
|
|
@@ -35352,43 +35103,43 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35352
35103
|
white-space: nowrap;
|
|
35353
35104
|
}
|
|
35354
35105
|
|
|
35355
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
35106
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
35356
35107
|
color: #0096ff;
|
|
35357
35108
|
}
|
|
35358
35109
|
|
|
35359
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
35110
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
35360
35111
|
overflow: hidden;
|
|
35361
35112
|
text-overflow: ellipsis;
|
|
35362
35113
|
width: 100%;
|
|
35363
35114
|
vertical-align: middle;
|
|
35364
35115
|
}
|
|
35365
35116
|
|
|
35366
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35117
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35367
35118
|
line-height: 0px;
|
|
35368
35119
|
}
|
|
35369
35120
|
|
|
35370
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35121
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35371
35122
|
padding-right: 25px;
|
|
35372
35123
|
}
|
|
35373
35124
|
|
|
35374
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35125
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35375
35126
|
border-top-color: transparent;
|
|
35376
35127
|
}
|
|
35377
35128
|
|
|
35378
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35129
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35379
35130
|
background: rgba(225, 230, 241, 0.6);
|
|
35380
35131
|
border-color: transparent transparent white;
|
|
35381
35132
|
}
|
|
35382
35133
|
|
|
35383
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35134
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35384
35135
|
border-radius: 8px 0 0 8px;
|
|
35385
35136
|
}
|
|
35386
35137
|
|
|
35387
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35138
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35388
35139
|
border-radius: 8px 0 0 8px;
|
|
35389
35140
|
}
|
|
35390
35141
|
|
|
35391
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35142
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35392
35143
|
content: "";
|
|
35393
35144
|
width: 4px;
|
|
35394
35145
|
top: -1px;
|
|
@@ -35396,78 +35147,78 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35396
35147
|
background: white;
|
|
35397
35148
|
}
|
|
35398
35149
|
|
|
35399
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35150
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35400
35151
|
border-radius: 0 8px 8px 0;
|
|
35401
35152
|
}
|
|
35402
35153
|
|
|
35403
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35154
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35404
35155
|
border-radius: 0;
|
|
35405
35156
|
background: white;
|
|
35406
35157
|
border-top: none;
|
|
35407
35158
|
}
|
|
35408
35159
|
|
|
35409
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35160
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35410
35161
|
border-top: 1px solid transparent;
|
|
35411
35162
|
border-radius: 0 8px 8px 0;
|
|
35412
35163
|
background: rgba(225, 230, 241, 0.6);
|
|
35413
35164
|
}
|
|
35414
35165
|
|
|
35415
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35166
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35416
35167
|
background: white;
|
|
35417
35168
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35418
35169
|
}
|
|
35419
35170
|
|
|
35420
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35171
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35421
35172
|
display: flex;
|
|
35422
35173
|
align-items: center;
|
|
35423
35174
|
height: 100%;
|
|
35424
35175
|
background: rgba(225, 230, 241, 0.6);
|
|
35425
35176
|
}
|
|
35426
35177
|
|
|
35427
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35178
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35428
35179
|
background: white;
|
|
35429
35180
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35430
35181
|
}
|
|
35431
35182
|
|
|
35432
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35183
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35433
35184
|
display: flex;
|
|
35434
35185
|
align-items: center;
|
|
35435
35186
|
height: 100%;
|
|
35436
35187
|
background: rgba(225, 230, 241, 0.6);
|
|
35437
35188
|
}
|
|
35438
35189
|
|
|
35439
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35190
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35440
35191
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35441
35192
|
}
|
|
35442
35193
|
|
|
35443
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35194
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35444
35195
|
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35445
35196
|
border-radius: 8px;
|
|
35446
35197
|
}
|
|
35447
35198
|
|
|
35448
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35199
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35449
35200
|
border-top-color: white;
|
|
35450
35201
|
}
|
|
35451
35202
|
|
|
35452
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35203
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35453
35204
|
background: rgba(0, 136, 255, 0.1);
|
|
35454
35205
|
border-bottom-color: transparent;
|
|
35455
35206
|
border-top-color: transparent;
|
|
35456
35207
|
}
|
|
35457
35208
|
|
|
35458
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35209
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35459
35210
|
border-radius: 8px 0 0 8px;
|
|
35460
35211
|
}
|
|
35461
35212
|
|
|
35462
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35213
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35463
35214
|
border-radius: 0 8px 8px 0;
|
|
35464
35215
|
}
|
|
35465
35216
|
|
|
35466
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35217
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35467
35218
|
background: rgba(0, 136, 255, 0.1);
|
|
35468
35219
|
}
|
|
35469
35220
|
|
|
35470
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
35221
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th {
|
|
35471
35222
|
background: #fff;
|
|
35472
35223
|
font-weight: 400;
|
|
35473
35224
|
position: relative;
|
|
@@ -35477,7 +35228,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35477
35228
|
padding: 15px 8px 15px 8px;
|
|
35478
35229
|
}
|
|
35479
35230
|
|
|
35480
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35231
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35481
35232
|
content: "";
|
|
35482
35233
|
width: 1px;
|
|
35483
35234
|
top: 0;
|
|
@@ -35487,36 +35238,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35487
35238
|
right: 0;
|
|
35488
35239
|
}
|
|
35489
35240
|
|
|
35490
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
35241
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
35491
35242
|
padding: unset;
|
|
35492
35243
|
}
|
|
35493
35244
|
|
|
35494
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35245
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35495
35246
|
display: none;
|
|
35496
35247
|
}
|
|
35497
35248
|
|
|
35498
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35249
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35499
35250
|
width: 100%;
|
|
35500
35251
|
overflow: hidden;
|
|
35501
35252
|
white-space: nowrap;
|
|
35502
35253
|
text-overflow: ellipsis;
|
|
35503
35254
|
}
|
|
35504
35255
|
|
|
35505
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35256
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35506
35257
|
overflow: hidden;
|
|
35507
35258
|
text-overflow: ellipsis;
|
|
35508
35259
|
flex: 1;
|
|
35509
35260
|
}
|
|
35510
35261
|
|
|
35511
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35262
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35512
35263
|
padding: 15px 25px 15px 8px;
|
|
35513
35264
|
}
|
|
35514
35265
|
|
|
35515
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35266
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35516
35267
|
padding: 0;
|
|
35517
35268
|
}
|
|
35518
35269
|
|
|
35519
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35270
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35520
35271
|
position: absolute;
|
|
35521
35272
|
right: 6px;
|
|
35522
35273
|
top: 50%;
|
|
@@ -35526,63 +35277,63 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35526
35277
|
transition: transform 320ms ease;
|
|
35527
35278
|
}
|
|
35528
35279
|
|
|
35529
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35280
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35530
35281
|
display: block;
|
|
35531
35282
|
transform: translateY(-50%) rotateX(180deg);
|
|
35532
35283
|
}
|
|
35533
35284
|
|
|
35534
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35285
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35535
35286
|
display: block;
|
|
35536
35287
|
}
|
|
35537
35288
|
|
|
35538
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35289
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35539
35290
|
display: none;
|
|
35540
35291
|
}
|
|
35541
35292
|
|
|
35542
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35293
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35543
35294
|
transform: translateY(-50%);
|
|
35544
35295
|
}
|
|
35545
35296
|
|
|
35546
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35297
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35547
35298
|
transform: translateY(-50%) rotateX(180deg);
|
|
35548
35299
|
}
|
|
35549
35300
|
|
|
35550
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35301
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35551
35302
|
background: #f2f5fa;
|
|
35552
35303
|
}
|
|
35553
35304
|
|
|
35554
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35305
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35555
35306
|
display: block;
|
|
35556
35307
|
}
|
|
35557
35308
|
|
|
35558
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
35309
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
|
|
35559
35310
|
padding-right: 25px;
|
|
35560
35311
|
}
|
|
35561
35312
|
|
|
35562
|
-
.E_tfzf37v .ant-table .ant-table-selection-column {
|
|
35313
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column {
|
|
35563
35314
|
padding: 0 !important;
|
|
35564
35315
|
}
|
|
35565
35316
|
|
|
35566
|
-
.E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35317
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35567
35318
|
position: absolute;
|
|
35568
35319
|
left: 50%;
|
|
35569
35320
|
top: 50%;
|
|
35570
35321
|
transform: translate(-50%, -50%);
|
|
35571
35322
|
}
|
|
35572
35323
|
|
|
35573
|
-
.E_tfzf37v .ant-table .ant-table-selection-column:after {
|
|
35324
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column:after {
|
|
35574
35325
|
display: none;
|
|
35575
35326
|
}
|
|
35576
35327
|
|
|
35577
|
-
.E_tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
35328
|
+
.E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
|
|
35578
35329
|
background: #fff;
|
|
35579
35330
|
}
|
|
35580
35331
|
|
|
35581
|
-
.E_tfzf37v .ant-table .ant-table-placeholder {
|
|
35332
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder {
|
|
35582
35333
|
background: inherit;
|
|
35583
35334
|
}
|
|
35584
35335
|
|
|
35585
|
-
.E_tfzf37v .ant-table .ant-table-placeholder td {
|
|
35336
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder td {
|
|
35586
35337
|
position: static;
|
|
35587
35338
|
border: none;
|
|
35588
35339
|
background: inherit !important;
|
|
@@ -35590,25 +35341,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35590
35341
|
vertical-align: middle;
|
|
35591
35342
|
}
|
|
35592
35343
|
|
|
35593
|
-
.E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
35594
|
-
.E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35344
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35345
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35595
35346
|
font-weight: bold;
|
|
35596
35347
|
font-size: 20px;
|
|
35597
35348
|
color: rgba(10, 37, 85, 0.6);
|
|
35598
35349
|
}
|
|
35599
35350
|
|
|
35600
|
-
.E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
|
|
35601
|
-
.E_tfzf37v .ant-table th.cell__action_ {
|
|
35351
|
+
.E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
|
|
35352
|
+
.E_tfzf37v div.ant-table th.cell__action_ {
|
|
35602
35353
|
z-index: 10;
|
|
35603
35354
|
}
|
|
35604
35355
|
|
|
35605
|
-
.E_tfzf37v .ant-table td.cell__action_ {
|
|
35356
|
+
.E_tfzf37v div.ant-table td.cell__action_ {
|
|
35606
35357
|
padding: 0 !important;
|
|
35607
35358
|
position: relative;
|
|
35608
35359
|
background: #fff;
|
|
35609
35360
|
}
|
|
35610
35361
|
|
|
35611
|
-
.E_tfzf37v .ant-table td.cell__action_ > * {
|
|
35362
|
+
.E_tfzf37v div.ant-table td.cell__action_ > * {
|
|
35612
35363
|
height: 100%;
|
|
35613
35364
|
display: flex;
|
|
35614
35365
|
align-items: center;
|
|
@@ -35616,7 +35367,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35616
35367
|
padding-right: 8px;
|
|
35617
35368
|
}
|
|
35618
35369
|
|
|
35619
|
-
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
35370
|
+
.E_tfzf37v div.ant-table td.cell__action_ .menu-button {
|
|
35620
35371
|
width: 24px;
|
|
35621
35372
|
height: 24px;
|
|
35622
35373
|
cursor: pointer;
|
|
@@ -35624,10 +35375,252 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35624
35375
|
border-radius: 4px;
|
|
35625
35376
|
}
|
|
35626
35377
|
|
|
35627
|
-
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
35378
|
+
.E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
|
|
35628
35379
|
background: #fff;
|
|
35629
35380
|
}
|
|
35630
35381
|
|
|
35382
|
+
.E_sjob3jg {
|
|
35383
|
+
--item-min-width: 60px;
|
|
35384
|
+
}
|
|
35385
|
+
|
|
35386
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35387
|
+
display: none !important;
|
|
35388
|
+
}
|
|
35389
|
+
|
|
35390
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35391
|
+
flex-shrink: 0 !important;
|
|
35392
|
+
}
|
|
35393
|
+
|
|
35394
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35395
|
+
color: #0080ff;
|
|
35396
|
+
}
|
|
35397
|
+
|
|
35398
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35399
|
+
color: #0080ff;
|
|
35400
|
+
font-weight: normal;
|
|
35401
|
+
}
|
|
35402
|
+
|
|
35403
|
+
.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 {
|
|
35404
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35405
|
+
}
|
|
35406
|
+
|
|
35407
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35408
|
+
color: #00122e;
|
|
35409
|
+
}
|
|
35410
|
+
|
|
35411
|
+
.E_sjob3jg .step-item-text {
|
|
35412
|
+
display: inline-block;
|
|
35413
|
+
}
|
|
35414
|
+
|
|
35415
|
+
.E_sjob3jg .step-item-title {
|
|
35416
|
+
overflow: hidden;
|
|
35417
|
+
white-space: nowrap;
|
|
35418
|
+
text-overflow: ellipsis;
|
|
35419
|
+
}
|
|
35420
|
+
|
|
35421
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35422
|
+
min-width: var(--item-min-width);
|
|
35423
|
+
}
|
|
35424
|
+
|
|
35425
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35426
|
+
cursor: not-allowed !important;
|
|
35427
|
+
}
|
|
35428
|
+
|
|
35429
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35430
|
+
flex-direction: row;
|
|
35431
|
+
justify-content: stretch;
|
|
35432
|
+
}
|
|
35433
|
+
|
|
35434
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35435
|
+
padding: 0;
|
|
35436
|
+
margin-right: 4px;
|
|
35437
|
+
flex: 1;
|
|
35438
|
+
overflow: visible;
|
|
35439
|
+
}
|
|
35440
|
+
|
|
35441
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35442
|
+
width: 100%;
|
|
35443
|
+
min-height: unset;
|
|
35444
|
+
}
|
|
35445
|
+
|
|
35446
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35447
|
+
height: 26px;
|
|
35448
|
+
line-height: 26px;
|
|
35449
|
+
width: 100%;
|
|
35450
|
+
padding: 0;
|
|
35451
|
+
font-size: 12px;
|
|
35452
|
+
}
|
|
35453
|
+
|
|
35454
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35455
|
+
margin-right: 10px;
|
|
35456
|
+
}
|
|
35457
|
+
|
|
35458
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35459
|
+
display: none;
|
|
35460
|
+
}
|
|
35461
|
+
|
|
35462
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35463
|
+
padding-left: 8px;
|
|
35464
|
+
padding-right: 4px;
|
|
35465
|
+
border-radius: 4px 0 0 4px;
|
|
35466
|
+
}
|
|
35467
|
+
|
|
35468
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35469
|
+
margin-right: 0;
|
|
35470
|
+
}
|
|
35471
|
+
|
|
35472
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35473
|
+
padding-right: 8px;
|
|
35474
|
+
padding-left: 12px;
|
|
35475
|
+
border-radius: 0 4px 4px 0;
|
|
35476
|
+
}
|
|
35477
|
+
|
|
35478
|
+
.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 {
|
|
35479
|
+
content: "";
|
|
35480
|
+
width: 0;
|
|
35481
|
+
height: 0;
|
|
35482
|
+
border: 13px solid transparent;
|
|
35483
|
+
position: absolute;
|
|
35484
|
+
top: 0;
|
|
35485
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35486
|
+
z-index: 2;
|
|
35487
|
+
position: relative;
|
|
35488
|
+
top: -50%;
|
|
35489
|
+
right: -100%;
|
|
35490
|
+
}
|
|
35491
|
+
|
|
35492
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35493
|
+
padding: 0 4px 0 12px;
|
|
35494
|
+
}
|
|
35495
|
+
|
|
35496
|
+
.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 {
|
|
35497
|
+
content: "";
|
|
35498
|
+
width: 0;
|
|
35499
|
+
height: 0;
|
|
35500
|
+
border: 13px solid transparent;
|
|
35501
|
+
position: absolute;
|
|
35502
|
+
top: 0;
|
|
35503
|
+
border-left: 8px solid #fff;
|
|
35504
|
+
left: 0;
|
|
35505
|
+
}
|
|
35506
|
+
|
|
35507
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35508
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35509
|
+
}
|
|
35510
|
+
|
|
35511
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35512
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35513
|
+
}
|
|
35514
|
+
|
|
35515
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35516
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35517
|
+
}
|
|
35518
|
+
|
|
35519
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35520
|
+
cursor: pointer;
|
|
35521
|
+
min-width: var(--item-min-width);
|
|
35522
|
+
}
|
|
35523
|
+
|
|
35524
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35525
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35526
|
+
min-width: var(--item-min-width);
|
|
35527
|
+
}
|
|
35528
|
+
|
|
35529
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35530
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35531
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35532
|
+
}
|
|
35533
|
+
|
|
35534
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35535
|
+
padding: 0;
|
|
35536
|
+
}
|
|
35537
|
+
|
|
35538
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35539
|
+
width: 192px;
|
|
35540
|
+
row-gap: 2px;
|
|
35541
|
+
}
|
|
35542
|
+
|
|
35543
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35544
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35545
|
+
}
|
|
35546
|
+
|
|
35547
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35548
|
+
color: #00122e !important;
|
|
35549
|
+
}
|
|
35550
|
+
|
|
35551
|
+
.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 {
|
|
35552
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35553
|
+
}
|
|
35554
|
+
|
|
35555
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35556
|
+
padding: 0 8px;
|
|
35557
|
+
border-radius: 4px;
|
|
35558
|
+
height: 32px;
|
|
35559
|
+
display: flex;
|
|
35560
|
+
align-items: center;
|
|
35561
|
+
}
|
|
35562
|
+
|
|
35563
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35564
|
+
min-height: auto;
|
|
35565
|
+
white-space: nowrap;
|
|
35566
|
+
}
|
|
35567
|
+
|
|
35568
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35569
|
+
font-size: 13px;
|
|
35570
|
+
line-height: 20px;
|
|
35571
|
+
max-width: 100%;
|
|
35572
|
+
padding-right: 0;
|
|
35573
|
+
}
|
|
35574
|
+
|
|
35575
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35576
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35577
|
+
}
|
|
35578
|
+
|
|
35579
|
+
.E_h6l1tj4 {
|
|
35580
|
+
width: 100%;
|
|
35581
|
+
display: inline-flex;
|
|
35582
|
+
align-items: center;
|
|
35583
|
+
justify-content: center;
|
|
35584
|
+
column-gap: 4px;
|
|
35585
|
+
}
|
|
35586
|
+
|
|
35587
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
35588
|
+
display: inline-flex;
|
|
35589
|
+
align-items: center;
|
|
35590
|
+
width: 18px;
|
|
35591
|
+
height: 18px;
|
|
35592
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35593
|
+
justify-content: center;
|
|
35594
|
+
}
|
|
35595
|
+
|
|
35596
|
+
.E_v18frne8 {
|
|
35597
|
+
width: 100%;
|
|
35598
|
+
display: flex;
|
|
35599
|
+
align-items: center;
|
|
35600
|
+
justify-content: center;
|
|
35601
|
+
column-gap: 6px;
|
|
35602
|
+
font-size: 13px;
|
|
35603
|
+
}
|
|
35604
|
+
|
|
35605
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
35606
|
+
display: inline-flex;
|
|
35607
|
+
align-items: center;
|
|
35608
|
+
min-width: 20px;
|
|
35609
|
+
min-height: 20px;
|
|
35610
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35611
|
+
justify-content: center;
|
|
35612
|
+
}
|
|
35613
|
+
|
|
35614
|
+
.E_w7ob4th.outside-tag {
|
|
35615
|
+
padding-left: 0;
|
|
35616
|
+
}
|
|
35617
|
+
|
|
35618
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35619
|
+
border-radius: 4px 0 0 4px;
|
|
35620
|
+
padding-right: 4px;
|
|
35621
|
+
margin-right: 4px;
|
|
35622
|
+
}
|
|
35623
|
+
|
|
35631
35624
|
.E_t1gvlxt5 {
|
|
35632
35625
|
min-width: 0;
|
|
35633
35626
|
flex: 1;
|