@cloudtower/eagle 0.26.12 → 0.26.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29918,7 +29918,14 @@ html body {
29918
29918
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29919
29919
  }
29920
29920
  }
29921
+ .buj61ew.ant-btn-icon-only {
29922
+ justify-content: center;
29923
+ }
29924
+ .buj61ew.ant-btn.ant-btn-link {
29925
+ padding: 0;
29926
+ }
29921
29927
  .buj61ew.ant-btn {
29928
+ padding: 5px 12px;
29922
29929
  height: 32px;
29923
29930
  border-radius: 6px;
29924
29931
  line-height: 22px;
@@ -29928,8 +29935,10 @@ html body {
29928
29935
  .buj61ew.ant-btn.ant-btn-lg {
29929
29936
  height: 40px;
29930
29937
  line-height: 24px;
29938
+ padding: 8px 16px;
29931
29939
  }
29932
29940
  .buj61ew.ant-btn.ant-btn-sm {
29941
+ padding: 2px 8px;
29933
29942
  height: 24px;
29934
29943
  line-height: 20px;
29935
29944
  }
@@ -30148,13 +30157,14 @@ html body {
30148
30157
  .buj61ew.has-icon {
30149
30158
  display: inline-flex;
30150
30159
  align-items: center;
30160
+ justify-content: center;
30151
30161
  }
30152
30162
  .buj61ew .button-prefix-icon {
30153
- margin-right: 4px;
30163
+ margin-right: 8px;
30154
30164
  display: inline-flex;
30155
30165
  }
30156
30166
  .buj61ew .button-suffix-icon {
30157
- margin-left: 4px;
30167
+ margin-left: 8px;
30158
30168
  display: inline-flex;
30159
30169
  }
30160
30170
  .buj61ew .icon-wrapper {
@@ -30210,25 +30220,6 @@ html body {
30210
30220
  font-size: 18px;
30211
30221
  }
30212
30222
 
30213
- .i1mrf09m {
30214
- display: inline-flex;
30215
- align-items: center;
30216
- vertical-align: middle;
30217
- }
30218
- .i1mrf09m .icon-inner {
30219
- display: inline-flex;
30220
- align-items: center;
30221
- justify-content: center;
30222
- }
30223
- .i1mrf09m .icon-inner + span,
30224
- .i1mrf09m span + .icon-inner.suffix {
30225
- margin-left: 4px;
30226
- }
30227
- .i1mrf09m.is-rotate img,
30228
- .i1mrf09m.is-rotate svg {
30229
- animation: rotate 680ms linear infinite;
30230
- }
30231
-
30232
30223
  .iap75of {
30233
30224
  height: 18px;
30234
30225
  line-height: 18px;
@@ -30242,61 +30233,22 @@ html body {
30242
30233
  margin-right: 4px;
30243
30234
  }
30244
30235
 
30245
- .p12gwtiw {
30246
- display: flex;
30247
- justify-content: space-between;
30248
- align-items: center;
30249
- padding: 10px 0;
30250
- color: rgba(44, 56, 82, 0.6);
30251
- font-size: 12px;
30252
- line-height: 24px;
30253
- }
30254
- .p12gwtiw .pagination-left {
30255
- padding: 2px 8px;
30256
- }
30257
- .p12gwtiw .dropdown-trigger {
30258
- display: flex;
30236
+ .i1mrf09m {
30237
+ display: inline-flex;
30259
30238
  align-items: center;
30260
- border-radius: 6px;
30261
- cursor: pointer;
30262
- transition: all 0.3s ease;
30263
- }
30264
- .p12gwtiw .dropdown-trigger:hover {
30265
- background: rgba(211, 218, 235, 0.6);
30266
- color: #0080ff;
30267
- }
30268
- .p12gwtiw .dropdown-trigger .icon-inner {
30269
- margin-left: 4px;
30270
30239
  }
30271
- .p12gwtiw .pagination-right {
30272
- display: flex;
30240
+ .i1mrf09m .icon-inner {
30241
+ display: inline-flex;
30273
30242
  align-items: center;
30274
- color: #0080ff;
30275
- font-weight: bold;
30243
+ justify-content: center;
30276
30244
  }
30277
- .p12gwtiw .pagination-right .icon-inner {
30245
+ .i1mrf09m .icon-inner + span,
30246
+ .i1mrf09m span + .icon-inner.suffix {
30278
30247
  margin-left: 4px;
30279
30248
  }
30280
- .p12gwtiw .pagination-right .prev-btn,
30281
- .p12gwtiw .pagination-right .next-btn {
30282
- padding: 0 8px;
30283
- }
30284
- .p12gwtiw .pagination-right .prev-btn > span,
30285
- .p12gwtiw .pagination-right .next-btn > span {
30286
- color: #0080ff;
30287
- }
30288
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30289
- transform: rotate(180deg);
30290
- }
30291
-
30292
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30293
- max-height: calc(100vh - 128px);
30294
- overflow-y: auto;
30295
- }
30296
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30297
- padding: 4px 20px;
30298
- font-size: 12px;
30299
- line-height: 18px;
30249
+ .i1mrf09m.is-rotate img,
30250
+ .i1mrf09m.is-rotate svg {
30251
+ animation: rotate 680ms linear infinite;
30300
30252
  }
30301
30253
 
30302
30254
  .rxbeqvl.ant-radio-wrapper {
@@ -30445,6 +30397,89 @@ html body {
30445
30397
  width: 36px;
30446
30398
  }
30447
30399
 
30400
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
30401
+ flex-direction: row;
30402
+ justify-content: stretch;
30403
+ }
30404
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
30405
+ padding: 0;
30406
+ margin-right: 4px;
30407
+ flex: 1;
30408
+ overflow: visible;
30409
+ }
30410
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
30411
+ display: none;
30412
+ }
30413
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
30414
+ width: 100%;
30415
+ min-height: unset;
30416
+ }
30417
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
30418
+ height: 26px;
30419
+ line-height: 26px;
30420
+ width: 100%;
30421
+ text-align: center;
30422
+ padding: 0;
30423
+ font-size: 12px;
30424
+ font-weight: normal;
30425
+ }
30426
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
30427
+ margin-right: 10px;
30428
+ }
30429
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
30430
+ display: none;
30431
+ }
30432
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
30433
+ border-radius: 4px 0 0 4px;
30434
+ }
30435
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
30436
+ margin-right: 0;
30437
+ }
30438
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
30439
+ border-radius: 0 4px 4px 0;
30440
+ }
30441
+ .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 {
30442
+ content: "";
30443
+ width: 0;
30444
+ height: 0;
30445
+ border: 13px solid transparent;
30446
+ position: absolute;
30447
+ top: 0;
30448
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
30449
+ right: -21px;
30450
+ z-index: 2;
30451
+ }
30452
+ .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 {
30453
+ content: "";
30454
+ width: 0;
30455
+ height: 0;
30456
+ border: 13px solid transparent;
30457
+ position: absolute;
30458
+ top: 0;
30459
+ border-left: 8px solid #fff;
30460
+ left: 0;
30461
+ }
30462
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
30463
+ background-color: rgba(0, 136, 255, 0.1);
30464
+ }
30465
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
30466
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
30467
+ }
30468
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
30469
+ color: #005ed1;
30470
+ }
30471
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
30472
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
30473
+ background-color: rgba(237, 241, 250, 0.6);
30474
+ }
30475
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
30476
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
30477
+ color: rgba(44, 56, 82, 0.6);
30478
+ }
30479
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
30480
+ padding: 0;
30481
+ }
30482
+
30448
30483
  .obf05yr {
30449
30484
  display: inline-block;
30450
30485
  }
