@cloudtower/eagle 0.26.24-dry-1 → 0.26.25-dry-1

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
@@ -28278,6 +28278,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28278
28278
  /* green */
28279
28279
  /* yellow */
28280
28280
  /* red */
28281
+ /* purple */
28281
28282
  /* palette global token*/
28282
28283
  /* color opaque */
28283
28284
  /* color transparent */
@@ -28310,6 +28311,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28310
28311
  /* dim */
28311
28312
  /* box shadow */
28312
28313
  /* fisheye */
28314
+ /* z-index */
28313
28315
  @keyframes rotate {
28314
28316
  from {
28315
28317
  transform: rotate(0deg);
@@ -28331,6 +28333,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28331
28333
  /* green */
28332
28334
  /* yellow */
28333
28335
  /* red */
28336
+ /* purple */
28334
28337
  /* palette global token*/
28335
28338
  /* color opaque */
28336
28339
  /* color transparent */
@@ -28363,6 +28366,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28363
28366
  /* dim */
28364
28367
  /* box shadow */
28365
28368
  /* fisheye */
28369
+ /* z-index */
28366
28370
  .loading {
28367
28371
  width: 64px;
28368
28372
  height: 64px;
@@ -28491,6 +28495,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28491
28495
  /* green */
28492
28496
  /* yellow */
28493
28497
  /* red */
28498
+ /* purple */
28494
28499
  /* palette global token*/
28495
28500
  /* color opaque */
28496
28501
  /* color transparent */
@@ -28523,6 +28528,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28523
28528
  /* dim */
28524
28529
  /* box shadow */
28525
28530
  /* fisheye */
28531
+ /* z-index */
28526
28532
  .ant-dropdown,
28527
28533
  .ant-dropdown-menu-submenu {
28528
28534
  background: #fff;
@@ -28712,6 +28718,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28712
28718
  /* green */
28713
28719
  /* yellow */
28714
28720
  /* red */
28721
+ /* purple */
28715
28722
  /* palette global token*/
28716
28723
  /* color opaque */
28717
28724
  /* color transparent */
@@ -28744,6 +28751,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28744
28751
  /* dim */
28745
28752
  /* box shadow */
28746
28753
  /* fisheye */
28754
+ /* z-index */
28747
28755
  .ant-dropdown,
28748
28756
  .ant-dropdown-menu-submenu {
28749
28757
  background: #fff;
@@ -29926,6 +29934,9 @@ html body {
29926
29934
  padding: 0;
29927
29935
  }
29928
29936
  .buj61ew.ant-btn {
29937
+ display: inline-flex;
29938
+ align-items: center;
29939
+ justify-content: center;
29929
29940
  padding: 5px 12px;
29930
29941
  height: 32px;
29931
29942
  border-radius: 6px;
@@ -30155,11 +30166,6 @@ html body {
30155
30166
  --background-color-focus: #fff;
30156
30167
  --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30157
30168
  }
30158
- .buj61ew.has-icon {
30159
- display: inline-flex;
30160
- align-items: center;
30161
- justify-content: center;
30162
- }
30163
30169
  .buj61ew .button-prefix-icon {
30164
30170
  margin-right: 8px;
30165
30171
  display: inline-flex;
@@ -30318,6 +30324,152 @@ html body {
30318
30324
  line-height: 18px;
30319
30325
  }
30320
30326
 
30327
+ .rxbeqvl.ant-radio-wrapper {
30328
+ display: inline-flex;
30329
+ align-items: baseline;
30330
+ white-space: pre-wrap;
30331
+ }
30332
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30333
+ position: relative;
30334
+ top: 3px;
30335
+ }
30336
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30337
+ border-color: rgba(107, 128, 167, 0.6);
30338
+ }
30339
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30340
+ border-color: #0080ff;
30341
+ }
30342
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30343
+ border-color: #0080ff;
30344
+ background: #0080ff;
30345
+ }
30346
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30347
+ top: 4px;
30348
+ left: 4px;
30349
+ width: 6px;
30350
+ height: 6px;
30351
+ background: #fff;
30352
+ }
30353
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30354
+ opacity: 0.5;
30355
+ }
30356
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30357
+ border-color: rgba(107, 128, 167, 0.6);
30358
+ background: rgba(211, 218, 235, 0.6);
30359
+ }
30360
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30361
+ background: #00122e;
30362
+ }
30363
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30364
+ color: #00122e;
30365
+ opacity: 0.5;
30366
+ }
30367
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30368
+ color: #00122e;
30369
+ }
30370
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30371
+ display: inline-block;
30372
+ padding: 0;
30373
+ padding-left: 12px;
30374
+ }
30375
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30376
+ margin-bottom: 0;
30377
+ white-space: pre-wrap;
30378
+ color: rgba(44, 56, 82, 0.6);
30379
+ }
30380
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30381
+ padding-left: 8px;
30382
+ }
30383
+
30384
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30385
+ border-radius: 5px 0 0 5px;
30386
+ }
30387
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30388
+ border-radius: 0 5px 5px 0;
30389
+ }
30390
+
30391
+ .r1f0aqcc {
30392
+ color: #00122e;
30393
+ border-color: #ccd4e3;
30394
+ }
30395
+ .r1f0aqcc:first-child {
30396
+ border-color: #a3b4cc;
30397
+ }
30398
+ .r1f0aqcc.ant-radio-button-wrapper {
30399
+ padding: 0 12px;
30400
+ line-height: 32px;
30401
+ height: 32px;
30402
+ }
30403
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30404
+ white-space: nowrap;
30405
+ }
30406
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30407
+ height: 22px;
30408
+ padding: 0 7px;
30409
+ line-height: 20px;
30410
+ }
30411
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30412
+ background: #ccd4e3;
30413
+ }
30414
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30415
+ background: #0080ff;
30416
+ }
30417
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30418
+ background: #ccd4e3;
30419
+ opacity: 0.5;
30420
+ }
30421
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30422
+ border-right-color: #0080ff;
30423
+ }
30424
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30425
+ border-color: #0080ff;
30426
+ }
30427
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30428
+ background: rgba(0, 136, 255, 0.1);
30429
+ }
30430
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30431
+ background: rgba(211, 218, 235, 0.6);
30432
+ border-color: #ccd4e3;
30433
+ opacity: 0.5;
30434
+ }
30435
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30436
+ color: #00122e;
30437
+ border-color: #ccd4e3;
30438
+ }
30439
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30440
+ color: #00122e;
30441
+ border-color: #ccd4e3;
30442
+ background: rgba(172, 186, 211, 0.6);
30443
+ }
30444
+ .r1f0aqcc .ant-radio-button-input {
30445
+ margin-right: 8px;
30446
+ display: inline;
30447
+ border: none;
30448
+ padding: 0;
30449
+ width: 36px;
30450
+ background: transparent;
30451
+ }
30452
+ .r1f0aqcc .ant-radio-button-input:focus {
30453
+ box-shadow: none;
30454
+ }
30455
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30456
+ margin-right: 0;
30457
+ width: initial;
30458
+ box-shadow: none;
30459
+ }
30460
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30461
+ display: none;
30462
+ }
30463
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30464
+ display: inline;
30465
+ }
30466
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30467
+ display: inline;
30468
+ margin-right: 8px;
30469
+ padding: 0;
30470
+ width: 36px;
30471
+ }
30472
+
30321
30473
  .s34f1qb.ant-switch {
30322
30474
  min-width: 40px;
30323
30475
  height: 24px;
@@ -30984,629 +31136,368 @@ input.rrg1fkn.ant-input {
30984
31136
  border-bottom-left-radius: 0;
30985
31137
  }
30986
31138
 
30987
- .rxbeqvl.ant-radio-wrapper {
30988
- display: inline-flex;
30989
- align-items: baseline;
30990
- white-space: pre-wrap;
31139
+ .t1upn1sz {
31140
+ height: 100%;
30991
31141
  }
30992
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30993
- position: relative;
30994
- top: 3px;
31142
+
31143
+ .tta5kd2 {
31144
+ height: 100%;
30995
31145
  }
30996
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30997
- border-color: rgba(107, 128, 167, 0.6);
31146
+ .tta5kd2.empty-table .ant-table-content {
31147
+ overflow: visible !important;
31148
+ height: 100%;
30998
31149
  }
30999
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31000
- border-color: #0080ff;
31150
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31151
+ height: 100%;
31001
31152
  }
31002
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31003
- border-color: #0080ff;
31004
- background: #0080ff;
31153
+ .tta5kd2.empty-table .ant-table-content table {
31154
+ width: 100% !important;
31155
+ height: 100%;
31005
31156
  }
31006
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31007
- top: 4px;
31008
- left: 4px;
31009
- width: 6px;
31010
- height: 6px;
31011
- background: #fff;
31157
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31158
+ padding: 15px 0;
31012
31159
  }
