@cloudtower/eagle 0.30.3 → 0.31.1
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/stats1.html +1 -1
- package/dist/components.css +1987 -1986
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1945 -1945
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29616,39 +29616,44 @@ html body {
|
|
|
29616
29616
|
color: #005ed1;
|
|
29617
29617
|
}
|
|
29618
29618
|
|
|
29619
|
-
.
|
|
29620
|
-
|
|
29621
|
-
}
|
|
29622
|
-
|
|
29623
|
-
.E_bqamoqe {
|
|
29624
|
-
white-space: nowrap;
|
|
29625
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29619
|
+
.E_c1uzzomf {
|
|
29620
|
+
margin-bottom: 16px;
|
|
29626
29621
|
}
|
|
29627
29622
|
|
|
29628
|
-
.
|
|
29629
|
-
|
|
29623
|
+
.E_c1uzzomf .card-title {
|
|
29624
|
+
font-size: 16px;
|
|
29625
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29626
|
+
font-weight: 700;
|
|
29627
|
+
line-height: 32px;
|
|
29630
29628
|
}
|
|
29631
29629
|
|
|
29632
|
-
.
|
|
29633
|
-
|
|
29630
|
+
.E_c1uzzomf .card-body {
|
|
29631
|
+
padding: 24px;
|
|
29632
|
+
border-radius: 8px;
|
|
29633
|
+
background: #fff;
|
|
29634
29634
|
}
|
|
29635
29635
|
|
|
29636
|
-
.
|
|
29637
|
-
|
|
29636
|
+
.E_c1uzzomf .empty {
|
|
29637
|
+
font-weight: 700;
|
|
29638
|
+
font-size: 14px;
|
|
29639
|
+
line-height: 22px;
|
|
29640
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29641
|
+
text-align: center;
|
|
29638
29642
|
}
|
|
29639
29643
|
|
|
29640
|
-
.
|
|
29641
|
-
|
|
29642
|
-
|
|
29644
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29645
|
+
padding: 4px 8px 0 8px;
|
|
29646
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29647
|
+
font-size: 12px;
|
|
29643
29648
|
}
|
|
29644
29649
|
|
|
29645
|
-
.
|
|
29646
|
-
|
|
29647
|
-
border-bottom-left-radius: 0;
|
|
29650
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29651
|
+
padding-bottom: 6px;
|
|
29648
29652
|
}
|
|
29649
29653
|
|
|
29650
|
-
.
|
|
29651
|
-
|
|
29654
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29655
|
+
padding-top: 4px;
|
|
29656
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29652
29657
|
}
|
|
29653
29658
|
|
|
29654
29659
|
.E_m74vjol {
|
|
@@ -29665,6 +29670,102 @@ html body {
|
|
|
29665
29670
|
width: 100%;
|
|
29666
29671
|
}
|
|
29667
29672
|
|
|
29673
|
+
.E_d1bw7c5z {
|
|
29674
|
+
position: relative;
|
|
29675
|
+
max-width: 388px;
|
|
29676
|
+
min-width: 285px;
|
|
29677
|
+
}
|
|
29678
|
+
|
|
29679
|
+
.E_d1bw7c5z .center {
|
|
29680
|
+
position: absolute;
|
|
29681
|
+
font-size: 12px;
|
|
29682
|
+
width: 80px;
|
|
29683
|
+
height: 100px;
|
|
29684
|
+
top: 0;
|
|
29685
|
+
left: 35px;
|
|
29686
|
+
display: flex;
|
|
29687
|
+
flex-direction: column;
|
|
29688
|
+
justify-content: center;
|
|
29689
|
+
align-items: center;
|
|
29690
|
+
color: #00122e;
|
|
29691
|
+
}
|
|
29692
|
+
|
|
29693
|
+
.E_d1bw7c5z .center .number {
|
|
29694
|
+
font-size: 24px;
|
|
29695
|
+
font-weight: 700;
|
|
29696
|
+
}
|
|
29697
|
+
|
|
29698
|
+
.E_d1bw7c5z .center .text {
|
|
29699
|
+
padding: 0 5px;
|
|
29700
|
+
font-size: 12px;
|
|
29701
|
+
width: inherit;
|
|
29702
|
+
text-align: center;
|
|
29703
|
+
}
|
|
29704
|
+
|
|
29705
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29706
|
+
display: flex;
|
|
29707
|
+
}
|
|
29708
|
+
|
|
29709
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29710
|
+
position: relative !important;
|
|
29711
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29712
|
+
left: 0 !important;
|
|
29713
|
+
bottom: 0 !important;
|
|
29714
|
+
display: flex;
|
|
29715
|
+
align-items: center;
|
|
29716
|
+
}
|
|
29717
|
+
|
|
29718
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29719
|
+
width: 100%;
|
|
29720
|
+
}
|
|
29721
|
+
|
|
29722
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29723
|
+
width: 100%;
|
|
29724
|
+
margin-right: 0 !important;
|
|
29725
|
+
line-height: 18px;
|
|
29726
|
+
}
|
|
29727
|
+
|
|
29728
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29729
|
+
border-radius: 2px;
|
|
29730
|
+
}
|
|
29731
|
+
|
|
29732
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29733
|
+
min-width: 75px;
|
|
29734
|
+
max-width: 198px;
|
|
29735
|
+
width: calc(100% - 20px);
|
|
29736
|
+
margin-left: 2px;
|
|
29737
|
+
color: #00122e !important;
|
|
29738
|
+
display: inline-flex;
|
|
29739
|
+
justify-content: space-between;
|
|
29740
|
+
}
|
|
29741
|
+
|
|
29742
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29743
|
+
maxwidth: calc(100% - 12px);
|
|
29744
|
+
cursor: pointer;
|
|
29745
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29746
|
+
overflow: hidden;
|
|
29747
|
+
text-overflow: ellipsis;
|
|
29748
|
+
white-space: nowrap;
|
|
29749
|
+
}
|
|
29750
|
+
|
|
29751
|
+
.E_d1bw7c5z .value {
|
|
29752
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29753
|
+
}
|
|
29754
|
+
|
|
29755
|
+
.E_t10pqbtc {
|
|
29756
|
+
width: 140px;
|
|
29757
|
+
}
|
|
29758
|
+
|
|
29759
|
+
.E_t10pqbtc .item {
|
|
29760
|
+
margin: 6px auto;
|
|
29761
|
+
display: flex;
|
|
29762
|
+
justify-content: space-between;
|
|
29763
|
+
}
|
|
29764
|
+
|
|
29765
|
+
.E_t10pqbtc .item .name {
|
|
29766
|
+
width: 102px;
|
|
29767
|
+
}
|
|
29768
|
+
|
|
29668
29769
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29669
29770
|
justify-content: center;
|
|
29670
29771
|
}
|
|
@@ -29957,181 +30058,259 @@ button.E_n7k2c6r {
|
|
|
29957
30058
|
padding: 0;
|
|
29958
30059
|
}
|
|
29959
30060
|
|
|
29960
|
-
.
|
|
29961
|
-
|
|
30061
|
+
.E_b1nip9bk {
|
|
30062
|
+
padding: 4px 11px;
|
|
29962
30063
|
}
|
|
29963
30064
|
|
|
29964
|
-
.
|
|
29965
|
-
|
|
29966
|
-
|
|
29967
|
-
font-weight: 700;
|
|
29968
|
-
line-height: 32px;
|
|
30065
|
+
.E_bqamoqe {
|
|
30066
|
+
white-space: nowrap;
|
|
30067
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29969
30068
|
}
|
|
29970
30069
|
|
|
29971
|
-
.
|
|
29972
|
-
|
|
29973
|
-
border-radius: 8px;
|
|
29974
|
-
background: #fff;
|
|
30070
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30071
|
+
--color: #0080ff;
|
|
29975
30072
|
}
|
|
29976
30073
|
|
|
29977
|
-
.
|
|
29978
|
-
|
|
29979
|
-
font-size: 14px;
|
|
29980
|
-
line-height: 22px;
|
|
29981
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29982
|
-
text-align: center;
|
|
30074
|
+
.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] {
|
|
30075
|
+
--color: #0080ff;
|
|
29983
30076
|
}
|
|
29984
30077
|
|
|
29985
|
-
.
|
|
29986
|
-
|
|
29987
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29988
|
-
font-size: 12px;
|
|
30078
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30079
|
+
margin-left: 1px;
|
|
29989
30080
|
}
|
|
29990
30081
|
|
|
29991
|
-
.
|
|
29992
|
-
|
|
30082
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30083
|
+
border-top-right-radius: 0;
|
|
30084
|
+
border-bottom-right-radius: 0;
|
|
29993
30085
|
}
|
|
29994
30086
|
|
|
29995
|
-
.
|
|
29996
|
-
|
|
29997
|
-
border-
|
|
30087
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30088
|
+
border-top-left-radius: 0;
|
|
30089
|
+
border-bottom-left-radius: 0;
|
|
29998
30090
|
}
|
|
29999
30091
|
|
|
30000
|
-
.
|
|
30001
|
-
|
|
30002
|
-
max-width: 388px;
|
|
30003
|
-
min-width: 285px;
|
|
30092
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30093
|
+
border-radius: unset;
|
|
30004
30094
|
}
|
|
30005
30095
|
|
|
30006
|
-
.
|
|
30007
|
-
|
|
30008
|
-
font-size: 12px;
|
|
30009
|
-
width: 80px;
|
|
30010
|
-
height: 100px;
|
|
30011
|
-
top: 0;
|
|
30012
|
-
left: 35px;
|
|
30013
|
-
display: flex;
|
|
30014
|
-
flex-direction: column;
|
|
30015
|
-
justify-content: center;
|
|
30016
|
-
align-items: center;
|
|
30017
|
-
color: #00122e;
|
|
30096
|
+
.E_c1yyuluq {
|
|
30097
|
+
border-radius: 8px;
|
|
30018
30098
|
}
|
|
30019
30099
|
|
|
30020
|
-
.
|
|
30021
|
-
|
|
30022
|
-
font-weight: 700;
|
|
30100
|
+
.E_c1yyuluq .ant-card-body {
|
|
30101
|
+
padding: 20px 24px 24px 24px;
|
|
30023
30102
|
}
|
|
30024
30103
|
|
|
30025
|
-
.
|
|
30026
|
-
|
|
30027
|
-
|
|
30028
|
-
width: inherit;
|
|
30029
|
-
text-align: center;
|
|
30104
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30105
|
+
border: 0px;
|
|
30106
|
+
background-color: #fff;
|
|
30030
30107
|
}
|
|
30031
30108
|
|
|
30032
|
-
.
|
|
30033
|
-
|
|
30109
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30110
|
+
padding-top: 0px;
|
|
30111
|
+
padding-bottom: 0px;
|
|
30112
|
+
padding-left: 0px !important;
|
|
30113
|
+
padding-right: 24px;
|
|
30034
30114
|
}
|
|
30035
30115
|
|
|
30036
|
-
.
|
|
30037
|
-
|
|
30038
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30039
|
-
left: 0 !important;
|
|
30040
|
-
bottom: 0 !important;
|
|
30041
|
-
display: flex;
|
|
30042
|
-
align-items: center;
|
|
30116
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30117
|
+
right: 0px;
|
|
30043
30118
|
}
|
|
30044
30119
|
|
|
30045
|
-
.
|
|
30046
|
-
|
|
30120
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30121
|
+
padding: 0px;
|
|
30047
30122
|
}
|
|
30048
30123
|
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
|
|
30052
|
-
line-height: 18px;
|
|
30124
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30125
|
+
padding-right: 0px;
|
|
30126
|
+
cursor: default;
|
|
30053
30127
|
}
|
|
30054
30128
|
|
|
30055
|
-
.
|
|
30056
|
-
|
|
30129
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30130
|
+
display: flex;
|
|
30057
30131
|
}
|
|
30058
30132
|
|
|
30059
|
-
.
|
|
30060
|
-
min-width: 75px;
|
|
30061
|
-
max-width: 198px;
|
|
30062
|
-
width: calc(100% - 20px);
|
|
30063
|
-
margin-left: 2px;
|
|
30064
|
-
color: #00122e !important;
|
|
30133
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30065
30134
|
display: inline-flex;
|
|
30066
|
-
|
|
30135
|
+
align-items: baseline;
|
|
30136
|
+
white-space: pre-wrap;
|
|
30067
30137
|
}
|
|
30068
30138
|
|
|
30069
|
-
.
|
|
30070
|
-
|
|
30071
|
-
|
|
30072
|
-
|
|
30073
|
-
|
|
30074
|
-
|
|
30139
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30140
|
+
position: relative;
|
|
30141
|
+
top: 3px;
|
|
30142
|
+
}
|
|
30143
|
+
|
|
30144
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30145
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30146
|
+
}
|
|
30147
|
+
|
|
30148
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30149
|
+
border-color: #0080ff;
|
|
30150
|
+
}
|
|
30151
|
+
|
|
30152
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30153
|
+
border-color: #0080ff;
|
|
30154
|
+
background: #0080ff;
|
|
30155
|
+
}
|
|
30156
|
+
|
|
30157
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30158
|
+
top: 4px;
|
|
30159
|
+
left: 4px;
|
|
30160
|
+
width: 6px;
|
|
30161
|
+
height: 6px;
|
|
30162
|
+
background: #fff;
|
|
30163
|
+
}
|
|
30164
|
+
|
|
30165
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30166
|
+
opacity: 0.5;
|
|
30167
|
+
}
|
|
30168
|
+
|
|
30169
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30170
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30171
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30172
|
+
}
|
|
30173
|
+
|
|
30174
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30175
|
+
background: #00122e;
|
|
30176
|
+
}
|
|
30177
|
+
|
|
30178
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30179
|
+
color: #00122e;
|
|
30180
|
+
opacity: 0.5;
|
|
30181
|
+
}
|
|
30182
|
+
|
|
30183
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30184
|
+
color: #00122e;
|
|
30185
|
+
}
|
|
30186
|
+
|
|
30187
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30188
|
+
display: inline-block;
|
|
30189
|
+
padding: 0;
|
|
30190
|
+
padding-left: 12px;
|
|
30191
|
+
}
|
|
30192
|
+
|
|
30193
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30194
|
+
margin-bottom: 0;
|
|
30195
|
+
white-space: pre-wrap;
|
|
30196
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30197
|
+
}
|
|
30198
|
+
|
|
30199
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30200
|
+
padding-left: 8px;
|
|
30201
|
+
}
|
|
30202
|
+
|
|
30203
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30204
|
+
border-radius: 5px 0 0 5px;
|
|
30205
|
+
}
|
|
30206
|
+
|
|
30207
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30208
|
+
border-radius: 0 5px 5px 0;
|
|
30209
|
+
}
|
|
30210
|
+
|
|
30211
|
+
.E_rcc63c8 {
|
|
30212
|
+
color: #00122e;
|
|
30213
|
+
border-color: #ccd4e3;
|
|
30214
|
+
}
|
|
30215
|
+
|
|
30216
|
+
.E_rcc63c8:first-child {
|
|
30217
|
+
border-color: #a3b4cc;
|
|
30218
|
+
}
|
|
30219
|
+
|
|
30220
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30221
|
+
padding: 0 12px;
|
|
30222
|
+
line-height: 32px;
|
|
30223
|
+
height: 32px;
|
|
30224
|
+
}
|
|
30225
|
+
|
|
30226
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30075
30227
|
white-space: nowrap;
|
|
30076
30228
|
}
|
|
30077
30229
|
|
|
30078
|
-
.
|
|
30079
|
-
|
|
30230
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30231
|
+
height: 22px;
|
|
30232
|
+
padding: 0 7px;
|
|
30233
|
+
line-height: 20px;
|
|
30080
30234
|
}
|
|
30081
30235
|
|
|
30082
|
-
.
|
|
30083
|
-
|
|
30236
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30237
|
+
background: #ccd4e3;
|
|
30084
30238
|
}
|
|
30085
30239
|
|
|
30086
|
-
.
|
|
30087
|
-
|
|
30088
|
-
display: flex;
|
|
30089
|
-
justify-content: space-between;
|
|
30240
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30241
|
+
background: #0080ff;
|
|
30090
30242
|
}
|
|
30091
30243
|
|
|
30092
|
-
.
|
|
30093
|
-
|
|
30244
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30245
|
+
background: #ccd4e3;
|
|
30246
|
+
opacity: 0.5;
|
|
30094
30247
|
}
|
|
30095
30248
|
|
|
30096
|
-
.
|
|
30097
|
-
border-
|
|
30249
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30250
|
+
border-right-color: #0080ff;
|
|
30098
30251
|
}
|
|
30099
30252
|
|
|
30100
|
-
.
|
|
30101
|
-
|
|
30253
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30254
|
+
border-color: #0080ff;
|
|
30102
30255
|
}
|
|
30103
30256
|
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30257
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30258
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30106
30259
|
}
|
|
30107
30260
|
|
|
30108
|
-
.
|
|
30109
|
-
|
|
30261
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30262
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30263
|
+
border-color: #ccd4e3;
|
|
30264
|
+
opacity: 0.5;
|
|
30110
30265
|
}
|
|
30111
30266
|
|
|
30112
|
-
.
|
|
30113
|
-
|
|
30114
|
-
|
|
30267
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30268
|
+
color: #00122e;
|
|
30269
|
+
border-color: #ccd4e3;
|
|
30115
30270
|
}
|
|
30116
30271
|
|
|
30117
|
-
.
|
|
30118
|
-
|
|
30119
|
-
|
|
30120
|
-
|
|
30121
|
-
padding-right: 24px;
|
|
30272
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30273
|
+
color: #00122e;
|
|
30274
|
+
border-color: #ccd4e3;
|
|
30275
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30122
30276
|
}
|
|
30123
30277
|
|
|
30124
|
-
.
|
|
30125
|
-
right:
|
|
30278
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30279
|
+
margin-right: 8px;
|
|
30280
|
+
display: inline;
|
|
30281
|
+
border: none;
|
|
30282
|
+
padding: 0;
|
|
30283
|
+
width: 36px;
|
|
30284
|
+
background: transparent;
|
|
30126
30285
|
}
|
|
30127
30286
|
|
|
30128
|
-
.
|
|
30129
|
-
|
|
30287
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30288
|
+
box-shadow: none;
|
|
30130
30289
|
}
|
|
30131
30290
|
|
|
30132
|
-
.
|
|
30133
|
-
|
|
30134
|
-
|
|
30291
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30292
|
+
margin-right: 0;
|
|
30293
|
+
width: initial;
|
|
30294
|
+
box-shadow: none;
|
|
30295
|
+
}
|
|
30296
|
+
|
|
30297
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30298
|
+
display: none;
|
|
30299
|
+
}
|
|
30300
|
+
|
|
30301
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30302
|
+
display: inline;
|
|
30303
|
+
}
|
|
30304
|
+
|
|
30305
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30306
|
+
display: inline;
|
|
30307
|
+
margin-right: 8px;
|
|
30308
|
+
padding: 0;
|
|
30309
|
+
width: 36px;
|
|
30310
|
+
}
|
|
30311
|
+
|
|
30312
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30313
|
+
line-height: 18px;
|
|
30135
30314
|
}
|
|
30136
30315
|
|
|
30137
30316
|
.E_phljevk {
|
|
@@ -30282,340 +30461,321 @@ button.E_n7k2c6r {
|
|
|
30282
30461
|
color: rgba(44, 56, 82, 0.6);
|
|
30283
30462
|
}
|
|
30284
30463
|
|
|
30285
|
-
.
|
|
30286
|
-
width:
|
|
30464
|
+
.E_s1dizucg.ant-switch {
|
|
30465
|
+
min-width: 40px;
|
|
30466
|
+
height: 24px;
|
|
30467
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30468
|
+
overflow: hidden;
|
|
30287
30469
|
}
|
|
30288
30470
|
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30291
|
-
line-height: 18px;
|
|
30292
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30293
|
-
height: 34px;
|
|
30294
|
-
min-height: 34px;
|
|
30295
|
-
box-sizing: border-box;
|
|
30296
|
-
margin-top: 8px;
|
|
30471
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30472
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30297
30473
|
}
|
|
30298
30474
|
|
|
30299
|
-
.
|
|
30300
|
-
|
|
30301
|
-
|
|
30302
|
-
margin: 1px 8px;
|
|
30303
|
-
padding: 8px;
|
|
30304
|
-
border-radius: 4px;
|
|
30475
|
+
.E_s1dizucg.ant-switch-small {
|
|
30476
|
+
min-width: 26px;
|
|
30477
|
+
height: 16px;
|
|
30305
30478
|
}
|
|
30306
30479
|
|
|
30307
|
-
.
|
|
30308
|
-
|
|
30480
|
+
.E_s1dizucg.ant-switch-large {
|
|
30481
|
+
min-width: 52px;
|
|
30482
|
+
height: 32px;
|
|
30309
30483
|
}
|
|
30310
30484
|
|
|
30311
|
-
.
|
|
30312
|
-
|
|
30485
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30486
|
+
height: 20px;
|
|
30487
|
+
width: 20px;
|
|
30313
30488
|
}
|
|
30314
30489
|
|
|
30315
|
-
.
|
|
30316
|
-
|
|
30490
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30491
|
+
border-radius: 10px;
|
|
30492
|
+
transition-delay: 120ms;
|
|
30317
30493
|
}
|
|
30318
30494
|
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30495
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30496
|
+
height: 14px;
|
|
30497
|
+
width: 14px;
|
|
30498
|
+
top: 1px;
|
|
30499
|
+
left: 1px;
|
|
30321
30500
|
}
|
|
30322
30501
|
|
|
30323
|
-
.
|
|
30324
|
-
|
|
30502
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30503
|
+
height: 28px;
|
|
30504
|
+
width: 28px;
|
|
30325
30505
|
}
|
|
30326
30506
|
|
|
30327
|
-
.
|
|
30328
|
-
|
|
30507
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30508
|
+
border-radius: 14px;
|
|
30329
30509
|
}
|
|
30330
30510
|
|
|
30331
|
-
.
|
|
30332
|
-
color: #
|
|
30511
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30512
|
+
background-color: #00ba5d;
|
|
30333
30513
|
}
|
|
30334
30514
|
|
|
30335
|
-
.
|
|
30336
|
-
|
|
30337
|
-
|
|
30338
|
-
}
|
|
30515
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30516
|
+
left: calc(100% - 20px - 2px);
|
|
30517
|
+
}
|
|
30339
30518
|
|
|
30340
|
-
.
|
|
30341
|
-
|
|
30342
|
-
justify-content: space-between;
|
|
30343
|
-
height: 20px;
|
|
30344
|
-
line-height: 20px;
|
|
30519
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30520
|
+
left: calc(100% - 14px - 1px);
|
|
30345
30521
|
}
|
|
30346
30522
|
|
|
30347
|
-
.
|
|
30348
|
-
|
|
30349
|
-
overflow: hidden;
|
|
30350
|
-
text-overflow: ellipsis;
|
|
30523
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30524
|
+
left: calc(100% - 28px - 2px);
|
|
30351
30525
|
}
|
|
30352
30526
|
|
|
30353
|
-
.
|
|
30354
|
-
|
|
30355
|
-
justify-content: space-between;
|
|
30356
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30357
|
-
height: 18px;
|
|
30358
|
-
line-height: 18px;
|
|
30359
|
-
margin-top: 2px;
|
|
30527
|
+
.E_c1up6e3y {
|
|
30528
|
+
margin-left: 5px;
|
|
30360
30529
|
}
|
|
30361
30530
|
|
|
30362
|
-
.
|
|
30363
|
-
|
|
30364
|
-
margin-right: 0;
|
|
30365
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30531
|
+
.E_tju3gfj .date {
|
|
30532
|
+
margin-right: 4px;
|
|
30366
30533
|
}
|
|
30367
30534
|
|
|
30368
|
-
.
|
|
30369
|
-
|
|
30370
|
-
height:
|
|
30535
|
+
.E_clm1wy1 {
|
|
30536
|
+
width: 192px;
|
|
30537
|
+
height: 246px;
|
|
30538
|
+
border-radius: 4px;
|
|
30539
|
+
}
|
|
30540
|
+
|
|
30541
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
30542
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30371
30543
|
width: 100%;
|
|
30372
|
-
|
|
30544
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
30545
|
+
border-top: none;
|
|
30373
30546
|
}
|
|
30374
30547
|
|
|
30375
|
-
.
|
|
30376
|
-
|
|
30377
|
-
|
|
30378
|
-
white-space: pre-wrap;
|
|
30548
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30549
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30550
|
+
padding: 0 16px;
|
|
30379
30551
|
}
|
|
30380
30552
|
|
|
30381
|
-
.
|
|
30382
|
-
|
|
30383
|
-
|
|
30553
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30554
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30555
|
+
width: 100%;
|
|
30556
|
+
height: 180px;
|
|
30557
|
+
border-spacing: 0;
|
|
30384
30558
|
}
|
|
30385
30559
|
|
|
30386
|
-
.
|
|
30387
|
-
|
|
30560
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30561
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30562
|
+
margin-bottom: 8px;
|
|
30388
30563
|
}
|
|
30389
30564
|
|
|
30390
|
-
.
|
|
30391
|
-
|
|
30565
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30566
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30567
|
+
width: 22px;
|
|
30392
30568
|
}
|
|
30393
30569
|
|
|
30394
|
-
.
|
|
30395
|
-
|
|
30396
|
-
|
|
30570
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30571
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30572
|
+
padding: 0;
|
|
30397
30573
|
}
|
|
30398
30574
|
|
|
30399
|
-
.
|
|
30400
|
-
|
|
30401
|
-
|
|
30402
|
-
width: 6px;
|
|
30403
|
-
height: 6px;
|
|
30404
|
-
background: #fff;
|
|
30575
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30576
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30577
|
+
opacity: 0.4;
|
|
30405
30578
|
}
|
|
30406
30579
|
|
|
30407
|
-
.
|
|
30408
|
-
|
|
30580
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
30581
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30582
|
+
opacity: 1;
|
|
30409
30583
|
}
|
|
30410
30584
|
|
|
30411
|
-
.
|
|
30412
|
-
|
|
30413
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30585
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30586
|
+
color: #3e4652;
|
|
30414
30587
|
}
|
|
30415
30588
|
|
|
30416
|
-
.
|
|
30417
|
-
|
|
30589
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30590
|
+
pointer-events: none;
|
|
30418
30591
|
}
|
|
30419
30592
|
|
|
30420
|
-
.
|
|
30421
|
-
color:
|
|
30422
|
-
|
|
30593
|
+
.E_t1tsm00v {
|
|
30594
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30595
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30596
|
+
backdrop-filter: blur(10px);
|
|
30597
|
+
padding: 7px 10px;
|
|
30423
30598
|
}
|
|
30424
30599
|
|
|
30425
|
-
.
|
|
30426
|
-
color:
|
|
30600
|
+
.E_c167wnad {
|
|
30601
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30602
|
+
display: flex;
|
|
30603
|
+
justify-content: space-between;
|
|
30604
|
+
align-items: center;
|
|
30605
|
+
padding: 8px 16px;
|
|
30427
30606
|
}
|
|
30428
30607
|
|
|
30429
|
-
.
|
|
30430
|
-
|
|
30431
|
-
padding: 0;
|
|
30432
|
-
padding-left: 12px;
|
|
30608
|
+
.E_c167wnad .anticon {
|
|
30609
|
+
cursor: pointer;
|
|
30433
30610
|
}
|
|
30434
30611
|
|
|
30435
|
-
.
|
|
30436
|
-
|
|
30437
|
-
white-space: pre-wrap;
|
|
30438
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30612
|
+
.E_c167wnad .anticon:hover {
|
|
30613
|
+
color: #0096ff;
|
|
30439
30614
|
}
|
|
30440
30615
|
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30616
|
+
.E_cxhf7dh {
|
|
30617
|
+
text-align: center;
|
|
30443
30618
|
}
|
|
30444
30619
|
|
|
30445
|
-
.
|
|
30446
|
-
|
|
30620
|
+
.E_cxhf7dh .dots {
|
|
30621
|
+
display: flex;
|
|
30622
|
+
justify-content: center;
|
|
30447
30623
|
}
|
|
30448
30624
|
|
|
30449
|
-
.
|
|
30450
|
-
|
|
30625
|
+
.E_cxhf7dh .dot {
|
|
30626
|
+
display: inline-block;
|
|
30627
|
+
width: 2px;
|
|
30628
|
+
height: 2px;
|
|
30629
|
+
border-radius: 1px;
|
|
30630
|
+
background: #0096ff;
|
|
30451
30631
|
}
|
|
30452
30632
|
|
|
30453
|
-
.
|
|
30454
|
-
|
|
30455
|
-
border-color: #ccd4e3;
|
|
30633
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
30634
|
+
margin-right: 2px;
|
|
30456
30635
|
}
|
|
30457
30636
|
|
|
30458
|
-
.
|
|
30459
|
-
|
|
30637
|
+
.E_cxhf7dh .bar {
|
|
30638
|
+
width: 9px;
|
|
30639
|
+
height: 2px;
|
|
30640
|
+
background: #0096ff;
|
|
30641
|
+
border-radius: 2px;
|
|
30460
30642
|
}
|
|
30461
30643
|
|
|
30462
|
-
.
|
|
30463
|
-
|
|
30464
|
-
line-height: 32px;
|
|
30465
|
-
height: 32px;
|
|
30644
|
+
.E_s1dni7lo {
|
|
30645
|
+
width: 430px !important;
|
|
30466
30646
|
}
|
|
30467
30647
|
|
|
30468
|
-
.
|
|
30469
|
-
|
|
30648
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30649
|
+
padding: 8px 16px;
|
|
30650
|
+
line-height: 18px;
|
|
30651
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30652
|
+
height: 34px;
|
|
30653
|
+
min-height: 34px;
|
|
30654
|
+
box-sizing: border-box;
|
|
30655
|
+
margin-top: 8px;
|
|
30470
30656
|
}
|
|
30471
30657
|
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30474
|
-
|
|
30475
|
-
|
|
30658
|
+
.E_o1ugr09p {
|
|
30659
|
+
display: flex;
|
|
30660
|
+
flex-direction: column;
|
|
30661
|
+
margin: 1px 8px;
|
|
30662
|
+
padding: 8px;
|
|
30663
|
+
border-radius: 4px;
|
|
30476
30664
|
}
|
|
30477
30665
|
|
|
30478
|
-
.
|
|
30479
|
-
|
|
30666
|
+
.E_o1ugr09p .selected-icon {
|
|
30667
|
+
display: none;
|
|
30480
30668
|
}
|
|
30481
30669
|
|
|
30482
|
-
.
|
|
30483
|
-
|
|
30670
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30671
|
+
padding-left: 8px;
|
|
30484
30672
|
}
|
|
30485
30673
|
|
|
30486
|
-
.
|
|
30487
|
-
background:
|
|
30488
|
-
opacity: 0.5;
|
|
30674
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30675
|
+
background-color: white;
|
|
30489
30676
|
}
|
|
30490
30677
|
|
|
30491
|
-
.
|
|
30492
|
-
|
|
30678
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30679
|
+
color: #0080ff;
|
|
30493
30680
|
}
|
|
30494
30681
|
|
|
30495
|
-
.
|
|
30496
|
-
|
|
30682
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30683
|
+
display: block;
|
|
30497
30684
|
}
|
|
30498
30685
|
|
|
30499
|
-
.
|
|
30500
|
-
background: rgba(0, 136, 255, 0.
|
|
30686
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30687
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30501
30688
|
}
|
|
30502
30689
|
|
|
30503
|
-
.
|
|
30504
|
-
|
|
30505
|
-
border-color: #ccd4e3;
|
|
30506
|
-
opacity: 0.5;
|
|
30690
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30691
|
+
color: #0080ff;
|
|
30507
30692
|
}
|
|
30508
30693
|
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30511
|
-
|
|
30694
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30695
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30696
|
+
color: #0080ff;
|
|
30512
30697
|
}
|
|
30513
30698
|
|
|
30514
|
-
.
|
|
30515
|
-
|
|
30516
|
-
|
|
30517
|
-
|
|
30699
|
+
.E_o1ifxsq4 {
|
|
30700
|
+
display: flex;
|
|
30701
|
+
justify-content: space-between;
|
|
30702
|
+
height: 20px;
|
|
30703
|
+
line-height: 20px;
|
|
30518
30704
|
}
|
|
30519
30705
|
|
|
30520
|
-
.
|
|
30521
|
-
|
|
30522
|
-
|
|
30523
|
-
|
|
30524
|
-
padding: 0;
|
|
30525
|
-
width: 36px;
|
|
30526
|
-
background: transparent;
|
|
30706
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30707
|
+
color: #2d3a56;
|
|
30708
|
+
overflow: hidden;
|
|
30709
|
+
text-overflow: ellipsis;
|
|
30527
30710
|
}
|
|
30528
30711
|
|
|
30529
|
-
.
|
|
30530
|
-
|
|
30712
|
+
.E_o1zue7 {
|
|
30713
|
+
display: flex;
|
|
30714
|
+
justify-content: space-between;
|
|
30715
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30716
|
+
height: 18px;
|
|
30717
|
+
line-height: 18px;
|
|
30718
|
+
margin-top: 2px;
|
|
30531
30719
|
}
|
|
30532
30720
|
|
|
30533
|
-
.
|
|
30721
|
+
.E_tyfmlxg {
|
|
30722
|
+
border: none;
|
|
30534
30723
|
margin-right: 0;
|
|
30535
|
-
|
|
30536
|
-
box-shadow: none;
|
|
30724
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30537
30725
|
}
|
|
30538
30726
|
|
|
30539
|
-
.
|
|
30540
|
-
|
|
30541
|
-
}
|
|
30542
|
-
|
|
30543
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30544
|
-
display: inline;
|
|
30545
|
-
}
|
|
30546
|
-
|
|
30547
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30548
|
-
display: inline;
|
|
30549
|
-
margin-right: 8px;
|
|
30550
|
-
padding: 0;
|
|
30551
|
-
width: 36px;
|
|
30552
|
-
}
|
|
30553
|
-
|
|
30554
|
-
.E_s1dizucg.ant-switch {
|
|
30555
|
-
min-width: 40px;
|
|
30556
|
-
height: 24px;
|
|
30557
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30558
|
-
overflow: hidden;
|
|
30559
|
-
}
|
|
30560
|
-
|
|
30561
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30562
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30563
|
-
}
|
|
30564
|
-
|
|
30565
|
-
.E_s1dizucg.ant-switch-small {
|
|
30566
|
-
min-width: 26px;
|
|
30567
|
-
height: 16px;
|
|
30568
|
-
}
|
|
30569
|
-
|
|
30570
|
-
.E_s1dizucg.ant-switch-large {
|
|
30571
|
-
min-width: 52px;
|
|
30727
|
+
.E_o18uybox {
|
|
30728
|
+
pointer-events: none;
|
|
30572
30729
|
height: 32px;
|
|
30730
|
+
width: 100%;
|
|
30731
|
+
opacity: 0;
|
|
30573
30732
|
}
|
|
30574
30733
|
|
|
30575
|
-
.
|
|
30576
|
-
|
|
30577
|
-
width: 20px;
|
|
30578
|
-
}
|
|
30579
|
-
|
|
30580
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30581
|
-
border-radius: 10px;
|
|
30582
|
-
transition-delay: 120ms;
|
|
30734
|
+
.E_iq1gosr {
|
|
30735
|
+
display: inline-block;
|
|
30583
30736
|
}
|
|
30584
30737
|
|
|
30585
|
-
.
|
|
30738
|
+
.E_c1bus5hc {
|
|
30739
|
+
--color: white;
|
|
30586
30740
|
height: 14px;
|
|
30587
30741
|
width: 14px;
|
|
30588
|
-
|
|
30589
|
-
|
|
30590
|
-
|
|
30591
|
-
|
|
30592
|
-
|
|
30593
|
-
|
|
30594
|
-
width: 28px;
|
|
30595
|
-
}
|
|
30596
|
-
|
|
30597
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30598
|
-
border-radius: 14px;
|
|
30599
|
-
}
|
|
30600
|
-
|
|
30601
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30602
|
-
background-color: #00ba5d;
|
|
30603
|
-
}
|
|
30604
|
-
|
|
30605
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30606
|
-
left: calc(100% - 20px - 2px);
|
|
30742
|
+
border-radius: 50%;
|
|
30743
|
+
flex-shrink: 0;
|
|
30744
|
+
display: flex;
|
|
30745
|
+
align-items: center;
|
|
30746
|
+
justify-content: center;
|
|
30747
|
+
border: 1px solid var(--color);
|
|
30607
30748
|
}
|
|
30608
30749
|
|
|
30609
|
-
.
|
|
30610
|
-
|
|
30750
|
+
.E_c1bus5hc .circle-inner {
|
|
30751
|
+
position: relative;
|
|
30752
|
+
height: 10px;
|
|
30753
|
+
width: 10px;
|
|
30754
|
+
border-radius: 50%;
|
|
30755
|
+
overflow: hidden;
|
|
30611
30756
|
}
|
|
30612
30757
|
|
|
30613
|
-
.
|
|
30614
|
-
|
|
30758
|
+
.E_c1bus5hc .circle-content {
|
|
30759
|
+
position: absolute;
|
|
30760
|
+
height: 100%;
|
|
30761
|
+
width: 100%;
|
|
30762
|
+
left: 0;
|
|
30763
|
+
top: 0;
|
|
30764
|
+
border-radius: 50%;
|
|
30765
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30766
|
+
transform: rotate(180deg);
|
|
30615
30767
|
}
|
|
30616
30768
|
|
|
30617
|
-
.
|
|
30618
|
-
|
|
30769
|
+
.E_c1bus5hc .circle-child {
|
|
30770
|
+
position: absolute;
|
|
30771
|
+
height: 100%;
|
|
30772
|
+
width: 100%;
|
|
30773
|
+
left: 0;
|
|
30774
|
+
top: 0;
|
|
30775
|
+
margin-left: 50%;
|
|
30776
|
+
transform-origin: left;
|
|
30777
|
+
background: white;
|
|
30778
|
+
transform: rotate(0deg);
|
|
30619
30779
|
}
|
|
30620
30780
|
|
|
30621
30781
|
.E_s1sck0th {
|
|
@@ -30716,57 +30876,6 @@ button.E_n7k2c6r {
|
|
|
30716
30876
|
background-color: #7E41FF;
|
|
30717
30877
|
}
|
|
30718
30878
|
|
|
30719
|
-
.E_tju3gfj .date {
|
|
30720
|
-
margin-right: 4px;
|
|
30721
|
-
}
|
|
30722
|
-
|
|
30723
|
-
.E_c1bus5hc {
|
|
30724
|
-
--color: white;
|
|
30725
|
-
height: 14px;
|
|
30726
|
-
width: 14px;
|
|
30727
|
-
border-radius: 50%;
|
|
30728
|
-
flex-shrink: 0;
|
|
30729
|
-
display: flex;
|
|
30730
|
-
align-items: center;
|
|
30731
|
-
justify-content: center;
|
|
30732
|
-
border: 1px solid var(--color);
|
|
30733
|
-
}
|
|
30734
|
-
|
|
30735
|
-
.E_c1bus5hc .circle-inner {
|
|
30736
|
-
position: relative;
|
|
30737
|
-
height: 10px;
|
|
30738
|
-
width: 10px;
|
|
30739
|
-
border-radius: 50%;
|
|
30740
|
-
overflow: hidden;
|
|
30741
|
-
}
|
|
30742
|
-
|
|
30743
|
-
.E_c1bus5hc .circle-content {
|
|
30744
|
-
position: absolute;
|
|
30745
|
-
height: 100%;
|
|
30746
|
-
width: 100%;
|
|
30747
|
-
left: 0;
|
|
30748
|
-
top: 0;
|
|
30749
|
-
border-radius: 50%;
|
|
30750
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30751
|
-
transform: rotate(180deg);
|
|
30752
|
-
}
|
|
30753
|
-
|
|
30754
|
-
.E_c1bus5hc .circle-child {
|
|
30755
|
-
position: absolute;
|
|
30756
|
-
height: 100%;
|
|
30757
|
-
width: 100%;
|
|
30758
|
-
left: 0;
|
|
30759
|
-
top: 0;
|
|
30760
|
-
margin-left: 50%;
|
|
30761
|
-
transform-origin: left;
|
|
30762
|
-
background: white;
|
|
30763
|
-
transform: rotate(0deg);
|
|
30764
|
-
}
|
|
30765
|
-
|
|
30766
|
-
.E_iq1gosr {
|
|
30767
|
-
display: inline-block;
|
|
30768
|
-
}
|
|
30769
|
-
|
|
30770
30879
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30771
30880
|
display: none;
|
|
30772
30881
|
}
|
|
@@ -30776,55 +30885,6 @@ button.E_n7k2c6r {
|
|
|
30776
30885
|
border-radius: 4px;
|
|
30777
30886
|
}
|
|
30778
30887
|
|
|
30779
|
-
.E_c18bcrac {
|
|
30780
|
-
display: inline-block;
|
|
30781
|
-
width: 100%;
|
|
30782
|
-
}
|
|
30783
|
-
|
|
30784
|
-
.E_c18bcrac .recharts-wrapper {
|
|
30785
|
-
margin-left: 4px;
|
|
30786
|
-
}
|
|
30787
|
-
|
|
30788
|
-
.E_cro7kg2 {
|
|
30789
|
-
padding: 4px;
|
|
30790
|
-
}
|
|
30791
|
-
|
|
30792
|
-
.E_c14wcxf0 {
|
|
30793
|
-
display: flex;
|
|
30794
|
-
justify-content: space-between;
|
|
30795
|
-
align-items: center;
|
|
30796
|
-
font-size: 13px;
|
|
30797
|
-
line-height: 24px;
|
|
30798
|
-
color: #cccccc;
|
|
30799
|
-
white-space: nowrap;
|
|
30800
|
-
}
|
|
30801
|
-
|
|
30802
|
-
.E_c14wcxf0 label {
|
|
30803
|
-
margin-right: 32px;
|
|
30804
|
-
}
|
|
30805
|
-
|
|
30806
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
30807
|
-
font-weight: bold;
|
|
30808
|
-
color: white;
|
|
30809
|
-
}
|
|
30810
|
-
|
|
30811
|
-
.E_s11212zy {
|
|
30812
|
-
width: 8px;
|
|
30813
|
-
height: 8px;
|
|
30814
|
-
border-radius: 2px;
|
|
30815
|
-
display: inline-block;
|
|
30816
|
-
background: var(--s11212zy-0);
|
|
30817
|
-
border: 1px solid #fff;
|
|
30818
|
-
box-sizing: content-box;
|
|
30819
|
-
margin-right: 6px;
|
|
30820
|
-
}
|
|
30821
|
-
|
|
30822
|
-
.E_p1lyky6c > :first-child {
|
|
30823
|
-
font-weight: bold;
|
|
30824
|
-
color: white;
|
|
30825
|
-
margin-right: 4px;
|
|
30826
|
-
}
|
|
30827
|
-
|
|
30828
30888
|
.E_s1ebs0ra {
|
|
30829
30889
|
display: flex;
|
|
30830
30890
|
align-items: center;
|
|
@@ -30896,113 +30956,53 @@ button.E_n7k2c6r {
|
|
|
30896
30956
|
background: #fff;
|
|
30897
30957
|
}
|
|
30898
30958
|
|
|
30899
|
-
.
|
|
30900
|
-
|
|
30901
|
-
height: 246px;
|
|
30902
|
-
border-radius: 4px;
|
|
30903
|
-
}
|
|
30904
|
-
|
|
30905
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
30906
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30959
|
+
.E_c18bcrac {
|
|
30960
|
+
display: inline-block;
|
|
30907
30961
|
width: 100%;
|
|
30908
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
30909
|
-
border-top: none;
|
|
30910
30962
|
}
|
|
30911
30963
|
|
|
30912
|
-
.
|
|
30913
|
-
|
|
30914
|
-
padding: 0 16px;
|
|
30915
|
-
}
|
|
30916
|
-
|
|
30917
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30918
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30919
|
-
width: 100%;
|
|
30920
|
-
height: 180px;
|
|
30921
|
-
border-spacing: 0;
|
|
30964
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30965
|
+
margin-left: 4px;
|
|
30922
30966
|
}
|
|
30923
30967
|
|
|
30924
|
-
.
|
|
30925
|
-
|
|
30926
|
-
margin-bottom: 8px;
|
|
30968
|
+
.E_cro7kg2 {
|
|
30969
|
+
padding: 4px;
|
|
30927
30970
|
}
|
|
30928
30971
|
|
|
30929
|
-
.
|
|
30930
|
-
|
|
30931
|
-
|
|
30972
|
+
.E_c14wcxf0 {
|
|
30973
|
+
display: flex;
|
|
30974
|
+
justify-content: space-between;
|
|
30975
|
+
align-items: center;
|
|
30976
|
+
font-size: 13px;
|
|
30977
|
+
line-height: 24px;
|
|
30978
|
+
color: #cccccc;
|
|
30979
|
+
white-space: nowrap;
|
|
30932
30980
|
}
|
|
30933
30981
|
|
|
30934
|
-
.
|
|
30935
|
-
|
|
30936
|
-
padding: 0;
|
|
30982
|
+
.E_c14wcxf0 label {
|
|
30983
|
+
margin-right: 32px;
|
|
30937
30984
|
}
|
|
30938
30985
|
|
|
30939
|
-
.
|
|
30940
|
-
|
|
30941
|
-
|
|
30986
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
30987
|
+
font-weight: bold;
|
|
30988
|
+
color: white;
|
|
30942
30989
|
}
|
|
30943
30990
|
|
|
30944
|
-
.
|
|
30945
|
-
|
|
30946
|
-
|
|
30947
|
-
|
|
30948
|
-
|
|
30949
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30950
|
-
color: #3e4652;
|
|
30951
|
-
}
|
|
30952
|
-
|
|
30953
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
30954
|
-
pointer-events: none;
|
|
30955
|
-
}
|
|
30956
|
-
|
|
30957
|
-
.E_t1tsm00v {
|
|
30958
|
-
color: rgba(129, 138, 153, 0.6);
|
|
30959
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30960
|
-
backdrop-filter: blur(10px);
|
|
30961
|
-
padding: 7px 10px;
|
|
30962
|
-
}
|
|
30963
|
-
|
|
30964
|
-
.E_c167wnad {
|
|
30965
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30966
|
-
display: flex;
|
|
30967
|
-
justify-content: space-between;
|
|
30968
|
-
align-items: center;
|
|
30969
|
-
padding: 8px 16px;
|
|
30970
|
-
}
|
|
30971
|
-
|
|
30972
|
-
.E_c167wnad .anticon {
|
|
30973
|
-
cursor: pointer;
|
|
30974
|
-
}
|
|
30975
|
-
|
|
30976
|
-
.E_c167wnad .anticon:hover {
|
|
30977
|
-
color: #0096ff;
|
|
30978
|
-
}
|
|
30979
|
-
|
|
30980
|
-
.E_cxhf7dh {
|
|
30981
|
-
text-align: center;
|
|
30982
|
-
}
|
|
30983
|
-
|
|
30984
|
-
.E_cxhf7dh .dots {
|
|
30985
|
-
display: flex;
|
|
30986
|
-
justify-content: center;
|
|
30987
|
-
}
|
|
30988
|
-
|
|
30989
|
-
.E_cxhf7dh .dot {
|
|
30991
|
+
.E_s11212zy {
|
|
30992
|
+
width: 8px;
|
|
30993
|
+
height: 8px;
|
|
30994
|
+
border-radius: 2px;
|
|
30990
30995
|
display: inline-block;
|
|
30991
|
-
|
|
30992
|
-
|
|
30993
|
-
|
|
30994
|
-
|
|
30995
|
-
}
|
|
30996
|
-
|
|
30997
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
30998
|
-
margin-right: 2px;
|
|
30996
|
+
background: var(--s11212zy-0);
|
|
30997
|
+
border: 1px solid #fff;
|
|
30998
|
+
box-sizing: content-box;
|
|
30999
|
+
margin-right: 6px;
|
|
30999
31000
|
}
|
|
31000
31001
|
|
|
31001
|
-
.
|
|
31002
|
-
|
|
31003
|
-
|
|
31004
|
-
|
|
31005
|
-
border-radius: 2px;
|
|
31002
|
+
.E_p1lyky6c > :first-child {
|
|
31003
|
+
font-weight: bold;
|
|
31004
|
+
color: white;
|
|
31005
|
+
margin-right: 4px;
|
|
31006
31006
|
}
|
|
31007
31007
|
|
|
31008
31008
|
.E_gmyahx3 {
|
|
@@ -31017,10 +31017,6 @@ button.E_n7k2c6r {
|
|
|
31017
31017
|
color: #0080ff;
|
|
31018
31018
|
}
|
|
31019
31019
|
|
|
31020
|
-
span.E_tqjc4ui {
|
|
31021
|
-
margin: 0 2px;
|
|
31022
|
-
}
|
|
31023
|
-
|
|
31024
31020
|
.E_n12mqh7z {
|
|
31025
31021
|
display: flex;
|
|
31026
31022
|
align-items: center;
|
|
@@ -31041,31 +31037,6 @@ span.E_tqjc4ui {
|
|
|
31041
31037
|
overflow: auto;
|
|
31042
31038
|
}
|
|
31043
31039
|
|
|
31044
|
-
.E_ou7iq30 {
|
|
31045
|
-
overflow: hidden;
|
|
31046
|
-
text-overflow: ellipsis;
|
|
31047
|
-
}
|
|
31048
|
-
|
|
31049
|
-
.E_s1tui002 {
|
|
31050
|
-
white-space: nowrap;
|
|
31051
|
-
}
|
|
31052
|
-
|
|
31053
|
-
.E_mxrc2zg {
|
|
31054
|
-
display: -webkit-box;
|
|
31055
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31056
|
-
-webkit-box-orient: vertical;
|
|
31057
|
-
word-break: break-all;
|
|
31058
|
-
}
|
|
31059
|
-
|
|
31060
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
31061
|
-
display: flex;
|
|
31062
|
-
align-items: center;
|
|
31063
|
-
}
|
|
31064
|
-
|
|
31065
|
-
.E_s1iv0tp1 .enabled-text {
|
|
31066
|
-
margin-right: 8px;
|
|
31067
|
-
}
|
|
31068
|
-
|
|
31069
31040
|
.E_t1sqg15u {
|
|
31070
31041
|
background: white;
|
|
31071
31042
|
}
|
|
@@ -31172,6 +31143,74 @@ span.E_tqjc4ui {
|
|
|
31172
31143
|
padding-right: 12px;
|
|
31173
31144
|
}
|
|
31174
31145
|
|
|
31146
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
31147
|
+
display: flex;
|
|
31148
|
+
align-items: center;
|
|
31149
|
+
}
|
|
31150
|
+
|
|
31151
|
+
.E_s1iv0tp1 .enabled-text {
|
|
31152
|
+
margin-right: 8px;
|
|
31153
|
+
}
|
|
31154
|
+
|
|
31155
|
+
.E_wg1tsps {
|
|
31156
|
+
display: flex;
|
|
31157
|
+
align-items: center;
|
|
31158
|
+
justify-content: flex-end;
|
|
31159
|
+
}
|
|
31160
|
+
|
|
31161
|
+
.E_b1ctd5xy {
|
|
31162
|
+
display: flex;
|
|
31163
|
+
align-items: center;
|
|
31164
|
+
width: calc(100% - 40px);
|
|
31165
|
+
}
|
|
31166
|
+
|
|
31167
|
+
.E_b1ctd5xy .chart {
|
|
31168
|
+
display: inline-block;
|
|
31169
|
+
width: 100%;
|
|
31170
|
+
}
|
|
31171
|
+
|
|
31172
|
+
.E_u1p8acpn {
|
|
31173
|
+
min-width: 40px;
|
|
31174
|
+
}
|
|
31175
|
+
|
|
31176
|
+
.E_u1p8acpn .unit {
|
|
31177
|
+
color: #00122e !important;
|
|
31178
|
+
}
|
|
31179
|
+
|
|
31180
|
+
span.E_tqjc4ui {
|
|
31181
|
+
margin: 0 2px;
|
|
31182
|
+
}
|
|
31183
|
+
|
|
31184
|
+
.E_ou7iq30 {
|
|
31185
|
+
overflow: hidden;
|
|
31186
|
+
text-overflow: ellipsis;
|
|
31187
|
+
}
|
|
31188
|
+
|
|
31189
|
+
.E_s1tui002 {
|
|
31190
|
+
white-space: nowrap;
|
|
31191
|
+
}
|
|
31192
|
+
|
|
31193
|
+
.E_mxrc2zg {
|
|
31194
|
+
display: -webkit-box;
|
|
31195
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31196
|
+
-webkit-box-orient: vertical;
|
|
31197
|
+
word-break: break-all;
|
|
31198
|
+
}
|
|
31199
|
+
|
|
31200
|
+
.E_skwah65 {
|
|
31201
|
+
height: 8px;
|
|
31202
|
+
box-sizing: border-box;
|
|
31203
|
+
border-radius: 2px;
|
|
31204
|
+
background: #f5f7fa;
|
|
31205
|
+
display: flex;
|
|
31206
|
+
width: 100%;
|
|
31207
|
+
overflow: hidden;
|
|
31208
|
+
}
|
|
31209
|
+
|
|
31210
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31211
|
+
margin-left: 1px;
|
|
31212
|
+
}
|
|
31213
|
+
|
|
31175
31214
|
.E_c1up1pdz {
|
|
31176
31215
|
width: 648px;
|
|
31177
31216
|
}
|
|
@@ -31338,63 +31377,198 @@ span.E_tqjc4ui {
|
|
|
31338
31377
|
color: #fff;
|
|
31339
31378
|
}
|
|
31340
31379
|
|
|
31341
|
-
.
|
|
31380
|
+
.E_fzh9mnb {
|
|
31381
|
+
width: 100%;
|
|
31382
|
+
height: 100%;
|
|
31383
|
+
min-height: 124px;
|
|
31342
31384
|
display: flex;
|
|
31385
|
+
flex-direction: column;
|
|
31386
|
+
justify-content: center;
|
|
31343
31387
|
align-items: center;
|
|
31344
|
-
justify-content: flex-end;
|
|
31345
31388
|
}
|
|
31346
31389
|
|
|
31347
|
-
.
|
|
31390
|
+
.E_fzh9mnb .error-text {
|
|
31391
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31392
|
+
margin-bottom: 16px;
|
|
31393
|
+
font-size: 18px;
|
|
31394
|
+
}
|
|
31395
|
+
|
|
31396
|
+
.E_i1inqkme {
|
|
31397
|
+
height: 18px;
|
|
31398
|
+
line-height: 18px;
|
|
31399
|
+
padding: 0 4px;
|
|
31400
|
+
border-radius: 4px;
|
|
31401
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31402
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31348
31403
|
display: flex;
|
|
31349
31404
|
align-items: center;
|
|
31350
|
-
|
|
31405
|
+
white-space: nowrap;
|
|
31406
|
+
margin-right: 4px;
|
|
31351
31407
|
}
|
|
31352
31408
|
|
|
31353
|
-
.
|
|
31354
|
-
display:
|
|
31355
|
-
width: 100%;
|
|
31409
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31410
|
+
display: var(--ai7qkf2-0);
|
|
31356
31411
|
}
|
|
31357
31412
|
|
|
31358
|
-
.
|
|
31359
|
-
|
|
31413
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31414
|
+
display: inline-flex;
|
|
31415
|
+
line-height: 1.5715;
|
|
31416
|
+
height: 100%;
|
|
31417
|
+
width: 100%;
|
|
31360
31418
|
}
|
|
31361
31419
|
|
|
31362
|
-
.
|
|
31363
|
-
|
|
31420
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31421
|
+
content: var(--ai7qkf2-1);
|
|
31422
|
+
display: var(--ai7qkf2-2);
|
|
31423
|
+
flex: none;
|
|
31424
|
+
align-items: center;
|
|
31425
|
+
margin-left: 4px;
|
|
31426
|
+
padding: 5px 12px 5px 0;
|
|
31427
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31364
31428
|
}
|
|
31365
31429
|
|
|
31366
|
-
.
|
|
31367
|
-
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
|
|
31373
|
-
|
|
31430
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31431
|
+
content: var(--ai7qkf2-3);
|
|
31432
|
+
display: var(--ai7qkf2-4);
|
|
31433
|
+
flex: none;
|
|
31434
|
+
align-items: center;
|
|
31435
|
+
margin-right: 4px;
|
|
31436
|
+
cursor: auto;
|
|
31437
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31374
31438
|
}
|
|
31375
31439
|
|
|
31376
|
-
.
|
|
31377
|
-
|
|
31440
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31441
|
+
border-radius: 0;
|
|
31378
31442
|
}
|
|
31379
31443
|
|
|
31380
|
-
.
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
overflow: auto;
|
|
31444
|
+
.E_ai7qkf2.ant-input-number {
|
|
31445
|
+
width: 100%;
|
|
31446
|
+
border-radius: 6px;
|
|
31384
31447
|
}
|
|
31385
31448
|
|
|
31386
|
-
.
|
|
31387
|
-
|
|
31388
|
-
|
|
31389
|
-
|
|
31449
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31450
|
+
border-color: #0096ff;
|
|
31451
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31452
|
+
z-index: 1;
|
|
31390
31453
|
}
|
|
31391
31454
|
|
|
31392
|
-
.
|
|
31393
|
-
|
|
31455
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31456
|
+
border-color: #e75a3a;
|
|
31457
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31394
31458
|
}
|
|
31395
31459
|
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31460
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31461
|
+
height: 30px;
|
|
31462
|
+
border: 1px;
|
|
31463
|
+
padding: 5px 12px;
|
|
31464
|
+
font-size: inherit;
|
|
31465
|
+
}
|
|
31466
|
+
|
|
31467
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31468
|
+
height: 38px;
|
|
31469
|
+
border: 1px;
|
|
31470
|
+
padding: 8px 16px;
|
|
31471
|
+
}
|
|
31472
|
+
|
|
31473
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31474
|
+
height: 22px;
|
|
31475
|
+
border: 1px;
|
|
31476
|
+
padding: 2px 8px;
|
|
31477
|
+
}
|
|
31478
|
+
|
|
31479
|
+
.E_f7pxqmh {
|
|
31480
|
+
width: 100%;
|
|
31481
|
+
margin-bottom: 0 !important;
|
|
31482
|
+
flex-flow: nowrap !important;
|
|
31483
|
+
line-break: auto;
|
|
31484
|
+
}
|
|
31485
|
+
|
|
31486
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31487
|
+
text-align: left !important;
|
|
31488
|
+
padding-bottom: 0 !important;
|
|
31489
|
+
}
|
|
31490
|
+
|
|
31491
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31492
|
+
min-height: 32px;
|
|
31493
|
+
height: auto;
|
|
31494
|
+
font-size: 13px;
|
|
31495
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31496
|
+
white-space: normal;
|
|
31497
|
+
}
|
|
31498
|
+
|
|
31499
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31500
|
+
border-color: #ff4d4f !important;
|
|
31501
|
+
}
|
|
31502
|
+
|
|
31503
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31504
|
+
border-color: #ff4d4f !important;
|
|
31505
|
+
}
|
|
31506
|
+
|
|
31507
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31508
|
+
margin-top: 4px;
|
|
31509
|
+
font-size: 12px;
|
|
31510
|
+
min-height: 0px;
|
|
31511
|
+
}
|
|
31512
|
+
|
|
31513
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31514
|
+
font-size: 12px;
|
|
31515
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31516
|
+
min-height: 0px;
|
|
31517
|
+
}
|
|
31518
|
+
|
|
31519
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31520
|
+
display: var(--a1wfy30z-0);
|
|
31521
|
+
}
|
|
31522
|
+
|
|
31523
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31524
|
+
padding: 4px 11px;
|
|
31525
|
+
display: inline-flex;
|
|
31526
|
+
line-height: 1.5715;
|
|
31527
|
+
height: inherit;
|
|
31528
|
+
}
|
|
31529
|
+
|
|
31530
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31531
|
+
content: var(--a1wfy30z-1);
|
|
31532
|
+
display: var(--a1wfy30z-2);
|
|
31533
|
+
flex: none;
|
|
31534
|
+
align-items: center;
|
|
31535
|
+
margin-left: 4px;
|
|
31536
|
+
}
|
|
31537
|
+
|
|
31538
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31539
|
+
content: var(--a1wfy30z-3);
|
|
31540
|
+
display: var(--a1wfy30z-4);
|
|
31541
|
+
flex: none;
|
|
31542
|
+
align-items: center;
|
|
31543
|
+
margin-right: 4px;
|
|
31544
|
+
cursor: auto;
|
|
31545
|
+
}
|
|
31546
|
+
|
|
31547
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31548
|
+
padding: 0;
|
|
31549
|
+
margin: 0;
|
|
31550
|
+
height: auto;
|
|
31551
|
+
font-size: inherit;
|
|
31552
|
+
}
|
|
31553
|
+
|
|
31554
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
31555
|
+
background: #edf0f7;
|
|
31556
|
+
padding: 32px 8px;
|
|
31557
|
+
overflow: auto;
|
|
31558
|
+
}
|
|
31559
|
+
|
|
31560
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
31561
|
+
display: flex;
|
|
31562
|
+
flex-direction: column;
|
|
31563
|
+
justify-content: space-between;
|
|
31564
|
+
}
|
|
31565
|
+
|
|
31566
|
+
.E_s1at6qmn footer {
|
|
31567
|
+
display: flex;
|
|
31568
|
+
}
|
|
31569
|
+
|
|
31570
|
+
.E_s1at6qmn .ant-menu {
|
|
31571
|
+
background: #edf0f7;
|
|
31398
31572
|
}
|
|
31399
31573
|
|
|
31400
31574
|
.E_s1at6qmn .ant-menu a {
|
|
@@ -31513,6 +31687,35 @@ span.E_tqjc4ui {
|
|
|
31513
31687
|
text-align: left;
|
|
31514
31688
|
}
|
|
31515
31689
|
|
|
31690
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31691
|
+
margin-left: 8px;
|
|
31692
|
+
}
|
|
31693
|
+
|
|
31694
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31695
|
+
padding: 2px 7px 2px 12px;
|
|
31696
|
+
}
|
|
31697
|
+
|
|
31698
|
+
.E_iouxfgt {
|
|
31699
|
+
display: inline-flex;
|
|
31700
|
+
align-items: center;
|
|
31701
|
+
}
|
|
31702
|
+
|
|
31703
|
+
.E_iouxfgt .icon-inner {
|
|
31704
|
+
display: inline-flex;
|
|
31705
|
+
align-items: center;
|
|
31706
|
+
justify-content: center;
|
|
31707
|
+
}
|
|
31708
|
+
|
|
31709
|
+
.E_iouxfgt .icon-inner + span,
|
|
31710
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31711
|
+
margin-left: 4px;
|
|
31712
|
+
}
|
|
31713
|
+
|
|
31714
|
+
.E_iouxfgt.is-rotate img,
|
|
31715
|
+
.E_iouxfgt.is-rotate svg {
|
|
31716
|
+
animation: rotate 680ms linear infinite;
|
|
31717
|
+
}
|
|
31718
|
+
|
|
31516
31719
|
.E_t160l1cm {
|
|
31517
31720
|
display: flex;
|
|
31518
31721
|
flex-direction: column;
|
|
@@ -31763,1516 +31966,1313 @@ span.E_tqjc4ui {
|
|
|
31763
31966
|
background: transparent;
|
|
31764
31967
|
}
|
|
31765
31968
|
|
|
31766
|
-
.
|
|
31767
|
-
|
|
31768
|
-
|
|
31769
|
-
|
|
31770
|
-
|
|
31771
|
-
|
|
31772
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31773
|
-
display: flex;
|
|
31774
|
-
align-items: center;
|
|
31775
|
-
white-space: nowrap;
|
|
31776
|
-
margin-right: 4px;
|
|
31969
|
+
.E_dsnbhzf {
|
|
31970
|
+
font-family: Inter;
|
|
31971
|
+
font-style: normal;
|
|
31972
|
+
font-weight: bold;
|
|
31973
|
+
font-size: 32px;
|
|
31974
|
+
line-height: 40px;
|
|
31777
31975
|
}
|
|
31778
31976
|
|
|
31779
|
-
.
|
|
31780
|
-
|
|
31781
|
-
|
|
31782
|
-
|
|
31783
|
-
|
|
31977
|
+
.E_d1mvo22k {
|
|
31978
|
+
font-family: Inter;
|
|
31979
|
+
font-style: normal;
|
|
31980
|
+
font-weight: bold;
|
|
31981
|
+
font-size: 24px;
|
|
31982
|
+
line-height: 32px;
|
|
31784
31983
|
}
|
|
31785
31984
|
|
|
31786
|
-
.
|
|
31787
|
-
|
|
31788
|
-
|
|
31985
|
+
.E_d1b444tr {
|
|
31986
|
+
font-family: Inter;
|
|
31987
|
+
font-style: normal;
|
|
31988
|
+
font-weight: normal;
|
|
31989
|
+
font-size: 32px;
|
|
31990
|
+
line-height: 40px;
|
|
31789
31991
|
}
|
|
31790
31992
|
|
|
31791
|
-
.
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
font-
|
|
31795
|
-
|
|
31796
|
-
|
|
31993
|
+
.E_dvs0kue {
|
|
31994
|
+
font-family: Inter;
|
|
31995
|
+
font-style: normal;
|
|
31996
|
+
font-weight: bold;
|
|
31997
|
+
font-size: 20px;
|
|
31998
|
+
line-height: 24px;
|
|
31797
31999
|
}
|
|
31798
32000
|
|
|
31799
|
-
.
|
|
31800
|
-
|
|
32001
|
+
.E_d1hcbfcq {
|
|
32002
|
+
font-family: Inter;
|
|
32003
|
+
font-style: normal;
|
|
32004
|
+
font-weight: normal;
|
|
32005
|
+
font-size: 20px;
|
|
32006
|
+
line-height: 24px;
|
|
31801
32007
|
}
|
|
31802
32008
|
|
|
31803
|
-
.
|
|
31804
|
-
|
|
32009
|
+
.E_d1cz922v {
|
|
32010
|
+
font-family: Inter;
|
|
32011
|
+
font-style: normal;
|
|
32012
|
+
font-weight: bold;
|
|
32013
|
+
font-size: 18px;
|
|
32014
|
+
line-height: 22px;
|
|
31805
32015
|
}
|
|
31806
32016
|
|
|
31807
|
-
.
|
|
31808
|
-
|
|
31809
|
-
font-
|
|
31810
|
-
|
|
32017
|
+
.E_d3nzbrm {
|
|
32018
|
+
font-family: Inter;
|
|
32019
|
+
font-style: normal;
|
|
32020
|
+
font-weight: normal;
|
|
32021
|
+
font-size: 18px;
|
|
32022
|
+
line-height: 22px;
|
|
31811
32023
|
}
|
|
31812
32024
|
|
|
31813
|
-
.
|
|
31814
|
-
font-
|
|
31815
|
-
|
|
31816
|
-
|
|
32025
|
+
.E_h1g0p5ob {
|
|
32026
|
+
font-family: Inter;
|
|
32027
|
+
font-style: normal;
|
|
32028
|
+
font-weight: bold;
|
|
32029
|
+
font-size: 16px;
|
|
32030
|
+
line-height: 22px;
|
|
31817
32031
|
}
|
|
31818
32032
|
|
|
31819
|
-
.
|
|
31820
|
-
|
|
32033
|
+
.E_hydo2ej {
|
|
32034
|
+
font-family: Inter;
|
|
32035
|
+
font-style: normal;
|
|
32036
|
+
font-weight: normal;
|
|
32037
|
+
font-size: 16px;
|
|
32038
|
+
line-height: 22px;
|
|
31821
32039
|
}
|
|
31822
32040
|
|
|
31823
|
-
.
|
|
31824
|
-
|
|
32041
|
+
.E_h1hbuq0r {
|
|
32042
|
+
font-family: Inter;
|
|
32043
|
+
font-style: normal;
|
|
32044
|
+
font-weight: bold;
|
|
32045
|
+
font-size: 14px;
|
|
32046
|
+
line-height: 20px;
|
|
31825
32047
|
}
|
|
31826
32048
|
|
|
31827
|
-
.
|
|
31828
|
-
|
|
31829
|
-
|
|
31830
|
-
|
|
31831
|
-
|
|
31832
|
-
|
|
31833
|
-
justify-content: center;
|
|
31834
|
-
align-items: center;
|
|
32049
|
+
.E_h13bondg {
|
|
32050
|
+
font-family: Inter;
|
|
32051
|
+
font-style: normal;
|
|
32052
|
+
font-weight: normal;
|
|
32053
|
+
font-size: 14px;
|
|
32054
|
+
line-height: 20px;
|
|
31835
32055
|
}
|
|
31836
32056
|
|
|
31837
|
-
.
|
|
31838
|
-
|
|
31839
|
-
|
|
31840
|
-
font-size: 18px;
|
|
31841
|
-
}
|
|
31842
|
-
|
|
31843
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31844
|
-
display: var(--a1wfy30z-0);
|
|
31845
|
-
}
|
|
31846
|
-
|
|
31847
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31848
|
-
padding: 4px 11px;
|
|
31849
|
-
display: inline-flex;
|
|
31850
|
-
line-height: 1.5715;
|
|
31851
|
-
height: inherit;
|
|
31852
|
-
}
|
|
31853
|
-
|
|
31854
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31855
|
-
content: var(--a1wfy30z-1);
|
|
31856
|
-
display: var(--a1wfy30z-2);
|
|
31857
|
-
flex: none;
|
|
31858
|
-
align-items: center;
|
|
31859
|
-
margin-left: 4px;
|
|
31860
|
-
}
|
|
31861
|
-
|
|
31862
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31863
|
-
content: var(--a1wfy30z-3);
|
|
31864
|
-
display: var(--a1wfy30z-4);
|
|
31865
|
-
flex: none;
|
|
31866
|
-
align-items: center;
|
|
31867
|
-
margin-right: 4px;
|
|
31868
|
-
cursor: auto;
|
|
31869
|
-
}
|
|
31870
|
-
|
|
31871
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31872
|
-
padding: 0;
|
|
31873
|
-
margin: 0;
|
|
31874
|
-
height: auto;
|
|
31875
|
-
font-size: inherit;
|
|
31876
|
-
}
|
|
31877
|
-
|
|
31878
|
-
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31879
|
-
display: var(--ai7qkf2-0);
|
|
31880
|
-
}
|
|
31881
|
-
|
|
31882
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31883
|
-
display: inline-flex;
|
|
31884
|
-
line-height: 1.5715;
|
|
31885
|
-
height: 100%;
|
|
31886
|
-
width: 100%;
|
|
31887
|
-
}
|
|
31888
|
-
|
|
31889
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31890
|
-
content: var(--ai7qkf2-1);
|
|
31891
|
-
display: var(--ai7qkf2-2);
|
|
31892
|
-
flex: none;
|
|
31893
|
-
align-items: center;
|
|
31894
|
-
margin-left: 4px;
|
|
31895
|
-
padding: 5px 12px 5px 0;
|
|
31896
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31897
|
-
}
|
|
31898
|
-
|
|
31899
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31900
|
-
content: var(--ai7qkf2-3);
|
|
31901
|
-
display: var(--ai7qkf2-4);
|
|
31902
|
-
flex: none;
|
|
31903
|
-
align-items: center;
|
|
31904
|
-
margin-right: 4px;
|
|
31905
|
-
cursor: auto;
|
|
31906
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31907
|
-
}
|
|
31908
|
-
|
|
31909
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31910
|
-
border-radius: 0;
|
|
31911
|
-
}
|
|
31912
|
-
|
|
31913
|
-
.E_ai7qkf2.ant-input-number {
|
|
31914
|
-
width: 100%;
|
|
31915
|
-
border-radius: 6px;
|
|
31916
|
-
}
|
|
31917
|
-
|
|
31918
|
-
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31919
|
-
border-color: #0096ff;
|
|
31920
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31921
|
-
z-index: 1;
|
|
31922
|
-
}
|
|
31923
|
-
|
|
31924
|
-
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31925
|
-
border-color: #e75a3a;
|
|
31926
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31927
|
-
}
|
|
31928
|
-
|
|
31929
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
31930
|
-
height: 30px;
|
|
31931
|
-
border: 1px;
|
|
31932
|
-
padding: 5px 12px;
|
|
31933
|
-
font-size: inherit;
|
|
31934
|
-
}
|
|
31935
|
-
|
|
31936
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
31937
|
-
height: 38px;
|
|
31938
|
-
border: 1px;
|
|
31939
|
-
padding: 8px 16px;
|
|
31940
|
-
}
|
|
31941
|
-
|
|
31942
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
31943
|
-
height: 22px;
|
|
31944
|
-
border: 1px;
|
|
31945
|
-
padding: 2px 8px;
|
|
31946
|
-
}
|
|
31947
|
-
|
|
31948
|
-
.E_iouxfgt {
|
|
31949
|
-
display: inline-flex;
|
|
31950
|
-
align-items: center;
|
|
31951
|
-
}
|
|
31952
|
-
|
|
31953
|
-
.E_iouxfgt .icon-inner {
|
|
31954
|
-
display: inline-flex;
|
|
31955
|
-
align-items: center;
|
|
31956
|
-
justify-content: center;
|
|
31957
|
-
}
|
|
31958
|
-
|
|
31959
|
-
.E_iouxfgt .icon-inner + span,
|
|
31960
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31961
|
-
margin-left: 4px;
|
|
31962
|
-
}
|
|
31963
|
-
|
|
31964
|
-
.E_iouxfgt.is-rotate img,
|
|
31965
|
-
.E_iouxfgt.is-rotate svg {
|
|
31966
|
-
animation: rotate 680ms linear infinite;
|
|
31967
|
-
}
|
|
31968
|
-
|
|
31969
|
-
.E_owd0kml {
|
|
31970
|
-
display: inline-block;
|
|
31971
|
-
}
|
|
31972
|
-
|
|
31973
|
-
.E_h1jsgezc {
|
|
31974
|
-
visibility: hidden;
|
|
31975
|
-
position: absolute;
|
|
31976
|
-
}
|
|
31977
|
-
|
|
31978
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
31979
|
-
display: inline-flex;
|
|
31980
|
-
align-items: center;
|
|
31981
|
-
justify-content: center;
|
|
31982
|
-
color: #fff;
|
|
32057
|
+
.E_h1mhvdlx {
|
|
32058
|
+
font-family: Inter;
|
|
32059
|
+
font-style: normal;
|
|
31983
32060
|
font-weight: bold;
|
|
31984
32061
|
font-size: 12px;
|
|
31985
|
-
|
|
31986
|
-
height: 24px;
|
|
31987
|
-
border-radius: 50%;
|
|
31988
|
-
background: var(--a1b5xrg3-0);
|
|
31989
|
-
}
|
|
31990
|
-
|
|
31991
|
-
.E_a1b5xrg3.btn-item {
|
|
31992
|
-
transition: all 160ms ease;
|
|
31993
|
-
cursor: pointer;
|
|
31994
|
-
width: 56px;
|
|
31995
|
-
height: 40px;
|
|
31996
|
-
display: inline-flex;
|
|
31997
|
-
align-items: center;
|
|
31998
|
-
justify-content: center;
|
|
31999
|
-
border-radius: 6px;
|
|
32000
|
-
}
|
|
32001
|
-
|
|
32002
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32003
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32004
|
-
}
|
|
32005
|
-
|
|
32006
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32007
|
-
transform: translateY(2px);
|
|
32008
|
-
transition: all 320ms ease;
|
|
32009
|
-
}
|
|
32010
|
-
|
|
32011
|
-
.E_m196gn1d {
|
|
32012
|
-
min-width: 1280px;
|
|
32013
|
-
}
|
|
32014
|
-
|
|
32015
|
-
.E_cnujxq2 {
|
|
32016
|
-
display: flex;
|
|
32017
|
-
flex-direction: column;
|
|
32018
|
-
}
|
|
32019
|
-
|
|
32020
|
-
.E_m7s48ia {
|
|
32021
|
-
max-width: 1120px;
|
|
32022
|
-
width: 100%;
|
|
32023
|
-
margin: 0 auto;
|
|
32024
|
-
height: 100%;
|
|
32025
|
-
}
|
|
32026
|
-
|
|
32027
|
-
.E_wt5zbg6 {
|
|
32028
|
-
max-width: 1120px;
|
|
32029
|
-
width: 100%;
|
|
32030
|
-
margin: 0 auto;
|
|
32031
|
-
display: flex;
|
|
32032
|
-
}
|
|
32033
|
-
|
|
32034
|
-
.E_wt5zbg6 .left,
|
|
32035
|
-
.E_wt5zbg6 .right {
|
|
32036
|
-
flex-grow: 0;
|
|
32037
|
-
flex-shrink: 0;
|
|
32038
|
-
flex-basis: 21%;
|
|
32039
|
-
}
|
|
32040
|
-
|
|
32041
|
-
.E_wt5zbg6 .left {
|
|
32042
|
-
display: flex;
|
|
32043
|
-
justify-content: flex-end;
|
|
32044
|
-
padding-right: 44px;
|
|
32045
|
-
}
|
|
32046
|
-
|
|
32047
|
-
.E_wt5zbg6 .right {
|
|
32048
|
-
padding-left: 44px;
|
|
32049
|
-
}
|
|
32050
|
-
|
|
32051
|
-
.E_wt5zbg6 .middle {
|
|
32052
|
-
margin-bottom: 40px;
|
|
32053
|
-
flex-grow: 0;
|
|
32054
|
-
flex-shrink: 0;
|
|
32055
|
-
flex-basis: 58%;
|
|
32056
|
-
}
|
|
32057
|
-
|
|
32058
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
32059
|
-
width: 100%;
|
|
32062
|
+
line-height: 18px;
|
|
32060
32063
|
}
|
|
32061
32064
|
|
|
32062
|
-
.
|
|
32063
|
-
|
|
32065
|
+
.E_h1inmfq6 {
|
|
32066
|
+
font-family: Inter;
|
|
32067
|
+
font-style: normal;
|
|
32068
|
+
font-weight: normal;
|
|
32069
|
+
font-size: 12px;
|
|
32070
|
+
line-height: 18px;
|
|
32064
32071
|
}
|
|
32065
32072
|
|
|
32066
|
-
.
|
|
32067
|
-
|
|
32068
|
-
|
|
32069
|
-
|
|
32073
|
+
.E_h1kfc0la {
|
|
32074
|
+
font-family: Inter;
|
|
32075
|
+
font-style: normal;
|
|
32076
|
+
font-weight: bold;
|
|
32077
|
+
text-transform: uppercase;
|
|
32078
|
+
font-feature-settings: "cpsp" on;
|
|
32079
|
+
font-size: 12px;
|
|
32080
|
+
line-height: 18px;
|
|
32070
32081
|
}
|
|
32071
32082
|
|
|
32072
|
-
.
|
|
32073
|
-
|
|
32083
|
+
.E_h10xnyuu {
|
|
32084
|
+
font-family: Inter;
|
|
32085
|
+
font-style: normal;
|
|
32086
|
+
font-weight: normal;
|
|
32087
|
+
text-transform: uppercase;
|
|
32088
|
+
font-feature-settings: "cpsp" on;
|
|
32089
|
+
font-size: 12px;
|
|
32090
|
+
line-height: 18px;
|
|
32074
32091
|
}
|
|
32075
32092
|
|
|
32076
|
-
.
|
|
32077
|
-
|
|
32078
|
-
|
|
32079
|
-
|
|
32080
|
-
|
|
32081
|
-
|
|
32093
|
+
.E_lrcmi0v {
|
|
32094
|
+
font-family: Inter;
|
|
32095
|
+
font-style: normal;
|
|
32096
|
+
font-weight: normal;
|
|
32097
|
+
font-size: 16px;
|
|
32098
|
+
line-height: 24px;
|
|
32082
32099
|
}
|
|
32083
32100
|
|
|
32084
|
-
.
|
|
32085
|
-
|
|
32101
|
+
.E_lzt43lp {
|
|
32102
|
+
font-family: Inter;
|
|
32103
|
+
font-style: normal;
|
|
32104
|
+
font-weight: bold;
|
|
32105
|
+
font-size: 16px;
|
|
32106
|
+
line-height: 24px;
|
|
32086
32107
|
}
|
|
32087
32108
|
|
|
32088
|
-
.
|
|
32089
|
-
|
|
32090
|
-
|
|
32109
|
+
.E_l5yc9nt {
|
|
32110
|
+
font-family: Inter;
|
|
32111
|
+
font-style: normal;
|
|
32112
|
+
font-weight: normal;
|
|
32113
|
+
font-size: 16px;
|
|
32114
|
+
line-height: 24px;
|
|
32091
32115
|
}
|
|
32092
32116
|
|
|
32093
|
-
.
|
|
32094
|
-
|
|
32095
|
-
|
|
32117
|
+
.E_l1fbkbzo {
|
|
32118
|
+
font-family: Inter;
|
|
32119
|
+
font-style: normal;
|
|
32120
|
+
font-weight: bold;
|
|
32121
|
+
font-size: 16px;
|
|
32122
|
+
line-height: 24px;
|
|
32096
32123
|
}
|
|
32097
32124
|
|
|
32098
|
-
.
|
|
32099
|
-
|
|
32100
|
-
|
|
32101
|
-
|
|
32125
|
+
.E_lahvcax {
|
|
32126
|
+
font-family: Inter;
|
|
32127
|
+
font-style: normal;
|
|
32128
|
+
font-weight: normal;
|
|
32129
|
+
text-transform: uppercase;
|
|
32130
|
+
font-feature-settings: "cpsp" on;
|
|
32131
|
+
font-size: 16px;
|
|
32132
|
+
line-height: 24px;
|
|
32102
32133
|
}
|
|
32103
32134
|
|
|
32104
|
-
.
|
|
32105
|
-
|
|
32135
|
+
.E_l11q3pxd {
|
|
32136
|
+
font-family: Inter;
|
|
32137
|
+
font-style: normal;
|
|
32138
|
+
font-weight: bold;
|
|
32139
|
+
text-transform: uppercase;
|
|
32140
|
+
font-feature-settings: "cpsp" on;
|
|
32141
|
+
font-size: 16px;
|
|
32142
|
+
line-height: 24px;
|
|
32106
32143
|
}
|
|
32107
32144
|
|
|
32108
|
-
.
|
|
32109
|
-
|
|
32110
|
-
|
|
32111
|
-
|
|
32112
|
-
|
|
32113
|
-
|
|
32145
|
+
.E_lfuc2qu {
|
|
32146
|
+
font-family: Inter;
|
|
32147
|
+
font-style: normal;
|
|
32148
|
+
font-weight: normal;
|
|
32149
|
+
font-size: 14px;
|
|
32150
|
+
line-height: 22px;
|
|
32114
32151
|
}
|
|
32115
32152
|
|
|
32116
|
-
.
|
|
32117
|
-
|
|
32153
|
+
.E_l1jmp8r0 {
|
|
32154
|
+
font-family: Inter;
|
|
32155
|
+
font-style: normal;
|
|
32156
|
+
font-weight: 500;
|
|
32157
|
+
font-size: 14px;
|
|
32158
|
+
line-height: 22px;
|
|
32118
32159
|
}
|
|
32119
32160
|
|
|
32120
|
-
.
|
|
32121
|
-
|
|
32122
|
-
|
|
32161
|
+
.E_lcnm221 {
|
|
32162
|
+
font-family: Inter;
|
|
32163
|
+
font-style: normal;
|
|
32164
|
+
font-weight: bold;
|
|
32165
|
+
font-size: 14px;
|
|
32166
|
+
line-height: 22px;
|
|
32123
32167
|
}
|
|
32124
32168
|
|
|
32125
|
-
.
|
|
32126
|
-
|
|
32127
|
-
|
|
32169
|
+
.E_lu1z2n5 {
|
|
32170
|
+
font-family: Inter;
|
|
32171
|
+
font-style: normal;
|
|
32172
|
+
font-weight: normal;
|
|
32173
|
+
font-size: 14px;
|
|
32174
|
+
line-height: 22px;
|
|
32128
32175
|
}
|
|
32129
32176
|
|
|
32130
|
-
.
|
|
32131
|
-
|
|
32177
|
+
.E_l1r59djn {
|
|
32178
|
+
font-family: Inter;
|
|
32179
|
+
font-style: normal;
|
|
32180
|
+
font-weight: bold;
|
|
32181
|
+
font-size: 14px;
|
|
32182
|
+
line-height: 22px;
|
|
32132
32183
|
}
|
|
32133
32184
|
|
|
32134
|
-
.
|
|
32135
|
-
font-
|
|
32136
|
-
|
|
32137
|
-
|
|
32185
|
+
.E_ljm2911 {
|
|
32186
|
+
font-family: Inter;
|
|
32187
|
+
font-style: normal;
|
|
32188
|
+
font-weight: normal;
|
|
32189
|
+
text-transform: uppercase;
|
|
32190
|
+
font-feature-settings: "cpsp" on;
|
|
32191
|
+
font-size: 14px;
|
|
32192
|
+
line-height: 22px;
|
|
32138
32193
|
}
|
|
32139
32194
|
|
|
32140
|
-
.
|
|
32195
|
+
.E_l124mzmr {
|
|
32196
|
+
font-family: Inter;
|
|
32197
|
+
font-style: normal;
|
|
32198
|
+
font-weight: bold;
|
|
32199
|
+
text-transform: uppercase;
|
|
32200
|
+
font-feature-settings: "cpsp" on;
|
|
32141
32201
|
font-size: 14px;
|
|
32142
|
-
line-height:
|
|
32143
|
-
color: #2d3a56;
|
|
32144
|
-
margin-bottom: 12px;
|
|
32202
|
+
line-height: 22px;
|
|
32145
32203
|
}
|
|
32146
32204
|
|
|
32147
|
-
.
|
|
32148
|
-
|
|
32205
|
+
.E_lb3chel {
|
|
32206
|
+
font-family: Inter;
|
|
32207
|
+
font-style: normal;
|
|
32208
|
+
font-weight: normal;
|
|
32209
|
+
font-size: 13px;
|
|
32210
|
+
line-height: 20px;
|
|
32149
32211
|
}
|
|
32150
32212
|
|
|
32151
|
-
.
|
|
32152
|
-
|
|
32153
|
-
|
|
32154
|
-
|
|
32213
|
+
.E_lv9jstu {
|
|
32214
|
+
font-family: Inter;
|
|
32215
|
+
font-style: normal;
|
|
32216
|
+
font-weight: 600;
|
|
32217
|
+
font-size: 13px;
|
|
32218
|
+
line-height: 20px;
|
|
32155
32219
|
}
|
|
32156
32220
|
|
|
32157
|
-
.
|
|
32158
|
-
|
|
32159
|
-
|
|
32160
|
-
|
|
32221
|
+
.E_lwqlh3x {
|
|
32222
|
+
font-family: Inter;
|
|
32223
|
+
font-style: normal;
|
|
32224
|
+
font-weight: bold;
|
|
32225
|
+
font-size: 13px;
|
|
32226
|
+
line-height: 20px;
|
|
32161
32227
|
}
|
|
32162
32228
|
|
|
32163
|
-
.
|
|
32164
|
-
|
|
32229
|
+
.E_lalum9y {
|
|
32230
|
+
font-family: Inter;
|
|
32231
|
+
font-style: normal;
|
|
32232
|
+
font-weight: normal;
|
|
32233
|
+
font-size: 13px;
|
|
32234
|
+
line-height: 20px;
|
|
32165
32235
|
}
|
|
32166
32236
|
|
|
32167
|
-
.
|
|
32168
|
-
|
|
32237
|
+
.E_l1t6dj5o {
|
|
32238
|
+
font-family: Inter;
|
|
32239
|
+
font-style: normal;
|
|
32240
|
+
font-weight: 600;
|
|
32241
|
+
font-size: 13px;
|
|
32242
|
+
line-height: 20px;
|
|
32169
32243
|
}
|
|
32170
32244
|
|
|
32171
|
-
.
|
|
32172
|
-
|
|
32245
|
+
.E_l12f6ic {
|
|
32246
|
+
font-family: Inter;
|
|
32247
|
+
font-style: normal;
|
|
32248
|
+
font-weight: bold;
|
|
32249
|
+
font-size: 13px;
|
|
32250
|
+
line-height: 20px;
|
|
32173
32251
|
}
|
|
32174
32252
|
|
|
32175
|
-
.
|
|
32176
|
-
|
|
32177
|
-
|
|
32253
|
+
.E_l7gmukq {
|
|
32254
|
+
font-family: Inter;
|
|
32255
|
+
font-style: normal;
|
|
32256
|
+
font-weight: normal;
|
|
32257
|
+
text-transform: uppercase;
|
|
32258
|
+
font-feature-settings: "cpsp" on;
|
|
32259
|
+
font-size: 13px;
|
|
32260
|
+
line-height: 20px;
|
|
32178
32261
|
}
|
|
32179
32262
|
|
|
32180
|
-
.
|
|
32181
|
-
|
|
32182
|
-
|
|
32183
|
-
|
|
32184
|
-
|
|
32263
|
+
.E_lkwl0yp {
|
|
32264
|
+
font-family: Inter;
|
|
32265
|
+
font-style: normal;
|
|
32266
|
+
font-weight: bold;
|
|
32267
|
+
text-transform: uppercase;
|
|
32268
|
+
font-feature-settings: "cpsp" on;
|
|
32269
|
+
font-size: 13px;
|
|
32270
|
+
line-height: 20px;
|
|
32185
32271
|
}
|
|
32186
32272
|
|
|
32187
|
-
.
|
|
32188
|
-
|
|
32189
|
-
|
|
32190
|
-
|
|
32191
|
-
|
|
32273
|
+
.E_l10knv48 {
|
|
32274
|
+
font-family: Inter;
|
|
32275
|
+
font-style: normal;
|
|
32276
|
+
font-weight: normal;
|
|
32277
|
+
font-size: 12px;
|
|
32278
|
+
line-height: 18px;
|
|
32192
32279
|
}
|
|
32193
32280
|
|
|
32194
|
-
.
|
|
32195
|
-
|
|
32196
|
-
|
|
32197
|
-
|
|
32198
|
-
|
|
32199
|
-
|
|
32200
|
-
border-radius: 50%;
|
|
32201
|
-
margin: 0 4px;
|
|
32281
|
+
.E_l6526ld {
|
|
32282
|
+
font-family: Inter;
|
|
32283
|
+
font-style: normal;
|
|
32284
|
+
font-weight: 500;
|
|
32285
|
+
font-size: 12px;
|
|
32286
|
+
line-height: 18px;
|
|
32202
32287
|
}
|
|
32203
32288
|
|
|
32204
|
-
.
|
|
32205
|
-
|
|
32206
|
-
|
|
32207
|
-
|
|
32289
|
+
.E_l1j81vli {
|
|
32290
|
+
font-family: Inter;
|
|
32291
|
+
font-style: normal;
|
|
32292
|
+
font-weight: bold;
|
|
32293
|
+
font-size: 12px;
|
|
32294
|
+
line-height: 18px;
|
|
32208
32295
|
}
|
|
32209
32296
|
|
|
32210
|
-
.
|
|
32211
|
-
|
|
32212
|
-
|
|
32297
|
+
.E_l1x7n1mk {
|
|
32298
|
+
font-family: Inter;
|
|
32299
|
+
font-style: normal;
|
|
32300
|
+
font-weight: normal;
|
|
32301
|
+
font-size: 12px;
|
|
32302
|
+
line-height: 18px;
|
|
32213
32303
|
}
|
|
32214
32304
|
|
|
32215
|
-
.
|
|
32216
|
-
font-
|
|
32305
|
+
.E_l9fqufz {
|
|
32306
|
+
font-family: Inter;
|
|
32307
|
+
font-style: normal;
|
|
32308
|
+
font-weight: 500;
|
|
32309
|
+
font-size: 12px;
|
|
32310
|
+
line-height: 18px;
|
|
32217
32311
|
}
|
|
32218
32312
|
|
|
32219
|
-
.
|
|
32220
|
-
|
|
32313
|
+
.E_l1iwnybd {
|
|
32314
|
+
font-family: Inter;
|
|
32315
|
+
font-style: normal;
|
|
32316
|
+
font-weight: bold;
|
|
32317
|
+
font-size: 12px;
|
|
32318
|
+
line-height: 18px;
|
|
32221
32319
|
}
|
|
32222
32320
|
|
|
32223
|
-
.
|
|
32224
|
-
|
|
32321
|
+
.E_lprtm1e {
|
|
32322
|
+
font-family: Inter;
|
|
32323
|
+
font-style: normal;
|
|
32324
|
+
font-weight: normal;
|
|
32325
|
+
text-transform: uppercase;
|
|
32326
|
+
font-feature-settings: "cpsp" on;
|
|
32327
|
+
font-size: 12px;
|
|
32328
|
+
line-height: 18px;
|
|
32225
32329
|
}
|
|
32226
32330
|
|
|
32227
|
-
.
|
|
32331
|
+
.E_l1lln87h {
|
|
32332
|
+
font-family: Inter;
|
|
32333
|
+
font-style: normal;
|
|
32334
|
+
font-weight: bold;
|
|
32335
|
+
text-transform: uppercase;
|
|
32336
|
+
font-feature-settings: "cpsp" on;
|
|
32228
32337
|
font-size: 12px;
|
|
32229
32338
|
line-height: 18px;
|
|
32230
|
-
font-weight: bold;
|
|
32231
|
-
color: #fff;
|
|
32232
|
-
padding: 0 4px;
|
|
32233
|
-
border-radius: 4px;
|
|
32234
|
-
display: inline-block;
|
|
32235
|
-
background: var(--t1wwio3v-0);
|
|
32236
32339
|
}
|
|
32237
32340
|
|
|
32238
|
-
.
|
|
32239
|
-
|
|
32341
|
+
.E_f2pb48l {
|
|
32342
|
+
font-family: Inter;
|
|
32343
|
+
font-style: normal;
|
|
32344
|
+
font-weight: normal;
|
|
32345
|
+
font-size: 13px;
|
|
32346
|
+
line-height: 20px;
|
|
32240
32347
|
}
|
|
32241
32348
|
|
|
32242
|
-
.
|
|
32243
|
-
|
|
32244
|
-
|
|
32245
|
-
|
|
32246
|
-
|
|
32247
|
-
|
|
32349
|
+
.E_fi9emkw {
|
|
32350
|
+
font-family: Inter;
|
|
32351
|
+
font-style: normal;
|
|
32352
|
+
font-weight: normal;
|
|
32353
|
+
font-size: 13px;
|
|
32354
|
+
line-height: 20px;
|
|
32248
32355
|
}
|
|
32249
32356
|
|
|
32250
|
-
.
|
|
32251
|
-
font-
|
|
32252
|
-
font-
|
|
32253
|
-
|
|
32254
|
-
|
|
32255
|
-
|
|
32256
|
-
margin-right: 2px;
|
|
32257
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32258
|
-
border-radius: 4px;
|
|
32357
|
+
.E_f1nrg7da {
|
|
32358
|
+
font-family: Inter;
|
|
32359
|
+
font-style: normal;
|
|
32360
|
+
font-weight: normal;
|
|
32361
|
+
font-size: 12px;
|
|
32362
|
+
line-height: 18px;
|
|
32259
32363
|
}
|
|
32260
32364
|
|
|
32261
|
-
.
|
|
32262
|
-
|
|
32365
|
+
.E_f17k1i3n {
|
|
32366
|
+
font-family: Inter;
|
|
32367
|
+
font-style: normal;
|
|
32368
|
+
font-weight: normal;
|
|
32369
|
+
font-size: 12px;
|
|
32370
|
+
line-height: 18px;
|
|
32263
32371
|
}
|
|
32264
32372
|
|
|
32265
|
-
.
|
|
32266
|
-
|
|
32373
|
+
.E_t1tvuj2e {
|
|
32374
|
+
font-family: Inter;
|
|
32375
|
+
font-style: normal;
|
|
32376
|
+
font-weight: normal;
|
|
32377
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32378
|
+
font-size: 13px;
|
|
32379
|
+
line-height: 20px;
|
|
32267
32380
|
}
|
|
32268
32381
|
|
|
32269
|
-
.
|
|
32270
|
-
|
|
32382
|
+
.E_t17uajlu {
|
|
32383
|
+
font-family: Inter;
|
|
32384
|
+
font-style: normal;
|
|
32385
|
+
font-weight: normal;
|
|
32386
|
+
font-feature-settings: "zero" on;
|
|
32387
|
+
font-size: 13px;
|
|
32388
|
+
line-height: 20px;
|
|
32271
32389
|
}
|
|
32272
32390
|
|
|
32273
|
-
.
|
|
32274
|
-
|
|
32391
|
+
.E_t114zbyz {
|
|
32392
|
+
font-family: Inter;
|
|
32393
|
+
font-style: normal;
|
|
32394
|
+
font-weight: normal;
|
|
32395
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32396
|
+
font-size: 12px;
|
|
32397
|
+
line-height: 18px;
|
|
32275
32398
|
}
|
|
32276
32399
|
|
|
32277
|
-
.
|
|
32278
|
-
|
|
32400
|
+
.E_t1il0kvi {
|
|
32401
|
+
font-family: Inter;
|
|
32402
|
+
font-style: normal;
|
|
32403
|
+
font-weight: 500;
|
|
32404
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32405
|
+
font-size: 12px;
|
|
32406
|
+
line-height: 18px;
|
|
32279
32407
|
}
|
|
32280
32408
|
|
|
32281
|
-
.
|
|
32282
|
-
|
|
32283
|
-
|
|
32409
|
+
.E_t10dv8p1 {
|
|
32410
|
+
font-family: Inter;
|
|
32411
|
+
font-style: normal;
|
|
32412
|
+
font-weight: normal;
|
|
32413
|
+
font-feature-settings: "zero" on;
|
|
32414
|
+
font-size: 12px;
|
|
32415
|
+
line-height: 18px;
|
|
32284
32416
|
}
|
|
32285
32417
|
|
|
32286
|
-
.
|
|
32287
|
-
|
|
32288
|
-
|
|
32289
|
-
|
|
32290
|
-
|
|
32291
|
-
font-size:
|
|
32292
|
-
line-height:
|
|
32293
|
-
color: #8e9aa9;
|
|
32418
|
+
.E_tc2oqpq {
|
|
32419
|
+
font-family: Inter;
|
|
32420
|
+
font-style: normal;
|
|
32421
|
+
font-weight: 500;
|
|
32422
|
+
font-feature-settings: "zero" on;
|
|
32423
|
+
font-size: 12px;
|
|
32424
|
+
line-height: 18px;
|
|
32294
32425
|
}
|
|
32295
32426
|
|
|
32296
|
-
.
|
|
32297
|
-
|
|
32298
|
-
font-
|
|
32299
|
-
|
|
32427
|
+
.E_tzvddmc {
|
|
32428
|
+
font-family: Inter;
|
|
32429
|
+
font-style: normal;
|
|
32430
|
+
font-weight: bold;
|
|
32431
|
+
font-feature-settings: "zero" on;
|
|
32432
|
+
font-size: 16px;
|
|
32433
|
+
line-height: 24px;
|
|
32300
32434
|
}
|
|
32301
32435
|
|
|
32302
|
-
.
|
|
32303
|
-
|
|
32436
|
+
.E_u18llj45 {
|
|
32437
|
+
font-family: Inter;
|
|
32438
|
+
font-style: normal;
|
|
32439
|
+
font-weight: normal;
|
|
32440
|
+
font-size: 10px;
|
|
32441
|
+
line-height: 12px;
|
|
32304
32442
|
}
|
|
32305
32443
|
|
|
32306
|
-
.
|
|
32307
|
-
|
|
32308
|
-
line-height: 32px;
|
|
32444
|
+
.E_owd0kml {
|
|
32445
|
+
display: inline-block;
|
|
32309
32446
|
}
|
|
32310
32447
|
|
|
32311
|
-
.
|
|
32312
|
-
|
|
32448
|
+
.E_h1jsgezc {
|
|
32449
|
+
visibility: hidden;
|
|
32450
|
+
position: absolute;
|
|
32313
32451
|
}
|
|
32314
32452
|
|
|
32315
|
-
.
|
|
32316
|
-
width:
|
|
32453
|
+
.E_m196gn1d {
|
|
32454
|
+
min-width: 1280px;
|
|
32317
32455
|
}
|
|
32318
32456
|
|
|
32319
|
-
.
|
|
32320
|
-
|
|
32457
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32458
|
+
display: inline-flex;
|
|
32459
|
+
align-items: center;
|
|
32460
|
+
justify-content: center;
|
|
32461
|
+
color: #fff;
|
|
32462
|
+
font-weight: bold;
|
|
32463
|
+
font-size: 12px;
|
|
32464
|
+
width: 24px;
|
|
32465
|
+
height: 24px;
|
|
32466
|
+
border-radius: 50%;
|
|
32467
|
+
background: var(--a1b5xrg3-0);
|
|
32321
32468
|
}
|
|
32322
32469
|
|
|
32323
|
-
.
|
|
32324
|
-
|
|
32325
|
-
|
|
32326
|
-
|
|
32470
|
+
.E_a1b5xrg3.btn-item {
|
|
32471
|
+
transition: all 160ms ease;
|
|
32472
|
+
cursor: pointer;
|
|
32473
|
+
width: 56px;
|
|
32474
|
+
height: 40px;
|
|
32475
|
+
display: inline-flex;
|
|
32476
|
+
align-items: center;
|
|
32477
|
+
justify-content: center;
|
|
32478
|
+
border-radius: 6px;
|
|
32327
32479
|
}
|
|
32328
32480
|
|
|
32329
|
-
.
|
|
32330
|
-
|
|
32331
|
-
height: auto;
|
|
32332
|
-
overflow: auto;
|
|
32481
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32482
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32333
32483
|
}
|
|
32334
32484
|
|
|
32335
|
-
.
|
|
32336
|
-
|
|
32337
|
-
|
|
32338
|
-
color: #e75a3a;
|
|
32485
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32486
|
+
transform: translateY(2px);
|
|
32487
|
+
transition: all 320ms ease;
|
|
32339
32488
|
}
|
|
32340
32489
|
|
|
32341
|
-
.
|
|
32342
|
-
|
|
32343
|
-
|
|
32344
|
-
padding-bottom: 6px;
|
|
32345
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32346
|
-
margin-bottom: 16px;
|
|
32490
|
+
.E_cnujxq2 {
|
|
32491
|
+
display: flex;
|
|
32492
|
+
flex-direction: column;
|
|
32347
32493
|
}
|
|
32348
32494
|
|
|
32349
|
-
.
|
|
32350
|
-
|
|
32495
|
+
.E_m7s48ia {
|
|
32496
|
+
max-width: 1120px;
|
|
32497
|
+
width: 100%;
|
|
32498
|
+
margin: 0 auto;
|
|
32499
|
+
height: 100%;
|
|
32351
32500
|
}
|
|
32352
32501
|
|
|
32353
|
-
.
|
|
32354
|
-
width:
|
|
32355
|
-
|
|
32502
|
+
.E_wt5zbg6 {
|
|
32503
|
+
max-width: 1120px;
|
|
32504
|
+
width: 100%;
|
|
32505
|
+
margin: 0 auto;
|
|
32356
32506
|
display: flex;
|
|
32357
|
-
justify-content: center;
|
|
32358
|
-
align-items: center;
|
|
32359
|
-
cursor: pointer;
|
|
32360
|
-
transition: all 200ms ease-out 40ms;
|
|
32361
32507
|
}
|
|
32362
32508
|
|
|
32363
|
-
.
|
|
32364
|
-
|
|
32365
|
-
|
|
32366
|
-
|
|
32367
|
-
|
|
32368
|
-
background: #ccd4e3;
|
|
32369
|
-
position: relative;
|
|
32370
|
-
right: 2px;
|
|
32371
|
-
transform: rotate(-45deg);
|
|
32509
|
+
.E_wt5zbg6 .left,
|
|
32510
|
+
.E_wt5zbg6 .right {
|
|
32511
|
+
flex-grow: 0;
|
|
32512
|
+
flex-shrink: 0;
|
|
32513
|
+
flex-basis: 21%;
|
|
32372
32514
|
}
|
|
32373
32515
|
|
|
32374
|
-
.
|
|
32375
|
-
|
|
32376
|
-
|
|
32516
|
+
.E_wt5zbg6 .left {
|
|
32517
|
+
display: flex;
|
|
32518
|
+
justify-content: flex-end;
|
|
32519
|
+
padding-right: 44px;
|
|
32377
32520
|
}
|
|
32378
32521
|
|
|
32379
|
-
.
|
|
32380
|
-
|
|
32381
|
-
background: rgba(255, 187, 0, 0.1);
|
|
32382
|
-
border-radius: 6px;
|
|
32522
|
+
.E_wt5zbg6 .right {
|
|
32523
|
+
padding-left: 44px;
|
|
32383
32524
|
}
|
|
32384
32525
|
|
|
32385
|
-
.
|
|
32386
|
-
|
|
32387
|
-
|
|
32526
|
+
.E_wt5zbg6 .middle {
|
|
32527
|
+
margin-bottom: 40px;
|
|
32528
|
+
flex-grow: 0;
|
|
32529
|
+
flex-shrink: 0;
|
|
32530
|
+
flex-basis: 58%;
|
|
32388
32531
|
}
|
|
32389
32532
|
|
|
32390
|
-
.
|
|
32391
|
-
|
|
32392
|
-
border-bottom-color: #e07f00;
|
|
32533
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
32534
|
+
width: 100%;
|
|
32393
32535
|
}
|
|
32394
32536
|
|
|
32395
|
-
.
|
|
32396
|
-
|
|
32397
|
-
flex-direction: row;
|
|
32398
|
-
padding: 7px 12px;
|
|
32399
|
-
background: rgba(255, 187, 0, 0.1);
|
|
32400
|
-
border-radius: 6px;
|
|
32401
|
-
color: #e07f00;
|
|
32402
|
-
font-size: 12px;
|
|
32403
|
-
line-height: 18px;
|
|
32537
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
32538
|
+
width: auto;
|
|
32404
32539
|
}
|
|
32405
32540
|
|
|
32406
|
-
.
|
|
32407
|
-
margin
|
|
32408
|
-
|
|
32541
|
+
.E_h18jprzg .ant-modal-header {
|
|
32542
|
+
margin: 0 auto;
|
|
32543
|
+
width: 100%;
|
|
32544
|
+
max-width: 648px;
|
|
32409
32545
|
}
|
|
32410
32546
|
|
|
32411
|
-
.
|
|
32412
|
-
|
|
32413
|
-
flex-direction: row;
|
|
32414
|
-
padding: 7px 12px;
|
|
32415
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32416
|
-
border-radius: 6px;
|
|
32417
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32418
|
-
font-size: 12px;
|
|
32419
|
-
line-height: 18px;
|
|
32547
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
32548
|
+
margin-left: 0;
|
|
32420
32549
|
}
|
|
32421
32550
|
|
|
32422
|
-
.
|
|
32423
|
-
margin
|
|
32424
|
-
|
|
32551
|
+
.E_h18jprzg .ant-modal-body {
|
|
32552
|
+
margin: 0 auto;
|
|
32553
|
+
padding: 0;
|
|
32554
|
+
width: 100%;
|
|
32555
|
+
max-width: 648px;
|
|
32556
|
+
overflow: hidden;
|
|
32425
32557
|
}
|
|
32426
32558
|
|
|
32427
|
-
.
|
|
32428
|
-
|
|
32429
|
-
flex-direction: row;
|
|
32430
|
-
padding: 7px 12px;
|
|
32431
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32432
|
-
border-radius: 6px;
|
|
32433
|
-
color: #005ed1;
|
|
32434
|
-
font-size: 12px;
|
|
32435
|
-
line-height: 18px;
|
|
32559
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
32560
|
+
margin-bottom: 40px;
|
|
32436
32561
|
}
|
|
32437
32562
|
|
|
32438
|
-
.
|
|
32439
|
-
|
|
32440
|
-
|
|
32563
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
32564
|
+
height: calc(100vh - 225px);
|
|
32565
|
+
overflow-y: auto;
|
|
32441
32566
|
}
|
|
32442
32567
|
|
|
32443
|
-
.
|
|
32444
|
-
|
|
32445
|
-
|
|
32446
|
-
font-size: 12px;
|
|
32447
|
-
line-height: 18px;
|
|
32568
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
32569
|
+
margin: 0 auto;
|
|
32570
|
+
max-width: 648px;
|
|
32448
32571
|
}
|
|
32449
32572
|
|
|
32450
|
-
.
|
|
32451
|
-
|
|
32452
|
-
|
|
32453
|
-
|
|
32573
|
+
.E_h16z9xgz .ant-modal-header {
|
|
32574
|
+
margin: 0 auto;
|
|
32575
|
+
width: 100%;
|
|
32576
|
+
max-width: 1024px;
|
|
32454
32577
|
}
|
|
32455
32578
|
|
|
32456
|
-
.
|
|
32457
|
-
|
|
32458
|
-
align-items: center;
|
|
32459
|
-
justify-content: flex-end;
|
|
32579
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
32580
|
+
margin-left: 0;
|
|
32460
32581
|
}
|
|
32461
32582
|
|
|
32462
|
-
.
|
|
32463
|
-
margin
|
|
32583
|
+
.E_h16z9xgz .ant-modal-body {
|
|
32584
|
+
margin: 0 auto;
|
|
32585
|
+
padding: 0;
|
|
32586
|
+
width: 100%;
|
|
32587
|
+
max-width: 1024px;
|
|
32588
|
+
overflow: hidden;
|
|
32464
32589
|
}
|
|
32465
32590
|
|
|
32466
|
-
.
|
|
32467
|
-
|
|
32591
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
32592
|
+
margin-bottom: 40px;
|
|
32468
32593
|
}
|
|
32469
32594
|
|
|
32470
|
-
.
|
|
32471
|
-
|
|
32472
|
-
|
|
32473
|
-
color: #2d3a56;
|
|
32474
|
-
border-radius: 6px;
|
|
32475
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32476
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32595
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
32596
|
+
height: calc(100vh - 225px);
|
|
32597
|
+
overflow-y: auto;
|
|
32477
32598
|
}
|
|
32478
32599
|
|
|
32479
|
-
.
|
|
32480
|
-
|
|
32481
|
-
|
|
32600
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
32601
|
+
margin: 0 auto;
|
|
32602
|
+
max-width: 1024px;
|
|
32482
32603
|
}
|
|
32483
32604
|
|
|
32484
|
-
.
|
|
32485
|
-
|
|
32486
|
-
|
|
32605
|
+
.E_f1lrhghm {
|
|
32606
|
+
flex: 1;
|
|
32607
|
+
}
|
|
32608
|
+
|
|
32609
|
+
.E_f1lrhghm label {
|
|
32610
|
+
font-size: 13px;
|
|
32611
|
+
line-height: 20px;
|
|
32612
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32487
32613
|
}
|
|
32488
32614
|
|
|
32489
|
-
.
|
|
32490
|
-
|
|
32491
|
-
|
|
32492
|
-
|
|
32615
|
+
.E_f1lrhghm .title {
|
|
32616
|
+
font-size: 14px;
|
|
32617
|
+
line-height: 20px;
|
|
32618
|
+
color: #2d3a56;
|
|
32619
|
+
margin-bottom: 12px;
|
|
32493
32620
|
}
|
|
32494
32621
|
|
|
32495
|
-
.
|
|
32496
|
-
|
|
32497
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32498
|
-
z-index: 1;
|
|
32622
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
32623
|
+
padding-bottom: 26px;
|
|
32499
32624
|
}
|
|
32500
32625
|
|
|
32501
|
-
.
|
|
32502
|
-
|
|
32503
|
-
|
|
32626
|
+
.E_f18ot8em {
|
|
32627
|
+
padding: 25px 0 15px 0;
|
|
32628
|
+
border-bottom: 1px solid #e1e5eb;
|
|
32629
|
+
margin-bottom: 16px;
|
|
32504
32630
|
}
|
|
32505
32631
|
|
|
32506
|
-
.
|
|
32507
|
-
|
|
32508
|
-
|
|
32632
|
+
.E_f1l1g2k0 {
|
|
32633
|
+
display: flex;
|
|
32634
|
+
align-items: center;
|
|
32635
|
+
margin-bottom: 8px;
|
|
32509
32636
|
}
|
|
32510
32637
|
|
|
32511
|
-
.
|
|
32512
|
-
|
|
32513
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32638
|
+
.E_f1l1g2k0 > label {
|
|
32639
|
+
width: 216px;
|
|
32514
32640
|
}
|
|
32515
32641
|
|
|
32516
|
-
.
|
|
32517
|
-
|
|
32518
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32519
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32642
|
+
.E_f1l1g2k0 > label + * {
|
|
32643
|
+
width: 100%;
|
|
32520
32644
|
}
|
|
32521
32645
|
|
|
32522
|
-
.
|
|
32523
|
-
|
|
32524
|
-
border-radius: 6px;
|
|
32525
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32526
|
-
line-height: 20px;
|
|
32527
|
-
color: #2d3a56;
|
|
32528
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32646
|
+
.E_f1l1g2k0 .ant-select {
|
|
32647
|
+
width: 100%;
|
|
32529
32648
|
}
|
|
32530
32649
|
|
|
32531
|
-
.
|
|
32532
|
-
|
|
32533
|
-
|
|
32650
|
+
.E_e1k89cwg {
|
|
32651
|
+
color: #e75a3a;
|
|
32652
|
+
margin-right: 10px;
|
|
32534
32653
|
}
|
|
32535
32654
|
|
|
32536
|
-
.
|
|
32537
|
-
|
|
32538
|
-
|
|
32655
|
+
.E_d1oui1gf {
|
|
32656
|
+
width: 100%;
|
|
32657
|
+
height: 1px;
|
|
32658
|
+
background: rgba(213, 219, 227, 0.6);
|
|
32659
|
+
margin: 24px 0;
|
|
32539
32660
|
}
|
|
32540
32661
|
|
|
32541
|
-
.
|
|
32542
|
-
|
|
32543
|
-
|
|
32662
|
+
.E_l15itdbb {
|
|
32663
|
+
display: flex;
|
|
32664
|
+
justify-content: center;
|
|
32665
|
+
align-items: center;
|
|
32666
|
+
height: 100%;
|
|
32544
32667
|
}
|
|
32545
32668
|
|
|
32546
|
-
.
|
|
32547
|
-
|
|
32548
|
-
|
|
32669
|
+
.E_d1y3z4w {
|
|
32670
|
+
display: inline-block;
|
|
32671
|
+
width: 4px;
|
|
32672
|
+
height: 4px;
|
|
32673
|
+
background: #8e9aa9;
|
|
32674
|
+
opacity: 0.4;
|
|
32675
|
+
border-radius: 50%;
|
|
32676
|
+
margin: 0 4px;
|
|
32549
32677
|
}
|
|
32550
32678
|
|
|
32551
|
-
.
|
|
32552
|
-
|
|
32553
|
-
|
|
32679
|
+
.E_m177r7a3 .ant-modal-header,
|
|
32680
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
32681
|
+
width: 648px;
|
|
32682
|
+
margin: 0 auto;
|
|
32554
32683
|
}
|
|
32555
32684
|
|
|
32556
|
-
.
|
|
32557
|
-
|
|
32685
|
+
.E_m177r7a3 .ant-modal-header {
|
|
32686
|
+
padding: 35px 0 24px;
|
|
32687
|
+
border: none;
|
|
32558
32688
|
}
|
|
32559
32689
|
|
|
32560
|
-
.
|
|
32561
|
-
|
|
32690
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
32691
|
+
font-size: 30px;
|
|
32562
32692
|
}
|
|
32563
32693
|
|
|
32564
|
-
.
|
|
32565
|
-
|
|
32566
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32694
|
+
.E_m177r7a3 .ant-modal-body {
|
|
32695
|
+
padding: 4px 0 2px;
|
|
32567
32696
|
}
|
|
32568
32697
|
|
|
32569
|
-
.
|
|
32570
|
-
border
|
|
32571
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32698
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
32699
|
+
border: none;
|
|
32572
32700
|
}
|
|
32573
32701
|
|
|
32574
|
-
.
|
|
32575
|
-
|
|
32576
|
-
|
|
32577
|
-
|
|
32702
|
+
.E_t1wwio3v {
|
|
32703
|
+
font-size: 12px;
|
|
32704
|
+
line-height: 18px;
|
|
32705
|
+
font-weight: bold;
|
|
32706
|
+
color: #fff;
|
|
32707
|
+
padding: 0 4px;
|
|
32708
|
+
border-radius: 4px;
|
|
32709
|
+
display: inline-block;
|
|
32710
|
+
background: var(--t1wwio3v-0);
|
|
32578
32711
|
}
|
|
32579
32712
|
|
|
32580
|
-
|
|
32581
|
-
|
|
32582
|
-
transition-delay: 50ms;
|
|
32713
|
+
.E_t1wwio3v:not(:first-child) {
|
|
32714
|
+
margin-left: 4px;
|
|
32583
32715
|
}
|
|
32584
32716
|
|
|
32585
|
-
|
|
32586
|
-
|
|
32587
|
-
height:
|
|
32717
|
+
.E_f17jvtfk {
|
|
32718
|
+
width: 100%;
|
|
32719
|
+
height: 100%;
|
|
32720
|
+
display: flex;
|
|
32721
|
+
align-items: center;
|
|
32722
|
+
justify-content: center;
|
|
32588
32723
|
}
|
|
32589
32724
|
|
|
32590
|
-
|
|
32591
|
-
|
|
32725
|
+
.E_nzppkea {
|
|
32726
|
+
font-size: 90%;
|
|
32727
|
+
font-weight: bold;
|
|
32728
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32729
|
+
padding: 1px 4px 1px;
|
|
32730
|
+
margin-left: 2px;
|
|
32731
|
+
margin-right: 2px;
|
|
32732
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32733
|
+
border-radius: 4px;
|
|
32592
32734
|
}
|
|
32593
32735
|
|
|
32594
|
-
|
|
32595
|
-
|
|
32596
|
-
height: 32px;
|
|
32736
|
+
.E_f4mi9eq.form-item-general {
|
|
32737
|
+
width: 640px;
|
|
32597
32738
|
}
|
|
32598
32739
|
|
|
32599
|
-
|
|
32600
|
-
|
|
32740
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
32741
|
+
margin-top: 16px;
|
|
32601
32742
|
}
|
|
32602
32743
|
|
|
32603
|
-
|
|
32604
|
-
|
|
32605
|
-
height: 24px;
|
|
32744
|
+
.E_f4mi9eq.form-item-compact {
|
|
32745
|
+
width: 412px;
|
|
32606
32746
|
}
|
|
32607
32747
|
|
|
32608
|
-
|
|
32609
|
-
|
|
32748
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
32749
|
+
margin-top: 8px;
|
|
32610
32750
|
}
|
|
32611
32751
|
|
|
32612
|
-
.
|
|
32613
|
-
|
|
32614
|
-
border-radius: 4px;
|
|
32752
|
+
.E_f4mi9eq .form-item {
|
|
32753
|
+
width: auto;
|
|
32615
32754
|
}
|
|
32616
32755
|
|
|
32617
|
-
.
|
|
32756
|
+
.E_f4mi9eq .form-item-main {
|
|
32618
32757
|
position: relative;
|
|
32619
|
-
|
|
32620
|
-
height: 32px;
|
|
32621
|
-
cursor: pointer;
|
|
32622
|
-
transition: border 150ms;
|
|
32758
|
+
display: flex;
|
|
32623
32759
|
}
|
|
32624
32760
|
|
|
32625
|
-
.
|
|
32626
|
-
|
|
32627
|
-
|
|
32761
|
+
.E_f4mi9eq .form-item-extra {
|
|
32762
|
+
margin-top: 4px;
|
|
32763
|
+
width: 100%;
|
|
32764
|
+
padding: 14px;
|
|
32765
|
+
background: #f2f4f6;
|
|
32766
|
+
font-size: 13px;
|
|
32767
|
+
line-height: 1.8;
|
|
32768
|
+
color: #8e9aa9;
|
|
32628
32769
|
}
|
|
32629
32770
|
|
|
32630
|
-
.
|
|
32631
|
-
padding-right:
|
|
32771
|
+
.E_f4mi9eq .form-item-label {
|
|
32772
|
+
padding-right: 12px;
|
|
32773
|
+
font-size: 13px;
|
|
32774
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32632
32775
|
}
|
|
32633
32776
|
|
|
32634
|
-
.
|
|
32635
|
-
|
|
32777
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
32778
|
+
text-align: right;
|
|
32636
32779
|
}
|
|
32637
32780
|
|
|
32638
|
-
.
|
|
32639
|
-
|
|
32781
|
+
.E_f4mi9eq .form-item-label,
|
|
32782
|
+
.E_f4mi9eq .form-item-control {
|
|
32783
|
+
line-height: 32px;
|
|
32640
32784
|
}
|
|
32641
32785
|
|
|
32642
|
-
.
|
|
32643
|
-
|
|
32644
|
-
right: 12px;
|
|
32645
|
-
top: 50%;
|
|
32646
|
-
transform: translateY(-50%);
|
|
32786
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
32787
|
+
line-height: 18px;
|
|
32647
32788
|
}
|
|
32648
32789
|
|
|
32649
|
-
.
|
|
32650
|
-
|
|
32651
|
-
font-size: 12px;
|
|
32652
|
-
cursor: pointer;
|
|
32790
|
+
.E_f4mi9eq .form-item-children {
|
|
32791
|
+
width: 100%;
|
|
32653
32792
|
}
|
|
32654
32793
|
|
|
32655
|
-
.
|
|
32656
|
-
|
|
32794
|
+
.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 {
|
|
32795
|
+
width: 100%;
|
|
32657
32796
|
}
|
|
32658
32797
|
|
|
32659
|
-
.
|
|
32660
|
-
|
|
32798
|
+
.E_f4mi9eq .form-item-error {
|
|
32799
|
+
color: #e75a3a;
|
|
32800
|
+
height: 0;
|
|
32661
32801
|
overflow: hidden;
|
|
32662
32802
|
}
|
|
32663
32803
|
|
|
32664
|
-
.
|
|
32665
|
-
|
|
32666
|
-
|
|
32667
|
-
|
|
32668
|
-
left: -16px;
|
|
32669
|
-
transition: left 150ms ease;
|
|
32670
|
-
opacity: 0;
|
|
32804
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
32805
|
+
margin-top: 4px;
|
|
32806
|
+
height: auto;
|
|
32807
|
+
overflow: auto;
|
|
32671
32808
|
}
|
|
32672
32809
|
|
|
32673
|
-
.
|
|
32674
|
-
|
|
32675
|
-
|
|
32810
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
32811
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
32812
|
+
border: 1px solid #e75a3a;
|
|
32813
|
+
color: #e75a3a;
|
|
32676
32814
|
}
|
|
32677
32815
|
|
|
32678
|
-
.
|
|
32679
|
-
|
|
32680
|
-
|
|
32816
|
+
.E_fh0ewl8 {
|
|
32817
|
+
color: #2d3a56;
|
|
32818
|
+
font-weight: bold;
|
|
32819
|
+
padding-bottom: 6px;
|
|
32820
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32821
|
+
margin-bottom: 16px;
|
|
32681
32822
|
}
|
|
32682
32823
|
|
|
32683
|
-
.
|
|
32684
|
-
margin-
|
|
32824
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
32825
|
+
margin-top: 16px;
|
|
32685
32826
|
}
|
|
32686
32827
|
|
|
32687
|
-
|
|
32688
|
-
|
|
32689
|
-
|
|
32828
|
+
.E_e1qrlvot {
|
|
32829
|
+
width: 8px;
|
|
32830
|
+
height: 24px;
|
|
32831
|
+
display: flex;
|
|
32832
|
+
justify-content: center;
|
|
32833
|
+
align-items: center;
|
|
32834
|
+
cursor: pointer;
|
|
32835
|
+
transition: all 200ms ease-out 40ms;
|
|
32690
32836
|
}
|
|
32691
32837
|
|
|
32692
|
-
.
|
|
32693
|
-
|
|
32694
|
-
|
|
32838
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
32839
|
+
content: "";
|
|
32840
|
+
width: 1px;
|
|
32841
|
+
height: 6px;
|
|
32842
|
+
border-radius: 1px;
|
|
32843
|
+
background: #ccd4e3;
|
|
32844
|
+
position: relative;
|
|
32845
|
+
right: 2px;
|
|
32846
|
+
transform: rotate(-45deg);
|
|
32695
32847
|
}
|
|
32696
32848
|
|
|
32697
|
-
|
|
32698
|
-
|
|
32699
|
-
|
|
32849
|
+
.E_e1qrlvot:after {
|
|
32850
|
+
transform: rotate(45deg);
|
|
32851
|
+
left: 1px;
|
|
32700
32852
|
}
|
|
32701
32853
|
|
|
32702
|
-
.
|
|
32703
|
-
border
|
|
32704
|
-
|
|
32854
|
+
.E_w9ic984.ant-alert-warning {
|
|
32855
|
+
border: 0;
|
|
32856
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32857
|
+
border-radius: 6px;
|
|
32705
32858
|
}
|
|
32706
32859
|
|
|
32707
|
-
.
|
|
32708
|
-
|
|
32709
|
-
|
|
32860
|
+
.E_w9ic984.ant-alert,
|
|
32861
|
+
.E_w9ic984 .ant-alert-message {
|
|
32862
|
+
color: #e07f00;
|
|
32710
32863
|
}
|
|
32711
32864
|
|
|
32712
|
-
.
|
|
32713
|
-
|
|
32714
|
-
border-bottom-
|
|
32865
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
32866
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
32867
|
+
border-bottom-color: #e07f00;
|
|
32715
32868
|
}
|
|
32716
32869
|
|
|
32717
|
-
.
|
|
32870
|
+
.E_n1k9qi4r {
|
|
32718
32871
|
display: flex;
|
|
32719
|
-
flex-direction:
|
|
32720
|
-
|
|
32721
|
-
|
|
32722
|
-
|
|
32723
|
-
|
|
32872
|
+
flex-direction: row;
|
|
32873
|
+
padding: 7px 12px;
|
|
32874
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32875
|
+
border-radius: 6px;
|
|
32876
|
+
color: #e07f00;
|
|
32877
|
+
font-size: 12px;
|
|
32878
|
+
line-height: 18px;
|
|
32724
32879
|
}
|
|
32725
32880
|
|
|
32726
|
-
.
|
|
32727
|
-
|
|
32881
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
32882
|
+
margin-right: 10px;
|
|
32883
|
+
height: 18px;
|
|
32728
32884
|
}
|
|
32729
32885
|
|
|
32730
|
-
.
|
|
32731
|
-
|
|
32886
|
+
.E_n16fsg9x {
|
|
32887
|
+
display: flex;
|
|
32888
|
+
flex-direction: row;
|
|
32889
|
+
padding: 7px 12px;
|
|
32890
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32891
|
+
border-radius: 6px;
|
|
32892
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32893
|
+
font-size: 12px;
|
|
32894
|
+
line-height: 18px;
|
|
32732
32895
|
}
|
|
32733
32896
|
|
|
32734
|
-
.
|
|
32735
|
-
|
|
32897
|
+
.E_n16fsg9x .icon-wrapper {
|
|
32898
|
+
margin-right: 10px;
|
|
32899
|
+
height: 18px;
|
|
32736
32900
|
}
|
|
32737
32901
|
|
|
32738
|
-
.
|
|
32739
|
-
|
|
32740
|
-
|
|
32741
|
-
|
|
32902
|
+
.E_i173wxzw {
|
|
32903
|
+
display: flex;
|
|
32904
|
+
flex-direction: row;
|
|
32905
|
+
padding: 7px 12px;
|
|
32906
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32907
|
+
border-radius: 6px;
|
|
32908
|
+
color: #005ed1;
|
|
32909
|
+
font-size: 12px;
|
|
32742
32910
|
line-height: 18px;
|
|
32743
32911
|
}
|
|
32744
32912
|
|
|
32745
|
-
.
|
|
32746
|
-
margin-
|
|
32913
|
+
.E_i173wxzw .icon-wrapper {
|
|
32914
|
+
margin-right: 10px;
|
|
32915
|
+
height: 18px;
|
|
32747
32916
|
}
|
|
32748
32917
|
|
|
32749
|
-
.
|
|
32750
|
-
|
|
32918
|
+
.E_dld369h {
|
|
32919
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32920
|
+
margin-top: 5px;
|
|
32921
|
+
font-size: 12px;
|
|
32922
|
+
line-height: 18px;
|
|
32751
32923
|
}
|
|
32752
32924
|
|
|
32753
|
-
.
|
|
32925
|
+
.E_s1epv22q {
|
|
32926
|
+
color: #f0483e;
|
|
32754
32927
|
font-size: 12px;
|
|
32755
|
-
|
|
32756
|
-
margin-top: 12px;
|
|
32928
|
+
white-space: pre-wrap;
|
|
32757
32929
|
}
|
|
32758
32930
|
|
|
32759
|
-
.
|
|
32760
|
-
|
|
32761
|
-
|
|
32762
|
-
|
|
32763
|
-
white-space: initial;
|
|
32931
|
+
.E_okus5hk {
|
|
32932
|
+
display: flex;
|
|
32933
|
+
align-items: center;
|
|
32934
|
+
justify-content: flex-end;
|
|
32764
32935
|
}
|
|
32765
32936
|
|
|
32766
|
-
.
|
|
32767
|
-
|
|
32937
|
+
.E_okus5hk .icon-wrapper {
|
|
32938
|
+
margin-right: 16px;
|
|
32768
32939
|
}
|
|
32769
32940
|
|
|
32770
|
-
.
|
|
32771
|
-
|
|
32772
|
-
font-weight: 500;
|
|
32773
|
-
line-height: 32px;
|
|
32774
|
-
color: #3e4652;
|
|
32941
|
+
.E_t1auuzri {
|
|
32942
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32775
32943
|
}
|
|
32776
32944
|
|
|
32777
|
-
.
|
|
32778
|
-
|
|
32779
|
-
|
|
32945
|
+
.E_i74cfyt.ant-input {
|
|
32946
|
+
padding: 5px 12px;
|
|
32947
|
+
line-height: 20px;
|
|
32948
|
+
color: #2d3a56;
|
|
32780
32949
|
border-radius: 6px;
|
|
32781
|
-
|
|
32782
|
-
|
|
32783
|
-
font-size: 12px;
|
|
32950
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32951
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32784
32952
|
}
|
|
32785
32953
|
|
|
32786
|
-
.
|
|
32787
|
-
|
|
32788
|
-
|
|
32789
|
-
align-items: center;
|
|
32790
|
-
word-break: break-all;
|
|
32954
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
32955
|
+
padding: 8px 16px;
|
|
32956
|
+
line-height: 22px;
|
|
32791
32957
|
}
|
|
32792
32958
|
|
|
32793
|
-
.
|
|
32794
|
-
|
|
32959
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
32960
|
+
padding: 2px 8px;
|
|
32795
32961
|
line-height: 18px;
|
|
32796
|
-
margin: 4px 0;
|
|
32797
32962
|
}
|
|
32798
32963
|
|
|
32799
|
-
.
|
|
32800
|
-
color: rgba(
|
|
32964
|
+
.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 {
|
|
32965
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32966
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32967
|
+
z-index: 1;
|
|
32801
32968
|
}
|
|
32802
32969
|
|
|
32803
|
-
.
|
|
32804
|
-
|
|
32805
|
-
|
|
32806
|
-
|
|
32807
|
-
font-size: 32px;
|
|
32808
|
-
line-height: 40px;
|
|
32970
|
+
.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 {
|
|
32971
|
+
border-color: #0096ff;
|
|
32972
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32973
|
+
z-index: 1;
|
|
32809
32974
|
}
|
|
32810
32975
|
|
|
32811
|
-
.
|
|
32812
|
-
|
|
32813
|
-
|
|
32814
|
-
font-weight: bold;
|
|
32815
|
-
font-size: 24px;
|
|
32816
|
-
line-height: 32px;
|
|
32976
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
32977
|
+
border-color: #e75a3a;
|
|
32978
|
+
color: #e75a3a;
|
|
32817
32979
|
}
|
|
32818
32980
|
|
|
32819
|
-
.
|
|
32820
|
-
|
|
32821
|
-
|
|
32822
|
-
font-weight: normal;
|
|
32823
|
-
font-size: 32px;
|
|
32824
|
-
line-height: 40px;
|
|
32981
|
+
.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 {
|
|
32982
|
+
border-color: #e75a3a;
|
|
32983
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32825
32984
|
}
|
|
32826
32985
|
|
|
32827
|
-
.
|
|
32828
|
-
|
|
32829
|
-
|
|
32830
|
-
font-weight: bold;
|
|
32831
|
-
font-size: 20px;
|
|
32832
|
-
line-height: 24px;
|
|
32986
|
+
.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 {
|
|
32987
|
+
border-color: #e75a3a;
|
|
32988
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32833
32989
|
}
|
|
32834
32990
|
|
|
32835
|
-
.
|
|
32836
|
-
|
|
32837
|
-
|
|
32838
|
-
|
|
32839
|
-
font-size: 20px;
|
|
32840
|
-
line-height: 24px;
|
|
32991
|
+
.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 {
|
|
32992
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32993
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32994
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32841
32995
|
}
|
|
32842
32996
|
|
|
32843
|
-
.
|
|
32844
|
-
|
|
32845
|
-
|
|
32846
|
-
|
|
32847
|
-
|
|
32848
|
-
|
|
32997
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
32998
|
+
padding: 5px 12px;
|
|
32999
|
+
border-radius: 6px;
|
|
33000
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
33001
|
+
line-height: 20px;
|
|
33002
|
+
color: #2d3a56;
|
|
33003
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32849
33004
|
}
|
|
32850
33005
|
|
|
32851
|
-
.
|
|
32852
|
-
|
|
32853
|
-
|
|
32854
|
-
font-weight: normal;
|
|
32855
|
-
font-size: 18px;
|
|
32856
|
-
line-height: 22px;
|
|
33006
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
33007
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
33008
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32857
33009
|
}
|
|
32858
33010
|
|
|
32859
|
-
.
|
|
32860
|
-
|
|
32861
|
-
font-style: normal;
|
|
32862
|
-
font-weight: bold;
|
|
32863
|
-
font-size: 16px;
|
|
33011
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
33012
|
+
padding: 8px 16px;
|
|
32864
33013
|
line-height: 22px;
|
|
32865
33014
|
}
|
|
32866
33015
|
|
|
32867
|
-
.
|
|
32868
|
-
|
|
32869
|
-
|
|
32870
|
-
font-weight: normal;
|
|
32871
|
-
font-size: 16px;
|
|
32872
|
-
line-height: 22px;
|
|
33016
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
33017
|
+
padding: 2px 8px;
|
|
33018
|
+
line-height: 18px;
|
|
32873
33019
|
}
|
|
32874
|
-
|
|
32875
|
-
.
|
|
32876
|
-
|
|
32877
|
-
|
|
32878
|
-
font-weight: bold;
|
|
32879
|
-
font-size: 14px;
|
|
32880
|
-
line-height: 20px;
|
|
33020
|
+
|
|
33021
|
+
.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 {
|
|
33022
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
33023
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32881
33024
|
}
|
|
32882
33025
|
|
|
32883
|
-
.
|
|
32884
|
-
|
|
32885
|
-
|
|
32886
|
-
font-weight: normal;
|
|
32887
|
-
font-size: 14px;
|
|
32888
|
-
line-height: 20px;
|
|
33026
|
+
.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 {
|
|
33027
|
+
border-color: #0096ff;
|
|
33028
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32889
33029
|
}
|
|
32890
33030
|
|
|
32891
|
-
.
|
|
32892
|
-
|
|
32893
|
-
font-style: normal;
|
|
32894
|
-
font-weight: bold;
|
|
32895
|
-
font-size: 12px;
|
|
32896
|
-
line-height: 18px;
|
|
33031
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
33032
|
+
border-color: #e75a3a;
|
|
32897
33033
|
}
|
|
32898
33034
|
|
|
32899
|
-
.
|
|
32900
|
-
|
|
32901
|
-
font-style: normal;
|
|
32902
|
-
font-weight: normal;
|
|
32903
|
-
font-size: 12px;
|
|
32904
|
-
line-height: 18px;
|
|
33035
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
33036
|
+
color: #e75a3a;
|
|
32905
33037
|
}
|
|
32906
33038
|
|
|
32907
|
-
.
|
|
32908
|
-
|
|
32909
|
-
|
|
32910
|
-
font-weight: bold;
|
|
32911
|
-
text-transform: uppercase;
|
|
32912
|
-
font-feature-settings: "cpsp" on;
|
|
32913
|
-
font-size: 12px;
|
|
32914
|
-
line-height: 18px;
|
|
33039
|
+
.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 {
|
|
33040
|
+
border-color: #e75a3a;
|
|
33041
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32915
33042
|
}
|
|
32916
33043
|
|
|
32917
|
-
.
|
|
32918
|
-
|
|
32919
|
-
|
|
32920
|
-
font-weight: normal;
|
|
32921
|
-
text-transform: uppercase;
|
|
32922
|
-
font-feature-settings: "cpsp" on;
|
|
32923
|
-
font-size: 12px;
|
|
32924
|
-
line-height: 18px;
|
|
33044
|
+
.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 {
|
|
33045
|
+
border-color: #e75a3a;
|
|
33046
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32925
33047
|
}
|
|
32926
33048
|
|
|
32927
|
-
.
|
|
32928
|
-
|
|
32929
|
-
|
|
32930
|
-
|
|
32931
|
-
font-size: 16px;
|
|
32932
|
-
line-height: 24px;
|
|
33049
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
33050
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33051
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33052
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32933
33053
|
}
|
|
32934
33054
|
|
|
32935
|
-
.
|
|
32936
|
-
|
|
32937
|
-
|
|
32938
|
-
font-weight: bold;
|
|
32939
|
-
font-size: 16px;
|
|
32940
|
-
line-height: 24px;
|
|
33055
|
+
textarea.E_i74cfyt.ant-input {
|
|
33056
|
+
transition-property: height;
|
|
33057
|
+
transition-delay: 50ms;
|
|
32941
33058
|
}
|
|
32942
33059
|
|
|
32943
|
-
.
|
|
32944
|
-
|
|
32945
|
-
|
|
32946
|
-
font-weight: normal;
|
|
32947
|
-
font-size: 16px;
|
|
32948
|
-
line-height: 24px;
|
|
33060
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
33061
|
+
min-height: 40px;
|
|
33062
|
+
height: 40px;
|
|
32949
33063
|
}
|
|
32950
33064
|
|
|
32951
|
-
.
|
|
32952
|
-
|
|
32953
|
-
font-style: normal;
|
|
32954
|
-
font-weight: bold;
|
|
32955
|
-
font-size: 16px;
|
|
32956
|
-
line-height: 24px;
|
|
33065
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
33066
|
+
height: 80px;
|
|
32957
33067
|
}
|
|
32958
33068
|
|
|
32959
|
-
.
|
|
32960
|
-
|
|
32961
|
-
|
|
32962
|
-
font-weight: normal;
|
|
32963
|
-
text-transform: uppercase;
|
|
32964
|
-
font-feature-settings: "cpsp" on;
|
|
32965
|
-
font-size: 16px;
|
|
32966
|
-
line-height: 24px;
|
|
33069
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
33070
|
+
min-height: 32px;
|
|
33071
|
+
height: 32px;
|
|
32967
33072
|
}
|
|
32968
33073
|
|
|
32969
|
-
.
|
|
32970
|
-
|
|
32971
|
-
font-style: normal;
|
|
32972
|
-
font-weight: bold;
|
|
32973
|
-
text-transform: uppercase;
|
|
32974
|
-
font-feature-settings: "cpsp" on;
|
|
32975
|
-
font-size: 16px;
|
|
32976
|
-
line-height: 24px;
|
|
33074
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
33075
|
+
height: 64px;
|
|
32977
33076
|
}
|
|
32978
33077
|
|
|
32979
|
-
.
|
|
32980
|
-
|
|
32981
|
-
|
|
32982
|
-
font-weight: normal;
|
|
32983
|
-
font-size: 14px;
|
|
32984
|
-
line-height: 22px;
|
|
33078
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
33079
|
+
min-height: 24px;
|
|
33080
|
+
height: 24px;
|
|
32985
33081
|
}
|
|
32986
33082
|
|
|
32987
|
-
.
|
|
32988
|
-
|
|
32989
|
-
font-style: normal;
|
|
32990
|
-
font-weight: 500;
|
|
32991
|
-
font-size: 14px;
|
|
32992
|
-
line-height: 22px;
|
|
33083
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
33084
|
+
height: 40px;
|
|
32993
33085
|
}
|
|
32994
33086
|
|
|
32995
|
-
.
|
|
32996
|
-
|
|
32997
|
-
|
|
32998
|
-
font-weight: bold;
|
|
32999
|
-
font-size: 14px;
|
|
33000
|
-
line-height: 22px;
|
|
33087
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
33088
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
33089
|
+
border-radius: 4px;
|
|
33001
33090
|
}
|
|
33002
33091
|
|
|
33003
|
-
.
|
|
33004
|
-
|
|
33005
|
-
|
|
33006
|
-
|
|
33007
|
-
|
|
33008
|
-
|
|
33092
|
+
.E_k1ci6977.input-tags {
|
|
33093
|
+
position: relative;
|
|
33094
|
+
padding: 6px;
|
|
33095
|
+
height: 32px;
|
|
33096
|
+
cursor: pointer;
|
|
33097
|
+
transition: border 150ms;
|
|
33009
33098
|
}
|
|
33010
33099
|
|
|
33011
|
-
.
|
|
33012
|
-
|
|
33013
|
-
|
|
33014
|
-
font-weight: bold;
|
|
33015
|
-
font-size: 14px;
|
|
33016
|
-
line-height: 22px;
|
|
33100
|
+
.E_k1ci6977.input-tags:hover {
|
|
33101
|
+
border-color: #0080ff;
|
|
33102
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
33017
33103
|
}
|
|
33018
33104
|
|
|
33019
|
-
.
|
|
33020
|
-
|
|
33021
|
-
font-style: normal;
|
|
33022
|
-
font-weight: normal;
|
|
33023
|
-
text-transform: uppercase;
|
|
33024
|
-
font-feature-settings: "cpsp" on;
|
|
33025
|
-
font-size: 14px;
|
|
33026
|
-
line-height: 22px;
|
|
33105
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
33106
|
+
padding-right: 30px;
|
|
33027
33107
|
}
|
|
33028
33108
|
|
|
33029
|
-
.
|
|
33030
|
-
|
|
33031
|
-
font-style: normal;
|
|
33032
|
-
font-weight: bold;
|
|
33033
|
-
text-transform: uppercase;
|
|
33034
|
-
font-feature-settings: "cpsp" on;
|
|
33035
|
-
font-size: 14px;
|
|
33036
|
-
line-height: 22px;
|
|
33109
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
33110
|
+
display: flex;
|
|
33037
33111
|
}
|
|
33038
33112
|
|
|
33039
|
-
.
|
|
33040
|
-
|
|
33041
|
-
font-style: normal;
|
|
33042
|
-
font-weight: normal;
|
|
33043
|
-
font-size: 13px;
|
|
33044
|
-
line-height: 20px;
|
|
33113
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
33114
|
+
display: flex;
|
|
33045
33115
|
}
|
|
33046
33116
|
|
|
33047
|
-
.
|
|
33048
|
-
|
|
33049
|
-
|
|
33050
|
-
|
|
33051
|
-
|
|
33052
|
-
line-height: 20px;
|
|
33117
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
33118
|
+
position: absolute;
|
|
33119
|
+
right: 12px;
|
|
33120
|
+
top: 50%;
|
|
33121
|
+
transform: translateY(-50%);
|
|
33053
33122
|
}
|
|
33054
33123
|
|
|
33055
|
-
.
|
|
33056
|
-
|
|
33057
|
-
font-
|
|
33058
|
-
|
|
33059
|
-
font-size: 13px;
|
|
33060
|
-
line-height: 20px;
|
|
33124
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
33125
|
+
color: rgba(0, 0, 0, 0.25);
|
|
33126
|
+
font-size: 12px;
|
|
33127
|
+
cursor: pointer;
|
|
33061
33128
|
}
|
|
33062
33129
|
|
|
33063
|
-
.
|
|
33064
|
-
|
|
33065
|
-
font-style: normal;
|
|
33066
|
-
font-weight: normal;
|
|
33067
|
-
font-size: 13px;
|
|
33068
|
-
line-height: 20px;
|
|
33130
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
33131
|
+
color: rgba(0, 0, 0, 0.45);
|
|
33069
33132
|
}
|
|
33070
33133
|
|
|
33071
|
-
.
|
|
33072
|
-
|
|
33073
|
-
|
|
33074
|
-
font-weight: 600;
|
|
33075
|
-
font-size: 13px;
|
|
33076
|
-
line-height: 20px;
|
|
33134
|
+
.E_k1ci6977.has-focus-indicator {
|
|
33135
|
+
position: relative;
|
|
33136
|
+
overflow: hidden;
|
|
33077
33137
|
}
|
|
33078
33138
|
|
|
33079
|
-
.
|
|
33080
|
-
|
|
33081
|
-
|
|
33082
|
-
|
|
33083
|
-
|
|
33084
|
-
|
|
33139
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
33140
|
+
position: absolute;
|
|
33141
|
+
top: 50%;
|
|
33142
|
+
transform: translateY(-50%);
|
|
33143
|
+
left: -16px;
|
|
33144
|
+
transition: left 150ms ease;
|
|
33145
|
+
opacity: 0;
|
|
33085
33146
|
}
|
|
33086
33147
|
|
|
33087
|
-
.
|
|
33088
|
-
|
|
33089
|
-
|
|
33090
|
-
font-weight: normal;
|
|
33091
|
-
text-transform: uppercase;
|
|
33092
|
-
font-feature-settings: "cpsp" on;
|
|
33093
|
-
font-size: 13px;
|
|
33094
|
-
line-height: 20px;
|
|
33148
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
33149
|
+
left: 8px;
|
|
33150
|
+
opacity: 1;
|
|
33095
33151
|
}
|
|
33096
33152
|
|
|
33097
|
-
.
|
|
33098
|
-
|
|
33099
|
-
|
|
33100
|
-
font-weight: bold;
|
|
33101
|
-
text-transform: uppercase;
|
|
33102
|
-
font-feature-settings: "cpsp" on;
|
|
33103
|
-
font-size: 13px;
|
|
33104
|
-
line-height: 20px;
|
|
33153
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
33154
|
+
transition: margin-left 150ms ease;
|
|
33155
|
+
margin-left: 0px;
|
|
33105
33156
|
}
|
|
33106
33157
|
|
|
33107
|
-
.
|
|
33108
|
-
|
|
33109
|
-
font-style: normal;
|
|
33110
|
-
font-weight: normal;
|
|
33111
|
-
font-size: 12px;
|
|
33112
|
-
line-height: 18px;
|
|
33158
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
33159
|
+
margin-left: 16px;
|
|
33113
33160
|
}
|
|
33114
33161
|
|
|
33115
|
-
.
|
|
33116
|
-
|
|
33117
|
-
|
|
33118
|
-
font-weight: 500;
|
|
33119
|
-
font-size: 12px;
|
|
33120
|
-
line-height: 18px;
|
|
33162
|
+
input.E_l1f7td1d.ant-input {
|
|
33163
|
+
border-top-right-radius: 0;
|
|
33164
|
+
border-bottom-right-radius: 0;
|
|
33121
33165
|
}
|
|
33122
33166
|
|
|
33123
|
-
.
|
|
33124
|
-
|
|
33125
|
-
|
|
33126
|
-
font-weight: bold;
|
|
33127
|
-
font-size: 12px;
|
|
33128
|
-
line-height: 18px;
|
|
33167
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
33168
|
+
border-top-right-radius: 0;
|
|
33169
|
+
border-bottom-right-radius: 0;
|
|
33129
33170
|
}
|
|
33130
33171
|
|
|
33131
|
-
.
|
|
33132
|
-
|
|
33133
|
-
|
|
33134
|
-
font-weight: normal;
|
|
33135
|
-
font-size: 12px;
|
|
33136
|
-
line-height: 18px;
|
|
33172
|
+
input.E_rf8rlle.ant-input {
|
|
33173
|
+
border-top-left-radius: 0;
|
|
33174
|
+
border-bottom-left-radius: 0;
|
|
33137
33175
|
}
|
|
33138
33176
|
|
|
33139
|
-
.
|
|
33140
|
-
|
|
33141
|
-
|
|
33142
|
-
font-weight: 500;
|
|
33143
|
-
font-size: 12px;
|
|
33144
|
-
line-height: 18px;
|
|
33177
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
33178
|
+
border-top-left-radius: 0;
|
|
33179
|
+
border-bottom-left-radius: 0;
|
|
33145
33180
|
}
|
|
33146
33181
|
|
|
33147
|
-
.
|
|
33148
|
-
|
|
33149
|
-
|
|
33150
|
-
font-weight: bold;
|
|
33151
|
-
font-size: 12px;
|
|
33152
|
-
line-height: 18px;
|
|
33182
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
33183
|
+
border-top-right-radius: 0;
|
|
33184
|
+
border-bottom-right-radius: 0;
|
|
33153
33185
|
}
|
|
33154
33186
|
|
|
33155
|
-
.
|
|
33156
|
-
|
|
33157
|
-
|
|
33158
|
-
font-weight: normal;
|
|
33159
|
-
text-transform: uppercase;
|
|
33160
|
-
font-feature-settings: "cpsp" on;
|
|
33161
|
-
font-size: 12px;
|
|
33162
|
-
line-height: 18px;
|
|
33187
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
33188
|
+
border-top-left-radius: 0;
|
|
33189
|
+
border-bottom-left-radius: 0;
|
|
33163
33190
|
}
|
|
33164
33191
|
|
|
33165
|
-
.
|
|
33166
|
-
|
|
33167
|
-
|
|
33168
|
-
font-weight: bold;
|
|
33169
|
-
text-transform: uppercase;
|
|
33170
|
-
font-feature-settings: "cpsp" on;
|
|
33171
|
-
font-size: 12px;
|
|
33172
|
-
line-height: 18px;
|
|
33192
|
+
.E_c3ni091 {
|
|
33193
|
+
display: flex;
|
|
33194
|
+
flex-direction: column;
|
|
33173
33195
|
}
|
|
33174
33196
|
|
|
33175
|
-
.
|
|
33176
|
-
|
|
33177
|
-
font-style: normal;
|
|
33178
|
-
font-weight: normal;
|
|
33179
|
-
font-size: 13px;
|
|
33180
|
-
line-height: 20px;
|
|
33197
|
+
.E_c3ni091 .select-wrapper {
|
|
33198
|
+
margin-top: 12px;
|
|
33181
33199
|
}
|
|
33182
33200
|
|
|
33183
|
-
.
|
|
33184
|
-
|
|
33185
|
-
font-style: normal;
|
|
33186
|
-
font-weight: normal;
|
|
33187
|
-
font-size: 13px;
|
|
33188
|
-
line-height: 20px;
|
|
33201
|
+
.E_c3ni091 .select-wrapper .select {
|
|
33202
|
+
width: 100%;
|
|
33189
33203
|
}
|
|
33190
33204
|
|
|
33191
|
-
.
|
|
33192
|
-
|
|
33193
|
-
font-style: normal;
|
|
33194
|
-
font-weight: normal;
|
|
33195
|
-
font-size: 12px;
|
|
33196
|
-
line-height: 18px;
|
|
33205
|
+
.E_c3ni091 .radio-wrapper {
|
|
33206
|
+
margin-top: 24px;
|
|
33197
33207
|
}
|
|
33198
33208
|
|
|
33199
|
-
.
|
|
33200
|
-
|
|
33201
|
-
|
|
33202
|
-
|
|
33203
|
-
|
|
33209
|
+
.E_c3ni091 div.form-item {
|
|
33210
|
+
width: 100%;
|
|
33211
|
+
}
|
|
33212
|
+
|
|
33213
|
+
.E_d105ju2d {
|
|
33214
|
+
font-size: 14px;
|
|
33215
|
+
font-weight: 500;
|
|
33216
|
+
color: #3e4652;
|
|
33204
33217
|
line-height: 18px;
|
|
33205
33218
|
}
|
|
33206
33219
|
|
|
33207
|
-
.
|
|
33208
|
-
|
|
33209
|
-
font-style: normal;
|
|
33210
|
-
font-weight: normal;
|
|
33211
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
33212
|
-
font-size: 13px;
|
|
33213
|
-
line-height: 20px;
|
|
33220
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
33221
|
+
margin-top: 16px;
|
|
33214
33222
|
}
|
|
33215
33223
|
|
|
33216
|
-
.
|
|
33217
|
-
|
|
33218
|
-
font-style: normal;
|
|
33219
|
-
font-weight: normal;
|
|
33220
|
-
font-feature-settings: "zero" on;
|
|
33221
|
-
font-size: 13px;
|
|
33222
|
-
line-height: 20px;
|
|
33224
|
+
.E_d105ju2d + * {
|
|
33225
|
+
margin-top: 16px;
|
|
33223
33226
|
}
|
|
33224
33227
|
|
|
33225
|
-
.
|
|
33226
|
-
font-family: Inter;
|
|
33227
|
-
font-style: normal;
|
|
33228
|
-
font-weight: normal;
|
|
33229
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
33228
|
+
.E_lh0l62z.E_d105ju2d {
|
|
33230
33229
|
font-size: 12px;
|
|
33231
|
-
|
|
33230
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33231
|
+
margin-top: 12px;
|
|
33232
33232
|
}
|
|
33233
33233
|
|
|
33234
|
-
.
|
|
33235
|
-
font-family: Inter;
|
|
33236
|
-
font-style: normal;
|
|
33237
|
-
font-weight: 500;
|
|
33238
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
33239
|
-
font-size: 12px;
|
|
33234
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
33240
33235
|
line-height: 18px;
|
|
33236
|
+
font-weight: 500;
|
|
33237
|
+
margin-top: 0;
|
|
33238
|
+
white-space: initial;
|
|
33241
33239
|
}
|
|
33242
33240
|
|
|
33243
|
-
.
|
|
33244
|
-
|
|
33245
|
-
font-style: normal;
|
|
33246
|
-
font-weight: normal;
|
|
33247
|
-
font-feature-settings: "zero" on;
|
|
33248
|
-
font-size: 12px;
|
|
33249
|
-
line-height: 18px;
|
|
33241
|
+
.E_r1skkc3l {
|
|
33242
|
+
display: block;
|
|
33250
33243
|
}
|
|
33251
33244
|
|
|
33252
|
-
.
|
|
33253
|
-
font-
|
|
33254
|
-
font-style: normal;
|
|
33245
|
+
.E_r1skkc3l span {
|
|
33246
|
+
font-size: 14px;
|
|
33255
33247
|
font-weight: 500;
|
|
33256
|
-
|
|
33248
|
+
line-height: 32px;
|
|
33249
|
+
color: #3e4652;
|
|
33250
|
+
}
|
|
33251
|
+
|
|
33252
|
+
.E_c3cobmo {
|
|
33253
|
+
margin-top: 16px;
|
|
33254
|
+
padding: 8px;
|
|
33255
|
+
border-radius: 6px;
|
|
33256
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33257
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33257
33258
|
font-size: 12px;
|
|
33258
|
-
line-height: 18px;
|
|
33259
33259
|
}
|
|
33260
33260
|
|
|
33261
|
-
.
|
|
33262
|
-
|
|
33263
|
-
|
|
33264
|
-
|
|
33265
|
-
|
|
33266
|
-
font-size: 16px;
|
|
33267
|
-
line-height: 24px;
|
|
33261
|
+
.E_c3cobmo div {
|
|
33262
|
+
line-height: 20px;
|
|
33263
|
+
display: flex;
|
|
33264
|
+
align-items: center;
|
|
33265
|
+
word-break: break-all;
|
|
33268
33266
|
}
|
|
33269
33267
|
|
|
33270
|
-
.
|
|
33271
|
-
font-
|
|
33272
|
-
|
|
33273
|
-
|
|
33274
|
-
|
|
33275
|
-
|
|
33268
|
+
.E_c3cobmo .title {
|
|
33269
|
+
font-weight: 700;
|
|
33270
|
+
line-height: 18px;
|
|
33271
|
+
margin: 4px 0;
|
|
33272
|
+
}
|
|
33273
|
+
|
|
33274
|
+
.E_uqv57uv {
|
|
33275
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33276
33276
|
}
|
|
33277
33277
|
|
|
33278
33278
|
.E_suhck3k {
|
|
@@ -33800,39 +33800,82 @@ input.E_rf8rlle.ant-input {
|
|
|
33800
33800
|
opacity: 1;
|
|
33801
33801
|
}
|
|
33802
33802
|
|
|
33803
|
-
.E_ncaepor .nav-info {
|
|
33804
|
-
transform: translateY(100%);
|
|
33805
|
-
opacity: 0;
|
|
33806
|
-
font-size: 18px;
|
|
33807
|
-
font-weight: 700;
|
|
33808
|
-
position: absolute;
|
|
33809
|
-
overflow: hidden;
|
|
33810
|
-
display: flex;
|
|
33811
|
-
justify-content: center;
|
|
33803
|
+
.E_ncaepor .nav-info {
|
|
33804
|
+
transform: translateY(100%);
|
|
33805
|
+
opacity: 0;
|
|
33806
|
+
font-size: 18px;
|
|
33807
|
+
font-weight: 700;
|
|
33808
|
+
position: absolute;
|
|
33809
|
+
overflow: hidden;
|
|
33810
|
+
display: flex;
|
|
33811
|
+
justify-content: center;
|
|
33812
|
+
}
|
|
33813
|
+
|
|
33814
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33815
|
+
color: #1d326c;
|
|
33816
|
+
flex: 1;
|
|
33817
|
+
overflow: hidden;
|
|
33818
|
+
text-overflow: ellipsis;
|
|
33819
|
+
}
|
|
33820
|
+
|
|
33821
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33822
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33823
|
+
margin-left: 8px;
|
|
33824
|
+
}
|
|
33825
|
+
|
|
33826
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33827
|
+
transform: translateY(-100%);
|
|
33828
|
+
opacity: 0;
|
|
33829
|
+
position: absolute;
|
|
33830
|
+
}
|
|
33831
|
+
|
|
33832
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33833
|
+
transform: translateY(0);
|
|
33834
|
+
opacity: 1;
|
|
33835
|
+
position: static;
|
|
33836
|
+
}
|
|
33837
|
+
|
|
33838
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33839
|
+
margin-right: 2px;
|
|
33840
|
+
}
|
|
33841
|
+
|
|
33842
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33843
|
+
padding-left: 8px;
|
|
33844
|
+
padding-right: 8px;
|
|
33845
|
+
}
|
|
33846
|
+
|
|
33847
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33848
|
+
border-radius: 4px;
|
|
33849
|
+
}
|
|
33850
|
+
|
|
33851
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33852
|
+
border-radius: 4px;
|
|
33853
|
+
}
|
|
33854
|
+
|
|
33855
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33856
|
+
padding-left: 12px;
|
|
33857
|
+
padding-right: 12px;
|
|
33858
|
+
}
|
|
33859
|
+
|
|
33860
|
+
.E_ckld275 {
|
|
33861
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33812
33862
|
}
|
|
33813
33863
|
|
|
33814
|
-
.
|
|
33815
|
-
color:
|
|
33816
|
-
|
|
33817
|
-
overflow: hidden;
|
|
33818
|
-
text-overflow: ellipsis;
|
|
33864
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33865
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33866
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33819
33867
|
}
|
|
33820
33868
|
|
|
33821
|
-
.
|
|
33822
|
-
color:
|
|
33823
|
-
margin-left: 8px;
|
|
33869
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33870
|
+
background-color: transparent;
|
|
33824
33871
|
}
|
|
33825
33872
|
|
|
33826
|
-
.
|
|
33827
|
-
|
|
33828
|
-
opacity: 0;
|
|
33829
|
-
position: absolute;
|
|
33873
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33874
|
+
background-color: transparent;
|
|
33830
33875
|
}
|
|
33831
33876
|
|
|
33832
|
-
.
|
|
33833
|
-
|
|
33834
|
-
opacity: 1;
|
|
33835
|
-
position: static;
|
|
33877
|
+
.E_c1yd35n {
|
|
33878
|
+
padding: 0 12px 14px 12px;
|
|
33836
33879
|
}
|
|
33837
33880
|
|
|
33838
33881
|
.E_c1kchka8 {
|
|
@@ -34397,115 +34440,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34397
34440
|
padding: 0;
|
|
34398
34441
|
}
|
|
34399
34442
|
|
|
34400
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34401
|
-
margin-right: 2px;
|
|
34402
|
-
}
|
|
34403
|
-
|
|
34404
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34405
|
-
padding-left: 8px;
|
|
34406
|
-
padding-right: 8px;
|
|
34407
|
-
}
|
|
34408
|
-
|
|
34409
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34410
|
-
border-radius: 4px;
|
|
34411
|
-
}
|
|
34412
|
-
|
|
34413
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34414
|
-
border-radius: 4px;
|
|
34415
|
-
}
|
|
34416
|
-
|
|
34417
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
34418
|
-
padding-left: 12px;
|
|
34419
|
-
padding-right: 12px;
|
|
34420
|
-
}
|
|
34421
|
-
|
|
34422
|
-
.E_ckld275 {
|
|
34423
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34424
|
-
}
|
|
34425
|
-
|
|
34426
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34427
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
34428
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34429
|
-
}
|
|
34430
|
-
|
|
34431
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34432
|
-
background-color: transparent;
|
|
34433
|
-
}
|
|
34434
|
-
|
|
34435
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34436
|
-
background-color: transparent;
|
|
34437
|
-
}
|
|
34438
|
-
|
|
34439
|
-
.E_b14q2gmw {
|
|
34440
|
-
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);
|
|
34441
|
-
}
|
|
34442
|
-
|
|
34443
|
-
.E_c1eym6el {
|
|
34444
|
-
border-radius: 8px;
|
|
34445
|
-
background-color: white;
|
|
34446
|
-
}
|
|
34447
|
-
|
|
34448
|
-
.E_c1eym6el.hoverable {
|
|
34449
|
-
cursor: pointer;
|
|
34450
|
-
}
|
|
34451
|
-
|
|
34452
|
-
.E_c1eym6el.hoverable:hover {
|
|
34453
|
-
transition: all 200ms ease;
|
|
34454
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34455
|
-
transform: translateY(-4px);
|
|
34456
|
-
}
|
|
34457
|
-
|
|
34458
|
-
.E_c1yd35n {
|
|
34459
|
-
padding: 0 12px 14px 12px;
|
|
34460
|
-
}
|
|
34461
|
-
|
|
34462
|
-
.E_c1kghdax {
|
|
34463
|
-
color: #2d3a56;
|
|
34464
|
-
padding: 7px 12px;
|
|
34465
|
-
display: flex;
|
|
34466
|
-
justify-content: space-between;
|
|
34467
|
-
align-items: center;
|
|
34468
|
-
}
|
|
34469
|
-
|
|
34470
|
-
.E_c1kghdax.has-arrow {
|
|
34471
|
-
padding-left: 10px;
|
|
34472
|
-
}
|
|
34473
|
-
|
|
34474
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34475
|
-
cursor: pointer;
|
|
34476
|
-
color: #00122e;
|
|
34477
|
-
}
|
|
34478
|
-
|
|
34479
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34480
|
-
color: #2d3a56;
|
|
34481
|
-
font-weight: 600;
|
|
34482
|
-
}
|
|
34483
|
-
|
|
34484
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34485
|
-
transform: rotate(90deg);
|
|
34486
|
-
}
|
|
34487
|
-
|
|
34488
|
-
.E_c1kghdax .sub-info {
|
|
34489
|
-
font-size: 12px;
|
|
34490
|
-
line-height: 18px;
|
|
34491
|
-
}
|
|
34492
|
-
|
|
34493
|
-
.E_c1kghdax .title-wrapper {
|
|
34494
|
-
display: flex;
|
|
34495
|
-
align-items: center;
|
|
34496
|
-
user-select: none;
|
|
34497
|
-
flex-grow: 1;
|
|
34498
|
-
font-size: 12px;
|
|
34499
|
-
line-height: 18px;
|
|
34500
|
-
color: #2d3a56;
|
|
34501
|
-
font-weight: 700;
|
|
34502
|
-
}
|
|
34503
|
-
|
|
34504
|
-
.E_c1kghdax .collapse-arrow {
|
|
34505
|
-
transition: all 50ms ease-out 0ms;
|
|
34506
|
-
margin-right: 2px;
|
|
34507
|
-
}
|
|
34508
|
-
|
|
34509
34443
|
.E_ckui4s7 {
|
|
34510
34444
|
color: #2d3a56;
|
|
34511
34445
|
line-height: 22px;
|
|
@@ -34586,148 +34520,119 @@ input.E_rf8rlle.ant-input {
|
|
|
34586
34520
|
margin-left: 24px;
|
|
34587
34521
|
}
|
|
34588
34522
|
|
|
34589
|
-
.
|
|
34590
|
-
|
|
34591
|
-
|
|
34523
|
+
.E_c1kghdax {
|
|
34524
|
+
color: #2d3a56;
|
|
34525
|
+
padding: 7px 12px;
|
|
34592
34526
|
display: flex;
|
|
34527
|
+
justify-content: space-between;
|
|
34593
34528
|
align-items: center;
|
|
34594
|
-
justify-content: center;
|
|
34595
|
-
position: relative;
|
|
34596
|
-
opacity: 0.2;
|
|
34597
|
-
}
|
|
34598
|
-
|
|
34599
|
-
.E_lk3gkp4 {
|
|
34600
|
-
position: absolute;
|
|
34601
|
-
width: 5px;
|
|
34602
|
-
height: 48px;
|
|
34603
|
-
left: 9.33px;
|
|
34604
|
-
top: 40.5px;
|
|
34605
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34606
|
-
border-radius: 5px;
|
|
34607
|
-
transform: rotate(-128deg);
|
|
34608
|
-
transform-origin: top left;
|
|
34609
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34610
|
-
}
|
|
34611
|
-
|
|
34612
|
-
.E_ll4n94n {
|
|
34613
|
-
position: absolute;
|
|
34614
|
-
width: 5px;
|
|
34615
|
-
height: 48px;
|
|
34616
|
-
left: 40.8px;
|
|
34617
|
-
top: 8.4px;
|
|
34618
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34619
|
-
border-radius: 5px;
|
|
34620
|
-
transform: rotate(-8deg);
|
|
34621
|
-
transform-origin: top left;
|
|
34622
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34623
|
-
}
|
|
34624
|
-
|
|
34625
|
-
.E_l17lbdo6 {
|
|
34626
|
-
position: absolute;
|
|
34627
|
-
width: 5px;
|
|
34628
|
-
height: 48px;
|
|
34629
|
-
left: 52.9px;
|
|
34630
|
-
top: 51.8px;
|
|
34631
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34632
|
-
border-radius: 5px;
|
|
34633
|
-
transform: rotate(112deg);
|
|
34634
|
-
transform-origin: top left;
|
|
34635
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34636
|
-
}
|
|
34637
|
-
|
|
34638
|
-
.E_sddwhm6 {
|
|
34639
|
-
margin: 0;
|
|
34640
|
-
border-radius: 20px;
|
|
34641
|
-
padding: 2px 10px;
|
|
34642
|
-
height: 22px;
|
|
34643
|
-
}
|
|
34644
|
-
|
|
34645
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34646
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34647
34529
|
}
|
|
34648
34530
|
|
|
34649
|
-
.
|
|
34650
|
-
|
|
34531
|
+
.E_c1kghdax.has-arrow {
|
|
34532
|
+
padding-left: 10px;
|
|
34651
34533
|
}
|
|
34652
34534
|
|
|
34653
|
-
.
|
|
34535
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34536
|
+
cursor: pointer;
|
|
34654
34537
|
color: #00122e;
|
|
34655
34538
|
}
|
|
34656
34539
|
|
|
34657
|
-
.
|
|
34658
|
-
|
|
34659
|
-
|
|
34660
|
-
|
|
34661
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34662
|
-
margin-left: 8px;
|
|
34663
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34664
|
-
}
|
|
34665
|
-
|
|
34666
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34667
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34668
|
-
}
|
|
34669
|
-
|
|
34670
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34671
|
-
background-color: #0080ff;
|
|
34672
|
-
}
|
|
34673
|
-
|
|
34674
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34675
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
34676
|
-
}
|
|
34677
|
-
|
|
34678
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34679
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
34540
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34541
|
+
color: #2d3a56;
|
|
34542
|
+
font-weight: 600;
|
|
34680
34543
|
}
|
|
34681
34544
|
|
|
34682
|
-
.
|
|
34683
|
-
|
|
34545
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34546
|
+
transform: rotate(90deg);
|
|
34684
34547
|
}
|
|
34685
34548
|
|
|
34686
|
-
.
|
|
34687
|
-
|
|
34549
|
+
.E_c1kghdax .sub-info {
|
|
34550
|
+
font-size: 12px;
|
|
34551
|
+
line-height: 18px;
|
|
34688
34552
|
}
|
|
34689
34553
|
|
|
34690
|
-
.
|
|
34691
|
-
|
|
34554
|
+
.E_c1kghdax .title-wrapper {
|
|
34555
|
+
display: flex;
|
|
34556
|
+
align-items: center;
|
|
34557
|
+
user-select: none;
|
|
34558
|
+
flex-grow: 1;
|
|
34559
|
+
font-size: 12px;
|
|
34560
|
+
line-height: 18px;
|
|
34561
|
+
color: #2d3a56;
|
|
34562
|
+
font-weight: 700;
|
|
34692
34563
|
}
|
|
34693
34564
|
|
|
34694
|
-
.
|
|
34695
|
-
|
|
34565
|
+
.E_c1kghdax .collapse-arrow {
|
|
34566
|
+
transition: all 50ms ease-out 0ms;
|
|
34567
|
+
margin-right: 2px;
|
|
34696
34568
|
}
|
|
34697
34569
|
|
|
34698
|
-
.
|
|
34699
|
-
|
|
34570
|
+
.E_lht19u8 {
|
|
34571
|
+
width: 64px;
|
|
34572
|
+
height: 64px;
|
|
34573
|
+
display: flex;
|
|
34574
|
+
align-items: center;
|
|
34575
|
+
justify-content: center;
|
|
34576
|
+
position: relative;
|
|
34577
|
+
opacity: 0.2;
|
|
34700
34578
|
}
|
|
34701
34579
|
|
|
34702
|
-
.
|
|
34703
|
-
|
|
34580
|
+
.E_lk3gkp4 {
|
|
34581
|
+
position: absolute;
|
|
34582
|
+
width: 5px;
|
|
34583
|
+
height: 48px;
|
|
34584
|
+
left: 9.33px;
|
|
34585
|
+
top: 40.5px;
|
|
34586
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34587
|
+
border-radius: 5px;
|
|
34588
|
+
transform: rotate(-128deg);
|
|
34589
|
+
transform-origin: top left;
|
|
34590
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34704
34591
|
}
|
|
34705
34592
|
|
|
34706
|
-
.
|
|
34707
|
-
|
|
34593
|
+
.E_ll4n94n {
|
|
34594
|
+
position: absolute;
|
|
34595
|
+
width: 5px;
|
|
34596
|
+
height: 48px;
|
|
34597
|
+
left: 40.8px;
|
|
34598
|
+
top: 8.4px;
|
|
34599
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34600
|
+
border-radius: 5px;
|
|
34601
|
+
transform: rotate(-8deg);
|
|
34602
|
+
transform-origin: top left;
|
|
34603
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34708
34604
|
}
|
|
34709
34605
|
|
|
34710
|
-
.
|
|
34711
|
-
|
|
34606
|
+
.E_l17lbdo6 {
|
|
34607
|
+
position: absolute;
|
|
34608
|
+
width: 5px;
|
|
34609
|
+
height: 48px;
|
|
34610
|
+
left: 52.9px;
|
|
34611
|
+
top: 51.8px;
|
|
34612
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34613
|
+
border-radius: 5px;
|
|
34614
|
+
transform: rotate(112deg);
|
|
34615
|
+
transform-origin: top left;
|
|
34616
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34712
34617
|
}
|
|
34713
34618
|
|
|
34714
|
-
.
|
|
34715
|
-
|
|
34619
|
+
.E_b14q2gmw {
|
|
34620
|
+
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);
|
|
34716
34621
|
}
|
|
34717
34622
|
|
|
34718
|
-
.
|
|
34719
|
-
|
|
34623
|
+
.E_c1eym6el {
|
|
34624
|
+
border-radius: 8px;
|
|
34625
|
+
background-color: white;
|
|
34720
34626
|
}
|
|
34721
34627
|
|
|
34722
|
-
.
|
|
34723
|
-
|
|
34628
|
+
.E_c1eym6el.hoverable {
|
|
34629
|
+
cursor: pointer;
|
|
34724
34630
|
}
|
|
34725
34631
|
|
|
34726
|
-
.
|
|
34727
|
-
|
|
34728
|
-
|
|
34729
|
-
|
|
34730
|
-
display: inline-block;
|
|
34632
|
+
.E_c1eym6el.hoverable:hover {
|
|
34633
|
+
transition: all 200ms ease;
|
|
34634
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34635
|
+
transform: translateY(-4px);
|
|
34731
34636
|
}
|
|
34732
34637
|
|
|
34733
34638
|
button.E_l48ei06.ant-btn {
|
|
@@ -35244,6 +35149,101 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35244
35149
|
background: #fff;
|
|
35245
35150
|
}
|
|
35246
35151
|
|
|
35152
|
+
.E_sddwhm6 {
|
|
35153
|
+
margin: 0;
|
|
35154
|
+
border-radius: 20px;
|
|
35155
|
+
padding: 2px 10px;
|
|
35156
|
+
height: 22px;
|
|
35157
|
+
}
|
|
35158
|
+
|
|
35159
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35160
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35161
|
+
}
|
|
35162
|
+
|
|
35163
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
35164
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35165
|
+
}
|
|
35166
|
+
|
|
35167
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35168
|
+
color: #00122e;
|
|
35169
|
+
}
|
|
35170
|
+
|
|
35171
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35172
|
+
margin-right: 6px;
|
|
35173
|
+
}
|
|
35174
|
+
|
|
35175
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35176
|
+
margin-left: 8px;
|
|
35177
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35178
|
+
}
|
|
35179
|
+
|
|
35180
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35181
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35182
|
+
}
|
|
35183
|
+
|
|
35184
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35185
|
+
background-color: #0080ff;
|
|
35186
|
+
}
|
|
35187
|
+
|
|
35188
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
35189
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
35190
|
+
}
|
|
35191
|
+
|
|
35192
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35193
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
35194
|
+
}
|
|
35195
|
+
|
|
35196
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35197
|
+
background-color: #f0483e;
|
|
35198
|
+
}
|
|
35199
|
+
|
|
35200
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
35201
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
35202
|
+
}
|
|
35203
|
+
|
|
35204
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35205
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
35206
|
+
}
|
|
35207
|
+
|
|
35208
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35209
|
+
background-color: #fea008;
|
|
35210
|
+
}
|
|
35211
|
+
|
|
35212
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
35213
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
35214
|
+
}
|
|
35215
|
+
|
|
35216
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35217
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
35218
|
+
}
|
|
35219
|
+
|
|
35220
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35221
|
+
background-color: #00ba5d;
|
|
35222
|
+
}
|
|
35223
|
+
|
|
35224
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
35225
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
35226
|
+
}
|
|
35227
|
+
|
|
35228
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35229
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35230
|
+
}
|
|
35231
|
+
|
|
35232
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35233
|
+
background-color: #6b7d99;
|
|
35234
|
+
}
|
|
35235
|
+
|
|
35236
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
35237
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
35238
|
+
}
|
|
35239
|
+
|
|
35240
|
+
.E_satwmqm {
|
|
35241
|
+
width: 8px;
|
|
35242
|
+
height: 8px;
|
|
35243
|
+
border-radius: 50%;
|
|
35244
|
+
display: inline-block;
|
|
35245
|
+
}
|
|
35246
|
+
|
|
35247
35247
|
.E_w7ob4th.outside-tag {
|
|
35248
35248
|
padding-left: 0;
|
|
35249
35249
|
}
|
|
@@ -35254,6 +35254,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35254
35254
|
margin-right: 4px;
|
|
35255
35255
|
}
|
|
35256
35256
|
|
|
35257
|
+
.E_slr2ynn {
|
|
35258
|
+
padding: 0 8px;
|
|
35259
|
+
height: 18px;
|
|
35260
|
+
}
|
|
35261
|
+
|
|
35262
|
+
.E_m140wbb6 {
|
|
35263
|
+
padding: 2px 8px;
|
|
35264
|
+
height: 24px;
|
|
35265
|
+
}
|
|
35266
|
+
|
|
35267
|
+
.E_t1fozc1i {
|
|
35268
|
+
margin: 0;
|
|
35269
|
+
}
|
|
35270
|
+
|
|
35271
|
+
.E_i1vxv4ln {
|
|
35272
|
+
margin-right: 4px;
|
|
35273
|
+
height: 16px;
|
|
35274
|
+
}
|
|
35275
|
+
|
|
35276
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35277
|
+
font-weight: 700;
|
|
35278
|
+
color: #00122e;
|
|
35279
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35280
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35281
|
+
word-break: break-all;
|
|
35282
|
+
display: inline;
|
|
35283
|
+
white-space: normal;
|
|
35284
|
+
}
|
|
35285
|
+
|
|
35257
35286
|
.E_i1g85yz3 {
|
|
35258
35287
|
margin-right: 4px;
|
|
35259
35288
|
height: 16px;
|
|
@@ -35719,35 +35748,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35719
35748
|
margin-right: 8px;
|
|
35720
35749
|
}
|
|
35721
35750
|
|
|
35722
|
-
.E_slr2ynn {
|
|
35723
|
-
padding: 0 8px;
|
|
35724
|
-
height: 18px;
|
|
35725
|
-
}
|
|
35726
|
-
|
|
35727
|
-
.E_m140wbb6 {
|
|
35728
|
-
padding: 2px 8px;
|
|
35729
|
-
height: 24px;
|
|
35730
|
-
}
|
|
35731
|
-
|
|
35732
|
-
.E_t1fozc1i {
|
|
35733
|
-
margin: 0;
|
|
35734
|
-
}
|
|
35735
|
-
|
|
35736
|
-
.E_i1vxv4ln {
|
|
35737
|
-
margin-right: 4px;
|
|
35738
|
-
height: 16px;
|
|
35739
|
-
}
|
|
35740
|
-
|
|
35741
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35742
|
-
font-weight: 700;
|
|
35743
|
-
color: #00122e;
|
|
35744
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35745
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35746
|
-
word-break: break-all;
|
|
35747
|
-
display: inline;
|
|
35748
|
-
white-space: normal;
|
|
35749
|
-
}
|
|
35750
|
-
|
|
35751
35751
|
.E_r77hffu {
|
|
35752
35752
|
display: flex;
|
|
35753
35753
|
align-items: center;
|
|
@@ -36069,6 +36069,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36069
36069
|
display: block;
|
|
36070
36070
|
}
|
|
36071
36071
|
|
|
36072
|
+
.E_i14c7jc8 {
|
|
36073
|
+
color: var(--i14c7jc8-0);
|
|
36074
|
+
}
|
|
36075
|
+
|
|
36076
|
+
.E_i1ibuolf {
|
|
36077
|
+
display: flex;
|
|
36078
|
+
align-items: center;
|
|
36079
|
+
column-gap: 4px;
|
|
36080
|
+
font-size: 12px;
|
|
36081
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36082
|
+
}
|
|
36083
|
+
|
|
36072
36084
|
.E_d1u4ndxc {
|
|
36073
36085
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
36074
36086
|
font-size: 12px;
|
|
@@ -36099,15 +36111,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36099
36111
|
to {
|
|
36100
36112
|
transform: translateX(100%);
|
|
36101
36113
|
}
|
|
36102
|
-
}
|
|
36103
|
-
.E_i14c7jc8 {
|
|
36104
|
-
color: var(--i14c7jc8-0);
|
|
36105
|
-
}
|
|
36106
|
-
|
|
36107
|
-
.E_i1ibuolf {
|
|
36108
|
-
display: flex;
|
|
36109
|
-
align-items: center;
|
|
36110
|
-
column-gap: 4px;
|
|
36111
|
-
font-size: 12px;
|
|
36112
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
36113
36114
|
}
|