@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
@@ -829,6 +829,96 @@
829
829
 
830
830
 
831
831
 
832
+ /* Font Family */
833
+ /* Font Sizes */
834
+ /* Radius */
835
+ /* 1px */
836
+ /* 2px */
837
+ /* 3px */
838
+ /* 4px */
839
+ /* 5px */
840
+ /* 6px */
841
+ /* 7px */
842
+ /* 8px */
843
+ /* 9px */
844
+ /* 10px */
845
+ /* 11px */
846
+ /* 12px */
847
+ /* 13px */
848
+ /* 14px */
849
+ /* 15px */
850
+ /* 16px */
851
+ /* 17px */
852
+ /* 18px */
853
+ /* 19px */
854
+ /* 20px */
855
+ /* 21px */
856
+ /* 22px */
857
+ /* 23px */
858
+ /* 24px */
859
+ /* 25px */
860
+ /* 26px */
861
+ /* 27px */
862
+ /* 28px */
863
+ /* 29px */
864
+ /* 30px */
865
+ /* 31px */
866
+ /* 32px */
867
+ /* 33px */
868
+ /* 34px */
869
+ /* 35px */
870
+ /* 36px */
871
+ /* 37px */
872
+ /* 38px */
873
+ /* 39px */
874
+ /* 40px */
875
+ /* 41px */
876
+ /* 42px */
877
+ /* 43px */
878
+ /* 44px */
879
+ /* 45px */
880
+ /* 46px */
881
+ /* 47px */
882
+ /* 48px */
883
+ /* 49px */
884
+ /* 50px */
885
+ /* 5em */
886
+ /* 65% */
887
+ /* border */
888
+ /* 0px */
889
+ /* 1px */
890
+ /* 1.5px */
891
+ /* 2px */
892
+ /* 3px */
893
+ /* 4px */
894
+ /* 5px */
895
+ /* 6px */
896
+ /* 7px */
897
+ /* 8px */
898
+ /* 9px */
899
+ /* 10px */
900
+ /* 11px */
901
+ /* 12px */
902
+ /* 13px */
903
+ /* 14px */
904
+ /* 15px */
905
+ /* 16px */
906
+ .e-dropdownbase .e-list-item .e-list-icon {
907
+ padding: 0 16px 0 0;
908
+ }
909
+
910
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
911
+ padding: 0 12px 0 0;
912
+ }
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+
921
+
832
922
  /* Font Family */
833
923
  /* Font Sizes */
834
924
  /* Radius */
@@ -1187,1814 +1277,1724 @@
1187
1277
  content: "";
1188
1278
  }
1189
1279
 
1190
- .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1191
- color: rgba(var(--color-sf-on-surface-variant));
1192
- }
1193
-
1194
- .e-multi-select-wrapper .e-chips.e-chip-selected {
1195
- background: transparent;
1196
- }
1197
-
1198
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1199
- background: rgba(var(--color-sf-on-surface), 0.05), 0.05;
1200
- }
1201
-
1202
- .e-multiselect {
1280
+ .e-multi-select-wrapper {
1203
1281
  -webkit-box-sizing: border-box;
1204
1282
  box-sizing: border-box;
1283
+ cursor: text;
1284
+ line-height: normal;
1285
+ min-height: 30px;
1286
+ padding: 4px 32px 0 0;
1287
+ position: relative;
1288
+ -webkit-user-select: none;
1289
+ -moz-user-select: none;
1290
+ -ms-user-select: none;
1291
+ user-select: none;
1292
+ width: 100%;
1205
1293
  }
1206
-
1207
- /* stylelint-disable property-no-vendor-prefix */
1208
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
1209
- -webkit-text-fill-color: rgba(var(--color-sf-on-surface-variant));
1210
- color: rgba(var(--color-sf-on-surface-variant));
1211
- font-family: inherit;
1212
- font-size: 13px;
1213
- }
1214
-
1215
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1216
- color: rgba(var(--color-sf-on-surface-variant));
1217
- }
1218
-
1219
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1220
- color: rgba(var(--color-sf-on-surface-variant));
1221
- }
1222
-
1223
- .e-multi-select-wrapper .e-chips {
1224
- background: transparent;
1225
- border: 1px solid rgba(var(--color-sf-outline));
1226
- border-radius: calc(var(--e-radius) * 0.5);
1227
- height: 24px;
1294
+ .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1295
+ height: 27px;
1296
+ vertical-align: middle;
1228
1297
  }
1229
-
1230
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
1231
- background: rgba(var(--color-sf-on-surface), 0.05), 0.05;
1298
+ .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
1299
+ height: 100%;
1300
+ min-height: 100%;
1232
1301
  }
1233
-
1234
- .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
1235
- color: rgba(var(--color-sf-on-surface-variant));
1302
+ .e-multi-select-wrapper .e-delim-view {
1303
+ white-space: nowrap;
1236
1304
  }
1237
-
1238
- .e-multi-select-wrapper .e-chips .e-chips-close::before {
1239
- -webkit-text-fill-color: rgba(var(--color-sf-on-surface-variant));
1240
- color: rgba(var(--color-sf-on-surface-variant));
1241
- font-size: 13px;
1305
+ .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 {
1306
+ -webkit-box-sizing: border-box;
1307
+ box-sizing: border-box;
1308
+ display: inline-block;
1309
+ overflow: hidden;
1310
+ text-overflow: ellipsis;
1242
1311
  }
1243
-
1244
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1245
- background: rgba(var(--color-sf-primary));
1246
- border-radius: calc(var(--e-radius) * 0.125);
1312
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1247
1313
  color: #fff;
1248
- height: 40px;
1249
- line-height: 40px;
1314
+ font-size: 13px;
1315
+ left: 12px;
1316
+ top: 0;
1250
1317
  }
1251
-
1252
1318
  .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1319
+ background: rgba(var(--color-sf-primary));
1253
1320
  color: #fff;
1321
+ padding: 12px 4px 11px 0;
1254
1322
  }
1255
-
1256
- .e-multi-select-wrapper .e-chips.e-mob-chip {
1257
- height: 32px;
1323
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
1324
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1325
+ width: 0;
1258
1326
  }
1259
-
1260
- .e-popup.e-multi-select-list-wrapper {
1261
- -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1262
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1263
- -webkit-box-sizing: content-box;
1264
- box-sizing: content-box;
1265
- overflow: initial;
1327
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
1328
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
1329
+ height: 1px;
1330
+ min-height: 1px;
1266
1331
  }
1267
-
1268
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
1269
- border-bottom: 1px solid transparent;
1270
- border-left: 1px solid rgba(var(--color-sf-primary-container), 0.65);
1271
- border-right: 1px solid rgba(var(--color-sf-primary-container), 0.65);
1272
- border-top: 1px solid rgba(var(--color-sf-primary));
1332
+ .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
1333
+ max-width: 100%;
1273
1334
  }
1274
1335
 
1275
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
1276
- background: transparent;
1277
- border-color: transparent;
1278
- color: rgba(var(--color-sf-on-surface));
1336
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
1337
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
1338
+ display: -webkit-box;
1339
+ display: -ms-flexbox;
1340
+ display: flex;
1341
+ float: left;
1342
+ width: auto;
1279
1343
  }
1280
-
1281
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
1282
- background: transparent;
1283
- border-color: transparent;
1284
- color: rgba(var(--color-sf-on-surface));
1344
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
1345
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1346
+ display: -webkit-inline-box;
1347
+ display: -ms-inline-flexbox;
1348
+ display: inline-flex;
1349
+ float: none;
1285
1350
  }
1286
-
1287
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
1288
- color: rgba(var(--color-sf-on-surface));
1351
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
1352
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1353
+ width: 0;
1289
1354
  }
1290
-
1291
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
1292
- color: rgba(var(--color-sf-on-surface));
1355
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
1356
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
1357
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
1358
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
1359
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
1360
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
1361
+ display: none;
1293
1362
  }
1294
-
1295
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
1296
- background: rgba(var(--color-sf-on-surface), 0.05), 0.05;
1363
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
1364
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
1365
+ padding: 0 48px 0 0;
1297
1366
  }
1298
-
1299
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
1300
- background: rgba(var(--color-sf-on-surface), 0.05), 0.05;
1367
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
1368
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
1369
+ -webkit-box-align: center;
1370
+ -ms-flex-align: center;
1371
+ align-items: center;
1372
+ display: inline;
1373
+ max-width: 100%;
1374
+ word-break: break-word;
1301
1375
  }
1302
-
1303
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
1304
- border-bottom: 1px solid transparent;
1305
- border-top: 1px solid transparent;
1376
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
1377
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1378
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
1379
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1380
+ -webkit-box-align: center;
1381
+ -ms-flex-align: center;
1382
+ align-items: center;
1383
+ cursor: pointer;
1384
+ display: none;
1385
+ -webkit-box-orient: horizontal;
1386
+ -webkit-box-direction: normal;
1387
+ -ms-flex-direction: row;
1388
+ flex-direction: row;
1389
+ margin-top: -2em;
1390
+ outline: 0;
1391
+ padding: 0;
1392
+ position: absolute;
1393
+ right: 5px;
1394
+ top: 100%;
1306
1395
  }
1307
-
1308
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
1309
- border-bottom: 1px solid transparent;
1396
+ .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1397
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1398
+ .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1399
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1400
+ display: -webkit-box;
1401
+ display: -ms-flexbox;
1402
+ display: flex;
1310
1403
  }
1311
-
1312
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
1313
- border-top: 1px solid transparent;
1404
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1405
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1406
+ margin-right: 0;
1407
+ margin-top: -2em;
1408
+ right: 0;
1314
1409
  }
1315
-
1316
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
1317
- background: rgba(var(--color-sf-primary-container), 0.65);
1318
- -webkit-box-shadow: none;
1319
- box-shadow: none;
1320
- color: rgba(var(--color-sf-on-surface));
1321
- border: 1px solid transparent;
1410
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
1411
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
1412
+ top: -1px;
1322
1413
  }
1323
-
1324
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
1325
- background: rgba(var(--color-sf-primary-container), 0.65);
1326
- -webkit-box-shadow: none;
1327
- box-shadow: none;
1328
- color: rgba(var(--color-sf-on-surface));
1329
- border: 1px solid transparent;
1414
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
1415
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
1416
+ font-size: 16px;
1417
+ height: 30px;
1418
+ width: 30px;
1330
1419
  }
1331
1420
 
1332
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-item-focus {
1333
- background: rgba(var(--color-sf-on-surface), 0.04);
1421
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
1422
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
1423
+ float: right;
1334
1424
  }
1335
-
1336
- .e-popup.e-multi-select-list-wrapper .e-list-item {
1337
- border: 1px solid transparent;
1425
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
1426
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1427
+ float: none;
1338
1428
  }
