@cloudtower/eagle 0.26.34 → 0.26.36

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
@@ -30221,6 +30221,24 @@ html body {
30221
30221
  font-size: 18px;
30222
30222
  }
30223
30223
 
30224
+ .i1mrf09m {
30225
+ display: inline-flex;
30226
+ align-items: center;
30227
+ }
30228
+ .i1mrf09m .icon-inner {
30229
+ display: inline-flex;
30230
+ align-items: center;
30231
+ justify-content: center;
30232
+ }
30233
+ .i1mrf09m .icon-inner + span,
30234
+ .i1mrf09m span + .icon-inner.suffix {
30235
+ margin-left: 4px;
30236
+ }
30237
+ .i1mrf09m.is-rotate img,
30238
+ .i1mrf09m.is-rotate svg {
30239
+ animation: rotate 680ms linear infinite;
30240
+ }
30241
+
30224
30242
  .iap75of {
30225
30243
  height: 18px;
30226
30244
  line-height: 18px;
@@ -30234,1269 +30252,1358 @@ html body {
30234
30252
  margin-right: 4px;
30235
30253
  }
30236
30254
 
30237
- .cz04yix {
30255
+ .p12gwtiw {
30238
30256
  display: flex;
30239
- flex-direction: column;
30257
+ justify-content: space-between;
30258
+ align-items: center;
30259
+ padding: 10px 0;
30260
+ color: rgba(44, 56, 82, 0.6);
30261
+ font-size: 12px;
30262
+ line-height: 24px;
30240
30263
  }
30241
-
30242
- .m1if5j39 {
30243
- max-width: 1120px;
30244
- width: 100%;
30245
- margin: 0 auto;
30246
- height: 100%;
30264
+ .p12gwtiw .pagination-left {
30265
+ padding: 2px 8px;
30247
30266
  }
30248
-
30249
- .w1vvwdlp {
30250
- max-width: 1120px;
30251
- width: 100%;
30252
- margin: 0 auto;
30267
+ .p12gwtiw .dropdown-trigger {
30253
30268
  display: flex;
30269
+ align-items: center;
30270
+ border-radius: 6px;
30271
+ cursor: pointer;
30272
+ transition: all 0.3s ease;
30254
30273
  }
30255
- .w1vvwdlp .left,
30256
- .w1vvwdlp .right {
30257
- flex-grow: 0;
30258
- flex-shrink: 0;
30259
- flex-basis: 21%;
30274
+ .p12gwtiw .dropdown-trigger:hover {
30275
+ background: rgba(211, 218, 235, 0.6);
30276
+ color: #0080ff;
30260
30277
  }
30261
- .w1vvwdlp .left {
30278
+ .p12gwtiw .dropdown-trigger .icon-inner {
30279
+ margin-left: 4px;
30280
+ }
30281
+ .p12gwtiw .pagination-right {
30262
30282
  display: flex;
30263
- justify-content: flex-end;
30264
- padding-right: 44px;
30283
+ align-items: center;
30284
+ color: #0080ff;
30285
+ font-weight: bold;
30265
30286
  }
30266
- .w1vvwdlp .right {
30267
- padding-left: 44px;
30287
+ .p12gwtiw .pagination-right .icon-inner {
30288
+ margin-left: 4px;
30268
30289
  }
30269
- .w1vvwdlp .middle {
30270
- margin-bottom: 40px;
30271
- flex-grow: 0;
30272
- flex-shrink: 0;
30273
- flex-basis: 58%;
30290
+ .p12gwtiw .pagination-right .prev-btn,
30291
+ .p12gwtiw .pagination-right .next-btn {
30292
+ padding: 0 8px;
30274
30293
  }
30275
- .w1vvwdlp .middle .form-base-field {
30276
- width: 100%;
30294
+ .p12gwtiw .pagination-right .prev-btn > span,
30295
+ .p12gwtiw .pagination-right .next-btn > span {
30296
+ color: #0080ff;
30277
30297
  }
30278
- .w1vvwdlp .middle .form-base-field .form-base-field {
30279
- width: auto;
30298
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30299
+ transform: rotate(180deg);
30280
30300
  }
30281
30301
 
30282
- .h1cuopx7 .ant-modal-header {
30283
- margin: 0 auto;
30284
- width: 100%;
30285
- max-width: 648px;
30286
- }
30287
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30288
- margin-left: 0;
30289
- }
30290
- .h1cuopx7 .ant-modal-body {
30291
- margin: 0 auto;
30292
- padding: 0;
30293
- width: 100%;
30294
- max-width: 648px;
30295
- overflow: hidden;
30296
- }
30297
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30298
- margin-bottom: 40px;
30299
- }
30300
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30301
- height: calc(100vh - 225px);
30302
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30303
+ max-height: calc(100vh - 128px);
30302
30304
  overflow-y: auto;
30303
30305
  }
30304
- .h1cuopx7 .ant-modal-footer .footer-content {
30305
- margin: 0 auto;
30306
- max-width: 648px;
30306
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30307
+ padding: 4px 20px;
30308
+ font-size: 12px;
30309
+ line-height: 18px;
30307
30310
  }
30308
30311
 
30309
- .h1p6d3y3 .ant-modal-header {
30310
- margin: 0 auto;
30311
- width: 100%;
30312
- max-width: 1024px;
30312
+ .obf05yr {
30313
+ display: inline-block;
30313
30314
  }
30314
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30315
- margin-left: 0;
30315
+
30316
+ .hsms1n6 {
30317
+ visibility: hidden;
30318
+ position: absolute;
30316
30319
  }
30317
- .h1p6d3y3 .ant-modal-body {
30318
- margin: 0 auto;
30319
- padding: 0;
30320
- width: 100%;
30321
- max-width: 1024px;
30322
- overflow: hidden;
30320
+
30321
+ .rxbeqvl.ant-radio-wrapper {
30322
+ display: inline-flex;
30323
+ align-items: baseline;
30324
+ white-space: pre-wrap;
30323
30325
  }
30324
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30325
- margin-bottom: 40px;
30326
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30327
+ position: relative;
30328
+ top: 3px;
30326
30329
  }
30327
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30328
- height: calc(100vh - 225px);
30329
- overflow-y: auto;
30330
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30331
+ border-color: rgba(107, 128, 167, 0.6);
30330
30332
  }
30331
- .h1p6d3y3 .ant-modal-footer .footer-content {
30332
- margin: 0 auto;
30333
- max-width: 1024px;
30333
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30334
+ border-color: #0080ff;
30334
30335
  }
30335
-
30336
- .fxgckuk {
30337
- flex: 1;
30336
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30337
+ border-color: #0080ff;
30338
+ background: #0080ff;
30338
30339
  }
30339
- .fxgckuk label {
30340
- font-size: 13px;
30341
- line-height: 20px;
30342
- color: rgba(44, 56, 82, 0.6);
30340
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30341
+ top: 4px;
30342
+ left: 4px;
30343
+ width: 6px;
30344
+ height: 6px;
30345
+ background: #fff;
30343
30346
  }
30344
- .fxgckuk .title {
30345
- font-size: 14px;
30346
- line-height: 20px;
30347
- color: #2d3a56;
30348
- margin-bottom: 12px;
30347
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30348
+ opacity: 0.5;
30349
30349
  }
30350
- .fxgckuk.connect-cluster .title {
30351
- padding-bottom: 26px;
30350
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30351
+ border-color: rgba(107, 128, 167, 0.6);
30352
+ background: rgba(211, 218, 235, 0.6);
30352
30353
  }
30353
-
30354
- .f1d0vek1 {
30355
- padding: 25px 0 15px 0;
30356
- border-bottom: 1px solid #e1e5eb;
30357
- margin-bottom: 16px;
30354
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30355
+ background: #00122e;
30358
30356
  }
30359
-
30360
- .f4u402y {
30361
- display: flex;
30362
- align-items: center;
30363
- margin-bottom: 8px;
30357
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30358
+ color: #00122e;
30359
+ opacity: 0.5;
30364
30360
  }
30365
- .f4u402y > label {
30366
- width: 216px;
30361
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30362
+ color: #00122e;
30367
30363
  }
30368
- .f4u402y > label + * {
30369
- width: 100%;
30364
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30365
+ display: inline-block;
30366
+ padding: 0;
30367
+ padding-left: 12px;
30370
30368
  }
30371
- .f4u402y .ant-select {
30372
- width: 100%;
30369
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30370
+ margin-bottom: 0;
30371
+ white-space: pre-wrap;
30372
+ color: rgba(44, 56, 82, 0.6);
30373
30373
  }
30374
-
30375
- .e1pldf6v {
30376
- color: #e75a3a;
30377
- margin-right: 10px;
30374
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30375
+ padding-left: 8px;
30378
30376
  }
30379
30377
 
30380
- .dq0gblh {
30381
- width: 100%;
30382
- height: 1px;
30383
- background: rgba(213, 219, 227, 0.6);
30384
- margin: 24px 0;
30378
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30379
+ border-radius: 5px 0 0 5px;
30385
30380
  }
30386
-
30387
- .l1v7sr0n {
30388
- display: flex;
30389
- justify-content: center;
30390
- align-items: center;
30391
- height: 100%;
30381
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30382
+ border-radius: 0 5px 5px 0;
30392
30383
  }
30393
30384
 
30394
- .d1i4ou6o {
30395
- display: inline-block;
30396
- width: 4px;
30397
- height: 4px;
30398
- background: #8e9aa9;
30399
- opacity: 0.4;
30400
- border-radius: 50%;
30401
- margin: 0 4px;
30385
+ .r1f0aqcc {
30386
+ color: #00122e;
30387
+ border-color: #ccd4e3;
30402
30388
  }
30403
-
30404
- .m1jy87hk .ant-modal-header,
30405
- .m1jy87hk .ant-modal-footer .footer-content {
30406
- width: 648px;
30407
- margin: 0 auto;
30389
+ .r1f0aqcc:first-child {
30390
+ border-color: #a3b4cc;
30408
30391
  }
30409
- .m1jy87hk .ant-modal-header {
30410
- padding: 35px 0 24px;
30411
- border: none;
30392
+ .r1f0aqcc.ant-radio-button-wrapper {
30393
+ padding: 0 12px;
30394
+ line-height: 32px;
30395
+ height: 32px;
30412
30396
  }
30413
- .m1jy87hk .ant-modal-header .ant-modal-title {
30414
- font-size: 30px;
30415
- }
30416
- .m1jy87hk .ant-modal-body {
30417
- padding: 4px 0 2px;
30397
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30398
+ white-space: nowrap;
30418
30399
  }
30419
- .m1jy87hk .ant-modal-footer {
30420
- border: none;
30400
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30401
+ height: 22px;
30402
+ padding: 0 7px;
30403
+ line-height: 20px;
30421
30404
  }
30422
-
30423
- .ti7fpyu {
30424
- font-size: 12px;
30425
- line-height: 18px;
30426
- font-weight: bold;
30427
- color: #fff;
30428
- padding: 0 4px;
30429
- border-radius: 4px;
30430
- display: inline-block;
30431
- background: var(--ti7fpyu-0);
30405
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30406
+ background: #ccd4e3;
30432
30407
  }
30433
- .ti7fpyu:not(:first-child) {
30434
- margin-left: 4px;
30408
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30409
+ background: #0080ff;
30435
30410
  }
30436
-
30437
- .f1rest1f {
30438
- width: 100%;
30439
- height: 100%;
30440
- display: flex;
30441
- align-items: center;
30442
- justify-content: center;
30411
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30412
+ background: #ccd4e3;
30413
+ opacity: 0.5;
30443
30414
  }
30444
-
30445
- .n1kbdoln {
30446
- font-size: 90%;
30447
- font-weight: bold;
30448
- background-color: rgba(240, 243, 247, 0.6);
30449
- padding: 1px 4px 1px;
30450
- margin-left: 2px;
30451
- margin-right: 2px;
30452
- border: 1px solid rgba(213, 219, 227, 0.6);
30453
- border-radius: 4px;
30415
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30416
+ border-right-color: #0080ff;
30454
30417
  }
30455
-
30456
- .f1y3gta0.form-item-general {
30457
- width: 640px;
30418
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30419
+ border-color: #0080ff;
30458
30420
  }
30459
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30460
- margin-top: 16px;
30421
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30422
+ background: rgba(0, 136, 255, 0.1);
30461
30423
  }
30462
- .f1y3gta0.form-item-compact {
30463
- width: 412px;
30424
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30425
+ background: rgba(211, 218, 235, 0.6);
30426
+ border-color: #ccd4e3;
30427
+ opacity: 0.5;
30464
30428
  }
30465
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30466
- margin-top: 8px;
30429
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30430
+ color: #00122e;
30431
+ border-color: #ccd4e3;
30467
30432
  }
30468
- .f1y3gta0 .form-item {
30469
- width: auto;
30433
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30434
+ color: #00122e;
30435
+ border-color: #ccd4e3;
30436
+ background: rgba(172, 186, 211, 0.6);
30470
30437
  }
30471
- .f1y3gta0 .form-item-main {
30472
- position: relative;
30473
- display: flex;
30438
+ .r1f0aqcc .ant-radio-button-input {
30439
+ margin-right: 8px;
30440
+ display: inline;
30441
+ border: none;
30442
+ padding: 0;
30443
+ width: 36px;
30444
+ background: transparent;
30474
30445
  }
30475
- .f1y3gta0 .form-item-extra {
30476
- margin-top: 4px;
30477
- width: 100%;
30478
- padding: 14px;
30479
- background: #f2f4f6;
30480
- font-size: 13px;
30481
- line-height: 1.8;
30482
- color: #8e9aa9;
30446
+ .r1f0aqcc .ant-radio-button-input:focus {
30447
+ box-shadow: none;
30483
30448
  }
30484
- .f1y3gta0 .form-item-label {
30485
- padding-right: 12px;
30486
- font-size: 13px;
30487
- color: rgba(44, 56, 82, 0.6);
30449
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30450
+ margin-right: 0;
30451
+ width: initial;
30452
+ box-shadow: none;
30488
30453
  }
30489
- .f1y3gta0 .form-item-label.label-right {
30490
- text-align: right;
30454
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30455
+ display: none;
30491
30456
  }
30492
- .f1y3gta0 .form-item-label,
30493
- .f1y3gta0 .form-item-control {
30494
- line-height: 32px;
30457
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30458
+ display: inline;
30495
30459
  }
30496
- .f1y3gta0 .form-item-control .form-item-error {
30497
- line-height: 18px;
30460
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30461
+ display: inline;
30462
+ margin-right: 8px;
30463
+ padding: 0;
30464
+ width: 36px;
30498
30465
  }
30499
- .f1y3gta0 .form-item-children {
30500
- width: 100%;
30466
+
30467
+ .s34f1qb.ant-switch {
30468
+ min-width: 40px;
30469
+ height: 24px;
30470
+ background: rgba(172, 186, 211, 0.6);
30471
+ overflow: hidden;
30501
30472
  }
30502
- .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 {
30503
- width: 100%;
30473
+ .s34f1qb.ant-switch:focus {
30474
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30504
30475
  }
30505
- .f1y3gta0 .form-item-error {
30506
- color: #e75a3a;
30507
- height: 0;
30508
- overflow: hidden;
30476
+ .s34f1qb.ant-switch-small {
30477
+ min-width: 26px;
30478
+ height: 16px;
30509
30479
  }
30510
- .f1y3gta0 .form-item-error-enter-done {
30511
- margin-top: 4px;
30512
- height: auto;
30513
- overflow: auto;
30480
+ .s34f1qb.ant-switch-large {
30481
+ min-width: 52px;
30482
+ height: 32px;
30514
30483
  }
30515
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30516
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30517
- border: 1px solid #e75a3a;
30518
- color: #e75a3a;
30484
+ .s34f1qb.ant-switch .ant-switch-handle {
30485
+ height: 20px;
30486
+ width: 20px;
30519
30487
  }
30520
-
30521
- .fujbm7g {
30522
- color: #2d3a56;
30523
- font-weight: bold;
30524
- padding-bottom: 6px;
30525
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30526
- margin-bottom: 16px;
30488
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30489
+ border-radius: 10px;
30490
+ transition-delay: 120ms;
30527
30491
  }
30528
- .fujbm7g:not(:first-of-type) {
30529
- margin-top: 16px;
30492
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30493
+ height: 14px;
30494
+ width: 14px;
30495
+ top: 1px;
30496
+ left: 1px;
30530
30497
  }
30531
-
30532
- .e5fsw5s {
30533
- width: 8px;
30534
- height: 24px;
30535
- display: flex;
30536
- justify-content: center;
30537
- align-items: center;
30538
- cursor: pointer;
30539
- transition: all 200ms ease-out 40ms;
30498
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30499
+ height: 28px;
30500
+ width: 28px;
30540
30501
  }
30541
- .e5fsw5s:before, .e5fsw5s:after {
30542
- content: "";
30543
- width: 1px;
30544
- height: 6px;
30545
- border-radius: 1px;
30546
- background: #ccd4e3;
30547
- position: relative;
30548
- right: 2px;
30549
- transform: rotate(-45deg);
30502
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30503
+ border-radius: 14px;
30550
30504
  }
30551
- .e5fsw5s:after {
30552
- transform: rotate(45deg);
30553
- left: 1px;
30505
+ .s34f1qb.ant-switch-checked {
30506
+ background-color: #00ba5d;
30554
30507
  }
30555
-
30556
- .w18knsg4.ant-alert-warning {
30557
- border: 0;
30558
- background: rgba(255, 187, 0, 0.1);
30559
- border-radius: 6px;
30508
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30509
+ left: calc(100% - 20px - 2px);
30560
30510
  }
30561
- .w18knsg4.ant-alert,
30562
- .w18knsg4 .ant-alert-message {
30563
- color: #e07f00;
30511
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30512
+ left: calc(100% - 14px - 1px);
30564
30513
  }
30565
- .w18knsg4.ant-alert .dashed-border-bottom,
30566
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
30567
- border-bottom-color: #e07f00;
30514
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30515
+ left: calc(100% - 28px - 2px);
30568
30516
  }
30569
30517
 
30570
- .ng31n2o {
30571
- display: flex;
30572
- flex-direction: row;
30573
- padding: 7px 12px;
30574
- background: rgba(255, 187, 0, 0.1);
30575
- border-radius: 6px;
30576
- color: #e07f00;
30577
- font-size: 12px;
30578
- line-height: 18px;
30579
- }
30580
- .ng31n2o .icon-wrapper {
30581
- margin-right: 10px;
30582
- height: 18px;
30518
+ .c1to9vb9 {
30519
+ margin-left: 5px;
30583
30520
  }
30584
30521
 
30585
- .n15x5f5y {
30522
+ .cz04yix {
30586
30523
  display: flex;
30587
- flex-direction: row;
30588
- padding: 7px 12px;
30589
- background: rgba(225, 230, 241, 0.6);
30590
- border-radius: 6px;
30591
- color: rgba(44, 56, 82, 0.6);
30592
- font-size: 12px;
30593
- line-height: 18px;
30524
+ flex-direction: column;
30594
30525
  }
30595
- .n15x5f5y .icon-wrapper {
30596
- margin-right: 10px;
30597
- height: 18px;
30526
+
30527
+ .m1if5j39 {
30528
+ max-width: 1120px;
30529
+ width: 100%;
30530
+ margin: 0 auto;
30531
+ height: 100%;
30598
30532
  }
30599
30533
 
30600
- .i16ozz3f {
30534
+ .w1vvwdlp {
30535
+ max-width: 1120px;
30536
+ width: 100%;
30537
+ margin: 0 auto;
30601
30538
  display: flex;
30602
- flex-direction: row;
30603
- padding: 7px 12px;
30604
- background: rgba(0, 136, 255, 0.1);
30605
- border-radius: 6px;
30606
- color: #005ed1;
30607
- font-size: 12px;
30608
- line-height: 18px;
30609
- }
30610
- .i16ozz3f .icon-wrapper {
30611
- margin-right: 10px;
30612
- height: 18px;
30613
- }
30614
-
30615
- .dszu9qr {
30616
- color: rgba(44, 56, 82, 0.6);
30617
- margin-top: 5px;
30618
- font-size: 12px;
30619
- line-height: 18px;
30620
30539
  }
30621
-
30622
- .snxzgx {
30623
- color: #f0483e;
30624
- font-size: 12px;
30625
- white-space: pre-wrap;
30540
+ .w1vvwdlp .left,
30541
+ .w1vvwdlp .right {
30542
+ flex-grow: 0;
30543
+ flex-shrink: 0;
30544
+ flex-basis: 21%;
30626
30545
  }
30627
-
30628
- .o1i4orqw {
30546
+ .w1vvwdlp .left {
30629
30547
  display: flex;
30630
- align-items: center;
30631
30548
  justify-content: flex-end;
30549
+ padding-right: 44px;
30632
30550
  }
30633
- .o1i4orqw .icon-wrapper {
30634
- margin-right: 16px;
30551
+ .w1vvwdlp .right {
30552
+ padding-left: 44px;
30635
30553
  }
30636
-
30637
- .t79k8o2 {
30638
- color: rgba(0, 21, 64, 0.3);
30554
+ .w1vvwdlp .middle {
30555
+ margin-bottom: 40px;
30556
+ flex-grow: 0;
30557
+ flex-shrink: 0;
30558
+ flex-basis: 58%;
30639
30559
  }
30640
-
30641
- .ipd9bk.ant-input {
30642
- padding: 5px 12px;
30643
- line-height: 20px;
30644
- color: #2d3a56;
30645
- border-radius: 6px;
30646
- border-color: rgba(172, 186, 211, 0.6);
30647
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30560
+ .w1vvwdlp .middle .form-base-field {
30561
+ width: 100%;
30648
30562
  }
30649
- .ipd9bk.ant-input.ant-input-lg {
30650
- padding: 8px 16px;
30651
- line-height: 22px;
30563
+ .w1vvwdlp .middle .form-base-field .form-base-field {
30564
+ width: auto;
30652
30565
  }
30653
- .ipd9bk.ant-input.ant-input-sm {
30654
- padding: 2px 8px;
30655
- line-height: 18px;
30566
+
30567
+ .h1cuopx7 .ant-modal-header {
30568
+ margin: 0 auto;
30569
+ width: 100%;
30570
+ max-width: 648px;
30656
30571
  }
30657
- .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 {
30658
- border-color: rgba(107, 128, 167, 0.6);
30659
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30660
- z-index: 1;
30572
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
30573
+ margin-left: 0;
30661
30574
  }
30662
- .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 {
30663
- border-color: #0096ff;
30664
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30665
- z-index: 1;
30575
+ .h1cuopx7 .ant-modal-body {
30576
+ margin: 0 auto;
30577
+ padding: 0;
30578
+ width: 100%;
30579
+ max-width: 648px;
30580
+ overflow: hidden;
30666
30581
  }
30667
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30668
- border-color: #e75a3a;
30669
- color: #e75a3a;
30582
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30583
+ margin-bottom: 40px;
30670
30584
  }
30671
- .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 {
30672
- border-color: #e75a3a;
30673
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30585
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30586
+ height: calc(100vh - 225px);
30587
+ overflow-y: auto;
30674
30588
  }
30675
- .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 {
30676
- border-color: #e75a3a;
30677
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30589
+ .h1cuopx7 .ant-modal-footer .footer-content {
30590
+ margin: 0 auto;
30591
+ max-width: 648px;
30678
30592
  }
30679
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30680
- background: rgba(211, 218, 235, 0.6);
30681
- color: rgba(0, 21, 64, 0.3);
30682
- border-color: rgba(172, 186, 211, 0.6);
30593
+
30594
+ .h1p6d3y3 .ant-modal-header {
30595
+ margin: 0 auto;
30596
+ width: 100%;
30597
+ max-width: 1024px;
30683
30598
  }
30684
- .ipd9bk.ant-input-affix-wrapper {
30685
- padding: 5px 12px;
30686
- border-radius: 6px;
30687
- border-color: rgba(172, 186, 211, 0.6);
30688
- line-height: 20px;
30689
- color: #2d3a56;
30690
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30599
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
30600
+ margin-left: 0;
30691
30601
  }
30692
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30693
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30694
- color: rgba(44, 56, 82, 0.6);
30602
+ .h1p6d3y3 .ant-modal-body {
30603
+ margin: 0 auto;
30604
+ padding: 0;
30605
+ width: 100%;
30606
+ max-width: 1024px;
30607
+ overflow: hidden;
30695
30608
  }
30696
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30697
- padding: 8px 16px;
30698
- line-height: 22px;
30609
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30610
+ margin-bottom: 40px;
30699
30611
  }
30700
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30701
- padding: 2px 8px;
30702
- line-height: 18px;
30612
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30613
+ height: calc(100vh - 225px);
30614
+ overflow-y: auto;
30703
30615
  }
30704
- .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 {
30705
- border-color: rgba(107, 128, 167, 0.6);
30706
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30616
+ .h1p6d3y3 .ant-modal-footer .footer-content {
30617
+ margin: 0 auto;
30618
+ max-width: 1024px;
30707
30619
  }
30708
- .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 {
30709
- border-color: #0096ff;
30710
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30620
+
30621
+ .fxgckuk {
30622
+ flex: 1;
30711
30623
  }
30712
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30713
- border-color: #e75a3a;
30624
+ .fxgckuk label {
30625
+ font-size: 13px;
30626
+ line-height: 20px;
30627
+ color: rgba(44, 56, 82, 0.6);
30714
30628
  }
30715
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30716
- color: #e75a3a;
30629
+ .fxgckuk .title {
30630
+ font-size: 14px;
30631
+ line-height: 20px;
30632
+ color: #2d3a56;
30633
+ margin-bottom: 12px;
30717
30634
  }
30718
- .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 {
30719
- border-color: #e75a3a;
30720
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30635
+ .fxgckuk.connect-cluster .title {
30636
+ padding-bottom: 26px;
30721
30637
  }
30722
- .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 {
30723
- border-color: #e75a3a;
30724
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30638
+
30639
+ .f1d0vek1 {
30640
+ padding: 25px 0 15px 0;
30641
+ border-bottom: 1px solid #e1e5eb;
30642
+ margin-bottom: 16px;
30725
30643
  }
30726
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30727
- background: rgba(211, 218, 235, 0.6);
30728
- color: rgba(0, 21, 64, 0.3);
30729
- border-color: rgba(172, 186, 211, 0.6);
30644
+
30645
+ .f4u402y {
30646
+ display: flex;
30647
+ align-items: center;
30648
+ margin-bottom: 8px;
30730
30649
  }
30731
- textarea.ipd9bk.ant-input {
30732
- transition-property: height;
30733
- transition-delay: 50ms;
30650
+ .f4u402y > label {
30651
+ width: 216px;
30734
30652
  }
30735
- textarea.ipd9bk.ant-input.textarea-large {
30736
- min-height: 40px;
30737
- height: 40px;
30653
+ .f4u402y > label + * {
30654
+ width: 100%;
30738
30655
  }
30739
- textarea.ipd9bk.ant-input.textarea-large:focus {
30740
- height: 80px;
30656
+ .f4u402y .ant-select {
30657
+ width: 100%;
30741
30658
  }
30742
- textarea.ipd9bk.ant-input.textarea-middle {
30743
- min-height: 32px;
30744
- height: 32px;
30659
+
30660
+ .e1pldf6v {
30661
+ color: #e75a3a;
30662
+ margin-right: 10px;
30745
30663
  }
30746
- textarea.ipd9bk.ant-input.textarea-middle:focus {
30747
- height: 64px;
30664
+
30665
+ .dq0gblh {
30666
+ width: 100%;
30667
+ height: 1px;
30668
+ background: rgba(213, 219, 227, 0.6);
30669
+ margin: 24px 0;
30748
30670
  }
30749
- textarea.ipd9bk.ant-input.textarea-small {
30750
- min-height: 24px;
30751
- height: 24px;
30671
+
30672
+ .l1v7sr0n {
30673
+ display: flex;
30674
+ justify-content: center;
30675
+ align-items: center;
30676
+ height: 100%;
30752
30677
  }
30753
- textarea.ipd9bk.ant-input.textarea-small:focus {
30754
- height: 40px;
30678
+
30679
+ .d1i4ou6o {
30680
+ display: inline-block;
30681
+ width: 4px;
30682
+ height: 4px;
30683
+ background: #8e9aa9;
30684
+ opacity: 0.4;
30685
+ border-radius: 50%;
30686
+ margin: 0 4px;
30755
30687
  }
30756
30688
 
30757
- .kypn5o5 input, .kypn5o5.input-tags {
30758
- border: 1px solid rgba(213, 219, 227, 0.6);
30759
- border-radius: 4px;
30689
+ .m1jy87hk .ant-modal-header,
30690
+ .m1jy87hk .ant-modal-footer .footer-content {
30691
+ width: 648px;
30692
+ margin: 0 auto;
30760
30693
  }
30761
- .kypn5o5.input-tags {
30762
- position: relative;
30763
- padding: 6px;
30764
- height: 32px;
30765
- cursor: pointer;
30766
- transition: border 150ms;
30694
+ .m1jy87hk .ant-modal-header {
30695
+ padding: 35px 0 24px;
30696
+ border: none;
30767
30697
  }
30768
- .kypn5o5.input-tags:hover {
30769
- border-color: #0080ff;
30770
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30698
+ .m1jy87hk .ant-modal-header .ant-modal-title {
30699
+ font-size: 30px;
30771
30700
  }
30772
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
30773
- padding-right: 30px;
30774
- }
30775
- .kypn5o5.input-tags .input-tags-inner {
30776
- display: flex;
30777
- }
30778
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30779
- display: flex;
30701
+ .m1jy87hk .ant-modal-body {
30702
+ padding: 4px 0 2px;
30780
30703
  }
30781
- .kypn5o5.input-tags .input-tag-suffix {
30782
- position: absolute;
30783
- right: 12px;
30784
- top: 50%;
30785
- transform: translateY(-50%);
30704
+ .m1jy87hk .ant-modal-footer {
30705
+ border: none;
30786
30706
  }
30787
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30788
- color: rgba(0, 0, 0, 0.25);
30707
+
30708
+ .ti7fpyu {
30789
30709
  font-size: 12px;
30790
- cursor: pointer;
30791
- }
30792
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30793
- color: rgba(0, 0, 0, 0.45);
30794
- }
30795
- .kypn5o5.has-focus-indicator {
30796
- position: relative;
30797
- overflow: hidden;
30798
- }
30799
- .kypn5o5.has-focus-indicator .ant-input-prefix {
30800
- position: absolute;
30801
- top: 50%;
30802
- transform: translateY(-50%);
30803
- left: -16px;
30804
- transition: left 150ms ease;
30805
- opacity: 0;
30806
- }
30807
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30808
- left: 8px;
30809
- opacity: 1;
30810
- }
30811
- .kypn5o5.has-focus-indicator input {
30812
- transition: margin-left 150ms ease;
30813
- margin-left: 0px;
30710
+ line-height: 18px;
30711
+ font-weight: bold;
30712
+ color: #fff;
30713
+ padding: 0 4px;
30714
+ border-radius: 4px;
30715
+ display: inline-block;
30716
+ background: var(--ti7fpyu-0);
30814
30717
  }
30815
- .kypn5o5.has-focus-indicator input:focus {
30816
- margin-left: 16px;
30718
+ .ti7fpyu:not(:first-child) {
30719
+ margin-left: 4px;
30817
30720
  }
30818
30721
 
30819
- input.l1ki27se.ant-input {
30820
- border-top-right-radius: 0;
30821
- border-bottom-right-radius: 0;
30722
+ .f1rest1f {
30723
+ width: 100%;
30724
+ height: 100%;
30725
+ display: flex;
30726
+ align-items: center;
30727
+ justify-content: center;
30822
30728
  }
30823
30729
 
30824
- .l1ki27se.ant-input-affix-wrapper {
30825
- border-top-right-radius: 0;
30826
- border-bottom-right-radius: 0;
30730
+ .n1kbdoln {
30731
+ font-size: 90%;
30732
+ font-weight: bold;
30733
+ background-color: rgba(240, 243, 247, 0.6);
30734
+ padding: 1px 4px 1px;
30735
+ margin-left: 2px;
30736
+ margin-right: 2px;
30737
+ border: 1px solid rgba(213, 219, 227, 0.6);
30738
+ border-radius: 4px;
30827
30739
  }
30828
30740
 
30829
- input.rrg1fkn.ant-input {
30830
- border-top-left-radius: 0;
30831
- border-bottom-left-radius: 0;
30741
+ .f1y3gta0.form-item-general {
30742
+ width: 640px;
30832
30743
  }
30833
-
30834
- .rrg1fkn.ant-input-affix-wrapper {
30835
- border-top-left-radius: 0;
30836
- border-bottom-left-radius: 0;
30744
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30745
+ margin-top: 16px;
30837
30746
  }
30838
-
30839
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30840
- border-top-right-radius: 0;
30841
- border-bottom-right-radius: 0;
30747
+ .f1y3gta0.form-item-compact {
30748
+ width: 412px;
30842
30749
  }
30843
-
30844
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30845
- border-top-left-radius: 0;
30846
- border-bottom-left-radius: 0;
30750
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30751
+ margin-top: 8px;
30847
30752
  }
30848
-
30849
- .obf05yr {
30850
- display: inline-block;
30753
+ .f1y3gta0 .form-item {
30754
+ width: auto;
30851
30755
  }
30852
-
30853
- .hsms1n6 {
30854
- visibility: hidden;
30855
- position: absolute;
30756
+ .f1y3gta0 .form-item-main {
30757
+ position: relative;
30758
+ display: flex;
30856
30759
  }
30857
-
30858
- .i1mrf09m {
30859
- display: inline-flex;
30860
- align-items: center;
30760
+ .f1y3gta0 .form-item-extra {
30761
+ margin-top: 4px;
30762
+ width: 100%;
30763
+ padding: 14px;
30764
+ background: #f2f4f6;
30765
+ font-size: 13px;
30766
+ line-height: 1.8;
30767
+ color: #8e9aa9;
30861
30768
  }
30862
- .i1mrf09m .icon-inner {
30863
- display: inline-flex;
30864
- align-items: center;
30865
- justify-content: center;
30769
+ .f1y3gta0 .form-item-label {
30770
+ padding-right: 12px;
30771
+ font-size: 13px;
30772
+ color: rgba(44, 56, 82, 0.6);
30866
30773
  }
30867
- .i1mrf09m .icon-inner + span,
30868
- .i1mrf09m span + .icon-inner.suffix {
30869
- margin-left: 4px;
30774
+ .f1y3gta0 .form-item-label.label-right {
30775
+ text-align: right;
30870
30776
  }
30871
- .i1mrf09m.is-rotate img,
30872
- .i1mrf09m.is-rotate svg {
30873
- animation: rotate 680ms linear infinite;
30777
+ .f1y3gta0 .form-item-label,
30778
+ .f1y3gta0 .form-item-control {
30779
+ line-height: 32px;
30874
30780
  }
30875
-
30876
- .rxbeqvl.ant-radio-wrapper {
30877
- display: inline-flex;
30878
- align-items: baseline;
30879
- white-space: pre-wrap;
30781
+ .f1y3gta0 .form-item-control .form-item-error {
30782
+ line-height: 18px;
30880
30783
  }
30881
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30882
- position: relative;
30883
- top: 3px;
30784
+ .f1y3gta0 .form-item-children {
30785
+ width: 100%;
30884
30786
  }
30885
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30886
- border-color: rgba(107, 128, 167, 0.6);
30787
+ .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 {
30788
+ width: 100%;
30887
30789
  }
30888
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30889
- border-color: #0080ff;
30790
+ .f1y3gta0 .form-item-error {
30791
+ color: #e75a3a;
30792
+ height: 0;
30793
+ overflow: hidden;
30890
30794
  }
30891
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30892
- border-color: #0080ff;
30893
- background: #0080ff;
30795
+ .f1y3gta0 .form-item-error-enter-done {
30796
+ margin-top: 4px;
30797
+ height: auto;
30798
+ overflow: auto;
30894
30799
  }
30895
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30896
- top: 4px;
30897
- left: 4px;
30898
- width: 6px;
30899
- height: 6px;
30900
- background: #fff;
30800
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30801
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30802
+ border: 1px solid #e75a3a;
30803
+ color: #e75a3a;
30901
30804
  }
30902
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30903
- opacity: 0.5;
30805
+
30806
+ .fujbm7g {
30807
+ color: #2d3a56;
30808
+ font-weight: bold;
30809
+ padding-bottom: 6px;
30810
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30811
+ margin-bottom: 16px;
30904
30812
  }
30905
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30906
- border-color: rgba(107, 128, 167, 0.6);
30907
- background: rgba(211, 218, 235, 0.6);
30813
+ .fujbm7g:not(:first-of-type) {
30814
+ margin-top: 16px;
30908
30815
  }
30909
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30910
- background: #00122e;
30816
+
30817
+ .e5fsw5s {
30818
+ width: 8px;
30819
+ height: 24px;
30820
+ display: flex;
30821
+ justify-content: center;
30822
+ align-items: center;
30823
+ cursor: pointer;
30824
+ transition: all 200ms ease-out 40ms;
30911
30825
  }
30912
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30913
- color: #00122e;
30914
- opacity: 0.5;
30826
+ .e5fsw5s:before, .e5fsw5s:after {
30827
+ content: "";
30828
+ width: 1px;
30829
+ height: 6px;
30830
+ border-radius: 1px;
30831
+ background: #ccd4e3;
30832
+ position: relative;
30833
+ right: 2px;
30834
+ transform: rotate(-45deg);
30915
30835
  }
30916
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30917
- color: #00122e;
30836
+ .e5fsw5s:after {
30837
+ transform: rotate(45deg);
30838
+ left: 1px;
30918
30839
  }
30919
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30920
- display: inline-block;
30921
- padding: 0;
30922
- padding-left: 12px;
30840
+
30841
+ .w18knsg4.ant-alert-warning {
30842
+ border: 0;
30843
+ background: rgba(255, 187, 0, 0.1);
30844
+ border-radius: 6px;
30923
30845
  }
30924
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30925
- margin-bottom: 0;
30926
- white-space: pre-wrap;
30927
- color: rgba(44, 56, 82, 0.6);
30846
+ .w18knsg4.ant-alert,
30847
+ .w18knsg4 .ant-alert-message {
30848
+ color: #e07f00;
30928
30849
  }
30929
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30930
- padding-left: 8px;
30850
+ .w18knsg4.ant-alert .dashed-border-bottom,
30851
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
30852
+ border-bottom-color: #e07f00;
30931
30853
  }
30932
30854
 
30933
- .r5ie79y .ant-radio-button-wrapper:first-child {
30934
- border-radius: 5px 0 0 5px;
30855
+ .ng31n2o {
30856
+ display: flex;
30857
+ flex-direction: row;
30858
+ padding: 7px 12px;
30859
+ background: rgba(255, 187, 0, 0.1);
30860
+ border-radius: 6px;
30861
+ color: #e07f00;
30862
+ font-size: 12px;
30863
+ line-height: 18px;
30935
30864
  }
30936
- .r5ie79y .ant-radio-button-wrapper:last-child {
30937
- border-radius: 0 5px 5px 0;
30865
+ .ng31n2o .icon-wrapper {
30866
+ margin-right: 10px;
30867
+ height: 18px;
30938
30868
  }
30939
30869
 
30940
- .r1f0aqcc {
30941
- color: #00122e;
30942
- border-color: #ccd4e3;
30870
+ .n15x5f5y {
30871
+ display: flex;
30872
+ flex-direction: row;
30873
+ padding: 7px 12px;
30874
+ background: rgba(225, 230, 241, 0.6);
30875
+ border-radius: 6px;
30876
+ color: rgba(44, 56, 82, 0.6);
30877
+ font-size: 12px;
30878
+ line-height: 18px;
30943
30879
  }
30944
- .r1f0aqcc:first-child {
30945
- border-color: #a3b4cc;
30880
+ .n15x5f5y .icon-wrapper {
30881
+ margin-right: 10px;
30882
+ height: 18px;
30946
30883
  }
30947
- .r1f0aqcc.ant-radio-button-wrapper {
30948
- padding: 0 12px;
30949
- line-height: 32px;
30950
- height: 32px;
30884
+
30885
+ .i16ozz3f {
30886
+ display: flex;
30887
+ flex-direction: row;
30888
+ padding: 7px 12px;
30889
+ background: rgba(0, 136, 255, 0.1);
30890
+ border-radius: 6px;
30891
+ color: #005ed1;
30892
+ font-size: 12px;
30893
+ line-height: 18px;
30951
30894
  }
30952
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30953
- white-space: nowrap;
30895
+ .i16ozz3f .icon-wrapper {
30896
+ margin-right: 10px;
30897
+ height: 18px;
30954
30898
  }
30955
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30956
- height: 22px;
30957
- padding: 0 7px;
30958
- line-height: 20px;
30899
+
30900
+ .dszu9qr {
30901
+ color: rgba(44, 56, 82, 0.6);
30902
+ margin-top: 5px;
30903
+ font-size: 12px;
30904
+ line-height: 18px;
30959
30905
  }
30960
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30961
- background: #ccd4e3;
30906
+
30907
+ .snxzgx {
30908
+ color: #f0483e;
30909
+ font-size: 12px;
30910
+ white-space: pre-wrap;
30962
30911
  }
30963
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30964
- background: #0080ff;
30912
+
30913
+ .o1i4orqw {
30914
+ display: flex;
30915
+ align-items: center;
30916
+ justify-content: flex-end;
30965
30917
  }
30966
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30967
- background: #ccd4e3;
30968
- opacity: 0.5;
30918
+ .o1i4orqw .icon-wrapper {
30919
+ margin-right: 16px;
30969
30920
  }
30970
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30971
- border-right-color: #0080ff;
30921
+
30922
+ .t79k8o2 {
30923
+ color: rgba(0, 21, 64, 0.3);
30972
30924
  }
30973
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30974
- border-color: #0080ff;
30925
+
30926
+ .ipd9bk.ant-input {
30927
+ padding: 5px 12px;
30928
+ line-height: 20px;
30929
+ color: #2d3a56;
30930
+ border-radius: 6px;
30931
+ border-color: rgba(172, 186, 211, 0.6);
30932
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30975
30933
  }
30976
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30977
- background: rgba(0, 136, 255, 0.1);
30934
+ .ipd9bk.ant-input.ant-input-lg {
30935
+ padding: 8px 16px;
30936
+ line-height: 22px;
30978
30937
  }
30979
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30980
- background: rgba(211, 218, 235, 0.6);
30981
- border-color: #ccd4e3;
30982
- opacity: 0.5;
30938
+ .ipd9bk.ant-input.ant-input-sm {
30939
+ padding: 2px 8px;
30940
+ line-height: 18px;
30983
30941
  }
30984
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30985
- color: #00122e;
30986
- border-color: #ccd4e3;
30942
+ .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 {
30943
+ border-color: rgba(107, 128, 167, 0.6);
30944
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30945
+ z-index: 1;
30987
30946
  }
30988
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30989
- color: #00122e;
30990
- border-color: #ccd4e3;
30991
- background: rgba(172, 186, 211, 0.6);
30947
+ .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 {
30948
+ border-color: #0096ff;
30949
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30950
+ z-index: 1;
30992
30951
  }
30993
- .r1f0aqcc .ant-radio-button-input {
30994
- margin-right: 8px;
30995
- display: inline;
30996
- border: none;
30997
- padding: 0;
30998
- width: 36px;
30999
- background: transparent;
30952
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30953
+ border-color: #e75a3a;
30954
+ color: #e75a3a;
31000
30955
  }
31001
- .r1f0aqcc .ant-radio-button-input:focus {
31002
- box-shadow: none;
30956
+ .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 {
30957
+ border-color: #e75a3a;
30958
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31003
30959
  }
31004
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31005
- margin-right: 0;
31006
- width: initial;
31007
- box-shadow: none;
30960
+ .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 {
30961
+ border-color: #e75a3a;
30962
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31008
30963
  }
31009
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31010
- display: none;
30964
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30965
+ background: rgba(211, 218, 235, 0.6);
30966
+ color: rgba(0, 21, 64, 0.3);
30967
+ border-color: rgba(172, 186, 211, 0.6);
31011
30968
  }
31012
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31013
- display: inline;
30969
+ .ipd9bk.ant-input-affix-wrapper {
30970
+ padding: 5px 12px;
30971
+ border-radius: 6px;
30972
+ border-color: rgba(172, 186, 211, 0.6);
30973
+ line-height: 20px;
30974
+ color: #2d3a56;
30975
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31014
30976
  }
31015
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31016
- display: inline;
31017
- margin-right: 8px;
31018
- padding: 0;
31019
- width: 36px;
30977
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30978
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30979
+ color: rgba(44, 56, 82, 0.6);
31020
30980
  }
31021
-
31022
- .s34f1qb.ant-switch {
31023
- min-width: 40px;
31024
- height: 24px;
31025
- background: rgba(172, 186, 211, 0.6);
31026
- overflow: hidden;
30981
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30982
+ padding: 8px 16px;
30983
+ line-height: 22px;
31027
30984
  }
31028
- .s34f1qb.ant-switch:focus {
31029
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30985
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30986
+ padding: 2px 8px;
30987
+ line-height: 18px;
31030
30988
  }
31031
- .s34f1qb.ant-switch-small {
31032
- min-width: 26px;
31033
- height: 16px;
30989
+ .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 {
30990
+ border-color: rgba(107, 128, 167, 0.6);
30991
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31034
30992
  }
31035
- .s34f1qb.ant-switch-large {
31036
- min-width: 52px;
31037
- height: 32px;
30993
+ .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 {
30994
+ border-color: #0096ff;
30995
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31038
30996
  }
31039
- .s34f1qb.ant-switch .ant-switch-handle {
31040
- height: 20px;
31041
- width: 20px;
30997
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30998
+ border-color: #e75a3a;
31042
30999
  }
31043
- .s34f1qb.ant-switch .ant-switch-handle::before {
31044
- border-radius: 10px;
31045
- transition-delay: 120ms;
31000
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31001
+ color: #e75a3a;
31046
31002
  }
31047
- .s34f1qb.ant-switch-small .ant-switch-handle {
31048
- height: 14px;
31049
- width: 14px;
31050
- top: 1px;
31051
- left: 1px;
31003
+ .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 {
31004
+ border-color: #e75a3a;
31005
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31052
31006
  }
31053
- .s34f1qb.ant-switch-large .ant-switch-handle {
31054
- height: 28px;
31055
- width: 28px;
31007
+ .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 {
31008
+ border-color: #e75a3a;
31009
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31056
31010
  }
31057
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
31058
- border-radius: 14px;
31011
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31012
+ background: rgba(211, 218, 235, 0.6);
31013
+ color: rgba(0, 21, 64, 0.3);
31014
+ border-color: rgba(172, 186, 211, 0.6);
31059
31015
  }
31060
- .s34f1qb.ant-switch-checked {
31061
- background-color: #00ba5d;
31016
+ textarea.ipd9bk.ant-input {
31017
+ transition-property: height;
31018
+ transition-delay: 50ms;
31062
31019
  }
31063
- .s34f1qb.ant-switch-checked .ant-switch-handle {
31064
- left: calc(100% - 20px - 2px);
31020
+ textarea.ipd9bk.ant-input.textarea-large {
31021
+ min-height: 40px;
31022
+ height: 40px;
31065
31023
  }
31066
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31067
- left: calc(100% - 14px - 1px);
31024
+ textarea.ipd9bk.ant-input.textarea-large:focus {
31025
+ height: 80px;
31068
31026
  }
31069
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31070
- left: calc(100% - 28px - 2px);
31027
+ textarea.ipd9bk.ant-input.textarea-middle {
31028
+ min-height: 32px;
31029
+ height: 32px;
31071
31030
  }
31072
-
31073
- .c1to9vb9 {
31074
- margin-left: 5px;
31031
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
31032
+ height: 64px;
31075
31033
  }
31076
-
31077
- .p12gwtiw {
31078
- display: flex;
31079
- justify-content: space-between;
31080
- align-items: center;
31081
- padding: 10px 0;
31082
- color: rgba(44, 56, 82, 0.6);
31083
- font-size: 12px;
31084
- line-height: 24px;
31034
+ textarea.ipd9bk.ant-input.textarea-small {
31035
+ min-height: 24px;
31036
+ height: 24px;
31085
31037
  }
31086
- .p12gwtiw .pagination-left {
31087
- padding: 2px 8px;
31038
+ textarea.ipd9bk.ant-input.textarea-small:focus {
31039
+ height: 40px;
31088
31040
  }
31089
- .p12gwtiw .dropdown-trigger {
31090
- display: flex;
31091
- align-items: center;
31092
- border-radius: 6px;
31041
+
31042
+ .kypn5o5 input, .kypn5o5.input-tags {
31043
+ border: 1px solid rgba(213, 219, 227, 0.6);
31044
+ border-radius: 4px;
31045
+ }
31046
+ .kypn5o5.input-tags {
31047
+ position: relative;
31048
+ padding: 6px;
31049
+ height: 32px;
31093
31050
  cursor: pointer;
31094
- transition: all 0.3s ease;
31051
+ transition: border 150ms;
31095
31052
  }
31096
- .p12gwtiw .dropdown-trigger:hover {
31097
- background: rgba(211, 218, 235, 0.6);
31098
- color: #0080ff;
31053
+ .kypn5o5.input-tags:hover {
31054
+ border-color: #0080ff;
31055
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31099
31056
  }
31100
- .p12gwtiw .dropdown-trigger .icon-inner {
31101
- margin-left: 4px;
31057
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
31058
+ padding-right: 30px;
31102
31059
  }
31103
- .p12gwtiw .pagination-right {
31060
+ .kypn5o5.input-tags .input-tags-inner {
31104
31061
  display: flex;
31105
- align-items: center;
31106
- color: #0080ff;
31107
- font-weight: bold;
31108
31062
  }
31109
- .p12gwtiw .pagination-right .icon-inner {
31110
- margin-left: 4px;
31063
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31064
+ display: flex;
31111
31065
  }
31112
- .p12gwtiw .pagination-right .prev-btn,
31113
- .p12gwtiw .pagination-right .next-btn {
31114
- padding: 0 8px;
31066
+ .kypn5o5.input-tags .input-tag-suffix {
31067
+ position: absolute;
31068
+ right: 12px;
31069
+ top: 50%;
31070
+ transform: translateY(-50%);
31115
31071
  }
31116
- .p12gwtiw .pagination-right .prev-btn > span,
31117
- .p12gwtiw .pagination-right .next-btn > span {
31118
- color: #0080ff;
31072
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31073
+ color: rgba(0, 0, 0, 0.25);
31074
+ font-size: 12px;
31075
+ cursor: pointer;
31119
31076
  }
31120
- .p12gwtiw .pagination-right .next-btn .icon-inner {
31121
- transform: rotate(180deg);
31077
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31078
+ color: rgba(0, 0, 0, 0.45);
31122
31079
  }
31123
-
31124
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31125
- max-height: calc(100vh - 128px);
31126
- overflow-y: auto;
31080
+ .kypn5o5.has-focus-indicator {
31081
+ position: relative;
31082
+ overflow: hidden;
31127
31083
  }
31128
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31129
- padding: 4px 20px;
31130
- font-size: 12px;
31131
- line-height: 18px;
31084
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
31085
+ position: absolute;
31086
+ top: 50%;
31087
+ transform: translateY(-50%);
31088
+ left: -16px;
31089
+ transition: left 150ms ease;
31090
+ opacity: 0;
31132
31091
  }
31133
-
31134
- .t1upn1sz {
31135
- height: 100%;
31092
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31093
+ left: 8px;
31094
+ opacity: 1;
31136
31095
  }
31137
-
31138
- .tta5kd2 {
31139
- height: 100%;
31096
+ .kypn5o5.has-focus-indicator input {
31097
+ transition: margin-left 150ms ease;
31098
+ margin-left: 0px;
31140
31099
  }
31141
- .tta5kd2.empty-table .ant-table-content {
31142
- overflow: visible !important;
31143
- height: 100%;
31100
+ .kypn5o5.has-focus-indicator input:focus {
31101
+ margin-left: 16px;
31144
31102
  }
31145
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31146
- height: 100%;
31103
+
31104
+ input.l1ki27se.ant-input {
31105
+ border-top-right-radius: 0;
31106
+ border-bottom-right-radius: 0;
31147
31107
  }
31148
- .tta5kd2.empty-table .ant-table-content table {
31149
- width: 100% !important;
31150
- height: 100%;
31108
+
31109
+ .l1ki27se.ant-input-affix-wrapper {
31110
+ border-top-right-radius: 0;
31111
+ border-bottom-right-radius: 0;
31151
31112
  }
31152
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31153
- padding: 15px 0;
31113
+
31114
+ input.rrg1fkn.ant-input {
31115
+ border-top-left-radius: 0;
31116
+ border-bottom-left-radius: 0;
31154
31117
  }
31155
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31156
- display: none;
31118
+
31119
+ .rrg1fkn.ant-input-affix-wrapper {
31120
+ border-top-left-radius: 0;
31121
+ border-bottom-left-radius: 0;
31157
31122
  }
31158
- .tta5kd2 .active-row td:nth-child(1) {
31159
- font-weight: 700;
31123
+
31124
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31125
+ border-top-right-radius: 0;
31126
+ border-bottom-right-radius: 0;
31160
31127
  }
31161
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31162
- font-weight: 700;
31128
+
31129
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31130
+ border-top-left-radius: 0;
31131
+ border-bottom-left-radius: 0;
31163
31132
  }
31164
- .tta5kd2 .ant-spin-nested-loading {
31165
- height: 100%;
31133
+
31134
+ .d6j0lbj {
31135
+ font-family: Inter;
31136
+ font-style: normal;
31137
+ font-weight: bold;
31138
+ font-size: 32px;
31139
+ line-height: 40px;
31166
31140
  }
31167
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31168
- height: 100%;
31169
- overflow: visible;
31141
+
31142
+ .d1xhvvxe {
31143
+ font-family: Inter;
31144
+ font-style: normal;
31145
+ font-weight: bold;
31146
+ font-size: 24px;
31147
+ line-height: 32px;
31170
31148
  }
31171
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31172
- max-height: none;
31149
+
31150
+ .dk10mxq {
31151
+ font-family: Inter;
31152
+ font-style: normal;
31153
+ font-weight: normal;
31154
+ font-size: 32px;
31155
+ line-height: 40px;
31173
31156
  }
31174
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31175
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31176
- display: none;
31157
+
31158
+ .dxsait {
31159
+ font-family: Inter;
31160
+ font-style: normal;
31161
+ font-weight: bold;
31162
+ font-size: 20px;
31163
+ line-height: 24px;
31177
31164
  }
31178
- .tta5kd2 td.ant-table-column-sort {
31179
- background: transparent;
31165
+
31166
+ .dokn0h3 {
31167
+ font-family: Inter;
31168
+ font-style: normal;
31169
+ font-weight: normal;
31170
+ font-size: 20px;
31171
+ line-height: 24px;
31180
31172
  }
31181
- .tta5kd2 td.ant-table-cell-fix-left,
31182
- .tta5kd2 td.ant-table-cell-fix-right {
31183
- background: #fff;
31184
- padding: 0 !important;
31173
+
31174
+ .dobau4p {
31175
+ font-family: Inter;
31176
+ font-style: normal;
31177
+ font-weight: bold;
31178
+ font-size: 18px;
31179
+ line-height: 22px;
31185
31180
  }
31186
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31187
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31188
- display: flex;
31189
- align-items: center;
31190
- height: 100%;
31191
- padding: 8px;
31181
+
31182
+ .dvolwok {
31183
+ font-family: Inter;
31184
+ font-style: normal;
31185
+ font-weight: normal;
31186
+ font-size: 18px;
31187
+ line-height: 22px;
31192
31188
  }
31193
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31194
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31195
- overflow: hidden;
31196
- text-overflow: ellipsis;
31197
- width: 100%;
31189
+
31190
+ .h181qhg4 {
31191
+ font-family: Inter;
31192
+ font-style: normal;
31193
+ font-weight: bold;
31194
+ font-size: 16px;
31195
+ line-height: 22px;
31198
31196
  }
31199
- .tta5kd2 .ant-table-container {
31200
- height: 100%;
31197
+
31198
+ .h1phgmcq {
31199
+ font-family: Inter;
31200
+ font-style: normal;
31201
+ font-weight: normal;
31202
+ font-size: 16px;
31203
+ line-height: 22px;
31201
31204
  }
31202
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31203
- box-shadow: none !important;
31205
+
31206
+ .h173xnl1 {
31207
+ font-family: Inter;
31208
+ font-style: normal;
31209
+ font-weight: bold;
31210
+ font-size: 14px;
31211
+ line-height: 20px;
31204
31212
  }
31205
- .tta5kd2 .ant-table {
31206
- border-radius: 0px;
31207
- border-left: none;
31208
- border-right: none;
31209
- border-bottom: none;
31210
- height: 100%;
31213
+
31214
+ .hedm4pz {
31215
+ font-family: Inter;
31216
+ font-style: normal;
31217
+ font-weight: normal;
31218
+ font-size: 14px;
31219
+ line-height: 20px;
31220
+ }
31221
+
31222
+ .h1kd8xld {
31223
+ font-family: Inter;
31224
+ font-style: normal;
31225
+ font-weight: bold;
31211
31226
  font-size: 12px;
31212
- background: transparent;
31227
+ line-height: 18px;
31213
31228
  }
31214
- .tta5kd2 .ant-table .ant-table-header {
31215
- position: relative;
31216
- z-index: 3;
31217
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31218
- margin-bottom: -1px;
31229
+
31230
+ .hp14fr {
31231
+ font-family: Inter;
31232
+ font-style: normal;
31233
+ font-weight: normal;
31234
+ font-size: 12px;
31235
+ line-height: 18px;
31219
31236
  }
31220
- .tta5kd2 .ant-table .time-wrapper .date,
31221
- .tta5kd2 .ant-table .value {
31222
- color: #2d3a56;
31223
- }
31224
- .tta5kd2 .ant-table .time-wrapper .time,
31225
- .tta5kd2 .ant-table .unit {
31226
- color: rgba(44, 56, 82, 0.6);
31227
- }
31228
- .tta5kd2 .ant-table .ant-table-selection {
31229
- position: unset;
31230
- text-align: center;
31231
- }
31232
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31233
- background: #fff;
31234
- }
31235
- .tta5kd2 .ant-table .anticon-setting {
31236
- cursor: pointer;
31237
- position: absolute;
31238
- top: 50%;
31239
- right: 12px;
31240
- transform: translateY(-50%);
31241
- }
31242
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31243
- box-shadow: none;
31244
- width: 1px;
31245
- background: rgba(213, 219, 227, 0.6);
31246
- }
31247
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31248
- box-shadow: none;
31249
- width: 1px;
31250
- background: rgba(213, 219, 227, 0.6);
31251
- }
31252
- .tta5kd2 .ant-table .ant-table-tbody {
31253
- position: relative;
31254
- }
31255
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31256
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31257
- border-bottom: 1px solid white;
31258
- height: 40px;
31259
- vertical-align: middle;
31260
- transition: background 0ms;
31261
- color: #00122e;
31262
- }
31263
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31264
- background: #f2f5fa;
31265
- border-bottom-color: #f2f5fa;
31266
- }
31267
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31268
- height: auto;
31269
- color: #00122e;
31237
+
31238
+ .hgrg7mn {
31239
+ font-family: Inter;
31240
+ font-style: normal;
31241
+ font-weight: bold;
31242
+ text-transform: uppercase;
31243
+ font-feature-settings: "cpsp" on;
31270
31244
  font-size: 12px;
31271
- text-align: left;
31272
- transition: none;
31273
- overflow: hidden;
31274
- text-overflow: ellipsis;
31275
- white-space: nowrap;
31276
- }
31277
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31278
- color: #0096ff;
31279
- }
31280
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31281
- overflow: hidden;
31282
- text-overflow: ellipsis;
31283
- width: 100%;
31284
- vertical-align: middle;
31285
- }
31286
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31287
- line-height: 0px;
31288
- }
31289
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31290
- padding-right: 25px;
31291
- }
31292
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31293
- border-top-color: transparent;
31294
- }
31295
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31296
- background: rgba(225, 230, 241, 0.6);
31297
- border-color: transparent transparent white;
31298
- }
31299
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31300
- border-radius: 8px 0 0 8px;
31301
- }
31302
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31303
- border-radius: 8px 0 0 8px;
31304
- }
31305
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31306
- content: "";
31307
- width: 4px;
31308
- top: -1px;
31309
- bottom: -1px;
31310
- background: white;
31311
- }
31312
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31313
- border-radius: 0 8px 8px 0;
31314
- }
31315
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31316
- border-radius: 0;
31317
- background: white;
31318
- border-top: none;
31245
+ line-height: 18px;
31319
31246
  }
31320
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31321
- border-top: 1px solid transparent;
31322
- border-radius: 0 8px 8px 0;
31323
- background: rgba(225, 230, 241, 0.6);
31247
+
31248
+ .h6zme9x {
31249
+ font-family: Inter;
31250
+ font-style: normal;
31251
+ font-weight: normal;
31252
+ text-transform: uppercase;
31253
+ font-feature-settings: "cpsp" on;
31254
+ font-size: 12px;
31255
+ line-height: 18px;
31324
31256
  }
31325
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31326
- background: white;
31327
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31257
+
31258
+ .locjvsv {
31259
+ font-family: Inter;
31260
+ font-style: normal;
31261
+ font-weight: normal;
31262
+ font-size: 16px;
31263
+ line-height: 24px;
31328
31264
  }
31329
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31330
- display: flex;
31331
- align-items: center;
31332
- height: 100%;
31333
- background: rgba(225, 230, 241, 0.6);
31265
+
31266
+ .l13gi131 {
31267
+ font-family: Inter;
31268
+ font-style: normal;
31269
+ font-weight: bold;
31270
+ font-size: 16px;
31271
+ line-height: 24px;
31334
31272
  }
31335
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31336
- background: white;
31337
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31273
+
31274
+ .l1ynemsu {
31275
+ font-family: Inter;
31276
+ font-style: normal;
31277
+ font-weight: normal;
31278
+ font-size: 16px;
31279
+ line-height: 24px;
31338
31280
  }
31339
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31340
- display: flex;
31341
- align-items: center;
31342
- height: 100%;
31343
- background: rgba(225, 230, 241, 0.6);
31281
+
31282
+ .l1cft1cx {
31283
+ font-family: Inter;
31284
+ font-style: normal;
31285
+ font-weight: bold;
31286
+ font-size: 16px;
31287
+ line-height: 24px;
31344
31288
  }
31345
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31346
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31289
+
31290
+ .l17tqc8p {
31291
+ font-family: Inter;
31292
+ font-style: normal;
31293
+ font-weight: normal;
31294
+ text-transform: uppercase;
31295
+ font-feature-settings: "cpsp" on;
31296
+ font-size: 16px;
31297
+ line-height: 24px;
31347
31298
  }
31348
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31349
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31350
- border-radius: 8px;
31299
+
31300
+ .l1j1e5w7 {
31301
+ font-family: Inter;
31302
+ font-style: normal;
31303
+ font-weight: bold;
31304
+ text-transform: uppercase;
31305
+ font-feature-settings: "cpsp" on;
31306
+ font-size: 16px;
31307
+ line-height: 24px;
31351
31308
  }
31352
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31353
- border-top-color: white;
31309
+
31310
+ .l1gf91jb {
31311
+ font-family: Inter;
31312
+ font-style: normal;
31313
+ font-weight: normal;
31314
+ font-size: 14px;
31315
+ line-height: 22px;
31354
31316
  }
31355
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31356
- background: rgba(0, 136, 255, 0.1);
31357
- border-bottom-color: transparent;
31358
- border-top-color: transparent;
31317
+
31318
+ .lu7hlr6 {
31319
+ font-family: Inter;
31320
+ font-style: normal;
31321
+ font-weight: 500;
31322
+ font-size: 14px;
31323
+ line-height: 22px;
31359
31324
  }
31360
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31361
- border-radius: 8px 0 0 8px;
31325
+
31326
+ .l3l3jf0 {
31327
+ font-family: Inter;
31328
+ font-style: normal;
31329
+ font-weight: bold;
31330
+ font-size: 14px;
31331
+ line-height: 22px;
31362
31332
  }
31363
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31364
- border-radius: 0 8px 8px 0;
31333
+
31334
+ .l12j5nqp {
31335
+ font-family: Inter;
31336
+ font-style: normal;
31337
+ font-weight: normal;
31338
+ font-size: 14px;
31339
+ line-height: 22px;
31365
31340
  }
31366
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31367
- background: rgba(0, 136, 255, 0.1);
31341
+
31342
+ .l1tecqht {
31343
+ font-family: Inter;
31344
+ font-style: normal;
31345
+ font-weight: bold;
31346
+ font-size: 14px;
31347
+ line-height: 22px;
31368
31348
  }
31369
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31370
- background: #fff;
31371
- font-weight: 400;
31372
- position: relative;
31373
- border-bottom: none;
31374
- color: #00122e;
31375
- transition: none;
31376
- padding: 15px 8px 15px 8px;
31349
+
31350
+ .l6sa990 {
31351
+ font-family: Inter;
31352
+ font-style: normal;
31353
+ font-weight: normal;
31354
+ text-transform: uppercase;
31355
+ font-feature-settings: "cpsp" on;
31356
+ font-size: 14px;
31357
+ line-height: 22px;
31377
31358
  }
31378
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31379
- content: "";
31380
- width: 1px;
31381
- top: 0;
31382
- bottom: 0;
31383
- background: rgba(211, 218, 235, 0.6);
31384
- position: absolute;
31385
- right: 0;
31359
+
31360
+ .lckqe8j {
31361
+ font-family: Inter;
31362
+ font-style: normal;
31363
+ font-weight: bold;
31364
+ text-transform: uppercase;
31365
+ font-feature-settings: "cpsp" on;
31366
+ font-size: 14px;
31367
+ line-height: 22px;
31386
31368
  }
31387
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31388
- padding: unset;
31369
+
31370
+ .l1kuminb {
31371
+ font-family: Inter;
31372
+ font-style: normal;
31373
+ font-weight: normal;
31374
+ font-size: 13px;
31375
+ line-height: 20px;
31389
31376
  }
31390
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31391
- display: none;
31377
+
31378
+ .l1pbuf5j {
31379
+ font-family: Inter;
31380
+ font-style: normal;
31381
+ font-weight: 600;
31382
+ font-size: 13px;
31383
+ line-height: 20px;
31392
31384
  }
31393
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31394
- width: 100%;
31395
- overflow: hidden;
31396
- white-space: nowrap;
31397
- text-overflow: ellipsis;
31385
+
31386
+ .l1r4ztu {
31387
+ font-family: Inter;
31388
+ font-style: normal;
31389
+ font-weight: bold;
31390
+ font-size: 13px;
31391
+ line-height: 20px;
31398
31392
  }
31399
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31400
- overflow: hidden;
31401
- text-overflow: ellipsis;
31402
- flex: 1;
31393
+
31394
+ .ly8vzok {
31395
+ font-family: Inter;
31396
+ font-style: normal;
31397
+ font-weight: normal;
31398
+ font-size: 13px;
31399
+ line-height: 20px;
31403
31400
  }
31404
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31405
- padding: 15px 25px 15px 8px;
31401
+
31402
+ .lumfmf {
31403
+ font-family: Inter;
31404
+ font-style: normal;
31405
+ font-weight: 600;
31406
+ font-size: 13px;
31407
+ line-height: 20px;
31406
31408
  }
31407
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31408
- padding: 0;
31409
+
31410
+ .l16ujwmv {
31411
+ font-family: Inter;
31412
+ font-style: normal;
31413
+ font-weight: bold;
31414
+ font-size: 13px;
31415
+ line-height: 20px;
31409
31416
  }
31410
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31411
- position: absolute;
31412
- right: 6px;
31413
- top: 50%;
31414
- transform: translateY(-50%);
31415
- height: 16px;
31416
- display: none;
31417
- transition: transform 320ms ease;
31417
+
31418
+ .l17o1ffr {
31419
+ font-family: Inter;
31420
+ font-style: normal;
31421
+ font-weight: normal;
31422
+ text-transform: uppercase;
31423
+ font-feature-settings: "cpsp" on;
31424
+ font-size: 13px;
31425
+ line-height: 20px;
31418
31426
  }
31419
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31420
- display: block;
31421
- transform: translateY(-50%) rotateX(180deg);
31427
+
31428
+ .lngllvn {
31429
+ font-family: Inter;
31430
+ font-style: normal;
31431
+ font-weight: bold;
31432
+ text-transform: uppercase;
31433
+ font-feature-settings: "cpsp" on;
31434
+ font-size: 13px;
31435
+ line-height: 20px;
31422
31436
  }
31423
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31424
- display: block;
31437
+
31438
+ .l2i7fo9 {
31439
+ font-family: Inter;
31440
+ font-style: normal;
31441
+ font-weight: normal;
31442
+ font-size: 12px;
31443
+ line-height: 18px;
31425
31444
  }
31426
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31427
- display: none;
31445
+
31446
+ .l1x7hscx {
31447
+ font-family: Inter;
31448
+ font-style: normal;
31449
+ font-weight: 500;
31450
+ font-size: 12px;
31451
+ line-height: 18px;
31428
31452
  }
31429
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31430
- transform: translateY(-50%);
31453
+
31454
+ .le1jwan {
31455
+ font-family: Inter;
31456
+ font-style: normal;
31457
+ font-weight: bold;
31458
+ font-size: 12px;
31459
+ line-height: 18px;
31431
31460
  }
31432
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31433
- transform: translateY(-50%) rotateX(180deg);
31461
+
31462
+ .lyxynfj {
31463
+ font-family: Inter;
31464
+ font-style: normal;
31465
+ font-weight: normal;
31466
+ font-size: 12px;
31467
+ line-height: 18px;
31434
31468
  }
31435
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31436
- background: #f2f5fa;
31469
+
31470
+ .lpb2nxv {
31471
+ font-family: Inter;
31472
+ font-style: normal;
31473
+ font-weight: 500;
31474
+ font-size: 12px;
31475
+ line-height: 18px;
31437
31476
  }
31438
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31439
- display: block;
31477
+
31478
+ .l1r8o3vv {
31479
+ font-family: Inter;
31480
+ font-style: normal;
31481
+ font-weight: bold;
31482
+ font-size: 12px;
31483
+ line-height: 18px;
31440
31484
  }
31441
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31442
- padding-right: 25px;
31485
+
31486
+ .lemnjy2 {
31487
+ font-family: Inter;
31488
+ font-style: normal;
31489
+ font-weight: normal;
31490
+ text-transform: uppercase;
31491
+ font-feature-settings: "cpsp" on;
31492
+ font-size: 12px;
31493
+ line-height: 18px;
31443
31494
  }
31444
- .tta5kd2 .ant-table .ant-table-selection-column {
31445
- padding: 0 !important;
31495
+
31496
+ .lrc42gb {
31497
+ font-family: Inter;
31498
+ font-style: normal;
31499
+ font-weight: bold;
31500
+ text-transform: uppercase;
31501
+ font-feature-settings: "cpsp" on;
31502
+ font-size: 12px;
31503
+ line-height: 18px;
31446
31504
  }
31447
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31448
- position: absolute;
31449
- left: 50%;
31450
- top: 50%;
31451
- transform: translate(-50%, -50%);
31505
+
31506
+ .fqaz4mb {
31507
+ font-family: Inter;
31508
+ font-style: normal;
31509
+ font-weight: normal;
31510
+ font-size: 13px;
31511
+ line-height: 20px;
31452
31512
  }
31453
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31454
- display: none;
31513
+
31514
+ .f13we5o {
31515
+ font-family: Inter;
31516
+ font-style: normal;
31517
+ font-weight: normal;
31518
+ font-size: 13px;
31519
+ line-height: 20px;
31455
31520
  }
31456
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31457
- background: #fff;
31521
+
31522
+ .ffmjua2 {
31523
+ font-family: Inter;
31524
+ font-style: normal;
31525
+ font-weight: normal;
31526
+ font-size: 12px;
31527
+ line-height: 18px;
31458
31528
  }
31459
- .tta5kd2 .ant-table .ant-table-placeholder {
31460
- background: inherit;
31529
+
31530
+ .fz2mxw0 {
31531
+ font-family: Inter;
31532
+ font-style: normal;
31533
+ font-weight: normal;
31534
+ font-size: 12px;
31535
+ line-height: 18px;
31461
31536
  }
31462
- .tta5kd2 .ant-table .ant-table-placeholder td {
31463
- position: static;
31464
- border: none;
31465
- background: inherit !important;
31466
- height: 100px;
31467
- vertical-align: middle;
31537
+
31538
+ .t1ertzoh {
31539
+ font-family: Inter;
31540
+ font-style: normal;
31541
+ font-weight: normal;
31542
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31543
+ font-size: 13px;
31544
+ line-height: 20px;
31468
31545
  }
31469
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31470
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31471
- font-weight: bold;
31472
- font-size: 20px;
31473
- color: rgba(10, 37, 85, 0.6);
31546
+
31547
+ .t19bge8r {
31548
+ font-family: Inter;
31549
+ font-style: normal;
31550
+ font-weight: normal;
31551
+ font-feature-settings: "zero" on;
31552
+ font-size: 13px;
31553
+ line-height: 20px;
31474
31554
  }
31475
- .tta5kd2 .ant-table td.cell__action_ {
31476
- padding: 0 !important;
31477
- position: relative;
31478
- background: #fff;
31555
+
31556
+ .tjrzfyl {
31557
+ font-family: Inter;
31558
+ font-style: normal;
31559
+ font-weight: normal;
31560
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31561
+ font-size: 12px;
31562
+ line-height: 18px;
31479
31563
  }
31480
- .tta5kd2 .ant-table td.cell__action_ > * {
31481
- height: 100%;
31482
- display: flex;
31483
- align-items: center;
31484
- justify-content: flex-end;
31485
- padding-right: 8px;
31564
+
31565
+ .tm6s7bo {
31566
+ font-family: Inter;
31567
+ font-style: normal;
31568
+ font-weight: 500;
31569
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31570
+ font-size: 12px;
31571
+ line-height: 18px;
31486
31572
  }
31487
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31488
- width: 24px;
31489
- height: 24px;
31490
- cursor: pointer;
31491
- justify-content: center;
31492
- border-radius: 4px;
31573
+
31574
+ .t19zq6ic {
31575
+ font-family: Inter;
31576
+ font-style: normal;
31577
+ font-weight: normal;
31578
+ font-feature-settings: "zero" on;
31579
+ font-size: 12px;
31580
+ line-height: 18px;
31493
31581
  }
31494
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31495
- background: #fff;
31582
+
31583
+ .t1gduru8 {
31584
+ font-family: Inter;
31585
+ font-style: normal;
31586
+ font-weight: 500;
31587
+ font-feature-settings: "zero" on;
31588
+ font-size: 12px;
31589
+ line-height: 18px;
31496
31590
  }
31497
31591
 
31498
- .i1e4sgug {
31499
- display: inline-block;
31592
+ .t55raab {
31593
+ font-family: Inter;
31594
+ font-style: normal;
31595
+ font-weight: bold;
31596
+ font-feature-settings: "zero" on;
31597
+ font-size: 16px;
31598
+ line-height: 24px;
31599
+ }
31600
+
31601
+ .u1w9abfe {
31602
+ font-family: Inter;
31603
+ font-style: normal;
31604
+ font-weight: normal;
31605
+ font-size: 10px;
31606
+ line-height: 12px;
31500
31607
  }
31501
31608
 
31502
31609
  .s1fc623g {
@@ -31580,479 +31687,372 @@ input.rrg1fkn.ant-input {
31580
31687
  opacity: 0;
31581
31688
  }
31582
31689
 
31583
- .d6j0lbj {
31584
- font-family: Inter;
31585
- font-style: normal;
31586
- font-weight: bold;
31587
- font-size: 32px;
31588
- line-height: 40px;
31690
+ .i1e4sgug {
31691
+ display: inline-block;
31589
31692
  }
31590
31693
 
31591
- .d1xhvvxe {
31592
- font-family: Inter;
31593
- font-style: normal;
31594
- font-weight: bold;
31595
- font-size: 24px;
31596
- line-height: 32px;
31694
+ .t1upn1sz {
31695
+ height: 100%;
31597
31696
  }
31598
31697
 
31599
- .dk10mxq {
31600
- font-family: Inter;
31601
- font-style: normal;
31602
- font-weight: normal;
31603
- font-size: 32px;
31604
- line-height: 40px;
31698
+ .tta5kd2 {
31699
+ height: 100%;
31605
31700
  }
31606
-
31607
- .dxsait {
31608
- font-family: Inter;
31609
- font-style: normal;
31610
- font-weight: bold;
31611
- font-size: 20px;
31612
- line-height: 24px;
31701
+ .tta5kd2.empty-table .ant-table-content {
31702
+ overflow: visible !important;
31703
+ height: 100%;
31613
31704
  }
31614
-
31615
- .dokn0h3 {
31616
- font-family: Inter;
31617
- font-style: normal;
31618
- font-weight: normal;
31619
- font-size: 20px;
31620
- line-height: 24px;
31705
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31706
+ height: 100%;
31621
31707
  }
31622
-
31623
- .dobau4p {
31624
- font-family: Inter;
31625
- font-style: normal;
31626
- font-weight: bold;
31627
- font-size: 18px;
31628
- line-height: 22px;
31708
+ .tta5kd2.empty-table .ant-table-content table {
31709
+ width: 100% !important;
31710
+ height: 100%;
31629
31711
  }
31630
-
31631
- .dvolwok {
31632
- font-family: Inter;
31633
- font-style: normal;
31634
- font-weight: normal;
31635
- font-size: 18px;
31636
- line-height: 22px;
31712
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31713
+ padding: 15px 0;
31637
31714
  }
31638
-
31639
- .h181qhg4 {
31640
- font-family: Inter;
31641
- font-style: normal;
31642
- font-weight: bold;
31643
- font-size: 16px;
31644
- line-height: 22px;
31715
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31716
+ display: none;
31717
+ }
31718
+ .tta5kd2 .active-row td:nth-child(1) {
31719
+ font-weight: 700;
31720
+ }
31721
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31722
+ font-weight: 700;
31723
+ }
31724
+ .tta5kd2 .ant-spin-nested-loading {
31725
+ height: 100%;
31726
+ }
31727
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31728
+ height: 100%;
31729
+ overflow: visible;
31730
+ }
31731
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31732
+ max-height: none;
31733
+ }
31734
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31735
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31736
+ display: none;
31737
+ }
31738
+ .tta5kd2 td.ant-table-column-sort {
31739
+ background: transparent;
31740
+ }
31741
+ .tta5kd2 td.ant-table-cell-fix-left,
31742
+ .tta5kd2 td.ant-table-cell-fix-right {
31743
+ background: #fff;
31744
+ padding: 0 !important;
31745
+ }
31746
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31747
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31748
+ display: flex;
31749
+ align-items: center;
31750
+ height: 100%;
31751
+ padding: 8px;
31752
+ }
31753
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31754
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31755
+ overflow: hidden;
31756
+ text-overflow: ellipsis;
31757
+ width: 100%;
31758
+ }
31759
+ .tta5kd2 .ant-table-container {
31760
+ height: 100%;
31761
+ }
31762
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31763
+ box-shadow: none !important;
31764
+ }
31765
+ .tta5kd2 .ant-table {
31766
+ border-radius: 0px;
31767
+ border-left: none;
31768
+ border-right: none;
31769
+ border-bottom: none;
31770
+ height: 100%;
31771
+ font-size: 12px;
31772
+ background: transparent;
31773
+ }
31774
+ .tta5kd2 .ant-table .ant-table-header {
31775
+ position: relative;
31776
+ z-index: 3;
31777
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31778
+ margin-bottom: -1px;
31779
+ }
31780
+ .tta5kd2 .ant-table .time-wrapper .date,
31781
+ .tta5kd2 .ant-table .value {
31782
+ color: #2d3a56;
31783
+ }
31784
+ .tta5kd2 .ant-table .time-wrapper .time,
31785
+ .tta5kd2 .ant-table .unit {
31786
+ color: rgba(44, 56, 82, 0.6);
31787
+ }
31788
+ .tta5kd2 .ant-table .ant-table-selection {
31789
+ position: unset;
31790
+ text-align: center;
31791
+ }
31792
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31793
+ background: #fff;
31794
+ }
31795
+ .tta5kd2 .ant-table .anticon-setting {
31796
+ cursor: pointer;
31797
+ position: absolute;
31798
+ top: 50%;
31799
+ right: 12px;
31800
+ transform: translateY(-50%);
31801
+ }
31802
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31803
+ box-shadow: none;
31804
+ width: 1px;
31805
+ background: rgba(213, 219, 227, 0.6);
31806
+ }
31807
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31808
+ box-shadow: none;
31809
+ width: 1px;
31810
+ background: rgba(213, 219, 227, 0.6);
31811
+ }
31812
+ .tta5kd2 .ant-table .ant-table-tbody {
31813
+ position: relative;
31814
+ }
31815
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31816
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31817
+ border-bottom: 1px solid white;
31818
+ height: 40px;
31819
+ vertical-align: middle;
31820
+ transition: background 0ms;
31821
+ color: #00122e;
31822
+ }
31823
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31824
+ background: #f2f5fa;
31825
+ border-bottom-color: #f2f5fa;
31826
+ }
31827
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31828
+ height: auto;
31829
+ color: #00122e;
31830
+ font-size: 12px;
31831
+ text-align: left;
31832
+ transition: none;
31833
+ overflow: hidden;
31834
+ text-overflow: ellipsis;
31835
+ white-space: nowrap;
31645
31836
  }
31646
-
31647
- .h1phgmcq {
31648
- font-family: Inter;
31649
- font-style: normal;
31650
- font-weight: normal;
31651
- font-size: 16px;
31652
- line-height: 22px;
31837
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31838
+ color: #0096ff;
31653
31839
  }
31654
-
31655
- .h173xnl1 {
31656
- font-family: Inter;
31657
- font-style: normal;
31658
- font-weight: bold;
31659
- font-size: 14px;
31660
- line-height: 20px;
31840
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31841
+ overflow: hidden;
31842
+ text-overflow: ellipsis;
31843
+ width: 100%;
31844
+ vertical-align: middle;
31661
31845
  }
31662
-
31663
- .hedm4pz {
31664
- font-family: Inter;
31665
- font-style: normal;
31666
- font-weight: normal;
31667
- font-size: 14px;
31668
- line-height: 20px;
31846
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31847
+ line-height: 0px;
31669
31848
  }
31670
-
31671
- .h1kd8xld {
31672
- font-family: Inter;
31673
- font-style: normal;
31674
- font-weight: bold;
31675
- font-size: 12px;
31676
- line-height: 18px;
31849
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31850
+ padding-right: 25px;
31677
31851
  }
31678
-
31679
- .hp14fr {
31680
- font-family: Inter;
31681
- font-style: normal;
31682
- font-weight: normal;
31683
- font-size: 12px;
31684
- line-height: 18px;
31852
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31853
+ border-top-color: transparent;
31685
31854
  }
31686
-
31687
- .hgrg7mn {
31688
- font-family: Inter;
31689
- font-style: normal;
31690
- font-weight: bold;
31691
- text-transform: uppercase;
31692
- font-feature-settings: "cpsp" on;
31693
- font-size: 12px;
31694
- line-height: 18px;
31855
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31856
+ background: rgba(225, 230, 241, 0.6);
31857
+ border-color: transparent transparent white;
31695
31858
  }
31696
-
31697
- .h6zme9x {
31698
- font-family: Inter;
31699
- font-style: normal;
31700
- font-weight: normal;
31701
- text-transform: uppercase;
31702
- font-feature-settings: "cpsp" on;
31703
- font-size: 12px;
31704
- line-height: 18px;
31859
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31860
+ border-radius: 8px 0 0 8px;
31705
31861
  }
31706
-
31707
- .locjvsv {
31708
- font-family: Inter;
31709
- font-style: normal;
31710
- font-weight: normal;
31711
- font-size: 16px;
31712
- line-height: 24px;
31862
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31863
+ border-radius: 8px 0 0 8px;
31713
31864
  }
31714
-
31715
- .l13gi131 {
31716
- font-family: Inter;
31717
- font-style: normal;
31718
- font-weight: bold;
31719
- font-size: 16px;
31720
- line-height: 24px;
31865
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31866
+ content: "";
31867
+ width: 4px;
31868
+ top: -1px;
31869
+ bottom: -1px;
31870
+ background: white;
31721
31871
  }
31722
-
31723
- .l1ynemsu {
31724
- font-family: Inter;
31725
- font-style: normal;
31726
- font-weight: normal;
31727
- font-size: 16px;
31728
- line-height: 24px;
31872
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31873
+ border-radius: 0 8px 8px 0;
31729
31874
  }
31730
-
31731
- .l1cft1cx {
31732
- font-family: Inter;
31733
- font-style: normal;
31734
- font-weight: bold;
31735
- font-size: 16px;
31736
- line-height: 24px;
31875
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31876
+ border-radius: 0;
31877
+ background: white;
31878
+ border-top: none;
31737
31879
  }
31738
-
31739
- .l17tqc8p {
31740
- font-family: Inter;
31741
- font-style: normal;
31742
- font-weight: normal;
31743
- text-transform: uppercase;
31744
- font-feature-settings: "cpsp" on;
31745
- font-size: 16px;
31746
- line-height: 24px;
31880
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31881
+ border-top: 1px solid transparent;
31882
+ border-radius: 0 8px 8px 0;
31883
+ background: rgba(225, 230, 241, 0.6);
31747
31884
  }
31748
-
31749
- .l1j1e5w7 {
31750
- font-family: Inter;
31751
- font-style: normal;
31752
- font-weight: bold;
31753
- text-transform: uppercase;
31754
- font-feature-settings: "cpsp" on;
31755
- font-size: 16px;
31756
- line-height: 24px;
31885
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31886
+ background: white;
31887
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31757
31888
  }
31758
-
31759
- .l1gf91jb {
31760
- font-family: Inter;
31761
- font-style: normal;
31762
- font-weight: normal;
31763
- font-size: 14px;
31764
- line-height: 22px;
31889
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31890
+ display: flex;
31891
+ align-items: center;
31892
+ height: 100%;
31893
+ background: rgba(225, 230, 241, 0.6);
31765
31894
  }
31766
-
31767
- .lu7hlr6 {
31768
- font-family: Inter;
31769
- font-style: normal;
31770
- font-weight: 500;
31771
- font-size: 14px;
31772
- line-height: 22px;
31895
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31896
+ background: white;
31897
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31773
31898
  }
31774
-
31775
- .l3l3jf0 {
31776
- font-family: Inter;
31777
- font-style: normal;
31778
- font-weight: bold;
31779
- font-size: 14px;
31780
- line-height: 22px;
31899
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31900
+ display: flex;
31901
+ align-items: center;
31902
+ height: 100%;
31903
+ background: rgba(225, 230, 241, 0.6);
31781
31904
  }
31782
-
31783
- .l12j5nqp {
31784
- font-family: Inter;
31785
- font-style: normal;
31786
- font-weight: normal;
31787
- font-size: 14px;
31788
- line-height: 22px;
31905
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31906
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31789
31907
  }
31790
-
31791
- .l1tecqht {
31792
- font-family: Inter;
31793
- font-style: normal;
31794
- font-weight: bold;
31795
- font-size: 14px;
31796
- line-height: 22px;
31908
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31909
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31910
+ border-radius: 8px;
31797
31911
  }
31798
-
31799
- .l6sa990 {
31800
- font-family: Inter;
31801
- font-style: normal;
31802
- font-weight: normal;
31803
- text-transform: uppercase;
31804
- font-feature-settings: "cpsp" on;
31805
- font-size: 14px;
31806
- line-height: 22px;
31912
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31913
+ border-top-color: white;
31807
31914
  }
31808
-
31809
- .lckqe8j {
31810
- font-family: Inter;
31811
- font-style: normal;
31812
- font-weight: bold;
31813
- text-transform: uppercase;
31814
- font-feature-settings: "cpsp" on;
31815
- font-size: 14px;
31816
- line-height: 22px;
31915
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31916
+ background: rgba(0, 136, 255, 0.1);
31917
+ border-bottom-color: transparent;
31918
+ border-top-color: transparent;
31817
31919
  }
31818
-
31819
- .l1kuminb {
31820
- font-family: Inter;
31821
- font-style: normal;
31822
- font-weight: normal;
31823
- font-size: 13px;
31824
- line-height: 20px;
31920
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31921
+ border-radius: 8px 0 0 8px;
31825
31922
  }
31826
-
31827
- .l1pbuf5j {
31828
- font-family: Inter;
31829
- font-style: normal;
31830
- font-weight: 600;
31831
- font-size: 13px;
31832
- line-height: 20px;
31923
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31924
+ border-radius: 0 8px 8px 0;
31833
31925
  }
31834
-
31835
- .l1r4ztu {
31836
- font-family: Inter;
31837
- font-style: normal;
31838
- font-weight: bold;
31839
- font-size: 13px;
31840
- line-height: 20px;
31926
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31927
+ background: rgba(0, 136, 255, 0.1);
31841
31928
  }
31842
-
31843
- .ly8vzok {
31844
- font-family: Inter;
31845
- font-style: normal;
31846
- font-weight: normal;
31847
- font-size: 13px;
31848
- line-height: 20px;
31929
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31930
+ background: #fff;
31931
+ font-weight: 400;
31932
+ position: relative;
31933
+ border-bottom: none;
31934
+ color: #00122e;
31935
+ transition: none;
31936
+ padding: 15px 8px 15px 8px;
31849
31937
  }
31850
-
31851
- .lumfmf {
31852
- font-family: Inter;
31853
- font-style: normal;
31854
- font-weight: 600;
31855
- font-size: 13px;
31856
- line-height: 20px;
31938
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31939
+ content: "";
31940
+ width: 1px;
31941
+ top: 0;
31942
+ bottom: 0;
31943
+ background: rgba(211, 218, 235, 0.6);
31944
+ position: absolute;
31945
+ right: 0;
31857
31946
  }
31858
-
31859
- .l16ujwmv {
31860
- font-family: Inter;
31861
- font-style: normal;
31862
- font-weight: bold;
31863
- font-size: 13px;
31864
- line-height: 20px;
31947
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31948
+ padding: unset;
31865
31949
  }
31866
-
31867
- .l17o1ffr {
31868
- font-family: Inter;
31869
- font-style: normal;
31870
- font-weight: normal;
31871
- text-transform: uppercase;
31872
- font-feature-settings: "cpsp" on;
31873
- font-size: 13px;
31874
- line-height: 20px;
31950
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31951
+ display: none;
31875
31952
  }
31876
-
31877
- .lngllvn {
31878
- font-family: Inter;
31879
- font-style: normal;
31880
- font-weight: bold;
31881
- text-transform: uppercase;
31882
- font-feature-settings: "cpsp" on;
31883
- font-size: 13px;
31884
- line-height: 20px;
31953
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31954
+ width: 100%;
31955
+ overflow: hidden;
31956
+ white-space: nowrap;
31957
+ text-overflow: ellipsis;
31885
31958
  }
31886
-
31887
- .l2i7fo9 {
31888
- font-family: Inter;
31889
- font-style: normal;
31890
- font-weight: normal;
31891
- font-size: 12px;
31892
- line-height: 18px;
31959
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31960
+ overflow: hidden;
31961
+ text-overflow: ellipsis;
31962
+ flex: 1;
31893
31963
  }
31894
-
31895
- .l1x7hscx {
31896
- font-family: Inter;
31897
- font-style: normal;
31898
- font-weight: 500;
31899
- font-size: 12px;
31900
- line-height: 18px;
31964
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31965
+ padding: 15px 25px 15px 8px;
31901
31966
  }
31902
-
31903
- .le1jwan {
31904
- font-family: Inter;
31905
- font-style: normal;
31906
- font-weight: bold;
31907
- font-size: 12px;
31908
- line-height: 18px;
31967
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31968
+ padding: 0;
31909
31969
  }
31910
-
31911
- .lyxynfj {
31912
- font-family: Inter;
31913
- font-style: normal;
31914
- font-weight: normal;
31915
- font-size: 12px;
31916
- line-height: 18px;
31970
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31971
+ position: absolute;
31972
+ right: 6px;
31973
+ top: 50%;
31974
+ transform: translateY(-50%);
31975
+ height: 16px;
31976
+ display: none;
31977
+ transition: transform 320ms ease;
31917
31978
  }
31918
-
31919
- .lpb2nxv {
31920
- font-family: Inter;
31921
- font-style: normal;
31922
- font-weight: 500;
31923
- font-size: 12px;
31924
- line-height: 18px;
31979
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31980
+ display: block;
31981
+ transform: translateY(-50%) rotateX(180deg);
31925
31982
  }
31926
-
31927
- .l1r8o3vv {
31928
- font-family: Inter;
31929
- font-style: normal;
31930
- font-weight: bold;
31931
- font-size: 12px;
31932
- line-height: 18px;
31983
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31984
+ display: block;
31933
31985
  }
31934
-
31935
- .lemnjy2 {
31936
- font-family: Inter;
31937
- font-style: normal;
31938
- font-weight: normal;
31939
- text-transform: uppercase;
31940
- font-feature-settings: "cpsp" on;
31941
- font-size: 12px;
31942
- line-height: 18px;
31986
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31987
+ display: none;
31943
31988
  }
31944
-
31945
- .lrc42gb {
31946
- font-family: Inter;
31947
- font-style: normal;
31948
- font-weight: bold;
31949
- text-transform: uppercase;
31950
- font-feature-settings: "cpsp" on;
31951
- font-size: 12px;
31952
- line-height: 18px;
31989
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31990
+ transform: translateY(-50%);
31953
31991
  }
31954
-
31955
- .fqaz4mb {
31956
- font-family: Inter;
31957
- font-style: normal;
31958
- font-weight: normal;
31959
- font-size: 13px;
31960
- line-height: 20px;
31992
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31993
+ transform: translateY(-50%) rotateX(180deg);
31961
31994
  }
31962
-
31963
- .f13we5o {
31964
- font-family: Inter;
31965
- font-style: normal;
31966
- font-weight: normal;
31967
- font-size: 13px;
31968
- line-height: 20px;
31995
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31996
+ background: #f2f5fa;
31969
31997
  }
31970
-
31971
- .ffmjua2 {
31972
- font-family: Inter;
31973
- font-style: normal;
31974
- font-weight: normal;
31975
- font-size: 12px;
31976
- line-height: 18px;
31998
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31999
+ display: block;
31977
32000
  }
31978
-
31979
- .fz2mxw0 {
31980
- font-family: Inter;
31981
- font-style: normal;
31982
- font-weight: normal;
31983
- font-size: 12px;
31984
- line-height: 18px;
32001
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
32002
+ padding-right: 25px;
31985
32003
  }
31986
-
31987
- .t1ertzoh {
31988
- font-family: Inter;
31989
- font-style: normal;
31990
- font-weight: normal;
31991
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31992
- font-size: 13px;
31993
- line-height: 20px;
32004
+ .tta5kd2 .ant-table .ant-table-selection-column {
32005
+ padding: 0 !important;
31994
32006
  }
31995
-
31996
- .t19bge8r {
31997
- font-family: Inter;
31998
- font-style: normal;
31999
- font-weight: normal;
32000
- font-feature-settings: "zero" on;
32001
- font-size: 13px;
32002
- line-height: 20px;
32007
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
32008
+ position: absolute;
32009
+ left: 50%;
32010
+ top: 50%;
32011
+ transform: translate(-50%, -50%);
32003
32012
  }
32004
-
32005
- .tjrzfyl {
32006
- font-family: Inter;
32007
- font-style: normal;
32008
- font-weight: normal;
32009
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32010
- font-size: 12px;
32011
- line-height: 18px;
32013
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
32014
+ display: none;
32012
32015
  }
32013
-
32014
- .tm6s7bo {
32015
- font-family: Inter;
32016
- font-style: normal;
32017
- font-weight: 500;
32018
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32019
- font-size: 12px;
32020
- line-height: 18px;
32016
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
32017
+ background: #fff;
32021
32018
  }
32022
-
32023
- .t19zq6ic {
32024
- font-family: Inter;
32025
- font-style: normal;
32026
- font-weight: normal;
32027
- font-feature-settings: "zero" on;
32028
- font-size: 12px;
32029
- line-height: 18px;
32019
+ .tta5kd2 .ant-table .ant-table-placeholder {
32020
+ background: inherit;
32030
32021
  }
32031
-
32032
- .t1gduru8 {
32033
- font-family: Inter;
32034
- font-style: normal;
32035
- font-weight: 500;
32036
- font-feature-settings: "zero" on;
32037
- font-size: 12px;
32038
- line-height: 18px;
32022
+ .tta5kd2 .ant-table .ant-table-placeholder td {
32023
+ position: static;
32024
+ border: none;
32025
+ background: inherit !important;
32026
+ height: 100px;
32027
+ vertical-align: middle;
32039
32028
  }
32040
-
32041
- .t55raab {
32042
- font-family: Inter;
32043
- font-style: normal;
32029
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
32030
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
32044
32031
  font-weight: bold;
32045
- font-feature-settings: "zero" on;
32046
- font-size: 16px;
32047
- line-height: 24px;
32032
+ font-size: 20px;
32033
+ color: rgba(10, 37, 85, 0.6);
32034
+ }
32035
+ .tta5kd2 .ant-table td.cell__action_ {
32036
+ padding: 0 !important;
32037
+ position: relative;
32038
+ background: #fff;
32039
+ }
32040
+ .tta5kd2 .ant-table td.cell__action_ > * {
32041
+ height: 100%;
32042
+ display: flex;
32043
+ align-items: center;
32044
+ justify-content: flex-end;
32045
+ padding-right: 8px;
32048
32046
  }
32049
-
32050
- .u1w9abfe {
32051
- font-family: Inter;
32052
- font-style: normal;
32053
- font-weight: normal;
32054
- font-size: 10px;
32055
- line-height: 12px;
32047
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
32048
+ width: 24px;
32049
+ height: 24px;
32050
+ cursor: pointer;
32051
+ justify-content: center;
32052
+ border-radius: 4px;
32053
+ }
32054
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
32055
+ background: #fff;
32056
32056
  }
32057
32057
 
32058
32058
  .m15dvk92 {
@@ -32168,6 +32168,10 @@ input.rrg1fkn.ant-input {
32168
32168
  cursor: default;
32169
32169
  }
32170
32170
 
32171
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32172
+ display: flex;
32173
+ }
32174
+
32171
32175
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32172
32176
  border-radius: 6px;
32173
32177
  }
@@ -32225,20 +32229,6 @@ input.rrg1fkn.ant-input {
32225
32229
  transform: rotate(180deg);
32226
32230
  }
32227
32231
 
32228
- .iiqau4c.ant-input-group.ant-input-group-compact {
32229
- display: flex;
32230
- }
32231
-
32232
- .igz4le8 {
32233
- height: 24px;
32234
- width: 56px !important;
32235
- margin-right: 4px;
32236
- }
32237
-
32238
- .c1riexje {
32239
- color: rgba(44, 56, 82, 0.6);
32240
- }
32241
-
32242
32232
  .s14dk8r1 {
32243
32233
  margin: 0;
32244
32234
  border-radius: 20px;
@@ -32313,6 +32303,16 @@ input.rrg1fkn.ant-input {
32313
32303
  display: inline-block;
32314
32304
  }
32315
32305
 
32306
+ .igz4le8 {
32307
+ height: 24px;
32308
+ width: 56px !important;
32309
+ margin-right: 4px;
32310
+ }
32311
+
32312
+ .c1riexje {
32313
+ color: rgba(44, 56, 82, 0.6);
32314
+ }
32315
+
32316
32316
  .t19ustft .date {
32317
32317
  margin-right: 4px;
32318
32318
  }
@@ -32478,6 +32478,36 @@ input.rrg1fkn.ant-input {
32478
32478
  margin-left: 8px;
32479
32479
  }
32480
32480
 
32481
+ .t1gz6wqf {
32482
+ height: 100%;
32483
+ }
32484
+ .t1gz6wqf .table-loading-item {
32485
+ padding: 12px 4px;
32486
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32487
+ display: flex;
32488
+ }
32489
+ .t1gz6wqf .table-loading-item > * {
32490
+ height: 16px;
32491
+ margin: 4px;
32492
+ background: rgba(204, 212, 227, 0.18);
32493
+ border-radius: 2px;
32494
+ }
32495
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32496
+ width: 16px;
32497
+ }
32498
+ .t1gz6wqf .table-loading-item .td-loading {
32499
+ flex: 1;
32500
+ }
32501
+ .t1gz6wqf :nth-child(1) {
32502
+ padding: 8px 4px;
32503
+ }
32504
+ .t1gz6wqf :nth-child(1) > * {
32505
+ background: rgba(107, 125, 153, 0.18);
32506
+ }
32507
+ .t1gz6wqf :nth-child(1) > * {
32508
+ background: rgba(163, 180, 204, 0.18);
32509
+ }
32510
+
32481
32511
  .s1uupxds {
32482
32512
  padding: 0 8px;
32483
32513
  border-radius: 4px;
@@ -32560,15 +32590,6 @@ input.rrg1fkn.ant-input {
32560
32590
  background-color: #7E41FF;
32561
32591
  }
32562
32592
 
32563
- .o8ocss1 {
32564
- overflow: hidden;
32565
- text-overflow: ellipsis;
32566
- }
32567
-
32568
- .n17syc35 {
32569
- white-space: nowrap;
32570
- }
32571
-
32572
32593
  .n3qomhu {
32573
32594
  font-size: 90%;
32574
32595
  font-weight: bold;
@@ -32766,34 +32787,13 @@ input.rrg1fkn.ant-input {
32766
32787
  justify-content: center;
32767
32788
  }
32768
32789
 
32769
- .t1gz6wqf {
32770
- height: 100%;
32771
- }
32772
- .t1gz6wqf .table-loading-item {
32773
- padding: 12px 4px;
32774
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32775
- display: flex;
32776
- }
32777
- .t1gz6wqf .table-loading-item > * {
32778
- height: 16px;
32779
- margin: 4px;
32780
- background: rgba(204, 212, 227, 0.18);
32781
- border-radius: 2px;
32782
- }
32783
- .t1gz6wqf .table-loading-item .checkbox-loading {
32784
- width: 16px;
32785
- }
32786
- .t1gz6wqf .table-loading-item .td-loading {
32787
- flex: 1;
32788
- }
32789
- .t1gz6wqf :nth-child(1) {
32790
- padding: 8px 4px;
32791
- }
32792
- .t1gz6wqf :nth-child(1) > * {
32793
- background: rgba(107, 125, 153, 0.18);
32790
+ .o8ocss1 {
32791
+ overflow: hidden;
32792
+ text-overflow: ellipsis;
32794
32793
  }
32795
- .t1gz6wqf :nth-child(1) > * {
32796
- background: rgba(163, 180, 204, 0.18);
32794
+
32795
+ .n17syc35 {
32796
+ white-space: nowrap;
32797
32797
  }
32798
32798
 
32799
32799
  .c1k4vanq {
@@ -32856,6 +32856,54 @@ input.rrg1fkn.ant-input {
32856
32856
  margin-right: 6px;
32857
32857
  }
32858
32858
 
32859
+ .f1p9ti6d {
32860
+ width: 100%;
32861
+ margin-bottom: 0 !important;
32862
+ flex-flow: nowrap !important;
32863
+ line-break: auto;
32864
+ }
32865
+ .f1p9ti6d > .ant-form-item-label {
32866
+ text-align: left !important;
32867
+ padding-bottom: 0 !important;
32868
+ }
32869
+ .f1p9ti6d > .ant-form-item-label > label {
32870
+ min-height: 32px;
32871
+ height: auto;
32872
+ font-size: 13px;
32873
+ color: rgba(44, 56, 82, 0.6);
32874
+ white-space: normal;
32875
+ }
32876
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
32877
+ border-color: #ff4d4f !important;
32878
+ }
32879
+ .f1p9ti6d .ant-form-item-explain {
32880
+ margin-top: 4px;
32881
+ font-size: 12px;
32882
+ min-height: 0px;
32883
+ }
32884
+ .f1p9ti6d .ant-form-item-extra {
32885
+ font-size: 12px;
32886
+ color: rgba(44, 56, 82, 0.6);
32887
+ min-height: 0px;
32888
+ }
32889
+
32890
+ .bab9xum {
32891
+ 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);
32892
+ }
32893
+
32894
+ .cav4gt6 {
32895
+ border-radius: 8px;
32896
+ background-color: white;
32897
+ }
32898
+ .cav4gt6.hoverable {
32899
+ cursor: pointer;
32900
+ }
32901
+ .cav4gt6.hoverable:hover {
32902
+ transition: all 200ms ease;
32903
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32904
+ transform: translateY(-4px);
32905
+ }
32906
+
32859
32907
  .tc40oxa {
32860
32908
  margin-bottom: 4px;
32861
32909
  color: rgba(44, 56, 82, 0.6);
@@ -33049,54 +33097,6 @@ input.rrg1fkn.ant-input {
33049
33097
  margin-right: 8px;
33050
33098
  }
33051
33099
 
33052
- .bab9xum {
33053
- 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);
33054
- }
33055
-
33056
- .cav4gt6 {
33057
- border-radius: 8px;
33058
- background-color: white;
33059
- }
33060
- .cav4gt6.hoverable {
33061
- cursor: pointer;
33062
- }
33063
- .cav4gt6.hoverable:hover {
33064
- transition: all 200ms ease;
33065
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33066
- transform: translateY(-4px);
33067
- }
33068
-
33069
- .f1p9ti6d {
33070
- width: 100%;
33071
- margin-bottom: 0 !important;
33072
- flex-flow: nowrap !important;
33073
- line-break: auto;
33074
- }
33075
- .f1p9ti6d > .ant-form-item-label {
33076
- text-align: left !important;
33077
- padding-bottom: 0 !important;
33078
- }
33079
- .f1p9ti6d > .ant-form-item-label > label {
33080
- min-height: 32px;
33081
- height: auto;
33082
- font-size: 13px;
33083
- color: rgba(44, 56, 82, 0.6);
33084
- white-space: normal;
33085
- }
33086
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33087
- border-color: #ff4d4f !important;
33088
- }
33089
- .f1p9ti6d .ant-form-item-explain {
33090
- margin-top: 4px;
33091
- font-size: 12px;
33092
- min-height: 0px;
33093
- }
33094
- .f1p9ti6d .ant-form-item-extra {
33095
- font-size: 12px;
33096
- color: rgba(44, 56, 82, 0.6);
33097
- min-height: 0px;
33098
- }
33099
-
33100
33100
  .w1xcixj5.outside-tag {
33101
33101
  padding-left: 0;
33102
33102
  }
@@ -33180,6 +33180,25 @@ input.rrg1fkn.ant-input {
33180
33180
  font-size: inherit;
33181
33181
  }
33182
33182
 
33183
+ .feau332.ant-form-item {
33184
+ margin-bottom: 0;
33185
+ }
33186
+ .feau332 .ant-form-item-explain {
33187
+ display: none;
33188
+ min-height: 18px;
33189
+ margin-top: 5px;
33190
+ font-family: "Inter";
33191
+ font-weight: 400;
33192
+ font-size: 12px;
33193
+ line-height: 18px;
33194
+ }
33195
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33196
+ white-space: pre-wrap;
33197
+ }
33198
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33199
+ display: block;
33200
+ }
33201
+
33183
33202
  .a6dbbkm .ant-input-number-handler-wrap {
33184
33203
  display: var(--a6dbbkm-0);
33185
33204
  }
@@ -33209,23 +33228,4 @@ input.rrg1fkn.ant-input {
33209
33228
  margin: 0;
33210
33229
  height: auto;
33211
33230
  font-size: inherit;
33212
- }
33213
-
33214
- .feau332.ant-form-item {
33215
- margin-bottom: 0;
33216
- }
33217
- .feau332 .ant-form-item-explain {
33218
- display: none;
33219
- min-height: 18px;
33220
- margin-top: 5px;
33221
- font-family: "Inter";
33222
- font-weight: 400;
33223
- font-size: 12px;
33224
- line-height: 18px;
33225
- }
33226
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33227
- white-space: pre-wrap;
33228
- }
33229
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33230
- display: block;
33231
33231
  }