@syncfusion/ej2-vue-layouts 21.2.6 → 22.1.34

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 (37) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-vue-layouts.umd.min.js +2 -2
  3. package/dist/ej2-vue-layouts.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-layouts.es2015.js +2 -2
  5. package/dist/es6/ej2-vue-layouts.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-layouts.es5.js +2 -2
  7. package/dist/es6/ej2-vue-layouts.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-layouts.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/dashboard-layout/dashboardlayout.component.js +1 -1
  11. package/src/splitter/splitter.component.js +1 -1
  12. package/styles/avatar/material3-dark.css +114 -0
  13. package/styles/avatar/material3-dark.scss +2 -0
  14. package/styles/avatar/material3.css +170 -0
  15. package/styles/avatar/material3.scss +2 -0
  16. package/styles/bootstrap4.css +3 -2
  17. package/styles/card/bootstrap4.css +3 -2
  18. package/styles/card/fabric.css +1 -1
  19. package/styles/card/highcontrast.css +1 -1
  20. package/styles/card/material3-dark.css +567 -0
  21. package/styles/card/material3-dark.scss +2 -0
  22. package/styles/card/material3.css +623 -0
  23. package/styles/card/material3.scss +2 -0
  24. package/styles/dashboard-layout/material3-dark.css +357 -0
  25. package/styles/dashboard-layout/material3-dark.scss +2 -0
  26. package/styles/dashboard-layout/material3.css +413 -0
  27. package/styles/dashboard-layout/material3.scss +2 -0
  28. package/styles/fabric.css +1 -1
  29. package/styles/highcontrast.css +1 -1
  30. package/styles/material3-dark.css +1583 -0
  31. package/styles/material3-dark.scss +5 -0
  32. package/styles/material3.css +1804 -0
  33. package/styles/material3.scss +5 -0
  34. package/styles/splitter/material3-dark.css +543 -0
  35. package/styles/splitter/material3-dark.scss +2 -0
  36. package/styles/splitter/material3.css +599 -0
  37. package/styles/splitter/material3.scss +2 -0