1339
-
1340
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
1341
- border: 1px solid transparent;
1429
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
1430
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
1431
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
1432
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
1433
+ left: 0;
1434
+ right: auto;
1435
+ }
1436
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
1437
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
1438
+ padding: 0 0 0 48px;
1342
1439
  }
1343
1440
 
1344
- .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1345
- color: rgba(var(--color-sf-outline));
1441
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
1442
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
1443
+ opacity: 0.7;
1444
+ pointer-events: none;
1346
1445
  }
1347
1446
 
1348
- .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1349
- color: rgba(var(--color-sf-outline));
1447
+ .e-multiselect.e-input-group,
1448
+ .e-multiselect.e-float-input {
1449
+ word-wrap: initial;
1350
1450
  }
1351
1451
 
1352
- .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1353
- color: rgba(var(--color-sf-outline));
1452
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
1453
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
1454
+ top: 15px;
1354
1455
  }
1355
1456
 
1356
- .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1357
- color: rgba(var(--color-sf-outline));
1457
+ .e-multi-select-wrapper.e-close-icon-hide {
1458
+ padding-right: 0;
1358
1459
  }
1359
1460
 
1360
- .e-ul.e-reorder {
1361
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
1461
+ .e-multi-select-wrapper .e-chips-collection {
1462
+ cursor: default;
1463
+ display: block;
1362
1464
  }
1363
1465
 
1364
- .e-multi-select-list-wrapper .e-selectall-parent {
1365
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
1466
+ .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
1467
+ margin-right: 30px;
1366
1468
  }
1367
1469
 
1368
- .e-multi-select-wrapper .e-delim-values {
1369
- -webkit-text-fill-color: rgba(var(--color-sf-on-surface-variant));
1370
- color: rgba(var(--color-sf-on-surface-variant));
1470
+ .e-multi-select-wrapper .e-multi-hidden {
1471
+ border: 0;
1472
+ height: 0;
1473
+ position: absolute;
1474
+ visibility: hidden;
1475
+ width: 0;
1371
1476
  }
1372
1477
 
1373
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1374
- color: rgba(var(--color-sf-on-surface-variant));
1478
+ .e-multi-select-wrapper .e-chips {
1479
+ -webkit-box-align: center;
1480
+ -ms-flex-align: center;
1481
+ align-items: center;
1482
+ display: -webkit-inline-box;
1483
+ display: -ms-inline-flexbox;
1484
+ display: inline-flex;
1485
+ float: left;
1486
+ margin: 0 8px 4px 0;
1487
+ max-width: 100%;
1488
+ overflow: hidden;
1489
+ padding: 0 4px 0 8px;
1490
+ text-overflow: ellipsis;
1491
+ white-space: nowrap;
1375
1492
  }
1376
1493
 
1377
- .e-small .e-multi-select-wrapper .e-chips {
1378
- height: 20px;
1494
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
1495
+ max-width: 100%;
1496
+ overflow: hidden;
1497
+ padding: 2px 6px 2px 2px;
1498
+ text-indent: 0;
1499
+ text-overflow: ellipsis;
1500
+ white-space: nowrap;
1379
1501
  }
1380
1502
 
1381
- .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
1382
- font-size: 12px;
1503
+ .e-multi-select-wrapper.e-delimiter .e-searcher {
1504
+ display: inline-block;
1505
+ float: none;
1383
1506
  }
1384
1507
 
1385
- .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1386
- font-size: 14px;
1508
+ .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
1509
+ padding: 8px 4px 8px 0;
1387
1510
  }
1388
1511
 
1389
- .e-small .e-multi-select-wrapper .e-close-hooker::before {
1390
- left: 0;
1512
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
1513
+ padding: 8px 0 8px 4px;
1391
1514
  }
1392
1515
 
1393
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1394
- background: transparent;
1516
+ .e-multi-select-wrapper .e-chips-close {
1517
+ -ms-flex-item-align: center;
1518
+ align-self: center;
1519
+ display: -webkit-box;
1520
+ display: -ms-flexbox;
1521
+ display: flex;
1522
+ float: right;
1523
+ font-family: "e-icons";
1524
+ height: 13px;
1525
+ margin: 0 0 0;
1526
+ width: 16px;
1395
1527
  }
1396
1528
 
1397
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
1398
- background: rgb(206.15, 206.15, 206.15);
1529
+ .e-rtl .e-multi-select-wrapper .e-chips-close {
1530
+ margin: 0 0 0;
1399
1531
  }
1400
1532
 
1401
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
1402
- background: rgba(var(--color-sf-on-surface), 0.05), 5%;
1533
+ .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
1534
+ margin: 3px 0 0;
1403
1535
  }
1404
1536
 
1405
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
1406
- background: rgb(206.15, 206.15, 206.15);
1537
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1538
+ cursor: default;
1539
+ font-size: 16px;
1540
+ height: 30px;
1541
+ margin-top: -1.8em;
1542
+ position: absolute;
1543
+ right: 5px;
1544
+ width: 30px;
1545
+ top: 100%;
1546
+ border-radius: 16px;
1407
1547
  }
1408
1548
 
1409
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
1410
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
1411
- background: transparent;
1549
+ .e-multiselect .e-chips-close.e-close-hooker:hover {
1550
+ background: rgba(var(--color-sf-on-surface), 0.08);
1551
+ border: 1px;
1412
1552
  }
1413
1553
 
1414
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
1415
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1416
- background: rgba(var(--color-sf-on-surface), 0.05), 5%;
1554
+ .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1555
+ .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1556
+ .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1557
+ right: 30px;
1417
1558
  }
1418
1559
 
1419
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
1420
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1421
- color: rgba(var(--color-sf-on-surface-variant));
1560
+ .e-small.e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1561
+ .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1562
+ .e-small.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1563
+ right: 30px;
1422
1564
  }
1423
1565
 
1424
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
1425
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1426
- color: rgba(var(--color-sf-on-surface-variant));
1566
+ .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1567
+ left: 30px;
1568
+ right: auto;
1427
1569
  }
1428
1570
 
1429
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1430
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1431
- color: rgba(var(--color-sf-on-surface-variant));
1571
+ .e-multi-select-wrapper input[type=text] {
1572
+ background: none;
1573
+ border: 0;
1574
+ font-family: inherit;
1575
+ font-size: 13px;
1576
+ font-weight: normal;
1577
+ height: 28px;
1578
+ min-height: 28px;
1579
+ outline: none;
1580
+ padding: 0;
1581
+ text-indent: 0;
1432
1582
  }
1433
1583
 
1434
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
1435
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
1436
- color: rgba(var(--color-sf-on-surface), 0.87);
1584
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
1585
+ background: none;
1586
+ border: 0;
1587
+ color: inherit;
1588
+ font-family: inherit;
1589
+ font-size: 14px;
1590
+ font-weight: normal;
1591
+ height: 28px;
1592
+ min-height: 28px;
1593
+ outline: none;
1594
+ padding: 0;
1595
+ text-indent: 0;
1437
1596
  }
1438
1597
 
1439
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
1440
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1441
- color: rgba(var(--color-sf-on-surface-variant));
1598
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
1599
+ padding: 5px;
1442
1600
  }
1443
1601
 
1444
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
1445
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1446
- color: #fff;
1602
+ /* stylelint-disable property-no-vendor-prefix */
1603
+ .e-multi-select-wrapper input[type=text]::-ms-clear {
1604
+ display: none;
1447
1605
  }
1448
1606
 
1449
- .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
1450
- .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
1451
- color: rgba(var(--color-sf-on-surface), 0.87);
1607
+ .e-multi-select-wrapper .e-searcher {
1608
+ display: block;
1609
+ float: left;
1610
+ width: auto;
1452
1611
  }
1453
1612
 
1454
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1455
- .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
1456
- color: rgba(var(--color-sf-on-surface), 0.6);
1613
+ .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1614
+ width: calc(100% - 32px);
1457
1615
  }
1458
1616
 
1459
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
1460
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
1461
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
1462
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
1463
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1464
- color: rgba(var(--color-sf-on-surface), 0.38);
1617
+ .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1618
+ .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1619
+ width: calc(100% - 30px);
1465
1620
  }
1466
1621
 
1467
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1468
- -webkit-text-fill-color: rgba(var(--color-sf-on-surface), 0.38);
1469
- color: rgba(var(--color-sf-on-surface), 0.38);
1622
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1623
+ width: calc(100% - 32px);
1470
1624
  }
1471
1625
 
1472
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
1473
- background: transparent;
1626
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1627
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1628
+ width: calc(100% - 30px);
1474
1629
  }
1475
1630
 
1476
- .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
1477
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1478
- background: rgba(var(--color-sf-primary));
1479
- border-radius: 4px;
1480
- -webkit-box-sizing: border-box;
1481
- box-sizing: border-box;
1482
- color: #fff;
1483
- height: 40px;
1484
- line-height: 40px;
1485
- margin-left: 0;
1486
- margin-right: 0;
1487
- width: 100%;
1631
+ .e-multi-select-wrapper .e-delim-values {
1632
+ font-family: inherit;
1633
+ font-size: 14px;
1634
+ line-height: 28px;
1635
+ max-width: 100%;
1636
+ padding-left: 0;
1637
+ padding-right: 6px;
1638
+ vertical-align: middle;
1488
1639
  }
1489
1640
 
1490
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
1491
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1492
- width: 33px;
1641
+ .e-multi-select-list-wrapper .e-hide-listitem,
1642
+ .e-multi-select-list-wrapper .e-hide-group-header {
1643
+ display: none;
1493
1644
  }
1494
1645
 
1495
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
1496
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1497
- color: #fff;
1646
+ .e-multi-select-wrapper .e-delim-values .e-remain {
1647
+ color: rgba(var(--color-sf-on-surface));
1648
+ cursor: pointer;
1649
+ display: inline-block;
1650
+ font-size: 13px;
1651
+ padding-left: 16px;
1498
1652
  }
1499
1653
 
