@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
@@ -38,6 +38,149 @@
38
38
  padding: 0 6px 0 0;
39
39
  }
40
40
 
41
+ .e-dropdownbase {
42
+ display: block;
43
+ height: 100%;
44
+ min-height: 36px;
45
+ position: relative;
46
+ width: 100%;
47
+ }
48
+ .e-dropdownbase .e-list-parent {
49
+ margin: 0;
50
+ padding: 0;
51
+ }
52
+
53
+ .e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
54
+ cursor: default;
55
+ }
56
+
57
+ .e-dropdownbase .e-list-item {
58
+ cursor: pointer;
59
+ overflow: hidden;
60
+ position: relative;
61
+ text-overflow: ellipsis;
62
+ vertical-align: middle;
63
+ white-space: nowrap;
64
+ width: 100%;
65
+ }
66
+
67
+ .e-dropdownbase .e-list-item .e-list-icon {
68
+ font-size: 16px;
69
+ vertical-align: middle;
70
+ }
71
+
72
+ .e-dropdownbase .e-fixed-head {
73
+ position: absolute;
74
+ top: 0;
75
+ }
76
+
77
+ .e-dropdownbase.e-content {
78
+ overflow: auto;
79
+ position: relative;
80
+ }
81
+
82
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
83
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
84
+ color: #212529;
85
+ cursor: default;
86
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
87
+ font-size: 14px;
88
+ padding: 14px 16px;
89
+ text-align: center;
90
+ }
91
+
92
+ .e-mention.e-popup {
93
+ background: #fff;
94
+ border: 0;
95
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
96
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
97
+ margin-top: 2px;
98
+ position: absolute;
99
+ }
100
+
101
+ .e-mention.e-popup .e-dropdownbase {
102
+ min-height: 30px;
103
+ }
104
+
105
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
106
+ display: inline;
107
+ font-weight: bold;
108
+ vertical-align: baseline;
109
+ }
110
+
111
+ .e-mention .e-mention-chip,
112
+ .e-mention .e-mention-chip:hover {
113
+ background: #e9ecef;
114
+ border-radius: 2px;
115
+ border: none;
116
+ color: #0d6efd;
117
+ cursor: default;
118
+ }
119
+
120
+ .e-mention.e-editable-element {
121
+ border: 2px solid #dee2e6;
122
+ height: auto;
123
+ min-height: 120px;
124
+ width: 100%;
125
+ }
126
+
127
+ .e-form-mirror-div {
128
+ white-space: pre-wrap;
129
+ }
130
+
131
+ .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
132
+ padding-right: 12px;
133
+ }
134
+
135
+ .e-dropdownbase.e-dd-group .e-list-item {
136
+ padding-left: 12px;
137
+ text-indent: 0;
138
+ }
139
+
140
+ .e-small .e-dropdownbase.e-dd-group .e-list-item {
141
+ padding-left: 8px;
142
+ }
143
+
144
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
145
+ text-indent: 0;
146
+ }
147
+
148
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
149
+ cursor: pointer;
150
+ font-weight: normal;
151
+ overflow: hidden;
152
+ position: relative;
153
+ text-overflow: ellipsis;
154
+ vertical-align: middle;
155
+ white-space: nowrap;
156
+ width: 100%;
157
+ font-weight: 500;
158
+ }
159
+
160
+ .e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
161
+ padding-right: 12px;
162
+ }
163
+
164
+ .e-dropdownbase .e-list-group-item,
165
+ .e-fixed-head {
166
+ font-size: 12px;
167
+ }
168
+
169
+ .e-small .e-dropdownbase .e-list-group-item,
170
+ .e-small .e-fixed-head,
171
+ .e-small.e-dropdownbase .e-list-group-item,
172
+ .e-small.e-fixed-head {
173
+ font-size: 10px;
174
+ }
175
+
176
+ .e-dropdownbase .e-list-item .e-list-icon {
177
+ padding: 0 8px 0 0;
178
+ }
179
+
180
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
181
+ padding: 0 6px 0 0;
182
+ }
183
+
41
184
  .e-rtl .e-dropdownbase .e-list-item {
42
185
  padding-left: 16px;
43
186
  padding-right: 0;
@@ -218,227 +361,84 @@
218
361
  background-color: #e9ecef;
219
362
  }
220
363
 
221
- .e-dropdownbase .e-list-group-item,
222
- .e-fixed-head {
223
- font-size: 12px;
364
+ /* stylelint-disable property-no-vendor-prefix */
365
+ /* stylelint-disable-line no-empty-source */
366
+ /* stylelint-disable property-no-vendor-prefix */
367
+ @-webkit-keyframes material-spinner-rotate {
368
+ 0% {
369
+ -webkit-transform: rotate(0);
370
+ transform: rotate(0);
371
+ }
372
+ 100% {
373
+ -webkit-transform: rotate(360deg);
374
+ transform: rotate(360deg);
375
+ }
224
376
  }
225
-
226
- .e-small .e-dropdownbase .e-list-group-item,
227
- .e-small .e-fixed-head,
228
- .e-small.e-dropdownbase .e-list-group-item,
229
- .e-small.e-fixed-head {
230
- font-size: 10px;
377
+ @keyframes material-spinner-rotate {
378
+ 0% {
379
+ -webkit-transform: rotate(0);
380
+ transform: rotate(0);
381
+ }
382
+ 100% {
383
+ -webkit-transform: rotate(360deg);
384
+ transform: rotate(360deg);
385
+ }
231
386
  }
232
-
233
- .e-dropdownbase .e-list-item .e-list-icon {
234
- padding: 0 8px 0 0;
387
+ @-webkit-keyframes fabric-spinner-rotate {
388
+ 0% {
389
+ -webkit-transform: rotate(0);
390
+ transform: rotate(0);
391
+ }
392
+ 100% {
393
+ -webkit-transform: rotate(360deg);
394
+ transform: rotate(360deg);
395
+ }
235
396
  }
236
-
237
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
238
- padding: 0 6px 0 0;
397
+ @keyframes fabric-spinner-rotate {
398
+ 0% {
399
+ -webkit-transform: rotate(0);
400
+ transform: rotate(0);
401
+ }
402
+ 100% {
403
+ -webkit-transform: rotate(360deg);
404
+ transform: rotate(360deg);
405
+ }
239
406
  }
240
-
241
- .e-dropdownbase {
242
- display: block;
243
- height: 100%;
244
- min-height: 36px;
245
- position: relative;
246
- width: 100%;
407
+ .e-popup.e-ddl {
408
+ border-radius: 4px;
409
+ -webkit-box-shadow: none;
410
+ box-shadow: none;
411
+ margin-top: 3px;
247
412
  }
248
- .e-dropdownbase .e-list-parent {
249
- margin: 0;
250
- padding: 0;
413
+ .e-popup.e-ddl .e-input-group {
414
+ width: auto;
251
415
  }
252
-
253
- .e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
254
- cursor: default;
416
+ .e-popup.e-ddl .e-input-group input {
417
+ line-height: 15px;
255
418
  }
256
419
 
257
- .e-dropdownbase .e-list-item {
258
- cursor: pointer;
259
- overflow: hidden;
260
- position: relative;
261
- text-overflow: ellipsis;
262
- vertical-align: middle;
263
- white-space: nowrap;
264
- width: 100%;
420
+ .e-popup.e-ddl .e-dropdownbase {
421
+ min-height: 26px;
265
422
  }
266
423
 
267
- .e-dropdownbase .e-list-item .e-list-icon {
268
- font-size: 16px;
269
- vertical-align: middle;
424
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
425
+ display: -webkit-box;
426
+ display: -ms-flexbox;
427
+ display: flex;
428
+ width: auto;
429
+ }
430
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
431
+ border: 0;
270
432
  }
271
433
 
272
- .e-dropdownbase .e-fixed-head {
273
- position: absolute;
274
- top: 0;
434
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
435
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
436
+ background: transparent;
275
437
  }
276
438
 
277
- .e-dropdownbase.e-content {
278
- overflow: auto;
279
- position: relative;
280
- }
281
-
282
- .e-popup.e-ddl .e-dropdownbase.e-nodata,
283
- .e-popup.e-mention .e-dropdownbase.e-nodata {
284
- color: #212529;
285
- cursor: default;
286
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
287
- font-size: 14px;
288
- padding: 14px 16px;
289
- text-align: center;
290
- }
291
-
292
- .e-mention.e-popup {
293
- background: #fff;
294
- border: 0;
295
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
296
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
297
- margin-top: 2px;
298
- position: absolute;
299
- }
300
-
301
- .e-mention.e-popup .e-dropdownbase {
302
- min-height: 30px;
303
- }
304
-
305
- .e-mention .e-dropdownbase .e-list-item .e-highlight {
306
- display: inline;
307
- font-weight: bold;
308
- vertical-align: baseline;
309
- }
310
-
311
- .e-mention .e-mention-chip,
312
- .e-mention .e-mention-chip:hover {
313
- background: #e9ecef;
314
- border-radius: 2px;
315
- border: none;
316
- color: #0d6efd;
317
- cursor: default;
318
- }
319
-
320
- .e-mention.e-editable-element {
321
- border: 2px solid #dee2e6;
322
- height: auto;
323
- min-height: 120px;
324
- width: 100%;
325
- }
326
-
327
- .e-form-mirror-div {
328
- white-space: pre-wrap;
329
- }
330
-
331
- .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
332
- padding-right: 12px;
333
- }
334
-
335
- .e-dropdownbase.e-dd-group .e-list-item {
336
- padding-left: 12px;
337
- text-indent: 0;
338
- }
339
-
340
- .e-small .e-dropdownbase.e-dd-group .e-list-item {
341
- padding-left: 8px;
342
- }
343
-
344
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
345
- text-indent: 0;
346
- }
347
-
348
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
349
- cursor: pointer;
350
- font-weight: normal;
351
- overflow: hidden;
352
- position: relative;
353
- text-overflow: ellipsis;
354
- vertical-align: middle;
355
- white-space: nowrap;
356
- width: 100%;
357
- font-weight: 500;
358
- }
359
-
360
- .e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
361
- padding-right: 12px;
362
- }
363
-
364
- /* stylelint-disable property-no-vendor-prefix */
365
- /* stylelint-disable-line no-empty-source */
366
- /* stylelint-disable property-no-vendor-prefix */
367
- @-webkit-keyframes material-spinner-rotate {
368
- 0% {
369
- -webkit-transform: rotate(0);
370
- transform: rotate(0);
371
- }
372
- 100% {
373
- -webkit-transform: rotate(360deg);
374
- transform: rotate(360deg);
375
- }
376
- }
377
- @keyframes material-spinner-rotate {
378
- 0% {
379
- -webkit-transform: rotate(0);
380
- transform: rotate(0);
381
- }
382
- 100% {
383
- -webkit-transform: rotate(360deg);
384
- transform: rotate(360deg);
385
- }
386
- }
387
- @-webkit-keyframes fabric-spinner-rotate {
388
- 0% {
389
- -webkit-transform: rotate(0);
390
- transform: rotate(0);
391
- }
392
- 100% {
393
- -webkit-transform: rotate(360deg);
394
- transform: rotate(360deg);
395
- }
396
- }
397
- @keyframes fabric-spinner-rotate {
398
- 0% {
399
- -webkit-transform: rotate(0);
400
- transform: rotate(0);
401
- }
402
- 100% {
403
- -webkit-transform: rotate(360deg);
404
- transform: rotate(360deg);
405
- }
406
- }
407
- .e-popup.e-ddl {
408
- border-radius: 4px;
409
- -webkit-box-shadow: none;
410
- box-shadow: none;
411
- margin-top: 3px;
412
- }
413
- .e-popup.e-ddl .e-input-group {
414
- width: auto;
415
- }
416
- .e-popup.e-ddl .e-input-group input {
417
- line-height: 15px;
418
- }
419
-
420
- .e-popup.e-ddl .e-dropdownbase {
421
- min-height: 26px;
422
- }
423
-
424
- .e-popup.e-ddl .e-filter-parent .e-input-group {
425
- display: -webkit-box;
426
- display: -ms-flexbox;
427
- display: flex;
428
- width: auto;
429
- }
430
- .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
431
- border: 0;
432
- }
433
-
434
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
435
- .e-float-input.e-control-wrapper.e-ddl input[readonly] {
436
- background: transparent;
437
- }
438
-
439
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
440
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
441
- background: #e9ecef;
439
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
440
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
441
+ background: #e9ecef;
442
442
  }
