@syncfusion/ej2-angular-dropdowns 25.2.7 → 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 (182) hide show
  1. package/CHANGELOG.md +2445 -0
  2. package/esm2020/public_api.mjs +1 -2
  3. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -2
  4. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -2
  6. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.js +2 -2
  9. package/schematics/utils/lib-details.ts +2 -2
  10. package/styles/auto-complete/bootstrap-dark.css +109 -1
  11. package/styles/auto-complete/bootstrap.css +109 -1
  12. package/styles/auto-complete/bootstrap4.css +163 -1
  13. package/styles/auto-complete/bootstrap5-dark.css +151 -1
  14. package/styles/auto-complete/bootstrap5.css +151 -1
  15. package/styles/auto-complete/fabric-dark.css +84 -1
  16. package/styles/auto-complete/fabric.css +77 -1
  17. package/styles/auto-complete/fluent-dark.css +131 -1
  18. package/styles/auto-complete/fluent.css +131 -1
  19. package/styles/auto-complete/fluent2.css +1140 -0
  20. package/styles/auto-complete/fluent2.scss +1 -0
  21. package/styles/auto-complete/highcontrast-light.css +81 -1
  22. package/styles/auto-complete/highcontrast.css +81 -1
  23. package/styles/auto-complete/material-dark.css +118 -1
  24. package/styles/auto-complete/material.css +143 -1
  25. package/styles/auto-complete/material3-dark.css +263 -1
  26. package/styles/auto-complete/material3.css +375 -1
  27. package/styles/auto-complete/tailwind-dark.css +106 -1
  28. package/styles/auto-complete/tailwind.css +106 -1
  29. package/styles/bootstrap-dark.css +3439 -1
  30. package/styles/bootstrap.css +3444 -1
  31. package/styles/bootstrap4.css +3692 -1
  32. package/styles/bootstrap5-dark.css +3614 -1
  33. package/styles/bootstrap5.css +3614 -1
  34. package/styles/combo-box/bootstrap-dark.css +109 -1
  35. package/styles/combo-box/bootstrap.css +109 -1
  36. package/styles/combo-box/bootstrap4.css +163 -1
  37. package/styles/combo-box/bootstrap5-dark.css +151 -1
  38. package/styles/combo-box/bootstrap5.css +151 -1
  39. package/styles/combo-box/fabric-dark.css +84 -1
  40. package/styles/combo-box/fabric.css +77 -1
  41. package/styles/combo-box/fluent-dark.css +131 -1
  42. package/styles/combo-box/fluent.css +131 -1
  43. package/styles/combo-box/fluent2.css +1140 -0
  44. package/styles/combo-box/fluent2.scss +1 -0
  45. package/styles/combo-box/highcontrast-light.css +81 -1
  46. package/styles/combo-box/highcontrast.css +81 -1
  47. package/styles/combo-box/material-dark.css +118 -1
  48. package/styles/combo-box/material.css +143 -1
  49. package/styles/combo-box/material3-dark.css +263 -1
  50. package/styles/combo-box/material3.css +375 -1
  51. package/styles/combo-box/tailwind-dark.css +106 -1
  52. package/styles/combo-box/tailwind.css +106 -1
  53. package/styles/drop-down-base/bootstrap-dark.css +373 -1
  54. package/styles/drop-down-base/bootstrap.css +373 -1
  55. package/styles/drop-down-base/bootstrap4.css +383 -1
  56. package/styles/drop-down-base/bootstrap5-dark.css +405 -1
  57. package/styles/drop-down-base/bootstrap5.css +405 -1
  58. package/styles/drop-down-base/fabric-dark.css +373 -1
  59. package/styles/drop-down-base/fabric.css +373 -1
  60. package/styles/drop-down-base/fluent-dark.css +421 -1
  61. package/styles/drop-down-base/fluent.css +421 -1
  62. package/styles/drop-down-base/fluent2.css +1447 -0
  63. package/styles/drop-down-base/fluent2.scss +1 -0
  64. package/styles/drop-down-base/highcontrast-light.css +387 -1
  65. package/styles/drop-down-base/highcontrast.css +387 -1
  66. package/styles/drop-down-base/material-dark.css +372 -1
  67. package/styles/drop-down-base/material.css +372 -1
  68. package/styles/drop-down-base/material3-dark.css +492 -1
  69. package/styles/drop-down-base/material3.css +604 -1
  70. package/styles/drop-down-base/tailwind-dark.css +481 -1
  71. package/styles/drop-down-base/tailwind.css +481 -1
  72. package/styles/drop-down-list/bootstrap-dark.css +433 -1
  73. package/styles/drop-down-list/bootstrap.css +433 -1
  74. package/styles/drop-down-list/bootstrap4.css +477 -1
  75. package/styles/drop-down-list/bootstrap5-dark.css +490 -1
  76. package/styles/drop-down-list/bootstrap5.css +490 -1
  77. package/styles/drop-down-list/fabric-dark.css +408 -1
  78. package/styles/drop-down-list/fabric.css +401 -1
  79. package/styles/drop-down-list/fluent-dark.css +471 -1
  80. package/styles/drop-down-list/fluent.css +471 -1
  81. package/styles/drop-down-list/fluent2.css +1684 -0
  82. package/styles/drop-down-list/fluent2.scss +1 -0
  83. package/styles/drop-down-list/highcontrast-light.css +419 -1
  84. package/styles/drop-down-list/highcontrast.css +419 -1
  85. package/styles/drop-down-list/material-dark.css +455 -1
  86. package/styles/drop-down-list/material.css +499 -1
  87. package/styles/drop-down-list/material3-dark.css +626 -1
  88. package/styles/drop-down-list/material3.css +738 -1
  89. package/styles/drop-down-list/tailwind-dark.css +428 -1
  90. package/styles/drop-down-list/tailwind.css +428 -1
  91. package/styles/drop-down-tree/bootstrap-dark.css +464 -1
  92. package/styles/drop-down-tree/bootstrap.css +465 -1
  93. package/styles/drop-down-tree/bootstrap4.css +498 -1
  94. package/styles/drop-down-tree/bootstrap5-dark.css +544 -1
  95. package/styles/drop-down-tree/bootstrap5.css +544 -1
  96. package/styles/drop-down-tree/fabric-dark.css +466 -1
  97. package/styles/drop-down-tree/fabric.css +467 -1
  98. package/styles/drop-down-tree/fluent-dark.css +549 -1
  99. package/styles/drop-down-tree/fluent.css +549 -1
  100. package/styles/drop-down-tree/fluent2.css +1732 -0
  101. package/styles/drop-down-tree/fluent2.scss +1 -0
  102. package/styles/drop-down-tree/highcontrast-light.css +481 -1
  103. package/styles/drop-down-tree/highcontrast.css +491 -1
  104. package/styles/drop-down-tree/material-dark.css +790 -1
  105. package/styles/drop-down-tree/material.css +814 -1
  106. package/styles/drop-down-tree/material3-dark.css +580 -1
  107. package/styles/drop-down-tree/material3.css +692 -1
  108. package/styles/drop-down-tree/tailwind-dark.css +579 -1
  109. package/styles/drop-down-tree/tailwind.css +579 -1
  110. package/styles/fabric-dark.css +3413 -1
  111. package/styles/fabric.css +3413 -1
  112. package/styles/fluent-dark.css +3689 -1
  113. package/styles/fluent.css +3689 -1
  114. package/styles/fluent2.css +12401 -0
  115. package/styles/fluent2.scss +8 -0
  116. package/styles/highcontrast-light.css +3525 -1
  117. package/styles/highcontrast.css +3553 -1
  118. package/styles/list-box/bootstrap-dark.css +915 -1
  119. package/styles/list-box/bootstrap.css +926 -1
  120. package/styles/list-box/bootstrap4.css +980 -1
  121. package/styles/list-box/bootstrap5-dark.css +952 -1
  122. package/styles/list-box/bootstrap5.css +952 -1
  123. package/styles/list-box/fabric-dark.css +915 -1
  124. package/styles/list-box/fabric.css +926 -1
  125. package/styles/list-box/fluent-dark.css +952 -1
  126. package/styles/list-box/fluent.css +952 -1
  127. package/styles/list-box/fluent2.css +2029 -0
  128. package/styles/list-box/fluent2.scss +1 -0
  129. package/styles/list-box/highcontrast-light.css +929 -1
  130. package/styles/list-box/highcontrast.css +940 -1
  131. package/styles/list-box/material-dark.css +914 -1
  132. package/styles/list-box/material.css +925 -1
  133. package/styles/list-box/material3-dark.css +1025 -1
  134. package/styles/list-box/material3.css +1137 -1
  135. package/styles/list-box/tailwind-dark.css +961 -1
  136. package/styles/list-box/tailwind.css +961 -1
  137. package/styles/material-dark.css +4927 -1
  138. package/styles/material.css +5006 -1
  139. package/styles/material3-dark.css +5644 -1
  140. package/styles/material3.css +6540 -1
  141. package/styles/mention/bootstrap-dark.css +53 -1
  142. package/styles/mention/bootstrap.css +53 -1
  143. package/styles/mention/bootstrap4.css +63 -1
  144. package/styles/mention/bootstrap5-dark.css +82 -1
  145. package/styles/mention/bootstrap5.css +82 -1
  146. package/styles/mention/fabric-dark.css +53 -1
  147. package/styles/mention/fabric.css +53 -1
  148. package/styles/mention/fluent-dark.css +82 -1
  149. package/styles/mention/fluent.css +82 -1
  150. package/styles/mention/fluent2.css +1130 -0
  151. package/styles/mention/fluent2.scss +1 -0
  152. package/styles/mention/highcontrast-light.css +67 -1
  153. package/styles/mention/highcontrast.css +67 -1
  154. package/styles/mention/material-dark.css +52 -1
  155. package/styles/mention/material.css +52 -1
  156. package/styles/mention/material3-dark.css +165 -1
  157. package/styles/mention/material3.css +277 -1
  158. package/styles/mention/tailwind-dark.css +91 -1
  159. package/styles/mention/tailwind.css +91 -1
  160. package/styles/multi-select/bootstrap-dark.css +1318 -1
  161. package/styles/multi-select/bootstrap.css +1311 -1
  162. package/styles/multi-select/bootstrap4.css +1442 -1
  163. package/styles/multi-select/bootstrap5-dark.css +1389 -1
  164. package/styles/multi-select/bootstrap5.css +1389 -1
  165. package/styles/multi-select/fabric-dark.css +1315 -1
  166. package/styles/multi-select/fabric.css +1310 -1
  167. package/styles/multi-select/fluent-dark.css +1462 -1
  168. package/styles/multi-select/fluent.css +1462 -1
  169. package/styles/multi-select/fluent2.css +2663 -0
  170. package/styles/multi-select/fluent2.scss +1 -0
  171. package/styles/multi-select/highcontrast-light.css +1429 -1
  172. package/styles/multi-select/highcontrast.css +1436 -1
  173. package/styles/multi-select/material-dark.css +2470 -1
  174. package/styles/multi-select/material.css +2490 -1
  175. package/styles/multi-select/material3-dark.css +2683 -1
  176. package/styles/multi-select/material3.css +2795 -1
  177. package/styles/multi-select/tailwind-dark.css +1383 -1
  178. package/styles/multi-select/tailwind.css +1383 -1
  179. package/styles/tailwind-dark.css +3630 -1
  180. package/styles/tailwind.css +3630 -1
  181. package/license +0 -10
  182. package/postinstall/tagchange.js +0 -18