1500
-
1501
-
1502
-
1503
-
1504
-
1505
-
1506
-
1507
-
1508
- /* Font Family */
1509
- /* Font Sizes */
1510
- /* Radius */
1511
- /* 1px */
1512
- /* 2px */
1513
- /* 3px */
1514
- /* 4px */
1515
- /* 5px */
1516
- /* 6px */
1517
- /* 7px */
1518
- /* 8px */
1519
- /* 9px */
1520
- /* 10px */
1521
- /* 11px */
1522
- /* 12px */
1523
- /* 13px */
1524
- /* 14px */
1525
- /* 15px */
1526
- /* 16px */
1527
- /* 17px */
1528
- /* 18px */
1529
- /* 19px */
1530
- /* 20px */
1531
- /* 21px */
1532
- /* 22px */
1533
- /* 23px */
1534
- /* 24px */
1535
- /* 25px */
1536
- /* 26px */
1537
- /* 27px */
1538
- /* 28px */
1539
- /* 29px */
1540
- /* 30px */
1541
- /* 31px */
1542
- /* 32px */
1543
- /* 33px */
1544
- /* 34px */
1545
- /* 35px */
1546
- /* 36px */
1547
- /* 37px */
1548
- /* 38px */
1549
- /* 39px */
1550
- /* 40px */
1551
- /* 41px */
1552
- /* 42px */
1553
- /* 43px */
1554
- /* 44px */
1555
- /* 45px */
1556
- /* 46px */
1557
- /* 47px */
1558
- /* 48px */
1559
- /* 49px */
1560
- /* 50px */
1561
- /* 5em */
1562
- /* 65% */
1563
- /* border */
1564
- /* 0px */
1565
- /* 1px */
1566
- /* 1.5px */
1567
- /* 2px */
1568
- /* 3px */
1569
- /* 4px */
1570
- /* 5px */
1571
- /* 6px */
1572
- /* 7px */
1573
- /* 8px */
1574
- /* 9px */
1575
- /* 10px */
1576
- /* 11px */
1577
- /* 12px */
1578
- /* 13px */
1579
- /* 14px */
1580
- /* 15px */
1581
- /* 16px */
1582
- .e-dropdownbase .e-list-item .e-list-icon {
1583
- padding: 0 16px 0 0;
1654
+ .e-multiselect.e-disabled .e-multi-select-wrapper,
1655
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
1656
+ cursor: not-allowed;
1584
1657
  }
1585
1658
 
1586
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
1587
- padding: 0 12px 0 0;
1659
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1660
+ height: 40px;
1661
+ left: 0;
1662
+ margin: 0 0 0 0;
1663
+ margin-left: auto;
1664
+ position: relative;
1665
+ top: 0;
1666
+ width: 40px;
1588
1667
  }
1589
1668
 
1590
-
1591
-
1592
-
1593
-
1594
-
1595
-
1596
-
1597
-
1598
- /* Font Family */
1599
- /* Font Sizes */
1600
- /* Radius */
1601
- /* 1px */
1602
- /* 2px */
1603
- /* 3px */
1604
- /* 4px */
1605
- /* 5px */
1606
- /* 6px */
1607
- /* 7px */
1608
- /* 8px */
1609
- /* 9px */
1610
- /* 10px */
1611
- /* 11px */
1612
- /* 12px */
1613
- /* 13px */
1614
- /* 14px */
1615
- /* 15px */
1616
- /* 16px */
1617
- /* 17px */
1618
- /* 18px */
1619
- /* 19px */
1620
- /* 20px */
1621
- /* 21px */
1622
- /* 22px */
1623
- /* 23px */
1624
- /* 24px */
1625
- /* 25px */
1626
- /* 26px */
1627
- /* 27px */
1628
- /* 28px */
1629
- /* 29px */
1630
- /* 30px */
1631
- /* 31px */
1632
- /* 32px */
1633
- /* 33px */
1634
- /* 34px */
1635
- /* 35px */
1636
- /* 36px */
1637
- /* 37px */
1638
- /* 38px */
1639
- /* 39px */
1640
- /* 40px */
1641
- /* 41px */
1642
- /* 42px */
1643
- /* 43px */
1644
- /* 44px */
1645
- /* 45px */
1646
- /* 46px */
1647
- /* 47px */
1648
- /* 48px */
1649
- /* 49px */
1650
- /* 50px */
1651
- /* 5em */
1652
- /* 65% */
1653
- /* border */
1654
- /* 0px */
1655
- /* 1px */
1656
- /* 1.5px */
1657
- /* 2px */
1658
- /* 3px */
1659
- /* 4px */
1660
- /* 5px */
1661
- /* 6px */
1662
- /* 7px */
1663
- /* 8px */
1664
- /* 9px */
1665
- /* 10px */
1666
- /* 11px */
1667
- /* 12px */
1668
- /* 13px */
1669
- /* 14px */
1670
- /* 15px */
1671
- /* 16px */
1672
- .e-bigger.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
1673
- top: 3px;
1669
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1670
+ -ms-flex-item-align: center;
1671
+ align-self: center;
1672
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1673
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1674
+ display: -webkit-inline-box;
1675
+ display: -ms-inline-flexbox;
1676
+ display: inline-flex;
1677
+ padding: 0 0 0 16px;
1678
+ width: 92%;
1674
1679
  }
1675
1680
 
1676
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1677
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1678
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1679
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1680
- height: 38px;
1681
- margin-top: -55px;
1682
- right: 12px;
1683
- top: 100%;
1684
- width: 18px;
1681
+ .e-multi-select-wrapper .e-ddl-disable-icon::before {
1682
+ content: "";
1685
1683
  }
1686
1684
 
1687
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1688
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1689
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1690
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1691
- .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1692
- .e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1693
- .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1694
- .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
1695
- right: 48px;
1685
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
1686
+ float: none;
1696
1687
  }
1697
1688
 
1698
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1699
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1700
- height: 40px;
1701
- margin-top: -55px;
1702
- right: 6px;
1703
- top: 100%;
1704
- width: 40px;
1689
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
1690
+ padding-left: 0;
1705
1691
  }
1706
-
1707
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1708
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
1709
- right: 60px;
1692
+ .e-multiselect.e-rtl .e-multi-select-wrapper {
1693
+ padding: 0 2px 0 32px;
1710
1694
  }
1711
-
1712
- .e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1713
- .e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1714
- .e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1715
- .e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1716
- .e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1717
- .e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1718
- .e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1719
- .e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1720
- .e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1721
- .e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1722
- .e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1723
- .e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1724
- .e-rtl.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1725
- .e-rtl.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1726
- .e-rtl .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1727
- .e-bigger.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1728
- .e-rtl.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1729
- .e-rtl .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1730
- .e-bigger .e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1731
- .e-bigger .e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1732
- .e-rtl.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1733
- .e-rtl .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1734
- .e-small .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1735
- .e-small .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
1736
- left: 48px;
1737
- right: auto;
1695
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1696
+ left: -12px;
1738
1697
  }
1739
-
1740
- .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1741
- .e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1742
- .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1743
- .e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1744
- .e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1745
- .e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1746
- .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1747
- .e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1748
- .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1749
- .e-rtl .e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1750
- .e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1751
- .e-bigger .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
1752
- left: 60px;
1753
- right: auto;
1698
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1699
+ margin: 0;
1700
+ margin-right: auto;
1701
+ }
1702
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
1703
+ float: right;
1704
+ }
1705
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
1706
+ float: right;
1707
+ margin: 0 0 8px 8px;
1708
+ padding: 0 8px 0 4px;
1709
+ }
1710
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
1711
+ padding: 5px 4px;
1754
1712
  }
1755
-
1756
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
1757
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
1758
- content: "\e208";
1759
- font-size: 20px;
1760
- height: 20px;
1761
- left: 0;
1762
- margin-top: -10px;
1763
- top: 50%;
1713
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
1714
+ float: left;
1764
1715
  }
1765
-
1766
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
1767
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
1768
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
1769
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
1770
- content: "\e208";
1771
- font-size: 18px;
1772
- height: 18px;
1716
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
1773
1717
  left: 0;
1774
- margin-top: -9px;
1775
- top: 50%;
1776
1718
  }
1777
-
1778
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
1779
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
1780
- font-size: 16px;
1719
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
1720
+ padding: 0 4px 0 8px;
1781
1721
  }
1782
-
1783
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
1784
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
1785
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
1786
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
1787
- font-size: 14px;
1722
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
1723
+ padding: 8px 4px;
1788
1724
  }
1789
-
1790
- .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1791
- .e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1792
- .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1793
- .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
1794
- margin: 10px 16px 10px 0;
1725
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1726
+ padding: 0 8px 0 4px;
1795
1727
  }
1796
-
1797
- .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1798
- .e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1799
- .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1800
- .e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1801
- .e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1802
- .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1803
- .e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1804
- .e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
1805
- margin: 6px 12px 8px 0;
1728
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1729
+ padding: 12px 4px;
1806
1730
  }
1807
-
1808
- .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1809
- .e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1810
- .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1811
- .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
1812
- margin: 10px 16px 10px 0;
1731
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1732
+ left: 30px;
1733
+ position: absolute;
1734
+ right: auto;
1735
+ left: 0;
1813
1736
  }
1814
-
1815
- .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1816
- .e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1817
- .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1818
- .e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1819
- .e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1820
- .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1821
- .e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1822
- .e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
1823
- margin: 6px 12px 8px 0;
1737
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
1738
+ padding-right: 16px;
1824
1739
  }
1825
1740
 
1826
- .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1827
- .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1828
- .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1829
- .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1830
- .e-rtl .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1831
- .e-bigger.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1832
- .e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1833
- .e-bigger.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
1834
- margin: 10px 0 10px 16px;
1741
+ .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
1742
+ left: 30px;
1835
1743
  }
1836
1744
 
1837
- .e-rtl.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1838
- .e-bigger.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1839
- .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1840
- .e-small.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1841
- .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1842
- .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1843
- .e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1844
- .e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1845
- .e-rtl .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1846
- .e-rtl.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1847
- .e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1848
- .e-rtl.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1849
- .e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1850
- .e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1851
- .e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1852
- .e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
1853
- margin: 6px 0 8px 12px;
1745
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
1746
+ left: 0;
1854
1747
  }
1855
1748
 
1856
- .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
1857
- .e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
1858
- height: 14px;
1859
- width: 14px;
1749
+ .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
1750
+ bottom: 1px;
1751
+ margin-right: 10px;
1752
+ position: relative;
1753
+ text-indent: 0;
1754
+ vertical-align: middle;
1860
1755
  }
1861
1756
 
1862
- .e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
1863
- .e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
1864
- .e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
1865
- .e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before {
1866
- font-size: 12px;
1867
- height: 12px;
1868
- width: 12px;
1757
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
1758
+ padding-left: 14px;
1869
1759
  }
1870
1760
 
1871
- .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
1872
- .e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
1873
- .e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
1874
- .e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
1875
- .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
1876
- .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before {
1877
- font-size: 14px;
1878
- height: 14px;
1879
- width: 14px;
1761
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper .e-ripple-container {
1762
+ left: 4px;
1880
1763
  }
1881
1764
 
1882
- .e-bigger.e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1883
- .e-bigger.e-small .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1884
- left: 10px;
1885
- right: auto;
1765
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
1766
+ padding-right: 25px;
1886
1767
  }
1887
1768
 
1888
- .e-bigger.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1889
- .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1890
- .e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1891
- .e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1892
- left: 12px;
1893
- right: auto;
1769
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
1770
+ bottom: 1px;
1771
+ margin-right: 10px;
1772
+ position: relative;
1773
+ text-indent: 0;
1774
+ vertical-align: middle;
1894
1775
  }
1895
1776
 
1896
- .e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1897
- .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
1898
- height: 24px;
1899
- margin: 12px -4px 8px -1px;
1900
- padding: 0;
1901
- width: 24px;
1777
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
1778
+ margin-left: 12px;
1779
+ margin-right: 0;
1902
1780
  }
