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