@cloudtower/eagle 0.26.16 → 0.26.17

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
@@ -30260,6 +30260,63 @@ html body {
30260
30260
  position: absolute;
30261
30261
  }
30262
30262
 
30263
+ .p12gwtiw {
30264
+ display: flex;
30265
+ justify-content: space-between;
30266
+ align-items: center;
30267
+ padding: 10px 0;
30268
+ color: rgba(44, 56, 82, 0.6);
30269
+ font-size: 12px;
30270
+ line-height: 24px;
30271
+ }
30272
+ .p12gwtiw .pagination-left {
30273
+ padding: 2px 8px;
30274
+ }
30275
+ .p12gwtiw .dropdown-trigger {
30276
+ display: flex;
30277
+ align-items: center;
30278
+ border-radius: 6px;
30279
+ cursor: pointer;
30280
+ transition: all 0.3s ease;
30281
+ }
30282
+ .p12gwtiw .dropdown-trigger:hover {
30283
+ background: rgba(211, 218, 235, 0.6);
30284
+ color: #0080ff;
30285
+ }
30286
+ .p12gwtiw .dropdown-trigger .icon-inner {
30287
+ margin-left: 4px;
30288
+ }
30289
+ .p12gwtiw .pagination-right {
30290
+ display: flex;
30291
+ align-items: center;
30292
+ color: #0080ff;
30293
+ font-weight: bold;
30294
+ }
30295
+ .p12gwtiw .pagination-right .icon-inner {
30296
+ margin-left: 4px;
30297
+ }
30298
+ .p12gwtiw .pagination-right .prev-btn,
30299
+ .p12gwtiw .pagination-right .next-btn {
30300
+ padding: 0 8px;
30301
+ }
30302
+ .p12gwtiw .pagination-right .prev-btn > span,
30303
+ .p12gwtiw .pagination-right .next-btn > span {
30304
+ color: #0080ff;
30305
+ }
30306
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30307
+ transform: rotate(180deg);
30308
+ }
30309
+
30310
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30311
+ max-height: calc(100vh - 128px);
30312
+ overflow-y: auto;
30313
+ }
30314
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30315
+ padding: 4px 20px;
30316
+ font-size: 12px;
30317
+ line-height: 18px;
30318
+ }
30319
+
30263
30320
  .rxbeqvl.ant-radio-wrapper {
30264
30321
  display: inline-flex;
30265
30322
  align-items: baseline;
@@ -30406,146 +30463,6 @@ html body {
30406
30463
  width: 36px;
30407
30464
  }
30408
30465
 
30409
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
30410
- flex-direction: row;
30411
- justify-content: stretch;
30412
- }
30413
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
30414
- padding: 0;
30415
- margin-right: 4px;
30416
- flex: 1;
30417
- overflow: visible;
30418
- }
30419
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
30420
- display: none;
30421
- }
30422
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
30423
- width: 100%;
30424
- min-height: unset;
30425
- }
30426
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
30427
- height: 26px;
30428
- line-height: 26px;
30429
- width: 100%;
30430
- text-align: center;
30431
- padding: 0;
30432
- font-size: 12px;
30433
- font-weight: normal;
30434
- }
30435
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
30436
- margin-right: 10px;
30437
- }
30438
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
30439
- display: none;
30440
- }
30441
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
30442
- border-radius: 4px 0 0 4px;
30443
- }
30444
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
30445
- margin-right: 0;
30446
- }
30447
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
30448
- border-radius: 0 4px 4px 0;
30449
- }
30450
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
30451
- content: "";
30452
- width: 0;
30453
- height: 0;
30454
- border: 13px solid transparent;
30455
- position: absolute;
30456
- top: 0;
30457
- border-left: 8px solid rgba(237, 241, 250, 0.6);
30458
- right: -21px;
30459
- z-index: 2;
30460
- }
30461
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
30462
- content: "";
30463
- width: 0;
30464
- height: 0;
30465
- border: 13px solid transparent;
30466
- position: absolute;
30467
- top: 0;
30468
- border-left: 8px solid #fff;
30469
- left: 0;
30470
- }
30471
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
30472
- background-color: rgba(0, 136, 255, 0.1);
30473
- }
30474
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
30475
- border-left-color: rgba(0, 136, 255, 0.1) !important;
30476
- }
30477
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
30478
- color: #005ed1;
30479
- }
30480
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
30481
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
30482
- background-color: rgba(237, 241, 250, 0.6);
30483
- }
30484
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
30485
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
30486
- color: rgba(44, 56, 82, 0.6);
30487
- }
30488
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
30489
- padding: 0;
30490
- }
30491
-
30492
- .p12gwtiw {
30493
- display: flex;
30494
- justify-content: space-between;
30495
- align-items: center;
30496
- padding: 10px 0;
30497
- color: rgba(44, 56, 82, 0.6);
30498
- font-size: 12px;
30499
- line-height: 24px;
30500
- }
30501
- .p12gwtiw .pagination-left {
30502
- padding: 2px 8px;
30503
- }
30504
- .p12gwtiw .dropdown-trigger {
30505
- display: flex;
30506
- align-items: center;
30507
- border-radius: 6px;
30508
- cursor: pointer;
30509
- transition: all 0.3s ease;
30510
- }
30511
- .p12gwtiw .dropdown-trigger:hover {
30512
- background: rgba(211, 218, 235, 0.6);
30513
- color: #0080ff;
30514
- }
30515
- .p12gwtiw .dropdown-trigger .icon-inner {
30516
- margin-left: 4px;
30517
- }
30518
- .p12gwtiw .pagination-right {
30519
- display: flex;
30520
- align-items: center;
30521
- color: #0080ff;
30522
- font-weight: bold;
30523
- }
30524
- .p12gwtiw .pagination-right .icon-inner {
30525
- margin-left: 4px;
30526
- }
30527
- .p12gwtiw .pagination-right .prev-btn,
30528
- .p12gwtiw .pagination-right .next-btn {
30529
- padding: 0 8px;
30530
- }
30531
- .p12gwtiw .pagination-right .prev-btn > span,
30532
- .p12gwtiw .pagination-right .next-btn > span {
30533
- color: #0080ff;
30534
- }
30535
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30536
- transform: rotate(180deg);
30537
- }
30538
-
30539
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30540
- max-height: calc(100vh - 128px);
30541
- overflow-y: auto;
30542
- }
30543
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30544
- padding: 4px 20px;
30545
- font-size: 12px;
30546
- line-height: 18px;
30547
- }
30548
-
30549
30466
  .cz04yix {
30550
30467
  display: flex;
30551
30468
  flex-direction: column;
@@ -31266,928 +31183,1011 @@ input.rrg1fkn.ant-input {
31266
31183
  margin-left: 5px;
31267
31184
  }
31268
31185
 
31269
- .s1fc623g {
31270
- width: 430px !important;
31271
- }
31272
-
31273
- .da3mx0o .ant-select-item-group {
31274
- padding: 8px 16px;
31275
- line-height: 18px;
31276
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31277
- height: 34px;
31278
- min-height: 34px;
31279
- box-sizing: border-box;
31280
- margin-top: 8px;
31186
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
31187
+ flex-direction: row;
31188
+ justify-content: stretch;
31281
31189
  }
31282
-
31283
- .onr9gzt {
31284
- display: flex;
31285
- flex-direction: column;
31286
- margin: 1px 8px;
31287
- padding: 8px;
31288
- border-radius: 4px;
31190
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
31191
+ padding: 0;
31192
+ margin-right: 4px;
31193
+ flex: 1;
31194
+ overflow: visible;
31289
31195
  }
31290
- .onr9gzt .selected-icon {
31196
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
31291
31197
  display: none;
31292
31198
  }
31293
- .onr9gzt.ant-select-item-option-grouped {
31294
- padding-left: 8px;
31295
- }
31296
- .onr9gzt.ant-select-item-option-selected {
31297
- background-color: white;
31199
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
31200
+ width: 100%;
31201
+ min-height: unset;
31298
31202
  }
31299
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31300
- color: #0080ff;
31203
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
31204
+ height: 26px;
31205
+ line-height: 26px;
31206
+ width: 100%;
31207
+ text-align: center;
31208
+ padding: 0;
31209
+ font-size: 12px;
31210
+ font-weight: normal;
31301
31211
  }
