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