@syncfusion/ej2-dropdowns 32.1.24 → 32.2.3

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 (268) hide show
  1. package/.eslintrc.json +263 -0
  2. package/aceconfig.js +17 -0
  3. package/dist/ej2-dropdowns.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js +2 -2
  5. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es2015.js +14 -6
  7. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  8. package/dist/es6/ej2-dropdowns.es5.js +14 -6
  9. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  10. package/dist/global/ej2-dropdowns.min.js +2 -2
  11. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +8 -8
  14. package/src/drop-down-list/drop-down-list.js +1 -1
  15. package/src/multi-select/multi-select.js +13 -5
  16. package/styles/bds-lite.css +898 -898
  17. package/styles/bds.css +1302 -1302
  18. package/styles/bootstrap-dark-lite.css +870 -870
  19. package/styles/bootstrap-dark.css +1275 -1275
  20. package/styles/bootstrap-lite.css +867 -867
  21. package/styles/bootstrap.css +1278 -1278
  22. package/styles/bootstrap4-lite.css +1408 -1408
  23. package/styles/bootstrap4.css +1721 -1721
  24. package/styles/bootstrap5-dark-lite.css +1769 -1769
  25. package/styles/bootstrap5-dark.css +1710 -1710
  26. package/styles/bootstrap5-lite.css +1396 -1396
  27. package/styles/bootstrap5.3-lite.css +1138 -1138
  28. package/styles/bootstrap5.3.css +1592 -1592
  29. package/styles/bootstrap5.css +1711 -1711
  30. package/styles/drop-down-base/_all.bds.scss +1 -1
  31. package/styles/drop-down-base/_all.bootstrap-dark.scss +1 -1
  32. package/styles/drop-down-base/_all.bootstrap.scss +1 -1
  33. package/styles/drop-down-base/_all.bootstrap4.scss +1 -1
  34. package/styles/drop-down-base/_all.bootstrap5-dark.scss +1 -1
  35. package/styles/drop-down-base/_all.bootstrap5.3.scss +1 -1
  36. package/styles/drop-down-base/_all.bootstrap5.scss +1 -1
  37. package/styles/drop-down-base/_all.fabric-dark.scss +1 -1
  38. package/styles/drop-down-base/_all.fabric.scss +1 -1
  39. package/styles/drop-down-base/_all.fluent-dark.scss +1 -1
  40. package/styles/drop-down-base/_all.fluent.scss +1 -1
  41. package/styles/drop-down-base/_all.fluent2.scss +1 -1
  42. package/styles/drop-down-base/_all.highcontrast-light.scss +1 -1
  43. package/styles/drop-down-base/_all.highcontrast.scss +1 -1
  44. package/styles/drop-down-base/_all.material-dark.scss +1 -1
  45. package/styles/drop-down-base/_all.material.scss +1 -1
  46. package/styles/drop-down-base/_all.material3-dark.scss +1 -1
  47. package/styles/drop-down-base/_all.material3.scss +1 -1
  48. package/styles/drop-down-base/_all.tailwind-dark.scss +1 -1
  49. package/styles/drop-down-base/_all.tailwind.scss +1 -1
  50. package/styles/drop-down-base/_all.tailwind3.scss +1 -1
  51. package/styles/drop-down-base/bds.css +164 -164
  52. package/styles/drop-down-base/bootstrap-dark.css +130 -130
  53. package/styles/drop-down-base/bootstrap.css +130 -130
  54. package/styles/drop-down-base/bootstrap4.css +136 -136
  55. package/styles/drop-down-base/bootstrap5-dark.css +143 -143
  56. package/styles/drop-down-base/bootstrap5.3.css +219 -219
  57. package/styles/drop-down-base/bootstrap5.css +143 -143
  58. package/styles/drop-down-base/fabric-dark.css +130 -130
  59. package/styles/drop-down-base/fabric.css +130 -130
  60. package/styles/drop-down-base/fluent-dark.css +148 -148
  61. package/styles/drop-down-base/fluent.css +148 -148
  62. package/styles/drop-down-base/fluent2.css +215 -215
  63. package/styles/drop-down-base/highcontrast-light.css +146 -146
  64. package/styles/drop-down-base/highcontrast.css +146 -146
  65. package/styles/drop-down-base/material-dark.css +130 -130
  66. package/styles/drop-down-base/material.css +130 -130
  67. package/styles/drop-down-base/material3-dark.css +212 -212
  68. package/styles/drop-down-base/material3.css +214 -214
  69. package/styles/drop-down-base/tailwind-dark.css +155 -155
  70. package/styles/drop-down-base/tailwind.css +155 -155
  71. package/styles/drop-down-base/tailwind3.css +215 -215
  72. package/styles/drop-down-list/_all.bds.scss +1 -1
  73. package/styles/drop-down-list/_all.bootstrap-dark.scss +1 -1
  74. package/styles/drop-down-list/_all.bootstrap.scss +1 -1
  75. package/styles/drop-down-list/_all.bootstrap4.scss +1 -1
  76. package/styles/drop-down-list/_all.bootstrap5-dark.scss +1 -1
  77. package/styles/drop-down-list/_all.bootstrap5.3.scss +1 -1
  78. package/styles/drop-down-list/_all.bootstrap5.scss +1 -1
  79. package/styles/drop-down-list/_all.fabric-dark.scss +1 -1
  80. package/styles/drop-down-list/_all.fabric.scss +1 -1
  81. package/styles/drop-down-list/_all.fluent-dark.scss +1 -1
  82. package/styles/drop-down-list/_all.fluent.scss +1 -1
  83. package/styles/drop-down-list/_all.fluent2.scss +1 -1
  84. package/styles/drop-down-list/_all.highcontrast-light.scss +1 -1
  85. package/styles/drop-down-list/_all.highcontrast.scss +1 -1
  86. package/styles/drop-down-list/_all.material-dark.scss +1 -1
  87. package/styles/drop-down-list/_all.material.scss +1 -1
  88. package/styles/drop-down-list/_all.material3-dark.scss +1 -1
  89. package/styles/drop-down-list/_all.material3.scss +1 -1
  90. package/styles/drop-down-list/_all.tailwind-dark.scss +1 -1
  91. package/styles/drop-down-list/_all.tailwind.scss +1 -1
  92. package/styles/drop-down-list/_all.tailwind3.scss +1 -1
  93. package/styles/drop-down-list/bds.css +87 -87
  94. package/styles/drop-down-list/bootstrap-dark.css +74 -74
  95. package/styles/drop-down-list/bootstrap.css +74 -74
  96. package/styles/drop-down-list/bootstrap4.css +111 -111
  97. package/styles/drop-down-list/bootstrap5-dark.css +113 -113
  98. package/styles/drop-down-list/bootstrap5.3.css +197 -197
  99. package/styles/drop-down-list/bootstrap5.css +113 -113
  100. package/styles/drop-down-list/fabric-dark.css +48 -48
  101. package/styles/drop-down-list/fabric.css +48 -48
  102. package/styles/drop-down-list/fluent-dark.css +105 -105
  103. package/styles/drop-down-list/fluent.css +105 -105
  104. package/styles/drop-down-list/fluent2.css +204 -204
  105. package/styles/drop-down-list/highcontrast-light.css +63 -63
  106. package/styles/drop-down-list/highcontrast.css +64 -64
  107. package/styles/drop-down-list/material-dark.css +96 -96
  108. package/styles/drop-down-list/material.css +100 -100
  109. package/styles/drop-down-list/material3-dark.css +235 -235
  110. package/styles/drop-down-list/material3.css +235 -235
  111. package/styles/drop-down-list/tailwind-dark.css +83 -83
  112. package/styles/drop-down-list/tailwind.css +83 -83
  113. package/styles/drop-down-list/tailwind3.css +186 -186
  114. package/styles/drop-down-tree/_all.bds.scss +1 -1
  115. package/styles/drop-down-tree/_all.bootstrap-dark.scss +1 -1
  116. package/styles/drop-down-tree/_all.bootstrap.scss +1 -1
  117. package/styles/drop-down-tree/_all.bootstrap4.scss +1 -1
  118. package/styles/drop-down-tree/_all.bootstrap5-dark.scss +1 -1
  119. package/styles/drop-down-tree/_all.bootstrap5.3.scss +1 -1
  120. package/styles/drop-down-tree/_all.bootstrap5.scss +1 -1
  121. package/styles/drop-down-tree/_all.fabric-dark.scss +1 -1
  122. package/styles/drop-down-tree/_all.fabric.scss +1 -1
  123. package/styles/drop-down-tree/_all.fluent-dark.scss +1 -1
  124. package/styles/drop-down-tree/_all.fluent.scss +1 -1
  125. package/styles/drop-down-tree/_all.fluent2.scss +1 -1
  126. package/styles/drop-down-tree/_all.highcontrast-light.scss +1 -1
  127. package/styles/drop-down-tree/_all.highcontrast.scss +1 -1
  128. package/styles/drop-down-tree/_all.material-dark.scss +1 -1
  129. package/styles/drop-down-tree/_all.material.scss +1 -1
  130. package/styles/drop-down-tree/_all.material3-dark.scss +1 -1
  131. package/styles/drop-down-tree/_all.material3.scss +1 -1
  132. package/styles/drop-down-tree/_all.tailwind-dark.scss +1 -1
  133. package/styles/drop-down-tree/_all.tailwind.scss +1 -1
  134. package/styles/drop-down-tree/_all.tailwind3.scss +1 -1
  135. package/styles/drop-down-tree/bds.css +56 -56
  136. package/styles/drop-down-tree/bootstrap-dark.css +33 -33
  137. package/styles/drop-down-tree/bootstrap.css +33 -33
  138. package/styles/drop-down-tree/bootstrap4.css +39 -39
  139. package/styles/drop-down-tree/bootstrap5-dark.css +40 -40
  140. package/styles/drop-down-tree/bootstrap5.3.css +124 -124
  141. package/styles/drop-down-tree/bootstrap5.css +40 -40
  142. package/styles/drop-down-tree/fabric-dark.css +33 -33
  143. package/styles/drop-down-tree/fabric.css +33 -33
  144. package/styles/drop-down-tree/fluent-dark.css +33 -33
  145. package/styles/drop-down-tree/fluent.css +33 -33
  146. package/styles/drop-down-tree/fluent2.css +122 -122
  147. package/styles/drop-down-tree/highcontrast-light.css +33 -33
  148. package/styles/drop-down-tree/highcontrast.css +42 -42
  149. package/styles/drop-down-tree/material-dark.css +33 -33
  150. package/styles/drop-down-tree/material.css +33 -33
  151. package/styles/drop-down-tree/material3-dark.css +115 -115
  152. package/styles/drop-down-tree/material3.css +117 -117
  153. package/styles/drop-down-tree/tailwind-dark.css +52 -52
  154. package/styles/drop-down-tree/tailwind.css +52 -52
  155. package/styles/drop-down-tree/tailwind3.css +107 -107
  156. package/styles/fabric-dark-lite.css +877 -877
  157. package/styles/fabric-dark.css +1274 -1274
  158. package/styles/fabric-lite.css +877 -877
  159. package/styles/fabric.css +1147 -1147
  160. package/styles/fluent-dark-lite.css +1765 -1765
  161. package/styles/fluent-dark.css +1718 -1718
  162. package/styles/fluent-lite.css +1765 -1765
  163. package/styles/fluent.css +1718 -1718
  164. package/styles/fluent2-lite.css +2081 -2081
  165. package/styles/fluent2.css +1703 -1703
  166. package/styles/highcontrast-light-lite.css +1412 -1412
  167. package/styles/highcontrast-light.css +1760 -1760
  168. package/styles/highcontrast-lite.css +1751 -1751
  169. package/styles/highcontrast.css +1768 -1768
  170. package/styles/list-box/_all.bds.scss +1 -1
  171. package/styles/list-box/_all.bootstrap-dark.scss +1 -1
  172. package/styles/list-box/_all.bootstrap.scss +1 -1
  173. package/styles/list-box/_all.bootstrap4.scss +1 -1
  174. package/styles/list-box/_all.bootstrap5-dark.scss +1 -1
  175. package/styles/list-box/_all.bootstrap5.3.scss +1 -1
  176. package/styles/list-box/_all.bootstrap5.scss +1 -1
  177. package/styles/list-box/_all.fabric-dark.scss +1 -1
  178. package/styles/list-box/_all.fabric.scss +1 -1
  179. package/styles/list-box/_all.fluent-dark.scss +1 -1
  180. package/styles/list-box/_all.fluent.scss +1 -1
  181. package/styles/list-box/_all.fluent2.scss +1 -1
  182. package/styles/list-box/_all.highcontrast-light.scss +1 -1
  183. package/styles/list-box/_all.highcontrast.scss +1 -1
  184. package/styles/list-box/_all.material-dark.scss +1 -1
  185. package/styles/list-box/_all.material.scss +1 -1
  186. package/styles/list-box/_all.material3-dark.scss +1 -1
  187. package/styles/list-box/_all.material3.scss +1 -1
  188. package/styles/list-box/_all.tailwind-dark.scss +1 -1
  189. package/styles/list-box/_all.tailwind.scss +1 -1
  190. package/styles/list-box/_all.tailwind3.scss +1 -1
  191. package/styles/list-box/bds.css +654 -654
  192. package/styles/list-box/bootstrap-dark.css +644 -644
  193. package/styles/list-box/bootstrap.css +649 -649
  194. package/styles/list-box/bootstrap4.css +649 -649
  195. package/styles/list-box/bootstrap5-dark.css +649 -649
  196. package/styles/list-box/bootstrap5.3.css +659 -659
  197. package/styles/list-box/bootstrap5.css +649 -649
  198. package/styles/list-box/fabric-dark.css +644 -644
  199. package/styles/list-box/fabric.css +649 -649
  200. package/styles/list-box/fluent-dark.css +649 -649
  201. package/styles/list-box/fluent.css +649 -649
  202. package/styles/list-box/fluent2.css +692 -692
  203. package/styles/list-box/highcontrast-light.css +644 -644
  204. package/styles/list-box/highcontrast.css +649 -649
  205. package/styles/list-box/material-dark.css +643 -643
  206. package/styles/list-box/material.css +648 -648
  207. package/styles/list-box/material3-dark.css +659 -659
  208. package/styles/list-box/material3.css +659 -659
  209. package/styles/list-box/tailwind-dark.css +640 -640
  210. package/styles/list-box/tailwind.css +640 -640
  211. package/styles/list-box/tailwind3.css +698 -698
  212. package/styles/material-dark-lite.css +1566 -1566
  213. package/styles/material-dark.css +2278 -2278
  214. package/styles/material-lite.css +1659 -1659
  215. package/styles/material.css +1921 -1921
  216. package/styles/material3-dark-lite.css +2644 -2644
  217. package/styles/material3-dark.css +2687 -2687
  218. package/styles/material3-lite.css +2663 -2663
  219. package/styles/material3.css +2684 -2684
  220. package/styles/multi-select/_all.bds.scss +1 -1
  221. package/styles/multi-select/_all.bootstrap-dark.scss +1 -1
  222. package/styles/multi-select/_all.bootstrap.scss +1 -1
  223. package/styles/multi-select/_all.bootstrap4.scss +1 -1
  224. package/styles/multi-select/_all.bootstrap5-dark.scss +1 -1
  225. package/styles/multi-select/_all.bootstrap5.3.scss +1 -1
  226. package/styles/multi-select/_all.bootstrap5.scss +1 -1
  227. package/styles/multi-select/_all.fabric-dark.scss +1 -1
  228. package/styles/multi-select/_all.fabric.scss +1 -1
  229. package/styles/multi-select/_all.fluent-dark.scss +1 -1
  230. package/styles/multi-select/_all.fluent.scss +1 -1
  231. package/styles/multi-select/_all.fluent2.scss +1 -1
  232. package/styles/multi-select/_all.highcontrast-light.scss +1 -1
  233. package/styles/multi-select/_all.highcontrast.scss +1 -1
  234. package/styles/multi-select/_all.material-dark.scss +1 -1
  235. package/styles/multi-select/_all.material.scss +1 -1
  236. package/styles/multi-select/_all.material3-dark.scss +1 -1
  237. package/styles/multi-select/_all.material3.scss +1 -1
  238. package/styles/multi-select/_all.tailwind-dark.scss +1 -1
  239. package/styles/multi-select/_all.tailwind.scss +1 -1
  240. package/styles/multi-select/_all.tailwind3.scss +1 -1
  241. package/styles/multi-select/bds.css +221 -221
  242. package/styles/multi-select/bootstrap-dark.css +231 -231
  243. package/styles/multi-select/bootstrap.css +224 -224
  244. package/styles/multi-select/bootstrap4.css +676 -676
  245. package/styles/multi-select/bootstrap5-dark.css +235 -235
  246. package/styles/multi-select/bootstrap5.3.css +336 -336
  247. package/styles/multi-select/bootstrap5.css +235 -235
  248. package/styles/multi-select/fabric-dark.css +225 -225
  249. package/styles/multi-select/fabric.css +220 -220
  250. package/styles/multi-select/fluent-dark.css +677 -677
  251. package/styles/multi-select/fluent.css +677 -677
  252. package/styles/multi-select/fluent2.css +959 -959
  253. package/styles/multi-select/highcontrast-light.css +789 -789
  254. package/styles/multi-select/highcontrast.css +793 -793
  255. package/styles/multi-select/material-dark.css +918 -918
  256. package/styles/multi-select/material.css +920 -920
  257. package/styles/multi-select/material3-dark.css +1330 -1330
  258. package/styles/multi-select/material3.css +1334 -1334
  259. package/styles/multi-select/tailwind-dark.css +217 -217
  260. package/styles/multi-select/tailwind.css +217 -217
  261. package/styles/multi-select/tailwind3.css +326 -326
  262. package/styles/tailwind-dark-lite.css +861 -861
  263. package/styles/tailwind-dark.css +1263 -1263
  264. package/styles/tailwind-lite.css +862 -862
  265. package/styles/tailwind.css +1263 -1263
  266. package/styles/tailwind3-lite.css +1114 -1114
  267. package/styles/tailwind3.css +2339 -2339
  268. package/tslint.json +111 -0