443
443
 
444
444
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
@@ -616,187 +616,74 @@
616
616
  font-size: 14px;
617
617
  }
618
618
 
619
- .e-popup {
620
- border-color: #dee2e6;
619
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
620
+ width: 100%;
621
+ border: 0 solid;
621
622
  }
622
623
 
623
- .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
624
- .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
625
- color: #fff;
624
+ .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
625
+ display: block;
626
+ visibility: hidden;
626
627
  }
627
628
 
628
- .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
629
- border-color: transparent;
630
- background: none;
629
+ .e-popup-full-page {
630
+ bottom: 0;
631
+ left: 0;
632
+ margin: 0;
633
+ overflow: hidden;
634
+ padding: 0;
635
+ right: 0;
636
+ top: 0;
631
637
  }
632
-
633
- .e-popup.e-ddl {
634
- border-radius: 4px;
635
- -webkit-box-shadow: none;
636
- box-shadow: none;
637
- margin-top: 3px;
638
+ .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
639
+ margin: 0;
638
640
  }
639
641
 
640
- .e-popup.e-ddl .e-input-group {
641
- width: auto;
642
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon {
643
+ position: relative;
642
644
  }
643
645
 
644
- .e-popup.e-ddl .e-input-group input {
645
- line-height: 15px;
646
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
647
+ content: "";
646
648
  }
647
649
 
648
- .e-popup.e-ddl .e-dropdownbase {
649
- min-height: 26px;
650
+ .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
651
+ position: relative;
650
652
  }
651
653
 
652
- .e-popup.e-ddl .e-filter-parent .e-input-group {
653
- display: -webkit-box;
654
- display: -ms-flexbox;
655
- display: flex;
656
- width: auto;
654
+ .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
655
+ content: "";
657
656
  }
658
657
 
659
- .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
660
- border: 0;
658
+ .e-ddl-device-filter .e-filter-parent {
659
+ background-color: #fff;
661
660
  }
662
661
 
663
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
664
- .e-float-input.e-control-wrapper.e-ddl input[readonly] {
665
- background: transparent;
662
+ /* stylelint-disable property-no-vendor-prefix */
663
+ .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
664
+ display: none;
665
+ pointer-events: none;
666
+ position: absolute;
667
+ right: 0;
668
+ visibility: hidden;
666
669
  }
667
670
 
668
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
669
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
670
- background: #e9ecef;
671
+ /* stylelint-enable property-no-vendor-prefix */
672
+ .e-filter-parent {
673
+ border: 0;
674
+ border-top-width: 0;
675
+ -webkit-box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
676
+ box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
677
+ display: block;
678
+ padding: 5px;
671
679
  }
672
680
 
673
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
674
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
675
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
676
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
677
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
678
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
679
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
680
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
681
- background: transparent;
682
- color: #6c757d;
681
+ .e-ddl.e-input-group:not(.e-disabled) {
682
+ cursor: pointer;
683
683
  }
684
684
 
685
- .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
686
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
687
- .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
688
- .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
689
- background: transparent;
690
- color: #6c757d;
691
- }
692
-
693
- .e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
694
- .e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
695
- .e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
696
- .e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
697
- background: #e9ecef;
698
- }
699
-
700
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
701
- .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
702
- .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
703
- .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
704
- border: 0;
705
- }
706
-
707
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
708
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
709
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
710
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
711
- -webkit-box-shadow: none;
712
- box-shadow: none;
713
- }
714
-
715
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
716
- background: transparent;
717
- display: -webkit-box;
718
- display: -ms-flexbox;
719
- display: flex;
720
- position: relative;
721
- }
722
-
723
- .e-ddl.e-popup .e-filter-parent .e-input-group,
724
- .e-ddl.e-popup .e-filter-parent {
725
- background: #fff;
726
- }
727
-
728
- .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
729
- font-size: 14px;
730
- }
731
-
732
- .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
733
- width: 100%;
734
- border: 0 solid;
735
- }
736
-
737
- .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
738
- display: block;
739
- visibility: hidden;
740
- }
741
-
742
- .e-popup-full-page {
743
- bottom: 0;
744
- left: 0;
745
- margin: 0;
746
- overflow: hidden;
747
- padding: 0;
748
- right: 0;
749
- top: 0;
750
- }
751
- .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
752
- margin: 0;
753
- }
754
-
755
- .e-ddl.e-control-wrapper .e-ddl-disable-icon {
756
- position: relative;
757
- }
758
-
759
- .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
760
- content: "";
761
- }
762
-
763
- .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
764
- position: relative;
765
- }
766
-
767
- .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
768
- content: "";
769
- }
770
-
771
- .e-ddl-device-filter .e-filter-parent {
772
- background-color: #fff;
773
- }
774
-
775
- /* stylelint-disable property-no-vendor-prefix */
776
- .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
777
- display: none;
778
- pointer-events: none;
779
- position: absolute;
780
- right: 0;
781
- visibility: hidden;
782
- }
783
-
784
- /* stylelint-enable property-no-vendor-prefix */
785
- .e-filter-parent {
786
- border: 0;
787
- border-top-width: 0;
788
- -webkit-box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
789
- box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
790
- display: block;
791
- padding: 5px;
792
- }
793
-
794
- .e-ddl.e-input-group:not(.e-disabled) {
795
- cursor: pointer;
796
- }
797
-
798
- .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
799
- width: 0;
685
+ .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
686
+ width: 0;
800
687
  }
801
688
 
802
689
  .e-ddl.e-popup {
@@ -961,54 +848,127 @@ ejs-dropdownlist {
961
848
  box-shadow: none;
962
849
  }
963
850
 
964
- /*! TreeView's bootstrap5 theme wise override definitions and variables */
965
- /* stylelint-disable */
966
- /* stylelint-disable */
967
- .e-ddt .e-ddt-icon::before {
968
- content: "\e734";
851
+ .e-popup.e-ddl {
852
+ border-radius: 4px;
853
+ -webkit-box-shadow: none;
854
+ box-shadow: none;
855
+ margin-top: 3px;
969
856
  }
970
- .e-ddt .e-chips-close::before {
971
- content: "\e7e7";
857
+
858
+ .e-popup.e-ddl .e-input-group {
859
+ width: auto;
972
860
  }
973
861
 
974
- /* stylelint-disable */
975
- .e-ddt .e-chips {
976
- background-color: #6c757d;
862
+ .e-popup.e-ddl .e-input-group input {
863
+ line-height: 15px;
977
864
  }
978
- .e-ddt .e-chips .e-chips-close::before {
979
- color: #fff;
865
+
866
+ .e-popup.e-ddl .e-dropdownbase {
867
+ min-height: 26px;
980
868
  }
981
- .e-ddt .e-chips > .e-chipcontent {
982
- color: #fff;
869
+
870
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
871
+ display: -webkit-box;
872
+ display: -ms-flexbox;
873
+ display: flex;
874
+ width: auto;
983
875
  }
984
- .e-ddt .e-overflow .e-remain {
985
- color: #6c757d;
876
+
877
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
878
+ border: 0;
986
879
  }
987
- .e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
988
- background: #fff;
880
+
881
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
882
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
883
+ background: transparent;
989
884
  }
990
- .e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon.e-ddt-icon {
885
+
886
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
887
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
888
+ background: #e9ecef;
889
+ }
890
+
891
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
892
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
893
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
894
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
895
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
896
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
897
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
898
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
991
899
  background: transparent;
992
900
  color: #6c757d;
993
901
  }
994
- .e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
902
+
903
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
904
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
905
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
906
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
995
907
  background: transparent;
908
+ color: #6c757d;
996
909
  }
997
- .e-ddt.e-popup {
910
+
911
+ .e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
912
+ .e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
913
+ .e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
914
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
915
+ background: #e9ecef;
916
+ }
917
+
918
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
919
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
920
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
921
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
922
+ border: 0;
923
+ }
924
+
925
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
926
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
927
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
928
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
929
+ -webkit-box-shadow: none;
930
+ box-shadow: none;
931
+ }
932
+
933
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
934
+ background: transparent;
935
+ display: -webkit-box;
936
+ display: -ms-flexbox;
937
+ display: flex;
938
+ position: relative;
939
+ }
940
+
941
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
942
+ .e-ddl.e-popup .e-filter-parent {
998
943
  background: #fff;
944
+ }
945
+
946
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
947
+ font-size: 14px;
948
+ }
949
+
950
+ .e-popup {
999
951
  border-color: #dee2e6;
1000
952
  }
1001
- .e-ddt.e-popup .e-popup-content.e-no-data {
1002
- color: #212529;
953
+
954
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
955
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
956
+ color: #fff;
1003
957
  }
1004
- .e-ddt.e-popup .e-selectall-parent {
1005
- border-bottom-color: #dee2e6;
958
+
959
+ .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
960
+ border-color: transparent;
961
+ background: none;
1006
962
  }