@@ -30454,6 +30489,63 @@ html body {
30454
30489
  position: absolute;
30455
30490
  }
30456
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
+
30457
30549
  .cz04yix {
30458
30550
  display: flex;
30459
30551
  flex-direction: column;
@@ -31119,105 +31211,22 @@ input.rrg1fkn.ant-input {
31119
31211
  border-bottom-left-radius: 0;
31120
31212
  }
31121
31213
 
31122
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
31123
- flex-direction: row;
31124
- justify-content: stretch;
31214
+ .s34f1qb.ant-switch {
31215
+ min-width: 40px;
31216
+ height: 24px;
31217
+ background: rgba(172, 186, 211, 0.6);
31218
+ overflow: hidden;
31125
31219
  }
31126
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
31127
- padding: 0;
31128
- margin-right: 4px;
31129
- flex: 1;
31130
- overflow: visible;
31220
+ .s34f1qb.ant-switch:focus {
31221
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31131
31222
  }
31132
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
31133
- display: none;
31223
+ .s34f1qb.ant-switch-small {
31224
+ min-width: 26px;
31225
+ height: 16px;
31134
31226
  }
31135
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
31136
- width: 100%;
31137
- min-height: unset;
31138
- }
31139
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
31140
- height: 26px;
31141
- line-height: 26px;
31142
- width: 100%;
31143
- text-align: center;
31144
- padding: 0;
31145
- font-size: 12px;
31146
- font-weight: normal;
31147
- }
31148
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
31149
- margin-right: 10px;
31150
- }
31151
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
31152
- display: none;
31153
- }
31154
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
31155
- border-radius: 4px 0 0 4px;
31156
- }
31157
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
31158
- margin-right: 0;
31159
- }
31160
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
31161
- border-radius: 0 4px 4px 0;
31162
- }
31163
- .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 {
31164
- content: "";
31165
- width: 0;
31166
- height: 0;
31167
- border: 13px solid transparent;
31168
- position: absolute;
31169
- top: 0;
31170
- border-left: 8px solid rgba(237, 241, 250, 0.6);
31171
- right: -21px;
31172
- z-index: 2;
31173
- }
31174
- .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 {
31175
- content: "";
31176
- width: 0;
31177
- height: 0;
31178
- border: 13px solid transparent;
31179
- position: absolute;
31180
- top: 0;
31181
- border-left: 8px solid #fff;
31182
- left: 0;
31183
- }
31184
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
31185
- background-color: rgba(0, 136, 255, 0.1);
31186
- }
31187
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
31188
- border-left-color: rgba(0, 136, 255, 0.1) !important;
31189
- }
31190
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
31191
- color: #005ed1;
31192
- }
31193
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
31194
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
31195
- background-color: rgba(237, 241, 250, 0.6);
31196
- }
31197
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
31198
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
31199
- color: rgba(44, 56, 82, 0.6);
31200
- }
31201
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
31202
- padding: 0;
31203
- }
31204
-
31205
- .s34f1qb.ant-switch {
31206
- min-width: 40px;
31207
- height: 24px;
31208
- background: rgba(172, 186, 211, 0.6);
31209
- overflow: hidden;
31210
- }
31211
- .s34f1qb.ant-switch:focus {
31212
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31213
- }
31214
- .s34f1qb.ant-switch-small {
31215
- min-width: 26px;
31216
- height: 16px;
31217
- }
31218
- .s34f1qb.ant-switch-large {
31219
- min-width: 52px;
31220
- height: 32px;
31227
+ .s34f1qb.ant-switch-large {
31228
+ min-width: 52px;
31229
+ height: 32px;
31221
31230
  }
31222
31231
  .s34f1qb.ant-switch .ant-switch-handle {
31223
31232
  height: 20px;
@@ -31257,483 +31266,368 @@ input.rrg1fkn.ant-input {
31257
31266
  margin-left: 5px;
31258
31267
  }
31259
31268
 
31260
- .d6j0lbj {
31261
- font-family: Inter;
31262
- font-style: normal;
31263
- font-weight: bold;
31264
- font-size: 32px;
31265
- line-height: 40px;
31269
+ .t1upn1sz {
31270
+ height: 100%;
31266
31271
  }
31267
31272
 
31268
- .d1xhvvxe {
31269
- font-family: Inter;
31270
- font-style: normal;
31271
- font-weight: bold;
31272
- font-size: 24px;
31273
- line-height: 32px;
31273
+ .tta5kd2 {
31274
+ height: 100%;
31274
31275
  }
31275
-
31276
- .dk10mxq {
31277
- font-family: Inter;
31278
- font-style: normal;
31279
- font-weight: normal;
31280
- font-size: 32px;
31281
- line-height: 40px;
31276
+ .tta5kd2.empty-table .ant-table-content {
31277
+ overflow: visible !important;
31278
+ height: 100%;
31282
31279
  }
31283
-
31284
- .dxsait {
31285
- font-family: Inter;
31286
- font-style: normal;
31287
- font-weight: bold;
31288
- font-size: 20px;
31289
- line-height: 24px;
31280
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31281
+ height: 100%;
31290
31282
  }
31291
-
31292
- .dokn0h3 {
31293
- font-family: Inter;
31294
- font-style: normal;
31295
- font-weight: normal;
31296
- font-size: 20px;
31297
- line-height: 24px;
31283
+ .tta5kd2.empty-table .ant-table-content table {
31284
+ width: 100% !important;
31285
+ height: 100%;
31298
31286
  }
31299
-
31300
- .dobau4p {
31301
- font-family: Inter;
31302
- font-style: normal;
31303
- font-weight: bold;
31304
- font-size: 18px;
31305
- line-height: 22px;
31287
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31288
+ padding: 15px 0;
31306
31289
  }
31307
-
31308
- .dvolwok {
31309
- font-family: Inter;
31310
- font-style: normal;
31311
- font-weight: normal;
31312
- font-size: 18px;
31313
- line-height: 22px;
31290
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31291
+ display: none;
31314
31292
  }
31315
-
31316
- .h181qhg4 {
31317
- font-family: Inter;
31318
- font-style: normal;
31319
- font-weight: bold;
31320
- font-size: 16px;
31321
- line-height: 22px;
31293
+ .tta5kd2 .active-row td:nth-child(1) {
31294
+ font-weight: 700;
31322
31295
  }
31323
-
31324
- .h1phgmcq {
31325
- font-family: Inter;
31326
- font-style: normal;
31327
- font-weight: normal;
31328
- font-size: 16px;
31329
- line-height: 22px;
31296
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31297
+ font-weight: 700;
31330
31298
  }
31331
-
31332
- .h173xnl1 {
31333
- font-family: Inter;
31334
- font-style: normal;
31335
- font-weight: bold;
31336
- font-size: 14px;
31337
- line-height: 20px;
31299
+ .tta5kd2 .ant-spin-nested-loading {
31300
+ height: 100%;
31338
31301
  }
31339
-
31340
- .hedm4pz {
31341
- font-family: Inter;
31342
- font-style: normal;
31343
- font-weight: normal;
31344
- font-size: 14px;
31345
- line-height: 20px;
31302
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31303
+ height: 100%;
31304
+ overflow: visible;
31346
31305
  }
31347
-
31348
- .h1kd8xld {
31349
- font-family: Inter;
31350
- font-style: normal;
31351
- font-weight: bold;
31352
- font-size: 12px;
31353
- line-height: 18px;
31306
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31307
+ max-height: none;
31354
31308
  }
31355
-
31356
- .hp14fr {
31357
- font-family: Inter;
31358
- font-style: normal;
31359
- font-weight: normal;
31360
- font-size: 12px;
31361
- line-height: 18px;
31309
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31310
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31311
+ display: none;
31362
31312
  }
31363
-
31364
- .hgrg7mn {
31365
- font-family: Inter;
31366
- font-style: normal;
31367
- font-weight: bold;
31368
- text-transform: uppercase;
31369
- font-feature-settings: "cpsp" on;
31370
- font-size: 12px;
31371
- line-height: 18px;
31313
+ .tta5kd2 td.ant-table-column-sort {
31314
+ background: transparent;
31372
31315
  }
31373
-
31374
- .h6zme9x {
31375
- font-family: Inter;
31376
- font-style: normal;
31377
- font-weight: normal;
31378
- text-transform: uppercase;
31379
- font-feature-settings: "cpsp" on;
31380
- font-size: 12px;
31381
- line-height: 18px;
31316
+ .tta5kd2 td.ant-table-cell-fix-left,
31317
+ .tta5kd2 td.ant-table-cell-fix-right {
31318
+ background: #fff;
31319
+ padding: 0 !important;
31382
31320
  }
31383
-
31384
- .locjvsv {
31385
- font-family: Inter;
31386
- font-style: normal;
31387
- font-weight: normal;
31388
- font-size: 16px;
31389
- 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;
31390
31327
  }
31391
-
31392
- .l13gi131 {
31393
- font-family: Inter;
31394
- font-style: normal;
31395
- font-weight: bold;
31396
- font-size: 16px;
31397
- 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%;
31398
31333
  }
31399
-
31400
- .l1ynemsu {
31401
- font-family: Inter;
31402
- font-style: normal;
31403
- font-weight: normal;
31404
- font-size: 16px;
31405
- line-height: 24px;
31334
+ .tta5kd2 .ant-table-container {
31335
+ height: 100%;
31406
31336
  }
31407
-
31408
- .l1cft1cx {
31409
- font-family: Inter;
31410
- font-style: normal;
31411
- font-weight: bold;
31412
- font-size: 16px;
31413
- line-height: 24px;
31337
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31338
+ box-shadow: none !important;
31414
31339
  }
31415
-
31416
- .l17tqc8p {
31417
- font-family: Inter;
31418
- font-style: normal;
31419
- font-weight: normal;
31420
- text-transform: uppercase;
31421
- font-feature-settings: "cpsp" on;
31422
- font-size: 16px;
31423
- line-height: 24px;
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;
31424
31348
  }
31425
-
31426
- .l1j1e5w7 {
31427
- font-family: Inter;
31428
- font-style: normal;
31429
- font-weight: bold;
31430
- text-transform: uppercase;
31431
- font-feature-settings: "cpsp" on;
31432
- font-size: 16px;
31433
- line-height: 24px;
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;
31434
31354
  }
31435
-
31436
- .l1gf91jb {
31437
- font-family: Inter;
31438
- font-style: normal;
31439
- font-weight: normal;
31440
- font-size: 14px;
31441
- line-height: 22px;
31355
+ .tta5kd2 .ant-table .time-wrapper .data,
31356
+ .tta5kd2 .ant-table .value {
31357
+ color: #2d3a56;
31442
31358
  }
31443
-
31444
- .lu7hlr6 {
31445
- font-family: Inter;
31446
- font-style: normal;
31447
- font-weight: 500;
31448
- font-size: 14px;
31449
- line-height: 22px;
31359
+ .tta5kd2 .ant-table .time-wrapper .time,
31360
+ .tta5kd2 .ant-table .unit {
31361
+ color: rgba(44, 56, 82, 0.6);
31450
31362
  }
31451
-
31452
- .l3l3jf0 {
31453
- font-family: Inter;
31454
- font-style: normal;
31455
- font-weight: bold;
31456
- font-size: 14px;
31457
- line-height: 22px;
31363
+ .tta5kd2 .ant-table .ant-table-selection {
31364
+ position: unset;
31365
+ text-align: center;
31458
31366
  }
31459
-
31460
- .l12j5nqp {
31461
- font-family: Inter;
31462
- font-style: normal;
31463
- font-weight: normal;
31464
- font-size: 14px;
31465
- line-height: 22px;
31367
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31368
+ background: #fff;
31466
31369
  }
31467
-
31468
- .l1tecqht {
31469
- font-family: Inter;
31470
- font-style: normal;
31471
- font-weight: bold;
31472
- font-size: 14px;
31473
- line-height: 22px;
31370
+ .tta5kd2 .ant-table .anticon-setting {
31371
+ cursor: pointer;
31372
+ position: absolute;
31373
+ top: 50%;
31374
+ right: 12px;
31375
+ transform: translateY(-50%);
31474
31376
  }
31475
-
31476
- .l6sa990 {
31477
- font-family: Inter;
31478
- font-style: normal;
31479
- font-weight: normal;
31480
- text-transform: uppercase;
31481
- font-feature-settings: "cpsp" on;
31482
- font-size: 14px;
31483
- line-height: 22px;
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);
31484
31381
  }
31485
-
31486
- .lckqe8j {
31487
- font-family: Inter;
31488
- font-style: normal;
31489
- font-weight: bold;
31490
- text-transform: uppercase;
31491
- font-feature-settings: "cpsp" on;
31492
- font-size: 14px;
31493
- line-height: 22px;
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);
31494
31386
  }
31495
-
31496
- .l1kuminb {
31497
- font-family: Inter;
31498
- font-style: normal;
31499
- font-weight: normal;
31500
- font-size: 13px;
31501
- line-height: 20px;
31387
+ .tta5kd2 .ant-table .ant-table-tbody {
31388
+ position: relative;
31502
31389
  }
31503
-
31504
- .l1pbuf5j {
31505
- font-family: Inter;
31506
- font-style: normal;
31507
- font-weight: 600;
31508
- font-size: 13px;
31509
- line-height: 20px;
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;
31510
31397
  }
31511
-
31512
- .l1r4ztu {
31513
- font-family: Inter;
31514
- font-style: normal;
31515
- font-weight: bold;
31516
- font-size: 13px;
31517
- line-height: 20px;
31398
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31399
+ background: #f2f5fa;
31400
+ border-bottom-color: #f2f5fa;
31518
31401
  }
31519
-
31520
- .ly8vzok {
31521
- font-family: Inter;
31522
- font-style: normal;
31523
- font-weight: normal;
31524
- font-size: 13px;
31525
- line-height: 20px;
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;
31526
31512
  }
31527
-
31528
- .lumfmf {
31529
- font-family: Inter;
31530
- font-style: normal;
31531
- font-weight: 600;
31532
- font-size: 13px;
31533
- line-height: 20px;
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;
31534
31521
  }
31535
-
31536
- .l16ujwmv {
31537
- font-family: Inter;
31538
- font-style: normal;
31539
- font-weight: bold;
31540
- font-size: 13px;
31541
- line-height: 20px;
31522
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31523
+ padding: unset;
31542
31524
  }
31543
-
31544
- .l17o1ffr {
31545
- font-family: Inter;
31546
- font-style: normal;
31547
- font-weight: normal;
31548
- text-transform: uppercase;
31549
- font-feature-settings: "cpsp" on;
31550
- font-size: 13px;
31551
- line-height: 20px;
31525
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31526
+ display: none;
31552
31527
  }
31553
-
31554
- .lngllvn {
31555
- font-family: Inter;
31556
- font-style: normal;
31557
- font-weight: bold;
31558
- text-transform: uppercase;
31559
- font-feature-settings: "cpsp" on;
31560
- font-size: 13px;
31561
- line-height: 20px;
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;
31562
31533
  }
31563
-
31564
- .l2i7fo9 {
31565
- font-family: Inter;
31566
- font-style: normal;
31567
- font-weight: normal;
31568
- font-size: 12px;
31569
- line-height: 18px;
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;
31570
31538
  }
31571
-
31572
- .l1x7hscx {
31573
- font-family: Inter;
31574
- font-style: normal;
31575
- font-weight: 500;
31576
- font-size: 12px;
31577
- line-height: 18px;
31539
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31540
+ padding: 15px 25px 15px 8px;
31578
31541
  }
31579
-
31580
- .le1jwan {
31581
- font-family: Inter;
31582
- font-style: normal;
31583
- font-weight: bold;
31584
- font-size: 12px;
31585
- line-height: 18px;
31542
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31543
+ padding: 0;
31586
31544
  }
31587
-
31588
- .lyxynfj {
31589
- font-family: Inter;
31590
- font-style: normal;
31591
- font-weight: normal;
31592
- font-size: 12px;
31593
- line-height: 18px;
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;
31594
31553
  }
31595
-
31596
- .lpb2nxv {
31597
- font-family: Inter;
31598
- font-style: normal;
31599
- font-weight: 500;
31600
- font-size: 12px;
31601
- line-height: 18px;
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);
31602
31557
  }
31603
-
31604
- .l1r8o3vv {
31605
- font-family: Inter;
31606
- font-style: normal;
31607
- font-weight: bold;
31608
- font-size: 12px;
31609
- line-height: 18px;
31558
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31559
+ display: block;
31610
31560
  }
31611
-
31612
- .lemnjy2 {
31613
- font-family: Inter;
31614
- font-style: normal;
31615
- font-weight: normal;
31616
- text-transform: uppercase;
31617
- font-feature-settings: "cpsp" on;
31618
- font-size: 12px;
31619
- line-height: 18px;
31561
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31562
+ display: none;
31620
31563
  }
31621
-
31622
- .lrc42gb {
31623
- font-family: Inter;
31624
- font-style: normal;
31625
- font-weight: bold;
31626
- text-transform: uppercase;
31627
- font-feature-settings: "cpsp" on;
31628
- font-size: 12px;
31629
- line-height: 18px;
31564
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31565
+ transform: translateY(-50%);
31630
31566
  }
31631
-
31632
- .fqaz4mb {
31633
- font-family: Inter;
31634
- font-style: normal;
31635
- font-weight: normal;
31636
- font-size: 13px;
31637
- line-height: 20px;
31567
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31568
+ transform: translateY(-50%) rotateX(180deg);
31638
31569
  }
31639
-
31640
- .f13we5o {
31641
- font-family: Inter;
31642
- font-style: normal;
31643
- font-weight: normal;
31644
- font-size: 13px;
31645
- line-height: 20px;
31570
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31571
+ background: #f2f5fa;
31646
31572
  }
31647
-
31648
- .ffmjua2 {
31649
- font-family: Inter;
31650
- font-style: normal;
31651
- font-weight: normal;
31652
- font-size: 12px;
31653
- line-height: 18px;
31573
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31574
+ display: block;
31654
31575
  }
31655
-
31656
- .fz2mxw0 {
31657
- font-family: Inter;
31658
- font-style: normal;
31659
- font-weight: normal;
31660
- font-size: 12px;
31661
- line-height: 18px;
31576
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31577
+ padding-right: 25px;
31662
31578
  }
31663
-
31664
- .t1ertzoh {
31665
- font-family: Inter;
31666
- font-style: normal;
31667
- font-weight: normal;
31668
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31669
- font-size: 13px;
31670
- line-height: 20px;
31579
+ .tta5kd2 .ant-table .ant-table-selection-column {
31580
+ padding: 0 !important;
31671
31581
  }
31672
-
31673
- .t19bge8r {
31674
- font-family: Inter;
31675
- font-style: normal;
31676
- font-weight: normal;
31677
- font-feature-settings: "zero" on;
31678
- font-size: 13px;
31679
- line-height: 20px;
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%);
31680
31587
  }
31681
-
31682
- .tjrzfyl {
31683
- font-family: Inter;
31684
- font-style: normal;
31685
- font-weight: normal;
31686
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31687
- font-size: 12px;
31688
- line-height: 18px;
31588
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31589
+ display: none;
31689
31590
  }
31690
-
31691
- .tm6s7bo {
31692
- font-family: Inter;
31693
- font-style: normal;
31694
- font-weight: 500;
31695
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31696
- font-size: 12px;
31697
- line-height: 18px;
31591
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31592
+ background: #fff;
31698
31593
  }
31699
-
31700
- .t19zq6ic {
31701
- font-family: Inter;
31702
- font-style: normal;
31703
- font-weight: normal;
31704
- font-feature-settings: "zero" on;
31705
- font-size: 12px;
31706
- line-height: 18px;
31594
+ .tta5kd2 .ant-table .ant-table-placeholder {
31595
+ background: inherit;
31707
31596
  }
31708
-
31709
- .t1gduru8 {
31710
- font-family: Inter;
31711
- font-style: normal;
31712
- font-weight: 500;
31713
- font-feature-settings: "zero" on;
31714
- font-size: 12px;
31715
- line-height: 18px;
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;
31716
31603
  }
31717
-
31718
- .t55raab {
31719
- font-family: Inter;
31720
- font-style: normal;
31604
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31605
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31721
31606
  font-weight: bold;
31722
- font-feature-settings: "zero" on;
31723
- font-size: 16px;
31724
- line-height: 24px;
31607
+ font-size: 20px;
31608
+ color: rgba(10, 37, 85, 0.6);
31609
+ }
31610
+ .tta5kd2 .ant-table td.cell__action_ {
31611
+ padding: 0 !important;
31612
+ position: relative;
31613
+ background: #fff;
31614
+ }
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;
31725
31621
  }
31726
-
31727
- .u1w9abfe {
31728
- font-family: Inter;
31729
- font-style: normal;
31730
- font-weight: normal;
31731
- font-size: 10px;
31732
- line-height: 12px;
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;
31733
31628
  }
31734
-
31735
- .i1e4sgug {
31736
- display: inline-block;
31629
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31630
+ background: #fff;
31737
31631
  }
31738
31632
 
31739
31633
  .s1fc623g {
@@ -31817,368 +31711,483 @@ input.rrg1fkn.ant-input {
31817
31711
  opacity: 0;
31818
31712
  }
31819
31713
 
31820
- .t1upn1sz {
31821
- height: 100%;
31714
+ .i1e4sgug {
31715
+ display: inline-block;
31822
31716
  }
31823
31717
 
31824
- .tta5kd2 {
31825
- height: 100%;
31826
- }
31827
- .tta5kd2.empty-table .ant-table-content {
31828
- overflow: visible !important;
31829
- height: 100%;
31830
- }
31831
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31832
- height: 100%;
31833
- }
31834
- .tta5kd2.empty-table .ant-table-content table {
31835
- width: 100% !important;
31836
- height: 100%;
31837
- }
31838
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31839
- padding: 15px 0;
31840
- }
31841
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31842
- display: none;
31843
- }
31844
- .tta5kd2 .active-row td:nth-child(1) {
31845
- font-weight: 700;
31846
- }
31847
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31848
- font-weight: 700;
31849
- }
31850
- .tta5kd2 .ant-spin-nested-loading {
31851
- height: 100%;
31852
- }
31853
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31854
- height: 100%;
31855
- overflow: visible;
31856
- }
31857
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31858
- max-height: none;
31859
- }
31860
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31861
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31862
- display: none;
31863
- }
31864
- .tta5kd2 td.ant-table-column-sort {
31865
- background: transparent;
31866
- }
31867
- .tta5kd2 td.ant-table-cell-fix-left,
31868
- .tta5kd2 td.ant-table-cell-fix-right {
31869
- background: #fff;
31870
- padding: 0 !important;
31871
- }
31872
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31873
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31874
- display: flex;
31875
- align-items: center;
31876
- height: 100%;
31877
- padding: 8px;
31878
- }
31879
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31880
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31881
- overflow: hidden;
31882
- text-overflow: ellipsis;
31883
- width: 100%;
31884
- }
31885
- .tta5kd2 .ant-table-container {
31886
- height: 100%;
31887
- }
31888
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31889
- box-shadow: none !important;
31890
- }
31891
- .tta5kd2 .ant-table {
31892
- border-radius: 0px;
31893
- border-left: none;
31894
- border-right: none;
31895
- border-bottom: none;
31896
- height: 100%;
31897
- font-size: 12px;
31898
- background: transparent;
31899
- }
31900
- .tta5kd2 .ant-table .ant-table-header {
31901
- position: relative;
31902
- z-index: 3;
31903
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31904
- margin-bottom: -1px;
31905
- }
31906
- .tta5kd2 .ant-table .time-wrapper .data,
31907
- .tta5kd2 .ant-table .value {
31908
- color: #2d3a56;
31909
- }
31910
- .tta5kd2 .ant-table .time-wrapper .time,
31911
- .tta5kd2 .ant-table .unit {
31912
- color: rgba(44, 56, 82, 0.6);
31913
- }
31914
- .tta5kd2 .ant-table .ant-table-selection {
31915
- position: unset;
31916
- text-align: center;
31917
- }
31918
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31919
- background: #fff;
31920
- }
31921
- .tta5kd2 .ant-table .anticon-setting {
31922
- cursor: pointer;
31923
- position: absolute;
31924
- top: 50%;
31925
- right: 12px;
31926
- transform: translateY(-50%);
31927
- }
31928
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31929
- box-shadow: none;
31930
- width: 1px;
31931
- background: rgba(213, 219, 227, 0.6);
31932
- }
31933
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31934
- box-shadow: none;
31935
- width: 1px;
31936
- background: rgba(213, 219, 227, 0.6);
31937
- }
31938
- .tta5kd2 .ant-table .ant-table-tbody {
31939
- position: relative;
31718
+ .d6j0lbj {
31719
+ font-family: Inter;
31720
+ font-style: normal;
31721
+ font-weight: bold;
31722
+ font-size: 32px;
31723
+ line-height: 40px;
31940
31724
  }
31941
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31942
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31943
- border-bottom: 1px solid white;
31944
- height: 40px;
31945
- vertical-align: middle;
31946
- transition: background 0ms;
31947
- color: #00122e;
31725
+
31726
+ .d1xhvvxe {
31727
+ font-family: Inter;
31728
+ font-style: normal;
31729
+ font-weight: bold;
31730
+ font-size: 24px;
31731
+ line-height: 32px;
31948
31732
  }
31949
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31950
- background: #f2f5fa;
31951
- border-bottom-color: #f2f5fa;
31733
+
31734
+ .dk10mxq {
31735
+ font-family: Inter;
31736
+ font-style: normal;
31737
+ font-weight: normal;
31738
+ font-size: 32px;
31739
+ line-height: 40px;
31952
31740
  }
31953
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31954
- height: auto;
31955
- color: #00122e;
31956
- font-size: 12px;
31957
- text-align: left;
31958
- transition: none;
31959
- overflow: hidden;
31960
- text-overflow: ellipsis;
31961
- white-space: nowrap;
31741
+
31742
+ .dxsait {
31743
+ font-family: Inter;
31744
+ font-style: normal;
31745
+ font-weight: bold;
31746
+ font-size: 20px;
31747
+ line-height: 24px;
31962
31748
  }
31963
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31964
- color: #0096ff;
31749
+
31750
+ .dokn0h3 {
31751
+ font-family: Inter;
31752
+ font-style: normal;
31753
+ font-weight: normal;
31754
+ font-size: 20px;
31755
+ line-height: 24px;
31965
31756
  }
31966
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31967
- overflow: hidden;
31968
- text-overflow: ellipsis;
31969
- width: 100%;
31970
- vertical-align: middle;
31757
+
31758
+ .dobau4p {
31759
+ font-family: Inter;
31760
+ font-style: normal;
31761
+ font-weight: bold;
31762
+ font-size: 18px;
31763
+ line-height: 22px;
31971
31764
  }
31972
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31973
- line-height: 0px;
31765
+
31766
+ .dvolwok {
31767
+ font-family: Inter;
31768
+ font-style: normal;
31769
+ font-weight: normal;
31770
+ font-size: 18px;
31771
+ line-height: 22px;
31974
31772
  }
31975
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31976
- padding-right: 25px;
31773
+
31774
+ .h181qhg4 {
31775
+ font-family: Inter;
31776
+ font-style: normal;
31777
+ font-weight: bold;
31778
+ font-size: 16px;
31779
+ line-height: 22px;
31977
31780
  }
31978
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31979
- border-top-color: transparent;
31781
+
31782
+ .h1phgmcq {
31783
+ font-family: Inter;
31784
+ font-style: normal;
31785
+ font-weight: normal;
31786
+ font-size: 16px;
31787
+ line-height: 22px;
31980
31788
  }
31981
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31982
- background: rgba(225, 230, 241, 0.6);
31983
- border-color: transparent transparent white;
31789
+
31790
+ .h173xnl1 {
31791
+ font-family: Inter;
31792
+ font-style: normal;
31793
+ font-weight: bold;
31794
+ font-size: 14px;
31795
+ line-height: 20px;
31984
31796
  }
31985
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31986
- border-radius: 8px 0 0 8px;
31797
+
31798
+ .hedm4pz {
31799
+ font-family: Inter;
31800
+ font-style: normal;
31801
+ font-weight: normal;
31802
+ font-size: 14px;
31803
+ line-height: 20px;
31987
31804
  }
31988
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31989
- border-radius: 8px 0 0 8px;
31805
+
31806
+ .h1kd8xld {
31807
+ font-family: Inter;
31808
+ font-style: normal;
31809
+ font-weight: bold;
31810
+ font-size: 12px;
31811
+ line-height: 18px;
31990
31812
  }
31991
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31992
- content: "";
31993
- width: 4px;
31994
- top: -1px;
31995
- bottom: -1px;
31996
- background: white;
31813
+
31814
+ .hp14fr {
31815
+ font-family: Inter;
31816
+ font-style: normal;
31817
+ font-weight: normal;
31818
+ font-size: 12px;
31819
+ line-height: 18px;
31997
31820
  }
31998
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31999
- border-radius: 0 8px 8px 0;
31821
+
31822
+ .hgrg7mn {
31823
+ font-family: Inter;
31824
+ font-style: normal;
31825
+ font-weight: bold;
31826
+ text-transform: uppercase;
31827
+ font-feature-settings: "cpsp" on;
31828
+ font-size: 12px;
31829
+ line-height: 18px;
32000
31830
  }
32001
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
32002
- border-radius: 0;
32003
- background: white;
32004
- border-top: none;
31831
+
31832
+ .h6zme9x {
31833
+ font-family: Inter;
31834
+ font-style: normal;
31835
+ font-weight: normal;
31836
+ text-transform: uppercase;
31837
+ font-feature-settings: "cpsp" on;
31838
+ font-size: 12px;
31839
+ line-height: 18px;
32005
31840
  }
32006
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
32007
- border-top: 1px solid transparent;
32008
- border-radius: 0 8px 8px 0;
32009
- background: rgba(225, 230, 241, 0.6);
31841
+
31842
+ .locjvsv {
31843
+ font-family: Inter;
31844
+ font-style: normal;
31845
+ font-weight: normal;
31846
+ font-size: 16px;
31847
+ line-height: 24px;
32010
31848
  }
32011
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
32012
- background: white;
32013
- border-top: 1px solid rgba(211, 218, 235, 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;
32014
31856
  }
32015
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
32016
- display: flex;
32017
- align-items: center;
32018
- height: 100%;
32019
- background: rgba(225, 230, 241, 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;
32020
31864
  }
32021
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
32022
- background: white;
32023
- border-top: 1px solid rgba(211, 218, 235, 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;
32024
31872
  }
32025
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
32026
- display: flex;
32027
- align-items: center;
32028
- height: 100%;
32029
- background: rgba(225, 230, 241, 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;
32030
31882
  }
32031
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
32032
- border-bottom: 1px solid rgba(211, 218, 235, 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;
32033
31892
  }
32034
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
32035
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
32036
- border-radius: 8px;
31893
+
31894
+ .l1gf91jb {
31895
+ font-family: Inter;
31896
+ font-style: normal;
31897
+ font-weight: normal;
31898
+ font-size: 14px;
31899
+ line-height: 22px;
32037
31900
  }
32038
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
32039
- border-top-color: white;
31901
+
31902
+ .lu7hlr6 {
31903
+ font-family: Inter;
31904
+ font-style: normal;
31905
+ font-weight: 500;
31906
+ font-size: 14px;
31907
+ line-height: 22px;
32040
31908
  }
32041
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
32042
- background: rgba(0, 136, 255, 0.1);
32043
- border-bottom-color: transparent;
32044
- border-top-color: transparent;
31909
+
31910
+ .l3l3jf0 {
31911
+ font-family: Inter;
31912
+ font-style: normal;
31913
+ font-weight: bold;
31914
+ font-size: 14px;
31915
+ line-height: 22px;
32045
31916
  }
32046
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
32047
- border-radius: 8px 0 0 8px;
31917
+
31918
+ .l12j5nqp {
31919
+ font-family: Inter;
31920
+ font-style: normal;
31921
+ font-weight: normal;
31922
+ font-size: 14px;
31923
+ line-height: 22px;
32048
31924
  }
32049
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
32050
- border-radius: 0 8px 8px 0;
31925
+
31926
+ .l1tecqht {
31927
+ font-family: Inter;
31928
+ font-style: normal;
31929
+ font-weight: bold;
31930
+ font-size: 14px;
31931
+ line-height: 22px;
32051
31932
  }
32052
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
32053
- background: rgba(0, 136, 255, 0.1);
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;
32054
31942
  }
32055
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
32056
- background: #fff;
32057
- font-weight: 400;
32058
- position: relative;
32059
- border-bottom: none;
32060
- color: #00122e;
32061
- transition: none;
32062
- padding: 15px 8px 15px 8px;
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:not(:last-child):after {
32065
- content: "";
32066
- width: 1px;
32067
- top: 0;
32068
- bottom: 0;
32069
- background: rgba(211, 218, 235, 0.6);
32070
- position: absolute;
32071
- right: 0;
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.is-blank {
32074
- padding: unset;
31961
+
31962
+ .l1pbuf5j {
31963
+ font-family: Inter;
31964
+ font-style: normal;
31965
+ font-weight: 600;
31966
+ font-size: 13px;
31967
+ line-height: 20px;
32075
31968
  }
32076
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
32077
- display: none;
31969
+
31970
+ .l1r4ztu {
31971
+ font-family: Inter;
31972
+ font-style: normal;
31973
+ font-weight: bold;
31974
+ font-size: 13px;
31975
+ line-height: 20px;
32078
31976
  }
32079
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
32080
- width: 100%;
32081
- overflow: hidden;
32082
- white-space: nowrap;
32083
- text-overflow: ellipsis;
31977
+
31978
+ .ly8vzok {
31979
+ font-family: Inter;
31980
+ font-style: normal;
31981
+ font-weight: normal;
31982
+ font-size: 13px;
31983
+ line-height: 20px;
32084
31984
  }
32085
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
32086
- overflow: hidden;
32087
- text-overflow: ellipsis;
32088
- flex: 1;
31985
+
31986
+ .lumfmf {
31987
+ font-family: Inter;
31988
+ font-style: normal;
31989
+ font-weight: 600;
31990
+ font-size: 13px;
31991
+ line-height: 20px;
32089
31992
  }
32090
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
32091
- padding: 15px 25px 15px 8px;
31993
+
31994
+ .l16ujwmv {
31995
+ font-family: Inter;
31996
+ font-style: normal;
31997
+ font-weight: bold;
31998
+ font-size: 13px;
31999
+ line-height: 20px;
32000
+ }
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;
32092
32010
  }
32093
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
32094
- 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;
32095
32020
  }
32096
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
32097
- position: absolute;
32098
- right: 6px;
32099
- top: 50%;
32100
- transform: translateY(-50%);
32101
- height: 16px;
32102
- display: none;
32103
- 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;
32104
32028
  }
32105
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
32106
- display: block;
32107
- 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;
32108
32036
  }