@@ -356,6 +356,14 @@
356
356
  content: "\eb05";
357
357
  }
358
358
 
359
+ .e-dropdownbase .e-list-item .e-list-icon {
360
+ padding: 0 16px 0 0;
361
+ }
362
+
363
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
364
+ padding: 0 12px 0 0;
365
+ }
366
+
359
367
  .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
360
368
  padding: 1px 0;
361
369
  }
@@ -370,1343 +378,1335 @@
370
378
  padding: 0;
371
379
  }
372
380
 
373
- .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
374
- color: #fff;
381
+ .e-multi-select-wrapper {
382
+ -webkit-box-sizing: border-box;
383
+ box-sizing: border-box;
384
+ cursor: text;
385
+ line-height: normal;
386
+ min-height: 30px;
387
+ padding: 0 32px 0 0;
388
+ position: relative;
389
+ -webkit-user-select: none;
390
+ -moz-user-select: none;
391
+ -ms-user-select: none;
392
+ user-select: none;
393
+ width: 100%;
375
394
  }
376
-
377
- .e-multi-select-wrapper .e-chips.e-chip-selected {
378
- background-color: #424242;
395
+ .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
396
+ height: 27px;
397
+ vertical-align: middle;
379
398
  }
380
-
381
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
382
- background-color: rgba(255, 255, 255, 0.1);
399
+ .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
400
+ height: 100%;
401
+ min-height: 100%;
383
402
  }