1903
1781
 
1904
- .e-bigger.e-multiselect.e-input-group.e-filled.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1905
- .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
1906
- margin: 0;
1782
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
1783
+ margin-left: 12px;
1784
+ margin-right: 0;
1907
1785
  }
1908
1786
 
1909
- .e-bigger.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1910
- .e-bigger.e-small .e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1911
- .e-bigger .e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1912
- .e-small .e-bigger.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
1913
- height: 20px;
1914
- margin: 0 0 8px;
1915
- padding: 0;
1916
- width: 20px;
1787
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
1788
+ padding-right: 0;
1917
1789
  }
1918
1790
 
1919
- .e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
1920
- .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
1921
- font-size: 20px;
1922
- height: 20px;
1923
- width: 20px;
1791
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
1792
+ padding-right: 15px;
1924
1793
  }
1925
1794
 
1926
- .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
1927
- .e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
1928
- .e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
1929
- .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
1930
- font-size: 18px;
1931
- height: 18px;
1932
- width: 18px;
1795
+ .e-multi-select-list-wrapper .e-selectall-parent {
1796
+ cursor: pointer;
1797
+ display: block;
1798
+ line-height: 36px;
1799
+ overflow: hidden;
1800
+ text-overflow: ellipsis;
1801
+ padding-right: 16px;
1802
+ position: relative;
1803
+ text-indent: 17px;
1804
+ white-space: nowrap;
1805
+ width: 100%;
1933
1806
  }
1934
1807
 
1935
- .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1936
- .e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1937
- .e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
1938
- .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
1939
- height: 24px;
1940
- margin: 7px -4px 8px -1px;
1941
- padding: 0;
1942
- width: 24px;
1808
+ .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
1809
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
1810
+ padding-left: 16px;
1811
+ padding-right: 15px;
1943
1812
  }
1944
1813
 
1945
- .e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
1946
- .e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
1947
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
1948
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
1949
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
1950
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
1951
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
1952
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before {
1953
- content: "";
1814
+ .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
1815
+ color: rgba(var(--color-sf-on-surface));
1816
+ font-family: inherit;
1817
+ font-size: 14px;
1954
1818
  }
1955
1819
 
1956
- .e-multi-select-wrapper {
1957
- -webkit-box-sizing: border-box;
1958
- box-sizing: border-box;
1959
- cursor: text;
1960
- line-height: normal;
1961
- min-height: 30px;
1962
- padding: 4px 32px 0 0;
1820
+ .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
1821
+ bottom: 1px;
1822
+ margin-right: 10px;
1963
1823
  position: relative;
1964
- -webkit-user-select: none;
1965
- -moz-user-select: none;
1966
- -ms-user-select: none;
1967
- user-select: none;
1968
- width: 100%;
1969
- }
1970
- .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1971
- height: 27px;
1824
+ text-indent: 0;
1972
1825
  vertical-align: middle;
1973
1826
  }
1974
- .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
1975
- height: 100%;
1976
- min-height: 100%;
1827
+
1828
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
1829
+ margin-left: 12px;
1830
+ margin-right: 0;
1831
+ }
1832
+
1833
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
1834
+ float: right;
1835
+ margin-top: 6px;
1836
+ top: 1px;
1977
1837
  }
1978
- .e-multi-select-wrapper .e-delim-view {
1979
- white-space: nowrap;
1838
+
1839
+ .e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
1840
+ top: 6px;
1980
1841
  }
1981
- .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 {
1982
- -webkit-box-sizing: border-box;
1983
- box-sizing: border-box;
1984
- display: inline-block;
1985
- overflow: hidden;
1986
- text-overflow: ellipsis;
1842
+
1843
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
1844
+ float: left;
1987
1845
  }
1988
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1989
- color: #fff;
1990
- font-size: 13px;
1991
- left: 12px;
1992
- top: 0;
1846
+
1847
+ .e-multiselect .e-ddl-icon::before {
1848
+ -webkit-transform: rotate(0deg);
1849
+ transform: rotate(0deg);
1850
+ -webkit-transition: -webkit-transform 300ms ease;
1851
+ transition: -webkit-transform 300ms ease;
1852
+ transition: transform 300ms ease;
1853
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
1993
1854
  }
1994
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1995
- background: rgba(var(--color-sf-primary));
1996
- color: #fff;
1997
- padding: 12px 4px 11px 0;
1855
+
1856
+ .e-multiselect.e-icon-anim .e-ddl-icon::before {
1857
+ -webkit-transform: rotate(180deg);
1858
+ transform: rotate(180deg);
1859
+ -webkit-transition: -webkit-transform 300ms ease;
1860
+ transition: -webkit-transform 300ms ease;
1861
+ transition: transform 300ms ease;
1862
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
1998
1863
  }
1999
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
2000
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
2001
- width: 0;
1864
+
1865
+ .e-multiselect.e-checkbox .e-multi-select-wrapper,
1866
+ .e-multiselect .e-multi-select-wrapper.e-down-icon {
1867
+ padding: 0;
2002
1868
  }
2003
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
2004
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
2005
- height: 1px;
2006
- min-height: 1px;
1869
+
1870
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
1871
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
1872
+ padding: 4px 12px 4px;
2007
1873
  }
2008
- .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
2009
- max-width: 100%;
1874
+
1875
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
1876
+ padding: 0 8px;
2010
1877
  }
2011
1878
 
2012
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
2013
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
2014
- display: -webkit-box;
2015
- display: -ms-flexbox;
2016
- display: flex;
2017
- float: left;
2018
- width: auto;
1879
+ .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
1880
+ line-height: 20px;
1881
+ padding-left: 10px;
2019
1882
  }
2020
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
2021
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2022
- display: -webkit-inline-box;
2023
- display: -ms-inline-flexbox;
2024
- display: inline-flex;
2025
- float: none;
1883
+
1884
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
1885
+ .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
1886
+ opacity: 0.3;
2026
1887
  }
2027
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
2028
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
2029
- width: 0;
1888
+
1889
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
1890
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
1891
+ opacity: 0.7;
2030
1892
  }
2031
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
2032
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
2033
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
2034
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
2035
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
2036
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
2037
- display: none;
1893
+
1894
+ .e-multi-select-wrapper input[readonly=true] {
1895
+ pointer-events: none;
2038
1896
  }
2039
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
2040
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
2041
- padding: 0 48px 0 0;
1897
+
1898
+ .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
1899
+ pointer-events: none;
2042
1900
  }
2043
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
2044
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
2045
- -webkit-box-align: center;
2046
- -ms-flex-align: center;
2047
- align-items: center;
2048
- display: inline;
2049
- max-width: 100%;
2050
- word-break: break-word;
1901
+
1902
+ ejs-multiselect {
1903
+ display: block;
2051
1904
  }
2052
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
2053
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2054
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
2055
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2056
- -webkit-box-align: center;
2057
- -ms-flex-align: center;
2058
- align-items: center;
2059
- cursor: pointer;
2060
- display: none;
2061
- -webkit-box-orient: horizontal;
2062
- -webkit-box-direction: normal;
2063
- -ms-flex-direction: row;
2064
- flex-direction: row;
2065
- margin-top: -2em;
2066
- outline: 0;
2067
- padding: 0;
2068
- position: absolute;
2069
- right: 5px;
2070
- top: 100%;
1905
+
1906
+ .e-small.e-multi-select-list-wrapper .e-selectall-parent,
1907
+ .e-small .e-multi-select-list-wrapper .e-selectall-parent {
1908
+ line-height: 26px;
2071
1909
  }
2072
- .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2073
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2074
- .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2075
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2076
- display: -webkit-box;
2077
- display: -ms-flexbox;
2078
- display: flex;
1910
+
1911
+ .e-small .e-multi-select-wrapper .e-chips-close {
1912
+ height: 14px;
1913
+ width: 14px;
2079
1914
  }
2080
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2081
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2082
- margin-right: 0;
2083
- margin-top: -2em;
2084
- right: 0;
1915
+
1916
+ .e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
1917
+ right: 24px;
2085
1918
  }
2086
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
2087
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
2088
- top: -1px;
1919
+
1920
+ .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1921
+ margin-top: -1.7em;
1922
+ height: 22px;
1923
+ width: 22px;
1924
+ line-height: normal;
2089
1925
  }
2090
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
2091
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
2092
- font-size: 16px;
2093
- height: 30px;
2094
- width: 30px;
1926
+
1927
+ .e-small .e-multi-select-wrapper {
1928
+ min-height: 24px;
2095
1929
  }
2096
1930
 
2097
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
2098
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
2099
- float: right;
1931
+ .e-small .e-multi-select-wrapper input[type=text] {
1932
+ height: 26px;
1933
+ min-height: 26px;
2100
1934
  }
2101
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
2102
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2103
- float: none;
1935
+
1936
+ .e-small .e-multi-select-wrapper .e-delim-values {
1937
+ font-size: 12px;
1938
+ line-height: 26px;
2104
1939
  }
2105
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
2106
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
2107
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
2108
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
2109
- left: 0;
2110
- right: auto;
1940
+
1941
+ .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1942
+ .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1943
+ margin-top: -1.5em;
1944
+ font-size: 14px;
1945
+ height: 22px;
1946
+ width: 22px;
2111
1947
  }
2112
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
2113
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
2114
- padding: 0 0 0 48px;
1948
+
1949
+ .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1950
+ .e-small .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1951
+ margin-top: -1.4em;
2115
1952
  }
2116
1953
 
2117
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
2118
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
2119
- opacity: 0.7;
2120
- pointer-events: none;
1954
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1955
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1956
+ margin-top: -1.4em;
2121
1957
  }
2122
1958
 
2123
- .e-multiselect.e-input-group,
2124
- .e-multiselect.e-float-input {
2125
- word-wrap: initial;
1959
+ .e-small .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1960
+ right: 22px;
2126
1961
  }
2127
1962
 
2128
- .e-multiselect.e-input-group .e-searcher .e-label-top,
2129
- .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
2130
- top: 15px;
1963
+ .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
1964
+ background-size: 300px 33px;
1965
+ min-height: 33px;
2131
1966
  }
2132
1967
 
2133
- .e-multi-select-wrapper.e-close-icon-hide {
2134
- padding-right: 0;
1968
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1969
+ color: inherit;
1970
+ font-size: inherit;
1971
+ min-height: 34px;
1972
+ padding: 8px 12px 9px;
2135
1973
  }
2136
1974
 
2137
- .e-multi-select-wrapper .e-chips-collection {
2138
- cursor: default;
2139
- display: block;
1975
+ .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1976
+ padding: 8px 12px 9px;
2140
1977
  }
2141
1978
 
2142
- .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
2143
- margin-right: 30px;
1979
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1980
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1981
+ font-size: inherit;
1982
+ min-height: 30px;
1983
+ padding: 7px 10px;
2144
1984
  }
