@syncfusion/ej2-react-layouts 25.2.3 → 26.1.38

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 (121) hide show
  1. package/dist/ej2-react-layouts.min.js +2 -2
  2. package/dist/ej2-react-layouts.umd.min.js +2 -2
  3. package/dist/ej2-react-layouts.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-react-layouts.es2015.js +5 -5
  5. package/dist/es6/ej2-react-layouts.es2015.js.map +1 -1
  6. package/package.json +16 -12
  7. package/styles/avatar/bootstrap-dark.css +48 -1
  8. package/styles/avatar/bootstrap.css +48 -1
  9. package/styles/avatar/bootstrap4.css +48 -1
  10. package/styles/avatar/bootstrap5-dark.css +63 -1
  11. package/styles/avatar/bootstrap5.css +63 -1
  12. package/styles/avatar/fabric-dark.css +48 -1
  13. package/styles/avatar/fabric.css +48 -1
  14. package/styles/avatar/fluent-dark.css +61 -1
  15. package/styles/avatar/fluent.css +61 -1
  16. package/styles/avatar/fluent2.css +1097 -0
  17. package/styles/avatar/fluent2.scss +1 -0
  18. package/styles/avatar/highcontrast-light.css +48 -1
  19. package/styles/avatar/highcontrast.css +48 -1
  20. package/styles/avatar/material-dark.css +48 -1
  21. package/styles/avatar/material.css +48 -1
  22. package/styles/avatar/material3-dark.css +171 -1
  23. package/styles/avatar/material3.css +283 -1
  24. package/styles/avatar/tailwind-dark.css +61 -1
  25. package/styles/avatar/tailwind.css +61 -1
  26. package/styles/bootstrap-dark.css +1752 -1
  27. package/styles/bootstrap.css +1753 -1
  28. package/styles/bootstrap4.css +1757 -1
  29. package/styles/bootstrap5-dark.css +1770 -1
  30. package/styles/bootstrap5.css +1770 -1
  31. package/styles/card/bootstrap-dark.css +556 -1
  32. package/styles/card/bootstrap.css +557 -1
  33. package/styles/card/bootstrap4.css +563 -1
  34. package/styles/card/bootstrap5-dark.css +556 -1
  35. package/styles/card/bootstrap5.css +556 -1
  36. package/styles/card/fabric-dark.css +556 -1
  37. package/styles/card/fabric.css +567 -1
  38. package/styles/card/fluent-dark.css +579 -1
  39. package/styles/card/fluent.css +579 -1
  40. package/styles/card/fluent2.css +1593 -0
  41. package/styles/card/fluent2.scss +1 -0
  42. package/styles/card/highcontrast-light.css +556 -1
  43. package/styles/card/highcontrast.css +568 -1
  44. package/styles/card/material-dark.css +556 -1
  45. package/styles/card/material.css +557 -1
  46. package/styles/card/material3-dark.css +667 -1
  47. package/styles/card/material3.css +779 -1
  48. package/styles/card/tailwind-dark.css +557 -1
  49. package/styles/card/tailwind.css +557 -1
  50. package/styles/dashboard-layout/bootstrap-dark.css +295 -1
  51. package/styles/dashboard-layout/bootstrap.css +295 -1
  52. package/styles/dashboard-layout/bootstrap4.css +295 -1
  53. package/styles/dashboard-layout/bootstrap5-dark.css +306 -1
  54. package/styles/dashboard-layout/bootstrap5.css +306 -1
  55. package/styles/dashboard-layout/fabric-dark.css +295 -1
  56. package/styles/dashboard-layout/fabric.css +295 -1
  57. package/styles/dashboard-layout/fluent-dark.css +300 -1
  58. package/styles/dashboard-layout/fluent.css +300 -1
  59. package/styles/dashboard-layout/fluent2.css +1336 -0
  60. package/styles/dashboard-layout/fluent2.scss +1 -0
  61. package/styles/dashboard-layout/highcontrast-light.css +232 -1
  62. package/styles/dashboard-layout/highcontrast.css +293 -1
  63. package/styles/dashboard-layout/material-dark.css +295 -1
  64. package/styles/dashboard-layout/material.css +295 -1
  65. package/styles/dashboard-layout/material3-dark.css +412 -1
  66. package/styles/dashboard-layout/material3.css +524 -1
  67. package/styles/dashboard-layout/tailwind-dark.css +319 -1
  68. package/styles/dashboard-layout/tailwind.css +319 -1
  69. package/styles/fabric-dark.css +1752 -1
  70. package/styles/fabric.css +1763 -1
  71. package/styles/fluent-dark.css +1785 -1
  72. package/styles/fluent.css +1785 -1
  73. package/styles/fluent2.css +6939 -0
  74. package/styles/fluent2.scss +5 -0
  75. package/styles/highcontrast-light.css +1689 -1
  76. package/styles/highcontrast.css +1762 -1
  77. package/styles/material-dark.css +1750 -1
  78. package/styles/material.css +1752 -1
  79. package/styles/material3-dark.css +2315 -1
  80. package/styles/material3.css +2875 -1
  81. package/styles/splitter/bootstrap-dark.css +552 -1
  82. package/styles/splitter/bootstrap.css +552 -1
  83. package/styles/splitter/bootstrap4.css +550 -1
  84. package/styles/splitter/bootstrap5-dark.css +544 -1
  85. package/styles/splitter/bootstrap5.css +544 -1
  86. package/styles/splitter/fabric-dark.css +552 -1
  87. package/styles/splitter/fabric.css +552 -1
  88. package/styles/splitter/fluent-dark.css +544 -1
  89. package/styles/splitter/fluent.css +544 -1
  90. package/styles/splitter/fluent2.css +1578 -0
  91. package/styles/splitter/fluent2.scss +1 -0
  92. package/styles/splitter/highcontrast-light.css +552 -1
  93. package/styles/splitter/highcontrast.css +552 -1
  94. package/styles/splitter/material-dark.css +550 -1
  95. package/styles/splitter/material.css +551 -1
  96. package/styles/splitter/material3-dark.css +654 -1
  97. package/styles/splitter/material3.css +766 -1
  98. package/styles/splitter/tailwind-dark.css +544 -1
  99. package/styles/splitter/tailwind.css +544 -1
  100. package/styles/tailwind-dark.css +1782 -1
  101. package/styles/tailwind.css +1782 -1
  102. package/styles/timeline/bootstrap-dark.css +298 -1
  103. package/styles/timeline/bootstrap.css +298 -1
  104. package/styles/timeline/bootstrap4.css +298 -1
  105. package/styles/timeline/bootstrap5-dark.css +298 -1
  106. package/styles/timeline/bootstrap5.css +298 -1
  107. package/styles/timeline/fabric-dark.css +298 -1
  108. package/styles/timeline/fabric.css +298 -1
  109. package/styles/timeline/fluent-dark.css +298 -1
  110. package/styles/timeline/fluent.css +298 -1
  111. package/styles/timeline/fluent2.css +1332 -0
  112. package/styles/timeline/fluent2.scss +1 -0
  113. package/styles/timeline/highcontrast-light.css +298 -1
  114. package/styles/timeline/highcontrast.css +298 -1
  115. package/styles/timeline/material-dark.css +298 -1
  116. package/styles/timeline/material.css +298 -1
  117. package/styles/timeline/material3-dark.css +408 -1
  118. package/styles/timeline/material3.css +520 -1
  119. package/styles/timeline/tailwind-dark.css +298 -1
  120. package/styles/timeline/tailwind.css +298 -1
  121. package/CHANGELOG.md +0 -593