31013
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31014
- opacity: 0.5;
31160
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31161
+ display: none;
31015
31162
  }
31016
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31017
- border-color: rgba(107, 128, 167, 0.6);
31018
- background: rgba(211, 218, 235, 0.6);
31163
+ .tta5kd2 .active-row td:nth-child(1) {
31164
+ font-weight: 700;
31019
31165
  }
31020
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31021
- background: #00122e;
31166
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31167
+ font-weight: 700;
31022
31168
  }
31023
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31024
- color: #00122e;
31025
- opacity: 0.5;
31169
+ .tta5kd2 .ant-spin-nested-loading {
31170
+ height: 100%;
31026
31171
  }
31027
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31028
- color: #00122e;
31172
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31173
+ height: 100%;
31174
+ overflow: visible;
31029
31175
  }
31030
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31031
- display: inline-block;
31032
- padding: 0;
31033
- padding-left: 12px;
31176
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31177
+ max-height: none;
31034
31178
  }
31035
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31036
- margin-bottom: 0;
31037
- white-space: pre-wrap;
31038
- color: rgba(44, 56, 82, 0.6);
31179
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31180
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31181
+ display: none;
31039
31182
  }
31040
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31041
- padding-left: 8px;
31183
+ .tta5kd2 td.ant-table-column-sort {
31184
+ background: transparent;
31042
31185
  }
31043
-
31044
- .r5ie79y .ant-radio-button-wrapper:first-child {
31045
- border-radius: 5px 0 0 5px;
31186
+ .tta5kd2 td.ant-table-cell-fix-left,
31187
+ .tta5kd2 td.ant-table-cell-fix-right {
31188
+ background: #fff;
31189
+ padding: 0 !important;
31046
31190
  }
31047
- .r5ie79y .ant-radio-button-wrapper:last-child {
31048
- border-radius: 0 5px 5px 0;
31191
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31192
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31193
+ display: flex;
31194
+ align-items: center;
31195
+ height: 100%;
31196
+ padding: 8px;
31049
31197
  }
31050
-
31051
- .r1f0aqcc {
31052
- color: #00122e;
31053
- border-color: #ccd4e3;
31198
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31199
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31200
+ overflow: hidden;
31201
+ text-overflow: ellipsis;
31202
+ width: 100%;
31054
31203
  }
31055
- .r1f0aqcc:first-child {
31056
- border-color: #a3b4cc;
31204
+ .tta5kd2 .ant-table-container {
31205
+ height: 100%;
31057
31206
  }
31058
- .r1f0aqcc.ant-radio-button-wrapper {
31059
- padding: 0 12px;
31060
- line-height: 32px;
31061
- height: 32px;
31207
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31208
+ box-shadow: none !important;
31062
31209
  }
31063
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31064
- white-space: nowrap;
31210
+ .tta5kd2 .ant-table {
31211
+ border-radius: 0px;
31212
+ border-left: none;
31213
+ border-right: none;
31214
+ border-bottom: none;
31215
+ height: 100%;
31216
+ font-size: 12px;
31217
+ background: transparent;
31065
31218
  }
31066
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31067
- height: 22px;
31068
- padding: 0 7px;
31069
- line-height: 20px;
31219
+ .tta5kd2 .ant-table .ant-table-header {
31220
+ position: relative;
31221
+ z-index: 3;
31222
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31223
+ margin-bottom: -1px;
31070
31224
  }
31071
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31072
- background: #ccd4e3;
31225
+ .tta5kd2 .ant-table .time-wrapper .data,
31226
+ .tta5kd2 .ant-table .value {
31227
+ color: #2d3a56;
31073
31228
  }
31074
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31075
- background: #0080ff;
31229
+ .tta5kd2 .ant-table .time-wrapper .time,
31230
+ .tta5kd2 .ant-table .unit {
31231
+ color: rgba(44, 56, 82, 0.6);
31076
31232
  }
31077
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31078
- background: #ccd4e3;
31079
- opacity: 0.5;
31233
+ .tta5kd2 .ant-table .ant-table-selection {
31234
+ position: unset;
31235
+ text-align: center;
31080
31236
  }
31081
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31082
- border-right-color: #0080ff;
31237
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31238
+ background: #fff;
31083
31239
  }
31084
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31085
- border-color: #0080ff;
31240
+ .tta5kd2 .ant-table .anticon-setting {
31241
+ cursor: pointer;
31242
+ position: absolute;
31243
+ top: 50%;
31244
+ right: 12px;
31245
+ transform: translateY(-50%);
31086
31246
  }
31087
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31088
- background: rgba(0, 136, 255, 0.1);
31247
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31248
+ box-shadow: none;
31249
+ width: 1px;
31250
+ background: rgba(213, 219, 227, 0.6);
31089
31251
  }
31090
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31091
- background: rgba(211, 218, 235, 0.6);
31092
- border-color: #ccd4e3;
31093
- opacity: 0.5;
31252
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31253
+ box-shadow: none;
31254
+ width: 1px;
31255
+ background: rgba(213, 219, 227, 0.6);
31094
31256
  }
31095
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31257
+ .tta5kd2 .ant-table .ant-table-tbody {
31258
+ position: relative;
31259
+ }
31260
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31261
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31262
+ border-bottom: 1px solid white;
31263
+ height: 40px;
31264
+ vertical-align: middle;
31265
+ transition: background 0ms;
31096
31266
  color: #00122e;
31097
- border-color: #ccd4e3;
31098
31267
  }
31099
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31268
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31269
+ background: #f2f5fa;
31270
+ border-bottom-color: #f2f5fa;
31271
+ }
31272
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31273
+ height: auto;
31100
31274
  color: #00122e;
31101
- border-color: #ccd4e3;
31102
- background: rgba(172, 186, 211, 0.6);
31275
+ font-size: 12px;
31276
+ text-align: left;
31277
+ transition: none;
31278
+ overflow: hidden;
31279
+ text-overflow: ellipsis;
31280
+ white-space: nowrap;
31103
31281
  }
31104
- .r1f0aqcc .ant-radio-button-input {
31105
- margin-right: 8px;
31106
- display: inline;
31107
- border: none;
31108
- padding: 0;
31109
- width: 36px;
31110
- background: transparent;
31282
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31283
+ color: #0096ff;
31111
31284
  }
31112
- .r1f0aqcc .ant-radio-button-input:focus {
31113
- box-shadow: none;
31285
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31286
+ overflow: hidden;
31287
+ text-overflow: ellipsis;
31288
+ width: 100%;
31289
+ vertical-align: middle;
31114
31290
  }
31115
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31116
- margin-right: 0;
31117
- width: initial;
31118
- box-shadow: none;
31291
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31292
+ line-height: 0px;
31119
31293
  }
31120
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31121
- display: none;
31294
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31295
+ padding-right: 25px;
31122
31296
  }
31123
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31124
- display: inline;
31297
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31298
+ border-top-color: transparent;
31125
31299
  }
31126
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31127
- display: inline;
31128
- margin-right: 8px;
31129
- padding: 0;
31130
- width: 36px;
31300
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31301
+ background: rgba(225, 230, 241, 0.6);
31302
+ border-color: transparent transparent white;
31131
31303
  }
31132
-
31133
- .d6j0lbj {
31134
- font-family: Inter;
31135
- font-style: normal;
31136
- font-weight: bold;
31137
- font-size: 32px;
31138
- line-height: 40px;
31304
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31305
+ border-radius: 8px 0 0 8px;
31139
31306
  }
31140
-
31141
- .d1xhvvxe {
31142
- font-family: Inter;
31143
- font-style: normal;
31144
- font-weight: bold;
31145
- font-size: 24px;
31146
- line-height: 32px;
31307
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31308
+ border-radius: 8px 0 0 8px;
31147
31309
  }