2145
1985
 
2146
- .e-multi-select-wrapper .e-multi-hidden {
2147
- border: 0;
2148
- height: 0;
2149
- position: absolute;
2150
- visibility: hidden;
2151
- width: 0;
1986
+ .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1987
+ .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1988
+ padding: 7px 10px;
2152
1989
  }
2153
1990
 
2154
- .e-multi-select-wrapper .e-chips {
2155
- -webkit-box-align: center;
2156
- -ms-flex-align: center;
2157
- align-items: center;
2158
- display: -webkit-inline-box;
2159
- display: -ms-inline-flexbox;
2160
- display: inline-flex;
2161
- float: left;
2162
- margin: 0 8px 4px 0;
2163
- max-width: 100%;
2164
- overflow: hidden;
2165
- padding: 0 4px 0 8px;
2166
- text-overflow: ellipsis;
2167
- white-space: nowrap;
1991
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1992
+ min-height: 30px;
1993
+ padding: 3px 38px 1px 0;
2168
1994
  }
2169
1995
 
2170
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
2171
- max-width: 100%;
2172
- overflow: hidden;
2173
- padding: 2px 6px 2px 2px;
2174
- text-indent: 0;
2175
- text-overflow: ellipsis;
2176
- white-space: nowrap;
1996
+ .e-multiselect.e-outline .e-multi-select-wrapper {
1997
+ min-height: 34px;
1998
+ padding: 3px 38px 1px 0;
2177
1999
  }
2178
2000
 
2179
- .e-multi-select-wrapper.e-delimiter .e-searcher {
2180
- display: inline-block;
2181
- float: none;
2001
+ .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2002
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2003
+ padding-right: 0;
2182
2004
  }
2183
2005
 
2184
- .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
2185
- padding: 8px 4px 8px 0;
2006
+ .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2007
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2008
+ .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2009
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2010
+ .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2011
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2012
+ .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2013
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2014
+ .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2015
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2016
+ padding-left: 0;
2186
2017
  }
2187
2018
 
2188
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
2189
- padding: 8px 0 8px 4px;
2019
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
2020
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
2021
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
2022
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
2023
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2024
+ padding: 3px 0 1px 38px;
2190
2025
  }
2191
2026
 
2192
- .e-multi-select-wrapper .e-chips-close {
2193
- -ms-flex-item-align: center;
2194
- align-self: center;
2195
- display: -webkit-box;
2196
- display: -ms-flexbox;
2197
- display: flex;
2198
- float: right;
2199
- font-family: "e-icons";
2200
- height: 13px;
2201
- margin: 0 0 0;
2202
- width: 16px;
2027
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2028
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2029
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2030
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2031
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2032
+ padding-left: 0;
2203
2033
  }
2204
2034
 
2205
- .e-rtl .e-multi-select-wrapper .e-chips-close {
2206
- margin: 0 0 0;
2035
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2036
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2037
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2038
+ padding-right: 0;
2207
2039
  }
2208
2040
 
2209
- .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
2210
- margin: 3px 0 0;
2041
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2042
+ height: 34px;
2211
2043
  }
2212
2044
 
2213
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2214
- cursor: default;
2215
- font-size: 16px;
2045
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
2046
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2216
2047
  height: 30px;
2217
- margin-top: -1.8em;
2218
- position: absolute;
2219
- right: 5px;
2220
- width: 30px;
2221
- top: 100%;
2222
- border-radius: 16px;
2223
2048
  }
2224
2049
 
2225
- .e-multiselect .e-chips-close.e-close-hooker:hover {
2226
- background: rgba(var(--color-sf-on-surface), 0.08);
2227
- border: 1px;
2050
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2051
+ font-size: 14px;
2052
+ line-height: 34px;
2053
+ padding: 0 0 0 12px;
2228
2054
  }
2229
2055
 
2230
- .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2231
- .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2232
- .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2233
- right: 30px;
2056
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2057
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2058
+ font-size: 13px;
2059
+ line-height: 30px;
2060
+ padding: 0 0 0 8px;
2234
2061
  }
2235
2062
 
2236
- .e-small.e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2237
- .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2238
- .e-small.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2239
- right: 30px;
2063
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2064
+ padding: 0 12px 0 0;
2240
2065
  }
2241
2066
 
2242
- .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2243
- left: 30px;
2244
- right: auto;
2067
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2068
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2069
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2070
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2071
+ .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2072
+ .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2073
+ padding: 0 8px 0 0;
2245
2074
  }
2246
2075
 
2247
- .e-multi-select-wrapper input[type=text] {
2248
- background: none;
2249
- border: 0;
2250
- font-family: inherit;
2251
- font-size: 13px;
2252
- font-weight: normal;
2253
- height: 28px;
2254
- min-height: 28px;
2255
- outline: none;
2256
- padding: 0;
2257
- text-indent: 0;
2076
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2077
+ height: 26px;
2078
+ margin: 4px 0 4px 8px;
2079
+ padding: 0 8px;
2258
2080
  }
2259
2081
 
2260
- .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2261
- background: none;
2262
- border: 0;
2263
- color: inherit;
2264
- font-family: inherit;
2265
- font-size: 14px;
2266
- font-weight: normal;
2267
- height: 28px;
2268
- min-height: 28px;
2269
- outline: none;
2270
- padding: 0;
2271
- text-indent: 0;
2082
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2083
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2084
+ margin: 4px 8px 4px 0;
2272
2085
  }
2273
2086
 
2274
- .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2275
- padding: 5px;
2087
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2088
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2089
+ height: 24px;
2090
+ padding: 0 8px;
2276
2091
  }
2277
2092
 
2278
- /* stylelint-disable property-no-vendor-prefix */
2279
- .e-multi-select-wrapper input[type=text]::-ms-clear {
2280
- display: none;
2093
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2094
+ padding: 0 8px 0 0;
2281
2095
  }
2282
2096
 
2283
- .e-multi-select-wrapper .e-searcher {
2284
- display: block;
2285
- float: left;
2286
- width: auto;
2097
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2098
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2099
+ padding: 0 0 0 8px;
2287
2100
  }
2288
2101
 
2289
- .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2290
- width: calc(100% - 32px);
2102
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2103
+ font-size: 13px;
2291
2104
  }
2292
2105
 
2293
- .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2294
- .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2295
- width: calc(100% - 30px);
2106
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2107
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2108
+ font-size: 12px;
2296
2109
  }
2297
2110
 
2298
- .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2299
- width: calc(100% - 32px);
2111
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2112
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2113
+ -webkit-box-align: normal;
2114
+ -ms-flex-align: normal;
2115
+ align-items: normal;
2300
2116
  }
2301
2117
 
2302
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2303
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2304
- width: calc(100% - 30px);
2118
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2119
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2120
+ font-size: 14px;
2305
2121
  }
2306
2122
 
2307
- .e-multi-select-wrapper .e-delim-values {
2308
- font-family: inherit;
2309
- font-size: 14px;
2310
- line-height: 28px;
2311
- max-width: 100%;
2312
- padding-left: 0;
2313
- padding-right: 6px;
2314
- vertical-align: middle;
2123
+ .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2124
+ .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2125
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
2126
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2127
+ font-size: 13px;
2315
2128
  }
2316
2129
 
2317
- .e-multi-select-list-wrapper .e-hide-listitem,
2318
- .e-multi-select-list-wrapper .e-hide-group-header {
2319
- display: none;
2130
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
2131
+ padding: 0 12px 0 8px;
2320
2132
  }
2321
2133
 
2322
- .e-multi-select-wrapper .e-delim-values .e-remain {
2323
- color: rgba(var(--color-sf-on-surface));
2324
- cursor: pointer;
2325
- display: inline-block;
2326
- font-size: 13px;
2327
- padding-left: 16px;
2134
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper {
2135
+ padding: 0;
2328
2136
  }
2329
2137
 
2330
- .e-multiselect.e-disabled .e-multi-select-wrapper,
2331
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
2332
- cursor: not-allowed;
2138
+ .e-filled.e-float-input .e-multi-select-wrapper {
2139
+ padding: 11px 12px 0;
2333
2140
  }
2334
2141
 
2335
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2336
- height: 40px;
2337
- left: 0;
2338
- margin: 0 0 0 0;
2339
- margin-left: auto;
2340
- position: relative;
2341
- top: 0;
2342
- width: 40px;
2142
+ .e-small.e-filled.e-float-input .e-multi-select-wrapper,
2143
+ .e-small .e-filled.e-float-input .e-multi-select-wrapper {
2144
+ padding: 12px 12px 0 8px;
2343
2145
  }
2344
2146
 
2345
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2346
- -ms-flex-item-align: center;
2347
- align-self: center;
2348
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2349
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2350
- display: -webkit-inline-box;
2351
- display: -ms-inline-flexbox;
2352
- display: inline-flex;
2353
- padding: 0 0 0 16px;
2354
- width: 92%;
2147
+ .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
2148
+ .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
2149
+ padding: 0;
2150
+ }
2151
+
2152
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2153
+ min-height: 39px;
2154
+ padding-right: 10px;
2355
2155
  }
2356
2156
 
2357
- .e-multi-select-wrapper .e-ddl-disable-icon::before {
2358
- content: "";
2157
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
2158
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2159
+ min-height: 32px;
2359
2160
  }
2360
2161
 
2361
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
2362
- float: none;
2162
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
2163
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
2164
+ height: 22px;
2165
+ min-height: 22px;
2166
+ padding: 2px;
2363
2167
  }
2364
2168
 
2365
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
2366
- padding-left: 0;
2169
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2170
+ height: 39px;
2367
2171
  }
2368
- .e-multiselect.e-rtl .e-multi-select-wrapper {
2369
- padding: 0 2px 0 32px;
2172
+
2173
+ .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
2174
+ .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2175
+ height: 32px;
2370
2176
  }
2371
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2372
- left: -12px;
2177
+
2178
+ .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
2179
+ .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
2180
+ height: 22px;
2373
2181
  }
2374
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2375
- margin: 0;
2376
- margin-right: auto;
2182
+
2183
+ .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
2184
+ min-height: 28px;
2377
2185
  }
2378
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
2379
- float: right;
2186
+
2187
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
2188
+ font-size: 13px;
2189
+ line-height: 39px;
2380
2190
  }
2381
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
2382
- float: right;
2383
- margin: 0 0 8px 8px;
2384
- padding: 0 8px 0 4px;
2191
+
2192
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2193
+ font-size: 14px;
2194
+ line-height: 28px;
2385
2195
  }
2386
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
2387
- padding: 5px 4px;
2196
+
2197
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
2198
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
2199
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
2200
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2201
+ font-size: 13px;
2202
+ line-height: 32px;
2388
2203
  }
2389
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
2390
- float: left;
2204
+
2205
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
2206
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2207
+ line-height: 22px;
2391
2208
  }