32109
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
32110
- 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;
32111
32044
  }
32112
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
32113
- 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;
32114
32052
  }
32115
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
32116
- 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;
32117
32060
  }
32118
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
32119
- 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;
32120
32068
  }
32121
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
32122
- 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;
32123
32078
  }
32124
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
32125
- 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;
32126
32088
  }
32127
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
32128
- 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;
32129
32096
  }
32130
- .tta5kd2 .ant-table .ant-table-selection-column {
32131
- 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;
32132
32104
  }
32133
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
32134
- position: absolute;
32135
- left: 50%;
32136
- top: 50%;
32137
- 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;
32138
32112
  }
32139
- .tta5kd2 .ant-table .ant-table-selection-column:after {
32140
- 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;
32141
32120
  }
32142
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
32143
- 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;
32144
32129
  }
32145
- .tta5kd2 .ant-table .ant-table-placeholder {
32146
- 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;
32147
32138
  }
32148
- .tta5kd2 .ant-table .ant-table-placeholder td {
32149
- position: static;
32150
- border: none;
32151
- background: inherit !important;
32152
- height: 100px;
32153
- 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;
32154
32147
  }
32155
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
32156
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
32157
- font-weight: bold;
32158
- font-size: 20px;
32159
- 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;
32160
32156
  }