1007
- .e-ddt.e-popup .e-selectall-parent:focus {
1008
- background: #e9ecef;
963
+
964
+ /*! TreeView's bootstrap5 theme wise override definitions and variables */
965
+ /* stylelint-disable */
966
+ /* stylelint-disable */
967
+ .e-ddt .e-ddt-icon::before {
968
+ content: "\e734";
1009
969
  }
1010
- .e-ddt.e-popup .e-selectall-parent .e-all-text {
1011
- color: #212529;
970
+ .e-ddt .e-chips-close::before {
971
+ content: "\e7e7";
1012
972
  }
1013
973
 
1014
974
  /* stylelint-disable */
@@ -1320,22 +1280,62 @@ ejs-dropdownlist {
1320
1280
  display: none;
1321
1281
  }
1322
1282
 
1323
- /* stylelint-disable-line no-empty-source */
1324
- /* stylelint-disable-line no-empty-source */
1325
- .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
1326
- line-height: 30px;
1327
- top: 0;
1328
- }
1329
-
1330
- .e-multiselect .e-input-group-icon.e-ddl-icon {
1331
- border-radius: 0 2px 2px 0;
1332
- border-right-width: 0;
1283
+ /* stylelint-disable */
1284
+ .e-ddt .e-chips {
1285
+ background-color: #6c757d;
1333
1286
  }
1334
-
1335
- .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
1336
- border-left-width: 0;
1337
- border-radius: 4px 0 0 4px;
1338
- border-right-width: 1px;
1287
+ .e-ddt .e-chips .e-chips-close::before {
1288
+ color: #fff;
1289
+ }
1290
+ .e-ddt .e-chips > .e-chipcontent {
1291
+ color: #fff;
1292
+ }
1293
+ .e-ddt .e-overflow .e-remain {
1294
+ color: #6c757d;
1295
+ }
1296
+ .e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
1297
+ background: #fff;
1298
+ }
1299
+ .e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon.e-ddt-icon {
1300
+ background: transparent;
1301
+ color: #6c757d;
1302
+ }
1303
+ .e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
1304
+ background: transparent;
1305
+ }
1306
+ .e-ddt.e-popup {
1307
+ background: #fff;
1308
+ border-color: #dee2e6;
1309
+ }
1310
+ .e-ddt.e-popup .e-popup-content.e-no-data {
1311
+ color: #212529;
1312
+ }
1313
+ .e-ddt.e-popup .e-selectall-parent {
1314
+ border-bottom-color: #dee2e6;
1315
+ }
1316
+ .e-ddt.e-popup .e-selectall-parent:focus {
1317
+ background: #e9ecef;
1318
+ }
1319
+ .e-ddt.e-popup .e-selectall-parent .e-all-text {
1320
+ color: #212529;
1321
+ }
1322
+
1323
+ /* stylelint-disable-line no-empty-source */
1324
+ /* stylelint-disable-line no-empty-source */
1325
+ .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
1326
+ line-height: 30px;
1327
+ top: 0;
1328
+ }
1329
+
1330
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
1331
+ border-radius: 0 2px 2px 0;
1332
+ border-right-width: 0;
1333
+ }
1334
+
1335
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
1336
+ border-left-width: 0;
1337
+ border-radius: 4px 0 0 4px;
1338
+ border-right-width: 1px;
1339
1339
  }
1340
1340
 
1341
1341
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
@@ -1386,6 +1386,26 @@ ejs-dropdownlist {
1386
1386
  content: "\e832";
1387
1387
  }
1388
1388
 
1389
+ .e-dropdownbase .e-list-group-item,
1390
+ .e-fixed-head {
1391
+ font-size: 12px;
1392
+ }
1393
+
1394
+ .e-small .e-dropdownbase .e-list-group-item,
1395
+ .e-small .e-fixed-head,
1396
+ .e-small.e-dropdownbase .e-list-group-item,
1397
+ .e-small.e-fixed-head {
1398
+ font-size: 10px;
1399
+ }
1400
+
1401
+ .e-dropdownbase .e-list-item .e-list-icon {
1402
+ padding: 0 8px 0 0;
1403
+ }
1404
+
1405
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
1406
+ padding: 0 6px 0 0;
1407
+ }
1408
+
1389
1409
  .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
1390
1410
  line-height: 30px;
1391
1411
  top: 0;
@@ -1421,929 +1441,674 @@ ejs-dropdownlist {
1421
1441
  background: transparent;
1422
1442
  }
1423
1443
 
1424
- .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1425
- color: #212529;
1444
+ .e-multi-select-wrapper {
1445
+ -webkit-box-sizing: border-box;
1446
+ box-sizing: border-box;
1447
+ cursor: text;
1448
+ line-height: normal;
1449
+ min-height: 30px;
1450
+ padding: 0 32px 0 0;
1451
+ position: relative;
1452
+ -webkit-user-select: none;
1453
+ -moz-user-select: none;
1454
+ -ms-user-select: none;
1455
+ user-select: none;
1456
+ width: 100%;
1426
1457
  }
1427
-
1428
- .e-multi-select-wrapper .e-chips.e-chip-selected {
1429
- background-color: #adb5bd;
1458
+ .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1459
+ height: 27px;
1460
+ vertical-align: middle;
1430
1461
  }
1431
-
1432
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1433
- background-color: rgb(86.4, 93.6, 100);
1462
+ .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
1463
+ height: 100%;
1464
+ min-height: 100%;
1434
1465
  }
1435
-
1436
- .e-multiselect {
1466
+ .e-multi-select-wrapper .e-delim-view {
1467
+ white-space: nowrap;
1468
+ }
1469
+ .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 {
1437
1470
  -webkit-box-sizing: border-box;
1438
1471
  box-sizing: border-box;
1472
+ display: inline-block;
1473
+ overflow: hidden;
1474
+ text-overflow: ellipsis;
1439
1475
  }
1440
-
1441
- /* stylelint-disable property-no-vendor-prefix */
1442
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
1443
- -webkit-text-fill-color: #fff;
1444
- color: #fff;
1445
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1476
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1477
+ color: #212529;
1446
1478
  font-size: 14px;
1479
+ left: 12px;
1480
+ top: 0;
1447
1481
  }
1448
-
1449
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1482
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1483
+ background-color: #0d6efd;
1450
1484
  color: #212529;
1485
+ padding: 12px 4px 11px 0;
1451
1486
  }
1452
-
1453
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1454
- color: #fff;
1487
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
1488
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1489
+ width: 0;
1455
1490
  }
1456
-
1457
- .e-multi-select-wrapper .e-chips {
1458
- background-color: #6c757d;
1459
- border-radius: 4px;
1460
- height: 24px;
1491
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
1492
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
1493
+ height: 1px;
1494
+ min-height: 1px;
1461
1495
  }
1462
-
1463
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
1464
- background-color: rgb(91.8, 99.45, 106.25);
1496
+ .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
1497
+ max-width: 100%;
1465
1498
  }
1466
1499
 
1467
- .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
1468
- color: #fff;
1500
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
1501
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
1502
+ display: -webkit-box;
1503
+ display: -ms-flexbox;
1504
+ display: flex;
1505
+ float: left;
1506
+ width: auto;
1469
1507
  }
1470
-
1471
- .e-multi-select-wrapper .e-chips .e-chips-close::before {
1472
- -webkit-text-fill-color: #fff;
1473
- color: #fff;
1474
- font-size: 14px;
1508
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
1509
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1510
+ display: -webkit-inline-box;
1511
+ display: -ms-inline-flexbox;
1512
+ display: inline-flex;
1513
+ float: none;
1475
1514
  }
1476
-
1477
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1478
- background-color: #0d6efd;
1479
- border-radius: 2px;
1480
- color: #212529;
1481
- height: 40px;
1482
- line-height: 40px;
1515
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
1516
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1517
+ width: 0;
1483
1518
  }
1484
-
1485
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1486
- color: #212529;
1519
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
1520
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
1521
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
1522
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
1523
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
1524
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
1525
+ display: none;
1487
1526
  }
1488
-
1489
- .e-multi-select-wrapper .e-chips.e-mob-chip {
1490
- height: 30px;
1527
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
1528
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
1529
+ padding: 0 48px 0 0;
1491
1530
  }
1492
-
1493
- .e-popup.e-multi-select-list-wrapper {
1494
- -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
1495
- box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
1496
- -webkit-box-sizing: content-box;
1497
- box-sizing: content-box;
1498
- overflow: initial;
1531
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
1532
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
1533
+ -webkit-box-align: center;
1534
+ -ms-flex-align: center;
1535
+ align-items: center;
1536
+ display: inline;
1537
+ max-width: 100%;
1538
+ word-break: break-word;
1499
1539
  }
1500
-
1501
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
1502
- border-bottom: 0 solid transparent;
1503
- border-left: 0 solid #0d6efd;
1504
- border-right: 0 solid #0d6efd;
1505
- border-top: 0 solid #adb5bd;
1540
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
1541
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1542
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
1543
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1544
+ -webkit-box-align: center;
1545
+ -ms-flex-align: center;
1546
+ align-items: center;
1547
+ cursor: pointer;
1548
+ display: none;
1549
+ -webkit-box-orient: horizontal;
1550
+ -webkit-box-direction: normal;
1551
+ -ms-flex-direction: row;
1552
+ flex-direction: row;
1553
+ margin-top: -2em;
1554
+ outline: 0;
1555
+ padding: 0;
1556
+ position: absolute;
1557
+ right: 5px;
1558
+ top: 100%;
1506
1559
  }
1507
-
1508
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
1509
- background-color: transparent;
1510
- border-color: transparent;
1511
- color: #212529;
1560
+ .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1561
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1562
+ .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1563
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1564
+ display: -webkit-box;
1565
+ display: -ms-flexbox;
1566
+ display: flex;
1512
1567
  }
1513
-
1514
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
1515
- background-color: transparent;
1516
- border-color: transparent;
1517
- color: #212529;
1568
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1569
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1570
+ margin-right: 0;
1571
+ margin-top: -2.1em;
1572
+ right: 0;
1518
1573
  }
1519
-
1520
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
1521
- background-color: #e9ecef;
1522
- color: #212529;
1574
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
1575
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
1576
+ top: -1px;
1577
+ }
1578
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
1579
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
1580
+ font-size: 14px;
1581
+ height: 24px;
1582
+ width: 24px;
1523
1583
  }
1524
1584
 
1525
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
1526
- background-color: #e9ecef;
1527
- color: #6c757d;
1585
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
1586
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
1587
+ float: right;
1588
+ }
1589
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
1590
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1591
+ float: none;
1592
+ }
1593
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
1594
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
1595
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
1596
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
1597
+ left: 0;
1598
+ right: auto;
1599
+ }
1600
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
1601
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
1602
+ padding: 0 0 0 48px;
1528
1603
  }
1529
1604
 
1530
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
1531
- border-bottom: 0 solid transparent;
1532
- border-top: 0 solid transparent;
1605
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
1606
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
1607
+ opacity: 0.7;
1608
+ pointer-events: none;
1533
1609
  }
1534
1610
 
1535
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
1536
- border-bottom: 0 solid transparent;
1611
+ .e-multiselect.e-input-group,
1612
+ .e-multiselect.e-float-input {
1613
+ word-wrap: initial;
1537
1614
  }
1538
1615
 
1539
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
1540
- border-top: 0 solid transparent;
1616
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
1617
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
1618
+ top: 15px;
1541
1619
  }
1542
1620
 
1543
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
1544
- background-color: #0d6efd;
1545
- -webkit-box-shadow: none;
1546
- box-shadow: none;
1547
- color: #fff;
1548
- border: 0 solid transparent;
1621
+ .e-multi-select-wrapper.e-close-icon-hide {
1622
+ padding-right: 0;
1549
1623
  }
1550
1624
 
1551
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
1552
- background-color: #0d6efd;
1553
- -webkit-box-shadow: none;
1554
- box-shadow: none;
1555
- color: #fff;
1556
- border: 0 solid transparent;
1625
+ .e-multi-select-wrapper .e-chips-collection {
1626
+ cursor: default;
1627
+ display: block;
1557
1628
  }
1558
1629
 
1559
- .e-popup.e-multi-select-list-wrapper .e-list-item {
1560
- border: 0 solid transparent;
1630
+ .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
1631
+ margin-right: 30px;
1561
1632
  }
