@cloudtower/eagle 0.33.46 → 0.33.48
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/ImmersiveDialog/index.js +33 -11
- package/dist/cjs/core/MediumDialog/MediumDialog.js +6 -3
- package/dist/cjs/core/SmallDialog/SmallDialog.js +30 -10
- package/dist/cjs/core/SmallDialog/SmallDialog.style.js +6 -0
- package/dist/cjs/core/SmallDialog/SmallDialog.widget.js +28 -0
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2077 -2018
- package/dist/esm/core/ImmersiveDialog/index.js +32 -11
- package/dist/esm/core/MediumDialog/MediumDialog.js +6 -3
- package/dist/esm/core/SmallDialog/SmallDialog.js +30 -10
- package/dist/esm/core/SmallDialog/SmallDialog.style.js +4 -1
- package/dist/esm/core/SmallDialog/SmallDialog.widget.js +20 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2344 -2273
- package/dist/src/core/ImmersiveDialog/type.d.ts +4 -0
- package/dist/src/core/MediumDialog/MediumDialog.d.ts +2 -2
- package/dist/src/core/MediumDialog/MediumDialog.type.d.ts +5 -0
- package/dist/src/core/SmallDialog/SmallDialog.style.d.ts +3 -0
- package/dist/src/core/SmallDialog/SmallDialog.type.d.ts +8 -0
- package/dist/src/core/SmallDialog/SmallDialog.widget.d.ts +8 -0
- package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +6 -0
- package/dist/stories/docs/core/MediumDialog.stories.d.ts +8 -0
- package/dist/stories/docs/core/SmallDialog.stories.d.ts +4 -0
- package/dist/stories/docs/core/WizardDialog.stories.d.ts +3 -0
- package/dist/stories/utils.d.ts +12 -0
- package/dist/style.css +2077 -2018
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29713,22 +29713,6 @@ html body {
|
|
|
29713
29713
|
flex: 1;
|
|
29714
29714
|
}
|
|
29715
29715
|
|
|
29716
|
-
.E_berrcjl {
|
|
29717
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29718
|
-
margin-bottom: 4px;
|
|
29719
|
-
}
|
|
29720
|
-
.E_berrcjl .breadcrumb-link {
|
|
29721
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29722
|
-
cursor: pointer;
|
|
29723
|
-
transition: color 160ms ease;
|
|
29724
|
-
}
|
|
29725
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29726
|
-
color: #0080ff;
|
|
29727
|
-
}
|
|
29728
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29729
|
-
color: #005ed1;
|
|
29730
|
-
}
|
|
29731
|
-
|
|
29732
29716
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29733
29717
|
justify-content: center;
|
|
29734
29718
|
}
|
|
@@ -30015,8 +29999,26 @@ html body {
|
|
|
30015
29999
|
border-radius: unset;
|
|
30016
30000
|
}
|
|
30017
30001
|
|
|
30018
|
-
.
|
|
30019
|
-
|
|
30002
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30003
|
+
border: 0px;
|
|
30004
|
+
background-color: #fff;
|
|
30005
|
+
}
|
|
30006
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30007
|
+
padding-top: 0px;
|
|
30008
|
+
padding-bottom: 0px;
|
|
30009
|
+
padding-left: 0px !important;
|
|
30010
|
+
padding-right: 24px;
|
|
30011
|
+
}
|
|
30012
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30013
|
+
right: 0px;
|
|
30014
|
+
}
|
|
30015
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30016
|
+
padding: 0px;
|
|
30017
|
+
}
|
|
30018
|
+
|
|
30019
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30020
|
+
padding-right: 0px;
|
|
30021
|
+
cursor: default;
|
|
30020
30022
|
}
|
|
30021
30023
|
|
|
30022
30024
|
.E_c1yyuluq {
|
|
@@ -30048,28 +30050,6 @@ html body {
|
|
|
30048
30050
|
text-align: center;
|
|
30049
30051
|
}
|
|
30050
30052
|
|
|
30051
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30052
|
-
border: 0px;
|
|
30053
|
-
background-color: #fff;
|
|
30054
|
-
}
|
|
30055
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30056
|
-
padding-top: 0px;
|
|
30057
|
-
padding-bottom: 0px;
|
|
30058
|
-
padding-left: 0px !important;
|
|
30059
|
-
padding-right: 24px;
|
|
30060
|
-
}
|
|
30061
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30062
|
-
right: 0px;
|
|
30063
|
-
}
|
|
30064
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30065
|
-
padding: 0px;
|
|
30066
|
-
}
|
|
30067
|
-
|
|
30068
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30069
|
-
padding-right: 0px;
|
|
30070
|
-
cursor: default;
|
|
30071
|
-
}
|
|
30072
|
-
|
|
30073
30053
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30074
30054
|
padding: 4px 8px 0 8px;
|
|
30075
30055
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -30083,6 +30063,22 @@ html body {
|
|
|
30083
30063
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30084
30064
|
}
|
|
30085
30065
|
|
|
30066
|
+
.E_berrcjl {
|
|
30067
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30068
|
+
margin-bottom: 4px;
|
|
30069
|
+
}
|
|
30070
|
+
.E_berrcjl .breadcrumb-link {
|
|
30071
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30072
|
+
cursor: pointer;
|
|
30073
|
+
transition: color 160ms ease;
|
|
30074
|
+
}
|
|
30075
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30076
|
+
color: #0080ff;
|
|
30077
|
+
}
|
|
30078
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30079
|
+
color: #005ed1;
|
|
30080
|
+
}
|
|
30081
|
+
|
|
30086
30082
|
.E_d1bw7c5z {
|
|
30087
30083
|
position: relative;
|
|
30088
30084
|
max-width: 388px;
|
|
@@ -30166,72 +30162,7 @@ html body {
|
|
|
30166
30162
|
width: 102px;
|
|
30167
30163
|
}
|
|
30168
30164
|
|
|
30169
|
-
.
|
|
30170
|
-
display: flex;
|
|
30171
|
-
}
|
|
30172
|
-
.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 {
|
|
30173
|
-
border-bottom-left-radius: 5px;
|
|
30174
|
-
border-top-left-radius: 5px;
|
|
30175
|
-
}
|
|
30176
|
-
.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 {
|
|
30177
|
-
border-bottom-right-radius: 5px;
|
|
30178
|
-
border-top-right-radius: 5px;
|
|
30179
|
-
}
|
|
30180
|
-
|
|
30181
|
-
.E_phljevk {
|
|
30182
|
-
display: flex;
|
|
30183
|
-
justify-content: space-between;
|
|
30184
|
-
align-items: center;
|
|
30185
|
-
padding: 10px 0;
|
|
30186
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30187
|
-
font-size: 12px;
|
|
30188
|
-
line-height: 24px;
|
|
30189
|
-
}
|
|
30190
|
-
.E_phljevk .pagination-left {
|
|
30191
|
-
padding: 2px 8px;
|
|
30192
|
-
}
|
|
30193
|
-
.E_phljevk .dropdown-trigger {
|
|
30194
|
-
display: flex;
|
|
30195
|
-
align-items: center;
|
|
30196
|
-
border-radius: 6px;
|
|
30197
|
-
cursor: pointer;
|
|
30198
|
-
transition: all 0.3s ease;
|
|
30199
|
-
}
|
|
30200
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30201
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30202
|
-
color: #0080ff;
|
|
30203
|
-
}
|
|
30204
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30205
|
-
margin-left: 4px;
|
|
30206
|
-
}
|
|
30207
|
-
.E_phljevk .pagination-right {
|
|
30208
|
-
display: flex;
|
|
30209
|
-
align-items: center;
|
|
30210
|
-
color: #0080ff;
|
|
30211
|
-
font-weight: bold;
|
|
30212
|
-
}
|
|
30213
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30214
|
-
margin-left: 4px;
|
|
30215
|
-
}
|
|
30216
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30217
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30218
|
-
padding: 0 8px;
|
|
30219
|
-
}
|
|
30220
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30221
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30222
|
-
color: #0080ff;
|
|
30223
|
-
}
|
|
30224
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30225
|
-
transform: rotate(180deg);
|
|
30226
|
-
}
|
|
30227
|
-
|
|
30228
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30229
|
-
max-height: calc(100vh - 128px);
|
|
30230
|
-
overflow-y: auto;
|
|
30231
|
-
}
|
|
30232
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30233
|
-
padding: 4px 20px;
|
|
30234
|
-
font-size: 12px;
|
|
30165
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30235
30166
|
line-height: 18px;
|
|
30236
30167
|
}
|
|
30237
30168
|
|
|
@@ -30245,32 +30176,6 @@ html body {
|
|
|
30245
30176
|
color: rgba(44, 56, 82, 0.6);
|
|
30246
30177
|
}
|
|
30247
30178
|
|
|
30248
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30249
|
-
margin-right: 8px;
|
|
30250
|
-
}
|
|
30251
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30252
|
-
margin-left: 8px;
|
|
30253
|
-
}
|
|
30254
|
-
|
|
30255
|
-
.E_cc368xp {
|
|
30256
|
-
color: #00122e;
|
|
30257
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30258
|
-
margin-right: 8px;
|
|
30259
|
-
padding-right: 8px;
|
|
30260
|
-
}
|
|
30261
|
-
|
|
30262
|
-
.E_i11o6xqj {
|
|
30263
|
-
display: flex;
|
|
30264
|
-
gap: 4px;
|
|
30265
|
-
}
|
|
30266
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30267
|
-
cursor: pointer;
|
|
30268
|
-
}
|
|
30269
|
-
|
|
30270
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30271
|
-
cursor: not-allowed;
|
|
30272
|
-
}
|
|
30273
|
-
|
|
30274
30179
|
.E_rapgekc.ant-radio-wrapper {
|
|
30275
30180
|
display: inline-flex;
|
|
30276
30181
|
align-items: baseline;
|
|
@@ -30417,61 +30322,101 @@ html body {
|
|
|
30417
30322
|
width: 36px;
|
|
30418
30323
|
}
|
|
30419
30324
|
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30422
|
-
|
|
30423
|
-
|
|
30424
|
-
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
|
|
30325
|
+
.E_phljevk {
|
|
30326
|
+
display: flex;
|
|
30327
|
+
justify-content: space-between;
|
|
30328
|
+
align-items: center;
|
|
30329
|
+
padding: 10px 0;
|
|
30330
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30331
|
+
font-size: 12px;
|
|
30332
|
+
line-height: 24px;
|
|
30428
30333
|
}
|
|
30429
|
-
.
|
|
30430
|
-
|
|
30431
|
-
height: 16px;
|
|
30334
|
+
.E_phljevk .pagination-left {
|
|
30335
|
+
padding: 2px 8px;
|
|
30432
30336
|
}
|
|
30433
|
-
.
|
|
30434
|
-
|
|
30435
|
-
|
|
30337
|
+
.E_phljevk .dropdown-trigger {
|
|
30338
|
+
display: flex;
|
|
30339
|
+
align-items: center;
|
|
30340
|
+
border-radius: 6px;
|
|
30341
|
+
cursor: pointer;
|
|
30342
|
+
transition: all 0.3s ease;
|
|
30436
30343
|
}
|
|
30437
|
-
.
|
|
30438
|
-
|
|
30439
|
-
|
|
30344
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30345
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30346
|
+
color: #0080ff;
|
|
30440
30347
|
}
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30443
|
-
transition-delay: 120ms;
|
|
30348
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30349
|
+
margin-left: 4px;
|
|
30444
30350
|
}
|
|
30445
|
-
.
|
|
30446
|
-
|
|
30447
|
-
|
|
30448
|
-
|
|
30449
|
-
|
|
30351
|
+
.E_phljevk .pagination-right {
|
|
30352
|
+
display: flex;
|
|
30353
|
+
align-items: center;
|
|
30354
|
+
color: #0080ff;
|
|
30355
|
+
font-weight: bold;
|
|
30450
30356
|
}
|
|
30451
|
-
.
|
|
30452
|
-
|
|
30453
|
-
width: 28px;
|
|
30357
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30358
|
+
margin-left: 4px;
|
|
30454
30359
|
}
|
|
30455
|
-
.
|
|
30456
|
-
|
|
30360
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30361
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30362
|
+
padding: 0 8px;
|
|
30457
30363
|
}
|
|
30458
|
-
.
|
|
30459
|
-
|
|
30364
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30365
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30366
|
+
color: #0080ff;
|
|
30460
30367
|
}
|
|
30461
|
-
.
|
|
30462
|
-
|
|
30368
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30369
|
+
transform: rotate(180deg);
|
|
30463
30370
|
}
|
|
30464
|
-
|
|
30465
|
-
|
|
30371
|
+
|
|
30372
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30373
|
+
max-height: calc(100vh - 128px);
|
|
30374
|
+
overflow-y: auto;
|
|
30466
30375
|
}
|
|
30467
|
-
.
|
|
30468
|
-
|
|
30376
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30377
|
+
padding: 4px 20px;
|
|
30378
|
+
font-size: 12px;
|
|
30379
|
+
line-height: 18px;
|
|
30469
30380
|
}
|
|
30470
30381
|
|
|
30471
|
-
.
|
|
30472
|
-
margin-
|
|
30382
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30383
|
+
margin-right: 8px;
|
|
30473
30384
|
}
|
|
30474
|
-
|
|
30385
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30386
|
+
margin-left: 8px;
|
|
30387
|
+
}
|
|
30388
|
+
|
|
30389
|
+
.E_cc368xp {
|
|
30390
|
+
color: #00122e;
|
|
30391
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30392
|
+
margin-right: 8px;
|
|
30393
|
+
padding-right: 8px;
|
|
30394
|
+
}
|
|
30395
|
+
|
|
30396
|
+
.E_i11o6xqj {
|
|
30397
|
+
display: flex;
|
|
30398
|
+
gap: 4px;
|
|
30399
|
+
}
|
|
30400
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30401
|
+
cursor: pointer;
|
|
30402
|
+
}
|
|
30403
|
+
|
|
30404
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30405
|
+
cursor: not-allowed;
|
|
30406
|
+
}
|
|
30407
|
+
|
|
30408
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30409
|
+
display: flex;
|
|
30410
|
+
}
|
|
30411
|
+
.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 {
|
|
30412
|
+
border-bottom-left-radius: 5px;
|
|
30413
|
+
border-top-left-radius: 5px;
|
|
30414
|
+
}
|
|
30415
|
+
.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 {
|
|
30416
|
+
border-bottom-right-radius: 5px;
|
|
30417
|
+
border-top-right-radius: 5px;
|
|
30418
|
+
}
|
|
30419
|
+
|
|
30475
30420
|
.E_c1bus5hc {
|
|
30476
30421
|
--color: white;
|
|
30477
30422
|
height: 14px;
|
|
@@ -30512,8 +30457,63 @@ html body {
|
|
|
30512
30457
|
transform: rotate(0deg);
|
|
30513
30458
|
}
|
|
30514
30459
|
|
|
30515
|
-
.
|
|
30516
|
-
|
|
30460
|
+
.E_s1dizucg.ant-switch {
|
|
30461
|
+
min-width: 40px;
|
|
30462
|
+
height: 24px;
|
|
30463
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30464
|
+
overflow: hidden;
|
|
30465
|
+
}
|
|
30466
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30467
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30468
|
+
}
|
|
30469
|
+
.E_s1dizucg.ant-switch-small {
|
|
30470
|
+
min-width: 26px;
|
|
30471
|
+
height: 16px;
|
|
30472
|
+
}
|
|
30473
|
+
.E_s1dizucg.ant-switch-large {
|
|
30474
|
+
min-width: 52px;
|
|
30475
|
+
height: 32px;
|
|
30476
|
+
}
|
|
30477
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30478
|
+
height: 20px;
|
|
30479
|
+
width: 20px;
|
|
30480
|
+
}
|
|
30481
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30482
|
+
border-radius: 10px;
|
|
30483
|
+
transition-delay: 120ms;
|
|
30484
|
+
}
|
|
30485
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30486
|
+
height: 14px;
|
|
30487
|
+
width: 14px;
|
|
30488
|
+
top: 1px;
|
|
30489
|
+
left: 1px;
|
|
30490
|
+
}
|
|
30491
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30492
|
+
height: 28px;
|
|
30493
|
+
width: 28px;
|
|
30494
|
+
}
|
|
30495
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30496
|
+
border-radius: 14px;
|
|
30497
|
+
}
|
|
30498
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30499
|
+
background-color: #00ba5d;
|
|
30500
|
+
}
|
|
30501
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30502
|
+
left: calc(100% - 20px - 2px);
|
|
30503
|
+
}
|
|
30504
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30505
|
+
left: calc(100% - 14px - 1px);
|
|
30506
|
+
}
|
|
30507
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30508
|
+
left: calc(100% - 28px - 2px);
|
|
30509
|
+
}
|
|
30510
|
+
|
|
30511
|
+
.E_c1up6e3y {
|
|
30512
|
+
margin-left: 5px;
|
|
30513
|
+
}
|
|
30514
|
+
|
|
30515
|
+
.E_iq1gosr {
|
|
30516
|
+
display: inline-block;
|
|
30517
30517
|
}
|
|
30518
30518
|
|
|
30519
30519
|
.E_s1sck0th {
|
|
@@ -30598,21 +30598,6 @@ html body {
|
|
|
30598
30598
|
background-color: #7E41FF;
|
|
30599
30599
|
}
|
|
30600
30600
|
|
|
30601
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30602
|
-
display: none;
|
|
30603
|
-
}
|
|
30604
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30605
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30606
|
-
border-radius: 4px;
|
|
30607
|
-
}
|
|
30608
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30609
|
-
visibility: hidden;
|
|
30610
|
-
}
|
|
30611
|
-
|
|
30612
|
-
.E_iq1gosr {
|
|
30613
|
-
display: inline-block;
|
|
30614
|
-
}
|
|
30615
|
-
|
|
30616
30601
|
.E_s1dni7lo {
|
|
30617
30602
|
width: 430px !important;
|
|
30618
30603
|
}
|
|
@@ -30694,6 +30679,21 @@ html body {
|
|
|
30694
30679
|
opacity: 0;
|
|
30695
30680
|
}
|
|
30696
30681
|
|
|
30682
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30683
|
+
display: none;
|
|
30684
|
+
}
|
|
30685
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30686
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30687
|
+
border-radius: 4px;
|
|
30688
|
+
}
|
|
30689
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30690
|
+
visibility: hidden;
|
|
30691
|
+
}
|
|
30692
|
+
|
|
30693
|
+
.E_tju3gfj .date {
|
|
30694
|
+
margin-right: 4px;
|
|
30695
|
+
}
|
|
30696
|
+
|
|
30697
30697
|
.E_fzh9mnb {
|
|
30698
30698
|
width: 100%;
|
|
30699
30699
|
height: 100%;
|
|
@@ -30852,6 +30852,15 @@ html body {
|
|
|
30852
30852
|
padding: 2px 8px;
|
|
30853
30853
|
}
|
|
30854
30854
|
|
|
30855
|
+
.E_owd0kml {
|
|
30856
|
+
display: inline-block;
|
|
30857
|
+
}
|
|
30858
|
+
|
|
30859
|
+
.E_h1jsgezc {
|
|
30860
|
+
visibility: hidden;
|
|
30861
|
+
position: absolute;
|
|
30862
|
+
}
|
|
30863
|
+
|
|
30855
30864
|
.E_i1inqkme {
|
|
30856
30865
|
height: 18px;
|
|
30857
30866
|
line-height: 18px;
|
|
@@ -30872,1269 +30881,1203 @@ html body {
|
|
|
30872
30881
|
padding: 2px 7px 2px 12px;
|
|
30873
30882
|
}
|
|
30874
30883
|
|
|
30875
|
-
.
|
|
30876
|
-
display: inline-
|
|
30884
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
30885
|
+
display: inline-flex;
|
|
30886
|
+
align-items: center;
|
|
30887
|
+
justify-content: center;
|
|
30888
|
+
color: #fff;
|
|
30889
|
+
font-weight: bold;
|
|
30890
|
+
font-size: 12px;
|
|
30891
|
+
width: 24px;
|
|
30892
|
+
height: 24px;
|
|
30893
|
+
border-radius: 50%;
|
|
30894
|
+
background: var(--a1b5xrg3-0);
|
|
30877
30895
|
}
|
|
30878
|
-
|
|
30879
|
-
|
|
30880
|
-
|
|
30881
|
-
|
|
30896
|
+
.E_a1b5xrg3.btn-item {
|
|
30897
|
+
transition: all 160ms ease;
|
|
30898
|
+
cursor: pointer;
|
|
30899
|
+
width: 56px;
|
|
30900
|
+
height: 40px;
|
|
30901
|
+
display: inline-flex;
|
|
30902
|
+
align-items: center;
|
|
30903
|
+
justify-content: center;
|
|
30904
|
+
border-radius: 6px;
|
|
30905
|
+
}
|
|
30906
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
30907
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
30908
|
+
}
|
|
30909
|
+
.E_a1b5xrg3.btn-item:active {
|
|
30910
|
+
transform: translateY(2px);
|
|
30911
|
+
transition: all 320ms ease;
|
|
30882
30912
|
}
|
|
30883
30913
|
|
|
30884
|
-
.
|
|
30885
|
-
|
|
30886
|
-
flex-direction: column;
|
|
30914
|
+
.E_m196gn1d {
|
|
30915
|
+
min-width: 1280px;
|
|
30887
30916
|
}
|
|
30888
30917
|
|
|
30889
|
-
.
|
|
30890
|
-
|
|
30891
|
-
|
|
30892
|
-
|
|
30893
|
-
|
|
30918
|
+
.E_dsnbhzf {
|
|
30919
|
+
font-family: Inter;
|
|
30920
|
+
font-style: normal;
|
|
30921
|
+
font-weight: bold;
|
|
30922
|
+
font-size: 32px;
|
|
30923
|
+
line-height: 40px;
|
|
30894
30924
|
}
|
|
30895
30925
|
|
|
30896
|
-
.
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
|
|
30926
|
+
.E_d1mvo22k {
|
|
30927
|
+
font-family: Inter;
|
|
30928
|
+
font-style: normal;
|
|
30929
|
+
font-weight: bold;
|
|
30930
|
+
font-size: 24px;
|
|
30931
|
+
line-height: 32px;
|
|
30901
30932
|
}
|
|
30902
|
-
|
|
30903
|
-
.
|
|
30904
|
-
|
|
30905
|
-
|
|
30906
|
-
|
|
30933
|
+
|
|
30934
|
+
.E_d1b444tr {
|
|
30935
|
+
font-family: Inter;
|
|
30936
|
+
font-style: normal;
|
|
30937
|
+
font-weight: normal;
|
|
30938
|
+
font-size: 32px;
|
|
30939
|
+
line-height: 40px;
|
|
30907
30940
|
}
|
|
30908
|
-
|
|
30909
|
-
|
|
30910
|
-
|
|
30911
|
-
|
|
30941
|
+
|
|
30942
|
+
.E_dvs0kue {
|
|
30943
|
+
font-family: Inter;
|
|
30944
|
+
font-style: normal;
|
|
30945
|
+
font-weight: bold;
|
|
30946
|
+
font-size: 20px;
|
|
30947
|
+
line-height: 24px;
|
|
30912
30948
|
}
|
|
30913
|
-
|
|
30914
|
-
|
|
30949
|
+
|
|
30950
|
+
.E_d1hcbfcq {
|
|
30951
|
+
font-family: Inter;
|
|
30952
|
+
font-style: normal;
|
|
30953
|
+
font-weight: normal;
|
|
30954
|
+
font-size: 20px;
|
|
30955
|
+
line-height: 24px;
|
|
30915
30956
|
}
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
|
|
30957
|
+
|
|
30958
|
+
.E_d1cz922v {
|
|
30959
|
+
font-family: Inter;
|
|
30960
|
+
font-style: normal;
|
|
30961
|
+
font-weight: bold;
|
|
30962
|
+
font-size: 18px;
|
|
30963
|
+
line-height: 22px;
|
|
30922
30964
|
}
|
|
30923
|
-
|
|
30924
|
-
|
|
30965
|
+
|
|
30966
|
+
.E_d3nzbrm {
|
|
30967
|
+
font-family: Inter;
|
|
30968
|
+
font-style: normal;
|
|
30969
|
+
font-weight: normal;
|
|
30970
|
+
font-size: 18px;
|
|
30971
|
+
line-height: 22px;
|
|
30925
30972
|
}
|
|
30926
|
-
|
|
30927
|
-
|
|
30973
|
+
|
|
30974
|
+
.E_h1g0p5ob {
|
|
30975
|
+
font-family: Inter;
|
|
30976
|
+
font-style: normal;
|
|
30977
|
+
font-weight: bold;
|
|
30978
|
+
font-size: 16px;
|
|
30979
|
+
line-height: 22px;
|
|
30928
30980
|
}
|
|
30929
30981
|
|
|
30930
|
-
.
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
margin-left: 0;
|
|
30937
|
-
}
|
|
30938
|
-
.E_h18jprzg .ant-modal-body {
|
|
30939
|
-
margin: 0 auto;
|
|
30940
|
-
padding: 0;
|
|
30941
|
-
width: 100%;
|
|
30942
|
-
max-width: 648px;
|
|
30943
|
-
overflow: hidden;
|
|
30944
|
-
}
|
|
30945
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30946
|
-
margin-bottom: 40px;
|
|
30947
|
-
}
|
|
30948
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30949
|
-
height: calc(100vh - 225px);
|
|
30950
|
-
overflow-y: auto;
|
|
30951
|
-
}
|
|
30952
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30953
|
-
margin: 0 auto;
|
|
30954
|
-
max-width: 648px;
|
|
30955
|
-
}
|
|
30956
|
-
|
|
30957
|
-
.E_h16z9xgz .ant-modal-header {
|
|
30958
|
-
margin: 0 auto;
|
|
30959
|
-
width: 100%;
|
|
30960
|
-
max-width: 1024px;
|
|
30961
|
-
}
|
|
30962
|
-
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30963
|
-
margin-left: 0;
|
|
30964
|
-
}
|
|
30965
|
-
.E_h16z9xgz .ant-modal-body {
|
|
30966
|
-
margin: 0 auto;
|
|
30967
|
-
padding: 0;
|
|
30968
|
-
width: 100%;
|
|
30969
|
-
max-width: 1024px;
|
|
30970
|
-
overflow: hidden;
|
|
30971
|
-
}
|
|
30972
|
-
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
30973
|
-
margin-bottom: 40px;
|
|
30974
|
-
}
|
|
30975
|
-
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30976
|
-
height: calc(100vh - 225px);
|
|
30977
|
-
overflow-y: auto;
|
|
30978
|
-
}
|
|
30979
|
-
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
30980
|
-
margin: 0 auto;
|
|
30981
|
-
max-width: 1024px;
|
|
30982
|
+
.E_hydo2ej {
|
|
30983
|
+
font-family: Inter;
|
|
30984
|
+
font-style: normal;
|
|
30985
|
+
font-weight: normal;
|
|
30986
|
+
font-size: 16px;
|
|
30987
|
+
line-height: 22px;
|
|
30982
30988
|
}
|
|
30983
30989
|
|
|
30984
|
-
.
|
|
30985
|
-
|
|
30986
|
-
|
|
30987
|
-
|
|
30988
|
-
font-size:
|
|
30990
|
+
.E_h1hbuq0r {
|
|
30991
|
+
font-family: Inter;
|
|
30992
|
+
font-style: normal;
|
|
30993
|
+
font-weight: bold;
|
|
30994
|
+
font-size: 14px;
|
|
30989
30995
|
line-height: 20px;
|
|
30990
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30991
30996
|
}
|
|
30992
|
-
|
|
30997
|
+
|
|
30998
|
+
.E_h13bondg {
|
|
30999
|
+
font-family: Inter;
|
|
31000
|
+
font-style: normal;
|
|
31001
|
+
font-weight: normal;
|
|
30993
31002
|
font-size: 14px;
|
|
30994
31003
|
line-height: 20px;
|
|
30995
|
-
color: #2d3a56;
|
|
30996
|
-
margin-bottom: 12px;
|
|
30997
|
-
}
|
|
30998
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
30999
|
-
padding-bottom: 26px;
|
|
31000
31004
|
}
|
|
31001
31005
|
|
|
31002
|
-
.
|
|
31003
|
-
|
|
31004
|
-
|
|
31005
|
-
|
|
31006
|
+
.E_h1mhvdlx {
|
|
31007
|
+
font-family: Inter;
|
|
31008
|
+
font-style: normal;
|
|
31009
|
+
font-weight: bold;
|
|
31010
|
+
font-size: 12px;
|
|
31011
|
+
line-height: 18px;
|
|
31006
31012
|
}
|
|
31007
31013
|
|
|
31008
|
-
.
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
|
|
31012
|
-
|
|
31013
|
-
|
|
31014
|
-
width: 216px;
|
|
31015
|
-
}
|
|
31016
|
-
.E_f1l1g2k0 > label + * {
|
|
31017
|
-
width: 100%;
|
|
31014
|
+
.E_h1inmfq6 {
|
|
31015
|
+
font-family: Inter;
|
|
31016
|
+
font-style: normal;
|
|
31017
|
+
font-weight: normal;
|
|
31018
|
+
font-size: 12px;
|
|
31019
|
+
line-height: 18px;
|
|
31018
31020
|
}
|
|
31019
|
-
|
|
31020
|
-
|
|
31021
|
+
|
|
31022
|
+
.E_h1kfc0la {
|
|
31023
|
+
font-family: Inter;
|
|
31024
|
+
font-style: normal;
|
|
31025
|
+
font-weight: bold;
|
|
31026
|
+
text-transform: uppercase;
|
|
31027
|
+
font-feature-settings: "cpsp" on;
|
|
31028
|
+
font-size: 12px;
|
|
31029
|
+
line-height: 18px;
|
|
31021
31030
|
}
|
|
31022
31031
|
|
|
31023
|
-
.
|
|
31024
|
-
|
|
31025
|
-
|
|
31032
|
+
.E_h10xnyuu {
|
|
31033
|
+
font-family: Inter;
|
|
31034
|
+
font-style: normal;
|
|
31035
|
+
font-weight: normal;
|
|
31036
|
+
text-transform: uppercase;
|
|
31037
|
+
font-feature-settings: "cpsp" on;
|
|
31038
|
+
font-size: 12px;
|
|
31039
|
+
line-height: 18px;
|
|
31026
31040
|
}
|
|
31027
31041
|
|
|
31028
|
-
.
|
|
31029
|
-
|
|
31030
|
-
|
|
31031
|
-
|
|
31032
|
-
|
|
31042
|
+
.E_lrcmi0v {
|
|
31043
|
+
font-family: Inter;
|
|
31044
|
+
font-style: normal;
|
|
31045
|
+
font-weight: normal;
|
|
31046
|
+
font-size: 16px;
|
|
31047
|
+
line-height: 24px;
|
|
31033
31048
|
}
|
|
31034
31049
|
|
|
31035
|
-
.
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
|
|
31039
|
-
|
|
31050
|
+
.E_lzt43lp {
|
|
31051
|
+
font-family: Inter;
|
|
31052
|
+
font-style: normal;
|
|
31053
|
+
font-weight: bold;
|
|
31054
|
+
font-size: 16px;
|
|
31055
|
+
line-height: 24px;
|
|
31040
31056
|
}
|
|
31041
31057
|
|
|
31042
|
-
.
|
|
31043
|
-
|
|
31044
|
-
|
|
31045
|
-
|
|
31046
|
-
|
|
31047
|
-
|
|
31048
|
-
border-radius: 50%;
|
|
31049
|
-
margin: 0 4px;
|
|
31058
|
+
.E_l5yc9nt {
|
|
31059
|
+
font-family: Inter;
|
|
31060
|
+
font-style: normal;
|
|
31061
|
+
font-weight: normal;
|
|
31062
|
+
font-size: 16px;
|
|
31063
|
+
line-height: 24px;
|
|
31050
31064
|
}
|
|
31051
31065
|
|
|
31052
|
-
.
|
|
31053
|
-
|
|
31054
|
-
|
|
31055
|
-
|
|
31066
|
+
.E_l1fbkbzo {
|
|
31067
|
+
font-family: Inter;
|
|
31068
|
+
font-style: normal;
|
|
31069
|
+
font-weight: bold;
|
|
31070
|
+
font-size: 16px;
|
|
31071
|
+
line-height: 24px;
|
|
31056
31072
|
}
|
|
31057
|
-
|
|
31058
|
-
|
|
31059
|
-
|
|
31073
|
+
|
|
31074
|
+
.E_lahvcax {
|
|
31075
|
+
font-family: Inter;
|
|
31076
|
+
font-style: normal;
|
|
31077
|
+
font-weight: normal;
|
|
31078
|
+
text-transform: uppercase;
|
|
31079
|
+
font-feature-settings: "cpsp" on;
|
|
31080
|
+
font-size: 16px;
|
|
31081
|
+
line-height: 24px;
|
|
31060
31082
|
}
|
|
31061
|
-
|
|
31062
|
-
|
|
31083
|
+
|
|
31084
|
+
.E_l11q3pxd {
|
|
31085
|
+
font-family: Inter;
|
|
31086
|
+
font-style: normal;
|
|
31087
|
+
font-weight: bold;
|
|
31088
|
+
text-transform: uppercase;
|
|
31089
|
+
font-feature-settings: "cpsp" on;
|
|
31090
|
+
font-size: 16px;
|
|
31091
|
+
line-height: 24px;
|
|
31063
31092
|
}
|
|
31064
|
-
|
|
31065
|
-
|
|
31093
|
+
|
|
31094
|
+
.E_lfuc2qu {
|
|
31095
|
+
font-family: Inter;
|
|
31096
|
+
font-style: normal;
|
|
31097
|
+
font-weight: normal;
|
|
31098
|
+
font-size: 14px;
|
|
31099
|
+
line-height: 22px;
|
|
31066
31100
|
}
|
|
31067
|
-
|
|
31068
|
-
|
|
31101
|
+
|
|
31102
|
+
.E_l1jmp8r0 {
|
|
31103
|
+
font-family: Inter;
|
|
31104
|
+
font-style: normal;
|
|
31105
|
+
font-weight: 500;
|
|
31106
|
+
font-size: 14px;
|
|
31107
|
+
line-height: 22px;
|
|
31069
31108
|
}
|
|
31070
31109
|
|
|
31071
|
-
.
|
|
31072
|
-
font-
|
|
31073
|
-
|
|
31110
|
+
.E_lcnm221 {
|
|
31111
|
+
font-family: Inter;
|
|
31112
|
+
font-style: normal;
|
|
31074
31113
|
font-weight: bold;
|
|
31075
|
-
|
|
31076
|
-
|
|
31077
|
-
border-radius: 4px;
|
|
31078
|
-
display: inline-block;
|
|
31079
|
-
background: var(--t1wwio3v-0);
|
|
31080
|
-
}
|
|
31081
|
-
.E_t1wwio3v:not(:first-child) {
|
|
31082
|
-
margin-left: 4px;
|
|
31114
|
+
font-size: 14px;
|
|
31115
|
+
line-height: 22px;
|
|
31083
31116
|
}
|
|
31084
31117
|
|
|
31085
|
-
.
|
|
31086
|
-
|
|
31087
|
-
|
|
31088
|
-
|
|
31089
|
-
|
|
31090
|
-
|
|
31118
|
+
.E_lu1z2n5 {
|
|
31119
|
+
font-family: Inter;
|
|
31120
|
+
font-style: normal;
|
|
31121
|
+
font-weight: normal;
|
|
31122
|
+
font-size: 14px;
|
|
31123
|
+
line-height: 22px;
|
|
31091
31124
|
}
|
|
31092
31125
|
|
|
31093
|
-
.
|
|
31094
|
-
font-
|
|
31126
|
+
.E_l1r59djn {
|
|
31127
|
+
font-family: Inter;
|
|
31128
|
+
font-style: normal;
|
|
31095
31129
|
font-weight: bold;
|
|
31096
|
-
|
|
31097
|
-
|
|
31098
|
-
margin-left: 2px;
|
|
31099
|
-
margin-right: 2px;
|
|
31100
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31101
|
-
border-radius: 4px;
|
|
31130
|
+
font-size: 14px;
|
|
31131
|
+
line-height: 22px;
|
|
31102
31132
|
}
|
|
31103
31133
|
|
|
31104
|
-
.
|
|
31105
|
-
|
|
31106
|
-
|
|
31107
|
-
|
|
31108
|
-
|
|
31109
|
-
|
|
31110
|
-
|
|
31111
|
-
|
|
31112
|
-
}
|
|
31113
|
-
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31114
|
-
margin-top: 8px;
|
|
31115
|
-
}
|
|
31116
|
-
.E_f4mi9eq .form-item {
|
|
31117
|
-
width: auto;
|
|
31134
|
+
.E_ljm2911 {
|
|
31135
|
+
font-family: Inter;
|
|
31136
|
+
font-style: normal;
|
|
31137
|
+
font-weight: normal;
|
|
31138
|
+
text-transform: uppercase;
|
|
31139
|
+
font-feature-settings: "cpsp" on;
|
|
31140
|
+
font-size: 14px;
|
|
31141
|
+
line-height: 22px;
|
|
31118
31142
|
}
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
|
|
31143
|
+
|
|
31144
|
+
.E_l124mzmr {
|
|
31145
|
+
font-family: Inter;
|
|
31146
|
+
font-style: normal;
|
|
31147
|
+
font-weight: bold;
|
|
31148
|
+
text-transform: uppercase;
|
|
31149
|
+
font-feature-settings: "cpsp" on;
|
|
31150
|
+
font-size: 14px;
|
|
31151
|
+
line-height: 22px;
|
|
31122
31152
|
}
|
|
31123
|
-
|
|
31124
|
-
|
|
31125
|
-
|
|
31126
|
-
|
|
31127
|
-
|
|
31153
|
+
|
|
31154
|
+
.E_lb3chel {
|
|
31155
|
+
font-family: Inter;
|
|
31156
|
+
font-style: normal;
|
|
31157
|
+
font-weight: normal;
|
|
31128
31158
|
font-size: 13px;
|
|
31129
|
-
line-height:
|
|
31130
|
-
color: #8e9aa9;
|
|
31159
|
+
line-height: 20px;
|
|
31131
31160
|
}
|
|
31132
|
-
|
|
31133
|
-
|
|
31161
|
+
|
|
31162
|
+
.E_lv9jstu {
|
|
31163
|
+
font-family: Inter;
|
|
31164
|
+
font-style: normal;
|
|
31165
|
+
font-weight: 600;
|
|
31134
31166
|
font-size: 13px;
|
|
31135
|
-
|
|
31136
|
-
}
|
|
31137
|
-
.E_f4mi9eq .form-item-label.label-right {
|
|
31138
|
-
text-align: right;
|
|
31139
|
-
}
|
|
31140
|
-
.E_f4mi9eq .form-item-label,
|
|
31141
|
-
.E_f4mi9eq .form-item-control {
|
|
31142
|
-
line-height: 32px;
|
|
31143
|
-
}
|
|
31144
|
-
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31145
|
-
line-height: 18px;
|
|
31146
|
-
}
|
|
31147
|
-
.E_f4mi9eq .form-item-children {
|
|
31148
|
-
width: 100%;
|
|
31149
|
-
}
|
|
31150
|
-
.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 {
|
|
31151
|
-
width: 100%;
|
|
31152
|
-
}
|
|
31153
|
-
.E_f4mi9eq .form-item-error {
|
|
31154
|
-
color: #e75a3a;
|
|
31155
|
-
height: 0;
|
|
31156
|
-
overflow: hidden;
|
|
31157
|
-
}
|
|
31158
|
-
.E_f4mi9eq .form-item-error-enter-done {
|
|
31159
|
-
margin-top: 4px;
|
|
31160
|
-
height: auto;
|
|
31161
|
-
overflow: auto;
|
|
31162
|
-
}
|
|
31163
|
-
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31164
|
-
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31165
|
-
border: 1px solid #e75a3a;
|
|
31166
|
-
color: #e75a3a;
|
|
31167
|
+
line-height: 20px;
|
|
31167
31168
|
}
|
|
31168
31169
|
|
|
31169
|
-
.
|
|
31170
|
-
|
|
31170
|
+
.E_lwqlh3x {
|
|
31171
|
+
font-family: Inter;
|
|
31172
|
+
font-style: normal;
|
|
31171
31173
|
font-weight: bold;
|
|
31172
|
-
|
|
31173
|
-
|
|
31174
|
-
margin-bottom: 16px;
|
|
31175
|
-
}
|
|
31176
|
-
.E_fh0ewl8:not(:first-of-type) {
|
|
31177
|
-
margin-top: 16px;
|
|
31174
|
+
font-size: 13px;
|
|
31175
|
+
line-height: 20px;
|
|
31178
31176
|
}
|
|
31179
31177
|
|
|
31180
|
-
.
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
|
|
31184
|
-
|
|
31185
|
-
|
|
31186
|
-
cursor: pointer;
|
|
31187
|
-
transition: all 200ms ease-out 40ms;
|
|
31188
|
-
}
|
|
31189
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31190
|
-
content: "";
|
|
31191
|
-
width: 1px;
|
|
31192
|
-
height: 6px;
|
|
31193
|
-
border-radius: 1px;
|
|
31194
|
-
background: #ccd4e3;
|
|
31195
|
-
position: relative;
|
|
31196
|
-
right: 2px;
|
|
31197
|
-
transform: rotate(-45deg);
|
|
31178
|
+
.E_lalum9y {
|
|
31179
|
+
font-family: Inter;
|
|
31180
|
+
font-style: normal;
|
|
31181
|
+
font-weight: normal;
|
|
31182
|
+
font-size: 13px;
|
|
31183
|
+
line-height: 20px;
|
|
31198
31184
|
}
|
|
31199
|
-
|
|
31200
|
-
|
|
31201
|
-
|
|
31185
|
+
|
|
31186
|
+
.E_l1t6dj5o {
|
|
31187
|
+
font-family: Inter;
|
|
31188
|
+
font-style: normal;
|
|
31189
|
+
font-weight: 600;
|
|
31190
|
+
font-size: 13px;
|
|
31191
|
+
line-height: 20px;
|
|
31202
31192
|
}
|
|
31203
31193
|
|
|
31204
|
-
.
|
|
31205
|
-
|
|
31206
|
-
|
|
31207
|
-
|
|
31194
|
+
.E_l12f6ic {
|
|
31195
|
+
font-family: Inter;
|
|
31196
|
+
font-style: normal;
|
|
31197
|
+
font-weight: bold;
|
|
31198
|
+
font-size: 13px;
|
|
31199
|
+
line-height: 20px;
|
|
31208
31200
|
}
|
|
31209
|
-
|
|
31210
|
-
.
|
|
31211
|
-
|
|
31201
|
+
|
|
31202
|
+
.E_l7gmukq {
|
|
31203
|
+
font-family: Inter;
|
|
31204
|
+
font-style: normal;
|
|
31205
|
+
font-weight: normal;
|
|
31206
|
+
text-transform: uppercase;
|
|
31207
|
+
font-feature-settings: "cpsp" on;
|
|
31208
|
+
font-size: 13px;
|
|
31209
|
+
line-height: 20px;
|
|
31212
31210
|
}
|
|
31213
|
-
|
|
31214
|
-
.
|
|
31215
|
-
|
|
31211
|
+
|
|
31212
|
+
.E_lkwl0yp {
|
|
31213
|
+
font-family: Inter;
|
|
31214
|
+
font-style: normal;
|
|
31215
|
+
font-weight: bold;
|
|
31216
|
+
text-transform: uppercase;
|
|
31217
|
+
font-feature-settings: "cpsp" on;
|
|
31218
|
+
font-size: 13px;
|
|
31219
|
+
line-height: 20px;
|
|
31216
31220
|
}
|
|
31217
31221
|
|
|
31218
|
-
.
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
|
|
31222
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31223
|
-
border-radius: 6px;
|
|
31224
|
-
color: #e07f00;
|
|
31222
|
+
.E_l10knv48 {
|
|
31223
|
+
font-family: Inter;
|
|
31224
|
+
font-style: normal;
|
|
31225
|
+
font-weight: normal;
|
|
31225
31226
|
font-size: 12px;
|
|
31226
31227
|
line-height: 18px;
|
|
31227
31228
|
}
|
|
31228
|
-
.E_n1k9qi4r .icon-wrapper {
|
|
31229
|
-
margin-right: 10px;
|
|
31230
|
-
height: 18px;
|
|
31231
|
-
}
|
|
31232
31229
|
|
|
31233
|
-
.
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31238
|
-
border-radius: 6px;
|
|
31239
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31230
|
+
.E_l6526ld {
|
|
31231
|
+
font-family: Inter;
|
|
31232
|
+
font-style: normal;
|
|
31233
|
+
font-weight: 500;
|
|
31240
31234
|
font-size: 12px;
|
|
31241
31235
|
line-height: 18px;
|
|
31242
31236
|
}
|
|
31243
|
-
.E_n16fsg9x .icon-wrapper {
|
|
31244
|
-
margin-right: 10px;
|
|
31245
|
-
height: 18px;
|
|
31246
|
-
}
|
|
31247
31237
|
|
|
31248
|
-
.
|
|
31249
|
-
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31253
|
-
border-radius: 6px;
|
|
31254
|
-
color: #005ed1;
|
|
31238
|
+
.E_l1j81vli {
|
|
31239
|
+
font-family: Inter;
|
|
31240
|
+
font-style: normal;
|
|
31241
|
+
font-weight: bold;
|
|
31255
31242
|
font-size: 12px;
|
|
31256
31243
|
line-height: 18px;
|
|
31257
31244
|
}
|
|
31258
|
-
.E_i173wxzw .icon-wrapper {
|
|
31259
|
-
margin-right: 10px;
|
|
31260
|
-
height: 18px;
|
|
31261
|
-
}
|
|
31262
31245
|
|
|
31263
|
-
.
|
|
31264
|
-
|
|
31265
|
-
|
|
31246
|
+
.E_l1x7n1mk {
|
|
31247
|
+
font-family: Inter;
|
|
31248
|
+
font-style: normal;
|
|
31249
|
+
font-weight: normal;
|
|
31266
31250
|
font-size: 12px;
|
|
31267
31251
|
line-height: 18px;
|
|
31268
31252
|
}
|
|
31269
31253
|
|
|
31270
|
-
.
|
|
31271
|
-
|
|
31254
|
+
.E_l9fqufz {
|
|
31255
|
+
font-family: Inter;
|
|
31256
|
+
font-style: normal;
|
|
31257
|
+
font-weight: 500;
|
|
31272
31258
|
font-size: 12px;
|
|
31273
|
-
|
|
31259
|
+
line-height: 18px;
|
|
31274
31260
|
}
|
|
31275
31261
|
|
|
31276
|
-
.
|
|
31277
|
-
|
|
31278
|
-
|
|
31279
|
-
|
|
31280
|
-
|
|
31281
|
-
|
|
31282
|
-
margin-right: 16px;
|
|
31262
|
+
.E_l1iwnybd {
|
|
31263
|
+
font-family: Inter;
|
|
31264
|
+
font-style: normal;
|
|
31265
|
+
font-weight: bold;
|
|
31266
|
+
font-size: 12px;
|
|
31267
|
+
line-height: 18px;
|
|
31283
31268
|
}
|
|
31284
31269
|
|
|
31285
|
-
.
|
|
31286
|
-
|
|
31270
|
+
.E_lprtm1e {
|
|
31271
|
+
font-family: Inter;
|
|
31272
|
+
font-style: normal;
|
|
31273
|
+
font-weight: normal;
|
|
31274
|
+
text-transform: uppercase;
|
|
31275
|
+
font-feature-settings: "cpsp" on;
|
|
31276
|
+
font-size: 12px;
|
|
31277
|
+
line-height: 18px;
|
|
31287
31278
|
}
|
|
31288
31279
|
|
|
31289
|
-
.
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
|
|
31294
|
-
|
|
31295
|
-
|
|
31296
|
-
}
|
|
31297
|
-
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31298
|
-
padding: 8px 16px;
|
|
31299
|
-
line-height: 22px;
|
|
31300
|
-
}
|
|
31301
|
-
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31302
|
-
padding: 2px 8px;
|
|
31280
|
+
.E_l1lln87h {
|
|
31281
|
+
font-family: Inter;
|
|
31282
|
+
font-style: normal;
|
|
31283
|
+
font-weight: bold;
|
|
31284
|
+
text-transform: uppercase;
|
|
31285
|
+
font-feature-settings: "cpsp" on;
|
|
31286
|
+
font-size: 12px;
|
|
31303
31287
|
line-height: 18px;
|
|
31304
31288
|
}
|
|
31305
|
-
|
|
31306
|
-
|
|
31307
|
-
|
|
31308
|
-
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31313
|
-
z-index: 1;
|
|
31314
|
-
}
|
|
31315
|
-
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31316
|
-
border-color: #e75a3a;
|
|
31317
|
-
color: #e75a3a;
|
|
31289
|
+
|
|
31290
|
+
.E_f2pb48l {
|
|
31291
|
+
font-family: Inter;
|
|
31292
|
+
font-style: normal;
|
|
31293
|
+
font-weight: normal;
|
|
31294
|
+
font-size: 13px;
|
|
31295
|
+
line-height: 20px;
|
|
31318
31296
|
}
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
|
|
31297
|
+
|
|
31298
|
+
.E_fi9emkw {
|
|
31299
|
+
font-family: Inter;
|
|
31300
|
+
font-style: normal;
|
|
31301
|
+
font-weight: normal;
|
|
31302
|
+
font-size: 13px;
|
|
31303
|
+
line-height: 20px;
|
|
31322
31304
|
}
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
|
|
31305
|
+
|
|
31306
|
+
.E_f1nrg7da {
|
|
31307
|
+
font-family: Inter;
|
|
31308
|
+
font-style: normal;
|
|
31309
|
+
font-weight: normal;
|
|
31310
|
+
font-size: 12px;
|
|
31311
|
+
line-height: 18px;
|
|
31326
31312
|
}
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31313
|
+
|
|
31314
|
+
.E_f17k1i3n {
|
|
31315
|
+
font-family: Inter;
|
|
31316
|
+
font-style: normal;
|
|
31317
|
+
font-weight: normal;
|
|
31318
|
+
font-size: 12px;
|
|
31319
|
+
line-height: 18px;
|
|
31331
31320
|
}
|
|
31332
|
-
|
|
31333
|
-
|
|
31334
|
-
|
|
31335
|
-
|
|
31321
|
+
|
|
31322
|
+
.E_t1tvuj2e {
|
|
31323
|
+
font-family: Inter;
|
|
31324
|
+
font-style: normal;
|
|
31325
|
+
font-weight: normal;
|
|
31326
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31327
|
+
font-size: 13px;
|
|
31336
31328
|
line-height: 20px;
|
|
31337
|
-
color: #2d3a56;
|
|
31338
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31339
31329
|
}
|
|
31340
|
-
|
|
31341
|
-
.
|
|
31342
|
-
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31346
|
-
|
|
31330
|
+
|
|
31331
|
+
.E_t17uajlu {
|
|
31332
|
+
font-family: Inter;
|
|
31333
|
+
font-style: normal;
|
|
31334
|
+
font-weight: normal;
|
|
31335
|
+
font-feature-settings: "zero" on;
|
|
31336
|
+
font-size: 13px;
|
|
31337
|
+
line-height: 20px;
|
|
31347
31338
|
}
|
|
31348
|
-
|
|
31349
|
-
|
|
31339
|
+
|
|
31340
|
+
.E_t114zbyz {
|
|
31341
|
+
font-family: Inter;
|
|
31342
|
+
font-style: normal;
|
|
31343
|
+
font-weight: normal;
|
|
31344
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31345
|
+
font-size: 12px;
|
|
31350
31346
|
line-height: 18px;
|
|
31351
31347
|
}
|
|
31352
|
-
|
|
31353
|
-
|
|
31354
|
-
|
|
31348
|
+
|
|
31349
|
+
.E_t1il0kvi {
|
|
31350
|
+
font-family: Inter;
|
|
31351
|
+
font-style: normal;
|
|
31352
|
+
font-weight: 500;
|
|
31353
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31354
|
+
font-size: 12px;
|
|
31355
|
+
line-height: 18px;
|
|
31355
31356
|
}
|
|
31356
|
-
|
|
31357
|
-
|
|
31358
|
-
|
|
31357
|
+
|
|
31358
|
+
.E_t10dv8p1 {
|
|
31359
|
+
font-family: Inter;
|
|
31360
|
+
font-style: normal;
|
|
31361
|
+
font-weight: normal;
|
|
31362
|
+
font-feature-settings: "zero" on;
|
|
31363
|
+
font-size: 12px;
|
|
31364
|
+
line-height: 18px;
|
|
31359
31365
|
}
|
|
31360
|
-
|
|
31361
|
-
|
|
31366
|
+
|
|
31367
|
+
.E_tc2oqpq {
|
|
31368
|
+
font-family: Inter;
|
|
31369
|
+
font-style: normal;
|
|
31370
|
+
font-weight: 500;
|
|
31371
|
+
font-feature-settings: "zero" on;
|
|
31372
|
+
font-size: 12px;
|
|
31373
|
+
line-height: 18px;
|
|
31362
31374
|
}
|
|
31363
|
-
|
|
31364
|
-
|
|
31375
|
+
|
|
31376
|
+
.E_tzvddmc {
|
|
31377
|
+
font-family: Inter;
|
|
31378
|
+
font-style: normal;
|
|
31379
|
+
font-weight: bold;
|
|
31380
|
+
font-feature-settings: "zero" on;
|
|
31381
|
+
font-size: 16px;
|
|
31382
|
+
line-height: 24px;
|
|
31365
31383
|
}
|
|
31366
|
-
|
|
31367
|
-
|
|
31368
|
-
|
|
31384
|
+
|
|
31385
|
+
.E_u18llj45 {
|
|
31386
|
+
font-family: Inter;
|
|
31387
|
+
font-style: normal;
|
|
31388
|
+
font-weight: normal;
|
|
31389
|
+
font-size: 10px;
|
|
31390
|
+
line-height: 12px;
|
|
31369
31391
|
}
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
|
|
31392
|
+
|
|
31393
|
+
.E_cnujxq2 {
|
|
31394
|
+
display: flex;
|
|
31395
|
+
flex-direction: column;
|
|
31373
31396
|
}
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
|
|
31377
|
-
|
|
31397
|
+
|
|
31398
|
+
.E_m7s48ia {
|
|
31399
|
+
max-width: 1120px;
|
|
31400
|
+
width: 100%;
|
|
31401
|
+
margin: 0 auto;
|
|
31402
|
+
height: 100%;
|
|
31378
31403
|
}
|
|
31379
|
-
|
|
31380
|
-
|
|
31381
|
-
|
|
31404
|
+
|
|
31405
|
+
.E_wt5zbg6 {
|
|
31406
|
+
max-width: 1120px;
|
|
31407
|
+
width: 100%;
|
|
31408
|
+
margin: 0 auto;
|
|
31409
|
+
display: flex;
|
|
31382
31410
|
}
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
|
|
31411
|
+
.E_wt5zbg6 .left,
|
|
31412
|
+
.E_wt5zbg6 .right {
|
|
31413
|
+
flex-grow: 0;
|
|
31414
|
+
flex-shrink: 0;
|
|
31415
|
+
flex-basis: 21%;
|
|
31386
31416
|
}
|
|
31387
|
-
|
|
31388
|
-
|
|
31417
|
+
.E_wt5zbg6 .left {
|
|
31418
|
+
display: flex;
|
|
31419
|
+
justify-content: flex-end;
|
|
31420
|
+
padding-right: 44px;
|
|
31389
31421
|
}
|
|
31390
|
-
|
|
31391
|
-
|
|
31392
|
-
height: 32px;
|
|
31422
|
+
.E_wt5zbg6 .right {
|
|
31423
|
+
padding-left: 44px;
|
|
31393
31424
|
}
|
|
31394
|
-
|
|
31395
|
-
|
|
31425
|
+
.E_wt5zbg6 .middle {
|
|
31426
|
+
margin-bottom: 40px;
|
|
31427
|
+
flex-grow: 0;
|
|
31428
|
+
flex-shrink: 0;
|
|
31429
|
+
flex-basis: 58%;
|
|
31430
|
+
overflow: hidden;
|
|
31396
31431
|
}
|
|
31397
|
-
|
|
31398
|
-
|
|
31399
|
-
height: 24px;
|
|
31432
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31433
|
+
width: 100%;
|
|
31400
31434
|
}
|
|
31401
|
-
|
|
31402
|
-
|
|
31435
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31436
|
+
width: auto;
|
|
31403
31437
|
}
|
|
31404
31438
|
|
|
31405
|
-
.
|
|
31406
|
-
|
|
31407
|
-
|
|
31439
|
+
.E_h18jprzg .ant-modal-header {
|
|
31440
|
+
margin: 0 auto;
|
|
31441
|
+
width: 100%;
|
|
31442
|
+
max-width: 648px;
|
|
31408
31443
|
}
|
|
31409
|
-
.
|
|
31410
|
-
|
|
31411
|
-
padding: 6px;
|
|
31412
|
-
height: 32px;
|
|
31413
|
-
cursor: pointer;
|
|
31414
|
-
transition: border 150ms;
|
|
31444
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31445
|
+
margin-left: 0;
|
|
31415
31446
|
}
|
|
31416
|
-
.
|
|
31417
|
-
|
|
31418
|
-
|
|
31447
|
+
.E_h18jprzg .ant-modal-body {
|
|
31448
|
+
margin: 0 auto;
|
|
31449
|
+
padding: 0;
|
|
31450
|
+
width: 100%;
|
|
31451
|
+
max-width: 648px;
|
|
31452
|
+
overflow: hidden;
|
|
31419
31453
|
}
|
|
31420
|
-
.
|
|
31421
|
-
|
|
31454
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31455
|
+
margin-bottom: 40px;
|
|
31422
31456
|
}
|
|
31423
|
-
.
|
|
31424
|
-
|
|
31457
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31458
|
+
height: calc(100vh - 225px);
|
|
31459
|
+
overflow-y: auto;
|
|
31425
31460
|
}
|
|
31426
|
-
.
|
|
31427
|
-
|
|
31461
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31462
|
+
margin: 0 auto;
|
|
31463
|
+
max-width: 648px;
|
|
31428
31464
|
}
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31432
|
-
|
|
31433
|
-
|
|
31434
|
-
}
|
|
31435
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31436
|
-
color: rgba(0, 0, 0, 0.25);
|
|
31437
|
-
font-size: 12px;
|
|
31438
|
-
cursor: pointer;
|
|
31465
|
+
|
|
31466
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31467
|
+
margin: 0 auto;
|
|
31468
|
+
width: 100%;
|
|
31469
|
+
max-width: 1024px;
|
|
31439
31470
|
}
|
|
31440
|
-
.
|
|
31441
|
-
|
|
31471
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31472
|
+
margin-left: 0;
|
|
31442
31473
|
}
|
|
31443
|
-
.
|
|
31444
|
-
|
|
31474
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31475
|
+
margin: 0 auto;
|
|
31476
|
+
padding: 0;
|
|
31477
|
+
width: 100%;
|
|
31478
|
+
max-width: 1024px;
|
|
31445
31479
|
overflow: hidden;
|
|
31446
31480
|
}
|
|
31447
|
-
.
|
|
31448
|
-
|
|
31449
|
-
top: 50%;
|
|
31450
|
-
transform: translateY(-50%);
|
|
31451
|
-
left: -16px;
|
|
31452
|
-
transition: left 150ms ease;
|
|
31453
|
-
opacity: 0;
|
|
31454
|
-
}
|
|
31455
|
-
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31456
|
-
left: 8px;
|
|
31457
|
-
opacity: 1;
|
|
31458
|
-
}
|
|
31459
|
-
.E_k1ci6977.has-focus-indicator input {
|
|
31460
|
-
transition: margin-left 150ms ease;
|
|
31461
|
-
margin-left: 0px;
|
|
31481
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31482
|
+
margin-bottom: 40px;
|
|
31462
31483
|
}
|
|
31463
|
-
.
|
|
31464
|
-
|
|
31484
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31485
|
+
height: calc(100vh - 225px);
|
|
31486
|
+
overflow-y: auto;
|
|
31465
31487
|
}
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
border-bottom-right-radius: 0;
|
|
31488
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31489
|
+
margin: 0 auto;
|
|
31490
|
+
max-width: 1024px;
|
|
31470
31491
|
}
|
|
31471
31492
|
|
|
31472
|
-
.
|
|
31473
|
-
|
|
31474
|
-
border-bottom-right-radius: 0;
|
|
31493
|
+
.E_f1lrhghm {
|
|
31494
|
+
flex: 1;
|
|
31475
31495
|
}
|
|
31476
|
-
|
|
31477
|
-
|
|
31478
|
-
|
|
31479
|
-
|
|
31496
|
+
.E_f1lrhghm label {
|
|
31497
|
+
font-size: 13px;
|
|
31498
|
+
line-height: 20px;
|
|
31499
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31480
31500
|
}
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
|
|
31484
|
-
|
|
31501
|
+
.E_f1lrhghm .title {
|
|
31502
|
+
font-size: 14px;
|
|
31503
|
+
line-height: 20px;
|
|
31504
|
+
color: #2d3a56;
|
|
31505
|
+
margin-bottom: 12px;
|
|
31485
31506
|
}
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
border-top-right-radius: 0;
|
|
31489
|
-
border-bottom-right-radius: 0;
|
|
31507
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31508
|
+
padding-bottom: 26px;
|
|
31490
31509
|
}
|
|
31491
31510
|
|
|
31492
|
-
.
|
|
31493
|
-
|
|
31494
|
-
border-bottom
|
|
31511
|
+
.E_f18ot8em {
|
|
31512
|
+
padding: 25px 0 15px 0;
|
|
31513
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31514
|
+
margin-bottom: 16px;
|
|
31495
31515
|
}
|
|
31496
31516
|
|
|
31497
|
-
.
|
|
31517
|
+
.E_f1l1g2k0 {
|
|
31498
31518
|
display: flex;
|
|
31499
|
-
|
|
31519
|
+
align-items: center;
|
|
31520
|
+
margin-bottom: 8px;
|
|
31500
31521
|
}
|
|
31501
|
-
.
|
|
31502
|
-
|
|
31522
|
+
.E_f1l1g2k0 > label {
|
|
31523
|
+
width: 216px;
|
|
31503
31524
|
}
|
|
31504
|
-
.
|
|
31525
|
+
.E_f1l1g2k0 > label + * {
|
|
31505
31526
|
width: 100%;
|
|
31506
31527
|
}
|
|
31507
|
-
.
|
|
31508
|
-
margin-top: 24px;
|
|
31509
|
-
}
|
|
31510
|
-
.E_c3ni091 div.form-item {
|
|
31528
|
+
.E_f1l1g2k0 .ant-select {
|
|
31511
31529
|
width: 100%;
|
|
31512
31530
|
}
|
|
31513
31531
|
|
|
31514
|
-
.
|
|
31515
|
-
|
|
31516
|
-
|
|
31517
|
-
color: #3e4652;
|
|
31518
|
-
line-height: 18px;
|
|
31519
|
-
}
|
|
31520
|
-
.E_d105ju2d + .E_d105ju2d {
|
|
31521
|
-
margin-top: 16px;
|
|
31522
|
-
}
|
|
31523
|
-
.E_d105ju2d + * {
|
|
31524
|
-
margin-top: 16px;
|
|
31532
|
+
.E_e1k89cwg {
|
|
31533
|
+
color: #e75a3a;
|
|
31534
|
+
margin-right: 10px;
|
|
31525
31535
|
}
|
|
31526
31536
|
|
|
31527
|
-
.
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
|
|
31537
|
+
.E_d1oui1gf {
|
|
31538
|
+
width: 100%;
|
|
31539
|
+
height: 1px;
|
|
31540
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31541
|
+
margin: 24px 0;
|
|
31531
31542
|
}
|
|
31532
31543
|
|
|
31533
|
-
.
|
|
31534
|
-
|
|
31535
|
-
|
|
31536
|
-
|
|
31537
|
-
|
|
31544
|
+
.E_l15itdbb {
|
|
31545
|
+
display: flex;
|
|
31546
|
+
justify-content: center;
|
|
31547
|
+
align-items: center;
|
|
31548
|
+
height: 100%;
|
|
31538
31549
|
}
|
|
31539
31550
|
|
|
31540
|
-
.
|
|
31541
|
-
display: block;
|
|
31542
|
-
|
|
31543
|
-
|
|
31544
|
-
|
|
31545
|
-
|
|
31546
|
-
|
|
31547
|
-
|
|
31551
|
+
.E_d1y3z4w {
|
|
31552
|
+
display: inline-block;
|
|
31553
|
+
width: 4px;
|
|
31554
|
+
height: 4px;
|
|
31555
|
+
background: #8e9aa9;
|
|
31556
|
+
opacity: 0.4;
|
|
31557
|
+
border-radius: 50%;
|
|
31558
|
+
margin: 0 4px;
|
|
31548
31559
|
}
|
|
31549
31560
|
|
|
31550
|
-
.
|
|
31551
|
-
|
|
31552
|
-
|
|
31553
|
-
|
|
31554
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31555
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31556
|
-
font-size: 12px;
|
|
31561
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31562
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31563
|
+
width: 648px;
|
|
31564
|
+
margin: 0 auto;
|
|
31557
31565
|
}
|
|
31558
|
-
.
|
|
31559
|
-
|
|
31560
|
-
|
|
31561
|
-
align-items: center;
|
|
31562
|
-
word-break: break-all;
|
|
31566
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31567
|
+
padding: 35px 0 24px;
|
|
31568
|
+
border: none;
|
|
31563
31569
|
}
|
|
31564
|
-
.
|
|
31565
|
-
font-
|
|
31566
|
-
line-height: 18px;
|
|
31567
|
-
margin: 4px 0;
|
|
31570
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31571
|
+
font-size: 30px;
|
|
31568
31572
|
}
|
|
31569
|
-
|
|
31570
|
-
|
|
31571
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
31573
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31574
|
+
padding: 4px 0 2px;
|
|
31572
31575
|
}
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
font-family: Inter;
|
|
31576
|
-
font-style: normal;
|
|
31577
|
-
font-weight: bold;
|
|
31578
|
-
font-size: 32px;
|
|
31579
|
-
line-height: 40px;
|
|
31576
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31577
|
+
border: none;
|
|
31580
31578
|
}
|
|
31581
31579
|
|
|
31582
|
-
.
|
|
31583
|
-
font-
|
|
31584
|
-
|
|
31580
|
+
.E_t1wwio3v {
|
|
31581
|
+
font-size: 12px;
|
|
31582
|
+
line-height: 18px;
|
|
31585
31583
|
font-weight: bold;
|
|
31586
|
-
|
|
31587
|
-
|
|
31584
|
+
color: #fff;
|
|
31585
|
+
padding: 0 4px;
|
|
31586
|
+
border-radius: 4px;
|
|
31587
|
+
display: inline-block;
|
|
31588
|
+
background: var(--t1wwio3v-0);
|
|
31589
|
+
}
|
|
31590
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31591
|
+
margin-left: 4px;
|
|
31588
31592
|
}
|
|
31589
31593
|
|
|
31590
|
-
.
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
|
|
31594
|
+
.E_f17jvtfk {
|
|
31595
|
+
width: 100%;
|
|
31596
|
+
height: 100%;
|
|
31597
|
+
display: flex;
|
|
31598
|
+
align-items: center;
|
|
31599
|
+
justify-content: center;
|
|
31596
31600
|
}
|
|
31597
31601
|
|
|
31598
|
-
.
|
|
31599
|
-
font-
|
|
31600
|
-
font-style: normal;
|
|
31602
|
+
.E_nzppkea {
|
|
31603
|
+
font-size: 90%;
|
|
31601
31604
|
font-weight: bold;
|
|
31602
|
-
|
|
31603
|
-
|
|
31605
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31606
|
+
padding: 1px 4px 1px;
|
|
31607
|
+
margin-left: 2px;
|
|
31608
|
+
margin-right: 2px;
|
|
31609
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31610
|
+
border-radius: 4px;
|
|
31604
31611
|
}
|
|
31605
31612
|
|
|
31606
|
-
.
|
|
31607
|
-
|
|
31608
|
-
font-style: normal;
|
|
31609
|
-
font-weight: normal;
|
|
31610
|
-
font-size: 20px;
|
|
31611
|
-
line-height: 24px;
|
|
31613
|
+
.E_f4mi9eq.form-item-general {
|
|
31614
|
+
width: 640px;
|
|
31612
31615
|
}
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
font-family: Inter;
|
|
31616
|
-
font-style: normal;
|
|
31617
|
-
font-weight: bold;
|
|
31618
|
-
font-size: 18px;
|
|
31619
|
-
line-height: 22px;
|
|
31616
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
31617
|
+
margin-top: 16px;
|
|
31620
31618
|
}
|
|
31621
|
-
|
|
31622
|
-
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31619
|
+
.E_f4mi9eq.form-item-compact {
|
|
31620
|
+
width: 412px;
|
|
31621
|
+
}
|
|
31622
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31623
|
+
margin-top: 8px;
|
|
31624
|
+
}
|
|
31625
|
+
.E_f4mi9eq .form-item {
|
|
31626
|
+
width: auto;
|
|
31627
|
+
}
|
|
31628
|
+
.E_f4mi9eq .form-item-main {
|
|
31629
|
+
position: relative;
|
|
31630
|
+
display: flex;
|
|
31631
|
+
}
|
|
31632
|
+
.E_f4mi9eq .form-item-extra {
|
|
31633
|
+
margin-top: 4px;
|
|
31634
|
+
width: 100%;
|
|
31635
|
+
padding: 14px;
|
|
31636
|
+
background: #f2f4f6;
|
|
31637
|
+
font-size: 13px;
|
|
31638
|
+
line-height: 1.8;
|
|
31639
|
+
color: #8e9aa9;
|
|
31640
|
+
}
|
|
31641
|
+
.E_f4mi9eq .form-item-label {
|
|
31642
|
+
padding-right: 12px;
|
|
31643
|
+
font-size: 13px;
|
|
31644
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31645
|
+
}
|
|
31646
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
31647
|
+
text-align: right;
|
|
31648
|
+
}
|
|
31649
|
+
.E_f4mi9eq .form-item-label,
|
|
31650
|
+
.E_f4mi9eq .form-item-control {
|
|
31651
|
+
line-height: 32px;
|
|
31652
|
+
}
|
|
31653
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31654
|
+
line-height: 18px;
|
|
31655
|
+
}
|
|
31656
|
+
.E_f4mi9eq .form-item-children {
|
|
31657
|
+
width: 100%;
|
|
31658
|
+
}
|
|
31659
|
+
.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 {
|
|
31660
|
+
width: 100%;
|
|
31661
|
+
}
|
|
31662
|
+
.E_f4mi9eq .form-item-error {
|
|
31663
|
+
color: #e75a3a;
|
|
31664
|
+
height: 0;
|
|
31665
|
+
overflow: hidden;
|
|
31666
|
+
}
|
|
31667
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
31668
|
+
margin-top: 4px;
|
|
31669
|
+
height: auto;
|
|
31670
|
+
overflow: auto;
|
|
31671
|
+
}
|
|
31672
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31673
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31674
|
+
border: 1px solid #e75a3a;
|
|
31675
|
+
color: #e75a3a;
|
|
31628
31676
|
}
|
|
31629
31677
|
|
|
31630
|
-
.
|
|
31631
|
-
|
|
31632
|
-
font-style: normal;
|
|
31678
|
+
.E_fh0ewl8 {
|
|
31679
|
+
color: #2d3a56;
|
|
31633
31680
|
font-weight: bold;
|
|
31634
|
-
|
|
31635
|
-
|
|
31681
|
+
padding-bottom: 6px;
|
|
31682
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31683
|
+
margin-bottom: 16px;
|
|
31636
31684
|
}
|
|
31637
|
-
|
|
31638
|
-
|
|
31639
|
-
font-family: Inter;
|
|
31640
|
-
font-style: normal;
|
|
31641
|
-
font-weight: normal;
|
|
31642
|
-
font-size: 16px;
|
|
31643
|
-
line-height: 22px;
|
|
31685
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
31686
|
+
margin-top: 16px;
|
|
31644
31687
|
}
|
|
31645
31688
|
|
|
31646
|
-
.
|
|
31647
|
-
|
|
31648
|
-
|
|
31649
|
-
|
|
31650
|
-
|
|
31651
|
-
|
|
31689
|
+
.E_e1qrlvot {
|
|
31690
|
+
width: 8px;
|
|
31691
|
+
height: 24px;
|
|
31692
|
+
display: flex;
|
|
31693
|
+
justify-content: center;
|
|
31694
|
+
align-items: center;
|
|
31695
|
+
cursor: pointer;
|
|
31696
|
+
transition: all 200ms ease-out 40ms;
|
|
31697
|
+
}
|
|
31698
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31699
|
+
content: "";
|
|
31700
|
+
width: 1px;
|
|
31701
|
+
height: 6px;
|
|
31702
|
+
border-radius: 1px;
|
|
31703
|
+
background: #ccd4e3;
|
|
31704
|
+
position: relative;
|
|
31705
|
+
right: 2px;
|
|
31706
|
+
transform: rotate(-45deg);
|
|
31707
|
+
}
|
|
31708
|
+
.E_e1qrlvot:after {
|
|
31709
|
+
transform: rotate(45deg);
|
|
31710
|
+
left: 1px;
|
|
31652
31711
|
}
|
|
31653
31712
|
|
|
31654
|
-
.
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31659
|
-
|
|
31713
|
+
.E_w9ic984.ant-alert-warning {
|
|
31714
|
+
border: 0;
|
|
31715
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31716
|
+
border-radius: 6px;
|
|
31717
|
+
}
|
|
31718
|
+
.E_w9ic984.ant-alert,
|
|
31719
|
+
.E_w9ic984 .ant-alert-message {
|
|
31720
|
+
color: #e07f00;
|
|
31721
|
+
}
|
|
31722
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31723
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31724
|
+
border-bottom-color: #e07f00;
|
|
31660
31725
|
}
|
|
31661
31726
|
|
|
31662
|
-
.
|
|
31663
|
-
|
|
31664
|
-
|
|
31665
|
-
|
|
31727
|
+
.E_n1k9qi4r {
|
|
31728
|
+
display: flex;
|
|
31729
|
+
flex-direction: row;
|
|
31730
|
+
padding: 7px 12px;
|
|
31731
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31732
|
+
border-radius: 6px;
|
|
31733
|
+
color: #e07f00;
|
|
31666
31734
|
font-size: 12px;
|
|
31667
31735
|
line-height: 18px;
|
|
31668
31736
|
}
|
|
31737
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
31738
|
+
margin-right: 10px;
|
|
31739
|
+
height: 18px;
|
|
31740
|
+
}
|
|
31669
31741
|
|
|
31670
|
-
.
|
|
31671
|
-
|
|
31672
|
-
|
|
31673
|
-
|
|
31742
|
+
.E_n16fsg9x {
|
|
31743
|
+
display: flex;
|
|
31744
|
+
flex-direction: row;
|
|
31745
|
+
padding: 7px 12px;
|
|
31746
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31747
|
+
border-radius: 6px;
|
|
31748
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31674
31749
|
font-size: 12px;
|
|
31675
31750
|
line-height: 18px;
|
|
31676
31751
|
}
|
|
31752
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31753
|
+
margin-right: 10px;
|
|
31754
|
+
height: 18px;
|
|
31755
|
+
}
|
|
31677
31756
|
|
|
31678
|
-
.
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
|
|
31757
|
+
.E_i173wxzw {
|
|
31758
|
+
display: flex;
|
|
31759
|
+
flex-direction: row;
|
|
31760
|
+
padding: 7px 12px;
|
|
31761
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31762
|
+
border-radius: 6px;
|
|
31763
|
+
color: #005ed1;
|
|
31684
31764
|
font-size: 12px;
|
|
31685
31765
|
line-height: 18px;
|
|
31686
31766
|
}
|
|
31767
|
+
.E_i173wxzw .icon-wrapper {
|
|
31768
|
+
margin-right: 10px;
|
|
31769
|
+
height: 18px;
|
|
31770
|
+
}
|
|
31687
31771
|
|
|
31688
|
-
.
|
|
31689
|
-
|
|
31690
|
-
|
|
31691
|
-
font-weight: normal;
|
|
31692
|
-
text-transform: uppercase;
|
|
31693
|
-
font-feature-settings: "cpsp" on;
|
|
31772
|
+
.E_dld369h {
|
|
31773
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31774
|
+
margin-top: 5px;
|
|
31694
31775
|
font-size: 12px;
|
|
31695
31776
|
line-height: 18px;
|
|
31696
31777
|
}
|
|
31697
31778
|
|
|
31698
|
-
.
|
|
31699
|
-
|
|
31700
|
-
font-
|
|
31701
|
-
|
|
31702
|
-
font-size: 16px;
|
|
31703
|
-
line-height: 24px;
|
|
31704
|
-
}
|
|
31705
|
-
|
|
31706
|
-
.E_lzt43lp {
|
|
31707
|
-
font-family: Inter;
|
|
31708
|
-
font-style: normal;
|
|
31709
|
-
font-weight: bold;
|
|
31710
|
-
font-size: 16px;
|
|
31711
|
-
line-height: 24px;
|
|
31779
|
+
.E_s1epv22q {
|
|
31780
|
+
color: #f0483e;
|
|
31781
|
+
font-size: 12px;
|
|
31782
|
+
white-space: pre-wrap;
|
|
31712
31783
|
}
|
|
31713
31784
|
|
|
31714
|
-
.
|
|
31715
|
-
|
|
31716
|
-
|
|
31717
|
-
|
|
31718
|
-
font-size: 16px;
|
|
31719
|
-
line-height: 24px;
|
|
31785
|
+
.E_okus5hk {
|
|
31786
|
+
display: flex;
|
|
31787
|
+
align-items: center;
|
|
31788
|
+
justify-content: flex-end;
|
|
31720
31789
|
}
|
|
31721
|
-
|
|
31722
|
-
|
|
31723
|
-
font-family: Inter;
|
|
31724
|
-
font-style: normal;
|
|
31725
|
-
font-weight: bold;
|
|
31726
|
-
font-size: 16px;
|
|
31727
|
-
line-height: 24px;
|
|
31790
|
+
.E_okus5hk .icon-wrapper {
|
|
31791
|
+
margin-right: 16px;
|
|
31728
31792
|
}
|
|
31729
31793
|
|
|
31730
|
-
.
|
|
31731
|
-
|
|
31732
|
-
font-style: normal;
|
|
31733
|
-
font-weight: normal;
|
|
31734
|
-
text-transform: uppercase;
|
|
31735
|
-
font-feature-settings: "cpsp" on;
|
|
31736
|
-
font-size: 16px;
|
|
31737
|
-
line-height: 24px;
|
|
31794
|
+
.E_t1auuzri {
|
|
31795
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31738
31796
|
}
|
|
31739
31797
|
|
|
31740
|
-
.
|
|
31741
|
-
|
|
31742
|
-
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
|
|
31746
|
-
|
|
31747
|
-
line-height: 24px;
|
|
31798
|
+
.E_i74cfyt.ant-input {
|
|
31799
|
+
padding: 5px 12px;
|
|
31800
|
+
line-height: 20px;
|
|
31801
|
+
color: #2d3a56;
|
|
31802
|
+
border-radius: 6px;
|
|
31803
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31804
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31748
31805
|
}
|
|
31749
|
-
|
|
31750
|
-
|
|
31751
|
-
font-family: Inter;
|
|
31752
|
-
font-style: normal;
|
|
31753
|
-
font-weight: normal;
|
|
31754
|
-
font-size: 14px;
|
|
31806
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31807
|
+
padding: 8px 16px;
|
|
31755
31808
|
line-height: 22px;
|
|
31756
31809
|
}
|
|
31757
|
-
|
|
31758
|
-
|
|
31759
|
-
|
|
31760
|
-
font-style: normal;
|
|
31761
|
-
font-weight: 500;
|
|
31762
|
-
font-size: 14px;
|
|
31763
|
-
line-height: 22px;
|
|
31810
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31811
|
+
padding: 2px 8px;
|
|
31812
|
+
line-height: 18px;
|
|
31764
31813
|
}
|
|
31765
|
-
|
|
31766
|
-
.
|
|
31767
|
-
|
|
31768
|
-
|
|
31769
|
-
font-weight: bold;
|
|
31770
|
-
font-size: 14px;
|
|
31771
|
-
line-height: 22px;
|
|
31814
|
+
.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 {
|
|
31815
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31816
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31817
|
+
z-index: 1;
|
|
31772
31818
|
}
|
|
31773
|
-
|
|
31774
|
-
|
|
31775
|
-
|
|
31776
|
-
|
|
31777
|
-
font-weight: normal;
|
|
31778
|
-
font-size: 14px;
|
|
31779
|
-
line-height: 22px;
|
|
31819
|
+
.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 {
|
|
31820
|
+
border-color: #0096ff;
|
|
31821
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31822
|
+
z-index: 1;
|
|
31780
31823
|
}
|
|
31781
|
-
|
|
31782
|
-
|
|
31783
|
-
|
|
31784
|
-
font-style: normal;
|
|
31785
|
-
font-weight: bold;
|
|
31786
|
-
font-size: 14px;
|
|
31787
|
-
line-height: 22px;
|
|
31824
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31825
|
+
border-color: #e75a3a;
|
|
31826
|
+
color: #e75a3a;
|
|
31788
31827
|
}
|
|
31789
|
-
|
|
31790
|
-
|
|
31791
|
-
|
|
31792
|
-
font-style: normal;
|
|
31793
|
-
font-weight: normal;
|
|
31794
|
-
text-transform: uppercase;
|
|
31795
|
-
font-feature-settings: "cpsp" on;
|
|
31796
|
-
font-size: 14px;
|
|
31797
|
-
line-height: 22px;
|
|
31828
|
+
.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 {
|
|
31829
|
+
border-color: #e75a3a;
|
|
31830
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31798
31831
|
}
|
|
31799
|
-
|
|
31800
|
-
|
|
31801
|
-
|
|
31802
|
-
font-style: normal;
|
|
31803
|
-
font-weight: bold;
|
|
31804
|
-
text-transform: uppercase;
|
|
31805
|
-
font-feature-settings: "cpsp" on;
|
|
31806
|
-
font-size: 14px;
|
|
31807
|
-
line-height: 22px;
|
|
31832
|
+
.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 {
|
|
31833
|
+
border-color: #e75a3a;
|
|
31834
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31808
31835
|
}
|
|
31809
|
-
|
|
31810
|
-
.
|
|
31811
|
-
|
|
31812
|
-
|
|
31813
|
-
font-weight: normal;
|
|
31814
|
-
font-size: 13px;
|
|
31815
|
-
line-height: 20px;
|
|
31836
|
+
.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 {
|
|
31837
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31838
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31839
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31816
31840
|
}
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
|
|
31821
|
-
font-weight: 600;
|
|
31822
|
-
font-size: 13px;
|
|
31841
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31842
|
+
padding: 5px 12px;
|
|
31843
|
+
border-radius: 6px;
|
|
31844
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31823
31845
|
line-height: 20px;
|
|
31846
|
+
color: #2d3a56;
|
|
31847
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31824
31848
|
}
|
|
31825
|
-
|
|
31826
|
-
.
|
|
31827
|
-
|
|
31828
|
-
font-style: normal;
|
|
31829
|
-
font-weight: bold;
|
|
31830
|
-
font-size: 13px;
|
|
31831
|
-
line-height: 20px;
|
|
31849
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31850
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31851
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31832
31852
|
}
|
|
31833
|
-
|
|
31834
|
-
|
|
31835
|
-
|
|
31836
|
-
font-style: normal;
|
|
31837
|
-
font-weight: normal;
|
|
31838
|
-
font-size: 13px;
|
|
31839
|
-
line-height: 20px;
|
|
31853
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31854
|
+
padding: 8px 16px;
|
|
31855
|
+
line-height: 22px;
|
|
31840
31856
|
}
|
|
31841
|
-
|
|
31842
|
-
|
|
31843
|
-
|
|
31844
|
-
font-style: normal;
|
|
31845
|
-
font-weight: 600;
|
|
31846
|
-
font-size: 13px;
|
|
31847
|
-
line-height: 20px;
|
|
31857
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31858
|
+
padding: 2px 8px;
|
|
31859
|
+
line-height: 18px;
|
|
31848
31860
|
}
|
|
31849
|
-
|
|
31850
|
-
.
|
|
31851
|
-
|
|
31852
|
-
font-style: normal;
|
|
31853
|
-
font-weight: bold;
|
|
31854
|
-
font-size: 13px;
|
|
31855
|
-
line-height: 20px;
|
|
31861
|
+
.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 {
|
|
31862
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31863
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31856
31864
|
}
|
|
31857
|
-
|
|
31858
|
-
|
|
31859
|
-
|
|
31860
|
-
font-style: normal;
|
|
31861
|
-
font-weight: normal;
|
|
31862
|
-
text-transform: uppercase;
|
|
31863
|
-
font-feature-settings: "cpsp" on;
|
|
31864
|
-
font-size: 13px;
|
|
31865
|
-
line-height: 20px;
|
|
31865
|
+
.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 {
|
|
31866
|
+
border-color: #0096ff;
|
|
31867
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31866
31868
|
}
|
|
31867
|
-
|
|
31868
|
-
|
|
31869
|
-
font-family: Inter;
|
|
31870
|
-
font-style: normal;
|
|
31871
|
-
font-weight: bold;
|
|
31872
|
-
text-transform: uppercase;
|
|
31873
|
-
font-feature-settings: "cpsp" on;
|
|
31874
|
-
font-size: 13px;
|
|
31875
|
-
line-height: 20px;
|
|
31869
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31870
|
+
border-color: #e75a3a;
|
|
31876
31871
|
}
|
|
31877
|
-
|
|
31878
|
-
|
|
31879
|
-
font-family: Inter;
|
|
31880
|
-
font-style: normal;
|
|
31881
|
-
font-weight: normal;
|
|
31882
|
-
font-size: 12px;
|
|
31883
|
-
line-height: 18px;
|
|
31872
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31873
|
+
color: #e75a3a;
|
|
31884
31874
|
}
|
|
31885
|
-
|
|
31886
|
-
|
|
31887
|
-
|
|
31888
|
-
font-style: normal;
|
|
31889
|
-
font-weight: 500;
|
|
31890
|
-
font-size: 12px;
|
|
31891
|
-
line-height: 18px;
|
|
31875
|
+
.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 {
|
|
31876
|
+
border-color: #e75a3a;
|
|
31877
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31892
31878
|
}
|
|
31893
|
-
|
|
31894
|
-
|
|
31895
|
-
|
|
31896
|
-
font-style: normal;
|
|
31897
|
-
font-weight: bold;
|
|
31898
|
-
font-size: 12px;
|
|
31899
|
-
line-height: 18px;
|
|
31879
|
+
.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 {
|
|
31880
|
+
border-color: #e75a3a;
|
|
31881
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31900
31882
|
}
|
|
31901
|
-
|
|
31902
|
-
.
|
|
31903
|
-
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
|
|
31883
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31884
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31885
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31886
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31887
|
+
}
|
|
31888
|
+
textarea.E_i74cfyt.ant-input {
|
|
31889
|
+
transition-property: height;
|
|
31890
|
+
transition-delay: 50ms;
|
|
31891
|
+
}
|
|
31892
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31893
|
+
min-height: 40px;
|
|
31894
|
+
height: 40px;
|
|
31895
|
+
}
|
|
31896
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
31897
|
+
height: 80px;
|
|
31898
|
+
}
|
|
31899
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
31900
|
+
min-height: 32px;
|
|
31901
|
+
height: 32px;
|
|
31902
|
+
}
|
|
31903
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
31904
|
+
height: 64px;
|
|
31905
|
+
}
|
|
31906
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
31907
|
+
min-height: 24px;
|
|
31908
|
+
height: 24px;
|
|
31909
|
+
}
|
|
31910
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
31911
|
+
height: 40px;
|
|
31908
31912
|
}
|
|
31909
31913
|
|
|
31910
|
-
.
|
|
31911
|
-
|
|
31912
|
-
|
|
31913
|
-
|
|
31914
|
-
|
|
31915
|
-
|
|
31914
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
31915
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31916
|
+
border-radius: 4px;
|
|
31917
|
+
}
|
|
31918
|
+
.E_k1ci6977.input-tags {
|
|
31919
|
+
position: relative;
|
|
31920
|
+
padding: 6px;
|
|
31921
|
+
height: 32px;
|
|
31922
|
+
cursor: pointer;
|
|
31923
|
+
transition: border 150ms;
|
|
31916
31924
|
}
|
|
31917
|
-
|
|
31918
|
-
|
|
31919
|
-
|
|
31920
|
-
font-style: normal;
|
|
31921
|
-
font-weight: bold;
|
|
31922
|
-
font-size: 12px;
|
|
31923
|
-
line-height: 18px;
|
|
31925
|
+
.E_k1ci6977.input-tags:hover {
|
|
31926
|
+
border-color: #0080ff;
|
|
31927
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31924
31928
|
}
|
|
31925
|
-
|
|
31926
|
-
|
|
31927
|
-
font-family: Inter;
|
|
31928
|
-
font-style: normal;
|
|
31929
|
-
font-weight: normal;
|
|
31930
|
-
text-transform: uppercase;
|
|
31931
|
-
font-feature-settings: "cpsp" on;
|
|
31932
|
-
font-size: 12px;
|
|
31933
|
-
line-height: 18px;
|
|
31929
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31930
|
+
padding-right: 30px;
|
|
31934
31931
|
}
|
|
31935
|
-
|
|
31936
|
-
|
|
31937
|
-
font-family: Inter;
|
|
31938
|
-
font-style: normal;
|
|
31939
|
-
font-weight: bold;
|
|
31940
|
-
text-transform: uppercase;
|
|
31941
|
-
font-feature-settings: "cpsp" on;
|
|
31942
|
-
font-size: 12px;
|
|
31943
|
-
line-height: 18px;
|
|
31932
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31933
|
+
display: flex;
|
|
31944
31934
|
}
|
|
31945
|
-
|
|
31946
|
-
|
|
31947
|
-
font-family: Inter;
|
|
31948
|
-
font-style: normal;
|
|
31949
|
-
font-weight: normal;
|
|
31950
|
-
font-size: 13px;
|
|
31951
|
-
line-height: 20px;
|
|
31935
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31936
|
+
display: flex;
|
|
31952
31937
|
}
|
|
31953
|
-
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
|
|
31957
|
-
|
|
31958
|
-
font-size: 13px;
|
|
31959
|
-
line-height: 20px;
|
|
31938
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31939
|
+
position: absolute;
|
|
31940
|
+
right: 12px;
|
|
31941
|
+
top: 50%;
|
|
31942
|
+
transform: translateY(-50%);
|
|
31960
31943
|
}
|
|
31961
|
-
|
|
31962
|
-
.
|
|
31963
|
-
font-family: Inter;
|
|
31964
|
-
font-style: normal;
|
|
31965
|
-
font-weight: normal;
|
|
31944
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31945
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31966
31946
|
font-size: 12px;
|
|
31967
|
-
|
|
31947
|
+
cursor: pointer;
|
|
31968
31948
|
}
|
|
31969
|
-
|
|
31970
|
-
.
|
|
31971
|
-
font-family: Inter;
|
|
31972
|
-
font-style: normal;
|
|
31973
|
-
font-weight: normal;
|
|
31974
|
-
font-size: 12px;
|
|
31975
|
-
line-height: 18px;
|
|
31949
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31950
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31976
31951
|
}
|
|
31977
|
-
|
|
31978
|
-
|
|
31979
|
-
|
|
31980
|
-
font-style: normal;
|
|
31981
|
-
font-weight: normal;
|
|
31982
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31983
|
-
font-size: 13px;
|
|
31984
|
-
line-height: 20px;
|
|
31952
|
+
.E_k1ci6977.has-focus-indicator {
|
|
31953
|
+
position: relative;
|
|
31954
|
+
overflow: hidden;
|
|
31985
31955
|
}
|
|
31986
|
-
|
|
31987
|
-
|
|
31988
|
-
|
|
31989
|
-
|
|
31990
|
-
|
|
31991
|
-
|
|
31992
|
-
|
|
31993
|
-
line-height: 20px;
|
|
31956
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31957
|
+
position: absolute;
|
|
31958
|
+
top: 50%;
|
|
31959
|
+
transform: translateY(-50%);
|
|
31960
|
+
left: -16px;
|
|
31961
|
+
transition: left 150ms ease;
|
|
31962
|
+
opacity: 0;
|
|
31994
31963
|
}
|
|
31995
|
-
|
|
31996
|
-
|
|
31997
|
-
|
|
31998
|
-
font-style: normal;
|
|
31999
|
-
font-weight: normal;
|
|
32000
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32001
|
-
font-size: 12px;
|
|
32002
|
-
line-height: 18px;
|
|
31964
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31965
|
+
left: 8px;
|
|
31966
|
+
opacity: 1;
|
|
32003
31967
|
}
|
|
32004
|
-
|
|
32005
|
-
|
|
32006
|
-
|
|
32007
|
-
font-style: normal;
|
|
32008
|
-
font-weight: 500;
|
|
32009
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32010
|
-
font-size: 12px;
|
|
32011
|
-
line-height: 18px;
|
|
31968
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
31969
|
+
transition: margin-left 150ms ease;
|
|
31970
|
+
margin-left: 0px;
|
|
32012
31971
|
}
|
|
32013
|
-
|
|
32014
|
-
|
|
32015
|
-
font-family: Inter;
|
|
32016
|
-
font-style: normal;
|
|
32017
|
-
font-weight: normal;
|
|
32018
|
-
font-feature-settings: "zero" on;
|
|
32019
|
-
font-size: 12px;
|
|
32020
|
-
line-height: 18px;
|
|
31972
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31973
|
+
margin-left: 16px;
|
|
32021
31974
|
}
|
|
32022
31975
|
|
|
32023
|
-
.
|
|
32024
|
-
|
|
32025
|
-
|
|
32026
|
-
font-weight: 500;
|
|
32027
|
-
font-feature-settings: "zero" on;
|
|
32028
|
-
font-size: 12px;
|
|
32029
|
-
line-height: 18px;
|
|
31976
|
+
input.E_l1f7td1d.ant-input {
|
|
31977
|
+
border-top-right-radius: 0;
|
|
31978
|
+
border-bottom-right-radius: 0;
|
|
32030
31979
|
}
|
|
32031
31980
|
|
|
32032
|
-
.
|
|
32033
|
-
|
|
32034
|
-
|
|
32035
|
-
font-weight: bold;
|
|
32036
|
-
font-feature-settings: "zero" on;
|
|
32037
|
-
font-size: 16px;
|
|
32038
|
-
line-height: 24px;
|
|
31981
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31982
|
+
border-top-right-radius: 0;
|
|
31983
|
+
border-bottom-right-radius: 0;
|
|
32039
31984
|
}
|
|
32040
31985
|
|
|
32041
|
-
.
|
|
32042
|
-
|
|
32043
|
-
|
|
32044
|
-
font-weight: normal;
|
|
32045
|
-
font-size: 10px;
|
|
32046
|
-
line-height: 12px;
|
|
31986
|
+
input.E_rf8rlle.ant-input {
|
|
31987
|
+
border-top-left-radius: 0;
|
|
31988
|
+
border-bottom-left-radius: 0;
|
|
32047
31989
|
}
|
|
32048
31990
|
|
|
32049
|
-
.
|
|
32050
|
-
|
|
32051
|
-
|
|
32052
|
-
justify-content: center;
|
|
32053
|
-
color: #fff;
|
|
32054
|
-
font-weight: bold;
|
|
32055
|
-
font-size: 12px;
|
|
32056
|
-
width: 24px;
|
|
32057
|
-
height: 24px;
|
|
32058
|
-
border-radius: 50%;
|
|
32059
|
-
background: var(--a1b5xrg3-0);
|
|
32060
|
-
}
|
|
32061
|
-
.E_a1b5xrg3.btn-item {
|
|
32062
|
-
transition: all 160ms ease;
|
|
32063
|
-
cursor: pointer;
|
|
32064
|
-
width: 56px;
|
|
32065
|
-
height: 40px;
|
|
32066
|
-
display: inline-flex;
|
|
32067
|
-
align-items: center;
|
|
32068
|
-
justify-content: center;
|
|
32069
|
-
border-radius: 6px;
|
|
32070
|
-
}
|
|
32071
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32072
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31991
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31992
|
+
border-top-left-radius: 0;
|
|
31993
|
+
border-bottom-left-radius: 0;
|
|
32073
31994
|
}
|
|
32074
|
-
|
|
32075
|
-
|
|
32076
|
-
|
|
31995
|
+
|
|
31996
|
+
.E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
|
|
31997
|
+
border-top-right-radius: 0;
|
|
31998
|
+
border-bottom-right-radius: 0;
|
|
32077
31999
|
}
|
|
32078
32000
|
|
|
32079
|
-
.
|
|
32080
|
-
|
|
32001
|
+
.E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
|
|
32002
|
+
border-top-left-radius: 0;
|
|
32003
|
+
border-bottom-left-radius: 0;
|
|
32081
32004
|
}
|
|
32082
32005
|
|
|
32083
|
-
.
|
|
32084
|
-
|
|
32006
|
+
.E_c3ni091 {
|
|
32007
|
+
display: flex;
|
|
32008
|
+
flex-direction: column;
|
|
32085
32009
|
}
|
|
32086
|
-
.
|
|
32010
|
+
.E_c3ni091 .select-wrapper {
|
|
32011
|
+
margin-top: 12px;
|
|
32012
|
+
}
|
|
32013
|
+
.E_c3ni091 .select-wrapper .select {
|
|
32087
32014
|
width: 100%;
|
|
32088
|
-
color: #2d3a56;
|
|
32089
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32090
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32091
|
-
font-size: 13px;
|
|
32092
32015
|
}
|
|
32093
|
-
.
|
|
32094
|
-
|
|
32016
|
+
.E_c3ni091 .radio-wrapper {
|
|
32017
|
+
margin-top: 24px;
|
|
32095
32018
|
}
|
|
32096
|
-
.
|
|
32097
|
-
|
|
32098
|
-
font-size: 13px;
|
|
32019
|
+
.E_c3ni091 div.form-item {
|
|
32020
|
+
width: 100%;
|
|
32099
32021
|
}
|
|
32100
|
-
|
|
32101
|
-
.
|
|
32102
|
-
|
|
32022
|
+
|
|
32023
|
+
.E_d105ju2d {
|
|
32024
|
+
font-size: 14px;
|
|
32025
|
+
font-weight: 500;
|
|
32026
|
+
color: #3e4652;
|
|
32027
|
+
line-height: 18px;
|
|
32103
32028
|
}
|
|
32104
|
-
.
|
|
32105
|
-
|
|
32029
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32030
|
+
margin-top: 16px;
|
|
32106
32031
|
}
|
|
32107
|
-
.
|
|
32108
|
-
|
|
32109
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32032
|
+
.E_d105ju2d + * {
|
|
32033
|
+
margin-top: 16px;
|
|
32110
32034
|
}
|
|
32111
|
-
|
|
32112
|
-
|
|
32035
|
+
|
|
32036
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32037
|
+
font-size: 12px;
|
|
32038
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32039
|
+
margin-top: 12px;
|
|
32113
32040
|
}
|
|
32114
|
-
|
|
32115
|
-
|
|
32116
|
-
|
|
32041
|
+
|
|
32042
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32043
|
+
line-height: 18px;
|
|
32044
|
+
font-weight: 500;
|
|
32045
|
+
margin-top: 0;
|
|
32046
|
+
white-space: initial;
|
|
32117
32047
|
}
|
|
32118
|
-
|
|
32119
|
-
|
|
32048
|
+
|
|
32049
|
+
.E_r1skkc3l {
|
|
32050
|
+
display: block;
|
|
32120
32051
|
}
|
|
32121
|
-
.
|
|
32122
|
-
|
|
32123
|
-
|
|
32124
|
-
|
|
32052
|
+
.E_r1skkc3l span {
|
|
32053
|
+
font-size: 14px;
|
|
32054
|
+
font-weight: 500;
|
|
32055
|
+
line-height: 32px;
|
|
32056
|
+
color: #3e4652;
|
|
32125
32057
|
}
|
|
32126
|
-
|
|
32127
|
-
|
|
32058
|
+
|
|
32059
|
+
.E_c3cobmo {
|
|
32060
|
+
margin-top: 16px;
|
|
32061
|
+
padding: 8px;
|
|
32062
|
+
border-radius: 6px;
|
|
32063
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32064
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32065
|
+
font-size: 12px;
|
|
32128
32066
|
}
|
|
32129
|
-
.
|
|
32130
|
-
|
|
32067
|
+
.E_c3cobmo div {
|
|
32068
|
+
line-height: 20px;
|
|
32069
|
+
display: flex;
|
|
32070
|
+
align-items: center;
|
|
32071
|
+
word-break: break-all;
|
|
32131
32072
|
}
|
|
32132
|
-
.
|
|
32133
|
-
|
|
32134
|
-
|
|
32073
|
+
.E_c3cobmo .title {
|
|
32074
|
+
font-weight: 700;
|
|
32075
|
+
line-height: 18px;
|
|
32076
|
+
margin: 4px 0;
|
|
32135
32077
|
}
|
|
32136
|
-
|
|
32137
|
-
|
|
32078
|
+
|
|
32079
|
+
.E_uqv57uv {
|
|
32080
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32138
32081
|
}
|
|
32139
32082
|
|
|
32140
32083
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
@@ -32289,6 +32232,63 @@ input.E_rf8rlle.ant-input {
|
|
|
32289
32232
|
flex-shrink: 0;
|
|
32290
32233
|
}
|
|
32291
32234
|
|
|
32235
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32236
|
+
border-radius: 6px;
|
|
32237
|
+
}
|
|
32238
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32239
|
+
width: 100%;
|
|
32240
|
+
color: #2d3a56;
|
|
32241
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32242
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32243
|
+
font-size: 13px;
|
|
32244
|
+
}
|
|
32245
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32246
|
+
height: 30px;
|
|
32247
|
+
}
|
|
32248
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32249
|
+
height: 38px;
|
|
32250
|
+
font-size: 13px;
|
|
32251
|
+
}
|
|
32252
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32253
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32254
|
+
transition: 160ms ease;
|
|
32255
|
+
}
|
|
32256
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32257
|
+
color: #0080ff;
|
|
32258
|
+
}
|
|
32259
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32260
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32261
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32262
|
+
}
|
|
32263
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32264
|
+
color: #0080ff;
|
|
32265
|
+
}
|
|
32266
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32267
|
+
border-color: #0080ff;
|
|
32268
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32269
|
+
}
|
|
32270
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32271
|
+
transform: rotate(180deg);
|
|
32272
|
+
}
|
|
32273
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32274
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32275
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32276
|
+
cursor: "not-allowed";
|
|
32277
|
+
}
|
|
32278
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32279
|
+
border-color: #f0483e !important;
|
|
32280
|
+
}
|
|
32281
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32282
|
+
color: #1d326c;
|
|
32283
|
+
}
|
|
32284
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32285
|
+
border-color: #0080ff;
|
|
32286
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32287
|
+
}
|
|
32288
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32289
|
+
transform: rotate(180deg);
|
|
32290
|
+
}
|
|
32291
|
+
|
|
32292
32292
|
.E_suhck3k {
|
|
32293
32293
|
height: 24px;
|
|
32294
32294
|
width: 24px;
|
|
@@ -32560,45 +32560,29 @@ input.E_rf8rlle.ant-input {
|
|
|
32560
32560
|
--modal-content-max-height: calc(
|
|
32561
32561
|
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32562
32562
|
);
|
|
32563
|
-
--modal-header-padding:
|
|
32564
|
-
--modal-content-padding-
|
|
32563
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32564
|
+
--modal-content-padding-top: 24px;
|
|
32565
|
+
--modal-content-padding-bottom: 32px;
|
|
32565
32566
|
--modal-content-padding-x: 60px;
|
|
32566
32567
|
--modal-footer-padding: 0 60px;
|
|
32567
32568
|
}
|
|
32568
|
-
|
|
32569
|
-
|
|
32570
|
-
|
|
32571
|
-
}
|
|
32572
|
-
|
|
32573
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32574
|
-
padding-left: 8px;
|
|
32575
|
-
padding-right: 8px;
|
|
32576
|
-
font-size: 12px;
|
|
32577
|
-
}
|
|
32578
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32579
|
-
border-radius: 4px;
|
|
32580
|
-
}
|
|
32581
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32582
|
-
border-radius: 4px;
|
|
32583
|
-
}
|
|
32584
|
-
|
|
32585
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32586
|
-
padding-left: 12px;
|
|
32587
|
-
padding-right: 12px;
|
|
32588
|
-
}
|
|
32589
|
-
|
|
32590
|
-
.E_ckld275 {
|
|
32591
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32569
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
32570
|
+
height: calc(100vh - 80px);
|
|
32571
|
+
width: calc(100vw - 160px);
|
|
32592
32572
|
}
|
|
32593
|
-
.
|
|
32594
|
-
|
|
32595
|
-
|
|
32573
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32574
|
+
width: 100%;
|
|
32575
|
+
height: 100%;
|
|
32576
|
+
max-width: unset;
|
|
32577
|
+
max-height: unset;
|
|
32578
|
+
display: flex;
|
|
32579
|
+
flex-direction: column;
|
|
32596
32580
|
}
|
|
32597
|
-
.
|
|
32598
|
-
|
|
32581
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32582
|
+
flex: 1;
|
|
32599
32583
|
}
|
|
32600
|
-
.
|
|
32601
|
-
|
|
32584
|
+
.E_m5foqp8 .initializing-title {
|
|
32585
|
+
height: 32px;
|
|
32602
32586
|
}
|
|
32603
32587
|
|
|
32604
32588
|
.E_h12yihis {
|
|
@@ -32821,73 +32805,164 @@ input.E_rf8rlle.ant-input {
|
|
|
32821
32805
|
position: static;
|
|
32822
32806
|
}
|
|
32823
32807
|
|
|
32824
|
-
.
|
|
32825
|
-
|
|
32808
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32809
|
+
margin-right: 2px;
|
|
32826
32810
|
}
|
|
32827
32811
|
|
|
32828
|
-
.
|
|
32829
|
-
|
|
32830
|
-
|
|
32812
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32813
|
+
padding-left: 8px;
|
|
32814
|
+
padding-right: 8px;
|
|
32815
|
+
font-size: 12px;
|
|
32831
32816
|
}
|
|
32832
|
-
.
|
|
32833
|
-
|
|
32817
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32818
|
+
border-radius: 4px;
|
|
32834
32819
|
}
|
|
32835
|
-
.
|
|
32836
|
-
|
|
32837
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32838
|
-
transform: translateY(-4px);
|
|
32820
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32821
|
+
border-radius: 4px;
|
|
32839
32822
|
}
|
|
32840
32823
|
|
|
32841
|
-
|
|
32842
|
-
|
|
32843
|
-
|
|
32844
|
-
font-size: 12px;
|
|
32845
|
-
line-height: 18px;
|
|
32846
|
-
height: 18px;
|
|
32824
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32825
|
+
padding-left: 12px;
|
|
32826
|
+
padding-right: 12px;
|
|
32847
32827
|
}
|
|
32848
32828
|
|
|
32849
|
-
|
|
32850
|
-
color:
|
|
32851
|
-
height: unset;
|
|
32829
|
+
.E_ckld275 {
|
|
32830
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32852
32831
|
}
|
|
32853
|
-
|
|
32854
|
-
|
|
32832
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32833
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32834
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32855
32835
|
}
|
|
32856
|
-
|
|
32857
|
-
|
|
32836
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32837
|
+
background-color: transparent;
|
|
32858
32838
|
}
|
|
32859
|
-
|
|
32860
|
-
color:
|
|
32839
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32840
|
+
background-color: transparent;
|
|
32841
|
+
}
|
|
32842
|
+
|
|
32843
|
+
.E_ckui4s7 {
|
|
32844
|
+
color: #2d3a56;
|
|
32845
|
+
line-height: 22px;
|
|
32846
|
+
display: inline-flex;
|
|
32847
|
+
}
|
|
32848
|
+
.E_ckui4s7 .ant-checkbox {
|
|
32849
|
+
height: 22px;
|
|
32850
|
+
display: flex;
|
|
32851
|
+
align-items: center;
|
|
32852
|
+
top: 0;
|
|
32853
|
+
}
|
|
32854
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32855
|
+
border: none;
|
|
32856
|
+
}
|
|
32857
|
+
.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 {
|
|
32858
|
+
border-color: #0080ff;
|
|
32859
|
+
}
|
|
32860
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
32861
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32862
|
+
}
|
|
32863
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32864
|
+
border: 1px solid #0080ff;
|
|
32865
|
+
}
|
|
32866
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32867
|
+
background: #0080ff;
|
|
32868
|
+
}
|
|
32869
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32870
|
+
background-color: #fff;
|
|
32871
|
+
height: 2px;
|
|
32872
|
+
width: 10px;
|
|
32873
|
+
border-radius: 2px;
|
|
32874
|
+
}
|
|
32875
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
32876
|
+
opacity: 0.5;
|
|
32877
|
+
}
|
|
32878
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32879
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32880
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32881
|
+
}
|
|
32882
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32883
|
+
border-color: #2d3a56;
|
|
32884
|
+
}
|
|
32885
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32886
|
+
background: #2d3a56;
|
|
32887
|
+
}
|
|
32888
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
32889
|
+
padding: 0;
|
|
32890
|
+
}
|
|
32891
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
32892
|
+
display: inline-block;
|
|
32893
|
+
margin-left: 12px;
|
|
32894
|
+
color: #2d3a56;
|
|
32895
|
+
}
|
|
32896
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
32897
|
+
margin-left: 28px;
|
|
32898
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32899
|
+
}
|
|
32900
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
32901
|
+
margin-left: 8px;
|
|
32902
|
+
}
|
|
32903
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
32904
|
+
margin-left: 24px;
|
|
32905
|
+
}
|
|
32906
|
+
|
|
32907
|
+
.E_b14q2gmw {
|
|
32908
|
+
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);
|
|
32909
|
+
}
|
|
32910
|
+
|
|
32911
|
+
.E_c1eym6el {
|
|
32912
|
+
border-radius: 8px;
|
|
32913
|
+
background-color: white;
|
|
32861
32914
|
}
|
|
32862
|
-
|
|
32863
|
-
|
|
32915
|
+
.E_c1eym6el.hoverable {
|
|
32916
|
+
cursor: pointer;
|
|
32864
32917
|
}
|
|
32865
|
-
|
|
32866
|
-
|
|
32918
|
+
.E_c1eym6el.hoverable:hover {
|
|
32919
|
+
transition: all 200ms ease;
|
|
32920
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32921
|
+
transform: translateY(-4px);
|
|
32867
32922
|
}
|
|
32868
|
-
|
|
32869
|
-
|
|
32923
|
+
|
|
32924
|
+
.E_c1kghdax {
|
|
32925
|
+
color: #2d3a56;
|
|
32926
|
+
padding: 7px 12px;
|
|
32927
|
+
display: flex;
|
|
32928
|
+
justify-content: space-between;
|
|
32929
|
+
align-items: center;
|
|
32870
32930
|
}
|
|
32871
|
-
|
|
32872
|
-
|
|
32931
|
+
.E_c1kghdax.has-arrow {
|
|
32932
|
+
padding-left: 10px;
|
|
32873
32933
|
}
|
|
32874
|
-
|
|
32875
|
-
|
|
32934
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32935
|
+
cursor: pointer;
|
|
32936
|
+
color: #00122e;
|
|
32876
32937
|
}
|
|
32877
|
-
|
|
32878
|
-
color: #
|
|
32938
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32939
|
+
color: #2d3a56;
|
|
32940
|
+
font-weight: 600;
|
|
32879
32941
|
}
|
|
32880
|
-
|
|
32881
|
-
|
|
32942
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32943
|
+
transform: rotate(90deg);
|
|
32882
32944
|
}
|
|
32883
|
-
|
|
32884
|
-
|
|
32945
|
+
.E_c1kghdax .sub-info {
|
|
32946
|
+
font-size: 12px;
|
|
32947
|
+
line-height: 18px;
|
|
32885
32948
|
}
|
|
32886
|
-
|
|
32887
|
-
|
|
32949
|
+
.E_c1kghdax .title-wrapper {
|
|
32950
|
+
display: flex;
|
|
32951
|
+
align-items: center;
|
|
32952
|
+
user-select: none;
|
|
32953
|
+
flex-grow: 1;
|
|
32954
|
+
font-size: 12px;
|
|
32955
|
+
line-height: 18px;
|
|
32956
|
+
color: #2d3a56;
|
|
32957
|
+
font-weight: 700;
|
|
32888
32958
|
}
|
|
32889
|
-
|
|
32890
|
-
|
|
32959
|
+
.E_c1kghdax .collapse-arrow {
|
|
32960
|
+
transition: all 50ms ease-out 0ms;
|
|
32961
|
+
margin-right: 2px;
|
|
32962
|
+
}
|
|
32963
|
+
|
|
32964
|
+
.E_c1yd35n {
|
|
32965
|
+
padding: 0 12px 14px 12px;
|
|
32891
32966
|
}
|
|
32892
32967
|
|
|
32893
32968
|
.E_sddwhm6 {
|
|
@@ -32965,6 +33040,58 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
32965
33040
|
display: inline-block;
|
|
32966
33041
|
}
|
|
32967
33042
|
|
|
33043
|
+
button.E_l48ei06.ant-btn,
|
|
33044
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33045
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33046
|
+
font-size: 12px;
|
|
33047
|
+
line-height: 18px;
|
|
33048
|
+
height: 18px;
|
|
33049
|
+
}
|
|
33050
|
+
|
|
33051
|
+
button.E_l48ei06 {
|
|
33052
|
+
color: #0080FF;
|
|
33053
|
+
height: unset;
|
|
33054
|
+
}
|
|
33055
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33056
|
+
margin-right: 4px;
|
|
33057
|
+
}
|
|
33058
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33059
|
+
margin-left: 4px;
|
|
33060
|
+
}
|
|
33061
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33062
|
+
color: #009DFF;
|
|
33063
|
+
}
|
|
33064
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33065
|
+
color: #005ED1;
|
|
33066
|
+
}
|
|
33067
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33068
|
+
color: #0080FF;
|
|
33069
|
+
}
|
|
33070
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33071
|
+
color: #00122E;
|
|
33072
|
+
}
|
|
33073
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33074
|
+
color: #0080FF;
|
|
33075
|
+
}
|
|
33076
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33077
|
+
color: #005ED1;
|
|
33078
|
+
}
|
|
33079
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33080
|
+
color: #00122E;
|
|
33081
|
+
}
|
|
33082
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33083
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33084
|
+
}
|
|
33085
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33086
|
+
color: #0080FF;
|
|
33087
|
+
}
|
|
33088
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33089
|
+
color: #005ED1;
|
|
33090
|
+
}
|
|
33091
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33092
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33093
|
+
}
|
|
33094
|
+
|
|
32968
33095
|
.E_tc97u5y {
|
|
32969
33096
|
height: 100%;
|
|
32970
33097
|
}
|
|
@@ -33272,225 +33399,369 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33272
33399
|
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33273
33400
|
background: #f2f5fa;
|
|
33274
33401
|
}
|
|
33275
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33276
|
-
display: block;
|
|
33402
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33403
|
+
display: block;
|
|
33404
|
+
}
|
|
33405
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
33406
|
+
padding-right: 25px;
|
|
33407
|
+
}
|
|
33408
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
33409
|
+
padding: 0 !important;
|
|
33410
|
+
}
|
|
33411
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33412
|
+
position: absolute;
|
|
33413
|
+
left: 50%;
|
|
33414
|
+
top: 50%;
|
|
33415
|
+
transform: translate(-50%, -50%);
|
|
33416
|
+
}
|
|
33417
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
33418
|
+
display: none;
|
|
33419
|
+
}
|
|
33420
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
33421
|
+
background: #fff;
|
|
33422
|
+
}
|
|
33423
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
33424
|
+
background: inherit;
|
|
33425
|
+
}
|
|
33426
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
33427
|
+
position: static;
|
|
33428
|
+
border: none;
|
|
33429
|
+
background: inherit !important;
|
|
33430
|
+
height: 100px;
|
|
33431
|
+
vertical-align: middle;
|
|
33432
|
+
}
|
|
33433
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
33434
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33435
|
+
font-weight: bold;
|
|
33436
|
+
font-size: 20px;
|
|
33437
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33438
|
+
}
|
|
33439
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33440
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33441
|
+
z-index: 10;
|
|
33442
|
+
}
|
|
33443
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33444
|
+
padding: 0 !important;
|
|
33445
|
+
position: relative;
|
|
33446
|
+
background: #fff;
|
|
33447
|
+
}
|
|
33448
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33449
|
+
height: 100%;
|
|
33450
|
+
display: flex;
|
|
33451
|
+
align-items: center;
|
|
33452
|
+
justify-content: flex-end;
|
|
33453
|
+
padding-right: 8px;
|
|
33454
|
+
}
|
|
33455
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33456
|
+
width: 24px;
|
|
33457
|
+
height: 24px;
|
|
33458
|
+
cursor: pointer;
|
|
33459
|
+
justify-content: center;
|
|
33460
|
+
border-radius: 4px;
|
|
33461
|
+
}
|
|
33462
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33463
|
+
background: #fff;
|
|
33464
|
+
}
|
|
33465
|
+
|
|
33466
|
+
.E_r77hffu {
|
|
33467
|
+
display: flex;
|
|
33468
|
+
align-items: center;
|
|
33469
|
+
justify-content: space-between;
|
|
33470
|
+
column-gap: 6px;
|
|
33471
|
+
}
|
|
33472
|
+
|
|
33473
|
+
.E_p1cmxsf7 {
|
|
33474
|
+
display: flex;
|
|
33475
|
+
flex-direction: column;
|
|
33476
|
+
justify-content: center;
|
|
33477
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33478
|
+
}
|
|
33479
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33480
|
+
font-size: 0;
|
|
33481
|
+
margin-bottom: unset;
|
|
33482
|
+
margin-inline-end: unset;
|
|
33483
|
+
}
|
|
33484
|
+
|
|
33485
|
+
.E_w7ob4th.outside-tag {
|
|
33486
|
+
padding-left: 0;
|
|
33487
|
+
}
|
|
33488
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33489
|
+
border-radius: 4px 0 0 4px;
|
|
33490
|
+
padding-right: 4px;
|
|
33491
|
+
margin-right: 4px;
|
|
33492
|
+
}
|
|
33493
|
+
|
|
33494
|
+
.E_slr2ynn {
|
|
33495
|
+
padding: 0 8px;
|
|
33496
|
+
height: 18px;
|
|
33497
|
+
}
|
|
33498
|
+
|
|
33499
|
+
.E_m140wbb6 {
|
|
33500
|
+
padding: 2px 8px;
|
|
33501
|
+
height: 24px;
|
|
33502
|
+
}
|
|
33503
|
+
|
|
33504
|
+
.E_t1fozc1i {
|
|
33505
|
+
margin: 0;
|
|
33506
|
+
}
|
|
33507
|
+
|
|
33508
|
+
.E_i1vxv4ln {
|
|
33509
|
+
margin-right: 4px;
|
|
33510
|
+
height: 16px;
|
|
33511
|
+
}
|
|
33512
|
+
|
|
33513
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33514
|
+
font-weight: 700;
|
|
33515
|
+
color: #00122e;
|
|
33516
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33517
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33518
|
+
word-break: break-all;
|
|
33519
|
+
display: inline;
|
|
33520
|
+
white-space: normal;
|
|
33521
|
+
}
|
|
33522
|
+
|
|
33523
|
+
.E_lht19u8 {
|
|
33524
|
+
width: 64px;
|
|
33525
|
+
height: 64px;
|
|
33526
|
+
display: flex;
|
|
33527
|
+
align-items: center;
|
|
33528
|
+
justify-content: center;
|
|
33529
|
+
position: relative;
|
|
33530
|
+
opacity: 0.2;
|
|
33531
|
+
}
|
|
33532
|
+
|
|
33533
|
+
.E_lk3gkp4 {
|
|
33534
|
+
position: absolute;
|
|
33535
|
+
width: 5px;
|
|
33536
|
+
height: 48px;
|
|
33537
|
+
left: 9.33px;
|
|
33538
|
+
top: 40.5px;
|
|
33539
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33540
|
+
border-radius: 5px;
|
|
33541
|
+
transform: rotate(-128deg);
|
|
33542
|
+
transform-origin: top left;
|
|
33543
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33544
|
+
}
|
|
33545
|
+
|
|
33546
|
+
.E_ll4n94n {
|
|
33547
|
+
position: absolute;
|
|
33548
|
+
width: 5px;
|
|
33549
|
+
height: 48px;
|
|
33550
|
+
left: 40.8px;
|
|
33551
|
+
top: 8.4px;
|
|
33552
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33553
|
+
border-radius: 5px;
|
|
33554
|
+
transform: rotate(-8deg);
|
|
33555
|
+
transform-origin: top left;
|
|
33556
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33277
33557
|
}
|
|
33278
|
-
|
|
33279
|
-
|
|
33558
|
+
|
|
33559
|
+
.E_l17lbdo6 {
|
|
33560
|
+
position: absolute;
|
|
33561
|
+
width: 5px;
|
|
33562
|
+
height: 48px;
|
|
33563
|
+
left: 52.9px;
|
|
33564
|
+
top: 51.8px;
|
|
33565
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33566
|
+
border-radius: 5px;
|
|
33567
|
+
transform: rotate(112deg);
|
|
33568
|
+
transform-origin: top left;
|
|
33569
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33280
33570
|
}
|
|
33281
|
-
|
|
33282
|
-
|
|
33571
|
+
|
|
33572
|
+
.E_sjob3jg {
|
|
33573
|
+
--item-min-width: 60px;
|
|
33283
33574
|
}
|
|
33284
|
-
.
|
|
33285
|
-
|
|
33286
|
-
left: 50%;
|
|
33287
|
-
top: 50%;
|
|
33288
|
-
transform: translate(-50%, -50%);
|
|
33575
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33576
|
+
display: none !important;
|
|
33289
33577
|
}
|
|
33290
|
-
.
|
|
33291
|
-
|
|
33578
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33579
|
+
flex-shrink: 0 !important;
|
|
33292
33580
|
}
|
|
33293
|
-
.
|
|
33294
|
-
|
|
33581
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33582
|
+
color: #0080ff;
|
|
33295
33583
|
}
|
|
33296
|
-
.
|
|
33297
|
-
|
|
33584
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33585
|
+
color: #0080ff;
|
|
33586
|
+
font-weight: normal;
|
|
33298
33587
|
}
|
|
33299
|
-
.
|
|
33300
|
-
|
|
33301
|
-
border: none;
|
|
33302
|
-
background: inherit !important;
|
|
33303
|
-
height: 100px;
|
|
33304
|
-
vertical-align: middle;
|
|
33588
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
33589
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33305
33590
|
}
|
|
33306
|
-
.
|
|
33307
|
-
|
|
33308
|
-
font-weight: bold;
|
|
33309
|
-
font-size: 20px;
|
|
33310
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33591
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33592
|
+
color: #00122e;
|
|
33311
33593
|
}
|
|
33312
|
-
.
|
|
33313
|
-
|
|
33314
|
-
z-index: 10;
|
|
33594
|
+
.E_sjob3jg .step-item-text {
|
|
33595
|
+
display: inline-block;
|
|
33315
33596
|
}
|
|
33316
|
-
.
|
|
33317
|
-
|
|
33318
|
-
|
|
33319
|
-
|
|
33597
|
+
.E_sjob3jg .step-item-title {
|
|
33598
|
+
overflow: hidden;
|
|
33599
|
+
white-space: nowrap;
|
|
33600
|
+
text-overflow: ellipsis;
|
|
33320
33601
|
}
|
|
33321
|
-
|
|
33322
|
-
|
|
33323
|
-
|
|
33324
|
-
align-items: center;
|
|
33325
|
-
justify-content: flex-end;
|
|
33326
|
-
padding-right: 8px;
|
|
33602
|
+
|
|
33603
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33604
|
+
min-width: var(--item-min-width);
|
|
33327
33605
|
}
|
|
33328
|
-
.
|
|
33329
|
-
|
|
33330
|
-
height: 24px;
|
|
33331
|
-
cursor: pointer;
|
|
33332
|
-
justify-content: center;
|
|
33333
|
-
border-radius: 4px;
|
|
33606
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33607
|
+
cursor: not-allowed !important;
|
|
33334
33608
|
}
|
|
33335
|
-
.
|
|
33336
|
-
|
|
33609
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33610
|
+
flex-direction: row;
|
|
33611
|
+
justify-content: stretch;
|
|
33337
33612
|
}
|
|
33338
|
-
|
|
33339
|
-
|
|
33340
|
-
|
|
33613
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33614
|
+
padding: 0;
|
|
33615
|
+
margin-right: 4px;
|
|
33616
|
+
flex: 1;
|
|
33617
|
+
overflow: visible;
|
|
33341
33618
|
}
|
|
33342
|
-
|
|
33343
|
-
|
|
33344
|
-
|
|
33345
|
-
padding: 7px 12px;
|
|
33346
|
-
display: flex;
|
|
33347
|
-
justify-content: space-between;
|
|
33348
|
-
align-items: center;
|
|
33619
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33620
|
+
width: 100%;
|
|
33621
|
+
min-height: unset;
|
|
33349
33622
|
}
|
|
33350
|
-
.
|
|
33351
|
-
|
|
33623
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33624
|
+
height: 26px;
|
|
33625
|
+
line-height: 26px;
|
|
33626
|
+
width: 100%;
|
|
33627
|
+
padding: 0;
|
|
33628
|
+
font-size: 12px;
|
|
33352
33629
|
}
|
|
33353
|
-
.
|
|
33354
|
-
|
|
33355
|
-
color: #00122e;
|
|
33630
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33631
|
+
margin-right: 10px;
|
|
33356
33632
|
}
|
|
33357
|
-
.
|
|
33358
|
-
|
|
33359
|
-
font-weight: 600;
|
|
33633
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33634
|
+
display: none;
|
|
33360
33635
|
}
|
|
33361
|
-
.
|
|
33362
|
-
|
|
33636
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33637
|
+
padding-left: 8px;
|
|
33638
|
+
padding-right: 4px;
|
|
33639
|
+
border-radius: 4px 0 0 4px;
|
|
33363
33640
|
}
|
|
33364
|
-
.
|
|
33365
|
-
|
|
33366
|
-
line-height: 18px;
|
|
33641
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33642
|
+
margin-right: 0;
|
|
33367
33643
|
}
|
|
33368
|
-
.
|
|
33369
|
-
|
|
33370
|
-
|
|
33371
|
-
|
|
33372
|
-
flex-grow: 1;
|
|
33373
|
-
font-size: 12px;
|
|
33374
|
-
line-height: 18px;
|
|
33375
|
-
color: #2d3a56;
|
|
33376
|
-
font-weight: 700;
|
|
33644
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33645
|
+
padding-right: 8px;
|
|
33646
|
+
padding-left: 12px;
|
|
33647
|
+
border-radius: 0 4px 4px 0;
|
|
33377
33648
|
}
|
|
33378
|
-
.
|
|
33379
|
-
|
|
33380
|
-
|
|
33649
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
33650
|
+
content: "";
|
|
33651
|
+
width: 0;
|
|
33652
|
+
height: 0;
|
|
33653
|
+
border: 13px solid transparent;
|
|
33654
|
+
position: absolute;
|
|
33655
|
+
top: 0;
|
|
33656
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33657
|
+
z-index: 2;
|
|
33658
|
+
position: relative;
|
|
33659
|
+
top: -50%;
|
|
33660
|
+
right: -100%;
|
|
33381
33661
|
}
|
|
33382
|
-
|
|
33383
|
-
|
|
33384
|
-
color: #2d3a56;
|
|
33385
|
-
line-height: 22px;
|
|
33386
|
-
display: inline-flex;
|
|
33662
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33663
|
+
padding: 0 4px 0 12px;
|
|
33387
33664
|
}
|
|
33388
|
-
.
|
|
33389
|
-
|
|
33390
|
-
|
|
33391
|
-
|
|
33665
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
33666
|
+
content: "";
|
|
33667
|
+
width: 0;
|
|
33668
|
+
height: 0;
|
|
33669
|
+
border: 13px solid transparent;
|
|
33670
|
+
position: absolute;
|
|
33392
33671
|
top: 0;
|
|
33672
|
+
border-left: 8px solid #fff;
|
|
33673
|
+
left: 0;
|
|
33393
33674
|
}
|
|
33394
|
-
.
|
|
33395
|
-
|
|
33675
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33676
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33396
33677
|
}
|
|
33397
|
-
.
|
|
33398
|
-
|
|
33678
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33679
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33399
33680
|
}
|
|
33400
|
-
.
|
|
33401
|
-
border:
|
|
33681
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33682
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33402
33683
|
}
|
|
33403
|
-
.
|
|
33404
|
-
|
|
33684
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33685
|
+
cursor: pointer;
|
|
33686
|
+
min-width: var(--item-min-width);
|
|
33405
33687
|
}
|
|
33406
|
-
.
|
|
33407
|
-
|
|
33688
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33689
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33690
|
+
min-width: var(--item-min-width);
|
|
33408
33691
|
}
|
|
33409
|
-
.
|
|
33410
|
-
|
|
33411
|
-
|
|
33412
|
-
width: 10px;
|
|
33413
|
-
border-radius: 2px;
|
|
33692
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33693
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33694
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33414
33695
|
}
|
|
33415
|
-
.
|
|
33416
|
-
|
|
33696
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33697
|
+
padding: 0;
|
|
33417
33698
|
}
|
|
33418
|
-
|
|
33419
|
-
|
|
33420
|
-
|
|
33699
|
+
|
|
33700
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33701
|
+
width: 192px;
|
|
33702
|
+
row-gap: 2px;
|
|
33421
33703
|
}
|
|
33422
|
-
.
|
|
33423
|
-
|
|
33704
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33705
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33424
33706
|
}
|
|
33425
|
-
.
|
|
33426
|
-
|
|
33707
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33708
|
+
color: #00122e !important;
|
|
33427
33709
|
}
|
|
33428
|
-
.
|
|
33429
|
-
|
|
33710
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
33711
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33430
33712
|
}
|
|
33431
|
-
.
|
|
33432
|
-
|
|
33433
|
-
|
|
33434
|
-
|
|
33713
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33714
|
+
padding: 0 8px;
|
|
33715
|
+
border-radius: 4px;
|
|
33716
|
+
height: 32px;
|
|
33717
|
+
display: flex;
|
|
33718
|
+
align-items: center;
|
|
33435
33719
|
}
|
|
33436
|
-
.
|
|
33437
|
-
|
|
33438
|
-
|
|
33720
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33721
|
+
min-height: auto;
|
|
33722
|
+
white-space: nowrap;
|
|
33439
33723
|
}
|
|
33440
|
-
.
|
|
33441
|
-
|
|
33724
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33725
|
+
font-size: 13px;
|
|
33726
|
+
line-height: 20px;
|
|
33727
|
+
max-width: 100%;
|
|
33728
|
+
padding-right: 0;
|
|
33442
33729
|
}
|
|
33443
|
-
.
|
|
33444
|
-
|
|
33730
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33731
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33445
33732
|
}
|
|
33446
33733
|
|
|
33447
|
-
.
|
|
33448
|
-
width:
|
|
33449
|
-
|
|
33450
|
-
display: flex;
|
|
33734
|
+
.E_h6l1tj4 {
|
|
33735
|
+
width: 100%;
|
|
33736
|
+
display: inline-flex;
|
|
33451
33737
|
align-items: center;
|
|
33452
33738
|
justify-content: center;
|
|
33453
|
-
|
|
33454
|
-
opacity: 0.2;
|
|
33739
|
+
column-gap: 4px;
|
|
33455
33740
|
}
|
|
33456
|
-
|
|
33457
|
-
|
|
33458
|
-
|
|
33459
|
-
width:
|
|
33460
|
-
height:
|
|
33461
|
-
|
|
33462
|
-
|
|
33463
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33464
|
-
border-radius: 5px;
|
|
33465
|
-
transform: rotate(-128deg);
|
|
33466
|
-
transform-origin: top left;
|
|
33467
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33741
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33742
|
+
display: inline-flex;
|
|
33743
|
+
align-items: center;
|
|
33744
|
+
width: 18px;
|
|
33745
|
+
height: 18px;
|
|
33746
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33747
|
+
justify-content: center;
|
|
33468
33748
|
}
|
|
33469
33749
|
|
|
33470
|
-
.
|
|
33471
|
-
|
|
33472
|
-
|
|
33473
|
-
|
|
33474
|
-
|
|
33475
|
-
|
|
33476
|
-
|
|
33477
|
-
border-radius: 5px;
|
|
33478
|
-
transform: rotate(-8deg);
|
|
33479
|
-
transform-origin: top left;
|
|
33480
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33750
|
+
.E_v18frne8 {
|
|
33751
|
+
width: 100%;
|
|
33752
|
+
display: flex;
|
|
33753
|
+
align-items: center;
|
|
33754
|
+
justify-content: center;
|
|
33755
|
+
column-gap: 6px;
|
|
33756
|
+
font-size: 13px;
|
|
33481
33757
|
}
|
|
33482
|
-
|
|
33483
|
-
|
|
33484
|
-
|
|
33485
|
-
width:
|
|
33486
|
-
height:
|
|
33487
|
-
|
|
33488
|
-
|
|
33489
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33490
|
-
border-radius: 5px;
|
|
33491
|
-
transform: rotate(112deg);
|
|
33492
|
-
transform-origin: top left;
|
|
33493
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33758
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33759
|
+
display: inline-flex;
|
|
33760
|
+
align-items: center;
|
|
33761
|
+
min-width: 20px;
|
|
33762
|
+
min-height: 20px;
|
|
33763
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33764
|
+
justify-content: center;
|
|
33494
33765
|
}
|
|
33495
33766
|
|
|
33496
33767
|
.E_t1dtlqs1 {
|
|
@@ -33632,256 +33903,66 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33632
33903
|
padding: 4px;
|
|
33633
33904
|
width: 24px;
|
|
33634
33905
|
height: 24px;
|
|
33635
|
-
overflow: hidden;
|
|
33636
|
-
}
|
|
33637
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33638
|
-
padding: 0;
|
|
33639
|
-
}
|
|
33640
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33641
|
-
cursor: not-allowed;
|
|
33642
|
-
opacity: 0.5;
|
|
33643
|
-
}
|
|
33644
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33645
|
-
margin: 0;
|
|
33646
|
-
}
|
|
33647
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33648
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33649
|
-
border-radius: 5px;
|
|
33650
|
-
font-size: 12px;
|
|
33651
|
-
}
|
|
33652
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33653
|
-
font-size: inherit;
|
|
33654
|
-
}
|
|
33655
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33656
|
-
min-height: 24px;
|
|
33657
|
-
font-size: 12px;
|
|
33658
|
-
position: relative;
|
|
33659
|
-
}
|
|
33660
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33661
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33662
|
-
}
|
|
33663
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33664
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33665
|
-
}
|
|
33666
|
-
|
|
33667
|
-
.E_a138syjm {
|
|
33668
|
-
display: flex;
|
|
33669
|
-
align-items: center;
|
|
33670
|
-
margin-top: 8px;
|
|
33671
|
-
}
|
|
33672
|
-
.E_a138syjm button.ant-btn {
|
|
33673
|
-
padding: 2px 8px;
|
|
33674
|
-
height: 24px;
|
|
33675
|
-
}
|
|
33676
|
-
.E_a138syjm > span.maximum-desc {
|
|
33677
|
-
display: none;
|
|
33678
|
-
margin-left: 8px;
|
|
33679
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33680
|
-
}
|
|
33681
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
33682
|
-
display: inline;
|
|
33683
|
-
}
|
|
33684
|
-
|
|
33685
|
-
.E_d77i8u0 {
|
|
33686
|
-
width: 24px;
|
|
33687
|
-
height: 24px;
|
|
33688
|
-
padding: 4px;
|
|
33689
|
-
margin-right: 8px;
|
|
33690
|
-
}
|
|
33691
|
-
|
|
33692
|
-
.E_sjob3jg {
|
|
33693
|
-
--item-min-width: 60px;
|
|
33694
|
-
}
|
|
33695
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33696
|
-
display: none !important;
|
|
33697
|
-
}
|
|
33698
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33699
|
-
flex-shrink: 0 !important;
|
|
33700
|
-
}
|
|
33701
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33702
|
-
color: #0080ff;
|
|
33703
|
-
}
|
|
33704
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33705
|
-
color: #0080ff;
|
|
33706
|
-
font-weight: normal;
|
|
33707
|
-
}
|
|
33708
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
33709
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33710
|
-
}
|
|
33711
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33712
|
-
color: #00122e;
|
|
33713
|
-
}
|
|
33714
|
-
.E_sjob3jg .step-item-text {
|
|
33715
|
-
display: inline-block;
|
|
33716
|
-
}
|
|
33717
|
-
.E_sjob3jg .step-item-title {
|
|
33718
|
-
overflow: hidden;
|
|
33719
|
-
white-space: nowrap;
|
|
33720
|
-
text-overflow: ellipsis;
|
|
33721
|
-
}
|
|
33722
|
-
|
|
33723
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
33724
|
-
min-width: var(--item-min-width);
|
|
33725
|
-
}
|
|
33726
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33727
|
-
cursor: not-allowed !important;
|
|
33728
|
-
}
|
|
33729
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33730
|
-
flex-direction: row;
|
|
33731
|
-
justify-content: stretch;
|
|
33732
|
-
}
|
|
33733
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33734
|
-
padding: 0;
|
|
33735
|
-
margin-right: 4px;
|
|
33736
|
-
flex: 1;
|
|
33737
|
-
overflow: visible;
|
|
33738
|
-
}
|
|
33739
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33740
|
-
width: 100%;
|
|
33741
|
-
min-height: unset;
|
|
33742
|
-
}
|
|
33743
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33744
|
-
height: 26px;
|
|
33745
|
-
line-height: 26px;
|
|
33746
|
-
width: 100%;
|
|
33747
|
-
padding: 0;
|
|
33748
|
-
font-size: 12px;
|
|
33749
|
-
}
|
|
33750
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33751
|
-
margin-right: 10px;
|
|
33752
|
-
}
|
|
33753
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33754
|
-
display: none;
|
|
33755
|
-
}
|
|
33756
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33757
|
-
padding-left: 8px;
|
|
33758
|
-
padding-right: 4px;
|
|
33759
|
-
border-radius: 4px 0 0 4px;
|
|
33760
|
-
}
|
|
33761
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33762
|
-
margin-right: 0;
|
|
33763
|
-
}
|
|
33764
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33765
|
-
padding-right: 8px;
|
|
33766
|
-
padding-left: 12px;
|
|
33767
|
-
border-radius: 0 4px 4px 0;
|
|
33768
|
-
}
|
|
33769
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
33770
|
-
content: "";
|
|
33771
|
-
width: 0;
|
|
33772
|
-
height: 0;
|
|
33773
|
-
border: 13px solid transparent;
|
|
33774
|
-
position: absolute;
|
|
33775
|
-
top: 0;
|
|
33776
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33777
|
-
z-index: 2;
|
|
33778
|
-
position: relative;
|
|
33779
|
-
top: -50%;
|
|
33780
|
-
right: -100%;
|
|
33781
|
-
}
|
|
33782
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33783
|
-
padding: 0 4px 0 12px;
|
|
33784
|
-
}
|
|
33785
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
33786
|
-
content: "";
|
|
33787
|
-
width: 0;
|
|
33788
|
-
height: 0;
|
|
33789
|
-
border: 13px solid transparent;
|
|
33790
|
-
position: absolute;
|
|
33791
|
-
top: 0;
|
|
33792
|
-
border-left: 8px solid #fff;
|
|
33793
|
-
left: 0;
|
|
33794
|
-
}
|
|
33795
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33796
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33797
|
-
}
|
|
33798
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33799
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33800
|
-
}
|
|
33801
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33802
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33906
|
+
overflow: hidden;
|
|
33803
33907
|
}
|
|
33804
|
-
.
|
|
33805
|
-
|
|
33806
|
-
min-width: var(--item-min-width);
|
|
33908
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33909
|
+
padding: 0;
|
|
33807
33910
|
}
|
|
33808
|
-
.
|
|
33809
|
-
|
|
33810
|
-
|
|
33911
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33912
|
+
cursor: not-allowed;
|
|
33913
|
+
opacity: 0.5;
|
|
33811
33914
|
}
|
|
33812
|
-
.
|
|
33813
|
-
|
|
33814
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33915
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33916
|
+
margin: 0;
|
|
33815
33917
|
}
|
|
33816
|
-
.
|
|
33817
|
-
|
|
33918
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33919
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33920
|
+
border-radius: 5px;
|
|
33921
|
+
font-size: 12px;
|
|
33818
33922
|
}
|
|
33819
|
-
|
|
33820
|
-
|
|
33821
|
-
width: 192px;
|
|
33822
|
-
row-gap: 2px;
|
|
33923
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33924
|
+
font-size: inherit;
|
|
33823
33925
|
}
|
|
33824
|
-
.
|
|
33825
|
-
|
|
33926
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33927
|
+
min-height: 24px;
|
|
33928
|
+
font-size: 12px;
|
|
33929
|
+
position: relative;
|
|
33826
33930
|
}
|
|
33827
|
-
.
|
|
33828
|
-
|
|
33931
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33932
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33829
33933
|
}
|
|
33830
|
-
.
|
|
33831
|
-
background-color: rgba(
|
|
33934
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33935
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33832
33936
|
}
|
|
33833
|
-
|
|
33834
|
-
|
|
33835
|
-
border-radius: 4px;
|
|
33836
|
-
height: 32px;
|
|
33937
|
+
|
|
33938
|
+
.E_a138syjm {
|
|
33837
33939
|
display: flex;
|
|
33838
33940
|
align-items: center;
|
|
33941
|
+
margin-top: 8px;
|
|
33839
33942
|
}
|
|
33840
|
-
.
|
|
33841
|
-
|
|
33842
|
-
|
|
33943
|
+
.E_a138syjm button.ant-btn {
|
|
33944
|
+
padding: 2px 8px;
|
|
33945
|
+
height: 24px;
|
|
33843
33946
|
}
|
|
33844
|
-
.
|
|
33845
|
-
|
|
33846
|
-
|
|
33847
|
-
|
|
33848
|
-
padding-right: 0;
|
|
33947
|
+
.E_a138syjm > span.maximum-desc {
|
|
33948
|
+
display: none;
|
|
33949
|
+
margin-left: 8px;
|
|
33950
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33849
33951
|
}
|
|
33850
|
-
.
|
|
33851
|
-
|
|
33952
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33953
|
+
display: inline;
|
|
33852
33954
|
}
|
|
33853
33955
|
|
|
33854
|
-
.
|
|
33855
|
-
width:
|
|
33856
|
-
|
|
33857
|
-
|
|
33858
|
-
|
|
33859
|
-
column-gap: 4px;
|
|
33860
|
-
}
|
|
33861
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
33862
|
-
display: inline-flex;
|
|
33863
|
-
align-items: center;
|
|
33864
|
-
width: 18px;
|
|
33865
|
-
height: 18px;
|
|
33866
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33867
|
-
justify-content: center;
|
|
33956
|
+
.E_d77i8u0 {
|
|
33957
|
+
width: 24px;
|
|
33958
|
+
height: 24px;
|
|
33959
|
+
padding: 4px;
|
|
33960
|
+
margin-right: 8px;
|
|
33868
33961
|
}
|
|
33869
33962
|
|
|
33870
|
-
.
|
|
33871
|
-
|
|
33872
|
-
|
|
33873
|
-
align-items: center;
|
|
33874
|
-
justify-content: center;
|
|
33875
|
-
column-gap: 6px;
|
|
33876
|
-
font-size: 13px;
|
|
33877
|
-
}
|
|
33878
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
33879
|
-
display: inline-flex;
|
|
33880
|
-
align-items: center;
|
|
33881
|
-
min-width: 20px;
|
|
33882
|
-
min-height: 20px;
|
|
33883
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33884
|
-
justify-content: center;
|
|
33963
|
+
.E_i1g85yz3 {
|
|
33964
|
+
margin-right: 4px;
|
|
33965
|
+
height: 16px;
|
|
33885
33966
|
}
|
|
33886
33967
|
|
|
33887
33968
|
.E_t13ef470 {
|
|
@@ -33914,68 +33995,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33914
33995
|
background: rgba(163, 180, 204, 0.18);
|
|
33915
33996
|
}
|
|
33916
33997
|
|
|
33917
|
-
.E_w7ob4th.outside-tag {
|
|
33918
|
-
padding-left: 0;
|
|
33919
|
-
}
|
|
33920
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
33921
|
-
border-radius: 4px 0 0 4px;
|
|
33922
|
-
padding-right: 4px;
|
|
33923
|
-
margin-right: 4px;
|
|
33924
|
-
}
|
|
33925
|
-
|
|
33926
|
-
.E_r77hffu {
|
|
33927
|
-
display: flex;
|
|
33928
|
-
align-items: center;
|
|
33929
|
-
justify-content: space-between;
|
|
33930
|
-
column-gap: 6px;
|
|
33931
|
-
}
|
|
33932
|
-
|
|
33933
|
-
.E_p1cmxsf7 {
|
|
33934
|
-
display: flex;
|
|
33935
|
-
flex-direction: column;
|
|
33936
|
-
justify-content: center;
|
|
33937
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33938
|
-
}
|
|
33939
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33940
|
-
font-size: 0;
|
|
33941
|
-
margin-bottom: unset;
|
|
33942
|
-
margin-inline-end: unset;
|
|
33943
|
-
}
|
|
33944
|
-
|
|
33945
|
-
.E_slr2ynn {
|
|
33946
|
-
padding: 0 8px;
|
|
33947
|
-
height: 18px;
|
|
33948
|
-
}
|
|
33949
|
-
|
|
33950
|
-
.E_m140wbb6 {
|
|
33951
|
-
padding: 2px 8px;
|
|
33952
|
-
height: 24px;
|
|
33953
|
-
}
|
|
33954
|
-
|
|
33955
|
-
.E_t1fozc1i {
|
|
33956
|
-
margin: 0;
|
|
33957
|
-
}
|
|
33958
|
-
|
|
33959
|
-
.E_i1vxv4ln {
|
|
33960
|
-
margin-right: 4px;
|
|
33961
|
-
height: 16px;
|
|
33962
|
-
}
|
|
33963
|
-
|
|
33964
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33965
|
-
font-weight: 700;
|
|
33966
|
-
color: #00122e;
|
|
33967
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33968
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33969
|
-
word-break: break-all;
|
|
33970
|
-
display: inline;
|
|
33971
|
-
white-space: normal;
|
|
33972
|
-
}
|
|
33973
|
-
|
|
33974
|
-
.E_i1g85yz3 {
|
|
33975
|
-
margin-right: 4px;
|
|
33976
|
-
height: 16px;
|
|
33977
|
-
}
|
|
33978
|
-
|
|
33979
33998
|
.E_l1ucdodl {
|
|
33980
33999
|
margin: 0;
|
|
33981
34000
|
border-radius: 20px;
|
|
@@ -34469,6 +34488,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34469
34488
|
background-color: #E07F00;
|
|
34470
34489
|
}
|
|
34471
34490
|
|
|
34491
|
+
.E_b1jaupqb {
|
|
34492
|
+
color: #F0483E;
|
|
34493
|
+
}
|
|
34494
|
+
|
|
34472
34495
|
.E_t59qhqp {
|
|
34473
34496
|
padding: 0px;
|
|
34474
34497
|
padding-top: 5px;
|
|
@@ -34517,39 +34540,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34517
34540
|
color: #00122E;
|
|
34518
34541
|
}
|
|
34519
34542
|
|
|
34520
|
-
.E_b1jaupqb {
|
|
34521
|
-
color: #F0483E;
|
|
34522
|
-
}
|
|
34523
|
-
|
|
34524
|
-
.E_s20iney.skeleton-box {
|
|
34525
|
-
display: flex;
|
|
34526
|
-
align-items: center;
|
|
34527
|
-
justify-content: center;
|
|
34528
|
-
position: relative;
|
|
34529
|
-
border-radius: 2px;
|
|
34530
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34531
|
-
overflow: hidden;
|
|
34532
|
-
}
|
|
34533
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34534
|
-
width: 200%;
|
|
34535
|
-
height: 200%;
|
|
34536
|
-
transform: rotate(15deg);
|
|
34537
|
-
position: absolute;
|
|
34538
|
-
top: -50%;
|
|
34539
|
-
flex-shrink: 0;
|
|
34540
|
-
opacity: 0.8;
|
|
34541
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34542
|
-
animation: shimmer 1100ms infinite;
|
|
34543
|
-
}
|
|
34544
|
-
@keyframes shimmer {
|
|
34545
|
-
from {
|
|
34546
|
-
left: -120%;
|
|
34547
|
-
}
|
|
34548
|
-
to {
|
|
34549
|
-
left: 100%;
|
|
34550
|
-
}
|
|
34551
|
-
}
|
|
34552
|
-
|
|
34553
34543
|
.E_icab5o7 {
|
|
34554
34544
|
--modal-header-height: 140px;
|
|
34555
34545
|
}
|
|
@@ -34597,6 +34587,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34597
34587
|
background: rgba(172, 186, 211, 0.6);
|
|
34598
34588
|
border-radius: 8px;
|
|
34599
34589
|
}
|
|
34590
|
+
.E_icab5o7.ant-modal.initializing-error .ant-modal-body {
|
|
34591
|
+
display: flex;
|
|
34592
|
+
justify-content: center;
|
|
34593
|
+
align-items: center;
|
|
34594
|
+
height: 100%;
|
|
34595
|
+
}
|
|
34596
|
+
.E_icab5o7.ant-modal .initializing-title {
|
|
34597
|
+
height: 40px;
|
|
34598
|
+
}
|
|
34600
34599
|
.E_icab5o7.ant-modal .ant-modal-footer {
|
|
34601
34600
|
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
34602
34601
|
padding: 24px 0 60px 0;
|
|
@@ -34721,6 +34720,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34721
34720
|
font-weight: bold;
|
|
34722
34721
|
}
|
|
34723
34722
|
|
|
34723
|
+
.E_s20iney.skeleton-box {
|
|
34724
|
+
display: flex;
|
|
34725
|
+
align-items: center;
|
|
34726
|
+
justify-content: center;
|
|
34727
|
+
position: relative;
|
|
34728
|
+
border-radius: 2px;
|
|
34729
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34730
|
+
overflow: hidden;
|
|
34731
|
+
}
|
|
34732
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34733
|
+
width: 200%;
|
|
34734
|
+
height: 200%;
|
|
34735
|
+
transform: rotate(15deg);
|
|
34736
|
+
position: absolute;
|
|
34737
|
+
top: -50%;
|
|
34738
|
+
flex-shrink: 0;
|
|
34739
|
+
opacity: 0.8;
|
|
34740
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34741
|
+
animation: shimmer 1100ms infinite;
|
|
34742
|
+
}
|
|
34743
|
+
@keyframes shimmer {
|
|
34744
|
+
from {
|
|
34745
|
+
left: -120%;
|
|
34746
|
+
}
|
|
34747
|
+
to {
|
|
34748
|
+
left: 100%;
|
|
34749
|
+
}
|
|
34750
|
+
}
|
|
34751
|
+
|
|
34724
34752
|
.E_dxyv8bv {
|
|
34725
34753
|
--footer-height: 80px;
|
|
34726
34754
|
--header-height: 56px;
|
|
@@ -34730,7 +34758,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34730
34758
|
100vh - 144px - var(--header-height) - var(--footer-height)
|
|
34731
34759
|
);
|
|
34732
34760
|
--modal-header-padding: 32px 40px 0;
|
|
34733
|
-
--modal-content-padding-
|
|
34761
|
+
--modal-content-padding-top: 32px;
|
|
34762
|
+
--modal-content-padding-bottom: 32px;
|
|
34734
34763
|
--modal-content-padding-x: 40px;
|
|
34735
34764
|
--modal-footer-padding: 0 40px;
|
|
34736
34765
|
}
|
|
@@ -34754,7 +34783,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34754
34783
|
top: 24px;
|
|
34755
34784
|
}
|
|
34756
34785
|
.E_dxyv8bv .ant-modal-body {
|
|
34757
|
-
padding: var(--modal-content-padding-
|
|
34786
|
+
padding: var(--modal-content-padding-top) var(--modal-content-padding-x) var(--modal-content-padding-bottom);
|
|
34758
34787
|
padding-right: calc(var(--modal-content-padding-x) - 6px);
|
|
34759
34788
|
min-height: var(--modal-content-min-height);
|
|
34760
34789
|
max-height: var(--modal-content-max-height);
|
|
@@ -34772,6 +34801,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34772
34801
|
background: rgba(172, 186, 211, 0.6);
|
|
34773
34802
|
border-radius: 8px;
|
|
34774
34803
|
}
|
|
34804
|
+
.E_dxyv8bv.initializing-error .ant-modal-body {
|
|
34805
|
+
display: flex;
|
|
34806
|
+
justify-content: center;
|
|
34807
|
+
align-items: center;
|
|
34808
|
+
height: 100%;
|
|
34809
|
+
}
|
|
34775
34810
|
.E_dxyv8bv .ant-modal-footer {
|
|
34776
34811
|
height: var(--footer-height);
|
|
34777
34812
|
padding: var(--modal-footer-padding);
|
|
@@ -34813,6 +34848,30 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34813
34848
|
transition: 0.3s ease-out;
|
|
34814
34849
|
}
|
|
34815
34850
|
|
|
34851
|
+
.E_m1k84ymw {
|
|
34852
|
+
width: 132px;
|
|
34853
|
+
height: 24px;
|
|
34854
|
+
}
|
|
34855
|
+
|
|
34856
|
+
.E_m15ds5xe {
|
|
34857
|
+
width: 100%;
|
|
34858
|
+
height: 100%;
|
|
34859
|
+
}
|
|
34860
|
+
.E_m15ds5xe .skeleton-wrapper {
|
|
34861
|
+
width: 100%;
|
|
34862
|
+
height: 32px;
|
|
34863
|
+
}
|
|
34864
|
+
|
|
34865
|
+
.E_ma56n19 {
|
|
34866
|
+
display: flex;
|
|
34867
|
+
flex-direction: column;
|
|
34868
|
+
gap: 4px;
|
|
34869
|
+
justify-content: center;
|
|
34870
|
+
align-items: center;
|
|
34871
|
+
height: 100%;
|
|
34872
|
+
color: rgba(0, 21, 64, 0.3019607843);
|
|
34873
|
+
}
|
|
34874
|
+
|
|
34816
34875
|
.E_sqv6dmy {
|
|
34817
34876
|
display: flex;
|
|
34818
34877
|
justify-content: flex-end;
|
|
@@ -34876,6 +34935,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34876
34935
|
background: rgba(225, 230, 241, 0.6);
|
|
34877
34936
|
}
|
|
34878
34937
|
|
|
34938
|
+
.E_t1616y1o {
|
|
34939
|
+
color: #fff;
|
|
34940
|
+
}
|
|
34941
|
+
|
|
34879
34942
|
.E_f16blduf.ant-form-item {
|
|
34880
34943
|
margin-bottom: 0;
|
|
34881
34944
|
}
|
|
@@ -34895,10 +34958,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34895
34958
|
display: block;
|
|
34896
34959
|
}
|
|
34897
34960
|
|
|
34898
|
-
.E_t1616y1o {
|
|
34899
|
-
color: #fff;
|
|
34900
|
-
}
|
|
34901
|
-
|
|
34902
34961
|
.E_a9y3flr {
|
|
34903
34962
|
margin-left: 8px;
|
|
34904
34963
|
}
|
|
@@ -34908,18 +34967,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34908
34967
|
color: #00122e;
|
|
34909
34968
|
}
|
|
34910
34969
|
|
|
34911
|
-
.E_i14c7jc8 {
|
|
34912
|
-
color: var(--i14c7jc8-0);
|
|
34913
|
-
}
|
|
34914
|
-
|
|
34915
|
-
.E_i1ibuolf {
|
|
34916
|
-
display: flex;
|
|
34917
|
-
align-items: center;
|
|
34918
|
-
column-gap: 4px;
|
|
34919
|
-
font-size: 12px;
|
|
34920
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34921
|
-
}
|
|
34922
|
-
|
|
34923
34970
|
.E_d1u4ndxc {
|
|
34924
34971
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34925
34972
|
font-size: 12px;
|
|
@@ -34951,67 +34998,122 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34951
34998
|
}
|
|
34952
34999
|
}
|
|
34953
35000
|
|
|
34954
|
-
.
|
|
34955
|
-
|
|
34956
|
-
|
|
34957
|
-
|
|
34958
|
-
|
|
35001
|
+
.E_i14c7jc8 {
|
|
35002
|
+
color: var(--i14c7jc8-0);
|
|
35003
|
+
}
|
|
35004
|
+
|
|
35005
|
+
.E_i1ibuolf {
|
|
34959
35006
|
display: flex;
|
|
35007
|
+
align-items: center;
|
|
35008
|
+
column-gap: 4px;
|
|
35009
|
+
font-size: 12px;
|
|
35010
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35011
|
+
}
|
|
35012
|
+
|
|
35013
|
+
.E_clm1wy1 {
|
|
35014
|
+
width: 192px;
|
|
35015
|
+
height: 246px;
|
|
35016
|
+
border-radius: 4px;
|
|
35017
|
+
}
|
|
35018
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35019
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34960
35020
|
width: 100%;
|
|
34961
|
-
|
|
35021
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35022
|
+
border-top: none;
|
|
34962
35023
|
}
|
|
34963
|
-
.
|
|
34964
|
-
|
|
35024
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35025
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35026
|
+
padding: 0 16px;
|
|
34965
35027
|
}
|
|
34966
|
-
|
|
34967
|
-
.
|
|
34968
|
-
display: inline-block;
|
|
35028
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35029
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34969
35030
|
width: 100%;
|
|
35031
|
+
height: 180px;
|
|
35032
|
+
border-spacing: 0;
|
|
34970
35033
|
}
|
|
34971
|
-
.
|
|
34972
|
-
|
|
35034
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35035
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35036
|
+
margin-bottom: 8px;
|
|
34973
35037
|
}
|
|
34974
|
-
|
|
34975
|
-
.
|
|
34976
|
-
|
|
35038
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35039
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35040
|
+
width: 22px;
|
|
34977
35041
|
}
|
|
34978
|
-
.
|
|
34979
|
-
|
|
35042
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35043
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35044
|
+
padding: 0;
|
|
35045
|
+
}
|
|
35046
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35047
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35048
|
+
opacity: 0.4;
|
|
35049
|
+
}
|
|
35050
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35051
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35052
|
+
opacity: 1;
|
|
35053
|
+
}
|
|
35054
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35055
|
+
color: #3e4652;
|
|
35056
|
+
}
|
|
35057
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35058
|
+
pointer-events: none;
|
|
34980
35059
|
}
|
|
34981
35060
|
|
|
34982
|
-
.
|
|
35061
|
+
.E_t1tsm00v {
|
|
35062
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35063
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35064
|
+
backdrop-filter: blur(10px);
|
|
35065
|
+
padding: 7px 10px;
|
|
35066
|
+
}
|
|
35067
|
+
|
|
35068
|
+
.E_c167wnad {
|
|
35069
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34983
35070
|
display: flex;
|
|
34984
35071
|
justify-content: space-between;
|
|
34985
35072
|
align-items: center;
|
|
34986
|
-
|
|
34987
|
-
line-height: 24px;
|
|
34988
|
-
color: #cccccc;
|
|
34989
|
-
white-space: nowrap;
|
|
35073
|
+
padding: 8px 16px;
|
|
34990
35074
|
}
|
|
34991
|
-
.
|
|
34992
|
-
|
|
35075
|
+
.E_c167wnad .anticon {
|
|
35076
|
+
cursor: pointer;
|
|
35077
|
+
}
|
|
35078
|
+
.E_c167wnad .anticon:hover {
|
|
35079
|
+
color: #0096ff;
|
|
34993
35080
|
}
|
|
34994
35081
|
|
|
34995
|
-
.
|
|
34996
|
-
|
|
34997
|
-
|
|
35082
|
+
.E_cxhf7dh {
|
|
35083
|
+
text-align: center;
|
|
35084
|
+
}
|
|
35085
|
+
.E_cxhf7dh .dots {
|
|
35086
|
+
display: flex;
|
|
35087
|
+
justify-content: center;
|
|
35088
|
+
}
|
|
35089
|
+
.E_cxhf7dh .dot {
|
|
35090
|
+
display: inline-block;
|
|
35091
|
+
width: 2px;
|
|
35092
|
+
height: 2px;
|
|
35093
|
+
border-radius: 1px;
|
|
35094
|
+
background: #0096ff;
|
|
35095
|
+
}
|
|
35096
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35097
|
+
margin-right: 2px;
|
|
35098
|
+
}
|
|
35099
|
+
.E_cxhf7dh .bar {
|
|
35100
|
+
width: 9px;
|
|
35101
|
+
height: 2px;
|
|
35102
|
+
background: #0096ff;
|
|
35103
|
+
border-radius: 2px;
|
|
34998
35104
|
}
|
|
34999
35105
|
|
|
35000
|
-
.
|
|
35001
|
-
width: 8px;
|
|
35106
|
+
.E_skwah65 {
|
|
35002
35107
|
height: 8px;
|
|
35108
|
+
box-sizing: border-box;
|
|
35003
35109
|
border-radius: 2px;
|
|
35004
|
-
|
|
35005
|
-
|
|
35006
|
-
|
|
35007
|
-
|
|
35008
|
-
margin-right: 6px;
|
|
35110
|
+
background: #f5f7fa;
|
|
35111
|
+
display: flex;
|
|
35112
|
+
width: 100%;
|
|
35113
|
+
overflow: hidden;
|
|
35009
35114
|
}
|
|
35010
|
-
|
|
35011
|
-
|
|
35012
|
-
font-weight: bold;
|
|
35013
|
-
color: white;
|
|
35014
|
-
margin-right: 4px;
|
|
35115
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35116
|
+
margin-left: 1px;
|
|
35015
35117
|
}
|
|
35016
35118
|
|
|
35017
35119
|
.E_s1ebs0ra {
|
|
@@ -35075,111 +35177,64 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35075
35177
|
background: #fff;
|
|
35076
35178
|
}
|
|
35077
35179
|
|
|
35078
|
-
.
|
|
35079
|
-
|
|
35080
|
-
height: 246px;
|
|
35081
|
-
border-radius: 4px;
|
|
35180
|
+
.E_gmyahx3 {
|
|
35181
|
+
cursor: pointer;
|
|
35082
35182
|
}
|
|
35083
|
-
.
|
|
35084
|
-
|
|
35085
|
-
width: 100%;
|
|
35086
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35087
|
-
border-top: none;
|
|
35183
|
+
.E_gmyahx3 .link-text {
|
|
35184
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35088
35185
|
}
|
|
35089
|
-
.
|
|
35090
|
-
|
|
35091
|
-
padding: 0 16px;
|
|
35186
|
+
.E_gmyahx3:hover .link-text {
|
|
35187
|
+
color: #0080ff;
|
|
35092
35188
|
}
|
|
35093
|
-
|
|
35094
|
-
.
|
|
35189
|
+
|
|
35190
|
+
.E_c18bcrac {
|
|
35191
|
+
display: inline-block;
|
|
35095
35192
|
width: 100%;
|
|
35096
|
-
height: 180px;
|
|
35097
|
-
border-spacing: 0;
|
|
35098
|
-
}
|
|
35099
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35100
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35101
|
-
margin-bottom: 8px;
|
|
35102
35193
|
}
|
|
35103
|
-
.
|
|
35104
|
-
|
|
35105
|
-
width: 22px;
|
|
35106
|
-
}
|
|
35107
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35108
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35109
|
-
padding: 0;
|
|
35110
|
-
}
|
|
35111
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
35112
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35113
|
-
opacity: 0.4;
|
|
35114
|
-
}
|
|
35115
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35116
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35117
|
-
opacity: 1;
|
|
35118
|
-
}
|
|
35119
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35120
|
-
color: #3e4652;
|
|
35121
|
-
}
|
|
35122
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
35123
|
-
pointer-events: none;
|
|
35194
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35195
|
+
margin-left: 4px;
|
|
35124
35196
|
}
|
|
35125
35197
|
|
|
35126
|
-
.
|
|
35127
|
-
|
|
35128
|
-
|
|
35129
|
-
|
|
35130
|
-
|
|
35198
|
+
.E_cro7kg2 {
|
|
35199
|
+
padding: 4px;
|
|
35200
|
+
}
|
|
35201
|
+
.E_cro7kg2 .unit {
|
|
35202
|
+
color: white;
|
|
35131
35203
|
}
|
|
35132
35204
|
|
|
35133
|
-
.
|
|
35134
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35205
|
+
.E_c14wcxf0 {
|
|
35135
35206
|
display: flex;
|
|
35136
35207
|
justify-content: space-between;
|
|
35137
35208
|
align-items: center;
|
|
35138
|
-
|
|
35139
|
-
|
|
35140
|
-
|
|
35141
|
-
|
|
35142
|
-
}
|
|
35143
|
-
.E_c167wnad .anticon:hover {
|
|
35144
|
-
color: #0096ff;
|
|
35145
|
-
}
|
|
35146
|
-
|
|
35147
|
-
.E_cxhf7dh {
|
|
35148
|
-
text-align: center;
|
|
35149
|
-
}
|
|
35150
|
-
.E_cxhf7dh .dots {
|
|
35151
|
-
display: flex;
|
|
35152
|
-
justify-content: center;
|
|
35153
|
-
}
|
|
35154
|
-
.E_cxhf7dh .dot {
|
|
35155
|
-
display: inline-block;
|
|
35156
|
-
width: 2px;
|
|
35157
|
-
height: 2px;
|
|
35158
|
-
border-radius: 1px;
|
|
35159
|
-
background: #0096ff;
|
|
35160
|
-
}
|
|
35161
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35162
|
-
margin-right: 2px;
|
|
35209
|
+
font-size: 13px;
|
|
35210
|
+
line-height: 24px;
|
|
35211
|
+
color: #cccccc;
|
|
35212
|
+
white-space: nowrap;
|
|
35163
35213
|
}
|
|
35164
|
-
.
|
|
35165
|
-
|
|
35166
|
-
height: 2px;
|
|
35167
|
-
background: #0096ff;
|
|
35168
|
-
border-radius: 2px;
|
|
35214
|
+
.E_c14wcxf0 label {
|
|
35215
|
+
margin-right: 32px;
|
|
35169
35216
|
}
|
|
35170
35217
|
|
|
35171
|
-
.
|
|
35172
|
-
|
|
35173
|
-
|
|
35174
|
-
.E_gmyahx3 .link-text {
|
|
35175
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35218
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35219
|
+
font-weight: bold;
|
|
35220
|
+
color: white;
|
|
35176
35221
|
}
|
|
35177
|
-
|
|
35178
|
-
|
|
35222
|
+
|
|
35223
|
+
.E_s11212zy {
|
|
35224
|
+
width: 8px;
|
|
35225
|
+
height: 8px;
|
|
35226
|
+
border-radius: 2px;
|
|
35227
|
+
display: inline-block;
|
|
35228
|
+
background: var(--s11212zy-0);
|
|
35229
|
+
border: 1px solid #fff;
|
|
35230
|
+
box-sizing: content-box;
|
|
35231
|
+
margin-right: 6px;
|
|
35179
35232
|
}
|
|
35180
35233
|
|
|
35181
|
-
|
|
35182
|
-
|
|
35234
|
+
.E_p1lyky6c > :first-child {
|
|
35235
|
+
font-weight: bold;
|
|
35236
|
+
color: white;
|
|
35237
|
+
margin-right: 4px;
|
|
35183
35238
|
}
|
|
35184
35239
|
|
|
35185
35240
|
.E_c1up1pdz {
|
|
@@ -35322,50 +35377,8 @@ span.E_tqjc4ui {
|
|
|
35322
35377
|
color: #fff;
|
|
35323
35378
|
}
|
|
35324
35379
|
|
|
35325
|
-
.
|
|
35326
|
-
|
|
35327
|
-
text-overflow: ellipsis;
|
|
35328
|
-
}
|
|
35329
|
-
|
|
35330
|
-
.E_s1tui002 {
|
|
35331
|
-
white-space: nowrap;
|
|
35332
|
-
}
|
|
35333
|
-
|
|
35334
|
-
.E_mxrc2zg {
|
|
35335
|
-
display: -webkit-box;
|
|
35336
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35337
|
-
-webkit-box-orient: vertical;
|
|
35338
|
-
word-break: break-all;
|
|
35339
|
-
}
|
|
35340
|
-
|
|
35341
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35342
|
-
display: none;
|
|
35343
|
-
}
|
|
35344
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35345
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35346
|
-
border-radius: 4px;
|
|
35347
|
-
}
|
|
35348
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35349
|
-
visibility: hidden;
|
|
35350
|
-
}
|
|
35351
|
-
|
|
35352
|
-
.E_n12mqh7z {
|
|
35353
|
-
display: flex;
|
|
35354
|
-
align-items: center;
|
|
35355
|
-
font-size: 12px;
|
|
35356
|
-
line-height: 18px;
|
|
35357
|
-
}
|
|
35358
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35359
|
-
margin-bottom: 4px;
|
|
35360
|
-
}
|
|
35361
|
-
|
|
35362
|
-
.E_tf5bynu {
|
|
35363
|
-
margin: 0 3px;
|
|
35364
|
-
}
|
|
35365
|
-
|
|
35366
|
-
.E_tcckoz1 {
|
|
35367
|
-
max-height: 400px;
|
|
35368
|
-
overflow: auto;
|
|
35380
|
+
span.E_tqjc4ui {
|
|
35381
|
+
margin: 0 2px;
|
|
35369
35382
|
}
|
|
35370
35383
|
|
|
35371
35384
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35579,6 +35592,48 @@ span.E_tqjc4ui {
|
|
|
35579
35592
|
margin-right: 8px;
|
|
35580
35593
|
}
|
|
35581
35594
|
|
|
35595
|
+
.E_wg1tsps {
|
|
35596
|
+
display: flex;
|
|
35597
|
+
align-items: center;
|
|
35598
|
+
justify-content: flex-end;
|
|
35599
|
+
}
|
|
35600
|
+
|
|
35601
|
+
.E_b1ctd5xy {
|
|
35602
|
+
display: flex;
|
|
35603
|
+
align-items: center;
|
|
35604
|
+
width: calc(100% - 40px);
|
|
35605
|
+
}
|
|
35606
|
+
.E_b1ctd5xy .chart {
|
|
35607
|
+
display: inline-block;
|
|
35608
|
+
width: 100%;
|
|
35609
|
+
}
|
|
35610
|
+
|
|
35611
|
+
.E_u1p8acpn {
|
|
35612
|
+
min-width: 40px;
|
|
35613
|
+
}
|
|
35614
|
+
.E_u1p8acpn .unit {
|
|
35615
|
+
color: #00122e !important;
|
|
35616
|
+
}
|
|
35617
|
+
|
|
35618
|
+
.E_n12mqh7z {
|
|
35619
|
+
display: flex;
|
|
35620
|
+
align-items: center;
|
|
35621
|
+
font-size: 12px;
|
|
35622
|
+
line-height: 18px;
|
|
35623
|
+
}
|
|
35624
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35625
|
+
margin-bottom: 4px;
|
|
35626
|
+
}
|
|
35627
|
+
|
|
35628
|
+
.E_tf5bynu {
|
|
35629
|
+
margin: 0 3px;
|
|
35630
|
+
}
|
|
35631
|
+
|
|
35632
|
+
.E_tcckoz1 {
|
|
35633
|
+
max-height: 400px;
|
|
35634
|
+
overflow: auto;
|
|
35635
|
+
}
|
|
35636
|
+
|
|
35582
35637
|
.E_t160l1cm {
|
|
35583
35638
|
display: flex;
|
|
35584
35639
|
flex-direction: column;
|
|
@@ -35782,27 +35837,31 @@ span.E_tqjc4ui {
|
|
|
35782
35837
|
background: transparent;
|
|
35783
35838
|
}
|
|
35784
35839
|
|
|
35785
|
-
.
|
|
35786
|
-
|
|
35787
|
-
|
|
35788
|
-
justify-content: flex-end;
|
|
35840
|
+
.E_ou7iq30 {
|
|
35841
|
+
overflow: hidden;
|
|
35842
|
+
text-overflow: ellipsis;
|
|
35789
35843
|
}
|
|
35790
35844
|
|
|
35791
|
-
.
|
|
35792
|
-
|
|
35793
|
-
align-items: center;
|
|
35794
|
-
width: calc(100% - 40px);
|
|
35845
|
+
.E_s1tui002 {
|
|
35846
|
+
white-space: nowrap;
|
|
35795
35847
|
}
|
|
35796
|
-
|
|
35797
|
-
|
|
35798
|
-
|
|
35848
|
+
|
|
35849
|
+
.E_mxrc2zg {
|
|
35850
|
+
display: -webkit-box;
|
|
35851
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35852
|
+
-webkit-box-orient: vertical;
|
|
35853
|
+
word-break: break-all;
|
|
35799
35854
|
}
|
|
35800
35855
|
|
|
35801
|
-
.
|
|
35802
|
-
|
|
35856
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35857
|
+
display: none;
|
|
35803
35858
|
}
|
|
35804
|
-
.
|
|
35805
|
-
|
|
35859
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35860
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35861
|
+
border-radius: 4px;
|
|
35862
|
+
}
|
|
35863
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35864
|
+
visibility: hidden;
|
|
35806
35865
|
}
|
|
35807
35866
|
|
|
35808
35867
|
.E_cyms3br {
|
|
@@ -35858,6 +35917,12 @@ span.E_tqjc4ui {
|
|
|
35858
35917
|
justify-content: center;
|
|
35859
35918
|
}
|
|
35860
35919
|
|
|
35920
|
+
.E_h1ol2wl7 {
|
|
35921
|
+
font-weight: bold;
|
|
35922
|
+
background-color: unset;
|
|
35923
|
+
padding: unset;
|
|
35924
|
+
}
|
|
35925
|
+
|
|
35861
35926
|
.E_i5w779o {
|
|
35862
35927
|
padding: 8px 0;
|
|
35863
35928
|
}
|
|
@@ -35899,12 +35964,6 @@ span.E_tqjc4ui {
|
|
|
35899
35964
|
color: rgba(0, 21, 64, 0.3);
|
|
35900
35965
|
}
|
|
35901
35966
|
|
|
35902
|
-
.E_h1ol2wl7 {
|
|
35903
|
-
font-weight: bold;
|
|
35904
|
-
background-color: unset;
|
|
35905
|
-
padding: unset;
|
|
35906
|
-
}
|
|
35907
|
-
|
|
35908
35967
|
.E_kr6am0s .ant-modal-body {
|
|
35909
35968
|
padding: 60px 128px;
|
|
35910
35969
|
}
|
|
@@ -36001,6 +36060,50 @@ span.E_tqjc4ui {
|
|
|
36001
36060
|
color: rgba(44, 56, 82, 0.6);
|
|
36002
36061
|
}
|
|
36003
36062
|
|
|
36063
|
+
.E_c14ouk5o {
|
|
36064
|
+
width: 100%;
|
|
36065
|
+
height: 100%;
|
|
36066
|
+
display: flex;
|
|
36067
|
+
font-size: 12px;
|
|
36068
|
+
line-height: 18px;
|
|
36069
|
+
padding: 8px 0;
|
|
36070
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36071
|
+
}
|
|
36072
|
+
.E_c14ouk5o:last-of-type {
|
|
36073
|
+
box-shadow: none;
|
|
36074
|
+
padding-bottom: 0;
|
|
36075
|
+
}
|
|
36076
|
+
.E_c14ouk5o.collapsed {
|
|
36077
|
+
flex-direction: column;
|
|
36078
|
+
}
|
|
36079
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36080
|
+
display: flex;
|
|
36081
|
+
}
|
|
36082
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36083
|
+
flex: 1;
|
|
36084
|
+
display: flex;
|
|
36085
|
+
justify-content: space-between;
|
|
36086
|
+
}
|
|
36087
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36088
|
+
height: auto;
|
|
36089
|
+
}
|
|
36090
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36091
|
+
margin-left: 162px;
|
|
36092
|
+
}
|
|
36093
|
+
.E_c14ouk5o .col-label {
|
|
36094
|
+
width: 216px;
|
|
36095
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36096
|
+
margin-right: 12px;
|
|
36097
|
+
flex-shrink: 0;
|
|
36098
|
+
}
|
|
36099
|
+
.E_c14ouk5o .col-content {
|
|
36100
|
+
color: #2d3a56;
|
|
36101
|
+
/* make btn link in info row have the same height as normal text */
|
|
36102
|
+
}
|
|
36103
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36104
|
+
height: auto;
|
|
36105
|
+
}
|
|
36106
|
+
|
|
36004
36107
|
.E_c1kchka8 {
|
|
36005
36108
|
height: 100%;
|
|
36006
36109
|
width: 100%;
|
|
@@ -36493,50 +36596,6 @@ span.E_tqjc4ui {
|
|
|
36493
36596
|
padding: 0;
|
|
36494
36597
|
}
|
|
36495
36598
|
|
|
36496
|
-
.E_c14ouk5o {
|
|
36497
|
-
width: 100%;
|
|
36498
|
-
height: 100%;
|
|
36499
|
-
display: flex;
|
|
36500
|
-
font-size: 12px;
|
|
36501
|
-
line-height: 18px;
|
|
36502
|
-
padding: 8px 0;
|
|
36503
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36504
|
-
}
|
|
36505
|
-
.E_c14ouk5o:last-of-type {
|
|
36506
|
-
box-shadow: none;
|
|
36507
|
-
padding-bottom: 0;
|
|
36508
|
-
}
|
|
36509
|
-
.E_c14ouk5o.collapsed {
|
|
36510
|
-
flex-direction: column;
|
|
36511
|
-
}
|
|
36512
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36513
|
-
display: flex;
|
|
36514
|
-
}
|
|
36515
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36516
|
-
flex: 1;
|
|
36517
|
-
display: flex;
|
|
36518
|
-
justify-content: space-between;
|
|
36519
|
-
}
|
|
36520
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36521
|
-
height: auto;
|
|
36522
|
-
}
|
|
36523
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36524
|
-
margin-left: 162px;
|
|
36525
|
-
}
|
|
36526
|
-
.E_c14ouk5o .col-label {
|
|
36527
|
-
width: 216px;
|
|
36528
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36529
|
-
margin-right: 12px;
|
|
36530
|
-
flex-shrink: 0;
|
|
36531
|
-
}
|
|
36532
|
-
.E_c14ouk5o .col-content {
|
|
36533
|
-
color: #2d3a56;
|
|
36534
|
-
/* make btn link in info row have the same height as normal text */
|
|
36535
|
-
}
|
|
36536
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36537
|
-
height: auto;
|
|
36538
|
-
}
|
|
36539
|
-
|
|
36540
36599
|
.E_c1ss4prm {
|
|
36541
36600
|
color: rgba(44, 56, 82, 0.6);
|
|
36542
36601
|
}
|