@cloudtower/eagle 490.0.13 → 490.0.14
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/Typo/index.js +106 -54
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1662 -1643
- package/dist/esm/core/Typo/index.js +106 -55
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1976 -1961
- package/dist/src/core/Typo/index.d.ts +50 -0
- package/dist/style.css +1662 -1643
- package/docs/llms.txt +2 -1
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -30001,6 +30001,70 @@ body {
|
|
|
30001
30001
|
border-radius: unset;
|
|
30002
30002
|
}
|
|
30003
30003
|
|
|
30004
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30005
|
+
border: 0px;
|
|
30006
|
+
background-color: #fff;
|
|
30007
|
+
}
|
|
30008
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30009
|
+
padding-top: 0px;
|
|
30010
|
+
padding-bottom: 0px;
|
|
30011
|
+
padding-left: 0px !important;
|
|
30012
|
+
padding-right: 24px;
|
|
30013
|
+
}
|
|
30014
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30015
|
+
right: 0px;
|
|
30016
|
+
}
|
|
30017
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30018
|
+
padding: 0px;
|
|
30019
|
+
}
|
|
30020
|
+
|
|
30021
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30022
|
+
padding-right: 0px;
|
|
30023
|
+
cursor: default;
|
|
30024
|
+
}
|
|
30025
|
+
|
|
30026
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30027
|
+
padding: 4px 8px 0 8px;
|
|
30028
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30029
|
+
font-size: 12px;
|
|
30030
|
+
}
|
|
30031
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30032
|
+
padding-bottom: 6px;
|
|
30033
|
+
}
|
|
30034
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30035
|
+
padding-top: 4px;
|
|
30036
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30037
|
+
}
|
|
30038
|
+
|
|
30039
|
+
.E_c1yyuluq {
|
|
30040
|
+
border-radius: 8px;
|
|
30041
|
+
}
|
|
30042
|
+
.E_c1yyuluq .ant-card-body {
|
|
30043
|
+
padding: 20px 24px 24px 24px;
|
|
30044
|
+
}
|
|
30045
|
+
|
|
30046
|
+
.E_c1uzzomf {
|
|
30047
|
+
margin-bottom: 16px;
|
|
30048
|
+
}
|
|
30049
|
+
.E_c1uzzomf .card-title {
|
|
30050
|
+
font-size: 16px;
|
|
30051
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30052
|
+
font-weight: 700;
|
|
30053
|
+
line-height: 32px;
|
|
30054
|
+
}
|
|
30055
|
+
.E_c1uzzomf .card-body {
|
|
30056
|
+
padding: 24px;
|
|
30057
|
+
border-radius: 8px;
|
|
30058
|
+
background: #fff;
|
|
30059
|
+
}
|
|
30060
|
+
.E_c1uzzomf .empty {
|
|
30061
|
+
font-weight: 700;
|
|
30062
|
+
font-size: 14px;
|
|
30063
|
+
line-height: 22px;
|
|
30064
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30065
|
+
text-align: center;
|
|
30066
|
+
}
|
|
30067
|
+
|
|
30004
30068
|
.E_d1bw7c5z {
|
|
30005
30069
|
position: relative;
|
|
30006
30070
|
max-width: 388px;
|
|
@@ -30084,79 +30148,10 @@ body {
|
|
|
30084
30148
|
width: 102px;
|
|
30085
30149
|
}
|
|
30086
30150
|
|
|
30087
|
-
.E_c1uzzomf {
|
|
30088
|
-
margin-bottom: 16px;
|
|
30089
|
-
}
|
|
30090
|
-
.E_c1uzzomf .card-title {
|
|
30091
|
-
font-size: 16px;
|
|
30092
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30093
|
-
font-weight: 700;
|
|
30094
|
-
line-height: 32px;
|
|
30095
|
-
}
|
|
30096
|
-
.E_c1uzzomf .card-body {
|
|
30097
|
-
padding: 24px;
|
|
30098
|
-
border-radius: 8px;
|
|
30099
|
-
background: #fff;
|
|
30100
|
-
}
|
|
30101
|
-
.E_c1uzzomf .empty {
|
|
30102
|
-
font-weight: 700;
|
|
30103
|
-
font-size: 14px;
|
|
30104
|
-
line-height: 22px;
|
|
30105
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30106
|
-
text-align: center;
|
|
30107
|
-
}
|
|
30108
|
-
|
|
30109
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30110
|
-
padding: 4px 8px 0 8px;
|
|
30111
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30112
|
-
font-size: 12px;
|
|
30113
|
-
}
|
|
30114
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30115
|
-
padding-bottom: 6px;
|
|
30116
|
-
}
|
|
30117
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30118
|
-
padding-top: 4px;
|
|
30119
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30120
|
-
}
|
|
30121
|
-
|
|
30122
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30123
|
-
border: 0px;
|
|
30124
|
-
background-color: #fff;
|
|
30125
|
-
}
|
|
30126
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30127
|
-
padding-top: 0px;
|
|
30128
|
-
padding-bottom: 0px;
|
|
30129
|
-
padding-left: 0px !important;
|
|
30130
|
-
padding-right: 24px;
|
|
30131
|
-
}
|
|
30132
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30133
|
-
right: 0px;
|
|
30134
|
-
}
|
|
30135
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30136
|
-
padding: 0px;
|
|
30137
|
-
}
|
|
30138
|
-
|
|
30139
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30140
|
-
padding-right: 0px;
|
|
30141
|
-
cursor: default;
|
|
30142
|
-
}
|
|
30143
|
-
|
|
30144
30151
|
.E_sx1bpnu .ant-input-sm {
|
|
30145
30152
|
line-height: 18px;
|
|
30146
30153
|
}
|
|
30147
30154
|
|
|
30148
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30149
|
-
display: flex;
|
|
30150
|
-
}
|
|
30151
|
-
.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 {
|
|
30152
|
-
border-bottom-left-radius: 5px;
|
|
30153
|
-
border-top-left-radius: 5px;
|
|
30154
|
-
}
|
|
30155
|
-
.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 {
|
|
30156
|
-
border-bottom-right-radius: 5px;
|
|
30157
|
-
border-top-right-radius: 5px;
|
|
30158
|
-
}
|
|
30159
|
-
|
|
30160
30155
|
.E_rapgekc.ant-radio-wrapper {
|
|
30161
30156
|
display: inline-flex;
|
|
30162
30157
|
align-items: baseline;
|
|
@@ -30303,11 +30298,66 @@ body {
|
|
|
30303
30298
|
width: 36px;
|
|
30304
30299
|
}
|
|
30305
30300
|
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30301
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30302
|
+
display: flex;
|
|
30308
30303
|
}
|
|
30309
|
-
.
|
|
30310
|
-
|
|
30304
|
+
.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 {
|
|
30305
|
+
border-bottom-left-radius: 5px;
|
|
30306
|
+
border-top-left-radius: 5px;
|
|
30307
|
+
}
|
|
30308
|
+
.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 {
|
|
30309
|
+
border-bottom-right-radius: 5px;
|
|
30310
|
+
border-top-right-radius: 5px;
|
|
30311
|
+
}
|
|
30312
|
+
|
|
30313
|
+
.E_c1bus5hc {
|
|
30314
|
+
--color: white;
|
|
30315
|
+
height: 14px;
|
|
30316
|
+
width: 14px;
|
|
30317
|
+
border-radius: 50%;
|
|
30318
|
+
flex-shrink: 0;
|
|
30319
|
+
display: flex;
|
|
30320
|
+
align-items: center;
|
|
30321
|
+
justify-content: center;
|
|
30322
|
+
border: 1px solid var(--color);
|
|
30323
|
+
}
|
|
30324
|
+
.E_c1bus5hc .circle-inner {
|
|
30325
|
+
position: relative;
|
|
30326
|
+
height: 10px;
|
|
30327
|
+
width: 10px;
|
|
30328
|
+
border-radius: 50%;
|
|
30329
|
+
overflow: hidden;
|
|
30330
|
+
}
|
|
30331
|
+
.E_c1bus5hc .circle-content {
|
|
30332
|
+
position: absolute;
|
|
30333
|
+
height: 100%;
|
|
30334
|
+
width: 100%;
|
|
30335
|
+
left: 0;
|
|
30336
|
+
top: 0;
|
|
30337
|
+
border-radius: 50%;
|
|
30338
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30339
|
+
transform: rotate(180deg);
|
|
30340
|
+
}
|
|
30341
|
+
.E_c1bus5hc .circle-child {
|
|
30342
|
+
position: absolute;
|
|
30343
|
+
height: 100%;
|
|
30344
|
+
width: 100%;
|
|
30345
|
+
left: 0;
|
|
30346
|
+
top: 0;
|
|
30347
|
+
margin-left: 50%;
|
|
30348
|
+
transform-origin: left;
|
|
30349
|
+
background: white;
|
|
30350
|
+
transform: rotate(0deg);
|
|
30351
|
+
}
|
|
30352
|
+
|
|
30353
|
+
.E_ivqqkzv {
|
|
30354
|
+
height: 24px;
|
|
30355
|
+
width: 56px !important;
|
|
30356
|
+
margin-right: 4px;
|
|
30357
|
+
}
|
|
30358
|
+
|
|
30359
|
+
.E_c1wk4q29 {
|
|
30360
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30311
30361
|
}
|
|
30312
30362
|
|
|
30313
30363
|
.E_phljevk {
|
|
@@ -30367,54 +30417,59 @@ body {
|
|
|
30367
30417
|
line-height: 18px;
|
|
30368
30418
|
}
|
|
30369
30419
|
|
|
30370
|
-
.
|
|
30420
|
+
.E_s1dizucg.ant-switch {
|
|
30421
|
+
min-width: 40px;
|
|
30371
30422
|
height: 24px;
|
|
30372
|
-
|
|
30373
|
-
|
|
30423
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30424
|
+
overflow: hidden;
|
|
30374
30425
|
}
|
|
30375
|
-
|
|
30376
|
-
.
|
|
30377
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30426
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30427
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30378
30428
|
}
|
|
30379
|
-
|
|
30380
|
-
|
|
30381
|
-
|
|
30429
|
+
.E_s1dizucg.ant-switch-small {
|
|
30430
|
+
min-width: 26px;
|
|
30431
|
+
height: 16px;
|
|
30432
|
+
}
|
|
30433
|
+
.E_s1dizucg.ant-switch-large {
|
|
30434
|
+
min-width: 52px;
|
|
30435
|
+
height: 32px;
|
|
30436
|
+
}
|
|
30437
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30438
|
+
height: 20px;
|
|
30439
|
+
width: 20px;
|
|
30440
|
+
}
|
|
30441
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30442
|
+
border-radius: 10px;
|
|
30443
|
+
transition-delay: 120ms;
|
|
30444
|
+
}
|
|
30445
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30382
30446
|
height: 14px;
|
|
30383
30447
|
width: 14px;
|
|
30384
|
-
|
|
30385
|
-
|
|
30386
|
-
display: flex;
|
|
30387
|
-
align-items: center;
|
|
30388
|
-
justify-content: center;
|
|
30389
|
-
border: 1px solid var(--color);
|
|
30448
|
+
top: 1px;
|
|
30449
|
+
left: 1px;
|
|
30390
30450
|
}
|
|
30391
|
-
.
|
|
30392
|
-
|
|
30393
|
-
|
|
30394
|
-
width: 10px;
|
|
30395
|
-
border-radius: 50%;
|
|
30396
|
-
overflow: hidden;
|
|
30451
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30452
|
+
height: 28px;
|
|
30453
|
+
width: 28px;
|
|
30397
30454
|
}
|
|
30398
|
-
.
|
|
30399
|
-
|
|
30400
|
-
height: 100%;
|
|
30401
|
-
width: 100%;
|
|
30402
|
-
left: 0;
|
|
30403
|
-
top: 0;
|
|
30404
|
-
border-radius: 50%;
|
|
30405
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30406
|
-
transform: rotate(180deg);
|
|
30455
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30456
|
+
border-radius: 14px;
|
|
30407
30457
|
}
|
|
30408
|
-
.
|
|
30409
|
-
|
|
30410
|
-
|
|
30411
|
-
|
|
30412
|
-
left:
|
|
30413
|
-
|
|
30414
|
-
|
|
30415
|
-
|
|
30416
|
-
|
|
30417
|
-
|
|
30458
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30459
|
+
background-color: #00ba5d;
|
|
30460
|
+
}
|
|
30461
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30462
|
+
left: calc(100% - 20px - 2px);
|
|
30463
|
+
}
|
|
30464
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30465
|
+
left: calc(100% - 14px - 1px);
|
|
30466
|
+
}
|
|
30467
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30468
|
+
left: calc(100% - 28px - 2px);
|
|
30469
|
+
}
|
|
30470
|
+
|
|
30471
|
+
.E_c1up6e3y {
|
|
30472
|
+
margin-left: 5px;
|
|
30418
30473
|
}
|
|
30419
30474
|
|
|
30420
30475
|
.E_tju3gfj .date {
|
|
@@ -30503,76 +30558,6 @@ body {
|
|
|
30503
30558
|
background-color: #7E41FF;
|
|
30504
30559
|
}
|
|
30505
30560
|
|
|
30506
|
-
.E_iq1gosr {
|
|
30507
|
-
display: inline-block;
|
|
30508
|
-
}
|
|
30509
|
-
|
|
30510
|
-
.E_s1dizucg.ant-switch {
|
|
30511
|
-
min-width: 40px;
|
|
30512
|
-
height: 24px;
|
|
30513
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30514
|
-
overflow: hidden;
|
|
30515
|
-
}
|
|
30516
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30517
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30518
|
-
}
|
|
30519
|
-
.E_s1dizucg.ant-switch-small {
|
|
30520
|
-
min-width: 26px;
|
|
30521
|
-
height: 16px;
|
|
30522
|
-
}
|
|
30523
|
-
.E_s1dizucg.ant-switch-large {
|
|
30524
|
-
min-width: 52px;
|
|
30525
|
-
height: 32px;
|
|
30526
|
-
}
|
|
30527
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30528
|
-
height: 20px;
|
|
30529
|
-
width: 20px;
|
|
30530
|
-
}
|
|
30531
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30532
|
-
border-radius: 10px;
|
|
30533
|
-
transition-delay: 120ms;
|
|
30534
|
-
}
|
|
30535
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30536
|
-
height: 14px;
|
|
30537
|
-
width: 14px;
|
|
30538
|
-
top: 1px;
|
|
30539
|
-
left: 1px;
|
|
30540
|
-
}
|
|
30541
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30542
|
-
height: 28px;
|
|
30543
|
-
width: 28px;
|
|
30544
|
-
}
|
|
30545
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30546
|
-
border-radius: 14px;
|
|
30547
|
-
}
|
|
30548
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30549
|
-
background-color: #00ba5d;
|
|
30550
|
-
}
|
|
30551
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30552
|
-
left: calc(100% - 20px - 2px);
|
|
30553
|
-
}
|
|
30554
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30555
|
-
left: calc(100% - 14px - 1px);
|
|
30556
|
-
}
|
|
30557
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30558
|
-
left: calc(100% - 28px - 2px);
|
|
30559
|
-
}
|
|
30560
|
-
|
|
30561
|
-
.E_c1up6e3y {
|
|
30562
|
-
margin-left: 5px;
|
|
30563
|
-
}
|
|
30564
|
-
|
|
30565
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30566
|
-
display: none;
|
|
30567
|
-
}
|
|
30568
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30569
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30570
|
-
border-radius: 4px;
|
|
30571
|
-
}
|
|
30572
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30573
|
-
visibility: hidden;
|
|
30574
|
-
}
|
|
30575
|
-
|
|
30576
30561
|
.E_s1dni7lo {
|
|
30577
30562
|
width: 430px !important;
|
|
30578
30563
|
}
|
|
@@ -30654,37 +30639,19 @@ body {
|
|
|
30654
30639
|
opacity: 0;
|
|
30655
30640
|
}
|
|
30656
30641
|
|
|
30657
|
-
.
|
|
30658
|
-
|
|
30659
|
-
height: 100%;
|
|
30660
|
-
min-height: 124px;
|
|
30661
|
-
display: flex;
|
|
30662
|
-
flex-direction: column;
|
|
30663
|
-
justify-content: center;
|
|
30664
|
-
align-items: center;
|
|
30665
|
-
}
|
|
30666
|
-
.E_fzh9mnb .error-text {
|
|
30667
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30668
|
-
margin-bottom: 16px;
|
|
30669
|
-
font-size: 18px;
|
|
30642
|
+
.E_iq1gosr {
|
|
30643
|
+
display: inline-block;
|
|
30670
30644
|
}
|
|
30671
30645
|
|
|
30672
|
-
.
|
|
30673
|
-
display:
|
|
30674
|
-
align-items: center;
|
|
30675
|
-
}
|
|
30676
|
-
.E_iouxfgt .icon-inner {
|
|
30677
|
-
display: inline-flex;
|
|
30678
|
-
align-items: center;
|
|
30679
|
-
justify-content: center;
|
|
30646
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30647
|
+
display: none;
|
|
30680
30648
|
}
|
|
30681
|
-
.
|
|
30682
|
-
|
|
30683
|
-
|
|
30649
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30650
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30651
|
+
border-radius: 4px;
|
|
30684
30652
|
}
|
|
30685
|
-
.
|
|
30686
|
-
|
|
30687
|
-
animation: rotate 680ms linear infinite;
|
|
30653
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30654
|
+
visibility: hidden;
|
|
30688
30655
|
}
|
|
30689
30656
|
|
|
30690
30657
|
.E_f7pxqmh {
|
|
@@ -30721,6 +30688,77 @@ body {
|
|
|
30721
30688
|
min-height: 0px;
|
|
30722
30689
|
}
|
|
30723
30690
|
|
|
30691
|
+
.E_fzh9mnb {
|
|
30692
|
+
width: 100%;
|
|
30693
|
+
height: 100%;
|
|
30694
|
+
min-height: 124px;
|
|
30695
|
+
display: flex;
|
|
30696
|
+
flex-direction: column;
|
|
30697
|
+
justify-content: center;
|
|
30698
|
+
align-items: center;
|
|
30699
|
+
}
|
|
30700
|
+
.E_fzh9mnb .error-text {
|
|
30701
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30702
|
+
margin-bottom: 16px;
|
|
30703
|
+
font-size: 18px;
|
|
30704
|
+
}
|
|
30705
|
+
|
|
30706
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30707
|
+
display: var(--a1wfy30z-0);
|
|
30708
|
+
}
|
|
30709
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30710
|
+
padding: 4px 11px;
|
|
30711
|
+
display: inline-flex;
|
|
30712
|
+
line-height: 1.5715;
|
|
30713
|
+
height: inherit;
|
|
30714
|
+
}
|
|
30715
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30716
|
+
content: var(--a1wfy30z-1);
|
|
30717
|
+
display: var(--a1wfy30z-2);
|
|
30718
|
+
flex: none;
|
|
30719
|
+
align-items: center;
|
|
30720
|
+
margin-left: 4px;
|
|
30721
|
+
}
|
|
30722
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30723
|
+
content: var(--a1wfy30z-3);
|
|
30724
|
+
display: var(--a1wfy30z-4);
|
|
30725
|
+
flex: none;
|
|
30726
|
+
align-items: center;
|
|
30727
|
+
margin-right: 4px;
|
|
30728
|
+
cursor: auto;
|
|
30729
|
+
}
|
|
30730
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30731
|
+
padding: 0;
|
|
30732
|
+
margin: 0;
|
|
30733
|
+
height: auto;
|
|
30734
|
+
font-size: inherit;
|
|
30735
|
+
}
|
|
30736
|
+
|
|
30737
|
+
.E_iouxfgt {
|
|
30738
|
+
display: inline-flex;
|
|
30739
|
+
align-items: center;
|
|
30740
|
+
}
|
|
30741
|
+
.E_iouxfgt .icon-inner {
|
|
30742
|
+
display: inline-flex;
|
|
30743
|
+
align-items: center;
|
|
30744
|
+
justify-content: center;
|
|
30745
|
+
}
|
|
30746
|
+
.E_iouxfgt .icon-inner + span,
|
|
30747
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30748
|
+
margin-left: 4px;
|
|
30749
|
+
}
|
|
30750
|
+
.E_iouxfgt.is-rotate img,
|
|
30751
|
+
.E_iouxfgt.is-rotate svg {
|
|
30752
|
+
animation: rotate 680ms linear infinite;
|
|
30753
|
+
}
|
|
30754
|
+
|
|
30755
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30756
|
+
margin-left: 8px;
|
|
30757
|
+
}
|
|
30758
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30759
|
+
padding: 2px 7px 2px 12px;
|
|
30760
|
+
}
|
|
30761
|
+
|
|
30724
30762
|
.E_i1inqkme {
|
|
30725
30763
|
height: 18px;
|
|
30726
30764
|
line-height: 18px;
|
|
@@ -30794,1251 +30832,1232 @@ body {
|
|
|
30794
30832
|
padding: 2px 8px;
|
|
30795
30833
|
}
|
|
30796
30834
|
|
|
30797
|
-
.
|
|
30798
|
-
display:
|
|
30835
|
+
.E_cnujxq2 {
|
|
30836
|
+
display: flex;
|
|
30837
|
+
flex-direction: column;
|
|
30799
30838
|
}
|
|
30800
|
-
|
|
30801
|
-
|
|
30802
|
-
|
|
30803
|
-
|
|
30804
|
-
|
|
30839
|
+
|
|
30840
|
+
.E_m7s48ia {
|
|
30841
|
+
max-width: 1120px;
|
|
30842
|
+
width: 100%;
|
|
30843
|
+
margin: 0 auto;
|
|
30844
|
+
height: 100%;
|
|
30805
30845
|
}
|
|
30806
|
-
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
|
|
30810
|
-
|
|
30811
|
-
|
|
30846
|
+
|
|
30847
|
+
.E_wt5zbg6 {
|
|
30848
|
+
max-width: 1120px;
|
|
30849
|
+
width: 100%;
|
|
30850
|
+
margin: 0 auto;
|
|
30851
|
+
display: flex;
|
|
30812
30852
|
}
|
|
30813
|
-
.
|
|
30814
|
-
|
|
30815
|
-
|
|
30816
|
-
flex:
|
|
30817
|
-
|
|
30818
|
-
margin-right: 4px;
|
|
30819
|
-
cursor: auto;
|
|
30853
|
+
.E_wt5zbg6 .left,
|
|
30854
|
+
.E_wt5zbg6 .right {
|
|
30855
|
+
flex-grow: 0;
|
|
30856
|
+
flex-shrink: 0;
|
|
30857
|
+
flex-basis: 21%;
|
|
30820
30858
|
}
|
|
30821
|
-
.
|
|
30822
|
-
|
|
30823
|
-
|
|
30824
|
-
|
|
30825
|
-
font-size: inherit;
|
|
30859
|
+
.E_wt5zbg6 .left {
|
|
30860
|
+
display: flex;
|
|
30861
|
+
justify-content: flex-end;
|
|
30862
|
+
padding-right: 44px;
|
|
30826
30863
|
}
|
|
30827
|
-
|
|
30828
|
-
|
|
30829
|
-
margin-left: 8px;
|
|
30864
|
+
.E_wt5zbg6 .right {
|
|
30865
|
+
padding-left: 44px;
|
|
30830
30866
|
}
|
|
30831
|
-
.
|
|
30832
|
-
|
|
30867
|
+
.E_wt5zbg6 .middle {
|
|
30868
|
+
margin-bottom: 40px;
|
|
30869
|
+
flex-grow: 0;
|
|
30870
|
+
flex-shrink: 0;
|
|
30871
|
+
flex-basis: 58%;
|
|
30872
|
+
overflow: hidden;
|
|
30833
30873
|
}
|
|
30834
|
-
|
|
30835
|
-
|
|
30836
|
-
display: inline-block;
|
|
30874
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
30875
|
+
width: 100%;
|
|
30837
30876
|
}
|
|
30838
|
-
|
|
30839
|
-
|
|
30840
|
-
visibility: hidden;
|
|
30841
|
-
position: absolute;
|
|
30877
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30878
|
+
width: auto;
|
|
30842
30879
|
}
|
|
30843
30880
|
|
|
30844
|
-
.
|
|
30845
|
-
|
|
30846
|
-
|
|
30847
|
-
|
|
30848
|
-
color: #fff;
|
|
30849
|
-
font-weight: bold;
|
|
30850
|
-
font-size: 12px;
|
|
30851
|
-
width: 24px;
|
|
30852
|
-
height: 24px;
|
|
30853
|
-
border-radius: 50%;
|
|
30854
|
-
background: var(--a1b5xrg3-0);
|
|
30881
|
+
.E_h18jprzg .ant-modal-header {
|
|
30882
|
+
margin: 0 auto;
|
|
30883
|
+
width: 100%;
|
|
30884
|
+
max-width: 648px;
|
|
30855
30885
|
}
|
|
30856
|
-
.
|
|
30857
|
-
|
|
30858
|
-
cursor: pointer;
|
|
30859
|
-
width: 56px;
|
|
30860
|
-
height: 40px;
|
|
30861
|
-
display: inline-flex;
|
|
30862
|
-
align-items: center;
|
|
30863
|
-
justify-content: center;
|
|
30864
|
-
border-radius: 6px;
|
|
30886
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30887
|
+
margin-left: 0;
|
|
30865
30888
|
}
|
|
30866
|
-
.
|
|
30867
|
-
|
|
30889
|
+
.E_h18jprzg .ant-modal-body {
|
|
30890
|
+
margin: 0 auto;
|
|
30891
|
+
padding: 0;
|
|
30892
|
+
width: 100%;
|
|
30893
|
+
max-width: 648px;
|
|
30894
|
+
overflow: hidden;
|
|
30868
30895
|
}
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30871
|
-
transition: all 320ms ease;
|
|
30896
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30897
|
+
margin-bottom: 40px;
|
|
30872
30898
|
}
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
font-style: normal;
|
|
30877
|
-
font-weight: bold;
|
|
30878
|
-
font-size: 32px;
|
|
30879
|
-
line-height: 40px;
|
|
30899
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30900
|
+
height: calc(100vh - 225px);
|
|
30901
|
+
overflow-y: auto;
|
|
30880
30902
|
}
|
|
30881
|
-
|
|
30882
|
-
|
|
30883
|
-
|
|
30884
|
-
font-style: normal;
|
|
30885
|
-
font-weight: bold;
|
|
30886
|
-
font-size: 24px;
|
|
30887
|
-
line-height: 32px;
|
|
30903
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30904
|
+
margin: 0 auto;
|
|
30905
|
+
max-width: 648px;
|
|
30888
30906
|
}
|
|
30889
30907
|
|
|
30890
|
-
.
|
|
30891
|
-
|
|
30892
|
-
|
|
30893
|
-
|
|
30894
|
-
font-size: 32px;
|
|
30895
|
-
line-height: 40px;
|
|
30908
|
+
.E_h16z9xgz .ant-modal-header {
|
|
30909
|
+
margin: 0 auto;
|
|
30910
|
+
width: 100%;
|
|
30911
|
+
max-width: 1024px;
|
|
30896
30912
|
}
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
font-family: Inter;
|
|
30900
|
-
font-style: normal;
|
|
30901
|
-
font-weight: bold;
|
|
30902
|
-
font-size: 20px;
|
|
30903
|
-
line-height: 24px;
|
|
30913
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30914
|
+
margin-left: 0;
|
|
30904
30915
|
}
|
|
30905
|
-
|
|
30906
|
-
|
|
30907
|
-
|
|
30908
|
-
|
|
30909
|
-
|
|
30910
|
-
|
|
30911
|
-
line-height: 24px;
|
|
30916
|
+
.E_h16z9xgz .ant-modal-body {
|
|
30917
|
+
margin: 0 auto;
|
|
30918
|
+
padding: 0;
|
|
30919
|
+
width: 100%;
|
|
30920
|
+
max-width: 1024px;
|
|
30921
|
+
overflow: hidden;
|
|
30912
30922
|
}
|
|
30913
|
-
|
|
30914
|
-
|
|
30915
|
-
font-family: Inter;
|
|
30916
|
-
font-style: normal;
|
|
30917
|
-
font-weight: bold;
|
|
30918
|
-
font-size: 18px;
|
|
30919
|
-
line-height: 22px;
|
|
30923
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
30924
|
+
margin-bottom: 40px;
|
|
30920
30925
|
}
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
font-style: normal;
|
|
30925
|
-
font-weight: normal;
|
|
30926
|
-
font-size: 18px;
|
|
30927
|
-
line-height: 22px;
|
|
30926
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30927
|
+
height: calc(100vh - 225px);
|
|
30928
|
+
overflow-y: auto;
|
|
30928
30929
|
}
|
|
30929
|
-
|
|
30930
|
-
|
|
30931
|
-
|
|
30932
|
-
font-style: normal;
|
|
30933
|
-
font-weight: bold;
|
|
30934
|
-
font-size: 16px;
|
|
30935
|
-
line-height: 22px;
|
|
30930
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
30931
|
+
margin: 0 auto;
|
|
30932
|
+
max-width: 1024px;
|
|
30936
30933
|
}
|
|
30937
30934
|
|
|
30938
|
-
.
|
|
30939
|
-
|
|
30940
|
-
font-style: normal;
|
|
30941
|
-
font-weight: normal;
|
|
30942
|
-
font-size: 16px;
|
|
30943
|
-
line-height: 22px;
|
|
30935
|
+
.E_f1lrhghm {
|
|
30936
|
+
flex: 1;
|
|
30944
30937
|
}
|
|
30945
|
-
|
|
30946
|
-
|
|
30947
|
-
font-family: Inter;
|
|
30948
|
-
font-style: normal;
|
|
30949
|
-
font-weight: bold;
|
|
30950
|
-
font-size: 14px;
|
|
30938
|
+
.E_f1lrhghm label {
|
|
30939
|
+
font-size: 13px;
|
|
30951
30940
|
line-height: 20px;
|
|
30941
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30952
30942
|
}
|
|
30953
|
-
|
|
30954
|
-
.E_h13bondg {
|
|
30955
|
-
font-family: Inter;
|
|
30956
|
-
font-style: normal;
|
|
30957
|
-
font-weight: normal;
|
|
30943
|
+
.E_f1lrhghm .title {
|
|
30958
30944
|
font-size: 14px;
|
|
30959
30945
|
line-height: 20px;
|
|
30946
|
+
color: #2d3a56;
|
|
30947
|
+
margin-bottom: 12px;
|
|
30960
30948
|
}
|
|
30961
|
-
|
|
30962
|
-
|
|
30963
|
-
font-family: Inter;
|
|
30964
|
-
font-style: normal;
|
|
30965
|
-
font-weight: bold;
|
|
30966
|
-
font-size: 12px;
|
|
30967
|
-
line-height: 18px;
|
|
30949
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
30950
|
+
padding-bottom: 26px;
|
|
30968
30951
|
}
|
|
30969
30952
|
|
|
30970
|
-
.
|
|
30971
|
-
|
|
30972
|
-
|
|
30973
|
-
|
|
30974
|
-
font-size: 12px;
|
|
30975
|
-
line-height: 18px;
|
|
30953
|
+
.E_f18ot8em {
|
|
30954
|
+
padding: 25px 0 15px 0;
|
|
30955
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30956
|
+
margin-bottom: 16px;
|
|
30976
30957
|
}
|
|
30977
30958
|
|
|
30978
|
-
.
|
|
30979
|
-
|
|
30980
|
-
|
|
30981
|
-
|
|
30982
|
-
text-transform: uppercase;
|
|
30983
|
-
font-feature-settings: "cpsp" on;
|
|
30984
|
-
font-size: 12px;
|
|
30985
|
-
line-height: 18px;
|
|
30959
|
+
.E_f1l1g2k0 {
|
|
30960
|
+
display: flex;
|
|
30961
|
+
align-items: center;
|
|
30962
|
+
margin-bottom: 8px;
|
|
30986
30963
|
}
|
|
30987
|
-
|
|
30988
|
-
|
|
30989
|
-
font-family: Inter;
|
|
30990
|
-
font-style: normal;
|
|
30991
|
-
font-weight: normal;
|
|
30992
|
-
text-transform: uppercase;
|
|
30993
|
-
font-feature-settings: "cpsp" on;
|
|
30994
|
-
font-size: 12px;
|
|
30995
|
-
line-height: 18px;
|
|
30964
|
+
.E_f1l1g2k0 > label {
|
|
30965
|
+
width: 216px;
|
|
30996
30966
|
}
|
|
30997
|
-
|
|
30998
|
-
|
|
30999
|
-
font-family: Inter;
|
|
31000
|
-
font-style: normal;
|
|
31001
|
-
font-weight: normal;
|
|
31002
|
-
font-size: 16px;
|
|
31003
|
-
line-height: 24px;
|
|
30967
|
+
.E_f1l1g2k0 > label + * {
|
|
30968
|
+
width: 100%;
|
|
31004
30969
|
}
|
|
31005
|
-
|
|
31006
|
-
|
|
31007
|
-
font-family: Inter;
|
|
31008
|
-
font-style: normal;
|
|
31009
|
-
font-weight: bold;
|
|
31010
|
-
font-size: 16px;
|
|
31011
|
-
line-height: 24px;
|
|
30970
|
+
.E_f1l1g2k0 .ant-select {
|
|
30971
|
+
width: 100%;
|
|
31012
30972
|
}
|
|
31013
30973
|
|
|
31014
|
-
.
|
|
31015
|
-
|
|
31016
|
-
|
|
31017
|
-
font-weight: normal;
|
|
31018
|
-
font-size: 16px;
|
|
31019
|
-
line-height: 24px;
|
|
30974
|
+
.E_e1k89cwg {
|
|
30975
|
+
color: #e75a3a;
|
|
30976
|
+
margin-right: 10px;
|
|
31020
30977
|
}
|
|
31021
30978
|
|
|
31022
|
-
.
|
|
31023
|
-
|
|
31024
|
-
|
|
31025
|
-
|
|
31026
|
-
|
|
31027
|
-
line-height: 24px;
|
|
30979
|
+
.E_d1oui1gf {
|
|
30980
|
+
width: 100%;
|
|
30981
|
+
height: 1px;
|
|
30982
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30983
|
+
margin: 24px 0;
|
|
31028
30984
|
}
|
|
31029
30985
|
|
|
31030
|
-
.
|
|
31031
|
-
|
|
31032
|
-
|
|
31033
|
-
|
|
31034
|
-
|
|
31035
|
-
font-feature-settings: "cpsp" on;
|
|
31036
|
-
font-size: 16px;
|
|
31037
|
-
line-height: 24px;
|
|
30986
|
+
.E_l15itdbb {
|
|
30987
|
+
display: flex;
|
|
30988
|
+
justify-content: center;
|
|
30989
|
+
align-items: center;
|
|
30990
|
+
height: 100%;
|
|
31038
30991
|
}
|
|
31039
30992
|
|
|
31040
|
-
.
|
|
31041
|
-
|
|
31042
|
-
|
|
31043
|
-
|
|
31044
|
-
|
|
31045
|
-
|
|
31046
|
-
|
|
31047
|
-
|
|
30993
|
+
.E_d1y3z4w {
|
|
30994
|
+
display: inline-block;
|
|
30995
|
+
width: 4px;
|
|
30996
|
+
height: 4px;
|
|
30997
|
+
background: #8e9aa9;
|
|
30998
|
+
opacity: 0.4;
|
|
30999
|
+
border-radius: 50%;
|
|
31000
|
+
margin: 0 4px;
|
|
31048
31001
|
}
|
|
31049
31002
|
|
|
31050
|
-
.
|
|
31051
|
-
|
|
31052
|
-
|
|
31053
|
-
|
|
31054
|
-
font-size: 14px;
|
|
31055
|
-
line-height: 22px;
|
|
31003
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31004
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31005
|
+
width: 648px;
|
|
31006
|
+
margin: 0 auto;
|
|
31056
31007
|
}
|
|
31057
|
-
|
|
31058
|
-
|
|
31059
|
-
|
|
31060
|
-
font-style: normal;
|
|
31061
|
-
font-weight: 500;
|
|
31062
|
-
font-size: 14px;
|
|
31063
|
-
line-height: 22px;
|
|
31008
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31009
|
+
padding: 35px 0 24px;
|
|
31010
|
+
border: none;
|
|
31064
31011
|
}
|
|
31065
|
-
|
|
31066
|
-
|
|
31067
|
-
font-family: Inter;
|
|
31068
|
-
font-style: normal;
|
|
31069
|
-
font-weight: bold;
|
|
31070
|
-
font-size: 14px;
|
|
31071
|
-
line-height: 22px;
|
|
31012
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31013
|
+
font-size: 30px;
|
|
31072
31014
|
}
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
|
|
31076
|
-
|
|
31077
|
-
|
|
31078
|
-
font-size: 14px;
|
|
31079
|
-
line-height: 22px;
|
|
31015
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31016
|
+
padding: 4px 0 2px;
|
|
31017
|
+
}
|
|
31018
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31019
|
+
border: none;
|
|
31080
31020
|
}
|
|
31081
31021
|
|
|
31082
|
-
.
|
|
31083
|
-
font-
|
|
31084
|
-
|
|
31022
|
+
.E_t1wwio3v {
|
|
31023
|
+
font-size: 12px;
|
|
31024
|
+
line-height: 18px;
|
|
31085
31025
|
font-weight: bold;
|
|
31086
|
-
|
|
31087
|
-
|
|
31026
|
+
color: #fff;
|
|
31027
|
+
padding: 0 4px;
|
|
31028
|
+
border-radius: 4px;
|
|
31029
|
+
display: inline-block;
|
|
31030
|
+
background: var(--t1wwio3v-0);
|
|
31031
|
+
}
|
|
31032
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31033
|
+
margin-left: 4px;
|
|
31088
31034
|
}
|
|
31089
31035
|
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31092
|
-
|
|
31093
|
-
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
font-size: 14px;
|
|
31097
|
-
line-height: 22px;
|
|
31036
|
+
.E_f17jvtfk {
|
|
31037
|
+
width: 100%;
|
|
31038
|
+
height: 100%;
|
|
31039
|
+
display: flex;
|
|
31040
|
+
align-items: center;
|
|
31041
|
+
justify-content: center;
|
|
31098
31042
|
}
|
|
31099
31043
|
|
|
31100
|
-
.
|
|
31101
|
-
font-
|
|
31102
|
-
font-style: normal;
|
|
31044
|
+
.E_nzppkea {
|
|
31045
|
+
font-size: 90%;
|
|
31103
31046
|
font-weight: bold;
|
|
31104
|
-
|
|
31105
|
-
|
|
31106
|
-
|
|
31107
|
-
|
|
31047
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31048
|
+
padding: 1px 4px 1px;
|
|
31049
|
+
margin-left: 2px;
|
|
31050
|
+
margin-right: 2px;
|
|
31051
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31052
|
+
border-radius: 4px;
|
|
31108
31053
|
}
|
|
31109
31054
|
|
|
31110
|
-
.
|
|
31111
|
-
|
|
31112
|
-
font-style: normal;
|
|
31113
|
-
font-weight: normal;
|
|
31114
|
-
font-size: 13px;
|
|
31115
|
-
line-height: 20px;
|
|
31055
|
+
.E_f4mi9eq.form-item-general {
|
|
31056
|
+
width: 640px;
|
|
31116
31057
|
}
|
|
31117
|
-
|
|
31118
|
-
|
|
31119
|
-
font-family: Inter;
|
|
31120
|
-
font-style: normal;
|
|
31121
|
-
font-weight: 600;
|
|
31122
|
-
font-size: 13px;
|
|
31123
|
-
line-height: 20px;
|
|
31058
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
31059
|
+
margin-top: 16px;
|
|
31124
31060
|
}
|
|
31125
|
-
|
|
31126
|
-
|
|
31127
|
-
font-family: Inter;
|
|
31128
|
-
font-style: normal;
|
|
31129
|
-
font-weight: bold;
|
|
31130
|
-
font-size: 13px;
|
|
31131
|
-
line-height: 20px;
|
|
31061
|
+
.E_f4mi9eq.form-item-compact {
|
|
31062
|
+
width: 412px;
|
|
31132
31063
|
}
|
|
31133
|
-
|
|
31134
|
-
|
|
31135
|
-
font-family: Inter;
|
|
31136
|
-
font-style: normal;
|
|
31137
|
-
font-weight: normal;
|
|
31138
|
-
font-size: 13px;
|
|
31139
|
-
line-height: 20px;
|
|
31064
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31065
|
+
margin-top: 8px;
|
|
31140
31066
|
}
|
|
31141
|
-
|
|
31142
|
-
|
|
31143
|
-
font-family: Inter;
|
|
31144
|
-
font-style: normal;
|
|
31145
|
-
font-weight: 600;
|
|
31146
|
-
font-size: 13px;
|
|
31147
|
-
line-height: 20px;
|
|
31067
|
+
.E_f4mi9eq .form-item {
|
|
31068
|
+
width: auto;
|
|
31148
31069
|
}
|
|
31149
|
-
|
|
31150
|
-
|
|
31151
|
-
|
|
31152
|
-
font-style: normal;
|
|
31153
|
-
font-weight: bold;
|
|
31154
|
-
font-size: 13px;
|
|
31155
|
-
line-height: 20px;
|
|
31070
|
+
.E_f4mi9eq .form-item-main {
|
|
31071
|
+
position: relative;
|
|
31072
|
+
display: flex;
|
|
31156
31073
|
}
|
|
31157
|
-
|
|
31158
|
-
|
|
31159
|
-
|
|
31160
|
-
|
|
31161
|
-
|
|
31162
|
-
text-transform: uppercase;
|
|
31163
|
-
font-feature-settings: "cpsp" on;
|
|
31074
|
+
.E_f4mi9eq .form-item-extra {
|
|
31075
|
+
margin-top: 4px;
|
|
31076
|
+
width: 100%;
|
|
31077
|
+
padding: 14px;
|
|
31078
|
+
background: #f2f4f6;
|
|
31164
31079
|
font-size: 13px;
|
|
31165
|
-
line-height:
|
|
31080
|
+
line-height: 1.8;
|
|
31081
|
+
color: #8e9aa9;
|
|
31166
31082
|
}
|
|
31167
|
-
|
|
31168
|
-
|
|
31169
|
-
font-family: Inter;
|
|
31170
|
-
font-style: normal;
|
|
31171
|
-
font-weight: bold;
|
|
31172
|
-
text-transform: uppercase;
|
|
31173
|
-
font-feature-settings: "cpsp" on;
|
|
31083
|
+
.E_f4mi9eq .form-item-label {
|
|
31084
|
+
padding-right: 12px;
|
|
31174
31085
|
font-size: 13px;
|
|
31175
|
-
|
|
31086
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31176
31087
|
}
|
|
31177
|
-
|
|
31178
|
-
|
|
31179
|
-
font-family: Inter;
|
|
31180
|
-
font-style: normal;
|
|
31181
|
-
font-weight: normal;
|
|
31182
|
-
font-size: 12px;
|
|
31183
|
-
line-height: 18px;
|
|
31088
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
31089
|
+
text-align: right;
|
|
31184
31090
|
}
|
|
31185
|
-
|
|
31186
|
-
.
|
|
31187
|
-
|
|
31188
|
-
font-style: normal;
|
|
31189
|
-
font-weight: 500;
|
|
31190
|
-
font-size: 12px;
|
|
31191
|
-
line-height: 18px;
|
|
31091
|
+
.E_f4mi9eq .form-item-label,
|
|
31092
|
+
.E_f4mi9eq .form-item-control {
|
|
31093
|
+
line-height: 32px;
|
|
31192
31094
|
}
|
|
31193
|
-
|
|
31194
|
-
.E_l1j81vli {
|
|
31195
|
-
font-family: Inter;
|
|
31196
|
-
font-style: normal;
|
|
31197
|
-
font-weight: bold;
|
|
31198
|
-
font-size: 12px;
|
|
31095
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31199
31096
|
line-height: 18px;
|
|
31200
31097
|
}
|
|
31201
|
-
|
|
31202
|
-
|
|
31203
|
-
font-family: Inter;
|
|
31204
|
-
font-style: normal;
|
|
31205
|
-
font-weight: normal;
|
|
31206
|
-
font-size: 12px;
|
|
31207
|
-
line-height: 18px;
|
|
31098
|
+
.E_f4mi9eq .form-item-children {
|
|
31099
|
+
width: 100%;
|
|
31208
31100
|
}
|
|
31209
|
-
|
|
31210
|
-
|
|
31211
|
-
|
|
31212
|
-
|
|
31213
|
-
|
|
31214
|
-
|
|
31215
|
-
|
|
31101
|
+
.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 {
|
|
31102
|
+
width: 100%;
|
|
31103
|
+
}
|
|
31104
|
+
.E_f4mi9eq .form-item-error {
|
|
31105
|
+
color: #e75a3a;
|
|
31106
|
+
height: 0;
|
|
31107
|
+
overflow: hidden;
|
|
31108
|
+
}
|
|
31109
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
31110
|
+
margin-top: 4px;
|
|
31111
|
+
height: auto;
|
|
31112
|
+
overflow: auto;
|
|
31113
|
+
}
|
|
31114
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31115
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31116
|
+
border: 1px solid #e75a3a;
|
|
31117
|
+
color: #e75a3a;
|
|
31216
31118
|
}
|
|
31217
31119
|
|
|
31218
|
-
.
|
|
31219
|
-
|
|
31220
|
-
font-
|
|
31120
|
+
.E_fh0ewl8 {
|
|
31121
|
+
color: #2d3a56;
|
|
31122
|
+
font-size: var(--field-title-font-size, 12px);
|
|
31221
31123
|
font-weight: bold;
|
|
31222
|
-
|
|
31223
|
-
|
|
31124
|
+
padding-bottom: 6px;
|
|
31125
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31126
|
+
margin-bottom: 16px;
|
|
31127
|
+
}
|
|
31128
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
31129
|
+
margin-top: 16px;
|
|
31224
31130
|
}
|
|
31225
31131
|
|
|
31226
|
-
.
|
|
31227
|
-
|
|
31228
|
-
|
|
31229
|
-
|
|
31230
|
-
|
|
31231
|
-
|
|
31232
|
-
|
|
31233
|
-
|
|
31132
|
+
.E_e1qrlvot {
|
|
31133
|
+
width: 8px;
|
|
31134
|
+
height: 24px;
|
|
31135
|
+
display: flex;
|
|
31136
|
+
justify-content: center;
|
|
31137
|
+
align-items: center;
|
|
31138
|
+
cursor: pointer;
|
|
31139
|
+
transition: all 200ms ease-out 40ms;
|
|
31234
31140
|
}
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
|
|
31240
|
-
|
|
31241
|
-
|
|
31242
|
-
|
|
31243
|
-
|
|
31141
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31142
|
+
content: "";
|
|
31143
|
+
width: 1px;
|
|
31144
|
+
height: 6px;
|
|
31145
|
+
border-radius: 1px;
|
|
31146
|
+
background: #ccd4e3;
|
|
31147
|
+
position: relative;
|
|
31148
|
+
right: 2px;
|
|
31149
|
+
transform: rotate(-45deg);
|
|
31244
31150
|
}
|
|
31245
|
-
|
|
31246
|
-
|
|
31247
|
-
|
|
31248
|
-
font-style: normal;
|
|
31249
|
-
font-weight: normal;
|
|
31250
|
-
font-size: 13px;
|
|
31251
|
-
line-height: 20px;
|
|
31151
|
+
.E_e1qrlvot:after {
|
|
31152
|
+
transform: rotate(45deg);
|
|
31153
|
+
left: 1px;
|
|
31252
31154
|
}
|
|
31253
31155
|
|
|
31254
|
-
.
|
|
31255
|
-
|
|
31256
|
-
|
|
31257
|
-
|
|
31258
|
-
font-size: 13px;
|
|
31259
|
-
line-height: 20px;
|
|
31156
|
+
.E_w9ic984.ant-alert-warning {
|
|
31157
|
+
border: 0;
|
|
31158
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31159
|
+
border-radius: 6px;
|
|
31260
31160
|
}
|
|
31261
|
-
|
|
31262
|
-
.
|
|
31263
|
-
|
|
31264
|
-
|
|
31265
|
-
|
|
31266
|
-
|
|
31267
|
-
|
|
31161
|
+
.E_w9ic984.ant-alert,
|
|
31162
|
+
.E_w9ic984 .ant-alert-message {
|
|
31163
|
+
color: #e07f00;
|
|
31164
|
+
}
|
|
31165
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31166
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31167
|
+
border-bottom-color: #e07f00;
|
|
31268
31168
|
}
|
|
31269
31169
|
|
|
31270
|
-
.
|
|
31271
|
-
|
|
31272
|
-
|
|
31273
|
-
|
|
31170
|
+
.E_n1k9qi4r {
|
|
31171
|
+
display: flex;
|
|
31172
|
+
flex-direction: row;
|
|
31173
|
+
padding: 7px 12px;
|
|
31174
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31175
|
+
border-radius: 6px;
|
|
31176
|
+
color: #e07f00;
|
|
31274
31177
|
font-size: 12px;
|
|
31275
31178
|
line-height: 18px;
|
|
31276
31179
|
}
|
|
31277
|
-
|
|
31278
|
-
|
|
31279
|
-
|
|
31280
|
-
font-style: normal;
|
|
31281
|
-
font-weight: normal;
|
|
31282
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31283
|
-
font-size: 13px;
|
|
31284
|
-
line-height: 20px;
|
|
31285
|
-
}
|
|
31286
|
-
|
|
31287
|
-
.E_t17uajlu {
|
|
31288
|
-
font-family: Inter;
|
|
31289
|
-
font-style: normal;
|
|
31290
|
-
font-weight: normal;
|
|
31291
|
-
font-feature-settings: "zero" on;
|
|
31292
|
-
font-size: 13px;
|
|
31293
|
-
line-height: 20px;
|
|
31180
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
31181
|
+
margin-right: 10px;
|
|
31182
|
+
height: 18px;
|
|
31294
31183
|
}
|
|
31295
31184
|
|
|
31296
|
-
.
|
|
31297
|
-
|
|
31298
|
-
|
|
31299
|
-
|
|
31300
|
-
|
|
31185
|
+
.E_n16fsg9x {
|
|
31186
|
+
display: flex;
|
|
31187
|
+
flex-direction: row;
|
|
31188
|
+
padding: 7px 12px;
|
|
31189
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31190
|
+
border-radius: 6px;
|
|
31191
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31301
31192
|
font-size: 12px;
|
|
31302
31193
|
line-height: 18px;
|
|
31303
31194
|
}
|
|
31195
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31196
|
+
margin-right: 10px;
|
|
31197
|
+
height: 18px;
|
|
31198
|
+
}
|
|
31304
31199
|
|
|
31305
|
-
.
|
|
31306
|
-
|
|
31307
|
-
|
|
31308
|
-
|
|
31309
|
-
|
|
31200
|
+
.E_i173wxzw {
|
|
31201
|
+
display: flex;
|
|
31202
|
+
flex-direction: row;
|
|
31203
|
+
padding: 7px 12px;
|
|
31204
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31205
|
+
border-radius: 6px;
|
|
31206
|
+
color: #005ed1;
|
|
31310
31207
|
font-size: 12px;
|
|
31311
31208
|
line-height: 18px;
|
|
31312
31209
|
}
|
|
31210
|
+
.E_i173wxzw .icon-wrapper {
|
|
31211
|
+
margin-right: 10px;
|
|
31212
|
+
height: 18px;
|
|
31213
|
+
}
|
|
31313
31214
|
|
|
31314
|
-
.
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
font-weight: normal;
|
|
31318
|
-
font-feature-settings: "zero" on;
|
|
31215
|
+
.E_dld369h {
|
|
31216
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31217
|
+
margin-top: 5px;
|
|
31319
31218
|
font-size: 12px;
|
|
31320
31219
|
line-height: 18px;
|
|
31321
31220
|
}
|
|
31322
31221
|
|
|
31323
|
-
.
|
|
31324
|
-
|
|
31325
|
-
font-style: normal;
|
|
31326
|
-
font-weight: 500;
|
|
31327
|
-
font-feature-settings: "zero" on;
|
|
31222
|
+
.E_s1epv22q {
|
|
31223
|
+
color: #f0483e;
|
|
31328
31224
|
font-size: 12px;
|
|
31329
|
-
|
|
31225
|
+
white-space: pre-wrap;
|
|
31330
31226
|
}
|
|
31331
31227
|
|
|
31332
|
-
.
|
|
31333
|
-
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
font-feature-settings: "zero" on;
|
|
31337
|
-
font-size: 16px;
|
|
31338
|
-
line-height: 24px;
|
|
31228
|
+
.E_okus5hk {
|
|
31229
|
+
display: flex;
|
|
31230
|
+
align-items: center;
|
|
31231
|
+
justify-content: flex-end;
|
|
31339
31232
|
}
|
|
31340
|
-
|
|
31341
|
-
|
|
31342
|
-
font-family: Inter;
|
|
31343
|
-
font-style: normal;
|
|
31344
|
-
font-weight: normal;
|
|
31345
|
-
font-size: 10px;
|
|
31346
|
-
line-height: 12px;
|
|
31233
|
+
.E_okus5hk .icon-wrapper {
|
|
31234
|
+
margin-right: 16px;
|
|
31347
31235
|
}
|
|
31348
31236
|
|
|
31349
|
-
.
|
|
31350
|
-
|
|
31351
|
-
flex-direction: column;
|
|
31237
|
+
.E_t1auuzri {
|
|
31238
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31352
31239
|
}
|
|
31353
31240
|
|
|
31354
|
-
.
|
|
31355
|
-
|
|
31356
|
-
|
|
31357
|
-
|
|
31358
|
-
|
|
31241
|
+
.E_i74cfyt.ant-input {
|
|
31242
|
+
padding: 5px 12px;
|
|
31243
|
+
line-height: 20px;
|
|
31244
|
+
color: #2d3a56;
|
|
31245
|
+
border-radius: 6px;
|
|
31246
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31247
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31359
31248
|
}
|
|
31360
|
-
|
|
31361
|
-
|
|
31362
|
-
|
|
31363
|
-
width: 100%;
|
|
31364
|
-
margin: 0 auto;
|
|
31365
|
-
display: flex;
|
|
31249
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31250
|
+
padding: 8px 16px;
|
|
31251
|
+
line-height: 22px;
|
|
31366
31252
|
}
|
|
31367
|
-
.
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
flex-shrink: 0;
|
|
31371
|
-
flex-basis: 21%;
|
|
31253
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31254
|
+
padding: 2px 8px;
|
|
31255
|
+
line-height: 18px;
|
|
31372
31256
|
}
|
|
31373
|
-
.
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
|
|
31257
|
+
.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 {
|
|
31258
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31259
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31260
|
+
z-index: 1;
|
|
31377
31261
|
}
|
|
31378
|
-
.
|
|
31379
|
-
|
|
31262
|
+
.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 {
|
|
31263
|
+
border-color: #0096ff;
|
|
31264
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31265
|
+
z-index: 1;
|
|
31380
31266
|
}
|
|
31381
|
-
.
|
|
31382
|
-
|
|
31383
|
-
|
|
31384
|
-
flex-shrink: 0;
|
|
31385
|
-
flex-basis: 58%;
|
|
31386
|
-
overflow: hidden;
|
|
31267
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31268
|
+
border-color: #e75a3a;
|
|
31269
|
+
color: #e75a3a;
|
|
31387
31270
|
}
|
|
31388
|
-
.
|
|
31389
|
-
|
|
31271
|
+
.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 {
|
|
31272
|
+
border-color: #e75a3a;
|
|
31273
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31390
31274
|
}
|
|
31391
|
-
.
|
|
31392
|
-
|
|
31275
|
+
.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 {
|
|
31276
|
+
border-color: #e75a3a;
|
|
31277
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31393
31278
|
}
|
|
31394
|
-
|
|
31395
|
-
|
|
31396
|
-
|
|
31397
|
-
|
|
31398
|
-
max-width: 648px;
|
|
31279
|
+
.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 {
|
|
31280
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31281
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31282
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31399
31283
|
}
|
|
31400
|
-
.
|
|
31401
|
-
|
|
31284
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31285
|
+
padding: 5px 12px;
|
|
31286
|
+
border-radius: 6px;
|
|
31287
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31288
|
+
line-height: 20px;
|
|
31289
|
+
color: #2d3a56;
|
|
31290
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31402
31291
|
}
|
|
31403
|
-
.
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
width: 100%;
|
|
31407
|
-
max-width: 648px;
|
|
31408
|
-
overflow: hidden;
|
|
31292
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31293
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31294
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31409
31295
|
}
|
|
31410
|
-
.
|
|
31411
|
-
|
|
31296
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31297
|
+
padding: 8px 16px;
|
|
31298
|
+
line-height: 22px;
|
|
31412
31299
|
}
|
|
31413
|
-
.
|
|
31414
|
-
|
|
31415
|
-
|
|
31300
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31301
|
+
padding: 2px 8px;
|
|
31302
|
+
line-height: 18px;
|
|
31416
31303
|
}
|
|
31417
|
-
.
|
|
31418
|
-
|
|
31419
|
-
|
|
31304
|
+
.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 {
|
|
31305
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31306
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31420
31307
|
}
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
|
|
31424
|
-
width: 100%;
|
|
31425
|
-
max-width: 1024px;
|
|
31308
|
+
.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 {
|
|
31309
|
+
border-color: #0096ff;
|
|
31310
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31426
31311
|
}
|
|
31427
|
-
.
|
|
31428
|
-
|
|
31312
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31313
|
+
border-color: #e75a3a;
|
|
31429
31314
|
}
|
|
31430
|
-
.
|
|
31431
|
-
|
|
31432
|
-
padding: 0;
|
|
31433
|
-
width: 100%;
|
|
31434
|
-
max-width: 1024px;
|
|
31435
|
-
overflow: hidden;
|
|
31315
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31316
|
+
color: #e75a3a;
|
|
31436
31317
|
}
|
|
31437
|
-
.
|
|
31438
|
-
|
|
31318
|
+
.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 {
|
|
31319
|
+
border-color: #e75a3a;
|
|
31320
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31439
31321
|
}
|
|
31440
|
-
.
|
|
31441
|
-
|
|
31442
|
-
|
|
31322
|
+
.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 {
|
|
31323
|
+
border-color: #e75a3a;
|
|
31324
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31443
31325
|
}
|
|
31444
|
-
.
|
|
31445
|
-
|
|
31446
|
-
|
|
31326
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31327
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31328
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31329
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31447
31330
|
}
|
|
31448
|
-
|
|
31449
|
-
|
|
31450
|
-
|
|
31331
|
+
textarea.E_i74cfyt.ant-input {
|
|
31332
|
+
transition-property: height;
|
|
31333
|
+
transition-delay: 50ms;
|
|
31451
31334
|
}
|
|
31452
|
-
.
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31335
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31336
|
+
min-height: 40px;
|
|
31337
|
+
height: 40px;
|
|
31456
31338
|
}
|
|
31457
|
-
.
|
|
31458
|
-
|
|
31459
|
-
line-height: 20px;
|
|
31460
|
-
color: #2d3a56;
|
|
31461
|
-
margin-bottom: 12px;
|
|
31339
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
31340
|
+
height: 80px;
|
|
31462
31341
|
}
|
|
31463
|
-
.
|
|
31464
|
-
|
|
31342
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
31343
|
+
min-height: 32px;
|
|
31344
|
+
height: 32px;
|
|
31465
31345
|
}
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
padding: 25px 0 15px 0;
|
|
31469
|
-
border-bottom: 1px solid #e1e5eb;
|
|
31470
|
-
margin-bottom: 16px;
|
|
31346
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
31347
|
+
height: 64px;
|
|
31471
31348
|
}
|
|
31472
|
-
|
|
31473
|
-
|
|
31474
|
-
|
|
31475
|
-
align-items: center;
|
|
31476
|
-
margin-bottom: 8px;
|
|
31349
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
31350
|
+
min-height: 24px;
|
|
31351
|
+
height: 24px;
|
|
31477
31352
|
}
|
|
31478
|
-
.
|
|
31479
|
-
|
|
31353
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
31354
|
+
height: 40px;
|
|
31480
31355
|
}
|
|
31481
|
-
|
|
31482
|
-
|
|
31356
|
+
|
|
31357
|
+
.E_k1ci6977.input-tags {
|
|
31358
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31359
|
+
border-radius: 4px;
|
|
31483
31360
|
}
|
|
31484
|
-
.
|
|
31485
|
-
|
|
31361
|
+
.E_k1ci6977.input-tags {
|
|
31362
|
+
position: relative;
|
|
31363
|
+
padding: 6px;
|
|
31364
|
+
height: 32px;
|
|
31365
|
+
cursor: pointer;
|
|
31366
|
+
transition: border 150ms;
|
|
31486
31367
|
}
|
|
31487
|
-
|
|
31488
|
-
|
|
31489
|
-
|
|
31490
|
-
margin-right: 10px;
|
|
31368
|
+
.E_k1ci6977.input-tags:hover {
|
|
31369
|
+
border-color: #0080ff;
|
|
31370
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31491
31371
|
}
|
|
31492
|
-
|
|
31493
|
-
|
|
31494
|
-
width: 100%;
|
|
31495
|
-
height: 1px;
|
|
31496
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31497
|
-
margin: 24px 0;
|
|
31372
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31373
|
+
padding-right: 30px;
|
|
31498
31374
|
}
|
|
31499
|
-
|
|
31500
|
-
.E_l15itdbb {
|
|
31375
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31501
31376
|
display: flex;
|
|
31502
|
-
justify-content: center;
|
|
31503
|
-
align-items: center;
|
|
31504
|
-
height: 100%;
|
|
31505
31377
|
}
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
display: inline-block;
|
|
31509
|
-
width: 4px;
|
|
31510
|
-
height: 4px;
|
|
31511
|
-
background: #8e9aa9;
|
|
31512
|
-
opacity: 0.4;
|
|
31513
|
-
border-radius: 50%;
|
|
31514
|
-
margin: 0 4px;
|
|
31378
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31379
|
+
display: flex;
|
|
31515
31380
|
}
|
|
31516
|
-
|
|
31517
|
-
|
|
31518
|
-
|
|
31519
|
-
|
|
31520
|
-
|
|
31381
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31382
|
+
position: absolute;
|
|
31383
|
+
right: 12px;
|
|
31384
|
+
top: 50%;
|
|
31385
|
+
transform: translateY(-50%);
|
|
31521
31386
|
}
|
|
31522
|
-
.
|
|
31523
|
-
|
|
31524
|
-
|
|
31387
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31388
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31389
|
+
font-size: 12px;
|
|
31390
|
+
cursor: pointer;
|
|
31525
31391
|
}
|
|
31526
|
-
.
|
|
31527
|
-
|
|
31392
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31393
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31528
31394
|
}
|
|
31529
|
-
.
|
|
31530
|
-
|
|
31395
|
+
.E_k1ci6977.has-focus-indicator {
|
|
31396
|
+
position: relative;
|
|
31397
|
+
overflow: hidden;
|
|
31531
31398
|
}
|
|
31532
|
-
.
|
|
31533
|
-
|
|
31399
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31400
|
+
position: absolute;
|
|
31401
|
+
top: 50%;
|
|
31402
|
+
transform: translateY(-50%);
|
|
31403
|
+
left: -16px;
|
|
31404
|
+
transition: left 150ms ease;
|
|
31405
|
+
opacity: 0;
|
|
31534
31406
|
}
|
|
31535
|
-
|
|
31536
|
-
|
|
31537
|
-
|
|
31538
|
-
line-height: 18px;
|
|
31539
|
-
font-weight: bold;
|
|
31540
|
-
color: #fff;
|
|
31541
|
-
padding: 0 4px;
|
|
31542
|
-
border-radius: 4px;
|
|
31543
|
-
display: inline-block;
|
|
31544
|
-
background: var(--t1wwio3v-0);
|
|
31407
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31408
|
+
left: 8px;
|
|
31409
|
+
opacity: 1;
|
|
31545
31410
|
}
|
|
31546
|
-
.
|
|
31547
|
-
margin-left
|
|
31411
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
31412
|
+
transition: margin-left 150ms ease;
|
|
31413
|
+
margin-left: 0px;
|
|
31548
31414
|
}
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
width: 100%;
|
|
31552
|
-
height: 100%;
|
|
31553
|
-
display: flex;
|
|
31554
|
-
align-items: center;
|
|
31555
|
-
justify-content: center;
|
|
31415
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31416
|
+
margin-left: 16px;
|
|
31556
31417
|
}
|
|
31557
31418
|
|
|
31558
|
-
.
|
|
31559
|
-
|
|
31560
|
-
|
|
31561
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
31562
|
-
padding: 1px 4px 1px;
|
|
31563
|
-
margin-left: 2px;
|
|
31564
|
-
margin-right: 2px;
|
|
31565
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31566
|
-
border-radius: 4px;
|
|
31419
|
+
input.E_l1f7td1d.ant-input {
|
|
31420
|
+
border-top-right-radius: 0;
|
|
31421
|
+
border-bottom-right-radius: 0;
|
|
31567
31422
|
}
|
|
31568
31423
|
|
|
31569
|
-
.
|
|
31570
|
-
|
|
31424
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31425
|
+
border-top-right-radius: 0;
|
|
31426
|
+
border-bottom-right-radius: 0;
|
|
31571
31427
|
}
|
|
31572
|
-
|
|
31573
|
-
|
|
31428
|
+
|
|
31429
|
+
input.E_rf8rlle.ant-input {
|
|
31430
|
+
border-top-left-radius: 0;
|
|
31431
|
+
border-bottom-left-radius: 0;
|
|
31574
31432
|
}
|
|
31575
|
-
|
|
31576
|
-
|
|
31433
|
+
|
|
31434
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31435
|
+
border-top-left-radius: 0;
|
|
31436
|
+
border-bottom-left-radius: 0;
|
|
31577
31437
|
}
|
|
31578
|
-
|
|
31579
|
-
|
|
31438
|
+
|
|
31439
|
+
.E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
|
|
31440
|
+
border-top-right-radius: 0;
|
|
31441
|
+
border-bottom-right-radius: 0;
|
|
31580
31442
|
}
|
|
31581
|
-
|
|
31582
|
-
|
|
31443
|
+
|
|
31444
|
+
.E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
|
|
31445
|
+
border-top-left-radius: 0;
|
|
31446
|
+
border-bottom-left-radius: 0;
|
|
31583
31447
|
}
|
|
31584
|
-
|
|
31585
|
-
|
|
31448
|
+
|
|
31449
|
+
.E_c3ni091 {
|
|
31586
31450
|
display: flex;
|
|
31451
|
+
flex-direction: column;
|
|
31587
31452
|
}
|
|
31588
|
-
.
|
|
31589
|
-
margin-top:
|
|
31590
|
-
width: 100%;
|
|
31591
|
-
padding: 14px;
|
|
31592
|
-
background: #f2f4f6;
|
|
31593
|
-
font-size: 13px;
|
|
31594
|
-
line-height: 1.8;
|
|
31595
|
-
color: #8e9aa9;
|
|
31453
|
+
.E_c3ni091 .select-wrapper {
|
|
31454
|
+
margin-top: 12px;
|
|
31596
31455
|
}
|
|
31597
|
-
.
|
|
31598
|
-
|
|
31599
|
-
font-size: 13px;
|
|
31600
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31456
|
+
.E_c3ni091 .select-wrapper .select {
|
|
31457
|
+
width: 100%;
|
|
31601
31458
|
}
|
|
31602
|
-
.
|
|
31603
|
-
|
|
31459
|
+
.E_c3ni091 .radio-wrapper {
|
|
31460
|
+
margin-top: 24px;
|
|
31604
31461
|
}
|
|
31605
|
-
.
|
|
31606
|
-
|
|
31607
|
-
line-height: 32px;
|
|
31462
|
+
.E_c3ni091 div.form-item {
|
|
31463
|
+
width: 100%;
|
|
31608
31464
|
}
|
|
31609
|
-
|
|
31465
|
+
|
|
31466
|
+
.E_d105ju2d {
|
|
31467
|
+
font-size: 14px;
|
|
31468
|
+
font-weight: 500;
|
|
31469
|
+
color: #3e4652;
|
|
31610
31470
|
line-height: 18px;
|
|
31611
31471
|
}
|
|
31612
|
-
.
|
|
31613
|
-
|
|
31614
|
-
}
|
|
31615
|
-
.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 {
|
|
31616
|
-
width: 100%;
|
|
31472
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
31473
|
+
margin-top: 16px;
|
|
31617
31474
|
}
|
|
31618
|
-
.
|
|
31619
|
-
|
|
31620
|
-
height: 0;
|
|
31621
|
-
overflow: hidden;
|
|
31475
|
+
.E_d105ju2d + * {
|
|
31476
|
+
margin-top: 16px;
|
|
31622
31477
|
}
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
|
|
31478
|
+
|
|
31479
|
+
.E_lh0l62z.E_d105ju2d {
|
|
31480
|
+
font-size: 12px;
|
|
31481
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31482
|
+
margin-top: 12px;
|
|
31627
31483
|
}
|
|
31628
|
-
|
|
31629
|
-
.
|
|
31630
|
-
|
|
31631
|
-
|
|
31484
|
+
|
|
31485
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
31486
|
+
line-height: 18px;
|
|
31487
|
+
font-weight: 500;
|
|
31488
|
+
margin-top: 0;
|
|
31489
|
+
white-space: initial;
|
|
31632
31490
|
}
|
|
31633
31491
|
|
|
31634
|
-
.
|
|
31635
|
-
|
|
31636
|
-
font-size: var(--field-title-font-size, 12px);
|
|
31637
|
-
font-weight: bold;
|
|
31638
|
-
padding-bottom: 6px;
|
|
31639
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31640
|
-
margin-bottom: 16px;
|
|
31492
|
+
.E_r1skkc3l {
|
|
31493
|
+
display: block;
|
|
31641
31494
|
}
|
|
31642
|
-
.
|
|
31643
|
-
|
|
31495
|
+
.E_r1skkc3l span {
|
|
31496
|
+
font-size: 14px;
|
|
31497
|
+
font-weight: 500;
|
|
31498
|
+
line-height: 32px;
|
|
31499
|
+
color: #3e4652;
|
|
31644
31500
|
}
|
|
31645
31501
|
|
|
31646
|
-
.
|
|
31647
|
-
|
|
31648
|
-
|
|
31502
|
+
.E_c3cobmo {
|
|
31503
|
+
margin-top: 16px;
|
|
31504
|
+
padding: 8px;
|
|
31505
|
+
border-radius: 6px;
|
|
31506
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31507
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31508
|
+
font-size: 12px;
|
|
31509
|
+
}
|
|
31510
|
+
.E_c3cobmo div {
|
|
31511
|
+
line-height: 20px;
|
|
31649
31512
|
display: flex;
|
|
31650
|
-
justify-content: center;
|
|
31651
31513
|
align-items: center;
|
|
31652
|
-
|
|
31653
|
-
transition: all 200ms ease-out 40ms;
|
|
31654
|
-
}
|
|
31655
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31656
|
-
content: "";
|
|
31657
|
-
width: 1px;
|
|
31658
|
-
height: 6px;
|
|
31659
|
-
border-radius: 1px;
|
|
31660
|
-
background: #ccd4e3;
|
|
31661
|
-
position: relative;
|
|
31662
|
-
right: 2px;
|
|
31663
|
-
transform: rotate(-45deg);
|
|
31514
|
+
word-break: break-all;
|
|
31664
31515
|
}
|
|
31665
|
-
.
|
|
31666
|
-
|
|
31667
|
-
|
|
31516
|
+
.E_c3cobmo .title {
|
|
31517
|
+
font-weight: 700;
|
|
31518
|
+
line-height: 18px;
|
|
31519
|
+
margin: 4px 0;
|
|
31668
31520
|
}
|
|
31669
31521
|
|
|
31670
|
-
.
|
|
31671
|
-
|
|
31672
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31673
|
-
border-radius: 6px;
|
|
31674
|
-
}
|
|
31675
|
-
.E_w9ic984.ant-alert,
|
|
31676
|
-
.E_w9ic984 .ant-alert-message {
|
|
31677
|
-
color: #e07f00;
|
|
31678
|
-
}
|
|
31679
|
-
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31680
|
-
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31681
|
-
border-bottom-color: #e07f00;
|
|
31522
|
+
.E_uqv57uv {
|
|
31523
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
31682
31524
|
}
|
|
31683
31525
|
|
|
31684
|
-
.
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
|
|
31689
|
-
|
|
31690
|
-
color: #e07f00;
|
|
31691
|
-
font-size: 12px;
|
|
31692
|
-
line-height: 18px;
|
|
31526
|
+
.E_dsnbhzf {
|
|
31527
|
+
font-family: Inter;
|
|
31528
|
+
font-style: normal;
|
|
31529
|
+
font-weight: bold;
|
|
31530
|
+
font-size: 32px;
|
|
31531
|
+
line-height: 40px;
|
|
31693
31532
|
}
|
|
31694
|
-
|
|
31695
|
-
|
|
31696
|
-
|
|
31533
|
+
|
|
31534
|
+
.E_d1mvo22k {
|
|
31535
|
+
font-family: Inter;
|
|
31536
|
+
font-style: normal;
|
|
31537
|
+
font-weight: bold;
|
|
31538
|
+
font-size: 24px;
|
|
31539
|
+
line-height: 32px;
|
|
31697
31540
|
}
|
|
31698
31541
|
|
|
31699
|
-
.
|
|
31700
|
-
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
|
|
31704
|
-
|
|
31705
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31706
|
-
font-size: 12px;
|
|
31707
|
-
line-height: 18px;
|
|
31542
|
+
.E_d1b444tr {
|
|
31543
|
+
font-family: Inter;
|
|
31544
|
+
font-style: normal;
|
|
31545
|
+
font-weight: normal;
|
|
31546
|
+
font-size: 24px;
|
|
31547
|
+
line-height: 32px;
|
|
31708
31548
|
}
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
|
|
31549
|
+
|
|
31550
|
+
.E_dvs0kue {
|
|
31551
|
+
font-family: Inter;
|
|
31552
|
+
font-style: normal;
|
|
31553
|
+
font-weight: normal;
|
|
31554
|
+
font-size: 32px;
|
|
31555
|
+
line-height: 40px;
|
|
31712
31556
|
}
|
|
31713
31557
|
|
|
31714
|
-
.
|
|
31715
|
-
|
|
31716
|
-
|
|
31717
|
-
|
|
31718
|
-
|
|
31719
|
-
|
|
31720
|
-
color: #005ed1;
|
|
31721
|
-
font-size: 12px;
|
|
31722
|
-
line-height: 18px;
|
|
31558
|
+
.E_d1hcbfcq {
|
|
31559
|
+
font-family: Inter;
|
|
31560
|
+
font-style: normal;
|
|
31561
|
+
font-weight: bold;
|
|
31562
|
+
font-size: 20px;
|
|
31563
|
+
line-height: 24px;
|
|
31723
31564
|
}
|
|
31724
|
-
|
|
31725
|
-
|
|
31726
|
-
|
|
31565
|
+
|
|
31566
|
+
.E_d1cz922v {
|
|
31567
|
+
font-family: Inter;
|
|
31568
|
+
font-style: normal;
|
|
31569
|
+
font-weight: normal;
|
|
31570
|
+
font-size: 20px;
|
|
31571
|
+
line-height: 24px;
|
|
31727
31572
|
}
|
|
31728
31573
|
|
|
31729
|
-
.
|
|
31730
|
-
|
|
31731
|
-
|
|
31732
|
-
font-
|
|
31733
|
-
|
|
31574
|
+
.E_d3nzbrm {
|
|
31575
|
+
font-family: Inter;
|
|
31576
|
+
font-style: normal;
|
|
31577
|
+
font-weight: bold;
|
|
31578
|
+
font-size: 18px;
|
|
31579
|
+
line-height: 22px;
|
|
31734
31580
|
}
|
|
31735
31581
|
|
|
31736
|
-
.
|
|
31737
|
-
|
|
31738
|
-
font-
|
|
31739
|
-
|
|
31582
|
+
.E_d1g0p5ob {
|
|
31583
|
+
font-family: Inter;
|
|
31584
|
+
font-style: normal;
|
|
31585
|
+
font-weight: normal;
|
|
31586
|
+
font-size: 18px;
|
|
31587
|
+
line-height: 22px;
|
|
31740
31588
|
}
|
|
31741
31589
|
|
|
31742
|
-
.
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
|
|
31590
|
+
.E_hydo2ej {
|
|
31591
|
+
font-family: Inter;
|
|
31592
|
+
font-style: normal;
|
|
31593
|
+
font-weight: bold;
|
|
31594
|
+
font-size: 16px;
|
|
31595
|
+
line-height: 22px;
|
|
31746
31596
|
}
|
|
31747
|
-
|
|
31748
|
-
|
|
31597
|
+
|
|
31598
|
+
.E_h1hbuq0r {
|
|
31599
|
+
font-family: Inter;
|
|
31600
|
+
font-style: normal;
|
|
31601
|
+
font-weight: normal;
|
|
31602
|
+
font-size: 16px;
|
|
31603
|
+
line-height: 22px;
|
|
31749
31604
|
}
|
|
31750
31605
|
|
|
31751
|
-
.
|
|
31752
|
-
|
|
31606
|
+
.E_h13bondg {
|
|
31607
|
+
font-family: Inter;
|
|
31608
|
+
font-style: normal;
|
|
31609
|
+
font-weight: bold;
|
|
31610
|
+
font-size: 14px;
|
|
31611
|
+
line-height: 20px;
|
|
31753
31612
|
}
|
|
31754
31613
|
|
|
31755
|
-
.
|
|
31756
|
-
|
|
31614
|
+
.E_h1mhvdlx {
|
|
31615
|
+
font-family: Inter;
|
|
31616
|
+
font-style: normal;
|
|
31617
|
+
font-weight: normal;
|
|
31618
|
+
font-size: 14px;
|
|
31757
31619
|
line-height: 20px;
|
|
31758
|
-
color: #2d3a56;
|
|
31759
|
-
border-radius: 6px;
|
|
31760
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31761
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31762
31620
|
}
|
|
31763
|
-
|
|
31764
|
-
|
|
31765
|
-
|
|
31621
|
+
|
|
31622
|
+
.E_h1inmfq6 {
|
|
31623
|
+
font-family: Inter;
|
|
31624
|
+
font-style: normal;
|
|
31625
|
+
font-weight: bold;
|
|
31626
|
+
font-size: 12px;
|
|
31627
|
+
line-height: 18px;
|
|
31766
31628
|
}
|
|
31767
|
-
|
|
31768
|
-
|
|
31629
|
+
|
|
31630
|
+
.E_h1kfc0la {
|
|
31631
|
+
font-family: Inter;
|
|
31632
|
+
font-style: normal;
|
|
31633
|
+
font-weight: normal;
|
|
31634
|
+
font-size: 12px;
|
|
31769
31635
|
line-height: 18px;
|
|
31770
31636
|
}
|
|
31771
|
-
|
|
31772
|
-
|
|
31773
|
-
|
|
31774
|
-
|
|
31637
|
+
|
|
31638
|
+
.E_h10xnyuu {
|
|
31639
|
+
font-family: Inter;
|
|
31640
|
+
font-style: normal;
|
|
31641
|
+
font-weight: bold;
|
|
31642
|
+
text-transform: uppercase;
|
|
31643
|
+
font-feature-settings: "cpsp" on;
|
|
31644
|
+
font-size: 12px;
|
|
31645
|
+
line-height: 18px;
|
|
31775
31646
|
}
|
|
31776
|
-
|
|
31777
|
-
|
|
31778
|
-
|
|
31779
|
-
|
|
31647
|
+
|
|
31648
|
+
.E_hrcmi0v {
|
|
31649
|
+
font-family: Inter;
|
|
31650
|
+
font-style: normal;
|
|
31651
|
+
font-weight: normal;
|
|
31652
|
+
text-transform: uppercase;
|
|
31653
|
+
font-feature-settings: "cpsp" on;
|
|
31654
|
+
font-size: 12px;
|
|
31655
|
+
line-height: 18px;
|
|
31780
31656
|
}
|
|
31781
|
-
|
|
31782
|
-
|
|
31783
|
-
|
|
31657
|
+
|
|
31658
|
+
.E_lzt43lp {
|
|
31659
|
+
font-family: Inter;
|
|
31660
|
+
font-style: normal;
|
|
31661
|
+
font-weight: normal;
|
|
31662
|
+
font-size: 16px;
|
|
31663
|
+
line-height: 24px;
|
|
31784
31664
|
}
|
|
31785
|
-
|
|
31786
|
-
|
|
31787
|
-
|
|
31665
|
+
|
|
31666
|
+
.E_l5yc9nt {
|
|
31667
|
+
font-family: Inter;
|
|
31668
|
+
font-style: normal;
|
|
31669
|
+
font-weight: bold;
|
|
31670
|
+
font-size: 16px;
|
|
31671
|
+
line-height: 24px;
|
|
31788
31672
|
}
|
|
31789
|
-
|
|
31790
|
-
|
|
31791
|
-
|
|
31673
|
+
|
|
31674
|
+
.E_l1fbkbzo {
|
|
31675
|
+
font-family: Inter;
|
|
31676
|
+
font-style: normal;
|
|
31677
|
+
font-weight: normal;
|
|
31678
|
+
font-size: 16px;
|
|
31679
|
+
line-height: 24px;
|
|
31792
31680
|
}
|
|
31793
|
-
|
|
31794
|
-
|
|
31795
|
-
|
|
31796
|
-
|
|
31681
|
+
|
|
31682
|
+
.E_lahvcax {
|
|
31683
|
+
font-family: Inter;
|
|
31684
|
+
font-style: normal;
|
|
31685
|
+
font-weight: bold;
|
|
31686
|
+
font-size: 16px;
|
|
31687
|
+
line-height: 24px;
|
|
31797
31688
|
}
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
|
|
31801
|
-
|
|
31802
|
-
|
|
31803
|
-
|
|
31804
|
-
|
|
31689
|
+
|
|
31690
|
+
.E_l11q3pxd {
|
|
31691
|
+
font-family: Inter;
|
|
31692
|
+
font-style: normal;
|
|
31693
|
+
font-weight: normal;
|
|
31694
|
+
text-transform: uppercase;
|
|
31695
|
+
font-feature-settings: "cpsp" on;
|
|
31696
|
+
font-size: 16px;
|
|
31697
|
+
line-height: 24px;
|
|
31805
31698
|
}
|
|
31806
|
-
|
|
31807
|
-
.
|
|
31808
|
-
|
|
31699
|
+
|
|
31700
|
+
.E_lfuc2qu {
|
|
31701
|
+
font-family: Inter;
|
|
31702
|
+
font-style: normal;
|
|
31703
|
+
font-weight: bold;
|
|
31704
|
+
text-transform: uppercase;
|
|
31705
|
+
font-feature-settings: "cpsp" on;
|
|
31706
|
+
font-size: 16px;
|
|
31707
|
+
line-height: 24px;
|
|
31809
31708
|
}
|
|
31810
|
-
|
|
31811
|
-
|
|
31709
|
+
|
|
31710
|
+
.E_l1jmp8r0 {
|
|
31711
|
+
font-family: Inter;
|
|
31712
|
+
font-style: normal;
|
|
31713
|
+
font-weight: normal;
|
|
31714
|
+
font-size: 14px;
|
|
31812
31715
|
line-height: 22px;
|
|
31813
31716
|
}
|
|
31814
|
-
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
|
|
31821
|
-
}
|
|
31822
|
-
.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 {
|
|
31823
|
-
border-color: #0096ff;
|
|
31824
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31825
|
-
}
|
|
31826
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31827
|
-
border-color: #e75a3a;
|
|
31828
|
-
}
|
|
31829
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31830
|
-
color: #e75a3a;
|
|
31831
|
-
}
|
|
31832
|
-
.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 {
|
|
31833
|
-
border-color: #e75a3a;
|
|
31834
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31835
|
-
}
|
|
31836
|
-
.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 {
|
|
31837
|
-
border-color: #e75a3a;
|
|
31838
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31839
|
-
}
|
|
31840
|
-
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31841
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31842
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31843
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31717
|
+
|
|
31718
|
+
.E_lcnm221 {
|
|
31719
|
+
font-family: Inter;
|
|
31720
|
+
font-style: normal;
|
|
31721
|
+
font-weight: 500;
|
|
31722
|
+
font-size: 14px;
|
|
31723
|
+
line-height: 22px;
|
|
31844
31724
|
}
|
|
31845
|
-
|
|
31846
|
-
|
|
31847
|
-
|
|
31725
|
+
|
|
31726
|
+
.E_lu1z2n5 {
|
|
31727
|
+
font-family: Inter;
|
|
31728
|
+
font-style: normal;
|
|
31729
|
+
font-weight: bold;
|
|
31730
|
+
font-size: 14px;
|
|
31731
|
+
line-height: 22px;
|
|
31848
31732
|
}
|
|
31849
|
-
|
|
31850
|
-
|
|
31851
|
-
|
|
31733
|
+
|
|
31734
|
+
.E_l1r59djn {
|
|
31735
|
+
font-family: Inter;
|
|
31736
|
+
font-style: normal;
|
|
31737
|
+
font-weight: bold;
|
|
31738
|
+
text-decoration-line: line-through;
|
|
31739
|
+
text-decoration-style: solid;
|
|
31740
|
+
text-decoration-skip-ink: none;
|
|
31741
|
+
font-size: 14px;
|
|
31742
|
+
line-height: 22px;
|
|
31852
31743
|
}
|
|
31853
|
-
|
|
31854
|
-
|
|
31744
|
+
|
|
31745
|
+
.E_ljm2911 {
|
|
31746
|
+
font-family: Inter;
|
|
31747
|
+
font-style: normal;
|
|
31748
|
+
font-weight: normal;
|
|
31749
|
+
font-size: 14px;
|
|
31750
|
+
line-height: 22px;
|
|
31855
31751
|
}
|
|
31856
|
-
|
|
31857
|
-
|
|
31858
|
-
|
|
31752
|
+
|
|
31753
|
+
.E_l124mzmr {
|
|
31754
|
+
font-family: Inter;
|
|
31755
|
+
font-style: normal;
|
|
31756
|
+
font-weight: bold;
|
|
31757
|
+
font-size: 14px;
|
|
31758
|
+
line-height: 22px;
|
|
31859
31759
|
}
|
|
31860
|
-
|
|
31861
|
-
|
|
31760
|
+
|
|
31761
|
+
.E_lb3chel {
|
|
31762
|
+
font-family: Inter;
|
|
31763
|
+
font-style: normal;
|
|
31764
|
+
font-weight: normal;
|
|
31765
|
+
text-transform: uppercase;
|
|
31766
|
+
font-feature-settings: "cpsp" on;
|
|
31767
|
+
font-size: 14px;
|
|
31768
|
+
line-height: 22px;
|
|
31862
31769
|
}
|
|
31863
|
-
|
|
31864
|
-
|
|
31865
|
-
|
|
31770
|
+
|
|
31771
|
+
.E_lv9jstu {
|
|
31772
|
+
font-family: Inter;
|
|
31773
|
+
font-style: normal;
|
|
31774
|
+
font-weight: bold;
|
|
31775
|
+
text-transform: uppercase;
|
|
31776
|
+
font-feature-settings: "cpsp" on;
|
|
31777
|
+
font-size: 14px;
|
|
31778
|
+
line-height: 22px;
|
|
31866
31779
|
}
|
|
31867
|
-
|
|
31868
|
-
|
|
31780
|
+
|
|
31781
|
+
.E_lwqlh3x {
|
|
31782
|
+
font-family: Inter;
|
|
31783
|
+
font-style: normal;
|
|
31784
|
+
font-weight: normal;
|
|
31785
|
+
font-size: 13px;
|
|
31786
|
+
line-height: 20px;
|
|
31869
31787
|
}
|
|
31870
31788
|
|
|
31871
|
-
.
|
|
31872
|
-
|
|
31873
|
-
|
|
31789
|
+
.E_lalum9y {
|
|
31790
|
+
font-family: Inter;
|
|
31791
|
+
font-style: normal;
|
|
31792
|
+
font-weight: 600;
|
|
31793
|
+
font-size: 13px;
|
|
31794
|
+
line-height: 20px;
|
|
31874
31795
|
}
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
|
|
31878
|
-
|
|
31879
|
-
|
|
31880
|
-
|
|
31796
|
+
|
|
31797
|
+
.E_l1t6dj5o {
|
|
31798
|
+
font-family: Inter;
|
|
31799
|
+
font-style: normal;
|
|
31800
|
+
font-weight: bold;
|
|
31801
|
+
font-size: 13px;
|
|
31802
|
+
line-height: 20px;
|
|
31881
31803
|
}
|
|
31882
|
-
|
|
31883
|
-
|
|
31884
|
-
|
|
31804
|
+
|
|
31805
|
+
.E_l12f6ic {
|
|
31806
|
+
font-family: Inter;
|
|
31807
|
+
font-style: normal;
|
|
31808
|
+
font-weight: normal;
|
|
31809
|
+
font-size: 13px;
|
|
31810
|
+
line-height: 20px;
|
|
31885
31811
|
}
|
|
31886
|
-
|
|
31887
|
-
|
|
31812
|
+
|
|
31813
|
+
.E_l7gmukq {
|
|
31814
|
+
font-family: Inter;
|
|
31815
|
+
font-style: normal;
|
|
31816
|
+
font-weight: 600;
|
|
31817
|
+
font-size: 13px;
|
|
31818
|
+
line-height: 20px;
|
|
31888
31819
|
}
|
|
31889
|
-
|
|
31890
|
-
|
|
31820
|
+
|
|
31821
|
+
.E_lkwl0yp {
|
|
31822
|
+
font-family: Inter;
|
|
31823
|
+
font-style: normal;
|
|
31824
|
+
font-weight: bold;
|
|
31825
|
+
font-size: 13px;
|
|
31826
|
+
line-height: 20px;
|
|
31891
31827
|
}
|
|
31892
|
-
|
|
31893
|
-
|
|
31828
|
+
|
|
31829
|
+
.E_l10knv48 {
|
|
31830
|
+
font-family: Inter;
|
|
31831
|
+
font-style: normal;
|
|
31832
|
+
font-weight: normal;
|
|
31833
|
+
text-transform: uppercase;
|
|
31834
|
+
font-feature-settings: "cpsp" on;
|
|
31835
|
+
font-size: 13px;
|
|
31836
|
+
line-height: 20px;
|
|
31894
31837
|
}
|
|
31895
|
-
|
|
31896
|
-
|
|
31897
|
-
|
|
31898
|
-
|
|
31899
|
-
|
|
31838
|
+
|
|
31839
|
+
.E_l6526ld {
|
|
31840
|
+
font-family: Inter;
|
|
31841
|
+
font-style: normal;
|
|
31842
|
+
font-weight: bold;
|
|
31843
|
+
text-transform: uppercase;
|
|
31844
|
+
font-feature-settings: "cpsp" on;
|
|
31845
|
+
font-size: 13px;
|
|
31846
|
+
line-height: 20px;
|
|
31900
31847
|
}
|
|
31901
|
-
|
|
31902
|
-
|
|
31848
|
+
|
|
31849
|
+
.E_l1j81vli {
|
|
31850
|
+
font-family: Inter;
|
|
31851
|
+
font-style: normal;
|
|
31852
|
+
font-weight: normal;
|
|
31903
31853
|
font-size: 12px;
|
|
31904
|
-
|
|
31905
|
-
}
|
|
31906
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31907
|
-
color: rgba(0, 0, 0, 0.45);
|
|
31908
|
-
}
|
|
31909
|
-
.E_k1ci6977.has-focus-indicator {
|
|
31910
|
-
position: relative;
|
|
31911
|
-
overflow: hidden;
|
|
31912
|
-
}
|
|
31913
|
-
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31914
|
-
position: absolute;
|
|
31915
|
-
top: 50%;
|
|
31916
|
-
transform: translateY(-50%);
|
|
31917
|
-
left: -16px;
|
|
31918
|
-
transition: left 150ms ease;
|
|
31919
|
-
opacity: 0;
|
|
31920
|
-
}
|
|
31921
|
-
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31922
|
-
left: 8px;
|
|
31923
|
-
opacity: 1;
|
|
31924
|
-
}
|
|
31925
|
-
.E_k1ci6977.has-focus-indicator input {
|
|
31926
|
-
transition: margin-left 150ms ease;
|
|
31927
|
-
margin-left: 0px;
|
|
31928
|
-
}
|
|
31929
|
-
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31930
|
-
margin-left: 16px;
|
|
31854
|
+
line-height: 18px;
|
|
31931
31855
|
}
|
|
31932
31856
|
|
|
31933
|
-
|
|
31934
|
-
|
|
31935
|
-
|
|
31857
|
+
.E_l1x7n1mk {
|
|
31858
|
+
font-family: Inter;
|
|
31859
|
+
font-style: normal;
|
|
31860
|
+
font-weight: 500;
|
|
31861
|
+
font-size: 12px;
|
|
31862
|
+
line-height: 18px;
|
|
31936
31863
|
}
|
|
31937
31864
|
|
|
31938
|
-
.
|
|
31939
|
-
|
|
31940
|
-
|
|
31865
|
+
.E_l9fqufz {
|
|
31866
|
+
font-family: Inter;
|
|
31867
|
+
font-style: normal;
|
|
31868
|
+
font-weight: bold;
|
|
31869
|
+
font-size: 12px;
|
|
31870
|
+
line-height: 18px;
|
|
31941
31871
|
}
|
|
31942
31872
|
|
|
31943
|
-
|
|
31944
|
-
|
|
31945
|
-
|
|
31873
|
+
.E_l1iwnybd {
|
|
31874
|
+
font-family: Inter;
|
|
31875
|
+
font-style: normal;
|
|
31876
|
+
font-weight: normal;
|
|
31877
|
+
font-size: 12px;
|
|
31878
|
+
line-height: 18px;
|
|
31946
31879
|
}
|
|
31947
31880
|
|
|
31948
|
-
.
|
|
31949
|
-
|
|
31950
|
-
|
|
31881
|
+
.E_lprtm1e {
|
|
31882
|
+
font-family: Inter;
|
|
31883
|
+
font-style: normal;
|
|
31884
|
+
font-weight: 500;
|
|
31885
|
+
font-size: 12px;
|
|
31886
|
+
line-height: 18px;
|
|
31951
31887
|
}
|
|
31952
31888
|
|
|
31953
|
-
.
|
|
31954
|
-
|
|
31955
|
-
|
|
31889
|
+
.E_l1lln87h {
|
|
31890
|
+
font-family: Inter;
|
|
31891
|
+
font-style: normal;
|
|
31892
|
+
font-weight: bold;
|
|
31893
|
+
font-size: 12px;
|
|
31894
|
+
line-height: 18px;
|
|
31956
31895
|
}
|
|
31957
31896
|
|
|
31958
|
-
.
|
|
31959
|
-
|
|
31960
|
-
|
|
31897
|
+
.E_l2pb48l {
|
|
31898
|
+
font-family: Inter;
|
|
31899
|
+
font-style: normal;
|
|
31900
|
+
font-weight: normal;
|
|
31901
|
+
text-transform: uppercase;
|
|
31902
|
+
font-feature-settings: "cpsp" on;
|
|
31903
|
+
font-size: 12px;
|
|
31904
|
+
line-height: 18px;
|
|
31961
31905
|
}
|
|
31962
31906
|
|
|
31963
|
-
.
|
|
31964
|
-
|
|
31965
|
-
|
|
31966
|
-
|
|
31967
|
-
|
|
31968
|
-
|
|
31907
|
+
.E_li9emkw {
|
|
31908
|
+
font-family: Inter;
|
|
31909
|
+
font-style: normal;
|
|
31910
|
+
font-weight: bold;
|
|
31911
|
+
text-transform: uppercase;
|
|
31912
|
+
font-feature-settings: "cpsp" on;
|
|
31913
|
+
font-size: 12px;
|
|
31914
|
+
line-height: 18px;
|
|
31969
31915
|
}
|
|
31970
|
-
|
|
31971
|
-
|
|
31916
|
+
|
|
31917
|
+
.E_f1nrg7da {
|
|
31918
|
+
font-family: Inter;
|
|
31919
|
+
font-style: normal;
|
|
31920
|
+
font-weight: normal;
|
|
31921
|
+
font-size: 13px;
|
|
31922
|
+
line-height: 20px;
|
|
31972
31923
|
}
|
|
31973
|
-
|
|
31974
|
-
|
|
31924
|
+
|
|
31925
|
+
.E_f17k1i3n {
|
|
31926
|
+
font-family: Inter;
|
|
31927
|
+
font-style: normal;
|
|
31928
|
+
font-weight: normal;
|
|
31929
|
+
font-size: 13px;
|
|
31930
|
+
line-height: 20px;
|
|
31975
31931
|
}
|
|
31976
|
-
|
|
31977
|
-
|
|
31932
|
+
|
|
31933
|
+
.E_f1tvuj2e {
|
|
31934
|
+
font-family: Inter;
|
|
31935
|
+
font-style: normal;
|
|
31936
|
+
font-weight: normal;
|
|
31937
|
+
font-size: 12px;
|
|
31938
|
+
line-height: 18px;
|
|
31978
31939
|
}
|
|
31979
31940
|
|
|
31980
|
-
.
|
|
31981
|
-
font-
|
|
31982
|
-
font-
|
|
31983
|
-
|
|
31941
|
+
.E_f17uajlu {
|
|
31942
|
+
font-family: Inter;
|
|
31943
|
+
font-style: normal;
|
|
31944
|
+
font-weight: normal;
|
|
31945
|
+
font-size: 12px;
|
|
31984
31946
|
line-height: 18px;
|
|
31985
31947
|
}
|
|
31986
|
-
|
|
31987
|
-
|
|
31948
|
+
|
|
31949
|
+
.E_t114zbyz {
|
|
31950
|
+
font-family: Inter;
|
|
31951
|
+
font-style: normal;
|
|
31952
|
+
font-weight: normal;
|
|
31953
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31954
|
+
font-size: 13px;
|
|
31955
|
+
line-height: 20px;
|
|
31988
31956
|
}
|
|
31989
|
-
|
|
31990
|
-
|
|
31957
|
+
|
|
31958
|
+
.E_t1il0kvi {
|
|
31959
|
+
font-family: Inter;
|
|
31960
|
+
font-style: normal;
|
|
31961
|
+
font-weight: normal;
|
|
31962
|
+
font-feature-settings: "zero" on;
|
|
31963
|
+
font-size: 13px;
|
|
31964
|
+
line-height: 20px;
|
|
31965
|
+
}
|
|
31966
|
+
|
|
31967
|
+
.E_t10dv8p1 {
|
|
31968
|
+
font-family: Inter;
|
|
31969
|
+
font-style: normal;
|
|
31970
|
+
font-weight: normal;
|
|
31971
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31972
|
+
font-size: 12px;
|
|
31973
|
+
line-height: 18px;
|
|
31991
31974
|
}
|
|
31992
31975
|
|
|
31993
|
-
.
|
|
31976
|
+
.E_tc2oqpq {
|
|
31977
|
+
font-family: Inter;
|
|
31978
|
+
font-style: normal;
|
|
31979
|
+
font-weight: 500;
|
|
31980
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31994
31981
|
font-size: 12px;
|
|
31995
|
-
|
|
31996
|
-
margin-top: 12px;
|
|
31982
|
+
line-height: 18px;
|
|
31997
31983
|
}
|
|
31998
31984
|
|
|
31999
|
-
.
|
|
31985
|
+
.E_tzvddmc {
|
|
31986
|
+
font-family: Inter;
|
|
31987
|
+
font-style: normal;
|
|
31988
|
+
font-weight: normal;
|
|
31989
|
+
font-feature-settings: "zero" on;
|
|
31990
|
+
font-size: 12px;
|
|
32000
31991
|
line-height: 18px;
|
|
31992
|
+
}
|
|
31993
|
+
|
|
31994
|
+
.E_t18llj45 {
|
|
31995
|
+
font-family: Inter;
|
|
31996
|
+
font-style: normal;
|
|
32001
31997
|
font-weight: 500;
|
|
32002
|
-
|
|
32003
|
-
|
|
31998
|
+
font-feature-settings: "zero" on;
|
|
31999
|
+
font-size: 12px;
|
|
32000
|
+
line-height: 18px;
|
|
32004
32001
|
}
|
|
32005
32002
|
|
|
32006
|
-
.
|
|
32007
|
-
|
|
32003
|
+
.E_t1rw95vc {
|
|
32004
|
+
font-family: Inter;
|
|
32005
|
+
font-style: normal;
|
|
32006
|
+
font-weight: bold;
|
|
32007
|
+
font-feature-settings: "zero" on;
|
|
32008
|
+
font-size: 16px;
|
|
32009
|
+
line-height: 24px;
|
|
32008
32010
|
}
|
|
32009
|
-
|
|
32010
|
-
|
|
32011
|
-
font-
|
|
32012
|
-
|
|
32013
|
-
|
|
32011
|
+
|
|
32012
|
+
.E_u1fx9fic {
|
|
32013
|
+
font-family: Inter;
|
|
32014
|
+
font-style: normal;
|
|
32015
|
+
font-weight: normal;
|
|
32016
|
+
font-size: 10px;
|
|
32017
|
+
line-height: 12px;
|
|
32014
32018
|
}
|
|
32015
32019
|
|
|
32016
|
-
.
|
|
32017
|
-
|
|
32018
|
-
|
|
32019
|
-
|
|
32020
|
-
|
|
32021
|
-
|
|
32020
|
+
.E_m196gn1d {
|
|
32021
|
+
min-width: 1280px;
|
|
32022
|
+
}
|
|
32023
|
+
|
|
32024
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32025
|
+
display: inline-flex;
|
|
32026
|
+
align-items: center;
|
|
32027
|
+
justify-content: center;
|
|
32028
|
+
color: #fff;
|
|
32029
|
+
font-weight: bold;
|
|
32022
32030
|
font-size: 12px;
|
|
32031
|
+
width: 24px;
|
|
32032
|
+
height: 24px;
|
|
32033
|
+
border-radius: 50%;
|
|
32034
|
+
background: var(--a1b5xrg3-0);
|
|
32023
32035
|
}
|
|
32024
|
-
.
|
|
32025
|
-
|
|
32026
|
-
|
|
32036
|
+
.E_a1b5xrg3.btn-item {
|
|
32037
|
+
transition: all 160ms ease;
|
|
32038
|
+
cursor: pointer;
|
|
32039
|
+
width: 56px;
|
|
32040
|
+
height: 40px;
|
|
32041
|
+
display: inline-flex;
|
|
32027
32042
|
align-items: center;
|
|
32028
|
-
|
|
32043
|
+
justify-content: center;
|
|
32044
|
+
border-radius: 6px;
|
|
32029
32045
|
}
|
|
32030
|
-
.
|
|
32031
|
-
|
|
32032
|
-
|
|
32033
|
-
|
|
32046
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32047
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32048
|
+
}
|
|
32049
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32050
|
+
transform: translateY(2px);
|
|
32051
|
+
transition: all 320ms ease;
|
|
32034
32052
|
}
|
|
32035
32053
|
|
|
32036
|
-
.
|
|
32037
|
-
|
|
32054
|
+
.E_owd0kml {
|
|
32055
|
+
display: inline-block;
|
|
32038
32056
|
}
|
|
32039
32057
|
|
|
32040
|
-
.
|
|
32041
|
-
|
|
32058
|
+
.E_h1jsgezc {
|
|
32059
|
+
visibility: hidden;
|
|
32060
|
+
position: absolute;
|
|
32042
32061
|
}
|
|
32043
32062
|
|
|
32044
32063
|
.E_meo40fy {
|
|
@@ -32644,58 +32663,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32644
32663
|
width: 1px;
|
|
32645
32664
|
}
|
|
32646
32665
|
|
|
32647
|
-
button.E_l48ei06.ant-btn,
|
|
32648
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32649
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32650
|
-
font-size: 12px;
|
|
32651
|
-
line-height: 18px;
|
|
32652
|
-
height: 18px;
|
|
32653
|
-
}
|
|
32654
|
-
|
|
32655
|
-
button.E_l48ei06 {
|
|
32656
|
-
color: #0080FF;
|
|
32657
|
-
height: unset;
|
|
32658
|
-
}
|
|
32659
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
32660
|
-
margin-right: 4px;
|
|
32661
|
-
}
|
|
32662
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32663
|
-
margin-left: 4px;
|
|
32664
|
-
}
|
|
32665
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32666
|
-
color: #009DFF;
|
|
32667
|
-
}
|
|
32668
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32669
|
-
color: #005ED1;
|
|
32670
|
-
}
|
|
32671
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32672
|
-
color: #0080FF;
|
|
32673
|
-
}
|
|
32674
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
32675
|
-
color: #00122E;
|
|
32676
|
-
}
|
|
32677
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32678
|
-
color: #0080FF;
|
|
32679
|
-
}
|
|
32680
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32681
|
-
color: #005ED1;
|
|
32682
|
-
}
|
|
32683
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32684
|
-
color: #00122E;
|
|
32685
|
-
}
|
|
32686
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
32687
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32688
|
-
}
|
|
32689
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32690
|
-
color: #0080FF;
|
|
32691
|
-
}
|
|
32692
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32693
|
-
color: #005ED1;
|
|
32694
|
-
}
|
|
32695
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32696
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32697
|
-
}
|
|
32698
|
-
|
|
32699
32666
|
.E_h12yihis {
|
|
32700
32667
|
height: 50px;
|
|
32701
32668
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32916,6 +32883,58 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
32916
32883
|
position: static;
|
|
32917
32884
|
}
|
|
32918
32885
|
|
|
32886
|
+
button.E_l48ei06.ant-btn,
|
|
32887
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32888
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32889
|
+
font-size: 12px;
|
|
32890
|
+
line-height: 18px;
|
|
32891
|
+
height: 18px;
|
|
32892
|
+
}
|
|
32893
|
+
|
|
32894
|
+
button.E_l48ei06 {
|
|
32895
|
+
color: #0080FF;
|
|
32896
|
+
height: unset;
|
|
32897
|
+
}
|
|
32898
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
32899
|
+
margin-right: 4px;
|
|
32900
|
+
}
|
|
32901
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
32902
|
+
margin-left: 4px;
|
|
32903
|
+
}
|
|
32904
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32905
|
+
color: #009DFF;
|
|
32906
|
+
}
|
|
32907
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32908
|
+
color: #005ED1;
|
|
32909
|
+
}
|
|
32910
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32911
|
+
color: #0080FF;
|
|
32912
|
+
}
|
|
32913
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
32914
|
+
color: #00122E;
|
|
32915
|
+
}
|
|
32916
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32917
|
+
color: #0080FF;
|
|
32918
|
+
}
|
|
32919
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32920
|
+
color: #005ED1;
|
|
32921
|
+
}
|
|
32922
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32923
|
+
color: #00122E;
|
|
32924
|
+
}
|
|
32925
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
32926
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32927
|
+
}
|
|
32928
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32929
|
+
color: #0080FF;
|
|
32930
|
+
}
|
|
32931
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32932
|
+
color: #005ED1;
|
|
32933
|
+
}
|
|
32934
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32935
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32936
|
+
}
|
|
32937
|
+
|
|
32919
32938
|
.E_sddwhm6 {
|
|
32920
32939
|
margin: 0;
|
|
32921
32940
|
border-radius: 20px;
|
|
@@ -33420,68 +33439,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33420
33439
|
background: #fff;
|
|
33421
33440
|
}
|
|
33422
33441
|
|
|
33423
|
-
.
|
|
33424
|
-
color: #2d3a56;
|
|
33425
|
-
line-height: 22px;
|
|
33426
|
-
display: inline-flex;
|
|
33427
|
-
}
|
|
33428
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33429
|
-
height: 22px;
|
|
33442
|
+
.E_r77hffu {
|
|
33430
33443
|
display: flex;
|
|
33431
|
-
align-items: center;
|
|
33432
|
-
|
|
33433
|
-
|
|
33434
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33435
|
-
border: none;
|
|
33436
|
-
}
|
|
33437
|
-
.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 {
|
|
33438
|
-
border-color: #0080ff;
|
|
33439
|
-
}
|
|
33440
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33441
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33442
|
-
}
|
|
33443
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33444
|
-
border: 1px solid #0080ff;
|
|
33445
|
-
}
|
|
33446
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33447
|
-
background: #0080ff;
|
|
33448
|
-
}
|
|
33449
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33450
|
-
background-color: #fff;
|
|
33451
|
-
height: 2px;
|
|
33452
|
-
width: 10px;
|
|
33453
|
-
border-radius: 2px;
|
|
33454
|
-
}
|
|
33455
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33456
|
-
opacity: 0.5;
|
|
33457
|
-
}
|
|
33458
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33459
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33460
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33461
|
-
}
|
|
33462
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33463
|
-
border-color: #2d3a56;
|
|
33464
|
-
}
|
|
33465
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33466
|
-
background: #2d3a56;
|
|
33467
|
-
}
|
|
33468
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33469
|
-
padding: 0;
|
|
33470
|
-
}
|
|
33471
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33472
|
-
display: inline-block;
|
|
33473
|
-
margin-left: 12px;
|
|
33474
|
-
color: #2d3a56;
|
|
33475
|
-
}
|
|
33476
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33477
|
-
margin-left: 28px;
|
|
33478
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33444
|
+
align-items: center;
|
|
33445
|
+
justify-content: space-between;
|
|
33446
|
+
column-gap: 6px;
|
|
33479
33447
|
}
|
|
33480
|
-
|
|
33481
|
-
|
|
33448
|
+
|
|
33449
|
+
.E_p1cmxsf7 {
|
|
33450
|
+
display: flex;
|
|
33451
|
+
flex-direction: column;
|
|
33452
|
+
justify-content: center;
|
|
33453
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33482
33454
|
}
|
|
33483
|
-
.
|
|
33484
|
-
|
|
33455
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33456
|
+
font-size: 0;
|
|
33457
|
+
margin-bottom: unset;
|
|
33458
|
+
margin-inline-end: unset;
|
|
33485
33459
|
}
|
|
33486
33460
|
|
|
33487
33461
|
.E_c1kghdax {
|
|
@@ -33707,6 +33681,70 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33707
33681
|
opacity: 0.5;
|
|
33708
33682
|
}
|
|
33709
33683
|
|
|
33684
|
+
.E_ckui4s7 {
|
|
33685
|
+
color: #2d3a56;
|
|
33686
|
+
line-height: 22px;
|
|
33687
|
+
display: inline-flex;
|
|
33688
|
+
}
|
|
33689
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33690
|
+
height: 22px;
|
|
33691
|
+
display: flex;
|
|
33692
|
+
align-items: center;
|
|
33693
|
+
top: 0;
|
|
33694
|
+
}
|
|
33695
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33696
|
+
border: none;
|
|
33697
|
+
}
|
|
33698
|
+
.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 {
|
|
33699
|
+
border-color: #0080ff;
|
|
33700
|
+
}
|
|
33701
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33702
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33703
|
+
}
|
|
33704
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33705
|
+
border: 1px solid #0080ff;
|
|
33706
|
+
}
|
|
33707
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33708
|
+
background: #0080ff;
|
|
33709
|
+
}
|
|
33710
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33711
|
+
background-color: #fff;
|
|
33712
|
+
height: 2px;
|
|
33713
|
+
width: 10px;
|
|
33714
|
+
border-radius: 2px;
|
|
33715
|
+
}
|
|
33716
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33717
|
+
opacity: 0.5;
|
|
33718
|
+
}
|
|
33719
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33720
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33721
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33722
|
+
}
|
|
33723
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33724
|
+
border-color: #2d3a56;
|
|
33725
|
+
}
|
|
33726
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33727
|
+
background: #2d3a56;
|
|
33728
|
+
}
|
|
33729
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33730
|
+
padding: 0;
|
|
33731
|
+
}
|
|
33732
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33733
|
+
display: inline-block;
|
|
33734
|
+
margin-left: 12px;
|
|
33735
|
+
color: #2d3a56;
|
|
33736
|
+
}
|
|
33737
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33738
|
+
margin-left: 28px;
|
|
33739
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33740
|
+
}
|
|
33741
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33742
|
+
margin-left: 8px;
|
|
33743
|
+
}
|
|
33744
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33745
|
+
margin-left: 24px;
|
|
33746
|
+
}
|
|
33747
|
+
|
|
33710
33748
|
.E_lht19u8 {
|
|
33711
33749
|
width: 64px;
|
|
33712
33750
|
height: 64px;
|
|
@@ -33756,6 +33794,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33756
33794
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33757
33795
|
}
|
|
33758
33796
|
|
|
33797
|
+
.E_b14q2gmw {
|
|
33798
|
+
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);
|
|
33799
|
+
}
|
|
33800
|
+
|
|
33801
|
+
.E_c1eym6el {
|
|
33802
|
+
border-radius: 8px;
|
|
33803
|
+
background-color: white;
|
|
33804
|
+
}
|
|
33805
|
+
.E_c1eym6el.hoverable {
|
|
33806
|
+
cursor: pointer;
|
|
33807
|
+
}
|
|
33808
|
+
.E_c1eym6el.hoverable:hover {
|
|
33809
|
+
transition: all 200ms ease;
|
|
33810
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33811
|
+
transform: translateY(-4px);
|
|
33812
|
+
}
|
|
33813
|
+
|
|
33759
33814
|
.E_t1tbywr9 {
|
|
33760
33815
|
width: 100%;
|
|
33761
33816
|
flex: 1;
|
|
@@ -33884,7 +33939,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33884
33939
|
background: rgba(0, 136, 255, 0.1);
|
|
33885
33940
|
color: #0080ff;
|
|
33886
33941
|
}
|
|
33887
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.
|
|
33942
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_lahvcax {
|
|
33888
33943
|
font-family: Inter;
|
|
33889
33944
|
font-style: normal;
|
|
33890
33945
|
font-weight: bold !important;
|
|
@@ -33917,23 +33972,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33917
33972
|
height: 16px;
|
|
33918
33973
|
}
|
|
33919
33974
|
|
|
33920
|
-
.E_b14q2gmw {
|
|
33921
|
-
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);
|
|
33922
|
-
}
|
|
33923
|
-
|
|
33924
|
-
.E_c1eym6el {
|
|
33925
|
-
border-radius: 8px;
|
|
33926
|
-
background-color: white;
|
|
33927
|
-
}
|
|
33928
|
-
.E_c1eym6el.hoverable {
|
|
33929
|
-
cursor: pointer;
|
|
33930
|
-
}
|
|
33931
|
-
.E_c1eym6el.hoverable:hover {
|
|
33932
|
-
transition: all 200ms ease;
|
|
33933
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33934
|
-
transform: translateY(-4px);
|
|
33935
|
-
}
|
|
33936
|
-
|
|
33937
33975
|
.E_l1ucdodl {
|
|
33938
33976
|
margin: 0;
|
|
33939
33977
|
border-radius: 20px;
|
|
@@ -34002,25 +34040,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34002
34040
|
flex: 1;
|
|
34003
34041
|
}
|
|
34004
34042
|
|
|
34005
|
-
.E_r77hffu {
|
|
34006
|
-
display: flex;
|
|
34007
|
-
align-items: center;
|
|
34008
|
-
justify-content: space-between;
|
|
34009
|
-
column-gap: 6px;
|
|
34010
|
-
}
|
|
34011
|
-
|
|
34012
|
-
.E_p1cmxsf7 {
|
|
34013
|
-
display: flex;
|
|
34014
|
-
flex-direction: column;
|
|
34015
|
-
justify-content: center;
|
|
34016
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34017
|
-
}
|
|
34018
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34019
|
-
font-size: 0;
|
|
34020
|
-
margin-bottom: unset;
|
|
34021
|
-
margin-inline-end: unset;
|
|
34022
|
-
}
|
|
34023
|
-
|
|
34024
34043
|
.E_w7ob4th.outside-tag {
|
|
34025
34044
|
padding-left: 0;
|
|
34026
34045
|
}
|
|
@@ -34030,6 +34049,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34030
34049
|
margin-right: 4px;
|
|
34031
34050
|
}
|
|
34032
34051
|
|
|
34052
|
+
.E_slr2ynn {
|
|
34053
|
+
padding: 0 8px;
|
|
34054
|
+
height: 18px;
|
|
34055
|
+
}
|
|
34056
|
+
|
|
34057
|
+
.E_m140wbb6 {
|
|
34058
|
+
padding: 2px 8px;
|
|
34059
|
+
height: 24px;
|
|
34060
|
+
}
|
|
34061
|
+
|
|
34062
|
+
.E_t1fozc1i {
|
|
34063
|
+
margin: 0;
|
|
34064
|
+
}
|
|
34065
|
+
|
|
34066
|
+
.E_i1vxv4ln {
|
|
34067
|
+
margin-right: 4px;
|
|
34068
|
+
height: 16px;
|
|
34069
|
+
}
|
|
34070
|
+
|
|
34071
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34072
|
+
font-weight: 700;
|
|
34073
|
+
color: #00122E;
|
|
34074
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34075
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34076
|
+
word-break: break-all;
|
|
34077
|
+
display: inline;
|
|
34078
|
+
white-space: normal;
|
|
34079
|
+
}
|
|
34080
|
+
|
|
34033
34081
|
.E_t1dtlqs1 {
|
|
34034
34082
|
margin-bottom: 4px;
|
|
34035
34083
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34239,35 +34287,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34239
34287
|
margin-right: 8px;
|
|
34240
34288
|
}
|
|
34241
34289
|
|
|
34242
|
-
.E_slr2ynn {
|
|
34243
|
-
padding: 0 8px;
|
|
34244
|
-
height: 18px;
|
|
34245
|
-
}
|
|
34246
|
-
|
|
34247
|
-
.E_m140wbb6 {
|
|
34248
|
-
padding: 2px 8px;
|
|
34249
|
-
height: 24px;
|
|
34250
|
-
}
|
|
34251
|
-
|
|
34252
|
-
.E_t1fozc1i {
|
|
34253
|
-
margin: 0;
|
|
34254
|
-
}
|
|
34255
|
-
|
|
34256
|
-
.E_i1vxv4ln {
|
|
34257
|
-
margin-right: 4px;
|
|
34258
|
-
height: 16px;
|
|
34259
|
-
}
|
|
34260
|
-
|
|
34261
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34262
|
-
font-weight: 700;
|
|
34263
|
-
color: #00122E;
|
|
34264
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34265
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34266
|
-
word-break: break-all;
|
|
34267
|
-
display: inline;
|
|
34268
|
-
white-space: normal;
|
|
34269
|
-
}
|
|
34270
|
-
|
|
34271
34290
|
.E_sjob3jg {
|
|
34272
34291
|
--item-min-width: 60px;
|
|
34273
34292
|
}
|
|
@@ -34901,6 +34920,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34901
34920
|
background-color: #E07F00;
|
|
34902
34921
|
}
|
|
34903
34922
|
|
|
34923
|
+
.E_b1jaupqb {
|
|
34924
|
+
color: #F0483E;
|
|
34925
|
+
}
|
|
34926
|
+
|
|
34904
34927
|
.E_t59qhqp {
|
|
34905
34928
|
padding: 0px;
|
|
34906
34929
|
padding-top: 5px;
|
|
@@ -34949,10 +34972,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34949
34972
|
color: #00122E;
|
|
34950
34973
|
}
|
|
34951
34974
|
|
|
34952
|
-
.E_b1jaupqb {
|
|
34953
|
-
color: #F0483E;
|
|
34954
|
-
}
|
|
34955
|
-
|
|
34956
34975
|
.E_icab5o7 {
|
|
34957
34976
|
--modal-to-viewport-margin: 10px;
|
|
34958
34977
|
--modal-body-padding-bottom: 40px;
|
|
@@ -35149,68 +35168,34 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35149
35168
|
.E_c1bad0d {
|
|
35150
35169
|
font-weight: bold;
|
|
35151
35170
|
}
|
|
35152
|
-
|
|
35153
|
-
.E_s20iney.skeleton-box {
|
|
35154
|
-
display: flex;
|
|
35155
|
-
align-items: center;
|
|
35156
|
-
justify-content: center;
|
|
35157
|
-
position: relative;
|
|
35158
|
-
border-radius: 2px;
|
|
35159
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35160
|
-
overflow: hidden;
|
|
35161
|
-
}
|
|
35162
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35163
|
-
width: 200%;
|
|
35164
|
-
height: 200%;
|
|
35165
|
-
transform: rotate(15deg);
|
|
35166
|
-
position: absolute;
|
|
35167
|
-
top: -50%;
|
|
35168
|
-
flex-shrink: 0;
|
|
35169
|
-
opacity: 0.8;
|
|
35170
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35171
|
-
animation: shimmer 1100ms infinite;
|
|
35172
|
-
}
|
|
35173
|
-
@keyframes shimmer {
|
|
35174
|
-
from {
|
|
35175
|
-
left: -120%;
|
|
35176
|
-
}
|
|
35177
|
-
to {
|
|
35178
|
-
left: 100%;
|
|
35179
|
-
}
|
|
35180
|
-
}
|
|
35181
|
-
|
|
35182
|
-
.E_sqv6dmy {
|
|
35183
|
-
display: flex;
|
|
35184
|
-
justify-content: flex-end;
|
|
35185
|
-
}
|
|
35186
|
-
|
|
35187
|
-
.E_p1rm8wzb {
|
|
35188
|
-
margin-right: 8px;
|
|
35189
|
-
}
|
|
35190
|
-
|
|
35191
|
-
.E_sd7qcf4 {
|
|
35192
|
-
height: 100%;
|
|
35193
|
-
width: 100%;
|
|
35194
|
-
overflow: auto;
|
|
35195
|
-
}
|
|
35196
|
-
|
|
35197
|
-
.E_r1fxc9gq.right {
|
|
35198
|
-
overflow: auto;
|
|
35199
|
-
padding-right: 2px;
|
|
35200
|
-
width: 200px;
|
|
35201
|
-
height: fit-content;
|
|
35202
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35203
|
-
scrollbar-gutter: stable;
|
|
35204
|
-
}
|
|
35205
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35206
|
-
width: 6px;
|
|
35207
|
-
}
|
|
35208
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35171
|
+
|
|
35172
|
+
.E_s20iney.skeleton-box {
|
|
35173
|
+
display: flex;
|
|
35174
|
+
align-items: center;
|
|
35175
|
+
justify-content: center;
|
|
35176
|
+
position: relative;
|
|
35177
|
+
border-radius: 2px;
|
|
35209
35178
|
background: rgba(225, 230, 241, 0.6);
|
|
35179
|
+
overflow: hidden;
|
|
35210
35180
|
}
|
|
35211
|
-
.
|
|
35212
|
-
|
|
35213
|
-
|
|
35181
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35182
|
+
width: 200%;
|
|
35183
|
+
height: 200%;
|
|
35184
|
+
transform: rotate(15deg);
|
|
35185
|
+
position: absolute;
|
|
35186
|
+
top: -50%;
|
|
35187
|
+
flex-shrink: 0;
|
|
35188
|
+
opacity: 0.8;
|
|
35189
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35190
|
+
animation: shimmer 1100ms infinite;
|
|
35191
|
+
}
|
|
35192
|
+
@keyframes shimmer {
|
|
35193
|
+
from {
|
|
35194
|
+
left: -120%;
|
|
35195
|
+
}
|
|
35196
|
+
to {
|
|
35197
|
+
left: 100%;
|
|
35198
|
+
}
|
|
35214
35199
|
}
|
|
35215
35200
|
|
|
35216
35201
|
.E_dxyv8bv {
|
|
@@ -35351,6 +35336,40 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35351
35336
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
35352
35337
|
}
|
|
35353
35338
|
|
|
35339
|
+
.E_sqv6dmy {
|
|
35340
|
+
display: flex;
|
|
35341
|
+
justify-content: flex-end;
|
|
35342
|
+
}
|
|
35343
|
+
|
|
35344
|
+
.E_p1rm8wzb {
|
|
35345
|
+
margin-right: 8px;
|
|
35346
|
+
}
|
|
35347
|
+
|
|
35348
|
+
.E_sd7qcf4 {
|
|
35349
|
+
height: 100%;
|
|
35350
|
+
width: 100%;
|
|
35351
|
+
overflow: auto;
|
|
35352
|
+
}
|
|
35353
|
+
|
|
35354
|
+
.E_r1fxc9gq.right {
|
|
35355
|
+
overflow: auto;
|
|
35356
|
+
padding-right: 2px;
|
|
35357
|
+
width: 200px;
|
|
35358
|
+
height: fit-content;
|
|
35359
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35360
|
+
scrollbar-gutter: stable;
|
|
35361
|
+
}
|
|
35362
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35363
|
+
width: 6px;
|
|
35364
|
+
}
|
|
35365
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35366
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35367
|
+
}
|
|
35368
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35369
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35370
|
+
border-radius: 8px;
|
|
35371
|
+
}
|
|
35372
|
+
|
|
35354
35373
|
.E_t1g36k2w {
|
|
35355
35374
|
overflow: hidden;
|
|
35356
35375
|
height: 100%;
|
|
@@ -35429,6 +35448,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35429
35448
|
overflow: hidden;
|
|
35430
35449
|
}
|
|
35431
35450
|
|
|
35451
|
+
.E_t1616y1o {
|
|
35452
|
+
color: #fff;
|
|
35453
|
+
}
|
|
35454
|
+
|
|
35432
35455
|
.E_t1gvlxt5 {
|
|
35433
35456
|
min-width: 0;
|
|
35434
35457
|
flex: 1;
|
|
@@ -35452,10 +35475,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35452
35475
|
column-gap: var(--a1ji6r68-0);
|
|
35453
35476
|
}
|
|
35454
35477
|
|
|
35455
|
-
.E_t1616y1o {
|
|
35456
|
-
color: #fff;
|
|
35457
|
-
}
|
|
35458
|
-
|
|
35459
35478
|
.E_f16blduf.ant-form-item {
|
|
35460
35479
|
margin-bottom: 0;
|
|
35461
35480
|
}
|
|
@@ -35527,29 +35546,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35527
35546
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35528
35547
|
}
|
|
35529
35548
|
|
|
35530
|
-
.E_gmyahx3 {
|
|
35531
|
-
cursor: pointer;
|
|
35532
|
-
}
|
|
35533
|
-
.E_gmyahx3 .link-text {
|
|
35534
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35535
|
-
}
|
|
35536
|
-
.E_gmyahx3:hover .link-text {
|
|
35537
|
-
color: #0080ff;
|
|
35538
|
-
}
|
|
35539
|
-
|
|
35540
|
-
.E_skwah65 {
|
|
35541
|
-
height: 8px;
|
|
35542
|
-
box-sizing: border-box;
|
|
35543
|
-
border-radius: 2px;
|
|
35544
|
-
background: #f5f7fa;
|
|
35545
|
-
display: flex;
|
|
35546
|
-
width: 100%;
|
|
35547
|
-
overflow: hidden;
|
|
35548
|
-
}
|
|
35549
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35550
|
-
margin-left: 1px;
|
|
35551
|
-
}
|
|
35552
|
-
|
|
35553
35549
|
.E_s1ebs0ra {
|
|
35554
35550
|
display: flex;
|
|
35555
35551
|
align-items: center;
|
|
@@ -35617,6 +35613,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35617
35613
|
gap: 4px;
|
|
35618
35614
|
}
|
|
35619
35615
|
|
|
35616
|
+
.E_skwah65 {
|
|
35617
|
+
height: 8px;
|
|
35618
|
+
box-sizing: border-box;
|
|
35619
|
+
border-radius: 2px;
|
|
35620
|
+
background: #f5f7fa;
|
|
35621
|
+
display: flex;
|
|
35622
|
+
width: 100%;
|
|
35623
|
+
overflow: hidden;
|
|
35624
|
+
}
|
|
35625
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35626
|
+
margin-left: 1px;
|
|
35627
|
+
}
|
|
35628
|
+
|
|
35620
35629
|
.E_c18bcrac {
|
|
35621
35630
|
display: inline-block;
|
|
35622
35631
|
width: 100%;
|
|
@@ -35667,6 +35676,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35667
35676
|
margin-right: 4px;
|
|
35668
35677
|
}
|
|
35669
35678
|
|
|
35679
|
+
span.E_tqjc4ui {
|
|
35680
|
+
margin: 0 2px;
|
|
35681
|
+
}
|
|
35682
|
+
|
|
35683
|
+
.E_gmyahx3 {
|
|
35684
|
+
cursor: pointer;
|
|
35685
|
+
}
|
|
35686
|
+
.E_gmyahx3 .link-text {
|
|
35687
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35688
|
+
}
|
|
35689
|
+
.E_gmyahx3:hover .link-text {
|
|
35690
|
+
color: #0080ff;
|
|
35691
|
+
}
|
|
35692
|
+
|
|
35670
35693
|
.E_clm1wy1 {
|
|
35671
35694
|
width: 192px;
|
|
35672
35695
|
height: 246px;
|
|
@@ -35900,8 +35923,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35900
35923
|
color: #fff;
|
|
35901
35924
|
}
|
|
35902
35925
|
|
|
35903
|
-
|
|
35904
|
-
|
|
35926
|
+
.E_n12mqh7z {
|
|
35927
|
+
display: flex;
|
|
35928
|
+
align-items: center;
|
|
35929
|
+
font-size: 12px;
|
|
35930
|
+
line-height: 18px;
|
|
35931
|
+
}
|
|
35932
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35933
|
+
margin-bottom: 4px;
|
|
35934
|
+
}
|
|
35935
|
+
|
|
35936
|
+
.E_tf5bynu {
|
|
35937
|
+
margin: 0 3px;
|
|
35938
|
+
}
|
|
35939
|
+
|
|
35940
|
+
.E_tcckoz1 {
|
|
35941
|
+
max-height: 400px;
|
|
35942
|
+
overflow: auto;
|
|
35905
35943
|
}
|
|
35906
35944
|
|
|
35907
35945
|
.E_ou7iq30 {
|
|
@@ -35923,12 +35961,133 @@ span.E_tqjc4ui {
|
|
|
35923
35961
|
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35924
35962
|
display: none;
|
|
35925
35963
|
}
|
|
35926
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35927
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35928
|
-
border-radius: 4px;
|
|
35964
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35965
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35966
|
+
border-radius: 4px;
|
|
35967
|
+
}
|
|
35968
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35969
|
+
visibility: hidden;
|
|
35970
|
+
}
|
|
35971
|
+
|
|
35972
|
+
.E_wg1tsps {
|
|
35973
|
+
display: flex;
|
|
35974
|
+
align-items: center;
|
|
35975
|
+
justify-content: flex-end;
|
|
35976
|
+
}
|
|
35977
|
+
|
|
35978
|
+
.E_b1ctd5xy {
|
|
35979
|
+
display: flex;
|
|
35980
|
+
align-items: center;
|
|
35981
|
+
width: calc(100% - 40px);
|
|
35982
|
+
}
|
|
35983
|
+
.E_b1ctd5xy .chart {
|
|
35984
|
+
display: inline-block;
|
|
35985
|
+
width: 100%;
|
|
35986
|
+
}
|
|
35987
|
+
|
|
35988
|
+
.E_u1p8acpn {
|
|
35989
|
+
min-width: 40px;
|
|
35990
|
+
}
|
|
35991
|
+
.E_u1p8acpn .unit {
|
|
35992
|
+
color: #00122e !important;
|
|
35993
|
+
}
|
|
35994
|
+
|
|
35995
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35996
|
+
display: flex;
|
|
35997
|
+
align-items: center;
|
|
35998
|
+
}
|
|
35999
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36000
|
+
margin-right: 8px;
|
|
36001
|
+
}
|
|
36002
|
+
|
|
36003
|
+
.E_t1sqg15u {
|
|
36004
|
+
background: white;
|
|
36005
|
+
}
|
|
36006
|
+
.E_t1sqg15u.inline .table-row {
|
|
36007
|
+
flex-direction: column;
|
|
36008
|
+
}
|
|
36009
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
36010
|
+
padding: 0 16px 7px 0;
|
|
36011
|
+
}
|
|
36012
|
+
.E_t1sqg15u.has-border .table-header {
|
|
36013
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
36014
|
+
}
|
|
36015
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
36016
|
+
border-top: none !important;
|
|
36017
|
+
}
|
|
36018
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
36019
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
36020
|
+
}
|
|
36021
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
36022
|
+
padding-bottom: 0;
|
|
36023
|
+
}
|
|
36024
|
+
.E_t1sqg15u.align-right .content {
|
|
36025
|
+
text-align: right;
|
|
36026
|
+
}
|
|
36027
|
+
.E_t1sqg15u .uuid-row {
|
|
36028
|
+
display: flex;
|
|
36029
|
+
justify-content: space-between;
|
|
36030
|
+
}
|
|
36031
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
36032
|
+
white-space: nowrap;
|
|
36033
|
+
overflow: hidden;
|
|
36034
|
+
text-overflow: ellipsis;
|
|
36035
|
+
}
|
|
36036
|
+
|
|
36037
|
+
.E_t4zczcp {
|
|
36038
|
+
display: flex;
|
|
36039
|
+
justify-content: space-between;
|
|
36040
|
+
align-items: center;
|
|
36041
|
+
padding: 8px;
|
|
36042
|
+
min-height: 32px;
|
|
36043
|
+
}
|
|
36044
|
+
.E_t4zczcp .table-title {
|
|
36045
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36046
|
+
font-weight: 600;
|
|
36047
|
+
font-size: 12px;
|
|
36048
|
+
line-height: 8px;
|
|
36049
|
+
}
|
|
36050
|
+
.E_t4zczcp .edit-icon {
|
|
36051
|
+
font-size: 16px;
|
|
36052
|
+
color: rgba(10, 37, 85, 0.6);
|
|
36053
|
+
cursor: pointer;
|
|
36054
|
+
}
|
|
36055
|
+
|
|
36056
|
+
.E_t1s7goww {
|
|
36057
|
+
font-size: 12px;
|
|
36058
|
+
line-height: 18px;
|
|
36059
|
+
}
|
|
36060
|
+
|
|
36061
|
+
.E_t93e4cf {
|
|
36062
|
+
display: flex;
|
|
36063
|
+
padding: 8px 0;
|
|
36064
|
+
color: #2d3a56;
|
|
36065
|
+
}
|
|
36066
|
+
.E_t93e4cf .hidden {
|
|
36067
|
+
display: none;
|
|
36068
|
+
}
|
|
36069
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
36070
|
+
height: auto;
|
|
36071
|
+
}
|
|
36072
|
+
.E_t93e4cf .content {
|
|
36073
|
+
overflow: hidden;
|
|
36074
|
+
overflow-x: auto;
|
|
36075
|
+
width: 100%;
|
|
36076
|
+
white-space: pre-wrap;
|
|
36077
|
+
}
|
|
36078
|
+
.E_t93e4cf .content .ant-btn {
|
|
36079
|
+
white-space: pre-wrap;
|
|
36080
|
+
text-align: left;
|
|
36081
|
+
}
|
|
36082
|
+
.E_t93e4cf .content .unit-chart {
|
|
36083
|
+
justify-content: flex-start;
|
|
35929
36084
|
}
|
|
35930
|
-
|
|
35931
|
-
|
|
36085
|
+
|
|
36086
|
+
.E_rhz2uv5 {
|
|
36087
|
+
width: var(--rhz2uv5-0);
|
|
36088
|
+
flex-shrink: 0;
|
|
36089
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36090
|
+
padding-right: 12px;
|
|
35932
36091
|
}
|
|
35933
36092
|
|
|
35934
36093
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -36044,25 +36203,6 @@ span.E_tqjc4ui {
|
|
|
36044
36203
|
text-align: left;
|
|
36045
36204
|
}
|
|
36046
36205
|
|
|
36047
|
-
.E_n12mqh7z {
|
|
36048
|
-
display: flex;
|
|
36049
|
-
align-items: center;
|
|
36050
|
-
font-size: 12px;
|
|
36051
|
-
line-height: 18px;
|
|
36052
|
-
}
|
|
36053
|
-
.E_n12mqh7z:not(:last-child) {
|
|
36054
|
-
margin-bottom: 4px;
|
|
36055
|
-
}
|
|
36056
|
-
|
|
36057
|
-
.E_tf5bynu {
|
|
36058
|
-
margin: 0 3px;
|
|
36059
|
-
}
|
|
36060
|
-
|
|
36061
|
-
.E_tcckoz1 {
|
|
36062
|
-
max-height: 400px;
|
|
36063
|
-
overflow: auto;
|
|
36064
|
-
}
|
|
36065
|
-
|
|
36066
36206
|
.E_u15heuvq.content {
|
|
36067
36207
|
cursor: default !important;
|
|
36068
36208
|
}
|
|
@@ -36079,127 +36219,6 @@ span.E_tqjc4ui {
|
|
|
36079
36219
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
36080
36220
|
}
|
|
36081
36221
|
|
|
36082
|
-
.E_wg1tsps {
|
|
36083
|
-
display: flex;
|
|
36084
|
-
align-items: center;
|
|
36085
|
-
justify-content: flex-end;
|
|
36086
|
-
}
|
|
36087
|
-
|
|
36088
|
-
.E_b1ctd5xy {
|
|
36089
|
-
display: flex;
|
|
36090
|
-
align-items: center;
|
|
36091
|
-
width: calc(100% - 40px);
|
|
36092
|
-
}
|
|
36093
|
-
.E_b1ctd5xy .chart {
|
|
36094
|
-
display: inline-block;
|
|
36095
|
-
width: 100%;
|
|
36096
|
-
}
|
|
36097
|
-
|
|
36098
|
-
.E_u1p8acpn {
|
|
36099
|
-
min-width: 40px;
|
|
36100
|
-
}
|
|
36101
|
-
.E_u1p8acpn .unit {
|
|
36102
|
-
color: #00122e !important;
|
|
36103
|
-
}
|
|
36104
|
-
|
|
36105
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
36106
|
-
display: flex;
|
|
36107
|
-
align-items: center;
|
|
36108
|
-
}
|
|
36109
|
-
.E_s1iv0tp1 .enabled-text {
|
|
36110
|
-
margin-right: 8px;
|
|
36111
|
-
}
|
|
36112
|
-
|
|
36113
|
-
.E_t1sqg15u {
|
|
36114
|
-
background: white;
|
|
36115
|
-
}
|
|
36116
|
-
.E_t1sqg15u.inline .table-row {
|
|
36117
|
-
flex-direction: column;
|
|
36118
|
-
}
|
|
36119
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
36120
|
-
padding: 0 16px 7px 0;
|
|
36121
|
-
}
|
|
36122
|
-
.E_t1sqg15u.has-border .table-header {
|
|
36123
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
36124
|
-
}
|
|
36125
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
36126
|
-
border-top: none !important;
|
|
36127
|
-
}
|
|
36128
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
36129
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
36130
|
-
}
|
|
36131
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
36132
|
-
padding-bottom: 0;
|
|
36133
|
-
}
|
|
36134
|
-
.E_t1sqg15u.align-right .content {
|
|
36135
|
-
text-align: right;
|
|
36136
|
-
}
|
|
36137
|
-
.E_t1sqg15u .uuid-row {
|
|
36138
|
-
display: flex;
|
|
36139
|
-
justify-content: space-between;
|
|
36140
|
-
}
|
|
36141
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
36142
|
-
white-space: nowrap;
|
|
36143
|
-
overflow: hidden;
|
|
36144
|
-
text-overflow: ellipsis;
|
|
36145
|
-
}
|
|
36146
|
-
|
|
36147
|
-
.E_t4zczcp {
|
|
36148
|
-
display: flex;
|
|
36149
|
-
justify-content: space-between;
|
|
36150
|
-
align-items: center;
|
|
36151
|
-
padding: 8px;
|
|
36152
|
-
min-height: 32px;
|
|
36153
|
-
}
|
|
36154
|
-
.E_t4zczcp .table-title {
|
|
36155
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36156
|
-
font-weight: 600;
|
|
36157
|
-
font-size: 12px;
|
|
36158
|
-
line-height: 8px;
|
|
36159
|
-
}
|
|
36160
|
-
.E_t4zczcp .edit-icon {
|
|
36161
|
-
font-size: 16px;
|
|
36162
|
-
color: rgba(10, 37, 85, 0.6);
|
|
36163
|
-
cursor: pointer;
|
|
36164
|
-
}
|
|
36165
|
-
|
|
36166
|
-
.E_t1s7goww {
|
|
36167
|
-
font-size: 12px;
|
|
36168
|
-
line-height: 18px;
|
|
36169
|
-
}
|
|
36170
|
-
|
|
36171
|
-
.E_t93e4cf {
|
|
36172
|
-
display: flex;
|
|
36173
|
-
padding: 8px 0;
|
|
36174
|
-
color: #2d3a56;
|
|
36175
|
-
}
|
|
36176
|
-
.E_t93e4cf .hidden {
|
|
36177
|
-
display: none;
|
|
36178
|
-
}
|
|
36179
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
36180
|
-
height: auto;
|
|
36181
|
-
}
|
|
36182
|
-
.E_t93e4cf .content {
|
|
36183
|
-
overflow: hidden;
|
|
36184
|
-
overflow-x: auto;
|
|
36185
|
-
width: 100%;
|
|
36186
|
-
white-space: pre-wrap;
|
|
36187
|
-
}
|
|
36188
|
-
.E_t93e4cf .content .ant-btn {
|
|
36189
|
-
white-space: pre-wrap;
|
|
36190
|
-
text-align: left;
|
|
36191
|
-
}
|
|
36192
|
-
.E_t93e4cf .content .unit-chart {
|
|
36193
|
-
justify-content: flex-start;
|
|
36194
|
-
}
|
|
36195
|
-
|
|
36196
|
-
.E_rhz2uv5 {
|
|
36197
|
-
width: var(--rhz2uv5-0);
|
|
36198
|
-
flex-shrink: 0;
|
|
36199
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36200
|
-
padding-right: 12px;
|
|
36201
|
-
}
|
|
36202
|
-
|
|
36203
36222
|
.E_t160l1cm {
|
|
36204
36223
|
display: flex;
|
|
36205
36224
|
flex-direction: column;
|
|
@@ -36484,47 +36503,6 @@ span.E_tqjc4ui {
|
|
|
36484
36503
|
padding: unset;
|
|
36485
36504
|
}
|
|
36486
36505
|
|
|
36487
|
-
.E_i5w779o {
|
|
36488
|
-
padding: 8px 0;
|
|
36489
|
-
}
|
|
36490
|
-
.E_i5w779o .col-label {
|
|
36491
|
-
flex-shrink: unset;
|
|
36492
|
-
}
|
|
36493
|
-
.E_i5w779o .col-label * {
|
|
36494
|
-
line-height: 18px;
|
|
36495
|
-
}
|
|
36496
|
-
.E_i5w779o .col-content {
|
|
36497
|
-
flex: 1 1 0;
|
|
36498
|
-
display: flex;
|
|
36499
|
-
align-items: center;
|
|
36500
|
-
}
|
|
36501
|
-
.E_i5w779o .col-content * {
|
|
36502
|
-
line-height: 18px;
|
|
36503
|
-
}
|
|
36504
|
-
|
|
36505
|
-
.E_l18dja44 {
|
|
36506
|
-
padding: 6px 0;
|
|
36507
|
-
}
|
|
36508
|
-
.E_l18dja44 .col-label * {
|
|
36509
|
-
font-size: 13px;
|
|
36510
|
-
line-height: 20px;
|
|
36511
|
-
}
|
|
36512
|
-
.E_l18dja44 .col-content * {
|
|
36513
|
-
font-size: 14px;
|
|
36514
|
-
line-height: 20px;
|
|
36515
|
-
}
|
|
36516
|
-
|
|
36517
|
-
.E_c8c2hys {
|
|
36518
|
-
display: flex;
|
|
36519
|
-
justify-content: space-between;
|
|
36520
|
-
flex: 1;
|
|
36521
|
-
min-width: 0;
|
|
36522
|
-
}
|
|
36523
|
-
|
|
36524
|
-
.E_n4m6c4d {
|
|
36525
|
-
color: rgba(0, 21, 64, 0.3);
|
|
36526
|
-
}
|
|
36527
|
-
|
|
36528
36506
|
.E_kr6am0s .ant-modal-body {
|
|
36529
36507
|
padding: 60px 128px;
|
|
36530
36508
|
}
|
|
@@ -36588,6 +36566,47 @@ span.E_tqjc4ui {
|
|
|
36588
36566
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36589
36567
|
}
|
|
36590
36568
|
|
|
36569
|
+
.E_i5w779o {
|
|
36570
|
+
padding: 8px 0;
|
|
36571
|
+
}
|
|
36572
|
+
.E_i5w779o .col-label {
|
|
36573
|
+
flex-shrink: unset;
|
|
36574
|
+
}
|
|
36575
|
+
.E_i5w779o .col-label * {
|
|
36576
|
+
line-height: 18px;
|
|
36577
|
+
}
|
|
36578
|
+
.E_i5w779o .col-content {
|
|
36579
|
+
flex: 1 1 0;
|
|
36580
|
+
display: flex;
|
|
36581
|
+
align-items: center;
|
|
36582
|
+
}
|
|
36583
|
+
.E_i5w779o .col-content * {
|
|
36584
|
+
line-height: 18px;
|
|
36585
|
+
}
|
|
36586
|
+
|
|
36587
|
+
.E_l18dja44 {
|
|
36588
|
+
padding: 6px 0;
|
|
36589
|
+
}
|
|
36590
|
+
.E_l18dja44 .col-label * {
|
|
36591
|
+
font-size: 13px;
|
|
36592
|
+
line-height: 20px;
|
|
36593
|
+
}
|
|
36594
|
+
.E_l18dja44 .col-content * {
|
|
36595
|
+
font-size: 14px;
|
|
36596
|
+
line-height: 20px;
|
|
36597
|
+
}
|
|
36598
|
+
|
|
36599
|
+
.E_c8c2hys {
|
|
36600
|
+
display: flex;
|
|
36601
|
+
justify-content: space-between;
|
|
36602
|
+
flex: 1;
|
|
36603
|
+
min-width: 0;
|
|
36604
|
+
}
|
|
36605
|
+
|
|
36606
|
+
.E_n4m6c4d {
|
|
36607
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36608
|
+
}
|
|
36609
|
+
|
|
36591
36610
|
.E_l12xdkhl {
|
|
36592
36611
|
width: 64px;
|
|
36593
36612
|
height: 64px;
|
|
@@ -36612,15 +36631,6 @@ span.E_tqjc4ui {
|
|
|
36612
36631
|
}
|
|
36613
36632
|
}
|
|
36614
36633
|
|
|
36615
|
-
.E_cevhqx7 {
|
|
36616
|
-
color: #00122e;
|
|
36617
|
-
}
|
|
36618
|
-
|
|
36619
|
-
.E_snbqlt4 {
|
|
36620
|
-
margin-top: 8px;
|
|
36621
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36622
|
-
}
|
|
36623
|
-
|
|
36624
36634
|
.E_c1kchka8 {
|
|
36625
36635
|
height: 100%;
|
|
36626
36636
|
width: 100%;
|
|
@@ -37113,6 +37123,15 @@ span.E_tqjc4ui {
|
|
|
37113
37123
|
padding: 0;
|
|
37114
37124
|
}
|
|
37115
37125
|
|
|
37126
|
+
.E_cevhqx7 {
|
|
37127
|
+
color: #00122e;
|
|
37128
|
+
}
|
|
37129
|
+
|
|
37130
|
+
.E_snbqlt4 {
|
|
37131
|
+
margin-top: 8px;
|
|
37132
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37133
|
+
}
|
|
37134
|
+
|
|
37116
37135
|
.E_c1ss4prm {
|
|
37117
37136
|
color: rgba(44, 56, 82, 0.6);
|
|
37118
37137
|
}
|