2392
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
2393
- left: 0;
2209
+
2210
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2211
+ height: 28px;
2394
2212
  }
2395
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
2396
- padding: 0 4px 0 8px;
2213
+
2214
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2215
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2216
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
2217
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2218
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2219
+ height: 24px;
2397
2220
  }
2398
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
2399
- padding: 8px 4px;
2221
+
2222
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2223
+ height: 18px;
2400
2224
  }
2401
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2402
- padding: 0 8px 0 4px;
2225
+
2226
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2227
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2228
+ margin: 8px 8px 0 0;
2229
+ padding: 0 8px;
2403
2230
  }
2404
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2405
- padding: 12px 4px;
2231
+
2232
+ .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2233
+ .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2234
+ margin: 8px 0 0 8px;
2235
+ padding: 0 8px;
2406
2236
  }
2407
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2408
- left: 30px;
2409
- position: absolute;
2410
- right: auto;
2411
- left: 0;
2237
+
2238
+ .e-small .e-filled .e-multi-select-wrapper .e-chips,
2239
+ .e-small.e-filled .e-multi-select-wrapper .e-chips {
2240
+ height: 16px 16px;
2241
+ margin: 4px 4px 0 0;
2242
+ padding-right: 8px;
2412
2243
  }
2413
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
2414
- padding-right: 16px;
2244
+
2245
+ .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2246
+ .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2247
+ margin: 4px 0 0 4px;
2415
2248
  }
2416
2249
 
2417
- .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
2418
- left: 30px;
2250
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
2251
+ height: 12px;
2252
+ width: 12px;
2419
2253
  }
2420
2254
 
2421
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
2422
- left: 0;
2255
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
2256
+ font-size: 13px;
2257
+ padding: 0 8px 0 0;
2423
2258
  }
2424
2259
 
2425
- .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
2426
- bottom: 1px;
2427
- margin-right: 10px;
2428
- position: relative;
2429
- text-indent: 0;
2430
- vertical-align: middle;
2260
+ .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2261
+ .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2262
+ font-size: 12px;
2431
2263
  }
2432
2264
 
2433
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
2434
- padding-left: 14px;
2265
+ .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2266
+ font-size: 12px;
2267
+ padding: 0 4px 0 0;
2435
2268
  }
2436
2269
 
2437
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper .e-ripple-container {
2438
- left: 4px;
2270
+ .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2271
+ padding: 0 0 0 4px;
2439
2272
  }
2440
2273
 
2441
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
2442
- padding-right: 25px;
2274
+ .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2275
+ .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2276
+ font-size: 10px;
2443
2277
  }
2444
2278
 
2445
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
2446
- bottom: 1px;
2447
- margin-right: 10px;
2448
- position: relative;
2449
- text-indent: 0;
2450
- vertical-align: middle;
2279
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
2280
+ font-size: 13px;
2281
+ padding-right: 4px;
2451
2282
  }
2452
2283
 
2453
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
2454
- margin-left: 12px;
2455
- margin-right: 0;
2284
+ .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
2285
+ .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
2286
+ height: 38px;
2287
+ margin-top: -38px;
2288
+ right: 12px;
2289
+ top: 100%;
2290
+ width: 16px;
2456
2291
  }
2457
2292
 
2458
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
2459
- margin-left: 12px;
2460
- margin-right: 0;
2293
+ .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2294
+ .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2295
+ .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2296
+ .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2297
+ .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 {
2298
+ display: none;
2461
2299
  }
2462
2300
 
2463
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
2464
- padding-right: 0;
2301
+ .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
2302
+ margin: 0;
2465
2303
  }
2466
2304
 
2467
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
2468
- padding-right: 15px;
2305
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2306
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2307
+ cursor: not-allowed;
2469
2308
  }
2470
2309
 
2471
- .e-multi-select-list-wrapper .e-selectall-parent {
2310
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2311
+ .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 {
2472
2312
  cursor: pointer;
2473
- display: block;
2474
- line-height: 36px;
2475
- overflow: hidden;
2476
- text-overflow: ellipsis;
2477
- padding-right: 16px;
2478
- position: relative;
2479
- text-indent: 17px;
2480
- white-space: nowrap;
2481
- width: 100%;
2482
2313
  }
2483
2314
 
2484
- .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
2485
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
2486
- padding-left: 16px;
2487
- padding-right: 15px;
2315
+ .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
2316
+ bottom: 0;
2317
+ right: 0;
2318
+ cursor: nwse-resize;
2319
+ height: 15px;
2320
+ position: absolute;
2321
+ width: 15px;
2488
2322
  }
2489
2323
 
2490
- .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
2491
- color: rgba(var(--color-sf-on-surface));
2492
- font-family: inherit;
2493
- font-size: 14px;
2494
- }
2495
2324
 
2496
- .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
2497
- bottom: 1px;
2498
- margin-right: 10px;
2499
- position: relative;
2500
- text-indent: 0;
2501
- vertical-align: middle;
2325
+
2326
+
2327
+
2328
+
2329
+
2330
+
2331
+
2332
+ /* Font Family */
2333
+ /* Font Sizes */
2334
+ /* Radius */
2335
+ /* 1px */
2336
+ /* 2px */
2337
+ /* 3px */
2338
+ /* 4px */
2339
+ /* 5px */
2340
+ /* 6px */
2341
+ /* 7px */
2342
+ /* 8px */
2343
+ /* 9px */
2344
+ /* 10px */
2345
+ /* 11px */
2346
+ /* 12px */
2347
+ /* 13px */
2348
+ /* 14px */
2349
+ /* 15px */
2350
+ /* 16px */
2351
+ /* 17px */
2352
+ /* 18px */
2353
+ /* 19px */
2354
+ /* 20px */
2355
+ /* 21px */
2356
+ /* 22px */
2357
+ /* 23px */
2358
+ /* 24px */
2359
+ /* 25px */
2360
+ /* 26px */
2361
+ /* 27px */
2362
+ /* 28px */
2363
+ /* 29px */
2364
+ /* 30px */
2365
+ /* 31px */
2366
+ /* 32px */
2367
+ /* 33px */
2368
+ /* 34px */
2369
+ /* 35px */
2370
+ /* 36px */
2371
+ /* 37px */
2372
+ /* 38px */
2373
+ /* 39px */
2374
+ /* 40px */
2375
+ /* 41px */
2376
+ /* 42px */
2377
+ /* 43px */
2378
+ /* 44px */
2379
+ /* 45px */
2380
+ /* 46px */
2381
+ /* 47px */
2382
+ /* 48px */
2383
+ /* 49px */
2384
+ /* 50px */
2385
+ /* 5em */
2386
+ /* 65% */
2387
+ /* border */
2388
+ /* 0px */
2389
+ /* 1px */
2390
+ /* 1.5px */
2391
+ /* 2px */
2392
+ /* 3px */
2393
+ /* 4px */
2394
+ /* 5px */
2395
+ /* 6px */
2396
+ /* 7px */
2397
+ /* 8px */
2398
+ /* 9px */
2399
+ /* 10px */
2400
+ /* 11px */
2401
+ /* 12px */
2402
+ /* 13px */
2403
+ /* 14px */
2404
+ /* 15px */
2405
+ /* 16px */
2406
+ .e-bigger.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
2407
+ top: 3px;
2502
2408
  }
2503
2409
 
2504
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
2505
- margin-left: 12px;
2506
- margin-right: 0;
2410
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2411
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2412
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2413
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2414
+ height: 38px;
2415
+ margin-top: -55px;
2416
+ right: 12px;
2417
+ top: 100%;
2418
+ width: 18px;
2507
2419
  }
2508
2420
 
2509
- .e-multiselect .e-input-group-icon.e-ddl-icon {
2510
- float: right;
2511
- margin-top: 6px;
2512
- top: 1px;
2421
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2422
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2423
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2424
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2425
+ .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2426
+ .e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2427
+ .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2428
+ .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
2429
+ right: 48px;
2513
2430
  }
2514
2431
 
2515
- .e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
2516
- top: 6px;
2432
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2433
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2434
+ height: 40px;
2435
+ margin-top: -55px;
2436
+ right: 6px;
2437
+ top: 100%;
2438
+ width: 40px;
2517
2439
  }
2518
2440
 
2519
- .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
2520
- float: left;
2441
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2442
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
2443
+ right: 60px;
2521
2444
  }
2522
2445
 
2523
- .e-multiselect .e-ddl-icon::before {
2524
- -webkit-transform: rotate(0deg);
2525
- transform: rotate(0deg);
2526
- -webkit-transition: -webkit-transform 300ms ease;
2527
- transition: -webkit-transform 300ms ease;
2528
- transition: transform 300ms ease;
2529
- transition: transform 300ms ease, -webkit-transform 300ms ease;
2446
+ .e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2447
+ .e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2448
+ .e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2449
+ .e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2450
+ .e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2451
+ .e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2452
+ .e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2453
+ .e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2454
+ .e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2455
+ .e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2456
+ .e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2457
+ .e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2458
+ .e-rtl.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2459
+ .e-rtl.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2460
+ .e-rtl .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2461
+ .e-bigger.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2462
+ .e-rtl.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2463
+ .e-rtl .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2464
+ .e-bigger .e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2465
+ .e-bigger .e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2466
+ .e-rtl.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2467
+ .e-rtl .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2468
+ .e-small .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2469
+ .e-small .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
2470
+ left: 48px;
2471
+ right: auto;
2530
2472
  }
2531
2473
 
2532
- .e-multiselect.e-icon-anim .e-ddl-icon::before {
2533
- -webkit-transform: rotate(180deg);
2534
- transform: rotate(180deg);
2535
- -webkit-transition: -webkit-transform 300ms ease;
2536
- transition: -webkit-transform 300ms ease;
2537
- transition: transform 300ms ease;
2538
- transition: transform 300ms ease, -webkit-transform 300ms ease;
2474
+ .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2475
+ .e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2476
+ .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2477
+ .e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2478
+ .e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2479
+ .e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2480
+ .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2481
+ .e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2482
+ .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2483
+ .e-rtl .e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2484
+ .e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2485
+ .e-bigger .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
2486
+ left: 60px;
2487
+ right: auto;
2539
2488
  }
2540
2489
 
2541
- .e-multiselect.e-checkbox .e-multi-select-wrapper,
2542
- .e-multiselect .e-multi-select-wrapper.e-down-icon {
2543
- padding: 0;
2490
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
2491
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
2492
+ content: "\e208";
2493
+ font-size: 20px;
2494
+ height: 20px;
2495
+ left: 0;
2496
+ margin-top: -10px;
2497
+ top: 50%;
2544
2498
  }
2545
2499
 
2546
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
2547
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
2548
- padding: 4px 12px 4px;
2500
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
2501
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
2502
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
2503
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
2504
+ content: "\e208";
2505
+ font-size: 18px;
2506
+ height: 18px;
2507
+ left: 0;
2508
+ margin-top: -9px;
2509
+ top: 50%;
2549
2510
  }