384
-
385
- .e-multiselect {
403
+ .e-multi-select-wrapper .e-delim-view {
404
+ white-space: nowrap;
405
+ }
406
+ .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 {
386
407
  -webkit-box-sizing: border-box;
387
408
  box-sizing: border-box;
409
+ display: inline-block;
410
+ overflow: hidden;
411
+ text-overflow: ellipsis;
388
412
  }
389
-
390
- /* stylelint-disable property-no-vendor-prefix */
391
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
392
- -webkit-text-fill-color: #fff;
413
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
393
414
  color: #fff;
394
- font-family: inherit;
395
- font-size: 13px;
415
+ font-size: 16px;
416
+ left: 12px;
417
+ top: 0;
396
418
  }
397
-
398
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
419
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
420
+ background-color: #3f51b5;
399
421
  color: #fff;
422
+ padding: 12px 4px 11px 0;
400
423
  }
401
-
402
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
403
- color: #fff;
424
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
425
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
426
+ width: 0;
404
427
  }
405
-
406
- .e-multi-select-wrapper .e-chips {
407
- background-color: #424242;
408
- border-radius: 16px;
409
- height: 24px;
428
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
429
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
430
+ height: 1px;
431
+ min-height: 1px;
410
432
  }
411
-
412
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
413
- background-color: rgba(255, 255, 255, 0.1);
433
+ .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
434
+ max-width: 100%;
414
435
  }
415
436
 
416
- .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
417
- color: #fff;
437
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
438
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
439
+ display: -webkit-box;
440
+ display: -ms-flexbox;
441
+ display: flex;
442
+ float: left;
443
+ width: auto;
418
444
  }
419
-
420
- .e-multi-select-wrapper .e-chips .e-chips-close::before {
421
- -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
422
- color: rgba(255, 255, 255, 0.7);
423
- font-size: 16px;
445
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
446
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
447
+ display: -webkit-inline-box;
448
+ display: -ms-inline-flexbox;
449
+ display: inline-flex;
450
+ float: none;
424
451
  }
425
-
426
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
427
- background-color: #3f51b5;
428
- border-radius: 2px;
429
- color: #fff;
430
- height: 40px;
431
- line-height: 40px;
452
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
453
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
454
+ width: 0;
432
455
  }
433
-
434
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
435
- color: #fff;
456
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
457
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
458
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
459
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
460
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
461
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
462
+ display: none;
436
463
  }
437
-
438
- .e-multi-select-wrapper .e-chips.e-mob-chip {
439
- height: 28px;
464
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
465
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
466
+ padding: 0 48px 0 0;
440
467
  }
441
-
442
- .e-popup.e-multi-select-list-wrapper {
443
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
444
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
445
- -webkit-box-sizing: content-box;
446
- box-sizing: content-box;
447
- overflow: initial;
468
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
469
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
470
+ -webkit-box-align: center;
471
+ -ms-flex-align: center;
472
+ align-items: center;
473
+ display: inline;
474
+ max-width: 100%;
475
+ word-break: break-word;
448
476
  }
449
-
450
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
451
- border-bottom: 1px solid transparent;
452
- border-left: 1px solid #424242;
453
- border-right: 1px solid #424242;
454
- border-top: 1px solid #fff;
477
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
478
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
479
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
480
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
481
+ -webkit-box-align: center;
482
+ -ms-flex-align: center;
483
+ align-items: center;
484
+ cursor: pointer;
485
+ display: none;
486
+ -webkit-box-orient: horizontal;
487
+ -webkit-box-direction: normal;
488
+ -ms-flex-direction: row;
489
+ flex-direction: row;
490
+ margin-top: -2.5em;
491
+ outline: 0;
492
+ padding: 0;
493
+ position: absolute;
494
+ right: 5px;
495
+ top: 100%;
455
496
  }
456
-
457
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
458
- background-color: transparent;
459
- border-color: transparent;
460
- color: #fff;
497
+ .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
498
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
499
+ .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
500
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
501
+ display: -webkit-box;
502
+ display: -ms-flexbox;
503
+ display: flex;
461
504
  }
462
-
463
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
464
- background-color: transparent;
465
- border-color: transparent;
466
- color: #fff;
505
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
506
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
507
+ margin-right: 0;
508
+ margin-top: -2.1em;
509
+ right: 0;
467
510
  }
468
-
469
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
470
- color: #fff;
511
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
512
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
513
+ top: -1px;
471
514
  }
472
-
473
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
474
- color: #fff;
515
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
516
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
517
+ font-size: 10px;
518
+ height: 24px;
519
+ width: 24px;
475
520
  }
476
521
 
477
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
478
- background-color: rgba(255, 255, 255, 0.1);
522
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
523
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
524
+ float: right;
479
525
  }
480
-
481
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
482
- background-color: rgba(255, 255, 255, 0.1);
526
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
527
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
528
+ float: none;
483
529
  }
484
-
485
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
486
- border-bottom: 1px solid transparent;
487
- border-top: 1px solid transparent;
530
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
531
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
532
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
533
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
534
+ left: 0;
535
+ right: auto;
488
536
  }
489
-
490
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
491
- border-bottom: 1px solid transparent;
537
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
538
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
539
+ padding: 0 0 0 48px;
492
540
  }
493
541
 
494
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
495
- border-top: 1px solid transparent;
542
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
543
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
544
+ opacity: 0.7;
545
+ pointer-events: none;
496
546
  }
497
547
 
498
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
499
- background-color: #424242;
500
- -webkit-box-shadow: none;
501
- box-shadow: none;
502
- color: #00b0ff;
503
- border: 1px solid transparent;
548
+ .e-multiselect.e-input-group,
549
+ .e-multiselect.e-float-input {
550
+ word-wrap: initial;
504
551
  }
505
552
 
506
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
507
- background-color: #424242;
508
- -webkit-box-shadow: none;
509
- box-shadow: none;
510
- color: #00b0ff;
511
- border: 1px solid transparent;
553
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
554
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
555
+ top: 15px;
512
556
  }
513
557
 
514
- .e-popup.e-multi-select-list-wrapper .e-list-item {
515
- border: 1px solid transparent;
558
+ .e-multi-select-wrapper.e-close-icon-hide {
559
+ padding-right: 0;
516
560
  }
517
561
 
518
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
519
- border: 1px solid transparent;
562
+ .e-multi-select-wrapper .e-chips-collection {
563
+ cursor: default;
564
+ display: block;
520
565
  }
521
566
 
522
- .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
523
- color: rgba(255, 255, 255, 0.42);
567
+ .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
568
+ margin-right: 30px;
524
569
  }
525
570
 
526
- .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
527
- color: rgba(255, 255, 255, 0.42);
571
+ .e-multi-select-wrapper .e-multi-hidden {
572
+ border: 0;
573
+ height: 0;
574
+ position: absolute;
575
+ visibility: hidden;
576
+ width: 0;
528
577
  }
529
578
 
530
- .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
531
- color: rgba(255, 255, 255, 0.42);
579
+ .e-multi-select-wrapper .e-chips {
580
+ -webkit-box-align: center;
581
+ -ms-flex-align: center;
582
+ align-items: center;
583
+ display: -webkit-inline-box;
584
+ display: -ms-inline-flexbox;
585
+ display: inline-flex;
586
+ float: left;
587
+ margin: 0 8px 6px 0;
588
+ max-width: 100%;
589
+ overflow: hidden;
590
+ padding: 0 4px 0 8px;
591
+ text-overflow: ellipsis;
592
+ white-space: nowrap;
532
593
  }
533
594
 
534
- .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
535
- color: rgba(255, 255, 255, 0.42);
595
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
596
+ max-width: 100%;
597
+ overflow: hidden;
598
+ padding: 0 4px 0 0;
599
+ text-indent: 0;
600
+ text-overflow: ellipsis;
601
+ white-space: nowrap;
536
602
  }
537
603
 
538
- .e-ul.e-reorder {
539
- border-bottom: 1px solid rgba(255, 255, 255, 0.12);
604
+ .e-multi-select-wrapper.e-delimiter .e-searcher {
605
+ display: inline-block;
606
+ float: none;
540
607
  }
541
608
 
542
- .e-multi-select-list-wrapper .e-selectall-parent {
543
- border-bottom: 1px solid rgba(255, 255, 255, 0.12);
609
+ .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
610
+ padding: 8px 4px 8px 0;
544
611
  }
545
612
 
546
- .e-multi-select-wrapper .e-delim-values {
547
- -webkit-text-fill-color: #fff;
548
- color: #fff;
613
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
614
+ padding: 8px 0 8px 4px;
549
615
  }
550
616
 
551
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
552
- color: #fff;
617
+ .e-multi-select-wrapper .e-chips-close {
618
+ -ms-flex-item-align: center;
619
+ align-self: center;
620
+ display: -webkit-box;
621
+ display: -ms-flexbox;
622
+ display: flex;
623
+ float: right;
624
+ font-family: "e-icons";
625
+ height: 16px;
626
+ margin: 0 0 0;
627
+ width: 16px;
553
628
  }
554
629
 
555
- .e-small .e-multi-select-wrapper .e-chips {
556
- height: 20px;
630
+ .e-rtl .e-multi-select-wrapper .e-chips-close {
631
+ margin: 0 0 0;
557
632
  }
558
633
 
559
- .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
560
- font-size: 12px;
634
+ .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
635
+ margin: 3px 0 0;
561
636
  }
562
637
 
563
- .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
564
- font-size: 14px;
638
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
639
+ cursor: default;
640
+ font-size: 10px;
641
+ height: 24px;
642
+ margin-top: -2.5em;
643
+ position: absolute;
644
+ right: 5px;
645
+ width: 24px;
646
+ top: 100%;
565
647
  }
