@cloudtower/eagle 0.26.31 → 0.26.33
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/components.css +345 -351
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +946 -952
- package/dist/umd/index.js +1 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29930,14 +29930,10 @@ html body {
|
|
|
29930
29930
|
.buj61ew.ant-btn-icon-only {
|
|
29931
29931
|
justify-content: center;
|
|
29932
29932
|
}
|
|
29933
|
-
.buj61ew.ant-btn.ant-btn-link {
|
|
29934
|
-
padding: 0;
|
|
29935
|
-
}
|
|
29936
29933
|
.buj61ew.ant-btn {
|
|
29937
29934
|
display: inline-flex;
|
|
29938
29935
|
align-items: center;
|
|
29939
29936
|
justify-content: center;
|
|
29940
|
-
padding: 5px 12px;
|
|
29941
29937
|
height: 32px;
|
|
29942
29938
|
border-radius: 6px;
|
|
29943
29939
|
line-height: 22px;
|
|
@@ -29947,10 +29943,8 @@ html body {
|
|
|
29947
29943
|
.buj61ew.ant-btn.ant-btn-lg {
|
|
29948
29944
|
height: 40px;
|
|
29949
29945
|
line-height: 24px;
|
|
29950
|
-
padding: 8px 16px;
|
|
29951
29946
|
}
|
|
29952
29947
|
.buj61ew.ant-btn.ant-btn-sm {
|
|
29953
|
-
padding: 2px 8px;
|
|
29954
29948
|
height: 24px;
|
|
29955
29949
|
line-height: 20px;
|
|
29956
29950
|
}
|
|
@@ -30470,61 +30464,6 @@ html body {
|
|
|
30470
30464
|
width: 36px;
|
|
30471
30465
|
}
|
|
30472
30466
|
|
|
30473
|
-
.s34f1qb.ant-switch {
|
|
30474
|
-
min-width: 40px;
|
|
30475
|
-
height: 24px;
|
|
30476
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30477
|
-
overflow: hidden;
|
|
30478
|
-
}
|
|
30479
|
-
.s34f1qb.ant-switch:focus {
|
|
30480
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30481
|
-
}
|
|
30482
|
-
.s34f1qb.ant-switch-small {
|
|
30483
|
-
min-width: 26px;
|
|
30484
|
-
height: 16px;
|
|
30485
|
-
}
|
|
30486
|
-
.s34f1qb.ant-switch-large {
|
|
30487
|
-
min-width: 52px;
|
|
30488
|
-
height: 32px;
|
|
30489
|
-
}
|
|
30490
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30491
|
-
height: 20px;
|
|
30492
|
-
width: 20px;
|
|
30493
|
-
}
|
|
30494
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30495
|
-
border-radius: 10px;
|
|
30496
|
-
transition-delay: 120ms;
|
|
30497
|
-
}
|
|
30498
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30499
|
-
height: 14px;
|
|
30500
|
-
width: 14px;
|
|
30501
|
-
top: 1px;
|
|
30502
|
-
left: 1px;
|
|
30503
|
-
}
|
|
30504
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30505
|
-
height: 28px;
|
|
30506
|
-
width: 28px;
|
|
30507
|
-
}
|
|
30508
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30509
|
-
border-radius: 14px;
|
|
30510
|
-
}
|
|
30511
|
-
.s34f1qb.ant-switch-checked {
|
|
30512
|
-
background-color: #00ba5d;
|
|
30513
|
-
}
|
|
30514
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30515
|
-
left: calc(100% - 20px - 2px);
|
|
30516
|
-
}
|
|
30517
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30518
|
-
left: calc(100% - 14px - 1px);
|
|
30519
|
-
}
|
|
30520
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30521
|
-
left: calc(100% - 28px - 2px);
|
|
30522
|
-
}
|
|
30523
|
-
|
|
30524
|
-
.c1to9vb9 {
|
|
30525
|
-
margin-left: 5px;
|
|
30526
|
-
}
|
|
30527
|
-
|
|
30528
30467
|
.cz04yix {
|
|
30529
30468
|
display: flex;
|
|
30530
30469
|
flex-direction: column;
|
|
@@ -31137,928 +31076,983 @@ input.rrg1fkn.ant-input {
|
|
|
31137
31076
|
border-bottom-left-radius: 0;
|
|
31138
31077
|
}
|
|
31139
31078
|
|
|
31140
|
-
.
|
|
31141
|
-
|
|
31079
|
+
.s34f1qb.ant-switch {
|
|
31080
|
+
min-width: 40px;
|
|
31081
|
+
height: 24px;
|
|
31082
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31083
|
+
overflow: hidden;
|
|
31142
31084
|
}
|
|
31143
|
-
|
|
31144
|
-
.
|
|
31145
|
-
font-family: Inter;
|
|
31146
|
-
font-style: normal;
|
|
31147
|
-
font-weight: bold;
|
|
31148
|
-
font-size: 32px;
|
|
31149
|
-
line-height: 40px;
|
|
31085
|
+
.s34f1qb.ant-switch:focus {
|
|
31086
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31150
31087
|
}
|
|
31151
|
-
|
|
31152
|
-
|
|
31153
|
-
|
|
31154
|
-
font-style: normal;
|
|
31155
|
-
font-weight: bold;
|
|
31156
|
-
font-size: 24px;
|
|
31157
|
-
line-height: 32px;
|
|
31088
|
+
.s34f1qb.ant-switch-small {
|
|
31089
|
+
min-width: 26px;
|
|
31090
|
+
height: 16px;
|
|
31158
31091
|
}
|
|
31159
|
-
|
|
31160
|
-
|
|
31161
|
-
|
|
31162
|
-
font-style: normal;
|
|
31163
|
-
font-weight: normal;
|
|
31164
|
-
font-size: 32px;
|
|
31165
|
-
line-height: 40px;
|
|
31092
|
+
.s34f1qb.ant-switch-large {
|
|
31093
|
+
min-width: 52px;
|
|
31094
|
+
height: 32px;
|
|
31166
31095
|
}
|
|
31167
|
-
|
|
31168
|
-
|
|
31169
|
-
|
|
31170
|
-
font-style: normal;
|
|
31171
|
-
font-weight: bold;
|
|
31172
|
-
font-size: 20px;
|
|
31173
|
-
line-height: 24px;
|
|
31096
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31097
|
+
height: 20px;
|
|
31098
|
+
width: 20px;
|
|
31174
31099
|
}
|
|
31175
|
-
|
|
31176
|
-
|
|
31177
|
-
|
|
31178
|
-
font-style: normal;
|
|
31179
|
-
font-weight: normal;
|
|
31180
|
-
font-size: 20px;
|
|
31181
|
-
line-height: 24px;
|
|
31100
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31101
|
+
border-radius: 10px;
|
|
31102
|
+
transition-delay: 120ms;
|
|
31182
31103
|
}
|
|
31183
|
-
|
|
31184
|
-
|
|
31185
|
-
|
|
31186
|
-
|
|
31187
|
-
|
|
31188
|
-
font-size: 18px;
|
|
31189
|
-
line-height: 22px;
|
|
31104
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31105
|
+
height: 14px;
|
|
31106
|
+
width: 14px;
|
|
31107
|
+
top: 1px;
|
|
31108
|
+
left: 1px;
|
|
31190
31109
|
}
|
|
31191
|
-
|
|
31192
|
-
|
|
31193
|
-
|
|
31194
|
-
font-style: normal;
|
|
31195
|
-
font-weight: normal;
|
|
31196
|
-
font-size: 18px;
|
|
31197
|
-
line-height: 22px;
|
|
31110
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31111
|
+
height: 28px;
|
|
31112
|
+
width: 28px;
|
|
31198
31113
|
}
|
|
31199
|
-
|
|
31200
|
-
|
|
31201
|
-
font-family: Inter;
|
|
31202
|
-
font-style: normal;
|
|
31203
|
-
font-weight: bold;
|
|
31204
|
-
font-size: 16px;
|
|
31205
|
-
line-height: 22px;
|
|
31114
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31115
|
+
border-radius: 14px;
|
|
31206
31116
|
}
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
font-family: Inter;
|
|
31210
|
-
font-style: normal;
|
|
31211
|
-
font-weight: normal;
|
|
31212
|
-
font-size: 16px;
|
|
31213
|
-
line-height: 22px;
|
|
31117
|
+
.s34f1qb.ant-switch-checked {
|
|
31118
|
+
background-color: #00ba5d;
|
|
31214
31119
|
}
|
|
31215
|
-
|
|
31216
|
-
|
|
31217
|
-
font-family: Inter;
|
|
31218
|
-
font-style: normal;
|
|
31219
|
-
font-weight: bold;
|
|
31220
|
-
font-size: 14px;
|
|
31221
|
-
line-height: 20px;
|
|
31120
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31121
|
+
left: calc(100% - 20px - 2px);
|
|
31222
31122
|
}
|
|
31223
|
-
|
|
31224
|
-
|
|
31225
|
-
font-family: Inter;
|
|
31226
|
-
font-style: normal;
|
|
31227
|
-
font-weight: normal;
|
|
31228
|
-
font-size: 14px;
|
|
31229
|
-
line-height: 20px;
|
|
31123
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31124
|
+
left: calc(100% - 14px - 1px);
|
|
31230
31125
|
}
|
|
31231
|
-
|
|
31232
|
-
|
|
31233
|
-
font-family: Inter;
|
|
31234
|
-
font-style: normal;
|
|
31235
|
-
font-weight: bold;
|
|
31236
|
-
font-size: 12px;
|
|
31237
|
-
line-height: 18px;
|
|
31126
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31127
|
+
left: calc(100% - 28px - 2px);
|
|
31238
31128
|
}
|
|
31239
31129
|
|
|
31240
|
-
.
|
|
31241
|
-
|
|
31242
|
-
font-style: normal;
|
|
31243
|
-
font-weight: normal;
|
|
31244
|
-
font-size: 12px;
|
|
31245
|
-
line-height: 18px;
|
|
31130
|
+
.c1to9vb9 {
|
|
31131
|
+
margin-left: 5px;
|
|
31246
31132
|
}
|
|
31247
31133
|
|
|
31248
|
-
.
|
|
31249
|
-
|
|
31250
|
-
font-style: normal;
|
|
31251
|
-
font-weight: bold;
|
|
31252
|
-
text-transform: uppercase;
|
|
31253
|
-
font-feature-settings: "cpsp" on;
|
|
31254
|
-
font-size: 12px;
|
|
31255
|
-
line-height: 18px;
|
|
31134
|
+
.t1upn1sz {
|
|
31135
|
+
height: 100%;
|
|
31256
31136
|
}
|
|
31257
31137
|
|
|
31258
|
-
.
|
|
31259
|
-
|
|
31260
|
-
font-style: normal;
|
|
31261
|
-
font-weight: normal;
|
|
31262
|
-
text-transform: uppercase;
|
|
31263
|
-
font-feature-settings: "cpsp" on;
|
|
31264
|
-
font-size: 12px;
|
|
31265
|
-
line-height: 18px;
|
|
31138
|
+
.tta5kd2 {
|
|
31139
|
+
height: 100%;
|
|
31266
31140
|
}
|
|
31267
|
-
|
|
31268
|
-
|
|
31269
|
-
|
|
31270
|
-
font-style: normal;
|
|
31271
|
-
font-weight: normal;
|
|
31272
|
-
font-size: 16px;
|
|
31273
|
-
line-height: 24px;
|
|
31141
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31142
|
+
overflow: visible !important;
|
|
31143
|
+
height: 100%;
|
|
31274
31144
|
}
|
|
31275
|
-
|
|
31276
|
-
|
|
31277
|
-
font-family: Inter;
|
|
31278
|
-
font-style: normal;
|
|
31279
|
-
font-weight: bold;
|
|
31280
|
-
font-size: 16px;
|
|
31281
|
-
line-height: 24px;
|
|
31145
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31146
|
+
height: 100%;
|
|
31282
31147
|
}
|
|
31283
|
-
|
|
31284
|
-
|
|
31285
|
-
|
|
31286
|
-
font-style: normal;
|
|
31287
|
-
font-weight: normal;
|
|
31288
|
-
font-size: 16px;
|
|
31289
|
-
line-height: 24px;
|
|
31148
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31149
|
+
width: 100% !important;
|
|
31150
|
+
height: 100%;
|
|
31290
31151
|
}
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
font-family: Inter;
|
|
31294
|
-
font-style: normal;
|
|
31295
|
-
font-weight: bold;
|
|
31296
|
-
font-size: 16px;
|
|
31297
|
-
line-height: 24px;
|
|
31152
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31153
|
+
padding: 15px 0;
|
|
31298
31154
|
}
|
|
31299
|
-
|
|
31300
|
-
|
|
31301
|
-
font-family: Inter;
|
|
31302
|
-
font-style: normal;
|
|
31303
|
-
font-weight: normal;
|
|
31304
|
-
text-transform: uppercase;
|
|
31305
|
-
font-feature-settings: "cpsp" on;
|
|
31306
|
-
font-size: 16px;
|
|
31307
|
-
line-height: 24px;
|
|
31155
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31156
|
+
display: none;
|
|
31308
31157
|
}
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
font-family: Inter;
|
|
31312
|
-
font-style: normal;
|
|
31313
|
-
font-weight: bold;
|
|
31314
|
-
text-transform: uppercase;
|
|
31315
|
-
font-feature-settings: "cpsp" on;
|
|
31316
|
-
font-size: 16px;
|
|
31317
|
-
line-height: 24px;
|
|
31158
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31159
|
+
font-weight: 700;
|
|
31318
31160
|
}
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
font-family: Inter;
|
|
31322
|
-
font-style: normal;
|
|
31323
|
-
font-weight: normal;
|
|
31324
|
-
font-size: 14px;
|
|
31325
|
-
line-height: 22px;
|
|
31161
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31162
|
+
font-weight: 700;
|
|
31326
31163
|
}
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
font-family: Inter;
|
|
31330
|
-
font-style: normal;
|
|
31331
|
-
font-weight: 500;
|
|
31332
|
-
font-size: 14px;
|
|
31333
|
-
line-height: 22px;
|
|
31164
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31165
|
+
height: 100%;
|
|
31334
31166
|
}
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
font-style: normal;
|
|
31339
|
-
font-weight: bold;
|
|
31340
|
-
font-size: 14px;
|
|
31341
|
-
line-height: 22px;
|
|
31167
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31168
|
+
height: 100%;
|
|
31169
|
+
overflow: visible;
|
|
31342
31170
|
}
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
font-family: Inter;
|
|
31346
|
-
font-style: normal;
|
|
31347
|
-
font-weight: normal;
|
|
31348
|
-
font-size: 14px;
|
|
31349
|
-
line-height: 22px;
|
|
31171
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31172
|
+
max-height: none;
|
|
31350
31173
|
}
|
|
31351
|
-
|
|
31352
|
-
.
|
|
31353
|
-
|
|
31354
|
-
font-style: normal;
|
|
31355
|
-
font-weight: bold;
|
|
31356
|
-
font-size: 14px;
|
|
31357
|
-
line-height: 22px;
|
|
31174
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31175
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31176
|
+
display: none;
|
|
31358
31177
|
}
|
|
31359
|
-
|
|
31360
|
-
|
|
31361
|
-
font-family: Inter;
|
|
31362
|
-
font-style: normal;
|
|
31363
|
-
font-weight: normal;
|
|
31364
|
-
text-transform: uppercase;
|
|
31365
|
-
font-feature-settings: "cpsp" on;
|
|
31366
|
-
font-size: 14px;
|
|
31367
|
-
line-height: 22px;
|
|
31178
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31179
|
+
background: transparent;
|
|
31368
31180
|
}
|
|
31369
|
-
|
|
31370
|
-
.
|
|
31371
|
-
|
|
31372
|
-
|
|
31373
|
-
font-weight: bold;
|
|
31374
|
-
text-transform: uppercase;
|
|
31375
|
-
font-feature-settings: "cpsp" on;
|
|
31376
|
-
font-size: 14px;
|
|
31377
|
-
line-height: 22px;
|
|
31181
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31182
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31183
|
+
background: #fff;
|
|
31184
|
+
padding: 0 !important;
|
|
31378
31185
|
}
|
|
31379
|
-
|
|
31380
|
-
.
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
line-height: 20px;
|
|
31186
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31187
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31188
|
+
display: flex;
|
|
31189
|
+
align-items: center;
|
|
31190
|
+
height: 100%;
|
|
31191
|
+
padding: 8px;
|
|
31386
31192
|
}
|
|
31387
|
-
|
|
31388
|
-
.
|
|
31389
|
-
|
|
31390
|
-
|
|
31391
|
-
|
|
31392
|
-
font-size: 13px;
|
|
31393
|
-
line-height: 20px;
|
|
31193
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31194
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31195
|
+
overflow: hidden;
|
|
31196
|
+
text-overflow: ellipsis;
|
|
31197
|
+
width: 100%;
|
|
31394
31198
|
}
|
|
31395
|
-
|
|
31396
|
-
|
|
31397
|
-
font-family: Inter;
|
|
31398
|
-
font-style: normal;
|
|
31399
|
-
font-weight: bold;
|
|
31400
|
-
font-size: 13px;
|
|
31401
|
-
line-height: 20px;
|
|
31199
|
+
.tta5kd2 .ant-table-container {
|
|
31200
|
+
height: 100%;
|
|
31402
31201
|
}
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
font-family: Inter;
|
|
31406
|
-
font-style: normal;
|
|
31407
|
-
font-weight: normal;
|
|
31408
|
-
font-size: 13px;
|
|
31409
|
-
line-height: 20px;
|
|
31202
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31203
|
+
box-shadow: none !important;
|
|
31410
31204
|
}
|
|
31411
|
-
|
|
31412
|
-
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
|
|
31416
|
-
|
|
31417
|
-
|
|
31205
|
+
.tta5kd2 .ant-table {
|
|
31206
|
+
border-radius: 0px;
|
|
31207
|
+
border-left: none;
|
|
31208
|
+
border-right: none;
|
|
31209
|
+
border-bottom: none;
|
|
31210
|
+
height: 100%;
|
|
31211
|
+
font-size: 12px;
|
|
31212
|
+
background: transparent;
|
|
31418
31213
|
}
|
|
31419
|
-
|
|
31420
|
-
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
|
|
31424
|
-
font-size: 13px;
|
|
31425
|
-
line-height: 20px;
|
|
31214
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31215
|
+
position: relative;
|
|
31216
|
+
z-index: 3;
|
|
31217
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31218
|
+
margin-bottom: -1px;
|
|
31426
31219
|
}
|
|
31427
|
-
|
|
31428
|
-
.
|
|
31429
|
-
|
|
31430
|
-
font-style: normal;
|
|
31431
|
-
font-weight: normal;
|
|
31432
|
-
text-transform: uppercase;
|
|
31433
|
-
font-feature-settings: "cpsp" on;
|
|
31434
|
-
font-size: 13px;
|
|
31435
|
-
line-height: 20px;
|
|
31220
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31221
|
+
.tta5kd2 .ant-table .value {
|
|
31222
|
+
color: #2d3a56;
|
|
31436
31223
|
}
|
|
31437
|
-
|
|
31438
|
-
.
|
|
31439
|
-
|
|
31440
|
-
font-style: normal;
|
|
31441
|
-
font-weight: bold;
|
|
31442
|
-
text-transform: uppercase;
|
|
31443
|
-
font-feature-settings: "cpsp" on;
|
|
31444
|
-
font-size: 13px;
|
|
31445
|
-
line-height: 20px;
|
|
31224
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31225
|
+
.tta5kd2 .ant-table .unit {
|
|
31226
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31446
31227
|
}
|
|
31447
|
-
|
|
31448
|
-
|
|
31449
|
-
|
|
31450
|
-
font-style: normal;
|
|
31451
|
-
font-weight: normal;
|
|
31452
|
-
font-size: 12px;
|
|
31453
|
-
line-height: 18px;
|
|
31228
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31229
|
+
position: unset;
|
|
31230
|
+
text-align: center;
|
|
31454
31231
|
}
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
font-family: Inter;
|
|
31458
|
-
font-style: normal;
|
|
31459
|
-
font-weight: 500;
|
|
31460
|
-
font-size: 12px;
|
|
31461
|
-
line-height: 18px;
|
|
31232
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31233
|
+
background: #fff;
|
|
31462
31234
|
}
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
line-height: 18px;
|
|
31235
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31236
|
+
cursor: pointer;
|
|
31237
|
+
position: absolute;
|
|
31238
|
+
top: 50%;
|
|
31239
|
+
right: 12px;
|
|
31240
|
+
transform: translateY(-50%);
|
|
31470
31241
|
}
|
|
31471
|
-
|
|
31472
|
-
|
|
31473
|
-
|
|
31474
|
-
|
|
31475
|
-
font-weight: normal;
|
|
31476
|
-
font-size: 12px;
|
|
31477
|
-
line-height: 18px;
|
|
31242
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31243
|
+
box-shadow: none;
|
|
31244
|
+
width: 1px;
|
|
31245
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31478
31246
|
}
|
|
31479
|
-
|
|
31480
|
-
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
font-weight: 500;
|
|
31484
|
-
font-size: 12px;
|
|
31485
|
-
line-height: 18px;
|
|
31247
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31248
|
+
box-shadow: none;
|
|
31249
|
+
width: 1px;
|
|
31250
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31486
31251
|
}
|
|
31487
|
-
|
|
31488
|
-
|
|
31489
|
-
font-family: Inter;
|
|
31490
|
-
font-style: normal;
|
|
31491
|
-
font-weight: bold;
|
|
31492
|
-
font-size: 12px;
|
|
31493
|
-
line-height: 18px;
|
|
31252
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31253
|
+
position: relative;
|
|
31494
31254
|
}
|
|
31495
|
-
|
|
31496
|
-
.
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
|
|
31500
|
-
|
|
31501
|
-
|
|
31502
|
-
font-size: 12px;
|
|
31503
|
-
line-height: 18px;
|
|
31255
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31256
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31257
|
+
border-bottom: 1px solid white;
|
|
31258
|
+
height: 40px;
|
|
31259
|
+
vertical-align: middle;
|
|
31260
|
+
transition: background 0ms;
|
|
31261
|
+
color: #00122e;
|
|
31504
31262
|
}
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
|
|
31510
|
-
|
|
31511
|
-
|
|
31263
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31264
|
+
background: #f2f5fa;
|
|
31265
|
+
border-bottom-color: #f2f5fa;
|
|
31266
|
+
}
|
|
31267
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31268
|
+
height: auto;
|
|
31269
|
+
color: #00122e;
|
|
31512
31270
|
font-size: 12px;
|
|
31513
|
-
|
|
31271
|
+
text-align: left;
|
|
31272
|
+
transition: none;
|
|
31273
|
+
overflow: hidden;
|
|
31274
|
+
text-overflow: ellipsis;
|
|
31275
|
+
white-space: nowrap;
|
|
31514
31276
|
}
|
|
31515
|
-
|
|
31516
|
-
|
|
31517
|
-
font-family: Inter;
|
|
31518
|
-
font-style: normal;
|
|
31519
|
-
font-weight: normal;
|
|
31520
|
-
font-size: 13px;
|
|
31521
|
-
line-height: 20px;
|
|
31277
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31278
|
+
color: #0096ff;
|
|
31522
31279
|
}
|
|
31523
|
-
|
|
31524
|
-
|
|
31525
|
-
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
|
|
31280
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31281
|
+
overflow: hidden;
|
|
31282
|
+
text-overflow: ellipsis;
|
|
31283
|
+
width: 100%;
|
|
31284
|
+
vertical-align: middle;
|
|
31285
|
+
}
|
|
31286
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31287
|
+
line-height: 0px;
|
|
31288
|
+
}
|
|
31289
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31290
|
+
padding-right: 25px;
|
|
31291
|
+
}
|
|
31292
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31293
|
+
border-top-color: transparent;
|
|
31294
|
+
}
|
|
31295
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31296
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31297
|
+
border-color: transparent transparent white;
|
|
31298
|
+
}
|
|
31299
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31300
|
+
border-radius: 8px 0 0 8px;
|
|
31301
|
+
}
|
|
31302
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31303
|
+
border-radius: 8px 0 0 8px;
|
|
31304
|
+
}
|
|
31305
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31306
|
+
content: "";
|
|
31307
|
+
width: 4px;
|
|
31308
|
+
top: -1px;
|
|
31309
|
+
bottom: -1px;
|
|
31310
|
+
background: white;
|
|
31311
|
+
}
|
|
31312
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31313
|
+
border-radius: 0 8px 8px 0;
|
|
31314
|
+
}
|
|
31315
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31316
|
+
border-radius: 0;
|
|
31317
|
+
background: white;
|
|
31318
|
+
border-top: none;
|
|
31319
|
+
}
|
|
31320
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31321
|
+
border-top: 1px solid transparent;
|
|
31322
|
+
border-radius: 0 8px 8px 0;
|
|
31323
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31324
|
+
}
|
|
31325
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31326
|
+
background: white;
|
|
31327
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31328
|
+
}
|
|
31329
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31330
|
+
display: flex;
|
|
31331
|
+
align-items: center;
|
|
31332
|
+
height: 100%;
|
|
31333
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31334
|
+
}
|
|
31335
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31336
|
+
background: white;
|
|
31337
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31338
|
+
}
|
|
31339
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31340
|
+
display: flex;
|
|
31341
|
+
align-items: center;
|
|
31342
|
+
height: 100%;
|
|
31343
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31344
|
+
}
|
|
31345
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31346
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31530
31347
|
}
|
|
31531
|
-
|
|
31532
|
-
.
|
|
31533
|
-
|
|
31534
|
-
font-style: normal;
|
|
31535
|
-
font-weight: normal;
|
|
31536
|
-
font-size: 12px;
|
|
31537
|
-
line-height: 18px;
|
|
31348
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31349
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31350
|
+
border-radius: 8px;
|
|
31538
31351
|
}
|
|
31539
|
-
|
|
31540
|
-
|
|
31541
|
-
font-family: Inter;
|
|
31542
|
-
font-style: normal;
|
|
31543
|
-
font-weight: normal;
|
|
31544
|
-
font-size: 12px;
|
|
31545
|
-
line-height: 18px;
|
|
31352
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31353
|
+
border-top-color: white;
|
|
31546
31354
|
}
|
|
31547
|
-
|
|
31548
|
-
.
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
font-weight: normal;
|
|
31552
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31553
|
-
font-size: 13px;
|
|
31554
|
-
line-height: 20px;
|
|
31355
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31356
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31357
|
+
border-bottom-color: transparent;
|
|
31358
|
+
border-top-color: transparent;
|
|
31555
31359
|
}
|
|
31556
|
-
|
|
31557
|
-
|
|
31558
|
-
font-family: Inter;
|
|
31559
|
-
font-style: normal;
|
|
31560
|
-
font-weight: normal;
|
|
31561
|
-
font-feature-settings: "zero" on;
|
|
31562
|
-
font-size: 13px;
|
|
31563
|
-
line-height: 20px;
|
|
31360
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31361
|
+
border-radius: 8px 0 0 8px;
|
|
31564
31362
|
}
|
|
31565
|
-
|
|
31566
|
-
|
|
31567
|
-
font-family: Inter;
|
|
31568
|
-
font-style: normal;
|
|
31569
|
-
font-weight: normal;
|
|
31570
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31571
|
-
font-size: 12px;
|
|
31572
|
-
line-height: 18px;
|
|
31363
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31364
|
+
border-radius: 0 8px 8px 0;
|
|
31573
31365
|
}
|
|
31574
|
-
|
|
31575
|
-
.
|
|
31576
|
-
font-family: Inter;
|
|
31577
|
-
font-style: normal;
|
|
31578
|
-
font-weight: 500;
|
|
31579
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31580
|
-
font-size: 12px;
|
|
31581
|
-
line-height: 18px;
|
|
31366
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31367
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31582
31368
|
}
|
|
31583
|
-
|
|
31584
|
-
|
|
31585
|
-
font-
|
|
31586
|
-
|
|
31587
|
-
|
|
31588
|
-
|
|
31589
|
-
|
|
31590
|
-
|
|
31369
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31370
|
+
background: #fff;
|
|
31371
|
+
font-weight: 400;
|
|
31372
|
+
position: relative;
|
|
31373
|
+
border-bottom: none;
|
|
31374
|
+
color: #00122e;
|
|
31375
|
+
transition: none;
|
|
31376
|
+
padding: 15px 8px 15px 8px;
|
|
31591
31377
|
}
|
|
31592
|
-
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
|
|
31596
|
-
|
|
31597
|
-
|
|
31598
|
-
|
|
31599
|
-
|
|
31378
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31379
|
+
content: "";
|
|
31380
|
+
width: 1px;
|
|
31381
|
+
top: 0;
|
|
31382
|
+
bottom: 0;
|
|
31383
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31384
|
+
position: absolute;
|
|
31385
|
+
right: 0;
|
|
31600
31386
|
}
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
font-family: Inter;
|
|
31604
|
-
font-style: normal;
|
|
31605
|
-
font-weight: bold;
|
|
31606
|
-
font-feature-settings: "zero" on;
|
|
31607
|
-
font-size: 16px;
|
|
31608
|
-
line-height: 24px;
|
|
31387
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31388
|
+
padding: unset;
|
|
31609
31389
|
}
|
|
31610
|
-
|
|
31611
|
-
|
|
31612
|
-
font-family: Inter;
|
|
31613
|
-
font-style: normal;
|
|
31614
|
-
font-weight: normal;
|
|
31615
|
-
font-size: 10px;
|
|
31616
|
-
line-height: 12px;
|
|
31390
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31391
|
+
display: none;
|
|
31617
31392
|
}
|
|
31618
|
-
|
|
31619
|
-
|
|
31620
|
-
|
|
31393
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31394
|
+
width: 100%;
|
|
31395
|
+
overflow: hidden;
|
|
31396
|
+
white-space: nowrap;
|
|
31397
|
+
text-overflow: ellipsis;
|
|
31621
31398
|
}
|
|
31622
|
-
|
|
31623
|
-
|
|
31624
|
-
|
|
31399
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31400
|
+
overflow: hidden;
|
|
31401
|
+
text-overflow: ellipsis;
|
|
31402
|
+
flex: 1;
|
|
31625
31403
|
}
|
|
31626
|
-
.tta5kd2.
|
|
31627
|
-
|
|
31628
|
-
height: 100%;
|
|
31404
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31405
|
+
padding: 15px 25px 15px 8px;
|
|
31629
31406
|
}
|
|
31630
|
-
.tta5kd2.
|
|
31631
|
-
|
|
31407
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31408
|
+
padding: 0;
|
|
31632
31409
|
}
|
|
31633
|
-
.tta5kd2.
|
|
31634
|
-
|
|
31635
|
-
|
|
31410
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31411
|
+
position: absolute;
|
|
31412
|
+
right: 6px;
|
|
31413
|
+
top: 50%;
|
|
31414
|
+
transform: translateY(-50%);
|
|
31415
|
+
height: 16px;
|
|
31416
|
+
display: none;
|
|
31417
|
+
transition: transform 320ms ease;
|
|
31636
31418
|
}
|
|
31637
|
-
.tta5kd2.
|
|
31638
|
-
|
|
31419
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31420
|
+
display: block;
|
|
31421
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31639
31422
|
}
|
|
31640
|
-
.tta5kd2.
|
|
31423
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31424
|
+
display: block;
|
|
31425
|
+
}
|
|
31426
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31641
31427
|
display: none;
|
|
31642
31428
|
}
|
|
31643
|
-
.tta5kd2 .
|
|
31644
|
-
|
|
31429
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31430
|
+
transform: translateY(-50%);
|
|
31645
31431
|
}
|
|
31646
|
-
.tta5kd2.
|
|
31647
|
-
|
|
31432
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31433
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31648
31434
|
}
|
|
31649
|
-
.tta5kd2 .ant-
|
|
31650
|
-
|
|
31435
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31436
|
+
background: #f2f5fa;
|
|
31651
31437
|
}
|
|
31652
|
-
.tta5kd2 .ant-
|
|
31653
|
-
|
|
31654
|
-
overflow: visible;
|
|
31438
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31439
|
+
display: block;
|
|
31655
31440
|
}
|
|
31656
|
-
.tta5kd2 .ant-
|
|
31657
|
-
|
|
31441
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31442
|
+
padding-right: 25px;
|
|
31658
31443
|
}
|
|
31659
|
-
.tta5kd2.table
|
|
31660
|
-
|
|
31661
|
-
display: none;
|
|
31444
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31445
|
+
padding: 0 !important;
|
|
31662
31446
|
}
|
|
31663
|
-
.tta5kd2
|
|
31664
|
-
|
|
31447
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31448
|
+
position: absolute;
|
|
31449
|
+
left: 50%;
|
|
31450
|
+
top: 50%;
|
|
31451
|
+
transform: translate(-50%, -50%);
|
|
31665
31452
|
}
|
|
31666
|
-
.tta5kd2
|
|
31667
|
-
|
|
31453
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31454
|
+
display: none;
|
|
31455
|
+
}
|
|
31456
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31668
31457
|
background: #fff;
|
|
31669
|
-
padding: 0 !important;
|
|
31670
31458
|
}
|
|
31671
|
-
.tta5kd2
|
|
31672
|
-
|
|
31673
|
-
display: flex;
|
|
31674
|
-
align-items: center;
|
|
31675
|
-
height: 100%;
|
|
31676
|
-
padding: 8px;
|
|
31459
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31460
|
+
background: inherit;
|
|
31677
31461
|
}
|
|
31678
|
-
.tta5kd2
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
|
|
31462
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31463
|
+
position: static;
|
|
31464
|
+
border: none;
|
|
31465
|
+
background: inherit !important;
|
|
31466
|
+
height: 100px;
|
|
31467
|
+
vertical-align: middle;
|
|
31683
31468
|
}
|
|
31684
|
-
.tta5kd2 .ant-table-
|
|
31685
|
-
|
|
31469
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31470
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31471
|
+
font-weight: bold;
|
|
31472
|
+
font-size: 20px;
|
|
31473
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31686
31474
|
}
|
|
31687
|
-
.tta5kd2 .ant-table
|
|
31688
|
-
|
|
31475
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31476
|
+
padding: 0 !important;
|
|
31477
|
+
position: relative;
|
|
31478
|
+
background: #fff;
|
|
31689
31479
|
}
|
|
31690
|
-
.tta5kd2 .ant-table {
|
|
31691
|
-
border-radius: 0px;
|
|
31692
|
-
border-left: none;
|
|
31693
|
-
border-right: none;
|
|
31694
|
-
border-bottom: none;
|
|
31480
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31695
31481
|
height: 100%;
|
|
31696
|
-
|
|
31697
|
-
|
|
31482
|
+
display: flex;
|
|
31483
|
+
align-items: center;
|
|
31484
|
+
justify-content: flex-end;
|
|
31485
|
+
padding-right: 8px;
|
|
31698
31486
|
}
|
|
31699
|
-
.tta5kd2 .ant-table .
|
|
31700
|
-
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
|
|
31487
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31488
|
+
width: 24px;
|
|
31489
|
+
height: 24px;
|
|
31490
|
+
cursor: pointer;
|
|
31491
|
+
justify-content: center;
|
|
31492
|
+
border-radius: 4px;
|
|
31493
|
+
}
|
|
31494
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31495
|
+
background: #fff;
|
|
31704
31496
|
}
|
|
31705
|
-
|
|
31706
|
-
.
|
|
31707
|
-
|
|
31497
|
+
|
|
31498
|
+
.s1fc623g {
|
|
31499
|
+
width: 430px !important;
|
|
31708
31500
|
}
|
|
31709
|
-
|
|
31710
|
-
.
|
|
31711
|
-
|
|
31501
|
+
|
|
31502
|
+
.da3mx0o .ant-select-item-group {
|
|
31503
|
+
padding: 8px 16px;
|
|
31504
|
+
line-height: 18px;
|
|
31505
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31506
|
+
height: 34px;
|
|
31507
|
+
min-height: 34px;
|
|
31508
|
+
box-sizing: border-box;
|
|
31509
|
+
margin-top: 8px;
|
|
31712
31510
|
}
|
|
31713
|
-
|
|
31714
|
-
|
|
31715
|
-
|
|
31511
|
+
|
|
31512
|
+
.onr9gzt {
|
|
31513
|
+
display: flex;
|
|
31514
|
+
flex-direction: column;
|
|
31515
|
+
margin: 1px 8px;
|
|
31516
|
+
padding: 8px;
|
|
31517
|
+
border-radius: 4px;
|
|
31716
31518
|
}
|
|
31717
|
-
.
|
|
31718
|
-
|
|
31519
|
+
.onr9gzt .selected-icon {
|
|
31520
|
+
display: none;
|
|
31719
31521
|
}
|
|
31720
|
-
.
|
|
31721
|
-
|
|
31722
|
-
position: absolute;
|
|
31723
|
-
top: 50%;
|
|
31724
|
-
right: 12px;
|
|
31725
|
-
transform: translateY(-50%);
|
|
31522
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31523
|
+
padding-left: 8px;
|
|
31726
31524
|
}
|
|
31727
|
-
.
|
|
31728
|
-
|
|
31729
|
-
width: 1px;
|
|
31730
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31525
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31526
|
+
background-color: white;
|
|
31731
31527
|
}
|
|
31732
|
-
.
|
|
31733
|
-
|
|
31734
|
-
width: 1px;
|
|
31735
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31528
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31529
|
+
color: #0080ff;
|
|
31736
31530
|
}
|
|
31737
|
-
.
|
|
31738
|
-
|
|
31531
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31532
|
+
display: block;
|
|
31739
31533
|
}
|
|
31740
|
-
.
|
|
31741
|
-
|
|
31742
|
-
border-bottom: 1px solid white;
|
|
31743
|
-
height: 40px;
|
|
31744
|
-
vertical-align: middle;
|
|
31745
|
-
transition: background 0ms;
|
|
31746
|
-
color: #00122e;
|
|
31534
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31535
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31747
31536
|
}
|
|
31748
|
-
.
|
|
31749
|
-
|
|
31750
|
-
border-bottom-color: #f2f5fa;
|
|
31537
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31538
|
+
color: #0080ff;
|
|
31751
31539
|
}
|
|
31752
|
-
.
|
|
31753
|
-
|
|
31754
|
-
color: #
|
|
31755
|
-
font-size: 12px;
|
|
31756
|
-
text-align: left;
|
|
31757
|
-
transition: none;
|
|
31758
|
-
overflow: hidden;
|
|
31759
|
-
text-overflow: ellipsis;
|
|
31760
|
-
white-space: nowrap;
|
|
31540
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31541
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31542
|
+
color: #0080ff;
|
|
31761
31543
|
}
|
|
31762
|
-
|
|
31763
|
-
|
|
31544
|
+
|
|
31545
|
+
.oiy0apc {
|
|
31546
|
+
display: flex;
|
|
31547
|
+
justify-content: space-between;
|
|
31548
|
+
height: 20px;
|
|
31549
|
+
line-height: 20px;
|
|
31764
31550
|
}
|
|
31765
|
-
.
|
|
31551
|
+
.oiy0apc .timezone-title {
|
|
31552
|
+
color: #2d3a56;
|
|
31766
31553
|
overflow: hidden;
|
|
31767
31554
|
text-overflow: ellipsis;
|
|
31768
|
-
width: 100%;
|
|
31769
|
-
vertical-align: middle;
|
|
31770
|
-
}
|
|
31771
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31772
|
-
line-height: 0px;
|
|
31773
|
-
}
|
|
31774
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31775
|
-
padding-right: 25px;
|
|
31776
31555
|
}
|
|
31777
|
-
|
|
31778
|
-
|
|
31556
|
+
|
|
31557
|
+
.of4y382 {
|
|
31558
|
+
display: flex;
|
|
31559
|
+
justify-content: space-between;
|
|
31560
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31561
|
+
height: 18px;
|
|
31562
|
+
line-height: 18px;
|
|
31563
|
+
margin-top: 2px;
|
|
31779
31564
|
}
|
|
31780
|
-
|
|
31565
|
+
|
|
31566
|
+
.t19903l9 {
|
|
31567
|
+
border: none;
|
|
31568
|
+
margin-right: 0;
|
|
31781
31569
|
background: rgba(225, 230, 241, 0.6);
|
|
31782
|
-
border-color: transparent transparent white;
|
|
31783
|
-
}
|
|
31784
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31785
|
-
border-radius: 8px 0 0 8px;
|
|
31786
|
-
}
|
|
31787
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31788
|
-
border-radius: 8px 0 0 8px;
|
|
31789
|
-
}
|
|
31790
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31791
|
-
content: "";
|
|
31792
|
-
width: 4px;
|
|
31793
|
-
top: -1px;
|
|
31794
|
-
bottom: -1px;
|
|
31795
|
-
background: white;
|
|
31796
31570
|
}
|
|
31797
|
-
|
|
31798
|
-
|
|
31571
|
+
|
|
31572
|
+
.ohwbvxu {
|
|
31573
|
+
pointer-events: none;
|
|
31574
|
+
height: 32px;
|
|
31575
|
+
width: 100%;
|
|
31576
|
+
opacity: 0;
|
|
31799
31577
|
}
|
|
31800
|
-
|
|
31801
|
-
|
|
31802
|
-
|
|
31803
|
-
border-top: none;
|
|
31578
|
+
|
|
31579
|
+
.i1e4sgug {
|
|
31580
|
+
display: inline-block;
|
|
31804
31581
|
}
|
|
31805
|
-
|
|
31806
|
-
|
|
31807
|
-
|
|
31808
|
-
|
|
31582
|
+
|
|
31583
|
+
.d6j0lbj {
|
|
31584
|
+
font-family: Inter;
|
|
31585
|
+
font-style: normal;
|
|
31586
|
+
font-weight: bold;
|
|
31587
|
+
font-size: 32px;
|
|
31588
|
+
line-height: 40px;
|
|
31809
31589
|
}
|
|
31810
|
-
|
|
31811
|
-
|
|
31812
|
-
|
|
31590
|
+
|
|
31591
|
+
.d1xhvvxe {
|
|
31592
|
+
font-family: Inter;
|
|
31593
|
+
font-style: normal;
|
|
31594
|
+
font-weight: bold;
|
|
31595
|
+
font-size: 24px;
|
|
31596
|
+
line-height: 32px;
|
|
31813
31597
|
}
|
|
31814
|
-
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
|
|
31598
|
+
|
|
31599
|
+
.dk10mxq {
|
|
31600
|
+
font-family: Inter;
|
|
31601
|
+
font-style: normal;
|
|
31602
|
+
font-weight: normal;
|
|
31603
|
+
font-size: 32px;
|
|
31604
|
+
line-height: 40px;
|
|
31819
31605
|
}
|
|
31820
|
-
|
|
31821
|
-
|
|
31822
|
-
|
|
31606
|
+
|
|
31607
|
+
.dxsait {
|
|
31608
|
+
font-family: Inter;
|
|
31609
|
+
font-style: normal;
|
|
31610
|
+
font-weight: bold;
|
|
31611
|
+
font-size: 20px;
|
|
31612
|
+
line-height: 24px;
|
|
31823
31613
|
}
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
|
|
31827
|
-
|
|
31828
|
-
|
|
31614
|
+
|
|
31615
|
+
.dokn0h3 {
|
|
31616
|
+
font-family: Inter;
|
|
31617
|
+
font-style: normal;
|
|
31618
|
+
font-weight: normal;
|
|
31619
|
+
font-size: 20px;
|
|
31620
|
+
line-height: 24px;
|
|
31829
31621
|
}
|
|
31830
|
-
|
|
31831
|
-
|
|
31622
|
+
|
|
31623
|
+
.dobau4p {
|
|
31624
|
+
font-family: Inter;
|
|
31625
|
+
font-style: normal;
|
|
31626
|
+
font-weight: bold;
|
|
31627
|
+
font-size: 18px;
|
|
31628
|
+
line-height: 22px;
|
|
31832
31629
|
}
|
|
31833
|
-
|
|
31834
|
-
|
|
31835
|
-
|
|
31630
|
+
|
|
31631
|
+
.dvolwok {
|
|
31632
|
+
font-family: Inter;
|
|
31633
|
+
font-style: normal;
|
|
31634
|
+
font-weight: normal;
|
|
31635
|
+
font-size: 18px;
|
|
31636
|
+
line-height: 22px;
|
|
31836
31637
|
}
|
|
31837
|
-
|
|
31838
|
-
|
|
31638
|
+
|
|
31639
|
+
.h181qhg4 {
|
|
31640
|
+
font-family: Inter;
|
|
31641
|
+
font-style: normal;
|
|
31642
|
+
font-weight: bold;
|
|
31643
|
+
font-size: 16px;
|
|
31644
|
+
line-height: 22px;
|
|
31839
31645
|
}
|
|
31840
|
-
|
|
31841
|
-
|
|
31842
|
-
|
|
31843
|
-
|
|
31646
|
+
|
|
31647
|
+
.h1phgmcq {
|
|
31648
|
+
font-family: Inter;
|
|
31649
|
+
font-style: normal;
|
|
31650
|
+
font-weight: normal;
|
|
31651
|
+
font-size: 16px;
|
|
31652
|
+
line-height: 22px;
|
|
31844
31653
|
}
|
|
31845
|
-
|
|
31846
|
-
|
|
31654
|
+
|
|
31655
|
+
.h173xnl1 {
|
|
31656
|
+
font-family: Inter;
|
|
31657
|
+
font-style: normal;
|
|
31658
|
+
font-weight: bold;
|
|
31659
|
+
font-size: 14px;
|
|
31660
|
+
line-height: 20px;
|
|
31847
31661
|
}
|
|
31848
|
-
|
|
31849
|
-
|
|
31662
|
+
|
|
31663
|
+
.hedm4pz {
|
|
31664
|
+
font-family: Inter;
|
|
31665
|
+
font-style: normal;
|
|
31666
|
+
font-weight: normal;
|
|
31667
|
+
font-size: 14px;
|
|
31668
|
+
line-height: 20px;
|
|
31850
31669
|
}
|
|
31851
|
-
|
|
31852
|
-
|
|
31670
|
+
|
|
31671
|
+
.h1kd8xld {
|
|
31672
|
+
font-family: Inter;
|
|
31673
|
+
font-style: normal;
|
|
31674
|
+
font-weight: bold;
|
|
31675
|
+
font-size: 12px;
|
|
31676
|
+
line-height: 18px;
|
|
31853
31677
|
}
|
|
31854
|
-
|
|
31855
|
-
|
|
31856
|
-
font-
|
|
31857
|
-
|
|
31858
|
-
|
|
31859
|
-
|
|
31860
|
-
|
|
31861
|
-
padding: 15px 8px 15px 8px;
|
|
31678
|
+
|
|
31679
|
+
.hp14fr {
|
|
31680
|
+
font-family: Inter;
|
|
31681
|
+
font-style: normal;
|
|
31682
|
+
font-weight: normal;
|
|
31683
|
+
font-size: 12px;
|
|
31684
|
+
line-height: 18px;
|
|
31862
31685
|
}
|
|
31863
|
-
|
|
31864
|
-
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
|
|
31869
|
-
|
|
31870
|
-
|
|
31686
|
+
|
|
31687
|
+
.hgrg7mn {
|
|
31688
|
+
font-family: Inter;
|
|
31689
|
+
font-style: normal;
|
|
31690
|
+
font-weight: bold;
|
|
31691
|
+
text-transform: uppercase;
|
|
31692
|
+
font-feature-settings: "cpsp" on;
|
|
31693
|
+
font-size: 12px;
|
|
31694
|
+
line-height: 18px;
|
|
31871
31695
|
}
|
|
31872
|
-
|
|
31873
|
-
|
|
31696
|
+
|
|
31697
|
+
.h6zme9x {
|
|
31698
|
+
font-family: Inter;
|
|
31699
|
+
font-style: normal;
|
|
31700
|
+
font-weight: normal;
|
|
31701
|
+
text-transform: uppercase;
|
|
31702
|
+
font-feature-settings: "cpsp" on;
|
|
31703
|
+
font-size: 12px;
|
|
31704
|
+
line-height: 18px;
|
|
31874
31705
|
}
|
|
31875
|
-
|
|
31876
|
-
|
|
31706
|
+
|
|
31707
|
+
.locjvsv {
|
|
31708
|
+
font-family: Inter;
|
|
31709
|
+
font-style: normal;
|
|
31710
|
+
font-weight: normal;
|
|
31711
|
+
font-size: 16px;
|
|
31712
|
+
line-height: 24px;
|
|
31877
31713
|
}
|
|
31878
|
-
|
|
31879
|
-
|
|
31880
|
-
|
|
31881
|
-
|
|
31882
|
-
|
|
31714
|
+
|
|
31715
|
+
.l13gi131 {
|
|
31716
|
+
font-family: Inter;
|
|
31717
|
+
font-style: normal;
|
|
31718
|
+
font-weight: bold;
|
|
31719
|
+
font-size: 16px;
|
|
31720
|
+
line-height: 24px;
|
|
31883
31721
|
}
|
|
31884
|
-
|
|
31885
|
-
|
|
31886
|
-
|
|
31887
|
-
|
|
31722
|
+
|
|
31723
|
+
.l1ynemsu {
|
|
31724
|
+
font-family: Inter;
|
|
31725
|
+
font-style: normal;
|
|
31726
|
+
font-weight: normal;
|
|
31727
|
+
font-size: 16px;
|
|
31728
|
+
line-height: 24px;
|
|
31888
31729
|
}
|
|
31889
|
-
|
|
31890
|
-
|
|
31730
|
+
|
|
31731
|
+
.l1cft1cx {
|
|
31732
|
+
font-family: Inter;
|
|
31733
|
+
font-style: normal;
|
|
31734
|
+
font-weight: bold;
|
|
31735
|
+
font-size: 16px;
|
|
31736
|
+
line-height: 24px;
|
|
31891
31737
|
}
|
|
31892
|
-
|
|
31893
|
-
|
|
31738
|
+
|
|
31739
|
+
.l17tqc8p {
|
|
31740
|
+
font-family: Inter;
|
|
31741
|
+
font-style: normal;
|
|
31742
|
+
font-weight: normal;
|
|
31743
|
+
text-transform: uppercase;
|
|
31744
|
+
font-feature-settings: "cpsp" on;
|
|
31745
|
+
font-size: 16px;
|
|
31746
|
+
line-height: 24px;
|
|
31894
31747
|
}
|
|
31895
|
-
|
|
31896
|
-
|
|
31897
|
-
|
|
31898
|
-
|
|
31899
|
-
|
|
31900
|
-
|
|
31901
|
-
|
|
31902
|
-
|
|
31748
|
+
|
|
31749
|
+
.l1j1e5w7 {
|
|
31750
|
+
font-family: Inter;
|
|
31751
|
+
font-style: normal;
|
|
31752
|
+
font-weight: bold;
|
|
31753
|
+
text-transform: uppercase;
|
|
31754
|
+
font-feature-settings: "cpsp" on;
|
|
31755
|
+
font-size: 16px;
|
|
31756
|
+
line-height: 24px;
|
|
31903
31757
|
}
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
|
|
31758
|
+
|
|
31759
|
+
.l1gf91jb {
|
|
31760
|
+
font-family: Inter;
|
|
31761
|
+
font-style: normal;
|
|
31762
|
+
font-weight: normal;
|
|
31763
|
+
font-size: 14px;
|
|
31764
|
+
line-height: 22px;
|
|
31907
31765
|
}
|
|
31908
|
-
|
|
31909
|
-
|
|
31766
|
+
|
|
31767
|
+
.lu7hlr6 {
|
|
31768
|
+
font-family: Inter;
|
|
31769
|
+
font-style: normal;
|
|
31770
|
+
font-weight: 500;
|
|
31771
|
+
font-size: 14px;
|
|
31772
|
+
line-height: 22px;
|
|
31910
31773
|
}
|
|
31911
|
-
|
|
31912
|
-
|
|
31774
|
+
|
|
31775
|
+
.l3l3jf0 {
|
|
31776
|
+
font-family: Inter;
|
|
31777
|
+
font-style: normal;
|
|
31778
|
+
font-weight: bold;
|
|
31779
|
+
font-size: 14px;
|
|
31780
|
+
line-height: 22px;
|
|
31913
31781
|
}
|
|
31914
|
-
|
|
31915
|
-
|
|
31782
|
+
|
|
31783
|
+
.l12j5nqp {
|
|
31784
|
+
font-family: Inter;
|
|
31785
|
+
font-style: normal;
|
|
31786
|
+
font-weight: normal;
|
|
31787
|
+
font-size: 14px;
|
|
31788
|
+
line-height: 22px;
|
|
31916
31789
|
}
|
|
31917
|
-
|
|
31918
|
-
|
|
31790
|
+
|
|
31791
|
+
.l1tecqht {
|
|
31792
|
+
font-family: Inter;
|
|
31793
|
+
font-style: normal;
|
|
31794
|
+
font-weight: bold;
|
|
31795
|
+
font-size: 14px;
|
|
31796
|
+
line-height: 22px;
|
|
31919
31797
|
}
|
|
31920
|
-
|
|
31921
|
-
|
|
31798
|
+
|
|
31799
|
+
.l6sa990 {
|
|
31800
|
+
font-family: Inter;
|
|
31801
|
+
font-style: normal;
|
|
31802
|
+
font-weight: normal;
|
|
31803
|
+
text-transform: uppercase;
|
|
31804
|
+
font-feature-settings: "cpsp" on;
|
|
31805
|
+
font-size: 14px;
|
|
31806
|
+
line-height: 22px;
|
|
31922
31807
|
}
|
|
31923
|
-
|
|
31924
|
-
|
|
31808
|
+
|
|
31809
|
+
.lckqe8j {
|
|
31810
|
+
font-family: Inter;
|
|
31811
|
+
font-style: normal;
|
|
31812
|
+
font-weight: bold;
|
|
31813
|
+
text-transform: uppercase;
|
|
31814
|
+
font-feature-settings: "cpsp" on;
|
|
31815
|
+
font-size: 14px;
|
|
31816
|
+
line-height: 22px;
|
|
31925
31817
|
}
|
|
31926
|
-
|
|
31927
|
-
|
|
31818
|
+
|
|
31819
|
+
.l1kuminb {
|
|
31820
|
+
font-family: Inter;
|
|
31821
|
+
font-style: normal;
|
|
31822
|
+
font-weight: normal;
|
|
31823
|
+
font-size: 13px;
|
|
31824
|
+
line-height: 20px;
|
|
31928
31825
|
}
|
|
31929
|
-
|
|
31930
|
-
|
|
31826
|
+
|
|
31827
|
+
.l1pbuf5j {
|
|
31828
|
+
font-family: Inter;
|
|
31829
|
+
font-style: normal;
|
|
31830
|
+
font-weight: 600;
|
|
31831
|
+
font-size: 13px;
|
|
31832
|
+
line-height: 20px;
|
|
31931
31833
|
}
|
|
31932
|
-
|
|
31933
|
-
|
|
31934
|
-
|
|
31935
|
-
|
|
31936
|
-
|
|
31834
|
+
|
|
31835
|
+
.l1r4ztu {
|
|
31836
|
+
font-family: Inter;
|
|
31837
|
+
font-style: normal;
|
|
31838
|
+
font-weight: bold;
|
|
31839
|
+
font-size: 13px;
|
|
31840
|
+
line-height: 20px;
|
|
31937
31841
|
}
|
|
31938
|
-
|
|
31939
|
-
|
|
31842
|
+
|
|
31843
|
+
.ly8vzok {
|
|
31844
|
+
font-family: Inter;
|
|
31845
|
+
font-style: normal;
|
|
31846
|
+
font-weight: normal;
|
|
31847
|
+
font-size: 13px;
|
|
31848
|
+
line-height: 20px;
|
|
31940
31849
|
}
|
|
31941
|
-
|
|
31942
|
-
|
|
31850
|
+
|
|
31851
|
+
.lumfmf {
|
|
31852
|
+
font-family: Inter;
|
|
31853
|
+
font-style: normal;
|
|
31854
|
+
font-weight: 600;
|
|
31855
|
+
font-size: 13px;
|
|
31856
|
+
line-height: 20px;
|
|
31943
31857
|
}
|
|
31944
|
-
|
|
31945
|
-
|
|
31858
|
+
|
|
31859
|
+
.l16ujwmv {
|
|
31860
|
+
font-family: Inter;
|
|
31861
|
+
font-style: normal;
|
|
31862
|
+
font-weight: bold;
|
|
31863
|
+
font-size: 13px;
|
|
31864
|
+
line-height: 20px;
|
|
31946
31865
|
}
|
|
31947
|
-
|
|
31948
|
-
|
|
31949
|
-
|
|
31950
|
-
|
|
31951
|
-
|
|
31952
|
-
|
|
31866
|
+
|
|
31867
|
+
.l17o1ffr {
|
|
31868
|
+
font-family: Inter;
|
|
31869
|
+
font-style: normal;
|
|
31870
|
+
font-weight: normal;
|
|
31871
|
+
text-transform: uppercase;
|
|
31872
|
+
font-feature-settings: "cpsp" on;
|
|
31873
|
+
font-size: 13px;
|
|
31874
|
+
line-height: 20px;
|
|
31953
31875
|
}
|
|
31954
|
-
|
|
31955
|
-
.
|
|
31876
|
+
|
|
31877
|
+
.lngllvn {
|
|
31878
|
+
font-family: Inter;
|
|
31879
|
+
font-style: normal;
|
|
31956
31880
|
font-weight: bold;
|
|
31957
|
-
|
|
31958
|
-
|
|
31881
|
+
text-transform: uppercase;
|
|
31882
|
+
font-feature-settings: "cpsp" on;
|
|
31883
|
+
font-size: 13px;
|
|
31884
|
+
line-height: 20px;
|
|
31959
31885
|
}
|
|
31960
|
-
|
|
31961
|
-
|
|
31962
|
-
|
|
31963
|
-
|
|
31886
|
+
|
|
31887
|
+
.l2i7fo9 {
|
|
31888
|
+
font-family: Inter;
|
|
31889
|
+
font-style: normal;
|
|
31890
|
+
font-weight: normal;
|
|
31891
|
+
font-size: 12px;
|
|
31892
|
+
line-height: 18px;
|
|
31964
31893
|
}
|
|
31965
|
-
|
|
31966
|
-
|
|
31967
|
-
|
|
31968
|
-
|
|
31969
|
-
|
|
31970
|
-
|
|
31894
|
+
|
|
31895
|
+
.l1x7hscx {
|
|
31896
|
+
font-family: Inter;
|
|
31897
|
+
font-style: normal;
|
|
31898
|
+
font-weight: 500;
|
|
31899
|
+
font-size: 12px;
|
|
31900
|
+
line-height: 18px;
|
|
31971
31901
|
}
|
|
31972
|
-
|
|
31973
|
-
|
|
31974
|
-
|
|
31975
|
-
|
|
31976
|
-
|
|
31977
|
-
|
|
31902
|
+
|
|
31903
|
+
.le1jwan {
|
|
31904
|
+
font-family: Inter;
|
|
31905
|
+
font-style: normal;
|
|
31906
|
+
font-weight: bold;
|
|
31907
|
+
font-size: 12px;
|
|
31908
|
+
line-height: 18px;
|
|
31978
31909
|
}
|
|
31979
|
-
|
|
31980
|
-
|
|
31910
|
+
|
|
31911
|
+
.lyxynfj {
|
|
31912
|
+
font-family: Inter;
|
|
31913
|
+
font-style: normal;
|
|
31914
|
+
font-weight: normal;
|
|
31915
|
+
font-size: 12px;
|
|
31916
|
+
line-height: 18px;
|
|
31981
31917
|
}
|
|
31982
31918
|
|
|
31983
|
-
.
|
|
31984
|
-
|
|
31919
|
+
.lpb2nxv {
|
|
31920
|
+
font-family: Inter;
|
|
31921
|
+
font-style: normal;
|
|
31922
|
+
font-weight: 500;
|
|
31923
|
+
font-size: 12px;
|
|
31924
|
+
line-height: 18px;
|
|
31985
31925
|
}
|
|
31986
31926
|
|
|
31987
|
-
.
|
|
31988
|
-
|
|
31927
|
+
.l1r8o3vv {
|
|
31928
|
+
font-family: Inter;
|
|
31929
|
+
font-style: normal;
|
|
31930
|
+
font-weight: bold;
|
|
31931
|
+
font-size: 12px;
|
|
31989
31932
|
line-height: 18px;
|
|
31990
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31991
|
-
height: 34px;
|
|
31992
|
-
min-height: 34px;
|
|
31993
|
-
box-sizing: border-box;
|
|
31994
|
-
margin-top: 8px;
|
|
31995
31933
|
}
|
|
31996
31934
|
|
|
31997
|
-
.
|
|
31998
|
-
|
|
31999
|
-
|
|
32000
|
-
|
|
32001
|
-
|
|
32002
|
-
|
|
31935
|
+
.lemnjy2 {
|
|
31936
|
+
font-family: Inter;
|
|
31937
|
+
font-style: normal;
|
|
31938
|
+
font-weight: normal;
|
|
31939
|
+
text-transform: uppercase;
|
|
31940
|
+
font-feature-settings: "cpsp" on;
|
|
31941
|
+
font-size: 12px;
|
|
31942
|
+
line-height: 18px;
|
|
32003
31943
|
}
|
|
32004
|
-
|
|
32005
|
-
|
|
31944
|
+
|
|
31945
|
+
.lrc42gb {
|
|
31946
|
+
font-family: Inter;
|
|
31947
|
+
font-style: normal;
|
|
31948
|
+
font-weight: bold;
|
|
31949
|
+
text-transform: uppercase;
|
|
31950
|
+
font-feature-settings: "cpsp" on;
|
|
31951
|
+
font-size: 12px;
|
|
31952
|
+
line-height: 18px;
|
|
32006
31953
|
}
|
|
32007
|
-
|
|
32008
|
-
|
|
31954
|
+
|
|
31955
|
+
.fqaz4mb {
|
|
31956
|
+
font-family: Inter;
|
|
31957
|
+
font-style: normal;
|
|
31958
|
+
font-weight: normal;
|
|
31959
|
+
font-size: 13px;
|
|
31960
|
+
line-height: 20px;
|
|
32009
31961
|
}
|
|
32010
|
-
|
|
32011
|
-
|
|
31962
|
+
|
|
31963
|
+
.f13we5o {
|
|
31964
|
+
font-family: Inter;
|
|
31965
|
+
font-style: normal;
|
|
31966
|
+
font-weight: normal;
|
|
31967
|
+
font-size: 13px;
|
|
31968
|
+
line-height: 20px;
|
|
32012
31969
|
}
|
|
32013
|
-
|
|
32014
|
-
|
|
31970
|
+
|
|
31971
|
+
.ffmjua2 {
|
|
31972
|
+
font-family: Inter;
|
|
31973
|
+
font-style: normal;
|
|
31974
|
+
font-weight: normal;
|
|
31975
|
+
font-size: 12px;
|
|
31976
|
+
line-height: 18px;
|
|
32015
31977
|
}
|
|
32016
|
-
|
|
32017
|
-
|
|
31978
|
+
|
|
31979
|
+
.fz2mxw0 {
|
|
31980
|
+
font-family: Inter;
|
|
31981
|
+
font-style: normal;
|
|
31982
|
+
font-weight: normal;
|
|
31983
|
+
font-size: 12px;
|
|
31984
|
+
line-height: 18px;
|
|
32018
31985
|
}
|
|
32019
|
-
|
|
32020
|
-
|
|
31986
|
+
|
|
31987
|
+
.t1ertzoh {
|
|
31988
|
+
font-family: Inter;
|
|
31989
|
+
font-style: normal;
|
|
31990
|
+
font-weight: normal;
|
|
31991
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31992
|
+
font-size: 13px;
|
|
31993
|
+
line-height: 20px;
|
|
32021
31994
|
}
|
|
32022
|
-
|
|
32023
|
-
|
|
31995
|
+
|
|
31996
|
+
.t19bge8r {
|
|
31997
|
+
font-family: Inter;
|
|
31998
|
+
font-style: normal;
|
|
31999
|
+
font-weight: normal;
|
|
32000
|
+
font-feature-settings: "zero" on;
|
|
32001
|
+
font-size: 13px;
|
|
32002
|
+
line-height: 20px;
|
|
32024
32003
|
}
|
|
32025
|
-
|
|
32026
|
-
|
|
32027
|
-
|
|
32004
|
+
|
|
32005
|
+
.tjrzfyl {
|
|
32006
|
+
font-family: Inter;
|
|
32007
|
+
font-style: normal;
|
|
32008
|
+
font-weight: normal;
|
|
32009
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32010
|
+
font-size: 12px;
|
|
32011
|
+
line-height: 18px;
|
|
32028
32012
|
}
|
|
32029
32013
|
|
|
32030
|
-
.
|
|
32031
|
-
|
|
32032
|
-
|
|
32033
|
-
|
|
32034
|
-
|
|
32014
|
+
.tm6s7bo {
|
|
32015
|
+
font-family: Inter;
|
|
32016
|
+
font-style: normal;
|
|
32017
|
+
font-weight: 500;
|
|
32018
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32019
|
+
font-size: 12px;
|
|
32020
|
+
line-height: 18px;
|
|
32035
32021
|
}
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
|
|
32039
|
-
|
|
32022
|
+
|
|
32023
|
+
.t19zq6ic {
|
|
32024
|
+
font-family: Inter;
|
|
32025
|
+
font-style: normal;
|
|
32026
|
+
font-weight: normal;
|
|
32027
|
+
font-feature-settings: "zero" on;
|
|
32028
|
+
font-size: 12px;
|
|
32029
|
+
line-height: 18px;
|
|
32040
32030
|
}
|
|
32041
32031
|
|
|
32042
|
-
.
|
|
32043
|
-
|
|
32044
|
-
|
|
32045
|
-
|
|
32046
|
-
|
|
32032
|
+
.t1gduru8 {
|
|
32033
|
+
font-family: Inter;
|
|
32034
|
+
font-style: normal;
|
|
32035
|
+
font-weight: 500;
|
|
32036
|
+
font-feature-settings: "zero" on;
|
|
32037
|
+
font-size: 12px;
|
|
32047
32038
|
line-height: 18px;
|
|
32048
|
-
margin-top: 2px;
|
|
32049
32039
|
}
|
|
32050
32040
|
|
|
32051
|
-
.
|
|
32052
|
-
|
|
32053
|
-
|
|
32054
|
-
|
|
32041
|
+
.t55raab {
|
|
32042
|
+
font-family: Inter;
|
|
32043
|
+
font-style: normal;
|
|
32044
|
+
font-weight: bold;
|
|
32045
|
+
font-feature-settings: "zero" on;
|
|
32046
|
+
font-size: 16px;
|
|
32047
|
+
line-height: 24px;
|
|
32055
32048
|
}
|
|
32056
32049
|
|
|
32057
|
-
.
|
|
32058
|
-
|
|
32059
|
-
|
|
32060
|
-
|
|
32061
|
-
|
|
32050
|
+
.u1w9abfe {
|
|
32051
|
+
font-family: Inter;
|
|
32052
|
+
font-style: normal;
|
|
32053
|
+
font-weight: normal;
|
|
32054
|
+
font-size: 10px;
|
|
32055
|
+
line-height: 12px;
|
|
32062
32056
|
}
|
|
32063
32057
|
|
|
32064
32058
|
.m15dvk92 {
|
|
@@ -32174,20 +32168,6 @@ input.rrg1fkn.ant-input {
|
|
|
32174
32168
|
cursor: default;
|
|
32175
32169
|
}
|
|
32176
32170
|
|
|
32177
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32178
|
-
display: flex;
|
|
32179
|
-
}
|
|
32180
|
-
|
|
32181
|
-
.igz4le8 {
|
|
32182
|
-
height: 24px;
|
|
32183
|
-
width: 56px !important;
|
|
32184
|
-
margin-right: 4px;
|
|
32185
|
-
}
|
|
32186
|
-
|
|
32187
|
-
.c1riexje {
|
|
32188
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32189
|
-
}
|
|
32190
|
-
|
|
32191
32171
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32192
32172
|
border-radius: 6px;
|
|
32193
32173
|
}
|
|
@@ -32241,8 +32221,22 @@ input.rrg1fkn.ant-input {
|
|
|
32241
32221
|
border-color: #0080ff;
|
|
32242
32222
|
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32243
32223
|
}
|
|
32244
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32245
|
-
transform: rotate(180deg);
|
|
32224
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32225
|
+
transform: rotate(180deg);
|
|
32226
|
+
}
|
|
32227
|
+
|
|
32228
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32229
|
+
display: flex;
|
|
32230
|
+
}
|
|
32231
|
+
|
|
32232
|
+
.igz4le8 {
|
|
32233
|
+
height: 24px;
|
|
32234
|
+
width: 56px !important;
|
|
32235
|
+
margin-right: 4px;
|
|
32236
|
+
}
|
|
32237
|
+
|
|
32238
|
+
.c1riexje {
|
|
32239
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32246
32240
|
}
|
|
32247
32241
|
|
|
32248
32242
|
.s14dk8r1 {
|
|
@@ -32802,22 +32796,6 @@ input.rrg1fkn.ant-input {
|
|
|
32802
32796
|
background: rgba(163, 180, 204, 0.18);
|
|
32803
32797
|
}
|
|
32804
32798
|
|
|
32805
|
-
.rrwcpby {
|
|
32806
|
-
display: flex;
|
|
32807
|
-
align-items: center;
|
|
32808
|
-
}
|
|
32809
|
-
.rrwcpby .order {
|
|
32810
|
-
height: 24px;
|
|
32811
|
-
width: 24px;
|
|
32812
|
-
border-radius: 20px;
|
|
32813
|
-
color: #0080ff;
|
|
32814
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32815
|
-
display: flex;
|
|
32816
|
-
align-items: center;
|
|
32817
|
-
justify-content: center;
|
|
32818
|
-
margin-right: 6px;
|
|
32819
|
-
}
|
|
32820
|
-
|
|
32821
32799
|
.c1k4vanq {
|
|
32822
32800
|
padding: 0 12px 14px 12px;
|
|
32823
32801
|
}
|
|
@@ -32862,104 +32840,20 @@ input.rrg1fkn.ant-input {
|
|
|
32862
32840
|
margin-right: 2px;
|
|
32863
32841
|
}
|
|
32864
32842
|
|
|
32865
|
-
.
|
|
32866
|
-
|
|
32867
|
-
}
|
|
32868
|
-
|
|
32869
|
-
.cav4gt6 {
|
|
32870
|
-
border-radius: 8px;
|
|
32871
|
-
background-color: white;
|
|
32872
|
-
}
|
|
32873
|
-
.cav4gt6.hoverable {
|
|
32874
|
-
cursor: pointer;
|
|
32875
|
-
}
|
|
32876
|
-
.cav4gt6.hoverable:hover {
|
|
32877
|
-
transition: all 200ms ease;
|
|
32878
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32879
|
-
transform: translateY(-4px);
|
|
32880
|
-
}
|
|
32881
|
-
|
|
32882
|
-
.w1xcixj5.outside-tag {
|
|
32883
|
-
padding-left: 0;
|
|
32884
|
-
}
|
|
32885
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32886
|
-
border-radius: 4px 0 0 4px;
|
|
32887
|
-
padding-right: 4px;
|
|
32888
|
-
margin-right: 4px;
|
|
32889
|
-
}
|
|
32890
|
-
|
|
32891
|
-
.sut42l0 {
|
|
32892
|
-
padding: 0 8px;
|
|
32893
|
-
height: 18px;
|
|
32894
|
-
}
|
|
32895
|
-
|
|
32896
|
-
.mfsz1jz {
|
|
32897
|
-
padding: 2px 8px;
|
|
32898
|
-
height: 24px;
|
|
32899
|
-
}
|
|
32900
|
-
|
|
32901
|
-
.tnd6h4m {
|
|
32902
|
-
margin: 0;
|
|
32903
|
-
}
|
|
32904
|
-
|
|
32905
|
-
.i1qw4clm {
|
|
32906
|
-
margin-right: 4px;
|
|
32907
|
-
height: 16px;
|
|
32908
|
-
}
|
|
32909
|
-
|
|
32910
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
32911
|
-
display: var(--at4ovwe-0);
|
|
32912
|
-
}
|
|
32913
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32914
|
-
padding: 5px 12px;
|
|
32915
|
-
display: inline-flex;
|
|
32916
|
-
line-height: 1.5715;
|
|
32917
|
-
height: 100%;
|
|
32918
|
-
width: 100%;
|
|
32919
|
-
}
|
|
32920
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32921
|
-
content: var(--at4ovwe-1);
|
|
32922
|
-
display: var(--at4ovwe-2);
|
|
32923
|
-
flex: none;
|
|
32843
|
+
.rrwcpby {
|
|
32844
|
+
display: flex;
|
|
32924
32845
|
align-items: center;
|
|
32925
|
-
margin-left: 4px;
|
|
32926
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32927
32846
|
}
|
|
32928
|
-
.
|
|
32929
|
-
|
|
32930
|
-
|
|
32931
|
-
|
|
32847
|
+
.rrwcpby .order {
|
|
32848
|
+
height: 24px;
|
|
32849
|
+
width: 24px;
|
|
32850
|
+
border-radius: 20px;
|
|
32851
|
+
color: #0080ff;
|
|
32852
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32853
|
+
display: flex;
|
|
32932
32854
|
align-items: center;
|
|
32933
|
-
|
|
32934
|
-
|
|
32935
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32936
|
-
}
|
|
32937
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32938
|
-
border-radius: 0;
|
|
32939
|
-
}
|
|
32940
|
-
.at4ovwe.ant-input-number {
|
|
32941
|
-
width: 100%;
|
|
32942
|
-
border-radius: 6px;
|
|
32943
|
-
}
|
|
32944
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32945
|
-
border-color: #0096ff;
|
|
32946
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32947
|
-
z-index: 1;
|
|
32948
|
-
}
|
|
32949
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32950
|
-
border-color: #e75a3a;
|
|
32951
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32952
|
-
}
|
|
32953
|
-
.at4ovwe .ant-input-number-input {
|
|
32954
|
-
padding: 0;
|
|
32955
|
-
margin: 0;
|
|
32956
|
-
height: auto;
|
|
32957
|
-
font-size: inherit;
|
|
32958
|
-
}
|
|
32959
|
-
|
|
32960
|
-
.iwsze0q {
|
|
32961
|
-
margin-right: 4px;
|
|
32962
|
-
height: 16px;
|
|
32855
|
+
justify-content: center;
|
|
32856
|
+
margin-right: 6px;
|
|
32963
32857
|
}
|
|
32964
32858
|
|
|
32965
32859
|
.tc40oxa {
|
|
@@ -33155,6 +33049,23 @@ input.rrg1fkn.ant-input {
|
|
|
33155
33049
|
margin-right: 8px;
|
|
33156
33050
|
}
|
|
33157
33051
|
|
|
33052
|
+
.bab9xum {
|
|
33053
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33054
|
+
}
|
|
33055
|
+
|
|
33056
|
+
.cav4gt6 {
|
|
33057
|
+
border-radius: 8px;
|
|
33058
|
+
background-color: white;
|
|
33059
|
+
}
|
|
33060
|
+
.cav4gt6.hoverable {
|
|
33061
|
+
cursor: pointer;
|
|
33062
|
+
}
|
|
33063
|
+
.cav4gt6.hoverable:hover {
|
|
33064
|
+
transition: all 200ms ease;
|
|
33065
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33066
|
+
transform: translateY(-4px);
|
|
33067
|
+
}
|
|
33068
|
+
|
|
33158
33069
|
.f1p9ti6d {
|
|
33159
33070
|
width: 100%;
|
|
33160
33071
|
margin-bottom: 0 !important;
|
|
@@ -33186,31 +33097,83 @@ input.rrg1fkn.ant-input {
|
|
|
33186
33097
|
min-height: 0px;
|
|
33187
33098
|
}
|
|
33188
33099
|
|
|
33189
|
-
.
|
|
33190
|
-
|
|
33100
|
+
.w1xcixj5.outside-tag {
|
|
33101
|
+
padding-left: 0;
|
|
33191
33102
|
}
|
|
33192
|
-
.
|
|
33193
|
-
|
|
33103
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33104
|
+
border-radius: 4px 0 0 4px;
|
|
33105
|
+
padding-right: 4px;
|
|
33106
|
+
margin-right: 4px;
|
|
33107
|
+
}
|
|
33108
|
+
|
|
33109
|
+
.sut42l0 {
|
|
33110
|
+
padding: 0 8px;
|
|
33111
|
+
height: 18px;
|
|
33112
|
+
}
|
|
33113
|
+
|
|
33114
|
+
.mfsz1jz {
|
|
33115
|
+
padding: 2px 8px;
|
|
33116
|
+
height: 24px;
|
|
33117
|
+
}
|
|
33118
|
+
|
|
33119
|
+
.tnd6h4m {
|
|
33120
|
+
margin: 0;
|
|
33121
|
+
}
|
|
33122
|
+
|
|
33123
|
+
.i1qw4clm {
|
|
33124
|
+
margin-right: 4px;
|
|
33125
|
+
height: 16px;
|
|
33126
|
+
}
|
|
33127
|
+
|
|
33128
|
+
.iwsze0q {
|
|
33129
|
+
margin-right: 4px;
|
|
33130
|
+
height: 16px;
|
|
33131
|
+
}
|
|
33132
|
+
|
|
33133
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
33134
|
+
display: var(--at4ovwe-0);
|
|
33135
|
+
}
|
|
33136
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
33137
|
+
padding: 5px 12px;
|
|
33194
33138
|
display: inline-flex;
|
|
33195
33139
|
line-height: 1.5715;
|
|
33196
|
-
height:
|
|
33140
|
+
height: 100%;
|
|
33141
|
+
width: 100%;
|
|
33197
33142
|
}
|
|
33198
|
-
.
|
|
33199
|
-
content: var(--
|
|
33200
|
-
display: var(--
|
|
33143
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33144
|
+
content: var(--at4ovwe-1);
|
|
33145
|
+
display: var(--at4ovwe-2);
|
|
33201
33146
|
flex: none;
|
|
33202
33147
|
align-items: center;
|
|
33203
33148
|
margin-left: 4px;
|
|
33149
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33204
33150
|
}
|
|
33205
|
-
.
|
|
33206
|
-
content: var(--
|
|
33207
|
-
display: var(--
|
|
33151
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33152
|
+
content: var(--at4ovwe-3);
|
|
33153
|
+
display: var(--at4ovwe-4);
|
|
33208
33154
|
flex: none;
|
|
33209
33155
|
align-items: center;
|
|
33210
33156
|
margin-right: 4px;
|
|
33211
33157
|
cursor: auto;
|
|
33158
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33212
33159
|
}
|
|
33213
|
-
.
|
|
33160
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33161
|
+
border-radius: 0;
|
|
33162
|
+
}
|
|
33163
|
+
.at4ovwe.ant-input-number {
|
|
33164
|
+
width: 100%;
|
|
33165
|
+
border-radius: 6px;
|
|
33166
|
+
}
|
|
33167
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33168
|
+
border-color: #0096ff;
|
|
33169
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33170
|
+
z-index: 1;
|
|
33171
|
+
}
|
|
33172
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33173
|
+
border-color: #e75a3a;
|
|
33174
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33175
|
+
}
|
|
33176
|
+
.at4ovwe .ant-input-number-input {
|
|
33214
33177
|
padding: 0;
|
|
33215
33178
|
margin: 0;
|
|
33216
33179
|
height: auto;
|
|
@@ -33234,4 +33197,35 @@ input.rrg1fkn.ant-input {
|
|
|
33234
33197
|
}
|
|
33235
33198
|
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33236
33199
|
display: block;
|
|
33200
|
+
}
|
|
33201
|
+
|
|
33202
|
+
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33203
|
+
display: var(--a6dbbkm-0);
|
|
33204
|
+
}
|
|
33205
|
+
.a6dbbkm .ant-input-number-input-wrap {
|
|
33206
|
+
padding: 4px 11px;
|
|
33207
|
+
display: inline-flex;
|
|
33208
|
+
line-height: 1.5715;
|
|
33209
|
+
height: inherit;
|
|
33210
|
+
}
|
|
33211
|
+
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
33212
|
+
content: var(--a6dbbkm-1);
|
|
33213
|
+
display: var(--a6dbbkm-2);
|
|
33214
|
+
flex: none;
|
|
33215
|
+
align-items: center;
|
|
33216
|
+
margin-left: 4px;
|
|
33217
|
+
}
|
|
33218
|
+
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
33219
|
+
content: var(--a6dbbkm-3);
|
|
33220
|
+
display: var(--a6dbbkm-4);
|
|
33221
|
+
flex: none;
|
|
33222
|
+
align-items: center;
|
|
33223
|
+
margin-right: 4px;
|
|
33224
|
+
cursor: auto;
|
|
33225
|
+
}
|
|
33226
|
+
.a6dbbkm .ant-input-number-input {
|
|
33227
|
+
padding: 0;
|
|
33228
|
+
margin: 0;
|
|
33229
|
+
height: auto;
|
|
33230
|
+
font-size: inherit;
|
|
33237
33231
|
}
|