1562
1633
 
1563
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
1564
- border: 0 solid transparent;
1634
+ .e-multi-select-wrapper .e-multi-hidden {
1635
+ border: 0;
1636
+ height: 0;
1637
+ position: absolute;
1638
+ visibility: hidden;
1639
+ width: 0;
1565
1640
  }
1566
1641
 
1567
- .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1568
- color: #6c757d;
1642
+ .e-multi-select-wrapper .e-chips {
1643
+ -webkit-box-align: center;
1644
+ -ms-flex-align: center;
1645
+ align-items: center;
1646
+ display: -webkit-inline-box;
1647
+ display: -ms-inline-flexbox;
1648
+ display: inline-flex;
1649
+ float: left;
1650
+ margin: 3px;
1651
+ max-width: 100%;
1652
+ overflow: hidden;
1653
+ padding: 0 6px 0 8px;
1654
+ text-overflow: ellipsis;
1655
+ white-space: nowrap;
1569
1656
  }
1570
1657
 
1571
- .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1572
- color: #6c757d;
1658
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
1659
+ max-width: 100%;
1660
+ overflow: hidden;
1661
+ padding: 0 6px 1px 0;
1662
+ text-indent: 0;
1663
+ text-overflow: ellipsis;
1664
+ white-space: nowrap;
1665
+ line-height: 1.5;
1573
1666
  }
1574
1667
 
1575
- .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1576
- color: #6c757d;
1668
+ .e-multi-select-wrapper.e-delimiter .e-searcher {
1669
+ display: inline-block;
1670
+ float: none;
1577
1671
  }
1578
1672
 
1579
- .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1580
- color: #6c757d;
1673
+ .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
1674
+ padding: 8px 4px 8px 0;
1581
1675
  }
1582
1676
 
1583
- .e-ul.e-reorder {
1584
- border-bottom: 1px solid #dee2e6;
1677
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
1678
+ padding: 8px 0 8px 4px;
1585
1679
  }
1586
1680
 
1587
- .e-multi-select-list-wrapper .e-selectall-parent {
1588
- border-bottom: 1px solid #dee2e6;
1681
+ .e-multi-select-wrapper .e-chips-close {
1682
+ -ms-flex-item-align: center;
1683
+ align-self: center;
1684
+ display: -webkit-box;
1685
+ display: -ms-flexbox;
1686
+ display: flex;
1687
+ float: right;
1688
+ font-family: "e-icons";
1689
+ height: 14px;
1690
+ margin: 0 0 0;
1691
+ width: 14px;
1589
1692
  }
1590
1693
 
1591
- .e-multi-select-wrapper .e-delim-values {
1592
- -webkit-text-fill-color: #fff;
1593
- color: #fff;
1594
- -webkit-text-fill-color: #212529;
1595
- color: #212529;
1694
+ .e-rtl .e-multi-select-wrapper .e-chips-close {
1695
+ margin: 0 0 0;
1596
1696
  }
1597
1697
 
1598
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1599
- color: #212529;
1698
+ .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
1699
+ margin: 3px 0 0;
1600
1700
  }
1601
1701
 
1602
- .e-small .e-multi-select-wrapper .e-chips {
1603
- border-radius: 2px;
1604
- height: 20px;
1702
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1703
+ cursor: default;
1704
+ font-size: 14px;
1705
+ height: 24px;
1706
+ margin-top: -2em;
1707
+ position: absolute;
1708
+ right: 5px;
1709
+ width: 24px;
1710
+ top: 100%;
1605
1711
  }
1606
1712
 
1607
- .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
1608
- font-size: 12px;
1713
+ .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1714
+ .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1715
+ .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1716
+ right: 30px;
1609
1717
  }
1610
1718
 
1611
- .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1612
- font-size: 12px;
1719
+ .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1720
+ left: 30px;
1721
+ right: auto;
1613
1722
  }
1614
1723
 
1615
- .e-small .e-multi-select-wrapper .e-close-hooker::before {
1616
- left: 0;
1724
+ .e-small .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1725
+ .e-small.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1726
+ left: 12px;
1727
+ right: auto;
1617
1728
  }
1618
1729
 
1619
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1620
- -webkit-text-fill-color: #343a40;
1621
- color: #343a40;
1730
+ .e-multi-select-wrapper input[type=text] {
1731
+ background: none;
1732
+ border: 0;
1733
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1734
+ font-size: 14px;
1735
+ font-weight: normal;
1736
+ height: 30px;
1737
+ min-height: 30px;
1738
+ outline: none;
1739
+ padding: 0 0 0 8px;
1740
+ text-indent: 0;
1622
1741
  }
1623
1742
 
1624
- .e-dropdownbase .e-list-group-item,
1625
- .e-fixed-head {
1626
- font-size: 12px;
1743
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
1744
+ background: none;
1745
+ border: 0;
1746
+ color: inherit;
1747
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1748
+ font-size: 14px;
1749
+ font-weight: normal;
1750
+ height: 30px;
1751
+ min-height: 30px;
1752
+ outline: none;
1753
+ padding: 0;
1754
+ text-indent: 8px;
1627
1755
  }
1628
1756
 
1629
- .e-small .e-dropdownbase .e-list-group-item,
1630
- .e-small .e-fixed-head,
1631
- .e-small.e-dropdownbase .e-list-group-item,
1632
- .e-small.e-fixed-head {
1633
- font-size: 10px;
1757
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
1758
+ padding: 5px;
1634
1759
  }
1635
1760
 
1636
- .e-dropdownbase .e-list-item .e-list-icon {
1637
- padding: 0 8px 0 0;
1761
+ /* stylelint-disable property-no-vendor-prefix */
1762
+ .e-multi-select-wrapper input[type=text]::-ms-clear {
1763
+ display: none;
1638
1764
  }
1639
1765
 
1640
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
1641
- padding: 0 6px 0 0;
1766
+ .e-multi-select-wrapper .e-searcher {
1767
+ display: block;
1768
+ float: left;
1769
+ width: auto;
1642
1770
  }
1643
1771
 
1644
- .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
1645
- line-height: 30px;
1646
- top: 0;
1772
+ .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1773
+ width: calc(100% - 32px);
1647
1774
  }
1648
1775
 
1649
- .e-multiselect .e-input-group-icon.e-ddl-icon {
1650
- border-radius: 0 2px 2px 0;
1651
- border-right-width: 0;
1776
+ .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1777
+ .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1778
+ width: calc(100% - 30px);
1652
1779
  }
1653
1780
 
1654
- .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
1655
- border-left-width: 0;
1656
- border-radius: 4px 0 0 4px;
1657
- border-right-width: 1px;
1781
+ .e-multi-select-wrapper .e-delim-values {
1782
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1783
+ font-size: 14px;
1784
+ line-height: 28px;
1785
+ max-width: 100%;
1786
+ padding-left: 8px;
1787
+ padding-right: 6px;
1788
+ vertical-align: middle;
1658
1789
  }
1659
1790
 
1660
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1661
- height: 32px;
1662
- width: 32px;
1791
+ .e-multi-select-list-wrapper .e-hide-listitem,
1792
+ .e-multi-select-list-wrapper .e-hide-group-header {
1793
+ display: none;
1663
1794
  }
1664
1795
 
1665
- .e-multi-select-wrapper .e-searcher input[type=text],
1666
- .e-multi-select-wrapper .e-multi-searcher input[type=text] {
1796
+ .e-multi-select-wrapper .e-delim-values .e-remain {
1667
1797
  color: #212529;
1668
- height: 100%;
1798
+ cursor: pointer;
1799
+ display: inline-block;
1800
+ font-size: 14px;
1801
+ padding-left: 8px;
1669
1802
  }
1670
1803
 
1671
- .e-multiselect .e-input-group-icon.e-ddl-icon {
1672
- border-left-width: 0;
1804
+ .e-multiselect.e-disabled .e-multi-select-wrapper,
1805
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
1806
+ cursor: not-allowed;
1673
1807
  }
1674
1808
 
1675
- .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
1676
- background: transparent;
1809
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1810
+ height: 40px;
1811
+ left: 0;
1812
+ margin: 0 0 0 0;
1813
+ margin-left: auto;
1814
+ position: relative;
1815
+ top: 0;
1816
+ width: 40px;
1677
1817
  }
1678
1818
 
1679
- .e-multi-select-wrapper {
1680
- -webkit-box-sizing: border-box;
1681
- box-sizing: border-box;
1682
- cursor: text;
1683
- line-height: normal;
1684
- min-height: 30px;
1685
- padding: 0 32px 0 0;
1686
- position: relative;
1687
- -webkit-user-select: none;
1688
- -moz-user-select: none;
1689
- -ms-user-select: none;
1690
- user-select: none;
1691
- width: 100%;
1819
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1820
+ -ms-flex-item-align: center;
1821
+ align-self: center;
1822
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1823
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1824
+ display: -webkit-inline-box;
1825
+ display: -ms-inline-flexbox;
1826
+ display: inline-flex;
1827
+ padding: 0 0 0 16px;
1828
+ width: 92%;
1692
1829
  }
1693
- .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1694
- height: 27px;
1695
- vertical-align: middle;
1830
+
1831
+ .e-multi-select-wrapper .e-ddl-disable-icon::before {
1832
+ content: "";
1696
1833
  }
1697
- .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
1698
- height: 100%;
1699
- min-height: 100%;
1834
+
1835
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
1836
+ float: none;
1700
1837
  }
1701
- .e-multi-select-wrapper .e-delim-view {
1702
- white-space: nowrap;
1838
+
1839
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
1840
+ padding-left: 0;
1703
1841
  }
1704
- .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 {
1705
- -webkit-box-sizing: border-box;
1706
- box-sizing: border-box;
1707
- display: inline-block;
1708
- overflow: hidden;
1709
- text-overflow: ellipsis;
1842
+ .e-multiselect.e-rtl .e-multi-select-wrapper {
1843
+ padding: 0 2px 0 32px;
1710
1844
  }
1711
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1712
- color: #212529;
1713
- font-size: 14px;
1714
- left: 12px;
1715
- top: 0;
1845
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1846
+ left: -12px;
1716
1847
  }
1717
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1718
- background-color: #0d6efd;
1719
- color: #212529;
1720
- padding: 12px 4px 11px 0;
1848
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1849
+ margin: 0;
1850
+ margin-right: auto;
1721
1851
  }
1722
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
1723
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1724
- width: 0;
1852
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
1853
+ float: right;
1725
1854
  }
1726
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
1727
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
1728
- height: 1px;
1729
- min-height: 1px;
1855
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
1856
+ float: right;
1857
+ margin: 4px;
1858
+ padding: 0 8px 0 4px;
1730
1859
  }
1731
- .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
1732
- max-width: 100%;
1860
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
1861
+ padding: 5px 4px;
1733
1862
  }
1734
-
1735
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
1736
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
1737
- display: -webkit-box;
1738
- display: -ms-flexbox;
1739
- display: flex;
1863
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
1740
1864
  float: left;
1741
- width: auto;
1742
1865
  }
1743
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
1744
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1745
- display: -webkit-inline-box;
1746
- display: -ms-inline-flexbox;
1747
- display: inline-flex;
1748
- float: none;
1866
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
1867
+ left: 0;
1749
1868
  }
