@cloudtower/eagle 0.26.30 → 0.26.31

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/style.css CHANGED
@@ -30227,19 +30227,6 @@ html body {
30227
30227
  font-size: 18px;
30228
30228
  }
30229
30229
 
30230
- .iap75of {
30231
- height: 18px;
30232
- line-height: 18px;
30233
- padding: 0 4px;
30234
- border-radius: 4px;
30235
- background: rgba(235, 239, 245, 0.6);
30236
- border: 1px solid rgba(223, 228, 235, 0.6);
30237
- display: flex;
30238
- align-items: center;
30239
- white-space: nowrap;
30240
- margin-right: 4px;
30241
- }
30242
-
30243
30230
  .i1mrf09m {
30244
30231
  display: inline-flex;
30245
30232
  align-items: center;
@@ -30258,1807 +30245,1820 @@ html body {
30258
30245
  animation: rotate 680ms linear infinite;
30259
30246
  }
30260
30247
 
30261
- .cz04yix {
30248
+ .iap75of {
30249
+ height: 18px;
30250
+ line-height: 18px;
30251
+ padding: 0 4px;
30252
+ border-radius: 4px;
30253
+ background: rgba(235, 239, 245, 0.6);
30254
+ border: 1px solid rgba(223, 228, 235, 0.6);
30262
30255
  display: flex;
30263
- flex-direction: column;
30256
+ align-items: center;
30257
+ white-space: nowrap;
30258
+ margin-right: 4px;
30264
30259
  }
30265
30260
 
30266
- .m1if5j39 {
30267
- max-width: 1120px;
30268
- width: 100%;
30269
- margin: 0 auto;
30270
- height: 100%;
30261
+ .obf05yr {
30262
+ display: inline-block;
30271
30263
  }
30272
30264
 
30273
- .w1vvwdlp {
30274
- max-width: 1120px;
30275
- width: 100%;
30276
- margin: 0 auto;
30265
+ .hsms1n6 {
30266
+ visibility: hidden;
30267
+ position: absolute;
30268
+ }
30269
+
30270
+ .p12gwtiw {
30277
30271
  display: flex;
30272
+ justify-content: space-between;
30273
+ align-items: center;
30274
+ padding: 10px 0;
30275
+ color: rgba(44, 56, 82, 0.6);
30276
+ font-size: 12px;
30277
+ line-height: 24px;
30278
30278
  }
30279
- .w1vvwdlp .left,
30280
- .w1vvwdlp .right {
30281
- flex-grow: 0;
30282
- flex-shrink: 0;
30283
- flex-basis: 21%;
30279
+ .p12gwtiw .pagination-left {
30280
+ padding: 2px 8px;
30284
30281
  }
30285
- .w1vvwdlp .left {
30282
+ .p12gwtiw .dropdown-trigger {
30286
30283
  display: flex;
30287
- justify-content: flex-end;
30288
- padding-right: 44px;
30289
- }
30290
- .w1vvwdlp .right {
30291
- padding-left: 44px;
30284
+ align-items: center;
30285
+ border-radius: 6px;
30286
+ cursor: pointer;
30287
+ transition: all 0.3s ease;
30292
30288
  }
30293
- .w1vvwdlp .middle {
30294
- margin-bottom: 40px;
30295
- flex-grow: 0;
30296
- flex-shrink: 0;
30297
- flex-basis: 58%;
30289
+ .p12gwtiw .dropdown-trigger:hover {
30290
+ background: rgba(211, 218, 235, 0.6);
30291
+ color: #0080ff;
30298
30292
  }
30299
- .w1vvwdlp .middle .form-base-field {
30300
- width: 100%;
30293
+ .p12gwtiw .dropdown-trigger .icon-inner {
30294
+ margin-left: 4px;
30301
30295
  }
30302
- .w1vvwdlp .middle .form-base-field .form-base-field {
30303
- width: auto;
30296
+ .p12gwtiw .pagination-right {
30297
+ display: flex;
30298
+ align-items: center;
30299
+ color: #0080ff;
30300
+ font-weight: bold;
30304
30301
  }
30305
-
30306
- .h1cuopx7 .ant-modal-header {
30307
- margin: 0 auto;
30308
- width: 100%;
30309
- max-width: 648px;
30302
+ .p12gwtiw .pagination-right .icon-inner {
30303
+ margin-left: 4px;
30310
30304
  }
30311
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30312
- margin-left: 0;
30305
+ .p12gwtiw .pagination-right .prev-btn,
30306
+ .p12gwtiw .pagination-right .next-btn {
30307
+ padding: 0 8px;
30313
30308
  }
30314
- .h1cuopx7 .ant-modal-body {
30315
- margin: 0 auto;
30316
- padding: 0;
30317
- width: 100%;
30318
- max-width: 648px;
30319
- overflow: hidden;
30309
+ .p12gwtiw .pagination-right .prev-btn > span,
30310
+ .p12gwtiw .pagination-right .next-btn > span {
30311
+ color: #0080ff;
30320
30312
  }
30321
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30322
- margin-bottom: 40px;
30313
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30314
+ transform: rotate(180deg);
30323
30315
  }
30324
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30325
- height: calc(100vh - 225px);
30316
+
30317
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30318
+ max-height: calc(100vh - 128px);
30326
30319
  overflow-y: auto;
30327
30320
  }
30328
- .h1cuopx7 .ant-modal-footer .footer-content {
30329
- margin: 0 auto;
30330
- max-width: 648px;
30321
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30322
+ padding: 4px 20px;
30323
+ font-size: 12px;
30324
+ line-height: 18px;
30331
30325
  }
30332
30326
 
30333
- .h1p6d3y3 .ant-modal-header {
30334
- margin: 0 auto;
30335
- width: 100%;
30336
- max-width: 1024px;
30337
- }
30338
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30339
- margin-left: 0;
30327
+ .rxbeqvl.ant-radio-wrapper {
30328
+ display: inline-flex;
30329
+ align-items: baseline;
30330
+ white-space: pre-wrap;
30340
30331
  }
30341
- .h1p6d3y3 .ant-modal-body {
30342
- margin: 0 auto;
30343
- padding: 0;
30344
- width: 100%;
30345
- max-width: 1024px;
30346
- overflow: hidden;
30332
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30333
+ position: relative;
30334
+ top: 3px;
30347
30335
  }
30348
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30349
- margin-bottom: 40px;
30336
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30337
+ border-color: rgba(107, 128, 167, 0.6);
30350
30338
  }
30351
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30352
- height: calc(100vh - 225px);
30353
- overflow-y: auto;
30339
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30340
+ border-color: #0080ff;
30354
30341
  }
30355
- .h1p6d3y3 .ant-modal-footer .footer-content {
30356
- margin: 0 auto;
30357
- max-width: 1024px;
30342
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30343
+ border-color: #0080ff;
30344
+ background: #0080ff;
30358
30345
  }
30359
-
30360
- .fxgckuk {
30361
- flex: 1;
30346
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30347
+ top: 4px;
30348
+ left: 4px;
30349
+ width: 6px;
30350
+ height: 6px;
30351
+ background: #fff;
30362
30352
  }
30363
- .fxgckuk label {
30364
- font-size: 13px;
30365
- line-height: 20px;
30366
- color: rgba(44, 56, 82, 0.6);
30353
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30354
+ opacity: 0.5;
30367
30355
  }
30368
- .fxgckuk .title {
30369
- font-size: 14px;
30370
- line-height: 20px;
30371
- color: #2d3a56;
30372
- margin-bottom: 12px;
30356
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30357
+ border-color: rgba(107, 128, 167, 0.6);
30358
+ background: rgba(211, 218, 235, 0.6);
30373
30359
  }
30374
- .fxgckuk.connect-cluster .title {
30375
- padding-bottom: 26px;
30360
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30361
+ background: #00122e;
30376
30362
  }
30377
-
30378
- .f1d0vek1 {
30379
- padding: 25px 0 15px 0;
30380
- border-bottom: 1px solid #e1e5eb;
30381
- margin-bottom: 16px;
30363
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30364
+ color: #00122e;
30365
+ opacity: 0.5;
30382
30366
  }
30383
-
30384
- .f4u402y {
30385
- display: flex;
30386
- align-items: center;
30387
- margin-bottom: 8px;
30367
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30368
+ color: #00122e;
30388
30369
  }
30389
- .f4u402y > label {
30390
- width: 216px;
30370
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30371
+ display: inline-block;
30372
+ padding: 0;
30373
+ padding-left: 12px;
30391
30374
  }
30392
- .f4u402y > label + * {
30393
- width: 100%;
30375
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30376
+ margin-bottom: 0;
30377
+ white-space: pre-wrap;
30378
+ color: rgba(44, 56, 82, 0.6);
30394
30379
  }
30395
- .f4u402y .ant-select {
30396
- width: 100%;
30380
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30381
+ padding-left: 8px;
30397
30382
  }
30398
30383
 
30399
- .e1pldf6v {
30400
- color: #e75a3a;
30401
- margin-right: 10px;
30384
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30385
+ border-radius: 5px 0 0 5px;
30402
30386
  }
30403
-
30404
- .dq0gblh {
30405
- width: 100%;
30406
- height: 1px;
30407
- background: rgba(213, 219, 227, 0.6);
30408
- margin: 24px 0;
30387
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30388
+ border-radius: 0 5px 5px 0;
30409
30389
  }
30410
30390
 
30411
- .l1v7sr0n {
30412
- display: flex;
30413
- justify-content: center;
30414
- align-items: center;
30415
- height: 100%;
30391
+ .r1f0aqcc {
30392
+ color: #00122e;
30393
+ border-color: #ccd4e3;
30416
30394
  }
30417
-
30418
- .d1i4ou6o {
30419
- display: inline-block;
30420
- width: 4px;
30421
- height: 4px;
30422
- background: #8e9aa9;
30423
- opacity: 0.4;
30424
- border-radius: 50%;
30425
- margin: 0 4px;
30395
+ .r1f0aqcc:first-child {
30396
+ border-color: #a3b4cc;
30426
30397
  }
30427
-
30428
- .m1jy87hk .ant-modal-header,
30429
- .m1jy87hk .ant-modal-footer .footer-content {
30430
- width: 648px;
30431
- margin: 0 auto;
30398
+ .r1f0aqcc.ant-radio-button-wrapper {
30399
+ padding: 0 12px;
30400
+ line-height: 32px;
30401
+ height: 32px;
30432
30402
  }
30433
- .m1jy87hk .ant-modal-header {
30434
- padding: 35px 0 24px;
30435
- border: none;
30436
- }
30437
- .m1jy87hk .ant-modal-header .ant-modal-title {
30438
- font-size: 30px;
30403
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30404
+ white-space: nowrap;
30439
30405
  }
30440
- .m1jy87hk .ant-modal-body {
30441
- padding: 4px 0 2px;
30406
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30407
+ height: 22px;
30408
+ padding: 0 7px;
30409
+ line-height: 20px;
30442
30410
  }
30443
- .m1jy87hk .ant-modal-footer {
30444
- border: none;
30411
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30412
+ background: #ccd4e3;
30445
30413
  }
30446
-
30447
- .ti7fpyu {
30448
- font-size: 12px;
30449
- line-height: 18px;
30450
- font-weight: bold;
30451
- color: #fff;
30452
- padding: 0 4px;
30453
- border-radius: 4px;
30454
- display: inline-block;
30455
- background: var(--ti7fpyu-0);
30414
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30415
+ background: #0080ff;
30456
30416
  }
30457
- .ti7fpyu:not(:first-child) {
30458
- margin-left: 4px;
30417
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30418
+ background: #ccd4e3;
30419
+ opacity: 0.5;
30459
30420
  }
30460
-
30461
- .f1rest1f {
30462
- width: 100%;
30463
- height: 100%;
30464
- display: flex;
30465
- align-items: center;
30466
- justify-content: center;
30421
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30422
+ border-right-color: #0080ff;
30467
30423
  }
30468
-
30469
- .n1kbdoln {
30470
- font-size: 90%;
30471
- font-weight: bold;
30472
- background-color: rgba(240, 243, 247, 0.6);
30473
- padding: 1px 4px 1px;
30474
- margin-left: 2px;
30475
- margin-right: 2px;
30476
- border: 1px solid rgba(213, 219, 227, 0.6);
30477
- border-radius: 4px;
30424
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30425
+ border-color: #0080ff;
30478
30426
  }
30479
-
30480
- .f1y3gta0.form-item-general {
30481
- width: 640px;
30427
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30428
+ background: rgba(0, 136, 255, 0.1);
30482
30429
  }
30483
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30484
- margin-top: 16px;
30430
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30431
+ background: rgba(211, 218, 235, 0.6);
30432
+ border-color: #ccd4e3;
30433
+ opacity: 0.5;
30485
30434
  }
30486
- .f1y3gta0.form-item-compact {
30487
- width: 412px;
30435
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30436
+ color: #00122e;
30437
+ border-color: #ccd4e3;
30488
30438
  }
30489
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30490
- margin-top: 8px;
30439
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30440
+ color: #00122e;
30441
+ border-color: #ccd4e3;
30442
+ background: rgba(172, 186, 211, 0.6);
30491
30443
  }
30492
- .f1y3gta0 .form-item {
30493
- width: auto;
30444
+ .r1f0aqcc .ant-radio-button-input {
30445
+ margin-right: 8px;
30446
+ display: inline;
30447
+ border: none;
30448
+ padding: 0;
30449
+ width: 36px;
30450
+ background: transparent;
30494
30451
  }
30495
- .f1y3gta0 .form-item-main {
30496
- position: relative;
30497
- display: flex;
30452
+ .r1f0aqcc .ant-radio-button-input:focus {
30453
+ box-shadow: none;
30498
30454
  }
30499
- .f1y3gta0 .form-item-extra {
30500
- margin-top: 4px;
30501
- width: 100%;
30502
- padding: 14px;
30503
- background: #f2f4f6;
30504
- font-size: 13px;
30505
- line-height: 1.8;
30506
- color: #8e9aa9;
30455
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30456
+ margin-right: 0;
30457
+ width: initial;
30458
+ box-shadow: none;
30507
30459
  }
30508
- .f1y3gta0 .form-item-label {
30509
- padding-right: 12px;
30510
- font-size: 13px;
30511
- color: rgba(44, 56, 82, 0.6);
30460
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30461
+ display: none;
30512
30462
  }
30513
- .f1y3gta0 .form-item-label.label-right {
30514
- text-align: right;
30463
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30464
+ display: inline;
30515
30465
  }
30516
- .f1y3gta0 .form-item-label,
30517
- .f1y3gta0 .form-item-control {
30518
- line-height: 32px;
30466
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30467
+ display: inline;
30468
+ margin-right: 8px;
30469
+ padding: 0;
30470
+ width: 36px;
30519
30471
  }
30520
- .f1y3gta0 .form-item-control .form-item-error {
30521
- line-height: 18px;
30472
+
30473
+ .s34f1qb.ant-switch {
30474
+ min-width: 40px;
30475
+ height: 24px;
30476
+ background: rgba(172, 186, 211, 0.6);
30477
+ overflow: hidden;
30522
30478
  }
30523
- .f1y3gta0 .form-item-children {
30524
- width: 100%;
30479
+ .s34f1qb.ant-switch:focus {
30480
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30525
30481
  }
30526
- .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 {
30527
- width: 100%;
30482
+ .s34f1qb.ant-switch-small {
30483
+ min-width: 26px;
30484
+ height: 16px;
30528
30485
  }
30529
- .f1y3gta0 .form-item-error {
30530
- color: #e75a3a;
30531
- height: 0;
30532
- overflow: hidden;
30486
+ .s34f1qb.ant-switch-large {
30487
+ min-width: 52px;
30488
+ height: 32px;
30533
30489
  }
30534
- .f1y3gta0 .form-item-error-enter-done {
30535
- margin-top: 4px;
30536
- height: auto;
30537
- overflow: auto;
30490
+ .s34f1qb.ant-switch .ant-switch-handle {
30491
+ height: 20px;
30492
+ width: 20px;
30538
30493
  }
30539
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30540
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30541
- border: 1px solid #e75a3a;
30542
- color: #e75a3a;
30494
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30495
+ border-radius: 10px;
30496
+ transition-delay: 120ms;
30543
30497
  }
30544
-
30545
- .fujbm7g {
30546
- color: #2d3a56;
30547
- font-weight: bold;
30548
- padding-bottom: 6px;
30549
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30550
- margin-bottom: 16px;
30498
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30499
+ height: 14px;
30500
+ width: 14px;
30501
+ top: 1px;
30502
+ left: 1px;
30551
30503
  }
30552
- .fujbm7g:not(:first-of-type) {
30553
- margin-top: 16px;
30504
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30505
+ height: 28px;
30506
+ width: 28px;
30554
30507
  }
30555
-
30556
- .e5fsw5s {
30557
- width: 8px;
30558
- height: 24px;
30559
- display: flex;
30560
- justify-content: center;
30561
- align-items: center;
30562
- cursor: pointer;
30563
- transition: all 200ms ease-out 40ms;
30508
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30509
+ border-radius: 14px;
30564
30510
  }
30565
- .e5fsw5s:before, .e5fsw5s:after {
30566
- content: "";
30567
- width: 1px;
30568
- height: 6px;
30569
- border-radius: 1px;
30570
- background: #ccd4e3;
30571
- position: relative;
30572
- right: 2px;
30573
- transform: rotate(-45deg);
30511
+ .s34f1qb.ant-switch-checked {
30512
+ background-color: #00ba5d;
30574
30513
  }
30575
- .e5fsw5s:after {
30576
- transform: rotate(45deg);
30577
- left: 1px;
30514
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30515
+ left: calc(100% - 20px - 2px);
30578
30516
  }
30579
-
30580
- .w18knsg4.ant-alert-warning {
30581
- border: 0;
30582
- background: rgba(255, 187, 0, 0.1);
30583
- border-radius: 6px;
30517
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30518
+ left: calc(100% - 14px - 1px);
30584
30519
  }
30585
- .w18knsg4.ant-alert,
30586
- .w18knsg4 .ant-alert-message {
30587
- color: #e07f00;
30520
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30521
+ left: calc(100% - 28px - 2px);
30588
30522
  }
30589
- .w18knsg4.ant-alert .dashed-border-bottom,
30590
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
30591
- border-bottom-color: #e07f00;
30523
+
30524
+ .c1to9vb9 {
30525
+ margin-left: 5px;
30592
30526
  }
30593
30527
 
30594
- .ng31n2o {
30528
+ .cz04yix {
30595
30529
  display: flex;
30596
- flex-direction: row;
30597
- padding: 7px 12px;
30598
- background: rgba(255, 187, 0, 0.1);
30599
- border-radius: 6px;
30600
- color: #e07f00;
30601
- font-size: 12px;
30602
- line-height: 18px;
30530
+ flex-direction: column;
30603
30531
  }
30604
- .ng31n2o .icon-wrapper {
30605
- margin-right: 10px;
30606
- height: 18px;
30532
+
30533
+ .m1if5j39 {
30534
+ max-width: 1120px;
30535
+ width: 100%;
30536
+ margin: 0 auto;
30537
+ height: 100%;
30607
30538
  }
30608
30539
 
30609
- .n15x5f5y {
30540
+ .w1vvwdlp {
30541
+ max-width: 1120px;
30542
+ width: 100%;
30543
+ margin: 0 auto;
30610
30544
  display: flex;
30611
- flex-direction: row;
30612
- padding: 7px 12px;
30613
- background: rgba(225, 230, 241, 0.6);
30614
- border-radius: 6px;
30615
- color: rgba(44, 56, 82, 0.6);
30616
- font-size: 12px;
30617
- line-height: 18px;
30618
30545
  }
30619
- .n15x5f5y .icon-wrapper {
30620
- margin-right: 10px;
30621
- height: 18px;
30546
+ .w1vvwdlp .left,
30547
+ .w1vvwdlp .right {
30548
+ flex-grow: 0;
30549
+ flex-shrink: 0;
30550
+ flex-basis: 21%;
30622
30551
  }
30623
-
30624
- .i16ozz3f {
30552
+ .w1vvwdlp .left {
30625
30553
  display: flex;
30626
- flex-direction: row;
30627
- padding: 7px 12px;
30628
- background: rgba(0, 136, 255, 0.1);
30629
- border-radius: 6px;
30630
- color: #005ed1;
30631
- font-size: 12px;
30632
- line-height: 18px;
30554
+ justify-content: flex-end;
30555
+ padding-right: 44px;
30633
30556
  }
30634
- .i16ozz3f .icon-wrapper {
30635
- margin-right: 10px;
30636
- height: 18px;
30557
+ .w1vvwdlp .right {
30558
+ padding-left: 44px;
30637
30559
  }
30638
-
30639
- .dszu9qr {
30640
- color: rgba(44, 56, 82, 0.6);
30641
- margin-top: 5px;
30642
- font-size: 12px;
30643
- line-height: 18px;
30560
+ .w1vvwdlp .middle {
30561
+ margin-bottom: 40px;
30562
+ flex-grow: 0;
30563
+ flex-shrink: 0;
30564
+ flex-basis: 58%;
30644
30565
  }
30645
-
30646
- .snxzgx {
30647
- color: #f0483e;
30648
- font-size: 12px;
30649
- white-space: pre-wrap;
30566
+ .w1vvwdlp .middle .form-base-field {
30567
+ width: 100%;
30568
+ }
30569
+ .w1vvwdlp .middle .form-base-field .form-base-field {
30570
+ width: auto;
30650
30571
  }
30651
30572
 
30652
- .o1i4orqw {
30653
- display: flex;
30654
- align-items: center;
30655
- justify-content: flex-end;
30573
+ .h1cuopx7 .ant-modal-header {
30574
+ margin: 0 auto;
30575
+ width: 100%;
30576
+ max-width: 648px;
30656
30577
  }
30657
- .o1i4orqw .icon-wrapper {
30658
- margin-right: 16px;
30578
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
30579
+ margin-left: 0;
30659
30580
  }
30660
-
30661
- .t79k8o2 {
30662
- color: rgba(0, 21, 64, 0.3);
30581
+ .h1cuopx7 .ant-modal-body {
30582
+ margin: 0 auto;
30583
+ padding: 0;
30584
+ width: 100%;
30585
+ max-width: 648px;
30586
+ overflow: hidden;
30663
30587
  }
30664
-
30665
- .ipd9bk.ant-input {
30666
- padding: 5px 12px;
30667
- line-height: 20px;
30668
- color: #2d3a56;
30669
- border-radius: 6px;
30670
- border-color: rgba(172, 186, 211, 0.6);
30671
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30588
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30589
+ margin-bottom: 40px;
30672
30590
  }
30673
- .ipd9bk.ant-input.ant-input-lg {
30674
- padding: 8px 16px;
30675
- line-height: 22px;
30591
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30592
+ height: calc(100vh - 225px);
30593
+ overflow-y: auto;
30676
30594
  }
30677
- .ipd9bk.ant-input.ant-input-sm {
30678
- padding: 2px 8px;
30679
- line-height: 18px;
30595
+ .h1cuopx7 .ant-modal-footer .footer-content {
30596
+ margin: 0 auto;
30597
+ max-width: 648px;
30680
30598
  }
30681
- .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 {
30682
- border-color: rgba(107, 128, 167, 0.6);
30683
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30684
- z-index: 1;
30599
+
30600
+ .h1p6d3y3 .ant-modal-header {
30601
+ margin: 0 auto;
30602
+ width: 100%;
30603
+ max-width: 1024px;
30685
30604
  }
30686
- .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 {
30687
- border-color: #0096ff;
30688
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30689
- z-index: 1;
30605
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
30606
+ margin-left: 0;
30690
30607
  }
30691
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30692
- border-color: #e75a3a;
30693
- color: #e75a3a;
30608
+ .h1p6d3y3 .ant-modal-body {
30609
+ margin: 0 auto;
30610
+ padding: 0;
30611
+ width: 100%;
30612
+ max-width: 1024px;
30613
+ overflow: hidden;
30694
30614
  }
30695
- .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 {
30696
- border-color: #e75a3a;
30697
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30615
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30616
+ margin-bottom: 40px;
30698
30617
  }
30699
- .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 {
30700
- border-color: #e75a3a;
30701
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30618
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30619
+ height: calc(100vh - 225px);
30620
+ overflow-y: auto;
30702
30621
  }
30703
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30704
- background: rgba(211, 218, 235, 0.6);
30705
- color: rgba(0, 21, 64, 0.3);
30706
- border-color: rgba(172, 186, 211, 0.6);
30622
+ .h1p6d3y3 .ant-modal-footer .footer-content {
30623
+ margin: 0 auto;
30624
+ max-width: 1024px;
30707
30625
  }
30708
- .ipd9bk.ant-input-affix-wrapper {
30709
- padding: 5px 12px;
30710
- border-radius: 6px;
30711
- border-color: rgba(172, 186, 211, 0.6);
30712
- line-height: 20px;
30713
- color: #2d3a56;
30714
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30626
+
30627
+ .fxgckuk {
30628
+ flex: 1;
30715
30629
  }
30716
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30717
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30630
+ .fxgckuk label {
30631
+ font-size: 13px;
30632
+ line-height: 20px;
30718
30633
  color: rgba(44, 56, 82, 0.6);
30719
30634
  }
30720
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30721
- padding: 8px 16px;
30722
- line-height: 22px;
30635
+ .fxgckuk .title {
30636
+ font-size: 14px;
30637
+ line-height: 20px;
30638
+ color: #2d3a56;
30639
+ margin-bottom: 12px;
30723
30640
  }
30724
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30725
- padding: 2px 8px;
30726
- line-height: 18px;
30641
+ .fxgckuk.connect-cluster .title {
30642
+ padding-bottom: 26px;
30727
30643
  }
30728
- .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 {
30729
- border-color: rgba(107, 128, 167, 0.6);
30730
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30644
+
30645
+ .f1d0vek1 {
30646
+ padding: 25px 0 15px 0;
30647
+ border-bottom: 1px solid #e1e5eb;
30648
+ margin-bottom: 16px;
30731
30649
  }
30732
- .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 {
30733
- border-color: #0096ff;
30734
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30650
+
30651
+ .f4u402y {
30652
+ display: flex;
30653
+ align-items: center;
30654
+ margin-bottom: 8px;
30735
30655
  }
30736
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30737
- border-color: #e75a3a;
30656
+ .f4u402y > label {
30657
+ width: 216px;
30738
30658
  }
30739
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30740
- color: #e75a3a;
30659
+ .f4u402y > label + * {
30660
+ width: 100%;
30741
30661
  }
30742
- .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 {
30743
- border-color: #e75a3a;
30744
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30662
+ .f4u402y .ant-select {
30663
+ width: 100%;
30745
30664
  }
30746
- .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 {
30747
- border-color: #e75a3a;
30748
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30665
+
30666
+ .e1pldf6v {
30667
+ color: #e75a3a;
30668
+ margin-right: 10px;
30749
30669
  }
30750
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-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);
30670
+
30671
+ .dq0gblh {
30672
+ width: 100%;
30673
+ height: 1px;
30674
+ background: rgba(213, 219, 227, 0.6);
30675
+ margin: 24px 0;
30754
30676
  }
30755
- textarea.ipd9bk.ant-input {
30756
- transition-property: height;
30757
- transition-delay: 50ms;
30677
+
30678
+ .l1v7sr0n {
30679
+ display: flex;
30680
+ justify-content: center;
30681
+ align-items: center;
30682
+ height: 100%;
30758
30683
  }
30759
- textarea.ipd9bk.ant-input.textarea-large {
30760
- min-height: 40px;
30761
- height: 40px;
30684
+
30685
+ .d1i4ou6o {
30686
+ display: inline-block;
30687
+ width: 4px;
30688
+ height: 4px;
30689
+ background: #8e9aa9;
30690
+ opacity: 0.4;
30691
+ border-radius: 50%;
30692
+ margin: 0 4px;
30762
30693
  }
30763
- textarea.ipd9bk.ant-input.textarea-large:focus {
30764
- height: 80px;
30694
+
30695
+ .m1jy87hk .ant-modal-header,
30696
+ .m1jy87hk .ant-modal-footer .footer-content {
30697
+ width: 648px;
30698
+ margin: 0 auto;
30765
30699
  }
30766
- textarea.ipd9bk.ant-input.textarea-middle {
30767
- min-height: 32px;
30768
- height: 32px;
30700
+ .m1jy87hk .ant-modal-header {
30701
+ padding: 35px 0 24px;
30702
+ border: none;
30769
30703
  }
30770
- textarea.ipd9bk.ant-input.textarea-middle:focus {
30771
- height: 64px;
30704
+ .m1jy87hk .ant-modal-header .ant-modal-title {
30705
+ font-size: 30px;
30772
30706
  }
30773
- textarea.ipd9bk.ant-input.textarea-small {
30774
- min-height: 24px;
30775
- height: 24px;
30707
+ .m1jy87hk .ant-modal-body {
30708
+ padding: 4px 0 2px;
30776
30709
  }
30777
- textarea.ipd9bk.ant-input.textarea-small:focus {
30778
- height: 40px;
30710
+ .m1jy87hk .ant-modal-footer {
30711
+ border: none;
30779
30712
  }
30780
30713
 
30781
- .kypn5o5 input, .kypn5o5.input-tags {
30782
- border: 1px solid rgba(213, 219, 227, 0.6);
30783
- border-radius: 4px;
30784
- }
30785
- .kypn5o5.input-tags {
30786
- position: relative;
30787
- padding: 6px;
30788
- height: 32px;
30789
- cursor: pointer;
30790
- transition: border 150ms;
30791
- }
30792
- .kypn5o5.input-tags:hover {
30793
- border-color: #0080ff;
30794
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30714
+ .ti7fpyu {
30715
+ font-size: 12px;
30716
+ line-height: 18px;
30717
+ font-weight: bold;
30718
+ color: #fff;
30719
+ padding: 0 4px;
30720
+ border-radius: 4px;
30721
+ display: inline-block;
30722
+ background: var(--ti7fpyu-0);
30795
30723
  }
30796
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
30797
- padding-right: 30px;
30724
+ .ti7fpyu:not(:first-child) {
30725
+ margin-left: 4px;
30798
30726
  }
30799
- .kypn5o5.input-tags .input-tags-inner {
30727
+
30728
+ .f1rest1f {
30729
+ width: 100%;
30730
+ height: 100%;
30800
30731
  display: flex;
30732
+ align-items: center;
30733
+ justify-content: center;
30801
30734
  }
30802
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30803
- display: flex;
30735
+
30736
+ .n1kbdoln {
30737
+ font-size: 90%;
30738
+ font-weight: bold;
30739
+ background-color: rgba(240, 243, 247, 0.6);
30740
+ padding: 1px 4px 1px;
30741
+ margin-left: 2px;
30742
+ margin-right: 2px;
30743
+ border: 1px solid rgba(213, 219, 227, 0.6);
30744
+ border-radius: 4px;
30804
30745
  }
30805
- .kypn5o5.input-tags .input-tag-suffix {
30806
- position: absolute;
30807
- right: 12px;
30808
- top: 50%;
30809
- transform: translateY(-50%);
30746
+
30747
+ .f1y3gta0.form-item-general {
30748
+ width: 640px;
30810
30749
  }
30811
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30812
- color: rgba(0, 0, 0, 0.25);
30813
- font-size: 12px;
30814
- cursor: pointer;
30750
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30751
+ margin-top: 16px;
30815
30752
  }
30816
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30817
- color: rgba(0, 0, 0, 0.45);
30753
+ .f1y3gta0.form-item-compact {
30754
+ width: 412px;
30818
30755
  }
30819
- .kypn5o5.has-focus-indicator {
30756
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30757
+ margin-top: 8px;
30758
+ }
30759
+ .f1y3gta0 .form-item {
30760
+ width: auto;
30761
+ }
30762
+ .f1y3gta0 .form-item-main {
30820
30763
  position: relative;
30821
- overflow: hidden;
30764
+ display: flex;
30822
30765
  }
30823
- .kypn5o5.has-focus-indicator .ant-input-prefix {
30824
- position: absolute;
30825
- top: 50%;
30826
- transform: translateY(-50%);
30827
- left: -16px;
30828
- transition: left 150ms ease;
30829
- opacity: 0;
30766
+ .f1y3gta0 .form-item-extra {
30767
+ margin-top: 4px;
30768
+ width: 100%;
30769
+ padding: 14px;
30770
+ background: #f2f4f6;
30771
+ font-size: 13px;
30772
+ line-height: 1.8;
30773
+ color: #8e9aa9;
30830
30774
  }
30831
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30832
- left: 8px;
30833
- opacity: 1;
30775
+ .f1y3gta0 .form-item-label {
30776
+ padding-right: 12px;
30777
+ font-size: 13px;
30778
+ color: rgba(44, 56, 82, 0.6);
30834
30779
  }
30835
- .kypn5o5.has-focus-indicator input {
30836
- transition: margin-left 150ms ease;
30837
- margin-left: 0px;
30780
+ .f1y3gta0 .form-item-label.label-right {
30781
+ text-align: right;
30838
30782
  }
30839
- .kypn5o5.has-focus-indicator input:focus {
30840
- margin-left: 16px;
30783
+ .f1y3gta0 .form-item-label,
30784
+ .f1y3gta0 .form-item-control {
30785
+ line-height: 32px;
30841
30786
  }
30842
-
30843
- input.l1ki27se.ant-input {
30844
- border-top-right-radius: 0;
30845
- border-bottom-right-radius: 0;
30787
+ .f1y3gta0 .form-item-control .form-item-error {
30788
+ line-height: 18px;
30846
30789
  }
30847
-
30848
- .l1ki27se.ant-input-affix-wrapper {
30849
- border-top-right-radius: 0;
30850
- border-bottom-right-radius: 0;
30790
+ .f1y3gta0 .form-item-children {
30791
+ width: 100%;
30851
30792
  }
30852
-
30853
- input.rrg1fkn.ant-input {
30854
- border-top-left-radius: 0;
30855
- border-bottom-left-radius: 0;
30793
+ .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 {
30794
+ width: 100%;
30856
30795
  }
30857
-
30858
- .rrg1fkn.ant-input-affix-wrapper {
30859
- border-top-left-radius: 0;
30860
- border-bottom-left-radius: 0;
30796
+ .f1y3gta0 .form-item-error {
30797
+ color: #e75a3a;
30798
+ height: 0;
30799
+ overflow: hidden;
30861
30800
  }
30862
-
30863
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30864
- border-top-right-radius: 0;
30865
- border-bottom-right-radius: 0;
30801
+ .f1y3gta0 .form-item-error-enter-done {
30802
+ margin-top: 4px;
30803
+ height: auto;
30804
+ overflow: auto;
30866
30805
  }
30867
-
30868
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30869
- border-top-left-radius: 0;
30870
- border-bottom-left-radius: 0;
30806
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30807
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30808
+ border: 1px solid #e75a3a;
30809
+ color: #e75a3a;
30871
30810
  }
30872
30811
 
30873
- .p12gwtiw {
30874
- display: flex;
30875
- justify-content: space-between;
30876
- align-items: center;
30877
- padding: 10px 0;
30878
- color: rgba(44, 56, 82, 0.6);
30879
- font-size: 12px;
30880
- line-height: 24px;
30812
+ .fujbm7g {
30813
+ color: #2d3a56;
30814
+ font-weight: bold;
30815
+ padding-bottom: 6px;
30816
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30817
+ margin-bottom: 16px;
30881
30818
  }
30882
- .p12gwtiw .pagination-left {
30883
- padding: 2px 8px;
30819
+ .fujbm7g:not(:first-of-type) {
30820
+ margin-top: 16px;
30884
30821
  }
30885
- .p12gwtiw .dropdown-trigger {
30822
+
30823
+ .e5fsw5s {
30824
+ width: 8px;
30825
+ height: 24px;
30886
30826
  display: flex;
30827
+ justify-content: center;
30887
30828
  align-items: center;
30888
- border-radius: 6px;
30889
30829
  cursor: pointer;
30890
- transition: all 0.3s ease;
30830
+ transition: all 200ms ease-out 40ms;
30891
30831
  }
30892
- .p12gwtiw .dropdown-trigger:hover {
30893
- background: rgba(211, 218, 235, 0.6);
30894
- color: #0080ff;
30832
+ .e5fsw5s:before, .e5fsw5s:after {
30833
+ content: "";
30834
+ width: 1px;
30835
+ height: 6px;
30836
+ border-radius: 1px;
30837
+ background: #ccd4e3;
30838
+ position: relative;
30839
+ right: 2px;
30840
+ transform: rotate(-45deg);
30895
30841
  }
30896
- .p12gwtiw .dropdown-trigger .icon-inner {
30897
- margin-left: 4px;
30842
+ .e5fsw5s:after {
30843
+ transform: rotate(45deg);
30844
+ left: 1px;
30898
30845
  }
30899
- .p12gwtiw .pagination-right {
30900
- display: flex;
30901
- align-items: center;
30902
- color: #0080ff;
30903
- font-weight: bold;
30846
+
30847
+ .w18knsg4.ant-alert-warning {
30848
+ border: 0;
30849
+ background: rgba(255, 187, 0, 0.1);
30850
+ border-radius: 6px;
30904
30851
  }
30905
- .p12gwtiw .pagination-right .icon-inner {
30906
- margin-left: 4px;
30852
+ .w18knsg4.ant-alert,
30853
+ .w18knsg4 .ant-alert-message {
30854
+ color: #e07f00;
30907
30855
  }
30908
- .p12gwtiw .pagination-right .prev-btn,
30909
- .p12gwtiw .pagination-right .next-btn {
30910
- padding: 0 8px;
30856
+ .w18knsg4.ant-alert .dashed-border-bottom,
30857
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
30858
+ border-bottom-color: #e07f00;
30911
30859
  }
30912
- .p12gwtiw .pagination-right .prev-btn > span,
30913
- .p12gwtiw .pagination-right .next-btn > span {
30914
- color: #0080ff;
30860
+
30861
+ .ng31n2o {
30862
+ display: flex;
30863
+ flex-direction: row;
30864
+ padding: 7px 12px;
30865
+ background: rgba(255, 187, 0, 0.1);
30866
+ border-radius: 6px;
30867
+ color: #e07f00;
30868
+ font-size: 12px;
30869
+ line-height: 18px;
30915
30870
  }
30916
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30917
- transform: rotate(180deg);
30871
+ .ng31n2o .icon-wrapper {
30872
+ margin-right: 10px;
30873
+ height: 18px;
30918
30874
  }
30919
30875
 
30920
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30921
- max-height: calc(100vh - 128px);
30922
- overflow-y: auto;
30923
- }
30924
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30925
- padding: 4px 20px;
30876
+ .n15x5f5y {
30877
+ display: flex;
30878
+ flex-direction: row;
30879
+ padding: 7px 12px;
30880
+ background: rgba(225, 230, 241, 0.6);
30881
+ border-radius: 6px;
30882
+ color: rgba(44, 56, 82, 0.6);
30926
30883
  font-size: 12px;
30927
30884
  line-height: 18px;
30928
30885
  }
30886
+ .n15x5f5y .icon-wrapper {
30887
+ margin-right: 10px;
30888
+ height: 18px;
30889
+ }
30929
30890
 
30930
- .s34f1qb.ant-switch {
30931
- min-width: 40px;
30932
- height: 24px;
30933
- background: rgba(172, 186, 211, 0.6);
30934
- overflow: hidden;
30891
+ .i16ozz3f {
30892
+ display: flex;
30893
+ flex-direction: row;
30894
+ padding: 7px 12px;
30895
+ background: rgba(0, 136, 255, 0.1);
30896
+ border-radius: 6px;
30897
+ color: #005ed1;
30898
+ font-size: 12px;
30899
+ line-height: 18px;
30935
30900
  }
30936
- .s34f1qb.ant-switch:focus {
30937
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30901
+ .i16ozz3f .icon-wrapper {
30902
+ margin-right: 10px;
30903
+ height: 18px;
30938
30904
  }
30939
- .s34f1qb.ant-switch-small {
30940
- min-width: 26px;
30941
- height: 16px;
30905
+
30906
+ .dszu9qr {
30907
+ color: rgba(44, 56, 82, 0.6);
30908
+ margin-top: 5px;
30909
+ font-size: 12px;
30910
+ line-height: 18px;
30942
30911
  }
30943
- .s34f1qb.ant-switch-large {
30944
- min-width: 52px;
30945
- height: 32px;
30912
+
30913
+ .snxzgx {
30914
+ color: #f0483e;
30915
+ font-size: 12px;
30916
+ white-space: pre-wrap;
30946
30917
  }
30947
- .s34f1qb.ant-switch .ant-switch-handle {
30948
- height: 20px;
30949
- width: 20px;
30918
+
30919
+ .o1i4orqw {
30920
+ display: flex;
30921
+ align-items: center;
30922
+ justify-content: flex-end;
30950
30923
  }
30951
- .s34f1qb.ant-switch .ant-switch-handle::before {
30952
- border-radius: 10px;
30953
- transition-delay: 120ms;
30924
+ .o1i4orqw .icon-wrapper {
30925
+ margin-right: 16px;
30954
30926
  }
30955
- .s34f1qb.ant-switch-small .ant-switch-handle {
30956
- height: 14px;
30957
- width: 14px;
30958
- top: 1px;
30959
- left: 1px;
30927
+
30928
+ .t79k8o2 {
30929
+ color: rgba(0, 21, 64, 0.3);
30960
30930
  }
30961
- .s34f1qb.ant-switch-large .ant-switch-handle {
30962
- height: 28px;
30963
- width: 28px;
30931
+
30932
+ .ipd9bk.ant-input {
30933
+ padding: 5px 12px;
30934
+ line-height: 20px;
30935
+ color: #2d3a56;
30936
+ border-radius: 6px;
30937
+ border-color: rgba(172, 186, 211, 0.6);
30938
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30964
30939
  }
30965
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30966
- border-radius: 14px;
30940
+ .ipd9bk.ant-input.ant-input-lg {
30941
+ padding: 8px 16px;
30942
+ line-height: 22px;
30967
30943
  }
30968
- .s34f1qb.ant-switch-checked {
30969
- background-color: #00ba5d;
30944
+ .ipd9bk.ant-input.ant-input-sm {
30945
+ padding: 2px 8px;
30946
+ line-height: 18px;
30970
30947
  }
30971
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30972
- left: calc(100% - 20px - 2px);
30948
+ .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 {
30949
+ border-color: rgba(107, 128, 167, 0.6);
30950
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30951
+ z-index: 1;
30973
30952
  }
30974
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30975
- left: calc(100% - 14px - 1px);
30953
+ .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 {
30954
+ border-color: #0096ff;
30955
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30956
+ z-index: 1;
30976
30957
  }
30977
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30978
- left: calc(100% - 28px - 2px);
30958
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30959
+ border-color: #e75a3a;
30960
+ color: #e75a3a;
30979
30961
  }
30980
-
30981
- .c1to9vb9 {
30982
- margin-left: 5px;
30962
+ .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 {
30963
+ border-color: #e75a3a;
30964
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30983
30965
  }
30984
-
30985
- .obf05yr {
30986
- display: inline-block;
30966
+ .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 {
30967
+ border-color: #e75a3a;
30968
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30987
30969
  }
30988
-
30989
- .hsms1n6 {
30990
- visibility: hidden;
30991
- position: absolute;
30970
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30971
+ background: rgba(211, 218, 235, 0.6);
30972
+ color: rgba(0, 21, 64, 0.3);
30973
+ border-color: rgba(172, 186, 211, 0.6);
30992
30974
  }
30993
-
30994
- .rxbeqvl.ant-radio-wrapper {
30995
- display: inline-flex;
30996
- align-items: baseline;
30997
- white-space: pre-wrap;
30975
+ .ipd9bk.ant-input-affix-wrapper {
30976
+ padding: 5px 12px;
30977
+ border-radius: 6px;
30978
+ border-color: rgba(172, 186, 211, 0.6);
30979
+ line-height: 20px;
30980
+ color: #2d3a56;
30981
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30998
30982
  }
30999
- .rxbeqvl.ant-radio-wrapper .ant-radio {
31000
- position: relative;
31001
- top: 3px;
30983
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30984
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30985
+ color: rgba(44, 56, 82, 0.6);
31002
30986
  }
31003
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30987
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30988
+ padding: 8px 16px;
30989
+ line-height: 22px;
30990
+ }
30991
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30992
+ padding: 2px 8px;
30993
+ line-height: 18px;
30994
+ }
30995
+ .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 {
31004
30996
  border-color: rgba(107, 128, 167, 0.6);
30997
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31005
30998
  }
31006
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31007
- border-color: #0080ff;
30999
+ .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 {
31000
+ border-color: #0096ff;
31001
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31008
31002
  }
31009
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31010
- border-color: #0080ff;
31011
- background: #0080ff;
31003
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31004
+ border-color: #e75a3a;
31012
31005
  }
31013
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31014
- top: 4px;
31015
- left: 4px;
31016
- width: 6px;
31017
- height: 6px;
31018
- background: #fff;
31006
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31007
+ color: #e75a3a;
31019
31008
  }
31020
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31021
- opacity: 0.5;
31009
+ .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 {
31010
+ border-color: #e75a3a;
31011
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31022
31012
  }
31023
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31024
- border-color: rgba(107, 128, 167, 0.6);
31025
- background: rgba(211, 218, 235, 0.6);
31013
+ .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 {
31014
+ border-color: #e75a3a;
31015
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31026
31016
  }
31027
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31028
- background: #00122e;
31017
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31018
+ background: rgba(211, 218, 235, 0.6);
31019
+ color: rgba(0, 21, 64, 0.3);
31020
+ border-color: rgba(172, 186, 211, 0.6);
31029
31021
  }
31030
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31031
- color: #00122e;
31032
- opacity: 0.5;
31022
+ textarea.ipd9bk.ant-input {
31023
+ transition-property: height;
31024
+ transition-delay: 50ms;
31033
31025
  }
31034
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31035
- color: #00122e;
31026
+ textarea.ipd9bk.ant-input.textarea-large {
31027
+ min-height: 40px;
31028
+ height: 40px;
31036
31029
  }
31037
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31038
- display: inline-block;
31039
- padding: 0;
31040
- padding-left: 12px;
31030
+ textarea.ipd9bk.ant-input.textarea-large:focus {
31031
+ height: 80px;
31041
31032
  }
31042
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31043
- margin-bottom: 0;
31044
- white-space: pre-wrap;
31045
- color: rgba(44, 56, 82, 0.6);
31033
+ textarea.ipd9bk.ant-input.textarea-middle {
31034
+ min-height: 32px;
31035
+ height: 32px;
31046
31036
  }
31047
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31048
- padding-left: 8px;
31037
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
31038
+ height: 64px;
31049
31039
  }
31050
-
31051
- .r5ie79y .ant-radio-button-wrapper:first-child {
31052
- border-radius: 5px 0 0 5px;
31040
+ textarea.ipd9bk.ant-input.textarea-small {
31041
+ min-height: 24px;
31042
+ height: 24px;
31053
31043
  }
31054
- .r5ie79y .ant-radio-button-wrapper:last-child {
31055
- border-radius: 0 5px 5px 0;
31044
+ textarea.ipd9bk.ant-input.textarea-small:focus {
31045
+ height: 40px;
31056
31046
  }
31057
31047
 
31058
- .r1f0aqcc {
31059
- color: #00122e;
31060
- border-color: #ccd4e3;
31061
- }
31062
- .r1f0aqcc:first-child {
31063
- border-color: #a3b4cc;
31048
+ .kypn5o5 input, .kypn5o5.input-tags {
31049
+ border: 1px solid rgba(213, 219, 227, 0.6);
31050
+ border-radius: 4px;
31064
31051
  }
31065
- .r1f0aqcc.ant-radio-button-wrapper {
31066
- padding: 0 12px;
31067
- line-height: 32px;
31052
+ .kypn5o5.input-tags {
31053
+ position: relative;
31054
+ padding: 6px;
31068
31055
  height: 32px;
31056
+ cursor: pointer;
31057
+ transition: border 150ms;
31069
31058
  }
31070
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31071
- white-space: nowrap;
31059
+ .kypn5o5.input-tags:hover {
31060
+ border-color: #0080ff;
31061
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31072
31062
  }
31073
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31074
- height: 22px;
31075
- padding: 0 7px;
31076
- line-height: 20px;
31063
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
31064
+ padding-right: 30px;
31077
31065
  }
31078
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31079
- background: #ccd4e3;
31066
+ .kypn5o5.input-tags .input-tags-inner {
31067
+ display: flex;
31080
31068
  }
31081
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31082
- background: #0080ff;
31069
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31070
+ display: flex;
31083
31071
  }
31084
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31085
- background: #ccd4e3;
31086
- opacity: 0.5;
31072
+ .kypn5o5.input-tags .input-tag-suffix {
31073
+ position: absolute;
31074
+ right: 12px;
31075
+ top: 50%;
31076
+ transform: translateY(-50%);
31087
31077
  }
31088
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31089
- border-right-color: #0080ff;
31078
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31079
+ color: rgba(0, 0, 0, 0.25);
31080
+ font-size: 12px;
31081
+ cursor: pointer;
31090
31082
  }
31091
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31092
- border-color: #0080ff;
31083
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31084
+ color: rgba(0, 0, 0, 0.45);
31093
31085
  }
31094
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31095
- background: rgba(0, 136, 255, 0.1);
31086
+ .kypn5o5.has-focus-indicator {
31087
+ position: relative;
31088
+ overflow: hidden;
31096
31089
  }
31097
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31098
- background: rgba(211, 218, 235, 0.6);
31099
- border-color: #ccd4e3;
31100
- opacity: 0.5;
31090
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
31091
+ position: absolute;
31092
+ top: 50%;
31093
+ transform: translateY(-50%);
31094
+ left: -16px;
31095
+ transition: left 150ms ease;
31096
+ opacity: 0;
31101
31097
  }
31102
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31103
- color: #00122e;
31104
- border-color: #ccd4e3;
31098
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31099
+ left: 8px;
31100
+ opacity: 1;
31105
31101
  }
31106
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31107
- color: #00122e;
31108
- border-color: #ccd4e3;
31109
- background: rgba(172, 186, 211, 0.6);
31102
+ .kypn5o5.has-focus-indicator input {
31103
+ transition: margin-left 150ms ease;
31104
+ margin-left: 0px;
31110
31105
  }
31111
- .r1f0aqcc .ant-radio-button-input {
31112
- margin-right: 8px;
31113
- display: inline;
31114
- border: none;
31115
- padding: 0;
31116
- width: 36px;
31117
- background: transparent;
31106
+ .kypn5o5.has-focus-indicator input:focus {
31107
+ margin-left: 16px;
31118
31108
  }
31119
- .r1f0aqcc .ant-radio-button-input:focus {
31120
- box-shadow: none;
31109
+
31110
+ input.l1ki27se.ant-input {
31111
+ border-top-right-radius: 0;
31112
+ border-bottom-right-radius: 0;
31121
31113
  }
31122
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31123
- margin-right: 0;
31124
- width: initial;
31125
- box-shadow: none;
31114
+
31115
+ .l1ki27se.ant-input-affix-wrapper {
31116
+ border-top-right-radius: 0;
31117
+ border-bottom-right-radius: 0;
31126
31118
  }
31127
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31128
- display: none;
31119
+
31120
+ input.rrg1fkn.ant-input {
31121
+ border-top-left-radius: 0;
31122
+ border-bottom-left-radius: 0;
31129
31123
  }
31130
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31131
- display: inline;
31124
+
31125
+ .rrg1fkn.ant-input-affix-wrapper {
31126
+ border-top-left-radius: 0;
31127
+ border-bottom-left-radius: 0;
31132
31128
  }
31133
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31134
- display: inline;
31135
- margin-right: 8px;
31136
- padding: 0;
31137
- width: 36px;
31129
+
31130
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31131
+ border-top-right-radius: 0;
31132
+ border-bottom-right-radius: 0;
31138
31133
  }
31139
31134
 
31140
- .t1upn1sz {
31141
- height: 100%;
31135
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31136
+ border-top-left-radius: 0;
31137
+ border-bottom-left-radius: 0;
31142
31138
  }
31143
31139
 
31144
- .tta5kd2 {
31145
- height: 100%;
31140
+ .i1e4sgug {
31141
+ display: inline-block;
31146
31142
  }
31147
- .tta5kd2.empty-table .ant-table-content {
31148
- overflow: visible !important;
31149
- height: 100%;
31143
+
31144
+ .d6j0lbj {
31145
+ font-family: Inter;
31146
+ font-style: normal;
31147
+ font-weight: bold;
31148
+ font-size: 32px;
31149
+ line-height: 40px;
31150
31150
  }
31151
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31152
- height: 100%;
31151
+
31152
+ .d1xhvvxe {
31153
+ font-family: Inter;
31154
+ font-style: normal;
31155
+ font-weight: bold;
31156
+ font-size: 24px;
31157
+ line-height: 32px;
31153
31158
  }
31154
- .tta5kd2.empty-table .ant-table-content table {
31155
- width: 100% !important;
31156
- height: 100%;
31159
+
31160
+ .dk10mxq {
31161
+ font-family: Inter;
31162
+ font-style: normal;
31163
+ font-weight: normal;
31164
+ font-size: 32px;
31165
+ line-height: 40px;
31157
31166
  }
31158
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31159
- padding: 15px 0;
31167
+
31168
+ .dxsait {
31169
+ font-family: Inter;
31170
+ font-style: normal;
31171
+ font-weight: bold;
31172
+ font-size: 20px;
31173
+ line-height: 24px;
31160
31174
  }
31161
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31162
- display: none;
31175
+
31176
+ .dokn0h3 {
31177
+ font-family: Inter;
31178
+ font-style: normal;
31179
+ font-weight: normal;
31180
+ font-size: 20px;
31181
+ line-height: 24px;
31163
31182
  }
31164
- .tta5kd2 .active-row td:nth-child(1) {
31165
- font-weight: 700;
31183
+
31184
+ .dobau4p {
31185
+ font-family: Inter;
31186
+ font-style: normal;
31187
+ font-weight: bold;
31188
+ font-size: 18px;
31189
+ line-height: 22px;
31166
31190
  }
31167
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31168
- font-weight: 700;
31191
+
31192
+ .dvolwok {
31193
+ font-family: Inter;
31194
+ font-style: normal;
31195
+ font-weight: normal;
31196
+ font-size: 18px;
31197
+ line-height: 22px;
31169
31198
  }
31170
- .tta5kd2 .ant-spin-nested-loading {
31171
- height: 100%;
31199
+
31200
+ .h181qhg4 {
31201
+ font-family: Inter;
31202
+ font-style: normal;
31203
+ font-weight: bold;
31204
+ font-size: 16px;
31205
+ line-height: 22px;
31172
31206
  }
31173
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31174
- height: 100%;
31175
- overflow: visible;
31207
+
31208
+ .h1phgmcq {
31209
+ font-family: Inter;
31210
+ font-style: normal;
31211
+ font-weight: normal;
31212
+ font-size: 16px;
31213
+ line-height: 22px;
31176
31214
  }
31177
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31178
- max-height: none;
31215
+
31216
+ .h173xnl1 {
31217
+ font-family: Inter;
31218
+ font-style: normal;
31219
+ font-weight: bold;
31220
+ font-size: 14px;
31221
+ line-height: 20px;
31179
31222
  }
31180
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31181
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31182
- display: none;
31223
+
31224
+ .hedm4pz {
31225
+ font-family: Inter;
31226
+ font-style: normal;
31227
+ font-weight: normal;
31228
+ font-size: 14px;
31229
+ line-height: 20px;
31183
31230
  }
31184
- .tta5kd2 td.ant-table-column-sort {
31185
- background: transparent;
31231
+
31232
+ .h1kd8xld {
31233
+ font-family: Inter;
31234
+ font-style: normal;
31235
+ font-weight: bold;
31236
+ font-size: 12px;
31237
+ line-height: 18px;
31186
31238
  }
31187
- .tta5kd2 td.ant-table-cell-fix-left,
31188
- .tta5kd2 td.ant-table-cell-fix-right {
31189
- background: #fff;
31190
- padding: 0 !important;
31239
+
31240
+ .hp14fr {
31241
+ font-family: Inter;
31242
+ font-style: normal;
31243
+ font-weight: normal;
31244
+ font-size: 12px;
31245
+ line-height: 18px;
31191
31246
  }
31192
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31193
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31194
- display: flex;
31195
- align-items: center;
31196
- height: 100%;
31197
- padding: 8px;
31247
+
31248
+ .hgrg7mn {
31249
+ font-family: Inter;
31250
+ font-style: normal;
31251
+ font-weight: bold;
31252
+ text-transform: uppercase;
31253
+ font-feature-settings: "cpsp" on;
31254
+ font-size: 12px;
31255
+ line-height: 18px;
31198
31256
  }
31199
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31200
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31201
- overflow: hidden;
31202
- text-overflow: ellipsis;
31203
- width: 100%;
31257
+
31258
+ .h6zme9x {
31259
+ font-family: Inter;
31260
+ font-style: normal;
31261
+ font-weight: normal;
31262
+ text-transform: uppercase;
31263
+ font-feature-settings: "cpsp" on;
31264
+ font-size: 12px;
31265
+ line-height: 18px;
31204
31266
  }
31205
- .tta5kd2 .ant-table-container {
31206
- height: 100%;
31267
+
31268
+ .locjvsv {
31269
+ font-family: Inter;
31270
+ font-style: normal;
31271
+ font-weight: normal;
31272
+ font-size: 16px;
31273
+ line-height: 24px;
31207
31274
  }
31208
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31209
- box-shadow: none !important;
31275
+
31276
+ .l13gi131 {
31277
+ font-family: Inter;
31278
+ font-style: normal;
31279
+ font-weight: bold;
31280
+ font-size: 16px;
31281
+ line-height: 24px;
31210
31282
  }
31211
- .tta5kd2 .ant-table {
31212
- border-radius: 0px;
31213
- border-left: none;
31214
- border-right: none;
31215
- border-bottom: none;
31216
- height: 100%;
31217
- font-size: 12px;
31218
- background: transparent;
31219
- }
31220
- .tta5kd2 .ant-table .ant-table-header {
31221
- position: relative;
31222
- z-index: 3;
31223
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31224
- margin-bottom: -1px;
31225
- }
31226
- .tta5kd2 .ant-table .time-wrapper .date,
31227
- .tta5kd2 .ant-table .value {
31228
- color: #2d3a56;
31229
- }
31230
- .tta5kd2 .ant-table .time-wrapper .time,
31231
- .tta5kd2 .ant-table .unit {
31232
- color: rgba(44, 56, 82, 0.6);
31233
- }
31234
- .tta5kd2 .ant-table .ant-table-selection {
31235
- position: unset;
31236
- text-align: center;
31237
- }
31238
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31239
- background: #fff;
31240
- }
31241
- .tta5kd2 .ant-table .anticon-setting {
31242
- cursor: pointer;
31243
- position: absolute;
31244
- top: 50%;
31245
- right: 12px;
31246
- transform: translateY(-50%);
31247
- }
31248
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31249
- box-shadow: none;
31250
- width: 1px;
31251
- background: rgba(213, 219, 227, 0.6);
31283
+
31284
+ .l1ynemsu {
31285
+ font-family: Inter;
31286
+ font-style: normal;
31287
+ font-weight: normal;
31288
+ font-size: 16px;
31289
+ line-height: 24px;
31252
31290
  }
31253
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31254
- box-shadow: none;
31255
- width: 1px;
31256
- background: rgba(213, 219, 227, 0.6);
31291
+
31292
+ .l1cft1cx {
31293
+ font-family: Inter;
31294
+ font-style: normal;
31295
+ font-weight: bold;
31296
+ font-size: 16px;
31297
+ line-height: 24px;
31257
31298
  }
31258
- .tta5kd2 .ant-table .ant-table-tbody {
31259
- position: relative;
31299
+
31300
+ .l17tqc8p {
31301
+ font-family: Inter;
31302
+ font-style: normal;
31303
+ font-weight: normal;
31304
+ text-transform: uppercase;
31305
+ font-feature-settings: "cpsp" on;
31306
+ font-size: 16px;
31307
+ line-height: 24px;
31260
31308
  }
31261
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31262
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31263
- border-bottom: 1px solid white;
31264
- height: 40px;
31265
- vertical-align: middle;
31266
- transition: background 0ms;
31267
- color: #00122e;
31309
+
31310
+ .l1j1e5w7 {
31311
+ font-family: Inter;
31312
+ font-style: normal;
31313
+ font-weight: bold;
31314
+ text-transform: uppercase;
31315
+ font-feature-settings: "cpsp" on;
31316
+ font-size: 16px;
31317
+ line-height: 24px;
31268
31318
  }
31269
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31270
- background: #f2f5fa;
31271
- border-bottom-color: #f2f5fa;
31319
+
31320
+ .l1gf91jb {
31321
+ font-family: Inter;
31322
+ font-style: normal;
31323
+ font-weight: normal;
31324
+ font-size: 14px;
31325
+ line-height: 22px;
31272
31326
  }
31273
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31274
- height: auto;
31275
- color: #00122e;
31276
- font-size: 12px;
31277
- text-align: left;
31278
- transition: none;
31279
- overflow: hidden;
31280
- text-overflow: ellipsis;
31281
- white-space: nowrap;
31327
+
31328
+ .lu7hlr6 {
31329
+ font-family: Inter;
31330
+ font-style: normal;
31331
+ font-weight: 500;
31332
+ font-size: 14px;
31333
+ line-height: 22px;
31282
31334
  }
31283
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31284
- color: #0096ff;
31335
+
31336
+ .l3l3jf0 {
31337
+ font-family: Inter;
31338
+ font-style: normal;
31339
+ font-weight: bold;
31340
+ font-size: 14px;
31341
+ line-height: 22px;
31285
31342
  }
31286
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31287
- overflow: hidden;
31288
- text-overflow: ellipsis;
31289
- width: 100%;
31290
- vertical-align: middle;
31343
+
31344
+ .l12j5nqp {
31345
+ font-family: Inter;
31346
+ font-style: normal;
31347
+ font-weight: normal;
31348
+ font-size: 14px;
31349
+ line-height: 22px;
31291
31350
  }
31292
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31293
- line-height: 0px;
31351
+
31352
+ .l1tecqht {
31353
+ font-family: Inter;
31354
+ font-style: normal;
31355
+ font-weight: bold;
31356
+ font-size: 14px;
31357
+ line-height: 22px;
31294
31358
  }
31295
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31296
- padding-right: 25px;
31359
+
31360
+ .l6sa990 {
31361
+ font-family: Inter;
31362
+ font-style: normal;
31363
+ font-weight: normal;
31364
+ text-transform: uppercase;
31365
+ font-feature-settings: "cpsp" on;
31366
+ font-size: 14px;
31367
+ line-height: 22px;
31297
31368
  }
31298
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31299
- border-top-color: transparent;
31369
+
31370
+ .lckqe8j {
31371
+ font-family: Inter;
31372
+ font-style: normal;
31373
+ font-weight: bold;
31374
+ text-transform: uppercase;
31375
+ font-feature-settings: "cpsp" on;
31376
+ font-size: 14px;
31377
+ line-height: 22px;
31300
31378
  }
31301
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31302
- background: rgba(225, 230, 241, 0.6);
31303
- border-color: transparent transparent white;
31379
+
31380
+ .l1kuminb {
31381
+ font-family: Inter;
31382
+ font-style: normal;
31383
+ font-weight: normal;
31384
+ font-size: 13px;
31385
+ line-height: 20px;
31304
31386
  }
31305
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31306
- border-radius: 8px 0 0 8px;
31387
+
31388
+ .l1pbuf5j {
31389
+ font-family: Inter;
31390
+ font-style: normal;
31391
+ font-weight: 600;
31392
+ font-size: 13px;
31393
+ line-height: 20px;
31307
31394
  }
31308
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31309
- border-radius: 8px 0 0 8px;
31395
+
31396
+ .l1r4ztu {
31397
+ font-family: Inter;
31398
+ font-style: normal;
31399
+ font-weight: bold;
31400
+ font-size: 13px;
31401
+ line-height: 20px;
31310
31402
  }
31311
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31312
- content: "";
31313
- width: 4px;
31314
- top: -1px;
31315
- bottom: -1px;
31316
- background: white;
31403
+
31404
+ .ly8vzok {
31405
+ font-family: Inter;
31406
+ font-style: normal;
31407
+ font-weight: normal;
31408
+ font-size: 13px;
31409
+ line-height: 20px;
31317
31410
  }
31318
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31319
- border-radius: 0 8px 8px 0;
31411
+
31412
+ .lumfmf {
31413
+ font-family: Inter;
31414
+ font-style: normal;
31415
+ font-weight: 600;
31416
+ font-size: 13px;
31417
+ line-height: 20px;
31320
31418
  }
31321
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31322
- border-radius: 0;
31323
- background: white;
31324
- border-top: none;
31419
+
31420
+ .l16ujwmv {
31421
+ font-family: Inter;
31422
+ font-style: normal;
31423
+ font-weight: bold;
31424
+ font-size: 13px;
31425
+ line-height: 20px;
31325
31426
  }
31326
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31327
- border-top: 1px solid transparent;
31328
- border-radius: 0 8px 8px 0;
31329
- background: rgba(225, 230, 241, 0.6);
31427
+
31428
+ .l17o1ffr {
31429
+ font-family: Inter;
31430
+ font-style: normal;
31431
+ font-weight: normal;
31432
+ text-transform: uppercase;
31433
+ font-feature-settings: "cpsp" on;
31434
+ font-size: 13px;
31435
+ line-height: 20px;
31330
31436
  }
31331
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31332
- background: white;
31333
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31437
+
31438
+ .lngllvn {
31439
+ font-family: Inter;
31440
+ font-style: normal;
31441
+ font-weight: bold;
31442
+ text-transform: uppercase;
31443
+ font-feature-settings: "cpsp" on;
31444
+ font-size: 13px;
31445
+ line-height: 20px;
31334
31446
  }
31335
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31336
- display: flex;
31337
- align-items: center;
31338
- height: 100%;
31339
- background: rgba(225, 230, 241, 0.6);
31447
+
31448
+ .l2i7fo9 {
31449
+ font-family: Inter;
31450
+ font-style: normal;
31451
+ font-weight: normal;
31452
+ font-size: 12px;
31453
+ line-height: 18px;
31340
31454
  }
31341
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31342
- background: white;
31343
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31455
+
31456
+ .l1x7hscx {
31457
+ font-family: Inter;
31458
+ font-style: normal;
31459
+ font-weight: 500;
31460
+ font-size: 12px;
31461
+ line-height: 18px;
31344
31462
  }
31345
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31346
- display: flex;
31347
- align-items: center;
31348
- height: 100%;
31349
- background: rgba(225, 230, 241, 0.6);
31463
+
31464
+ .le1jwan {
31465
+ font-family: Inter;
31466
+ font-style: normal;
31467
+ font-weight: bold;
31468
+ font-size: 12px;
31469
+ line-height: 18px;
31350
31470
  }
31351
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31352
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31471
+
31472
+ .lyxynfj {
31473
+ font-family: Inter;
31474
+ font-style: normal;
31475
+ font-weight: normal;
31476
+ font-size: 12px;
31477
+ line-height: 18px;
31353
31478
  }
31354
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31355
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31356
- border-radius: 8px;
31479
+
31480
+ .lpb2nxv {
31481
+ font-family: Inter;
31482
+ font-style: normal;
31483
+ font-weight: 500;
31484
+ font-size: 12px;
31485
+ line-height: 18px;
31357
31486
  }
31358
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31359
- border-top-color: white;
31487
+
31488
+ .l1r8o3vv {
31489
+ font-family: Inter;
31490
+ font-style: normal;
31491
+ font-weight: bold;
31492
+ font-size: 12px;
31493
+ line-height: 18px;
31360
31494
  }
31361
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31362
- background: rgba(0, 136, 255, 0.1);
31363
- border-bottom-color: transparent;
31364
- border-top-color: transparent;
31495
+
31496
+ .lemnjy2 {
31497
+ font-family: Inter;
31498
+ font-style: normal;
31499
+ font-weight: normal;
31500
+ text-transform: uppercase;
31501
+ font-feature-settings: "cpsp" on;
31502
+ font-size: 12px;
31503
+ line-height: 18px;
31365
31504
  }
31366
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31367
- border-radius: 8px 0 0 8px;
31505
+
31506
+ .lrc42gb {
31507
+ font-family: Inter;
31508
+ font-style: normal;
31509
+ font-weight: bold;
31510
+ text-transform: uppercase;
31511
+ font-feature-settings: "cpsp" on;
31512
+ font-size: 12px;
31513
+ line-height: 18px;
31368
31514
  }
31369
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31370
- border-radius: 0 8px 8px 0;
31515
+
31516
+ .fqaz4mb {
31517
+ font-family: Inter;
31518
+ font-style: normal;
31519
+ font-weight: normal;
31520
+ font-size: 13px;
31521
+ line-height: 20px;
31371
31522
  }
31372
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31373
- background: rgba(0, 136, 255, 0.1);
31523
+
31524
+ .f13we5o {
31525
+ font-family: Inter;
31526
+ font-style: normal;
31527
+ font-weight: normal;
31528
+ font-size: 13px;
31529
+ line-height: 20px;
31374
31530
  }
31375
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31376
- background: #fff;
31377
- font-weight: 400;
31378
- position: relative;
31379
- border-bottom: none;
31380
- color: #00122e;
31381
- transition: none;
31382
- padding: 15px 8px 15px 8px;
31531
+
31532
+ .ffmjua2 {
31533
+ font-family: Inter;
31534
+ font-style: normal;
31535
+ font-weight: normal;
31536
+ font-size: 12px;
31537
+ line-height: 18px;
31383
31538
  }
31384
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31385
- content: "";
31386
- width: 1px;
31387
- top: 0;
31388
- bottom: 0;
31389
- background: rgba(211, 218, 235, 0.6);
31390
- position: absolute;
31391
- right: 0;
31539
+
31540
+ .fz2mxw0 {
31541
+ font-family: Inter;
31542
+ font-style: normal;
31543
+ font-weight: normal;
31544
+ font-size: 12px;
31545
+ line-height: 18px;
31392
31546
  }
31393
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31394
- padding: unset;
31547
+
31548
+ .t1ertzoh {
31549
+ font-family: Inter;
31550
+ font-style: normal;
31551
+ font-weight: normal;
31552
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31553
+ font-size: 13px;
31554
+ line-height: 20px;
31395
31555
  }
31396
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31397
- display: none;
31556
+
31557
+ .t19bge8r {
31558
+ font-family: Inter;
31559
+ font-style: normal;
31560
+ font-weight: normal;
31561
+ font-feature-settings: "zero" on;
31562
+ font-size: 13px;
31563
+ line-height: 20px;
31398
31564
  }
31399
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31400
- width: 100%;
31401
- overflow: hidden;
31402
- white-space: nowrap;
31403
- text-overflow: ellipsis;
31565
+
31566
+ .tjrzfyl {
31567
+ font-family: Inter;
31568
+ font-style: normal;
31569
+ font-weight: normal;
31570
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31571
+ font-size: 12px;
31572
+ line-height: 18px;
31404
31573
  }
31405
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31406
- overflow: hidden;
31407
- text-overflow: ellipsis;
31408
- flex: 1;
31574
+
31575
+ .tm6s7bo {
31576
+ font-family: Inter;
31577
+ font-style: normal;
31578
+ font-weight: 500;
31579
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31580
+ font-size: 12px;
31581
+ line-height: 18px;
31409
31582
  }
31410
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31411
- padding: 15px 25px 15px 8px;
31583
+
31584
+ .t19zq6ic {
31585
+ font-family: Inter;
31586
+ font-style: normal;
31587
+ font-weight: normal;
31588
+ font-feature-settings: "zero" on;
31589
+ font-size: 12px;
31590
+ line-height: 18px;
31412
31591
  }
31413
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31414
- padding: 0;
31592
+
31593
+ .t1gduru8 {
31594
+ font-family: Inter;
31595
+ font-style: normal;
31596
+ font-weight: 500;
31597
+ font-feature-settings: "zero" on;
31598
+ font-size: 12px;
31599
+ line-height: 18px;
31415
31600
  }
31416
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31417
- position: absolute;
31418
- right: 6px;
31419
- top: 50%;
31420
- transform: translateY(-50%);
31421
- height: 16px;
31422
- display: none;
31423
- transition: transform 320ms ease;
31601
+
31602
+ .t55raab {
31603
+ font-family: Inter;
31604
+ font-style: normal;
31605
+ font-weight: bold;
31606
+ font-feature-settings: "zero" on;
31607
+ font-size: 16px;
31608
+ line-height: 24px;
31424
31609
  }
31425
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31426
- display: block;
31427
- transform: translateY(-50%) rotateX(180deg);
31610
+
31611
+ .u1w9abfe {
31612
+ font-family: Inter;
31613
+ font-style: normal;
31614
+ font-weight: normal;
31615
+ font-size: 10px;
31616
+ line-height: 12px;
31428
31617
  }
31429
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31430
- display: block;
31618
+
31619
+ .t1upn1sz {
31620
+ height: 100%;
31431
31621
  }
31432
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31433
- display: none;
31622
+
31623
+ .tta5kd2 {
31624
+ height: 100%;
31434
31625
  }
31435
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31436
- transform: translateY(-50%);
31626
+ .tta5kd2.empty-table .ant-table-content {
31627
+ overflow: visible !important;
31628
+ height: 100%;
31437
31629
  }
31438
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31439
- transform: translateY(-50%) rotateX(180deg);
31630
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31631
+ height: 100%;
31440
31632
  }
31441
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31442
- background: #f2f5fa;
31633
+ .tta5kd2.empty-table .ant-table-content table {
31634
+ width: 100% !important;
31635
+ height: 100%;
31443
31636
  }
31444
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31445
- display: block;
31637
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31638
+ padding: 15px 0;
31446
31639
  }
31447
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31448
- padding-right: 25px;
31640
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31641
+ display: none;
31449
31642
  }
31450
- .tta5kd2 .ant-table .ant-table-selection-column {
31451
- padding: 0 !important;
31643
+ .tta5kd2 .active-row td:nth-child(1) {
31644
+ font-weight: 700;
31452
31645
  }
31453
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31454
- position: absolute;
31455
- left: 50%;
31456
- top: 50%;
31457
- transform: translate(-50%, -50%);
31646
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31647
+ font-weight: 700;
31458
31648
  }
31459
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31460
- display: none;
31649
+ .tta5kd2 .ant-spin-nested-loading {
31650
+ height: 100%;
31461
31651
  }
31462
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31463
- background: #fff;
31652
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31653
+ height: 100%;
31654
+ overflow: visible;
31464
31655
  }
31465
- .tta5kd2 .ant-table .ant-table-placeholder {
31466
- background: inherit;
31656
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31657
+ max-height: none;
31467
31658
  }
31468
- .tta5kd2 .ant-table .ant-table-placeholder td {
31469
- position: static;
31470
- border: none;
31471
- background: inherit !important;
31472
- height: 100px;
31473
- vertical-align: middle;
31659
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31660
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31661
+ display: none;
31474
31662
  }
31475
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31476
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31477
- font-weight: bold;
31478
- font-size: 20px;
31479
- color: rgba(10, 37, 85, 0.6);
31663
+ .tta5kd2 td.ant-table-column-sort {
31664
+ background: transparent;
31480
31665
  }
31481
- .tta5kd2 .ant-table td.cell__action_ {
31482
- padding: 0 !important;
31483
- position: relative;
31666
+ .tta5kd2 td.ant-table-cell-fix-left,
31667
+ .tta5kd2 td.ant-table-cell-fix-right {
31484
31668
  background: #fff;
31669
+ padding: 0 !important;
31485
31670
  }
31486
- .tta5kd2 .ant-table td.cell__action_ > * {
31487
- height: 100%;
31671
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31672
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31488
31673
  display: flex;
31489
31674
  align-items: center;
31490
- justify-content: flex-end;
31491
- padding-right: 8px;
31675
+ height: 100%;
31676
+ padding: 8px;
31492
31677
  }
31493
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31494
- width: 24px;
31495
- height: 24px;
31496
- cursor: pointer;
31497
- justify-content: center;
31498
- border-radius: 4px;
31678
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31679
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31680
+ overflow: hidden;
31681
+ text-overflow: ellipsis;
31682
+ width: 100%;
31499
31683
  }
31500
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31501
- background: #fff;
31684
+ .tta5kd2 .ant-table-container {
31685
+ height: 100%;
31502
31686
  }
31503
-
31504
- .s1fc623g {
31505
- width: 430px !important;
31687
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31688
+ box-shadow: none !important;
31506
31689
  }
31507
-
31508
- .da3mx0o .ant-select-item-group {
31509
- padding: 8px 16px;
31510
- line-height: 18px;
31511
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31512
- height: 34px;
31513
- min-height: 34px;
31514
- box-sizing: border-box;
31515
- margin-top: 8px;
31690
+ .tta5kd2 .ant-table {
31691
+ border-radius: 0px;
31692
+ border-left: none;
31693
+ border-right: none;
31694
+ border-bottom: none;
31695
+ height: 100%;
31696
+ font-size: 12px;
31697
+ background: transparent;
31516
31698
  }
31517
-
31518
- .onr9gzt {
31519
- display: flex;
31520
- flex-direction: column;
31521
- margin: 1px 8px;
31522
- padding: 8px;
31523
- border-radius: 4px;
31699
+ .tta5kd2 .ant-table .ant-table-header {
31700
+ position: relative;
31701
+ z-index: 3;
31702
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31703
+ margin-bottom: -1px;
31524
31704
  }
31525
- .onr9gzt .selected-icon {
31526
- display: none;
31705
+ .tta5kd2 .ant-table .time-wrapper .date,
31706
+ .tta5kd2 .ant-table .value {
31707
+ color: #2d3a56;
31527
31708
  }
31528
- .onr9gzt.ant-select-item-option-grouped {
31529
- padding-left: 8px;
31709
+ .tta5kd2 .ant-table .time-wrapper .time,
31710
+ .tta5kd2 .ant-table .unit {
31711
+ color: rgba(44, 56, 82, 0.6);
31530
31712
  }
31531
- .onr9gzt.ant-select-item-option-selected {
31532
- background-color: white;
31713
+ .tta5kd2 .ant-table .ant-table-selection {
31714
+ position: unset;
31715
+ text-align: center;
31533
31716
  }
31534
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31535
- color: #0080ff;
31717
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31718
+ background: #fff;
31536
31719
  }
31537
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31538
- display: block;
31720
+ .tta5kd2 .ant-table .anticon-setting {
31721
+ cursor: pointer;
31722
+ position: absolute;
31723
+ top: 50%;
31724
+ right: 12px;
31725
+ transform: translateY(-50%);
31539
31726
  }
31540
- .onr9gzt.ant-select-item-option-active {
31541
- background: rgba(0, 136, 255, 0.16);
31727
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31728
+ box-shadow: none;
31729
+ width: 1px;
31730
+ background: rgba(213, 219, 227, 0.6);
31542
31731
  }
31543
- .onr9gzt.ant-select-item-option-active .timezone-title {
31544
- color: #0080ff;
31732
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31733
+ box-shadow: none;
31734
+ width: 1px;
31735
+ background: rgba(213, 219, 227, 0.6);
31545
31736
  }
31546
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31547
- background: rgba(0, 136, 255, 0.1);
31548
- color: #0080ff;
31737
+ .tta5kd2 .ant-table .ant-table-tbody {
31738
+ position: relative;
31549
31739
  }
31550
-
31551
- .oiy0apc {
31552
- display: flex;
31553
- justify-content: space-between;
31554
- height: 20px;
31555
- line-height: 20px;
31740
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31741
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31742
+ border-bottom: 1px solid white;
31743
+ height: 40px;
31744
+ vertical-align: middle;
31745
+ transition: background 0ms;
31746
+ color: #00122e;
31556
31747
  }
31557
- .oiy0apc .timezone-title {
31558
- color: #2d3a56;
31748
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31749
+ background: #f2f5fa;
31750
+ border-bottom-color: #f2f5fa;
31751
+ }
31752
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31753
+ height: auto;
31754
+ color: #00122e;
31755
+ font-size: 12px;
31756
+ text-align: left;
31757
+ transition: none;
31559
31758
  overflow: hidden;
31560
31759
  text-overflow: ellipsis;
31760
+ white-space: nowrap;
31561
31761
  }
31562
-
31563
- .of4y382 {
31564
- display: flex;
31565
- justify-content: space-between;
31566
- color: rgba(44, 56, 82, 0.6);
31567
- height: 18px;
31568
- line-height: 18px;
31569
- margin-top: 2px;
31570
- }
31571
-
31572
- .t19903l9 {
31573
- border: none;
31574
- margin-right: 0;
31575
- background: rgba(225, 230, 241, 0.6);
31762
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31763
+ color: #0096ff;
31576
31764
  }
31577
-
31578
- .ohwbvxu {
31579
- pointer-events: none;
31580
- height: 32px;
31765
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31766
+ overflow: hidden;
31767
+ text-overflow: ellipsis;
31581
31768
  width: 100%;
31582
- opacity: 0;
31769
+ vertical-align: middle;
31583
31770
  }
31584
-
31585
- .i1e4sgug {
31586
- display: inline-block;
31771
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31772
+ line-height: 0px;
31587
31773
  }
31588
-
31589
- .d6j0lbj {
31590
- font-family: Inter;
31591
- font-style: normal;
31592
- font-weight: bold;
31593
- font-size: 32px;
31594
- line-height: 40px;
31774
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31775
+ padding-right: 25px;
31595
31776
  }
31596
-
31597
- .d1xhvvxe {
31598
- font-family: Inter;
31599
- font-style: normal;
31600
- font-weight: bold;
31601
- font-size: 24px;
31602
- line-height: 32px;
31777
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31778
+ border-top-color: transparent;
31603
31779
  }
31604
-
31605
- .dk10mxq {
31606
- font-family: Inter;
31607
- font-style: normal;
31608
- font-weight: normal;
31609
- font-size: 32px;
31610
- line-height: 40px;
31780
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31781
+ background: rgba(225, 230, 241, 0.6);
31782
+ border-color: transparent transparent white;
31611
31783
  }
31612
-
31613
- .dxsait {
31614
- font-family: Inter;
31615
- font-style: normal;
31616
- font-weight: bold;
31617
- font-size: 20px;
31618
- line-height: 24px;
31784
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31785
+ border-radius: 8px 0 0 8px;
31619
31786
  }
31620
-
31621
- .dokn0h3 {
31622
- font-family: Inter;
31623
- font-style: normal;
31624
- font-weight: normal;
31625
- font-size: 20px;
31626
- line-height: 24px;
31787
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31788
+ border-radius: 8px 0 0 8px;
31627
31789
  }
31628
-
31629
- .dobau4p {
31630
- font-family: Inter;
31631
- font-style: normal;
31632
- font-weight: bold;
31633
- font-size: 18px;
31634
- line-height: 22px;
31790
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31791
+ content: "";
31792
+ width: 4px;
31793
+ top: -1px;
31794
+ bottom: -1px;
31795
+ background: white;
31796
+ }
31797
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31798
+ border-radius: 0 8px 8px 0;
31799
+ }
31800
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31801
+ border-radius: 0;
31802
+ background: white;
31803
+ border-top: none;
31804
+ }
31805
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31806
+ border-top: 1px solid transparent;
31807
+ border-radius: 0 8px 8px 0;
31808
+ background: rgba(225, 230, 241, 0.6);
31635
31809
  }
31636
-
31637
- .dvolwok {
31638
- font-family: Inter;
31639
- font-style: normal;
31640
- font-weight: normal;
31641
- font-size: 18px;
31642
- line-height: 22px;
31810
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31811
+ background: white;
31812
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31643
31813
  }
31644
-
31645
- .h181qhg4 {
31646
- font-family: Inter;
31647
- font-style: normal;
31648
- font-weight: bold;
31649
- font-size: 16px;
31650
- line-height: 22px;
31814
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31815
+ display: flex;
31816
+ align-items: center;
31817
+ height: 100%;
31818
+ background: rgba(225, 230, 241, 0.6);
31651
31819
  }
31652
-
31653
- .h1phgmcq {
31654
- font-family: Inter;
31655
- font-style: normal;
31656
- font-weight: normal;
31657
- font-size: 16px;
31658
- line-height: 22px;
31820
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31821
+ background: white;
31822
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31659
31823
  }
31660
-
31661
- .h173xnl1 {
31662
- font-family: Inter;
31663
- font-style: normal;
31664
- font-weight: bold;
31665
- font-size: 14px;
31666
- line-height: 20px;
31824
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31825
+ display: flex;
31826
+ align-items: center;
31827
+ height: 100%;
31828
+ background: rgba(225, 230, 241, 0.6);
31667
31829
  }
31668
-
31669
- .hedm4pz {
31670
- font-family: Inter;
31671
- font-style: normal;
31672
- font-weight: normal;
31673
- font-size: 14px;
31674
- line-height: 20px;
31830
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31831
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31675
31832
  }
31676
-
31677
- .h1kd8xld {
31678
- font-family: Inter;
31679
- font-style: normal;
31680
- font-weight: bold;
31681
- font-size: 12px;
31682
- line-height: 18px;
31833
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31834
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31835
+ border-radius: 8px;
31683
31836
  }
31684
-
31685
- .hp14fr {
31686
- font-family: Inter;
31687
- font-style: normal;
31688
- font-weight: normal;
31689
- font-size: 12px;
31690
- line-height: 18px;
31837
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31838
+ border-top-color: white;
31691
31839
  }
31692
-
31693
- .hgrg7mn {
31694
- font-family: Inter;
31695
- font-style: normal;
31696
- font-weight: bold;
31697
- text-transform: uppercase;
31698
- font-feature-settings: "cpsp" on;
31699
- font-size: 12px;
31700
- line-height: 18px;
31840
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31841
+ background: rgba(0, 136, 255, 0.1);
31842
+ border-bottom-color: transparent;
31843
+ border-top-color: transparent;
31701
31844
  }
31702
-
31703
- .h6zme9x {
31704
- font-family: Inter;
31705
- font-style: normal;
31706
- font-weight: normal;
31707
- text-transform: uppercase;
31708
- font-feature-settings: "cpsp" on;
31709
- font-size: 12px;
31710
- line-height: 18px;
31845
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31846
+ border-radius: 8px 0 0 8px;
31711
31847
  }
31712
-
31713
- .locjvsv {
31714
- font-family: Inter;
31715
- font-style: normal;
31716
- font-weight: normal;
31717
- font-size: 16px;
31718
- line-height: 24px;
31848
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31849
+ border-radius: 0 8px 8px 0;
31719
31850
  }
31720
-
31721
- .l13gi131 {
31722
- font-family: Inter;
31723
- font-style: normal;
31724
- font-weight: bold;
31725
- font-size: 16px;
31726
- line-height: 24px;
31851
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31852
+ background: rgba(0, 136, 255, 0.1);
31727
31853
  }
31728
-
31729
- .l1ynemsu {
31730
- font-family: Inter;
31731
- font-style: normal;
31732
- font-weight: normal;
31733
- font-size: 16px;
31734
- line-height: 24px;
31854
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31855
+ background: #fff;
31856
+ font-weight: 400;
31857
+ position: relative;
31858
+ border-bottom: none;
31859
+ color: #00122e;
31860
+ transition: none;
31861
+ padding: 15px 8px 15px 8px;
31735
31862
  }
31736
-
31737
- .l1cft1cx {
31738
- font-family: Inter;
31739
- font-style: normal;
31740
- font-weight: bold;
31741
- font-size: 16px;
31742
- line-height: 24px;
31863
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31864
+ content: "";
31865
+ width: 1px;
31866
+ top: 0;
31867
+ bottom: 0;
31868
+ background: rgba(211, 218, 235, 0.6);
31869
+ position: absolute;
31870
+ right: 0;
31743
31871
  }
31744
-
31745
- .l17tqc8p {
31746
- font-family: Inter;
31747
- font-style: normal;
31748
- font-weight: normal;
31749
- text-transform: uppercase;
31750
- font-feature-settings: "cpsp" on;
31751
- font-size: 16px;
31752
- line-height: 24px;
31872
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31873
+ padding: unset;
31753
31874
  }
31754
-
31755
- .l1j1e5w7 {
31756
- font-family: Inter;
31757
- font-style: normal;
31758
- font-weight: bold;
31759
- text-transform: uppercase;
31760
- font-feature-settings: "cpsp" on;
31761
- font-size: 16px;
31762
- line-height: 24px;
31875
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31876
+ display: none;
31763
31877
  }
31764
-
31765
- .l1gf91jb {
31766
- font-family: Inter;
31767
- font-style: normal;
31768
- font-weight: normal;
31769
- font-size: 14px;
31770
- line-height: 22px;
31878
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31879
+ width: 100%;
31880
+ overflow: hidden;
31881
+ white-space: nowrap;
31882
+ text-overflow: ellipsis;
31771
31883
  }
31772
-
31773
- .lu7hlr6 {
31774
- font-family: Inter;
31775
- font-style: normal;
31776
- font-weight: 500;
31777
- font-size: 14px;
31778
- line-height: 22px;
31884
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31885
+ overflow: hidden;
31886
+ text-overflow: ellipsis;
31887
+ flex: 1;
31779
31888
  }
31780
-
31781
- .l3l3jf0 {
31782
- font-family: Inter;
31783
- font-style: normal;
31784
- font-weight: bold;
31785
- font-size: 14px;
31786
- line-height: 22px;
31889
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31890
+ padding: 15px 25px 15px 8px;
31787
31891
  }
31788
-
31789
- .l12j5nqp {
31790
- font-family: Inter;
31791
- font-style: normal;
31792
- font-weight: normal;
31793
- font-size: 14px;
31794
- line-height: 22px;
31892
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31893
+ padding: 0;
31795
31894
  }
31796
-
31797
- .l1tecqht {
31798
- font-family: Inter;
31799
- font-style: normal;
31800
- font-weight: bold;
31801
- font-size: 14px;
31802
- line-height: 22px;
31895
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31896
+ position: absolute;
31897
+ right: 6px;
31898
+ top: 50%;
31899
+ transform: translateY(-50%);
31900
+ height: 16px;
31901
+ display: none;
31902
+ transition: transform 320ms ease;
31803
31903
  }
31804
-
31805
- .l6sa990 {
31806
- font-family: Inter;
31807
- font-style: normal;
31808
- font-weight: normal;
31809
- text-transform: uppercase;
31810
- font-feature-settings: "cpsp" on;
31811
- font-size: 14px;
31812
- line-height: 22px;
31904
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31905
+ display: block;
31906
+ transform: translateY(-50%) rotateX(180deg);
31813
31907
  }
31814
-
31815
- .lckqe8j {
31816
- font-family: Inter;
31817
- font-style: normal;
31818
- font-weight: bold;
31819
- text-transform: uppercase;
31820
- font-feature-settings: "cpsp" on;
31821
- font-size: 14px;
31822
- line-height: 22px;
31908
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31909
+ display: block;
31823
31910
  }
31824
-
31825
- .l1kuminb {
31826
- font-family: Inter;
31827
- font-style: normal;
31828
- font-weight: normal;
31829
- font-size: 13px;
31830
- line-height: 20px;
31911
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31912
+ display: none;
31831
31913
  }
31832
-
31833
- .l1pbuf5j {
31834
- font-family: Inter;
31835
- font-style: normal;
31836
- font-weight: 600;
31837
- font-size: 13px;
31838
- line-height: 20px;
31914
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31915
+ transform: translateY(-50%);
31839
31916
  }
31840
-
31841
- .l1r4ztu {
31842
- font-family: Inter;
31843
- font-style: normal;
31844
- font-weight: bold;
31845
- font-size: 13px;
31846
- line-height: 20px;
31917
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31918
+ transform: translateY(-50%) rotateX(180deg);
31847
31919
  }
31848
-
31849
- .ly8vzok {
31850
- font-family: Inter;
31851
- font-style: normal;
31852
- font-weight: normal;
31853
- font-size: 13px;
31854
- line-height: 20px;
31920
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31921
+ background: #f2f5fa;
31855
31922
  }
31856
-
31857
- .lumfmf {
31858
- font-family: Inter;
31859
- font-style: normal;
31860
- font-weight: 600;
31861
- font-size: 13px;
31862
- line-height: 20px;
31923
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31924
+ display: block;
31863
31925
  }
31864
-
31865
- .l16ujwmv {
31866
- font-family: Inter;
31867
- font-style: normal;
31868
- font-weight: bold;
31869
- font-size: 13px;
31870
- line-height: 20px;
31926
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31927
+ padding-right: 25px;
31871
31928
  }
31872
-
31873
- .l17o1ffr {
31874
- font-family: Inter;
31875
- font-style: normal;
31876
- font-weight: normal;
31877
- text-transform: uppercase;
31878
- font-feature-settings: "cpsp" on;
31879
- font-size: 13px;
31880
- line-height: 20px;
31929
+ .tta5kd2 .ant-table .ant-table-selection-column {
31930
+ padding: 0 !important;
31881
31931
  }
31882
-
31883
- .lngllvn {
31884
- font-family: Inter;
31885
- font-style: normal;
31886
- font-weight: bold;
31887
- text-transform: uppercase;
31888
- font-feature-settings: "cpsp" on;
31889
- font-size: 13px;
31890
- line-height: 20px;
31932
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31933
+ position: absolute;
31934
+ left: 50%;
31935
+ top: 50%;
31936
+ transform: translate(-50%, -50%);
31891
31937
  }
31892
-
31893
- .l2i7fo9 {
31894
- font-family: Inter;
31895
- font-style: normal;
31896
- font-weight: normal;
31897
- font-size: 12px;
31898
- line-height: 18px;
31938
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31939
+ display: none;
31899
31940
  }
31900
-
31901
- .l1x7hscx {
31902
- font-family: Inter;
31903
- font-style: normal;
31904
- font-weight: 500;
31905
- font-size: 12px;
31906
- line-height: 18px;
31941
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31942
+ background: #fff;
31907
31943
  }
31908
-
31909
- .le1jwan {
31910
- font-family: Inter;
31911
- font-style: normal;
31944
+ .tta5kd2 .ant-table .ant-table-placeholder {
31945
+ background: inherit;
31946
+ }
31947
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31948
+ position: static;
31949
+ border: none;
31950
+ background: inherit !important;
31951
+ height: 100px;
31952
+ vertical-align: middle;
31953
+ }
31954
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31955
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31912
31956
  font-weight: bold;
31913
- font-size: 12px;
31914
- line-height: 18px;
31957
+ font-size: 20px;
31958
+ color: rgba(10, 37, 85, 0.6);
31915
31959
  }
31916
-
31917
- .lyxynfj {
31918
- font-family: Inter;
31919
- font-style: normal;
31920
- font-weight: normal;
31921
- font-size: 12px;
31922
- line-height: 18px;
31960
+ .tta5kd2 .ant-table td.cell__action_ {
31961
+ padding: 0 !important;
31962
+ position: relative;
31963
+ background: #fff;
31923
31964
  }
31924
-
31925
- .lpb2nxv {
31926
- font-family: Inter;
31927
- font-style: normal;
31928
- font-weight: 500;
31929
- font-size: 12px;
31930
- line-height: 18px;
31965
+ .tta5kd2 .ant-table td.cell__action_ > * {
31966
+ height: 100%;
31967
+ display: flex;
31968
+ align-items: center;
31969
+ justify-content: flex-end;
31970
+ padding-right: 8px;
31931
31971
  }
31932
-
31933
- .l1r8o3vv {
31934
- font-family: Inter;
31935
- font-style: normal;
31936
- font-weight: bold;
31937
- font-size: 12px;
31938
- line-height: 18px;
31972
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31973
+ width: 24px;
31974
+ height: 24px;
31975
+ cursor: pointer;
31976
+ justify-content: center;
31977
+ border-radius: 4px;
31978
+ }
31979
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31980
+ background: #fff;
31939
31981
  }
31940
31982
 
31941
- .lemnjy2 {
31942
- font-family: Inter;
31943
- font-style: normal;
31944
- font-weight: normal;
31945
- text-transform: uppercase;
31946
- font-feature-settings: "cpsp" on;
31947
- font-size: 12px;
31948
- line-height: 18px;
31983
+ .s1fc623g {
31984
+ width: 430px !important;
31949
31985
  }
31950
31986
 
31951
- .lrc42gb {
31952
- font-family: Inter;
31953
- font-style: normal;
31954
- font-weight: bold;
31955
- text-transform: uppercase;
31956
- font-feature-settings: "cpsp" on;
31957
- font-size: 12px;
31987
+ .da3mx0o .ant-select-item-group {
31988
+ padding: 8px 16px;
31958
31989
  line-height: 18px;
31990
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31991
+ height: 34px;
31992
+ min-height: 34px;
31993
+ box-sizing: border-box;
31994
+ margin-top: 8px;
31959
31995
  }
31960
31996
 
31961
- .fqaz4mb {
31962
- font-family: Inter;
31963
- font-style: normal;
31964
- font-weight: normal;
31965
- font-size: 13px;
31966
- line-height: 20px;
31997
+ .onr9gzt {
31998
+ display: flex;
31999
+ flex-direction: column;
32000
+ margin: 1px 8px;
32001
+ padding: 8px;
32002
+ border-radius: 4px;
31967
32003
  }
31968
-
31969
- .f13we5o {
31970
- font-family: Inter;
31971
- font-style: normal;
31972
- font-weight: normal;
31973
- font-size: 13px;
31974
- line-height: 20px;
32004
+ .onr9gzt .selected-icon {
32005
+ display: none;
31975
32006
  }
31976
-
31977
- .ffmjua2 {
31978
- font-family: Inter;
31979
- font-style: normal;
31980
- font-weight: normal;
31981
- font-size: 12px;
31982
- line-height: 18px;
32007
+ .onr9gzt.ant-select-item-option-grouped {
32008
+ padding-left: 8px;
31983
32009
  }
31984
-
31985
- .fz2mxw0 {
31986
- font-family: Inter;
31987
- font-style: normal;
31988
- font-weight: normal;
31989
- font-size: 12px;
31990
- line-height: 18px;
32010
+ .onr9gzt.ant-select-item-option-selected {
32011
+ background-color: white;
31991
32012
  }
31992
-
31993
- .t1ertzoh {
31994
- font-family: Inter;
31995
- font-style: normal;
31996
- font-weight: normal;
31997
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31998
- font-size: 13px;
31999
- line-height: 20px;
32013
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
32014
+ color: #0080ff;
32000
32015
  }
32001
-
32002
- .t19bge8r {
32003
- font-family: Inter;
32004
- font-style: normal;
32005
- font-weight: normal;
32006
- font-feature-settings: "zero" on;
32007
- font-size: 13px;
32008
- line-height: 20px;
32016
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
32017
+ display: block;
32009
32018
  }
32010
-
32011
- .tjrzfyl {
32012
- font-family: Inter;
32013
- font-style: normal;
32014
- font-weight: normal;
32015
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32016
- font-size: 12px;
32017
- line-height: 18px;
32019
+ .onr9gzt.ant-select-item-option-active {
32020
+ background: rgba(0, 136, 255, 0.16);
32018
32021
  }
32019
-
32020
- .tm6s7bo {
32021
- font-family: Inter;
32022
- font-style: normal;
32023
- font-weight: 500;
32024
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32025
- font-size: 12px;
32026
- line-height: 18px;
32022
+ .onr9gzt.ant-select-item-option-active .timezone-title {
32023
+ color: #0080ff;
32024
+ }
32025
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
32026
+ background: rgba(0, 136, 255, 0.1);
32027
+ color: #0080ff;
32027
32028
  }
32028
32029
 
32029
- .t19zq6ic {
32030
- font-family: Inter;
32031
- font-style: normal;
32032
- font-weight: normal;
32033
- font-feature-settings: "zero" on;
32034
- font-size: 12px;
32035
- line-height: 18px;
32030
+ .oiy0apc {
32031
+ display: flex;
32032
+ justify-content: space-between;
32033
+ height: 20px;
32034
+ line-height: 20px;
32035
+ }
32036
+ .oiy0apc .timezone-title {
32037
+ color: #2d3a56;
32038
+ overflow: hidden;
32039
+ text-overflow: ellipsis;
32036
32040
  }
32037
32041
 
32038
- .t1gduru8 {
32039
- font-family: Inter;
32040
- font-style: normal;
32041
- font-weight: 500;
32042
- font-feature-settings: "zero" on;
32043
- font-size: 12px;
32042
+ .of4y382 {
32043
+ display: flex;
32044
+ justify-content: space-between;
32045
+ color: rgba(44, 56, 82, 0.6);
32046
+ height: 18px;
32044
32047
  line-height: 18px;
32048
+ margin-top: 2px;
32045
32049
  }
32046
32050
 
32047
- .t55raab {
32048
- font-family: Inter;
32049
- font-style: normal;
32050
- font-weight: bold;
32051
- font-feature-settings: "zero" on;
32052
- font-size: 16px;
32053
- line-height: 24px;
32051
+ .t19903l9 {
32052
+ border: none;
32053
+ margin-right: 0;
32054
+ background: rgba(225, 230, 241, 0.6);
32054
32055
  }
32055
32056
 
32056
- .u1w9abfe {
32057
- font-family: Inter;
32058
- font-style: normal;
32059
- font-weight: normal;
32060
- font-size: 10px;
32061
- line-height: 12px;
32057
+ .ohwbvxu {
32058
+ pointer-events: none;
32059
+ height: 32px;
32060
+ width: 100%;
32061
+ opacity: 0;
32062
32062
  }
32063
32063
 
32064
32064
  .m15dvk92 {
@@ -32178,84 +32178,6 @@ input.rrg1fkn.ant-input {
32178
32178
  display: flex;
32179
32179
  }
32180
32180
 
32181
- .t19ustft .date {
32182
- margin-right: 4px;
32183
- }
32184
-
32185
- .s14dk8r1 {
32186
- margin: 0;
32187
- border-radius: 20px;
32188
- padding: 2px 10px;
32189
- height: 22px;
32190
- }
32191
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32192
- background-color: rgba(237, 241, 250, 0.6) !important;
32193
- }
32194
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32195
- background-color: rgba(225, 230, 241, 0.6) !important;
32196
- }
32197
- .s14dk8r1.ant-tag.ui-kit-status-capsule {
32198
- color: #00122e;
32199
- }
32200
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32201
- margin-right: 6px;
32202
- }
32203
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32204
- margin-left: 4px;
32205
- }
32206
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32207
- background-color: rgba(0, 136, 255, 0.1);
32208
- }
32209
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32210
- background-color: #0080ff;
32211
- }
32212
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32213
- background-color: rgba(0, 136, 255, 0.16);
32214
- }
32215
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32216
- background-color: rgba(255, 74, 74, 0.1);
32217
- }
32218
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32219
- background-color: #f0483e;
32220
- }
32221
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32222
- background-color: rgba(255, 74, 74, 0.16);
32223
- }
32224
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32225
- background-color: rgba(254, 160, 8, 0.1);
32226
- }
32227
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32228
- background-color: #fea008;
32229
- }
32230
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32231
- background-color: rgba(255, 187, 0, 0.16);
32232
- }
32233
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32234
- background-color: rgba(30, 201, 127, 0.1);
32235
- }
32236
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32237
- background-color: #00ba5d;
32238
- }
32239
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32240
- background-color: rgba(30, 201, 127, 0.16);
32241
- }
32242
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32243
- background-color: rgba(225, 230, 241, 0.6);
32244
- }
32245
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32246
- background-color: #6b7d99;
32247
- }
32248
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32249
- background-color: rgba(211, 218, 235, 0.6);
32250
- }
32251
-
32252
- .s1uupoto {
32253
- width: 8px;
32254
- height: 8px;
32255
- border-radius: 50%;
32256
- display: inline-block;
32257
- }
32258
-
32259
32181
  .igz4le8 {
32260
32182
  height: 24px;
32261
32183
  width: 56px !important;
@@ -32323,189 +32245,82 @@ input.rrg1fkn.ant-input {
32323
32245
  transform: rotate(180deg);
32324
32246
  }
32325
32247
 
32326
- .sq6vos1 {
32327
- --item-min-width: 60px;
32328
- }
32329
- .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32330
- display: none !important;
32331
- }
32332
- .sq6vos1 .ant-steps-item.ant-steps-item-active {
32333
- flex-shrink: 0 !important;
32334
- }
32335
- .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32336
- color: #0080ff;
32248
+ .s14dk8r1 {
32249
+ margin: 0;
32250
+ border-radius: 20px;
32251
+ padding: 2px 10px;
32252
+ height: 22px;
32337
32253
  }
32338
- .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32339
- color: #0080ff;
32340
- font-weight: normal;
32254
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32255
+ background-color: rgba(237, 241, 250, 0.6) !important;
32341
32256
  }
32342
- .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32343
- color: rgba(44, 56, 82, 0.6);
32257
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32258
+ background-color: rgba(225, 230, 241, 0.6) !important;
32344
32259
  }
32345
- .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32260
+ .s14dk8r1.ant-tag.ui-kit-status-capsule {
32346
32261
  color: #00122e;
32347
32262
  }
32348
- .sq6vos1 .step-item-text {
32349
- display: inline-block;
32350
- }
32351
- .sq6vos1 .step-item-title {
32352
- overflow: hidden;
32353
- white-space: nowrap;
32354
- text-overflow: ellipsis;
32355
- }
32356
-
32357
- .hjtnwxg .ant-steps-item-container {
32358
- min-width: var(--item-min-width);
32359
- }
32360
- .hjtnwxg .ant-steps-item-disabled {
32361
- cursor: not-allowed !important;
32362
- }
32363
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32364
- flex-direction: row;
32365
- justify-content: stretch;
32366
- }
32367
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32368
- padding: 0;
32369
- margin-right: 4px;
32370
- flex: 1;
32371
- overflow: visible;
32372
- }
32373
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32374
- width: 100%;
32375
- min-height: unset;
32376
- }
32377
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32378
- height: 26px;
32379
- line-height: 26px;
32380
- width: 100%;
32381
- padding: 0;
32382
- font-size: 12px;
32383
- }
32384
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32385
- margin-right: 10px;
32386
- }
32387
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32388
- display: none;
32389
- }
32390
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32391
- padding-left: 8px;
32392
- padding-right: 4px;
32393
- border-radius: 4px 0 0 4px;
32394
- }
32395
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32396
- margin-right: 0;
32397
- }
32398
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32399
- padding-right: 8px;
32400
- padding-left: 12px;
32401
- border-radius: 0 4px 4px 0;
32402
- }
32403
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
32404
- content: "";
32405
- width: 0;
32406
- height: 0;
32407
- border: 13px solid transparent;
32408
- position: absolute;
32409
- top: 0;
32410
- border-left: 8px solid rgba(237, 241, 250, 0.6);
32411
- z-index: 2;
32412
- position: relative;
32413
- top: -50%;
32414
- right: -100%;
32263
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32264
+ margin-right: 6px;
32415
32265
  }
32416
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32417
- padding: 0 4px 0 12px;
32266
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32267
+ margin-left: 4px;
32418
32268
  }
32419
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
32420
- content: "";
32421
- width: 0;
32422
- height: 0;
32423
- border: 13px solid transparent;
32424
- position: absolute;
32425
- top: 0;
32426
- border-left: 8px solid #fff;
32427
- left: 0;
32269
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32270
+ background-color: rgba(0, 136, 255, 0.1);
32428
32271
  }
32429
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32430
- max-width: calc(100% - var(--item-min-width) * 2);
32272
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32273
+ background-color: #0080ff;
32431
32274
  }
32432
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32433
- background-color: rgba(0, 136, 255, 0.1);
32275
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32276
+ background-color: rgba(0, 136, 255, 0.16);
32434
32277
  }
32435
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32436
- border-left-color: rgba(0, 136, 255, 0.1) !important;
32278
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32279
+ background-color: rgba(255, 74, 74, 0.1);
32437
32280
  }
32438
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32439
- cursor: pointer;
32440
- min-width: var(--item-min-width);
32281
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32282
+ background-color: #f0483e;
32441
32283
  }
32442
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32443
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32444
- min-width: var(--item-min-width);
32284
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32285
+ background-color: rgba(255, 74, 74, 0.16);
32445
32286
  }
32446
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32447
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32448
- background-color: rgba(237, 241, 250, 0.6);
32287
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32288
+ background-color: rgba(254, 160, 8, 0.1);
32449
32289
  }
32450
- .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32451
- padding: 0;
32290
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32291
+ background-color: #fea008;
32452
32292
  }
32453
-
32454
- .v1p8siwu .ant-steps.ant-steps-vertical {
32455
- width: 138px;
32456
- row-gap: 2px;
32293
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32294
+ background-color: rgba(255, 187, 0, 0.16);
32457
32295
  }
32458
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32459
- padding: 0 8px;
32460
- border-radius: 4px;
32461
- height: 32px;
32462
- display: flex;
32463
- align-items: center;
32296
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32297
+ background-color: rgba(30, 201, 127, 0.1);
32464
32298
  }
32465
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32466
- min-height: auto;
32467
- white-space: nowrap;
32299
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32300
+ background-color: #00ba5d;
32468
32301
  }
32469
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32470
- font-size: 13px;
32471
- line-height: 20px;
32472
- max-width: 100%;
32302
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32303
+ background-color: rgba(30, 201, 127, 0.16);
32473
32304
  }
32474
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32475
- background: rgba(0, 128, 255, 0.1);
32305
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32306
+ background-color: rgba(225, 230, 241, 0.6);
32476
32307
  }
32477
-
32478
- .h1xo7yjb {
32479
- width: 100%;
32480
- display: inline-flex;
32481
- align-items: center;
32482
- justify-content: center;
32483
- column-gap: 4px;
32308
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32309
+ background-color: #6b7d99;
32484
32310
  }
32485
- .h1xo7yjb .step-item-prefix-container {
32486
- display: inline-flex;
32487
- align-items: center;
32488
- width: 18px;
32489
- height: 18px;
32490
- color: rgba(44, 56, 82, 0.75);
32491
- justify-content: center;
32311
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32312
+ background-color: rgba(211, 218, 235, 0.6);
32492
32313
  }
32493
32314
 
32494
- .v1f2f7cy {
32495
- width: 100%;
32496
- display: flex;
32497
- align-items: center;
32498
- justify-content: center;
32499
- column-gap: 6px;
32500
- font-size: 13px;
32315
+ .s1uupoto {
32316
+ width: 8px;
32317
+ height: 8px;
32318
+ border-radius: 50%;
32319
+ display: inline-block;
32501
32320
  }
32502
- .v1f2f7cy .step-item-prefix-container {
32503
- display: inline-flex;
32504
- align-items: center;
32505
- min-width: 20px;
32506
- min-height: 20px;
32507
- color: rgba(44, 56, 82, 0.75);
32508
- justify-content: center;
32321
+
32322
+ .t19ustft .date {
32323
+ margin-right: 4px;
32509
32324
  }
32510
32325
 
32511
32326
  .m1thnes4 {
@@ -32751,13 +32566,210 @@ input.rrg1fkn.ant-input {
32751
32566
  background-color: #7E41FF;
32752
32567
  }
32753
32568
 
32754
- .o8ocss1 {
32755
- overflow: hidden;
32756
- text-overflow: ellipsis;
32569
+ .o8ocss1 {
32570
+ overflow: hidden;
32571
+ text-overflow: ellipsis;
32572
+ }
32573
+
32574
+ .n17syc35 {
32575
+ white-space: nowrap;
32576
+ }
32577
+
32578
+ .n3qomhu {
32579
+ font-size: 90%;
32580
+ font-weight: bold;
32581
+ background-color: rgba(240, 243, 247, 0.6);
32582
+ padding: 1px 4px 1px;
32583
+ margin-left: 2px;
32584
+ margin-right: 2px;
32585
+ border: 1px solid rgba(213, 219, 227, 0.6);
32586
+ border-radius: 4px;
32587
+ word-break: break-all;
32588
+ }
32589
+
32590
+ .sq6vos1 {
32591
+ --item-min-width: 60px;
32592
+ }
32593
+ .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32594
+ display: none !important;
32595
+ }
32596
+ .sq6vos1 .ant-steps-item.ant-steps-item-active {
32597
+ flex-shrink: 0 !important;
32598
+ }
32599
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32600
+ color: #0080ff;
32601
+ }
32602
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32603
+ color: #0080ff;
32604
+ font-weight: normal;
32605
+ }
32606
+ .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32607
+ color: rgba(44, 56, 82, 0.6);
32608
+ }
32609
+ .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32610
+ color: #00122e;
32611
+ }
32612
+ .sq6vos1 .step-item-text {
32613
+ display: inline-block;
32614
+ }
32615
+ .sq6vos1 .step-item-title {
32616
+ overflow: hidden;
32617
+ white-space: nowrap;
32618
+ text-overflow: ellipsis;
32619
+ }
32620
+
32621
+ .hjtnwxg .ant-steps-item-container {
32622
+ min-width: var(--item-min-width);
32623
+ }
32624
+ .hjtnwxg .ant-steps-item-disabled {
32625
+ cursor: not-allowed !important;
32626
+ }
32627
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32628
+ flex-direction: row;
32629
+ justify-content: stretch;
32630
+ }
32631
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32632
+ padding: 0;
32633
+ margin-right: 4px;
32634
+ flex: 1;
32635
+ overflow: visible;
32636
+ }
32637
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32638
+ width: 100%;
32639
+ min-height: unset;
32640
+ }
32641
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32642
+ height: 26px;
32643
+ line-height: 26px;
32644
+ width: 100%;
32645
+ padding: 0;
32646
+ font-size: 12px;
32647
+ }
32648
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32649
+ margin-right: 10px;
32650
+ }
32651
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32652
+ display: none;
32653
+ }
32654
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32655
+ padding-left: 8px;
32656
+ padding-right: 4px;
32657
+ border-radius: 4px 0 0 4px;
32658
+ }
32659
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32660
+ margin-right: 0;
32661
+ }
32662
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32663
+ padding-right: 8px;
32664
+ padding-left: 12px;
32665
+ border-radius: 0 4px 4px 0;
32666
+ }
32667
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
32668
+ content: "";
32669
+ width: 0;
32670
+ height: 0;
32671
+ border: 13px solid transparent;
32672
+ position: absolute;
32673
+ top: 0;
32674
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
32675
+ z-index: 2;
32676
+ position: relative;
32677
+ top: -50%;
32678
+ right: -100%;
32679
+ }
32680
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32681
+ padding: 0 4px 0 12px;
32682
+ }
32683
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
32684
+ content: "";
32685
+ width: 0;
32686
+ height: 0;
32687
+ border: 13px solid transparent;
32688
+ position: absolute;
32689
+ top: 0;
32690
+ border-left: 8px solid #fff;
32691
+ left: 0;
32692
+ }
32693
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32694
+ max-width: calc(100% - var(--item-min-width) * 2);
32695
+ }
32696
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32697
+ background-color: rgba(0, 136, 255, 0.1);
32698
+ }
32699
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32700
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
32701
+ }
32702
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32703
+ cursor: pointer;
32704
+ min-width: var(--item-min-width);
32705
+ }
32706
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32707
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32708
+ min-width: var(--item-min-width);
32709
+ }
32710
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32711
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32712
+ background-color: rgba(237, 241, 250, 0.6);
32713
+ }
32714
+ .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32715
+ padding: 0;
32716
+ }
32717
+
32718
+ .v1p8siwu .ant-steps.ant-steps-vertical {
32719
+ width: 138px;
32720
+ row-gap: 2px;
32721
+ }
32722
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32723
+ padding: 0 8px;
32724
+ border-radius: 4px;
32725
+ height: 32px;
32726
+ display: flex;
32727
+ align-items: center;
32728
+ }
32729
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32730
+ min-height: auto;
32731
+ white-space: nowrap;
32732
+ }
32733
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32734
+ font-size: 13px;
32735
+ line-height: 20px;
32736
+ max-width: 100%;
32737
+ }
32738
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32739
+ background: rgba(0, 128, 255, 0.1);
32740
+ }
32741
+
32742
+ .h1xo7yjb {
32743
+ width: 100%;
32744
+ display: inline-flex;
32745
+ align-items: center;
32746
+ justify-content: center;
32747
+ column-gap: 4px;
32748
+ }
32749
+ .h1xo7yjb .step-item-prefix-container {
32750
+ display: inline-flex;
32751
+ align-items: center;
32752
+ width: 18px;
32753
+ height: 18px;
32754
+ color: rgba(44, 56, 82, 0.75);
32755
+ justify-content: center;
32757
32756
  }
32758
32757
 
32759
- .n17syc35 {
32760
- white-space: nowrap;
32758
+ .v1f2f7cy {
32759
+ width: 100%;
32760
+ display: flex;
32761
+ align-items: center;
32762
+ justify-content: center;
32763
+ column-gap: 6px;
32764
+ font-size: 13px;
32765
+ }
32766
+ .v1f2f7cy .step-item-prefix-container {
32767
+ display: inline-flex;
32768
+ align-items: center;
32769
+ min-width: 20px;
32770
+ min-height: 20px;
32771
+ color: rgba(44, 56, 82, 0.75);
32772
+ justify-content: center;
32761
32773
  }
32762
32774
 
32763
32775
  .t1gz6wqf {
@@ -32790,6 +32802,22 @@ input.rrg1fkn.ant-input {
32790
32802
  background: rgba(163, 180, 204, 0.18);
32791
32803
  }
32792
32804
 
32805
+ .rrwcpby {
32806
+ display: flex;
32807
+ align-items: center;
32808
+ }
32809
+ .rrwcpby .order {
32810
+ height: 24px;
32811
+ width: 24px;
32812
+ border-radius: 20px;
32813
+ color: #0080ff;
32814
+ background: rgba(0, 136, 255, 0.1);
32815
+ display: flex;
32816
+ align-items: center;
32817
+ justify-content: center;
32818
+ margin-right: 6px;
32819
+ }
32820
+
32793
32821
  .c1k4vanq {
32794
32822
  padding: 0 12px 14px 12px;
32795
32823
  }
@@ -32834,22 +32862,6 @@ input.rrg1fkn.ant-input {
32834
32862
  margin-right: 2px;
32835
32863
  }
32836
32864
 
32837
- .rrwcpby {
32838
- display: flex;
32839
- align-items: center;
32840
- }
32841
- .rrwcpby .order {
32842
- height: 24px;
32843
- width: 24px;
32844
- border-radius: 20px;
32845
- color: #0080ff;
32846
- background: rgba(0, 136, 255, 0.1);
32847
- display: flex;
32848
- align-items: center;
32849
- justify-content: center;
32850
- margin-right: 6px;
32851
- }
32852
-
32853
32865
  .bab9xum {
32854
32866
  box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
32855
32867
  }
@@ -32867,6 +32879,89 @@ input.rrg1fkn.ant-input {
32867
32879
  transform: translateY(-4px);
32868
32880
  }
32869
32881
 
32882
+ .w1xcixj5.outside-tag {
32883
+ padding-left: 0;
32884
+ }
32885
+ .w1xcixj5.outside-tag .inside-tag {
32886
+ border-radius: 4px 0 0 4px;
32887
+ padding-right: 4px;
32888
+ margin-right: 4px;
32889
+ }
32890
+
32891
+ .sut42l0 {
32892
+ padding: 0 8px;
32893
+ height: 18px;
32894
+ }
32895
+
32896
+ .mfsz1jz {
32897
+ padding: 2px 8px;
32898
+ height: 24px;
32899
+ }
32900
+
32901
+ .tnd6h4m {
32902
+ margin: 0;
32903
+ }
32904
+
32905
+ .i1qw4clm {
32906
+ margin-right: 4px;
32907
+ height: 16px;
32908
+ }
32909
+
32910
+ .at4ovwe .ant-input-number-handler-wrap {
32911
+ display: var(--at4ovwe-0);
32912
+ }
32913
+ .at4ovwe .ant-input-number-input-wrap {
32914
+ padding: 5px 12px;
32915
+ display: inline-flex;
32916
+ line-height: 1.5715;
32917
+ height: 100%;
32918
+ width: 100%;
32919
+ }
32920
+ .at4ovwe .ant-input-number-input-wrap::after {
32921
+ content: var(--at4ovwe-1);
32922
+ display: var(--at4ovwe-2);
32923
+ flex: none;
32924
+ align-items: center;
32925
+ margin-left: 4px;
32926
+ color: rgba(44, 56, 82, 0.6);
32927
+ }
32928
+ .at4ovwe .ant-input-number-input-wrap::before {
32929
+ content: var(--at4ovwe-3);
32930
+ display: var(--at4ovwe-4);
32931
+ flex: none;
32932
+ align-items: center;
32933
+ margin-right: 4px;
32934
+ cursor: auto;
32935
+ color: rgba(44, 56, 82, 0.6);
32936
+ }
32937
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
32938
+ border-radius: 0;
32939
+ }
32940
+ .at4ovwe.ant-input-number {
32941
+ width: 100%;
32942
+ border-radius: 6px;
32943
+ }
32944
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32945
+ border-color: #0096ff;
32946
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32947
+ z-index: 1;
32948
+ }
32949
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32950
+ border-color: #e75a3a;
32951
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32952
+ }
32953
+ .at4ovwe .ant-input-number-input {
32954
+ padding: 0;
32955
+ margin: 0;
32956
+ height: auto;
32957
+ font-size: inherit;
32958
+ }
32959
+
32960
+ .iwsze0q {
32961
+ margin-right: 4px;
32962
+ height: 16px;
32963
+ }
32964
+
32870
32965
  .tc40oxa {
32871
32966
  margin-bottom: 4px;
32872
32967
  color: rgba(44, 56, 82, 0.6);
@@ -33091,83 +33186,31 @@ input.rrg1fkn.ant-input {
33091
33186
  min-height: 0px;
33092
33187
  }
33093
33188
 
33094
- .w1xcixj5.outside-tag {
33095
- padding-left: 0;
33096
- }
33097
- .w1xcixj5.outside-tag .inside-tag {
33098
- border-radius: 4px 0 0 4px;
33099
- padding-right: 4px;
33100
- margin-right: 4px;
33101
- }
33102
-
33103
- .sut42l0 {
33104
- padding: 0 8px;
33105
- height: 18px;
33106
- }
33107
-
33108
- .mfsz1jz {
33109
- padding: 2px 8px;
33110
- height: 24px;
33111
- }
33112
-
33113
- .tnd6h4m {
33114
- margin: 0;
33115
- }
33116
-
33117
- .i1qw4clm {
33118
- margin-right: 4px;
33119
- height: 16px;
33120
- }
33121
-
33122
- .iwsze0q {
33123
- margin-right: 4px;
33124
- height: 16px;
33125
- }
33126
-
33127
- .at4ovwe .ant-input-number-handler-wrap {
33128
- display: var(--at4ovwe-0);
33189
+ .a6dbbkm .ant-input-number-handler-wrap {
33190
+ display: var(--a6dbbkm-0);
33129
33191
  }
33130
- .at4ovwe .ant-input-number-input-wrap {
33131
- padding: 5px 12px;
33192
+ .a6dbbkm .ant-input-number-input-wrap {
33193
+ padding: 4px 11px;
33132
33194
  display: inline-flex;
33133
33195
  line-height: 1.5715;
33134
- height: 100%;
33135
- width: 100%;
33196
+ height: inherit;
33136
33197
  }
33137
- .at4ovwe .ant-input-number-input-wrap::after {
33138
- content: var(--at4ovwe-1);
33139
- display: var(--at4ovwe-2);
33198
+ .a6dbbkm .ant-input-number-input-wrap::after {
33199
+ content: var(--a6dbbkm-1);
33200
+ display: var(--a6dbbkm-2);
33140
33201
  flex: none;
33141
33202
  align-items: center;
33142
33203
  margin-left: 4px;
33143
- color: rgba(44, 56, 82, 0.6);
33144
33204
  }
33145
- .at4ovwe .ant-input-number-input-wrap::before {
33146
- content: var(--at4ovwe-3);
33147
- display: var(--at4ovwe-4);
33205
+ .a6dbbkm .ant-input-number-input-wrap::before {
33206
+ content: var(--a6dbbkm-3);
33207
+ display: var(--a6dbbkm-4);
33148
33208
  flex: none;
33149
33209
  align-items: center;
33150
33210
  margin-right: 4px;
33151
33211
  cursor: auto;
33152
- color: rgba(44, 56, 82, 0.6);
33153
- }
33154
- .ant-input-group.ant-input-group-compact > .at4ovwe {
33155
- border-radius: 0;
33156
- }
33157
- .at4ovwe.ant-input-number {
33158
- width: 100%;
33159
- border-radius: 6px;
33160
- }
33161
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33162
- border-color: #0096ff;
33163
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33164
- z-index: 1;
33165
- }
33166
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33167
- border-color: #e75a3a;
33168
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33169
33212
  }
33170
- .at4ovwe .ant-input-number-input {
33213
+ .a6dbbkm .ant-input-number-input {
33171
33214
  padding: 0;
33172
33215
  margin: 0;
33173
33216
  height: auto;
@@ -33191,35 +33234,4 @@ input.rrg1fkn.ant-input {
33191
33234
  }
33192
33235
  .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33193
33236
  display: block;
33194
- }
33195
-
33196
- .a6dbbkm .ant-input-number-handler-wrap {
33197
- display: var(--a6dbbkm-0);
33198
- }
33199
- .a6dbbkm .ant-input-number-input-wrap {
33200
- padding: 4px 11px;
33201
- display: inline-flex;
33202
- line-height: 1.5715;
33203
- height: inherit;
33204
- }
33205
- .a6dbbkm .ant-input-number-input-wrap::after {
33206
- content: var(--a6dbbkm-1);
33207
- display: var(--a6dbbkm-2);
33208
- flex: none;
33209
- align-items: center;
33210
- margin-left: 4px;
33211
- }
33212
- .a6dbbkm .ant-input-number-input-wrap::before {
33213
- content: var(--a6dbbkm-3);
33214
- display: var(--a6dbbkm-4);
33215
- flex: none;
33216
- align-items: center;
33217
- margin-right: 4px;
33218
- cursor: auto;
33219
- }
33220
- .a6dbbkm .ant-input-number-input {
33221
- padding: 0;
33222
- margin: 0;
33223
- height: auto;
33224
- font-size: inherit;
33225
33237
  }