@syncfusion/ej2-angular-inputs 25.2.6 → 26.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/CHANGELOG.md +1495 -0
  2. package/README.md +13 -0
  3. package/esm2020/public_api.mjs +1 -2
  4. package/esm2020/src/index.mjs +4 -1
  5. package/esm2020/src/otp-input/otpinput-all.module.mjs +23 -0
  6. package/esm2020/src/otp-input/otpinput.component.mjs +85 -0
  7. package/esm2020/src/otp-input/otpinput.module.mjs +25 -0
  8. package/esm2020/src/textarea/textarea.component.mjs +3 -3
  9. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +187 -71
  10. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  11. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +187 -71
  12. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  13. package/package.json +9 -9
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/index.d.ts +3 -0
  17. package/src/otp-input/otpinput-all.module.d.ts +11 -0
  18. package/src/otp-input/otpinput.component.d.ts +43 -0
  19. package/src/otp-input/otpinput.module.d.ts +11 -0
  20. package/src/textarea/textarea.component.d.ts +1 -1
  21. package/styles/bootstrap-dark.css +7402 -1
  22. package/styles/bootstrap-dark.scss +1 -0
  23. package/styles/bootstrap.css +7384 -1
  24. package/styles/bootstrap.scss +1 -0
  25. package/styles/bootstrap4.css +7542 -1
  26. package/styles/bootstrap4.scss +1 -0
  27. package/styles/bootstrap5-dark.css +7707 -1
  28. package/styles/bootstrap5-dark.scss +1 -0
  29. package/styles/bootstrap5.css +7707 -1
  30. package/styles/bootstrap5.scss +1 -0
  31. package/styles/color-picker/bootstrap-dark.css +779 -1
  32. package/styles/color-picker/bootstrap.css +779 -1
  33. package/styles/color-picker/bootstrap4.css +865 -1
  34. package/styles/color-picker/bootstrap5-dark.css +845 -1
  35. package/styles/color-picker/bootstrap5.css +845 -1
  36. package/styles/color-picker/fabric-dark.css +779 -1
  37. package/styles/color-picker/fabric.css +784 -1
  38. package/styles/color-picker/fluent-dark.css +800 -1
  39. package/styles/color-picker/fluent.css +800 -1
  40. package/styles/color-picker/fluent2.css +2025 -0
  41. package/styles/color-picker/fluent2.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +779 -1
  43. package/styles/color-picker/highcontrast.css +779 -1
  44. package/styles/color-picker/material-dark.css +793 -1
  45. package/styles/color-picker/material.css +826 -1
  46. package/styles/color-picker/material3-dark.css +1015 -1
  47. package/styles/color-picker/material3.css +1127 -1
  48. package/styles/color-picker/tailwind-dark.css +819 -1
  49. package/styles/color-picker/tailwind.css +819 -1
  50. package/styles/data-form/bootstrap-dark.css +232 -1
  51. package/styles/data-form/bootstrap.css +232 -1
  52. package/styles/data-form/bootstrap4.css +232 -1
  53. package/styles/data-form/bootstrap5-dark.css +232 -1
  54. package/styles/data-form/bootstrap5.css +232 -1
  55. package/styles/data-form/fabric-dark.css +232 -1
  56. package/styles/data-form/fabric.css +232 -1
  57. package/styles/data-form/fluent-dark.css +232 -1
  58. package/styles/data-form/fluent.css +232 -1
  59. package/styles/data-form/fluent2.css +1266 -0
  60. package/styles/data-form/fluent2.scss +1 -0
  61. package/styles/data-form/highcontrast-light.css +232 -1
  62. package/styles/data-form/highcontrast.css +232 -1
  63. package/styles/data-form/material-dark.css +232 -1
  64. package/styles/data-form/material.css +232 -1
  65. package/styles/data-form/material3-dark.css +342 -1
  66. package/styles/data-form/material3.css +454 -1
  67. package/styles/data-form/tailwind-dark.css +232 -1
  68. package/styles/data-form/tailwind.css +232 -1
  69. package/styles/fabric-dark.css +7348 -1
  70. package/styles/fabric-dark.scss +1 -0
  71. package/styles/fabric.css +7353 -1
  72. package/styles/fabric.scss +1 -0
  73. package/styles/fluent-dark.css +7508 -1
  74. package/styles/fluent-dark.scss +1 -0
  75. package/styles/fluent.css +7508 -1
  76. package/styles/fluent.scss +1 -0
  77. package/styles/fluent2.css +25566 -0
  78. package/styles/fluent2.scss +12 -0
  79. package/styles/highcontrast-light.css +7557 -1
  80. package/styles/highcontrast-light.scss +1 -0
  81. package/styles/highcontrast.css +7557 -1
  82. package/styles/highcontrast.scss +1 -0
  83. package/styles/input/bootstrap-dark.css +4368 -1
  84. package/styles/input/bootstrap.css +4368 -1
  85. package/styles/input/bootstrap4.css +4348 -1
  86. package/styles/input/bootstrap5-dark.css +4446 -1
  87. package/styles/input/bootstrap5.css +4446 -1
  88. package/styles/input/fabric-dark.css +4298 -1
  89. package/styles/input/fabric.css +4298 -1
  90. package/styles/input/fluent-dark.css +4336 -1
  91. package/styles/input/fluent.css +4336 -1
  92. package/styles/input/fluent2.css +10185 -0
  93. package/styles/input/fluent2.scss +1 -0
  94. package/styles/input/highcontrast-light.css +4462 -1
  95. package/styles/input/highcontrast.css +4462 -1
  96. package/styles/input/material-dark.css +11659 -1
  97. package/styles/input/material.css +11679 -1
  98. package/styles/input/material3-dark.css +11609 -1
  99. package/styles/input/material3.css +11721 -1
  100. package/styles/input/tailwind-dark.css +4303 -1
  101. package/styles/input/tailwind.css +4303 -1
  102. package/styles/maskedtextbox/bootstrap-dark.css +31 -1
  103. package/styles/maskedtextbox/bootstrap.css +14 -1
  104. package/styles/maskedtextbox/bootstrap4.css +31 -1
  105. package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
  106. package/styles/maskedtextbox/bootstrap5.css +31 -1
  107. package/styles/maskedtextbox/fabric-dark.css +31 -1
  108. package/styles/maskedtextbox/fabric.css +31 -1
  109. package/styles/maskedtextbox/fluent-dark.css +27 -1
  110. package/styles/maskedtextbox/fluent.css +27 -1
  111. package/styles/maskedtextbox/fluent2.css +1244 -0
  112. package/styles/maskedtextbox/fluent2.scss +1 -0
  113. package/styles/maskedtextbox/highcontrast-light.css +31 -1
  114. package/styles/maskedtextbox/highcontrast.css +31 -1
  115. package/styles/maskedtextbox/material-dark.css +45 -1
  116. package/styles/maskedtextbox/material.css +65 -1
  117. package/styles/maskedtextbox/material3-dark.css +175 -1
  118. package/styles/maskedtextbox/material3.css +287 -1
  119. package/styles/maskedtextbox/tailwind-dark.css +31 -1
  120. package/styles/maskedtextbox/tailwind.css +31 -1
  121. package/styles/material-dark.css +14901 -1
  122. package/styles/material-dark.scss +1 -0
  123. package/styles/material.css +14988 -1
  124. package/styles/material.scss +1 -0
  125. package/styles/material3-dark.css +16319 -1
  126. package/styles/material3-dark.scss +1 -0
  127. package/styles/material3.css +17663 -1
  128. package/styles/material3.scss +1 -0
  129. package/styles/numerictextbox/bootstrap-dark.css +53 -1
  130. package/styles/numerictextbox/bootstrap.css +53 -1
  131. package/styles/numerictextbox/bootstrap4.css +48 -1
  132. package/styles/numerictextbox/bootstrap5-dark.css +48 -1
  133. package/styles/numerictextbox/bootstrap5.css +48 -1
  134. package/styles/numerictextbox/fabric-dark.css +48 -1
  135. package/styles/numerictextbox/fabric.css +48 -1
  136. package/styles/numerictextbox/fluent-dark.css +59 -1
  137. package/styles/numerictextbox/fluent.css +59 -1
  138. package/styles/numerictextbox/fluent2.css +1261 -0
  139. package/styles/numerictextbox/fluent2.scss +1 -0
  140. package/styles/numerictextbox/highcontrast-light.css +48 -1
  141. package/styles/numerictextbox/highcontrast.css +48 -1
  142. package/styles/numerictextbox/material-dark.css +62 -1
  143. package/styles/numerictextbox/material.css +82 -1
  144. package/styles/numerictextbox/material3-dark.css +192 -1
  145. package/styles/numerictextbox/material3.css +304 -1
  146. package/styles/numerictextbox/tailwind-dark.css +48 -1
  147. package/styles/numerictextbox/tailwind.css +48 -1
  148. package/styles/otp-input/bootstrap-dark.css +225 -0
  149. package/styles/otp-input/bootstrap-dark.scss +1 -0
  150. package/styles/otp-input/bootstrap.css +225 -0
  151. package/styles/otp-input/bootstrap.scss +1 -0
  152. package/styles/otp-input/bootstrap4.css +225 -0
  153. package/styles/otp-input/bootstrap4.scss +1 -0
  154. package/styles/otp-input/bootstrap5-dark.css +225 -0
  155. package/styles/otp-input/bootstrap5-dark.scss +1 -0
  156. package/styles/otp-input/bootstrap5.css +225 -0
  157. package/styles/otp-input/bootstrap5.scss +1 -0
  158. package/styles/otp-input/fabric-dark.css +225 -0
  159. package/styles/otp-input/fabric-dark.scss +1 -0
  160. package/styles/otp-input/fabric.css +225 -0
  161. package/styles/otp-input/fabric.scss +1 -0
  162. package/styles/otp-input/fluent-dark.css +225 -0
  163. package/styles/otp-input/fluent-dark.scss +1 -0
  164. package/styles/otp-input/fluent.css +225 -0
  165. package/styles/otp-input/fluent.scss +1 -0
  166. package/styles/otp-input/fluent2.css +1259 -0
  167. package/styles/otp-input/fluent2.scss +1 -0
  168. package/styles/otp-input/highcontrast-light.css +225 -0
  169. package/styles/otp-input/highcontrast-light.scss +1 -0
  170. package/styles/otp-input/highcontrast.css +225 -0
  171. package/styles/otp-input/highcontrast.scss +1 -0
  172. package/styles/otp-input/material-dark.css +225 -0
  173. package/styles/otp-input/material-dark.scss +1 -0
  174. package/styles/otp-input/material.css +225 -0
  175. package/styles/otp-input/material.scss +1 -0
  176. package/styles/otp-input/material3-dark.css +335 -0
  177. package/styles/otp-input/material3-dark.scss +2 -0
  178. package/styles/otp-input/material3.css +447 -0
  179. package/styles/otp-input/material3.scss +2 -0
  180. package/styles/otp-input/tailwind-dark.css +225 -0
  181. package/styles/otp-input/tailwind-dark.scss +1 -0
  182. package/styles/otp-input/tailwind.css +225 -0
  183. package/styles/otp-input/tailwind.scss +1 -0
  184. package/styles/rating/bootstrap-dark.css +315 -1
  185. package/styles/rating/bootstrap.css +315 -1
  186. package/styles/rating/bootstrap4.css +315 -1
  187. package/styles/rating/bootstrap5-dark.css +316 -1
  188. package/styles/rating/bootstrap5.css +316 -1
  189. package/styles/rating/fabric-dark.css +315 -1
  190. package/styles/rating/fabric.css +315 -1
  191. package/styles/rating/fluent-dark.css +315 -1
  192. package/styles/rating/fluent.css +315 -1
  193. package/styles/rating/fluent2.css +1349 -0
  194. package/styles/rating/fluent2.scss +1 -0
  195. package/styles/rating/highcontrast-light.css +315 -1
  196. package/styles/rating/highcontrast.css +315 -1
  197. package/styles/rating/material-dark.css +315 -1
  198. package/styles/rating/material.css +315 -1
  199. package/styles/rating/material3-dark.css +434 -1
  200. package/styles/rating/material3.css +546 -1
  201. package/styles/rating/tailwind-dark.css +319 -1
  202. package/styles/rating/tailwind.css +319 -1
  203. package/styles/signature/bootstrap-dark.css +9 -1
  204. package/styles/signature/bootstrap.css +9 -1
  205. package/styles/signature/bootstrap4.css +9 -1
  206. package/styles/signature/bootstrap5-dark.css +9 -1
  207. package/styles/signature/bootstrap5.css +9 -1
  208. package/styles/signature/fabric-dark.css +9 -1
  209. package/styles/signature/fabric.css +9 -1
  210. package/styles/signature/fluent-dark.css +9 -1
  211. package/styles/signature/fluent.css +9 -1
  212. package/styles/signature/fluent2.css +1043 -0
  213. package/styles/signature/fluent2.scss +1 -0
  214. package/styles/signature/highcontrast-light.css +9 -1
  215. package/styles/signature/highcontrast.css +9 -1
  216. package/styles/signature/material-dark.css +9 -1
  217. package/styles/signature/material.css +9 -1
  218. package/styles/signature/material3-dark.css +119 -1
  219. package/styles/signature/material3.css +231 -1
  220. package/styles/signature/tailwind-dark.css +9 -1
  221. package/styles/signature/tailwind.css +9 -1
  222. package/styles/slider/bootstrap-dark.css +484 -1
  223. package/styles/slider/bootstrap.css +484 -1
  224. package/styles/slider/bootstrap4.css +563 -1
  225. package/styles/slider/bootstrap5-dark.css +643 -1
  226. package/styles/slider/bootstrap5.css +643 -1
  227. package/styles/slider/fabric-dark.css +504 -1
  228. package/styles/slider/fabric.css +504 -1
  229. package/styles/slider/fluent-dark.css +547 -1
  230. package/styles/slider/fluent.css +547 -1
  231. package/styles/slider/fluent2.css +1642 -0
  232. package/styles/slider/fluent2.scss +1 -0
  233. package/styles/slider/highcontrast-light.css +550 -1
  234. package/styles/slider/highcontrast.css +550 -1
  235. package/styles/slider/material-dark.css +662 -1
  236. package/styles/slider/material.css +662 -1
  237. package/styles/slider/material3-dark.css +873 -1
  238. package/styles/slider/material3.css +985 -1
  239. package/styles/slider/tailwind-dark.css +617 -1
  240. package/styles/slider/tailwind.css +617 -1
  241. package/styles/tailwind-dark.css +7544 -1
  242. package/styles/tailwind-dark.scss +1 -0
  243. package/styles/tailwind.css +7544 -1
  244. package/styles/tailwind.scss +1 -0
  245. package/styles/textarea/bootstrap-dark.css +34 -1
  246. package/styles/textarea/bootstrap.css +34 -1
  247. package/styles/textarea/bootstrap4.css +34 -1
  248. package/styles/textarea/bootstrap5-dark.css +34 -1
  249. package/styles/textarea/bootstrap5.css +34 -1
  250. package/styles/textarea/fabric-dark.css +34 -1
  251. package/styles/textarea/fabric.css +34 -1
  252. package/styles/textarea/fluent-dark.css +34 -1
  253. package/styles/textarea/fluent.css +34 -1
  254. package/styles/textarea/fluent2.css +1247 -0
  255. package/styles/textarea/fluent2.scss +1 -0
  256. package/styles/textarea/highcontrast-light.css +34 -1
  257. package/styles/textarea/highcontrast.css +34 -1
  258. package/styles/textarea/material-dark.css +48 -1
  259. package/styles/textarea/material.css +68 -1
  260. package/styles/textarea/material3-dark.css +178 -1
  261. package/styles/textarea/material3.css +290 -1
  262. package/styles/textarea/tailwind-dark.css +34 -1
  263. package/styles/textarea/tailwind.css +34 -1
  264. package/styles/textbox/bootstrap-dark.css +28 -1
  265. package/styles/textbox/bootstrap.css +28 -1
  266. package/styles/textbox/bootstrap4.css +28 -1
  267. package/styles/textbox/bootstrap5-dark.css +28 -1
  268. package/styles/textbox/bootstrap5.css +28 -1
  269. package/styles/textbox/fabric-dark.css +28 -1
  270. package/styles/textbox/fabric.css +28 -1
  271. package/styles/textbox/fluent-dark.css +28 -1
  272. package/styles/textbox/fluent.css +28 -1
  273. package/styles/textbox/fluent2.css +1241 -0
  274. package/styles/textbox/fluent2.scss +1 -0
  275. package/styles/textbox/highcontrast-light.css +28 -1
  276. package/styles/textbox/highcontrast.css +28 -1
  277. package/styles/textbox/material-dark.css +42 -1
  278. package/styles/textbox/material.css +62 -1
  279. package/styles/textbox/material3-dark.css +172 -1
  280. package/styles/textbox/material3.css +284 -1
  281. package/styles/textbox/tailwind-dark.css +28 -1
  282. package/styles/textbox/tailwind.css +28 -1
  283. package/styles/uploader/bootstrap-dark.css +835 -1
  284. package/styles/uploader/bootstrap.css +835 -1
  285. package/styles/uploader/bootstrap4.css +835 -1
  286. package/styles/uploader/bootstrap5-dark.css +841 -1
  287. package/styles/uploader/bootstrap5.css +841 -1
  288. package/styles/uploader/fabric-dark.css +835 -1
  289. package/styles/uploader/fabric.css +835 -1
  290. package/styles/uploader/fluent-dark.css +887 -1
  291. package/styles/uploader/fluent.css +887 -1
  292. package/styles/uploader/fluent2.css +1880 -0
  293. package/styles/uploader/fluent2.scss +1 -0
  294. package/styles/uploader/highcontrast-light.css +835 -1
  295. package/styles/uploader/highcontrast.css +835 -1
  296. package/styles/uploader/material-dark.css +835 -1
  297. package/styles/uploader/material.css +839 -1
  298. package/styles/uploader/material3-dark.css +951 -1
  299. package/styles/uploader/material3.css +1063 -1
  300. package/styles/uploader/tailwind-dark.css +870 -1
  301. package/styles/uploader/tailwind.css +870 -1
  302. package/license +0 -10
  303. package/postinstall/tagchange.js +0 -18
