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