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