@syncfusion/ej2-vue-splitbuttons 25.2.3 → 26.1.35-750253

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 -350
  104. package/dist/global/ej2-vue-splitbuttons.min.js +0 -10
@@ -1 +1,1167 @@
1
- @import '@syncfusion/ej2-splitbuttons/styles/button-group/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ /* stylelint-disable */
224
+ *.e-btn-group,
225
+ *.e-css.e-btn-group {
226
+ display: -webkit-inline-box;
227
+ display: -ms-inline-flexbox;
228
+ display: inline-flex;
229
+ border-radius: 4px;
230
+ -webkit-box-orient: horizontal;
231
+ -webkit-box-direction: normal;
232
+ -ms-flex-direction: row;
233
+ flex-direction: row;
234
+ position: relative;
235
+ border-radius: 4px;
236
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
237
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
238
+ }
239
+ *.e-btn-group input + label.e-btn,
240
+ *.e-css.e-btn-group input + label.e-btn {
241
+ margin-bottom: 0;
242
+ }
243
+ *.e-btn-group input,
244
+ *.e-css.e-btn-group input {
245
+ -moz-appearance: none;
246
+ height: 1px;
247
+ margin: 0 0 0 -1px;
248
+ opacity: 0;
249
+ position: absolute;
250
+ width: 1px;
251
+ }
252
+ *.e-btn-group input:disabled + label.e-btn,
253
+ *.e-btn-group :disabled,
254
+ *.e-css.e-btn-group input:disabled + label.e-btn,
255
+ *.e-css.e-btn-group :disabled {
256
+ cursor: default;
257
+ pointer-events: none;
258
+ }
259
+ *.e-btn-group .e-btn-icon,
260
+ *.e-css.e-btn-group .e-btn-icon {
261
+ font-size: 16px;
262
+ }
263
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
264
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
265
+ border-radius: 0;
266
+ }
267
+ *.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),
268
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
269
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
270
+ border-bottom-right-radius: 0;
271
+ border-top-right-radius: 0;
272
+ }
273
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
274
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
275
+ border-bottom-left-radius: 0;
276
+ border-top-left-radius: 0;
277
+ }
278
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
279
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
280
+ border-bottom-left-radius: 0;
281
+ border-top-left-radius: 0;
282
+ }
283
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
284
+ *.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 {
285
+ border-bottom-right-radius: 0;
286
+ border-top-right-radius: 0;
287
+ }
288
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
289
+ *.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 {
290
+ border-bottom-left-radius: 0;
291
+ border-top-left-radius: 0;
292
+ }
293
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
294
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
295
+ border-bottom-right-radius: 0;
296
+ border-top-right-radius: 0;
297
+ }
298
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
299
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
300
+ border-bottom-left-radius: 0;
301
+ border-top-left-radius: 0;
302
+ }
303
+ *.e-btn-group.e-rtl .e-btn,
304
+ *.e-css.e-btn-group.e-rtl .e-btn {
305
+ margin-left: -1px;
306
+ }
307
+ *.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
308
+ *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
309
+ border-radius: 0;
310
+ }
311
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
312
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
313
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
314
+ border-bottom-left-radius: 0;
315
+ border-top-left-radius: 0;
316
+ }
317
+ *.e-btn-group.e-rtl .e-btn:last-of-type,
318
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
319
+ border-bottom-right-radius: 0;
320
+ border-top-right-radius: 0;
321
+ }
322
+ *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
323
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
324
+ border-bottom-right-radius: 0;
325
+ border-top-right-radius: 0;
326
+ }
327
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
328
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
329
+ border-bottom-left-radius: 0;
330
+ border-top-left-radius: 0;
331
+ }
332
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
333
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
334
+ border-bottom-right-radius: 0;
335
+ border-top-right-radius: 0;
336
+ }
337
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
338
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
339
+ border-bottom-left-radius: 0;
340
+ border-top-left-radius: 0;
341
+ }
342
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
343
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
344
+ border-bottom-right-radius: 0;
345
+ border-top-right-radius: 0;
346
+ }
347
+ *.e-btn-group.e-vertical,
348
+ *.e-css.e-btn-group.e-vertical {
349
+ -webkit-box-orient: vertical;
350
+ -webkit-box-direction: normal;
351
+ -ms-flex-direction: column;
352
+ flex-direction: column;
353
+ }
354
+ *.e-btn-group.e-vertical input,
355
+ *.e-css.e-btn-group.e-vertical input {
356
+ margin: -1px 0 0;
357
+ }
358
+ *.e-btn-group.e-vertical .e-btn:not(.e-outline),
359
+ *.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
360
+ margin-top: -1px;
361
+ }
362
+ *.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
363
+ *.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
364
+ border-radius: 0;
365
+ }
366
+ *.e-btn-group.e-vertical .e-btn:first-of-type,
367
+ *.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
368
+ border-bottom-left-radius: 0;
369
+ border-bottom-right-radius: 0;
370
+ border-top-left-radius: 2px;
371
+ border-top-right-radius: 2px;
372
+ }
373
+ *.e-btn-group.e-vertical .e-btn:last-of-type,
374
+ *.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
375
+ border-bottom-left-radius: 2px;
376
+ border-bottom-right-radius: 2px;
377
+ border-top-left-radius: 0;
378
+ border-top-right-radius: 0;
379
+ }
380
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
381
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
382
+ border-radius: 20px;
383
+ }
384
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
385
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
386
+ border-bottom-left-radius: 20px;
387
+ border-top-left-radius: 20px;
388
+ }
389
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
390
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
391
+ border-bottom-right-radius: 20px;
392
+ border-top-right-radius: 20px;
393
+ }
394
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
395
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
396
+ border-bottom-right-radius: 0;
397
+ border-top-right-radius: 0;
398
+ }
399
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
400
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
401
+ border-bottom-left-radius: 0;
402
+ border-top-left-radius: 0;
403
+ }
404
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
405
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
406
+ border-bottom-left-radius: 20px;
407
+ border-top-left-radius: 20px;
408
+ }
409
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
410
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
411
+ border-bottom-right-radius: 0;
412
+ border-top-right-radius: 0;
413
+ }
414
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
415
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
416
+ border-bottom-left-radius: 0;
417
+ border-top-left-radius: 0;
418
+ }
419
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
420
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
421
+ border-bottom-right-radius: 20px;
422
+ border-top-right-radius: 20px;
423
+ }
424
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
425
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
426
+ border-radius: 20px;
427
+ }
428
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
429
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
430
+ border-bottom-right-radius: 20px;
431
+ border-top-right-radius: 20px;
432
+ }
433
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
434
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
435
+ border-bottom-left-radius: 20px;
436
+ border-top-left-radius: 20px;
437
+ }
438
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
439
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
440
+ border-bottom-left-radius: 0;
441
+ border-top-left-radius: 0;
442
+ }
443
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
444
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
445
+ border-bottom-right-radius: 0;
446
+ border-top-right-radius: 0;
447
+ }
448
+
449
+ .e-bigger .e-btn-group .e-btn-icon,
450
+ .e-bigger.e-btn-group .e-btn-icon,
451
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
452
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
453
+ font-size: 20px;
454
+ }
455
+
456
+ /* stylelint-disable */
457
+ .e-btn-group .e-btn,
458
+ .e-css.e-btn-group .e-btn {
459
+ -webkit-box-shadow: none;
460
+ box-shadow: none;
461
+ }
462
+ .e-btn-group .e-btn:hover,
463
+ .e-css.e-btn-group .e-btn:hover {
464
+ -webkit-box-shadow: none;
465
+ box-shadow: none;
466
+ }
467
+ .e-btn-group .e-btn:focus-visible,
468
+ .e-btn-group input:focus-visible + label.e-btn,
469
+ .e-css.e-btn-group .e-btn:focus-visible,
470
+ .e-css.e-btn-group input:focus-visible + label.e-btn {
471
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
472
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
473
+ z-index: 1;
474
+ }
475
+ .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,
476
+ .e-btn-group input:focus-visible + label.e-btn.e-primary,
477
+ .e-btn-group input:focus-visible + label.e-btn.e-success,
478
+ .e-btn-group input:focus-visible + label.e-btn.e-info,
479
+ .e-btn-group input:focus-visible + label.e-btn.e-warning,
480
+ .e-btn-group input:focus-visible + label.e-btn.e-danger,
481
+ .e-css.e-btn-group .e-btn:focus-visible.e-primary,
482
+ .e-css.e-btn-group .e-btn:focus-visible.e-success,
483
+ .e-css.e-btn-group .e-btn:focus-visible.e-info,
484
+ .e-css.e-btn-group .e-btn:focus-visible.e-warning,
485
+ .e-css.e-btn-group .e-btn:focus-visible.e-danger,
486
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
487
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
488
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
489
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
490
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
491
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
492
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
493
+ z-index: 1;
494
+ }
495
+ .e-btn-group .e-btn:focus-visible.e-outline,
496
+ .e-btn-group input:focus-visible + label.e-btn.e-outline,
497
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline,
498
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
499
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
500
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
501
+ z-index: 1;
502
+ }
503
+ .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,
504
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
505
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
506
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
507
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
508
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
509
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-primary,
510
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-success,
511
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-info,
512
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-warning,
513
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-danger,
514
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
515
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
516
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
517
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
518
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
519
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
520
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
521
+ z-index: 1;
522
+ }
523
+ .e-btn-group .e-btn:focus,
524
+ .e-btn-group input:focus-visible + label.e-btn,
525
+ .e-btn-group input:focus + label.e-btn,
526
+ .e-css.e-btn-group .e-btn:focus,
527
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
528
+ .e-css.e-btn-group input:focus + label.e-btn {
529
+ 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));
530
+ 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));
531
+ -o-border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
532
+ 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)));
533
+ border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
534
+ color: rgba(var(--color-sf-on-surface));
535
+ outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
536
+ outline-offset: 0;
537
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
538
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
539
+ -webkit-box-shadow: none;
540
+ box-shadow: none;
541
+ outline-color: inherit;
542
+ }
543
+ .e-btn-group .e-btn:focus.e-primary,
544
+ .e-btn-group input:focus-visible + label.e-btn.e-primary,
545
+ .e-btn-group input:focus + label.e-btn.e-primary,
546
+ .e-css.e-btn-group .e-btn:focus.e-primary,
547
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
548
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
549
+ 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));
550
+ 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));
551
+ border-color: rgba(var(--color-sf-primary));
552
+ color: rgba(var(--color-sf-on-primary));
553
+ outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
554
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
555
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
556
+ -webkit-box-shadow: none;
557
+ box-shadow: none;
558
+ outline-color: inherit;
559
+ }
560
+ .e-btn-group .e-btn:focus.e-success,
561
+ .e-btn-group input:focus-visible + label.e-btn.e-success,
562
+ .e-btn-group input:focus + label.e-btn.e-success,
563
+ .e-css.e-btn-group .e-btn:focus.e-success,
564
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
565
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
566
+ 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));
567
+ 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));
568
+ border-color: rgba(var(--color-sf-success));
569
+ color: rgba(var(--color-sf-success-text));
570
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
571
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
572
+ -webkit-box-shadow: none;
573
+ box-shadow: none;
574
+ outline-color: inherit;
575
+ }
576
+ .e-btn-group .e-btn:focus.e-info,
577
+ .e-btn-group input:focus-visible + label.e-btn.e-info,
578
+ .e-btn-group input:focus + label.e-btn.e-info,
579
+ .e-css.e-btn-group .e-btn:focus.e-info,
580
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
581
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
582
+ 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));
583
+ 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));
584
+ border-color: rgba(var(--color-sf-info));
585
+ color: rgba(var(--color-sf-info-text));
586
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
587
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
588
+ -webkit-box-shadow: none;
589
+ box-shadow: none;
590
+ outline-color: inherit;
591
+ }
592
+ .e-btn-group .e-btn:focus.e-warning,
593
+ .e-btn-group input:focus-visible + label.e-btn.e-warning,
594
+ .e-btn-group input:focus + label.e-btn.e-warning,
595
+ .e-css.e-btn-group .e-btn:focus.e-warning,
596
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
597
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
598
+ 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));
599
+ 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));
600
+ border-color: rgba(var(--color-sf-warning));
601
+ color: rgba(var(--color-sf-warning-text));
602
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
603
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
604
+ -webkit-box-shadow: none;
605
+ box-shadow: none;
606
+ outline-color: inherit;
607
+ }
608
+ .e-btn-group .e-btn:focus.e-danger,
609
+ .e-btn-group input:focus-visible + label.e-btn.e-danger,
610
+ .e-btn-group input:focus + label.e-btn.e-danger,
611
+ .e-css.e-btn-group .e-btn:focus.e-danger,
612
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
613
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
614
+ 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));
615
+ 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));
616
+ border-color: rgba(var(--color-sf-error));
617
+ color: rgba(var(--color-sf-danger-text));
618
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
619
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
620
+ -webkit-box-shadow: none;
621
+ box-shadow: none;
622
+ outline-color: inherit;
623
+ }
624
+ .e-btn-group .e-btn:focus.e-link,
625
+ .e-btn-group input:focus-visible + label.e-btn.e-link,
626
+ .e-btn-group input:focus + label.e-btn.e-link,
627
+ .e-css.e-btn-group .e-btn:focus.e-link,
628
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
629
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
630
+ border-radius: 0;
631
+ text-decoration: underline;
632
+ color: rgba(var(--color-sf-info));
633
+ background-color: transparent;
634
+ border-color: transparent;
635
+ -webkit-box-shadow: none;
636
+ box-shadow: none;
637
+ outline: none;
638
+ }
639
+ .e-btn-group .e-btn:focus.e-outline,
640
+ .e-btn-group input:focus-visible + label.e-btn.e-outline,
641
+ .e-btn-group input:focus + label.e-btn.e-outline,
642
+ .e-css.e-btn-group .e-btn:focus.e-outline,
643
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
644
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
645
+ background: rgba(var(--color-sf-on-surface), 0.12);
646
+ border: 1px solid rgba(var(--color-sf-outline));
647
+ color: rgba(var(--color-sf-on-surface));
648
+ -webkit-box-shadow: none;
649
+ box-shadow: none;
650
+ }
651
+ .e-btn-group .e-btn:focus.e-outline.e-primary,
652
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
653
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
654
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
655
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
656
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
657
+ background: rgba(var(--color-sf-primary), 0.12);
658
+ border: 1px solid rgba(var(--color-sf-outline));
659
+ color: rgba(var(--color-sf-primary));
660
+ -webkit-box-shadow: none;
661
+ box-shadow: none;
662
+ }
663
+ .e-btn-group .e-btn:focus.e-outline.e-success,
664
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
665
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
666
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
667
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
668
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
669
+ background: rgba(var(--color-sf-success), 0.12);
670
+ border: 1px solid rgba(var(--color-sf-outline));
671
+ color: rgba(var(--color-sf-success));
672
+ -webkit-box-shadow: none;
673
+ box-shadow: none;
674
+ }
675
+ .e-btn-group .e-btn:focus.e-outline.e-info,
676
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
677
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
678
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
679
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
680
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
681
+ background: rgba(var(--color-sf-info), 0.12);
682
+ border: 1px solid rgba(var(--color-sf-outline));
683
+ color: rgba(var(--color-sf-info));
684
+ -webkit-box-shadow: none;
685
+ box-shadow: none;
686
+ }
687
+ .e-btn-group .e-btn:focus.e-outline.e-warning,
688
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
689
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
690
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
691
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
692
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
693
+ background: rgba(var(--color-sf-warning), 0.12);
694
+ border: 1px solid rgba(var(--color-sf-outline));
695
+ color: rgba(var(--color-sf-warning));
696
+ -webkit-box-shadow: none;
697
+ box-shadow: none;
698
+ }
699
+ .e-btn-group .e-btn:focus.e-outline.e-danger,
700
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
701
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
702
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
703
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
704
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
705
+ background: rgba(var(--color-sf-error), 0.12);
706
+ border: 1px solid rgba(var(--color-sf-outline));
707
+ color: rgba(var(--color-sf-error));
708
+ -webkit-box-shadow: none;
709
+ box-shadow: none;
710
+ }
711
+ .e-btn-group .e-btn:active,
712
+ .e-btn-group input:active + label.e-btn,
713
+ .e-btn-group input:checked + label.e-btn,
714
+ .e-css.e-btn-group .e-btn:active,
715
+ .e-css.e-btn-group input:active + label.e-btn,
716
+ .e-css.e-btn-group input:checked + label.e-btn {
717
+ 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));
718
+ 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));
719
+ -o-border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
720
+ 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)));
721
+ border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
722
+ color: rgba(var(--color-sf-on-surface));
723
+ outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
724
+ outline-offset: 0;
725
+ -webkit-box-shadow: none;
726
+ box-shadow: none;
727
+ }
728
+ .e-btn-group .e-btn:active.e-primary,
729
+ .e-btn-group input:active + label.e-btn.e-primary,
730
+ .e-btn-group input:checked + label.e-btn.e-primary,
731
+ .e-css.e-btn-group .e-btn:active.e-primary,
732
+ .e-css.e-btn-group input:active + label.e-btn.e-primary,
733
+ .e-css.e-btn-group input:checked + label.e-btn.e-primary {
734
+ 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));
735
+ 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));
736
+ border-color: rgba(var(--color-sf-primary));
737
+ color: rgba(var(--color-sf-on-primary));
738
+ outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
739
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
740
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
741
+ -webkit-box-shadow: none;
742
+ box-shadow: none;
743
+ }
744
+ .e-btn-group .e-btn:active.e-success,
745
+ .e-btn-group input:active + label.e-btn.e-success,
746
+ .e-btn-group input:checked + label.e-btn.e-success,
747
+ .e-css.e-btn-group .e-btn:active.e-success,
748
+ .e-css.e-btn-group input:active + label.e-btn.e-success,
749
+ .e-css.e-btn-group input:checked + label.e-btn.e-success {
750
+ 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));
751
+ 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));
752
+ border-color: rgba(var(--color-sf-success));
753
+ color: rgba(var(--color-sf-success-text));
754
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
755
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
756
+ -webkit-box-shadow: none;
757
+ box-shadow: none;
758
+ }
759
+ .e-btn-group .e-btn:active.e-info,
760
+ .e-btn-group input:active + label.e-btn.e-info,
761
+ .e-btn-group input:checked + label.e-btn.e-info,
762
+ .e-css.e-btn-group .e-btn:active.e-info,
763
+ .e-css.e-btn-group input:active + label.e-btn.e-info,
764
+ .e-css.e-btn-group input:checked + label.e-btn.e-info {
765
+ 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));
766
+ 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));
767
+ color: rgba(var(--color-sf-info-text));
768
+ border-color: rgba(var(--color-sf-info));
769
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
770
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
771
+ -webkit-box-shadow: none;
772
+ box-shadow: none;
773
+ }
774
+ .e-btn-group .e-btn:active.e-warning,
775
+ .e-btn-group input:active + label.e-btn.e-warning,
776
+ .e-btn-group input:checked + label.e-btn.e-warning,
777
+ .e-css.e-btn-group .e-btn:active.e-warning,
778
+ .e-css.e-btn-group input:active + label.e-btn.e-warning,
779
+ .e-css.e-btn-group input:checked + label.e-btn.e-warning {
780
+ 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));
781
+ 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));
782
+ border-color: rgba(var(--color-sf-warning));
783
+ color: rgba(var(--color-sf-warning-text));
784
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
785
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
786
+ -webkit-box-shadow: none;
787
+ box-shadow: none;
788
+ }
789
+ .e-btn-group .e-btn:active.e-danger,
790
+ .e-btn-group input:active + label.e-btn.e-danger,
791
+ .e-btn-group input:checked + label.e-btn.e-danger,
792
+ .e-css.e-btn-group .e-btn:active.e-danger,
793
+ .e-css.e-btn-group input:active + label.e-btn.e-danger,
794
+ .e-css.e-btn-group input:checked + label.e-btn.e-danger {
795
+ 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));
796
+ 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));
797
+ border-color: rgba(var(--color-sf-error));
798
+ color: rgba(var(--color-sf-danger-text));
799
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
800
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
801
+ -webkit-box-shadow: none;
802
+ box-shadow: none;
803
+ }
804
+ .e-btn-group .e-btn:active.e-outline,
805
+ .e-btn-group input:active + label.e-btn.e-outline,
806
+ .e-btn-group input:checked + label.e-btn.e-outline,
807
+ .e-css.e-btn-group .e-btn:active.e-outline,
808
+ .e-css.e-btn-group input:active + label.e-btn.e-outline,
809
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline {
810
+ background: rgba(var(--color-sf-on-surface), 0.12);
811
+ border-color: rgba(var(--color-sf-outline));
812
+ -webkit-box-shadow: none;
813
+ box-shadow: none;
814
+ color: rgba(var(--color-sf-on-surface));
815
+ box-shadow: none;
816
+ }
817
+ .e-btn-group .e-btn:active.e-outline.e-primary,
818
+ .e-btn-group input:active + label.e-btn.e-outline.e-primary,
819
+ .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
820
+ .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
821
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
822
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
823
+ 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));
824
+ 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));
825
+ border-color: rgba(var(--color-sf-primary));
826
+ -webkit-box-shadow: none;
827
+ box-shadow: none;
828
+ color: rgba(var(--color-sf-on-primary));
829
+ background: rgba(var(--color-sf-primary), 0.12);
830
+ border: 1px solid rgba(var(--color-sf-outline));
831
+ color: rgba(var(--color-sf-primary));
832
+ box-shadow: none;
833
+ }
834
+ .e-btn-group .e-btn:active.e-outline.e-success,
835
+ .e-btn-group input:active + label.e-btn.e-outline.e-success,
836
+ .e-btn-group input:checked + label.e-btn.e-outline.e-success,
837
+ .e-css.e-btn-group .e-btn:active.e-outline.e-success,
838
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
839
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
840
+ 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));
841
+ 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));
842
+ border-color: rgba(var(--color-sf-success));
843
+ -webkit-box-shadow: none;
844
+ box-shadow: none;
845
+ color: rgba(var(--color-sf-success-text));
846
+ background: rgba(var(--color-sf-success), 0.12);
847
+ border: 1px solid rgba(var(--color-sf-outline));
848
+ color: rgba(var(--color-sf-success));
849
+ box-shadow: none;
850
+ }
851
+ .e-btn-group .e-btn:active.e-outline.e-info,
852
+ .e-btn-group input:active + label.e-btn.e-outline.e-info,
853
+ .e-btn-group input:checked + label.e-btn.e-outline.e-info,
854
+ .e-css.e-btn-group .e-btn:active.e-outline.e-info,
855
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
856
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
857
+ 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));
858
+ 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));
859
+ border-color: rgba(var(--color-sf-info));
860
+ -webkit-box-shadow: none;
861
+ box-shadow: none;
862
+ color: rgba(var(--color-sf-info-text));
863
+ background: rgba(var(--color-sf-info), 0.12);
864
+ border: 1px solid rgba(var(--color-sf-outline));
865
+ color: rgba(var(--color-sf-info));
866
+ box-shadow: none;
867
+ }
868
+ .e-btn-group .e-btn:active.e-outline.e-warning,
869
+ .e-btn-group input:active + label.e-btn.e-outline.e-warning,
870
+ .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
871
+ .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
872
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
873
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
874
+ 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));
875
+ 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));
876
+ border-color: rgba(var(--color-sf-warning));
877
+ -webkit-box-shadow: none;
878
+ box-shadow: none;
879
+ color: rgba(var(--color-sf-warning-text));
880
+ background: rgba(var(--color-sf-warning), 0.12);
881
+ border: 1px solid rgba(var(--color-sf-outline));
882
+ color: rgba(var(--color-sf-warning));
883
+ box-shadow: none;
884
+ }
885
+ .e-btn-group .e-btn:active.e-outline.e-danger,
886
+ .e-btn-group input:active + label.e-btn.e-outline.e-danger,
887
+ .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
888
+ .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
889
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
890
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
891
+ 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));
892
+ 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));
893
+ border-color: rgba(var(--color-sf-error));
894
+ -webkit-box-shadow: none;
895
+ box-shadow: none;
896
+ color: rgba(var(--color-sf-danger-text));
897
+ background: rgba(var(--color-sf-error), 0.12);
898
+ border: 1px solid rgba(var(--color-sf-outline));
899
+ color: rgba(var(--color-sf-error));
900
+ box-shadow: none;
901
+ }
902
+ .e-btn-group .e-btn:disabled,
903
+ .e-btn-group input:disabled + label.e-btn,
904
+ .e-css.e-btn-group .e-btn:disabled,
905
+ .e-css.e-btn-group input:disabled + label.e-btn {
906
+ background-color: rgba(var(--color-sf-secondary), 0.12);
907
+ border-color: rgba(var(--color-sf-secondary), 0);
908
+ -webkit-box-shadow: none;
909
+ box-shadow: none;
910
+ color: rgba(var(--color-sf-on-surface), 0.38);
911
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1));
912
+ }
913
+ .e-btn-group .e-btn:disabled.e-primary,
914
+ .e-btn-group input:disabled + label.e-btn.e-primary,
915
+ .e-css.e-btn-group .e-btn:disabled.e-primary,
916
+ .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
917
+ background: rgba(var(--color-sf-secondary), 0.12);
918
+ border-color: rgba(var(--color-sf-secondary), 0);
919
+ -webkit-box-shadow: none;
920
+ box-shadow: none;
921
+ color: rgba(var(--color-sf-on-surface), 0.38);
922
+ border-color: rgba(var(--color-sf-primary));
923
+ }
924
+ .e-btn-group .e-btn:disabled.e-success,
925
+ .e-btn-group input:disabled + label.e-btn.e-success,
926
+ .e-css.e-btn-group .e-btn:disabled.e-success,
927
+ .e-css.e-btn-group input:disabled + label.e-btn.e-success {
928
+ background: rgba(var(--color-sf-secondary), 0.12);
929
+ border-color: rgba(var(--color-sf-secondary), 0);
930
+ -webkit-box-shadow: none;
931
+ box-shadow: none;
932
+ color: rgba(var(--color-sf-on-surface), 0.38);
933
+ border-color: rgba(var(--color-sf-success));
934
+ }
935
+ .e-btn-group .e-btn:disabled.e-info,
936
+ .e-btn-group input:disabled + label.e-btn.e-info,
937
+ .e-css.e-btn-group .e-btn:disabled.e-info,
938
+ .e-css.e-btn-group input:disabled + label.e-btn.e-info {
939
+ background: rgba(var(--color-sf-secondary), 0.12);
940
+ border-color: rgba(var(--color-sf-secondary), 0);
941
+ -webkit-box-shadow: none;
942
+ box-shadow: none;
943
+ color: rgba(var(--color-sf-on-surface), 0.38);
944
+ border-color: rgba(var(--color-sf-info));
945
+ }
946
+ .e-btn-group .e-btn:disabled.e-warning,
947
+ .e-btn-group input:disabled + label.e-btn.e-warning,
948
+ .e-css.e-btn-group .e-btn:disabled.e-warning,
949
+ .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
950
+ background: rgba(var(--color-sf-secondary), 0.12);
951
+ border-color: rgba(var(--color-sf-secondary), 0);
952
+ -webkit-box-shadow: none;
953
+ box-shadow: none;
954
+ color: rgba(var(--color-sf-on-surface), 0.38);
955
+ border-color: rgba(var(--color-sf-warning));
956
+ }
957
+ .e-btn-group .e-btn:disabled.e-danger,
958
+ .e-btn-group input:disabled + label.e-btn.e-danger,
959
+ .e-css.e-btn-group .e-btn:disabled.e-danger,
960
+ .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
961
+ background: rgba(var(--color-sf-secondary), 0.12);
962
+ border-color: rgba(var(--color-sf-secondary), 0);
963
+ -webkit-box-shadow: none;
964
+ box-shadow: none;
965
+ color: rgba(var(--color-sf-on-surface), 0.38);
966
+ border-color: rgba(var(--color-sf-error));
967
+ }
968
+ .e-btn-group .e-btn:disabled.e-link,
969
+ .e-btn-group input:disabled + label.e-btn.e-link,
970
+ .e-css.e-btn-group .e-btn:disabled.e-link,
971
+ .e-css.e-btn-group input:disabled + label.e-btn.e-link {
972
+ color: rgba(var(--color-sf-on-surface), 0.38);
973
+ background: transparent;
974
+ -webkit-box-shadow: none;
975
+ box-shadow: none;
976
+ text-decoration: none;
977
+ border-color: transparent;
978
+ }
979
+ .e-btn-group .e-btn:disabled.e-outline,
980
+ .e-btn-group input:disabled + label.e-btn.e-outline,
981
+ .e-css.e-btn-group .e-btn:disabled.e-outline,
982
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
983
+ background: transparent;
984
+ border-color: rgba(var(--color-sf-secondary), 0.12);
985
+ -webkit-box-shadow: none;
986
+ box-shadow: none;
987
+ color: rgba(var(--color-sf-on-surface), 0.38);
988
+ border-color: rgba(var(--color-sf-outline));
989
+ }
990
+ .e-btn-group .e-btn:disabled.e-outline.e-primary,
991
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
992
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
993
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
994
+ background: transparent;
995
+ border-color: rgba(var(--color-sf-secondary), 0.12);
996
+ -webkit-box-shadow: none;
997
+ box-shadow: none;
998
+ color: rgba(var(--color-sf-on-surface), 0.38);
999
+ border-color: rgba(var(--color-sf-primary));
1000
+ }
1001
+ .e-btn-group .e-btn:disabled.e-outline.e-success,
1002
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
1003
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
1004
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1005
+ background: transparent;
1006
+ border-color: rgba(var(--color-sf-secondary), 0.12);
1007
+ -webkit-box-shadow: none;
1008
+ box-shadow: none;
1009
+ color: rgba(var(--color-sf-on-surface), 0.38);
1010
+ border-color: rgba(var(--color-sf-success));
1011
+ }
1012
+ .e-btn-group .e-btn:disabled.e-outline.e-info,
1013
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
1014
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
1015
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1016
+ background: transparent;
1017
+ border-color: rgba(var(--color-sf-secondary), 0.12);
1018
+ -webkit-box-shadow: none;
1019
+ box-shadow: none;
1020
+ color: rgba(var(--color-sf-on-surface), 0.38);
1021
+ border-color: rgba(var(--color-sf-info));
1022
+ }
1023
+ .e-btn-group .e-btn:disabled.e-outline.e-warning,
1024
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
1025
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
1026
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1027
+ background: transparent;
1028
+ border-color: rgba(var(--color-sf-secondary), 0.12);
1029
+ -webkit-box-shadow: none;
1030
+ box-shadow: none;
1031
+ color: rgba(var(--color-sf-on-surface), 0.38);
1032
+ border-color: rgba(var(--color-sf-warning));
1033
+ }
1034
+ .e-btn-group .e-btn:disabled.e-outline.e-danger,
1035
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
1036
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
1037
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1038
+ background: transparent;
1039
+ border-color: rgba(var(--color-sf-secondary), 0.12);
1040
+ -webkit-box-shadow: none;
1041
+ box-shadow: none;
1042
+ color: rgba(var(--color-sf-on-surface), 0.38);
1043
+ border-color: rgba(var(--color-sf-error));
1044
+ }
1045
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
1046
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
1047
+ border-left: transparent;
1048
+ border-right: transparent;
1049
+ }
1050
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
1051
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
1052
+ border-right: transparent;
1053
+ }
1054
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
1055
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
1056
+ border-left: transparent;
1057
+ }
1058
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
1059
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
1060
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
1061
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
1062
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1));
1063
+ outline-color: inherit;
1064
+ }
1065
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
1066
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
1067
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
1068
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
1069
+ border-color: rgba(var(--color-sf-primary));
1070
+ outline-color: inherit;
1071
+ }
1072
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
1073
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
1074
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
1075
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
1076
+ border-color: rgba(var(--color-sf-success));
1077
+ outline-color: inherit;
1078
+ }
1079
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
1080
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
1081
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
1082
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
1083
+ border-color: rgba(var(--color-sf-info));
1084
+ outline-color: inherit;
1085
+ }
1086
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
1087
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
1088
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
1089
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
1090
+ border-color: rgba(var(--color-sf-warning));
1091
+ outline-color: inherit;
1092
+ }
1093
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
1094
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
1095
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
1096
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
1097
+ border-color: rgba(var(--color-sf-error));
1098
+ outline-color: inherit;
1099
+ }
1100
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
1101
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
1102
+ border-bottom: transparent;
1103
+ border-top: transparent;
1104
+ }
1105
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
1106
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
1107
+ border-bottom: transparent;
1108
+ }
1109
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
1110
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
1111
+ border-top: transparent;
1112
+ }
1113
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
1114
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
1115
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
1116
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
1117
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1));
1118
+ outline-color: inherit;
1119
+ }
1120
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
1121
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
1122
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
1123
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
1124
+ border-color: rgba(var(--color-sf-primary));
1125
+ outline-color: inherit;
1126
+ }
1127
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
1128
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
1129
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
1130
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
1131
+ border-color: rgba(var(--color-sf-success));
1132
+ outline-color: inherit;
1133
+ }
1134
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
1135
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
1136
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
1137
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
1138
+ border-color: rgba(var(--color-sf-info));
1139
+ outline-color: inherit;
1140
+ }
1141
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
1142
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
1143
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
1144
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
1145
+ border-color: rgba(var(--color-sf-warning));
1146
+ outline-color: inherit;
1147
+ }
1148
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
1149
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
1150
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
1151
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
1152
+ border-color: rgba(var(--color-sf-error));
1153
+ outline-color: inherit;
1154
+ }
1155
+ .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
1156
+ .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
1157
+ border-left: transparent;
1158
+ border-right: transparent;
1159
+ }
1160
+ .e-btn-group.e-rtl .e-btn:first-of-type,
1161
+ .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
1162
+ border-left: transparent;
1163
+ }
1164
+ .e-btn-group.e-rtl .e-btn:last-of-type,
1165
+ .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
1166
+ border-right: transparent;
1167
+ }