566
648
 
567
- .e-small .e-multi-select-wrapper .e-close-hooker::before {
568
- left: 6px;
649
+ .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
650
+ .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
651
+ .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
652
+ right: 22px;
569
653
  }
570
654
 
571
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
572
- background-color: #424242;
655
+ .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
656
+ left: 22px;
657
+ right: auto;
573
658
  }
574
659
 
575
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
576
- background-color: #424242;
660
+ .e-multi-select-wrapper input[type=text] {
661
+ background: none;
662
+ border: 0;
663
+ font-family: inherit;
664
+ font-size: 13px;
665
+ font-weight: normal;
666
+ height: 28px;
667
+ min-height: 28px;
668
+ outline: none;
669
+ padding: 4px 0 4px 0;
670
+ text-indent: 0;
577
671
  }
578
672
 
579
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
580
- background-color: #616161;
673
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
674
+ background: none;
675
+ border: 0;
676
+ color: inherit;
677
+ font-family: inherit;
678
+ font-size: 14px;
679
+ font-weight: normal;
680
+ height: 28px;
681
+ min-height: 28px;
682
+ outline: none;
683
+ padding: 0;
684
+ text-indent: 0;
581
685
  }
582
686
 
583
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
584
- background-color: #616161;
687
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
688
+ padding: 5px;
585
689
  }
586
690
 
587
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
588
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
589
- background-color: rgb(198.5, 198.5, 198.5);
691
+ /* stylelint-disable property-no-vendor-prefix */
692
+ .e-multi-select-wrapper input[type=text]::-ms-clear {
693
+ display: none;
590
694
  }
591
695
 
592
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
593
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
594
- background-color: rgb(198.5, 198.5, 198.5);
696
+ .e-multi-select-wrapper .e-searcher {
697
+ display: block;
698
+ float: left;
699
+ width: auto;
595
700
  }
596
701
 
597
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
598
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
599
- color: #fff;
702
+ .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
703
+ width: calc(100% - 32px);
600
704
  }
601
705
 
602
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
603
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
604
- color: #fff;
706
+ .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
707
+ .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
708
+ width: calc(100% - 30px);
605
709
  }
606
710
 
607
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
608
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
609
- color: #fff;
711
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
712
+ width: calc(100% - 32px);
610
713
  }
611
714
 
612
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
613
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
614
- color: rgba(255, 255, 255, 0.87);
715
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
716
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
717
+ width: calc(100% - 30px);
615
718
  }
616
719
 
617
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
618
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
619
- color: rgba(255, 255, 255, 0.7);
720
+ .e-multi-select-wrapper .e-delim-values {
721
+ font-family: inherit;
722
+ font-size: 14px;
723
+ line-height: 28px;
724
+ max-width: 100%;
725
+ padding-left: 0;
726
+ padding-right: 6px;
727
+ vertical-align: middle;
620
728
  }
621
729
 
622
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
623
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
624
- color: #fff;
730
+ .e-multi-select-list-wrapper .e-hide-listitem,
731
+ .e-multi-select-list-wrapper .e-hide-group-header {
732
+ display: none;
625
733
  }
626
734
 
627
- .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
628
- .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
629
- color: rgba(255, 255, 255, 0.87);
735
+ .e-multi-select-wrapper .e-delim-values .e-remain {
736
+ color: rgba(255, 255, 255, 0.7);
737
+ cursor: pointer;
738
+ display: inline-block;
739
+ font-size: 13px;
740
+ padding-left: 16px;
630
741
  }
631
742
 
632
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
633
- .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
634
- color: rgba(0, 0, 0, 0.6);
743
+ .e-multiselect.e-disabled .e-multi-select-wrapper,
744
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
745
+ cursor: not-allowed;
635
746
  }
636
747
 
637
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
638
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
639
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
640
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
641
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
642
- color: rgba(0, 0, 0, 0.38);
748
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
749
+ height: 40px;
750
+ left: 0;
751
+ margin: 0 0 0 0;
752
+ margin-left: auto;
753
+ position: relative;
754
+ top: 0;
755
+ width: 40px;
643
756
  }
644
757
 
645
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
646
- -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
647
- color: rgba(255, 255, 255, 0.3);
758
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
759
+ -ms-flex-item-align: center;
760
+ align-self: center;
761
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
762
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
763
+ display: -webkit-inline-box;
764
+ display: -ms-inline-flexbox;
765
+ display: inline-flex;
766
+ padding: 0 0 0 16px;
767
+ width: 92%;
648
768
  }
649
769
 
650
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
651
- background-color: #f5f5f5;
770
+ .e-multi-select-wrapper .e-ddl-disable-icon::before {
771
+ content: "";
652
772
  }
653
773
 
654
- .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
655
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
656
- background-color: #3f51b5;
657
- border-radius: 4px;
658
- -webkit-box-sizing: border-box;
659
- box-sizing: border-box;
660
- color: #fff;
661
- height: 40px;
662
- line-height: 40px;
663
- margin-left: 0;
664
- margin-right: 0;
665
- width: 100%;
774
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
775
+ float: none;
666
776
  }
667
777
 
668
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
669
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
670
- width: 33px;
778
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
779
+ padding-left: 0;
671
780
  }
672
-
673
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
674
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
675
- color: #fff;
781
+ .e-multiselect.e-rtl .e-multi-select-wrapper {
782
+ padding: 0 2px 0 32px;
676
783
  }
677
-
678
- .e-dropdownbase .e-list-item .e-list-icon {
679
- padding: 0 16px 0 0;
680
- }
681
-
682
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
683
- padding: 0 12px 0 0;
784
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
785
+ left: -12px;
684
786
  }
685
-
686
- .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
687
- padding: 1px 0;
787
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
788
+ margin: 0;
789
+ margin-right: auto;
688
790
  }
689
-
690
- .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
691
- .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
692
- padding: 0;
791
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
792
+ float: right;
693
793
  }
694
-
695
- .e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
696
- .e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
697
- padding: 0;
794
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
795
+ float: right;
796
+ margin: 0 0 8px 8px;
797
+ padding: 0 8px 0 4px;
698
798
  }
699
-
700
- .e-multi-select-wrapper {
701
- -webkit-box-sizing: border-box;
702
- box-sizing: border-box;
703
- cursor: text;
704
- line-height: normal;
705
- min-height: 30px;
706
- padding: 0 32px 0 0;
707
- position: relative;
708
- -webkit-user-select: none;
709
- -moz-user-select: none;
710
- -ms-user-select: none;
711
- user-select: none;
712
- width: 100%;
799
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
800
+ padding: 5px 4px;
713
801
  }
714
- .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
715
- height: 27px;
716
- vertical-align: middle;
802
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
803
+ float: left;
717
804
  }
718
- .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
719
- height: 100%;
720
- min-height: 100%;
805
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
806
+ left: 0;
721
807
  }
722
- .e-multi-select-wrapper .e-delim-view {
723
- white-space: nowrap;
808
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
809
+ padding: 0 4px 0 8px;
724
810
  }
725
- .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 {
726
- -webkit-box-sizing: border-box;
727
- box-sizing: border-box;
728
- display: inline-block;
729
- overflow: hidden;
730
- text-overflow: ellipsis;
811
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
812
+ padding: 8px 4px;
731
813
  }
732
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
733
- color: #fff;
734
- font-size: 16px;
735
- left: 12px;
736
- top: 0;
814
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
815
+ padding: 0 8px 0 4px;
737
816
  }
738
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
739
- background-color: #3f51b5;
740
- color: #fff;
741
- padding: 12px 4px 11px 0;
817
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
818
+ padding: 12px 4px;
742
819
  }
743
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
744
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
745
- width: 0;
820
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
821
+ left: 22px;
822
+ position: absolute;
823
+ right: auto;
746
824
  }
747
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
748
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
749
- height: 1px;
750
- min-height: 1px;
825
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
826
+ left: -4px;
751
827
  }
752
- .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
753
- max-width: 100%;
828
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
829
+ padding-right: 16px;
754
830
  }
755
831
 
756
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
757
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
758
- display: -webkit-box;
759
- display: -ms-flexbox;
760
- display: flex;
761
- float: left;
762
- width: auto;
763
- }
764
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
765
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
766
- display: -webkit-inline-box;
767
- display: -ms-inline-flexbox;
768
- display: inline-flex;
769
- float: none;
770
- }
771
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
772
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
773
- width: 0;
832
+ .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
833
+ left: 19px;
774
834
  }
775
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
776
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
777
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
778
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
779
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
780
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
781
- display: none;
835
+
836
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
837
+ left: -7px;
782
838
  }
783
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
784
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
785
- padding: 0 48px 0 0;
839
+
840
+ .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
841
+ bottom: 1px;
842
+ margin-right: 10px;
843
+ position: relative;
844
+ text-indent: 0;
845
+ vertical-align: middle;
786
846
  }
787
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
788
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
789
- -webkit-box-align: center;
790
- -ms-flex-align: center;
791
- align-items: center;
792
- display: inline;
793
- max-width: 100%;
794
- word-break: break-word;
847
+
848
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
849
+ padding-left: 14px;
795
850
  }
796
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
797
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
798
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
799
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
800
- -webkit-box-align: center;
801
- -ms-flex-align: center;
802
- align-items: center;
803
- cursor: pointer;
804
- display: none;
805
- -webkit-box-orient: horizontal;
806
- -webkit-box-direction: normal;
807
- -ms-flex-direction: row;
808
- flex-direction: row;
809
- margin-top: -2.5em;
810
- outline: 0;
811
- padding: 0;
812
- position: absolute;
813
- right: 5px;
814
- top: 100%;
851
+
852
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
853
+ padding-right: 25px;
815
854
  }