31148
-
31149
- .dk10mxq {
31150
- font-family: Inter;
31151
- font-style: normal;
31152
- font-weight: normal;
31153
- font-size: 32px;
31154
- line-height: 40px;
31310
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31311
+ content: "";
31312
+ width: 4px;
31313
+ top: -1px;
31314
+ bottom: -1px;
31315
+ background: white;
31155
31316
  }
31156
-
31157
- .dxsait {
31158
- font-family: Inter;
31159
- font-style: normal;
31160
- font-weight: bold;
31161
- font-size: 20px;
31162
- line-height: 24px;
31317
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31318
+ border-radius: 0 8px 8px 0;
31163
31319
  }
31164
-
31165
- .dokn0h3 {
31166
- font-family: Inter;
31167
- font-style: normal;
31168
- font-weight: normal;
31169
- font-size: 20px;
31170
- line-height: 24px;
31320
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31321
+ border-radius: 0;
31322
+ background: white;
31323
+ border-top: none;
31171
31324
  }
31172
-
31173
- .dobau4p {
31174
- font-family: Inter;
31175
- font-style: normal;
31176
- font-weight: bold;
31177
- font-size: 18px;
31178
- line-height: 22px;
31325
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31326
+ border-top: 1px solid transparent;
31327
+ border-radius: 0 8px 8px 0;
31328
+ background: rgba(225, 230, 241, 0.6);
31179
31329
  }
31180
-
31181
- .dvolwok {
31182
- font-family: Inter;
31183
- font-style: normal;
31184
- font-weight: normal;
31185
- font-size: 18px;
31186
- line-height: 22px;
31330
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31331
+ background: white;
31332
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31187
31333
  }
31188
-
31189
- .h181qhg4 {
31190
- font-family: Inter;
31191
- font-style: normal;
31192
- font-weight: bold;
31193
- font-size: 16px;
31194
- line-height: 22px;
31334
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31335
+ display: flex;
31336
+ align-items: center;
31337
+ height: 100%;
31338
+ background: rgba(225, 230, 241, 0.6);
31195
31339
  }
31196
-
31197
- .h1phgmcq {
31198
- font-family: Inter;
31199
- font-style: normal;
31200
- font-weight: normal;
31201
- font-size: 16px;
31202
- line-height: 22px;
31340
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31341
+ background: white;
31342
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31203
31343
  }
31204
-
31205
- .h173xnl1 {
31206
- font-family: Inter;
31207
- font-style: normal;
31208
- font-weight: bold;
31209
- font-size: 14px;
31210
- line-height: 20px;
31344
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31345
+ display: flex;
31346
+ align-items: center;
31347
+ height: 100%;
31348
+ background: rgba(225, 230, 241, 0.6);
31211
31349
  }
31212
-
31213
- .hedm4pz {
31214
- font-family: Inter;
31215
- font-style: normal;
31216
- font-weight: normal;
31217
- font-size: 14px;
31218
- line-height: 20px;
31350
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31351
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31219
31352
  }
31220
-
31221
- .h1kd8xld {
31222
- font-family: Inter;
31223
- font-style: normal;
31224
- font-weight: bold;
31225
- font-size: 12px;
31226
- line-height: 18px;
31353
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31354
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31355
+ border-radius: 8px;
31227
31356
  }
31228
-
31229
- .hp14fr {
31230
- font-family: Inter;
31231
- font-style: normal;
31232
- font-weight: normal;
31233
- font-size: 12px;
31234
- line-height: 18px;
31235
- }
31236
-
31237
- .hgrg7mn {
31238
- font-family: Inter;
31239
- font-style: normal;
31240
- font-weight: bold;
31241
- text-transform: uppercase;
31242
- font-feature-settings: "cpsp" on;
31243
- font-size: 12px;
31244
- line-height: 18px;
31245
- }
31246
-
31247
- .h6zme9x {
31248
- font-family: Inter;
31249
- font-style: normal;
31250
- font-weight: normal;
31251
- text-transform: uppercase;
31252
- font-feature-settings: "cpsp" on;
31253
- font-size: 12px;
31254
- line-height: 18px;
31255
- }
31256
-
31257
- .locjvsv {
31258
- font-family: Inter;
31259
- font-style: normal;
31260
- font-weight: normal;
31261
- font-size: 16px;
31262
- line-height: 24px;
31263
- }
31264
-
31265
- .l13gi131 {
31266
- font-family: Inter;
31267
- font-style: normal;
31268
- font-weight: bold;
31269
- font-size: 16px;
31270
- line-height: 24px;
31271
- }
31272
-
31273
- .l1ynemsu {
31274
- font-family: Inter;
31275
- font-style: normal;
31276
- font-weight: normal;
31277
- font-size: 16px;
31278
- line-height: 24px;
31279
- }
31280
-
31281
- .l1cft1cx {
31282
- font-family: Inter;
31283
- font-style: normal;
31284
- font-weight: bold;
31285
- font-size: 16px;
31286
- line-height: 24px;
31287
- }
31288
-
31289
- .l17tqc8p {
31290
- font-family: Inter;
31291
- font-style: normal;
31292
- font-weight: normal;
31293
- text-transform: uppercase;
31294
- font-feature-settings: "cpsp" on;
31295
- font-size: 16px;
31296
- line-height: 24px;
31297
- }
31298
-
31299
- .l1j1e5w7 {
31300
- font-family: Inter;
31301
- font-style: normal;
31302
- font-weight: bold;
31303
- text-transform: uppercase;
31304
- font-feature-settings: "cpsp" on;
31305
- font-size: 16px;
31306
- line-height: 24px;
31307
- }
31308
-
31309
- .l1gf91jb {
31310
- font-family: Inter;
31311
- font-style: normal;
31312
- font-weight: normal;
31313
- font-size: 14px;
31314
- line-height: 22px;
31315
- }
31316
-
31317
- .lu7hlr6 {
31318
- font-family: Inter;
31319
- font-style: normal;
31320
- font-weight: 500;
31321
- font-size: 14px;
31322
- line-height: 22px;
31323
- }
31324
-
31325
- .l3l3jf0 {
31326
- font-family: Inter;
31327
- font-style: normal;
31328
- font-weight: bold;
31329
- font-size: 14px;
31330
- line-height: 22px;
31331
- }
31332
-
31333
- .l12j5nqp {
31334
- font-family: Inter;
31335
- font-style: normal;
31336
- font-weight: normal;
31337
- font-size: 14px;
31338
- line-height: 22px;
31339
- }
31340
-
31341
- .l1tecqht {
31342
- font-family: Inter;
31343
- font-style: normal;
31344
- font-weight: bold;
31345
- font-size: 14px;
31346
- line-height: 22px;
31347
- }
31348
-
31349
- .l6sa990 {
31350
- font-family: Inter;
31351
- font-style: normal;
31352
- font-weight: normal;
31353
- text-transform: uppercase;
31354
- font-feature-settings: "cpsp" on;
31355
- font-size: 14px;
31356
- line-height: 22px;
31357
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31358
+ border-top-color: white;
31357
31359
  }
31358
-
31359
- .lckqe8j {
31360
- font-family: Inter;
31361
- font-style: normal;
31362
- font-weight: bold;
31363
- text-transform: uppercase;
31364
- font-feature-settings: "cpsp" on;
31365
- font-size: 14px;
31366
- line-height: 22px;
31360
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31361
+ background: rgba(0, 136, 255, 0.1);
31362
+ border-bottom-color: transparent;
31363
+ border-top-color: transparent;
31367
31364
  }
31368
-
31369
- .l1kuminb {
31370
- font-family: Inter;
31371
- font-style: normal;
31372
- font-weight: normal;
31373
- font-size: 13px;
31374
- line-height: 20px;
31365
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31366
+ border-radius: 8px 0 0 8px;
31375
31367
  }
31376
-
31377
- .l1pbuf5j {
31378
- font-family: Inter;
31379
- font-style: normal;
31380
- font-weight: 600;
31381
- font-size: 13px;
31382
- line-height: 20px;
31368
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31369
+ border-radius: 0 8px 8px 0;
31383
31370
  }