2550
2511
 
2551
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
2552
- padding: 0 8px;
2512
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
2513
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
2514
+ font-size: 16px;
2553
2515
  }
2554
2516
 
2555
- .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
2556
- line-height: 20px;
2557
- padding-left: 10px;
2517
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
2518
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
2519
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
2520
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
2521
+ font-size: 14px;
2558
2522
  }
2559
2523
 
2560
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
2561
- .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
2562
- opacity: 0.3;
2524
+ .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2525
+ .e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2526
+ .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2527
+ .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
2528
+ margin: 10px 16px 10px 0;
2563
2529
  }
2564
2530
 
2565
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
2566
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
2567
- opacity: 0.7;
2531
+ .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2532
+ .e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2533
+ .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2534
+ .e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2535
+ .e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2536
+ .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2537
+ .e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2538
+ .e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
2539
+ margin: 6px 12px 8px 0;
2568
2540
  }
2569
2541
 
2570
- .e-multi-select-wrapper input[readonly=true] {
2571
- pointer-events: none;
2542
+ .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2543
+ .e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2544
+ .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2545
+ .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
2546
+ margin: 10px 16px 10px 0;
2572
2547
  }
2573
2548
 
2574
- .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
2575
- pointer-events: none;
2549
+ .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2550
+ .e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2551
+ .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2552
+ .e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2553
+ .e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2554
+ .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2555
+ .e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2556
+ .e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
2557
+ margin: 6px 12px 8px 0;
2576
2558
  }
2577
2559
 
2578
- ejs-multiselect {
2579
- display: block;
2560
+ .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2561
+ .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2562
+ .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2563
+ .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2564
+ .e-rtl .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2565
+ .e-bigger.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2566
+ .e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2567
+ .e-bigger.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
2568
+ margin: 10px 0 10px 16px;
2580
2569
  }
2581
2570
 
2582
- .e-small.e-multi-select-list-wrapper .e-selectall-parent,
2583
- .e-small .e-multi-select-list-wrapper .e-selectall-parent {
2584
- line-height: 26px;
2571
+ .e-rtl.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2572
+ .e-bigger.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2573
+ .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2574
+ .e-small.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2575
+ .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2576
+ .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2577
+ .e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2578
+ .e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2579
+ .e-rtl .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2580
+ .e-rtl.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2581
+ .e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2582
+ .e-rtl.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2583
+ .e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2584
+ .e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2585
+ .e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2586
+ .e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
2587
+ margin: 6px 0 8px 12px;
2585
2588
  }
2586
2589
 
2587
- .e-small .e-multi-select-wrapper .e-chips-close {
2590
+ .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
2591
+ .e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
2588
2592
  height: 14px;
2589
2593
  width: 14px;
2590
2594
  }
2591
2595
 
2592
- .e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
2593
- right: 24px;
2596
+ .e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
2597
+ .e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
2598
+ .e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
2599
+ .e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before {
2600
+ font-size: 12px;
2601
+ height: 12px;
2602
+ width: 12px;
2594
2603
  }
2595
2604
 
2596
- .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2597
- margin-top: -1.7em;
2598
- height: 22px;
2599
- width: 22px;
2600
- line-height: normal;
2605
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
2606
+ .e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
2607
+ .e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
2608
+ .e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
2609
+ .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
2610
+ .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before {
2611
+ font-size: 14px;
2612
+ height: 14px;
2613
+ width: 14px;
2601
2614
  }
2602
2615
 
2603
- .e-small .e-multi-select-wrapper {
2604
- min-height: 24px;
2616
+ .e-bigger.e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2617
+ .e-bigger.e-small .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2618
+ left: 10px;
2619
+ right: auto;
2605
2620
  }
2606
2621
 
2607
- .e-small .e-multi-select-wrapper input[type=text] {
2608
- height: 26px;
2609
- min-height: 26px;
2622
+ .e-bigger.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2623
+ .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2624
+ .e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2625
+ .e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2626
+ left: 12px;
2627
+ right: auto;
2610
2628
  }
2611
2629
 
2612
- .e-small .e-multi-select-wrapper .e-delim-values {
2613
- font-size: 12px;
2614
- line-height: 26px;
2630
+ .e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2631
+ .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
2632
+ height: 24px;
2633
+ margin: 12px -4px 8px -1px;
2634
+ padding: 0;
2635
+ width: 24px;
2615
2636
  }
2616
2637
 
2617
- .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2618
- .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2619
- margin-top: -1.5em;
2620
- font-size: 14px;
2621
- height: 22px;
2622
- width: 22px;
2638
+ .e-bigger.e-multiselect.e-input-group.e-filled.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2639
+ .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
2640
+ margin: 0;
2623
2641
  }
2624
2642
 
2625
- .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2626
- .e-small .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2627
- margin-top: -1.4em;
2643
+ .e-bigger.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2644
+ .e-bigger.e-small .e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2645
+ .e-bigger .e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2646
+ .e-small .e-bigger.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
2647
+ height: 20px;
2648
+ margin: 0 0 8px;
2649
+ padding: 0;
2650
+ width: 20px;
2628
2651
  }
2629
2652
 
2630
- .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2631
- .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2632
- margin-top: -1.4em;
2653
+ .e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
2654
+ .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
2655
+ font-size: 20px;
2656
+ height: 20px;
2657
+ width: 20px;
2633
2658
  }
2634
2659
 
2635
- .e-small .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2636
- right: 22px;
2660
+ .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
2661
+ .e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
2662
+ .e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
2663
+ .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
2664
+ font-size: 18px;
2665
+ height: 18px;
2666
+ width: 18px;
2637
2667
  }
2638
2668
 
2639
- .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
2640
- background-size: 300px 33px;
2641
- min-height: 33px;
2669
+ .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2670
+ .e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2671
+ .e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
2672
+ .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
2673
+ height: 24px;
2674
+ margin: 7px -4px 8px -1px;
2675
+ padding: 0;
2676
+ width: 24px;
2642
2677
  }
2643
2678
 
2644
- .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2645
- color: inherit;
2646
- font-size: inherit;
2647
- min-height: 34px;
2648
- padding: 8px 12px 9px;
2679
+ .e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
2680
+ .e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
2681
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
2682
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
2683
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
2684
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
2685
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
2686
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before {
2687
+ content: "";
2649
2688
  }
2650
2689
 
2651
- .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2652
- padding: 8px 12px 9px;
2690
+ .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2691
+ color: rgba(var(--color-sf-on-surface-variant));
2653
2692
  }
2654
2693
 
2655
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
2656
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2657
- font-size: inherit;
2658
- min-height: 30px;
2659
- padding: 7px 10px;
2694
+ .e-multi-select-wrapper .e-chips.e-chip-selected {
2695
+ background: transparent;
2660
2696
  }
2661
2697
 
2662
- .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
2663
- .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2664
- padding: 7px 10px;
2698
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2699
+ background: rgba(var(--color-sf-on-surface), 0.05), 0.05;
2665
2700
  }
2666
2701
 
2667
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2668
- min-height: 30px;
2669
- padding: 3px 38px 1px 0;
2702
+ .e-multiselect {
2703
+ -webkit-box-sizing: border-box;
2704
+ box-sizing: border-box;
2670
2705
  }
2671
2706
 
2672
- .e-multiselect.e-outline .e-multi-select-wrapper {
2673
- min-height: 34px;
2674
- padding: 3px 38px 1px 0;
2707
+ /* stylelint-disable property-no-vendor-prefix */
2708
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
2709
+ -webkit-text-fill-color: rgba(var(--color-sf-on-surface-variant));
2710
+ color: rgba(var(--color-sf-on-surface-variant));
2711
+ font-family: inherit;
2712
+ font-size: 13px;
2675
2713
  }
2676
2714
 
2677
- .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2678
- .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2679
- padding-right: 0;
2715
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
2716
+ color: rgba(var(--color-sf-on-surface-variant));
2680
2717
  }
2681
2718
 
2682
- .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2683
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2684
- .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2685
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2686
- .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2687
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2688
- .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2689
- .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2690
- .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2691
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2692
- padding-left: 0;
2719
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
2720
+ color: rgba(var(--color-sf-on-surface-variant));
2693
2721
  }
2694
2722
 
2695
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
2696
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
2697
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
2698
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
2699
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2700
- padding: 3px 0 1px 38px;
2723
+ .e-multi-select-wrapper .e-chips {
2724
+ background: transparent;
2725
+ border: 1px solid rgba(var(--color-sf-outline));
2726
+ border-radius: calc(var(--e-radius) * 0.5);
2727
+ height: 24px;
2701
2728
  }
2702
2729
 
2703
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2704
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2705
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2706
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2707
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2708
- padding-left: 0;
2730
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
2731
+ background: rgba(var(--color-sf-on-surface), 0.05), 0.05;
2709
2732
  }
2710
2733
 
2711
- .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2712
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2713
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2714
- padding-right: 0;
2734
+ .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
2735
+ color: rgba(var(--color-sf-on-surface-variant));
2715
2736
  }
2716
2737
 
2717
- .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2718
- height: 34px;
2738
+ .e-multi-select-wrapper .e-chips .e-chips-close::before {
2739
+ -webkit-text-fill-color: rgba(var(--color-sf-on-surface-variant));
2740
+ color: rgba(var(--color-sf-on-surface-variant));
2741
+ font-size: 13px;
2719
2742
  }
2720
2743
 
2721
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
2722
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2723
- height: 30px;
2744
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2745
+ background: rgba(var(--color-sf-primary));
2746
+ border-radius: calc(var(--e-radius) * 0.125);
2747
+ color: #fff;
2748
+ height: 40px;
2749
+ line-height: 40px;
2724
2750
  }
2725
2751
 
2726
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2727
- font-size: 14px;
2728
- line-height: 34px;
2729
- padding: 0 0 0 12px;
2752
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2753
+ color: #fff;
2730
2754
  }
2731
2755
 
2732
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2733
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2734
- font-size: 13px;
2735
- line-height: 30px;
2736
- padding: 0 0 0 8px;
2756
+ .e-multi-select-wrapper .e-chips.e-mob-chip {
2757
+ height: 32px;
2737
2758
  }
2738
2759
 
2739
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2740
- padding: 0 12px 0 0;
2760
+ .e-popup.e-multi-select-list-wrapper {
2761
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2762
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2763
+ -webkit-box-sizing: content-box;
2764
+ box-sizing: content-box;
2765
+ overflow: initial;
2741
2766
  }
2742
2767
 
2743
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2744
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2745
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2746
- .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2747
- .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2748
- .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2749
- padding: 0 8px 0 0;
2768
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
2769
+ border-bottom: 1px solid transparent;
2770
+ border-left: 1px solid rgba(var(--color-sf-primary-container), 0.65);
2771
+ border-right: 1px solid rgba(var(--color-sf-primary-container), 0.65);
2772
+ border-top: 1px solid rgba(var(--color-sf-primary));
2750
2773
  }
