@syncfusion/ej2-vue-layouts 21.2.9 → 22.1.36

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