31384
-
31385
- .l1r4ztu {
31386
- font-family: Inter;
31387
- font-style: normal;
31388
- font-weight: bold;
31389
- font-size: 13px;
31390
- line-height: 20px;
31371
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31372
+ background: rgba(0, 136, 255, 0.1);
31391
31373
  }
31392
-
31393
- .ly8vzok {
31394
- font-family: Inter;
31395
- font-style: normal;
31396
- font-weight: normal;
31397
- font-size: 13px;
31398
- line-height: 20px;
31374
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31375
+ background: #fff;
31376
+ font-weight: 400;
31377
+ position: relative;
31378
+ border-bottom: none;
31379
+ color: #00122e;
31380
+ transition: none;
31381
+ padding: 15px 8px 15px 8px;
31399
31382
  }
31400
-
31401
- .lumfmf {
31402
- font-family: Inter;
31403
- font-style: normal;
31404
- font-weight: 600;
31405
- font-size: 13px;
31406
- line-height: 20px;
31383
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31384
+ content: "";
31385
+ width: 1px;
31386
+ top: 0;
31387
+ bottom: 0;
31388
+ background: rgba(211, 218, 235, 0.6);
31389
+ position: absolute;
31390
+ right: 0;
31407
31391
  }
31408
-
31409
- .l16ujwmv {
31410
- font-family: Inter;
31411
- font-style: normal;
31412
- font-weight: bold;
31413
- font-size: 13px;
31414
- line-height: 20px;
31392
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31393
+ padding: unset;
31415
31394
  }
31416
-
31417
- .l17o1ffr {
31418
- font-family: Inter;
31419
- font-style: normal;
31420
- font-weight: normal;
31421
- text-transform: uppercase;
31422
- font-feature-settings: "cpsp" on;
31423
- font-size: 13px;
31424
- line-height: 20px;
31395
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31396
+ display: none;
31425
31397
  }
31426
-
31427
- .lngllvn {
31428
- font-family: Inter;
31429
- font-style: normal;
31430
- font-weight: bold;
31431
- text-transform: uppercase;
31432
- font-feature-settings: "cpsp" on;
31433
- font-size: 13px;
31434
- line-height: 20px;
31398
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31399
+ width: 100%;
31400
+ overflow: hidden;
31401
+ white-space: nowrap;
31402
+ text-overflow: ellipsis;
31435
31403
  }
31436
-
31437
- .l2i7fo9 {
31438
- font-family: Inter;
31439
- font-style: normal;
31440
- font-weight: normal;
31441
- font-size: 12px;
31442
- line-height: 18px;
31404
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31405
+ overflow: hidden;
31406
+ text-overflow: ellipsis;
31407
+ flex: 1;
31443
31408
  }
31444
-
31445
- .l1x7hscx {
31446
- font-family: Inter;
31447
- font-style: normal;
31448
- font-weight: 500;
31449
- font-size: 12px;
31450
- line-height: 18px;
31409
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31410
+ padding: 15px 25px 15px 8px;
31451
31411
  }
31452
-
31453
- .le1jwan {
31454
- font-family: Inter;
31455
- font-style: normal;
31456
- font-weight: bold;
31457
- font-size: 12px;
31458
- line-height: 18px;
31412
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31413
+ padding: 0;
31459
31414
  }
31460
-
31461
- .lyxynfj {
31462
- font-family: Inter;
31463
- font-style: normal;
31464
- font-weight: normal;
31465
- font-size: 12px;
31466
- line-height: 18px;
31415
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31416
+ position: absolute;
31417
+ right: 6px;
31418
+ top: 50%;
31419
+ transform: translateY(-50%);
31420
+ height: 16px;
31421
+ display: none;
31422
+ transition: transform 320ms ease;
31467
31423
  }
31468
-
31469
- .lpb2nxv {
31470
- font-family: Inter;
31471
- font-style: normal;
31472
- font-weight: 500;
31473
- font-size: 12px;
31474
- line-height: 18px;
31424
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31425
+ display: block;
31426
+ transform: translateY(-50%) rotateX(180deg);
31475
31427
  }
31476
-
31477
- .l1r8o3vv {
31478
- font-family: Inter;
31479
- font-style: normal;
31480
- font-weight: bold;
31481
- font-size: 12px;
31482
- line-height: 18px;
31428
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31429
+ display: block;
31483
31430
  }
31484
-
31485
- .lemnjy2 {
31486
- font-family: Inter;
31487
- font-style: normal;
31488
- font-weight: normal;
31489
- text-transform: uppercase;
31490
- font-feature-settings: "cpsp" on;
31491
- font-size: 12px;
31492
- line-height: 18px;
31431
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31432
+ display: none;
31493
31433
  }
31494
-
31495
- .lrc42gb {
31496
- font-family: Inter;
31497
- font-style: normal;
31498
- font-weight: bold;
31499
- text-transform: uppercase;
31500
- font-feature-settings: "cpsp" on;
31501
- font-size: 12px;
31502
- line-height: 18px;
31434
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31435
+ transform: translateY(-50%);
31503
31436
  }
31504
-
31505
- .fqaz4mb {
31506
- font-family: Inter;
31507
- font-style: normal;
31508
- font-weight: normal;
31509
- font-size: 13px;
31510
- line-height: 20px;
31437
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31438
+ transform: translateY(-50%) rotateX(180deg);
31511
31439
  }
31512
-
31513
- .f13we5o {
31514
- font-family: Inter;
31515
- font-style: normal;
31516
- font-weight: normal;
31517
- font-size: 13px;
31518
- line-height: 20px;
31440
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31441
+ background: #f2f5fa;
31519
31442
  }
31520
-
31521
- .ffmjua2 {
31522
- font-family: Inter;
31523
- font-style: normal;
31524
- font-weight: normal;
31525
- font-size: 12px;
31526
- line-height: 18px;
31443
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31444
+ display: block;
31527
31445
  }
31528
-
31529
- .fz2mxw0 {
31530
- font-family: Inter;
31531
- font-style: normal;
31532
- font-weight: normal;
31533
- font-size: 12px;
31534
- line-height: 18px;
31446
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31447
+ padding-right: 25px;
31535
31448
  }
