@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,841 @@
1
- @import '@syncfusion/ej2-inputs/styles/uploader/bootstrap5.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: #f8f9fa;
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: 22px;
94
+ min-height: 108px;
95
+ }
96
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container {
97
+ margin-left: 15px;
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: 15px;
103
+ }
104
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
105
+ font-size: 12px;
106
+ padding: 10px 0;
107
+ }
108
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
109
+ font-size: 16px;
110
+ padding-top: 15px;
111
+ top: initial;
112
+ }
113
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
114
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
115
+ font-size: 12px;
116
+ padding-bottom: 15px;
117
+ }
118
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
119
+ height: 4px;
120
+ }
121
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
122
+ height: 4px;
123
+ width: 95%;
124
+ }
125
+ .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 {
126
+ height: 90%;
127
+ }
128
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
129
+ font-size: 12px;
130
+ right: 16px;
131
+ top: -36px;
132
+ }
133
+ .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 {
134
+ -webkit-box-sizing: border-box;
135
+ box-sizing: border-box;
136
+ font-size: 22px;
137
+ height: 24px;
138
+ margin: 15px;
139
+ margin-top: -24px;
140
+ padding: 24px;
141
+ top: 50%;
142
+ width: 24px;
143
+ }
144
+ .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 {
145
+ color: #adb5bd;
146
+ cursor: not-allowed;
147
+ opacity: 0.4;
148
+ pointer-events: none;
149
+ }
150
+ .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 {
151
+ padding: 20px 17px 20px 26px;
152
+ }
153
+ .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 {
154
+ right: 45px;
155
+ }
156
+ .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons {
157
+ font-size: 22px;
158
+ }
159
+ .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons {
160
+ font-size: 22px;
161
+ }
162
+ .e-bigger .e-upload .e-upload-actions .e-btn {
163
+ margin-left: 15px;
164
+ }
165
+ .e-bigger .e-upload .e-upload-actions .e-file-upload-btn {
166
+ margin: 15px;
167
+ }
168
+ .e-bigger .e-upload .e-upload-actions .e-file-clear-btn {
169
+ margin: 15px;
170
+ }
171
+ .e-bigger .e-upload.e-rtl .e-file-select-wrap {
172
+ padding: 20px 15px 20px 0;
173
+ }
174
+ .e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
175
+ margin-right: 0;
176
+ }
177
+ .e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
178
+ margin-right: 16px;
179
+ }
180
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
181
+ margin-left: 60px;
182
+ margin-right: 15px;
183
+ }
184
+ .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 {
185
+ top: 30px;
186
+ }
187
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
188
+ left: 16px;
189
+ right: initial;
190
+ }
191
+ .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 {
192
+ -webkit-box-sizing: border-box;
193
+ box-sizing: border-box;
194
+ left: 0;
195
+ margin-left: 15px;
196
+ margin-right: 15px;
197
+ padding: 24px;
198
+ top: 50%;
199
+ }
200
+ .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 {
201
+ color: #adb5bd;
202
+ cursor: not-allowed;
203
+ opacity: 0.4;
204
+ pointer-events: none;
205
+ }
206
+ .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 {
207
+ padding: 20px 17px 20px 26px;
208
+ }
209
+ .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 {
210
+ left: 41px;
211
+ }
212
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
213
+ min-height: 35px;
214
+ padding-bottom: 15px;
215
+ padding-top: 11px;
216
+ }
217
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
218
+ top: 0;
219
+ }
220
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
221
+ display: none;
222
+ }
223
+ .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 {
224
+ line-height: 1.5;
225
+ padding-top: 4px;
226
+ }
227
+ .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 {
228
+ color: #dc3545;
229
+ }
230
+ .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 {
231
+ color: #6c757d;
232
+ display: block;
233
+ font-size: 12px;
234
+ line-height: 1.5;
235
+ padding-bottom: 0;
236
+ padding-top: 4px;
237
+ position: relative;
238
+ }
239
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
240
+ color: #dc3545;
241
+ }
242
+ .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 {
243
+ color: #dc3545;
244
+ }
245
+ .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 {
246
+ -webkit-box-sizing: border-box;
247
+ box-sizing: border-box;
248
+ top: 38px;
249
+ }
250
+ .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 {
251
+ color: #adb5bd;
252
+ cursor: not-allowed;
253
+ opacity: 0.4;
254
+ pointer-events: none;
255
+ }
256
+
257
+ .e-upload,
258
+ .e-bigger.e-small .e-upload {
259
+ width: 100%;
260
+ }
261
+ .e-upload.e-control-wrapper,
262
+ .e-bigger.e-small .e-upload.e-control-wrapper {
263
+ 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";
264
+ }
265
+ .e-upload .e-hidden-file-input,
266
+ .e-bigger.e-small .e-upload .e-hidden-file-input {
267
+ border: 0;
268
+ height: 0;
269
+ margin: 0;
270
+ outline: none;
271
+ padding: 0;
272
+ text-indent: 0;
273
+ visibility: hidden;
274
+ width: 0;
275
+ }
276
+ .e-upload .e-file-select-wrap,
277
+ .e-bigger.e-small .e-upload .e-file-select-wrap {
278
+ padding: 12px 0 12px 12px;
279
+ }
280
+ .e-upload .e-file-select-wrap .e-file-select,
281
+ .e-upload .e-file-select-wrap .e-file-select .e-uploader,
282
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select,
283
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader {
284
+ display: inline-block;
285
+ width: 0;
286
+ }
287
+ .e-upload .e-file-select-wrap .e-file-select .e-uploader,
288
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader {
289
+ opacity: 0;
290
+ }
291
+ .e-upload .e-file-select-wrap .e-file-drop,
292
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop {
293
+ font-family: inherit;
294
+ font-size: 14px;
295
+ margin-left: 12px;
296
+ }
297
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list,
298
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
299
+ min-height: 35px;
300
+ padding-bottom: 15px;
301
+ padding-top: 11px;
302
+ }
303
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container,
304
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
305
+ top: 0;
306
+ }
307
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input,
308
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
309
+ display: none;
310
+ }
311
+ .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,
312
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
313
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
314
+ line-height: 1.5;
315
+ padding-top: 4px;
316
+ }
317
+ .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,
318
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
319
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
320
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
321
+ color: #dc3545;
322
+ }
323
+ .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,
324
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
325
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
326
+ color: #6c757d;
327
+ display: block;
328
+ font-size: 12px;
329
+ line-height: 1.5;
330
+ padding-bottom: 0;
331
+ padding-top: 4px;
332
+ position: relative;
333
+ }
334
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,
335
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
336
+ color: #dc3545;
337
+ }
338
+ .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,
339
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
340
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
341
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
342
+ color: #dc3545;
343
+ }
344
+ .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,
345
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
346
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
347
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
348
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,
349
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,
350
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
351
+ -webkit-box-sizing: border-box;
352
+ box-sizing: border-box;
353
+ top: 42px;
354
+ }
355
+ .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,
356
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
357
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
358
+ color: #adb5bd;
359
+ cursor: not-allowed;
360
+ opacity: 0.4;
361
+ pointer-events: none;
362
+ }
363
+ .e-upload .e-upload-files,
364
+ .e-bigger.e-small .e-upload .e-upload-files {
365
+ list-style-type: none;
366
+ margin: 0;
367
+ padding: 0;
368
+ }
369
+ .e-upload .e-upload-files .e-upload-file-list,
370
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list {
371
+ font-family: inherit;
372
+ font-size: 14px;
373
+ height: 100%;
374
+ line-height: 22px;
375
+ min-height: 82px;
376
+ position: relative;
377
+ }
378
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container,
379
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container {
380
+ display: block;
381
+ height: 100%;
382
+ margin-left: 12px;
383
+ margin-right: 90px;
384
+ min-height: 35px;
385
+ position: relative;
386
+ top: 0;
387
+ }
388
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
389
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
390
+ float: left;
391
+ font-family: inherit;
392
+ font-size: 14px;
393
+ max-width: 75%;
394
+ overflow: hidden;
395
+ padding-top: 12px;
396
+ position: relative;
397
+ text-overflow: ellipsis;
398
+ top: 0;
399
+ white-space: nowrap;
400
+ }
401
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before,
402
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before {
403
+ content: attr(data-tail);
404
+ float: right;
405
+ }
406
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
407
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
408
+ display: block;
409
+ font-family: inherit;
410
+ font-size: 14px;
411
+ padding-top: 12px;
412
+ }
413
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden,
414
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden {
415
+ visibility: hidden;
416
+ }
417
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
418
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
419
+ display: block;
420
+ font-size: 12px;
421
+ padding: 0;
422
+ }
423
+ .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,
424
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
425
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
426
+ display: block;
427
+ font-family: inherit;
428
+ font-size: 12px;
429
+ padding-bottom: 12px;
430
+ }
431
+ .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,
432
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,
433
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress {
434
+ display: none;
435
+ }
436
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
437
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
438
+ display: block;
439
+ height: 10px;
440
+ padding-bottom: 11px;
441
+ padding-top: 6px;
442
+ position: absolute;
443
+ width: 95%;
444
+ }
445
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap,
446
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
447
+ border-radius: 4px;
448
+ display: block;
449
+ height: 4px;
450
+ width: 100%;
451
+ }
452
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar,
453
+ .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 {
454
+ border-radius: 4px;
455
+ display: inherit;
456
+ height: 4px;
457
+ }
458
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
459
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
460
+ float: right;
461
+ font-family: inherit;
462
+ font-size: 12px;
463
+ position: relative;
464
+ right: 0;
465
+ top: -33px;
466
+ }
467
+ .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,
468
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,
469
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,
470
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,
471
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
472
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
473
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
474
+ -webkit-box-align: center;
475
+ -ms-flex-align: center;
476
+ align-items: center;
477
+ -webkit-box-sizing: border-box;
478
+ box-sizing: border-box;
479
+ cursor: pointer;
480
+ display: -webkit-inline-box;
481
+ display: -ms-inline-flexbox;
482
+ display: inline-flex;
483
+ font-size: 18px;
484
+ height: 20px;
485
+ -webkit-box-pack: center;
486
+ -ms-flex-pack: center;
487
+ justify-content: center;
488
+ margin: 15px;
489
+ margin-top: -9px;
490
+ padding: 10px;
491
+ position: absolute;
492
+ right: 0;
493
+ top: 50%;
494
+ vertical-align: middle;
495
+ width: 20px;
496
+ }
497
+ .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,
498
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,
499
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,
500
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,
501
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,
502
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,
503
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress {
504
+ cursor: default;
505
+ }
506
+ .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,
507
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
508
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
509
+ color: #adb5bd;
510
+ cursor: not-allowed;
511
+ opacity: 0.4;
512
+ pointer-events: none;
513
+ }
514
+ .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,
515
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,
516
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,
517
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,
518
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,
519
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,
520
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons {
521
+ padding: 18px 13px 18px 23px;
522
+ }
523
+ .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,
524
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
525
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
526
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
527
+ right: 36px;
528
+ }
529
+ .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,
530
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,
531
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,
532
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,
533
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,
534
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
535
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
536
+ .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
537
+ background-color: rgba(0, 0, 0, 0.12);
538
+ border-color: transparent;
539
+ border-radius: 50%;
540
+ -webkit-box-shadow: 0 0 0 transparent;
541
+ box-shadow: 0 0 0 transparent;
542
+ }
543
+ .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,
544
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
545
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
546
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
547
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,
548
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,
549
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,
550
+ .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
551
+ border-radius: 50%;
552
+ }
553
+ .e-upload .e-upload-files .e-file-delete-btn.e-icons,
554
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons {
555
+ font-size: 18px;
556
+ opacity: 1;
557
+ }
558
+ .e-upload .e-upload-files .e-file-abort-btn.e-icons,
559
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons {
560
+ font-size: 18px;
561
+ opacity: 1;
562
+ }
563
+ .e-upload .e-file-select-wrap .e-btn, .e-upload .e-upload-actions .e-btn,
564
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,
565
+ .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
566
+ font-family: inherit;
567
+ }
568
+ .e-upload .e-upload-actions,
569
+ .e-bigger.e-small .e-upload .e-upload-actions {
570
+ position: relative;
571
+ text-align: right;
572
+ }
573
+ .e-upload .e-upload-actions .e-file-upload-btn,
574
+ .e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn {
575
+ margin: 8px;
576
+ }
577
+ .e-upload .e-upload-actions .e-file-clear-btn,
578
+ .e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn {
579
+ margin: 8px;
580
+ }
581
+ .e-upload.e-rtl .e-file-select-wrap,
582
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap {
583
+ padding: 16px 12px 16px 0;
584
+ }
585
+ .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn,
586
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
587
+ margin-right: 0;
588
+ }
589
+ .e-upload.e-rtl .e-file-select-wrap .e-file-drop,
590
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
591
+ margin-left: 60px;
592
+ margin-right: 12px;
593
+ position: relative;
594
+ }
595
+ .e-upload.e-rtl .e-upload-actions,
596
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-actions {
597
+ text-align: left;
598
+ }
599
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container,
600
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
601
+ height: 100%;
602
+ margin-left: 60px;
603
+ margin-right: 11px;
604
+ position: relative;
605
+ }
606
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container,
607
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container {
608
+ direction: ltr;
609
+ float: right;
610
+ width: 100%;
611
+ }
612
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
613
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
614
+ float: right;
615
+ }
616
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
617
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
618
+ float: right;
619
+ }
620
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
621
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
622
+ direction: ltr;
623
+ float: right;
624
+ position: relative;
625
+ text-align: right;
626
+ width: 100%;
627
+ }
628
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
629
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
630
+ float: right;
631
+ position: initial;
632
+ top: 23px;
633
+ width: 86%;
634
+ }
635
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
636
+ .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 {
637
+ float: left;
638
+ right: 0;
639
+ top: -32px;
640
+ }
641
+ .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,
642
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,
643
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,
644
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,
645
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
646
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
647
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons {
648
+ left: 0;
649
+ margin-left: 11px;
650
+ margin-right: 11px;
651
+ right: auto;
652
+ top: 50%;
653
+ }
654
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
655
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons {
656
+ left: 36px;
657
+ right: auto;
658
+ }
659
+ .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,
660
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
661
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
662
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
663
+ left: 36px;
664
+ }
665
+ .e-upload.e-disabled .e-file-drop,
666
+ .e-bigger.e-small .e-upload.e-disabled .e-file-drop {
667
+ color: #adb5bd;
668
+ }
669
+ .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,
670
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
671
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
672
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
673
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
674
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
675
+ color: #adb5bd;
676
+ }
677
+ .e-upload .e-content-placeholder.e-upload.e-placeholder-upload,
678
+ .e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload {
679
+ background-size: 400px 65px;
680
+ min-height: 65px;
681
+ }
682
+ .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
683
+ .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload,
684
+ .e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
685
+ .e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload {
686
+ background-size: 400px 80px;
687
+ min-height: 80px;
688
+ }
689
+
690
+ .e-small .e-upload .e-file-select-wrap {
691
+ padding: 12px 0 12px 12px;
692
+ }
693
+ .e-small .e-upload .e-file-select-wrap .e-file-drop {
694
+ font-size: 12px;
695
+ margin-left: 10px;
696
+ }
697
+ .e-small .e-upload .e-upload-files .e-upload-file-list {
698
+ min-height: 79px;
699
+ }
700
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
701
+ font-size: 12px;
702
+ padding-top: 12px;
703
+ }
704
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
705
+ font-size: 12px;
706
+ padding: 6px 0;
707
+ }
708
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
709
+ font-size: 12px;
710
+ padding-top: 12px;
711
+ }
712
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
713
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
714
+ padding-bottom: 12px;
715
+ }
716
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
717
+ padding-bottom: 2px;
718
+ padding-top: 2px;
719
+ }
720
+ .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 {
721
+ font-size: 10px;
722
+ height: 24px;
723
+ padding: 12px;
724
+ width: 24px;
725
+ }
726
+ .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 {
727
+ color: #adb5bd;
728
+ cursor: not-allowed;
729
+ opacity: 0.4;
730
+ pointer-events: none;
731
+ }
732
+ .e-small .e-upload.e-rtl .e-file-select-wrap {
733
+ padding: 12px 12px 12px 0;
734
+ }
735
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
736
+ min-height: 35px;
737
+ padding-bottom: 12px;
738
+ padding-top: 8px;
739
+ }
740
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
741
+ top: 0;
742
+ }
743
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
744
+ display: none;
745
+ }
746
+ .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 {
747
+ line-height: 1.5;
748
+ padding-top: 4px;
749
+ }
750
+ .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 {
751
+ color: #dc3545;
752
+ }
753
+ .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 {
754
+ color: #6c757d;
755
+ display: block;
756
+ font-size: 12px;
757
+ line-height: 1.5;
758
+ padding-bottom: 0;
759
+ padding-top: 4px;
760
+ position: relative;
761
+ }
762
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
763
+ color: #dc3545;
764
+ }
765
+ .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 {
766
+ color: #dc3545;
767
+ }
768
+ .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 {
769
+ -webkit-box-sizing: border-box;
770
+ box-sizing: border-box;
771
+ top: 42px;
772
+ }
773
+ .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 {
774
+ color: #adb5bd;
775
+ cursor: not-allowed;
776
+ opacity: 0.4;
777
+ pointer-events: none;
778
+ }
779
+
780
+ .e-upload {
781
+ border: 1px dashed #adb5bd;
782
+ }
783
+ .e-upload .e-file-drop {
784
+ color: #495057;
785
+ vertical-align: middle;
786
+ }
787
+ .e-upload .e-upload-files {
788
+ border-top: 1px solid #dee2e6;
789
+ }
790
+ .e-upload .e-upload-files .e-upload-file-list {
791
+ border-bottom: 1px solid #dee2e6;
792
+ }
793
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
794
+ color: #212529;
795
+ }
796
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
797
+ color: #212529;
798
+ }
799
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
800
+ color: #6c757d;
801
+ }
802
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
803
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
804
+ color: #212529;
805
+ }
806
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
807
+ color: #198754;
808
+ }
809
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails {
810
+ color: #dc3545;
811
+ }
812
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails {
813
+ color: #dc3545;
814
+ }
815
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap {
816
+ background-color: #dee2e6;
817
+ }
818
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress {
819
+ background: #0d6efd;
820
+ }
821
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success {
822
+ background: #198754;
823
+ }
824
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed {
825
+ background: #dc3545;
826
+ }
827
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text {
828
+ color: #212529;
829
+ }
830
+ .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 {
831
+ color: #6c757d;
832
+ }
833
+ .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 {
834
+ color: #343a40;
835
+ }
836
+ .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 {
837
+ background-color: rgba(0, 0, 0, 0.12);
838
+ border-color: transparent;
839
+ -webkit-box-shadow: 0 0 0 transparent;
840
+ box-shadow: 0 0 0 transparent;
841
+ }