816
- .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
817
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
818
- .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
819
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
820
- display: -webkit-box;
821
- display: -ms-flexbox;
822
- display: flex;
855
+
856
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
857
+ bottom: 1px;
858
+ margin-right: 10px;
859
+ position: relative;
860
+ text-indent: 0;
861
+ vertical-align: middle;
823
862
  }
824
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
825
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
863
+
864
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
865
+ margin-left: 12px;
826
866
  margin-right: 0;
827
- margin-top: -2.1em;
828
- right: 0;
829
- }
830
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
831
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
832
- top: -1px;
833
- }
834
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
835
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
836
- font-size: 10px;
837
- height: 24px;
838
- width: 24px;
839
867
  }
840
868
 
841
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
842
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
843
- float: right;
844
- }
845
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
846
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
847
- float: none;
848
- }
849
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
850
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
851
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
852
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
853
- left: 0;
854
- right: auto;
869
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
870
+ margin-left: 12px;
871
+ margin-right: 0;
855
872
  }
856
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
857
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
858
- padding: 0 0 0 48px;
873
+
874
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
875
+ padding-right: 0;
859
876
  }
860
877
 
861
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
862
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
863
- opacity: 0.7;
864
- pointer-events: none;
878
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
879
+ padding-right: 15px;
865
880
  }
866
881
 
867
- .e-multiselect.e-input-group,
868
- .e-multiselect.e-float-input {
869
- word-wrap: initial;
882
+ .e-multi-select-list-wrapper .e-selectall-parent {
883
+ cursor: pointer;
884
+ display: block;
885
+ line-height: 36px;
886
+ overflow: hidden;
887
+ text-overflow: ellipsis;
888
+ padding-right: 16px;
889
+ position: relative;
890
+ text-indent: 17px;
891
+ white-space: nowrap;
892
+ width: 100%;
870
893
  }
871
894
 
872
- .e-multiselect.e-input-group .e-searcher .e-label-top,
873
- .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
874
- top: 15px;
895
+ .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
896
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
897
+ padding-left: 16px;
898
+ padding-right: 15px;
875
899
  }
876
900
 
877
- .e-multi-select-wrapper.e-close-icon-hide {
878
- padding-right: 0;
901
+ .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
902
+ color: #fff;
903
+ font-family: inherit;
904
+ font-size: 14px;
879
905
  }
880
906
 
881
- .e-multi-select-wrapper .e-chips-collection {
882
- cursor: default;
883
- display: block;
907
+ .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
908
+ bottom: 1px;
909
+ margin-right: 10px;
910
+ position: relative;
911
+ text-indent: 0;
912
+ vertical-align: middle;
884
913
  }
885
914
 
886
- .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
887
- margin-right: 30px;
915
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
916
+ margin-left: 12px;
917
+ margin-right: 0;
888
918
  }
889
919
 
890
- .e-multi-select-wrapper .e-multi-hidden {
891
- border: 0;
892
- height: 0;
893
- position: absolute;
894
- visibility: hidden;
895
- width: 0;
920
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
921
+ float: right;
922
+ margin-top: 6px;
896
923
  }
897
924
 
898
- .e-multi-select-wrapper .e-chips {
899
- -webkit-box-align: center;
900
- -ms-flex-align: center;
901
- align-items: center;
902
- display: -webkit-inline-box;
903
- display: -ms-inline-flexbox;
904
- display: inline-flex;
925
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
905
926
  float: left;
906
- margin: 0 8px 6px 0;
907
- max-width: 100%;
908
- overflow: hidden;
909
- padding: 0 4px 0 8px;
910
- text-overflow: ellipsis;
911
- white-space: nowrap;
912
927
  }
913
928
 
914
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
915
- max-width: 100%;
916
- overflow: hidden;
917
- padding: 0 4px 0 0;
918
- text-indent: 0;
919
- text-overflow: ellipsis;
920
- white-space: nowrap;
929
+ .e-multiselect .e-ddl-icon::before {
930
+ -webkit-transform: rotate(0deg);
931
+ transform: rotate(0deg);
932
+ -webkit-transition: -webkit-transform 300ms ease;
933
+ transition: -webkit-transform 300ms ease;
934
+ transition: transform 300ms ease;
935
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
936
+ }
937
+
938
+ .e-multiselect.e-icon-anim .e-ddl-icon::before {
939
+ -webkit-transform: rotate(180deg);
940
+ transform: rotate(180deg);
941
+ -webkit-transition: -webkit-transform 300ms ease;
942
+ transition: -webkit-transform 300ms ease;
943
+ transition: transform 300ms ease;
944
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
921
945
  }
922
946
 
923
- .e-multi-select-wrapper.e-delimiter .e-searcher {
924
- display: inline-block;
925
- float: none;
947
+ .e-multiselect.e-checkbox .e-multi-select-wrapper,
948
+ .e-multiselect .e-multi-select-wrapper.e-down-icon {
949
+ padding: 0;
926
950
  }
927
951
 
928
- .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
929
- padding: 8px 4px 8px 0;
952
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
953
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
954
+ padding: 8px;
930
955
  }
931
956
 
932
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
933
- padding: 8px 0 8px 4px;
957
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
958
+ padding-left: 8px;
959
+ padding-right: 8px;
934
960
  }
935
961
 
936
- .e-multi-select-wrapper .e-chips-close {
937
- -ms-flex-item-align: center;
938
- align-self: center;
939
- display: -webkit-box;
940
- display: -ms-flexbox;
941
- display: flex;
942
- float: right;
943
- font-family: "e-icons";
944
- height: 16px;
945
- margin: 0 0 0;
946
- width: 16px;
962
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
963
+ padding: 0 8px;
947
964
  }
948
965
 
949
- .e-rtl .e-multi-select-wrapper .e-chips-close {
950
- margin: 0 0 0;
966
+ .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
967
+ line-height: 20px;
968
+ padding-left: 10px;
951
969
  }
952
970
 
953
- .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
954
- margin: 3px 0 0;
971
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
972
+ .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
973
+ opacity: 0.3;
955
974
  }
956
975
 
957
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
958
- cursor: default;
959
- font-size: 10px;
960
- height: 24px;
961
- margin-top: -2.5em;
962
- position: absolute;
963
- right: 5px;
964
- width: 24px;
965
- top: 100%;
976
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
977
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
978
+ opacity: 0.7;
966
979
  }
967
980
 
968
- .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
969
- .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
970
- .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
971
- right: 22px;
981
+ .e-multi-select-wrapper input[readonly=true] {
982
+ pointer-events: none;
972
983
  }
973
984
 
974
- .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
975
- left: 22px;
976
- right: auto;
985
+ .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
986
+ pointer-events: none;
977
987
  }
978
988
 
979
- .e-multi-select-wrapper input[type=text] {
980
- background: none;
981
- border: 0;
982
- font-family: inherit;
983
- font-size: 13px;
984
- font-weight: normal;
985
- height: 28px;
986
- min-height: 28px;
987
- outline: none;
988
- padding: 4px 0 4px 0;
989
- text-indent: 0;
989
+ ejs-multiselect {
990
+ display: block;
990
991
  }
991
992
 
992
- .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
993
- background: none;
994
- border: 0;
995
- color: inherit;
996
- font-family: inherit;
997
- font-size: 14px;
998
- font-weight: normal;
999
- height: 28px;
1000
- min-height: 28px;
1001
- outline: none;
1002
- padding: 0;
1003
- text-indent: 0;
993
+ .e-small.e-multi-select-list-wrapper .e-selectall-parent,
994
+ .e-small .e-multi-select-list-wrapper .e-selectall-parent {
995
+ line-height: 26px;
1004
996
  }
1005
997
 
1006
- .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
1007
- padding: 5px;
998
+ .e-small .e-multi-select-wrapper .e-chips-close {
999
+ height: 14px;
1000
+ width: 14px;
1008
1001
  }
1009
1002
 
1010
- /* stylelint-disable property-no-vendor-prefix */
1011
- .e-multi-select-wrapper input[type=text]::-ms-clear {
1012
- display: none;
1003
+ .e-small .e-multi-select-wrapper {
1004
+ min-height: 24px;
1013
1005
  }
1014
1006
 
1015
- .e-multi-select-wrapper .e-searcher {
1016
- display: block;
1017
- float: left;
1018
- width: auto;
1007
+ .e-small .e-multi-select-wrapper input[type=text] {
1008
+ height: 26px;
1009
+ min-height: 26px;
1019
1010
  }
1020
1011
 
1021
- .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1022
- width: calc(100% - 32px);
1012
+ .e-small .e-multi-select-wrapper .e-delim-values {
1013
+ font-size: 12px;
1014
+ line-height: 26px;
1023
1015
  }
1024
1016
 
1025
- .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1026
- .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1027
- width: calc(100% - 30px);
1017
+ .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1018
+ .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1019
+ margin-top: -2.5em;
1028
1020
  }
1029
1021
 
1030
- .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1031
- width: calc(100% - 32px);
1022
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1023
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1024
+ margin-top: -1.8em;
1032
1025
  }
1033
1026
 
1034
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1035
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1036
- width: calc(100% - 30px);
1027
+ .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
1028
+ background-size: 300px 33px;
1029
+ min-height: 33px;
1037
1030
  }
1038
1031
 
1039
- .e-multi-select-wrapper .e-delim-values {
1040
- font-family: inherit;
1041
- font-size: 14px;
1042
- line-height: 28px;
1043
- max-width: 100%;
1044
- padding-left: 0;
1045
- padding-right: 6px;
1046
- vertical-align: middle;
1032
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1033
+ color: inherit;
1034
+ font-size: inherit;
1035
+ min-height: 34px;
1036
+ padding: 8px 12px 9px;
1047
1037
  }