31536
-
31537
- .t1ertzoh {
31538
- font-family: Inter;
31539
- font-style: normal;
31540
- font-weight: normal;
31541
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31542
- font-size: 13px;
31543
- line-height: 20px;
31449
+ .tta5kd2 .ant-table .ant-table-selection-column {
31450
+ padding: 0 !important;
31544
31451
  }
31545
-
31546
- .t19bge8r {
31547
- font-family: Inter;
31548
- font-style: normal;
31549
- font-weight: normal;
31550
- font-feature-settings: "zero" on;
31551
- font-size: 13px;
31552
- line-height: 20px;
31452
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31453
+ position: absolute;
31454
+ left: 50%;
31455
+ top: 50%;
31456
+ transform: translate(-50%, -50%);
31553
31457
  }
31554
-
31555
- .tjrzfyl {
31556
- font-family: Inter;
31557
- font-style: normal;
31558
- font-weight: normal;
31559
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31560
- font-size: 12px;
31561
- line-height: 18px;
31458
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31459
+ display: none;
31562
31460
  }
31563
-
31564
- .tm6s7bo {
31565
- font-family: Inter;
31566
- font-style: normal;
31567
- font-weight: 500;
31568
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31569
- font-size: 12px;
31570
- line-height: 18px;
31461
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31462
+ background: #fff;
31571
31463
  }
31572
-
31573
- .t19zq6ic {
31574
- font-family: Inter;
31575
- font-style: normal;
31576
- font-weight: normal;
31577
- font-feature-settings: "zero" on;
31578
- font-size: 12px;
31579
- line-height: 18px;
31464
+ .tta5kd2 .ant-table .ant-table-placeholder {
31465
+ background: inherit;
31580
31466
  }
31581
-
31582
- .t1gduru8 {
31583
- font-family: Inter;
31584
- font-style: normal;
31585
- font-weight: 500;
31586
- font-feature-settings: "zero" on;
31587
- font-size: 12px;
31588
- line-height: 18px;
31467
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31468
+ position: static;
31469
+ border: none;
31470
+ background: inherit !important;
31471
+ height: 100px;
31472
+ vertical-align: middle;
31589
31473
  }
31590
-
31591
- .t55raab {
31592
- font-family: Inter;
31593
- font-style: normal;
31474
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31475
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31594
31476
  font-weight: bold;
31595
- font-feature-settings: "zero" on;
31596
- font-size: 16px;
31597
- line-height: 24px;
31477
+ font-size: 20px;
31478
+ color: rgba(10, 37, 85, 0.6);
31598
31479
  }
31599
-
31600
- .u1w9abfe {
31601
- font-family: Inter;
31602
- font-style: normal;
31603
- font-weight: normal;
31604
- font-size: 10px;
31605
- line-height: 12px;
31480
+ .tta5kd2 .ant-table td.cell__action_ {
31481
+ padding: 0 !important;
31482
+ position: relative;
31483
+ background: #fff;
31606
31484
  }
31607
-
31608
- .i1e4sgug {
31609
- display: inline-block;
31485
+ .tta5kd2 .ant-table td.cell__action_ > * {
31486
+ height: 100%;
31487
+ display: flex;
31488
+ align-items: center;
31489
+ justify-content: flex-end;
31490
+ padding-right: 8px;
31491
+ }
31492
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31493
+ width: 24px;
31494
+ height: 24px;
31495
+ cursor: pointer;
31496
+ justify-content: center;
31497
+ border-radius: 4px;
31498
+ }
31499
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31500
+ background: #fff;
31610
31501
  }
31611
31502
 
31612
31503
  .s1fc623g {
@@ -31684,374 +31575,489 @@ input.rrg1fkn.ant-input {
31684
31575
  }
31685
31576
 
31686
31577
  .ohwbvxu {
31687
- pointer-events: none;
31688
- height: 32px;
31689
- width: 100%;
31690
- opacity: 0;
31691
- }
31692
-
31693
- .t1upn1sz {
31694
- height: 100%;
31695
- }
31696
-
31697
- .tta5kd2 {
31698
- height: 100%;
31699
- }
31700
- .tta5kd2.empty-table .ant-table-content {
31701
- overflow: visible !important;
31702
- height: 100%;
31703
- }
31704
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31705
- height: 100%;
31706
- }
31707
- .tta5kd2.empty-table .ant-table-content table {
31708
- width: 100% !important;
31709
- height: 100%;
31710
- }
31711
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31712
- padding: 15px 0;
31713
- }
31714
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31715
- display: none;
31716
- }
31717
- .tta5kd2 .active-row td:nth-child(1) {
31718
- font-weight: 700;
31719
- }
31720
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31721
- font-weight: 700;
31722
- }
31723
- .tta5kd2 .ant-spin-nested-loading {
31724
- height: 100%;
31725
- }
31726
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31727
- height: 100%;
31728
- overflow: visible;
31729
- }
31730
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31731
- max-height: none;
31732
- }
31733
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31734
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31735
- display: none;
31736
- }
31737
- .tta5kd2 td.ant-table-column-sort {
31738
- background: transparent;
31739
- }
31740
- .tta5kd2 td.ant-table-cell-fix-left,
31741
- .tta5kd2 td.ant-table-cell-fix-right {
31742
- background: #fff;
31743
- padding: 0 !important;
31744
- }
31745
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31746
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31747
- display: flex;
31748
- align-items: center;
31749
- height: 100%;
31750
- padding: 8px;
31751
- }
31752
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31753
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31754
- overflow: hidden;
31755
- text-overflow: ellipsis;
31756
- width: 100%;
31757
- }
31758
- .tta5kd2 .ant-table-container {
31759
- height: 100%;
31760
- }
31761
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31762
- box-shadow: none !important;
31763
- }
31764
- .tta5kd2 .ant-table {
31765
- border-radius: 0px;
31766
- border-left: none;
31767
- border-right: none;
31768
- border-bottom: none;
31769
- height: 100%;
31770
- font-size: 12px;
31771
- background: transparent;
31772
- }
31773
- .tta5kd2 .ant-table .ant-table-header {
31774
- position: relative;
31775
- z-index: 3;
31776
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31777
- margin-bottom: -1px;
31778
- }
31779
- .tta5kd2 .ant-table .time-wrapper .data,
31780
- .tta5kd2 .ant-table .value {
31781
- color: #2d3a56;
31782
- }
31783
- .tta5kd2 .ant-table .time-wrapper .time,
31784
- .tta5kd2 .ant-table .unit {
31785
- color: rgba(44, 56, 82, 0.6);
31578
+ pointer-events: none;
31579
+ height: 32px;
31580
+ width: 100%;
31581
+ opacity: 0;
31786
31582
  }
