@cloudtower/eagle 0.27.50 → 0.27.52
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/components.css +1495 -1406
- package/dist/esm/index.js +6721 -6581
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/DonutChart/__test__/unit.test.d.ts +1 -0
- package/dist/src/core/DonutChart/index.d.ts +103 -0
- package/dist/src/core/Metric/metric.d.ts +1 -1
- package/dist/src/coreX/BarChart/index.d.ts +3 -2
- package/dist/src/coreX/{DonutChart → DeprecatedDonutChart}/index.d.ts +3 -3
- package/dist/src/coreX/OverflowTooltip/index.d.ts +1 -1
- package/dist/src/coreX/OverflowTooltip/overflowTooltip.type.d.ts +23 -0
- package/dist/src/coreX/index.d.ts +3 -0
- package/dist/src/spec/base.d.ts +4 -8
- package/dist/stories/docs/core/DonutChart.stories.d.ts +18 -0
- package/dist/stories/docs/coreX/DeprecatedDonutChart.stories.d.ts +6 -0
- package/dist/stories/docs/coreX/OverflowTooltip.stories.d.ts +26 -11
- package/dist/style.css +2162 -2073
- package/dist/umd/index.js +6724 -6582
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +2 -0
- package/package.json +6 -5
- package/dist/stories/docs/coreX/DonutChart.stories.d.ts +0 -6
package/dist/components.css
CHANGED
|
@@ -29693,34 +29693,6 @@ html body {
|
|
|
29693
29693
|
font-size: 14px;
|
|
29694
29694
|
}
|
|
29695
29695
|
|
|
29696
|
-
.E_fzh9mnb {
|
|
29697
|
-
width: 100%;
|
|
29698
|
-
height: 100%;
|
|
29699
|
-
min-height: 124px;
|
|
29700
|
-
display: flex;
|
|
29701
|
-
flex-direction: column;
|
|
29702
|
-
justify-content: center;
|
|
29703
|
-
align-items: center;
|
|
29704
|
-
}
|
|
29705
|
-
.E_fzh9mnb .error-text {
|
|
29706
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29707
|
-
margin-bottom: 16px;
|
|
29708
|
-
font-size: 18px;
|
|
29709
|
-
}
|
|
29710
|
-
|
|
29711
|
-
.E_i1inqkme {
|
|
29712
|
-
height: 18px;
|
|
29713
|
-
line-height: 18px;
|
|
29714
|
-
padding: 0 4px;
|
|
29715
|
-
border-radius: 4px;
|
|
29716
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29717
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29718
|
-
display: flex;
|
|
29719
|
-
align-items: center;
|
|
29720
|
-
white-space: nowrap;
|
|
29721
|
-
margin-right: 4px;
|
|
29722
|
-
}
|
|
29723
|
-
|
|
29724
29696
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29725
29697
|
justify-content: center;
|
|
29726
29698
|
}
|
|
@@ -30000,6 +29972,21 @@ html body {
|
|
|
30000
29972
|
border-radius: unset;
|
|
30001
29973
|
}
|
|
30002
29974
|
|
|
29975
|
+
.E_fzh9mnb {
|
|
29976
|
+
width: 100%;
|
|
29977
|
+
height: 100%;
|
|
29978
|
+
min-height: 124px;
|
|
29979
|
+
display: flex;
|
|
29980
|
+
flex-direction: column;
|
|
29981
|
+
justify-content: center;
|
|
29982
|
+
align-items: center;
|
|
29983
|
+
}
|
|
29984
|
+
.E_fzh9mnb .error-text {
|
|
29985
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29986
|
+
margin-bottom: 16px;
|
|
29987
|
+
font-size: 18px;
|
|
29988
|
+
}
|
|
29989
|
+
|
|
30003
29990
|
.E_iouxfgt {
|
|
30004
29991
|
display: inline-flex;
|
|
30005
29992
|
align-items: center;
|
|
@@ -30018,159 +30005,168 @@ html body {
|
|
|
30018
30005
|
animation: rotate 680ms linear infinite;
|
|
30019
30006
|
}
|
|
30020
30007
|
|
|
30021
|
-
.
|
|
30022
|
-
|
|
30008
|
+
.E_i1inqkme {
|
|
30009
|
+
height: 18px;
|
|
30010
|
+
line-height: 18px;
|
|
30011
|
+
padding: 0 4px;
|
|
30012
|
+
border-radius: 4px;
|
|
30013
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30014
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30015
|
+
display: flex;
|
|
30016
|
+
align-items: center;
|
|
30017
|
+
white-space: nowrap;
|
|
30018
|
+
margin-right: 4px;
|
|
30023
30019
|
}
|
|
30024
30020
|
|
|
30025
|
-
.
|
|
30026
|
-
|
|
30027
|
-
|
|
30021
|
+
.E_phljevk {
|
|
30022
|
+
display: flex;
|
|
30023
|
+
justify-content: space-between;
|
|
30024
|
+
align-items: center;
|
|
30025
|
+
padding: 10px 0;
|
|
30026
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30027
|
+
font-size: 12px;
|
|
30028
|
+
line-height: 24px;
|
|
30028
30029
|
}
|
|
30029
|
-
|
|
30030
|
-
|
|
30031
|
-
display: inline-flex;
|
|
30032
|
-
align-items: baseline;
|
|
30033
|
-
white-space: pre-wrap;
|
|
30030
|
+
.E_phljevk .pagination-left {
|
|
30031
|
+
padding: 2px 8px;
|
|
30034
30032
|
}
|
|
30035
|
-
.
|
|
30036
|
-
|
|
30037
|
-
|
|
30033
|
+
.E_phljevk .dropdown-trigger {
|
|
30034
|
+
display: flex;
|
|
30035
|
+
align-items: center;
|
|
30036
|
+
border-radius: 6px;
|
|
30037
|
+
cursor: pointer;
|
|
30038
|
+
transition: all 0.3s ease;
|
|
30038
30039
|
}
|
|
30039
|
-
.
|
|
30040
|
-
|
|
30040
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30041
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30042
|
+
color: #0080ff;
|
|
30041
30043
|
}
|
|
30042
|
-
.
|
|
30043
|
-
|
|
30044
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30045
|
+
margin-left: 4px;
|
|
30044
30046
|
}
|
|
30045
|
-
.
|
|
30046
|
-
|
|
30047
|
-
|
|
30047
|
+
.E_phljevk .pagination-right {
|
|
30048
|
+
display: flex;
|
|
30049
|
+
align-items: center;
|
|
30050
|
+
color: #0080ff;
|
|
30051
|
+
font-weight: bold;
|
|
30048
30052
|
}
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
left: 4px;
|
|
30052
|
-
width: 6px;
|
|
30053
|
-
height: 6px;
|
|
30054
|
-
background: #fff;
|
|
30053
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30054
|
+
margin-left: 4px;
|
|
30055
30055
|
}
|
|
30056
|
-
.
|
|
30057
|
-
|
|
30056
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30057
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30058
|
+
padding: 0 8px;
|
|
30058
30059
|
}
|
|
30059
|
-
.
|
|
30060
|
-
|
|
30061
|
-
|
|
30060
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30061
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30062
|
+
color: #0080ff;
|
|
30062
30063
|
}
|
|
30063
|
-
.
|
|
30064
|
-
|
|
30064
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30065
|
+
transform: rotate(180deg);
|
|
30065
30066
|
}
|
|
30066
|
-
|
|
30067
|
-
|
|
30068
|
-
|
|
30067
|
+
|
|
30068
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30069
|
+
max-height: calc(100vh - 128px);
|
|
30070
|
+
overflow-y: auto;
|
|
30069
30071
|
}
|
|
30070
|
-
.
|
|
30071
|
-
|
|
30072
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30073
|
+
padding: 4px 20px;
|
|
30074
|
+
font-size: 12px;
|
|
30075
|
+
line-height: 18px;
|
|
30072
30076
|
}
|
|
30073
|
-
|
|
30077
|
+
|
|
30078
|
+
.E_owd0kml {
|
|
30074
30079
|
display: inline-block;
|
|
30075
|
-
padding: 0;
|
|
30076
|
-
padding-left: 12px;
|
|
30077
|
-
}
|
|
30078
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30079
|
-
margin-bottom: 0;
|
|
30080
|
-
white-space: pre-wrap;
|
|
30081
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30082
|
-
}
|
|
30083
|
-
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30084
|
-
padding-left: 8px;
|
|
30085
30080
|
}
|
|
30086
30081
|
|
|
30087
|
-
.
|
|
30088
|
-
|
|
30089
|
-
|
|
30090
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30091
|
-
border-radius: 0 5px 5px 0;
|
|
30082
|
+
.E_h1jsgezc {
|
|
30083
|
+
visibility: hidden;
|
|
30084
|
+
position: absolute;
|
|
30092
30085
|
}
|
|
30093
30086
|
|
|
30094
|
-
.
|
|
30095
|
-
|
|
30096
|
-
border-color: #ccd4e3;
|
|
30087
|
+
.E_s1dni7lo {
|
|
30088
|
+
width: 430px !important;
|
|
30097
30089
|
}
|
|
30098
|
-
|
|
30099
|
-
|
|
30090
|
+
|
|
30091
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30092
|
+
padding: 8px 16px;
|
|
30093
|
+
line-height: 18px;
|
|
30094
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30095
|
+
height: 34px;
|
|
30096
|
+
min-height: 34px;
|
|
30097
|
+
box-sizing: border-box;
|
|
30098
|
+
margin-top: 8px;
|
|
30100
30099
|
}
|
|
30101
|
-
|
|
30102
|
-
|
|
30103
|
-
|
|
30104
|
-
|
|
30100
|
+
|
|
30101
|
+
.E_o1ugr09p {
|
|
30102
|
+
display: flex;
|
|
30103
|
+
flex-direction: column;
|
|
30104
|
+
margin: 1px 8px;
|
|
30105
|
+
padding: 8px;
|
|
30106
|
+
border-radius: 4px;
|
|
30105
30107
|
}
|
|
30106
|
-
.
|
|
30107
|
-
|
|
30108
|
+
.E_o1ugr09p .selected-icon {
|
|
30109
|
+
display: none;
|
|
30108
30110
|
}
|
|
30109
|
-
.ant-
|
|
30110
|
-
|
|
30111
|
-
padding: 0 7px;
|
|
30112
|
-
line-height: 20px;
|
|
30111
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30112
|
+
padding-left: 8px;
|
|
30113
30113
|
}
|
|
30114
|
-
.
|
|
30115
|
-
background:
|
|
30114
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30115
|
+
background-color: white;
|
|
30116
30116
|
}
|
|
30117
|
-
.
|
|
30118
|
-
|
|
30117
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30118
|
+
color: #0080ff;
|
|
30119
30119
|
}
|
|
30120
|
-
.
|
|
30121
|
-
|
|
30122
|
-
opacity: 0.5;
|
|
30120
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30121
|
+
display: block;
|
|
30123
30122
|
}
|
|
30124
|
-
.
|
|
30125
|
-
|
|
30123
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30124
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30126
30125
|
}
|
|
30127
|
-
.
|
|
30128
|
-
|
|
30126
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30127
|
+
color: #0080ff;
|
|
30129
30128
|
}
|
|
30130
|
-
.
|
|
30129
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30131
30130
|
background: rgba(0, 136, 255, 0.1);
|
|
30131
|
+
color: #0080ff;
|
|
30132
30132
|
}
|
|
30133
|
-
|
|
30134
|
-
|
|
30135
|
-
|
|
30136
|
-
|
|
30133
|
+
|
|
30134
|
+
.E_o1ifxsq4 {
|
|
30135
|
+
display: flex;
|
|
30136
|
+
justify-content: space-between;
|
|
30137
|
+
height: 20px;
|
|
30138
|
+
line-height: 20px;
|
|
30137
30139
|
}
|
|
30138
|
-
.
|
|
30139
|
-
color: #
|
|
30140
|
-
|
|
30140
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30141
|
+
color: #2d3a56;
|
|
30142
|
+
overflow: hidden;
|
|
30143
|
+
text-overflow: ellipsis;
|
|
30141
30144
|
}
|
|
30142
|
-
|
|
30143
|
-
|
|
30144
|
-
|
|
30145
|
-
|
|
30145
|
+
|
|
30146
|
+
.E_o1zue7 {
|
|
30147
|
+
display: flex;
|
|
30148
|
+
justify-content: space-between;
|
|
30149
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30150
|
+
height: 18px;
|
|
30151
|
+
line-height: 18px;
|
|
30152
|
+
margin-top: 2px;
|
|
30146
30153
|
}
|
|
30147
|
-
|
|
30148
|
-
|
|
30149
|
-
display: inline;
|
|
30154
|
+
|
|
30155
|
+
.E_tyfmlxg {
|
|
30150
30156
|
border: none;
|
|
30151
|
-
padding: 0;
|
|
30152
|
-
width: 36px;
|
|
30153
|
-
background: transparent;
|
|
30154
|
-
}
|
|
30155
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30156
|
-
box-shadow: none;
|
|
30157
|
-
}
|
|
30158
|
-
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30159
30157
|
margin-right: 0;
|
|
30160
|
-
|
|
30161
|
-
box-shadow: none;
|
|
30162
|
-
}
|
|
30163
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30164
|
-
display: none;
|
|
30158
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30165
30159
|
}
|
|
30166
|
-
|
|
30167
|
-
|
|
30160
|
+
|
|
30161
|
+
.E_o18uybox {
|
|
30162
|
+
pointer-events: none;
|
|
30163
|
+
height: 32px;
|
|
30164
|
+
width: 100%;
|
|
30165
|
+
opacity: 0;
|
|
30168
30166
|
}
|
|
30169
|
-
|
|
30170
|
-
|
|
30171
|
-
|
|
30172
|
-
padding: 0;
|
|
30173
|
-
width: 36px;
|
|
30167
|
+
|
|
30168
|
+
.E_iq1gosr {
|
|
30169
|
+
display: inline-block;
|
|
30174
30170
|
}
|
|
30175
30171
|
|
|
30176
30172
|
.E_s1dizucg.ant-switch {
|
|
@@ -30228,67 +30224,6 @@ html body {
|
|
|
30228
30224
|
margin-left: 5px;
|
|
30229
30225
|
}
|
|
30230
30226
|
|
|
30231
|
-
.E_iq1gosr {
|
|
30232
|
-
display: inline-block;
|
|
30233
|
-
}
|
|
30234
|
-
|
|
30235
|
-
.E_phljevk {
|
|
30236
|
-
display: flex;
|
|
30237
|
-
justify-content: space-between;
|
|
30238
|
-
align-items: center;
|
|
30239
|
-
padding: 10px 0;
|
|
30240
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30241
|
-
font-size: 12px;
|
|
30242
|
-
line-height: 24px;
|
|
30243
|
-
}
|
|
30244
|
-
.E_phljevk .pagination-left {
|
|
30245
|
-
padding: 2px 8px;
|
|
30246
|
-
}
|
|
30247
|
-
.E_phljevk .dropdown-trigger {
|
|
30248
|
-
display: flex;
|
|
30249
|
-
align-items: center;
|
|
30250
|
-
border-radius: 6px;
|
|
30251
|
-
cursor: pointer;
|
|
30252
|
-
transition: all 0.3s ease;
|
|
30253
|
-
}
|
|
30254
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30255
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30256
|
-
color: #0080ff;
|
|
30257
|
-
}
|
|
30258
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30259
|
-
margin-left: 4px;
|
|
30260
|
-
}
|
|
30261
|
-
.E_phljevk .pagination-right {
|
|
30262
|
-
display: flex;
|
|
30263
|
-
align-items: center;
|
|
30264
|
-
color: #0080ff;
|
|
30265
|
-
font-weight: bold;
|
|
30266
|
-
}
|
|
30267
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30268
|
-
margin-left: 4px;
|
|
30269
|
-
}
|
|
30270
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30271
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30272
|
-
padding: 0 8px;
|
|
30273
|
-
}
|
|
30274
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30275
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30276
|
-
color: #0080ff;
|
|
30277
|
-
}
|
|
30278
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30279
|
-
transform: rotate(180deg);
|
|
30280
|
-
}
|
|
30281
|
-
|
|
30282
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30283
|
-
max-height: calc(100vh - 128px);
|
|
30284
|
-
overflow-y: auto;
|
|
30285
|
-
}
|
|
30286
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30287
|
-
padding: 4px 20px;
|
|
30288
|
-
font-size: 12px;
|
|
30289
|
-
line-height: 18px;
|
|
30290
|
-
}
|
|
30291
|
-
|
|
30292
30227
|
.E_tc97u5y {
|
|
30293
30228
|
height: 100%;
|
|
30294
30229
|
}
|
|
@@ -30653,585 +30588,183 @@ html body {
|
|
|
30653
30588
|
background: #fff;
|
|
30654
30589
|
}
|
|
30655
30590
|
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30658
|
-
font-style: normal;
|
|
30659
|
-
font-weight: bold;
|
|
30660
|
-
font-size: 32px;
|
|
30661
|
-
line-height: 40px;
|
|
30591
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30592
|
+
display: none;
|
|
30662
30593
|
}
|
|
30663
|
-
|
|
30664
|
-
.
|
|
30665
|
-
|
|
30666
|
-
font-style: normal;
|
|
30667
|
-
font-weight: bold;
|
|
30668
|
-
font-size: 24px;
|
|
30669
|
-
line-height: 32px;
|
|
30594
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30595
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30596
|
+
border-radius: 4px;
|
|
30670
30597
|
}
|
|
30671
30598
|
|
|
30672
|
-
.
|
|
30673
|
-
|
|
30674
|
-
|
|
30675
|
-
|
|
30676
|
-
font-size: 32px;
|
|
30677
|
-
line-height: 40px;
|
|
30599
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30600
|
+
display: inline-flex;
|
|
30601
|
+
align-items: baseline;
|
|
30602
|
+
white-space: pre-wrap;
|
|
30678
30603
|
}
|
|
30679
|
-
|
|
30680
|
-
|
|
30681
|
-
|
|
30682
|
-
font-style: normal;
|
|
30683
|
-
font-weight: bold;
|
|
30684
|
-
font-size: 20px;
|
|
30685
|
-
line-height: 24px;
|
|
30604
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30605
|
+
position: relative;
|
|
30606
|
+
top: 3px;
|
|
30686
30607
|
}
|
|
30687
|
-
|
|
30688
|
-
.
|
|
30689
|
-
font-family: Inter;
|
|
30690
|
-
font-style: normal;
|
|
30691
|
-
font-weight: normal;
|
|
30692
|
-
font-size: 20px;
|
|
30693
|
-
line-height: 24px;
|
|
30608
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30609
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30694
30610
|
}
|
|
30695
|
-
|
|
30696
|
-
|
|
30697
|
-
font-family: Inter;
|
|
30698
|
-
font-style: normal;
|
|
30699
|
-
font-weight: bold;
|
|
30700
|
-
font-size: 18px;
|
|
30701
|
-
line-height: 22px;
|
|
30611
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30612
|
+
border-color: #0080ff;
|
|
30702
30613
|
}
|
|
30703
|
-
|
|
30704
|
-
|
|
30705
|
-
|
|
30706
|
-
font-style: normal;
|
|
30707
|
-
font-weight: normal;
|
|
30708
|
-
font-size: 18px;
|
|
30709
|
-
line-height: 22px;
|
|
30614
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30615
|
+
border-color: #0080ff;
|
|
30616
|
+
background: #0080ff;
|
|
30710
30617
|
}
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
|
|
30714
|
-
|
|
30715
|
-
|
|
30716
|
-
|
|
30717
|
-
line-height: 22px;
|
|
30618
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30619
|
+
top: 4px;
|
|
30620
|
+
left: 4px;
|
|
30621
|
+
width: 6px;
|
|
30622
|
+
height: 6px;
|
|
30623
|
+
background: #fff;
|
|
30718
30624
|
}
|
|
30719
|
-
|
|
30720
|
-
.
|
|
30721
|
-
font-family: Inter;
|
|
30722
|
-
font-style: normal;
|
|
30723
|
-
font-weight: normal;
|
|
30724
|
-
font-size: 16px;
|
|
30725
|
-
line-height: 22px;
|
|
30625
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30626
|
+
opacity: 0.5;
|
|
30726
30627
|
}
|
|
30727
|
-
|
|
30728
|
-
.
|
|
30729
|
-
|
|
30730
|
-
font-style: normal;
|
|
30731
|
-
font-weight: bold;
|
|
30732
|
-
font-size: 14px;
|
|
30733
|
-
line-height: 20px;
|
|
30628
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30629
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30630
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30734
30631
|
}
|
|
30735
|
-
|
|
30736
|
-
|
|
30737
|
-
font-family: Inter;
|
|
30738
|
-
font-style: normal;
|
|
30739
|
-
font-weight: normal;
|
|
30740
|
-
font-size: 14px;
|
|
30741
|
-
line-height: 20px;
|
|
30632
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30633
|
+
background: #00122e;
|
|
30742
30634
|
}
|
|
30743
|
-
|
|
30744
|
-
|
|
30745
|
-
|
|
30746
|
-
font-style: normal;
|
|
30747
|
-
font-weight: bold;
|
|
30748
|
-
font-size: 12px;
|
|
30749
|
-
line-height: 18px;
|
|
30635
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30636
|
+
color: #00122e;
|
|
30637
|
+
opacity: 0.5;
|
|
30750
30638
|
}
|
|
30751
|
-
|
|
30752
|
-
|
|
30753
|
-
font-family: Inter;
|
|
30754
|
-
font-style: normal;
|
|
30755
|
-
font-weight: normal;
|
|
30756
|
-
font-size: 12px;
|
|
30757
|
-
line-height: 18px;
|
|
30639
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30640
|
+
color: #00122e;
|
|
30758
30641
|
}
|
|
30759
|
-
|
|
30760
|
-
|
|
30761
|
-
|
|
30762
|
-
|
|
30763
|
-
font-weight: bold;
|
|
30764
|
-
text-transform: uppercase;
|
|
30765
|
-
font-feature-settings: "cpsp" on;
|
|
30766
|
-
font-size: 12px;
|
|
30767
|
-
line-height: 18px;
|
|
30642
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30643
|
+
display: inline-block;
|
|
30644
|
+
padding: 0;
|
|
30645
|
+
padding-left: 12px;
|
|
30768
30646
|
}
|
|
30769
|
-
|
|
30770
|
-
|
|
30771
|
-
|
|
30772
|
-
|
|
30773
|
-
font-weight: normal;
|
|
30774
|
-
text-transform: uppercase;
|
|
30775
|
-
font-feature-settings: "cpsp" on;
|
|
30776
|
-
font-size: 12px;
|
|
30777
|
-
line-height: 18px;
|
|
30647
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30648
|
+
margin-bottom: 0;
|
|
30649
|
+
white-space: pre-wrap;
|
|
30650
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30778
30651
|
}
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
font-family: Inter;
|
|
30782
|
-
font-style: normal;
|
|
30783
|
-
font-weight: normal;
|
|
30784
|
-
font-size: 16px;
|
|
30785
|
-
line-height: 24px;
|
|
30652
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30653
|
+
padding-left: 8px;
|
|
30786
30654
|
}
|
|
30787
30655
|
|
|
30788
|
-
.
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
|
|
30792
|
-
|
|
30793
|
-
line-height: 24px;
|
|
30656
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30657
|
+
border-radius: 5px 0 0 5px;
|
|
30658
|
+
}
|
|
30659
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30660
|
+
border-radius: 0 5px 5px 0;
|
|
30794
30661
|
}
|
|
30795
30662
|
|
|
30796
|
-
.
|
|
30797
|
-
|
|
30798
|
-
|
|
30799
|
-
font-weight: normal;
|
|
30800
|
-
font-size: 16px;
|
|
30801
|
-
line-height: 24px;
|
|
30663
|
+
.E_rcc63c8 {
|
|
30664
|
+
color: #00122e;
|
|
30665
|
+
border-color: #ccd4e3;
|
|
30802
30666
|
}
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
font-family: Inter;
|
|
30806
|
-
font-style: normal;
|
|
30807
|
-
font-weight: bold;
|
|
30808
|
-
font-size: 16px;
|
|
30809
|
-
line-height: 24px;
|
|
30667
|
+
.E_rcc63c8:first-child {
|
|
30668
|
+
border-color: #a3b4cc;
|
|
30810
30669
|
}
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
|
|
30814
|
-
|
|
30815
|
-
font-weight: normal;
|
|
30816
|
-
text-transform: uppercase;
|
|
30817
|
-
font-feature-settings: "cpsp" on;
|
|
30818
|
-
font-size: 16px;
|
|
30819
|
-
line-height: 24px;
|
|
30670
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30671
|
+
padding: 0 12px;
|
|
30672
|
+
line-height: 32px;
|
|
30673
|
+
height: 32px;
|
|
30820
30674
|
}
|
|
30821
|
-
|
|
30822
|
-
|
|
30823
|
-
font-family: Inter;
|
|
30824
|
-
font-style: normal;
|
|
30825
|
-
font-weight: bold;
|
|
30826
|
-
text-transform: uppercase;
|
|
30827
|
-
font-feature-settings: "cpsp" on;
|
|
30828
|
-
font-size: 16px;
|
|
30829
|
-
line-height: 24px;
|
|
30675
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30676
|
+
white-space: nowrap;
|
|
30830
30677
|
}
|
|
30831
|
-
|
|
30832
|
-
|
|
30833
|
-
|
|
30834
|
-
|
|
30835
|
-
font-weight: normal;
|
|
30836
|
-
font-size: 14px;
|
|
30837
|
-
line-height: 22px;
|
|
30678
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30679
|
+
height: 22px;
|
|
30680
|
+
padding: 0 7px;
|
|
30681
|
+
line-height: 20px;
|
|
30838
30682
|
}
|
|
30839
|
-
|
|
30840
|
-
|
|
30841
|
-
font-family: Inter;
|
|
30842
|
-
font-style: normal;
|
|
30843
|
-
font-weight: 500;
|
|
30844
|
-
font-size: 14px;
|
|
30845
|
-
line-height: 22px;
|
|
30683
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30684
|
+
background: #ccd4e3;
|
|
30846
30685
|
}
|
|
30847
|
-
|
|
30848
|
-
|
|
30849
|
-
font-family: Inter;
|
|
30850
|
-
font-style: normal;
|
|
30851
|
-
font-weight: bold;
|
|
30852
|
-
font-size: 14px;
|
|
30853
|
-
line-height: 22px;
|
|
30686
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30687
|
+
background: #0080ff;
|
|
30854
30688
|
}
|
|
30855
|
-
|
|
30856
|
-
|
|
30857
|
-
|
|
30858
|
-
font-style: normal;
|
|
30859
|
-
font-weight: normal;
|
|
30860
|
-
font-size: 14px;
|
|
30861
|
-
line-height: 22px;
|
|
30689
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30690
|
+
background: #ccd4e3;
|
|
30691
|
+
opacity: 0.5;
|
|
30862
30692
|
}
|
|
30863
|
-
|
|
30864
|
-
|
|
30865
|
-
font-family: Inter;
|
|
30866
|
-
font-style: normal;
|
|
30867
|
-
font-weight: bold;
|
|
30868
|
-
font-size: 14px;
|
|
30869
|
-
line-height: 22px;
|
|
30693
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30694
|
+
border-right-color: #0080ff;
|
|
30870
30695
|
}
|
|
30871
|
-
|
|
30872
|
-
|
|
30873
|
-
font-family: Inter;
|
|
30874
|
-
font-style: normal;
|
|
30875
|
-
font-weight: normal;
|
|
30876
|
-
text-transform: uppercase;
|
|
30877
|
-
font-feature-settings: "cpsp" on;
|
|
30878
|
-
font-size: 14px;
|
|
30879
|
-
line-height: 22px;
|
|
30696
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30697
|
+
border-color: #0080ff;
|
|
30880
30698
|
}
|
|
30881
|
-
|
|
30882
|
-
.
|
|
30883
|
-
font-family: Inter;
|
|
30884
|
-
font-style: normal;
|
|
30885
|
-
font-weight: bold;
|
|
30886
|
-
text-transform: uppercase;
|
|
30887
|
-
font-feature-settings: "cpsp" on;
|
|
30888
|
-
font-size: 14px;
|
|
30889
|
-
line-height: 22px;
|
|
30699
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30700
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30890
30701
|
}
|
|
30891
|
-
|
|
30892
|
-
.
|
|
30893
|
-
|
|
30894
|
-
|
|
30895
|
-
font-weight: normal;
|
|
30896
|
-
font-size: 13px;
|
|
30897
|
-
line-height: 20px;
|
|
30702
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30703
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30704
|
+
border-color: #ccd4e3;
|
|
30705
|
+
opacity: 0.5;
|
|
30898
30706
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30902
|
-
font-style: normal;
|
|
30903
|
-
font-weight: 600;
|
|
30904
|
-
font-size: 13px;
|
|
30905
|
-
line-height: 20px;
|
|
30707
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30708
|
+
color: #00122e;
|
|
30709
|
+
border-color: #ccd4e3;
|
|
30906
30710
|
}
|
|
30907
|
-
|
|
30908
|
-
|
|
30909
|
-
|
|
30910
|
-
|
|
30911
|
-
font-weight: bold;
|
|
30912
|
-
font-size: 13px;
|
|
30913
|
-
line-height: 20px;
|
|
30711
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30712
|
+
color: #00122e;
|
|
30713
|
+
border-color: #ccd4e3;
|
|
30714
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30914
30715
|
}
|
|
30915
|
-
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
|
|
30716
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30717
|
+
margin-right: 8px;
|
|
30718
|
+
display: inline;
|
|
30719
|
+
border: none;
|
|
30720
|
+
padding: 0;
|
|
30721
|
+
width: 36px;
|
|
30722
|
+
background: transparent;
|
|
30922
30723
|
}
|
|
30923
|
-
|
|
30924
|
-
|
|
30925
|
-
font-family: Inter;
|
|
30926
|
-
font-style: normal;
|
|
30927
|
-
font-weight: 600;
|
|
30928
|
-
font-size: 13px;
|
|
30929
|
-
line-height: 20px;
|
|
30724
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30725
|
+
box-shadow: none;
|
|
30930
30726
|
}
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
font-weight: bold;
|
|
30936
|
-
font-size: 13px;
|
|
30937
|
-
line-height: 20px;
|
|
30727
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30728
|
+
margin-right: 0;
|
|
30729
|
+
width: initial;
|
|
30730
|
+
box-shadow: none;
|
|
30938
30731
|
}
|
|
30939
|
-
|
|
30940
|
-
|
|
30941
|
-
font-family: Inter;
|
|
30942
|
-
font-style: normal;
|
|
30943
|
-
font-weight: normal;
|
|
30944
|
-
text-transform: uppercase;
|
|
30945
|
-
font-feature-settings: "cpsp" on;
|
|
30946
|
-
font-size: 13px;
|
|
30947
|
-
line-height: 20px;
|
|
30732
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30733
|
+
display: none;
|
|
30948
30734
|
}
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
font-family: Inter;
|
|
30952
|
-
font-style: normal;
|
|
30953
|
-
font-weight: bold;
|
|
30954
|
-
text-transform: uppercase;
|
|
30955
|
-
font-feature-settings: "cpsp" on;
|
|
30956
|
-
font-size: 13px;
|
|
30957
|
-
line-height: 20px;
|
|
30735
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30736
|
+
display: inline;
|
|
30958
30737
|
}
|
|
30959
|
-
|
|
30960
|
-
|
|
30961
|
-
|
|
30962
|
-
|
|
30963
|
-
|
|
30964
|
-
font-size: 12px;
|
|
30965
|
-
line-height: 18px;
|
|
30738
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30739
|
+
display: inline;
|
|
30740
|
+
margin-right: 8px;
|
|
30741
|
+
padding: 0;
|
|
30742
|
+
width: 36px;
|
|
30966
30743
|
}
|
|
30967
30744
|
|
|
30968
|
-
.
|
|
30969
|
-
|
|
30970
|
-
|
|
30971
|
-
font-weight: 500;
|
|
30972
|
-
font-size: 12px;
|
|
30973
|
-
line-height: 18px;
|
|
30745
|
+
.E_cnujxq2 {
|
|
30746
|
+
display: flex;
|
|
30747
|
+
flex-direction: column;
|
|
30974
30748
|
}
|
|
30975
30749
|
|
|
30976
|
-
.
|
|
30977
|
-
|
|
30978
|
-
|
|
30979
|
-
|
|
30980
|
-
|
|
30981
|
-
line-height: 18px;
|
|
30750
|
+
.E_m7s48ia {
|
|
30751
|
+
max-width: 1120px;
|
|
30752
|
+
width: 100%;
|
|
30753
|
+
margin: 0 auto;
|
|
30754
|
+
height: 100%;
|
|
30982
30755
|
}
|
|
30983
30756
|
|
|
30984
|
-
.
|
|
30985
|
-
|
|
30986
|
-
|
|
30987
|
-
|
|
30988
|
-
|
|
30989
|
-
line-height: 18px;
|
|
30757
|
+
.E_wt5zbg6 {
|
|
30758
|
+
max-width: 1120px;
|
|
30759
|
+
width: 100%;
|
|
30760
|
+
margin: 0 auto;
|
|
30761
|
+
display: flex;
|
|
30990
30762
|
}
|
|
30991
|
-
|
|
30992
|
-
.
|
|
30993
|
-
|
|
30994
|
-
|
|
30995
|
-
|
|
30996
|
-
font-size: 12px;
|
|
30997
|
-
line-height: 18px;
|
|
30998
|
-
}
|
|
30999
|
-
|
|
31000
|
-
.E_l1iwnybd {
|
|
31001
|
-
font-family: Inter;
|
|
31002
|
-
font-style: normal;
|
|
31003
|
-
font-weight: bold;
|
|
31004
|
-
font-size: 12px;
|
|
31005
|
-
line-height: 18px;
|
|
31006
|
-
}
|
|
31007
|
-
|
|
31008
|
-
.E_lprtm1e {
|
|
31009
|
-
font-family: Inter;
|
|
31010
|
-
font-style: normal;
|
|
31011
|
-
font-weight: normal;
|
|
31012
|
-
text-transform: uppercase;
|
|
31013
|
-
font-feature-settings: "cpsp" on;
|
|
31014
|
-
font-size: 12px;
|
|
31015
|
-
line-height: 18px;
|
|
31016
|
-
}
|
|
31017
|
-
|
|
31018
|
-
.E_l1lln87h {
|
|
31019
|
-
font-family: Inter;
|
|
31020
|
-
font-style: normal;
|
|
31021
|
-
font-weight: bold;
|
|
31022
|
-
text-transform: uppercase;
|
|
31023
|
-
font-feature-settings: "cpsp" on;
|
|
31024
|
-
font-size: 12px;
|
|
31025
|
-
line-height: 18px;
|
|
31026
|
-
}
|
|
31027
|
-
|
|
31028
|
-
.E_f2pb48l {
|
|
31029
|
-
font-family: Inter;
|
|
31030
|
-
font-style: normal;
|
|
31031
|
-
font-weight: normal;
|
|
31032
|
-
font-size: 13px;
|
|
31033
|
-
line-height: 20px;
|
|
31034
|
-
}
|
|
31035
|
-
|
|
31036
|
-
.E_fi9emkw {
|
|
31037
|
-
font-family: Inter;
|
|
31038
|
-
font-style: normal;
|
|
31039
|
-
font-weight: normal;
|
|
31040
|
-
font-size: 13px;
|
|
31041
|
-
line-height: 20px;
|
|
31042
|
-
}
|
|
31043
|
-
|
|
31044
|
-
.E_f1nrg7da {
|
|
31045
|
-
font-family: Inter;
|
|
31046
|
-
font-style: normal;
|
|
31047
|
-
font-weight: normal;
|
|
31048
|
-
font-size: 12px;
|
|
31049
|
-
line-height: 18px;
|
|
31050
|
-
}
|
|
31051
|
-
|
|
31052
|
-
.E_f17k1i3n {
|
|
31053
|
-
font-family: Inter;
|
|
31054
|
-
font-style: normal;
|
|
31055
|
-
font-weight: normal;
|
|
31056
|
-
font-size: 12px;
|
|
31057
|
-
line-height: 18px;
|
|
31058
|
-
}
|
|
31059
|
-
|
|
31060
|
-
.E_t1tvuj2e {
|
|
31061
|
-
font-family: Inter;
|
|
31062
|
-
font-style: normal;
|
|
31063
|
-
font-weight: normal;
|
|
31064
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31065
|
-
font-size: 13px;
|
|
31066
|
-
line-height: 20px;
|
|
31067
|
-
}
|
|
31068
|
-
|
|
31069
|
-
.E_t17uajlu {
|
|
31070
|
-
font-family: Inter;
|
|
31071
|
-
font-style: normal;
|
|
31072
|
-
font-weight: normal;
|
|
31073
|
-
font-feature-settings: "zero" on;
|
|
31074
|
-
font-size: 13px;
|
|
31075
|
-
line-height: 20px;
|
|
31076
|
-
}
|
|
31077
|
-
|
|
31078
|
-
.E_t114zbyz {
|
|
31079
|
-
font-family: Inter;
|
|
31080
|
-
font-style: normal;
|
|
31081
|
-
font-weight: normal;
|
|
31082
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31083
|
-
font-size: 12px;
|
|
31084
|
-
line-height: 18px;
|
|
31085
|
-
}
|
|
31086
|
-
|
|
31087
|
-
.E_t1il0kvi {
|
|
31088
|
-
font-family: Inter;
|
|
31089
|
-
font-style: normal;
|
|
31090
|
-
font-weight: 500;
|
|
31091
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31092
|
-
font-size: 12px;
|
|
31093
|
-
line-height: 18px;
|
|
31094
|
-
}
|
|
31095
|
-
|
|
31096
|
-
.E_t10dv8p1 {
|
|
31097
|
-
font-family: Inter;
|
|
31098
|
-
font-style: normal;
|
|
31099
|
-
font-weight: normal;
|
|
31100
|
-
font-feature-settings: "zero" on;
|
|
31101
|
-
font-size: 12px;
|
|
31102
|
-
line-height: 18px;
|
|
31103
|
-
}
|
|
31104
|
-
|
|
31105
|
-
.E_tc2oqpq {
|
|
31106
|
-
font-family: Inter;
|
|
31107
|
-
font-style: normal;
|
|
31108
|
-
font-weight: 500;
|
|
31109
|
-
font-feature-settings: "zero" on;
|
|
31110
|
-
font-size: 12px;
|
|
31111
|
-
line-height: 18px;
|
|
31112
|
-
}
|
|
31113
|
-
|
|
31114
|
-
.E_tzvddmc {
|
|
31115
|
-
font-family: Inter;
|
|
31116
|
-
font-style: normal;
|
|
31117
|
-
font-weight: bold;
|
|
31118
|
-
font-feature-settings: "zero" on;
|
|
31119
|
-
font-size: 16px;
|
|
31120
|
-
line-height: 24px;
|
|
31121
|
-
}
|
|
31122
|
-
|
|
31123
|
-
.E_u18llj45 {
|
|
31124
|
-
font-family: Inter;
|
|
31125
|
-
font-style: normal;
|
|
31126
|
-
font-weight: normal;
|
|
31127
|
-
font-size: 10px;
|
|
31128
|
-
line-height: 12px;
|
|
31129
|
-
}
|
|
31130
|
-
|
|
31131
|
-
.E_s1dni7lo {
|
|
31132
|
-
width: 430px !important;
|
|
31133
|
-
}
|
|
31134
|
-
|
|
31135
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31136
|
-
padding: 8px 16px;
|
|
31137
|
-
line-height: 18px;
|
|
31138
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31139
|
-
height: 34px;
|
|
31140
|
-
min-height: 34px;
|
|
31141
|
-
box-sizing: border-box;
|
|
31142
|
-
margin-top: 8px;
|
|
31143
|
-
}
|
|
31144
|
-
|
|
31145
|
-
.E_o1ugr09p {
|
|
31146
|
-
display: flex;
|
|
31147
|
-
flex-direction: column;
|
|
31148
|
-
margin: 1px 8px;
|
|
31149
|
-
padding: 8px;
|
|
31150
|
-
border-radius: 4px;
|
|
31151
|
-
}
|
|
31152
|
-
.E_o1ugr09p .selected-icon {
|
|
31153
|
-
display: none;
|
|
31154
|
-
}
|
|
31155
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31156
|
-
padding-left: 8px;
|
|
31157
|
-
}
|
|
31158
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31159
|
-
background-color: white;
|
|
31160
|
-
}
|
|
31161
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31162
|
-
color: #0080ff;
|
|
31163
|
-
}
|
|
31164
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31165
|
-
display: block;
|
|
31166
|
-
}
|
|
31167
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31168
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31169
|
-
}
|
|
31170
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31171
|
-
color: #0080ff;
|
|
31172
|
-
}
|
|
31173
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31174
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31175
|
-
color: #0080ff;
|
|
31176
|
-
}
|
|
31177
|
-
|
|
31178
|
-
.E_o1ifxsq4 {
|
|
31179
|
-
display: flex;
|
|
31180
|
-
justify-content: space-between;
|
|
31181
|
-
height: 20px;
|
|
31182
|
-
line-height: 20px;
|
|
31183
|
-
}
|
|
31184
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31185
|
-
color: #2d3a56;
|
|
31186
|
-
overflow: hidden;
|
|
31187
|
-
text-overflow: ellipsis;
|
|
31188
|
-
}
|
|
31189
|
-
|
|
31190
|
-
.E_o1zue7 {
|
|
31191
|
-
display: flex;
|
|
31192
|
-
justify-content: space-between;
|
|
31193
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31194
|
-
height: 18px;
|
|
31195
|
-
line-height: 18px;
|
|
31196
|
-
margin-top: 2px;
|
|
31197
|
-
}
|
|
31198
|
-
|
|
31199
|
-
.E_tyfmlxg {
|
|
31200
|
-
border: none;
|
|
31201
|
-
margin-right: 0;
|
|
31202
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31203
|
-
}
|
|
31204
|
-
|
|
31205
|
-
.E_o18uybox {
|
|
31206
|
-
pointer-events: none;
|
|
31207
|
-
height: 32px;
|
|
31208
|
-
width: 100%;
|
|
31209
|
-
opacity: 0;
|
|
31210
|
-
}
|
|
31211
|
-
|
|
31212
|
-
.E_cnujxq2 {
|
|
31213
|
-
display: flex;
|
|
31214
|
-
flex-direction: column;
|
|
31215
|
-
}
|
|
31216
|
-
|
|
31217
|
-
.E_m7s48ia {
|
|
31218
|
-
max-width: 1120px;
|
|
31219
|
-
width: 100%;
|
|
31220
|
-
margin: 0 auto;
|
|
31221
|
-
height: 100%;
|
|
31222
|
-
}
|
|
31223
|
-
|
|
31224
|
-
.E_wt5zbg6 {
|
|
31225
|
-
max-width: 1120px;
|
|
31226
|
-
width: 100%;
|
|
31227
|
-
margin: 0 auto;
|
|
31228
|
-
display: flex;
|
|
31229
|
-
}
|
|
31230
|
-
.E_wt5zbg6 .left,
|
|
31231
|
-
.E_wt5zbg6 .right {
|
|
31232
|
-
flex-grow: 0;
|
|
31233
|
-
flex-shrink: 0;
|
|
31234
|
-
flex-basis: 21%;
|
|
30763
|
+
.E_wt5zbg6 .left,
|
|
30764
|
+
.E_wt5zbg6 .right {
|
|
30765
|
+
flex-grow: 0;
|
|
30766
|
+
flex-shrink: 0;
|
|
30767
|
+
flex-basis: 21%;
|
|
31235
30768
|
}
|
|
31236
30769
|
.E_wt5zbg6 .left {
|
|
31237
30770
|
display: flex;
|
|
@@ -31796,102 +31329,730 @@ input.E_l1f7td1d.ant-input {
|
|
|
31796
31329
|
border-bottom-right-radius: 0;
|
|
31797
31330
|
}
|
|
31798
31331
|
|
|
31799
|
-
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31800
|
-
border-top-right-radius: 0;
|
|
31801
|
-
border-bottom-right-radius: 0;
|
|
31332
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31333
|
+
border-top-right-radius: 0;
|
|
31334
|
+
border-bottom-right-radius: 0;
|
|
31335
|
+
}
|
|
31336
|
+
|
|
31337
|
+
input.E_rf8rlle.ant-input {
|
|
31338
|
+
border-top-left-radius: 0;
|
|
31339
|
+
border-bottom-left-radius: 0;
|
|
31340
|
+
}
|
|
31341
|
+
|
|
31342
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31343
|
+
border-top-left-radius: 0;
|
|
31344
|
+
border-bottom-left-radius: 0;
|
|
31345
|
+
}
|
|
31346
|
+
|
|
31347
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
31348
|
+
border-top-right-radius: 0;
|
|
31349
|
+
border-bottom-right-radius: 0;
|
|
31350
|
+
}
|
|
31351
|
+
|
|
31352
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
31353
|
+
border-top-left-radius: 0;
|
|
31354
|
+
border-bottom-left-radius: 0;
|
|
31355
|
+
}
|
|
31356
|
+
|
|
31357
|
+
.E_c3ni091 {
|
|
31358
|
+
display: flex;
|
|
31359
|
+
flex-direction: column;
|
|
31360
|
+
}
|
|
31361
|
+
.E_c3ni091 .select-wrapper {
|
|
31362
|
+
margin-top: 12px;
|
|
31363
|
+
}
|
|
31364
|
+
.E_c3ni091 .select-wrapper .select {
|
|
31365
|
+
width: 100%;
|
|
31366
|
+
}
|
|
31367
|
+
.E_c3ni091 .radio-wrapper {
|
|
31368
|
+
margin-top: 24px;
|
|
31369
|
+
}
|
|
31370
|
+
.E_c3ni091 div.form-item {
|
|
31371
|
+
width: 100%;
|
|
31372
|
+
}
|
|
31373
|
+
|
|
31374
|
+
.E_d105ju2d {
|
|
31375
|
+
font-size: 14px;
|
|
31376
|
+
font-weight: 500;
|
|
31377
|
+
color: #3e4652;
|
|
31378
|
+
line-height: 18px;
|
|
31379
|
+
}
|
|
31380
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
31381
|
+
margin-top: 16px;
|
|
31382
|
+
}
|
|
31383
|
+
.E_d105ju2d + * {
|
|
31384
|
+
margin-top: 16px;
|
|
31385
|
+
}
|
|
31386
|
+
|
|
31387
|
+
.E_lh0l62z.E_d105ju2d {
|
|
31388
|
+
font-size: 12px;
|
|
31389
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31390
|
+
margin-top: 12px;
|
|
31391
|
+
}
|
|
31392
|
+
|
|
31393
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
31394
|
+
line-height: 18px;
|
|
31395
|
+
font-weight: 500;
|
|
31396
|
+
margin-top: 0;
|
|
31397
|
+
white-space: initial;
|
|
31398
|
+
}
|
|
31399
|
+
|
|
31400
|
+
.E_r1skkc3l {
|
|
31401
|
+
display: block;
|
|
31402
|
+
}
|
|
31403
|
+
.E_r1skkc3l span {
|
|
31404
|
+
font-size: 14px;
|
|
31405
|
+
font-weight: 500;
|
|
31406
|
+
line-height: 32px;
|
|
31407
|
+
color: #3e4652;
|
|
31408
|
+
}
|
|
31409
|
+
|
|
31410
|
+
.E_c3cobmo {
|
|
31411
|
+
margin-top: 16px;
|
|
31412
|
+
padding: 8px;
|
|
31413
|
+
border-radius: 6px;
|
|
31414
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31415
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31416
|
+
font-size: 12px;
|
|
31417
|
+
}
|
|
31418
|
+
.E_c3cobmo div {
|
|
31419
|
+
line-height: 20px;
|
|
31420
|
+
display: flex;
|
|
31421
|
+
align-items: center;
|
|
31422
|
+
word-break: break-all;
|
|
31423
|
+
}
|
|
31424
|
+
.E_c3cobmo .title {
|
|
31425
|
+
font-weight: 700;
|
|
31426
|
+
line-height: 18px;
|
|
31427
|
+
margin: 4px 0;
|
|
31428
|
+
}
|
|
31429
|
+
|
|
31430
|
+
.E_skwah65 {
|
|
31431
|
+
height: 8px;
|
|
31432
|
+
box-sizing: border-box;
|
|
31433
|
+
border-radius: 2px;
|
|
31434
|
+
background: #f5f7fa;
|
|
31435
|
+
display: flex;
|
|
31436
|
+
width: 100%;
|
|
31437
|
+
overflow: hidden;
|
|
31438
|
+
}
|
|
31439
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31440
|
+
margin-left: 1px;
|
|
31441
|
+
}
|
|
31442
|
+
|
|
31443
|
+
.E_c1up1pdz {
|
|
31444
|
+
width: 648px;
|
|
31445
|
+
}
|
|
31446
|
+
.E_c1up1pdz.active {
|
|
31447
|
+
border-color: #0080ff;
|
|
31448
|
+
}
|
|
31449
|
+
.E_c1up1pdz.active > header {
|
|
31450
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31451
|
+
}
|
|
31452
|
+
.E_c1up1pdz .expand {
|
|
31453
|
+
padding: 12px;
|
|
31454
|
+
}
|
|
31455
|
+
.E_c1up1pdz .field-item {
|
|
31456
|
+
display: flex;
|
|
31457
|
+
padding: 10px 0;
|
|
31458
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31459
|
+
}
|
|
31460
|
+
.E_c1up1pdz .field-item:last-child {
|
|
31461
|
+
border-bottom: none;
|
|
31462
|
+
padding-bottom: 0;
|
|
31463
|
+
}
|
|
31464
|
+
.E_c1up1pdz .field-item label {
|
|
31465
|
+
line-height: 32px;
|
|
31466
|
+
width: 100px;
|
|
31467
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31468
|
+
}
|
|
31469
|
+
.E_c1up1pdz .help {
|
|
31470
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31471
|
+
margin-top: 5px;
|
|
31472
|
+
}
|
|
31473
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
31474
|
+
.E_c1up1pdz .ant-picker {
|
|
31475
|
+
width: 128px;
|
|
31476
|
+
}
|
|
31477
|
+
|
|
31478
|
+
.E_c156wh19 {
|
|
31479
|
+
display: flex;
|
|
31480
|
+
align-items: center;
|
|
31481
|
+
justify-content: space-between;
|
|
31482
|
+
word-break: keep-all;
|
|
31483
|
+
}
|
|
31484
|
+
.E_c156wh19 .title {
|
|
31485
|
+
margin: 0 16px 0 8px;
|
|
31486
|
+
}
|
|
31487
|
+
.E_c156wh19 .retain {
|
|
31488
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31489
|
+
}
|
|
31490
|
+
.E_c156wh19 div.left {
|
|
31491
|
+
flex: 1;
|
|
31492
|
+
display: flex;
|
|
31493
|
+
overflow: hidden;
|
|
31494
|
+
align-items: center;
|
|
31495
|
+
justify-content: flex-start;
|
|
31496
|
+
white-space: nowrap;
|
|
31497
|
+
}
|
|
31498
|
+
.E_c156wh19 div.left .title {
|
|
31499
|
+
max-width: 100%;
|
|
31500
|
+
overflow: hidden;
|
|
31501
|
+
text-overflow: ellipsis;
|
|
31502
|
+
}
|
|
31503
|
+
.E_c156wh19 div.right {
|
|
31504
|
+
display: flex;
|
|
31505
|
+
align-items: center;
|
|
31506
|
+
}
|
|
31507
|
+
.E_c156wh19 .reverse {
|
|
31508
|
+
display: flex;
|
|
31509
|
+
flex-direction: row-reverse;
|
|
31510
|
+
align-items: center;
|
|
31511
|
+
}
|
|
31512
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
31513
|
+
margin-left: 8px;
|
|
31514
|
+
}
|
|
31515
|
+
.E_c156wh19 .close {
|
|
31516
|
+
padding-left: 14px;
|
|
31517
|
+
margin-left: 14px;
|
|
31518
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31519
|
+
cursor: pointer;
|
|
31520
|
+
}
|
|
31521
|
+
|
|
31522
|
+
.E_m126spxy {
|
|
31523
|
+
padding-bottom: 4px;
|
|
31524
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31525
|
+
}
|
|
31526
|
+
.E_m126spxy .ant-btn-link {
|
|
31527
|
+
padding: 1px 10px;
|
|
31528
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31529
|
+
border-radius: 4px;
|
|
31530
|
+
}
|
|
31531
|
+
.E_m126spxy .ant-btn-link.active {
|
|
31532
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31533
|
+
color: #0096ff;
|
|
31534
|
+
}
|
|
31535
|
+
|
|
31536
|
+
.E_wpbf4pq {
|
|
31537
|
+
padding: 10px 0;
|
|
31538
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31539
|
+
}
|
|
31540
|
+
.E_wpbf4pq .ant-input,
|
|
31541
|
+
.E_wpbf4pq .ant-picker {
|
|
31542
|
+
width: 80px;
|
|
31543
|
+
margin: 0 9px;
|
|
31544
|
+
text-align: center;
|
|
31545
|
+
}
|
|
31546
|
+
.E_wpbf4pq .options {
|
|
31547
|
+
padding: 12px 0 12px 16px;
|
|
31548
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31549
|
+
margin: 5px 0 5px 8px;
|
|
31550
|
+
}
|
|
31551
|
+
.E_wpbf4pq .week-day-option,
|
|
31552
|
+
.E_wpbf4pq .month-day-option {
|
|
31553
|
+
background: #f5f7fa;
|
|
31554
|
+
box-sizing: border-box;
|
|
31555
|
+
border-radius: 16px;
|
|
31556
|
+
margin-right: 8px;
|
|
31557
|
+
}
|
|
31558
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31559
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31560
|
+
color: inherit;
|
|
31561
|
+
border-color: #d9d9d9;
|
|
31562
|
+
}
|
|
31563
|
+
.E_wpbf4pq .week-day-option.active {
|
|
31564
|
+
background-color: #0096ff;
|
|
31565
|
+
border-color: #0096ff;
|
|
31566
|
+
color: #fff;
|
|
31567
|
+
}
|
|
31568
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31569
|
+
width: 110px;
|
|
31570
|
+
margin-top: 4px;
|
|
31571
|
+
}
|
|
31572
|
+
.E_wpbf4pq .month-day-option {
|
|
31573
|
+
width: 32px;
|
|
31574
|
+
padding: 0;
|
|
31575
|
+
margin-bottom: 8px;
|
|
31576
|
+
}
|
|
31577
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31578
|
+
background-color: #0096ff;
|
|
31579
|
+
border-color: #0096ff;
|
|
31580
|
+
color: #fff;
|
|
31581
|
+
}
|
|
31582
|
+
|
|
31583
|
+
.E_dsnbhzf {
|
|
31584
|
+
font-family: Inter;
|
|
31585
|
+
font-style: normal;
|
|
31586
|
+
font-weight: bold;
|
|
31587
|
+
font-size: 32px;
|
|
31588
|
+
line-height: 40px;
|
|
31589
|
+
}
|
|
31590
|
+
|
|
31591
|
+
.E_d1mvo22k {
|
|
31592
|
+
font-family: Inter;
|
|
31593
|
+
font-style: normal;
|
|
31594
|
+
font-weight: bold;
|
|
31595
|
+
font-size: 24px;
|
|
31596
|
+
line-height: 32px;
|
|
31597
|
+
}
|
|
31598
|
+
|
|
31599
|
+
.E_d1b444tr {
|
|
31600
|
+
font-family: Inter;
|
|
31601
|
+
font-style: normal;
|
|
31602
|
+
font-weight: normal;
|
|
31603
|
+
font-size: 32px;
|
|
31604
|
+
line-height: 40px;
|
|
31605
|
+
}
|
|
31606
|
+
|
|
31607
|
+
.E_dvs0kue {
|
|
31608
|
+
font-family: Inter;
|
|
31609
|
+
font-style: normal;
|
|
31610
|
+
font-weight: bold;
|
|
31611
|
+
font-size: 20px;
|
|
31612
|
+
line-height: 24px;
|
|
31613
|
+
}
|
|
31614
|
+
|
|
31615
|
+
.E_d1hcbfcq {
|
|
31616
|
+
font-family: Inter;
|
|
31617
|
+
font-style: normal;
|
|
31618
|
+
font-weight: normal;
|
|
31619
|
+
font-size: 20px;
|
|
31620
|
+
line-height: 24px;
|
|
31621
|
+
}
|
|
31622
|
+
|
|
31623
|
+
.E_d1cz922v {
|
|
31624
|
+
font-family: Inter;
|
|
31625
|
+
font-style: normal;
|
|
31626
|
+
font-weight: bold;
|
|
31627
|
+
font-size: 18px;
|
|
31628
|
+
line-height: 22px;
|
|
31629
|
+
}
|
|
31630
|
+
|
|
31631
|
+
.E_d3nzbrm {
|
|
31632
|
+
font-family: Inter;
|
|
31633
|
+
font-style: normal;
|
|
31634
|
+
font-weight: normal;
|
|
31635
|
+
font-size: 18px;
|
|
31636
|
+
line-height: 22px;
|
|
31637
|
+
}
|
|
31638
|
+
|
|
31639
|
+
.E_h1g0p5ob {
|
|
31640
|
+
font-family: Inter;
|
|
31641
|
+
font-style: normal;
|
|
31642
|
+
font-weight: bold;
|
|
31643
|
+
font-size: 16px;
|
|
31644
|
+
line-height: 22px;
|
|
31645
|
+
}
|
|
31646
|
+
|
|
31647
|
+
.E_hydo2ej {
|
|
31648
|
+
font-family: Inter;
|
|
31649
|
+
font-style: normal;
|
|
31650
|
+
font-weight: normal;
|
|
31651
|
+
font-size: 16px;
|
|
31652
|
+
line-height: 22px;
|
|
31653
|
+
}
|
|
31654
|
+
|
|
31655
|
+
.E_h1hbuq0r {
|
|
31656
|
+
font-family: Inter;
|
|
31657
|
+
font-style: normal;
|
|
31658
|
+
font-weight: bold;
|
|
31659
|
+
font-size: 14px;
|
|
31660
|
+
line-height: 20px;
|
|
31661
|
+
}
|
|
31662
|
+
|
|
31663
|
+
.E_h13bondg {
|
|
31664
|
+
font-family: Inter;
|
|
31665
|
+
font-style: normal;
|
|
31666
|
+
font-weight: normal;
|
|
31667
|
+
font-size: 14px;
|
|
31668
|
+
line-height: 20px;
|
|
31669
|
+
}
|
|
31670
|
+
|
|
31671
|
+
.E_h1mhvdlx {
|
|
31672
|
+
font-family: Inter;
|
|
31673
|
+
font-style: normal;
|
|
31674
|
+
font-weight: bold;
|
|
31675
|
+
font-size: 12px;
|
|
31676
|
+
line-height: 18px;
|
|
31677
|
+
}
|
|
31678
|
+
|
|
31679
|
+
.E_h1inmfq6 {
|
|
31680
|
+
font-family: Inter;
|
|
31681
|
+
font-style: normal;
|
|
31682
|
+
font-weight: normal;
|
|
31683
|
+
font-size: 12px;
|
|
31684
|
+
line-height: 18px;
|
|
31685
|
+
}
|
|
31686
|
+
|
|
31687
|
+
.E_h1kfc0la {
|
|
31688
|
+
font-family: Inter;
|
|
31689
|
+
font-style: normal;
|
|
31690
|
+
font-weight: bold;
|
|
31691
|
+
text-transform: uppercase;
|
|
31692
|
+
font-feature-settings: "cpsp" on;
|
|
31693
|
+
font-size: 12px;
|
|
31694
|
+
line-height: 18px;
|
|
31695
|
+
}
|
|
31696
|
+
|
|
31697
|
+
.E_h10xnyuu {
|
|
31698
|
+
font-family: Inter;
|
|
31699
|
+
font-style: normal;
|
|
31700
|
+
font-weight: normal;
|
|
31701
|
+
text-transform: uppercase;
|
|
31702
|
+
font-feature-settings: "cpsp" on;
|
|
31703
|
+
font-size: 12px;
|
|
31704
|
+
line-height: 18px;
|
|
31705
|
+
}
|
|
31706
|
+
|
|
31707
|
+
.E_lrcmi0v {
|
|
31708
|
+
font-family: Inter;
|
|
31709
|
+
font-style: normal;
|
|
31710
|
+
font-weight: normal;
|
|
31711
|
+
font-size: 16px;
|
|
31712
|
+
line-height: 24px;
|
|
31713
|
+
}
|
|
31714
|
+
|
|
31715
|
+
.E_lzt43lp {
|
|
31716
|
+
font-family: Inter;
|
|
31717
|
+
font-style: normal;
|
|
31718
|
+
font-weight: bold;
|
|
31719
|
+
font-size: 16px;
|
|
31720
|
+
line-height: 24px;
|
|
31721
|
+
}
|
|
31722
|
+
|
|
31723
|
+
.E_l5yc9nt {
|
|
31724
|
+
font-family: Inter;
|
|
31725
|
+
font-style: normal;
|
|
31726
|
+
font-weight: normal;
|
|
31727
|
+
font-size: 16px;
|
|
31728
|
+
line-height: 24px;
|
|
31729
|
+
}
|
|
31730
|
+
|
|
31731
|
+
.E_l1fbkbzo {
|
|
31732
|
+
font-family: Inter;
|
|
31733
|
+
font-style: normal;
|
|
31734
|
+
font-weight: bold;
|
|
31735
|
+
font-size: 16px;
|
|
31736
|
+
line-height: 24px;
|
|
31737
|
+
}
|
|
31738
|
+
|
|
31739
|
+
.E_lahvcax {
|
|
31740
|
+
font-family: Inter;
|
|
31741
|
+
font-style: normal;
|
|
31742
|
+
font-weight: normal;
|
|
31743
|
+
text-transform: uppercase;
|
|
31744
|
+
font-feature-settings: "cpsp" on;
|
|
31745
|
+
font-size: 16px;
|
|
31746
|
+
line-height: 24px;
|
|
31747
|
+
}
|
|
31748
|
+
|
|
31749
|
+
.E_l11q3pxd {
|
|
31750
|
+
font-family: Inter;
|
|
31751
|
+
font-style: normal;
|
|
31752
|
+
font-weight: bold;
|
|
31753
|
+
text-transform: uppercase;
|
|
31754
|
+
font-feature-settings: "cpsp" on;
|
|
31755
|
+
font-size: 16px;
|
|
31756
|
+
line-height: 24px;
|
|
31757
|
+
}
|
|
31758
|
+
|
|
31759
|
+
.E_lfuc2qu {
|
|
31760
|
+
font-family: Inter;
|
|
31761
|
+
font-style: normal;
|
|
31762
|
+
font-weight: normal;
|
|
31763
|
+
font-size: 14px;
|
|
31764
|
+
line-height: 22px;
|
|
31765
|
+
}
|
|
31766
|
+
|
|
31767
|
+
.E_l1jmp8r0 {
|
|
31768
|
+
font-family: Inter;
|
|
31769
|
+
font-style: normal;
|
|
31770
|
+
font-weight: 500;
|
|
31771
|
+
font-size: 14px;
|
|
31772
|
+
line-height: 22px;
|
|
31773
|
+
}
|
|
31774
|
+
|
|
31775
|
+
.E_lcnm221 {
|
|
31776
|
+
font-family: Inter;
|
|
31777
|
+
font-style: normal;
|
|
31778
|
+
font-weight: bold;
|
|
31779
|
+
font-size: 14px;
|
|
31780
|
+
line-height: 22px;
|
|
31781
|
+
}
|
|
31782
|
+
|
|
31783
|
+
.E_lu1z2n5 {
|
|
31784
|
+
font-family: Inter;
|
|
31785
|
+
font-style: normal;
|
|
31786
|
+
font-weight: normal;
|
|
31787
|
+
font-size: 14px;
|
|
31788
|
+
line-height: 22px;
|
|
31789
|
+
}
|
|
31790
|
+
|
|
31791
|
+
.E_l1r59djn {
|
|
31792
|
+
font-family: Inter;
|
|
31793
|
+
font-style: normal;
|
|
31794
|
+
font-weight: bold;
|
|
31795
|
+
font-size: 14px;
|
|
31796
|
+
line-height: 22px;
|
|
31797
|
+
}
|
|
31798
|
+
|
|
31799
|
+
.E_ljm2911 {
|
|
31800
|
+
font-family: Inter;
|
|
31801
|
+
font-style: normal;
|
|
31802
|
+
font-weight: normal;
|
|
31803
|
+
text-transform: uppercase;
|
|
31804
|
+
font-feature-settings: "cpsp" on;
|
|
31805
|
+
font-size: 14px;
|
|
31806
|
+
line-height: 22px;
|
|
31807
|
+
}
|
|
31808
|
+
|
|
31809
|
+
.E_l124mzmr {
|
|
31810
|
+
font-family: Inter;
|
|
31811
|
+
font-style: normal;
|
|
31812
|
+
font-weight: bold;
|
|
31813
|
+
text-transform: uppercase;
|
|
31814
|
+
font-feature-settings: "cpsp" on;
|
|
31815
|
+
font-size: 14px;
|
|
31816
|
+
line-height: 22px;
|
|
31817
|
+
}
|
|
31818
|
+
|
|
31819
|
+
.E_lb3chel {
|
|
31820
|
+
font-family: Inter;
|
|
31821
|
+
font-style: normal;
|
|
31822
|
+
font-weight: normal;
|
|
31823
|
+
font-size: 13px;
|
|
31824
|
+
line-height: 20px;
|
|
31825
|
+
}
|
|
31826
|
+
|
|
31827
|
+
.E_lv9jstu {
|
|
31828
|
+
font-family: Inter;
|
|
31829
|
+
font-style: normal;
|
|
31830
|
+
font-weight: 600;
|
|
31831
|
+
font-size: 13px;
|
|
31832
|
+
line-height: 20px;
|
|
31833
|
+
}
|
|
31834
|
+
|
|
31835
|
+
.E_lwqlh3x {
|
|
31836
|
+
font-family: Inter;
|
|
31837
|
+
font-style: normal;
|
|
31838
|
+
font-weight: bold;
|
|
31839
|
+
font-size: 13px;
|
|
31840
|
+
line-height: 20px;
|
|
31841
|
+
}
|
|
31842
|
+
|
|
31843
|
+
.E_lalum9y {
|
|
31844
|
+
font-family: Inter;
|
|
31845
|
+
font-style: normal;
|
|
31846
|
+
font-weight: normal;
|
|
31847
|
+
font-size: 13px;
|
|
31848
|
+
line-height: 20px;
|
|
31849
|
+
}
|
|
31850
|
+
|
|
31851
|
+
.E_l1t6dj5o {
|
|
31852
|
+
font-family: Inter;
|
|
31853
|
+
font-style: normal;
|
|
31854
|
+
font-weight: 600;
|
|
31855
|
+
font-size: 13px;
|
|
31856
|
+
line-height: 20px;
|
|
31857
|
+
}
|
|
31858
|
+
|
|
31859
|
+
.E_l12f6ic {
|
|
31860
|
+
font-family: Inter;
|
|
31861
|
+
font-style: normal;
|
|
31862
|
+
font-weight: bold;
|
|
31863
|
+
font-size: 13px;
|
|
31864
|
+
line-height: 20px;
|
|
31865
|
+
}
|
|
31866
|
+
|
|
31867
|
+
.E_l7gmukq {
|
|
31868
|
+
font-family: Inter;
|
|
31869
|
+
font-style: normal;
|
|
31870
|
+
font-weight: normal;
|
|
31871
|
+
text-transform: uppercase;
|
|
31872
|
+
font-feature-settings: "cpsp" on;
|
|
31873
|
+
font-size: 13px;
|
|
31874
|
+
line-height: 20px;
|
|
31875
|
+
}
|
|
31876
|
+
|
|
31877
|
+
.E_lkwl0yp {
|
|
31878
|
+
font-family: Inter;
|
|
31879
|
+
font-style: normal;
|
|
31880
|
+
font-weight: bold;
|
|
31881
|
+
text-transform: uppercase;
|
|
31882
|
+
font-feature-settings: "cpsp" on;
|
|
31883
|
+
font-size: 13px;
|
|
31884
|
+
line-height: 20px;
|
|
31885
|
+
}
|
|
31886
|
+
|
|
31887
|
+
.E_l10knv48 {
|
|
31888
|
+
font-family: Inter;
|
|
31889
|
+
font-style: normal;
|
|
31890
|
+
font-weight: normal;
|
|
31891
|
+
font-size: 12px;
|
|
31892
|
+
line-height: 18px;
|
|
31893
|
+
}
|
|
31894
|
+
|
|
31895
|
+
.E_l6526ld {
|
|
31896
|
+
font-family: Inter;
|
|
31897
|
+
font-style: normal;
|
|
31898
|
+
font-weight: 500;
|
|
31899
|
+
font-size: 12px;
|
|
31900
|
+
line-height: 18px;
|
|
31901
|
+
}
|
|
31902
|
+
|
|
31903
|
+
.E_l1j81vli {
|
|
31904
|
+
font-family: Inter;
|
|
31905
|
+
font-style: normal;
|
|
31906
|
+
font-weight: bold;
|
|
31907
|
+
font-size: 12px;
|
|
31908
|
+
line-height: 18px;
|
|
31909
|
+
}
|
|
31910
|
+
|
|
31911
|
+
.E_l1x7n1mk {
|
|
31912
|
+
font-family: Inter;
|
|
31913
|
+
font-style: normal;
|
|
31914
|
+
font-weight: normal;
|
|
31915
|
+
font-size: 12px;
|
|
31916
|
+
line-height: 18px;
|
|
31917
|
+
}
|
|
31918
|
+
|
|
31919
|
+
.E_l9fqufz {
|
|
31920
|
+
font-family: Inter;
|
|
31921
|
+
font-style: normal;
|
|
31922
|
+
font-weight: 500;
|
|
31923
|
+
font-size: 12px;
|
|
31924
|
+
line-height: 18px;
|
|
31802
31925
|
}
|
|
31803
31926
|
|
|
31804
|
-
|
|
31805
|
-
|
|
31806
|
-
|
|
31927
|
+
.E_l1iwnybd {
|
|
31928
|
+
font-family: Inter;
|
|
31929
|
+
font-style: normal;
|
|
31930
|
+
font-weight: bold;
|
|
31931
|
+
font-size: 12px;
|
|
31932
|
+
line-height: 18px;
|
|
31807
31933
|
}
|
|
31808
31934
|
|
|
31809
|
-
.
|
|
31810
|
-
|
|
31811
|
-
|
|
31935
|
+
.E_lprtm1e {
|
|
31936
|
+
font-family: Inter;
|
|
31937
|
+
font-style: normal;
|
|
31938
|
+
font-weight: normal;
|
|
31939
|
+
text-transform: uppercase;
|
|
31940
|
+
font-feature-settings: "cpsp" on;
|
|
31941
|
+
font-size: 12px;
|
|
31942
|
+
line-height: 18px;
|
|
31812
31943
|
}
|
|
31813
31944
|
|
|
31814
|
-
.
|
|
31815
|
-
|
|
31816
|
-
|
|
31945
|
+
.E_l1lln87h {
|
|
31946
|
+
font-family: Inter;
|
|
31947
|
+
font-style: normal;
|
|
31948
|
+
font-weight: bold;
|
|
31949
|
+
text-transform: uppercase;
|
|
31950
|
+
font-feature-settings: "cpsp" on;
|
|
31951
|
+
font-size: 12px;
|
|
31952
|
+
line-height: 18px;
|
|
31817
31953
|
}
|
|
31818
31954
|
|
|
31819
|
-
.
|
|
31820
|
-
|
|
31821
|
-
|
|
31955
|
+
.E_f2pb48l {
|
|
31956
|
+
font-family: Inter;
|
|
31957
|
+
font-style: normal;
|
|
31958
|
+
font-weight: normal;
|
|
31959
|
+
font-size: 13px;
|
|
31960
|
+
line-height: 20px;
|
|
31822
31961
|
}
|
|
31823
31962
|
|
|
31824
|
-
.
|
|
31825
|
-
|
|
31826
|
-
|
|
31827
|
-
|
|
31828
|
-
|
|
31829
|
-
|
|
31830
|
-
}
|
|
31831
|
-
.E_c3ni091 .select-wrapper .select {
|
|
31832
|
-
width: 100%;
|
|
31833
|
-
}
|
|
31834
|
-
.E_c3ni091 .radio-wrapper {
|
|
31835
|
-
margin-top: 24px;
|
|
31963
|
+
.E_fi9emkw {
|
|
31964
|
+
font-family: Inter;
|
|
31965
|
+
font-style: normal;
|
|
31966
|
+
font-weight: normal;
|
|
31967
|
+
font-size: 13px;
|
|
31968
|
+
line-height: 20px;
|
|
31836
31969
|
}
|
|
31837
|
-
|
|
31838
|
-
|
|
31970
|
+
|
|
31971
|
+
.E_f1nrg7da {
|
|
31972
|
+
font-family: Inter;
|
|
31973
|
+
font-style: normal;
|
|
31974
|
+
font-weight: normal;
|
|
31975
|
+
font-size: 12px;
|
|
31976
|
+
line-height: 18px;
|
|
31839
31977
|
}
|
|
31840
31978
|
|
|
31841
|
-
.
|
|
31842
|
-
font-
|
|
31843
|
-
font-
|
|
31844
|
-
|
|
31979
|
+
.E_f17k1i3n {
|
|
31980
|
+
font-family: Inter;
|
|
31981
|
+
font-style: normal;
|
|
31982
|
+
font-weight: normal;
|
|
31983
|
+
font-size: 12px;
|
|
31845
31984
|
line-height: 18px;
|
|
31846
31985
|
}
|
|
31847
|
-
|
|
31848
|
-
|
|
31986
|
+
|
|
31987
|
+
.E_t1tvuj2e {
|
|
31988
|
+
font-family: Inter;
|
|
31989
|
+
font-style: normal;
|
|
31990
|
+
font-weight: normal;
|
|
31991
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31992
|
+
font-size: 13px;
|
|
31993
|
+
line-height: 20px;
|
|
31849
31994
|
}
|
|
31850
|
-
|
|
31851
|
-
|
|
31995
|
+
|
|
31996
|
+
.E_t17uajlu {
|
|
31997
|
+
font-family: Inter;
|
|
31998
|
+
font-style: normal;
|
|
31999
|
+
font-weight: normal;
|
|
32000
|
+
font-feature-settings: "zero" on;
|
|
32001
|
+
font-size: 13px;
|
|
32002
|
+
line-height: 20px;
|
|
31852
32003
|
}
|
|
31853
32004
|
|
|
31854
|
-
.
|
|
32005
|
+
.E_t114zbyz {
|
|
32006
|
+
font-family: Inter;
|
|
32007
|
+
font-style: normal;
|
|
32008
|
+
font-weight: normal;
|
|
32009
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31855
32010
|
font-size: 12px;
|
|
31856
|
-
|
|
31857
|
-
margin-top: 12px;
|
|
32011
|
+
line-height: 18px;
|
|
31858
32012
|
}
|
|
31859
32013
|
|
|
31860
|
-
.
|
|
31861
|
-
|
|
32014
|
+
.E_t1il0kvi {
|
|
32015
|
+
font-family: Inter;
|
|
32016
|
+
font-style: normal;
|
|
31862
32017
|
font-weight: 500;
|
|
31863
|
-
|
|
31864
|
-
|
|
32018
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32019
|
+
font-size: 12px;
|
|
32020
|
+
line-height: 18px;
|
|
31865
32021
|
}
|
|
31866
32022
|
|
|
31867
|
-
.
|
|
31868
|
-
|
|
31869
|
-
|
|
31870
|
-
|
|
31871
|
-
font-
|
|
31872
|
-
font-
|
|
31873
|
-
line-height:
|
|
31874
|
-
color: #3e4652;
|
|
32023
|
+
.E_t10dv8p1 {
|
|
32024
|
+
font-family: Inter;
|
|
32025
|
+
font-style: normal;
|
|
32026
|
+
font-weight: normal;
|
|
32027
|
+
font-feature-settings: "zero" on;
|
|
32028
|
+
font-size: 12px;
|
|
32029
|
+
line-height: 18px;
|
|
31875
32030
|
}
|
|
31876
32031
|
|
|
31877
|
-
.
|
|
31878
|
-
|
|
31879
|
-
|
|
31880
|
-
|
|
31881
|
-
|
|
31882
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32032
|
+
.E_tc2oqpq {
|
|
32033
|
+
font-family: Inter;
|
|
32034
|
+
font-style: normal;
|
|
32035
|
+
font-weight: 500;
|
|
32036
|
+
font-feature-settings: "zero" on;
|
|
31883
32037
|
font-size: 12px;
|
|
32038
|
+
line-height: 18px;
|
|
31884
32039
|
}
|
|
31885
|
-
|
|
31886
|
-
|
|
31887
|
-
|
|
31888
|
-
|
|
31889
|
-
|
|
32040
|
+
|
|
32041
|
+
.E_tzvddmc {
|
|
32042
|
+
font-family: Inter;
|
|
32043
|
+
font-style: normal;
|
|
32044
|
+
font-weight: bold;
|
|
32045
|
+
font-feature-settings: "zero" on;
|
|
32046
|
+
font-size: 16px;
|
|
32047
|
+
line-height: 24px;
|
|
31890
32048
|
}
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
|
|
31894
|
-
|
|
32049
|
+
|
|
32050
|
+
.E_u18llj45 {
|
|
32051
|
+
font-family: Inter;
|
|
32052
|
+
font-style: normal;
|
|
32053
|
+
font-weight: normal;
|
|
32054
|
+
font-size: 10px;
|
|
32055
|
+
line-height: 12px;
|
|
31895
32056
|
}
|
|
31896
32057
|
|
|
31897
32058
|
.E_s1ebs0ra {
|
|
@@ -31955,62 +32116,81 @@ input.E_rf8rlle.ant-input {
|
|
|
31955
32116
|
background: #fff;
|
|
31956
32117
|
}
|
|
31957
32118
|
|
|
31958
|
-
.
|
|
31959
|
-
|
|
31960
|
-
|
|
31961
|
-
}
|
|
31962
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
31963
|
-
margin-top: 8px;
|
|
32119
|
+
.E_berrcjl {
|
|
32120
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32121
|
+
margin-bottom: 4px;
|
|
31964
32122
|
}
|
|
31965
|
-
.
|
|
31966
|
-
|
|
32123
|
+
.E_berrcjl .breadcrumb-link {
|
|
32124
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32125
|
+
cursor: pointer;
|
|
32126
|
+
transition: color 160ms ease;
|
|
31967
32127
|
}
|
|
31968
|
-
.
|
|
31969
|
-
|
|
32128
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32129
|
+
color: #0080ff;
|
|
31970
32130
|
}
|
|
31971
|
-
.
|
|
31972
|
-
|
|
32131
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
32132
|
+
color: #005ed1;
|
|
31973
32133
|
}
|
|
31974
|
-
|
|
31975
|
-
|
|
32134
|
+
|
|
32135
|
+
.E_tqjc4ui {
|
|
32136
|
+
margin: 0 2px;
|
|
31976
32137
|
}
|
|
31977
32138
|
|
|
31978
|
-
.
|
|
31979
|
-
|
|
32139
|
+
.E_c18bcrac {
|
|
32140
|
+
display: inline-block;
|
|
32141
|
+
width: 100%;
|
|
32142
|
+
}
|
|
32143
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32144
|
+
margin-left: 4px;
|
|
31980
32145
|
}
|
|
31981
32146
|
|
|
31982
|
-
.
|
|
31983
|
-
padding
|
|
31984
|
-
padding-right: 8px;
|
|
32147
|
+
.E_cro7kg2 {
|
|
32148
|
+
padding: 4px;
|
|
31985
32149
|
}
|
|
31986
|
-
|
|
31987
|
-
|
|
32150
|
+
|
|
32151
|
+
.E_c14wcxf0 {
|
|
32152
|
+
display: flex;
|
|
32153
|
+
justify-content: space-between;
|
|
32154
|
+
align-items: center;
|
|
32155
|
+
font-size: 13px;
|
|
32156
|
+
line-height: 24px;
|
|
32157
|
+
color: #cccccc;
|
|
32158
|
+
white-space: nowrap;
|
|
31988
32159
|
}
|
|
31989
|
-
.
|
|
31990
|
-
|
|
32160
|
+
.E_c14wcxf0 label {
|
|
32161
|
+
margin-right: 32px;
|
|
31991
32162
|
}
|
|
31992
32163
|
|
|
31993
|
-
.
|
|
31994
|
-
|
|
31995
|
-
|
|
32164
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32165
|
+
font-weight: bold;
|
|
32166
|
+
color: white;
|
|
31996
32167
|
}
|
|
31997
32168
|
|
|
31998
|
-
.
|
|
31999
|
-
|
|
32169
|
+
.E_s11212zy {
|
|
32170
|
+
width: 8px;
|
|
32171
|
+
height: 8px;
|
|
32172
|
+
border-radius: 2px;
|
|
32173
|
+
display: inline-block;
|
|
32174
|
+
background: var(--s11212zy-0);
|
|
32175
|
+
border: 1px solid #fff;
|
|
32176
|
+
box-sizing: content-box;
|
|
32177
|
+
margin-right: 6px;
|
|
32000
32178
|
}
|
|
32001
|
-
|
|
32002
|
-
|
|
32003
|
-
|
|
32179
|
+
|
|
32180
|
+
.E_p1lyky6c > :first-child {
|
|
32181
|
+
font-weight: bold;
|
|
32182
|
+
color: white;
|
|
32183
|
+
margin-right: 4px;
|
|
32004
32184
|
}
|
|
32005
|
-
|
|
32006
|
-
|
|
32185
|
+
|
|
32186
|
+
.E_gmyahx3 {
|
|
32187
|
+
cursor: pointer;
|
|
32007
32188
|
}
|
|
32008
|
-
.
|
|
32009
|
-
|
|
32189
|
+
.E_gmyahx3 .link-text {
|
|
32190
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32010
32191
|
}
|
|
32011
|
-
|
|
32012
|
-
|
|
32013
|
-
margin: 0 2px;
|
|
32192
|
+
.E_gmyahx3:hover .link-text {
|
|
32193
|
+
color: #0080ff;
|
|
32014
32194
|
}
|
|
32015
32195
|
|
|
32016
32196
|
.E_c1bus5hc {
|
|
@@ -32053,20 +32233,57 @@ input.E_rf8rlle.ant-input {
|
|
|
32053
32233
|
transform: rotate(0deg);
|
|
32054
32234
|
}
|
|
32055
32235
|
|
|
32056
|
-
.
|
|
32057
|
-
|
|
32058
|
-
margin-bottom: 4px;
|
|
32236
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32237
|
+
margin-right: 2px;
|
|
32059
32238
|
}
|
|
32060
|
-
|
|
32061
|
-
|
|
32062
|
-
|
|
32063
|
-
|
|
32239
|
+
|
|
32240
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32241
|
+
padding-left: 8px;
|
|
32242
|
+
padding-right: 8px;
|
|
32064
32243
|
}
|
|
32065
|
-
.
|
|
32066
|
-
|
|
32244
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32245
|
+
border-radius: 4px;
|
|
32067
32246
|
}
|
|
32068
|
-
.
|
|
32069
|
-
|
|
32247
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32248
|
+
border-radius: 4px;
|
|
32249
|
+
}
|
|
32250
|
+
|
|
32251
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
32252
|
+
padding-left: 12px;
|
|
32253
|
+
padding-right: 12px;
|
|
32254
|
+
}
|
|
32255
|
+
|
|
32256
|
+
.E_ckld275 {
|
|
32257
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32258
|
+
}
|
|
32259
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32260
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32261
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32262
|
+
}
|
|
32263
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32264
|
+
background-color: transparent;
|
|
32265
|
+
}
|
|
32266
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32267
|
+
background-color: transparent;
|
|
32268
|
+
}
|
|
32269
|
+
|
|
32270
|
+
.E_n12mqh7z {
|
|
32271
|
+
display: flex;
|
|
32272
|
+
align-items: center;
|
|
32273
|
+
font-size: 12px;
|
|
32274
|
+
line-height: 18px;
|
|
32275
|
+
}
|
|
32276
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32277
|
+
margin-bottom: 4px;
|
|
32278
|
+
}
|
|
32279
|
+
|
|
32280
|
+
.E_tf5bynu {
|
|
32281
|
+
margin: 0 3px;
|
|
32282
|
+
}
|
|
32283
|
+
|
|
32284
|
+
.E_tcckoz1 {
|
|
32285
|
+
max-height: 400px;
|
|
32286
|
+
overflow: "auto";
|
|
32070
32287
|
}
|
|
32071
32288
|
|
|
32072
32289
|
.E_clm1wy1 {
|
|
@@ -32125,400 +32342,277 @@ input.E_rf8rlle.ant-input {
|
|
|
32125
32342
|
}
|
|
32126
32343
|
|
|
32127
32344
|
.E_c167wnad {
|
|
32128
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32129
|
-
display: flex;
|
|
32130
|
-
justify-content: space-between;
|
|
32131
|
-
align-items: center;
|
|
32132
|
-
padding: 8px 16px;
|
|
32133
|
-
}
|
|
32134
|
-
.E_c167wnad .anticon {
|
|
32135
|
-
cursor: pointer;
|
|
32136
|
-
}
|
|
32137
|
-
.E_c167wnad .anticon:hover {
|
|
32138
|
-
color: #0096ff;
|
|
32139
|
-
}
|
|
32140
|
-
|
|
32141
|
-
.E_cxhf7dh {
|
|
32142
|
-
text-align: center;
|
|
32143
|
-
}
|
|
32144
|
-
.E_cxhf7dh .dots {
|
|
32145
|
-
display: flex;
|
|
32146
|
-
justify-content: center;
|
|
32147
|
-
}
|
|
32148
|
-
.E_cxhf7dh .dot {
|
|
32149
|
-
display: inline-block;
|
|
32150
|
-
width: 2px;
|
|
32151
|
-
height: 2px;
|
|
32152
|
-
border-radius: 1px;
|
|
32153
|
-
background: #0096ff;
|
|
32154
|
-
}
|
|
32155
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
32156
|
-
margin-right: 2px;
|
|
32157
|
-
}
|
|
32158
|
-
.E_cxhf7dh .bar {
|
|
32159
|
-
width: 9px;
|
|
32160
|
-
height: 2px;
|
|
32161
|
-
background: #0096ff;
|
|
32162
|
-
border-radius: 2px;
|
|
32163
|
-
}
|
|
32164
|
-
|
|
32165
|
-
.E_c18bcrac {
|
|
32166
|
-
display: inline-block;
|
|
32167
|
-
width: 100%;
|
|
32168
|
-
}
|
|
32169
|
-
.E_c18bcrac .recharts-wrapper {
|
|
32170
|
-
margin-left: 4px;
|
|
32171
|
-
}
|
|
32172
|
-
|
|
32173
|
-
.E_cro7kg2 {
|
|
32174
|
-
padding: 4px;
|
|
32175
|
-
}
|
|
32176
|
-
|
|
32177
|
-
.E_c14wcxf0 {
|
|
32178
|
-
display: flex;
|
|
32179
|
-
justify-content: space-between;
|
|
32180
|
-
align-items: center;
|
|
32181
|
-
font-size: 13px;
|
|
32182
|
-
line-height: 24px;
|
|
32183
|
-
color: #cccccc;
|
|
32184
|
-
white-space: nowrap;
|
|
32185
|
-
}
|
|
32186
|
-
.E_c14wcxf0 label {
|
|
32187
|
-
margin-right: 32px;
|
|
32188
|
-
}
|
|
32189
|
-
|
|
32190
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
32191
|
-
font-weight: bold;
|
|
32192
|
-
color: white;
|
|
32193
|
-
}
|
|
32194
|
-
|
|
32195
|
-
.E_s11212zy {
|
|
32196
|
-
width: 8px;
|
|
32197
|
-
height: 8px;
|
|
32198
|
-
border-radius: 2px;
|
|
32199
|
-
display: inline-block;
|
|
32200
|
-
background: var(--s11212zy-0);
|
|
32201
|
-
border: 1px solid #fff;
|
|
32202
|
-
box-sizing: content-box;
|
|
32203
|
-
margin-right: 6px;
|
|
32204
|
-
}
|
|
32205
|
-
|
|
32206
|
-
.E_p1lyky6c > :first-child {
|
|
32207
|
-
font-weight: bold;
|
|
32208
|
-
color: white;
|
|
32209
|
-
margin-right: 4px;
|
|
32210
|
-
}
|
|
32211
|
-
|
|
32212
|
-
.E_n12mqh7z {
|
|
32213
|
-
display: flex;
|
|
32214
|
-
align-items: center;
|
|
32215
|
-
font-size: 12px;
|
|
32216
|
-
line-height: 18px;
|
|
32217
|
-
}
|
|
32218
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32219
|
-
margin-bottom: 4px;
|
|
32220
|
-
}
|
|
32221
|
-
|
|
32222
|
-
.E_tf5bynu {
|
|
32223
|
-
margin: 0 3px;
|
|
32224
|
-
}
|
|
32225
|
-
|
|
32226
|
-
.E_tcckoz1 {
|
|
32227
|
-
max-height: 400px;
|
|
32228
|
-
overflow: "auto";
|
|
32229
|
-
}
|
|
32230
|
-
|
|
32231
|
-
.E_c1uzzomf {
|
|
32232
|
-
margin-bottom: 16px;
|
|
32233
|
-
}
|
|
32234
|
-
.E_c1uzzomf .card-title {
|
|
32235
|
-
font-size: 16px;
|
|
32236
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32237
|
-
font-weight: 700;
|
|
32238
|
-
line-height: 32px;
|
|
32239
|
-
}
|
|
32240
|
-
.E_c1uzzomf .card-body {
|
|
32241
|
-
padding: 24px;
|
|
32242
|
-
border-radius: 8px;
|
|
32243
|
-
background: #fff;
|
|
32244
|
-
}
|
|
32245
|
-
.E_c1uzzomf .empty {
|
|
32246
|
-
font-weight: 700;
|
|
32247
|
-
font-size: 14px;
|
|
32248
|
-
line-height: 22px;
|
|
32249
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32250
|
-
text-align: center;
|
|
32251
|
-
}
|
|
32252
|
-
|
|
32253
|
-
.E_gmyahx3 {
|
|
32254
|
-
cursor: pointer;
|
|
32255
|
-
}
|
|
32256
|
-
.E_gmyahx3 .link-text {
|
|
32257
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32258
|
-
}
|
|
32259
|
-
.E_gmyahx3:hover .link-text {
|
|
32260
|
-
color: #0080ff;
|
|
32261
|
-
}
|
|
32262
|
-
|
|
32263
|
-
.E_t1sqg15u {
|
|
32264
|
-
background: white;
|
|
32265
|
-
}
|
|
32266
|
-
.E_t1sqg15u.inline .table-row {
|
|
32267
|
-
flex-direction: column;
|
|
32268
|
-
}
|
|
32269
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
32270
|
-
padding: 0 16px 7px 0;
|
|
32271
|
-
}
|
|
32272
|
-
.E_t1sqg15u.has-border .table-header {
|
|
32273
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32274
|
-
}
|
|
32275
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32276
|
-
border-top: none !important;
|
|
32277
|
-
}
|
|
32278
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32279
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32280
|
-
}
|
|
32281
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32282
|
-
padding-bottom: 0;
|
|
32283
|
-
}
|
|
32284
|
-
.E_t1sqg15u.align-right .content {
|
|
32285
|
-
text-align: right;
|
|
32286
|
-
}
|
|
32287
|
-
.E_t1sqg15u .uuid-row {
|
|
32288
|
-
display: flex;
|
|
32289
|
-
justify-content: space-between;
|
|
32290
|
-
}
|
|
32291
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
32292
|
-
white-space: nowrap;
|
|
32293
|
-
overflow: hidden;
|
|
32294
|
-
text-overflow: ellipsis;
|
|
32295
|
-
}
|
|
32296
|
-
|
|
32297
|
-
.E_t4zczcp {
|
|
32298
|
-
display: flex;
|
|
32299
|
-
justify-content: space-between;
|
|
32300
|
-
align-items: center;
|
|
32301
|
-
padding: 8px;
|
|
32302
|
-
min-height: 32px;
|
|
32303
|
-
}
|
|
32304
|
-
.E_t4zczcp .table-title {
|
|
32305
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32306
|
-
font-weight: 600;
|
|
32307
|
-
font-size: 12px;
|
|
32308
|
-
line-height: 8px;
|
|
32345
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32346
|
+
display: flex;
|
|
32347
|
+
justify-content: space-between;
|
|
32348
|
+
align-items: center;
|
|
32349
|
+
padding: 8px 16px;
|
|
32309
32350
|
}
|
|
32310
|
-
.
|
|
32311
|
-
font-size: 16px;
|
|
32312
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32351
|
+
.E_c167wnad .anticon {
|
|
32313
32352
|
cursor: pointer;
|
|
32314
32353
|
}
|
|
32315
|
-
|
|
32316
|
-
|
|
32317
|
-
font-size: 12px;
|
|
32318
|
-
line-height: 18px;
|
|
32354
|
+
.E_c167wnad .anticon:hover {
|
|
32355
|
+
color: #0096ff;
|
|
32319
32356
|
}
|
|
32320
32357
|
|
|
32321
|
-
.
|
|
32322
|
-
|
|
32323
|
-
padding: 8px 0;
|
|
32324
|
-
color: #2d3a56;
|
|
32325
|
-
}
|
|
32326
|
-
.E_t93e4cf .hidden {
|
|
32327
|
-
display: none;
|
|
32358
|
+
.E_cxhf7dh {
|
|
32359
|
+
text-align: center;
|
|
32328
32360
|
}
|
|
32329
|
-
.
|
|
32330
|
-
|
|
32361
|
+
.E_cxhf7dh .dots {
|
|
32362
|
+
display: flex;
|
|
32363
|
+
justify-content: center;
|
|
32331
32364
|
}
|
|
32332
|
-
.
|
|
32333
|
-
|
|
32334
|
-
|
|
32335
|
-
|
|
32336
|
-
|
|
32365
|
+
.E_cxhf7dh .dot {
|
|
32366
|
+
display: inline-block;
|
|
32367
|
+
width: 2px;
|
|
32368
|
+
height: 2px;
|
|
32369
|
+
border-radius: 1px;
|
|
32370
|
+
background: #0096ff;
|
|
32337
32371
|
}
|
|
32338
|
-
.
|
|
32339
|
-
|
|
32340
|
-
text-align: left;
|
|
32372
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32373
|
+
margin-right: 2px;
|
|
32341
32374
|
}
|
|
32342
|
-
.
|
|
32343
|
-
|
|
32375
|
+
.E_cxhf7dh .bar {
|
|
32376
|
+
width: 9px;
|
|
32377
|
+
height: 2px;
|
|
32378
|
+
background: #0096ff;
|
|
32379
|
+
border-radius: 2px;
|
|
32344
32380
|
}
|
|
32345
32381
|
|
|
32346
|
-
.
|
|
32347
|
-
|
|
32348
|
-
|
|
32382
|
+
.E_c1uzzomf {
|
|
32383
|
+
margin-bottom: 16px;
|
|
32384
|
+
}
|
|
32385
|
+
.E_c1uzzomf .card-title {
|
|
32386
|
+
font-size: 16px;
|
|
32349
32387
|
color: rgba(44, 56, 82, 0.6);
|
|
32350
|
-
|
|
32388
|
+
font-weight: 700;
|
|
32389
|
+
line-height: 32px;
|
|
32351
32390
|
}
|
|
32352
|
-
|
|
32353
|
-
|
|
32354
|
-
|
|
32355
|
-
|
|
32391
|
+
.E_c1uzzomf .card-body {
|
|
32392
|
+
padding: 24px;
|
|
32393
|
+
border-radius: 8px;
|
|
32394
|
+
background: #fff;
|
|
32356
32395
|
}
|
|
32357
|
-
|
|
32358
|
-
|
|
32359
|
-
|
|
32396
|
+
.E_c1uzzomf .empty {
|
|
32397
|
+
font-weight: 700;
|
|
32398
|
+
font-size: 14px;
|
|
32399
|
+
line-height: 22px;
|
|
32400
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32401
|
+
text-align: center;
|
|
32360
32402
|
}
|
|
32361
32403
|
|
|
32362
|
-
.
|
|
32363
|
-
|
|
32364
|
-
-
|
|
32365
|
-
-webkit-box-orient: vertical;
|
|
32366
|
-
word-break: break-all;
|
|
32404
|
+
.E_c18gxmrl {
|
|
32405
|
+
border: 1px solid #d8deeb;
|
|
32406
|
+
border-radius: 4px;
|
|
32367
32407
|
}
|
|
32368
|
-
|
|
32369
|
-
|
|
32370
|
-
width: 648px;
|
|
32408
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
32409
|
+
margin-top: 8px;
|
|
32371
32410
|
}
|
|
32372
|
-
.
|
|
32411
|
+
.E_c18gxmrl:hover {
|
|
32373
32412
|
border-color: #0080ff;
|
|
32374
32413
|
}
|
|
32375
|
-
.
|
|
32414
|
+
.E_c18gxmrl:hover > header {
|
|
32376
32415
|
background: rgba(0, 128, 255, 0.1);
|
|
32377
32416
|
}
|
|
32378
|
-
.
|
|
32379
|
-
|
|
32417
|
+
.E_c18gxmrl.active header {
|
|
32418
|
+
border-bottom: 1px solid #d8deeb;
|
|
32380
32419
|
}
|
|
32381
|
-
.
|
|
32382
|
-
|
|
32383
|
-
padding: 10px 0;
|
|
32384
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32420
|
+
.E_c18gxmrl > header {
|
|
32421
|
+
padding: 8px 12px;
|
|
32385
32422
|
}
|
|
32386
|
-
|
|
32387
|
-
|
|
32388
|
-
|
|
32423
|
+
|
|
32424
|
+
.E_d1bw7c5z {
|
|
32425
|
+
position: relative;
|
|
32426
|
+
max-width: 388px;
|
|
32427
|
+
min-width: 245px;
|
|
32389
32428
|
}
|
|
32390
|
-
.
|
|
32391
|
-
|
|
32392
|
-
|
|
32393
|
-
|
|
32429
|
+
.E_d1bw7c5z .center {
|
|
32430
|
+
position: absolute;
|
|
32431
|
+
font-size: 12px;
|
|
32432
|
+
width: 80px;
|
|
32433
|
+
height: 92px;
|
|
32434
|
+
top: 12px;
|
|
32435
|
+
left: 39px;
|
|
32436
|
+
display: flex;
|
|
32437
|
+
flex-direction: column;
|
|
32438
|
+
justify-content: center;
|
|
32439
|
+
align-items: center;
|
|
32440
|
+
color: #00122e;
|
|
32394
32441
|
}
|
|
32395
|
-
.
|
|
32396
|
-
|
|
32397
|
-
|
|
32442
|
+
.E_d1bw7c5z .center .number {
|
|
32443
|
+
font-size: 24px;
|
|
32444
|
+
font-weight: 700;
|
|
32398
32445
|
}
|
|
32399
|
-
.
|
|
32400
|
-
|
|
32401
|
-
|
|
32446
|
+
.E_d1bw7c5z .center .text {
|
|
32447
|
+
padding: 0 5px;
|
|
32448
|
+
font-size: 12px;
|
|
32449
|
+
width: inherit;
|
|
32402
32450
|
}
|
|
32403
|
-
|
|
32404
|
-
|
|
32451
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
32452
|
+
display: flex;
|
|
32453
|
+
}
|
|
32454
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
32455
|
+
position: relative !important;
|
|
32456
|
+
width: calc(100% - 148px) !important;
|
|
32457
|
+
left: 0 !important;
|
|
32458
|
+
bottom: 0 !important;
|
|
32405
32459
|
display: flex;
|
|
32406
32460
|
align-items: center;
|
|
32407
|
-
justify-content: space-between;
|
|
32408
|
-
word-break: keep-all;
|
|
32409
32461
|
}
|
|
32410
|
-
.
|
|
32411
|
-
|
|
32462
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
32463
|
+
width: 100%;
|
|
32412
32464
|
}
|
|
32413
|
-
.
|
|
32414
|
-
|
|
32465
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
32466
|
+
width: 100%;
|
|
32467
|
+
margin-right: 0 !important;
|
|
32468
|
+
line-height: 18px;
|
|
32415
32469
|
}
|
|
32416
|
-
.
|
|
32417
|
-
|
|
32418
|
-
display: flex;
|
|
32419
|
-
overflow: hidden;
|
|
32420
|
-
align-items: center;
|
|
32421
|
-
justify-content: flex-start;
|
|
32422
|
-
white-space: nowrap;
|
|
32470
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
32471
|
+
border-radius: 2px;
|
|
32423
32472
|
}
|
|
32424
|
-
.
|
|
32425
|
-
|
|
32473
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
32474
|
+
min-width: 75px;
|
|
32475
|
+
width: calc(100% - 20px);
|
|
32476
|
+
margin-left: 2px;
|
|
32477
|
+
color: #00122e !important;
|
|
32478
|
+
display: inline-flex;
|
|
32479
|
+
justify-content: space-between;
|
|
32480
|
+
}
|
|
32481
|
+
.E_d1bw7c5z .tooltip-text {
|
|
32482
|
+
maxwidth: calc(100% - 12px);
|
|
32483
|
+
cursor: pointer;
|
|
32484
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32426
32485
|
overflow: hidden;
|
|
32427
32486
|
text-overflow: ellipsis;
|
|
32487
|
+
white-space: nowrap;
|
|
32428
32488
|
}
|
|
32429
|
-
.
|
|
32430
|
-
|
|
32431
|
-
align-items: center;
|
|
32489
|
+
.E_d1bw7c5z .value {
|
|
32490
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32432
32491
|
}
|
|
32433
|
-
|
|
32492
|
+
|
|
32493
|
+
.E_t10pqbtc {
|
|
32494
|
+
width: 140px;
|
|
32495
|
+
}
|
|
32496
|
+
.E_t10pqbtc .item {
|
|
32497
|
+
margin: 6px auto;
|
|
32434
32498
|
display: flex;
|
|
32435
|
-
|
|
32436
|
-
align-items: center;
|
|
32499
|
+
justify-content: space-between;
|
|
32437
32500
|
}
|
|
32438
|
-
.
|
|
32439
|
-
|
|
32501
|
+
.E_t10pqbtc .item .name {
|
|
32502
|
+
width: 102px;
|
|
32440
32503
|
}
|
|
32441
|
-
|
|
32442
|
-
|
|
32443
|
-
|
|
32444
|
-
|
|
32445
|
-
cursor: pointer;
|
|
32504
|
+
|
|
32505
|
+
.E_ou7iq30 {
|
|
32506
|
+
overflow: hidden;
|
|
32507
|
+
text-overflow: ellipsis;
|
|
32446
32508
|
}
|
|
32447
32509
|
|
|
32448
|
-
.
|
|
32449
|
-
|
|
32450
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32510
|
+
.E_s1tui002 {
|
|
32511
|
+
white-space: nowrap;
|
|
32451
32512
|
}
|
|
32452
|
-
|
|
32453
|
-
|
|
32454
|
-
|
|
32455
|
-
|
|
32513
|
+
|
|
32514
|
+
.E_mxrc2zg {
|
|
32515
|
+
display: -webkit-box;
|
|
32516
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32517
|
+
-webkit-box-orient: vertical;
|
|
32518
|
+
word-break: break-all;
|
|
32456
32519
|
}
|
|
32457
|
-
|
|
32458
|
-
|
|
32459
|
-
|
|
32520
|
+
|
|
32521
|
+
.E_c1yyuluq {
|
|
32522
|
+
border-radius: 8px;
|
|
32523
|
+
}
|
|
32524
|
+
.E_c1yyuluq .ant-card-body {
|
|
32525
|
+
padding: 20px 24px 24px 24px;
|
|
32460
32526
|
}
|
|
32461
32527
|
|
|
32462
|
-
.
|
|
32463
|
-
|
|
32464
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32528
|
+
.E_t1sqg15u {
|
|
32529
|
+
background: white;
|
|
32465
32530
|
}
|
|
32466
|
-
.
|
|
32467
|
-
|
|
32468
|
-
width: 80px;
|
|
32469
|
-
margin: 0 9px;
|
|
32470
|
-
text-align: center;
|
|
32531
|
+
.E_t1sqg15u.inline .table-row {
|
|
32532
|
+
flex-direction: column;
|
|
32471
32533
|
}
|
|
32472
|
-
.
|
|
32473
|
-
padding:
|
|
32474
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32475
|
-
margin: 5px 0 5px 8px;
|
|
32534
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
32535
|
+
padding: 0 16px 7px 0;
|
|
32476
32536
|
}
|
|
32477
|
-
.
|
|
32478
|
-
|
|
32479
|
-
background: #f5f7fa;
|
|
32480
|
-
box-sizing: border-box;
|
|
32481
|
-
border-radius: 16px;
|
|
32482
|
-
margin-right: 8px;
|
|
32537
|
+
.E_t1sqg15u.has-border .table-header {
|
|
32538
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32483
32539
|
}
|
|
32484
|
-
.
|
|
32485
|
-
|
|
32486
|
-
color: inherit;
|
|
32487
|
-
border-color: #d9d9d9;
|
|
32540
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32541
|
+
border-top: none !important;
|
|
32488
32542
|
}
|
|
32489
|
-
.
|
|
32490
|
-
|
|
32491
|
-
border-color: #0096ff;
|
|
32492
|
-
color: #fff;
|
|
32543
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32544
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32493
32545
|
}
|
|
32494
|
-
.
|
|
32495
|
-
|
|
32496
|
-
margin-top: 4px;
|
|
32546
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32547
|
+
padding-bottom: 0;
|
|
32497
32548
|
}
|
|
32498
|
-
.
|
|
32499
|
-
|
|
32500
|
-
padding: 0;
|
|
32501
|
-
margin-bottom: 8px;
|
|
32549
|
+
.E_t1sqg15u.align-right .content {
|
|
32550
|
+
text-align: right;
|
|
32502
32551
|
}
|
|
32503
|
-
.
|
|
32504
|
-
|
|
32505
|
-
|
|
32506
|
-
|
|
32552
|
+
.E_t1sqg15u .uuid-row {
|
|
32553
|
+
display: flex;
|
|
32554
|
+
justify-content: space-between;
|
|
32555
|
+
}
|
|
32556
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
32557
|
+
white-space: nowrap;
|
|
32558
|
+
overflow: hidden;
|
|
32559
|
+
text-overflow: ellipsis;
|
|
32507
32560
|
}
|
|
32508
32561
|
|
|
32509
|
-
.
|
|
32562
|
+
.E_t4zczcp {
|
|
32510
32563
|
display: flex;
|
|
32564
|
+
justify-content: space-between;
|
|
32511
32565
|
align-items: center;
|
|
32566
|
+
padding: 8px;
|
|
32567
|
+
min-height: 32px;
|
|
32512
32568
|
}
|
|
32513
|
-
.
|
|
32514
|
-
|
|
32569
|
+
.E_t4zczcp .table-title {
|
|
32570
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32571
|
+
font-weight: 600;
|
|
32572
|
+
font-size: 12px;
|
|
32573
|
+
line-height: 8px;
|
|
32574
|
+
}
|
|
32575
|
+
.E_t4zczcp .edit-icon {
|
|
32576
|
+
font-size: 16px;
|
|
32577
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32578
|
+
cursor: pointer;
|
|
32515
32579
|
}
|
|
32516
32580
|
|
|
32517
|
-
.
|
|
32581
|
+
.E_t1s7goww {
|
|
32582
|
+
font-size: 12px;
|
|
32583
|
+
line-height: 18px;
|
|
32584
|
+
}
|
|
32585
|
+
|
|
32586
|
+
.E_t93e4cf {
|
|
32587
|
+
display: flex;
|
|
32588
|
+
padding: 8px 0;
|
|
32589
|
+
color: #2d3a56;
|
|
32590
|
+
}
|
|
32591
|
+
.E_t93e4cf .hidden {
|
|
32592
|
+
display: none;
|
|
32593
|
+
}
|
|
32594
|
+
.E_t93e4cf .ant-btn-link {
|
|
32595
|
+
height: auto;
|
|
32596
|
+
}
|
|
32597
|
+
.E_t93e4cf .content {
|
|
32598
|
+
overflow: hidden;
|
|
32599
|
+
overflow-x: auto;
|
|
32518
32600
|
width: 100%;
|
|
32519
|
-
|
|
32520
|
-
|
|
32521
|
-
|
|
32601
|
+
white-space: pre-wrap;
|
|
32602
|
+
}
|
|
32603
|
+
.E_t93e4cf .content .ant-btn {
|
|
32604
|
+
white-space: pre-wrap;
|
|
32605
|
+
text-align: left;
|
|
32606
|
+
}
|
|
32607
|
+
.E_t93e4cf .content .unit-chart {
|
|
32608
|
+
justify-content: flex-start;
|
|
32609
|
+
}
|
|
32610
|
+
|
|
32611
|
+
.E_rhz2uv5 {
|
|
32612
|
+
width: var(--rhz2uv5-0);
|
|
32613
|
+
flex-shrink: 0;
|
|
32614
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32615
|
+
padding-right: 12px;
|
|
32522
32616
|
}
|
|
32523
32617
|
|
|
32524
32618
|
.E_wg1tsps {
|
|
@@ -32544,6 +32638,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32544
32638
|
color: #00122e !important;
|
|
32545
32639
|
}
|
|
32546
32640
|
|
|
32641
|
+
.E_tje3huy {
|
|
32642
|
+
width: 100%;
|
|
32643
|
+
overflow: inherit;
|
|
32644
|
+
white-space: inherit;
|
|
32645
|
+
text-overflow: ellipsis;
|
|
32646
|
+
}
|
|
32647
|
+
|
|
32648
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32649
|
+
display: flex;
|
|
32650
|
+
align-items: center;
|
|
32651
|
+
}
|
|
32652
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32653
|
+
margin-right: 8px;
|
|
32654
|
+
}
|
|
32655
|
+
|
|
32547
32656
|
.E_m74vjol {
|
|
32548
32657
|
display: flex;
|
|
32549
32658
|
justify-content: space-between;
|
|
@@ -32557,13 +32666,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32557
32666
|
width: 100%;
|
|
32558
32667
|
}
|
|
32559
32668
|
|
|
32560
|
-
.E_c1yyuluq {
|
|
32561
|
-
border-radius: 8px;
|
|
32562
|
-
}
|
|
32563
|
-
.E_c1yyuluq .ant-card-body {
|
|
32564
|
-
padding: 20px 24px 24px 24px;
|
|
32565
|
-
}
|
|
32566
|
-
|
|
32567
32669
|
.E_ccrbeuz .ant-collapse-item {
|
|
32568
32670
|
border: 0px;
|
|
32569
32671
|
background-color: #fff;
|
|
@@ -32845,6 +32947,10 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32845
32947
|
background-color: #7E41FF;
|
|
32846
32948
|
}
|
|
32847
32949
|
|
|
32950
|
+
.E_tju3gfj .date {
|
|
32951
|
+
margin-right: 4px;
|
|
32952
|
+
}
|
|
32953
|
+
|
|
32848
32954
|
.E_t13ef470 {
|
|
32849
32955
|
height: 100%;
|
|
32850
32956
|
}
|
|
@@ -32875,10 +32981,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32875
32981
|
background: rgba(163, 180, 204, 0.18);
|
|
32876
32982
|
}
|
|
32877
32983
|
|
|
32878
|
-
.E_tju3gfj .date {
|
|
32879
|
-
margin-right: 4px;
|
|
32880
|
-
}
|
|
32881
|
-
|
|
32882
32984
|
.E_h1ol2wl7 {
|
|
32883
32985
|
font-weight: bold;
|
|
32884
32986
|
background-color: unset;
|
|
@@ -33753,172 +33855,18 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33753
33855
|
background: rgba(0, 136, 255, 0.2);
|
|
33754
33856
|
color: #0080ff;
|
|
33755
33857
|
}
|
|
33756
|
-
.E_d1tc7lgk ul li + li {
|
|
33757
|
-
margin-top: 2px;
|
|
33758
|
-
}
|
|
33759
|
-
|
|
33760
|
-
.E_rzaik16 {
|
|
33761
|
-
padding: 0;
|
|
33762
|
-
}
|
|
33763
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33764
|
-
display: none;
|
|
33765
|
-
}
|
|
33766
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
33767
|
-
padding: 0;
|
|
33768
|
-
}
|
|
33769
|
-
|
|
33770
|
-
.E_c1yd35n {
|
|
33771
|
-
padding: 0 12px 14px 12px;
|
|
33772
|
-
}
|
|
33773
|
-
|
|
33774
|
-
.E_c1kghdax {
|
|
33775
|
-
color: #2d3a56;
|
|
33776
|
-
padding: 7px 12px;
|
|
33777
|
-
display: flex;
|
|
33778
|
-
justify-content: space-between;
|
|
33779
|
-
align-items: center;
|
|
33780
|
-
}
|
|
33781
|
-
.E_c1kghdax.has-arrow {
|
|
33782
|
-
padding-left: 10px;
|
|
33783
|
-
}
|
|
33784
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33785
|
-
cursor: pointer;
|
|
33786
|
-
color: #00122e;
|
|
33787
|
-
}
|
|
33788
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33789
|
-
color: #2d3a56;
|
|
33790
|
-
font-weight: 600;
|
|
33791
|
-
}
|
|
33792
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33793
|
-
transform: rotate(90deg);
|
|
33794
|
-
}
|
|
33795
|
-
.E_c1kghdax .sub-info {
|
|
33796
|
-
font-size: 12px;
|
|
33797
|
-
line-height: 18px;
|
|
33798
|
-
}
|
|
33799
|
-
.E_c1kghdax .title-wrapper {
|
|
33800
|
-
display: flex;
|
|
33801
|
-
align-items: center;
|
|
33802
|
-
user-select: none;
|
|
33803
|
-
flex-grow: 1;
|
|
33804
|
-
font-size: 12px;
|
|
33805
|
-
line-height: 18px;
|
|
33806
|
-
color: #2d3a56;
|
|
33807
|
-
font-weight: 700;
|
|
33808
|
-
}
|
|
33809
|
-
.E_c1kghdax .collapse-arrow {
|
|
33810
|
-
transition: all 50ms ease-out 0ms;
|
|
33811
|
-
margin-right: 2px;
|
|
33812
|
-
}
|
|
33813
|
-
|
|
33814
|
-
.E_ckui4s7 {
|
|
33815
|
-
color: #2d3a56;
|
|
33816
|
-
line-height: 22px;
|
|
33817
|
-
display: inline-flex;
|
|
33818
|
-
}
|
|
33819
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33820
|
-
height: 22px;
|
|
33821
|
-
display: flex;
|
|
33822
|
-
align-items: center;
|
|
33823
|
-
top: 0;
|
|
33824
|
-
}
|
|
33825
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33826
|
-
border: none;
|
|
33827
|
-
}
|
|
33828
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33829
|
-
border-color: #0080ff;
|
|
33830
|
-
}
|
|
33831
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33832
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33833
|
-
}
|
|
33834
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33835
|
-
border: 1px solid #0080ff;
|
|
33836
|
-
}
|
|
33837
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33838
|
-
background: #0080ff;
|
|
33839
|
-
}
|
|
33840
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33841
|
-
background-color: #fff;
|
|
33842
|
-
height: 2px;
|
|
33843
|
-
width: 10px;
|
|
33844
|
-
border-radius: 2px;
|
|
33845
|
-
}
|
|
33846
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33847
|
-
opacity: 0.5;
|
|
33848
|
-
}
|
|
33849
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33850
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33851
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33852
|
-
}
|
|
33853
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33854
|
-
border-color: #2d3a56;
|
|
33855
|
-
}
|
|
33856
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33857
|
-
background: #2d3a56;
|
|
33858
|
-
}
|
|
33859
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33860
|
-
padding: 0;
|
|
33861
|
-
}
|
|
33862
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33863
|
-
display: inline-block;
|
|
33864
|
-
margin-left: 12px;
|
|
33865
|
-
color: #2d3a56;
|
|
33866
|
-
}
|
|
33867
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33868
|
-
margin-left: 28px;
|
|
33869
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33870
|
-
}
|
|
33871
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33872
|
-
margin-left: 8px;
|
|
33873
|
-
}
|
|
33874
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33875
|
-
margin-left: 24px;
|
|
33876
|
-
}
|
|
33877
|
-
|
|
33878
|
-
.E_suhck3k {
|
|
33879
|
-
height: 24px;
|
|
33880
|
-
width: 24px;
|
|
33881
|
-
border-radius: 6px;
|
|
33882
|
-
padding: 4px;
|
|
33883
|
-
}
|
|
33884
|
-
.E_suhck3k:hover {
|
|
33885
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33886
|
-
}
|
|
33887
|
-
.E_suhck3k:hover svg path {
|
|
33888
|
-
fill: blue;
|
|
33889
|
-
}
|
|
33890
|
-
|
|
33891
|
-
.E_ryby9ds {
|
|
33892
|
-
display: flex;
|
|
33893
|
-
align-items: center;
|
|
33894
|
-
}
|
|
33895
|
-
.E_ryby9ds .order {
|
|
33896
|
-
height: 24px;
|
|
33897
|
-
width: 24px;
|
|
33898
|
-
border-radius: 20px;
|
|
33899
|
-
color: #0080ff;
|
|
33900
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33901
|
-
display: flex;
|
|
33902
|
-
align-items: center;
|
|
33903
|
-
justify-content: center;
|
|
33904
|
-
margin-right: 6px;
|
|
33905
|
-
}
|
|
33906
|
-
|
|
33907
|
-
.E_b14q2gmw {
|
|
33908
|
-
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);
|
|
33858
|
+
.E_d1tc7lgk ul li + li {
|
|
33859
|
+
margin-top: 2px;
|
|
33909
33860
|
}
|
|
33910
33861
|
|
|
33911
|
-
.
|
|
33912
|
-
|
|
33913
|
-
background-color: white;
|
|
33862
|
+
.E_rzaik16 {
|
|
33863
|
+
padding: 0;
|
|
33914
33864
|
}
|
|
33915
|
-
.
|
|
33916
|
-
|
|
33865
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33866
|
+
display: none;
|
|
33917
33867
|
}
|
|
33918
|
-
.
|
|
33919
|
-
|
|
33920
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33921
|
-
transform: translateY(-4px);
|
|
33868
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33869
|
+
padding: 0;
|
|
33922
33870
|
}
|
|
33923
33871
|
|
|
33924
33872
|
.E_t160l1cm {
|
|
@@ -34124,6 +34072,165 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34124
34072
|
background: transparent;
|
|
34125
34073
|
}
|
|
34126
34074
|
|
|
34075
|
+
.E_c1yd35n {
|
|
34076
|
+
padding: 0 12px 14px 12px;
|
|
34077
|
+
}
|
|
34078
|
+
|
|
34079
|
+
.E_c1kghdax {
|
|
34080
|
+
color: #2d3a56;
|
|
34081
|
+
padding: 7px 12px;
|
|
34082
|
+
display: flex;
|
|
34083
|
+
justify-content: space-between;
|
|
34084
|
+
align-items: center;
|
|
34085
|
+
}
|
|
34086
|
+
.E_c1kghdax.has-arrow {
|
|
34087
|
+
padding-left: 10px;
|
|
34088
|
+
}
|
|
34089
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34090
|
+
cursor: pointer;
|
|
34091
|
+
color: #00122e;
|
|
34092
|
+
}
|
|
34093
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34094
|
+
color: #2d3a56;
|
|
34095
|
+
font-weight: 600;
|
|
34096
|
+
}
|
|
34097
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34098
|
+
transform: rotate(90deg);
|
|
34099
|
+
}
|
|
34100
|
+
.E_c1kghdax .sub-info {
|
|
34101
|
+
font-size: 12px;
|
|
34102
|
+
line-height: 18px;
|
|
34103
|
+
}
|
|
34104
|
+
.E_c1kghdax .title-wrapper {
|
|
34105
|
+
display: flex;
|
|
34106
|
+
align-items: center;
|
|
34107
|
+
user-select: none;
|
|
34108
|
+
flex-grow: 1;
|
|
34109
|
+
font-size: 12px;
|
|
34110
|
+
line-height: 18px;
|
|
34111
|
+
color: #2d3a56;
|
|
34112
|
+
font-weight: 700;
|
|
34113
|
+
}
|
|
34114
|
+
.E_c1kghdax .collapse-arrow {
|
|
34115
|
+
transition: all 50ms ease-out 0ms;
|
|
34116
|
+
margin-right: 2px;
|
|
34117
|
+
}
|
|
34118
|
+
|
|
34119
|
+
.E_ckui4s7 {
|
|
34120
|
+
color: #2d3a56;
|
|
34121
|
+
line-height: 22px;
|
|
34122
|
+
display: inline-flex;
|
|
34123
|
+
}
|
|
34124
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34125
|
+
height: 22px;
|
|
34126
|
+
display: flex;
|
|
34127
|
+
align-items: center;
|
|
34128
|
+
top: 0;
|
|
34129
|
+
}
|
|
34130
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34131
|
+
border: none;
|
|
34132
|
+
}
|
|
34133
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34134
|
+
border-color: #0080ff;
|
|
34135
|
+
}
|
|
34136
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34137
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34138
|
+
}
|
|
34139
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34140
|
+
border: 1px solid #0080ff;
|
|
34141
|
+
}
|
|
34142
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34143
|
+
background: #0080ff;
|
|
34144
|
+
}
|
|
34145
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34146
|
+
background-color: #fff;
|
|
34147
|
+
height: 2px;
|
|
34148
|
+
width: 10px;
|
|
34149
|
+
border-radius: 2px;
|
|
34150
|
+
}
|
|
34151
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34152
|
+
opacity: 0.5;
|
|
34153
|
+
}
|
|
34154
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34155
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34156
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34157
|
+
}
|
|
34158
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34159
|
+
border-color: #2d3a56;
|
|
34160
|
+
}
|
|
34161
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34162
|
+
background: #2d3a56;
|
|
34163
|
+
}
|
|
34164
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34165
|
+
padding: 0;
|
|
34166
|
+
}
|
|
34167
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34168
|
+
display: inline-block;
|
|
34169
|
+
margin-left: 12px;
|
|
34170
|
+
color: #2d3a56;
|
|
34171
|
+
}
|
|
34172
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34173
|
+
margin-left: 28px;
|
|
34174
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34175
|
+
}
|
|
34176
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34177
|
+
margin-left: 8px;
|
|
34178
|
+
}
|
|
34179
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34180
|
+
margin-left: 24px;
|
|
34181
|
+
}
|
|
34182
|
+
|
|
34183
|
+
.E_ryby9ds {
|
|
34184
|
+
display: flex;
|
|
34185
|
+
align-items: center;
|
|
34186
|
+
}
|
|
34187
|
+
.E_ryby9ds .order {
|
|
34188
|
+
height: 24px;
|
|
34189
|
+
width: 24px;
|
|
34190
|
+
border-radius: 20px;
|
|
34191
|
+
color: #0080ff;
|
|
34192
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34193
|
+
display: flex;
|
|
34194
|
+
align-items: center;
|
|
34195
|
+
justify-content: center;
|
|
34196
|
+
margin-right: 6px;
|
|
34197
|
+
}
|
|
34198
|
+
|
|
34199
|
+
.E_suhck3k {
|
|
34200
|
+
height: 24px;
|
|
34201
|
+
width: 24px;
|
|
34202
|
+
border-radius: 6px;
|
|
34203
|
+
padding: 4px;
|
|
34204
|
+
}
|
|
34205
|
+
.E_suhck3k:hover {
|
|
34206
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34207
|
+
}
|
|
34208
|
+
.E_suhck3k:hover svg path {
|
|
34209
|
+
fill: blue;
|
|
34210
|
+
}
|
|
34211
|
+
|
|
34212
|
+
.E_b14q2gmw {
|
|
34213
|
+
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);
|
|
34214
|
+
}
|
|
34215
|
+
|
|
34216
|
+
.E_c1eym6el {
|
|
34217
|
+
border-radius: 8px;
|
|
34218
|
+
background-color: white;
|
|
34219
|
+
}
|
|
34220
|
+
.E_c1eym6el.hoverable {
|
|
34221
|
+
cursor: pointer;
|
|
34222
|
+
}
|
|
34223
|
+
.E_c1eym6el.hoverable:hover {
|
|
34224
|
+
transition: all 200ms ease;
|
|
34225
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34226
|
+
transform: translateY(-4px);
|
|
34227
|
+
}
|
|
34228
|
+
|
|
34229
|
+
.E_i1g85yz3 {
|
|
34230
|
+
margin-right: 4px;
|
|
34231
|
+
height: 16px;
|
|
34232
|
+
}
|
|
34233
|
+
|
|
34127
34234
|
.E_slr2ynn {
|
|
34128
34235
|
padding: 0 8px;
|
|
34129
34236
|
height: 18px;
|
|
@@ -34153,11 +34260,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34153
34260
|
white-space: normal;
|
|
34154
34261
|
}
|
|
34155
34262
|
|
|
34156
|
-
.E_i1g85yz3 {
|
|
34157
|
-
margin-right: 4px;
|
|
34158
|
-
height: 16px;
|
|
34159
|
-
}
|
|
34160
|
-
|
|
34161
34263
|
.E_w7ob4th.outside-tag {
|
|
34162
34264
|
padding-left: 0;
|
|
34163
34265
|
}
|
|
@@ -34167,50 +34269,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34167
34269
|
margin-right: 4px;
|
|
34168
34270
|
}
|
|
34169
34271
|
|
|
34170
|
-
.E_skwah65 {
|
|
34171
|
-
height: 8px;
|
|
34172
|
-
box-sizing: border-box;
|
|
34173
|
-
border-radius: 2px;
|
|
34174
|
-
background: #f5f7fa;
|
|
34175
|
-
display: flex;
|
|
34176
|
-
width: 100%;
|
|
34177
|
-
overflow: hidden;
|
|
34178
|
-
}
|
|
34179
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34180
|
-
margin-left: 1px;
|
|
34181
|
-
}
|
|
34182
|
-
|
|
34183
|
-
.E_f7pxqmh {
|
|
34184
|
-
width: 100%;
|
|
34185
|
-
margin-bottom: 0 !important;
|
|
34186
|
-
flex-flow: nowrap !important;
|
|
34187
|
-
line-break: auto;
|
|
34188
|
-
}
|
|
34189
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
34190
|
-
text-align: left !important;
|
|
34191
|
-
padding-bottom: 0 !important;
|
|
34192
|
-
}
|
|
34193
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
34194
|
-
min-height: 32px;
|
|
34195
|
-
height: auto;
|
|
34196
|
-
font-size: 13px;
|
|
34197
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34198
|
-
white-space: normal;
|
|
34199
|
-
}
|
|
34200
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
34201
|
-
border-color: #ff4d4f !important;
|
|
34202
|
-
}
|
|
34203
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
34204
|
-
margin-top: 4px;
|
|
34205
|
-
font-size: 12px;
|
|
34206
|
-
min-height: 0px;
|
|
34207
|
-
}
|
|
34208
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
34209
|
-
font-size: 12px;
|
|
34210
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34211
|
-
min-height: 0px;
|
|
34212
|
-
}
|
|
34213
|
-
|
|
34214
34272
|
.E_t1dtlqs1 {
|
|
34215
34273
|
margin-bottom: 4px;
|
|
34216
34274
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34404,6 +34462,37 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34404
34462
|
margin-right: 8px;
|
|
34405
34463
|
}
|
|
34406
34464
|
|
|
34465
|
+
.E_f7pxqmh {
|
|
34466
|
+
width: 100%;
|
|
34467
|
+
margin-bottom: 0 !important;
|
|
34468
|
+
flex-flow: nowrap !important;
|
|
34469
|
+
line-break: auto;
|
|
34470
|
+
}
|
|
34471
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
34472
|
+
text-align: left !important;
|
|
34473
|
+
padding-bottom: 0 !important;
|
|
34474
|
+
}
|
|
34475
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
34476
|
+
min-height: 32px;
|
|
34477
|
+
height: auto;
|
|
34478
|
+
font-size: 13px;
|
|
34479
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34480
|
+
white-space: normal;
|
|
34481
|
+
}
|
|
34482
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
34483
|
+
border-color: #ff4d4f !important;
|
|
34484
|
+
}
|
|
34485
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
34486
|
+
margin-top: 4px;
|
|
34487
|
+
font-size: 12px;
|
|
34488
|
+
min-height: 0px;
|
|
34489
|
+
}
|
|
34490
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
34491
|
+
font-size: 12px;
|
|
34492
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34493
|
+
min-height: 0px;
|
|
34494
|
+
}
|
|
34495
|
+
|
|
34407
34496
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
34408
34497
|
display: var(--ai7qkf2-0);
|
|
34409
34498
|
}
|