@cloudtower/eagle 0.33.37 → 0.33.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Fields/FieldsDateTimeRange/index.js +20 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1680 -1680
- package/dist/esm/core/Fields/FieldsDateTimeRange/index.js +20 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1820 -1820
- package/dist/stories/docs/core/FieldsDateTimeRange.stories.d.ts +1 -0
- package/dist/style.css +1680 -1680
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29728,81 +29728,6 @@ html body {
|
|
|
29728
29728
|
color: #005ed1;
|
|
29729
29729
|
}
|
|
29730
29730
|
|
|
29731
|
-
.E_b1nip9bk {
|
|
29732
|
-
padding: 4px 11px;
|
|
29733
|
-
}
|
|
29734
|
-
|
|
29735
|
-
.E_bqamoqe {
|
|
29736
|
-
white-space: nowrap;
|
|
29737
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29738
|
-
}
|
|
29739
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29740
|
-
--color: #0080ff;
|
|
29741
|
-
}
|
|
29742
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29743
|
-
--color: #0080ff;
|
|
29744
|
-
}
|
|
29745
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29746
|
-
margin-left: 1px;
|
|
29747
|
-
}
|
|
29748
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29749
|
-
border-top-right-radius: 0;
|
|
29750
|
-
border-bottom-right-radius: 0;
|
|
29751
|
-
}
|
|
29752
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29753
|
-
border-top-left-radius: 0;
|
|
29754
|
-
border-bottom-left-radius: 0;
|
|
29755
|
-
}
|
|
29756
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29757
|
-
border-radius: unset;
|
|
29758
|
-
}
|
|
29759
|
-
|
|
29760
|
-
.E_c1yyuluq {
|
|
29761
|
-
border-radius: 8px;
|
|
29762
|
-
}
|
|
29763
|
-
.E_c1yyuluq .ant-card-body {
|
|
29764
|
-
padding: 20px 24px 24px 24px;
|
|
29765
|
-
}
|
|
29766
|
-
|
|
29767
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29768
|
-
padding: 4px 8px 0 8px;
|
|
29769
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29770
|
-
font-size: 12px;
|
|
29771
|
-
}
|
|
29772
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29773
|
-
padding-bottom: 6px;
|
|
29774
|
-
}
|
|
29775
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29776
|
-
padding-top: 4px;
|
|
29777
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29778
|
-
}
|
|
29779
|
-
|
|
29780
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
29781
|
-
border: 0px;
|
|
29782
|
-
background-color: #fff;
|
|
29783
|
-
}
|
|
29784
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29785
|
-
padding-top: 0px;
|
|
29786
|
-
padding-bottom: 0px;
|
|
29787
|
-
padding-left: 0px !important;
|
|
29788
|
-
padding-right: 24px;
|
|
29789
|
-
}
|
|
29790
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29791
|
-
right: 0px;
|
|
29792
|
-
}
|
|
29793
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29794
|
-
padding: 0px;
|
|
29795
|
-
}
|
|
29796
|
-
|
|
29797
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29798
|
-
padding-right: 0px;
|
|
29799
|
-
cursor: default;
|
|
29800
|
-
}
|
|
29801
|
-
|
|
29802
|
-
.E_sx1bpnu .ant-input-sm {
|
|
29803
|
-
line-height: 18px;
|
|
29804
|
-
}
|
|
29805
|
-
|
|
29806
29731
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29807
29732
|
justify-content: center;
|
|
29808
29733
|
}
|
|
@@ -30060,16 +29985,77 @@ html body {
|
|
|
30060
29985
|
justify-content: center;
|
|
30061
29986
|
}
|
|
30062
29987
|
|
|
30063
|
-
.
|
|
30064
|
-
|
|
29988
|
+
.E_b1nip9bk {
|
|
29989
|
+
padding: 4px 11px;
|
|
30065
29990
|
}
|
|
30066
|
-
|
|
30067
|
-
|
|
30068
|
-
|
|
29991
|
+
|
|
29992
|
+
.E_bqamoqe {
|
|
29993
|
+
white-space: nowrap;
|
|
29994
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30069
29995
|
}
|
|
30070
|
-
.
|
|
30071
|
-
|
|
30072
|
-
|
|
29996
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29997
|
+
--color: #0080ff;
|
|
29998
|
+
}
|
|
29999
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30000
|
+
--color: #0080ff;
|
|
30001
|
+
}
|
|
30002
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30003
|
+
margin-left: 1px;
|
|
30004
|
+
}
|
|
30005
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30006
|
+
border-top-right-radius: 0;
|
|
30007
|
+
border-bottom-right-radius: 0;
|
|
30008
|
+
}
|
|
30009
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30010
|
+
border-top-left-radius: 0;
|
|
30011
|
+
border-bottom-left-radius: 0;
|
|
30012
|
+
}
|
|
30013
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30014
|
+
border-radius: unset;
|
|
30015
|
+
}
|
|
30016
|
+
|
|
30017
|
+
.E_c1uzzomf {
|
|
30018
|
+
margin-bottom: 16px;
|
|
30019
|
+
}
|
|
30020
|
+
.E_c1uzzomf .card-title {
|
|
30021
|
+
font-size: 16px;
|
|
30022
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30023
|
+
font-weight: 700;
|
|
30024
|
+
line-height: 32px;
|
|
30025
|
+
}
|
|
30026
|
+
.E_c1uzzomf .card-body {
|
|
30027
|
+
padding: 24px;
|
|
30028
|
+
border-radius: 8px;
|
|
30029
|
+
background: #fff;
|
|
30030
|
+
}
|
|
30031
|
+
.E_c1uzzomf .empty {
|
|
30032
|
+
font-weight: 700;
|
|
30033
|
+
font-size: 14px;
|
|
30034
|
+
line-height: 22px;
|
|
30035
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30036
|
+
text-align: center;
|
|
30037
|
+
}
|
|
30038
|
+
|
|
30039
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30040
|
+
border: 0px;
|
|
30041
|
+
background-color: #fff;
|
|
30042
|
+
}
|
|
30043
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30044
|
+
padding-top: 0px;
|
|
30045
|
+
padding-bottom: 0px;
|
|
30046
|
+
padding-left: 0px !important;
|
|
30047
|
+
padding-right: 24px;
|
|
30048
|
+
}
|
|
30049
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30050
|
+
right: 0px;
|
|
30051
|
+
}
|
|
30052
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30053
|
+
padding: 0px;
|
|
30054
|
+
}
|
|
30055
|
+
|
|
30056
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30057
|
+
padding-right: 0px;
|
|
30058
|
+
cursor: default;
|
|
30073
30059
|
}
|
|
30074
30060
|
|
|
30075
30061
|
.E_d1bw7c5z {
|
|
@@ -30155,81 +30141,133 @@ html body {
|
|
|
30155
30141
|
width: 102px;
|
|
30156
30142
|
}
|
|
30157
30143
|
|
|
30158
|
-
.
|
|
30159
|
-
margin-bottom: 16px;
|
|
30160
|
-
}
|
|
30161
|
-
.E_c1uzzomf .card-title {
|
|
30162
|
-
font-size: 16px;
|
|
30163
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30164
|
-
font-weight: 700;
|
|
30165
|
-
line-height: 32px;
|
|
30166
|
-
}
|
|
30167
|
-
.E_c1uzzomf .card-body {
|
|
30168
|
-
padding: 24px;
|
|
30144
|
+
.E_c1yyuluq {
|
|
30169
30145
|
border-radius: 8px;
|
|
30170
|
-
background: #fff;
|
|
30171
30146
|
}
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30174
|
-
font-size: 14px;
|
|
30175
|
-
line-height: 22px;
|
|
30176
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30177
|
-
text-align: center;
|
|
30147
|
+
.E_c1yyuluq .ant-card-body {
|
|
30148
|
+
padding: 20px 24px 24px 24px;
|
|
30178
30149
|
}
|
|
30179
30150
|
|
|
30180
|
-
.
|
|
30181
|
-
|
|
30182
|
-
height: 24px;
|
|
30183
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30184
|
-
overflow: hidden;
|
|
30185
|
-
}
|
|
30186
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30187
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30151
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30152
|
+
line-height: 18px;
|
|
30188
30153
|
}
|
|
30189
|
-
|
|
30190
|
-
|
|
30191
|
-
|
|
30154
|
+
|
|
30155
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30156
|
+
padding: 4px 8px 0 8px;
|
|
30157
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30158
|
+
font-size: 12px;
|
|
30192
30159
|
}
|
|
30193
|
-
.
|
|
30194
|
-
|
|
30195
|
-
height: 32px;
|
|
30160
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30161
|
+
padding-bottom: 6px;
|
|
30196
30162
|
}
|
|
30197
|
-
.
|
|
30198
|
-
|
|
30199
|
-
|
|
30163
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30164
|
+
padding-top: 4px;
|
|
30165
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30200
30166
|
}
|
|
30201
|
-
|
|
30202
|
-
|
|
30203
|
-
|
|
30167
|
+
|
|
30168
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30169
|
+
display: flex;
|
|
30204
30170
|
}
|
|
30205
|
-
.
|
|
30206
|
-
|
|
30207
|
-
|
|
30208
|
-
top: 1px;
|
|
30209
|
-
left: 1px;
|
|
30171
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30172
|
+
border-bottom-left-radius: 5px;
|
|
30173
|
+
border-top-left-radius: 5px;
|
|
30210
30174
|
}
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30213
|
-
|
|
30175
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30176
|
+
border-bottom-right-radius: 5px;
|
|
30177
|
+
border-top-right-radius: 5px;
|
|
30214
30178
|
}
|
|
30215
|
-
|
|
30216
|
-
|
|
30179
|
+
|
|
30180
|
+
.E_phljevk {
|
|
30181
|
+
display: flex;
|
|
30182
|
+
justify-content: space-between;
|
|
30183
|
+
align-items: center;
|
|
30184
|
+
padding: 10px 0;
|
|
30185
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30186
|
+
font-size: 12px;
|
|
30187
|
+
line-height: 24px;
|
|
30217
30188
|
}
|
|
30218
|
-
.
|
|
30219
|
-
|
|
30189
|
+
.E_phljevk .pagination-left {
|
|
30190
|
+
padding: 2px 8px;
|
|
30220
30191
|
}
|
|
30221
|
-
.
|
|
30222
|
-
|
|
30192
|
+
.E_phljevk .dropdown-trigger {
|
|
30193
|
+
display: flex;
|
|
30194
|
+
align-items: center;
|
|
30195
|
+
border-radius: 6px;
|
|
30196
|
+
cursor: pointer;
|
|
30197
|
+
transition: all 0.3s ease;
|
|
30223
30198
|
}
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30199
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30200
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30201
|
+
color: #0080ff;
|
|
30226
30202
|
}
|
|
30227
|
-
.
|
|
30228
|
-
left:
|
|
30203
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30204
|
+
margin-left: 4px;
|
|
30229
30205
|
}
|
|
30230
|
-
|
|
30231
|
-
|
|
30232
|
-
|
|
30206
|
+
.E_phljevk .pagination-right {
|
|
30207
|
+
display: flex;
|
|
30208
|
+
align-items: center;
|
|
30209
|
+
color: #0080ff;
|
|
30210
|
+
font-weight: bold;
|
|
30211
|
+
}
|
|
30212
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30213
|
+
margin-left: 4px;
|
|
30214
|
+
}
|
|
30215
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30216
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30217
|
+
padding: 0 8px;
|
|
30218
|
+
}
|
|
30219
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30220
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30221
|
+
color: #0080ff;
|
|
30222
|
+
}
|
|
30223
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30224
|
+
transform: rotate(180deg);
|
|
30225
|
+
}
|
|
30226
|
+
|
|
30227
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30228
|
+
max-height: calc(100vh - 128px);
|
|
30229
|
+
overflow-y: auto;
|
|
30230
|
+
}
|
|
30231
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30232
|
+
padding: 4px 20px;
|
|
30233
|
+
font-size: 12px;
|
|
30234
|
+
line-height: 18px;
|
|
30235
|
+
}
|
|
30236
|
+
|
|
30237
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30238
|
+
margin-right: 8px;
|
|
30239
|
+
}
|
|
30240
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30241
|
+
margin-left: 8px;
|
|
30242
|
+
}
|
|
30243
|
+
|
|
30244
|
+
.E_cc368xp {
|
|
30245
|
+
color: #00122e;
|
|
30246
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30247
|
+
margin-right: 8px;
|
|
30248
|
+
padding-right: 8px;
|
|
30249
|
+
}
|
|
30250
|
+
|
|
30251
|
+
.E_i11o6xqj {
|
|
30252
|
+
display: flex;
|
|
30253
|
+
gap: 4px;
|
|
30254
|
+
}
|
|
30255
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30256
|
+
cursor: pointer;
|
|
30257
|
+
}
|
|
30258
|
+
|
|
30259
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30260
|
+
cursor: not-allowed;
|
|
30261
|
+
}
|
|
30262
|
+
|
|
30263
|
+
.E_ivqqkzv {
|
|
30264
|
+
height: 24px;
|
|
30265
|
+
width: 56px !important;
|
|
30266
|
+
margin-right: 4px;
|
|
30267
|
+
}
|
|
30268
|
+
|
|
30269
|
+
.E_c1wk4q29 {
|
|
30270
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30233
30271
|
}
|
|
30234
30272
|
|
|
30235
30273
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30378,63 +30416,6 @@ html body {
|
|
|
30378
30416
|
width: 36px;
|
|
30379
30417
|
}
|
|
30380
30418
|
|
|
30381
|
-
.E_phljevk {
|
|
30382
|
-
display: flex;
|
|
30383
|
-
justify-content: space-between;
|
|
30384
|
-
align-items: center;
|
|
30385
|
-
padding: 10px 0;
|
|
30386
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30387
|
-
font-size: 12px;
|
|
30388
|
-
line-height: 24px;
|
|
30389
|
-
}
|
|
30390
|
-
.E_phljevk .pagination-left {
|
|
30391
|
-
padding: 2px 8px;
|
|
30392
|
-
}
|
|
30393
|
-
.E_phljevk .dropdown-trigger {
|
|
30394
|
-
display: flex;
|
|
30395
|
-
align-items: center;
|
|
30396
|
-
border-radius: 6px;
|
|
30397
|
-
cursor: pointer;
|
|
30398
|
-
transition: all 0.3s ease;
|
|
30399
|
-
}
|
|
30400
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30401
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30402
|
-
color: #0080ff;
|
|
30403
|
-
}
|
|
30404
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30405
|
-
margin-left: 4px;
|
|
30406
|
-
}
|
|
30407
|
-
.E_phljevk .pagination-right {
|
|
30408
|
-
display: flex;
|
|
30409
|
-
align-items: center;
|
|
30410
|
-
color: #0080ff;
|
|
30411
|
-
font-weight: bold;
|
|
30412
|
-
}
|
|
30413
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30414
|
-
margin-left: 4px;
|
|
30415
|
-
}
|
|
30416
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30417
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30418
|
-
padding: 0 8px;
|
|
30419
|
-
}
|
|
30420
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30421
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30422
|
-
color: #0080ff;
|
|
30423
|
-
}
|
|
30424
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30425
|
-
transform: rotate(180deg);
|
|
30426
|
-
}
|
|
30427
|
-
|
|
30428
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30429
|
-
max-height: calc(100vh - 128px);
|
|
30430
|
-
overflow-y: auto;
|
|
30431
|
-
}
|
|
30432
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30433
|
-
padding: 4px 20px;
|
|
30434
|
-
font-size: 12px;
|
|
30435
|
-
line-height: 18px;
|
|
30436
|
-
}
|
|
30437
|
-
|
|
30438
30419
|
.E_c1bus5hc {
|
|
30439
30420
|
--color: white;
|
|
30440
30421
|
height: 14px;
|
|
@@ -30475,40 +30456,59 @@ html body {
|
|
|
30475
30456
|
transform: rotate(0deg);
|
|
30476
30457
|
}
|
|
30477
30458
|
|
|
30478
|
-
.
|
|
30459
|
+
.E_s1dizucg.ant-switch {
|
|
30460
|
+
min-width: 40px;
|
|
30479
30461
|
height: 24px;
|
|
30480
|
-
|
|
30481
|
-
|
|
30462
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30463
|
+
overflow: hidden;
|
|
30482
30464
|
}
|
|
30483
|
-
|
|
30484
|
-
.
|
|
30485
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30465
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30466
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30486
30467
|
}
|
|
30487
|
-
|
|
30488
|
-
|
|
30489
|
-
|
|
30468
|
+
.E_s1dizucg.ant-switch-small {
|
|
30469
|
+
min-width: 26px;
|
|
30470
|
+
height: 16px;
|
|
30490
30471
|
}
|
|
30491
|
-
.
|
|
30492
|
-
|
|
30472
|
+
.E_s1dizucg.ant-switch-large {
|
|
30473
|
+
min-width: 52px;
|
|
30474
|
+
height: 32px;
|
|
30493
30475
|
}
|
|
30494
|
-
|
|
30495
|
-
|
|
30496
|
-
|
|
30497
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30498
|
-
margin-right: 8px;
|
|
30499
|
-
padding-right: 8px;
|
|
30476
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30477
|
+
height: 20px;
|
|
30478
|
+
width: 20px;
|
|
30500
30479
|
}
|
|
30501
|
-
|
|
30502
|
-
|
|
30503
|
-
|
|
30504
|
-
gap: 4px;
|
|
30480
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30481
|
+
border-radius: 10px;
|
|
30482
|
+
transition-delay: 120ms;
|
|
30505
30483
|
}
|
|
30506
|
-
.
|
|
30507
|
-
|
|
30484
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30485
|
+
height: 14px;
|
|
30486
|
+
width: 14px;
|
|
30487
|
+
top: 1px;
|
|
30488
|
+
left: 1px;
|
|
30489
|
+
}
|
|
30490
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30491
|
+
height: 28px;
|
|
30492
|
+
width: 28px;
|
|
30493
|
+
}
|
|
30494
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30495
|
+
border-radius: 14px;
|
|
30496
|
+
}
|
|
30497
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30498
|
+
background-color: #00ba5d;
|
|
30499
|
+
}
|
|
30500
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30501
|
+
left: calc(100% - 20px - 2px);
|
|
30502
|
+
}
|
|
30503
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30504
|
+
left: calc(100% - 14px - 1px);
|
|
30505
|
+
}
|
|
30506
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30507
|
+
left: calc(100% - 28px - 2px);
|
|
30508
30508
|
}
|
|
30509
30509
|
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30510
|
+
.E_c1up6e3y {
|
|
30511
|
+
margin-left: 5px;
|
|
30512
30512
|
}
|
|
30513
30513
|
|
|
30514
30514
|
.E_tju3gfj .date {
|
|
@@ -30597,10 +30597,6 @@ html body {
|
|
|
30597
30597
|
background-color: #7E41FF;
|
|
30598
30598
|
}
|
|
30599
30599
|
|
|
30600
|
-
.E_iq1gosr {
|
|
30601
|
-
display: inline-block;
|
|
30602
|
-
}
|
|
30603
|
-
|
|
30604
30600
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30605
30601
|
display: none;
|
|
30606
30602
|
}
|
|
@@ -30693,6 +30689,10 @@ html body {
|
|
|
30693
30689
|
opacity: 0;
|
|
30694
30690
|
}
|
|
30695
30691
|
|
|
30692
|
+
.E_iq1gosr {
|
|
30693
|
+
display: inline-block;
|
|
30694
|
+
}
|
|
30695
|
+
|
|
30696
30696
|
.E_fzh9mnb {
|
|
30697
30697
|
width: 100%;
|
|
30698
30698
|
height: 100%;
|
|
@@ -30742,24 +30742,6 @@ html body {
|
|
|
30742
30742
|
min-height: 0px;
|
|
30743
30743
|
}
|
|
30744
30744
|
|
|
30745
|
-
.E_iouxfgt {
|
|
30746
|
-
display: inline-flex;
|
|
30747
|
-
align-items: center;
|
|
30748
|
-
}
|
|
30749
|
-
.E_iouxfgt .icon-inner {
|
|
30750
|
-
display: inline-flex;
|
|
30751
|
-
align-items: center;
|
|
30752
|
-
justify-content: center;
|
|
30753
|
-
}
|
|
30754
|
-
.E_iouxfgt .icon-inner + span,
|
|
30755
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30756
|
-
margin-left: 4px;
|
|
30757
|
-
}
|
|
30758
|
-
.E_iouxfgt.is-rotate img,
|
|
30759
|
-
.E_iouxfgt.is-rotate svg {
|
|
30760
|
-
animation: rotate 680ms linear infinite;
|
|
30761
|
-
}
|
|
30762
|
-
|
|
30763
30745
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30764
30746
|
display: var(--ai7qkf2-0);
|
|
30765
30747
|
}
|
|
@@ -30820,6 +30802,24 @@ html body {
|
|
|
30820
30802
|
padding: 2px 8px;
|
|
30821
30803
|
}
|
|
30822
30804
|
|
|
30805
|
+
.E_iouxfgt {
|
|
30806
|
+
display: inline-flex;
|
|
30807
|
+
align-items: center;
|
|
30808
|
+
}
|
|
30809
|
+
.E_iouxfgt .icon-inner {
|
|
30810
|
+
display: inline-flex;
|
|
30811
|
+
align-items: center;
|
|
30812
|
+
justify-content: center;
|
|
30813
|
+
}
|
|
30814
|
+
.E_iouxfgt .icon-inner + span,
|
|
30815
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30816
|
+
margin-left: 4px;
|
|
30817
|
+
}
|
|
30818
|
+
.E_iouxfgt.is-rotate img,
|
|
30819
|
+
.E_iouxfgt.is-rotate svg {
|
|
30820
|
+
animation: rotate 680ms linear infinite;
|
|
30821
|
+
}
|
|
30822
|
+
|
|
30823
30823
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30824
30824
|
display: var(--a1wfy30z-0);
|
|
30825
30825
|
}
|
|
@@ -30851,6 +30851,13 @@ html body {
|
|
|
30851
30851
|
font-size: inherit;
|
|
30852
30852
|
}
|
|
30853
30853
|
|
|
30854
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30855
|
+
margin-left: 8px;
|
|
30856
|
+
}
|
|
30857
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30858
|
+
padding: 2px 7px 2px 12px;
|
|
30859
|
+
}
|
|
30860
|
+
|
|
30854
30861
|
.E_i1inqkme {
|
|
30855
30862
|
height: 18px;
|
|
30856
30863
|
line-height: 18px;
|
|
@@ -30864,13 +30871,6 @@ html body {
|
|
|
30864
30871
|
margin-right: 4px;
|
|
30865
30872
|
}
|
|
30866
30873
|
|
|
30867
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30868
|
-
margin-left: 8px;
|
|
30869
|
-
}
|
|
30870
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30871
|
-
padding: 2px 7px 2px 12px;
|
|
30872
|
-
}
|
|
30873
|
-
|
|
30874
30874
|
.E_owd0kml {
|
|
30875
30875
|
display: inline-block;
|
|
30876
30876
|
}
|
|
@@ -30880,1199 +30880,1199 @@ html body {
|
|
|
30880
30880
|
position: absolute;
|
|
30881
30881
|
}
|
|
30882
30882
|
|
|
30883
|
-
.
|
|
30884
|
-
|
|
30885
|
-
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
|
|
30889
|
-
max-width: 1120px;
|
|
30890
|
-
width: 100%;
|
|
30891
|
-
margin: 0 auto;
|
|
30892
|
-
height: 100%;
|
|
30883
|
+
.E_dsnbhzf {
|
|
30884
|
+
font-family: Inter;
|
|
30885
|
+
font-style: normal;
|
|
30886
|
+
font-weight: bold;
|
|
30887
|
+
font-size: 32px;
|
|
30888
|
+
line-height: 40px;
|
|
30893
30889
|
}
|
|
30894
30890
|
|
|
30895
|
-
.
|
|
30896
|
-
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
.E_wt5zbg6 .left,
|
|
30902
|
-
.E_wt5zbg6 .right {
|
|
30903
|
-
flex-grow: 0;
|
|
30904
|
-
flex-shrink: 0;
|
|
30905
|
-
flex-basis: 21%;
|
|
30906
|
-
}
|
|
30907
|
-
.E_wt5zbg6 .left {
|
|
30908
|
-
display: flex;
|
|
30909
|
-
justify-content: flex-end;
|
|
30910
|
-
padding-right: 44px;
|
|
30911
|
-
}
|
|
30912
|
-
.E_wt5zbg6 .right {
|
|
30913
|
-
padding-left: 44px;
|
|
30914
|
-
}
|
|
30915
|
-
.E_wt5zbg6 .middle {
|
|
30916
|
-
margin-bottom: 40px;
|
|
30917
|
-
flex-grow: 0;
|
|
30918
|
-
flex-shrink: 0;
|
|
30919
|
-
flex-basis: 58%;
|
|
30920
|
-
overflow: hidden;
|
|
30921
|
-
}
|
|
30922
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
30923
|
-
width: 100%;
|
|
30924
|
-
}
|
|
30925
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30926
|
-
width: auto;
|
|
30891
|
+
.E_d1mvo22k {
|
|
30892
|
+
font-family: Inter;
|
|
30893
|
+
font-style: normal;
|
|
30894
|
+
font-weight: bold;
|
|
30895
|
+
font-size: 24px;
|
|
30896
|
+
line-height: 32px;
|
|
30927
30897
|
}
|
|
30928
30898
|
|
|
30929
|
-
.
|
|
30930
|
-
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
margin-left: 0;
|
|
30936
|
-
}
|
|
30937
|
-
.E_h18jprzg .ant-modal-body {
|
|
30938
|
-
margin: 0 auto;
|
|
30939
|
-
padding: 0;
|
|
30940
|
-
width: 100%;
|
|
30941
|
-
max-width: 648px;
|
|
30942
|
-
overflow: hidden;
|
|
30943
|
-
}
|
|
30944
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30945
|
-
margin-bottom: 40px;
|
|
30946
|
-
}
|
|
30947
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30948
|
-
height: calc(100vh - 225px);
|
|
30949
|
-
overflow-y: auto;
|
|
30950
|
-
}
|
|
30951
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30952
|
-
margin: 0 auto;
|
|
30953
|
-
max-width: 648px;
|
|
30899
|
+
.E_d1b444tr {
|
|
30900
|
+
font-family: Inter;
|
|
30901
|
+
font-style: normal;
|
|
30902
|
+
font-weight: normal;
|
|
30903
|
+
font-size: 32px;
|
|
30904
|
+
line-height: 40px;
|
|
30954
30905
|
}
|
|
30955
30906
|
|
|
30956
|
-
.
|
|
30957
|
-
|
|
30958
|
-
|
|
30959
|
-
|
|
30960
|
-
|
|
30961
|
-
|
|
30962
|
-
margin-left: 0;
|
|
30907
|
+
.E_dvs0kue {
|
|
30908
|
+
font-family: Inter;
|
|
30909
|
+
font-style: normal;
|
|
30910
|
+
font-weight: bold;
|
|
30911
|
+
font-size: 20px;
|
|
30912
|
+
line-height: 24px;
|
|
30963
30913
|
}
|
|
30964
|
-
|
|
30965
|
-
|
|
30966
|
-
|
|
30967
|
-
|
|
30968
|
-
|
|
30969
|
-
|
|
30914
|
+
|
|
30915
|
+
.E_d1hcbfcq {
|
|
30916
|
+
font-family: Inter;
|
|
30917
|
+
font-style: normal;
|
|
30918
|
+
font-weight: normal;
|
|
30919
|
+
font-size: 20px;
|
|
30920
|
+
line-height: 24px;
|
|
30970
30921
|
}
|
|
30971
|
-
|
|
30972
|
-
|
|
30922
|
+
|
|
30923
|
+
.E_d1cz922v {
|
|
30924
|
+
font-family: Inter;
|
|
30925
|
+
font-style: normal;
|
|
30926
|
+
font-weight: bold;
|
|
30927
|
+
font-size: 18px;
|
|
30928
|
+
line-height: 22px;
|
|
30973
30929
|
}
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
|
|
30930
|
+
|
|
30931
|
+
.E_d3nzbrm {
|
|
30932
|
+
font-family: Inter;
|
|
30933
|
+
font-style: normal;
|
|
30934
|
+
font-weight: normal;
|
|
30935
|
+
font-size: 18px;
|
|
30936
|
+
line-height: 22px;
|
|
30977
30937
|
}
|
|
30978
|
-
|
|
30979
|
-
|
|
30980
|
-
|
|
30938
|
+
|
|
30939
|
+
.E_h1g0p5ob {
|
|
30940
|
+
font-family: Inter;
|
|
30941
|
+
font-style: normal;
|
|
30942
|
+
font-weight: bold;
|
|
30943
|
+
font-size: 16px;
|
|
30944
|
+
line-height: 22px;
|
|
30981
30945
|
}
|
|
30982
30946
|
|
|
30983
|
-
.
|
|
30984
|
-
|
|
30947
|
+
.E_hydo2ej {
|
|
30948
|
+
font-family: Inter;
|
|
30949
|
+
font-style: normal;
|
|
30950
|
+
font-weight: normal;
|
|
30951
|
+
font-size: 16px;
|
|
30952
|
+
line-height: 22px;
|
|
30985
30953
|
}
|
|
30986
|
-
|
|
30987
|
-
|
|
30954
|
+
|
|
30955
|
+
.E_h1hbuq0r {
|
|
30956
|
+
font-family: Inter;
|
|
30957
|
+
font-style: normal;
|
|
30958
|
+
font-weight: bold;
|
|
30959
|
+
font-size: 14px;
|
|
30988
30960
|
line-height: 20px;
|
|
30989
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30990
30961
|
}
|
|
30991
|
-
|
|
30962
|
+
|
|
30963
|
+
.E_h13bondg {
|
|
30964
|
+
font-family: Inter;
|
|
30965
|
+
font-style: normal;
|
|
30966
|
+
font-weight: normal;
|
|
30992
30967
|
font-size: 14px;
|
|
30993
30968
|
line-height: 20px;
|
|
30994
|
-
color: #2d3a56;
|
|
30995
|
-
margin-bottom: 12px;
|
|
30996
|
-
}
|
|
30997
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
30998
|
-
padding-bottom: 26px;
|
|
30999
30969
|
}
|
|
31000
30970
|
|
|
31001
|
-
.
|
|
31002
|
-
|
|
31003
|
-
|
|
31004
|
-
|
|
30971
|
+
.E_h1mhvdlx {
|
|
30972
|
+
font-family: Inter;
|
|
30973
|
+
font-style: normal;
|
|
30974
|
+
font-weight: bold;
|
|
30975
|
+
font-size: 12px;
|
|
30976
|
+
line-height: 18px;
|
|
31005
30977
|
}
|
|
31006
30978
|
|
|
31007
|
-
.
|
|
31008
|
-
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
|
|
31012
|
-
|
|
31013
|
-
width: 216px;
|
|
31014
|
-
}
|
|
31015
|
-
.E_f1l1g2k0 > label + * {
|
|
31016
|
-
width: 100%;
|
|
30979
|
+
.E_h1inmfq6 {
|
|
30980
|
+
font-family: Inter;
|
|
30981
|
+
font-style: normal;
|
|
30982
|
+
font-weight: normal;
|
|
30983
|
+
font-size: 12px;
|
|
30984
|
+
line-height: 18px;
|
|
31017
30985
|
}
|
|
31018
|
-
|
|
31019
|
-
|
|
30986
|
+
|
|
30987
|
+
.E_h1kfc0la {
|
|
30988
|
+
font-family: Inter;
|
|
30989
|
+
font-style: normal;
|
|
30990
|
+
font-weight: bold;
|
|
30991
|
+
text-transform: uppercase;
|
|
30992
|
+
font-feature-settings: "cpsp" on;
|
|
30993
|
+
font-size: 12px;
|
|
30994
|
+
line-height: 18px;
|
|
31020
30995
|
}
|
|
31021
30996
|
|
|
31022
|
-
.
|
|
31023
|
-
|
|
31024
|
-
|
|
30997
|
+
.E_h10xnyuu {
|
|
30998
|
+
font-family: Inter;
|
|
30999
|
+
font-style: normal;
|
|
31000
|
+
font-weight: normal;
|
|
31001
|
+
text-transform: uppercase;
|
|
31002
|
+
font-feature-settings: "cpsp" on;
|
|
31003
|
+
font-size: 12px;
|
|
31004
|
+
line-height: 18px;
|
|
31025
31005
|
}
|
|
31026
31006
|
|
|
31027
|
-
.
|
|
31028
|
-
|
|
31029
|
-
|
|
31030
|
-
|
|
31031
|
-
|
|
31007
|
+
.E_lrcmi0v {
|
|
31008
|
+
font-family: Inter;
|
|
31009
|
+
font-style: normal;
|
|
31010
|
+
font-weight: normal;
|
|
31011
|
+
font-size: 16px;
|
|
31012
|
+
line-height: 24px;
|
|
31032
31013
|
}
|
|
31033
31014
|
|
|
31034
|
-
.
|
|
31035
|
-
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
|
|
31015
|
+
.E_lzt43lp {
|
|
31016
|
+
font-family: Inter;
|
|
31017
|
+
font-style: normal;
|
|
31018
|
+
font-weight: bold;
|
|
31019
|
+
font-size: 16px;
|
|
31020
|
+
line-height: 24px;
|
|
31039
31021
|
}
|
|
31040
31022
|
|
|
31041
|
-
.
|
|
31042
|
-
|
|
31043
|
-
|
|
31044
|
-
|
|
31045
|
-
|
|
31046
|
-
|
|
31047
|
-
border-radius: 50%;
|
|
31048
|
-
margin: 0 4px;
|
|
31023
|
+
.E_l5yc9nt {
|
|
31024
|
+
font-family: Inter;
|
|
31025
|
+
font-style: normal;
|
|
31026
|
+
font-weight: normal;
|
|
31027
|
+
font-size: 16px;
|
|
31028
|
+
line-height: 24px;
|
|
31049
31029
|
}
|
|
31050
31030
|
|
|
31051
|
-
.
|
|
31052
|
-
|
|
31053
|
-
|
|
31054
|
-
|
|
31031
|
+
.E_l1fbkbzo {
|
|
31032
|
+
font-family: Inter;
|
|
31033
|
+
font-style: normal;
|
|
31034
|
+
font-weight: bold;
|
|
31035
|
+
font-size: 16px;
|
|
31036
|
+
line-height: 24px;
|
|
31055
31037
|
}
|
|
31056
|
-
|
|
31057
|
-
|
|
31058
|
-
|
|
31038
|
+
|
|
31039
|
+
.E_lahvcax {
|
|
31040
|
+
font-family: Inter;
|
|
31041
|
+
font-style: normal;
|
|
31042
|
+
font-weight: normal;
|
|
31043
|
+
text-transform: uppercase;
|
|
31044
|
+
font-feature-settings: "cpsp" on;
|
|
31045
|
+
font-size: 16px;
|
|
31046
|
+
line-height: 24px;
|
|
31059
31047
|
}
|
|
31060
|
-
|
|
31061
|
-
|
|
31048
|
+
|
|
31049
|
+
.E_l11q3pxd {
|
|
31050
|
+
font-family: Inter;
|
|
31051
|
+
font-style: normal;
|
|
31052
|
+
font-weight: bold;
|
|
31053
|
+
text-transform: uppercase;
|
|
31054
|
+
font-feature-settings: "cpsp" on;
|
|
31055
|
+
font-size: 16px;
|
|
31056
|
+
line-height: 24px;
|
|
31062
31057
|
}
|
|
31063
|
-
|
|
31064
|
-
|
|
31058
|
+
|
|
31059
|
+
.E_lfuc2qu {
|
|
31060
|
+
font-family: Inter;
|
|
31061
|
+
font-style: normal;
|
|
31062
|
+
font-weight: normal;
|
|
31063
|
+
font-size: 14px;
|
|
31064
|
+
line-height: 22px;
|
|
31065
31065
|
}
|
|
31066
|
-
|
|
31067
|
-
|
|
31066
|
+
|
|
31067
|
+
.E_l1jmp8r0 {
|
|
31068
|
+
font-family: Inter;
|
|
31069
|
+
font-style: normal;
|
|
31070
|
+
font-weight: 500;
|
|
31071
|
+
font-size: 14px;
|
|
31072
|
+
line-height: 22px;
|
|
31068
31073
|
}
|
|
31069
31074
|
|
|
31070
|
-
.
|
|
31071
|
-
font-
|
|
31072
|
-
|
|
31075
|
+
.E_lcnm221 {
|
|
31076
|
+
font-family: Inter;
|
|
31077
|
+
font-style: normal;
|
|
31073
31078
|
font-weight: bold;
|
|
31074
|
-
|
|
31075
|
-
|
|
31076
|
-
border-radius: 4px;
|
|
31077
|
-
display: inline-block;
|
|
31078
|
-
background: var(--t1wwio3v-0);
|
|
31079
|
-
}
|
|
31080
|
-
.E_t1wwio3v:not(:first-child) {
|
|
31081
|
-
margin-left: 4px;
|
|
31079
|
+
font-size: 14px;
|
|
31080
|
+
line-height: 22px;
|
|
31082
31081
|
}
|
|
31083
31082
|
|
|
31084
|
-
.
|
|
31085
|
-
|
|
31086
|
-
|
|
31087
|
-
|
|
31088
|
-
|
|
31089
|
-
|
|
31083
|
+
.E_lu1z2n5 {
|
|
31084
|
+
font-family: Inter;
|
|
31085
|
+
font-style: normal;
|
|
31086
|
+
font-weight: normal;
|
|
31087
|
+
font-size: 14px;
|
|
31088
|
+
line-height: 22px;
|
|
31090
31089
|
}
|
|
31091
31090
|
|
|
31092
|
-
.
|
|
31093
|
-
font-
|
|
31091
|
+
.E_l1r59djn {
|
|
31092
|
+
font-family: Inter;
|
|
31093
|
+
font-style: normal;
|
|
31094
31094
|
font-weight: bold;
|
|
31095
|
-
|
|
31096
|
-
|
|
31097
|
-
margin-left: 2px;
|
|
31098
|
-
margin-right: 2px;
|
|
31099
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31100
|
-
border-radius: 4px;
|
|
31095
|
+
font-size: 14px;
|
|
31096
|
+
line-height: 22px;
|
|
31101
31097
|
}
|
|
31102
31098
|
|
|
31103
|
-
.
|
|
31104
|
-
|
|
31099
|
+
.E_ljm2911 {
|
|
31100
|
+
font-family: Inter;
|
|
31101
|
+
font-style: normal;
|
|
31102
|
+
font-weight: normal;
|
|
31103
|
+
text-transform: uppercase;
|
|
31104
|
+
font-feature-settings: "cpsp" on;
|
|
31105
|
+
font-size: 14px;
|
|
31106
|
+
line-height: 22px;
|
|
31105
31107
|
}
|
|
31106
|
-
|
|
31107
|
-
|
|
31108
|
+
|
|
31109
|
+
.E_l124mzmr {
|
|
31110
|
+
font-family: Inter;
|
|
31111
|
+
font-style: normal;
|
|
31112
|
+
font-weight: bold;
|
|
31113
|
+
text-transform: uppercase;
|
|
31114
|
+
font-feature-settings: "cpsp" on;
|
|
31115
|
+
font-size: 14px;
|
|
31116
|
+
line-height: 22px;
|
|
31108
31117
|
}
|
|
31109
|
-
|
|
31110
|
-
|
|
31118
|
+
|
|
31119
|
+
.E_lb3chel {
|
|
31120
|
+
font-family: Inter;
|
|
31121
|
+
font-style: normal;
|
|
31122
|
+
font-weight: normal;
|
|
31123
|
+
font-size: 13px;
|
|
31124
|
+
line-height: 20px;
|
|
31111
31125
|
}
|
|
31112
|
-
|
|
31113
|
-
|
|
31126
|
+
|
|
31127
|
+
.E_lv9jstu {
|
|
31128
|
+
font-family: Inter;
|
|
31129
|
+
font-style: normal;
|
|
31130
|
+
font-weight: 600;
|
|
31131
|
+
font-size: 13px;
|
|
31132
|
+
line-height: 20px;
|
|
31114
31133
|
}
|
|
31115
|
-
|
|
31116
|
-
|
|
31134
|
+
|
|
31135
|
+
.E_lwqlh3x {
|
|
31136
|
+
font-family: Inter;
|
|
31137
|
+
font-style: normal;
|
|
31138
|
+
font-weight: bold;
|
|
31139
|
+
font-size: 13px;
|
|
31140
|
+
line-height: 20px;
|
|
31117
31141
|
}
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
|
|
31142
|
+
|
|
31143
|
+
.E_lalum9y {
|
|
31144
|
+
font-family: Inter;
|
|
31145
|
+
font-style: normal;
|
|
31146
|
+
font-weight: normal;
|
|
31147
|
+
font-size: 13px;
|
|
31148
|
+
line-height: 20px;
|
|
31121
31149
|
}
|
|
31122
|
-
|
|
31123
|
-
|
|
31124
|
-
|
|
31125
|
-
|
|
31126
|
-
|
|
31150
|
+
|
|
31151
|
+
.E_l1t6dj5o {
|
|
31152
|
+
font-family: Inter;
|
|
31153
|
+
font-style: normal;
|
|
31154
|
+
font-weight: 600;
|
|
31127
31155
|
font-size: 13px;
|
|
31128
|
-
line-height:
|
|
31129
|
-
color: #8e9aa9;
|
|
31156
|
+
line-height: 20px;
|
|
31130
31157
|
}
|
|
31131
|
-
|
|
31132
|
-
|
|
31158
|
+
|
|
31159
|
+
.E_l12f6ic {
|
|
31160
|
+
font-family: Inter;
|
|
31161
|
+
font-style: normal;
|
|
31162
|
+
font-weight: bold;
|
|
31133
31163
|
font-size: 13px;
|
|
31134
|
-
|
|
31164
|
+
line-height: 20px;
|
|
31135
31165
|
}
|
|
31136
|
-
|
|
31137
|
-
|
|
31166
|
+
|
|
31167
|
+
.E_l7gmukq {
|
|
31168
|
+
font-family: Inter;
|
|
31169
|
+
font-style: normal;
|
|
31170
|
+
font-weight: normal;
|
|
31171
|
+
text-transform: uppercase;
|
|
31172
|
+
font-feature-settings: "cpsp" on;
|
|
31173
|
+
font-size: 13px;
|
|
31174
|
+
line-height: 20px;
|
|
31138
31175
|
}
|
|
31139
|
-
|
|
31140
|
-
.
|
|
31141
|
-
|
|
31176
|
+
|
|
31177
|
+
.E_lkwl0yp {
|
|
31178
|
+
font-family: Inter;
|
|
31179
|
+
font-style: normal;
|
|
31180
|
+
font-weight: bold;
|
|
31181
|
+
text-transform: uppercase;
|
|
31182
|
+
font-feature-settings: "cpsp" on;
|
|
31183
|
+
font-size: 13px;
|
|
31184
|
+
line-height: 20px;
|
|
31142
31185
|
}
|
|
31143
|
-
|
|
31186
|
+
|
|
31187
|
+
.E_l10knv48 {
|
|
31188
|
+
font-family: Inter;
|
|
31189
|
+
font-style: normal;
|
|
31190
|
+
font-weight: normal;
|
|
31191
|
+
font-size: 12px;
|
|
31144
31192
|
line-height: 18px;
|
|
31145
31193
|
}
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
|
|
31150
|
-
|
|
31194
|
+
|
|
31195
|
+
.E_l6526ld {
|
|
31196
|
+
font-family: Inter;
|
|
31197
|
+
font-style: normal;
|
|
31198
|
+
font-weight: 500;
|
|
31199
|
+
font-size: 12px;
|
|
31200
|
+
line-height: 18px;
|
|
31151
31201
|
}
|
|
31152
|
-
|
|
31153
|
-
|
|
31154
|
-
|
|
31155
|
-
|
|
31202
|
+
|
|
31203
|
+
.E_l1j81vli {
|
|
31204
|
+
font-family: Inter;
|
|
31205
|
+
font-style: normal;
|
|
31206
|
+
font-weight: bold;
|
|
31207
|
+
font-size: 12px;
|
|
31208
|
+
line-height: 18px;
|
|
31156
31209
|
}
|
|
31157
|
-
|
|
31158
|
-
|
|
31159
|
-
|
|
31160
|
-
|
|
31210
|
+
|
|
31211
|
+
.E_l1x7n1mk {
|
|
31212
|
+
font-family: Inter;
|
|
31213
|
+
font-style: normal;
|
|
31214
|
+
font-weight: normal;
|
|
31215
|
+
font-size: 12px;
|
|
31216
|
+
line-height: 18px;
|
|
31161
31217
|
}
|
|
31162
|
-
|
|
31163
|
-
.
|
|
31164
|
-
|
|
31165
|
-
|
|
31218
|
+
|
|
31219
|
+
.E_l9fqufz {
|
|
31220
|
+
font-family: Inter;
|
|
31221
|
+
font-style: normal;
|
|
31222
|
+
font-weight: 500;
|
|
31223
|
+
font-size: 12px;
|
|
31224
|
+
line-height: 18px;
|
|
31166
31225
|
}
|
|
31167
31226
|
|
|
31168
|
-
.
|
|
31169
|
-
|
|
31227
|
+
.E_l1iwnybd {
|
|
31228
|
+
font-family: Inter;
|
|
31229
|
+
font-style: normal;
|
|
31170
31230
|
font-weight: bold;
|
|
31171
|
-
|
|
31172
|
-
|
|
31173
|
-
margin-bottom: 16px;
|
|
31174
|
-
}
|
|
31175
|
-
.E_fh0ewl8:not(:first-of-type) {
|
|
31176
|
-
margin-top: 16px;
|
|
31231
|
+
font-size: 12px;
|
|
31232
|
+
line-height: 18px;
|
|
31177
31233
|
}
|
|
31178
31234
|
|
|
31179
|
-
.
|
|
31180
|
-
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
|
|
31184
|
-
|
|
31185
|
-
|
|
31186
|
-
|
|
31187
|
-
}
|
|
31188
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31189
|
-
content: "";
|
|
31190
|
-
width: 1px;
|
|
31191
|
-
height: 6px;
|
|
31192
|
-
border-radius: 1px;
|
|
31193
|
-
background: #ccd4e3;
|
|
31194
|
-
position: relative;
|
|
31195
|
-
right: 2px;
|
|
31196
|
-
transform: rotate(-45deg);
|
|
31197
|
-
}
|
|
31198
|
-
.E_e1qrlvot:after {
|
|
31199
|
-
transform: rotate(45deg);
|
|
31200
|
-
left: 1px;
|
|
31235
|
+
.E_lprtm1e {
|
|
31236
|
+
font-family: Inter;
|
|
31237
|
+
font-style: normal;
|
|
31238
|
+
font-weight: normal;
|
|
31239
|
+
text-transform: uppercase;
|
|
31240
|
+
font-feature-settings: "cpsp" on;
|
|
31241
|
+
font-size: 12px;
|
|
31242
|
+
line-height: 18px;
|
|
31201
31243
|
}
|
|
31202
31244
|
|
|
31203
|
-
.
|
|
31204
|
-
|
|
31205
|
-
|
|
31206
|
-
|
|
31245
|
+
.E_l1lln87h {
|
|
31246
|
+
font-family: Inter;
|
|
31247
|
+
font-style: normal;
|
|
31248
|
+
font-weight: bold;
|
|
31249
|
+
text-transform: uppercase;
|
|
31250
|
+
font-feature-settings: "cpsp" on;
|
|
31251
|
+
font-size: 12px;
|
|
31252
|
+
line-height: 18px;
|
|
31207
31253
|
}
|
|
31208
|
-
|
|
31209
|
-
.
|
|
31210
|
-
|
|
31254
|
+
|
|
31255
|
+
.E_f2pb48l {
|
|
31256
|
+
font-family: Inter;
|
|
31257
|
+
font-style: normal;
|
|
31258
|
+
font-weight: normal;
|
|
31259
|
+
font-size: 13px;
|
|
31260
|
+
line-height: 20px;
|
|
31211
31261
|
}
|
|
31212
|
-
|
|
31213
|
-
.
|
|
31214
|
-
|
|
31262
|
+
|
|
31263
|
+
.E_fi9emkw {
|
|
31264
|
+
font-family: Inter;
|
|
31265
|
+
font-style: normal;
|
|
31266
|
+
font-weight: normal;
|
|
31267
|
+
font-size: 13px;
|
|
31268
|
+
line-height: 20px;
|
|
31215
31269
|
}
|
|
31216
31270
|
|
|
31217
|
-
.
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31222
|
-
border-radius: 6px;
|
|
31223
|
-
color: #e07f00;
|
|
31271
|
+
.E_f1nrg7da {
|
|
31272
|
+
font-family: Inter;
|
|
31273
|
+
font-style: normal;
|
|
31274
|
+
font-weight: normal;
|
|
31224
31275
|
font-size: 12px;
|
|
31225
31276
|
line-height: 18px;
|
|
31226
31277
|
}
|
|
31227
|
-
.E_n1k9qi4r .icon-wrapper {
|
|
31228
|
-
margin-right: 10px;
|
|
31229
|
-
height: 18px;
|
|
31230
|
-
}
|
|
31231
31278
|
|
|
31232
|
-
.
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31237
|
-
border-radius: 6px;
|
|
31238
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31279
|
+
.E_f17k1i3n {
|
|
31280
|
+
font-family: Inter;
|
|
31281
|
+
font-style: normal;
|
|
31282
|
+
font-weight: normal;
|
|
31239
31283
|
font-size: 12px;
|
|
31240
31284
|
line-height: 18px;
|
|
31241
31285
|
}
|
|
31242
|
-
|
|
31243
|
-
|
|
31244
|
-
|
|
31286
|
+
|
|
31287
|
+
.E_t1tvuj2e {
|
|
31288
|
+
font-family: Inter;
|
|
31289
|
+
font-style: normal;
|
|
31290
|
+
font-weight: normal;
|
|
31291
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31292
|
+
font-size: 13px;
|
|
31293
|
+
line-height: 20px;
|
|
31245
31294
|
}
|
|
31246
31295
|
|
|
31247
|
-
.
|
|
31248
|
-
|
|
31249
|
-
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
|
|
31253
|
-
|
|
31296
|
+
.E_t17uajlu {
|
|
31297
|
+
font-family: Inter;
|
|
31298
|
+
font-style: normal;
|
|
31299
|
+
font-weight: normal;
|
|
31300
|
+
font-feature-settings: "zero" on;
|
|
31301
|
+
font-size: 13px;
|
|
31302
|
+
line-height: 20px;
|
|
31303
|
+
}
|
|
31304
|
+
|
|
31305
|
+
.E_t114zbyz {
|
|
31306
|
+
font-family: Inter;
|
|
31307
|
+
font-style: normal;
|
|
31308
|
+
font-weight: normal;
|
|
31309
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31254
31310
|
font-size: 12px;
|
|
31255
31311
|
line-height: 18px;
|
|
31256
31312
|
}
|
|
31257
|
-
.E_i173wxzw .icon-wrapper {
|
|
31258
|
-
margin-right: 10px;
|
|
31259
|
-
height: 18px;
|
|
31260
|
-
}
|
|
31261
31313
|
|
|
31262
|
-
.
|
|
31263
|
-
|
|
31264
|
-
|
|
31314
|
+
.E_t1il0kvi {
|
|
31315
|
+
font-family: Inter;
|
|
31316
|
+
font-style: normal;
|
|
31317
|
+
font-weight: 500;
|
|
31318
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31265
31319
|
font-size: 12px;
|
|
31266
31320
|
line-height: 18px;
|
|
31267
31321
|
}
|
|
31268
31322
|
|
|
31269
|
-
.
|
|
31270
|
-
|
|
31323
|
+
.E_t10dv8p1 {
|
|
31324
|
+
font-family: Inter;
|
|
31325
|
+
font-style: normal;
|
|
31326
|
+
font-weight: normal;
|
|
31327
|
+
font-feature-settings: "zero" on;
|
|
31271
31328
|
font-size: 12px;
|
|
31272
|
-
|
|
31329
|
+
line-height: 18px;
|
|
31273
31330
|
}
|
|
31274
31331
|
|
|
31275
|
-
.
|
|
31276
|
-
|
|
31277
|
-
|
|
31278
|
-
|
|
31332
|
+
.E_tc2oqpq {
|
|
31333
|
+
font-family: Inter;
|
|
31334
|
+
font-style: normal;
|
|
31335
|
+
font-weight: 500;
|
|
31336
|
+
font-feature-settings: "zero" on;
|
|
31337
|
+
font-size: 12px;
|
|
31338
|
+
line-height: 18px;
|
|
31279
31339
|
}
|
|
31280
|
-
|
|
31281
|
-
|
|
31340
|
+
|
|
31341
|
+
.E_tzvddmc {
|
|
31342
|
+
font-family: Inter;
|
|
31343
|
+
font-style: normal;
|
|
31344
|
+
font-weight: bold;
|
|
31345
|
+
font-feature-settings: "zero" on;
|
|
31346
|
+
font-size: 16px;
|
|
31347
|
+
line-height: 24px;
|
|
31282
31348
|
}
|
|
31283
31349
|
|
|
31284
|
-
.
|
|
31285
|
-
|
|
31350
|
+
.E_u18llj45 {
|
|
31351
|
+
font-family: Inter;
|
|
31352
|
+
font-style: normal;
|
|
31353
|
+
font-weight: normal;
|
|
31354
|
+
font-size: 10px;
|
|
31355
|
+
line-height: 12px;
|
|
31286
31356
|
}
|
|
31287
31357
|
|
|
31288
|
-
.
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
|
|
31358
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31359
|
+
display: inline-flex;
|
|
31360
|
+
align-items: center;
|
|
31361
|
+
justify-content: center;
|
|
31362
|
+
color: #fff;
|
|
31363
|
+
font-weight: bold;
|
|
31364
|
+
font-size: 12px;
|
|
31365
|
+
width: 24px;
|
|
31366
|
+
height: 24px;
|
|
31367
|
+
border-radius: 50%;
|
|
31368
|
+
background: var(--a1b5xrg3-0);
|
|
31369
|
+
}
|
|
31370
|
+
.E_a1b5xrg3.btn-item {
|
|
31371
|
+
transition: all 160ms ease;
|
|
31372
|
+
cursor: pointer;
|
|
31373
|
+
width: 56px;
|
|
31374
|
+
height: 40px;
|
|
31375
|
+
display: inline-flex;
|
|
31376
|
+
align-items: center;
|
|
31377
|
+
justify-content: center;
|
|
31292
31378
|
border-radius: 6px;
|
|
31293
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31294
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31295
31379
|
}
|
|
31296
|
-
.
|
|
31297
|
-
|
|
31298
|
-
line-height: 22px;
|
|
31380
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31381
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31299
31382
|
}
|
|
31300
|
-
.
|
|
31301
|
-
|
|
31302
|
-
|
|
31383
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31384
|
+
transform: translateY(2px);
|
|
31385
|
+
transition: all 320ms ease;
|
|
31303
31386
|
}
|
|
31304
|
-
|
|
31305
|
-
|
|
31306
|
-
|
|
31307
|
-
|
|
31387
|
+
|
|
31388
|
+
.E_cnujxq2 {
|
|
31389
|
+
display: flex;
|
|
31390
|
+
flex-direction: column;
|
|
31308
31391
|
}
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
|
|
31392
|
+
|
|
31393
|
+
.E_m7s48ia {
|
|
31394
|
+
max-width: 1120px;
|
|
31395
|
+
width: 100%;
|
|
31396
|
+
margin: 0 auto;
|
|
31397
|
+
height: 100%;
|
|
31313
31398
|
}
|
|
31314
|
-
|
|
31315
|
-
|
|
31316
|
-
|
|
31399
|
+
|
|
31400
|
+
.E_wt5zbg6 {
|
|
31401
|
+
max-width: 1120px;
|
|
31402
|
+
width: 100%;
|
|
31403
|
+
margin: 0 auto;
|
|
31404
|
+
display: flex;
|
|
31317
31405
|
}
|
|
31318
|
-
.
|
|
31319
|
-
|
|
31320
|
-
|
|
31406
|
+
.E_wt5zbg6 .left,
|
|
31407
|
+
.E_wt5zbg6 .right {
|
|
31408
|
+
flex-grow: 0;
|
|
31409
|
+
flex-shrink: 0;
|
|
31410
|
+
flex-basis: 21%;
|
|
31321
31411
|
}
|
|
31322
|
-
.
|
|
31323
|
-
|
|
31324
|
-
|
|
31412
|
+
.E_wt5zbg6 .left {
|
|
31413
|
+
display: flex;
|
|
31414
|
+
justify-content: flex-end;
|
|
31415
|
+
padding-right: 44px;
|
|
31325
31416
|
}
|
|
31326
|
-
.
|
|
31327
|
-
|
|
31328
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31329
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31417
|
+
.E_wt5zbg6 .right {
|
|
31418
|
+
padding-left: 44px;
|
|
31330
31419
|
}
|
|
31331
|
-
.
|
|
31332
|
-
|
|
31333
|
-
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31338
|
-
}
|
|
31339
|
-
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31340
|
-
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31341
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31342
|
-
}
|
|
31343
|
-
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31344
|
-
padding: 8px 16px;
|
|
31345
|
-
line-height: 22px;
|
|
31346
|
-
}
|
|
31347
|
-
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31348
|
-
padding: 2px 8px;
|
|
31349
|
-
line-height: 18px;
|
|
31420
|
+
.E_wt5zbg6 .middle {
|
|
31421
|
+
margin-bottom: 40px;
|
|
31422
|
+
flex-grow: 0;
|
|
31423
|
+
flex-shrink: 0;
|
|
31424
|
+
flex-basis: 58%;
|
|
31425
|
+
overflow: hidden;
|
|
31350
31426
|
}
|
|
31351
|
-
.
|
|
31352
|
-
|
|
31353
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31427
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31428
|
+
width: 100%;
|
|
31354
31429
|
}
|
|
31355
|
-
.
|
|
31356
|
-
|
|
31357
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31430
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31431
|
+
width: auto;
|
|
31358
31432
|
}
|
|
31359
|
-
|
|
31360
|
-
|
|
31433
|
+
|
|
31434
|
+
.E_h18jprzg .ant-modal-header {
|
|
31435
|
+
margin: 0 auto;
|
|
31436
|
+
width: 100%;
|
|
31437
|
+
max-width: 648px;
|
|
31361
31438
|
}
|
|
31362
|
-
.
|
|
31363
|
-
|
|
31439
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31440
|
+
margin-left: 0;
|
|
31364
31441
|
}
|
|
31365
|
-
.
|
|
31366
|
-
|
|
31367
|
-
|
|
31442
|
+
.E_h18jprzg .ant-modal-body {
|
|
31443
|
+
margin: 0 auto;
|
|
31444
|
+
padding: 0;
|
|
31445
|
+
width: 100%;
|
|
31446
|
+
max-width: 648px;
|
|
31447
|
+
overflow: hidden;
|
|
31368
31448
|
}
|
|
31369
|
-
.
|
|
31370
|
-
|
|
31371
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31449
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31450
|
+
margin-bottom: 40px;
|
|
31372
31451
|
}
|
|
31373
|
-
.
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31452
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31453
|
+
height: calc(100vh - 225px);
|
|
31454
|
+
overflow-y: auto;
|
|
31377
31455
|
}
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
|
|
31456
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31457
|
+
margin: 0 auto;
|
|
31458
|
+
max-width: 648px;
|
|
31381
31459
|
}
|
|
31382
|
-
|
|
31383
|
-
|
|
31384
|
-
|
|
31460
|
+
|
|
31461
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31462
|
+
margin: 0 auto;
|
|
31463
|
+
width: 100%;
|
|
31464
|
+
max-width: 1024px;
|
|
31385
31465
|
}
|
|
31386
|
-
|
|
31387
|
-
|
|
31466
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31467
|
+
margin-left: 0;
|
|
31388
31468
|
}
|
|
31389
|
-
|
|
31390
|
-
|
|
31391
|
-
|
|
31469
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31470
|
+
margin: 0 auto;
|
|
31471
|
+
padding: 0;
|
|
31472
|
+
width: 100%;
|
|
31473
|
+
max-width: 1024px;
|
|
31474
|
+
overflow: hidden;
|
|
31392
31475
|
}
|
|
31393
|
-
|
|
31394
|
-
|
|
31476
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31477
|
+
margin-bottom: 40px;
|
|
31395
31478
|
}
|
|
31396
|
-
|
|
31397
|
-
|
|
31398
|
-
|
|
31479
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31480
|
+
height: calc(100vh - 225px);
|
|
31481
|
+
overflow-y: auto;
|
|
31399
31482
|
}
|
|
31400
|
-
|
|
31401
|
-
|
|
31483
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31484
|
+
margin: 0 auto;
|
|
31485
|
+
max-width: 1024px;
|
|
31402
31486
|
}
|
|
31403
31487
|
|
|
31404
|
-
.
|
|
31405
|
-
|
|
31406
|
-
border-radius: 4px;
|
|
31488
|
+
.E_f1lrhghm {
|
|
31489
|
+
flex: 1;
|
|
31407
31490
|
}
|
|
31408
|
-
.
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
|
|
31412
|
-
cursor: pointer;
|
|
31413
|
-
transition: border 150ms;
|
|
31491
|
+
.E_f1lrhghm label {
|
|
31492
|
+
font-size: 13px;
|
|
31493
|
+
line-height: 20px;
|
|
31494
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31414
31495
|
}
|
|
31415
|
-
.
|
|
31416
|
-
|
|
31417
|
-
|
|
31496
|
+
.E_f1lrhghm .title {
|
|
31497
|
+
font-size: 14px;
|
|
31498
|
+
line-height: 20px;
|
|
31499
|
+
color: #2d3a56;
|
|
31500
|
+
margin-bottom: 12px;
|
|
31418
31501
|
}
|
|
31419
|
-
.
|
|
31420
|
-
padding-
|
|
31502
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31503
|
+
padding-bottom: 26px;
|
|
31421
31504
|
}
|
|
31422
|
-
|
|
31423
|
-
|
|
31505
|
+
|
|
31506
|
+
.E_f18ot8em {
|
|
31507
|
+
padding: 25px 0 15px 0;
|
|
31508
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31509
|
+
margin-bottom: 16px;
|
|
31424
31510
|
}
|
|
31425
|
-
|
|
31511
|
+
|
|
31512
|
+
.E_f1l1g2k0 {
|
|
31426
31513
|
display: flex;
|
|
31514
|
+
align-items: center;
|
|
31515
|
+
margin-bottom: 8px;
|
|
31427
31516
|
}
|
|
31428
|
-
.
|
|
31429
|
-
|
|
31430
|
-
right: 12px;
|
|
31431
|
-
top: 50%;
|
|
31432
|
-
transform: translateY(-50%);
|
|
31433
|
-
}
|
|
31434
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31435
|
-
color: rgba(0, 0, 0, 0.25);
|
|
31436
|
-
font-size: 12px;
|
|
31437
|
-
cursor: pointer;
|
|
31438
|
-
}
|
|
31439
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31440
|
-
color: rgba(0, 0, 0, 0.45);
|
|
31441
|
-
}
|
|
31442
|
-
.E_k1ci6977.has-focus-indicator {
|
|
31443
|
-
position: relative;
|
|
31444
|
-
overflow: hidden;
|
|
31445
|
-
}
|
|
31446
|
-
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31447
|
-
position: absolute;
|
|
31448
|
-
top: 50%;
|
|
31449
|
-
transform: translateY(-50%);
|
|
31450
|
-
left: -16px;
|
|
31451
|
-
transition: left 150ms ease;
|
|
31452
|
-
opacity: 0;
|
|
31453
|
-
}
|
|
31454
|
-
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31455
|
-
left: 8px;
|
|
31456
|
-
opacity: 1;
|
|
31457
|
-
}
|
|
31458
|
-
.E_k1ci6977.has-focus-indicator input {
|
|
31459
|
-
transition: margin-left 150ms ease;
|
|
31460
|
-
margin-left: 0px;
|
|
31461
|
-
}
|
|
31462
|
-
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31463
|
-
margin-left: 16px;
|
|
31517
|
+
.E_f1l1g2k0 > label {
|
|
31518
|
+
width: 216px;
|
|
31464
31519
|
}
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
border-top-right-radius: 0;
|
|
31468
|
-
border-bottom-right-radius: 0;
|
|
31520
|
+
.E_f1l1g2k0 > label + * {
|
|
31521
|
+
width: 100%;
|
|
31469
31522
|
}
|
|
31470
|
-
|
|
31471
|
-
|
|
31472
|
-
border-top-right-radius: 0;
|
|
31473
|
-
border-bottom-right-radius: 0;
|
|
31523
|
+
.E_f1l1g2k0 .ant-select {
|
|
31524
|
+
width: 100%;
|
|
31474
31525
|
}
|
|
31475
31526
|
|
|
31476
|
-
|
|
31477
|
-
|
|
31478
|
-
|
|
31527
|
+
.E_e1k89cwg {
|
|
31528
|
+
color: #e75a3a;
|
|
31529
|
+
margin-right: 10px;
|
|
31479
31530
|
}
|
|
31480
31531
|
|
|
31481
|
-
.
|
|
31482
|
-
|
|
31483
|
-
|
|
31532
|
+
.E_d1oui1gf {
|
|
31533
|
+
width: 100%;
|
|
31534
|
+
height: 1px;
|
|
31535
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31536
|
+
margin: 24px 0;
|
|
31484
31537
|
}
|
|
31485
31538
|
|
|
31486
|
-
.
|
|
31487
|
-
|
|
31488
|
-
|
|
31539
|
+
.E_l15itdbb {
|
|
31540
|
+
display: flex;
|
|
31541
|
+
justify-content: center;
|
|
31542
|
+
align-items: center;
|
|
31543
|
+
height: 100%;
|
|
31489
31544
|
}
|
|
31490
31545
|
|
|
31491
|
-
.
|
|
31492
|
-
|
|
31493
|
-
|
|
31546
|
+
.E_d1y3z4w {
|
|
31547
|
+
display: inline-block;
|
|
31548
|
+
width: 4px;
|
|
31549
|
+
height: 4px;
|
|
31550
|
+
background: #8e9aa9;
|
|
31551
|
+
opacity: 0.4;
|
|
31552
|
+
border-radius: 50%;
|
|
31553
|
+
margin: 0 4px;
|
|
31494
31554
|
}
|
|
31495
31555
|
|
|
31496
|
-
.
|
|
31497
|
-
|
|
31498
|
-
|
|
31556
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31557
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31558
|
+
width: 648px;
|
|
31559
|
+
margin: 0 auto;
|
|
31499
31560
|
}
|
|
31500
|
-
.
|
|
31501
|
-
|
|
31561
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31562
|
+
padding: 35px 0 24px;
|
|
31563
|
+
border: none;
|
|
31502
31564
|
}
|
|
31503
|
-
.
|
|
31504
|
-
|
|
31565
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31566
|
+
font-size: 30px;
|
|
31505
31567
|
}
|
|
31506
|
-
.
|
|
31507
|
-
|
|
31568
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31569
|
+
padding: 4px 0 2px;
|
|
31508
31570
|
}
|
|
31509
|
-
.
|
|
31510
|
-
|
|
31571
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31572
|
+
border: none;
|
|
31511
31573
|
}
|
|
31512
31574
|
|
|
31513
|
-
.
|
|
31514
|
-
font-size:
|
|
31515
|
-
font-weight: 500;
|
|
31516
|
-
color: #3e4652;
|
|
31575
|
+
.E_t1wwio3v {
|
|
31576
|
+
font-size: 12px;
|
|
31517
31577
|
line-height: 18px;
|
|
31578
|
+
font-weight: bold;
|
|
31579
|
+
color: #fff;
|
|
31580
|
+
padding: 0 4px;
|
|
31581
|
+
border-radius: 4px;
|
|
31582
|
+
display: inline-block;
|
|
31583
|
+
background: var(--t1wwio3v-0);
|
|
31518
31584
|
}
|
|
31519
|
-
.
|
|
31520
|
-
margin-
|
|
31521
|
-
}
|
|
31522
|
-
.E_d105ju2d + * {
|
|
31523
|
-
margin-top: 16px;
|
|
31585
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31586
|
+
margin-left: 4px;
|
|
31524
31587
|
}
|
|
31525
31588
|
|
|
31526
|
-
.
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
|
|
31589
|
+
.E_f17jvtfk {
|
|
31590
|
+
width: 100%;
|
|
31591
|
+
height: 100%;
|
|
31592
|
+
display: flex;
|
|
31593
|
+
align-items: center;
|
|
31594
|
+
justify-content: center;
|
|
31530
31595
|
}
|
|
31531
31596
|
|
|
31532
|
-
.
|
|
31533
|
-
|
|
31534
|
-
font-weight:
|
|
31535
|
-
|
|
31536
|
-
|
|
31597
|
+
.E_nzppkea {
|
|
31598
|
+
font-size: 90%;
|
|
31599
|
+
font-weight: bold;
|
|
31600
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31601
|
+
padding: 1px 4px 1px;
|
|
31602
|
+
margin-left: 2px;
|
|
31603
|
+
margin-right: 2px;
|
|
31604
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31605
|
+
border-radius: 4px;
|
|
31537
31606
|
}
|
|
31538
31607
|
|
|
31539
|
-
.
|
|
31540
|
-
|
|
31541
|
-
}
|
|
31542
|
-
.E_r1skkc3l span {
|
|
31543
|
-
font-size: 14px;
|
|
31544
|
-
font-weight: 500;
|
|
31545
|
-
line-height: 32px;
|
|
31546
|
-
color: #3e4652;
|
|
31608
|
+
.E_f4mi9eq.form-item-general {
|
|
31609
|
+
width: 640px;
|
|
31547
31610
|
}
|
|
31548
|
-
|
|
31549
|
-
.E_c3cobmo {
|
|
31611
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
31550
31612
|
margin-top: 16px;
|
|
31551
|
-
padding: 8px;
|
|
31552
|
-
border-radius: 6px;
|
|
31553
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31554
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31555
|
-
font-size: 12px;
|
|
31556
31613
|
}
|
|
31557
|
-
.
|
|
31558
|
-
|
|
31614
|
+
.E_f4mi9eq.form-item-compact {
|
|
31615
|
+
width: 412px;
|
|
31616
|
+
}
|
|
31617
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31618
|
+
margin-top: 8px;
|
|
31619
|
+
}
|
|
31620
|
+
.E_f4mi9eq .form-item {
|
|
31621
|
+
width: auto;
|
|
31622
|
+
}
|
|
31623
|
+
.E_f4mi9eq .form-item-main {
|
|
31624
|
+
position: relative;
|
|
31559
31625
|
display: flex;
|
|
31560
|
-
align-items: center;
|
|
31561
|
-
word-break: break-all;
|
|
31562
31626
|
}
|
|
31563
|
-
.
|
|
31564
|
-
|
|
31565
|
-
|
|
31566
|
-
|
|
31627
|
+
.E_f4mi9eq .form-item-extra {
|
|
31628
|
+
margin-top: 4px;
|
|
31629
|
+
width: 100%;
|
|
31630
|
+
padding: 14px;
|
|
31631
|
+
background: #f2f4f6;
|
|
31632
|
+
font-size: 13px;
|
|
31633
|
+
line-height: 1.8;
|
|
31634
|
+
color: #8e9aa9;
|
|
31567
31635
|
}
|
|
31568
|
-
|
|
31569
|
-
|
|
31570
|
-
|
|
31636
|
+
.E_f4mi9eq .form-item-label {
|
|
31637
|
+
padding-right: 12px;
|
|
31638
|
+
font-size: 13px;
|
|
31639
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31571
31640
|
}
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
font-family: Inter;
|
|
31575
|
-
font-style: normal;
|
|
31576
|
-
font-weight: bold;
|
|
31577
|
-
font-size: 32px;
|
|
31578
|
-
line-height: 40px;
|
|
31641
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
31642
|
+
text-align: right;
|
|
31579
31643
|
}
|
|
31580
|
-
|
|
31581
|
-
.
|
|
31582
|
-
font-family: Inter;
|
|
31583
|
-
font-style: normal;
|
|
31584
|
-
font-weight: bold;
|
|
31585
|
-
font-size: 24px;
|
|
31644
|
+
.E_f4mi9eq .form-item-label,
|
|
31645
|
+
.E_f4mi9eq .form-item-control {
|
|
31586
31646
|
line-height: 32px;
|
|
31587
31647
|
}
|
|
31588
|
-
|
|
31589
|
-
|
|
31590
|
-
font-family: Inter;
|
|
31591
|
-
font-style: normal;
|
|
31592
|
-
font-weight: normal;
|
|
31593
|
-
font-size: 32px;
|
|
31594
|
-
line-height: 40px;
|
|
31648
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31649
|
+
line-height: 18px;
|
|
31595
31650
|
}
|
|
31596
|
-
|
|
31597
|
-
|
|
31598
|
-
font-family: Inter;
|
|
31599
|
-
font-style: normal;
|
|
31600
|
-
font-weight: bold;
|
|
31601
|
-
font-size: 20px;
|
|
31602
|
-
line-height: 24px;
|
|
31651
|
+
.E_f4mi9eq .form-item-children {
|
|
31652
|
+
width: 100%;
|
|
31603
31653
|
}
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
font-family: Inter;
|
|
31607
|
-
font-style: normal;
|
|
31608
|
-
font-weight: normal;
|
|
31609
|
-
font-size: 20px;
|
|
31610
|
-
line-height: 24px;
|
|
31654
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
31655
|
+
width: 100%;
|
|
31611
31656
|
}
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
|
|
31616
|
-
font-weight: bold;
|
|
31617
|
-
font-size: 18px;
|
|
31618
|
-
line-height: 22px;
|
|
31657
|
+
.E_f4mi9eq .form-item-error {
|
|
31658
|
+
color: #e75a3a;
|
|
31659
|
+
height: 0;
|
|
31660
|
+
overflow: hidden;
|
|
31619
31661
|
}
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
|
|
31662
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
31663
|
+
margin-top: 4px;
|
|
31664
|
+
height: auto;
|
|
31665
|
+
overflow: auto;
|
|
31666
|
+
}
|
|
31667
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31668
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31669
|
+
border: 1px solid #e75a3a;
|
|
31670
|
+
color: #e75a3a;
|
|
31627
31671
|
}
|
|
31628
31672
|
|
|
31629
|
-
.
|
|
31630
|
-
|
|
31631
|
-
font-style: normal;
|
|
31673
|
+
.E_fh0ewl8 {
|
|
31674
|
+
color: #2d3a56;
|
|
31632
31675
|
font-weight: bold;
|
|
31633
|
-
|
|
31634
|
-
|
|
31676
|
+
padding-bottom: 6px;
|
|
31677
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31678
|
+
margin-bottom: 16px;
|
|
31635
31679
|
}
|
|
31636
|
-
|
|
31637
|
-
|
|
31638
|
-
font-family: Inter;
|
|
31639
|
-
font-style: normal;
|
|
31640
|
-
font-weight: normal;
|
|
31641
|
-
font-size: 16px;
|
|
31642
|
-
line-height: 22px;
|
|
31680
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
31681
|
+
margin-top: 16px;
|
|
31643
31682
|
}
|
|
31644
31683
|
|
|
31645
|
-
.
|
|
31646
|
-
|
|
31647
|
-
|
|
31648
|
-
|
|
31649
|
-
|
|
31650
|
-
|
|
31684
|
+
.E_e1qrlvot {
|
|
31685
|
+
width: 8px;
|
|
31686
|
+
height: 24px;
|
|
31687
|
+
display: flex;
|
|
31688
|
+
justify-content: center;
|
|
31689
|
+
align-items: center;
|
|
31690
|
+
cursor: pointer;
|
|
31691
|
+
transition: all 200ms ease-out 40ms;
|
|
31692
|
+
}
|
|
31693
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31694
|
+
content: "";
|
|
31695
|
+
width: 1px;
|
|
31696
|
+
height: 6px;
|
|
31697
|
+
border-radius: 1px;
|
|
31698
|
+
background: #ccd4e3;
|
|
31699
|
+
position: relative;
|
|
31700
|
+
right: 2px;
|
|
31701
|
+
transform: rotate(-45deg);
|
|
31702
|
+
}
|
|
31703
|
+
.E_e1qrlvot:after {
|
|
31704
|
+
transform: rotate(45deg);
|
|
31705
|
+
left: 1px;
|
|
31651
31706
|
}
|
|
31652
31707
|
|
|
31653
|
-
.
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31708
|
+
.E_w9ic984.ant-alert-warning {
|
|
31709
|
+
border: 0;
|
|
31710
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31711
|
+
border-radius: 6px;
|
|
31712
|
+
}
|
|
31713
|
+
.E_w9ic984.ant-alert,
|
|
31714
|
+
.E_w9ic984 .ant-alert-message {
|
|
31715
|
+
color: #e07f00;
|
|
31716
|
+
}
|
|
31717
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31718
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31719
|
+
border-bottom-color: #e07f00;
|
|
31659
31720
|
}
|
|
31660
31721
|
|
|
31661
|
-
.
|
|
31662
|
-
|
|
31663
|
-
|
|
31664
|
-
|
|
31722
|
+
.E_n1k9qi4r {
|
|
31723
|
+
display: flex;
|
|
31724
|
+
flex-direction: row;
|
|
31725
|
+
padding: 7px 12px;
|
|
31726
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31727
|
+
border-radius: 6px;
|
|
31728
|
+
color: #e07f00;
|
|
31665
31729
|
font-size: 12px;
|
|
31666
31730
|
line-height: 18px;
|
|
31667
31731
|
}
|
|
31732
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
31733
|
+
margin-right: 10px;
|
|
31734
|
+
height: 18px;
|
|
31735
|
+
}
|
|
31668
31736
|
|
|
31669
|
-
.
|
|
31670
|
-
|
|
31671
|
-
|
|
31672
|
-
|
|
31737
|
+
.E_n16fsg9x {
|
|
31738
|
+
display: flex;
|
|
31739
|
+
flex-direction: row;
|
|
31740
|
+
padding: 7px 12px;
|
|
31741
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31742
|
+
border-radius: 6px;
|
|
31743
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31673
31744
|
font-size: 12px;
|
|
31674
31745
|
line-height: 18px;
|
|
31675
31746
|
}
|
|
31747
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31748
|
+
margin-right: 10px;
|
|
31749
|
+
height: 18px;
|
|
31750
|
+
}
|
|
31676
31751
|
|
|
31677
|
-
.
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
|
|
31752
|
+
.E_i173wxzw {
|
|
31753
|
+
display: flex;
|
|
31754
|
+
flex-direction: row;
|
|
31755
|
+
padding: 7px 12px;
|
|
31756
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31757
|
+
border-radius: 6px;
|
|
31758
|
+
color: #005ed1;
|
|
31683
31759
|
font-size: 12px;
|
|
31684
31760
|
line-height: 18px;
|
|
31685
31761
|
}
|
|
31762
|
+
.E_i173wxzw .icon-wrapper {
|
|
31763
|
+
margin-right: 10px;
|
|
31764
|
+
height: 18px;
|
|
31765
|
+
}
|
|
31686
31766
|
|
|
31687
|
-
.
|
|
31688
|
-
|
|
31689
|
-
|
|
31690
|
-
font-weight: normal;
|
|
31691
|
-
text-transform: uppercase;
|
|
31692
|
-
font-feature-settings: "cpsp" on;
|
|
31767
|
+
.E_dld369h {
|
|
31768
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31769
|
+
margin-top: 5px;
|
|
31693
31770
|
font-size: 12px;
|
|
31694
31771
|
line-height: 18px;
|
|
31695
31772
|
}
|
|
31696
31773
|
|
|
31697
|
-
.
|
|
31698
|
-
|
|
31699
|
-
font-
|
|
31700
|
-
|
|
31701
|
-
font-size: 16px;
|
|
31702
|
-
line-height: 24px;
|
|
31703
|
-
}
|
|
31704
|
-
|
|
31705
|
-
.E_lzt43lp {
|
|
31706
|
-
font-family: Inter;
|
|
31707
|
-
font-style: normal;
|
|
31708
|
-
font-weight: bold;
|
|
31709
|
-
font-size: 16px;
|
|
31710
|
-
line-height: 24px;
|
|
31774
|
+
.E_s1epv22q {
|
|
31775
|
+
color: #f0483e;
|
|
31776
|
+
font-size: 12px;
|
|
31777
|
+
white-space: pre-wrap;
|
|
31711
31778
|
}
|
|
31712
31779
|
|
|
31713
|
-
.
|
|
31714
|
-
|
|
31715
|
-
|
|
31716
|
-
|
|
31717
|
-
font-size: 16px;
|
|
31718
|
-
line-height: 24px;
|
|
31780
|
+
.E_okus5hk {
|
|
31781
|
+
display: flex;
|
|
31782
|
+
align-items: center;
|
|
31783
|
+
justify-content: flex-end;
|
|
31719
31784
|
}
|
|
31720
|
-
|
|
31721
|
-
|
|
31722
|
-
font-family: Inter;
|
|
31723
|
-
font-style: normal;
|
|
31724
|
-
font-weight: bold;
|
|
31725
|
-
font-size: 16px;
|
|
31726
|
-
line-height: 24px;
|
|
31785
|
+
.E_okus5hk .icon-wrapper {
|
|
31786
|
+
margin-right: 16px;
|
|
31727
31787
|
}
|
|
31728
31788
|
|
|
31729
|
-
.
|
|
31730
|
-
|
|
31731
|
-
font-style: normal;
|
|
31732
|
-
font-weight: normal;
|
|
31733
|
-
text-transform: uppercase;
|
|
31734
|
-
font-feature-settings: "cpsp" on;
|
|
31735
|
-
font-size: 16px;
|
|
31736
|
-
line-height: 24px;
|
|
31789
|
+
.E_t1auuzri {
|
|
31790
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31737
31791
|
}
|
|
31738
31792
|
|
|
31739
|
-
.
|
|
31740
|
-
|
|
31741
|
-
|
|
31742
|
-
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
|
|
31746
|
-
line-height: 24px;
|
|
31793
|
+
.E_i74cfyt.ant-input {
|
|
31794
|
+
padding: 5px 12px;
|
|
31795
|
+
line-height: 20px;
|
|
31796
|
+
color: #2d3a56;
|
|
31797
|
+
border-radius: 6px;
|
|
31798
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31799
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31747
31800
|
}
|
|
31748
|
-
|
|
31749
|
-
|
|
31750
|
-
font-family: Inter;
|
|
31751
|
-
font-style: normal;
|
|
31752
|
-
font-weight: normal;
|
|
31753
|
-
font-size: 14px;
|
|
31801
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31802
|
+
padding: 8px 16px;
|
|
31754
31803
|
line-height: 22px;
|
|
31755
31804
|
}
|
|
31756
|
-
|
|
31757
|
-
|
|
31758
|
-
|
|
31759
|
-
font-style: normal;
|
|
31760
|
-
font-weight: 500;
|
|
31761
|
-
font-size: 14px;
|
|
31762
|
-
line-height: 22px;
|
|
31805
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31806
|
+
padding: 2px 8px;
|
|
31807
|
+
line-height: 18px;
|
|
31763
31808
|
}
|
|
31764
|
-
|
|
31765
|
-
.
|
|
31766
|
-
|
|
31767
|
-
|
|
31768
|
-
font-weight: bold;
|
|
31769
|
-
font-size: 14px;
|
|
31770
|
-
line-height: 22px;
|
|
31809
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31810
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31811
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31812
|
+
z-index: 1;
|
|
31771
31813
|
}
|
|
31772
|
-
|
|
31773
|
-
|
|
31774
|
-
|
|
31775
|
-
|
|
31776
|
-
font-weight: normal;
|
|
31777
|
-
font-size: 14px;
|
|
31778
|
-
line-height: 22px;
|
|
31814
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31815
|
+
border-color: #0096ff;
|
|
31816
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31817
|
+
z-index: 1;
|
|
31779
31818
|
}
|
|
31780
|
-
|
|
31781
|
-
|
|
31782
|
-
|
|
31783
|
-
font-style: normal;
|
|
31784
|
-
font-weight: bold;
|
|
31785
|
-
font-size: 14px;
|
|
31786
|
-
line-height: 22px;
|
|
31819
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31820
|
+
border-color: #e75a3a;
|
|
31821
|
+
color: #e75a3a;
|
|
31787
31822
|
}
|
|
31788
|
-
|
|
31789
|
-
|
|
31790
|
-
|
|
31791
|
-
font-style: normal;
|
|
31792
|
-
font-weight: normal;
|
|
31793
|
-
text-transform: uppercase;
|
|
31794
|
-
font-feature-settings: "cpsp" on;
|
|
31795
|
-
font-size: 14px;
|
|
31796
|
-
line-height: 22px;
|
|
31823
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31824
|
+
border-color: #e75a3a;
|
|
31825
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31797
31826
|
}
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
|
|
31801
|
-
font-style: normal;
|
|
31802
|
-
font-weight: bold;
|
|
31803
|
-
text-transform: uppercase;
|
|
31804
|
-
font-feature-settings: "cpsp" on;
|
|
31805
|
-
font-size: 14px;
|
|
31806
|
-
line-height: 22px;
|
|
31827
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31828
|
+
border-color: #e75a3a;
|
|
31829
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31807
31830
|
}
|
|
31808
|
-
|
|
31809
|
-
.
|
|
31810
|
-
|
|
31811
|
-
|
|
31812
|
-
font-weight: normal;
|
|
31813
|
-
font-size: 13px;
|
|
31814
|
-
line-height: 20px;
|
|
31831
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
31832
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31833
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31834
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31815
31835
|
}
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
font-weight: 600;
|
|
31821
|
-
font-size: 13px;
|
|
31836
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31837
|
+
padding: 5px 12px;
|
|
31838
|
+
border-radius: 6px;
|
|
31839
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31822
31840
|
line-height: 20px;
|
|
31841
|
+
color: #2d3a56;
|
|
31842
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31823
31843
|
}
|
|
31824
|
-
|
|
31825
|
-
.
|
|
31826
|
-
|
|
31827
|
-
font-style: normal;
|
|
31828
|
-
font-weight: bold;
|
|
31829
|
-
font-size: 13px;
|
|
31830
|
-
line-height: 20px;
|
|
31844
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31845
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31846
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31831
31847
|
}
|
|
31832
|
-
|
|
31833
|
-
|
|
31834
|
-
|
|
31835
|
-
font-style: normal;
|
|
31836
|
-
font-weight: normal;
|
|
31837
|
-
font-size: 13px;
|
|
31838
|
-
line-height: 20px;
|
|
31848
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31849
|
+
padding: 8px 16px;
|
|
31850
|
+
line-height: 22px;
|
|
31839
31851
|
}
|
|
31840
|
-
|
|
31841
|
-
|
|
31842
|
-
|
|
31843
|
-
|
|
31844
|
-
|
|
31845
|
-
|
|
31846
|
-
|
|
31852
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31853
|
+
padding: 2px 8px;
|
|
31854
|
+
line-height: 18px;
|
|
31855
|
+
}
|
|
31856
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31857
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31858
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31859
|
+
}
|
|
31860
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31861
|
+
border-color: #0096ff;
|
|
31862
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31863
|
+
}
|
|
31864
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31865
|
+
border-color: #e75a3a;
|
|
31866
|
+
}
|
|
31867
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31868
|
+
color: #e75a3a;
|
|
31869
|
+
}
|
|
31870
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31871
|
+
border-color: #e75a3a;
|
|
31872
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31873
|
+
}
|
|
31874
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31875
|
+
border-color: #e75a3a;
|
|
31876
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31877
|
+
}
|
|
31878
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31879
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31880
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31881
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31882
|
+
}
|
|
31883
|
+
textarea.E_i74cfyt.ant-input {
|
|
31884
|
+
transition-property: height;
|
|
31885
|
+
transition-delay: 50ms;
|
|
31886
|
+
}
|
|
31887
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31888
|
+
min-height: 40px;
|
|
31889
|
+
height: 40px;
|
|
31890
|
+
}
|
|
31891
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
31892
|
+
height: 80px;
|
|
31893
|
+
}
|
|
31894
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
31895
|
+
min-height: 32px;
|
|
31896
|
+
height: 32px;
|
|
31897
|
+
}
|
|
31898
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
31899
|
+
height: 64px;
|
|
31900
|
+
}
|
|
31901
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
31902
|
+
min-height: 24px;
|
|
31903
|
+
height: 24px;
|
|
31904
|
+
}
|
|
31905
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
31906
|
+
height: 40px;
|
|
31847
31907
|
}
|
|
31848
31908
|
|
|
31849
|
-
.
|
|
31850
|
-
|
|
31851
|
-
|
|
31852
|
-
|
|
31853
|
-
|
|
31854
|
-
|
|
31909
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
31910
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31911
|
+
border-radius: 4px;
|
|
31912
|
+
}
|
|
31913
|
+
.E_k1ci6977.input-tags {
|
|
31914
|
+
position: relative;
|
|
31915
|
+
padding: 6px;
|
|
31916
|
+
height: 32px;
|
|
31917
|
+
cursor: pointer;
|
|
31918
|
+
transition: border 150ms;
|
|
31919
|
+
}
|
|
31920
|
+
.E_k1ci6977.input-tags:hover {
|
|
31921
|
+
border-color: #0080ff;
|
|
31922
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31923
|
+
}
|
|
31924
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31925
|
+
padding-right: 30px;
|
|
31926
|
+
}
|
|
31927
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31928
|
+
display: flex;
|
|
31855
31929
|
}
|
|
31856
|
-
|
|
31857
|
-
|
|
31858
|
-
font-family: Inter;
|
|
31859
|
-
font-style: normal;
|
|
31860
|
-
font-weight: normal;
|
|
31861
|
-
text-transform: uppercase;
|
|
31862
|
-
font-feature-settings: "cpsp" on;
|
|
31863
|
-
font-size: 13px;
|
|
31864
|
-
line-height: 20px;
|
|
31930
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31931
|
+
display: flex;
|
|
31865
31932
|
}
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
|
|
31869
|
-
|
|
31870
|
-
|
|
31871
|
-
text-transform: uppercase;
|
|
31872
|
-
font-feature-settings: "cpsp" on;
|
|
31873
|
-
font-size: 13px;
|
|
31874
|
-
line-height: 20px;
|
|
31933
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31934
|
+
position: absolute;
|
|
31935
|
+
right: 12px;
|
|
31936
|
+
top: 50%;
|
|
31937
|
+
transform: translateY(-50%);
|
|
31875
31938
|
}
|
|
31876
|
-
|
|
31877
|
-
.
|
|
31878
|
-
font-family: Inter;
|
|
31879
|
-
font-style: normal;
|
|
31880
|
-
font-weight: normal;
|
|
31939
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31940
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31881
31941
|
font-size: 12px;
|
|
31882
|
-
|
|
31942
|
+
cursor: pointer;
|
|
31883
31943
|
}
|
|
31884
|
-
|
|
31885
|
-
.
|
|
31886
|
-
font-family: Inter;
|
|
31887
|
-
font-style: normal;
|
|
31888
|
-
font-weight: 500;
|
|
31889
|
-
font-size: 12px;
|
|
31890
|
-
line-height: 18px;
|
|
31944
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31945
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31891
31946
|
}
|
|
31892
|
-
|
|
31893
|
-
|
|
31894
|
-
|
|
31895
|
-
font-style: normal;
|
|
31896
|
-
font-weight: bold;
|
|
31897
|
-
font-size: 12px;
|
|
31898
|
-
line-height: 18px;
|
|
31947
|
+
.E_k1ci6977.has-focus-indicator {
|
|
31948
|
+
position: relative;
|
|
31949
|
+
overflow: hidden;
|
|
31899
31950
|
}
|
|
31900
|
-
|
|
31901
|
-
|
|
31902
|
-
|
|
31903
|
-
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
|
|
31951
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31952
|
+
position: absolute;
|
|
31953
|
+
top: 50%;
|
|
31954
|
+
transform: translateY(-50%);
|
|
31955
|
+
left: -16px;
|
|
31956
|
+
transition: left 150ms ease;
|
|
31957
|
+
opacity: 0;
|
|
31907
31958
|
}
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
|
|
31911
|
-
font-style: normal;
|
|
31912
|
-
font-weight: 500;
|
|
31913
|
-
font-size: 12px;
|
|
31914
|
-
line-height: 18px;
|
|
31959
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31960
|
+
left: 8px;
|
|
31961
|
+
opacity: 1;
|
|
31915
31962
|
}
|
|
31916
|
-
|
|
31917
|
-
|
|
31918
|
-
|
|
31919
|
-
font-style: normal;
|
|
31920
|
-
font-weight: bold;
|
|
31921
|
-
font-size: 12px;
|
|
31922
|
-
line-height: 18px;
|
|
31963
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
31964
|
+
transition: margin-left 150ms ease;
|
|
31965
|
+
margin-left: 0px;
|
|
31923
31966
|
}
|
|
31924
|
-
|
|
31925
|
-
|
|
31926
|
-
font-family: Inter;
|
|
31927
|
-
font-style: normal;
|
|
31928
|
-
font-weight: normal;
|
|
31929
|
-
text-transform: uppercase;
|
|
31930
|
-
font-feature-settings: "cpsp" on;
|
|
31931
|
-
font-size: 12px;
|
|
31932
|
-
line-height: 18px;
|
|
31967
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31968
|
+
margin-left: 16px;
|
|
31933
31969
|
}
|
|
31934
31970
|
|
|
31935
|
-
.
|
|
31936
|
-
|
|
31937
|
-
|
|
31938
|
-
font-weight: bold;
|
|
31939
|
-
text-transform: uppercase;
|
|
31940
|
-
font-feature-settings: "cpsp" on;
|
|
31941
|
-
font-size: 12px;
|
|
31942
|
-
line-height: 18px;
|
|
31971
|
+
input.E_l1f7td1d.ant-input {
|
|
31972
|
+
border-top-right-radius: 0;
|
|
31973
|
+
border-bottom-right-radius: 0;
|
|
31943
31974
|
}
|
|
31944
31975
|
|
|
31945
|
-
.
|
|
31946
|
-
|
|
31947
|
-
|
|
31948
|
-
font-weight: normal;
|
|
31949
|
-
font-size: 13px;
|
|
31950
|
-
line-height: 20px;
|
|
31976
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31977
|
+
border-top-right-radius: 0;
|
|
31978
|
+
border-bottom-right-radius: 0;
|
|
31951
31979
|
}
|
|
31952
31980
|
|
|
31953
|
-
.
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
font-weight: normal;
|
|
31957
|
-
font-size: 13px;
|
|
31958
|
-
line-height: 20px;
|
|
31981
|
+
input.E_rf8rlle.ant-input {
|
|
31982
|
+
border-top-left-radius: 0;
|
|
31983
|
+
border-bottom-left-radius: 0;
|
|
31959
31984
|
}
|
|
31960
31985
|
|
|
31961
|
-
.
|
|
31962
|
-
|
|
31963
|
-
|
|
31964
|
-
font-weight: normal;
|
|
31965
|
-
font-size: 12px;
|
|
31966
|
-
line-height: 18px;
|
|
31986
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31987
|
+
border-top-left-radius: 0;
|
|
31988
|
+
border-bottom-left-radius: 0;
|
|
31967
31989
|
}
|
|
31968
31990
|
|
|
31969
|
-
.
|
|
31970
|
-
|
|
31971
|
-
|
|
31972
|
-
font-weight: normal;
|
|
31973
|
-
font-size: 12px;
|
|
31974
|
-
line-height: 18px;
|
|
31991
|
+
.E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
|
|
31992
|
+
border-top-right-radius: 0;
|
|
31993
|
+
border-bottom-right-radius: 0;
|
|
31975
31994
|
}
|
|
31976
31995
|
|
|
31977
|
-
.
|
|
31978
|
-
|
|
31979
|
-
|
|
31980
|
-
font-weight: normal;
|
|
31981
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31982
|
-
font-size: 13px;
|
|
31983
|
-
line-height: 20px;
|
|
31996
|
+
.E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
|
|
31997
|
+
border-top-left-radius: 0;
|
|
31998
|
+
border-bottom-left-radius: 0;
|
|
31984
31999
|
}
|
|
31985
32000
|
|
|
31986
|
-
.
|
|
31987
|
-
|
|
31988
|
-
|
|
31989
|
-
font-weight: normal;
|
|
31990
|
-
font-feature-settings: "zero" on;
|
|
31991
|
-
font-size: 13px;
|
|
31992
|
-
line-height: 20px;
|
|
32001
|
+
.E_c3ni091 {
|
|
32002
|
+
display: flex;
|
|
32003
|
+
flex-direction: column;
|
|
31993
32004
|
}
|
|
31994
|
-
|
|
31995
|
-
|
|
31996
|
-
|
|
31997
|
-
|
|
31998
|
-
|
|
31999
|
-
|
|
32000
|
-
|
|
32001
|
-
|
|
32005
|
+
.E_c3ni091 .select-wrapper {
|
|
32006
|
+
margin-top: 12px;
|
|
32007
|
+
}
|
|
32008
|
+
.E_c3ni091 .select-wrapper .select {
|
|
32009
|
+
width: 100%;
|
|
32010
|
+
}
|
|
32011
|
+
.E_c3ni091 .radio-wrapper {
|
|
32012
|
+
margin-top: 24px;
|
|
32013
|
+
}
|
|
32014
|
+
.E_c3ni091 div.form-item {
|
|
32015
|
+
width: 100%;
|
|
32002
32016
|
}
|
|
32003
32017
|
|
|
32004
|
-
.
|
|
32005
|
-
font-
|
|
32006
|
-
font-style: normal;
|
|
32018
|
+
.E_d105ju2d {
|
|
32019
|
+
font-size: 14px;
|
|
32007
32020
|
font-weight: 500;
|
|
32008
|
-
|
|
32009
|
-
font-size: 12px;
|
|
32021
|
+
color: #3e4652;
|
|
32010
32022
|
line-height: 18px;
|
|
32011
32023
|
}
|
|
32024
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32025
|
+
margin-top: 16px;
|
|
32026
|
+
}
|
|
32027
|
+
.E_d105ju2d + * {
|
|
32028
|
+
margin-top: 16px;
|
|
32029
|
+
}
|
|
32012
32030
|
|
|
32013
|
-
.
|
|
32014
|
-
font-family: Inter;
|
|
32015
|
-
font-style: normal;
|
|
32016
|
-
font-weight: normal;
|
|
32017
|
-
font-feature-settings: "zero" on;
|
|
32031
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32018
32032
|
font-size: 12px;
|
|
32019
|
-
|
|
32033
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32034
|
+
margin-top: 12px;
|
|
32020
32035
|
}
|
|
32021
32036
|
|
|
32022
|
-
.
|
|
32023
|
-
font-family: Inter;
|
|
32024
|
-
font-style: normal;
|
|
32025
|
-
font-weight: 500;
|
|
32026
|
-
font-feature-settings: "zero" on;
|
|
32027
|
-
font-size: 12px;
|
|
32037
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32028
32038
|
line-height: 18px;
|
|
32039
|
+
font-weight: 500;
|
|
32040
|
+
margin-top: 0;
|
|
32041
|
+
white-space: initial;
|
|
32029
32042
|
}
|
|
32030
32043
|
|
|
32031
|
-
.
|
|
32032
|
-
|
|
32033
|
-
font-style: normal;
|
|
32034
|
-
font-weight: bold;
|
|
32035
|
-
font-feature-settings: "zero" on;
|
|
32036
|
-
font-size: 16px;
|
|
32037
|
-
line-height: 24px;
|
|
32044
|
+
.E_r1skkc3l {
|
|
32045
|
+
display: block;
|
|
32038
32046
|
}
|
|
32039
|
-
|
|
32040
|
-
|
|
32041
|
-
font-
|
|
32042
|
-
|
|
32043
|
-
|
|
32044
|
-
font-size: 10px;
|
|
32045
|
-
line-height: 12px;
|
|
32047
|
+
.E_r1skkc3l span {
|
|
32048
|
+
font-size: 14px;
|
|
32049
|
+
font-weight: 500;
|
|
32050
|
+
line-height: 32px;
|
|
32051
|
+
color: #3e4652;
|
|
32046
32052
|
}
|
|
32047
32053
|
|
|
32048
|
-
.
|
|
32049
|
-
|
|
32050
|
-
|
|
32051
|
-
|
|
32052
|
-
|
|
32053
|
-
|
|
32054
|
-
font-size: 12px;
|
|
32055
|
-
width: 24px;
|
|
32056
|
-
height: 24px;
|
|
32057
|
-
border-radius: 50%;
|
|
32058
|
-
background: var(--a1b5xrg3-0);
|
|
32054
|
+
.E_c3cobmo {
|
|
32055
|
+
margin-top: 16px;
|
|
32056
|
+
padding: 8px;
|
|
32057
|
+
border-radius: 6px;
|
|
32058
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32059
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32060
|
+
font-size: 12px;
|
|
32059
32061
|
}
|
|
32060
|
-
.
|
|
32061
|
-
|
|
32062
|
-
|
|
32063
|
-
width: 56px;
|
|
32064
|
-
height: 40px;
|
|
32065
|
-
display: inline-flex;
|
|
32062
|
+
.E_c3cobmo div {
|
|
32063
|
+
line-height: 20px;
|
|
32064
|
+
display: flex;
|
|
32066
32065
|
align-items: center;
|
|
32067
|
-
|
|
32068
|
-
border-radius: 6px;
|
|
32066
|
+
word-break: break-all;
|
|
32069
32067
|
}
|
|
32070
|
-
.
|
|
32071
|
-
|
|
32068
|
+
.E_c3cobmo .title {
|
|
32069
|
+
font-weight: 700;
|
|
32070
|
+
line-height: 18px;
|
|
32071
|
+
margin: 4px 0;
|
|
32072
32072
|
}
|
|
32073
|
-
|
|
32074
|
-
|
|
32075
|
-
|
|
32073
|
+
|
|
32074
|
+
.E_uqv57uv {
|
|
32075
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32076
32076
|
}
|
|
32077
32077
|
|
|
32078
32078
|
.E_m196gn1d {
|
|
@@ -32316,6 +32316,22 @@ input.E_rf8rlle.ant-input {
|
|
|
32316
32316
|
fill: blue;
|
|
32317
32317
|
}
|
|
32318
32318
|
|
|
32319
|
+
.E_ryby9ds {
|
|
32320
|
+
display: flex;
|
|
32321
|
+
align-items: center;
|
|
32322
|
+
}
|
|
32323
|
+
.E_ryby9ds .order {
|
|
32324
|
+
height: 24px;
|
|
32325
|
+
width: 24px;
|
|
32326
|
+
border-radius: 20px;
|
|
32327
|
+
color: #0080ff;
|
|
32328
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32329
|
+
display: flex;
|
|
32330
|
+
align-items: center;
|
|
32331
|
+
justify-content: center;
|
|
32332
|
+
margin-right: 6px;
|
|
32333
|
+
}
|
|
32334
|
+
|
|
32319
32335
|
.E_hrhfj7c {
|
|
32320
32336
|
display: none;
|
|
32321
32337
|
}
|
|
@@ -32535,55 +32551,18 @@ input.E_rf8rlle.ant-input {
|
|
|
32535
32551
|
font-size: 14px;
|
|
32536
32552
|
}
|
|
32537
32553
|
|
|
32538
|
-
.
|
|
32539
|
-
|
|
32540
|
-
|
|
32541
|
-
|
|
32542
|
-
|
|
32543
|
-
height:
|
|
32544
|
-
|
|
32545
|
-
|
|
32546
|
-
|
|
32547
|
-
|
|
32548
|
-
|
|
32549
|
-
|
|
32550
|
-
justify-content: center;
|
|
32551
|
-
margin-right: 6px;
|
|
32552
|
-
}
|
|
32553
|
-
|
|
32554
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32555
|
-
margin-right: 2px;
|
|
32556
|
-
}
|
|
32557
|
-
|
|
32558
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32559
|
-
padding-left: 8px;
|
|
32560
|
-
padding-right: 8px;
|
|
32561
|
-
font-size: 12px;
|
|
32562
|
-
}
|
|
32563
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32564
|
-
border-radius: 4px;
|
|
32565
|
-
}
|
|
32566
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32567
|
-
border-radius: 4px;
|
|
32568
|
-
}
|
|
32569
|
-
|
|
32570
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32571
|
-
padding-left: 12px;
|
|
32572
|
-
padding-right: 12px;
|
|
32573
|
-
}
|
|
32574
|
-
|
|
32575
|
-
.E_ckld275 {
|
|
32576
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32577
|
-
}
|
|
32578
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32579
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32580
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32581
|
-
}
|
|
32582
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32583
|
-
background-color: transparent;
|
|
32584
|
-
}
|
|
32585
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32586
|
-
background-color: transparent;
|
|
32554
|
+
.E_m5foqp8 {
|
|
32555
|
+
--footer-height: 96px;
|
|
32556
|
+
--header-height: 80px;
|
|
32557
|
+
--modal-content-width: 720px;
|
|
32558
|
+
--modal-content-min-height: 200px;
|
|
32559
|
+
--modal-content-max-height: calc(
|
|
32560
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32561
|
+
);
|
|
32562
|
+
--modal-header-padding: 36px 60px 0;
|
|
32563
|
+
--modal-content-padding-y: 36px;
|
|
32564
|
+
--modal-content-padding-x: 60px;
|
|
32565
|
+
--modal-footer-padding: 0 60px;
|
|
32587
32566
|
}
|
|
32588
32567
|
|
|
32589
32568
|
.E_h12yihis {
|
|
@@ -32806,70 +32785,216 @@ input.E_rf8rlle.ant-input {
|
|
|
32806
32785
|
position: static;
|
|
32807
32786
|
}
|
|
32808
32787
|
|
|
32809
|
-
.
|
|
32810
|
-
|
|
32811
|
-
|
|
32812
|
-
|
|
32813
|
-
|
|
32814
|
-
|
|
32815
|
-
|
|
32816
|
-
|
|
32817
|
-
|
|
32818
|
-
|
|
32819
|
-
|
|
32820
|
-
|
|
32788
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32789
|
+
margin-right: 2px;
|
|
32790
|
+
}
|
|
32791
|
+
|
|
32792
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32793
|
+
padding-left: 8px;
|
|
32794
|
+
padding-right: 8px;
|
|
32795
|
+
font-size: 12px;
|
|
32796
|
+
}
|
|
32797
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32798
|
+
border-radius: 4px;
|
|
32799
|
+
}
|
|
32800
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32801
|
+
border-radius: 4px;
|
|
32802
|
+
}
|
|
32803
|
+
|
|
32804
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32805
|
+
padding-left: 12px;
|
|
32806
|
+
padding-right: 12px;
|
|
32807
|
+
}
|
|
32808
|
+
|
|
32809
|
+
.E_ckld275 {
|
|
32810
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32811
|
+
}
|
|
32812
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32813
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32814
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32815
|
+
}
|
|
32816
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32817
|
+
background-color: transparent;
|
|
32818
|
+
}
|
|
32819
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32820
|
+
background-color: transparent;
|
|
32821
|
+
}
|
|
32822
|
+
|
|
32823
|
+
button.E_l48ei06.ant-btn,
|
|
32824
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32825
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32826
|
+
font-size: 12px;
|
|
32827
|
+
line-height: 18px;
|
|
32828
|
+
height: 18px;
|
|
32829
|
+
}
|
|
32830
|
+
|
|
32831
|
+
button.E_l48ei06 {
|
|
32832
|
+
color: #0080FF;
|
|
32833
|
+
height: unset;
|
|
32834
|
+
}
|
|
32835
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
32836
|
+
margin-right: 4px;
|
|
32837
|
+
}
|
|
32838
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
32839
|
+
margin-left: 4px;
|
|
32840
|
+
}
|
|
32841
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32842
|
+
color: #009DFF;
|
|
32843
|
+
}
|
|
32844
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32845
|
+
color: #005ED1;
|
|
32846
|
+
}
|
|
32847
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32848
|
+
color: #0080FF;
|
|
32849
|
+
}
|
|
32850
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
32851
|
+
color: #00122E;
|
|
32852
|
+
}
|
|
32853
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32854
|
+
color: #0080FF;
|
|
32855
|
+
}
|
|
32856
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32857
|
+
color: #005ED1;
|
|
32858
|
+
}
|
|
32859
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32860
|
+
color: #00122E;
|
|
32861
|
+
}
|
|
32862
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
32863
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32864
|
+
}
|
|
32865
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32866
|
+
color: #0080FF;
|
|
32867
|
+
}
|
|
32868
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32869
|
+
color: #005ED1;
|
|
32870
|
+
}
|
|
32871
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32872
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32873
|
+
}
|
|
32874
|
+
|
|
32875
|
+
.E_ckui4s7 {
|
|
32876
|
+
color: #2d3a56;
|
|
32877
|
+
line-height: 22px;
|
|
32878
|
+
display: inline-flex;
|
|
32879
|
+
}
|
|
32880
|
+
.E_ckui4s7 .ant-checkbox {
|
|
32881
|
+
height: 22px;
|
|
32882
|
+
display: flex;
|
|
32883
|
+
align-items: center;
|
|
32884
|
+
top: 0;
|
|
32885
|
+
}
|
|
32886
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32887
|
+
border: none;
|
|
32888
|
+
}
|
|
32889
|
+
.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 {
|
|
32890
|
+
border-color: #0080ff;
|
|
32891
|
+
}
|
|
32892
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
32893
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32894
|
+
}
|
|
32895
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32896
|
+
border: 1px solid #0080ff;
|
|
32897
|
+
}
|
|
32898
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32899
|
+
background: #0080ff;
|
|
32900
|
+
}
|
|
32901
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32902
|
+
background-color: #fff;
|
|
32903
|
+
height: 2px;
|
|
32904
|
+
width: 10px;
|
|
32905
|
+
border-radius: 2px;
|
|
32906
|
+
}
|
|
32907
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
32908
|
+
opacity: 0.5;
|
|
32909
|
+
}
|
|
32910
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32911
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32912
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32913
|
+
}
|
|
32914
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32915
|
+
border-color: #2d3a56;
|
|
32916
|
+
}
|
|
32917
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32918
|
+
background: #2d3a56;
|
|
32919
|
+
}
|
|
32920
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
32921
|
+
padding: 0;
|
|
32922
|
+
}
|
|
32923
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
32924
|
+
display: inline-block;
|
|
32925
|
+
margin-left: 12px;
|
|
32926
|
+
color: #2d3a56;
|
|
32927
|
+
}
|
|
32928
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
32929
|
+
margin-left: 28px;
|
|
32930
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32821
32931
|
}
|
|
32822
|
-
|
|
32823
|
-
|
|
32824
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32825
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32826
|
-
font-size: 12px;
|
|
32827
|
-
line-height: 18px;
|
|
32828
|
-
height: 18px;
|
|
32932
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
32933
|
+
margin-left: 8px;
|
|
32829
32934
|
}
|
|
32830
|
-
|
|
32831
|
-
|
|
32832
|
-
color: #0080FF;
|
|
32833
|
-
height: unset;
|
|
32935
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
32936
|
+
margin-left: 24px;
|
|
32834
32937
|
}
|
|
32835
|
-
|
|
32836
|
-
|
|
32938
|
+
|
|
32939
|
+
.E_c1kghdax {
|
|
32940
|
+
color: #2d3a56;
|
|
32941
|
+
padding: 7px 12px;
|
|
32942
|
+
display: flex;
|
|
32943
|
+
justify-content: space-between;
|
|
32944
|
+
align-items: center;
|
|
32837
32945
|
}
|
|
32838
|
-
|
|
32839
|
-
|
|
32946
|
+
.E_c1kghdax.has-arrow {
|
|
32947
|
+
padding-left: 10px;
|
|
32840
32948
|
}
|
|
32841
|
-
|
|
32842
|
-
|
|
32949
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32950
|
+
cursor: pointer;
|
|
32951
|
+
color: #00122e;
|
|
32843
32952
|
}
|
|
32844
|
-
|
|
32845
|
-
color: #
|
|
32953
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32954
|
+
color: #2d3a56;
|
|
32955
|
+
font-weight: 600;
|
|
32846
32956
|
}
|
|
32847
|
-
|
|
32848
|
-
|
|
32957
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32958
|
+
transform: rotate(90deg);
|
|
32849
32959
|
}
|
|
32850
|
-
|
|
32851
|
-
|
|
32960
|
+
.E_c1kghdax .sub-info {
|
|
32961
|
+
font-size: 12px;
|
|
32962
|
+
line-height: 18px;
|
|
32852
32963
|
}
|
|
32853
|
-
|
|
32854
|
-
|
|
32964
|
+
.E_c1kghdax .title-wrapper {
|
|
32965
|
+
display: flex;
|
|
32966
|
+
align-items: center;
|
|
32967
|
+
user-select: none;
|
|
32968
|
+
flex-grow: 1;
|
|
32969
|
+
font-size: 12px;
|
|
32970
|
+
line-height: 18px;
|
|
32971
|
+
color: #2d3a56;
|
|
32972
|
+
font-weight: 700;
|
|
32855
32973
|
}
|
|
32856
|
-
|
|
32857
|
-
|
|
32974
|
+
.E_c1kghdax .collapse-arrow {
|
|
32975
|
+
transition: all 50ms ease-out 0ms;
|
|
32976
|
+
margin-right: 2px;
|
|
32858
32977
|
}
|
|
32859
|
-
|
|
32860
|
-
|
|
32978
|
+
|
|
32979
|
+
.E_c1yd35n {
|
|
32980
|
+
padding: 0 12px 14px 12px;
|
|
32861
32981
|
}
|
|
32862
|
-
|
|
32863
|
-
|
|
32982
|
+
|
|
32983
|
+
.E_b14q2gmw {
|
|
32984
|
+
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);
|
|
32864
32985
|
}
|
|
32865
|
-
|
|
32866
|
-
|
|
32986
|
+
|
|
32987
|
+
.E_c1eym6el {
|
|
32988
|
+
border-radius: 8px;
|
|
32989
|
+
background-color: white;
|
|
32867
32990
|
}
|
|
32868
|
-
|
|
32869
|
-
|
|
32991
|
+
.E_c1eym6el.hoverable {
|
|
32992
|
+
cursor: pointer;
|
|
32870
32993
|
}
|
|
32871
|
-
|
|
32872
|
-
|
|
32994
|
+
.E_c1eym6el.hoverable:hover {
|
|
32995
|
+
transition: all 200ms ease;
|
|
32996
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32997
|
+
transform: translateY(-4px);
|
|
32873
32998
|
}
|
|
32874
32999
|
|
|
32875
33000
|
.E_sddwhm6 {
|
|
@@ -33318,131 +33443,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33318
33443
|
background: #fff;
|
|
33319
33444
|
}
|
|
33320
33445
|
|
|
33321
|
-
.E_c1yd35n {
|
|
33322
|
-
padding: 0 12px 14px 12px;
|
|
33323
|
-
}
|
|
33324
|
-
|
|
33325
|
-
.E_c1kghdax {
|
|
33326
|
-
color: #2d3a56;
|
|
33327
|
-
padding: 7px 12px;
|
|
33328
|
-
display: flex;
|
|
33329
|
-
justify-content: space-between;
|
|
33330
|
-
align-items: center;
|
|
33331
|
-
}
|
|
33332
|
-
.E_c1kghdax.has-arrow {
|
|
33333
|
-
padding-left: 10px;
|
|
33334
|
-
}
|
|
33335
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33336
|
-
cursor: pointer;
|
|
33337
|
-
color: #00122e;
|
|
33338
|
-
}
|
|
33339
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33340
|
-
color: #2d3a56;
|
|
33341
|
-
font-weight: 600;
|
|
33342
|
-
}
|
|
33343
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33344
|
-
transform: rotate(90deg);
|
|
33345
|
-
}
|
|
33346
|
-
.E_c1kghdax .sub-info {
|
|
33347
|
-
font-size: 12px;
|
|
33348
|
-
line-height: 18px;
|
|
33349
|
-
}
|
|
33350
|
-
.E_c1kghdax .title-wrapper {
|
|
33351
|
-
display: flex;
|
|
33352
|
-
align-items: center;
|
|
33353
|
-
user-select: none;
|
|
33354
|
-
flex-grow: 1;
|
|
33355
|
-
font-size: 12px;
|
|
33356
|
-
line-height: 18px;
|
|
33357
|
-
color: #2d3a56;
|
|
33358
|
-
font-weight: 700;
|
|
33359
|
-
}
|
|
33360
|
-
.E_c1kghdax .collapse-arrow {
|
|
33361
|
-
transition: all 50ms ease-out 0ms;
|
|
33362
|
-
margin-right: 2px;
|
|
33363
|
-
}
|
|
33364
|
-
|
|
33365
|
-
.E_ckui4s7 {
|
|
33366
|
-
color: #2d3a56;
|
|
33367
|
-
line-height: 22px;
|
|
33368
|
-
display: inline-flex;
|
|
33369
|
-
}
|
|
33370
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33371
|
-
height: 22px;
|
|
33372
|
-
display: flex;
|
|
33373
|
-
align-items: center;
|
|
33374
|
-
top: 0;
|
|
33375
|
-
}
|
|
33376
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33377
|
-
border: none;
|
|
33378
|
-
}
|
|
33379
|
-
.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 {
|
|
33380
|
-
border-color: #0080ff;
|
|
33381
|
-
}
|
|
33382
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33383
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33384
|
-
}
|
|
33385
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33386
|
-
border: 1px solid #0080ff;
|
|
33387
|
-
}
|
|
33388
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33389
|
-
background: #0080ff;
|
|
33390
|
-
}
|
|
33391
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33392
|
-
background-color: #fff;
|
|
33393
|
-
height: 2px;
|
|
33394
|
-
width: 10px;
|
|
33395
|
-
border-radius: 2px;
|
|
33396
|
-
}
|
|
33397
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33398
|
-
opacity: 0.5;
|
|
33399
|
-
}
|
|
33400
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33401
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33402
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33403
|
-
}
|
|
33404
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33405
|
-
border-color: #2d3a56;
|
|
33406
|
-
}
|
|
33407
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33408
|
-
background: #2d3a56;
|
|
33409
|
-
}
|
|
33410
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33411
|
-
padding: 0;
|
|
33412
|
-
}
|
|
33413
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33414
|
-
display: inline-block;
|
|
33415
|
-
margin-left: 12px;
|
|
33416
|
-
color: #2d3a56;
|
|
33417
|
-
}
|
|
33418
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33419
|
-
margin-left: 28px;
|
|
33420
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33421
|
-
}
|
|
33422
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33423
|
-
margin-left: 8px;
|
|
33424
|
-
}
|
|
33425
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33426
|
-
margin-left: 24px;
|
|
33427
|
-
}
|
|
33428
|
-
|
|
33429
|
-
.E_b14q2gmw {
|
|
33430
|
-
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);
|
|
33431
|
-
}
|
|
33432
|
-
|
|
33433
|
-
.E_c1eym6el {
|
|
33434
|
-
border-radius: 8px;
|
|
33435
|
-
background-color: white;
|
|
33436
|
-
}
|
|
33437
|
-
.E_c1eym6el.hoverable {
|
|
33438
|
-
cursor: pointer;
|
|
33439
|
-
}
|
|
33440
|
-
.E_c1eym6el.hoverable:hover {
|
|
33441
|
-
transition: all 200ms ease;
|
|
33442
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33443
|
-
transform: translateY(-4px);
|
|
33444
|
-
}
|
|
33445
|
-
|
|
33446
33446
|
.E_r77hffu {
|
|
33447
33447
|
display: flex;
|
|
33448
33448
|
align-items: center;
|
|
@@ -33691,49 +33691,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33691
33691
|
|
|
33692
33692
|
.E_v18frne8 {
|
|
33693
33693
|
width: 100%;
|
|
33694
|
-
display: flex;
|
|
33695
|
-
align-items: center;
|
|
33696
|
-
justify-content: center;
|
|
33697
|
-
column-gap: 6px;
|
|
33698
|
-
font-size: 13px;
|
|
33699
|
-
}
|
|
33700
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
33701
|
-
display: inline-flex;
|
|
33702
|
-
align-items: center;
|
|
33703
|
-
min-width: 20px;
|
|
33704
|
-
min-height: 20px;
|
|
33705
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33706
|
-
justify-content: center;
|
|
33707
|
-
}
|
|
33708
|
-
|
|
33709
|
-
.E_t13ef470 {
|
|
33710
|
-
height: 100%;
|
|
33711
|
-
}
|
|
33712
|
-
.E_t13ef470 .table-loading-item {
|
|
33713
|
-
padding: 12px 4px;
|
|
33714
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33715
|
-
display: flex;
|
|
33716
|
-
}
|
|
33717
|
-
.E_t13ef470 .table-loading-item > * {
|
|
33718
|
-
height: 16px;
|
|
33719
|
-
margin: 4px;
|
|
33720
|
-
background: rgba(204, 212, 227, 0.18);
|
|
33721
|
-
border-radius: 2px;
|
|
33722
|
-
}
|
|
33723
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
33724
|
-
width: 16px;
|
|
33725
|
-
}
|
|
33726
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
33727
|
-
flex: 1;
|
|
33728
|
-
}
|
|
33729
|
-
.E_t13ef470 :nth-child(1) {
|
|
33730
|
-
padding: 8px 4px;
|
|
33731
|
-
}
|
|
33732
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
33733
|
-
background: rgba(107, 125, 153, 0.18);
|
|
33694
|
+
display: flex;
|
|
33695
|
+
align-items: center;
|
|
33696
|
+
justify-content: center;
|
|
33697
|
+
column-gap: 6px;
|
|
33698
|
+
font-size: 13px;
|
|
33734
33699
|
}
|
|
33735
|
-
.
|
|
33736
|
-
|
|
33700
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33701
|
+
display: inline-flex;
|
|
33702
|
+
align-items: center;
|
|
33703
|
+
min-width: 20px;
|
|
33704
|
+
min-height: 20px;
|
|
33705
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33706
|
+
justify-content: center;
|
|
33737
33707
|
}
|
|
33738
33708
|
|
|
33739
33709
|
.E_w7ob4th.outside-tag {
|
|
@@ -33842,6 +33812,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33842
33812
|
flex: 1;
|
|
33843
33813
|
}
|
|
33844
33814
|
|
|
33815
|
+
.E_i1g85yz3 {
|
|
33816
|
+
margin-right: 4px;
|
|
33817
|
+
height: 16px;
|
|
33818
|
+
}
|
|
33819
|
+
|
|
33845
33820
|
.E_t1dtlqs1 {
|
|
33846
33821
|
margin-bottom: 4px;
|
|
33847
33822
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34038,9 +34013,34 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34038
34013
|
margin-right: 8px;
|
|
34039
34014
|
}
|
|
34040
34015
|
|
|
34041
|
-
.
|
|
34042
|
-
|
|
34016
|
+
.E_t13ef470 {
|
|
34017
|
+
height: 100%;
|
|
34018
|
+
}
|
|
34019
|
+
.E_t13ef470 .table-loading-item {
|
|
34020
|
+
padding: 12px 4px;
|
|
34021
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34022
|
+
display: flex;
|
|
34023
|
+
}
|
|
34024
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34043
34025
|
height: 16px;
|
|
34026
|
+
margin: 4px;
|
|
34027
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34028
|
+
border-radius: 2px;
|
|
34029
|
+
}
|
|
34030
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34031
|
+
width: 16px;
|
|
34032
|
+
}
|
|
34033
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34034
|
+
flex: 1;
|
|
34035
|
+
}
|
|
34036
|
+
.E_t13ef470 :nth-child(1) {
|
|
34037
|
+
padding: 8px 4px;
|
|
34038
|
+
}
|
|
34039
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34040
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34041
|
+
}
|
|
34042
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34043
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34044
34044
|
}
|
|
34045
34045
|
|
|
34046
34046
|
.E_t1gvlxt5 {
|
|
@@ -34660,10 +34660,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34660
34660
|
background: rgba(225, 230, 241, 0.6);
|
|
34661
34661
|
}
|
|
34662
34662
|
|
|
34663
|
-
.E_t1616y1o {
|
|
34664
|
-
color: #fff;
|
|
34665
|
-
}
|
|
34666
|
-
|
|
34667
34663
|
.E_f16blduf.ant-form-item {
|
|
34668
34664
|
margin-bottom: 0;
|
|
34669
34665
|
}
|
|
@@ -34683,6 +34679,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34683
34679
|
display: block;
|
|
34684
34680
|
}
|
|
34685
34681
|
|
|
34682
|
+
.E_t1616y1o {
|
|
34683
|
+
color: #fff;
|
|
34684
|
+
}
|
|
34685
|
+
|
|
34686
34686
|
.E_a9y3flr {
|
|
34687
34687
|
margin-left: 8px;
|
|
34688
34688
|
}
|
|
@@ -34809,54 +34809,14 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34809
34809
|
background: #fff;
|
|
34810
34810
|
}
|
|
34811
34811
|
|
|
34812
|
-
.
|
|
34813
|
-
|
|
34814
|
-
width: 100%;
|
|
34815
|
-
}
|
|
34816
|
-
.E_c18bcrac .recharts-wrapper {
|
|
34817
|
-
margin-left: 4px;
|
|
34818
|
-
}
|
|
34819
|
-
|
|
34820
|
-
.E_cro7kg2 {
|
|
34821
|
-
padding: 4px;
|
|
34822
|
-
}
|
|
34823
|
-
.E_cro7kg2 .unit {
|
|
34824
|
-
color: white;
|
|
34825
|
-
}
|
|
34826
|
-
|
|
34827
|
-
.E_c14wcxf0 {
|
|
34828
|
-
display: flex;
|
|
34829
|
-
justify-content: space-between;
|
|
34830
|
-
align-items: center;
|
|
34831
|
-
font-size: 13px;
|
|
34832
|
-
line-height: 24px;
|
|
34833
|
-
color: #cccccc;
|
|
34834
|
-
white-space: nowrap;
|
|
34835
|
-
}
|
|
34836
|
-
.E_c14wcxf0 label {
|
|
34837
|
-
margin-right: 32px;
|
|
34838
|
-
}
|
|
34839
|
-
|
|
34840
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
34841
|
-
font-weight: bold;
|
|
34842
|
-
color: white;
|
|
34812
|
+
.E_gmyahx3 {
|
|
34813
|
+
cursor: pointer;
|
|
34843
34814
|
}
|
|
34844
|
-
|
|
34845
|
-
.
|
|
34846
|
-
width: 8px;
|
|
34847
|
-
height: 8px;
|
|
34848
|
-
border-radius: 2px;
|
|
34849
|
-
display: inline-block;
|
|
34850
|
-
background: var(--s11212zy-0);
|
|
34851
|
-
border: 1px solid #fff;
|
|
34852
|
-
box-sizing: content-box;
|
|
34853
|
-
margin-right: 6px;
|
|
34815
|
+
.E_gmyahx3 .link-text {
|
|
34816
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34854
34817
|
}
|
|
34855
|
-
|
|
34856
|
-
|
|
34857
|
-
font-weight: bold;
|
|
34858
|
-
color: white;
|
|
34859
|
-
margin-right: 4px;
|
|
34818
|
+
.E_gmyahx3:hover .link-text {
|
|
34819
|
+
color: #0080ff;
|
|
34860
34820
|
}
|
|
34861
34821
|
|
|
34862
34822
|
.E_clm1wy1 {
|
|
@@ -34952,60 +34912,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34952
34912
|
border-radius: 2px;
|
|
34953
34913
|
}
|
|
34954
34914
|
|
|
34955
|
-
.
|
|
34956
|
-
display:
|
|
34957
|
-
|
|
34958
|
-
font-size: 12px;
|
|
34959
|
-
line-height: 18px;
|
|
34960
|
-
}
|
|
34961
|
-
.E_n12mqh7z:not(:last-child) {
|
|
34962
|
-
margin-bottom: 4px;
|
|
34915
|
+
.E_c18bcrac {
|
|
34916
|
+
display: inline-block;
|
|
34917
|
+
width: 100%;
|
|
34963
34918
|
}
|
|
34964
|
-
|
|
34965
|
-
|
|
34966
|
-
margin: 0 3px;
|
|
34919
|
+
.E_c18bcrac .recharts-wrapper {
|
|
34920
|
+
margin-left: 4px;
|
|
34967
34921
|
}
|
|
34968
34922
|
|
|
34969
|
-
.
|
|
34970
|
-
|
|
34971
|
-
overflow: auto;
|
|
34923
|
+
.E_cro7kg2 {
|
|
34924
|
+
padding: 4px;
|
|
34972
34925
|
}
|
|
34973
|
-
|
|
34974
|
-
|
|
34975
|
-
overflow: hidden;
|
|
34976
|
-
text-overflow: ellipsis;
|
|
34926
|
+
.E_cro7kg2 .unit {
|
|
34927
|
+
color: white;
|
|
34977
34928
|
}
|
|
34978
34929
|
|
|
34979
|
-
.
|
|
34930
|
+
.E_c14wcxf0 {
|
|
34931
|
+
display: flex;
|
|
34932
|
+
justify-content: space-between;
|
|
34933
|
+
align-items: center;
|
|
34934
|
+
font-size: 13px;
|
|
34935
|
+
line-height: 24px;
|
|
34936
|
+
color: #cccccc;
|
|
34980
34937
|
white-space: nowrap;
|
|
34981
34938
|
}
|
|
34982
|
-
|
|
34983
|
-
|
|
34984
|
-
display: -webkit-box;
|
|
34985
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
34986
|
-
-webkit-box-orient: vertical;
|
|
34987
|
-
word-break: break-all;
|
|
34939
|
+
.E_c14wcxf0 label {
|
|
34940
|
+
margin-right: 32px;
|
|
34988
34941
|
}
|
|
34989
34942
|
|
|
34990
|
-
.
|
|
34991
|
-
|
|
34992
|
-
|
|
34993
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
34994
|
-
background: rgba(23, 38, 64, 0.8);
|
|
34995
|
-
border-radius: 4px;
|
|
34996
|
-
}
|
|
34997
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
34998
|
-
visibility: hidden;
|
|
34943
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
34944
|
+
font-weight: bold;
|
|
34945
|
+
color: white;
|
|
34999
34946
|
}
|
|
35000
34947
|
|
|
35001
|
-
.
|
|
35002
|
-
|
|
35003
|
-
|
|
35004
|
-
|
|
35005
|
-
|
|
34948
|
+
.E_s11212zy {
|
|
34949
|
+
width: 8px;
|
|
34950
|
+
height: 8px;
|
|
34951
|
+
border-radius: 2px;
|
|
34952
|
+
display: inline-block;
|
|
34953
|
+
background: var(--s11212zy-0);
|
|
34954
|
+
border: 1px solid #fff;
|
|
34955
|
+
box-sizing: content-box;
|
|
34956
|
+
margin-right: 6px;
|
|
35006
34957
|
}
|
|
35007
|
-
|
|
35008
|
-
|
|
34958
|
+
|
|
34959
|
+
.E_p1lyky6c > :first-child {
|
|
34960
|
+
font-weight: bold;
|
|
34961
|
+
color: white;
|
|
34962
|
+
margin-right: 4px;
|
|
35009
34963
|
}
|
|
35010
34964
|
|
|
35011
34965
|
.E_c1up1pdz {
|
|
@@ -35265,12 +35219,50 @@ span.E_tqjc4ui {
|
|
|
35265
35219
|
text-align: left;
|
|
35266
35220
|
}
|
|
35267
35221
|
|
|
35268
|
-
.
|
|
35222
|
+
.E_n12mqh7z {
|
|
35269
35223
|
display: flex;
|
|
35270
35224
|
align-items: center;
|
|
35225
|
+
font-size: 12px;
|
|
35226
|
+
line-height: 18px;
|
|
35271
35227
|
}
|
|
35272
|
-
.
|
|
35273
|
-
margin-
|
|
35228
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35229
|
+
margin-bottom: 4px;
|
|
35230
|
+
}
|
|
35231
|
+
|
|
35232
|
+
.E_tf5bynu {
|
|
35233
|
+
margin: 0 3px;
|
|
35234
|
+
}
|
|
35235
|
+
|
|
35236
|
+
.E_tcckoz1 {
|
|
35237
|
+
max-height: 400px;
|
|
35238
|
+
overflow: auto;
|
|
35239
|
+
}
|
|
35240
|
+
|
|
35241
|
+
.E_ou7iq30 {
|
|
35242
|
+
overflow: hidden;
|
|
35243
|
+
text-overflow: ellipsis;
|
|
35244
|
+
}
|
|
35245
|
+
|
|
35246
|
+
.E_s1tui002 {
|
|
35247
|
+
white-space: nowrap;
|
|
35248
|
+
}
|
|
35249
|
+
|
|
35250
|
+
.E_mxrc2zg {
|
|
35251
|
+
display: -webkit-box;
|
|
35252
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35253
|
+
-webkit-box-orient: vertical;
|
|
35254
|
+
word-break: break-all;
|
|
35255
|
+
}
|
|
35256
|
+
|
|
35257
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35258
|
+
display: none;
|
|
35259
|
+
}
|
|
35260
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35261
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35262
|
+
border-radius: 4px;
|
|
35263
|
+
}
|
|
35264
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35265
|
+
visibility: hidden;
|
|
35274
35266
|
}
|
|
35275
35267
|
|
|
35276
35268
|
.E_t1sqg15u {
|
|
@@ -35356,11 +35348,42 @@ span.E_tqjc4ui {
|
|
|
35356
35348
|
justify-content: flex-start;
|
|
35357
35349
|
}
|
|
35358
35350
|
|
|
35359
|
-
.E_rhz2uv5 {
|
|
35360
|
-
width: var(--rhz2uv5-0);
|
|
35361
|
-
flex-shrink: 0;
|
|
35362
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35363
|
-
padding-right: 12px;
|
|
35351
|
+
.E_rhz2uv5 {
|
|
35352
|
+
width: var(--rhz2uv5-0);
|
|
35353
|
+
flex-shrink: 0;
|
|
35354
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35355
|
+
padding-right: 12px;
|
|
35356
|
+
}
|
|
35357
|
+
|
|
35358
|
+
.E_wg1tsps {
|
|
35359
|
+
display: flex;
|
|
35360
|
+
align-items: center;
|
|
35361
|
+
justify-content: flex-end;
|
|
35362
|
+
}
|
|
35363
|
+
|
|
35364
|
+
.E_b1ctd5xy {
|
|
35365
|
+
display: flex;
|
|
35366
|
+
align-items: center;
|
|
35367
|
+
width: calc(100% - 40px);
|
|
35368
|
+
}
|
|
35369
|
+
.E_b1ctd5xy .chart {
|
|
35370
|
+
display: inline-block;
|
|
35371
|
+
width: 100%;
|
|
35372
|
+
}
|
|
35373
|
+
|
|
35374
|
+
.E_u1p8acpn {
|
|
35375
|
+
min-width: 40px;
|
|
35376
|
+
}
|
|
35377
|
+
.E_u1p8acpn .unit {
|
|
35378
|
+
color: #00122e !important;
|
|
35379
|
+
}
|
|
35380
|
+
|
|
35381
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35382
|
+
display: flex;
|
|
35383
|
+
align-items: center;
|
|
35384
|
+
}
|
|
35385
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35386
|
+
margin-right: 8px;
|
|
35364
35387
|
}
|
|
35365
35388
|
|
|
35366
35389
|
.E_t160l1cm {
|
|
@@ -35566,27 +35589,10 @@ span.E_tqjc4ui {
|
|
|
35566
35589
|
background: transparent;
|
|
35567
35590
|
}
|
|
35568
35591
|
|
|
35569
|
-
.
|
|
35570
|
-
|
|
35571
|
-
|
|
35572
|
-
|
|
35573
|
-
}
|
|
35574
|
-
|
|
35575
|
-
.E_b1ctd5xy {
|
|
35576
|
-
display: flex;
|
|
35577
|
-
align-items: center;
|
|
35578
|
-
width: calc(100% - 40px);
|
|
35579
|
-
}
|
|
35580
|
-
.E_b1ctd5xy .chart {
|
|
35581
|
-
display: inline-block;
|
|
35582
|
-
width: 100%;
|
|
35583
|
-
}
|
|
35584
|
-
|
|
35585
|
-
.E_u1p8acpn {
|
|
35586
|
-
min-width: 40px;
|
|
35587
|
-
}
|
|
35588
|
-
.E_u1p8acpn .unit {
|
|
35589
|
-
color: #00122e !important;
|
|
35592
|
+
.E_h1ol2wl7 {
|
|
35593
|
+
font-weight: bold;
|
|
35594
|
+
background-color: unset;
|
|
35595
|
+
padding: unset;
|
|
35590
35596
|
}
|
|
35591
35597
|
|
|
35592
35598
|
.E_cyms3br {
|
|
@@ -35683,12 +35689,6 @@ span.E_tqjc4ui {
|
|
|
35683
35689
|
color: rgba(0, 21, 64, 0.3);
|
|
35684
35690
|
}
|
|
35685
35691
|
|
|
35686
|
-
.E_h1ol2wl7 {
|
|
35687
|
-
font-weight: bold;
|
|
35688
|
-
background-color: unset;
|
|
35689
|
-
padding: unset;
|
|
35690
|
-
}
|
|
35691
|
-
|
|
35692
35692
|
.E_kr6am0s .ant-modal-body {
|
|
35693
35693
|
padding: 60px 128px;
|
|
35694
35694
|
}
|
|
@@ -35752,112 +35752,6 @@ span.E_tqjc4ui {
|
|
|
35752
35752
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35753
35753
|
}
|
|
35754
35754
|
|
|
35755
|
-
.E_c1ss4prm {
|
|
35756
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35757
|
-
}
|
|
35758
|
-
.E_c1ss4prm li {
|
|
35759
|
-
margin-bottom: 4px;
|
|
35760
|
-
}
|
|
35761
|
-
.E_c1ss4prm li:last-child {
|
|
35762
|
-
margin-bottom: 0;
|
|
35763
|
-
}
|
|
35764
|
-
|
|
35765
|
-
.E_ms3tlei {
|
|
35766
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35767
|
-
padding: 8px;
|
|
35768
|
-
border-radius: 6px;
|
|
35769
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35770
|
-
}
|
|
35771
|
-
.E_ms3tlei li {
|
|
35772
|
-
margin-bottom: 4px;
|
|
35773
|
-
}
|
|
35774
|
-
.E_ms3tlei li:last-child {
|
|
35775
|
-
margin-bottom: 0;
|
|
35776
|
-
}
|
|
35777
|
-
|
|
35778
|
-
.E_du44iy7 {
|
|
35779
|
-
margin-bottom: 4px;
|
|
35780
|
-
}
|
|
35781
|
-
|
|
35782
|
-
.E_s1qmhanr {
|
|
35783
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35784
|
-
margin-bottom: 8px;
|
|
35785
|
-
}
|
|
35786
|
-
|
|
35787
|
-
.E_drje1h0 {
|
|
35788
|
-
height: 1px;
|
|
35789
|
-
background: #e4e9f2;
|
|
35790
|
-
margin: 16px 0;
|
|
35791
|
-
}
|
|
35792
|
-
|
|
35793
|
-
.E_l12xdkhl {
|
|
35794
|
-
width: 64px;
|
|
35795
|
-
height: 64px;
|
|
35796
|
-
max-width: 64px;
|
|
35797
|
-
max-height: 64px;
|
|
35798
|
-
overflow: hidden;
|
|
35799
|
-
display: flex;
|
|
35800
|
-
align-items: center;
|
|
35801
|
-
justify-content: center;
|
|
35802
|
-
position: relative;
|
|
35803
|
-
opacity: 0.6;
|
|
35804
|
-
}
|
|
35805
|
-
.E_l12xdkhl .icon-wrapper {
|
|
35806
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
35807
|
-
}
|
|
35808
|
-
@keyframes rotate {
|
|
35809
|
-
from {
|
|
35810
|
-
transform: rotate(0deg);
|
|
35811
|
-
}
|
|
35812
|
-
to {
|
|
35813
|
-
transform: rotate(360deg);
|
|
35814
|
-
}
|
|
35815
|
-
}
|
|
35816
|
-
|
|
35817
|
-
.E_c14ouk5o {
|
|
35818
|
-
width: 100%;
|
|
35819
|
-
height: 100%;
|
|
35820
|
-
display: flex;
|
|
35821
|
-
font-size: 12px;
|
|
35822
|
-
line-height: 18px;
|
|
35823
|
-
padding: 8px 0;
|
|
35824
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35825
|
-
}
|
|
35826
|
-
.E_c14ouk5o:last-of-type {
|
|
35827
|
-
box-shadow: none;
|
|
35828
|
-
padding-bottom: 0;
|
|
35829
|
-
}
|
|
35830
|
-
.E_c14ouk5o.collapsed {
|
|
35831
|
-
flex-direction: column;
|
|
35832
|
-
}
|
|
35833
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
35834
|
-
display: flex;
|
|
35835
|
-
}
|
|
35836
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
35837
|
-
flex: 1;
|
|
35838
|
-
display: flex;
|
|
35839
|
-
justify-content: space-between;
|
|
35840
|
-
}
|
|
35841
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
35842
|
-
height: auto;
|
|
35843
|
-
}
|
|
35844
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
35845
|
-
margin-left: 162px;
|
|
35846
|
-
}
|
|
35847
|
-
.E_c14ouk5o .col-label {
|
|
35848
|
-
width: 216px;
|
|
35849
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35850
|
-
margin-right: 12px;
|
|
35851
|
-
flex-shrink: 0;
|
|
35852
|
-
}
|
|
35853
|
-
.E_c14ouk5o .col-content {
|
|
35854
|
-
color: #2d3a56;
|
|
35855
|
-
/* make btn link in info row have the same height as normal text */
|
|
35856
|
-
}
|
|
35857
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
35858
|
-
height: auto;
|
|
35859
|
-
}
|
|
35860
|
-
|
|
35861
35755
|
.E_c1kchka8 {
|
|
35862
35756
|
height: 100%;
|
|
35863
35757
|
width: 100%;
|
|
@@ -36350,6 +36244,68 @@ span.E_tqjc4ui {
|
|
|
36350
36244
|
padding: 0;
|
|
36351
36245
|
}
|
|
36352
36246
|
|
|
36247
|
+
.E_l12xdkhl {
|
|
36248
|
+
width: 64px;
|
|
36249
|
+
height: 64px;
|
|
36250
|
+
max-width: 64px;
|
|
36251
|
+
max-height: 64px;
|
|
36252
|
+
overflow: hidden;
|
|
36253
|
+
display: flex;
|
|
36254
|
+
align-items: center;
|
|
36255
|
+
justify-content: center;
|
|
36256
|
+
position: relative;
|
|
36257
|
+
opacity: 0.6;
|
|
36258
|
+
}
|
|
36259
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36260
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36261
|
+
}
|
|
36262
|
+
@keyframes rotate {
|
|
36263
|
+
from {
|
|
36264
|
+
transform: rotate(0deg);
|
|
36265
|
+
}
|
|
36266
|
+
to {
|
|
36267
|
+
transform: rotate(360deg);
|
|
36268
|
+
}
|
|
36269
|
+
}
|
|
36270
|
+
|
|
36271
|
+
.E_c1ss4prm {
|
|
36272
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36273
|
+
}
|
|
36274
|
+
.E_c1ss4prm li {
|
|
36275
|
+
margin-bottom: 4px;
|
|
36276
|
+
}
|
|
36277
|
+
.E_c1ss4prm li:last-child {
|
|
36278
|
+
margin-bottom: 0;
|
|
36279
|
+
}
|
|
36280
|
+
|
|
36281
|
+
.E_ms3tlei {
|
|
36282
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36283
|
+
padding: 8px;
|
|
36284
|
+
border-radius: 6px;
|
|
36285
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36286
|
+
}
|
|
36287
|
+
.E_ms3tlei li {
|
|
36288
|
+
margin-bottom: 4px;
|
|
36289
|
+
}
|
|
36290
|
+
.E_ms3tlei li:last-child {
|
|
36291
|
+
margin-bottom: 0;
|
|
36292
|
+
}
|
|
36293
|
+
|
|
36294
|
+
.E_du44iy7 {
|
|
36295
|
+
margin-bottom: 4px;
|
|
36296
|
+
}
|
|
36297
|
+
|
|
36298
|
+
.E_s1qmhanr {
|
|
36299
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36300
|
+
margin-bottom: 8px;
|
|
36301
|
+
}
|
|
36302
|
+
|
|
36303
|
+
.E_drje1h0 {
|
|
36304
|
+
height: 1px;
|
|
36305
|
+
background: #e4e9f2;
|
|
36306
|
+
margin: 16px 0;
|
|
36307
|
+
}
|
|
36308
|
+
|
|
36353
36309
|
.E_cevhqx7 {
|
|
36354
36310
|
color: #00122e;
|
|
36355
36311
|
}
|
|
@@ -36357,4 +36313,48 @@ span.E_tqjc4ui {
|
|
|
36357
36313
|
.E_snbqlt4 {
|
|
36358
36314
|
margin-top: 8px;
|
|
36359
36315
|
color: rgba(44, 56, 82, 0.6);
|
|
36316
|
+
}
|
|
36317
|
+
|
|
36318
|
+
.E_c14ouk5o {
|
|
36319
|
+
width: 100%;
|
|
36320
|
+
height: 100%;
|
|
36321
|
+
display: flex;
|
|
36322
|
+
font-size: 12px;
|
|
36323
|
+
line-height: 18px;
|
|
36324
|
+
padding: 8px 0;
|
|
36325
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36326
|
+
}
|
|
36327
|
+
.E_c14ouk5o:last-of-type {
|
|
36328
|
+
box-shadow: none;
|
|
36329
|
+
padding-bottom: 0;
|
|
36330
|
+
}
|
|
36331
|
+
.E_c14ouk5o.collapsed {
|
|
36332
|
+
flex-direction: column;
|
|
36333
|
+
}
|
|
36334
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36335
|
+
display: flex;
|
|
36336
|
+
}
|
|
36337
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36338
|
+
flex: 1;
|
|
36339
|
+
display: flex;
|
|
36340
|
+
justify-content: space-between;
|
|
36341
|
+
}
|
|
36342
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36343
|
+
height: auto;
|
|
36344
|
+
}
|
|
36345
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36346
|
+
margin-left: 162px;
|
|
36347
|
+
}
|
|
36348
|
+
.E_c14ouk5o .col-label {
|
|
36349
|
+
width: 216px;
|
|
36350
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36351
|
+
margin-right: 12px;
|
|
36352
|
+
flex-shrink: 0;
|
|
36353
|
+
}
|
|
36354
|
+
.E_c14ouk5o .col-content {
|
|
36355
|
+
color: #2d3a56;
|
|
36356
|
+
/* make btn link in info row have the same height as normal text */
|
|
36357
|
+
}
|
|
36358
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36359
|
+
height: auto;
|
|
36360
36360
|
}
|