1048
1038
 
1049
- .e-multi-select-list-wrapper .e-hide-listitem,
1050
- .e-multi-select-list-wrapper .e-hide-group-header {
1051
- display: none;
1039
+ .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1040
+ padding: 8px 12px 9px;
1052
1041
  }
1053
1042
 
1054
- .e-multi-select-wrapper .e-delim-values .e-remain {
1055
- color: rgba(255, 255, 255, 0.7);
1056
- cursor: pointer;
1057
- display: inline-block;
1058
- font-size: 13px;
1059
- padding-left: 16px;
1043
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1044
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1045
+ font-size: inherit;
1046
+ min-height: 30px;
1047
+ padding: 7px 10px;
1060
1048
  }
1061
1049
 
1062
- .e-multiselect.e-disabled .e-multi-select-wrapper,
1063
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
1064
- cursor: not-allowed;
1050
+ .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1051
+ .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1052
+ padding: 7px 10px;
1065
1053
  }
1066
1054
 
1067
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1068
- height: 40px;
1069
- left: 0;
1070
- margin: 0 0 0 0;
1071
- margin-left: auto;
1072
- position: relative;
1073
- top: 0;
1074
- width: 40px;
1055
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1056
+ min-height: 30px;
1057
+ padding: 3px 38px 1px 0;
1075
1058
  }
1076
1059
 
1077
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1078
- -ms-flex-item-align: center;
1079
- align-self: center;
1080
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1081
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1082
- display: -webkit-inline-box;
1083
- display: -ms-inline-flexbox;
1084
- display: inline-flex;
1085
- padding: 0 0 0 16px;
1086
- width: 92%;
1060
+ .e-multiselect.e-outline .e-multi-select-wrapper {
1061
+ min-height: 34px;
1062
+ padding: 3px 38px 1px 0;
1087
1063
  }
1088
1064
 
1089
- .e-multi-select-wrapper .e-ddl-disable-icon::before {
1090
- content: "";
1065
+ .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1066
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
1067
+ padding-right: 0;
1091
1068
  }
1092
1069
 
1093
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
1094
- float: none;
1070
+ .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1071
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1072
+ .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1073
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1074
+ .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1075
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1076
+ .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1077
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1078
+ .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1079
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
1080
+ padding-left: 0;
1095
1081
  }
1096
1082
 
1097
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
1098
- padding-left: 0;
1083
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
1084
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
1085
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
1086
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
1087
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1088
+ padding: 3px 0 1px 38px;
1099
1089
  }
1100
- .e-multiselect.e-rtl .e-multi-select-wrapper {
1101
- padding: 0 2px 0 32px;
1090
+
1091
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1092
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1093
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1094
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1095
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
1096
+ padding-left: 0;
1102
1097
  }
1103
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1104
- left: -12px;
1098
+
1099
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1100
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1101
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
1102
+ padding-right: 0;
1105
1103
  }
1106
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1107
- margin: 0;
1108
- margin-right: auto;
1104
+
1105
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
1106
+ height: 34px;
1109
1107
  }
1110
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
1111
- float: right;
1108
+
1109
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
1110
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
1111
+ height: 30px;
1112
1112
  }
1113
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
1114
- float: right;
1115
- margin: 0 0 8px 8px;
1116
- padding: 0 8px 0 4px;
1113
+
1114
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1115
+ font-size: 14px;
1116
+ line-height: 34px;
1117
+ padding: 0 0 0 12px;
1117
1118
  }
1118
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
1119
- padding: 5px 4px;
1119
+
1120
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1121
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1122
+ font-size: 13px;
1123
+ line-height: 30px;
1124
+ padding: 0 0 0 8px;
1120
1125
  }
1121
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
1122
- float: left;
1126
+
1127
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1128
+ padding: 0 12px 0 0;
1123
1129
  }
1124
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
1125
- left: 0;
1130
+
1131
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1132
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1133
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1134
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1135
+ .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1136
+ .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1137
+ padding: 0 8px 0 0;
1126
1138
  }
1127
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
1128
- padding: 0 4px 0 8px;
1139
+
1140
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1141
+ height: 26px;
1142
+ margin: 4px 0 4px 8px;
1143
+ padding: 0 8px;
1129
1144
  }
1130
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
1131
- padding: 8px 4px;
1145
+
1146
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
1147
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1148
+ margin: 4px 8px 4px 0;
1132
1149
  }
1133
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1134
- padding: 0 8px 0 4px;
1150
+
1151
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
1152
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1153
+ height: 24px;
1154
+ padding: 0 8px;
1135
1155
  }
1136
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1137
- padding: 12px 4px;
1156
+
1157
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1158
+ padding: 0 8px 0 0;
1138
1159
  }
1139
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1140
- left: 22px;
1141
- position: absolute;
1142
- right: auto;
1160
+
1161
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1162
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1163
+ padding: 0 0 0 8px;
1143
1164
  }
1144
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
1145
- left: -4px;
1165
+
1166
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1167
+ font-size: 13px;
1146
1168
  }
1147
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
1148
- padding-right: 16px;
1169
+
1170
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1171
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1172
+ font-size: 12px;
1149
1173
  }
1150
1174
 
1151
- .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
1152
- left: 19px;
1175
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1176
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1177
+ -webkit-box-align: normal;
1178
+ -ms-flex-align: normal;
1179
+ align-items: normal;
1153
1180
  }
1154
1181
 
1155
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
1156
- left: -7px;
1182
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1183
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1184
+ font-size: 14px;
1157
1185
  }
1158
1186
 
1159
- .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
1160
- bottom: 1px;
1161
- margin-right: 10px;
1162
- position: relative;
1163
- text-indent: 0;
1164
- vertical-align: middle;
1187
+ .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1188
+ .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1189
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1190
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1191
+ font-size: 13px;
1165
1192
  }
1166
1193
 
1167
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
1168
- padding-left: 14px;
1194
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
1195
+ padding: 0 12px 0 8px;
1169
1196
  }
1170
1197
 
1171
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
1172
- padding-right: 25px;
1198
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper {
1199
+ padding: 0;
1173
1200
  }
1174
1201
 
1175
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
1176
- bottom: 1px;
1177
- margin-right: 10px;
1178
- position: relative;
1179
- text-indent: 0;
1180
- vertical-align: middle;
1202
+ .e-filled.e-float-input .e-multi-select-wrapper {
1203
+ padding: 11px 12px 0;
1181
1204
  }
1182
1205
 
1183
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
1184
- margin-left: 12px;
1185
- margin-right: 0;
1206
+ .e-small.e-filled.e-float-input .e-multi-select-wrapper,
1207
+ .e-small .e-filled.e-float-input .e-multi-select-wrapper {
1208
+ padding: 12px 12px 0 8px;
1186
1209
  }
1187
1210
 
1188
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
1189
- margin-left: 12px;
1190
- margin-right: 0;
1211
+ .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1212
+ .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
1213
+ padding: 0;
1191
1214
  }
1192
1215
 
1193
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
1194
- padding-right: 0;
1216
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1217
+ min-height: 39px;
1218
+ padding-right: 10px;
1195
1219
  }
1196
1220
 
1197
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
1198
- padding-right: 15px;
1221
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1222
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1223
+ min-height: 32px;
1199
1224
  }
1200
1225
 
1201
- .e-multi-select-list-wrapper .e-selectall-parent {
1202
- cursor: pointer;
1203
- display: block;
1204
- line-height: 36px;
1205
- overflow: hidden;
1206
- text-overflow: ellipsis;
1207
- padding-right: 16px;
1208
- position: relative;
1209
- text-indent: 17px;
1210
- white-space: nowrap;
1211
- width: 100%;
1226
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
1227
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
1228
+ height: 22px;
1229
+ min-height: 22px;
1230
+ padding: 2px;
1212
1231
  }
1213
1232
 
1214
- .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
1215
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
1216
- padding-left: 16px;
1217
- padding-right: 15px;
1233
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
1234
+ height: 39px;
1218
1235
  }
1219
1236
 
1220
- .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
1221
- color: #fff;
1222
- font-family: inherit;
1223
- font-size: 14px;
1237
+ .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
1238
+ .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
1239
+ height: 32px;
1224
1240
  }
1225
1241
 
1226
- .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
1227
- bottom: 1px;
1228
- margin-right: 10px;
1229
- position: relative;
1230
- text-indent: 0;
1231
- vertical-align: middle;
1242
+ .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1243
+ .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
1244
+ height: 22px;
1232
1245
  }
1233
1246
 
1234
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
1235
- margin-left: 12px;
1236
- margin-right: 0;
1247
+ .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
1248
+ min-height: 28px;
1237
1249
  }
1238
1250
 
1239
- .e-multiselect .e-input-group-icon.e-ddl-icon {
1240
- float: right;
1241
- margin-top: 6px;
1251
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
1252
+ font-size: 13px;
1253
+ line-height: 39px;
1242
1254
  }
1243
1255
 
1244
- .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
1245
- float: left;
1256
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1257
+ font-size: 14px;
1258
+ line-height: 28px;
1246
1259
  }
1247
1260
 
1248
- .e-multiselect .e-ddl-icon::before {
1249
- -webkit-transform: rotate(0deg);
1250
- transform: rotate(0deg);
1251
- -webkit-transition: -webkit-transform 300ms ease;
1252
- transition: -webkit-transform 300ms ease;
1253
- transition: transform 300ms ease;
1254
- transition: transform 300ms ease, -webkit-transform 300ms ease;
1261
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1262
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1263
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1264
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1265
+ font-size: 13px;
1266
+ line-height: 32px;
1255
1267
  }
1256
1268
 
