@cloudtower/eagle 490.0.9 → 490.0.10
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/cjs/core/Checkbox/index.js +28 -2
- package/dist/cjs/core/Radio/index.js +30 -6
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1477 -1477
- package/dist/esm/core/Checkbox/index.js +29 -3
- package/dist/esm/core/Radio/index.js +31 -7
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2101 -2101
- package/dist/style.css +1477 -1477
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29673,35 +29673,6 @@ body {
|
|
|
29673
29673
|
overflow-x: auto;
|
|
29674
29674
|
}
|
|
29675
29675
|
|
|
29676
|
-
.E_b1nip9bk {
|
|
29677
|
-
padding: 4px 11px;
|
|
29678
|
-
}
|
|
29679
|
-
|
|
29680
|
-
.E_bqamoqe {
|
|
29681
|
-
white-space: nowrap;
|
|
29682
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29683
|
-
}
|
|
29684
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29685
|
-
--color: #0080ff;
|
|
29686
|
-
}
|
|
29687
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29688
|
-
--color: #0080ff;
|
|
29689
|
-
}
|
|
29690
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29691
|
-
margin-left: 1px;
|
|
29692
|
-
}
|
|
29693
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29694
|
-
border-top-right-radius: 0;
|
|
29695
|
-
border-bottom-right-radius: 0;
|
|
29696
|
-
}
|
|
29697
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29698
|
-
border-top-left-radius: 0;
|
|
29699
|
-
border-bottom-left-radius: 0;
|
|
29700
|
-
}
|
|
29701
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29702
|
-
border-radius: unset;
|
|
29703
|
-
}
|
|
29704
|
-
|
|
29705
29676
|
.E_c18gxmrl {
|
|
29706
29677
|
border: 1px solid #d8deeb;
|
|
29707
29678
|
border-radius: 4px;
|
|
@@ -29758,6 +29729,48 @@ body {
|
|
|
29758
29729
|
color: #005ed1;
|
|
29759
29730
|
}
|
|
29760
29731
|
|
|
29732
|
+
.E_b1nip9bk {
|
|
29733
|
+
padding: 4px 11px;
|
|
29734
|
+
}
|
|
29735
|
+
|
|
29736
|
+
.E_bqamoqe {
|
|
29737
|
+
white-space: nowrap;
|
|
29738
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29739
|
+
}
|
|
29740
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29741
|
+
--color: #0080ff;
|
|
29742
|
+
}
|
|
29743
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29744
|
+
--color: #0080ff;
|
|
29745
|
+
}
|
|
29746
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29747
|
+
margin-left: 1px;
|
|
29748
|
+
}
|
|
29749
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29750
|
+
border-top-right-radius: 0;
|
|
29751
|
+
border-bottom-right-radius: 0;
|
|
29752
|
+
}
|
|
29753
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29754
|
+
border-top-left-radius: 0;
|
|
29755
|
+
border-bottom-left-radius: 0;
|
|
29756
|
+
}
|
|
29757
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29758
|
+
border-radius: unset;
|
|
29759
|
+
}
|
|
29760
|
+
|
|
29761
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29762
|
+
padding: 4px 8px 0 8px;
|
|
29763
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29764
|
+
font-size: 12px;
|
|
29765
|
+
}
|
|
29766
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29767
|
+
padding-bottom: 6px;
|
|
29768
|
+
}
|
|
29769
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29770
|
+
padding-top: 4px;
|
|
29771
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29772
|
+
}
|
|
29773
|
+
|
|
29761
29774
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29762
29775
|
justify-content: center;
|
|
29763
29776
|
}
|
|
@@ -30043,53 +30056,6 @@ body {
|
|
|
30043
30056
|
text-align: center;
|
|
30044
30057
|
}
|
|
30045
30058
|
|
|
30046
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30047
|
-
display: flex;
|
|
30048
|
-
}
|
|
30049
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30050
|
-
border-bottom-left-radius: 5px;
|
|
30051
|
-
border-top-left-radius: 5px;
|
|
30052
|
-
}
|
|
30053
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30054
|
-
border-bottom-right-radius: 5px;
|
|
30055
|
-
border-top-right-radius: 5px;
|
|
30056
|
-
}
|
|
30057
|
-
|
|
30058
|
-
.E_iouxfgt {
|
|
30059
|
-
display: inline-flex;
|
|
30060
|
-
align-items: center;
|
|
30061
|
-
}
|
|
30062
|
-
.E_iouxfgt .icon-inner {
|
|
30063
|
-
display: inline-flex;
|
|
30064
|
-
align-items: center;
|
|
30065
|
-
justify-content: center;
|
|
30066
|
-
}
|
|
30067
|
-
.E_iouxfgt .icon-inner + span,
|
|
30068
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30069
|
-
margin-left: 4px;
|
|
30070
|
-
}
|
|
30071
|
-
.E_iouxfgt.is-rotate img,
|
|
30072
|
-
.E_iouxfgt.is-rotate svg {
|
|
30073
|
-
animation: rotate 680ms linear infinite;
|
|
30074
|
-
}
|
|
30075
|
-
|
|
30076
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30077
|
-
padding: 4px 8px 0 8px;
|
|
30078
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30079
|
-
font-size: 12px;
|
|
30080
|
-
}
|
|
30081
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30082
|
-
padding-bottom: 6px;
|
|
30083
|
-
}
|
|
30084
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30085
|
-
padding-top: 4px;
|
|
30086
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30087
|
-
}
|
|
30088
|
-
|
|
30089
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30090
|
-
line-height: 18px;
|
|
30091
|
-
}
|
|
30092
|
-
|
|
30093
30059
|
.E_fzh9mnb {
|
|
30094
30060
|
width: 100%;
|
|
30095
30061
|
height: 100%;
|
|
@@ -30105,40 +30071,6 @@ body {
|
|
|
30105
30071
|
font-size: 18px;
|
|
30106
30072
|
}
|
|
30107
30073
|
|
|
30108
|
-
.E_f7pxqmh {
|
|
30109
|
-
width: 100%;
|
|
30110
|
-
margin-bottom: 0 !important;
|
|
30111
|
-
flex-flow: nowrap !important;
|
|
30112
|
-
line-break: auto;
|
|
30113
|
-
}
|
|
30114
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30115
|
-
text-align: left !important;
|
|
30116
|
-
padding-bottom: 0 !important;
|
|
30117
|
-
}
|
|
30118
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30119
|
-
min-height: 32px;
|
|
30120
|
-
height: auto;
|
|
30121
|
-
font-size: 13px;
|
|
30122
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30123
|
-
white-space: normal;
|
|
30124
|
-
}
|
|
30125
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30126
|
-
border-color: #ff4d4f !important;
|
|
30127
|
-
}
|
|
30128
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30129
|
-
border-color: #ff4d4f !important;
|
|
30130
|
-
}
|
|
30131
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30132
|
-
margin-top: 4px;
|
|
30133
|
-
font-size: 12px;
|
|
30134
|
-
min-height: 0px;
|
|
30135
|
-
}
|
|
30136
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
30137
|
-
font-size: 12px;
|
|
30138
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30139
|
-
min-height: 0px;
|
|
30140
|
-
}
|
|
30141
|
-
|
|
30142
30074
|
.E_d1bw7c5z {
|
|
30143
30075
|
position: relative;
|
|
30144
30076
|
max-width: 388px;
|
|
@@ -30282,6 +30214,23 @@ body {
|
|
|
30282
30214
|
padding: 2px 8px;
|
|
30283
30215
|
}
|
|
30284
30216
|
|
|
30217
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30218
|
+
line-height: 18px;
|
|
30219
|
+
}
|
|
30220
|
+
|
|
30221
|
+
.E_i1inqkme {
|
|
30222
|
+
height: 18px;
|
|
30223
|
+
line-height: 18px;
|
|
30224
|
+
padding: 0 4px;
|
|
30225
|
+
border-radius: 4px;
|
|
30226
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30227
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30228
|
+
display: flex;
|
|
30229
|
+
align-items: center;
|
|
30230
|
+
white-space: nowrap;
|
|
30231
|
+
margin-right: 4px;
|
|
30232
|
+
}
|
|
30233
|
+
|
|
30285
30234
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30286
30235
|
display: var(--a1wfy30z-0);
|
|
30287
30236
|
}
|
|
@@ -30313,6 +30262,77 @@ body {
|
|
|
30313
30262
|
font-size: inherit;
|
|
30314
30263
|
}
|
|
30315
30264
|
|
|
30265
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30266
|
+
display: flex;
|
|
30267
|
+
}
|
|
30268
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30269
|
+
border-bottom-left-radius: 5px;
|
|
30270
|
+
border-top-left-radius: 5px;
|
|
30271
|
+
}
|
|
30272
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30273
|
+
border-bottom-right-radius: 5px;
|
|
30274
|
+
border-top-right-radius: 5px;
|
|
30275
|
+
}
|
|
30276
|
+
|
|
30277
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30278
|
+
margin-left: 8px;
|
|
30279
|
+
}
|
|
30280
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30281
|
+
padding: 2px 7px 2px 12px;
|
|
30282
|
+
}
|
|
30283
|
+
|
|
30284
|
+
.E_iouxfgt {
|
|
30285
|
+
display: inline-flex;
|
|
30286
|
+
align-items: center;
|
|
30287
|
+
}
|
|
30288
|
+
.E_iouxfgt .icon-inner {
|
|
30289
|
+
display: inline-flex;
|
|
30290
|
+
align-items: center;
|
|
30291
|
+
justify-content: center;
|
|
30292
|
+
}
|
|
30293
|
+
.E_iouxfgt .icon-inner + span,
|
|
30294
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30295
|
+
margin-left: 4px;
|
|
30296
|
+
}
|
|
30297
|
+
.E_iouxfgt.is-rotate img,
|
|
30298
|
+
.E_iouxfgt.is-rotate svg {
|
|
30299
|
+
animation: rotate 680ms linear infinite;
|
|
30300
|
+
}
|
|
30301
|
+
|
|
30302
|
+
.E_f7pxqmh {
|
|
30303
|
+
width: 100%;
|
|
30304
|
+
margin-bottom: 0 !important;
|
|
30305
|
+
flex-flow: nowrap !important;
|
|
30306
|
+
line-break: auto;
|
|
30307
|
+
}
|
|
30308
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30309
|
+
text-align: left !important;
|
|
30310
|
+
padding-bottom: 0 !important;
|
|
30311
|
+
}
|
|
30312
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30313
|
+
min-height: 32px;
|
|
30314
|
+
height: auto;
|
|
30315
|
+
font-size: 13px;
|
|
30316
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30317
|
+
white-space: normal;
|
|
30318
|
+
}
|
|
30319
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30320
|
+
border-color: #ff4d4f !important;
|
|
30321
|
+
}
|
|
30322
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30323
|
+
border-color: #ff4d4f !important;
|
|
30324
|
+
}
|
|
30325
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30326
|
+
margin-top: 4px;
|
|
30327
|
+
font-size: 12px;
|
|
30328
|
+
min-height: 0px;
|
|
30329
|
+
}
|
|
30330
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30331
|
+
font-size: 12px;
|
|
30332
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30333
|
+
min-height: 0px;
|
|
30334
|
+
}
|
|
30335
|
+
|
|
30316
30336
|
.E_owd0kml {
|
|
30317
30337
|
display: inline-block;
|
|
30318
30338
|
}
|
|
@@ -30379,24 +30399,54 @@ body {
|
|
|
30379
30399
|
line-height: 18px;
|
|
30380
30400
|
}
|
|
30381
30401
|
|
|
30382
|
-
.
|
|
30383
|
-
|
|
30402
|
+
.E_ivqqkzv {
|
|
30403
|
+
height: 24px;
|
|
30404
|
+
width: 56px !important;
|
|
30405
|
+
margin-right: 4px;
|
|
30384
30406
|
}
|
|
30385
|
-
|
|
30386
|
-
|
|
30407
|
+
|
|
30408
|
+
.E_c1wk4q29 {
|
|
30409
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30387
30410
|
}
|
|
30388
30411
|
|
|
30389
|
-
.
|
|
30390
|
-
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
border-radius:
|
|
30394
|
-
|
|
30395
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30412
|
+
.E_c1bus5hc {
|
|
30413
|
+
--color: white;
|
|
30414
|
+
height: 14px;
|
|
30415
|
+
width: 14px;
|
|
30416
|
+
border-radius: 50%;
|
|
30417
|
+
flex-shrink: 0;
|
|
30396
30418
|
display: flex;
|
|
30397
30419
|
align-items: center;
|
|
30398
|
-
|
|
30399
|
-
|
|
30420
|
+
justify-content: center;
|
|
30421
|
+
border: 1px solid var(--color);
|
|
30422
|
+
}
|
|
30423
|
+
.E_c1bus5hc .circle-inner {
|
|
30424
|
+
position: relative;
|
|
30425
|
+
height: 10px;
|
|
30426
|
+
width: 10px;
|
|
30427
|
+
border-radius: 50%;
|
|
30428
|
+
overflow: hidden;
|
|
30429
|
+
}
|
|
30430
|
+
.E_c1bus5hc .circle-content {
|
|
30431
|
+
position: absolute;
|
|
30432
|
+
height: 100%;
|
|
30433
|
+
width: 100%;
|
|
30434
|
+
left: 0;
|
|
30435
|
+
top: 0;
|
|
30436
|
+
border-radius: 50%;
|
|
30437
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30438
|
+
transform: rotate(180deg);
|
|
30439
|
+
}
|
|
30440
|
+
.E_c1bus5hc .circle-child {
|
|
30441
|
+
position: absolute;
|
|
30442
|
+
height: 100%;
|
|
30443
|
+
width: 100%;
|
|
30444
|
+
left: 0;
|
|
30445
|
+
top: 0;
|
|
30446
|
+
margin-left: 50%;
|
|
30447
|
+
transform-origin: left;
|
|
30448
|
+
background: white;
|
|
30449
|
+
transform: rotate(0deg);
|
|
30400
30450
|
}
|
|
30401
30451
|
|
|
30402
30452
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30545,56 +30595,6 @@ body {
|
|
|
30545
30595
|
width: 36px;
|
|
30546
30596
|
}
|
|
30547
30597
|
|
|
30548
|
-
.E_c1bus5hc {
|
|
30549
|
-
--color: white;
|
|
30550
|
-
height: 14px;
|
|
30551
|
-
width: 14px;
|
|
30552
|
-
border-radius: 50%;
|
|
30553
|
-
flex-shrink: 0;
|
|
30554
|
-
display: flex;
|
|
30555
|
-
align-items: center;
|
|
30556
|
-
justify-content: center;
|
|
30557
|
-
border: 1px solid var(--color);
|
|
30558
|
-
}
|
|
30559
|
-
.E_c1bus5hc .circle-inner {
|
|
30560
|
-
position: relative;
|
|
30561
|
-
height: 10px;
|
|
30562
|
-
width: 10px;
|
|
30563
|
-
border-radius: 50%;
|
|
30564
|
-
overflow: hidden;
|
|
30565
|
-
}
|
|
30566
|
-
.E_c1bus5hc .circle-content {
|
|
30567
|
-
position: absolute;
|
|
30568
|
-
height: 100%;
|
|
30569
|
-
width: 100%;
|
|
30570
|
-
left: 0;
|
|
30571
|
-
top: 0;
|
|
30572
|
-
border-radius: 50%;
|
|
30573
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30574
|
-
transform: rotate(180deg);
|
|
30575
|
-
}
|
|
30576
|
-
.E_c1bus5hc .circle-child {
|
|
30577
|
-
position: absolute;
|
|
30578
|
-
height: 100%;
|
|
30579
|
-
width: 100%;
|
|
30580
|
-
left: 0;
|
|
30581
|
-
top: 0;
|
|
30582
|
-
margin-left: 50%;
|
|
30583
|
-
transform-origin: left;
|
|
30584
|
-
background: white;
|
|
30585
|
-
transform: rotate(0deg);
|
|
30586
|
-
}
|
|
30587
|
-
|
|
30588
|
-
.E_ivqqkzv {
|
|
30589
|
-
height: 24px;
|
|
30590
|
-
width: 56px !important;
|
|
30591
|
-
margin-right: 4px;
|
|
30592
|
-
}
|
|
30593
|
-
|
|
30594
|
-
.E_c1wk4q29 {
|
|
30595
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30596
|
-
}
|
|
30597
|
-
|
|
30598
30598
|
.E_cnujxq2 {
|
|
30599
30599
|
display: flex;
|
|
30600
30600
|
flex-direction: column;
|
|
@@ -31341,23 +31341,38 @@ input.E_rf8rlle.ant-input {
|
|
|
31341
31341
|
margin-left: 5px;
|
|
31342
31342
|
}
|
|
31343
31343
|
|
|
31344
|
-
.
|
|
31345
|
-
|
|
31344
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31345
|
+
display: inline-flex;
|
|
31346
|
+
align-items: center;
|
|
31347
|
+
justify-content: center;
|
|
31348
|
+
color: #fff;
|
|
31349
|
+
font-weight: bold;
|
|
31350
|
+
font-size: 12px;
|
|
31351
|
+
width: 24px;
|
|
31352
|
+
height: 24px;
|
|
31353
|
+
border-radius: 50%;
|
|
31354
|
+
background: var(--a1b5xrg3-0);
|
|
31346
31355
|
}
|
|
31347
|
-
.
|
|
31348
|
-
|
|
31356
|
+
.E_a1b5xrg3.btn-item {
|
|
31357
|
+
transition: all 160ms ease;
|
|
31358
|
+
cursor: pointer;
|
|
31359
|
+
width: 56px;
|
|
31360
|
+
height: 40px;
|
|
31361
|
+
display: inline-flex;
|
|
31362
|
+
align-items: center;
|
|
31363
|
+
justify-content: center;
|
|
31364
|
+
border-radius: 6px;
|
|
31349
31365
|
}
|
|
31350
|
-
|
|
31351
|
-
.
|
|
31352
|
-
display: inline-block;
|
|
31366
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31367
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31353
31368
|
}
|
|
31354
|
-
|
|
31355
|
-
|
|
31356
|
-
|
|
31369
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31370
|
+
transform: translateY(2px);
|
|
31371
|
+
transition: all 320ms ease;
|
|
31357
31372
|
}
|
|
31358
31373
|
|
|
31359
|
-
.
|
|
31360
|
-
|
|
31374
|
+
.E_iq1gosr {
|
|
31375
|
+
display: inline-block;
|
|
31361
31376
|
}
|
|
31362
31377
|
|
|
31363
31378
|
.E_s1sck0th {
|
|
@@ -31442,15 +31457,8 @@ input.E_rf8rlle.ant-input {
|
|
|
31442
31457
|
background-color: #7E41FF;
|
|
31443
31458
|
}
|
|
31444
31459
|
|
|
31445
|
-
.
|
|
31446
|
-
|
|
31447
|
-
}
|
|
31448
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31449
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31450
|
-
border-radius: 4px;
|
|
31451
|
-
}
|
|
31452
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31453
|
-
visibility: hidden;
|
|
31460
|
+
.E_tju3gfj .date {
|
|
31461
|
+
margin-right: 4px;
|
|
31454
31462
|
}
|
|
31455
31463
|
|
|
31456
31464
|
.E_dsnbhzf {
|
|
@@ -31928,6 +31936,21 @@ input.E_rf8rlle.ant-input {
|
|
|
31928
31936
|
line-height: 12px;
|
|
31929
31937
|
}
|
|
31930
31938
|
|
|
31939
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31940
|
+
display: none;
|
|
31941
|
+
}
|
|
31942
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31943
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31944
|
+
border-radius: 4px;
|
|
31945
|
+
}
|
|
31946
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31947
|
+
visibility: hidden;
|
|
31948
|
+
}
|
|
31949
|
+
|
|
31950
|
+
.E_m196gn1d {
|
|
31951
|
+
min-width: 1280px;
|
|
31952
|
+
}
|
|
31953
|
+
|
|
31931
31954
|
.E_s1dni7lo {
|
|
31932
31955
|
width: 430px !important;
|
|
31933
31956
|
}
|
|
@@ -32009,34 +32032,11 @@ input.E_rf8rlle.ant-input {
|
|
|
32009
32032
|
opacity: 0;
|
|
32010
32033
|
}
|
|
32011
32034
|
|
|
32012
|
-
.
|
|
32013
|
-
|
|
32014
|
-
align-items: center;
|
|
32015
|
-
justify-content: center;
|
|
32016
|
-
color: #fff;
|
|
32017
|
-
font-weight: bold;
|
|
32018
|
-
font-size: 12px;
|
|
32019
|
-
width: 24px;
|
|
32020
|
-
height: 24px;
|
|
32021
|
-
border-radius: 50%;
|
|
32022
|
-
background: var(--a1b5xrg3-0);
|
|
32023
|
-
}
|
|
32024
|
-
.E_a1b5xrg3.btn-item {
|
|
32025
|
-
transition: all 160ms ease;
|
|
32026
|
-
cursor: pointer;
|
|
32027
|
-
width: 56px;
|
|
32028
|
-
height: 40px;
|
|
32029
|
-
display: inline-flex;
|
|
32030
|
-
align-items: center;
|
|
32031
|
-
justify-content: center;
|
|
32032
|
-
border-radius: 6px;
|
|
32033
|
-
}
|
|
32034
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32035
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32035
|
+
.E_c1yyuluq {
|
|
32036
|
+
border-radius: 8px;
|
|
32036
32037
|
}
|
|
32037
|
-
.
|
|
32038
|
-
|
|
32039
|
-
transition: all 320ms ease;
|
|
32038
|
+
.E_c1yyuluq .ant-card-body {
|
|
32039
|
+
padding: 20px 24px 24px 24px;
|
|
32040
32040
|
}
|
|
32041
32041
|
|
|
32042
32042
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -32127,6 +32127,35 @@ input.E_rf8rlle.ant-input {
|
|
|
32127
32127
|
margin-right: 6px;
|
|
32128
32128
|
}
|
|
32129
32129
|
|
|
32130
|
+
.E_m5foqp8.medium {
|
|
32131
|
+
--footer-height: 96px;
|
|
32132
|
+
--modal-content-width: 720px;
|
|
32133
|
+
--modal-content-min-height: 200px;
|
|
32134
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32135
|
+
--modal-content-padding-top: 24px;
|
|
32136
|
+
--modal-content-padding-bottom: 32px;
|
|
32137
|
+
--modal-content-padding-x: 60px;
|
|
32138
|
+
--modal-footer-padding: 0 60px;
|
|
32139
|
+
}
|
|
32140
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
32141
|
+
height: calc(100vh - 80px);
|
|
32142
|
+
width: calc(100vw - 160px);
|
|
32143
|
+
}
|
|
32144
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
32145
|
+
width: 100%;
|
|
32146
|
+
height: 100%;
|
|
32147
|
+
max-width: unset;
|
|
32148
|
+
max-height: unset;
|
|
32149
|
+
display: flex;
|
|
32150
|
+
flex-direction: column;
|
|
32151
|
+
}
|
|
32152
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
32153
|
+
flex: 1;
|
|
32154
|
+
}
|
|
32155
|
+
.E_m5foqp8.medium .initializing-title {
|
|
32156
|
+
height: 32px;
|
|
32157
|
+
}
|
|
32158
|
+
|
|
32130
32159
|
.E_hrhfj7c {
|
|
32131
32160
|
display: none;
|
|
32132
32161
|
}
|
|
@@ -32404,35 +32433,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32404
32433
|
transform: rotate(180deg);
|
|
32405
32434
|
}
|
|
32406
32435
|
|
|
32407
|
-
.E_m5foqp8.medium {
|
|
32408
|
-
--footer-height: 96px;
|
|
32409
|
-
--modal-content-width: 720px;
|
|
32410
|
-
--modal-content-min-height: 200px;
|
|
32411
|
-
--modal-header-padding: 40px 60px 8px;
|
|
32412
|
-
--modal-content-padding-top: 24px;
|
|
32413
|
-
--modal-content-padding-bottom: 32px;
|
|
32414
|
-
--modal-content-padding-x: 60px;
|
|
32415
|
-
--modal-footer-padding: 0 60px;
|
|
32416
|
-
}
|
|
32417
|
-
.E_m5foqp8.medium.content-full.ant-modal {
|
|
32418
|
-
height: calc(100vh - 80px);
|
|
32419
|
-
width: calc(100vw - 160px);
|
|
32420
|
-
}
|
|
32421
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
32422
|
-
width: 100%;
|
|
32423
|
-
height: 100%;
|
|
32424
|
-
max-width: unset;
|
|
32425
|
-
max-height: unset;
|
|
32426
|
-
display: flex;
|
|
32427
|
-
flex-direction: column;
|
|
32428
|
-
}
|
|
32429
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
32430
|
-
flex: 1;
|
|
32431
|
-
}
|
|
32432
|
-
.E_m5foqp8.medium .initializing-title {
|
|
32433
|
-
height: 32px;
|
|
32434
|
-
}
|
|
32435
|
-
|
|
32436
32436
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32437
32437
|
opacity: 1;
|
|
32438
32438
|
}
|
|
@@ -32593,16 +32593,31 @@ input.E_rf8rlle.ant-input {
|
|
|
32593
32593
|
width: 1px;
|
|
32594
32594
|
}
|
|
32595
32595
|
|
|
32596
|
-
.
|
|
32597
|
-
height: 50px;
|
|
32598
|
-
border-bottom: 2px solid #edf0f7;
|
|
32599
|
-
background: #fff;
|
|
32596
|
+
.E_w1dxz879 {
|
|
32600
32597
|
display: flex;
|
|
32601
|
-
|
|
32602
|
-
|
|
32603
|
-
|
|
32604
|
-
|
|
32605
|
-
|
|
32598
|
+
flex-direction: column;
|
|
32599
|
+
gap: 6px;
|
|
32600
|
+
}
|
|
32601
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32602
|
+
max-height: var(--w1dxz879-0);
|
|
32603
|
+
text-overflow: clip;
|
|
32604
|
+
overflow: hidden;
|
|
32605
|
+
}
|
|
32606
|
+
.E_w1dxz879 .tips {
|
|
32607
|
+
color: #fff;
|
|
32608
|
+
opacity: 0.8;
|
|
32609
|
+
}
|
|
32610
|
+
|
|
32611
|
+
.E_h12yihis {
|
|
32612
|
+
height: 50px;
|
|
32613
|
+
border-bottom: 2px solid #edf0f7;
|
|
32614
|
+
background: #fff;
|
|
32615
|
+
display: flex;
|
|
32616
|
+
justify-content: space-between;
|
|
32617
|
+
align-items: center;
|
|
32618
|
+
padding: 0 24px 0 14px;
|
|
32619
|
+
position: relative;
|
|
32620
|
+
z-index: 10;
|
|
32606
32621
|
}
|
|
32607
32622
|
.E_h12yihis .left,
|
|
32608
32623
|
.E_h12yihis .right,
|
|
@@ -32813,19 +32828,58 @@ input.E_rf8rlle.ant-input {
|
|
|
32813
32828
|
position: static;
|
|
32814
32829
|
}
|
|
32815
32830
|
|
|
32816
|
-
.
|
|
32831
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32832
|
+
margin-right: 2px;
|
|
32833
|
+
}
|
|
32834
|
+
|
|
32835
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32836
|
+
padding-left: 8px;
|
|
32837
|
+
padding-right: 8px;
|
|
32838
|
+
font-size: 12px;
|
|
32839
|
+
}
|
|
32840
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32841
|
+
border-radius: 4px;
|
|
32842
|
+
}
|
|
32843
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32844
|
+
border-radius: 4px;
|
|
32845
|
+
}
|
|
32846
|
+
|
|
32847
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32848
|
+
padding-left: 12px;
|
|
32849
|
+
padding-right: 12px;
|
|
32850
|
+
}
|
|
32851
|
+
|
|
32852
|
+
.E_ckld275 {
|
|
32853
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32854
|
+
}
|
|
32855
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32856
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32857
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32858
|
+
}
|
|
32859
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32860
|
+
background-color: transparent;
|
|
32861
|
+
}
|
|
32862
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32863
|
+
background-color: transparent;
|
|
32864
|
+
}
|
|
32865
|
+
|
|
32866
|
+
.E_r77hffu {
|
|
32817
32867
|
display: flex;
|
|
32818
|
-
|
|
32819
|
-
|
|
32868
|
+
align-items: center;
|
|
32869
|
+
justify-content: space-between;
|
|
32870
|
+
column-gap: 6px;
|
|
32820
32871
|
}
|
|
32821
|
-
|
|
32822
|
-
|
|
32823
|
-
|
|
32824
|
-
|
|
32872
|
+
|
|
32873
|
+
.E_p1cmxsf7 {
|
|
32874
|
+
display: flex;
|
|
32875
|
+
flex-direction: column;
|
|
32876
|
+
justify-content: center;
|
|
32877
|
+
row-gap: var(--p1cmxsf7-0);
|
|
32825
32878
|
}
|
|
32826
|
-
.
|
|
32827
|
-
|
|
32828
|
-
|
|
32879
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
32880
|
+
font-size: 0;
|
|
32881
|
+
margin-bottom: unset;
|
|
32882
|
+
margin-inline-end: unset;
|
|
32829
32883
|
}
|
|
32830
32884
|
|
|
32831
32885
|
.E_u3l9ivi {
|
|
@@ -33007,178 +33061,8 @@ input.E_rf8rlle.ant-input {
|
|
|
33007
33061
|
opacity: 0.5;
|
|
33008
33062
|
}
|
|
33009
33063
|
|
|
33010
|
-
.
|
|
33011
|
-
|
|
33012
|
-
border-radius: 20px;
|
|
33013
|
-
padding: 2px 10px;
|
|
33014
|
-
height: 22px;
|
|
33015
|
-
display: flex;
|
|
33016
|
-
align-items: center;
|
|
33017
|
-
}
|
|
33018
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33019
|
-
color: #FFFFFF;
|
|
33020
|
-
}
|
|
33021
|
-
.E_l1ucdodl.tag-hover {
|
|
33022
|
-
cursor: pointer;
|
|
33023
|
-
}
|
|
33024
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
33025
|
-
color: #00122E;
|
|
33026
|
-
}
|
|
33027
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33028
|
-
margin-right: 6px;
|
|
33029
|
-
}
|
|
33030
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33031
|
-
margin-left: 8px;
|
|
33032
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33033
|
-
}
|
|
33034
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33035
|
-
color: #FFFFFF;
|
|
33036
|
-
}
|
|
33037
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33038
|
-
background-color: #0080FF;
|
|
33039
|
-
}
|
|
33040
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33041
|
-
background-color: #F0483E;
|
|
33042
|
-
}
|
|
33043
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33044
|
-
background-color: #FEA008;
|
|
33045
|
-
}
|
|
33046
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33047
|
-
background-color: #00BA5D;
|
|
33048
|
-
}
|
|
33049
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33050
|
-
background-color: #6b7d99;
|
|
33051
|
-
}
|
|
33052
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33053
|
-
background-color: #7E41FF;
|
|
33054
|
-
}
|
|
33055
|
-
|
|
33056
|
-
.E_s1qj66nc {
|
|
33057
|
-
width: 8px;
|
|
33058
|
-
height: 8px;
|
|
33059
|
-
border-radius: 50%;
|
|
33060
|
-
display: inline-block;
|
|
33061
|
-
}
|
|
33062
|
-
|
|
33063
|
-
.E_s5x1boq {
|
|
33064
|
-
width: 8px;
|
|
33065
|
-
height: 8px;
|
|
33066
|
-
border-radius: 2px;
|
|
33067
|
-
display: inline-block;
|
|
33068
|
-
}
|
|
33069
|
-
|
|
33070
|
-
.E_c1xm185 {
|
|
33071
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33072
|
-
}
|
|
33073
|
-
|
|
33074
|
-
.E_c1x5l5qc {
|
|
33075
|
-
flex: 1;
|
|
33076
|
-
}
|
|
33077
|
-
|
|
33078
|
-
button.E_l48ei06.ant-btn,
|
|
33079
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33080
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33081
|
-
font-size: 12px;
|
|
33082
|
-
line-height: 18px;
|
|
33083
|
-
height: 18px;
|
|
33084
|
-
}
|
|
33085
|
-
|
|
33086
|
-
button.E_l48ei06 {
|
|
33087
|
-
color: #0080FF;
|
|
33088
|
-
height: unset;
|
|
33089
|
-
}
|
|
33090
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33091
|
-
margin-right: 4px;
|
|
33092
|
-
}
|
|
33093
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33094
|
-
margin-left: 4px;
|
|
33095
|
-
}
|
|
33096
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33097
|
-
color: #009DFF;
|
|
33098
|
-
}
|
|
33099
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33100
|
-
color: #005ED1;
|
|
33101
|
-
}
|
|
33102
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33103
|
-
color: #0080FF;
|
|
33104
|
-
}
|
|
33105
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33106
|
-
color: #00122E;
|
|
33107
|
-
}
|
|
33108
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33109
|
-
color: #0080FF;
|
|
33110
|
-
}
|
|
33111
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33112
|
-
color: #005ED1;
|
|
33113
|
-
}
|
|
33114
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33115
|
-
color: #00122E;
|
|
33116
|
-
}
|
|
33117
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33118
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33119
|
-
}
|
|
33120
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33121
|
-
color: #0080FF;
|
|
33122
|
-
}
|
|
33123
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33124
|
-
color: #005ED1;
|
|
33125
|
-
}
|
|
33126
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33127
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33128
|
-
}
|
|
33129
|
-
|
|
33130
|
-
.E_r77hffu {
|
|
33131
|
-
display: flex;
|
|
33132
|
-
align-items: center;
|
|
33133
|
-
justify-content: space-between;
|
|
33134
|
-
column-gap: 6px;
|
|
33135
|
-
}
|
|
33136
|
-
|
|
33137
|
-
.E_p1cmxsf7 {
|
|
33138
|
-
display: flex;
|
|
33139
|
-
flex-direction: column;
|
|
33140
|
-
justify-content: center;
|
|
33141
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33142
|
-
}
|
|
33143
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33144
|
-
font-size: 0;
|
|
33145
|
-
margin-bottom: unset;
|
|
33146
|
-
margin-inline-end: unset;
|
|
33147
|
-
}
|
|
33148
|
-
|
|
33149
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33150
|
-
margin-right: 2px;
|
|
33151
|
-
}
|
|
33152
|
-
|
|
33153
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33154
|
-
padding-left: 8px;
|
|
33155
|
-
padding-right: 8px;
|
|
33156
|
-
font-size: 12px;
|
|
33157
|
-
}
|
|
33158
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33159
|
-
border-radius: 4px;
|
|
33160
|
-
}
|
|
33161
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33162
|
-
border-radius: 4px;
|
|
33163
|
-
}
|
|
33164
|
-
|
|
33165
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33166
|
-
padding-left: 12px;
|
|
33167
|
-
padding-right: 12px;
|
|
33168
|
-
}
|
|
33169
|
-
|
|
33170
|
-
.E_ckld275 {
|
|
33171
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33172
|
-
}
|
|
33173
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33174
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33175
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33176
|
-
}
|
|
33177
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33178
|
-
background-color: transparent;
|
|
33179
|
-
}
|
|
33180
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33181
|
-
background-color: transparent;
|
|
33064
|
+
.E_c1yd35n {
|
|
33065
|
+
padding: 0 12px 14px 12px;
|
|
33182
33066
|
}
|
|
33183
33067
|
|
|
33184
33068
|
.E_c1kghdax {
|
|
@@ -33285,203 +33169,233 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33285
33169
|
margin-left: 24px;
|
|
33286
33170
|
}
|
|
33287
33171
|
|
|
33288
|
-
.
|
|
33289
|
-
|
|
33290
|
-
flex: 1;
|
|
33291
|
-
display: flex;
|
|
33292
|
-
flex-direction: column;
|
|
33172
|
+
.E_b14q2gmw {
|
|
33173
|
+
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);
|
|
33293
33174
|
}
|
|
33294
|
-
|
|
33295
|
-
|
|
33175
|
+
|
|
33176
|
+
.E_c1eym6el {
|
|
33177
|
+
border-radius: 8px;
|
|
33178
|
+
background-color: white;
|
|
33296
33179
|
}
|
|
33297
|
-
.
|
|
33298
|
-
|
|
33180
|
+
.E_c1eym6el.hoverable {
|
|
33181
|
+
cursor: pointer;
|
|
33299
33182
|
}
|
|
33300
|
-
.
|
|
33301
|
-
|
|
33302
|
-
|
|
33303
|
-
|
|
33304
|
-
padding-right: 16px;
|
|
33305
|
-
padding-left: 16px;
|
|
33306
|
-
font-size: 16px;
|
|
33183
|
+
.E_c1eym6el.hoverable:hover {
|
|
33184
|
+
transition: all 200ms ease;
|
|
33185
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33186
|
+
transform: translateY(-4px);
|
|
33307
33187
|
}
|
|
33308
|
-
|
|
33309
|
-
|
|
33188
|
+
|
|
33189
|
+
.E_l1ucdodl {
|
|
33190
|
+
margin: 0;
|
|
33191
|
+
border-radius: 20px;
|
|
33192
|
+
padding: 2px 10px;
|
|
33193
|
+
height: 22px;
|
|
33194
|
+
display: flex;
|
|
33195
|
+
align-items: center;
|
|
33310
33196
|
}
|
|
33311
|
-
.
|
|
33312
|
-
|
|
33197
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33198
|
+
color: #FFFFFF;
|
|
33313
33199
|
}
|
|
33314
|
-
.
|
|
33315
|
-
|
|
33316
|
-
border-top-left-radius: 4px;
|
|
33317
|
-
border-top-right-radius: 4px;
|
|
33318
|
-
padding-right: 12px;
|
|
33319
|
-
padding-left: 12px;
|
|
33320
|
-
font-size: 14px;
|
|
33200
|
+
.E_l1ucdodl.tag-hover {
|
|
33201
|
+
cursor: pointer;
|
|
33321
33202
|
}
|
|
33322
|
-
.
|
|
33323
|
-
|
|
33324
|
-
display: flex;
|
|
33325
|
-
place-items: center;
|
|
33326
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33203
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33204
|
+
color: #00122E;
|
|
33327
33205
|
}
|
|
33328
|
-
.
|
|
33329
|
-
|
|
33330
|
-
display: flex;
|
|
33331
|
-
place-items: center;
|
|
33206
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33207
|
+
margin-right: 6px;
|
|
33332
33208
|
}
|
|
33333
|
-
.
|
|
33334
|
-
|
|
33209
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33210
|
+
margin-left: 8px;
|
|
33211
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33335
33212
|
}
|
|
33336
|
-
.
|
|
33337
|
-
|
|
33338
|
-
position: relative;
|
|
33213
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33214
|
+
color: #FFFFFF;
|
|
33339
33215
|
}
|
|
33340
|
-
.
|
|
33341
|
-
|
|
33342
|
-
width: 1px;
|
|
33343
|
-
height: 24px;
|
|
33344
|
-
background: rgba(172, 186, 211, 0.6);
|
|
33345
|
-
position: absolute;
|
|
33346
|
-
left: -6px;
|
|
33347
|
-
top: 50%;
|
|
33348
|
-
transform: translateY(-50%);
|
|
33216
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33217
|
+
background-color: #0080FF;
|
|
33349
33218
|
}
|
|
33350
|
-
.
|
|
33351
|
-
|
|
33352
|
-
display: flex;
|
|
33353
|
-
place-items: center;
|
|
33354
|
-
cursor: pointer;
|
|
33355
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33356
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33219
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33220
|
+
background-color: #F0483E;
|
|
33357
33221
|
}
|
|
33358
|
-
.
|
|
33359
|
-
|
|
33360
|
-
color: #0080ff;
|
|
33361
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
33222
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33223
|
+
background-color: #FEA008;
|
|
33362
33224
|
}
|
|
33363
|
-
.
|
|
33364
|
-
|
|
33225
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33226
|
+
background-color: #00BA5D;
|
|
33365
33227
|
}
|
|
33366
|
-
.
|
|
33367
|
-
|
|
33368
|
-
height: 16px;
|
|
33369
|
-
padding: 0;
|
|
33370
|
-
border-radius: 2px;
|
|
33371
|
-
margin-left: 8px;
|
|
33228
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33229
|
+
background-color: #6b7d99;
|
|
33372
33230
|
}
|
|
33373
|
-
.
|
|
33374
|
-
|
|
33231
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33232
|
+
background-color: #7E41FF;
|
|
33375
33233
|
}
|
|
33376
|
-
|
|
33377
|
-
|
|
33378
|
-
|
|
33379
|
-
|
|
33234
|
+
|
|
33235
|
+
.E_s1qj66nc {
|
|
33236
|
+
width: 8px;
|
|
33237
|
+
height: 8px;
|
|
33238
|
+
border-radius: 50%;
|
|
33239
|
+
display: inline-block;
|
|
33380
33240
|
}
|
|
33381
|
-
|
|
33382
|
-
|
|
33241
|
+
|
|
33242
|
+
.E_s5x1boq {
|
|
33243
|
+
width: 8px;
|
|
33244
|
+
height: 8px;
|
|
33245
|
+
border-radius: 2px;
|
|
33246
|
+
display: inline-block;
|
|
33383
33247
|
}
|
|
33384
33248
|
|
|
33385
|
-
.
|
|
33386
|
-
color:
|
|
33387
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33249
|
+
.E_c1xm185 {
|
|
33250
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33388
33251
|
}
|
|
33389
33252
|
|
|
33390
|
-
.
|
|
33391
|
-
|
|
33253
|
+
.E_c1x5l5qc {
|
|
33254
|
+
flex: 1;
|
|
33392
33255
|
}
|
|
33393
|
-
|
|
33394
|
-
|
|
33395
|
-
|
|
33396
|
-
|
|
33397
|
-
|
|
33398
|
-
|
|
33399
|
-
border-radius: 8px;
|
|
33400
|
-
max-height: calc(100vh - 250px);
|
|
33401
|
-
overflow: auto;
|
|
33256
|
+
|
|
33257
|
+
.E_sddwhm6 {
|
|
33258
|
+
margin: 0;
|
|
33259
|
+
border-radius: 20px;
|
|
33260
|
+
padding: 2px 10px;
|
|
33261
|
+
height: 22px;
|
|
33402
33262
|
}
|
|
33403
|
-
.
|
|
33404
|
-
|
|
33405
|
-
place-items: center;
|
|
33406
|
-
width: var(--itemWidth);
|
|
33263
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33264
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33407
33265
|
}
|
|
33408
|
-
.
|
|
33409
|
-
|
|
33266
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33267
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33410
33268
|
}
|
|
33411
|
-
.
|
|
33412
|
-
|
|
33413
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33414
|
-
color: #0080ff;
|
|
33269
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33270
|
+
color: #00122E;
|
|
33415
33271
|
}
|
|
33416
|
-
.
|
|
33417
|
-
|
|
33418
|
-
font-style: normal;
|
|
33419
|
-
font-weight: bold !important;
|
|
33272
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33273
|
+
margin-right: 6px;
|
|
33420
33274
|
}
|
|
33421
|
-
.
|
|
33422
|
-
|
|
33423
|
-
|
|
33275
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33276
|
+
margin-left: 8px;
|
|
33277
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33424
33278
|
}
|
|
33425
|
-
.
|
|
33426
|
-
color:
|
|
33427
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33279
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33280
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
33428
33281
|
}
|
|
33429
|
-
.
|
|
33430
|
-
|
|
33431
|
-
flex: 1;
|
|
33432
|
-
overflow: hidden;
|
|
33433
|
-
text-overflow: ellipsis;
|
|
33434
|
-
white-space: nowrap;
|
|
33282
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33283
|
+
background-color: #0080FF;
|
|
33435
33284
|
}
|
|
33436
|
-
|
|
33437
|
-
.
|
|
33438
|
-
margin: auto;
|
|
33439
|
-
cursor: pointer;
|
|
33440
|
-
line-height: normal;
|
|
33441
|
-
height: 16px;
|
|
33442
|
-
margin-right: 3px;
|
|
33285
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33286
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33443
33287
|
}
|
|
33444
|
-
.
|
|
33445
|
-
|
|
33446
|
-
height: 16px;
|
|
33288
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33289
|
+
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
33447
33290
|
}
|
|
33448
|
-
|
|
33449
|
-
|
|
33450
|
-
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);
|
|
33291
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33292
|
+
background-color: #F0483E;
|
|
33451
33293
|
}
|
|
33452
|
-
|
|
33453
|
-
.
|
|
33454
|
-
border-radius: 8px;
|
|
33455
|
-
background-color: white;
|
|
33294
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33295
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33456
33296
|
}
|
|
33457
|
-
.
|
|
33458
|
-
|
|
33297
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33298
|
+
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
33459
33299
|
}
|
|
33460
|
-
.
|
|
33461
|
-
|
|
33462
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33463
|
-
transform: translateY(-4px);
|
|
33300
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33301
|
+
background-color: #FEA008;
|
|
33464
33302
|
}
|
|
33465
|
-
|
|
33466
|
-
.
|
|
33467
|
-
padding: 0 12px 14px 12px;
|
|
33303
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33304
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33468
33305
|
}
|
|
33469
|
-
|
|
33470
|
-
.
|
|
33471
|
-
height: 100%;
|
|
33306
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33307
|
+
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
33472
33308
|
}
|
|
33473
|
-
|
|
33474
|
-
|
|
33475
|
-
.E_efzf37v .ant-table-body {
|
|
33476
|
-
overflow: visible !important;
|
|
33477
|
-
height: 100%;
|
|
33309
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33310
|
+
background-color: #00BA5D;
|
|
33478
33311
|
}
|
|
33479
|
-
.
|
|
33480
|
-
|
|
33312
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33313
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33481
33314
|
}
|
|
33482
|
-
.
|
|
33483
|
-
|
|
33484
|
-
|
|
33315
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33316
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33317
|
+
}
|
|
33318
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33319
|
+
background-color: #6b7d99;
|
|
33320
|
+
}
|
|
33321
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33322
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33323
|
+
}
|
|
33324
|
+
|
|
33325
|
+
.E_satwmqm {
|
|
33326
|
+
width: 8px;
|
|
33327
|
+
height: 8px;
|
|
33328
|
+
border-radius: 50%;
|
|
33329
|
+
display: inline-block;
|
|
33330
|
+
}
|
|
33331
|
+
|
|
33332
|
+
button.E_l48ei06.ant-btn,
|
|
33333
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33334
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33335
|
+
font-size: 12px;
|
|
33336
|
+
line-height: 18px;
|
|
33337
|
+
height: 18px;
|
|
33338
|
+
}
|
|
33339
|
+
|
|
33340
|
+
button.E_l48ei06 {
|
|
33341
|
+
color: #0080FF;
|
|
33342
|
+
height: unset;
|
|
33343
|
+
}
|
|
33344
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33345
|
+
margin-right: 4px;
|
|
33346
|
+
}
|
|
33347
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33348
|
+
margin-left: 4px;
|
|
33349
|
+
}
|
|
33350
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33351
|
+
color: #009DFF;
|
|
33352
|
+
}
|
|
33353
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33354
|
+
color: #005ED1;
|
|
33355
|
+
}
|
|
33356
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33357
|
+
color: #0080FF;
|
|
33358
|
+
}
|
|
33359
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33360
|
+
color: #00122E;
|
|
33361
|
+
}
|
|
33362
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33363
|
+
color: #0080FF;
|
|
33364
|
+
}
|
|
33365
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33366
|
+
color: #005ED1;
|
|
33367
|
+
}
|
|
33368
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33369
|
+
color: #00122E;
|
|
33370
|
+
}
|
|
33371
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33372
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33373
|
+
}
|
|
33374
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33375
|
+
color: #0080FF;
|
|
33376
|
+
}
|
|
33377
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33378
|
+
color: #005ED1;
|
|
33379
|
+
}
|
|
33380
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33381
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33382
|
+
}
|
|
33383
|
+
|
|
33384
|
+
.E_tc97u5y {
|
|
33385
|
+
height: 100%;
|
|
33386
|
+
}
|
|
33387
|
+
|
|
33388
|
+
.E_efzf37v .ant-table-content,
|
|
33389
|
+
.E_efzf37v .ant-table-body {
|
|
33390
|
+
overflow: visible !important;
|
|
33391
|
+
height: 100%;
|
|
33392
|
+
}
|
|
33393
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33394
|
+
height: 100%;
|
|
33395
|
+
}
|
|
33396
|
+
.E_efzf37v table {
|
|
33397
|
+
width: 100% !important;
|
|
33398
|
+
height: 100%;
|
|
33485
33399
|
}
|
|
33486
33400
|
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33487
33401
|
padding: 15px 0;
|
|
@@ -33896,79 +33810,375 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33896
33810
|
background: #fff;
|
|
33897
33811
|
}
|
|
33898
33812
|
|
|
33899
|
-
.
|
|
33813
|
+
.E_msn7nxt {
|
|
33814
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33815
|
+
text-align: center;
|
|
33816
|
+
display: flex;
|
|
33817
|
+
align-items: center;
|
|
33818
|
+
justify-content: center;
|
|
33819
|
+
flex-direction: column;
|
|
33820
|
+
height: 100%;
|
|
33821
|
+
}
|
|
33822
|
+
.E_msn7nxt .link {
|
|
33823
|
+
color: #0080ff;
|
|
33824
|
+
cursor: pointer;
|
|
33825
|
+
}
|
|
33826
|
+
|
|
33827
|
+
.E_mp64wfi {
|
|
33828
|
+
width: 100%;
|
|
33829
|
+
height: 100%;
|
|
33830
|
+
display: flex;
|
|
33831
|
+
flex-direction: column;
|
|
33832
|
+
}
|
|
33833
|
+
.E_mp64wfi .name-toolbar {
|
|
33834
|
+
width: 100%;
|
|
33835
|
+
display: flex;
|
|
33836
|
+
line-height: 30px;
|
|
33837
|
+
padding: 0 16px;
|
|
33838
|
+
justify-content: space-between;
|
|
33839
|
+
}
|
|
33840
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33841
|
+
display: flex;
|
|
33842
|
+
font-size: 12px;
|
|
33843
|
+
align-items: center;
|
|
33844
|
+
}
|
|
33845
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33846
|
+
color: #a3b4cc;
|
|
33847
|
+
}
|
|
33848
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33849
|
+
margin-left: 10px;
|
|
33850
|
+
}
|
|
33851
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33852
|
+
margin-left: 10px;
|
|
33853
|
+
cursor: pointer;
|
|
33854
|
+
}
|
|
33855
|
+
.E_mp64wfi .content {
|
|
33856
|
+
flex: 1;
|
|
33857
|
+
width: 100%;
|
|
33858
|
+
display: flex;
|
|
33859
|
+
justify-content: center;
|
|
33860
|
+
align-items: center;
|
|
33861
|
+
}
|
|
33862
|
+
.E_mp64wfi .single-content {
|
|
33863
|
+
height: 65px;
|
|
33864
|
+
}
|
|
33865
|
+
|
|
33866
|
+
.E_l1oyigan {
|
|
33867
|
+
display: flex;
|
|
33868
|
+
align-items: center;
|
|
33869
|
+
white-space: nowrap;
|
|
33870
|
+
overflow: hidden;
|
|
33871
|
+
width: 100%;
|
|
33872
|
+
}
|
|
33873
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33874
|
+
margin-left: auto;
|
|
33875
|
+
font-size: 12px;
|
|
33876
|
+
}
|
|
33877
|
+
|
|
33878
|
+
.E_l1noi4n1 {
|
|
33879
|
+
display: flex;
|
|
33880
|
+
justify-content: flex-start;
|
|
33881
|
+
align-items: center;
|
|
33882
|
+
font-size: 12px;
|
|
33883
|
+
cursor: pointer;
|
|
33884
|
+
}
|
|
33885
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33886
|
+
margin-right: 20px;
|
|
33887
|
+
}
|
|
33888
|
+
.E_l1noi4n1.deselected {
|
|
33889
|
+
opacity: 0.4;
|
|
33890
|
+
}
|
|
33891
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33892
|
+
background: #b4beca !important;
|
|
33893
|
+
}
|
|
33894
|
+
|
|
33895
|
+
.E_cz19rz6 {
|
|
33896
|
+
display: inline-block;
|
|
33897
|
+
height: 8px;
|
|
33898
|
+
width: 8px;
|
|
33899
|
+
margin-right: 8px;
|
|
33900
|
+
}
|
|
33901
|
+
|
|
33902
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33903
|
+
display: flex;
|
|
33904
|
+
align-items: center;
|
|
33905
|
+
font-size: 12px;
|
|
33900
33906
|
margin: 0;
|
|
33901
|
-
border-radius: 20px;
|
|
33902
|
-
padding: 2px 10px;
|
|
33903
|
-
height: 22px;
|
|
33904
33907
|
}
|
|
33905
|
-
|
|
33906
|
-
|
|
33908
|
+
|
|
33909
|
+
.E_m1y1hhnr {
|
|
33910
|
+
position: relative;
|
|
33907
33911
|
}
|
|
33908
|
-
.
|
|
33909
|
-
|
|
33912
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33913
|
+
bottom: -12px;
|
|
33910
33914
|
}
|
|
33911
|
-
.
|
|
33912
|
-
|
|
33915
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33916
|
+
display: flex;
|
|
33917
|
+
justify-content: space-between;
|
|
33918
|
+
line-height: 30px;
|
|
33919
|
+
margin: 0 16px;
|
|
33913
33920
|
}
|
|
33914
|
-
.
|
|
33915
|
-
|
|
33921
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33922
|
+
display: flex;
|
|
33923
|
+
font-size: 12px;
|
|
33924
|
+
align-items: center;
|
|
33916
33925
|
}
|
|
33917
|
-
.
|
|
33926
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33927
|
+
color: #a3b4cc;
|
|
33928
|
+
}
|
|
33929
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33930
|
+
margin-left: 10px;
|
|
33931
|
+
}
|
|
33932
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33933
|
+
margin-left: 10px;
|
|
33934
|
+
cursor: pointer;
|
|
33935
|
+
}
|
|
33936
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33937
|
+
font-size: 12px;
|
|
33938
|
+
}
|
|
33939
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33940
|
+
position: absolute;
|
|
33941
|
+
bottom: 10px;
|
|
33942
|
+
padding: 0 8px;
|
|
33943
|
+
border-radius: 4px;
|
|
33944
|
+
font-size: 12px;
|
|
33945
|
+
color: #fff;
|
|
33946
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33947
|
+
transform: translateX(-50%);
|
|
33948
|
+
}
|
|
33949
|
+
|
|
33950
|
+
.E_tnvijvs {
|
|
33951
|
+
min-width: 200px;
|
|
33952
|
+
}
|
|
33953
|
+
|
|
33954
|
+
.E_t1ub2aex {
|
|
33955
|
+
display: flex;
|
|
33956
|
+
align-items: center;
|
|
33957
|
+
justify-content: space-between;
|
|
33958
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33959
|
+
color: #b4beca;
|
|
33960
|
+
font-size: 12px;
|
|
33961
|
+
padding: 3px 6px;
|
|
33962
|
+
}
|
|
33963
|
+
.E_t1ub2aex:first-child {
|
|
33964
|
+
padding-top: 3px;
|
|
33965
|
+
}
|
|
33966
|
+
.E_t1ub2aex:last-child {
|
|
33967
|
+
padding-bottom: 3px;
|
|
33968
|
+
}
|
|
33969
|
+
.E_t1ub2aex .column-value {
|
|
33970
|
+
color: #fff;
|
|
33918
33971
|
margin-left: 8px;
|
|
33919
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33920
33972
|
}
|
|
33921
|
-
|
|
33922
|
-
|
|
33973
|
+
|
|
33974
|
+
.E_lht19u8 {
|
|
33975
|
+
width: 64px;
|
|
33976
|
+
height: 64px;
|
|
33977
|
+
display: flex;
|
|
33978
|
+
align-items: center;
|
|
33979
|
+
justify-content: center;
|
|
33980
|
+
position: relative;
|
|
33981
|
+
opacity: 0.2;
|
|
33923
33982
|
}
|
|
33924
|
-
|
|
33925
|
-
|
|
33983
|
+
|
|
33984
|
+
.E_lk3gkp4 {
|
|
33985
|
+
position: absolute;
|
|
33986
|
+
width: 5px;
|
|
33987
|
+
height: 48px;
|
|
33988
|
+
left: 9.33px;
|
|
33989
|
+
top: 40.5px;
|
|
33990
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33991
|
+
border-radius: 5px;
|
|
33992
|
+
transform: rotate(-128deg);
|
|
33993
|
+
transform-origin: top left;
|
|
33994
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33926
33995
|
}
|
|
33927
|
-
|
|
33928
|
-
|
|
33996
|
+
|
|
33997
|
+
.E_ll4n94n {
|
|
33998
|
+
position: absolute;
|
|
33999
|
+
width: 5px;
|
|
34000
|
+
height: 48px;
|
|
34001
|
+
left: 40.8px;
|
|
34002
|
+
top: 8.4px;
|
|
34003
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34004
|
+
border-radius: 5px;
|
|
34005
|
+
transform: rotate(-8deg);
|
|
34006
|
+
transform-origin: top left;
|
|
34007
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33929
34008
|
}
|
|
33930
|
-
|
|
33931
|
-
|
|
34009
|
+
|
|
34010
|
+
.E_l17lbdo6 {
|
|
34011
|
+
position: absolute;
|
|
34012
|
+
width: 5px;
|
|
34013
|
+
height: 48px;
|
|
34014
|
+
left: 52.9px;
|
|
34015
|
+
top: 51.8px;
|
|
34016
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34017
|
+
border-radius: 5px;
|
|
34018
|
+
transform: rotate(112deg);
|
|
34019
|
+
transform-origin: top left;
|
|
34020
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34021
|
+
}
|
|
34022
|
+
|
|
34023
|
+
.E_t1tbywr9 {
|
|
34024
|
+
width: 100%;
|
|
34025
|
+
flex: 1;
|
|
34026
|
+
display: flex;
|
|
34027
|
+
flex-direction: column;
|
|
34028
|
+
}
|
|
34029
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
34030
|
+
height: 32px;
|
|
34031
|
+
}
|
|
34032
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
34033
|
+
height: 32px;
|
|
34034
|
+
}
|
|
34035
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
34036
|
+
height: 32px;
|
|
34037
|
+
border-top-left-radius: 6px;
|
|
34038
|
+
border-top-right-radius: 6px;
|
|
34039
|
+
padding-right: 16px;
|
|
34040
|
+
padding-left: 16px;
|
|
34041
|
+
font-size: 16px;
|
|
34042
|
+
}
|
|
34043
|
+
.E_t1tbywr9.small .tab-bar {
|
|
34044
|
+
height: 24px;
|
|
34045
|
+
}
|
|
34046
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
34047
|
+
height: 24px;
|
|
34048
|
+
}
|
|
34049
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
34050
|
+
height: 24px;
|
|
34051
|
+
border-top-left-radius: 4px;
|
|
34052
|
+
border-top-right-radius: 4px;
|
|
34053
|
+
padding-right: 12px;
|
|
34054
|
+
padding-left: 12px;
|
|
34055
|
+
font-size: 14px;
|
|
34056
|
+
}
|
|
34057
|
+
.E_t1tbywr9 .tab-bar {
|
|
34058
|
+
max-width: 100%;
|
|
34059
|
+
display: flex;
|
|
34060
|
+
place-items: center;
|
|
34061
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34062
|
+
}
|
|
34063
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
34064
|
+
overflow: hidden;
|
|
34065
|
+
display: flex;
|
|
34066
|
+
place-items: center;
|
|
34067
|
+
}
|
|
34068
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
34069
|
+
padding-left: 0px;
|
|
34070
|
+
}
|
|
34071
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
34072
|
+
margin-left: 12px;
|
|
34073
|
+
position: relative;
|
|
34074
|
+
}
|
|
34075
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
34076
|
+
content: "";
|
|
34077
|
+
width: 1px;
|
|
34078
|
+
height: 24px;
|
|
34079
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34080
|
+
position: absolute;
|
|
34081
|
+
left: -6px;
|
|
34082
|
+
top: 50%;
|
|
34083
|
+
transform: translateY(-50%);
|
|
34084
|
+
}
|
|
34085
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
34086
|
+
flex-shrink: 0;
|
|
34087
|
+
display: flex;
|
|
34088
|
+
place-items: center;
|
|
34089
|
+
cursor: pointer;
|
|
34090
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34091
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
34092
|
+
}
|
|
34093
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
34094
|
+
padding-left: 16px;
|
|
34095
|
+
color: #0080ff;
|
|
34096
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
34097
|
+
}
|
|
34098
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
34099
|
+
margin-left: 2px;
|
|
34100
|
+
}
|
|
34101
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
34102
|
+
width: 16px;
|
|
34103
|
+
height: 16px;
|
|
34104
|
+
padding: 0;
|
|
34105
|
+
border-radius: 2px;
|
|
34106
|
+
margin-left: 8px;
|
|
34107
|
+
}
|
|
34108
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
34109
|
+
margin-left: 8px;
|
|
34110
|
+
}
|
|
34111
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
34112
|
+
padding-left: 16px;
|
|
34113
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34114
|
+
color: #0080ff;
|
|
33932
34115
|
}
|
|
33933
|
-
.
|
|
33934
|
-
|
|
34116
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
34117
|
+
display: none;
|
|
33935
34118
|
}
|
|
33936
|
-
|
|
33937
|
-
|
|
34119
|
+
|
|
34120
|
+
.E_ti12z2.ant-dropdown-open {
|
|
34121
|
+
color: #0080ff;
|
|
34122
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33938
34123
|
}
|
|
33939
|
-
|
|
33940
|
-
|
|
34124
|
+
|
|
34125
|
+
.E_m19lu3v {
|
|
34126
|
+
cursor: default;
|
|
33941
34127
|
}
|
|
33942
|
-
.
|
|
33943
|
-
|
|
34128
|
+
.E_m19lu3v .menu-wrapper {
|
|
34129
|
+
min-width: 160px;
|
|
34130
|
+
max-width: 400px;
|
|
34131
|
+
padding: 6px;
|
|
34132
|
+
background: #fff;
|
|
34133
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
34134
|
+
border-radius: 8px;
|
|
34135
|
+
max-height: calc(100vh - 250px);
|
|
34136
|
+
overflow: auto;
|
|
33944
34137
|
}
|
|
33945
|
-
.
|
|
33946
|
-
|
|
34138
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
34139
|
+
display: flex;
|
|
34140
|
+
place-items: center;
|
|
34141
|
+
width: var(--itemWidth);
|
|
33947
34142
|
}
|
|
33948
|
-
.
|
|
33949
|
-
|
|
34143
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
34144
|
+
margin-top: 8px;
|
|
33950
34145
|
}
|
|
33951
|
-
.
|
|
33952
|
-
|
|
34146
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
34147
|
+
padding: 6px;
|
|
34148
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34149
|
+
color: #0080ff;
|
|
33953
34150
|
}
|
|
33954
|
-
.
|
|
33955
|
-
|
|
34151
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
34152
|
+
font-family: Inter;
|
|
34153
|
+
font-style: normal;
|
|
34154
|
+
font-weight: bold !important;
|
|
33956
34155
|
}
|
|
33957
|
-
.
|
|
33958
|
-
|
|
34156
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
34157
|
+
padding: 5px 12px;
|
|
34158
|
+
border-radius: 4px;
|
|
33959
34159
|
}
|
|
33960
|
-
.
|
|
33961
|
-
|
|
34160
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
34161
|
+
color: #0080ff;
|
|
34162
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33962
34163
|
}
|
|
33963
|
-
.
|
|
33964
|
-
|
|
34164
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
34165
|
+
text-align: left;
|
|
34166
|
+
flex: 1;
|
|
34167
|
+
overflow: hidden;
|
|
34168
|
+
text-overflow: ellipsis;
|
|
34169
|
+
white-space: nowrap;
|
|
33965
34170
|
}
|
|
33966
34171
|
|
|
33967
|
-
.
|
|
33968
|
-
|
|
33969
|
-
|
|
33970
|
-
|
|
33971
|
-
|
|
34172
|
+
.E_i1bmwe2m {
|
|
34173
|
+
margin: auto;
|
|
34174
|
+
cursor: pointer;
|
|
34175
|
+
line-height: normal;
|
|
34176
|
+
height: 16px;
|
|
34177
|
+
margin-right: 3px;
|
|
34178
|
+
}
|
|
34179
|
+
.E_i1bmwe2m .icon-inner {
|
|
34180
|
+
display: block;
|
|
34181
|
+
height: 16px;
|
|
33972
34182
|
}
|
|
33973
34183
|
|
|
33974
34184
|
.E_m11nzl2x {
|
|
@@ -34052,388 +34262,145 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34052
34262
|
background: #b4beca !important;
|
|
34053
34263
|
border-radius: 2px;
|
|
34054
34264
|
}
|
|
34055
|
-
.E_ltthzck.hoverering-self {
|
|
34056
|
-
opacity: 1;
|
|
34057
|
-
}
|
|
34058
|
-
.E_ltthzck .dropdown-trigger {
|
|
34059
|
-
margin-left: 12px;
|
|
34060
|
-
}
|
|
34061
|
-
.E_ltthzck .legend-name {
|
|
34062
|
-
color: #00122e;
|
|
34063
|
-
}
|
|
34064
|
-
.E_ltthzck .icon-suffix-wrapper {
|
|
34065
|
-
display: flex;
|
|
34066
|
-
align-items: center;
|
|
34067
|
-
margin-left: 4px;
|
|
34068
|
-
}
|
|
34069
|
-
|
|
34070
|
-
.E_l1mumj7o {
|
|
34071
|
-
display: flex;
|
|
34072
|
-
justify-content: flex-start;
|
|
34073
|
-
align-items: center;
|
|
34074
|
-
font-size: 12px;
|
|
34075
|
-
cursor: pointer;
|
|
34076
|
-
}
|
|
34077
|
-
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34078
|
-
opacity: 0.3;
|
|
34079
|
-
}
|
|
34080
|
-
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34081
|
-
background: #b4beca !important;
|
|
34082
|
-
border-radius: 2px;
|
|
34083
|
-
}
|
|
34084
|
-
.E_l1mumj7o .legend-name {
|
|
34085
|
-
color: #00122e;
|
|
34086
|
-
}
|
|
34087
|
-
.E_l1mumj7o.hoverering-self {
|
|
34088
|
-
opacity: 1;
|
|
34089
|
-
}
|
|
34090
|
-
.E_l1mumj7o .icon-suffix-wrapper {
|
|
34091
|
-
margin-left: 4px;
|
|
34092
|
-
display: flex;
|
|
34093
|
-
align-items: center;
|
|
34094
|
-
}
|
|
34095
|
-
|
|
34096
|
-
.E_c14rn6j5 {
|
|
34097
|
-
display: inline-block;
|
|
34098
|
-
height: 8px;
|
|
34099
|
-
width: 8px;
|
|
34100
|
-
margin-right: 6px;
|
|
34101
|
-
border-radius: 2px;
|
|
34102
|
-
}
|
|
34103
|
-
|
|
34104
|
-
.E_e45tc5l .ant-dropdown-menu-item {
|
|
34105
|
-
display: flex;
|
|
34106
|
-
align-items: center;
|
|
34107
|
-
font-size: 12px;
|
|
34108
|
-
margin: 0;
|
|
34109
|
-
}
|
|
34110
|
-
|
|
34111
|
-
.E_lqeaosa {
|
|
34112
|
-
position: relative;
|
|
34113
|
-
}
|
|
34114
|
-
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
34115
|
-
bottom: -12px;
|
|
34116
|
-
}
|
|
34117
|
-
.E_lqeaosa .metric-toolbar {
|
|
34118
|
-
display: flex;
|
|
34119
|
-
justify-content: space-between;
|
|
34120
|
-
line-height: 30px;
|
|
34121
|
-
}
|
|
34122
|
-
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34123
|
-
display: flex;
|
|
34124
|
-
flex-shrink: 0;
|
|
34125
|
-
font-size: 12px;
|
|
34126
|
-
align-items: center;
|
|
34127
|
-
}
|
|
34128
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
34129
|
-
color: #a3b4cc;
|
|
34130
|
-
}
|
|
34131
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34132
|
-
margin-left: 10px;
|
|
34133
|
-
}
|
|
34134
|
-
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34135
|
-
margin-left: 10px;
|
|
34136
|
-
cursor: pointer;
|
|
34137
|
-
}
|
|
34138
|
-
.E_lqeaosa .recharts-xAxis {
|
|
34139
|
-
font-size: 12px;
|
|
34140
|
-
}
|
|
34141
|
-
.E_lqeaosa .pointer-wrapper {
|
|
34142
|
-
position: absolute;
|
|
34143
|
-
bottom: 10px;
|
|
34144
|
-
padding: 0 8px;
|
|
34145
|
-
font-size: 12px;
|
|
34146
|
-
color: #fff;
|
|
34147
|
-
transform: translateX(-50%);
|
|
34148
|
-
}
|
|
34149
|
-
|
|
34150
|
-
.E_t2pr38p {
|
|
34151
|
-
min-width: 200px;
|
|
34152
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
34153
|
-
border-radius: 4px;
|
|
34154
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34155
|
-
padding: 8px;
|
|
34156
|
-
}
|
|
34157
|
-
|
|
34158
|
-
.E_tecdsj7 {
|
|
34159
|
-
display: flex;
|
|
34160
|
-
align-items: center;
|
|
34161
|
-
background-color: unset;
|
|
34162
|
-
color: #FFFFFF;
|
|
34163
|
-
justify-content: space-between;
|
|
34164
|
-
font-size: 12px;
|
|
34165
|
-
padding-top: 6px;
|
|
34166
|
-
}
|
|
34167
|
-
.E_tecdsj7:first-child {
|
|
34168
|
-
padding-top: 3px;
|
|
34169
|
-
}
|
|
34170
|
-
.E_tecdsj7:last-child {
|
|
34171
|
-
padding-bottom: 3px;
|
|
34172
|
-
}
|
|
34173
|
-
.E_tecdsj7 .column-value {
|
|
34174
|
-
color: #FFFFFF;
|
|
34175
|
-
margin-left: 8px;
|
|
34176
|
-
}
|
|
34177
|
-
|
|
34178
|
-
.E_ljhvvia {
|
|
34179
|
-
display: inline-block;
|
|
34180
|
-
height: 8px;
|
|
34181
|
-
width: 8px;
|
|
34182
|
-
margin-right: 8px;
|
|
34183
|
-
border-radius: 2px;
|
|
34184
|
-
}
|
|
34185
|
-
.E_ljhvvia.borderd {
|
|
34186
|
-
border: 1px solid #FFFFFF;
|
|
34187
|
-
}
|
|
34188
|
-
|
|
34189
|
-
.E_msn7nxt {
|
|
34190
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34191
|
-
text-align: center;
|
|
34192
|
-
display: flex;
|
|
34193
|
-
align-items: center;
|
|
34194
|
-
justify-content: center;
|
|
34195
|
-
flex-direction: column;
|
|
34196
|
-
height: 100%;
|
|
34197
|
-
}
|
|
34198
|
-
.E_msn7nxt .link {
|
|
34199
|
-
color: #0080ff;
|
|
34200
|
-
cursor: pointer;
|
|
34201
|
-
}
|
|
34202
|
-
|
|
34203
|
-
.E_mp64wfi {
|
|
34204
|
-
width: 100%;
|
|
34205
|
-
height: 100%;
|
|
34206
|
-
display: flex;
|
|
34207
|
-
flex-direction: column;
|
|
34208
|
-
}
|
|
34209
|
-
.E_mp64wfi .name-toolbar {
|
|
34210
|
-
width: 100%;
|
|
34211
|
-
display: flex;
|
|
34212
|
-
line-height: 30px;
|
|
34213
|
-
padding: 0 16px;
|
|
34214
|
-
justify-content: space-between;
|
|
34215
|
-
}
|
|
34216
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34217
|
-
display: flex;
|
|
34218
|
-
font-size: 12px;
|
|
34219
|
-
align-items: center;
|
|
34220
|
-
}
|
|
34221
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34222
|
-
color: #a3b4cc;
|
|
34223
|
-
}
|
|
34224
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34225
|
-
margin-left: 10px;
|
|
34226
|
-
}
|
|
34227
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34228
|
-
margin-left: 10px;
|
|
34229
|
-
cursor: pointer;
|
|
34265
|
+
.E_ltthzck.hoverering-self {
|
|
34266
|
+
opacity: 1;
|
|
34230
34267
|
}
|
|
34231
|
-
.
|
|
34232
|
-
|
|
34233
|
-
width: 100%;
|
|
34234
|
-
display: flex;
|
|
34235
|
-
justify-content: center;
|
|
34236
|
-
align-items: center;
|
|
34268
|
+
.E_ltthzck .dropdown-trigger {
|
|
34269
|
+
margin-left: 12px;
|
|
34237
34270
|
}
|
|
34238
|
-
.
|
|
34239
|
-
|
|
34271
|
+
.E_ltthzck .legend-name {
|
|
34272
|
+
color: #00122e;
|
|
34240
34273
|
}
|
|
34241
|
-
|
|
34242
|
-
.E_l1oyigan {
|
|
34274
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
34243
34275
|
display: flex;
|
|
34244
34276
|
align-items: center;
|
|
34245
|
-
|
|
34246
|
-
overflow: hidden;
|
|
34247
|
-
width: 100%;
|
|
34248
|
-
}
|
|
34249
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
34250
|
-
margin-left: auto;
|
|
34251
|
-
font-size: 12px;
|
|
34277
|
+
margin-left: 4px;
|
|
34252
34278
|
}
|
|
34253
34279
|
|
|
34254
|
-
.
|
|
34280
|
+
.E_l1mumj7o {
|
|
34255
34281
|
display: flex;
|
|
34256
34282
|
justify-content: flex-start;
|
|
34257
34283
|
align-items: center;
|
|
34258
34284
|
font-size: 12px;
|
|
34259
34285
|
cursor: pointer;
|
|
34260
34286
|
}
|
|
34261
|
-
.
|
|
34262
|
-
|
|
34263
|
-
}
|
|
34264
|
-
.E_l1noi4n1.deselected {
|
|
34265
|
-
opacity: 0.4;
|
|
34287
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34288
|
+
opacity: 0.3;
|
|
34266
34289
|
}
|
|
34267
|
-
.
|
|
34290
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34268
34291
|
background: #b4beca !important;
|
|
34292
|
+
border-radius: 2px;
|
|
34293
|
+
}
|
|
34294
|
+
.E_l1mumj7o .legend-name {
|
|
34295
|
+
color: #00122e;
|
|
34296
|
+
}
|
|
34297
|
+
.E_l1mumj7o.hoverering-self {
|
|
34298
|
+
opacity: 1;
|
|
34299
|
+
}
|
|
34300
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
34301
|
+
margin-left: 4px;
|
|
34302
|
+
display: flex;
|
|
34303
|
+
align-items: center;
|
|
34269
34304
|
}
|
|
34270
34305
|
|
|
34271
|
-
.
|
|
34306
|
+
.E_c14rn6j5 {
|
|
34272
34307
|
display: inline-block;
|
|
34273
34308
|
height: 8px;
|
|
34274
34309
|
width: 8px;
|
|
34275
|
-
margin-right:
|
|
34310
|
+
margin-right: 6px;
|
|
34311
|
+
border-radius: 2px;
|
|
34276
34312
|
}
|
|
34277
34313
|
|
|
34278
|
-
.
|
|
34314
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
34279
34315
|
display: flex;
|
|
34280
34316
|
align-items: center;
|
|
34281
34317
|
font-size: 12px;
|
|
34282
34318
|
margin: 0;
|
|
34283
34319
|
}
|
|
34284
34320
|
|
|
34285
|
-
.
|
|
34321
|
+
.E_lqeaosa {
|
|
34286
34322
|
position: relative;
|
|
34287
34323
|
}
|
|
34288
|
-
.
|
|
34324
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
34289
34325
|
bottom: -12px;
|
|
34290
34326
|
}
|
|
34291
|
-
.
|
|
34327
|
+
.E_lqeaosa .metric-toolbar {
|
|
34292
34328
|
display: flex;
|
|
34293
34329
|
justify-content: space-between;
|
|
34294
34330
|
line-height: 30px;
|
|
34295
|
-
margin: 0 16px;
|
|
34296
34331
|
}
|
|
34297
|
-
.
|
|
34332
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34298
34333
|
display: flex;
|
|
34334
|
+
flex-shrink: 0;
|
|
34299
34335
|
font-size: 12px;
|
|
34300
34336
|
align-items: center;
|
|
34301
34337
|
}
|
|
34302
|
-
.
|
|
34338
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
34303
34339
|
color: #a3b4cc;
|
|
34304
34340
|
}
|
|
34305
|
-
.
|
|
34341
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34306
34342
|
margin-left: 10px;
|
|
34307
34343
|
}
|
|
34308
|
-
.
|
|
34344
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34309
34345
|
margin-left: 10px;
|
|
34310
34346
|
cursor: pointer;
|
|
34311
34347
|
}
|
|
34312
|
-
.
|
|
34348
|
+
.E_lqeaosa .recharts-xAxis {
|
|
34313
34349
|
font-size: 12px;
|
|
34314
34350
|
}
|
|
34315
|
-
.
|
|
34351
|
+
.E_lqeaosa .pointer-wrapper {
|
|
34316
34352
|
position: absolute;
|
|
34317
34353
|
bottom: 10px;
|
|
34318
34354
|
padding: 0 8px;
|
|
34319
|
-
border-radius: 4px;
|
|
34320
34355
|
font-size: 12px;
|
|
34321
34356
|
color: #fff;
|
|
34322
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34323
34357
|
transform: translateX(-50%);
|
|
34324
34358
|
}
|
|
34325
34359
|
|
|
34326
|
-
.
|
|
34360
|
+
.E_t2pr38p {
|
|
34327
34361
|
min-width: 200px;
|
|
34362
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
34363
|
+
border-radius: 4px;
|
|
34364
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34365
|
+
padding: 8px;
|
|
34328
34366
|
}
|
|
34329
34367
|
|
|
34330
|
-
.
|
|
34368
|
+
.E_tecdsj7 {
|
|
34331
34369
|
display: flex;
|
|
34332
34370
|
align-items: center;
|
|
34371
|
+
background-color: unset;
|
|
34372
|
+
color: #FFFFFF;
|
|
34333
34373
|
justify-content: space-between;
|
|
34334
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34335
|
-
color: #b4beca;
|
|
34336
34374
|
font-size: 12px;
|
|
34337
|
-
padding:
|
|
34375
|
+
padding-top: 6px;
|
|
34338
34376
|
}
|
|
34339
|
-
.
|
|
34377
|
+
.E_tecdsj7:first-child {
|
|
34340
34378
|
padding-top: 3px;
|
|
34341
34379
|
}
|
|
34342
|
-
.
|
|
34380
|
+
.E_tecdsj7:last-child {
|
|
34343
34381
|
padding-bottom: 3px;
|
|
34344
34382
|
}
|
|
34345
|
-
.
|
|
34346
|
-
color: #
|
|
34383
|
+
.E_tecdsj7 .column-value {
|
|
34384
|
+
color: #FFFFFF;
|
|
34347
34385
|
margin-left: 8px;
|
|
34348
34386
|
}
|
|
34349
34387
|
|
|
34350
|
-
.
|
|
34351
|
-
|
|
34352
|
-
height:
|
|
34353
|
-
|
|
34354
|
-
|
|
34355
|
-
|
|
34356
|
-
position: relative;
|
|
34357
|
-
opacity: 0.2;
|
|
34358
|
-
}
|
|
34359
|
-
|
|
34360
|
-
.E_lk3gkp4 {
|
|
34361
|
-
position: absolute;
|
|
34362
|
-
width: 5px;
|
|
34363
|
-
height: 48px;
|
|
34364
|
-
left: 9.33px;
|
|
34365
|
-
top: 40.5px;
|
|
34366
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34367
|
-
border-radius: 5px;
|
|
34368
|
-
transform: rotate(-128deg);
|
|
34369
|
-
transform-origin: top left;
|
|
34370
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34371
|
-
}
|
|
34372
|
-
|
|
34373
|
-
.E_ll4n94n {
|
|
34374
|
-
position: absolute;
|
|
34375
|
-
width: 5px;
|
|
34376
|
-
height: 48px;
|
|
34377
|
-
left: 40.8px;
|
|
34378
|
-
top: 8.4px;
|
|
34379
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34380
|
-
border-radius: 5px;
|
|
34381
|
-
transform: rotate(-8deg);
|
|
34382
|
-
transform-origin: top left;
|
|
34383
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34384
|
-
}
|
|
34385
|
-
|
|
34386
|
-
.E_l17lbdo6 {
|
|
34387
|
-
position: absolute;
|
|
34388
|
-
width: 5px;
|
|
34389
|
-
height: 48px;
|
|
34390
|
-
left: 52.9px;
|
|
34391
|
-
top: 51.8px;
|
|
34392
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34393
|
-
border-radius: 5px;
|
|
34394
|
-
transform: rotate(112deg);
|
|
34395
|
-
transform-origin: top left;
|
|
34396
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34397
|
-
}
|
|
34398
|
-
|
|
34399
|
-
.E_w7ob4th.outside-tag {
|
|
34400
|
-
padding-left: 0;
|
|
34401
|
-
}
|
|
34402
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34403
|
-
border-radius: 4px 0 0 4px;
|
|
34404
|
-
padding-right: 4px;
|
|
34405
|
-
margin-right: 4px;
|
|
34406
|
-
}
|
|
34407
|
-
|
|
34408
|
-
.E_slr2ynn {
|
|
34409
|
-
padding: 0 8px;
|
|
34410
|
-
height: 18px;
|
|
34411
|
-
}
|
|
34412
|
-
|
|
34413
|
-
.E_m140wbb6 {
|
|
34414
|
-
padding: 2px 8px;
|
|
34415
|
-
height: 24px;
|
|
34388
|
+
.E_ljhvvia {
|
|
34389
|
+
display: inline-block;
|
|
34390
|
+
height: 8px;
|
|
34391
|
+
width: 8px;
|
|
34392
|
+
margin-right: 8px;
|
|
34393
|
+
border-radius: 2px;
|
|
34416
34394
|
}
|
|
34417
|
-
|
|
34418
|
-
|
|
34419
|
-
margin: 0;
|
|
34395
|
+
.E_ljhvvia.borderd {
|
|
34396
|
+
border: 1px solid #FFFFFF;
|
|
34420
34397
|
}
|
|
34421
34398
|
|
|
34422
|
-
.
|
|
34399
|
+
.E_i1g85yz3 {
|
|
34423
34400
|
margin-right: 4px;
|
|
34424
34401
|
height: 16px;
|
|
34425
34402
|
}
|
|
34426
34403
|
|
|
34427
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34428
|
-
font-weight: 700;
|
|
34429
|
-
color: #00122E;
|
|
34430
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34431
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34432
|
-
word-break: break-all;
|
|
34433
|
-
display: inline;
|
|
34434
|
-
white-space: normal;
|
|
34435
|
-
}
|
|
34436
|
-
|
|
34437
34404
|
.E_sjob3jg {
|
|
34438
34405
|
--item-min-width: 60px;
|
|
34439
34406
|
}
|
|
@@ -34827,15 +34794,80 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34827
34794
|
display: none;
|
|
34828
34795
|
color: rgba(44, 56, 82, 0.6);
|
|
34829
34796
|
}
|
|
34830
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
34831
|
-
display: inline;
|
|
34797
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34798
|
+
display: inline;
|
|
34799
|
+
}
|
|
34800
|
+
|
|
34801
|
+
.E_d77i8u0 {
|
|
34802
|
+
width: 24px;
|
|
34803
|
+
height: 24px;
|
|
34804
|
+
padding: 4px;
|
|
34805
|
+
margin-right: 8px;
|
|
34806
|
+
}
|
|
34807
|
+
|
|
34808
|
+
.E_slr2ynn {
|
|
34809
|
+
padding: 0 8px;
|
|
34810
|
+
height: 18px;
|
|
34811
|
+
}
|
|
34812
|
+
|
|
34813
|
+
.E_m140wbb6 {
|
|
34814
|
+
padding: 2px 8px;
|
|
34815
|
+
height: 24px;
|
|
34816
|
+
}
|
|
34817
|
+
|
|
34818
|
+
.E_t1fozc1i {
|
|
34819
|
+
margin: 0;
|
|
34820
|
+
}
|
|
34821
|
+
|
|
34822
|
+
.E_i1vxv4ln {
|
|
34823
|
+
margin-right: 4px;
|
|
34824
|
+
height: 16px;
|
|
34825
|
+
}
|
|
34826
|
+
|
|
34827
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34828
|
+
font-weight: 700;
|
|
34829
|
+
color: #00122E;
|
|
34830
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34831
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34832
|
+
word-break: break-all;
|
|
34833
|
+
display: inline;
|
|
34834
|
+
white-space: normal;
|
|
34835
|
+
}
|
|
34836
|
+
|
|
34837
|
+
.E_w7ob4th.outside-tag {
|
|
34838
|
+
padding-left: 0;
|
|
34839
|
+
}
|
|
34840
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34841
|
+
border-radius: 4px 0 0 4px;
|
|
34842
|
+
padding-right: 4px;
|
|
34843
|
+
margin-right: 4px;
|
|
34844
|
+
}
|
|
34845
|
+
|
|
34846
|
+
.E_bpgac8u {
|
|
34847
|
+
color: #FFFFFF;
|
|
34848
|
+
display: flex;
|
|
34849
|
+
gap: 8px;
|
|
34850
|
+
padding: 8px 0;
|
|
34851
|
+
display: flex;
|
|
34852
|
+
justify-content: center;
|
|
34853
|
+
white-space: pre-wrap;
|
|
34854
|
+
align-items: center;
|
|
34855
|
+
}
|
|
34856
|
+
.E_bpgac8u .dashed-btn {
|
|
34857
|
+
border-bottom: 1px solid white;
|
|
34858
|
+
cursor: pointer;
|
|
34859
|
+
}
|
|
34860
|
+
|
|
34861
|
+
.E_envn4g3 {
|
|
34862
|
+
background: #F0483E;
|
|
34863
|
+
}
|
|
34864
|
+
|
|
34865
|
+
.E_i12w18eu {
|
|
34866
|
+
background: #0080FF;
|
|
34832
34867
|
}
|
|
34833
34868
|
|
|
34834
|
-
.
|
|
34835
|
-
|
|
34836
|
-
height: 24px;
|
|
34837
|
-
padding: 4px;
|
|
34838
|
-
margin-right: 8px;
|
|
34869
|
+
.E_wujsnt4 {
|
|
34870
|
+
background-color: #E07F00;
|
|
34839
34871
|
}
|
|
34840
34872
|
|
|
34841
34873
|
.E_t13ef470 {
|
|
@@ -34868,38 +34900,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34868
34900
|
background: rgba(163, 180, 204, 0.18);
|
|
34869
34901
|
}
|
|
34870
34902
|
|
|
34871
|
-
.E_i1g85yz3 {
|
|
34872
|
-
margin-right: 4px;
|
|
34873
|
-
height: 16px;
|
|
34874
|
-
}
|
|
34875
|
-
|
|
34876
|
-
.E_bpgac8u {
|
|
34877
|
-
color: #FFFFFF;
|
|
34878
|
-
display: flex;
|
|
34879
|
-
gap: 8px;
|
|
34880
|
-
padding: 8px 0;
|
|
34881
|
-
display: flex;
|
|
34882
|
-
justify-content: center;
|
|
34883
|
-
white-space: pre-wrap;
|
|
34884
|
-
align-items: center;
|
|
34885
|
-
}
|
|
34886
|
-
.E_bpgac8u .dashed-btn {
|
|
34887
|
-
border-bottom: 1px solid white;
|
|
34888
|
-
cursor: pointer;
|
|
34889
|
-
}
|
|
34890
|
-
|
|
34891
|
-
.E_envn4g3 {
|
|
34892
|
-
background: #F0483E;
|
|
34893
|
-
}
|
|
34894
|
-
|
|
34895
|
-
.E_i12w18eu {
|
|
34896
|
-
background: #0080FF;
|
|
34897
|
-
}
|
|
34898
|
-
|
|
34899
|
-
.E_wujsnt4 {
|
|
34900
|
-
background-color: #E07F00;
|
|
34901
|
-
}
|
|
34902
|
-
|
|
34903
34903
|
.E_b1jaupqb {
|
|
34904
34904
|
color: #F0483E;
|
|
34905
34905
|
}
|
|
@@ -35149,6 +35149,40 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35149
35149
|
color: #00122E;
|
|
35150
35150
|
}
|
|
35151
35151
|
|
|
35152
|
+
.E_sqv6dmy {
|
|
35153
|
+
display: flex;
|
|
35154
|
+
justify-content: flex-end;
|
|
35155
|
+
}
|
|
35156
|
+
|
|
35157
|
+
.E_p1rm8wzb {
|
|
35158
|
+
margin-right: 8px;
|
|
35159
|
+
}
|
|
35160
|
+
|
|
35161
|
+
.E_sd7qcf4 {
|
|
35162
|
+
height: 100%;
|
|
35163
|
+
width: 100%;
|
|
35164
|
+
overflow: auto;
|
|
35165
|
+
}
|
|
35166
|
+
|
|
35167
|
+
.E_r1fxc9gq.right {
|
|
35168
|
+
overflow: auto;
|
|
35169
|
+
padding-right: 2px;
|
|
35170
|
+
width: 200px;
|
|
35171
|
+
height: fit-content;
|
|
35172
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35173
|
+
scrollbar-gutter: stable;
|
|
35174
|
+
}
|
|
35175
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35176
|
+
width: 6px;
|
|
35177
|
+
}
|
|
35178
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35179
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35180
|
+
}
|
|
35181
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35182
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35183
|
+
border-radius: 8px;
|
|
35184
|
+
}
|
|
35185
|
+
|
|
35152
35186
|
.E_dxyv8bv {
|
|
35153
35187
|
--footer-height: 80px;
|
|
35154
35188
|
--modal-content-width: 492px;
|
|
@@ -35316,40 +35350,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35316
35350
|
}
|
|
35317
35351
|
}
|
|
35318
35352
|
|
|
35319
|
-
.E_sqv6dmy {
|
|
35320
|
-
display: flex;
|
|
35321
|
-
justify-content: flex-end;
|
|
35322
|
-
}
|
|
35323
|
-
|
|
35324
|
-
.E_p1rm8wzb {
|
|
35325
|
-
margin-right: 8px;
|
|
35326
|
-
}
|
|
35327
|
-
|
|
35328
|
-
.E_sd7qcf4 {
|
|
35329
|
-
height: 100%;
|
|
35330
|
-
width: 100%;
|
|
35331
|
-
overflow: auto;
|
|
35332
|
-
}
|
|
35333
|
-
|
|
35334
|
-
.E_r1fxc9gq.right {
|
|
35335
|
-
overflow: auto;
|
|
35336
|
-
padding-right: 2px;
|
|
35337
|
-
width: 200px;
|
|
35338
|
-
height: fit-content;
|
|
35339
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35340
|
-
scrollbar-gutter: stable;
|
|
35341
|
-
}
|
|
35342
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35343
|
-
width: 6px;
|
|
35344
|
-
}
|
|
35345
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35346
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35347
|
-
}
|
|
35348
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35349
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35350
|
-
border-radius: 8px;
|
|
35351
|
-
}
|
|
35352
|
-
|
|
35353
35353
|
.E_s1n7hav7 .ant-input-prefix {
|
|
35354
35354
|
margin-right: 8px;
|
|
35355
35355
|
}
|
|
@@ -35428,10 +35428,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35428
35428
|
background: rgba(225, 230, 241, 0.6);
|
|
35429
35429
|
}
|
|
35430
35430
|
|
|
35431
|
-
.E_t1616y1o {
|
|
35432
|
-
color: #fff;
|
|
35433
|
-
}
|
|
35434
|
-
|
|
35435
35431
|
.E_t1gvlxt5 {
|
|
35436
35432
|
min-width: 0;
|
|
35437
35433
|
flex: 1;
|
|
@@ -35455,6 +35451,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35455
35451
|
column-gap: var(--a1ji6r68-0);
|
|
35456
35452
|
}
|
|
35457
35453
|
|
|
35454
|
+
.E_t1616y1o {
|
|
35455
|
+
color: #fff;
|
|
35456
|
+
}
|
|
35457
|
+
|
|
35458
35458
|
.E_a9y3flr {
|
|
35459
35459
|
margin-left: 8px;
|
|
35460
35460
|
}
|
|
@@ -35539,73 +35539,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35539
35539
|
margin-left: 1px;
|
|
35540
35540
|
}
|
|
35541
35541
|
|
|
35542
|
-
.E_s1ebs0ra {
|
|
35543
|
-
display: flex;
|
|
35544
|
-
align-items: center;
|
|
35545
|
-
justify-content: space-between;
|
|
35546
|
-
background: #edf0f7;
|
|
35547
|
-
padding: 8px 12px;
|
|
35548
|
-
position: sticky;
|
|
35549
|
-
top: 0;
|
|
35550
|
-
z-index: 1;
|
|
35551
|
-
margin-bottom: -52px;
|
|
35552
|
-
}
|
|
35553
|
-
.E_s1ebs0ra .select-total {
|
|
35554
|
-
display: flex;
|
|
35555
|
-
align-items: center;
|
|
35556
|
-
font-weight: 700;
|
|
35557
|
-
flex-shrink: 0;
|
|
35558
|
-
}
|
|
35559
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35560
|
-
cursor: pointer;
|
|
35561
|
-
margin-left: 8px;
|
|
35562
|
-
width: 32px;
|
|
35563
|
-
height: 32px;
|
|
35564
|
-
border-radius: 50%;
|
|
35565
|
-
justify-content: center;
|
|
35566
|
-
}
|
|
35567
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35568
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35569
|
-
}
|
|
35570
|
-
.E_s1ebs0ra .action-group {
|
|
35571
|
-
flex: 1;
|
|
35572
|
-
margin-left: 88px;
|
|
35573
|
-
white-space: nowrap;
|
|
35574
|
-
text-align: right;
|
|
35575
|
-
position: relative;
|
|
35576
|
-
padding: 4px 0;
|
|
35577
|
-
margin-top: -4px;
|
|
35578
|
-
overflow: hidden;
|
|
35579
|
-
}
|
|
35580
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35581
|
-
transform: translateY(-4px);
|
|
35582
|
-
}
|
|
35583
|
-
.E_s1ebs0ra .action-group button {
|
|
35584
|
-
border: none;
|
|
35585
|
-
}
|
|
35586
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35587
|
-
margin-right: 8px;
|
|
35588
|
-
}
|
|
35589
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
35590
|
-
margin-right: 4px;
|
|
35591
|
-
}
|
|
35592
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
35593
|
-
cursor: pointer;
|
|
35594
|
-
width: 32px;
|
|
35595
|
-
height: 32px;
|
|
35596
|
-
justify-content: center;
|
|
35597
|
-
border-radius: 50%;
|
|
35598
|
-
}
|
|
35599
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35600
|
-
background: #fff;
|
|
35601
|
-
}
|
|
35602
|
-
|
|
35603
|
-
.E_mzzncgx {
|
|
35604
|
-
display: inline-flex;
|
|
35605
|
-
align-items: center;
|
|
35606
|
-
gap: 4px;
|
|
35607
|
-
}
|
|
35608
|
-
|
|
35609
35542
|
.E_c18bcrac {
|
|
35610
35543
|
display: inline-block;
|
|
35611
35544
|
width: 100%;
|
|
@@ -35656,158 +35589,104 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35656
35589
|
margin-right: 4px;
|
|
35657
35590
|
}
|
|
35658
35591
|
|
|
35659
|
-
.
|
|
35660
|
-
|
|
35661
|
-
}
|
|
35662
|
-
.E_c1up1pdz.active {
|
|
35663
|
-
border-color: #0080ff;
|
|
35664
|
-
}
|
|
35665
|
-
.E_c1up1pdz.active > header {
|
|
35666
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35667
|
-
}
|
|
35668
|
-
.E_c1up1pdz .expand {
|
|
35669
|
-
padding: 12px;
|
|
35670
|
-
}
|
|
35671
|
-
.E_c1up1pdz .field-item {
|
|
35672
|
-
display: flex;
|
|
35673
|
-
padding: 10px 0;
|
|
35674
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35675
|
-
}
|
|
35676
|
-
.E_c1up1pdz .field-item:last-child {
|
|
35677
|
-
border-bottom: none;
|
|
35678
|
-
padding-bottom: 0;
|
|
35592
|
+
.E_gmyahx3 {
|
|
35593
|
+
cursor: pointer;
|
|
35679
35594
|
}
|
|
35680
|
-
.
|
|
35681
|
-
|
|
35682
|
-
width: 100px;
|
|
35683
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35595
|
+
.E_gmyahx3 .link-text {
|
|
35596
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35684
35597
|
}
|
|
35685
|
-
.
|
|
35686
|
-
color:
|
|
35687
|
-
margin-top: 5px;
|
|
35598
|
+
.E_gmyahx3:hover .link-text {
|
|
35599
|
+
color: #0080ff;
|
|
35688
35600
|
}
|
|
35689
|
-
|
|
35690
|
-
.
|
|
35691
|
-
|
|
35601
|
+
|
|
35602
|
+
span.E_tqjc4ui {
|
|
35603
|
+
margin: 0 2px;
|
|
35692
35604
|
}
|
|
35693
35605
|
|
|
35694
|
-
.
|
|
35606
|
+
.E_n12mqh7z {
|
|
35695
35607
|
display: flex;
|
|
35696
35608
|
align-items: center;
|
|
35697
|
-
|
|
35698
|
-
|
|
35699
|
-
}
|
|
35700
|
-
.E_c156wh19 .title {
|
|
35701
|
-
margin: 0 16px 0 8px;
|
|
35609
|
+
font-size: 12px;
|
|
35610
|
+
line-height: 18px;
|
|
35702
35611
|
}
|
|
35703
|
-
.
|
|
35704
|
-
|
|
35612
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35613
|
+
margin-bottom: 4px;
|
|
35705
35614
|
}
|
|
35706
|
-
|
|
35707
|
-
|
|
35708
|
-
|
|
35709
|
-
overflow: hidden;
|
|
35710
|
-
align-items: center;
|
|
35711
|
-
justify-content: flex-start;
|
|
35712
|
-
white-space: nowrap;
|
|
35615
|
+
|
|
35616
|
+
.E_tf5bynu {
|
|
35617
|
+
margin: 0 3px;
|
|
35713
35618
|
}
|
|
35714
|
-
|
|
35715
|
-
|
|
35716
|
-
|
|
35717
|
-
|
|
35619
|
+
|
|
35620
|
+
.E_tcckoz1 {
|
|
35621
|
+
max-height: 400px;
|
|
35622
|
+
overflow: auto;
|
|
35718
35623
|
}
|
|
35719
|
-
|
|
35624
|
+
|
|
35625
|
+
.E_s1ebs0ra {
|
|
35720
35626
|
display: flex;
|
|
35721
35627
|
align-items: center;
|
|
35628
|
+
justify-content: space-between;
|
|
35629
|
+
background: #edf0f7;
|
|
35630
|
+
padding: 8px 12px;
|
|
35631
|
+
position: sticky;
|
|
35632
|
+
top: 0;
|
|
35633
|
+
z-index: 1;
|
|
35634
|
+
margin-bottom: -52px;
|
|
35722
35635
|
}
|
|
35723
|
-
.
|
|
35636
|
+
.E_s1ebs0ra .select-total {
|
|
35724
35637
|
display: flex;
|
|
35725
|
-
flex-direction: row-reverse;
|
|
35726
35638
|
align-items: center;
|
|
35639
|
+
font-weight: 700;
|
|
35640
|
+
flex-shrink: 0;
|
|
35727
35641
|
}
|
|
35728
|
-
.
|
|
35729
|
-
margin-left: 8px;
|
|
35730
|
-
}
|
|
35731
|
-
.E_c156wh19 .close {
|
|
35732
|
-
padding-left: 14px;
|
|
35733
|
-
margin-left: 14px;
|
|
35734
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35642
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35735
35643
|
cursor: pointer;
|
|
35644
|
+
margin-left: 8px;
|
|
35645
|
+
width: 32px;
|
|
35646
|
+
height: 32px;
|
|
35647
|
+
border-radius: 50%;
|
|
35648
|
+
justify-content: center;
|
|
35736
35649
|
}
|
|
35737
|
-
|
|
35738
|
-
.
|
|
35739
|
-
padding-bottom: 4px;
|
|
35740
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35741
|
-
}
|
|
35742
|
-
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35743
|
-
padding: 1px 10px;
|
|
35744
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35745
|
-
border-radius: 4px;
|
|
35746
|
-
}
|
|
35747
|
-
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35748
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35749
|
-
color: #0096ff;
|
|
35650
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35651
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35750
35652
|
}
|
|
35751
|
-
|
|
35752
|
-
|
|
35753
|
-
|
|
35754
|
-
|
|
35653
|
+
.E_s1ebs0ra .action-group {
|
|
35654
|
+
flex: 1;
|
|
35655
|
+
margin-left: 88px;
|
|
35656
|
+
white-space: nowrap;
|
|
35657
|
+
text-align: right;
|
|
35658
|
+
position: relative;
|
|
35659
|
+
padding: 4px 0;
|
|
35660
|
+
margin-top: -4px;
|
|
35661
|
+
overflow: hidden;
|
|
35755
35662
|
}
|
|
35756
|
-
.
|
|
35757
|
-
|
|
35758
|
-
width: 80px;
|
|
35759
|
-
margin: 0 9px;
|
|
35760
|
-
text-align: center;
|
|
35663
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35664
|
+
transform: translateY(-4px);
|
|
35761
35665
|
}
|
|
35762
|
-
.
|
|
35763
|
-
|
|
35764
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35765
|
-
margin: 5px 0 5px 8px;
|
|
35666
|
+
.E_s1ebs0ra .action-group button {
|
|
35667
|
+
border: none;
|
|
35766
35668
|
}
|
|
35767
|
-
.
|
|
35768
|
-
.E_wpbf4pq .month-day-option {
|
|
35769
|
-
background: #f5f7fa;
|
|
35770
|
-
box-sizing: border-box;
|
|
35771
|
-
border-radius: 16px;
|
|
35669
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35772
35670
|
margin-right: 8px;
|
|
35773
35671
|
}
|
|
35774
|
-
.
|
|
35775
|
-
|
|
35776
|
-
color: inherit;
|
|
35777
|
-
border-color: #d9d9d9;
|
|
35778
|
-
}
|
|
35779
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35780
|
-
background-color: #0096ff;
|
|
35781
|
-
border-color: #0096ff;
|
|
35782
|
-
color: #fff;
|
|
35783
|
-
}
|
|
35784
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
35785
|
-
width: 110px;
|
|
35786
|
-
margin-top: 4px;
|
|
35787
|
-
}
|
|
35788
|
-
.E_wpbf4pq .month-day-option {
|
|
35789
|
-
width: 32px;
|
|
35790
|
-
padding: 0;
|
|
35791
|
-
margin-bottom: 8px;
|
|
35792
|
-
}
|
|
35793
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35794
|
-
background-color: #0096ff;
|
|
35795
|
-
border-color: #0096ff;
|
|
35796
|
-
color: #fff;
|
|
35672
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35673
|
+
margin-right: 4px;
|
|
35797
35674
|
}
|
|
35798
|
-
|
|
35799
|
-
.E_gmyahx3 {
|
|
35675
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35800
35676
|
cursor: pointer;
|
|
35677
|
+
width: 32px;
|
|
35678
|
+
height: 32px;
|
|
35679
|
+
justify-content: center;
|
|
35680
|
+
border-radius: 50%;
|
|
35801
35681
|
}
|
|
35802
|
-
.
|
|
35803
|
-
|
|
35804
|
-
}
|
|
35805
|
-
.E_gmyahx3:hover .link-text {
|
|
35806
|
-
color: #0080ff;
|
|
35682
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35683
|
+
background: #fff;
|
|
35807
35684
|
}
|
|
35808
35685
|
|
|
35809
|
-
|
|
35810
|
-
|
|
35686
|
+
.E_mzzncgx {
|
|
35687
|
+
display: inline-flex;
|
|
35688
|
+
align-items: center;
|
|
35689
|
+
gap: 4px;
|
|
35811
35690
|
}
|
|
35812
35691
|
|
|
35813
35692
|
.E_clm1wy1 {
|
|
@@ -35903,113 +35782,171 @@ span.E_tqjc4ui {
|
|
|
35903
35782
|
border-radius: 2px;
|
|
35904
35783
|
}
|
|
35905
35784
|
|
|
35906
|
-
.
|
|
35907
|
-
|
|
35908
|
-
|
|
35909
|
-
font-size: 12px;
|
|
35910
|
-
line-height: 18px;
|
|
35911
|
-
}
|
|
35912
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35913
|
-
margin-bottom: 4px;
|
|
35785
|
+
.E_ou7iq30 {
|
|
35786
|
+
overflow: hidden;
|
|
35787
|
+
text-overflow: ellipsis;
|
|
35914
35788
|
}
|
|
35915
35789
|
|
|
35916
|
-
.
|
|
35917
|
-
|
|
35790
|
+
.E_s1tui002 {
|
|
35791
|
+
white-space: nowrap;
|
|
35918
35792
|
}
|
|
35919
35793
|
|
|
35920
|
-
.
|
|
35921
|
-
|
|
35922
|
-
|
|
35794
|
+
.E_mxrc2zg {
|
|
35795
|
+
display: -webkit-box;
|
|
35796
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35797
|
+
-webkit-box-orient: vertical;
|
|
35798
|
+
word-break: break-all;
|
|
35923
35799
|
}
|
|
35924
35800
|
|
|
35925
|
-
.
|
|
35926
|
-
|
|
35801
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35802
|
+
display: none;
|
|
35927
35803
|
}
|
|
35928
|
-
.
|
|
35929
|
-
|
|
35804
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35805
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35806
|
+
border-radius: 4px;
|
|
35930
35807
|
}
|
|
35931
|
-
.
|
|
35932
|
-
|
|
35808
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35809
|
+
visibility: hidden;
|
|
35933
35810
|
}
|
|
35934
|
-
|
|
35935
|
-
|
|
35811
|
+
|
|
35812
|
+
.E_c1up1pdz {
|
|
35813
|
+
width: 648px;
|
|
35936
35814
|
}
|
|
35937
|
-
.
|
|
35938
|
-
border-
|
|
35815
|
+
.E_c1up1pdz.active {
|
|
35816
|
+
border-color: #0080ff;
|
|
35939
35817
|
}
|
|
35940
|
-
.
|
|
35941
|
-
|
|
35818
|
+
.E_c1up1pdz.active > header {
|
|
35819
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35942
35820
|
}
|
|
35943
|
-
.
|
|
35821
|
+
.E_c1up1pdz .expand {
|
|
35822
|
+
padding: 12px;
|
|
35823
|
+
}
|
|
35824
|
+
.E_c1up1pdz .field-item {
|
|
35825
|
+
display: flex;
|
|
35826
|
+
padding: 10px 0;
|
|
35827
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35828
|
+
}
|
|
35829
|
+
.E_c1up1pdz .field-item:last-child {
|
|
35830
|
+
border-bottom: none;
|
|
35944
35831
|
padding-bottom: 0;
|
|
35945
35832
|
}
|
|
35946
|
-
.
|
|
35947
|
-
|
|
35833
|
+
.E_c1up1pdz .field-item label {
|
|
35834
|
+
line-height: 32px;
|
|
35835
|
+
width: 100px;
|
|
35836
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35948
35837
|
}
|
|
35949
|
-
.
|
|
35838
|
+
.E_c1up1pdz .help {
|
|
35839
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35840
|
+
margin-top: 5px;
|
|
35841
|
+
}
|
|
35842
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
35843
|
+
.E_c1up1pdz .ant-picker {
|
|
35844
|
+
width: 128px;
|
|
35845
|
+
}
|
|
35846
|
+
|
|
35847
|
+
.E_c156wh19 {
|
|
35950
35848
|
display: flex;
|
|
35849
|
+
align-items: center;
|
|
35951
35850
|
justify-content: space-between;
|
|
35851
|
+
word-break: keep-all;
|
|
35952
35852
|
}
|
|
35953
|
-
.
|
|
35853
|
+
.E_c156wh19 .title {
|
|
35854
|
+
margin: 0 16px 0 8px;
|
|
35855
|
+
}
|
|
35856
|
+
.E_c156wh19 .retain {
|
|
35857
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35858
|
+
}
|
|
35859
|
+
.E_c156wh19 div.left {
|
|
35860
|
+
flex: 1;
|
|
35861
|
+
display: flex;
|
|
35862
|
+
overflow: hidden;
|
|
35863
|
+
align-items: center;
|
|
35864
|
+
justify-content: flex-start;
|
|
35954
35865
|
white-space: nowrap;
|
|
35866
|
+
}
|
|
35867
|
+
.E_c156wh19 div.left .title {
|
|
35868
|
+
max-width: 100%;
|
|
35955
35869
|
overflow: hidden;
|
|
35956
35870
|
text-overflow: ellipsis;
|
|
35957
35871
|
}
|
|
35958
|
-
|
|
35959
|
-
.E_t4zczcp {
|
|
35872
|
+
.E_c156wh19 div.right {
|
|
35960
35873
|
display: flex;
|
|
35961
|
-
justify-content: space-between;
|
|
35962
35874
|
align-items: center;
|
|
35963
|
-
padding: 8px;
|
|
35964
|
-
min-height: 32px;
|
|
35965
35875
|
}
|
|
35966
|
-
.
|
|
35967
|
-
|
|
35968
|
-
|
|
35969
|
-
|
|
35970
|
-
line-height: 8px;
|
|
35876
|
+
.E_c156wh19 .reverse {
|
|
35877
|
+
display: flex;
|
|
35878
|
+
flex-direction: row-reverse;
|
|
35879
|
+
align-items: center;
|
|
35971
35880
|
}
|
|
35972
|
-
.
|
|
35973
|
-
|
|
35974
|
-
|
|
35881
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
35882
|
+
margin-left: 8px;
|
|
35883
|
+
}
|
|
35884
|
+
.E_c156wh19 .close {
|
|
35885
|
+
padding-left: 14px;
|
|
35886
|
+
margin-left: 14px;
|
|
35887
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35975
35888
|
cursor: pointer;
|
|
35976
35889
|
}
|
|
35977
35890
|
|
|
35978
|
-
.
|
|
35979
|
-
|
|
35980
|
-
|
|
35891
|
+
.E_m126spxy {
|
|
35892
|
+
padding-bottom: 4px;
|
|
35893
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35894
|
+
}
|
|
35895
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35896
|
+
padding: 1px 10px;
|
|
35897
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35898
|
+
border-radius: 4px;
|
|
35899
|
+
}
|
|
35900
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35901
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35902
|
+
color: #0096ff;
|
|
35903
|
+
}
|
|
35904
|
+
|
|
35905
|
+
.E_wpbf4pq {
|
|
35906
|
+
padding: 10px 0;
|
|
35907
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35981
35908
|
}
|
|
35982
|
-
|
|
35983
|
-
.
|
|
35984
|
-
|
|
35985
|
-
|
|
35986
|
-
|
|
35909
|
+
.E_wpbf4pq .ant-input,
|
|
35910
|
+
.E_wpbf4pq .ant-picker {
|
|
35911
|
+
width: 80px;
|
|
35912
|
+
margin: 0 9px;
|
|
35913
|
+
text-align: center;
|
|
35987
35914
|
}
|
|
35988
|
-
.
|
|
35989
|
-
|
|
35915
|
+
.E_wpbf4pq .options {
|
|
35916
|
+
padding: 12px 0 12px 16px;
|
|
35917
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35918
|
+
margin: 5px 0 5px 8px;
|
|
35990
35919
|
}
|
|
35991
|
-
.
|
|
35992
|
-
|
|
35920
|
+
.E_wpbf4pq .week-day-option,
|
|
35921
|
+
.E_wpbf4pq .month-day-option {
|
|
35922
|
+
background: #f5f7fa;
|
|
35923
|
+
box-sizing: border-box;
|
|
35924
|
+
border-radius: 16px;
|
|
35925
|
+
margin-right: 8px;
|
|
35993
35926
|
}
|
|
35994
|
-
.
|
|
35995
|
-
|
|
35996
|
-
|
|
35997
|
-
|
|
35998
|
-
white-space: pre-wrap;
|
|
35927
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35928
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35929
|
+
color: inherit;
|
|
35930
|
+
border-color: #d9d9d9;
|
|
35999
35931
|
}
|
|
36000
|
-
.
|
|
36001
|
-
|
|
36002
|
-
|
|
35932
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35933
|
+
background-color: #0096ff;
|
|
35934
|
+
border-color: #0096ff;
|
|
35935
|
+
color: #fff;
|
|
36003
35936
|
}
|
|
36004
|
-
.
|
|
36005
|
-
|
|
35937
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35938
|
+
width: 110px;
|
|
35939
|
+
margin-top: 4px;
|
|
36006
35940
|
}
|
|
36007
|
-
|
|
36008
|
-
|
|
36009
|
-
|
|
36010
|
-
|
|
36011
|
-
|
|
36012
|
-
|
|
35941
|
+
.E_wpbf4pq .month-day-option {
|
|
35942
|
+
width: 32px;
|
|
35943
|
+
padding: 0;
|
|
35944
|
+
margin-bottom: 8px;
|
|
35945
|
+
}
|
|
35946
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35947
|
+
background-color: #0096ff;
|
|
35948
|
+
border-color: #0096ff;
|
|
35949
|
+
color: #fff;
|
|
36013
35950
|
}
|
|
36014
35951
|
|
|
36015
35952
|
.E_u15heuvq.content {
|
|
@@ -36231,31 +36168,125 @@ span.E_tqjc4ui {
|
|
|
36231
36168
|
background: transparent;
|
|
36232
36169
|
}
|
|
36233
36170
|
|
|
36234
|
-
.
|
|
36171
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
36172
|
+
display: flex;
|
|
36173
|
+
align-items: center;
|
|
36174
|
+
}
|
|
36175
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36176
|
+
margin-right: 8px;
|
|
36177
|
+
}
|
|
36178
|
+
|
|
36179
|
+
.E_t1sqg15u {
|
|
36180
|
+
background: white;
|
|
36181
|
+
}
|
|
36182
|
+
.E_t1sqg15u.inline .table-row {
|
|
36183
|
+
flex-direction: column;
|
|
36184
|
+
}
|
|
36185
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
36186
|
+
padding: 0 16px 7px 0;
|
|
36187
|
+
}
|
|
36188
|
+
.E_t1sqg15u.has-border .table-header {
|
|
36189
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
36190
|
+
}
|
|
36191
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
36192
|
+
border-top: none !important;
|
|
36193
|
+
}
|
|
36194
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
36195
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
36196
|
+
}
|
|
36197
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
36198
|
+
padding-bottom: 0;
|
|
36199
|
+
}
|
|
36200
|
+
.E_t1sqg15u.align-right .content {
|
|
36201
|
+
text-align: right;
|
|
36202
|
+
}
|
|
36203
|
+
.E_t1sqg15u .uuid-row {
|
|
36204
|
+
display: flex;
|
|
36205
|
+
justify-content: space-between;
|
|
36206
|
+
}
|
|
36207
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
36208
|
+
white-space: nowrap;
|
|
36235
36209
|
overflow: hidden;
|
|
36236
36210
|
text-overflow: ellipsis;
|
|
36237
36211
|
}
|
|
36238
36212
|
|
|
36239
|
-
.
|
|
36240
|
-
|
|
36213
|
+
.E_t4zczcp {
|
|
36214
|
+
display: flex;
|
|
36215
|
+
justify-content: space-between;
|
|
36216
|
+
align-items: center;
|
|
36217
|
+
padding: 8px;
|
|
36218
|
+
min-height: 32px;
|
|
36219
|
+
}
|
|
36220
|
+
.E_t4zczcp .table-title {
|
|
36221
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36222
|
+
font-weight: 600;
|
|
36223
|
+
font-size: 12px;
|
|
36224
|
+
line-height: 8px;
|
|
36225
|
+
}
|
|
36226
|
+
.E_t4zczcp .edit-icon {
|
|
36227
|
+
font-size: 16px;
|
|
36228
|
+
color: rgba(10, 37, 85, 0.6);
|
|
36229
|
+
cursor: pointer;
|
|
36241
36230
|
}
|
|
36242
36231
|
|
|
36243
|
-
.
|
|
36244
|
-
|
|
36245
|
-
|
|
36246
|
-
-webkit-box-orient: vertical;
|
|
36247
|
-
word-break: break-all;
|
|
36232
|
+
.E_t1s7goww {
|
|
36233
|
+
font-size: 12px;
|
|
36234
|
+
line-height: 18px;
|
|
36248
36235
|
}
|
|
36249
36236
|
|
|
36250
|
-
.
|
|
36237
|
+
.E_t93e4cf {
|
|
36238
|
+
display: flex;
|
|
36239
|
+
padding: 8px 0;
|
|
36240
|
+
color: #2d3a56;
|
|
36241
|
+
}
|
|
36242
|
+
.E_t93e4cf .hidden {
|
|
36251
36243
|
display: none;
|
|
36252
36244
|
}
|
|
36253
|
-
.
|
|
36254
|
-
|
|
36255
|
-
border-radius: 4px;
|
|
36245
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
36246
|
+
height: auto;
|
|
36256
36247
|
}
|
|
36257
|
-
.
|
|
36258
|
-
|
|
36248
|
+
.E_t93e4cf .content {
|
|
36249
|
+
overflow: hidden;
|
|
36250
|
+
overflow-x: auto;
|
|
36251
|
+
width: 100%;
|
|
36252
|
+
white-space: pre-wrap;
|
|
36253
|
+
}
|
|
36254
|
+
.E_t93e4cf .content .ant-btn {
|
|
36255
|
+
white-space: pre-wrap;
|
|
36256
|
+
text-align: left;
|
|
36257
|
+
}
|
|
36258
|
+
.E_t93e4cf .content .unit-chart {
|
|
36259
|
+
justify-content: flex-start;
|
|
36260
|
+
}
|
|
36261
|
+
|
|
36262
|
+
.E_rhz2uv5 {
|
|
36263
|
+
width: var(--rhz2uv5-0);
|
|
36264
|
+
flex-shrink: 0;
|
|
36265
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36266
|
+
padding-right: 12px;
|
|
36267
|
+
}
|
|
36268
|
+
|
|
36269
|
+
.E_wg1tsps {
|
|
36270
|
+
display: flex;
|
|
36271
|
+
align-items: center;
|
|
36272
|
+
justify-content: flex-end;
|
|
36273
|
+
}
|
|
36274
|
+
|
|
36275
|
+
.E_b1ctd5xy {
|
|
36276
|
+
display: flex;
|
|
36277
|
+
align-items: center;
|
|
36278
|
+
width: calc(100% - 40px);
|
|
36279
|
+
}
|
|
36280
|
+
.E_b1ctd5xy .chart {
|
|
36281
|
+
display: inline-block;
|
|
36282
|
+
width: 100%;
|
|
36283
|
+
}
|
|
36284
|
+
|
|
36285
|
+
.E_u1p8acpn {
|
|
36286
|
+
min-width: 40px;
|
|
36287
|
+
}
|
|
36288
|
+
.E_u1p8acpn .unit {
|
|
36289
|
+
color: #00122e !important;
|
|
36259
36290
|
}
|
|
36260
36291
|
|
|
36261
36292
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -36371,76 +36402,67 @@ span.E_tqjc4ui {
|
|
|
36371
36402
|
text-align: left;
|
|
36372
36403
|
}
|
|
36373
36404
|
|
|
36374
|
-
.
|
|
36375
|
-
|
|
36376
|
-
align-items: center;
|
|
36377
|
-
justify-content: flex-end;
|
|
36405
|
+
.E_kr6am0s .ant-modal-body {
|
|
36406
|
+
padding: 60px 128px;
|
|
36378
36407
|
}
|
|
36379
36408
|
|
|
36380
|
-
.
|
|
36409
|
+
.E_k1h3cl5q {
|
|
36381
36410
|
display: flex;
|
|
36382
|
-
|
|
36383
|
-
|
|
36384
|
-
}
|
|
36385
|
-
.E_b1ctd5xy .chart {
|
|
36386
|
-
display: inline-block;
|
|
36387
|
-
width: 100%;
|
|
36388
|
-
}
|
|
36389
|
-
|
|
36390
|
-
.E_u1p8acpn {
|
|
36391
|
-
min-width: 40px;
|
|
36392
|
-
}
|
|
36393
|
-
.E_u1p8acpn .unit {
|
|
36394
|
-
color: #00122e !important;
|
|
36411
|
+
flex-direction: column;
|
|
36412
|
+
height: 100%;
|
|
36395
36413
|
}
|
|
36396
36414
|
|
|
36397
|
-
.
|
|
36398
|
-
|
|
36399
|
-
|
|
36400
|
-
|
|
36401
|
-
.E_s1iv0tp1 .enabled-text {
|
|
36402
|
-
margin-right: 8px;
|
|
36415
|
+
.E_k1a6j97w {
|
|
36416
|
+
color: #00122e;
|
|
36417
|
+
font-size: 32px !important;
|
|
36418
|
+
margin-bottom: 16px;
|
|
36403
36419
|
}
|
|
36404
36420
|
|
|
36405
|
-
.
|
|
36406
|
-
|
|
36407
|
-
|
|
36408
|
-
.E_i5w779o .col-label {
|
|
36409
|
-
flex-shrink: unset;
|
|
36410
|
-
}
|
|
36411
|
-
.E_i5w779o .col-label * {
|
|
36412
|
-
line-height: 18px;
|
|
36413
|
-
}
|
|
36414
|
-
.E_i5w779o .col-content {
|
|
36415
|
-
flex: 1 1 0;
|
|
36416
|
-
display: flex;
|
|
36417
|
-
align-items: center;
|
|
36418
|
-
}
|
|
36419
|
-
.E_i5w779o .col-content * {
|
|
36420
|
-
line-height: 18px;
|
|
36421
|
+
.E_k1uim1fg {
|
|
36422
|
+
margin-bottom: 32px;
|
|
36423
|
+
color: #00122e;
|
|
36421
36424
|
}
|
|
36422
36425
|
|
|
36423
|
-
.
|
|
36424
|
-
|
|
36425
|
-
|
|
36426
|
-
|
|
36427
|
-
|
|
36428
|
-
|
|
36429
|
-
|
|
36430
|
-
|
|
36431
|
-
|
|
36432
|
-
|
|
36426
|
+
.E_kobelzt {
|
|
36427
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36428
|
+
min-height: 0;
|
|
36429
|
+
flex: 1;
|
|
36430
|
+
padding: 16px;
|
|
36431
|
+
background-color: #2d3a56;
|
|
36432
|
+
color: #fff;
|
|
36433
|
+
overflow: auto;
|
|
36434
|
+
max-width: 100%;
|
|
36435
|
+
min-height: 0;
|
|
36436
|
+
border-radius: 8px;
|
|
36437
|
+
white-space: pre-wrap;
|
|
36433
36438
|
}
|
|
36434
36439
|
|
|
36435
|
-
.
|
|
36440
|
+
.E_kxzv3id {
|
|
36441
|
+
width: 100%;
|
|
36436
36442
|
display: flex;
|
|
36437
36443
|
justify-content: space-between;
|
|
36438
|
-
|
|
36439
|
-
min-width: 0;
|
|
36444
|
+
padding: 0 128px;
|
|
36440
36445
|
}
|
|
36441
36446
|
|
|
36442
|
-
.
|
|
36443
|
-
|
|
36447
|
+
.E_eld9lt {
|
|
36448
|
+
display: flex;
|
|
36449
|
+
flex-direction: column;
|
|
36450
|
+
justify-content: center;
|
|
36451
|
+
align-items: center;
|
|
36452
|
+
height: 100%;
|
|
36453
|
+
}
|
|
36454
|
+
|
|
36455
|
+
.E_e1505fqc {
|
|
36456
|
+
display: flex;
|
|
36457
|
+
flex-direction: column;
|
|
36458
|
+
align-items: center;
|
|
36459
|
+
}
|
|
36460
|
+
.E_e1505fqc .title {
|
|
36461
|
+
margin-bottom: 8px;
|
|
36462
|
+
background-clip: text;
|
|
36463
|
+
-webkit-background-clip: text;
|
|
36464
|
+
-webkit-text-fill-color: transparent;
|
|
36465
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36444
36466
|
}
|
|
36445
36467
|
|
|
36446
36468
|
.E_cyms3br {
|
|
@@ -36518,97 +36540,51 @@ span.E_tqjc4ui {
|
|
|
36518
36540
|
justify-content: center;
|
|
36519
36541
|
}
|
|
36520
36542
|
|
|
36521
|
-
.
|
|
36522
|
-
|
|
36523
|
-
background-color: unset;
|
|
36524
|
-
padding: unset;
|
|
36543
|
+
.E_i5w779o {
|
|
36544
|
+
padding: 8px 0;
|
|
36525
36545
|
}
|
|
36526
|
-
|
|
36527
|
-
|
|
36528
|
-
padding: 60px 128px;
|
|
36546
|
+
.E_i5w779o .col-label {
|
|
36547
|
+
flex-shrink: unset;
|
|
36529
36548
|
}
|
|
36530
|
-
|
|
36531
|
-
|
|
36549
|
+
.E_i5w779o .col-label * {
|
|
36550
|
+
line-height: 18px;
|
|
36551
|
+
}
|
|
36552
|
+
.E_i5w779o .col-content {
|
|
36553
|
+
flex: 1 1 0;
|
|
36532
36554
|
display: flex;
|
|
36533
|
-
|
|
36534
|
-
height: 100%;
|
|
36555
|
+
align-items: center;
|
|
36535
36556
|
}
|
|
36536
|
-
|
|
36537
|
-
|
|
36538
|
-
color: #00122e;
|
|
36539
|
-
font-size: 32px !important;
|
|
36540
|
-
margin-bottom: 16px;
|
|
36557
|
+
.E_i5w779o .col-content * {
|
|
36558
|
+
line-height: 18px;
|
|
36541
36559
|
}
|
|
36542
36560
|
|
|
36543
|
-
.
|
|
36544
|
-
|
|
36545
|
-
color: #00122e;
|
|
36561
|
+
.E_l18dja44 {
|
|
36562
|
+
padding: 6px 0;
|
|
36546
36563
|
}
|
|
36547
|
-
|
|
36548
|
-
|
|
36549
|
-
|
|
36550
|
-
min-height: 0;
|
|
36551
|
-
flex: 1;
|
|
36552
|
-
padding: 16px;
|
|
36553
|
-
background-color: #2d3a56;
|
|
36554
|
-
color: #fff;
|
|
36555
|
-
overflow: auto;
|
|
36556
|
-
max-width: 100%;
|
|
36557
|
-
min-height: 0;
|
|
36558
|
-
border-radius: 8px;
|
|
36559
|
-
white-space: pre-wrap;
|
|
36564
|
+
.E_l18dja44 .col-label * {
|
|
36565
|
+
font-size: 13px;
|
|
36566
|
+
line-height: 20px;
|
|
36560
36567
|
}
|
|
36561
|
-
|
|
36562
|
-
|
|
36563
|
-
|
|
36564
|
-
display: flex;
|
|
36565
|
-
justify-content: space-between;
|
|
36566
|
-
padding: 0 128px;
|
|
36568
|
+
.E_l18dja44 .col-content * {
|
|
36569
|
+
font-size: 14px;
|
|
36570
|
+
line-height: 20px;
|
|
36567
36571
|
}
|
|
36568
36572
|
|
|
36569
|
-
.
|
|
36573
|
+
.E_c8c2hys {
|
|
36570
36574
|
display: flex;
|
|
36571
|
-
|
|
36572
|
-
|
|
36573
|
-
|
|
36574
|
-
height: 100%;
|
|
36575
|
+
justify-content: space-between;
|
|
36576
|
+
flex: 1;
|
|
36577
|
+
min-width: 0;
|
|
36575
36578
|
}
|
|
36576
36579
|
|
|
36577
|
-
.
|
|
36578
|
-
|
|
36579
|
-
flex-direction: column;
|
|
36580
|
-
align-items: center;
|
|
36581
|
-
}
|
|
36582
|
-
.E_e1505fqc .title {
|
|
36583
|
-
margin-bottom: 8px;
|
|
36584
|
-
background-clip: text;
|
|
36585
|
-
-webkit-background-clip: text;
|
|
36586
|
-
-webkit-text-fill-color: transparent;
|
|
36587
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36580
|
+
.E_n4m6c4d {
|
|
36581
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36588
36582
|
}
|
|
36589
36583
|
|
|
36590
|
-
.
|
|
36591
|
-
|
|
36592
|
-
|
|
36593
|
-
|
|
36594
|
-
max-height: 64px;
|
|
36595
|
-
overflow: hidden;
|
|
36596
|
-
display: flex;
|
|
36597
|
-
align-items: center;
|
|
36598
|
-
justify-content: center;
|
|
36599
|
-
position: relative;
|
|
36600
|
-
opacity: 0.6;
|
|
36601
|
-
}
|
|
36602
|
-
.E_l12xdkhl .icon-wrapper {
|
|
36603
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36604
|
-
}
|
|
36605
|
-
@keyframes rotate {
|
|
36606
|
-
from {
|
|
36607
|
-
transform: rotate(0deg);
|
|
36608
|
-
}
|
|
36609
|
-
to {
|
|
36610
|
-
transform: rotate(360deg);
|
|
36611
|
-
}
|
|
36584
|
+
.E_h1ol2wl7 {
|
|
36585
|
+
font-weight: bold;
|
|
36586
|
+
background-color: unset;
|
|
36587
|
+
padding: unset;
|
|
36612
36588
|
}
|
|
36613
36589
|
|
|
36614
36590
|
.E_c14ouk5o {
|
|
@@ -36655,6 +36631,57 @@ span.E_tqjc4ui {
|
|
|
36655
36631
|
height: auto;
|
|
36656
36632
|
}
|
|
36657
36633
|
|
|
36634
|
+
.E_c1ss4prm {
|
|
36635
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36636
|
+
}
|
|
36637
|
+
.E_c1ss4prm:is(ul, ol) {
|
|
36638
|
+
padding-inline-start: 12px;
|
|
36639
|
+
}
|
|
36640
|
+
.E_c1ss4prm li {
|
|
36641
|
+
margin-bottom: 4px;
|
|
36642
|
+
}
|
|
36643
|
+
.E_c1ss4prm li:last-child {
|
|
36644
|
+
margin-bottom: 0;
|
|
36645
|
+
}
|
|
36646
|
+
|
|
36647
|
+
.E_ms3tlei {
|
|
36648
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36649
|
+
padding: 8px;
|
|
36650
|
+
border-radius: 6px;
|
|
36651
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36652
|
+
}
|
|
36653
|
+
.E_ms3tlei .icon-wrapper {
|
|
36654
|
+
margin-top: 1px;
|
|
36655
|
+
margin-right: 4px;
|
|
36656
|
+
}
|
|
36657
|
+
.E_ms3tlei li {
|
|
36658
|
+
margin-bottom: 4px;
|
|
36659
|
+
display: flex;
|
|
36660
|
+
align-items: flex-start;
|
|
36661
|
+
}
|
|
36662
|
+
.E_ms3tlei li:last-child {
|
|
36663
|
+
margin-bottom: 0;
|
|
36664
|
+
}
|
|
36665
|
+
|
|
36666
|
+
.E_du44iy7 {
|
|
36667
|
+
margin-bottom: 4px;
|
|
36668
|
+
}
|
|
36669
|
+
|
|
36670
|
+
.E_p1qmhanr {
|
|
36671
|
+
margin-bottom: 8px;
|
|
36672
|
+
}
|
|
36673
|
+
|
|
36674
|
+
.E_srje1h0 {
|
|
36675
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36676
|
+
margin-bottom: 8px;
|
|
36677
|
+
}
|
|
36678
|
+
|
|
36679
|
+
.E_di3zi7v {
|
|
36680
|
+
height: 1px;
|
|
36681
|
+
background: #e4e9f2;
|
|
36682
|
+
margin: 16px 0;
|
|
36683
|
+
}
|
|
36684
|
+
|
|
36658
36685
|
.E_cevhqx7 {
|
|
36659
36686
|
color: #00122e;
|
|
36660
36687
|
}
|
|
@@ -37156,53 +37183,26 @@ span.E_tqjc4ui {
|
|
|
37156
37183
|
padding: 0;
|
|
37157
37184
|
}
|
|
37158
37185
|
|
|
37159
|
-
.
|
|
37160
|
-
|
|
37161
|
-
|
|
37162
|
-
|
|
37163
|
-
|
|
37164
|
-
|
|
37165
|
-
.E_c1ss4prm li {
|
|
37166
|
-
margin-bottom: 4px;
|
|
37167
|
-
}
|
|
37168
|
-
.E_c1ss4prm li:last-child {
|
|
37169
|
-
margin-bottom: 0;
|
|
37170
|
-
}
|
|
37171
|
-
|
|
37172
|
-
.E_ms3tlei {
|
|
37173
|
-
background: rgba(225, 230, 241, 0.6);
|
|
37174
|
-
padding: 8px;
|
|
37175
|
-
border-radius: 6px;
|
|
37176
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37177
|
-
}
|
|
37178
|
-
.E_ms3tlei .icon-wrapper {
|
|
37179
|
-
margin-top: 1px;
|
|
37180
|
-
margin-right: 4px;
|
|
37181
|
-
}
|
|
37182
|
-
.E_ms3tlei li {
|
|
37183
|
-
margin-bottom: 4px;
|
|
37186
|
+
.E_l12xdkhl {
|
|
37187
|
+
width: 64px;
|
|
37188
|
+
height: 64px;
|
|
37189
|
+
max-width: 64px;
|
|
37190
|
+
max-height: 64px;
|
|
37191
|
+
overflow: hidden;
|
|
37184
37192
|
display: flex;
|
|
37185
|
-
align-items:
|
|
37186
|
-
|
|
37187
|
-
|
|
37188
|
-
|
|
37189
|
-
}
|
|
37190
|
-
|
|
37191
|
-
.E_du44iy7 {
|
|
37192
|
-
margin-bottom: 4px;
|
|
37193
|
-
}
|
|
37194
|
-
|
|
37195
|
-
.E_p1qmhanr {
|
|
37196
|
-
margin-bottom: 8px;
|
|
37193
|
+
align-items: center;
|
|
37194
|
+
justify-content: center;
|
|
37195
|
+
position: relative;
|
|
37196
|
+
opacity: 0.6;
|
|
37197
37197
|
}
|
|
37198
|
-
|
|
37199
|
-
.
|
|
37200
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37201
|
-
margin-bottom: 8px;
|
|
37198
|
+
.E_l12xdkhl .icon-wrapper {
|
|
37199
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
37202
37200
|
}
|
|
37203
|
-
|
|
37204
|
-
|
|
37205
|
-
|
|
37206
|
-
|
|
37207
|
-
|
|
37201
|
+
@keyframes rotate {
|
|
37202
|
+
from {
|
|
37203
|
+
transform: rotate(0deg);
|
|
37204
|
+
}
|
|
37205
|
+
to {
|
|
37206
|
+
transform: rotate(360deg);
|
|
37207
|
+
}
|
|
37208
37208
|
}
|