@cloudtower/eagle 0.26.24 → 0.26.25
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/OverflowTooltip/index.d.ts +4 -0
- package/dist/components.css +1154 -1134
- package/dist/esm/index.js +987 -923
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +9 -1
- package/dist/style.css +81 -61
- package/dist/umd/index.js +986 -922
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +10 -0
- package/package.json +5 -5
package/dist/components.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 */
|
|
@@ -28332,6 +28333,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28332
28333
|
/* green */
|
|
28333
28334
|
/* yellow */
|
|
28334
28335
|
/* red */
|
|
28336
|
+
/* purple */
|
|
28335
28337
|
/* palette global token*/
|
|
28336
28338
|
/* color opaque */
|
|
28337
28339
|
/* color transparent */
|
|
@@ -28493,6 +28495,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28493
28495
|
/* green */
|
|
28494
28496
|
/* yellow */
|
|
28495
28497
|
/* red */
|
|
28498
|
+
/* purple */
|
|
28496
28499
|
/* palette global token*/
|
|
28497
28500
|
/* color opaque */
|
|
28498
28501
|
/* color transparent */
|
|
@@ -28715,6 +28718,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28715
28718
|
/* green */
|
|
28716
28719
|
/* yellow */
|
|
28717
28720
|
/* red */
|
|
28721
|
+
/* purple */
|
|
28718
28722
|
/* palette global token*/
|
|
28719
28723
|
/* color opaque */
|
|
28720
28724
|
/* color transparent */
|
|
@@ -29836,68 +29840,6 @@ html body {
|
|
|
29836
29840
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29837
29841
|
}
|
|
29838
29842
|
}
|
|
29839
|
-
.fde5mpd {
|
|
29840
|
-
width: 100%;
|
|
29841
|
-
height: 100%;
|
|
29842
|
-
min-height: 124px;
|
|
29843
|
-
display: flex;
|
|
29844
|
-
flex-direction: column;
|
|
29845
|
-
justify-content: center;
|
|
29846
|
-
align-items: center;
|
|
29847
|
-
}
|
|
29848
|
-
.fde5mpd .error-text {
|
|
29849
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29850
|
-
margin-bottom: 16px;
|
|
29851
|
-
font-size: 18px;
|
|
29852
|
-
}
|
|
29853
|
-
|
|
29854
|
-
.bpq0js6 {
|
|
29855
|
-
padding: 4px 11px;
|
|
29856
|
-
}
|
|
29857
|
-
|
|
29858
|
-
.b15sn34c {
|
|
29859
|
-
white-space: nowrap;
|
|
29860
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29861
|
-
}
|
|
29862
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29863
|
-
--color: #0080ff;
|
|
29864
|
-
}
|
|
29865
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29866
|
-
--color: #0080ff;
|
|
29867
|
-
}
|
|
29868
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29869
|
-
margin-left: 1px;
|
|
29870
|
-
}
|
|
29871
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29872
|
-
border-top-right-radius: 0;
|
|
29873
|
-
border-bottom-right-radius: 0;
|
|
29874
|
-
}
|
|
29875
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29876
|
-
border-top-left-radius: 0;
|
|
29877
|
-
border-bottom-left-radius: 0;
|
|
29878
|
-
}
|
|
29879
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29880
|
-
border-radius: unset;
|
|
29881
|
-
}
|
|
29882
|
-
|
|
29883
|
-
.i1mrf09m {
|
|
29884
|
-
display: inline-flex;
|
|
29885
|
-
align-items: center;
|
|
29886
|
-
}
|
|
29887
|
-
.i1mrf09m .icon-inner {
|
|
29888
|
-
display: inline-flex;
|
|
29889
|
-
align-items: center;
|
|
29890
|
-
justify-content: center;
|
|
29891
|
-
}
|
|
29892
|
-
.i1mrf09m .icon-inner + span,
|
|
29893
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29894
|
-
margin-left: 4px;
|
|
29895
|
-
}
|
|
29896
|
-
.i1mrf09m.is-rotate img,
|
|
29897
|
-
.i1mrf09m.is-rotate svg {
|
|
29898
|
-
animation: rotate 680ms linear infinite;
|
|
29899
|
-
}
|
|
29900
|
-
|
|
29901
29843
|
.buj61ew.ant-btn-icon-only {
|
|
29902
29844
|
justify-content: center;
|
|
29903
29845
|
}
|
|
@@ -30156,74 +30098,79 @@ html body {
|
|
|
30156
30098
|
padding: 0;
|
|
30157
30099
|
}
|
|
30158
30100
|
|
|
30159
|
-
.
|
|
30160
|
-
|
|
30161
|
-
line-height: 18px;
|
|
30162
|
-
padding: 0 4px;
|
|
30163
|
-
border-radius: 4px;
|
|
30164
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30165
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30166
|
-
display: flex;
|
|
30167
|
-
align-items: center;
|
|
30168
|
-
white-space: nowrap;
|
|
30169
|
-
margin-right: 4px;
|
|
30101
|
+
.bpq0js6 {
|
|
30102
|
+
padding: 4px 11px;
|
|
30170
30103
|
}
|
|
30171
30104
|
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
align-items: center;
|
|
30176
|
-
padding: 10px 0;
|
|
30177
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30178
|
-
font-size: 12px;
|
|
30179
|
-
line-height: 24px;
|
|
30105
|
+
.b15sn34c {
|
|
30106
|
+
white-space: nowrap;
|
|
30107
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30180
30108
|
}
|
|
30181
|
-
.
|
|
30182
|
-
|
|
30109
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30110
|
+
--color: #0080ff;
|
|
30183
30111
|
}
|
|
30184
|
-
.
|
|
30185
|
-
|
|
30186
|
-
align-items: center;
|
|
30187
|
-
border-radius: 6px;
|
|
30188
|
-
cursor: pointer;
|
|
30189
|
-
transition: all 0.3s ease;
|
|
30112
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30113
|
+
--color: #0080ff;
|
|
30190
30114
|
}
|
|
30191
|
-
.
|
|
30192
|
-
|
|
30193
|
-
color: #0080ff;
|
|
30115
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30116
|
+
margin-left: 1px;
|
|
30194
30117
|
}
|
|
30195
|
-
.
|
|
30196
|
-
|
|
30118
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30119
|
+
border-top-right-radius: 0;
|
|
30120
|
+
border-bottom-right-radius: 0;
|
|
30197
30121
|
}
|
|
30198
|
-
.
|
|
30122
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30123
|
+
border-top-left-radius: 0;
|
|
30124
|
+
border-bottom-left-radius: 0;
|
|
30125
|
+
}
|
|
30126
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30127
|
+
border-radius: unset;
|
|
30128
|
+
}
|
|
30129
|
+
|
|
30130
|
+
.fde5mpd {
|
|
30131
|
+
width: 100%;
|
|
30132
|
+
height: 100%;
|
|
30133
|
+
min-height: 124px;
|
|
30199
30134
|
display: flex;
|
|
30135
|
+
flex-direction: column;
|
|
30136
|
+
justify-content: center;
|
|
30200
30137
|
align-items: center;
|
|
30201
|
-
color: #0080ff;
|
|
30202
|
-
font-weight: bold;
|
|
30203
30138
|
}
|
|
30204
|
-
.
|
|
30205
|
-
|
|
30139
|
+
.fde5mpd .error-text {
|
|
30140
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30141
|
+
margin-bottom: 16px;
|
|
30142
|
+
font-size: 18px;
|
|
30206
30143
|
}
|
|
30207
|
-
|
|
30208
|
-
.
|
|
30209
|
-
|
|
30144
|
+
|
|
30145
|
+
.i1mrf09m {
|
|
30146
|
+
display: inline-flex;
|
|
30147
|
+
align-items: center;
|
|
30210
30148
|
}
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30213
|
-
|
|
30149
|
+
.i1mrf09m .icon-inner {
|
|
30150
|
+
display: inline-flex;
|
|
30151
|
+
align-items: center;
|
|
30152
|
+
justify-content: center;
|
|
30214
30153
|
}
|
|
30215
|
-
.
|
|
30216
|
-
|
|
30154
|
+
.i1mrf09m .icon-inner + span,
|
|
30155
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30156
|
+
margin-left: 4px;
|
|
30217
30157
|
}
|
|
30218
|
-
|
|
30219
|
-
.
|
|
30220
|
-
|
|
30221
|
-
overflow-y: auto;
|
|
30158
|
+
.i1mrf09m.is-rotate img,
|
|
30159
|
+
.i1mrf09m.is-rotate svg {
|
|
30160
|
+
animation: rotate 680ms linear infinite;
|
|
30222
30161
|
}
|
|
30223
|
-
|
|
30224
|
-
|
|
30225
|
-
|
|
30162
|
+
|
|
30163
|
+
.iap75of {
|
|
30164
|
+
height: 18px;
|
|
30226
30165
|
line-height: 18px;
|
|
30166
|
+
padding: 0 4px;
|
|
30167
|
+
border-radius: 4px;
|
|
30168
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30169
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30170
|
+
display: flex;
|
|
30171
|
+
align-items: center;
|
|
30172
|
+
white-space: nowrap;
|
|
30173
|
+
margin-right: 4px;
|
|
30227
30174
|
}
|
|
30228
30175
|
|
|
30229
30176
|
.obf05yr {
|
|
@@ -30381,64 +30328,66 @@ html body {
|
|
|
30381
30328
|
width: 36px;
|
|
30382
30329
|
}
|
|
30383
30330
|
|
|
30384
|
-
.
|
|
30385
|
-
|
|
30386
|
-
|
|
30387
|
-
|
|
30388
|
-
|
|
30331
|
+
.p12gwtiw {
|
|
30332
|
+
display: flex;
|
|
30333
|
+
justify-content: space-between;
|
|
30334
|
+
align-items: center;
|
|
30335
|
+
padding: 10px 0;
|
|
30336
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30337
|
+
font-size: 12px;
|
|
30338
|
+
line-height: 24px;
|
|
30389
30339
|
}
|
|
30390
|
-
.
|
|
30391
|
-
|
|
30340
|
+
.p12gwtiw .pagination-left {
|
|
30341
|
+
padding: 2px 8px;
|
|
30392
30342
|
}
|
|
30393
|
-
.
|
|
30394
|
-
|
|
30395
|
-
|
|
30343
|
+
.p12gwtiw .dropdown-trigger {
|
|
30344
|
+
display: flex;
|
|
30345
|
+
align-items: center;
|
|
30346
|
+
border-radius: 6px;
|
|
30347
|
+
cursor: pointer;
|
|
30348
|
+
transition: all 0.3s ease;
|
|
30396
30349
|
}
|
|
30397
|
-
.
|
|
30398
|
-
|
|
30399
|
-
|
|
30350
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30351
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30352
|
+
color: #0080ff;
|
|
30400
30353
|
}
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30403
|
-
width: 20px;
|
|
30354
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30355
|
+
margin-left: 4px;
|
|
30404
30356
|
}
|
|
30405
|
-
.
|
|
30406
|
-
|
|
30407
|
-
|
|
30357
|
+
.p12gwtiw .pagination-right {
|
|
30358
|
+
display: flex;
|
|
30359
|
+
align-items: center;
|
|
30360
|
+
color: #0080ff;
|
|
30361
|
+
font-weight: bold;
|
|
30408
30362
|
}
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30411
|
-
width: 14px;
|
|
30412
|
-
top: 1px;
|
|
30413
|
-
left: 1px;
|
|
30363
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30364
|
+
margin-left: 4px;
|
|
30414
30365
|
}
|
|
30415
|
-
.
|
|
30416
|
-
|
|
30417
|
-
|
|
30366
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30367
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30368
|
+
padding: 0 8px;
|
|
30418
30369
|
}
|
|
30419
|
-
.
|
|
30420
|
-
|
|
30370
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30371
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30372
|
+
color: #0080ff;
|
|
30421
30373
|
}
|
|
30422
|
-
.
|
|
30423
|
-
|
|
30374
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30375
|
+
transform: rotate(180deg);
|
|
30424
30376
|
}
|
|
30425
|
-
|
|
30426
|
-
|
|
30377
|
+
|
|
30378
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30379
|
+
max-height: calc(100vh - 128px);
|
|
30380
|
+
overflow-y: auto;
|
|
30427
30381
|
}
|
|
30428
|
-
.
|
|
30429
|
-
|
|
30382
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30383
|
+
padding: 4px 20px;
|
|
30384
|
+
font-size: 12px;
|
|
30385
|
+
line-height: 18px;
|
|
30430
30386
|
}
|
|
30431
|
-
|
|
30432
|
-
|
|
30433
|
-
|
|
30434
|
-
|
|
30435
|
-
.c1to9vb9 {
|
|
30436
|
-
margin-left: 5px;
|
|
30437
|
-
}
|
|
30438
|
-
|
|
30439
|
-
.cz04yix {
|
|
30440
|
-
display: flex;
|
|
30441
|
-
flex-direction: column;
|
|
30387
|
+
|
|
30388
|
+
.cz04yix {
|
|
30389
|
+
display: flex;
|
|
30390
|
+
flex-direction: column;
|
|
30442
30391
|
}
|
|
30443
30392
|
|
|
30444
30393
|
.m1if5j39 {
|
|
@@ -31047,941 +30996,996 @@ input.rrg1fkn.ant-input {
|
|
|
31047
30996
|
border-bottom-left-radius: 0;
|
|
31048
30997
|
}
|
|
31049
30998
|
|
|
31050
|
-
.
|
|
31051
|
-
|
|
30999
|
+
.s34f1qb.ant-switch {
|
|
31000
|
+
min-width: 40px;
|
|
31001
|
+
height: 24px;
|
|
31002
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31003
|
+
overflow: hidden;
|
|
31052
31004
|
}
|
|
31053
|
-
|
|
31054
|
-
.
|
|
31055
|
-
height: 100%;
|
|
31005
|
+
.s34f1qb.ant-switch:focus {
|
|
31006
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31056
31007
|
}
|
|
31057
|
-
.
|
|
31058
|
-
|
|
31059
|
-
height:
|
|
31008
|
+
.s34f1qb.ant-switch-small {
|
|
31009
|
+
min-width: 26px;
|
|
31010
|
+
height: 16px;
|
|
31060
31011
|
}
|
|
31061
|
-
.
|
|
31062
|
-
|
|
31012
|
+
.s34f1qb.ant-switch-large {
|
|
31013
|
+
min-width: 52px;
|
|
31014
|
+
height: 32px;
|
|
31063
31015
|
}
|
|
31064
|
-
.
|
|
31065
|
-
|
|
31066
|
-
|
|
31016
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31017
|
+
height: 20px;
|
|
31018
|
+
width: 20px;
|
|
31067
31019
|
}
|
|
31068
|
-
.
|
|
31069
|
-
|
|
31020
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31021
|
+
border-radius: 10px;
|
|
31022
|
+
transition-delay: 120ms;
|
|
31070
31023
|
}
|
|
31071
|
-
.
|
|
31072
|
-
|
|
31024
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31025
|
+
height: 14px;
|
|
31026
|
+
width: 14px;
|
|
31027
|
+
top: 1px;
|
|
31028
|
+
left: 1px;
|
|
31073
31029
|
}
|
|
31074
|
-
.
|
|
31075
|
-
|
|
31030
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31031
|
+
height: 28px;
|
|
31032
|
+
width: 28px;
|
|
31076
31033
|
}
|
|
31077
|
-
.
|
|
31078
|
-
|
|
31034
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31035
|
+
border-radius: 14px;
|
|
31079
31036
|
}
|
|
31080
|
-
.
|
|
31081
|
-
|
|
31037
|
+
.s34f1qb.ant-switch-checked {
|
|
31038
|
+
background-color: #00ba5d;
|
|
31082
31039
|
}
|
|
31083
|
-
.
|
|
31084
|
-
|
|
31085
|
-
overflow: visible;
|
|
31040
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31041
|
+
left: calc(100% - 20px - 2px);
|
|
31086
31042
|
}
|
|
31087
|
-
.
|
|
31088
|
-
|
|
31043
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31044
|
+
left: calc(100% - 14px - 1px);
|
|
31089
31045
|
}
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31092
|
-
display: none;
|
|
31046
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31047
|
+
left: calc(100% - 28px - 2px);
|
|
31093
31048
|
}
|
|
31094
|
-
|
|
31095
|
-
|
|
31049
|
+
|
|
31050
|
+
.c1to9vb9 {
|
|
31051
|
+
margin-left: 5px;
|
|
31096
31052
|
}
|
|
31097
|
-
|
|
31098
|
-
.
|
|
31099
|
-
|
|
31100
|
-
padding: 0 !important;
|
|
31053
|
+
|
|
31054
|
+
.s1fc623g {
|
|
31055
|
+
width: 430px !important;
|
|
31101
31056
|
}
|
|
31102
|
-
|
|
31103
|
-
.
|
|
31057
|
+
|
|
31058
|
+
.da3mx0o .ant-select-item-group {
|
|
31059
|
+
padding: 8px 16px;
|
|
31060
|
+
line-height: 18px;
|
|
31061
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31062
|
+
height: 34px;
|
|
31063
|
+
min-height: 34px;
|
|
31064
|
+
box-sizing: border-box;
|
|
31065
|
+
margin-top: 8px;
|
|
31066
|
+
}
|
|
31067
|
+
|
|
31068
|
+
.onr9gzt {
|
|
31104
31069
|
display: flex;
|
|
31105
|
-
|
|
31106
|
-
|
|
31070
|
+
flex-direction: column;
|
|
31071
|
+
margin: 1px 8px;
|
|
31107
31072
|
padding: 8px;
|
|
31073
|
+
border-radius: 4px;
|
|
31108
31074
|
}
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31111
|
-
overflow: hidden;
|
|
31112
|
-
text-overflow: ellipsis;
|
|
31113
|
-
width: 100%;
|
|
31114
|
-
}
|
|
31115
|
-
.tta5kd2 .ant-table-container {
|
|
31116
|
-
height: 100%;
|
|
31117
|
-
}
|
|
31118
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31119
|
-
box-shadow: none !important;
|
|
31120
|
-
}
|
|
31121
|
-
.tta5kd2 .ant-table {
|
|
31122
|
-
border-radius: 0px;
|
|
31123
|
-
border-left: none;
|
|
31124
|
-
border-right: none;
|
|
31125
|
-
border-bottom: none;
|
|
31126
|
-
height: 100%;
|
|
31127
|
-
font-size: 12px;
|
|
31128
|
-
background: transparent;
|
|
31129
|
-
}
|
|
31130
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
31131
|
-
position: relative;
|
|
31132
|
-
z-index: 3;
|
|
31133
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31134
|
-
margin-bottom: -1px;
|
|
31135
|
-
}
|
|
31136
|
-
.tta5kd2 .ant-table .time-wrapper .data,
|
|
31137
|
-
.tta5kd2 .ant-table .value {
|
|
31138
|
-
color: #2d3a56;
|
|
31139
|
-
}
|
|
31140
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31141
|
-
.tta5kd2 .ant-table .unit {
|
|
31142
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31075
|
+
.onr9gzt .selected-icon {
|
|
31076
|
+
display: none;
|
|
31143
31077
|
}
|
|
31144
|
-
.
|
|
31145
|
-
|
|
31146
|
-
text-align: center;
|
|
31078
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31079
|
+
padding-left: 8px;
|
|
31147
31080
|
}
|
|
31148
|
-
.
|
|
31149
|
-
background:
|
|
31081
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31082
|
+
background-color: white;
|
|
31150
31083
|
}
|
|
31151
|
-
.
|
|
31152
|
-
|
|
31153
|
-
position: absolute;
|
|
31154
|
-
top: 50%;
|
|
31155
|
-
right: 12px;
|
|
31156
|
-
transform: translateY(-50%);
|
|
31084
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31085
|
+
color: #0080ff;
|
|
31157
31086
|
}
|
|
31158
|
-
.
|
|
31159
|
-
|
|
31160
|
-
width: 1px;
|
|
31161
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31087
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31088
|
+
display: block;
|
|
31162
31089
|
}
|
|
31163
|
-
.
|
|
31164
|
-
|
|
31165
|
-
width: 1px;
|
|
31166
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31090
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31091
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31167
31092
|
}
|
|
31168
|
-
.
|
|
31169
|
-
|
|
31093
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31094
|
+
color: #0080ff;
|
|
31170
31095
|
}
|
|
31171
|
-
.
|
|
31172
|
-
|
|
31173
|
-
|
|
31174
|
-
height: 40px;
|
|
31175
|
-
vertical-align: middle;
|
|
31176
|
-
transition: background 0ms;
|
|
31177
|
-
color: #00122e;
|
|
31096
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31097
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31098
|
+
color: #0080ff;
|
|
31178
31099
|
}
|
|
31179
|
-
|
|
31180
|
-
|
|
31181
|
-
|
|
31100
|
+
|
|
31101
|
+
.oiy0apc {
|
|
31102
|
+
display: flex;
|
|
31103
|
+
justify-content: space-between;
|
|
31104
|
+
height: 20px;
|
|
31105
|
+
line-height: 20px;
|
|
31182
31106
|
}
|
|
31183
|
-
.
|
|
31184
|
-
|
|
31185
|
-
color: #00122e;
|
|
31186
|
-
font-size: 12px;
|
|
31187
|
-
text-align: left;
|
|
31188
|
-
transition: none;
|
|
31107
|
+
.oiy0apc .timezone-title {
|
|
31108
|
+
color: #2d3a56;
|
|
31189
31109
|
overflow: hidden;
|
|
31190
31110
|
text-overflow: ellipsis;
|
|
31191
|
-
white-space: nowrap;
|
|
31192
31111
|
}
|
|
31193
|
-
|
|
31194
|
-
|
|
31112
|
+
|
|
31113
|
+
.of4y382 {
|
|
31114
|
+
display: flex;
|
|
31115
|
+
justify-content: space-between;
|
|
31116
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31117
|
+
height: 18px;
|
|
31118
|
+
line-height: 18px;
|
|
31119
|
+
margin-top: 2px;
|
|
31195
31120
|
}
|
|
31196
|
-
|
|
31197
|
-
|
|
31198
|
-
|
|
31199
|
-
|
|
31200
|
-
|
|
31121
|
+
|
|
31122
|
+
.t19903l9 {
|
|
31123
|
+
border: none;
|
|
31124
|
+
margin-right: 0;
|
|
31125
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31201
31126
|
}
|
|
31202
|
-
|
|
31203
|
-
|
|
31127
|
+
|
|
31128
|
+
.ohwbvxu {
|
|
31129
|
+
pointer-events: none;
|
|
31130
|
+
height: 32px;
|
|
31131
|
+
width: 100%;
|
|
31132
|
+
opacity: 0;
|
|
31204
31133
|
}
|
|
31205
|
-
|
|
31206
|
-
|
|
31134
|
+
|
|
31135
|
+
.i1e4sgug {
|
|
31136
|
+
display: inline-block;
|
|
31207
31137
|
}
|
|
31208
|
-
|
|
31209
|
-
|
|
31138
|
+
|
|
31139
|
+
.m15dvk92 {
|
|
31140
|
+
display: flex;
|
|
31141
|
+
justify-content: space-between;
|
|
31142
|
+
width: 100%;
|
|
31210
31143
|
}
|
|
31211
|
-
.
|
|
31212
|
-
|
|
31213
|
-
border-color: transparent transparent white;
|
|
31144
|
+
.m15dvk92 .action {
|
|
31145
|
+
margin-left: 16px;
|
|
31214
31146
|
}
|
|
31215
|
-
|
|
31216
|
-
|
|
31147
|
+
|
|
31148
|
+
.aql8iqz .ant-alert-message {
|
|
31149
|
+
width: 100%;
|
|
31217
31150
|
}
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
|
|
31222
|
-
|
|
31223
|
-
|
|
31224
|
-
|
|
31225
|
-
bottom: -1px;
|
|
31226
|
-
background: white;
|
|
31227
|
-
}
|
|
31228
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31229
|
-
border-radius: 0 8px 8px 0;
|
|
31230
|
-
}
|
|
31231
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31232
|
-
border-radius: 0;
|
|
31233
|
-
background: white;
|
|
31234
|
-
border-top: none;
|
|
31235
|
-
}
|
|
31236
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31237
|
-
border-top: 1px solid transparent;
|
|
31238
|
-
border-radius: 0 8px 8px 0;
|
|
31239
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31240
|
-
}
|
|
31241
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31242
|
-
background: white;
|
|
31243
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31244
|
-
}
|
|
31245
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31246
|
-
display: flex;
|
|
31247
|
-
align-items: center;
|
|
31248
|
-
height: 100%;
|
|
31249
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31250
|
-
}
|
|
31251
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31252
|
-
background: white;
|
|
31253
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31254
|
-
}
|
|
31255
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31256
|
-
display: flex;
|
|
31257
|
-
align-items: center;
|
|
31258
|
-
height: 100%;
|
|
31259
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31260
|
-
}
|
|
31261
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31262
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31151
|
+
|
|
31152
|
+
.d6j0lbj {
|
|
31153
|
+
font-family: Inter;
|
|
31154
|
+
font-style: normal;
|
|
31155
|
+
font-weight: bold;
|
|
31156
|
+
font-size: 32px;
|
|
31157
|
+
line-height: 40px;
|
|
31263
31158
|
}
|
|
31264
|
-
|
|
31265
|
-
|
|
31266
|
-
|
|
31159
|
+
|
|
31160
|
+
.d1xhvvxe {
|
|
31161
|
+
font-family: Inter;
|
|
31162
|
+
font-style: normal;
|
|
31163
|
+
font-weight: bold;
|
|
31164
|
+
font-size: 24px;
|
|
31165
|
+
line-height: 32px;
|
|
31267
31166
|
}
|
|
31268
|
-
|
|
31269
|
-
|
|
31167
|
+
|
|
31168
|
+
.dk10mxq {
|
|
31169
|
+
font-family: Inter;
|
|
31170
|
+
font-style: normal;
|
|
31171
|
+
font-weight: normal;
|
|
31172
|
+
font-size: 32px;
|
|
31173
|
+
line-height: 40px;
|
|
31270
31174
|
}
|
|
31271
|
-
|
|
31272
|
-
|
|
31273
|
-
|
|
31274
|
-
|
|
31175
|
+
|
|
31176
|
+
.dxsait {
|
|
31177
|
+
font-family: Inter;
|
|
31178
|
+
font-style: normal;
|
|
31179
|
+
font-weight: bold;
|
|
31180
|
+
font-size: 20px;
|
|
31181
|
+
line-height: 24px;
|
|
31275
31182
|
}
|
|
31276
|
-
|
|
31277
|
-
|
|
31183
|
+
|
|
31184
|
+
.dokn0h3 {
|
|
31185
|
+
font-family: Inter;
|
|
31186
|
+
font-style: normal;
|
|
31187
|
+
font-weight: normal;
|
|
31188
|
+
font-size: 20px;
|
|
31189
|
+
line-height: 24px;
|
|
31278
31190
|
}
|
|
31279
|
-
|
|
31280
|
-
|
|
31191
|
+
|
|
31192
|
+
.dobau4p {
|
|
31193
|
+
font-family: Inter;
|
|
31194
|
+
font-style: normal;
|
|
31195
|
+
font-weight: bold;
|
|
31196
|
+
font-size: 18px;
|
|
31197
|
+
line-height: 22px;
|
|
31281
31198
|
}
|
|
31282
|
-
|
|
31283
|
-
|
|
31199
|
+
|
|
31200
|
+
.dvolwok {
|
|
31201
|
+
font-family: Inter;
|
|
31202
|
+
font-style: normal;
|
|
31203
|
+
font-weight: normal;
|
|
31204
|
+
font-size: 18px;
|
|
31205
|
+
line-height: 22px;
|
|
31284
31206
|
}
|
|
31285
|
-
|
|
31286
|
-
|
|
31287
|
-
font-
|
|
31288
|
-
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
padding: 15px 8px 15px 8px;
|
|
31207
|
+
|
|
31208
|
+
.h181qhg4 {
|
|
31209
|
+
font-family: Inter;
|
|
31210
|
+
font-style: normal;
|
|
31211
|
+
font-weight: bold;
|
|
31212
|
+
font-size: 16px;
|
|
31213
|
+
line-height: 22px;
|
|
31293
31214
|
}
|
|
31294
|
-
|
|
31295
|
-
|
|
31296
|
-
|
|
31297
|
-
|
|
31298
|
-
|
|
31299
|
-
|
|
31300
|
-
|
|
31301
|
-
right: 0;
|
|
31215
|
+
|
|
31216
|
+
.h1phgmcq {
|
|
31217
|
+
font-family: Inter;
|
|
31218
|
+
font-style: normal;
|
|
31219
|
+
font-weight: normal;
|
|
31220
|
+
font-size: 16px;
|
|
31221
|
+
line-height: 22px;
|
|
31302
31222
|
}
|
|
31303
|
-
|
|
31304
|
-
|
|
31223
|
+
|
|
31224
|
+
.h173xnl1 {
|
|
31225
|
+
font-family: Inter;
|
|
31226
|
+
font-style: normal;
|
|
31227
|
+
font-weight: bold;
|
|
31228
|
+
font-size: 14px;
|
|
31229
|
+
line-height: 20px;
|
|
31305
31230
|
}
|
|
31306
|
-
|
|
31307
|
-
|
|
31231
|
+
|
|
31232
|
+
.hedm4pz {
|
|
31233
|
+
font-family: Inter;
|
|
31234
|
+
font-style: normal;
|
|
31235
|
+
font-weight: normal;
|
|
31236
|
+
font-size: 14px;
|
|
31237
|
+
line-height: 20px;
|
|
31308
31238
|
}
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
|
|
31313
|
-
|
|
31239
|
+
|
|
31240
|
+
.h1kd8xld {
|
|
31241
|
+
font-family: Inter;
|
|
31242
|
+
font-style: normal;
|
|
31243
|
+
font-weight: bold;
|
|
31244
|
+
font-size: 12px;
|
|
31245
|
+
line-height: 18px;
|
|
31314
31246
|
}
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
|
|
31318
|
-
|
|
31247
|
+
|
|
31248
|
+
.hp14fr {
|
|
31249
|
+
font-family: Inter;
|
|
31250
|
+
font-style: normal;
|
|
31251
|
+
font-weight: normal;
|
|
31252
|
+
font-size: 12px;
|
|
31253
|
+
line-height: 18px;
|
|
31319
31254
|
}
|
|
31320
|
-
|
|
31321
|
-
|
|
31255
|
+
|
|
31256
|
+
.hgrg7mn {
|
|
31257
|
+
font-family: Inter;
|
|
31258
|
+
font-style: normal;
|
|
31259
|
+
font-weight: bold;
|
|
31260
|
+
text-transform: uppercase;
|
|
31261
|
+
font-feature-settings: "cpsp" on;
|
|
31262
|
+
font-size: 12px;
|
|
31263
|
+
line-height: 18px;
|
|
31322
31264
|
}
|
|
31323
|
-
|
|
31324
|
-
|
|
31265
|
+
|
|
31266
|
+
.h6zme9x {
|
|
31267
|
+
font-family: Inter;
|
|
31268
|
+
font-style: normal;
|
|
31269
|
+
font-weight: normal;
|
|
31270
|
+
text-transform: uppercase;
|
|
31271
|
+
font-feature-settings: "cpsp" on;
|
|
31272
|
+
font-size: 12px;
|
|
31273
|
+
line-height: 18px;
|
|
31325
31274
|
}
|
|
31326
|
-
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31331
|
-
|
|
31332
|
-
|
|
31333
|
-
transition: transform 320ms ease;
|
|
31275
|
+
|
|
31276
|
+
.locjvsv {
|
|
31277
|
+
font-family: Inter;
|
|
31278
|
+
font-style: normal;
|
|
31279
|
+
font-weight: normal;
|
|
31280
|
+
font-size: 16px;
|
|
31281
|
+
line-height: 24px;
|
|
31334
31282
|
}
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
|
|
31283
|
+
|
|
31284
|
+
.l13gi131 {
|
|
31285
|
+
font-family: Inter;
|
|
31286
|
+
font-style: normal;
|
|
31287
|
+
font-weight: bold;
|
|
31288
|
+
font-size: 16px;
|
|
31289
|
+
line-height: 24px;
|
|
31338
31290
|
}
|
|
31339
|
-
|
|
31340
|
-
|
|
31291
|
+
|
|
31292
|
+
.l1ynemsu {
|
|
31293
|
+
font-family: Inter;
|
|
31294
|
+
font-style: normal;
|
|
31295
|
+
font-weight: normal;
|
|
31296
|
+
font-size: 16px;
|
|
31297
|
+
line-height: 24px;
|
|
31341
31298
|
}
|
|
31342
|
-
|
|
31343
|
-
|
|
31299
|
+
|
|
31300
|
+
.l1cft1cx {
|
|
31301
|
+
font-family: Inter;
|
|
31302
|
+
font-style: normal;
|
|
31303
|
+
font-weight: bold;
|
|
31304
|
+
font-size: 16px;
|
|
31305
|
+
line-height: 24px;
|
|
31344
31306
|
}
|
|
31345
|
-
|
|
31346
|
-
|
|
31307
|
+
|
|
31308
|
+
.l17tqc8p {
|
|
31309
|
+
font-family: Inter;
|
|
31310
|
+
font-style: normal;
|
|
31311
|
+
font-weight: normal;
|
|
31312
|
+
text-transform: uppercase;
|
|
31313
|
+
font-feature-settings: "cpsp" on;
|
|
31314
|
+
font-size: 16px;
|
|
31315
|
+
line-height: 24px;
|
|
31347
31316
|
}
|
|
31348
|
-
|
|
31349
|
-
|
|
31317
|
+
|
|
31318
|
+
.l1j1e5w7 {
|
|
31319
|
+
font-family: Inter;
|
|
31320
|
+
font-style: normal;
|
|
31321
|
+
font-weight: bold;
|
|
31322
|
+
text-transform: uppercase;
|
|
31323
|
+
font-feature-settings: "cpsp" on;
|
|
31324
|
+
font-size: 16px;
|
|
31325
|
+
line-height: 24px;
|
|
31350
31326
|
}
|
|
31351
|
-
|
|
31352
|
-
|
|
31327
|
+
|
|
31328
|
+
.l1gf91jb {
|
|
31329
|
+
font-family: Inter;
|
|
31330
|
+
font-style: normal;
|
|
31331
|
+
font-weight: normal;
|
|
31332
|
+
font-size: 14px;
|
|
31333
|
+
line-height: 22px;
|
|
31353
31334
|
}
|
|
31354
|
-
|
|
31355
|
-
|
|
31335
|
+
|
|
31336
|
+
.lu7hlr6 {
|
|
31337
|
+
font-family: Inter;
|
|
31338
|
+
font-style: normal;
|
|
31339
|
+
font-weight: 500;
|
|
31340
|
+
font-size: 14px;
|
|
31341
|
+
line-height: 22px;
|
|
31356
31342
|
}
|
|
31357
|
-
|
|
31358
|
-
|
|
31343
|
+
|
|
31344
|
+
.l3l3jf0 {
|
|
31345
|
+
font-family: Inter;
|
|
31346
|
+
font-style: normal;
|
|
31347
|
+
font-weight: bold;
|
|
31348
|
+
font-size: 14px;
|
|
31349
|
+
line-height: 22px;
|
|
31359
31350
|
}
|
|
31360
|
-
|
|
31361
|
-
|
|
31351
|
+
|
|
31352
|
+
.l12j5nqp {
|
|
31353
|
+
font-family: Inter;
|
|
31354
|
+
font-style: normal;
|
|
31355
|
+
font-weight: normal;
|
|
31356
|
+
font-size: 14px;
|
|
31357
|
+
line-height: 22px;
|
|
31362
31358
|
}
|
|
31363
|
-
|
|
31364
|
-
|
|
31365
|
-
|
|
31366
|
-
|
|
31367
|
-
|
|
31359
|
+
|
|
31360
|
+
.l1tecqht {
|
|
31361
|
+
font-family: Inter;
|
|
31362
|
+
font-style: normal;
|
|
31363
|
+
font-weight: bold;
|
|
31364
|
+
font-size: 14px;
|
|
31365
|
+
line-height: 22px;
|
|
31368
31366
|
}
|
|
31369
|
-
|
|
31370
|
-
|
|
31367
|
+
|
|
31368
|
+
.l6sa990 {
|
|
31369
|
+
font-family: Inter;
|
|
31370
|
+
font-style: normal;
|
|
31371
|
+
font-weight: normal;
|
|
31372
|
+
text-transform: uppercase;
|
|
31373
|
+
font-feature-settings: "cpsp" on;
|
|
31374
|
+
font-size: 14px;
|
|
31375
|
+
line-height: 22px;
|
|
31371
31376
|
}
|
|
31372
|
-
|
|
31373
|
-
|
|
31377
|
+
|
|
31378
|
+
.lckqe8j {
|
|
31379
|
+
font-family: Inter;
|
|
31380
|
+
font-style: normal;
|
|
31381
|
+
font-weight: bold;
|
|
31382
|
+
text-transform: uppercase;
|
|
31383
|
+
font-feature-settings: "cpsp" on;
|
|
31384
|
+
font-size: 14px;
|
|
31385
|
+
line-height: 22px;
|
|
31374
31386
|
}
|
|
31375
|
-
|
|
31376
|
-
|
|
31387
|
+
|
|
31388
|
+
.l1kuminb {
|
|
31389
|
+
font-family: Inter;
|
|
31390
|
+
font-style: normal;
|
|
31391
|
+
font-weight: normal;
|
|
31392
|
+
font-size: 13px;
|
|
31393
|
+
line-height: 20px;
|
|
31377
31394
|
}
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
|
|
31395
|
+
|
|
31396
|
+
.l1pbuf5j {
|
|
31397
|
+
font-family: Inter;
|
|
31398
|
+
font-style: normal;
|
|
31399
|
+
font-weight: 600;
|
|
31400
|
+
font-size: 13px;
|
|
31401
|
+
line-height: 20px;
|
|
31384
31402
|
}
|
|
31385
|
-
|
|
31386
|
-
.
|
|
31403
|
+
|
|
31404
|
+
.l1r4ztu {
|
|
31405
|
+
font-family: Inter;
|
|
31406
|
+
font-style: normal;
|
|
31387
31407
|
font-weight: bold;
|
|
31388
|
-
font-size:
|
|
31389
|
-
|
|
31408
|
+
font-size: 13px;
|
|
31409
|
+
line-height: 20px;
|
|
31390
31410
|
}
|
|
31391
|
-
|
|
31392
|
-
|
|
31393
|
-
|
|
31394
|
-
|
|
31411
|
+
|
|
31412
|
+
.ly8vzok {
|
|
31413
|
+
font-family: Inter;
|
|
31414
|
+
font-style: normal;
|
|
31415
|
+
font-weight: normal;
|
|
31416
|
+
font-size: 13px;
|
|
31417
|
+
line-height: 20px;
|
|
31395
31418
|
}
|
|
31396
|
-
|
|
31397
|
-
|
|
31398
|
-
|
|
31399
|
-
|
|
31400
|
-
|
|
31401
|
-
|
|
31419
|
+
|
|
31420
|
+
.lumfmf {
|
|
31421
|
+
font-family: Inter;
|
|
31422
|
+
font-style: normal;
|
|
31423
|
+
font-weight: 600;
|
|
31424
|
+
font-size: 13px;
|
|
31425
|
+
line-height: 20px;
|
|
31402
31426
|
}
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
|
|
31407
|
-
|
|
31408
|
-
|
|
31427
|
+
|
|
31428
|
+
.l16ujwmv {
|
|
31429
|
+
font-family: Inter;
|
|
31430
|
+
font-style: normal;
|
|
31431
|
+
font-weight: bold;
|
|
31432
|
+
font-size: 13px;
|
|
31433
|
+
line-height: 20px;
|
|
31409
31434
|
}
|
|
31410
|
-
|
|
31411
|
-
|
|
31435
|
+
|
|
31436
|
+
.l17o1ffr {
|
|
31437
|
+
font-family: Inter;
|
|
31438
|
+
font-style: normal;
|
|
31439
|
+
font-weight: normal;
|
|
31440
|
+
text-transform: uppercase;
|
|
31441
|
+
font-feature-settings: "cpsp" on;
|
|
31442
|
+
font-size: 13px;
|
|
31443
|
+
line-height: 20px;
|
|
31412
31444
|
}
|
|
31413
31445
|
|
|
31414
|
-
.
|
|
31415
|
-
|
|
31446
|
+
.lngllvn {
|
|
31447
|
+
font-family: Inter;
|
|
31448
|
+
font-style: normal;
|
|
31449
|
+
font-weight: bold;
|
|
31450
|
+
text-transform: uppercase;
|
|
31451
|
+
font-feature-settings: "cpsp" on;
|
|
31452
|
+
font-size: 13px;
|
|
31453
|
+
line-height: 20px;
|
|
31416
31454
|
}
|
|
31417
31455
|
|
|
31418
|
-
.
|
|
31419
|
-
|
|
31456
|
+
.l2i7fo9 {
|
|
31457
|
+
font-family: Inter;
|
|
31458
|
+
font-style: normal;
|
|
31459
|
+
font-weight: normal;
|
|
31460
|
+
font-size: 12px;
|
|
31420
31461
|
line-height: 18px;
|
|
31421
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31422
|
-
height: 34px;
|
|
31423
|
-
min-height: 34px;
|
|
31424
|
-
box-sizing: border-box;
|
|
31425
|
-
margin-top: 8px;
|
|
31426
31462
|
}
|
|
31427
31463
|
|
|
31428
|
-
.
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31432
|
-
|
|
31433
|
-
|
|
31434
|
-
}
|
|
31435
|
-
.onr9gzt .selected-icon {
|
|
31436
|
-
display: none;
|
|
31437
|
-
}
|
|
31438
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31439
|
-
padding-left: 8px;
|
|
31440
|
-
}
|
|
31441
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31442
|
-
background-color: white;
|
|
31443
|
-
}
|
|
31444
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31445
|
-
color: #0080ff;
|
|
31446
|
-
}
|
|
31447
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31448
|
-
display: block;
|
|
31464
|
+
.l1x7hscx {
|
|
31465
|
+
font-family: Inter;
|
|
31466
|
+
font-style: normal;
|
|
31467
|
+
font-weight: 500;
|
|
31468
|
+
font-size: 12px;
|
|
31469
|
+
line-height: 18px;
|
|
31449
31470
|
}
|
|
31450
|
-
|
|
31451
|
-
|
|
31471
|
+
|
|
31472
|
+
.le1jwan {
|
|
31473
|
+
font-family: Inter;
|
|
31474
|
+
font-style: normal;
|
|
31475
|
+
font-weight: bold;
|
|
31476
|
+
font-size: 12px;
|
|
31477
|
+
line-height: 18px;
|
|
31452
31478
|
}
|
|
31453
|
-
|
|
31454
|
-
|
|
31479
|
+
|
|
31480
|
+
.lyxynfj {
|
|
31481
|
+
font-family: Inter;
|
|
31482
|
+
font-style: normal;
|
|
31483
|
+
font-weight: normal;
|
|
31484
|
+
font-size: 12px;
|
|
31485
|
+
line-height: 18px;
|
|
31455
31486
|
}
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
|
|
31487
|
+
|
|
31488
|
+
.lpb2nxv {
|
|
31489
|
+
font-family: Inter;
|
|
31490
|
+
font-style: normal;
|
|
31491
|
+
font-weight: 500;
|
|
31492
|
+
font-size: 12px;
|
|
31493
|
+
line-height: 18px;
|
|
31459
31494
|
}
|
|
31460
31495
|
|
|
31461
|
-
.
|
|
31462
|
-
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31496
|
+
.l1r8o3vv {
|
|
31497
|
+
font-family: Inter;
|
|
31498
|
+
font-style: normal;
|
|
31499
|
+
font-weight: bold;
|
|
31500
|
+
font-size: 12px;
|
|
31501
|
+
line-height: 18px;
|
|
31466
31502
|
}
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
|
|
31503
|
+
|
|
31504
|
+
.lemnjy2 {
|
|
31505
|
+
font-family: Inter;
|
|
31506
|
+
font-style: normal;
|
|
31507
|
+
font-weight: normal;
|
|
31508
|
+
text-transform: uppercase;
|
|
31509
|
+
font-feature-settings: "cpsp" on;
|
|
31510
|
+
font-size: 12px;
|
|
31511
|
+
line-height: 18px;
|
|
31471
31512
|
}
|
|
31472
31513
|
|
|
31473
|
-
.
|
|
31474
|
-
|
|
31475
|
-
|
|
31476
|
-
|
|
31477
|
-
|
|
31514
|
+
.lrc42gb {
|
|
31515
|
+
font-family: Inter;
|
|
31516
|
+
font-style: normal;
|
|
31517
|
+
font-weight: bold;
|
|
31518
|
+
text-transform: uppercase;
|
|
31519
|
+
font-feature-settings: "cpsp" on;
|
|
31520
|
+
font-size: 12px;
|
|
31478
31521
|
line-height: 18px;
|
|
31479
|
-
margin-top: 2px;
|
|
31480
31522
|
}
|
|
31481
31523
|
|
|
31482
|
-
.
|
|
31483
|
-
|
|
31484
|
-
|
|
31485
|
-
|
|
31524
|
+
.fqaz4mb {
|
|
31525
|
+
font-family: Inter;
|
|
31526
|
+
font-style: normal;
|
|
31527
|
+
font-weight: normal;
|
|
31528
|
+
font-size: 13px;
|
|
31529
|
+
line-height: 20px;
|
|
31486
31530
|
}
|
|
31487
31531
|
|
|
31488
|
-
.
|
|
31489
|
-
|
|
31490
|
-
|
|
31491
|
-
|
|
31492
|
-
|
|
31532
|
+
.f13we5o {
|
|
31533
|
+
font-family: Inter;
|
|
31534
|
+
font-style: normal;
|
|
31535
|
+
font-weight: normal;
|
|
31536
|
+
font-size: 13px;
|
|
31537
|
+
line-height: 20px;
|
|
31493
31538
|
}
|
|
31494
31539
|
|
|
31495
|
-
.
|
|
31496
|
-
|
|
31540
|
+
.ffmjua2 {
|
|
31541
|
+
font-family: Inter;
|
|
31542
|
+
font-style: normal;
|
|
31543
|
+
font-weight: normal;
|
|
31544
|
+
font-size: 12px;
|
|
31545
|
+
line-height: 18px;
|
|
31497
31546
|
}
|
|
31498
31547
|
|
|
31499
|
-
.
|
|
31548
|
+
.fz2mxw0 {
|
|
31500
31549
|
font-family: Inter;
|
|
31501
31550
|
font-style: normal;
|
|
31502
|
-
font-weight:
|
|
31503
|
-
font-size:
|
|
31504
|
-
line-height:
|
|
31551
|
+
font-weight: normal;
|
|
31552
|
+
font-size: 12px;
|
|
31553
|
+
line-height: 18px;
|
|
31505
31554
|
}
|
|
31506
31555
|
|
|
31507
|
-
.
|
|
31556
|
+
.t1ertzoh {
|
|
31508
31557
|
font-family: Inter;
|
|
31509
31558
|
font-style: normal;
|
|
31510
|
-
font-weight:
|
|
31511
|
-
font-
|
|
31512
|
-
|
|
31559
|
+
font-weight: normal;
|
|
31560
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31561
|
+
font-size: 13px;
|
|
31562
|
+
line-height: 20px;
|
|
31513
31563
|
}
|
|
31514
31564
|
|
|
31515
|
-
.
|
|
31565
|
+
.t19bge8r {
|
|
31516
31566
|
font-family: Inter;
|
|
31517
31567
|
font-style: normal;
|
|
31518
31568
|
font-weight: normal;
|
|
31519
|
-
font-
|
|
31520
|
-
|
|
31569
|
+
font-feature-settings: "zero" on;
|
|
31570
|
+
font-size: 13px;
|
|
31571
|
+
line-height: 20px;
|
|
31521
31572
|
}
|
|
31522
31573
|
|
|
31523
|
-
.
|
|
31574
|
+
.tjrzfyl {
|
|
31524
31575
|
font-family: Inter;
|
|
31525
31576
|
font-style: normal;
|
|
31526
|
-
font-weight:
|
|
31527
|
-
font-
|
|
31528
|
-
|
|
31577
|
+
font-weight: normal;
|
|
31578
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31579
|
+
font-size: 12px;
|
|
31580
|
+
line-height: 18px;
|
|
31529
31581
|
}
|
|
31530
31582
|
|
|
31531
|
-
.
|
|
31583
|
+
.tm6s7bo {
|
|
31584
|
+
font-family: Inter;
|
|
31585
|
+
font-style: normal;
|
|
31586
|
+
font-weight: 500;
|
|
31587
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31588
|
+
font-size: 12px;
|
|
31589
|
+
line-height: 18px;
|
|
31590
|
+
}
|
|
31591
|
+
|
|
31592
|
+
.t19zq6ic {
|
|
31532
31593
|
font-family: Inter;
|
|
31533
31594
|
font-style: normal;
|
|
31534
31595
|
font-weight: normal;
|
|
31535
|
-
font-
|
|
31536
|
-
|
|
31596
|
+
font-feature-settings: "zero" on;
|
|
31597
|
+
font-size: 12px;
|
|
31598
|
+
line-height: 18px;
|
|
31537
31599
|
}
|
|
31538
31600
|
|
|
31539
|
-
.
|
|
31601
|
+
.t1gduru8 {
|
|
31602
|
+
font-family: Inter;
|
|
31603
|
+
font-style: normal;
|
|
31604
|
+
font-weight: 500;
|
|
31605
|
+
font-feature-settings: "zero" on;
|
|
31606
|
+
font-size: 12px;
|
|
31607
|
+
line-height: 18px;
|
|
31608
|
+
}
|
|
31609
|
+
|
|
31610
|
+
.t55raab {
|
|
31540
31611
|
font-family: Inter;
|
|
31541
31612
|
font-style: normal;
|
|
31542
31613
|
font-weight: bold;
|
|
31543
|
-
font-
|
|
31544
|
-
|
|
31614
|
+
font-feature-settings: "zero" on;
|
|
31615
|
+
font-size: 16px;
|
|
31616
|
+
line-height: 24px;
|
|
31545
31617
|
}
|
|
31546
31618
|
|
|
31547
|
-
.
|
|
31619
|
+
.u1w9abfe {
|
|
31548
31620
|
font-family: Inter;
|
|
31549
31621
|
font-style: normal;
|
|
31550
31622
|
font-weight: normal;
|
|
31551
|
-
font-size:
|
|
31552
|
-
line-height:
|
|
31623
|
+
font-size: 10px;
|
|
31624
|
+
line-height: 12px;
|
|
31625
|
+
}
|
|
31626
|
+
|
|
31627
|
+
.t1upn1sz {
|
|
31628
|
+
height: 100%;
|
|
31629
|
+
}
|
|
31630
|
+
|
|
31631
|
+
.tta5kd2 {
|
|
31632
|
+
height: 100%;
|
|
31633
|
+
}
|
|
31634
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31635
|
+
overflow: visible !important;
|
|
31636
|
+
height: 100%;
|
|
31637
|
+
}
|
|
31638
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31639
|
+
height: 100%;
|
|
31640
|
+
}
|
|
31641
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31642
|
+
width: 100% !important;
|
|
31643
|
+
height: 100%;
|
|
31644
|
+
}
|
|
31645
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31646
|
+
padding: 15px 0;
|
|
31647
|
+
}
|
|
31648
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31649
|
+
display: none;
|
|
31650
|
+
}
|
|
31651
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31652
|
+
font-weight: 700;
|
|
31653
|
+
}
|
|
31654
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31655
|
+
font-weight: 700;
|
|
31656
|
+
}
|
|
31657
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31658
|
+
height: 100%;
|
|
31659
|
+
}
|
|
31660
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31661
|
+
height: 100%;
|
|
31662
|
+
overflow: visible;
|
|
31663
|
+
}
|
|
31664
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31665
|
+
max-height: none;
|
|
31666
|
+
}
|
|
31667
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31668
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31669
|
+
display: none;
|
|
31670
|
+
}
|
|
31671
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31672
|
+
background: transparent;
|
|
31673
|
+
}
|
|
31674
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31675
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31676
|
+
background: #fff;
|
|
31677
|
+
padding: 0 !important;
|
|
31678
|
+
}
|
|
31679
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31680
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31681
|
+
display: flex;
|
|
31682
|
+
align-items: center;
|
|
31683
|
+
height: 100%;
|
|
31684
|
+
padding: 8px;
|
|
31685
|
+
}
|
|
31686
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31687
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31688
|
+
overflow: hidden;
|
|
31689
|
+
text-overflow: ellipsis;
|
|
31690
|
+
width: 100%;
|
|
31691
|
+
}
|
|
31692
|
+
.tta5kd2 .ant-table-container {
|
|
31693
|
+
height: 100%;
|
|
31694
|
+
}
|
|
31695
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31696
|
+
box-shadow: none !important;
|
|
31697
|
+
}
|
|
31698
|
+
.tta5kd2 .ant-table {
|
|
31699
|
+
border-radius: 0px;
|
|
31700
|
+
border-left: none;
|
|
31701
|
+
border-right: none;
|
|
31702
|
+
border-bottom: none;
|
|
31703
|
+
height: 100%;
|
|
31704
|
+
font-size: 12px;
|
|
31705
|
+
background: transparent;
|
|
31706
|
+
}
|
|
31707
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31708
|
+
position: relative;
|
|
31709
|
+
z-index: 3;
|
|
31710
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31711
|
+
margin-bottom: -1px;
|
|
31712
|
+
}
|
|
31713
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
31714
|
+
.tta5kd2 .ant-table .value {
|
|
31715
|
+
color: #2d3a56;
|
|
31716
|
+
}
|
|
31717
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31718
|
+
.tta5kd2 .ant-table .unit {
|
|
31719
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31720
|
+
}
|
|
31721
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31722
|
+
position: unset;
|
|
31723
|
+
text-align: center;
|
|
31724
|
+
}
|
|
31725
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31726
|
+
background: #fff;
|
|
31727
|
+
}
|
|
31728
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31729
|
+
cursor: pointer;
|
|
31730
|
+
position: absolute;
|
|
31731
|
+
top: 50%;
|
|
31732
|
+
right: 12px;
|
|
31733
|
+
transform: translateY(-50%);
|
|
31734
|
+
}
|
|
31735
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31736
|
+
box-shadow: none;
|
|
31737
|
+
width: 1px;
|
|
31738
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31553
31739
|
}
|
|
31554
|
-
|
|
31555
|
-
|
|
31556
|
-
|
|
31557
|
-
|
|
31558
|
-
font-weight: bold;
|
|
31559
|
-
font-size: 16px;
|
|
31560
|
-
line-height: 22px;
|
|
31740
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31741
|
+
box-shadow: none;
|
|
31742
|
+
width: 1px;
|
|
31743
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31561
31744
|
}
|
|
31562
|
-
|
|
31563
|
-
|
|
31564
|
-
font-family: Inter;
|
|
31565
|
-
font-style: normal;
|
|
31566
|
-
font-weight: normal;
|
|
31567
|
-
font-size: 16px;
|
|
31568
|
-
line-height: 22px;
|
|
31745
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31746
|
+
position: relative;
|
|
31569
31747
|
}
|
|
31570
|
-
|
|
31571
|
-
.
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
|
|
31748
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31749
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31750
|
+
border-bottom: 1px solid white;
|
|
31751
|
+
height: 40px;
|
|
31752
|
+
vertical-align: middle;
|
|
31753
|
+
transition: background 0ms;
|
|
31754
|
+
color: #00122e;
|
|
31577
31755
|
}
|
|
31578
|
-
|
|
31579
|
-
|
|
31580
|
-
|
|
31581
|
-
font-style: normal;
|
|
31582
|
-
font-weight: normal;
|
|
31583
|
-
font-size: 14px;
|
|
31584
|
-
line-height: 20px;
|
|
31756
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31757
|
+
background: #f2f5fa;
|
|
31758
|
+
border-bottom-color: #f2f5fa;
|
|
31585
31759
|
}
|
|
31586
|
-
|
|
31587
|
-
|
|
31588
|
-
|
|
31589
|
-
font-style: normal;
|
|
31590
|
-
font-weight: bold;
|
|
31760
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31761
|
+
height: auto;
|
|
31762
|
+
color: #00122e;
|
|
31591
31763
|
font-size: 12px;
|
|
31592
|
-
|
|
31764
|
+
text-align: left;
|
|
31765
|
+
transition: none;
|
|
31766
|
+
overflow: hidden;
|
|
31767
|
+
text-overflow: ellipsis;
|
|
31768
|
+
white-space: nowrap;
|
|
31593
31769
|
}
|
|
31594
|
-
|
|
31595
|
-
|
|
31596
|
-
font-family: Inter;
|
|
31597
|
-
font-style: normal;
|
|
31598
|
-
font-weight: normal;
|
|
31599
|
-
font-size: 12px;
|
|
31600
|
-
line-height: 18px;
|
|
31770
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31771
|
+
color: #0096ff;
|
|
31601
31772
|
}
|
|
31602
|
-
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
|
|
31607
|
-
text-transform: uppercase;
|
|
31608
|
-
font-feature-settings: "cpsp" on;
|
|
31609
|
-
font-size: 12px;
|
|
31610
|
-
line-height: 18px;
|
|
31773
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31774
|
+
overflow: hidden;
|
|
31775
|
+
text-overflow: ellipsis;
|
|
31776
|
+
width: 100%;
|
|
31777
|
+
vertical-align: middle;
|
|
31611
31778
|
}
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
font-family: Inter;
|
|
31615
|
-
font-style: normal;
|
|
31616
|
-
font-weight: normal;
|
|
31617
|
-
text-transform: uppercase;
|
|
31618
|
-
font-feature-settings: "cpsp" on;
|
|
31619
|
-
font-size: 12px;
|
|
31620
|
-
line-height: 18px;
|
|
31779
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31780
|
+
line-height: 0px;
|
|
31621
31781
|
}
|
|
31622
|
-
|
|
31623
|
-
|
|
31624
|
-
font-family: Inter;
|
|
31625
|
-
font-style: normal;
|
|
31626
|
-
font-weight: normal;
|
|
31627
|
-
font-size: 16px;
|
|
31628
|
-
line-height: 24px;
|
|
31782
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31783
|
+
padding-right: 25px;
|
|
31629
31784
|
}
|
|
31630
|
-
|
|
31631
|
-
|
|
31632
|
-
font-family: Inter;
|
|
31633
|
-
font-style: normal;
|
|
31634
|
-
font-weight: bold;
|
|
31635
|
-
font-size: 16px;
|
|
31636
|
-
line-height: 24px;
|
|
31785
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31786
|
+
border-top-color: transparent;
|
|
31637
31787
|
}
|
|
31638
|
-
|
|
31639
|
-
.
|
|
31640
|
-
|
|
31641
|
-
font-style: normal;
|
|
31642
|
-
font-weight: normal;
|
|
31643
|
-
font-size: 16px;
|
|
31644
|
-
line-height: 24px;
|
|
31788
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31789
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31790
|
+
border-color: transparent transparent white;
|
|
31645
31791
|
}
|
|
31646
|
-
|
|
31647
|
-
|
|
31648
|
-
font-family: Inter;
|
|
31649
|
-
font-style: normal;
|
|
31650
|
-
font-weight: bold;
|
|
31651
|
-
font-size: 16px;
|
|
31652
|
-
line-height: 24px;
|
|
31792
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31793
|
+
border-radius: 8px 0 0 8px;
|
|
31653
31794
|
}
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
font-family: Inter;
|
|
31657
|
-
font-style: normal;
|
|
31658
|
-
font-weight: normal;
|
|
31659
|
-
text-transform: uppercase;
|
|
31660
|
-
font-feature-settings: "cpsp" on;
|
|
31661
|
-
font-size: 16px;
|
|
31662
|
-
line-height: 24px;
|
|
31795
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31796
|
+
border-radius: 8px 0 0 8px;
|
|
31663
31797
|
}
|
|
31664
|
-
|
|
31665
|
-
|
|
31666
|
-
|
|
31667
|
-
|
|
31668
|
-
|
|
31669
|
-
|
|
31670
|
-
font-feature-settings: "cpsp" on;
|
|
31671
|
-
font-size: 16px;
|
|
31672
|
-
line-height: 24px;
|
|
31798
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31799
|
+
content: "";
|
|
31800
|
+
width: 4px;
|
|
31801
|
+
top: -1px;
|
|
31802
|
+
bottom: -1px;
|
|
31803
|
+
background: white;
|
|
31673
31804
|
}
|
|
31674
|
-
|
|
31675
|
-
|
|
31676
|
-
font-family: Inter;
|
|
31677
|
-
font-style: normal;
|
|
31678
|
-
font-weight: normal;
|
|
31679
|
-
font-size: 14px;
|
|
31680
|
-
line-height: 22px;
|
|
31805
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31806
|
+
border-radius: 0 8px 8px 0;
|
|
31681
31807
|
}
|
|
31682
|
-
|
|
31683
|
-
|
|
31684
|
-
|
|
31685
|
-
|
|
31686
|
-
font-weight: 500;
|
|
31687
|
-
font-size: 14px;
|
|
31688
|
-
line-height: 22px;
|
|
31808
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31809
|
+
border-radius: 0;
|
|
31810
|
+
background: white;
|
|
31811
|
+
border-top: none;
|
|
31689
31812
|
}
|
|
31690
|
-
|
|
31691
|
-
|
|
31692
|
-
|
|
31693
|
-
|
|
31694
|
-
font-weight: bold;
|
|
31695
|
-
font-size: 14px;
|
|
31696
|
-
line-height: 22px;
|
|
31813
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31814
|
+
border-top: 1px solid transparent;
|
|
31815
|
+
border-radius: 0 8px 8px 0;
|
|
31816
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31697
31817
|
}
|
|
31698
|
-
|
|
31699
|
-
|
|
31700
|
-
|
|
31701
|
-
font-style: normal;
|
|
31702
|
-
font-weight: normal;
|
|
31703
|
-
font-size: 14px;
|
|
31704
|
-
line-height: 22px;
|
|
31818
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31819
|
+
background: white;
|
|
31820
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31705
31821
|
}
|
|
31706
|
-
|
|
31707
|
-
|
|
31708
|
-
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
font-size: 14px;
|
|
31712
|
-
line-height: 22px;
|
|
31822
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31823
|
+
display: flex;
|
|
31824
|
+
align-items: center;
|
|
31825
|
+
height: 100%;
|
|
31826
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31713
31827
|
}
|
|
31714
|
-
|
|
31715
|
-
|
|
31716
|
-
|
|
31717
|
-
font-style: normal;
|
|
31718
|
-
font-weight: normal;
|
|
31719
|
-
text-transform: uppercase;
|
|
31720
|
-
font-feature-settings: "cpsp" on;
|
|
31721
|
-
font-size: 14px;
|
|
31722
|
-
line-height: 22px;
|
|
31828
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31829
|
+
background: white;
|
|
31830
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31723
31831
|
}
|
|
31724
|
-
|
|
31725
|
-
|
|
31726
|
-
|
|
31727
|
-
|
|
31728
|
-
|
|
31729
|
-
text-transform: uppercase;
|
|
31730
|
-
font-feature-settings: "cpsp" on;
|
|
31731
|
-
font-size: 14px;
|
|
31732
|
-
line-height: 22px;
|
|
31832
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31833
|
+
display: flex;
|
|
31834
|
+
align-items: center;
|
|
31835
|
+
height: 100%;
|
|
31836
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31733
31837
|
}
|
|
31734
|
-
|
|
31735
|
-
.
|
|
31736
|
-
|
|
31737
|
-
|
|
31738
|
-
|
|
31739
|
-
|
|
31740
|
-
|
|
31838
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31839
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31840
|
+
}
|
|
31841
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31842
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31843
|
+
border-radius: 8px;
|
|
31844
|
+
}
|
|
31845
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31846
|
+
border-top-color: white;
|
|
31847
|
+
}
|
|
31848
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31849
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31850
|
+
border-bottom-color: transparent;
|
|
31851
|
+
border-top-color: transparent;
|
|
31741
31852
|
}
|
|
31742
|
-
|
|
31743
|
-
|
|
31744
|
-
font-family: Inter;
|
|
31745
|
-
font-style: normal;
|
|
31746
|
-
font-weight: 600;
|
|
31747
|
-
font-size: 13px;
|
|
31748
|
-
line-height: 20px;
|
|
31853
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31854
|
+
border-radius: 8px 0 0 8px;
|
|
31749
31855
|
}
|
|
31750
|
-
|
|
31751
|
-
|
|
31752
|
-
font-family: Inter;
|
|
31753
|
-
font-style: normal;
|
|
31754
|
-
font-weight: bold;
|
|
31755
|
-
font-size: 13px;
|
|
31756
|
-
line-height: 20px;
|
|
31856
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31857
|
+
border-radius: 0 8px 8px 0;
|
|
31757
31858
|
}
|
|
31758
|
-
|
|
31759
|
-
.
|
|
31760
|
-
font-family: Inter;
|
|
31761
|
-
font-style: normal;
|
|
31762
|
-
font-weight: normal;
|
|
31763
|
-
font-size: 13px;
|
|
31764
|
-
line-height: 20px;
|
|
31859
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31860
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31765
31861
|
}
|
|
31766
|
-
|
|
31767
|
-
|
|
31768
|
-
font-
|
|
31769
|
-
|
|
31770
|
-
|
|
31771
|
-
|
|
31772
|
-
|
|
31862
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31863
|
+
background: #fff;
|
|
31864
|
+
font-weight: 400;
|
|
31865
|
+
position: relative;
|
|
31866
|
+
border-bottom: none;
|
|
31867
|
+
color: #00122e;
|
|
31868
|
+
transition: none;
|
|
31869
|
+
padding: 15px 8px 15px 8px;
|
|
31773
31870
|
}
|
|
31774
|
-
|
|
31775
|
-
|
|
31776
|
-
|
|
31777
|
-
|
|
31778
|
-
|
|
31779
|
-
|
|
31780
|
-
|
|
31871
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31872
|
+
content: "";
|
|
31873
|
+
width: 1px;
|
|
31874
|
+
top: 0;
|
|
31875
|
+
bottom: 0;
|
|
31876
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31877
|
+
position: absolute;
|
|
31878
|
+
right: 0;
|
|
31781
31879
|
}
|
|
31782
|
-
|
|
31783
|
-
|
|
31784
|
-
font-family: Inter;
|
|
31785
|
-
font-style: normal;
|
|
31786
|
-
font-weight: normal;
|
|
31787
|
-
text-transform: uppercase;
|
|
31788
|
-
font-feature-settings: "cpsp" on;
|
|
31789
|
-
font-size: 13px;
|
|
31790
|
-
line-height: 20px;
|
|
31880
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31881
|
+
padding: unset;
|
|
31791
31882
|
}
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
font-family: Inter;
|
|
31795
|
-
font-style: normal;
|
|
31796
|
-
font-weight: bold;
|
|
31797
|
-
text-transform: uppercase;
|
|
31798
|
-
font-feature-settings: "cpsp" on;
|
|
31799
|
-
font-size: 13px;
|
|
31800
|
-
line-height: 20px;
|
|
31883
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31884
|
+
display: none;
|
|
31801
31885
|
}
|
|
31802
|
-
|
|
31803
|
-
|
|
31804
|
-
|
|
31805
|
-
|
|
31806
|
-
|
|
31807
|
-
font-size: 12px;
|
|
31808
|
-
line-height: 18px;
|
|
31886
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31887
|
+
width: 100%;
|
|
31888
|
+
overflow: hidden;
|
|
31889
|
+
white-space: nowrap;
|
|
31890
|
+
text-overflow: ellipsis;
|
|
31809
31891
|
}
|
|
31810
|
-
|
|
31811
|
-
|
|
31812
|
-
|
|
31813
|
-
|
|
31814
|
-
font-weight: 500;
|
|
31815
|
-
font-size: 12px;
|
|
31816
|
-
line-height: 18px;
|
|
31892
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31893
|
+
overflow: hidden;
|
|
31894
|
+
text-overflow: ellipsis;
|
|
31895
|
+
flex: 1;
|
|
31817
31896
|
}
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
font-family: Inter;
|
|
31821
|
-
font-style: normal;
|
|
31822
|
-
font-weight: bold;
|
|
31823
|
-
font-size: 12px;
|
|
31824
|
-
line-height: 18px;
|
|
31897
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31898
|
+
padding: 15px 25px 15px 8px;
|
|
31825
31899
|
}
|
|
31826
|
-
|
|
31827
|
-
|
|
31828
|
-
font-family: Inter;
|
|
31829
|
-
font-style: normal;
|
|
31830
|
-
font-weight: normal;
|
|
31831
|
-
font-size: 12px;
|
|
31832
|
-
line-height: 18px;
|
|
31900
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31901
|
+
padding: 0;
|
|
31833
31902
|
}
|
|
31834
|
-
|
|
31835
|
-
|
|
31836
|
-
|
|
31837
|
-
|
|
31838
|
-
|
|
31839
|
-
|
|
31840
|
-
|
|
31903
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31904
|
+
position: absolute;
|
|
31905
|
+
right: 6px;
|
|
31906
|
+
top: 50%;
|
|
31907
|
+
transform: translateY(-50%);
|
|
31908
|
+
height: 16px;
|
|
31909
|
+
display: none;
|
|
31910
|
+
transition: transform 320ms ease;
|
|
31841
31911
|
}
|
|
31842
|
-
|
|
31843
|
-
|
|
31844
|
-
|
|
31845
|
-
font-style: normal;
|
|
31846
|
-
font-weight: bold;
|
|
31847
|
-
font-size: 12px;
|
|
31848
|
-
line-height: 18px;
|
|
31912
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31913
|
+
display: block;
|
|
31914
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31849
31915
|
}
|
|
31850
|
-
|
|
31851
|
-
|
|
31852
|
-
font-family: Inter;
|
|
31853
|
-
font-style: normal;
|
|
31854
|
-
font-weight: normal;
|
|
31855
|
-
text-transform: uppercase;
|
|
31856
|
-
font-feature-settings: "cpsp" on;
|
|
31857
|
-
font-size: 12px;
|
|
31858
|
-
line-height: 18px;
|
|
31916
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31917
|
+
display: block;
|
|
31859
31918
|
}
|
|
31860
|
-
|
|
31861
|
-
|
|
31862
|
-
font-family: Inter;
|
|
31863
|
-
font-style: normal;
|
|
31864
|
-
font-weight: bold;
|
|
31865
|
-
text-transform: uppercase;
|
|
31866
|
-
font-feature-settings: "cpsp" on;
|
|
31867
|
-
font-size: 12px;
|
|
31868
|
-
line-height: 18px;
|
|
31919
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31920
|
+
display: none;
|
|
31869
31921
|
}
|
|
31870
|
-
|
|
31871
|
-
|
|
31872
|
-
font-family: Inter;
|
|
31873
|
-
font-style: normal;
|
|
31874
|
-
font-weight: normal;
|
|
31875
|
-
font-size: 13px;
|
|
31876
|
-
line-height: 20px;
|
|
31922
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31923
|
+
transform: translateY(-50%);
|
|
31877
31924
|
}
|
|
31878
|
-
|
|
31879
|
-
|
|
31880
|
-
font-family: Inter;
|
|
31881
|
-
font-style: normal;
|
|
31882
|
-
font-weight: normal;
|
|
31883
|
-
font-size: 13px;
|
|
31884
|
-
line-height: 20px;
|
|
31925
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31926
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31885
31927
|
}
|
|
31886
|
-
|
|
31887
|
-
|
|
31888
|
-
font-family: Inter;
|
|
31889
|
-
font-style: normal;
|
|
31890
|
-
font-weight: normal;
|
|
31891
|
-
font-size: 12px;
|
|
31892
|
-
line-height: 18px;
|
|
31928
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31929
|
+
background: #f2f5fa;
|
|
31893
31930
|
}
|
|
31894
|
-
|
|
31895
|
-
|
|
31896
|
-
font-family: Inter;
|
|
31897
|
-
font-style: normal;
|
|
31898
|
-
font-weight: normal;
|
|
31899
|
-
font-size: 12px;
|
|
31900
|
-
line-height: 18px;
|
|
31931
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31932
|
+
display: block;
|
|
31901
31933
|
}
|
|
31902
|
-
|
|
31903
|
-
|
|
31904
|
-
font-family: Inter;
|
|
31905
|
-
font-style: normal;
|
|
31906
|
-
font-weight: normal;
|
|
31907
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31908
|
-
font-size: 13px;
|
|
31909
|
-
line-height: 20px;
|
|
31934
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31935
|
+
padding-right: 25px;
|
|
31910
31936
|
}
|
|
31911
|
-
|
|
31912
|
-
|
|
31913
|
-
font-family: Inter;
|
|
31914
|
-
font-style: normal;
|
|
31915
|
-
font-weight: normal;
|
|
31916
|
-
font-feature-settings: "zero" on;
|
|
31917
|
-
font-size: 13px;
|
|
31918
|
-
line-height: 20px;
|
|
31937
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31938
|
+
padding: 0 !important;
|
|
31919
31939
|
}
|
|
31920
|
-
|
|
31921
|
-
|
|
31922
|
-
|
|
31923
|
-
|
|
31924
|
-
|
|
31925
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31926
|
-
font-size: 12px;
|
|
31927
|
-
line-height: 18px;
|
|
31940
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31941
|
+
position: absolute;
|
|
31942
|
+
left: 50%;
|
|
31943
|
+
top: 50%;
|
|
31944
|
+
transform: translate(-50%, -50%);
|
|
31928
31945
|
}
|
|
31929
|
-
|
|
31930
|
-
|
|
31931
|
-
font-family: Inter;
|
|
31932
|
-
font-style: normal;
|
|
31933
|
-
font-weight: 500;
|
|
31934
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31935
|
-
font-size: 12px;
|
|
31936
|
-
line-height: 18px;
|
|
31946
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31947
|
+
display: none;
|
|
31937
31948
|
}
|
|
31938
|
-
|
|
31939
|
-
|
|
31940
|
-
font-family: Inter;
|
|
31941
|
-
font-style: normal;
|
|
31942
|
-
font-weight: normal;
|
|
31943
|
-
font-feature-settings: "zero" on;
|
|
31944
|
-
font-size: 12px;
|
|
31945
|
-
line-height: 18px;
|
|
31949
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31950
|
+
background: #fff;
|
|
31946
31951
|
}
|
|
31947
|
-
|
|
31948
|
-
|
|
31949
|
-
font-family: Inter;
|
|
31950
|
-
font-style: normal;
|
|
31951
|
-
font-weight: 500;
|
|
31952
|
-
font-feature-settings: "zero" on;
|
|
31953
|
-
font-size: 12px;
|
|
31954
|
-
line-height: 18px;
|
|
31952
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31953
|
+
background: inherit;
|
|
31955
31954
|
}
|
|
31956
|
-
|
|
31957
|
-
|
|
31958
|
-
|
|
31959
|
-
|
|
31955
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31956
|
+
position: static;
|
|
31957
|
+
border: none;
|
|
31958
|
+
background: inherit !important;
|
|
31959
|
+
height: 100px;
|
|
31960
|
+
vertical-align: middle;
|
|
31961
|
+
}
|
|
31962
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31963
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31960
31964
|
font-weight: bold;
|
|
31961
|
-
font-
|
|
31962
|
-
|
|
31963
|
-
line-height: 24px;
|
|
31965
|
+
font-size: 20px;
|
|
31966
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31964
31967
|
}
|
|
31965
|
-
|
|
31966
|
-
|
|
31967
|
-
|
|
31968
|
-
|
|
31969
|
-
font-weight: normal;
|
|
31970
|
-
font-size: 10px;
|
|
31971
|
-
line-height: 12px;
|
|
31968
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31969
|
+
padding: 0 !important;
|
|
31970
|
+
position: relative;
|
|
31971
|
+
background: #fff;
|
|
31972
31972
|
}
|
|
31973
|
-
|
|
31974
|
-
|
|
31973
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31974
|
+
height: 100%;
|
|
31975
31975
|
display: flex;
|
|
31976
|
-
|
|
31977
|
-
|
|
31976
|
+
align-items: center;
|
|
31977
|
+
justify-content: flex-end;
|
|
31978
|
+
padding-right: 8px;
|
|
31978
31979
|
}
|
|
31979
|
-
.
|
|
31980
|
-
|
|
31980
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31981
|
+
width: 24px;
|
|
31982
|
+
height: 24px;
|
|
31983
|
+
cursor: pointer;
|
|
31984
|
+
justify-content: center;
|
|
31985
|
+
border-radius: 4px;
|
|
31981
31986
|
}
|
|
31982
|
-
|
|
31983
|
-
|
|
31984
|
-
width: 100%;
|
|
31987
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31988
|
+
background: #fff;
|
|
31985
31989
|
}
|
|
31986
31990
|
|
|
31987
31991
|
.c198s9j3 {
|
|
@@ -32084,6 +32088,20 @@ input.rrg1fkn.ant-input {
|
|
|
32084
32088
|
cursor: default;
|
|
32085
32089
|
}
|
|
32086
32090
|
|
|
32091
|
+
.igz4le8 {
|
|
32092
|
+
height: 24px;
|
|
32093
|
+
width: 56px !important;
|
|
32094
|
+
margin-right: 4px;
|
|
32095
|
+
}
|
|
32096
|
+
|
|
32097
|
+
.c1riexje {
|
|
32098
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32099
|
+
}
|
|
32100
|
+
|
|
32101
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32102
|
+
display: flex;
|
|
32103
|
+
}
|
|
32104
|
+
|
|
32087
32105
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32088
32106
|
border-radius: 6px;
|
|
32089
32107
|
}
|
|
@@ -32141,20 +32159,6 @@ input.rrg1fkn.ant-input {
|
|
|
32141
32159
|
transform: rotate(180deg);
|
|
32142
32160
|
}
|
|
32143
32161
|
|
|
32144
|
-
.igz4le8 {
|
|
32145
|
-
height: 24px;
|
|
32146
|
-
width: 56px !important;
|
|
32147
|
-
margin-right: 4px;
|
|
32148
|
-
}
|
|
32149
|
-
|
|
32150
|
-
.c1riexje {
|
|
32151
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32152
|
-
}
|
|
32153
|
-
|
|
32154
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32155
|
-
display: flex;
|
|
32156
|
-
}
|
|
32157
|
-
|
|
32158
32162
|
.s14dk8r1 {
|
|
32159
32163
|
margin: 0;
|
|
32160
32164
|
border-radius: 20px;
|
|
@@ -32285,6 +32289,10 @@ input.rrg1fkn.ant-input {
|
|
|
32285
32289
|
color: #1d326c;
|
|
32286
32290
|
background-color: rgba(225, 230, 241, 0.6);
|
|
32287
32291
|
}
|
|
32292
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32293
|
+
color: #7E41FF;
|
|
32294
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32295
|
+
}
|
|
32288
32296
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32289
32297
|
color: #fff;
|
|
32290
32298
|
}
|
|
@@ -32303,35 +32311,178 @@ input.rrg1fkn.ant-input {
|
|
|
32303
32311
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32304
32312
|
background-color: #6b7d99;
|
|
32305
32313
|
}
|
|
32314
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32315
|
+
background-color: #7E41FF;
|
|
32316
|
+
}
|
|
32306
32317
|
|
|
32307
|
-
.
|
|
32318
|
+
.o8ocss1 {
|
|
32319
|
+
overflow: hidden;
|
|
32320
|
+
text-overflow: ellipsis;
|
|
32321
|
+
}
|
|
32322
|
+
|
|
32323
|
+
.n17syc35 {
|
|
32324
|
+
white-space: nowrap;
|
|
32325
|
+
}
|
|
32326
|
+
|
|
32327
|
+
.m1thnes4 {
|
|
32328
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32329
|
+
text-align: center;
|
|
32330
|
+
display: flex;
|
|
32331
|
+
align-items: center;
|
|
32332
|
+
justify-content: center;
|
|
32333
|
+
flex-direction: column;
|
|
32308
32334
|
height: 100%;
|
|
32309
32335
|
}
|
|
32310
|
-
.
|
|
32311
|
-
|
|
32312
|
-
|
|
32336
|
+
.m1thnes4 .link {
|
|
32337
|
+
color: #0080ff;
|
|
32338
|
+
cursor: pointer;
|
|
32339
|
+
}
|
|
32340
|
+
|
|
32341
|
+
.m1bixfdy {
|
|
32342
|
+
width: 100%;
|
|
32343
|
+
height: 100%;
|
|
32313
32344
|
display: flex;
|
|
32345
|
+
flex-direction: column;
|
|
32314
32346
|
}
|
|
32315
|
-
.
|
|
32316
|
-
|
|
32317
|
-
|
|
32318
|
-
|
|
32319
|
-
|
|
32347
|
+
.m1bixfdy .name-toolbar {
|
|
32348
|
+
width: 100%;
|
|
32349
|
+
display: flex;
|
|
32350
|
+
line-height: 30px;
|
|
32351
|
+
padding: 0 16px;
|
|
32352
|
+
justify-content: space-between;
|
|
32320
32353
|
}
|
|
32321
|
-
.
|
|
32322
|
-
|
|
32354
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32355
|
+
display: flex;
|
|
32356
|
+
font-size: 12px;
|
|
32357
|
+
align-items: center;
|
|
32323
32358
|
}
|
|
32324
|
-
.
|
|
32359
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32360
|
+
color: #a3b4cc;
|
|
32361
|
+
}
|
|
32362
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32363
|
+
margin-left: 10px;
|
|
32364
|
+
}
|
|
32365
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32366
|
+
margin-left: 10px;
|
|
32367
|
+
cursor: pointer;
|
|
32368
|
+
}
|
|
32369
|
+
.m1bixfdy .content {
|
|
32325
32370
|
flex: 1;
|
|
32371
|
+
width: 100%;
|
|
32372
|
+
display: flex;
|
|
32373
|
+
justify-content: center;
|
|
32374
|
+
align-items: center;
|
|
32326
32375
|
}
|
|
32327
|
-
.
|
|
32328
|
-
|
|
32376
|
+
.m1bixfdy .single-content {
|
|
32377
|
+
height: 65px;
|
|
32378
|
+
}
|
|
32379
|
+
|
|
32380
|
+
.lfamfcw {
|
|
32381
|
+
display: flex;
|
|
32382
|
+
align-items: center;
|
|
32383
|
+
white-space: nowrap;
|
|
32384
|
+
overflow: hidden;
|
|
32385
|
+
width: 100%;
|
|
32386
|
+
}
|
|
32387
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32388
|
+
margin-left: auto;
|
|
32389
|
+
font-size: 12px;
|
|
32390
|
+
}
|
|
32391
|
+
|
|
32392
|
+
.la6u9b4 {
|
|
32393
|
+
display: flex;
|
|
32394
|
+
justify-content: flex-start;
|
|
32395
|
+
align-items: center;
|
|
32396
|
+
font-size: 12px;
|
|
32397
|
+
cursor: pointer;
|
|
32398
|
+
}
|
|
32399
|
+
.la6u9b4:not(:last-child) {
|
|
32400
|
+
margin-right: 20px;
|
|
32401
|
+
}
|
|
32402
|
+
.la6u9b4.deselected {
|
|
32403
|
+
opacity: 0.4;
|
|
32404
|
+
}
|
|
32405
|
+
.la6u9b4.deselected .color-block {
|
|
32406
|
+
background: #b4beca !important;
|
|
32407
|
+
}
|
|
32408
|
+
|
|
32409
|
+
.chhvk8b {
|
|
32410
|
+
display: inline-block;
|
|
32411
|
+
height: 8px;
|
|
32412
|
+
width: 8px;
|
|
32413
|
+
margin-right: 8px;
|
|
32414
|
+
}
|
|
32415
|
+
|
|
32416
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32417
|
+
display: flex;
|
|
32418
|
+
align-items: center;
|
|
32419
|
+
font-size: 12px;
|
|
32420
|
+
margin: 0;
|
|
32421
|
+
}
|
|
32422
|
+
|
|
32423
|
+
.m16f7gpb {
|
|
32424
|
+
position: relative;
|
|
32425
|
+
}
|
|
32426
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32427
|
+
bottom: -12px;
|
|
32428
|
+
}
|
|
32429
|
+
.m16f7gpb .metric-toolbar {
|
|
32430
|
+
display: flex;
|
|
32431
|
+
justify-content: space-between;
|
|
32432
|
+
line-height: 30px;
|
|
32433
|
+
margin: 0 16px;
|
|
32434
|
+
}
|
|
32435
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32436
|
+
display: flex;
|
|
32437
|
+
font-size: 12px;
|
|
32438
|
+
align-items: center;
|
|
32439
|
+
}
|
|
32440
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32441
|
+
color: #a3b4cc;
|
|
32442
|
+
}
|
|
32443
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32444
|
+
margin-left: 10px;
|
|
32445
|
+
}
|
|
32446
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32447
|
+
margin-left: 10px;
|
|
32448
|
+
cursor: pointer;
|
|
32449
|
+
}
|
|
32450
|
+
.m16f7gpb .recharts-xAxis {
|
|
32451
|
+
font-size: 12px;
|
|
32452
|
+
}
|
|
32453
|
+
.m16f7gpb .pointer-wrapper {
|
|
32454
|
+
position: absolute;
|
|
32455
|
+
bottom: 10px;
|
|
32456
|
+
padding: 0 8px;
|
|
32457
|
+
border-radius: 4px;
|
|
32458
|
+
font-size: 12px;
|
|
32459
|
+
color: #fff;
|
|
32460
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32461
|
+
transform: translateX(-50%);
|
|
32462
|
+
}
|
|
32463
|
+
|
|
32464
|
+
.t1ipvk51 {
|
|
32465
|
+
min-width: 200px;
|
|
32466
|
+
}
|
|
32467
|
+
|
|
32468
|
+
.t1kgldps {
|
|
32469
|
+
display: flex;
|
|
32470
|
+
align-items: center;
|
|
32471
|
+
justify-content: space-between;
|
|
32472
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32473
|
+
color: #b4beca;
|
|
32474
|
+
font-size: 12px;
|
|
32475
|
+
padding: 3px 6px;
|
|
32476
|
+
}
|
|
32477
|
+
.t1kgldps:first-child {
|
|
32478
|
+
padding-top: 3px;
|
|
32329
32479
|
}
|
|
32330
|
-
.
|
|
32331
|
-
|
|
32480
|
+
.t1kgldps:last-child {
|
|
32481
|
+
padding-bottom: 3px;
|
|
32332
32482
|
}
|
|
32333
|
-
.
|
|
32334
|
-
|
|
32483
|
+
.t1kgldps .column-value {
|
|
32484
|
+
color: #fff;
|
|
32485
|
+
margin-left: 8px;
|
|
32335
32486
|
}
|
|
32336
32487
|
|
|
32337
32488
|
.sq6vos1 {
|
|
@@ -32519,165 +32670,34 @@ input.rrg1fkn.ant-input {
|
|
|
32519
32670
|
justify-content: center;
|
|
32520
32671
|
}
|
|
32521
32672
|
|
|
32522
|
-
.
|
|
32523
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32524
|
-
text-align: center;
|
|
32525
|
-
display: flex;
|
|
32526
|
-
align-items: center;
|
|
32527
|
-
justify-content: center;
|
|
32528
|
-
flex-direction: column;
|
|
32529
|
-
height: 100%;
|
|
32530
|
-
}
|
|
32531
|
-
.m1thnes4 .link {
|
|
32532
|
-
color: #0080ff;
|
|
32533
|
-
cursor: pointer;
|
|
32534
|
-
}
|
|
32535
|
-
|
|
32536
|
-
.m1bixfdy {
|
|
32537
|
-
width: 100%;
|
|
32673
|
+
.t1gz6wqf {
|
|
32538
32674
|
height: 100%;
|
|
32539
|
-
display: flex;
|
|
32540
|
-
flex-direction: column;
|
|
32541
|
-
}
|
|
32542
|
-
.m1bixfdy .name-toolbar {
|
|
32543
|
-
width: 100%;
|
|
32544
|
-
display: flex;
|
|
32545
|
-
line-height: 30px;
|
|
32546
|
-
padding: 0 16px;
|
|
32547
|
-
justify-content: space-between;
|
|
32548
32675
|
}
|
|
32549
|
-
.
|
|
32676
|
+
.t1gz6wqf .table-loading-item {
|
|
32677
|
+
padding: 12px 4px;
|
|
32678
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32550
32679
|
display: flex;
|
|
32551
|
-
font-size: 12px;
|
|
32552
|
-
align-items: center;
|
|
32553
|
-
}
|
|
32554
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32555
|
-
color: #a3b4cc;
|
|
32556
32680
|
}
|
|
32557
|
-
.
|
|
32558
|
-
|
|
32681
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32682
|
+
height: 16px;
|
|
32683
|
+
margin: 4px;
|
|
32684
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32685
|
+
border-radius: 2px;
|
|
32559
32686
|
}
|
|
32560
|
-
.
|
|
32561
|
-
|
|
32562
|
-
cursor: pointer;
|
|
32687
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32688
|
+
width: 16px;
|
|
32563
32689
|
}
|
|
32564
|
-
.
|
|
32690
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32565
32691
|
flex: 1;
|
|
32566
|
-
width: 100%;
|
|
32567
|
-
display: flex;
|
|
32568
|
-
justify-content: center;
|
|
32569
|
-
align-items: center;
|
|
32570
|
-
}
|
|
32571
|
-
.m1bixfdy .single-content {
|
|
32572
|
-
height: 65px;
|
|
32573
|
-
}
|
|
32574
|
-
|
|
32575
|
-
.lfamfcw {
|
|
32576
|
-
display: flex;
|
|
32577
|
-
align-items: center;
|
|
32578
|
-
white-space: nowrap;
|
|
32579
|
-
overflow: hidden;
|
|
32580
|
-
width: 100%;
|
|
32581
|
-
}
|
|
32582
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
32583
|
-
margin-left: auto;
|
|
32584
|
-
font-size: 12px;
|
|
32585
|
-
}
|
|
32586
|
-
|
|
32587
|
-
.la6u9b4 {
|
|
32588
|
-
display: flex;
|
|
32589
|
-
justify-content: flex-start;
|
|
32590
|
-
align-items: center;
|
|
32591
|
-
font-size: 12px;
|
|
32592
|
-
cursor: pointer;
|
|
32593
|
-
}
|
|
32594
|
-
.la6u9b4:not(:last-child) {
|
|
32595
|
-
margin-right: 20px;
|
|
32596
|
-
}
|
|
32597
|
-
.la6u9b4.deselected {
|
|
32598
|
-
opacity: 0.4;
|
|
32599
|
-
}
|
|
32600
|
-
.la6u9b4.deselected .color-block {
|
|
32601
|
-
background: #b4beca !important;
|
|
32602
|
-
}
|
|
32603
|
-
|
|
32604
|
-
.chhvk8b {
|
|
32605
|
-
display: inline-block;
|
|
32606
|
-
height: 8px;
|
|
32607
|
-
width: 8px;
|
|
32608
|
-
margin-right: 8px;
|
|
32609
|
-
}
|
|
32610
|
-
|
|
32611
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32612
|
-
display: flex;
|
|
32613
|
-
align-items: center;
|
|
32614
|
-
font-size: 12px;
|
|
32615
|
-
margin: 0;
|
|
32616
|
-
}
|
|
32617
|
-
|
|
32618
|
-
.m16f7gpb {
|
|
32619
|
-
position: relative;
|
|
32620
|
-
}
|
|
32621
|
-
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32622
|
-
bottom: -12px;
|
|
32623
|
-
}
|
|
32624
|
-
.m16f7gpb .metric-toolbar {
|
|
32625
|
-
display: flex;
|
|
32626
|
-
justify-content: space-between;
|
|
32627
|
-
line-height: 30px;
|
|
32628
|
-
margin: 0 16px;
|
|
32629
|
-
}
|
|
32630
|
-
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32631
|
-
display: flex;
|
|
32632
|
-
font-size: 12px;
|
|
32633
|
-
align-items: center;
|
|
32634
32692
|
}
|
|
32635
|
-
.
|
|
32636
|
-
|
|
32637
|
-
}
|
|
32638
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32639
|
-
margin-left: 10px;
|
|
32640
|
-
}
|
|
32641
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32642
|
-
margin-left: 10px;
|
|
32643
|
-
cursor: pointer;
|
|
32644
|
-
}
|
|
32645
|
-
.m16f7gpb .recharts-xAxis {
|
|
32646
|
-
font-size: 12px;
|
|
32647
|
-
}
|
|
32648
|
-
.m16f7gpb .pointer-wrapper {
|
|
32649
|
-
position: absolute;
|
|
32650
|
-
bottom: 10px;
|
|
32651
|
-
padding: 0 8px;
|
|
32652
|
-
border-radius: 4px;
|
|
32653
|
-
font-size: 12px;
|
|
32654
|
-
color: #fff;
|
|
32655
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32656
|
-
transform: translateX(-50%);
|
|
32657
|
-
}
|
|
32658
|
-
|
|
32659
|
-
.t1ipvk51 {
|
|
32660
|
-
min-width: 200px;
|
|
32661
|
-
}
|
|
32662
|
-
|
|
32663
|
-
.t1kgldps {
|
|
32664
|
-
display: flex;
|
|
32665
|
-
align-items: center;
|
|
32666
|
-
justify-content: space-between;
|
|
32667
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32668
|
-
color: #b4beca;
|
|
32669
|
-
font-size: 12px;
|
|
32670
|
-
padding: 3px 6px;
|
|
32671
|
-
}
|
|
32672
|
-
.t1kgldps:first-child {
|
|
32673
|
-
padding-top: 3px;
|
|
32693
|
+
.t1gz6wqf :nth-child(1) {
|
|
32694
|
+
padding: 8px 4px;
|
|
32674
32695
|
}
|
|
32675
|
-
.
|
|
32676
|
-
|
|
32696
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32697
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32677
32698
|
}
|
|
32678
|
-
.
|
|
32679
|
-
|
|
32680
|
-
margin-left: 8px;
|
|
32699
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32700
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32681
32701
|
}
|
|
32682
32702
|
|
|
32683
32703
|
.c1k4vanq {
|
|
@@ -32740,6 +32760,23 @@ input.rrg1fkn.ant-input {
|
|
|
32740
32760
|
margin-right: 6px;
|
|
32741
32761
|
}
|
|
32742
32762
|
|
|
32763
|
+
.bab9xum {
|
|
32764
|
+
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);
|
|
32765
|
+
}
|
|
32766
|
+
|
|
32767
|
+
.cav4gt6 {
|
|
32768
|
+
border-radius: 8px;
|
|
32769
|
+
background-color: white;
|
|
32770
|
+
}
|
|
32771
|
+
.cav4gt6.hoverable {
|
|
32772
|
+
cursor: pointer;
|
|
32773
|
+
}
|
|
32774
|
+
.cav4gt6.hoverable:hover {
|
|
32775
|
+
transition: all 200ms ease;
|
|
32776
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32777
|
+
transform: translateY(-4px);
|
|
32778
|
+
}
|
|
32779
|
+
|
|
32743
32780
|
.f1p9ti6d {
|
|
32744
32781
|
width: 100%;
|
|
32745
32782
|
margin-bottom: 0 !important;
|
|
@@ -32771,21 +32808,32 @@ input.rrg1fkn.ant-input {
|
|
|
32771
32808
|
min-height: 0px;
|
|
32772
32809
|
}
|
|
32773
32810
|
|
|
32774
|
-
.
|
|
32775
|
-
|
|
32811
|
+
.sut42l0 {
|
|
32812
|
+
padding: 0 8px;
|
|
32813
|
+
height: 18px;
|
|
32776
32814
|
}
|
|
32777
32815
|
|
|
32778
|
-
.
|
|
32779
|
-
|
|
32780
|
-
|
|
32816
|
+
.mfsz1jz {
|
|
32817
|
+
padding: 2px 8px;
|
|
32818
|
+
height: 24px;
|
|
32781
32819
|
}
|
|
32782
|
-
|
|
32783
|
-
|
|
32820
|
+
|
|
32821
|
+
.tnd6h4m {
|
|
32822
|
+
margin: 0;
|
|
32784
32823
|
}
|
|
32785
|
-
|
|
32786
|
-
|
|
32787
|
-
|
|
32788
|
-
|
|
32824
|
+
|
|
32825
|
+
.i1qw4clm {
|
|
32826
|
+
margin-right: 4px;
|
|
32827
|
+
height: 16px;
|
|
32828
|
+
}
|
|
32829
|
+
|
|
32830
|
+
.w1xcixj5.outside-tag {
|
|
32831
|
+
padding-left: 0;
|
|
32832
|
+
}
|
|
32833
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
32834
|
+
border-radius: 4px 0 0 4px;
|
|
32835
|
+
padding-right: 4px;
|
|
32836
|
+
margin-right: 4px;
|
|
32789
32837
|
}
|
|
32790
32838
|
|
|
32791
32839
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
@@ -33030,34 +33078,6 @@ input.rrg1fkn.ant-input {
|
|
|
33030
33078
|
margin-right: 8px;
|
|
33031
33079
|
}
|
|
33032
33080
|
|
|
33033
|
-
.w1xcixj5.outside-tag {
|
|
33034
|
-
padding-left: 0;
|
|
33035
|
-
}
|
|
33036
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33037
|
-
border-radius: 4px 0 0 4px;
|
|
33038
|
-
padding-right: 4px;
|
|
33039
|
-
margin-right: 4px;
|
|
33040
|
-
}
|
|
33041
|
-
|
|
33042
|
-
.sut42l0 {
|
|
33043
|
-
padding: 0 8px;
|
|
33044
|
-
height: 18px;
|
|
33045
|
-
}
|
|
33046
|
-
|
|
33047
|
-
.mfsz1jz {
|
|
33048
|
-
padding: 2px 8px;
|
|
33049
|
-
height: 24px;
|
|
33050
|
-
}
|
|
33051
|
-
|
|
33052
|
-
.tnd6h4m {
|
|
33053
|
-
margin: 0;
|
|
33054
|
-
}
|
|
33055
|
-
|
|
33056
|
-
.i1qw4clm {
|
|
33057
|
-
margin-right: 4px;
|
|
33058
|
-
height: 16px;
|
|
33059
|
-
}
|
|
33060
|
-
|
|
33061
33081
|
.iwsze0q {
|
|
33062
33082
|
margin-right: 4px;
|
|
33063
33083
|
height: 16px;
|