@syncfusion/ej2-vue-splitbuttons 25.2.4 → 26.1.35

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