1750
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
1751
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1752
- width: 0;
1869
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
1870
+ padding: 0 4px 0 8px;
1753
1871
  }
1754
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
1755
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
1756
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
1757
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
1758
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
1759
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
1760
- display: none;
1872
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
1873
+ padding: 8px 4px;
1761
1874
  }
1762
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
1763
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
1764
- padding: 0 48px 0 0;
1875
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1876
+ padding: 0 8px 0 4px;
1765
1877
  }
1766
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
1767
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
1768
- -webkit-box-align: center;
1769
- -ms-flex-align: center;
1770
- align-items: center;
1771
- display: inline;
1772
- max-width: 100%;
1773
- word-break: break-word;
1878
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1879
+ padding: 12px 4px;
1774
1880
  }
1775
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
1776
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1777
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
1778
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1779
- -webkit-box-align: center;
1780
- -ms-flex-align: center;
1781
- align-items: center;
1782
- cursor: pointer;
1783
- display: none;
1784
- -webkit-box-orient: horizontal;
1785
- -webkit-box-direction: normal;
1786
- -ms-flex-direction: row;
1787
- flex-direction: row;
1788
- margin-top: -2em;
1789
- outline: 0;
1790
- padding: 0;
1881
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1882
+ left: 30px;
1791
1883
  position: absolute;
1792
- right: 5px;
1793
- top: 100%;
1794
- }
1795
- .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1796
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1797
- .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1798
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1799
- display: -webkit-box;
1800
- display: -ms-flexbox;
1801
- display: flex;
1802
- }
1803
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1804
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1805
- margin-right: 0;
1806
- margin-top: -2.1em;
1807
- right: 0;
1884
+ right: auto;
1885
+ left: 0;
1808
1886
  }
1809
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
1810
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
1811
- top: -1px;
1887
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
1888
+ left: -4px;
1812
1889
  }
1813
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
1814
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
1815
- font-size: 14px;
1816
- height: 24px;
1817
- width: 24px;
1890
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
1891
+ padding-right: 8px;
1818
1892
  }
1819
1893
 
1820
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
1821
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
1822
- float: right;
1894
+ .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
1895
+ left: 19px;
1823
1896
  }
1824
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
1825
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1826
- float: none;
1897
+
1898
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
1899
+ left: 25px;
1827
1900
  }
1828
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
1829
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
1830
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
1831
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
1832
- left: 0;
1833
- right: auto;
1901
+
1902
+ .e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
1903
+ .e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
1904
+ left: 20px;
1834
1905
  }
1835
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
1836
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
1837
- padding: 0 0 0 48px;
1906
+
1907
+ .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
1908
+ bottom: 1px;
1909
+ margin-right: 8px;
1910
+ position: relative;
1911
+ text-indent: 0;
1912
+ vertical-align: middle;
1838
1913
  }
1839
1914
 
1840
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
1841
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
1842
- opacity: 0.7;
1843
- pointer-events: none;
1915
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
1916
+ padding-left: 0;
1844
1917
  }
1845
1918
 
1846
- .e-multiselect.e-input-group,
1847
- .e-multiselect.e-float-input {
1848
- word-wrap: initial;
1919
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
1920
+ padding-right: 25px;
1849
1921
  }
1850
1922
 
1851
- .e-multiselect.e-input-group .e-searcher .e-label-top,
1852
- .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
1853
- top: 15px;
1923
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
1924
+ bottom: 1px;
1925
+ bottom: 2px;
1926
+ margin-right: 8px;
1927
+ position: relative;
1928
+ text-indent: 0;
1929
+ vertical-align: middle;
1854
1930
  }
1855
1931
 
1856
- .e-multi-select-wrapper.e-close-icon-hide {
1857
- padding-right: 0;
1932
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
1933
+ margin-left: 12px;
1934
+ margin-right: 0;
1858
1935
  }
1859
1936
 
1860
- .e-multi-select-wrapper .e-chips-collection {
1861
- cursor: default;
1862
- display: block;
1937
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
1938
+ margin-left: 12px;
1939
+ margin-right: 0;
1863
1940
  }
1864
1941
 
1865
- .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
1866
- margin-right: 30px;
1942
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
1943
+ padding-right: 0;
1867
1944
  }
1868
1945
 
1869
- .e-multi-select-wrapper .e-multi-hidden {
1870
- border: 0;
1871
- height: 0;
1872
- position: absolute;
1873
- visibility: hidden;
1874
- width: 0;
1946
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
1947
+ padding-right: 15px;
1875
1948
  }
1876
1949
 
1877
- .e-multi-select-wrapper .e-chips {
1878
- -webkit-box-align: center;
1879
- -ms-flex-align: center;
1880
- align-items: center;
1881
- display: -webkit-inline-box;
1882
- display: -ms-inline-flexbox;
1883
- display: inline-flex;
1884
- float: left;
1885
- margin: 3px;
1886
- max-width: 100%;
1950
+ .e-multi-select-list-wrapper .e-selectall-parent {
1951
+ cursor: pointer;
1952
+ display: block;
1953
+ line-height: 36px;
1887
1954
  overflow: hidden;
1888
- padding: 0 6px 0 8px;
1889
1955
  text-overflow: ellipsis;
1956
+ padding-right: 16px;
1957
+ position: relative;
1958
+ text-indent: 12px;
1890
1959
  white-space: nowrap;
1960
+ width: 100%;
1891
1961
  }
1892
1962
 
1893
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
1894
- max-width: 100%;
1895
- overflow: hidden;
1896
- padding: 0 6px 1px 0;
1897
- text-indent: 0;
1898
- text-overflow: ellipsis;
1899
- white-space: nowrap;
1900
- line-height: 1.5;
1963
+ .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
1964
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
1965
+ padding-left: 16px;
1966
+ padding-right: 15px;
1901
1967
  }
1902
1968
 
1903
- .e-multi-select-wrapper.e-delimiter .e-searcher {
1904
- display: inline-block;
1905
- float: none;
1969
+ .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
1970
+ color: #212529;
1971
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1972
+ font-size: 14px;
1906
1973
  }
1907
1974
 
1908
- .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
1909
- padding: 8px 4px 8px 0;
1975
+ .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
1976
+ bottom: 1px;
1977
+ margin-right: 8px;
1978
+ position: relative;
1979
+ text-indent: 0;
1980
+ vertical-align: middle;
1910
1981
  }
1911
1982
 
1912
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
1913
- padding: 8px 0 8px 4px;
1983
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
1984
+ margin-left: 12px;
1985
+ margin-right: 0;
1914
1986
  }
1915
1987
 
1916
- .e-multi-select-wrapper .e-chips-close {
1917
- -ms-flex-item-align: center;
1918
- align-self: center;
1919
- display: -webkit-box;
1920
- display: -ms-flexbox;
1921
- display: flex;
1988
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
1922
1989
  float: right;
1923
- font-family: "e-icons";
1924
- height: 14px;
1925
- margin: 0 0 0;
1926
- width: 14px;
1927
- }
1928
-
1929
- .e-rtl .e-multi-select-wrapper .e-chips-close {
1930
- margin: 0 0 0;
1990
+ margin-top: 0;
1931
1991
  }
1932
1992
 
1933
- .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
1934
- margin: 3px 0 0;
1993
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
1994
+ float: left;
1935
1995
  }
1936
1996
 
1937
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1938
- cursor: default;
1939
- font-size: 14px;
1940
- height: 24px;
1941
- margin-top: -2em;
1942
- position: absolute;
1943
- right: 5px;
1944
- width: 24px;
1945
- top: 100%;
1997
+ .e-multiselect.e-checkbox .e-multi-select-wrapper,
1998
+ .e-multiselect .e-multi-select-wrapper.e-down-icon {
1999
+ padding: 0;
1946
2000
  }
1947
2001
 
1948
- .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1949
- .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1950
- .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1951
- right: 30px;
2002
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
2003
+ padding-left: 8px;
1952
2004
  }
1953
2005
 
1954
- .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1955
- left: 30px;
1956
- right: auto;
2006
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
2007
+ padding: 0 8px;
1957
2008
  }
1958
2009
 
1959
- .e-small .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1960
- .e-small.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1961
- left: 12px;
1962
- right: auto;
2010
+ .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
2011
+ line-height: 20px;
2012
+ padding-left: 10px;
2013
+ padding-left: 0;
1963
2014
  }
1964
2015
 
1965
- .e-multi-select-wrapper input[type=text] {
1966
- background: none;
1967
- border: 0;
1968
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1969
- font-size: 14px;
1970
- font-weight: normal;
1971
- height: 30px;
1972
- min-height: 30px;
1973
- outline: none;
1974
- padding: 0 0 0 8px;
1975
- text-indent: 0;
2016
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
2017
+ .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
2018
+ opacity: 0.3;
1976
2019
  }
1977
2020
 
1978
- .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
1979
- background: none;
1980
- border: 0;
1981
- color: inherit;
1982
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1983
- font-size: 14px;
1984
- font-weight: normal;
1985
- height: 30px;
1986
- min-height: 30px;
1987
- outline: none;
1988
- padding: 0;
1989
- text-indent: 8px;
2021
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
2022
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
2023
+ opacity: 0.7;
1990
2024
  }
1991
2025
 
1992
- .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
1993
- padding: 5px;
2026
+ .e-multi-select-wrapper input[readonly=true] {
2027
+ pointer-events: none;
1994
2028
  }
1995
2029
 
1996
- /* stylelint-disable property-no-vendor-prefix */
1997
- .e-multi-select-wrapper input[type=text]::-ms-clear {
1998
- display: none;
2030
+ .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
2031
+ pointer-events: none;
1999
2032
  }
2000
2033
 