31302
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31303
- display: block;
31212
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
31213
+ margin-right: 10px;
31304
31214
  }
31305
- .onr9gzt.ant-select-item-option-active {
31306
- background: rgba(0, 136, 255, 0.16);
31215
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
31216
+ display: none;
31307
31217
  }
31308
- .onr9gzt.ant-select-item-option-active .timezone-title {
31309
- color: #0080ff;
31218
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
31219
+ border-radius: 4px 0 0 4px;
31310
31220
  }
31311
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31312
- background: rgba(0, 136, 255, 0.1);
31313
- color: #0080ff;
31221
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
31222
+ margin-right: 0;
31314
31223
  }
31315
-
31316
- .oiy0apc {
31317
- display: flex;
31318
- justify-content: space-between;
31319
- height: 20px;
31320
- line-height: 20px;
31224
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
31225
+ border-radius: 0 4px 4px 0;
31321
31226
  }
31322
- .oiy0apc .timezone-title {
31323
- color: #2d3a56;
31324
- overflow: hidden;
31325
- text-overflow: ellipsis;
31227
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
31228
+ content: "";
31229
+ width: 0;
31230
+ height: 0;
31231
+ border: 13px solid transparent;
31232
+ position: absolute;
31233
+ top: 0;
31234
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
31235
+ right: -21px;
31236
+ z-index: 2;
31326
31237
  }
31327
-
31328
- .of4y382 {
31329
- display: flex;
31330
- justify-content: space-between;
31331
- color: rgba(44, 56, 82, 0.6);
31332
- height: 18px;
31333
- line-height: 18px;
31334
- margin-top: 2px;
31238
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
31239
+ content: "";
31240
+ width: 0;
31241
+ height: 0;
31242
+ border: 13px solid transparent;
31243
+ position: absolute;
31244
+ top: 0;
31245
+ border-left: 8px solid #fff;
31246
+ left: 0;
31335
31247
  }
31336
-
31337
- .t19903l9 {
31338
- border: none;
31339
- margin-right: 0;
31340
- background: rgba(225, 230, 241, 0.6);
31248
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
31249
+ background-color: rgba(0, 136, 255, 0.1);
31341
31250
  }
31342
-
31343
- .ohwbvxu {
31344
- pointer-events: none;
31345
- height: 32px;
31346
- width: 100%;
31347
- opacity: 0;
31251
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
31252
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
31348
31253
  }
31349
-
31350
- .d6j0lbj {
31351
- font-family: Inter;
31352
- font-style: normal;
31353
- font-weight: bold;
31354
- font-size: 32px;
31355
- line-height: 40px;
31254
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
31255
+ color: #005ed1;
31356
31256
  }
31357
-
31358
- .d1xhvvxe {
31359
- font-family: Inter;
31360
- font-style: normal;
31361
- font-weight: bold;
31362
- font-size: 24px;
31363
- line-height: 32px;
31257
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
31258
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
31259
+ background-color: rgba(237, 241, 250, 0.6);
31364
31260
  }
31365
-
31366
- .dk10mxq {
31367
- font-family: Inter;
31368
- font-style: normal;
31369
- font-weight: normal;
31370
- font-size: 32px;
31371
- line-height: 40px;
31261
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
31262
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
31263
+ color: rgba(44, 56, 82, 0.6);
31372
31264
  }
31373
-
31374
- .dxsait {
31375
- font-family: Inter;
31376
- font-style: normal;
31377
- font-weight: bold;
31378
- font-size: 20px;
31379
- line-height: 24px;
31265
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
31266
+ padding: 0;
31380
31267
  }
31381
31268
 