1257
- .e-multiselect.e-icon-anim .e-ddl-icon::before {
1258
- -webkit-transform: rotate(180deg);
1259
- transform: rotate(180deg);
1260
- -webkit-transition: -webkit-transform 300ms ease;
1261
- transition: -webkit-transform 300ms ease;
1262
- transition: transform 300ms ease;
1263
- transition: transform 300ms ease, -webkit-transform 300ms ease;
1269
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1270
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1271
+ line-height: 22px;
1264
1272
  }
1265
1273
 
1266
- .e-multiselect.e-checkbox .e-multi-select-wrapper,
1267
- .e-multiselect .e-multi-select-wrapper.e-down-icon {
1268
- padding: 0;
1274
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1275
+ height: 28px;
1269
1276
  }
1270
1277
 
1271
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
1272
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
1273
- padding: 8px;
1278
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1279
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1280
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
1281
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1282
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1283
+ height: 24px;
1274
1284
  }
1275
1285
 
1276
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
1277
- padding-left: 8px;
1278
- padding-right: 8px;
1286
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1287
+ height: 18px;
1279
1288
  }
1280
1289
 
1281
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
1290
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1291
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1292
+ margin: 8px 8px 0 0;
1282
1293
  padding: 0 8px;
1283
1294
  }
1284
1295
 
1285
- .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
1286
- line-height: 20px;
1287
- padding-left: 10px;
1296
+ .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1297
+ .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1298
+ margin: 8px 0 0 8px;
1299
+ padding: 0 8px;
1300
+ }
1301
+
1302
+ .e-small .e-filled .e-multi-select-wrapper .e-chips,
1303
+ .e-small.e-filled .e-multi-select-wrapper .e-chips {
1304
+ height: 16px 16px;
1305
+ margin: 4px 4px 0 0;
1306
+ padding-right: 8px;
1307
+ }
1308
+
1309
+ .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1310
+ .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1311
+ margin: 4px 0 0 4px;
1288
1312
  }
1289
1313
 
1290
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
1291
- .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
1292
- opacity: 0.3;
1314
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
1315
+ height: 12px;
1316
+ width: 12px;
1293
1317
  }
1294
1318
 
1295
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
1296
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
1297
- opacity: 0.7;
1319
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
1320
+ font-size: 13px;
1321
+ padding: 0 8px 0 0;
1298
1322
  }
1299
1323
 
1300
- .e-multi-select-wrapper input[readonly=true] {
1301
- pointer-events: none;
1324
+ .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1325
+ .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1326
+ font-size: 12px;
1302
1327
  }
1303
1328
 
1304
- .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
1305
- pointer-events: none;
1329
+ .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1330
+ font-size: 12px;
1331
+ padding: 0 4px 0 0;
1306
1332
  }
1307
1333
 
1308
- ejs-multiselect {
1309
- display: block;
1334
+ .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1335
+ padding: 0 0 0 4px;
1310
1336
  }
1311
1337
 
1312
- .e-small.e-multi-select-list-wrapper .e-selectall-parent,
1313
- .e-small .e-multi-select-list-wrapper .e-selectall-parent {
1314
- line-height: 26px;
1338
+ .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1339
+ .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1340
+ font-size: 10px;
1315
1341
  }
1316
1342
 
1317
- .e-small .e-multi-select-wrapper .e-chips-close {
1318
- height: 14px;
1319
- width: 14px;
1343
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
1344
+ font-size: 13px;
1345
+ padding-right: 4px;
1320
1346
  }
1321
1347
 
1322
- .e-small .e-multi-select-wrapper {
1323
- min-height: 24px;
1348
+ .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
1349
+ .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
1350
+ height: 38px;
1351
+ margin-top: -38px;
1352
+ right: 12px;
1353
+ top: 100%;
1354
+ width: 16px;
1324
1355
  }
1325
1356
 
1326
- .e-small .e-multi-select-wrapper input[type=text] {
1327
- height: 26px;
1328
- min-height: 26px;
1357
+ .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
1358
+ .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
1359
+ .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
1360
+ .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1361
+ .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 {
1362
+ display: none;
1329
1363
  }
1330
1364
 
1331
- .e-small .e-multi-select-wrapper .e-delim-values {
1332
- font-size: 12px;
1333
- line-height: 26px;
1365
+ .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
1366
+ margin-right: 0;
1334
1367
  }
1335
1368
 
1336
- .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1337
- .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1338
- margin-top: -2.5em;
1369
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
1370
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
1371
+ cursor: not-allowed;
1339
1372
  }
1340
1373
 
1341
- .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1342
- .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1343
- margin-top: -1.8em;
1374
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
1375
+ .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 {
1376
+ cursor: pointer;
1344
1377
  }
1345
1378
 
1346
- .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
1347
- background-size: 300px 33px;
1348
- min-height: 33px;
1379
+ .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
1380
+ bottom: 0;
1381
+ right: 0;
1382
+ cursor: nwse-resize;
1383
+ height: 15px;
1384
+ position: absolute;
1385
+ width: 15px;
1349
1386
  }
1350
1387
 
1351
- .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1352
- color: inherit;
1353
- font-size: inherit;
1354
- min-height: 34px;
1355
- padding: 8px 12px 9px;
1388
+ .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
1389
+ background: transparent;
1390
+ color: rgb(221, 218, 218);
1356
1391
  }
1357
1392
 
1358
- .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1359
- padding: 8px 12px 9px;
1393
+ .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
1394
+ padding: 1px 0;
1360
1395
  }
1361
1396
 
1362
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1363
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1364
- font-size: inherit;
1365
- min-height: 30px;
1366
- padding: 7px 10px;
1397
+ .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
1398
+ .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
1399
+ padding: 0;
1367
1400
  }
1368
1401
 
1369
- .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1370
- .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1371
- padding: 7px 10px;
1402
+ .e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
1403
+ .e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
1404
+ padding: 0;
1372
1405
  }
1373
1406
 
1374
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1375
- min-height: 30px;
1376
- padding: 3px 38px 1px 0;
1407
+ .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1408
+ color: #fff;
1377
1409
  }
1378
1410
 
1379
- .e-multiselect.e-outline .e-multi-select-wrapper {
1380
- min-height: 34px;
1381
- padding: 3px 38px 1px 0;
1411
+ .e-multi-select-wrapper .e-chips.e-chip-selected {
1412
+ background-color: #424242;
1382
1413
  }
1383
1414
 
1384
- .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1385
- .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
1386
- padding-right: 0;
1415
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1416
+ background-color: rgba(255, 255, 255, 0.1);
1387
1417
  }
1388
1418
 
1389
- .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1390
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1391
- .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1392
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1393
- .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1394
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1395
- .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1396
- .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
1397
- .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
1398
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
1399
- padding-left: 0;
1419
+ .e-multiselect {
1420
+ -webkit-box-sizing: border-box;
1421
+ box-sizing: border-box;
1400
1422
  }
1401
1423
 
1402
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
1403
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
1404
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
1405
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
1406
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1407
- padding: 3px 0 1px 38px;
1424
+ /* stylelint-disable property-no-vendor-prefix */
1425
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
1426
+ -webkit-text-fill-color: #fff;
1427
+ color: #fff;
1428
+ font-family: inherit;
1429
+ font-size: 13px;
1408
1430
  }
1409
1431
 
1410
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1411
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1412
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1413
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1414
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
1415
- padding-left: 0;
1432
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1433
+ color: #fff;
1416
1434
  }
1417
1435
 
1418
- .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1419
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
1420
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
1421
- padding-right: 0;
1436
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1437
+ color: #fff;
1422
1438
  }
1423
1439
 
1424
- .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
1425
- height: 34px;
1440
+ .e-multi-select-wrapper .e-chips {
1441
+ background-color: #424242;
1442
+ border-radius: 16px;
1443
+ height: 24px;
1426
1444
  }
1427
1445
 
1428
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
1429
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
1430
- height: 30px;
1446
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
1447
+ background-color: rgba(255, 255, 255, 0.1);
1431
1448
  }
1432
1449
 
1433
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1434
- font-size: 14px;
1435
- line-height: 34px;
1436
- padding: 0 0 0 12px;
1450
+ .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
1451
+ color: #fff;
1437
1452
  }
1438
1453
 
1439
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1440
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1441
- font-size: 13px;
1442
- line-height: 30px;
1443
- padding: 0 0 0 8px;
1454
+ .e-multi-select-wrapper .e-chips .e-chips-close::before {
1455
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
1456
+ color: rgba(255, 255, 255, 0.7);
1457
+ font-size: 16px;
1444
1458
  }
1445
1459
 
1446
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1447
- padding: 0 12px 0 0;
1460
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1461
+ background-color: #3f51b5;
1462
+ border-radius: 2px;
1463
+ color: #fff;
1464
+ height: 40px;
1465
+ line-height: 40px;
1448
1466
  }
1449
1467
 
1450
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1451
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1452
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1453
- .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1454
- .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
1455
- .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
1456
- padding: 0 8px 0 0;
1468
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1469
+ color: #fff;
1457
1470
  }
1458
1471
 
1459
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1460
- height: 26px;
1461
- margin: 4px 0 4px 8px;
1462
- padding: 0 8px;
1472
+ .e-multi-select-wrapper .e-chips.e-mob-chip {
1473
+ height: 28px;
1463
1474
  }
1464
1475
 
1465
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
1466
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1467
- margin: 4px 8px 4px 0;
1476
+ .e-popup.e-multi-select-list-wrapper {
1477
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1478
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1479
+ -webkit-box-sizing: content-box;
1480
+ box-sizing: content-box;
1481
+ overflow: initial;
1468
1482
  }
1469
1483
 
1470
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
1471
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1472
- height: 24px;
1473
- padding: 0 8px;
1484
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
1485
+ border-bottom: 1px solid transparent;
1486
+ border-left: 1px solid #424242;
1487
+ border-right: 1px solid #424242;
1488
+ border-top: 1px solid #fff;
1474
1489
  }
