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