@opensumi/ide-components 3.6.5-next-1735877538.0 → 3.7.0

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,3888 +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
- }
1174
- .kt-select-container .kt-select-value {
1175
- margin: 0px;
1176
- max-width: 100%;
1177
- border-radius: 2px;
1178
- color: var(--kt-select-foreground);
1179
- background-color: var(--kt-select-background);
1180
- display: flex;
1181
- justify-content: center;
1182
- align-items: center;
1183
- padding: 0px 8px;
1184
- flex: 1;
1185
- border-style: solid;
1186
- border-width: 1px;
1187
- border-color: var(--kt-select-border);
1188
- cursor: pointer;
1189
- box-sizing: border-box;
1190
- }
1191
- .kt-select-container .kt-select-value > span {
1192
- color: var(--kt-select-foreground);
1193
- cursor: pointer;
1194
- }
1195
- .kt-select-container .kt-select-value .kt-select-option {
1196
- text-overflow: ellipsis;
1197
- overflow: hidden;
1198
- white-space: nowrap;
1199
- flex: 1;
1200
- min-width: 0px;
1201
- cursor: pointer;
1202
- display: inline-block;
1203
- width: 100%;
1204
- }
1205
- .kt-select-container .kt-select-value .kt-select-value-active,
1206
- .kt-select-container .kt-select-value:hover {
1207
- box-sizing: border-box;
1208
- border-color: var(--kt-selectOption-activeBorder);
1209
- }
1210
- .kt-select-container .kt-select-value.kt-select-disabled {
1211
- pointer-events: none;
1212
- background-color: var(--kt-select-disableBackground);
1213
- color: var(--kt-select-disableForeground);
1214
- }
1215
- .kt-select-container .kt-select-value.kt-select-warning {
1216
- border-color: var(--kt-select-warningForeground);
1217
- }
1218
- .kt-select-container .kt-select-warning-text {
1219
- background-color: var(--kt-select-warningForeground);
1220
- padding: 4px 8px;
1221
- color: #fff;
1222
- }
1223
- .kt-select-container .kt-select-value-active {
1224
- box-sizing: border-box;
1225
- border-color: var(--kt-selectOption-activeBorder);
1226
- }
1227
- .kt-select-container .kt-select-value-large,
1228
- .kt-select-container .kt-select-value-large > span {
1229
- height: 30px;
1230
- font-size: 14px;
1231
- line-height: 30px;
1232
- }
1233
- .kt-select-container .kt-select-value-default,
1234
- .kt-select-container .kt-select-value-default > span {
1235
- height: 28px;
1236
- font-size: 12px;
1237
- line-height: 28px;
1238
- }
1239
- .kt-select-container .kt-select-value-default-icon {
1240
- margin-left: 5px;
1241
- }
1242
- .kt-select-container .kt-select-value-small,
1243
- .kt-select-container .kt-select-value-small > span {
1244
- height: 22px;
1245
- font-size: 12px;
1246
- line-height: 22px;
1247
- }
1248
- .kt-select-option-icon {
1249
- margin-right: 5px;
1250
- }
1251
- .kt-select-options {
1252
- display: none;
1253
- position: fixed;
1254
- margin-top: 4px;
1255
- max-width: 100%;
1256
- color: var(--kt-selectDropdown-foreground);
1257
- background-color: var(--kt-selectDropdown-background);
1258
- z-index: 20;
1259
- border-radius: 2px;
1260
- overflow-y: auto !important;
1261
- 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;
1262
- }
1263
- .kt-select-options .kt-select-option-default {
1264
- display: flex;
1265
- align-items: center;
1266
- position: relative;
1267
- }
1268
- .kt-select-options .kt-select-option-default .kt-select-option-icon {
1269
- margin-right: 5px;
1270
- }
1271
- .kt-select-options .kt-select-option-select span {
1272
- display: inline-block;
1273
- margin: 0 2px;
1274
- width: calc(100% - 4px);
1275
- box-sizing: border-box;
1276
- outline: 1px solid var(--list-focusOutline);
1277
- outline-offset: -1px;
1278
- color: var(--kt-selectDropdown-selectionForeground);
1279
- background-color: var(--kt-selectDropdown-selectionBackground);
1280
- }
1281
- .kt-select-options .kt-select-option-select span:hover {
1282
- background-color: var(--kt-selectDropdown-selectionBackground);
1283
- }
1284
- .kt-select-options .kt-select-description {
1285
- line-height: 1;
1286
- margin-bottom: -3px;
1287
- }
1288
- .kt-select-options span {
1289
- color: var(--kt-selectDropdown-foreground);
1290
- background-color: var(--kt-selectDropdown-background);
1291
- cursor: pointer;
1292
- height: 26px;
1293
- padding: 0px 16px;
1294
- text-overflow: ellipsis;
1295
- overflow: hidden;
1296
- white-space: nowrap;
1297
- line-height: 26px;
1298
- display: inline-block;
1299
- margin: 0 2px;
1300
- width: calc(100% - 4px);
1301
- box-sizing: border-box;
1302
- }
1303
- .kt-select-options span:hover {
1304
- box-sizing: border-box;
1305
- outline: 1px solid var(--list-focusOutline);
1306
- outline-offset: -1px;
1307
- background-color: var(--kt-selectDropdown-hoverBackground);
1308
- }
1309
- .kt-select-options .kt-option-divider {
1310
- height: 1px;
1311
- background-color: var(--kt-select-border);
1312
- width: 100%;
1313
- margin: 0 auto;
1314
- }
1315
- .kt-select-options .kt-option-description {
1316
- min-height: 26px;
1317
- max-height: 52px;
1318
- font-size: 12px;
1319
- line-height: 26px;
1320
- padding: 0 16px;
1321
- overflow: hidden;
1322
- text-overflow: ellipsis;
1323
- display: -webkit-box;
1324
- -webkit-line-clamp: 2;
1325
- -webkit-box-orient: vertical;
1326
- }
1327
- .kt-select-options .kt-option-disabled {
1328
- pointer-events: none;
1329
- background-color: var(--kt-select-disableBackground);
1330
- color: var(--kt-select-disableForeground);
1331
- }
1332
- .kt-select-options.kt-select-options-visible {
1333
- display: block;
1334
- }
1335
- .kt-select-options.kt-select-options-large {
1336
- padding: 4px 0px;
1337
- }
1338
- .kt-select-options.kt-select-options-large > span,
1339
- .kt-select-options.kt-select-options-large > div > span {
1340
- height: 30px;
1341
- font-size: 14px;
1342
- line-height: 30px;
1343
- }
1344
- .kt-select-options.kt-select-options-large .kt-select-group-header {
1345
- font-size: 14px;
1346
- line-height: 30px;
1347
- }
1348
- .kt-select-options.kt-select-options-default {
1349
- padding: 3px 0px;
1350
- }
1351
- .kt-select-options.kt-select-options-default > span,
1352
- .kt-select-options.kt-select-options-default > div > span {
1353
- height: 26px;
1354
- font-size: 12px;
1355
- line-height: 26px;
1356
- }
1357
- .kt-select-options.kt-select-options-default .kt-select-group-header {
1358
- font-size: 12px;
1359
- line-height: 26px;
1360
- }
1361
- .kt-select-options.kt-select-options-small {
1362
- padding: 3px 0px;
1363
- }
1364
- .kt-select-options.kt-select-options-small > span,
1365
- .kt-select-options.kt-select-options-small > div > span {
1366
- height: 26px;
1367
- font-size: 12px;
1368
- line-height: 26px;
1369
- }
1370
- .kt-select-options.kt-select-options-small .kt-select-group-header {
1371
- font-size: 12px;
1372
- line-height: 26px;
1373
- }
1374
- .kt-select-options .kt-option-with-check {
1375
- padding-left: 20px;
1376
- }
1377
- .kt-select-options .kt-select-group-header {
1378
- padding-left: 5px;
1379
- color: var(--kt-selectDropdown-teamForeground);
1380
- display: flex;
1381
- }
1382
- .kt-select-options .kt-option-check {
1383
- position: absolute;
1384
- left: 0;
1385
- height: 100%;
1386
- display: flex;
1387
- align-items: center;
1388
- }
1389
- .kt-select-options .kt-option-check .kt-icon {
1390
- width: 20px;
1391
- padding: 0 4px;
1392
- background-color: transparent;
1393
- }
1394
- .kt-tabs {
1395
- display: flex;
1396
- align-items: center;
1397
- border-bottom: 1px solid var(--kt-tab-borderDown);
1398
- }
1399
- .kt-tabs .kt-tab,
1400
- .kt-tabs .kt-custom-tab {
1401
- padding: 8px 0 8px;
1402
- line-height: 20px;
1403
- border-bottom: 2px solid transparent;
1404
- color: var(--kt-tab-inactiveForeground);
1405
- cursor: pointer;
1406
- }
1407
- .kt-tabs .kt-tab.kt-mini-tab,
1408
- .kt-tabs .kt-custom-tab.kt-mini-tab {
1409
- padding: 2px 0 2px;
1410
- }
1411
- .kt-tabs .kt-tab.kt-tab-selected,
1412
- .kt-tabs .kt-custom-tab.kt-tab-selected {
1413
- color: var(--kt-tab-activeForeground);
1414
- border-bottom-color: var(--kt-tab-activeBorder);
1415
- }
1416
- .kt-tabs.kt-tabs-mini {
1417
- border-bottom: none;
1418
- }
1419
- .kt-tabs .kt-tab + .kt-tab,
1420
- .kt-tabs .kt-custom-tab + .kt-custom-tab,
1421
- .kt-tabs .kt-tab + .kt-custom-tab,
1422
- .kt-tabs .kt-custom-tab + .kt-tab {
1423
- margin-left: 24px;
1424
- }
1425
- .kt-tooltip-wrapper {
1426
- position: relative;
1427
- margin: 0px;
1428
- padding: 0px;
1429
- display: inline-block;
1430
- }
1431
- .kt-tooltip-wrapper .kt-tooltip-content {
1432
- display: inline-block;
1433
- position: fixed;
1434
- font-size: 12px;
1435
- font-weight: normal;
1436
- border-radius: 2px;
1437
- line-height: 20px;
1438
- padding: 4px 8px;
1439
- z-index: 2;
1440
- white-space: nowrap;
1441
- color: var(--kt-tooltip-foreground);
1442
- background: var(--kt-tooltip-background);
1443
- 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);
1444
- }
1445
- .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder {
1446
- position: absolute;
1447
- top: 100%;
1448
- width: 0;
1449
- height: 0;
1450
- border-style: solid;
1451
- border-width: 7px 7px 0 7px;
1452
- border-color: var(--kt-tooltip-background) transparent transparent transparent;
1453
- }
1454
- .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder.kt-tooltip-reverse-arrow {
1455
- top: auto !important;
1456
- bottom: 100% !important;
1457
- border-width: 0px 7px 7px 7px !important;
1458
- border-color: transparent transparent var(--kt-tooltip-background) transparent !important;
1459
- }
1460
-
1461
- /*!**********************************************************************************************************************************************************************************!*\
1462
- !*** 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 ***!
1463
- \**********************************************************************************************************************************************************************************/
1464
- .text-ellipsis {
1465
- overflow: hidden;
1466
- text-overflow: ellipsis;
1467
- white-space: nowrap;
1468
- }
1469
- .kt-dropdown {
1470
- box-sizing: border-box;
1471
- margin: 0;
1472
- padding: 0;
1473
- color: rgba(0, 0, 0, 0.65);
1474
- font-size: 14px;
1475
- font-variant: tabular-nums;
1476
- line-height: 1.5;
1477
- list-style: none;
1478
- font-feature-settings: 'tnum';
1479
- position: absolute;
1480
- top: -9999px;
1481
- left: -9999px;
1482
- z-index: 1050;
1483
- display: block;
1484
- }
1485
- .kt-dropdown::before {
1486
- position: absolute;
1487
- top: -7px;
1488
- right: 0;
1489
- bottom: -7px;
1490
- left: -7px;
1491
- z-index: -9999;
1492
- opacity: 0.0001;
1493
- content: ' ';
1494
- }
1495
- .kt-dropdown-wrap {
1496
- position: relative;
1497
- }
1498
- .kt-dropdown-wrap .kt-btn > .anticon-down {
1499
- display: inline-block;
1500
- font-size: 12px;
1501
- font-size: 10px \9;
1502
- transform: scale(0.83333333) rotate(0deg);
1503
- }
1504
- :root .kt-dropdown-wrap .kt-btn > .anticon-down {
1505
- font-size: 12px;
1506
- }
1507
- .kt-dropdown-wrap .anticon-down::before {
1508
- transition: transform 0.2s;
1509
- }
1510
- .kt-dropdown-wrap-open .anticon-down::before {
1511
- transform: rotate(180deg);
1512
- }
1513
- .kt-dropdown-hidden,
1514
- .kt-dropdown-menu-hidden {
1515
- display: none;
1516
- }
1517
- .kt-dropdown-menu {
1518
- position: relative;
1519
- margin: 0;
1520
- padding: 4px 0;
1521
- text-align: left;
1522
- list-style-type: none;
1523
- background-color: #fff;
1524
- background-clip: padding-box;
1525
- border-radius: 4px;
1526
- outline: none;
1527
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
1528
- -webkit-transform: translate3d(0, 0, 0);
1529
- }
1530
- .kt-dropdown-menu-item-group-title {
1531
- padding: 5px 12px;
1532
- color: rgba(0, 0, 0, 0.45);
1533
- transition: all 0.3s;
1534
- }
1535
- .kt-dropdown-menu-submenu-popup {
1536
- position: absolute;
1537
- z-index: 1050;
1538
- }
1539
- .kt-dropdown-menu-submenu-popup > .kt-dropdown-menu {
1540
- transform-origin: 0 0;
1541
- }
1542
- .kt-dropdown-menu-submenu-popup ul,
1543
- .kt-dropdown-menu-submenu-popup li {
1544
- list-style: none;
1545
- }
1546
- .kt-dropdown-menu-submenu-popup ul {
1547
- margin-right: 0.3em;
1548
- margin-left: 0.3em;
1549
- padding: 0;
1550
- }
1551
- .kt-dropdown-menu-item,
1552
- .kt-dropdown-menu-submenu-title {
1553
- clear: both;
1554
- margin: 0;
1555
- padding: 5px 12px;
1556
- color: rgba(0, 0, 0, 0.65);
1557
- font-weight: normal;
1558
- font-size: 14px;
1559
- line-height: 22px;
1560
- white-space: nowrap;
1561
- cursor: pointer;
1562
- transition: all 0.3s;
1563
- }
1564
- .kt-dropdown-menu-item > .anticon:first-child,
1565
- .kt-dropdown-menu-submenu-title > .anticon:first-child,
1566
- .kt-dropdown-menu-item > span > .anticon:first-child,
1567
- .kt-dropdown-menu-submenu-title > span > .anticon:first-child {
1568
- min-width: 12px;
1569
- margin-right: 8px;
1570
- font-size: 12px;
1571
- }
1572
- .kt-dropdown-menu-item > a,
1573
- .kt-dropdown-menu-submenu-title > a {
1574
- display: block;
1575
- margin: -5px -12px;
1576
- padding: 5px 12px;
1577
- color: rgba(0, 0, 0, 0.65);
1578
- transition: all 0.3s;
1579
- }
1580
- .kt-dropdown-menu-item-selected,
1581
- .kt-dropdown-menu-submenu-title-selected,
1582
- .kt-dropdown-menu-item-selected > a,
1583
- .kt-dropdown-menu-submenu-title-selected > a {
1584
- color: #1890ff;
1585
- background-color: #e6f7ff;
1586
- }
1587
- .kt-dropdown-menu-item:hover,
1588
- .kt-dropdown-menu-submenu-title:hover {
1589
- background-color: #e6f7ff;
1590
- }
1591
- .kt-dropdown-menu-item-disabled,
1592
- .kt-dropdown-menu-submenu-title-disabled {
1593
- color: rgba(0, 0, 0, 0.25);
1594
- cursor: not-allowed;
1595
- }
1596
- .kt-dropdown-menu-item-disabled:hover,
1597
- .kt-dropdown-menu-submenu-title-disabled:hover {
1598
- color: rgba(0, 0, 0, 0.25);
1599
- background-color: #fff;
1600
- cursor: not-allowed;
1601
- }
1602
- .kt-dropdown-menu-item-divider,
1603
- .kt-dropdown-menu-submenu-title-divider {
1604
- height: 1px;
1605
- margin: 4px 0;
1606
- overflow: hidden;
1607
- line-height: 0;
1608
- background-color: #e8e8e8;
1609
- }
1610
- .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow,
1611
- .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow {
1612
- position: absolute;
1613
- right: 8px;
1614
- }
1615
- .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,
1616
- .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon {
1617
- color: rgba(0, 0, 0, 0.45);
1618
- font-style: normal;
1619
- display: inline-block;
1620
- font-size: 12px;
1621
- font-size: 10px \9;
1622
- transform: scale(0.83333333) rotate(0deg);
1623
- }
1624
- :root .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,
1625
- :root .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon {
1626
- font-size: 12px;
1627
- }
1628
- .kt-dropdown-menu-item-group-list {
1629
- margin: 0 8px;
1630
- padding: 0;
1631
- list-style: none;
1632
- }
1633
- .kt-dropdown-menu-submenu-title {
1634
- padding-right: 26px;
1635
- }
1636
- .kt-dropdown-menu-submenu-vertical {
1637
- position: relative;
1638
- }
1639
- .kt-dropdown-menu-submenu-vertical > .kt-dropdown-menu {
1640
- position: absolute;
1641
- top: 0;
1642
- left: 100%;
1643
- min-width: 100%;
1644
- margin-left: 4px;
1645
- transform-origin: 0 0;
1646
- }
1647
- .kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title,
1648
- .kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon {
1649
- color: rgba(0, 0, 0, 0.25);
1650
- background-color: #fff;
1651
- cursor: not-allowed;
1652
- }
1653
- .kt-dropdown-menu-submenu-selected .kt-dropdown-menu-submenu-title {
1654
- color: #1890ff;
1655
- }
1656
- .kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomLeft,
1657
- .kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomLeft,
1658
- .kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomCenter,
1659
- .kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomCenter,
1660
- .kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomRight,
1661
- .kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomRight {
1662
- animation-name: antSlideUpIn;
1663
- }
1664
- .kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topLeft,
1665
- .kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topLeft,
1666
- .kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topCenter,
1667
- .kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topCenter,
1668
- .kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topRight,
1669
- .kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topRight {
1670
- animation-name: antSlideDownIn;
1671
- }
1672
- .kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomLeft,
1673
- .kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomCenter,
1674
- .kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomRight {
1675
- animation-name: antSlideUpOut;
1676
- }
1677
- .kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topLeft,
1678
- .kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topCenter,
1679
- .kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topRight {
1680
- animation-name: antSlideDownOut;
1681
- }
1682
- .kt-dropdown-trigger > .anticon.anticon-down,
1683
- .kt-dropdown-link > .anticon.anticon-down {
1684
- display: inline-block;
1685
- font-size: 12px;
1686
- font-size: 10px \9;
1687
- transform: scale(0.83333333) rotate(0deg);
1688
- }
1689
- :root .kt-dropdown-trigger > .anticon.anticon-down,
1690
- :root .kt-dropdown-link > .anticon.anticon-down {
1691
- font-size: 12px;
1692
- }
1693
- .kt-dropdown-button {
1694
- white-space: nowrap;
1695
- }
1696
- .kt-dropdown-button.kt-btn-group > .kt-btn:last-child:not(:first-child) {
1697
- padding-right: 8px;
1698
- padding-left: 8px;
1699
- }
1700
- .kt-dropdown-button .anticon.anticon-down {
1701
- display: inline-block;
1702
- font-size: 12px;
1703
- font-size: 10px \9;
1704
- transform: scale(0.83333333) rotate(0deg);
1705
- }
1706
- :root .kt-dropdown-button .anticon.anticon-down {
1707
- font-size: 12px;
1708
- }
1709
- .kt-dropdown-button {
1710
- box-sizing: border-box;
1711
- margin: 0;
1712
- padding: 0;
1713
- color: rgba(0, 0, 0, 0.65);
1714
- font-size: 14px;
1715
- font-variant: tabular-nums;
1716
- line-height: 1.5;
1717
- list-style: none;
1718
- font-feature-settings: 'tnum';
1719
- display: flex;
1720
- border-radius: 2px;
1721
- overflow: hidden;
1722
- }
1723
- .kt-dropdown-button .kt-button {
1724
- border-radius: 0;
1725
- }
1726
- .kt-dropdown-button .kt-button:first-child {
1727
- border-right: 1px solid var(--kt-hintBackground);
1728
- }
1729
- .kt-dropdown-button .kt-button:last-child {
1730
- padding: 0 6px;
1731
- }
1732
-
1733
- /*!*******************************************************************************************************************************************************************************!*\
1734
- !*** 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 ***!
1735
- \*******************************************************************************************************************************************************************************/
1736
- .kt-icon {
1737
- display: inline-block;
1738
- background-repeat: no-repeat;
1739
- cursor: pointer;
1740
- color: var(--kt-icon-foreground);
1741
- line-height: 1;
1742
- }
1743
- .kt-icon.mask-mode {
1744
- background-color: var(--foreground);
1745
- }
1746
- .kt-icon-loading {
1747
- animation: kt-icon-spin 1s infinite linear;
1748
- }
1749
- .kt-icon-small {
1750
- font-size: 14px;
1751
- }
1752
- .kt-icon-large {
1753
- font-size: 16px;
1754
- }
1755
- .kt-icon-clickable:hover {
1756
- color: var(--kt-icon-hoverForeground);
1757
- }
1758
- .kt-icon-clickable:active {
1759
- color: var(--kt-icon-clickForeground);
1760
- }
1761
- .kt-icon-disabled {
1762
- color: var(--kt-icon-disableForeground);
1763
- pointer-events: none;
1764
- cursor: not-allowed;
1765
- }
1766
- @keyframes kt-icon-spin {
1767
- 100% {
1768
- transform: rotate(360deg);
1769
- }
1770
- }
1771
- .iconfont-anim-spin {
1772
- animation: fa-spin 2s infinite linear;
1773
- }
1774
- .iconfont-anim-pulse {
1775
- animation: fa-spin 1s infinite steps(8);
1776
- }
1777
- @keyframes fa-spin {
1778
- 0% {
1779
- transform: rotate(0deg);
1780
- }
1781
- 100% {
1782
- transform: rotate(360deg);
1783
- }
1784
- }
1785
- .iconfont-rotate-90 {
1786
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
1787
- transform: rotate(90deg);
1788
- }
1789
- .iconfont-rotate-180 {
1790
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
1791
- transform: rotate(180deg);
1792
- }
1793
- .iconfont-rotate-270 {
1794
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
1795
- transform: rotate(270deg);
1796
- }
1797
- .iconfont-flip-horizontal {
1798
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
1799
- transform: scale(-1, 1);
1800
- }
1801
- .iconfont-flip-vertical {
1802
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
1803
- transform: scale(1, -1);
1804
- }
1805
- .iconfont-flip-both,
1806
- .iconfont-flip-horizontal.iconfont-flip-vertical {
1807
- -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
1808
- transform: scale(-1, -1);
1809
- }
1810
- :root .iconfont-rotate-90,
1811
- :root .iconfont-rotate-180,
1812
- :root .iconfont-rotate-270,
1813
- :root .iconfont-flip-horizontal,
1814
- :root .iconfont-flip-vertical,
1815
- :root .iconfont-flip-both {
1816
- filter: none;
1817
- }
1818
-
1819
- /*!********************************************************************************************************************************************************************************!*\
1820
- !*** 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 ***!
1821
- \********************************************************************************************************************************************************************************/
1822
- .kt-clickable-icon:hover {
1823
- transform: scale(1.1);
1824
- }
1825
- .kt-clickable-icon:active {
1826
- transform: scale(1.1);
1827
- }
1828
- .kt-icon-resource::before {
1829
- display: inherit;
1830
- background-size: 16px;
1831
- background-position: center;
1832
- background-repeat: no-repeat;
1833
- width: 22px;
1834
- height: 22px;
1835
- -webkit-font-smoothing: antialiased;
1836
- flex-shrink: 0;
1837
- }
1838
- .kt-button {
1839
- border: none;
1840
- outline: none;
1841
- cursor: pointer;
1842
- display: inline-flex;
1843
- justify-content: center;
1844
- align-items: center;
1845
- font-size: 12px;
1846
- padding: 0px 12px;
1847
- height: 28px;
1848
- line-height: 1;
1849
- box-sizing: border-box;
1850
- border-radius: 2px;
1851
- color: var(--button-foreground);
1852
- background-color: var(--button-background);
1853
- white-space: pre-wrap;
1854
- }
1855
- .kt-button.block-button {
1856
- width: 100%;
1857
- }
1858
- .kt-button > .kt-button-secondary-more {
1859
- color: inherit;
1860
- margin-left: 5px;
1861
- }
1862
- @keyframes loadingCircle {
1863
- 100% {
1864
- transform: rotate(360deg);
1865
- }
1866
- }
1867
- .kt-button-anticon-spin {
1868
- animation: loadingCircle 1s infinite linear;
1869
- margin-right: 5px;
1870
- }
1871
- .default-button {
1872
- color: var(--kt-defaultButton-foreground);
1873
- background-color: var(--kt-defaultButton-background);
1874
- }
1875
- .default-button:hover {
1876
- background-color: var(--kt-defaultButton-hoverBackground);
1877
- }
1878
- .default-button:active {
1879
- background-color: var(--kt-defaultButton-clickBackground);
1880
- }
1881
- .primary-button {
1882
- color: var(--kt-primaryButton-foreground);
1883
- background-color: var(--kt-primaryButton-background);
1884
- border: 1px solid var(--kt-primaryButton-border);
1885
- }
1886
- .primary-button:hover {
1887
- background-color: var(--kt-primaryButton-hoverBackground);
1888
- }
1889
- .primary-button:active {
1890
- background-color: var(--kt-primaryButton-clickBackground);
1891
- }
1892
- .secondary-button {
1893
- color: var(--kt-secondaryButton-foreground);
1894
- background-color: var(--kt-secondaryButton-background);
1895
- border-style: solid;
1896
- border-width: 1px;
1897
- border-color: var(--kt-secondaryButton-border);
1898
- }
1899
- .secondary-button:hover {
1900
- color: var(--kt-secondaryButton-hoverForeground);
1901
- background-color: var(--kt-secondaryButton-hoverBackground);
1902
- border-color: var(--kt-secondaryButton-hoverBorder);
1903
- }
1904
- .secondary-button:active {
1905
- color: var(--kt-secondaryButton-clickForeground);
1906
- background-color: var(--kt-secondaryButton-clickBackground);
1907
- border-color: var(--kt-secondaryButton-clickBorder);
1908
- }
1909
- .ghost-button {
1910
- border-style: solid;
1911
- border-width: 1px;
1912
- }
1913
- .ghost-button:disabled {
1914
- border-color: transparent;
1915
- border: none;
1916
- cursor: default;
1917
- }
1918
- .ghost-secondary-button {
1919
- color: var(--kt-whiteGhostButton-foreground);
1920
- background-color: var(--kt-whiteGhostButton-background);
1921
- border-color: transparent;
1922
- }
1923
- .ghost-secondary-button:hover {
1924
- color: var(--kt-whiteGhostButton-foreground);
1925
- background-color: transparent;
1926
- border-color: var(--kt-whiteGhostButton-border);
1927
- }
1928
- .ghost-secondary-button:active {
1929
- color: var(--kt-whiteGhostButton-clickForeground);
1930
- background-color: transparent;
1931
- border-color: var(--kt-whiteGhostButton-clickBorder);
1932
- }
1933
- .ghost-secondary-button:disabled {
1934
- color: var(--kt-whiteGhostButton-disableForeground);
1935
- border-color: transparent;
1936
- cursor: default;
1937
- }
1938
- .link-button {
1939
- color: var(--kt-linkButton-foreground);
1940
- background-color: transparent;
1941
- }
1942
- .link-button:hover {
1943
- color: var(--kt-linkButton-hoverForeground);
1944
- background-color: transparent;
1945
- border-color: transparent;
1946
- }
1947
- .link-button:active {
1948
- color: var(--kt-linkButton-clickForeground);
1949
- border-color: transparent;
1950
- background-color: transparent;
1951
- }
1952
- .link-button:disabled {
1953
- color: var(--kt-linkButton-disableForeground);
1954
- border-color: transparent !important;
1955
- background-color: transparent !important;
1956
- cursor: default;
1957
- }
1958
- .ghost-primary-button:disabled {
1959
- border-color: transparent;
1960
- background-color: transparent;
1961
- }
1962
- .ghost-button:disabled,
1963
- .danger-button:disabled,
1964
- .secondary-button:disabled,
1965
- .primary-button:disabled,
1966
- .ghost-danger-button:disabled,
1967
- .default-button:disabled,
1968
- .kt-danger-button-loading,
1969
- .kt-primary-button-loading,
1970
- .kt-secondary-button-loading {
1971
- color: var(--kt-button-disableForeground) !important;
1972
- background-color: var(--kt-button-disableBackground) !important;
1973
- box-shadow: var(--kt-button-disableBorder) 0px 0px 0px 1px inset;
1974
- cursor: not-allowed;
1975
- }
1976
- .ghost-button:disabled > .kt-button-secondary-more,
1977
- .danger-button:disabled > .kt-button-secondary-more,
1978
- .secondary-button:disabled > .kt-button-secondary-more,
1979
- .primary-button:disabled > .kt-button-secondary-more,
1980
- .ghost-danger-button:disabled > .kt-button-secondary-more,
1981
- .default-button:disabled > .kt-button-secondary-more,
1982
- .kt-danger-button-loading > .kt-button-secondary-more,
1983
- .kt-primary-button-loading > .kt-button-secondary-more,
1984
- .kt-secondary-button-loading > .kt-button-secondary-more {
1985
- color: var(--kt-button-disableForeground);
1986
- }
1987
- .secondary-button:disabled {
1988
- border: none;
1989
- }
1990
- .link-button:disabled {
1991
- cursor: not-allowed;
1992
- }
1993
- .ghost-primary-button {
1994
- color: var(--kt-primaryGhostButton-foreground);
1995
- background-color: var(--kt-primaryGhostButton-background);
1996
- border-color: transparent;
1997
- }
1998
- .ghost-primary-button:hover {
1999
- border-color: var(--kt-primaryGhostButton-border);
2000
- background-color: transparent;
2001
- }
2002
- .ghost-primary-button:active {
2003
- color: var(--kt-primaryGhostButton-clickForeground);
2004
- background-color: var(--kt-primaryGhostButton-clickBackground);
2005
- border-color: var(--kt-primaryGhostButton-clickBorder);
2006
- }
2007
- .danger-button {
2008
- color: var(--kt-dangerButton-foreground);
2009
- background-color: var(--kt-dangerButton-background);
2010
- }
2011
- .danger-button:hover {
2012
- background-color: var(--kt-dangerButton-hoverBackground);
2013
- }
2014
- .danger-button:active {
2015
- background-color: var(--kt-dangerButton-clickBackground);
2016
- }
2017
- .ghost-danger-button {
2018
- color: var(--kt-dangerGhostButton-foreground);
2019
- background-color: var(--kt-dangerGhostButton-background);
2020
- border-color: var(--kt-dangerGhostButton-border);
2021
- }
2022
- .ghost-danger-button:hover {
2023
- background-color: transparent;
2024
- border-color: var(--kt-dangerGhostButton-hoverBorder);
2025
- }
2026
- .ghost-danger-button:active {
2027
- background-color: var(--kt-dangerGhostButton-clickBackground);
2028
- border-color: var(--kt-dangerGhostButton-clickBorder);
2029
- }
2030
- .large-button-size {
2031
- padding: 0px 16px;
2032
- height: 32px;
2033
- line-height: 32px;
2034
- font-size: 14px;
2035
- }
2036
- .default-button-size {
2037
- padding: 0px 12px;
2038
- height: 28px;
2039
- line-height: 28px;
2040
- font-size: 12px;
2041
- }
2042
- .small-button-size {
2043
- padding: 0px 8px;
2044
- height: 22px;
2045
- line-height: 22px;
2046
- font-size: 12px;
2047
- }
2048
-
2049
- /*!********************************************************************************************************************************************************************************!*\
2050
- !*** 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 ***!
2051
- \********************************************************************************************************************************************************************************/
2052
- .kt-badge {
2053
- background-color: var(--badge-background);
2054
- color: var(--badge-foreground);
2055
- border: 1px solid var(--kt-badge-border);
2056
- height: 18px;
2057
- line-height: 16px;
2058
- border-radius: 18px;
2059
- font-size: 12px;
2060
- font-weight: 400;
2061
- text-align: center;
2062
- display: inline-flex;
2063
- align-items: center;
2064
- justify-content: center;
2065
- box-sizing: border-box;
2066
- padding: 0 5px;
2067
- min-width: 18px;
2068
- }
2069
-
2070
- /*!*******************************************************************************************************************************************************************************!*\
2071
- !*** 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 ***!
2072
- \*******************************************************************************************************************************************************************************/
2073
- .kt-input {
2074
- width: 100%;
2075
- display: flex;
2076
- align-items: center;
2077
- border-style: solid;
2078
- border-width: 1px;
2079
- box-sizing: border-box;
2080
- border-color: var(--kt-input-border);
2081
- border-radius: 2px;
2082
- background-color: var(--input-background);
2083
- height: 28px;
2084
- padding: 0px 8px;
2085
- font-size: 12px;
2086
- }
2087
- .kt-input:focus-within {
2088
- border-color: var(--focusBorder);
2089
- }
2090
- .kt-input:hover {
2091
- border-color: var(--focusBorder);
2092
- }
2093
- .kt-input-disabled {
2094
- color: var(--kt-input-disableForeground);
2095
- background-color: var(--kt-input-disableBackground);
2096
- }
2097
- .kt-input-disabled input,
2098
- .kt-input-disabled textarea {
2099
- cursor: not-allowed;
2100
- }
2101
- .kt-input-box {
2102
- flex: 1;
2103
- height: 100%;
2104
- position: relative;
2105
- display: flex;
2106
- align-items: center;
2107
- }
2108
- .kt-input-box input,
2109
- .kt-input-box textarea {
2110
- width: 100%;
2111
- height: 100%;
2112
- color: var(--input-foreground);
2113
- background-color: transparent;
2114
- outline: none;
2115
- border-width: 0;
2116
- display: inline-block;
2117
- }
2118
- .kt-input-box input::placeholder,
2119
- .kt-input-box textarea::placeholder {
2120
- color: var(--input-placeholderForeground);
2121
- }
2122
- .kt-input-box input::selection,
2123
- .kt-input-box textarea::selection {
2124
- background-color: var(--kt-input-selectionBackground);
2125
- }
2126
- .kt-input-clear {
2127
- position: absolute;
2128
- right: 4px;
2129
- top: 50%;
2130
- transform: translateY(-50%);
2131
- }
2132
- .kt-input-addon {
2133
- display: flex;
2134
- align-items: center;
2135
- height: 100%;
2136
- }
2137
- .kt-input-addon-before {
2138
- margin-right: 4px;
2139
- }
2140
- .kt-input-addon-after {
2141
- margin-left: 4px;
2142
- }
2143
- .kt-input-large {
2144
- height: 32px;
2145
- font-size: 14px;
2146
- }
2147
- .kt-input-small {
2148
- height: 22px;
2149
- font-size: 12px;
2150
- }
2151
-
2152
- /*!****************************************************************************************************************************************************************************************!*\
2153
- !*** 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 ***!
2154
- \****************************************************************************************************************************************************************************************/
2155
- .text-ellipsis {
2156
- overflow: hidden;
2157
- text-overflow: ellipsis;
2158
- white-space: nowrap;
2159
- }
2160
- .input-box {
2161
- width: 100%;
2162
- height: 100%;
2163
- box-sizing: border-box;
2164
- position: relative;
2165
- }
2166
- .input-box .kt-input.validate-error {
2167
- border: 1px solid var(--inputValidation-errorBorder);
2168
- }
2169
- .input-box .kt-input.validate-info {
2170
- border: 1px solid var(--inputValidation-infoBorder);
2171
- }
2172
- .input-box .kt-input.validate-warning {
2173
- border: 1px solid var(--inputValidation-warningBorder);
2174
- }
2175
- .input-box.popup .kt-input {
2176
- background-color: var(--input-background);
2177
- }
2178
- .input-box .validate-message {
2179
- margin-top: 4px;
2180
- display: inline-block;
2181
- overflow: hidden;
2182
- text-align: left;
2183
- box-sizing: border-box;
2184
- padding: 8px 4px;
2185
- font-size: 12px;
2186
- line-height: 20px;
2187
- min-height: 34px;
2188
- word-wrap: break-word;
2189
- white-space: normal;
2190
- position: absolute;
2191
- width: 100%;
2192
- left: 0;
2193
- top: 100%;
2194
- z-index: 10;
2195
- border-radius: 0px 0px 2px 2px;
2196
- }
2197
- .input-box .validate-message.popup {
2198
- border: none;
2199
- background-color: transparent;
2200
- 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;
2201
- }
2202
- .input-box .validate-message.popup.validate-error {
2203
- color: var(--inputValidation-errorForeground);
2204
- background-color: var(--inputValidation-errorBackground);
2205
- border: 1px solid var(--inputValidation-errorBorder);
2206
- }
2207
- .input-box .validate-message.popup.validate-info {
2208
- background-color: var(--inputValidation-infoBackground);
2209
- border: 1px solid var(--inputValidation-infoBorder);
2210
- color: var(--inputValidation-infoForeground);
2211
- }
2212
- .input-box .validate-message.popup.validate-warning {
2213
- background-color: var(--inputValidation-warningBackground);
2214
- border: 1px solid var(--inputValidation-warningBorder);
2215
- color: var(--inputValidation-warningForeground);
2216
- }
2217
- .input-box .validate-message.validate-error {
2218
- color: var(--kt-inputValidation-errorTextForeground);
2219
- }
2220
- .input-box .validate-message.validate-info {
2221
- color: var(--inputValidation-infoForeground);
2222
- }
2223
- .input-box .validate-message.validate-warning {
2224
- color: var(--kt-inputValidation-warningTextForeground);
2225
- }
2226
-
2227
- /*!**************************************************************************************************************************************************************************************!*\
2228
- !*** 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 ***!
2229
- \**************************************************************************************************************************************************************************************/
2230
- .kt-input-number {
2231
- padding-right: 0;
2232
- }
2233
- .kt-input-number:focus-within .kt-input-number-handler-up,
2234
- .kt-input-number:hover .kt-input-number-handler-up,
2235
- .kt-input-number:focus-within .kt-input-number-handler-up-disabled,
2236
- .kt-input-number:hover .kt-input-number-handler-up-disabled {
2237
- border-bottom-color: var(--focusBorder);
2238
- }
2239
- .kt-input-number:focus-within .kt-input-number-handler,
2240
- .kt-input-number:hover .kt-input-number-handler {
2241
- border-inline-start-color: var(--focusBorder);
2242
- }
2243
- .kt-input-number:focus-within .kt-input-number-handler-down,
2244
- .kt-input-number:hover .kt-input-number-handler-down {
2245
- box-shadow: var(--focusBorder) 1px 0px 0px 1px;
2246
- }
2247
- .kt-input-number .kt-input-number {
2248
- width: 100%;
2249
- text-align: start;
2250
- background-color: transparent;
2251
- border: 0;
2252
- outline: 0;
2253
- transition: all 0.3s linear;
2254
- appearance: textfield;
2255
- font-size: inherit;
2256
- vertical-align: top;
2257
- }
2258
- .kt-input-number .kt-input-number-handler {
2259
- display: flex;
2260
- align-items: center;
2261
- justify-content: center;
2262
- flex: auto;
2263
- height: 40%;
2264
- overflow: hidden;
2265
- color: rgba(0, 0, 0, 0.45);
2266
- font-weight: 700;
2267
- line-height: 0;
2268
- text-align: center;
2269
- cursor: pointer;
2270
- border-inline-start: 1px solid var(--kt-input-border);
2271
- }
2272
- .kt-input-number .kt-input-number-handler-active {
2273
- background: #ddd;
2274
- }
2275
- .kt-input-number .kt-input-number-handler-up-inner,
2276
- .kt-input-number .kt-input-number-handler-down-inner {
2277
- color: var(--input-foreground);
2278
- user-select: none;
2279
- }
2280
- .kt-input-number .kt-input-number-input-wrap {
2281
- height: 100%;
2282
- overflow: hidden;
2283
- }
2284
- .kt-input-number .kt-input-number-handler-wrap {
2285
- position: absolute;
2286
- inset-block-start: 0;
2287
- inset-inline-end: 0;
2288
- width: 22px;
2289
- height: 100%;
2290
- background: transparent;
2291
- display: flex;
2292
- flex-direction: column;
2293
- align-items: stretch;
2294
- }
2295
- .kt-input-number .kt-input-number-handler-up {
2296
- padding-top: 1px;
2297
- border-bottom: 1px solid var(--kt-input-border);
2298
- }
2299
- .kt-input-number .kt-input-number-handler-down {
2300
- box-shadow: var(--kt-input-border) 0px -1px 0px 0px;
2301
- }
2302
- .kt-input-number .kt-input-number-handler-up-inner:after {
2303
- content: '+';
2304
- }
2305
- .kt-input-number .kt-input-number-handler-down-inner:after {
2306
- content: '-';
2307
- }
2308
- .kt-input-number .kt-input-number-handler-down-disabled,
2309
- .kt-input-number .kt-input-number-handler-up-disabled {
2310
- opacity: 0.3;
2311
- }
2312
- .kt-input-number .kt-input-number-disabled .kt-input-number-handler {
2313
- opacity: 0.3;
2314
- }
2315
- .kt-input-number .kt-input-number-disabled .kt-input-number-input {
2316
- background-color: #f3f3f3;
2317
- cursor: not-allowed;
2318
- opacity: 0.72;
2319
- }
2320
-
2321
- /*!**********************************************************************************************************************************************************************************!*\
2322
- !*** 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 ***!
2323
- \**********************************************************************************************************************************************************************************/
2324
- .kt-checkbox {
2325
- font-size: 12px;
2326
- display: inline-flex;
2327
- align-items: center;
2328
- cursor: pointer;
2329
- }
2330
- .kt-checkbox-lump {
2331
- margin-right: 6px;
2332
- position: relative;
2333
- display: inline-flex;
2334
- align-items: center;
2335
- }
2336
- .kt-checkbox-lump input {
2337
- position: absolute;
2338
- left: 0;
2339
- top: 0;
2340
- width: 100%;
2341
- height: 100%;
2342
- opacity: 0;
2343
- }
2344
- .kt-checkbox-lump input:checked + .kt-checkbox-icon {
2345
- border-color: var(--kt-checkbox-selectionBackground);
2346
- background-color: var(--kt-checkbox-selectionBackground);
2347
- color: var(--kt-checkbox-selectionForeground);
2348
- }
2349
- .kt-checkbox-lump input:checked + .kt-checkbox-icon svg {
2350
- display: block;
2351
- transition: all 0.2s;
2352
- }
2353
- .kt-checkbox:hover .kt-checkbox-icon {
2354
- border-color: var(--kt-checkbox-hoverBorder);
2355
- background-color: var(--kt-checkbox-hoverBackground);
2356
- }
2357
- .kt-checkbox-icon {
2358
- width: 12px;
2359
- height: 12px;
2360
- background-color: var(--checkbox-background);
2361
- border-radius: 2px;
2362
- border: 1px solid var(--checkbox-border);
2363
- position: relative;
2364
- }
2365
- .kt-checkbox-icon svg {
2366
- display: none;
2367
- position: absolute;
2368
- left: 0;
2369
- top: 0;
2370
- width: 100%;
2371
- height: 100%;
2372
- }
2373
- .kt-checkbox-large {
2374
- font-size: 14px;
2375
- }
2376
- .kt-checkbox-large-icon {
2377
- width: 14px;
2378
- height: 14px;
2379
- margin-right: 8px;
2380
- }
2381
- .kt-checkbox.kt-checkbox-disabled {
2382
- color: var(--kt-checkbox-disableForeground);
2383
- }
2384
- .kt-checkbox.kt-checkbox-disabled input:checked + .kt-checkbox-icon {
2385
- background-color: var(--kt-checkbox-disableBackground);
2386
- color: var(--kt-checkbox-disableForeground);
2387
- border-color: transparent;
2388
- }
2389
-
2390
- /*!********************************************************************************************************************************************************************************!*\
2391
- !*** 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 ***!
2392
- \********************************************************************************************************************************************************************************/
2393
- .text-ellipsis {
2394
- overflow: hidden;
2395
- text-overflow: ellipsis;
2396
- white-space: nowrap;
2397
- }
2398
- .kt-select-overlay {
2399
- position: fixed;
2400
- width: 100%;
2401
- height: 100%;
2402
- left: 0px;
2403
- top: 0px;
2404
- z-index: -1;
2405
- }
2406
- .kt-select-container {
2407
- position: relative;
2408
- user-select: none;
2409
- min-width: 0px;
2410
- }
2411
- .kt-select-container .kt-select-search {
2412
- -webkit-appearance: none;
2413
- background: transparent;
2414
- line-height: inherit;
2415
- outline: none;
2416
- border: none;
2417
- }
2418
- .kt-select-container .kt-select-value {
2419
- margin: 0px;
2420
- max-width: 100%;
2421
- border-radius: 2px;
2422
- color: var(--kt-select-foreground);
2423
- background-color: var(--kt-select-background);
2424
- display: flex;
2425
- justify-content: center;
2426
- align-items: center;
2427
- padding: 0px 8px;
2428
- flex: 1;
2429
- border-style: solid;
2430
- border-width: 1px;
2431
- border-color: var(--kt-select-border);
2432
- cursor: pointer;
2433
- box-sizing: border-box;
2434
- }
2435
- .kt-select-container .kt-select-value > span {
2436
- color: var(--kt-select-foreground);
2437
- cursor: pointer;
2438
- }
2439
- .kt-select-container .kt-select-value .kt-select-option {
2440
- text-overflow: ellipsis;
2441
- overflow: hidden;
2442
- white-space: nowrap;
2443
- flex: 1;
2444
- min-width: 0px;
2445
- cursor: pointer;
2446
- display: inline-block;
2447
- width: 100%;
2448
- }
2449
- .kt-select-container .kt-select-value .kt-select-value-active,
2450
- .kt-select-container .kt-select-value:hover {
2451
- box-sizing: border-box;
2452
- border-color: var(--kt-selectOption-activeBorder);
2453
- }
2454
- .kt-select-container .kt-select-value.kt-select-disabled {
2455
- pointer-events: none;
2456
- background-color: var(--kt-select-disableBackground);
2457
- color: var(--kt-select-disableForeground);
2458
- }
2459
- .kt-select-container .kt-select-value.kt-select-warning {
2460
- border-color: var(--kt-select-warningForeground);
2461
- }
2462
- .kt-select-container .kt-select-warning-text {
2463
- background-color: var(--kt-select-warningForeground);
2464
- padding: 4px 8px;
2465
- color: #fff;
2466
- }
2467
- .kt-select-container .kt-select-value-active {
2468
- box-sizing: border-box;
2469
- border-color: var(--kt-selectOption-activeBorder);
2470
- }
2471
- .kt-select-container .kt-select-value-large,
2472
- .kt-select-container .kt-select-value-large > span {
2473
- height: 30px;
2474
- font-size: 14px;
2475
- line-height: 30px;
2476
- }
2477
- .kt-select-container .kt-select-value-default,
2478
- .kt-select-container .kt-select-value-default > span {
2479
- height: 28px;
2480
- font-size: 12px;
2481
- line-height: 28px;
2482
- }
2483
- .kt-select-container .kt-select-value-default-icon {
2484
- margin-left: 5px;
2485
- }
2486
- .kt-select-container .kt-select-value-small,
2487
- .kt-select-container .kt-select-value-small > span {
2488
- height: 22px;
2489
- font-size: 12px;
2490
- line-height: 22px;
2491
- }
2492
- .kt-select-option-icon {
2493
- margin-right: 5px;
2494
- }
2495
- .kt-select-options {
2496
- display: none;
2497
- position: fixed;
2498
- margin-top: 4px;
2499
- max-width: 100%;
2500
- color: var(--kt-selectDropdown-foreground);
2501
- background-color: var(--kt-selectDropdown-background);
2502
- z-index: 20;
2503
- border-radius: 2px;
2504
- overflow-y: auto !important;
2505
- 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;
2506
- }
2507
- .kt-select-options .kt-select-option-default {
2508
- display: flex;
2509
- align-items: center;
2510
- position: relative;
2511
- }
2512
- .kt-select-options .kt-select-option-default .kt-select-option-icon {
2513
- margin-right: 5px;
2514
- }
2515
- .kt-select-options .kt-select-option-select span {
2516
- display: inline-block;
2517
- margin: 0 2px;
2518
- width: calc(100% - 4px);
2519
- box-sizing: border-box;
2520
- outline: 1px solid var(--list-focusOutline);
2521
- outline-offset: -1px;
2522
- color: var(--kt-selectDropdown-selectionForeground);
2523
- background-color: var(--kt-selectDropdown-selectionBackground);
2524
- }
2525
- .kt-select-options .kt-select-option-select span:hover {
2526
- background-color: var(--kt-selectDropdown-selectionBackground);
2527
- }
2528
- .kt-select-options .kt-select-description {
2529
- line-height: 1;
2530
- margin-bottom: -3px;
2531
- }
2532
- .kt-select-options span {
2533
- color: var(--kt-selectDropdown-foreground);
2534
- background-color: var(--kt-selectDropdown-background);
2535
- cursor: pointer;
2536
- height: 26px;
2537
- padding: 0px 16px;
2538
- text-overflow: ellipsis;
2539
- overflow: hidden;
2540
- white-space: nowrap;
2541
- line-height: 26px;
2542
- display: inline-block;
2543
- margin: 0 2px;
2544
- width: calc(100% - 4px);
2545
- box-sizing: border-box;
2546
- }
2547
- .kt-select-options span:hover {
2548
- box-sizing: border-box;
2549
- outline: 1px solid var(--list-focusOutline);
2550
- outline-offset: -1px;
2551
- background-color: var(--kt-selectDropdown-hoverBackground);
2552
- }
2553
- .kt-select-options .kt-option-divider {
2554
- height: 1px;
2555
- background-color: var(--kt-select-border);
2556
- width: 100%;
2557
- margin: 0 auto;
2558
- }
2559
- .kt-select-options .kt-option-description {
2560
- min-height: 26px;
2561
- max-height: 52px;
2562
- font-size: 12px;
2563
- line-height: 26px;
2564
- padding: 0 16px;
2565
- overflow: hidden;
2566
- text-overflow: ellipsis;
2567
- display: -webkit-box;
2568
- -webkit-line-clamp: 2;
2569
- -webkit-box-orient: vertical;
2570
- }
2571
- .kt-select-options .kt-option-disabled {
2572
- pointer-events: none;
2573
- background-color: var(--kt-select-disableBackground);
2574
- color: var(--kt-select-disableForeground);
2575
- }
2576
- .kt-select-options.kt-select-options-visible {
2577
- display: block;
2578
- }
2579
- .kt-select-options.kt-select-options-large {
2580
- padding: 4px 0px;
2581
- }
2582
- .kt-select-options.kt-select-options-large > span,
2583
- .kt-select-options.kt-select-options-large > div > span {
2584
- height: 30px;
2585
- font-size: 14px;
2586
- line-height: 30px;
2587
- }
2588
- .kt-select-options.kt-select-options-large .kt-select-group-header {
2589
- font-size: 14px;
2590
- line-height: 30px;
2591
- }
2592
- .kt-select-options.kt-select-options-default {
2593
- padding: 3px 0px;
2594
- }
2595
- .kt-select-options.kt-select-options-default > span,
2596
- .kt-select-options.kt-select-options-default > div > span {
2597
- height: 26px;
2598
- font-size: 12px;
2599
- line-height: 26px;
2600
- }
2601
- .kt-select-options.kt-select-options-default .kt-select-group-header {
2602
- font-size: 12px;
2603
- line-height: 26px;
2604
- }
2605
- .kt-select-options.kt-select-options-small {
2606
- padding: 3px 0px;
2607
- }
2608
- .kt-select-options.kt-select-options-small > span,
2609
- .kt-select-options.kt-select-options-small > div > span {
2610
- height: 26px;
2611
- font-size: 12px;
2612
- line-height: 26px;
2613
- }
2614
- .kt-select-options.kt-select-options-small .kt-select-group-header {
2615
- font-size: 12px;
2616
- line-height: 26px;
2617
- }
2618
- .kt-select-options .kt-option-with-check {
2619
- padding-left: 20px;
2620
- }
2621
- .kt-select-options .kt-select-group-header {
2622
- padding-left: 5px;
2623
- color: var(--kt-selectDropdown-teamForeground);
2624
- display: flex;
2625
- }
2626
- .kt-select-options .kt-option-check {
2627
- position: absolute;
2628
- left: 0;
2629
- height: 100%;
2630
- display: flex;
2631
- align-items: center;
2632
- }
2633
- .kt-select-options .kt-option-check .kt-icon {
2634
- width: 20px;
2635
- padding: 0 4px;
2636
- background-color: transparent;
2637
- }
2638
-
2639
- /*!******************************************************************************************************************************************************************************!*\
2640
- !*** 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 ***!
2641
- \******************************************************************************************************************************************************************************/
2642
- .kt-tabs {
2643
- display: flex;
2644
- align-items: center;
2645
- border-bottom: 1px solid var(--kt-tab-borderDown);
2646
- }
2647
- .kt-tabs .kt-tab,
2648
- .kt-tabs .kt-custom-tab {
2649
- padding: 8px 0 8px;
2650
- line-height: 20px;
2651
- border-bottom: 2px solid transparent;
2652
- color: var(--kt-tab-inactiveForeground);
2653
- cursor: pointer;
2654
- }
2655
- .kt-tabs .kt-tab.kt-mini-tab,
2656
- .kt-tabs .kt-custom-tab.kt-mini-tab {
2657
- padding: 2px 0 2px;
2658
- }
2659
- .kt-tabs .kt-tab.kt-tab-selected,
2660
- .kt-tabs .kt-custom-tab.kt-tab-selected {
2661
- color: var(--kt-tab-activeForeground);
2662
- border-bottom-color: var(--kt-tab-activeBorder);
2663
- }
2664
- .kt-tabs.kt-tabs-mini {
2665
- border-bottom: none;
2666
- }
2667
- .kt-tabs .kt-tab + .kt-tab,
2668
- .kt-tabs .kt-custom-tab + .kt-custom-tab,
2669
- .kt-tabs .kt-tab + .kt-custom-tab,
2670
- .kt-tabs .kt-custom-tab + .kt-tab {
2671
- margin-left: 24px;
2672
- }
2673
-
2674
- /*!*******************************************************************************************************************************************************************************!*\
2675
- !*** 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 ***!
2676
- \*******************************************************************************************************************************************************************************/
2677
- .text-ellipsis {
2678
- overflow: hidden;
2679
- text-overflow: ellipsis;
2680
- white-space: nowrap;
2681
- }
2682
- .kt-modal {
2683
- box-sizing: border-box;
2684
- margin: 0;
2685
- padding: 0;
2686
- color: rgba(0, 0, 0, 0.65);
2687
- font-size: 14px;
2688
- font-variant: tabular-nums;
2689
- line-height: 1.5;
2690
- list-style: none;
2691
- font-feature-settings: 'tnum';
2692
- position: relative;
2693
- top: 100px;
2694
- width: auto;
2695
- margin: 0 auto;
2696
- padding-bottom: 24px;
2697
- pointer-events: none;
2698
- }
2699
- .kt-modal-wrap {
2700
- position: fixed;
2701
- top: 0;
2702
- right: 0;
2703
- bottom: 0;
2704
- left: 0;
2705
- z-index: 1000;
2706
- overflow: auto;
2707
- outline: 0;
2708
- -webkit-overflow-scrolling: touch;
2709
- }
2710
- .kt-modal-title {
2711
- margin: 0;
2712
- color: rgba(0, 0, 0, 0.85);
2713
- font-weight: 500;
2714
- font-size: 16px;
2715
- line-height: 22px;
2716
- word-wrap: break-word;
2717
- }
2718
- .kt-modal-content {
2719
- position: relative;
2720
- background-color: #fff;
2721
- background-clip: padding-box;
2722
- border: 0;
2723
- border-radius: 4px;
2724
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2725
- pointer-events: auto;
2726
- }
2727
- .kt-modal-close {
2728
- position: absolute;
2729
- top: 0;
2730
- right: 0;
2731
- z-index: 10;
2732
- padding: 0;
2733
- color: rgba(0, 0, 0, 0.45);
2734
- font-weight: 700;
2735
- line-height: 1;
2736
- text-decoration: none;
2737
- background: transparent;
2738
- border: 0;
2739
- outline: 0;
2740
- cursor: pointer;
2741
- transition: color 0.3s;
2742
- }
2743
- .kt-modal-close-x {
2744
- display: block;
2745
- width: 56px;
2746
- height: 56px;
2747
- font-size: 16px;
2748
- font-style: normal;
2749
- line-height: 56px;
2750
- text-align: center;
2751
- text-transform: none;
2752
- text-rendering: auto;
2753
- }
2754
- .kt-modal-close:focus,
2755
- .kt-modal-close:hover {
2756
- color: rgba(0, 0, 0, 0.75);
2757
- text-decoration: none;
2758
- }
2759
- .kt-modal-header {
2760
- padding: 16px 24px;
2761
- color: rgba(0, 0, 0, 0.65);
2762
- background: #fff;
2763
- border-bottom: 1px solid #e8e8e8;
2764
- border-radius: 4px 4px 0 0;
2765
- }
2766
- .kt-modal-body {
2767
- padding: 24px;
2768
- font-size: 14px;
2769
- line-height: 1.5;
2770
- word-wrap: break-word;
2771
- }
2772
- .kt-modal-footer {
2773
- padding: 10px 16px;
2774
- text-align: right;
2775
- background: transparent;
2776
- border-top: 1px solid #e8e8e8;
2777
- border-radius: 0 0 4px 4px;
2778
- }
2779
- .kt-modal-footer button + button {
2780
- margin-bottom: 0;
2781
- margin-left: 8px;
2782
- }
2783
- .kt-modal.zoom-enter,
2784
- .kt-modal.zoom-appear {
2785
- transform: none;
2786
- opacity: 0;
2787
- animation-duration: 0.3s;
2788
- user-select: none;
2789
- }
2790
- .kt-modal-mask {
2791
- position: fixed;
2792
- top: 0;
2793
- right: 0;
2794
- bottom: 0;
2795
- left: 0;
2796
- z-index: 1000;
2797
- height: 100%;
2798
- background-color: rgba(0, 0, 0, 0.45);
2799
- filter: alpha(opacity=50);
2800
- }
2801
- .kt-modal-mask-hidden {
2802
- display: none;
2803
- }
2804
- .kt-modal-open {
2805
- overflow: hidden;
2806
- }
2807
- .kt-modal-centered {
2808
- text-align: center;
2809
- }
2810
- .kt-modal-centered::before {
2811
- display: inline-block;
2812
- width: 0;
2813
- height: 100%;
2814
- vertical-align: middle;
2815
- content: '';
2816
- }
2817
- .kt-modal-centered .kt-modal {
2818
- top: 0;
2819
- display: inline-block;
2820
- text-align: left;
2821
- vertical-align: middle;
2822
- }
2823
- @media (max-width: 767px) {
2824
- .kt-modal {
2825
- max-width: calc(100vw - 16px);
2826
- margin: 8px auto;
2827
- }
2828
- .kt-modal-centered .kt-modal {
2829
- flex: 1;
2830
- }
2831
- }
2832
-
2833
- /*!**********************************************************************************************************************************************************************************!*\
2834
- !*** 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 ***!
2835
- \**********************************************************************************************************************************************************************************/
2836
- .kt-overlay.kt-modal {
2837
- padding: 24px 24px;
2838
- color: var(--kt-modal-foreground);
2839
- }
2840
- .kt-overlay .kt-modal-body {
2841
- background: var(--kt-modal-background);
2842
- border-color: var(--notifications-border);
2843
- }
2844
- .kt-overlay .kt-modal-header {
2845
- background-color: var(--kt-modal-background);
2846
- border-bottom-color: var(--kt-modal-separatorBackground);
2847
- height: 56px;
2848
- border-radius: 2px 2px 0 0;
2849
- }
2850
- .kt-overlay .kt-modal-title {
2851
- color: var(--kt-modal-foreground);
2852
- }
2853
- .kt-overlay .kt-modal-footer {
2854
- background-color: var(--kt-modal-background);
2855
- border-top-color: var(--kt-modal-separatorBackground);
2856
- height: 52px;
2857
- border-radius: 0 0 2px 2px;
2858
- }
2859
- .kt-overlay .kt-modal-close-x {
2860
- margin: 8px 10px 0 0;
2861
- width: 16px;
2862
- height: 16px;
2863
- line-height: 20px;
2864
- color: var(--kt-notificationsCloseIcon-foreground);
2865
- }
2866
-
2867
- /*!*********************************************************************************************************************************************************************************!*\
2868
- !*** 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 ***!
2869
- \*********************************************************************************************************************************************************************************/
2870
- .wrapper .kt-modal-body {
2871
- background: var(--kt-modal-background);
2872
- border-color: var(--notifications-border);
2873
- }
2874
- .wrapper .kt-modal-footer {
2875
- align-items: center;
2876
- justify-content: flex-end;
2877
- display: flex;
2878
- }
2879
- .wrapper .kticon-info-circle {
2880
- color: var(--kt-modalInfoIcon-foreground);
2881
- }
2882
- .kt-dialog-content {
2883
- display: flex;
2884
- }
2885
- .kt-dialog-content .kt-dialog-content_area {
2886
- display: flex;
2887
- flex-direction: column;
2888
- flex: 1;
2889
- overflow: hidden;
2890
- }
2891
- .kt-dialog-content .kt-dialog-content_area .kt-dialog-content_title {
2892
- line-height: 22px;
2893
- font-size: 15px;
2894
- margin: 0px 0px 8px 0px;
2895
- }
2896
- .kt-dialog-content .kt-dialog-icon {
2897
- margin-right: 6px;
2898
- border: none;
2899
- outline: none;
2900
- display: flex;
2901
- flex-direction: column;
2902
- padding: 0px;
2903
- line-height: 30px;
2904
- }
2905
- .kt-dialog-content .kt-dialog-icon:before {
2906
- font-size: 20px;
2907
- }
2908
- .kt-dialog-content .kt-dialog-closex {
2909
- background-color: transparent;
2910
- border: none;
2911
- outline: none;
2912
- display: flex;
2913
- flex-direction: column;
2914
- padding: 0px;
2915
- cursor: pointer;
2916
- margin-left: 6px;
2917
- height: 30px;
2918
- line-height: 30px;
2919
- width: 20px;
2920
- align-items: center;
2921
- justify-content: center;
2922
- }
2923
- .kt-dialog-content .kt-dialog-closex:hover {
2924
- transform: scale(1.1);
2925
- }
2926
- .footer {
2927
- border-top: 1px solid var(--notifications-border);
2928
- }
2929
- .kt-dialog-buttonWrap {
2930
- display: flex;
2931
- flex-wrap: wrap;
2932
- margin-top: 14px;
2933
- justify-content: flex-end;
2934
- }
2935
- .kt-dialog-buttonWrap button {
2936
- margin: 10px 0 0 8px;
2937
- }
2938
- .kt-dialog-message {
2939
- color: var(--kt-modal-foreground);
2940
- line-height: 30px;
2941
- font-size: 14px;
2942
- word-break: break-all;
2943
- overflow: hidden;
2944
- flex: 1;
2945
- align-items: center;
2946
- display: inline-flex;
2947
- user-select: text;
2948
- white-space: pre-wrap;
2949
- }
2950
-
2951
- /*!*********************************************************************************************************************************************************************************************!*\
2952
- !*** 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 ***!
2953
- \*********************************************************************************************************************************************************************************************/
2954
- .text-ellipsis {
2955
- overflow: hidden;
2956
- text-overflow: ellipsis;
2957
- white-space: nowrap;
2958
- }
2959
- .kt-notification {
2960
- box-sizing: border-box;
2961
- margin: 0;
2962
- padding: 0;
2963
- color: rgba(0, 0, 0, 0.65);
2964
- font-size: 14px;
2965
- font-variant: tabular-nums;
2966
- line-height: 1.5;
2967
- list-style: none;
2968
- font-feature-settings: 'tnum';
2969
- position: fixed;
2970
- z-index: 1010;
2971
- width: 384px;
2972
- max-width: calc(100vw - 32px);
2973
- margin-right: 24px;
2974
- }
2975
- .kt-notification-topLeft,
2976
- .kt-notification-bottomLeft {
2977
- margin-right: 0;
2978
- margin-left: 24px;
2979
- }
2980
- .kt-notification-topLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,
2981
- .kt-notification-bottomLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,
2982
- .kt-notification-topLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,
2983
- .kt-notification-bottomLeft .kt-notification-fade-appear.kt-notification-fade-appear-active {
2984
- animation-name: NotificationLeftFadeIn;
2985
- }
2986
- .kt-notification-close-icon {
2987
- font-size: 14px;
2988
- cursor: pointer;
2989
- }
2990
- .kt-notification-notice {
2991
- position: relative;
2992
- margin-bottom: 16px;
2993
- padding: 16px 24px;
2994
- overflow: hidden;
2995
- line-height: 18px;
2996
- background: #fff;
2997
- border-radius: 4px;
2998
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2999
- }
3000
- .kt-notification-notice-message {
3001
- display: inline-block;
3002
- margin-bottom: 8px;
3003
- color: rgba(0, 0, 0, 0.85);
3004
- font-size: 16px;
3005
- line-height: 24px;
3006
- }
3007
- .kt-notification-notice-description {
3008
- font-size: 14px;
3009
- }
3010
- .kt-notification-notice-with-icon .kt-notification-notice-message {
3011
- margin-bottom: 4px;
3012
- margin-left: 48px;
3013
- font-size: 16px;
3014
- }
3015
- .kt-notification-notice-with-icon .kt-notification-notice-description {
3016
- margin-left: 48px;
3017
- font-size: 14px;
3018
- }
3019
- .kt-notification-notice-icon {
3020
- position: absolute;
3021
- margin-left: 4px;
3022
- font-size: 24px;
3023
- line-height: 24px;
3024
- top: 12px;
3025
- }
3026
- .anticon.kt-notification-notice-icon {
3027
- height: 20px;
3028
- }
3029
- .anticon.kt-notification-notice-icon-success {
3030
- color: #52c41a;
3031
- }
3032
- .anticon.kt-notification-notice-icon-info {
3033
- color: var(--notificationsInfoIcon-foreground);
3034
- }
3035
- .anticon.kt-notification-notice-icon-warning {
3036
- color: var(--notificationsWarningIcon-foreground);
3037
- }
3038
- .anticon.kt-notification-notice-icon-error {
3039
- color: var(--notificationsErrorIcon-foreground);
3040
- }
3041
- .kt-notification-notice-close {
3042
- position: absolute;
3043
- top: 16px;
3044
- right: 22px;
3045
- height: 20px;
3046
- color: rgba(0, 0, 0, 0.45);
3047
- outline: none;
3048
- }
3049
- .kt-notification-notice-close:hover {
3050
- color: rgba(0, 0, 0, 0.67);
3051
- }
3052
- .kt-notification-notice-btn {
3053
- display: flex;
3054
- flex-flow: wrap;
3055
- align-items: center;
3056
- justify-content: flex-end;
3057
- margin-top: 16px;
3058
- }
3059
- .kt-notification .notification-fade-effect {
3060
- animation-duration: 0.24s;
3061
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
3062
- animation-fill-mode: both;
3063
- }
3064
- .kt-notification-fade-enter,
3065
- .kt-notification-fade-appear {
3066
- opacity: 0;
3067
- animation-duration: 0.24s;
3068
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
3069
- animation-fill-mode: both;
3070
- animation-play-state: paused;
3071
- }
3072
- .kt-notification-fade-leave {
3073
- animation-duration: 0.24s;
3074
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
3075
- animation-fill-mode: both;
3076
- animation-duration: 0.2s;
3077
- animation-play-state: paused;
3078
- }
3079
- .kt-notification-fade-enter.kt-notification-fade-enter-active,
3080
- .kt-notification-fade-appear.kt-notification-fade-appear-active {
3081
- animation-name: NotificationFadeIn;
3082
- animation-play-state: running;
3083
- }
3084
- .kt-notification-fade-leave.kt-notification-fade-leave-active {
3085
- animation-name: NotificationFadeOut;
3086
- animation-play-state: running;
3087
- }
3088
- @keyframes NotificationFadeIn {
3089
- 0% {
3090
- left: 384px;
3091
- opacity: 0;
3092
- }
3093
- 100% {
3094
- left: 0;
3095
- opacity: 1;
3096
- }
3097
- }
3098
- @keyframes NotificationLeftFadeIn {
3099
- 0% {
3100
- right: 384px;
3101
- opacity: 0;
3102
- }
3103
- 100% {
3104
- right: 0;
3105
- opacity: 1;
3106
- }
3107
- }
3108
- @keyframes NotificationFadeOut {
3109
- 0% {
3110
- max-height: 150px;
3111
- margin-bottom: 16px;
3112
- padding-top: 16px 24px;
3113
- padding-bottom: 16px 24px;
3114
- opacity: 1;
3115
- }
3116
- 100% {
3117
- max-height: 0;
3118
- margin-bottom: 0;
3119
- padding-top: 0;
3120
- padding-bottom: 0;
3121
- opacity: 0;
3122
- }
3123
- }
3124
- .kt-notification-wrapper {
3125
- background: var(--notifications-background);
3126
- border-color: var(--notifications-border);
3127
- padding: 12px;
3128
- position: relative;
3129
- }
3130
- .kt-notification-wrapper .anticon {
3131
- font-size: 12px;
3132
- margin-top: 0;
3133
- display: flex;
3134
- align-items: center;
3135
- justify-content: center;
3136
- }
3137
- .kt-notification-wrapper .kt-notification-notice-message,
3138
- .kt-notification-wrapper .kt-notification-notice-description {
3139
- width: calc(100% - 48px);
3140
- color: var(--notifications-foreground);
3141
- font-size: 12px;
3142
- margin-left: 24px;
3143
- margin-right: 24px;
3144
- margin-bottom: 0;
3145
- line-height: 20px;
3146
- }
3147
- .kt-notification-wrapper .kt-notification-notice-message code,
3148
- .kt-notification-wrapper .kt-notification-notice-description code {
3149
- display: inline-block;
3150
- word-wrap: break-word;
3151
- overflow: hidden;
3152
- width: 100%;
3153
- text-overflow: ellipsis;
3154
- }
3155
- .kt-notification-wrapper .kt-notification-notice-message p,
3156
- .kt-notification-wrapper .kt-notification-notice-description p,
3157
- .kt-notification-wrapper .kt-notification-notice-message pre,
3158
- .kt-notification-wrapper .kt-notification-notice-description pre {
3159
- margin-bottom: 0;
3160
- }
3161
- .kt-notification-wrapper .kt-notification-notice-description {
3162
- margin-top: 4px;
3163
- margin-bottom: 4px;
3164
- }
3165
- .kt-notification-wrapper .kt-notification-notice-close {
3166
- display: flex;
3167
- align-items: center;
3168
- justify-content: center;
3169
- color: var(--notifications-foreground);
3170
- font-size: 12px;
3171
- line-height: 20px;
3172
- right: 18px;
3173
- top: 12px;
3174
- }
3175
- .kt-notification-wrapper .kt-notification-notice-btn button {
3176
- flex: 0 0 auto;
3177
- margin: 0 0 5px 10px;
3178
- word-break: keep-all;
3179
- max-width: 100%;
3180
- white-space: nowrap;
3181
- overflow: hidden;
3182
- text-overflow: ellipsis;
3183
- padding: 0 5px;
3184
- box-sizing: content-box;
3185
- display: inline-block;
3186
- }
3187
-
3188
- /*!**********************************************************************************************************************************************************************************!*\
3189
- !*** 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 ***!
3190
- \**********************************************************************************************************************************************************************************/
3191
- .text-ellipsis {
3192
- overflow: hidden;
3193
- text-overflow: ellipsis;
3194
- white-space: nowrap;
3195
- }
3196
- .kt-popover {
3197
- position: absolute;
3198
- display: block;
3199
- visibility: visible;
3200
- font-size: 12px;
3201
- line-height: 1.5;
3202
- opacity: 0.9;
3203
- }
3204
- .kt-popover-title {
3205
- line-height: 22px;
3206
- font-size: 12px;
3207
- display: flex;
3208
- justify-content: space-between;
3209
- margin-bottom: 0;
3210
- margin-top: 0;
3211
- }
3212
- .kt-popover-title.kt-button,
3213
- .kt-popover-title .small-button-size {
3214
- padding: 0px;
3215
- }
3216
- .kt-popover-content {
3217
- position: relative;
3218
- color: var(--kt-popover-foreground);
3219
- background: var(--kt-popover-background);
3220
- border-color: var(--kt-popover-border);
3221
- border-radius: 2px;
3222
- 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;
3223
- padding: 6px 10px;
3224
- z-index: var(--stacking-level-popover-component, 999);
3225
- }
3226
- .kt-popover-content img {
3227
- max-width: 20px;
3228
- display: inline-block;
3229
- }
3230
- .kt-popover-hidden {
3231
- display: none;
3232
- }
3233
- .kt-popover-placement-top,
3234
- .kt-popover-placement-topLeft,
3235
- .kt-popover-placement-topRight {
3236
- padding: 5px 0 5px 0;
3237
- }
3238
- .kt-popover-placement-right,
3239
- .kt-popover-placement-rightTop,
3240
- .kt-popover-placement-rightBottom {
3241
- padding: 0 5px 0 5px;
3242
- }
3243
- .kt-popover-placement-bottom,
3244
- .kt-popover-placement-bottomLeft,
3245
- .kt-popover-placement-bottomRight {
3246
- padding: 5px 0 5px 0;
3247
- }
3248
- .kt-popover-placement-left,
3249
- .kt-popover-placement-leftTop,
3250
- .kt-popover-placement-leftBottom {
3251
- padding: 0 5px 0 5px;
3252
- }
3253
- .kt-popover-arrow {
3254
- position: absolute;
3255
- width: 0;
3256
- height: 0;
3257
- z-index: var(--stacking-level-popover-component-arrow, 1000);
3258
- border-color: transparent;
3259
- border-style: solid;
3260
- }
3261
- .kt-popover-placement-top .kt-popover-arrow,
3262
- .kt-popover-placement-topLeft .kt-popover-arrow,
3263
- .kt-popover-placement-topRight .kt-popover-arrow {
3264
- margin-left: -6px;
3265
- margin-bottom: 1px;
3266
- border-width: 6px 6px 0;
3267
- border-top-color: var(--kt-popover-background);
3268
- }
3269
- .kt-popover-placement-top .kt-popover-arrow {
3270
- left: 50%;
3271
- }
3272
- .kt-popover-placement-topLeft .kt-popover-arrow {
3273
- left: 15%;
3274
- }
3275
- .kt-popover-placement-topRight .kt-popover-arrow {
3276
- right: 15%;
3277
- }
3278
- .kt-popover-placement-right .kt-popover-arrow,
3279
- .kt-popover-placement-rightTop .kt-popover-arrow,
3280
- .kt-popover-placement-rightBottom .kt-popover-arrow {
3281
- left: 4px;
3282
- margin-top: -5px;
3283
- border-width: 5px 5px 5px 0;
3284
- border-right-color: var(--kt-popover-background);
3285
- }
3286
- .kt-popover-placement-right .kt-popover-arrow {
3287
- top: 50%;
3288
- }
3289
- .kt-popover-placement-rightTop .kt-popover-arrow {
3290
- top: 15%;
3291
- margin-top: 0;
3292
- }
3293
- .kt-popover-placement-rightBottom .kt-popover-arrow {
3294
- bottom: 15%;
3295
- }
3296
- .kt-popover-placement-left .kt-popover-arrow,
3297
- .kt-popover-placement-leftTop .kt-popover-arrow,
3298
- .kt-popover-placement-leftBottom .kt-popover-arrow {
3299
- right: 4px;
3300
- margin-top: -5px;
3301
- border-width: 5px 0 5px 5px;
3302
- border-left-color: var(--kt-popover-background);
3303
- }
3304
- .kt-popover-placement-left .kt-popover-arrow {
3305
- top: 50%;
3306
- }
3307
- .kt-popover-placement-leftTop .kt-popover-arrow {
3308
- top: 15%;
3309
- margin-top: 0;
3310
- }
3311
- .kt-popover-placement-leftBottom .kt-popover-arrow {
3312
- bottom: 15%;
3313
- }
3314
- .kt-popover-placement-bottom .kt-popover-arrow,
3315
- .kt-popover-placement-bottomLeft .kt-popover-arrow,
3316
- .kt-popover-placement-bottomRight .kt-popover-arrow {
3317
- top: 4px;
3318
- margin-left: -5px;
3319
- border-width: 0 5px 5px;
3320
- border-bottom-color: var(--kt-popover-background);
3321
- }
3322
- .kt-popover-placement-bottom .kt-popover-arrow {
3323
- left: 50%;
3324
- }
3325
- .kt-popover-placement-bottomLeft .kt-popover-arrow {
3326
- left: 15%;
3327
- }
3328
- .kt-popover-placement-bottomRight .kt-popover-arrow {
3329
- right: 15%;
3330
- }
3331
- .kt-popover-placement-topLeft .kt-popover-arrow {
3332
- left: 15px;
3333
- }
3334
- .kt-popover.kt-popover-zoom-appear,
3335
- .kt-popover.kt-popover-zoom-enter {
3336
- opacity: 0;
3337
- }
3338
- .kt-popover.kt-popover-zoom-enter,
3339
- .kt-popover.kt-popover-zoom-leave {
3340
- display: block;
3341
- }
3342
- .kt-popover-zoom-enter,
3343
- .kt-popover-zoom-appear {
3344
- opacity: 0;
3345
- animation-duration: 0.3s;
3346
- animation-fill-mode: both;
3347
- animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
3348
- animation-play-state: paused;
3349
- }
3350
- .kt-popover-zoom-leave {
3351
- animation-duration: 0.3s;
3352
- animation-fill-mode: both;
3353
- animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
3354
- animation-play-state: paused;
3355
- }
3356
- .kt-popover-zoom-enter.kt-popover-zoom-enter-active,
3357
- .kt-popover-zoom-appear.kt-popover-zoom-appear-active {
3358
- animation-name: rcToolTipZoomIn;
3359
- animation-play-state: running;
3360
- }
3361
- .kt-popover-zoom-leave.kt-popover-zoom-leave-active {
3362
- animation-name: rcToolTipZoomOut;
3363
- animation-play-state: running;
3364
- }
3365
- @keyframes rcToolTipZoomIn {
3366
- 0% {
3367
- opacity: 0;
3368
- transform-origin: 50% 50%;
3369
- transform: scale(0, 0);
3370
- }
3371
- 100% {
3372
- opacity: 1;
3373
- transform-origin: 50% 50%;
3374
- transform: scale(1, 1);
3375
- }
3376
- }
3377
- @keyframes rcToolTipZoomOut {
3378
- 0% {
3379
- opacity: 1;
3380
- transform-origin: 50% 50%;
3381
- transform: scale(1, 1);
3382
- }
3383
- 100% {
3384
- opacity: 0;
3385
- transform-origin: 50% 50%;
3386
- transform: scale(0, 0);
3387
- }
3388
- }
3389
-
3390
- /*!*********************************************************************************************************************************************************************************!*\
3391
- !*** 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 ***!
3392
- \*********************************************************************************************************************************************************************************/
3393
- .text-ellipsis {
3394
- overflow: hidden;
3395
- text-overflow: ellipsis;
3396
- white-space: nowrap;
3397
- }
3398
- .kt-message {
3399
- box-sizing: border-box;
3400
- margin: 0;
3401
- padding: 0;
3402
- color: rgba(0, 0, 0, 0.65);
3403
- font-size: 14px;
3404
- font-variant: tabular-nums;
3405
- line-height: 1.5;
3406
- list-style: none;
3407
- font-feature-settings: 'tnum';
3408
- position: fixed;
3409
- top: 16px;
3410
- left: 0;
3411
- z-index: 1010;
3412
- width: 100%;
3413
- pointer-events: none;
3414
- }
3415
- .kt-message-notice {
3416
- padding: 8px;
3417
- text-align: center;
3418
- }
3419
- .kt-message-notice:first-child {
3420
- margin-top: -8px;
3421
- }
3422
- .kt-message-notice-content {
3423
- display: inline-block;
3424
- padding: 10px 16px;
3425
- border-radius: 4px;
3426
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
3427
- pointer-events: all;
3428
- background: var(--notifications-background);
3429
- color: var(--notifications-foreground);
3430
- }
3431
- .kt-message-custom-content {
3432
- display: flex;
3433
- align-items: flex-start;
3434
- justify-content: center;
3435
- }
3436
- .kt-message-custom-content .anticon {
3437
- height: 21px;
3438
- display: flex;
3439
- align-items: center;
3440
- justify-content: center;
3441
- }
3442
- .kt-message-success .anticon {
3443
- color: #52c41a;
3444
- }
3445
- .kt-message-error .anticon {
3446
- color: var(--notificationsErrorIcon-foreground);
3447
- }
3448
- .kt-message-warning .anticon {
3449
- color: var(--notificationsWarningIcon-foreground);
3450
- }
3451
- .kt-message-info .anticon,
3452
- .kt-message-loading .anticon {
3453
- color: var(--notificationsInfoIcon-foreground);
3454
- }
3455
- .kt-message .anticon {
3456
- position: relative;
3457
- top: 1px;
3458
- margin-right: 8px;
3459
- font-size: 16px;
3460
- }
3461
- .kt-message-notice.move-up-leave.move-up-leave-active {
3462
- overflow: hidden;
3463
- animation-name: MessageMoveOut;
3464
- animation-duration: 0.3s;
3465
- }
3466
- @keyframes MessageMoveOut {
3467
- 0% {
3468
- max-height: 150px;
3469
- padding: 8px;
3470
- opacity: 1;
3471
- }
3472
- 100% {
3473
- max-height: 0;
3474
- padding: 0;
3475
- opacity: 0;
3476
- }
3477
- }
3478
-
3479
- /*!*********************************************************************************************************************************************************************************!*\
3480
- !*** 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 ***!
3481
- \*********************************************************************************************************************************************************************************/
3482
- .kt-tooltip-wrapper {
3483
- position: relative;
3484
- margin: 0px;
3485
- padding: 0px;
3486
- display: inline-block;
3487
- }
3488
- .kt-tooltip-wrapper .kt-tooltip-content {
3489
- display: inline-block;
3490
- position: fixed;
3491
- font-size: 12px;
3492
- font-weight: normal;
3493
- border-radius: 2px;
3494
- line-height: 20px;
3495
- padding: 4px 8px;
3496
- z-index: 2;
3497
- white-space: nowrap;
3498
- color: var(--kt-tooltip-foreground);
3499
- background: var(--kt-tooltip-background);
3500
- 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);
3501
- }
3502
- .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder {
3503
- position: absolute;
3504
- top: 100%;
3505
- width: 0;
3506
- height: 0;
3507
- border-style: solid;
3508
- border-width: 7px 7px 0 7px;
3509
- border-color: var(--kt-tooltip-background) transparent transparent transparent;
3510
- }
3511
- .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder.kt-tooltip-reverse-arrow {
3512
- top: auto !important;
3513
- bottom: 100% !important;
3514
- border-width: 0px 7px 7px 7px !important;
3515
- border-color: transparent transparent var(--kt-tooltip-background) transparent !important;
3516
- }
3517
-
3518
- /*!*************************************************************************************************************************************************************************************!*\
3519
- !*** 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 ***!
3520
- \*************************************************************************************************************************************************************************************/
3521
- .design_left_slot .kt-scrollbar .scrollbar-thumb-vertical,
3522
- .design_right_slot .kt-scrollbar .scrollbar-thumb-vertical,
3523
- .design_left_slot .kt-scrollbar .scrollbar-thumb-horizontal,
3524
- .design_right_slot .kt-scrollbar .scrollbar-thumb-horizontal {
3525
- border-radius: 5px;
3526
- }
3527
- .kt-scrollbar .scrollbar-thumb-vertical,
3528
- .kt-scrollbar .scrollbar-thumb-horizontal {
3529
- opacity: 0;
3530
- transition: opacity 0.5s ease;
3531
- background: var(--scrollbarSlider-background);
3532
- }
3533
- .kt-scrollbar .scrollbar-thumb-vertical:hover,
3534
- .kt-scrollbar .scrollbar-thumb-horizontal:hover {
3535
- background: var(--scrollbarSlider-hoverBackground);
3536
- }
3537
- .kt-scrollbar .scrollbar-thumb-vertical:active,
3538
- .kt-scrollbar .scrollbar-thumb-horizontal:active {
3539
- background: var(--scrollbarSlider-activeBackground);
3540
- }
3541
- .kt-scrollbar .scrollbar-thumb-vertical {
3542
- z-index: 9999;
3543
- }
3544
- .kt-scrollbar .scrollbar-thumb-horizontal {
3545
- z-index: 9999;
3546
- }
3547
- .kt-scrollbar:hover .scrollbar-thumb-vertical,
3548
- .kt-scrollbar:hover .scrollbar-thumb-horizontal {
3549
- opacity: 1;
3550
- }
3551
- .kt-scrollbar .scrollbar-decoration-vertical {
3552
- position: fixed;
3553
- top: 0;
3554
- left: 0;
3555
- width: 100%;
3556
- height: 6px;
3557
- z-index: 999;
3558
- box-shadow: var(--scrollbar-shadow) 0 6px 6px -6px inset;
3559
- }
3560
- .kt-scrollbar .scrollbar-decoration-horizontal {
3561
- position: fixed;
3562
- top: 0;
3563
- left: 0;
3564
- height: 100%;
3565
- width: 6px;
3566
- z-index: 999;
3567
- box-shadow: var(--scrollbar-shadow) 6px 0 6px -6px inset;
3568
- }
3569
-
3570
- /*!*********************************************************************************************************************************************************************************************************!*\
3571
- !*** 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 ***!
3572
- \*********************************************************************************************************************************************************************************************************/
3573
- .kt-recycle-tree-filter-wrapper {
3574
- padding: 4px 8px;
3575
- }
3576
- .kt-recycle-tree-filter-input {
3577
- width: 100%;
3578
- }
3579
- .kt-recycle-tree-filter-icon {
3580
- color: var(--kt-icon-secondaryForeground);
3581
- }
3582
-
3583
- /*!***********************************************************************************************************************************************************************************!*\
3584
- !*** 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 ***!
3585
- \***********************************************************************************************************************************************************************************/
3586
- .loading_indicator {
3587
- width: 20px;
3588
- height: 20px;
3589
- background-image: url(images/loading.svg);
3590
- background-size: cover;
3591
- }
3592
- .vs-dark .loading_indicator {
3593
- background-image: url(images/loading-dark.svg);
3594
- }
3595
- .hc-black .loading_indicator {
3596
- background-image: url(images/loading-hc.svg);
3597
- }
3598
-
3599
- /*!*********************************************************************************************************************************************************************************************!*\
3600
- !*** 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 ***!
3601
- \*********************************************************************************************************************************************************************************************/
3602
- .basic_tree .tree_node {
3603
- display: flex;
3604
- flex-direction: column;
3605
- position: relative;
3606
- cursor: pointer;
3607
- }
3608
- .basic_tree .tree_node:hover {
3609
- color: var(--kt-tree-hoverForeground);
3610
- background: var(--kt-tree-hoverBackground);
3611
- }
3612
- .basic_tree .tree_node:hover .tail {
3613
- display: flex;
3614
- }
3615
- .basic_tree .tree_node:hover .head {
3616
- display: flex;
3617
- }
3618
- .basic_tree .tree_node.mod_selected {
3619
- color: var(--kt-tree-inactiveSelectionForeground) !important;
3620
- background: var(--kt-tree-inactiveSelectionBackground);
3621
- }
3622
- .basic_tree .tree_node.mod_focused {
3623
- outline: 1px solid var(--list-focusOutline);
3624
- outline-offset: -1px;
3625
- }
3626
- .basic_tree .tree_node.mod_actived {
3627
- outline: 1px solid var(--list-focusOutline);
3628
- outline-offset: -1px;
3629
- }
3630
- .basic_tree .tree_node.mod_loading {
3631
- opacity: 0.8 !important;
3632
- }
3633
- .basic_tree .icon {
3634
- position: relative;
3635
- color: var(--icon-foreground);
3636
- }
3637
- .basic_tree .icon:before {
3638
- font-size: 16px;
3639
- text-align: center;
3640
- }
3641
- .basic_tree .tail {
3642
- text-align: center;
3643
- margin-right: 10px;
3644
- position: relative;
3645
- height: 100%;
3646
- align-items: center;
3647
- display: none;
3648
- }
3649
- .basic_tree .head {
3650
- text-align: center;
3651
- margin-right: 10px;
3652
- position: relative;
3653
- height: 100%;
3654
- align-items: center;
3655
- display: none;
3656
- }
3657
- .basic_tree .content {
3658
- position: relative;
3659
- display: flex;
3660
- align-items: center;
3661
- width: 100%;
3662
- }
3663
- .basic_tree .content match {
3664
- background-color: var(--editor-findMatchHighlightBackground);
3665
- }
3666
- .basic_tree .status {
3667
- opacity: 0.75;
3668
- text-align: center;
3669
- font-size: 12px;
3670
- padding-right: 0;
3671
- }
3672
- .basic_tree .segment {
3673
- flex-grow: 0;
3674
- white-space: nowrap;
3675
- color: inherit;
3676
- }
3677
- .basic_tree .displayname {
3678
- margin-right: 6px;
3679
- display: inline;
3680
- white-space: pre;
3681
- }
3682
- .basic_tree .display_name {
3683
- margin-left: 4px;
3684
- margin-right: 6px;
3685
- display: inline;
3686
- white-space: pre;
3687
- }
3688
- .basic_tree .description {
3689
- display: inline;
3690
- transform: scale(0.96);
3691
- color: var(--descriptionForeground);
3692
- }
3693
- .basic_tree .overflow_wrap {
3694
- flex: 1;
3695
- flex-shrink: 0;
3696
- overflow: hidden;
3697
- text-overflow: ellipsis;
3698
- white-space: nowrap;
3699
- text-align: left;
3700
- }
3701
- .basic_tree .prompt_wrap {
3702
- flex: 1;
3703
- }
3704
- .basic_tree .flex_wrap {
3705
- display: flex;
3706
- flex-direction: row;
3707
- }
3708
- .basic_tree .edit_wrap {
3709
- display: flex;
3710
- width: calc(100% - 50px);
3711
- }
3712
- .basic_tree .edit_wrap .displayname {
3713
- overflow: hidden;
3714
- text-overflow: ellipsis;
3715
- white-space: nowrap;
3716
- }
3717
- .basic_tree .segment_grow {
3718
- flex-grow: 1 !important;
3719
- text-align: left;
3720
- z-index: 10;
3721
- padding-right: 5px;
3722
- }
3723
- .basic_tree .segment_grow.overflow_visible {
3724
- overflow: visible !important;
3725
- }
3726
- .basic_tree .expansion_toggle {
3727
- min-width: 20px;
3728
- display: flex;
3729
- justify-content: center;
3730
- flex-shrink: 0;
3731
- font-size: 16px;
3732
- color: var(--foreground);
3733
- }
3734
- .basic_tree .expansion_toggle.mod_collapsed:before {
3735
- display: block;
3736
- }
3737
- .basic_tree .expansion_toggle:not(.mod_collapsed):before {
3738
- display: block;
3739
- transform: rotate(90deg);
3740
- }
3741
- .basic_tree_menubars {
3742
- padding: 2px 0px;
3743
- color: var(--menu-foreground);
3744
- background-color: var(--menu-background);
3745
- border: none;
3746
- box-shadow: 0 2px 8px var(--kt-menu-shadow);
3747
- border-radius: 0;
3748
- min-width: 200px;
3749
- }
3750
- .basic_menu_item_divider {
3751
- margin: 3px 0;
3752
- pointer-events: none;
3753
- background-color: var(--menu-separatorBackground);
3754
- padding: 0;
3755
- overflow: hidden;
3756
- line-height: 0;
3757
- height: 1px;
3758
- }
3759
- .basic_menu_item {
3760
- margin: 0;
3761
- padding: 3px 4px;
3762
- height: 26px;
3763
- display: flex;
3764
- align-items: center;
3765
- flex: 1;
3766
- padding: 0 16px;
3767
- color: var(--kt-menubar-foreground);
3768
- }
3769
- .basic_menu_item:hover {
3770
- background: var(--menu-selectionBackground);
3771
- color: var(--menu-selectionForeground);
3772
- cursor: default;
3773
- }
3774
-
3775
- /*!***************************************************************************************************************!*\
3776
- !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/react-ctxmenu-trigger/assets/index.css ***!
3777
- \***************************************************************************************************************/
3778
- .rc-trigger-popup {
3779
- position: absolute;
3780
- left: -9999px;
3781
- top: -9999px;
3782
- z-index: 1050;
3783
- }
3784
- .rc-trigger-popup-hidden {
3785
- display: none;
3786
- }
3787
- .rc-trigger-popup-zoom-enter,
3788
- .rc-trigger-popup-zoom-appear {
3789
- opacity: 0;
3790
- animation-duration: 0.3s;
3791
- animation-fill-mode: both;
3792
- animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
3793
- animation-play-state: paused;
3794
- }
3795
- .rc-trigger-popup-zoom-leave {
3796
- animation-duration: 0.3s;
3797
- animation-fill-mode: both;
3798
- animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
3799
- animation-play-state: paused;
3800
- }
3801
- .rc-trigger-popup-zoom-enter.rc-trigger-popup-zoom-enter-active,
3802
- .rc-trigger-popup-zoom-appear.rc-trigger-popup-zoom-appear-active {
3803
- animation-name: rcTriggerZoomIn;
3804
- animation-play-state: running;
3805
- }
3806
- .rc-trigger-popup-zoom-leave.rc-trigger-popup-zoom-leave-active {
3807
- animation-name: rcTriggerZoomOut;
3808
- animation-play-state: running;
3809
- }
3810
- @keyframes rcTriggerZoomIn {
3811
- 0% {
3812
- opacity: 0;
3813
- transform-origin: 50% 50%;
3814
- transform: scale(0, 0);
3815
- }
3816
- 100% {
3817
- opacity: 1;
3818
- transform-origin: 50% 50%;
3819
- transform: scale(1, 1);
3820
- }
3821
- }
3822
- @keyframes rcTriggerZoomOut {
3823
- 0% {
3824
- opacity: 1;
3825
- transform-origin: 50% 50%;
3826
- transform: scale(1, 1);
3827
- }
3828
- 100% {
3829
- opacity: 0;
3830
- transform-origin: 50% 50%;
3831
- transform: scale(0, 0);
3832
- }
3833
- }
3834
- .rc-trigger-popup-mask {
3835
- position: fixed;
3836
- top: 0;
3837
- right: 0;
3838
- left: 0;
3839
- bottom: 0;
3840
- background-color: #373737;
3841
- background-color: rgba(55, 55, 55, 0.6);
3842
- height: 100%;
3843
- filter: alpha(opacity=50);
3844
- z-index: 1050;
3845
- }
3846
- .rc-trigger-popup-mask-hidden {
3847
- display: none;
3848
- }
3849
- .rc-trigger-popup-fade-enter,
3850
- .rc-trigger-popup-fade-appear {
3851
- opacity: 0;
3852
- animation-duration: 0.3s;
3853
- animation-fill-mode: both;
3854
- animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
3855
- animation-play-state: paused;
3856
- }
3857
- .rc-trigger-popup-fade-leave {
3858
- animation-duration: 0.3s;
3859
- animation-fill-mode: both;
3860
- animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
3861
- animation-play-state: paused;
3862
- }
3863
- .rc-trigger-popup-fade-enter.rc-trigger-popup-fade-enter-active,
3864
- .rc-trigger-popup-fade-appear.rc-trigger-popup-fade-appear-active {
3865
- animation-name: rcTriggerMaskFadeIn;
3866
- animation-play-state: running;
3867
- }
3868
- .rc-trigger-popup-fade-leave.rc-trigger-popup-fade-leave-active {
3869
- animation-name: rcDialogFadeOut;
3870
- animation-play-state: running;
3871
- }
3872
- @keyframes rcTriggerMaskFadeIn {
3873
- 0% {
3874
- opacity: 0;
3875
- }
3876
- 100% {
3877
- opacity: 1;
3878
- }
3879
- }
3880
- @keyframes rcDialogFadeOut {
3881
- 0% {
3882
- opacity: 1;
3883
- }
3884
- 100% {
3885
- opacity: 0;
3886
- }
3887
- }
3888
-
1
+ .kt-dropdown{font-feature-settings:"tnum";box-sizing:border-box;color:rgba(0,0,0,.65);display:block;font-size:14px;font-variant:tabular-nums;left:-9999px;line-height:1.5;list-style:none;margin:0;padding:0;position:absolute;top:-9999px;z-index:1050}.kt-dropdown:before{bottom:-7px;content:" ";left:-7px;opacity:.0001;position:absolute;right:0;top:-7px;z-index:-9999}.kt-dropdown-wrap{position:relative}.kt-dropdown-wrap .kt-btn>.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-wrap .kt-btn>.anticon-down{font-size:12px}.kt-dropdown-wrap .anticon-down:before{transition:transform .2s}.kt-dropdown-wrap-open .anticon-down:before{transform:rotate(180deg)}.kt-dropdown-hidden,.kt-dropdown-menu-hidden{display:none}.kt-dropdown-menu{background-clip:padding-box;background-color:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15);list-style-type:none;margin:0;outline:none;padding:4px 0;position:relative;text-align:left;-webkit-transform:translateZ(0)}.kt-dropdown-menu-item-group-title{color:rgba(0,0,0,.45);padding:5px 12px;transition:all .3s}.kt-dropdown-menu-submenu-popup{position:absolute;z-index:1050}.kt-dropdown-menu-submenu-popup>.kt-dropdown-menu{transform-origin:0 0}.kt-dropdown-menu-submenu-popup li,.kt-dropdown-menu-submenu-popup ul{list-style:none}.kt-dropdown-menu-submenu-popup ul{margin-left:.3em;margin-right:.3em;padding:0}.kt-dropdown-menu-item,.kt-dropdown-menu-submenu-title{clear:both;color:rgba(0,0,0,.65);cursor:pointer;font-size:14px;font-weight:400;line-height:22px;margin:0;padding:5px 12px;transition:all .3s;white-space:nowrap}.kt-dropdown-menu-item>.anticon:first-child,.kt-dropdown-menu-item>span>.anticon:first-child,.kt-dropdown-menu-submenu-title>.anticon:first-child,.kt-dropdown-menu-submenu-title>span>.anticon:first-child{font-size:12px;margin-right:8px;min-width:12px}.kt-dropdown-menu-item>a,.kt-dropdown-menu-submenu-title>a{color:rgba(0,0,0,.65);display:block;margin:-5px -12px;padding:5px 12px;transition:all .3s}.kt-dropdown-menu-item-selected,.kt-dropdown-menu-item-selected>a,.kt-dropdown-menu-submenu-title-selected,.kt-dropdown-menu-submenu-title-selected>a{background-color:#e6f7ff;color:#1890ff}.kt-dropdown-menu-item:hover,.kt-dropdown-menu-submenu-title:hover{background-color:#e6f7ff}.kt-dropdown-menu-item-disabled,.kt-dropdown-menu-submenu-title-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.kt-dropdown-menu-item-disabled:hover,.kt-dropdown-menu-submenu-title-disabled:hover{background-color:#fff;color:rgba(0,0,0,.25);cursor:not-allowed}.kt-dropdown-menu-item-divider,.kt-dropdown-menu-submenu-title-divider{background-color:#e8e8e8;height:1px;line-height:0;margin:4px 0;overflow:hidden}.kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow,.kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow{position:absolute;right:8px}.kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,.kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.45);display:inline-block;font-size:12px;font-size:10px\9;font-style:normal;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,:root .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{font-size:12px}.kt-dropdown-menu-item-group-list{list-style:none;margin:0 8px;padding:0}.kt-dropdown-menu-submenu-title{padding-right:26px}.kt-dropdown-menu-submenu-vertical{position:relative}.kt-dropdown-menu-submenu-vertical>.kt-dropdown-menu{left:100%;margin-left:4px;min-width:100%;position:absolute;top:0;transform-origin:0 0}.kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title,.kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{background-color:#fff;color:rgba(0,0,0,.25);cursor:not-allowed}.kt-dropdown-menu-submenu-selected .kt-dropdown-menu-submenu-title{color:#1890ff}.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomRight,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topRight,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topRight{animation-name:antSlideDownIn}.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topRight{animation-name:antSlideDownOut}.kt-dropdown-link>.anticon.anticon-down,.kt-dropdown-trigger>.anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-link>.anticon.anticon-down,:root .kt-dropdown-trigger>.anticon.anticon-down{font-size:12px}.kt-dropdown-button{white-space:nowrap}.kt-dropdown-button.kt-btn-group>.kt-btn:last-child:not(:first-child){padding-left:8px;padding-right:8px}.kt-dropdown-button .anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-button .anticon.anticon-down{font-size:12px}.kt-dropdown-button{font-feature-settings:"tnum";border-radius:2px;box-sizing:border-box;color:rgba(0,0,0,.65);display:flex;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;margin:0;overflow:hidden;padding:0}.kt-dropdown-button .kt-button{border-radius:0}.kt-dropdown-button .kt-button:first-child{border-right:1px solid var(--kt-hintBackground)}.kt-dropdown-button .kt-button:last-child{padding:0 6px}.kt-icon{background-repeat:no-repeat;color:var(--kt-icon-foreground);cursor:pointer;display:inline-block;line-height:1}.kt-icon.mask-mode{background-color:var(--foreground)}.kt-icon-loading{animation:kt-icon-spin 1s linear infinite}.kt-icon-small{font-size:14px}.kt-icon-large{font-size:16px}.kt-icon-clickable:hover{color:var(--kt-icon-hoverForeground)}.kt-icon-clickable:active{color:var(--kt-icon-clickForeground)}.kt-icon-disabled{color:var(--kt-icon-disableForeground);cursor:not-allowed;pointer-events:none}@keyframes kt-icon-spin{to{transform:rotate(1turn)}}.iconfont-anim-spin{animation:fa-spin 2s linear infinite}.iconfont-anim-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.iconfont-rotate-90{transform:rotate(90deg)}.iconfont-rotate-180,.iconfont-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})"}.iconfont-rotate-180{transform:rotate(180deg)}.iconfont-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})";transform:rotate(270deg)}.iconfont-flip-horizontal{transform:scaleX(-1)}.iconfont-flip-horizontal,.iconfont-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)"}.iconfont-flip-vertical{transform:scaleY(-1)}.iconfont-flip-both,.iconfont-flip-horizontal.iconfont-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)";transform:scale(-1)}:root .iconfont-flip-both,:root .iconfont-flip-horizontal,:root .iconfont-flip-vertical,:root .iconfont-rotate-180,:root .iconfont-rotate-270,:root .iconfont-rotate-90{filter:none}.kt-clickable-icon:active,.kt-clickable-icon:hover{transform:scale(1.1)}.kt-icon-resource:before{-webkit-font-smoothing:antialiased;background-position:50%;background-repeat:no-repeat;background-size:16px;display:inherit;flex-shrink:0;height:22px;width:22px}.kt-button{align-items:center;background-color:var(--button-background);border:none;border-radius:2px;box-sizing:border-box;color:var(--button-foreground);cursor:pointer;display:inline-flex;font-size:12px;height:28px;justify-content:center;line-height:1;outline:none;padding:0 12px;white-space:pre-wrap}.kt-button.block-button{width:100%}.kt-button>.kt-button-secondary-more{color:inherit;margin-left:5px}@keyframes loadingCircle{to{transform:rotate(1turn)}}.kt-button-anticon-spin{animation:loadingCircle 1s linear infinite;margin-right:5px}.default-button{background-color:var(--kt-defaultButton-background);color:var(--kt-defaultButton-foreground)}.default-button:hover{background-color:var(--kt-defaultButton-hoverBackground)}.default-button:active{background-color:var(--kt-defaultButton-clickBackground)}.primary-button{background-color:var(--kt-primaryButton-background);border:1px solid var(--kt-primaryButton-border);color:var(--kt-primaryButton-foreground)}.primary-button:hover{background-color:var(--kt-primaryButton-hoverBackground)}.primary-button:active{background-color:var(--kt-primaryButton-clickBackground)}.secondary-button{background-color:var(--kt-secondaryButton-background);border-color:var(--kt-secondaryButton-border);border-style:solid;border-width:1px;color:var(--kt-secondaryButton-foreground)}.secondary-button:hover{background-color:var(--kt-secondaryButton-hoverBackground);border-color:var(--kt-secondaryButton-hoverBorder);color:var(--kt-secondaryButton-hoverForeground)}.secondary-button:active{background-color:var(--kt-secondaryButton-clickBackground);border-color:var(--kt-secondaryButton-clickBorder);color:var(--kt-secondaryButton-clickForeground)}.ghost-button{border-style:solid;border-width:1px}.ghost-button:disabled{border:none;cursor:default}.ghost-secondary-button{background-color:var(--kt-whiteGhostButton-background);border-color:transparent;color:var(--kt-whiteGhostButton-foreground)}.ghost-secondary-button:hover{background-color:transparent;border-color:var(--kt-whiteGhostButton-border);color:var(--kt-whiteGhostButton-foreground)}.ghost-secondary-button:active{background-color:transparent;border-color:var(--kt-whiteGhostButton-clickBorder);color:var(--kt-whiteGhostButton-clickForeground)}.ghost-secondary-button:disabled{border-color:transparent;color:var(--kt-whiteGhostButton-disableForeground);cursor:default}.link-button{background-color:transparent;color:var(--kt-linkButton-foreground)}.link-button:hover{color:var(--kt-linkButton-hoverForeground)}.link-button:active,.link-button:hover{background-color:transparent;border-color:transparent}.link-button:active{color:var(--kt-linkButton-clickForeground)}.link-button:disabled{background-color:transparent!important;border-color:transparent!important;color:var(--kt-linkButton-disableForeground);cursor:default}.ghost-primary-button:disabled{background-color:transparent;border-color:transparent}.danger-button:disabled,.default-button:disabled,.ghost-button:disabled,.ghost-danger-button:disabled,.kt-danger-button-loading,.kt-primary-button-loading,.kt-secondary-button-loading,.primary-button:disabled,.secondary-button:disabled{background-color:var(--kt-button-disableBackground)!important;box-shadow:var(--kt-button-disableBorder) 0 0 0 1px inset;color:var(--kt-button-disableForeground)!important;cursor:not-allowed}.danger-button:disabled>.kt-button-secondary-more,.default-button:disabled>.kt-button-secondary-more,.ghost-button:disabled>.kt-button-secondary-more,.ghost-danger-button:disabled>.kt-button-secondary-more,.kt-danger-button-loading>.kt-button-secondary-more,.kt-primary-button-loading>.kt-button-secondary-more,.kt-secondary-button-loading>.kt-button-secondary-more,.primary-button:disabled>.kt-button-secondary-more,.secondary-button:disabled>.kt-button-secondary-more{color:var(--kt-button-disableForeground)}.secondary-button:disabled{border:none}.link-button:disabled{cursor:not-allowed}.ghost-primary-button{background-color:var(--kt-primaryGhostButton-background);border-color:transparent;color:var(--kt-primaryGhostButton-foreground)}.ghost-primary-button:hover{background-color:transparent;border-color:var(--kt-primaryGhostButton-border)}.ghost-primary-button:active{background-color:var(--kt-primaryGhostButton-clickBackground);border-color:var(--kt-primaryGhostButton-clickBorder);color:var(--kt-primaryGhostButton-clickForeground)}.danger-button{background-color:var(--kt-dangerButton-background);color:var(--kt-dangerButton-foreground)}.danger-button:hover{background-color:var(--kt-dangerButton-hoverBackground)}.danger-button:active{background-color:var(--kt-dangerButton-clickBackground)}.ghost-danger-button{background-color:var(--kt-dangerGhostButton-background);border-color:var(--kt-dangerGhostButton-border);color:var(--kt-dangerGhostButton-foreground)}.ghost-danger-button:hover{background-color:transparent;border-color:var(--kt-dangerGhostButton-hoverBorder)}.ghost-danger-button:active{background-color:var(--kt-dangerGhostButton-clickBackground);border-color:var(--kt-dangerGhostButton-clickBorder)}.large-button-size{font-size:14px;height:32px;line-height:32px;padding:0 16px}.default-button-size{font-size:12px;height:28px;line-height:28px;padding:0 12px}.small-button-size{font-size:12px;height:22px;line-height:22px;padding:0 8px}.kt-badge{background-color:var(--badge-background);border:1px solid var(--kt-badge-border);border-radius:18px;color:var(--badge-foreground);display:inline-flex;font-weight:400;height:18px;justify-content:center;line-height:16px;min-width:18px;padding:0 5px;text-align:center}.kt-badge,.kt-input{align-items:center;box-sizing:border-box;font-size:12px}.kt-input{background-color:var(--input-background);border-color:var(--kt-input-border);border-radius:2px;border-style:solid;border-width:1px;display:flex;height:28px;padding:0 8px;width:100%}.kt-input:focus-within{border-color:var(--focusBorder)}.kt-input:hover{border-color:var(--focusBorder)}.kt-input-disabled{background-color:var(--kt-input-disableBackground);color:var(--kt-input-disableForeground)}.kt-input-disabled input,.kt-input-disabled textarea{cursor:not-allowed}.kt-input-box{align-items:center;display:flex;flex:1;height:100%;position:relative}.kt-input-box input,.kt-input-box textarea{background-color:transparent;border-width:0;color:var(--input-foreground);display:inline-block;height:100%;outline:none;width:100%}.kt-input-box input::placeholder,.kt-input-box textarea::placeholder{color:var(--input-placeholderForeground)}.kt-input-box input::selection,.kt-input-box textarea::selection{background-color:var(--kt-input-selectionBackground)}.kt-input-clear{position:absolute;right:4px;top:50%;transform:translateY(-50%)}.kt-input-addon{align-items:center;display:flex;height:100%}.kt-input-addon-before{margin-right:4px}.kt-input-addon-after{margin-left:4px}.kt-input-large{font-size:14px;height:32px}.kt-input-small{font-size:12px;height:22px}.input-box{box-sizing:border-box;height:100%;position:relative;width:100%}.input-box .kt-input.validate-error{border:1px solid var(--inputValidation-errorBorder)}.input-box .kt-input.validate-info{border:1px solid var(--inputValidation-infoBorder)}.input-box .kt-input.validate-warning{border:1px solid var(--inputValidation-warningBorder)}.input-box.popup .kt-input{background-color:var(--input-background)}.input-box .validate-message{word-wrap:break-word;border-radius:0 0 2px 2px;box-sizing:border-box;display:inline-block;font-size:12px;left:0;line-height:20px;margin-top:4px;min-height:34px;overflow:hidden;padding:8px 4px;position:absolute;text-align:left;top:100%;white-space:normal;width:100%;z-index:10}.input-box .validate-message.popup{background-color:transparent;border:none;box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,.133),0 .6px 1.8px 0 rgba(0,0,0,.11)}.input-box .validate-message.popup.validate-error{background-color:var(--inputValidation-errorBackground);border:1px solid var(--inputValidation-errorBorder);color:var(--inputValidation-errorForeground)}.input-box .validate-message.popup.validate-info{background-color:var(--inputValidation-infoBackground);border:1px solid var(--inputValidation-infoBorder);color:var(--inputValidation-infoForeground)}.input-box .validate-message.popup.validate-warning{background-color:var(--inputValidation-warningBackground);border:1px solid var(--inputValidation-warningBorder);color:var(--inputValidation-warningForeground)}.input-box .validate-message.validate-error{color:var(--kt-inputValidation-errorTextForeground)}.input-box .validate-message.validate-info{color:var(--inputValidation-infoForeground)}.input-box .validate-message.validate-warning{color:var(--kt-inputValidation-warningTextForeground)}.kt-input-number{padding-right:0}.kt-input-number:focus-within .kt-input-number-handler-up,.kt-input-number:focus-within .kt-input-number-handler-up-disabled,.kt-input-number:hover .kt-input-number-handler-up,.kt-input-number:hover .kt-input-number-handler-up-disabled{border-bottom-color:var(--focusBorder)}.kt-input-number:focus-within .kt-input-number-handler,.kt-input-number:hover .kt-input-number-handler{border-inline-start-color:var(--focusBorder)}.kt-input-number:focus-within .kt-input-number-handler-down,.kt-input-number:hover .kt-input-number-handler-down{box-shadow:var(--focusBorder) 1px 0 0 1px}.kt-input-number .kt-input-number{appearance:textfield;background-color:transparent;border:0;font-size:inherit;outline:0;text-align:start;transition:all .3s linear;vertical-align:top;width:100%}.kt-input-number .kt-input-number-handler{align-items:center;border-inline-start:1px solid var(--kt-input-border);color:rgba(0,0,0,.45);cursor:pointer;display:flex;flex:auto;font-weight:700;height:40%;justify-content:center;line-height:0;overflow:hidden;text-align:center}.kt-input-number .kt-input-number-handler-active{background:#ddd}.kt-input-number .kt-input-number-handler-down-inner,.kt-input-number .kt-input-number-handler-up-inner{color:var(--input-foreground);user-select:none}.kt-input-number .kt-input-number-input-wrap{height:100%;overflow:hidden}.kt-input-number .kt-input-number-handler-wrap{align-items:stretch;background:transparent;display:flex;flex-direction:column;height:100%;inset-block-start:0;inset-inline-end:0;position:absolute;width:22px}.kt-input-number .kt-input-number-handler-up{border-bottom:1px solid var(--kt-input-border);padding-top:1px}.kt-input-number .kt-input-number-handler-down{box-shadow:var(--kt-input-border) 0 -1px 0 0}.kt-input-number .kt-input-number-handler-up-inner:after{content:"+"}.kt-input-number .kt-input-number-handler-down-inner:after{content:"-"}.kt-input-number .kt-input-number-disabled .kt-input-number-handler,.kt-input-number .kt-input-number-handler-down-disabled,.kt-input-number .kt-input-number-handler-up-disabled{opacity:.3}.kt-input-number .kt-input-number-disabled .kt-input-number-input{background-color:#f3f3f3;cursor:not-allowed;opacity:.72}.kt-checkbox{cursor:pointer;font-size:12px}.kt-checkbox,.kt-checkbox-lump{align-items:center;display:inline-flex}.kt-checkbox-lump{margin-right:6px;position:relative}.kt-checkbox-lump input{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.kt-checkbox-lump input:checked+.kt-checkbox-icon{background-color:var(--kt-checkbox-selectionBackground);border-color:var(--kt-checkbox-selectionBackground);color:var(--kt-checkbox-selectionForeground)}.kt-checkbox-lump input:checked+.kt-checkbox-icon svg{display:block;transition:all .2s}.kt-checkbox:hover .kt-checkbox-icon{background-color:var(--kt-checkbox-hoverBackground);border-color:var(--kt-checkbox-hoverBorder)}.kt-checkbox-icon{background-color:var(--checkbox-background);border:1px solid var(--checkbox-border);border-radius:2px;height:12px;position:relative;width:12px}.kt-checkbox-icon svg{display:none;height:100%;left:0;position:absolute;top:0;width:100%}.kt-checkbox-large{font-size:14px}.kt-checkbox-large-icon{height:14px;margin-right:8px;width:14px}.kt-checkbox.kt-checkbox-disabled{color:var(--kt-checkbox-disableForeground)}.kt-checkbox.kt-checkbox-disabled input:checked+.kt-checkbox-icon{background-color:var(--kt-checkbox-disableBackground);border-color:transparent;color:var(--kt-checkbox-disableForeground)}.kt-select-overlay{height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.kt-select-container{min-width:0;position:relative;user-select:none}.kt-select-container .kt-select-search{-webkit-appearance:none;background:transparent;border:none;line-height:inherit;outline:none}.kt-select-container .kt-select-value{align-items:center;background-color:var(--kt-select-background);border-color:var(--kt-select-border);border-radius:2px;border-style:solid;border-width:1px;box-sizing:border-box;display:flex;flex:1;justify-content:center;margin:0;max-width:100%;padding:0 8px}.kt-select-container .kt-select-value,.kt-select-container .kt-select-value>span{color:var(--kt-select-foreground);cursor:pointer}.kt-select-container .kt-select-value .kt-select-option{cursor:pointer;display:inline-block;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.kt-select-container .kt-select-value .kt-select-value-active,.kt-select-container .kt-select-value:hover{border-color:var(--kt-selectOption-activeBorder);box-sizing:border-box}.kt-select-container .kt-select-value.kt-select-disabled{background-color:var(--kt-select-disableBackground);color:var(--kt-select-disableForeground);pointer-events:none}.kt-select-container .kt-select-value.kt-select-warning{border-color:var(--kt-select-warningForeground)}.kt-select-container .kt-select-warning-text{background-color:var(--kt-select-warningForeground);color:#fff;padding:4px 8px}.kt-select-container .kt-select-value-active{border-color:var(--kt-selectOption-activeBorder);box-sizing:border-box}.kt-select-container .kt-select-value-large,.kt-select-container .kt-select-value-large>span{font-size:14px;height:30px;line-height:30px}.kt-select-container .kt-select-value-default,.kt-select-container .kt-select-value-default>span{font-size:12px;height:28px;line-height:28px}.kt-select-container .kt-select-value-default-icon{margin-left:5px}.kt-select-container .kt-select-value-small,.kt-select-container .kt-select-value-small>span{font-size:12px;height:22px;line-height:22px}.kt-select-option-icon{margin-right:5px}.kt-select-options{background-color:var(--kt-selectDropdown-background);border-radius:2px;box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,.133),0 .6px 1.8px 0 rgba(0,0,0,.11);color:var(--kt-selectDropdown-foreground);display:none;margin-top:4px;max-width:100%;overflow-y:auto!important;position:fixed;z-index:20}.kt-select-options .kt-select-option-default{align-items:center;display:flex;position:relative}.kt-select-options .kt-select-option-default .kt-select-option-icon{margin-right:5px}.kt-select-options .kt-select-option-select span{box-sizing:border-box;color:var(--kt-selectDropdown-selectionForeground);display:inline-block;margin:0 2px;outline:1px solid var(--list-focusOutline);outline-offset:-1px;width:calc(100% - 4px)}.kt-select-options .kt-select-option-select span,.kt-select-options .kt-select-option-select span:hover{background-color:var(--kt-selectDropdown-selectionBackground)}.kt-select-options .kt-select-description{line-height:1;margin-bottom:-3px}.kt-select-options span{background-color:var(--kt-selectDropdown-background);box-sizing:border-box;color:var(--kt-selectDropdown-foreground);cursor:pointer;display:inline-block;height:26px;line-height:26px;margin:0 2px;overflow:hidden;padding:0 16px;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 4px)}.kt-select-options span:hover{background-color:var(--kt-selectDropdown-hoverBackground);box-sizing:border-box;outline:1px solid var(--list-focusOutline);outline-offset:-1px}.kt-select-options .kt-option-divider{background-color:var(--kt-select-border);height:1px;margin:0 auto;width:100%}.kt-select-options .kt-option-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;line-height:26px;max-height:52px;min-height:26px;overflow:hidden;padding:0 16px;text-overflow:ellipsis}.kt-select-options .kt-option-disabled{background-color:var(--kt-select-disableBackground);color:var(--kt-select-disableForeground);pointer-events:none}.kt-select-options.kt-select-options-visible{display:block}.kt-select-options.kt-select-options-large{padding:4px 0}.kt-select-options.kt-select-options-large>div>span,.kt-select-options.kt-select-options-large>span{font-size:14px;height:30px;line-height:30px}.kt-select-options.kt-select-options-large .kt-select-group-header{font-size:14px;line-height:30px}.kt-select-options.kt-select-options-default{padding:3px 0}.kt-select-options.kt-select-options-default>div>span,.kt-select-options.kt-select-options-default>span{font-size:12px;height:26px;line-height:26px}.kt-select-options.kt-select-options-default .kt-select-group-header{font-size:12px;line-height:26px}.kt-select-options.kt-select-options-small{padding:3px 0}.kt-select-options.kt-select-options-small>div>span,.kt-select-options.kt-select-options-small>span{font-size:12px;height:26px;line-height:26px}.kt-select-options.kt-select-options-small .kt-select-group-header{font-size:12px;line-height:26px}.kt-select-options .kt-option-with-check{padding-left:20px}.kt-select-options .kt-select-group-header{color:var(--kt-selectDropdown-teamForeground);display:flex;padding-left:5px}.kt-select-options .kt-option-check{align-items:center;display:flex;height:100%;left:0;position:absolute}.kt-select-options .kt-option-check .kt-icon{background-color:transparent;padding:0 4px;width:20px}.kt-tabs{align-items:center;border-bottom:1px solid var(--kt-tab-borderDown);display:flex}.kt-tabs .kt-custom-tab,.kt-tabs .kt-tab{border-bottom:2px solid transparent;color:var(--kt-tab-inactiveForeground);cursor:pointer;line-height:20px;padding:8px 0}.kt-tabs .kt-custom-tab.kt-mini-tab,.kt-tabs .kt-tab.kt-mini-tab{padding:2px 0}.kt-tabs .kt-custom-tab.kt-tab-selected,.kt-tabs .kt-tab.kt-tab-selected{border-bottom-color:var(--kt-tab-activeBorder);color:var(--kt-tab-activeForeground)}.kt-tabs.kt-tabs-mini{border-bottom:none}.kt-tabs .kt-custom-tab+.kt-custom-tab,.kt-tabs .kt-custom-tab+.kt-tab,.kt-tabs .kt-tab+.kt-custom-tab,.kt-tabs .kt-tab+.kt-tab{margin-left:24px}.kt-modal{font-feature-settings:"tnum";box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;margin:0 auto;padding:0 0 24px;pointer-events:none;position:relative;top:100px;width:auto}.kt-modal-wrap{-webkit-overflow-scrolling:touch;bottom:0;left:0;outline:0;overflow:auto;position:fixed;right:0;top:0;z-index:1000}.kt-modal-title{word-wrap:break-word;color:rgba(0,0,0,.85);font-size:16px;font-weight:500;line-height:22px;margin:0}.kt-modal-content{background-clip:padding-box;background-color:#fff;border:0;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:auto;position:relative}.kt-modal-close{background:transparent;border:0;color:rgba(0,0,0,.45);cursor:pointer;font-weight:700;line-height:1;outline:0;padding:0;position:absolute;right:0;text-decoration:none;top:0;transition:color .3s;z-index:10}.kt-modal-close-x{display:block;font-size:16px;font-style:normal;height:56px;line-height:56px;text-align:center;text-rendering:auto;text-transform:none;width:56px}.kt-modal-close:focus,.kt-modal-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.kt-modal-header{background:#fff;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0;color:rgba(0,0,0,.65);padding:16px 24px}.kt-modal-body{word-wrap:break-word;font-size:14px;line-height:1.5;padding:24px}.kt-modal-footer{background:transparent;border-radius:0 0 4px 4px;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right}.kt-modal-footer button+button{margin-bottom:0;margin-left:8px}.kt-modal.zoom-appear,.kt-modal.zoom-enter{animation-duration:.3s;opacity:0;transform:none;user-select:none}.kt-modal-mask{background-color:rgba(0,0,0,.45);bottom:0;filter:alpha(opacity=50);height:100%;left:0;position:fixed;right:0;top:0;z-index:1000}.kt-modal-mask-hidden{display:none}.kt-modal-open{overflow:hidden}.kt-modal-centered{text-align:center}.kt-modal-centered:before{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}.kt-modal-centered .kt-modal{display:inline-block;text-align:left;top:0;vertical-align:middle}@media (max-width:767px){.kt-modal{margin:8px auto;max-width:calc(100vw - 16px)}.kt-modal-centered .kt-modal{flex:1}}.kt-overlay.kt-modal{color:var(--kt-modal-foreground);padding:24px}.kt-overlay .kt-modal-body{background:var(--kt-modal-background);border-color:var(--notifications-border)}.kt-overlay .kt-modal-header{background-color:var(--kt-modal-background);border-bottom-color:var(--kt-modal-separatorBackground);border-radius:2px 2px 0 0;height:56px}.kt-overlay .kt-modal-title{color:var(--kt-modal-foreground)}.kt-overlay .kt-modal-footer{background-color:var(--kt-modal-background);border-radius:0 0 2px 2px;border-top-color:var(--kt-modal-separatorBackground);height:52px}.kt-overlay .kt-modal-close-x{color:var(--kt-notificationsCloseIcon-foreground);height: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}}