1475
1490
 
1476
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1477
- padding: 0 8px 0 0;
1491
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
1492
+ background-color: transparent;
1493
+ border-color: transparent;
1494
+ color: #fff;
1478
1495
  }
1479
1496
 
1480
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1481
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1482
- padding: 0 0 0 8px;
1497
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
1498
+ background-color: transparent;
1499
+ border-color: transparent;
1500
+ color: #fff;
1483
1501
  }
1484
1502
 
1485
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1486
- font-size: 13px;
1503
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
1504
+ color: #fff;
1487
1505
  }
1488
1506
 
1489
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
1490
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
1491
- font-size: 12px;
1507
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
1508
+ color: #fff;
1509
+ }
1510
+
1511
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
1512
+ background-color: rgba(255, 255, 255, 0.1);
1492
1513
  }
1493
1514
 
1494
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1495
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1496
- -webkit-box-align: normal;
1497
- -ms-flex-align: normal;
1498
- align-items: normal;
1515
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
1516
+ background-color: rgba(255, 255, 255, 0.1);
1499
1517
  }
1500
1518
 
1501
- .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1502
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1503
- font-size: 14px;
1519
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
1520
+ border-bottom: 1px solid transparent;
1521
+ border-top: 1px solid transparent;
1504
1522
  }
1505
1523
 
1506
- .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1507
- .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1508
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1509
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1510
- font-size: 13px;
1524
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
1525
+ border-bottom: 1px solid transparent;
1511
1526
  }
1512
1527
 
1513
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
1514
- padding: 0 12px 0 8px;
1528
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
1529
+ border-top: 1px solid transparent;
1515
1530
  }
1516
1531
 
1517
- .e-multiselect.e-filled.e-input-group.e-control-wrapper {
1518
- padding: 0;
1532
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
1533
+ background-color: #424242;
1534
+ -webkit-box-shadow: none;
1535
+ box-shadow: none;
1536
+ color: #00b0ff;
1537
+ border: 1px solid transparent;
1519
1538
  }
1520
1539
 
1521
- .e-filled.e-float-input .e-multi-select-wrapper {
1522
- padding: 11px 12px 0;
1540
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
1541
+ background-color: #424242;
1542
+ -webkit-box-shadow: none;
1543
+ box-shadow: none;
1544
+ color: #00b0ff;
1545
+ border: 1px solid transparent;
1523
1546
  }
1524
1547
 
1525
- .e-small.e-filled.e-float-input .e-multi-select-wrapper,
1526
- .e-small .e-filled.e-float-input .e-multi-select-wrapper {
1527
- padding: 12px 12px 0 8px;
1548
+ .e-popup.e-multi-select-list-wrapper .e-list-item {
1549
+ border: 1px solid transparent;
1528
1550
  }
1529
1551
 
1530
- .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1531
- .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
1532
- padding: 0;
1552
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
1553
+ border: 1px solid transparent;
1533
1554
  }
1534
1555
 
1535
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1536
- min-height: 39px;
1537
- padding-right: 10px;
1556
+ .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1557
+ color: rgba(255, 255, 255, 0.42);
1538
1558
  }
1539
1559
 
1540
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1541
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1542
- min-height: 32px;
1560
+ .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1561
+ color: rgba(255, 255, 255, 0.42);
1543
1562
  }
1544
1563
 
1545
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
1546
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
1547
- height: 22px;
1548
- min-height: 22px;
1549
- padding: 2px;
1564
+ .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1565
+ color: rgba(255, 255, 255, 0.42);
1550
1566
  }
1551
1567
 
1552
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
1553
- height: 39px;
1568
+ .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1569
+ color: rgba(255, 255, 255, 0.42);
1554
1570
  }
1555
1571
 
1556
- .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
1557
- .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
1558
- height: 32px;
1572
+ .e-ul.e-reorder {
1573
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
1559
1574
  }
1560
1575
 
1561
- .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1562
- .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
1563
- height: 22px;
1576
+ .e-multi-select-list-wrapper .e-selectall-parent {
1577
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
1564
1578
  }
1565
1579
 
1566
- .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
1567
- min-height: 28px;
1580
+ .e-multi-select-wrapper .e-delim-values {
1581
+ -webkit-text-fill-color: #fff;
1582
+ color: #fff;
1568
1583
  }
1569
1584
 
1570
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
1571
- font-size: 13px;
1572
- line-height: 39px;
1585
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1586
+ color: #fff;
1573
1587
  }
1574
1588
 
1575
- .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1576
- font-size: 14px;
1577
- line-height: 28px;
1589
+ .e-small .e-multi-select-wrapper .e-chips {
1590
+ height: 20px;
1578
1591
  }
1579
1592
 
1580
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1581
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1582
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1583
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1584
- font-size: 13px;
1585
- line-height: 32px;
1593
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
1594
+ font-size: 12px;
1586
1595
  }
1587
1596
 
1588
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1589
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1590
- line-height: 22px;
1597
+ .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1598
+ font-size: 14px;
1591
1599
  }
1592
1600
 
1593
- .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1594
- height: 28px;
1601
+ .e-small .e-multi-select-wrapper .e-close-hooker::before {
1602
+ left: 6px;
1595
1603
  }
1596
1604
 
1597
- .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1598
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1599
- .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
1600
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1601
- .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1602
- height: 24px;
1605
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1606
+ background-color: #424242;
1603
1607
  }
1604
1608
 
1605
- .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1606
- height: 18px;
1609
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
1610
+ background-color: #424242;
1607
1611
  }
1608
1612
 
1609
- .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1610
- .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1611
- margin: 8px 8px 0 0;
1612
- padding: 0 8px;
1613
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
1614
+ background-color: #616161;
1613
1615
  }
1614
1616
 
1615
- .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1616
- .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1617
- margin: 8px 0 0 8px;
1618
- padding: 0 8px;
1617
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
1618
+ background-color: #616161;
1619
1619
  }
1620
1620
 
1621
- .e-small .e-filled .e-multi-select-wrapper .e-chips,
1622
- .e-small.e-filled .e-multi-select-wrapper .e-chips {
1623
- height: 16px 16px;
1624
- margin: 4px 4px 0 0;
1625
- padding-right: 8px;
1621
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
1622
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
1623
+ background-color: rgb(198.5, 198.5, 198.5);
1626
1624
  }
1627
1625
 
1628
- .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1629
- .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1630
- margin: 4px 0 0 4px;
1626
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
1627
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1628
+ background-color: rgb(198.5, 198.5, 198.5);
1631
1629
  }
1632
1630
 
1633
- .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
1634
- height: 12px;
1635
- width: 12px;
1631
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
1632
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1633
+ color: #fff;
1636
1634
  }
1637
1635
 
1638
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
1639
- font-size: 13px;
1640
- padding: 0 8px 0 0;
1636
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
1637
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1638
+ color: #fff;
1641
1639
  }
1642
1640
 
1643
- .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1644
- .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1645
- font-size: 12px;
1641
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1642
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1643
+ color: #fff;
1646
1644
  }
1647
1645
 
1648
- .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1649
- font-size: 12px;
1650
- padding: 0 4px 0 0;
1646
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
1647
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
1648
+ color: rgba(255, 255, 255, 0.87);
1651
1649
  }
1652
1650
 
1653
- .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1654
- padding: 0 0 0 4px;
1651
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
1652
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1653
+ color: rgba(255, 255, 255, 0.7);
1655
1654
  }
1656
1655
 
1657
- .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1658
- .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1659
- font-size: 10px;
1656
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
1657
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1658
+ color: #fff;
1660
1659
  }
1661
1660
 
1662
- .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
1663
- font-size: 13px;
1664
- padding-right: 4px;
1661
+ .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
1662
+ .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
1663
+ color: rgba(255, 255, 255, 0.87);
1665
1664
  }
1666
1665
 
1667
- .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
1668
- .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
1669
- height: 38px;
1670
- margin-top: -38px;
1671
- right: 12px;
1672
- top: 100%;
1673
- width: 16px;
1666
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1667
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
1668
+ color: rgba(0, 0, 0, 0.6);
1674
1669
  }
1675
1670
 
1676
- .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
1677
- .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
1678
- .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
1679
- .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1680
- .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 {
1681
- display: none;
1671
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
1672
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
1673
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
1674
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
1675
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1676
+ color: rgba(0, 0, 0, 0.38);
1682
1677
  }
1683
1678
 
1684
- .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
1685
- margin-right: 0;
1679
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1680
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
1681
+ color: rgba(255, 255, 255, 0.3);
1686
1682
  }
1687
1683
 
1688
- .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
1689
- .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
1690
- cursor: not-allowed;
1684
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
1685
+ background-color: #f5f5f5;
1691
1686
  }
1692
1687
 
1693
- .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
1694
- .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 {
1695
- cursor: pointer;
1688
+ .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
1689
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1690
+ background-color: #3f51b5;
1691
+ border-radius: 4px;
1692
+ -webkit-box-sizing: border-box;
1693
+ box-sizing: border-box;
1694
+ color: #fff;
1695
+ height: 40px;
1696
+ line-height: 40px;
1697
+ margin-left: 0;
1698
+ margin-right: 0;
1699
+ width: 100%;
1696
1700
  }
1697
1701
 
1698
- .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
1699
- bottom: 0;
1700
- right: 0;
1701
- cursor: nwse-resize;
1702
- height: 15px;
1703
- position: absolute;
1704
- width: 15px;
1702
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
1703
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1704
+ width: 33px;
1705
1705
  }
1706
1706
 
1707
- .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
1708
- background: transparent;
1709
- color: rgb(221, 218, 218);
1707
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
1708
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1709
+ color: #fff;
1710
1710
  }
1711
1711
 
1712
1712
  .e-dropdownbase .e-list-item .e-list-icon {