@opensumi/ide-components 3.0.2-next-1715676425.0 → 3.0.2-next-1715689237.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.
Files changed (3) hide show
  1. package/dist/index.css +868 -868
  2. package/dist/index.js +22 -22
  3. package/package.json +4 -4
package/dist/index.css CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!*******************************************************************************************************************************************************************************!*\
2
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
3
  \*******************************************************************************************************************************************************************************/
4
- .kt-badge_NYBVH {
4
+ .kt-badge {
5
5
  background-color: var(--badge-background);
6
6
  color: var(--badge-foreground);
7
7
  border: 1px solid var(--kt-badge-border);
@@ -18,13 +18,13 @@
18
18
  padding: 0 5px;
19
19
  min-width: 18px;
20
20
  }
21
- .kt-clickable-icon_fxa4P:hover {
21
+ .kt-clickable-icon:hover {
22
22
  transform: scale(1.1);
23
23
  }
24
- .kt-clickable-icon_fxa4P:active {
24
+ .kt-clickable-icon:active {
25
25
  transform: scale(1.1);
26
26
  }
27
- .kt-icon-resource_aRMXf::before {
27
+ .kt-icon-resource::before {
28
28
  display: inherit;
29
29
  background-size: 16px;
30
30
  background-position: center;
@@ -34,7 +34,7 @@
34
34
  -webkit-font-smoothing: antialiased;
35
35
  flex-shrink: 0;
36
36
  }
37
- .kt-button_Itij4 {
37
+ .kt-button {
38
38
  border: none;
39
39
  outline: none;
40
40
  cursor: pointer;
@@ -51,212 +51,212 @@
51
51
  background-color: var(--button-background);
52
52
  white-space: pre-wrap;
53
53
  }
54
- .kt-button_Itij4.block-button_YZIG8 {
54
+ .kt-button.block-button {
55
55
  width: 100%;
56
56
  }
57
- .kt-button_Itij4 > .kt-button-secondary-more_b5nWq {
57
+ .kt-button > .kt-button-secondary-more {
58
58
  color: inherit;
59
59
  margin-left: 5px;
60
60
  }
61
- @keyframes loadingCircle_ixVUd {
61
+ @keyframes loadingCircle {
62
62
  100% {
63
63
  transform: rotate(360deg);
64
64
  }
65
65
  }
66
- .kt-button-anticon-spin_WUX9h {
67
- animation: loadingCircle_ixVUd 1s infinite linear;
66
+ .kt-button-anticon-spin {
67
+ animation: loadingCircle 1s infinite linear;
68
68
  margin-right: 5px;
69
69
  }
70
- .default-button_UqAHv {
70
+ .default-button {
71
71
  color: var(--kt-defaultButton-foreground);
72
72
  background-color: var(--kt-defaultButton-background);
73
73
  }
74
- .default-button_UqAHv:hover {
74
+ .default-button:hover {
75
75
  background-color: var(--kt-defaultButton-hoverBackground);
76
76
  }
77
- .default-button_UqAHv:active {
77
+ .default-button:active {
78
78
  background-color: var(--kt-defaultButton-clickBackground);
79
79
  }
80
- .primary-button_e_cOp {
80
+ .primary-button {
81
81
  color: var(--kt-primaryButton-foreground);
82
82
  background-color: var(--kt-primaryButton-background);
83
83
  border: 1px solid var(--kt-primaryButton-border);
84
84
  }
85
- .primary-button_e_cOp:hover {
85
+ .primary-button:hover {
86
86
  background-color: var(--kt-primaryButton-hoverBackground);
87
87
  }
88
- .primary-button_e_cOp:active {
88
+ .primary-button:active {
89
89
  background-color: var(--kt-primaryButton-clickBackground);
90
90
  }
91
- .secondary-button_mpaYc {
91
+ .secondary-button {
92
92
  color: var(--kt-secondaryButton-foreground);
93
93
  background-color: var(--kt-secondaryButton-background);
94
94
  border-style: solid;
95
95
  border-width: 1px;
96
96
  border-color: var(--kt-secondaryButton-border);
97
97
  }
98
- .secondary-button_mpaYc:hover {
98
+ .secondary-button:hover {
99
99
  color: var(--kt-secondaryButton-hoverForeground);
100
100
  background-color: var(--kt-secondaryButton-hoverBackground);
101
101
  border-color: var(--kt-secondaryButton-hoverBorder);
102
102
  }
103
- .secondary-button_mpaYc:active {
103
+ .secondary-button:active {
104
104
  color: var(--kt-secondaryButton-clickForeground);
105
105
  background-color: var(--kt-secondaryButton-clickBackground);
106
106
  border-color: var(--kt-secondaryButton-clickBorder);
107
107
  }
108
- .ghost-button_kDw0k {
108
+ .ghost-button {
109
109
  border-style: solid;
110
110
  border-width: 1px;
111
111
  }
112
- .ghost-button_kDw0k:disabled {
112
+ .ghost-button:disabled {
113
113
  border-color: transparent;
114
114
  border: none;
115
115
  cursor: default;
116
116
  }
117
- .ghost-secondary-button_1YZaV {
117
+ .ghost-secondary-button {
118
118
  color: var(--kt-whiteGhostButton-foreground);
119
119
  background-color: var(--kt-whiteGhostButton-background);
120
120
  border-color: transparent;
121
121
  }
122
- .ghost-secondary-button_1YZaV:hover {
122
+ .ghost-secondary-button:hover {
123
123
  color: var(--kt-whiteGhostButton-foreground);
124
124
  background-color: transparent;
125
125
  border-color: var(--kt-whiteGhostButton-border);
126
126
  }
127
- .ghost-secondary-button_1YZaV:active {
127
+ .ghost-secondary-button:active {
128
128
  color: var(--kt-whiteGhostButton-clickForeground);
129
129
  background-color: transparent;
130
130
  border-color: var(--kt-whiteGhostButton-clickBorder);
131
131
  }
132
- .ghost-secondary-button_1YZaV:disabled {
132
+ .ghost-secondary-button:disabled {
133
133
  color: var(--kt-whiteGhostButton-disableForeground);
134
134
  border-color: transparent;
135
135
  cursor: default;
136
136
  }
137
- .link-button_N5Nfz {
137
+ .link-button {
138
138
  color: var(--kt-linkButton-foreground);
139
139
  background-color: transparent;
140
140
  }
141
- .link-button_N5Nfz:hover {
141
+ .link-button:hover {
142
142
  color: var(--kt-linkButton-hoverForeground);
143
143
  background-color: transparent;
144
144
  border-color: transparent;
145
145
  }
146
- .link-button_N5Nfz:active {
146
+ .link-button:active {
147
147
  color: var(--kt-linkButton-clickForeground);
148
148
  border-color: transparent;
149
149
  background-color: transparent;
150
150
  }
151
- .link-button_N5Nfz:disabled {
151
+ .link-button:disabled {
152
152
  color: var(--kt-linkButton-disableForeground);
153
153
  border-color: transparent !important;
154
154
  background-color: transparent !important;
155
155
  cursor: default;
156
156
  }
157
- .ghost-primary-button_o9CMR:disabled {
157
+ .ghost-primary-button:disabled {
158
158
  border-color: transparent;
159
159
  background-color: transparent;
160
160
  }
161
- .ghost-button_kDw0k:disabled,
162
- .danger-button_m7sHF:disabled,
163
- .secondary-button_mpaYc:disabled,
164
- .primary-button_e_cOp:disabled,
165
- .ghost-danger-button_MjOcL:disabled,
166
- .default-button_UqAHv:disabled,
167
- .kt-danger-button-loading_Z9JkT,
168
- .kt-primary-button-loading_YiKtR,
169
- .kt-secondary-button-loading_xB5bD {
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
170
  color: var(--kt-button-disableForeground) !important;
171
171
  background-color: var(--kt-button-disableBackground) !important;
172
172
  box-shadow: var(--kt-button-disableBorder) 0px 0px 0px 1px inset;
173
173
  cursor: not-allowed;
174
174
  }
175
- .ghost-button_kDw0k:disabled > .kt-button-secondary-more_b5nWq,
176
- .danger-button_m7sHF:disabled > .kt-button-secondary-more_b5nWq,
177
- .secondary-button_mpaYc:disabled > .kt-button-secondary-more_b5nWq,
178
- .primary-button_e_cOp:disabled > .kt-button-secondary-more_b5nWq,
179
- .ghost-danger-button_MjOcL:disabled > .kt-button-secondary-more_b5nWq,
180
- .default-button_UqAHv:disabled > .kt-button-secondary-more_b5nWq,
181
- .kt-danger-button-loading_Z9JkT > .kt-button-secondary-more_b5nWq,
182
- .kt-primary-button-loading_YiKtR > .kt-button-secondary-more_b5nWq,
183
- .kt-secondary-button-loading_xB5bD > .kt-button-secondary-more_b5nWq {
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
184
  color: var(--kt-button-disableForeground);
185
185
  }
186
- .secondary-button_mpaYc:disabled {
186
+ .secondary-button:disabled {
187
187
  border: none;
188
188
  }
189
- .link-button_N5Nfz:disabled {
189
+ .link-button:disabled {
190
190
  cursor: not-allowed;
191
191
  }
192
- .ghost-primary-button_o9CMR {
192
+ .ghost-primary-button {
193
193
  color: var(--kt-primaryGhostButton-foreground);
194
194
  background-color: var(--kt-primaryGhostButton-background);
195
195
  border-color: transparent;
196
196
  }
197
- .ghost-primary-button_o9CMR:hover {
197
+ .ghost-primary-button:hover {
198
198
  border-color: var(--kt-primaryGhostButton-border);
199
199
  background-color: transparent;
200
200
  }
201
- .ghost-primary-button_o9CMR:active {
201
+ .ghost-primary-button:active {
202
202
  color: var(--kt-primaryGhostButton-clickForeground);
203
203
  background-color: var(--kt-primaryGhostButton-clickBackground);
204
204
  border-color: var(--kt-primaryGhostButton-clickBorder);
205
205
  }
206
- .danger-button_m7sHF {
206
+ .danger-button {
207
207
  color: var(--kt-dangerButton-foreground);
208
208
  background-color: var(--kt-dangerButton-background);
209
209
  }
210
- .danger-button_m7sHF:hover {
210
+ .danger-button:hover {
211
211
  background-color: var(--kt-dangerButton-hoverBackground);
212
212
  }
213
- .danger-button_m7sHF:active {
213
+ .danger-button:active {
214
214
  background-color: var(--kt-dangerButton-clickBackground);
215
215
  }
216
- .ghost-danger-button_MjOcL {
216
+ .ghost-danger-button {
217
217
  color: var(--kt-dangerGhostButton-foreground);
218
218
  background-color: var(--kt-dangerGhostButton-background);
219
219
  border-color: var(--kt-dangerGhostButton-border);
220
220
  }
221
- .ghost-danger-button_MjOcL:hover {
221
+ .ghost-danger-button:hover {
222
222
  background-color: transparent;
223
223
  border-color: var(--kt-dangerGhostButton-hoverBorder);
224
224
  }
225
- .ghost-danger-button_MjOcL:active {
225
+ .ghost-danger-button:active {
226
226
  background-color: var(--kt-dangerGhostButton-clickBackground);
227
227
  border-color: var(--kt-dangerGhostButton-clickBorder);
228
228
  }
229
- .large-button-size_J5vXi {
229
+ .large-button-size {
230
230
  padding: 0px 16px;
231
231
  height: 32px;
232
232
  line-height: 32px;
233
233
  font-size: 14px;
234
234
  }
235
- .default-button-size_DbTj8 {
235
+ .default-button-size {
236
236
  padding: 0px 12px;
237
237
  height: 28px;
238
238
  line-height: 28px;
239
239
  font-size: 12px;
240
240
  }
241
- .small-button-size_SCSQj {
241
+ .small-button-size {
242
242
  padding: 0px 8px;
243
243
  height: 22px;
244
244
  line-height: 22px;
245
245
  font-size: 12px;
246
246
  }
247
- .kt-checkbox_aVWjy {
247
+ .kt-checkbox {
248
248
  font-size: 12px;
249
249
  display: inline-flex;
250
250
  align-items: center;
251
251
  cursor: pointer;
252
252
  }
253
- .kt-checkbox-lump_9yJA5 {
253
+ .kt-checkbox-lump {
254
254
  margin-right: 6px;
255
255
  position: relative;
256
256
  display: inline-flex;
257
257
  align-items: center;
258
258
  }
259
- .kt-checkbox-lump_9yJA5 input {
259
+ .kt-checkbox-lump input {
260
260
  position: absolute;
261
261
  left: 0;
262
262
  top: 0;
@@ -264,20 +264,20 @@
264
264
  height: 100%;
265
265
  opacity: 0;
266
266
  }
267
- .kt-checkbox-lump_9yJA5 input:checked + .kt-checkbox-icon_Y5fUc {
267
+ .kt-checkbox-lump input:checked + .kt-checkbox-icon {
268
268
  border-color: var(--kt-checkbox-selectionBackground);
269
269
  background-color: var(--kt-checkbox-selectionBackground);
270
270
  color: var(--kt-checkbox-selectionForeground);
271
271
  }
272
- .kt-checkbox-lump_9yJA5 input:checked + .kt-checkbox-icon_Y5fUc svg {
272
+ .kt-checkbox-lump input:checked + .kt-checkbox-icon svg {
273
273
  display: block;
274
274
  transition: all 0.2s;
275
275
  }
276
- .kt-checkbox_aVWjy:hover .kt-checkbox-icon_Y5fUc {
276
+ .kt-checkbox:hover .kt-checkbox-icon {
277
277
  border-color: var(--kt-checkbox-hoverBorder);
278
278
  background-color: var(--kt-checkbox-hoverBackground);
279
279
  }
280
- .kt-checkbox-icon_Y5fUc {
280
+ .kt-checkbox-icon {
281
281
  width: 12px;
282
282
  height: 12px;
283
283
  background-color: var(--checkbox-background);
@@ -285,7 +285,7 @@
285
285
  border: 1px solid var(--checkbox-border);
286
286
  position: relative;
287
287
  }
288
- .kt-checkbox-icon_Y5fUc svg {
288
+ .kt-checkbox-icon svg {
289
289
  display: none;
290
290
  position: absolute;
291
291
  left: 0;
@@ -293,56 +293,56 @@
293
293
  width: 100%;
294
294
  height: 100%;
295
295
  }
296
- .kt-checkbox-large_tIKsp {
296
+ .kt-checkbox-large {
297
297
  font-size: 14px;
298
298
  }
299
- .kt-checkbox-large-icon_LNfue {
299
+ .kt-checkbox-large-icon {
300
300
  width: 14px;
301
301
  height: 14px;
302
302
  margin-right: 8px;
303
303
  }
304
- .kt-checkbox_aVWjy.kt-checkbox-disabled_Fk_PJ {
304
+ .kt-checkbox.kt-checkbox-disabled {
305
305
  color: var(--kt-checkbox-disableForeground);
306
306
  }
307
- .kt-checkbox_aVWjy.kt-checkbox-disabled_Fk_PJ input:checked + .kt-checkbox-icon_Y5fUc {
307
+ .kt-checkbox.kt-checkbox-disabled input:checked + .kt-checkbox-icon {
308
308
  background-color: var(--kt-checkbox-disableBackground);
309
309
  color: var(--kt-checkbox-disableForeground);
310
310
  border-color: transparent;
311
311
  }
312
- .wrapper_AzQuX .kt-modal-body_Op_km {
312
+ .wrapper .kt-modal-body {
313
313
  background: var(--kt-modal-background);
314
314
  border-color: var(--notifications-border);
315
315
  }
316
- .wrapper_AzQuX .kt-modal-footer_tkMdJ {
316
+ .wrapper .kt-modal-footer {
317
317
  align-items: center;
318
318
  justify-content: flex-end;
319
319
  display: flex;
320
320
  }
321
- .wrapper_AzQuX .kticon-info-circle_pOqOy {
321
+ .wrapper .kticon-info-circle {
322
322
  color: var(--kt-modalInfoIcon-foreground);
323
323
  }
324
- .wrapper_AzQuX .kt-modal-close-x_jICJK {
324
+ .wrapper .kt-modal-close-x {
325
325
  margin: 50% 50% 0 0;
326
326
  width: 20px;
327
327
  height: 20px;
328
328
  line-height: 20px;
329
329
  color: var(--kt-notificationsCloseIcon-foreground);
330
330
  }
331
- .kt-dialog-content_Muznt {
331
+ .kt-dialog-content {
332
332
  display: flex;
333
333
  }
334
- .kt-dialog-content_Muznt .kt-dialog-content_area_apeM4 {
334
+ .kt-dialog-content .kt-dialog-content_area {
335
335
  display: flex;
336
336
  flex-direction: column;
337
337
  flex: 1;
338
338
  overflow: hidden;
339
339
  }
340
- .kt-dialog-content_Muznt .kt-dialog-content_area_apeM4 .kt-dialog-content_title_CpK4I {
340
+ .kt-dialog-content .kt-dialog-content_area .kt-dialog-content_title {
341
341
  line-height: 22px;
342
342
  font-size: 14px;
343
343
  margin: 0px 0px 8px 0px;
344
344
  }
345
- .kt-dialog-content_Muznt .kt-dialog-icon_EKqvl {
345
+ .kt-dialog-content .kt-dialog-icon {
346
346
  margin-right: 6px;
347
347
  border: none;
348
348
  outline: none;
@@ -351,10 +351,10 @@
351
351
  padding: 0px;
352
352
  line-height: 30px;
353
353
  }
354
- .kt-dialog-content_Muznt .kt-dialog-icon_EKqvl:before {
354
+ .kt-dialog-content .kt-dialog-icon:before {
355
355
  font-size: 20px;
356
356
  }
357
- .kt-dialog-content_Muznt .kt-dialog-closex_gHI9j {
357
+ .kt-dialog-content .kt-dialog-closex {
358
358
  background-color: transparent;
359
359
  border: none;
360
360
  outline: none;
@@ -369,22 +369,22 @@
369
369
  align-items: center;
370
370
  justify-content: center;
371
371
  }
372
- .kt-dialog-content_Muznt .kt-dialog-closex_gHI9j:hover {
372
+ .kt-dialog-content .kt-dialog-closex:hover {
373
373
  transform: scale(1.1);
374
374
  }
375
- .footer_U0h9I {
375
+ .footer {
376
376
  border-top: 1px solid var(--notifications-border);
377
377
  }
378
- .kt-dialog-buttonWrap_lQ6K3 {
378
+ .kt-dialog-buttonWrap {
379
379
  display: flex;
380
380
  flex-wrap: wrap;
381
381
  margin-top: 14px;
382
382
  justify-content: flex-end;
383
383
  }
384
- .kt-dialog-buttonWrap_lQ6K3 button {
384
+ .kt-dialog-buttonWrap button {
385
385
  margin: 10px 0 0 8px;
386
386
  }
387
- .kt-dialog-message_QVXAM {
387
+ .kt-dialog-message {
388
388
  color: var(--kt-modal-foreground);
389
389
  line-height: 30px;
390
390
  font-size: 14px;
@@ -396,48 +396,48 @@
396
396
  user-select: text;
397
397
  white-space: pre-wrap;
398
398
  }
399
- .kt-icon_EddSF {
399
+ .kt-icon {
400
400
  display: inline-block;
401
401
  background-repeat: no-repeat;
402
402
  cursor: pointer;
403
403
  color: var(--kt-icon-foreground);
404
404
  line-height: 1;
405
405
  }
406
- .kt-icon_EddSF.mask-mode_SeoHX {
406
+ .kt-icon.mask-mode {
407
407
  background-color: var(--foreground);
408
408
  }
409
- .kt-icon-loading_zozWh {
410
- animation: kt-icon-spin_Ufadr 1s infinite linear;
409
+ .kt-icon-loading {
410
+ animation: kt-icon-spin 1s infinite linear;
411
411
  }
412
- .kt-icon-small_wOdE0 {
412
+ .kt-icon-small {
413
413
  font-size: 14px;
414
414
  }
415
- .kt-icon-large_QZczR {
415
+ .kt-icon-large {
416
416
  font-size: 16px;
417
417
  }
418
- .kt-icon-clickable_M_hMQ:hover {
418
+ .kt-icon-clickable:hover {
419
419
  color: var(--kt-icon-hoverForeground);
420
420
  }
421
- .kt-icon-clickable_M_hMQ:active {
421
+ .kt-icon-clickable:active {
422
422
  color: var(--kt-icon-clickForeground);
423
423
  }
424
- .kt-icon-disabled_lnIj7 {
424
+ .kt-icon-disabled {
425
425
  color: var(--kt-icon-disableForeground);
426
426
  pointer-events: none;
427
427
  cursor: not-allowed;
428
428
  }
429
- @keyframes kt-icon-spin_Ufadr {
429
+ @keyframes kt-icon-spin {
430
430
  100% {
431
431
  transform: rotate(360deg);
432
432
  }
433
433
  }
434
- .iconfont-anim-spin_p5DVx {
435
- animation: fa-spin_YcOin 2s infinite linear;
434
+ .iconfont-anim-spin {
435
+ animation: fa-spin 2s infinite linear;
436
436
  }
437
- .iconfont-anim-pulse_NKRJb {
438
- animation: fa-spin_YcOin 1s infinite steps(8);
437
+ .iconfont-anim-pulse {
438
+ animation: fa-spin 1s infinite steps(8);
439
439
  }
440
- @keyframes fa-spin_YcOin {
440
+ @keyframes fa-spin {
441
441
  0% {
442
442
  transform: rotate(0deg);
443
443
  }
@@ -445,40 +445,40 @@
445
445
  transform: rotate(360deg);
446
446
  }
447
447
  }
448
- .iconfont-rotate-90_tpGi3 {
448
+ .iconfont-rotate-90 {
449
449
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
450
450
  transform: rotate(90deg);
451
451
  }
452
- .iconfont-rotate-180_BFsse {
452
+ .iconfont-rotate-180 {
453
453
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
454
454
  transform: rotate(180deg);
455
455
  }
456
- .iconfont-rotate-270_G2QmJ {
456
+ .iconfont-rotate-270 {
457
457
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
458
458
  transform: rotate(270deg);
459
459
  }
460
- .iconfont-flip-horizontal_QK37U {
460
+ .iconfont-flip-horizontal {
461
461
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
462
462
  transform: scale(-1, 1);
463
463
  }
464
- .iconfont-flip-vertical_UImSk {
464
+ .iconfont-flip-vertical {
465
465
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
466
466
  transform: scale(1, -1);
467
467
  }
468
- .iconfont-flip-both_vNMQj,
469
- .iconfont-flip-horizontal_QK37U.iconfont-flip-vertical_UImSk {
468
+ .iconfont-flip-both,
469
+ .iconfont-flip-horizontal.iconfont-flip-vertical {
470
470
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
471
471
  transform: scale(-1, -1);
472
472
  }
473
- :root .iconfont-rotate-90_tpGi3,
474
- :root .iconfont-rotate-180_BFsse,
475
- :root .iconfont-rotate-270_G2QmJ,
476
- :root .iconfont-flip-horizontal_QK37U,
477
- :root .iconfont-flip-vertical_UImSk,
478
- :root .iconfont-flip-both_vNMQj {
473
+ :root .iconfont-rotate-90,
474
+ :root .iconfont-rotate-180,
475
+ :root .iconfont-rotate-270,
476
+ :root .iconfont-flip-horizontal,
477
+ :root .iconfont-flip-vertical,
478
+ :root .iconfont-flip-both {
479
479
  filter: none;
480
480
  }
481
- .kt-input_VxKTM {
481
+ .kt-input {
482
482
  width: 100%;
483
483
  display: flex;
484
484
  align-items: center;
@@ -492,28 +492,28 @@
492
492
  padding: 0px 8px;
493
493
  font-size: 12px;
494
494
  }
495
- .kt-input_VxKTM:focus-within {
495
+ .kt-input:focus-within {
496
496
  border-color: var(--focusBorder);
497
497
  }
498
- .kt-input_VxKTM:hover {
498
+ .kt-input:hover {
499
499
  border-color: var(--focusBorder);
500
500
  }
501
- .kt-input-disabled_RUSPT {
501
+ .kt-input-disabled {
502
502
  color: var(--kt-input-disableForeground);
503
503
  background-color: var(--kt-input-disableBackground);
504
504
  }
505
- .kt-input-disabled_RUSPT input, textarea {
505
+ .kt-input-disabled input, textarea {
506
506
  cursor: not-allowed;
507
507
  }
508
- .kt-input-box_EdIME {
508
+ .kt-input-box {
509
509
  flex: 1;
510
510
  height: 100%;
511
511
  position: relative;
512
512
  display: flex;
513
513
  align-items: center;
514
514
  }
515
- .kt-input-box_EdIME input,
516
- .kt-input-box_EdIME textarea {
515
+ .kt-input-box input,
516
+ .kt-input-box textarea {
517
517
  width: 100%;
518
518
  height: 100%;
519
519
  color: var(--input-foreground);
@@ -522,63 +522,63 @@
522
522
  border-width: 0;
523
523
  display: inline-block;
524
524
  }
525
- .kt-input-box_EdIME input::placeholder,
526
- .kt-input-box_EdIME textarea::placeholder {
525
+ .kt-input-box input::placeholder,
526
+ .kt-input-box textarea::placeholder {
527
527
  color: var(--input-placeholderForeground);
528
528
  }
529
- .kt-input-box_EdIME input::selection,
530
- .kt-input-box_EdIME textarea::selection {
529
+ .kt-input-box input::selection,
530
+ .kt-input-box textarea::selection {
531
531
  background-color: var(--kt-input-selectionBackground);
532
532
  }
533
- .kt-input-clear_oF1Ag {
533
+ .kt-input-clear {
534
534
  position: absolute;
535
535
  right: 4px;
536
536
  top: 50%;
537
537
  transform: translateY(-50%);
538
538
  }
539
- .kt-input-addon_qBNUc {
539
+ .kt-input-addon {
540
540
  display: flex;
541
541
  align-items: center;
542
542
  height: 100%;
543
543
  }
544
- .kt-input-addon-before_hGyZT {
544
+ .kt-input-addon-before {
545
545
  margin-right: 4px;
546
546
  }
547
- .kt-input-addon-after_F3dsJ {
547
+ .kt-input-addon-after {
548
548
  margin-left: 4px;
549
549
  }
550
- .kt-input-large_tojK1 {
550
+ .kt-input-large {
551
551
  height: 32px;
552
552
  font-size: 14px;
553
553
  }
554
- .kt-input-small_d_jYs {
554
+ .kt-input-small {
555
555
  height: 22px;
556
556
  font-size: 12px;
557
557
  }
558
- .text-ellipsis_DN21t {
558
+ .text-ellipsis {
559
559
  overflow: hidden;
560
560
  text-overflow: ellipsis;
561
561
  white-space: nowrap;
562
562
  }
563
- .input-box_kkkzq {
563
+ .input-box {
564
564
  width: 100%;
565
565
  height: 100%;
566
566
  box-sizing: border-box;
567
567
  position: relative;
568
568
  }
569
- .input-box_kkkzq .kt-input_VxKTM.validate-error_Ate_2 {
569
+ .input-box .kt-input.validate-error {
570
570
  border: 1px solid var(--inputValidation-errorBorder);
571
571
  }
572
- .input-box_kkkzq .kt-input_VxKTM.validate-info_et47o {
572
+ .input-box .kt-input.validate-info {
573
573
  border: 1px solid var(--inputValidation-infoBorder);
574
574
  }
575
- .input-box_kkkzq .kt-input_VxKTM.validate-warning_WXyec {
575
+ .input-box .kt-input.validate-warning {
576
576
  border: 1px solid var(--inputValidation-warningBorder);
577
577
  }
578
- .input-box_kkkzq.popup_f_lZV .kt-input_VxKTM {
578
+ .input-box.popup .kt-input {
579
579
  background-color: var(--input-background);
580
580
  }
581
- .input-box_kkkzq .validate-message_YeDl5 {
581
+ .input-box .validate-message {
582
582
  margin-top: 4px;
583
583
  display: inline-block;
584
584
  overflow: hidden;
@@ -597,36 +597,36 @@
597
597
  z-index: 10;
598
598
  border-radius: 0px 0px 2px 2px;
599
599
  }
600
- .input-box_kkkzq .validate-message_YeDl5.popup_f_lZV {
600
+ .input-box .validate-message.popup {
601
601
  border: none;
602
602
  background-color: transparent;
603
603
  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;
604
604
  }
605
- .input-box_kkkzq .validate-message_YeDl5.popup_f_lZV.validate-error_Ate_2 {
605
+ .input-box .validate-message.popup.validate-error {
606
606
  color: var(--inputValidation-errorForeground);
607
607
  background-color: var(--inputValidation-errorBackground);
608
608
  border: 1px solid var(--inputValidation-errorBorder);
609
609
  }
610
- .input-box_kkkzq .validate-message_YeDl5.popup_f_lZV.validate-info_et47o {
610
+ .input-box .validate-message.popup.validate-info {
611
611
  background-color: var(--inputValidation-infoBackground);
612
612
  border: 1px solid var(--inputValidation-infoBorder);
613
613
  color: var(--inputValidation-infoForeground);
614
614
  }
615
- .input-box_kkkzq .validate-message_YeDl5.popup_f_lZV.validate-warning_WXyec {
615
+ .input-box .validate-message.popup.validate-warning {
616
616
  background-color: var(--inputValidation-warningBackground);
617
617
  border: 1px solid var(--inputValidation-warningBorder);
618
618
  color: var(--inputValidation-warningForeground);
619
619
  }
620
- .input-box_kkkzq .validate-message_YeDl5.validate-error_Ate_2 {
620
+ .input-box .validate-message.validate-error {
621
621
  color: var(--kt-inputValidation-errorTextForeground);
622
622
  }
623
- .input-box_kkkzq .validate-message_YeDl5.validate-info_et47o {
623
+ .input-box .validate-message.validate-info {
624
624
  color: var(--inputValidation-infoForeground);
625
625
  }
626
- .input-box_kkkzq .validate-message_YeDl5.validate-warning_WXyec {
626
+ .input-box .validate-message.validate-warning {
627
627
  color: var(--kt-inputValidation-warningTextForeground);
628
628
  }
629
- .kt-message_DiVTZ {
629
+ .kt-message {
630
630
  box-sizing: border-box;
631
631
  margin: 0;
632
632
  padding: 0;
@@ -643,14 +643,14 @@
643
643
  width: 100%;
644
644
  pointer-events: none;
645
645
  }
646
- .kt-message-notice__AyHO {
646
+ .kt-message-notice {
647
647
  padding: 8px;
648
648
  text-align: center;
649
649
  }
650
- .kt-message-notice__AyHO:first-child {
650
+ .kt-message-notice:first-child {
651
651
  margin-top: -8px;
652
652
  }
653
- .kt-message-notice-content_htl37 {
653
+ .kt-message-notice-content {
654
654
  display: inline-block;
655
655
  padding: 10px 16px;
656
656
  border-radius: 4px;
@@ -659,31 +659,31 @@
659
659
  background: var(--notifications-background);
660
660
  color: var(--notifications-foreground);
661
661
  }
662
- .kt-message-success_EMIjb .anticon_gEaTm {
662
+ .kt-message-success .anticon {
663
663
  color: #52c41a;
664
664
  }
665
- .kt-message-error_L0dWd .anticon_gEaTm {
665
+ .kt-message-error .anticon {
666
666
  color: var(--notificationsErrorIcon-foreground);
667
667
  }
668
- .kt-message-warning_Ubc_C .anticon_gEaTm {
668
+ .kt-message-warning .anticon {
669
669
  color: var(--notificationsWarningIcon-foreground);
670
670
  }
671
- .kt-message-info_d7bEo .anticon_gEaTm,
672
- .kt-message-loading_T9ttb .anticon_gEaTm {
671
+ .kt-message-info .anticon,
672
+ .kt-message-loading .anticon {
673
673
  color: var(--notificationsInfoIcon-foreground);
674
674
  }
675
- .kt-message_DiVTZ .anticon_gEaTm {
675
+ .kt-message .anticon {
676
676
  position: relative;
677
677
  top: 1px;
678
678
  margin-right: 8px;
679
679
  font-size: 16px;
680
680
  }
681
- .kt-message-notice__AyHO.move-up-leave_J2l7a.move-up-leave-active_Uobwy {
681
+ .kt-message-notice.move-up-leave.move-up-leave-active {
682
682
  overflow: hidden;
683
- animation-name: MessageMoveOut_Y0fl9;
683
+ animation-name: MessageMoveOut;
684
684
  animation-duration: 0.3s;
685
685
  }
686
- @keyframes MessageMoveOut_Y0fl9 {
686
+ @keyframes MessageMoveOut {
687
687
  0% {
688
688
  max-height: 150px;
689
689
  padding: 8px;
@@ -695,7 +695,7 @@
695
695
  opacity: 0;
696
696
  }
697
697
  }
698
- .kt-notification_LywyO {
698
+ .kt-notification {
699
699
  box-sizing: border-box;
700
700
  margin: 0;
701
701
  padding: 0;
@@ -711,22 +711,22 @@
711
711
  max-width: calc(100vw - 32px);
712
712
  margin-right: 24px;
713
713
  }
714
- .kt-notification-topLeft_fzAVK,
715
- .kt-notification-bottomLeft_kQAax {
714
+ .kt-notification-topLeft,
715
+ .kt-notification-bottomLeft {
716
716
  margin-right: 0;
717
717
  margin-left: 24px;
718
718
  }
719
- .kt-notification-topLeft_fzAVK .kt-notification-fade-enter_tgnbI.kt-notification-fade-enter-active_wC3Kn,
720
- .kt-notification-bottomLeft_kQAax .kt-notification-fade-enter_tgnbI.kt-notification-fade-enter-active_wC3Kn,
721
- .kt-notification-topLeft_fzAVK .kt-notification-fade-appear_qRitY.kt-notification-fade-appear-active_tpr04,
722
- .kt-notification-bottomLeft_kQAax .kt-notification-fade-appear_qRitY.kt-notification-fade-appear-active_tpr04 {
723
- animation-name: NotificationLeftFadeIn_M6AzT;
719
+ .kt-notification-topLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,
720
+ .kt-notification-bottomLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,
721
+ .kt-notification-topLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,
722
+ .kt-notification-bottomLeft .kt-notification-fade-appear.kt-notification-fade-appear-active {
723
+ animation-name: NotificationLeftFadeIn;
724
724
  }
725
- .kt-notification-close-icon_WVK4J {
725
+ .kt-notification-close-icon {
726
726
  font-size: 14px;
727
727
  cursor: pointer;
728
728
  }
729
- .kt-notification-notice_yKrjd {
729
+ .kt-notification-notice {
730
730
  position: relative;
731
731
  margin-bottom: 16px;
732
732
  padding: 16px 24px;
@@ -736,48 +736,48 @@
736
736
  border-radius: 4px;
737
737
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
738
738
  }
739
- .kt-notification-notice-message_SXrHT {
739
+ .kt-notification-notice-message {
740
740
  display: inline-block;
741
741
  margin-bottom: 8px;
742
742
  color: rgba(0, 0, 0, 0.85);
743
743
  font-size: 16px;
744
744
  line-height: 24px;
745
745
  }
746
- .kt-notification-notice-description_oMZCy {
746
+ .kt-notification-notice-description {
747
747
  font-size: 14px;
748
748
  }
749
- .kt-notification-notice-with-icon_s_tww .kt-notification-notice-message_SXrHT {
749
+ .kt-notification-notice-with-icon .kt-notification-notice-message {
750
750
  margin-bottom: 4px;
751
751
  margin-left: 48px;
752
752
  font-size: 16px;
753
753
  }
754
- .kt-notification-notice-with-icon_s_tww .kt-notification-notice-description_oMZCy {
754
+ .kt-notification-notice-with-icon .kt-notification-notice-description {
755
755
  margin-left: 48px;
756
756
  font-size: 14px;
757
757
  }
758
- .kt-notification-notice-icon_Iej78 {
758
+ .kt-notification-notice-icon {
759
759
  position: absolute;
760
760
  margin-left: 4px;
761
761
  font-size: 24px;
762
762
  line-height: 24px;
763
763
  top: 12px;
764
764
  }
765
- .anticon_gEaTm.kt-notification-notice-icon_Iej78 {
765
+ .anticon.kt-notification-notice-icon {
766
766
  height: 20px;
767
767
  }
768
- .anticon_gEaTm.kt-notification-notice-icon-success_wUAcy {
768
+ .anticon.kt-notification-notice-icon-success {
769
769
  color: #52c41a;
770
770
  }
771
- .anticon_gEaTm.kt-notification-notice-icon-info_DAvUM {
771
+ .anticon.kt-notification-notice-icon-info {
772
772
  color: var(--notificationsInfoIcon-foreground);
773
773
  }
774
- .anticon_gEaTm.kt-notification-notice-icon-warning_iZ_ke {
774
+ .anticon.kt-notification-notice-icon-warning {
775
775
  color: var(--notificationsWarningIcon-foreground);
776
776
  }
777
- .anticon_gEaTm.kt-notification-notice-icon-error_tODTK {
777
+ .anticon.kt-notification-notice-icon-error {
778
778
  color: var(--notificationsErrorIcon-foreground);
779
779
  }
780
- .kt-notification-notice-close_XO8rY {
780
+ .kt-notification-notice-close {
781
781
  position: absolute;
782
782
  top: 16px;
783
783
  right: 22px;
@@ -785,46 +785,46 @@
785
785
  color: rgba(0, 0, 0, 0.45);
786
786
  outline: none;
787
787
  }
788
- .kt-notification-notice-close_XO8rY:hover {
788
+ .kt-notification-notice-close:hover {
789
789
  color: rgba(0, 0, 0, 0.67);
790
790
  }
791
- .kt-notification-notice-btn_SSUvl {
791
+ .kt-notification-notice-btn {
792
792
  display: flex;
793
793
  flex-flow: wrap;
794
794
  align-items: center;
795
795
  justify-content: flex-end;
796
796
  margin-top: 16px;
797
797
  }
798
- .kt-notification_LywyO .notification-fade-effect_woHlf {
798
+ .kt-notification .notification-fade-effect {
799
799
  animation-duration: 0.24s;
800
800
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
801
801
  animation-fill-mode: both;
802
802
  }
803
- .kt-notification-fade-enter_tgnbI,
804
- .kt-notification-fade-appear_qRitY {
803
+ .kt-notification-fade-enter,
804
+ .kt-notification-fade-appear {
805
805
  opacity: 0;
806
806
  animation-duration: 0.24s;
807
807
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
808
808
  animation-fill-mode: both;
809
809
  animation-play-state: paused;
810
810
  }
811
- .kt-notification-fade-leave_GMaSh {
811
+ .kt-notification-fade-leave {
812
812
  animation-duration: 0.24s;
813
813
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
814
814
  animation-fill-mode: both;
815
815
  animation-duration: 0.2s;
816
816
  animation-play-state: paused;
817
817
  }
818
- .kt-notification-fade-enter_tgnbI.kt-notification-fade-enter-active_wC3Kn,
819
- .kt-notification-fade-appear_qRitY.kt-notification-fade-appear-active_tpr04 {
820
- animation-name: NotificationFadeIn_yTGcQ;
818
+ .kt-notification-fade-enter.kt-notification-fade-enter-active,
819
+ .kt-notification-fade-appear.kt-notification-fade-appear-active {
820
+ animation-name: NotificationFadeIn;
821
821
  animation-play-state: running;
822
822
  }
823
- .kt-notification-fade-leave_GMaSh.kt-notification-fade-leave-active_FlKD3 {
824
- animation-name: NotificationFadeOut_tF388;
823
+ .kt-notification-fade-leave.kt-notification-fade-leave-active {
824
+ animation-name: NotificationFadeOut;
825
825
  animation-play-state: running;
826
826
  }
827
- @keyframes NotificationFadeIn_yTGcQ {
827
+ @keyframes NotificationFadeIn {
828
828
  0% {
829
829
  left: 384px;
830
830
  opacity: 0;
@@ -834,7 +834,7 @@
834
834
  opacity: 1;
835
835
  }
836
836
  }
837
- @keyframes NotificationLeftFadeIn_M6AzT {
837
+ @keyframes NotificationLeftFadeIn {
838
838
  0% {
839
839
  right: 384px;
840
840
  opacity: 0;
@@ -844,7 +844,7 @@
844
844
  opacity: 1;
845
845
  }
846
846
  }
847
- @keyframes NotificationFadeOut_tF388 {
847
+ @keyframes NotificationFadeOut {
848
848
  0% {
849
849
  max-height: 150px;
850
850
  margin-bottom: 16px;
@@ -860,21 +860,21 @@
860
860
  opacity: 0;
861
861
  }
862
862
  }
863
- .kt-notification-wrapper_mOxw_ {
863
+ .kt-notification-wrapper {
864
864
  background: var(--notifications-background);
865
865
  border-color: var(--notifications-border);
866
866
  padding: 12px;
867
867
  position: relative;
868
868
  }
869
- .kt-notification-wrapper_mOxw_ .anticon_gEaTm {
869
+ .kt-notification-wrapper .anticon {
870
870
  font-size: 12px;
871
871
  margin-top: 0;
872
872
  display: flex;
873
873
  align-items: center;
874
874
  justify-content: center;
875
875
  }
876
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-message_SXrHT,
877
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-description_oMZCy {
876
+ .kt-notification-wrapper .kt-notification-notice-message,
877
+ .kt-notification-wrapper .kt-notification-notice-description {
878
878
  width: calc(100% - 48px);
879
879
  color: var(--notifications-foreground);
880
880
  font-size: 12px;
@@ -883,25 +883,25 @@
883
883
  margin-bottom: 0;
884
884
  line-height: 20px;
885
885
  }
886
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-message_SXrHT code,
887
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-description_oMZCy code {
886
+ .kt-notification-wrapper .kt-notification-notice-message code,
887
+ .kt-notification-wrapper .kt-notification-notice-description code {
888
888
  display: inline-block;
889
889
  word-wrap: break-word;
890
890
  overflow: hidden;
891
891
  width: 100%;
892
892
  text-overflow: ellipsis;
893
893
  }
894
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-message_SXrHT p,
895
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-description_oMZCy p,
896
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-message_SXrHT pre,
897
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-description_oMZCy pre {
894
+ .kt-notification-wrapper .kt-notification-notice-message p,
895
+ .kt-notification-wrapper .kt-notification-notice-description p,
896
+ .kt-notification-wrapper .kt-notification-notice-message pre,
897
+ .kt-notification-wrapper .kt-notification-notice-description pre {
898
898
  margin-bottom: 0;
899
899
  }
900
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-description_oMZCy {
900
+ .kt-notification-wrapper .kt-notification-notice-description {
901
901
  margin-top: 4px;
902
902
  margin-bottom: 4px;
903
903
  }
904
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-close_XO8rY {
904
+ .kt-notification-wrapper .kt-notification-notice-close {
905
905
  display: flex;
906
906
  align-items: center;
907
907
  justify-content: center;
@@ -911,7 +911,7 @@
911
911
  right: 18px;
912
912
  top: 12px;
913
913
  }
914
- .kt-notification-wrapper_mOxw_ .kt-notification-notice-btn_SSUvl button {
914
+ .kt-notification-wrapper .kt-notification-notice-btn button {
915
915
  flex: 0 0 auto;
916
916
  margin: 0 0 5px 10px;
917
917
  word-break: keep-all;
@@ -923,37 +923,37 @@
923
923
  box-sizing: border-box;
924
924
  display: inline-block;
925
925
  }
926
- .kt-overlay_CFKHV.kt-modal_kRkcT {
926
+ .kt-overlay.kt-modal {
927
927
  padding: 24px 24px;
928
928
  color: var(--kt-modal-foreground);
929
929
  }
930
- .kt-overlay_CFKHV .kt-modal-body_Op_km {
930
+ .kt-overlay .kt-modal-body {
931
931
  background: var(--kt-modal-background);
932
932
  border-color: var(--notifications-border);
933
933
  }
934
- .kt-overlay_CFKHV .kt-modal-header_JFpgh {
934
+ .kt-overlay .kt-modal-header {
935
935
  background-color: var(--kt-modal-background);
936
936
  border-bottom-color: var(--kt-modal-separatorBackground);
937
937
  height: 56px;
938
938
  border-radius: 2px 2px 0 0;
939
939
  }
940
- .kt-overlay_CFKHV .kt-modal-title_mEV12 {
940
+ .kt-overlay .kt-modal-title {
941
941
  color: var(--kt-modal-foreground);
942
942
  }
943
- .kt-overlay_CFKHV .kt-modal-footer_tkMdJ {
943
+ .kt-overlay .kt-modal-footer {
944
944
  background-color: var(--kt-modal-background);
945
945
  border-top-color: var(--kt-modal-separatorBackground);
946
946
  height: 52px;
947
947
  border-radius: 0 0 2px 2px;
948
948
  }
949
- .kt-overlay_CFKHV .kt-modal-close-x_jICJK {
949
+ .kt-overlay .kt-modal-close-x {
950
950
  margin: 12px 22px 0 0;
951
951
  width: 20px;
952
952
  height: 20px;
953
953
  line-height: 20px;
954
954
  color: var(--kt-notificationsCloseIcon-foreground);
955
955
  }
956
- .kt-popover_Nzq45 {
956
+ .kt-popover {
957
957
  position: absolute;
958
958
  display: block;
959
959
  visibility: visible;
@@ -961,7 +961,7 @@
961
961
  line-height: 1.5;
962
962
  opacity: 0.9;
963
963
  }
964
- .kt-popover-title_t2Dvm {
964
+ .kt-popover-title {
965
965
  line-height: 22px;
966
966
  font-size: 12px;
967
967
  display: flex;
@@ -969,11 +969,11 @@
969
969
  margin-bottom: 0;
970
970
  margin-top: 0;
971
971
  }
972
- .kt-popover-title_t2Dvm.kt-button_Itij4,
973
- .kt-popover-title_t2Dvm .small-button-size_SCSQj {
972
+ .kt-popover-title.kt-button,
973
+ .kt-popover-title .small-button-size {
974
974
  padding: 0px;
975
975
  }
976
- .kt-popover-content_MZGpq {
976
+ .kt-popover-content {
977
977
  position: relative;
978
978
  color: var(--kt-popover-foreground);
979
979
  background: var(--kt-popover-background);
@@ -983,34 +983,34 @@
983
983
  padding: 6px 10px;
984
984
  z-index: var(--stacking-level-popover-component, 1000);
985
985
  }
986
- .kt-popover-content_MZGpq img {
986
+ .kt-popover-content img {
987
987
  max-width: 300px;
988
988
  display: inline-block;
989
989
  }
990
- .kt-popover-hidden_EtxRr {
990
+ .kt-popover-hidden {
991
991
  display: none;
992
992
  }
993
- .kt-popover-placement-top_QyzTb,
994
- .kt-popover-placement-topLeft_GFhF1,
995
- .kt-popover-placement-topRight_iFVeJ {
993
+ .kt-popover-placement-top,
994
+ .kt-popover-placement-topLeft,
995
+ .kt-popover-placement-topRight {
996
996
  padding: 5px 0 5px 0;
997
997
  }
998
- .kt-popover-placement-right_OAcFN,
999
- .kt-popover-placement-rightTop_eOCos,
1000
- .kt-popover-placement-rightBottom__a1Cm {
998
+ .kt-popover-placement-right,
999
+ .kt-popover-placement-rightTop,
1000
+ .kt-popover-placement-rightBottom {
1001
1001
  padding: 0 5px 0 5px;
1002
1002
  }
1003
- .kt-popover-placement-bottom_EpJSB,
1004
- .kt-popover-placement-bottomLeft_GbH5R,
1005
- .kt-popover-placement-bottomRight_XFn3w {
1003
+ .kt-popover-placement-bottom,
1004
+ .kt-popover-placement-bottomLeft,
1005
+ .kt-popover-placement-bottomRight {
1006
1006
  padding: 5px 0 5px 0;
1007
1007
  }
1008
- .kt-popover-placement-left_MMvEM,
1009
- .kt-popover-placement-leftTop_Yviz_,
1010
- .kt-popover-placement-leftBottom_QEIva {
1008
+ .kt-popover-placement-left,
1009
+ .kt-popover-placement-leftTop,
1010
+ .kt-popover-placement-leftBottom {
1011
1011
  padding: 0 5px 0 5px;
1012
1012
  }
1013
- .kt-popover-arrow_VbBiy {
1013
+ .kt-popover-arrow {
1014
1014
  position: absolute;
1015
1015
  width: 0;
1016
1016
  height: 0;
@@ -1018,111 +1018,111 @@
1018
1018
  border-color: transparent;
1019
1019
  border-style: solid;
1020
1020
  }
1021
- .kt-popover-placement-top_QyzTb .kt-popover-arrow_VbBiy,
1022
- .kt-popover-placement-topLeft_GFhF1 .kt-popover-arrow_VbBiy,
1023
- .kt-popover-placement-topRight_iFVeJ .kt-popover-arrow_VbBiy {
1021
+ .kt-popover-placement-top .kt-popover-arrow,
1022
+ .kt-popover-placement-topLeft .kt-popover-arrow,
1023
+ .kt-popover-placement-topRight .kt-popover-arrow {
1024
1024
  bottom: 4px;
1025
1025
  margin-left: -5px;
1026
1026
  border-width: 5px 5px 0;
1027
1027
  border-top-color: var(--kt-popover-background);
1028
1028
  }
1029
- .kt-popover-placement-top_QyzTb .kt-popover-arrow_VbBiy {
1029
+ .kt-popover-placement-top .kt-popover-arrow {
1030
1030
  left: 50%;
1031
1031
  }
1032
- .kt-popover-placement-topLeft_GFhF1 .kt-popover-arrow_VbBiy {
1032
+ .kt-popover-placement-topLeft .kt-popover-arrow {
1033
1033
  left: 15%;
1034
1034
  }
1035
- .kt-popover-placement-topRight_iFVeJ .kt-popover-arrow_VbBiy {
1035
+ .kt-popover-placement-topRight .kt-popover-arrow {
1036
1036
  right: 15%;
1037
1037
  }
1038
- .kt-popover-placement-right_OAcFN .kt-popover-arrow_VbBiy,
1039
- .kt-popover-placement-rightTop_eOCos .kt-popover-arrow_VbBiy,
1040
- .kt-popover-placement-rightBottom__a1Cm .kt-popover-arrow_VbBiy {
1038
+ .kt-popover-placement-right .kt-popover-arrow,
1039
+ .kt-popover-placement-rightTop .kt-popover-arrow,
1040
+ .kt-popover-placement-rightBottom .kt-popover-arrow {
1041
1041
  left: 4px;
1042
1042
  margin-top: -5px;
1043
1043
  border-width: 5px 5px 5px 0;
1044
1044
  border-right-color: var(--kt-popover-background);
1045
1045
  }
1046
- .kt-popover-placement-right_OAcFN .kt-popover-arrow_VbBiy {
1046
+ .kt-popover-placement-right .kt-popover-arrow {
1047
1047
  top: 50%;
1048
1048
  }
1049
- .kt-popover-placement-rightTop_eOCos .kt-popover-arrow_VbBiy {
1049
+ .kt-popover-placement-rightTop .kt-popover-arrow {
1050
1050
  top: 15%;
1051
1051
  margin-top: 0;
1052
1052
  }
1053
- .kt-popover-placement-rightBottom__a1Cm .kt-popover-arrow_VbBiy {
1053
+ .kt-popover-placement-rightBottom .kt-popover-arrow {
1054
1054
  bottom: 15%;
1055
1055
  }
1056
- .kt-popover-placement-left_MMvEM .kt-popover-arrow_VbBiy,
1057
- .kt-popover-placement-leftTop_Yviz_ .kt-popover-arrow_VbBiy,
1058
- .kt-popover-placement-leftBottom_QEIva .kt-popover-arrow_VbBiy {
1056
+ .kt-popover-placement-left .kt-popover-arrow,
1057
+ .kt-popover-placement-leftTop .kt-popover-arrow,
1058
+ .kt-popover-placement-leftBottom .kt-popover-arrow {
1059
1059
  right: 4px;
1060
1060
  margin-top: -5px;
1061
1061
  border-width: 5px 0 5px 5px;
1062
1062
  border-left-color: var(--kt-popover-background);
1063
1063
  }
1064
- .kt-popover-placement-left_MMvEM .kt-popover-arrow_VbBiy {
1064
+ .kt-popover-placement-left .kt-popover-arrow {
1065
1065
  top: 50%;
1066
1066
  }
1067
- .kt-popover-placement-leftTop_Yviz_ .kt-popover-arrow_VbBiy {
1067
+ .kt-popover-placement-leftTop .kt-popover-arrow {
1068
1068
  top: 15%;
1069
1069
  margin-top: 0;
1070
1070
  }
1071
- .kt-popover-placement-leftBottom_QEIva .kt-popover-arrow_VbBiy {
1071
+ .kt-popover-placement-leftBottom .kt-popover-arrow {
1072
1072
  bottom: 15%;
1073
1073
  }
1074
- .kt-popover-placement-bottom_EpJSB .kt-popover-arrow_VbBiy,
1075
- .kt-popover-placement-bottomLeft_GbH5R .kt-popover-arrow_VbBiy,
1076
- .kt-popover-placement-bottomRight_XFn3w .kt-popover-arrow_VbBiy {
1074
+ .kt-popover-placement-bottom .kt-popover-arrow,
1075
+ .kt-popover-placement-bottomLeft .kt-popover-arrow,
1076
+ .kt-popover-placement-bottomRight .kt-popover-arrow {
1077
1077
  top: 4px;
1078
1078
  margin-left: -5px;
1079
1079
  border-width: 0 5px 5px;
1080
1080
  border-bottom-color: var(--kt-popover-background);
1081
1081
  }
1082
- .kt-popover-placement-bottom_EpJSB .kt-popover-arrow_VbBiy {
1082
+ .kt-popover-placement-bottom .kt-popover-arrow {
1083
1083
  left: 50%;
1084
1084
  }
1085
- .kt-popover-placement-bottomLeft_GbH5R .kt-popover-arrow_VbBiy {
1085
+ .kt-popover-placement-bottomLeft .kt-popover-arrow {
1086
1086
  left: 15%;
1087
1087
  }
1088
- .kt-popover-placement-bottomRight_XFn3w .kt-popover-arrow_VbBiy {
1088
+ .kt-popover-placement-bottomRight .kt-popover-arrow {
1089
1089
  right: 15%;
1090
1090
  }
1091
- .kt-popover-placement-topLeft_GFhF1 .kt-popover-arrow_VbBiy {
1091
+ .kt-popover-placement-topLeft .kt-popover-arrow {
1092
1092
  left: 15px;
1093
1093
  }
1094
- .kt-popover_Nzq45.kt-popover-zoom-appear_lh9f1,
1095
- .kt-popover_Nzq45.kt-popover-zoom-enter_r8ZWc {
1094
+ .kt-popover.kt-popover-zoom-appear,
1095
+ .kt-popover.kt-popover-zoom-enter {
1096
1096
  opacity: 0;
1097
1097
  }
1098
- .kt-popover_Nzq45.kt-popover-zoom-enter_r8ZWc,
1099
- .kt-popover_Nzq45.kt-popover-zoom-leave_t5GaH {
1098
+ .kt-popover.kt-popover-zoom-enter,
1099
+ .kt-popover.kt-popover-zoom-leave {
1100
1100
  display: block;
1101
1101
  }
1102
- .kt-popover-zoom-enter_r8ZWc,
1103
- .kt-popover-zoom-appear_lh9f1 {
1102
+ .kt-popover-zoom-enter,
1103
+ .kt-popover-zoom-appear {
1104
1104
  opacity: 0;
1105
1105
  animation-duration: 0.3s;
1106
1106
  animation-fill-mode: both;
1107
1107
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
1108
1108
  animation-play-state: paused;
1109
1109
  }
1110
- .kt-popover-zoom-leave_t5GaH {
1110
+ .kt-popover-zoom-leave {
1111
1111
  animation-duration: 0.3s;
1112
1112
  animation-fill-mode: both;
1113
1113
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
1114
1114
  animation-play-state: paused;
1115
1115
  }
1116
- .kt-popover-zoom-enter_r8ZWc.kt-popover-zoom-enter-active_XvEFo,
1117
- .kt-popover-zoom-appear_lh9f1.kt-popover-zoom-appear-active_XPV23 {
1118
- animation-name: rcToolTipZoomIn_OCKJs;
1116
+ .kt-popover-zoom-enter.kt-popover-zoom-enter-active,
1117
+ .kt-popover-zoom-appear.kt-popover-zoom-appear-active {
1118
+ animation-name: rcToolTipZoomIn;
1119
1119
  animation-play-state: running;
1120
1120
  }
1121
- .kt-popover-zoom-leave_t5GaH.kt-popover-zoom-leave-active_r_0Z2 {
1122
- animation-name: rcToolTipZoomOut_BEeza;
1121
+ .kt-popover-zoom-leave.kt-popover-zoom-leave-active {
1122
+ animation-name: rcToolTipZoomOut;
1123
1123
  animation-play-state: running;
1124
1124
  }
1125
- @keyframes rcToolTipZoomIn_OCKJs {
1125
+ @keyframes rcToolTipZoomIn {
1126
1126
  0% {
1127
1127
  opacity: 0;
1128
1128
  transform-origin: 50% 50%;
@@ -1134,7 +1134,7 @@
1134
1134
  transform: scale(1, 1);
1135
1135
  }
1136
1136
  }
1137
- @keyframes rcToolTipZoomOut_BEeza {
1137
+ @keyframes rcToolTipZoomOut {
1138
1138
  0% {
1139
1139
  opacity: 1;
1140
1140
  transform-origin: 50% 50%;
@@ -1146,7 +1146,7 @@
1146
1146
  transform: scale(0, 0);
1147
1147
  }
1148
1148
  }
1149
- .kt-select-overlay_LJaQn {
1149
+ .kt-select-overlay {
1150
1150
  position: fixed;
1151
1151
  width: 100%;
1152
1152
  height: 100%;
@@ -1154,19 +1154,19 @@
1154
1154
  top: 0px;
1155
1155
  z-index: -1;
1156
1156
  }
1157
- .kt-select-container_eJX1W {
1157
+ .kt-select-container {
1158
1158
  position: relative;
1159
1159
  user-select: none;
1160
1160
  min-width: 0px;
1161
1161
  }
1162
- .kt-select-container_eJX1W .kt-select-search_geyiV {
1162
+ .kt-select-container .kt-select-search {
1163
1163
  -webkit-appearance: none;
1164
1164
  background: transparent;
1165
1165
  line-height: inherit;
1166
1166
  outline: none;
1167
1167
  border: none;
1168
1168
  }
1169
- .kt-select-container_eJX1W .kt-select-value_o6SZu {
1169
+ .kt-select-container .kt-select-value {
1170
1170
  margin: 0px;
1171
1171
  max-width: 100%;
1172
1172
  border-radius: 2px;
@@ -1183,11 +1183,11 @@
1183
1183
  cursor: pointer;
1184
1184
  box-sizing: border-box;
1185
1185
  }
1186
- .kt-select-container_eJX1W .kt-select-value_o6SZu > span {
1186
+ .kt-select-container .kt-select-value > span {
1187
1187
  color: var(--kt-select-foreground);
1188
1188
  cursor: pointer;
1189
1189
  }
1190
- .kt-select-container_eJX1W .kt-select-value_o6SZu .kt-select-option_S43MH {
1190
+ .kt-select-container .kt-select-value .kt-select-option {
1191
1191
  text-overflow: ellipsis;
1192
1192
  overflow: hidden;
1193
1193
  white-space: nowrap;
@@ -1197,53 +1197,53 @@
1197
1197
  display: inline-block;
1198
1198
  width: 100%;
1199
1199
  }
1200
- .kt-select-container_eJX1W .kt-select-value_o6SZu .kt-select-value-active_vtvQe,
1201
- .kt-select-container_eJX1W .kt-select-value_o6SZu:hover {
1200
+ .kt-select-container .kt-select-value .kt-select-value-active,
1201
+ .kt-select-container .kt-select-value:hover {
1202
1202
  box-sizing: border-box;
1203
1203
  border-color: var(--kt-selectOption-activeBorder);
1204
1204
  }
1205
- .kt-select-container_eJX1W .kt-select-value_o6SZu.kt-select-disabled_IbBTX {
1205
+ .kt-select-container .kt-select-value.kt-select-disabled {
1206
1206
  pointer-events: none;
1207
1207
  background-color: var(--kt-select-disableBackground);
1208
1208
  color: var(--kt-select-disableForeground);
1209
1209
  }
1210
- .kt-select-container_eJX1W .kt-select-value_o6SZu.kt-select-warning_GGqQG {
1210
+ .kt-select-container .kt-select-value.kt-select-warning {
1211
1211
  border-color: var(--kt-select-warningForeground);
1212
1212
  }
1213
- .kt-select-container_eJX1W .kt-select-warning-text_tGz_x {
1213
+ .kt-select-container .kt-select-warning-text {
1214
1214
  background-color: var(--kt-select-warningForeground);
1215
1215
  padding: 4px 8px;
1216
1216
  color: #fff;
1217
1217
  }
1218
- .kt-select-container_eJX1W .kt-select-value-active_vtvQe {
1218
+ .kt-select-container .kt-select-value-active {
1219
1219
  box-sizing: border-box;
1220
1220
  border-color: var(--kt-selectOption-activeBorder);
1221
1221
  }
1222
- .kt-select-container_eJX1W .kt-select-value-large_J7stc,
1223
- .kt-select-container_eJX1W .kt-select-value-large_J7stc > span {
1222
+ .kt-select-container .kt-select-value-large,
1223
+ .kt-select-container .kt-select-value-large > span {
1224
1224
  height: 30px;
1225
1225
  font-size: 14px;
1226
1226
  line-height: 30px;
1227
1227
  }
1228
- .kt-select-container_eJX1W .kt-select-value-default_emDDp,
1229
- .kt-select-container_eJX1W .kt-select-value-default_emDDp > span {
1228
+ .kt-select-container .kt-select-value-default,
1229
+ .kt-select-container .kt-select-value-default > span {
1230
1230
  height: 28px;
1231
1231
  font-size: 12px;
1232
1232
  line-height: 28px;
1233
1233
  }
1234
- .kt-select-container_eJX1W .kt-select-value-default-icon_a7RIc {
1234
+ .kt-select-container .kt-select-value-default-icon {
1235
1235
  margin-left: 5px;
1236
1236
  }
1237
- .kt-select-container_eJX1W .kt-select-value-small_xFqgy,
1238
- .kt-select-container_eJX1W .kt-select-value-small_xFqgy > span {
1237
+ .kt-select-container .kt-select-value-small,
1238
+ .kt-select-container .kt-select-value-small > span {
1239
1239
  height: 22px;
1240
1240
  font-size: 12px;
1241
1241
  line-height: 22px;
1242
1242
  }
1243
- .kt-select-option-icon_rE0Ro {
1243
+ .kt-select-option-icon {
1244
1244
  margin-right: 5px;
1245
1245
  }
1246
- .kt-select-options_SBCfH {
1246
+ .kt-select-options {
1247
1247
  display: none;
1248
1248
  position: fixed;
1249
1249
  margin-top: 4px;
@@ -1255,15 +1255,15 @@
1255
1255
  overflow-y: auto !important;
1256
1256
  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;
1257
1257
  }
1258
- .kt-select-options_SBCfH .kt-select-option-default_Dwnpa {
1258
+ .kt-select-options .kt-select-option-default {
1259
1259
  display: flex;
1260
1260
  align-items: center;
1261
1261
  position: relative;
1262
1262
  }
1263
- .kt-select-options_SBCfH .kt-select-option-default_Dwnpa .kt-select-option-icon_rE0Ro {
1263
+ .kt-select-options .kt-select-option-default .kt-select-option-icon {
1264
1264
  margin-right: 5px;
1265
1265
  }
1266
- .kt-select-options_SBCfH .kt-select-option-select_rBP2d span {
1266
+ .kt-select-options .kt-select-option-select span {
1267
1267
  display: inline-block;
1268
1268
  margin: 0 2px;
1269
1269
  width: calc(100% - 4px);
@@ -1273,14 +1273,14 @@
1273
1273
  color: var(--kt-selectDropdown-selectionForeground);
1274
1274
  background-color: var(--kt-selectDropdown-selectionBackground);
1275
1275
  }
1276
- .kt-select-options_SBCfH .kt-select-option-select_rBP2d span:hover {
1276
+ .kt-select-options .kt-select-option-select span:hover {
1277
1277
  background-color: var(--kt-selectDropdown-selectionBackground);
1278
1278
  }
1279
- .kt-select-options_SBCfH .kt-select-description_lGhTQ {
1279
+ .kt-select-options .kt-select-description {
1280
1280
  line-height: 1;
1281
1281
  margin-bottom: -3px;
1282
1282
  }
1283
- .kt-select-options_SBCfH span {
1283
+ .kt-select-options span {
1284
1284
  color: var(--kt-selectDropdown-foreground);
1285
1285
  background-color: var(--kt-selectDropdown-background);
1286
1286
  cursor: pointer;
@@ -1295,19 +1295,19 @@
1295
1295
  width: calc(100% - 4px);
1296
1296
  box-sizing: border-box;
1297
1297
  }
1298
- .kt-select-options_SBCfH span:hover {
1298
+ .kt-select-options span:hover {
1299
1299
  box-sizing: border-box;
1300
1300
  outline: 1px solid var(--list-focusOutline);
1301
1301
  outline-offset: -1px;
1302
1302
  background-color: var(--kt-selectDropdown-hoverBackground);
1303
1303
  }
1304
- .kt-select-options_SBCfH .kt-option-divider_So5uY {
1304
+ .kt-select-options .kt-option-divider {
1305
1305
  height: 1px;
1306
1306
  background-color: var(--kt-select-border);
1307
1307
  width: 100%;
1308
1308
  margin: 0 auto;
1309
1309
  }
1310
- .kt-select-options_SBCfH .kt-option-description_IhpFN {
1310
+ .kt-select-options .kt-option-description {
1311
1311
  min-height: 26px;
1312
1312
  max-height: 52px;
1313
1313
  font-size: 12px;
@@ -1319,111 +1319,111 @@
1319
1319
  -webkit-line-clamp: 2;
1320
1320
  -webkit-box-orient: vertical;
1321
1321
  }
1322
- .kt-select-options_SBCfH .kt-option-disabled_Lrrux {
1322
+ .kt-select-options .kt-option-disabled {
1323
1323
  pointer-events: none;
1324
1324
  background-color: var(--kt-select-disableBackground);
1325
1325
  color: var(--kt-select-disableForeground);
1326
1326
  }
1327
- .kt-select-options_SBCfH.kt-select-options-visible_m7U9q {
1327
+ .kt-select-options.kt-select-options-visible {
1328
1328
  display: block;
1329
1329
  }
1330
- .kt-select-options_SBCfH.kt-select-options-large_URwV_ {
1330
+ .kt-select-options.kt-select-options-large {
1331
1331
  padding: 4px 0px;
1332
1332
  }
1333
- .kt-select-options_SBCfH.kt-select-options-large_URwV_ > span,
1334
- .kt-select-options_SBCfH.kt-select-options-large_URwV_ > div > span {
1333
+ .kt-select-options.kt-select-options-large > span,
1334
+ .kt-select-options.kt-select-options-large > div > span {
1335
1335
  height: 30px;
1336
1336
  font-size: 14px;
1337
1337
  line-height: 30px;
1338
1338
  }
1339
- .kt-select-options_SBCfH.kt-select-options-large_URwV_ .kt-select-group-header_sF2bY {
1339
+ .kt-select-options.kt-select-options-large .kt-select-group-header {
1340
1340
  font-size: 14px;
1341
1341
  line-height: 30px;
1342
1342
  }
1343
- .kt-select-options_SBCfH.kt-select-options-default_PfBGD {
1343
+ .kt-select-options.kt-select-options-default {
1344
1344
  padding: 3px 0px;
1345
1345
  }
1346
- .kt-select-options_SBCfH.kt-select-options-default_PfBGD > span,
1347
- .kt-select-options_SBCfH.kt-select-options-default_PfBGD > div > span {
1346
+ .kt-select-options.kt-select-options-default > span,
1347
+ .kt-select-options.kt-select-options-default > div > span {
1348
1348
  height: 26px;
1349
1349
  font-size: 12px;
1350
1350
  line-height: 26px;
1351
1351
  }
1352
- .kt-select-options_SBCfH.kt-select-options-default_PfBGD .kt-select-group-header_sF2bY {
1352
+ .kt-select-options.kt-select-options-default .kt-select-group-header {
1353
1353
  font-size: 12px;
1354
1354
  line-height: 26px;
1355
1355
  }
1356
- .kt-select-options_SBCfH.kt-select-options-small_R6sGw {
1356
+ .kt-select-options.kt-select-options-small {
1357
1357
  padding: 3px 0px;
1358
1358
  }
1359
- .kt-select-options_SBCfH.kt-select-options-small_R6sGw > span,
1360
- .kt-select-options_SBCfH.kt-select-options-small_R6sGw > div > span {
1359
+ .kt-select-options.kt-select-options-small > span,
1360
+ .kt-select-options.kt-select-options-small > div > span {
1361
1361
  height: 26px;
1362
1362
  font-size: 12px;
1363
1363
  line-height: 26px;
1364
1364
  }
1365
- .kt-select-options_SBCfH.kt-select-options-small_R6sGw .kt-select-group-header_sF2bY {
1365
+ .kt-select-options.kt-select-options-small .kt-select-group-header {
1366
1366
  font-size: 12px;
1367
1367
  line-height: 26px;
1368
1368
  }
1369
- .kt-select-options_SBCfH .kt-option-with-check_I4Rzy {
1369
+ .kt-select-options .kt-option-with-check {
1370
1370
  padding-left: 20px;
1371
1371
  }
1372
- .kt-select-options_SBCfH .kt-select-group-header_sF2bY {
1372
+ .kt-select-options .kt-select-group-header {
1373
1373
  padding-left: 5px;
1374
1374
  color: var(--kt-selectDropdown-teamForeground);
1375
1375
  display: flex;
1376
1376
  }
1377
- .kt-select-options_SBCfH .kt-option-check_eJZJd {
1377
+ .kt-select-options .kt-option-check {
1378
1378
  position: absolute;
1379
1379
  left: 0;
1380
1380
  height: 100%;
1381
1381
  display: flex;
1382
1382
  align-items: center;
1383
1383
  }
1384
- .kt-select-options_SBCfH .kt-option-check_eJZJd .kt-icon_EddSF {
1384
+ .kt-select-options .kt-option-check .kt-icon {
1385
1385
  width: 20px;
1386
1386
  padding: 0 4px;
1387
1387
  background-color: transparent;
1388
1388
  }
1389
- .kt-tabs_qa6Uo {
1389
+ .kt-tabs {
1390
1390
  display: flex;
1391
1391
  align-items: center;
1392
1392
  border-bottom: 1px solid var(--kt-tab-borderDown);
1393
1393
  }
1394
- .kt-tabs_qa6Uo .kt-tab_ywyfl,
1395
- .kt-tabs_qa6Uo .kt-custom-tab_wEZnX {
1394
+ .kt-tabs .kt-tab,
1395
+ .kt-tabs .kt-custom-tab {
1396
1396
  padding: 8px 0 8px;
1397
1397
  line-height: 20px;
1398
1398
  border-bottom: 2px solid transparent;
1399
1399
  color: var(--kt-tab-inactiveForeground);
1400
1400
  cursor: pointer;
1401
1401
  }
1402
- .kt-tabs_qa6Uo .kt-tab_ywyfl.kt-mini-tab_PacTC,
1403
- .kt-tabs_qa6Uo .kt-custom-tab_wEZnX.kt-mini-tab_PacTC {
1402
+ .kt-tabs .kt-tab.kt-mini-tab,
1403
+ .kt-tabs .kt-custom-tab.kt-mini-tab {
1404
1404
  padding: 2px 0 2px;
1405
1405
  }
1406
- .kt-tabs_qa6Uo .kt-tab_ywyfl.kt-tab-selected_6Bseh,
1407
- .kt-tabs_qa6Uo .kt-custom-tab_wEZnX.kt-tab-selected_6Bseh {
1406
+ .kt-tabs .kt-tab.kt-tab-selected,
1407
+ .kt-tabs .kt-custom-tab.kt-tab-selected {
1408
1408
  color: var(--kt-tab-activeForeground);
1409
1409
  border-bottom-color: var(--kt-tab-activeBorder);
1410
1410
  }
1411
- .kt-tabs_qa6Uo.kt-tabs-mini_FbbTE {
1411
+ .kt-tabs.kt-tabs-mini {
1412
1412
  border-bottom: none;
1413
1413
  }
1414
- .kt-tabs_qa6Uo .kt-tab_ywyfl + .kt-tab_ywyfl,
1415
- .kt-tabs_qa6Uo .kt-custom-tab_wEZnX + .kt-custom-tab_wEZnX,
1416
- .kt-tabs_qa6Uo .kt-tab_ywyfl + .kt-custom-tab_wEZnX,
1417
- .kt-tabs_qa6Uo .kt-custom-tab_wEZnX + .kt-tab_ywyfl {
1414
+ .kt-tabs .kt-tab + .kt-tab,
1415
+ .kt-tabs .kt-custom-tab + .kt-custom-tab,
1416
+ .kt-tabs .kt-tab + .kt-custom-tab,
1417
+ .kt-tabs .kt-custom-tab + .kt-tab {
1418
1418
  margin-left: 24px;
1419
1419
  }
1420
- .kt-tooltip-wrapper_tTgnA {
1420
+ .kt-tooltip-wrapper {
1421
1421
  position: relative;
1422
1422
  margin: 0px;
1423
1423
  padding: 0px;
1424
1424
  display: inline-block;
1425
1425
  }
1426
- .kt-tooltip-wrapper_tTgnA .kt-tooltip-content_kXw4R {
1426
+ .kt-tooltip-wrapper .kt-tooltip-content {
1427
1427
  display: inline-block;
1428
1428
  position: fixed;
1429
1429
  font-size: 12px;
@@ -1437,7 +1437,7 @@
1437
1437
  background: var(--kt-tooltip-background);
1438
1438
  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);
1439
1439
  }
1440
- .kt-tooltip-wrapper_tTgnA .kt-tooltip-content_kXw4R .kt-tooltip-arrow-placeholder_g3XWg {
1440
+ .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder {
1441
1441
  position: absolute;
1442
1442
  top: 100%;
1443
1443
  width: 0;
@@ -1446,7 +1446,7 @@
1446
1446
  border-width: 7px 7px 0 7px;
1447
1447
  border-color: var(--kt-tooltip-background) transparent transparent transparent;
1448
1448
  }
1449
- .kt-tooltip-wrapper_tTgnA .kt-tooltip-content_kXw4R .kt-tooltip-arrow-placeholder_g3XWg.kt-tooltip-reverse-arrow_CQfvG {
1449
+ .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder.kt-tooltip-reverse-arrow {
1450
1450
  top: auto !important;
1451
1451
  bottom: 100% !important;
1452
1452
  border-width: 0px 7px 7px 7px !important;
@@ -1456,12 +1456,12 @@
1456
1456
  /*!**********************************************************************************************************************************************************************************!*\
1457
1457
  !*** 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 ***!
1458
1458
  \**********************************************************************************************************************************************************************************/
1459
- .text-ellipsis_bg7Ps {
1459
+ .text-ellipsis {
1460
1460
  overflow: hidden;
1461
1461
  text-overflow: ellipsis;
1462
1462
  white-space: nowrap;
1463
1463
  }
1464
- .kt-dropdown_fLu2W {
1464
+ .kt-dropdown {
1465
1465
  box-sizing: border-box;
1466
1466
  margin: 0;
1467
1467
  padding: 0;
@@ -1477,7 +1477,7 @@
1477
1477
  z-index: 1050;
1478
1478
  display: block;
1479
1479
  }
1480
- .kt-dropdown_fLu2W::before {
1480
+ .kt-dropdown::before {
1481
1481
  position: absolute;
1482
1482
  top: -7px;
1483
1483
  right: 0;
@@ -1487,29 +1487,29 @@
1487
1487
  opacity: 0.0001;
1488
1488
  content: ' ';
1489
1489
  }
1490
- .kt-dropdown-wrap_n8Ad0 {
1490
+ .kt-dropdown-wrap {
1491
1491
  position: relative;
1492
1492
  }
1493
- .kt-dropdown-wrap_n8Ad0 .kt-btn_zkXmI > .anticon-down_RlnRU {
1493
+ .kt-dropdown-wrap .kt-btn > .anticon-down {
1494
1494
  display: inline-block;
1495
1495
  font-size: 12px;
1496
1496
  font-size: 10px \9;
1497
1497
  transform: scale(0.83333333) rotate(0deg);
1498
1498
  }
1499
- :root .kt-dropdown-wrap_n8Ad0 .kt-btn_zkXmI > .anticon-down_RlnRU {
1499
+ :root .kt-dropdown-wrap .kt-btn > .anticon-down {
1500
1500
  font-size: 12px;
1501
1501
  }
1502
- .kt-dropdown-wrap_n8Ad0 .anticon-down_RlnRU::before {
1502
+ .kt-dropdown-wrap .anticon-down::before {
1503
1503
  transition: transform 0.2s;
1504
1504
  }
1505
- .kt-dropdown-wrap-open_evrcN .anticon-down_RlnRU::before {
1505
+ .kt-dropdown-wrap-open .anticon-down::before {
1506
1506
  transform: rotate(180deg);
1507
1507
  }
1508
- .kt-dropdown-hidden_g4v3n,
1509
- .kt-dropdown-menu-hidden_LBwgN {
1508
+ .kt-dropdown-hidden,
1509
+ .kt-dropdown-menu-hidden {
1510
1510
  display: none;
1511
1511
  }
1512
- .kt-dropdown-menu_jDXwl {
1512
+ .kt-dropdown-menu {
1513
1513
  position: relative;
1514
1514
  margin: 0;
1515
1515
  padding: 4px 0;
@@ -1522,29 +1522,29 @@
1522
1522
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
1523
1523
  -webkit-transform: translate3d(0, 0, 0);
1524
1524
  }
1525
- .kt-dropdown-menu-item-group-title_HLUbu {
1525
+ .kt-dropdown-menu-item-group-title {
1526
1526
  padding: 5px 12px;
1527
1527
  color: rgba(0, 0, 0, 0.45);
1528
1528
  transition: all 0.3s;
1529
1529
  }
1530
- .kt-dropdown-menu-submenu-popup_Sf0FE {
1530
+ .kt-dropdown-menu-submenu-popup {
1531
1531
  position: absolute;
1532
1532
  z-index: 1050;
1533
1533
  }
1534
- .kt-dropdown-menu-submenu-popup_Sf0FE > .kt-dropdown-menu_jDXwl {
1534
+ .kt-dropdown-menu-submenu-popup > .kt-dropdown-menu {
1535
1535
  transform-origin: 0 0;
1536
1536
  }
1537
- .kt-dropdown-menu-submenu-popup_Sf0FE ul,
1538
- .kt-dropdown-menu-submenu-popup_Sf0FE li {
1537
+ .kt-dropdown-menu-submenu-popup ul,
1538
+ .kt-dropdown-menu-submenu-popup li {
1539
1539
  list-style: none;
1540
1540
  }
1541
- .kt-dropdown-menu-submenu-popup_Sf0FE ul {
1541
+ .kt-dropdown-menu-submenu-popup ul {
1542
1542
  margin-right: 0.3em;
1543
1543
  margin-left: 0.3em;
1544
1544
  padding: 0;
1545
1545
  }
1546
- .kt-dropdown-menu-item_eacj9,
1547
- .kt-dropdown-menu-submenu-title_UpX_t {
1546
+ .kt-dropdown-menu-item,
1547
+ .kt-dropdown-menu-submenu-title {
1548
1548
  clear: both;
1549
1549
  margin: 0;
1550
1550
  padding: 5px 12px;
@@ -1556,59 +1556,59 @@
1556
1556
  cursor: pointer;
1557
1557
  transition: all 0.3s;
1558
1558
  }
1559
- .kt-dropdown-menu-item_eacj9 > .anticon_hfTp2:first-child,
1560
- .kt-dropdown-menu-submenu-title_UpX_t > .anticon_hfTp2:first-child,
1561
- .kt-dropdown-menu-item_eacj9 > span > .anticon_hfTp2:first-child,
1562
- .kt-dropdown-menu-submenu-title_UpX_t > span > .anticon_hfTp2:first-child {
1559
+ .kt-dropdown-menu-item > .anticon:first-child,
1560
+ .kt-dropdown-menu-submenu-title > .anticon:first-child,
1561
+ .kt-dropdown-menu-item > span > .anticon:first-child,
1562
+ .kt-dropdown-menu-submenu-title > span > .anticon:first-child {
1563
1563
  min-width: 12px;
1564
1564
  margin-right: 8px;
1565
1565
  font-size: 12px;
1566
1566
  }
1567
- .kt-dropdown-menu-item_eacj9 > a,
1568
- .kt-dropdown-menu-submenu-title_UpX_t > a {
1567
+ .kt-dropdown-menu-item > a,
1568
+ .kt-dropdown-menu-submenu-title > a {
1569
1569
  display: block;
1570
1570
  margin: -5px -12px;
1571
1571
  padding: 5px 12px;
1572
1572
  color: rgba(0, 0, 0, 0.65);
1573
1573
  transition: all 0.3s;
1574
1574
  }
1575
- .kt-dropdown-menu-item-selected_owrVw,
1576
- .kt-dropdown-menu-submenu-title-selected_GBuuW,
1577
- .kt-dropdown-menu-item-selected_owrVw > a,
1578
- .kt-dropdown-menu-submenu-title-selected_GBuuW > a {
1575
+ .kt-dropdown-menu-item-selected,
1576
+ .kt-dropdown-menu-submenu-title-selected,
1577
+ .kt-dropdown-menu-item-selected > a,
1578
+ .kt-dropdown-menu-submenu-title-selected > a {
1579
1579
  color: #1890ff;
1580
1580
  background-color: #e6f7ff;
1581
1581
  }
1582
- .kt-dropdown-menu-item_eacj9:hover,
1583
- .kt-dropdown-menu-submenu-title_UpX_t:hover {
1582
+ .kt-dropdown-menu-item:hover,
1583
+ .kt-dropdown-menu-submenu-title:hover {
1584
1584
  background-color: #e6f7ff;
1585
1585
  }
1586
- .kt-dropdown-menu-item-disabled_VfVLj,
1587
- .kt-dropdown-menu-submenu-title-disabled_kXIqD {
1586
+ .kt-dropdown-menu-item-disabled,
1587
+ .kt-dropdown-menu-submenu-title-disabled {
1588
1588
  color: rgba(0, 0, 0, 0.25);
1589
1589
  cursor: not-allowed;
1590
1590
  }
1591
- .kt-dropdown-menu-item-disabled_VfVLj:hover,
1592
- .kt-dropdown-menu-submenu-title-disabled_kXIqD:hover {
1591
+ .kt-dropdown-menu-item-disabled:hover,
1592
+ .kt-dropdown-menu-submenu-title-disabled:hover {
1593
1593
  color: rgba(0, 0, 0, 0.25);
1594
1594
  background-color: #fff;
1595
1595
  cursor: not-allowed;
1596
1596
  }
1597
- .kt-dropdown-menu-item-divider_aWzPK,
1598
- .kt-dropdown-menu-submenu-title-divider_emViZ {
1597
+ .kt-dropdown-menu-item-divider,
1598
+ .kt-dropdown-menu-submenu-title-divider {
1599
1599
  height: 1px;
1600
1600
  margin: 4px 0;
1601
1601
  overflow: hidden;
1602
1602
  line-height: 0;
1603
1603
  background-color: #e8e8e8;
1604
1604
  }
1605
- .kt-dropdown-menu-item_eacj9 .kt-dropdown-menu-submenu-arrow_y8bda,
1606
- .kt-dropdown-menu-submenu-title_UpX_t .kt-dropdown-menu-submenu-arrow_y8bda {
1605
+ .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow,
1606
+ .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow {
1607
1607
  position: absolute;
1608
1608
  right: 8px;
1609
1609
  }
1610
- .kt-dropdown-menu-item_eacj9 .kt-dropdown-menu-submenu-arrow-icon_CNnIy,
1611
- .kt-dropdown-menu-submenu-title_UpX_t .kt-dropdown-menu-submenu-arrow-icon_CNnIy {
1610
+ .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,
1611
+ .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon {
1612
1612
  color: rgba(0, 0, 0, 0.45);
1613
1613
  font-style: normal;
1614
1614
  display: inline-block;
@@ -1616,22 +1616,22 @@
1616
1616
  font-size: 10px \9;
1617
1617
  transform: scale(0.83333333) rotate(0deg);
1618
1618
  }
1619
- :root .kt-dropdown-menu-item_eacj9 .kt-dropdown-menu-submenu-arrow-icon_CNnIy,
1620
- :root .kt-dropdown-menu-submenu-title_UpX_t .kt-dropdown-menu-submenu-arrow-icon_CNnIy {
1619
+ :root .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,
1620
+ :root .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon {
1621
1621
  font-size: 12px;
1622
1622
  }
1623
- .kt-dropdown-menu-item-group-list_hWTq8 {
1623
+ .kt-dropdown-menu-item-group-list {
1624
1624
  margin: 0 8px;
1625
1625
  padding: 0;
1626
1626
  list-style: none;
1627
1627
  }
1628
- .kt-dropdown-menu-submenu-title_UpX_t {
1628
+ .kt-dropdown-menu-submenu-title {
1629
1629
  padding-right: 26px;
1630
1630
  }
1631
- .kt-dropdown-menu-submenu-vertical_PDTsV {
1631
+ .kt-dropdown-menu-submenu-vertical {
1632
1632
  position: relative;
1633
1633
  }
1634
- .kt-dropdown-menu-submenu-vertical_PDTsV > .kt-dropdown-menu_jDXwl {
1634
+ .kt-dropdown-menu-submenu-vertical > .kt-dropdown-menu {
1635
1635
  position: absolute;
1636
1636
  top: 0;
1637
1637
  left: 100%;
@@ -1639,69 +1639,69 @@
1639
1639
  margin-left: 4px;
1640
1640
  transform-origin: 0 0;
1641
1641
  }
1642
- .kt-dropdown-menu-submenu_BE_yJ.kt-dropdown-menu-submenu-disabled_rWjz3 .kt-dropdown-menu-submenu-title_UpX_t,
1643
- .kt-dropdown-menu-submenu_BE_yJ.kt-dropdown-menu-submenu-disabled_rWjz3 .kt-dropdown-menu-submenu-title_UpX_t .kt-dropdown-menu-submenu-arrow-icon_CNnIy {
1642
+ .kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title,
1643
+ .kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon {
1644
1644
  color: rgba(0, 0, 0, 0.25);
1645
1645
  background-color: #fff;
1646
1646
  cursor: not-allowed;
1647
1647
  }
1648
- .kt-dropdown-menu-submenu-selected_GmiTV .kt-dropdown-menu-submenu-title_UpX_t {
1648
+ .kt-dropdown-menu-submenu-selected .kt-dropdown-menu-submenu-title {
1649
1649
  color: #1890ff;
1650
1650
  }
1651
- .kt-dropdown_fLu2W.slide-down-enter_fu971.slide-down-enter-active_oQGnH.kt-dropdown-placement-bottomLeft_E39yc,
1652
- .kt-dropdown_fLu2W.slide-down-appear_HwLfh.slide-down-appear-active_nD3G7.kt-dropdown-placement-bottomLeft_E39yc,
1653
- .kt-dropdown_fLu2W.slide-down-enter_fu971.slide-down-enter-active_oQGnH.kt-dropdown-placement-bottomCenter_xzHIx,
1654
- .kt-dropdown_fLu2W.slide-down-appear_HwLfh.slide-down-appear-active_nD3G7.kt-dropdown-placement-bottomCenter_xzHIx,
1655
- .kt-dropdown_fLu2W.slide-down-enter_fu971.slide-down-enter-active_oQGnH.kt-dropdown-placement-bottomRight_JS05x,
1656
- .kt-dropdown_fLu2W.slide-down-appear_HwLfh.slide-down-appear-active_nD3G7.kt-dropdown-placement-bottomRight_JS05x {
1657
- animation-name: antSlideUpIn_GYI8E;
1658
- }
1659
- .kt-dropdown_fLu2W.slide-up-enter_LaBhM.slide-up-enter-active_WZBAR.kt-dropdown-placement-topLeft_CaycI,
1660
- .kt-dropdown_fLu2W.slide-up-appear_OMSFb.slide-up-appear-active_E39Cm.kt-dropdown-placement-topLeft_CaycI,
1661
- .kt-dropdown_fLu2W.slide-up-enter_LaBhM.slide-up-enter-active_WZBAR.kt-dropdown-placement-topCenter_u1Tvp,
1662
- .kt-dropdown_fLu2W.slide-up-appear_OMSFb.slide-up-appear-active_E39Cm.kt-dropdown-placement-topCenter_u1Tvp,
1663
- .kt-dropdown_fLu2W.slide-up-enter_LaBhM.slide-up-enter-active_WZBAR.kt-dropdown-placement-topRight_MM6X9,
1664
- .kt-dropdown_fLu2W.slide-up-appear_OMSFb.slide-up-appear-active_E39Cm.kt-dropdown-placement-topRight_MM6X9 {
1665
- animation-name: antSlideDownIn_c2ZmP;
1666
- }
1667
- .kt-dropdown_fLu2W.slide-down-leave_mZFsp.slide-down-leave-active_f2W5g.kt-dropdown-placement-bottomLeft_E39yc,
1668
- .kt-dropdown_fLu2W.slide-down-leave_mZFsp.slide-down-leave-active_f2W5g.kt-dropdown-placement-bottomCenter_xzHIx,
1669
- .kt-dropdown_fLu2W.slide-down-leave_mZFsp.slide-down-leave-active_f2W5g.kt-dropdown-placement-bottomRight_JS05x {
1670
- animation-name: antSlideUpOut_V3pJM;
1671
- }
1672
- .kt-dropdown_fLu2W.slide-up-leave_iNRat.slide-up-leave-active_nRJx1.kt-dropdown-placement-topLeft_CaycI,
1673
- .kt-dropdown_fLu2W.slide-up-leave_iNRat.slide-up-leave-active_nRJx1.kt-dropdown-placement-topCenter_u1Tvp,
1674
- .kt-dropdown_fLu2W.slide-up-leave_iNRat.slide-up-leave-active_nRJx1.kt-dropdown-placement-topRight_MM6X9 {
1675
- animation-name: antSlideDownOut_RXwnS;
1676
- }
1677
- .kt-dropdown-trigger_Xs7ln > .anticon_hfTp2.anticon-down_RlnRU,
1678
- .kt-dropdown-link_Sqmzr > .anticon_hfTp2.anticon-down_RlnRU {
1651
+ .kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomLeft,
1652
+ .kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomLeft,
1653
+ .kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomCenter,
1654
+ .kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomCenter,
1655
+ .kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomRight,
1656
+ .kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomRight {
1657
+ animation-name: antSlideUpIn;
1658
+ }
1659
+ .kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topLeft,
1660
+ .kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topLeft,
1661
+ .kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topCenter,
1662
+ .kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topCenter,
1663
+ .kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topRight,
1664
+ .kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topRight {
1665
+ animation-name: antSlideDownIn;
1666
+ }
1667
+ .kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomLeft,
1668
+ .kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomCenter,
1669
+ .kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomRight {
1670
+ animation-name: antSlideUpOut;
1671
+ }
1672
+ .kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topLeft,
1673
+ .kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topCenter,
1674
+ .kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topRight {
1675
+ animation-name: antSlideDownOut;
1676
+ }
1677
+ .kt-dropdown-trigger > .anticon.anticon-down,
1678
+ .kt-dropdown-link > .anticon.anticon-down {
1679
1679
  display: inline-block;
1680
1680
  font-size: 12px;
1681
1681
  font-size: 10px \9;
1682
1682
  transform: scale(0.83333333) rotate(0deg);
1683
1683
  }
1684
- :root .kt-dropdown-trigger_Xs7ln > .anticon_hfTp2.anticon-down_RlnRU,
1685
- :root .kt-dropdown-link_Sqmzr > .anticon_hfTp2.anticon-down_RlnRU {
1684
+ :root .kt-dropdown-trigger > .anticon.anticon-down,
1685
+ :root .kt-dropdown-link > .anticon.anticon-down {
1686
1686
  font-size: 12px;
1687
1687
  }
1688
- .kt-dropdown-button_Tt4wL {
1688
+ .kt-dropdown-button {
1689
1689
  white-space: nowrap;
1690
1690
  }
1691
- .kt-dropdown-button_Tt4wL.kt-btn-group__wlOH > .kt-btn_zkXmI:last-child:not(:first-child) {
1691
+ .kt-dropdown-button.kt-btn-group > .kt-btn:last-child:not(:first-child) {
1692
1692
  padding-right: 8px;
1693
1693
  padding-left: 8px;
1694
1694
  }
1695
- .kt-dropdown-button_Tt4wL .anticon_hfTp2.anticon-down_RlnRU {
1695
+ .kt-dropdown-button .anticon.anticon-down {
1696
1696
  display: inline-block;
1697
1697
  font-size: 12px;
1698
1698
  font-size: 10px \9;
1699
1699
  transform: scale(0.83333333) rotate(0deg);
1700
1700
  }
1701
- :root .kt-dropdown-button_Tt4wL .anticon_hfTp2.anticon-down_RlnRU {
1701
+ :root .kt-dropdown-button .anticon.anticon-down {
1702
1702
  font-size: 12px;
1703
1703
  }
1704
- .kt-dropdown-button_Tt4wL {
1704
+ .kt-dropdown-button {
1705
1705
  box-sizing: border-box;
1706
1706
  margin: 0;
1707
1707
  padding: 0;
@@ -1715,61 +1715,61 @@
1715
1715
  border-radius: 2px;
1716
1716
  overflow: hidden;
1717
1717
  }
1718
- .kt-dropdown-button_Tt4wL .kt-button_2pWde {
1718
+ .kt-dropdown-button .kt-button {
1719
1719
  border-radius: 0;
1720
1720
  }
1721
- .kt-dropdown-button_Tt4wL .kt-button_2pWde:first-child {
1721
+ .kt-dropdown-button .kt-button:first-child {
1722
1722
  border-right: 1px solid var(--kt-hintBackground);
1723
1723
  }
1724
- .kt-dropdown-button_Tt4wL .kt-button_2pWde:last-child {
1724
+ .kt-dropdown-button .kt-button:last-child {
1725
1725
  padding: 0 6px;
1726
1726
  }
1727
1727
 
1728
1728
  /*!*******************************************************************************************************************************************************************************!*\
1729
1729
  !*** 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 ***!
1730
1730
  \*******************************************************************************************************************************************************************************/
1731
- .kt-icon_fNK5v {
1731
+ .kt-icon {
1732
1732
  display: inline-block;
1733
1733
  background-repeat: no-repeat;
1734
1734
  cursor: pointer;
1735
1735
  color: var(--kt-icon-foreground);
1736
1736
  line-height: 1;
1737
1737
  }
1738
- .kt-icon_fNK5v.mask-mode_uU8ho {
1738
+ .kt-icon.mask-mode {
1739
1739
  background-color: var(--foreground);
1740
1740
  }
1741
- .kt-icon-loading_h9loM {
1742
- animation: kt-icon-spin_W1Rx1 1s infinite linear;
1741
+ .kt-icon-loading {
1742
+ animation: kt-icon-spin 1s infinite linear;
1743
1743
  }
1744
- .kt-icon-small_vt_Gk {
1744
+ .kt-icon-small {
1745
1745
  font-size: 14px;
1746
1746
  }
1747
- .kt-icon-large_wLqc3 {
1747
+ .kt-icon-large {
1748
1748
  font-size: 16px;
1749
1749
  }
1750
- .kt-icon-clickable_tDOi3:hover {
1750
+ .kt-icon-clickable:hover {
1751
1751
  color: var(--kt-icon-hoverForeground);
1752
1752
  }
1753
- .kt-icon-clickable_tDOi3:active {
1753
+ .kt-icon-clickable:active {
1754
1754
  color: var(--kt-icon-clickForeground);
1755
1755
  }
1756
- .kt-icon-disabled_RIZnJ {
1756
+ .kt-icon-disabled {
1757
1757
  color: var(--kt-icon-disableForeground);
1758
1758
  pointer-events: none;
1759
1759
  cursor: not-allowed;
1760
1760
  }
1761
- @keyframes kt-icon-spin_W1Rx1 {
1761
+ @keyframes kt-icon-spin {
1762
1762
  100% {
1763
1763
  transform: rotate(360deg);
1764
1764
  }
1765
1765
  }
1766
- .iconfont-anim-spin_GtR2U {
1767
- animation: fa-spin_gjh2Z 2s infinite linear;
1766
+ .iconfont-anim-spin {
1767
+ animation: fa-spin 2s infinite linear;
1768
1768
  }
1769
- .iconfont-anim-pulse_pK2OD {
1770
- animation: fa-spin_gjh2Z 1s infinite steps(8);
1769
+ .iconfont-anim-pulse {
1770
+ animation: fa-spin 1s infinite steps(8);
1771
1771
  }
1772
- @keyframes fa-spin_gjh2Z {
1772
+ @keyframes fa-spin {
1773
1773
  0% {
1774
1774
  transform: rotate(0deg);
1775
1775
  }
@@ -1777,50 +1777,50 @@
1777
1777
  transform: rotate(360deg);
1778
1778
  }
1779
1779
  }
1780
- .iconfont-rotate-90_Sb63J {
1780
+ .iconfont-rotate-90 {
1781
1781
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
1782
1782
  transform: rotate(90deg);
1783
1783
  }
1784
- .iconfont-rotate-180_nk4bt {
1784
+ .iconfont-rotate-180 {
1785
1785
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
1786
1786
  transform: rotate(180deg);
1787
1787
  }
1788
- .iconfont-rotate-270_CKvV1 {
1788
+ .iconfont-rotate-270 {
1789
1789
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})';
1790
1790
  transform: rotate(270deg);
1791
1791
  }
1792
- .iconfont-flip-horizontal_LhtOo {
1792
+ .iconfont-flip-horizontal {
1793
1793
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
1794
1794
  transform: scale(-1, 1);
1795
1795
  }
1796
- .iconfont-flip-vertical_GJy1k {
1796
+ .iconfont-flip-vertical {
1797
1797
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
1798
1798
  transform: scale(1, -1);
1799
1799
  }
1800
- .iconfont-flip-both_ww3PH,
1801
- .iconfont-flip-horizontal_LhtOo.iconfont-flip-vertical_GJy1k {
1800
+ .iconfont-flip-both,
1801
+ .iconfont-flip-horizontal.iconfont-flip-vertical {
1802
1802
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)';
1803
1803
  transform: scale(-1, -1);
1804
1804
  }
1805
- :root .iconfont-rotate-90_Sb63J,
1806
- :root .iconfont-rotate-180_nk4bt,
1807
- :root .iconfont-rotate-270_CKvV1,
1808
- :root .iconfont-flip-horizontal_LhtOo,
1809
- :root .iconfont-flip-vertical_GJy1k,
1810
- :root .iconfont-flip-both_ww3PH {
1805
+ :root .iconfont-rotate-90,
1806
+ :root .iconfont-rotate-180,
1807
+ :root .iconfont-rotate-270,
1808
+ :root .iconfont-flip-horizontal,
1809
+ :root .iconfont-flip-vertical,
1810
+ :root .iconfont-flip-both {
1811
1811
  filter: none;
1812
1812
  }
1813
1813
 
1814
1814
  /*!********************************************************************************************************************************************************************************!*\
1815
1815
  !*** 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 ***!
1816
1816
  \********************************************************************************************************************************************************************************/
1817
- .kt-clickable-icon_evdeR:hover {
1817
+ .kt-clickable-icon:hover {
1818
1818
  transform: scale(1.1);
1819
1819
  }
1820
- .kt-clickable-icon_evdeR:active {
1820
+ .kt-clickable-icon:active {
1821
1821
  transform: scale(1.1);
1822
1822
  }
1823
- .kt-icon-resource_UANFE::before {
1823
+ .kt-icon-resource::before {
1824
1824
  display: inherit;
1825
1825
  background-size: 16px;
1826
1826
  background-position: center;
@@ -1830,7 +1830,7 @@
1830
1830
  -webkit-font-smoothing: antialiased;
1831
1831
  flex-shrink: 0;
1832
1832
  }
1833
- .kt-button_yRq5C {
1833
+ .kt-button {
1834
1834
  border: none;
1835
1835
  outline: none;
1836
1836
  cursor: pointer;
@@ -1847,194 +1847,194 @@
1847
1847
  background-color: var(--button-background);
1848
1848
  white-space: pre-wrap;
1849
1849
  }
1850
- .kt-button_yRq5C.block-button_vY5wA {
1850
+ .kt-button.block-button {
1851
1851
  width: 100%;
1852
1852
  }
1853
- .kt-button_yRq5C > .kt-button-secondary-more_GbikF {
1853
+ .kt-button > .kt-button-secondary-more {
1854
1854
  color: inherit;
1855
1855
  margin-left: 5px;
1856
1856
  }
1857
- @keyframes loadingCircle_yOsc9 {
1857
+ @keyframes loadingCircle {
1858
1858
  100% {
1859
1859
  transform: rotate(360deg);
1860
1860
  }
1861
1861
  }
1862
- .kt-button-anticon-spin_N_o0N {
1863
- animation: loadingCircle_yOsc9 1s infinite linear;
1862
+ .kt-button-anticon-spin {
1863
+ animation: loadingCircle 1s infinite linear;
1864
1864
  margin-right: 5px;
1865
1865
  }
1866
- .default-button_t0LUE {
1866
+ .default-button {
1867
1867
  color: var(--kt-defaultButton-foreground);
1868
1868
  background-color: var(--kt-defaultButton-background);
1869
1869
  }
1870
- .default-button_t0LUE:hover {
1870
+ .default-button:hover {
1871
1871
  background-color: var(--kt-defaultButton-hoverBackground);
1872
1872
  }
1873
- .default-button_t0LUE:active {
1873
+ .default-button:active {
1874
1874
  background-color: var(--kt-defaultButton-clickBackground);
1875
1875
  }
1876
- .primary-button_W0MfJ {
1876
+ .primary-button {
1877
1877
  color: var(--kt-primaryButton-foreground);
1878
1878
  background-color: var(--kt-primaryButton-background);
1879
1879
  border: 1px solid var(--kt-primaryButton-border);
1880
1880
  }
1881
- .primary-button_W0MfJ:hover {
1881
+ .primary-button:hover {
1882
1882
  background-color: var(--kt-primaryButton-hoverBackground);
1883
1883
  }
1884
- .primary-button_W0MfJ:active {
1884
+ .primary-button:active {
1885
1885
  background-color: var(--kt-primaryButton-clickBackground);
1886
1886
  }
1887
- .secondary-button_Vlx35 {
1887
+ .secondary-button {
1888
1888
  color: var(--kt-secondaryButton-foreground);
1889
1889
  background-color: var(--kt-secondaryButton-background);
1890
1890
  border-style: solid;
1891
1891
  border-width: 1px;
1892
1892
  border-color: var(--kt-secondaryButton-border);
1893
1893
  }
1894
- .secondary-button_Vlx35:hover {
1894
+ .secondary-button:hover {
1895
1895
  color: var(--kt-secondaryButton-hoverForeground);
1896
1896
  background-color: var(--kt-secondaryButton-hoverBackground);
1897
1897
  border-color: var(--kt-secondaryButton-hoverBorder);
1898
1898
  }
1899
- .secondary-button_Vlx35:active {
1899
+ .secondary-button:active {
1900
1900
  color: var(--kt-secondaryButton-clickForeground);
1901
1901
  background-color: var(--kt-secondaryButton-clickBackground);
1902
1902
  border-color: var(--kt-secondaryButton-clickBorder);
1903
1903
  }
1904
- .ghost-button_orknP {
1904
+ .ghost-button {
1905
1905
  border-style: solid;
1906
1906
  border-width: 1px;
1907
1907
  }
1908
- .ghost-button_orknP:disabled {
1908
+ .ghost-button:disabled {
1909
1909
  border-color: transparent;
1910
1910
  border: none;
1911
1911
  cursor: default;
1912
1912
  }
1913
- .ghost-secondary-button_cOAPZ {
1913
+ .ghost-secondary-button {
1914
1914
  color: var(--kt-whiteGhostButton-foreground);
1915
1915
  background-color: var(--kt-whiteGhostButton-background);
1916
1916
  border-color: transparent;
1917
1917
  }
1918
- .ghost-secondary-button_cOAPZ:hover {
1918
+ .ghost-secondary-button:hover {
1919
1919
  color: var(--kt-whiteGhostButton-foreground);
1920
1920
  background-color: transparent;
1921
1921
  border-color: var(--kt-whiteGhostButton-border);
1922
1922
  }
1923
- .ghost-secondary-button_cOAPZ:active {
1923
+ .ghost-secondary-button:active {
1924
1924
  color: var(--kt-whiteGhostButton-clickForeground);
1925
1925
  background-color: transparent;
1926
1926
  border-color: var(--kt-whiteGhostButton-clickBorder);
1927
1927
  }
1928
- .ghost-secondary-button_cOAPZ:disabled {
1928
+ .ghost-secondary-button:disabled {
1929
1929
  color: var(--kt-whiteGhostButton-disableForeground);
1930
1930
  border-color: transparent;
1931
1931
  cursor: default;
1932
1932
  }
1933
- .link-button_I7e1s {
1933
+ .link-button {
1934
1934
  color: var(--kt-linkButton-foreground);
1935
1935
  background-color: transparent;
1936
1936
  }
1937
- .link-button_I7e1s:hover {
1937
+ .link-button:hover {
1938
1938
  color: var(--kt-linkButton-hoverForeground);
1939
1939
  background-color: transparent;
1940
1940
  border-color: transparent;
1941
1941
  }
1942
- .link-button_I7e1s:active {
1942
+ .link-button:active {
1943
1943
  color: var(--kt-linkButton-clickForeground);
1944
1944
  border-color: transparent;
1945
1945
  background-color: transparent;
1946
1946
  }
1947
- .link-button_I7e1s:disabled {
1947
+ .link-button:disabled {
1948
1948
  color: var(--kt-linkButton-disableForeground);
1949
1949
  border-color: transparent !important;
1950
1950
  background-color: transparent !important;
1951
1951
  cursor: default;
1952
1952
  }
1953
- .ghost-primary-button_CioQ3:disabled {
1953
+ .ghost-primary-button:disabled {
1954
1954
  border-color: transparent;
1955
1955
  background-color: transparent;
1956
1956
  }
1957
- .ghost-button_orknP:disabled,
1958
- .danger-button_rWFZz:disabled,
1959
- .secondary-button_Vlx35:disabled,
1960
- .primary-button_W0MfJ:disabled,
1961
- .ghost-danger-button_FFUGO:disabled,
1962
- .default-button_t0LUE:disabled,
1963
- .kt-danger-button-loading_eBf8c,
1964
- .kt-primary-button-loading_q13Wo,
1965
- .kt-secondary-button-loading_gXJZe {
1957
+ .ghost-button:disabled,
1958
+ .danger-button:disabled,
1959
+ .secondary-button:disabled,
1960
+ .primary-button:disabled,
1961
+ .ghost-danger-button:disabled,
1962
+ .default-button:disabled,
1963
+ .kt-danger-button-loading,
1964
+ .kt-primary-button-loading,
1965
+ .kt-secondary-button-loading {
1966
1966
  color: var(--kt-button-disableForeground) !important;
1967
1967
  background-color: var(--kt-button-disableBackground) !important;
1968
1968
  box-shadow: var(--kt-button-disableBorder) 0px 0px 0px 1px inset;
1969
1969
  cursor: not-allowed;
1970
1970
  }
1971
- .ghost-button_orknP:disabled > .kt-button-secondary-more_GbikF,
1972
- .danger-button_rWFZz:disabled > .kt-button-secondary-more_GbikF,
1973
- .secondary-button_Vlx35:disabled > .kt-button-secondary-more_GbikF,
1974
- .primary-button_W0MfJ:disabled > .kt-button-secondary-more_GbikF,
1975
- .ghost-danger-button_FFUGO:disabled > .kt-button-secondary-more_GbikF,
1976
- .default-button_t0LUE:disabled > .kt-button-secondary-more_GbikF,
1977
- .kt-danger-button-loading_eBf8c > .kt-button-secondary-more_GbikF,
1978
- .kt-primary-button-loading_q13Wo > .kt-button-secondary-more_GbikF,
1979
- .kt-secondary-button-loading_gXJZe > .kt-button-secondary-more_GbikF {
1971
+ .ghost-button:disabled > .kt-button-secondary-more,
1972
+ .danger-button:disabled > .kt-button-secondary-more,
1973
+ .secondary-button:disabled > .kt-button-secondary-more,
1974
+ .primary-button:disabled > .kt-button-secondary-more,
1975
+ .ghost-danger-button:disabled > .kt-button-secondary-more,
1976
+ .default-button:disabled > .kt-button-secondary-more,
1977
+ .kt-danger-button-loading > .kt-button-secondary-more,
1978
+ .kt-primary-button-loading > .kt-button-secondary-more,
1979
+ .kt-secondary-button-loading > .kt-button-secondary-more {
1980
1980
  color: var(--kt-button-disableForeground);
1981
1981
  }
1982
- .secondary-button_Vlx35:disabled {
1982
+ .secondary-button:disabled {
1983
1983
  border: none;
1984
1984
  }
1985
- .link-button_I7e1s:disabled {
1985
+ .link-button:disabled {
1986
1986
  cursor: not-allowed;
1987
1987
  }
1988
- .ghost-primary-button_CioQ3 {
1988
+ .ghost-primary-button {
1989
1989
  color: var(--kt-primaryGhostButton-foreground);
1990
1990
  background-color: var(--kt-primaryGhostButton-background);
1991
1991
  border-color: transparent;
1992
1992
  }
1993
- .ghost-primary-button_CioQ3:hover {
1993
+ .ghost-primary-button:hover {
1994
1994
  border-color: var(--kt-primaryGhostButton-border);
1995
1995
  background-color: transparent;
1996
1996
  }
1997
- .ghost-primary-button_CioQ3:active {
1997
+ .ghost-primary-button:active {
1998
1998
  color: var(--kt-primaryGhostButton-clickForeground);
1999
1999
  background-color: var(--kt-primaryGhostButton-clickBackground);
2000
2000
  border-color: var(--kt-primaryGhostButton-clickBorder);
2001
2001
  }
2002
- .danger-button_rWFZz {
2002
+ .danger-button {
2003
2003
  color: var(--kt-dangerButton-foreground);
2004
2004
  background-color: var(--kt-dangerButton-background);
2005
2005
  }
2006
- .danger-button_rWFZz:hover {
2006
+ .danger-button:hover {
2007
2007
  background-color: var(--kt-dangerButton-hoverBackground);
2008
2008
  }
2009
- .danger-button_rWFZz:active {
2009
+ .danger-button:active {
2010
2010
  background-color: var(--kt-dangerButton-clickBackground);
2011
2011
  }
2012
- .ghost-danger-button_FFUGO {
2012
+ .ghost-danger-button {
2013
2013
  color: var(--kt-dangerGhostButton-foreground);
2014
2014
  background-color: var(--kt-dangerGhostButton-background);
2015
2015
  border-color: var(--kt-dangerGhostButton-border);
2016
2016
  }
2017
- .ghost-danger-button_FFUGO:hover {
2017
+ .ghost-danger-button:hover {
2018
2018
  background-color: transparent;
2019
2019
  border-color: var(--kt-dangerGhostButton-hoverBorder);
2020
2020
  }
2021
- .ghost-danger-button_FFUGO:active {
2021
+ .ghost-danger-button:active {
2022
2022
  background-color: var(--kt-dangerGhostButton-clickBackground);
2023
2023
  border-color: var(--kt-dangerGhostButton-clickBorder);
2024
2024
  }
2025
- .large-button-size_z6PAh {
2025
+ .large-button-size {
2026
2026
  padding: 0px 16px;
2027
2027
  height: 32px;
2028
2028
  line-height: 32px;
2029
2029
  font-size: 14px;
2030
2030
  }
2031
- .default-button-size_pGoFy {
2031
+ .default-button-size {
2032
2032
  padding: 0px 12px;
2033
2033
  height: 28px;
2034
2034
  line-height: 28px;
2035
2035
  font-size: 12px;
2036
2036
  }
2037
- .small-button-size_GAOTX {
2037
+ .small-button-size {
2038
2038
  padding: 0px 8px;
2039
2039
  height: 22px;
2040
2040
  line-height: 22px;
@@ -2044,7 +2044,7 @@
2044
2044
  /*!********************************************************************************************************************************************************************************!*\
2045
2045
  !*** 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 ***!
2046
2046
  \********************************************************************************************************************************************************************************/
2047
- .kt-badge_j0vci {
2047
+ .kt-badge {
2048
2048
  background-color: var(--badge-background);
2049
2049
  color: var(--badge-foreground);
2050
2050
  border: 1px solid var(--kt-badge-border);
@@ -2065,7 +2065,7 @@
2065
2065
  /*!*******************************************************************************************************************************************************************************!*\
2066
2066
  !*** 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 ***!
2067
2067
  \*******************************************************************************************************************************************************************************/
2068
- .kt-input_Hpd1x {
2068
+ .kt-input {
2069
2069
  width: 100%;
2070
2070
  display: flex;
2071
2071
  align-items: center;
@@ -2079,28 +2079,28 @@
2079
2079
  padding: 0px 8px;
2080
2080
  font-size: 12px;
2081
2081
  }
2082
- .kt-input_Hpd1x:focus-within {
2082
+ .kt-input:focus-within {
2083
2083
  border-color: var(--focusBorder);
2084
2084
  }
2085
- .kt-input_Hpd1x:hover {
2085
+ .kt-input:hover {
2086
2086
  border-color: var(--focusBorder);
2087
2087
  }
2088
- .kt-input-disabled_LzdDx {
2088
+ .kt-input-disabled {
2089
2089
  color: var(--kt-input-disableForeground);
2090
2090
  background-color: var(--kt-input-disableBackground);
2091
2091
  }
2092
- .kt-input-disabled_LzdDx input, textarea {
2092
+ .kt-input-disabled input, textarea {
2093
2093
  cursor: not-allowed;
2094
2094
  }
2095
- .kt-input-box_K2tQ0 {
2095
+ .kt-input-box {
2096
2096
  flex: 1;
2097
2097
  height: 100%;
2098
2098
  position: relative;
2099
2099
  display: flex;
2100
2100
  align-items: center;
2101
2101
  }
2102
- .kt-input-box_K2tQ0 input,
2103
- .kt-input-box_K2tQ0 textarea {
2102
+ .kt-input-box input,
2103
+ .kt-input-box textarea {
2104
2104
  width: 100%;
2105
2105
  height: 100%;
2106
2106
  color: var(--input-foreground);
@@ -2109,36 +2109,36 @@
2109
2109
  border-width: 0;
2110
2110
  display: inline-block;
2111
2111
  }
2112
- .kt-input-box_K2tQ0 input::placeholder,
2113
- .kt-input-box_K2tQ0 textarea::placeholder {
2112
+ .kt-input-box input::placeholder,
2113
+ .kt-input-box textarea::placeholder {
2114
2114
  color: var(--input-placeholderForeground);
2115
2115
  }
2116
- .kt-input-box_K2tQ0 input::selection,
2117
- .kt-input-box_K2tQ0 textarea::selection {
2116
+ .kt-input-box input::selection,
2117
+ .kt-input-box textarea::selection {
2118
2118
  background-color: var(--kt-input-selectionBackground);
2119
2119
  }
2120
- .kt-input-clear_ZL6tq {
2120
+ .kt-input-clear {
2121
2121
  position: absolute;
2122
2122
  right: 4px;
2123
2123
  top: 50%;
2124
2124
  transform: translateY(-50%);
2125
2125
  }
2126
- .kt-input-addon_N_SWr {
2126
+ .kt-input-addon {
2127
2127
  display: flex;
2128
2128
  align-items: center;
2129
2129
  height: 100%;
2130
2130
  }
2131
- .kt-input-addon-before_fzjvE {
2131
+ .kt-input-addon-before {
2132
2132
  margin-right: 4px;
2133
2133
  }
2134
- .kt-input-addon-after_xZVSo {
2134
+ .kt-input-addon-after {
2135
2135
  margin-left: 4px;
2136
2136
  }
2137
- .kt-input-large_uqQfv {
2137
+ .kt-input-large {
2138
2138
  height: 32px;
2139
2139
  font-size: 14px;
2140
2140
  }
2141
- .kt-input-small_IJf_1 {
2141
+ .kt-input-small {
2142
2142
  height: 22px;
2143
2143
  font-size: 12px;
2144
2144
  }
@@ -2146,30 +2146,30 @@
2146
2146
  /*!****************************************************************************************************************************************************************************************!*\
2147
2147
  !*** 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 ***!
2148
2148
  \****************************************************************************************************************************************************************************************/
2149
- .text-ellipsis_TIXUK {
2149
+ .text-ellipsis {
2150
2150
  overflow: hidden;
2151
2151
  text-overflow: ellipsis;
2152
2152
  white-space: nowrap;
2153
2153
  }
2154
- .input-box_azDFN {
2154
+ .input-box {
2155
2155
  width: 100%;
2156
2156
  height: 100%;
2157
2157
  box-sizing: border-box;
2158
2158
  position: relative;
2159
2159
  }
2160
- .input-box_azDFN .kt-input_dErLQ.validate-error_NylxA {
2160
+ .input-box .kt-input.validate-error {
2161
2161
  border: 1px solid var(--inputValidation-errorBorder);
2162
2162
  }
2163
- .input-box_azDFN .kt-input_dErLQ.validate-info_g5KLY {
2163
+ .input-box .kt-input.validate-info {
2164
2164
  border: 1px solid var(--inputValidation-infoBorder);
2165
2165
  }
2166
- .input-box_azDFN .kt-input_dErLQ.validate-warning_b5iyK {
2166
+ .input-box .kt-input.validate-warning {
2167
2167
  border: 1px solid var(--inputValidation-warningBorder);
2168
2168
  }
2169
- .input-box_azDFN.popup_Aq_B7 .kt-input_dErLQ {
2169
+ .input-box.popup .kt-input {
2170
2170
  background-color: var(--input-background);
2171
2171
  }
2172
- .input-box_azDFN .validate-message_aXZfl {
2172
+ .input-box .validate-message {
2173
2173
  margin-top: 4px;
2174
2174
  display: inline-block;
2175
2175
  overflow: hidden;
@@ -2188,57 +2188,57 @@
2188
2188
  z-index: 10;
2189
2189
  border-radius: 0px 0px 2px 2px;
2190
2190
  }
2191
- .input-box_azDFN .validate-message_aXZfl.popup_Aq_B7 {
2191
+ .input-box .validate-message.popup {
2192
2192
  border: none;
2193
2193
  background-color: transparent;
2194
2194
  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;
2195
2195
  }
2196
- .input-box_azDFN .validate-message_aXZfl.popup_Aq_B7.validate-error_NylxA {
2196
+ .input-box .validate-message.popup.validate-error {
2197
2197
  color: var(--inputValidation-errorForeground);
2198
2198
  background-color: var(--inputValidation-errorBackground);
2199
2199
  border: 1px solid var(--inputValidation-errorBorder);
2200
2200
  }
2201
- .input-box_azDFN .validate-message_aXZfl.popup_Aq_B7.validate-info_g5KLY {
2201
+ .input-box .validate-message.popup.validate-info {
2202
2202
  background-color: var(--inputValidation-infoBackground);
2203
2203
  border: 1px solid var(--inputValidation-infoBorder);
2204
2204
  color: var(--inputValidation-infoForeground);
2205
2205
  }
2206
- .input-box_azDFN .validate-message_aXZfl.popup_Aq_B7.validate-warning_b5iyK {
2206
+ .input-box .validate-message.popup.validate-warning {
2207
2207
  background-color: var(--inputValidation-warningBackground);
2208
2208
  border: 1px solid var(--inputValidation-warningBorder);
2209
2209
  color: var(--inputValidation-warningForeground);
2210
2210
  }
2211
- .input-box_azDFN .validate-message_aXZfl.validate-error_NylxA {
2211
+ .input-box .validate-message.validate-error {
2212
2212
  color: var(--kt-inputValidation-errorTextForeground);
2213
2213
  }
2214
- .input-box_azDFN .validate-message_aXZfl.validate-info_g5KLY {
2214
+ .input-box .validate-message.validate-info {
2215
2215
  color: var(--inputValidation-infoForeground);
2216
2216
  }
2217
- .input-box_azDFN .validate-message_aXZfl.validate-warning_b5iyK {
2217
+ .input-box .validate-message.validate-warning {
2218
2218
  color: var(--kt-inputValidation-warningTextForeground);
2219
2219
  }
2220
2220
 
2221
2221
  /*!**************************************************************************************************************************************************************************************!*\
2222
2222
  !*** 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 ***!
2223
2223
  \**************************************************************************************************************************************************************************************/
2224
- .kt-input-number_TtO8j {
2224
+ .kt-input-number {
2225
2225
  padding-right: 0;
2226
2226
  }
2227
- .kt-input-number_TtO8j:focus-within .kt-input-number-handler-up_FJF9z,
2228
- .kt-input-number_TtO8j:hover .kt-input-number-handler-up_FJF9z,
2229
- .kt-input-number_TtO8j:focus-within .kt-input-number-handler-up-disabled_dwdOD,
2230
- .kt-input-number_TtO8j:hover .kt-input-number-handler-up-disabled_dwdOD {
2227
+ .kt-input-number:focus-within .kt-input-number-handler-up,
2228
+ .kt-input-number:hover .kt-input-number-handler-up,
2229
+ .kt-input-number:focus-within .kt-input-number-handler-up-disabled,
2230
+ .kt-input-number:hover .kt-input-number-handler-up-disabled {
2231
2231
  border-bottom-color: var(--focusBorder);
2232
2232
  }
2233
- .kt-input-number_TtO8j:focus-within .kt-input-number-handler__zvE4,
2234
- .kt-input-number_TtO8j:hover .kt-input-number-handler__zvE4 {
2233
+ .kt-input-number:focus-within .kt-input-number-handler,
2234
+ .kt-input-number:hover .kt-input-number-handler {
2235
2235
  border-inline-start-color: var(--focusBorder);
2236
2236
  }
2237
- .kt-input-number_TtO8j:focus-within .kt-input-number-handler-down_lsQvc,
2238
- .kt-input-number_TtO8j:hover .kt-input-number-handler-down_lsQvc {
2237
+ .kt-input-number:focus-within .kt-input-number-handler-down,
2238
+ .kt-input-number:hover .kt-input-number-handler-down {
2239
2239
  box-shadow: var(--focusBorder) 1px 0px 0px 1px;
2240
2240
  }
2241
- .kt-input-number_TtO8j .kt-input-number_TtO8j {
2241
+ .kt-input-number .kt-input-number {
2242
2242
  width: 100%;
2243
2243
  text-align: start;
2244
2244
  background-color: transparent;
@@ -2249,7 +2249,7 @@
2249
2249
  font-size: inherit;
2250
2250
  vertical-align: top;
2251
2251
  }
2252
- .kt-input-number_TtO8j .kt-input-number-handler__zvE4 {
2252
+ .kt-input-number .kt-input-number-handler {
2253
2253
  display: flex;
2254
2254
  align-items: center;
2255
2255
  justify-content: center;
@@ -2263,19 +2263,19 @@
2263
2263
  cursor: pointer;
2264
2264
  border-inline-start: 1px solid var(--kt-input-border);
2265
2265
  }
2266
- .kt-input-number_TtO8j .kt-input-number-handler-active_H4e9x {
2266
+ .kt-input-number .kt-input-number-handler-active {
2267
2267
  background: #ddd;
2268
2268
  }
2269
- .kt-input-number_TtO8j .kt-input-number-handler-up-inner_gTILH,
2270
- .kt-input-number_TtO8j .kt-input-number-handler-down-inner_JkoQJ {
2269
+ .kt-input-number .kt-input-number-handler-up-inner,
2270
+ .kt-input-number .kt-input-number-handler-down-inner {
2271
2271
  color: var(--input-foreground);
2272
2272
  user-select: none;
2273
2273
  }
2274
- .kt-input-number_TtO8j .kt-input-number-input-wrap_jG5kD {
2274
+ .kt-input-number .kt-input-number-input-wrap {
2275
2275
  height: 100%;
2276
2276
  overflow: hidden;
2277
2277
  }
2278
- .kt-input-number_TtO8j .kt-input-number-handler-wrap_iOuyW {
2278
+ .kt-input-number .kt-input-number-handler-wrap {
2279
2279
  position: absolute;
2280
2280
  inset-block-start: 0;
2281
2281
  inset-inline-end: 0;
@@ -2286,27 +2286,27 @@
2286
2286
  flex-direction: column;
2287
2287
  align-items: stretch;
2288
2288
  }
2289
- .kt-input-number_TtO8j .kt-input-number-handler-up_FJF9z {
2289
+ .kt-input-number .kt-input-number-handler-up {
2290
2290
  padding-top: 1px;
2291
2291
  border-bottom: 1px solid var(--kt-input-border);
2292
2292
  }
2293
- .kt-input-number_TtO8j .kt-input-number-handler-down_lsQvc {
2293
+ .kt-input-number .kt-input-number-handler-down {
2294
2294
  box-shadow: var(--kt-input-border) 0px -1px 0px 0px;
2295
2295
  }
2296
- .kt-input-number_TtO8j .kt-input-number-handler-up-inner_gTILH:after {
2296
+ .kt-input-number .kt-input-number-handler-up-inner:after {
2297
2297
  content: '+';
2298
2298
  }
2299
- .kt-input-number_TtO8j .kt-input-number-handler-down-inner_JkoQJ:after {
2299
+ .kt-input-number .kt-input-number-handler-down-inner:after {
2300
2300
  content: '-';
2301
2301
  }
2302
- .kt-input-number_TtO8j .kt-input-number-handler-down-disabled_l3EH_,
2303
- .kt-input-number_TtO8j .kt-input-number-handler-up-disabled_dwdOD {
2302
+ .kt-input-number .kt-input-number-handler-down-disabled,
2303
+ .kt-input-number .kt-input-number-handler-up-disabled {
2304
2304
  opacity: 0.3;
2305
2305
  }
2306
- .kt-input-number_TtO8j .kt-input-number-disabled_ypJxZ .kt-input-number-handler__zvE4 {
2306
+ .kt-input-number .kt-input-number-disabled .kt-input-number-handler {
2307
2307
  opacity: 0.3;
2308
2308
  }
2309
- .kt-input-number_TtO8j .kt-input-number-disabled_ypJxZ .kt-input-number-input_Uqchw {
2309
+ .kt-input-number .kt-input-number-disabled .kt-input-number-input {
2310
2310
  background-color: #f3f3f3;
2311
2311
  cursor: not-allowed;
2312
2312
  opacity: 0.72;
@@ -2315,19 +2315,19 @@
2315
2315
  /*!**********************************************************************************************************************************************************************************!*\
2316
2316
  !*** 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 ***!
2317
2317
  \**********************************************************************************************************************************************************************************/
2318
- .kt-checkbox_ynYuj {
2318
+ .kt-checkbox {
2319
2319
  font-size: 12px;
2320
2320
  display: inline-flex;
2321
2321
  align-items: center;
2322
2322
  cursor: pointer;
2323
2323
  }
2324
- .kt-checkbox-lump_CFnlU {
2324
+ .kt-checkbox-lump {
2325
2325
  margin-right: 6px;
2326
2326
  position: relative;
2327
2327
  display: inline-flex;
2328
2328
  align-items: center;
2329
2329
  }
2330
- .kt-checkbox-lump_CFnlU input {
2330
+ .kt-checkbox-lump input {
2331
2331
  position: absolute;
2332
2332
  left: 0;
2333
2333
  top: 0;
@@ -2335,20 +2335,20 @@
2335
2335
  height: 100%;
2336
2336
  opacity: 0;
2337
2337
  }
2338
- .kt-checkbox-lump_CFnlU input:checked + .kt-checkbox-icon_XOvze {
2338
+ .kt-checkbox-lump input:checked + .kt-checkbox-icon {
2339
2339
  border-color: var(--kt-checkbox-selectionBackground);
2340
2340
  background-color: var(--kt-checkbox-selectionBackground);
2341
2341
  color: var(--kt-checkbox-selectionForeground);
2342
2342
  }
2343
- .kt-checkbox-lump_CFnlU input:checked + .kt-checkbox-icon_XOvze svg {
2343
+ .kt-checkbox-lump input:checked + .kt-checkbox-icon svg {
2344
2344
  display: block;
2345
2345
  transition: all 0.2s;
2346
2346
  }
2347
- .kt-checkbox_ynYuj:hover .kt-checkbox-icon_XOvze {
2347
+ .kt-checkbox:hover .kt-checkbox-icon {
2348
2348
  border-color: var(--kt-checkbox-hoverBorder);
2349
2349
  background-color: var(--kt-checkbox-hoverBackground);
2350
2350
  }
2351
- .kt-checkbox-icon_XOvze {
2351
+ .kt-checkbox-icon {
2352
2352
  width: 12px;
2353
2353
  height: 12px;
2354
2354
  background-color: var(--checkbox-background);
@@ -2356,7 +2356,7 @@
2356
2356
  border: 1px solid var(--checkbox-border);
2357
2357
  position: relative;
2358
2358
  }
2359
- .kt-checkbox-icon_XOvze svg {
2359
+ .kt-checkbox-icon svg {
2360
2360
  display: none;
2361
2361
  position: absolute;
2362
2362
  left: 0;
@@ -2364,18 +2364,18 @@
2364
2364
  width: 100%;
2365
2365
  height: 100%;
2366
2366
  }
2367
- .kt-checkbox-large_zzS8f {
2367
+ .kt-checkbox-large {
2368
2368
  font-size: 14px;
2369
2369
  }
2370
- .kt-checkbox-large-icon_MUM9i {
2370
+ .kt-checkbox-large-icon {
2371
2371
  width: 14px;
2372
2372
  height: 14px;
2373
2373
  margin-right: 8px;
2374
2374
  }
2375
- .kt-checkbox_ynYuj.kt-checkbox-disabled_jPqeH {
2375
+ .kt-checkbox.kt-checkbox-disabled {
2376
2376
  color: var(--kt-checkbox-disableForeground);
2377
2377
  }
2378
- .kt-checkbox_ynYuj.kt-checkbox-disabled_jPqeH input:checked + .kt-checkbox-icon_XOvze {
2378
+ .kt-checkbox.kt-checkbox-disabled input:checked + .kt-checkbox-icon {
2379
2379
  background-color: var(--kt-checkbox-disableBackground);
2380
2380
  color: var(--kt-checkbox-disableForeground);
2381
2381
  border-color: transparent;
@@ -2384,12 +2384,12 @@
2384
2384
  /*!********************************************************************************************************************************************************************************!*\
2385
2385
  !*** 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 ***!
2386
2386
  \********************************************************************************************************************************************************************************/
2387
- .text-ellipsis_JsHL3 {
2387
+ .text-ellipsis {
2388
2388
  overflow: hidden;
2389
2389
  text-overflow: ellipsis;
2390
2390
  white-space: nowrap;
2391
2391
  }
2392
- .kt-select-overlay_EFhXm {
2392
+ .kt-select-overlay {
2393
2393
  position: fixed;
2394
2394
  width: 100%;
2395
2395
  height: 100%;
@@ -2397,19 +2397,19 @@
2397
2397
  top: 0px;
2398
2398
  z-index: -1;
2399
2399
  }
2400
- .kt-select-container_VOidF {
2400
+ .kt-select-container {
2401
2401
  position: relative;
2402
2402
  user-select: none;
2403
2403
  min-width: 0px;
2404
2404
  }
2405
- .kt-select-container_VOidF .kt-select-search_VP3jb {
2405
+ .kt-select-container .kt-select-search {
2406
2406
  -webkit-appearance: none;
2407
2407
  background: transparent;
2408
2408
  line-height: inherit;
2409
2409
  outline: none;
2410
2410
  border: none;
2411
2411
  }
2412
- .kt-select-container_VOidF .kt-select-value_zl8zn {
2412
+ .kt-select-container .kt-select-value {
2413
2413
  margin: 0px;
2414
2414
  max-width: 100%;
2415
2415
  border-radius: 2px;
@@ -2426,11 +2426,11 @@
2426
2426
  cursor: pointer;
2427
2427
  box-sizing: border-box;
2428
2428
  }
2429
- .kt-select-container_VOidF .kt-select-value_zl8zn > span {
2429
+ .kt-select-container .kt-select-value > span {
2430
2430
  color: var(--kt-select-foreground);
2431
2431
  cursor: pointer;
2432
2432
  }
2433
- .kt-select-container_VOidF .kt-select-value_zl8zn .kt-select-option_TC9_e {
2433
+ .kt-select-container .kt-select-value .kt-select-option {
2434
2434
  text-overflow: ellipsis;
2435
2435
  overflow: hidden;
2436
2436
  white-space: nowrap;
@@ -2440,53 +2440,53 @@
2440
2440
  display: inline-block;
2441
2441
  width: 100%;
2442
2442
  }
2443
- .kt-select-container_VOidF .kt-select-value_zl8zn .kt-select-value-active_CAh6m,
2444
- .kt-select-container_VOidF .kt-select-value_zl8zn:hover {
2443
+ .kt-select-container .kt-select-value .kt-select-value-active,
2444
+ .kt-select-container .kt-select-value:hover {
2445
2445
  box-sizing: border-box;
2446
2446
  border-color: var(--kt-selectOption-activeBorder);
2447
2447
  }
2448
- .kt-select-container_VOidF .kt-select-value_zl8zn.kt-select-disabled_pWheZ {
2448
+ .kt-select-container .kt-select-value.kt-select-disabled {
2449
2449
  pointer-events: none;
2450
2450
  background-color: var(--kt-select-disableBackground);
2451
2451
  color: var(--kt-select-disableForeground);
2452
2452
  }
2453
- .kt-select-container_VOidF .kt-select-value_zl8zn.kt-select-warning_GdfCr {
2453
+ .kt-select-container .kt-select-value.kt-select-warning {
2454
2454
  border-color: var(--kt-select-warningForeground);
2455
2455
  }
2456
- .kt-select-container_VOidF .kt-select-warning-text_zO27B {
2456
+ .kt-select-container .kt-select-warning-text {
2457
2457
  background-color: var(--kt-select-warningForeground);
2458
2458
  padding: 4px 8px;
2459
2459
  color: #fff;
2460
2460
  }
2461
- .kt-select-container_VOidF .kt-select-value-active_CAh6m {
2461
+ .kt-select-container .kt-select-value-active {
2462
2462
  box-sizing: border-box;
2463
2463
  border-color: var(--kt-selectOption-activeBorder);
2464
2464
  }
2465
- .kt-select-container_VOidF .kt-select-value-large_ICXLB,
2466
- .kt-select-container_VOidF .kt-select-value-large_ICXLB > span {
2465
+ .kt-select-container .kt-select-value-large,
2466
+ .kt-select-container .kt-select-value-large > span {
2467
2467
  height: 30px;
2468
2468
  font-size: 14px;
2469
2469
  line-height: 30px;
2470
2470
  }
2471
- .kt-select-container_VOidF .kt-select-value-default_z_x2n,
2472
- .kt-select-container_VOidF .kt-select-value-default_z_x2n > span {
2471
+ .kt-select-container .kt-select-value-default,
2472
+ .kt-select-container .kt-select-value-default > span {
2473
2473
  height: 28px;
2474
2474
  font-size: 12px;
2475
2475
  line-height: 28px;
2476
2476
  }
2477
- .kt-select-container_VOidF .kt-select-value-default-icon_zbuyh {
2477
+ .kt-select-container .kt-select-value-default-icon {
2478
2478
  margin-left: 5px;
2479
2479
  }
2480
- .kt-select-container_VOidF .kt-select-value-small_xUxRP,
2481
- .kt-select-container_VOidF .kt-select-value-small_xUxRP > span {
2480
+ .kt-select-container .kt-select-value-small,
2481
+ .kt-select-container .kt-select-value-small > span {
2482
2482
  height: 22px;
2483
2483
  font-size: 12px;
2484
2484
  line-height: 22px;
2485
2485
  }
2486
- .kt-select-option-icon_k8vBS {
2486
+ .kt-select-option-icon {
2487
2487
  margin-right: 5px;
2488
2488
  }
2489
- .kt-select-options_McRg5 {
2489
+ .kt-select-options {
2490
2490
  display: none;
2491
2491
  position: fixed;
2492
2492
  margin-top: 4px;
@@ -2498,15 +2498,15 @@
2498
2498
  overflow-y: auto !important;
2499
2499
  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;
2500
2500
  }
2501
- .kt-select-options_McRg5 .kt-select-option-default_mfosG {
2501
+ .kt-select-options .kt-select-option-default {
2502
2502
  display: flex;
2503
2503
  align-items: center;
2504
2504
  position: relative;
2505
2505
  }
2506
- .kt-select-options_McRg5 .kt-select-option-default_mfosG .kt-select-option-icon_k8vBS {
2506
+ .kt-select-options .kt-select-option-default .kt-select-option-icon {
2507
2507
  margin-right: 5px;
2508
2508
  }
2509
- .kt-select-options_McRg5 .kt-select-option-select_vhjUI span {
2509
+ .kt-select-options .kt-select-option-select span {
2510
2510
  display: inline-block;
2511
2511
  margin: 0 2px;
2512
2512
  width: calc(100% - 4px);
@@ -2516,14 +2516,14 @@
2516
2516
  color: var(--kt-selectDropdown-selectionForeground);
2517
2517
  background-color: var(--kt-selectDropdown-selectionBackground);
2518
2518
  }
2519
- .kt-select-options_McRg5 .kt-select-option-select_vhjUI span:hover {
2519
+ .kt-select-options .kt-select-option-select span:hover {
2520
2520
  background-color: var(--kt-selectDropdown-selectionBackground);
2521
2521
  }
2522
- .kt-select-options_McRg5 .kt-select-description_deVVl {
2522
+ .kt-select-options .kt-select-description {
2523
2523
  line-height: 1;
2524
2524
  margin-bottom: -3px;
2525
2525
  }
2526
- .kt-select-options_McRg5 span {
2526
+ .kt-select-options span {
2527
2527
  color: var(--kt-selectDropdown-foreground);
2528
2528
  background-color: var(--kt-selectDropdown-background);
2529
2529
  cursor: pointer;
@@ -2538,19 +2538,19 @@
2538
2538
  width: calc(100% - 4px);
2539
2539
  box-sizing: border-box;
2540
2540
  }
2541
- .kt-select-options_McRg5 span:hover {
2541
+ .kt-select-options span:hover {
2542
2542
  box-sizing: border-box;
2543
2543
  outline: 1px solid var(--list-focusOutline);
2544
2544
  outline-offset: -1px;
2545
2545
  background-color: var(--kt-selectDropdown-hoverBackground);
2546
2546
  }
2547
- .kt-select-options_McRg5 .kt-option-divider_YrFsA {
2547
+ .kt-select-options .kt-option-divider {
2548
2548
  height: 1px;
2549
2549
  background-color: var(--kt-select-border);
2550
2550
  width: 100%;
2551
2551
  margin: 0 auto;
2552
2552
  }
2553
- .kt-select-options_McRg5 .kt-option-description_vufNd {
2553
+ .kt-select-options .kt-option-description {
2554
2554
  min-height: 26px;
2555
2555
  max-height: 52px;
2556
2556
  font-size: 12px;
@@ -2562,69 +2562,69 @@
2562
2562
  -webkit-line-clamp: 2;
2563
2563
  -webkit-box-orient: vertical;
2564
2564
  }
2565
- .kt-select-options_McRg5 .kt-option-disabled_Rmzbt {
2565
+ .kt-select-options .kt-option-disabled {
2566
2566
  pointer-events: none;
2567
2567
  background-color: var(--kt-select-disableBackground);
2568
2568
  color: var(--kt-select-disableForeground);
2569
2569
  }
2570
- .kt-select-options_McRg5.kt-select-options-visible_brdCH {
2570
+ .kt-select-options.kt-select-options-visible {
2571
2571
  display: block;
2572
2572
  }
2573
- .kt-select-options_McRg5.kt-select-options-large_ERstX {
2573
+ .kt-select-options.kt-select-options-large {
2574
2574
  padding: 4px 0px;
2575
2575
  }
2576
- .kt-select-options_McRg5.kt-select-options-large_ERstX > span,
2577
- .kt-select-options_McRg5.kt-select-options-large_ERstX > div > span {
2576
+ .kt-select-options.kt-select-options-large > span,
2577
+ .kt-select-options.kt-select-options-large > div > span {
2578
2578
  height: 30px;
2579
2579
  font-size: 14px;
2580
2580
  line-height: 30px;
2581
2581
  }
2582
- .kt-select-options_McRg5.kt-select-options-large_ERstX .kt-select-group-header_gM9L1 {
2582
+ .kt-select-options.kt-select-options-large .kt-select-group-header {
2583
2583
  font-size: 14px;
2584
2584
  line-height: 30px;
2585
2585
  }
2586
- .kt-select-options_McRg5.kt-select-options-default_tG8Tc {
2586
+ .kt-select-options.kt-select-options-default {
2587
2587
  padding: 3px 0px;
2588
2588
  }
2589
- .kt-select-options_McRg5.kt-select-options-default_tG8Tc > span,
2590
- .kt-select-options_McRg5.kt-select-options-default_tG8Tc > div > span {
2589
+ .kt-select-options.kt-select-options-default > span,
2590
+ .kt-select-options.kt-select-options-default > div > span {
2591
2591
  height: 26px;
2592
2592
  font-size: 12px;
2593
2593
  line-height: 26px;
2594
2594
  }
2595
- .kt-select-options_McRg5.kt-select-options-default_tG8Tc .kt-select-group-header_gM9L1 {
2595
+ .kt-select-options.kt-select-options-default .kt-select-group-header {
2596
2596
  font-size: 12px;
2597
2597
  line-height: 26px;
2598
2598
  }
2599
- .kt-select-options_McRg5.kt-select-options-small_vbOrw {
2599
+ .kt-select-options.kt-select-options-small {
2600
2600
  padding: 3px 0px;
2601
2601
  }
2602
- .kt-select-options_McRg5.kt-select-options-small_vbOrw > span,
2603
- .kt-select-options_McRg5.kt-select-options-small_vbOrw > div > span {
2602
+ .kt-select-options.kt-select-options-small > span,
2603
+ .kt-select-options.kt-select-options-small > div > span {
2604
2604
  height: 26px;
2605
2605
  font-size: 12px;
2606
2606
  line-height: 26px;
2607
2607
  }
2608
- .kt-select-options_McRg5.kt-select-options-small_vbOrw .kt-select-group-header_gM9L1 {
2608
+ .kt-select-options.kt-select-options-small .kt-select-group-header {
2609
2609
  font-size: 12px;
2610
2610
  line-height: 26px;
2611
2611
  }
2612
- .kt-select-options_McRg5 .kt-option-with-check_iixEt {
2612
+ .kt-select-options .kt-option-with-check {
2613
2613
  padding-left: 20px;
2614
2614
  }
2615
- .kt-select-options_McRg5 .kt-select-group-header_gM9L1 {
2615
+ .kt-select-options .kt-select-group-header {
2616
2616
  padding-left: 5px;
2617
2617
  color: var(--kt-selectDropdown-teamForeground);
2618
2618
  display: flex;
2619
2619
  }
2620
- .kt-select-options_McRg5 .kt-option-check_JNH6B {
2620
+ .kt-select-options .kt-option-check {
2621
2621
  position: absolute;
2622
2622
  left: 0;
2623
2623
  height: 100%;
2624
2624
  display: flex;
2625
2625
  align-items: center;
2626
2626
  }
2627
- .kt-select-options_McRg5 .kt-option-check_JNH6B .kt-icon_zIdq7 {
2627
+ .kt-select-options .kt-option-check .kt-icon {
2628
2628
  width: 20px;
2629
2629
  padding: 0 4px;
2630
2630
  background-color: transparent;
@@ -2633,47 +2633,47 @@
2633
2633
  /*!******************************************************************************************************************************************************************************!*\
2634
2634
  !*** 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 ***!
2635
2635
  \******************************************************************************************************************************************************************************/
2636
- .kt-tabs_E0pLo {
2636
+ .kt-tabs {
2637
2637
  display: flex;
2638
2638
  align-items: center;
2639
2639
  border-bottom: 1px solid var(--kt-tab-borderDown);
2640
2640
  }
2641
- .kt-tabs_E0pLo .kt-tab_zq4QH,
2642
- .kt-tabs_E0pLo .kt-custom-tab_S1ZSG {
2641
+ .kt-tabs .kt-tab,
2642
+ .kt-tabs .kt-custom-tab {
2643
2643
  padding: 8px 0 8px;
2644
2644
  line-height: 20px;
2645
2645
  border-bottom: 2px solid transparent;
2646
2646
  color: var(--kt-tab-inactiveForeground);
2647
2647
  cursor: pointer;
2648
2648
  }
2649
- .kt-tabs_E0pLo .kt-tab_zq4QH.kt-mini-tab_RF79U,
2650
- .kt-tabs_E0pLo .kt-custom-tab_S1ZSG.kt-mini-tab_RF79U {
2649
+ .kt-tabs .kt-tab.kt-mini-tab,
2650
+ .kt-tabs .kt-custom-tab.kt-mini-tab {
2651
2651
  padding: 2px 0 2px;
2652
2652
  }
2653
- .kt-tabs_E0pLo .kt-tab_zq4QH.kt-tab-selected_Jdkda,
2654
- .kt-tabs_E0pLo .kt-custom-tab_S1ZSG.kt-tab-selected_Jdkda {
2653
+ .kt-tabs .kt-tab.kt-tab-selected,
2654
+ .kt-tabs .kt-custom-tab.kt-tab-selected {
2655
2655
  color: var(--kt-tab-activeForeground);
2656
2656
  border-bottom-color: var(--kt-tab-activeBorder);
2657
2657
  }
2658
- .kt-tabs_E0pLo.kt-tabs-mini_PUh5Y {
2658
+ .kt-tabs.kt-tabs-mini {
2659
2659
  border-bottom: none;
2660
2660
  }
2661
- .kt-tabs_E0pLo .kt-tab_zq4QH + .kt-tab_zq4QH,
2662
- .kt-tabs_E0pLo .kt-custom-tab_S1ZSG + .kt-custom-tab_S1ZSG,
2663
- .kt-tabs_E0pLo .kt-tab_zq4QH + .kt-custom-tab_S1ZSG,
2664
- .kt-tabs_E0pLo .kt-custom-tab_S1ZSG + .kt-tab_zq4QH {
2661
+ .kt-tabs .kt-tab + .kt-tab,
2662
+ .kt-tabs .kt-custom-tab + .kt-custom-tab,
2663
+ .kt-tabs .kt-tab + .kt-custom-tab,
2664
+ .kt-tabs .kt-custom-tab + .kt-tab {
2665
2665
  margin-left: 24px;
2666
2666
  }
2667
2667
 
2668
2668
  /*!*******************************************************************************************************************************************************************************!*\
2669
2669
  !*** 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 ***!
2670
2670
  \*******************************************************************************************************************************************************************************/
2671
- .text-ellipsis_OAIO3 {
2671
+ .text-ellipsis {
2672
2672
  overflow: hidden;
2673
2673
  text-overflow: ellipsis;
2674
2674
  white-space: nowrap;
2675
2675
  }
2676
- .kt-modal_TqkKW {
2676
+ .kt-modal {
2677
2677
  box-sizing: border-box;
2678
2678
  margin: 0;
2679
2679
  padding: 0;
@@ -2690,7 +2690,7 @@
2690
2690
  padding-bottom: 24px;
2691
2691
  pointer-events: none;
2692
2692
  }
2693
- .kt-modal-wrap_vH4DA {
2693
+ .kt-modal-wrap {
2694
2694
  position: fixed;
2695
2695
  top: 0;
2696
2696
  right: 0;
@@ -2701,7 +2701,7 @@
2701
2701
  outline: 0;
2702
2702
  -webkit-overflow-scrolling: touch;
2703
2703
  }
2704
- .kt-modal-title_I_Rre {
2704
+ .kt-modal-title {
2705
2705
  margin: 0;
2706
2706
  color: rgba(0, 0, 0, 0.85);
2707
2707
  font-weight: 500;
@@ -2709,7 +2709,7 @@
2709
2709
  line-height: 22px;
2710
2710
  word-wrap: break-word;
2711
2711
  }
2712
- .kt-modal-content_l9VI7 {
2712
+ .kt-modal-content {
2713
2713
  position: relative;
2714
2714
  background-color: #fff;
2715
2715
  background-clip: padding-box;
@@ -2718,7 +2718,7 @@
2718
2718
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2719
2719
  pointer-events: auto;
2720
2720
  }
2721
- .kt-modal-close_aconG {
2721
+ .kt-modal-close {
2722
2722
  position: absolute;
2723
2723
  top: 0;
2724
2724
  right: 0;
@@ -2734,7 +2734,7 @@
2734
2734
  cursor: pointer;
2735
2735
  transition: color 0.3s;
2736
2736
  }
2737
- .kt-modal-close-x_U20xH {
2737
+ .kt-modal-close-x {
2738
2738
  display: block;
2739
2739
  width: 56px;
2740
2740
  height: 56px;
@@ -2745,43 +2745,43 @@
2745
2745
  text-transform: none;
2746
2746
  text-rendering: auto;
2747
2747
  }
2748
- .kt-modal-close_aconG:focus,
2749
- .kt-modal-close_aconG:hover {
2748
+ .kt-modal-close:focus,
2749
+ .kt-modal-close:hover {
2750
2750
  color: rgba(0, 0, 0, 0.75);
2751
2751
  text-decoration: none;
2752
2752
  }
2753
- .kt-modal-header_KKhJR {
2753
+ .kt-modal-header {
2754
2754
  padding: 16px 24px;
2755
2755
  color: rgba(0, 0, 0, 0.65);
2756
2756
  background: #fff;
2757
2757
  border-bottom: 1px solid #e8e8e8;
2758
2758
  border-radius: 4px 4px 0 0;
2759
2759
  }
2760
- .kt-modal-body_UM89s {
2760
+ .kt-modal-body {
2761
2761
  padding: 24px;
2762
2762
  font-size: 14px;
2763
2763
  line-height: 1.5;
2764
2764
  word-wrap: break-word;
2765
2765
  }
2766
- .kt-modal-footer_Emfcy {
2766
+ .kt-modal-footer {
2767
2767
  padding: 10px 16px;
2768
2768
  text-align: right;
2769
2769
  background: transparent;
2770
2770
  border-top: 1px solid #e8e8e8;
2771
2771
  border-radius: 0 0 4px 4px;
2772
2772
  }
2773
- .kt-modal-footer_Emfcy button + button {
2773
+ .kt-modal-footer button + button {
2774
2774
  margin-bottom: 0;
2775
2775
  margin-left: 8px;
2776
2776
  }
2777
- .kt-modal_TqkKW.zoom-enter_lTxYG,
2778
- .kt-modal_TqkKW.zoom-appear_KN1ex {
2777
+ .kt-modal.zoom-enter,
2778
+ .kt-modal.zoom-appear {
2779
2779
  transform: none;
2780
2780
  opacity: 0;
2781
2781
  animation-duration: 0.3s;
2782
2782
  user-select: none;
2783
2783
  }
2784
- .kt-modal-mask_K55lq {
2784
+ .kt-modal-mask {
2785
2785
  position: fixed;
2786
2786
  top: 0;
2787
2787
  right: 0;
@@ -2792,34 +2792,34 @@
2792
2792
  background-color: rgba(0, 0, 0, 0.45);
2793
2793
  filter: alpha(opacity=50);
2794
2794
  }
2795
- .kt-modal-mask-hidden_I4FVQ {
2795
+ .kt-modal-mask-hidden {
2796
2796
  display: none;
2797
2797
  }
2798
- .kt-modal-open_VYn1e {
2798
+ .kt-modal-open {
2799
2799
  overflow: hidden;
2800
2800
  }
2801
- .kt-modal-centered_gLf0y {
2801
+ .kt-modal-centered {
2802
2802
  text-align: center;
2803
2803
  }
2804
- .kt-modal-centered_gLf0y::before {
2804
+ .kt-modal-centered::before {
2805
2805
  display: inline-block;
2806
2806
  width: 0;
2807
2807
  height: 100%;
2808
2808
  vertical-align: middle;
2809
2809
  content: '';
2810
2810
  }
2811
- .kt-modal-centered_gLf0y .kt-modal_TqkKW {
2811
+ .kt-modal-centered .kt-modal {
2812
2812
  top: 0;
2813
2813
  display: inline-block;
2814
2814
  text-align: left;
2815
2815
  vertical-align: middle;
2816
2816
  }
2817
2817
  @media (max-width: 767px) {
2818
- .kt-modal_TqkKW {
2818
+ .kt-modal {
2819
2819
  max-width: calc(100vw - 16px);
2820
2820
  margin: 8px auto;
2821
2821
  }
2822
- .kt-modal-centered_gLf0y .kt-modal_TqkKW {
2822
+ .kt-modal-centered .kt-modal {
2823
2823
  flex: 1;
2824
2824
  }
2825
2825
  }
@@ -2827,30 +2827,30 @@
2827
2827
  /*!**********************************************************************************************************************************************************************************!*\
2828
2828
  !*** 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 ***!
2829
2829
  \**********************************************************************************************************************************************************************************/
2830
- .kt-overlay_kvC35.kt-modal_mfMHd {
2830
+ .kt-overlay.kt-modal {
2831
2831
  padding: 24px 24px;
2832
2832
  color: var(--kt-modal-foreground);
2833
2833
  }
2834
- .kt-overlay_kvC35 .kt-modal-body_WiMTd {
2834
+ .kt-overlay .kt-modal-body {
2835
2835
  background: var(--kt-modal-background);
2836
2836
  border-color: var(--notifications-border);
2837
2837
  }
2838
- .kt-overlay_kvC35 .kt-modal-header_ZKAP7 {
2838
+ .kt-overlay .kt-modal-header {
2839
2839
  background-color: var(--kt-modal-background);
2840
2840
  border-bottom-color: var(--kt-modal-separatorBackground);
2841
2841
  height: 56px;
2842
2842
  border-radius: 2px 2px 0 0;
2843
2843
  }
2844
- .kt-overlay_kvC35 .kt-modal-title_sQ8Ih {
2844
+ .kt-overlay .kt-modal-title {
2845
2845
  color: var(--kt-modal-foreground);
2846
2846
  }
2847
- .kt-overlay_kvC35 .kt-modal-footer_KMa8_ {
2847
+ .kt-overlay .kt-modal-footer {
2848
2848
  background-color: var(--kt-modal-background);
2849
2849
  border-top-color: var(--kt-modal-separatorBackground);
2850
2850
  height: 52px;
2851
2851
  border-radius: 0 0 2px 2px;
2852
2852
  }
2853
- .kt-overlay_kvC35 .kt-modal-close-x_Nz9Ir {
2853
+ .kt-overlay .kt-modal-close-x {
2854
2854
  margin: 12px 22px 0 0;
2855
2855
  width: 20px;
2856
2856
  height: 20px;
@@ -2861,40 +2861,40 @@
2861
2861
  /*!*********************************************************************************************************************************************************************************!*\
2862
2862
  !*** 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 ***!
2863
2863
  \*********************************************************************************************************************************************************************************/
2864
- .wrapper_RUitQ .kt-modal-body_TE58H {
2864
+ .wrapper .kt-modal-body {
2865
2865
  background: var(--kt-modal-background);
2866
2866
  border-color: var(--notifications-border);
2867
2867
  }
2868
- .wrapper_RUitQ .kt-modal-footer_V9Pce {
2868
+ .wrapper .kt-modal-footer {
2869
2869
  align-items: center;
2870
2870
  justify-content: flex-end;
2871
2871
  display: flex;
2872
2872
  }
2873
- .wrapper_RUitQ .kticon-info-circle_pZNUL {
2873
+ .wrapper .kticon-info-circle {
2874
2874
  color: var(--kt-modalInfoIcon-foreground);
2875
2875
  }
2876
- .wrapper_RUitQ .kt-modal-close-x__jFMG {
2876
+ .wrapper .kt-modal-close-x {
2877
2877
  margin: 50% 50% 0 0;
2878
2878
  width: 20px;
2879
2879
  height: 20px;
2880
2880
  line-height: 20px;
2881
2881
  color: var(--kt-notificationsCloseIcon-foreground);
2882
2882
  }
2883
- .kt-dialog-content_jpEMf {
2883
+ .kt-dialog-content {
2884
2884
  display: flex;
2885
2885
  }
2886
- .kt-dialog-content_jpEMf .kt-dialog-content_area_L4qFT {
2886
+ .kt-dialog-content .kt-dialog-content_area {
2887
2887
  display: flex;
2888
2888
  flex-direction: column;
2889
2889
  flex: 1;
2890
2890
  overflow: hidden;
2891
2891
  }
2892
- .kt-dialog-content_jpEMf .kt-dialog-content_area_L4qFT .kt-dialog-content_title_jWr8d {
2892
+ .kt-dialog-content .kt-dialog-content_area .kt-dialog-content_title {
2893
2893
  line-height: 22px;
2894
2894
  font-size: 14px;
2895
2895
  margin: 0px 0px 8px 0px;
2896
2896
  }
2897
- .kt-dialog-content_jpEMf .kt-dialog-icon_eS4A5 {
2897
+ .kt-dialog-content .kt-dialog-icon {
2898
2898
  margin-right: 6px;
2899
2899
  border: none;
2900
2900
  outline: none;
@@ -2903,10 +2903,10 @@
2903
2903
  padding: 0px;
2904
2904
  line-height: 30px;
2905
2905
  }
2906
- .kt-dialog-content_jpEMf .kt-dialog-icon_eS4A5:before {
2906
+ .kt-dialog-content .kt-dialog-icon:before {
2907
2907
  font-size: 20px;
2908
2908
  }
2909
- .kt-dialog-content_jpEMf .kt-dialog-closex_uSc1G {
2909
+ .kt-dialog-content .kt-dialog-closex {
2910
2910
  background-color: transparent;
2911
2911
  border: none;
2912
2912
  outline: none;
@@ -2921,22 +2921,22 @@
2921
2921
  align-items: center;
2922
2922
  justify-content: center;
2923
2923
  }
2924
- .kt-dialog-content_jpEMf .kt-dialog-closex_uSc1G:hover {
2924
+ .kt-dialog-content .kt-dialog-closex:hover {
2925
2925
  transform: scale(1.1);
2926
2926
  }
2927
- .footer_fnLyx {
2927
+ .footer {
2928
2928
  border-top: 1px solid var(--notifications-border);
2929
2929
  }
2930
- .kt-dialog-buttonWrap_g02UP {
2930
+ .kt-dialog-buttonWrap {
2931
2931
  display: flex;
2932
2932
  flex-wrap: wrap;
2933
2933
  margin-top: 14px;
2934
2934
  justify-content: flex-end;
2935
2935
  }
2936
- .kt-dialog-buttonWrap_g02UP button {
2936
+ .kt-dialog-buttonWrap button {
2937
2937
  margin: 10px 0 0 8px;
2938
2938
  }
2939
- .kt-dialog-message_t7bbi {
2939
+ .kt-dialog-message {
2940
2940
  color: var(--kt-modal-foreground);
2941
2941
  line-height: 30px;
2942
2942
  font-size: 14px;
@@ -2952,12 +2952,12 @@
2952
2952
  /*!*********************************************************************************************************************************************************************************************!*\
2953
2953
  !*** 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 ***!
2954
2954
  \*********************************************************************************************************************************************************************************************/
2955
- .text-ellipsis_hR8vl {
2955
+ .text-ellipsis {
2956
2956
  overflow: hidden;
2957
2957
  text-overflow: ellipsis;
2958
2958
  white-space: nowrap;
2959
2959
  }
2960
- .kt-notification_p3jsD {
2960
+ .kt-notification {
2961
2961
  box-sizing: border-box;
2962
2962
  margin: 0;
2963
2963
  padding: 0;
@@ -2973,22 +2973,22 @@
2973
2973
  max-width: calc(100vw - 32px);
2974
2974
  margin-right: 24px;
2975
2975
  }
2976
- .kt-notification-topLeft_nIMvA,
2977
- .kt-notification-bottomLeft_qw5rB {
2976
+ .kt-notification-topLeft,
2977
+ .kt-notification-bottomLeft {
2978
2978
  margin-right: 0;
2979
2979
  margin-left: 24px;
2980
2980
  }
2981
- .kt-notification-topLeft_nIMvA .kt-notification-fade-enter_SQsaP.kt-notification-fade-enter-active_tFk6W,
2982
- .kt-notification-bottomLeft_qw5rB .kt-notification-fade-enter_SQsaP.kt-notification-fade-enter-active_tFk6W,
2983
- .kt-notification-topLeft_nIMvA .kt-notification-fade-appear_GhszG.kt-notification-fade-appear-active_bdxf1,
2984
- .kt-notification-bottomLeft_qw5rB .kt-notification-fade-appear_GhszG.kt-notification-fade-appear-active_bdxf1 {
2985
- animation-name: NotificationLeftFadeIn_f0tSn;
2981
+ .kt-notification-topLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,
2982
+ .kt-notification-bottomLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,
2983
+ .kt-notification-topLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,
2984
+ .kt-notification-bottomLeft .kt-notification-fade-appear.kt-notification-fade-appear-active {
2985
+ animation-name: NotificationLeftFadeIn;
2986
2986
  }
2987
- .kt-notification-close-icon_VOyOP {
2987
+ .kt-notification-close-icon {
2988
2988
  font-size: 14px;
2989
2989
  cursor: pointer;
2990
2990
  }
2991
- .kt-notification-notice_jNAxo {
2991
+ .kt-notification-notice {
2992
2992
  position: relative;
2993
2993
  margin-bottom: 16px;
2994
2994
  padding: 16px 24px;
@@ -2998,48 +2998,48 @@
2998
2998
  border-radius: 4px;
2999
2999
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
3000
3000
  }
3001
- .kt-notification-notice-message_NXxhX {
3001
+ .kt-notification-notice-message {
3002
3002
  display: inline-block;
3003
3003
  margin-bottom: 8px;
3004
3004
  color: rgba(0, 0, 0, 0.85);
3005
3005
  font-size: 16px;
3006
3006
  line-height: 24px;
3007
3007
  }
3008
- .kt-notification-notice-description_cd9OI {
3008
+ .kt-notification-notice-description {
3009
3009
  font-size: 14px;
3010
3010
  }
3011
- .kt-notification-notice-with-icon__USJJ .kt-notification-notice-message_NXxhX {
3011
+ .kt-notification-notice-with-icon .kt-notification-notice-message {
3012
3012
  margin-bottom: 4px;
3013
3013
  margin-left: 48px;
3014
3014
  font-size: 16px;
3015
3015
  }
3016
- .kt-notification-notice-with-icon__USJJ .kt-notification-notice-description_cd9OI {
3016
+ .kt-notification-notice-with-icon .kt-notification-notice-description {
3017
3017
  margin-left: 48px;
3018
3018
  font-size: 14px;
3019
3019
  }
3020
- .kt-notification-notice-icon_LJFPC {
3020
+ .kt-notification-notice-icon {
3021
3021
  position: absolute;
3022
3022
  margin-left: 4px;
3023
3023
  font-size: 24px;
3024
3024
  line-height: 24px;
3025
3025
  top: 12px;
3026
3026
  }
3027
- .anticon_CdDxc.kt-notification-notice-icon_LJFPC {
3027
+ .anticon.kt-notification-notice-icon {
3028
3028
  height: 20px;
3029
3029
  }
3030
- .anticon_CdDxc.kt-notification-notice-icon-success_ZEZxy {
3030
+ .anticon.kt-notification-notice-icon-success {
3031
3031
  color: #52c41a;
3032
3032
  }
3033
- .anticon_CdDxc.kt-notification-notice-icon-info_zqsy4 {
3033
+ .anticon.kt-notification-notice-icon-info {
3034
3034
  color: var(--notificationsInfoIcon-foreground);
3035
3035
  }
3036
- .anticon_CdDxc.kt-notification-notice-icon-warning_tdhtg {
3036
+ .anticon.kt-notification-notice-icon-warning {
3037
3037
  color: var(--notificationsWarningIcon-foreground);
3038
3038
  }
3039
- .anticon_CdDxc.kt-notification-notice-icon-error_xNV5m {
3039
+ .anticon.kt-notification-notice-icon-error {
3040
3040
  color: var(--notificationsErrorIcon-foreground);
3041
3041
  }
3042
- .kt-notification-notice-close_qzbmC {
3042
+ .kt-notification-notice-close {
3043
3043
  position: absolute;
3044
3044
  top: 16px;
3045
3045
  right: 22px;
@@ -3047,46 +3047,46 @@
3047
3047
  color: rgba(0, 0, 0, 0.45);
3048
3048
  outline: none;
3049
3049
  }
3050
- .kt-notification-notice-close_qzbmC:hover {
3050
+ .kt-notification-notice-close:hover {
3051
3051
  color: rgba(0, 0, 0, 0.67);
3052
3052
  }
3053
- .kt-notification-notice-btn_k41Je {
3053
+ .kt-notification-notice-btn {
3054
3054
  display: flex;
3055
3055
  flex-flow: wrap;
3056
3056
  align-items: center;
3057
3057
  justify-content: flex-end;
3058
3058
  margin-top: 16px;
3059
3059
  }
3060
- .kt-notification_p3jsD .notification-fade-effect_ydvVm {
3060
+ .kt-notification .notification-fade-effect {
3061
3061
  animation-duration: 0.24s;
3062
3062
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
3063
3063
  animation-fill-mode: both;
3064
3064
  }
3065
- .kt-notification-fade-enter_SQsaP,
3066
- .kt-notification-fade-appear_GhszG {
3065
+ .kt-notification-fade-enter,
3066
+ .kt-notification-fade-appear {
3067
3067
  opacity: 0;
3068
3068
  animation-duration: 0.24s;
3069
3069
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
3070
3070
  animation-fill-mode: both;
3071
3071
  animation-play-state: paused;
3072
3072
  }
3073
- .kt-notification-fade-leave_k3SUx {
3073
+ .kt-notification-fade-leave {
3074
3074
  animation-duration: 0.24s;
3075
3075
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
3076
3076
  animation-fill-mode: both;
3077
3077
  animation-duration: 0.2s;
3078
3078
  animation-play-state: paused;
3079
3079
  }
3080
- .kt-notification-fade-enter_SQsaP.kt-notification-fade-enter-active_tFk6W,
3081
- .kt-notification-fade-appear_GhszG.kt-notification-fade-appear-active_bdxf1 {
3082
- animation-name: NotificationFadeIn_aLLA2;
3080
+ .kt-notification-fade-enter.kt-notification-fade-enter-active,
3081
+ .kt-notification-fade-appear.kt-notification-fade-appear-active {
3082
+ animation-name: NotificationFadeIn;
3083
3083
  animation-play-state: running;
3084
3084
  }
3085
- .kt-notification-fade-leave_k3SUx.kt-notification-fade-leave-active_oL4Y_ {
3086
- animation-name: NotificationFadeOut_AbAON;
3085
+ .kt-notification-fade-leave.kt-notification-fade-leave-active {
3086
+ animation-name: NotificationFadeOut;
3087
3087
  animation-play-state: running;
3088
3088
  }
3089
- @keyframes NotificationFadeIn_aLLA2 {
3089
+ @keyframes NotificationFadeIn {
3090
3090
  0% {
3091
3091
  left: 384px;
3092
3092
  opacity: 0;
@@ -3096,7 +3096,7 @@
3096
3096
  opacity: 1;
3097
3097
  }
3098
3098
  }
3099
- @keyframes NotificationLeftFadeIn_f0tSn {
3099
+ @keyframes NotificationLeftFadeIn {
3100
3100
  0% {
3101
3101
  right: 384px;
3102
3102
  opacity: 0;
@@ -3106,7 +3106,7 @@
3106
3106
  opacity: 1;
3107
3107
  }
3108
3108
  }
3109
- @keyframes NotificationFadeOut_AbAON {
3109
+ @keyframes NotificationFadeOut {
3110
3110
  0% {
3111
3111
  max-height: 150px;
3112
3112
  margin-bottom: 16px;
@@ -3122,21 +3122,21 @@
3122
3122
  opacity: 0;
3123
3123
  }
3124
3124
  }
3125
- .kt-notification-wrapper_DQJjM {
3125
+ .kt-notification-wrapper {
3126
3126
  background: var(--notifications-background);
3127
3127
  border-color: var(--notifications-border);
3128
3128
  padding: 12px;
3129
3129
  position: relative;
3130
3130
  }
3131
- .kt-notification-wrapper_DQJjM .anticon_CdDxc {
3131
+ .kt-notification-wrapper .anticon {
3132
3132
  font-size: 12px;
3133
3133
  margin-top: 0;
3134
3134
  display: flex;
3135
3135
  align-items: center;
3136
3136
  justify-content: center;
3137
3137
  }
3138
- .kt-notification-wrapper_DQJjM .kt-notification-notice-message_NXxhX,
3139
- .kt-notification-wrapper_DQJjM .kt-notification-notice-description_cd9OI {
3138
+ .kt-notification-wrapper .kt-notification-notice-message,
3139
+ .kt-notification-wrapper .kt-notification-notice-description {
3140
3140
  width: calc(100% - 48px);
3141
3141
  color: var(--notifications-foreground);
3142
3142
  font-size: 12px;
@@ -3145,25 +3145,25 @@
3145
3145
  margin-bottom: 0;
3146
3146
  line-height: 20px;
3147
3147
  }
3148
- .kt-notification-wrapper_DQJjM .kt-notification-notice-message_NXxhX code,
3149
- .kt-notification-wrapper_DQJjM .kt-notification-notice-description_cd9OI code {
3148
+ .kt-notification-wrapper .kt-notification-notice-message code,
3149
+ .kt-notification-wrapper .kt-notification-notice-description code {
3150
3150
  display: inline-block;
3151
3151
  word-wrap: break-word;
3152
3152
  overflow: hidden;
3153
3153
  width: 100%;
3154
3154
  text-overflow: ellipsis;
3155
3155
  }
3156
- .kt-notification-wrapper_DQJjM .kt-notification-notice-message_NXxhX p,
3157
- .kt-notification-wrapper_DQJjM .kt-notification-notice-description_cd9OI p,
3158
- .kt-notification-wrapper_DQJjM .kt-notification-notice-message_NXxhX pre,
3159
- .kt-notification-wrapper_DQJjM .kt-notification-notice-description_cd9OI pre {
3156
+ .kt-notification-wrapper .kt-notification-notice-message p,
3157
+ .kt-notification-wrapper .kt-notification-notice-description p,
3158
+ .kt-notification-wrapper .kt-notification-notice-message pre,
3159
+ .kt-notification-wrapper .kt-notification-notice-description pre {
3160
3160
  margin-bottom: 0;
3161
3161
  }
3162
- .kt-notification-wrapper_DQJjM .kt-notification-notice-description_cd9OI {
3162
+ .kt-notification-wrapper .kt-notification-notice-description {
3163
3163
  margin-top: 4px;
3164
3164
  margin-bottom: 4px;
3165
3165
  }
3166
- .kt-notification-wrapper_DQJjM .kt-notification-notice-close_qzbmC {
3166
+ .kt-notification-wrapper .kt-notification-notice-close {
3167
3167
  display: flex;
3168
3168
  align-items: center;
3169
3169
  justify-content: center;
@@ -3173,7 +3173,7 @@
3173
3173
  right: 18px;
3174
3174
  top: 12px;
3175
3175
  }
3176
- .kt-notification-wrapper_DQJjM .kt-notification-notice-btn_k41Je button {
3176
+ .kt-notification-wrapper .kt-notification-notice-btn button {
3177
3177
  flex: 0 0 auto;
3178
3178
  margin: 0 0 5px 10px;
3179
3179
  word-break: keep-all;
@@ -3189,12 +3189,12 @@
3189
3189
  /*!**********************************************************************************************************************************************************************************!*\
3190
3190
  !*** 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 ***!
3191
3191
  \**********************************************************************************************************************************************************************************/
3192
- .text-ellipsis_JxnnM {
3192
+ .text-ellipsis {
3193
3193
  overflow: hidden;
3194
3194
  text-overflow: ellipsis;
3195
3195
  white-space: nowrap;
3196
3196
  }
3197
- .kt-popover_nJeNm {
3197
+ .kt-popover {
3198
3198
  position: absolute;
3199
3199
  display: block;
3200
3200
  visibility: visible;
@@ -3202,7 +3202,7 @@
3202
3202
  line-height: 1.5;
3203
3203
  opacity: 0.9;
3204
3204
  }
3205
- .kt-popover-title_R62xe {
3205
+ .kt-popover-title {
3206
3206
  line-height: 22px;
3207
3207
  font-size: 12px;
3208
3208
  display: flex;
@@ -3210,11 +3210,11 @@
3210
3210
  margin-bottom: 0;
3211
3211
  margin-top: 0;
3212
3212
  }
3213
- .kt-popover-title_R62xe.kt-button_JpDma,
3214
- .kt-popover-title_R62xe .small-button-size_zu9Fc {
3213
+ .kt-popover-title.kt-button,
3214
+ .kt-popover-title .small-button-size {
3215
3215
  padding: 0px;
3216
3216
  }
3217
- .kt-popover-content_pMXSm {
3217
+ .kt-popover-content {
3218
3218
  position: relative;
3219
3219
  color: var(--kt-popover-foreground);
3220
3220
  background: var(--kt-popover-background);
@@ -3224,34 +3224,34 @@
3224
3224
  padding: 6px 10px;
3225
3225
  z-index: var(--stacking-level-popover-component, 1000);
3226
3226
  }
3227
- .kt-popover-content_pMXSm img {
3227
+ .kt-popover-content img {
3228
3228
  max-width: 300px;
3229
3229
  display: inline-block;
3230
3230
  }
3231
- .kt-popover-hidden_vpfaV {
3231
+ .kt-popover-hidden {
3232
3232
  display: none;
3233
3233
  }
3234
- .kt-popover-placement-top_u9l4t,
3235
- .kt-popover-placement-topLeft_yDGEH,
3236
- .kt-popover-placement-topRight_sj74X {
3234
+ .kt-popover-placement-top,
3235
+ .kt-popover-placement-topLeft,
3236
+ .kt-popover-placement-topRight {
3237
3237
  padding: 5px 0 5px 0;
3238
3238
  }
3239
- .kt-popover-placement-right_Xhvl4,
3240
- .kt-popover-placement-rightTop_lM3w5,
3241
- .kt-popover-placement-rightBottom_cZEbo {
3239
+ .kt-popover-placement-right,
3240
+ .kt-popover-placement-rightTop,
3241
+ .kt-popover-placement-rightBottom {
3242
3242
  padding: 0 5px 0 5px;
3243
3243
  }
3244
- .kt-popover-placement-bottom_fRvKs,
3245
- .kt-popover-placement-bottomLeft_mteWC,
3246
- .kt-popover-placement-bottomRight_f7Hzf {
3244
+ .kt-popover-placement-bottom,
3245
+ .kt-popover-placement-bottomLeft,
3246
+ .kt-popover-placement-bottomRight {
3247
3247
  padding: 5px 0 5px 0;
3248
3248
  }
3249
- .kt-popover-placement-left_k_ucS,
3250
- .kt-popover-placement-leftTop_NfuyK,
3251
- .kt-popover-placement-leftBottom_VLn4o {
3249
+ .kt-popover-placement-left,
3250
+ .kt-popover-placement-leftTop,
3251
+ .kt-popover-placement-leftBottom {
3252
3252
  padding: 0 5px 0 5px;
3253
3253
  }
3254
- .kt-popover-arrow_NxgMu {
3254
+ .kt-popover-arrow {
3255
3255
  position: absolute;
3256
3256
  width: 0;
3257
3257
  height: 0;
@@ -3259,111 +3259,111 @@
3259
3259
  border-color: transparent;
3260
3260
  border-style: solid;
3261
3261
  }
3262
- .kt-popover-placement-top_u9l4t .kt-popover-arrow_NxgMu,
3263
- .kt-popover-placement-topLeft_yDGEH .kt-popover-arrow_NxgMu,
3264
- .kt-popover-placement-topRight_sj74X .kt-popover-arrow_NxgMu {
3262
+ .kt-popover-placement-top .kt-popover-arrow,
3263
+ .kt-popover-placement-topLeft .kt-popover-arrow,
3264
+ .kt-popover-placement-topRight .kt-popover-arrow {
3265
3265
  bottom: 4px;
3266
3266
  margin-left: -5px;
3267
3267
  border-width: 5px 5px 0;
3268
3268
  border-top-color: var(--kt-popover-background);
3269
3269
  }
3270
- .kt-popover-placement-top_u9l4t .kt-popover-arrow_NxgMu {
3270
+ .kt-popover-placement-top .kt-popover-arrow {
3271
3271
  left: 50%;
3272
3272
  }
3273
- .kt-popover-placement-topLeft_yDGEH .kt-popover-arrow_NxgMu {
3273
+ .kt-popover-placement-topLeft .kt-popover-arrow {
3274
3274
  left: 15%;
3275
3275
  }
3276
- .kt-popover-placement-topRight_sj74X .kt-popover-arrow_NxgMu {
3276
+ .kt-popover-placement-topRight .kt-popover-arrow {
3277
3277
  right: 15%;
3278
3278
  }
3279
- .kt-popover-placement-right_Xhvl4 .kt-popover-arrow_NxgMu,
3280
- .kt-popover-placement-rightTop_lM3w5 .kt-popover-arrow_NxgMu,
3281
- .kt-popover-placement-rightBottom_cZEbo .kt-popover-arrow_NxgMu {
3279
+ .kt-popover-placement-right .kt-popover-arrow,
3280
+ .kt-popover-placement-rightTop .kt-popover-arrow,
3281
+ .kt-popover-placement-rightBottom .kt-popover-arrow {
3282
3282
  left: 4px;
3283
3283
  margin-top: -5px;
3284
3284
  border-width: 5px 5px 5px 0;
3285
3285
  border-right-color: var(--kt-popover-background);
3286
3286
  }
3287
- .kt-popover-placement-right_Xhvl4 .kt-popover-arrow_NxgMu {
3287
+ .kt-popover-placement-right .kt-popover-arrow {
3288
3288
  top: 50%;
3289
3289
  }
3290
- .kt-popover-placement-rightTop_lM3w5 .kt-popover-arrow_NxgMu {
3290
+ .kt-popover-placement-rightTop .kt-popover-arrow {
3291
3291
  top: 15%;
3292
3292
  margin-top: 0;
3293
3293
  }
3294
- .kt-popover-placement-rightBottom_cZEbo .kt-popover-arrow_NxgMu {
3294
+ .kt-popover-placement-rightBottom .kt-popover-arrow {
3295
3295
  bottom: 15%;
3296
3296
  }
3297
- .kt-popover-placement-left_k_ucS .kt-popover-arrow_NxgMu,
3298
- .kt-popover-placement-leftTop_NfuyK .kt-popover-arrow_NxgMu,
3299
- .kt-popover-placement-leftBottom_VLn4o .kt-popover-arrow_NxgMu {
3297
+ .kt-popover-placement-left .kt-popover-arrow,
3298
+ .kt-popover-placement-leftTop .kt-popover-arrow,
3299
+ .kt-popover-placement-leftBottom .kt-popover-arrow {
3300
3300
  right: 4px;
3301
3301
  margin-top: -5px;
3302
3302
  border-width: 5px 0 5px 5px;
3303
3303
  border-left-color: var(--kt-popover-background);
3304
3304
  }
3305
- .kt-popover-placement-left_k_ucS .kt-popover-arrow_NxgMu {
3305
+ .kt-popover-placement-left .kt-popover-arrow {
3306
3306
  top: 50%;
3307
3307
  }
3308
- .kt-popover-placement-leftTop_NfuyK .kt-popover-arrow_NxgMu {
3308
+ .kt-popover-placement-leftTop .kt-popover-arrow {
3309
3309
  top: 15%;
3310
3310
  margin-top: 0;
3311
3311
  }
3312
- .kt-popover-placement-leftBottom_VLn4o .kt-popover-arrow_NxgMu {
3312
+ .kt-popover-placement-leftBottom .kt-popover-arrow {
3313
3313
  bottom: 15%;
3314
3314
  }
3315
- .kt-popover-placement-bottom_fRvKs .kt-popover-arrow_NxgMu,
3316
- .kt-popover-placement-bottomLeft_mteWC .kt-popover-arrow_NxgMu,
3317
- .kt-popover-placement-bottomRight_f7Hzf .kt-popover-arrow_NxgMu {
3315
+ .kt-popover-placement-bottom .kt-popover-arrow,
3316
+ .kt-popover-placement-bottomLeft .kt-popover-arrow,
3317
+ .kt-popover-placement-bottomRight .kt-popover-arrow {
3318
3318
  top: 4px;
3319
3319
  margin-left: -5px;
3320
3320
  border-width: 0 5px 5px;
3321
3321
  border-bottom-color: var(--kt-popover-background);
3322
3322
  }
3323
- .kt-popover-placement-bottom_fRvKs .kt-popover-arrow_NxgMu {
3323
+ .kt-popover-placement-bottom .kt-popover-arrow {
3324
3324
  left: 50%;
3325
3325
  }
3326
- .kt-popover-placement-bottomLeft_mteWC .kt-popover-arrow_NxgMu {
3326
+ .kt-popover-placement-bottomLeft .kt-popover-arrow {
3327
3327
  left: 15%;
3328
3328
  }
3329
- .kt-popover-placement-bottomRight_f7Hzf .kt-popover-arrow_NxgMu {
3329
+ .kt-popover-placement-bottomRight .kt-popover-arrow {
3330
3330
  right: 15%;
3331
3331
  }
3332
- .kt-popover-placement-topLeft_yDGEH .kt-popover-arrow_NxgMu {
3332
+ .kt-popover-placement-topLeft .kt-popover-arrow {
3333
3333
  left: 15px;
3334
3334
  }
3335
- .kt-popover_nJeNm.kt-popover-zoom-appear_yuAiR,
3336
- .kt-popover_nJeNm.kt-popover-zoom-enter_cloe_ {
3335
+ .kt-popover.kt-popover-zoom-appear,
3336
+ .kt-popover.kt-popover-zoom-enter {
3337
3337
  opacity: 0;
3338
3338
  }
3339
- .kt-popover_nJeNm.kt-popover-zoom-enter_cloe_,
3340
- .kt-popover_nJeNm.kt-popover-zoom-leave_GgCKF {
3339
+ .kt-popover.kt-popover-zoom-enter,
3340
+ .kt-popover.kt-popover-zoom-leave {
3341
3341
  display: block;
3342
3342
  }
3343
- .kt-popover-zoom-enter_cloe_,
3344
- .kt-popover-zoom-appear_yuAiR {
3343
+ .kt-popover-zoom-enter,
3344
+ .kt-popover-zoom-appear {
3345
3345
  opacity: 0;
3346
3346
  animation-duration: 0.3s;
3347
3347
  animation-fill-mode: both;
3348
3348
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
3349
3349
  animation-play-state: paused;
3350
3350
  }
3351
- .kt-popover-zoom-leave_GgCKF {
3351
+ .kt-popover-zoom-leave {
3352
3352
  animation-duration: 0.3s;
3353
3353
  animation-fill-mode: both;
3354
3354
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
3355
3355
  animation-play-state: paused;
3356
3356
  }
3357
- .kt-popover-zoom-enter_cloe_.kt-popover-zoom-enter-active_Et2JA,
3358
- .kt-popover-zoom-appear_yuAiR.kt-popover-zoom-appear-active_XDdlh {
3359
- animation-name: rcToolTipZoomIn_QeDbD;
3357
+ .kt-popover-zoom-enter.kt-popover-zoom-enter-active,
3358
+ .kt-popover-zoom-appear.kt-popover-zoom-appear-active {
3359
+ animation-name: rcToolTipZoomIn;
3360
3360
  animation-play-state: running;
3361
3361
  }
3362
- .kt-popover-zoom-leave_GgCKF.kt-popover-zoom-leave-active_B05Eo {
3363
- animation-name: rcToolTipZoomOut_xGKR0;
3362
+ .kt-popover-zoom-leave.kt-popover-zoom-leave-active {
3363
+ animation-name: rcToolTipZoomOut;
3364
3364
  animation-play-state: running;
3365
3365
  }
3366
- @keyframes rcToolTipZoomIn_QeDbD {
3366
+ @keyframes rcToolTipZoomIn {
3367
3367
  0% {
3368
3368
  opacity: 0;
3369
3369
  transform-origin: 50% 50%;
@@ -3375,7 +3375,7 @@
3375
3375
  transform: scale(1, 1);
3376
3376
  }
3377
3377
  }
3378
- @keyframes rcToolTipZoomOut_xGKR0 {
3378
+ @keyframes rcToolTipZoomOut {
3379
3379
  0% {
3380
3380
  opacity: 1;
3381
3381
  transform-origin: 50% 50%;
@@ -3391,12 +3391,12 @@
3391
3391
  /*!*********************************************************************************************************************************************************************************!*\
3392
3392
  !*** 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 ***!
3393
3393
  \*********************************************************************************************************************************************************************************/
3394
- .text-ellipsis_psnGZ {
3394
+ .text-ellipsis {
3395
3395
  overflow: hidden;
3396
3396
  text-overflow: ellipsis;
3397
3397
  white-space: nowrap;
3398
3398
  }
3399
- .kt-message_Xrkjw {
3399
+ .kt-message {
3400
3400
  box-sizing: border-box;
3401
3401
  margin: 0;
3402
3402
  padding: 0;
@@ -3413,14 +3413,14 @@
3413
3413
  width: 100%;
3414
3414
  pointer-events: none;
3415
3415
  }
3416
- .kt-message-notice_NKpD1 {
3416
+ .kt-message-notice {
3417
3417
  padding: 8px;
3418
3418
  text-align: center;
3419
3419
  }
3420
- .kt-message-notice_NKpD1:first-child {
3420
+ .kt-message-notice:first-child {
3421
3421
  margin-top: -8px;
3422
3422
  }
3423
- .kt-message-notice-content_ET96L {
3423
+ .kt-message-notice-content {
3424
3424
  display: inline-block;
3425
3425
  padding: 10px 16px;
3426
3426
  border-radius: 4px;
@@ -3429,31 +3429,31 @@
3429
3429
  background: var(--notifications-background);
3430
3430
  color: var(--notifications-foreground);
3431
3431
  }
3432
- .kt-message-success_s00Pr .anticon_jXQ5S {
3432
+ .kt-message-success .anticon {
3433
3433
  color: #52c41a;
3434
3434
  }
3435
- .kt-message-error_Y8Bvf .anticon_jXQ5S {
3435
+ .kt-message-error .anticon {
3436
3436
  color: var(--notificationsErrorIcon-foreground);
3437
3437
  }
3438
- .kt-message-warning_e76w3 .anticon_jXQ5S {
3438
+ .kt-message-warning .anticon {
3439
3439
  color: var(--notificationsWarningIcon-foreground);
3440
3440
  }
3441
- .kt-message-info_WqO8k .anticon_jXQ5S,
3442
- .kt-message-loading_WOL8x .anticon_jXQ5S {
3441
+ .kt-message-info .anticon,
3442
+ .kt-message-loading .anticon {
3443
3443
  color: var(--notificationsInfoIcon-foreground);
3444
3444
  }
3445
- .kt-message_Xrkjw .anticon_jXQ5S {
3445
+ .kt-message .anticon {
3446
3446
  position: relative;
3447
3447
  top: 1px;
3448
3448
  margin-right: 8px;
3449
3449
  font-size: 16px;
3450
3450
  }
3451
- .kt-message-notice_NKpD1.move-up-leave_AfvTL.move-up-leave-active_NH2Bp {
3451
+ .kt-message-notice.move-up-leave.move-up-leave-active {
3452
3452
  overflow: hidden;
3453
- animation-name: MessageMoveOut_YLFrt;
3453
+ animation-name: MessageMoveOut;
3454
3454
  animation-duration: 0.3s;
3455
3455
  }
3456
- @keyframes MessageMoveOut_YLFrt {
3456
+ @keyframes MessageMoveOut {
3457
3457
  0% {
3458
3458
  max-height: 150px;
3459
3459
  padding: 8px;
@@ -3469,13 +3469,13 @@
3469
3469
  /*!*********************************************************************************************************************************************************************************!*\
3470
3470
  !*** 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 ***!
3471
3471
  \*********************************************************************************************************************************************************************************/
3472
- .kt-tooltip-wrapper_GEihn {
3472
+ .kt-tooltip-wrapper {
3473
3473
  position: relative;
3474
3474
  margin: 0px;
3475
3475
  padding: 0px;
3476
3476
  display: inline-block;
3477
3477
  }
3478
- .kt-tooltip-wrapper_GEihn .kt-tooltip-content_Vk8wI {
3478
+ .kt-tooltip-wrapper .kt-tooltip-content {
3479
3479
  display: inline-block;
3480
3480
  position: fixed;
3481
3481
  font-size: 12px;
@@ -3489,7 +3489,7 @@
3489
3489
  background: var(--kt-tooltip-background);
3490
3490
  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);
3491
3491
  }
3492
- .kt-tooltip-wrapper_GEihn .kt-tooltip-content_Vk8wI .kt-tooltip-arrow-placeholder_eq_Zz {
3492
+ .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder {
3493
3493
  position: absolute;
3494
3494
  top: 100%;
3495
3495
  width: 0;
@@ -3498,7 +3498,7 @@
3498
3498
  border-width: 7px 7px 0 7px;
3499
3499
  border-color: var(--kt-tooltip-background) transparent transparent transparent;
3500
3500
  }
3501
- .kt-tooltip-wrapper_GEihn .kt-tooltip-content_Vk8wI .kt-tooltip-arrow-placeholder_eq_Zz.kt-tooltip-reverse-arrow_P6XZn {
3501
+ .kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder.kt-tooltip-reverse-arrow {
3502
3502
  top: auto !important;
3503
3503
  bottom: 100% !important;
3504
3504
  border-width: 0px 7px 7px 7px !important;
@@ -3508,31 +3508,31 @@
3508
3508
  /*!*************************************************************************************************************************************************************************************!*\
3509
3509
  !*** 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 ***!
3510
3510
  \*************************************************************************************************************************************************************************************/
3511
- .kt-scrollbar_FjmS1 .scrollbar-thumb-vertical_O9CuO,
3512
- .kt-scrollbar_FjmS1 .scrollbar-thumb-horizontal__ynla {
3511
+ .kt-scrollbar .scrollbar-thumb-vertical,
3512
+ .kt-scrollbar .scrollbar-thumb-horizontal {
3513
3513
  opacity: 0;
3514
3514
  transition: opacity 0.5s ease;
3515
3515
  background: var(--scrollbarSlider-background);
3516
3516
  }
3517
- .kt-scrollbar_FjmS1 .scrollbar-thumb-vertical_O9CuO:hover,
3518
- .kt-scrollbar_FjmS1 .scrollbar-thumb-horizontal__ynla:hover {
3517
+ .kt-scrollbar .scrollbar-thumb-vertical:hover,
3518
+ .kt-scrollbar .scrollbar-thumb-horizontal:hover {
3519
3519
  background: var(--scrollbarSlider-hoverBackground);
3520
3520
  }
3521
- .kt-scrollbar_FjmS1 .scrollbar-thumb-vertical_O9CuO:active,
3522
- .kt-scrollbar_FjmS1 .scrollbar-thumb-horizontal__ynla:active {
3521
+ .kt-scrollbar .scrollbar-thumb-vertical:active,
3522
+ .kt-scrollbar .scrollbar-thumb-horizontal:active {
3523
3523
  background: var(--scrollbarSlider-activeBackground);
3524
3524
  }
3525
- .kt-scrollbar_FjmS1 .scrollbar-thumb-vertical_O9CuO {
3525
+ .kt-scrollbar .scrollbar-thumb-vertical {
3526
3526
  z-index: 9999;
3527
3527
  }
3528
- .kt-scrollbar_FjmS1 .scrollbar-thumb-horizontal__ynla {
3528
+ .kt-scrollbar .scrollbar-thumb-horizontal {
3529
3529
  z-index: 9999;
3530
3530
  }
3531
- .kt-scrollbar_FjmS1:hover .scrollbar-thumb-vertical_O9CuO,
3532
- .kt-scrollbar_FjmS1:hover .scrollbar-thumb-horizontal__ynla {
3531
+ .kt-scrollbar:hover .scrollbar-thumb-vertical,
3532
+ .kt-scrollbar:hover .scrollbar-thumb-horizontal {
3533
3533
  opacity: 1;
3534
3534
  }
3535
- .kt-scrollbar_FjmS1 .scrollbar-decoration-vertical_BS4Bs {
3535
+ .kt-scrollbar .scrollbar-decoration-vertical {
3536
3536
  position: fixed;
3537
3537
  top: 0;
3538
3538
  left: 0;
@@ -3541,7 +3541,7 @@
3541
3541
  z-index: 999;
3542
3542
  box-shadow: var(--scrollbar-shadow) 0 6px 6px -6px inset;
3543
3543
  }
3544
- .kt-scrollbar_FjmS1 .scrollbar-decoration-horizontal_cLRVJ {
3544
+ .kt-scrollbar .scrollbar-decoration-horizontal {
3545
3545
  position: fixed;
3546
3546
  top: 0;
3547
3547
  left: 0;
@@ -3554,75 +3554,75 @@
3554
3554
  /*!*********************************************************************************************************************************************************************************************************!*\
3555
3555
  !*** 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 ***!
3556
3556
  \*********************************************************************************************************************************************************************************************************/
3557
- .kt-recycle-tree-filter-wrapper_oVBhb {
3557
+ .kt-recycle-tree-filter-wrapper {
3558
3558
  padding: 4px 8px;
3559
3559
  }
3560
- .kt-recycle-tree-filter-input_eI4bQ {
3560
+ .kt-recycle-tree-filter-input {
3561
3561
  width: 100%;
3562
3562
  }
3563
- .kt-recycle-tree-filter-icon_Ppw5a {
3563
+ .kt-recycle-tree-filter-icon {
3564
3564
  color: var(--kt-icon-secondaryForeground);
3565
3565
  }
3566
3566
 
3567
3567
  /*!***********************************************************************************************************************************************************************************!*\
3568
3568
  !*** 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 ***!
3569
3569
  \***********************************************************************************************************************************************************************************/
3570
- .loading_indicator_gWfRx {
3570
+ .loading_indicator {
3571
3571
  width: 20px;
3572
3572
  height: 20px;
3573
3573
  background-image: url(images/loading.svg);
3574
3574
  background-size: cover;
3575
3575
  }
3576
- .vs-dark__VEKS .loading_indicator_gWfRx {
3576
+ .vs-dark .loading_indicator {
3577
3577
  background-image: url(images/loading-dark.svg);
3578
3578
  }
3579
- .hc-black_uflx6 .loading_indicator_gWfRx {
3579
+ .hc-black .loading_indicator {
3580
3580
  background-image: url(images/loading-hc.svg);
3581
3581
  }
3582
3582
 
3583
3583
  /*!*********************************************************************************************************************************************************************************************!*\
3584
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/recycle-tree/basic/styles.less ***!
3585
3585
  \*********************************************************************************************************************************************************************************************/
3586
- .basic_tree_H2kG4 .tree_node_nJVr5 {
3586
+ .basic_tree .tree_node {
3587
3587
  display: flex;
3588
3588
  flex-direction: column;
3589
3589
  position: relative;
3590
3590
  cursor: pointer;
3591
3591
  }
3592
- .basic_tree_H2kG4 .tree_node_nJVr5:hover {
3592
+ .basic_tree .tree_node:hover {
3593
3593
  color: var(--kt-tree-hoverForeground);
3594
3594
  background: var(--kt-tree-hoverBackground);
3595
3595
  }
3596
- .basic_tree_H2kG4 .tree_node_nJVr5:hover .tail_Yx0uS {
3596
+ .basic_tree .tree_node:hover .tail {
3597
3597
  display: flex;
3598
3598
  }
3599
- .basic_tree_H2kG4 .tree_node_nJVr5:hover .head_WZ44U {
3599
+ .basic_tree .tree_node:hover .head {
3600
3600
  display: flex;
3601
3601
  }
3602
- .basic_tree_H2kG4 .tree_node_nJVr5.mod_selected_BE6CD {
3602
+ .basic_tree .tree_node.mod_selected {
3603
3603
  color: var(--kt-tree-inactiveSelectionForeground) !important;
3604
3604
  background: var(--kt-tree-inactiveSelectionBackground);
3605
3605
  }
3606
- .basic_tree_H2kG4 .tree_node_nJVr5.mod_focused_LPou2 {
3606
+ .basic_tree .tree_node.mod_focused {
3607
3607
  outline: 1px solid var(--list-focusOutline);
3608
3608
  outline-offset: -1px;
3609
3609
  }
3610
- .basic_tree_H2kG4 .tree_node_nJVr5.mod_actived_tvugI {
3610
+ .basic_tree .tree_node.mod_actived {
3611
3611
  outline: 1px solid var(--list-focusOutline);
3612
3612
  outline-offset: -1px;
3613
3613
  }
3614
- .basic_tree_H2kG4 .tree_node_nJVr5.mod_loading_gNwvR {
3614
+ .basic_tree .tree_node.mod_loading {
3615
3615
  opacity: 0.8 !important;
3616
3616
  }
3617
- .basic_tree_H2kG4 .icon_UQcYf {
3617
+ .basic_tree .icon {
3618
3618
  position: relative;
3619
3619
  color: var(--icon-foreground);
3620
3620
  }
3621
- .basic_tree_H2kG4 .icon_UQcYf:before {
3621
+ .basic_tree .icon:before {
3622
3622
  font-size: 16px;
3623
3623
  text-align: center;
3624
3624
  }
3625
- .basic_tree_H2kG4 .tail_Yx0uS {
3625
+ .basic_tree .tail {
3626
3626
  text-align: center;
3627
3627
  margin-right: 10px;
3628
3628
  position: relative;
@@ -3630,7 +3630,7 @@
3630
3630
  align-items: center;
3631
3631
  display: none;
3632
3632
  }
3633
- .basic_tree_H2kG4 .head_WZ44U {
3633
+ .basic_tree .head {
3634
3634
  text-align: center;
3635
3635
  margin-right: 10px;
3636
3636
  position: relative;
@@ -3638,43 +3638,43 @@
3638
3638
  align-items: center;
3639
3639
  display: none;
3640
3640
  }
3641
- .basic_tree_H2kG4 .content_K5jT8 {
3641
+ .basic_tree .content {
3642
3642
  position: relative;
3643
3643
  display: flex;
3644
3644
  align-items: center;
3645
3645
  width: 100%;
3646
3646
  }
3647
- .basic_tree_H2kG4 .content_K5jT8 match {
3647
+ .basic_tree .content match {
3648
3648
  background-color: var(--editor-findMatchHighlightBackground);
3649
3649
  }
3650
- .basic_tree_H2kG4 .status_oJmgU {
3650
+ .basic_tree .status {
3651
3651
  opacity: 0.75;
3652
3652
  text-align: center;
3653
3653
  font-size: 12px;
3654
3654
  padding-right: 0;
3655
3655
  }
3656
- .basic_tree_H2kG4 .segment_XeSgI {
3656
+ .basic_tree .segment {
3657
3657
  flex-grow: 0;
3658
3658
  white-space: nowrap;
3659
3659
  color: inherit;
3660
3660
  }
3661
- .basic_tree_H2kG4 .displayname_UfTVv {
3661
+ .basic_tree .displayname {
3662
3662
  margin-right: 6px;
3663
3663
  display: inline;
3664
3664
  white-space: pre;
3665
3665
  }
3666
- .basic_tree_H2kG4 .display_name_WcOQK {
3666
+ .basic_tree .display_name {
3667
3667
  margin-left: 4px;
3668
3668
  margin-right: 6px;
3669
3669
  display: inline;
3670
3670
  white-space: pre;
3671
3671
  }
3672
- .basic_tree_H2kG4 .description_NvsvX {
3672
+ .basic_tree .description {
3673
3673
  display: inline;
3674
3674
  transform: scale(0.96);
3675
3675
  color: var(--descriptionForeground);
3676
3676
  }
3677
- .basic_tree_H2kG4 .overflow_wrap_Kqj1r {
3677
+ .basic_tree .overflow_wrap {
3678
3678
  flex: 1;
3679
3679
  flex-shrink: 0;
3680
3680
  overflow: hidden;
@@ -3682,32 +3682,32 @@
3682
3682
  white-space: nowrap;
3683
3683
  text-align: left;
3684
3684
  }
3685
- .basic_tree_H2kG4 .prompt_wrap_bNRzk {
3685
+ .basic_tree .prompt_wrap {
3686
3686
  flex: 1;
3687
3687
  }
3688
- .basic_tree_H2kG4 .flex_wrap_SG5pp {
3688
+ .basic_tree .flex_wrap {
3689
3689
  display: flex;
3690
3690
  flex-direction: row;
3691
3691
  }
3692
- .basic_tree_H2kG4 .edit_wrap_UjTWe {
3692
+ .basic_tree .edit_wrap {
3693
3693
  display: flex;
3694
3694
  width: calc(100% - 50px);
3695
3695
  }
3696
- .basic_tree_H2kG4 .edit_wrap_UjTWe .displayname_UfTVv {
3696
+ .basic_tree .edit_wrap .displayname {
3697
3697
  overflow: hidden;
3698
3698
  text-overflow: ellipsis;
3699
3699
  white-space: nowrap;
3700
3700
  }
3701
- .basic_tree_H2kG4 .segment_grow_YCZGh {
3701
+ .basic_tree .segment_grow {
3702
3702
  flex-grow: 1 !important;
3703
3703
  text-align: left;
3704
3704
  z-index: 10;
3705
3705
  padding-right: 5px;
3706
3706
  }
3707
- .basic_tree_H2kG4 .segment_grow_YCZGh.overflow_visible_OyYgy {
3707
+ .basic_tree .segment_grow.overflow_visible {
3708
3708
  overflow: visible !important;
3709
3709
  }
3710
- .basic_tree_H2kG4 .expansion_toggle_Zy_ZD {
3710
+ .basic_tree .expansion_toggle {
3711
3711
  min-width: 20px;
3712
3712
  display: flex;
3713
3713
  justify-content: center;
@@ -3715,14 +3715,14 @@
3715
3715
  font-size: 16px;
3716
3716
  color: var(--foreground);
3717
3717
  }
3718
- .basic_tree_H2kG4 .expansion_toggle_Zy_ZD.mod_collapsed_Pv8dd:before {
3718
+ .basic_tree .expansion_toggle.mod_collapsed:before {
3719
3719
  display: block;
3720
3720
  }
3721
- .basic_tree_H2kG4 .expansion_toggle_Zy_ZD:not(.mod_collapsed_Pv8dd):before {
3721
+ .basic_tree .expansion_toggle:not(.mod_collapsed):before {
3722
3722
  display: block;
3723
3723
  transform: rotate(90deg);
3724
3724
  }
3725
- .basic_tree_menubars_NZJ6r {
3725
+ .basic_tree_menubars {
3726
3726
  padding: 2px 0px;
3727
3727
  color: var(--menu-foreground);
3728
3728
  background-color: var(--menu-background);
@@ -3731,7 +3731,7 @@
3731
3731
  border-radius: 0;
3732
3732
  min-width: 200px;
3733
3733
  }
3734
- .basic_menu_item_divider_wu3d1 {
3734
+ .basic_menu_item_divider {
3735
3735
  margin: 3px 0;
3736
3736
  pointer-events: none;
3737
3737
  background-color: var(--menu-separatorBackground);
@@ -3740,7 +3740,7 @@
3740
3740
  line-height: 0;
3741
3741
  height: 1px;
3742
3742
  }
3743
- .basic_menu_item_PECWC {
3743
+ .basic_menu_item {
3744
3744
  margin: 0;
3745
3745
  padding: 3px 4px;
3746
3746
  height: 26px;
@@ -3750,7 +3750,7 @@
3750
3750
  padding: 0 16px;
3751
3751
  color: var(--kt-menubar-foreground);
3752
3752
  }
3753
- .basic_menu_item_PECWC:hover {
3753
+ .basic_menu_item:hover {
3754
3754
  background: var(--menu-selectionBackground);
3755
3755
  color: var(--menu-selectionForeground);
3756
3756
  cursor: default;