@opensumi/ide-components 3.4.4-next-1728985193.0 → 3.4.4

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/index.css CHANGED
@@ -1,3880 +1 @@
1
- /*!*******************************************************************************************************************************************************************************!*\
2
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/style/index.less ***!
3
- \*******************************************************************************************************************************************************************************/
4
- .kt-badge {
5
- background-color: var(--badge-background);
6
- color: var(--badge-foreground);
7
- border: 1px solid var(--kt-badge-border);
8
- height: 18px;
9
- line-height: 16px;
10
- border-radius: 18px;
11
- font-size: 12px;
12
- font-weight: 400;
13
- text-align: center;
14
- display: inline-flex;
15
- align-items: center;
16
- justify-content: center;
17
- box-sizing: border-box;
18
- padding: 0 5px;
19
- min-width: 18px;
20
- }
21
- .kt-clickable-icon:hover {
22
- transform: scale(1.1);
23
- }
24
- .kt-clickable-icon:active {
25
- transform: scale(1.1);
26
- }
27
- .kt-icon-resource::before {
28
- display: inherit;
29
- background-size: 16px;
30
- background-position: center;
31
- background-repeat: no-repeat;
32
- width: 22px;
33
- height: 22px;
34
- -webkit-font-smoothing: antialiased;
35
- flex-shrink: 0;
36
- }
37
- .kt-button {
38
- border: none;
39
- outline: none;
40
- cursor: pointer;
41
- display: inline-flex;
42
- justify-content: center;
43
- align-items: center;
44
- font-size: 12px;
45
- padding: 0px 12px;
46
- height: 28px;
47
- line-height: 1;
48
- box-sizing: border-box;
49
- border-radius: 2px;
50
- color: var(--button-foreground);
51
- background-color: var(--button-background);
52
- white-space: pre-wrap;
53
- }
54
- .kt-button.block-button {
55
- width: 100%;
56
- }
57
- .kt-button > .kt-button-secondary-more {
58
- color: inherit;
59
- margin-left: 5px;
60
- }
61
- @keyframes loadingCircle {
62
- 100% {
63
- transform: rotate(360deg);
64
- }
65
- }
66
- .kt-button-anticon-spin {
67
- animation: loadingCircle 1s infinite linear;
68
- margin-right: 5px;
69
- }
70
- .default-button {
71
- color: var(--kt-defaultButton-foreground);
72
- background-color: var(--kt-defaultButton-background);
73
- }
74
- .default-button:hover {
75
- background-color: var(--kt-defaultButton-hoverBackground);
76
- }
77
- .default-button:active {
78
- background-color: var(--kt-defaultButton-clickBackground);
79
- }
80
- .primary-button {
81
- color: var(--kt-primaryButton-foreground);
82
- background-color: var(--kt-primaryButton-background);
83
- border: 1px solid var(--kt-primaryButton-border);
84
- }
85
- .primary-button:hover {
86
- background-color: var(--kt-primaryButton-hoverBackground);
87
- }
88
- .primary-button:active {
89
- background-color: var(--kt-primaryButton-clickBackground);
90
- }
91
- .secondary-button {
92
- color: var(--kt-secondaryButton-foreground);
93
- background-color: var(--kt-secondaryButton-background);
94
- border-style: solid;
95
- border-width: 1px;
96
- border-color: var(--kt-secondaryButton-border);
97
- }
98
- .secondary-button:hover {
99
- color: var(--kt-secondaryButton-hoverForeground);
100
- background-color: var(--kt-secondaryButton-hoverBackground);
101
- border-color: var(--kt-secondaryButton-hoverBorder);
102
- }
103
- .secondary-button:active {
104
- color: var(--kt-secondaryButton-clickForeground);
105
- background-color: var(--kt-secondaryButton-clickBackground);
106
- border-color: var(--kt-secondaryButton-clickBorder);
107
- }
108
- .ghost-button {
109
- border-style: solid;
110
- border-width: 1px;
111
- }
112
- .ghost-button:disabled {
113
- border-color: transparent;
114
- border: none;
115
- cursor: default;
116
- }
117
- .ghost-secondary-button {
118
- color: var(--kt-whiteGhostButton-foreground);
119
- background-color: var(--kt-whiteGhostButton-background);
120
- border-color: transparent;
121
- }
122
- .ghost-secondary-button:hover {
123
- color: var(--kt-whiteGhostButton-foreground);
124
- background-color: transparent;
125
- border-color: var(--kt-whiteGhostButton-border);
126
- }
127
- .ghost-secondary-button:active {
128
- color: var(--kt-whiteGhostButton-clickForeground);
129
- background-color: transparent;
130
- border-color: var(--kt-whiteGhostButton-clickBorder);
131
- }
132
- .ghost-secondary-button:disabled {
133
- color: var(--kt-whiteGhostButton-disableForeground);
134
- border-color: transparent;
135
- cursor: default;
136
- }
137
- .link-button {
138
- color: var(--kt-linkButton-foreground);
139
- background-color: transparent;
140
- }
141
- .link-button:hover {
142
- color: var(--kt-linkButton-hoverForeground);
143
- background-color: transparent;
144
- border-color: transparent;
145
- }
146
- .link-button:active {
147
- color: var(--kt-linkButton-clickForeground);
148
- border-color: transparent;
149
- background-color: transparent;
150
- }
151
- .link-button:disabled {
152
- color: var(--kt-linkButton-disableForeground);
153
- border-color: transparent !important;
154
- background-color: transparent !important;
155
- cursor: default;
156
- }
157
- .ghost-primary-button:disabled {
158
- border-color: transparent;
159
- background-color: transparent;
160
- }
161
- .ghost-button:disabled,
162
- .danger-button:disabled,
163
- .secondary-button:disabled,
164
- .primary-button:disabled,
165
- .ghost-danger-button:disabled,
166
- .default-button:disabled,
167
- .kt-danger-button-loading,
168
- .kt-primary-button-loading,
169
- .kt-secondary-button-loading {
170
- color: var(--kt-button-disableForeground) !important;
171
- background-color: var(--kt-button-disableBackground) !important;
172
- box-shadow: var(--kt-button-disableBorder) 0px 0px 0px 1px inset;
173
- cursor: not-allowed;
174
- }
175
- .ghost-button:disabled > .kt-button-secondary-more,
176
- .danger-button:disabled > .kt-button-secondary-more,
177
- .secondary-button:disabled > .kt-button-secondary-more,
178
- .primary-button:disabled > .kt-button-secondary-more,
179
- .ghost-danger-button:disabled > .kt-button-secondary-more,
180
- .default-button:disabled > .kt-button-secondary-more,
181
- .kt-danger-button-loading > .kt-button-secondary-more,
182
- .kt-primary-button-loading > .kt-button-secondary-more,
183
- .kt-secondary-button-loading > .kt-button-secondary-more {
184
- color: var(--kt-button-disableForeground);
185
- }
186
- .secondary-button:disabled {
187
- border: none;
188
- }
189
- .link-button:disabled {
190
- cursor: not-allowed;
191
- }
192
- .ghost-primary-button {
193
- color: var(--kt-primaryGhostButton-foreground);
194
- background-color: var(--kt-primaryGhostButton-background);
195
- border-color: transparent;
196
- }
197
- .ghost-primary-button:hover {
198
- border-color: var(--kt-primaryGhostButton-border);
199
- background-color: transparent;
200
- }
201
- .ghost-primary-button:active {
202
- color: var(--kt-primaryGhostButton-clickForeground);
203
- background-color: var(--kt-primaryGhostButton-clickBackground);
204
- border-color: var(--kt-primaryGhostButton-clickBorder);
205
- }
206
- .danger-button {
207
- color: var(--kt-dangerButton-foreground);
208
- background-color: var(--kt-dangerButton-background);
209
- }
210
- .danger-button:hover {
211
- background-color: var(--kt-dangerButton-hoverBackground);
212
- }
213
- .danger-button:active {
214
- background-color: var(--kt-dangerButton-clickBackground);
215
- }
216
- .ghost-danger-button {
217
- color: var(--kt-dangerGhostButton-foreground);
218
- background-color: var(--kt-dangerGhostButton-background);
219
- border-color: var(--kt-dangerGhostButton-border);
220
- }
221
- .ghost-danger-button:hover {
222
- background-color: transparent;
223
- border-color: var(--kt-dangerGhostButton-hoverBorder);
224
- }
225
- .ghost-danger-button:active {
226
- background-color: var(--kt-dangerGhostButton-clickBackground);
227
- border-color: var(--kt-dangerGhostButton-clickBorder);
228
- }
229
- .large-button-size {
230
- padding: 0px 16px;
231
- height: 32px;
232
- line-height: 32px;
233
- font-size: 14px;
234
- }
235
- .default-button-size {
236
- padding: 0px 12px;
237
- height: 28px;
238
- line-height: 28px;
239
- font-size: 12px;
240
- }
241
- .small-button-size {
242
- padding: 0px 8px;
243
- height: 22px;
244
- line-height: 22px;
245
- font-size: 12px;
246
- }
247
- .kt-checkbox {
248
- font-size: 12px;
249
- display: inline-flex;
250
- align-items: center;
251
- cursor: pointer;
252
- }
253
- .kt-checkbox-lump {
254
- margin-right: 6px;
255
- position: relative;
256
- display: inline-flex;
257
- align-items: center;
258
- }
259
- .kt-checkbox-lump input {
260
- position: absolute;
261
- left: 0;
262
- top: 0;
263
- width: 100%;
264
- height: 100%;
265
- opacity: 0;
266
- }
267
- .kt-checkbox-lump input:checked + .kt-checkbox-icon {
268
- border-color: var(--kt-checkbox-selectionBackground);
269
- background-color: var(--kt-checkbox-selectionBackground);
270
- color: var(--kt-checkbox-selectionForeground);
271
- }
272
- .kt-checkbox-lump input:checked + .kt-checkbox-icon svg {
273
- display: block;
274
- transition: all 0.2s;
275
- }
276
- .kt-checkbox:hover .kt-checkbox-icon {
277
- border-color: var(--kt-checkbox-hoverBorder);
278
- background-color: var(--kt-checkbox-hoverBackground);
279
- }
280
- .kt-checkbox-icon {
281
- width: 12px;
282
- height: 12px;
283
- background-color: var(--checkbox-background);
284
- border-radius: 2px;
285
- border: 1px solid var(--checkbox-border);
286
- position: relative;
287
- }
288
- .kt-checkbox-icon svg {
289
- display: none;
290
- position: absolute;
291
- left: 0;
292
- top: 0;
293
- width: 100%;
294
- height: 100%;
295
- }
296
- .kt-checkbox-large {
297
- font-size: 14px;
298
- }
299
- .kt-checkbox-large-icon {
300
- width: 14px;
301
- height: 14px;
302
- margin-right: 8px;
303
- }
304
- .kt-checkbox.kt-checkbox-disabled {
305
- color: var(--kt-checkbox-disableForeground);
306
- }
307
- .kt-checkbox.kt-checkbox-disabled input:checked + .kt-checkbox-icon {
308
- background-color: var(--kt-checkbox-disableBackground);
309
- color: var(--kt-checkbox-disableForeground);
310
- border-color: transparent;
311
- }
312
- .wrapper .kt-modal-body {
313
- background: var(--kt-modal-background);
314
- border-color: var(--notifications-border);
315
- }
316
- .wrapper .kt-modal-footer {
317
- align-items: center;
318
- justify-content: flex-end;
319
- display: flex;
320
- }
321
- .wrapper .kticon-info-circle {
322
- color: var(--kt-modalInfoIcon-foreground);
323
- }
324
- .wrapper .kt-modal-close-x {
325
- margin: 50% 50% 0 0;
326
- width: 20px;
327
- height: 20px;
328
- line-height: 20px;
329
- color: var(--kt-notificationsCloseIcon-foreground);
330
- }
331
- .kt-dialog-content {
332
- display: flex;
333
- }
334
- .kt-dialog-content .kt-dialog-content_area {
335
- display: flex;
336
- flex-direction: column;
337
- flex: 1;
338
- overflow: hidden;
339
- }
340
- .kt-dialog-content .kt-dialog-content_area .kt-dialog-content_title {
341
- line-height: 22px;
342
- font-size: 14px;
343
- margin: 0px 0px 8px 0px;
344
- }
345
- .kt-dialog-content .kt-dialog-icon {
346
- margin-right: 6px;
347
- border: none;
348
- outline: none;
349
- display: flex;
350
- flex-direction: column;
351
- padding: 0px;
352
- line-height: 30px;
353
- }
354
- .kt-dialog-content .kt-dialog-icon:before {
355
- font-size: 20px;
356
- }
357
- .kt-dialog-content .kt-dialog-closex {
358
- background-color: transparent;
359
- border: none;
360
- outline: none;
361
- display: flex;
362
- flex-direction: column;
363
- padding: 0px;
364
- cursor: pointer;
365
- margin-left: 6px;
366
- height: 30px;
367
- line-height: 30px;
368
- width: 20px;
369
- align-items: center;
370
- justify-content: center;
371
- }
372
- .kt-dialog-content .kt-dialog-closex:hover {
373
- transform: scale(1.1);
374
- }
375
- .footer {
376
- border-top: 1px solid var(--notifications-border);
377
- }
378
- .kt-dialog-buttonWrap {
379
- display: flex;
380
- flex-wrap: wrap;
381
- margin-top: 14px;
382
- justify-content: flex-end;
383
- }
384
- .kt-dialog-buttonWrap button {
385
- margin: 10px 0 0 8px;
386
- }
387
- .kt-dialog-message {
388
- color: var(--kt-modal-foreground);
389
- line-height: 30px;
390
- font-size: 14px;
391
- word-break: break-all;
392
- overflow: hidden;
393
- flex: 1;
394
- align-items: center;
395
- display: inline-flex;
396
- user-select: text;
397
- white-space: pre-wrap;
398
- }
399
- .kt-icon {
400
- display: inline-block;
401
- background-repeat: no-repeat;
402
- cursor: pointer;
403
- color: var(--kt-icon-foreground);
404
- line-height: 1;
405
- }
406
- .kt-icon.mask-mode {
407
- background-color: var(--foreground);
408
- }
409
- .kt-icon-loading {
410
- animation: kt-icon-spin 1s infinite linear;
411
- }
412
- .kt-icon-small {
413
- font-size: 14px;
414
- }
415
- .kt-icon-large {
416
- font-size: 16px;
417
- }
418
- .kt-icon-clickable:hover {
419
- color: var(--kt-icon-hoverForeground);
420
- }
421
- .kt-icon-clickable:active {
422
- color: var(--kt-icon-clickForeground);
423
- }
424
- .kt-icon-disabled {
425
- color: var(--kt-icon-disableForeground);
426
- pointer-events: none;
427
- cursor: not-allowed;
428
- }
429
- @keyframes kt-icon-spin {
430
- 100% {
431
- transform: rotate(360deg);
432
- }
433
- }
434
- .iconfont-anim-spin {
435
- animation: fa-spin 2s infinite linear;
436
- }
437
- .iconfont-anim-pulse {
438
- animation: fa-spin 1s infinite steps(8);
439
- }
440
- @keyframes fa-spin {
441
- 0% {
442
- transform: rotate(0deg);
443
- }
444
- 100% {
445
- transform: rotate(360deg);
446
- }
447
- }
448
- .iconfont-rotate-90 {
449
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
450
- transform: rotate(90deg);
451
- }
452
- .iconfont-rotate-180 {
453
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
454
- transform: rotate(180deg);
455
- }
456
- .iconfont-rotate-270 {
457
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
458
- transform: rotate(270deg);
459
- }
460
- .iconfont-flip-horizontal {
461
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
462
- transform: scale(-1, 1);
463
- }
464
- .iconfont-flip-vertical {
465
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
466
- transform: scale(1, -1);
467
- }
468
- .iconfont-flip-both,
469
- .iconfont-flip-horizontal.iconfont-flip-vertical {
470
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
471
- transform: scale(-1, -1);
472
- }
473
- :root .iconfont-rotate-90,
474
- :root .iconfont-rotate-180,
475
- :root .iconfont-rotate-270,
476
- :root .iconfont-flip-horizontal,
477
- :root .iconfont-flip-vertical,
478
- :root .iconfont-flip-both {
479
- filter: none;
480
- }
481
- .kt-input {
482
- width: 100%;
483
- display: flex;
484
- align-items: center;
485
- border-style: solid;
486
- border-width: 1px;
487
- box-sizing: border-box;
488
- border-color: var(--kt-input-border);
489
- border-radius: 2px;
490
- background-color: var(--input-background);
491
- height: 28px;
492
- padding: 0px 8px;
493
- font-size: 12px;
494
- }
495
- .kt-input:focus-within {
496
- border-color: var(--focusBorder);
497
- }
498
- .kt-input:hover {
499
- border-color: var(--focusBorder);
500
- }
501
- .kt-input-disabled {
502
- color: var(--kt-input-disableForeground);
503
- background-color: var(--kt-input-disableBackground);
504
- }
505
- .kt-input-disabled input,
506
- .kt-input-disabled textarea {
507
- cursor: not-allowed;
508
- }
509
- .kt-input-box {
510
- flex: 1;
511
- height: 100%;
512
- position: relative;
513
- display: flex;
514
- align-items: center;
515
- }
516
- .kt-input-box input,
517
- .kt-input-box textarea {
518
- width: 100%;
519
- height: 100%;
520
- color: var(--input-foreground);
521
- background-color: transparent;
522
- outline: none;
523
- border-width: 0;
524
- display: inline-block;
525
- }
526
- .kt-input-box input::placeholder,
527
- .kt-input-box textarea::placeholder {
528
- color: var(--input-placeholderForeground);
529
- }
530
- .kt-input-box input::selection,
531
- .kt-input-box textarea::selection {
532
- background-color: var(--kt-input-selectionBackground);
533
- }
534
- .kt-input-clear {
535
- position: absolute;
536
- right: 4px;
537
- top: 50%;
538
- transform: translateY(-50%);
539
- }
540
- .kt-input-addon {
541
- display: flex;
542
- align-items: center;
543
- height: 100%;
544
- }
545
- .kt-input-addon-before {
546
- margin-right: 4px;
547
- }
548
- .kt-input-addon-after {
549
- margin-left: 4px;
550
- }
551
- .kt-input-large {
552
- height: 32px;
553
- font-size: 14px;
554
- }
555
- .kt-input-small {
556
- height: 22px;
557
- font-size: 12px;
558
- }
559
- .text-ellipsis {
560
- overflow: hidden;
561
- text-overflow: ellipsis;
562
- white-space: nowrap;
563
- }
564
- .input-box {
565
- width: 100%;
566
- height: 100%;
567
- box-sizing: border-box;
568
- position: relative;
569
- }
570
- .input-box .kt-input.validate-error {
571
- border: 1px solid var(--inputValidation-errorBorder);
572
- }
573
- .input-box .kt-input.validate-info {
574
- border: 1px solid var(--inputValidation-infoBorder);
575
- }
576
- .input-box .kt-input.validate-warning {
577
- border: 1px solid var(--inputValidation-warningBorder);
578
- }
579
- .input-box.popup .kt-input {
580
- background-color: var(--input-background);
581
- }
582
- .input-box .validate-message {
583
- margin-top: 4px;
584
- display: inline-block;
585
- overflow: hidden;
586
- text-align: left;
587
- box-sizing: border-box;
588
- padding: 8px 4px;
589
- font-size: 12px;
590
- line-height: 20px;
591
- min-height: 34px;
592
- word-wrap: break-word;
593
- white-space: normal;
594
- position: absolute;
595
- width: 100%;
596
- left: 0;
597
- top: 100%;
598
- z-index: 10;
599
- border-radius: 0px 0px 2px 2px;
600
- }
601
- .input-box .validate-message.popup {
602
- border: none;
603
- background-color: transparent;
604
- box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
605
- }
606
- .input-box .validate-message.popup.validate-error {
607
- color: var(--inputValidation-errorForeground);
608
- background-color: var(--inputValidation-errorBackground);
609
- border: 1px solid var(--inputValidation-errorBorder);
610
- }
611
- .input-box .validate-message.popup.validate-info {
612
- background-color: var(--inputValidation-infoBackground);
613
- border: 1px solid var(--inputValidation-infoBorder);
614
- color: var(--inputValidation-infoForeground);
615
- }
616
- .input-box .validate-message.popup.validate-warning {
617
- background-color: var(--inputValidation-warningBackground);
618
- border: 1px solid var(--inputValidation-warningBorder);
619
- color: var(--inputValidation-warningForeground);
620
- }
621
- .input-box .validate-message.validate-error {
622
- color: var(--kt-inputValidation-errorTextForeground);
623
- }
624
- .input-box .validate-message.validate-info {
625
- color: var(--inputValidation-infoForeground);
626
- }
627
- .input-box .validate-message.validate-warning {
628
- color: var(--kt-inputValidation-warningTextForeground);
629
- }
630
- .kt-message {
631
- box-sizing: border-box;
632
- margin: 0;
633
- padding: 0;
634
- color: rgba(0, 0, 0, 0.65);
635
- font-size: 14px;
636
- font-variant: tabular-nums;
637
- line-height: 1.5;
638
- list-style: none;
639
- font-feature-settings: 'tnum';
640
- position: fixed;
641
- top: 16px;
642
- left: 0;
643
- z-index: 1010;
644
- width: 100%;
645
- pointer-events: none;
646
- }
647
- .kt-message-notice {
648
- padding: 8px;
649
- text-align: center;
650
- }
651
- .kt-message-notice:first-child {
652
- margin-top: -8px;
653
- }
654
- .kt-message-notice-content {
655
- display: inline-block;
656
- padding: 10px 16px;
657
- border-radius: 4px;
658
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
659
- pointer-events: all;
660
- background: var(--notifications-background);
661
- color: var(--notifications-foreground);
662
- }
663
- .kt-message-success .anticon {
664
- color: #52c41a;
665
- }
666
- .kt-message-error .anticon {
667
- color: var(--notificationsErrorIcon-foreground);
668
- }
669
- .kt-message-warning .anticon {
670
- color: var(--notificationsWarningIcon-foreground);
671
- }
672
- .kt-message-info .anticon,
673
- .kt-message-loading .anticon {
674
- color: var(--notificationsInfoIcon-foreground);
675
- }
676
- .kt-message .anticon {
677
- position: relative;
678
- top: 1px;
679
- margin-right: 8px;
680
- font-size: 16px;
681
- }
682
- .kt-message-notice.move-up-leave.move-up-leave-active {
683
- overflow: hidden;
684
- animation-name: MessageMoveOut;
685
- animation-duration: 0.3s;
686
- }
687
- @keyframes MessageMoveOut {
688
- 0% {
689
- max-height: 150px;
690
- padding: 8px;
691
- opacity: 1;
692
- }
693
- 100% {
694
- max-height: 0;
695
- padding: 0;
696
- opacity: 0;
697
- }
698
- }
699
- .kt-notification {
700
- box-sizing: border-box;
701
- margin: 0;
702
- padding: 0;
703
- color: rgba(0, 0, 0, 0.65);
704
- font-size: 14px;
705
- font-variant: tabular-nums;
706
- line-height: 1.5;
707
- list-style: none;
708
- font-feature-settings: 'tnum';
709
- position: fixed;
710
- z-index: 1010;
711
- width: 384px;
712
- max-width: calc(100vw - 32px);
713
- margin-right: 24px;
714
- }
715
- .kt-notification-topLeft,
716
- .kt-notification-bottomLeft {
717
- margin-right: 0;
718
- margin-left: 24px;
719
- }
720
- .kt-notification-topLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,
721
- .kt-notification-bottomLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,
722
- .kt-notification-topLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,
723
- .kt-notification-bottomLeft .kt-notification-fade-appear.kt-notification-fade-appear-active {
724
- animation-name: NotificationLeftFadeIn;
725
- }
726
- .kt-notification-close-icon {
727
- font-size: 14px;
728
- cursor: pointer;
729
- }
730
- .kt-notification-notice {
731
- position: relative;
732
- margin-bottom: 16px;
733
- padding: 16px 24px;
734
- overflow: hidden;
735
- line-height: 18px;
736
- background: #fff;
737
- border-radius: 4px;
738
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
739
- }
740
- .kt-notification-notice-message {
741
- display: inline-block;
742
- margin-bottom: 8px;
743
- color: rgba(0, 0, 0, 0.85);
744
- font-size: 16px;
745
- line-height: 24px;
746
- }
747
- .kt-notification-notice-description {
748
- font-size: 14px;
749
- }
750
- .kt-notification-notice-with-icon .kt-notification-notice-message {
751
- margin-bottom: 4px;
752
- margin-left: 48px;
753
- font-size: 16px;
754
- }
755
- .kt-notification-notice-with-icon .kt-notification-notice-description {
756
- margin-left: 48px;
757
- font-size: 14px;
758
- }
759
- .kt-notification-notice-icon {
760
- position: absolute;
761
- margin-left: 4px;
762
- font-size: 24px;
763
- line-height: 24px;
764
- top: 12px;
765
- }
766
- .anticon.kt-notification-notice-icon {
767
- height: 20px;
768
- }
769
- .anticon.kt-notification-notice-icon-success {
770
- color: #52c41a;
771
- }
772
- .anticon.kt-notification-notice-icon-info {
773
- color: var(--notificationsInfoIcon-foreground);
774
- }
775
- .anticon.kt-notification-notice-icon-warning {
776
- color: var(--notificationsWarningIcon-foreground);
777
- }
778
- .anticon.kt-notification-notice-icon-error {
779
- color: var(--notificationsErrorIcon-foreground);
780
- }
781
- .kt-notification-notice-close {
782
- position: absolute;
783
- top: 16px;
784
- right: 22px;
785
- height: 20px;
786
- color: rgba(0, 0, 0, 0.45);
787
- outline: none;
788
- }
789
- .kt-notification-notice-close:hover {
790
- color: rgba(0, 0, 0, 0.67);
791
- }
792
- .kt-notification-notice-btn {
793
- display: flex;
794
- flex-flow: wrap;
795
- align-items: center;
796
- justify-content: flex-end;
797
- margin-top: 16px;
798
- }
799
- .kt-notification .notification-fade-effect {
800
- animation-duration: 0.24s;
801
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
802
- animation-fill-mode: both;
803
- }
804
- .kt-notification-fade-enter,
805
- .kt-notification-fade-appear {
806
- opacity: 0;
807
- animation-duration: 0.24s;
808
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
809
- animation-fill-mode: both;
810
- animation-play-state: paused;
811
- }
812
- .kt-notification-fade-leave {
813
- animation-duration: 0.24s;
814
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
815
- animation-fill-mode: both;
816
- animation-duration: 0.2s;
817
- animation-play-state: paused;
818
- }
819
- .kt-notification-fade-enter.kt-notification-fade-enter-active,
820
- .kt-notification-fade-appear.kt-notification-fade-appear-active {
821
- animation-name: NotificationFadeIn;
822
- animation-play-state: running;
823
- }
824
- .kt-notification-fade-leave.kt-notification-fade-leave-active {
825
- animation-name: NotificationFadeOut;
826
- animation-play-state: running;
827
- }
828
- @keyframes NotificationFadeIn {
829
- 0% {
830
- left: 384px;
831
- opacity: 0;
832
- }
833
- 100% {
834
- left: 0;
835
- opacity: 1;
836
- }
837
- }
838
- @keyframes NotificationLeftFadeIn {
839
- 0% {
840
- right: 384px;
841
- opacity: 0;
842
- }
843
- 100% {
844
- right: 0;
845
- opacity: 1;
846
- }
847
- }
848
- @keyframes NotificationFadeOut {
849
- 0% {
850
- max-height: 150px;
851
- margin-bottom: 16px;
852
- padding-top: 16px 24px;
853
- padding-bottom: 16px 24px;
854
- opacity: 1;
855
- }
856
- 100% {
857
- max-height: 0;
858
- margin-bottom: 0;
859
- padding-top: 0;
860
- padding-bottom: 0;
861
- opacity: 0;
862
- }
863
- }
864
- .kt-notification-wrapper {
865
- background: var(--notifications-background);
866
- border-color: var(--notifications-border);
867
- padding: 12px;
868
- position: relative;
869
- }
870
- .kt-notification-wrapper .anticon {
871
- font-size: 12px;
872
- margin-top: 0;
873
- display: flex;
874
- align-items: center;
875
- justify-content: center;
876
- }
877
- .kt-notification-wrapper .kt-notification-notice-message,
878
- .kt-notification-wrapper .kt-notification-notice-description {
879
- width: calc(100% - 48px);
880
- color: var(--notifications-foreground);
881
- font-size: 12px;
882
- margin-left: 24px;
883
- margin-right: 24px;
884
- margin-bottom: 0;
885
- line-height: 20px;
886
- }
887
- .kt-notification-wrapper .kt-notification-notice-message code,
888
- .kt-notification-wrapper .kt-notification-notice-description code {
889
- display: inline-block;
890
- word-wrap: break-word;
891
- overflow: hidden;
892
- width: 100%;
893
- text-overflow: ellipsis;
894
- }
895
- .kt-notification-wrapper .kt-notification-notice-message p,
896
- .kt-notification-wrapper .kt-notification-notice-description p,
897
- .kt-notification-wrapper .kt-notification-notice-message pre,
898
- .kt-notification-wrapper .kt-notification-notice-description pre {
899
- margin-bottom: 0;
900
- }
901
- .kt-notification-wrapper .kt-notification-notice-description {
902
- margin-top: 4px;
903
- margin-bottom: 4px;
904
- }
905
- .kt-notification-wrapper .kt-notification-notice-close {
906
- display: flex;
907
- align-items: center;
908
- justify-content: center;
909
- color: var(--notifications-foreground);
910
- font-size: 12px;
911
- line-height: 20px;
912
- right: 18px;
913
- top: 12px;
914
- }
915
- .kt-notification-wrapper .kt-notification-notice-btn button {
916
- flex: 0 0 auto;
917
- margin: 0 0 5px 10px;
918
- word-break: keep-all;
919
- max-width: 100%;
920
- white-space: nowrap;
921
- overflow: hidden;
922
- text-overflow: ellipsis;
923
- padding: 0 5px;
924
- box-sizing: border-box;
925
- display: inline-block;
926
- }
927
- .kt-overlay.kt-modal {
928
- padding: 24px 24px;
929
- color: var(--kt-modal-foreground);
930
- }
931
- .kt-overlay .kt-modal-body {
932
- background: var(--kt-modal-background);
933
- border-color: var(--notifications-border);
934
- }
935
- .kt-overlay .kt-modal-header {
936
- background-color: var(--kt-modal-background);
937
- border-bottom-color: var(--kt-modal-separatorBackground);
938
- height: 56px;
939
- border-radius: 2px 2px 0 0;
940
- }
941
- .kt-overlay .kt-modal-title {
942
- color: var(--kt-modal-foreground);
943
- }
944
- .kt-overlay .kt-modal-footer {
945
- background-color: var(--kt-modal-background);
946
- border-top-color: var(--kt-modal-separatorBackground);
947
- height: 52px;
948
- border-radius: 0 0 2px 2px;
949
- }
950
- .kt-overlay .kt-modal-close-x {
951
- margin: 12px 22px 0 0;
952
- width: 20px;
953
- height: 20px;
954
- line-height: 20px;
955
- color: var(--kt-notificationsCloseIcon-foreground);
956
- }
957
- .kt-popover {
958
- position: absolute;
959
- display: block;
960
- visibility: visible;
961
- font-size: 12px;
962
- line-height: 1.5;
963
- opacity: 0.9;
964
- }
965
- .kt-popover-title {
966
- line-height: 22px;
967
- font-size: 12px;
968
- display: flex;
969
- justify-content: space-between;
970
- margin-bottom: 0;
971
- margin-top: 0;
972
- }
973
- .kt-popover-title.kt-button,
974
- .kt-popover-title .small-button-size {
975
- padding: 0px;
976
- }
977
- .kt-popover-content {
978
- position: relative;
979
- color: var(--kt-popover-foreground);
980
- background: var(--kt-popover-background);
981
- border-color: var(--kt-popover-border);
982
- border-radius: 2px;
983
- box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
984
- padding: 6px 10px;
985
- z-index: var(--stacking-level-popover-component, 999);
986
- }
987
- .kt-popover-content img {
988
- max-width: 20px;
989
- display: inline-block;
990
- }
991
- .kt-popover-hidden {
992
- display: none;
993
- }
994
- .kt-popover-placement-top,
995
- .kt-popover-placement-topLeft,
996
- .kt-popover-placement-topRight {
997
- padding: 5px 0 5px 0;
998
- }
999
- .kt-popover-placement-right,
1000
- .kt-popover-placement-rightTop,
1001
- .kt-popover-placement-rightBottom {
1002
- padding: 0 5px 0 5px;
1003
- }
1004
- .kt-popover-placement-bottom,
1005
- .kt-popover-placement-bottomLeft,
1006
- .kt-popover-placement-bottomRight {
1007
- padding: 5px 0 5px 0;
1008
- }
1009
- .kt-popover-placement-left,
1010
- .kt-popover-placement-leftTop,
1011
- .kt-popover-placement-leftBottom {
1012
- padding: 0 5px 0 5px;
1013
- }
1014
- .kt-popover-arrow {
1015
- position: absolute;
1016
- width: 0;
1017
- height: 0;
1018
- z-index: var(--stacking-level-popover-component-arrow, 1000);
1019
- border-color: transparent;
1020
- border-style: solid;
1021
- }
1022
- .kt-popover-placement-top .kt-popover-arrow,
1023
- .kt-popover-placement-topLeft .kt-popover-arrow,
1024
- .kt-popover-placement-topRight .kt-popover-arrow {
1025
- bottom: 4px;
1026
- margin-left: -5px;
1027
- border-width: 5px 5px 0;
1028
- border-top-color: var(--kt-popover-background);
1029
- }
1030
- .kt-popover-placement-top .kt-popover-arrow {
1031
- left: 50%;
1032
- }
1033
- .kt-popover-placement-topLeft .kt-popover-arrow {
1034
- left: 15%;
1035
- }
1036
- .kt-popover-placement-topRight .kt-popover-arrow {
1037
- right: 15%;
1038
- }
1039
- .kt-popover-placement-right .kt-popover-arrow,
1040
- .kt-popover-placement-rightTop .kt-popover-arrow,
1041
- .kt-popover-placement-rightBottom .kt-popover-arrow {
1042
- left: 4px;
1043
- margin-top: -5px;
1044
- border-width: 5px 5px 5px 0;
1045
- border-right-color: var(--kt-popover-background);
1046
- }
1047
- .kt-popover-placement-right .kt-popover-arrow {
1048
- top: 50%;
1049
- }
1050
- .kt-popover-placement-rightTop .kt-popover-arrow {
1051
- top: 15%;
1052
- margin-top: 0;
1053
- }
1054
- .kt-popover-placement-rightBottom .kt-popover-arrow {
1055
- bottom: 15%;
1056
- }
1057
- .kt-popover-placement-left .kt-popover-arrow,
1058
- .kt-popover-placement-leftTop .kt-popover-arrow,
1059
- .kt-popover-placement-leftBottom .kt-popover-arrow {
1060
- right: 4px;
1061
- margin-top: -5px;
1062
- border-width: 5px 0 5px 5px;
1063
- border-left-color: var(--kt-popover-background);
1064
- }
1065
- .kt-popover-placement-left .kt-popover-arrow {
1066
- top: 50%;
1067
- }
1068
- .kt-popover-placement-leftTop .kt-popover-arrow {
1069
- top: 15%;
1070
- margin-top: 0;
1071
- }
1072
- .kt-popover-placement-leftBottom .kt-popover-arrow {
1073
- bottom: 15%;
1074
- }
1075
- .kt-popover-placement-bottom .kt-popover-arrow,
1076
- .kt-popover-placement-bottomLeft .kt-popover-arrow,
1077
- .kt-popover-placement-bottomRight .kt-popover-arrow {
1078
- top: 4px;
1079
- margin-left: -5px;
1080
- border-width: 0 5px 5px;
1081
- border-bottom-color: var(--kt-popover-background);
1082
- }
1083
- .kt-popover-placement-bottom .kt-popover-arrow {
1084
- left: 50%;
1085
- }
1086
- .kt-popover-placement-bottomLeft .kt-popover-arrow {
1087
- left: 15%;
1088
- }
1089
- .kt-popover-placement-bottomRight .kt-popover-arrow {
1090
- right: 15%;
1091
- }
1092
- .kt-popover-placement-topLeft .kt-popover-arrow {
1093
- left: 15px;
1094
- }
1095
- .kt-popover.kt-popover-zoom-appear,
1096
- .kt-popover.kt-popover-zoom-enter {
1097
- opacity: 0;
1098
- }
1099
- .kt-popover.kt-popover-zoom-enter,
1100
- .kt-popover.kt-popover-zoom-leave {
1101
- display: block;
1102
- }
1103
- .kt-popover-zoom-enter,
1104
- .kt-popover-zoom-appear {
1105
- opacity: 0;
1106
- animation-duration: 0.3s;
1107
- animation-fill-mode: both;
1108
- animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
1109
- animation-play-state: paused;
1110
- }
1111
- .kt-popover-zoom-leave {
1112
- animation-duration: 0.3s;
1113
- animation-fill-mode: both;
1114
- animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
1115
- animation-play-state: paused;
1116
- }
1117
- .kt-popover-zoom-enter.kt-popover-zoom-enter-active,
1118
- .kt-popover-zoom-appear.kt-popover-zoom-appear-active {
1119
- animation-name: rcToolTipZoomIn;
1120
- animation-play-state: running;
1121
- }
1122
- .kt-popover-zoom-leave.kt-popover-zoom-leave-active {
1123
- animation-name: rcToolTipZoomOut;
1124
- animation-play-state: running;
1125
- }
1126
- @keyframes rcToolTipZoomIn {
1127
- 0% {
1128
- opacity: 0;
1129
- transform-origin: 50% 50%;
1130
- transform: scale(0, 0);
1131
- }
1132
- 100% {
1133
- opacity: 1;
1134
- transform-origin: 50% 50%;
1135
- transform: scale(1, 1);
1136
- }
1137
- }
1138
- @keyframes rcToolTipZoomOut {
1139
- 0% {
1140
- opacity: 1;
1141
- transform-origin: 50% 50%;
1142
- transform: scale(1, 1);
1143
- }
1144
- 100% {
1145
- opacity: 0;
1146
- transform-origin: 50% 50%;
1147
- transform: scale(0, 0);
1148
- }
1149
- }
1150
- .kt-select-overlay {
1151
- position: fixed;
1152
- width: 100%;
1153
- height: 100%;
1154
- left: 0px;
1155
- top: 0px;
1156
- z-index: -1;
1157
- }
1158
- .kt-select-container {
1159
- position: relative;
1160
- user-select: none;
1161
- min-width: 0px;
1162
- }
1163
- .kt-select-container .kt-select-search {
1164
- -webkit-appearance: none;
1165
- background: transparent;
1166
- line-height: inherit;
1167
- outline: none;
1168
- border: none;
1169
- }
1170
- .kt-select-container .kt-select-value {
1171
- margin: 0px;
1172
- max-width: 100%;
1173
- border-radius: 2px;
1174
- color: var(--kt-select-foreground);
1175
- background-color: var(--kt-select-background);
1176
- display: flex;
1177
- justify-content: center;
1178
- align-items: center;
1179
- padding: 0px 8px;
1180
- flex: 1;
1181
- border-style: solid;
1182
- border-width: 1px;
1183
- border-color: var(--kt-select-border);
1184
- cursor: pointer;
1185
- box-sizing: border-box;
1186
- }
1187
- .kt-select-container .kt-select-value > span {
1188
- color: var(--kt-select-foreground);
1189
- cursor: pointer;
1190
- }
1191
- .kt-select-container .kt-select-value .kt-select-option {
1192
- text-overflow: ellipsis;
1193
- overflow: hidden;
1194
- white-space: nowrap;
1195
- flex: 1;
1196
- min-width: 0px;
1197
- cursor: pointer;
1198
- display: inline-block;
1199
- width: 100%;
1200
- }
1201
- .kt-select-container .kt-select-value .kt-select-value-active,
1202
- .kt-select-container .kt-select-value:hover {
1203
- box-sizing: border-box;
1204
- border-color: var(--kt-selectOption-activeBorder);
1205
- }
1206
- .kt-select-container .kt-select-value.kt-select-disabled {
1207
- pointer-events: none;
1208
- background-color: var(--kt-select-disableBackground);
1209
- color: var(--kt-select-disableForeground);
1210
- }
1211
- .kt-select-container .kt-select-value.kt-select-warning {
1212
- border-color: var(--kt-select-warningForeground);
1213
- }
1214
- .kt-select-container .kt-select-warning-text {
1215
- background-color: var(--kt-select-warningForeground);
1216
- padding: 4px 8px;
1217
- color: #fff;
1218
- }
1219
- .kt-select-container .kt-select-value-active {
1220
- box-sizing: border-box;
1221
- border-color: var(--kt-selectOption-activeBorder);
1222
- }
1223
- .kt-select-container .kt-select-value-large,
1224
- .kt-select-container .kt-select-value-large > span {
1225
- height: 30px;
1226
- font-size: 14px;
1227
- line-height: 30px;
1228
- }
1229
- .kt-select-container .kt-select-value-default,
1230
- .kt-select-container .kt-select-value-default > span {
1231
- height: 28px;
1232
- font-size: 12px;
1233
- line-height: 28px;
1234
- }
1235
- .kt-select-container .kt-select-value-default-icon {
1236
- margin-left: 5px;
1237
- }
1238
- .kt-select-container .kt-select-value-small,
1239
- .kt-select-container .kt-select-value-small > span {
1240
- height: 22px;
1241
- font-size: 12px;
1242
- line-height: 22px;
1243
- }
1244
- .kt-select-option-icon {
1245
- margin-right: 5px;
1246
- }
1247
- .kt-select-options {
1248
- display: none;
1249
- position: fixed;
1250
- margin-top: 4px;
1251
- max-width: 100%;
1252
- color: var(--kt-selectDropdown-foreground);
1253
- background-color: var(--kt-selectDropdown-background);
1254
- z-index: 20;
1255
- border-radius: 2px;
1256
- overflow-y: auto !important;
1257
- box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
1258
- }
1259
- .kt-select-options .kt-select-option-default {
1260
- display: flex;
1261
- align-items: center;
1262
- position: relative;
1263
- }
1264
- .kt-select-options .kt-select-option-default .kt-select-option-icon {
1265
- margin-right: 5px;
1266
- }
1267
- .kt-select-options .kt-select-option-select span {
1268
- display: inline-block;
1269
- margin: 0 2px;
1270
- width: calc(100% - 4px);
1271
- box-sizing: border-box;
1272
- outline: 1px solid var(--list-focusOutline);
1273
- outline-offset: -1px;
1274
- color: var(--kt-selectDropdown-selectionForeground);
1275
- background-color: var(--kt-selectDropdown-selectionBackground);
1276
- }
1277
- .kt-select-options .kt-select-option-select span:hover {
1278
- background-color: var(--kt-selectDropdown-selectionBackground);
1279
- }
1280
- .kt-select-options .kt-select-description {
1281
- line-height: 1;
1282
- margin-bottom: -3px;
1283
- }
1284
- .kt-select-options span {
1285
- color: var(--kt-selectDropdown-foreground);
1286
- background-color: var(--kt-selectDropdown-background);
1287
- cursor: pointer;
1288
- height: 26px;
1289
- padding: 0px 16px;
1290
- text-overflow: ellipsis;
1291
- overflow: hidden;
1292
- white-space: nowrap;
1293
- line-height: 26px;
1294
- display: inline-block;
1295
- margin: 0 2px;
1296
- width: calc(100% - 4px);
1297
- box-sizing: border-box;
1298
- }
1299
- .kt-select-options span:hover {
1300
- box-sizing: border-box;
1301
- outline: 1px solid var(--list-focusOutline);
1302
- outline-offset: -1px;
1303
- background-color: var(--kt-selectDropdown-hoverBackground);
1304
- }
1305
- .kt-select-options .kt-option-divider {
1306
- height: 1px;
1307
- background-color: var(--kt-select-border);
1308
- width: 100%;
1309
- margin: 0 auto;
1310
- }
1311
- .kt-select-options .kt-option-description {
1312
- min-height: 26px;
1313
- max-height: 52px;
1314
- font-size: 12px;
1315
- line-height: 26px;
1316
- padding: 0 16px;
1317
- overflow: hidden;
1318
- text-overflow: ellipsis;
1319
- display: -webkit-box;
1320
- -webkit-line-clamp: 2;
1321
- -webkit-box-orient: vertical;
1322
- }
1323
- .kt-select-options .kt-option-disabled {
1324
- pointer-events: none;
1325
- background-color: var(--kt-select-disableBackground);
1326
- color: var(--kt-select-disableForeground);
1327
- }
1328
- .kt-select-options.kt-select-options-visible {
1329
- display: block;
1330
- }
1331
- .kt-select-options.kt-select-options-large {
1332
- padding: 4px 0px;
1333
- }
1334
- .kt-select-options.kt-select-options-large > span,
1335
- .kt-select-options.kt-select-options-large > div > span {
1336
- height: 30px;
1337
- font-size: 14px;
1338
- line-height: 30px;
1339
- }
1340
- .kt-select-options.kt-select-options-large .kt-select-group-header {
1341
- font-size: 14px;
1342
- line-height: 30px;
1343
- }
1344
- .kt-select-options.kt-select-options-default {
1345
- padding: 3px 0px;
1346
- }
1347
- .kt-select-options.kt-select-options-default > span,
1348
- .kt-select-options.kt-select-options-default > div > span {
1349
- height: 26px;
1350
- font-size: 12px;
1351
- line-height: 26px;
1352
- }
1353
- .kt-select-options.kt-select-options-default .kt-select-group-header {
1354
- font-size: 12px;
1355
- line-height: 26px;
1356
- }
1357
- .kt-select-options.kt-select-options-small {
1358
- padding: 3px 0px;
1359
- }
1360
- .kt-select-options.kt-select-options-small > span,
1361
- .kt-select-options.kt-select-options-small > div > span {
1362
- height: 26px;
1363
- font-size: 12px;
1364
- line-height: 26px;
1365
- }
1366
- .kt-select-options.kt-select-options-small .kt-select-group-header {
1367
- font-size: 12px;
1368
- line-height: 26px;
1369
- }
1370
- .kt-select-options .kt-option-with-check {
1371
- padding-left: 20px;
1372
- }
1373
- .kt-select-options .kt-select-group-header {
1374
- padding-left: 5px;
1375
- color: var(--kt-selectDropdown-teamForeground);
1376
- display: flex;
1377
- }
1378
- .kt-select-options .kt-option-check {
1379
- position: absolute;
1380
- left: 0;
1381
- height: 100%;
1382
- display: flex;
1383
- align-items: center;
1384
- }
1385
- .kt-select-options .kt-option-check .kt-icon {
1386
- width: 20px;
1387
- padding: 0 4px;
1388
- background-color: transparent;
1389
- }
1390
- .kt-tabs {
1391
- display: flex;
1392
- align-items: center;
1393
- border-bottom: 1px solid var(--kt-tab-borderDown);
1394
- }
1395
- .kt-tabs .kt-tab,
1396
- .kt-tabs .kt-custom-tab {
1397
- padding: 8px 0 8px;
1398
- line-height: 20px;
1399
- border-bottom: 2px solid transparent;
1400
- color: var(--kt-tab-inactiveForeground);
1401
- cursor: pointer;
1402
- }
1403
- .kt-tabs .kt-tab.kt-mini-tab,
1404
- .kt-tabs .kt-custom-tab.kt-mini-tab {
1405
- padding: 2px 0 2px;
1406
- }
1407
- .kt-tabs .kt-tab.kt-tab-selected,
1408
- .kt-tabs .kt-custom-tab.kt-tab-selected {
1409
- color: var(--kt-tab-activeForeground);
1410
- border-bottom-color: var(--kt-tab-activeBorder);
1411
- }
1412
- .kt-tabs.kt-tabs-mini {
1413
- border-bottom: none;
1414
- }
1415
- .kt-tabs .kt-tab + .kt-tab,
1416
- .kt-tabs .kt-custom-tab + .kt-custom-tab,
1417
- .kt-tabs .kt-tab + .kt-custom-tab,
1418
- .kt-tabs .kt-custom-tab + .kt-tab {
1419
- margin-left: 24px;
1420
- }
1421
- .kt-tooltip-wrapper {
1422
- position: relative;
1423
- margin: 0px;
1424
- padding: 0px;
1425
- display: inline-block;
1426
- }
1427
- .kt-tooltip-wrapper .kt-tooltip-content {
1428
- display: inline-block;
1429
- position: fixed;
1430
- font-size: 12px;
1431
- font-weight: normal;
1432
- border-radius: 2px;
1433
- line-height: 20px;
1434
- padding: 4px 8px;
1435
- z-index: 2;
1436
- white-space: nowrap;
1437
- color: var(--kt-tooltip-foreground);
1438
- background: var(--kt-tooltip-background);
1439
- box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.24), 0px 9px 28px 0px rgba(0, 0, 0, 0.15), 0px 12px 48px 16px rgba(0, 0, 0, 0.09);
1440
- }
1441
- .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder {
1442
- position: absolute;
1443
- top: 100%;
1444
- width: 0;
1445
- height: 0;
1446
- border-style: solid;
1447
- border-width: 7px 7px 0 7px;
1448
- border-color: var(--kt-tooltip-background) transparent transparent transparent;
1449
- }
1450
- .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder.kt-tooltip-reverse-arrow {
1451
- top: auto !important;
1452
- bottom: 100% !important;
1453
- border-width: 0px 7px 7px 7px !important;
1454
- border-color: transparent transparent var(--kt-tooltip-background) transparent !important;
1455
- }
1456
-
1457
- /*!**********************************************************************************************************************************************************************************!*\
1458
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/dropdown/style.less ***!
1459
- \**********************************************************************************************************************************************************************************/
1460
- .text-ellipsis {
1461
- overflow: hidden;
1462
- text-overflow: ellipsis;
1463
- white-space: nowrap;
1464
- }
1465
- .kt-dropdown {
1466
- box-sizing: border-box;
1467
- margin: 0;
1468
- padding: 0;
1469
- color: rgba(0, 0, 0, 0.65);
1470
- font-size: 14px;
1471
- font-variant: tabular-nums;
1472
- line-height: 1.5;
1473
- list-style: none;
1474
- font-feature-settings: 'tnum';
1475
- position: absolute;
1476
- top: -9999px;
1477
- left: -9999px;
1478
- z-index: 1050;
1479
- display: block;
1480
- }
1481
- .kt-dropdown::before {
1482
- position: absolute;
1483
- top: -7px;
1484
- right: 0;
1485
- bottom: -7px;
1486
- left: -7px;
1487
- z-index: -9999;
1488
- opacity: 0.0001;
1489
- content: ' ';
1490
- }
1491
- .kt-dropdown-wrap {
1492
- position: relative;
1493
- }
1494
- .kt-dropdown-wrap .kt-btn > .anticon-down {
1495
- display: inline-block;
1496
- font-size: 12px;
1497
- font-size: 10px \9;
1498
- transform: scale(0.83333333) rotate(0deg);
1499
- }
1500
- :root .kt-dropdown-wrap .kt-btn > .anticon-down {
1501
- font-size: 12px;
1502
- }
1503
- .kt-dropdown-wrap .anticon-down::before {
1504
- transition: transform 0.2s;
1505
- }
1506
- .kt-dropdown-wrap-open .anticon-down::before {
1507
- transform: rotate(180deg);
1508
- }
1509
- .kt-dropdown-hidden,
1510
- .kt-dropdown-menu-hidden {
1511
- display: none;
1512
- }
1513
- .kt-dropdown-menu {
1514
- position: relative;
1515
- margin: 0;
1516
- padding: 4px 0;
1517
- text-align: left;
1518
- list-style-type: none;
1519
- background-color: #fff;
1520
- background-clip: padding-box;
1521
- border-radius: 4px;
1522
- outline: none;
1523
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
1524
- -webkit-transform: translate3d(0, 0, 0);
1525
- }
1526
- .kt-dropdown-menu-item-group-title {
1527
- padding: 5px 12px;
1528
- color: rgba(0, 0, 0, 0.45);
1529
- transition: all 0.3s;
1530
- }
1531
- .kt-dropdown-menu-submenu-popup {
1532
- position: absolute;
1533
- z-index: 1050;
1534
- }
1535
- .kt-dropdown-menu-submenu-popup > .kt-dropdown-menu {
1536
- transform-origin: 0 0;
1537
- }
1538
- .kt-dropdown-menu-submenu-popup ul,
1539
- .kt-dropdown-menu-submenu-popup li {
1540
- list-style: none;
1541
- }
1542
- .kt-dropdown-menu-submenu-popup ul {
1543
- margin-right: 0.3em;
1544
- margin-left: 0.3em;
1545
- padding: 0;
1546
- }
1547
- .kt-dropdown-menu-item,
1548
- .kt-dropdown-menu-submenu-title {
1549
- clear: both;
1550
- margin: 0;
1551
- padding: 5px 12px;
1552
- color: rgba(0, 0, 0, 0.65);
1553
- font-weight: normal;
1554
- font-size: 14px;
1555
- line-height: 22px;
1556
- white-space: nowrap;
1557
- cursor: pointer;
1558
- transition: all 0.3s;
1559
- }
1560
- .kt-dropdown-menu-item > .anticon:first-child,
1561
- .kt-dropdown-menu-submenu-title > .anticon:first-child,
1562
- .kt-dropdown-menu-item > span > .anticon:first-child,
1563
- .kt-dropdown-menu-submenu-title > span > .anticon:first-child {
1564
- min-width: 12px;
1565
- margin-right: 8px;
1566
- font-size: 12px;
1567
- }
1568
- .kt-dropdown-menu-item > a,
1569
- .kt-dropdown-menu-submenu-title > a {
1570
- display: block;
1571
- margin: -5px -12px;
1572
- padding: 5px 12px;
1573
- color: rgba(0, 0, 0, 0.65);
1574
- transition: all 0.3s;
1575
- }
1576
- .kt-dropdown-menu-item-selected,
1577
- .kt-dropdown-menu-submenu-title-selected,
1578
- .kt-dropdown-menu-item-selected > a,
1579
- .kt-dropdown-menu-submenu-title-selected > a {
1580
- color: #1890ff;
1581
- background-color: #e6f7ff;
1582
- }
1583
- .kt-dropdown-menu-item:hover,
1584
- .kt-dropdown-menu-submenu-title:hover {
1585
- background-color: #e6f7ff;
1586
- }
1587
- .kt-dropdown-menu-item-disabled,
1588
- .kt-dropdown-menu-submenu-title-disabled {
1589
- color: rgba(0, 0, 0, 0.25);
1590
- cursor: not-allowed;
1591
- }
1592
- .kt-dropdown-menu-item-disabled:hover,
1593
- .kt-dropdown-menu-submenu-title-disabled:hover {
1594
- color: rgba(0, 0, 0, 0.25);
1595
- background-color: #fff;
1596
- cursor: not-allowed;
1597
- }
1598
- .kt-dropdown-menu-item-divider,
1599
- .kt-dropdown-menu-submenu-title-divider {
1600
- height: 1px;
1601
- margin: 4px 0;
1602
- overflow: hidden;
1603
- line-height: 0;
1604
- background-color: #e8e8e8;
1605
- }
1606
- .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow,
1607
- .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow {
1608
- position: absolute;
1609
- right: 8px;
1610
- }
1611
- .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,
1612
- .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon {
1613
- color: rgba(0, 0, 0, 0.45);
1614
- font-style: normal;
1615
- display: inline-block;
1616
- font-size: 12px;
1617
- font-size: 10px \9;
1618
- transform: scale(0.83333333) rotate(0deg);
1619
- }
1620
- :root .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,
1621
- :root .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon {
1622
- font-size: 12px;
1623
- }
1624
- .kt-dropdown-menu-item-group-list {
1625
- margin: 0 8px;
1626
- padding: 0;
1627
- list-style: none;
1628
- }
1629
- .kt-dropdown-menu-submenu-title {
1630
- padding-right: 26px;
1631
- }
1632
- .kt-dropdown-menu-submenu-vertical {
1633
- position: relative;
1634
- }
1635
- .kt-dropdown-menu-submenu-vertical > .kt-dropdown-menu {
1636
- position: absolute;
1637
- top: 0;
1638
- left: 100%;
1639
- min-width: 100%;
1640
- margin-left: 4px;
1641
- transform-origin: 0 0;
1642
- }
1643
- .kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title,
1644
- .kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon {
1645
- color: rgba(0, 0, 0, 0.25);
1646
- background-color: #fff;
1647
- cursor: not-allowed;
1648
- }
1649
- .kt-dropdown-menu-submenu-selected .kt-dropdown-menu-submenu-title {
1650
- color: #1890ff;
1651
- }
1652
- .kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomLeft,
1653
- .kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomLeft,
1654
- .kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomCenter,
1655
- .kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomCenter,
1656
- .kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomRight,
1657
- .kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomRight {
1658
- animation-name: antSlideUpIn;
1659
- }
1660
- .kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topLeft,
1661
- .kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topLeft,
1662
- .kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topCenter,
1663
- .kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topCenter,
1664
- .kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topRight,
1665
- .kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topRight {
1666
- animation-name: antSlideDownIn;
1667
- }
1668
- .kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomLeft,
1669
- .kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomCenter,
1670
- .kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomRight {
1671
- animation-name: antSlideUpOut;
1672
- }
1673
- .kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topLeft,
1674
- .kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topCenter,
1675
- .kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topRight {
1676
- animation-name: antSlideDownOut;
1677
- }
1678
- .kt-dropdown-trigger > .anticon.anticon-down,
1679
- .kt-dropdown-link > .anticon.anticon-down {
1680
- display: inline-block;
1681
- font-size: 12px;
1682
- font-size: 10px \9;
1683
- transform: scale(0.83333333) rotate(0deg);
1684
- }
1685
- :root .kt-dropdown-trigger > .anticon.anticon-down,
1686
- :root .kt-dropdown-link > .anticon.anticon-down {
1687
- font-size: 12px;
1688
- }
1689
- .kt-dropdown-button {
1690
- white-space: nowrap;
1691
- }
1692
- .kt-dropdown-button.kt-btn-group > .kt-btn:last-child:not(:first-child) {
1693
- padding-right: 8px;
1694
- padding-left: 8px;
1695
- }
1696
- .kt-dropdown-button .anticon.anticon-down {
1697
- display: inline-block;
1698
- font-size: 12px;
1699
- font-size: 10px \9;
1700
- transform: scale(0.83333333) rotate(0deg);
1701
- }
1702
- :root .kt-dropdown-button .anticon.anticon-down {
1703
- font-size: 12px;
1704
- }
1705
- .kt-dropdown-button {
1706
- box-sizing: border-box;
1707
- margin: 0;
1708
- padding: 0;
1709
- color: rgba(0, 0, 0, 0.65);
1710
- font-size: 14px;
1711
- font-variant: tabular-nums;
1712
- line-height: 1.5;
1713
- list-style: none;
1714
- font-feature-settings: 'tnum';
1715
- display: flex;
1716
- border-radius: 2px;
1717
- overflow: hidden;
1718
- }
1719
- .kt-dropdown-button .kt-button {
1720
- border-radius: 0;
1721
- }
1722
- .kt-dropdown-button .kt-button:first-child {
1723
- border-right: 1px solid var(--kt-hintBackground);
1724
- }
1725
- .kt-dropdown-button .kt-button:last-child {
1726
- padding: 0 6px;
1727
- }
1728
-
1729
- /*!*******************************************************************************************************************************************************************************!*\
1730
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/icon/styles.less ***!
1731
- \*******************************************************************************************************************************************************************************/
1732
- .kt-icon {
1733
- display: inline-block;
1734
- background-repeat: no-repeat;
1735
- cursor: pointer;
1736
- color: var(--kt-icon-foreground);
1737
- line-height: 1;
1738
- }
1739
- .kt-icon.mask-mode {
1740
- background-color: var(--foreground);
1741
- }
1742
- .kt-icon-loading {
1743
- animation: kt-icon-spin 1s infinite linear;
1744
- }
1745
- .kt-icon-small {
1746
- font-size: 14px;
1747
- }
1748
- .kt-icon-large {
1749
- font-size: 16px;
1750
- }
1751
- .kt-icon-clickable:hover {
1752
- color: var(--kt-icon-hoverForeground);
1753
- }
1754
- .kt-icon-clickable:active {
1755
- color: var(--kt-icon-clickForeground);
1756
- }
1757
- .kt-icon-disabled {
1758
- color: var(--kt-icon-disableForeground);
1759
- pointer-events: none;
1760
- cursor: not-allowed;
1761
- }
1762
- @keyframes kt-icon-spin {
1763
- 100% {
1764
- transform: rotate(360deg);
1765
- }
1766
- }
1767
- .iconfont-anim-spin {
1768
- animation: fa-spin 2s infinite linear;
1769
- }
1770
- .iconfont-anim-pulse {
1771
- animation: fa-spin 1s infinite steps(8);
1772
- }
1773
- @keyframes fa-spin {
1774
- 0% {
1775
- transform: rotate(0deg);
1776
- }
1777
- 100% {
1778
- transform: rotate(360deg);
1779
- }
1780
- }
1781
- .iconfont-rotate-90 {
1782
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
1783
- transform: rotate(90deg);
1784
- }
1785
- .iconfont-rotate-180 {
1786
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
1787
- transform: rotate(180deg);
1788
- }
1789
- .iconfont-rotate-270 {
1790
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
1791
- transform: rotate(270deg);
1792
- }
1793
- .iconfont-flip-horizontal {
1794
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
1795
- transform: scale(-1, 1);
1796
- }
1797
- .iconfont-flip-vertical {
1798
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
1799
- transform: scale(1, -1);
1800
- }
1801
- .iconfont-flip-both,
1802
- .iconfont-flip-horizontal.iconfont-flip-vertical {
1803
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
1804
- transform: scale(-1, -1);
1805
- }
1806
- :root .iconfont-rotate-90,
1807
- :root .iconfont-rotate-180,
1808
- :root .iconfont-rotate-270,
1809
- :root .iconfont-flip-horizontal,
1810
- :root .iconfont-flip-vertical,
1811
- :root .iconfont-flip-both {
1812
- filter: none;
1813
- }
1814
-
1815
- /*!********************************************************************************************************************************************************************************!*\
1816
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/button/style.less ***!
1817
- \********************************************************************************************************************************************************************************/
1818
- .kt-clickable-icon:hover {
1819
- transform: scale(1.1);
1820
- }
1821
- .kt-clickable-icon:active {
1822
- transform: scale(1.1);
1823
- }
1824
- .kt-icon-resource::before {
1825
- display: inherit;
1826
- background-size: 16px;
1827
- background-position: center;
1828
- background-repeat: no-repeat;
1829
- width: 22px;
1830
- height: 22px;
1831
- -webkit-font-smoothing: antialiased;
1832
- flex-shrink: 0;
1833
- }
1834
- .kt-button {
1835
- border: none;
1836
- outline: none;
1837
- cursor: pointer;
1838
- display: inline-flex;
1839
- justify-content: center;
1840
- align-items: center;
1841
- font-size: 12px;
1842
- padding: 0px 12px;
1843
- height: 28px;
1844
- line-height: 1;
1845
- box-sizing: border-box;
1846
- border-radius: 2px;
1847
- color: var(--button-foreground);
1848
- background-color: var(--button-background);
1849
- white-space: pre-wrap;
1850
- }
1851
- .kt-button.block-button {
1852
- width: 100%;
1853
- }
1854
- .kt-button > .kt-button-secondary-more {
1855
- color: inherit;
1856
- margin-left: 5px;
1857
- }
1858
- @keyframes loadingCircle {
1859
- 100% {
1860
- transform: rotate(360deg);
1861
- }
1862
- }
1863
- .kt-button-anticon-spin {
1864
- animation: loadingCircle 1s infinite linear;
1865
- margin-right: 5px;
1866
- }
1867
- .default-button {
1868
- color: var(--kt-defaultButton-foreground);
1869
- background-color: var(--kt-defaultButton-background);
1870
- }
1871
- .default-button:hover {
1872
- background-color: var(--kt-defaultButton-hoverBackground);
1873
- }
1874
- .default-button:active {
1875
- background-color: var(--kt-defaultButton-clickBackground);
1876
- }
1877
- .primary-button {
1878
- color: var(--kt-primaryButton-foreground);
1879
- background-color: var(--kt-primaryButton-background);
1880
- border: 1px solid var(--kt-primaryButton-border);
1881
- }
1882
- .primary-button:hover {
1883
- background-color: var(--kt-primaryButton-hoverBackground);
1884
- }
1885
- .primary-button:active {
1886
- background-color: var(--kt-primaryButton-clickBackground);
1887
- }
1888
- .secondary-button {
1889
- color: var(--kt-secondaryButton-foreground);
1890
- background-color: var(--kt-secondaryButton-background);
1891
- border-style: solid;
1892
- border-width: 1px;
1893
- border-color: var(--kt-secondaryButton-border);
1894
- }
1895
- .secondary-button:hover {
1896
- color: var(--kt-secondaryButton-hoverForeground);
1897
- background-color: var(--kt-secondaryButton-hoverBackground);
1898
- border-color: var(--kt-secondaryButton-hoverBorder);
1899
- }
1900
- .secondary-button:active {
1901
- color: var(--kt-secondaryButton-clickForeground);
1902
- background-color: var(--kt-secondaryButton-clickBackground);
1903
- border-color: var(--kt-secondaryButton-clickBorder);
1904
- }
1905
- .ghost-button {
1906
- border-style: solid;
1907
- border-width: 1px;
1908
- }
1909
- .ghost-button:disabled {
1910
- border-color: transparent;
1911
- border: none;
1912
- cursor: default;
1913
- }
1914
- .ghost-secondary-button {
1915
- color: var(--kt-whiteGhostButton-foreground);
1916
- background-color: var(--kt-whiteGhostButton-background);
1917
- border-color: transparent;
1918
- }
1919
- .ghost-secondary-button:hover {
1920
- color: var(--kt-whiteGhostButton-foreground);
1921
- background-color: transparent;
1922
- border-color: var(--kt-whiteGhostButton-border);
1923
- }
1924
- .ghost-secondary-button:active {
1925
- color: var(--kt-whiteGhostButton-clickForeground);
1926
- background-color: transparent;
1927
- border-color: var(--kt-whiteGhostButton-clickBorder);
1928
- }
1929
- .ghost-secondary-button:disabled {
1930
- color: var(--kt-whiteGhostButton-disableForeground);
1931
- border-color: transparent;
1932
- cursor: default;
1933
- }
1934
- .link-button {
1935
- color: var(--kt-linkButton-foreground);
1936
- background-color: transparent;
1937
- }
1938
- .link-button:hover {
1939
- color: var(--kt-linkButton-hoverForeground);
1940
- background-color: transparent;
1941
- border-color: transparent;
1942
- }
1943
- .link-button:active {
1944
- color: var(--kt-linkButton-clickForeground);
1945
- border-color: transparent;
1946
- background-color: transparent;
1947
- }
1948
- .link-button:disabled {
1949
- color: var(--kt-linkButton-disableForeground);
1950
- border-color: transparent !important;
1951
- background-color: transparent !important;
1952
- cursor: default;
1953
- }
1954
- .ghost-primary-button:disabled {
1955
- border-color: transparent;
1956
- background-color: transparent;
1957
- }
1958
- .ghost-button:disabled,
1959
- .danger-button:disabled,
1960
- .secondary-button:disabled,
1961
- .primary-button:disabled,
1962
- .ghost-danger-button:disabled,
1963
- .default-button:disabled,
1964
- .kt-danger-button-loading,
1965
- .kt-primary-button-loading,
1966
- .kt-secondary-button-loading {
1967
- color: var(--kt-button-disableForeground) !important;
1968
- background-color: var(--kt-button-disableBackground) !important;
1969
- box-shadow: var(--kt-button-disableBorder) 0px 0px 0px 1px inset;
1970
- cursor: not-allowed;
1971
- }
1972
- .ghost-button:disabled > .kt-button-secondary-more,
1973
- .danger-button:disabled > .kt-button-secondary-more,
1974
- .secondary-button:disabled > .kt-button-secondary-more,
1975
- .primary-button:disabled > .kt-button-secondary-more,
1976
- .ghost-danger-button:disabled > .kt-button-secondary-more,
1977
- .default-button:disabled > .kt-button-secondary-more,
1978
- .kt-danger-button-loading > .kt-button-secondary-more,
1979
- .kt-primary-button-loading > .kt-button-secondary-more,
1980
- .kt-secondary-button-loading > .kt-button-secondary-more {
1981
- color: var(--kt-button-disableForeground);
1982
- }
1983
- .secondary-button:disabled {
1984
- border: none;
1985
- }
1986
- .link-button:disabled {
1987
- cursor: not-allowed;
1988
- }
1989
- .ghost-primary-button {
1990
- color: var(--kt-primaryGhostButton-foreground);
1991
- background-color: var(--kt-primaryGhostButton-background);
1992
- border-color: transparent;
1993
- }
1994
- .ghost-primary-button:hover {
1995
- border-color: var(--kt-primaryGhostButton-border);
1996
- background-color: transparent;
1997
- }
1998
- .ghost-primary-button:active {
1999
- color: var(--kt-primaryGhostButton-clickForeground);
2000
- background-color: var(--kt-primaryGhostButton-clickBackground);
2001
- border-color: var(--kt-primaryGhostButton-clickBorder);
2002
- }
2003
- .danger-button {
2004
- color: var(--kt-dangerButton-foreground);
2005
- background-color: var(--kt-dangerButton-background);
2006
- }
2007
- .danger-button:hover {
2008
- background-color: var(--kt-dangerButton-hoverBackground);
2009
- }
2010
- .danger-button:active {
2011
- background-color: var(--kt-dangerButton-clickBackground);
2012
- }
2013
- .ghost-danger-button {
2014
- color: var(--kt-dangerGhostButton-foreground);
2015
- background-color: var(--kt-dangerGhostButton-background);
2016
- border-color: var(--kt-dangerGhostButton-border);
2017
- }
2018
- .ghost-danger-button:hover {
2019
- background-color: transparent;
2020
- border-color: var(--kt-dangerGhostButton-hoverBorder);
2021
- }
2022
- .ghost-danger-button:active {
2023
- background-color: var(--kt-dangerGhostButton-clickBackground);
2024
- border-color: var(--kt-dangerGhostButton-clickBorder);
2025
- }
2026
- .large-button-size {
2027
- padding: 0px 16px;
2028
- height: 32px;
2029
- line-height: 32px;
2030
- font-size: 14px;
2031
- }
2032
- .default-button-size {
2033
- padding: 0px 12px;
2034
- height: 28px;
2035
- line-height: 28px;
2036
- font-size: 12px;
2037
- }
2038
- .small-button-size {
2039
- padding: 0px 8px;
2040
- height: 22px;
2041
- line-height: 22px;
2042
- font-size: 12px;
2043
- }
2044
-
2045
- /*!********************************************************************************************************************************************************************************!*\
2046
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/badge/styles.less ***!
2047
- \********************************************************************************************************************************************************************************/
2048
- .kt-badge {
2049
- background-color: var(--badge-background);
2050
- color: var(--badge-foreground);
2051
- border: 1px solid var(--kt-badge-border);
2052
- height: 18px;
2053
- line-height: 16px;
2054
- border-radius: 18px;
2055
- font-size: 12px;
2056
- font-weight: 400;
2057
- text-align: center;
2058
- display: inline-flex;
2059
- align-items: center;
2060
- justify-content: center;
2061
- box-sizing: border-box;
2062
- padding: 0 5px;
2063
- min-width: 18px;
2064
- }
2065
-
2066
- /*!*******************************************************************************************************************************************************************************!*\
2067
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/input/input.less ***!
2068
- \*******************************************************************************************************************************************************************************/
2069
- .kt-input {
2070
- width: 100%;
2071
- display: flex;
2072
- align-items: center;
2073
- border-style: solid;
2074
- border-width: 1px;
2075
- box-sizing: border-box;
2076
- border-color: var(--kt-input-border);
2077
- border-radius: 2px;
2078
- background-color: var(--input-background);
2079
- height: 28px;
2080
- padding: 0px 8px;
2081
- font-size: 12px;
2082
- }
2083
- .kt-input:focus-within {
2084
- border-color: var(--focusBorder);
2085
- }
2086
- .kt-input:hover {
2087
- border-color: var(--focusBorder);
2088
- }
2089
- .kt-input-disabled {
2090
- color: var(--kt-input-disableForeground);
2091
- background-color: var(--kt-input-disableBackground);
2092
- }
2093
- .kt-input-disabled input,
2094
- .kt-input-disabled textarea {
2095
- cursor: not-allowed;
2096
- }
2097
- .kt-input-box {
2098
- flex: 1;
2099
- height: 100%;
2100
- position: relative;
2101
- display: flex;
2102
- align-items: center;
2103
- }
2104
- .kt-input-box input,
2105
- .kt-input-box textarea {
2106
- width: 100%;
2107
- height: 100%;
2108
- color: var(--input-foreground);
2109
- background-color: transparent;
2110
- outline: none;
2111
- border-width: 0;
2112
- display: inline-block;
2113
- }
2114
- .kt-input-box input::placeholder,
2115
- .kt-input-box textarea::placeholder {
2116
- color: var(--input-placeholderForeground);
2117
- }
2118
- .kt-input-box input::selection,
2119
- .kt-input-box textarea::selection {
2120
- background-color: var(--kt-input-selectionBackground);
2121
- }
2122
- .kt-input-clear {
2123
- position: absolute;
2124
- right: 4px;
2125
- top: 50%;
2126
- transform: translateY(-50%);
2127
- }
2128
- .kt-input-addon {
2129
- display: flex;
2130
- align-items: center;
2131
- height: 100%;
2132
- }
2133
- .kt-input-addon-before {
2134
- margin-right: 4px;
2135
- }
2136
- .kt-input-addon-after {
2137
- margin-left: 4px;
2138
- }
2139
- .kt-input-large {
2140
- height: 32px;
2141
- font-size: 14px;
2142
- }
2143
- .kt-input-small {
2144
- height: 22px;
2145
- font-size: 12px;
2146
- }
2147
-
2148
- /*!****************************************************************************************************************************************************************************************!*\
2149
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/input/validate-input.less ***!
2150
- \****************************************************************************************************************************************************************************************/
2151
- .text-ellipsis {
2152
- overflow: hidden;
2153
- text-overflow: ellipsis;
2154
- white-space: nowrap;
2155
- }
2156
- .input-box {
2157
- width: 100%;
2158
- height: 100%;
2159
- box-sizing: border-box;
2160
- position: relative;
2161
- }
2162
- .input-box .kt-input.validate-error {
2163
- border: 1px solid var(--inputValidation-errorBorder);
2164
- }
2165
- .input-box .kt-input.validate-info {
2166
- border: 1px solid var(--inputValidation-infoBorder);
2167
- }
2168
- .input-box .kt-input.validate-warning {
2169
- border: 1px solid var(--inputValidation-warningBorder);
2170
- }
2171
- .input-box.popup .kt-input {
2172
- background-color: var(--input-background);
2173
- }
2174
- .input-box .validate-message {
2175
- margin-top: 4px;
2176
- display: inline-block;
2177
- overflow: hidden;
2178
- text-align: left;
2179
- box-sizing: border-box;
2180
- padding: 8px 4px;
2181
- font-size: 12px;
2182
- line-height: 20px;
2183
- min-height: 34px;
2184
- word-wrap: break-word;
2185
- white-space: normal;
2186
- position: absolute;
2187
- width: 100%;
2188
- left: 0;
2189
- top: 100%;
2190
- z-index: 10;
2191
- border-radius: 0px 0px 2px 2px;
2192
- }
2193
- .input-box .validate-message.popup {
2194
- border: none;
2195
- background-color: transparent;
2196
- box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
2197
- }
2198
- .input-box .validate-message.popup.validate-error {
2199
- color: var(--inputValidation-errorForeground);
2200
- background-color: var(--inputValidation-errorBackground);
2201
- border: 1px solid var(--inputValidation-errorBorder);
2202
- }
2203
- .input-box .validate-message.popup.validate-info {
2204
- background-color: var(--inputValidation-infoBackground);
2205
- border: 1px solid var(--inputValidation-infoBorder);
2206
- color: var(--inputValidation-infoForeground);
2207
- }
2208
- .input-box .validate-message.popup.validate-warning {
2209
- background-color: var(--inputValidation-warningBackground);
2210
- border: 1px solid var(--inputValidation-warningBorder);
2211
- color: var(--inputValidation-warningForeground);
2212
- }
2213
- .input-box .validate-message.validate-error {
2214
- color: var(--kt-inputValidation-errorTextForeground);
2215
- }
2216
- .input-box .validate-message.validate-info {
2217
- color: var(--inputValidation-infoForeground);
2218
- }
2219
- .input-box .validate-message.validate-warning {
2220
- color: var(--kt-inputValidation-warningTextForeground);
2221
- }
2222
-
2223
- /*!**************************************************************************************************************************************************************************************!*\
2224
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/input/input-number.less ***!
2225
- \**************************************************************************************************************************************************************************************/
2226
- .kt-input-number {
2227
- padding-right: 0;
2228
- }
2229
- .kt-input-number:focus-within .kt-input-number-handler-up,
2230
- .kt-input-number:hover .kt-input-number-handler-up,
2231
- .kt-input-number:focus-within .kt-input-number-handler-up-disabled,
2232
- .kt-input-number:hover .kt-input-number-handler-up-disabled {
2233
- border-bottom-color: var(--focusBorder);
2234
- }
2235
- .kt-input-number:focus-within .kt-input-number-handler,
2236
- .kt-input-number:hover .kt-input-number-handler {
2237
- border-inline-start-color: var(--focusBorder);
2238
- }
2239
- .kt-input-number:focus-within .kt-input-number-handler-down,
2240
- .kt-input-number:hover .kt-input-number-handler-down {
2241
- box-shadow: var(--focusBorder) 1px 0px 0px 1px;
2242
- }
2243
- .kt-input-number .kt-input-number {
2244
- width: 100%;
2245
- text-align: start;
2246
- background-color: transparent;
2247
- border: 0;
2248
- outline: 0;
2249
- transition: all 0.3s linear;
2250
- appearance: textfield;
2251
- font-size: inherit;
2252
- vertical-align: top;
2253
- }
2254
- .kt-input-number .kt-input-number-handler {
2255
- display: flex;
2256
- align-items: center;
2257
- justify-content: center;
2258
- flex: auto;
2259
- height: 40%;
2260
- overflow: hidden;
2261
- color: rgba(0, 0, 0, 0.45);
2262
- font-weight: 700;
2263
- line-height: 0;
2264
- text-align: center;
2265
- cursor: pointer;
2266
- border-inline-start: 1px solid var(--kt-input-border);
2267
- }
2268
- .kt-input-number .kt-input-number-handler-active {
2269
- background: #ddd;
2270
- }
2271
- .kt-input-number .kt-input-number-handler-up-inner,
2272
- .kt-input-number .kt-input-number-handler-down-inner {
2273
- color: var(--input-foreground);
2274
- user-select: none;
2275
- }
2276
- .kt-input-number .kt-input-number-input-wrap {
2277
- height: 100%;
2278
- overflow: hidden;
2279
- }
2280
- .kt-input-number .kt-input-number-handler-wrap {
2281
- position: absolute;
2282
- inset-block-start: 0;
2283
- inset-inline-end: 0;
2284
- width: 22px;
2285
- height: 100%;
2286
- background: transparent;
2287
- display: flex;
2288
- flex-direction: column;
2289
- align-items: stretch;
2290
- }
2291
- .kt-input-number .kt-input-number-handler-up {
2292
- padding-top: 1px;
2293
- border-bottom: 1px solid var(--kt-input-border);
2294
- }
2295
- .kt-input-number .kt-input-number-handler-down {
2296
- box-shadow: var(--kt-input-border) 0px -1px 0px 0px;
2297
- }
2298
- .kt-input-number .kt-input-number-handler-up-inner:after {
2299
- content: '+';
2300
- }
2301
- .kt-input-number .kt-input-number-handler-down-inner:after {
2302
- content: '-';
2303
- }
2304
- .kt-input-number .kt-input-number-handler-down-disabled,
2305
- .kt-input-number .kt-input-number-handler-up-disabled {
2306
- opacity: 0.3;
2307
- }
2308
- .kt-input-number .kt-input-number-disabled .kt-input-number-handler {
2309
- opacity: 0.3;
2310
- }
2311
- .kt-input-number .kt-input-number-disabled .kt-input-number-input {
2312
- background-color: #f3f3f3;
2313
- cursor: not-allowed;
2314
- opacity: 0.72;
2315
- }
2316
-
2317
- /*!**********************************************************************************************************************************************************************************!*\
2318
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/checkbox/style.less ***!
2319
- \**********************************************************************************************************************************************************************************/
2320
- .kt-checkbox {
2321
- font-size: 12px;
2322
- display: inline-flex;
2323
- align-items: center;
2324
- cursor: pointer;
2325
- }
2326
- .kt-checkbox-lump {
2327
- margin-right: 6px;
2328
- position: relative;
2329
- display: inline-flex;
2330
- align-items: center;
2331
- }
2332
- .kt-checkbox-lump input {
2333
- position: absolute;
2334
- left: 0;
2335
- top: 0;
2336
- width: 100%;
2337
- height: 100%;
2338
- opacity: 0;
2339
- }
2340
- .kt-checkbox-lump input:checked + .kt-checkbox-icon {
2341
- border-color: var(--kt-checkbox-selectionBackground);
2342
- background-color: var(--kt-checkbox-selectionBackground);
2343
- color: var(--kt-checkbox-selectionForeground);
2344
- }
2345
- .kt-checkbox-lump input:checked + .kt-checkbox-icon svg {
2346
- display: block;
2347
- transition: all 0.2s;
2348
- }
2349
- .kt-checkbox:hover .kt-checkbox-icon {
2350
- border-color: var(--kt-checkbox-hoverBorder);
2351
- background-color: var(--kt-checkbox-hoverBackground);
2352
- }
2353
- .kt-checkbox-icon {
2354
- width: 12px;
2355
- height: 12px;
2356
- background-color: var(--checkbox-background);
2357
- border-radius: 2px;
2358
- border: 1px solid var(--checkbox-border);
2359
- position: relative;
2360
- }
2361
- .kt-checkbox-icon svg {
2362
- display: none;
2363
- position: absolute;
2364
- left: 0;
2365
- top: 0;
2366
- width: 100%;
2367
- height: 100%;
2368
- }
2369
- .kt-checkbox-large {
2370
- font-size: 14px;
2371
- }
2372
- .kt-checkbox-large-icon {
2373
- width: 14px;
2374
- height: 14px;
2375
- margin-right: 8px;
2376
- }
2377
- .kt-checkbox.kt-checkbox-disabled {
2378
- color: var(--kt-checkbox-disableForeground);
2379
- }
2380
- .kt-checkbox.kt-checkbox-disabled input:checked + .kt-checkbox-icon {
2381
- background-color: var(--kt-checkbox-disableBackground);
2382
- color: var(--kt-checkbox-disableForeground);
2383
- border-color: transparent;
2384
- }
2385
-
2386
- /*!********************************************************************************************************************************************************************************!*\
2387
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/select/style.less ***!
2388
- \********************************************************************************************************************************************************************************/
2389
- .text-ellipsis {
2390
- overflow: hidden;
2391
- text-overflow: ellipsis;
2392
- white-space: nowrap;
2393
- }
2394
- .kt-select-overlay {
2395
- position: fixed;
2396
- width: 100%;
2397
- height: 100%;
2398
- left: 0px;
2399
- top: 0px;
2400
- z-index: -1;
2401
- }
2402
- .kt-select-container {
2403
- position: relative;
2404
- user-select: none;
2405
- min-width: 0px;
2406
- }
2407
- .kt-select-container .kt-select-search {
2408
- -webkit-appearance: none;
2409
- background: transparent;
2410
- line-height: inherit;
2411
- outline: none;
2412
- border: none;
2413
- }
2414
- .kt-select-container .kt-select-value {
2415
- margin: 0px;
2416
- max-width: 100%;
2417
- border-radius: 2px;
2418
- color: var(--kt-select-foreground);
2419
- background-color: var(--kt-select-background);
2420
- display: flex;
2421
- justify-content: center;
2422
- align-items: center;
2423
- padding: 0px 8px;
2424
- flex: 1;
2425
- border-style: solid;
2426
- border-width: 1px;
2427
- border-color: var(--kt-select-border);
2428
- cursor: pointer;
2429
- box-sizing: border-box;
2430
- }
2431
- .kt-select-container .kt-select-value > span {
2432
- color: var(--kt-select-foreground);
2433
- cursor: pointer;
2434
- }
2435
- .kt-select-container .kt-select-value .kt-select-option {
2436
- text-overflow: ellipsis;
2437
- overflow: hidden;
2438
- white-space: nowrap;
2439
- flex: 1;
2440
- min-width: 0px;
2441
- cursor: pointer;
2442
- display: inline-block;
2443
- width: 100%;
2444
- }
2445
- .kt-select-container .kt-select-value .kt-select-value-active,
2446
- .kt-select-container .kt-select-value:hover {
2447
- box-sizing: border-box;
2448
- border-color: var(--kt-selectOption-activeBorder);
2449
- }
2450
- .kt-select-container .kt-select-value.kt-select-disabled {
2451
- pointer-events: none;
2452
- background-color: var(--kt-select-disableBackground);
2453
- color: var(--kt-select-disableForeground);
2454
- }
2455
- .kt-select-container .kt-select-value.kt-select-warning {
2456
- border-color: var(--kt-select-warningForeground);
2457
- }
2458
- .kt-select-container .kt-select-warning-text {
2459
- background-color: var(--kt-select-warningForeground);
2460
- padding: 4px 8px;
2461
- color: #fff;
2462
- }
2463
- .kt-select-container .kt-select-value-active {
2464
- box-sizing: border-box;
2465
- border-color: var(--kt-selectOption-activeBorder);
2466
- }
2467
- .kt-select-container .kt-select-value-large,
2468
- .kt-select-container .kt-select-value-large > span {
2469
- height: 30px;
2470
- font-size: 14px;
2471
- line-height: 30px;
2472
- }
2473
- .kt-select-container .kt-select-value-default,
2474
- .kt-select-container .kt-select-value-default > span {
2475
- height: 28px;
2476
- font-size: 12px;
2477
- line-height: 28px;
2478
- }
2479
- .kt-select-container .kt-select-value-default-icon {
2480
- margin-left: 5px;
2481
- }
2482
- .kt-select-container .kt-select-value-small,
2483
- .kt-select-container .kt-select-value-small > span {
2484
- height: 22px;
2485
- font-size: 12px;
2486
- line-height: 22px;
2487
- }
2488
- .kt-select-option-icon {
2489
- margin-right: 5px;
2490
- }
2491
- .kt-select-options {
2492
- display: none;
2493
- position: fixed;
2494
- margin-top: 4px;
2495
- max-width: 100%;
2496
- color: var(--kt-selectDropdown-foreground);
2497
- background-color: var(--kt-selectDropdown-background);
2498
- z-index: 20;
2499
- border-radius: 2px;
2500
- overflow-y: auto !important;
2501
- box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
2502
- }
2503
- .kt-select-options .kt-select-option-default {
2504
- display: flex;
2505
- align-items: center;
2506
- position: relative;
2507
- }
2508
- .kt-select-options .kt-select-option-default .kt-select-option-icon {
2509
- margin-right: 5px;
2510
- }
2511
- .kt-select-options .kt-select-option-select span {
2512
- display: inline-block;
2513
- margin: 0 2px;
2514
- width: calc(100% - 4px);
2515
- box-sizing: border-box;
2516
- outline: 1px solid var(--list-focusOutline);
2517
- outline-offset: -1px;
2518
- color: var(--kt-selectDropdown-selectionForeground);
2519
- background-color: var(--kt-selectDropdown-selectionBackground);
2520
- }
2521
- .kt-select-options .kt-select-option-select span:hover {
2522
- background-color: var(--kt-selectDropdown-selectionBackground);
2523
- }
2524
- .kt-select-options .kt-select-description {
2525
- line-height: 1;
2526
- margin-bottom: -3px;
2527
- }
2528
- .kt-select-options span {
2529
- color: var(--kt-selectDropdown-foreground);
2530
- background-color: var(--kt-selectDropdown-background);
2531
- cursor: pointer;
2532
- height: 26px;
2533
- padding: 0px 16px;
2534
- text-overflow: ellipsis;
2535
- overflow: hidden;
2536
- white-space: nowrap;
2537
- line-height: 26px;
2538
- display: inline-block;
2539
- margin: 0 2px;
2540
- width: calc(100% - 4px);
2541
- box-sizing: border-box;
2542
- }
2543
- .kt-select-options span:hover {
2544
- box-sizing: border-box;
2545
- outline: 1px solid var(--list-focusOutline);
2546
- outline-offset: -1px;
2547
- background-color: var(--kt-selectDropdown-hoverBackground);
2548
- }
2549
- .kt-select-options .kt-option-divider {
2550
- height: 1px;
2551
- background-color: var(--kt-select-border);
2552
- width: 100%;
2553
- margin: 0 auto;
2554
- }
2555
- .kt-select-options .kt-option-description {
2556
- min-height: 26px;
2557
- max-height: 52px;
2558
- font-size: 12px;
2559
- line-height: 26px;
2560
- padding: 0 16px;
2561
- overflow: hidden;
2562
- text-overflow: ellipsis;
2563
- display: -webkit-box;
2564
- -webkit-line-clamp: 2;
2565
- -webkit-box-orient: vertical;
2566
- }
2567
- .kt-select-options .kt-option-disabled {
2568
- pointer-events: none;
2569
- background-color: var(--kt-select-disableBackground);
2570
- color: var(--kt-select-disableForeground);
2571
- }
2572
- .kt-select-options.kt-select-options-visible {
2573
- display: block;
2574
- }
2575
- .kt-select-options.kt-select-options-large {
2576
- padding: 4px 0px;
2577
- }
2578
- .kt-select-options.kt-select-options-large > span,
2579
- .kt-select-options.kt-select-options-large > div > span {
2580
- height: 30px;
2581
- font-size: 14px;
2582
- line-height: 30px;
2583
- }
2584
- .kt-select-options.kt-select-options-large .kt-select-group-header {
2585
- font-size: 14px;
2586
- line-height: 30px;
2587
- }
2588
- .kt-select-options.kt-select-options-default {
2589
- padding: 3px 0px;
2590
- }
2591
- .kt-select-options.kt-select-options-default > span,
2592
- .kt-select-options.kt-select-options-default > div > span {
2593
- height: 26px;
2594
- font-size: 12px;
2595
- line-height: 26px;
2596
- }
2597
- .kt-select-options.kt-select-options-default .kt-select-group-header {
2598
- font-size: 12px;
2599
- line-height: 26px;
2600
- }
2601
- .kt-select-options.kt-select-options-small {
2602
- padding: 3px 0px;
2603
- }
2604
- .kt-select-options.kt-select-options-small > span,
2605
- .kt-select-options.kt-select-options-small > div > span {
2606
- height: 26px;
2607
- font-size: 12px;
2608
- line-height: 26px;
2609
- }
2610
- .kt-select-options.kt-select-options-small .kt-select-group-header {
2611
- font-size: 12px;
2612
- line-height: 26px;
2613
- }
2614
- .kt-select-options .kt-option-with-check {
2615
- padding-left: 20px;
2616
- }
2617
- .kt-select-options .kt-select-group-header {
2618
- padding-left: 5px;
2619
- color: var(--kt-selectDropdown-teamForeground);
2620
- display: flex;
2621
- }
2622
- .kt-select-options .kt-option-check {
2623
- position: absolute;
2624
- left: 0;
2625
- height: 100%;
2626
- display: flex;
2627
- align-items: center;
2628
- }
2629
- .kt-select-options .kt-option-check .kt-icon {
2630
- width: 20px;
2631
- padding: 0 4px;
2632
- background-color: transparent;
2633
- }
2634
-
2635
- /*!******************************************************************************************************************************************************************************!*\
2636
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/tabs/style.less ***!
2637
- \******************************************************************************************************************************************************************************/
2638
- .kt-tabs {
2639
- display: flex;
2640
- align-items: center;
2641
- border-bottom: 1px solid var(--kt-tab-borderDown);
2642
- }
2643
- .kt-tabs .kt-tab,
2644
- .kt-tabs .kt-custom-tab {
2645
- padding: 8px 0 8px;
2646
- line-height: 20px;
2647
- border-bottom: 2px solid transparent;
2648
- color: var(--kt-tab-inactiveForeground);
2649
- cursor: pointer;
2650
- }
2651
- .kt-tabs .kt-tab.kt-mini-tab,
2652
- .kt-tabs .kt-custom-tab.kt-mini-tab {
2653
- padding: 2px 0 2px;
2654
- }
2655
- .kt-tabs .kt-tab.kt-tab-selected,
2656
- .kt-tabs .kt-custom-tab.kt-tab-selected {
2657
- color: var(--kt-tab-activeForeground);
2658
- border-bottom-color: var(--kt-tab-activeBorder);
2659
- }
2660
- .kt-tabs.kt-tabs-mini {
2661
- border-bottom: none;
2662
- }
2663
- .kt-tabs .kt-tab + .kt-tab,
2664
- .kt-tabs .kt-custom-tab + .kt-custom-tab,
2665
- .kt-tabs .kt-tab + .kt-custom-tab,
2666
- .kt-tabs .kt-custom-tab + .kt-tab {
2667
- margin-left: 24px;
2668
- }
2669
-
2670
- /*!*******************************************************************************************************************************************************************************!*\
2671
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/modal/style.less ***!
2672
- \*******************************************************************************************************************************************************************************/
2673
- .text-ellipsis {
2674
- overflow: hidden;
2675
- text-overflow: ellipsis;
2676
- white-space: nowrap;
2677
- }
2678
- .kt-modal {
2679
- box-sizing: border-box;
2680
- margin: 0;
2681
- padding: 0;
2682
- color: rgba(0, 0, 0, 0.65);
2683
- font-size: 14px;
2684
- font-variant: tabular-nums;
2685
- line-height: 1.5;
2686
- list-style: none;
2687
- font-feature-settings: 'tnum';
2688
- position: relative;
2689
- top: 100px;
2690
- width: auto;
2691
- margin: 0 auto;
2692
- padding-bottom: 24px;
2693
- pointer-events: none;
2694
- }
2695
- .kt-modal-wrap {
2696
- position: fixed;
2697
- top: 0;
2698
- right: 0;
2699
- bottom: 0;
2700
- left: 0;
2701
- z-index: 1000;
2702
- overflow: auto;
2703
- outline: 0;
2704
- -webkit-overflow-scrolling: touch;
2705
- }
2706
- .kt-modal-title {
2707
- margin: 0;
2708
- color: rgba(0, 0, 0, 0.85);
2709
- font-weight: 500;
2710
- font-size: 16px;
2711
- line-height: 22px;
2712
- word-wrap: break-word;
2713
- }
2714
- .kt-modal-content {
2715
- position: relative;
2716
- background-color: #fff;
2717
- background-clip: padding-box;
2718
- border: 0;
2719
- border-radius: 4px;
2720
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2721
- pointer-events: auto;
2722
- }
2723
- .kt-modal-close {
2724
- position: absolute;
2725
- top: 0;
2726
- right: 0;
2727
- z-index: 10;
2728
- padding: 0;
2729
- color: rgba(0, 0, 0, 0.45);
2730
- font-weight: 700;
2731
- line-height: 1;
2732
- text-decoration: none;
2733
- background: transparent;
2734
- border: 0;
2735
- outline: 0;
2736
- cursor: pointer;
2737
- transition: color 0.3s;
2738
- }
2739
- .kt-modal-close-x {
2740
- display: block;
2741
- width: 56px;
2742
- height: 56px;
2743
- font-size: 16px;
2744
- font-style: normal;
2745
- line-height: 56px;
2746
- text-align: center;
2747
- text-transform: none;
2748
- text-rendering: auto;
2749
- }
2750
- .kt-modal-close:focus,
2751
- .kt-modal-close:hover {
2752
- color: rgba(0, 0, 0, 0.75);
2753
- text-decoration: none;
2754
- }
2755
- .kt-modal-header {
2756
- padding: 16px 24px;
2757
- color: rgba(0, 0, 0, 0.65);
2758
- background: #fff;
2759
- border-bottom: 1px solid #e8e8e8;
2760
- border-radius: 4px 4px 0 0;
2761
- }
2762
- .kt-modal-body {
2763
- padding: 24px;
2764
- font-size: 14px;
2765
- line-height: 1.5;
2766
- word-wrap: break-word;
2767
- }
2768
- .kt-modal-footer {
2769
- padding: 10px 16px;
2770
- text-align: right;
2771
- background: transparent;
2772
- border-top: 1px solid #e8e8e8;
2773
- border-radius: 0 0 4px 4px;
2774
- }
2775
- .kt-modal-footer button + button {
2776
- margin-bottom: 0;
2777
- margin-left: 8px;
2778
- }
2779
- .kt-modal.zoom-enter,
2780
- .kt-modal.zoom-appear {
2781
- transform: none;
2782
- opacity: 0;
2783
- animation-duration: 0.3s;
2784
- user-select: none;
2785
- }
2786
- .kt-modal-mask {
2787
- position: fixed;
2788
- top: 0;
2789
- right: 0;
2790
- bottom: 0;
2791
- left: 0;
2792
- z-index: 1000;
2793
- height: 100%;
2794
- background-color: rgba(0, 0, 0, 0.45);
2795
- filter: alpha(opacity=50);
2796
- }
2797
- .kt-modal-mask-hidden {
2798
- display: none;
2799
- }
2800
- .kt-modal-open {
2801
- overflow: hidden;
2802
- }
2803
- .kt-modal-centered {
2804
- text-align: center;
2805
- }
2806
- .kt-modal-centered::before {
2807
- display: inline-block;
2808
- width: 0;
2809
- height: 100%;
2810
- vertical-align: middle;
2811
- content: '';
2812
- }
2813
- .kt-modal-centered .kt-modal {
2814
- top: 0;
2815
- display: inline-block;
2816
- text-align: left;
2817
- vertical-align: middle;
2818
- }
2819
- @media (max-width: 767px) {
2820
- .kt-modal {
2821
- max-width: calc(100vw - 16px);
2822
- margin: 8px auto;
2823
- }
2824
- .kt-modal-centered .kt-modal {
2825
- flex: 1;
2826
- }
2827
- }
2828
-
2829
- /*!**********************************************************************************************************************************************************************************!*\
2830
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/overlay/styles.less ***!
2831
- \**********************************************************************************************************************************************************************************/
2832
- .kt-overlay.kt-modal {
2833
- padding: 24px 24px;
2834
- color: var(--kt-modal-foreground);
2835
- }
2836
- .kt-overlay .kt-modal-body {
2837
- background: var(--kt-modal-background);
2838
- border-color: var(--notifications-border);
2839
- }
2840
- .kt-overlay .kt-modal-header {
2841
- background-color: var(--kt-modal-background);
2842
- border-bottom-color: var(--kt-modal-separatorBackground);
2843
- height: 56px;
2844
- border-radius: 2px 2px 0 0;
2845
- }
2846
- .kt-overlay .kt-modal-title {
2847
- color: var(--kt-modal-foreground);
2848
- }
2849
- .kt-overlay .kt-modal-footer {
2850
- background-color: var(--kt-modal-background);
2851
- border-top-color: var(--kt-modal-separatorBackground);
2852
- height: 52px;
2853
- border-radius: 0 0 2px 2px;
2854
- }
2855
- .kt-overlay .kt-modal-close-x {
2856
- margin: 12px 22px 0 0;
2857
- width: 20px;
2858
- height: 20px;
2859
- line-height: 20px;
2860
- color: var(--kt-notificationsCloseIcon-foreground);
2861
- }
2862
-
2863
- /*!*********************************************************************************************************************************************************************************!*\
2864
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/dialog/styles.less ***!
2865
- \*********************************************************************************************************************************************************************************/
2866
- .wrapper .kt-modal-body {
2867
- background: var(--kt-modal-background);
2868
- border-color: var(--notifications-border);
2869
- }
2870
- .wrapper .kt-modal-footer {
2871
- align-items: center;
2872
- justify-content: flex-end;
2873
- display: flex;
2874
- }
2875
- .wrapper .kticon-info-circle {
2876
- color: var(--kt-modalInfoIcon-foreground);
2877
- }
2878
- .wrapper .kt-modal-close-x {
2879
- margin: 50% 50% 0 0;
2880
- width: 20px;
2881
- height: 20px;
2882
- line-height: 20px;
2883
- color: var(--kt-notificationsCloseIcon-foreground);
2884
- }
2885
- .kt-dialog-content {
2886
- display: flex;
2887
- }
2888
- .kt-dialog-content .kt-dialog-content_area {
2889
- display: flex;
2890
- flex-direction: column;
2891
- flex: 1;
2892
- overflow: hidden;
2893
- }
2894
- .kt-dialog-content .kt-dialog-content_area .kt-dialog-content_title {
2895
- line-height: 22px;
2896
- font-size: 14px;
2897
- margin: 0px 0px 8px 0px;
2898
- }
2899
- .kt-dialog-content .kt-dialog-icon {
2900
- margin-right: 6px;
2901
- border: none;
2902
- outline: none;
2903
- display: flex;
2904
- flex-direction: column;
2905
- padding: 0px;
2906
- line-height: 30px;
2907
- }
2908
- .kt-dialog-content .kt-dialog-icon:before {
2909
- font-size: 20px;
2910
- }
2911
- .kt-dialog-content .kt-dialog-closex {
2912
- background-color: transparent;
2913
- border: none;
2914
- outline: none;
2915
- display: flex;
2916
- flex-direction: column;
2917
- padding: 0px;
2918
- cursor: pointer;
2919
- margin-left: 6px;
2920
- height: 30px;
2921
- line-height: 30px;
2922
- width: 20px;
2923
- align-items: center;
2924
- justify-content: center;
2925
- }
2926
- .kt-dialog-content .kt-dialog-closex:hover {
2927
- transform: scale(1.1);
2928
- }
2929
- .footer {
2930
- border-top: 1px solid var(--notifications-border);
2931
- }
2932
- .kt-dialog-buttonWrap {
2933
- display: flex;
2934
- flex-wrap: wrap;
2935
- margin-top: 14px;
2936
- justify-content: flex-end;
2937
- }
2938
- .kt-dialog-buttonWrap button {
2939
- margin: 10px 0 0 8px;
2940
- }
2941
- .kt-dialog-message {
2942
- color: var(--kt-modal-foreground);
2943
- line-height: 30px;
2944
- font-size: 14px;
2945
- word-break: break-all;
2946
- overflow: hidden;
2947
- flex: 1;
2948
- align-items: center;
2949
- display: inline-flex;
2950
- user-select: text;
2951
- white-space: pre-wrap;
2952
- }
2953
-
2954
- /*!*********************************************************************************************************************************************************************************************!*\
2955
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/notification/notification.less ***!
2956
- \*********************************************************************************************************************************************************************************************/
2957
- .text-ellipsis {
2958
- overflow: hidden;
2959
- text-overflow: ellipsis;
2960
- white-space: nowrap;
2961
- }
2962
- .kt-notification {
2963
- box-sizing: border-box;
2964
- margin: 0;
2965
- padding: 0;
2966
- color: rgba(0, 0, 0, 0.65);
2967
- font-size: 14px;
2968
- font-variant: tabular-nums;
2969
- line-height: 1.5;
2970
- list-style: none;
2971
- font-feature-settings: 'tnum';
2972
- position: fixed;
2973
- z-index: 1010;
2974
- width: 384px;
2975
- max-width: calc(100vw - 32px);
2976
- margin-right: 24px;
2977
- }
2978
- .kt-notification-topLeft,
2979
- .kt-notification-bottomLeft {
2980
- margin-right: 0;
2981
- margin-left: 24px;
2982
- }
2983
- .kt-notification-topLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,
2984
- .kt-notification-bottomLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,
2985
- .kt-notification-topLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,
2986
- .kt-notification-bottomLeft .kt-notification-fade-appear.kt-notification-fade-appear-active {
2987
- animation-name: NotificationLeftFadeIn;
2988
- }
2989
- .kt-notification-close-icon {
2990
- font-size: 14px;
2991
- cursor: pointer;
2992
- }
2993
- .kt-notification-notice {
2994
- position: relative;
2995
- margin-bottom: 16px;
2996
- padding: 16px 24px;
2997
- overflow: hidden;
2998
- line-height: 18px;
2999
- background: #fff;
3000
- border-radius: 4px;
3001
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
3002
- }
3003
- .kt-notification-notice-message {
3004
- display: inline-block;
3005
- margin-bottom: 8px;
3006
- color: rgba(0, 0, 0, 0.85);
3007
- font-size: 16px;
3008
- line-height: 24px;
3009
- }
3010
- .kt-notification-notice-description {
3011
- font-size: 14px;
3012
- }
3013
- .kt-notification-notice-with-icon .kt-notification-notice-message {
3014
- margin-bottom: 4px;
3015
- margin-left: 48px;
3016
- font-size: 16px;
3017
- }
3018
- .kt-notification-notice-with-icon .kt-notification-notice-description {
3019
- margin-left: 48px;
3020
- font-size: 14px;
3021
- }
3022
- .kt-notification-notice-icon {
3023
- position: absolute;
3024
- margin-left: 4px;
3025
- font-size: 24px;
3026
- line-height: 24px;
3027
- top: 12px;
3028
- }
3029
- .anticon.kt-notification-notice-icon {
3030
- height: 20px;
3031
- }
3032
- .anticon.kt-notification-notice-icon-success {
3033
- color: #52c41a;
3034
- }
3035
- .anticon.kt-notification-notice-icon-info {
3036
- color: var(--notificationsInfoIcon-foreground);
3037
- }
3038
- .anticon.kt-notification-notice-icon-warning {
3039
- color: var(--notificationsWarningIcon-foreground);
3040
- }
3041
- .anticon.kt-notification-notice-icon-error {
3042
- color: var(--notificationsErrorIcon-foreground);
3043
- }
3044
- .kt-notification-notice-close {
3045
- position: absolute;
3046
- top: 16px;
3047
- right: 22px;
3048
- height: 20px;
3049
- color: rgba(0, 0, 0, 0.45);
3050
- outline: none;
3051
- }
3052
- .kt-notification-notice-close:hover {
3053
- color: rgba(0, 0, 0, 0.67);
3054
- }
3055
- .kt-notification-notice-btn {
3056
- display: flex;
3057
- flex-flow: wrap;
3058
- align-items: center;
3059
- justify-content: flex-end;
3060
- margin-top: 16px;
3061
- }
3062
- .kt-notification .notification-fade-effect {
3063
- animation-duration: 0.24s;
3064
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
3065
- animation-fill-mode: both;
3066
- }
3067
- .kt-notification-fade-enter,
3068
- .kt-notification-fade-appear {
3069
- opacity: 0;
3070
- animation-duration: 0.24s;
3071
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
3072
- animation-fill-mode: both;
3073
- animation-play-state: paused;
3074
- }
3075
- .kt-notification-fade-leave {
3076
- animation-duration: 0.24s;
3077
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
3078
- animation-fill-mode: both;
3079
- animation-duration: 0.2s;
3080
- animation-play-state: paused;
3081
- }
3082
- .kt-notification-fade-enter.kt-notification-fade-enter-active,
3083
- .kt-notification-fade-appear.kt-notification-fade-appear-active {
3084
- animation-name: NotificationFadeIn;
3085
- animation-play-state: running;
3086
- }
3087
- .kt-notification-fade-leave.kt-notification-fade-leave-active {
3088
- animation-name: NotificationFadeOut;
3089
- animation-play-state: running;
3090
- }
3091
- @keyframes NotificationFadeIn {
3092
- 0% {
3093
- left: 384px;
3094
- opacity: 0;
3095
- }
3096
- 100% {
3097
- left: 0;
3098
- opacity: 1;
3099
- }
3100
- }
3101
- @keyframes NotificationLeftFadeIn {
3102
- 0% {
3103
- right: 384px;
3104
- opacity: 0;
3105
- }
3106
- 100% {
3107
- right: 0;
3108
- opacity: 1;
3109
- }
3110
- }
3111
- @keyframes NotificationFadeOut {
3112
- 0% {
3113
- max-height: 150px;
3114
- margin-bottom: 16px;
3115
- padding-top: 16px 24px;
3116
- padding-bottom: 16px 24px;
3117
- opacity: 1;
3118
- }
3119
- 100% {
3120
- max-height: 0;
3121
- margin-bottom: 0;
3122
- padding-top: 0;
3123
- padding-bottom: 0;
3124
- opacity: 0;
3125
- }
3126
- }
3127
- .kt-notification-wrapper {
3128
- background: var(--notifications-background);
3129
- border-color: var(--notifications-border);
3130
- padding: 12px;
3131
- position: relative;
3132
- }
3133
- .kt-notification-wrapper .anticon {
3134
- font-size: 12px;
3135
- margin-top: 0;
3136
- display: flex;
3137
- align-items: center;
3138
- justify-content: center;
3139
- }
3140
- .kt-notification-wrapper .kt-notification-notice-message,
3141
- .kt-notification-wrapper .kt-notification-notice-description {
3142
- width: calc(100% - 48px);
3143
- color: var(--notifications-foreground);
3144
- font-size: 12px;
3145
- margin-left: 24px;
3146
- margin-right: 24px;
3147
- margin-bottom: 0;
3148
- line-height: 20px;
3149
- }
3150
- .kt-notification-wrapper .kt-notification-notice-message code,
3151
- .kt-notification-wrapper .kt-notification-notice-description code {
3152
- display: inline-block;
3153
- word-wrap: break-word;
3154
- overflow: hidden;
3155
- width: 100%;
3156
- text-overflow: ellipsis;
3157
- }
3158
- .kt-notification-wrapper .kt-notification-notice-message p,
3159
- .kt-notification-wrapper .kt-notification-notice-description p,
3160
- .kt-notification-wrapper .kt-notification-notice-message pre,
3161
- .kt-notification-wrapper .kt-notification-notice-description pre {
3162
- margin-bottom: 0;
3163
- }
3164
- .kt-notification-wrapper .kt-notification-notice-description {
3165
- margin-top: 4px;
3166
- margin-bottom: 4px;
3167
- }
3168
- .kt-notification-wrapper .kt-notification-notice-close {
3169
- display: flex;
3170
- align-items: center;
3171
- justify-content: center;
3172
- color: var(--notifications-foreground);
3173
- font-size: 12px;
3174
- line-height: 20px;
3175
- right: 18px;
3176
- top: 12px;
3177
- }
3178
- .kt-notification-wrapper .kt-notification-notice-btn button {
3179
- flex: 0 0 auto;
3180
- margin: 0 0 5px 10px;
3181
- word-break: keep-all;
3182
- max-width: 100%;
3183
- white-space: nowrap;
3184
- overflow: hidden;
3185
- text-overflow: ellipsis;
3186
- padding: 0 5px;
3187
- box-sizing: border-box;
3188
- display: inline-block;
3189
- }
3190
-
3191
- /*!**********************************************************************************************************************************************************************************!*\
3192
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/popover/styles.less ***!
3193
- \**********************************************************************************************************************************************************************************/
3194
- .text-ellipsis {
3195
- overflow: hidden;
3196
- text-overflow: ellipsis;
3197
- white-space: nowrap;
3198
- }
3199
- .kt-popover {
3200
- position: absolute;
3201
- display: block;
3202
- visibility: visible;
3203
- font-size: 12px;
3204
- line-height: 1.5;
3205
- opacity: 0.9;
3206
- }
3207
- .kt-popover-title {
3208
- line-height: 22px;
3209
- font-size: 12px;
3210
- display: flex;
3211
- justify-content: space-between;
3212
- margin-bottom: 0;
3213
- margin-top: 0;
3214
- }
3215
- .kt-popover-title.kt-button,
3216
- .kt-popover-title .small-button-size {
3217
- padding: 0px;
3218
- }
3219
- .kt-popover-content {
3220
- position: relative;
3221
- color: var(--kt-popover-foreground);
3222
- background: var(--kt-popover-background);
3223
- border-color: var(--kt-popover-border);
3224
- border-radius: 2px;
3225
- box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
3226
- padding: 6px 10px;
3227
- z-index: var(--stacking-level-popover-component, 999);
3228
- }
3229
- .kt-popover-content img {
3230
- max-width: 20px;
3231
- display: inline-block;
3232
- }
3233
- .kt-popover-hidden {
3234
- display: none;
3235
- }
3236
- .kt-popover-placement-top,
3237
- .kt-popover-placement-topLeft,
3238
- .kt-popover-placement-topRight {
3239
- padding: 5px 0 5px 0;
3240
- }
3241
- .kt-popover-placement-right,
3242
- .kt-popover-placement-rightTop,
3243
- .kt-popover-placement-rightBottom {
3244
- padding: 0 5px 0 5px;
3245
- }
3246
- .kt-popover-placement-bottom,
3247
- .kt-popover-placement-bottomLeft,
3248
- .kt-popover-placement-bottomRight {
3249
- padding: 5px 0 5px 0;
3250
- }
3251
- .kt-popover-placement-left,
3252
- .kt-popover-placement-leftTop,
3253
- .kt-popover-placement-leftBottom {
3254
- padding: 0 5px 0 5px;
3255
- }
3256
- .kt-popover-arrow {
3257
- position: absolute;
3258
- width: 0;
3259
- height: 0;
3260
- z-index: var(--stacking-level-popover-component-arrow, 1000);
3261
- border-color: transparent;
3262
- border-style: solid;
3263
- }
3264
- .kt-popover-placement-top .kt-popover-arrow,
3265
- .kt-popover-placement-topLeft .kt-popover-arrow,
3266
- .kt-popover-placement-topRight .kt-popover-arrow {
3267
- bottom: 4px;
3268
- margin-left: -5px;
3269
- border-width: 5px 5px 0;
3270
- border-top-color: var(--kt-popover-background);
3271
- }
3272
- .kt-popover-placement-top .kt-popover-arrow {
3273
- left: 50%;
3274
- }
3275
- .kt-popover-placement-topLeft .kt-popover-arrow {
3276
- left: 15%;
3277
- }
3278
- .kt-popover-placement-topRight .kt-popover-arrow {
3279
- right: 15%;
3280
- }
3281
- .kt-popover-placement-right .kt-popover-arrow,
3282
- .kt-popover-placement-rightTop .kt-popover-arrow,
3283
- .kt-popover-placement-rightBottom .kt-popover-arrow {
3284
- left: 4px;
3285
- margin-top: -5px;
3286
- border-width: 5px 5px 5px 0;
3287
- border-right-color: var(--kt-popover-background);
3288
- }
3289
- .kt-popover-placement-right .kt-popover-arrow {
3290
- top: 50%;
3291
- }
3292
- .kt-popover-placement-rightTop .kt-popover-arrow {
3293
- top: 15%;
3294
- margin-top: 0;
3295
- }
3296
- .kt-popover-placement-rightBottom .kt-popover-arrow {
3297
- bottom: 15%;
3298
- }
3299
- .kt-popover-placement-left .kt-popover-arrow,
3300
- .kt-popover-placement-leftTop .kt-popover-arrow,
3301
- .kt-popover-placement-leftBottom .kt-popover-arrow {
3302
- right: 4px;
3303
- margin-top: -5px;
3304
- border-width: 5px 0 5px 5px;
3305
- border-left-color: var(--kt-popover-background);
3306
- }
3307
- .kt-popover-placement-left .kt-popover-arrow {
3308
- top: 50%;
3309
- }
3310
- .kt-popover-placement-leftTop .kt-popover-arrow {
3311
- top: 15%;
3312
- margin-top: 0;
3313
- }
3314
- .kt-popover-placement-leftBottom .kt-popover-arrow {
3315
- bottom: 15%;
3316
- }
3317
- .kt-popover-placement-bottom .kt-popover-arrow,
3318
- .kt-popover-placement-bottomLeft .kt-popover-arrow,
3319
- .kt-popover-placement-bottomRight .kt-popover-arrow {
3320
- top: 4px;
3321
- margin-left: -5px;
3322
- border-width: 0 5px 5px;
3323
- border-bottom-color: var(--kt-popover-background);
3324
- }
3325
- .kt-popover-placement-bottom .kt-popover-arrow {
3326
- left: 50%;
3327
- }
3328
- .kt-popover-placement-bottomLeft .kt-popover-arrow {
3329
- left: 15%;
3330
- }
3331
- .kt-popover-placement-bottomRight .kt-popover-arrow {
3332
- right: 15%;
3333
- }
3334
- .kt-popover-placement-topLeft .kt-popover-arrow {
3335
- left: 15px;
3336
- }
3337
- .kt-popover.kt-popover-zoom-appear,
3338
- .kt-popover.kt-popover-zoom-enter {
3339
- opacity: 0;
3340
- }
3341
- .kt-popover.kt-popover-zoom-enter,
3342
- .kt-popover.kt-popover-zoom-leave {
3343
- display: block;
3344
- }
3345
- .kt-popover-zoom-enter,
3346
- .kt-popover-zoom-appear {
3347
- opacity: 0;
3348
- animation-duration: 0.3s;
3349
- animation-fill-mode: both;
3350
- animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
3351
- animation-play-state: paused;
3352
- }
3353
- .kt-popover-zoom-leave {
3354
- animation-duration: 0.3s;
3355
- animation-fill-mode: both;
3356
- animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
3357
- animation-play-state: paused;
3358
- }
3359
- .kt-popover-zoom-enter.kt-popover-zoom-enter-active,
3360
- .kt-popover-zoom-appear.kt-popover-zoom-appear-active {
3361
- animation-name: rcToolTipZoomIn;
3362
- animation-play-state: running;
3363
- }
3364
- .kt-popover-zoom-leave.kt-popover-zoom-leave-active {
3365
- animation-name: rcToolTipZoomOut;
3366
- animation-play-state: running;
3367
- }
3368
- @keyframes rcToolTipZoomIn {
3369
- 0% {
3370
- opacity: 0;
3371
- transform-origin: 50% 50%;
3372
- transform: scale(0, 0);
3373
- }
3374
- 100% {
3375
- opacity: 1;
3376
- transform-origin: 50% 50%;
3377
- transform: scale(1, 1);
3378
- }
3379
- }
3380
- @keyframes rcToolTipZoomOut {
3381
- 0% {
3382
- opacity: 1;
3383
- transform-origin: 50% 50%;
3384
- transform: scale(1, 1);
3385
- }
3386
- 100% {
3387
- opacity: 0;
3388
- transform-origin: 50% 50%;
3389
- transform: scale(0, 0);
3390
- }
3391
- }
3392
-
3393
- /*!*********************************************************************************************************************************************************************************!*\
3394
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/message/style.less ***!
3395
- \*********************************************************************************************************************************************************************************/
3396
- .text-ellipsis {
3397
- overflow: hidden;
3398
- text-overflow: ellipsis;
3399
- white-space: nowrap;
3400
- }
3401
- .kt-message {
3402
- box-sizing: border-box;
3403
- margin: 0;
3404
- padding: 0;
3405
- color: rgba(0, 0, 0, 0.65);
3406
- font-size: 14px;
3407
- font-variant: tabular-nums;
3408
- line-height: 1.5;
3409
- list-style: none;
3410
- font-feature-settings: 'tnum';
3411
- position: fixed;
3412
- top: 16px;
3413
- left: 0;
3414
- z-index: 1010;
3415
- width: 100%;
3416
- pointer-events: none;
3417
- }
3418
- .kt-message-notice {
3419
- padding: 8px;
3420
- text-align: center;
3421
- }
3422
- .kt-message-notice:first-child {
3423
- margin-top: -8px;
3424
- }
3425
- .kt-message-notice-content {
3426
- display: inline-block;
3427
- padding: 10px 16px;
3428
- border-radius: 4px;
3429
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
3430
- pointer-events: all;
3431
- background: var(--notifications-background);
3432
- color: var(--notifications-foreground);
3433
- }
3434
- .kt-message-success .anticon {
3435
- color: #52c41a;
3436
- }
3437
- .kt-message-error .anticon {
3438
- color: var(--notificationsErrorIcon-foreground);
3439
- }
3440
- .kt-message-warning .anticon {
3441
- color: var(--notificationsWarningIcon-foreground);
3442
- }
3443
- .kt-message-info .anticon,
3444
- .kt-message-loading .anticon {
3445
- color: var(--notificationsInfoIcon-foreground);
3446
- }
3447
- .kt-message .anticon {
3448
- position: relative;
3449
- top: 1px;
3450
- margin-right: 8px;
3451
- font-size: 16px;
3452
- }
3453
- .kt-message-notice.move-up-leave.move-up-leave-active {
3454
- overflow: hidden;
3455
- animation-name: MessageMoveOut;
3456
- animation-duration: 0.3s;
3457
- }
3458
- @keyframes MessageMoveOut {
3459
- 0% {
3460
- max-height: 150px;
3461
- padding: 8px;
3462
- opacity: 1;
3463
- }
3464
- 100% {
3465
- max-height: 0;
3466
- padding: 0;
3467
- opacity: 0;
3468
- }
3469
- }
3470
-
3471
- /*!*********************************************************************************************************************************************************************************!*\
3472
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/tooltip/style.less ***!
3473
- \*********************************************************************************************************************************************************************************/
3474
- .kt-tooltip-wrapper {
3475
- position: relative;
3476
- margin: 0px;
3477
- padding: 0px;
3478
- display: inline-block;
3479
- }
3480
- .kt-tooltip-wrapper .kt-tooltip-content {
3481
- display: inline-block;
3482
- position: fixed;
3483
- font-size: 12px;
3484
- font-weight: normal;
3485
- border-radius: 2px;
3486
- line-height: 20px;
3487
- padding: 4px 8px;
3488
- z-index: 2;
3489
- white-space: nowrap;
3490
- color: var(--kt-tooltip-foreground);
3491
- background: var(--kt-tooltip-background);
3492
- box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.24), 0px 9px 28px 0px rgba(0, 0, 0, 0.15), 0px 12px 48px 16px rgba(0, 0, 0, 0.09);
3493
- }
3494
- .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder {
3495
- position: absolute;
3496
- top: 100%;
3497
- width: 0;
3498
- height: 0;
3499
- border-style: solid;
3500
- border-width: 7px 7px 0 7px;
3501
- border-color: var(--kt-tooltip-background) transparent transparent transparent;
3502
- }
3503
- .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder.kt-tooltip-reverse-arrow {
3504
- top: auto !important;
3505
- bottom: 100% !important;
3506
- border-width: 0px 7px 7px 7px !important;
3507
- border-color: transparent transparent var(--kt-tooltip-background) transparent !important;
3508
- }
3509
-
3510
- /*!*************************************************************************************************************************************************************************************!*\
3511
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/scrollbars/styles.less ***!
3512
- \*************************************************************************************************************************************************************************************/
3513
- .design_left_slot .kt-scrollbar .scrollbar-thumb-vertical,
3514
- .design_right_slot .kt-scrollbar .scrollbar-thumb-vertical,
3515
- .design_left_slot .kt-scrollbar .scrollbar-thumb-horizontal,
3516
- .design_right_slot .kt-scrollbar .scrollbar-thumb-horizontal {
3517
- border-radius: 5px;
3518
- }
3519
- .kt-scrollbar .scrollbar-thumb-vertical,
3520
- .kt-scrollbar .scrollbar-thumb-horizontal {
3521
- opacity: 0;
3522
- transition: opacity 0.5s ease;
3523
- background: var(--scrollbarSlider-background);
3524
- }
3525
- .kt-scrollbar .scrollbar-thumb-vertical:hover,
3526
- .kt-scrollbar .scrollbar-thumb-horizontal:hover {
3527
- background: var(--scrollbarSlider-hoverBackground);
3528
- }
3529
- .kt-scrollbar .scrollbar-thumb-vertical:active,
3530
- .kt-scrollbar .scrollbar-thumb-horizontal:active {
3531
- background: var(--scrollbarSlider-activeBackground);
3532
- }
3533
- .kt-scrollbar .scrollbar-thumb-vertical {
3534
- z-index: 9999;
3535
- }
3536
- .kt-scrollbar .scrollbar-thumb-horizontal {
3537
- z-index: 9999;
3538
- }
3539
- .kt-scrollbar:hover .scrollbar-thumb-vertical,
3540
- .kt-scrollbar:hover .scrollbar-thumb-horizontal {
3541
- opacity: 1;
3542
- }
3543
- .kt-scrollbar .scrollbar-decoration-vertical {
3544
- position: fixed;
3545
- top: 0;
3546
- left: 0;
3547
- width: 100%;
3548
- height: 6px;
3549
- z-index: 999;
3550
- box-shadow: var(--scrollbar-shadow) 0 6px 6px -6px inset;
3551
- }
3552
- .kt-scrollbar .scrollbar-decoration-horizontal {
3553
- position: fixed;
3554
- top: 0;
3555
- left: 0;
3556
- height: 100%;
3557
- width: 6px;
3558
- z-index: 999;
3559
- box-shadow: var(--scrollbar-shadow) 6px 0 6px -6px inset;
3560
- }
3561
-
3562
- /*!*********************************************************************************************************************************************************************************************************!*\
3563
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/recycle-tree/decorators/Filter/filter.less ***!
3564
- \*********************************************************************************************************************************************************************************************************/
3565
- .kt-recycle-tree-filter-wrapper {
3566
- padding: 4px 8px;
3567
- }
3568
- .kt-recycle-tree-filter-input {
3569
- width: 100%;
3570
- }
3571
- .kt-recycle-tree-filter-icon {
3572
- color: var(--kt-icon-secondaryForeground);
3573
- }
3574
-
3575
- /*!***********************************************************************************************************************************************************************************!*\
3576
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/loading/loading.less ***!
3577
- \***********************************************************************************************************************************************************************************/
3578
- .loading_indicator {
3579
- width: 20px;
3580
- height: 20px;
3581
- background-image: url(images/loading.svg);
3582
- background-size: cover;
3583
- }
3584
- .vs-dark .loading_indicator {
3585
- background-image: url(images/loading-dark.svg);
3586
- }
3587
- .hc-black .loading_indicator {
3588
- background-image: url(images/loading-hc.svg);
3589
- }
3590
-
3591
- /*!*********************************************************************************************************************************************************************************************!*\
3592
- !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/recycle-tree/basic/styles.less ***!
3593
- \*********************************************************************************************************************************************************************************************/
3594
- .basic_tree .tree_node {
3595
- display: flex;
3596
- flex-direction: column;
3597
- position: relative;
3598
- cursor: pointer;
3599
- }
3600
- .basic_tree .tree_node:hover {
3601
- color: var(--kt-tree-hoverForeground);
3602
- background: var(--kt-tree-hoverBackground);
3603
- }
3604
- .basic_tree .tree_node:hover .tail {
3605
- display: flex;
3606
- }
3607
- .basic_tree .tree_node:hover .head {
3608
- display: flex;
3609
- }
3610
- .basic_tree .tree_node.mod_selected {
3611
- color: var(--kt-tree-inactiveSelectionForeground) !important;
3612
- background: var(--kt-tree-inactiveSelectionBackground);
3613
- }
3614
- .basic_tree .tree_node.mod_focused {
3615
- outline: 1px solid var(--list-focusOutline);
3616
- outline-offset: -1px;
3617
- }
3618
- .basic_tree .tree_node.mod_actived {
3619
- outline: 1px solid var(--list-focusOutline);
3620
- outline-offset: -1px;
3621
- }
3622
- .basic_tree .tree_node.mod_loading {
3623
- opacity: 0.8 !important;
3624
- }
3625
- .basic_tree .icon {
3626
- position: relative;
3627
- color: var(--icon-foreground);
3628
- }
3629
- .basic_tree .icon:before {
3630
- font-size: 16px;
3631
- text-align: center;
3632
- }
3633
- .basic_tree .tail {
3634
- text-align: center;
3635
- margin-right: 10px;
3636
- position: relative;
3637
- height: 100%;
3638
- align-items: center;
3639
- display: none;
3640
- }
3641
- .basic_tree .head {
3642
- text-align: center;
3643
- margin-right: 10px;
3644
- position: relative;
3645
- height: 100%;
3646
- align-items: center;
3647
- display: none;
3648
- }
3649
- .basic_tree .content {
3650
- position: relative;
3651
- display: flex;
3652
- align-items: center;
3653
- width: 100%;
3654
- }
3655
- .basic_tree .content match {
3656
- background-color: var(--editor-findMatchHighlightBackground);
3657
- }
3658
- .basic_tree .status {
3659
- opacity: 0.75;
3660
- text-align: center;
3661
- font-size: 12px;
3662
- padding-right: 0;
3663
- }
3664
- .basic_tree .segment {
3665
- flex-grow: 0;
3666
- white-space: nowrap;
3667
- color: inherit;
3668
- }
3669
- .basic_tree .displayname {
3670
- margin-right: 6px;
3671
- display: inline;
3672
- white-space: pre;
3673
- }
3674
- .basic_tree .display_name {
3675
- margin-left: 4px;
3676
- margin-right: 6px;
3677
- display: inline;
3678
- white-space: pre;
3679
- }
3680
- .basic_tree .description {
3681
- display: inline;
3682
- transform: scale(0.96);
3683
- color: var(--descriptionForeground);
3684
- }
3685
- .basic_tree .overflow_wrap {
3686
- flex: 1;
3687
- flex-shrink: 0;
3688
- overflow: hidden;
3689
- text-overflow: ellipsis;
3690
- white-space: nowrap;
3691
- text-align: left;
3692
- }
3693
- .basic_tree .prompt_wrap {
3694
- flex: 1;
3695
- }
3696
- .basic_tree .flex_wrap {
3697
- display: flex;
3698
- flex-direction: row;
3699
- }
3700
- .basic_tree .edit_wrap {
3701
- display: flex;
3702
- width: calc(100% - 50px);
3703
- }
3704
- .basic_tree .edit_wrap .displayname {
3705
- overflow: hidden;
3706
- text-overflow: ellipsis;
3707
- white-space: nowrap;
3708
- }
3709
- .basic_tree .segment_grow {
3710
- flex-grow: 1 !important;
3711
- text-align: left;
3712
- z-index: 10;
3713
- padding-right: 5px;
3714
- }
3715
- .basic_tree .segment_grow.overflow_visible {
3716
- overflow: visible !important;
3717
- }
3718
- .basic_tree .expansion_toggle {
3719
- min-width: 20px;
3720
- display: flex;
3721
- justify-content: center;
3722
- flex-shrink: 0;
3723
- font-size: 16px;
3724
- color: var(--foreground);
3725
- }
3726
- .basic_tree .expansion_toggle.mod_collapsed:before {
3727
- display: block;
3728
- }
3729
- .basic_tree .expansion_toggle:not(.mod_collapsed):before {
3730
- display: block;
3731
- transform: rotate(90deg);
3732
- }
3733
- .basic_tree_menubars {
3734
- padding: 2px 0px;
3735
- color: var(--menu-foreground);
3736
- background-color: var(--menu-background);
3737
- border: none;
3738
- box-shadow: 0 2px 8px var(--kt-menu-shadow);
3739
- border-radius: 0;
3740
- min-width: 200px;
3741
- }
3742
- .basic_menu_item_divider {
3743
- margin: 3px 0;
3744
- pointer-events: none;
3745
- background-color: var(--menu-separatorBackground);
3746
- padding: 0;
3747
- overflow: hidden;
3748
- line-height: 0;
3749
- height: 1px;
3750
- }
3751
- .basic_menu_item {
3752
- margin: 0;
3753
- padding: 3px 4px;
3754
- height: 26px;
3755
- display: flex;
3756
- align-items: center;
3757
- flex: 1;
3758
- padding: 0 16px;
3759
- color: var(--kt-menubar-foreground);
3760
- }
3761
- .basic_menu_item:hover {
3762
- background: var(--menu-selectionBackground);
3763
- color: var(--menu-selectionForeground);
3764
- cursor: default;
3765
- }
3766
-
3767
- /*!***************************************************************************************************************!*\
3768
- !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/react-ctxmenu-trigger/assets/index.css ***!
3769
- \***************************************************************************************************************/
3770
- .rc-trigger-popup {
3771
- position: absolute;
3772
- left: -9999px;
3773
- top: -9999px;
3774
- z-index: 1050;
3775
- }
3776
- .rc-trigger-popup-hidden {
3777
- display: none;
3778
- }
3779
- .rc-trigger-popup-zoom-enter,
3780
- .rc-trigger-popup-zoom-appear {
3781
- opacity: 0;
3782
- animation-duration: 0.3s;
3783
- animation-fill-mode: both;
3784
- animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
3785
- animation-play-state: paused;
3786
- }
3787
- .rc-trigger-popup-zoom-leave {
3788
- animation-duration: 0.3s;
3789
- animation-fill-mode: both;
3790
- animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
3791
- animation-play-state: paused;
3792
- }
3793
- .rc-trigger-popup-zoom-enter.rc-trigger-popup-zoom-enter-active,
3794
- .rc-trigger-popup-zoom-appear.rc-trigger-popup-zoom-appear-active {
3795
- animation-name: rcTriggerZoomIn;
3796
- animation-play-state: running;
3797
- }
3798
- .rc-trigger-popup-zoom-leave.rc-trigger-popup-zoom-leave-active {
3799
- animation-name: rcTriggerZoomOut;
3800
- animation-play-state: running;
3801
- }
3802
- @keyframes rcTriggerZoomIn {
3803
- 0% {
3804
- opacity: 0;
3805
- transform-origin: 50% 50%;
3806
- transform: scale(0, 0);
3807
- }
3808
- 100% {
3809
- opacity: 1;
3810
- transform-origin: 50% 50%;
3811
- transform: scale(1, 1);
3812
- }
3813
- }
3814
- @keyframes rcTriggerZoomOut {
3815
- 0% {
3816
- opacity: 1;
3817
- transform-origin: 50% 50%;
3818
- transform: scale(1, 1);
3819
- }
3820
- 100% {
3821
- opacity: 0;
3822
- transform-origin: 50% 50%;
3823
- transform: scale(0, 0);
3824
- }
3825
- }
3826
- .rc-trigger-popup-mask {
3827
- position: fixed;
3828
- top: 0;
3829
- right: 0;
3830
- left: 0;
3831
- bottom: 0;
3832
- background-color: #373737;
3833
- background-color: rgba(55, 55, 55, 0.6);
3834
- height: 100%;
3835
- filter: alpha(opacity=50);
3836
- z-index: 1050;
3837
- }
3838
- .rc-trigger-popup-mask-hidden {
3839
- display: none;
3840
- }
3841
- .rc-trigger-popup-fade-enter,
3842
- .rc-trigger-popup-fade-appear {
3843
- opacity: 0;
3844
- animation-duration: 0.3s;
3845
- animation-fill-mode: both;
3846
- animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
3847
- animation-play-state: paused;
3848
- }
3849
- .rc-trigger-popup-fade-leave {
3850
- animation-duration: 0.3s;
3851
- animation-fill-mode: both;
3852
- animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
3853
- animation-play-state: paused;
3854
- }
3855
- .rc-trigger-popup-fade-enter.rc-trigger-popup-fade-enter-active,
3856
- .rc-trigger-popup-fade-appear.rc-trigger-popup-fade-appear-active {
3857
- animation-name: rcTriggerMaskFadeIn;
3858
- animation-play-state: running;
3859
- }
3860
- .rc-trigger-popup-fade-leave.rc-trigger-popup-fade-leave-active {
3861
- animation-name: rcDialogFadeOut;
3862
- animation-play-state: running;
3863
- }
3864
- @keyframes rcTriggerMaskFadeIn {
3865
- 0% {
3866
- opacity: 0;
3867
- }
3868
- 100% {
3869
- opacity: 1;
3870
- }
3871
- }
3872
- @keyframes rcDialogFadeOut {
3873
- 0% {
3874
- opacity: 1;
3875
- }
3876
- 100% {
3877
- opacity: 0;
3878
- }
3879
- }
3880
-
1
+ .kt-dropdown{font-feature-settings:"tnum";box-sizing:border-box;color:rgba(0,0,0,.65);display:block;font-size:14px;font-variant:tabular-nums;left:-9999px;line-height:1.5;list-style:none;margin:0;padding:0;position:absolute;top:-9999px;z-index:1050}.kt-dropdown:before{bottom:-7px;content:" ";left:-7px;opacity:.0001;position:absolute;right:0;top:-7px;z-index:-9999}.kt-dropdown-wrap{position:relative}.kt-dropdown-wrap .kt-btn>.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-wrap .kt-btn>.anticon-down{font-size:12px}.kt-dropdown-wrap .anticon-down:before{transition:transform .2s}.kt-dropdown-wrap-open .anticon-down:before{transform:rotate(180deg)}.kt-dropdown-hidden,.kt-dropdown-menu-hidden{display:none}.kt-dropdown-menu{background-clip:padding-box;background-color:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15);list-style-type:none;margin:0;outline:none;padding:4px 0;position:relative;text-align:left;-webkit-transform:translateZ(0)}.kt-dropdown-menu-item-group-title{color:rgba(0,0,0,.45);padding:5px 12px;transition:all .3s}.kt-dropdown-menu-submenu-popup{position:absolute;z-index:1050}.kt-dropdown-menu-submenu-popup>.kt-dropdown-menu{transform-origin:0 0}.kt-dropdown-menu-submenu-popup li,.kt-dropdown-menu-submenu-popup ul{list-style:none}.kt-dropdown-menu-submenu-popup ul{margin-left:.3em;margin-right:.3em;padding:0}.kt-dropdown-menu-item,.kt-dropdown-menu-submenu-title{clear:both;color:rgba(0,0,0,.65);cursor:pointer;font-size:14px;font-weight:400;line-height:22px;margin:0;padding:5px 12px;transition:all .3s;white-space:nowrap}.kt-dropdown-menu-item>.anticon:first-child,.kt-dropdown-menu-item>span>.anticon:first-child,.kt-dropdown-menu-submenu-title>.anticon:first-child,.kt-dropdown-menu-submenu-title>span>.anticon:first-child{font-size:12px;margin-right:8px;min-width:12px}.kt-dropdown-menu-item>a,.kt-dropdown-menu-submenu-title>a{color:rgba(0,0,0,.65);display:block;margin:-5px -12px;padding:5px 12px;transition:all .3s}.kt-dropdown-menu-item-selected,.kt-dropdown-menu-item-selected>a,.kt-dropdown-menu-submenu-title-selected,.kt-dropdown-menu-submenu-title-selected>a{background-color:#e6f7ff;color:#1890ff}.kt-dropdown-menu-item:hover,.kt-dropdown-menu-submenu-title:hover{background-color:#e6f7ff}.kt-dropdown-menu-item-disabled,.kt-dropdown-menu-submenu-title-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.kt-dropdown-menu-item-disabled:hover,.kt-dropdown-menu-submenu-title-disabled:hover{background-color:#fff;color:rgba(0,0,0,.25);cursor:not-allowed}.kt-dropdown-menu-item-divider,.kt-dropdown-menu-submenu-title-divider{background-color:#e8e8e8;height:1px;line-height:0;margin:4px 0;overflow:hidden}.kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow,.kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow{position:absolute;right:8px}.kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,.kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.45);display:inline-block;font-size:12px;font-size:10px\9;font-style:normal;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,:root .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{font-size:12px}.kt-dropdown-menu-item-group-list{list-style:none;margin:0 8px;padding:0}.kt-dropdown-menu-submenu-title{padding-right:26px}.kt-dropdown-menu-submenu-vertical{position:relative}.kt-dropdown-menu-submenu-vertical>.kt-dropdown-menu{left:100%;margin-left:4px;min-width:100%;position:absolute;top:0;transform-origin:0 0}.kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title,.kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{background-color:#fff;color:rgba(0,0,0,.25);cursor:not-allowed}.kt-dropdown-menu-submenu-selected .kt-dropdown-menu-submenu-title{color:#1890ff}.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomRight,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topRight,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topRight{animation-name:antSlideDownIn}.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topRight{animation-name:antSlideDownOut}.kt-dropdown-link>.anticon.anticon-down,.kt-dropdown-trigger>.anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-link>.anticon.anticon-down,:root .kt-dropdown-trigger>.anticon.anticon-down{font-size:12px}.kt-dropdown-button{white-space:nowrap}.kt-dropdown-button.kt-btn-group>.kt-btn:last-child:not(:first-child){padding-left:8px;padding-right:8px}.kt-dropdown-button .anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-button .anticon.anticon-down{font-size:12px}.kt-dropdown-button{font-feature-settings:"tnum";border-radius:2px;box-sizing:border-box;color:rgba(0,0,0,.65);display:flex;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;margin:0;overflow:hidden;padding:0}.kt-dropdown-button .kt-button{border-radius:0}.kt-dropdown-button .kt-button:first-child{border-right:1px solid var(--kt-hintBackground)}.kt-dropdown-button .kt-button:last-child{padding:0 6px}.kt-icon{background-repeat:no-repeat;color:var(--kt-icon-foreground);cursor:pointer;display:inline-block;line-height:1}.kt-icon.mask-mode{background-color:var(--foreground)}.kt-icon-loading{animation:kt-icon-spin 1s linear infinite}.kt-icon-small{font-size:14px}.kt-icon-large{font-size:16px}.kt-icon-clickable:hover{color:var(--kt-icon-hoverForeground)}.kt-icon-clickable:active{color:var(--kt-icon-clickForeground)}.kt-icon-disabled{color:var(--kt-icon-disableForeground);cursor:not-allowed;pointer-events:none}@keyframes kt-icon-spin{to{transform:rotate(1turn)}}.iconfont-anim-spin{animation:fa-spin 2s linear infinite}.iconfont-anim-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.iconfont-rotate-90{transform:rotate(90deg)}.iconfont-rotate-180,.iconfont-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})"}.iconfont-rotate-180{transform:rotate(180deg)}.iconfont-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})";transform:rotate(270deg)}.iconfont-flip-horizontal{transform:scaleX(-1)}.iconfont-flip-horizontal,.iconfont-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)"}.iconfont-flip-vertical{transform:scaleY(-1)}.iconfont-flip-both,.iconfont-flip-horizontal.iconfont-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)";transform:scale(-1)}:root .iconfont-flip-both,:root .iconfont-flip-horizontal,:root .iconfont-flip-vertical,:root .iconfont-rotate-180,:root .iconfont-rotate-270,:root .iconfont-rotate-90{filter:none}.kt-clickable-icon:active,.kt-clickable-icon:hover{transform:scale(1.1)}.kt-icon-resource:before{-webkit-font-smoothing:antialiased;background-position:50%;background-repeat:no-repeat;background-size:16px;display:inherit;flex-shrink:0;height:22px;width:22px}.kt-button{align-items:center;background-color:var(--button-background);border:none;border-radius:2px;box-sizing:border-box;color:var(--button-foreground);cursor:pointer;display:inline-flex;font-size:12px;height:28px;justify-content:center;line-height:1;outline:none;padding:0 12px;white-space:pre-wrap}.kt-button.block-button{width:100%}.kt-button>.kt-button-secondary-more{color:inherit;margin-left:5px}@keyframes loadingCircle{to{transform:rotate(1turn)}}.kt-button-anticon-spin{animation:loadingCircle 1s linear infinite;margin-right:5px}.default-button{background-color:var(--kt-defaultButton-background);color:var(--kt-defaultButton-foreground)}.default-button:hover{background-color:var(--kt-defaultButton-hoverBackground)}.default-button:active{background-color:var(--kt-defaultButton-clickBackground)}.primary-button{background-color:var(--kt-primaryButton-background);border:1px solid var(--kt-primaryButton-border);color:var(--kt-primaryButton-foreground)}.primary-button:hover{background-color:var(--kt-primaryButton-hoverBackground)}.primary-button:active{background-color:var(--kt-primaryButton-clickBackground)}.secondary-button{background-color:var(--kt-secondaryButton-background);border-color:var(--kt-secondaryButton-border);border-style:solid;border-width:1px;color:var(--kt-secondaryButton-foreground)}.secondary-button:hover{background-color:var(--kt-secondaryButton-hoverBackground);border-color:var(--kt-secondaryButton-hoverBorder);color:var(--kt-secondaryButton-hoverForeground)}.secondary-button:active{background-color:var(--kt-secondaryButton-clickBackground);border-color:var(--kt-secondaryButton-clickBorder);color:var(--kt-secondaryButton-clickForeground)}.ghost-button{border-style:solid;border-width:1px}.ghost-button:disabled{border:none;cursor:default}.ghost-secondary-button{background-color:var(--kt-whiteGhostButton-background);border-color:transparent;color:var(--kt-whiteGhostButton-foreground)}.ghost-secondary-button:hover{background-color:transparent;border-color:var(--kt-whiteGhostButton-border);color:var(--kt-whiteGhostButton-foreground)}.ghost-secondary-button:active{background-color:transparent;border-color:var(--kt-whiteGhostButton-clickBorder);color:var(--kt-whiteGhostButton-clickForeground)}.ghost-secondary-button:disabled{border-color:transparent;color:var(--kt-whiteGhostButton-disableForeground);cursor:default}.link-button{background-color:transparent;color:var(--kt-linkButton-foreground)}.link-button:hover{color:var(--kt-linkButton-hoverForeground)}.link-button:active,.link-button:hover{background-color:transparent;border-color:transparent}.link-button:active{color:var(--kt-linkButton-clickForeground)}.link-button:disabled{background-color:transparent!important;border-color:transparent!important;color:var(--kt-linkButton-disableForeground);cursor:default}.ghost-primary-button:disabled{background-color:transparent;border-color:transparent}.danger-button:disabled,.default-button:disabled,.ghost-button:disabled,.ghost-danger-button:disabled,.kt-danger-button-loading,.kt-primary-button-loading,.kt-secondary-button-loading,.primary-button:disabled,.secondary-button:disabled{background-color:var(--kt-button-disableBackground)!important;box-shadow:var(--kt-button-disableBorder) 0 0 0 1px inset;color:var(--kt-button-disableForeground)!important;cursor:not-allowed}.danger-button:disabled>.kt-button-secondary-more,.default-button:disabled>.kt-button-secondary-more,.ghost-button:disabled>.kt-button-secondary-more,.ghost-danger-button:disabled>.kt-button-secondary-more,.kt-danger-button-loading>.kt-button-secondary-more,.kt-primary-button-loading>.kt-button-secondary-more,.kt-secondary-button-loading>.kt-button-secondary-more,.primary-button:disabled>.kt-button-secondary-more,.secondary-button:disabled>.kt-button-secondary-more{color:var(--kt-button-disableForeground)}.secondary-button:disabled{border:none}.link-button:disabled{cursor:not-allowed}.ghost-primary-button{background-color:var(--kt-primaryGhostButton-background);border-color:transparent;color:var(--kt-primaryGhostButton-foreground)}.ghost-primary-button:hover{background-color:transparent;border-color:var(--kt-primaryGhostButton-border)}.ghost-primary-button:active{background-color:var(--kt-primaryGhostButton-clickBackground);border-color:var(--kt-primaryGhostButton-clickBorder);color:var(--kt-primaryGhostButton-clickForeground)}.danger-button{background-color:var(--kt-dangerButton-background);color:var(--kt-dangerButton-foreground)}.danger-button:hover{background-color:var(--kt-dangerButton-hoverBackground)}.danger-button:active{background-color:var(--kt-dangerButton-clickBackground)}.ghost-danger-button{background-color:var(--kt-dangerGhostButton-background);border-color:var(--kt-dangerGhostButton-border);color:var(--kt-dangerGhostButton-foreground)}.ghost-danger-button:hover{background-color:transparent;border-color:var(--kt-dangerGhostButton-hoverBorder)}.ghost-danger-button:active{background-color:var(--kt-dangerGhostButton-clickBackground);border-color:var(--kt-dangerGhostButton-clickBorder)}.large-button-size{font-size:14px;height:32px;line-height:32px;padding:0 16px}.default-button-size{font-size:12px;height:28px;line-height:28px;padding:0 12px}.small-button-size{font-size:12px;height:22px;line-height:22px;padding:0 8px}.kt-badge{background-color:var(--badge-background);border:1px solid var(--kt-badge-border);border-radius:18px;color:var(--badge-foreground);display:inline-flex;font-weight:400;height:18px;justify-content:center;line-height:16px;min-width:18px;padding:0 5px;text-align:center}.kt-badge,.kt-input{align-items:center;box-sizing:border-box;font-size:12px}.kt-input{background-color:var(--input-background);border-color:var(--kt-input-border);border-radius:2px;border-style:solid;border-width:1px;display:flex;height:28px;padding:0 8px;width:100%}.kt-input:focus-within{border-color:var(--focusBorder)}.kt-input:hover{border-color:var(--focusBorder)}.kt-input-disabled{background-color:var(--kt-input-disableBackground);color:var(--kt-input-disableForeground)}.kt-input-disabled input,.kt-input-disabled textarea{cursor:not-allowed}.kt-input-box{align-items:center;display:flex;flex:1;height:100%;position:relative}.kt-input-box input,.kt-input-box textarea{background-color:transparent;border-width:0;color:var(--input-foreground);display:inline-block;height:100%;outline:none;width:100%}.kt-input-box input::placeholder,.kt-input-box textarea::placeholder{color:var(--input-placeholderForeground)}.kt-input-box input::selection,.kt-input-box textarea::selection{background-color:var(--kt-input-selectionBackground)}.kt-input-clear{position:absolute;right:4px;top:50%;transform:translateY(-50%)}.kt-input-addon{align-items:center;display:flex;height:100%}.kt-input-addon-before{margin-right:4px}.kt-input-addon-after{margin-left:4px}.kt-input-large{font-size:14px;height:32px}.kt-input-small{font-size:12px;height:22px}.input-box{box-sizing:border-box;height:100%;position:relative;width:100%}.input-box .kt-input.validate-error{border:1px solid var(--inputValidation-errorBorder)}.input-box .kt-input.validate-info{border:1px solid var(--inputValidation-infoBorder)}.input-box .kt-input.validate-warning{border:1px solid var(--inputValidation-warningBorder)}.input-box.popup .kt-input{background-color:var(--input-background)}.input-box .validate-message{word-wrap:break-word;border-radius:0 0 2px 2px;box-sizing:border-box;display:inline-block;font-size:12px;left:0;line-height:20px;margin-top:4px;min-height:34px;overflow:hidden;padding:8px 4px;position:absolute;text-align:left;top:100%;white-space:normal;width:100%;z-index:10}.input-box .validate-message.popup{background-color:transparent;border:none;box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,.133),0 .6px 1.8px 0 rgba(0,0,0,.11)}.input-box .validate-message.popup.validate-error{background-color:var(--inputValidation-errorBackground);border:1px solid var(--inputValidation-errorBorder);color:var(--inputValidation-errorForeground)}.input-box .validate-message.popup.validate-info{background-color:var(--inputValidation-infoBackground);border:1px solid var(--inputValidation-infoBorder);color:var(--inputValidation-infoForeground)}.input-box .validate-message.popup.validate-warning{background-color:var(--inputValidation-warningBackground);border:1px solid var(--inputValidation-warningBorder);color:var(--inputValidation-warningForeground)}.input-box .validate-message.validate-error{color:var(--kt-inputValidation-errorTextForeground)}.input-box .validate-message.validate-info{color:var(--inputValidation-infoForeground)}.input-box .validate-message.validate-warning{color:var(--kt-inputValidation-warningTextForeground)}.kt-input-number{padding-right:0}.kt-input-number:focus-within .kt-input-number-handler-up,.kt-input-number:focus-within .kt-input-number-handler-up-disabled,.kt-input-number:hover .kt-input-number-handler-up,.kt-input-number:hover .kt-input-number-handler-up-disabled{border-bottom-color:var(--focusBorder)}.kt-input-number:focus-within .kt-input-number-handler,.kt-input-number:hover .kt-input-number-handler{border-inline-start-color:var(--focusBorder)}.kt-input-number:focus-within .kt-input-number-handler-down,.kt-input-number:hover .kt-input-number-handler-down{box-shadow:var(--focusBorder) 1px 0 0 1px}.kt-input-number .kt-input-number{appearance:textfield;background-color:transparent;border:0;font-size:inherit;outline:0;text-align:start;transition:all .3s linear;vertical-align:top;width:100%}.kt-input-number .kt-input-number-handler{align-items:center;border-inline-start:1px solid var(--kt-input-border);color:rgba(0,0,0,.45);cursor:pointer;display:flex;flex:auto;font-weight:700;height:40%;justify-content:center;line-height:0;overflow:hidden;text-align:center}.kt-input-number .kt-input-number-handler-active{background:#ddd}.kt-input-number .kt-input-number-handler-down-inner,.kt-input-number .kt-input-number-handler-up-inner{color:var(--input-foreground);user-select:none}.kt-input-number .kt-input-number-input-wrap{height:100%;overflow:hidden}.kt-input-number .kt-input-number-handler-wrap{align-items:stretch;background:transparent;display:flex;flex-direction:column;height:100%;inset-block-start:0;inset-inline-end:0;position:absolute;width:22px}.kt-input-number .kt-input-number-handler-up{border-bottom:1px solid var(--kt-input-border);padding-top:1px}.kt-input-number .kt-input-number-handler-down{box-shadow:var(--kt-input-border) 0 -1px 0 0}.kt-input-number .kt-input-number-handler-up-inner:after{content:"+"}.kt-input-number .kt-input-number-handler-down-inner:after{content:"-"}.kt-input-number .kt-input-number-disabled .kt-input-number-handler,.kt-input-number .kt-input-number-handler-down-disabled,.kt-input-number .kt-input-number-handler-up-disabled{opacity:.3}.kt-input-number .kt-input-number-disabled .kt-input-number-input{background-color:#f3f3f3;cursor:not-allowed;opacity:.72}.kt-checkbox{cursor:pointer;font-size:12px}.kt-checkbox,.kt-checkbox-lump{align-items:center;display:inline-flex}.kt-checkbox-lump{margin-right:6px;position:relative}.kt-checkbox-lump input{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.kt-checkbox-lump input:checked+.kt-checkbox-icon{background-color:var(--kt-checkbox-selectionBackground);border-color:var(--kt-checkbox-selectionBackground);color:var(--kt-checkbox-selectionForeground)}.kt-checkbox-lump input:checked+.kt-checkbox-icon svg{display:block;transition:all .2s}.kt-checkbox:hover .kt-checkbox-icon{background-color:var(--kt-checkbox-hoverBackground);border-color:var(--kt-checkbox-hoverBorder)}.kt-checkbox-icon{background-color:var(--checkbox-background);border:1px solid var(--checkbox-border);border-radius:2px;height:12px;position:relative;width:12px}.kt-checkbox-icon svg{display:none;height:100%;left:0;position:absolute;top:0;width:100%}.kt-checkbox-large{font-size:14px}.kt-checkbox-large-icon{height:14px;margin-right:8px;width:14px}.kt-checkbox.kt-checkbox-disabled{color:var(--kt-checkbox-disableForeground)}.kt-checkbox.kt-checkbox-disabled input:checked+.kt-checkbox-icon{background-color:var(--kt-checkbox-disableBackground);border-color:transparent;color:var(--kt-checkbox-disableForeground)}.kt-select-overlay{height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.kt-select-container{min-width:0;position:relative;user-select:none}.kt-select-container .kt-select-search{-webkit-appearance:none;background:transparent;border:none;line-height:inherit;outline:none}.kt-select-container .kt-select-value{align-items:center;background-color:var(--kt-select-background);border-color:var(--kt-select-border);border-radius:2px;border-style:solid;border-width:1px;box-sizing:border-box;display:flex;flex:1;justify-content:center;margin:0;max-width:100%;padding:0 8px}.kt-select-container .kt-select-value,.kt-select-container .kt-select-value>span{color:var(--kt-select-foreground);cursor:pointer}.kt-select-container .kt-select-value .kt-select-option{cursor:pointer;display:inline-block;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.kt-select-container .kt-select-value .kt-select-value-active,.kt-select-container .kt-select-value:hover{border-color:var(--kt-selectOption-activeBorder);box-sizing:border-box}.kt-select-container .kt-select-value.kt-select-disabled{background-color:var(--kt-select-disableBackground);color:var(--kt-select-disableForeground);pointer-events:none}.kt-select-container .kt-select-value.kt-select-warning{border-color:var(--kt-select-warningForeground)}.kt-select-container .kt-select-warning-text{background-color:var(--kt-select-warningForeground);color:#fff;padding:4px 8px}.kt-select-container .kt-select-value-active{border-color:var(--kt-selectOption-activeBorder);box-sizing:border-box}.kt-select-container .kt-select-value-large,.kt-select-container .kt-select-value-large>span{font-size:14px;height:30px;line-height:30px}.kt-select-container .kt-select-value-default,.kt-select-container .kt-select-value-default>span{font-size:12px;height:28px;line-height:28px}.kt-select-container .kt-select-value-default-icon{margin-left:5px}.kt-select-container .kt-select-value-small,.kt-select-container .kt-select-value-small>span{font-size:12px;height:22px;line-height:22px}.kt-select-option-icon{margin-right:5px}.kt-select-options{background-color:var(--kt-selectDropdown-background);border-radius:2px;box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,.133),0 .6px 1.8px 0 rgba(0,0,0,.11);color:var(--kt-selectDropdown-foreground);display:none;margin-top:4px;max-width:100%;overflow-y:auto!important;position:fixed;z-index:20}.kt-select-options .kt-select-option-default{align-items:center;display:flex;position:relative}.kt-select-options .kt-select-option-default .kt-select-option-icon{margin-right:5px}.kt-select-options .kt-select-option-select span{box-sizing:border-box;color:var(--kt-selectDropdown-selectionForeground);display:inline-block;margin:0 2px;outline:1px solid var(--list-focusOutline);outline-offset:-1px;width:calc(100% - 4px)}.kt-select-options .kt-select-option-select span,.kt-select-options .kt-select-option-select span:hover{background-color:var(--kt-selectDropdown-selectionBackground)}.kt-select-options .kt-select-description{line-height:1;margin-bottom:-3px}.kt-select-options span{background-color:var(--kt-selectDropdown-background);box-sizing:border-box;color:var(--kt-selectDropdown-foreground);cursor:pointer;display:inline-block;height:26px;line-height:26px;margin:0 2px;overflow:hidden;padding:0 16px;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 4px)}.kt-select-options span:hover{background-color:var(--kt-selectDropdown-hoverBackground);box-sizing:border-box;outline:1px solid var(--list-focusOutline);outline-offset:-1px}.kt-select-options .kt-option-divider{background-color:var(--kt-select-border);height:1px;margin:0 auto;width:100%}.kt-select-options .kt-option-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;line-height:26px;max-height:52px;min-height:26px;overflow:hidden;padding:0 16px;text-overflow:ellipsis}.kt-select-options .kt-option-disabled{background-color:var(--kt-select-disableBackground);color:var(--kt-select-disableForeground);pointer-events:none}.kt-select-options.kt-select-options-visible{display:block}.kt-select-options.kt-select-options-large{padding:4px 0}.kt-select-options.kt-select-options-large>div>span,.kt-select-options.kt-select-options-large>span{font-size:14px;height:30px;line-height:30px}.kt-select-options.kt-select-options-large .kt-select-group-header{font-size:14px;line-height:30px}.kt-select-options.kt-select-options-default{padding:3px 0}.kt-select-options.kt-select-options-default>div>span,.kt-select-options.kt-select-options-default>span{font-size:12px;height:26px;line-height:26px}.kt-select-options.kt-select-options-default .kt-select-group-header{font-size:12px;line-height:26px}.kt-select-options.kt-select-options-small{padding:3px 0}.kt-select-options.kt-select-options-small>div>span,.kt-select-options.kt-select-options-small>span{font-size:12px;height:26px;line-height:26px}.kt-select-options.kt-select-options-small .kt-select-group-header{font-size:12px;line-height:26px}.kt-select-options .kt-option-with-check{padding-left:20px}.kt-select-options .kt-select-group-header{color:var(--kt-selectDropdown-teamForeground);display:flex;padding-left:5px}.kt-select-options .kt-option-check{align-items:center;display:flex;height:100%;left:0;position:absolute}.kt-select-options .kt-option-check .kt-icon{background-color:transparent;padding:0 4px;width:20px}.kt-tabs{align-items:center;border-bottom:1px solid var(--kt-tab-borderDown);display:flex}.kt-tabs .kt-custom-tab,.kt-tabs .kt-tab{border-bottom:2px solid transparent;color:var(--kt-tab-inactiveForeground);cursor:pointer;line-height:20px;padding:8px 0}.kt-tabs .kt-custom-tab.kt-mini-tab,.kt-tabs .kt-tab.kt-mini-tab{padding:2px 0}.kt-tabs .kt-custom-tab.kt-tab-selected,.kt-tabs .kt-tab.kt-tab-selected{border-bottom-color:var(--kt-tab-activeBorder);color:var(--kt-tab-activeForeground)}.kt-tabs.kt-tabs-mini{border-bottom:none}.kt-tabs .kt-custom-tab+.kt-custom-tab,.kt-tabs .kt-custom-tab+.kt-tab,.kt-tabs .kt-tab+.kt-custom-tab,.kt-tabs .kt-tab+.kt-tab{margin-left:24px}.kt-modal{font-feature-settings:"tnum";box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;margin:0 auto;padding:0 0 24px;pointer-events:none;position:relative;top:100px;width:auto}.kt-modal-wrap{-webkit-overflow-scrolling:touch;bottom:0;left:0;outline:0;overflow:auto;position:fixed;right:0;top:0;z-index:1000}.kt-modal-title{word-wrap:break-word;color:rgba(0,0,0,.85);font-size:16px;font-weight:500;line-height:22px;margin:0}.kt-modal-content{background-clip:padding-box;background-color:#fff;border:0;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:auto;position:relative}.kt-modal-close{background:transparent;border:0;color:rgba(0,0,0,.45);cursor:pointer;font-weight:700;line-height:1;outline:0;padding:0;position:absolute;right:0;text-decoration:none;top:0;transition:color .3s;z-index:10}.kt-modal-close-x{display:block;font-size:16px;font-style:normal;height:56px;line-height:56px;text-align:center;text-rendering:auto;text-transform:none;width:56px}.kt-modal-close:focus,.kt-modal-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.kt-modal-header{background:#fff;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0;color:rgba(0,0,0,.65);padding:16px 24px}.kt-modal-body{word-wrap:break-word;font-size:14px;line-height:1.5;padding:24px}.kt-modal-footer{background:transparent;border-radius:0 0 4px 4px;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right}.kt-modal-footer button+button{margin-bottom:0;margin-left:8px}.kt-modal.zoom-appear,.kt-modal.zoom-enter{animation-duration:.3s;opacity:0;transform:none;user-select:none}.kt-modal-mask{background-color:rgba(0,0,0,.45);bottom:0;filter:alpha(opacity=50);height:100%;left:0;position:fixed;right:0;top:0;z-index:1000}.kt-modal-mask-hidden{display:none}.kt-modal-open{overflow:hidden}.kt-modal-centered{text-align:center}.kt-modal-centered:before{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}.kt-modal-centered .kt-modal{display:inline-block;text-align:left;top:0;vertical-align:middle}@media (max-width:767px){.kt-modal{margin:8px auto;max-width:calc(100vw - 16px)}.kt-modal-centered .kt-modal{flex:1}}.kt-overlay.kt-modal{color:var(--kt-modal-foreground);padding:24px}.kt-overlay .kt-modal-body{background:var(--kt-modal-background);border-color:var(--notifications-border)}.kt-overlay .kt-modal-header{background-color:var(--kt-modal-background);border-bottom-color:var(--kt-modal-separatorBackground);border-radius:2px 2px 0 0;height:56px}.kt-overlay .kt-modal-title{color:var(--kt-modal-foreground)}.kt-overlay .kt-modal-footer{background-color:var(--kt-modal-background);border-radius:0 0 2px 2px;border-top-color:var(--kt-modal-separatorBackground);height:52px}.kt-overlay .kt-modal-close-x{color:var(--kt-notificationsCloseIcon-foreground);height:20px;line-height:20px;margin:12px 22px 0 0;width:20px}.wrapper .kt-modal-body{background:var(--kt-modal-background);border-color:var(--notifications-border)}.wrapper .kt-modal-footer{align-items:center;display:flex;justify-content:flex-end}.wrapper .kticon-info-circle{color:var(--kt-modalInfoIcon-foreground)}.wrapper .kt-modal-close-x{color:var(--kt-notificationsCloseIcon-foreground);height:20px;line-height:20px;margin:50% 50% 0 0;width:20px}.kt-dialog-content{display:flex}.kt-dialog-content .kt-dialog-content_area{display:flex;flex:1;flex-direction:column;overflow:hidden}.kt-dialog-content .kt-dialog-content_area .kt-dialog-content_title{font-size:14px;line-height:22px;margin:0 0 8px}.kt-dialog-content .kt-dialog-icon{border:none;display:flex;flex-direction:column;line-height:30px;margin-right:6px;outline:none;padding:0}.kt-dialog-content .kt-dialog-icon:before{font-size:20px}.kt-dialog-content .kt-dialog-closex{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;height:30px;justify-content:center;line-height:30px;margin-left:6px;outline:none;padding:0;width:20px}.kt-dialog-content .kt-dialog-closex:hover{transform:scale(1.1)}.footer{border-top:1px solid var(--notifications-border)}.kt-dialog-buttonWrap{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:14px}.kt-dialog-buttonWrap button{margin:10px 0 0 8px}.kt-dialog-message{align-items:center;color:var(--kt-modal-foreground);display:inline-flex;flex:1;font-size:14px;line-height:30px;overflow:hidden;user-select:text;white-space:pre-wrap;word-break:break-all}.kt-notification{font-feature-settings:"tnum";box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;margin:0 24px 0 0;max-width:calc(100vw - 32px);padding:0;position:fixed;width:384px;z-index:1010}.kt-notification-bottomLeft,.kt-notification-topLeft{margin-left:24px;margin-right:0}.kt-notification-bottomLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,.kt-notification-bottomLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,.kt-notification-topLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,.kt-notification-topLeft .kt-notification-fade-enter.kt-notification-fade-enter-active{animation-name:NotificationLeftFadeIn}.kt-notification-close-icon{cursor:pointer;font-size:14px}.kt-notification-notice{background:#fff;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);line-height:18px;margin-bottom:16px;overflow:hidden;padding:16px 24px;position:relative}.kt-notification-notice-message{color:rgba(0,0,0,.85);display:inline-block;font-size:16px;line-height:24px;margin-bottom:8px}.kt-notification-notice-description{font-size:14px}.kt-notification-notice-with-icon .kt-notification-notice-message{font-size:16px;margin-bottom:4px;margin-left:48px}.kt-notification-notice-with-icon .kt-notification-notice-description{font-size:14px;margin-left:48px}.kt-notification-notice-icon{font-size:24px;line-height:24px;margin-left:4px;position:absolute;top:12px}.anticon.kt-notification-notice-icon{height:20px}.anticon.kt-notification-notice-icon-success{color:#52c41a}.anticon.kt-notification-notice-icon-info{color:var(--notificationsInfoIcon-foreground)}.anticon.kt-notification-notice-icon-warning{color:var(--notificationsWarningIcon-foreground)}.anticon.kt-notification-notice-icon-error{color:var(--notificationsErrorIcon-foreground)}.kt-notification-notice-close{color:rgba(0,0,0,.45);height:20px;outline:none;position:absolute;right:22px;top:16px}.kt-notification-notice-close:hover{color:rgba(0,0,0,.67)}.kt-notification-notice-btn{align-items:center;display:flex;flex-flow:wrap;justify-content:flex-end;margin-top:16px}.kt-notification .notification-fade-effect{animation-duration:.24s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.645,.045,.355,1)}.kt-notification-fade-appear,.kt-notification-fade-enter{animation-play-state:paused;opacity:0}.kt-notification-fade-appear,.kt-notification-fade-enter,.kt-notification-fade-leave{animation-duration:.24s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.645,.045,.355,1)}.kt-notification-fade-leave{animation-duration:.2s;animation-play-state:paused}.kt-notification-fade-appear.kt-notification-fade-appear-active,.kt-notification-fade-enter.kt-notification-fade-enter-active{animation-name:NotificationFadeIn;animation-play-state:running}.kt-notification-fade-leave.kt-notification-fade-leave-active{animation-name:NotificationFadeOut;animation-play-state:running}@keyframes NotificationFadeIn{0%{left:384px;opacity:0}to{left:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{opacity:0;right:384px}to{opacity:1;right:0}}@keyframes NotificationFadeOut{0%{margin-bottom:16px;max-height:150px;opacity:1;padding-bottom:16px 24px;padding-top:16px 24px}to{margin-bottom:0;max-height:0;opacity:0;padding-bottom:0;padding-top:0}}.kt-notification-wrapper{background:var(--notifications-background);border-color:var(--notifications-border);padding:12px;position:relative}.kt-notification-wrapper .anticon{align-items:center;display:flex;font-size:12px;justify-content:center;margin-top:0}.kt-notification-wrapper .kt-notification-notice-description,.kt-notification-wrapper .kt-notification-notice-message{color:var(--notifications-foreground);font-size:12px;line-height:20px;margin-bottom:0;margin-left:24px;margin-right:24px;width:calc(100% - 48px)}.kt-notification-wrapper .kt-notification-notice-description code,.kt-notification-wrapper .kt-notification-notice-message code{word-wrap:break-word;display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}.kt-notification-wrapper .kt-notification-notice-description p,.kt-notification-wrapper .kt-notification-notice-description pre,.kt-notification-wrapper .kt-notification-notice-message p,.kt-notification-wrapper .kt-notification-notice-message pre{margin-bottom:0}.kt-notification-wrapper .kt-notification-notice-description{margin-bottom:4px;margin-top:4px}.kt-notification-wrapper .kt-notification-notice-close{align-items:center;color:var(--notifications-foreground);display:flex;font-size:12px;justify-content:center;line-height:20px;right:18px;top:12px}.kt-notification-wrapper .kt-notification-notice-btn button{box-sizing:border-box;display:inline-block;flex:0 0 auto;margin:0 0 5px 10px;max-width:100%;overflow:hidden;padding:0 5px;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.kt-popover{display:block;font-size:12px;line-height:1.5;opacity:.9;position:absolute;visibility:visible}.kt-popover-title{display:flex;font-size:12px;justify-content:space-between;line-height:22px;margin-bottom:0;margin-top:0}.kt-popover-title .small-button-size,.kt-popover-title.kt-button{padding:0}.kt-popover-content{background:var(--kt-popover-background);border-color:var(--kt-popover-border);border-radius:2px;box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,.133),0 .6px 1.8px 0 rgba(0,0,0,.11);color:var(--kt-popover-foreground);padding:6px 10px;position:relative;z-index:var(--stacking-level-popover-component,999)}.kt-popover-content img{display:inline-block;max-width:20px}.kt-popover-hidden{display:none}.kt-popover-placement-top,.kt-popover-placement-topLeft,.kt-popover-placement-topRight{padding:5px 0}.kt-popover-placement-right,.kt-popover-placement-rightBottom,.kt-popover-placement-rightTop{padding:0 5px}.kt-popover-placement-bottom,.kt-popover-placement-bottomLeft,.kt-popover-placement-bottomRight{padding:5px 0}.kt-popover-placement-left,.kt-popover-placement-leftBottom,.kt-popover-placement-leftTop{padding:0 5px}.kt-popover-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0;z-index:var(--stacking-level-popover-component-arrow,1000)}.kt-popover-placement-top .kt-popover-arrow,.kt-popover-placement-topLeft .kt-popover-arrow,.kt-popover-placement-topRight .kt-popover-arrow{border-top-color:var(--kt-popover-background);border-width:5px 5px 0;bottom:4px;margin-left:-5px}.kt-popover-placement-top .kt-popover-arrow{left:50%}.kt-popover-placement-topLeft .kt-popover-arrow{left:15%}.kt-popover-placement-topRight .kt-popover-arrow{right:15%}.kt-popover-placement-right .kt-popover-arrow,.kt-popover-placement-rightBottom .kt-popover-arrow,.kt-popover-placement-rightTop .kt-popover-arrow{border-right-color:var(--kt-popover-background);border-width:5px 5px 5px 0;left:4px;margin-top:-5px}.kt-popover-placement-right .kt-popover-arrow{top:50%}.kt-popover-placement-rightTop .kt-popover-arrow{margin-top:0;top:15%}.kt-popover-placement-rightBottom .kt-popover-arrow{bottom:15%}.kt-popover-placement-left .kt-popover-arrow,.kt-popover-placement-leftBottom .kt-popover-arrow,.kt-popover-placement-leftTop .kt-popover-arrow{border-left-color:var(--kt-popover-background);border-width:5px 0 5px 5px;margin-top:-5px;right:4px}.kt-popover-placement-left .kt-popover-arrow{top:50%}.kt-popover-placement-leftTop .kt-popover-arrow{margin-top:0;top:15%}.kt-popover-placement-leftBottom .kt-popover-arrow{bottom:15%}.kt-popover-placement-bottom .kt-popover-arrow,.kt-popover-placement-bottomLeft .kt-popover-arrow,.kt-popover-placement-bottomRight .kt-popover-arrow{border-bottom-color:var(--kt-popover-background);border-width:0 5px 5px;margin-left:-5px;top:4px}.kt-popover-placement-bottom .kt-popover-arrow{left:50%}.kt-popover-placement-bottomLeft .kt-popover-arrow{left:15%}.kt-popover-placement-bottomRight .kt-popover-arrow{right:15%}.kt-popover-placement-topLeft .kt-popover-arrow{left:15px}.kt-popover.kt-popover-zoom-appear,.kt-popover.kt-popover-zoom-enter{opacity:0}.kt-popover.kt-popover-zoom-enter,.kt-popover.kt-popover-zoom-leave{display:block}.kt-popover-zoom-appear,.kt-popover-zoom-enter{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);opacity:0}.kt-popover-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.6,-.3,.74,.05)}.kt-popover-zoom-appear.kt-popover-zoom-appear-active,.kt-popover-zoom-enter.kt-popover-zoom-enter-active{animation-name:rcToolTipZoomIn;animation-play-state:running}.kt-popover-zoom-leave.kt-popover-zoom-leave-active{animation-name:rcToolTipZoomOut;animation-play-state:running}@keyframes rcToolTipZoomIn{0%{opacity:0;transform:scale(0);transform-origin:50% 50%}to{opacity:1;transform:scale(1);transform-origin:50% 50%}}@keyframes rcToolTipZoomOut{0%{opacity:1;transform:scale(1);transform-origin:50% 50%}to{opacity:0;transform:scale(0);transform-origin:50% 50%}}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kt-message{font-feature-settings:"tnum";box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;left:0;line-height:1.5;list-style:none;margin:0;padding:0;pointer-events:none;position:fixed;top:16px;width:100%;z-index:1010}.kt-message-notice{padding:8px;text-align:center}.kt-message-notice:first-child{margin-top:-8px}.kt-message-notice-content{background:var(--notifications-background);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);color:var(--notifications-foreground);display:inline-block;padding:10px 16px;pointer-events:all}.kt-message-success .anticon{color:#52c41a}.kt-message-error .anticon{color:var(--notificationsErrorIcon-foreground)}.kt-message-warning .anticon{color:var(--notificationsWarningIcon-foreground)}.kt-message-info .anticon,.kt-message-loading .anticon{color:var(--notificationsInfoIcon-foreground)}.kt-message .anticon{font-size:16px;margin-right:8px;position:relative;top:1px}.kt-message-notice.move-up-leave.move-up-leave-active{animation-duration:.3s;animation-name:MessageMoveOut;overflow:hidden}@keyframes MessageMoveOut{0%{max-height:150px;opacity:1;padding:8px}to{max-height:0;opacity:0;padding:0}}.kt-tooltip-wrapper{display:inline-block;margin:0;padding:0;position:relative}.kt-tooltip-wrapper .kt-tooltip-content{background:var(--kt-tooltip-background);border-radius:2px;box-shadow:0 6px 16px -8px rgba(0,0,0,.24),0 9px 28px 0 rgba(0,0,0,.15),0 12px 48px 16px rgba(0,0,0,.09);color:var(--kt-tooltip-foreground);display:inline-block;font-size:12px;font-weight:400;line-height:20px;padding:4px 8px;position:fixed;white-space:nowrap;z-index:2}.kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder{border-color:var(--kt-tooltip-background) transparent transparent transparent;border-style:solid;border-width:7px 7px 0;height:0;position:absolute;top:100%;width:0}.kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder.kt-tooltip-reverse-arrow{border-color:transparent transparent var(--kt-tooltip-background) transparent!important;border-width:0 7px 7px!important;bottom:100%!important;top:auto!important}.design_left_slot .kt-scrollbar .scrollbar-thumb-horizontal,.design_left_slot .kt-scrollbar .scrollbar-thumb-vertical,.design_right_slot .kt-scrollbar .scrollbar-thumb-horizontal,.design_right_slot .kt-scrollbar .scrollbar-thumb-vertical{border-radius:5px}.kt-scrollbar .scrollbar-thumb-horizontal,.kt-scrollbar .scrollbar-thumb-vertical{background:var(--scrollbarSlider-background);opacity:0;transition:opacity .5s ease}.kt-scrollbar .scrollbar-thumb-horizontal:hover,.kt-scrollbar .scrollbar-thumb-vertical:hover{background:var(--scrollbarSlider-hoverBackground)}.kt-scrollbar .scrollbar-thumb-horizontal:active,.kt-scrollbar .scrollbar-thumb-vertical:active{background:var(--scrollbarSlider-activeBackground)}.kt-scrollbar .scrollbar-thumb-horizontal,.kt-scrollbar .scrollbar-thumb-vertical{z-index:9999}.kt-scrollbar:hover .scrollbar-thumb-horizontal,.kt-scrollbar:hover .scrollbar-thumb-vertical{opacity:1}.kt-scrollbar .scrollbar-decoration-vertical{box-shadow:var(--scrollbar-shadow) 0 6px 6px -6px inset;height:6px;left:0;position:fixed;top:0;width:100%;z-index:999}.kt-scrollbar .scrollbar-decoration-horizontal{box-shadow:var(--scrollbar-shadow) 6px 0 6px -6px inset;height:100%;left:0;position:fixed;top:0;width:6px;z-index:999}.kt-recycle-tree-filter-wrapper{padding:4px 8px}.kt-recycle-tree-filter-input{width:100%}.kt-recycle-tree-filter-icon{color:var(--kt-icon-secondaryForeground)}.loading_indicator{background-image:url(images/loading.svg);background-size:cover;height:20px;width:20px}.vs-dark .loading_indicator{background-image:url(images/loading-dark.svg)}.hc-black .loading_indicator{background-image:url(images/loading-hc.svg)}.basic_tree .tree_node{cursor:pointer;display:flex;flex-direction:column;position:relative}.basic_tree .tree_node:hover{background:var(--kt-tree-hoverBackground);color:var(--kt-tree-hoverForeground)}.basic_tree .tree_node:hover .head,.basic_tree .tree_node:hover .tail{display:flex}.basic_tree .tree_node.mod_selected{background:var(--kt-tree-inactiveSelectionBackground);color:var(--kt-tree-inactiveSelectionForeground)!important}.basic_tree .tree_node.mod_actived,.basic_tree .tree_node.mod_focused{outline:1px solid var(--list-focusOutline);outline-offset:-1px}.basic_tree .tree_node.mod_loading{opacity:.8!important}.basic_tree .icon{color:var(--icon-foreground);position:relative}.basic_tree .icon:before{font-size:16px;text-align:center}.basic_tree .head,.basic_tree .tail{align-items:center;display:none;height:100%;margin-right:10px;position:relative;text-align:center}.basic_tree .content{align-items:center;display:flex;position:relative;width:100%}.basic_tree .content match{background-color:var(--editor-findMatchHighlightBackground)}.basic_tree .status{font-size:12px;opacity:.75;padding-right:0;text-align:center}.basic_tree .segment{color:inherit;flex-grow:0;white-space:nowrap}.basic_tree .display_name,.basic_tree .displayname{display:inline;margin-right:6px;white-space:pre}.basic_tree .display_name{margin-left:4px}.basic_tree .description{color:var(--descriptionForeground);display:inline;transform:scale(.96)}.basic_tree .overflow_wrap{flex:1;flex-shrink:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.basic_tree .prompt_wrap{flex:1}.basic_tree .flex_wrap{display:flex;flex-direction:row}.basic_tree .edit_wrap{display:flex;width:calc(100% - 50px)}.basic_tree .edit_wrap .displayname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.basic_tree .segment_grow{flex-grow:1!important;padding-right:5px;text-align:left;z-index:10}.basic_tree .segment_grow.overflow_visible{overflow:visible!important}.basic_tree .expansion_toggle{color:var(--foreground);display:flex;flex-shrink:0;font-size:16px;justify-content:center;min-width:20px}.basic_tree .expansion_toggle.mod_collapsed:before{display:block}.basic_tree .expansion_toggle:not(.mod_collapsed):before{display:block;transform:rotate(90deg)}.basic_tree_menubars{background-color:var(--menu-background);border:none;border-radius:0;box-shadow:0 2px 8px var(--kt-menu-shadow);color:var(--menu-foreground);min-width:200px;padding:2px 0}.basic_menu_item_divider{background-color:var(--menu-separatorBackground);height:1px;line-height:0;margin:3px 0;overflow:hidden;padding:0;pointer-events:none}.basic_menu_item{align-items:center;color:var(--kt-menubar-foreground);display:flex;flex:1;height:26px;margin:0;padding:0 16px}.basic_menu_item:hover{background:var(--menu-selectionBackground);color:var(--menu-selectionForeground);cursor:default}.rc-trigger-popup{left:-9999px;position:absolute;top:-9999px;z-index:1050}.rc-trigger-popup-hidden{display:none}.rc-trigger-popup-zoom-appear,.rc-trigger-popup-zoom-enter{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);opacity:0}.rc-trigger-popup-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.6,-.3,.74,.05)}.rc-trigger-popup-zoom-appear.rc-trigger-popup-zoom-appear-active,.rc-trigger-popup-zoom-enter.rc-trigger-popup-zoom-enter-active{animation-name:rcTriggerZoomIn;animation-play-state:running}.rc-trigger-popup-zoom-leave.rc-trigger-popup-zoom-leave-active{animation-name:rcTriggerZoomOut;animation-play-state:running}@keyframes rcTriggerZoomIn{0%{opacity:0;transform:scale(0);transform-origin:50% 50%}to{opacity:1;transform:scale(1);transform-origin:50% 50%}}@keyframes rcTriggerZoomOut{0%{opacity:1;transform:scale(1);transform-origin:50% 50%}to{opacity:0;transform:scale(0);transform-origin:50% 50%}}.rc-trigger-popup-mask{background-color:#373737;background-color:rgba(55,55,55,.6);bottom:0;filter:alpha(opacity=50);height:100%;left:0;position:fixed;right:0;top:0;z-index:1050}.rc-trigger-popup-mask-hidden{display:none}.rc-trigger-popup-fade-appear,.rc-trigger-popup-fade-enter{opacity:0}.rc-trigger-popup-fade-appear,.rc-trigger-popup-fade-enter,.rc-trigger-popup-fade-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.55,0,.55,.2)}.rc-trigger-popup-fade-appear.rc-trigger-popup-fade-appear-active,.rc-trigger-popup-fade-enter.rc-trigger-popup-fade-enter-active{animation-name:rcTriggerMaskFadeIn;animation-play-state:running}.rc-trigger-popup-fade-leave.rc-trigger-popup-fade-leave-active{animation-name:rcDialogFadeOut;animation-play-state:running}@keyframes rcTriggerMaskFadeIn{0%{opacity:0}to{opacity:1}}@keyframes rcDialogFadeOut{0%{opacity:1}to{opacity:0}}