@opensumi/ide-components 3.8.1-next-1741331921.0 → 3.8.1

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