2001
- .e-multi-select-wrapper .e-searcher {
2034
+ ejs-multiselect {
2002
2035
  display: block;
2003
- float: left;
2004
- width: auto;
2005
2036
  }
2006
2037
 
2007
- .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2008
- width: calc(100% - 32px);
2038
+ .e-small.e-multi-select-list-wrapper .e-selectall-parent,
2039
+ .e-small .e-multi-select-list-wrapper .e-selectall-parent {
2040
+ line-height: 26px;
2009
2041
  }
2010
2042
 
2011
- .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2012
- .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2013
- width: calc(100% - 30px);
2043
+ .e-small .e-multi-select-wrapper .e-chips-close {
2044
+ height: 12px;
2045
+ width: 12px;
2014
2046
  }
2015
2047
 
2016
- .e-multi-select-wrapper .e-delim-values {
2017
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
2018
- font-size: 14px;
2019
- line-height: 28px;
2020
- max-width: 100%;
2021
- padding-left: 8px;
2022
- padding-right: 6px;
2023
- vertical-align: middle;
2048
+ .e-small .e-multi-select-wrapper {
2049
+ min-height: 24px;
2024
2050
  }
2025
2051
 
2026
- .e-multi-select-list-wrapper .e-hide-listitem,
2027
- .e-multi-select-list-wrapper .e-hide-group-header {
2028
- display: none;
2052
+ .e-small .e-multi-select-wrapper input[type=text] {
2053
+ height: 24px;
2054
+ min-height: 24px;
2029
2055
  }
2030
2056
 
2031
- .e-multi-select-wrapper .e-delim-values .e-remain {
2032
- color: #212529;
2033
- cursor: pointer;
2034
- display: inline-block;
2035
- font-size: 14px;
2036
- padding-left: 8px;
2057
+ .e-small .e-multi-select-wrapper .e-delim-values {
2058
+ font-size: 12px;
2059
+ line-height: 24px;
2037
2060
  }
2038
2061
 
2039
- .e-multiselect.e-disabled .e-multi-select-wrapper,
2040
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
2041
- cursor: not-allowed;
2062
+ .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2063
+ .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2064
+ margin-top: -2em;
2042
2065
  }
2043
2066
 
2044
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2045
- height: 40px;
2046
- left: 0;
2047
- margin: 0 0 0 0;
2048
- margin-left: auto;
2049
- position: relative;
2050
- top: 0;
2051
- width: 40px;
2067
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2068
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2069
+ margin-top: -2em;
2052
2070
  }
2053
2071
 
2054
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2055
- -ms-flex-item-align: center;
2056
- align-self: center;
2057
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2058
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2059
- display: -webkit-inline-box;
2060
- display: -ms-inline-flexbox;
2061
- display: inline-flex;
2062
- padding: 0 0 0 16px;
2063
- width: 92%;
2072
+ .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
2073
+ background-size: 300px 33px;
2074
+ min-height: 33px;
2064
2075
  }
2065
2076
 
2066
- .e-multi-select-wrapper .e-ddl-disable-icon::before {
2067
- content: "";
2077
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2078
+ color: inherit;
2068
2079
  }
2069
2080
 
2070
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
2071
- float: none;
2081
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2082
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2083
+ -webkit-box-align: normal;
2084
+ -ms-flex-align: normal;
2085
+ align-items: normal;
2072
2086
  }
2073
2087
 
2074
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
2075
- padding-left: 0;
2088
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
2089
+ padding: 0 12px 0 8px;
2076
2090
  }
2077
- .e-multiselect.e-rtl .e-multi-select-wrapper {
2078
- padding: 0 2px 0 32px;
2091
+
2092
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper {
2093
+ padding: 0;
2079
2094
  }
2080
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2081
- left: -12px;
2095
+
2096
+ .e-filled.e-float-input .e-multi-select-wrapper {
2097
+ padding: 11px 12px 0;
2082
2098
  }
2083
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2084
- margin: 0;
2085
- margin-right: auto;
2099
+
2100
+ .e-small.e-filled.e-float-input .e-multi-select-wrapper,
2101
+ .e-small .e-filled.e-float-input .e-multi-select-wrapper {
2102
+ padding: 12px 12px 0 8px;
2086
2103
  }
2087
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
2088
- float: right;
2104
+
2105
+ .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
2106
+ .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
2107
+ padding: 0;
2089
2108
  }
2090
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
2091
- float: right;
2092
- margin: 4px;
2093
- padding: 0 8px 0 4px;
2094
- }
2095
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
2096
- padding: 5px 4px;
2097
- }
2098
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
2099
- float: left;
2100
- }
2101
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
2102
- left: 0;
2103
- }
2104
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
2105
- padding: 0 4px 0 8px;
2106
- }
2107
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
2108
- padding: 8px 4px;
2109
- }
2110
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2111
- padding: 0 8px 0 4px;
2112
- }
2113
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2114
- padding: 12px 4px;
2115
- }
2116
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2117
- left: 30px;
2118
- position: absolute;
2119
- right: auto;
2120
- left: 0;
2121
- }
2122
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
2123
- left: -4px;
2124
- }
2125
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
2126
- padding-right: 8px;
2127
- }
2128
-
2129
- .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
2130
- left: 19px;
2131
- }
2132
-
2133
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
2134
- left: 25px;
2135
- }
2136
-
2137
- .e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
2138
- .e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
2139
- left: 20px;
2140
- }
2141
-
2142
- .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
2143
- bottom: 1px;
2144
- margin-right: 8px;
2145
- position: relative;
2146
- text-indent: 0;
2147
- vertical-align: middle;
2148
- }
2149
-
2150
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
2151
- padding-left: 0;
2152
- }
2153
-
2154
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
2155
- padding-right: 25px;
2156
- }
2157
-
2158
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
2159
- bottom: 1px;
2160
- bottom: 2px;
2161
- margin-right: 8px;
2162
- position: relative;
2163
- text-indent: 0;
2164
- vertical-align: middle;
2165
- }
2166
-
2167
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
2168
- margin-left: 12px;
2169
- margin-right: 0;
2170
- }
2171
-
2172
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
2173
- margin-left: 12px;
2174
- margin-right: 0;
2175
- }
2176
-
2177
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
2178
- padding-right: 0;
2179
- }
2180
-
2181
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
2182
- padding-right: 15px;
2183
- }
2184
-
2185
- .e-multi-select-list-wrapper .e-selectall-parent {
2186
- cursor: pointer;
2187
- display: block;
2188
- line-height: 36px;
2189
- overflow: hidden;
2190
- text-overflow: ellipsis;
2191
- padding-right: 16px;
2192
- position: relative;
2193
- text-indent: 12px;
2194
- white-space: nowrap;
2195
- width: 100%;
2196
- }
2197
-
2198
- .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
2199
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
2200
- padding-left: 16px;
2201
- padding-right: 15px;
2202
- }
2203
-
2204
- .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
2205
- color: #212529;
2206
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
2207
- font-size: 14px;
2208
- }
2209
-
2210
- .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
2211
- bottom: 1px;
2212
- margin-right: 8px;
2213
- position: relative;
2214
- text-indent: 0;
2215
- vertical-align: middle;
2216
- }
2217
-
2218
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
2219
- margin-left: 12px;
2220
- margin-right: 0;
2221
- }
2222
-
2223
- .e-multiselect .e-input-group-icon.e-ddl-icon {
2224
- float: right;
2225
- margin-top: 0;
2226
- }
2227
-
2228
- .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
2229
- float: left;
2230
- }
2231
-
2232
- .e-multiselect.e-checkbox .e-multi-select-wrapper,
2233
- .e-multiselect .e-multi-select-wrapper.e-down-icon {
2234
- padding: 0;
2235
- }
2236
-
2237
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
2238
- padding-left: 8px;
2239
- }
2240
-
2241
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
2242
- padding: 0 8px;
2243
- }
2244
-
2245
- .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
2246
- line-height: 20px;
2247
- padding-left: 10px;
2248
- padding-left: 0;
2249
- }
2250
-
2251
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
2252
- .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
2253
- opacity: 0.3;
2254
- }
2255
-
2256
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
2257
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
2258
- opacity: 0.7;
2259
- }
2260
-
2261
- .e-multi-select-wrapper input[readonly=true] {
2262
- pointer-events: none;
2263
- }
2264
-
2265
- .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
2266
- pointer-events: none;
2267
- }
2268
-
2269
- ejs-multiselect {
2270
- display: block;
2271
- }
2272
-
2273
- .e-small.e-multi-select-list-wrapper .e-selectall-parent,
2274
- .e-small .e-multi-select-list-wrapper .e-selectall-parent {
2275
- line-height: 26px;
2276
- }
2277
-
2278
- .e-small .e-multi-select-wrapper .e-chips-close {
2279
- height: 12px;
2280
- width: 12px;
2281
- }
2282
-
2283
- .e-small .e-multi-select-wrapper {
2284
- min-height: 24px;
2285
- }
2286
-
2287
- .e-small .e-multi-select-wrapper input[type=text] {
2288
- height: 24px;
2289
- min-height: 24px;
2290
- }
2291
-
2292
- .e-small .e-multi-select-wrapper .e-delim-values {
2293
- font-size: 12px;
2294
- line-height: 24px;
2295
- }
2296
-
2297
- .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2298
- .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2299
- margin-top: -2em;
2300
- }
2301
-
2302
- .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2303
- .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2304
- margin-top: -2em;
2305
- }
2306
-
2307
- .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
2308
- background-size: 300px 33px;
2309
- min-height: 33px;
2310
- }
2311
-
2312
- .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2313
- color: inherit;
2314
- }
2315
-
2316
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2317
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2318
- -webkit-box-align: normal;
2319
- -ms-flex-align: normal;
2320
- align-items: normal;
2321
- }
2322
-
2323
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
2324
- padding: 0 12px 0 8px;
2325
- }
2326
-
2327
- .e-multiselect.e-filled.e-input-group.e-control-wrapper {
2328
- padding: 0;
2329
- }
2330
-
2331
- .e-filled.e-float-input .e-multi-select-wrapper {
2332
- padding: 11px 12px 0;
2333
- }
2334
-
2335
- .e-small.e-filled.e-float-input .e-multi-select-wrapper,
2336
- .e-small .e-filled.e-float-input .e-multi-select-wrapper {
2337
- padding: 12px 12px 0 8px;
2338
- }
2339
-
2340
- .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
2341
- .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
2342
- padding: 0;
2343
- }
2344
-
2345
- .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2346
- height: 28px;
2109
+
2110
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2111
+ height: 28px;
2347
2112
  }
2348
2113
 
2349
2114
  .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
@@ -2451,348 +2216,263 @@ ejs-multiselect {
2451
2216
  width: 15px;
2452
2217
  }
2453
2218
 
2454
- .e-listbox-tool .e-moveup::before {
2455
- content: "\e776";
2219
+ .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
2220
+ line-height: 30px;
2221
+ top: 0;
2456
2222
  }
2457
2223
 
2458
- .e-listbox-tool .e-movedown::before {
2459
- content: "\e729";
2224
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
2225
+ border-radius: 0 2px 2px 0;
2226
+ border-right-width: 0;
2460
2227
  }
2461
2228
 
2462
- .e-listbox-tool .e-moveto::before {
2463
- content: "\e748";
2229
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
2230
+ border-left-width: 0;
2231
+ border-radius: 4px 0 0 4px;
2232
+ border-right-width: 1px;
2464
2233
  }
2465
2234
 
2466
- .e-listbox-tool .e-movefrom::before {
2467
- content: "\e765";
2235
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2236
+ height: 32px;
2237
+ width: 32px;
2468
2238
  }
2469
2239
 
2470
- .e-listbox-tool .e-moveallto::before {
2471
- content: "\e7a9";
2240
+ .e-multi-select-wrapper .e-searcher input[type=text],
2241
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
2242
+ color: #212529;
2243
+ height: 100%;
2472
2244
  }
2473
2245
 
2474
- .e-listbox-tool .e-moveallfrom::before {
2475
- content: "\e744";
2246
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
2247
+ border-left-width: 0;
2476
2248
  }
2477
2249
 
2478
- .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
2479
- .e-small .e-listbox-container.e-filter-list .e-list-parent {
2480
- height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
2250
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
2251
+ background: transparent;
2481
2252
  }
2482
2253
 
2483
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
2484
- height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
2254
+ .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2255
+ color: #212529;
2485
2256
  }
2486
2257
 
2487
- .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
2488
- height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
2258
+ .e-multi-select-wrapper .e-chips.e-chip-selected {
2259
+ background-color: #adb5bd;
2489
2260
  }
2490
2261
 
2491
- .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
2492
- height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
2262
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2263
+ background-color: rgb(86.4, 93.6, 100);
2493
2264
  }