32161
- .tta5kd2 .ant-table td.cell__action_ {
32162
- padding: 0 !important;
32163
- position: relative;
32164
- 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;
32165
32165
  }
32166
- .tta5kd2 .ant-table td.cell__action_ > * {
32167
- height: 100%;
32168
- display: flex;
32169
- align-items: center;
32170
- justify-content: flex-end;
32171
- 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;
32172
32174
  }
32173
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
32174
- width: 24px;
32175
- height: 24px;
32176
- cursor: pointer;
32177
- justify-content: center;
32178
- 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;
32179
32183
  }
32180
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
32181
- 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;
32182
32191
  }
32183
32192
 
32184
32193
  .m15dvk92 {
@@ -32265,10 +32274,6 @@ input.rrg1fkn.ant-input {
32265
32274
  margin-left: 24px;
32266
32275
  }
32267
32276
 
32268
- .iiqau4c.ant-input-group.ant-input-group-compact {
32269
- display: flex;
32270
- }
32271
-
32272
32277
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32273
32278
  border-radius: 6px;
32274
32279
  }
@@ -32326,6 +32331,10 @@ input.rrg1fkn.ant-input {
32326
32331
  transform: rotate(180deg);
32327
32332
  }
32328
32333
 
32334
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32335
+ display: flex;
32336
+ }
32337
+
32329
32338
  .igz4le8 {
32330
32339
  height: 24px;
32331
32340
  width: 56px !important;
@@ -32879,6 +32888,11 @@ input.rrg1fkn.ant-input {
32879
32888
  min-height: 0px;
32880
32889
  }
32881
32890
 
32891
+ .iwsze0q {
32892
+ margin-right: 4px;
32893
+ height: 16px;
32894
+ }
32895
+
32882
32896
  .w1xcixj5.outside-tag {
32883
32897
  padding-left: 0;
32884
32898
  }
@@ -32907,11 +32921,6 @@ input.rrg1fkn.ant-input {
32907
32921
  height: 16px;
32908
32922
  }
32909
32923
 
32910
- .iwsze0q {
32911
- margin-right: 4px;
32912
- height: 16px;
32913
- }
32914
-
32915
32924
  .at4ovwe .ant-input-number-handler-wrap {
32916
32925
  display: var(--at4ovwe-0);
32917
32926
  }