31382
- .dokn0h3 {
31383
- font-family: Inter;
31384
- font-style: normal;
31385
- font-weight: normal;
31386
- font-size: 20px;
31387
- line-height: 24px;
31269
+ .t1upn1sz {
31270
+ height: 100%;
31388
31271
  }
31389
31272
 
31390
- .dobau4p {
31391
- font-family: Inter;
31392
- font-style: normal;
31393
- font-weight: bold;
31394
- font-size: 18px;
31395
- line-height: 22px;
31273
+ .tta5kd2 {
31274
+ height: 100%;
31396
31275
  }
31397
-
31398
- .dvolwok {
31399
- font-family: Inter;
31400
- font-style: normal;
31401
- font-weight: normal;
31402
- font-size: 18px;
31403
- line-height: 22px;
31276
+ .tta5kd2.empty-table .ant-table-content {
31277
+ overflow: visible !important;
31278
+ height: 100%;
31404
31279
  }
31405
-
31406
- .h181qhg4 {
31407
- font-family: Inter;
31408
- font-style: normal;
31409
- font-weight: bold;
31410
- font-size: 16px;
31411
- line-height: 22px;
31280
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31281
+ height: 100%;
31412
31282
  }
31413
-
31414
- .h1phgmcq {
31415
- font-family: Inter;
31416
- font-style: normal;
31417
- font-weight: normal;
31418
- font-size: 16px;
31419
- line-height: 22px;
31283
+ .tta5kd2.empty-table .ant-table-content table {
31284
+ width: 100% !important;
31285
+ height: 100%;
31420
31286
  }
31421
-
31422
- .h173xnl1 {
31423
- font-family: Inter;
31424
- font-style: normal;
31425
- font-weight: bold;
31426
- font-size: 14px;
31427
- line-height: 20px;
31287
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31288
+ padding: 15px 0;
31428
31289
  }
31429
-
31430
- .hedm4pz {
31431
- font-family: Inter;
31432
- font-style: normal;
31433
- font-weight: normal;
31434
- font-size: 14px;
31435
- line-height: 20px;
31290
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31291
+ display: none;
31436
31292
  }
31437
-
31438
- .h1kd8xld {
31439
- font-family: Inter;
31440
- font-style: normal;
31441
- font-weight: bold;
31442
- font-size: 12px;
31443
- line-height: 18px;
31293
+ .tta5kd2 .active-row td:nth-child(1) {
31294
+ font-weight: 700;
31444
31295
  }
31445
-
31446
- .hp14fr {
31447
- font-family: Inter;
31448
- font-style: normal;
31449
- font-weight: normal;
31450
- font-size: 12px;
31451
- line-height: 18px;
31296
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31297
+ font-weight: 700;
31452
31298
  }
31453
-
31454
- .hgrg7mn {
31455
- font-family: Inter;
31456
- font-style: normal;
31457
- font-weight: bold;
31458
- text-transform: uppercase;
31459
- font-feature-settings: "cpsp" on;
31460
- font-size: 12px;
31461
- line-height: 18px;
31299
+ .tta5kd2 .ant-spin-nested-loading {
31300
+ height: 100%;
31462
31301
  }
31463
-
31464
- .h6zme9x {
31465
- font-family: Inter;
31466
- font-style: normal;
31467
- font-weight: normal;
31468
- text-transform: uppercase;
31469
- font-feature-settings: "cpsp" on;
31470
- font-size: 12px;
31471
- line-height: 18px;
31302
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31303
+ height: 100%;
31304
+ overflow: visible;
31472
31305
  }
31473
-
31474
- .locjvsv {
31475
- font-family: Inter;
31476
- font-style: normal;
31477
- font-weight: normal;
31478
- font-size: 16px;
31479
- line-height: 24px;
31306
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31307
+ max-height: none;
31480
31308
  }
31481
-
31482
- .l13gi131 {
31483
- font-family: Inter;
31484
- font-style: normal;
31485
- font-weight: bold;
31486
- font-size: 16px;
31487
- line-height: 24px;
31309
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31310
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31311
+ display: none;
31488
31312
  }
31489
-
31490
- .l1ynemsu {
31491
- font-family: Inter;
31492
- font-style: normal;
31493
- font-weight: normal;
31494
- font-size: 16px;
31495
- line-height: 24px;
31313
+ .tta5kd2 td.ant-table-column-sort {
31314
+ background: transparent;
31496
31315
  }
31497
-
31498
- .l1cft1cx {
31499
- font-family: Inter;
31500
- font-style: normal;
31501
- font-weight: bold;
31502
- font-size: 16px;
31503
- line-height: 24px;
31316
+ .tta5kd2 td.ant-table-cell-fix-left,
31317
+ .tta5kd2 td.ant-table-cell-fix-right {
31318
+ background: #fff;
31319
+ padding: 0 !important;
31504
31320
  }
31505
-
31506
- .l17tqc8p {
31507
- font-family: Inter;
31508
- font-style: normal;
31509
- font-weight: normal;
31510
- text-transform: uppercase;
31511
- font-feature-settings: "cpsp" on;
31512
- font-size: 16px;
31513
- line-height: 24px;
31321
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31322
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31323
+ display: flex;
31324
+ align-items: center;
31325
+ height: 100%;
31326
+ padding: 8px;
31514
31327
  }
31515
-
31516
- .l1j1e5w7 {
31517
- font-family: Inter;
31518
- font-style: normal;
31519
- font-weight: bold;
31520
- text-transform: uppercase;
31521
- font-feature-settings: "cpsp" on;
31522
- font-size: 16px;
31523
- line-height: 24px;
31328
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31329
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31330
+ overflow: hidden;
31331
+ text-overflow: ellipsis;
31332
+ width: 100%;
31333
+ }
31334
+ .tta5kd2 .ant-table-container {
31335
+ height: 100%;
31336
+ }
31337
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31338
+ box-shadow: none !important;
31339
+ }
31340
+ .tta5kd2 .ant-table {
31341
+ border-radius: 0px;
31342
+ border-left: none;
31343
+ border-right: none;
31344
+ border-bottom: none;
31345
+ height: 100%;
31346
+ font-size: 12px;
31347
+ background: transparent;
31348
+ }
31349
+ .tta5kd2 .ant-table .ant-table-header {
31350
+ position: relative;
31351
+ z-index: 3;
31352
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31353
+ margin-bottom: -1px;
31354
+ }
31355
+ .tta5kd2 .ant-table .time-wrapper .data,
31356
+ .tta5kd2 .ant-table .value {
31357
+ color: #2d3a56;
31358
+ }
31359
+ .tta5kd2 .ant-table .time-wrapper .time,
31360
+ .tta5kd2 .ant-table .unit {
31361
+ color: rgba(44, 56, 82, 0.6);
31362
+ }
31363
+ .tta5kd2 .ant-table .ant-table-selection {
31364
+ position: unset;
31365
+ text-align: center;
31366
+ }
31367
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31368
+ background: #fff;
31369
+ }
31370
+ .tta5kd2 .ant-table .anticon-setting {
31371
+ cursor: pointer;
31372
+ position: absolute;
31373
+ top: 50%;
31374
+ right: 12px;
31375
+ transform: translateY(-50%);
31376
+ }
31377
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31378
+ box-shadow: none;
31379
+ width: 1px;
31380
+ background: rgba(213, 219, 227, 0.6);
31381
+ }
31382
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31383
+ box-shadow: none;
31384
+ width: 1px;
31385
+ background: rgba(213, 219, 227, 0.6);
31386
+ }
31387
+ .tta5kd2 .ant-table .ant-table-tbody {
31388
+ position: relative;
31389
+ }
31390
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31391
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31392
+ border-bottom: 1px solid white;
31393
+ height: 40px;
31394
+ vertical-align: middle;
31395
+ transition: background 0ms;
31396
+ color: #00122e;
31397
+ }
31398
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31399
+ background: #f2f5fa;
31400
+ border-bottom-color: #f2f5fa;
31401
+ }
31402
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31403
+ height: auto;
31404
+ color: #00122e;
31405
+ font-size: 12px;
31406
+ text-align: left;
31407
+ transition: none;
31408
+ overflow: hidden;
31409
+ text-overflow: ellipsis;
31410
+ white-space: nowrap;
31411
+ }
31412
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31413
+ color: #0096ff;
31414
+ }
31415
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31416
+ overflow: hidden;
31417
+ text-overflow: ellipsis;
31418
+ width: 100%;
31419
+ vertical-align: middle;
31420
+ }
31421
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31422
+ line-height: 0px;
31423
+ }
31424
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31425
+ padding-right: 25px;
31426
+ }
31427
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31428
+ border-top-color: transparent;
31429
+ }
31430
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31431
+ background: rgba(225, 230, 241, 0.6);
31432
+ border-color: transparent transparent white;
31433
+ }
31434
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31435
+ border-radius: 8px 0 0 8px;
31436
+ }
31437
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31438
+ border-radius: 8px 0 0 8px;
31439
+ }
31440
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31441
+ content: "";
31442
+ width: 4px;
31443
+ top: -1px;
31444
+ bottom: -1px;
31445
+ background: white;
31446
+ }
31447
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31448
+ border-radius: 0 8px 8px 0;
31449
+ }
31450
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31451
+ border-radius: 0;
31452
+ background: white;
31453
+ border-top: none;
31454
+ }
31455
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31456
+ border-top: 1px solid transparent;
31457
+ border-radius: 0 8px 8px 0;
31458
+ background: rgba(225, 230, 241, 0.6);
31459
+ }
31460
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31461
+ background: white;
31462
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31463
+ }
31464
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31465
+ display: flex;
31466
+ align-items: center;
31467
+ height: 100%;
31468
+ background: rgba(225, 230, 241, 0.6);
31469
+ }
31470
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31471
+ background: white;
31472
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31473
+ }
31474
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31475
+ display: flex;
31476
+ align-items: center;
31477
+ height: 100%;
31478
+ background: rgba(225, 230, 241, 0.6);
31479
+ }
31480
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31481
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31482
+ }
31483
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31484
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31485
+ border-radius: 8px;
31486
+ }
31487
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31488
+ border-top-color: white;
31489
+ }
31490
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31491
+ background: rgba(0, 136, 255, 0.1);
31492
+ border-bottom-color: transparent;
31493
+ border-top-color: transparent;
31494
+ }
31495
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31496
+ border-radius: 8px 0 0 8px;
31497
+ }
31498
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31499
+ border-radius: 0 8px 8px 0;
31500
+ }
31501
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31502
+ background: rgba(0, 136, 255, 0.1);
31503
+ }
31504
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31505
+ background: #fff;
31506
+ font-weight: 400;
31507
+ position: relative;
31508
+ border-bottom: none;
31509
+ color: #00122e;
31510
+ transition: none;
31511
+ padding: 15px 8px 15px 8px;
31512
+ }
31513
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31514
+ content: "";
31515
+ width: 1px;
31516
+ top: 0;
31517
+ bottom: 0;
31518
+ background: rgba(211, 218, 235, 0.6);
31519
+ position: absolute;
31520
+ right: 0;
31521
+ }
31522
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31523
+ padding: unset;
31524
+ }
31525
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31526
+ display: none;
31527
+ }
31528
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31529
+ width: 100%;
31530
+ overflow: hidden;
31531
+ white-space: nowrap;
31532
+ text-overflow: ellipsis;
31533
+ }
31534
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31535
+ overflow: hidden;
31536
+ text-overflow: ellipsis;
31537
+ flex: 1;
31538
+ }
31539
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31540
+ padding: 15px 25px 15px 8px;
31541
+ }
31542
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31543
+ padding: 0;
31544
+ }
31545
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31546
+ position: absolute;
31547
+ right: 6px;
31548
+ top: 50%;
31549
+ transform: translateY(-50%);
31550
+ height: 16px;
31551
+ display: none;
31552
+ transition: transform 320ms ease;
31553
+ }
31554
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31555
+ display: block;
31556
+ transform: translateY(-50%) rotateX(180deg);
31557
+ }
31558
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31559
+ display: block;
31560
+ }
31561
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31562
+ display: none;
31563
+ }
31564
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31565
+ transform: translateY(-50%);
31566
+ }
31567
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31568
+ transform: translateY(-50%) rotateX(180deg);
31569
+ }
31570
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31571
+ background: #f2f5fa;
31572
+ }
31573
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31574
+ display: block;
31575
+ }
31576
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31577
+ padding-right: 25px;
31578
+ }
31579
+ .tta5kd2 .ant-table .ant-table-selection-column {
31580
+ padding: 0 !important;
31581
+ }
31582
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31583
+ position: absolute;
31584
+ left: 50%;
31585
+ top: 50%;
31586
+ transform: translate(-50%, -50%);
31587
+ }
31588
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31589
+ display: none;
31590
+ }
31591
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31592
+ background: #fff;
31593
+ }
31594
+ .tta5kd2 .ant-table .ant-table-placeholder {
31595
+ background: inherit;
31596
+ }
31597
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31598
+ position: static;
31599
+ border: none;
31600
+ background: inherit !important;
31601
+ height: 100px;
31602
+ vertical-align: middle;
31603
+ }
31604
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31605
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31606
+ font-weight: bold;
31607
+ font-size: 20px;
31608
+ color: rgba(10, 37, 85, 0.6);
31524
31609
  }