2494
2265
 
2495
- .e-listbox-wrapper,
2496
- .e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
2497
- .e-listboxtool-container.e-listbox-container .e-ul {
2498
- border: 1px solid #dee2e6;
2266
+ .e-multiselect {
2267
+ -webkit-box-sizing: border-box;
2268
+ box-sizing: border-box;
2499
2269
  }
2500
2270
 
2501
- .e-listbox-wrapper,
2502
- .e-listbox-container,
2503
- .e-listboxtool-wrapper {
2271
+ /* stylelint-disable property-no-vendor-prefix */
2272
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
2273
+ -webkit-text-fill-color: #fff;
2274
+ color: #fff;
2504
2275
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
2505
2276
  font-size: 14px;
2506
2277
  }
2507
- .e-listbox-wrapper .e-list-header,
2508
- .e-listbox-container .e-list-header,
2509
- .e-listboxtool-wrapper .e-list-header {
2510
- background-color: #e9ecef;
2511
- border-color: rgba(0, 0, 0, 0.12);
2512
- color: #495057;
2513
- font-size: 12px;
2278
+
2279
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
2280
+ color: #212529;
2514
2281
  }
2515
2282
 
2516
- .e-listbox-wrapper.e-filter-list .e-list-parent,
2517
- .e-listbox-container.e-filter-list .e-list-parent,
2518
- .e-listboxtool-wrapper.e-filter-list .e-list-parent {
2519
- height: calc(100% - 50px);
2283
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
2284
+ color: #fff;
2520
2285
  }
2521
2286
 
2522
- .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
2523
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
2524
- .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
2525
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2287
+ .e-multi-select-wrapper .e-chips {
2288
+ background-color: #6c757d;
2289
+ border-radius: 4px;
2290
+ height: 24px;
2526
2291
  }
2527
2292
 
2528
- .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
2529
- .e-listbox-container .e-selectall-parent + .e-list-parent,
2530
- .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
2531
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2293
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
2294
+ background-color: rgb(91.8, 99.45, 106.25);
2532
2295
  }
2533
2296
 
2534
- .e-listbox-wrapper .e-list-item,
2535
- .e-listbox-container .e-list-item,
2536
- .e-listboxtool-wrapper .e-list-item {
2537
- background-color: transparent;
2538
- border-bottom: 0 solid transparent;
2539
- border-left: 0 solid transparent;
2540
- border-right: 0 solid transparent;
2541
- border-top: 0 solid transparent;
2542
- color: #212529;
2297
+ .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
2298
+ color: #fff;
2543
2299
  }
2544
2300
 
2545
- .e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled), .e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
2546
- .e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
2547
- .e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
2548
- .e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
2549
- .e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
2550
- background-color: #e9ecef;
2551
- border-color: transparent;
2301
+ .e-multi-select-wrapper .e-chips .e-chips-close::before {
2302
+ -webkit-text-fill-color: #fff;
2303
+ color: #fff;
2304
+ font-size: 14px;
2305
+ }
2306
+
2307
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2308
+ background-color: #0d6efd;
2309
+ border-radius: 2px;
2552
2310
  color: #212529;
2311
+ height: 40px;
2312
+ line-height: 40px;
2553
2313
  }
2554
2314
 
2555
- .e-listbox-wrapper .e-list-item.e-selected.e-checklist,
2556
- .e-listbox-container .e-list-item.e-selected.e-checklist,
2557
- .e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
2558
- background-color: transparent;
2315
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2559
2316
  color: #212529;
2560
2317
  }
2561
2318
 
2562
- .e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist, .e-listbox-wrapper .e-list-item.e-selected,
2563
- .e-listbox-container .e-list-item.e-focused,
2564
- .e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
2565
- .e-listbox-container .e-list-item.e-selected,
2566
- .e-listboxtool-wrapper .e-list-item.e-focused,
2567
- .e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
2568
- .e-listboxtool-wrapper .e-list-item.e-selected {
2569
- background-color: #e9ecef;
2570
- color: rgba(33, 37, 41, 0.87);
2319
+ .e-multi-select-wrapper .e-chips.e-mob-chip {
2320
+ height: 30px;
2571
2321
  }
2572
2322
 
2573
- .e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, .e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
2574
- .e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
2575
- .e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
2576
- .e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
2577
- .e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
2578
- background-color: #0d6efd;
2579
- border-color: transparent;
2580
- color: #fff;
2323
+ .e-popup.e-multi-select-list-wrapper {
2324
+ -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
2325
+ box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
2326
+ -webkit-box-sizing: content-box;
2327
+ box-sizing: content-box;
2328
+ overflow: initial;
2581
2329
  }
2582
2330
 
2583
- .e-listbox-wrapper .e-list-group-item,
2584
- .e-listbox-container .e-list-group-item,
2585
- .e-listboxtool-wrapper .e-list-group-item {
2586
- background-color: #e9ecef;
2587
- border-color: rgba(0, 0, 0, 0.12);
2588
- color: #000;
2589
- font-size: 12px;
2331
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
2332
+ border-bottom: 0 solid transparent;
2333
+ border-left: 0 solid #0d6efd;
2334
+ border-right: 0 solid #0d6efd;
2335
+ border-top: 0 solid #adb5bd;
2590
2336
  }
2591
2337
 
2592
- .e-listbox-wrapper .e-selectall-parent,
2593
- .e-listbox-container .e-selectall-parent,
2594
- .e-listboxtool-wrapper .e-selectall-parent {
2338
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
2595
2339
  background-color: transparent;
2596
- border-bottom: 1px solid #dee2e6;
2340
+ border-color: transparent;
2597
2341
  color: #212529;
2598
2342
  }
2599
2343
 
2600
- .e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
2601
- .e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
2602
- .e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
2344
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
2603
2345
  background-color: transparent;
2346
+ border-color: transparent;
2347
+ color: #212529;
2604
2348
  }
2605
2349
 
2606
- .e-listbox-wrapper.e-list-template .e-list-wrapper,
2607
- .e-listbox-container.e-list-template .e-list-wrapper,
2608
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper {
2609
- height: inherit;
2610
- position: relative;
2611
- }
2612
- .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
2613
- .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
2614
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
2615
- padding: 8px 16px;
2616
- }
2617
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
2618
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
2619
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
2620
- padding: 4px;
2621
- }
2622
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
2623
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
2624
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
2350
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
2351
+ background-color: #e9ecef;
2625
2352
  color: #212529;
2626
- display: block;
2627
- font-size: 14px;
2628
- font-weight: 500;
2629
- margin: 0;
2630
- overflow: hidden;
2631
- padding: 0;
2632
- text-overflow: ellipsis;
2633
- white-space: nowrap;
2634
2353
  }
2635
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
2636
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
2637
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
2638
- color: #495057;
2639
- display: block;
2640
- font-size: 14px;
2641
- margin: 0;
2642
- padding: 2px 0 0 0;
2643
- word-wrap: break-word;
2354
+
2355
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
2356
+ background-color: #e9ecef;
2357
+ color: #6c757d;
2644
2358
  }
2645
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
2646
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
2647
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
2648
- overflow: hidden;
2649
- text-overflow: ellipsis;
2650
- white-space: nowrap;
2359
+
2360
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
2361
+ border-bottom: 0 solid transparent;
2362
+ border-top: 0 solid transparent;
2651
2363
  }
2652
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
2653
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
2654
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
2655
- height: 40px;
2656
- left: 0;
2657
- position: absolute;
2658
- width: 40px;
2659
- left: 0;
2364
+
2365
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
2366
+ border-bottom: 0 solid transparent;
2660
2367
  }
2661
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
2662
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
2663
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
2664
- padding-left: 68px;
2665
- padding-right: 16px;
2368
+
2369
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
2370
+ border-top: 0 solid transparent;
2666
2371
  }
2667
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
2668
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
2669
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
2670
- padding-left: 16px;
2671
- padding-right: 68px;
2372
+
2373
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
2374
+ background-color: #0d6efd;
2375
+ -webkit-box-shadow: none;
2376
+ box-shadow: none;
2377
+ color: #fff;
2378
+ border: 0 solid transparent;
2672
2379
  }
2673
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
2674
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
2675
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
2676
- height: 40px;
2677
- left: 0;
2678
- position: absolute;
2679
- width: 40px;
2680
- right: 0;
2380
+
2381
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
2382
+ background-color: #0d6efd;
2383
+ -webkit-box-shadow: none;
2384
+ box-shadow: none;
2385
+ color: #fff;
2386
+ border: 0 solid transparent;
2681
2387
  }
2682
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar, .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
2683
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
2684
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
2685
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
2686
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
2687
- top: 0;
2388
+
2389
+ .e-popup.e-multi-select-list-wrapper .e-list-item {
2390
+ border: 0 solid transparent;
2688
2391
  }
2689
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
2690
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
2691
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
2692
- font-size: 10px;
2693
- height: 18px;
2694
- line-height: 16px;
2695
- padding: 0;
2696
- position: absolute;
2697
- right: 12px;
2698
- top: 50%;
2699
- -webkit-transform: translateY(-50%);
2700
- transform: translateY(-50%);
2701
- width: 32px;
2392
+
2393
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
2394
+ border: 0 solid transparent;
2702
2395
  }
2703
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
2704
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
2705
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
2706
- padding-left: 68px;
2707
- padding-right: 10px;
2396
+
2397
+ .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2398
+ color: #6c757d;
2708
2399
  }
2709
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
2710
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
2711
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
2712
- padding-left: 16px;
2713
- padding-right: 10px;
2400
+
2401
+ .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2402
+ color: #6c757d;
2714
2403
  }
2715
- .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
2716
- .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
2717
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
2718
- display: block;
2719
- margin: 0;
2720
- overflow: hidden;
2721
- padding: 8px 0;
2722
- text-overflow: ellipsis;
2723
- white-space: nowrap;
2404
+
2405
+ .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2406
+ color: #6c757d;
2724
2407
  }
2725
- .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
2726
- .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
2727
- .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
2728
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
2729
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
2408
+
2409
+ .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2410
+ color: #6c757d;
2411
+ }
2412
+
2413
+ .e-ul.e-reorder {
2414
+ border-bottom: 1px solid #dee2e6;
2415
+ }
2416
+
2417
+ .e-multi-select-list-wrapper .e-selectall-parent {
2418
+ border-bottom: 1px solid #dee2e6;
2419
+ }
2420
+
2421
+ .e-multi-select-wrapper .e-delim-values {
2422
+ -webkit-text-fill-color: #fff;
2423
+ color: #fff;
2424
+ -webkit-text-fill-color: #212529;
2730
2425
  color: #212529;
2731
2426
  }
2732
- .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
2733
- .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
2734
- .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
2735
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
2736
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
2737
- color: rgba(33, 37, 41, 0.87);
2427
+
2428
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2429
+ color: #212529;
2738
2430
  }
2739
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
2740
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
2741
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
2742
- left: inherit;
2743
- right: 0;
2431
+
2432
+ .e-small .e-multi-select-wrapper .e-chips {
2433
+ border-radius: 2px;
2434
+ height: 20px;
2744
2435
  }
2745
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
2746
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
2747
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
2748
- padding-left: 16px;
2749
- padding-right: 68px;
2436
+
2437
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
2438
+ font-size: 12px;
2750
2439
  }
