@cloudtower/eagle 0.33.7 → 0.33.9
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/core/LineChart/LineChartLegend.js +2 -2
- package/dist/cjs/core/LineChart/RenderChart.js +19 -6
- package/dist/cjs/core/SearchInput/index.js +22 -11
- package/dist/cjs/core/Table/index.js +4 -2
- package/dist/cjs/coreX/CheckPointList/index.js +3 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1208 -1199
- package/dist/esm/core/LineChart/LineChartLegend.js +2 -2
- package/dist/esm/core/LineChart/RenderChart.js +19 -6
- package/dist/esm/core/SearchInput/index.js +22 -11
- package/dist/esm/core/Table/index.js +4 -2
- package/dist/esm/coreX/CheckPointList/index.js +3 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1370 -1363
- package/dist/src/core/SearchInput/searchInput.type.d.ts +5 -0
- package/dist/src/core/Table/table.type.d.ts +2 -1
- package/dist/src/coreX/CheckPointList/checkpointlist.type.d.ts +1 -0
- package/dist/stories/docs/core/SearchInput.stories.d.ts +28 -1
- package/dist/stories/docs/core/Table.stories.d.ts +6 -0
- package/dist/style.css +1150 -1143
- package/package.json +4 -5
package/dist/style.css
CHANGED
|
@@ -29692,69 +29692,39 @@ html body {
|
|
|
29692
29692
|
padding: 8px 12px;
|
|
29693
29693
|
}
|
|
29694
29694
|
|
|
29695
|
-
.
|
|
29696
|
-
|
|
29697
|
-
|
|
29698
|
-
|
|
29699
|
-
.E_berrcjl .breadcrumb-link {
|
|
29700
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29701
|
-
cursor: pointer;
|
|
29702
|
-
transition: color 160ms ease;
|
|
29703
|
-
}
|
|
29704
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29705
|
-
color: #0080ff;
|
|
29706
|
-
}
|
|
29707
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29708
|
-
color: #005ed1;
|
|
29709
|
-
}
|
|
29710
|
-
|
|
29711
|
-
.E_b1nip9bk {
|
|
29712
|
-
padding: 4px 11px;
|
|
29713
|
-
}
|
|
29714
|
-
|
|
29715
|
-
.E_bqamoqe {
|
|
29716
|
-
white-space: nowrap;
|
|
29717
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29718
|
-
}
|
|
29719
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29720
|
-
--color: #0080ff;
|
|
29721
|
-
}
|
|
29722
|
-
.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] {
|
|
29723
|
-
--color: #0080ff;
|
|
29724
|
-
}
|
|
29725
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29726
|
-
margin-left: 1px;
|
|
29727
|
-
}
|
|
29728
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29729
|
-
border-top-right-radius: 0;
|
|
29730
|
-
border-bottom-right-radius: 0;
|
|
29695
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29696
|
+
padding: 4px 8px 0 8px;
|
|
29697
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29698
|
+
font-size: 12px;
|
|
29731
29699
|
}
|
|
29732
|
-
.
|
|
29733
|
-
|
|
29734
|
-
border-bottom-left-radius: 0;
|
|
29700
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29701
|
+
padding-bottom: 6px;
|
|
29735
29702
|
}
|
|
29736
|
-
.
|
|
29737
|
-
|
|
29703
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29704
|
+
padding-top: 4px;
|
|
29705
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29738
29706
|
}
|
|
29739
29707
|
|
|
29740
|
-
.
|
|
29741
|
-
|
|
29742
|
-
justify-content: space-between;
|
|
29743
|
-
width: 100%;
|
|
29744
|
-
}
|
|
29745
|
-
.E_m74vjol .action {
|
|
29746
|
-
margin-left: 16px;
|
|
29708
|
+
.E_c1uzzomf {
|
|
29709
|
+
margin-bottom: 16px;
|
|
29747
29710
|
}
|
|
29748
|
-
|
|
29749
|
-
|
|
29750
|
-
|
|
29711
|
+
.E_c1uzzomf .card-title {
|
|
29712
|
+
font-size: 16px;
|
|
29713
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29714
|
+
font-weight: 700;
|
|
29715
|
+
line-height: 32px;
|
|
29751
29716
|
}
|
|
29752
|
-
.
|
|
29753
|
-
|
|
29754
|
-
|
|
29717
|
+
.E_c1uzzomf .card-body {
|
|
29718
|
+
padding: 24px;
|
|
29719
|
+
border-radius: 8px;
|
|
29720
|
+
background: #fff;
|
|
29755
29721
|
}
|
|
29756
|
-
.
|
|
29757
|
-
|
|
29722
|
+
.E_c1uzzomf .empty {
|
|
29723
|
+
font-weight: 700;
|
|
29724
|
+
font-size: 14px;
|
|
29725
|
+
line-height: 22px;
|
|
29726
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29727
|
+
text-align: center;
|
|
29758
29728
|
}
|
|
29759
29729
|
|
|
29760
29730
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30014,72 +29984,69 @@ html body {
|
|
|
30014
29984
|
justify-content: center;
|
|
30015
29985
|
}
|
|
30016
29986
|
|
|
30017
|
-
.
|
|
30018
|
-
|
|
30019
|
-
|
|
29987
|
+
.E_berrcjl {
|
|
29988
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29989
|
+
margin-bottom: 4px;
|
|
30020
29990
|
}
|
|
30021
|
-
.
|
|
30022
|
-
|
|
30023
|
-
|
|
30024
|
-
|
|
30025
|
-
padding-right: 24px;
|
|
29991
|
+
.E_berrcjl .breadcrumb-link {
|
|
29992
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29993
|
+
cursor: pointer;
|
|
29994
|
+
transition: color 160ms ease;
|
|
30026
29995
|
}
|
|
30027
|
-
.
|
|
30028
|
-
|
|
29996
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29997
|
+
color: #0080ff;
|
|
30029
29998
|
}
|
|
30030
|
-
.
|
|
30031
|
-
|
|
29999
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30000
|
+
color: #005ed1;
|
|
30032
30001
|
}
|
|
30033
30002
|
|
|
30034
|
-
.
|
|
30035
|
-
|
|
30036
|
-
|
|
30003
|
+
.E_m74vjol {
|
|
30004
|
+
display: flex;
|
|
30005
|
+
justify-content: space-between;
|
|
30006
|
+
width: 100%;
|
|
30007
|
+
}
|
|
30008
|
+
.E_m74vjol .action {
|
|
30009
|
+
margin-left: 16px;
|
|
30037
30010
|
}
|
|
30038
30011
|
|
|
30039
|
-
.
|
|
30040
|
-
padding:
|
|
30041
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30042
|
-
font-size: 12px;
|
|
30012
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30013
|
+
padding-right: 12px;
|
|
30043
30014
|
}
|
|
30044
|
-
.
|
|
30045
|
-
|
|
30015
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30016
|
+
height: fit-content;
|
|
30017
|
+
margin-left: 16px;
|
|
30046
30018
|
}
|
|
30047
|
-
.
|
|
30048
|
-
|
|
30049
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30019
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30020
|
+
flex: 1;
|
|
30050
30021
|
}
|
|
30051
30022
|
|
|
30052
|
-
.
|
|
30053
|
-
|
|
30023
|
+
.E_b1nip9bk {
|
|
30024
|
+
padding: 4px 11px;
|
|
30054
30025
|
}
|
|
30055
30026
|
|
|
30056
|
-
.
|
|
30057
|
-
|
|
30027
|
+
.E_bqamoqe {
|
|
30028
|
+
white-space: nowrap;
|
|
30029
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30058
30030
|
}
|
|
30059
|
-
.
|
|
30060
|
-
|
|
30061
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30062
|
-
font-weight: 700;
|
|
30063
|
-
line-height: 32px;
|
|
30031
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30032
|
+
--color: #0080ff;
|
|
30064
30033
|
}
|
|
30065
|
-
.
|
|
30066
|
-
|
|
30067
|
-
border-radius: 8px;
|
|
30068
|
-
background: #fff;
|
|
30034
|
+
.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] {
|
|
30035
|
+
--color: #0080ff;
|
|
30069
30036
|
}
|
|
30070
|
-
.
|
|
30071
|
-
|
|
30072
|
-
font-size: 14px;
|
|
30073
|
-
line-height: 22px;
|
|
30074
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30075
|
-
text-align: center;
|
|
30037
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30038
|
+
margin-left: 1px;
|
|
30076
30039
|
}
|
|
30077
|
-
|
|
30078
|
-
|
|
30079
|
-
border-radius:
|
|
30040
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30041
|
+
border-top-right-radius: 0;
|
|
30042
|
+
border-bottom-right-radius: 0;
|
|
30080
30043
|
}
|
|
30081
|
-
.
|
|
30082
|
-
|
|
30044
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30045
|
+
border-top-left-radius: 0;
|
|
30046
|
+
border-bottom-left-radius: 0;
|
|
30047
|
+
}
|
|
30048
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30049
|
+
border-radius: unset;
|
|
30083
30050
|
}
|
|
30084
30051
|
|
|
30085
30052
|
.E_d1bw7c5z {
|
|
@@ -30165,151 +30132,106 @@ html body {
|
|
|
30165
30132
|
width: 102px;
|
|
30166
30133
|
}
|
|
30167
30134
|
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30170
|
-
}
|
|
30171
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30172
|
-
border-bottom-left-radius: 5px;
|
|
30173
|
-
border-top-left-radius: 5px;
|
|
30135
|
+
.E_c1yyuluq {
|
|
30136
|
+
border-radius: 8px;
|
|
30174
30137
|
}
|
|
30175
|
-
.
|
|
30176
|
-
|
|
30177
|
-
border-top-right-radius: 5px;
|
|
30138
|
+
.E_c1yyuluq .ant-card-body {
|
|
30139
|
+
padding: 20px 24px 24px 24px;
|
|
30178
30140
|
}
|
|
30179
30141
|
|
|
30180
|
-
.
|
|
30181
|
-
height:
|
|
30182
|
-
width: 56px !important;
|
|
30183
|
-
margin-right: 4px;
|
|
30142
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30143
|
+
line-height: 18px;
|
|
30184
30144
|
}
|
|
30185
30145
|
|
|
30186
|
-
.
|
|
30146
|
+
.E_phljevk {
|
|
30147
|
+
display: flex;
|
|
30148
|
+
justify-content: space-between;
|
|
30149
|
+
align-items: center;
|
|
30150
|
+
padding: 10px 0;
|
|
30187
30151
|
color: rgba(44, 56, 82, 0.6);
|
|
30152
|
+
font-size: 12px;
|
|
30153
|
+
line-height: 24px;
|
|
30188
30154
|
}
|
|
30189
|
-
|
|
30190
|
-
|
|
30191
|
-
margin-right: 8px;
|
|
30192
|
-
}
|
|
30193
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30194
|
-
margin-left: 8px;
|
|
30195
|
-
}
|
|
30196
|
-
|
|
30197
|
-
.E_cc368xp {
|
|
30198
|
-
color: #00122e;
|
|
30199
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30200
|
-
margin-right: 8px;
|
|
30201
|
-
padding-right: 8px;
|
|
30155
|
+
.E_phljevk .pagination-left {
|
|
30156
|
+
padding: 2px 8px;
|
|
30202
30157
|
}
|
|
30203
|
-
|
|
30204
|
-
.E_i11o6xqj {
|
|
30158
|
+
.E_phljevk .dropdown-trigger {
|
|
30205
30159
|
display: flex;
|
|
30206
|
-
|
|
30207
|
-
|
|
30208
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30160
|
+
align-items: center;
|
|
30161
|
+
border-radius: 6px;
|
|
30209
30162
|
cursor: pointer;
|
|
30163
|
+
transition: all 0.3s ease;
|
|
30210
30164
|
}
|
|
30211
|
-
|
|
30212
|
-
.
|
|
30213
|
-
|
|
30214
|
-
}
|
|
30215
|
-
|
|
30216
|
-
.E_s1dizucg.ant-switch {
|
|
30217
|
-
min-width: 40px;
|
|
30218
|
-
height: 24px;
|
|
30219
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30220
|
-
overflow: hidden;
|
|
30165
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30166
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30167
|
+
color: #0080ff;
|
|
30221
30168
|
}
|
|
30222
|
-
.
|
|
30223
|
-
|
|
30169
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30170
|
+
margin-left: 4px;
|
|
30224
30171
|
}
|
|
30225
|
-
.
|
|
30226
|
-
|
|
30227
|
-
|
|
30172
|
+
.E_phljevk .pagination-right {
|
|
30173
|
+
display: flex;
|
|
30174
|
+
align-items: center;
|
|
30175
|
+
color: #0080ff;
|
|
30176
|
+
font-weight: bold;
|
|
30228
30177
|
}
|
|
30229
|
-
.
|
|
30230
|
-
|
|
30231
|
-
height: 32px;
|
|
30178
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30179
|
+
margin-left: 4px;
|
|
30232
30180
|
}
|
|
30233
|
-
.
|
|
30234
|
-
|
|
30235
|
-
|
|
30236
|
-
}
|
|
30237
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30238
|
-
border-radius: 10px;
|
|
30239
|
-
transition-delay: 120ms;
|
|
30240
|
-
}
|
|
30241
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30242
|
-
height: 14px;
|
|
30243
|
-
width: 14px;
|
|
30244
|
-
top: 1px;
|
|
30245
|
-
left: 1px;
|
|
30181
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30182
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30183
|
+
padding: 0 8px;
|
|
30246
30184
|
}
|
|
30247
|
-
.
|
|
30248
|
-
|
|
30249
|
-
|
|
30185
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30186
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30187
|
+
color: #0080ff;
|
|
30250
30188
|
}
|
|
30251
|
-
.
|
|
30252
|
-
|
|
30189
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30190
|
+
transform: rotate(180deg);
|
|
30253
30191
|
}
|
|
30254
|
-
|
|
30255
|
-
|
|
30192
|
+
|
|
30193
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30194
|
+
max-height: calc(100vh - 128px);
|
|
30195
|
+
overflow-y: auto;
|
|
30256
30196
|
}
|
|
30257
|
-
.
|
|
30258
|
-
|
|
30197
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30198
|
+
padding: 4px 20px;
|
|
30199
|
+
font-size: 12px;
|
|
30200
|
+
line-height: 18px;
|
|
30259
30201
|
}
|
|
30260
|
-
|
|
30261
|
-
|
|
30202
|
+
|
|
30203
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30204
|
+
display: flex;
|
|
30262
30205
|
}
|
|
30263
|
-
.
|
|
30264
|
-
left:
|
|
30206
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30207
|
+
border-bottom-left-radius: 5px;
|
|
30208
|
+
border-top-left-radius: 5px;
|
|
30265
30209
|
}
|
|
30266
|
-
|
|
30267
|
-
|
|
30268
|
-
|
|
30210
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30211
|
+
border-bottom-right-radius: 5px;
|
|
30212
|
+
border-top-right-radius: 5px;
|
|
30269
30213
|
}
|
|
30270
30214
|
|
|
30271
|
-
.
|
|
30272
|
-
|
|
30215
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30216
|
+
border: 0px;
|
|
30217
|
+
background-color: #fff;
|
|
30273
30218
|
}
|
|
30274
|
-
|
|
30275
|
-
|
|
30276
|
-
|
|
30277
|
-
|
|
30278
|
-
|
|
30279
|
-
border-radius: 50%;
|
|
30280
|
-
flex-shrink: 0;
|
|
30281
|
-
display: flex;
|
|
30282
|
-
align-items: center;
|
|
30283
|
-
justify-content: center;
|
|
30284
|
-
border: 1px solid var(--color);
|
|
30219
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30220
|
+
padding-top: 0px;
|
|
30221
|
+
padding-bottom: 0px;
|
|
30222
|
+
padding-left: 0px !important;
|
|
30223
|
+
padding-right: 24px;
|
|
30285
30224
|
}
|
|
30286
|
-
.
|
|
30287
|
-
|
|
30288
|
-
height: 10px;
|
|
30289
|
-
width: 10px;
|
|
30290
|
-
border-radius: 50%;
|
|
30291
|
-
overflow: hidden;
|
|
30225
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30226
|
+
right: 0px;
|
|
30292
30227
|
}
|
|
30293
|
-
.
|
|
30294
|
-
|
|
30295
|
-
height: 100%;
|
|
30296
|
-
width: 100%;
|
|
30297
|
-
left: 0;
|
|
30298
|
-
top: 0;
|
|
30299
|
-
border-radius: 50%;
|
|
30300
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30301
|
-
transform: rotate(180deg);
|
|
30228
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30229
|
+
padding: 0px;
|
|
30302
30230
|
}
|
|
30303
|
-
|
|
30304
|
-
|
|
30305
|
-
|
|
30306
|
-
|
|
30307
|
-
left: 0;
|
|
30308
|
-
top: 0;
|
|
30309
|
-
margin-left: 50%;
|
|
30310
|
-
transform-origin: left;
|
|
30311
|
-
background: white;
|
|
30312
|
-
transform: rotate(0deg);
|
|
30231
|
+
|
|
30232
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30233
|
+
padding-right: 0px;
|
|
30234
|
+
cursor: default;
|
|
30313
30235
|
}
|
|
30314
30236
|
|
|
30315
30237
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30458,104 +30380,193 @@ html body {
|
|
|
30458
30380
|
width: 36px;
|
|
30459
30381
|
}
|
|
30460
30382
|
|
|
30461
|
-
.
|
|
30462
|
-
|
|
30463
|
-
justify-content: space-between;
|
|
30464
|
-
align-items: center;
|
|
30465
|
-
padding: 10px 0;
|
|
30466
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30467
|
-
font-size: 12px;
|
|
30468
|
-
line-height: 24px;
|
|
30469
|
-
}
|
|
30470
|
-
.E_phljevk .pagination-left {
|
|
30471
|
-
padding: 2px 8px;
|
|
30472
|
-
}
|
|
30473
|
-
.E_phljevk .dropdown-trigger {
|
|
30474
|
-
display: flex;
|
|
30475
|
-
align-items: center;
|
|
30476
|
-
border-radius: 6px;
|
|
30477
|
-
cursor: pointer;
|
|
30478
|
-
transition: all 0.3s ease;
|
|
30383
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30384
|
+
margin-right: 8px;
|
|
30479
30385
|
}
|
|
30480
|
-
.
|
|
30481
|
-
|
|
30482
|
-
color: #0080ff;
|
|
30386
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30387
|
+
margin-left: 8px;
|
|
30483
30388
|
}
|
|
30484
|
-
|
|
30485
|
-
|
|
30389
|
+
|
|
30390
|
+
.E_cc368xp {
|
|
30391
|
+
color: #00122e;
|
|
30392
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30393
|
+
margin-right: 8px;
|
|
30394
|
+
padding-right: 8px;
|
|
30486
30395
|
}
|
|
30487
|
-
|
|
30396
|
+
|
|
30397
|
+
.E_i11o6xqj {
|
|
30488
30398
|
display: flex;
|
|
30489
|
-
|
|
30490
|
-
color: #0080ff;
|
|
30491
|
-
font-weight: bold;
|
|
30492
|
-
}
|
|
30493
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30494
|
-
margin-left: 4px;
|
|
30495
|
-
}
|
|
30496
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30497
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30498
|
-
padding: 0 8px;
|
|
30499
|
-
}
|
|
30500
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30501
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30502
|
-
color: #0080ff;
|
|
30399
|
+
gap: 4px;
|
|
30503
30400
|
}
|
|
30504
|
-
.
|
|
30505
|
-
|
|
30401
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30402
|
+
cursor: pointer;
|
|
30506
30403
|
}
|
|
30507
30404
|
|
|
30508
|
-
.
|
|
30509
|
-
|
|
30510
|
-
overflow-y: auto;
|
|
30511
|
-
}
|
|
30512
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30513
|
-
padding: 4px 20px;
|
|
30514
|
-
font-size: 12px;
|
|
30515
|
-
line-height: 18px;
|
|
30405
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30406
|
+
cursor: not-allowed;
|
|
30516
30407
|
}
|
|
30517
30408
|
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30409
|
+
.E_ivqqkzv {
|
|
30410
|
+
height: 24px;
|
|
30411
|
+
width: 56px !important;
|
|
30412
|
+
margin-right: 4px;
|
|
30520
30413
|
}
|
|
30521
30414
|
|
|
30522
|
-
.
|
|
30523
|
-
|
|
30524
|
-
line-height: 18px;
|
|
30525
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30526
|
-
height: 34px;
|
|
30527
|
-
min-height: 34px;
|
|
30528
|
-
box-sizing: border-box;
|
|
30529
|
-
margin-top: 8px;
|
|
30415
|
+
.E_c1wk4q29 {
|
|
30416
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30530
30417
|
}
|
|
30531
30418
|
|
|
30532
|
-
.
|
|
30419
|
+
.E_c1bus5hc {
|
|
30420
|
+
--color: white;
|
|
30421
|
+
height: 14px;
|
|
30422
|
+
width: 14px;
|
|
30423
|
+
border-radius: 50%;
|
|
30424
|
+
flex-shrink: 0;
|
|
30533
30425
|
display: flex;
|
|
30534
|
-
|
|
30535
|
-
|
|
30536
|
-
|
|
30537
|
-
border-radius: 4px;
|
|
30426
|
+
align-items: center;
|
|
30427
|
+
justify-content: center;
|
|
30428
|
+
border: 1px solid var(--color);
|
|
30538
30429
|
}
|
|
30539
|
-
.
|
|
30540
|
-
|
|
30430
|
+
.E_c1bus5hc .circle-inner {
|
|
30431
|
+
position: relative;
|
|
30432
|
+
height: 10px;
|
|
30433
|
+
width: 10px;
|
|
30434
|
+
border-radius: 50%;
|
|
30435
|
+
overflow: hidden;
|
|
30541
30436
|
}
|
|
30542
|
-
.
|
|
30543
|
-
|
|
30437
|
+
.E_c1bus5hc .circle-content {
|
|
30438
|
+
position: absolute;
|
|
30439
|
+
height: 100%;
|
|
30440
|
+
width: 100%;
|
|
30441
|
+
left: 0;
|
|
30442
|
+
top: 0;
|
|
30443
|
+
border-radius: 50%;
|
|
30444
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30445
|
+
transform: rotate(180deg);
|
|
30544
30446
|
}
|
|
30545
|
-
.
|
|
30546
|
-
|
|
30447
|
+
.E_c1bus5hc .circle-child {
|
|
30448
|
+
position: absolute;
|
|
30449
|
+
height: 100%;
|
|
30450
|
+
width: 100%;
|
|
30451
|
+
left: 0;
|
|
30452
|
+
top: 0;
|
|
30453
|
+
margin-left: 50%;
|
|
30454
|
+
transform-origin: left;
|
|
30455
|
+
background: white;
|
|
30456
|
+
transform: rotate(0deg);
|
|
30547
30457
|
}
|
|
30548
|
-
|
|
30549
|
-
|
|
30458
|
+
|
|
30459
|
+
.E_tju3gfj .date {
|
|
30460
|
+
margin-right: 4px;
|
|
30550
30461
|
}
|
|
30551
|
-
|
|
30552
|
-
|
|
30462
|
+
|
|
30463
|
+
.E_s1dizucg.ant-switch {
|
|
30464
|
+
min-width: 40px;
|
|
30465
|
+
height: 24px;
|
|
30466
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30467
|
+
overflow: hidden;
|
|
30553
30468
|
}
|
|
30554
|
-
.
|
|
30555
|
-
|
|
30469
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30470
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30556
30471
|
}
|
|
30557
|
-
.
|
|
30558
|
-
|
|
30472
|
+
.E_s1dizucg.ant-switch-small {
|
|
30473
|
+
min-width: 26px;
|
|
30474
|
+
height: 16px;
|
|
30475
|
+
}
|
|
30476
|
+
.E_s1dizucg.ant-switch-large {
|
|
30477
|
+
min-width: 52px;
|
|
30478
|
+
height: 32px;
|
|
30479
|
+
}
|
|
30480
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30481
|
+
height: 20px;
|
|
30482
|
+
width: 20px;
|
|
30483
|
+
}
|
|
30484
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30485
|
+
border-radius: 10px;
|
|
30486
|
+
transition-delay: 120ms;
|
|
30487
|
+
}
|
|
30488
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30489
|
+
height: 14px;
|
|
30490
|
+
width: 14px;
|
|
30491
|
+
top: 1px;
|
|
30492
|
+
left: 1px;
|
|
30493
|
+
}
|
|
30494
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30495
|
+
height: 28px;
|
|
30496
|
+
width: 28px;
|
|
30497
|
+
}
|
|
30498
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30499
|
+
border-radius: 14px;
|
|
30500
|
+
}
|
|
30501
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30502
|
+
background-color: #00ba5d;
|
|
30503
|
+
}
|
|
30504
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30505
|
+
left: calc(100% - 20px - 2px);
|
|
30506
|
+
}
|
|
30507
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30508
|
+
left: calc(100% - 14px - 1px);
|
|
30509
|
+
}
|
|
30510
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30511
|
+
left: calc(100% - 28px - 2px);
|
|
30512
|
+
}
|
|
30513
|
+
|
|
30514
|
+
.E_c1up6e3y {
|
|
30515
|
+
margin-left: 5px;
|
|
30516
|
+
}
|
|
30517
|
+
|
|
30518
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30519
|
+
display: none;
|
|
30520
|
+
}
|
|
30521
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30522
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30523
|
+
border-radius: 4px;
|
|
30524
|
+
}
|
|
30525
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30526
|
+
visibility: hidden;
|
|
30527
|
+
}
|
|
30528
|
+
|
|
30529
|
+
.E_s1dni7lo {
|
|
30530
|
+
width: 430px !important;
|
|
30531
|
+
}
|
|
30532
|
+
|
|
30533
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30534
|
+
padding: 8px 16px;
|
|
30535
|
+
line-height: 18px;
|
|
30536
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30537
|
+
height: 34px;
|
|
30538
|
+
min-height: 34px;
|
|
30539
|
+
box-sizing: border-box;
|
|
30540
|
+
margin-top: 8px;
|
|
30541
|
+
}
|
|
30542
|
+
|
|
30543
|
+
.E_o1ugr09p {
|
|
30544
|
+
display: flex;
|
|
30545
|
+
flex-direction: column;
|
|
30546
|
+
margin: 1px 8px;
|
|
30547
|
+
padding: 8px;
|
|
30548
|
+
border-radius: 4px;
|
|
30549
|
+
}
|
|
30550
|
+
.E_o1ugr09p .selected-icon {
|
|
30551
|
+
display: none;
|
|
30552
|
+
}
|
|
30553
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30554
|
+
padding-left: 8px;
|
|
30555
|
+
}
|
|
30556
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30557
|
+
background-color: white;
|
|
30558
|
+
}
|
|
30559
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30560
|
+
color: #0080ff;
|
|
30561
|
+
}
|
|
30562
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30563
|
+
display: block;
|
|
30564
|
+
}
|
|
30565
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30566
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30567
|
+
}
|
|
30568
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30569
|
+
color: #0080ff;
|
|
30559
30570
|
}
|
|
30560
30571
|
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30561
30572
|
background: rgba(0, 136, 255, 0.1);
|
|
@@ -30596,6 +30607,10 @@ html body {
|
|
|
30596
30607
|
opacity: 0;
|
|
30597
30608
|
}
|
|
30598
30609
|
|
|
30610
|
+
.E_iq1gosr {
|
|
30611
|
+
display: inline-block;
|
|
30612
|
+
}
|
|
30613
|
+
|
|
30599
30614
|
.E_s1sck0th {
|
|
30600
30615
|
padding: 0 8px;
|
|
30601
30616
|
border-radius: 4px;
|
|
@@ -30678,36 +30693,6 @@ html body {
|
|
|
30678
30693
|
background-color: #7E41FF;
|
|
30679
30694
|
}
|
|
30680
30695
|
|
|
30681
|
-
.E_iq1gosr {
|
|
30682
|
-
display: inline-block;
|
|
30683
|
-
}
|
|
30684
|
-
|
|
30685
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30686
|
-
display: none;
|
|
30687
|
-
}
|
|
30688
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30689
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30690
|
-
border-radius: 4px;
|
|
30691
|
-
}
|
|
30692
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30693
|
-
visibility: hidden;
|
|
30694
|
-
}
|
|
30695
|
-
|
|
30696
|
-
.E_fzh9mnb {
|
|
30697
|
-
width: 100%;
|
|
30698
|
-
height: 100%;
|
|
30699
|
-
min-height: 124px;
|
|
30700
|
-
display: flex;
|
|
30701
|
-
flex-direction: column;
|
|
30702
|
-
justify-content: center;
|
|
30703
|
-
align-items: center;
|
|
30704
|
-
}
|
|
30705
|
-
.E_fzh9mnb .error-text {
|
|
30706
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30707
|
-
margin-bottom: 16px;
|
|
30708
|
-
font-size: 18px;
|
|
30709
|
-
}
|
|
30710
|
-
|
|
30711
30696
|
.E_iouxfgt {
|
|
30712
30697
|
display: inline-flex;
|
|
30713
30698
|
align-items: center;
|
|
@@ -30820,6 +30805,28 @@ html body {
|
|
|
30820
30805
|
padding: 2px 8px;
|
|
30821
30806
|
}
|
|
30822
30807
|
|
|
30808
|
+
.E_fzh9mnb {
|
|
30809
|
+
width: 100%;
|
|
30810
|
+
height: 100%;
|
|
30811
|
+
min-height: 124px;
|
|
30812
|
+
display: flex;
|
|
30813
|
+
flex-direction: column;
|
|
30814
|
+
justify-content: center;
|
|
30815
|
+
align-items: center;
|
|
30816
|
+
}
|
|
30817
|
+
.E_fzh9mnb .error-text {
|
|
30818
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30819
|
+
margin-bottom: 16px;
|
|
30820
|
+
font-size: 18px;
|
|
30821
|
+
}
|
|
30822
|
+
|
|
30823
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30824
|
+
margin-left: 8px;
|
|
30825
|
+
}
|
|
30826
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30827
|
+
padding: 2px 7px 2px 12px;
|
|
30828
|
+
}
|
|
30829
|
+
|
|
30823
30830
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30824
30831
|
display: var(--a1wfy30z-0);
|
|
30825
30832
|
}
|
|
@@ -30864,50 +30871,8 @@ html body {
|
|
|
30864
30871
|
margin-right: 4px;
|
|
30865
30872
|
}
|
|
30866
30873
|
|
|
30867
|
-
.
|
|
30868
|
-
|
|
30869
|
-
}
|
|
30870
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30871
|
-
padding: 2px 7px 2px 12px;
|
|
30872
|
-
}
|
|
30873
|
-
|
|
30874
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
30875
|
-
display: inline-flex;
|
|
30876
|
-
align-items: center;
|
|
30877
|
-
justify-content: center;
|
|
30878
|
-
color: #fff;
|
|
30879
|
-
font-weight: bold;
|
|
30880
|
-
font-size: 12px;
|
|
30881
|
-
width: 24px;
|
|
30882
|
-
height: 24px;
|
|
30883
|
-
border-radius: 50%;
|
|
30884
|
-
background: var(--a1b5xrg3-0);
|
|
30885
|
-
}
|
|
30886
|
-
.E_a1b5xrg3.btn-item {
|
|
30887
|
-
transition: all 160ms ease;
|
|
30888
|
-
cursor: pointer;
|
|
30889
|
-
width: 56px;
|
|
30890
|
-
height: 40px;
|
|
30891
|
-
display: inline-flex;
|
|
30892
|
-
align-items: center;
|
|
30893
|
-
justify-content: center;
|
|
30894
|
-
border-radius: 6px;
|
|
30895
|
-
}
|
|
30896
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
30897
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
30898
|
-
}
|
|
30899
|
-
.E_a1b5xrg3.btn-item:active {
|
|
30900
|
-
transform: translateY(2px);
|
|
30901
|
-
transition: all 320ms ease;
|
|
30902
|
-
}
|
|
30903
|
-
|
|
30904
|
-
.E_owd0kml {
|
|
30905
|
-
display: inline-block;
|
|
30906
|
-
}
|
|
30907
|
-
|
|
30908
|
-
.E_h1jsgezc {
|
|
30909
|
-
visibility: hidden;
|
|
30910
|
-
position: absolute;
|
|
30874
|
+
.E_m196gn1d {
|
|
30875
|
+
min-width: 1280px;
|
|
30911
30876
|
}
|
|
30912
30877
|
|
|
30913
30878
|
.E_cnujxq2 {
|
|
@@ -31599,6 +31564,45 @@ input.E_rf8rlle.ant-input {
|
|
|
31599
31564
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31600
31565
|
}
|
|
31601
31566
|
|
|
31567
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31568
|
+
display: inline-flex;
|
|
31569
|
+
align-items: center;
|
|
31570
|
+
justify-content: center;
|
|
31571
|
+
color: #fff;
|
|
31572
|
+
font-weight: bold;
|
|
31573
|
+
font-size: 12px;
|
|
31574
|
+
width: 24px;
|
|
31575
|
+
height: 24px;
|
|
31576
|
+
border-radius: 50%;
|
|
31577
|
+
background: var(--a1b5xrg3-0);
|
|
31578
|
+
}
|
|
31579
|
+
.E_a1b5xrg3.btn-item {
|
|
31580
|
+
transition: all 160ms ease;
|
|
31581
|
+
cursor: pointer;
|
|
31582
|
+
width: 56px;
|
|
31583
|
+
height: 40px;
|
|
31584
|
+
display: inline-flex;
|
|
31585
|
+
align-items: center;
|
|
31586
|
+
justify-content: center;
|
|
31587
|
+
border-radius: 6px;
|
|
31588
|
+
}
|
|
31589
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31590
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31591
|
+
}
|
|
31592
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31593
|
+
transform: translateY(2px);
|
|
31594
|
+
transition: all 320ms ease;
|
|
31595
|
+
}
|
|
31596
|
+
|
|
31597
|
+
.E_owd0kml {
|
|
31598
|
+
display: inline-block;
|
|
31599
|
+
}
|
|
31600
|
+
|
|
31601
|
+
.E_h1jsgezc {
|
|
31602
|
+
visibility: hidden;
|
|
31603
|
+
position: absolute;
|
|
31604
|
+
}
|
|
31605
|
+
|
|
31602
31606
|
.E_dsnbhzf {
|
|
31603
31607
|
font-family: Inter;
|
|
31604
31608
|
font-style: normal;
|
|
@@ -32074,10 +32078,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32074
32078
|
line-height: 12px;
|
|
32075
32079
|
}
|
|
32076
32080
|
|
|
32077
|
-
.E_m196gn1d {
|
|
32078
|
-
min-width: 1280px;
|
|
32079
|
-
}
|
|
32080
|
-
|
|
32081
32081
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32082
32082
|
border-radius: 6px;
|
|
32083
32083
|
}
|
|
@@ -32302,6 +32302,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32302
32302
|
opacity: 0.8;
|
|
32303
32303
|
}
|
|
32304
32304
|
|
|
32305
|
+
.E_suhck3k {
|
|
32306
|
+
height: 24px;
|
|
32307
|
+
width: 24px;
|
|
32308
|
+
border-radius: 6px;
|
|
32309
|
+
padding: 4px;
|
|
32310
|
+
}
|
|
32311
|
+
.E_suhck3k:hover {
|
|
32312
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32313
|
+
}
|
|
32314
|
+
.E_suhck3k:hover svg path {
|
|
32315
|
+
fill: blue;
|
|
32316
|
+
}
|
|
32317
|
+
|
|
32305
32318
|
.E_ryby9ds {
|
|
32306
32319
|
display: flex;
|
|
32307
32320
|
align-items: center;
|
|
@@ -32318,19 +32331,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32318
32331
|
margin-right: 6px;
|
|
32319
32332
|
}
|
|
32320
32333
|
|
|
32321
|
-
.E_suhck3k {
|
|
32322
|
-
height: 24px;
|
|
32323
|
-
width: 24px;
|
|
32324
|
-
border-radius: 6px;
|
|
32325
|
-
padding: 4px;
|
|
32326
|
-
}
|
|
32327
|
-
.E_suhck3k:hover {
|
|
32328
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32329
|
-
}
|
|
32330
|
-
.E_suhck3k:hover svg path {
|
|
32331
|
-
fill: blue;
|
|
32332
|
-
}
|
|
32333
|
-
|
|
32334
32334
|
.E_hrhfj7c {
|
|
32335
32335
|
display: none;
|
|
32336
32336
|
}
|
|
@@ -32777,6 +32777,7 @@ input.E_rf8rlle.ant-input {
|
|
|
32777
32777
|
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32778
32778
|
padding-left: 8px;
|
|
32779
32779
|
padding-right: 8px;
|
|
32780
|
+
font-size: 12px;
|
|
32780
32781
|
}
|
|
32781
32782
|
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32782
32783
|
border-radius: 4px;
|
|
@@ -32804,63 +32805,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32804
32805
|
background-color: transparent;
|
|
32805
32806
|
}
|
|
32806
32807
|
|
|
32807
|
-
.E_b14q2gmw {
|
|
32808
|
-
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);
|
|
32809
|
-
}
|
|
32810
|
-
|
|
32811
|
-
.E_c1eym6el {
|
|
32812
|
-
border-radius: 8px;
|
|
32813
|
-
background-color: white;
|
|
32814
|
-
}
|
|
32815
|
-
.E_c1eym6el.hoverable {
|
|
32816
|
-
cursor: pointer;
|
|
32817
|
-
}
|
|
32818
|
-
.E_c1eym6el.hoverable:hover {
|
|
32819
|
-
transition: all 200ms ease;
|
|
32820
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32821
|
-
transform: translateY(-4px);
|
|
32822
|
-
}
|
|
32823
|
-
|
|
32824
|
-
.E_c1kghdax {
|
|
32825
|
-
color: #2d3a56;
|
|
32826
|
-
padding: 7px 12px;
|
|
32827
|
-
display: flex;
|
|
32828
|
-
justify-content: space-between;
|
|
32829
|
-
align-items: center;
|
|
32830
|
-
}
|
|
32831
|
-
.E_c1kghdax.has-arrow {
|
|
32832
|
-
padding-left: 10px;
|
|
32833
|
-
}
|
|
32834
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32835
|
-
cursor: pointer;
|
|
32836
|
-
color: #00122e;
|
|
32837
|
-
}
|
|
32838
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32839
|
-
color: #2d3a56;
|
|
32840
|
-
font-weight: 600;
|
|
32841
|
-
}
|
|
32842
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32843
|
-
transform: rotate(90deg);
|
|
32844
|
-
}
|
|
32845
|
-
.E_c1kghdax .sub-info {
|
|
32846
|
-
font-size: 12px;
|
|
32847
|
-
line-height: 18px;
|
|
32848
|
-
}
|
|
32849
|
-
.E_c1kghdax .title-wrapper {
|
|
32850
|
-
display: flex;
|
|
32851
|
-
align-items: center;
|
|
32852
|
-
user-select: none;
|
|
32853
|
-
flex-grow: 1;
|
|
32854
|
-
font-size: 12px;
|
|
32855
|
-
line-height: 18px;
|
|
32856
|
-
color: #2d3a56;
|
|
32857
|
-
font-weight: 700;
|
|
32858
|
-
}
|
|
32859
|
-
.E_c1kghdax .collapse-arrow {
|
|
32860
|
-
transition: all 50ms ease-out 0ms;
|
|
32861
|
-
margin-right: 2px;
|
|
32862
|
-
}
|
|
32863
|
-
|
|
32864
32808
|
.E_ckui4s7 {
|
|
32865
32809
|
color: #2d3a56;
|
|
32866
32810
|
line-height: 22px;
|
|
@@ -32929,6 +32873,63 @@ input.E_rf8rlle.ant-input {
|
|
|
32929
32873
|
padding: 0 12px 14px 12px;
|
|
32930
32874
|
}
|
|
32931
32875
|
|
|
32876
|
+
.E_c1kghdax {
|
|
32877
|
+
color: #2d3a56;
|
|
32878
|
+
padding: 7px 12px;
|
|
32879
|
+
display: flex;
|
|
32880
|
+
justify-content: space-between;
|
|
32881
|
+
align-items: center;
|
|
32882
|
+
}
|
|
32883
|
+
.E_c1kghdax.has-arrow {
|
|
32884
|
+
padding-left: 10px;
|
|
32885
|
+
}
|
|
32886
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32887
|
+
cursor: pointer;
|
|
32888
|
+
color: #00122e;
|
|
32889
|
+
}
|
|
32890
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32891
|
+
color: #2d3a56;
|
|
32892
|
+
font-weight: 600;
|
|
32893
|
+
}
|
|
32894
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32895
|
+
transform: rotate(90deg);
|
|
32896
|
+
}
|
|
32897
|
+
.E_c1kghdax .sub-info {
|
|
32898
|
+
font-size: 12px;
|
|
32899
|
+
line-height: 18px;
|
|
32900
|
+
}
|
|
32901
|
+
.E_c1kghdax .title-wrapper {
|
|
32902
|
+
display: flex;
|
|
32903
|
+
align-items: center;
|
|
32904
|
+
user-select: none;
|
|
32905
|
+
flex-grow: 1;
|
|
32906
|
+
font-size: 12px;
|
|
32907
|
+
line-height: 18px;
|
|
32908
|
+
color: #2d3a56;
|
|
32909
|
+
font-weight: 700;
|
|
32910
|
+
}
|
|
32911
|
+
.E_c1kghdax .collapse-arrow {
|
|
32912
|
+
transition: all 50ms ease-out 0ms;
|
|
32913
|
+
margin-right: 2px;
|
|
32914
|
+
}
|
|
32915
|
+
|
|
32916
|
+
.E_b14q2gmw {
|
|
32917
|
+
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);
|
|
32918
|
+
}
|
|
32919
|
+
|
|
32920
|
+
.E_c1eym6el {
|
|
32921
|
+
border-radius: 8px;
|
|
32922
|
+
background-color: white;
|
|
32923
|
+
}
|
|
32924
|
+
.E_c1eym6el.hoverable {
|
|
32925
|
+
cursor: pointer;
|
|
32926
|
+
}
|
|
32927
|
+
.E_c1eym6el.hoverable:hover {
|
|
32928
|
+
transition: all 200ms ease;
|
|
32929
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32930
|
+
transform: translateY(-4px);
|
|
32931
|
+
}
|
|
32932
|
+
|
|
32932
32933
|
.E_lht19u8 {
|
|
32933
32934
|
width: 64px;
|
|
32934
32935
|
height: 64px;
|
|
@@ -32978,44 +32979,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32978
32979
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32979
32980
|
}
|
|
32980
32981
|
|
|
32981
|
-
.E_w7ob4th.outside-tag {
|
|
32982
|
-
padding-left: 0;
|
|
32983
|
-
}
|
|
32984
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
32985
|
-
border-radius: 4px 0 0 4px;
|
|
32986
|
-
padding-right: 4px;
|
|
32987
|
-
margin-right: 4px;
|
|
32988
|
-
}
|
|
32989
|
-
|
|
32990
|
-
.E_slr2ynn {
|
|
32991
|
-
padding: 0 8px;
|
|
32992
|
-
height: 18px;
|
|
32993
|
-
}
|
|
32994
|
-
|
|
32995
|
-
.E_m140wbb6 {
|
|
32996
|
-
padding: 2px 8px;
|
|
32997
|
-
height: 24px;
|
|
32998
|
-
}
|
|
32999
|
-
|
|
33000
|
-
.E_t1fozc1i {
|
|
33001
|
-
margin: 0;
|
|
33002
|
-
}
|
|
33003
|
-
|
|
33004
|
-
.E_i1vxv4ln {
|
|
33005
|
-
margin-right: 4px;
|
|
33006
|
-
height: 16px;
|
|
33007
|
-
}
|
|
33008
|
-
|
|
33009
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33010
|
-
font-weight: 700;
|
|
33011
|
-
color: #00122e;
|
|
33012
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33013
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33014
|
-
word-break: break-all;
|
|
33015
|
-
display: inline;
|
|
33016
|
-
white-space: normal;
|
|
33017
|
-
}
|
|
33018
|
-
|
|
33019
32982
|
.E_sjob3jg {
|
|
33020
32983
|
--item-min-width: 60px;
|
|
33021
32984
|
}
|
|
@@ -33211,6 +33174,15 @@ input.E_rf8rlle.ant-input {
|
|
|
33211
33174
|
justify-content: center;
|
|
33212
33175
|
}
|
|
33213
33176
|
|
|
33177
|
+
.E_w7ob4th.outside-tag {
|
|
33178
|
+
padding-left: 0;
|
|
33179
|
+
}
|
|
33180
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33181
|
+
border-radius: 4px 0 0 4px;
|
|
33182
|
+
padding-right: 4px;
|
|
33183
|
+
margin-right: 4px;
|
|
33184
|
+
}
|
|
33185
|
+
|
|
33214
33186
|
.E_t1dtlqs1 {
|
|
33215
33187
|
margin-bottom: 4px;
|
|
33216
33188
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33407,53 +33379,139 @@ input.E_rf8rlle.ant-input {
|
|
|
33407
33379
|
margin-right: 8px;
|
|
33408
33380
|
}
|
|
33409
33381
|
|
|
33410
|
-
.
|
|
33411
|
-
|
|
33412
|
-
|
|
33413
|
-
padding: 2px 10px;
|
|
33414
|
-
height: 22px;
|
|
33382
|
+
.E_slr2ynn {
|
|
33383
|
+
padding: 0 8px;
|
|
33384
|
+
height: 18px;
|
|
33415
33385
|
}
|
|
33416
|
-
|
|
33417
|
-
|
|
33386
|
+
|
|
33387
|
+
.E_m140wbb6 {
|
|
33388
|
+
padding: 2px 8px;
|
|
33389
|
+
height: 24px;
|
|
33418
33390
|
}
|
|
33419
|
-
|
|
33420
|
-
|
|
33391
|
+
|
|
33392
|
+
.E_t1fozc1i {
|
|
33393
|
+
margin: 0;
|
|
33421
33394
|
}
|
|
33422
|
-
|
|
33395
|
+
|
|
33396
|
+
.E_i1vxv4ln {
|
|
33397
|
+
margin-right: 4px;
|
|
33398
|
+
height: 16px;
|
|
33399
|
+
}
|
|
33400
|
+
|
|
33401
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33402
|
+
font-weight: 700;
|
|
33423
33403
|
color: #00122e;
|
|
33404
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33405
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33406
|
+
word-break: break-all;
|
|
33407
|
+
display: inline;
|
|
33408
|
+
white-space: normal;
|
|
33424
33409
|
}
|
|
33425
|
-
|
|
33426
|
-
|
|
33410
|
+
|
|
33411
|
+
.E_i1g85yz3 {
|
|
33412
|
+
margin-right: 4px;
|
|
33413
|
+
height: 16px;
|
|
33427
33414
|
}
|
|
33428
|
-
|
|
33429
|
-
|
|
33430
|
-
|
|
33415
|
+
|
|
33416
|
+
button.E_l48ei06.ant-btn,
|
|
33417
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33418
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33419
|
+
font-size: 12px;
|
|
33420
|
+
line-height: 18px;
|
|
33421
|
+
height: 18px;
|
|
33431
33422
|
}
|
|
33432
|
-
|
|
33433
|
-
|
|
33423
|
+
|
|
33424
|
+
button.E_l48ei06 {
|
|
33425
|
+
color: #0080FF;
|
|
33426
|
+
height: unset;
|
|
33434
33427
|
}
|
|
33435
|
-
.
|
|
33436
|
-
|
|
33428
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33429
|
+
margin-right: 4px;
|
|
33437
33430
|
}
|
|
33438
|
-
.
|
|
33439
|
-
|
|
33431
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33432
|
+
margin-left: 4px;
|
|
33440
33433
|
}
|
|
33441
|
-
.
|
|
33442
|
-
|
|
33434
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33435
|
+
color: #009DFF;
|
|
33443
33436
|
}
|
|
33444
|
-
.
|
|
33445
|
-
|
|
33437
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33438
|
+
color: #005ED1;
|
|
33446
33439
|
}
|
|
33447
|
-
.
|
|
33448
|
-
|
|
33440
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33441
|
+
color: #0080FF;
|
|
33449
33442
|
}
|
|
33450
|
-
.
|
|
33451
|
-
|
|
33443
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33444
|
+
color: #00122E;
|
|
33452
33445
|
}
|
|
33453
|
-
.
|
|
33454
|
-
|
|
33446
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33447
|
+
color: #0080FF;
|
|
33455
33448
|
}
|
|
33456
|
-
.
|
|
33449
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33450
|
+
color: #005ED1;
|
|
33451
|
+
}
|
|
33452
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33453
|
+
color: #00122E;
|
|
33454
|
+
}
|
|
33455
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33456
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33457
|
+
}
|
|
33458
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33459
|
+
color: #0080FF;
|
|
33460
|
+
}
|
|
33461
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33462
|
+
color: #005ED1;
|
|
33463
|
+
}
|
|
33464
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33465
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33466
|
+
}
|
|
33467
|
+
|
|
33468
|
+
.E_sddwhm6 {
|
|
33469
|
+
margin: 0;
|
|
33470
|
+
border-radius: 20px;
|
|
33471
|
+
padding: 2px 10px;
|
|
33472
|
+
height: 22px;
|
|
33473
|
+
}
|
|
33474
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33475
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33476
|
+
}
|
|
33477
|
+
.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 {
|
|
33478
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33479
|
+
}
|
|
33480
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33481
|
+
color: #00122e;
|
|
33482
|
+
}
|
|
33483
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33484
|
+
margin-right: 6px;
|
|
33485
|
+
}
|
|
33486
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33487
|
+
margin-left: 8px;
|
|
33488
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33489
|
+
}
|
|
33490
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33491
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33492
|
+
}
|
|
33493
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33494
|
+
background-color: #0080ff;
|
|
33495
|
+
}
|
|
33496
|
+
.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 {
|
|
33497
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33498
|
+
}
|
|
33499
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33500
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33501
|
+
}
|
|
33502
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33503
|
+
background-color: #f0483e;
|
|
33504
|
+
}
|
|
33505
|
+
.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 {
|
|
33506
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33507
|
+
}
|
|
33508
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33509
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33510
|
+
}
|
|
33511
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33512
|
+
background-color: #fea008;
|
|
33513
|
+
}
|
|
33514
|
+
.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 {
|
|
33457
33515
|
background-color: rgba(255, 187, 0, 0.16);
|
|
33458
33516
|
}
|
|
33459
33517
|
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
@@ -33482,58 +33540,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33482
33540
|
display: inline-block;
|
|
33483
33541
|
}
|
|
33484
33542
|
|
|
33485
|
-
button.E_l48ei06.ant-btn,
|
|
33486
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33487
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33488
|
-
font-size: 12px;
|
|
33489
|
-
line-height: 18px;
|
|
33490
|
-
height: 18px;
|
|
33491
|
-
}
|
|
33492
|
-
|
|
33493
|
-
button.E_l48ei06 {
|
|
33494
|
-
color: #0080FF;
|
|
33495
|
-
height: unset;
|
|
33496
|
-
}
|
|
33497
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33498
|
-
margin-right: 4px;
|
|
33499
|
-
}
|
|
33500
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33501
|
-
margin-left: 4px;
|
|
33502
|
-
}
|
|
33503
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33504
|
-
color: #009DFF;
|
|
33505
|
-
}
|
|
33506
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33507
|
-
color: #005ED1;
|
|
33508
|
-
}
|
|
33509
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33510
|
-
color: #0080FF;
|
|
33511
|
-
}
|
|
33512
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33513
|
-
color: #00122E;
|
|
33514
|
-
}
|
|
33515
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33516
|
-
color: #0080FF;
|
|
33517
|
-
}
|
|
33518
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33519
|
-
color: #005ED1;
|
|
33520
|
-
}
|
|
33521
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33522
|
-
color: #00122E;
|
|
33523
|
-
}
|
|
33524
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33525
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33526
|
-
}
|
|
33527
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33528
|
-
color: #0080FF;
|
|
33529
|
-
}
|
|
33530
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33531
|
-
color: #005ED1;
|
|
33532
|
-
}
|
|
33533
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33534
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33535
|
-
}
|
|
33536
|
-
|
|
33537
33543
|
.E_tc97u5y {
|
|
33538
33544
|
height: 100%;
|
|
33539
33545
|
}
|
|
@@ -33924,11 +33930,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33924
33930
|
margin-inline-end: unset;
|
|
33925
33931
|
}
|
|
33926
33932
|
|
|
33927
|
-
.E_i1g85yz3 {
|
|
33928
|
-
margin-right: 4px;
|
|
33929
|
-
height: 16px;
|
|
33930
|
-
}
|
|
33931
|
-
|
|
33932
33933
|
.E_t13ef470 {
|
|
33933
33934
|
height: 100%;
|
|
33934
33935
|
}
|
|
@@ -34049,7 +34050,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34049
34050
|
column-gap: var(--a1ji6r68-0);
|
|
34050
34051
|
}
|
|
34051
34052
|
|
|
34052
|
-
.
|
|
34053
|
+
.E_msn7nxt {
|
|
34053
34054
|
color: rgba(44, 56, 82, 0.6);
|
|
34054
34055
|
text-align: center;
|
|
34055
34056
|
display: flex;
|
|
@@ -34058,197 +34059,159 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34058
34059
|
flex-direction: column;
|
|
34059
34060
|
height: 100%;
|
|
34060
34061
|
}
|
|
34061
|
-
.
|
|
34062
|
+
.E_msn7nxt .link {
|
|
34062
34063
|
color: #0080ff;
|
|
34063
34064
|
cursor: pointer;
|
|
34064
34065
|
}
|
|
34065
34066
|
|
|
34066
|
-
.
|
|
34067
|
+
.E_mp64wfi {
|
|
34067
34068
|
width: 100%;
|
|
34068
34069
|
height: 100%;
|
|
34069
34070
|
display: flex;
|
|
34070
34071
|
flex-direction: column;
|
|
34071
34072
|
}
|
|
34072
|
-
.
|
|
34073
|
+
.E_mp64wfi .name-toolbar {
|
|
34073
34074
|
width: 100%;
|
|
34074
34075
|
display: flex;
|
|
34075
34076
|
line-height: 30px;
|
|
34077
|
+
padding: 0 16px;
|
|
34076
34078
|
justify-content: space-between;
|
|
34077
34079
|
}
|
|
34078
|
-
.
|
|
34080
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34079
34081
|
display: flex;
|
|
34080
34082
|
font-size: 12px;
|
|
34081
34083
|
align-items: center;
|
|
34082
34084
|
}
|
|
34083
|
-
.
|
|
34085
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34084
34086
|
color: #a3b4cc;
|
|
34085
34087
|
}
|
|
34086
|
-
.
|
|
34088
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34087
34089
|
margin-left: 10px;
|
|
34088
34090
|
}
|
|
34089
|
-
.
|
|
34091
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34090
34092
|
margin-left: 10px;
|
|
34091
34093
|
cursor: pointer;
|
|
34092
34094
|
}
|
|
34093
|
-
.
|
|
34095
|
+
.E_mp64wfi .content {
|
|
34094
34096
|
flex: 1;
|
|
34095
34097
|
width: 100%;
|
|
34096
34098
|
display: flex;
|
|
34097
34099
|
justify-content: center;
|
|
34098
34100
|
align-items: center;
|
|
34099
34101
|
}
|
|
34100
|
-
.
|
|
34102
|
+
.E_mp64wfi .single-content {
|
|
34101
34103
|
height: 65px;
|
|
34102
34104
|
}
|
|
34103
34105
|
|
|
34104
|
-
.
|
|
34106
|
+
.E_l1oyigan {
|
|
34105
34107
|
display: flex;
|
|
34106
34108
|
align-items: center;
|
|
34107
34109
|
white-space: nowrap;
|
|
34108
34110
|
overflow: hidden;
|
|
34109
34111
|
width: 100%;
|
|
34110
34112
|
}
|
|
34111
|
-
.
|
|
34113
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34114
|
+
margin-left: auto;
|
|
34112
34115
|
font-size: 12px;
|
|
34113
|
-
margin-left: 8px;
|
|
34114
34116
|
}
|
|
34115
34117
|
|
|
34116
|
-
.
|
|
34118
|
+
.E_l1noi4n1 {
|
|
34117
34119
|
display: flex;
|
|
34118
34120
|
justify-content: flex-start;
|
|
34119
34121
|
align-items: center;
|
|
34120
34122
|
font-size: 12px;
|
|
34121
34123
|
cursor: pointer;
|
|
34122
34124
|
}
|
|
34123
|
-
.
|
|
34124
|
-
margin-
|
|
34125
|
-
}
|
|
34126
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34127
|
-
opacity: 0.3;
|
|
34128
|
-
}
|
|
34129
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34130
|
-
background: #b4beca !important;
|
|
34131
|
-
border-radius: 2px;
|
|
34132
|
-
}
|
|
34133
|
-
.E_ltthzck.hoverering-self {
|
|
34134
|
-
opacity: 1;
|
|
34135
|
-
}
|
|
34136
|
-
.E_ltthzck .dropdown-trigger {
|
|
34137
|
-
margin-left: 12px;
|
|
34138
|
-
}
|
|
34139
|
-
|
|
34140
|
-
.E_l1mumj7o {
|
|
34141
|
-
display: flex;
|
|
34142
|
-
justify-content: flex-start;
|
|
34143
|
-
align-items: center;
|
|
34144
|
-
font-size: 12px;
|
|
34145
|
-
cursor: pointer;
|
|
34125
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34126
|
+
margin-right: 20px;
|
|
34146
34127
|
}
|
|
34147
|
-
.
|
|
34148
|
-
opacity: 0.
|
|
34128
|
+
.E_l1noi4n1.deselected {
|
|
34129
|
+
opacity: 0.4;
|
|
34149
34130
|
}
|
|
34150
|
-
.
|
|
34131
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34151
34132
|
background: #b4beca !important;
|
|
34152
|
-
border-radius: 2px;
|
|
34153
|
-
}
|
|
34154
|
-
.E_l1mumj7o.hoverering-self {
|
|
34155
|
-
opacity: 1;
|
|
34156
34133
|
}
|
|
34157
34134
|
|
|
34158
|
-
.
|
|
34135
|
+
.E_cz19rz6 {
|
|
34159
34136
|
display: inline-block;
|
|
34160
34137
|
height: 8px;
|
|
34161
34138
|
width: 8px;
|
|
34162
|
-
margin-right:
|
|
34163
|
-
border-radius: 2px;
|
|
34139
|
+
margin-right: 8px;
|
|
34164
34140
|
}
|
|
34165
34141
|
|
|
34166
|
-
.
|
|
34142
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34167
34143
|
display: flex;
|
|
34168
34144
|
align-items: center;
|
|
34169
34145
|
font-size: 12px;
|
|
34170
34146
|
margin: 0;
|
|
34171
34147
|
}
|
|
34172
34148
|
|
|
34173
|
-
.
|
|
34149
|
+
.E_m1y1hhnr {
|
|
34174
34150
|
position: relative;
|
|
34175
34151
|
}
|
|
34176
|
-
.
|
|
34152
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34177
34153
|
bottom: -12px;
|
|
34178
34154
|
}
|
|
34179
|
-
.
|
|
34155
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34180
34156
|
display: flex;
|
|
34181
34157
|
justify-content: space-between;
|
|
34182
34158
|
line-height: 30px;
|
|
34159
|
+
margin: 0 16px;
|
|
34183
34160
|
}
|
|
34184
|
-
.
|
|
34161
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34185
34162
|
display: flex;
|
|
34186
|
-
flex-shrink: 0;
|
|
34187
34163
|
font-size: 12px;
|
|
34188
34164
|
align-items: center;
|
|
34189
34165
|
}
|
|
34190
|
-
.
|
|
34166
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34191
34167
|
color: #a3b4cc;
|
|
34192
34168
|
}
|
|
34193
|
-
.
|
|
34169
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34194
34170
|
margin-left: 10px;
|
|
34195
34171
|
}
|
|
34196
|
-
.
|
|
34172
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34197
34173
|
margin-left: 10px;
|
|
34198
34174
|
cursor: pointer;
|
|
34199
34175
|
}
|
|
34200
|
-
.
|
|
34176
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34201
34177
|
font-size: 12px;
|
|
34202
34178
|
}
|
|
34203
|
-
.
|
|
34179
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34204
34180
|
position: absolute;
|
|
34205
34181
|
bottom: 10px;
|
|
34206
34182
|
padding: 0 8px;
|
|
34183
|
+
border-radius: 4px;
|
|
34207
34184
|
font-size: 12px;
|
|
34208
34185
|
color: #fff;
|
|
34186
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34209
34187
|
transform: translateX(-50%);
|
|
34210
34188
|
}
|
|
34211
34189
|
|
|
34212
|
-
.
|
|
34190
|
+
.E_tnvijvs {
|
|
34213
34191
|
min-width: 200px;
|
|
34214
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
34215
|
-
border-radius: 4px;
|
|
34216
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34217
|
-
padding: 8px;
|
|
34218
34192
|
}
|
|
34219
34193
|
|
|
34220
|
-
.
|
|
34194
|
+
.E_t1ub2aex {
|
|
34221
34195
|
display: flex;
|
|
34222
34196
|
align-items: center;
|
|
34223
|
-
background-color: unset;
|
|
34224
|
-
color: #FFFFFF;
|
|
34225
34197
|
justify-content: space-between;
|
|
34198
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34199
|
+
color: #b4beca;
|
|
34226
34200
|
font-size: 12px;
|
|
34227
|
-
padding
|
|
34201
|
+
padding: 3px 6px;
|
|
34228
34202
|
}
|
|
34229
|
-
.
|
|
34203
|
+
.E_t1ub2aex:first-child {
|
|
34230
34204
|
padding-top: 3px;
|
|
34231
34205
|
}
|
|
34232
|
-
.
|
|
34206
|
+
.E_t1ub2aex:last-child {
|
|
34233
34207
|
padding-bottom: 3px;
|
|
34234
34208
|
}
|
|
34235
|
-
.
|
|
34236
|
-
color: #
|
|
34209
|
+
.E_t1ub2aex .column-value {
|
|
34210
|
+
color: #fff;
|
|
34237
34211
|
margin-left: 8px;
|
|
34238
34212
|
}
|
|
34239
34213
|
|
|
34240
|
-
.
|
|
34241
|
-
display: inline-block;
|
|
34242
|
-
height: 8px;
|
|
34243
|
-
width: 8px;
|
|
34244
|
-
margin-right: 8px;
|
|
34245
|
-
border-radius: 2px;
|
|
34246
|
-
}
|
|
34247
|
-
.E_ljhvvia.borderd {
|
|
34248
|
-
border: 1px solid #fff;
|
|
34249
|
-
}
|
|
34250
|
-
|
|
34251
|
-
.E_msn7nxt {
|
|
34214
|
+
.E_m11nzl2x {
|
|
34252
34215
|
color: rgba(44, 56, 82, 0.6);
|
|
34253
34216
|
text-align: center;
|
|
34254
34217
|
display: flex;
|
|
@@ -34257,158 +34220,202 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34257
34220
|
flex-direction: column;
|
|
34258
34221
|
height: 100%;
|
|
34259
34222
|
}
|
|
34260
|
-
.
|
|
34223
|
+
.E_m11nzl2x .link {
|
|
34261
34224
|
color: #0080ff;
|
|
34262
34225
|
cursor: pointer;
|
|
34263
34226
|
}
|
|
34264
34227
|
|
|
34265
|
-
.
|
|
34228
|
+
.E_mn7joto {
|
|
34266
34229
|
width: 100%;
|
|
34267
34230
|
height: 100%;
|
|
34268
34231
|
display: flex;
|
|
34269
34232
|
flex-direction: column;
|
|
34270
34233
|
}
|
|
34271
|
-
.
|
|
34234
|
+
.E_mn7joto .name-toolbar {
|
|
34272
34235
|
width: 100%;
|
|
34273
34236
|
display: flex;
|
|
34274
34237
|
line-height: 30px;
|
|
34275
|
-
padding: 0 16px;
|
|
34276
34238
|
justify-content: space-between;
|
|
34277
34239
|
}
|
|
34278
|
-
.
|
|
34240
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
34279
34241
|
display: flex;
|
|
34280
34242
|
font-size: 12px;
|
|
34281
34243
|
align-items: center;
|
|
34282
34244
|
}
|
|
34283
|
-
.
|
|
34245
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
34284
34246
|
color: #a3b4cc;
|
|
34285
34247
|
}
|
|
34286
|
-
.
|
|
34248
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
34287
34249
|
margin-left: 10px;
|
|
34288
34250
|
}
|
|
34289
|
-
.
|
|
34251
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
34290
34252
|
margin-left: 10px;
|
|
34291
34253
|
cursor: pointer;
|
|
34292
34254
|
}
|
|
34293
|
-
.
|
|
34255
|
+
.E_mn7joto .content {
|
|
34294
34256
|
flex: 1;
|
|
34295
34257
|
width: 100%;
|
|
34296
34258
|
display: flex;
|
|
34297
34259
|
justify-content: center;
|
|
34298
34260
|
align-items: center;
|
|
34299
34261
|
}
|
|
34300
|
-
.
|
|
34262
|
+
.E_mn7joto .single-content {
|
|
34301
34263
|
height: 65px;
|
|
34302
34264
|
}
|
|
34303
34265
|
|
|
34304
|
-
.
|
|
34266
|
+
.E_l1bifhon {
|
|
34305
34267
|
display: flex;
|
|
34306
34268
|
align-items: center;
|
|
34307
34269
|
white-space: nowrap;
|
|
34308
34270
|
overflow: hidden;
|
|
34309
34271
|
width: 100%;
|
|
34310
34272
|
}
|
|
34311
|
-
.
|
|
34312
|
-
margin-left: auto;
|
|
34273
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
34313
34274
|
font-size: 12px;
|
|
34275
|
+
margin-left: 8px;
|
|
34314
34276
|
}
|
|
34315
34277
|
|
|
34316
|
-
.
|
|
34278
|
+
.E_ltthzck {
|
|
34317
34279
|
display: flex;
|
|
34318
34280
|
justify-content: flex-start;
|
|
34319
34281
|
align-items: center;
|
|
34320
34282
|
font-size: 12px;
|
|
34321
34283
|
cursor: pointer;
|
|
34322
34284
|
}
|
|
34323
|
-
.
|
|
34324
|
-
margin-
|
|
34285
|
+
.E_ltthzck:not(:first-child) {
|
|
34286
|
+
margin-left: 8px;
|
|
34325
34287
|
}
|
|
34326
|
-
.
|
|
34327
|
-
opacity: 0.
|
|
34288
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34289
|
+
opacity: 0.3;
|
|
34328
34290
|
}
|
|
34329
|
-
.
|
|
34291
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34330
34292
|
background: #b4beca !important;
|
|
34293
|
+
border-radius: 2px;
|
|
34294
|
+
}
|
|
34295
|
+
.E_ltthzck.hoverering-self {
|
|
34296
|
+
opacity: 1;
|
|
34297
|
+
}
|
|
34298
|
+
.E_ltthzck .dropdown-trigger {
|
|
34299
|
+
margin-left: 12px;
|
|
34300
|
+
}
|
|
34301
|
+
.E_ltthzck .legend-name {
|
|
34302
|
+
color: #00122e;
|
|
34331
34303
|
}
|
|
34332
34304
|
|
|
34333
|
-
.
|
|
34305
|
+
.E_l1mumj7o {
|
|
34306
|
+
display: flex;
|
|
34307
|
+
justify-content: flex-start;
|
|
34308
|
+
align-items: center;
|
|
34309
|
+
font-size: 12px;
|
|
34310
|
+
cursor: pointer;
|
|
34311
|
+
}
|
|
34312
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34313
|
+
opacity: 0.3;
|
|
34314
|
+
}
|
|
34315
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34316
|
+
background: #b4beca !important;
|
|
34317
|
+
border-radius: 2px;
|
|
34318
|
+
}
|
|
34319
|
+
.E_l1mumj7o .legend-name {
|
|
34320
|
+
color: #00122e;
|
|
34321
|
+
}
|
|
34322
|
+
.E_l1mumj7o.hoverering-self {
|
|
34323
|
+
opacity: 1;
|
|
34324
|
+
}
|
|
34325
|
+
|
|
34326
|
+
.E_c14rn6j5 {
|
|
34334
34327
|
display: inline-block;
|
|
34335
34328
|
height: 8px;
|
|
34336
34329
|
width: 8px;
|
|
34337
|
-
margin-right:
|
|
34330
|
+
margin-right: 6px;
|
|
34331
|
+
border-radius: 2px;
|
|
34338
34332
|
}
|
|
34339
34333
|
|
|
34340
|
-
.
|
|
34334
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
34341
34335
|
display: flex;
|
|
34342
34336
|
align-items: center;
|
|
34343
34337
|
font-size: 12px;
|
|
34344
34338
|
margin: 0;
|
|
34345
34339
|
}
|
|
34346
34340
|
|
|
34347
|
-
.
|
|
34341
|
+
.E_lqeaosa {
|
|
34348
34342
|
position: relative;
|
|
34349
34343
|
}
|
|
34350
|
-
.
|
|
34344
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
34351
34345
|
bottom: -12px;
|
|
34352
34346
|
}
|
|
34353
|
-
.
|
|
34347
|
+
.E_lqeaosa .metric-toolbar {
|
|
34354
34348
|
display: flex;
|
|
34355
34349
|
justify-content: space-between;
|
|
34356
34350
|
line-height: 30px;
|
|
34357
|
-
margin: 0 16px;
|
|
34358
34351
|
}
|
|
34359
|
-
.
|
|
34352
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34360
34353
|
display: flex;
|
|
34354
|
+
flex-shrink: 0;
|
|
34361
34355
|
font-size: 12px;
|
|
34362
34356
|
align-items: center;
|
|
34363
34357
|
}
|
|
34364
|
-
.
|
|
34358
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
34365
34359
|
color: #a3b4cc;
|
|
34366
34360
|
}
|
|
34367
|
-
.
|
|
34361
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34368
34362
|
margin-left: 10px;
|
|
34369
34363
|
}
|
|
34370
|
-
.
|
|
34364
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34371
34365
|
margin-left: 10px;
|
|
34372
34366
|
cursor: pointer;
|
|
34373
34367
|
}
|
|
34374
|
-
.
|
|
34368
|
+
.E_lqeaosa .recharts-xAxis {
|
|
34375
34369
|
font-size: 12px;
|
|
34376
34370
|
}
|
|
34377
|
-
.
|
|
34371
|
+
.E_lqeaosa .pointer-wrapper {
|
|
34378
34372
|
position: absolute;
|
|
34379
34373
|
bottom: 10px;
|
|
34380
34374
|
padding: 0 8px;
|
|
34381
|
-
border-radius: 4px;
|
|
34382
34375
|
font-size: 12px;
|
|
34383
34376
|
color: #fff;
|
|
34384
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34385
34377
|
transform: translateX(-50%);
|
|
34386
34378
|
}
|
|
34387
34379
|
|
|
34388
|
-
.
|
|
34380
|
+
.E_t2pr38p {
|
|
34389
34381
|
min-width: 200px;
|
|
34382
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
34383
|
+
border-radius: 4px;
|
|
34384
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34385
|
+
padding: 8px;
|
|
34390
34386
|
}
|
|
34391
34387
|
|
|
34392
|
-
.
|
|
34388
|
+
.E_tecdsj7 {
|
|
34393
34389
|
display: flex;
|
|
34394
34390
|
align-items: center;
|
|
34391
|
+
background-color: unset;
|
|
34392
|
+
color: #FFFFFF;
|
|
34395
34393
|
justify-content: space-between;
|
|
34396
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34397
|
-
color: #b4beca;
|
|
34398
34394
|
font-size: 12px;
|
|
34399
|
-
padding:
|
|
34395
|
+
padding-top: 6px;
|
|
34400
34396
|
}
|
|
34401
|
-
.
|
|
34397
|
+
.E_tecdsj7:first-child {
|
|
34402
34398
|
padding-top: 3px;
|
|
34403
34399
|
}
|
|
34404
|
-
.
|
|
34400
|
+
.E_tecdsj7:last-child {
|
|
34405
34401
|
padding-bottom: 3px;
|
|
34406
34402
|
}
|
|
34407
|
-
.
|
|
34408
|
-
color: #
|
|
34403
|
+
.E_tecdsj7 .column-value {
|
|
34404
|
+
color: #FFFFFF;
|
|
34409
34405
|
margin-left: 8px;
|
|
34410
34406
|
}
|
|
34411
34407
|
|
|
34408
|
+
.E_ljhvvia {
|
|
34409
|
+
display: inline-block;
|
|
34410
|
+
height: 8px;
|
|
34411
|
+
width: 8px;
|
|
34412
|
+
margin-right: 8px;
|
|
34413
|
+
border-radius: 2px;
|
|
34414
|
+
}
|
|
34415
|
+
.E_ljhvvia.borderd {
|
|
34416
|
+
border: 1px solid #fff;
|
|
34417
|
+
}
|
|
34418
|
+
|
|
34412
34419
|
.E_t59qhqp {
|
|
34413
34420
|
background: #FFFFFF;
|
|
34414
34421
|
padding: 24px 32px;
|
|
@@ -34590,35 +34597,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34590
34597
|
}
|
|
34591
34598
|
}
|
|
34592
34599
|
|
|
34593
|
-
.E_gmyahx3 {
|
|
34594
|
-
cursor: pointer;
|
|
34595
|
-
}
|
|
34596
|
-
.E_gmyahx3 .link-text {
|
|
34597
|
-
color: rgba(0, 21, 64, 0.3);
|
|
34598
|
-
}
|
|
34599
|
-
.E_gmyahx3:hover .link-text {
|
|
34600
|
-
color: #0080ff;
|
|
34601
|
-
}
|
|
34602
|
-
|
|
34603
|
-
.E_n12mqh7z {
|
|
34604
|
-
display: flex;
|
|
34605
|
-
align-items: center;
|
|
34606
|
-
font-size: 12px;
|
|
34607
|
-
line-height: 18px;
|
|
34608
|
-
}
|
|
34609
|
-
.E_n12mqh7z:not(:last-child) {
|
|
34610
|
-
margin-bottom: 4px;
|
|
34611
|
-
}
|
|
34612
|
-
|
|
34613
|
-
.E_tf5bynu {
|
|
34614
|
-
margin: 0 3px;
|
|
34615
|
-
}
|
|
34616
|
-
|
|
34617
|
-
.E_tcckoz1 {
|
|
34618
|
-
max-height: 400px;
|
|
34619
|
-
overflow: auto;
|
|
34620
|
-
}
|
|
34621
|
-
|
|
34622
34600
|
.E_s1ebs0ra {
|
|
34623
34601
|
display: flex;
|
|
34624
34602
|
align-items: center;
|
|
@@ -34680,144 +34658,177 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34680
34658
|
background: #fff;
|
|
34681
34659
|
}
|
|
34682
34660
|
|
|
34683
|
-
.
|
|
34684
|
-
|
|
34685
|
-
|
|
34686
|
-
.E_c1up1pdz.active {
|
|
34687
|
-
border-color: #0080ff;
|
|
34661
|
+
.E_c18bcrac {
|
|
34662
|
+
display: inline-block;
|
|
34663
|
+
width: 100%;
|
|
34688
34664
|
}
|
|
34689
|
-
.
|
|
34690
|
-
|
|
34665
|
+
.E_c18bcrac .recharts-wrapper {
|
|
34666
|
+
margin-left: 4px;
|
|
34691
34667
|
}
|
|
34692
|
-
|
|
34693
|
-
|
|
34668
|
+
|
|
34669
|
+
.E_cro7kg2 {
|
|
34670
|
+
padding: 4px;
|
|
34694
34671
|
}
|
|
34695
|
-
|
|
34672
|
+
|
|
34673
|
+
.E_c14wcxf0 {
|
|
34696
34674
|
display: flex;
|
|
34697
|
-
|
|
34698
|
-
|
|
34675
|
+
justify-content: space-between;
|
|
34676
|
+
align-items: center;
|
|
34677
|
+
font-size: 13px;
|
|
34678
|
+
line-height: 24px;
|
|
34679
|
+
color: #cccccc;
|
|
34680
|
+
white-space: nowrap;
|
|
34699
34681
|
}
|
|
34700
|
-
.
|
|
34701
|
-
|
|
34702
|
-
padding-bottom: 0;
|
|
34682
|
+
.E_c14wcxf0 label {
|
|
34683
|
+
margin-right: 32px;
|
|
34703
34684
|
}
|
|
34704
|
-
|
|
34705
|
-
|
|
34706
|
-
|
|
34707
|
-
color:
|
|
34685
|
+
|
|
34686
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
34687
|
+
font-weight: bold;
|
|
34688
|
+
color: white;
|
|
34708
34689
|
}
|
|
34709
|
-
|
|
34710
|
-
|
|
34711
|
-
|
|
34690
|
+
|
|
34691
|
+
.E_s11212zy {
|
|
34692
|
+
width: 8px;
|
|
34693
|
+
height: 8px;
|
|
34694
|
+
border-radius: 2px;
|
|
34695
|
+
display: inline-block;
|
|
34696
|
+
background: var(--s11212zy-0);
|
|
34697
|
+
border: 1px solid #fff;
|
|
34698
|
+
box-sizing: content-box;
|
|
34699
|
+
margin-right: 6px;
|
|
34712
34700
|
}
|
|
34713
|
-
|
|
34714
|
-
.
|
|
34715
|
-
|
|
34701
|
+
|
|
34702
|
+
.E_p1lyky6c > :first-child {
|
|
34703
|
+
font-weight: bold;
|
|
34704
|
+
color: white;
|
|
34705
|
+
margin-right: 4px;
|
|
34716
34706
|
}
|
|
34717
34707
|
|
|
34718
|
-
.
|
|
34719
|
-
|
|
34720
|
-
|
|
34721
|
-
|
|
34722
|
-
word-break: keep-all;
|
|
34708
|
+
.E_clm1wy1 {
|
|
34709
|
+
width: 192px;
|
|
34710
|
+
height: 246px;
|
|
34711
|
+
border-radius: 4px;
|
|
34723
34712
|
}
|
|
34724
|
-
.
|
|
34725
|
-
|
|
34713
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
34714
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34715
|
+
width: 100%;
|
|
34716
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
34717
|
+
border-top: none;
|
|
34726
34718
|
}
|
|
34727
|
-
.
|
|
34728
|
-
|
|
34719
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34720
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34721
|
+
padding: 0 16px;
|
|
34729
34722
|
}
|
|
34730
|
-
.
|
|
34731
|
-
|
|
34732
|
-
|
|
34733
|
-
|
|
34734
|
-
|
|
34735
|
-
justify-content: flex-start;
|
|
34736
|
-
white-space: nowrap;
|
|
34723
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34724
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34725
|
+
width: 100%;
|
|
34726
|
+
height: 180px;
|
|
34727
|
+
border-spacing: 0;
|
|
34737
34728
|
}
|
|
34738
|
-
.
|
|
34739
|
-
|
|
34740
|
-
|
|
34741
|
-
text-overflow: ellipsis;
|
|
34729
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34730
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34731
|
+
margin-bottom: 8px;
|
|
34742
34732
|
}
|
|
34743
|
-
.
|
|
34744
|
-
|
|
34745
|
-
|
|
34733
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34734
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34735
|
+
width: 22px;
|
|
34746
34736
|
}
|
|
34747
|
-
.
|
|
34748
|
-
|
|
34749
|
-
|
|
34750
|
-
align-items: center;
|
|
34737
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34738
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
34739
|
+
padding: 0;
|
|
34751
34740
|
}
|
|
34752
|
-
.
|
|
34753
|
-
|
|
34741
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
34742
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34743
|
+
opacity: 0.4;
|
|
34754
34744
|
}
|
|
34755
|
-
.
|
|
34756
|
-
|
|
34757
|
-
|
|
34758
|
-
|
|
34759
|
-
|
|
34745
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34746
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34747
|
+
opacity: 1;
|
|
34748
|
+
}
|
|
34749
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
34750
|
+
color: #3e4652;
|
|
34751
|
+
}
|
|
34752
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
34753
|
+
pointer-events: none;
|
|
34760
34754
|
}
|
|
34761
34755
|
|
|
34762
|
-
.
|
|
34763
|
-
|
|
34764
|
-
|
|
34756
|
+
.E_t1tsm00v {
|
|
34757
|
+
color: rgba(129, 138, 153, 0.6);
|
|
34758
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34759
|
+
backdrop-filter: blur(10px);
|
|
34760
|
+
padding: 7px 10px;
|
|
34765
34761
|
}
|
|
34766
|
-
|
|
34767
|
-
|
|
34762
|
+
|
|
34763
|
+
.E_c167wnad {
|
|
34768
34764
|
color: rgba(62, 70, 82, 0.6);
|
|
34769
|
-
|
|
34765
|
+
display: flex;
|
|
34766
|
+
justify-content: space-between;
|
|
34767
|
+
align-items: center;
|
|
34768
|
+
padding: 8px 16px;
|
|
34770
34769
|
}
|
|
34771
|
-
.
|
|
34772
|
-
|
|
34770
|
+
.E_c167wnad .anticon {
|
|
34771
|
+
cursor: pointer;
|
|
34772
|
+
}
|
|
34773
|
+
.E_c167wnad .anticon:hover {
|
|
34773
34774
|
color: #0096ff;
|
|
34774
34775
|
}
|
|
34775
34776
|
|
|
34776
|
-
.
|
|
34777
|
-
padding: 10px 0;
|
|
34778
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
34779
|
-
}
|
|
34780
|
-
.E_wpbf4pq .ant-input,
|
|
34781
|
-
.E_wpbf4pq .ant-picker {
|
|
34782
|
-
width: 80px;
|
|
34783
|
-
margin: 0 9px;
|
|
34777
|
+
.E_cxhf7dh {
|
|
34784
34778
|
text-align: center;
|
|
34785
34779
|
}
|
|
34786
|
-
.
|
|
34787
|
-
|
|
34788
|
-
|
|
34789
|
-
margin: 5px 0 5px 8px;
|
|
34780
|
+
.E_cxhf7dh .dots {
|
|
34781
|
+
display: flex;
|
|
34782
|
+
justify-content: center;
|
|
34790
34783
|
}
|
|
34791
|
-
.
|
|
34792
|
-
|
|
34793
|
-
|
|
34794
|
-
|
|
34795
|
-
border-radius:
|
|
34796
|
-
|
|
34784
|
+
.E_cxhf7dh .dot {
|
|
34785
|
+
display: inline-block;
|
|
34786
|
+
width: 2px;
|
|
34787
|
+
height: 2px;
|
|
34788
|
+
border-radius: 1px;
|
|
34789
|
+
background: #0096ff;
|
|
34797
34790
|
}
|
|
34798
|
-
.
|
|
34799
|
-
|
|
34800
|
-
color: inherit;
|
|
34801
|
-
border-color: #d9d9d9;
|
|
34791
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
34792
|
+
margin-right: 2px;
|
|
34802
34793
|
}
|
|
34803
|
-
.
|
|
34804
|
-
|
|
34805
|
-
|
|
34806
|
-
|
|
34794
|
+
.E_cxhf7dh .bar {
|
|
34795
|
+
width: 9px;
|
|
34796
|
+
height: 2px;
|
|
34797
|
+
background: #0096ff;
|
|
34798
|
+
border-radius: 2px;
|
|
34807
34799
|
}
|
|
34808
|
-
|
|
34809
|
-
|
|
34810
|
-
margin
|
|
34800
|
+
|
|
34801
|
+
span.E_tqjc4ui {
|
|
34802
|
+
margin: 0 2px;
|
|
34811
34803
|
}
|
|
34812
|
-
|
|
34813
|
-
|
|
34814
|
-
|
|
34815
|
-
margin-bottom: 8px;
|
|
34804
|
+
|
|
34805
|
+
.E_gmyahx3 {
|
|
34806
|
+
cursor: pointer;
|
|
34816
34807
|
}
|
|
34817
|
-
.
|
|
34818
|
-
|
|
34819
|
-
|
|
34820
|
-
|
|
34808
|
+
.E_gmyahx3 .link-text {
|
|
34809
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34810
|
+
}
|
|
34811
|
+
.E_gmyahx3:hover .link-text {
|
|
34812
|
+
color: #0080ff;
|
|
34813
|
+
}
|
|
34814
|
+
|
|
34815
|
+
.E_n12mqh7z {
|
|
34816
|
+
display: flex;
|
|
34817
|
+
align-items: center;
|
|
34818
|
+
font-size: 12px;
|
|
34819
|
+
line-height: 18px;
|
|
34820
|
+
}
|
|
34821
|
+
.E_n12mqh7z:not(:last-child) {
|
|
34822
|
+
margin-bottom: 4px;
|
|
34823
|
+
}
|
|
34824
|
+
|
|
34825
|
+
.E_tf5bynu {
|
|
34826
|
+
margin: 0 3px;
|
|
34827
|
+
}
|
|
34828
|
+
|
|
34829
|
+
.E_tcckoz1 {
|
|
34830
|
+
max-height: 400px;
|
|
34831
|
+
overflow: auto;
|
|
34821
34832
|
}
|
|
34822
34833
|
|
|
34823
34834
|
.E_ou7iq30 {
|
|
@@ -34847,76 +34858,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34847
34858
|
visibility: hidden;
|
|
34848
34859
|
}
|
|
34849
34860
|
|
|
34850
|
-
.E_c18bcrac {
|
|
34851
|
-
display: inline-block;
|
|
34852
|
-
width: 100%;
|
|
34853
|
-
}
|
|
34854
|
-
.E_c18bcrac .recharts-wrapper {
|
|
34855
|
-
margin-left: 4px;
|
|
34856
|
-
}
|
|
34857
|
-
|
|
34858
|
-
.E_cro7kg2 {
|
|
34859
|
-
padding: 4px;
|
|
34860
|
-
}
|
|
34861
|
-
|
|
34862
|
-
.E_c14wcxf0 {
|
|
34863
|
-
display: flex;
|
|
34864
|
-
justify-content: space-between;
|
|
34865
|
-
align-items: center;
|
|
34866
|
-
font-size: 13px;
|
|
34867
|
-
line-height: 24px;
|
|
34868
|
-
color: #cccccc;
|
|
34869
|
-
white-space: nowrap;
|
|
34870
|
-
}
|
|
34871
|
-
.E_c14wcxf0 label {
|
|
34872
|
-
margin-right: 32px;
|
|
34873
|
-
}
|
|
34874
|
-
|
|
34875
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
34876
|
-
font-weight: bold;
|
|
34877
|
-
color: white;
|
|
34878
|
-
}
|
|
34879
|
-
|
|
34880
|
-
.E_s11212zy {
|
|
34881
|
-
width: 8px;
|
|
34882
|
-
height: 8px;
|
|
34883
|
-
border-radius: 2px;
|
|
34884
|
-
display: inline-block;
|
|
34885
|
-
background: var(--s11212zy-0);
|
|
34886
|
-
border: 1px solid #fff;
|
|
34887
|
-
box-sizing: content-box;
|
|
34888
|
-
margin-right: 6px;
|
|
34889
|
-
}
|
|
34890
|
-
|
|
34891
|
-
.E_p1lyky6c > :first-child {
|
|
34892
|
-
font-weight: bold;
|
|
34893
|
-
color: white;
|
|
34894
|
-
margin-right: 4px;
|
|
34895
|
-
}
|
|
34896
|
-
|
|
34897
|
-
.E_wg1tsps {
|
|
34898
|
-
display: flex;
|
|
34899
|
-
align-items: center;
|
|
34900
|
-
justify-content: flex-end;
|
|
34901
|
-
}
|
|
34902
|
-
|
|
34903
|
-
.E_b1ctd5xy {
|
|
34904
|
-
display: flex;
|
|
34905
|
-
align-items: center;
|
|
34906
|
-
width: calc(100% - 40px);
|
|
34907
|
-
}
|
|
34908
|
-
.E_b1ctd5xy .chart {
|
|
34909
|
-
display: inline-block;
|
|
34910
|
-
width: 100%;
|
|
34911
|
-
}
|
|
34912
|
-
|
|
34913
|
-
.E_u1p8acpn {
|
|
34914
|
-
min-width: 40px;
|
|
34915
|
-
}
|
|
34916
|
-
.E_u1p8acpn .unit {
|
|
34917
|
-
color: #00122e !important;
|
|
34918
|
-
}
|
|
34919
|
-
|
|
34920
34861
|
.E_t1sqg15u {
|
|
34921
34862
|
background: white;
|
|
34922
34863
|
}
|
|
@@ -35007,122 +34948,301 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35007
34948
|
padding-right: 12px;
|
|
35008
34949
|
}
|
|
35009
34950
|
|
|
35010
|
-
|
|
35011
|
-
|
|
35012
|
-
|
|
35013
|
-
|
|
35014
|
-
|
|
34951
|
+
.E_skwah65 {
|
|
34952
|
+
height: 8px;
|
|
34953
|
+
box-sizing: border-box;
|
|
34954
|
+
border-radius: 2px;
|
|
34955
|
+
background: #f5f7fa;
|
|
35015
34956
|
display: flex;
|
|
35016
|
-
|
|
34957
|
+
width: 100%;
|
|
34958
|
+
overflow: hidden;
|
|
35017
34959
|
}
|
|
35018
|
-
.
|
|
35019
|
-
margin-
|
|
34960
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34961
|
+
margin-left: 1px;
|
|
35020
34962
|
}
|
|
35021
34963
|
|
|
35022
|
-
.
|
|
35023
|
-
width:
|
|
35024
|
-
height: 246px;
|
|
35025
|
-
border-radius: 4px;
|
|
35026
|
-
}
|
|
35027
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35028
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35029
|
-
width: 100%;
|
|
35030
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35031
|
-
border-top: none;
|
|
34964
|
+
.E_c1up1pdz {
|
|
34965
|
+
width: 648px;
|
|
35032
34966
|
}
|
|
35033
|
-
.
|
|
35034
|
-
|
|
35035
|
-
padding: 0 16px;
|
|
34967
|
+
.E_c1up1pdz.active {
|
|
34968
|
+
border-color: #0080ff;
|
|
35036
34969
|
}
|
|
35037
|
-
.
|
|
35038
|
-
|
|
35039
|
-
width: 100%;
|
|
35040
|
-
height: 180px;
|
|
35041
|
-
border-spacing: 0;
|
|
34970
|
+
.E_c1up1pdz.active > header {
|
|
34971
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35042
34972
|
}
|
|
35043
|
-
.
|
|
35044
|
-
|
|
35045
|
-
margin-bottom: 8px;
|
|
34973
|
+
.E_c1up1pdz .expand {
|
|
34974
|
+
padding: 12px;
|
|
35046
34975
|
}
|
|
35047
|
-
.
|
|
35048
|
-
|
|
35049
|
-
|
|
34976
|
+
.E_c1up1pdz .field-item {
|
|
34977
|
+
display: flex;
|
|
34978
|
+
padding: 10px 0;
|
|
34979
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35050
34980
|
}
|
|
35051
|
-
.
|
|
35052
|
-
|
|
35053
|
-
padding: 0;
|
|
34981
|
+
.E_c1up1pdz .field-item:last-child {
|
|
34982
|
+
border-bottom: none;
|
|
34983
|
+
padding-bottom: 0;
|
|
35054
34984
|
}
|
|
35055
|
-
.
|
|
34985
|
+
.E_c1up1pdz .field-item label {
|
|
34986
|
+
line-height: 32px;
|
|
34987
|
+
width: 100px;
|
|
35056
34988
|
color: rgba(62, 70, 82, 0.6);
|
|
35057
|
-
opacity: 0.4;
|
|
35058
34989
|
}
|
|
35059
|
-
.
|
|
34990
|
+
.E_c1up1pdz .help {
|
|
35060
34991
|
color: rgba(62, 70, 82, 0.6);
|
|
35061
|
-
|
|
35062
|
-
}
|
|
35063
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35064
|
-
color: #3e4652;
|
|
34992
|
+
margin-top: 5px;
|
|
35065
34993
|
}
|
|
35066
|
-
.
|
|
35067
|
-
|
|
34994
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
34995
|
+
.E_c1up1pdz .ant-picker {
|
|
34996
|
+
width: 128px;
|
|
35068
34997
|
}
|
|
35069
34998
|
|
|
35070
|
-
.
|
|
34999
|
+
.E_c156wh19 {
|
|
35000
|
+
display: flex;
|
|
35001
|
+
align-items: center;
|
|
35002
|
+
justify-content: space-between;
|
|
35003
|
+
word-break: keep-all;
|
|
35004
|
+
}
|
|
35005
|
+
.E_c156wh19 .title {
|
|
35006
|
+
margin: 0 16px 0 8px;
|
|
35007
|
+
}
|
|
35008
|
+
.E_c156wh19 .retain {
|
|
35071
35009
|
color: rgba(129, 138, 153, 0.6);
|
|
35072
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35073
|
-
backdrop-filter: blur(10px);
|
|
35074
|
-
padding: 7px 10px;
|
|
35075
35010
|
}
|
|
35076
|
-
|
|
35077
|
-
|
|
35078
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35011
|
+
.E_c156wh19 div.left {
|
|
35012
|
+
flex: 1;
|
|
35079
35013
|
display: flex;
|
|
35080
|
-
|
|
35014
|
+
overflow: hidden;
|
|
35081
35015
|
align-items: center;
|
|
35082
|
-
|
|
35016
|
+
justify-content: flex-start;
|
|
35017
|
+
white-space: nowrap;
|
|
35083
35018
|
}
|
|
35084
|
-
.
|
|
35019
|
+
.E_c156wh19 div.left .title {
|
|
35020
|
+
max-width: 100%;
|
|
35021
|
+
overflow: hidden;
|
|
35022
|
+
text-overflow: ellipsis;
|
|
35023
|
+
}
|
|
35024
|
+
.E_c156wh19 div.right {
|
|
35025
|
+
display: flex;
|
|
35026
|
+
align-items: center;
|
|
35027
|
+
}
|
|
35028
|
+
.E_c156wh19 .reverse {
|
|
35029
|
+
display: flex;
|
|
35030
|
+
flex-direction: row-reverse;
|
|
35031
|
+
align-items: center;
|
|
35032
|
+
}
|
|
35033
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
35034
|
+
margin-left: 8px;
|
|
35035
|
+
}
|
|
35036
|
+
.E_c156wh19 .close {
|
|
35037
|
+
padding-left: 14px;
|
|
35038
|
+
margin-left: 14px;
|
|
35039
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35085
35040
|
cursor: pointer;
|
|
35086
35041
|
}
|
|
35087
|
-
|
|
35042
|
+
|
|
35043
|
+
.E_m126spxy {
|
|
35044
|
+
padding-bottom: 4px;
|
|
35045
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35046
|
+
}
|
|
35047
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35048
|
+
padding: 1px 10px;
|
|
35049
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35050
|
+
border-radius: 4px;
|
|
35051
|
+
}
|
|
35052
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35053
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35088
35054
|
color: #0096ff;
|
|
35089
35055
|
}
|
|
35090
35056
|
|
|
35091
|
-
.
|
|
35057
|
+
.E_wpbf4pq {
|
|
35058
|
+
padding: 10px 0;
|
|
35059
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35060
|
+
}
|
|
35061
|
+
.E_wpbf4pq .ant-input,
|
|
35062
|
+
.E_wpbf4pq .ant-picker {
|
|
35063
|
+
width: 80px;
|
|
35064
|
+
margin: 0 9px;
|
|
35092
35065
|
text-align: center;
|
|
35093
35066
|
}
|
|
35094
|
-
.
|
|
35067
|
+
.E_wpbf4pq .options {
|
|
35068
|
+
padding: 12px 0 12px 16px;
|
|
35069
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35070
|
+
margin: 5px 0 5px 8px;
|
|
35071
|
+
}
|
|
35072
|
+
.E_wpbf4pq .week-day-option,
|
|
35073
|
+
.E_wpbf4pq .month-day-option {
|
|
35074
|
+
background: #f5f7fa;
|
|
35075
|
+
box-sizing: border-box;
|
|
35076
|
+
border-radius: 16px;
|
|
35077
|
+
margin-right: 8px;
|
|
35078
|
+
}
|
|
35079
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35080
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35081
|
+
color: inherit;
|
|
35082
|
+
border-color: #d9d9d9;
|
|
35083
|
+
}
|
|
35084
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35085
|
+
background-color: #0096ff;
|
|
35086
|
+
border-color: #0096ff;
|
|
35087
|
+
color: #fff;
|
|
35088
|
+
}
|
|
35089
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35090
|
+
width: 110px;
|
|
35091
|
+
margin-top: 4px;
|
|
35092
|
+
}
|
|
35093
|
+
.E_wpbf4pq .month-day-option {
|
|
35094
|
+
width: 32px;
|
|
35095
|
+
padding: 0;
|
|
35096
|
+
margin-bottom: 8px;
|
|
35097
|
+
}
|
|
35098
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35099
|
+
background-color: #0096ff;
|
|
35100
|
+
border-color: #0096ff;
|
|
35101
|
+
color: #fff;
|
|
35102
|
+
}
|
|
35103
|
+
|
|
35104
|
+
.E_wg1tsps {
|
|
35095
35105
|
display: flex;
|
|
35096
|
-
|
|
35106
|
+
align-items: center;
|
|
35107
|
+
justify-content: flex-end;
|
|
35097
35108
|
}
|
|
35098
|
-
|
|
35109
|
+
|
|
35110
|
+
.E_b1ctd5xy {
|
|
35111
|
+
display: flex;
|
|
35112
|
+
align-items: center;
|
|
35113
|
+
width: calc(100% - 40px);
|
|
35114
|
+
}
|
|
35115
|
+
.E_b1ctd5xy .chart {
|
|
35099
35116
|
display: inline-block;
|
|
35100
|
-
width:
|
|
35101
|
-
|
|
35102
|
-
|
|
35103
|
-
|
|
35117
|
+
width: 100%;
|
|
35118
|
+
}
|
|
35119
|
+
|
|
35120
|
+
.E_u1p8acpn {
|
|
35121
|
+
min-width: 40px;
|
|
35122
|
+
}
|
|
35123
|
+
.E_u1p8acpn .unit {
|
|
35124
|
+
color: #00122e !important;
|
|
35125
|
+
}
|
|
35126
|
+
|
|
35127
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35128
|
+
display: flex;
|
|
35129
|
+
align-items: center;
|
|
35130
|
+
}
|
|
35131
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35132
|
+
margin-right: 8px;
|
|
35133
|
+
}
|
|
35134
|
+
|
|
35135
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35136
|
+
background: #edf0f7;
|
|
35137
|
+
padding: 32px 8px;
|
|
35138
|
+
overflow: auto;
|
|
35139
|
+
}
|
|
35140
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35141
|
+
display: flex;
|
|
35142
|
+
flex-direction: column;
|
|
35143
|
+
justify-content: space-between;
|
|
35144
|
+
}
|
|
35145
|
+
.E_s1at6qmn footer {
|
|
35146
|
+
display: flex;
|
|
35147
|
+
}
|
|
35148
|
+
.E_s1at6qmn .ant-menu {
|
|
35149
|
+
background: #edf0f7;
|
|
35150
|
+
}
|
|
35151
|
+
.E_s1at6qmn .ant-menu a {
|
|
35152
|
+
color: #00122e;
|
|
35153
|
+
width: 180px;
|
|
35154
|
+
overflow: hidden;
|
|
35155
|
+
text-overflow: ellipsis;
|
|
35156
|
+
}
|
|
35157
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35158
|
+
margin-bottom: 24px;
|
|
35159
|
+
}
|
|
35160
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35161
|
+
margin: 0;
|
|
35162
|
+
}
|
|
35163
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35164
|
+
font-size: 12px;
|
|
35165
|
+
padding: 0 8px 4px;
|
|
35166
|
+
line-height: 18px;
|
|
35167
|
+
}
|
|
35168
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35169
|
+
padding: 0;
|
|
35170
|
+
}
|
|
35171
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35172
|
+
padding-bottom: 24px;
|
|
35173
|
+
}
|
|
35174
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35175
|
+
margin-bottom: 24px;
|
|
35176
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35177
|
+
}
|
|
35178
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35179
|
+
transition: none;
|
|
35180
|
+
display: flex;
|
|
35181
|
+
align-items: center;
|
|
35182
|
+
height: 32px;
|
|
35183
|
+
line-height: 22px;
|
|
35184
|
+
padding: 0 8px;
|
|
35185
|
+
}
|
|
35186
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35187
|
+
margin-right: 12px;
|
|
35188
|
+
}
|
|
35189
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35190
|
+
margin: 0;
|
|
35191
|
+
margin-bottom: 2px;
|
|
35192
|
+
}
|
|
35193
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35194
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35195
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35196
|
+
border-radius: 6px;
|
|
35197
|
+
color: #fff;
|
|
35198
|
+
}
|
|
35199
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35200
|
+
color: #fff;
|
|
35201
|
+
}
|
|
35202
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35203
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35204
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35205
|
+
border-radius: 6px;
|
|
35206
|
+
}
|
|
35207
|
+
|
|
35208
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35209
|
+
white-space: nowrap;
|
|
35210
|
+
transition: all 0s;
|
|
35104
35211
|
}
|
|
35105
|
-
.
|
|
35106
|
-
|
|
35212
|
+
.E_s1wu0lms.shrink {
|
|
35213
|
+
transition: all 0s;
|
|
35214
|
+
overflow: hidden;
|
|
35107
35215
|
}
|
|
35108
|
-
.
|
|
35109
|
-
|
|
35110
|
-
|
|
35111
|
-
|
|
35112
|
-
|
|
35216
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35217
|
+
visibility: hidden;
|
|
35218
|
+
}
|
|
35219
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35220
|
+
width: 36px;
|
|
35221
|
+
padding: 0 6px;
|
|
35113
35222
|
}
|
|
35114
35223
|
|
|
35115
|
-
.
|
|
35116
|
-
height: 8px;
|
|
35117
|
-
box-sizing: border-box;
|
|
35118
|
-
border-radius: 2px;
|
|
35119
|
-
background: #f5f7fa;
|
|
35224
|
+
.E_n1ugzfva {
|
|
35120
35225
|
display: flex;
|
|
35226
|
+
place-items: center;
|
|
35227
|
+
width: 100% !important;
|
|
35228
|
+
}
|
|
35229
|
+
.E_n1ugzfva[disabled] {
|
|
35230
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35231
|
+
opacity: 1 !important;
|
|
35232
|
+
}
|
|
35233
|
+
.E_n1ugzfva.ant-btn {
|
|
35121
35234
|
width: 100%;
|
|
35122
|
-
|
|
35235
|
+
color: #00122e;
|
|
35123
35236
|
}
|
|
35124
|
-
.
|
|
35125
|
-
margin-
|
|
35237
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35238
|
+
margin-right: 12px;
|
|
35239
|
+
}
|
|
35240
|
+
.E_n1ugzfva .link-title {
|
|
35241
|
+
flex: 1;
|
|
35242
|
+
overflow: hidden;
|
|
35243
|
+
white-space: nowrap;
|
|
35244
|
+
text-overflow: ellipsis;
|
|
35245
|
+
text-align: left;
|
|
35126
35246
|
}
|
|
35127
35247
|
|
|
35128
35248
|
.E_t160l1cm {
|
|
@@ -35328,160 +35448,6 @@ span.E_tqjc4ui {
|
|
|
35328
35448
|
background: transparent;
|
|
35329
35449
|
}
|
|
35330
35450
|
|
|
35331
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35332
|
-
background: #edf0f7;
|
|
35333
|
-
padding: 32px 8px;
|
|
35334
|
-
overflow: auto;
|
|
35335
|
-
}
|
|
35336
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35337
|
-
display: flex;
|
|
35338
|
-
flex-direction: column;
|
|
35339
|
-
justify-content: space-between;
|
|
35340
|
-
}
|
|
35341
|
-
.E_s1at6qmn footer {
|
|
35342
|
-
display: flex;
|
|
35343
|
-
}
|
|
35344
|
-
.E_s1at6qmn .ant-menu {
|
|
35345
|
-
background: #edf0f7;
|
|
35346
|
-
}
|
|
35347
|
-
.E_s1at6qmn .ant-menu a {
|
|
35348
|
-
color: #00122e;
|
|
35349
|
-
width: 180px;
|
|
35350
|
-
overflow: hidden;
|
|
35351
|
-
text-overflow: ellipsis;
|
|
35352
|
-
}
|
|
35353
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35354
|
-
margin-bottom: 24px;
|
|
35355
|
-
}
|
|
35356
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35357
|
-
margin: 0;
|
|
35358
|
-
}
|
|
35359
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35360
|
-
font-size: 12px;
|
|
35361
|
-
padding: 0 8px 4px;
|
|
35362
|
-
line-height: 18px;
|
|
35363
|
-
}
|
|
35364
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35365
|
-
padding: 0;
|
|
35366
|
-
}
|
|
35367
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35368
|
-
padding-bottom: 24px;
|
|
35369
|
-
}
|
|
35370
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35371
|
-
margin-bottom: 24px;
|
|
35372
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35373
|
-
}
|
|
35374
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35375
|
-
transition: none;
|
|
35376
|
-
display: flex;
|
|
35377
|
-
align-items: center;
|
|
35378
|
-
height: 32px;
|
|
35379
|
-
line-height: 22px;
|
|
35380
|
-
padding: 0 8px;
|
|
35381
|
-
}
|
|
35382
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35383
|
-
margin-right: 12px;
|
|
35384
|
-
}
|
|
35385
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35386
|
-
margin: 0;
|
|
35387
|
-
margin-bottom: 2px;
|
|
35388
|
-
}
|
|
35389
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35390
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35391
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35392
|
-
border-radius: 6px;
|
|
35393
|
-
color: #fff;
|
|
35394
|
-
}
|
|
35395
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35396
|
-
color: #fff;
|
|
35397
|
-
}
|
|
35398
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35399
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35400
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35401
|
-
border-radius: 6px;
|
|
35402
|
-
}
|
|
35403
|
-
|
|
35404
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35405
|
-
white-space: nowrap;
|
|
35406
|
-
transition: all 0s;
|
|
35407
|
-
}
|
|
35408
|
-
.E_s1wu0lms.shrink {
|
|
35409
|
-
transition: all 0s;
|
|
35410
|
-
overflow: hidden;
|
|
35411
|
-
}
|
|
35412
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35413
|
-
visibility: hidden;
|
|
35414
|
-
}
|
|
35415
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35416
|
-
width: 36px;
|
|
35417
|
-
padding: 0 6px;
|
|
35418
|
-
}
|
|
35419
|
-
|
|
35420
|
-
.E_n1ugzfva {
|
|
35421
|
-
display: flex;
|
|
35422
|
-
place-items: center;
|
|
35423
|
-
width: 100% !important;
|
|
35424
|
-
}
|
|
35425
|
-
.E_n1ugzfva[disabled] {
|
|
35426
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35427
|
-
opacity: 1 !important;
|
|
35428
|
-
}
|
|
35429
|
-
.E_n1ugzfva.ant-btn {
|
|
35430
|
-
width: 100%;
|
|
35431
|
-
color: #00122e;
|
|
35432
|
-
}
|
|
35433
|
-
.E_n1ugzfva .icon-wrapper {
|
|
35434
|
-
margin-right: 12px;
|
|
35435
|
-
}
|
|
35436
|
-
.E_n1ugzfva .link-title {
|
|
35437
|
-
flex: 1;
|
|
35438
|
-
overflow: hidden;
|
|
35439
|
-
white-space: nowrap;
|
|
35440
|
-
text-overflow: ellipsis;
|
|
35441
|
-
text-align: left;
|
|
35442
|
-
}
|
|
35443
|
-
|
|
35444
|
-
.E_i5w779o {
|
|
35445
|
-
padding: 8px 0;
|
|
35446
|
-
}
|
|
35447
|
-
.E_i5w779o .col-label {
|
|
35448
|
-
flex-shrink: unset;
|
|
35449
|
-
}
|
|
35450
|
-
.E_i5w779o .col-label * {
|
|
35451
|
-
line-height: 18px;
|
|
35452
|
-
}
|
|
35453
|
-
.E_i5w779o .col-content {
|
|
35454
|
-
flex: 1 1 0;
|
|
35455
|
-
display: flex;
|
|
35456
|
-
align-items: center;
|
|
35457
|
-
}
|
|
35458
|
-
.E_i5w779o .col-content * {
|
|
35459
|
-
line-height: 18px;
|
|
35460
|
-
}
|
|
35461
|
-
|
|
35462
|
-
.E_l18dja44 {
|
|
35463
|
-
padding: 6px 0;
|
|
35464
|
-
}
|
|
35465
|
-
.E_l18dja44 .col-label * {
|
|
35466
|
-
font-size: 13px;
|
|
35467
|
-
line-height: 20px;
|
|
35468
|
-
}
|
|
35469
|
-
.E_l18dja44 .col-content * {
|
|
35470
|
-
font-size: 14px;
|
|
35471
|
-
line-height: 20px;
|
|
35472
|
-
}
|
|
35473
|
-
|
|
35474
|
-
.E_c8c2hys {
|
|
35475
|
-
display: flex;
|
|
35476
|
-
justify-content: space-between;
|
|
35477
|
-
flex: 1;
|
|
35478
|
-
min-width: 0;
|
|
35479
|
-
}
|
|
35480
|
-
|
|
35481
|
-
.E_n4m6c4d {
|
|
35482
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35483
|
-
}
|
|
35484
|
-
|
|
35485
35451
|
.E_cyms3br {
|
|
35486
35452
|
background: #fff;
|
|
35487
35453
|
width: 100%;
|
|
@@ -35578,6 +35544,47 @@ span.E_tqjc4ui {
|
|
|
35578
35544
|
gap: 8px;
|
|
35579
35545
|
}
|
|
35580
35546
|
|
|
35547
|
+
.E_i5w779o {
|
|
35548
|
+
padding: 8px 0;
|
|
35549
|
+
}
|
|
35550
|
+
.E_i5w779o .col-label {
|
|
35551
|
+
flex-shrink: unset;
|
|
35552
|
+
}
|
|
35553
|
+
.E_i5w779o .col-label * {
|
|
35554
|
+
line-height: 18px;
|
|
35555
|
+
}
|
|
35556
|
+
.E_i5w779o .col-content {
|
|
35557
|
+
flex: 1 1 0;
|
|
35558
|
+
display: flex;
|
|
35559
|
+
align-items: center;
|
|
35560
|
+
}
|
|
35561
|
+
.E_i5w779o .col-content * {
|
|
35562
|
+
line-height: 18px;
|
|
35563
|
+
}
|
|
35564
|
+
|
|
35565
|
+
.E_l18dja44 {
|
|
35566
|
+
padding: 6px 0;
|
|
35567
|
+
}
|
|
35568
|
+
.E_l18dja44 .col-label * {
|
|
35569
|
+
font-size: 13px;
|
|
35570
|
+
line-height: 20px;
|
|
35571
|
+
}
|
|
35572
|
+
.E_l18dja44 .col-content * {
|
|
35573
|
+
font-size: 14px;
|
|
35574
|
+
line-height: 20px;
|
|
35575
|
+
}
|
|
35576
|
+
|
|
35577
|
+
.E_c8c2hys {
|
|
35578
|
+
display: flex;
|
|
35579
|
+
justify-content: space-between;
|
|
35580
|
+
flex: 1;
|
|
35581
|
+
min-width: 0;
|
|
35582
|
+
}
|
|
35583
|
+
|
|
35584
|
+
.E_n4m6c4d {
|
|
35585
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35586
|
+
}
|
|
35587
|
+
|
|
35581
35588
|
.E_c14ouk5o {
|
|
35582
35589
|
width: 100%;
|
|
35583
35590
|
height: 100%;
|
|
@@ -35622,6 +35629,15 @@ span.E_tqjc4ui {
|
|
|
35622
35629
|
height: auto;
|
|
35623
35630
|
}
|
|
35624
35631
|
|
|
35632
|
+
.E_cevhqx7 {
|
|
35633
|
+
color: #00122e;
|
|
35634
|
+
}
|
|
35635
|
+
|
|
35636
|
+
.E_snbqlt4 {
|
|
35637
|
+
margin-top: 8px;
|
|
35638
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35639
|
+
}
|
|
35640
|
+
|
|
35625
35641
|
.E_c1kchka8 {
|
|
35626
35642
|
height: 100%;
|
|
35627
35643
|
width: 100%;
|
|
@@ -36099,15 +36115,6 @@ span.E_tqjc4ui {
|
|
|
36099
36115
|
padding: 0;
|
|
36100
36116
|
}
|
|
36101
36117
|
|
|
36102
|
-
.E_cevhqx7 {
|
|
36103
|
-
color: #00122e;
|
|
36104
|
-
}
|
|
36105
|
-
|
|
36106
|
-
.E_snbqlt4 {
|
|
36107
|
-
margin-top: 8px;
|
|
36108
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36109
|
-
}
|
|
36110
|
-
|
|
36111
36118
|
.E_c1ss4prm {
|
|
36112
36119
|
color: rgba(44, 56, 82, 0.6);
|
|
36113
36120
|
}
|