@@ -1 +1,870 @@
1
- @import '@syncfusion/ej2-inputs/styles/uploader/tailwind.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ @-webkit-keyframes material-spinner-rotate {
3
+ 0% {
4
+ -webkit-transform: rotate(0);
5
+ transform: rotate(0);
6
+ }
7
+ 100% {
8
+ -webkit-transform: rotate(360deg);
9
+ transform: rotate(360deg);
10
+ }
11
+ }
12
+ @keyframes material-spinner-rotate {
13
+ 0% {
14
+ -webkit-transform: rotate(0);
15
+ transform: rotate(0);
16
+ }
17
+ 100% {
18
+ -webkit-transform: rotate(360deg);
19
+ transform: rotate(360deg);
20
+ }
21
+ }
22
+ @-webkit-keyframes fabric-spinner-rotate {
23
+ 0% {
24
+ -webkit-transform: rotate(0);
25
+ transform: rotate(0);
26
+ }
27
+ 100% {
28
+ -webkit-transform: rotate(360deg);
29
+ transform: rotate(360deg);
30
+ }
31
+ }
32
+ @keyframes fabric-spinner-rotate {
33
+ 0% {
34
+ -webkit-transform: rotate(0);
35
+ transform: rotate(0);
36
+ }
37
+ 100% {
38
+ -webkit-transform: rotate(360deg);
39
+ transform: rotate(360deg);
40
+ }
41
+ }
42
+ .e-upload .e-upload-actions,
43
+ .e-bigger.e-small .e-upload .e-upload-actions {
44
+ background-color: #f9fafb;
45
+ border-radius: 0 0 6px 6px;
46
+ }
47
+
48
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons::before {
49
+ content: "\e7e7";
50
+ }
51
+
52
+ .e-upload .e-upload-files .e-icons.e-file-pause-btn::before {
53
+ content: "\e77b";
54
+ }
55
+
56
+ .e-upload .e-upload-files .e-icons.e-file-reload-btn::before {
57
+ content: "\e706";
58
+ }
59
+
60
+ .e-upload .e-upload-files .e-icons.e-file-play-btn::before {
61
+ content: "\e70c";
62
+ }
63
+
64
+ .e-upload .e-upload-files .e-file-delete-btn.e-icons::before {
65
+ content: "\e820";
66
+ }
67
+
68
+ .e-upload .e-upload-files .e-file-abort-btn.e-icons::before {
69
+ content: "\e81b";
70
+ }
71
+
72
+ .e-upload .e-upload-files .e-icons.e-msie::before {
73
+ position: relative;
74
+ right: 10px;
75
+ }
76
+
77
+ .e-upload .e-upload-files .e-icons.e-file-abort-icon.e-msie::before {
78
+ right: 12px;
79
+ }
80
+
81
+ .e-bigger .e-upload {
82
+ width: 100%;
83
+ }
84
+ .e-bigger .e-upload .e-file-select-wrap {
85
+ padding: 16px 0 16px 16px;
86
+ }
87
+ .e-bigger .e-upload .e-file-select-wrap .e-file-drop {
88
+ font-size: 16px;
89
+ margin-left: 16px;
90
+ }
91
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list {
92
+ font-size: 14px;
93
+ line-height: 24px;
94
+ min-height: 96px;
95
+ }
96
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container {
97
+ margin-left: 12px;
98
+ top: 0;
99
+ }
100
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
101
+ font-size: 16px;
102
+ padding-top: 12px;
103
+ }
104
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
105
+ font-size: 16px;
106
+ font-size: 14px;
107
+ line-height: 22px;
108
+ padding: 2px 0;
109
+ }
110
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
111
+ font-size: 16px;
112
+ padding-top: 12px;
113
+ top: initial;
114
+ }
115
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
116
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
117
+ font-size: 16px;
118
+ padding-bottom: 12px;
119
+ }
120
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
121
+ height: 4px;
122
+ }
123
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
124
+ height: 4px;
125
+ width: 95%;
126
+ }
127
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar {
128
+ height: 90%;
129
+ }
130
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
131
+ font-size: 14px;
132
+ right: 16px;
133
+ top: -36px;
134
+ }
135
+ .e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons {
136
+ -webkit-box-sizing: border-box;
137
+ box-sizing: border-box;
138
+ font-size: 22px;
139
+ height: 24px;
140
+ margin: 16px;
141
+ margin-top: -24px;
142
+ padding: 24px;
143
+ top: 50%;
144
+ width: 24px;
145
+ }
146
+ .e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
147
+ color: #d1d5db;
148
+ cursor: not-allowed;
149
+ opacity: 0.4;
150
+ pointer-events: none;
151
+ }
152
+ .e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons {
153
+ padding: 20px 17px 20px 26px;
154
+ }
155
+ .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons {
156
+ right: 45px;
157
+ }
158
+ .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons {
159
+ font-size: 22px;
160
+ }
161
+ .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons {
162
+ font-size: 22px;
163
+ }
164
+ .e-bigger .e-upload .e-upload-actions .e-btn {
165
+ margin-left: 12px;
166
+ }
167
+ .e-bigger .e-upload .e-upload-actions .e-file-upload-btn {
168
+ margin: 12px;
169
+ }
170
+ .e-bigger .e-upload .e-upload-actions .e-file-clear-btn {
171
+ margin: 12px;
172
+ }
173
+ .e-bigger .e-upload.e-rtl .e-file-select-wrap {
174
+ padding: 20px 15px 20px 0;
175
+ }
176
+ .e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
177
+ margin-right: 0;
178
+ }
179
+ .e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
180
+ margin-right: 16px;
181
+ }
182
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
183
+ margin-left: 60px;
184
+ margin-right: 15px;
185
+ }
186
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
187
+ top: 30px;
188
+ }
189
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
190
+ left: 16px;
191
+ right: initial;
192
+ }
193
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
194
+ -webkit-box-sizing: border-box;
195
+ box-sizing: border-box;
196
+ left: 0;
197
+ margin-left: 15px;
198
+ margin-right: 15px;
199
+ padding: 24px;
200
+ top: 50%;
201
+ }
202
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons.e-disabled, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons.e-disabled {
203
+ color: #d1d5db;
204
+ cursor: not-allowed;
205
+ opacity: 0.4;
206
+ pointer-events: none;
207
+ }
208
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons {
209
+ padding: 20px 17px 20px 26px;
210
+ }
211
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
212
+ left: 41px;
213
+ }
214
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
215
+ min-height: 35px;
216
+ padding-bottom: 12px;
217
+ padding-top: 8px;
218
+ }
219
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
220
+ top: 0;
221
+ }
222
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
223
+ display: none;
224
+ }
225
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
226
+ line-height: 1.5;
227
+ padding-top: 4px;
228
+ }
229
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
230
+ color: #dc2626;
231
+ }
232
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
233
+ color: #9ca3af;
234
+ display: block;
235
+ font-size: 16px;
236
+ line-height: 1.5;
237
+ padding-bottom: 0;
238
+ padding-top: 4px;
239
+ position: relative;
240
+ }
241
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
242
+ color: #dc2626;
243
+ }
244
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
245
+ color: #dc2626;
246
+ }
247
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
248
+ -webkit-box-sizing: border-box;
249
+ box-sizing: border-box;
250
+ top: 38px;
251
+ }
252
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
253
+ color: #d1d5db;
254
+ cursor: not-allowed;
255
+ opacity: 0.4;
256
+ pointer-events: none;
257
+ }
258
+
259
+ .e-upload,
260
+ .e-bigger.e-small .e-upload {
261
+ width: 100%;
262
+ }
263
+ .e-upload.e-control-wrapper,
264
+ .e-bigger.e-small .e-upload.e-control-wrapper {
265
+ font-family: "Inter";
266
+ }
267
+ .e-upload .e-hidden-file-input,
268
+ .e-bigger.e-small .e-upload .e-hidden-file-input {
269
+ border: 0;
270
+ height: 0;
271
+ margin: 0;
272
+ outline: none;
273
+ padding: 0;
274
+ text-indent: 0;
275
+ visibility: hidden;
276
+ width: 0;
277
+ }
278
+ .e-upload .e-file-select-wrap,
279
+ .e-bigger.e-small .e-upload .e-file-select-wrap {
280
+ padding: 12px 0 12px 12px;
281
+ }
282
+ .e-upload .e-file-select-wrap .e-file-select,
283
+ .e-upload .e-file-select-wrap .e-file-select .e-uploader,
284
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select,
285
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader {
286
+ display: inline-block;
287
+ width: 0;
288
+ }
289
+ .e-upload .e-file-select-wrap .e-file-select .e-uploader,
290
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader {
291
+ opacity: 0;
292
+ }
293
+ .e-upload .e-file-select-wrap .e-file-drop,
294
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop {
295
+ font-family: inherit;
296
+ font-size: 14px;
297
+ margin-left: 12px;
298
+ }
299
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list,
300
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
301
+ min-height: 35px;
302
+ padding-bottom: 12px;
303
+ padding-top: 8px;
304
+ }
305
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container,
306
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
307
+ top: 0;
308
+ }
309
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input,
310
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
311
+ display: none;
312
+ }
313
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
314
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
315
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
316
+ line-height: 1.5;
317
+ padding-top: 4px;
318
+ }
319
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error,
320
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
321
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
322
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
323
+ color: #dc2626;
324
+ }
325
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
326
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
327
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
328
+ color: #9ca3af;
329
+ display: block;
330
+ font-size: 14px;
331
+ line-height: 1.5;
332
+ padding-bottom: 0;
333
+ padding-top: 4px;
334
+ position: relative;
335
+ }
336
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,
337
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
338
+ color: #dc2626;
339
+ }
340
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status,
341
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
342
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
343
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
344
+ color: #dc2626;
345
+ }
346
+ .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons,
347
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
348
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
349
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
350
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,
351
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,
352
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
353
+ -webkit-box-sizing: border-box;
354
+ box-sizing: border-box;
355
+ top: 42px;
356
+ }
357
+ .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,
358
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
359
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
360
+ color: #d1d5db;
361
+ cursor: not-allowed;
362
+ opacity: 0.4;
363
+ pointer-events: none;
364
+ }
365
+ .e-upload .e-upload-files,
366
+ .e-bigger.e-small .e-upload .e-upload-files {
367
+ list-style-type: none;
368
+ margin: 0;
369
+ padding: 0;
370
+ }
371
+ .e-upload .e-upload-files .e-upload-file-list,
372
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list {
373
+ font-family: inherit;
374
+ font-size: 14px;
375
+ height: 100%;
376
+ line-height: 24px;
377
+ line-height: 22px;
378
+ min-height: 82px;
379
+ position: relative;
380
+ }
381
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container,
382
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container {
383
+ display: block;
384
+ height: 100%;
385
+ margin-left: 12px;
386
+ margin-right: 90px;
387
+ min-height: 35px;
388
+ position: relative;
389
+ top: 0;
390
+ }
391
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
392
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
393
+ float: left;
394
+ font-family: inherit;
395
+ font-size: 14px;
396
+ max-width: 75%;
397
+ overflow: hidden;
398
+ padding-top: 8px;
399
+ position: relative;
400
+ text-overflow: ellipsis;
401
+ top: 0;
402
+ white-space: nowrap;
403
+ }
404
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before,
405
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before {
406
+ content: attr(data-tail);
407
+ float: right;
408
+ }
409
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
410
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
411
+ display: block;
412
+ font-family: inherit;
413
+ font-size: 14px;
414
+ padding-top: 8px;
415
+ }
416
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden,
417
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden {
418
+ visibility: hidden;
419
+ }
420
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
421
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
422
+ display: block;
423
+ font-size: 14px;
424
+ padding: 2px 0;
425
+ font-size: 12px;
426
+ line-height: 18px;
427
+ }
428
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
429
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
430
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
431
+ display: block;
432
+ font-family: inherit;
433
+ font-size: 14px;
434
+ padding-bottom: 8px;
435
+ }
436
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress,
437
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,
438
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress {
439
+ display: none;
440
+ }
441
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
442
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
443
+ display: block;
444
+ height: 10px;
445
+ padding-bottom: 11px;
446
+ padding-top: 6px;
447
+ position: absolute;
448
+ width: 95%;
449
+ }
450
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap,
451
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
452
+ border-radius: 4px;
453
+ display: block;
454
+ height: 4px;
455
+ width: 100%;
456
+ }
457
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar,
458
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar {
459
+ border-radius: 4px;
460
+ display: inherit;
461
+ height: 4px;
462
+ }
463
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
464
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
465
+ float: right;
466
+ font-family: inherit;
467
+ font-size: 14px;
468
+ position: relative;
469
+ right: 0;
470
+ top: -33px;
471
+ }
472
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons,
473
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,
474
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,
475
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,
476
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
477
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
478
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
479
+ -webkit-box-align: center;
480
+ -ms-flex-align: center;
481
+ align-items: center;
482
+ -webkit-box-sizing: border-box;
483
+ box-sizing: border-box;
484
+ cursor: pointer;
485
+ display: -webkit-inline-box;
486
+ display: -ms-inline-flexbox;
487
+ display: inline-flex;
488
+ font-size: 18px;
489
+ height: 20px;
490
+ -webkit-box-pack: center;
491
+ -ms-flex-pack: center;
492
+ justify-content: center;
493
+ margin: 12px;
494
+ margin-top: -9px;
495
+ padding: 10px;
496
+ position: absolute;
497
+ right: 0;
498
+ top: 50%;
499
+ vertical-align: middle;
500
+ width: 20px;
501
+ }
502
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress,
503
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,
504
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,
505
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,
506
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,
507
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,
508
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress {
509
+ cursor: default;
510
+ }
511
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,
512
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
513
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
514
+ color: #d1d5db;
515
+ cursor: not-allowed;
516
+ opacity: 0.4;
517
+ pointer-events: none;
518
+ }
519
+ .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,
520
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,
521
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,
522
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,
523
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,
524
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,
525
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons {
526
+ padding: 18px 13px 18px 23px;
527
+ }
528
+ .e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons,
529
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
530
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
531
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
532
+ right: 36px;
533
+ }
534
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, .e-upload .e-upload-files .e-clear-icon-focus,
535
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,
536
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,
537
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,
538
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,
539
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
540
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
541
+ .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
542
+ background-color: rgba(0, 0, 0, 0.12);
543
+ border-color: transparent;
544
+ border-radius: 50%;
545
+ -webkit-box-shadow: 0 0 0 transparent;
546
+ box-shadow: 0 0 0 transparent;
547
+ }
548
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus,
549
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
550
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
551
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
552
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,
553
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,
554
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,
555
+ .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
556
+ border-radius: 50%;
557
+ }
558
+ .e-upload .e-upload-files .e-file-delete-btn.e-icons,
559
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons {
560
+ font-size: 18px;
561
+ opacity: 1;
562
+ }
563
+ .e-upload .e-upload-files .e-file-abort-btn.e-icons,
564
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons {
565
+ font-size: 18px;
566
+ opacity: 1;
567
+ }
568
+ .e-upload .e-file-select-wrap .e-btn, .e-upload .e-upload-actions .e-btn,
569
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,
570
+ .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
571
+ font-family: inherit;
572
+ }
573
+ .e-upload .e-upload-actions,
574
+ .e-bigger.e-small .e-upload .e-upload-actions {
575
+ position: relative;
576
+ text-align: right;
577
+ }
578
+ .e-upload .e-upload-actions .e-file-upload-btn,
579
+ .e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn {
580
+ margin: 8px;
581
+ }
582
+ .e-upload .e-upload-actions .e-file-clear-btn,
583
+ .e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn {
584
+ margin: 8px;
585
+ }
586
+ .e-upload.e-rtl .e-file-select-wrap,
587
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap {
588
+ padding: 16px 12px 16px 0;
589
+ }
590
+ .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn,
591
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
592
+ margin-right: 0;
593
+ }
594
+ .e-upload.e-rtl .e-file-select-wrap .e-file-drop,
595
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
596
+ margin-left: 60px;
597
+ margin-right: 12px;
598
+ position: relative;
599
+ }
600
+ .e-upload.e-rtl .e-upload-actions,
601
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-actions {
602
+ text-align: left;
603
+ }
604
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container,
605
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
606
+ height: 100%;
607
+ margin-left: 60px;
608
+ margin-right: 11px;
609
+ position: relative;
610
+ }
611
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container,
612
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container {
613
+ direction: ltr;
614
+ float: right;
615
+ width: 100%;
616
+ }
617
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
618
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
619
+ float: right;
620
+ }
621
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
622
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
623
+ float: right;
624
+ }
625
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
626
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
627
+ direction: ltr;
628
+ float: right;
629
+ position: relative;
630
+ text-align: right;
631
+ width: 100%;
632
+ }
633
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
634
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
635
+ float: right;
636
+ position: initial;
637
+ top: 23px;
638
+ width: 86%;
639
+ }
640
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
641
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
642
+ float: left;
643
+ right: 0;
644
+ top: -32px;
645
+ }
646
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
647
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,
648
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,
649
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,
650
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
651
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
652
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons {
653
+ left: 0;
654
+ margin-left: 11px;
655
+ margin-right: 11px;
656
+ right: auto;
657
+ top: 50%;
658
+ }
659
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
660
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons {
661
+ left: 36px;
662
+ right: auto;
663
+ }
664
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
665
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
666
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
667
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
668
+ left: 36px;
669
+ }
670
+ .e-upload.e-disabled .e-file-drop,
671
+ .e-bigger.e-small .e-upload.e-disabled .e-file-drop {
672
+ color: #d1d5db;
673
+ }
674
+ .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
675
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
676
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
677
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
678
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
679
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
680
+ color: #d1d5db;
681
+ }
682
+ .e-upload .e-content-placeholder.e-upload.e-placeholder-upload,
683
+ .e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload {
684
+ background-size: 400px 65px;
685
+ min-height: 65px;
686
+ }
687
+ .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
688
+ .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload,
689
+ .e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
690
+ .e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload {
691
+ background-size: 400px 80px;
692
+ min-height: 80px;
693
+ }
694
+
695
+ .e-small .e-upload .e-file-select-wrap {
696
+ padding: 12px 0 12px 12px;
697
+ }
698
+ .e-small .e-upload .e-file-select-wrap .e-file-drop {
699
+ font-size: 12px;
700
+ margin-left: 10px;
701
+ }
702
+ .e-small .e-upload .e-upload-files .e-upload-file-list {
703
+ min-height: 79px;
704
+ }
705
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
706
+ font-size: 12px;
707
+ padding-top: 12px;
708
+ }
709
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
710
+ font-size: 12px;
711
+ padding: 6px 0;
712
+ }
713
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
714
+ font-size: 12px;
715
+ padding-top: 12px;
716
+ }
717
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
718
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
719
+ padding-bottom: 12px;
720
+ }
721
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
722
+ padding-bottom: 2px;
723
+ padding-top: 2px;
724
+ }
725
+ .e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons {
726
+ font-size: 10px;
727
+ height: 24px;
728
+ padding: 12px;
729
+ width: 24px;
730
+ }
731
+ .e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
732
+ color: #d1d5db;
733
+ cursor: not-allowed;
734
+ opacity: 0.4;
735
+ pointer-events: none;
736
+ }
737
+ .e-small .e-upload.e-rtl .e-file-select-wrap {
738
+ padding: 12px 12px 12px 0;
739
+ }
740
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
741
+ min-height: 35px;
742
+ padding-bottom: 12px;
743
+ padding-top: 8px;
744
+ }
745
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
746
+ top: 0;
747
+ }
748
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
749
+ display: none;
750
+ }
751
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
752
+ line-height: 1.5;
753
+ padding-top: 4px;
754
+ }
755
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
756
+ color: #dc2626;
757
+ }
758
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
759
+ color: #9ca3af;
760
+ display: block;
761
+ font-size: 14px;
762
+ line-height: 1.5;
763
+ padding-bottom: 0;
764
+ padding-top: 4px;
765
+ position: relative;
766
+ }
767
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
768
+ color: #dc2626;
769
+ }
770
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
771
+ color: #dc2626;
772
+ }
773
+ .e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
774
+ -webkit-box-sizing: border-box;
775
+ box-sizing: border-box;
776
+ top: 42px;
777
+ }
778
+ .e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
779
+ color: #d1d5db;
780
+ cursor: not-allowed;
781
+ opacity: 0.4;
782
+ pointer-events: none;
783
+ }
784
+
785
+ .e-upload {
786
+ border: 1px dashed #9ca3af;
787
+ border-radius: 6px;
788
+ }
789
+ .e-upload .e-file-drop {
790
+ color: #6b7280;
791
+ vertical-align: middle;
792
+ }
793
+ .e-upload .e-upload-files {
794
+ border-top: 1px solid #e5e7eb;
795
+ }
796
+ .e-upload .e-upload-files .e-upload-file-list {
797
+ border-bottom: 1px solid #e5e7eb;
798
+ }
799
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
800
+ color: #111827;
801
+ }
802
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
803
+ color: #111827;
804
+ }
805
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
806
+ color: #9ca3af;
807
+ }
808
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
809
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
810
+ color: #111827;
811
+ color: #6b7280;
812
+ }
813
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
814
+ color: #15803d;
815
+ }
816
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails {
817
+ color: #dc2626;
818
+ }
819
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails {
820
+ color: #dc2626;
821
+ }
822
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap {
823
+ background-color: #e5e7eb;
824
+ }
825
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress {
826
+ background: #4f46e5;
827
+ }
828
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success {
829
+ background: #15803d;
830
+ }
831
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed {
832
+ background: #dc2626;
833
+ }
834
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text {
835
+ color: #111827;
836
+ color: #9ca3af;
837
+ }
838
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons {
839
+ color: #6b7280;
840
+ }
841
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons:hover, .e-upload .e-upload-files .e-file-delete-btn.e-icons:hover, .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, .e-upload .e-upload-files .e-file-abort-btn.e-icons:hover, .e-upload .e-upload-files .e-file-pause-btn.e-icons:hover, .e-upload .e-upload-files .e-file-play-btn.e-icons:hover {
842
+ color: #374151;
843
+ }
844
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus {
845
+ background-color: rgba(0, 0, 0, 0.12);
846
+ border-color: transparent;
847
+ -webkit-box-shadow: 0 0 0 transparent;
848
+ box-shadow: 0 0 0 transparent;
849
+ }
850
+
851
+ .e-upload-drag-hover {
852
+ border-color: transparent;
853
+ }
854
+
855
+ .e-upload .e-upload-actions .e-file-clear-btn.e-flat:not(:hover) {
856
+ /* stylelint-disable property-no-vendor-prefix */
857
+ -webkit-tap-highlight-color: transparent;
858
+ background-color: #fff;
859
+ border-color: #d1d5db;
860
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
861
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
862
+ color: #374151;
863
+ }
864
+
865
+ .e-upload .e-upload-actions .e-file-upload-btn.e-flat.e-primary:not(:hover) {
866
+ -webkit-tap-highlight-color: transparent;
867
+ background-color: #4f46e5;
868
+ border-color: #4f46e5;
869
+ color: #fff;
870
+ }