2751
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
2752
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
2753
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
2754
- padding-left: 68px;
2755
- padding-right: 16px;
2440
+
2441
+ .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
2442
+ font-size: 12px;
2756
2443
  }
2757
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
2758
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
2759
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
2444
+
2445
+ .e-small .e-multi-select-wrapper .e-close-hooker::before {
2760
2446
  left: 0;
2761
- right: inherit;
2762
2447
  }
2763
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
2764
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
2765
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
2766
- left: 12px;
2767
- right: inherit;
2448
+
2449
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2450
+ -webkit-text-fill-color: #343a40;
2451
+ color: #343a40;
2768
2452
  }
2769
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
2770
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
2771
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
2772
- padding-left: 10px;
2773
- padding-right: 68px;
2453
+
2454
+ .e-listbox-tool .e-moveup::before {
2455
+ content: "\e776";
2774
2456
  }
2775
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
2776
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
2777
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
2778
- padding-left: 10px;
2779
- padding-right: 16px;
2457
+
2458
+ .e-listbox-tool .e-movedown::before {
2459
+ content: "\e729";
2780
2460
  }
2781
2461
 
2782
- .e-listbox-container.e-filter-list .e-list-parent, .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent, .e-listbox-container .e-selectall-parent + .e-list-parent {
2783
- height: 100%;
2462
+ .e-listbox-tool .e-moveto::before {
2463
+ content: "\e748";
2784
2464
  }
2785
2465
 
2786
- .e-listbox-container.e-filter-list .e-list-wrap {
2787
- height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
2466
+ .e-listbox-tool .e-movefrom::before {
2467
+ content: "\e765";
2788
2468
  }
2789
2469
 
2790
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
2791
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2470
+ .e-listbox-tool .e-moveallto::before {
2471
+ content: "\e7a9";
2792
2472
  }
2793
2473
 
2794
- .e-listbox-container .e-selectall-parent + .e-list-wrap {
2795
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2474
+ .e-listbox-tool .e-moveallfrom::before {
2475
+ content: "\e744";
2796
2476
  }
2797
2477
 
2798
2478
  /* stylelint-disable property-no-vendor-prefix */
@@ -3253,5 +2933,325 @@ ejs-listbox {
3253
2933
  padding-bottom: 2px;
3254
2934
  }
3255
2935
 
2936
+ .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
2937
+ .e-small .e-listbox-container.e-filter-list .e-list-parent {
2938
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
2939
+ }
2940
+
2941
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
2942
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
2943
+ }
2944
+
2945
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
2946
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
2947
+ }
2948
+
2949
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
2950
+ height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
2951
+ }
2952
+
2953
+ .e-listbox-wrapper,
2954
+ .e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
2955
+ .e-listboxtool-container.e-listbox-container .e-ul {
2956
+ border: 1px solid #dee2e6;
2957
+ }
2958
+
2959
+ .e-listbox-wrapper,
2960
+ .e-listbox-container,
2961
+ .e-listboxtool-wrapper {
2962
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
2963
+ font-size: 14px;
2964
+ }
2965
+ .e-listbox-wrapper .e-list-header,
2966
+ .e-listbox-container .e-list-header,
2967
+ .e-listboxtool-wrapper .e-list-header {
2968
+ background-color: #e9ecef;
2969
+ border-color: rgba(0, 0, 0, 0.12);
2970
+ color: #495057;
2971
+ font-size: 12px;
2972
+ }
2973
+
2974
+ .e-listbox-wrapper.e-filter-list .e-list-parent,
2975
+ .e-listbox-container.e-filter-list .e-list-parent,
2976
+ .e-listboxtool-wrapper.e-filter-list .e-list-parent {
2977
+ height: calc(100% - 50px);
2978
+ }
2979
+
2980
+ .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
2981
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
2982
+ .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
2983
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2984
+ }
2985
+
2986
+ .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
2987
+ .e-listbox-container .e-selectall-parent + .e-list-parent,
2988
+ .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
2989
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2990
+ }
2991
+
2992
+ .e-listbox-wrapper .e-list-item,
2993
+ .e-listbox-container .e-list-item,
2994
+ .e-listboxtool-wrapper .e-list-item {
2995
+ background-color: transparent;
2996
+ border-bottom: 0 solid transparent;
2997
+ border-left: 0 solid transparent;
2998
+ border-right: 0 solid transparent;
2999
+ border-top: 0 solid transparent;
3000
+ color: #212529;
3001
+ }
3002
+
3003
+ .e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled), .e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
3004
+ .e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
3005
+ .e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
3006
+ .e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
3007
+ .e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
3008
+ background-color: #e9ecef;
3009
+ border-color: transparent;
3010
+ color: #212529;
3011
+ }
3012
+
3013
+ .e-listbox-wrapper .e-list-item.e-selected.e-checklist,
3014
+ .e-listbox-container .e-list-item.e-selected.e-checklist,
3015
+ .e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
3016
+ background-color: transparent;
3017
+ color: #212529;
3018
+ }
3019
+
3020
+ .e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist, .e-listbox-wrapper .e-list-item.e-selected,
3021
+ .e-listbox-container .e-list-item.e-focused,
3022
+ .e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
3023
+ .e-listbox-container .e-list-item.e-selected,
3024
+ .e-listboxtool-wrapper .e-list-item.e-focused,
3025
+ .e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
3026
+ .e-listboxtool-wrapper .e-list-item.e-selected {
3027
+ background-color: #e9ecef;
3028
+ color: rgba(33, 37, 41, 0.87);
3029
+ }
3030
+
3031
+ .e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, .e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
3032
+ .e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
3033
+ .e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
3034
+ .e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
3035
+ .e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
3036
+ background-color: #0d6efd;
3037
+ border-color: transparent;
3038
+ color: #fff;
3039
+ }
3040
+
3041
+ .e-listbox-wrapper .e-list-group-item,
3042
+ .e-listbox-container .e-list-group-item,
3043
+ .e-listboxtool-wrapper .e-list-group-item {
3044
+ background-color: #e9ecef;
3045
+ border-color: rgba(0, 0, 0, 0.12);
3046
+ color: #000;
3047
+ font-size: 12px;
3048
+ }
3049
+
3050
+ .e-listbox-wrapper .e-selectall-parent,
3051
+ .e-listbox-container .e-selectall-parent,
3052
+ .e-listboxtool-wrapper .e-selectall-parent {
3053
+ background-color: transparent;
3054
+ border-bottom: 1px solid #dee2e6;
3055
+ color: #212529;
3056
+ }
3057
+
3058
+ .e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
3059
+ .e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
3060
+ .e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
3061
+ background-color: transparent;
3062
+ }
3063
+
3064
+ .e-listbox-wrapper.e-list-template .e-list-wrapper,
3065
+ .e-listbox-container.e-list-template .e-list-wrapper,
3066
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper {
3067
+ height: inherit;
3068
+ position: relative;
3069
+ }
3070
+ .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
3071
+ .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
3072
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
3073
+ padding: 8px 16px;
3074
+ }
3075
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
3076
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
3077
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
3078
+ padding: 4px;
3079
+ }
3080
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
3081
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
3082
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
3083
+ color: #212529;
3084
+ display: block;
3085
+ font-size: 14px;
3086
+ font-weight: 500;
3087
+ margin: 0;
3088
+ overflow: hidden;
3089
+ padding: 0;
3090
+ text-overflow: ellipsis;
3091
+ white-space: nowrap;
3092
+ }
3093
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
3094
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
3095
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
3096
+ color: #495057;
3097
+ display: block;
3098
+ font-size: 14px;
3099
+ margin: 0;
3100
+ padding: 2px 0 0 0;
3101
+ word-wrap: break-word;
3102
+ }
3103
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
3104
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
3105
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
3106
+ overflow: hidden;
3107
+ text-overflow: ellipsis;
3108
+ white-space: nowrap;
3109
+ }
3110
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3111
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3112
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
3113
+ height: 40px;
3114
+ left: 0;
3115
+ position: absolute;
3116
+ width: 40px;
3117
+ left: 0;
3118
+ }
3119
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3120
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3121
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
3122
+ padding-left: 68px;
3123
+ padding-right: 16px;
3124
+ }
3125
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3126
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3127
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
3128
+ padding-left: 16px;
3129
+ padding-right: 68px;
3130
+ }
3131
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3132
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3133
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3134
+ height: 40px;
3135
+ left: 0;
3136
+ position: absolute;
3137
+ width: 40px;
3138
+ right: 0;
3139
+ }
3140
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar, .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3141
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
3142
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3143
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
3144
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3145
+ top: 0;
3146
+ }
3147
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3148
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3149
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
3150
+ font-size: 10px;
3151
+ height: 18px;
3152
+ line-height: 16px;
3153
+ padding: 0;
3154
+ position: absolute;
3155
+ right: 12px;
3156
+ top: 50%;
3157
+ -webkit-transform: translateY(-50%);
3158
+ transform: translateY(-50%);
3159
+ width: 32px;
3160
+ }
3161
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3162
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3163
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
3164
+ padding-left: 68px;
3165
+ padding-right: 10px;
3166
+ }
3167
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3168
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3169
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3170
+ padding-left: 16px;
3171
+ padding-right: 10px;
3172
+ }
3173
+ .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
3174
+ .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
3175
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
3176
+ display: block;
3177
+ margin: 0;
3178
+ overflow: hidden;
3179
+ padding: 8px 0;
3180
+ text-overflow: ellipsis;
3181
+ white-space: nowrap;
3182
+ }
3183
+ .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
3184
+ .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
3185
+ .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
3186
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
3187
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
3188
+ color: #212529;
3189
+ }
3190
+ .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
3191
+ .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
3192
+ .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
3193
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
3194
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
3195
+ color: rgba(33, 37, 41, 0.87);
3196
+ }
3197
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3198
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3199
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
3200
+ left: inherit;
3201
+ right: 0;
3202
+ }
3203
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3204
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3205
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
3206
+ padding-left: 16px;
3207
+ padding-right: 68px;
3208
+ }
3209
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3210
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3211
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
3212
+ padding-left: 68px;
3213
+ padding-right: 16px;
3214
+ }
3215
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3216
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3217
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3218
+ left: 0;
3219
+ right: inherit;
3220
+ }
3221
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3222
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3223
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
3224
+ left: 12px;
3225
+ right: inherit;
3226
+ }
3227
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3228
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3229
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
3230
+ padding-left: 10px;
3231
+ padding-right: 68px;
3232
+ }
3233
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3234
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3235
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3236
+ padding-left: 10px;
3237
+ padding-right: 16px;
3238
+ }
3239
+
3240
+ .e-listbox-container.e-filter-list .e-list-parent, .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent, .e-listbox-container .e-selectall-parent + .e-list-parent {
3241
+ height: 100%;
3242
+ }
3243
+
3244
+ .e-listbox-container.e-filter-list .e-list-wrap {
3245
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3246
+ }
3247
+
3248
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3249
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3250
+ }
3251
+
3252
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3253
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3254
+ }
3255
+
3256
3256
  /* stylelint-disable-line no-empty-source */
3257
3257
  /* stylelint-disable-line no-empty-source */