31525
-
31526
- .l1gf91jb {
31527
- font-family: Inter;
31528
- font-style: normal;
31529
- font-weight: normal;
31530
- font-size: 14px;
31531
- line-height: 22px;
31610
+ .tta5kd2 .ant-table td.cell__action_ {
31611
+ padding: 0 !important;
31612
+ position: relative;
31613
+ background: #fff;
31532
31614
  }
31533
-
31534
- .lu7hlr6 {
31535
- font-family: Inter;
31536
- font-style: normal;
31537
- font-weight: 500;
31538
- font-size: 14px;
31539
- line-height: 22px;
31615
+ .tta5kd2 .ant-table td.cell__action_ > * {
31616
+ height: 100%;
31617
+ display: flex;
31618
+ align-items: center;
31619
+ justify-content: flex-end;
31620
+ padding-right: 8px;
31540
31621
  }
31541
-
31542
- .l3l3jf0 {
31543
- font-family: Inter;
31544
- font-style: normal;
31545
- font-weight: bold;
31546
- font-size: 14px;
31547
- line-height: 22px;
31622
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31623
+ width: 24px;
31624
+ height: 24px;
31625
+ cursor: pointer;
31626
+ justify-content: center;
31627
+ border-radius: 4px;
31548
31628
  }
31549
-
31550
- .l12j5nqp {
31551
- font-family: Inter;
31552
- font-style: normal;
31553
- font-weight: normal;
31554
- font-size: 14px;
31555
- line-height: 22px;
31629
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31630
+ background: #fff;
31556
31631
  }
31557
31632
 
31558
- .l1tecqht {
31559
- font-family: Inter;
31560
- font-style: normal;
31561
- font-weight: bold;
31562
- font-size: 14px;
31563
- line-height: 22px;
31633
+ .s1fc623g {
31634
+ width: 430px !important;
31564
31635
  }
31565
31636
 
31566
- .l6sa990 {
31567
- font-family: Inter;
31568
- font-style: normal;
31569
- font-weight: normal;
31570
- text-transform: uppercase;
31571
- font-feature-settings: "cpsp" on;
31572
- font-size: 14px;
31573
- line-height: 22px;
31637
+ .da3mx0o .ant-select-item-group {
31638
+ padding: 8px 16px;
31639
+ line-height: 18px;
31640
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31641
+ height: 34px;
31642
+ min-height: 34px;
31643
+ box-sizing: border-box;
31644
+ margin-top: 8px;
31574
31645
  }
31575
31646
 
31576
- .lckqe8j {
31577
- font-family: Inter;
31578
- font-style: normal;
31579
- font-weight: bold;
31580
- text-transform: uppercase;
31581
- font-feature-settings: "cpsp" on;
31582
- font-size: 14px;
31583
- line-height: 22px;
31647
+ .onr9gzt {
31648
+ display: flex;
31649
+ flex-direction: column;
31650
+ margin: 1px 8px;
31651
+ padding: 8px;
31652
+ border-radius: 4px;
31584
31653
  }
31585
-
31586
- .l1kuminb {
31587
- font-family: Inter;
31588
- font-style: normal;
31589
- font-weight: normal;
31590
- font-size: 13px;
31591
- line-height: 20px;
31654
+ .onr9gzt .selected-icon {
31655
+ display: none;
31592
31656
  }
31593
-
31594
- .l1pbuf5j {
31595
- font-family: Inter;
31596
- font-style: normal;
31597
- font-weight: 600;
31598
- font-size: 13px;
31599
- line-height: 20px;
31657
+ .onr9gzt.ant-select-item-option-grouped {
31658
+ padding-left: 8px;
31600
31659
  }
31601
-
31602
- .l1r4ztu {
31603
- font-family: Inter;
31604
- font-style: normal;
31605
- font-weight: bold;
31606
- font-size: 13px;
31607
- line-height: 20px;
31660
+ .onr9gzt.ant-select-item-option-selected {
31661
+ background-color: white;
31608
31662
  }
31609
-
31610
- .ly8vzok {
31611
- font-family: Inter;
31612
- font-style: normal;
31613
- font-weight: normal;
31614
- font-size: 13px;
31615
- line-height: 20px;
31663
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31664
+ color: #0080ff;
31616
31665
  }
31617
-
31618
- .lumfmf {
31619
- font-family: Inter;
31620
- font-style: normal;
31621
- font-weight: 600;
31622
- font-size: 13px;
31623
- line-height: 20px;
31666
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31667
+ display: block;
31624
31668
  }
31625
-
31626
- .l16ujwmv {
31627
- font-family: Inter;
31628
- font-style: normal;
31629
- font-weight: bold;
31630
- font-size: 13px;
31631
- line-height: 20px;
31669
+ .onr9gzt.ant-select-item-option-active {
31670
+ background: rgba(0, 136, 255, 0.16);
31632
31671
  }
31633
-
31634
- .l17o1ffr {
31635
- font-family: Inter;
31636
- font-style: normal;
31637
- font-weight: normal;
31638
- text-transform: uppercase;
31639
- font-feature-settings: "cpsp" on;
31640
- font-size: 13px;
31641
- line-height: 20px;
31672
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31673
+ color: #0080ff;
31674
+ }
31675
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31676
+ background: rgba(0, 136, 255, 0.1);
31677
+ color: #0080ff;
31642
31678
  }
31643
31679
 
31644
- .lngllvn {
31645
- font-family: Inter;
31646
- font-style: normal;
31647
- font-weight: bold;
31648
- text-transform: uppercase;
31649
- font-feature-settings: "cpsp" on;
31650
- font-size: 13px;
31680
+ .oiy0apc {
31681
+ display: flex;
31682
+ justify-content: space-between;
31683
+ height: 20px;
31651
31684
  line-height: 20px;
31652
31685
  }
31686
+ .oiy0apc .timezone-title {
31687
+ color: #2d3a56;
31688
+ overflow: hidden;
31689
+ text-overflow: ellipsis;
31690
+ }
31653
31691
 
31654
- .l2i7fo9 {
31655
- font-family: Inter;
31656
- font-style: normal;
31657
- font-weight: normal;
31658
- font-size: 12px;
31692
+ .of4y382 {
31693
+ display: flex;
31694
+ justify-content: space-between;
31695
+ color: rgba(44, 56, 82, 0.6);
31696
+ height: 18px;
31659
31697
  line-height: 18px;
31698
+ margin-top: 2px;
31660
31699
  }
31661
31700
 
31662
- .l1x7hscx {
31663
- font-family: Inter;
31664
- font-style: normal;
31665
- font-weight: 500;
31666
- font-size: 12px;
31667
- line-height: 18px;
31701
+ .t19903l9 {
31702
+ border: none;
31703
+ margin-right: 0;
31704
+ background: rgba(225, 230, 241, 0.6);
31668
31705
  }
31669
31706
 
31670
- .le1jwan {
31671
- font-family: Inter;
31672
- font-style: normal;
31673
- font-weight: bold;
31674
- font-size: 12px;
31675
- line-height: 18px;
31707
+ .ohwbvxu {
31708
+ pointer-events: none;
31709
+ height: 32px;
31710
+ width: 100%;
31711
+ opacity: 0;
31676
31712
  }
31677
31713
 
31678
- .lyxynfj {
31679
- font-family: Inter;
31680
- font-style: normal;
31681
- font-weight: normal;
31682
- font-size: 12px;
31683
- line-height: 18px;
31714
+ .i1e4sgug {
31715
+ display: inline-block;
31684
31716
  }
31685
31717
 
31686
- .lpb2nxv {
31718
+ .d6j0lbj {
31687
31719
  font-family: Inter;
31688
31720
  font-style: normal;
31689
- font-weight: 500;
31690
- font-size: 12px;
31691
- line-height: 18px;
31721
+ font-weight: bold;
31722
+ font-size: 32px;
31723
+ line-height: 40px;
31692
31724
  }
31693
31725
 
31694
- .l1r8o3vv {
31726
+ .d1xhvvxe {
31695
31727
  font-family: Inter;
31696
31728
  font-style: normal;
31697
31729
  font-weight: bold;
31698
- font-size: 12px;
31699
- line-height: 18px;
31730
+ font-size: 24px;
31731
+ line-height: 32px;
31700
31732
  }
31701
31733
 
31702
- .lemnjy2 {
31734
+ .dk10mxq {
31703
31735
  font-family: Inter;
31704
31736
  font-style: normal;
31705
31737
  font-weight: normal;
31706
- text-transform: uppercase;
31707
- font-feature-settings: "cpsp" on;
31708
- font-size: 12px;
31709
- line-height: 18px;
31738
+ font-size: 32px;
31739
+ line-height: 40px;
31710
31740
  }
31711
31741
 
31712
- .lrc42gb {
31742
+ .dxsait {
31713
31743
  font-family: Inter;
31714
31744
  font-style: normal;
31715
31745
  font-weight: bold;
31716
- text-transform: uppercase;
31717
- font-feature-settings: "cpsp" on;
31718
- font-size: 12px;
31719
- line-height: 18px;
31746
+ font-size: 20px;
31747
+ line-height: 24px;
31720
31748
  }
31721
31749
 
31722
- .fqaz4mb {
31750
+ .dokn0h3 {
31723
31751
  font-family: Inter;
31724
31752
  font-style: normal;
31725
31753
  font-weight: normal;
31726
- font-size: 13px;
31727
- line-height: 20px;
31754
+ font-size: 20px;
31755
+ line-height: 24px;
31728
31756
  }
31729
31757
 
31730
- .f13we5o {
31758
+ .dobau4p {
31731
31759
  font-family: Inter;
31732
31760
  font-style: normal;
31733
- font-weight: normal;
31734
- font-size: 13px;
31735
- line-height: 20px;
31761
+ font-weight: bold;
31762
+ font-size: 18px;
31763
+ line-height: 22px;
31736
31764
  }
31737
31765
 
31738
- .ffmjua2 {
31766
+ .dvolwok {
31739
31767
  font-family: Inter;
31740
31768
  font-style: normal;
31741
31769
  font-weight: normal;
31742
- font-size: 12px;
31743
- line-height: 18px;
31770
+ font-size: 18px;
31771
+ line-height: 22px;
31744
31772
  }
31745
31773
 
31746
- .fz2mxw0 {
31774
+ .h181qhg4 {
31747
31775
  font-family: Inter;
31748
31776
  font-style: normal;
31749
- font-weight: normal;
31750
- font-size: 12px;
31751
- line-height: 18px;
31777
+ font-weight: bold;
31778
+ font-size: 16px;
31779
+ line-height: 22px;
31752
31780
  }
31753
31781
 
31754
- .t1ertzoh {
31782
+ .h1phgmcq {
31755
31783
  font-family: Inter;
31756
31784
  font-style: normal;
31757
31785
  font-weight: normal;
31758
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31759
- font-size: 13px;
31760
- line-height: 20px;
31786
+ font-size: 16px;
31787
+ line-height: 22px;
31761
31788
  }
31762
31789
 
31763
- .t19bge8r {
31790
+ .h173xnl1 {
31764
31791
  font-family: Inter;
31765
31792
  font-style: normal;
31766
- font-weight: normal;
31767
- font-feature-settings: "zero" on;
31768
- font-size: 13px;
31793
+ font-weight: bold;
31794
+ font-size: 14px;
31769
31795
  line-height: 20px;
31770
31796
  }
31771
31797
 
31772
- .tjrzfyl {
31798
+ .hedm4pz {
31773
31799
  font-family: Inter;
31774
31800
  font-style: normal;
31775
31801
  font-weight: normal;
31776
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31777
- font-size: 12px;
31778
- line-height: 18px;
31802
+ font-size: 14px;
31803
+ line-height: 20px;
31779
31804
  }
31780
31805
 
31781
- .tm6s7bo {
31806
+ .h1kd8xld {
31782
31807
  font-family: Inter;
31783
31808
  font-style: normal;
31784
- font-weight: 500;
31785
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31809
+ font-weight: bold;
31786
31810
  font-size: 12px;
31787
31811
  line-height: 18px;
31788
31812
  }
31789
31813
 
31790
- .t19zq6ic {
31814
+ .hp14fr {
31791
31815
  font-family: Inter;
31792
31816
  font-style: normal;
31793
31817
  font-weight: normal;
31794
- font-feature-settings: "zero" on;
31795
31818
  font-size: 12px;
31796
31819
  line-height: 18px;
31797
31820
  }
31798
31821
 
31799
- .t1gduru8 {
31822
+ .hgrg7mn {
31800
31823
  font-family: Inter;
31801
31824
  font-style: normal;
31802
- font-weight: 500;
31803
- font-feature-settings: "zero" on;
31825
+ font-weight: bold;
31826
+ text-transform: uppercase;
31827
+ font-feature-settings: "cpsp" on;
31804
31828
  font-size: 12px;
31805
31829
  line-height: 18px;
31806
31830
  }
31807
31831
 
31808
- .t55raab {
31809
- font-family: Inter;
31810
- font-style: normal;
31811
- font-weight: bold;
31812
- font-feature-settings: "zero" on;
31813
- font-size: 16px;
31814
- line-height: 24px;
31815
- }
31816
-
31817
- .u1w9abfe {
31832
+ .h6zme9x {
31818
31833
  font-family: Inter;
31819
31834
  font-style: normal;
31820
31835
  font-weight: normal;
31821
- font-size: 10px;
31822
- line-height: 12px;
31823
- }
31824
-
31825
- .i1e4sgug {
31826
- display: inline-block;
31827
- }
31828
-
31829
- .t1upn1sz {
31830
- height: 100%;
31831
- }
31832
-
31833
- .tta5kd2 {
31834
- height: 100%;
31835
- }
31836
- .tta5kd2.empty-table .ant-table-content {
31837
- overflow: visible !important;
31838
- height: 100%;
31839
- }
31840
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31841
- height: 100%;
31842
- }
31843
- .tta5kd2.empty-table .ant-table-content table {
31844
- width: 100% !important;
31845
- height: 100%;
31846
- }
31847
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31848
- padding: 15px 0;
31849
- }
31850
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31851
- display: none;
31852
- }
31853
- .tta5kd2 .active-row td:nth-child(1) {
31854
- font-weight: 700;
31855
- }
31856
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31857
- font-weight: 700;
31858
- }
31859
- .tta5kd2 .ant-spin-nested-loading {
31860
- height: 100%;
31861
- }
31862
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31863
- height: 100%;
31864
- overflow: visible;
31865
- }
31866
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31867
- max-height: none;
31868
- }
31869
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31870
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31871
- display: none;
31872
- }
31873
- .tta5kd2 td.ant-table-column-sort {
31874
- background: transparent;
31875
- }
31876
- .tta5kd2 td.ant-table-cell-fix-left,
31877
- .tta5kd2 td.ant-table-cell-fix-right {
31878
- background: #fff;
31879
- padding: 0 !important;
31880
- }
31881
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31882
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31883
- display: flex;
31884
- align-items: center;
31885
- height: 100%;
31886
- padding: 8px;
31887
- }
31888
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31889
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31890
- overflow: hidden;
31891
- text-overflow: ellipsis;
31892
- width: 100%;
31893
- }
31894
- .tta5kd2 .ant-table-container {
31895
- height: 100%;
31896
- }
31897
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31898
- box-shadow: none !important;
31899
- }
31900
- .tta5kd2 .ant-table {
31901
- border-radius: 0px;
31902
- border-left: none;
31903
- border-right: none;
31904
- border-bottom: none;
31905
- height: 100%;
31906
- font-size: 12px;
31907
- background: transparent;
31908
- }
31909
- .tta5kd2 .ant-table .ant-table-header {
31910
- position: relative;
31911
- z-index: 3;
31912
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31913
- margin-bottom: -1px;
31914
- }
31915
- .tta5kd2 .ant-table .time-wrapper .data,
31916
- .tta5kd2 .ant-table .value {
31917
- color: #2d3a56;
31918
- }
31919
- .tta5kd2 .ant-table .time-wrapper .time,
31920
- .tta5kd2 .ant-table .unit {
31921
- color: rgba(44, 56, 82, 0.6);
31922
- }
31923
- .tta5kd2 .ant-table .ant-table-selection {
31924
- position: unset;
31925
- text-align: center;
31926
- }
31927
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31928
- background: #fff;
31929
- }
31930
- .tta5kd2 .ant-table .anticon-setting {
31931
- cursor: pointer;
31932
- position: absolute;
31933
- top: 50%;
31934
- right: 12px;
31935
- transform: translateY(-50%);
31936
- }
31937
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31938
- box-shadow: none;
31939
- width: 1px;
31940
- background: rgba(213, 219, 227, 0.6);
31941
- }
31942
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31943
- box-shadow: none;
31944
- width: 1px;
31945
- background: rgba(213, 219, 227, 0.6);
31946
- }
31947
- .tta5kd2 .ant-table .ant-table-tbody {
31948
- position: relative;
31949
- }
31950
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31951
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31952
- border-bottom: 1px solid white;
31953
- height: 40px;
31954
- vertical-align: middle;
31955
- transition: background 0ms;
31956
- color: #00122e;
31957
- }
31958
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31959
- background: #f2f5fa;
31960
- border-bottom-color: #f2f5fa;
31961
- }
31962
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31963
- height: auto;
31964
- color: #00122e;
31836
+ text-transform: uppercase;
31837
+ font-feature-settings: "cpsp" on;
31965
31838
  font-size: 12px;
31966
- text-align: left;
31967
- transition: none;
31968
- overflow: hidden;
31969
- text-overflow: ellipsis;
31970
- white-space: nowrap;
31971
- }
31972
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31973
- color: #0096ff;
31974
- }
31975
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31976
- overflow: hidden;
31977
- text-overflow: ellipsis;
31978
- width: 100%;
31979
- vertical-align: middle;
31980
- }
31981
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31982
- line-height: 0px;
31983
- }
31984
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31985
- padding-right: 25px;
31986
- }
31987
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31988
- border-top-color: transparent;
31989
- }
31990
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31991
- background: rgba(225, 230, 241, 0.6);
31992
- border-color: transparent transparent white;
31993
- }
31994
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31995
- border-radius: 8px 0 0 8px;
31996
- }
31997
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31998
- border-radius: 8px 0 0 8px;
31999
- }
32000
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
32001
- content: "";
32002
- width: 4px;
32003
- top: -1px;
32004
- bottom: -1px;
32005
- background: white;
32006
- }
32007
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
32008
- border-radius: 0 8px 8px 0;
31839
+ line-height: 18px;
32009
31840
  }
32010
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
32011
- border-radius: 0;
32012
- background: white;
32013
- border-top: none;
31841
+
31842
+ .locjvsv {
31843
+ font-family: Inter;
31844
+ font-style: normal;
31845
+ font-weight: normal;
31846
+ font-size: 16px;
31847
+ line-height: 24px;
32014
31848
  }
32015
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
32016
- border-top: 1px solid transparent;
32017
- border-radius: 0 8px 8px 0;
32018
- background: rgba(225, 230, 241, 0.6);
31849
+
31850
+ .l13gi131 {
31851
+ font-family: Inter;
31852
+ font-style: normal;
31853
+ font-weight: bold;
31854
+ font-size: 16px;
31855
+ line-height: 24px;
32019
31856
  }
32020
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
32021
- background: white;
32022
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31857
+
31858
+ .l1ynemsu {
31859
+ font-family: Inter;
31860
+ font-style: normal;
31861
+ font-weight: normal;
31862
+ font-size: 16px;
31863
+ line-height: 24px;
32023
31864
  }
32024
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
32025
- display: flex;
32026
- align-items: center;
32027
- height: 100%;
32028
- background: rgba(225, 230, 241, 0.6);
31865
+
31866
+ .l1cft1cx {
31867
+ font-family: Inter;
31868
+ font-style: normal;
31869
+ font-weight: bold;
31870
+ font-size: 16px;
31871
+ line-height: 24px;
32029
31872
  }
32030
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
32031
- background: white;
32032
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31873
+
31874
+ .l17tqc8p {
31875
+ font-family: Inter;
31876
+ font-style: normal;
31877
+ font-weight: normal;
31878
+ text-transform: uppercase;
31879
+ font-feature-settings: "cpsp" on;
31880
+ font-size: 16px;
31881
+ line-height: 24px;
32033
31882
  }
32034
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
32035
- display: flex;
32036
- align-items: center;
32037
- height: 100%;
32038
- background: rgba(225, 230, 241, 0.6);
31883
+
31884
+ .l1j1e5w7 {
31885
+ font-family: Inter;
31886
+ font-style: normal;
31887
+ font-weight: bold;
31888
+ text-transform: uppercase;
31889
+ font-feature-settings: "cpsp" on;
31890
+ font-size: 16px;
31891
+ line-height: 24px;
32039
31892
  }
32040
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
32041
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31893
+
31894
+ .l1gf91jb {
31895
+ font-family: Inter;
31896
+ font-style: normal;
31897
+ font-weight: normal;
31898
+ font-size: 14px;
31899
+ line-height: 22px;
32042
31900
  }
32043
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
32044
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
32045
- border-radius: 8px;
31901
+
31902
+ .lu7hlr6 {
31903
+ font-family: Inter;
31904
+ font-style: normal;
31905
+ font-weight: 500;
31906
+ font-size: 14px;
31907
+ line-height: 22px;
32046
31908
  }
32047
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
32048
- border-top-color: white;
31909
+
31910
+ .l3l3jf0 {
31911
+ font-family: Inter;
31912
+ font-style: normal;
31913
+ font-weight: bold;
31914
+ font-size: 14px;
31915
+ line-height: 22px;
32049
31916
  }
32050
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
32051
- background: rgba(0, 136, 255, 0.1);
32052
- border-bottom-color: transparent;
32053
- border-top-color: transparent;
31917
+
31918
+ .l12j5nqp {
31919
+ font-family: Inter;
31920
+ font-style: normal;
31921
+ font-weight: normal;
31922
+ font-size: 14px;
31923
+ line-height: 22px;
32054
31924
  }
32055
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
32056
- border-radius: 8px 0 0 8px;
31925
+
31926
+ .l1tecqht {
31927
+ font-family: Inter;
31928
+ font-style: normal;
31929
+ font-weight: bold;
31930
+ font-size: 14px;
31931
+ line-height: 22px;
32057
31932
  }
32058
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
32059
- border-radius: 0 8px 8px 0;
31933
+
31934
+ .l6sa990 {
31935
+ font-family: Inter;
31936
+ font-style: normal;
31937
+ font-weight: normal;
31938
+ text-transform: uppercase;
31939
+ font-feature-settings: "cpsp" on;
31940
+ font-size: 14px;
31941
+ line-height: 22px;
32060
31942
  }
32061
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
32062
- background: rgba(0, 136, 255, 0.1);
31943
+
31944
+ .lckqe8j {
31945
+ font-family: Inter;
31946
+ font-style: normal;
31947
+ font-weight: bold;
31948
+ text-transform: uppercase;
31949
+ font-feature-settings: "cpsp" on;
31950
+ font-size: 14px;
31951
+ line-height: 22px;
32063
31952
  }
32064
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
32065
- background: #fff;
32066
- font-weight: 400;
32067
- position: relative;
32068
- border-bottom: none;
32069
- color: #00122e;
32070
- transition: none;
32071
- padding: 15px 8px 15px 8px;
31953
+
31954
+ .l1kuminb {
31955
+ font-family: Inter;
31956
+ font-style: normal;
31957
+ font-weight: normal;
31958
+ font-size: 13px;
31959
+ line-height: 20px;
32072
31960
  }
32073
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
32074
- content: "";
32075
- width: 1px;
32076
- top: 0;
32077
- bottom: 0;
32078
- background: rgba(211, 218, 235, 0.6);
32079
- position: absolute;
32080
- right: 0;
31961
+
31962
+ .l1pbuf5j {
31963
+ font-family: Inter;
31964
+ font-style: normal;
31965
+ font-weight: 600;
31966
+ font-size: 13px;
31967
+ line-height: 20px;
32081
31968
  }
32082
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
32083
- padding: unset;
31969
+
31970
+ .l1r4ztu {
31971
+ font-family: Inter;
31972
+ font-style: normal;
31973
+ font-weight: bold;
31974
+ font-size: 13px;
31975
+ line-height: 20px;
32084
31976
  }
32085
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
32086
- display: none;
31977
+
31978
+ .ly8vzok {
31979
+ font-family: Inter;
31980
+ font-style: normal;
31981
+ font-weight: normal;
31982
+ font-size: 13px;
31983
+ line-height: 20px;
32087
31984
  }
32088
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
32089
- width: 100%;
32090
- overflow: hidden;
32091
- white-space: nowrap;
32092
- text-overflow: ellipsis;
31985
+
31986
+ .lumfmf {
31987
+ font-family: Inter;
31988
+ font-style: normal;
31989
+ font-weight: 600;
31990
+ font-size: 13px;
31991
+ line-height: 20px;
32093
31992
  }
32094
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
32095
- overflow: hidden;
32096
- text-overflow: ellipsis;
32097
- flex: 1;
31993
+
31994
+ .l16ujwmv {
31995
+ font-family: Inter;
31996
+ font-style: normal;
31997
+ font-weight: bold;
31998
+ font-size: 13px;
31999
+ line-height: 20px;
32098
32000
  }
32099
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
32100
- padding: 15px 25px 15px 8px;
32001
+
32002
+ .l17o1ffr {
32003
+ font-family: Inter;
32004
+ font-style: normal;
32005
+ font-weight: normal;
32006
+ text-transform: uppercase;
32007
+ font-feature-settings: "cpsp" on;
32008
+ font-size: 13px;
32009
+ line-height: 20px;
32101
32010
  }
32102
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
32103
- padding: 0;
32011
+
32012
+ .lngllvn {
32013
+ font-family: Inter;
32014
+ font-style: normal;
32015
+ font-weight: bold;
32016
+ text-transform: uppercase;
32017
+ font-feature-settings: "cpsp" on;
32018
+ font-size: 13px;
32019
+ line-height: 20px;
32104
32020
  }
32105
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
32106
- position: absolute;
32107
- right: 6px;
32108
- top: 50%;
32109
- transform: translateY(-50%);
32110
- height: 16px;
32111
- display: none;
32112
- transition: transform 320ms ease;
32021
+
32022
+ .l2i7fo9 {
32023
+ font-family: Inter;
32024
+ font-style: normal;
32025
+ font-weight: normal;
32026
+ font-size: 12px;
32027
+ line-height: 18px;
32113
32028
  }
32114
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
32115
- display: block;
32116
- transform: translateY(-50%) rotateX(180deg);
32029
+
32030
+ .l1x7hscx {
32031
+ font-family: Inter;
32032
+ font-style: normal;
32033
+ font-weight: 500;
32034
+ font-size: 12px;
32035
+ line-height: 18px;
32117
32036
  }
32118
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
32119
- display: block;
32037
+
32038
+ .le1jwan {
32039
+ font-family: Inter;
32040
+ font-style: normal;
32041
+ font-weight: bold;
32042
+ font-size: 12px;
32043
+ line-height: 18px;
32120
32044
  }
32121
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
32122
- display: none;
32045
+
32046
+ .lyxynfj {
32047
+ font-family: Inter;
32048
+ font-style: normal;
32049
+ font-weight: normal;
32050
+ font-size: 12px;
32051
+ line-height: 18px;
32123
32052
  }
32124
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
32125
- transform: translateY(-50%);
32053
+
32054
+ .lpb2nxv {
32055
+ font-family: Inter;
32056
+ font-style: normal;
32057
+ font-weight: 500;
32058
+ font-size: 12px;
32059
+ line-height: 18px;
32126
32060
  }
32127
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
32128
- transform: translateY(-50%) rotateX(180deg);
32061
+
32062
+ .l1r8o3vv {
32063
+ font-family: Inter;
32064
+ font-style: normal;
32065
+ font-weight: bold;
32066
+ font-size: 12px;
32067
+ line-height: 18px;
32129
32068
  }
32130
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
32131
- background: #f2f5fa;
32069
+
32070
+ .lemnjy2 {
32071
+ font-family: Inter;
32072
+ font-style: normal;
32073
+ font-weight: normal;
32074
+ text-transform: uppercase;
32075
+ font-feature-settings: "cpsp" on;
32076
+ font-size: 12px;
32077
+ line-height: 18px;
32132
32078
  }
32133
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
32134
- display: block;
32079
+
32080
+ .lrc42gb {
32081
+ font-family: Inter;
32082
+ font-style: normal;
32083
+ font-weight: bold;
32084
+ text-transform: uppercase;
32085
+ font-feature-settings: "cpsp" on;
32086
+ font-size: 12px;
32087
+ line-height: 18px;
32135
32088
  }
32136
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
32137
- padding-right: 25px;
32089
+
32090
+ .fqaz4mb {
32091
+ font-family: Inter;
32092
+ font-style: normal;
32093
+ font-weight: normal;
32094
+ font-size: 13px;
32095
+ line-height: 20px;
32138
32096
  }
32139
- .tta5kd2 .ant-table .ant-table-selection-column {
32140
- padding: 0 !important;
32097
+
32098
+ .f13we5o {
32099
+ font-family: Inter;
32100
+ font-style: normal;
32101
+ font-weight: normal;
32102
+ font-size: 13px;
32103
+ line-height: 20px;
32141
32104
  }
32142
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
32143
- position: absolute;
32144
- left: 50%;
32145
- top: 50%;
32146
- transform: translate(-50%, -50%);
32105
+
32106
+ .ffmjua2 {
32107
+ font-family: Inter;
32108
+ font-style: normal;
32109
+ font-weight: normal;
32110
+ font-size: 12px;
32111
+ line-height: 18px;
32147
32112
  }
32148
- .tta5kd2 .ant-table .ant-table-selection-column:after {
32149
- display: none;
32113
+
32114
+ .fz2mxw0 {
32115
+ font-family: Inter;
32116
+ font-style: normal;
32117
+ font-weight: normal;
32118
+ font-size: 12px;
32119
+ line-height: 18px;
32150
32120
  }
32151
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
32152
- background: #fff;
32121
+
32122
+ .t1ertzoh {
32123
+ font-family: Inter;
32124
+ font-style: normal;
32125
+ font-weight: normal;
32126
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32127
+ font-size: 13px;
32128
+ line-height: 20px;
32153
32129
  }
32154
- .tta5kd2 .ant-table .ant-table-placeholder {
32155
- background: inherit;
32130
+
32131
+ .t19bge8r {
32132
+ font-family: Inter;
32133
+ font-style: normal;
32134
+ font-weight: normal;
32135
+ font-feature-settings: "zero" on;
32136
+ font-size: 13px;
32137
+ line-height: 20px;
32156
32138
  }
32157
- .tta5kd2 .ant-table .ant-table-placeholder td {
32158
- position: static;
32159
- border: none;
32160
- background: inherit !important;
32161
- height: 100px;
32162
- vertical-align: middle;
32139
+
32140
+ .tjrzfyl {
32141
+ font-family: Inter;
32142
+ font-style: normal;
32143
+ font-weight: normal;
32144
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32145
+ font-size: 12px;
32146
+ line-height: 18px;
32163
32147
  }
32164
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
32165
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
32166
- font-weight: bold;
32167
- font-size: 20px;
32168
- color: rgba(10, 37, 85, 0.6);
32148
+
32149
+ .tm6s7bo {
32150
+ font-family: Inter;
32151
+ font-style: normal;
32152
+ font-weight: 500;
32153
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32154
+ font-size: 12px;
32155
+ line-height: 18px;
32169
32156
  }
32170
- .tta5kd2 .ant-table td.cell__action_ {
32171
- padding: 0 !important;
32172
- position: relative;
32173
- background: #fff;
32157
+
32158
+ .t19zq6ic {
32159
+ font-family: Inter;
32160
+ font-style: normal;
32161
+ font-weight: normal;
32162
+ font-feature-settings: "zero" on;
32163
+ font-size: 12px;
32164
+ line-height: 18px;
32174
32165
  }
32175
- .tta5kd2 .ant-table td.cell__action_ > * {
32176
- height: 100%;
32177
- display: flex;
32178
- align-items: center;
32179
- justify-content: flex-end;
32180
- padding-right: 8px;
32166
+
32167
+ .t1gduru8 {
32168
+ font-family: Inter;
32169
+ font-style: normal;
32170
+ font-weight: 500;
32171
+ font-feature-settings: "zero" on;
32172
+ font-size: 12px;
32173
+ line-height: 18px;
32181
32174
  }
32182
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
32183
- width: 24px;
32184
- height: 24px;
32185
- cursor: pointer;
32186
- justify-content: center;
32187
- border-radius: 4px;
32175
+
32176
+ .t55raab {
32177
+ font-family: Inter;
32178
+ font-style: normal;
32179
+ font-weight: bold;
32180
+ font-feature-settings: "zero" on;
32181
+ font-size: 16px;
32182
+ line-height: 24px;
32188
32183
  }
32189
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
32190
- background: #fff;
32184
+
32185
+ .u1w9abfe {
32186
+ font-family: Inter;
32187
+ font-style: normal;
32188
+ font-weight: normal;
32189
+ font-size: 10px;
32190
+ line-height: 12px;
32191
32191
  }
32192
32192
 
32193
32193
  .m15dvk92 {
@@ -32709,11 +32709,6 @@ input.rrg1fkn.ant-input {
32709
32709
  margin-right: 6px;
32710
32710
  }
32711
32711
 
32712
- .iwsze0q {
32713
- margin-right: 4px;
32714
- height: 16px;
32715
- }
32716
-
32717
32712
  .tc40oxa {
32718
32713
  margin-bottom: 4px;
32719
32714
  color: rgba(44, 56, 82, 0.6);
@@ -32938,6 +32933,15 @@ input.rrg1fkn.ant-input {
32938
32933
  min-height: 0px;
32939
32934
  }
32940
32935
 
32936
+ .w1xcixj5.outside-tag {
32937
+ padding-left: 0;
32938
+ }
32939
+ .w1xcixj5.outside-tag .inside-tag {
32940
+ border-radius: 4px 0 0 4px;
32941
+ padding-right: 4px;
32942
+ margin-right: 4px;
32943
+ }
32944
+
32941
32945
  .at4ovwe .ant-input-number-handler-wrap {
32942
32946
  display: var(--at4ovwe-0);
32943
32947
  }
@@ -32984,15 +32988,6 @@ input.rrg1fkn.ant-input {
32984
32988
  font-size: inherit;
32985
32989
  }
32986
32990
 
32987
- .w1xcixj5.outside-tag {
32988
- padding-left: 0;
32989
- }
32990
- .w1xcixj5.outside-tag .inside-tag {
32991
- border-radius: 4px 0 0 4px;
32992
- padding-right: 4px;
32993
- margin-right: 4px;
32994
- }
32995
-
32996
32991
  .sut42l0 {
32997
32992
  padding: 0 8px;
32998
32993
  height: 18px;
@@ -33012,6 +33007,30 @@ input.rrg1fkn.ant-input {
33012
33007
  height: 16px;
33013
33008
  }
33014
33009
 
33010
+ .iwsze0q {
33011
+ margin-right: 4px;
33012
+ height: 16px;
33013
+ }
33014
+
33015
+ .feau332.ant-form-item {
33016
+ margin-bottom: 0;
33017
+ }
33018
+ .feau332 .ant-form-item-explain {
33019
+ display: none;
33020
+ min-height: 18px;
33021
+ margin-top: 5px;
33022
+ font-family: "Inter";
33023
+ font-weight: 400;
33024
+ font-size: 12px;
33025
+ line-height: 18px;
33026
+ }
33027
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33028
+ white-space: pre-wrap;
33029
+ }
33030
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33031
+ display: block;
33032
+ }
33033
+
33015
33034
  .a6dbbkm .ant-input-number-handler-wrap {
33016
33035
  display: var(--a6dbbkm-0);
33017
33036
  }
@@ -33041,23 +33060,4 @@ input.rrg1fkn.ant-input {
33041
33060
  margin: 0;
33042
33061
  height: auto;
33043
33062
  font-size: inherit;
33044
- }
33045
-
33046
- .feau332.ant-form-item {
33047
- margin-bottom: 0;
33048
- }
33049
- .feau332 .ant-form-item-explain {
33050
- display: none;
33051
- min-height: 18px;
33052
- margin-top: 5px;
33053
- font-family: "Inter";
33054
- font-weight: 400;
33055
- font-size: 12px;
33056
- line-height: 18px;
33057
- }
33058
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33059
- white-space: pre-wrap;
33060
- }
33061
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33062
- display: block;
33063
33063
  }