@@ -1 +1,2875 @@
1
- @import '@syncfusion/ej2-layouts/styles/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ .e-avatar {
224
+ -ms-flex-line-pack: center;
225
+ align-content: center;
226
+ -webkit-box-align: center;
227
+ -ms-flex-align: center;
228
+ align-items: center;
229
+ background-color: rgba(var(--color-sf-primary-container));
230
+ background-position: center;
231
+ background-repeat: no-repeat;
232
+ background-size: cover;
233
+ border-radius: 4px;
234
+ color: rgba(var(--color-sf-on-primary-container));
235
+ display: -webkit-inline-box;
236
+ display: -ms-inline-flexbox;
237
+ display: inline-flex;
238
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
239
+ font-size: 20px;
240
+ font-weight: 500;
241
+ height: 40px;
242
+ -webkit-box-pack: center;
243
+ -ms-flex-pack: center;
244
+ justify-content: center;
245
+ overflow: hidden;
246
+ position: relative;
247
+ width: 40px;
248
+ line-height: 20px;
249
+ }
250
+ .e-avatar img {
251
+ height: 100%;
252
+ width: auto;
253
+ }
254
+ .e-avatar.e-avatar-circle {
255
+ border-radius: 50%;
256
+ }
257
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
258
+ border-radius: 50%;
259
+ }
260
+ .e-avatar.e-avatar-xsmall {
261
+ font-size: 14px;
262
+ height: 24px;
263
+ width: 24px;
264
+ line-height: 14px;
265
+ }
266
+ .e-avatar.e-avatar-small {
267
+ font-size: 18px;
268
+ height: 32px;
269
+ width: 32px;
270
+ line-height: 18px;
271
+ }
272
+ .e-avatar.e-avatar-large {
273
+ font-size: 26px;
274
+ height: 48px;
275
+ width: 48px;
276
+ line-height: 26px;
277
+ }
278
+ .e-avatar.e-avatar-xlarge {
279
+ font-size: 30px;
280
+ height: 56px;
281
+ width: 56px;
282
+ line-height: 30px;
283
+ }
284
+
285
+ :root {
286
+ --color-sf-black: 0, 0, 0;
287
+ --color-sf-white: 255, 255, 255;
288
+ --color-sf-primary: 103, 80, 164;
289
+ --color-sf-primary-container: 234, 221, 255;
290
+ --color-sf-secondary: 98, 91, 113;
291
+ --color-sf-secondary-container: 232, 222, 248;
292
+ --color-sf-tertiary: 125, 82, 96;
293
+ --color-sf-tertiary-container: 255, 216, 228;
294
+ --color-sf-surface: 255, 255, 255;
295
+ --color-sf-surface-variant: 231, 224, 236;
296
+ --color-sf-background: var(--color-sf-surface);
297
+ --color-sf-on-primary: 255, 255, 255;
298
+ --color-sf-on-primary-container: 33, 0, 94;
299
+ --color-sf-on-secondary: 255, 255, 255;
300
+ --color-sf-on-secondary-container: 30, 25, 43;
301
+ --color-sf-on-tertiary: 255, 255, 255;
302
+ --color-sf-on-tertiary-containe: 55, 11, 30;
303
+ --color-sf-on-surface: 28, 27, 31;
304
+ --color-sf-on-surface-variant: 73, 69, 78;
305
+ --color-sf-on-background: 28, 27, 31;
306
+ --color-sf-outline: 121, 116, 126;
307
+ --color-sf-outline-variant: 196, 199, 197;
308
+ --color-sf-shadow: 0, 0, 0;
309
+ --color-sf-surface-tint-color: 103, 80, 164;
310
+ --color-sf-inverse-surface: 49, 48, 51;
311
+ --color-sf-inverse-on-surface: 244, 239, 244;
312
+ --color-sf-inverse-primary: 208, 188, 255;
313
+ --color-sf-scrim: 0, 0, 0;
314
+ --color-sf-error: 179, 38, 30;
315
+ --color-sf-error-container: 249, 222, 220;
316
+ --color-sf-on-error: 255, 250, 250;
317
+ --color-sf-on-error-container: 65, 14, 11;
318
+ --color-sf-success: 32, 81, 7;
319
+ --color-sf-success-container: 209, 255, 186;
320
+ --color-sf-on-success: 244, 255, 239;
321
+ --color-sf-on-success-container: 13, 39, 0;
322
+ --color-sf-info: 1, 87, 155;
323
+ --color-sf-info-container: 233, 245, 255;
324
+ --color-sf-on-info: 250, 253, 255;
325
+ --color-sf-on-info-container: 0, 51, 91;
326
+ --color-sf-warning: 145, 76, 0;
327
+ --color-sf-warning-container: 254, 236, 222;
328
+ --color-sf-on-warning: 255, 255, 255;
329
+ --color-sf-on-warning-container: 47, 21, 0;
330
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
331
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
332
+ --color-sf-diagram-palette-background: --color-sf-white;
333
+ --color-sf-success-text: 255, 255, 255;
334
+ --color-sf-warning-text: 255, 255, 255;
335
+ --color-sf-danger-text: 255, 255, 255;
336
+ --color-sf-info-text: 255, 255, 255;
337
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
338
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
339
+ }
340
+
341
+ .e-dark-mode {
342
+ --color-sf-black: 0, 0, 0;
343
+ --color-sf-white: 255, 255, 255;
344
+ --color-sf-primary: 208, 188, 255;
345
+ --color-sf-primary-container: 79, 55, 139;
346
+ --color-sf-secondary: 204, 194, 220;
347
+ --color-sf-secondary-container: 74, 68, 88;
348
+ --color-sf-tertiary: 239, 184, 200;
349
+ --color-sf-tertiary-container: 99, 59, 72;
350
+ --color-sf-surface: 28, 27, 31;
351
+ --color-sf-surface-variant: 28, 27, 31;
352
+ --color-sf-background: var(--color-sf-surface);
353
+ --color-sf-on-primary: 55, 30, 115;
354
+ --color-sf-on-primary-container: 234, 221, 255;
355
+ --color-sf-on-secondary: 51, 45, 65;
356
+ --color-sf-on-secondary-container: 232, 222, 248;
357
+ --color-sf-on-tertiary: 73, 37, 50;
358
+ --color-sf-on-tertiary-containe: 255, 216, 228;
359
+ --color-sf-on-surface: 230, 225, 229;
360
+ --color-sf-on-surface-variant: 202, 196, 208;
361
+ --color-sf-on-background: 230, 225, 229;
362
+ --color-sf-outline: 147, 143, 153;
363
+ --color-sf-outline-variant: 68, 71, 70;
364
+ --color-sf-shadow: 0, 0, 0;
365
+ --color-sf-surface-tint-color: 208, 188, 255;
366
+ --color-sf-inverse-surface: 230, 225, 229;
367
+ --color-sf-inverse-on-surface: 49, 48, 51;
368
+ --color-sf-inverse-primary: 103, 80, 164;
369
+ --color-sf-scrim: 0, 0, 0;
370
+ --color-sf-error: 242, 184, 181;
371
+ --color-sf-error-container: 140, 29, 24;
372
+ --color-sf-on-error: 96, 20, 16;
373
+ --color-sf-on-error-container: 249, 222, 220;
374
+ --color-sf-success: 83, 202, 23;
375
+ --color-sf-success-container: 22, 62, 2;
376
+ --color-sf-on-success: 13, 39, 0;
377
+ --color-sf-on-success-container: 183, 250, 150;
378
+ --color-sf-info: 71, 172, 251;
379
+ --color-sf-info-container: 0, 67, 120;
380
+ --color-sf-on-info: 0, 51, 91;
381
+ --color-sf-on-info-container: 173, 219, 255;
382
+ --color-sf-warning: 245, 180, 130;
383
+ --color-sf-warning-container: 123, 65, 0;
384
+ --color-sf-on-warning: 99, 52, 0;
385
+ --color-sf-on-warning-container: 255, 220, 193;
386
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
387
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
388
+ --color-sf-success-text: 0, 0, 0;
389
+ --color-sf-warning-text: 0, 0, 0;
390
+ --color-sf-info-text: 0, 0, 0;
391
+ --color-sf-danger-text: 0, 0, 0;
392
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
393
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
394
+ }
395
+
396
+ :root {
397
+ --color-sf-black: 0, 0, 0;
398
+ --color-sf-white: 255, 255, 255;
399
+ --color-sf-primary: 103, 80, 164;
400
+ --color-sf-primary-container: 234, 221, 255;
401
+ --color-sf-secondary: 98, 91, 113;
402
+ --color-sf-secondary-container: 232, 222, 248;
403
+ --color-sf-tertiary: 125, 82, 96;
404
+ --color-sf-tertiary-container: 255, 216, 228;
405
+ --color-sf-surface: 255, 255, 255;
406
+ --color-sf-surface-variant: 231, 224, 236;
407
+ --color-sf-background: var(--color-sf-surface);
408
+ --color-sf-on-primary: 255, 255, 255;
409
+ --color-sf-on-primary-container: 33, 0, 94;
410
+ --color-sf-on-secondary: 255, 255, 255;
411
+ --color-sf-on-secondary-container: 30, 25, 43;
412
+ --color-sf-on-tertiary: 255, 255, 255;
413
+ --color-sf-on-tertiary-containe: 55, 11, 30;
414
+ --color-sf-on-surface: 28, 27, 31;
415
+ --color-sf-on-surface-variant: 73, 69, 78;
416
+ --color-sf-on-background: 28, 27, 31;
417
+ --color-sf-outline: 121, 116, 126;
418
+ --color-sf-outline-variant: 196, 199, 197;
419
+ --color-sf-shadow: 0, 0, 0;
420
+ --color-sf-surface-tint-color: 103, 80, 164;
421
+ --color-sf-inverse-surface: 49, 48, 51;
422
+ --color-sf-inverse-on-surface: 244, 239, 244;
423
+ --color-sf-inverse-primary: 208, 188, 255;
424
+ --color-sf-scrim: 0, 0, 0;
425
+ --color-sf-error: 179, 38, 30;
426
+ --color-sf-error-container: 249, 222, 220;
427
+ --color-sf-on-error: 255, 250, 250;
428
+ --color-sf-on-error-container: 65, 14, 11;
429
+ --color-sf-success: 32, 81, 7;
430
+ --color-sf-success-container: 209, 255, 186;
431
+ --color-sf-on-success: 244, 255, 239;
432
+ --color-sf-on-success-container: 13, 39, 0;
433
+ --color-sf-info: 1, 87, 155;
434
+ --color-sf-info-container: 233, 245, 255;
435
+ --color-sf-on-info: 250, 253, 255;
436
+ --color-sf-on-info-container: 0, 51, 91;
437
+ --color-sf-warning: 145, 76, 0;
438
+ --color-sf-warning-container: 254, 236, 222;
439
+ --color-sf-on-warning: 255, 255, 255;
440
+ --color-sf-on-warning-container: 47, 21, 0;
441
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
442
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
443
+ --color-sf-diagram-palette-background: --color-sf-white;
444
+ --color-sf-success-text: 255, 255, 255;
445
+ --color-sf-warning-text: 255, 255, 255;
446
+ --color-sf-danger-text: 255, 255, 255;
447
+ --color-sf-info-text: 255, 255, 255;
448
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
449
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
450
+ }
451
+
452
+ .e-dark-mode {
453
+ --color-sf-black: 0, 0, 0;
454
+ --color-sf-white: 255, 255, 255;
455
+ --color-sf-primary: 208, 188, 255;
456
+ --color-sf-primary-container: 79, 55, 139;
457
+ --color-sf-secondary: 204, 194, 220;
458
+ --color-sf-secondary-container: 74, 68, 88;
459
+ --color-sf-tertiary: 239, 184, 200;
460
+ --color-sf-tertiary-container: 99, 59, 72;
461
+ --color-sf-surface: 28, 27, 31;
462
+ --color-sf-surface-variant: 28, 27, 31;
463
+ --color-sf-background: var(--color-sf-surface);
464
+ --color-sf-on-primary: 55, 30, 115;
465
+ --color-sf-on-primary-container: 234, 221, 255;
466
+ --color-sf-on-secondary: 51, 45, 65;
467
+ --color-sf-on-secondary-container: 232, 222, 248;
468
+ --color-sf-on-tertiary: 73, 37, 50;
469
+ --color-sf-on-tertiary-containe: 255, 216, 228;
470
+ --color-sf-on-surface: 230, 225, 229;
471
+ --color-sf-on-surface-variant: 202, 196, 208;
472
+ --color-sf-on-background: 230, 225, 229;
473
+ --color-sf-outline: 147, 143, 153;
474
+ --color-sf-outline-variant: 68, 71, 70;
475
+ --color-sf-shadow: 0, 0, 0;
476
+ --color-sf-surface-tint-color: 208, 188, 255;
477
+ --color-sf-inverse-surface: 230, 225, 229;
478
+ --color-sf-inverse-on-surface: 49, 48, 51;
479
+ --color-sf-inverse-primary: 103, 80, 164;
480
+ --color-sf-scrim: 0, 0, 0;
481
+ --color-sf-error: 242, 184, 181;
482
+ --color-sf-error-container: 140, 29, 24;
483
+ --color-sf-on-error: 96, 20, 16;
484
+ --color-sf-on-error-container: 249, 222, 220;
485
+ --color-sf-success: 83, 202, 23;
486
+ --color-sf-success-container: 22, 62, 2;
487
+ --color-sf-on-success: 13, 39, 0;
488
+ --color-sf-on-success-container: 183, 250, 150;
489
+ --color-sf-info: 71, 172, 251;
490
+ --color-sf-info-container: 0, 67, 120;
491
+ --color-sf-on-info: 0, 51, 91;
492
+ --color-sf-on-info-container: 173, 219, 255;
493
+ --color-sf-warning: 245, 180, 130;
494
+ --color-sf-warning-container: 123, 65, 0;
495
+ --color-sf-on-warning: 99, 52, 0;
496
+ --color-sf-on-warning-container: 255, 220, 193;
497
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
498
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
499
+ --color-sf-success-text: 0, 0, 0;
500
+ --color-sf-warning-text: 0, 0, 0;
501
+ --color-sf-info-text: 0, 0, 0;
502
+ --color-sf-danger-text: 0, 0, 0;
503
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
504
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
505
+ }
506
+
507
+ .e-bigger .e-card,
508
+ .e-bigger.e-card {
509
+ line-height: 48px;
510
+ min-height: 48px;
511
+ }
512
+ .e-bigger .e-card > .e-card-header-title,
513
+ .e-bigger.e-card > .e-card-header-title {
514
+ line-height: 1.5;
515
+ padding: 16px;
516
+ }
517
+ .e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title),
518
+ .e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) {
519
+ margin-top: 0;
520
+ padding-top: 0;
521
+ }
522
+ .e-bigger .e-card > .e-card-title,
523
+ .e-bigger.e-card > .e-card-title {
524
+ line-height: 1.5;
525
+ padding: 16px;
526
+ }
527
+ .e-bigger .e-card > .e-card-title + :not(.e-card-title),
528
+ .e-bigger.e-card > .e-card-title + :not(.e-card-title) {
529
+ margin-top: 0;
530
+ padding-top: 0;
531
+ }
532
+ .e-bigger .e-card.e-card-horizontal .e-card-image,
533
+ .e-bigger .e-card.e-card-horizontal img,
534
+ .e-bigger .e-card .e-card-horizontal .e-card-image,
535
+ .e-bigger .e-card .e-card-horizontal img,
536
+ .e-bigger.e-card.e-card-horizontal .e-card-image,
537
+ .e-bigger.e-card.e-card-horizontal img,
538
+ .e-bigger.e-card .e-card-horizontal .e-card-image,
539
+ .e-bigger.e-card .e-card-horizontal img {
540
+ margin: 2px;
541
+ }
542
+ .e-bigger .e-card .e-card-header,
543
+ .e-bigger.e-card .e-card-header {
544
+ min-height: 30px;
545
+ padding: 16px;
546
+ }
547
+ .e-bigger .e-card .e-card-header .e-card-content,
548
+ .e-bigger.e-card .e-card-header .e-card-content {
549
+ padding-left: 0;
550
+ padding-right: 0;
551
+ }
552
+ .e-bigger .e-card .e-card-header .e-card-header-caption,
553
+ .e-bigger.e-card .e-card-header .e-card-header-caption {
554
+ padding: 0 0 0 16px;
555
+ }
556
+ .e-bigger .e-card .e-card-header .e-card-header-caption:first-child,
557
+ .e-bigger.e-card .e-card-header .e-card-header-caption:first-child {
558
+ padding: 0;
559
+ }
560
+ .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title,
561
+ .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title {
562
+ font-size: 16px;
563
+ line-height: 1.5;
564
+ }
565
+ .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title,
566
+ .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
567
+ font-size: 14px;
568
+ line-height: 1.5;
569
+ padding: 8px 0 0;
570
+ }
571
+ .e-bigger .e-card .e-card-header .e-card-header-image,
572
+ .e-bigger.e-card .e-card-header .e-card-header-image {
573
+ background-size: cover;
574
+ height: 60px;
575
+ width: 55px;
576
+ }
577
+ .e-bigger .e-card .e-card-image,
578
+ .e-bigger.e-card .e-card-image {
579
+ min-height: 150px;
580
+ }
581
+ .e-bigger .e-card .e-card-image .e-card-title,
582
+ .e-bigger.e-card .e-card-image .e-card-title {
583
+ font-size: 16px;
584
+ line-height: 1.25;
585
+ min-height: 40px;
586
+ padding: 12px 16px;
587
+ }
588
+ .e-bigger .e-card .e-card-actions,
589
+ .e-bigger.e-card .e-card-actions {
590
+ padding: 16px;
591
+ }
592
+ .e-bigger .e-card .e-card-actions.e-card-vertical,
593
+ .e-bigger.e-card .e-card-actions.e-card-vertical {
594
+ padding: 16px 20px;
595
+ }
596
+ .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn,
597
+ .e-bigger .e-card .e-card-actions.e-card-vertical a,
598
+ .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn,
599
+ .e-bigger.e-card .e-card-actions.e-card-vertical a {
600
+ margin: 0 0 7px 0;
601
+ }
602
+ .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
603
+ .e-bigger .e-card .e-card-actions.e-card-vertical a:last-child,
604
+ .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
605
+ .e-bigger.e-card .e-card-actions.e-card-vertical a:last-child {
606
+ margin-bottom: 0;
607
+ }
608
+ .e-bigger .e-card .e-card-actions .e-card-btn span,
609
+ .e-bigger .e-card .e-card-actions .e-card-btn span.e-icons,
610
+ .e-bigger.e-card .e-card-actions .e-card-btn span,
611
+ .e-bigger.e-card .e-card-actions .e-card-btn span.e-icons {
612
+ height: 24px;
613
+ width: 24px;
614
+ }
615
+ .e-bigger .e-card .e-card-actions .e-card-btn,
616
+ .e-bigger .e-card .e-card-actions a,
617
+ .e-bigger.e-card .e-card-actions .e-card-btn,
618
+ .e-bigger.e-card .e-card-actions a {
619
+ line-height: 38px;
620
+ margin: 0 0 0 13px;
621
+ min-height: 38px;
622
+ padding: 0 8px;
623
+ }
624
+ .e-bigger .e-card .e-card-actions .e-card-btn:first-child,
625
+ .e-bigger .e-card .e-card-actions a:first-child,
626
+ .e-bigger.e-card .e-card-actions .e-card-btn:first-child,
627
+ .e-bigger.e-card .e-card-actions a:first-child {
628
+ margin-left: 0;
629
+ }
630
+ .e-bigger .e-card .e-card-content,
631
+ .e-bigger.e-card .e-card-content {
632
+ padding: 16px;
633
+ }
634
+ .e-bigger .e-card .e-card-content + :not(.e-card-content),
635
+ .e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
636
+ .e-bigger.e-card .e-card-content + :not(.e-card-content),
637
+ .e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical {
638
+ margin-top: 0;
639
+ padding-top: 0;
640
+ }
641
+
642
+ .e-card {
643
+ border-radius: 12px;
644
+ -webkit-box-sizing: border-box;
645
+ box-sizing: border-box;
646
+ display: -webkit-box;
647
+ display: -ms-flexbox;
648
+ display: flex;
649
+ -webkit-box-orient: vertical;
650
+ -webkit-box-direction: normal;
651
+ -ms-flex-direction: column;
652
+ flex-direction: column;
653
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
654
+ font-size: 15px;
655
+ -webkit-box-pack: center;
656
+ -ms-flex-pack: center;
657
+ justify-content: center;
658
+ line-height: 36px;
659
+ min-height: 36px;
660
+ overflow: hidden;
661
+ position: relative;
662
+ text-overflow: ellipsis;
663
+ vertical-align: middle;
664
+ width: 100%;
665
+ }
666
+ .e-card > * {
667
+ -webkit-box-pack: center;
668
+ -ms-flex-pack: center;
669
+ justify-content: center;
670
+ }
671
+ .e-card > .e-card-header-title {
672
+ -webkit-box-sizing: border-box;
673
+ box-sizing: border-box;
674
+ font-size: 14px;
675
+ line-height: 1.375;
676
+ padding: 12px;
677
+ }
678
+ .e-card > .e-card-header-title + :not(.e-card-header-title) {
679
+ margin-top: 0;
680
+ padding-top: 0;
681
+ }
682
+ .e-card > .e-card-title {
683
+ font-size: 14px;
684
+ line-height: 1.5;
685
+ padding: 12px;
686
+ }
687
+ .e-card > .e-card-title + :not(.e-card-title) {
688
+ margin-top: 0;
689
+ padding-top: 0;
690
+ }
691
+ .e-card > .e-card-header-title,
692
+ .e-card > .e-card-title {
693
+ overflow: hidden;
694
+ text-overflow: ellipsis;
695
+ }
696
+ .e-card .e-card-header-caption {
697
+ line-height: normal;
698
+ }
699
+ .e-card .e-card-header-caption .e-card-header-title {
700
+ font-size: 14px;
701
+ }
702
+ .e-card .e-card-header-caption .e-card-sub-title {
703
+ font-size: 12px;
704
+ }
705
+ .e-card .e-card-stacked {
706
+ display: -webkit-box;
707
+ display: -ms-flexbox;
708
+ display: flex;
709
+ -webkit-box-orient: vertical;
710
+ -webkit-box-direction: normal;
711
+ -ms-flex-direction: column;
712
+ flex-direction: column;
713
+ -webkit-box-pack: center;
714
+ -ms-flex-pack: center;
715
+ justify-content: center;
716
+ overflow: hidden;
717
+ }
718
+ .e-card.e-card-horizontal,
719
+ .e-card .e-card-horizontal {
720
+ display: -webkit-box;
721
+ display: -ms-flexbox;
722
+ display: flex;
723
+ -webkit-box-orient: horizontal;
724
+ -webkit-box-direction: normal;
725
+ -ms-flex-direction: row;
726
+ flex-direction: row;
727
+ -webkit-box-pack: center;
728
+ -ms-flex-pack: center;
729
+ justify-content: center;
730
+ }
731
+ .e-card.e-card-horizontal .e-card-image,
732
+ .e-card.e-card-horizontal img,
733
+ .e-card .e-card-horizontal .e-card-image,
734
+ .e-card .e-card-horizontal img {
735
+ margin: 2px;
736
+ }
737
+ .e-card .e-card-horizontal {
738
+ line-height: normal;
739
+ padding: 2px;
740
+ }
741
+ .e-card.e-card-horizontal > * {
742
+ -webkit-box-flex: 1;
743
+ -ms-flex: 1;
744
+ flex: 1;
745
+ }
746
+ .e-card.e-card-horizontal .e-card-stacked {
747
+ display: -webkit-box;
748
+ display: -ms-flexbox;
749
+ display: flex;
750
+ -webkit-box-flex: 1;
751
+ -ms-flex: 1;
752
+ flex: 1;
753
+ -webkit-box-orient: vertical;
754
+ -webkit-box-direction: normal;
755
+ -ms-flex-direction: column;
756
+ flex-direction: column;
757
+ overflow: hidden;
758
+ }
759
+ .e-card.e-card-horizontal .e-card-stacked > :first-child {
760
+ -webkit-box-flex: 1;
761
+ -ms-flex-positive: 1;
762
+ flex-grow: 1;
763
+ }
764
+ .e-card .e-card-separator {
765
+ display: block;
766
+ }
767
+ .e-card .e-card-corner {
768
+ border-radius: 50%;
769
+ }
770
+ .e-card .e-card-header {
771
+ -webkit-box-sizing: border-box;
772
+ box-sizing: border-box;
773
+ display: -webkit-box;
774
+ display: -ms-flexbox;
775
+ display: flex;
776
+ -webkit-box-orient: horizontal;
777
+ -webkit-box-direction: normal;
778
+ -ms-flex-direction: row;
779
+ flex-direction: row;
780
+ -webkit-box-pack: center;
781
+ -ms-flex-pack: center;
782
+ justify-content: center;
783
+ line-height: normal;
784
+ min-height: 22.5px;
785
+ padding: 12px;
786
+ width: inherit;
787
+ }
788
+ .e-card .e-card-header .e-card-content {
789
+ padding-left: 0;
790
+ padding-right: 0;
791
+ }
792
+ .e-card .e-card-header .e-card-actions {
793
+ -webkit-box-pack: start;
794
+ -ms-flex-pack: start;
795
+ justify-content: flex-start;
796
+ }
797
+ .e-card .e-card-header .e-card-header-image {
798
+ -ms-flex-item-align: center;
799
+ align-self: center;
800
+ display: -webkit-box;
801
+ display: -ms-flexbox;
802
+ display: flex;
803
+ }
804
+ .e-card .e-card-header .e-card-header-caption {
805
+ -ms-flex-item-align: center;
806
+ align-self: center;
807
+ display: -webkit-box;
808
+ display: -ms-flexbox;
809
+ display: flex;
810
+ -webkit-box-flex: 1;
811
+ -ms-flex: 1;
812
+ flex: 1;
813
+ -webkit-box-orient: vertical;
814
+ -webkit-box-direction: normal;
815
+ -ms-flex-direction: column;
816
+ flex-direction: column;
817
+ overflow: hidden;
818
+ padding: 0 0 0 12px;
819
+ }
820
+ .e-card .e-card-header .e-card-header-caption:first-child {
821
+ padding: 0;
822
+ }
823
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title,
824
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
825
+ display: inline-block;
826
+ overflow: hidden;
827
+ text-overflow: ellipsis;
828
+ white-space: nowrap;
829
+ }
830
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title {
831
+ font-size: 14px;
832
+ font-weight: normal;
833
+ line-height: 1.5;
834
+ }
835
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
836
+ font-size: 12px;
837
+ font-weight: normal;
838
+ line-height: 1.5;
839
+ padding: 4px 0 0;
840
+ }
841
+ .e-card .e-card-header .e-card-header-image {
842
+ background-repeat: no-repeat;
843
+ background-size: cover;
844
+ height: 50px;
845
+ width: 52px;
846
+ }
847
+ .e-card .e-card-header .e-card-corner {
848
+ border-radius: 50%;
849
+ }
850
+ .e-card .e-card-image {
851
+ background-size: cover;
852
+ min-height: 112.5px;
853
+ position: relative;
854
+ width: 100%;
855
+ }
856
+ .e-card .e-card-image .e-card-title {
857
+ bottom: 0;
858
+ -webkit-box-sizing: border-box;
859
+ box-sizing: border-box;
860
+ font-size: 14px;
861
+ line-height: 30px;
862
+ min-height: 30px;
863
+ overflow: hidden;
864
+ padding: 12px 16px;
865
+ position: absolute;
866
+ text-overflow: ellipsis;
867
+ width: inherit;
868
+ }
869
+ .e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
870
+ bottom: auto;
871
+ top: 0;
872
+ }
873
+ .e-card .e-card-image .e-card-title.e-card-top-right {
874
+ text-align: right;
875
+ }
876
+ .e-card .e-card-image .e-card-title.e-card-bottom-right {
877
+ text-align: right;
878
+ }
879
+ .e-card .e-card-actions {
880
+ -webkit-box-sizing: border-box;
881
+ box-sizing: border-box;
882
+ display: inline-block;
883
+ -webkit-box-pack: start;
884
+ -ms-flex-pack: start;
885
+ justify-content: flex-start;
886
+ padding: 12px;
887
+ }
888
+ .e-card .e-card-actions.e-card-vertical {
889
+ display: -webkit-box;
890
+ display: -ms-flexbox;
891
+ display: flex;
892
+ -webkit-box-orient: vertical;
893
+ -webkit-box-direction: normal;
894
+ -ms-flex-direction: column;
895
+ flex-direction: column;
896
+ padding: 12px;
897
+ }
898
+ .e-card .e-card-actions.e-card-vertical .e-card-btn,
899
+ .e-card .e-card-actions.e-card-vertical a {
900
+ -ms-flex-item-align: initial;
901
+ align-self: initial;
902
+ -webkit-box-sizing: border-box;
903
+ box-sizing: border-box;
904
+ display: inline-block;
905
+ -webkit-box-pack: center;
906
+ -ms-flex-pack: center;
907
+ justify-content: center;
908
+ margin: 0 0 0 8px;
909
+ text-align: center;
910
+ width: 100%;
911
+ }
912
+ .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
913
+ .e-card .e-card-actions.e-card-vertical a:last-child {
914
+ margin-bottom: 0;
915
+ }
916
+ .e-card .e-card-actions button,
917
+ .e-card .e-card-actions a {
918
+ -webkit-box-align: center;
919
+ -ms-flex-align: center;
920
+ align-items: center;
921
+ -ms-flex-item-align: center;
922
+ align-self: center;
923
+ cursor: pointer;
924
+ display: -webkit-inline-box;
925
+ display: -ms-inline-flexbox;
926
+ display: inline-flex;
927
+ overflow: hidden;
928
+ vertical-align: middle;
929
+ white-space: nowrap;
930
+ }
931
+ .e-card .e-card-actions .e-card-btn span,
932
+ .e-card .e-card-actions .e-card-btn span.e-icons {
933
+ display: -webkit-box;
934
+ display: -ms-flexbox;
935
+ display: flex;
936
+ font-size: 12px;
937
+ height: 24px;
938
+ width: 24px;
939
+ }
940
+ .e-card .e-card-actions .e-card-btn span::before,
941
+ .e-card .e-card-actions .e-card-btn span.e-icons::before {
942
+ -ms-flex-item-align: center;
943
+ align-self: center;
944
+ display: -webkit-box;
945
+ display: -ms-flexbox;
946
+ display: flex;
947
+ -webkit-box-pack: center;
948
+ -ms-flex-pack: center;
949
+ justify-content: center;
950
+ width: inherit;
951
+ }
952
+ .e-card .e-card-actions .e-card-btn > * {
953
+ overflow: hidden;
954
+ text-overflow: ellipsis;
955
+ width: inherit;
956
+ }
957
+ .e-card .e-card-actions .e-card-btn,
958
+ .e-card .e-card-actions a {
959
+ border-radius: 2px;
960
+ }
961
+ .e-card .e-card-actions .e-card-btn,
962
+ .e-card .e-card-actions a {
963
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
964
+ font-size: 12px;
965
+ line-height: 30px;
966
+ margin: 0 0 0 8px;
967
+ min-height: 30px;
968
+ padding: 0 6px;
969
+ text-decoration: none;
970
+ text-transform: none;
971
+ }
972
+ .e-card .e-card-actions .e-card-btn:first-child,
973
+ .e-card .e-card-actions a:first-child {
974
+ margin-left: 0;
975
+ }
976
+ .e-card .e-card-content {
977
+ font-size: 14px;
978
+ line-height: 1.5;
979
+ padding: 12px;
980
+ word-wrap: break-word;
981
+ }
982
+ .e-card .e-card-content + :not(.e-card-content),
983
+ .e-card .e-card-content + .e-card-actions.e-card-vertical {
984
+ margin-top: 0;
985
+ padding-top: 0;
986
+ }
987
+ .e-card .e-card-content,
988
+ .e-card .e-card-content p {
989
+ line-height: 1.5;
990
+ overflow: hidden;
991
+ text-overflow: ellipsis;
992
+ }
993
+
994
+ /* stylelint-disable property-no-vendor-prefix */
995
+ .e-card {
996
+ -webkit-tap-highlight-color: rgba(var(--color-sf-primary));
997
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
998
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
999
+ border: none none none;
1000
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1001
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1002
+ color: rgba(var(--color-sf-on-surface));
1003
+ outline: none;
1004
+ }
1005
+ .e-card:hover {
1006
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1007
+ border-color: rgba(var(--color-sf-on-surface), 0.38);
1008
+ }
1009
+ .e-card:focus {
1010
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1011
+ border-color: rgba(var(--color-sf-outline-variant));
1012
+ }
1013
+ .e-card:active {
1014
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1015
+ border-color: rgba(var(--color-sf-primary));
1016
+ }
1017
+ .e-card .e-card-separator {
1018
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
1019
+ }
1020
+ .e-card .e-card-header-caption .e-card-header-title {
1021
+ color: rgba(var(--color-sf-on-surface));
1022
+ }
1023
+ .e-card .e-card-header-caption .e-card-sub-title {
1024
+ color: rgba(var(--color-sf-on-surface));
1025
+ }
1026
+ .e-card .e-card-image .e-card-title {
1027
+ background-color: rgba(var(--color-sf-scrim), 0.5);
1028
+ color: rgba(var(--color-sf-white));
1029
+ }
1030
+ .e-card .e-card-actions .e-card-btn span,
1031
+ .e-card .e-card-actions .e-card-btn span.e-icons {
1032
+ color: rgba(var(--color-sf-primary));
1033
+ }
1034
+ .e-card .e-card-actions .e-card-btn,
1035
+ .e-card .e-card-actions a {
1036
+ background: rgba(var(--color-sf-primary));
1037
+ border: 1px solid rgba(var(--color-sf-primary));
1038
+ color: rgba(var(--color-sf-on-primary));
1039
+ outline: 0;
1040
+ }
1041
+ .e-card .e-card-actions .e-card-btn:hover,
1042
+ .e-card .e-card-actions a:hover {
1043
+ background: rgba(var(--color-sf-primary));
1044
+ border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
1045
+ color: rgba(var(--color-sf-on-primary));
1046
+ }
1047
+ .e-card .e-card-actions .e-card-btn:focus,
1048
+ .e-card .e-card-actions a:focus {
1049
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.08)), to(rgba(var(--color-sf-on-surface), 0.08))), rgba(var(--color-sf-surface));
1050
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
1051
+ border: 1px solid;
1052
+ color: var(--color-sf-on-surface);
1053
+ }
1054
+ .e-card .e-card-actions .e-card-btn:active,
1055
+ .e-card .e-card-actions a:active {
1056
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
1057
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
1058
+ border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
1059
+ color: rgba(var(--color-sf-on-surface));
1060
+ }
1061
+ .e-card .e-card-content {
1062
+ color: rgba(var(--color-sf-on-surface));
1063
+ }
1064
+
1065
+ :root {
1066
+ --color-sf-black: 0, 0, 0;
1067
+ --color-sf-white: 255, 255, 255;
1068
+ --color-sf-primary: 103, 80, 164;
1069
+ --color-sf-primary-container: 234, 221, 255;
1070
+ --color-sf-secondary: 98, 91, 113;
1071
+ --color-sf-secondary-container: 232, 222, 248;
1072
+ --color-sf-tertiary: 125, 82, 96;
1073
+ --color-sf-tertiary-container: 255, 216, 228;
1074
+ --color-sf-surface: 255, 255, 255;
1075
+ --color-sf-surface-variant: 231, 224, 236;
1076
+ --color-sf-background: var(--color-sf-surface);
1077
+ --color-sf-on-primary: 255, 255, 255;
1078
+ --color-sf-on-primary-container: 33, 0, 94;
1079
+ --color-sf-on-secondary: 255, 255, 255;
1080
+ --color-sf-on-secondary-container: 30, 25, 43;
1081
+ --color-sf-on-tertiary: 255, 255, 255;
1082
+ --color-sf-on-tertiary-containe: 55, 11, 30;
1083
+ --color-sf-on-surface: 28, 27, 31;
1084
+ --color-sf-on-surface-variant: 73, 69, 78;
1085
+ --color-sf-on-background: 28, 27, 31;
1086
+ --color-sf-outline: 121, 116, 126;
1087
+ --color-sf-outline-variant: 196, 199, 197;
1088
+ --color-sf-shadow: 0, 0, 0;
1089
+ --color-sf-surface-tint-color: 103, 80, 164;
1090
+ --color-sf-inverse-surface: 49, 48, 51;
1091
+ --color-sf-inverse-on-surface: 244, 239, 244;
1092
+ --color-sf-inverse-primary: 208, 188, 255;
1093
+ --color-sf-scrim: 0, 0, 0;
1094
+ --color-sf-error: 179, 38, 30;
1095
+ --color-sf-error-container: 249, 222, 220;
1096
+ --color-sf-on-error: 255, 250, 250;
1097
+ --color-sf-on-error-container: 65, 14, 11;
1098
+ --color-sf-success: 32, 81, 7;
1099
+ --color-sf-success-container: 209, 255, 186;
1100
+ --color-sf-on-success: 244, 255, 239;
1101
+ --color-sf-on-success-container: 13, 39, 0;
1102
+ --color-sf-info: 1, 87, 155;
1103
+ --color-sf-info-container: 233, 245, 255;
1104
+ --color-sf-on-info: 250, 253, 255;
1105
+ --color-sf-on-info-container: 0, 51, 91;
1106
+ --color-sf-warning: 145, 76, 0;
1107
+ --color-sf-warning-container: 254, 236, 222;
1108
+ --color-sf-on-warning: 255, 255, 255;
1109
+ --color-sf-on-warning-container: 47, 21, 0;
1110
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
1111
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
1112
+ --color-sf-diagram-palette-background: --color-sf-white;
1113
+ --color-sf-success-text: 255, 255, 255;
1114
+ --color-sf-warning-text: 255, 255, 255;
1115
+ --color-sf-danger-text: 255, 255, 255;
1116
+ --color-sf-info-text: 255, 255, 255;
1117
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
1118
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
1119
+ }
1120
+
1121
+ .e-dark-mode {
1122
+ --color-sf-black: 0, 0, 0;
1123
+ --color-sf-white: 255, 255, 255;
1124
+ --color-sf-primary: 208, 188, 255;
1125
+ --color-sf-primary-container: 79, 55, 139;
1126
+ --color-sf-secondary: 204, 194, 220;
1127
+ --color-sf-secondary-container: 74, 68, 88;
1128
+ --color-sf-tertiary: 239, 184, 200;
1129
+ --color-sf-tertiary-container: 99, 59, 72;
1130
+ --color-sf-surface: 28, 27, 31;
1131
+ --color-sf-surface-variant: 28, 27, 31;
1132
+ --color-sf-background: var(--color-sf-surface);
1133
+ --color-sf-on-primary: 55, 30, 115;
1134
+ --color-sf-on-primary-container: 234, 221, 255;
1135
+ --color-sf-on-secondary: 51, 45, 65;
1136
+ --color-sf-on-secondary-container: 232, 222, 248;
1137
+ --color-sf-on-tertiary: 73, 37, 50;
1138
+ --color-sf-on-tertiary-containe: 255, 216, 228;
1139
+ --color-sf-on-surface: 230, 225, 229;
1140
+ --color-sf-on-surface-variant: 202, 196, 208;
1141
+ --color-sf-on-background: 230, 225, 229;
1142
+ --color-sf-outline: 147, 143, 153;
1143
+ --color-sf-outline-variant: 68, 71, 70;
1144
+ --color-sf-shadow: 0, 0, 0;
1145
+ --color-sf-surface-tint-color: 208, 188, 255;
1146
+ --color-sf-inverse-surface: 230, 225, 229;
1147
+ --color-sf-inverse-on-surface: 49, 48, 51;
1148
+ --color-sf-inverse-primary: 103, 80, 164;
1149
+ --color-sf-scrim: 0, 0, 0;
1150
+ --color-sf-error: 242, 184, 181;
1151
+ --color-sf-error-container: 140, 29, 24;
1152
+ --color-sf-on-error: 96, 20, 16;
1153
+ --color-sf-on-error-container: 249, 222, 220;
1154
+ --color-sf-success: 83, 202, 23;
1155
+ --color-sf-success-container: 22, 62, 2;
1156
+ --color-sf-on-success: 13, 39, 0;
1157
+ --color-sf-on-success-container: 183, 250, 150;
1158
+ --color-sf-info: 71, 172, 251;
1159
+ --color-sf-info-container: 0, 67, 120;
1160
+ --color-sf-on-info: 0, 51, 91;
1161
+ --color-sf-on-info-container: 173, 219, 255;
1162
+ --color-sf-warning: 245, 180, 130;
1163
+ --color-sf-warning-container: 123, 65, 0;
1164
+ --color-sf-on-warning: 99, 52, 0;
1165
+ --color-sf-on-warning-container: 255, 220, 193;
1166
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
1167
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
1168
+ --color-sf-success-text: 0, 0, 0;
1169
+ --color-sf-warning-text: 0, 0, 0;
1170
+ --color-sf-info-text: 0, 0, 0;
1171
+ --color-sf-danger-text: 0, 0, 0;
1172
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
1173
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
1174
+ }
1175
+
1176
+ :root {
1177
+ --color-sf-black: 0, 0, 0;
1178
+ --color-sf-white: 255, 255, 255;
1179
+ --color-sf-primary: 103, 80, 164;
1180
+ --color-sf-primary-container: 234, 221, 255;
1181
+ --color-sf-secondary: 98, 91, 113;
1182
+ --color-sf-secondary-container: 232, 222, 248;
1183
+ --color-sf-tertiary: 125, 82, 96;
1184
+ --color-sf-tertiary-container: 255, 216, 228;
1185
+ --color-sf-surface: 255, 255, 255;
1186
+ --color-sf-surface-variant: 231, 224, 236;
1187
+ --color-sf-background: var(--color-sf-surface);
1188
+ --color-sf-on-primary: 255, 255, 255;
1189
+ --color-sf-on-primary-container: 33, 0, 94;
1190
+ --color-sf-on-secondary: 255, 255, 255;
1191
+ --color-sf-on-secondary-container: 30, 25, 43;
1192
+ --color-sf-on-tertiary: 255, 255, 255;
1193
+ --color-sf-on-tertiary-containe: 55, 11, 30;
1194
+ --color-sf-on-surface: 28, 27, 31;
1195
+ --color-sf-on-surface-variant: 73, 69, 78;
1196
+ --color-sf-on-background: 28, 27, 31;
1197
+ --color-sf-outline: 121, 116, 126;
1198
+ --color-sf-outline-variant: 196, 199, 197;
1199
+ --color-sf-shadow: 0, 0, 0;
1200
+ --color-sf-surface-tint-color: 103, 80, 164;
1201
+ --color-sf-inverse-surface: 49, 48, 51;
1202
+ --color-sf-inverse-on-surface: 244, 239, 244;
1203
+ --color-sf-inverse-primary: 208, 188, 255;
1204
+ --color-sf-scrim: 0, 0, 0;
1205
+ --color-sf-error: 179, 38, 30;
1206
+ --color-sf-error-container: 249, 222, 220;
1207
+ --color-sf-on-error: 255, 250, 250;
1208
+ --color-sf-on-error-container: 65, 14, 11;
1209
+ --color-sf-success: 32, 81, 7;
1210
+ --color-sf-success-container: 209, 255, 186;
1211
+ --color-sf-on-success: 244, 255, 239;
1212
+ --color-sf-on-success-container: 13, 39, 0;
1213
+ --color-sf-info: 1, 87, 155;
1214
+ --color-sf-info-container: 233, 245, 255;
1215
+ --color-sf-on-info: 250, 253, 255;
1216
+ --color-sf-on-info-container: 0, 51, 91;
1217
+ --color-sf-warning: 145, 76, 0;
1218
+ --color-sf-warning-container: 254, 236, 222;
1219
+ --color-sf-on-warning: 255, 255, 255;
1220
+ --color-sf-on-warning-container: 47, 21, 0;
1221
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
1222
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
1223
+ --color-sf-diagram-palette-background: --color-sf-white;
1224
+ --color-sf-success-text: 255, 255, 255;
1225
+ --color-sf-warning-text: 255, 255, 255;
1226
+ --color-sf-danger-text: 255, 255, 255;
1227
+ --color-sf-info-text: 255, 255, 255;
1228
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
1229
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
1230
+ }
1231
+
1232
+ .e-dark-mode {
1233
+ --color-sf-black: 0, 0, 0;
1234
+ --color-sf-white: 255, 255, 255;
1235
+ --color-sf-primary: 208, 188, 255;
1236
+ --color-sf-primary-container: 79, 55, 139;
1237
+ --color-sf-secondary: 204, 194, 220;
1238
+ --color-sf-secondary-container: 74, 68, 88;
1239
+ --color-sf-tertiary: 239, 184, 200;
1240
+ --color-sf-tertiary-container: 99, 59, 72;
1241
+ --color-sf-surface: 28, 27, 31;
1242
+ --color-sf-surface-variant: 28, 27, 31;
1243
+ --color-sf-background: var(--color-sf-surface);
1244
+ --color-sf-on-primary: 55, 30, 115;
1245
+ --color-sf-on-primary-container: 234, 221, 255;
1246
+ --color-sf-on-secondary: 51, 45, 65;
1247
+ --color-sf-on-secondary-container: 232, 222, 248;
1248
+ --color-sf-on-tertiary: 73, 37, 50;
1249
+ --color-sf-on-tertiary-containe: 255, 216, 228;
1250
+ --color-sf-on-surface: 230, 225, 229;
1251
+ --color-sf-on-surface-variant: 202, 196, 208;
1252
+ --color-sf-on-background: 230, 225, 229;
1253
+ --color-sf-outline: 147, 143, 153;
1254
+ --color-sf-outline-variant: 68, 71, 70;
1255
+ --color-sf-shadow: 0, 0, 0;
1256
+ --color-sf-surface-tint-color: 208, 188, 255;
1257
+ --color-sf-inverse-surface: 230, 225, 229;
1258
+ --color-sf-inverse-on-surface: 49, 48, 51;
1259
+ --color-sf-inverse-primary: 103, 80, 164;
1260
+ --color-sf-scrim: 0, 0, 0;
1261
+ --color-sf-error: 242, 184, 181;
1262
+ --color-sf-error-container: 140, 29, 24;
1263
+ --color-sf-on-error: 96, 20, 16;
1264
+ --color-sf-on-error-container: 249, 222, 220;
1265
+ --color-sf-success: 83, 202, 23;
1266
+ --color-sf-success-container: 22, 62, 2;
1267
+ --color-sf-on-success: 13, 39, 0;
1268
+ --color-sf-on-success-container: 183, 250, 150;
1269
+ --color-sf-info: 71, 172, 251;
1270
+ --color-sf-info-container: 0, 67, 120;
1271
+ --color-sf-on-info: 0, 51, 91;
1272
+ --color-sf-on-info-container: 173, 219, 255;
1273
+ --color-sf-warning: 245, 180, 130;
1274
+ --color-sf-warning-container: 123, 65, 0;
1275
+ --color-sf-on-warning: 99, 52, 0;
1276
+ --color-sf-on-warning-container: 255, 220, 193;
1277
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
1278
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
1279
+ --color-sf-success-text: 0, 0, 0;
1280
+ --color-sf-warning-text: 0, 0, 0;
1281
+ --color-sf-info-text: 0, 0, 0;
1282
+ --color-sf-danger-text: 0, 0, 0;
1283
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
1284
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
1285
+ }
1286
+
1287
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
1288
+ content: "\e7e3";
1289
+ font-family: "e-icons";
1290
+ font-size: 14px;
1291
+ }
1292
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
1293
+ content: "\e7fd";
1294
+ font-family: "e-icons";
1295
+ font-size: 14px;
1296
+ }
1297
+
1298
+ .e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
1299
+ font-size: 16px;
1300
+ }
1301
+ .e-bigger.e-splitter .e-split-bar .e-resize-handler::before {
1302
+ font-size: 16px;
1303
+ }
1304
+
1305
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
1306
+ border-width: 1px;
1307
+ display: -webkit-box;
1308
+ display: -ms-flexbox;
1309
+ display: flex;
1310
+ overflow: hidden;
1311
+ position: relative;
1312
+ -ms-touch-action: none;
1313
+ touch-action: none;
1314
+ width: 100%;
1315
+ }
1316
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
1317
+ -webkit-box-flex: 1;
1318
+ -ms-flex: 1 1 auto;
1319
+ flex: 1 1 auto;
1320
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1321
+ font-size: 14px;
1322
+ font-weight: 400;
1323
+ }
1324
+ .e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
1325
+ overflow: auto;
1326
+ }
1327
+ .e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
1328
+ -webkit-box-flex: 0;
1329
+ -ms-flex-positive: 0;
1330
+ flex-grow: 0;
1331
+ -ms-flex-negative: 0;
1332
+ flex-shrink: 0;
1333
+ }
1334
+ .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
1335
+ overflow: auto;
1336
+ }
1337
+ .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 {
1338
+ -ms-flex-preferred-size: 0 !important;
1339
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
1340
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
1341
+ }
1342
+ .e-splitter.e-splitter-horizontal {
1343
+ -webkit-box-orient: horizontal;
1344
+ -webkit-box-direction: normal;
1345
+ -ms-flex-direction: row;
1346
+ flex-direction: row;
1347
+ }
1348
+ .e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
1349
+ overflow: hidden;
1350
+ }
1351
+ .e-splitter.e-splitter-horizontal.e-rtl {
1352
+ -webkit-box-orient: horizontal;
1353
+ -webkit-box-direction: reverse;
1354
+ -ms-flex-direction: row-reverse;
1355
+ flex-direction: row-reverse;
1356
+ }
1357
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
1358
+ -webkit-box-orient: horizontal;
1359
+ -webkit-box-direction: reverse;
1360
+ -ms-flex-direction: row-reverse;
1361
+ flex-direction: row-reverse;
1362
+ }
1363
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
1364
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
1365
+ right: auto;
1366
+ }
1367
+ .e-splitter.e-splitter-vertical {
1368
+ -webkit-box-orient: vertical;
1369
+ -webkit-box-direction: normal;
1370
+ -ms-flex-direction: column;
1371
+ flex-direction: column;
1372
+ }
1373
+ .e-splitter.e-splitter-vertical.e-pane.e-scrollable {
1374
+ overflow: hidden;
1375
+ }
1376
+ .e-splitter.e-splitter-vertical .e-pane-vertical {
1377
+ overflow: auto;
1378
+ }
1379
+ .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
1380
+ -ms-flex-preferred-size: 0 !important;
1381
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
1382
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
1383
+ }
1384
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
1385
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
1386
+ right: auto;
1387
+ }
1388
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
1389
+ border-radius: 50%;
1390
+ bottom: 20px;
1391
+ right: 22px;
1392
+ }
1393
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
1394
+ border-radius: 50%;
1395
+ left: 22px;
1396
+ right: auto;
1397
+ top: 20px;
1398
+ }
1399
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
1400
+ right: auto;
1401
+ }
1402
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
1403
+ -webkit-box-align: center;
1404
+ -ms-flex-align: center;
1405
+ align-items: center;
1406
+ display: -webkit-box;
1407
+ display: -ms-flexbox;
1408
+ display: flex;
1409
+ -webkit-box-flex: 0;
1410
+ -ms-flex: 0 0 auto;
1411
+ flex: 0 0 auto;
1412
+ -webkit-box-pack: center;
1413
+ -ms-flex-pack: center;
1414
+ justify-content: center;
1415
+ min-width: 1px;
1416
+ z-index: 15;
1417
+ }
1418
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
1419
+ visibility: hidden;
1420
+ }
1421
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
1422
+ cursor: col-resize;
1423
+ }
1424
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
1425
+ content: "";
1426
+ cursor: col-resize;
1427
+ display: block;
1428
+ height: 100%;
1429
+ position: absolute;
1430
+ width: 16px;
1431
+ z-index: 10;
1432
+ }
1433
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
1434
+ -webkit-box-align: center;
1435
+ -ms-flex-align: center;
1436
+ align-items: center;
1437
+ display: -webkit-box;
1438
+ display: -ms-flexbox;
1439
+ display: flex;
1440
+ height: 18px;
1441
+ -webkit-box-pack: center;
1442
+ -ms-flex-pack: center;
1443
+ justify-content: center;
1444
+ position: relative;
1445
+ width: 1px;
1446
+ }
1447
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
1448
+ visibility: hidden;
1449
+ }
1450
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
1451
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
1452
+ left: 8px;
1453
+ right: 3px;
1454
+ }
1455
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
1456
+ -o-border-image: none;
1457
+ border-image: none;
1458
+ border-width: 1px;
1459
+ cursor: pointer;
1460
+ display: -webkit-box;
1461
+ display: -ms-flexbox;
1462
+ display: flex;
1463
+ height: 26px;
1464
+ padding: 1px 12px;
1465
+ position: relative;
1466
+ }
1467
+ .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 {
1468
+ border-radius: 16px;
1469
+ content: "";
1470
+ height: 8px;
1471
+ position: absolute;
1472
+ -webkit-transform: rotate(0deg);
1473
+ transform: rotate(0deg);
1474
+ width: 2px;
1475
+ }
1476
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
1477
+ top: 5px;
1478
+ -webkit-transform-origin: 1px 7px 0;
1479
+ transform-origin: 1px 7px 0;
1480
+ }
1481
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
1482
+ top: 11px;
1483
+ -webkit-transform-origin: 1px 1px 0;
1484
+ transform-origin: 1px 1px 0;
1485
+ }
1486
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
1487
+ border-radius: 50%;
1488
+ right: 5px;
1489
+ }
1490
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
1491
+ border-radius: 50%;
1492
+ left: 5px;
1493
+ }
1494
+ .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 {
1495
+ right: 8px;
1496
+ }
1497
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
1498
+ margin: 0 3px;
1499
+ }
1500
+ .e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
1501
+ margin: 0 0 0 3px;
1502
+ }
1503
+ .e-splitter .e-split-bar.e-split-bar-vertical {
1504
+ -webkit-box-align: center;
1505
+ -ms-flex-align: center;
1506
+ align-items: center;
1507
+ border-left: none;
1508
+ border-right: none;
1509
+ display: -webkit-box;
1510
+ display: -ms-flexbox;
1511
+ display: flex;
1512
+ -webkit-box-flex: 0;
1513
+ -ms-flex: 0 0 auto;
1514
+ flex: 0 0 auto;
1515
+ -webkit-box-pack: center;
1516
+ -ms-flex-pack: center;
1517
+ justify-content: center;
1518
+ min-height: 1px;
1519
+ }
1520
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
1521
+ visibility: hidden;
1522
+ }
1523
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
1524
+ cursor: row-resize;
1525
+ }
1526
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
1527
+ content: "";
1528
+ cursor: row-resize;
1529
+ display: block;
1530
+ height: 16px;
1531
+ position: absolute;
1532
+ width: 100%;
1533
+ z-index: 12;
1534
+ }
1535
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1536
+ -webkit-box-align: center;
1537
+ -ms-flex-align: center;
1538
+ align-items: center;
1539
+ display: -webkit-box;
1540
+ display: -ms-flexbox;
1541
+ display: flex;
1542
+ height: 1px;
1543
+ -webkit-box-pack: center;
1544
+ -ms-flex-pack: center;
1545
+ justify-content: center;
1546
+ width: 18px;
1547
+ }
1548
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
1549
+ visibility: hidden;
1550
+ }
1551
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
1552
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
1553
+ left: 10px;
1554
+ }
1555
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
1556
+ -o-border-image: none;
1557
+ border-image: none;
1558
+ border-width: 0;
1559
+ cursor: pointer;
1560
+ display: -webkit-box;
1561
+ display: -ms-flexbox;
1562
+ display: flex;
1563
+ height: 26px;
1564
+ padding: 10px 3px 10px 18px;
1565
+ position: relative;
1566
+ width: 26px;
1567
+ }
1568
+ .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 {
1569
+ border-radius: 16px;
1570
+ content: "";
1571
+ height: 8px;
1572
+ position: absolute;
1573
+ -webkit-transform: rotate(90deg);
1574
+ transform: rotate(90deg);
1575
+ width: 2px;
1576
+ }
1577
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
1578
+ top: 3px;
1579
+ -webkit-transform-origin: 2px 7px 0;
1580
+ transform-origin: 2px 7px 0;
1581
+ }
1582
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
1583
+ left: 11px;
1584
+ top: 8px;
1585
+ -webkit-transform-origin: 1px 1px 0;
1586
+ transform-origin: 1px 1px 0;
1587
+ }
1588
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
1589
+ left: 12px;
1590
+ top: 8px;
1591
+ -webkit-transform-origin: 1px 6px 0;
1592
+ transform-origin: 1px 6px 0;
1593
+ }
1594
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
1595
+ left: 10px;
1596
+ top: 12px;
1597
+ -webkit-transform-origin: 1px 2px 0;
1598
+ transform-origin: 1px 2px 0;
1599
+ }
1600
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
1601
+ border-radius: 50%;
1602
+ bottom: 20px;
1603
+ left: 22px;
1604
+ }
1605
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
1606
+ border-radius: 50%;
1607
+ right: 22px;
1608
+ top: 20px;
1609
+ }
1610
+ .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 {
1611
+ right: 10px;
1612
+ }
1613
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
1614
+ margin: 3px 0;
1615
+ }
1616
+ .e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
1617
+ margin: 3px 0 0;
1618
+ }
1619
+
1620
+ .e-bigger.e-splitter .e-pane {
1621
+ font-size: 16px;
1622
+ }
1623
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
1624
+ height: 20px;
1625
+ }
1626
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1627
+ width: 20px;
1628
+ }
1629
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
1630
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
1631
+ margin-top: -2px;
1632
+ }
1633
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
1634
+ margin-top: 2px;
1635
+ }
1636
+
1637
+ .e-rtl .e-splitter.e-splitter-horizontal {
1638
+ -webkit-box-orient: horizontal;
1639
+ -webkit-box-direction: reverse;
1640
+ -ms-flex-direction: row-reverse;
1641
+ flex-direction: row-reverse;
1642
+ }
1643
+
1644
+ .e-bigger .e-splitter .e-pane {
1645
+ font-size: 16px;
1646
+ }
1647
+ .e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
1648
+ height: 20px;
1649
+ }
1650
+ .e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1651
+ width: 20px;
1652
+ }
1653
+
1654
+ .e-content-placeholder.e-splitter.e-placeholder-splitter {
1655
+ background-size: 100px 110px;
1656
+ min-height: 110px;
1657
+ }
1658
+
1659
+ .e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter,
1660
+ .e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter {
1661
+ background-size: 100px 110px;
1662
+ min-height: 110px;
1663
+ }
1664
+
1665
+ .e-splitter.e-ie .e-navigate-arrow.e-arrow-left {
1666
+ margin-left: -26px;
1667
+ }
1668
+
1669
+ .e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler {
1670
+ -webkit-box-orient: vertical;
1671
+ -webkit-box-direction: normal;
1672
+ -ms-flex-direction: column;
1673
+ flex-direction: column;
1674
+ }
1675
+
1676
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
1677
+ border: solid 1px rgba(var(--color-sf-outline-variant));
1678
+ }
1679
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
1680
+ color: rgba(var(--color-sf-on-surface));
1681
+ }
1682
+ .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 {
1683
+ border: transparent;
1684
+ }
1685
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
1686
+ background: rgba(var(--color-sf-outline-variant));
1687
+ border-left: none;
1688
+ border-right: none;
1689
+ }
1690
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
1691
+ background: rgba(var(--color-sf-surface));
1692
+ color: rgba(var(--color-sf-on-surface-variant));
1693
+ z-index: 10;
1694
+ }
1695
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
1696
+ background-color: transparent;
1697
+ border-color: transparent;
1698
+ color: transparent;
1699
+ -webkit-transition: background-color 500ms ease-out;
1700
+ transition: background-color 500ms ease-out;
1701
+ }
1702
+ .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 {
1703
+ background-color: rgba(var(--color-sf-primary));
1704
+ opacity: 0;
1705
+ -webkit-transition-duration: 0.3s;
1706
+ transition-duration: 0.3s;
1707
+ -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
1708
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
1709
+ }
1710
+ .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 {
1711
+ background: rgba(var(--color-sf-primary));
1712
+ border-left: none;
1713
+ border-right: none;
1714
+ }
1715
+ .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 {
1716
+ background: rgba(var(--color-sf-surface));
1717
+ color: rgba(var(--color-sf-primary));
1718
+ }
1719
+ .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 {
1720
+ background-color: transparent;
1721
+ border-color: rgba(var(--color-sf-primary));
1722
+ border-width: 1px;
1723
+ opacity: 0.9;
1724
+ }
1725
+ .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 {
1726
+ background-color: rgba(var(--color-sf-primary));
1727
+ opacity: 1;
1728
+ -webkit-transform: rotate(40deg);
1729
+ transform: rotate(40deg);
1730
+ }
1731
+ .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 {
1732
+ background-color: rgba(var(--color-sf-primary));
1733
+ opacity: 1;
1734
+ -webkit-transform: rotate(-40deg);
1735
+ transform: rotate(-40deg);
1736
+ }
1737
+ .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 {
1738
+ background-color: rgba(var(--color-sf-primary));
1739
+ opacity: 1;
1740
+ -webkit-transform: rotate(-40deg);
1741
+ transform: rotate(-40deg);
1742
+ }
1743
+ .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 {
1744
+ background-color: rgba(var(--color-sf-primary));
1745
+ opacity: 1;
1746
+ -webkit-transform: rotate(40deg);
1747
+ transform: rotate(40deg);
1748
+ }
1749
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
1750
+ background: rgba(var(--color-sf-primary));
1751
+ }
1752
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
1753
+ background: rgba(var(--color-sf-surface));
1754
+ color: rgba(var(--color-sf-primary));
1755
+ }
1756
+ .e-splitter .e-split-bar.e-split-bar-vertical {
1757
+ background: rgba(var(--color-sf-outline-variant));
1758
+ }
1759
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1760
+ background: rgba(var(--color-sf-surface));
1761
+ color: rgba(var(--color-sf-on-surface-variant));
1762
+ z-index: 12;
1763
+ }
1764
+ .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 {
1765
+ background: rgba(var(--color-sf-primary));
1766
+ border-left: none;
1767
+ border-right: none;
1768
+ }
1769
+ .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 {
1770
+ background-color: transparent;
1771
+ border-color: rgba(var(--color-sf-primary));
1772
+ border-width: 1px;
1773
+ opacity: 0.9;
1774
+ }
1775
+ .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 {
1776
+ background: rgba(var(--color-sf-surface));
1777
+ color: rgba(var(--color-sf-primary));
1778
+ }
1779
+ .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 {
1780
+ background-color: rgba(var(--color-sf-primary));
1781
+ opacity: 1;
1782
+ -webkit-transform: rotate(125deg);
1783
+ transform: rotate(125deg);
1784
+ }
1785
+ .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 {
1786
+ background-color: rgba(var(--color-sf-primary));
1787
+ opacity: 1;
1788
+ -webkit-transform: rotate(50deg);
1789
+ transform: rotate(50deg);
1790
+ }
1791
+ .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 {
1792
+ background-color: rgba(var(--color-sf-primary));
1793
+ opacity: 1;
1794
+ -webkit-transform: rotate(55deg);
1795
+ transform: rotate(55deg);
1796
+ }
1797
+ .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 {
1798
+ background-color: rgba(var(--color-sf-primary));
1799
+ opacity: 1;
1800
+ -webkit-transform: rotate(125deg);
1801
+ transform: rotate(125deg);
1802
+ }
1803
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
1804
+ background-color: transparent;
1805
+ border-color: transparent;
1806
+ color: transparent;
1807
+ -webkit-transition: background-color 300ms ease-out;
1808
+ transition: background-color 300ms ease-out;
1809
+ }
1810
+ .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 {
1811
+ background-color: rgba(var(--color-sf-primary));
1812
+ opacity: 0;
1813
+ -webkit-transition-duration: 0.3s;
1814
+ transition-duration: 0.3s;
1815
+ -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
1816
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
1817
+ }
1818
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1819
+ background: rgba(var(--color-sf-primary));
1820
+ }
1821
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
1822
+ background: rgba(var(--color-sf-surface));
1823
+ color: rgba(var(--color-sf-primary));
1824
+ }
1825
+ .e-splitter.e-disabled {
1826
+ opacity: 0.4;
1827
+ pointer-events: none;
1828
+ }
1829
+
1830
+ /* stylelint-disable-line no-empty-source */
1831
+ :root {
1832
+ --color-sf-black: 0, 0, 0;
1833
+ --color-sf-white: 255, 255, 255;
1834
+ --color-sf-primary: 103, 80, 164;
1835
+ --color-sf-primary-container: 234, 221, 255;
1836
+ --color-sf-secondary: 98, 91, 113;
1837
+ --color-sf-secondary-container: 232, 222, 248;
1838
+ --color-sf-tertiary: 125, 82, 96;
1839
+ --color-sf-tertiary-container: 255, 216, 228;
1840
+ --color-sf-surface: 255, 255, 255;
1841
+ --color-sf-surface-variant: 231, 224, 236;
1842
+ --color-sf-background: var(--color-sf-surface);
1843
+ --color-sf-on-primary: 255, 255, 255;
1844
+ --color-sf-on-primary-container: 33, 0, 94;
1845
+ --color-sf-on-secondary: 255, 255, 255;
1846
+ --color-sf-on-secondary-container: 30, 25, 43;
1847
+ --color-sf-on-tertiary: 255, 255, 255;
1848
+ --color-sf-on-tertiary-containe: 55, 11, 30;
1849
+ --color-sf-on-surface: 28, 27, 31;
1850
+ --color-sf-on-surface-variant: 73, 69, 78;
1851
+ --color-sf-on-background: 28, 27, 31;
1852
+ --color-sf-outline: 121, 116, 126;
1853
+ --color-sf-outline-variant: 196, 199, 197;
1854
+ --color-sf-shadow: 0, 0, 0;
1855
+ --color-sf-surface-tint-color: 103, 80, 164;
1856
+ --color-sf-inverse-surface: 49, 48, 51;
1857
+ --color-sf-inverse-on-surface: 244, 239, 244;
1858
+ --color-sf-inverse-primary: 208, 188, 255;
1859
+ --color-sf-scrim: 0, 0, 0;
1860
+ --color-sf-error: 179, 38, 30;
1861
+ --color-sf-error-container: 249, 222, 220;
1862
+ --color-sf-on-error: 255, 250, 250;
1863
+ --color-sf-on-error-container: 65, 14, 11;
1864
+ --color-sf-success: 32, 81, 7;
1865
+ --color-sf-success-container: 209, 255, 186;
1866
+ --color-sf-on-success: 244, 255, 239;
1867
+ --color-sf-on-success-container: 13, 39, 0;
1868
+ --color-sf-info: 1, 87, 155;
1869
+ --color-sf-info-container: 233, 245, 255;
1870
+ --color-sf-on-info: 250, 253, 255;
1871
+ --color-sf-on-info-container: 0, 51, 91;
1872
+ --color-sf-warning: 145, 76, 0;
1873
+ --color-sf-warning-container: 254, 236, 222;
1874
+ --color-sf-on-warning: 255, 255, 255;
1875
+ --color-sf-on-warning-container: 47, 21, 0;
1876
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
1877
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
1878
+ --color-sf-diagram-palette-background: --color-sf-white;
1879
+ --color-sf-success-text: 255, 255, 255;
1880
+ --color-sf-warning-text: 255, 255, 255;
1881
+ --color-sf-danger-text: 255, 255, 255;
1882
+ --color-sf-info-text: 255, 255, 255;
1883
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
1884
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
1885
+ }
1886
+
1887
+ .e-dark-mode {
1888
+ --color-sf-black: 0, 0, 0;
1889
+ --color-sf-white: 255, 255, 255;
1890
+ --color-sf-primary: 208, 188, 255;
1891
+ --color-sf-primary-container: 79, 55, 139;
1892
+ --color-sf-secondary: 204, 194, 220;
1893
+ --color-sf-secondary-container: 74, 68, 88;
1894
+ --color-sf-tertiary: 239, 184, 200;
1895
+ --color-sf-tertiary-container: 99, 59, 72;
1896
+ --color-sf-surface: 28, 27, 31;
1897
+ --color-sf-surface-variant: 28, 27, 31;
1898
+ --color-sf-background: var(--color-sf-surface);
1899
+ --color-sf-on-primary: 55, 30, 115;
1900
+ --color-sf-on-primary-container: 234, 221, 255;
1901
+ --color-sf-on-secondary: 51, 45, 65;
1902
+ --color-sf-on-secondary-container: 232, 222, 248;
1903
+ --color-sf-on-tertiary: 73, 37, 50;
1904
+ --color-sf-on-tertiary-containe: 255, 216, 228;
1905
+ --color-sf-on-surface: 230, 225, 229;
1906
+ --color-sf-on-surface-variant: 202, 196, 208;
1907
+ --color-sf-on-background: 230, 225, 229;
1908
+ --color-sf-outline: 147, 143, 153;
1909
+ --color-sf-outline-variant: 68, 71, 70;
1910
+ --color-sf-shadow: 0, 0, 0;
1911
+ --color-sf-surface-tint-color: 208, 188, 255;
1912
+ --color-sf-inverse-surface: 230, 225, 229;
1913
+ --color-sf-inverse-on-surface: 49, 48, 51;
1914
+ --color-sf-inverse-primary: 103, 80, 164;
1915
+ --color-sf-scrim: 0, 0, 0;
1916
+ --color-sf-error: 242, 184, 181;
1917
+ --color-sf-error-container: 140, 29, 24;
1918
+ --color-sf-on-error: 96, 20, 16;
1919
+ --color-sf-on-error-container: 249, 222, 220;
1920
+ --color-sf-success: 83, 202, 23;
1921
+ --color-sf-success-container: 22, 62, 2;
1922
+ --color-sf-on-success: 13, 39, 0;
1923
+ --color-sf-on-success-container: 183, 250, 150;
1924
+ --color-sf-info: 71, 172, 251;
1925
+ --color-sf-info-container: 0, 67, 120;
1926
+ --color-sf-on-info: 0, 51, 91;
1927
+ --color-sf-on-info-container: 173, 219, 255;
1928
+ --color-sf-warning: 245, 180, 130;
1929
+ --color-sf-warning-container: 123, 65, 0;
1930
+ --color-sf-on-warning: 99, 52, 0;
1931
+ --color-sf-on-warning-container: 255, 220, 193;
1932
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
1933
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
1934
+ --color-sf-success-text: 0, 0, 0;
1935
+ --color-sf-warning-text: 0, 0, 0;
1936
+ --color-sf-info-text: 0, 0, 0;
1937
+ --color-sf-danger-text: 0, 0, 0;
1938
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
1939
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
1940
+ }
1941
+
1942
+ :root {
1943
+ --color-sf-black: 0, 0, 0;
1944
+ --color-sf-white: 255, 255, 255;
1945
+ --color-sf-primary: 103, 80, 164;
1946
+ --color-sf-primary-container: 234, 221, 255;
1947
+ --color-sf-secondary: 98, 91, 113;
1948
+ --color-sf-secondary-container: 232, 222, 248;
1949
+ --color-sf-tertiary: 125, 82, 96;
1950
+ --color-sf-tertiary-container: 255, 216, 228;
1951
+ --color-sf-surface: 255, 255, 255;
1952
+ --color-sf-surface-variant: 231, 224, 236;
1953
+ --color-sf-background: var(--color-sf-surface);
1954
+ --color-sf-on-primary: 255, 255, 255;
1955
+ --color-sf-on-primary-container: 33, 0, 94;
1956
+ --color-sf-on-secondary: 255, 255, 255;
1957
+ --color-sf-on-secondary-container: 30, 25, 43;
1958
+ --color-sf-on-tertiary: 255, 255, 255;
1959
+ --color-sf-on-tertiary-containe: 55, 11, 30;
1960
+ --color-sf-on-surface: 28, 27, 31;
1961
+ --color-sf-on-surface-variant: 73, 69, 78;
1962
+ --color-sf-on-background: 28, 27, 31;
1963
+ --color-sf-outline: 121, 116, 126;
1964
+ --color-sf-outline-variant: 196, 199, 197;
1965
+ --color-sf-shadow: 0, 0, 0;
1966
+ --color-sf-surface-tint-color: 103, 80, 164;
1967
+ --color-sf-inverse-surface: 49, 48, 51;
1968
+ --color-sf-inverse-on-surface: 244, 239, 244;
1969
+ --color-sf-inverse-primary: 208, 188, 255;
1970
+ --color-sf-scrim: 0, 0, 0;
1971
+ --color-sf-error: 179, 38, 30;
1972
+ --color-sf-error-container: 249, 222, 220;
1973
+ --color-sf-on-error: 255, 250, 250;
1974
+ --color-sf-on-error-container: 65, 14, 11;
1975
+ --color-sf-success: 32, 81, 7;
1976
+ --color-sf-success-container: 209, 255, 186;
1977
+ --color-sf-on-success: 244, 255, 239;
1978
+ --color-sf-on-success-container: 13, 39, 0;
1979
+ --color-sf-info: 1, 87, 155;
1980
+ --color-sf-info-container: 233, 245, 255;
1981
+ --color-sf-on-info: 250, 253, 255;
1982
+ --color-sf-on-info-container: 0, 51, 91;
1983
+ --color-sf-warning: 145, 76, 0;
1984
+ --color-sf-warning-container: 254, 236, 222;
1985
+ --color-sf-on-warning: 255, 255, 255;
1986
+ --color-sf-on-warning-container: 47, 21, 0;
1987
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
1988
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
1989
+ --color-sf-diagram-palette-background: --color-sf-white;
1990
+ --color-sf-success-text: 255, 255, 255;
1991
+ --color-sf-warning-text: 255, 255, 255;
1992
+ --color-sf-danger-text: 255, 255, 255;
1993
+ --color-sf-info-text: 255, 255, 255;
1994
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
1995
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
1996
+ }
1997
+
1998
+ .e-dark-mode {
1999
+ --color-sf-black: 0, 0, 0;
2000
+ --color-sf-white: 255, 255, 255;
2001
+ --color-sf-primary: 208, 188, 255;
2002
+ --color-sf-primary-container: 79, 55, 139;
2003
+ --color-sf-secondary: 204, 194, 220;
2004
+ --color-sf-secondary-container: 74, 68, 88;
2005
+ --color-sf-tertiary: 239, 184, 200;
2006
+ --color-sf-tertiary-container: 99, 59, 72;
2007
+ --color-sf-surface: 28, 27, 31;
2008
+ --color-sf-surface-variant: 28, 27, 31;
2009
+ --color-sf-background: var(--color-sf-surface);
2010
+ --color-sf-on-primary: 55, 30, 115;
2011
+ --color-sf-on-primary-container: 234, 221, 255;
2012
+ --color-sf-on-secondary: 51, 45, 65;
2013
+ --color-sf-on-secondary-container: 232, 222, 248;
2014
+ --color-sf-on-tertiary: 73, 37, 50;
2015
+ --color-sf-on-tertiary-containe: 255, 216, 228;
2016
+ --color-sf-on-surface: 230, 225, 229;
2017
+ --color-sf-on-surface-variant: 202, 196, 208;
2018
+ --color-sf-on-background: 230, 225, 229;
2019
+ --color-sf-outline: 147, 143, 153;
2020
+ --color-sf-outline-variant: 68, 71, 70;
2021
+ --color-sf-shadow: 0, 0, 0;
2022
+ --color-sf-surface-tint-color: 208, 188, 255;
2023
+ --color-sf-inverse-surface: 230, 225, 229;
2024
+ --color-sf-inverse-on-surface: 49, 48, 51;
2025
+ --color-sf-inverse-primary: 103, 80, 164;
2026
+ --color-sf-scrim: 0, 0, 0;
2027
+ --color-sf-error: 242, 184, 181;
2028
+ --color-sf-error-container: 140, 29, 24;
2029
+ --color-sf-on-error: 96, 20, 16;
2030
+ --color-sf-on-error-container: 249, 222, 220;
2031
+ --color-sf-success: 83, 202, 23;
2032
+ --color-sf-success-container: 22, 62, 2;
2033
+ --color-sf-on-success: 13, 39, 0;
2034
+ --color-sf-on-success-container: 183, 250, 150;
2035
+ --color-sf-info: 71, 172, 251;
2036
+ --color-sf-info-container: 0, 67, 120;
2037
+ --color-sf-on-info: 0, 51, 91;
2038
+ --color-sf-on-info-container: 173, 219, 255;
2039
+ --color-sf-warning: 245, 180, 130;
2040
+ --color-sf-warning-container: 123, 65, 0;
2041
+ --color-sf-on-warning: 99, 52, 0;
2042
+ --color-sf-on-warning-container: 255, 220, 193;
2043
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
2044
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
2045
+ --color-sf-success-text: 0, 0, 0;
2046
+ --color-sf-warning-text: 0, 0, 0;
2047
+ --color-sf-info-text: 0, 0, 0;
2048
+ --color-sf-danger-text: 0, 0, 0;
2049
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
2050
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
2051
+ }
2052
+
2053
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
2054
+ height: 100%;
2055
+ padding: 20px 0;
2056
+ right: 1px;
2057
+ top: 0;
2058
+ width: 12px;
2059
+ }
2060
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
2061
+ height: 100%;
2062
+ left: 0;
2063
+ padding: 20px 0;
2064
+ top: 0;
2065
+ width: 12px;
2066
+ }
2067
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
2068
+ height: 12px;
2069
+ padding: 0 20px;
2070
+ top: 1px;
2071
+ width: 100%;
2072
+ }
2073
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
2074
+ bottom: 1px;
2075
+ height: 12px;
2076
+ padding: 0 20px;
2077
+ width: 100%;
2078
+ }
2079
+ .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 {
2080
+ bottom: 0;
2081
+ right: 1px;
2082
+ z-index: 10;
2083
+ }
2084
+ .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 {
2085
+ left: 2px;
2086
+ top: 2px;
2087
+ z-index: 10;
2088
+ }
2089
+ .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 {
2090
+ right: 2px;
2091
+ top: 2px;
2092
+ z-index: 10;
2093
+ }
2094
+ .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 {
2095
+ bottom: 1px;
2096
+ left: 1px;
2097
+ z-index: 10;
2098
+ }
2099
+ .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 {
2100
+ bottom: 4px;
2101
+ content: "\e761";
2102
+ font-size: 12px;
2103
+ position: absolute;
2104
+ right: 4px;
2105
+ }
2106
+ .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 {
2107
+ bottom: 4px;
2108
+ content: "\e761";
2109
+ font-size: 12px;
2110
+ left: 4px;
2111
+ position: absolute;
2112
+ -webkit-transform: rotateY(180deg);
2113
+ transform: rotateY(180deg);
2114
+ }
2115
+
2116
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
2117
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
2118
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
2119
+ border-collapse: collapse;
2120
+ height: 100%;
2121
+ width: 100%;
2122
+ }
2123
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table td.e-dashboard-gridline {
2124
+ border: 1px dashed rgba(var(--color-sf-primary));
2125
+ position: absolute;
2126
+ }
2127
+ .e-dashboardlayout.e-control.e-responsive {
2128
+ width: 100% !important;
2129
+ }
2130
+ .e-dashboardlayout.e-control.e-prevent {
2131
+ -webkit-user-select: none;
2132
+ -moz-user-select: none;
2133
+ -ms-user-select: none;
2134
+ user-select: none;
2135
+ }
2136
+ .e-dashboardlayout.e-control .e-panel.e-ssr {
2137
+ position: relative;
2138
+ }
2139
+ .e-dashboardlayout.e-control .e-panel {
2140
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2141
+ height: 100%;
2142
+ -webkit-user-select: none;
2143
+ -moz-user-select: none;
2144
+ -ms-user-select: none;
2145
+ user-select: none;
2146
+ width: 100%;
2147
+ border-radius: 8px;
2148
+ }
2149
+ .e-dashboardlayout.e-control .e-panel:hover {
2150
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2151
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2152
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2153
+ }
2154
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
2155
+ display: block;
2156
+ }
2157
+ .e-dashboardlayout.e-control .e-panel:active {
2158
+ border: 1px solid rgba(var(--color-sf-primary));
2159
+ }
2160
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
2161
+ height: 100%;
2162
+ width: 100%;
2163
+ }
2164
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
2165
+ height: inherit;
2166
+ width: inherit;
2167
+ }
2168
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
2169
+ display: none;
2170
+ }
2171
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
2172
+ -webkit-transition: top 0.5s, left 0.5s;
2173
+ transition: top 0.5s, left 0.5s;
2174
+ }
2175
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
2176
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2177
+ color: rgba(var(--color-sf-on-surface));
2178
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
2179
+ font-size: 14px;
2180
+ font-weight: 600;
2181
+ height: 40px;
2182
+ padding: 11px 16px;
2183
+ border-top-left-radius: 8px;
2184
+ border-top-right-radius: 8px;
2185
+ }
2186
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
2187
+ overflow: hidden;
2188
+ text-overflow: ellipsis;
2189
+ white-space: nowrap;
2190
+ }
2191
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
2192
+ display: inline-block;
2193
+ }
2194
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
2195
+ float: right;
2196
+ }
2197
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
2198
+ position: absolute;
2199
+ -ms-touch-action: none;
2200
+ touch-action: none;
2201
+ }
2202
+ .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 {
2203
+ border: none;
2204
+ }
2205
+ .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 {
2206
+ cursor: e-resize;
2207
+ }
2208
+ .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 {
2209
+ cursor: w-resize;
2210
+ }
2211
+ .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 {
2212
+ cursor: n-resize;
2213
+ }
2214
+ .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 {
2215
+ cursor: s-resize;
2216
+ }
2217
+ .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 {
2218
+ cursor: nw-resize;
2219
+ }
2220
+ .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 {
2221
+ cursor: ne-resize;
2222
+ }
2223
+ .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 {
2224
+ cursor: sw-resize;
2225
+ }
2226
+ .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 {
2227
+ cursor: se-resize;
2228
+ }
2229
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
2230
+ font-family: "e-icons";
2231
+ position: absolute;
2232
+ }
2233
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
2234
+ cursor: move;
2235
+ z-index: 1111 !important;
2236
+ }
2237
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
2238
+ float: left;
2239
+ }
2240
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
2241
+ font-size: 16px;
2242
+ font-weight: 600;
2243
+ height: 48px;
2244
+ padding: 14px 16px;
2245
+ }
2246
+ .e-dashboardlayout.e-control .e-drag:hover {
2247
+ cursor: move;
2248
+ }
2249
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
2250
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
2251
+ cursor: default;
2252
+ }
2253
+ .e-dashboardlayout.e-control .e-holder {
2254
+ background: rgba(var(--color-sf-primary-container));
2255
+ border: 1px rgba(var(--color-sf-primary)) dashed;
2256
+ border-radius: 8px;
2257
+ position: absolute;
2258
+ border-radius: 8px;
2259
+ }
2260
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
2261
+ -webkit-transition: top 0.3s, left 0.3s;
2262
+ transition: top 0.3s, left 0.3s;
2263
+ }
2264
+
2265
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
2266
+ font-size: 16px;
2267
+ font-weight: 600;
2268
+ height: 48px;
2269
+ padding: 14px 16px;
2270
+ }
2271
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
2272
+ height: 100%;
2273
+ width: 100%;
2274
+ }
2275
+
2276
+ .e-dashboardlayout.e-control {
2277
+ display: block;
2278
+ position: relative;
2279
+ }
2280
+ .e-dashboardlayout.e-control .e-panel {
2281
+ background: rgba(var(--color-sf-surface));
2282
+ -webkit-box-shadow: none;
2283
+ box-shadow: none;
2284
+ -webkit-box-sizing: border-box;
2285
+ box-sizing: border-box;
2286
+ position: absolute;
2287
+ }
2288
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
2289
+ color: rgba(var(--color-sf-on-surface));
2290
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
2291
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
2292
+ -webkit-box-sizing: border-box;
2293
+ box-sizing: border-box;
2294
+ }
2295
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
2296
+ background: none;
2297
+ }
2298
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
2299
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
2300
+ font-size: 8px;
2301
+ height: 8px;
2302
+ width: 8px;
2303
+ }
2304
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
2305
+ bottom: 2px;
2306
+ right: 2px;
2307
+ }
2308
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
2309
+ bottom: 2px;
2310
+ left: 2px;
2311
+ }
2312
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
2313
+ left: 2px;
2314
+ top: 2px;
2315
+ }
2316
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
2317
+ right: 2px;
2318
+ top: 2px;
2319
+ }
2320
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
2321
+ right: 2px;
2322
+ top: 2px;
2323
+ }
2324
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
2325
+ left: 2px;
2326
+ top: 2px;
2327
+ }
2328
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
2329
+ bottom: 2px;
2330
+ left: 2px;
2331
+ }
2332
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
2333
+ bottom: 2px;
2334
+ right: 2px;
2335
+ }
2336
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
2337
+ right: 2px;
2338
+ top: 2px;
2339
+ }
2340
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
2341
+ left: 2px;
2342
+ top: 2px;
2343
+ }
2344
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
2345
+ bottom: 2px;
2346
+ left: 2px;
2347
+ }
2348
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
2349
+ bottom: 2px;
2350
+ right: 2px;
2351
+ }
2352
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
2353
+ color: rgba(var(--color-sf-on-surface));
2354
+ }
2355
+
2356
+ :root {
2357
+ --color-sf-black: 0, 0, 0;
2358
+ --color-sf-white: 255, 255, 255;
2359
+ --color-sf-primary: 103, 80, 164;
2360
+ --color-sf-primary-container: 234, 221, 255;
2361
+ --color-sf-secondary: 98, 91, 113;
2362
+ --color-sf-secondary-container: 232, 222, 248;
2363
+ --color-sf-tertiary: 125, 82, 96;
2364
+ --color-sf-tertiary-container: 255, 216, 228;
2365
+ --color-sf-surface: 255, 255, 255;
2366
+ --color-sf-surface-variant: 231, 224, 236;
2367
+ --color-sf-background: var(--color-sf-surface);
2368
+ --color-sf-on-primary: 255, 255, 255;
2369
+ --color-sf-on-primary-container: 33, 0, 94;
2370
+ --color-sf-on-secondary: 255, 255, 255;
2371
+ --color-sf-on-secondary-container: 30, 25, 43;
2372
+ --color-sf-on-tertiary: 255, 255, 255;
2373
+ --color-sf-on-tertiary-containe: 55, 11, 30;
2374
+ --color-sf-on-surface: 28, 27, 31;
2375
+ --color-sf-on-surface-variant: 73, 69, 78;
2376
+ --color-sf-on-background: 28, 27, 31;
2377
+ --color-sf-outline: 121, 116, 126;
2378
+ --color-sf-outline-variant: 196, 199, 197;
2379
+ --color-sf-shadow: 0, 0, 0;
2380
+ --color-sf-surface-tint-color: 103, 80, 164;
2381
+ --color-sf-inverse-surface: 49, 48, 51;
2382
+ --color-sf-inverse-on-surface: 244, 239, 244;
2383
+ --color-sf-inverse-primary: 208, 188, 255;
2384
+ --color-sf-scrim: 0, 0, 0;
2385
+ --color-sf-error: 179, 38, 30;
2386
+ --color-sf-error-container: 249, 222, 220;
2387
+ --color-sf-on-error: 255, 250, 250;
2388
+ --color-sf-on-error-container: 65, 14, 11;
2389
+ --color-sf-success: 32, 81, 7;
2390
+ --color-sf-success-container: 209, 255, 186;
2391
+ --color-sf-on-success: 244, 255, 239;
2392
+ --color-sf-on-success-container: 13, 39, 0;
2393
+ --color-sf-info: 1, 87, 155;
2394
+ --color-sf-info-container: 233, 245, 255;
2395
+ --color-sf-on-info: 250, 253, 255;
2396
+ --color-sf-on-info-container: 0, 51, 91;
2397
+ --color-sf-warning: 145, 76, 0;
2398
+ --color-sf-warning-container: 254, 236, 222;
2399
+ --color-sf-on-warning: 255, 255, 255;
2400
+ --color-sf-on-warning-container: 47, 21, 0;
2401
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
2402
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
2403
+ --color-sf-diagram-palette-background: --color-sf-white;
2404
+ --color-sf-success-text: 255, 255, 255;
2405
+ --color-sf-warning-text: 255, 255, 255;
2406
+ --color-sf-danger-text: 255, 255, 255;
2407
+ --color-sf-info-text: 255, 255, 255;
2408
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
2409
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
2410
+ }
2411
+
2412
+ .e-dark-mode {
2413
+ --color-sf-black: 0, 0, 0;
2414
+ --color-sf-white: 255, 255, 255;
2415
+ --color-sf-primary: 208, 188, 255;
2416
+ --color-sf-primary-container: 79, 55, 139;
2417
+ --color-sf-secondary: 204, 194, 220;
2418
+ --color-sf-secondary-container: 74, 68, 88;
2419
+ --color-sf-tertiary: 239, 184, 200;
2420
+ --color-sf-tertiary-container: 99, 59, 72;
2421
+ --color-sf-surface: 28, 27, 31;
2422
+ --color-sf-surface-variant: 28, 27, 31;
2423
+ --color-sf-background: var(--color-sf-surface);
2424
+ --color-sf-on-primary: 55, 30, 115;
2425
+ --color-sf-on-primary-container: 234, 221, 255;
2426
+ --color-sf-on-secondary: 51, 45, 65;
2427
+ --color-sf-on-secondary-container: 232, 222, 248;
2428
+ --color-sf-on-tertiary: 73, 37, 50;
2429
+ --color-sf-on-tertiary-containe: 255, 216, 228;
2430
+ --color-sf-on-surface: 230, 225, 229;
2431
+ --color-sf-on-surface-variant: 202, 196, 208;
2432
+ --color-sf-on-background: 230, 225, 229;
2433
+ --color-sf-outline: 147, 143, 153;
2434
+ --color-sf-outline-variant: 68, 71, 70;
2435
+ --color-sf-shadow: 0, 0, 0;
2436
+ --color-sf-surface-tint-color: 208, 188, 255;
2437
+ --color-sf-inverse-surface: 230, 225, 229;
2438
+ --color-sf-inverse-on-surface: 49, 48, 51;
2439
+ --color-sf-inverse-primary: 103, 80, 164;
2440
+ --color-sf-scrim: 0, 0, 0;
2441
+ --color-sf-error: 242, 184, 181;
2442
+ --color-sf-error-container: 140, 29, 24;
2443
+ --color-sf-on-error: 96, 20, 16;
2444
+ --color-sf-on-error-container: 249, 222, 220;
2445
+ --color-sf-success: 83, 202, 23;
2446
+ --color-sf-success-container: 22, 62, 2;
2447
+ --color-sf-on-success: 13, 39, 0;
2448
+ --color-sf-on-success-container: 183, 250, 150;
2449
+ --color-sf-info: 71, 172, 251;
2450
+ --color-sf-info-container: 0, 67, 120;
2451
+ --color-sf-on-info: 0, 51, 91;
2452
+ --color-sf-on-info-container: 173, 219, 255;
2453
+ --color-sf-warning: 245, 180, 130;
2454
+ --color-sf-warning-container: 123, 65, 0;
2455
+ --color-sf-on-warning: 99, 52, 0;
2456
+ --color-sf-on-warning-container: 255, 220, 193;
2457
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
2458
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
2459
+ --color-sf-success-text: 0, 0, 0;
2460
+ --color-sf-warning-text: 0, 0, 0;
2461
+ --color-sf-info-text: 0, 0, 0;
2462
+ --color-sf-danger-text: 0, 0, 0;
2463
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
2464
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
2465
+ }
2466
+
2467
+ :root {
2468
+ --color-sf-black: 0, 0, 0;
2469
+ --color-sf-white: 255, 255, 255;
2470
+ --color-sf-primary: 103, 80, 164;
2471
+ --color-sf-primary-container: 234, 221, 255;
2472
+ --color-sf-secondary: 98, 91, 113;
2473
+ --color-sf-secondary-container: 232, 222, 248;
2474
+ --color-sf-tertiary: 125, 82, 96;
2475
+ --color-sf-tertiary-container: 255, 216, 228;
2476
+ --color-sf-surface: 255, 255, 255;
2477
+ --color-sf-surface-variant: 231, 224, 236;
2478
+ --color-sf-background: var(--color-sf-surface);
2479
+ --color-sf-on-primary: 255, 255, 255;
2480
+ --color-sf-on-primary-container: 33, 0, 94;
2481
+ --color-sf-on-secondary: 255, 255, 255;
2482
+ --color-sf-on-secondary-container: 30, 25, 43;
2483
+ --color-sf-on-tertiary: 255, 255, 255;
2484
+ --color-sf-on-tertiary-containe: 55, 11, 30;
2485
+ --color-sf-on-surface: 28, 27, 31;
2486
+ --color-sf-on-surface-variant: 73, 69, 78;
2487
+ --color-sf-on-background: 28, 27, 31;
2488
+ --color-sf-outline: 121, 116, 126;
2489
+ --color-sf-outline-variant: 196, 199, 197;
2490
+ --color-sf-shadow: 0, 0, 0;
2491
+ --color-sf-surface-tint-color: 103, 80, 164;
2492
+ --color-sf-inverse-surface: 49, 48, 51;
2493
+ --color-sf-inverse-on-surface: 244, 239, 244;
2494
+ --color-sf-inverse-primary: 208, 188, 255;
2495
+ --color-sf-scrim: 0, 0, 0;
2496
+ --color-sf-error: 179, 38, 30;
2497
+ --color-sf-error-container: 249, 222, 220;
2498
+ --color-sf-on-error: 255, 250, 250;
2499
+ --color-sf-on-error-container: 65, 14, 11;
2500
+ --color-sf-success: 32, 81, 7;
2501
+ --color-sf-success-container: 209, 255, 186;
2502
+ --color-sf-on-success: 244, 255, 239;
2503
+ --color-sf-on-success-container: 13, 39, 0;
2504
+ --color-sf-info: 1, 87, 155;
2505
+ --color-sf-info-container: 233, 245, 255;
2506
+ --color-sf-on-info: 250, 253, 255;
2507
+ --color-sf-on-info-container: 0, 51, 91;
2508
+ --color-sf-warning: 145, 76, 0;
2509
+ --color-sf-warning-container: 254, 236, 222;
2510
+ --color-sf-on-warning: 255, 255, 255;
2511
+ --color-sf-on-warning-container: 47, 21, 0;
2512
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
2513
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
2514
+ --color-sf-diagram-palette-background: --color-sf-white;
2515
+ --color-sf-success-text: 255, 255, 255;
2516
+ --color-sf-warning-text: 255, 255, 255;
2517
+ --color-sf-danger-text: 255, 255, 255;
2518
+ --color-sf-info-text: 255, 255, 255;
2519
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
2520
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
2521
+ }
2522
+
2523
+ .e-dark-mode {
2524
+ --color-sf-black: 0, 0, 0;
2525
+ --color-sf-white: 255, 255, 255;
2526
+ --color-sf-primary: 208, 188, 255;
2527
+ --color-sf-primary-container: 79, 55, 139;
2528
+ --color-sf-secondary: 204, 194, 220;
2529
+ --color-sf-secondary-container: 74, 68, 88;
2530
+ --color-sf-tertiary: 239, 184, 200;
2531
+ --color-sf-tertiary-container: 99, 59, 72;
2532
+ --color-sf-surface: 28, 27, 31;
2533
+ --color-sf-surface-variant: 28, 27, 31;
2534
+ --color-sf-background: var(--color-sf-surface);
2535
+ --color-sf-on-primary: 55, 30, 115;
2536
+ --color-sf-on-primary-container: 234, 221, 255;
2537
+ --color-sf-on-secondary: 51, 45, 65;
2538
+ --color-sf-on-secondary-container: 232, 222, 248;
2539
+ --color-sf-on-tertiary: 73, 37, 50;
2540
+ --color-sf-on-tertiary-containe: 255, 216, 228;
2541
+ --color-sf-on-surface: 230, 225, 229;
2542
+ --color-sf-on-surface-variant: 202, 196, 208;
2543
+ --color-sf-on-background: 230, 225, 229;
2544
+ --color-sf-outline: 147, 143, 153;
2545
+ --color-sf-outline-variant: 68, 71, 70;
2546
+ --color-sf-shadow: 0, 0, 0;
2547
+ --color-sf-surface-tint-color: 208, 188, 255;
2548
+ --color-sf-inverse-surface: 230, 225, 229;
2549
+ --color-sf-inverse-on-surface: 49, 48, 51;
2550
+ --color-sf-inverse-primary: 103, 80, 164;
2551
+ --color-sf-scrim: 0, 0, 0;
2552
+ --color-sf-error: 242, 184, 181;
2553
+ --color-sf-error-container: 140, 29, 24;
2554
+ --color-sf-on-error: 96, 20, 16;
2555
+ --color-sf-on-error-container: 249, 222, 220;
2556
+ --color-sf-success: 83, 202, 23;
2557
+ --color-sf-success-container: 22, 62, 2;
2558
+ --color-sf-on-success: 13, 39, 0;
2559
+ --color-sf-on-success-container: 183, 250, 150;
2560
+ --color-sf-info: 71, 172, 251;
2561
+ --color-sf-info-container: 0, 67, 120;
2562
+ --color-sf-on-info: 0, 51, 91;
2563
+ --color-sf-on-info-container: 173, 219, 255;
2564
+ --color-sf-warning: 245, 180, 130;
2565
+ --color-sf-warning-container: 123, 65, 0;
2566
+ --color-sf-on-warning: 99, 52, 0;
2567
+ --color-sf-on-warning-container: 255, 220, 193;
2568
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
2569
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
2570
+ --color-sf-success-text: 0, 0, 0;
2571
+ --color-sf-warning-text: 0, 0, 0;
2572
+ --color-sf-info-text: 0, 0, 0;
2573
+ --color-sf-danger-text: 0, 0, 0;
2574
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
2575
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
2576
+ }
2577
+
2578
+ .e-timeline {
2579
+ --dot-size: 16px;
2580
+ --dot-outer-space: 0;
2581
+ --dot-border: 1px;
2582
+ --connector-size: 1px;
2583
+ --dot-radius: 50%;
2584
+ height: inherit;
2585
+ width: 100%;
2586
+ }
2587
+ .e-timeline [class^="e-dot "]::before,
2588
+ .e-timeline .e-dot-item,
2589
+ .e-timeline .e-dot {
2590
+ display: -webkit-box;
2591
+ display: -ms-flexbox;
2592
+ display: flex;
2593
+ -webkit-box-align: center;
2594
+ -ms-flex-align: center;
2595
+ align-items: center;
2596
+ -webkit-box-pack: center;
2597
+ -ms-flex-pack: center;
2598
+ justify-content: center;
2599
+ }
2600
+ .e-timeline [class^="e-dot "]::before {
2601
+ min-width: 32px;
2602
+ min-height: 32px;
2603
+ border-radius: var(--dot-radius);
2604
+ }
2605
+ .e-timeline .e-timeline-items {
2606
+ display: -webkit-inline-box;
2607
+ display: -ms-inline-flexbox;
2608
+ display: inline-flex;
2609
+ -webkit-box-orient: vertical;
2610
+ -webkit-box-direction: normal;
2611
+ -ms-flex-direction: column;
2612
+ flex-direction: column;
2613
+ list-style: none;
2614
+ -ms-flex-wrap: nowrap;
2615
+ flex-wrap: nowrap;
2616
+ padding: 0;
2617
+ width: inherit;
2618
+ height: inherit;
2619
+ }
2620
+ .e-timeline .e-timeline-item {
2621
+ display: -webkit-box;
2622
+ display: -ms-flexbox;
2623
+ display: flex;
2624
+ -webkit-box-orient: horizontal;
2625
+ -webkit-box-direction: normal;
2626
+ -ms-flex-direction: row;
2627
+ flex-direction: row;
2628
+ position: relative;
2629
+ -webkit-box-align: start;
2630
+ -ms-flex-align: start;
2631
+ align-items: flex-start;
2632
+ width: inherit;
2633
+ height: inherit;
2634
+ }
2635
+ .e-timeline .e-timeline-item.e-connector::after {
2636
+ top: 0;
2637
+ bottom: 0;
2638
+ left: calc(50% - var(--connector-size));
2639
+ right: auto;
2640
+ content: "";
2641
+ position: absolute;
2642
+ z-index: 999;
2643
+ border-width: var(--connector-size);
2644
+ border-style: solid;
2645
+ }
2646
+ .e-timeline .e-timeline-item.e-connector.e-item-template::after {
2647
+ content: unset;
2648
+ }
2649
+ .e-timeline .e-dot-item {
2650
+ position: relative;
2651
+ -webkit-box-flex: 0;
2652
+ -ms-flex: 0 1 calc(var(--dot-size) * 3);
2653
+ flex: 0 1 calc(var(--dot-size) * 3);
2654
+ z-index: 1000;
2655
+ }
2656
+ .e-timeline .e-dot {
2657
+ min-width: var(--dot-size);
2658
+ min-height: var(--dot-size);
2659
+ border-radius: var(--dot-radius);
2660
+ outline: var(--dot-outer-space) solid;
2661
+ border: var(--dot-border) solid;
2662
+ font-size: 16px;
2663
+ background-size: cover;
2664
+ background-position: center;
2665
+ background-repeat: no-repeat;
2666
+ }
2667
+ .e-timeline .e-opposite-content,
2668
+ .e-timeline .e-content {
2669
+ -webkit-box-flex: 1;
2670
+ -ms-flex: 1 1 50%;
2671
+ flex: 1 1 50%;
2672
+ }
2673
+ .e-timeline .e-opposite-content {
2674
+ font-size: 12px;
2675
+ }
2676
+ .e-timeline .e-content {
2677
+ text-align: left;
2678
+ font-size: 14px;
2679
+ font-weight: 500;
2680
+ }
2681
+ .e-timeline .e-timeline-item:first-child::after {
2682
+ top: 0;
2683
+ }
2684
+ .e-timeline .e-timeline-item:last-child::after {
2685
+ bottom: calc(var(--dot-size) * 2);
2686
+ }
2687
+ .e-timeline.e-vertical.e-align-before .e-timeline-item, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
2688
+ -webkit-box-orient: horizontal;
2689
+ -webkit-box-direction: reverse;
2690
+ -ms-flex-direction: row-reverse;
2691
+ flex-direction: row-reverse;
2692
+ }
2693
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-items {
2694
+ -webkit-box-orient: vertical;
2695
+ -webkit-box-direction: reverse;
2696
+ -ms-flex-direction: column-reverse;
2697
+ flex-direction: column-reverse;
2698
+ }
2699
+ .e-timeline.e-vertical.e-align-before .e-timeline-items .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-timeline-items .e-content {
2700
+ text-align: left;
2701
+ }
2702
+ .e-timeline.e-vertical .e-timeline-item.e-connector:last-child::after {
2703
+ content: unset;
2704
+ }
2705
+ .e-timeline.e-vertical.e-align-before.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-rtl.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-before.e-rtl.e-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-content-only .e-connector::after {
2706
+ left: calc(var(--dot-size) * 3 / 2 - var(--connector-size));
2707
+ right: auto;
2708
+ }
2709
+ .e-timeline.e-vertical.e-align-before.e-content-only .e-connector::after, .e-timeline.e-vertical.e-align-before.e-rtl.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-rtl.e-content-only .e-connector::after {
2710
+ right: calc(var(--dot-size) * 3 / 2 - var(--connector-size));
2711
+ left: auto;
2712
+ }
2713
+ .e-timeline.e-vertical.e-align-after.e-opposite-content-only .e-content, .e-timeline.e-vertical.e-align-after.e-content-only .e-opposite-content, .e-timeline.e-vertical.e-align-before.e-opposite-content-only .e-content, .e-timeline.e-vertical.e-align-before.e-content-only .e-opposite-content {
2714
+ -webkit-box-flex: 0;
2715
+ -ms-flex: 0;
2716
+ flex: 0;
2717
+ }
2718
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:first-child::after {
2719
+ content: unset;
2720
+ }
2721
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:last-child::after {
2722
+ content: "";
2723
+ bottom: 0;
2724
+ }
2725
+ .e-timeline.e-vertical.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-opposite-content {
2726
+ text-align: right;
2727
+ }
2728
+ .e-timeline.e-vertical.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-opposite-content {
2729
+ text-align: left;
2730
+ }
2731
+ .e-timeline.e-vertical .e-dot-item {
2732
+ width: calc(var(--dot-size) * 2);
2733
+ }
2734
+ .e-timeline.e-horizontal .e-timeline-items {
2735
+ display: -webkit-inline-box;
2736
+ display: -ms-inline-flexbox;
2737
+ display: inline-flex;
2738
+ -webkit-box-orient: horizontal;
2739
+ -webkit-box-direction: normal;
2740
+ -ms-flex-direction: row;
2741
+ flex-direction: row;
2742
+ }
2743
+ .e-timeline.e-horizontal .e-timeline-item {
2744
+ height: auto;
2745
+ -webkit-box-orient: vertical;
2746
+ -webkit-box-direction: normal;
2747
+ -ms-flex-direction: column;
2748
+ flex-direction: column;
2749
+ -webkit-box-align: center;
2750
+ -ms-flex-align: center;
2751
+ align-items: center;
2752
+ }
2753
+ .e-timeline.e-horizontal.e-timeline-reverse.e-rtl .e-timeline-item.e-connector::after {
2754
+ left: calc(50% - var(--connector-size));
2755
+ right: auto;
2756
+ }
2757
+ .e-timeline.e-horizontal.e-rtl .e-timeline-item.e-connector::after, .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-item.e-connector::after {
2758
+ right: calc(50% - var(--connector-size));
2759
+ left: auto;
2760
+ }
2761
+ .e-timeline.e-horizontal .e-dot-item {
2762
+ margin: calc(var(--dot-size) * 2 / 2) 0;
2763
+ }
2764
+ .e-timeline.e-horizontal .e-opposite-content,
2765
+ .e-timeline.e-horizontal .e-content {
2766
+ display: -webkit-box;
2767
+ display: -ms-flexbox;
2768
+ display: flex;
2769
+ }
2770
+ .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-content {
2771
+ -webkit-box-align: end;
2772
+ -ms-flex-align: end;
2773
+ align-items: flex-end;
2774
+ }
2775
+ .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-opposite-content {
2776
+ -webkit-box-align: start;
2777
+ -ms-flex-align: start;
2778
+ align-items: flex-start;
2779
+ }
2780
+ .e-timeline.e-horizontal.e-align-before .e-timeline-item, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
2781
+ -webkit-box-orient: vertical;
2782
+ -webkit-box-direction: reverse;
2783
+ -ms-flex-direction: column-reverse;
2784
+ flex-direction: column-reverse;
2785
+ }
2786
+ .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-items {
2787
+ -webkit-box-orient: horizontal;
2788
+ -webkit-box-direction: reverse;
2789
+ -ms-flex-direction: row-reverse;
2790
+ flex-direction: row-reverse;
2791
+ }
2792
+ .e-timeline.e-horizontal .e-timeline-item::after {
2793
+ width: 100%;
2794
+ height: 0;
2795
+ top: calc(50% - var(--connector-size));
2796
+ }
2797
+ .e-timeline.e-horizontal .e-opposite-content {
2798
+ display: -webkit-box;
2799
+ display: -ms-flexbox;
2800
+ display: flex;
2801
+ -webkit-box-align: end;
2802
+ -ms-flex-align: end;
2803
+ align-items: flex-end;
2804
+ text-align: left;
2805
+ padding: 0;
2806
+ }
2807
+ .e-timeline.e-horizontal .e-content {
2808
+ padding: 0;
2809
+ }
2810
+ .e-timeline.e-horizontal .e-timeline-item:last-child::after {
2811
+ width: auto;
2812
+ }
2813
+
2814
+ .e-bigger.e-timeline [class^="e-dot "]::before,
2815
+ .e-bigger .e-timeline [class^="e-dot "]::before {
2816
+ min-width: 40px;
2817
+ min-height: 40px;
2818
+ font-size: 18px;
2819
+ }
2820
+ .e-bigger.e-timeline .e-dot-item,
2821
+ .e-bigger .e-timeline .e-dot-item {
2822
+ -webkit-box-flex: 0;
2823
+ -ms-flex: 0 1 calc(var(--dot-size) * 4);
2824
+ flex: 0 1 calc(var(--dot-size) * 4);
2825
+ }
2826
+ .e-bigger.e-timeline.e-vertical.e-align-before.e-opposite-content-only .e-connector::after, .e-bigger.e-timeline.e-vertical.e-align-after.e-rtl.e-opposite-content-only .e-connector::after, .e-bigger.e-timeline.e-vertical.e-align-before.e-rtl.e-content-only .e-connector::after, .e-bigger.e-timeline.e-vertical.e-align-after.e-content-only .e-connector::after,
2827
+ .e-bigger .e-timeline.e-vertical.e-align-before.e-opposite-content-only .e-connector::after,
2828
+ .e-bigger .e-timeline.e-vertical.e-align-after.e-rtl.e-opposite-content-only .e-connector::after,
2829
+ .e-bigger .e-timeline.e-vertical.e-align-before.e-rtl.e-content-only .e-connector::after,
2830
+ .e-bigger .e-timeline.e-vertical.e-align-after.e-content-only .e-connector::after {
2831
+ left: calc(var(--dot-size) * 4 / 2 - var(--connector-size));
2832
+ }
2833
+ .e-bigger.e-timeline.e-vertical.e-align-before.e-content-only .e-connector::after, .e-bigger.e-timeline.e-vertical.e-align-before.e-rtl.e-opposite-content-only .e-connector::after, .e-bigger.e-timeline.e-vertical.e-align-after.e-opposite-content-only .e-connector::after, .e-bigger.e-timeline.e-vertical.e-align-after.e-rtl.e-content-only .e-connector::after,
2834
+ .e-bigger .e-timeline.e-vertical.e-align-before.e-content-only .e-connector::after,
2835
+ .e-bigger .e-timeline.e-vertical.e-align-before.e-rtl.e-opposite-content-only .e-connector::after,
2836
+ .e-bigger .e-timeline.e-vertical.e-align-after.e-opposite-content-only .e-connector::after,
2837
+ .e-bigger .e-timeline.e-vertical.e-align-after.e-rtl.e-content-only .e-connector::after {
2838
+ right: calc(var(--dot-size) * 4 / 2 - var(--connector-size));
2839
+ }
2840
+ .e-bigger.e-timeline .e-dot,
2841
+ .e-bigger .e-timeline .e-dot {
2842
+ min-width: 20px;
2843
+ min-height: 20px;
2844
+ }
2845
+ .e-bigger.e-timeline .e-opposite-content,
2846
+ .e-bigger .e-timeline .e-opposite-content {
2847
+ font-size: 14px;
2848
+ }
2849
+ .e-bigger.e-timeline .e-content,
2850
+ .e-bigger .e-timeline .e-content {
2851
+ font-size: 16px;
2852
+ }
2853
+
2854
+ .e-timeline .e-dot {
2855
+ background-color: rgba(var(--color-sf-outline-variant));
2856
+ border-color: rgba(var(--color-sf-outline-variant));
2857
+ color: rgba(var(--color-sf-on-surface));
2858
+ outline-color: rgba(var(--color-sf-surface));
2859
+ }
2860
+ .e-timeline.e-outline .e-dot {
2861
+ background-color: rgba(var(--color-sf-surface));
2862
+ }
2863
+ .e-timeline .e-timeline-item.e-connector::after {
2864
+ border-color: rgba(var(--color-sf-outline-variant));
2865
+ }
2866
+ .e-timeline .e-content {
2867
+ color: var(--color-sf-on-surface);
2868
+ }
2869
+ .e-timeline .e-opposite-content {
2870
+ color: var(--color-sf-on-surface-variant);
2871
+ }
2872
+ .e-timeline .e-item-disabled .e-content,
2873
+ .e-timeline .e-item-disabled .e-opposite-content {
2874
+ color: rgba(var(--color-sf-on-surface), 0.38);
2875
+ }