31787
- .tta5kd2 .ant-table .ant-table-selection {
31788
- position: unset;
31789
- text-align: center;
31583
+
31584
+ .i1e4sgug {
31585
+ display: inline-block;
31790
31586
  }
31791
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31792
- background: #fff;
31587
+
31588
+ .d6j0lbj {
31589
+ font-family: Inter;
31590
+ font-style: normal;
31591
+ font-weight: bold;
31592
+ font-size: 32px;
31593
+ line-height: 40px;
31793
31594
  }
31794
- .tta5kd2 .ant-table .anticon-setting {
31795
- cursor: pointer;
31796
- position: absolute;
31797
- top: 50%;
31798
- right: 12px;
31799
- transform: translateY(-50%);
31595
+
31596
+ .d1xhvvxe {
31597
+ font-family: Inter;
31598
+ font-style: normal;
31599
+ font-weight: bold;
31600
+ font-size: 24px;
31601
+ line-height: 32px;
31800
31602
  }
31801
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31802
- box-shadow: none;
31803
- width: 1px;
31804
- background: rgba(213, 219, 227, 0.6);
31603
+
31604
+ .dk10mxq {
31605
+ font-family: Inter;
31606
+ font-style: normal;
31607
+ font-weight: normal;
31608
+ font-size: 32px;
31609
+ line-height: 40px;
31805
31610
  }
31806
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31807
- box-shadow: none;
31808
- width: 1px;
31809
- background: rgba(213, 219, 227, 0.6);
31611
+
31612
+ .dxsait {
31613
+ font-family: Inter;
31614
+ font-style: normal;
31615
+ font-weight: bold;
31616
+ font-size: 20px;
31617
+ line-height: 24px;
31810
31618
  }
31811
- .tta5kd2 .ant-table .ant-table-tbody {
31812
- position: relative;
31619
+
31620
+ .dokn0h3 {
31621
+ font-family: Inter;
31622
+ font-style: normal;
31623
+ font-weight: normal;
31624
+ font-size: 20px;
31625
+ line-height: 24px;
31813
31626
  }
31814
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31815
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31816
- border-bottom: 1px solid white;
31817
- height: 40px;
31818
- vertical-align: middle;
31819
- transition: background 0ms;
31820
- color: #00122e;
31627
+
31628
+ .dobau4p {
31629
+ font-family: Inter;
31630
+ font-style: normal;
31631
+ font-weight: bold;
31632
+ font-size: 18px;
31633
+ line-height: 22px;
31821
31634
  }
31822
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31823
- background: #f2f5fa;
31824
- border-bottom-color: #f2f5fa;
31635
+
31636
+ .dvolwok {
31637
+ font-family: Inter;
31638
+ font-style: normal;
31639
+ font-weight: normal;
31640
+ font-size: 18px;
31641
+ line-height: 22px;
31825
31642
  }
31826
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31827
- height: auto;
31828
- color: #00122e;
31829
- font-size: 12px;
31830
- text-align: left;
31831
- transition: none;
31832
- overflow: hidden;
31833
- text-overflow: ellipsis;
31834
- white-space: nowrap;
31643
+
31644
+ .h181qhg4 {
31645
+ font-family: Inter;
31646
+ font-style: normal;
31647
+ font-weight: bold;
31648
+ font-size: 16px;
31649
+ line-height: 22px;
31835
31650
  }
31836
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31837
- color: #0096ff;
31651
+
31652
+ .h1phgmcq {
31653
+ font-family: Inter;
31654
+ font-style: normal;
31655
+ font-weight: normal;
31656
+ font-size: 16px;
31657
+ line-height: 22px;
31838
31658
  }
31839
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31840
- overflow: hidden;
31841
- text-overflow: ellipsis;
31842
- width: 100%;
31843
- vertical-align: middle;
31659
+
31660
+ .h173xnl1 {
31661
+ font-family: Inter;
31662
+ font-style: normal;
31663
+ font-weight: bold;
31664
+ font-size: 14px;
31665
+ line-height: 20px;
31844
31666
  }
31845
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31846
- line-height: 0px;
31667
+
31668
+ .hedm4pz {
31669
+ font-family: Inter;
31670
+ font-style: normal;
31671
+ font-weight: normal;
31672
+ font-size: 14px;
31673
+ line-height: 20px;
31847
31674
  }
31848
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31849
- padding-right: 25px;
31675
+
31676
+ .h1kd8xld {
31677
+ font-family: Inter;
31678
+ font-style: normal;
31679
+ font-weight: bold;
31680
+ font-size: 12px;
31681
+ line-height: 18px;
31850
31682
  }
31851
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31852
- border-top-color: transparent;
31683
+
31684
+ .hp14fr {
31685
+ font-family: Inter;
31686
+ font-style: normal;
31687
+ font-weight: normal;
31688
+ font-size: 12px;
31689
+ line-height: 18px;
31853
31690
  }
31854
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31855
- background: rgba(225, 230, 241, 0.6);
31856
- border-color: transparent transparent white;
31691
+
31692
+ .hgrg7mn {
31693
+ font-family: Inter;
31694
+ font-style: normal;
31695
+ font-weight: bold;
31696
+ text-transform: uppercase;
31697
+ font-feature-settings: "cpsp" on;
31698
+ font-size: 12px;
31699
+ line-height: 18px;
31857
31700
  }
31858
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31859
- border-radius: 8px 0 0 8px;
31701
+
31702
+ .h6zme9x {
31703
+ font-family: Inter;
31704
+ font-style: normal;
31705
+ font-weight: normal;
31706
+ text-transform: uppercase;
31707
+ font-feature-settings: "cpsp" on;
31708
+ font-size: 12px;
31709
+ line-height: 18px;
31860
31710
  }
31861
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31862
- border-radius: 8px 0 0 8px;
31711
+
31712
+ .locjvsv {
31713
+ font-family: Inter;
31714
+ font-style: normal;
31715
+ font-weight: normal;
31716
+ font-size: 16px;
31717
+ line-height: 24px;
31863
31718
  }
31864
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31865
- content: "";
31866
- width: 4px;
31867
- top: -1px;
31868
- bottom: -1px;
31869
- background: white;
31719
+
31720
+ .l13gi131 {
31721
+ font-family: Inter;
31722
+ font-style: normal;
31723
+ font-weight: bold;
31724
+ font-size: 16px;
31725
+ line-height: 24px;
31870
31726
  }
31871
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31872
- border-radius: 0 8px 8px 0;
31727
+
31728
+ .l1ynemsu {
31729
+ font-family: Inter;
31730
+ font-style: normal;
31731
+ font-weight: normal;
31732
+ font-size: 16px;
31733
+ line-height: 24px;
31873
31734
  }
31874
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31875
- border-radius: 0;
31876
- background: white;
31877
- border-top: none;
31735
+
31736
+ .l1cft1cx {
31737
+ font-family: Inter;
31738
+ font-style: normal;
31739
+ font-weight: bold;
31740
+ font-size: 16px;
31741
+ line-height: 24px;
31878
31742
  }
31879
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31880
- border-top: 1px solid transparent;
31881
- border-radius: 0 8px 8px 0;
31882
- background: rgba(225, 230, 241, 0.6);
31743
+
31744
+ .l17tqc8p {
31745
+ font-family: Inter;
31746
+ font-style: normal;
31747
+ font-weight: normal;
31748
+ text-transform: uppercase;
31749
+ font-feature-settings: "cpsp" on;
31750
+ font-size: 16px;
31751
+ line-height: 24px;
31883
31752
  }
31884
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31885
- background: white;
31886
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31753
+
31754
+ .l1j1e5w7 {
31755
+ font-family: Inter;
31756
+ font-style: normal;
31757
+ font-weight: bold;
31758
+ text-transform: uppercase;
31759
+ font-feature-settings: "cpsp" on;
31760
+ font-size: 16px;
31761
+ line-height: 24px;
31887
31762
  }
31888
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31889
- display: flex;
31890
- align-items: center;
31891
- height: 100%;
31892
- background: rgba(225, 230, 241, 0.6);
31763
+
31764
+ .l1gf91jb {
31765
+ font-family: Inter;
31766
+ font-style: normal;
31767
+ font-weight: normal;
31768
+ font-size: 14px;
31769
+ line-height: 22px;
31893
31770
  }
31894
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31895
- background: white;
31896
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31771
+
31772
+ .lu7hlr6 {
31773
+ font-family: Inter;
31774
+ font-style: normal;
31775
+ font-weight: 500;
31776
+ font-size: 14px;
31777
+ line-height: 22px;
31897
31778
  }
31898
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31899
- display: flex;
31900
- align-items: center;
31901
- height: 100%;
31902
- background: rgba(225, 230, 241, 0.6);
31779
+
31780
+ .l3l3jf0 {
31781
+ font-family: Inter;
31782
+ font-style: normal;
31783
+ font-weight: bold;
31784
+ font-size: 14px;
31785
+ line-height: 22px;
31903
31786
  }
31904
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31905
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31787
+
31788
+ .l12j5nqp {
31789
+ font-family: Inter;
31790
+ font-style: normal;
31791
+ font-weight: normal;
31792
+ font-size: 14px;
31793
+ line-height: 22px;
31906
31794
  }
31907
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31908
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31909
- border-radius: 8px;
31795
+
31796
+ .l1tecqht {
31797
+ font-family: Inter;
31798
+ font-style: normal;
31799
+ font-weight: bold;
31800
+ font-size: 14px;
31801
+ line-height: 22px;
31910
31802
  }
31911
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31912
- border-top-color: white;
31803
+
31804
+ .l6sa990 {
31805
+ font-family: Inter;
31806
+ font-style: normal;
31807
+ font-weight: normal;
31808
+ text-transform: uppercase;
31809
+ font-feature-settings: "cpsp" on;
31810
+ font-size: 14px;
31811
+ line-height: 22px;
31913
31812
  }
31914
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31915
- background: rgba(0, 136, 255, 0.1);
31916
- border-bottom-color: transparent;
31917
- border-top-color: transparent;
31813
+
31814
+ .lckqe8j {
31815
+ font-family: Inter;
31816
+ font-style: normal;
31817
+ font-weight: bold;
31818
+ text-transform: uppercase;
31819
+ font-feature-settings: "cpsp" on;
31820
+ font-size: 14px;
31821
+ line-height: 22px;
31918
31822
  }
31919
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31920
- border-radius: 8px 0 0 8px;
31823
+
31824
+ .l1kuminb {
31825
+ font-family: Inter;
31826
+ font-style: normal;
31827
+ font-weight: normal;
31828
+ font-size: 13px;
31829
+ line-height: 20px;
31921
31830
  }
31922
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31923
- border-radius: 0 8px 8px 0;
31831
+
31832
+ .l1pbuf5j {
31833
+ font-family: Inter;
31834
+ font-style: normal;
31835
+ font-weight: 600;
31836
+ font-size: 13px;
31837
+ line-height: 20px;
31924
31838
  }
31925
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31926
- background: rgba(0, 136, 255, 0.1);
31839
+
31840
+ .l1r4ztu {
31841
+ font-family: Inter;
31842
+ font-style: normal;
31843
+ font-weight: bold;
31844
+ font-size: 13px;
31845
+ line-height: 20px;
31927
31846
  }
31928
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31929
- background: #fff;
31930
- font-weight: 400;
31931
- position: relative;
31932
- border-bottom: none;
31933
- color: #00122e;
31934
- transition: none;
31935
- padding: 15px 8px 15px 8px;
31847
+
31848
+ .ly8vzok {
31849
+ font-family: Inter;
31850
+ font-style: normal;
31851
+ font-weight: normal;
31852
+ font-size: 13px;
31853
+ line-height: 20px;
31936
31854
  }
31937
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31938
- content: "";
31939
- width: 1px;
31940
- top: 0;
31941
- bottom: 0;
31942
- background: rgba(211, 218, 235, 0.6);
31943
- position: absolute;
31944
- right: 0;
31855
+
31856
+ .lumfmf {
31857
+ font-family: Inter;
31858
+ font-style: normal;
31859
+ font-weight: 600;
31860
+ font-size: 13px;
31861
+ line-height: 20px;
31945
31862
  }
31946
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31947
- padding: unset;
31863
+
31864
+ .l16ujwmv {
31865
+ font-family: Inter;
31866
+ font-style: normal;
31867
+ font-weight: bold;
31868
+ font-size: 13px;
31869
+ line-height: 20px;
31948
31870
  }
31949
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31950
- display: none;
31871
+
31872
+ .l17o1ffr {
31873
+ font-family: Inter;
31874
+ font-style: normal;
31875
+ font-weight: normal;
31876
+ text-transform: uppercase;
31877
+ font-feature-settings: "cpsp" on;
31878
+ font-size: 13px;
31879
+ line-height: 20px;
31951
31880
  }
31952
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31953
- width: 100%;
31954
- overflow: hidden;
31955
- white-space: nowrap;
31956
- text-overflow: ellipsis;
31881
+
31882
+ .lngllvn {
31883
+ font-family: Inter;
31884
+ font-style: normal;
31885
+ font-weight: bold;
31886
+ text-transform: uppercase;
31887
+ font-feature-settings: "cpsp" on;
31888
+ font-size: 13px;
31889
+ line-height: 20px;
31957
31890
  }
31958
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31959
- overflow: hidden;
31960
- text-overflow: ellipsis;
31961
- flex: 1;
31891
+
31892
+ .l2i7fo9 {
31893
+ font-family: Inter;
31894
+ font-style: normal;
31895
+ font-weight: normal;
31896
+ font-size: 12px;
31897
+ line-height: 18px;
31962
31898
  }
31963
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31964
- padding: 15px 25px 15px 8px;
31899
+
31900
+ .l1x7hscx {
31901
+ font-family: Inter;
31902
+ font-style: normal;
31903
+ font-weight: 500;
31904
+ font-size: 12px;
31905
+ line-height: 18px;
31965
31906
  }
31966
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31967
- padding: 0;
31907
+
31908
+ .le1jwan {
31909
+ font-family: Inter;
31910
+ font-style: normal;
31911
+ font-weight: bold;
31912
+ font-size: 12px;
31913
+ line-height: 18px;
31968
31914
  }
31969
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31970
- position: absolute;
31971
- right: 6px;
31972
- top: 50%;
31973
- transform: translateY(-50%);
31974
- height: 16px;
31975
- display: none;
31976
- transition: transform 320ms ease;
31915
+
31916
+ .lyxynfj {
31917
+ font-family: Inter;
31918
+ font-style: normal;
31919
+ font-weight: normal;
31920
+ font-size: 12px;
31921
+ line-height: 18px;
31977
31922
  }
31978
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31979
- display: block;
31980
- transform: translateY(-50%) rotateX(180deg);
31923
+
31924
+ .lpb2nxv {
31925
+ font-family: Inter;
31926
+ font-style: normal;
31927
+ font-weight: 500;
31928
+ font-size: 12px;
31929
+ line-height: 18px;
31981
31930
  }
31982
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31983
- display: block;
31931
+
31932
+ .l1r8o3vv {
31933
+ font-family: Inter;
31934
+ font-style: normal;
31935
+ font-weight: bold;
31936
+ font-size: 12px;
31937
+ line-height: 18px;
31984
31938
  }
31985
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31986
- display: none;
31939
+
31940
+ .lemnjy2 {
31941
+ font-family: Inter;
31942
+ font-style: normal;
31943
+ font-weight: normal;
31944
+ text-transform: uppercase;
31945
+ font-feature-settings: "cpsp" on;
31946
+ font-size: 12px;
31947
+ line-height: 18px;
31987
31948
  }
31988
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31989
- transform: translateY(-50%);
31949
+
31950
+ .lrc42gb {
31951
+ font-family: Inter;
31952
+ font-style: normal;
31953
+ font-weight: bold;
31954
+ text-transform: uppercase;
31955
+ font-feature-settings: "cpsp" on;
31956
+ font-size: 12px;
31957
+ line-height: 18px;
31990
31958
  }
31991
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31992
- transform: translateY(-50%) rotateX(180deg);
31959
+
31960
+ .fqaz4mb {
31961
+ font-family: Inter;
31962
+ font-style: normal;
31963
+ font-weight: normal;
31964
+ font-size: 13px;
31965
+ line-height: 20px;
31993
31966
  }
31994
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31995
- background: #f2f5fa;
31967
+
31968
+ .f13we5o {
31969
+ font-family: Inter;
31970
+ font-style: normal;
31971
+ font-weight: normal;
31972
+ font-size: 13px;
31973
+ line-height: 20px;
31996
31974
  }
31997
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31998
- display: block;
31975
+
31976
+ .ffmjua2 {
31977
+ font-family: Inter;
31978
+ font-style: normal;
31979
+ font-weight: normal;
31980
+ font-size: 12px;
31981
+ line-height: 18px;
31999
31982
  }
32000
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
32001
- padding-right: 25px;
31983
+
31984
+ .fz2mxw0 {
31985
+ font-family: Inter;
31986
+ font-style: normal;
31987
+ font-weight: normal;
31988
+ font-size: 12px;
31989
+ line-height: 18px;
32002
31990
  }
32003
- .tta5kd2 .ant-table .ant-table-selection-column {
32004
- padding: 0 !important;
31991
+
31992
+ .t1ertzoh {
31993
+ font-family: Inter;
31994
+ font-style: normal;
31995
+ font-weight: normal;
31996
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31997
+ font-size: 13px;
31998
+ line-height: 20px;
32005
31999
  }
32006
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
32007
- position: absolute;
32008
- left: 50%;
32009
- top: 50%;
32010
- transform: translate(-50%, -50%);
32000
+
32001
+ .t19bge8r {
32002
+ font-family: Inter;
32003
+ font-style: normal;
32004
+ font-weight: normal;
32005
+ font-feature-settings: "zero" on;
32006
+ font-size: 13px;
32007
+ line-height: 20px;
32011
32008
  }
32012
- .tta5kd2 .ant-table .ant-table-selection-column:after {
32013
- display: none;
32009
+
32010
+ .tjrzfyl {
32011
+ font-family: Inter;
32012
+ font-style: normal;
32013
+ font-weight: normal;
32014
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32015
+ font-size: 12px;
32016
+ line-height: 18px;
32014
32017
  }
32015
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
32016
- background: #fff;
32018
+
32019
+ .tm6s7bo {
32020
+ font-family: Inter;
32021
+ font-style: normal;
32022
+ font-weight: 500;
32023
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32024
+ font-size: 12px;
32025
+ line-height: 18px;
32017
32026
  }
32018
- .tta5kd2 .ant-table .ant-table-placeholder {
32019
- background: inherit;
32027
+
32028
+ .t19zq6ic {
32029
+ font-family: Inter;
32030
+ font-style: normal;
32031
+ font-weight: normal;
32032
+ font-feature-settings: "zero" on;
32033
+ font-size: 12px;
32034
+ line-height: 18px;
32020
32035
  }
32021
- .tta5kd2 .ant-table .ant-table-placeholder td {
32022
- position: static;
32023
- border: none;
32024
- background: inherit !important;
32025
- height: 100px;
32026
- vertical-align: middle;
32036
+
32037
+ .t1gduru8 {
32038
+ font-family: Inter;
32039
+ font-style: normal;
32040
+ font-weight: 500;
32041
+ font-feature-settings: "zero" on;
32042
+ font-size: 12px;
32043
+ line-height: 18px;
32027
32044
  }
32028
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
32029
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
32045
+
32046
+ .t55raab {
32047
+ font-family: Inter;
32048
+ font-style: normal;
32030
32049
  font-weight: bold;
32031
- font-size: 20px;
32032
- color: rgba(10, 37, 85, 0.6);
32033
- }
32034
- .tta5kd2 .ant-table td.cell__action_ {
32035
- padding: 0 !important;
32036
- position: relative;
32037
- background: #fff;
32038
- }
32039
- .tta5kd2 .ant-table td.cell__action_ > * {
32040
- height: 100%;
32041
- display: flex;
32042
- align-items: center;
32043
- justify-content: flex-end;
32044
- padding-right: 8px;
32045
- }
32046
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
32047
- width: 24px;
32048
- height: 24px;
32049
- cursor: pointer;
32050
- justify-content: center;
32051
- border-radius: 4px;
32050
+ font-feature-settings: "zero" on;
32051
+ font-size: 16px;
32052
+ line-height: 24px;
32052
32053
  }
32053
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
32054
- background: #fff;
32054
+
32055
+ .u1w9abfe {
32056
+ font-family: Inter;
32057
+ font-style: normal;
32058
+ font-weight: normal;
32059
+ font-size: 10px;
32060
+ line-height: 12px;
32055
32061
  }
32056
32062
 
32057
32063
  .m15dvk92 {
@@ -32167,6 +32173,20 @@ input.rrg1fkn.ant-input {
32167
32173
  cursor: default;
32168
32174
  }
32169
32175
 
32176
+ .igz4le8 {
32177
+ height: 24px;
32178
+ width: 56px !important;
32179
+ margin-right: 4px;
32180
+ }
32181
+
32182
+ .c1riexje {
32183
+ color: rgba(44, 56, 82, 0.6);
32184
+ }
32185
+
32186
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32187
+ display: flex;
32188
+ }
32189
+
32170
32190
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32171
32191
  border-radius: 6px;
32172
32192
  }
@@ -32224,20 +32244,6 @@ input.rrg1fkn.ant-input {
32224
32244
  transform: rotate(180deg);
32225
32245
  }
32226
32246
 
32227
- .iiqau4c.ant-input-group.ant-input-group-compact {
32228
- display: flex;
32229
- }
32230
-
32231
- .igz4le8 {
32232
- height: 24px;
32233
- width: 56px !important;
32234
- margin-right: 4px;
32235
- }
32236
-
32237
- .c1riexje {
32238
- color: rgba(44, 56, 82, 0.6);
32239
- }
32240
-
32241
32247
  .s14dk8r1 {
32242
32248
  margin: 0;
32243
32249
  border-radius: 20px;
@@ -32473,15 +32479,6 @@ input.rrg1fkn.ant-input {
32473
32479
  margin-left: 8px;
32474
32480
  }
32475
32481
 
32476
- .o8ocss1 {
32477
- overflow: hidden;
32478
- text-overflow: ellipsis;
32479
- }
32480
-
32481
- .n17syc35 {
32482
- white-space: nowrap;
32483
- }
32484
-
32485
32482
  .s1uupxds {
32486
32483
  padding: 0 8px;
32487
32484
  border-radius: 4px;
@@ -32538,6 +32535,10 @@ input.rrg1fkn.ant-input {
32538
32535
  color: #1d326c;
32539
32536
  background-color: rgba(225, 230, 241, 0.6);
32540
32537
  }
32538
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32539
+ color: #7E41FF;
32540
+ background-color: rgba(126, 65, 255, 0.1);
32541
+ }
32541
32542
  .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32542
32543
  color: #fff;
32543
32544
  }
@@ -32556,6 +32557,18 @@ input.rrg1fkn.ant-input {
32556
32557
  .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32557
32558
  background-color: #6b7d99;
32558
32559
  }
32560
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32561
+ background-color: #7E41FF;
32562
+ }
32563
+
32564
+ .o8ocss1 {
32565
+ overflow: hidden;
32566
+ text-overflow: ellipsis;
32567
+ }
32568
+
32569
+ .n17syc35 {
32570
+ white-space: nowrap;
32571
+ }
32559
32572
 
32560
32573
  .sq6vos1 {
32561
32574
  --item-min-width: 60px;
@@ -32742,6 +32755,10 @@ input.rrg1fkn.ant-input {
32742
32755
  justify-content: center;
32743
32756
  }
32744
32757
 
32758
+ .c1k4vanq {
32759
+ padding: 0 12px 14px 12px;
32760
+ }
32761
+
32745
32762
  .t1gz6wqf {
32746
32763
  height: 100%;
32747
32764
  }
@@ -32772,13 +32789,9 @@ input.rrg1fkn.ant-input {
32772
32789
  background: rgba(163, 180, 204, 0.18);
32773
32790
  }
32774
32791
 
32775
- .c1k4vanq {
32776
- padding: 0 16px 14px 16px;
32777
- }
32778
-
32779
32792
  .c1udgdh2 {
32780
32793
  color: #2d3a56;
32781
- padding: 12px 16px 10px 16px;
32794
+ padding: 7px 12px;
32782
32795
  display: flex;
32783
32796
  justify-content: space-between;
32784
32797
  align-items: center;
@@ -32832,35 +32845,21 @@ input.rrg1fkn.ant-input {
32832
32845
  margin-right: 6px;
32833
32846
  }
32834
32847
 
32835
- .f1p9ti6d {
32836
- width: 100%;
32837
- margin-bottom: 0 !important;
32838
- flex-flow: nowrap !important;
32839
- line-break: auto;
32840
- }
32841
- .f1p9ti6d > .ant-form-item-label {
32842
- text-align: left !important;
32843
- padding-bottom: 0 !important;
32844
- }
32845
- .f1p9ti6d > .ant-form-item-label > label {
32846
- min-height: 32px;
32847
- height: auto;
32848
- font-size: 13px;
32849
- color: rgba(44, 56, 82, 0.6);
32850
- white-space: normal;
32848
+ .bab9xum {
32849
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
32851
32850
  }
32852
- .f1p9ti6d.ant-form-item-has-error .ant-input {
32853
- border-color: #ff4d4f !important;
32851
+
32852
+ .cav4gt6 {
32853
+ border-radius: 8px;
32854
+ background-color: white;
32854
32855
  }
32855
- .f1p9ti6d .ant-form-item-explain {
32856
- margin-top: 4px;
32857
- font-size: 12px;
32858
- min-height: 0px;
32856
+ .cav4gt6.hoverable {
32857
+ cursor: pointer;
32859
32858
  }
32860
- .f1p9ti6d .ant-form-item-extra {
32861
- font-size: 12px;
32862
- color: rgba(44, 56, 82, 0.6);
32863
- min-height: 0px;
32859
+ .cav4gt6.hoverable:hover {
32860
+ transition: all 200ms ease;
32861
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32862
+ transform: translateY(-4px);
32864
32863
  }
32865
32864
 
32866
32865
  .tc40oxa {
@@ -33056,21 +33055,35 @@ input.rrg1fkn.ant-input {
33056
33055
  margin-right: 8px;
33057
33056
  }
33058
33057
 
33059
- .bab9xum {
33060
- box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
33058
+ .f1p9ti6d {
33059
+ width: 100%;
33060
+ margin-bottom: 0 !important;
33061
+ flex-flow: nowrap !important;
33062
+ line-break: auto;
33061
33063
  }
33062
-
33063
- .cav4gt6 {
33064
- border-radius: 4px;
33065
- background-color: white;
33064
+ .f1p9ti6d > .ant-form-item-label {
33065
+ text-align: left !important;
33066
+ padding-bottom: 0 !important;
33066
33067
  }
33067
- .cav4gt6.hoverable {
33068
- cursor: pointer;
33068
+ .f1p9ti6d > .ant-form-item-label > label {
33069
+ min-height: 32px;
33070
+ height: auto;
33071
+ font-size: 13px;
33072
+ color: rgba(44, 56, 82, 0.6);
33073
+ white-space: normal;
33069
33074
  }
33070
- .cav4gt6.hoverable:hover {
33071
- transition: all 200ms ease;
33072
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33073
- transform: translateY(-4px);
33075
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33076
+ border-color: #ff4d4f !important;
33077
+ }
33078
+ .f1p9ti6d .ant-form-item-explain {
33079
+ margin-top: 4px;
33080
+ font-size: 12px;
33081
+ min-height: 0px;
33082
+ }
33083
+ .f1p9ti6d .ant-form-item-extra {
33084
+ font-size: 12px;
33085
+ color: rgba(44, 56, 82, 0.6);
33086
+ min-height: 0px;
33074
33087
  }
33075
33088
 
33076
33089
  .w1xcixj5.outside-tag {