2751
2774
 
2752
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2753
- height: 26px;
2754
- margin: 4px 0 4px 8px;
2755
- padding: 0 8px;
2775
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
2776
+ background: transparent;
2777
+ border-color: transparent;
2778
+ color: rgba(var(--color-sf-on-surface));
2756
2779
  }
2757
2780
 
2758
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2759
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2760
- margin: 4px 8px 4px 0;
2781
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
2782
+ background: transparent;
2783
+ border-color: transparent;
2784
+ color: rgba(var(--color-sf-on-surface));
2761
2785
  }
2762
2786
 
2763
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2764
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2765
- height: 24px;
2766
- padding: 0 8px;
2787
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
2788
+ color: rgba(var(--color-sf-on-surface));
2767
2789
  }
2768
2790
 
2769
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2770
- padding: 0 8px 0 0;
2791
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
2792
+ color: rgba(var(--color-sf-on-surface));
2771
2793
  }
2772
2794
 
2773
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2774
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2775
- padding: 0 0 0 8px;
2795
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
2796
+ background: rgba(var(--color-sf-on-surface), 0.05), 0.05;
2776
2797
  }
2777
2798
 
2778
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2779
- font-size: 13px;
2799
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
2800
+ background: rgba(var(--color-sf-on-surface), 0.05), 0.05;
2780
2801
  }
2781
2802
 
2782
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2783
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2784
- font-size: 12px;
2803
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
2804
+ border-bottom: 1px solid transparent;
2805
+ border-top: 1px solid transparent;
2785
2806
  }
2786
2807
 
2787
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2788
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2789
- -webkit-box-align: normal;
2790
- -ms-flex-align: normal;
2791
- align-items: normal;
2808
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
2809
+ border-bottom: 1px solid transparent;
2792
2810
  }
2793
2811
 
2794
- .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2795
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2796
- font-size: 14px;
2812
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
2813
+ border-top: 1px solid transparent;
2797
2814
  }
2798
2815
 
2799
- .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2800
- .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2801
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
2802
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2803
- font-size: 13px;
2816
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
2817
+ background: rgba(var(--color-sf-primary-container), 0.65);
2818
+ -webkit-box-shadow: none;
2819
+ box-shadow: none;
2820
+ color: rgba(var(--color-sf-on-surface));
2821
+ border: 1px solid transparent;
2804
2822
  }
2805
2823
 
2806
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
2807
- padding: 0 12px 0 8px;
2824
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
2825
+ background: rgba(var(--color-sf-primary-container), 0.65);
2826
+ -webkit-box-shadow: none;
2827
+ box-shadow: none;
2828
+ color: rgba(var(--color-sf-on-surface));
2829
+ border: 1px solid transparent;
2808
2830
  }
2809
2831
 
2810
- .e-multiselect.e-filled.e-input-group.e-control-wrapper {
2811
- padding: 0;
2832
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-item-focus {
2833
+ background: rgba(var(--color-sf-on-surface), 0.04);
2812
2834
  }
2813
2835
 
2814
- .e-filled.e-float-input .e-multi-select-wrapper {
2815
- padding: 11px 12px 0;
2836
+ .e-popup.e-multi-select-list-wrapper .e-list-item {
2837
+ border: 1px solid transparent;
2816
2838
  }
2817
2839
 
2818
- .e-small.e-filled.e-float-input .e-multi-select-wrapper,
2819
- .e-small .e-filled.e-float-input .e-multi-select-wrapper {
2820
- padding: 12px 12px 0 8px;
2840
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
2841
+ border: 1px solid transparent;
2821
2842
  }
2822
2843
 
2823
- .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
2824
- .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
2825
- padding: 0;
2844
+ .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2845
+ color: rgba(var(--color-sf-outline));
2826
2846
  }
2827
2847
 
2828
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2829
- min-height: 39px;
2830
- padding-right: 10px;
2848
+ .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2849
+ color: rgba(var(--color-sf-outline));
2831
2850
  }
2832
2851
 
2833
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
2834
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2835
- min-height: 32px;
2852
+ .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2853
+ color: rgba(var(--color-sf-outline));
2836
2854
  }
2837
2855
 
2838
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
2839
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
2840
- height: 22px;
2841
- min-height: 22px;
2842
- padding: 2px;
2856
+ .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2857
+ color: rgba(var(--color-sf-outline));
2843
2858
  }
2844
2859
 
2845
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2846
- height: 39px;
2860
+ .e-ul.e-reorder {
2861
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2847
2862
  }
2848
2863
 
2849
- .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
2850
- .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2851
- height: 32px;
2864
+ .e-multi-select-list-wrapper .e-selectall-parent {
2865
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2852
2866
  }
2853
2867
 
2854
- .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
2855
- .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
2856
- height: 22px;
2868
+ .e-multi-select-wrapper .e-delim-values {
2869
+ -webkit-text-fill-color: rgba(var(--color-sf-on-surface-variant));
2870
+ color: rgba(var(--color-sf-on-surface-variant));
2857
2871
  }
2858
2872
 
2859
- .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
2860
- min-height: 28px;
2873
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2874
+ color: rgba(var(--color-sf-on-surface-variant));
2861
2875
  }
2862
2876
 
2863
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
2864
- font-size: 13px;
2865
- line-height: 39px;
2877
+ .e-small .e-multi-select-wrapper .e-chips {
2878
+ height: 20px;
2866
2879
  }
2867
2880
 
2868
- .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2869
- font-size: 14px;
2870
- line-height: 28px;
2881
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
2882
+ font-size: 12px;
2871
2883
  }
2872
2884
 
2873
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
2874
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
2875
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
2876
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2877
- font-size: 13px;
2878
- line-height: 32px;
2885
+ .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
2886
+ font-size: 14px;
2879
2887
  }
2880
2888
 
2881
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
2882
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2883
- line-height: 22px;
2889
+ .e-small .e-multi-select-wrapper .e-close-hooker::before {
2890
+ left: 0;
2884
2891
  }
2885
2892
 
2886
- .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2887
- height: 28px;
2893
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2894
+ background: transparent;
2888
2895
  }
2889
2896
 
2890
- .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2891
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2892
- .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
2893
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2894
- .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2895
- height: 24px;
2897
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
2898
+ background: rgb(206.15, 206.15, 206.15);
2896
2899
  }
2897
2900
 
2898
- .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2899
- height: 18px;
2901
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
2902
+ background: rgba(var(--color-sf-on-surface), 0.05), 5%;
2900
2903
  }
2901
2904
 
2902
- .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2903
- .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2904
- margin: 8px 8px 0 0;
2905
- padding: 0 8px;
2905
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
2906
+ background: rgb(206.15, 206.15, 206.15);
2906
2907
  }
2907
2908
 
2908
- .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2909
- .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2910
- margin: 8px 0 0 8px;
2911
- padding: 0 8px;
2909
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
2910
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
2911
+ background: transparent;
2912
2912
  }
2913
2913
 
2914
- .e-small .e-filled .e-multi-select-wrapper .e-chips,
2915
- .e-small.e-filled .e-multi-select-wrapper .e-chips {
2916
- height: 16px 16px;
2917
- margin: 4px 4px 0 0;
2918
- padding-right: 8px;
2914
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
2915
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2916
+ background: rgba(var(--color-sf-on-surface), 0.05), 5%;
2919
2917
  }
2920
2918
 
2921
- .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2922
- .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2923
- margin: 4px 0 0 4px;
2919
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
2920
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
2921
+ color: rgba(var(--color-sf-on-surface-variant));
2924
2922
  }
2925
2923
 
2926
- .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
2927
- height: 12px;
2928
- width: 12px;
2924
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
2925
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
2926
+ color: rgba(var(--color-sf-on-surface-variant));
2929
2927
  }
2930
2928
 
2931
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
2932
- font-size: 13px;
2933
- padding: 0 8px 0 0;
2929
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2930
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2931
+ color: rgba(var(--color-sf-on-surface-variant));
2934
2932
  }
2935
2933
 
2936
- .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2937
- .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2938
- font-size: 12px;
2934
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
2935
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
2936
+ color: rgba(var(--color-sf-on-surface), 0.87);
2939
2937
  }
2940
2938
 
2941
- .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2942
- font-size: 12px;
2943
- padding: 0 4px 0 0;
2939
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
2940
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2941
+ color: rgba(var(--color-sf-on-surface-variant));
2944
2942
  }
2945
2943
 
2946
- .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2947
- padding: 0 0 0 4px;
2944
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
2945
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2946
+ color: #fff;
2948
2947
  }
2949
2948
 
2950
- .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2951
- .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2952
- font-size: 10px;
2949
+ .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
2950
+ .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
2951
+ color: rgba(var(--color-sf-on-surface), 0.87);
2953
2952
  }
2954
2953
 
2955
- .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
2956
- font-size: 13px;
2957
- padding-right: 4px;
2954
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
2955
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
2956
+ color: rgba(var(--color-sf-on-surface), 0.6);
2958
2957
  }
2959
2958
 
2960
- .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
2961
- .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
2962
- height: 38px;
2963
- margin-top: -38px;
2964
- right: 12px;
2965
- top: 100%;
2966
- width: 16px;
2959
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
2960
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
2961
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
2962
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
2963
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2964
+ color: rgba(var(--color-sf-on-surface), 0.38);
2967
2965
  }
2968
2966
 
2969
- .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2970
- .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2971
- .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2972
- .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2973
- .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 {
2974
- display: none;
2967
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2968
+ -webkit-text-fill-color: rgba(var(--color-sf-on-surface), 0.38);
2969
+ color: rgba(var(--color-sf-on-surface), 0.38);
2975
2970
  }
2976
2971
 
2977
- .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
2978
- margin: 0;
2972
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
2973
+ background: transparent;
2979
2974
  }
2980
2975
 
2981
- .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2982
- .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2983
- cursor: not-allowed;
2976
+ .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
2977
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2978
+ background: rgba(var(--color-sf-primary));
2979
+ border-radius: 4px;
2980
+ -webkit-box-sizing: border-box;
2981
+ box-sizing: border-box;
2982
+ color: #fff;
2983
+ height: 40px;
2984
+ line-height: 40px;
2985
+ margin-left: 0;
2986
+ margin-right: 0;
2987
+ width: 100%;
2984
2988
  }
2985
2989
 
2986
- .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2987
- .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 {
2988
- cursor: pointer;
2990
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
2991
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2992
+ width: 33px;
2989
2993
  }
2990
2994
 
2991
- .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
2992
- bottom: 0;
2993
- right: 0;
2994
- cursor: nwse-resize;
2995
- height: 15px;
2996
- position: absolute;
2997
- width: 15px;
2995
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
2996
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2997
+ color: #fff;
2998
2998
  }
2999
2999
 
3000
3000