@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,2490 @@
1
- @import '@syncfusion/ej2-dropdowns/styles/multi-select/material.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ @-webkit-keyframes e-input-ripple {
3
+ 100% {
4
+ opacity: 0;
5
+ -webkit-transform: scale(4);
6
+ transform: scale(4);
7
+ }
8
+ }
9
+ @keyframes e-input-ripple {
10
+ 100% {
11
+ opacity: 0;
12
+ -webkit-transform: scale(4);
13
+ transform: scale(4);
14
+ }
15
+ }
16
+ @-webkit-keyframes slideTopUp {
17
+ from {
18
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
19
+ transform: translate3d(0, 0, 0) scale(1);
20
+ }
21
+ to {
22
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
23
+ transform: translate3d(0, 0, 0) scale(1);
24
+ }
25
+ }
26
+ @keyframes slideTopUp {
27
+ from {
28
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
29
+ transform: translate3d(0, 0, 0) scale(1);
30
+ }
31
+ to {
32
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
33
+ transform: translate3d(0, 0, 0) scale(1);
34
+ }
35
+ }
36
+ /* stylelint-disable property-no-vendor-prefix */
37
+ @-webkit-keyframes material-spinner-rotate {
38
+ 0% {
39
+ -webkit-transform: rotate(0deg);
40
+ transform: rotate(0deg);
41
+ }
42
+ 100% {
43
+ -webkit-transform: rotate(360deg);
44
+ transform: rotate(360deg);
45
+ }
46
+ }
47
+ @keyframes material-spinner-rotate {
48
+ 0% {
49
+ -webkit-transform: rotate(0deg);
50
+ transform: rotate(0deg);
51
+ }
52
+ 100% {
53
+ -webkit-transform: rotate(360deg);
54
+ transform: rotate(360deg);
55
+ }
56
+ }
57
+ @-webkit-keyframes fabric-spinner-rotate {
58
+ 0% {
59
+ -webkit-transform: rotate(0deg);
60
+ transform: rotate(0deg);
61
+ }
62
+ 100% {
63
+ -webkit-transform: rotate(360deg);
64
+ transform: rotate(360deg);
65
+ }
66
+ }
67
+ @keyframes fabric-spinner-rotate {
68
+ 0% {
69
+ -webkit-transform: rotate(0deg);
70
+ transform: rotate(0deg);
71
+ }
72
+ 100% {
73
+ -webkit-transform: rotate(360deg);
74
+ transform: rotate(360deg);
75
+ }
76
+ }
77
+ .e-dropdownbase .e-list-item .e-list-icon {
78
+ padding: 0 16px 0 0;
79
+ }
80
+
81
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
82
+ padding: 0 12px 0 0;
83
+ }
84
+
85
+ .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
86
+ padding: 0 16px 0 0;
87
+ }
88
+
89
+ .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
90
+ padding: 1px 0;
91
+ }
92
+
93
+ .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
94
+ .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
95
+ padding: 0;
96
+ }
97
+
98
+ .e-multiselect.e-input-group .e-ddl-icon::before {
99
+ content: "\e969";
100
+ font-family: "e-icons";
101
+ }
102
+
103
+ .e-multi-select-wrapper .e-chips .e-chips-close::before {
104
+ content: "\e7e9";
105
+ cursor: pointer;
106
+ left: 0;
107
+ position: relative;
108
+ top: 0;
109
+ }
110
+
111
+ .e-multi-select-wrapper .e-close-hooker::before {
112
+ content: "\e7a7";
113
+ cursor: pointer;
114
+ left: 6px;
115
+ position: relative;
116
+ top: 6px;
117
+ }
118
+
119
+ .e-multiselect.e-input-group .e-ddl-disable-icon::before {
120
+ content: "";
121
+ }
122
+
123
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
124
+ height: 38px;
125
+ margin-top: -38px;
126
+ right: 18px;
127
+ top: 100%;
128
+ width: 32px;
129
+ }
130
+
131
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
132
+ height: 38px;
133
+ margin-top: -35px;
134
+ right: 18px;
135
+ top: 100%;
136
+ width: 32px;
137
+ }
138
+
139
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
140
+ .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
141
+ right: 30px;
142
+ }
143
+
144
+ .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
145
+ right: 30px;
146
+ }
147
+
148
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
149
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
150
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
151
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
152
+ height: 38px;
153
+ margin-top: -55px;
154
+ right: 12px;
155
+ top: 100%;
156
+ width: 18px;
157
+ }
158
+
159
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
160
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
161
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
162
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
163
+ .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
164
+ .e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
165
+ .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
166
+ .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
167
+ right: 48px;
168
+ }
169
+
170
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
171
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
172
+ height: 54px;
173
+ margin-top: -55px;
174
+ right: 16px;
175
+ top: 100%;
176
+ width: 20px;
177
+ }
178
+
179
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
180
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
181
+ right: 60px;
182
+ }
183
+
184
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
185
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
186
+ height: 34px;
187
+ margin-top: -35px;
188
+ right: 16px;
189
+ top: 100%;
190
+ width: 14px;
191
+ }
192
+
193
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
194
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
195
+ .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
196
+ .e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
197
+ right: 48px;
198
+ }
199
+
200
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
201
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
202
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
203
+ .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
204
+ left: 52px;
205
+ right: auto;
206
+ }
207
+
208
+ .e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
209
+ .e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
210
+ .e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
211
+ .e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
212
+ .e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
213
+ .e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
214
+ .e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
215
+ .e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
216
+ .e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
217
+ .e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
218
+ .e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
219
+ .e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
220
+ .e-rtl.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
221
+ .e-rtl.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
222
+ .e-rtl .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
223
+ .e-bigger.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
224
+ .e-rtl.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
225
+ .e-rtl .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
226
+ .e-bigger .e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
227
+ .e-bigger .e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
228
+ .e-rtl.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
229
+ .e-rtl .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
230
+ .e-small .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
231
+ .e-small .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
232
+ left: 48px;
233
+ right: auto;
234
+ }
235
+
236
+ .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
237
+ .e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
238
+ .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
239
+ .e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
240
+ .e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
241
+ .e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
242
+ .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
243
+ .e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
244
+ .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
245
+ .e-rtl .e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
246
+ .e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
247
+ .e-bigger .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
248
+ left: 60px;
249
+ right: auto;
250
+ }
251
+
252
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
253
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
254
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
255
+ .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
256
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
257
+ .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
258
+ .e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
259
+ .e-rtl.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
260
+ .e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
261
+ .e-rtl .e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
262
+ .e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
263
+ .e-small .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
264
+ left: 48px;
265
+ right: auto;
266
+ }
267
+
268
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
269
+ content: "\e208";
270
+ font-size: 16px;
271
+ height: 16px;
272
+ margin-top: -8px;
273
+ top: 50%;
274
+ }
275
+
276
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
277
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
278
+ content: "\e208";
279
+ font-size: 14px;
280
+ height: 14px;
281
+ margin-top: -7px;
282
+ top: 50%;
283
+ }
284
+
285
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
286
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
287
+ content: "\e208";
288
+ font-size: 20px;
289
+ height: 20px;
290
+ left: 0;
291
+ margin-top: -10px;
292
+ top: 50%;
293
+ }
294
+
295
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
296
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
297
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
298
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
299
+ content: "\e208";
300
+ font-size: 18px;
301
+ height: 18px;
302
+ left: 0;
303
+ margin-top: -9px;
304
+ top: 50%;
305
+ }
306
+
307
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
308
+ font-size: 14px;
309
+ }
310
+
311
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
312
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
313
+ font-size: 13px;
314
+ }
315
+
316
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
317
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
318
+ font-size: 16px;
319
+ }
320
+
321
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
322
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
323
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
324
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
325
+ font-size: 14px;
326
+ }
327
+
328
+ .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
329
+ .e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
330
+ margin: 7px 12px 9px 0;
331
+ }
332
+
333
+ .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
334
+ .e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
335
+ .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
336
+ .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
337
+ margin: 10px 16px 10px 0;
338
+ }
339
+
340
+ .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
341
+ .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
342
+ .e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
343
+ .e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
344
+ margin: 6px 10px 8px 0;
345
+ }
346
+
347
+ .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
348
+ .e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
349
+ .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
350
+ .e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
351
+ .e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
352
+ .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
353
+ .e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
354
+ .e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
355
+ margin: 6px 12px 8px 0;
356
+ }
357
+
358
+ .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
359
+ .e-rtl.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
360
+ .e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
361
+ .e-rtl .e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
362
+ margin: 7px 0 9px 12px;
363
+ }
364
+
365
+ .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
366
+ .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
367
+ .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
368
+ .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
369
+ .e-rtl .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
370
+ .e-bigger.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
371
+ .e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
372
+ .e-bigger.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
373
+ margin: 10px 0 10px 16px;
374
+ }
375
+
376
+ .e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
377
+ .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
378
+ .e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
379
+ .e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
380
+ .e-rtl .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
381
+ .e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
382
+ .e-rtl.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
383
+ .e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
384
+ margin: 6px 0 8px 10px;
385
+ }
386
+
387
+ .e-rtl.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
388
+ .e-bigger.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
389
+ .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
390
+ .e-small.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
391
+ .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
392
+ .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
393
+ .e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
394
+ .e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
395
+ .e-rtl .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
396
+ .e-rtl.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
397
+ .e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
398
+ .e-rtl.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
399
+ .e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
400
+ .e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
401
+ .e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
402
+ .e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
403
+ margin: 6px 0 8px 12px;
404
+ }
405
+
406
+ .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
407
+ .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
408
+ .e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
409
+ .e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
410
+ .e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
411
+ .e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
412
+ height: 20px;
413
+ margin-top: -33px;
414
+ right: 18px;
415
+ width: 20px;
416
+ }
417
+
418
+ .e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
419
+ .e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
420
+ .e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
421
+ .e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
422
+ height: 20px;
423
+ margin-top: -35px;
424
+ right: 45px;
425
+ width: 20px;
426
+ }
427
+
428
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
429
+ .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
430
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
431
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
432
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
433
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
434
+ .e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
435
+ .e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
436
+ .e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
437
+ .e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
438
+ margin-top: -32px;
439
+ }
440
+
441
+ .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
442
+ .e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
443
+ height: 18px;
444
+ margin: -29px 0 8px;
445
+ width: 18px;
446
+ }
447
+
448
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
449
+ .e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
450
+ height: 24px;
451
+ width: 24px;
452
+ }
453
+
454
+ .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
455
+ .e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
456
+ margin-top: -26px;
457
+ }
458
+
459
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
460
+ .e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
461
+ margin-top: -40px;
462
+ }
463
+
464
+ .e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
465
+ .e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
466
+ .e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
467
+ .e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
468
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
469
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
470
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
471
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
472
+ margin-top: -32px;
473
+ right: 40px;
474
+ }
475
+
476
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
477
+ .e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
478
+ margin-top: -44px;
479
+ }
480
+
481
+ .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
482
+ .e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
483
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
484
+ height: 14px;
485
+ width: 14px;
486
+ }
487
+
488
+ .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
489
+ .e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
490
+ height: 16px;
491
+ width: 16px;
492
+ }
493
+
494
+ .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
495
+ .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
496
+ height: 10px;
497
+ width: 10px;
498
+ }
499
+
500
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
501
+ .e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
502
+ .e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
503
+ .e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
504
+ .e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
505
+ .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
506
+ .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before {
507
+ font-size: 12px;
508
+ height: 12px;
509
+ width: 12px;
510
+ }
511
+
512
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
513
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before {
514
+ font-size: 10px;
515
+ height: 10px;
516
+ width: 10px;
517
+ }
518
+
519
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
520
+ .e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
521
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
522
+ .e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
523
+ .e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
524
+ .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
525
+ .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before {
526
+ font-size: 14px;
527
+ height: 14px;
528
+ width: 14px;
529
+ }
530
+
531
+ .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
532
+ .e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
533
+ .e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
534
+ .e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
535
+ .e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
536
+ content: "\e208";
537
+ font-size: 16px;
538
+ height: 16px;
539
+ padding: 0;
540
+ text-align: center;
541
+ vertical-align: middle;
542
+ width: 16px;
543
+ }
544
+
545
+ .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
546
+ .e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
547
+ font-size: 14px;
548
+ height: 14px;
549
+ width: 14px;
550
+ }
551
+
552
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
553
+ .e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
554
+ font-size: 20px;
555
+ height: 20px;
556
+ width: 20px;
557
+ }
558
+
559
+ .e-bigger.e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
560
+ .e-bigger.e-small .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
561
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
562
+ .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
563
+ left: 10px;
564
+ right: auto;
565
+ }
566
+
567
+ .e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
568
+ .e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
569
+ .e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
570
+ .e-rtl.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
571
+ left: 6px;
572
+ right: auto;
573
+ }
574
+
575
+ .e-bigger.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
576
+ .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
577
+ .e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
578
+ .e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
579
+ left: 12px;
580
+ right: auto;
581
+ }
582
+
583
+ .e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
584
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
585
+ margin: 10px 0 9px;
586
+ }
587
+
588
+ .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
589
+ margin: 0 8px 8px 0;
590
+ padding: 0;
591
+ }
592
+
593
+ .e-small.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
594
+ .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
595
+ height: 18px;
596
+ margin: 7px 0 2px;
597
+ width: 18px;
598
+ }
599
+
600
+ .e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
601
+ .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
602
+ height: 24px;
603
+ margin: 12px -4px 8px -1px;
604
+ padding: 0;
605
+ width: 24px;
606
+ }
607
+
608
+ .e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
609
+ .e-small .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
610
+ margin: 0 12px 4px 0;
611
+ }
612
+
613
+ .e-bigger.e-multiselect.e-input-group.e-filled.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
614
+ .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
615
+ margin: 0;
616
+ }
617
+
618
+ .e-bigger.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
619
+ .e-bigger.e-small .e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
620
+ .e-bigger .e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
621
+ .e-small .e-bigger.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
622
+ height: 20px;
623
+ margin: 0 0 8px;
624
+ padding: 0;
625
+ width: 20px;
626
+ }
627
+
628
+ .e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
629
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
630
+ font-size: 16px;
631
+ height: 16px;
632
+ width: 16px;
633
+ }
634
+
635
+ .e-small.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
636
+ .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
637
+ font-size: 14px;
638
+ height: 14px;
639
+ width: 14px;
640
+ }
641
+
642
+ .e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
643
+ .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
644
+ font-size: 20px;
645
+ height: 20px;
646
+ width: 20px;
647
+ }
648
+
649
+ .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
650
+ .e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
651
+ .e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
652
+ .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
653
+ font-size: 18px;
654
+ height: 18px;
655
+ width: 18px;
656
+ }
657
+
658
+ .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
659
+ .e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
660
+ .e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
661
+ .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
662
+ height: 24px;
663
+ margin: 7px -4px 8px -1px;
664
+ padding: 0;
665
+ width: 24px;
666
+ }
667
+
668
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
669
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
670
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
671
+ .e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
672
+ .e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
673
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
674
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
675
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
676
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
677
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
678
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before {
679
+ content: "";
680
+ }
681
+
682
+ .e-multi-select-wrapper {
683
+ -webkit-box-sizing: border-box;
684
+ box-sizing: border-box;
685
+ cursor: text;
686
+ line-height: normal;
687
+ min-height: 30px;
688
+ padding: 0 32px 0 0;
689
+ position: relative;
690
+ -webkit-user-select: none;
691
+ -moz-user-select: none;
692
+ -ms-user-select: none;
693
+ user-select: none;
694
+ width: 100%;
695
+ }
696
+ .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
697
+ height: 27px;
698
+ vertical-align: middle;
699
+ }
700
+ .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
701
+ height: 100%;
702
+ min-height: 100%;
703
+ }
704
+ .e-multi-select-wrapper .e-delim-view {
705
+ white-space: nowrap;
706
+ }
707
+ .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 {
708
+ -webkit-box-sizing: border-box;
709
+ box-sizing: border-box;
710
+ display: inline-block;
711
+ overflow: hidden;
712
+ text-overflow: ellipsis;
713
+ }
714
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
715
+ color: #fff;
716
+ font-size: 16px;
717
+ left: 12px;
718
+ top: 0;
719
+ }
720
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
721
+ background-color: #3f51b5;
722
+ color: #fff;
723
+ padding: 12px 4px 11px 0;
724
+ }
725
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
726
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
727
+ width: 0;
728
+ }
729
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
730
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
731
+ height: 1px;
732
+ min-height: 1px;
733
+ }
734
+ .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
735
+ max-width: 100%;
736
+ }
737
+
738
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
739
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
740
+ display: -webkit-box;
741
+ display: -ms-flexbox;
742
+ display: flex;
743
+ float: left;
744
+ width: auto;
745
+ }
746
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
747
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
748
+ display: -webkit-inline-box;
749
+ display: -ms-inline-flexbox;
750
+ display: inline-flex;
751
+ float: none;
752
+ }
753
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
754
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
755
+ width: 0;
756
+ }
757
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
758
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
759
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
760
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
761
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
762
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
763
+ display: none;
764
+ }
765
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
766
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
767
+ padding: 0 48px 0 0;
768
+ }
769
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
770
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
771
+ -webkit-box-align: center;
772
+ -ms-flex-align: center;
773
+ align-items: center;
774
+ display: inline;
775
+ max-width: 100%;
776
+ word-break: break-word;
777
+ }
778
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
779
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
780
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
781
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
782
+ -webkit-box-align: center;
783
+ -ms-flex-align: center;
784
+ align-items: center;
785
+ cursor: pointer;
786
+ display: none;
787
+ -webkit-box-orient: horizontal;
788
+ -webkit-box-direction: normal;
789
+ -ms-flex-direction: row;
790
+ flex-direction: row;
791
+ margin-top: -2.5em;
792
+ outline: 0;
793
+ padding: 0;
794
+ position: absolute;
795
+ right: 5px;
796
+ top: 100%;
797
+ }
798
+ .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
799
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
800
+ .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
801
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
802
+ display: -webkit-box;
803
+ display: -ms-flexbox;
804
+ display: flex;
805
+ }
806
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
807
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
808
+ margin-right: 0;
809
+ margin-top: -2.1em;
810
+ right: 0;
811
+ }
812
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
813
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
814
+ top: -1px;
815
+ }
816
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
817
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
818
+ font-size: 10px;
819
+ height: 24px;
820
+ width: 24px;
821
+ }
822
+
823
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
824
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
825
+ float: right;
826
+ }
827
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
828
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
829
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
830
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
831
+ left: 0;
832
+ right: auto;
833
+ }
834
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
835
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
836
+ padding: 0 0 0 48px;
837
+ }
838
+
839
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
840
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
841
+ margin-top: -2.5em;
842
+ }
843
+
844
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
845
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
846
+ opacity: 0.7;
847
+ pointer-events: none;
848
+ }
849
+
850
+ .e-multiselect.e-input-group,
851
+ .e-multiselect.e-float-input {
852
+ word-wrap: initial;
853
+ }
854
+
855
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
856
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
857
+ top: 15px;
858
+ }
859
+
860
+ .e-bigger .e-multi-select-wrapper {
861
+ min-height: 37px;
862
+ }
863
+
864
+ .e-multi-select-wrapper.e-close-icon-hide {
865
+ padding-right: 0;
866
+ }
867
+
868
+ .e-multi-select-wrapper .e-chips-collection {
869
+ cursor: default;
870
+ display: block;
871
+ }
872
+
873
+ .e-multi-select-wrapper .e-multi-hidden {
874
+ border: 0;
875
+ height: 0;
876
+ position: absolute;
877
+ visibility: hidden;
878
+ width: 0;
879
+ }
880
+
881
+ .e-multi-select-wrapper .e-chips {
882
+ -webkit-box-align: center;
883
+ -ms-flex-align: center;
884
+ align-items: center;
885
+ display: -webkit-inline-box;
886
+ display: -ms-inline-flexbox;
887
+ display: inline-flex;
888
+ float: left;
889
+ margin: 0 8px 6px 0;
890
+ max-width: 100%;
891
+ overflow: hidden;
892
+ padding: 0 4px 0 8px;
893
+ text-overflow: ellipsis;
894
+ white-space: nowrap;
895
+ }
896
+
897
+ .e-bigger .e-multi-select-wrapper .e-chips {
898
+ margin: 0 8px 6px 0;
899
+ }
900
+
901
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
902
+ max-width: 100%;
903
+ overflow: hidden;
904
+ padding: 0 4px 0 0;
905
+ text-indent: 0;
906
+ text-overflow: ellipsis;
907
+ white-space: nowrap;
908
+ }
909
+
910
+ .e-multi-select-wrapper.e-delimiter .e-searcher {
911
+ display: inline-block;
912
+ float: none;
913
+ }
914
+
915
+ .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
916
+ .e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
917
+ padding: 8px 4px 8px 0;
918
+ }
919
+
920
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
921
+ .e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
922
+ padding: 8px 0 8px 4px;
923
+ }
924
+
925
+ .e-multi-select-wrapper .e-chips-close {
926
+ -ms-flex-item-align: center;
927
+ align-self: center;
928
+ display: -webkit-box;
929
+ display: -ms-flexbox;
930
+ display: flex;
931
+ float: right;
932
+ font-family: "e-icons";
933
+ height: 16px;
934
+ margin: 0 0 0;
935
+ width: 16px;
936
+ }
937
+
938
+ .e-rtl .e-multi-select-wrapper .e-chips-close {
939
+ margin: 0 0 0;
940
+ }
941
+
942
+ .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
943
+ margin: 3px 0 0;
944
+ }
945
+
946
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
947
+ cursor: default;
948
+ font-size: 10px;
949
+ height: 24px;
950
+ margin-top: -2.5em;
951
+ position: absolute;
952
+ right: 5px;
953
+ width: 24px;
954
+ top: 100%;
955
+ }
956
+
957
+ .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
958
+ .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
959
+ .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
960
+ right: 22px;
961
+ }
962
+
963
+ .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
964
+ left: 22px;
965
+ right: auto;
966
+ }
967
+
968
+ .e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
969
+ margin-top: -3em;
970
+ }
971
+
972
+ .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
973
+ .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
974
+ margin-top: -3em;
975
+ }
976
+
977
+ .e-multi-select-wrapper input[type=text] {
978
+ background: none;
979
+ border: 0;
980
+ font-family: inherit;
981
+ font-size: 13px;
982
+ font-weight: normal;
983
+ height: 28px;
984
+ min-height: 28px;
985
+ outline: none;
986
+ padding: 4px 0 4px 0;
987
+ text-indent: 0;
988
+ }
989
+
990
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
991
+ background: none;
992
+ border: 0;
993
+ color: inherit;
994
+ font-family: inherit;
995
+ font-size: 14px;
996
+ font-weight: normal;
997
+ height: 28px;
998
+ min-height: 28px;
999
+ outline: none;
1000
+ padding: 0;
1001
+ text-indent: 0;
1002
+ }
1003
+
1004
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
1005
+ padding: 5px;
1006
+ }
1007
+
1008
+ .e-bigger .e-multi-select-wrapper input[type=text],
1009
+ .e-multi-select-wrapper.e-mob-wrapper input[type=text] {
1010
+ height: 28px;
1011
+ min-height: 28px;
1012
+ }
1013
+
1014
+ .e-bigger .e-multi-select-wrapper input[type=text] {
1015
+ height: 34px;
1016
+ min-height: 34px;
1017
+ }
1018
+
1019
+ /* stylelint-disable property-no-vendor-prefix */
1020
+ .e-multi-select-wrapper input[type=text]::-ms-clear {
1021
+ display: none;
1022
+ }
1023
+
1024
+ .e-multi-select-wrapper .e-searcher {
1025
+ display: block;
1026
+ float: left;
1027
+ width: auto;
1028
+ }
1029
+
1030
+ .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1031
+ width: calc(100% - 32px);
1032
+ }
1033
+
1034
+ .e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1035
+ .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1036
+ width: calc(100% - 38px);
1037
+ }
1038
+
1039
+ .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1040
+ .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1041
+ width: calc(100% - 30px);
1042
+ }
1043
+
1044
+ .e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1045
+ .e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1046
+ .e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1047
+ .e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1048
+ width: calc(100% - 32px);
1049
+ }
1050
+
1051
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1052
+ width: calc(100% - 32px);
1053
+ }
1054
+
1055
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1056
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1057
+ width: calc(100% - 38px);
1058
+ }
1059
+
1060
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1061
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1062
+ width: calc(100% - 30px);
1063
+ }
1064
+
1065
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1066
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1067
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1068
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1069
+ width: calc(100% - 32px);
1070
+ }
1071
+
1072
+ .e-multi-select-wrapper .e-delim-values {
1073
+ font-family: inherit;
1074
+ font-size: 14px;
1075
+ line-height: 28px;
1076
+ max-width: 100%;
1077
+ padding-left: 0;
1078
+ padding-right: 6px;
1079
+ vertical-align: middle;
1080
+ }
1081
+
1082
+ .e-bigger .e-multi-select-wrapper .e-delim-values {
1083
+ line-height: 34px;
1084
+ padding-left: 0;
1085
+ }
1086
+
1087
+ .e-multi-select-list-wrapper .e-hide-listitem,
1088
+ .e-multi-select-list-wrapper .e-hide-group-header {
1089
+ display: none;
1090
+ }
1091
+
1092
+ .e-multi-select-wrapper .e-delim-values .e-remain {
1093
+ color: rgba(0, 0, 0, 0.54);
1094
+ cursor: pointer;
1095
+ display: inline-block;
1096
+ font-size: 13px;
1097
+ padding-left: 16px;
1098
+ }
1099
+
1100
+ .e-multiselect.e-disabled .e-multi-select-wrapper,
1101
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
1102
+ cursor: not-allowed;
1103
+ }
1104
+
1105
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1106
+ height: 40px;
1107
+ left: 0;
1108
+ margin: 0 0 0 0;
1109
+ margin-left: auto;
1110
+ position: relative;
1111
+ top: 0;
1112
+ width: 40px;
1113
+ }
1114
+
1115
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1116
+ -ms-flex-item-align: center;
1117
+ align-self: center;
1118
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1119
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1120
+ display: -webkit-inline-box;
1121
+ display: -ms-inline-flexbox;
1122
+ display: inline-flex;
1123
+ padding: 0 0 0 16px;
1124
+ width: 92%;
1125
+ }
1126
+
1127
+ .e-multi-select-wrapper .e-ddl-disable-icon::before {
1128
+ content: "";
1129
+ }
1130
+
1131
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
1132
+ float: none;
1133
+ }
1134
+
1135
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
1136
+ padding-left: 0;
1137
+ }
1138
+ .e-multiselect.e-rtl .e-multi-select-wrapper {
1139
+ padding: 0 2px 0 32px;
1140
+ }
1141
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1142
+ left: -12px;
1143
+ }
1144
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1145
+ margin: 0;
1146
+ margin-right: auto;
1147
+ }
1148
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
1149
+ float: right;
1150
+ }
1151
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
1152
+ float: right;
1153
+ margin: 0 0 8px 8px;
1154
+ padding: 0 8px 0 4px;
1155
+ }
1156
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
1157
+ padding: 5px 4px;
1158
+ }
1159
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
1160
+ float: left;
1161
+ }
1162
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
1163
+ left: 0;
1164
+ }
1165
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
1166
+ padding: 0 4px 0 8px;
1167
+ }
1168
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
1169
+ padding: 8px 4px;
1170
+ }
1171
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1172
+ padding: 0 8px 0 4px;
1173
+ }
1174
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1175
+ padding: 12px 4px;
1176
+ }
1177
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1178
+ left: 22px;
1179
+ position: absolute;
1180
+ right: auto;
1181
+ }
1182
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
1183
+ left: -4px;
1184
+ }
1185
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
1186
+ padding-right: 16px;
1187
+ }
1188
+
1189
+ .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
1190
+ left: 19px;
1191
+ }
1192
+
1193
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
1194
+ left: -7px;
1195
+ }
1196
+
1197
+ .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
1198
+ bottom: 1px;
1199
+ margin-right: 10px;
1200
+ position: relative;
1201
+ text-indent: 0;
1202
+ vertical-align: middle;
1203
+ }
1204
+
1205
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
1206
+ padding-left: 14px;
1207
+ }
1208
+
1209
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
1210
+ padding-right: 25px;
1211
+ }
1212
+
1213
+ .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
1214
+ padding-right: 25px;
1215
+ }
1216
+
1217
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
1218
+ bottom: 1px;
1219
+ margin-right: 10px;
1220
+ position: relative;
1221
+ text-indent: 0;
1222
+ vertical-align: middle;
1223
+ }
1224
+
1225
+ .e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
1226
+ .e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
1227
+ bottom: 1px;
1228
+ margin-right: 12px;
1229
+ }
1230
+
1231
+ .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
1232
+ .e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
1233
+ bottom: 1px;
1234
+ margin-right: 12px;
1235
+ }
1236
+
1237
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
1238
+ margin-left: 12px;
1239
+ margin-right: 0;
1240
+ }
1241
+
1242
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
1243
+ margin-left: 12px;
1244
+ margin-right: 0;
1245
+ }
1246
+
1247
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
1248
+ padding-right: 0;
1249
+ }
1250
+
1251
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
1252
+ padding-right: 0;
1253
+ }
1254
+
1255
+ .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
1256
+ padding-left: 16px;
1257
+ }
1258
+
1259
+ .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 {
1260
+ padding-left: 14px;
1261
+ }
1262
+
1263
+ .e-multi-select-list-wrapper .e-selectall-parent {
1264
+ cursor: pointer;
1265
+ display: block;
1266
+ line-height: 36px;
1267
+ overflow: hidden;
1268
+ padding-right: 16px;
1269
+ position: relative;
1270
+ text-indent: 17px;
1271
+ white-space: nowrap;
1272
+ width: 100%;
1273
+ }
1274
+
1275
+ .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
1276
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
1277
+ padding-left: 16px;
1278
+ padding-right: 0;
1279
+ }
1280
+
1281
+ .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
1282
+ color: rgba(0, 0, 0, 0.87);
1283
+ font-family: inherit;
1284
+ font-size: 14px;
1285
+ }
1286
+
1287
+ .e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
1288
+ .e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
1289
+ font-size: 13px;
1290
+ line-height: 48px;
1291
+ text-indent: 17px;
1292
+ }
1293
+
1294
+ .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
1295
+ bottom: 1px;
1296
+ margin-right: 10px;
1297
+ position: relative;
1298
+ text-indent: 0;
1299
+ vertical-align: middle;
1300
+ }
1301
+
1302
+ .e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
1303
+ .e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
1304
+ bottom: 1px;
1305
+ margin-right: 12px;
1306
+ }
1307
+
1308
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
1309
+ margin-left: 12px;
1310
+ margin-right: 0;
1311
+ }
1312
+
1313
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
1314
+ float: right;
1315
+ margin-top: 6px;
1316
+ }
1317
+
1318
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
1319
+ float: left;
1320
+ }
1321
+
1322
+ .e-multiselect .e-ddl-icon::before {
1323
+ -webkit-transform: rotate(0deg);
1324
+ transform: rotate(0deg);
1325
+ -webkit-transition: -webkit-transform 300ms ease;
1326
+ transition: -webkit-transform 300ms ease;
1327
+ transition: transform 300ms ease;
1328
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
1329
+ }
1330
+
1331
+ .e-multiselect.e-icon-anim .e-ddl-icon::before {
1332
+ -webkit-transform: rotate(180deg);
1333
+ transform: rotate(180deg);
1334
+ -webkit-transition: -webkit-transform 300ms ease;
1335
+ transition: -webkit-transform 300ms ease;
1336
+ transition: transform 300ms ease;
1337
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
1338
+ }
1339
+
1340
+ .e-multiselect.e-checkbox .e-multi-select-wrapper,
1341
+ .e-multiselect .e-multi-select-wrapper.e-down-icon {
1342
+ padding: 0;
1343
+ }
1344
+
1345
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
1346
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
1347
+ padding: 8px;
1348
+ }
1349
+
1350
+ .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
1351
+ .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
1352
+ padding: 4px 0;
1353
+ }
1354
+
1355
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
1356
+ .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
1357
+ padding-left: 8px;
1358
+ padding-right: 8px;
1359
+ }
1360
+
1361
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
1362
+ padding: 0 8px;
1363
+ }
1364
+
1365
+ .e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
1366
+ line-height: 34px;
1367
+ }
1368
+
1369
+ .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
1370
+ line-height: 20px;
1371
+ padding-left: 10px;
1372
+ }
1373
+
1374
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
1375
+ .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
1376
+ opacity: 0.3;
1377
+ }
1378
+
1379
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
1380
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
1381
+ opacity: 0.7;
1382
+ }
1383
+
1384
+ .e-multi-select-wrapper input[readonly=true] {
1385
+ pointer-events: none;
1386
+ }
1387
+
1388
+ .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
1389
+ pointer-events: none;
1390
+ }
1391
+
1392
+ ejs-multiselect {
1393
+ display: block;
1394
+ }
1395
+
1396
+ .e-small.e-multi-select-list-wrapper .e-selectall-parent,
1397
+ .e-small .e-multi-select-list-wrapper .e-selectall-parent {
1398
+ line-height: 26px;
1399
+ }
1400
+
1401
+ .e-small .e-multi-select-wrapper .e-chips-close {
1402
+ height: 14px;
1403
+ width: 14px;
1404
+ }
1405
+
1406
+ .e-small .e-multi-select-wrapper {
1407
+ min-height: 24px;
1408
+ }
1409
+
1410
+ .e-small .e-multi-select-wrapper input[type=text] {
1411
+ height: 26px;
1412
+ min-height: 26px;
1413
+ }
1414
+
1415
+ .e-small .e-multi-select-wrapper .e-delim-values {
1416
+ font-size: 12px;
1417
+ line-height: 26px;
1418
+ }
1419
+
1420
+ .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1421
+ .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1422
+ margin-top: -2.5em;
1423
+ }
1424
+
1425
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1426
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1427
+ margin-top: -1.8em;
1428
+ }
1429
+
1430
+ .e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
1431
+ .e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
1432
+ line-height: 40px;
1433
+ }
1434
+
1435
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1436
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1437
+ margin-top: -2em;
1438
+ }
1439
+
1440
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
1441
+ height: 16px;
1442
+ width: 16px;
1443
+ }
1444
+
1445
+ .e-bigger.e-small .e-multi-select-wrapper {
1446
+ min-height: 28px;
1447
+ }
1448
+
1449
+ .e-bigger.e-small .e-multi-select-wrapper input[type=text] {
1450
+ height: 28px;
1451
+ min-height: 28px;
1452
+ }
1453
+
1454
+ .e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
1455
+ font-size: 13px;
1456
+ line-height: 28px;
1457
+ }
1458
+
1459
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1460
+ .e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1461
+ margin-top: -2.5em;
1462
+ right: 5px;
1463
+ }
1464
+
1465
+ .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
1466
+ background-size: 300px 33px;
1467
+ min-height: 33px;
1468
+ }
1469
+
1470
+ .e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
1471
+ .e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
1472
+ background-size: 300px 40px;
1473
+ min-height: 40px;
1474
+ }
1475
+
1476
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1477
+ color: inherit;
1478
+ font-size: inherit;
1479
+ min-height: 34px;
1480
+ padding: 8px 12px 9px;
1481
+ }
1482
+
1483
+ .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1484
+ padding: 8px 12px 9px;
1485
+ }
1486
+
1487
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1488
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1489
+ font-size: inherit;
1490
+ min-height: 30px;
1491
+ padding: 7px 10px;
1492
+ }
1493
+
1494
+ .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1495
+ .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1496
+ padding: 7px 10px;
1497
+ }
1498
+
1499
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1500
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1501
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1502
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1503
+ font-size: inherit;
1504
+ min-height: 34px;
1505
+ padding: 8px 12px 9px;
1506
+ }
1507
+
1508
+ .e-bigger.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1509
+ .e-bigger.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1510
+ .e-bigger .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1511
+ .e-small .e-bigger.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1512
+ padding: 8px 12px 9px;
1513
+ }
1514
+
1515
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1516
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1517
+ font-size: inherit;
1518
+ min-height: 40px;
1519
+ }
1520
+
1521
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper, .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
1522
+ min-height: 40px;
1523
+ padding: 7px 42px 7px 0;
1524
+ }
1525
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1526
+ min-height: 34px;
1527
+ padding: 3px 38px 1px 0;
1528
+ }
1529
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1530
+ min-height: 34px;
1531
+ padding: 3px 38px 1px 0;
1532
+ }
1533
+
1534
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1535
+ min-height: 30px;
1536
+ padding: 3px 38px 1px 0;
1537
+ }
1538
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
1539
+ min-height: 34px;
1540
+ padding: 3px 38px 1px 0;
1541
+ }
1542
+ .e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper {
1543
+ min-height: 34px;
1544
+ padding: 3px 38px 1px 0;
1545
+ }
1546
+
1547
+ .e-multiselect.e-outline .e-multi-select-wrapper {
1548
+ min-height: 34px;
1549
+ padding: 3px 38px 1px 0;
1550
+ }
1551
+
1552
+ .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1553
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1554
+ .e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1555
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1556
+ .e-bigger .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1557
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
1558
+ padding-right: 0;
1559
+ }
1560
+
1561
+ .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1562
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1563
+ .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1564
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1565
+ .e-rtl.e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1566
+ .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1567
+ .e-bigger .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1568
+ .e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1569
+ .e-rtl .e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1570
+ .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1571
+ .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1572
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1573
+ .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1574
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1575
+ .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1576
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1577
+ .e-rtl.e-bigger .e-small.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
1578
+ .e-rtl.e-small .e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
1579
+ .e-rtl .e-bigger .e-small.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
1580
+ .e-rtl .e-small .e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
1581
+ .e-rtl.e-small.e-bigger .e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
1582
+ .e-rtl.e-small.e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
1583
+ .e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1584
+ .e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1585
+ .e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1586
+ .e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1587
+ .e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1588
+ .e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
1589
+ padding-left: 0;
1590
+ }
1591
+
1592
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
1593
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
1594
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
1595
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
1596
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper,
1597
+ .e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
1598
+ .e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,
1599
+ .e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
1600
+ .e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,
1601
+ .e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,
1602
+ .e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
1603
+ padding: 3px 0 1px 38px;
1604
+ }
1605
+
1606
+ .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,
1607
+ .e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,
1608
+ .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
1609
+ padding: 7px 0 7px 42px;
1610
+ }
1611
+
1612
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1613
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1614
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1615
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1616
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1617
+ .e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1618
+ .e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1619
+ .e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1620
+ .e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1621
+ .e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1622
+ .e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1623
+ .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1624
+ .e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1625
+ .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
1626
+ padding-left: 0;
1627
+ }
1628
+
1629
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1630
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1631
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1632
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1633
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1634
+ .e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1635
+ .e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1636
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1637
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
1638
+ padding-right: 0;
1639
+ }
1640
+
1641
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
1642
+ height: 34px;
1643
+ }
1644
+
1645
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
1646
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
1647
+ height: 40px;
1648
+ }
1649
+
1650
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
1651
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
1652
+ height: 30px;
1653
+ }
1654
+
1655
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
1656
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
1657
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
1658
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
1659
+ height: 34px;
1660
+ }
1661
+
1662
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1663
+ font-size: 14px;
1664
+ line-height: 34px;
1665
+ padding: 0 0 0 12px;
1666
+ }
1667
+
1668
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1669
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1670
+ font-size: 16px;
1671
+ line-height: 40px;
1672
+ padding: 0 0 0 16px;
1673
+ }
1674
+
1675
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1676
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1677
+ font-size: 13px;
1678
+ line-height: 30px;
1679
+ padding: 0 0 0 8px;
1680
+ }
1681
+
1682
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1683
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1684
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1685
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1686
+ font-size: 14px;
1687
+ line-height: 34px;
1688
+ padding: 0 0 0 12px;
1689
+ }
1690
+
1691
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1692
+ padding: 0 12px 0 0;
1693
+ }
1694
+
1695
+ .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1696
+ .e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1697
+ .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1698
+ .e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1699
+ .e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1700
+ .e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1701
+ padding: 0 16px 0 0;
1702
+ }
1703
+
1704
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1705
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1706
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1707
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1708
+ .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1709
+ .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1710
+ padding: 0 8px 0 0;
1711
+ }
1712
+
1713
+ .e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1714
+ .e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1715
+ .e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1716
+ .e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1717
+ .e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1718
+ .e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1719
+ .e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1720
+ .e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1721
+ .e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1722
+ .e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1723
+ .e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1724
+ .e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1725
+ padding: 0 12px 0 0;
1726
+ }
1727
+
1728
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1729
+ height: 26px;
1730
+ margin: 4px 0 4px 8px;
1731
+ padding: 0 8px;
1732
+ }
1733
+
1734
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
1735
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1736
+ margin: 4px 8px 4px 0;
1737
+ }
1738
+
1739
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
1740
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1741
+ height: 32px;
1742
+ padding: 0 12px;
1743
+ }
1744
+
1745
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
1746
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1747
+ height: 24px;
1748
+ padding: 0 8px;
1749
+ }
1750
+
1751
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
1752
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
1753
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
1754
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1755
+ height: 26px;
1756
+ padding: 0 8px;
1757
+ }
1758
+
1759
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1760
+ padding: 0 8px 0 0;
1761
+ }
1762
+
1763
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1764
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1765
+ padding: 0 0 0 8px;
1766
+ }
1767
+
1768
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1769
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1770
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1771
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1772
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1773
+ font-size: 13px;
1774
+ }
1775
+
1776
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1777
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1778
+ font-size: 14px;
1779
+ }
1780
+
1781
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1782
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1783
+ font-size: 12px;
1784
+ }
1785
+
1786
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1787
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1788
+ -webkit-box-align: normal;
1789
+ -ms-flex-align: normal;
1790
+ align-items: normal;
1791
+ }
1792
+
1793
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1794
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1795
+ font-size: 14px;
1796
+ }
1797
+
1798
+ .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1799
+ .e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1800
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1801
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1802
+ font-size: 16px;
1803
+ }
1804
+
1805
+ .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1806
+ .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1807
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1808
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1809
+ font-size: 13px;
1810
+ }
1811
+
1812
+ .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1813
+ .e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1814
+ .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1815
+ .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1816
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1817
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1818
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1819
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1820
+ font-size: 14px;
1821
+ }
1822
+
1823
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
1824
+ padding: 0 12px 0 8px;
1825
+ }
1826
+
1827
+ .e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
1828
+ .e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
1829
+ padding: 3px 12px 0 4px;
1830
+ }
1831
+
1832
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper,
1833
+ .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1834
+ .e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
1835
+ .e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1836
+ .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
1837
+ padding: 0;
1838
+ }
1839
+
1840
+ .e-filled.e-float-input .e-multi-select-wrapper,
1841
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
1842
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
1843
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
1844
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
1845
+ padding: 11px 12px 0;
1846
+ }
1847
+
1848
+ .e-small.e-filled.e-float-input .e-multi-select-wrapper,
1849
+ .e-small .e-filled.e-float-input .e-multi-select-wrapper {
1850
+ padding: 12px 12px 0 8px;
1851
+ }
1852
+
1853
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
1854
+ .e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
1855
+ padding: 19px 12px 0 16px;
1856
+ }
1857
+
1858
+ .e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
1859
+ padding-top: 3px;
1860
+ }
1861
+
1862
+ .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1863
+ .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
1864
+ padding: 0;
1865
+ }
1866
+
1867
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1868
+ .e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1869
+ .e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1870
+ .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1871
+ .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1872
+ min-height: 39px;
1873
+ padding-right: 10px;
1874
+ }
1875
+
1876
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1877
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1878
+ min-height: 32px;
1879
+ }
1880
+
1881
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
1882
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
1883
+ height: 22px;
1884
+ min-height: 22px;
1885
+ padding: 2px;
1886
+ }
1887
+
1888
+ .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1889
+ .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1890
+ min-height: 52px;
1891
+ }
1892
+
1893
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
1894
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
1895
+ min-height: 36px;
1896
+ }
1897
+
1898
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
1899
+ height: 39px;
1900
+ }
1901
+
1902
+ .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
1903
+ .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
1904
+ height: 32px;
1905
+ }
1906
+
1907
+ .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1908
+ .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
1909
+ height: 22px;
1910
+ }
1911
+
1912
+ .e-bigger.e-filled:not(.e-small).e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
1913
+ .e-bigger .e-filled:not(.e-small).e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
1914
+ height: 52px;
1915
+ }
1916
+
1917
+ .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1918
+ .e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
1919
+ height: 36px;
1920
+ }
1921
+
1922
+ .e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1923
+ .e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher .e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1924
+ .e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
1925
+ height: 28px;
1926
+ }
1927
+
1928
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
1929
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
1930
+ padding: 5px 0;
1931
+ }
1932
+
1933
+ .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
1934
+ .e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
1935
+ .e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
1936
+ .e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
1937
+ .e-small .e-bigger.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
1938
+ min-height: 28px;
1939
+ }
1940
+
1941
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1942
+ .e-small.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1943
+ .e-small.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1944
+ .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1945
+ .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
1946
+ font-size: 13px;
1947
+ line-height: 39px;
1948
+ }
1949
+
1950
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1951
+ .e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1952
+ .e-small.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1953
+ .e-small .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1954
+ .e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1955
+ font-size: 14px;
1956
+ line-height: 28px;
1957
+ }
1958
+
1959
+ .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1960
+ .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1961
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1962
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1963
+ font-size: 16px;
1964
+ line-height: 52px;
1965
+ }
1966
+
1967
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1968
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1969
+ line-height: 36px;
1970
+ }
1971
+
1972
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1973
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1974
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1975
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1976
+ font-size: 13px;
1977
+ line-height: 32px;
1978
+ }
1979
+
1980
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1981
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1982
+ line-height: 22px;
1983
+ }
1984
+
1985
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1986
+ .e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1987
+ .e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1988
+ .e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1989
+ .e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1990
+ height: 28px;
1991
+ }
1992
+
1993
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1994
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1995
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1996
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1997
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
1998
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1999
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2000
+ height: 24px;
2001
+ }
2002
+
2003
+ .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2004
+ .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2005
+ height: 32px;
2006
+ }
2007
+
2008
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2009
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2010
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2011
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2012
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2013
+ height: 18px;
2014
+ }
2015
+
2016
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2017
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2018
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2019
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2020
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2021
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2022
+ .e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2023
+ .e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2024
+ .e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2025
+ .e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2026
+ margin: 8px 8px 0 0;
2027
+ padding: 0 8px;
2028
+ }
2029
+
2030
+ .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2031
+ .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2032
+ .e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2033
+ .e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2034
+ .e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2035
+ .e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2036
+ .e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2037
+ .e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2038
+ .e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2039
+ .e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2040
+ margin: 8px 0 0 8px;
2041
+ padding: 0 8px;
2042
+ }
2043
+
2044
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2045
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2046
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2047
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2048
+ padding-left: 8px;
2049
+ }
2050
+
2051
+ .e-small .e-filled .e-multi-select-wrapper .e-chips,
2052
+ .e-small.e-filled .e-multi-select-wrapper .e-chips {
2053
+ height: 16px;
2054
+ margin: 4px 4px 0 0;
2055
+ padding-right: 8px;
2056
+ }
2057
+
2058
+ .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2059
+ .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2060
+ margin: 4px 0 0 4px;
2061
+ }
2062
+
2063
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
2064
+ .e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
2065
+ .e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
2066
+ .e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
2067
+ .e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
2068
+ .e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
2069
+ .e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
2070
+ height: 12px;
2071
+ width: 12px;
2072
+ }
2073
+
2074
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
2075
+ .e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
2076
+ .e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
2077
+ .e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
2078
+ .e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
2079
+ font-size: 13px;
2080
+ padding: 0 8px 0 0;
2081
+ }
2082
+
2083
+ .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2084
+ .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2085
+ font-size: 12px;
2086
+ }
2087
+
2088
+ .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2089
+ .e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2090
+ .e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2091
+ .e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2092
+ .e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2093
+ font-size: 12px;
2094
+ padding: 0 4px 0 0;
2095
+ }
2096
+
2097
+ .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2098
+ .e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2099
+ .e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2100
+ .e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2101
+ .e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2102
+ padding: 0 0 0 4px;
2103
+ }
2104
+
2105
+ .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2106
+ .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2107
+ font-size: 10px;
2108
+ }
2109
+
2110
+ .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2111
+ .e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2112
+ font-size: 13px;
2113
+ }
2114
+
2115
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
2116
+ font-size: 13px;
2117
+ padding-right: 4px;
2118
+ }
2119
+
2120
+ .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
2121
+ .e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
2122
+ font-size: 14px;
2123
+ }
2124
+
2125
+ .e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
2126
+ .e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
2127
+ .e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2128
+ .e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2129
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips,
2130
+ .e-bigger .e-filled .e-multi-select-wrapper .e-chips {
2131
+ padding: 0 12px;
2132
+ }
2133
+
2134
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2135
+ .e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2136
+ padding-right: 8px;
2137
+ }
2138
+
2139
+ .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
2140
+ .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
2141
+ height: 38px;
2142
+ margin-top: -38px;
2143
+ right: 12px;
2144
+ top: 100%;
2145
+ width: 16px;
2146
+ }
2147
+
2148
+ .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2149
+ .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2150
+ .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2151
+ .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2152
+ .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 {
2153
+ display: none;
2154
+ }
2155
+
2156
+ .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
2157
+ margin-right: 0;
2158
+ }
2159
+
2160
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2161
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2162
+ cursor: not-allowed;
2163
+ }
2164
+
2165
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2166
+ .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 {
2167
+ cursor: pointer;
2168
+ }
2169
+
2170
+ .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2171
+ color: #fff;
2172
+ }
2173
+
2174
+ .e-multi-select-wrapper .e-chips.e-chip-selected {
2175
+ background-color: #757575;
2176
+ }
2177
+
2178
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2179
+ background-color: #757575;
2180
+ }
2181
+
2182
+ .e-multiselect {
2183
+ -webkit-box-sizing: border-box;
2184
+ box-sizing: border-box;
2185
+ }
2186
+
2187
+ /* stylelint-disable property-no-vendor-prefix */
2188
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
2189
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
2190
+ color: rgba(0, 0, 0, 0.87);
2191
+ font-family: inherit;
2192
+ font-size: 13px;
2193
+ }
2194
+
2195
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
2196
+ color: #fff;
2197
+ }
2198
+
2199
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
2200
+ color: #fff;
2201
+ }
2202
+
2203
+ .e-multi-select-wrapper .e-chips {
2204
+ background-color: #eee;
2205
+ border-radius: 16px;
2206
+ height: 24px;
2207
+ }
2208
+
2209
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
2210
+ background-color: #eee;
2211
+ }
2212
+
2213
+ .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
2214
+ color: rgba(0, 0, 0, 0.87);
2215
+ }
2216
+
2217
+ .e-multi-select-wrapper .e-chips .e-chips-close::before {
2218
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.54);
2219
+ color: rgba(0, 0, 0, 0.54);
2220
+ font-size: 16px;
2221
+ }
2222
+
2223
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2224
+ background-color: #3f51b5;
2225
+ border-radius: 2px;
2226
+ color: #fff;
2227
+ height: 40px;
2228
+ line-height: 40px;
2229
+ }
2230
+
2231
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2232
+ color: #fff;
2233
+ }
2234
+
2235
+ .e-multi-select-wrapper .e-chips.e-mob-chip,
2236
+ .e-bigger .e-multi-select-wrapper .e-chips {
2237
+ height: 28px;
2238
+ }
2239
+
2240
+ .e-popup.e-multi-select-list-wrapper {
2241
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2242
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2243
+ -webkit-box-sizing: content-box;
2244
+ box-sizing: content-box;
2245
+ overflow: initial;
2246
+ }
2247
+
2248
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
2249
+ border-bottom: 1px solid transparent;
2250
+ border-left: 1px solid #e0e0e0;
2251
+ border-right: 1px solid #e0e0e0;
2252
+ border-top: 1px solid #fff;
2253
+ }
2254
+
2255
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
2256
+ background-color: transparent;
2257
+ border-color: transparent;
2258
+ color: rgba(0, 0, 0, 0.87);
2259
+ }
2260
+
2261
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
2262
+ background-color: transparent;
2263
+ border-color: transparent;
2264
+ color: rgba(0, 0, 0, 0.87);
2265
+ }
2266
+
2267
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
2268
+ color: rgba(0, 0, 0, 0.87);
2269
+ }
2270
+
2271
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
2272
+ color: rgba(0, 0, 0, 0.87);
2273
+ }
2274
+
2275
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
2276
+ background-color: #eee;
2277
+ }
2278
+
2279
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
2280
+ background-color: #eee;
2281
+ }
2282
+
2283
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
2284
+ border-bottom: 1px solid transparent;
2285
+ border-top: 1px solid transparent;
2286
+ }
2287
+
2288
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
2289
+ border-bottom: 1px solid transparent;
2290
+ }
2291
+
2292
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
2293
+ border-top: 1px solid transparent;
2294
+ }
2295
+
2296
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
2297
+ background-color: #e0e0e0;
2298
+ -webkit-box-shadow: none;
2299
+ box-shadow: none;
2300
+ color: #e3165b;
2301
+ border: 1px solid transparent;
2302
+ }
2303
+
2304
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
2305
+ background-color: #e0e0e0;
2306
+ -webkit-box-shadow: none;
2307
+ box-shadow: none;
2308
+ color: #e3165b;
2309
+ border: 1px solid transparent;
2310
+ }
2311
+
2312
+ .e-popup.e-multi-select-list-wrapper .e-list-item {
2313
+ border: 1px solid transparent;
2314
+ }
2315
+
2316
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
2317
+ border: 1px solid transparent;
2318
+ }
2319
+
2320
+ .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2321
+ color: rgba(0, 0, 0, 0.42);
2322
+ }
2323
+
2324
+ .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2325
+ color: rgba(0, 0, 0, 0.42);
2326
+ }
2327
+
2328
+ .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2329
+ color: rgba(0, 0, 0, 0.42);
2330
+ }
2331
+
2332
+ .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2333
+ color: rgba(0, 0, 0, 0.42);
2334
+ }
2335
+
2336
+ .e-ul.e-reorder {
2337
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
2338
+ }
2339
+
2340
+ .e-multi-select-list-wrapper .e-selectall-parent {
2341
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
2342
+ }
2343
+
2344
+ .e-multi-select-wrapper .e-delim-values {
2345
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
2346
+ color: rgba(0, 0, 0, 0.87);
2347
+ }
2348
+
2349
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2350
+ color: #000;
2351
+ }
2352
+
2353
+ .e-small .e-multi-select-wrapper .e-chips {
2354
+ height: 20px;
2355
+ }
2356
+
2357
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
2358
+ font-size: 12px;
2359
+ }
2360
+
2361
+ .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
2362
+ font-size: 14px;
2363
+ }
2364
+
2365
+ .e-small .e-multi-select-wrapper .e-close-hooker::before {
2366
+ left: 6px;
2367
+ }
2368
+
2369
+ .e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
2370
+ left: 6px;
2371
+ }
2372
+
2373
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips {
2374
+ height: 22px;
2375
+ }
2376
+
2377
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
2378
+ font-size: 13px;
2379
+ }
2380
+
2381
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
2382
+ font-size: 16px;
2383
+ }
2384
+
2385
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2386
+ background-color: #e0e0e0;
2387
+ }
2388
+
2389
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
2390
+ background-color: #cecece;
2391
+ }
2392
+
2393
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
2394
+ background-color: #d6d6d6;
2395
+ }
2396
+
2397
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
2398
+ background-color: #cecece;
2399
+ }
2400
+
2401
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
2402
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
2403
+ background-color: #c7c7c7;
2404
+ }
2405
+
2406
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
2407
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2408
+ background-color: #c7c7c7;
2409
+ }
2410
+
2411
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
2412
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
2413
+ color: rgba(0, 0, 0, 0.87);
2414
+ }
2415
+
2416
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
2417
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
2418
+ color: rgba(0, 0, 0, 0.87);
2419
+ }
2420
+
2421
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2422
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2423
+ color: rgba(0, 0, 0, 0.54);
2424
+ }
2425
+
2426
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
2427
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
2428
+ color: rgba(0, 0, 0, 0.87);
2429
+ }
2430
+
2431
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
2432
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2433
+ color: rgba(0, 0, 0, 0.54);
2434
+ }
2435
+
2436
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
2437
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2438
+ color: #fff;
2439
+ }
2440
+
2441
+ .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
2442
+ .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
2443
+ color: rgba(0, 0, 0, 0.87);
2444
+ }
2445
+
2446
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
2447
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
2448
+ color: rgba(0, 0, 0, 0.6);
2449
+ }
2450
+
2451
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
2452
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
2453
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
2454
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
2455
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2456
+ color: rgba(0, 0, 0, 0.38);
2457
+ }
2458
+
2459
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2460
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.42);
2461
+ color: rgba(0, 0, 0, 0.42);
2462
+ }
2463
+
2464
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
2465
+ background-color: #f5f5f5;
2466
+ }
2467
+
2468
+ .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
2469
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2470
+ background-color: #3f51b5;
2471
+ border-radius: 4px;
2472
+ -webkit-box-sizing: border-box;
2473
+ box-sizing: border-box;
2474
+ color: #fff;
2475
+ height: 40px;
2476
+ line-height: 40px;
2477
+ margin-left: 0;
2478
+ margin-right: 0;
2479
+ width: 100%;
2480
+ }
2481
+
2482
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
2483
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2484
+ width: 33px;
2485
+ }
2486
+
2487
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
2488
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2489
+ color: #fff;
2490
+ }