@@ -0,0 +1,1583 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
3
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
4
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
5
+ :root {
6
+ --color-sf-black: 0, 0, 0;
7
+ --color-sf-white: 255, 255, 255;
8
+ --color-sf-primary: 208, 188, 255;
9
+ --color-sf-primary-container: 79, 55, 139;
10
+ --color-sf-secondary: 204, 194, 220;
11
+ --color-sf-secondary-container: 74, 68, 88;
12
+ --color-sf-tertiary: 239, 184, 200;
13
+ --color-sf-tertiary-container: 99, 59, 72;
14
+ --color-sf-surface: 28, 27, 31;
15
+ --color-sf-surface-variant: 73, 69, 79;
16
+ --color-sf-background: var(--color-sf-surface);
17
+ --color-sf-on-primary: 55, 30, 115;
18
+ --color-sf-on-primary-container: 234, 221, 255;
19
+ --color-sf-on-secondary: 51, 45, 65;
20
+ --color-sf-on-secondary-container: 232, 222, 248;
21
+ --color-sf-on-tertiary: 73, 37, 50;
22
+ --color-sf-on-tertiary-containe: 255, 216, 228;
23
+ --color-sf-on-surface: 230, 225, 229;
24
+ --color-sf-on-surface-variant: 202, 196, 208;
25
+ --color-sf-on-background: 230, 225, 229;
26
+ --color-sf-outline: 147, 143, 153;
27
+ --color-sf-outline-variant: 68, 71, 70;
28
+ --color-sf-shadow: 0, 0, 0;
29
+ --color-sf-surface-tint-color: 208, 188, 255;
30
+ --color-sf-inverse-surface: 230, 225, 229;
31
+ --color-sf-inverse-on-surface: 49, 48, 51;
32
+ --color-sf-inverse-primary: 103, 80, 164;
33
+ --color-sf-scrim: 0, 0, 0;
34
+ --color-sf-error: 242, 184, 181;
35
+ --color-sf-error-container: 140, 29, 24;
36
+ --color-sf-on-error: 96, 20, 16;
37
+ --color-sf-on-error-container: 249, 222, 220;
38
+ --color-sf-success: 83, 202, 23;
39
+ --color-sf-success-container: 22, 62, 2;
40
+ --color-sf-on-success: 13, 39, 0;
41
+ --color-sf-on-success-container: 183, 250, 150;
42
+ --color-sf-info: 71, 172, 251;
43
+ --color-sf-info-container: 0, 67, 120;
44
+ --color-sf-on-info: 0, 51, 91;
45
+ --color-sf-on-info-container: 173, 219, 255;
46
+ --color-sf-warning: 245, 180, 130;
47
+ --color-sf-warning-container: 123, 65, 0;
48
+ --color-sf-on-warning: 99, 52, 0;
49
+ --color-sf-on-warning-container: 255, 220, 193;
50
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
51
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
52
+ --color-sf-success-text: 0, 0, 0;
53
+ --color-sf-warning-text: 0, 0, 0;
54
+ --color-sf-info-text: 0, 0, 0;
55
+ --color-sf-danger-text: 0, 0, 0;
56
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
57
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
58
+ }
59
+
60
+ .e-avatar {
61
+ -ms-flex-line-pack: center;
62
+ align-content: center;
63
+ -ms-flex-align: center;
64
+ align-items: center;
65
+ background-color: rgba(var(--color-sf-primary-container));
66
+ background-position: center;
67
+ background-repeat: no-repeat;
68
+ background-size: cover;
69
+ border-radius: 4px;
70
+ color: rgba(var(--color-sf-on-primary-container));
71
+ display: -ms-inline-flexbox;
72
+ display: inline-flex;
73
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
74
+ font-size: 20px;
75
+ font-weight: 500;
76
+ height: 40px;
77
+ -ms-flex-pack: center;
78
+ justify-content: center;
79
+ overflow: hidden;
80
+ position: relative;
81
+ width: 40px;
82
+ line-height: 20px;
83
+ }
84
+ .e-avatar img {
85
+ height: 100%;
86
+ width: auto;
87
+ }
88
+ .e-avatar.e-avatar-circle {
89
+ border-radius: 50%;
90
+ }
91
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
92
+ border-radius: 50%;
93
+ }
94
+ .e-avatar.e-avatar-xsmall {
95
+ font-size: 14px;
96
+ height: 24px;
97
+ line-height: 14px;
98
+ width: 24px;
99
+ }
100
+ .e-avatar.e-avatar-small {
101
+ font-size: 18px;
102
+ height: 32px;
103
+ line-height: 18px;
104
+ width: 32px;
105
+ }
106
+ .e-avatar.e-avatar-large {
107
+ font-size: 26px;
108
+ height: 48px;
109
+ line-height: 26px;
110
+ width: 48px;
111
+ }
112
+ .e-avatar.e-avatar-xlarge {
113
+ font-size: 30px;
114
+ height: 56px;
115
+ line-height: 30px;
116
+ width: 56px;
117
+ }
118
+
119
+ :root {
120
+ --color-sf-black: 0, 0, 0;
121
+ --color-sf-white: 255, 255, 255;
122
+ --color-sf-primary: 208, 188, 255;
123
+ --color-sf-primary-container: 79, 55, 139;
124
+ --color-sf-secondary: 204, 194, 220;
125
+ --color-sf-secondary-container: 74, 68, 88;
126
+ --color-sf-tertiary: 239, 184, 200;
127
+ --color-sf-tertiary-container: 99, 59, 72;
128
+ --color-sf-surface: 28, 27, 31;
129
+ --color-sf-surface-variant: 73, 69, 79;
130
+ --color-sf-background: var(--color-sf-surface);
131
+ --color-sf-on-primary: 55, 30, 115;
132
+ --color-sf-on-primary-container: 234, 221, 255;
133
+ --color-sf-on-secondary: 51, 45, 65;
134
+ --color-sf-on-secondary-container: 232, 222, 248;
135
+ --color-sf-on-tertiary: 73, 37, 50;
136
+ --color-sf-on-tertiary-containe: 255, 216, 228;
137
+ --color-sf-on-surface: 230, 225, 229;
138
+ --color-sf-on-surface-variant: 202, 196, 208;
139
+ --color-sf-on-background: 230, 225, 229;
140
+ --color-sf-outline: 147, 143, 153;
141
+ --color-sf-outline-variant: 68, 71, 70;
142
+ --color-sf-shadow: 0, 0, 0;
143
+ --color-sf-surface-tint-color: 208, 188, 255;
144
+ --color-sf-inverse-surface: 230, 225, 229;
145
+ --color-sf-inverse-on-surface: 49, 48, 51;
146
+ --color-sf-inverse-primary: 103, 80, 164;
147
+ --color-sf-scrim: 0, 0, 0;
148
+ --color-sf-error: 242, 184, 181;
149
+ --color-sf-error-container: 140, 29, 24;
150
+ --color-sf-on-error: 96, 20, 16;
151
+ --color-sf-on-error-container: 249, 222, 220;
152
+ --color-sf-success: 83, 202, 23;
153
+ --color-sf-success-container: 22, 62, 2;
154
+ --color-sf-on-success: 13, 39, 0;
155
+ --color-sf-on-success-container: 183, 250, 150;
156
+ --color-sf-info: 71, 172, 251;
157
+ --color-sf-info-container: 0, 67, 120;
158
+ --color-sf-on-info: 0, 51, 91;
159
+ --color-sf-on-info-container: 173, 219, 255;
160
+ --color-sf-warning: 245, 180, 130;
161
+ --color-sf-warning-container: 123, 65, 0;
162
+ --color-sf-on-warning: 99, 52, 0;
163
+ --color-sf-on-warning-container: 255, 220, 193;
164
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
165
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
166
+ --color-sf-success-text: 0, 0, 0;
167
+ --color-sf-warning-text: 0, 0, 0;
168
+ --color-sf-info-text: 0, 0, 0;
169
+ --color-sf-danger-text: 0, 0, 0;
170
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
171
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
172
+ }
173
+
174
+ /*! card layout */
175
+ .e-bigger .e-card,
176
+ .e-bigger.e-card {
177
+ line-height: 48px;
178
+ min-height: 48px;
179
+ }
180
+ .e-bigger .e-card > .e-card-header-title,
181
+ .e-bigger.e-card > .e-card-header-title {
182
+ line-height: 1.5;
183
+ padding: 16px;
184
+ }
185
+ .e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title),
186
+ .e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) {
187
+ margin-top: 0;
188
+ padding-top: 0;
189
+ }
190
+ .e-bigger .e-card > .e-card-title,
191
+ .e-bigger.e-card > .e-card-title {
192
+ line-height: 1.5;
193
+ padding: 16px;
194
+ }
195
+ .e-bigger .e-card > .e-card-title + :not(.e-card-title),
196
+ .e-bigger.e-card > .e-card-title + :not(.e-card-title) {
197
+ margin-top: 0;
198
+ padding-top: 0;
199
+ }
200
+ .e-bigger .e-card.e-card-horizontal .e-card-image,
201
+ .e-bigger .e-card.e-card-horizontal img,
202
+ .e-bigger .e-card .e-card-horizontal .e-card-image,
203
+ .e-bigger .e-card .e-card-horizontal img,
204
+ .e-bigger.e-card.e-card-horizontal .e-card-image,
205
+ .e-bigger.e-card.e-card-horizontal img,
206
+ .e-bigger.e-card .e-card-horizontal .e-card-image,
207
+ .e-bigger.e-card .e-card-horizontal img {
208
+ margin: 2px;
209
+ }
210
+ .e-bigger .e-card .e-card-header,
211
+ .e-bigger.e-card .e-card-header {
212
+ min-height: 30px;
213
+ padding: 16px;
214
+ }
215
+ .e-bigger .e-card .e-card-header .e-card-content,
216
+ .e-bigger.e-card .e-card-header .e-card-content {
217
+ padding-left: 0;
218
+ padding-right: 0;
219
+ }
220
+ .e-bigger .e-card .e-card-header .e-card-header-caption,
221
+ .e-bigger.e-card .e-card-header .e-card-header-caption {
222
+ padding: 0 0 0 16px;
223
+ }
224
+ .e-bigger .e-card .e-card-header .e-card-header-caption:first-child,
225
+ .e-bigger.e-card .e-card-header .e-card-header-caption:first-child {
226
+ padding: 0;
227
+ }
228
+ .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title,
229
+ .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title {
230
+ font-size: 16px;
231
+ line-height: 1.5;
232
+ }
233
+ .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title,
234
+ .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
235
+ font-size: 14px;
236
+ line-height: 1.5;
237
+ padding: 8px 0 0;
238
+ }
239
+ .e-bigger .e-card .e-card-header .e-card-header-image,
240
+ .e-bigger.e-card .e-card-header .e-card-header-image {
241
+ background-size: cover;
242
+ height: 60px;
243
+ width: 55px;
244
+ }
245
+ .e-bigger .e-card .e-card-image,
246
+ .e-bigger.e-card .e-card-image {
247
+ min-height: 150px;
248
+ }
249
+ .e-bigger .e-card .e-card-image .e-card-title,
250
+ .e-bigger.e-card .e-card-image .e-card-title {
251
+ font-size: 16px;
252
+ line-height: 1.25;
253
+ min-height: 40px;
254
+ padding: 12px 16px;
255
+ }
256
+ .e-bigger .e-card .e-card-actions,
257
+ .e-bigger.e-card .e-card-actions {
258
+ padding: 16px;
259
+ }
260
+ .e-bigger .e-card .e-card-actions.e-card-vertical,
261
+ .e-bigger.e-card .e-card-actions.e-card-vertical {
262
+ padding: 16px 20px;
263
+ }
264
+ .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn,
265
+ .e-bigger .e-card .e-card-actions.e-card-vertical a,
266
+ .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn,
267
+ .e-bigger.e-card .e-card-actions.e-card-vertical a {
268
+ margin: 0 0 7px 0;
269
+ }
270
+ .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
271
+ .e-bigger .e-card .e-card-actions.e-card-vertical a:last-child,
272
+ .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
273
+ .e-bigger.e-card .e-card-actions.e-card-vertical a:last-child {
274
+ margin-bottom: 0;
275
+ }
276
+ .e-bigger .e-card .e-card-actions .e-card-btn span,
277
+ .e-bigger .e-card .e-card-actions .e-card-btn span.e-icons,
278
+ .e-bigger.e-card .e-card-actions .e-card-btn span,
279
+ .e-bigger.e-card .e-card-actions .e-card-btn span.e-icons {
280
+ height: 24px;
281
+ width: 24px;
282
+ }
283
+ .e-bigger .e-card .e-card-actions .e-card-btn,
284
+ .e-bigger .e-card .e-card-actions a,
285
+ .e-bigger.e-card .e-card-actions .e-card-btn,
286
+ .e-bigger.e-card .e-card-actions a {
287
+ line-height: 38px;
288
+ margin: 0 0 0 13px;
289
+ min-height: 38px;
290
+ padding: 0 8px;
291
+ }
292
+ .e-bigger .e-card .e-card-actions .e-card-btn:first-child,
293
+ .e-bigger .e-card .e-card-actions a:first-child,
294
+ .e-bigger.e-card .e-card-actions .e-card-btn:first-child,
295
+ .e-bigger.e-card .e-card-actions a:first-child {
296
+ margin-left: 0;
297
+ }
298
+ .e-bigger .e-card .e-card-content,
299
+ .e-bigger.e-card .e-card-content {
300
+ padding: 16px;
301
+ }
302
+ .e-bigger .e-card .e-card-content + :not(.e-card-content),
303
+ .e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
304
+ .e-bigger.e-card .e-card-content + :not(.e-card-content),
305
+ .e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical {
306
+ margin-top: 0;
307
+ padding-top: 0;
308
+ }
309
+
310
+ .e-card {
311
+ border-radius: 12px;
312
+ box-sizing: border-box;
313
+ display: -ms-flexbox;
314
+ display: flex;
315
+ -ms-flex-direction: column;
316
+ flex-direction: column;
317
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
318
+ font-size: 15px;
319
+ -ms-flex-pack: center;
320
+ justify-content: center;
321
+ line-height: 36px;
322
+ min-height: 36px;
323
+ overflow: hidden;
324
+ position: relative;
325
+ text-overflow: ellipsis;
326
+ vertical-align: middle;
327
+ width: 100%;
328
+ }
329
+ .e-card > * {
330
+ -ms-flex-pack: center;
331
+ justify-content: center;
332
+ }
333
+ .e-card > .e-card-header-title {
334
+ box-sizing: border-box;
335
+ font-size: 14px;
336
+ line-height: 1.375;
337
+ padding: 12px;
338
+ }
339
+ .e-card > .e-card-header-title + :not(.e-card-header-title) {
340
+ margin-top: 0;
341
+ padding-top: 0;
342
+ }
343
+ .e-card > .e-card-title {
344
+ font-size: 14px;
345
+ line-height: 1.5;
346
+ padding: 12px;
347
+ }
348
+ .e-card > .e-card-title + :not(.e-card-title) {
349
+ margin-top: 0;
350
+ padding-top: 0;
351
+ }
352
+ .e-card > .e-card-header-title,
353
+ .e-card > .e-card-title {
354
+ overflow: hidden;
355
+ text-overflow: ellipsis;
356
+ }
357
+ .e-card .e-card-header-caption {
358
+ line-height: normal;
359
+ }
360
+ .e-card .e-card-header-caption .e-card-header-title {
361
+ font-size: 14px;
362
+ }
363
+ .e-card .e-card-header-caption .e-card-sub-title {
364
+ font-size: 12px;
365
+ }
366
+ .e-card .e-card-stacked {
367
+ display: -ms-flexbox;
368
+ display: flex;
369
+ -ms-flex-direction: column;
370
+ flex-direction: column;
371
+ -ms-flex-pack: center;
372
+ justify-content: center;
373
+ overflow: hidden;
374
+ }
375
+ .e-card.e-card-horizontal,
376
+ .e-card .e-card-horizontal {
377
+ display: -ms-flexbox;
378
+ display: flex;
379
+ -ms-flex-direction: row;
380
+ flex-direction: row;
381
+ -ms-flex-pack: center;
382
+ justify-content: center;
383
+ }
384
+ .e-card.e-card-horizontal .e-card-image,
385
+ .e-card.e-card-horizontal img,
386
+ .e-card .e-card-horizontal .e-card-image,
387
+ .e-card .e-card-horizontal img {
388
+ margin: 2px;
389
+ }
390
+ .e-card .e-card-horizontal {
391
+ line-height: normal;
392
+ padding: 2px;
393
+ }
394
+ .e-card.e-card-horizontal > * {
395
+ -ms-flex: 1;
396
+ flex: 1;
397
+ }
398
+ .e-card.e-card-horizontal .e-card-stacked {
399
+ display: -ms-flexbox;
400
+ display: flex;
401
+ -ms-flex: 1;
402
+ flex: 1;
403
+ -ms-flex-direction: column;
404
+ flex-direction: column;
405
+ overflow: hidden;
406
+ }
407
+ .e-card.e-card-horizontal .e-card-stacked > :first-child {
408
+ -ms-flex-positive: 1;
409
+ flex-grow: 1;
410
+ }
411
+ .e-card .e-card-separator {
412
+ display: block;
413
+ }
414
+ .e-card .e-card-corner {
415
+ border-radius: 50%;
416
+ }
417
+ .e-card .e-card-header {
418
+ box-sizing: border-box;
419
+ display: -ms-flexbox;
420
+ display: flex;
421
+ -ms-flex-direction: row;
422
+ flex-direction: row;
423
+ -ms-flex-pack: center;
424
+ justify-content: center;
425
+ line-height: normal;
426
+ min-height: 22.5px;
427
+ padding: 12px;
428
+ width: inherit;
429
+ }
430
+ .e-card .e-card-header .e-card-content {
431
+ padding-left: 0;
432
+ padding-right: 0;
433
+ }
434
+ .e-card .e-card-header .e-card-actions {
435
+ -ms-flex-pack: start;
436
+ justify-content: flex-start;
437
+ }
438
+ .e-card .e-card-header .e-card-header-image {
439
+ -ms-flex-item-align: center;
440
+ align-self: center;
441
+ display: -ms-flexbox;
442
+ display: flex;
443
+ }
444
+ .e-card .e-card-header .e-card-header-caption {
445
+ -ms-flex-item-align: center;
446
+ align-self: center;
447
+ display: -ms-flexbox;
448
+ display: flex;
449
+ -ms-flex: 1;
450
+ flex: 1;
451
+ -ms-flex-direction: column;
452
+ flex-direction: column;
453
+ overflow: hidden;
454
+ padding: 0 0 0 12px;
455
+ }
456
+ .e-card .e-card-header .e-card-header-caption:first-child {
457
+ padding: 0;
458
+ }
459
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title,
460
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
461
+ display: inline-block;
462
+ overflow: hidden;
463
+ text-overflow: ellipsis;
464
+ white-space: nowrap;
465
+ }
466
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title {
467
+ font-size: 14px;
468
+ font-weight: normal;
469
+ line-height: 1.5;
470
+ }
471
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
472
+ font-size: 12px;
473
+ font-weight: normal;
474
+ line-height: 1.5;
475
+ padding: 4px 0 0;
476
+ }
477
+ .e-card .e-card-header .e-card-header-image {
478
+ background-repeat: no-repeat;
479
+ background-size: cover;
480
+ height: 50px;
481
+ width: 52px;
482
+ }
483
+ .e-card .e-card-header .e-card-corner {
484
+ border-radius: 50%;
485
+ }
486
+ .e-card .e-card-image {
487
+ background-size: cover;
488
+ min-height: 112.5px;
489
+ position: relative;
490
+ width: 100%;
491
+ }
492
+ .e-card .e-card-image .e-card-title {
493
+ bottom: 0;
494
+ box-sizing: border-box;
495
+ font-size: 14px;
496
+ line-height: 30px;
497
+ min-height: 30px;
498
+ overflow: hidden;
499
+ padding: 12px 16px;
500
+ position: absolute;
501
+ text-overflow: ellipsis;
502
+ width: inherit;
503
+ }
504
+ .e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
505
+ bottom: auto;
506
+ top: 0;
507
+ }
508
+ .e-card .e-card-image .e-card-title.e-card-top-right {
509
+ text-align: right;
510
+ }
511
+ .e-card .e-card-image .e-card-title.e-card-bottom-right {
512
+ text-align: right;
513
+ }
514
+ .e-card .e-card-actions {
515
+ box-sizing: border-box;
516
+ display: inline-block;
517
+ -ms-flex-pack: start;
518
+ justify-content: flex-start;
519
+ padding: 12px;
520
+ }
521
+ .e-card .e-card-actions.e-card-vertical {
522
+ display: -ms-flexbox;
523
+ display: flex;
524
+ -ms-flex-direction: column;
525
+ flex-direction: column;
526
+ padding: 12px;
527
+ }
528
+ .e-card .e-card-actions.e-card-vertical .e-card-btn,
529
+ .e-card .e-card-actions.e-card-vertical a {
530
+ -ms-flex-item-align: initial;
531
+ -ms-grid-row-align: initial;
532
+ align-self: initial;
533
+ box-sizing: border-box;
534
+ display: inline-block;
535
+ -ms-flex-pack: center;
536
+ justify-content: center;
537
+ margin: 0 0 0 8px;
538
+ text-align: center;
539
+ width: 100%;
540
+ }
541
+ .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
542
+ .e-card .e-card-actions.e-card-vertical a:last-child {
543
+ margin-bottom: 0;
544
+ }
545
+ .e-card .e-card-actions button,
546
+ .e-card .e-card-actions a {
547
+ -ms-flex-align: center;
548
+ align-items: center;
549
+ -ms-flex-item-align: center;
550
+ align-self: center;
551
+ cursor: pointer;
552
+ display: -ms-inline-flexbox;
553
+ display: inline-flex;
554
+ overflow: hidden;
555
+ vertical-align: middle;
556
+ white-space: nowrap;
557
+ }
558
+ .e-card .e-card-actions .e-card-btn span,
559
+ .e-card .e-card-actions .e-card-btn span.e-icons {
560
+ display: -ms-flexbox;
561
+ display: flex;
562
+ font-size: 12px;
563
+ height: 24px;
564
+ width: 24px;
565
+ }
566
+ .e-card .e-card-actions .e-card-btn span::before,
567
+ .e-card .e-card-actions .e-card-btn span.e-icons::before {
568
+ -ms-flex-item-align: center;
569
+ align-self: center;
570
+ display: -ms-flexbox;
571
+ display: flex;
572
+ -ms-flex-pack: center;
573
+ justify-content: center;
574
+ width: inherit;
575
+ }
576
+ .e-card .e-card-actions .e-card-btn > * {
577
+ overflow: hidden;
578
+ text-overflow: ellipsis;
579
+ width: inherit;
580
+ }
581
+ .e-card .e-card-actions .e-card-btn,
582
+ .e-card .e-card-actions a {
583
+ border-radius: 2px;
584
+ }
585
+ .e-card .e-card-actions .e-card-btn,
586
+ .e-card .e-card-actions a {
587
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
588
+ font-size: 12px;
589
+ line-height: 30px;
590
+ margin: 0 0 0 8px;
591
+ min-height: 30px;
592
+ padding: 0 6px;
593
+ text-decoration: none;
594
+ text-transform: none;
595
+ }
596
+ .e-card .e-card-actions .e-card-btn:first-child,
597
+ .e-card .e-card-actions a:first-child {
598
+ margin-left: 0;
599
+ }
600
+ .e-card .e-card-content {
601
+ font-size: 14px;
602
+ line-height: 1.5;
603
+ padding: 12px;
604
+ word-wrap: break-word;
605
+ }
606
+ .e-card .e-card-content + :not(.e-card-content),
607
+ .e-card .e-card-content + .e-card-actions.e-card-vertical {
608
+ margin-top: 0;
609
+ padding-top: 0;
610
+ }
611
+ .e-card .e-card-content,
612
+ .e-card .e-card-content p {
613
+ line-height: 1.5;
614
+ overflow: hidden;
615
+ text-overflow: ellipsis;
616
+ }
617
+
618
+ /*! card theme */
619
+ /* stylelint-disable property-no-vendor-prefix */
620
+ .e-card {
621
+ -webkit-tap-highlight-color: rgba(var(--color-sf-primary));
622
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
623
+ border: none none none;
624
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
625
+ color: rgba(var(--color-sf-on-surface));
626
+ outline: none;
627
+ }
628
+ .e-card:hover {
629
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
630
+ border-color: rgba(var(--color-sf-on-surface), 0.38);
631
+ }
632
+ .e-card:focus {
633
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
634
+ border-color: rgba(var(--color-sf-outline-variant));
635
+ }
636
+ .e-card:active {
637
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
638
+ border-color: rgba(var(--color-sf-primary));
639
+ }
640
+ .e-card .e-card-separator {
641
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
642
+ }
643
+ .e-card .e-card-header-caption .e-card-header-title {
644
+ color: rgba(var(--color-sf-on-surface));
645
+ }
646
+ .e-card .e-card-header-caption .e-card-sub-title {
647
+ color: rgba(var(--color-sf-on-surface));
648
+ }
649
+ .e-card .e-card-image .e-card-title {
650
+ background-color: rgba(var(--color-sf-scrim), 0.5);
651
+ color: rgba(var(--color-sf-white));
652
+ }
653
+ .e-card .e-card-actions .e-card-btn span,
654
+ .e-card .e-card-actions .e-card-btn span.e-icons {
655
+ color: rgba(var(--color-sf-primary));
656
+ }
657
+ .e-card .e-card-actions .e-card-btn,
658
+ .e-card .e-card-actions a {
659
+ background-color: rgba(var(--color-sf-primary));
660
+ border: 1px solid rgba(var(--color-sf-primary));
661
+ color: rgba(var(--color-sf-on-primary));
662
+ outline: 0;
663
+ }
664
+ .e-card .e-card-actions .e-card-btn:hover,
665
+ .e-card .e-card-actions a:hover {
666
+ background-color: rgba(var(--color-sf-primary));
667
+ border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
668
+ color: rgba(var(--color-sf-on-primary));
669
+ }
670
+ .e-card .e-card-actions .e-card-btn:focus,
671
+ .e-card .e-card-actions a:focus {
672
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
673
+ border: 1px solid;
674
+ color: var(--color-sf-on-surface);
675
+ }
676
+ .e-card .e-card-actions .e-card-btn:active,
677
+ .e-card .e-card-actions a:active {
678
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
679
+ border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
680
+ color: rgba(var(--color-sf-on-surface));
681
+ }
682
+ .e-card .e-card-content {
683
+ color: rgba(var(--color-sf-on-surface));
684
+ }
685
+
686
+ :root {
687
+ --color-sf-black: 0, 0, 0;
688
+ --color-sf-white: 255, 255, 255;
689
+ --color-sf-primary: 208, 188, 255;
690
+ --color-sf-primary-container: 79, 55, 139;
691
+ --color-sf-secondary: 204, 194, 220;
692
+ --color-sf-secondary-container: 74, 68, 88;
693
+ --color-sf-tertiary: 239, 184, 200;
694
+ --color-sf-tertiary-container: 99, 59, 72;
695
+ --color-sf-surface: 28, 27, 31;
696
+ --color-sf-surface-variant: 73, 69, 79;
697
+ --color-sf-background: var(--color-sf-surface);
698
+ --color-sf-on-primary: 55, 30, 115;
699
+ --color-sf-on-primary-container: 234, 221, 255;
700
+ --color-sf-on-secondary: 51, 45, 65;
701
+ --color-sf-on-secondary-container: 232, 222, 248;
702
+ --color-sf-on-tertiary: 73, 37, 50;
703
+ --color-sf-on-tertiary-containe: 255, 216, 228;
704
+ --color-sf-on-surface: 230, 225, 229;
705
+ --color-sf-on-surface-variant: 202, 196, 208;
706
+ --color-sf-on-background: 230, 225, 229;
707
+ --color-sf-outline: 147, 143, 153;
708
+ --color-sf-outline-variant: 68, 71, 70;
709
+ --color-sf-shadow: 0, 0, 0;
710
+ --color-sf-surface-tint-color: 208, 188, 255;
711
+ --color-sf-inverse-surface: 230, 225, 229;
712
+ --color-sf-inverse-on-surface: 49, 48, 51;
713
+ --color-sf-inverse-primary: 103, 80, 164;
714
+ --color-sf-scrim: 0, 0, 0;
715
+ --color-sf-error: 242, 184, 181;
716
+ --color-sf-error-container: 140, 29, 24;
717
+ --color-sf-on-error: 96, 20, 16;
718
+ --color-sf-on-error-container: 249, 222, 220;
719
+ --color-sf-success: 83, 202, 23;
720
+ --color-sf-success-container: 22, 62, 2;
721
+ --color-sf-on-success: 13, 39, 0;
722
+ --color-sf-on-success-container: 183, 250, 150;
723
+ --color-sf-info: 71, 172, 251;
724
+ --color-sf-info-container: 0, 67, 120;
725
+ --color-sf-on-info: 0, 51, 91;
726
+ --color-sf-on-info-container: 173, 219, 255;
727
+ --color-sf-warning: 245, 180, 130;
728
+ --color-sf-warning-container: 123, 65, 0;
729
+ --color-sf-on-warning: 99, 52, 0;
730
+ --color-sf-on-warning-container: 255, 220, 193;
731
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
732
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
733
+ --color-sf-success-text: 0, 0, 0;
734
+ --color-sf-warning-text: 0, 0, 0;
735
+ --color-sf-info-text: 0, 0, 0;
736
+ --color-sf-danger-text: 0, 0, 0;
737
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
738
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
739
+ }
740
+
741
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
742
+ content: "\e7e3";
743
+ font-family: "e-icons";
744
+ font-size: 14px;
745
+ }
746
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
747
+ content: "\e7fd";
748
+ font-family: "e-icons";
749
+ font-size: 14px;
750
+ }
751
+
752
+ .e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
753
+ font-size: 16px;
754
+ }
755
+ .e-bigger.e-splitter .e-split-bar .e-resize-handler::before {
756
+ font-size: 16px;
757
+ }
758
+
759
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
760
+ border-width: 1px;
761
+ display: -ms-flexbox;
762
+ display: flex;
763
+ overflow: hidden;
764
+ position: relative;
765
+ -ms-touch-action: none;
766
+ touch-action: none;
767
+ width: 100%;
768
+ }
769
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
770
+ -ms-flex: 1 1 auto;
771
+ flex: 1 1 auto;
772
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
773
+ font-size: 14px;
774
+ font-weight: 400;
775
+ }
776
+ .e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
777
+ overflow: auto;
778
+ }
779
+ .e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
780
+ -ms-flex-positive: 0;
781
+ flex-grow: 0;
782
+ -ms-flex-negative: 0;
783
+ flex-shrink: 0;
784
+ }
785
+ .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
786
+ overflow: auto;
787
+ }
788
+ .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
789
+ -ms-flex-preferred-size: 0 !important;
790
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
791
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
792
+ }
793
+ .e-splitter.e-splitter-horizontal {
794
+ -ms-flex-direction: row;
795
+ flex-direction: row;
796
+ }
797
+ .e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
798
+ overflow: hidden;
799
+ }
800
+ .e-splitter.e-splitter-horizontal.e-rtl {
801
+ -ms-flex-direction: row-reverse;
802
+ flex-direction: row-reverse;
803
+ }
804
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
805
+ -ms-flex-direction: row-reverse;
806
+ flex-direction: row-reverse;
807
+ }
808
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
809
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
810
+ right: auto;
811
+ }
812
+ .e-splitter.e-splitter-vertical {
813
+ -ms-flex-direction: column;
814
+ flex-direction: column;
815
+ }
816
+ .e-splitter.e-splitter-vertical.e-pane.e-scrollable {
817
+ overflow: hidden;
818
+ }
819
+ .e-splitter.e-splitter-vertical .e-pane-vertical {
820
+ overflow: auto;
821
+ }
822
+ .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
823
+ -ms-flex-preferred-size: 0 !important;
824
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
825
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
826
+ }
827
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
828
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
829
+ right: auto;
830
+ }
831
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
832
+ border-radius: 50%;
833
+ bottom: 20px;
834
+ right: 22px;
835
+ }
836
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
837
+ border-radius: 50%;
838
+ left: 22px;
839
+ right: auto;
840
+ top: 20px;
841
+ }
842
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
843
+ right: auto;
844
+ }
845
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
846
+ -ms-flex-align: center;
847
+ align-items: center;
848
+ display: -ms-flexbox;
849
+ display: flex;
850
+ -ms-flex: 0 0 auto;
851
+ flex: 0 0 auto;
852
+ -ms-flex-pack: center;
853
+ justify-content: center;
854
+ min-width: 1px;
855
+ z-index: 15;
856
+ }
857
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
858
+ visibility: hidden;
859
+ }
860
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
861
+ cursor: col-resize;
862
+ }
863
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
864
+ content: "";
865
+ cursor: col-resize;
866
+ display: block;
867
+ height: 100%;
868
+ position: absolute;
869
+ width: 16px;
870
+ z-index: 10;
871
+ }
872
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
873
+ -ms-flex-align: center;
874
+ align-items: center;
875
+ display: -ms-flexbox;
876
+ display: flex;
877
+ height: 18px;
878
+ -ms-flex-pack: center;
879
+ justify-content: center;
880
+ position: relative;
881
+ width: 1px;
882
+ }
883
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
884
+ visibility: hidden;
885
+ }
886
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
887
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
888
+ left: 8px;
889
+ right: 3px;
890
+ }
891
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
892
+ border-image: none;
893
+ border-width: 1px;
894
+ cursor: pointer;
895
+ display: -ms-flexbox;
896
+ display: flex;
897
+ height: 26px;
898
+ padding: 1px 12px;
899
+ position: relative;
900
+ }
901
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
902
+ border-radius: 16px;
903
+ content: "";
904
+ height: 8px;
905
+ position: absolute;
906
+ transform: rotate(0deg);
907
+ width: 2px;
908
+ }
909
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
910
+ top: 5px;
911
+ transform-origin: 1px 7px 0;
912
+ }
913
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
914
+ top: 11px;
915
+ transform-origin: 1px 1px 0;
916
+ }
917
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
918
+ border-radius: 50%;
919
+ right: 5px;
920
+ }
921
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
922
+ border-radius: 50%;
923
+ left: 5px;
924
+ }
925
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after {
926
+ right: 8px;
927
+ }
928
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
929
+ margin: 0 3px;
930
+ }
931
+ .e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
932
+ margin: 0 0 0 3px;
933
+ }
934
+ .e-splitter .e-split-bar.e-split-bar-vertical {
935
+ -ms-flex-align: center;
936
+ align-items: center;
937
+ border-left: none;
938
+ border-right: none;
939
+ display: -ms-flexbox;
940
+ display: flex;
941
+ -ms-flex: 0 0 auto;
942
+ flex: 0 0 auto;
943
+ -ms-flex-pack: center;
944
+ justify-content: center;
945
+ min-height: 1px;
946
+ }
947
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
948
+ visibility: hidden;
949
+ }
950
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
951
+ cursor: row-resize;
952
+ }
953
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
954
+ content: "";
955
+ cursor: row-resize;
956
+ display: block;
957
+ height: 16px;
958
+ position: absolute;
959
+ width: 100%;
960
+ z-index: 12;
961
+ }
962
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
963
+ -ms-flex-align: center;
964
+ align-items: center;
965
+ display: -ms-flexbox;
966
+ display: flex;
967
+ height: 1px;
968
+ -ms-flex-pack: center;
969
+ justify-content: center;
970
+ width: 18px;
971
+ }
972
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
973
+ visibility: hidden;
974
+ }
975
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
976
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
977
+ left: 10px;
978
+ }
979
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
980
+ border-image: none;
981
+ border-width: 0;
982
+ cursor: pointer;
983
+ display: -ms-flexbox;
984
+ display: flex;
985
+ height: 26px;
986
+ padding: 10px 3px 10px 18px;
987
+ position: relative;
988
+ width: 26px;
989
+ }
990
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
991
+ border-radius: 16px;
992
+ content: "";
993
+ height: 8px;
994
+ position: absolute;
995
+ transform: rotate(90deg);
996
+ width: 2px;
997
+ }
998
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
999
+ top: 3px;
1000
+ transform-origin: 2px 7px 0;
1001
+ }
1002
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
1003
+ left: 11px;
1004
+ top: 8px;
1005
+ transform-origin: 1px 1px 0;
1006
+ }
1007
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
1008
+ left: 12px;
1009
+ top: 8px;
1010
+ transform-origin: 1px 6px 0;
1011
+ }
1012
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
1013
+ left: 10px;
1014
+ top: 12px;
1015
+ transform-origin: 1px 2px 0;
1016
+ }
1017
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
1018
+ border-radius: 50%;
1019
+ bottom: 20px;
1020
+ left: 22px;
1021
+ }
1022
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
1023
+ border-radius: 50%;
1024
+ right: 22px;
1025
+ top: 20px;
1026
+ }
1027
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
1028
+ right: 10px;
1029
+ }
1030
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
1031
+ margin: 3px 0;
1032
+ }
1033
+ .e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
1034
+ margin: 3px 0 0;
1035
+ }
1036
+
1037
+ .e-bigger.e-splitter .e-pane {
1038
+ font-size: 16px;
1039
+ }
1040
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
1041
+ height: 20px;
1042
+ }
1043
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1044
+ width: 20px;
1045
+ }
1046
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
1047
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
1048
+ margin-top: -2px;
1049
+ }
1050
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
1051
+ margin-top: 2px;
1052
+ }
1053
+
1054
+ .e-rtl .e-splitter.e-splitter-horizontal {
1055
+ -ms-flex-direction: row-reverse;
1056
+ flex-direction: row-reverse;
1057
+ }
1058
+
1059
+ .e-bigger .e-splitter .e-pane {
1060
+ font-size: 16px;
1061
+ }
1062
+ .e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
1063
+ height: 20px;
1064
+ }
1065
+ .e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1066
+ width: 20px;
1067
+ }
1068
+
1069
+ .e-content-placeholder.e-splitter.e-placeholder-splitter {
1070
+ background-size: 100px 110px;
1071
+ min-height: 110px;
1072
+ }
1073
+
1074
+ .e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter,
1075
+ .e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter {
1076
+ background-size: 100px 110px;
1077
+ min-height: 110px;
1078
+ }
1079
+
1080
+ .e-splitter.e-ie .e-navigate-arrow.e-arrow-left {
1081
+ margin-left: -26px;
1082
+ }
1083
+
1084
+ .e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler {
1085
+ -ms-flex-direction: column;
1086
+ flex-direction: column;
1087
+ }
1088
+
1089
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
1090
+ border: solid 1px rgba(var(--color-sf-outline-variant));
1091
+ }
1092
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
1093
+ color: rgba(var(--color-sf-on-surface));
1094
+ }
1095
+ .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical {
1096
+ border: transparent;
1097
+ }
1098
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
1099
+ background: rgba(var(--color-sf-outline-variant));
1100
+ border-left: none;
1101
+ border-right: none;
1102
+ }
1103
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
1104
+ background: rgba(var(--color-sf-surface));
1105
+ color: rgba(var(--color-sf-on-surface-variant));
1106
+ }
1107
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
1108
+ background-color: transparent;
1109
+ border-color: transparent;
1110
+ color: transparent;
1111
+ transition: background-color 500ms ease-out;
1112
+ }
1113
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::after {
1114
+ background-color: rgba(var(--color-sf-primary));
1115
+ opacity: 0;
1116
+ transition-duration: 0.3s;
1117
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
1118
+ }
1119
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
1120
+ background: rgba(var(--color-sf-primary));
1121
+ border-left: none;
1122
+ border-right: none;
1123
+ }
1124
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
1125
+ background: rgba(var(--color-sf-surface));
1126
+ color: rgba(var(--color-sf-primary));
1127
+ }
1128
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
1129
+ background-color: transparent;
1130
+ border-color: rgba(var(--color-sf-primary));
1131
+ border-width: 1px;
1132
+ opacity: 0.9;
1133
+ }
1134
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::before {
1135
+ background-color: rgba(var(--color-sf-primary));
1136
+ opacity: 1;
1137
+ transform: rotate(40deg);
1138
+ }
1139
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::after {
1140
+ background-color: rgba(var(--color-sf-primary));
1141
+ opacity: 1;
1142
+ transform: rotate(-40deg);
1143
+ }
1144
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before {
1145
+ background-color: rgba(var(--color-sf-primary));
1146
+ opacity: 1;
1147
+ transform: rotate(-40deg);
1148
+ }
1149
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after {
1150
+ background-color: rgba(var(--color-sf-primary));
1151
+ opacity: 1;
1152
+ transform: rotate(40deg);
1153
+ }
1154
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
1155
+ background: rgba(var(--color-sf-primary));
1156
+ }
1157
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
1158
+ background: rgba(var(--color-sf-surface));
1159
+ color: rgba(var(--color-sf-primary));
1160
+ }
1161
+ .e-splitter .e-split-bar.e-split-bar-vertical {
1162
+ background: rgba(var(--color-sf-outline-variant));
1163
+ }
1164
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1165
+ background: rgba(var(--color-sf-surface));
1166
+ color: rgba(var(--color-sf-on-surface-variant));
1167
+ }
1168
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1169
+ background: rgba(var(--color-sf-primary));
1170
+ border-left: none;
1171
+ border-right: none;
1172
+ }
1173
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
1174
+ background-color: transparent;
1175
+ border-color: rgba(var(--color-sf-primary));
1176
+ border-width: 1px;
1177
+ opacity: 0.9;
1178
+ }
1179
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
1180
+ background: rgba(var(--color-sf-surface));
1181
+ color: rgba(var(--color-sf-primary));
1182
+ }
1183
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
1184
+ background-color: rgba(var(--color-sf-primary));
1185
+ opacity: 1;
1186
+ transform: rotate(125deg);
1187
+ }
1188
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after {
1189
+ background-color: rgba(var(--color-sf-primary));
1190
+ opacity: 1;
1191
+ transform: rotate(50deg);
1192
+ }
1193
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before {
1194
+ background-color: rgba(var(--color-sf-primary));
1195
+ opacity: 1;
1196
+ transform: rotate(55deg);
1197
+ }
1198
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after {
1199
+ background-color: rgba(var(--color-sf-primary));
1200
+ opacity: 1;
1201
+ transform: rotate(125deg);
1202
+ }
1203
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
1204
+ background-color: transparent;
1205
+ border-color: transparent;
1206
+ color: transparent;
1207
+ transition: background-color 300ms ease-out;
1208
+ }
1209
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
1210
+ background-color: rgba(var(--color-sf-primary));
1211
+ opacity: 0;
1212
+ transition-duration: 0.3s;
1213
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
1214
+ }
1215
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1216
+ background: rgba(var(--color-sf-primary));
1217
+ }
1218
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
1219
+ background: rgba(var(--color-sf-surface));
1220
+ color: rgba(var(--color-sf-primary));
1221
+ }
1222
+ .e-splitter.e-disabled {
1223
+ opacity: 0.4;
1224
+ pointer-events: none;
1225
+ }
1226
+
1227
+ /* stylelint-disable-line no-empty-source */
1228
+ :root {
1229
+ --color-sf-black: 0, 0, 0;
1230
+ --color-sf-white: 255, 255, 255;
1231
+ --color-sf-primary: 208, 188, 255;
1232
+ --color-sf-primary-container: 79, 55, 139;
1233
+ --color-sf-secondary: 204, 194, 220;
1234
+ --color-sf-secondary-container: 74, 68, 88;
1235
+ --color-sf-tertiary: 239, 184, 200;
1236
+ --color-sf-tertiary-container: 99, 59, 72;
1237
+ --color-sf-surface: 28, 27, 31;
1238
+ --color-sf-surface-variant: 73, 69, 79;
1239
+ --color-sf-background: var(--color-sf-surface);
1240
+ --color-sf-on-primary: 55, 30, 115;
1241
+ --color-sf-on-primary-container: 234, 221, 255;
1242
+ --color-sf-on-secondary: 51, 45, 65;
1243
+ --color-sf-on-secondary-container: 232, 222, 248;
1244
+ --color-sf-on-tertiary: 73, 37, 50;
1245
+ --color-sf-on-tertiary-containe: 255, 216, 228;
1246
+ --color-sf-on-surface: 230, 225, 229;
1247
+ --color-sf-on-surface-variant: 202, 196, 208;
1248
+ --color-sf-on-background: 230, 225, 229;
1249
+ --color-sf-outline: 147, 143, 153;
1250
+ --color-sf-outline-variant: 68, 71, 70;
1251
+ --color-sf-shadow: 0, 0, 0;
1252
+ --color-sf-surface-tint-color: 208, 188, 255;
1253
+ --color-sf-inverse-surface: 230, 225, 229;
1254
+ --color-sf-inverse-on-surface: 49, 48, 51;
1255
+ --color-sf-inverse-primary: 103, 80, 164;
1256
+ --color-sf-scrim: 0, 0, 0;
1257
+ --color-sf-error: 242, 184, 181;
1258
+ --color-sf-error-container: 140, 29, 24;
1259
+ --color-sf-on-error: 96, 20, 16;
1260
+ --color-sf-on-error-container: 249, 222, 220;
1261
+ --color-sf-success: 83, 202, 23;
1262
+ --color-sf-success-container: 22, 62, 2;
1263
+ --color-sf-on-success: 13, 39, 0;
1264
+ --color-sf-on-success-container: 183, 250, 150;
1265
+ --color-sf-info: 71, 172, 251;
1266
+ --color-sf-info-container: 0, 67, 120;
1267
+ --color-sf-on-info: 0, 51, 91;
1268
+ --color-sf-on-info-container: 173, 219, 255;
1269
+ --color-sf-warning: 245, 180, 130;
1270
+ --color-sf-warning-container: 123, 65, 0;
1271
+ --color-sf-on-warning: 99, 52, 0;
1272
+ --color-sf-on-warning-container: 255, 220, 193;
1273
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
1274
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
1275
+ --color-sf-success-text: 0, 0, 0;
1276
+ --color-sf-warning-text: 0, 0, 0;
1277
+ --color-sf-info-text: 0, 0, 0;
1278
+ --color-sf-danger-text: 0, 0, 0;
1279
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
1280
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
1281
+ }
1282
+
1283
+ /*! component's theme wise override material 3 definitions and variables */
1284
+ /* stylelint-disable */
1285
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1286
+ height: 100%;
1287
+ padding: 20px 0;
1288
+ right: 1px;
1289
+ top: 0;
1290
+ width: 12px;
1291
+ }
1292
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
1293
+ height: 100%;
1294
+ left: 0;
1295
+ padding: 20px 0;
1296
+ top: 0;
1297
+ width: 12px;
1298
+ }
1299
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
1300
+ height: 12px;
1301
+ padding: 0 20px;
1302
+ top: 1px;
1303
+ width: 100%;
1304
+ }
1305
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
1306
+ bottom: 1px;
1307
+ height: 12px;
1308
+ padding: 0 20px;
1309
+ width: 100%;
1310
+ }
1311
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
1312
+ bottom: 0;
1313
+ right: 1px;
1314
+ z-index: 10;
1315
+ }
1316
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
1317
+ left: 2px;
1318
+ top: 2px;
1319
+ z-index: 10;
1320
+ }
1321
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
1322
+ right: 2px;
1323
+ top: 2px;
1324
+ z-index: 10;
1325
+ }
1326
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
1327
+ bottom: 1px;
1328
+ left: 1px;
1329
+ z-index: 10;
1330
+ }
1331
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
1332
+ bottom: 4px;
1333
+ content: "\e761";
1334
+ font-size: 12px;
1335
+ position: absolute;
1336
+ right: 4px;
1337
+ }
1338
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
1339
+ bottom: 4px;
1340
+ content: "\e761";
1341
+ font-size: 12px;
1342
+ left: 4px;
1343
+ position: absolute;
1344
+ transform: rotateY(180deg);
1345
+ }
1346
+
1347
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
1348
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1349
+ border-collapse: collapse;
1350
+ height: 100%;
1351
+ width: 100%;
1352
+ }
1353
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
1354
+ border: 1px dashed rgba(var(--color-sf-primary));
1355
+ position: absolute;
1356
+ }
1357
+ .e-dashboardlayout.e-control.e-responsive {
1358
+ width: 100% !important;
1359
+ }
1360
+ .e-dashboardlayout.e-control.e-prevent {
1361
+ -webkit-user-select: none;
1362
+ -ms-user-select: none;
1363
+ user-select: none;
1364
+ }
1365
+ .e-dashboardlayout.e-control .e-panel {
1366
+ border-radius: 8px;
1367
+ }
1368
+ .e-dashboardlayout.e-control .e-panel:hover {
1369
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1370
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1371
+ }
1372
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
1373
+ display: block;
1374
+ }
1375
+ .e-dashboardlayout.e-control .e-panel:active {
1376
+ border: 1px solid rgba(var(--color-sf-primary));
1377
+ }
1378
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
1379
+ display: none;
1380
+ }
1381
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1382
+ transition: top 0.5s, left 0.5s;
1383
+ }
1384
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
1385
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
1386
+ color: rgba(var(--color-sf-on-surface));
1387
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1388
+ font-size: 14px;
1389
+ font-weight: 600;
1390
+ height: 40px;
1391
+ padding: 11px 16px;
1392
+ border-top-left-radius: 8px;
1393
+ border-top-right-radius: 8px;
1394
+ }
1395
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
1396
+ overflow: hidden;
1397
+ text-overflow: ellipsis;
1398
+ white-space: nowrap;
1399
+ }
1400
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
1401
+ display: inline-block;
1402
+ }
1403
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
1404
+ float: right;
1405
+ }
1406
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
1407
+ height: 100%;
1408
+ width: 100%;
1409
+ }
1410
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
1411
+ height: inherit;
1412
+ width: inherit;
1413
+ }
1414
+ .e-dashboardlayout.e-control .e-panel {
1415
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1416
+ height: 100%;
1417
+ -webkit-user-select: none;
1418
+ -ms-user-select: none;
1419
+ user-select: none;
1420
+ width: 100%;
1421
+ }
1422
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
1423
+ position: absolute;
1424
+ -ms-touch-action: none;
1425
+ touch-action: none;
1426
+ }
1427
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
1428
+ border: none;
1429
+ }
1430
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
1431
+ cursor: e-resize;
1432
+ }
1433
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
1434
+ cursor: w-resize;
1435
+ }
1436
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
1437
+ cursor: n-resize;
1438
+ }
1439
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
1440
+ cursor: s-resize;
1441
+ }
1442
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
1443
+ cursor: nw-resize;
1444
+ }
1445
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
1446
+ cursor: ne-resize;
1447
+ }
1448
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
1449
+ cursor: sw-resize;
1450
+ }
1451
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
1452
+ cursor: se-resize;
1453
+ }
1454
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
1455
+ font-family: "e-icons";
1456
+ position: absolute;
1457
+ }
1458
+ .e-dashboardlayout.e-control .e-drag:hover {
1459
+ cursor: move;
1460
+ }
1461
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
1462
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
1463
+ cursor: default;
1464
+ }
1465
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
1466
+ cursor: move;
1467
+ z-index: 1111 !important;
1468
+ }
1469
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
1470
+ float: left;
1471
+ }
1472
+ .e-dashboardlayout.e-control .e-holder {
1473
+ background: rgba(var(--color-sf-primary-container));
1474
+ border: 1px rgba(var(--color-sf-primary)) dashed;
1475
+ border-radius: 8px;
1476
+ position: absolute;
1477
+ border-radius: 8px;
1478
+ }
1479
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
1480
+ transition: top 0.3s, left 0.3s;
1481
+ }
1482
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
1483
+ font-size: 16px;
1484
+ font-weight: 600;
1485
+ height: 48px;
1486
+ padding: 14px 16px;
1487
+ }
1488
+
1489
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
1490
+ font-size: 16px;
1491
+ font-weight: 600;
1492
+ height: 48px;
1493
+ padding: 14px 16px;
1494
+ }
1495
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
1496
+ height: 100%;
1497
+ width: 100%;
1498
+ }
1499
+
1500
+ .e-dashboardlayout.e-control {
1501
+ display: block;
1502
+ position: relative;
1503
+ }
1504
+ .e-dashboardlayout.e-control .e-panel {
1505
+ background: rgba(var(--color-sf-surface));
1506
+ box-shadow: none;
1507
+ box-sizing: border-box;
1508
+ position: absolute;
1509
+ }
1510
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
1511
+ color: rgba(var(--color-sf-on-surface));
1512
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1513
+ box-sizing: border-box;
1514
+ }
1515
+ .e-dashboardlayout.e-control .e-panel {
1516
+ background: rgba(var(--color-sf-surface));
1517
+ box-shadow: none;
1518
+ box-sizing: border-box;
1519
+ position: absolute;
1520
+ }
1521
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
1522
+ color: rgba(var(--color-sf-on-surface));
1523
+ }
1524
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
1525
+ background: none;
1526
+ }
1527
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
1528
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
1529
+ font-size: 8px;
1530
+ height: 8px;
1531
+ width: 8px;
1532
+ }
1533
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
1534
+ bottom: 2px;
1535
+ right: 2px;
1536
+ }
1537
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
1538
+ bottom: 2px;
1539
+ left: 2px;
1540
+ }
1541
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
1542
+ left: 2px;
1543
+ top: 2px;
1544
+ }
1545
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
1546
+ right: 2px;
1547
+ top: 2px;
1548
+ }
1549
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
1550
+ right: 2px;
1551
+ top: 2px;
1552
+ }
1553
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
1554
+ left: 2px;
1555
+ top: 2px;
1556
+ }
1557
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
1558
+ bottom: 2px;
1559
+ left: 2px;
1560
+ }
1561
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
1562
+ bottom: 2px;
1563
+ right: 2px;
1564
+ }
1565
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
1566
+ right: 2px;
1567
+ top: 2px;
1568
+ }
1569
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
1570
+ left: 2px;
1571
+ top: 2px;
1572
+ }
1573
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
1574
+ bottom: 2px;
1575
+ left: 2px;
1576
+ }
1577
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
1578
+ bottom: 2px;
1579
+ right: 2px;
1580
+ }
1581
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
1582
+ color: rgba(var(--color-sf-on-surface));
1583
+ }