@cloudtower/eagle 0.26.16 → 0.26.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Time/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Time/index.d.ts +4 -0
- package/dist/components.css +902 -901
- package/dist/esm/index.js +19 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +2 -1
- package/dist/spec/type.d.ts +7 -0
- package/dist/style.css +1389 -1388
- package/dist/umd/index.js +19 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +6 -5
package/dist/style.css
CHANGED
|
@@ -28370,6 +28370,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28370
28370
|
align-items: center;
|
|
28371
28371
|
justify-content: center;
|
|
28372
28372
|
position: relative;
|
|
28373
|
+
opacity: 0.2;
|
|
28373
28374
|
}
|
|
28374
28375
|
|
|
28375
28376
|
.loading-indicator__line1 {
|
|
@@ -30205,19 +30206,17 @@ html body {
|
|
|
30205
30206
|
border-radius: unset;
|
|
30206
30207
|
}
|
|
30207
30208
|
|
|
30208
|
-
.
|
|
30209
|
-
|
|
30210
|
-
height:
|
|
30211
|
-
|
|
30209
|
+
.iap75of {
|
|
30210
|
+
height: 18px;
|
|
30211
|
+
line-height: 18px;
|
|
30212
|
+
padding: 0 4px;
|
|
30213
|
+
border-radius: 4px;
|
|
30214
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30215
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30212
30216
|
display: flex;
|
|
30213
|
-
flex-direction: column;
|
|
30214
|
-
justify-content: center;
|
|
30215
30217
|
align-items: center;
|
|
30216
|
-
|
|
30217
|
-
|
|
30218
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30219
|
-
margin-bottom: 16px;
|
|
30220
|
-
font-size: 18px;
|
|
30218
|
+
white-space: nowrap;
|
|
30219
|
+
margin-right: 4px;
|
|
30221
30220
|
}
|
|
30222
30221
|
|
|
30223
30222
|
.i1mrf09m {
|
|
@@ -30238,909 +30237,616 @@ html body {
|
|
|
30238
30237
|
animation: rotate 680ms linear infinite;
|
|
30239
30238
|
}
|
|
30240
30239
|
|
|
30241
|
-
.
|
|
30242
|
-
|
|
30243
|
-
|
|
30244
|
-
|
|
30245
|
-
border-radius: 4px;
|
|
30246
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30247
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30240
|
+
.fde5mpd {
|
|
30241
|
+
width: 100%;
|
|
30242
|
+
height: 100%;
|
|
30243
|
+
min-height: 124px;
|
|
30248
30244
|
display: flex;
|
|
30245
|
+
flex-direction: column;
|
|
30246
|
+
justify-content: center;
|
|
30249
30247
|
align-items: center;
|
|
30250
|
-
|
|
30251
|
-
|
|
30248
|
+
}
|
|
30249
|
+
.fde5mpd .error-text {
|
|
30250
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30251
|
+
margin-bottom: 16px;
|
|
30252
|
+
font-size: 18px;
|
|
30252
30253
|
}
|
|
30253
30254
|
|
|
30254
|
-
.
|
|
30255
|
-
display:
|
|
30255
|
+
.cz04yix {
|
|
30256
|
+
display: flex;
|
|
30257
|
+
flex-direction: column;
|
|
30256
30258
|
}
|
|
30257
30259
|
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30260
|
-
|
|
30260
|
+
.m1if5j39 {
|
|
30261
|
+
max-width: 1120px;
|
|
30262
|
+
width: 100%;
|
|
30263
|
+
margin: 0 auto;
|
|
30264
|
+
height: 100%;
|
|
30261
30265
|
}
|
|
30262
30266
|
|
|
30263
|
-
.
|
|
30264
|
-
|
|
30265
|
-
|
|
30266
|
-
|
|
30267
|
+
.w1vvwdlp {
|
|
30268
|
+
max-width: 1120px;
|
|
30269
|
+
width: 100%;
|
|
30270
|
+
margin: 0 auto;
|
|
30271
|
+
display: flex;
|
|
30267
30272
|
}
|
|
30268
|
-
.
|
|
30269
|
-
|
|
30270
|
-
|
|
30273
|
+
.w1vvwdlp .left,
|
|
30274
|
+
.w1vvwdlp .right {
|
|
30275
|
+
flex-grow: 0;
|
|
30276
|
+
flex-shrink: 0;
|
|
30277
|
+
flex-basis: 21%;
|
|
30271
30278
|
}
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30279
|
+
.w1vvwdlp .left {
|
|
30280
|
+
display: flex;
|
|
30281
|
+
justify-content: flex-end;
|
|
30282
|
+
padding-right: 44px;
|
|
30274
30283
|
}
|
|
30275
|
-
.
|
|
30276
|
-
|
|
30284
|
+
.w1vvwdlp .right {
|
|
30285
|
+
padding-left: 44px;
|
|
30277
30286
|
}
|
|
30278
|
-
.
|
|
30279
|
-
|
|
30280
|
-
|
|
30287
|
+
.w1vvwdlp .middle {
|
|
30288
|
+
margin-bottom: 40px;
|
|
30289
|
+
flex-grow: 0;
|
|
30290
|
+
flex-shrink: 0;
|
|
30291
|
+
flex-basis: 58%;
|
|
30281
30292
|
}
|
|
30282
|
-
.
|
|
30283
|
-
|
|
30284
|
-
left: 4px;
|
|
30285
|
-
width: 6px;
|
|
30286
|
-
height: 6px;
|
|
30287
|
-
background: #fff;
|
|
30293
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30294
|
+
width: 100%;
|
|
30288
30295
|
}
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30296
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30297
|
+
width: auto;
|
|
30291
30298
|
}
|
|
30292
|
-
.
|
|
30293
|
-
|
|
30294
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30299
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
30300
|
+
flex: initial;
|
|
30295
30301
|
}
|
|
30296
|
-
.
|
|
30297
|
-
|
|
30302
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
30303
|
+
margin-top: 4px;
|
|
30298
30304
|
}
|
|
30299
|
-
.
|
|
30300
|
-
|
|
30301
|
-
|
|
30305
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
30306
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
30307
|
+
display: none !important;
|
|
30302
30308
|
}
|
|
30303
|
-
.
|
|
30304
|
-
|
|
30309
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
30310
|
+
padding: 0 15px;
|
|
30311
|
+
border-radius: 4px;
|
|
30312
|
+
height: 32px;
|
|
30313
|
+
display: flex;
|
|
30314
|
+
align-items: center;
|
|
30305
30315
|
}
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
padding-left: 12px;
|
|
30316
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
30317
|
+
min-height: auto;
|
|
30318
|
+
white-space: nowrap;
|
|
30310
30319
|
}
|
|
30311
|
-
.
|
|
30312
|
-
|
|
30313
|
-
white-space: pre-wrap;
|
|
30314
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30320
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
30321
|
+
padding-bottom: 0px;
|
|
30315
30322
|
}
|
|
30316
|
-
.
|
|
30317
|
-
|
|
30323
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
30324
|
+
font-size: 13px !important;
|
|
30325
|
+
line-height: 20px !important;
|
|
30318
30326
|
}
|
|
30319
|
-
|
|
30320
|
-
|
|
30321
|
-
|
|
30327
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
30328
|
+
display: inline-block;
|
|
30329
|
+
text-align: center;
|
|
30330
|
+
width: 13px;
|
|
30331
|
+
margin-right: 12px;
|
|
30322
30332
|
}
|
|
30323
|
-
.
|
|
30324
|
-
|
|
30333
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
30334
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30325
30335
|
}
|
|
30326
|
-
|
|
30327
|
-
|
|
30328
|
-
color: #00122e;
|
|
30329
|
-
border-color: #ccd4e3;
|
|
30336
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30337
|
+
color: #005ed1;
|
|
30330
30338
|
}
|
|
30331
|
-
.
|
|
30332
|
-
|
|
30339
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
30340
|
+
background: rgba(237, 241, 250, 0.6);
|
|
30333
30341
|
}
|
|
30334
|
-
.
|
|
30335
|
-
|
|
30336
|
-
line-height: 32px;
|
|
30337
|
-
height: 32px;
|
|
30342
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30343
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
30338
30344
|
}
|
|
30339
|
-
.
|
|
30340
|
-
|
|
30345
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
30346
|
+
cursor: not-allowed;
|
|
30341
30347
|
}
|
|
30342
|
-
.ant-
|
|
30343
|
-
|
|
30344
|
-
padding: 0 7px;
|
|
30345
|
-
line-height: 20px;
|
|
30348
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
30349
|
+
background: rgba(237, 241, 250, 0.6);
|
|
30346
30350
|
}
|
|
30347
|
-
.
|
|
30348
|
-
|
|
30351
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30352
|
+
color: #2d3a56;
|
|
30349
30353
|
}
|
|
30350
|
-
|
|
30351
|
-
|
|
30354
|
+
|
|
30355
|
+
.h1cuopx7 .ant-modal-header {
|
|
30356
|
+
margin: 0 auto;
|
|
30357
|
+
width: 100%;
|
|
30358
|
+
max-width: 648px;
|
|
30352
30359
|
}
|
|
30353
|
-
.
|
|
30354
|
-
|
|
30355
|
-
opacity: 0.5;
|
|
30360
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30361
|
+
margin-left: 0;
|
|
30356
30362
|
}
|
|
30357
|
-
.
|
|
30358
|
-
|
|
30363
|
+
.h1cuopx7 .ant-modal-body {
|
|
30364
|
+
margin: 0 auto;
|
|
30365
|
+
padding: 0;
|
|
30366
|
+
width: 100%;
|
|
30367
|
+
max-width: 648px;
|
|
30368
|
+
overflow: hidden;
|
|
30359
30369
|
}
|
|
30360
|
-
.
|
|
30361
|
-
|
|
30370
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30371
|
+
margin-bottom: 40px;
|
|
30362
30372
|
}
|
|
30363
|
-
.
|
|
30364
|
-
|
|
30373
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30374
|
+
height: calc(100vh - 225px);
|
|
30375
|
+
overflow-y: auto;
|
|
30365
30376
|
}
|
|
30366
|
-
.
|
|
30367
|
-
|
|
30368
|
-
|
|
30369
|
-
opacity: 0.5;
|
|
30377
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30378
|
+
margin: 0 auto;
|
|
30379
|
+
max-width: 648px;
|
|
30370
30380
|
}
|
|
30371
|
-
|
|
30372
|
-
|
|
30373
|
-
|
|
30381
|
+
|
|
30382
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30383
|
+
margin: 0 auto;
|
|
30384
|
+
width: 100%;
|
|
30385
|
+
max-width: 1024px;
|
|
30374
30386
|
}
|
|
30375
|
-
.
|
|
30376
|
-
|
|
30377
|
-
border-color: #ccd4e3;
|
|
30378
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30387
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30388
|
+
margin-left: 0;
|
|
30379
30389
|
}
|
|
30380
|
-
.
|
|
30381
|
-
margin
|
|
30382
|
-
display: inline;
|
|
30383
|
-
border: none;
|
|
30390
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30391
|
+
margin: 0 auto;
|
|
30384
30392
|
padding: 0;
|
|
30385
|
-
width:
|
|
30386
|
-
|
|
30393
|
+
width: 100%;
|
|
30394
|
+
max-width: 1024px;
|
|
30395
|
+
overflow: hidden;
|
|
30387
30396
|
}
|
|
30388
|
-
.
|
|
30389
|
-
|
|
30397
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30398
|
+
margin-bottom: 40px;
|
|
30390
30399
|
}
|
|
30391
|
-
.
|
|
30392
|
-
|
|
30393
|
-
|
|
30394
|
-
box-shadow: none;
|
|
30400
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30401
|
+
height: calc(100vh - 225px);
|
|
30402
|
+
overflow-y: auto;
|
|
30395
30403
|
}
|
|
30396
|
-
.
|
|
30397
|
-
|
|
30404
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30405
|
+
margin: 0 auto;
|
|
30406
|
+
max-width: 1024px;
|
|
30398
30407
|
}
|
|
30399
|
-
|
|
30400
|
-
|
|
30408
|
+
|
|
30409
|
+
.fxgckuk {
|
|
30410
|
+
flex: 1;
|
|
30401
30411
|
}
|
|
30402
|
-
.
|
|
30403
|
-
|
|
30404
|
-
|
|
30405
|
-
|
|
30406
|
-
|
|
30412
|
+
.fxgckuk label {
|
|
30413
|
+
font-size: 13px;
|
|
30414
|
+
line-height: 20px;
|
|
30415
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30416
|
+
}
|
|
30417
|
+
.fxgckuk .title {
|
|
30418
|
+
font-size: 14px;
|
|
30419
|
+
line-height: 20px;
|
|
30420
|
+
color: #2d3a56;
|
|
30421
|
+
margin-bottom: 12px;
|
|
30422
|
+
}
|
|
30423
|
+
.fxgckuk.connect-cluster .title {
|
|
30424
|
+
padding-bottom: 26px;
|
|
30407
30425
|
}
|
|
30408
30426
|
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30411
|
-
|
|
30427
|
+
.f1d0vek1 {
|
|
30428
|
+
padding: 25px 0 15px 0;
|
|
30429
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30430
|
+
margin-bottom: 16px;
|
|
30412
30431
|
}
|
|
30413
|
-
|
|
30414
|
-
|
|
30415
|
-
|
|
30416
|
-
|
|
30417
|
-
|
|
30432
|
+
|
|
30433
|
+
.f4u402y {
|
|
30434
|
+
display: flex;
|
|
30435
|
+
align-items: center;
|
|
30436
|
+
margin-bottom: 8px;
|
|
30418
30437
|
}
|
|
30419
|
-
.
|
|
30420
|
-
|
|
30438
|
+
.f4u402y > label {
|
|
30439
|
+
width: 216px;
|
|
30421
30440
|
}
|
|
30422
|
-
.
|
|
30441
|
+
.f4u402y > label + * {
|
|
30423
30442
|
width: 100%;
|
|
30424
|
-
min-height: unset;
|
|
30425
30443
|
}
|
|
30426
|
-
.
|
|
30427
|
-
height: 26px;
|
|
30428
|
-
line-height: 26px;
|
|
30444
|
+
.f4u402y .ant-select {
|
|
30429
30445
|
width: 100%;
|
|
30430
|
-
text-align: center;
|
|
30431
|
-
padding: 0;
|
|
30432
|
-
font-size: 12px;
|
|
30433
|
-
font-weight: normal;
|
|
30434
30446
|
}
|
|
30435
|
-
|
|
30447
|
+
|
|
30448
|
+
.e1pldf6v {
|
|
30449
|
+
color: #e75a3a;
|
|
30436
30450
|
margin-right: 10px;
|
|
30437
30451
|
}
|
|
30438
|
-
|
|
30439
|
-
|
|
30440
|
-
|
|
30441
|
-
|
|
30442
|
-
|
|
30443
|
-
|
|
30444
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
30445
|
-
margin-right: 0;
|
|
30452
|
+
|
|
30453
|
+
.dq0gblh {
|
|
30454
|
+
width: 100%;
|
|
30455
|
+
height: 1px;
|
|
30456
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30457
|
+
margin: 24px 0;
|
|
30446
30458
|
}
|
|
30447
|
-
|
|
30448
|
-
|
|
30459
|
+
|
|
30460
|
+
.l1v7sr0n {
|
|
30461
|
+
display: flex;
|
|
30462
|
+
justify-content: center;
|
|
30463
|
+
align-items: center;
|
|
30464
|
+
height: 100%;
|
|
30449
30465
|
}
|
|
30450
|
-
|
|
30451
|
-
|
|
30452
|
-
|
|
30453
|
-
|
|
30454
|
-
|
|
30455
|
-
|
|
30456
|
-
|
|
30457
|
-
border-
|
|
30458
|
-
|
|
30459
|
-
z-index: 2;
|
|
30466
|
+
|
|
30467
|
+
.d1i4ou6o {
|
|
30468
|
+
display: inline-block;
|
|
30469
|
+
width: 4px;
|
|
30470
|
+
height: 4px;
|
|
30471
|
+
background: #8e9aa9;
|
|
30472
|
+
opacity: 0.4;
|
|
30473
|
+
border-radius: 50%;
|
|
30474
|
+
margin: 0 4px;
|
|
30460
30475
|
}
|
|
30461
|
-
|
|
30462
|
-
|
|
30463
|
-
|
|
30464
|
-
|
|
30465
|
-
|
|
30466
|
-
position: absolute;
|
|
30467
|
-
top: 0;
|
|
30468
|
-
border-left: 8px solid #fff;
|
|
30469
|
-
left: 0;
|
|
30476
|
+
|
|
30477
|
+
.m1jy87hk .ant-modal-header,
|
|
30478
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30479
|
+
width: 648px;
|
|
30480
|
+
margin: 0 auto;
|
|
30470
30481
|
}
|
|
30471
|
-
.
|
|
30472
|
-
|
|
30482
|
+
.m1jy87hk .ant-modal-header {
|
|
30483
|
+
padding: 35px 0 24px;
|
|
30484
|
+
border: none;
|
|
30473
30485
|
}
|
|
30474
|
-
.
|
|
30475
|
-
|
|
30486
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30487
|
+
font-size: 30px;
|
|
30476
30488
|
}
|
|
30477
|
-
.
|
|
30478
|
-
|
|
30489
|
+
.m1jy87hk .ant-modal-body {
|
|
30490
|
+
padding: 4px 0 2px;
|
|
30479
30491
|
}
|
|
30480
|
-
.
|
|
30481
|
-
|
|
30482
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
30492
|
+
.m1jy87hk .ant-modal-footer {
|
|
30493
|
+
border: none;
|
|
30483
30494
|
}
|
|
30484
|
-
|
|
30485
|
-
.
|
|
30486
|
-
|
|
30495
|
+
|
|
30496
|
+
.ti7fpyu {
|
|
30497
|
+
font-size: 12px;
|
|
30498
|
+
line-height: 18px;
|
|
30499
|
+
font-weight: bold;
|
|
30500
|
+
color: #fff;
|
|
30501
|
+
padding: 0 4px;
|
|
30502
|
+
border-radius: 4px;
|
|
30503
|
+
display: inline-block;
|
|
30504
|
+
background: var(--ti7fpyu-0);
|
|
30487
30505
|
}
|
|
30488
|
-
.
|
|
30489
|
-
|
|
30506
|
+
.ti7fpyu:not(:first-child) {
|
|
30507
|
+
margin-left: 4px;
|
|
30490
30508
|
}
|
|
30491
30509
|
|
|
30492
|
-
.
|
|
30510
|
+
.f1rest1f {
|
|
30511
|
+
width: 100%;
|
|
30512
|
+
height: 100%;
|
|
30493
30513
|
display: flex;
|
|
30494
|
-
justify-content: space-between;
|
|
30495
30514
|
align-items: center;
|
|
30496
|
-
|
|
30497
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30498
|
-
font-size: 12px;
|
|
30499
|
-
line-height: 24px;
|
|
30515
|
+
justify-content: center;
|
|
30500
30516
|
}
|
|
30501
|
-
|
|
30502
|
-
|
|
30517
|
+
|
|
30518
|
+
.n1kbdoln {
|
|
30519
|
+
font-size: 90%;
|
|
30520
|
+
font-weight: bold;
|
|
30521
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30522
|
+
padding: 1px 4px 1px;
|
|
30523
|
+
margin-left: 2px;
|
|
30524
|
+
margin-right: 2px;
|
|
30525
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30526
|
+
border-radius: 4px;
|
|
30503
30527
|
}
|
|
30504
|
-
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
border-radius: 6px;
|
|
30508
|
-
cursor: pointer;
|
|
30509
|
-
transition: all 0.3s ease;
|
|
30528
|
+
|
|
30529
|
+
.f1y3gta0.form-item-general {
|
|
30530
|
+
width: 640px;
|
|
30510
30531
|
}
|
|
30511
|
-
.
|
|
30512
|
-
|
|
30513
|
-
color: #0080ff;
|
|
30532
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30533
|
+
margin-top: 16px;
|
|
30514
30534
|
}
|
|
30515
|
-
.
|
|
30516
|
-
|
|
30535
|
+
.f1y3gta0.form-item-compact {
|
|
30536
|
+
width: 412px;
|
|
30517
30537
|
}
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30520
|
-
align-items: center;
|
|
30521
|
-
color: #0080ff;
|
|
30522
|
-
font-weight: bold;
|
|
30538
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30539
|
+
margin-top: 8px;
|
|
30523
30540
|
}
|
|
30524
|
-
.
|
|
30525
|
-
|
|
30541
|
+
.f1y3gta0 .form-item {
|
|
30542
|
+
width: auto;
|
|
30526
30543
|
}
|
|
30527
|
-
.
|
|
30528
|
-
|
|
30529
|
-
|
|
30544
|
+
.f1y3gta0 .form-item-main {
|
|
30545
|
+
position: relative;
|
|
30546
|
+
display: flex;
|
|
30530
30547
|
}
|
|
30531
|
-
.
|
|
30532
|
-
|
|
30533
|
-
|
|
30548
|
+
.f1y3gta0 .form-item-extra {
|
|
30549
|
+
margin-top: 4px;
|
|
30550
|
+
width: 100%;
|
|
30551
|
+
padding: 14px;
|
|
30552
|
+
background: #f2f4f6;
|
|
30553
|
+
font-size: 13px;
|
|
30554
|
+
line-height: 1.8;
|
|
30555
|
+
color: #8e9aa9;
|
|
30534
30556
|
}
|
|
30535
|
-
.
|
|
30536
|
-
|
|
30557
|
+
.f1y3gta0 .form-item-label {
|
|
30558
|
+
padding-right: 12px;
|
|
30559
|
+
font-size: 13px;
|
|
30560
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30537
30561
|
}
|
|
30538
|
-
|
|
30539
|
-
|
|
30540
|
-
max-height: calc(100vh - 128px);
|
|
30541
|
-
overflow-y: auto;
|
|
30562
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30563
|
+
text-align: right;
|
|
30542
30564
|
}
|
|
30543
|
-
.
|
|
30544
|
-
|
|
30545
|
-
|
|
30565
|
+
.f1y3gta0 .form-item-label,
|
|
30566
|
+
.f1y3gta0 .form-item-control {
|
|
30567
|
+
line-height: 32px;
|
|
30568
|
+
}
|
|
30569
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30546
30570
|
line-height: 18px;
|
|
30547
30571
|
}
|
|
30548
|
-
|
|
30549
|
-
|
|
30550
|
-
display: flex;
|
|
30551
|
-
flex-direction: column;
|
|
30572
|
+
.f1y3gta0 .form-item-children {
|
|
30573
|
+
width: 100%;
|
|
30552
30574
|
}
|
|
30553
|
-
|
|
30554
|
-
.m1if5j39 {
|
|
30555
|
-
max-width: 1120px;
|
|
30575
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30556
30576
|
width: 100%;
|
|
30557
|
-
margin: 0 auto;
|
|
30558
|
-
height: 100%;
|
|
30559
30577
|
}
|
|
30560
|
-
|
|
30561
|
-
|
|
30562
|
-
|
|
30563
|
-
|
|
30564
|
-
margin: 0 auto;
|
|
30565
|
-
display: flex;
|
|
30566
|
-
}
|
|
30567
|
-
.w1vvwdlp .left,
|
|
30568
|
-
.w1vvwdlp .right {
|
|
30569
|
-
flex-grow: 0;
|
|
30570
|
-
flex-shrink: 0;
|
|
30571
|
-
flex-basis: 21%;
|
|
30572
|
-
}
|
|
30573
|
-
.w1vvwdlp .left {
|
|
30574
|
-
display: flex;
|
|
30575
|
-
justify-content: flex-end;
|
|
30576
|
-
padding-right: 44px;
|
|
30577
|
-
}
|
|
30578
|
-
.w1vvwdlp .right {
|
|
30579
|
-
padding-left: 44px;
|
|
30580
|
-
}
|
|
30581
|
-
.w1vvwdlp .middle {
|
|
30582
|
-
margin-bottom: 40px;
|
|
30583
|
-
flex-grow: 0;
|
|
30584
|
-
flex-shrink: 0;
|
|
30585
|
-
flex-basis: 58%;
|
|
30586
|
-
}
|
|
30587
|
-
.w1vvwdlp .middle .form-base-field {
|
|
30588
|
-
width: 100%;
|
|
30578
|
+
.f1y3gta0 .form-item-error {
|
|
30579
|
+
color: #e75a3a;
|
|
30580
|
+
height: 0;
|
|
30581
|
+
overflow: hidden;
|
|
30589
30582
|
}
|
|
30590
|
-
.
|
|
30591
|
-
|
|
30583
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30584
|
+
margin-top: 4px;
|
|
30585
|
+
height: auto;
|
|
30586
|
+
overflow: auto;
|
|
30592
30587
|
}
|
|
30593
|
-
.
|
|
30594
|
-
|
|
30588
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30589
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30590
|
+
border: 1px solid #e75a3a;
|
|
30591
|
+
color: #e75a3a;
|
|
30595
30592
|
}
|
|
30596
|
-
|
|
30597
|
-
|
|
30593
|
+
|
|
30594
|
+
.fujbm7g {
|
|
30595
|
+
color: #2d3a56;
|
|
30596
|
+
font-weight: bold;
|
|
30597
|
+
padding-bottom: 6px;
|
|
30598
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30599
|
+
margin-bottom: 16px;
|
|
30598
30600
|
}
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30601
|
-
display: none !important;
|
|
30601
|
+
.fujbm7g:not(:first-of-type) {
|
|
30602
|
+
margin-top: 16px;
|
|
30602
30603
|
}
|
|
30603
|
-
|
|
30604
|
-
|
|
30605
|
-
|
|
30606
|
-
height:
|
|
30604
|
+
|
|
30605
|
+
.e5fsw5s {
|
|
30606
|
+
width: 8px;
|
|
30607
|
+
height: 24px;
|
|
30607
30608
|
display: flex;
|
|
30609
|
+
justify-content: center;
|
|
30608
30610
|
align-items: center;
|
|
30611
|
+
cursor: pointer;
|
|
30612
|
+
transition: all 200ms ease-out 40ms;
|
|
30609
30613
|
}
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30612
|
-
|
|
30613
|
-
|
|
30614
|
-
|
|
30615
|
-
|
|
30616
|
-
|
|
30617
|
-
|
|
30618
|
-
|
|
30619
|
-
line-height: 20px !important;
|
|
30620
|
-
}
|
|
30621
|
-
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
30622
|
-
display: inline-block;
|
|
30623
|
-
text-align: center;
|
|
30624
|
-
width: 13px;
|
|
30625
|
-
margin-right: 12px;
|
|
30626
|
-
}
|
|
30627
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
30628
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30629
|
-
}
|
|
30630
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30631
|
-
color: #005ed1;
|
|
30632
|
-
}
|
|
30633
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
30634
|
-
background: rgba(237, 241, 250, 0.6);
|
|
30635
|
-
}
|
|
30636
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30637
|
-
color: rgba(10, 37, 85, 0.6) !important;
|
|
30638
|
-
}
|
|
30639
|
-
.w1vvwdlp .ant-steps-item-disabled {
|
|
30640
|
-
cursor: not-allowed;
|
|
30641
|
-
}
|
|
30642
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
30643
|
-
background: rgba(237, 241, 250, 0.6);
|
|
30614
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30615
|
+
content: "";
|
|
30616
|
+
width: 1px;
|
|
30617
|
+
height: 6px;
|
|
30618
|
+
border-radius: 1px;
|
|
30619
|
+
background: #ccd4e3;
|
|
30620
|
+
position: relative;
|
|
30621
|
+
right: 2px;
|
|
30622
|
+
transform: rotate(-45deg);
|
|
30644
30623
|
}
|
|
30645
|
-
.
|
|
30646
|
-
|
|
30624
|
+
.e5fsw5s:after {
|
|
30625
|
+
transform: rotate(45deg);
|
|
30626
|
+
left: 1px;
|
|
30647
30627
|
}
|
|
30648
30628
|
|
|
30649
|
-
.
|
|
30650
|
-
|
|
30651
|
-
|
|
30652
|
-
|
|
30653
|
-
}
|
|
30654
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30655
|
-
margin-left: 0;
|
|
30656
|
-
}
|
|
30657
|
-
.h1cuopx7 .ant-modal-body {
|
|
30658
|
-
margin: 0 auto;
|
|
30659
|
-
padding: 0;
|
|
30660
|
-
width: 100%;
|
|
30661
|
-
max-width: 648px;
|
|
30662
|
-
overflow: hidden;
|
|
30663
|
-
}
|
|
30664
|
-
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30665
|
-
margin-bottom: 40px;
|
|
30629
|
+
.w18knsg4.ant-alert-warning {
|
|
30630
|
+
border: 0;
|
|
30631
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30632
|
+
border-radius: 6px;
|
|
30666
30633
|
}
|
|
30667
|
-
.
|
|
30668
|
-
|
|
30669
|
-
|
|
30634
|
+
.w18knsg4.ant-alert,
|
|
30635
|
+
.w18knsg4 .ant-alert-message {
|
|
30636
|
+
color: #e07f00;
|
|
30670
30637
|
}
|
|
30671
|
-
.
|
|
30672
|
-
|
|
30673
|
-
|
|
30638
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30639
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30640
|
+
border-bottom-color: #e07f00;
|
|
30674
30641
|
}
|
|
30675
30642
|
|
|
30676
|
-
.
|
|
30677
|
-
|
|
30678
|
-
|
|
30679
|
-
|
|
30643
|
+
.ng31n2o {
|
|
30644
|
+
display: flex;
|
|
30645
|
+
flex-direction: row;
|
|
30646
|
+
padding: 7px 12px;
|
|
30647
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30648
|
+
border-radius: 6px;
|
|
30649
|
+
color: #e07f00;
|
|
30650
|
+
font-size: 12px;
|
|
30651
|
+
line-height: 18px;
|
|
30680
30652
|
}
|
|
30681
|
-
.
|
|
30682
|
-
margin-
|
|
30653
|
+
.ng31n2o .icon-wrapper {
|
|
30654
|
+
margin-right: 10px;
|
|
30655
|
+
height: 18px;
|
|
30683
30656
|
}
|
|
30684
|
-
|
|
30685
|
-
|
|
30686
|
-
|
|
30687
|
-
|
|
30688
|
-
|
|
30689
|
-
|
|
30657
|
+
|
|
30658
|
+
.n15x5f5y {
|
|
30659
|
+
display: flex;
|
|
30660
|
+
flex-direction: row;
|
|
30661
|
+
padding: 7px 12px;
|
|
30662
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30663
|
+
border-radius: 6px;
|
|
30664
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30665
|
+
font-size: 12px;
|
|
30666
|
+
line-height: 18px;
|
|
30690
30667
|
}
|
|
30691
|
-
.
|
|
30692
|
-
margin-
|
|
30668
|
+
.n15x5f5y .icon-wrapper {
|
|
30669
|
+
margin-right: 10px;
|
|
30670
|
+
height: 18px;
|
|
30693
30671
|
}
|
|
30694
|
-
|
|
30695
|
-
|
|
30696
|
-
|
|
30672
|
+
|
|
30673
|
+
.i16ozz3f {
|
|
30674
|
+
display: flex;
|
|
30675
|
+
flex-direction: row;
|
|
30676
|
+
padding: 7px 12px;
|
|
30677
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30678
|
+
border-radius: 6px;
|
|
30679
|
+
color: #005ed1;
|
|
30680
|
+
font-size: 12px;
|
|
30681
|
+
line-height: 18px;
|
|
30697
30682
|
}
|
|
30698
|
-
.
|
|
30699
|
-
margin:
|
|
30700
|
-
|
|
30683
|
+
.i16ozz3f .icon-wrapper {
|
|
30684
|
+
margin-right: 10px;
|
|
30685
|
+
height: 18px;
|
|
30701
30686
|
}
|
|
30702
30687
|
|
|
30703
|
-
.
|
|
30704
|
-
flex: 1;
|
|
30705
|
-
}
|
|
30706
|
-
.fxgckuk label {
|
|
30707
|
-
font-size: 13px;
|
|
30708
|
-
line-height: 20px;
|
|
30688
|
+
.dszu9qr {
|
|
30709
30689
|
color: rgba(44, 56, 82, 0.6);
|
|
30710
|
-
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
line-height: 20px;
|
|
30714
|
-
color: #2d3a56;
|
|
30715
|
-
margin-bottom: 12px;
|
|
30716
|
-
}
|
|
30717
|
-
.fxgckuk.connect-cluster .title {
|
|
30718
|
-
padding-bottom: 26px;
|
|
30690
|
+
margin-top: 5px;
|
|
30691
|
+
font-size: 12px;
|
|
30692
|
+
line-height: 18px;
|
|
30719
30693
|
}
|
|
30720
30694
|
|
|
30721
|
-
.
|
|
30722
|
-
|
|
30723
|
-
|
|
30724
|
-
|
|
30695
|
+
.snxzgx {
|
|
30696
|
+
color: #f0483e;
|
|
30697
|
+
font-size: 12px;
|
|
30698
|
+
white-space: pre-wrap;
|
|
30725
30699
|
}
|
|
30726
30700
|
|
|
30727
|
-
.
|
|
30701
|
+
.o1i4orqw {
|
|
30728
30702
|
display: flex;
|
|
30729
30703
|
align-items: center;
|
|
30730
|
-
|
|
30731
|
-
}
|
|
30732
|
-
.f4u402y > label {
|
|
30733
|
-
width: 216px;
|
|
30734
|
-
}
|
|
30735
|
-
.f4u402y > label + * {
|
|
30736
|
-
width: 100%;
|
|
30704
|
+
justify-content: flex-end;
|
|
30737
30705
|
}
|
|
30738
|
-
.
|
|
30739
|
-
|
|
30706
|
+
.o1i4orqw .icon-wrapper {
|
|
30707
|
+
margin-right: 16px;
|
|
30740
30708
|
}
|
|
30741
30709
|
|
|
30742
|
-
.
|
|
30743
|
-
color:
|
|
30744
|
-
margin-right: 10px;
|
|
30710
|
+
.t79k8o2 {
|
|
30711
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30745
30712
|
}
|
|
30746
30713
|
|
|
30747
|
-
.
|
|
30748
|
-
|
|
30749
|
-
height:
|
|
30750
|
-
|
|
30751
|
-
|
|
30752
|
-
|
|
30753
|
-
|
|
30754
|
-
.l1v7sr0n {
|
|
30755
|
-
display: flex;
|
|
30756
|
-
justify-content: center;
|
|
30757
|
-
align-items: center;
|
|
30758
|
-
height: 100%;
|
|
30759
|
-
}
|
|
30760
|
-
|
|
30761
|
-
.d1i4ou6o {
|
|
30762
|
-
display: inline-block;
|
|
30763
|
-
width: 4px;
|
|
30764
|
-
height: 4px;
|
|
30765
|
-
background: #8e9aa9;
|
|
30766
|
-
opacity: 0.4;
|
|
30767
|
-
border-radius: 50%;
|
|
30768
|
-
margin: 0 4px;
|
|
30769
|
-
}
|
|
30770
|
-
|
|
30771
|
-
.m1jy87hk .ant-modal-header,
|
|
30772
|
-
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30773
|
-
width: 648px;
|
|
30774
|
-
margin: 0 auto;
|
|
30714
|
+
.ipd9bk.ant-input {
|
|
30715
|
+
padding: 5px 12px;
|
|
30716
|
+
line-height: 20px;
|
|
30717
|
+
color: #2d3a56;
|
|
30718
|
+
border-radius: 6px;
|
|
30719
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30720
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30775
30721
|
}
|
|
30776
|
-
.
|
|
30777
|
-
padding:
|
|
30778
|
-
|
|
30722
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
30723
|
+
padding: 8px 16px;
|
|
30724
|
+
line-height: 22px;
|
|
30779
30725
|
}
|
|
30780
|
-
.
|
|
30781
|
-
|
|
30726
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
30727
|
+
padding: 2px 8px;
|
|
30728
|
+
line-height: 18px;
|
|
30782
30729
|
}
|
|
30783
|
-
.
|
|
30784
|
-
|
|
30730
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30731
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30732
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30785
30733
|
}
|
|
30786
|
-
.
|
|
30787
|
-
border:
|
|
30734
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30735
|
+
border-color: #0096ff;
|
|
30736
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30788
30737
|
}
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
|
|
30792
|
-
line-height: 18px;
|
|
30793
|
-
font-weight: bold;
|
|
30794
|
-
color: #fff;
|
|
30795
|
-
padding: 0 4px;
|
|
30796
|
-
border-radius: 4px;
|
|
30797
|
-
display: inline-block;
|
|
30798
|
-
background: var(--ti7fpyu-0);
|
|
30738
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30739
|
+
border-color: #e75a3a;
|
|
30740
|
+
color: #e75a3a;
|
|
30799
30741
|
}
|
|
30800
|
-
.
|
|
30801
|
-
|
|
30742
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30743
|
+
border-color: #e75a3a;
|
|
30744
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30802
30745
|
}
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
|
|
30806
|
-
height: 100%;
|
|
30807
|
-
display: flex;
|
|
30808
|
-
align-items: center;
|
|
30809
|
-
justify-content: center;
|
|
30746
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30747
|
+
border-color: #e75a3a;
|
|
30748
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30810
30749
|
}
|
|
30811
|
-
|
|
30812
|
-
.
|
|
30813
|
-
|
|
30814
|
-
|
|
30815
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30816
|
-
padding: 1px 4px 1px;
|
|
30817
|
-
margin-left: 2px;
|
|
30818
|
-
margin-right: 2px;
|
|
30819
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30820
|
-
border-radius: 4px;
|
|
30750
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30751
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30752
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30753
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30821
30754
|
}
|
|
30822
|
-
|
|
30823
|
-
|
|
30824
|
-
|
|
30755
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
30756
|
+
padding: 5px 12px;
|
|
30757
|
+
border-radius: 6px;
|
|
30758
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30759
|
+
line-height: 20px;
|
|
30760
|
+
color: #2d3a56;
|
|
30761
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30825
30762
|
}
|
|
30826
|
-
.
|
|
30827
|
-
|
|
30763
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30764
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30765
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30828
30766
|
}
|
|
30829
|
-
.
|
|
30830
|
-
|
|
30767
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30768
|
+
padding: 8px 16px;
|
|
30769
|
+
line-height: 22px;
|
|
30831
30770
|
}
|
|
30832
|
-
.
|
|
30833
|
-
|
|
30771
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30772
|
+
padding: 2px 8px;
|
|
30773
|
+
line-height: 18px;
|
|
30834
30774
|
}
|
|
30835
|
-
.
|
|
30836
|
-
|
|
30775
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30776
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30777
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30837
30778
|
}
|
|
30838
|
-
.
|
|
30839
|
-
|
|
30840
|
-
|
|
30779
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30780
|
+
border-color: #0096ff;
|
|
30781
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30841
30782
|
}
|
|
30842
|
-
.
|
|
30843
|
-
|
|
30844
|
-
width: 100%;
|
|
30845
|
-
padding: 14px;
|
|
30846
|
-
background: #f2f4f6;
|
|
30847
|
-
font-size: 13px;
|
|
30848
|
-
line-height: 1.8;
|
|
30849
|
-
color: #8e9aa9;
|
|
30783
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30784
|
+
border-color: #e75a3a;
|
|
30850
30785
|
}
|
|
30851
|
-
.
|
|
30852
|
-
|
|
30853
|
-
font-size: 13px;
|
|
30854
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30786
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30787
|
+
color: #e75a3a;
|
|
30855
30788
|
}
|
|
30856
|
-
.
|
|
30857
|
-
|
|
30789
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30790
|
+
border-color: #e75a3a;
|
|
30791
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30858
30792
|
}
|
|
30859
|
-
.
|
|
30860
|
-
|
|
30861
|
-
|
|
30793
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30794
|
+
border-color: #e75a3a;
|
|
30795
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30862
30796
|
}
|
|
30863
|
-
.
|
|
30864
|
-
|
|
30797
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30798
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30799
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30800
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30865
30801
|
}
|
|
30866
|
-
.
|
|
30867
|
-
|
|
30802
|
+
textarea.ipd9bk.ant-input {
|
|
30803
|
+
transition-property: height;
|
|
30804
|
+
transition-delay: 50ms;
|
|
30868
30805
|
}
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30806
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
30807
|
+
min-height: 40px;
|
|
30808
|
+
height: 40px;
|
|
30871
30809
|
}
|
|
30872
|
-
.
|
|
30873
|
-
|
|
30874
|
-
height: 0;
|
|
30875
|
-
overflow: hidden;
|
|
30810
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
30811
|
+
height: 80px;
|
|
30876
30812
|
}
|
|
30877
|
-
.
|
|
30878
|
-
|
|
30879
|
-
height:
|
|
30880
|
-
overflow: auto;
|
|
30813
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
30814
|
+
min-height: 32px;
|
|
30815
|
+
height: 32px;
|
|
30881
30816
|
}
|
|
30882
|
-
.
|
|
30883
|
-
|
|
30884
|
-
border: 1px solid #e75a3a;
|
|
30885
|
-
color: #e75a3a;
|
|
30817
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30818
|
+
height: 64px;
|
|
30886
30819
|
}
|
|
30887
|
-
|
|
30888
|
-
|
|
30889
|
-
|
|
30890
|
-
font-weight: bold;
|
|
30891
|
-
padding-bottom: 6px;
|
|
30892
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30893
|
-
margin-bottom: 16px;
|
|
30820
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
30821
|
+
min-height: 24px;
|
|
30822
|
+
height: 24px;
|
|
30894
30823
|
}
|
|
30895
|
-
.
|
|
30896
|
-
|
|
30824
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30825
|
+
height: 40px;
|
|
30897
30826
|
}
|
|
30898
30827
|
|
|
30899
|
-
.
|
|
30900
|
-
|
|
30901
|
-
|
|
30902
|
-
display: flex;
|
|
30903
|
-
justify-content: center;
|
|
30904
|
-
align-items: center;
|
|
30905
|
-
cursor: pointer;
|
|
30906
|
-
transition: all 200ms ease-out 40ms;
|
|
30828
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30829
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30830
|
+
border-radius: 4px;
|
|
30907
30831
|
}
|
|
30908
|
-
.
|
|
30909
|
-
content: "";
|
|
30910
|
-
width: 1px;
|
|
30911
|
-
height: 6px;
|
|
30912
|
-
border-radius: 1px;
|
|
30913
|
-
background: #ccd4e3;
|
|
30832
|
+
.kypn5o5.input-tags {
|
|
30914
30833
|
position: relative;
|
|
30915
|
-
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
transform: rotate(45deg);
|
|
30920
|
-
left: 1px;
|
|
30834
|
+
padding: 6px;
|
|
30835
|
+
height: 32px;
|
|
30836
|
+
cursor: pointer;
|
|
30837
|
+
transition: border 150ms;
|
|
30921
30838
|
}
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
|
|
30925
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30926
|
-
border-radius: 6px;
|
|
30839
|
+
.kypn5o5.input-tags:hover {
|
|
30840
|
+
border-color: #0080ff;
|
|
30841
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30927
30842
|
}
|
|
30928
|
-
.
|
|
30929
|
-
|
|
30930
|
-
color: #e07f00;
|
|
30843
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30844
|
+
padding-right: 30px;
|
|
30931
30845
|
}
|
|
30932
|
-
.
|
|
30933
|
-
|
|
30934
|
-
border-bottom-color: #e07f00;
|
|
30846
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30847
|
+
display: flex;
|
|
30935
30848
|
}
|
|
30936
|
-
|
|
30937
|
-
.ng31n2o {
|
|
30938
|
-
display: flex;
|
|
30939
|
-
flex-direction: row;
|
|
30940
|
-
padding: 7px 12px;
|
|
30941
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30942
|
-
border-radius: 6px;
|
|
30943
|
-
color: #e07f00;
|
|
30944
|
-
font-size: 12px;
|
|
30945
|
-
line-height: 18px;
|
|
30946
|
-
}
|
|
30947
|
-
.ng31n2o .icon-wrapper {
|
|
30948
|
-
margin-right: 10px;
|
|
30949
|
-
height: 18px;
|
|
30950
|
-
}
|
|
30951
|
-
|
|
30952
|
-
.n15x5f5y {
|
|
30953
|
-
display: flex;
|
|
30954
|
-
flex-direction: row;
|
|
30955
|
-
padding: 7px 12px;
|
|
30956
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30957
|
-
border-radius: 6px;
|
|
30958
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30959
|
-
font-size: 12px;
|
|
30960
|
-
line-height: 18px;
|
|
30961
|
-
}
|
|
30962
|
-
.n15x5f5y .icon-wrapper {
|
|
30963
|
-
margin-right: 10px;
|
|
30964
|
-
height: 18px;
|
|
30965
|
-
}
|
|
30966
|
-
|
|
30967
|
-
.i16ozz3f {
|
|
30968
|
-
display: flex;
|
|
30969
|
-
flex-direction: row;
|
|
30970
|
-
padding: 7px 12px;
|
|
30971
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30972
|
-
border-radius: 6px;
|
|
30973
|
-
color: #005ed1;
|
|
30974
|
-
font-size: 12px;
|
|
30975
|
-
line-height: 18px;
|
|
30976
|
-
}
|
|
30977
|
-
.i16ozz3f .icon-wrapper {
|
|
30978
|
-
margin-right: 10px;
|
|
30979
|
-
height: 18px;
|
|
30980
|
-
}
|
|
30981
|
-
|
|
30982
|
-
.dszu9qr {
|
|
30983
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30984
|
-
margin-top: 5px;
|
|
30985
|
-
font-size: 12px;
|
|
30986
|
-
line-height: 18px;
|
|
30987
|
-
}
|
|
30988
|
-
|
|
30989
|
-
.snxzgx {
|
|
30990
|
-
color: #f0483e;
|
|
30991
|
-
font-size: 12px;
|
|
30992
|
-
white-space: pre-wrap;
|
|
30993
|
-
}
|
|
30994
|
-
|
|
30995
|
-
.o1i4orqw {
|
|
30996
|
-
display: flex;
|
|
30997
|
-
align-items: center;
|
|
30998
|
-
justify-content: flex-end;
|
|
30999
|
-
}
|
|
31000
|
-
.o1i4orqw .icon-wrapper {
|
|
31001
|
-
margin-right: 16px;
|
|
31002
|
-
}
|
|
31003
|
-
|
|
31004
|
-
.t79k8o2 {
|
|
31005
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31006
|
-
}
|
|
31007
|
-
|
|
31008
|
-
.ipd9bk.ant-input {
|
|
31009
|
-
padding: 5px 12px;
|
|
31010
|
-
line-height: 20px;
|
|
31011
|
-
color: #2d3a56;
|
|
31012
|
-
border-radius: 6px;
|
|
31013
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31014
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31015
|
-
}
|
|
31016
|
-
.ipd9bk.ant-input.ant-input-lg {
|
|
31017
|
-
padding: 8px 16px;
|
|
31018
|
-
line-height: 22px;
|
|
31019
|
-
}
|
|
31020
|
-
.ipd9bk.ant-input.ant-input-sm {
|
|
31021
|
-
padding: 2px 8px;
|
|
31022
|
-
line-height: 18px;
|
|
31023
|
-
}
|
|
31024
|
-
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31025
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31026
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31027
|
-
}
|
|
31028
|
-
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31029
|
-
border-color: #0096ff;
|
|
31030
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31031
|
-
}
|
|
31032
|
-
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
31033
|
-
border-color: #e75a3a;
|
|
31034
|
-
color: #e75a3a;
|
|
31035
|
-
}
|
|
31036
|
-
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31037
|
-
border-color: #e75a3a;
|
|
31038
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31039
|
-
}
|
|
31040
|
-
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31041
|
-
border-color: #e75a3a;
|
|
31042
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31043
|
-
}
|
|
31044
|
-
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
31045
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31046
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31047
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31048
|
-
}
|
|
31049
|
-
.ipd9bk.ant-input-affix-wrapper {
|
|
31050
|
-
padding: 5px 12px;
|
|
31051
|
-
border-radius: 6px;
|
|
31052
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31053
|
-
line-height: 20px;
|
|
31054
|
-
color: #2d3a56;
|
|
31055
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31056
|
-
}
|
|
31057
|
-
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
31058
|
-
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
31059
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31060
|
-
}
|
|
31061
|
-
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31062
|
-
padding: 8px 16px;
|
|
31063
|
-
line-height: 22px;
|
|
31064
|
-
}
|
|
31065
|
-
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31066
|
-
padding: 2px 8px;
|
|
31067
|
-
line-height: 18px;
|
|
31068
|
-
}
|
|
31069
|
-
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31070
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31071
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31072
|
-
}
|
|
31073
|
-
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31074
|
-
border-color: #0096ff;
|
|
31075
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31076
|
-
}
|
|
31077
|
-
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31078
|
-
border-color: #e75a3a;
|
|
31079
|
-
}
|
|
31080
|
-
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31081
|
-
color: #e75a3a;
|
|
31082
|
-
}
|
|
31083
|
-
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31084
|
-
border-color: #e75a3a;
|
|
31085
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31086
|
-
}
|
|
31087
|
-
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31088
|
-
border-color: #e75a3a;
|
|
31089
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31090
|
-
}
|
|
31091
|
-
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31092
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31093
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31094
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31095
|
-
}
|
|
31096
|
-
textarea.ipd9bk.ant-input {
|
|
31097
|
-
transition-property: height;
|
|
31098
|
-
transition-delay: 50ms;
|
|
31099
|
-
}
|
|
31100
|
-
textarea.ipd9bk.ant-input.textarea-large {
|
|
31101
|
-
min-height: 40px;
|
|
31102
|
-
height: 40px;
|
|
31103
|
-
}
|
|
31104
|
-
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
31105
|
-
height: 80px;
|
|
31106
|
-
}
|
|
31107
|
-
textarea.ipd9bk.ant-input.textarea-middle {
|
|
31108
|
-
min-height: 32px;
|
|
31109
|
-
height: 32px;
|
|
31110
|
-
}
|
|
31111
|
-
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
31112
|
-
height: 64px;
|
|
31113
|
-
}
|
|
31114
|
-
textarea.ipd9bk.ant-input.textarea-small {
|
|
31115
|
-
min-height: 24px;
|
|
31116
|
-
height: 24px;
|
|
31117
|
-
}
|
|
31118
|
-
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
31119
|
-
height: 40px;
|
|
31120
|
-
}
|
|
31121
|
-
|
|
31122
|
-
.kypn5o5 input, .kypn5o5.input-tags {
|
|
31123
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31124
|
-
border-radius: 4px;
|
|
31125
|
-
}
|
|
31126
|
-
.kypn5o5.input-tags {
|
|
31127
|
-
position: relative;
|
|
31128
|
-
padding: 6px;
|
|
31129
|
-
height: 32px;
|
|
31130
|
-
cursor: pointer;
|
|
31131
|
-
transition: border 150ms;
|
|
31132
|
-
}
|
|
31133
|
-
.kypn5o5.input-tags:hover {
|
|
31134
|
-
border-color: #0080ff;
|
|
31135
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31136
|
-
}
|
|
31137
|
-
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
31138
|
-
padding-right: 30px;
|
|
31139
|
-
}
|
|
31140
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
31141
|
-
display: flex;
|
|
31142
|
-
}
|
|
31143
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30849
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31144
30850
|
display: flex;
|
|
31145
30851
|
}
|
|
31146
30852
|
.kypn5o5.input-tags .input-tag-suffix {
|
|
@@ -31211,619 +30917,354 @@ input.rrg1fkn.ant-input {
|
|
|
31211
30917
|
border-bottom-left-radius: 0;
|
|
31212
30918
|
}
|
|
31213
30919
|
|
|
31214
|
-
.
|
|
31215
|
-
|
|
31216
|
-
height: 24px;
|
|
31217
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31218
|
-
overflow: hidden;
|
|
31219
|
-
}
|
|
31220
|
-
.s34f1qb.ant-switch:focus {
|
|
31221
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30920
|
+
.obf05yr {
|
|
30921
|
+
display: inline-block;
|
|
31222
30922
|
}
|
|
31223
|
-
|
|
31224
|
-
|
|
31225
|
-
|
|
30923
|
+
|
|
30924
|
+
.hsms1n6 {
|
|
30925
|
+
visibility: hidden;
|
|
30926
|
+
position: absolute;
|
|
31226
30927
|
}
|
|
31227
|
-
|
|
31228
|
-
|
|
31229
|
-
|
|
30928
|
+
|
|
30929
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30930
|
+
display: inline-flex;
|
|
30931
|
+
align-items: baseline;
|
|
30932
|
+
white-space: pre-wrap;
|
|
31230
30933
|
}
|
|
31231
|
-
.
|
|
31232
|
-
|
|
31233
|
-
|
|
30934
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30935
|
+
position: relative;
|
|
30936
|
+
top: 3px;
|
|
31234
30937
|
}
|
|
31235
|
-
.
|
|
31236
|
-
border-
|
|
31237
|
-
transition-delay: 120ms;
|
|
30938
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30939
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31238
30940
|
}
|
|
31239
|
-
.
|
|
31240
|
-
|
|
31241
|
-
width: 14px;
|
|
31242
|
-
top: 1px;
|
|
31243
|
-
left: 1px;
|
|
30941
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30942
|
+
border-color: #0080ff;
|
|
31244
30943
|
}
|
|
31245
|
-
.
|
|
31246
|
-
|
|
31247
|
-
|
|
30944
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30945
|
+
border-color: #0080ff;
|
|
30946
|
+
background: #0080ff;
|
|
31248
30947
|
}
|
|
31249
|
-
.
|
|
31250
|
-
|
|
30948
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30949
|
+
top: 4px;
|
|
30950
|
+
left: 4px;
|
|
30951
|
+
width: 6px;
|
|
30952
|
+
height: 6px;
|
|
30953
|
+
background: #fff;
|
|
31251
30954
|
}
|
|
31252
|
-
.
|
|
31253
|
-
|
|
30955
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30956
|
+
opacity: 0.5;
|
|
31254
30957
|
}
|
|
31255
|
-
.
|
|
31256
|
-
|
|
30958
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30959
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30960
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31257
30961
|
}
|
|
31258
|
-
.
|
|
31259
|
-
|
|
30962
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30963
|
+
background: #00122e;
|
|
31260
30964
|
}
|
|
31261
|
-
.
|
|
31262
|
-
|
|
30965
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30966
|
+
color: #00122e;
|
|
30967
|
+
opacity: 0.5;
|
|
31263
30968
|
}
|
|
31264
|
-
|
|
31265
|
-
|
|
31266
|
-
margin-left: 5px;
|
|
30969
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30970
|
+
color: #00122e;
|
|
31267
30971
|
}
|
|
31268
|
-
|
|
31269
|
-
|
|
31270
|
-
|
|
30972
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30973
|
+
display: inline-block;
|
|
30974
|
+
padding: 0;
|
|
30975
|
+
padding-left: 12px;
|
|
30976
|
+
}
|
|
30977
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30978
|
+
margin-bottom: 0;
|
|
30979
|
+
white-space: pre-wrap;
|
|
30980
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30981
|
+
}
|
|
30982
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30983
|
+
padding-left: 8px;
|
|
31271
30984
|
}
|
|
31272
30985
|
|
|
31273
|
-
.
|
|
31274
|
-
|
|
31275
|
-
|
|
31276
|
-
|
|
31277
|
-
|
|
31278
|
-
min-height: 34px;
|
|
31279
|
-
box-sizing: border-box;
|
|
31280
|
-
margin-top: 8px;
|
|
30986
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30987
|
+
border-radius: 5px 0 0 5px;
|
|
30988
|
+
}
|
|
30989
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30990
|
+
border-radius: 0 5px 5px 0;
|
|
31281
30991
|
}
|
|
31282
30992
|
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31285
|
-
|
|
31286
|
-
margin: 1px 8px;
|
|
31287
|
-
padding: 8px;
|
|
31288
|
-
border-radius: 4px;
|
|
30993
|
+
.r1f0aqcc {
|
|
30994
|
+
color: #00122e;
|
|
30995
|
+
border-color: #ccd4e3;
|
|
31289
30996
|
}
|
|
31290
|
-
.
|
|
31291
|
-
|
|
30997
|
+
.r1f0aqcc:first-child {
|
|
30998
|
+
border-color: #a3b4cc;
|
|
31292
30999
|
}
|
|
31293
|
-
.
|
|
31294
|
-
padding
|
|
31000
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31001
|
+
padding: 0 12px;
|
|
31002
|
+
line-height: 32px;
|
|
31003
|
+
height: 32px;
|
|
31295
31004
|
}
|
|
31296
|
-
.
|
|
31297
|
-
|
|
31005
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31006
|
+
white-space: nowrap;
|
|
31298
31007
|
}
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31008
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31009
|
+
height: 22px;
|
|
31010
|
+
padding: 0 7px;
|
|
31011
|
+
line-height: 20px;
|
|
31301
31012
|
}
|
|
31302
|
-
.
|
|
31303
|
-
|
|
31013
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31014
|
+
background: #ccd4e3;
|
|
31304
31015
|
}
|
|
31305
|
-
.
|
|
31306
|
-
background:
|
|
31016
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31017
|
+
background: #0080ff;
|
|
31307
31018
|
}
|
|
31308
|
-
.
|
|
31309
|
-
|
|
31019
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31020
|
+
background: #ccd4e3;
|
|
31021
|
+
opacity: 0.5;
|
|
31310
31022
|
}
|
|
31311
|
-
.
|
|
31023
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31024
|
+
border-right-color: #0080ff;
|
|
31025
|
+
}
|
|
31026
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31027
|
+
border-color: #0080ff;
|
|
31028
|
+
}
|
|
31029
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31312
31030
|
background: rgba(0, 136, 255, 0.1);
|
|
31313
|
-
color: #0080ff;
|
|
31314
31031
|
}
|
|
31315
|
-
|
|
31316
|
-
.
|
|
31317
|
-
|
|
31318
|
-
|
|
31319
|
-
height: 20px;
|
|
31320
|
-
line-height: 20px;
|
|
31032
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31033
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31034
|
+
border-color: #ccd4e3;
|
|
31035
|
+
opacity: 0.5;
|
|
31321
31036
|
}
|
|
31322
|
-
.
|
|
31323
|
-
color: #
|
|
31324
|
-
|
|
31325
|
-
|
|
31037
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31038
|
+
color: #00122e;
|
|
31039
|
+
border-color: #ccd4e3;
|
|
31040
|
+
}
|
|
31041
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31042
|
+
color: #00122e;
|
|
31043
|
+
border-color: #ccd4e3;
|
|
31044
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31045
|
+
}
|
|
31046
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31047
|
+
margin-right: 8px;
|
|
31048
|
+
display: inline;
|
|
31049
|
+
border: none;
|
|
31050
|
+
padding: 0;
|
|
31051
|
+
width: 36px;
|
|
31052
|
+
background: transparent;
|
|
31053
|
+
}
|
|
31054
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31055
|
+
box-shadow: none;
|
|
31056
|
+
}
|
|
31057
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31058
|
+
margin-right: 0;
|
|
31059
|
+
width: initial;
|
|
31060
|
+
box-shadow: none;
|
|
31061
|
+
}
|
|
31062
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31063
|
+
display: none;
|
|
31064
|
+
}
|
|
31065
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31066
|
+
display: inline;
|
|
31067
|
+
}
|
|
31068
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31069
|
+
display: inline;
|
|
31070
|
+
margin-right: 8px;
|
|
31071
|
+
padding: 0;
|
|
31072
|
+
width: 36px;
|
|
31326
31073
|
}
|
|
31327
31074
|
|
|
31328
|
-
.
|
|
31075
|
+
.p12gwtiw {
|
|
31329
31076
|
display: flex;
|
|
31330
31077
|
justify-content: space-between;
|
|
31078
|
+
align-items: center;
|
|
31079
|
+
padding: 10px 0;
|
|
31331
31080
|
color: rgba(44, 56, 82, 0.6);
|
|
31332
|
-
|
|
31333
|
-
line-height:
|
|
31334
|
-
margin-top: 2px;
|
|
31081
|
+
font-size: 12px;
|
|
31082
|
+
line-height: 24px;
|
|
31335
31083
|
}
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
border: none;
|
|
31339
|
-
margin-right: 0;
|
|
31340
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31084
|
+
.p12gwtiw .pagination-left {
|
|
31085
|
+
padding: 2px 8px;
|
|
31341
31086
|
}
|
|
31342
|
-
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31346
|
-
|
|
31347
|
-
|
|
31087
|
+
.p12gwtiw .dropdown-trigger {
|
|
31088
|
+
display: flex;
|
|
31089
|
+
align-items: center;
|
|
31090
|
+
border-radius: 6px;
|
|
31091
|
+
cursor: pointer;
|
|
31092
|
+
transition: all 0.3s ease;
|
|
31348
31093
|
}
|
|
31349
|
-
|
|
31350
|
-
.
|
|
31351
|
-
|
|
31352
|
-
font-style: normal;
|
|
31353
|
-
font-weight: bold;
|
|
31354
|
-
font-size: 32px;
|
|
31355
|
-
line-height: 40px;
|
|
31094
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31095
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31096
|
+
color: #0080ff;
|
|
31356
31097
|
}
|
|
31357
|
-
|
|
31358
|
-
|
|
31359
|
-
|
|
31360
|
-
|
|
31098
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31099
|
+
margin-left: 4px;
|
|
31100
|
+
}
|
|
31101
|
+
.p12gwtiw .pagination-right {
|
|
31102
|
+
display: flex;
|
|
31103
|
+
align-items: center;
|
|
31104
|
+
color: #0080ff;
|
|
31361
31105
|
font-weight: bold;
|
|
31362
|
-
font-size: 24px;
|
|
31363
|
-
line-height: 32px;
|
|
31364
31106
|
}
|
|
31365
|
-
|
|
31366
|
-
|
|
31367
|
-
font-family: Inter;
|
|
31368
|
-
font-style: normal;
|
|
31369
|
-
font-weight: normal;
|
|
31370
|
-
font-size: 32px;
|
|
31371
|
-
line-height: 40px;
|
|
31107
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
31108
|
+
margin-left: 4px;
|
|
31372
31109
|
}
|
|
31373
|
-
|
|
31374
|
-
.
|
|
31375
|
-
|
|
31376
|
-
font-style: normal;
|
|
31377
|
-
font-weight: bold;
|
|
31378
|
-
font-size: 20px;
|
|
31379
|
-
line-height: 24px;
|
|
31110
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
31111
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
31112
|
+
padding: 0 8px;
|
|
31380
31113
|
}
|
|
31381
|
-
|
|
31382
|
-
.
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
|
|
31386
|
-
|
|
31387
|
-
line-height: 24px;
|
|
31114
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31115
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
31116
|
+
color: #0080ff;
|
|
31117
|
+
}
|
|
31118
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31119
|
+
transform: rotate(180deg);
|
|
31388
31120
|
}
|
|
31389
31121
|
|
|
31390
|
-
.
|
|
31391
|
-
|
|
31392
|
-
|
|
31393
|
-
|
|
31394
|
-
|
|
31395
|
-
|
|
31122
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31123
|
+
max-height: calc(100vh - 128px);
|
|
31124
|
+
overflow-y: auto;
|
|
31125
|
+
}
|
|
31126
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31127
|
+
padding: 4px 20px;
|
|
31128
|
+
font-size: 12px;
|
|
31129
|
+
line-height: 18px;
|
|
31396
31130
|
}
|
|
31397
31131
|
|
|
31398
|
-
.
|
|
31399
|
-
|
|
31400
|
-
|
|
31401
|
-
|
|
31402
|
-
|
|
31403
|
-
line-height: 22px;
|
|
31132
|
+
.s34f1qb.ant-switch {
|
|
31133
|
+
min-width: 40px;
|
|
31134
|
+
height: 24px;
|
|
31135
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31136
|
+
overflow: hidden;
|
|
31404
31137
|
}
|
|
31405
|
-
|
|
31406
|
-
.
|
|
31407
|
-
font-family: Inter;
|
|
31408
|
-
font-style: normal;
|
|
31409
|
-
font-weight: bold;
|
|
31410
|
-
font-size: 16px;
|
|
31411
|
-
line-height: 22px;
|
|
31138
|
+
.s34f1qb.ant-switch:focus {
|
|
31139
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31412
31140
|
}
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
|
|
31416
|
-
font-style: normal;
|
|
31417
|
-
font-weight: normal;
|
|
31418
|
-
font-size: 16px;
|
|
31419
|
-
line-height: 22px;
|
|
31141
|
+
.s34f1qb.ant-switch-small {
|
|
31142
|
+
min-width: 26px;
|
|
31143
|
+
height: 16px;
|
|
31420
31144
|
}
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
|
|
31424
|
-
font-style: normal;
|
|
31425
|
-
font-weight: bold;
|
|
31426
|
-
font-size: 14px;
|
|
31427
|
-
line-height: 20px;
|
|
31145
|
+
.s34f1qb.ant-switch-large {
|
|
31146
|
+
min-width: 52px;
|
|
31147
|
+
height: 32px;
|
|
31428
31148
|
}
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31432
|
-
font-style: normal;
|
|
31433
|
-
font-weight: normal;
|
|
31434
|
-
font-size: 14px;
|
|
31435
|
-
line-height: 20px;
|
|
31149
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31150
|
+
height: 20px;
|
|
31151
|
+
width: 20px;
|
|
31436
31152
|
}
|
|
31437
|
-
|
|
31438
|
-
|
|
31439
|
-
|
|
31440
|
-
font-style: normal;
|
|
31441
|
-
font-weight: bold;
|
|
31442
|
-
font-size: 12px;
|
|
31443
|
-
line-height: 18px;
|
|
31153
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31154
|
+
border-radius: 10px;
|
|
31155
|
+
transition-delay: 120ms;
|
|
31444
31156
|
}
|
|
31445
|
-
|
|
31446
|
-
|
|
31447
|
-
|
|
31448
|
-
|
|
31449
|
-
|
|
31450
|
-
font-size: 12px;
|
|
31451
|
-
line-height: 18px;
|
|
31157
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31158
|
+
height: 14px;
|
|
31159
|
+
width: 14px;
|
|
31160
|
+
top: 1px;
|
|
31161
|
+
left: 1px;
|
|
31452
31162
|
}
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
font-style: normal;
|
|
31457
|
-
font-weight: bold;
|
|
31458
|
-
text-transform: uppercase;
|
|
31459
|
-
font-feature-settings: "cpsp" on;
|
|
31460
|
-
font-size: 12px;
|
|
31461
|
-
line-height: 18px;
|
|
31163
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31164
|
+
height: 28px;
|
|
31165
|
+
width: 28px;
|
|
31462
31166
|
}
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
font-family: Inter;
|
|
31466
|
-
font-style: normal;
|
|
31467
|
-
font-weight: normal;
|
|
31468
|
-
text-transform: uppercase;
|
|
31469
|
-
font-feature-settings: "cpsp" on;
|
|
31470
|
-
font-size: 12px;
|
|
31471
|
-
line-height: 18px;
|
|
31167
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31168
|
+
border-radius: 14px;
|
|
31472
31169
|
}
|
|
31473
|
-
|
|
31474
|
-
|
|
31475
|
-
font-family: Inter;
|
|
31476
|
-
font-style: normal;
|
|
31477
|
-
font-weight: normal;
|
|
31478
|
-
font-size: 16px;
|
|
31479
|
-
line-height: 24px;
|
|
31170
|
+
.s34f1qb.ant-switch-checked {
|
|
31171
|
+
background-color: #00ba5d;
|
|
31480
31172
|
}
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
font-family: Inter;
|
|
31484
|
-
font-style: normal;
|
|
31485
|
-
font-weight: bold;
|
|
31486
|
-
font-size: 16px;
|
|
31487
|
-
line-height: 24px;
|
|
31173
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31174
|
+
left: calc(100% - 20px - 2px);
|
|
31488
31175
|
}
|
|
31489
|
-
|
|
31490
|
-
|
|
31491
|
-
font-family: Inter;
|
|
31492
|
-
font-style: normal;
|
|
31493
|
-
font-weight: normal;
|
|
31494
|
-
font-size: 16px;
|
|
31495
|
-
line-height: 24px;
|
|
31176
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31177
|
+
left: calc(100% - 14px - 1px);
|
|
31496
31178
|
}
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
font-family: Inter;
|
|
31500
|
-
font-style: normal;
|
|
31501
|
-
font-weight: bold;
|
|
31502
|
-
font-size: 16px;
|
|
31503
|
-
line-height: 24px;
|
|
31179
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31180
|
+
left: calc(100% - 28px - 2px);
|
|
31504
31181
|
}
|
|
31505
31182
|
|
|
31506
|
-
.
|
|
31507
|
-
|
|
31508
|
-
font-style: normal;
|
|
31509
|
-
font-weight: normal;
|
|
31510
|
-
text-transform: uppercase;
|
|
31511
|
-
font-feature-settings: "cpsp" on;
|
|
31512
|
-
font-size: 16px;
|
|
31513
|
-
line-height: 24px;
|
|
31183
|
+
.c1to9vb9 {
|
|
31184
|
+
margin-left: 5px;
|
|
31514
31185
|
}
|
|
31515
31186
|
|
|
31516
|
-
.
|
|
31517
|
-
|
|
31518
|
-
|
|
31519
|
-
font-weight: bold;
|
|
31520
|
-
text-transform: uppercase;
|
|
31521
|
-
font-feature-settings: "cpsp" on;
|
|
31522
|
-
font-size: 16px;
|
|
31523
|
-
line-height: 24px;
|
|
31187
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
31188
|
+
flex-direction: row;
|
|
31189
|
+
justify-content: stretch;
|
|
31524
31190
|
}
|
|
31525
|
-
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
font-size: 14px;
|
|
31531
|
-
line-height: 22px;
|
|
31191
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
31192
|
+
padding: 0;
|
|
31193
|
+
margin-right: 4px;
|
|
31194
|
+
flex: 1;
|
|
31195
|
+
overflow: visible;
|
|
31532
31196
|
}
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
font-family: Inter;
|
|
31536
|
-
font-style: normal;
|
|
31537
|
-
font-weight: 500;
|
|
31538
|
-
font-size: 14px;
|
|
31539
|
-
line-height: 22px;
|
|
31197
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
31198
|
+
display: none;
|
|
31540
31199
|
}
|
|
31541
|
-
|
|
31542
|
-
|
|
31543
|
-
|
|
31544
|
-
font-style: normal;
|
|
31545
|
-
font-weight: bold;
|
|
31546
|
-
font-size: 14px;
|
|
31547
|
-
line-height: 22px;
|
|
31200
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
31201
|
+
width: 100%;
|
|
31202
|
+
min-height: unset;
|
|
31548
31203
|
}
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
|
|
31552
|
-
|
|
31204
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
31205
|
+
height: 26px;
|
|
31206
|
+
line-height: 26px;
|
|
31207
|
+
width: 100%;
|
|
31208
|
+
text-align: center;
|
|
31209
|
+
padding: 0;
|
|
31210
|
+
font-size: 12px;
|
|
31553
31211
|
font-weight: normal;
|
|
31554
|
-
font-size: 14px;
|
|
31555
|
-
line-height: 22px;
|
|
31556
|
-
}
|
|
31557
|
-
|
|
31558
|
-
.l1tecqht {
|
|
31559
|
-
font-family: Inter;
|
|
31560
|
-
font-style: normal;
|
|
31561
|
-
font-weight: bold;
|
|
31562
|
-
font-size: 14px;
|
|
31563
|
-
line-height: 22px;
|
|
31564
31212
|
}
|
|
31565
|
-
|
|
31566
|
-
|
|
31567
|
-
font-family: Inter;
|
|
31568
|
-
font-style: normal;
|
|
31569
|
-
font-weight: normal;
|
|
31570
|
-
text-transform: uppercase;
|
|
31571
|
-
font-feature-settings: "cpsp" on;
|
|
31572
|
-
font-size: 14px;
|
|
31573
|
-
line-height: 22px;
|
|
31213
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
31214
|
+
margin-right: 10px;
|
|
31574
31215
|
}
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
font-family: Inter;
|
|
31578
|
-
font-style: normal;
|
|
31579
|
-
font-weight: bold;
|
|
31580
|
-
text-transform: uppercase;
|
|
31581
|
-
font-feature-settings: "cpsp" on;
|
|
31582
|
-
font-size: 14px;
|
|
31583
|
-
line-height: 22px;
|
|
31216
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
31217
|
+
display: none;
|
|
31584
31218
|
}
|
|
31585
|
-
|
|
31586
|
-
|
|
31587
|
-
font-family: Inter;
|
|
31588
|
-
font-style: normal;
|
|
31589
|
-
font-weight: normal;
|
|
31590
|
-
font-size: 13px;
|
|
31591
|
-
line-height: 20px;
|
|
31219
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
31220
|
+
border-radius: 4px 0 0 4px;
|
|
31592
31221
|
}
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
font-family: Inter;
|
|
31596
|
-
font-style: normal;
|
|
31597
|
-
font-weight: 600;
|
|
31598
|
-
font-size: 13px;
|
|
31599
|
-
line-height: 20px;
|
|
31222
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
31223
|
+
margin-right: 0;
|
|
31600
31224
|
}
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
font-family: Inter;
|
|
31604
|
-
font-style: normal;
|
|
31605
|
-
font-weight: bold;
|
|
31606
|
-
font-size: 13px;
|
|
31607
|
-
line-height: 20px;
|
|
31225
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
31226
|
+
border-radius: 0 4px 4px 0;
|
|
31608
31227
|
}
|
|
31609
|
-
|
|
31610
|
-
|
|
31611
|
-
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
|
|
31616
|
-
|
|
31617
|
-
|
|
31618
|
-
|
|
31619
|
-
font-family: Inter;
|
|
31620
|
-
font-style: normal;
|
|
31621
|
-
font-weight: 600;
|
|
31622
|
-
font-size: 13px;
|
|
31623
|
-
line-height: 20px;
|
|
31624
|
-
}
|
|
31625
|
-
|
|
31626
|
-
.l16ujwmv {
|
|
31627
|
-
font-family: Inter;
|
|
31628
|
-
font-style: normal;
|
|
31629
|
-
font-weight: bold;
|
|
31630
|
-
font-size: 13px;
|
|
31631
|
-
line-height: 20px;
|
|
31632
|
-
}
|
|
31633
|
-
|
|
31634
|
-
.l17o1ffr {
|
|
31635
|
-
font-family: Inter;
|
|
31636
|
-
font-style: normal;
|
|
31637
|
-
font-weight: normal;
|
|
31638
|
-
text-transform: uppercase;
|
|
31639
|
-
font-feature-settings: "cpsp" on;
|
|
31640
|
-
font-size: 13px;
|
|
31641
|
-
line-height: 20px;
|
|
31642
|
-
}
|
|
31643
|
-
|
|
31644
|
-
.lngllvn {
|
|
31645
|
-
font-family: Inter;
|
|
31646
|
-
font-style: normal;
|
|
31647
|
-
font-weight: bold;
|
|
31648
|
-
text-transform: uppercase;
|
|
31649
|
-
font-feature-settings: "cpsp" on;
|
|
31650
|
-
font-size: 13px;
|
|
31651
|
-
line-height: 20px;
|
|
31652
|
-
}
|
|
31653
|
-
|
|
31654
|
-
.l2i7fo9 {
|
|
31655
|
-
font-family: Inter;
|
|
31656
|
-
font-style: normal;
|
|
31657
|
-
font-weight: normal;
|
|
31658
|
-
font-size: 12px;
|
|
31659
|
-
line-height: 18px;
|
|
31660
|
-
}
|
|
31661
|
-
|
|
31662
|
-
.l1x7hscx {
|
|
31663
|
-
font-family: Inter;
|
|
31664
|
-
font-style: normal;
|
|
31665
|
-
font-weight: 500;
|
|
31666
|
-
font-size: 12px;
|
|
31667
|
-
line-height: 18px;
|
|
31668
|
-
}
|
|
31669
|
-
|
|
31670
|
-
.le1jwan {
|
|
31671
|
-
font-family: Inter;
|
|
31672
|
-
font-style: normal;
|
|
31673
|
-
font-weight: bold;
|
|
31674
|
-
font-size: 12px;
|
|
31675
|
-
line-height: 18px;
|
|
31676
|
-
}
|
|
31677
|
-
|
|
31678
|
-
.lyxynfj {
|
|
31679
|
-
font-family: Inter;
|
|
31680
|
-
font-style: normal;
|
|
31681
|
-
font-weight: normal;
|
|
31682
|
-
font-size: 12px;
|
|
31683
|
-
line-height: 18px;
|
|
31684
|
-
}
|
|
31685
|
-
|
|
31686
|
-
.lpb2nxv {
|
|
31687
|
-
font-family: Inter;
|
|
31688
|
-
font-style: normal;
|
|
31689
|
-
font-weight: 500;
|
|
31690
|
-
font-size: 12px;
|
|
31691
|
-
line-height: 18px;
|
|
31692
|
-
}
|
|
31693
|
-
|
|
31694
|
-
.l1r8o3vv {
|
|
31695
|
-
font-family: Inter;
|
|
31696
|
-
font-style: normal;
|
|
31697
|
-
font-weight: bold;
|
|
31698
|
-
font-size: 12px;
|
|
31699
|
-
line-height: 18px;
|
|
31700
|
-
}
|
|
31701
|
-
|
|
31702
|
-
.lemnjy2 {
|
|
31703
|
-
font-family: Inter;
|
|
31704
|
-
font-style: normal;
|
|
31705
|
-
font-weight: normal;
|
|
31706
|
-
text-transform: uppercase;
|
|
31707
|
-
font-feature-settings: "cpsp" on;
|
|
31708
|
-
font-size: 12px;
|
|
31709
|
-
line-height: 18px;
|
|
31710
|
-
}
|
|
31711
|
-
|
|
31712
|
-
.lrc42gb {
|
|
31713
|
-
font-family: Inter;
|
|
31714
|
-
font-style: normal;
|
|
31715
|
-
font-weight: bold;
|
|
31716
|
-
text-transform: uppercase;
|
|
31717
|
-
font-feature-settings: "cpsp" on;
|
|
31718
|
-
font-size: 12px;
|
|
31719
|
-
line-height: 18px;
|
|
31720
|
-
}
|
|
31721
|
-
|
|
31722
|
-
.fqaz4mb {
|
|
31723
|
-
font-family: Inter;
|
|
31724
|
-
font-style: normal;
|
|
31725
|
-
font-weight: normal;
|
|
31726
|
-
font-size: 13px;
|
|
31727
|
-
line-height: 20px;
|
|
31728
|
-
}
|
|
31729
|
-
|
|
31730
|
-
.f13we5o {
|
|
31731
|
-
font-family: Inter;
|
|
31732
|
-
font-style: normal;
|
|
31733
|
-
font-weight: normal;
|
|
31734
|
-
font-size: 13px;
|
|
31735
|
-
line-height: 20px;
|
|
31736
|
-
}
|
|
31737
|
-
|
|
31738
|
-
.ffmjua2 {
|
|
31739
|
-
font-family: Inter;
|
|
31740
|
-
font-style: normal;
|
|
31741
|
-
font-weight: normal;
|
|
31742
|
-
font-size: 12px;
|
|
31743
|
-
line-height: 18px;
|
|
31744
|
-
}
|
|
31745
|
-
|
|
31746
|
-
.fz2mxw0 {
|
|
31747
|
-
font-family: Inter;
|
|
31748
|
-
font-style: normal;
|
|
31749
|
-
font-weight: normal;
|
|
31750
|
-
font-size: 12px;
|
|
31751
|
-
line-height: 18px;
|
|
31752
|
-
}
|
|
31753
|
-
|
|
31754
|
-
.t1ertzoh {
|
|
31755
|
-
font-family: Inter;
|
|
31756
|
-
font-style: normal;
|
|
31757
|
-
font-weight: normal;
|
|
31758
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31759
|
-
font-size: 13px;
|
|
31760
|
-
line-height: 20px;
|
|
31761
|
-
}
|
|
31762
|
-
|
|
31763
|
-
.t19bge8r {
|
|
31764
|
-
font-family: Inter;
|
|
31765
|
-
font-style: normal;
|
|
31766
|
-
font-weight: normal;
|
|
31767
|
-
font-feature-settings: "zero" on;
|
|
31768
|
-
font-size: 13px;
|
|
31769
|
-
line-height: 20px;
|
|
31228
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
31229
|
+
content: "";
|
|
31230
|
+
width: 0;
|
|
31231
|
+
height: 0;
|
|
31232
|
+
border: 13px solid transparent;
|
|
31233
|
+
position: absolute;
|
|
31234
|
+
top: 0;
|
|
31235
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
31236
|
+
right: -21px;
|
|
31237
|
+
z-index: 2;
|
|
31770
31238
|
}
|
|
31771
|
-
|
|
31772
|
-
|
|
31773
|
-
|
|
31774
|
-
|
|
31775
|
-
|
|
31776
|
-
|
|
31777
|
-
|
|
31778
|
-
|
|
31239
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
31240
|
+
content: "";
|
|
31241
|
+
width: 0;
|
|
31242
|
+
height: 0;
|
|
31243
|
+
border: 13px solid transparent;
|
|
31244
|
+
position: absolute;
|
|
31245
|
+
top: 0;
|
|
31246
|
+
border-left: 8px solid #fff;
|
|
31247
|
+
left: 0;
|
|
31779
31248
|
}
|
|
31780
|
-
|
|
31781
|
-
.
|
|
31782
|
-
font-family: Inter;
|
|
31783
|
-
font-style: normal;
|
|
31784
|
-
font-weight: 500;
|
|
31785
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31786
|
-
font-size: 12px;
|
|
31787
|
-
line-height: 18px;
|
|
31249
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
31250
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31788
31251
|
}
|
|
31789
|
-
|
|
31790
|
-
.
|
|
31791
|
-
font-family: Inter;
|
|
31792
|
-
font-style: normal;
|
|
31793
|
-
font-weight: normal;
|
|
31794
|
-
font-feature-settings: "zero" on;
|
|
31795
|
-
font-size: 12px;
|
|
31796
|
-
line-height: 18px;
|
|
31252
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
31253
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
31797
31254
|
}
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
font-family: Inter;
|
|
31801
|
-
font-style: normal;
|
|
31802
|
-
font-weight: 500;
|
|
31803
|
-
font-feature-settings: "zero" on;
|
|
31804
|
-
font-size: 12px;
|
|
31805
|
-
line-height: 18px;
|
|
31255
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
31256
|
+
color: #005ed1;
|
|
31806
31257
|
}
|
|
31807
|
-
|
|
31808
|
-
.
|
|
31809
|
-
|
|
31810
|
-
font-style: normal;
|
|
31811
|
-
font-weight: bold;
|
|
31812
|
-
font-feature-settings: "zero" on;
|
|
31813
|
-
font-size: 16px;
|
|
31814
|
-
line-height: 24px;
|
|
31258
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
31259
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
31260
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
31815
31261
|
}
|
|
31816
|
-
|
|
31817
|
-
.
|
|
31818
|
-
|
|
31819
|
-
font-style: normal;
|
|
31820
|
-
font-weight: normal;
|
|
31821
|
-
font-size: 10px;
|
|
31822
|
-
line-height: 12px;
|
|
31262
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
31263
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
31264
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31823
31265
|
}
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
display: inline-block;
|
|
31266
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
31267
|
+
padding: 0;
|
|
31827
31268
|
}
|
|
31828
31269
|
|
|
31829
31270
|
.t1upn1sz {
|
|
@@ -32121,73 +31562,633 @@ input.rrg1fkn.ant-input {
|
|
|
32121
31562
|
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
32122
31563
|
display: none;
|
|
32123
31564
|
}
|
|
32124
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
32125
|
-
transform: translateY(-50%);
|
|
31565
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31566
|
+
transform: translateY(-50%);
|
|
31567
|
+
}
|
|
31568
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31569
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31570
|
+
}
|
|
31571
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31572
|
+
background: #f2f5fa;
|
|
31573
|
+
}
|
|
31574
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31575
|
+
display: block;
|
|
31576
|
+
}
|
|
31577
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31578
|
+
padding-right: 25px;
|
|
31579
|
+
}
|
|
31580
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31581
|
+
padding: 0 !important;
|
|
31582
|
+
}
|
|
31583
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31584
|
+
position: absolute;
|
|
31585
|
+
left: 50%;
|
|
31586
|
+
top: 50%;
|
|
31587
|
+
transform: translate(-50%, -50%);
|
|
31588
|
+
}
|
|
31589
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31590
|
+
display: none;
|
|
31591
|
+
}
|
|
31592
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31593
|
+
background: #fff;
|
|
31594
|
+
}
|
|
31595
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31596
|
+
background: inherit;
|
|
31597
|
+
}
|
|
31598
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31599
|
+
position: static;
|
|
31600
|
+
border: none;
|
|
31601
|
+
background: inherit !important;
|
|
31602
|
+
height: 100px;
|
|
31603
|
+
vertical-align: middle;
|
|
31604
|
+
}
|
|
31605
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31606
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31607
|
+
font-weight: bold;
|
|
31608
|
+
font-size: 20px;
|
|
31609
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31610
|
+
}
|
|
31611
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31612
|
+
padding: 0 !important;
|
|
31613
|
+
position: relative;
|
|
31614
|
+
background: #fff;
|
|
31615
|
+
}
|
|
31616
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31617
|
+
height: 100%;
|
|
31618
|
+
display: flex;
|
|
31619
|
+
align-items: center;
|
|
31620
|
+
justify-content: flex-end;
|
|
31621
|
+
padding-right: 8px;
|
|
31622
|
+
}
|
|
31623
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31624
|
+
width: 24px;
|
|
31625
|
+
height: 24px;
|
|
31626
|
+
cursor: pointer;
|
|
31627
|
+
justify-content: center;
|
|
31628
|
+
border-radius: 4px;
|
|
31629
|
+
}
|
|
31630
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31631
|
+
background: #fff;
|
|
31632
|
+
}
|
|
31633
|
+
|
|
31634
|
+
.s1fc623g {
|
|
31635
|
+
width: 430px !important;
|
|
31636
|
+
}
|
|
31637
|
+
|
|
31638
|
+
.da3mx0o .ant-select-item-group {
|
|
31639
|
+
padding: 8px 16px;
|
|
31640
|
+
line-height: 18px;
|
|
31641
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31642
|
+
height: 34px;
|
|
31643
|
+
min-height: 34px;
|
|
31644
|
+
box-sizing: border-box;
|
|
31645
|
+
margin-top: 8px;
|
|
31646
|
+
}
|
|
31647
|
+
|
|
31648
|
+
.onr9gzt {
|
|
31649
|
+
display: flex;
|
|
31650
|
+
flex-direction: column;
|
|
31651
|
+
margin: 1px 8px;
|
|
31652
|
+
padding: 8px;
|
|
31653
|
+
border-radius: 4px;
|
|
31654
|
+
}
|
|
31655
|
+
.onr9gzt .selected-icon {
|
|
31656
|
+
display: none;
|
|
31657
|
+
}
|
|
31658
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31659
|
+
padding-left: 8px;
|
|
31660
|
+
}
|
|
31661
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31662
|
+
background-color: white;
|
|
31663
|
+
}
|
|
31664
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31665
|
+
color: #0080ff;
|
|
31666
|
+
}
|
|
31667
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31668
|
+
display: block;
|
|
31669
|
+
}
|
|
31670
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31671
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31672
|
+
}
|
|
31673
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31674
|
+
color: #0080ff;
|
|
31675
|
+
}
|
|
31676
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31677
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31678
|
+
color: #0080ff;
|
|
31679
|
+
}
|
|
31680
|
+
|
|
31681
|
+
.oiy0apc {
|
|
31682
|
+
display: flex;
|
|
31683
|
+
justify-content: space-between;
|
|
31684
|
+
height: 20px;
|
|
31685
|
+
line-height: 20px;
|
|
31686
|
+
}
|
|
31687
|
+
.oiy0apc .timezone-title {
|
|
31688
|
+
color: #2d3a56;
|
|
31689
|
+
overflow: hidden;
|
|
31690
|
+
text-overflow: ellipsis;
|
|
31691
|
+
}
|
|
31692
|
+
|
|
31693
|
+
.of4y382 {
|
|
31694
|
+
display: flex;
|
|
31695
|
+
justify-content: space-between;
|
|
31696
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31697
|
+
height: 18px;
|
|
31698
|
+
line-height: 18px;
|
|
31699
|
+
margin-top: 2px;
|
|
31700
|
+
}
|
|
31701
|
+
|
|
31702
|
+
.t19903l9 {
|
|
31703
|
+
border: none;
|
|
31704
|
+
margin-right: 0;
|
|
31705
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31706
|
+
}
|
|
31707
|
+
|
|
31708
|
+
.ohwbvxu {
|
|
31709
|
+
pointer-events: none;
|
|
31710
|
+
height: 32px;
|
|
31711
|
+
width: 100%;
|
|
31712
|
+
opacity: 0;
|
|
31713
|
+
}
|
|
31714
|
+
|
|
31715
|
+
.i1e4sgug {
|
|
31716
|
+
display: inline-block;
|
|
31717
|
+
}
|
|
31718
|
+
|
|
31719
|
+
.d6j0lbj {
|
|
31720
|
+
font-family: Inter;
|
|
31721
|
+
font-style: normal;
|
|
31722
|
+
font-weight: bold;
|
|
31723
|
+
font-size: 32px;
|
|
31724
|
+
line-height: 40px;
|
|
31725
|
+
}
|
|
31726
|
+
|
|
31727
|
+
.d1xhvvxe {
|
|
31728
|
+
font-family: Inter;
|
|
31729
|
+
font-style: normal;
|
|
31730
|
+
font-weight: bold;
|
|
31731
|
+
font-size: 24px;
|
|
31732
|
+
line-height: 32px;
|
|
31733
|
+
}
|
|
31734
|
+
|
|
31735
|
+
.dk10mxq {
|
|
31736
|
+
font-family: Inter;
|
|
31737
|
+
font-style: normal;
|
|
31738
|
+
font-weight: normal;
|
|
31739
|
+
font-size: 32px;
|
|
31740
|
+
line-height: 40px;
|
|
31741
|
+
}
|
|
31742
|
+
|
|
31743
|
+
.dxsait {
|
|
31744
|
+
font-family: Inter;
|
|
31745
|
+
font-style: normal;
|
|
31746
|
+
font-weight: bold;
|
|
31747
|
+
font-size: 20px;
|
|
31748
|
+
line-height: 24px;
|
|
31749
|
+
}
|
|
31750
|
+
|
|
31751
|
+
.dokn0h3 {
|
|
31752
|
+
font-family: Inter;
|
|
31753
|
+
font-style: normal;
|
|
31754
|
+
font-weight: normal;
|
|
31755
|
+
font-size: 20px;
|
|
31756
|
+
line-height: 24px;
|
|
31757
|
+
}
|
|
31758
|
+
|
|
31759
|
+
.dobau4p {
|
|
31760
|
+
font-family: Inter;
|
|
31761
|
+
font-style: normal;
|
|
31762
|
+
font-weight: bold;
|
|
31763
|
+
font-size: 18px;
|
|
31764
|
+
line-height: 22px;
|
|
31765
|
+
}
|
|
31766
|
+
|
|
31767
|
+
.dvolwok {
|
|
31768
|
+
font-family: Inter;
|
|
31769
|
+
font-style: normal;
|
|
31770
|
+
font-weight: normal;
|
|
31771
|
+
font-size: 18px;
|
|
31772
|
+
line-height: 22px;
|
|
31773
|
+
}
|
|
31774
|
+
|
|
31775
|
+
.h181qhg4 {
|
|
31776
|
+
font-family: Inter;
|
|
31777
|
+
font-style: normal;
|
|
31778
|
+
font-weight: bold;
|
|
31779
|
+
font-size: 16px;
|
|
31780
|
+
line-height: 22px;
|
|
31781
|
+
}
|
|
31782
|
+
|
|
31783
|
+
.h1phgmcq {
|
|
31784
|
+
font-family: Inter;
|
|
31785
|
+
font-style: normal;
|
|
31786
|
+
font-weight: normal;
|
|
31787
|
+
font-size: 16px;
|
|
31788
|
+
line-height: 22px;
|
|
31789
|
+
}
|
|
31790
|
+
|
|
31791
|
+
.h173xnl1 {
|
|
31792
|
+
font-family: Inter;
|
|
31793
|
+
font-style: normal;
|
|
31794
|
+
font-weight: bold;
|
|
31795
|
+
font-size: 14px;
|
|
31796
|
+
line-height: 20px;
|
|
31797
|
+
}
|
|
31798
|
+
|
|
31799
|
+
.hedm4pz {
|
|
31800
|
+
font-family: Inter;
|
|
31801
|
+
font-style: normal;
|
|
31802
|
+
font-weight: normal;
|
|
31803
|
+
font-size: 14px;
|
|
31804
|
+
line-height: 20px;
|
|
31805
|
+
}
|
|
31806
|
+
|
|
31807
|
+
.h1kd8xld {
|
|
31808
|
+
font-family: Inter;
|
|
31809
|
+
font-style: normal;
|
|
31810
|
+
font-weight: bold;
|
|
31811
|
+
font-size: 12px;
|
|
31812
|
+
line-height: 18px;
|
|
31813
|
+
}
|
|
31814
|
+
|
|
31815
|
+
.hp14fr {
|
|
31816
|
+
font-family: Inter;
|
|
31817
|
+
font-style: normal;
|
|
31818
|
+
font-weight: normal;
|
|
31819
|
+
font-size: 12px;
|
|
31820
|
+
line-height: 18px;
|
|
31821
|
+
}
|
|
31822
|
+
|
|
31823
|
+
.hgrg7mn {
|
|
31824
|
+
font-family: Inter;
|
|
31825
|
+
font-style: normal;
|
|
31826
|
+
font-weight: bold;
|
|
31827
|
+
text-transform: uppercase;
|
|
31828
|
+
font-feature-settings: "cpsp" on;
|
|
31829
|
+
font-size: 12px;
|
|
31830
|
+
line-height: 18px;
|
|
31831
|
+
}
|
|
31832
|
+
|
|
31833
|
+
.h6zme9x {
|
|
31834
|
+
font-family: Inter;
|
|
31835
|
+
font-style: normal;
|
|
31836
|
+
font-weight: normal;
|
|
31837
|
+
text-transform: uppercase;
|
|
31838
|
+
font-feature-settings: "cpsp" on;
|
|
31839
|
+
font-size: 12px;
|
|
31840
|
+
line-height: 18px;
|
|
31841
|
+
}
|
|
31842
|
+
|
|
31843
|
+
.locjvsv {
|
|
31844
|
+
font-family: Inter;
|
|
31845
|
+
font-style: normal;
|
|
31846
|
+
font-weight: normal;
|
|
31847
|
+
font-size: 16px;
|
|
31848
|
+
line-height: 24px;
|
|
31849
|
+
}
|
|
31850
|
+
|
|
31851
|
+
.l13gi131 {
|
|
31852
|
+
font-family: Inter;
|
|
31853
|
+
font-style: normal;
|
|
31854
|
+
font-weight: bold;
|
|
31855
|
+
font-size: 16px;
|
|
31856
|
+
line-height: 24px;
|
|
31857
|
+
}
|
|
31858
|
+
|
|
31859
|
+
.l1ynemsu {
|
|
31860
|
+
font-family: Inter;
|
|
31861
|
+
font-style: normal;
|
|
31862
|
+
font-weight: normal;
|
|
31863
|
+
font-size: 16px;
|
|
31864
|
+
line-height: 24px;
|
|
31865
|
+
}
|
|
31866
|
+
|
|
31867
|
+
.l1cft1cx {
|
|
31868
|
+
font-family: Inter;
|
|
31869
|
+
font-style: normal;
|
|
31870
|
+
font-weight: bold;
|
|
31871
|
+
font-size: 16px;
|
|
31872
|
+
line-height: 24px;
|
|
31873
|
+
}
|
|
31874
|
+
|
|
31875
|
+
.l17tqc8p {
|
|
31876
|
+
font-family: Inter;
|
|
31877
|
+
font-style: normal;
|
|
31878
|
+
font-weight: normal;
|
|
31879
|
+
text-transform: uppercase;
|
|
31880
|
+
font-feature-settings: "cpsp" on;
|
|
31881
|
+
font-size: 16px;
|
|
31882
|
+
line-height: 24px;
|
|
31883
|
+
}
|
|
31884
|
+
|
|
31885
|
+
.l1j1e5w7 {
|
|
31886
|
+
font-family: Inter;
|
|
31887
|
+
font-style: normal;
|
|
31888
|
+
font-weight: bold;
|
|
31889
|
+
text-transform: uppercase;
|
|
31890
|
+
font-feature-settings: "cpsp" on;
|
|
31891
|
+
font-size: 16px;
|
|
31892
|
+
line-height: 24px;
|
|
31893
|
+
}
|
|
31894
|
+
|
|
31895
|
+
.l1gf91jb {
|
|
31896
|
+
font-family: Inter;
|
|
31897
|
+
font-style: normal;
|
|
31898
|
+
font-weight: normal;
|
|
31899
|
+
font-size: 14px;
|
|
31900
|
+
line-height: 22px;
|
|
31901
|
+
}
|
|
31902
|
+
|
|
31903
|
+
.lu7hlr6 {
|
|
31904
|
+
font-family: Inter;
|
|
31905
|
+
font-style: normal;
|
|
31906
|
+
font-weight: 500;
|
|
31907
|
+
font-size: 14px;
|
|
31908
|
+
line-height: 22px;
|
|
31909
|
+
}
|
|
31910
|
+
|
|
31911
|
+
.l3l3jf0 {
|
|
31912
|
+
font-family: Inter;
|
|
31913
|
+
font-style: normal;
|
|
31914
|
+
font-weight: bold;
|
|
31915
|
+
font-size: 14px;
|
|
31916
|
+
line-height: 22px;
|
|
31917
|
+
}
|
|
31918
|
+
|
|
31919
|
+
.l12j5nqp {
|
|
31920
|
+
font-family: Inter;
|
|
31921
|
+
font-style: normal;
|
|
31922
|
+
font-weight: normal;
|
|
31923
|
+
font-size: 14px;
|
|
31924
|
+
line-height: 22px;
|
|
31925
|
+
}
|
|
31926
|
+
|
|
31927
|
+
.l1tecqht {
|
|
31928
|
+
font-family: Inter;
|
|
31929
|
+
font-style: normal;
|
|
31930
|
+
font-weight: bold;
|
|
31931
|
+
font-size: 14px;
|
|
31932
|
+
line-height: 22px;
|
|
31933
|
+
}
|
|
31934
|
+
|
|
31935
|
+
.l6sa990 {
|
|
31936
|
+
font-family: Inter;
|
|
31937
|
+
font-style: normal;
|
|
31938
|
+
font-weight: normal;
|
|
31939
|
+
text-transform: uppercase;
|
|
31940
|
+
font-feature-settings: "cpsp" on;
|
|
31941
|
+
font-size: 14px;
|
|
31942
|
+
line-height: 22px;
|
|
31943
|
+
}
|
|
31944
|
+
|
|
31945
|
+
.lckqe8j {
|
|
31946
|
+
font-family: Inter;
|
|
31947
|
+
font-style: normal;
|
|
31948
|
+
font-weight: bold;
|
|
31949
|
+
text-transform: uppercase;
|
|
31950
|
+
font-feature-settings: "cpsp" on;
|
|
31951
|
+
font-size: 14px;
|
|
31952
|
+
line-height: 22px;
|
|
31953
|
+
}
|
|
31954
|
+
|
|
31955
|
+
.l1kuminb {
|
|
31956
|
+
font-family: Inter;
|
|
31957
|
+
font-style: normal;
|
|
31958
|
+
font-weight: normal;
|
|
31959
|
+
font-size: 13px;
|
|
31960
|
+
line-height: 20px;
|
|
31961
|
+
}
|
|
31962
|
+
|
|
31963
|
+
.l1pbuf5j {
|
|
31964
|
+
font-family: Inter;
|
|
31965
|
+
font-style: normal;
|
|
31966
|
+
font-weight: 600;
|
|
31967
|
+
font-size: 13px;
|
|
31968
|
+
line-height: 20px;
|
|
31969
|
+
}
|
|
31970
|
+
|
|
31971
|
+
.l1r4ztu {
|
|
31972
|
+
font-family: Inter;
|
|
31973
|
+
font-style: normal;
|
|
31974
|
+
font-weight: bold;
|
|
31975
|
+
font-size: 13px;
|
|
31976
|
+
line-height: 20px;
|
|
31977
|
+
}
|
|
31978
|
+
|
|
31979
|
+
.ly8vzok {
|
|
31980
|
+
font-family: Inter;
|
|
31981
|
+
font-style: normal;
|
|
31982
|
+
font-weight: normal;
|
|
31983
|
+
font-size: 13px;
|
|
31984
|
+
line-height: 20px;
|
|
31985
|
+
}
|
|
31986
|
+
|
|
31987
|
+
.lumfmf {
|
|
31988
|
+
font-family: Inter;
|
|
31989
|
+
font-style: normal;
|
|
31990
|
+
font-weight: 600;
|
|
31991
|
+
font-size: 13px;
|
|
31992
|
+
line-height: 20px;
|
|
31993
|
+
}
|
|
31994
|
+
|
|
31995
|
+
.l16ujwmv {
|
|
31996
|
+
font-family: Inter;
|
|
31997
|
+
font-style: normal;
|
|
31998
|
+
font-weight: bold;
|
|
31999
|
+
font-size: 13px;
|
|
32000
|
+
line-height: 20px;
|
|
32001
|
+
}
|
|
32002
|
+
|
|
32003
|
+
.l17o1ffr {
|
|
32004
|
+
font-family: Inter;
|
|
32005
|
+
font-style: normal;
|
|
32006
|
+
font-weight: normal;
|
|
32007
|
+
text-transform: uppercase;
|
|
32008
|
+
font-feature-settings: "cpsp" on;
|
|
32009
|
+
font-size: 13px;
|
|
32010
|
+
line-height: 20px;
|
|
32011
|
+
}
|
|
32012
|
+
|
|
32013
|
+
.lngllvn {
|
|
32014
|
+
font-family: Inter;
|
|
32015
|
+
font-style: normal;
|
|
32016
|
+
font-weight: bold;
|
|
32017
|
+
text-transform: uppercase;
|
|
32018
|
+
font-feature-settings: "cpsp" on;
|
|
32019
|
+
font-size: 13px;
|
|
32020
|
+
line-height: 20px;
|
|
32021
|
+
}
|
|
32022
|
+
|
|
32023
|
+
.l2i7fo9 {
|
|
32024
|
+
font-family: Inter;
|
|
32025
|
+
font-style: normal;
|
|
32026
|
+
font-weight: normal;
|
|
32027
|
+
font-size: 12px;
|
|
32028
|
+
line-height: 18px;
|
|
32029
|
+
}
|
|
32030
|
+
|
|
32031
|
+
.l1x7hscx {
|
|
32032
|
+
font-family: Inter;
|
|
32033
|
+
font-style: normal;
|
|
32034
|
+
font-weight: 500;
|
|
32035
|
+
font-size: 12px;
|
|
32036
|
+
line-height: 18px;
|
|
32037
|
+
}
|
|
32038
|
+
|
|
32039
|
+
.le1jwan {
|
|
32040
|
+
font-family: Inter;
|
|
32041
|
+
font-style: normal;
|
|
32042
|
+
font-weight: bold;
|
|
32043
|
+
font-size: 12px;
|
|
32044
|
+
line-height: 18px;
|
|
32045
|
+
}
|
|
32046
|
+
|
|
32047
|
+
.lyxynfj {
|
|
32048
|
+
font-family: Inter;
|
|
32049
|
+
font-style: normal;
|
|
32050
|
+
font-weight: normal;
|
|
32051
|
+
font-size: 12px;
|
|
32052
|
+
line-height: 18px;
|
|
32053
|
+
}
|
|
32054
|
+
|
|
32055
|
+
.lpb2nxv {
|
|
32056
|
+
font-family: Inter;
|
|
32057
|
+
font-style: normal;
|
|
32058
|
+
font-weight: 500;
|
|
32059
|
+
font-size: 12px;
|
|
32060
|
+
line-height: 18px;
|
|
32126
32061
|
}
|
|
32127
|
-
|
|
32128
|
-
|
|
32062
|
+
|
|
32063
|
+
.l1r8o3vv {
|
|
32064
|
+
font-family: Inter;
|
|
32065
|
+
font-style: normal;
|
|
32066
|
+
font-weight: bold;
|
|
32067
|
+
font-size: 12px;
|
|
32068
|
+
line-height: 18px;
|
|
32129
32069
|
}
|
|
32130
|
-
|
|
32131
|
-
|
|
32070
|
+
|
|
32071
|
+
.lemnjy2 {
|
|
32072
|
+
font-family: Inter;
|
|
32073
|
+
font-style: normal;
|
|
32074
|
+
font-weight: normal;
|
|
32075
|
+
text-transform: uppercase;
|
|
32076
|
+
font-feature-settings: "cpsp" on;
|
|
32077
|
+
font-size: 12px;
|
|
32078
|
+
line-height: 18px;
|
|
32132
32079
|
}
|
|
32133
|
-
|
|
32134
|
-
|
|
32080
|
+
|
|
32081
|
+
.lrc42gb {
|
|
32082
|
+
font-family: Inter;
|
|
32083
|
+
font-style: normal;
|
|
32084
|
+
font-weight: bold;
|
|
32085
|
+
text-transform: uppercase;
|
|
32086
|
+
font-feature-settings: "cpsp" on;
|
|
32087
|
+
font-size: 12px;
|
|
32088
|
+
line-height: 18px;
|
|
32135
32089
|
}
|
|
32136
|
-
|
|
32137
|
-
|
|
32090
|
+
|
|
32091
|
+
.fqaz4mb {
|
|
32092
|
+
font-family: Inter;
|
|
32093
|
+
font-style: normal;
|
|
32094
|
+
font-weight: normal;
|
|
32095
|
+
font-size: 13px;
|
|
32096
|
+
line-height: 20px;
|
|
32138
32097
|
}
|
|
32139
|
-
|
|
32140
|
-
|
|
32098
|
+
|
|
32099
|
+
.f13we5o {
|
|
32100
|
+
font-family: Inter;
|
|
32101
|
+
font-style: normal;
|
|
32102
|
+
font-weight: normal;
|
|
32103
|
+
font-size: 13px;
|
|
32104
|
+
line-height: 20px;
|
|
32141
32105
|
}
|
|
32142
|
-
|
|
32143
|
-
|
|
32144
|
-
|
|
32145
|
-
|
|
32146
|
-
|
|
32106
|
+
|
|
32107
|
+
.ffmjua2 {
|
|
32108
|
+
font-family: Inter;
|
|
32109
|
+
font-style: normal;
|
|
32110
|
+
font-weight: normal;
|
|
32111
|
+
font-size: 12px;
|
|
32112
|
+
line-height: 18px;
|
|
32147
32113
|
}
|
|
32148
|
-
|
|
32149
|
-
|
|
32114
|
+
|
|
32115
|
+
.fz2mxw0 {
|
|
32116
|
+
font-family: Inter;
|
|
32117
|
+
font-style: normal;
|
|
32118
|
+
font-weight: normal;
|
|
32119
|
+
font-size: 12px;
|
|
32120
|
+
line-height: 18px;
|
|
32150
32121
|
}
|
|
32151
|
-
|
|
32152
|
-
|
|
32122
|
+
|
|
32123
|
+
.t1ertzoh {
|
|
32124
|
+
font-family: Inter;
|
|
32125
|
+
font-style: normal;
|
|
32126
|
+
font-weight: normal;
|
|
32127
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32128
|
+
font-size: 13px;
|
|
32129
|
+
line-height: 20px;
|
|
32153
32130
|
}
|
|
32154
|
-
|
|
32155
|
-
|
|
32131
|
+
|
|
32132
|
+
.t19bge8r {
|
|
32133
|
+
font-family: Inter;
|
|
32134
|
+
font-style: normal;
|
|
32135
|
+
font-weight: normal;
|
|
32136
|
+
font-feature-settings: "zero" on;
|
|
32137
|
+
font-size: 13px;
|
|
32138
|
+
line-height: 20px;
|
|
32156
32139
|
}
|
|
32157
|
-
|
|
32158
|
-
|
|
32159
|
-
|
|
32160
|
-
|
|
32161
|
-
|
|
32162
|
-
|
|
32140
|
+
|
|
32141
|
+
.tjrzfyl {
|
|
32142
|
+
font-family: Inter;
|
|
32143
|
+
font-style: normal;
|
|
32144
|
+
font-weight: normal;
|
|
32145
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32146
|
+
font-size: 12px;
|
|
32147
|
+
line-height: 18px;
|
|
32163
32148
|
}
|
|
32164
|
-
|
|
32165
|
-
.
|
|
32166
|
-
font-
|
|
32167
|
-
font-
|
|
32168
|
-
|
|
32149
|
+
|
|
32150
|
+
.tm6s7bo {
|
|
32151
|
+
font-family: Inter;
|
|
32152
|
+
font-style: normal;
|
|
32153
|
+
font-weight: 500;
|
|
32154
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32155
|
+
font-size: 12px;
|
|
32156
|
+
line-height: 18px;
|
|
32169
32157
|
}
|
|
32170
|
-
|
|
32171
|
-
|
|
32172
|
-
|
|
32173
|
-
|
|
32158
|
+
|
|
32159
|
+
.t19zq6ic {
|
|
32160
|
+
font-family: Inter;
|
|
32161
|
+
font-style: normal;
|
|
32162
|
+
font-weight: normal;
|
|
32163
|
+
font-feature-settings: "zero" on;
|
|
32164
|
+
font-size: 12px;
|
|
32165
|
+
line-height: 18px;
|
|
32174
32166
|
}
|
|
32175
|
-
|
|
32176
|
-
|
|
32177
|
-
|
|
32178
|
-
|
|
32179
|
-
|
|
32180
|
-
|
|
32167
|
+
|
|
32168
|
+
.t1gduru8 {
|
|
32169
|
+
font-family: Inter;
|
|
32170
|
+
font-style: normal;
|
|
32171
|
+
font-weight: 500;
|
|
32172
|
+
font-feature-settings: "zero" on;
|
|
32173
|
+
font-size: 12px;
|
|
32174
|
+
line-height: 18px;
|
|
32181
32175
|
}
|
|
32182
|
-
|
|
32183
|
-
|
|
32184
|
-
|
|
32185
|
-
|
|
32186
|
-
|
|
32187
|
-
|
|
32176
|
+
|
|
32177
|
+
.t55raab {
|
|
32178
|
+
font-family: Inter;
|
|
32179
|
+
font-style: normal;
|
|
32180
|
+
font-weight: bold;
|
|
32181
|
+
font-feature-settings: "zero" on;
|
|
32182
|
+
font-size: 16px;
|
|
32183
|
+
line-height: 24px;
|
|
32188
32184
|
}
|
|
32189
|
-
|
|
32190
|
-
|
|
32185
|
+
|
|
32186
|
+
.u1w9abfe {
|
|
32187
|
+
font-family: Inter;
|
|
32188
|
+
font-style: normal;
|
|
32189
|
+
font-weight: normal;
|
|
32190
|
+
font-size: 10px;
|
|
32191
|
+
line-height: 12px;
|
|
32191
32192
|
}
|
|
32192
32193
|
|
|
32193
32194
|
.m15dvk92 {
|
|
@@ -32274,13 +32275,6 @@ input.rrg1fkn.ant-input {
|
|
|
32274
32275
|
margin-left: 24px;
|
|
32275
32276
|
}
|
|
32276
32277
|
|
|
32277
|
-
.c10crapj {
|
|
32278
|
-
border-radius: 8px;
|
|
32279
|
-
}
|
|
32280
|
-
.c10crapj .ant-card-body {
|
|
32281
|
-
padding: 20px 24px 24px 24px;
|
|
32282
|
-
}
|
|
32283
|
-
|
|
32284
32278
|
.cav9p2m .ant-collapse-item {
|
|
32285
32279
|
border: 0px;
|
|
32286
32280
|
background-color: #fff;
|
|
@@ -32303,6 +32297,13 @@ input.rrg1fkn.ant-input {
|
|
|
32303
32297
|
cursor: default;
|
|
32304
32298
|
}
|
|
32305
32299
|
|
|
32300
|
+
.c10crapj {
|
|
32301
|
+
border-radius: 8px;
|
|
32302
|
+
}
|
|
32303
|
+
.c10crapj .ant-card-body {
|
|
32304
|
+
padding: 20px 24px 24px 24px;
|
|
32305
|
+
}
|
|
32306
|
+
|
|
32306
32307
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32307
32308
|
border-radius: 6px;
|
|
32308
32309
|
}
|
|
@@ -32709,11 +32710,6 @@ input.rrg1fkn.ant-input {
|
|
|
32709
32710
|
margin-right: 6px;
|
|
32710
32711
|
}
|
|
32711
32712
|
|
|
32712
|
-
.iwsze0q {
|
|
32713
|
-
margin-right: 4px;
|
|
32714
|
-
height: 16px;
|
|
32715
|
-
}
|
|
32716
|
-
|
|
32717
32713
|
.tc40oxa {
|
|
32718
32714
|
margin-bottom: 4px;
|
|
32719
32715
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32938,6 +32934,39 @@ input.rrg1fkn.ant-input {
|
|
|
32938
32934
|
min-height: 0px;
|
|
32939
32935
|
}
|
|
32940
32936
|
|
|
32937
|
+
.iwsze0q {
|
|
32938
|
+
margin-right: 4px;
|
|
32939
|
+
height: 16px;
|
|
32940
|
+
}
|
|
32941
|
+
|
|
32942
|
+
.sut42l0 {
|
|
32943
|
+
padding: 0 8px;
|
|
32944
|
+
height: 18px;
|
|
32945
|
+
}
|
|
32946
|
+
|
|
32947
|
+
.mfsz1jz {
|
|
32948
|
+
padding: 2px 8px;
|
|
32949
|
+
height: 24px;
|
|
32950
|
+
}
|
|
32951
|
+
|
|
32952
|
+
.tnd6h4m {
|
|
32953
|
+
margin: 0;
|
|
32954
|
+
}
|
|
32955
|
+
|
|
32956
|
+
.i1qw4clm {
|
|
32957
|
+
margin-right: 4px;
|
|
32958
|
+
height: 16px;
|
|
32959
|
+
}
|
|
32960
|
+
|
|
32961
|
+
.w1xcixj5.outside-tag {
|
|
32962
|
+
padding-left: 0;
|
|
32963
|
+
}
|
|
32964
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
32965
|
+
border-radius: 4px 0 0 4px;
|
|
32966
|
+
padding-right: 4px;
|
|
32967
|
+
margin-right: 4px;
|
|
32968
|
+
}
|
|
32969
|
+
|
|
32941
32970
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
32942
32971
|
display: var(--at4ovwe-0);
|
|
32943
32972
|
}
|
|
@@ -32984,34 +33013,6 @@ input.rrg1fkn.ant-input {
|
|
|
32984
33013
|
font-size: inherit;
|
|
32985
33014
|
}
|
|
32986
33015
|
|
|
32987
|
-
.w1xcixj5.outside-tag {
|
|
32988
|
-
padding-left: 0;
|
|
32989
|
-
}
|
|
32990
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32991
|
-
border-radius: 4px 0 0 4px;
|
|
32992
|
-
padding-right: 4px;
|
|
32993
|
-
margin-right: 4px;
|
|
32994
|
-
}
|
|
32995
|
-
|
|
32996
|
-
.sut42l0 {
|
|
32997
|
-
padding: 0 8px;
|
|
32998
|
-
height: 18px;
|
|
32999
|
-
}
|
|
33000
|
-
|
|
33001
|
-
.mfsz1jz {
|
|
33002
|
-
padding: 2px 8px;
|
|
33003
|
-
height: 24px;
|
|
33004
|
-
}
|
|
33005
|
-
|
|
33006
|
-
.tnd6h4m {
|
|
33007
|
-
margin: 0;
|
|
33008
|
-
}
|
|
33009
|
-
|
|
33010
|
-
.i1qw4clm {
|
|
33011
|
-
margin-right: 4px;
|
|
33012
|
-
height: 16px;
|
|
33013
|
-
}
|
|
33014
|
-
|
|
33015
33016
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33016
33017
|
display: var(--a6dbbkm-0);
|
|
33017
33018
|
}
|