@@ -1 +1,1436 @@
1
- @import '@syncfusion/ej2-dropdowns/styles/multi-select/highcontrast.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ @-webkit-keyframes material-spinner-rotate {
4
+ 0% {
5
+ -webkit-transform: rotate(0);
6
+ transform: rotate(0);
7
+ }
8
+ 100% {
9
+ -webkit-transform: rotate(360deg);
10
+ transform: rotate(360deg);
11
+ }
12
+ }
13
+ @keyframes material-spinner-rotate {
14
+ 0% {
15
+ -webkit-transform: rotate(0);
16
+ transform: rotate(0);
17
+ }
18
+ 100% {
19
+ -webkit-transform: rotate(360deg);
20
+ transform: rotate(360deg);
21
+ }
22
+ }
23
+ @-webkit-keyframes fabric-spinner-rotate {
24
+ 0% {
25
+ -webkit-transform: rotate(0);
26
+ transform: rotate(0);
27
+ }
28
+ 100% {
29
+ -webkit-transform: rotate(360deg);
30
+ transform: rotate(360deg);
31
+ }
32
+ }
33
+ @keyframes fabric-spinner-rotate {
34
+ 0% {
35
+ -webkit-transform: rotate(0);
36
+ transform: rotate(0);
37
+ }
38
+ 100% {
39
+ -webkit-transform: rotate(360deg);
40
+ transform: rotate(360deg);
41
+ }
42
+ }
43
+ .e-dropdownbase .e-list-item .e-list-icon {
44
+ padding: 0 10px 0 0;
45
+ }
46
+ .e-bigger .e-dropdownbase .e-list-item .e-list-icon {
47
+ padding: 0 12px 0 0;
48
+ }
49
+ .e-dropdownbase .e-list-item:not(.e-active).e-hover {
50
+ border: 2px solid #fff;
51
+ }
52
+ .e-dropdownbase .e-list-item:not(.e-active):not(.e-hover):not(.e-item-focus) {
53
+ border: 2px solid #000;
54
+ }
55
+ .e-dropdownbase .e-list-item.e-active {
56
+ border: 2px solid #ffd939;
57
+ }
58
+ .e-dropdownbase .e-list-item.e-item-focus {
59
+ border: 2px solid #685708;
60
+ }
61
+
62
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
63
+ padding: 0 8px 0 0;
64
+ }
65
+
66
+ .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
67
+ padding: 0 12px 0 0;
68
+ }
69
+
70
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
71
+ color: #fff;
72
+ top: 12px;
73
+ }
74
+ .e-multiselect .e-multi-select-wrapper input {
75
+ /* stylelint-disable property-no-vendor-prefix */
76
+ }
77
+ .e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
78
+ color: #969696;
79
+ font-family: inherit;
80
+ font-size: 14px;
81
+ font-style: italic;
82
+ }
83
+ .e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
84
+ color: #969696;
85
+ font-family: inherit;
86
+ font-size: 14px;
87
+ font-style: italic;
88
+ }
89
+ .e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
90
+ color: #969696;
91
+ font-family: inherit;
92
+ font-size: 14px;
93
+ font-style: italic;
94
+ }
95
+ .e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
96
+ color: #969696;
97
+ font-family: inherit;
98
+ font-size: 14px;
99
+ font-style: italic;
100
+ }
101
+ .e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chipcontent {
102
+ color: #fff;
103
+ }
104
+ .e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chips-close.e-icon::before {
105
+ color: #fff;
106
+ }
107
+ .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
108
+ line-height: 26px;
109
+ top: 0;
110
+ }
111
+ .e-multi-select-wrapper .e-delim-values.e-delim-view {
112
+ -webkit-text-fill-color: #fff;
113
+ color: #fff;
114
+ }
115
+ .e-multi-select-wrapper.e-delimiter .e-delim-values {
116
+ -webkit-text-fill-color: #fff;
117
+ color: #fff;
118
+ }
119
+ .e-multi-select-wrapper .e-searcher input[type=text] {
120
+ color: #fff;
121
+ height: 100%;
122
+ min-height: 28px;
123
+ }
124
+ .e-multi-select-wrapper .e-searcher input[type=text]::-moz-selection {
125
+ background-color: #ffd939;
126
+ }
127
+ .e-multi-select-wrapper .e-searcher input[type=text]::selection {
128
+ background-color: #ffd939;
129
+ }
130
+
131
+ .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon, .e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
132
+ padding-left: 0;
133
+ }
134
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent {
135
+ border-bottom: 1px solid #fff;
136
+ }
137
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active.e-hover {
138
+ background-color: #ffd939;
139
+ }
140
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active {
141
+ border: 2px solid #ffd939;
142
+ }
143
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-active.e-hover:not(.e-item-focus) {
144
+ border-bottom: 2px solid #fff;
145
+ border-left: 2px solid #fff;
146
+ border-right: 2px solid #fff;
147
+ border-top: 2px solid #fff;
148
+ }
149
+ .e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-item-focus {
150
+ border: 2px solid #685708;
151
+ }
152
+ .e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active.e-hover {
153
+ background-color: #fff;
154
+ border-bottom: 1px solid #fff;
155
+ border-left: 1px solid #fff;
156
+ border-right: 1px solid #fff;
157
+ border-top: 1px solid #fff;
158
+ }
159
+ .e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-hover:not(.e-active) {
160
+ border: 2px solid #fff;
161
+ }
162
+ .e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item:not(.e-hover):not(.e-item-focus) {
163
+ border: 2px solid #000;
164
+ }
165
+ .e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active {
166
+ border: 2px solid #ffd939;
167
+ }
168
+
169
+ .e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
170
+ height: 30px;
171
+ width: 30px;
172
+ }
173
+
174
+ .e-multi-select-wrapper .e-searcher input[type=text],
175
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
176
+ color: #fff;
177
+ }
178
+
179
+ .e-multiselect.e-input-group .e-ddl-icon::before {
180
+ content: "\e966";
181
+ font-family: "e-icons";
182
+ }
183
+
184
+ .e-multi-select-wrapper .e-chips .e-chips-close::before {
185
+ content: "\e7a7";
186
+ cursor: pointer;
187
+ left: 0;
188
+ position: relative;
189
+ top: 8px;
190
+ }
191
+
192
+ .e-multi-select-wrapper .e-close-hooker::before {
193
+ content: "\e7a7";
194
+ cursor: pointer;
195
+ left: 0;
196
+ position: relative;
197
+ top: 10px;
198
+ }
199
+
200
+ .e-multiselect.e-input-group .e-ddl-disable-icon::before {
201
+ content: "";
202
+ }
203
+
204
+ .e-multi-select-wrapper {
205
+ -webkit-box-sizing: border-box;
206
+ box-sizing: border-box;
207
+ cursor: text;
208
+ line-height: normal;
209
+ min-height: 30px;
210
+ padding: 0 32px 0 2px;
211
+ position: relative;
212
+ -webkit-user-select: none;
213
+ -moz-user-select: none;
214
+ -ms-user-select: none;
215
+ user-select: none;
216
+ width: 100%;
217
+ }
218
+ .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
219
+ height: 27px;
220
+ vertical-align: middle;
221
+ }
222
+ .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
223
+ height: 100%;
224
+ min-height: 100%;
225
+ }
226
+ .e-multi-select-wrapper .e-delim-view {
227
+ white-space: nowrap;
228
+ }
229
+ .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
230
+ -webkit-box-sizing: border-box;
231
+ box-sizing: border-box;
232
+ display: inline-block;
233
+ overflow: hidden;
234
+ text-overflow: ellipsis;
235
+ }
236
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
237
+ color: #000;
238
+ font-size: 10px;
239
+ left: 12px;
240
+ top: 0;
241
+ }
242
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
243
+ background-color: #bfbfbf;
244
+ color: #000;
245
+ padding: 9px 0;
246
+ }
247
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
248
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
249
+ width: 0;
250
+ }
251
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
252
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
253
+ height: 1px;
254
+ min-height: 1px;
255
+ }
256
+ .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
257
+ max-width: 100%;
258
+ }
259
+
260
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
261
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
262
+ display: -webkit-box;
263
+ display: -ms-flexbox;
264
+ display: flex;
265
+ float: left;
266
+ width: auto;
267
+ }
268
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
269
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
270
+ display: -webkit-inline-box;
271
+ display: -ms-inline-flexbox;
272
+ display: inline-flex;
273
+ float: none;
274
+ }
275
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
276
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
277
+ width: 0;
278
+ }
279
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
280
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
281
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
282
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
283
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
284
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
285
+ display: none;
286
+ }
287
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
288
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
289
+ padding: 0 48px 0 0;
290
+ }
291
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
292
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
293
+ -webkit-box-align: center;
294
+ -ms-flex-align: center;
295
+ align-items: center;
296
+ display: inline;
297
+ max-width: 100%;
298
+ word-break: break-word;
299
+ }
300
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
301
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
302
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
303
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
304
+ -webkit-box-align: center;
305
+ -ms-flex-align: center;
306
+ align-items: center;
307
+ cursor: pointer;
308
+ display: none;
309
+ -webkit-box-orient: horizontal;
310
+ -webkit-box-direction: normal;
311
+ -ms-flex-direction: row;
312
+ flex-direction: row;
313
+ margin-top: -3.2em;
314
+ outline: 0;
315
+ padding: 0;
316
+ position: absolute;
317
+ right: 0;
318
+ top: 100%;
319
+ }
320
+ .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
321
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
322
+ .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
323
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
324
+ display: -webkit-box;
325
+ display: -ms-flexbox;
326
+ display: flex;
327
+ }
328
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
329
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
330
+ margin-right: 0;
331
+ margin-top: -2.5em;
332
+ right: 0;
333
+ }
334
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
335
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
336
+ top: -1px;
337
+ }
338
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
339
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
340
+ font-size: 10px;
341
+ height: 30px;
342
+ width: 30px;
343
+ }
344
+
345
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
346
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
347
+ float: right;
348
+ }
349
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
350
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
351
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
352
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
353
+ left: 0;
354
+ right: auto;
355
+ }
356
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
357
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
358
+ padding: 0 0 0 48px;
359
+ }
360
+
361
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
362
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
363
+ margin-top: -3.1em;
364
+ }
365
+
366
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
367
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
368
+ opacity: 0.7;
369
+ pointer-events: none;
370
+ }
371
+
372
+ .e-multiselect.e-input-group,
373
+ .e-multiselect.e-float-input {
374
+ word-wrap: initial;
375
+ }
376
+
377
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
378
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
379
+ top: 15px;
380
+ }
381
+
382
+ .e-bigger .e-multi-select-wrapper {
383
+ min-height: 38px;
384
+ }
385
+
386
+ .e-multi-select-wrapper.e-close-icon-hide {
387
+ padding-right: 0;
388
+ }
389
+
390
+ .e-multi-select-wrapper .e-chips-collection {
391
+ cursor: default;
392
+ display: block;
393
+ }
394
+
395
+ .e-multi-select-wrapper .e-multi-hidden {
396
+ border: 0;
397
+ height: 0;
398
+ position: absolute;
399
+ visibility: hidden;
400
+ width: 0;
401
+ }
402
+
403
+ .e-multi-select-wrapper .e-chips {
404
+ -webkit-box-align: center;
405
+ -ms-flex-align: center;
406
+ align-items: center;
407
+ display: -webkit-inline-box;
408
+ display: -ms-inline-flexbox;
409
+ display: inline-flex;
410
+ float: left;
411
+ margin: 2px 2px 2px 0;
412
+ max-width: 100%;
413
+ overflow: hidden;
414
+ padding: 0 0 0 8px;
415
+ text-overflow: ellipsis;
416
+ white-space: nowrap;
417
+ }
418
+
419
+ .e-bigger .e-multi-select-wrapper .e-chips {
420
+ margin: 4px 2px 2px 0;
421
+ }
422
+
423
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
424
+ max-width: 100%;
425
+ overflow: hidden;
426
+ padding: 3px 8px 5.5px 0;
427
+ text-indent: 0;
428
+ text-overflow: ellipsis;
429
+ white-space: nowrap;
430
+ }
431
+
432
+ .e-small .e-multi-select-wrapper .e-chips {
433
+ margin: 1.5px 2px 2px 0;
434
+ }
435
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
436
+ padding: 3px 8px 4.2px 0;
437
+ }
438
+
439
+ .e-multi-select-wrapper.e-delimiter .e-searcher {
440
+ display: inline-block;
441
+ float: none;
442
+ }
443
+
444
+ .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
445
+ .e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
446
+ padding: 6px 8px 7.5px 0;
447
+ }
448
+
449
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
450
+ .e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
451
+ padding: 6px 0 6px 8px;
452
+ }
453
+
454
+ .e-multi-select-wrapper .e-chips-close {
455
+ -ms-flex-item-align: center;
456
+ align-self: center;
457
+ display: -webkit-box;
458
+ display: -ms-flexbox;
459
+ display: flex;
460
+ float: right;
461
+ font-family: "e-icons";
462
+ height: 26px;
463
+ margin: 10px 10px 10px 0;
464
+ width: auto;
465
+ }
466
+
467
+ .e-rtl .e-multi-select-wrapper .e-chips-close {
468
+ margin: 8px 0 8px 20px;
469
+ }
470
+
471
+ .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
472
+ margin: 3px 0 0;
473
+ }
474
+
475
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
476
+ cursor: default;
477
+ font-size: 10px;
478
+ height: 30px;
479
+ margin-top: -3em;
480
+ position: absolute;
481
+ right: 0;
482
+ width: auto;
483
+ top: 100%;
484
+ }
485
+
486
+ .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
487
+ .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
488
+ .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
489
+ right: 27px;
490
+ }
491
+
492
+ .e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
493
+ .e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
494
+ right: 38px;
495
+ }
496
+
497
+ .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
498
+ left: 27px;
499
+ right: auto;
500
+ }
501
+
502
+ .e-bigger .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
503
+ .e-bigger.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
504
+ left: 38px;
505
+ right: auto;
506
+ }
507
+
508
+ .e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
509
+ margin-top: -3.5em;
510
+ }
511
+
512
+ .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
513
+ .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
514
+ margin-top: -3.5em;
515
+ margin-top: -3.2em;
516
+ }
517
+
518
+ .e-multi-select-wrapper input[type=text] {
519
+ background: none;
520
+ border: 0;
521
+ font-family: inherit;
522
+ font-size: 14px;
523
+ font-weight: normal;
524
+ height: 28px;
525
+ min-height: 28px;
526
+ outline: none;
527
+ padding: 0 0 0 10px;
528
+ text-indent: 0;
529
+ }
530
+
531
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
532
+ background: none;
533
+ border: 0;
534
+ color: inherit;
535
+ font-family: inherit;
536
+ font-size: 14px;
537
+ font-weight: normal;
538
+ height: 28px;
539
+ min-height: 28px;
540
+ outline: none;
541
+ padding: 0;
542
+ text-indent: 10px;
543
+ }
544
+
545
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
546
+ padding: 5px;
547
+ }
548
+
549
+ .e-bigger .e-multi-select-wrapper input[type=text],
550
+ .e-multi-select-wrapper.e-mob-wrapper input[type=text] {
551
+ height: 28px;
552
+ min-height: 28px;
553
+ }
554
+
555
+ .e-bigger .e-multi-select-wrapper input[type=text] {
556
+ height: 38px;
557
+ min-height: 38px;
558
+ }
559
+
560
+ /* stylelint-disable property-no-vendor-prefix */
561
+ .e-multi-select-wrapper input[type=text]::-ms-clear {
562
+ display: none;
563
+ }
564
+
565
+ .e-multi-select-wrapper .e-searcher {
566
+ display: block;
567
+ float: left;
568
+ width: auto;
569
+ }
570
+
571
+ .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
572
+ width: calc(100% - 40px);
573
+ }
574
+
575
+ .e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
576
+ .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
577
+ width: calc(100% - 48px);
578
+ }
579
+
580
+ .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
581
+ .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
582
+ width: calc(100% - 40px);
583
+ }
584
+
585
+ .e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
586
+ .e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
587
+ .e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
588
+ .e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
589
+ width: calc(100% - 44px);
590
+ }
591
+
592
+ .e-multi-select-wrapper .e-delim-values {
593
+ font-family: inherit;
594
+ font-size: 14px;
595
+ line-height: 29px;
596
+ max-width: 100%;
597
+ padding-left: 10px;
598
+ padding-right: 0;
599
+ vertical-align: middle;
600
+ }
601
+
602
+ .e-bigger .e-multi-select-wrapper .e-delim-values {
603
+ line-height: 36px;
604
+ padding-left: 10px;
605
+ }
606
+
607
+ .e-multi-select-list-wrapper .e-hide-listitem,
608
+ .e-multi-select-list-wrapper .e-hide-group-header {
609
+ display: none;
610
+ }
611
+
612
+ .e-multi-select-wrapper .e-delim-values .e-remain {
613
+ color: #fff;
614
+ cursor: pointer;
615
+ display: inline-block;
616
+ font-size: 14px;
617
+ padding-left: 16px;
618
+ }
619
+
620
+ .e-multiselect.e-disabled .e-multi-select-wrapper,
621
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
622
+ cursor: not-allowed;
623
+ }
624
+
625
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
626
+ height: 38px;
627
+ left: 10px;
628
+ margin: 0 0 0 0;
629
+ margin-left: auto;
630
+ position: relative;
631
+ top: 0;
632
+ width: 38px;
633
+ }
634
+
635
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
636
+ -ms-flex-item-align: center;
637
+ align-self: center;
638
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
639
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
640
+ display: -webkit-inline-box;
641
+ display: -ms-inline-flexbox;
642
+ display: inline-flex;
643
+ padding: 0 10px;
644
+ width: 92%;
645
+ }
646
+
647
+ .e-multi-select-wrapper .e-ddl-disable-icon::before {
648
+ content: "";
649
+ }
650
+
651
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
652
+ float: none;
653
+ }
654
+
655
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
656
+ padding-left: 0;
657
+ }
658
+ .e-multiselect.e-rtl .e-multi-select-wrapper {
659
+ padding: 0 2px 0 32px;
660
+ }
661
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
662
+ left: -12px;
663
+ }
664
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
665
+ margin: 0;
666
+ margin-right: auto;
667
+ }
668
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
669
+ float: right;
670
+ }
671
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
672
+ float: right;
673
+ margin: 2px 0 2px 2px;
674
+ padding: 0 8px 0 0;
675
+ }
676
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
677
+ padding: 3px 0 3px 8px;
678
+ }
679
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
680
+ float: left;
681
+ }
682
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
683
+ left: -9px;
684
+ }
685
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
686
+ padding: 0 4px 0 4px;
687
+ }
688
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
689
+ padding: 5px 8px 6px 0;
690
+ }
691
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
692
+ padding: 0 4px 0 0;
693
+ }
694
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
695
+ padding: 9px 4px;
696
+ }
697
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
698
+ left: 27px;
699
+ position: absolute;
700
+ right: auto;
701
+ }
702
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
703
+ left: -4px;
704
+ }
705
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
706
+ padding-right: 16px;
707
+ }
708
+
709
+ .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
710
+ left: 30px;
711
+ }
712
+
713
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
714
+ left: -10px;
715
+ }
716
+
717
+ .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
718
+ bottom: 1px;
719
+ margin-right: 8px;
720
+ position: relative;
721
+ text-indent: 0;
722
+ vertical-align: middle;
723
+ }
724
+
725
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
726
+ padding-left: 14px;
727
+ }
728
+
729
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
730
+ padding-right: 18px;
731
+ }
732
+
733
+ .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
734
+ padding-right: 8px;
735
+ }
736
+
737
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
738
+ bottom: 1px;
739
+ margin-right: 8px;
740
+ position: relative;
741
+ text-indent: 0;
742
+ vertical-align: middle;
743
+ }
744
+
745
+ .e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
746
+ .e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
747
+ bottom: 1px;
748
+ margin-right: 10px;
749
+ }
750
+
751
+ .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
752
+ .e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
753
+ bottom: 1px;
754
+ margin-right: 10px;
755
+ }
756
+
757
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
758
+ margin-left: 12px;
759
+ margin-right: 0;
760
+ }
761
+
762
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
763
+ margin-left: 12px;
764
+ margin-right: 0;
765
+ }
766
+
767
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
768
+ padding-right: 0;
769
+ }
770
+
771
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
772
+ padding-right: 0;
773
+ }
774
+
775
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item {
776
+ padding-right: 10px;
777
+ }
778
+
779
+ .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item {
780
+ padding-right: 16px;
781
+ }
782
+
783
+ .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
784
+ padding-left: 16px;
785
+ }
786
+
787
+ .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
788
+ padding-left: 20px;
789
+ }
790
+
791
+ .e-multi-select-list-wrapper .e-selectall-parent {
792
+ cursor: pointer;
793
+ display: block;
794
+ line-height: 36px;
795
+ overflow: hidden;
796
+ padding-right: 16px;
797
+ position: relative;
798
+ text-indent: 11px;
799
+ white-space: nowrap;
800
+ width: 100%;
801
+ }
802
+
803
+ .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
804
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
805
+ padding-left: 16px;
806
+ padding-right: 0;
807
+ }
808
+
809
+ .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
810
+ color: #fff;
811
+ font-family: inherit;
812
+ font-size: 14px;
813
+ }
814
+
815
+ .e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
816
+ .e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
817
+ font-size: 14px;
818
+ line-height: 46px;
819
+ text-indent: 17px;
820
+ }
821
+
822
+ .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
823
+ bottom: 1px;
824
+ margin-right: 8px;
825
+ position: relative;
826
+ text-indent: 0;
827
+ vertical-align: middle;
828
+ }
829
+
830
+ .e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
831
+ .e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
832
+ bottom: 1px;
833
+ margin-right: 10px;
834
+ }
835
+
836
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
837
+ margin-left: 12px;
838
+ margin-right: 0;
839
+ }
840
+
841
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
842
+ float: right;
843
+ margin-top: 0;
844
+ }
845
+
846
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
847
+ float: left;
848
+ }
849
+
850
+ .e-multiselect.e-checkbox .e-multi-select-wrapper,
851
+ .e-multiselect .e-multi-select-wrapper.e-down-icon {
852
+ padding: 0;
853
+ }
854
+
855
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
856
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
857
+ padding: 8px;
858
+ }
859
+
860
+ .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
861
+ .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
862
+ padding: 4px 0;
863
+ }
864
+
865
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
866
+ .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
867
+ padding-left: 8px;
868
+ }
869
+
870
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
871
+ padding: 0;
872
+ }
873
+
874
+ .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
875
+ line-height: 20px;
876
+ padding-left: 10px;
877
+ }
878
+
879
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
880
+ .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
881
+ opacity: 0.3;
882
+ }
883
+
884
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
885
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
886
+ opacity: 0.7;
887
+ }
888
+
889
+ .e-multi-select-wrapper input[readonly=true] {
890
+ pointer-events: none;
891
+ }
892
+
893
+ .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
894
+ pointer-events: none;
895
+ }
896
+
897
+ ejs-multiselect {
898
+ display: block;
899
+ }
900
+
901
+ .e-small.e-multi-select-list-wrapper .e-selectall-parent,
902
+ .e-small .e-multi-select-list-wrapper .e-selectall-parent {
903
+ line-height: 26px;
904
+ }
905
+
906
+ .e-small .e-multi-select-wrapper .e-chips-close {
907
+ height: 22px;
908
+ width: auto;
909
+ }
910
+
911
+ .e-small .e-multi-select-wrapper {
912
+ min-height: 24px;
913
+ }
914
+
915
+ .e-small .e-multi-select-wrapper input[type=text] {
916
+ height: 24px;
917
+ min-height: 24px;
918
+ }
919
+
920
+ .e-small .e-multi-select-wrapper .e-delim-values {
921
+ font-size: 13px;
922
+ line-height: 24px;
923
+ }
924
+
925
+ .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
926
+ .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
927
+ margin-top: -3.2em;
928
+ }
929
+
930
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
931
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
932
+ margin-top: -2.5em;
933
+ }
934
+
935
+ .e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
936
+ .e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
937
+ line-height: 40px;
938
+ }
939
+
940
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
941
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
942
+ margin-top: -2.85em;
943
+ }
944
+
945
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
946
+ height: 26px;
947
+ width: auto;
948
+ }
949
+
950
+ .e-bigger.e-small .e-multi-select-wrapper {
951
+ min-height: 26px;
952
+ }
953
+
954
+ .e-bigger.e-small .e-multi-select-wrapper input[type=text] {
955
+ height: 34px;
956
+ min-height: 34px;
957
+ }
958
+
959
+ .e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
960
+ font-size: 14px;
961
+ line-height: 34px;
962
+ }
963
+
964
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
965
+ .e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
966
+ margin-top: -3.4em;
967
+ right: 0;
968
+ }
969
+
970
+ .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
971
+ background-size: 300px 33px;
972
+ min-height: 33px;
973
+ }
974
+
975
+ .e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
976
+ .e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
977
+ background-size: 300px 40px;
978
+ min-height: 40px;
979
+ }
980
+
981
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
982
+ color: inherit;
983
+ }
984
+
985
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
986
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
987
+ -webkit-box-align: normal;
988
+ -ms-flex-align: normal;
989
+ align-items: normal;
990
+ }
991
+
992
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
993
+ padding: 0 12px 0 8px;
994
+ }
995
+
996
+ .e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
997
+ .e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
998
+ padding: 3px 12px 0 4px;
999
+ }
1000
+
1001
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper,
1002
+ .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1003
+ .e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
1004
+ .e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1005
+ .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
1006
+ padding: 0;
1007
+ }
1008
+
1009
+ .e-filled.e-float-input .e-multi-select-wrapper,
1010
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
1011
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
1012
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
1013
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
1014
+ padding: 11px 12px 0;
1015
+ }
1016
+
1017
+ .e-small.e-filled.e-float-input .e-multi-select-wrapper,
1018
+ .e-small .e-filled.e-float-input .e-multi-select-wrapper {
1019
+ padding: 12px 12px 0 8px;
1020
+ }
1021
+
1022
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
1023
+ .e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
1024
+ padding: 19px 12px 0 16px;
1025
+ }
1026
+
1027
+ .e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
1028
+ padding-top: 3px;
1029
+ }
1030
+
1031
+ .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1032
+ .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
1033
+ padding: 0;
1034
+ }
1035
+
1036
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
1037
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
1038
+ padding: 5px 0;
1039
+ }
1040
+
1041
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1042
+ .e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1043
+ .e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1044
+ .e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1045
+ .e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1046
+ height: 28px;
1047
+ }
1048
+
1049
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1050
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1051
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1052
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1053
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
1054
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1055
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1056
+ height: 24px;
1057
+ }
1058
+
1059
+ .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1060
+ .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1061
+ height: 32px;
1062
+ }
1063
+
1064
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1065
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1066
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1067
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1068
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1069
+ height: 18px;
1070
+ }
1071
+
1072
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1073
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1074
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1075
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1076
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1077
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1078
+ .e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1079
+ .e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1080
+ .e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1081
+ .e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1082
+ margin: 8px 8px 0 0;
1083
+ padding: 0 8px;
1084
+ }
1085
+
1086
+ .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1087
+ .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1088
+ .e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1089
+ .e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1090
+ .e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1091
+ .e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1092
+ .e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1093
+ .e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1094
+ .e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1095
+ .e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1096
+ margin: 8px 0 0 8px;
1097
+ padding: 0 8px;
1098
+ }
1099
+
1100
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1101
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1102
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1103
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1104
+ padding-left: 8px;
1105
+ }
1106
+
1107
+ .e-small .e-filled .e-multi-select-wrapper .e-chips,
1108
+ .e-small.e-filled .e-multi-select-wrapper .e-chips {
1109
+ height: 16px;
1110
+ margin: 4px 4px 0 0;
1111
+ padding-right: 8px;
1112
+ }
1113
+
1114
+ .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1115
+ .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1116
+ margin: 4px 0 0 4px;
1117
+ }
1118
+
1119
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1120
+ .e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1121
+ .e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1122
+ .e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1123
+ .e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
1124
+ font-size: 13px;
1125
+ padding: 0 8px 0 0;
1126
+ }
1127
+
1128
+ .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1129
+ .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1130
+ font-size: 12px;
1131
+ }
1132
+
1133
+ .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1134
+ .e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1135
+ .e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1136
+ .e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1137
+ .e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1138
+ font-size: 12px;
1139
+ padding: 0 4px 0 0;
1140
+ }
1141
+
1142
+ .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1143
+ .e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1144
+ .e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1145
+ .e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1146
+ .e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1147
+ padding: 0 0 0 4px;
1148
+ }
1149
+
1150
+ .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1151
+ .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1152
+ font-size: 10px;
1153
+ }
1154
+
1155
+ .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1156
+ .e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1157
+ font-size: 13px;
1158
+ }
1159
+
1160
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
1161
+ font-size: 13px;
1162
+ padding-right: 4px;
1163
+ }
1164
+
1165
+ .e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
1166
+ .e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
1167
+ .e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1168
+ .e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1169
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips,
1170
+ .e-bigger .e-filled .e-multi-select-wrapper .e-chips {
1171
+ padding: 0 12px;
1172
+ }
1173
+
1174
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1175
+ .e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1176
+ padding-right: 8px;
1177
+ }
1178
+
1179
+ .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
1180
+ .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
1181
+ height: 38px;
1182
+ margin-top: -38px;
1183
+ right: 12px;
1184
+ top: 100%;
1185
+ width: 16px;
1186
+ }
1187
+
1188
+ .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
1189
+ .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
1190
+ .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
1191
+ .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1192
+ .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
1193
+ display: none;
1194
+ }
1195
+
1196
+ .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
1197
+ margin-right: 0;
1198
+ }
1199
+
1200
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
1201
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
1202
+ cursor: not-allowed;
1203
+ }
1204
+
1205
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
1206
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
1207
+ cursor: pointer;
1208
+ }
1209
+
1210
+ .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1211
+ color: #000;
1212
+ }
1213
+
1214
+ .e-multi-select-wrapper .e-chips.e-chip-selected {
1215
+ background-color: #ffd939;
1216
+ }
1217
+
1218
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1219
+ background-color: #ffd939;
1220
+ }
1221
+
1222
+ .e-multiselect {
1223
+ -webkit-box-sizing: border-box;
1224
+ box-sizing: border-box;
1225
+ }
1226
+
1227
+ /* stylelint-disable property-no-vendor-prefix */
1228
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
1229
+ -webkit-text-fill-color: #000;
1230
+ color: #000;
1231
+ font-family: inherit;
1232
+ font-size: 14px;
1233
+ }
1234
+
1235
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1236
+ color: #000;
1237
+ }
1238
+
1239
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1240
+ color: #000;
1241
+ }
1242
+
1243
+ .e-multi-select-wrapper .e-chips {
1244
+ background-color: #bfbfbf;
1245
+ border-radius: 0;
1246
+ height: 26px;
1247
+ }
1248
+
1249
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
1250
+ background-color: #685708;
1251
+ }
1252
+
1253
+ .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
1254
+ color: #fff;
1255
+ }
1256
+
1257
+ .e-multi-select-wrapper .e-chips .e-chips-close::before {
1258
+ -webkit-text-fill-color: #000;
1259
+ color: #000;
1260
+ font-size: 10px;
1261
+ }
1262
+
1263
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1264
+ background-color: #bfbfbf;
1265
+ border-radius: 0;
1266
+ color: #000;
1267
+ height: 38px;
1268
+ line-height: 38px;
1269
+ }
1270
+
1271
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1272
+ color: #000;
1273
+ }
1274
+
1275
+ .e-multi-select-wrapper .e-chips.e-mob-chip,
1276
+ .e-bigger .e-multi-select-wrapper .e-chips {
1277
+ height: 30px;
1278
+ }
1279
+
1280
+ .e-popup.e-multi-select-list-wrapper {
1281
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
1282
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
1283
+ -webkit-box-sizing: content-box;
1284
+ box-sizing: content-box;
1285
+ overflow: initial;
1286
+ }
1287
+
1288
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
1289
+ border-bottom: 1px solid transparent;
1290
+ border-left: 1px solid #ffd939;
1291
+ border-right: 1px solid #ffd939;
1292
+ border-top: 1px solid #ffd939;
1293
+ }
1294
+
1295
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
1296
+ background-color: transparent;
1297
+ border-color: transparent;
1298
+ color: #fff;
1299
+ }
1300
+
1301
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
1302
+ background-color: transparent;
1303
+ border-color: transparent;
1304
+ color: #fff;
1305
+ }
1306
+
1307
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
1308
+ background-color: #685708;
1309
+ }
1310
+
1311
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
1312
+ background-color: #685708;
1313
+ }
1314
+
1315
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
1316
+ border-bottom: 1px solid transparent;
1317
+ border-top: 1px solid transparent;
1318
+ }
1319
+
1320
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
1321
+ border-bottom: 1px solid transparent;
1322
+ }
1323
+
1324
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
1325
+ background-color: #ffd939;
1326
+ -webkit-box-shadow: none;
1327
+ box-shadow: none;
1328
+ color: #000;
1329
+ border: 1px solid #ffd939;
1330
+ }
1331
+
1332
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
1333
+ background-color: #ffd939;
1334
+ -webkit-box-shadow: none;
1335
+ box-shadow: none;
1336
+ color: #000;
1337
+ border: 1px solid #ffd939;
1338
+ }
1339
+
1340
+ .e-popup.e-multi-select-list-wrapper .e-list-item {
1341
+ border: 1px solid transparent;
1342
+ }
1343
+
1344
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
1345
+ border: 1px solid transparent;
1346
+ }
1347
+
1348
+ .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1349
+ color: #fff;
1350
+ }
1351
+
1352
+ .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1353
+ color: #fff;
1354
+ }
1355
+
1356
+ .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1357
+ color: #fff;
1358
+ }
1359
+
1360
+ .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1361
+ color: #fff;
1362
+ }
1363
+
1364
+ .e-ul.e-reorder {
1365
+ border-bottom: 1px solid #685708;
1366
+ }
1367
+
1368
+ .e-multi-select-list-wrapper .e-selectall-parent {
1369
+ border-bottom: 1px solid #685708;
1370
+ }
1371
+
1372
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check {
1373
+ background-color: #000;
1374
+ border-color: #000;
1375
+ color: #ffd939;
1376
+ }
1377
+
1378
+ .e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check {
1379
+ background-color: #000;
1380
+ border-color: #000;
1381
+ color: #ffd939;
1382
+ }
1383
+
1384
+ .e-ddl.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active:not(.e-item-focus):not(.e-hover) {
1385
+ background-color: #000;
1386
+ }
1387
+
1388
+ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-group-item.e-active:not(.e-item-focus):not(.e-hover) {
1389
+ background-color: #000;
1390
+ }
1391
+
1392
+ .e-multi-select-wrapper .e-delim-values {
1393
+ -webkit-text-fill-color: #000;
1394
+ color: #000;
1395
+ }
1396
+
1397
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1398
+ color: #fff;
1399
+ }
1400
+
1401
+ .e-small .e-multi-select-wrapper .e-chips {
1402
+ height: 20px;
1403
+ }
1404
+
1405
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
1406
+ font-size: 12px;
1407
+ }
1408
+
1409
+ .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1410
+ font-size: 8px;
1411
+ }
1412
+
1413
+ .e-small .e-multi-select-wrapper .e-close-hooker::before {
1414
+ left: 7px;
1415
+ }
1416
+
1417
+ .e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
1418
+ left: -35px;
1419
+ }
1420
+
1421
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips {
1422
+ height: 26px;
1423
+ }
1424
+
1425
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
1426
+ font-size: 12px;
1427
+ }
1428
+
1429
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1430
+ font-size: 10px;
1431
+ }
1432
+
1433
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1434
+ -webkit-text-fill-color: #757575;
1435
+ color: #757575;
1436
+ }