@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,4303 @@
1
- @import '@syncfusion/ej2-inputs/styles/input/tailwind-dark.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ .e-float-input .e-clear-icon::before,
3
+ .e-float-input.e-control-wrapper .e-clear-icon::before {
4
+ content: "\e7e7";
5
+ font-family: "e-icons";
6
+ }
7
+
8
+ .e-input-group .e-clear-icon::before,
9
+ .e-input-group.e-control-wrapper .e-clear-icon::before {
10
+ content: "\e7e7";
11
+ font-family: "e-icons";
12
+ }
13
+
14
+ /*! input layout */
15
+ .e-input-group,
16
+ .e-input-group.e-control-wrapper {
17
+ display: table;
18
+ line-height: 1.4;
19
+ margin-bottom: 0;
20
+ }
21
+
22
+ input.e-input,
23
+ .e-input-group input.e-input,
24
+ .e-input-group.e-control-wrapper input.e-input,
25
+ textarea.e-input,
26
+ .e-input-group textarea.e-input,
27
+ .e-input-group.e-control-wrapper textarea.e-input {
28
+ border: 0 solid;
29
+ border-width: 1px;
30
+ height: auto;
31
+ line-height: inherit;
32
+ margin: 0;
33
+ margin-bottom: 0;
34
+ outline: none;
35
+ padding: 4px 0 4px 12px;
36
+ text-indent: 12px;
37
+ width: 100%;
38
+ }
39
+
40
+ input.e-input,
41
+ textarea.e-input,
42
+ .e-input-group,
43
+ .e-input-group.e-control-wrapper,
44
+ .e-input-group.e-disabled,
45
+ .e-input-group.e-control-wrapper.e-disabled {
46
+ font-family: "Inter";
47
+ font-size: 14px;
48
+ font-weight: normal;
49
+ }
50
+
51
+ .e-input-group input.e-input,
52
+ .e-input-group.e-control-wrapper input.e-input,
53
+ .e-input-group textarea.e-input,
54
+ .e-input-group.e-control-wrapper textarea.e-input,
55
+ .e-input-group.e-small .e-input,
56
+ .e-input-group.e-small.e-control-wrapper .e-input,
57
+ .e-small .e-input-group .e-input,
58
+ .e-small .e-input-group.e-control-wrapper .e-input,
59
+ .e-input-group.e-bigger .e-input,
60
+ .e-input-group.e-bigger.e-control-wrapper .e-input,
61
+ .e-bigger .e-input-group .e-input,
62
+ .e-bigger .e-input-group.e-control-wrapper .e-input {
63
+ font: inherit;
64
+ }
65
+
66
+ input.e-input,
67
+ .e-input-group input.e-input,
68
+ .e-input-group input,
69
+ .e-input-group.e-control-wrapper input.e-input,
70
+ .e-input-group.e-control-wrapper input,
71
+ .e-float-input input,
72
+ .e-float-input.e-input-group input,
73
+ .e-float-input.e-control-wrapper input,
74
+ .e-float-input.e-control-wrapper.e-input-group input,
75
+ input.e-input:focus,
76
+ .e-input-group input.e-input:focus,
77
+ .e-input-group input:focus,
78
+ .e-input-group.e-control-wrapper input.e-input:focus,
79
+ .e-input-group.e-control-wrapper input:focus,
80
+ .e-float-input input:focus,
81
+ .e-float-input.e-input-group input:focus,
82
+ .e-float-input.e-control-wrapper input:focus,
83
+ .e-float-input.e-control-wrapper.e-input-group input:focus,
84
+ .e-input-group.e-input-focus input.e-input,
85
+ .e-input-group.e-input-focus input,
86
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input,
87
+ .e-input-group.e-control-wrapper.e-input-focus input,
88
+ .e-float-input.e-input-focus input,
89
+ .e-float-input.e-input-group.e-input-focus input,
90
+ .e-float-input.e-control-wrapper.e-input-focus input,
91
+ .e-float-input.e-control-wrapper.e-input-group.e-input-focus input {
92
+ overflow: hidden;
93
+ text-overflow: ellipsis;
94
+ white-space: nowrap;
95
+ }
96
+
97
+ input.e-input,
98
+ .e-input-group input.e-input,
99
+ .e-input-group input,
100
+ .e-input-group.e-control-wrapper input.e-input,
101
+ .e-input-group.e-control-wrapper input,
102
+ .e-float-input input,
103
+ .e-float-input.e-input-group input,
104
+ .e-float-input.e-control-wrapper input,
105
+ .e-float-input.e-control-wrapper.e-input-group input,
106
+ .e-input-group,
107
+ .e-input-group.e-control-wrapper,
108
+ .e-float-input,
109
+ .e-float-input.e-control-wrapper,
110
+ .e-input.e-corner,
111
+ .e-input-group.e-corner.e-rtl input.e-input:only-child,
112
+ .e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child,
113
+ .e-input-group.e-input-focus.e-corner,
114
+ .e-input-group.e-control-wrapper.e-input-focus.e-corner,
115
+ textarea.e-input,
116
+ .e-input-group textarea.e-input,
117
+ .e-input-group textarea,
118
+ .e-input-group.e-control-wrapper textarea.e-input,
119
+ .e-input-group.e-control-wrapper textarea,
120
+ .e-float-input textarea,
121
+ .e-float-input.e-input-group textarea,
122
+ .e-float-input.e-control-wrapper textarea,
123
+ .e-float-input.e-control-wrapper.e-input-group textarea {
124
+ border-radius: 4px;
125
+ }
126
+
127
+ .e-input.e-small,
128
+ .e-input-group.e-small,
129
+ .e-input-group.e-control-wrapper.e-small,
130
+ .e-input-group.e-small .e-input,
131
+ .e-input-group.e-small input,
132
+ .e-input-group.e-control-wrapper.e-small .e-input,
133
+ .e-input-group.e-control-wrapper.e-small input,
134
+ .e-float-input.e-small input,
135
+ .e-float-input.e-input-group.e-small input,
136
+ .e-float-input.e-control-wrapper.e-small input,
137
+ .e-float-input.e-control-wrapper.e-input-group.e-small input,
138
+ .e-float-input.e-small,
139
+ .e-float-input.e-control-wrapper.e-small,
140
+ .e-small .e-input-group,
141
+ .e-small .e-input-group.e-control-wrapper,
142
+ .e-small .e-input-group .e-input,
143
+ .e-small .e-input-group input,
144
+ .e-small .e-input-group.e-control-wrapper .e-input,
145
+ .e-small .e-input-group.e-control-wrapper input,
146
+ .e-small .e-float-input input,
147
+ .e-small .e-float-input.e-input-group input,
148
+ .e-small .e-float-input.e-control-wrapper input,
149
+ .e-small .e-float-input.e-control-wrapper.e-input-group input,
150
+ .e-small .e-float-input,
151
+ .e-small .e-float-input.e-control-wrapper {
152
+ border-radius: 2px;
153
+ }
154
+
155
+ .e-input:focus {
156
+ border-width: 1px;
157
+ padding-bottom: 4px;
158
+ }
159
+
160
+ .e-input.e-small:focus {
161
+ border-width: 1px;
162
+ padding-bottom: 4px;
163
+ }
164
+
165
+ .e-input.e-bigger:focus,
166
+ .e-bigger .e-input:focus {
167
+ padding-bottom: 7px;
168
+ }
169
+
170
+ .e-input.e-small.e-bigger:focus,
171
+ .e-bigger .e-input.e-small:focus {
172
+ padding-bottom: 6px;
173
+ }
174
+
175
+ .e-input-group input.e-input:focus,
176
+ .e-input-group.e-control-wrapper input.e-input:focus,
177
+ .e-input-group textarea.e-input:focus,
178
+ .e-input-group.e-control-wrapper textarea.e-input:focus,
179
+ .e-input-group.e-input-focus input.e-input,
180
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input {
181
+ padding: 4px 0 4px 12px;
182
+ }
183
+
184
+ .e-input-group textarea.e-input:focus,
185
+ .e-input-group.e-control-wrapper textarea.e-input:focus {
186
+ padding: 4px 8px 4px 12px;
187
+ }
188
+
189
+ input.e-input.e-bigger,
190
+ textarea.e-input.e-bigger,
191
+ .e-bigger input.e-input,
192
+ .e-bigger textarea.e-input,
193
+ .e-input-group.e-bigger,
194
+ .e-bigger .e-input-group,
195
+ .e-input-group.e-control-wrapper.e-bigger,
196
+ .e-bigger .e-input-group.e-control-wrapper {
197
+ border-radius: 6px;
198
+ font-size: 16px;
199
+ }
200
+
201
+ .e-input-group.e-bigger .e-input,
202
+ .e-input-group.e-bigger input,
203
+ .e-input-group.e-control-wrapper.e-bigger .e-input,
204
+ .e-input-group.e-control-wrapper.e-bigger input,
205
+ .e-float-input.e-bigger input,
206
+ .e-float-input.e-input-group.e-bigger input,
207
+ .e-float-input.e-control-wrapper.e-bigger input,
208
+ .e-float-input.e-control-wrapper.e-input-group.e-bigger input,
209
+ .e-float-input.e-bigger,
210
+ .e-float-input.e-control-wrapper.e-bigger,
211
+ .e-bigger .e-input-group .e-input,
212
+ .e-bigger .e-input-group input,
213
+ .e-bigger .e-input-group.e-control-wrapper .e-input,
214
+ .e-bigger .e-input-group.e-control-wrapper input,
215
+ .e-bigger .e-float-input input,
216
+ .e-bigger .e-float-input.e-input-group input,
217
+ .e-bigger .e-float-input.e-control-wrapper input,
218
+ .e-bigger .e-float-input.e-control-wrapper.e-input-group input,
219
+ .e-bigger .e-float-input,
220
+ .e-bigger .e-float-input.e-control-wrapper {
221
+ border-radius: 6px;
222
+ }
223
+
224
+ input.e-input.e-bigger.e-small,
225
+ textarea.e-input.e-bigger.e-small,
226
+ .e-bigger.e-small input.e-input,
227
+ .e-bigger.e-small textarea.e-input,
228
+ .e-input-group.e-bigger.e-small,
229
+ .e-bigger.e-small .e-input-group,
230
+ .e-bigger.e-small .e-input-group.e-control-wrapper {
231
+ border-radius: 4px;
232
+ }
233
+
234
+ .e-input-group.e-bigger.e-small .e-input,
235
+ .e-input-group.e-bigger.e-small input,
236
+ .e-input-group.e-control-wrapper.e-bigger.e-small .e-input,
237
+ .e-input-group.e-control-wrapper.e-bigger.e-small input,
238
+ .e-float-input.e-bigger.e-small input,
239
+ .e-float-input.e-input-group.e-bigger.e-small input,
240
+ .e-float-input.e-control-wrapper.e-bigger.e-small input,
241
+ .e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,
242
+ .e-float-input.e-bigger.e-small,
243
+ .e-float-input.e-control-wrapper.e-bigger.e-small,
244
+ .e-bigger.e-small .e-input-group .e-input,
245
+ .e-bigger.e-small .e-input-group input,
246
+ .e-bigger.e-small .e-input-group.e-control-wrapper .e-input,
247
+ .e-bigger.e-small .e-input-group.e-control-wrapper input,
248
+ .e-bigger.e-small .e-float-input input,
249
+ .e-bigger.e-small .e-float-input.e-input-group input,
250
+ .e-bigger.e-small .e-float-input.e-control-wrapper input,
251
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-input-group input,
252
+ .e-bigger.e-small .e-float-input,
253
+ .e-bigger.e-small .e-float-input.e-control-wrapper {
254
+ border-radius: 4px;
255
+ }
256
+
257
+ input.e-input.e-bigger,
258
+ textarea.e-input.e-bigger,
259
+ .e-input-group.e-bigger .e-input,
260
+ .e-input-group.e-bigger.e-control-wrapper .e-input,
261
+ .e-bigger input.e-input,
262
+ .e-bigger textarea.e-input,
263
+ .e-bigger .e-input-group .e-input,
264
+ .e-bigger .e-input-group.e-control-wrapper .e-input {
265
+ line-height: inherit;
266
+ margin-bottom: 0;
267
+ padding: 7px 0 7px 16px;
268
+ }
269
+
270
+ .e-input-group.e-bigger .e-input:focus,
271
+ .e-bigger .e-input-group .e-input:focus,
272
+ .e-input-group.e-control-wrapper.e-bigger .e-input:focus,
273
+ .e-bigger .e-input-group.e-control-wrapper .e-input:focus,
274
+ .e-input-group.e-bigger.e-input-focus .e-input,
275
+ .e-bigger .e-input-group.e-input-focus .e-input,
276
+ .e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input,
277
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input {
278
+ padding: 7px 0 7px 16px;
279
+ }
280
+
281
+ .e-input-group .e-input-group-icon,
282
+ .e-input-group.e-control-wrapper .e-input-group-icon {
283
+ -webkit-box-align: center;
284
+ -ms-flex-align: center;
285
+ align-items: center;
286
+ border: 0 solid;
287
+ border-width: 0;
288
+ -webkit-box-sizing: content-box;
289
+ box-sizing: content-box;
290
+ cursor: pointer;
291
+ -webkit-box-orient: vertical;
292
+ -webkit-box-direction: normal;
293
+ -ms-flex-direction: column;
294
+ flex-direction: column;
295
+ font-size: 18px;
296
+ -webkit-box-pack: center;
297
+ -ms-flex-pack: center;
298
+ justify-content: center;
299
+ line-height: 1;
300
+ min-height: 18px;
301
+ min-width: 20px;
302
+ padding: 5px 8px 5px 4px;
303
+ text-align: center;
304
+ }
305
+
306
+ /* stylelint-disable property-no-vendor-prefix */
307
+ .e-input-group .e-input-group-icon:first-child,
308
+ .e-input-group.e-control-wrapper .e-input-group-icon:first-child {
309
+ border-left-width: 0;
310
+ }
311
+
312
+ .e-input-group .e-input-group-icon:last-child,
313
+ .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
314
+ border-bottom-right-radius: 3px;
315
+ border-top-right-radius: 3px;
316
+ }
317
+
318
+ .e-input-group .e-input-group-icon:first-child,
319
+ .e-input-group.e-control-wrapper .e-input-group-icon:first-child {
320
+ border-bottom-left-radius: 3px;
321
+ border-top-left-radius: 3px;
322
+ }
323
+
324
+ .e-input-group.e-rtl .e-input-group-icon:last-child,
325
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
326
+ .e-rtl .e-input-group .e-input-group-icon:last-child,
327
+ .e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
328
+ border-bottom-left-radius: 3px;
329
+ border-bottom-right-radius: 0;
330
+ border-top-left-radius: 3px;
331
+ border-top-right-radius: 0;
332
+ }
333
+
334
+ .e-input-group.e-bigger .e-input-group-icon,
335
+ .e-input-group .e-input-group-icon.e-bigger,
336
+ .e-bigger .e-input-group .e-input-group-icon,
337
+ .e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
338
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
339
+ .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
340
+ min-height: 18px;
341
+ min-width: 20px;
342
+ }
343
+
344
+ .e-input-group.e-bigger .e-input-group-icon,
345
+ .e-input-group .e-input-group-icon.e-bigger,
346
+ .e-bigger .e-input-group .e-input-group-icon,
347
+ .e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
348
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
349
+ .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
350
+ font-size: 22px;
351
+ padding: 7px 12px 7px 6px;
352
+ }
353
+
354
+ .e-input[disabled],
355
+ .e-input-group .e-input[disabled],
356
+ .e-input-group.e-control-wrapper .e-input[disabled],
357
+ .e-input-group.e-disabled,
358
+ .e-input-group.e-disabled input,
359
+ .e-input-group.e-disabled input.e-input,
360
+ .e-input-group.e-disabled textarea,
361
+ .e-input-group.e-disabled textarea.e-input,
362
+ .e-input-group.e-control-wrapper.e-disabled,
363
+ .e-input-group.e-control-wrapper.e-disabled input,
364
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
365
+ .e-input-group.e-control-wrapper.e-disabled textarea,
366
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input,
367
+ .e-float-input.e-disabled input,
368
+ .e-float-input.e-disabled textarea,
369
+ .e-float-input input[disabled],
370
+ .e-float-input input.e-disabled,
371
+ .e-float-input textarea[disabled],
372
+ .e-float-input textarea.e-disabled,
373
+ .e-float-input.e-control-wrapper.e-disabled input,
374
+ .e-float-input.e-control-wrapper.e-disabled textarea,
375
+ .e-float-input.e-control-wrapper input[disabled],
376
+ .e-float-input.e-control-wrapper input.e-disabled,
377
+ .e-float-input.e-control-wrapper textarea[disabled],
378
+ .e-float-input.e-control-wrapper textarea.e-disabled,
379
+ .e-input-group.e-disabled span,
380
+ .e-input-group.e-control-wrapper.e-disabled span,
381
+ .e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
382
+ .e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
383
+ .e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
384
+ .e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
385
+ .e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
386
+ .e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
387
+ .e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide,
388
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide {
389
+ cursor: not-allowed;
390
+ }
391
+
392
+ .e-input[disabled],
393
+ .e-input-group.e-disabled,
394
+ .e-input-group.e-control-wrapper.e-disabled,
395
+ .e-float-input input[disabled],
396
+ .e-float-input input.e-disabled,
397
+ .e-float-input.e-control-wrapper input[disabled],
398
+ .e-float-input.e-control-wrapper input.e-disabled {
399
+ border-color: #9ca3af;
400
+ border-style: solid;
401
+ }
402
+
403
+ .e-input-group.e-disabled,
404
+ .e-input-group.e-control-wrapper.e-disabled {
405
+ border-bottom-style: solid;
406
+ border-width: 1px;
407
+ }
408
+
409
+ .e-input[disabled],
410
+ .e-input-group.e-disabled,
411
+ .e-input-group.e-control-wrapper.e-disabled,
412
+ .e-float-input.e-disabled,
413
+ .e-float-input input[disabled],
414
+ .e-float-input input.e-disabled,
415
+ .e-float-input.e-disabled input,
416
+ .e-float-input.e-control-wrapper.e-disabled,
417
+ .e-float-input.e-control-wrapper input[disabled],
418
+ .e-float-input.e-control-wrapper input.e-disabled,
419
+ .e-float-input.e-control-wrapper.e-disabled input,
420
+ .e-float-input textarea[disabled],
421
+ .e-float-input textarea.e-disabled,
422
+ .e-float-input.e-disabled textarea,
423
+ .e-float-input.e-control-wrapper textarea[disabled],
424
+ .e-float-input.e-control-wrapper textarea.e-disabled,
425
+ .e-float-input.e-control-wrapper.e-disabled textarea {
426
+ filter: alpha(opacity=100);
427
+ opacity: 1;
428
+ }
429
+
430
+ .e-input.e-rtl,
431
+ .e-input-group.e-rtl,
432
+ .e-input-group.e-control-wrapper.e-rtl,
433
+ .e-float-input.e-rtl,
434
+ .e-float-input.e-control-wrapper.e-rtl {
435
+ direction: rtl;
436
+ }
437
+
438
+ .e-input-group,
439
+ .e-input-group.e-control-wrapper,
440
+ .e-float-custom-tag.e-input-group,
441
+ .e-float-custom-tag.e-input-group.e-control-wrapper,
442
+ .e-input-custom-tag,
443
+ .e-input-custom-tag.e-input-group,
444
+ .e-input-custom-tag.e-input-group.e-control-wrapper {
445
+ display: -webkit-inline-box;
446
+ display: -ms-inline-flexbox;
447
+ display: inline-flex;
448
+ vertical-align: middle;
449
+ }
450
+
451
+ .e-float-input:not(.e-input-group),
452
+ .e-float-input.e-control-wrapper:not(.e-input-group),
453
+ .e-float-custom-tag,
454
+ .e-float-custom-tag.e-control-wrapper {
455
+ display: inline-block;
456
+ }
457
+
458
+ .e-input-group .e-input-group-icon,
459
+ .e-input-group.e-control-wrapper .e-input-group-icon {
460
+ display: -webkit-box;
461
+ display: -ms-flexbox;
462
+ display: flex;
463
+ }
464
+
465
+ .e-input-group .e-input-group-icon,
466
+ .e-input-group.e-control-wrapper .e-input-group-icon {
467
+ white-space: nowrap;
468
+ }
469
+
470
+ .e-input-group .e-input-group-icon:not(:last-child),
471
+ .e-input-group.e-control-wrapper .e-input-group-icon:not(:last-child) {
472
+ border-right-width: 0;
473
+ }
474
+
475
+ .e-input + .e-input-group-icon,
476
+ .e-input-group .e-input + .e-input-group-icon,
477
+ .e-input-group.e-control-wrapper .e-input + .e-input-group-icon {
478
+ border-left-width: 0;
479
+ }
480
+
481
+ .e-input-group.e-corner .e-input:first-child,
482
+ .e-input-group.e-corner .e-input-group-icon:first-child,
483
+ .e-input-group.e-control-wrapper.e-corner .e-input:first-child,
484
+ .e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child {
485
+ border-bottom-left-radius: 4px;
486
+ border-top-left-radius: 4px;
487
+ }
488
+
489
+ .e-input-group.e-corner .e-input:last-child,
490
+ .e-input-group.e-corner .e-input-group-icon:last-child,
491
+ .e-input-group.e-control-wrapper.e-corner .e-input:last-child,
492
+ .e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child {
493
+ border-bottom-right-radius: 4px;
494
+ border-top-right-radius: 4px;
495
+ }
496
+
497
+ .e-input-group.e-rtl .e-input-group-icon:first-child,
498
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child {
499
+ border-left-width: 0;
500
+ border-right-width: 1px;
501
+ }
502
+
503
+ .e-input-group.e-rtl .e-input-group-icon + .e-input,
504
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon + .e-input {
505
+ border-right-width: 0;
506
+ }
507
+
508
+ input.e-input.e-small,
509
+ textarea.e-input.e-small,
510
+ .e-small input.e-input,
511
+ .e-small textarea.e-input,
512
+ .e-input-group.e-small,
513
+ .e-small .e-input-group,
514
+ .e-input-group.e-control-wrapper.e-small,
515
+ .e-small .e-input-group.e-control-wrapper,
516
+ .e-input-group.e-small.e-disabled,
517
+ .e-small .e-input-group.e-disabled,
518
+ .e-input-group.e-control-wrapper.e-small.e-disabled,
519
+ .e-small .e-input-group.e-control-wrapper.e-disabled {
520
+ font-size: 12px;
521
+ }
522
+
523
+ .e-input.e-small,
524
+ .e-input-group.e-small .e-input,
525
+ .e-input-group.e-control-wrapper.e-small .e-input {
526
+ line-height: inherit;
527
+ padding: 4px 0 4px 8px;
528
+ }
529
+
530
+ .e-input-group.e-small .e-input:focus,
531
+ .e-input-group.e-control-wrapper.e-small .e-input:focus,
532
+ .e-input-group.e-small.e-input-focus .e-input,
533
+ .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input {
534
+ padding: 4px 0 4px 8px;
535
+ }
536
+
537
+ .e-input.e-small.e-bigger,
538
+ .e-input-group.e-small.e-bigger,
539
+ .e-small.e-bigger .e-input-group,
540
+ .e-input-group.e-control-wrapper.e-small.e-bigger,
541
+ .e-small.e-bigger .e-input-group.e-control-wrapper,
542
+ .e-bigger .e-input.e-small,
543
+ .e-small .e-input.e-bigger,
544
+ .e-bigger .e-input-group.e-small,
545
+ .e-bigger .e-input-group.e-control-wrapper.e-small,
546
+ .e-small .e-input-group.e-bigger,
547
+ .e-small .e-input-group.e-control-wrapper.e-bigger,
548
+ .e-input-group.e-small.e-bigger.e-disabled,
549
+ .e-small.e-bigger .e-input-group.e-disabled,
550
+ .e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,
551
+ .e-small.e-bigger .e-input-group.e-control-wrapper.e-disabled,
552
+ .e-bigger .e-input.e-small.e-disabled,
553
+ .e-small .e-input.e-bigger.e-disabled,
554
+ .e-bigger .e-input-group.e-small.e-disabled,
555
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-disabled,
556
+ .e-small .e-input-group.e-bigger.e-disabled,
557
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-disabled {
558
+ font-size: 14px;
559
+ }
560
+
561
+ .e-input-group.e-small.e-bigger .e-input,
562
+ .e-input-group.e-small .e-input.e-bigger,
563
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-input,
564
+ .e-input-group.e-control-wrapper.e-small .e-input.e-bigger,
565
+ .e-bigger .e-input-group.e-small .e-input,
566
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-input {
567
+ font: inherit;
568
+ padding: 6px 0 6px 14px;
569
+ }
570
+
571
+ .e-input-group.e-small.e-bigger .e-input:focus,
572
+ .e-input-group.e-small .e-input.e-bigger:focus,
573
+ .e-bigger .e-input-group.e-small .e-input:focus,
574
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus,
575
+ .e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus,
576
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-input:focus,
577
+ .e-input-group.e-small.e-bigger.e-input-focus .e-input,
578
+ .e-input-group.e-small.e-input-focus .e-input.e-bigger,
579
+ .e-bigger .e-input-group.e-small.e-input-focus .e-input,
580
+ .e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input,
581
+ .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger,
582
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input,
583
+ .e-input.e-small.e-bigger,
584
+ .e-bigger .e-input.e-small,
585
+ .e-small .e-input.e-bigger {
586
+ padding: 6px 0 6px 14px;
587
+ }
588
+
589
+ .e-input-group.e-small .e-input-group-icon,
590
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon,
591
+ .e-small .e-input-group .e-input-group-icon,
592
+ .e-small .e-input-group.e-control-wrapper .e-input-group-icon {
593
+ font-size: 16px;
594
+ min-height: 18px;
595
+ min-width: 20px;
596
+ padding: 3px 6px 3px 3px;
597
+ }
598
+
599
+ .e-input-group.e-small.e-bigger .e-input-group-icon,
600
+ .e-input-group.e-small .e-input-group-icon.e-bigger,
601
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
602
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
603
+ .e-small.e-bigger .e-input-group .e-input-group-icon,
604
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
605
+ .e-bigger .e-input-group.e-small .e-input-group-icon,
606
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
607
+ font-size: 20px;
608
+ min-height: 18px;
609
+ min-width: 20px;
610
+ padding: 6px;
611
+ }
612
+
613
+ label.e-float-text,
614
+ .e-float-input label.e-float-text,
615
+ .e-float-input.e-control-wrapper label.e-float-text,
616
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
617
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
618
+ font-size: 14px;
619
+ font-style: normal;
620
+ font-weight: normal;
621
+ left: 0;
622
+ overflow: hidden;
623
+ padding-left: 10px;
624
+ pointer-events: none;
625
+ position: absolute;
626
+ text-overflow: ellipsis;
627
+ top: -11px;
628
+ -webkit-transform: translate3d(0, 16px, 0) scale(1);
629
+ transform: translate3d(0, 16px, 0) scale(1);
630
+ -webkit-transform-origin: left top;
631
+ transform-origin: left top;
632
+ -webkit-transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
633
+ transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
634
+ -webkit-user-select: none;
635
+ -moz-user-select: none;
636
+ -ms-user-select: none;
637
+ user-select: none;
638
+ white-space: nowrap;
639
+ width: 100%;
640
+ }
641
+
642
+ label.e-float-text,
643
+ .e-float-input label.e-float-text,
644
+ .e-float-input.e-control-wrapper label.e-float-text,
645
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
646
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
647
+ top: -11px;
648
+ }
649
+
650
+ label.e-float-text,
651
+ .e-float-input label.e-float-text,
652
+ .e-float-input.e-control-wrapper label.e-float-text,
653
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
654
+ .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
655
+ .e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
656
+ .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
657
+ .e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
658
+ .e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
659
+ .e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
660
+ .e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
661
+ .e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
662
+ .e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
663
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
664
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
665
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
666
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
667
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
668
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
669
+ .e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
670
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
671
+ .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
672
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
673
+ -moz-transform: translate(0%, -50%);
674
+ -ms-transform: translate(0%, -50%);
675
+ -o-transform: translate(0%, -50%);
676
+ -webkit-transform: translate(0%, -50%);
677
+ -webkit-box-sizing: border-box;
678
+ box-sizing: border-box;
679
+ left: 0%;
680
+ top: 50%;
681
+ transform: translate(0%, -50%);
682
+ -webkit-user-select: none;
683
+ -moz-user-select: none;
684
+ -ms-user-select: none;
685
+ user-select: none;
686
+ width: 100%;
687
+ font-style: normal;
688
+ }
689
+
690
+ .e-float-input.e-bigger label.e-float-text,
691
+ .e-float-input label.e-float-text.e-bigger,
692
+ .e-float-input input.e-bigger ~ label.e-float-text,
693
+ .e-bigger .e-float-input label.e-float-text,
694
+ .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
695
+ .e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
696
+ .e-float-input.e-control-wrapper.e-bigger label.e-float-text,
697
+ .e-float-input.e-control-wrapper label.e-float-text.e-bigger,
698
+ .e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text,
699
+ .e-bigger .e-float-input.e-control-wrapper label.e-float-text,
700
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
701
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
702
+ font-size: 16px;
703
+ }
704
+
705
+ .e-float-input.e-small label.e-float-text,
706
+ .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
707
+ .e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
708
+ .e-float-input.e-control-wrapper.e-small label.e-float-text,
709
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
710
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
711
+ font-size: 12px;
712
+ }
713
+
714
+ .e-float-input.e-small.e-bigger label.e-float-text,
715
+ .e-bigger .e-float-input.e-small label.e-float-text,
716
+ .e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
717
+ .e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
718
+ .e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
719
+ .e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
720
+ .e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
721
+ .e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
722
+ .e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text,
723
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
724
+ .e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
725
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
726
+ .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
727
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
728
+ font-size: 12px;
729
+ font-style: normal;
730
+ }
731
+
732
+ .e-float-input input:focus ~ label.e-float-text,
733
+ .e-float-input input:valid ~ label.e-float-text,
734
+ .e-float-input input ~ label.e-label-top.e-float-text,
735
+ .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
736
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
737
+ .e-float-input input label.e-float-text.e-label-top,
738
+ .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
739
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
740
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
741
+ .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
742
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
743
+ .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
744
+ .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
745
+ .e-float-input.e-input-focus input ~ label.e-float-text {
746
+ font-size: 12px;
747
+ font-weight: 500;
748
+ padding-right: 0;
749
+ -webkit-transform: translate3d(-10px, -35px, 0) scale(1);
750
+ transform: translate3d(-10px, -35px, 0) scale(1);
751
+ }
752
+
753
+ .e-float-input.e-small input:focus ~ label.e-float-text,
754
+ .e-float-input.e-small input:valid ~ label.e-float-text,
755
+ .e-float-input.e-small input ~ label.e-label-top.e-float-text,
756
+ .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
757
+ .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
758
+ .e-float-input.e-small input label.e-float-text.e-label-top,
759
+ .e-small .e-float-input input:focus ~ label.e-float-text,
760
+ .e-small .e-float-input input:valid ~ label.e-float-text,
761
+ .e-small .e-float-input input ~ label.e-label-top.e-float-text,
762
+ .e-small .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
763
+ .e-small .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
764
+ .e-small .e-float-input input label.e-float-text.e-label-top,
765
+ .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
766
+ .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
767
+ .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
768
+ .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
769
+ .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
770
+ .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
771
+ .e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
772
+ .e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
773
+ .e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
774
+ .e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
775
+ .e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
776
+ .e-small .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
777
+ .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
778
+ .e-bigger .e-float-input.e-input-focus input ~ label.e-float-text,
779
+ .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
780
+ .e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
781
+ font-size: 12px;
782
+ font-weight: 500;
783
+ padding-right: 0;
784
+ -webkit-transform: translate3d(-10px, -34px, 0) scale(1);
785
+ transform: translate3d(-10px, -34px, 0) scale(1);
786
+ }
787
+
788
+ .e-float-input.e-bigger input:focus ~ label.e-float-text,
789
+ .e-float-input.e-bigger input:valid ~ label.e-float-text,
790
+ .e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
791
+ .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
792
+ .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
793
+ .e-float-input.e-bigger input label.e-float-text.e-label-top,
794
+ .e-bigger .e-float-input input:focus ~ label.e-float-text,
795
+ .e-bigger .e-float-input input:valid ~ label.e-float-text,
796
+ .e-bigger .e-float-input input ~ label.e-label-top.e-float-text,
797
+ .e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
798
+ .e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
799
+ .e-bigger .e-float-input input label.e-float-text.e-label-top,
800
+ .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
801
+ .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
802
+ .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
803
+ .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
804
+ .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
805
+ .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,
806
+ .e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
807
+ .e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
808
+ .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
809
+ .e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
810
+ .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
811
+ .e-bigger .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
812
+ .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
813
+ .e-bigger .e-float-input.e-input-focus input ~ label.e-float-text,
814
+ .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
815
+ .e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
816
+ font-weight: 500;
817
+ padding-right: 0;
818
+ -webkit-transform: translate3d(-10px, -37px, 0) scale(1);
819
+ transform: translate3d(-10px, -37px, 0) scale(1);
820
+ }
821
+
822
+ .e-float-input.e-bigger.e-small input:focus ~ label.e-float-text,
823
+ .e-float-input.e-bigger.e-small input:valid ~ label.e-float-text,
824
+ .e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text,
825
+ .e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text,
826
+ .e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text,
827
+ .e-float-input.e-bigger.e-small input label.e-float-text.e-label-top,
828
+ .e-bigger .e-float-input.e-small input:focus ~ label.e-float-text,
829
+ .e-bigger .e-float-input.e-small input:valid ~ label.e-float-text,
830
+ .e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text,
831
+ .e-bigger .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
832
+ .e-bigger .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
833
+ .e-bigger .e-float-input.e-small input label.e-float-text.e-label-top,
834
+ .e-small .e-float-input.e-bigger input:focus ~ label.e-float-text,
835
+ .e-small .e-float-input.e-bigger input:valid ~ label.e-float-text,
836
+ .e-small .e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
837
+ .e-small .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
838
+ .e-small .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
839
+ .e-small .e-float-input.e-bigger input label.e-float-text.e-label-top,
840
+ .e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text,
841
+ .e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text,
842
+ .e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text,
843
+ .e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text,
844
+ .e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text,
845
+ .e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top,
846
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
847
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
848
+ .e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
849
+ .e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
850
+ .e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
851
+ .e-bigger .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
852
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
853
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
854
+ .e-small .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
855
+ .e-small .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
856
+ .e-small .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
857
+ .e-small .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,
858
+ .e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text,
859
+ .e-bigger .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text,
860
+ .e-small .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
861
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text,
862
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text,
863
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text {
864
+ font-weight: 500;
865
+ padding-right: 0;
866
+ -webkit-transform: translate3d(-10px, -34px, 0) scale(1);
867
+ transform: translate3d(-10px, -34px, 0) scale(1);
868
+ }
869
+
870
+ .e-float-input.e-bigger input:focus ~ label.e-float-text,
871
+ .e-float-input.e-bigger input:valid ~ label.e-float-text,
872
+ .e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
873
+ .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
874
+ .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
875
+ .e-bigger .e-float-input input:focus ~ label.e-float-text,
876
+ .e-bigger .e-float-input input:valid ~ label.e-float-text,
877
+ .e-bigger .e-float-input input ~ label.e-label-top.e-float-text,
878
+ .e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
879
+ .e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
880
+ .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
881
+ .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
882
+ .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
883
+ .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
884
+ .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
885
+ .e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
886
+ .e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
887
+ .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
888
+ .e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
889
+ .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
890
+ .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
891
+ .e-bigger .e-float-input.e-input-focus input ~ label.e-float-text,
892
+ .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
893
+ .e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
894
+ font-size: 14px;
895
+ padding-right: 0;
896
+ top: 14px;
897
+ }
898
+
899
+ .e-float-input.e-small input:focus ~ label.e-float-text,
900
+ .e-float-input.e-small input:valid ~ label.e-float-text,
901
+ .e-float-input.e-small input ~ label.e-label-top.e-float-text,
902
+ .e-small .e-float-input input ~ label.e-label-top.e-float-text,
903
+ .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
904
+ .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
905
+ .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
906
+ .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
907
+ .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
908
+ .e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
909
+ .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
910
+ .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
911
+ .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text,
912
+ .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
913
+ font-size: 10px;
914
+ padding-right: 0;
915
+ top: 17px;
916
+ }
917
+
918
+ .e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
919
+ .e-float-input.e-small.e-bigger input:valid ~ label.e-float-text,
920
+ .e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text,
921
+ .e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text,
922
+ .e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text,
923
+ .e-bigger .e-float-input.e-small input:focus ~ label.e-float-text,
924
+ .e-bigger .e-float-input.e-small input:valid ~ label.e-float-text,
925
+ .e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text,
926
+ .e-bigger .e-float-input.e-small input[readonly] ~ label.e-float-text,
927
+ .e-bigger .e-float-input.e-small input[disabled] ~ label.e-float-text,
928
+ .e-bigger.e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
929
+ .e-bigger.e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
930
+ .e-bigger.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
931
+ .e-bigger.e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-float-text,
932
+ .e-bigger.e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
933
+ .e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text,
934
+ .e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text,
935
+ .e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text,
936
+ .e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text,
937
+ .e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text,
938
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
939
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
940
+ .e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
941
+ .e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text,
942
+ .e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text,
943
+ .e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text,
944
+ .e-bigger .e-float-input.e-small.e-input-focus input ~ label.e-float-text,
945
+ .e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text,
946
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
947
+ font-size: 12px;
948
+ padding-right: 0;
949
+ top: 16px;
950
+ }
951
+
952
+ .e-float-input,
953
+ .e-float-input.e-control-wrapper {
954
+ line-height: 1.4;
955
+ margin-bottom: 0;
956
+ margin-top: 24px;
957
+ padding-top: 0;
958
+ position: relative;
959
+ width: 100%;
960
+ }
961
+
962
+ .e-float-input.e-bigger,
963
+ .e-bigger .e-float-input,
964
+ .e-float-input.e-control-wrapper.e-bigger,
965
+ .e-bigger .e-float-input.e-control-wrapper {
966
+ line-height: 1.5;
967
+ margin-bottom: 0;
968
+ margin-top: 24px;
969
+ padding-top: 0;
970
+ position: relative;
971
+ width: 100%;
972
+ }
973
+
974
+ .e-float-input.e-small,
975
+ .e-float-input.e-control-wrapper.e-small,
976
+ .e-small .e-float-input.e-control-wrapper {
977
+ line-height: 1.35;
978
+ margin-bottom: 0;
979
+ margin-top: 20px;
980
+ padding-top: 0;
981
+ }
982
+
983
+ .e-float-input.e-small.e-bigger,
984
+ .e-bigger.e-small .e-float-input.e-small,
985
+ .e-bigger .e-float-input.e-small,
986
+ .e-small .e-float-input.e-bigger,
987
+ .e-float-input.e-control-wrapper.e-small.e-bigger,
988
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-small,
989
+ .e-bigger .e-float-input.e-control-wrapper.e-small,
990
+ .e-small .e-float-input.e-control-wrapper.e-bigger {
991
+ line-height: 1.4;
992
+ margin-bottom: 0;
993
+ margin-top: 24px;
994
+ padding-top: 0;
995
+ }
996
+
997
+ .e-input-group.e-bigger,
998
+ .e-bigger .e-input-group,
999
+ .e-input-group.e-control-wrapper.e-bigger,
1000
+ .e-bigger .e-input-group.e-control-wrapper {
1001
+ line-height: 1.5;
1002
+ }
1003
+
1004
+ .e-input-group.e-small,
1005
+ .e-input-group.e-control-wrapper.e-small,
1006
+ .e-small .e-input-group,
1007
+ .e-small .e-input-group.e-control-wrapper,
1008
+ .e-input-group.e-small.e-bigger,
1009
+ .e-bigger.e-small .e-input-group.e-small,
1010
+ .e-bigger .e-input-group.e-small,
1011
+ .e-small .e-input-group.e-bigger,
1012
+ .e-input-group.e-control-wrapper.e-small.e-bigger,
1013
+ .e-bigger.e-small .e-input-group.e-control-wrapper.e-small,
1014
+ .e-bigger .e-input-group.e-control-wrapper.e-small,
1015
+ .e-small .e-input-group.e-control-wrapper.e-bigger {
1016
+ line-height: normal;
1017
+ }
1018
+
1019
+ .e-float-input.e-no-float-label,
1020
+ .e-float-input.e-bigger.e-no-float-label,
1021
+ .e-bigger .e-float-input.e-no-float-label,
1022
+ .e-float-input.e-small.e-no-float-label,
1023
+ .e-small .e-float-input.e-no-float-label,
1024
+ .e-float-input.e-small.e-bigger.e-no-float-label,
1025
+ .e-bigger .e-float-input.e-small.e-no-float-label,
1026
+ .e-small .e-float-input.e-bigger.e-no-float-label,
1027
+ .e-float-input.e-control-wrapper.e-no-float-label,
1028
+ .e-float-input.e-control-wrapper.e-bigger.e-no-float-label,
1029
+ .e-bigger .e-float-input.e-control-wrapper.e-no-float-label,
1030
+ .e-float-input.e-control-wrapper.e-small.e-no-float-label,
1031
+ .e-small .e-float-input.e-control-wrapper.e-no-float-label,
1032
+ .e-float-input.e-control-wrapper.e-small.e-bigger.e-no-float-label,
1033
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-no-float-label,
1034
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-no-float-label {
1035
+ margin-top: 0;
1036
+ }
1037
+
1038
+ .e-float-input,
1039
+ .e-float-input.e-control-wrapper,
1040
+ .e-float-input.e-disabled,
1041
+ .e-float-input.e-control-wrapper.e-disabled,
1042
+ .e-float-input.e-input-group.e-disabled,
1043
+ .e-float-input.e-input-group.e-control-wrapper.e-disabled {
1044
+ font-family: "Inter";
1045
+ font-size: 14px;
1046
+ font-weight: normal;
1047
+ }
1048
+
1049
+ .e-float-input input,
1050
+ .e-float-input textarea,
1051
+ .e-float-input.e-control-wrapper input,
1052
+ .e-float-input.e-control-wrapper textarea {
1053
+ border: 0 solid;
1054
+ border-width: 1px;
1055
+ display: block;
1056
+ font: inherit;
1057
+ width: 100%;
1058
+ }
1059
+
1060
+ .e-float-input input,
1061
+ .e-float-input.e-control-wrapper input {
1062
+ min-width: 0;
1063
+ padding: 0;
1064
+ }
1065
+
1066
+ .e-float-input input,
1067
+ .e-input-group input,
1068
+ .e-float-input.e-control-wrapper input,
1069
+ .e-input-group.e-control-wrapper input,
1070
+ .e-float-input textarea,
1071
+ .e-input-group textarea,
1072
+ .e-float-input.e-control-wrapper textarea,
1073
+ .e-input-group.e-control-wrapper textarea {
1074
+ text-indent: 12px;
1075
+ }
1076
+
1077
+ .e-float-input.e-bigger.e-disabled,
1078
+ .e-bigger .e-float-input.e-disabled,
1079
+ .e-float-input.e-control-wrapper.e-bigger.e-disabled,
1080
+ .e-bigger .e-float-input.e-control-wrapper.e-disabled,
1081
+ .e-float-input.e-input-group.e-bigger.e-disabled,
1082
+ .e-bigger .e-float-input.e-input-group.e-disabled,
1083
+ .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled,
1084
+ .e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled,
1085
+ .e-float-input.e-bigger,
1086
+ .e-bigger .e-float-input,
1087
+ .e-float-input.e-control-wrapper.e-bigger,
1088
+ .e-bigger .e-float-input.e-control-wrapper {
1089
+ font-size: 16px;
1090
+ }
1091
+
1092
+ .e-float-input.e-bigger input,
1093
+ .e-float-input input.e-bigger,
1094
+ .e-bigger .e-float-input input,
1095
+ .e-float-input.e-control-wrapper.e-bigger input,
1096
+ .e-float-input.e-control-wrapper input.e-bigger,
1097
+ .e-bigger .e-float-input.e-control-wrapper input {
1098
+ font: inherit;
1099
+ line-height: inherit;
1100
+ padding: 0;
1101
+ }
1102
+
1103
+ .e-float-input.e-small.e-disabled,
1104
+ .e-small .e-float-input.e-disabled,
1105
+ .e-float-input.e-control-wrapper.e-small.e-disabled,
1106
+ .e-small .e-float-input.e-control-wrapper.e-disabled,
1107
+ .e-float-input.e-input-group.e-small.e-disabled,
1108
+ .e-small .e-float-input.e-input-group.e-disabled,
1109
+ .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
1110
+ .e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled,
1111
+ .e-float-input.e-small,
1112
+ .e-small .e-float-input,
1113
+ .e-float-input.e-control-wrapper.e-small,
1114
+ .e-small .e-float-input.e-control-wrapper {
1115
+ font-size: 12px;
1116
+ }
1117
+
1118
+ .e-float-input.e-small input,
1119
+ .e-float-input.e-control-wrapper.e-small input {
1120
+ font: inherit;
1121
+ line-height: inherit;
1122
+ padding: 0;
1123
+ }
1124
+
1125
+ .e-float-input.e-small.e-bigger.e-disabled,
1126
+ .e-small.e-bigger .e-float-input.e-disabled,
1127
+ .e-bigger .e-float-input.e-small.e-disabled,
1128
+ .e-small .e-float-input.e-bigger.e-disabled,
1129
+ .e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled,
1130
+ .e-small.e-bigger .e-float-input.e-control-wrapper.e-disabled,
1131
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-disabled,
1132
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-disabled,
1133
+ .e-float-input.e-input-group.e-small.e-bigger.e-disabled,
1134
+ .e-small.e-bigger .e-float-input.e-input-group.e-disabled,
1135
+ .e-bigger .e-float-input.e-input-group.e-small.e-disabled,
1136
+ .e-small .e-float-input.e-input-group.e-bigger.e-disabled,
1137
+ .e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,
1138
+ .e-small.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled,
1139
+ .e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
1140
+ .e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled,
1141
+ .e-float-input.e-small.e-bigger,
1142
+ .e-small.e-bigger .e-float-input,
1143
+ .e-bigger .e-float-input.e-small,
1144
+ .e-small .e-float-input.e-bigger,
1145
+ .e-float-input.e-control-wrapper.e-small.e-bigger,
1146
+ .e-small.e-bigger .e-float-input.e-control-wrapper,
1147
+ .e-bigger .e-float-input.e-control-wrapper.e-small,
1148
+ .e-small .e-float-input.e-control-wrapper.e-bigger {
1149
+ font-size: 14px;
1150
+ }
1151
+
1152
+ .e-float-input.e-small.e-bigger input,
1153
+ .e-float-input.e-small input.e-bigger,
1154
+ .e-bigger .e-float-input.e-small input,
1155
+ .e-float-input.e-control-wrapper.e-small.e-bigger input,
1156
+ .e-float-input.e-control-wrapper.e-small input.e-bigger,
1157
+ .e-bigger .e-float-input.e-control-wrapper.e-small input {
1158
+ font: inherit;
1159
+ line-height: inherit;
1160
+ padding: 0;
1161
+ }
1162
+
1163
+ .e-float-input input:focus,
1164
+ .e-float-input.e-control-wrapper input:focus,
1165
+ .e-float-input textarea:focus,
1166
+ .e-float-input.e-control-wrapper textarea:focus,
1167
+ .e-float-input.e-input-focus input,
1168
+ .e-float-input.e-control-wrapper.e-input-focus input,
1169
+ .e-input-group.e-control-container.valid.modified,
1170
+ .e-input-group.e-control-container.invalid,
1171
+ .e-float-input.e-control-container.valid.modified,
1172
+ .e-float-input.e-control-container.invalid {
1173
+ outline: none;
1174
+ }
1175
+
1176
+ label.e-float-text,
1177
+ .e-float-input label.e-float-text,
1178
+ .e-float-input.e-control-wrapper label.e-float-text {
1179
+ font-family: inherit;
1180
+ }
1181
+
1182
+ .e-float-input input:valid ~ label.e-float-text,
1183
+ .e-float-input input:focus ~ label.e-float-text,
1184
+ .e-float-input input:valid ~ label.e-float-text.e-label-top,
1185
+ .e-float-input input ~ label.e-float-text.e-label-top,
1186
+ .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
1187
+ .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
1188
+ .e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top,
1189
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
1190
+ .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
1191
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top,
1192
+ .e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top,
1193
+ .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
1194
+ .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
1195
+ .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top,
1196
+ .e-float-input.e-input-focus input ~ label.e-float-text,
1197
+ .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
1198
+ .e-float-input textarea:valid ~ label.e-float-text,
1199
+ .e-float-input textarea:focus ~ label.e-float-text,
1200
+ .e-float-input textarea:valid ~ label.e-float-text.e-label-top,
1201
+ .e-float-input textarea ~ label.e-float-text.e-label-top,
1202
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
1203
+ .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
1204
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top,
1205
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top {
1206
+ -webkit-user-select: text;
1207
+ -moz-user-select: text;
1208
+ -ms-user-select: text;
1209
+ user-select: text;
1210
+ }
1211
+
1212
+ label.e-float-text,
1213
+ .e-float-input label.e-float-text,
1214
+ .e-float-input.e-control-wrapper label.e-float-text,
1215
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1216
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1217
+ .e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1218
+ .e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1219
+ .e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1220
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1221
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1222
+ .e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1223
+ .e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1224
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1225
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1226
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1227
+ .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1228
+ .e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1229
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1230
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1231
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1232
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1233
+ .e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1234
+ .e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1235
+ .e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1236
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1237
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1238
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1239
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1240
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1241
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1242
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1243
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1244
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1245
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1246
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1247
+ font-weight: normal;
1248
+ }
1249
+
1250
+ .e-float-input:not(.e-input-group) .e-float-line::before,
1251
+ .e-float-input:not(.e-input-group) .e-float-line::after,
1252
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
1253
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
1254
+ bottom: 0;
1255
+ content: "";
1256
+ height: 2px;
1257
+ position: absolute;
1258
+ -webkit-transition: 0.2s ease;
1259
+ transition: 0.2s ease;
1260
+ width: 0;
1261
+ }
1262
+
1263
+ .e-float-input:not(.e-input-group) .e-float-line::before,
1264
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before {
1265
+ left: 50%;
1266
+ }
1267
+
1268
+ .e-float-input:not(.e-input-group) .e-float-line::after,
1269
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
1270
+ right: 50%;
1271
+ }
1272
+
1273
+ .e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before,
1274
+ .e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before,
1275
+ .e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after,
1276
+ .e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after,
1277
+ .e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before,
1278
+ .e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before,
1279
+ .e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after,
1280
+ .e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after,
1281
+ .e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
1282
+ .e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after,
1283
+ .e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
1284
+ .e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after {
1285
+ width: 50%;
1286
+ }
1287
+
1288
+ .e-float-input .e-float-line,
1289
+ .e-float-input.e-control-wrapper .e-float-line {
1290
+ display: block;
1291
+ position: relative;
1292
+ width: 100%;
1293
+ }
1294
+
1295
+ .e-float-input.e-rtl label.e-float-text,
1296
+ .e-float-input.e-control-wrapper.e-rtl label.e-float-text,
1297
+ .e-rtl .e-float-input label.e-float-text,
1298
+ .e-rtl .e-float-input.e-control-wrapper label.e-float-text,
1299
+ .e-rtl label.e-float-text,
1300
+ .e-rtl .e-float-input.e-control-wrapper label.e-float-text,
1301
+ .e-rtl.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1302
+ .e-rtl .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1303
+ .e-rtl.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1304
+ .e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1305
+ .e-rtl.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1306
+ .e-rtl.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1307
+ .e-rtl .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1308
+ .e-rtl .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1309
+ right: 0;
1310
+ -webkit-transform-origin: right top;
1311
+ transform-origin: right top;
1312
+ }
1313
+
1314
+ .e-float-input.e-rtl.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
1315
+ .e-float-input.e-rtl.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
1316
+ .e-rtl .e-float-input.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
1317
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
1318
+ .e-bigger .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1319
+ .e-bigger .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1320
+ .e-bigger.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1321
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1322
+ .e-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1323
+ .e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1324
+ .e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text,
1325
+ .e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1326
+ .e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1327
+ .e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1328
+ .e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
1329
+ .e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1330
+ .e-float-input.e-control-wrapper.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1331
+ .e-float-input.e-control-wrapper.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1332
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text,
1333
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1334
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1335
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1336
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
1337
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1338
+ .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1339
+ .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1340
+ .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1341
+ .e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1342
+ .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1343
+ .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1344
+ .e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
1345
+ .e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1346
+ .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1347
+ .e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
1348
+ .e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1349
+ .e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1350
+ .e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1351
+ .e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1352
+ .e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1353
+ .e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1354
+ .e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1355
+ .e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1356
+ .e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1357
+ .e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1358
+ .e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1359
+ .e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1360
+ .e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text,
1361
+ .e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1362
+ .e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1363
+ .e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1364
+ .e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
1365
+ .e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1366
+ .e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1367
+ .e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1368
+ .e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text,
1369
+ .e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1370
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1371
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1372
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
1373
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1374
+ .e-float-input.e-rtl.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1375
+ .e-float-input.e-rtl.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1376
+ .e-rtl .e-float-input.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1377
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1378
+ .e-bigger.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1379
+ .e-bigger.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1380
+ .e-bigger.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1381
+ .e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1382
+ .e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1383
+ .e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1384
+ .e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text,
1385
+ .e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1386
+ .e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1387
+ .e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1388
+ .e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
1389
+ .e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1390
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1391
+ .e-float-input.e-control-wrapper.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1392
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text,
1393
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1394
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1395
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1396
+ .e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
1397
+ .e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom {
1398
+ padding-right: 10px;
1399
+ }
1400
+
1401
+ .e-input-group.e-corner.e-rtl .e-input:first-child,
1402
+ .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
1403
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
1404
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child {
1405
+ border-bottom-left-radius: 0;
1406
+ border-bottom-right-radius: 4px;
1407
+ border-top-left-radius: 0;
1408
+ border-top-right-radius: 4px;
1409
+ }
1410
+
1411
+ .e-input-group.e-corner.e-rtl .e-input:last-child,
1412
+ .e-input-group.e-corner.e-rtl .e-input-group-icon:last-child,
1413
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child,
1414
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child {
1415
+ border-bottom-left-radius: 4px;
1416
+ border-bottom-right-radius: 0;
1417
+ border-top-left-radius: 4px;
1418
+ border-top-right-radius: 0;
1419
+ }
1420
+
1421
+ .e-input-group.e-warning::before,
1422
+ .e-input-group.e-control-wrapper.e-warning::before {
1423
+ content: "";
1424
+ }
1425
+
1426
+ .e-float-input input[disabled],
1427
+ .e-float-input input.e-disabled,
1428
+ .e-float-input.e-control-wrapper input[disabled],
1429
+ .e-float-input.e-control-wrapper input.e-disabled {
1430
+ background: transparent;
1431
+ background-image: none;
1432
+ cursor: not-allowed;
1433
+ }
1434
+
1435
+ .e-input-group.e-rtl .e-input:not(:first-child):focus,
1436
+ .e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus {
1437
+ border-right-width: 0;
1438
+ }
1439
+
1440
+ .e-input-group input.e-input,
1441
+ .e-input-group.e-control-wrapper input.e-input {
1442
+ min-width: 0;
1443
+ width: 100%;
1444
+ }
1445
+
1446
+ .e-input-group input.e-input,
1447
+ .e-input-group textarea.e-input,
1448
+ .e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
1449
+ .e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]),
1450
+ .e-input-group.e-control-wrapper input.e-input,
1451
+ .e-input-group.e-control-wrapper textarea.e-input,
1452
+ .e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
1453
+ .e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
1454
+ border: 0 solid;
1455
+ border-width: 0;
1456
+ }
1457
+
1458
+ .e-input-group input.e-input,
1459
+ .e-input-group textarea.e-input,
1460
+ .e-input-group.e-bigger .e-input,
1461
+ .e-input-group.e-control-wrapper input.e-input,
1462
+ .e-input-group.e-control-wrapper textarea.e-input,
1463
+ .e-input-group.e-control-wrapper.e-bigger .e-input,
1464
+ .e-bigger .e-input-group .e-input,
1465
+ .e-bigger .e-input-group.e-control-wrapper .e-input,
1466
+ .e-float-input input.e-input,
1467
+ .e-float-input.e-bigger .e-input,
1468
+ .e-bigger .e-float-input .e-input,
1469
+ .e-float-input.e-control-wrapper input.e-input,
1470
+ .e-float-input.e-control-wrapper.e-bigger .e-input,
1471
+ .e-bigger .e-float-input.e-control-wrapper .e-input {
1472
+ margin-bottom: 0;
1473
+ }
1474
+
1475
+ .e-input-group::before,
1476
+ .e-input-group::after,
1477
+ .e-input-group.e-control-wrapper::before,
1478
+ .e-input-group.e-control-wrapper::after {
1479
+ content: "";
1480
+ }
1481
+
1482
+ .e-input-group::before,
1483
+ .e-input-group.e-control-wrapper::before {
1484
+ content: "";
1485
+ }
1486
+
1487
+ .e-input-group.e-input-focus::before,
1488
+ .e-input-group.e-input-focus::after,
1489
+ .e-input-group.e-control-wrapper.e-input-focus::before,
1490
+ .e-input-group.e-control-wrapper.e-input-focus::after {
1491
+ content: "";
1492
+ }
1493
+
1494
+ .e-input-group::after,
1495
+ .e-input-group.e-control-wrapper::after {
1496
+ content: "";
1497
+ }
1498
+
1499
+ .e-input-group,
1500
+ .e-input-group.e-control-wrapper {
1501
+ position: relative;
1502
+ width: 100%;
1503
+ }
1504
+
1505
+ .e-input-group .e-input-group-icon:hover,
1506
+ .e-input-group.e-rtl.e-corner .e-input-group-icon:hover,
1507
+ .e-input-group.e-control-wrapper .e-input-group-icon:hover,
1508
+ .e-input-group.e-control-wrapper.e-rtl.e-corner .e-input-group-icon:hover {
1509
+ border-radius: 0;
1510
+ }
1511
+
1512
+ .e-input.e-small,
1513
+ .e-input-group.e-small,
1514
+ .e-input-group.e-control-wrapper.e-small {
1515
+ margin-bottom: 0;
1516
+ }
1517
+
1518
+ .e-input.e-small.e-bigger,
1519
+ .e-input-group.e-small.e-bigger,
1520
+ .e-input-group.e-control-wrapper.e-small.e-bigger,
1521
+ .e-bigger .e-input.e-small,
1522
+ .e-bigger .e-input-group.e-small,
1523
+ .e-bigger .e-input-group.e-control-wrapper.e-small {
1524
+ line-height: inherit;
1525
+ margin-bottom: 0;
1526
+ }
1527
+
1528
+ .e-input-group .e-input-group-icon,
1529
+ .e-input-group.e-control-wrapper .e-input-group-icon {
1530
+ margin-bottom: 0;
1531
+ margin-right: 0;
1532
+ margin-top: 0;
1533
+ }
1534
+
1535
+ .e-float-input.e-input-group .e-input-group-icon,
1536
+ .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
1537
+ margin-top: 0;
1538
+ }
1539
+
1540
+ .e-input-group.e-bigger .e-input-group-icon,
1541
+ .e-input-group .e-input-group-icon.e-bigger,
1542
+ .e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
1543
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
1544
+ .e-bigger .e-input-group .e-input-group-icon,
1545
+ .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
1546
+ margin-bottom: 0;
1547
+ margin-right: 0;
1548
+ margin-top: 0;
1549
+ }
1550
+
1551
+ .e-float-input.e-input-group.e-bigger .e-input-group-icon,
1552
+ .e-float-input.e-input-group .e-input-group-icon.e-bigger,
1553
+ .e-bigger .e-float-input.e-input-group .e-input-group-icon,
1554
+ .e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,
1555
+ .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,
1556
+ .e-bigger .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
1557
+ margin-top: 0;
1558
+ }
1559
+
1560
+ .e-input-group.e-small.e-bigger .e-input-group-icon,
1561
+ .e-input-group.e-small .e-input-group-icon.e-bigger,
1562
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
1563
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
1564
+ .e-small .e-bigger.e-input-group .e-input-group-icon,
1565
+ .e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
1566
+ .e-bigger .e-input-group.e-small .e-input-group-icon,
1567
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
1568
+ margin-bottom: 0;
1569
+ margin-right: 0;
1570
+ margin-top: 0;
1571
+ }
1572
+
1573
+ .e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,
1574
+ .e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,
1575
+ .e-bigger .e-float-input.e-input-group.e-small .e-input-group-icon,
1576
+ .e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,
1577
+ .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,
1578
+ .e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon {
1579
+ margin-top: 0;
1580
+ }
1581
+
1582
+ .e-input-group.e-small .e-input-group-icon,
1583
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon,
1584
+ .e-small .e-input-group .e-input-group-icon,
1585
+ .e-small .e-input-group.e-control-wrapper .e-input-group-icon {
1586
+ margin-bottom: 0;
1587
+ margin-right: 0;
1588
+ margin-top: 0;
1589
+ }
1590
+
1591
+ .e-float-input.e-input-group.e-small .e-input-group-icon,
1592
+ .e-small .e-float-input.e-input-group .e-input-group-icon,
1593
+ .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
1594
+ .e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
1595
+ margin-top: 0;
1596
+ }
1597
+
1598
+ .e-input-group .e-input-group-icon:last-child,
1599
+ .e-input-group.e-bigger .e-input-group-icon:last-child,
1600
+ .e-input-group .e-input-group-icon.e-bigger:last-child,
1601
+ .e-bigger .e-input-group .e-input-group-icon:last-child,
1602
+ .e-input-group.e-control-wrapper .e-input-group-icon:last-child,
1603
+ .e-input-group.e-small .e-input-group-icon:last-child,
1604
+ .e-input-group.e-small.e-bigger .e-input-group-icon:last-child,
1605
+ .e-input-group.e-small .e-input-group-icon.e-bigger:last-child,
1606
+ .e-input-group.e-control-wrapper.e-bigger .e-input-group-icon:last-child,
1607
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-bigger:last-child,
1608
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child,
1609
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon:last-child,
1610
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger:last-child,
1611
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child,
1612
+ .e-bigger .e-input-group.e-small .e-input-group-icon:last-child {
1613
+ margin-right: 0;
1614
+ }
1615
+
1616
+ .e-input-group,
1617
+ .e-input-group.e-control-wrapper {
1618
+ border-bottom: 1px solid;
1619
+ }
1620
+
1621
+ .e-input-group,
1622
+ .e-input-group.e-success,
1623
+ .e-input-group.e-warning,
1624
+ .e-input-group.e-error,
1625
+ .e-input-group.e-control-wrapper,
1626
+ .e-input-group.e-control-wrapper.e-success,
1627
+ .e-input-group.e-control-wrapper.e-warning,
1628
+ .e-input-group.e-control-wrapper.e-error {
1629
+ border: 1px solid;
1630
+ border-width: 1px;
1631
+ }
1632
+
1633
+ .e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus,
1634
+ .e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus {
1635
+ border-right-width: 0;
1636
+ }
1637
+
1638
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
1639
+ .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
1640
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
1641
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
1642
+ background: #232e3e;
1643
+ color: #6b7280;
1644
+ }
1645
+
1646
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-disabled,
1647
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-disabled {
1648
+ border-style: solid;
1649
+ }
1650
+
1651
+ .e-input-group .e-input-group-icon,
1652
+ .e-input-group.e-control-wrapper .e-input-group-icon {
1653
+ content: "";
1654
+ }
1655
+
1656
+ .e-input-group:not(.e-filled) .e-input-group-icon::after,
1657
+ .e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
1658
+ content: "";
1659
+ }
1660
+
1661
+ .e-input-group .e-input-group-icon.e-input-btn-ripple::after,
1662
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
1663
+ content: "";
1664
+ }
1665
+
1666
+ input.e-input::-ms-clear,
1667
+ .e-float-input input::-ms-clear,
1668
+ .e-float-input.e-control-wrapper input::-ms-clear,
1669
+ .e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
1670
+ .e-input-group input:not(.e-control).e-input:not(:valid):first-child ~ .e-clear-icon,
1671
+ .e-input-group.e-control-wrapper input.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
1672
+ .e-float-input input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
1673
+ .e-float-input.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
1674
+ .e-float-input.e-input-group input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
1675
+ .e-float-input.e-input-group.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon {
1676
+ display: none;
1677
+ }
1678
+
1679
+ .e-input-group .e-clear-icon.e-clear-icon-hide,
1680
+ .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
1681
+ .e-float-input.e-control-wrapper.e-hidden,
1682
+ .e-input-group.e-control-wrapper.e-hidden {
1683
+ display: none;
1684
+ }
1685
+
1686
+ input.e-input[type=search]::-webkit-search-decoration,
1687
+ input.e-input[type=search]::-webkit-search-cancel-button,
1688
+ input.e-input[type=search]::-webkit-search-results-button,
1689
+ input.e-input[type=search]::-webkit-search-results-decoration,
1690
+ .e-float-input input[type=search]::-webkit-search-decoration,
1691
+ .e-float-input input[type=search]::-webkit-search-cancel-button,
1692
+ .e-float-input input[type=search]::-webkit-search-results-button,
1693
+ .e-float-input input[type=search]::-webkit-search-results-decoration,
1694
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
1695
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
1696
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
1697
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
1698
+ -webkit-appearance: none;
1699
+ }
1700
+
1701
+ .e-float-input.e-input-group .e-float-line,
1702
+ .e-float-input.e-input-group.e-control-wrapper .e-float-line,
1703
+ .e-float-input.e-control-wrapper.e-input-group .e-float-line,
1704
+ .e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line {
1705
+ bottom: -1px;
1706
+ position: absolute;
1707
+ }
1708
+
1709
+ .e-float-input.e-input-group input,
1710
+ .e-float-input.e-input-group textarea,
1711
+ .e-float-input.e-input-group.e-control-wrapper input,
1712
+ .e-float-input.e-input-group.e-control-wrapper textarea {
1713
+ border: 0;
1714
+ }
1715
+
1716
+ .e-float-input.e-input-group input:focus,
1717
+ .e-input-group input:focus,
1718
+ .e-float-input.e-input-group textarea:focus,
1719
+ .e-float-input.e-input-group.e-control-wrapper input:focus,
1720
+ .e-float-input.e-input-group.e-control-wrapper textarea {
1721
+ -webkit-box-shadow: none;
1722
+ box-shadow: none;
1723
+ }
1724
+
1725
+ .e-float-input.e-input-group .e-float-line,
1726
+ .e-float-input.e-input-group .e-float-text,
1727
+ .e-float-input.e-input-group.e-control-wrapper .e-float-line,
1728
+ .e-float-input.e-input-group.e-control-wrapper .e-float-text {
1729
+ right: 0;
1730
+ }
1731
+
1732
+ input.e-input::-webkit-input-placeholder,
1733
+ input.e-input:-moz-placeholder,
1734
+ input.e-input:-ms-input-placeholder,
1735
+ input.e-input::-moz-placeholder,
1736
+ textarea.e-input::-webkit-input-placeholder,
1737
+ textarea.e-input:-moz-placeholder,
1738
+ textarea.e-input:-ms-input-placeholder,
1739
+ textarea.e-input::-moz-placeholder,
1740
+ textarea.e-input::-webkit-textarea-placeholder,
1741
+ textarea.e-input:-moz-placeholder,
1742
+ textarea.e-input:-ms-textarea-placeholder,
1743
+ textarea.e-input::-moz-placeholder {
1744
+ font-size: 14px;
1745
+ font-style: normal;
1746
+ }
1747
+
1748
+ .e-bigger input.e-input::-webkit-input-placeholder,
1749
+ input.e-bigger.e-input::-webkit-input-placeholder,
1750
+ .e-bigger input.e-input:-moz-placeholder,
1751
+ input.e-bigger.e-input:-moz-placeholder,
1752
+ .e-bigger input.e-input:-ms-input-placeholder,
1753
+ input.e-bigger.e-input:-ms-input-placeholder,
1754
+ .e-bigger input.e-input::-moz-placeholder,
1755
+ input.e-bigger.e-input::-moz-placeholder,
1756
+ .e-bigger textarea.e-input::-webkit-input-placeholder,
1757
+ textarea.e-bigger.e-input::-webkit-input-placeholder,
1758
+ .e-bigger textarea.e-input:-moz-placeholder,
1759
+ textarea.e-bigger.e-input:-moz-placeholder,
1760
+ .e-bigger textarea.e-input:-ms-input-placeholder,
1761
+ textarea.e-bigger.e-input:-ms-input-placeholder,
1762
+ .e-bigger textarea.e-input::-moz-placeholder,
1763
+ textarea.e-bigger.e-input::-moz-placeholder,
1764
+ .e-bigger textarea.e-input::-webkit-textarea-placeholder,
1765
+ textarea.e-bigger.e-input::-webkit-textarea-placeholder,
1766
+ .e-bigger textarea.e-input:-moz-placeholder,
1767
+ textarea.e-bigger.e-input:-moz-placeholder,
1768
+ .e-bigger textarea.e-input:-ms-textarea-placeholder,
1769
+ textarea.e-bigger.e-input:-ms-textarea-placeholder,
1770
+ .e-bigger textarea.e-input::-moz-placeholder,
1771
+ textarea.e-bigger.e-input::-moz-placeholder {
1772
+ font-size: 16px;
1773
+ font-style: normal;
1774
+ }
1775
+
1776
+ .e-small input.e-input::-webkit-input-placeholder,
1777
+ input.e-small.e-input::-webkit-input-placeholder,
1778
+ .e-small input.e-input:-moz-placeholder,
1779
+ input.e-small.e-input:-moz-placeholder,
1780
+ .e-small input.e-input:-ms-input-placeholder,
1781
+ input.e-small.e-input:-ms-input-placeholder,
1782
+ .e-small input.e-input::-moz-placeholder,
1783
+ input.e-small.e-input::-moz-placeholder,
1784
+ .e-small textarea.e-input::-webkit-input-placeholder,
1785
+ textarea.e-small.e-input::-webkit-input-placeholder,
1786
+ .e-small textarea.e-input:-moz-placeholder,
1787
+ textarea.e-small.e-input:-moz-placeholder,
1788
+ .e-small textarea.e-input:-ms-input-placeholder,
1789
+ textarea.e-small.e-input:-ms-input-placeholder,
1790
+ .e-small textarea.e-input::-moz-placeholder,
1791
+ textarea.e-small.e-input::-moz-placeholder,
1792
+ .e-small textarea.e-input::-webkit-textarea-placeholder,
1793
+ textarea.e-small.e-input::-webkit-textarea-placeholder,
1794
+ .e-small textarea.e-input:-moz-placeholder,
1795
+ textarea.e-small.e-input:-moz-placeholder,
1796
+ .e-small textarea.e-input:-ms-input-placeholder,
1797
+ textarea.e-small.e-input:-ms-input-placeholder,
1798
+ .e-small textarea.e-input::-moz-placeholder,
1799
+ textarea.e-small.e-input::-moz-placeholder {
1800
+ font-size: 12px;
1801
+ font-style: normal;
1802
+ }
1803
+
1804
+ .e-bigger input.e-small.e-input::-webkit-input-placeholder,
1805
+ .e-small input.e-bigger.e-input::-webkit-input-placeholder,
1806
+ .e-bigger input.e-small.e-input:-moz-placeholder,
1807
+ .e-small input.e-bigger.e-input:-moz-placeholder,
1808
+ .e-bigger input.e-small.e-input:-ms-input-placeholder,
1809
+ .e-small input.e-bigger.e-input:-ms-input-placeholder,
1810
+ .e-bigger input.e-small.e-input::-moz-placeholder,
1811
+ .e-small input.e-bigger.e-input::-moz-placeholder,
1812
+ .e-bigger textarea.e-small.e-input::-webkit-input-placeholder,
1813
+ .e-small textarea.e-bigger.e-input::-webkit-input-placeholder,
1814
+ .e-bigger textarea.e-small.e-input:-moz-placeholder,
1815
+ .e-small textarea.e-bigger.e-input:-moz-placeholder,
1816
+ .e-bigger intextareaput.e-small.e-input:-ms-input-placeholder,
1817
+ .e-small textarea.e-bigger.e-input:-ms-input-placeholder,
1818
+ .e-bigger textarea.e-small.e-input::-moz-placeholder,
1819
+ .e-small textarea.e-bigger.e-input::-moz-placeholder,
1820
+ .e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder,
1821
+ .e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder,
1822
+ .e-bigger textarea.e-small.e-input:-moz-placeholder,
1823
+ .e-small textarea.e-bigger.e-input:-moz-placeholder,
1824
+ .e-bigger textarea.e-small.e-input:-ms-input-placeholder,
1825
+ .e-small textarea.e-bigger.e-input:-ms-input-placeholder,
1826
+ .e-bigger textarea.e-small.e-input::-moz-placeholder,
1827
+ .e-small textarea.e-bigger.e-input::-moz-placeholder {
1828
+ font-size: 14px;
1829
+ font-style: normal;
1830
+ }
1831
+
1832
+ input.e-input:-moz-placeholder,
1833
+ textarea.e-input:-moz-placeholder,
1834
+ .e-input-group input.e-input:-moz-placeholder,
1835
+ .e-input-group textarea.e-input:-moz-placeholder,
1836
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
1837
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
1838
+ input.e-input:-moz-placeholder,
1839
+ .e-input-group input.e-input:-moz-placeholder,
1840
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
1841
+ textarea.e-input:-moz-placeholder,
1842
+ input.e-input::-moz-placeholder,
1843
+ textarea.e-input::-moz-placeholder,
1844
+ input.e-input::-webkit-input-placeholder,
1845
+ textarea.e-input::-webkit-input-placeholder {
1846
+ font-style: normal;
1847
+ -moz-user-select: none;
1848
+ user-select: none;
1849
+ }
1850
+
1851
+ input.e-input:-ms-input-placeholder,
1852
+ textarea.e-input:-ms-input-placeholder {
1853
+ font-style: normal;
1854
+ }
1855
+
1856
+ input.e-input,
1857
+ .e-input-group input,
1858
+ .e-input-group.e-control-wrapper input,
1859
+ .e-input-group input.e-input,
1860
+ .e-input-group.e-control-wrapper input.e-input {
1861
+ -webkit-box-sizing: border-box;
1862
+ box-sizing: border-box;
1863
+ height: 28px;
1864
+ }
1865
+
1866
+ .e-float-input:not(.e-input-group) input,
1867
+ .e-float-input.e-control-wrapper:not(.e-input-group) input {
1868
+ -webkit-box-sizing: border-box;
1869
+ box-sizing: border-box;
1870
+ height: 30px;
1871
+ }
1872
+
1873
+ input.e-input.e-bigger,
1874
+ .e-bigger input.e-input,
1875
+ .e-input-group.e-bigger input,
1876
+ .e-input-group.e-bigger input.e-input,
1877
+ .e-input-group.e-control-wrapper.e-bigger input,
1878
+ .e-input-group.e-control-wrapper.e-bigger input.e-input,
1879
+ .e-bigger .e-input-group input,
1880
+ .e-bigger .e-input-group input.e-input,
1881
+ .e-bigger .e-input-group.e-control-wrapper input,
1882
+ .e-bigger .e-input-group.e-control-wrapper input.e-input,
1883
+ .e-float-input.e-bigger input,
1884
+ .e-float-input.e-bigger input.e-input,
1885
+ .e-bigger .e-float-input input,
1886
+ .e-bigger .e-float-input input.e-input,
1887
+ .e-float-input.e-control-wrapper.e-bigger input,
1888
+ .e-float-input.e-control-wrapper.e-bigger input.e-input,
1889
+ .e-bigger .e-float-input.e-control-wrapper input,
1890
+ .e-bigger .e-float-input.e-control-wrapper input.e-input {
1891
+ -webkit-box-sizing: border-box;
1892
+ box-sizing: border-box;
1893
+ height: 36px;
1894
+ }
1895
+
1896
+ .e-float-input.e-bigger:not(.e-input-group) input,
1897
+ .e-float-input.e-bigger:not(.e-input-group) input.e-input,
1898
+ .e-bigger .e-float-input:not(.e-input-group) input,
1899
+ .e-bigger .e-float-input:not(.e-input-group) input.e-input,
1900
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input,
1901
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input,
1902
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,
1903
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
1904
+ -webkit-box-sizing: border-box;
1905
+ box-sizing: border-box;
1906
+ height: 38px;
1907
+ }
1908
+
1909
+ input.e-input.e-small,
1910
+ .e-input-group.e-small input,
1911
+ .e-input-group.e-small input.e-input,
1912
+ .e-small .e-input-group input,
1913
+ .e-small .e-input-group input.e-input,
1914
+ .e-input-group.e-control-wrapper.e-small input,
1915
+ .e-input-group.e-control-wrapper.e-small input.e-input,
1916
+ .e-small .e-input-group.e-control-wrapper input,
1917
+ .e-small .e-input-group.e-control-wrapper input.e-input,
1918
+ .e-float-input.e-small input,
1919
+ .e-float-input.e-small input.e-input,
1920
+ .e-small .e-float-input input,
1921
+ .e-small .e-float-input input.e-input,
1922
+ .e-float-input.e-control-wrapper.e-small input,
1923
+ .e-float-input.e-control-wrapper.e-small input.e-input,
1924
+ .e-small .e-float-input.e-control-wrapper input,
1925
+ .e-small .e-float-input.e-control-wrapper input.e-input {
1926
+ -webkit-box-sizing: border-box;
1927
+ box-sizing: border-box;
1928
+ height: 24px;
1929
+ }
1930
+
1931
+ .e-float-input.e-small:not(.e-input-group) input,
1932
+ .e-float-input.e-small:not(.e-input-group) input.e-input,
1933
+ .e-small .e-float-input:not(.e-input-group) input,
1934
+ .e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
1935
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
1936
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
1937
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
1938
+ -webkit-box-sizing: border-box;
1939
+ box-sizing: border-box;
1940
+ height: 26px;
1941
+ }
1942
+
1943
+ input.e-input.e-small.e-bigger,
1944
+ .e-input-group.e-bigger.e-small input,
1945
+ .e-input-group.e-bigger.e-small input.e-input,
1946
+ .e-bigger.e-small .e-input-group input,
1947
+ .e-bigger.e-small .e-input-group input.e-input,
1948
+ .e-input-group.e-control-wrapper.e-bigger.e-small input,
1949
+ .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input,
1950
+ .e-bigger.e-small .e-input-group.e-control-wrapper input,
1951
+ .e-bigger.e-small .e-input-group.e-control-wrapper input.e-input,
1952
+ .e-float-input.e-bigger.e-small input,
1953
+ .e-float-input.e-bigger.e-small input.e-input,
1954
+ .e-bigger.e-small .e-float-input input,
1955
+ .e-bigger.e-small .e-float-input input.e-input,
1956
+ .e-float-input.e-control-wrapper.e-bigger.e-small input,
1957
+ .e-float-input.e-control-wrapper.e-bigger.e-small input.e-input,
1958
+ .e-bigger.e-small .e-float-input.e-control-wrapper input,
1959
+ .e-bigger.e-small .e-float-input.e-control-wrapper input.e-input {
1960
+ -webkit-box-sizing: border-box;
1961
+ box-sizing: border-box;
1962
+ height: 32px;
1963
+ }
1964
+
1965
+ .e-float-input.e-bigger.e-small:not(.e-input-group) input,
1966
+ .e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input,
1967
+ .e-bigger.e-small .e-float-input:not(.e-input-group) input,
1968
+ .e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input,
1969
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input,
1970
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input,
1971
+ .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
1972
+ .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
1973
+ -webkit-box-sizing: border-box;
1974
+ box-sizing: border-box;
1975
+ height: 34px;
1976
+ }
1977
+
1978
+ textarea.e-input,
1979
+ .e-input-group textarea,
1980
+ .e-input-group.e-control-wrapper textarea,
1981
+ .e-float-input textarea,
1982
+ .e-float-input.e-control-wrapper textarea {
1983
+ -webkit-box-sizing: border-box;
1984
+ box-sizing: border-box;
1985
+ height: auto;
1986
+ }
1987
+
1988
+ .e-input-group textarea.e-input.e-bigger,
1989
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
1990
+ textarea.e-input.e-bigger,
1991
+ .e-input-group.e-bigger textarea,
1992
+ .e-input-group.e-bigger textarea.e-input,
1993
+ .e-bigger .e-input-group textarea,
1994
+ .e-bigger .e-input-group textarea.e-input,
1995
+ .e-input-group.e-control-wrapper.e-bigger textarea,
1996
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input,
1997
+ .e-bigger .e-input-group.e-control-wrapper textarea,
1998
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input,
1999
+ .e-float-input.e-bigger textarea,
2000
+ .e-float-input.e-bigger textarea.e-input,
2001
+ .e-bigger .e-float-input textarea,
2002
+ .e-bigger .e-float-input textarea.e-input,
2003
+ .e-float-input.e-control-wrapper.e-bigger textarea,
2004
+ .e-float-input.e-control-wrapper.e-bigger textarea.e-input,
2005
+ .e-bigger .e-float-input.e-control-wrapper textarea,
2006
+ .e-bigger .e-float-input.e-control-wrapper textarea.e-input {
2007
+ -webkit-box-sizing: border-box;
2008
+ box-sizing: border-box;
2009
+ height: auto;
2010
+ }
2011
+
2012
+ textarea.e-input.e-small,
2013
+ .e-input-group.e-small textarea,
2014
+ .e-input-group.e-small textarea.e-input,
2015
+ .e-small .e-input-group textarea,
2016
+ .e-small .e-input-group textarea.e-input,
2017
+ .e-input-group.e-control-wrapper.e-small textarea,
2018
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
2019
+ .e-small .e-input-group.e-control-wrapper textarea,
2020
+ .e-small .e-input-group.e-control-wrapper textarea.e-input,
2021
+ .e-float-input.e-small textarea,
2022
+ .e-float-input.e-small textarea.e-input,
2023
+ .e-small .e-float-input textarea,
2024
+ .e-small .e-float-input textarea.e-input,
2025
+ .e-float-input.e-control-wrapper.e-small textarea,
2026
+ .e-float-input.e-control-wrapper.e-small textarea.e-input,
2027
+ .e-small .e-float-input.e-control-wrapper textarea,
2028
+ .e-small .e-float-input.e-control-wrapper textarea.e-input {
2029
+ -webkit-box-sizing: border-box;
2030
+ box-sizing: border-box;
2031
+ height: auto;
2032
+ }
2033
+
2034
+ textarea.e-input.e-small.e-bigger,
2035
+ .e-input-group.e-bigger.e-small textarea,
2036
+ .e-input-group.e-bigger.e-small textarea.e-input,
2037
+ .e-bigger.e-small .e-input-group textarea,
2038
+ .e-bigger.e-small .e-input-group textarea.e-input,
2039
+ .e-input-group.e-control-wrapper.e-bigger.e-small textarea,
2040
+ .e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input,
2041
+ .e-bigger.e-small .e-input-group.e-control-wrapper textarea,
2042
+ .e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,
2043
+ .e-float-input.e-bigger.e-small textarea,
2044
+ .e-float-input.e-bigger.e-small textarea.e-input,
2045
+ .e-bigger.e-small .e-float-input textarea,
2046
+ .e-bigger.e-small .e-float-input textarea.e-input,
2047
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea,
2048
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input,
2049
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea,
2050
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input {
2051
+ -webkit-box-sizing: border-box;
2052
+ box-sizing: border-box;
2053
+ height: auto;
2054
+ }
2055
+
2056
+ input.e-input.e-bigger,
2057
+ .e-input-group input.e-input.e-bigger,
2058
+ .e-input-group input.e-input.e-bigger,
2059
+ .e-input-group.e-control-wrapper input.e-input.e-bigger,
2060
+ .e-input-group.e-control-wrapper input.e-input.e-bigger,
2061
+ .e-input-group.e-bigger .e-input,
2062
+ .e-input-group.e-control-wrapper.e-bigger .e-input,
2063
+ .e-bigger input.e-input,
2064
+ .e-bigger .e-input-group .e-input,
2065
+ .e-bigger .e-input-group.e-control-wrapper .e-input,
2066
+ .e-float-input.e-bigger input,
2067
+ .e-float-input input.e-bigger,
2068
+ .e-bigger .e-float-input input,
2069
+ .e-float-input.e-control-wrapper.e-bigger input,
2070
+ .e-float-input.e-control-wrapper input.e-bigger,
2071
+ .e-bigger .e-float-input.e-control-wrapper input {
2072
+ text-indent: 16px;
2073
+ }
2074
+
2075
+ input.e-input.e-small,
2076
+ .e-input-group input.e-input.e-small,
2077
+ .e-input-group.e-control-wrapper input.e-input.e-small,
2078
+ .e-input-group.e-small .e-input,
2079
+ .e-input-group.e-control-wrapper.e-small .e-input,
2080
+ .e-small input.e-input,
2081
+ .e-small .e-input-group .e-input,
2082
+ .e-small .e-input-group.e-control-wrapper .e-input,
2083
+ .e-float-input.e-small input,
2084
+ .e-float-input input.e-small,
2085
+ .e-small .e-float-input input,
2086
+ .e-float-input.e-control-wrapper.e-small input,
2087
+ .e-float-input.e-control-wrapper input.e-small,
2088
+ .e-small .e-float-input.e-control-wrapper input,
2089
+ textarea.e-input.e-small,
2090
+ .e-input-group textarea.e-input.e-small,
2091
+ .e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small,
2092
+ .e-small input.e-input,
2093
+ .e-float-input.e-small textarea,
2094
+ .e-float-input textarea.e-small,
2095
+ .e-small .e-float-input textarea,
2096
+ .e-float-input.e-control-wrapper.e-small textarea,
2097
+ .e-float-input.e-control-wrapper textarea.e-small,
2098
+ .e-small .e-float-input.e-control-wrapper textarea {
2099
+ text-indent: 8px;
2100
+ }
2101
+
2102
+ input.e-input,
2103
+ .e-input-group input.e-input,
2104
+ .e-input-group input,
2105
+ .e-input-group.e-control-wrapper input.e-input,
2106
+ .e-input-group.e-control-wrapper input,
2107
+ .e-float-input input.e-input,
2108
+ .e-float-input input,
2109
+ .e-float-input.e-control-wrapper input.e-input,
2110
+ .e-float-input.e-control-wrapper input,
2111
+ .e-input-group input.e-input:focus,
2112
+ .e-input-group.e-control-wrapper input.e-input:focus,
2113
+ .e-float-input.e-control-wrapper input:focus,
2114
+ .e-float-input input:focus,
2115
+ .e-input-group.e-input-focus input.e-input,
2116
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2117
+ .e-float-input.e-control-wrapper.e-input-focus input,
2118
+ .e-float-input.e-input-focus input,
2119
+ textarea.e-input,
2120
+ .e-input-group textarea.e-input,
2121
+ .e-input-group textarea,
2122
+ .e-input-group.e-control-wrapper textarea.e-input,
2123
+ .e-input-group.e-control-wrapper textarea,
2124
+ .e-float-input textarea.e-input,
2125
+ .e-float-input textarea,
2126
+ .e-float-input.e-control-wrapper textarea.e-input,
2127
+ .e-float-input.e-control-wrapper textarea,
2128
+ .e-input-group textarea.e-input:focus,
2129
+ .e-input-group.e-control-wrapper textarea.e-input:focus,
2130
+ .e-float-input.e-control-wrapper textarea:focus,
2131
+ .e-float-input textarea:focus {
2132
+ padding-left: 12px;
2133
+ text-indent: 0;
2134
+ }
2135
+
2136
+ input.e-input.e-rtl,
2137
+ .e-input-group.e-rtl input.e-input,
2138
+ .e-input-group.e-control-container.e-rtl input.e-control,
2139
+ .e-input-group.e-control-wrapper.e-rtl input.e-input,
2140
+ .e-float-input.e-rtl input,
2141
+ .e-float-input.e-control-wrapper.e-rtl input,
2142
+ .e-rtl .e-input-group input.e-input,
2143
+ .e-rtl .e-input-group.e-control-wrapper input.e-input,
2144
+ .e-rtl .e-float-input input,
2145
+ .e-rtl .e-float-input.e-control-wrapper input,
2146
+ .e-input-group.e-rtl input.e-input,
2147
+ .e-input-group.e-control-wrapper.e-rtl input.e-input,
2148
+ .e-float-input.e-rtl input,
2149
+ .e-float-input.e-control-wrapper.e-rtl input,
2150
+ .e-rtl .e-input-group input.e-input,
2151
+ .e-rtl .e-input-group.e-control-wrapper input.e-input,
2152
+ .e-rtl .e-float-input input,
2153
+ .e-rtl .e-float-input.e-control-wrapper input,
2154
+ .e-input-group.e-rtl input.e-input:focus,
2155
+ .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
2156
+ .e-float-input.e-rtl input:focus,
2157
+ .e-float-input.e-control-wrapper.e-rtl input:focus,
2158
+ .e-rtl .e-input-group input.e-input:focus,
2159
+ .e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
2160
+ .e-rtl .e-float-input input:focus,
2161
+ .e-rtl .e-float-input.e-control-wrapper input:focus,
2162
+ .e-input-group.e-rtl.e-input-focus input.e-input,
2163
+ .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
2164
+ .e-rtl .e-input-group.e-input-focus input.e-input,
2165
+ .e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2166
+ .e-float-input.e-rtl.e-input-focus input,
2167
+ .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
2168
+ .e-rtl .e-float-input.e-input-focus input,
2169
+ .e-rtl .e-float-input.e-control-wrapper.e-input-focus input {
2170
+ padding-left: 0;
2171
+ padding-right: 12px;
2172
+ text-indent: 0;
2173
+ }
2174
+
2175
+ textarea.e-input.e-rtl,
2176
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2177
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2178
+ .e-float-input:not(.e-outline).e-rtl textarea,
2179
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2180
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2181
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2182
+ .e-rtl .e-float-input:not(.e-outline) textarea,
2183
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2184
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2185
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2186
+ .e-float-input:not(.e-outline).e-rtl textarea,
2187
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2188
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2189
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2190
+ .e-rtl .e-float-input:not(.e-outline) textarea,
2191
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2192
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
2193
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
2194
+ .e-float-input:not(.e-outline).e-rtl textarea:focus,
2195
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
2196
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
2197
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
2198
+ .e-rtl .e-float-input:not(.e-outline) textarea:focus,
2199
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus {
2200
+ padding-right: 12px;
2201
+ text-indent: 0;
2202
+ }
2203
+
2204
+ input.e-input.e-small,
2205
+ .e-small input.e-input,
2206
+ .e-input-group.e-small input.e-input,
2207
+ .e-input-group.e-control-wrapper.e-small input.e-input,
2208
+ .e-float-input.e-small input,
2209
+ .e-float-input.e-control-wrapper input.e-small,
2210
+ .e-float-input.e-small input,
2211
+ .e-float-input.e-control-wrapper input.e-small,
2212
+ .e-input-group input.e-input.e-small,
2213
+ .e-input-group.e-control-wrapper input.e-input.e-small,
2214
+ .e-small .e-float-input input,
2215
+ .e-small .e-float-input.e-control-wrapper input,
2216
+ .e-small .e-input-group input.e-input,
2217
+ .e-small .e-input-group.e-control-wrapper input.e-input,
2218
+ .e-input-group.e-small input.e-input:focus,
2219
+ .e-input-group.e-control-wrapper.e-small input.e-input:focus,
2220
+ .e-float-input.e-small input:focus,
2221
+ .e-float-input.e-control-wrapper.e-small input:focus,
2222
+ .e-small .e-input-group.e-control-wrapper input.e-input:focus,
2223
+ .e-small .e-input-group input.e-input:focus,
2224
+ .e-small .e-float-input input:focus,
2225
+ .e-small .e-float-input.e-control-wrapper input:focus,
2226
+ .e-input-group.e-small.e-input-focus input.e-input,
2227
+ .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
2228
+ .e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2229
+ .e-small .e-input-group.e-input-focus input.e-input,
2230
+ .e-float-input.e-small.e-input-focus input,
2231
+ .e-float-input.e-control-wrapper.e-input-focus.e-small input,
2232
+ .e-small .e-float-input.e-input-focus input,
2233
+ .e-small .e-float-input.e-control-wrapper.e-input-focus input,
2234
+ textarea.e-input.e-small,
2235
+ .e-small textarea.e-input,
2236
+ .e-input-group.e-small textarea.e-input,
2237
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
2238
+ .e-float-input.e-control-wrapper.e-small textarea,
2239
+ .e-float-input.e-control-wrapper textarea.e-small,
2240
+ .e-float-input.e-small textarea,
2241
+ .e-float-input textarea.e-small,
2242
+ .e-input-group textarea.e-input.e-small,
2243
+ .e-input-group.e-control-wrapper textarea.e-input.e-small,
2244
+ .e-small .e-float-input.e-control-wrapper textarea,
2245
+ .e-small .e-float-input textarea,
2246
+ .e-small .e-input-group textarea.e-input,
2247
+ .e-small .e-input-group.e-control-wrapper textarea.e-input,
2248
+ .e-input-group.e-small textarea.e-input:focus,
2249
+ .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
2250
+ .e-float-input.e-small textarea:focus,
2251
+ .e-float-input.e-control-wrapper.e-small textarea:focus,
2252
+ .e-small .e-input-group textarea.e-input:focus,
2253
+ .e-small .e-input-group.e-control-wrapper textarea.e-input:focus,
2254
+ .e-small .e-float-input.e-control-wrapper textarea:focus,
2255
+ .e-small .e-float-input textarea:focus {
2256
+ padding-left: 8px;
2257
+ text-indent: 0;
2258
+ }
2259
+
2260
+ .e-rtl input.e-input.e-small,
2261
+ input.e-input.e-small.e-rtl,
2262
+ .e-small.e-rtl input.e-input,
2263
+ .e-small input.e-input.e-rtl,
2264
+ .e-float-input.e-control-wrapper.e-small.e-rtl input,
2265
+ .e-float-input.e-small.e-rtl input,
2266
+ .e-input-group.e-small.e-rtl input.e-input,
2267
+ .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
2268
+ .e-rtl .e-float-input.e-small input,
2269
+ .e-rtl .e-float-input.e-control-wrapper.e-small input,
2270
+ .e-rtl .e-input-group.e-small input.e-input,
2271
+ .e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
2272
+ .e-float-input.e-rtl input.e-small,
2273
+ .e-float-input.e-control-wrapper.e-rtl input.e-small,
2274
+ .e-input-group.e-rtl input.e-input.e-small,
2275
+ .e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,
2276
+ .e-rtl .e-float-input input.e-small,
2277
+ .e-rtl .e-float-input.e-control-wrapper input.e-small,
2278
+ .e-rtl .e-input-group input.e-input.e-small,
2279
+ .e-rtl .e-input-group.e-control-wrapper input.e-input.e-small,
2280
+ .e-small .e-float-input.e-rtl input,
2281
+ .e-small .e-float-input.e-control-wrapper.e-rtl input,
2282
+ .e-small .e-input-group.e-rtl input.e-input,
2283
+ .e-small .e-input-group.e-control-wrapper.e-rtl input.e-input,
2284
+ .e-small.e-rtl .e-float-input.e-control-wrapper input,
2285
+ .e-small.e-rtl .e-float-input input,
2286
+ .e-small.e-rtl .e-input-group.e-control-wrapper input.e-input,
2287
+ .e-small.e-rtl .e-input-group input.e-input,
2288
+ .e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
2289
+ .e-small.e-rtl .e-input-group input.e-input:focus,
2290
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:focus,
2291
+ .e-small.e-rtl .e-float-input input:focus,
2292
+ .e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
2293
+ .e-small .e-input-group.e-rtl input.e-input:focus,
2294
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:focus,
2295
+ .e-small .e-float-input.e-rtl input:focus,
2296
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2297
+ .e-small.e-rtl .e-input-group.e-input-focus input.e-input,
2298
+ .e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
2299
+ .e-small .e-input-group.e-rtl.e-input-focus input.e-input,
2300
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
2301
+ .e-small.e-rtl .e-float-input.e-input-focus input,
2302
+ .e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
2303
+ .e-small .e-float-input.e-rtl.e-input-focus input {
2304
+ padding-left: 0;
2305
+ padding-right: 8px;
2306
+ text-indent: 0;
2307
+ }
2308
+
2309
+ .e-rtl textarea.e-input.e-small,
2310
+ textarea.e-input.e-small.e-rtl,
2311
+ .e-small.e-rtl textarea.e-input,
2312
+ .e-small textarea.e-input.e-rtl,
2313
+ .e-float-input:not(.e-outline).e-small.e-rtl textarea,
2314
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
2315
+ .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
2316
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
2317
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
2318
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea,
2319
+ .e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
2320
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
2321
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small,
2322
+ .e-float-input:not(.e-outline).e-rtl textarea.e-small,
2323
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small,
2324
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small,
2325
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small,
2326
+ .e-rtl .e-float-input:not(.e-outline) textarea.e-small,
2327
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small,
2328
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small,
2329
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2330
+ .e-small .e-float-input:not(.e-outline).e-rtl textarea,
2331
+ .e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2332
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2333
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2334
+ .e-small.e-rtl .e-float-input:not(.e-outline) textarea,
2335
+ .e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2336
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2337
+ .e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
2338
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
2339
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
2340
+ .e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus,
2341
+ .e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
2342
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
2343
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
2344
+ .e-small .e-float-input:not(.e-outline).e-rtl textarea:focus {
2345
+ padding-right: 8px;
2346
+ text-indent: 0;
2347
+ }
2348
+
2349
+ input.e-input.e-bigger,
2350
+ .e-bigger input.e-input,
2351
+ .e-input-group.e-bigger input.e-input,
2352
+ .e-input-group.e-control-wrapper.e-bigger input.e-input,
2353
+ .e-float-input.e-control-wrapper.e-bigger input,
2354
+ .e-float-input.e-control-wrapper input.e-bigger,
2355
+ .e-float-input.e-bigger input,
2356
+ .e-float-input input.e-bigger,
2357
+ .e-input-group input.e-input.e-bigger,
2358
+ .e-input-group.e-control-wrapper input.e-input.e-bigger,
2359
+ .e-bigger .e-float-input.e-control-wrapper input,
2360
+ .e-bigger .e-float-input input,
2361
+ .e-bigger .e-input-group.e-control-wrapper input.e-input,
2362
+ .e-bigger .e-input-group input.e-input,
2363
+ .e-input-group.e-bigger input.e-input:focus,
2364
+ .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
2365
+ .e-float-input.e-control-wrapper.e-bigger input:focus,
2366
+ .e-float-input.e-bigger input:focus,
2367
+ .e-bigger .e-input-group input.e-input:focus,
2368
+ .e-bigger .e-input-group.e-control-wrapper input.e-input:focus,
2369
+ .e-bigger .e-float-input.e-control-wrapper input:focus,
2370
+ .e-bigger .e-float-input input:focus,
2371
+ .e-input-group.e-bigger.e-input-focus input.e-input,
2372
+ .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
2373
+ .e-bigger .e-input-group.e-input-focus input.e-input,
2374
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2375
+ .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
2376
+ .e-float-input.e-bigger.e-input-focus input,
2377
+ .e-bigger .e-float-input.e-control-wrapper.e-input-focus input,
2378
+ .e-bigger .e-float-input.e-input-focus input {
2379
+ padding-left: 16px;
2380
+ text-indent: 0;
2381
+ }
2382
+
2383
+ .e-rtl input.e-input.e-bigger,
2384
+ input.e-input.e-bigger.e-rtl,
2385
+ .e-bigger.e-rtl input.e-input,
2386
+ .e-bigger input.e-input.e-rtl,
2387
+ .e-float-input.e-control-wrapper.e-bigger.e-rtl input,
2388
+ .e-float-input.e-bigger.e-rtl input,
2389
+ .e-input-group.e-bigger.e-rtl input.e-input,
2390
+ .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input,
2391
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger input,
2392
+ .e-rtl .e-float-input.e-bigger input,
2393
+ .e-rtl .e-input-group.e-bigger input.e-input,
2394
+ .e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input,
2395
+ .e-float-input.e-control-wrapper.e-rtl input.e-bigger,
2396
+ .e-float-input.e-rtl input.e-bigger,
2397
+ .e-input-group.e-rtl input.e-input.e-bigger,
2398
+ .e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger,
2399
+ .e-rtl .e-float-input.e-control-wrapper input.e-bigger,
2400
+ .e-rtl .e-float-input input.e-bigger,
2401
+ .e-rtl .e-input-group input.e-input.e-bigger,
2402
+ .e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger,
2403
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl input,
2404
+ .e-bigger .e-float-input.e-rtl input,
2405
+ .e-bigger .e-input-group.e-rtl input.e-input,
2406
+ .e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input,
2407
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper input,
2408
+ .e-bigger.e-rtl .e-float-input input,
2409
+ .e-bigger.e-rtl .e-input-group input.e-input,
2410
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input,
2411
+ .e-bigger.e-rtl .e-input-group input.e-input:focus,
2412
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
2413
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus,
2414
+ .e-bigger.e-rtl .e-float-input input:focus,
2415
+ .e-bigger .e-input-group.e-rtl input.e-input:focus,
2416
+ .e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
2417
+ .e-bigger .e-float-input.e-rtl input:focus,
2418
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus,
2419
+ .e-bigger.e-rtl .e-input-group.e-input-focus input.e-input,
2420
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2421
+ .e-bigger .e-input-group.e-rtl.e-input-focus input.e-input,
2422
+ .e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
2423
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
2424
+ .e-bigger.e-rtl .e-float-input.e-input-focus input,
2425
+ .e-bigger .e-float-input.e-rtl.e-input-focus input,
2426
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input {
2427
+ padding-left: 0;
2428
+ padding-right: 16px;
2429
+ text-indent: 0;
2430
+ }
2431
+
2432
+ textarea.e-input.e-bigger,
2433
+ .e-bigger textarea.e-input,
2434
+ .e-input-group.e-bigger textarea.e-input,
2435
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input,
2436
+ .e-float-input.e-control-wrapper.e-bigger textarea,
2437
+ .e-float-input.e-control-wrapper textarea.e-bigger,
2438
+ .e-float-input.e-bigger textarea,
2439
+ .e-float-input textarea.e-bigger,
2440
+ .e-input-group textarea.e-input.e-bigger,
2441
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
2442
+ .e-bigger .e-float-input.e-control-wrapper textarea,
2443
+ .e-bigger .e-float-input textarea,
2444
+ .e-bigger .e-input-group textarea.e-input,
2445
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input,
2446
+ .e-input-group.e-bigger textarea.e-input:focus,
2447
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,
2448
+ .e-float-input.e-control-wrapper.e-bigger textarea:focus,
2449
+ .e-float-input.e-bigger textarea:focus,
2450
+ .e-bigger .e-input-group textarea.e-input:focus,
2451
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
2452
+ .e-bigger .e-float-input.e-control-wrapper textarea:focus,
2453
+ .e-bigger .e-float-input textarea:focus {
2454
+ padding-left: 16px;
2455
+ text-indent: 0;
2456
+ }
2457
+
2458
+ .e-rtl textarea.e-input.e-bigger,
2459
+ textarea.e-input.e-bigger.e-rtl,
2460
+ .e-bigger.e-rtl textarea.e-input,
2461
+ .e-bigger textarea.e-input.e-rtl,
2462
+ .e-float-input.e-control-wrapper:not(.e-outline).e-bigger.e-rtl textarea,
2463
+ .e-float-input:not(.e-outline).e-bigger.e-rtl textarea,
2464
+ .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input,
2465
+ .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input,
2466
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea,
2467
+ .e-rtl .e-float-input:not(.e-outline).e-bigger textarea,
2468
+ .e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input,
2469
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input,
2470
+ .e-float-input:not(.e-outline).e-rtl textarea.e-bigger,
2471
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger,
2472
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger,
2473
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger,
2474
+ .e-rtl .e-float-input:not(.e-outline) textarea.e-bigger,
2475
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger,
2476
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger,
2477
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger,
2478
+ .e-bigger .e-float-input:not(.e-outline).e-rtl textarea,
2479
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2480
+ .e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2481
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2482
+ .e-bigger.e-rtl .e-float-input:not(.e-outline) textarea,
2483
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2484
+ .e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2485
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2486
+ .e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
2487
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
2488
+ .e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus,
2489
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
2490
+ .e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
2491
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
2492
+ .e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus,
2493
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus {
2494
+ padding-right: 16px;
2495
+ text-indent: 0;
2496
+ }
2497
+
2498
+ input.e-input.e-bigger.e-small,
2499
+ .e-bigger input.e-input.e-small,
2500
+ .e-input-group.e-small.e-bigger input.e-input,
2501
+ .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,
2502
+ .e-input-group.e-small input.e-input.e-bigger,
2503
+ .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,
2504
+ .e-bigger .e-input-group.e-small input.e-input,
2505
+ .e-bigger .e-input-group.e-control-wrapper.e-small input.e-input,
2506
+ .e-float-input.e-small.e-bigger input,
2507
+ .e-float-input.e-small input.e-bigger,
2508
+ .e-bigger .e-float-input.e-small input,
2509
+ .e-float-input.e-control-wrapper.e-small.e-bigger input,
2510
+ .e-float-input.e-control-wrapper.e-small input.e-bigger,
2511
+ .e-bigger .e-float-input.e-control-wrapper.e-small input,
2512
+ .e-bigger .e-input-group.e-small input.e-input:focus,
2513
+ .e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus,
2514
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:focus,
2515
+ .e-bigger .e-float-input.e-small input:focus,
2516
+ .e-small .e-input-group.e-bigger input.e-input:focus,
2517
+ .e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
2518
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:focus,
2519
+ .e-small .e-float-input.e-bigger input:focus,
2520
+ .e-input-group.e-bigger.e-small input.e-input:focus,
2521
+ .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,
2522
+ .e-float-input.e-control-wrapper.e-bigger.e-small input:focus,
2523
+ .e-float-input.e-bigger.e-small input:focus,
2524
+ .e-bigger .e-input-group.e-small.e-input-focus input.e-input,
2525
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
2526
+ .e-small .e-input-group.e-bigger.e-input-focus input.e-input,
2527
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
2528
+ .e-input-group.e-bigger.e-small.e-input-focus input.e-input,
2529
+ .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input,
2530
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input,
2531
+ .e-bigger .e-float-input.e-small.e-input-focus input,
2532
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
2533
+ .e-small .e-float-input.e-bigger.e-input-focus input,
2534
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,
2535
+ .e-float-input.e-bigger.e-small.e-input-focus input,
2536
+ textarea.e-input.e-bigger.e-small,
2537
+ .e-bigger textarea.e-input.e-small,
2538
+ .e-input-group.e-small.e-bigger textarea.e-input,
2539
+ .e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,
2540
+ .e-input-group.e-small textarea.e-input.e-bigger,
2541
+ .e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,
2542
+ .e-bigger .e-input-group.e-small textarea.e-input,
2543
+ .e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,
2544
+ .e-float-input.e-small.e-bigger textarea,
2545
+ .e-float-input.e-small textarea.e-bigger,
2546
+ .e-bigger .e-float-input.e-small textarea,
2547
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea,
2548
+ .e-float-input.e-control-wrapper.e-small textarea.e-bigger,
2549
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea,
2550
+ .e-bigger .e-input-group.e-small textarea.e-input:focus,
2551
+ .e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
2552
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus,
2553
+ .e-bigger .e-float-input.e-small textarea:focus,
2554
+ .e-small .e-input-group.e-bigger textarea.e-input:focus,
2555
+ .e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,
2556
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus,
2557
+ .e-small .e-float-input.e-bigger textarea:focus,
2558
+ .e-input-group.e-bigger.e-small textarea.e-input:focus,
2559
+ .e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus,
2560
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus,
2561
+ .e-float-input.e-bigger.e-small textarea:focus {
2562
+ padding-left: 14px;
2563
+ text-indent: 0;
2564
+ }
2565
+
2566
+ .e-bigger input.e-input.e-small.e-rtl,
2567
+ .e-input-group.e-small.e-bigger.e-rtl input.e-input,
2568
+ .e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input,
2569
+ .e-input-group.e-small.e-rtl input.e-input.e-bigger,
2570
+ .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger,
2571
+ .e-bigger .e-input-group.e-small.e-rtl input.e-input,
2572
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
2573
+ .e-float-input.e-small.e-bigger.e-rtl input,
2574
+ .e-float-input.e-small.e-rtl input.e-bigger,
2575
+ .e-bigger .e-float-input.e-small.e-rtl input,
2576
+ .e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input,
2577
+ .e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger,
2578
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input,
2579
+ .e-bigger.e-rtl input.e-input.e-small,
2580
+ .e-rtl .e-input-group.e-small.e-bigger input.e-input,
2581
+ .e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,
2582
+ .e-rtl .e-input-group.e-small input.e-input.e-bigger,
2583
+ .e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,
2584
+ .e-bigger.e-rtl .e-input-group.e-small input.e-input,
2585
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
2586
+ .e-rtl .e-float-input.e-control-wrapper.e-small.e-bigger input,
2587
+ .e-rtl .e-float-input.e-control-wrapper.e-small input.e-bigger,
2588
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input,
2589
+ .e-rtl .e-float-input.e-small.e-bigger input,
2590
+ .e-rtl .e-float-input.e-small input.e-bigger,
2591
+ .e-bigger.e-rtl .e-float-input.e-small input,
2592
+ .e-bigger .e-input-group.e-small.e-rtl input.e-input:focus,
2593
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus,
2594
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus,
2595
+ .e-bigger .e-float-input.e-small.e-rtl input:focus,
2596
+ .e-small .e-input-group.e-bigger.e-rtl input.e-input:focus,
2597
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus,
2598
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus,
2599
+ .e-small .e-float-input.e-bigger.e-rtl input:focus,
2600
+ .e-input-group.e-bigger.e-small.e-rtl input.e-input:focus,
2601
+ .e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus,
2602
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus,
2603
+ .e-float-input.e-bigger.e-small.e-rtl input:focus,
2604
+ .e-bigger.e-rtl .e-input-group.e-small input.e-input:focus,
2605
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus,
2606
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus,
2607
+ .e-bigger.e-rtl .e-float-input.e-small input:focus,
2608
+ .e-small.e-rtl .e-input-group.e-bigger input.e-input:focus,
2609
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
2610
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus,
2611
+ .e-small.e-rtl .e-float-input.e-bigger input:focus,
2612
+ .e-rtl .e-input-group.e-bigger.e-small input.e-input:focus,
2613
+ .e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,
2614
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus,
2615
+ .e-rtl .e-float-input.e-bigger.e-small input:focus,
2616
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input,
2617
+ .e-bigger .e-float-input.e-small.e-rtl.e-input-focus input,
2618
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input,
2619
+ .e-small .e-float-input.e-bigger.e-rtl.e-input-focus input,
2620
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input,
2621
+ .e-float-input.e-bigger.e-small.e-rtl.e-input-focus input,
2622
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input,
2623
+ .e-bigger.e-rtl .e-float-input.e-small.e-input-focus input,
2624
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
2625
+ .e-small.e-rtl .e-float-input.e-bigger.e-input-focus input,
2626
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,
2627
+ .e-rtl .e-float-input.e-bigger.e-small.e-input-focus input,
2628
+ .e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input,
2629
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input,
2630
+ .e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input,
2631
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input,
2632
+ .e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input,
2633
+ .e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input,
2634
+ .e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input,
2635
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
2636
+ .e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input,
2637
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
2638
+ .e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input,
2639
+ .e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input {
2640
+ padding-left: 0;
2641
+ padding-right: 14px;
2642
+ text-indent: 0;
2643
+ }
2644
+
2645
+ .e-bigger .e-input-group.e-small textarea.e-input:focus,
2646
+ .e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
2647
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus,
2648
+ .e-bigger .e-float-input.e-small textarea:focus,
2649
+ .e-small .e-input-group.e-bigger textarea.e-input:focus,
2650
+ .e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,
2651
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus,
2652
+ .e-small .e-float-input.e-bigger textarea:focus,
2653
+ .e-input-group.e-bigger.e-small textarea.e-input:focus,
2654
+ .e-input-group.e-bigger textarea.e-input:focus,
2655
+ .e-input-group.e-small textarea.e-input:focus,
2656
+ .e-input-group textarea.e-input:focus,
2657
+ .e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus,
2658
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus,
2659
+ .e-float-input.e-bigger.e-small textarea:focus {
2660
+ -webkit-box-shadow: 0 0 0 1px #22d3ee;
2661
+ box-shadow: 0 0 0 1px #22d3ee;
2662
+ }
2663
+
2664
+ .e-bigger textarea.e-input.e-small.e-rtl,
2665
+ .e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input,
2666
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input,
2667
+ .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger,
2668
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger,
2669
+ .e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
2670
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
2671
+ .e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea,
2672
+ .e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger,
2673
+ .e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea,
2674
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea,
2675
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger,
2676
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
2677
+ .e-bigger.e-rtl textarea.e-input.e-small,
2678
+ .e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input,
2679
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input,
2680
+ .e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger,
2681
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger,
2682
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
2683
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
2684
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea,
2685
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,
2686
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
2687
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea,
2688
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,
2689
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea,
2690
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea,
2691
+ .e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus,
2692
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus,
2693
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus,
2694
+ .e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus,
2695
+ .e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus,
2696
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus,
2697
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus,
2698
+ .e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus,
2699
+ .e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus,
2700
+ .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus,
2701
+ .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus,
2702
+ .e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus,
2703
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus,
2704
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus,
2705
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus,
2706
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus,
2707
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus,
2708
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input:focus,
2709
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus,
2710
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus,
2711
+ .e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus,
2712
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus,
2713
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus,
2714
+ .e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus {
2715
+ padding-right: 14px;
2716
+ text-indent: 0;
2717
+ }
2718
+
2719
+ .e-float-input .e-clear-icon,
2720
+ .e-float-input.e-control-wrapper .e-clear-icon,
2721
+ .e-input-group .e-clear-icon,
2722
+ .e-input-group.e-control-wrapper .e-clear-icon {
2723
+ background: transparent;
2724
+ border: 0;
2725
+ cursor: pointer;
2726
+ display: -webkit-box;
2727
+ display: -ms-flexbox;
2728
+ display: flex;
2729
+ -webkit-box-orient: vertical;
2730
+ -webkit-box-direction: normal;
2731
+ -ms-flex-direction: column;
2732
+ flex-direction: column;
2733
+ -webkit-box-pack: center;
2734
+ -ms-flex-pack: center;
2735
+ justify-content: center;
2736
+ line-height: 1;
2737
+ min-width: 24px;
2738
+ outline: none;
2739
+ padding: 0;
2740
+ text-align: center;
2741
+ }
2742
+
2743
+ .e-float-input .e-clear-icon::before,
2744
+ .e-float-input.e-control-wrapper .e-clear-icon::before,
2745
+ .e-input-group .e-clear-icon::before,
2746
+ .e-input-group.e-control-wrapper .e-clear-icon::before {
2747
+ font-size: 18px;
2748
+ padding: 0;
2749
+ text-align: center;
2750
+ vertical-align: middle;
2751
+ }
2752
+
2753
+ .e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide,
2754
+ .e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide,
2755
+ .e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
2756
+ .e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
2757
+ cursor: pointer;
2758
+ display: -webkit-box;
2759
+ display: -ms-flexbox;
2760
+ display: flex;
2761
+ }
2762
+
2763
+ .e-float-input.e-small.e-bigger .e-clear-icon,
2764
+ .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2765
+ .e-input-group.e-small.e-bigger .e-clear-icon,
2766
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2767
+ .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon,
2768
+ .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon,
2769
+ .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon,
2770
+ .e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon,
2771
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon,
2772
+ .e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon,
2773
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon,
2774
+ .e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon {
2775
+ padding-bottom: 0;
2776
+ }
2777
+
2778
+ .e-float-input.e-small .e-clear-icon::before,
2779
+ .e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
2780
+ .e-input-group.e-small .e-clear-icon::before,
2781
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
2782
+ .e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
2783
+ .e-small .e-float-input.e-control-wrapper .e-clear-icon::before,
2784
+ .e-float-input input.e-small:first-child ~ .e-clear-icon::before,
2785
+ .e-small .e-float-input .e-clear-icon::before,
2786
+ .e-small .e-input-group .e-clear-icon::before,
2787
+ .e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
2788
+ font-size: 16px;
2789
+ }
2790
+
2791
+ .e-float-input.e-bigger .e-clear-icon::before,
2792
+ .e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before,
2793
+ .e-input-group.e-bigger .e-clear-icon::before,
2794
+ .e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before,
2795
+ .e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before,
2796
+ .e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
2797
+ .e-float-input input.e-bigger:first-child ~ .e-clear-icon::before,
2798
+ .e-bigger .e-float-input .e-clear-icon::before,
2799
+ .e-bigger .e-input-group .e-clear-icon::before,
2800
+ .e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before {
2801
+ font-size: 22px;
2802
+ }
2803
+
2804
+ .e-float-input.e-small.e-bigger .e-clear-icon::before,
2805
+ .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
2806
+ .e-input-group.e-small.e-bigger .e-clear-icon::before,
2807
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
2808
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
2809
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
2810
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
2811
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
2812
+ .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
2813
+ .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
2814
+ .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
2815
+ .e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
2816
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
2817
+ .e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before,
2818
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
2819
+ .e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before {
2820
+ font-size: 20px;
2821
+ }
2822
+
2823
+ .e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
2824
+ .e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
2825
+ cursor: pointer;
2826
+ }
2827
+
2828
+ .e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
2829
+ .e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
2830
+ .e-float-input input[readonly]:first-child ~ .e-clear-icon,
2831
+ .e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon,
2832
+ .e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide,
2833
+ .e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
2834
+ .e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
2835
+ .e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide {
2836
+ cursor: auto;
2837
+ }
2838
+
2839
+ .e-input-group .e-clear-icon,
2840
+ .e-input-group.e-control-wrapper .e-clear-icon {
2841
+ min-height: 0;
2842
+ min-width: 32px;
2843
+ padding-bottom: 0;
2844
+ padding-left: 0;
2845
+ padding-right: 0;
2846
+ padding-top: 0;
2847
+ }
2848
+
2849
+ .e-float-input.e-input-group .e-clear-icon,
2850
+ .e-float-input.e-input-group.e-control-wrapper .e-clear-icon {
2851
+ padding-right: 0;
2852
+ padding-top: 0;
2853
+ }
2854
+
2855
+ .e-input-group.e-bigger .e-clear-icon,
2856
+ .e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
2857
+ .e-input-group .e-clear-icon.e-bigger,
2858
+ .e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
2859
+ .e-bigger .e-input-group .e-clear-icon,
2860
+ .e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2861
+ min-width: 38px;
2862
+ min-height: 0;
2863
+ padding-bottom: 0;
2864
+ padding-right: 0;
2865
+ padding-top: 0;
2866
+ }
2867
+
2868
+ .e-input-group.e-float-input.e-bigger .e-clear-icon,
2869
+ .e-input-group.e-float-input .e-clear-icon.e-bigger,
2870
+ .e-bigger .e-input-group.e-float-input .e-clear-icon,
2871
+ .e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon,
2872
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger,
2873
+ .e-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
2874
+ padding-right: 0;
2875
+ padding-top: 0;
2876
+ }
2877
+
2878
+ .e-input-group.e-small .e-clear-icon,
2879
+ .e-input-group .e-clear-icon.e-small,
2880
+ .e-small.e-bigger .e-input-group .e-clear-icon,
2881
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
2882
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
2883
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2884
+ min-height: 0;
2885
+ min-width: 38px;
2886
+ padding-bottom: 0;
2887
+ padding-right: 0;
2888
+ padding-top: 0;
2889
+ }
2890
+
2891
+ .e-input-group.e-small.e-bigger .e-clear-icon,
2892
+ .e-input-group.e-small .e-clear-icon.e-bigger,
2893
+ .e-bigger .e-input-group.e-small .e-clear-icon,
2894
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2895
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,
2896
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon {
2897
+ min-height: 0;
2898
+ min-width: 34px;
2899
+ padding-bottom: 0;
2900
+ padding-right: 0;
2901
+ padding-top: 0;
2902
+ }
2903
+
2904
+ .e-input-group.e-float-input.e-small.e-bigger .e-clear-icon,
2905
+ .e-input-group.e-float-input.e-small .e-clear-icon.e-bigger,
2906
+ .e-bigger .e-input-group.e-float-input.e-small .e-clear-icon,
2907
+ .e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,
2908
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,
2909
+ .e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
2910
+ .e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2911
+ .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger,
2912
+ .e-bigger .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
2913
+ .e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,
2914
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,
2915
+ .e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon {
2916
+ padding-right: 0;
2917
+ padding-top: 0;
2918
+ }
2919
+
2920
+ .e-input-group.e-small .e-clear-icon,
2921
+ .e-input-group .e-clear-icon.e-small,
2922
+ .e-small .e-input-group .e-clear-icon,
2923
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
2924
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
2925
+ .e-small .e-input-group.e-control-wrapper .e-clear-icon {
2926
+ min-height: 24px;
2927
+ min-width: 24px;
2928
+ padding-bottom: 0;
2929
+ padding-right: 0;
2930
+ padding-top: 0;
2931
+ }
2932
+
2933
+ .e-input-group.e-float-input.e-small .e-clear-icon,
2934
+ .e-input-group.e-float-input .e-clear-icon.e-small,
2935
+ .e-small .e-input-group.e-float-input .e-clear-icon,
2936
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
2937
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
2938
+ .e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon,
2939
+ .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
2940
+ .e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,
2941
+ .e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon,
2942
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
2943
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
2944
+ .e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
2945
+ padding-right: 0;
2946
+ padding-top: 0;
2947
+ }
2948
+
2949
+ .e-input:not(:valid),
2950
+ .e-input:valid,
2951
+ .e-float-input.e-control-wrapper input:not(:valid),
2952
+ .e-float-input.e-control-wrapper input:valid,
2953
+ .e-float-input input:not(:valid),
2954
+ .e-float-input input:valid,
2955
+ .e-input-group input:not(:valid),
2956
+ .e-input-group input:valid,
2957
+ .e-input-group.e-control-wrapper input:not(:valid),
2958
+ .e-input-group.e-control-wrapper input:valid,
2959
+ .e-float-input.e-control-wrapper textarea:not(:valid),
2960
+ .e-float-input.e-control-wrapper textarea:valid,
2961
+ .e-float-input textarea:not(:valid),
2962
+ .e-float-input textarea:valid,
2963
+ .e-input-group.e-control-wrapper textarea:not(:valid),
2964
+ .e-input-group.e-control-wrapper textarea:valid,
2965
+ .e-input-group textarea:not(:valid),
2966
+ .e-input-group textarea:valid {
2967
+ -webkit-box-shadow: none;
2968
+ box-shadow: none;
2969
+ }
2970
+
2971
+ .e-input-group .e-input-in-wrap,
2972
+ .e-input-group.e-control-wrapper .e-input-in-wrap,
2973
+ .e-float-input .e-input-in-wrap,
2974
+ .e-float-input.e-control-wrapper .e-input-in-wrap {
2975
+ width: 100%;
2976
+ display: -webkit-box;
2977
+ display: -ms-flexbox;
2978
+ display: flex;
2979
+ position: relative;
2980
+ }
2981
+
2982
+ .e-float-input .e-input-in-wrap label.e-float-text,
2983
+ .e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text {
2984
+ right: 0;
2985
+ overflow: hidden;
2986
+ text-overflow: ellipsis;
2987
+ vertical-align: middle;
2988
+ white-space: nowrap;
2989
+ }
2990
+
2991
+ .e-float-input textarea:focus ~ label.e-float-text,
2992
+ .e-float-input textarea:valid ~ label.e-float-text,
2993
+ .e-float-input textarea ~ label.e-label-top.e-float-text,
2994
+ .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
2995
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
2996
+ .e-float-input textarea label.e-float-text.e-label-top,
2997
+ .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
2998
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
2999
+ .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
3000
+ .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
3001
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3002
+ .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
3003
+ font-size: 12px;
3004
+ font-weight: 500;
3005
+ padding-right: 0;
3006
+ -webkit-transform: translate3d(-10px, -33px, 0) scale(1);
3007
+ transform: translate3d(-10px, -33px, 0) scale(1);
3008
+ }
3009
+
3010
+ .e-float-input.e-bigger textarea:focus ~ label.e-float-text,
3011
+ .e-float-input.e-bigger textarea:valid ~ label.e-float-text,
3012
+ .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
3013
+ .e-bigger .e-float-input textarea:focus ~ label.e-float-text,
3014
+ .e-bigger .e-float-input textarea:valid ~ label.e-float-text,
3015
+ .e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text,
3016
+ .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
3017
+ .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
3018
+ .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
3019
+ .e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
3020
+ .e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
3021
+ .e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
3022
+ font-size: 14px;
3023
+ top: 12px;
3024
+ }
3025
+
3026
+ .e-float-input.e-small textarea:focus ~ label.e-float-text,
3027
+ .e-float-input.e-small textarea:valid ~ label.e-float-text,
3028
+ .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
3029
+ .e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
3030
+ .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
3031
+ .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
3032
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
3033
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
3034
+ font-size: 10px;
3035
+ top: 16px;
3036
+ }
3037
+
3038
+ .e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text,
3039
+ .e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text,
3040
+ .e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
3041
+ .e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text,
3042
+ .e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text,
3043
+ .e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
3044
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text,
3045
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text,
3046
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
3047
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
3048
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
3049
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text {
3050
+ font-size: 12px;
3051
+ top: 15px;
3052
+ }
3053
+
3054
+ .e-float-input textarea ~ .e-float-text,
3055
+ .e-float-input.e-control-wrapper textarea ~ .e-float-text {
3056
+ top: 13px;
3057
+ }
3058
+
3059
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3060
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3061
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3062
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3063
+ font-size: 12px;
3064
+ }
3065
+
3066
+ .e-float-input.e-bigger textarea ~ label.e-float-text,
3067
+ .e-float-input textarea ~ label.e-float-text.e-bigger,
3068
+ .e-float-input textarea.e-bigger ~ label.e-float-text,
3069
+ .e-bigger .e-float-input textarea ~ label.e-float-text,
3070
+ .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3071
+ .e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3072
+ .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text,
3073
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger,
3074
+ .e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text,
3075
+ .e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-float-text,
3076
+ .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3077
+ .e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3078
+ font-size: 16px;
3079
+ top: -11px;
3080
+ }
3081
+
3082
+ .e-float-input.e-small textarea ~ label.e-float-text,
3083
+ .e-float-input textarea ~ label.e-float-text.e-small,
3084
+ .e-float-input textarea.e-small ~ label.e-float-text,
3085
+ .e-small .e-float-input textarea ~ label.e-float-text,
3086
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
3087
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
3088
+ .e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
3089
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text {
3090
+ font-size: 12px;
3091
+ top: 15px;
3092
+ }
3093
+
3094
+ .e-input-group:hover:not(.e-disabled),
3095
+ .e-input-group.e-control-wrapper:hover:not(.e-disabled),
3096
+ .e-float-input:hover:not(.e-disabled),
3097
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3098
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3099
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3100
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3101
+ .e-float-input.e-control-wrapper:hover:not(.e-disabled),
3102
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3103
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3104
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3105
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
3106
+ border-bottom-width: 1px;
3107
+ }
3108
+
3109
+ .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3110
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3111
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3112
+ font-size: 12px;
3113
+ -webkit-user-select: text;
3114
+ user-select: text;
3115
+ }
3116
+
3117
+ .e-bigger .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3118
+ .e-bigger.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3119
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3120
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3121
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3122
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3123
+ font-size: 14px;
3124
+ font-weight: 500;
3125
+ padding-right: 0;
3126
+ -webkit-transform: translate3d(-10px, -40px, 0) scale(1);
3127
+ transform: translate3d(-10px, -40px, 0) scale(1);
3128
+ -webkit-user-select: text;
3129
+ user-select: text;
3130
+ }
3131
+
3132
+ .e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3133
+ .e-small.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3134
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3135
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3136
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3137
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3138
+ font-size: 10px;
3139
+ -webkit-user-select: text;
3140
+ user-select: text;
3141
+ }
3142
+
3143
+ .e-bigger .e-float-input.e-small:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3144
+ .e-bigger.e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3145
+ .e-float-input.e-bigger.e-small:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3146
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3147
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3148
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3149
+ .e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3150
+ .e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3151
+ .e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3152
+ .e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3153
+ font-size: 12px;
3154
+ -webkit-user-select: text;
3155
+ user-select: text;
3156
+ }
3157
+
3158
+ .e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3159
+ .e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3160
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3161
+ .e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3162
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3163
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3164
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3165
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3166
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3167
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3168
+ font-size: 12px;
3169
+ font-style: normal;
3170
+ }
3171
+
3172
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3173
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3174
+ font-size: 14px;
3175
+ font-style: normal;
3176
+ font-weight: normal;
3177
+ left: 0;
3178
+ overflow: hidden;
3179
+ padding-left: 10px;
3180
+ pointer-events: none;
3181
+ position: absolute;
3182
+ text-overflow: ellipsis;
3183
+ top: -11px;
3184
+ -webkit-transform: translate3d(0, 16px, 0) scale(1);
3185
+ transform: translate3d(0, 16px, 0) scale(1);
3186
+ -webkit-transform-origin: left top;
3187
+ transform-origin: left top;
3188
+ -webkit-transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
3189
+ transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
3190
+ -webkit-user-select: none;
3191
+ -moz-user-select: none;
3192
+ -ms-user-select: none;
3193
+ user-select: none;
3194
+ white-space: nowrap;
3195
+ width: 100%;
3196
+ }
3197
+
3198
+ .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3199
+ .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3200
+ .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3201
+ font-size: 12px;
3202
+ font-weight: 500;
3203
+ padding-right: 0;
3204
+ -webkit-transform: translate3d(-10px, -40px, 0) scale(1);
3205
+ transform: translate3d(-10px, -40px, 0) scale(1);
3206
+ -webkit-user-select: text;
3207
+ user-select: text;
3208
+ }
3209
+
3210
+ .e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3211
+ .e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3212
+ .e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3213
+ .e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3214
+ .e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3215
+ .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3216
+ font-size: 10px;
3217
+ -webkit-user-select: text;
3218
+ user-select: text;
3219
+ }
3220
+
3221
+ .e-bigger .e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
3222
+ .e-bigger.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3223
+ .e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text,
3224
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3225
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3226
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3227
+ .e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3228
+ .e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3229
+ .e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3230
+ .e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3231
+ font-size: 12px;
3232
+ -webkit-user-select: text;
3233
+ user-select: text;
3234
+ }
3235
+
3236
+ .e-bigger .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3237
+ .e-bigger.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3238
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3239
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3240
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3241
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3242
+ font-size: 14px;
3243
+ -webkit-user-select: text;
3244
+ user-select: text;
3245
+ }
3246
+
3247
+ .e-float-input.e-bigger textarea:focus ~ label.e-float-text,
3248
+ .e-float-input.e-bigger textarea:valid ~ label.e-float-text,
3249
+ .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
3250
+ .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3251
+ .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3252
+ .e-float-input.e-bigger textarea label.e-float-text.e-label-top,
3253
+ .e-bigger .e-float-input textarea:focus ~ label.e-float-text,
3254
+ .e-bigger .e-float-input textarea:valid ~ label.e-float-text,
3255
+ .e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text,
3256
+ .e-bigger .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
3257
+ .e-bigger .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
3258
+ .e-bigger .e-float-input textarea label.e-float-text.e-label-top,
3259
+ .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
3260
+ .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
3261
+ .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
3262
+ .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3263
+ .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3264
+ .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top,
3265
+ .e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
3266
+ .e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
3267
+ .e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
3268
+ .e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
3269
+ .e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3270
+ .e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
3271
+ font-weight: 500;
3272
+ padding-right: 0;
3273
+ -webkit-transform: translate3d(-10px, -35px, 0) scale(1);
3274
+ transform: translate3d(-10px, -35px, 0) scale(1);
3275
+ }
3276
+
3277
+ .e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text,
3278
+ .e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text,
3279
+ .e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
3280
+ .e-float-input.e-small.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3281
+ .e-float-input.e-small.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3282
+ .e-float-input.e-small.e-bigger textarea label.e-float-text.e-label-top,
3283
+ .e-bigger.e-small .e-float-input textarea:focus ~ label.e-float-text,
3284
+ .e-bigger.e-small .e-float-input textarea:valid ~ label.e-float-text,
3285
+ .e-bigger.e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
3286
+ .e-bigger.e-small .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
3287
+ .e-bigger.e-small .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
3288
+ .e-bigger.e-small .e-float-input textarea label.e-float-text.e-label-top,
3289
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text,
3290
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text,
3291
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
3292
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3293
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3294
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,
3295
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
3296
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
3297
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
3298
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
3299
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3300
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
3301
+ font-weight: 500;
3302
+ padding-right: 0;
3303
+ -webkit-transform: translate3d(-10px, -33px, 0) scale(1);
3304
+ transform: translate3d(-10px, -33px, 0) scale(1);
3305
+ }
3306
+
3307
+ .e-float-input.e-small textarea:focus ~ label.e-float-text,
3308
+ .e-float-input.e-small textarea:valid ~ label.e-float-text,
3309
+ .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
3310
+ .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3311
+ .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3312
+ .e-float-input.e-small textarea label.e-float-text.e-label-top,
3313
+ .e-small .e-float-input textarea:focus ~ label.e-float-text,
3314
+ .e-small .e-float-input textarea:valid ~ label.e-float-text,
3315
+ .e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
3316
+ .e-small .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
3317
+ .e-small .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
3318
+ .e-small .e-float-input textarea label.e-float-text.e-label-top,
3319
+ .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
3320
+ .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
3321
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
3322
+ .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3323
+ .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3324
+ .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
3325
+ .e-small .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
3326
+ .e-small .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
3327
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
3328
+ .e-small .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
3329
+ .e-small .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3330
+ .e-small .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
3331
+ font-weight: 500;
3332
+ padding-right: 0;
3333
+ -webkit-transform: translate3d(-10px, -31px, 0) scale(1);
3334
+ transform: translate3d(-10px, -31px, 0) scale(1);
3335
+ }
3336
+
3337
+ .e-float-input textarea[disabled],
3338
+ .e-float-input textarea.e-disabled,
3339
+ .e-float-input.e-control-wrapper textarea[disabled],
3340
+ .e-float-input.e-control-wrapper textarea.e-disabled {
3341
+ border-color: #9ca3af;
3342
+ border-style: solid;
3343
+ }
3344
+
3345
+ .e-float-input textarea[disabled],
3346
+ .e-float-input textarea.e-disabled,
3347
+ .e-float-input.e-control-wrapper textarea[disabled],
3348
+ .e-float-input.e-control-wrapper textarea.e-disabled {
3349
+ background: transparent;
3350
+ background-image: none;
3351
+ cursor: not-allowed;
3352
+ }
3353
+
3354
+ textarea.e-input,
3355
+ .e-input-group textarea,
3356
+ .e-input-group textarea.e-input,
3357
+ .e-input-group.e-input-focus textarea,
3358
+ .e-input-group.e-input-focus textarea.e-input,
3359
+ .e-input-group.e-control-wrapper textarea,
3360
+ .e-input-group.e-control-wrapper.e-input-focus textarea,
3361
+ .e-input-group.e-control-wrapper textarea.e-input,
3362
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3363
+ .e-float-input textarea,
3364
+ .e-float-input.e-control-wrapper textarea {
3365
+ line-height: 1.5;
3366
+ min-height: 32px;
3367
+ min-width: 0;
3368
+ padding: 4px 8px 4px 12px;
3369
+ resize: vertical;
3370
+ }
3371
+
3372
+ .e-input-group.e-bigger textarea,
3373
+ .e-input-group.e-bigger textarea.e-input,
3374
+ .e-input-group textarea.e-bigger,
3375
+ .e-input-group textarea.e-input.e-bigger,
3376
+ .e-input-group.e-control-wrapper.e-bigger textarea,
3377
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input,
3378
+ .e-input-group.e-control-wrapper textarea.e-bigger,
3379
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
3380
+ .e-bigger .e-input-group textarea,
3381
+ .e-bigger .e-input-group textarea.e-input,
3382
+ .e-bigger .e-input-group.e-control-wrapper textarea,
3383
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input,
3384
+ .e-float-input.e-bigger textarea,
3385
+ .e-float-input textarea.e-bigger,
3386
+ .e-float-input.e-control-wrapper.e-bigger textarea,
3387
+ .e-float-input.e-control-wrapper textarea.e-bigger,
3388
+ .e-bigger .e-float-input textarea,
3389
+ .e-bigger .e-float-input.e-control-wrapper textarea {
3390
+ font: inherit;
3391
+ line-height: 1.2;
3392
+ min-height: 36px;
3393
+ padding: 6px 12px 6px 16px;
3394
+ }
3395
+
3396
+ .e-input-group.e-input-focus.e-bigger textarea,
3397
+ .e-input-group.e-input-focus.e-bigger textarea.e-input,
3398
+ .e-input-group.e-input-focus textarea.e-bigger,
3399
+ .e-input-group.e-input-focus textarea.e-input.e-bigger,
3400
+ .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea,
3401
+ .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input,
3402
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,
3403
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
3404
+ .e-bigger .e-input-group.e-input-focus textarea,
3405
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
3406
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3407
+ .e-input-group.e-control-wrapper textarea.e-bigger:focus,
3408
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,
3409
+ .e-bigger .e-input-group.e-control-wrapper textarea:focus,
3410
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea:focus,
3411
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus {
3412
+ font: inherit;
3413
+ line-height: 1.2;
3414
+ min-height: 36px;
3415
+ padding: 6px 12px 6px 16px;
3416
+ }
3417
+
3418
+ .e-input-group.e-small textarea,
3419
+ .e-input-group.e-small textarea.e-input,
3420
+ .e-input-group textarea.e-small,
3421
+ .e-input-group textarea.e-input.e-small,
3422
+ .e-input-group.e-control-wrapper.e-small textarea,
3423
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
3424
+ .e-small .e-input-group textarea,
3425
+ .e-small .e-input-group textarea.e-input,
3426
+ .e-float-input.e-small textarea,
3427
+ .e-float-input textarea.e-small,
3428
+ .e-float-input.e-control-wrapper.e-small textarea,
3429
+ .e-float-input.e-control-wrapper textarea.e-small,
3430
+ .e-small .e-float-input textarea,
3431
+ .e-small .e-float-input.e-control-wrapper textarea {
3432
+ font: inherit;
3433
+ min-height: 26px;
3434
+ padding: 4px 8px 4px 8px;
3435
+ }
3436
+
3437
+ .e-input-group.e-input-focus.e-small textarea,
3438
+ .e-input-group.e-input-focus.e-small textarea.e-input,
3439
+ .e-input-group.e-input-focus textarea.e-small,
3440
+ .e-input-group.e-input-focus textarea.e-input.e-small,
3441
+ .e-input-group.e-input-focus textarea.e-input.e-small,
3442
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
3443
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
3444
+ .e-small .e-input-group.e-input-focus textarea,
3445
+ .e-small .e-input-group.e-input-focus textarea.e-input {
3446
+ font: inherit;
3447
+ min-height: 26px;
3448
+ padding: 4px 8px 4px 8px;
3449
+ }
3450
+
3451
+ .e-input-group.e-small textarea:focus,
3452
+ .e-input-group.e-small textarea.e-input:focus,
3453
+ .e-input-group textarea.e-small:focus,
3454
+ .e-input-group textarea.e-input.e-small:focus,
3455
+ .e-input-group.e-control-wrapper.e-small textarea:focus,
3456
+ .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
3457
+ .e-small .e-input-group textarea:focus,
3458
+ .e-small .e-input-group textarea.e-input:focus,
3459
+ .e-float-input.e-small textarea:focus,
3460
+ .e-float-input textarea.e-small:focus,
3461
+ .e-float-input.e-control-wrapper.e-small textarea:focus,
3462
+ .e-float-input.e-control-wrapper textarea.e-small:focus,
3463
+ .e-small .e-float-input textarea:focus,
3464
+ .e-small .e-float-input.e-control-wrapper textarea:focus {
3465
+ padding: 4px 8px 4px 8px;
3466
+ }
3467
+
3468
+ .e-input-group.e-small.e-bigger textarea.e-input,
3469
+ .e-input-group.e-small textarea.e-input.e-bigger,
3470
+ .e-input-group textarea.e-input.e-bigger.e-small,
3471
+ .e-input-group.e-bigger textarea.e-small,
3472
+ .e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,
3473
+ .e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,
3474
+ .e-bigger.e-small .e-input-group textarea.e-input,
3475
+ .e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,
3476
+ .e-bigger .input-group textarea.e-small,
3477
+ .e-bigger .e-input-group.e-small textarea.e-input,
3478
+ .e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,
3479
+ .e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input,
3480
+ .e-small .input-group textarea.e-bigger,
3481
+ .e-small .e-input-group.e-bigger textarea.e-input,
3482
+ .e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
3483
+ .e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
3484
+ .e-float-input textarea.e-bigger.e-small,
3485
+ .e-float-input.e-small.e-bigger textarea,
3486
+ .e-float-input.e-small textarea.e-bigger,
3487
+ .e-float-input.e-bigger textarea.e-small,
3488
+ .e-bigger .e-float-input.e-small textarea,
3489
+ .e-bigger.e-small .e-float-input textarea,
3490
+ .e-bigger .float-input textarea.e-small,
3491
+ .e-small .e-float-input.e-bigger textarea,
3492
+ .e-small .float-input textarea.e-bigger,
3493
+ .e-small .e-float-input.e-control-wrapper textarea.e-bigger,
3494
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea,
3495
+ .e-float-input.e-control-wrapper.e-small textarea.e-bigger,
3496
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea,
3497
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea,
3498
+ .e-bigger .e-small.e-float-input.e-control-wrapper textarea {
3499
+ font: inherit;
3500
+ line-height: 1.2;
3501
+ min-height: 32px;
3502
+ padding: 4px 8px 4px 14px;
3503
+ }
3504
+
3505
+ .e-input-group.e-input-focus textarea.e-input.e-bigger.e-small,
3506
+ .e-input-group.e-input-focus.e-small.e-bigger textarea.e-input,
3507
+ .e-input-group.e-input-focus.e-small textarea.e-input.e-bigger,
3508
+ .e-input-group.e-input-focus.e-bigger textarea.e-small,
3509
+ .e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input,
3510
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger,
3511
+ .e-bigger.e-small .e-input-group.e-input-focus textarea.e-input,
3512
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
3513
+ .e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3514
+ .e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3515
+ .e-small .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input {
3516
+ font: inherit;
3517
+ line-height: 1.2;
3518
+ min-height: 32px;
3519
+ padding: 4px 8px 4px 14px;
3520
+ }
3521
+
3522
+ .e-filled.e-input-group,
3523
+ .e-filled.e-input-group.e-control-wrapper,
3524
+ .e-filled.e-float-input,
3525
+ .e-filled.e-float-input.e-control-wrapper {
3526
+ line-height: 1;
3527
+ }
3528
+
3529
+ .e-filled textarea.e-input,
3530
+ .e-filled.e-input-group.e-multi-line-input textarea,
3531
+ .e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea,
3532
+ .e-filled.e-float-input.e-multi-line-input textarea,
3533
+ .e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea {
3534
+ -webkit-box-sizing: border-box;
3535
+ box-sizing: border-box;
3536
+ }
3537
+
3538
+ /*! input theme */
3539
+ input.e-input,
3540
+ .e-input-group input.e-input,
3541
+ .e-input-group.e-control-wrapper input.e-input,
3542
+ .e-input-group textarea.e-input,
3543
+ .e-input-group.e-control-wrapper textarea.e-input,
3544
+ textarea.e-input,
3545
+ .e-float-input input,
3546
+ .e-float-input.e-control-wrapper input,
3547
+ .e-float-input textarea,
3548
+ .e-float-input.e-control-wrapper textarea {
3549
+ background: #1f2937;
3550
+ border-color: #6b7280;
3551
+ color: #fff;
3552
+ }
3553
+
3554
+ .e-input-group,
3555
+ .e-input-group.e-control-wrapper,
3556
+ .e-float-input,
3557
+ .e-float-input.e-input-group,
3558
+ .e-float-input.e-control-wrapper,
3559
+ .e-float-input.e-input-group.e-control-wrapper {
3560
+ background: #1f2937;
3561
+ color: #fff;
3562
+ }
3563
+
3564
+ .e-input-group .e-input-group-icon,
3565
+ .e-input-group.e-control-wrapper .e-input-group-icon {
3566
+ background: transparent;
3567
+ border-color: #6b7280;
3568
+ color: #d1d5db;
3569
+ }
3570
+
3571
+ .e-input-group.e-disabled .e-input-group-icon,
3572
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon,
3573
+ .e-float-input.e-disabled .e-clear-icon,
3574
+ .e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
3575
+ .e-input-group.e-disabled .e-clear-icon,
3576
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon {
3577
+ color: #6b7280;
3578
+ }
3579
+
3580
+ /* stylelint-disable property-no-vendor-prefix */
3581
+ /* stylelint-disable selector-no-vendor-prefix */
3582
+ .e-input[disabled],
3583
+ .e-input-group .e-input[disabled],
3584
+ .e-input-group.e-control-wrapper .e-input[disabled],
3585
+ .e-input-group.e-disabled,
3586
+ .e-input-group.e-control-wrapper.e-disabled,
3587
+ .e-float-input input[disabled],
3588
+ .e-float-input.e-control-wrapper input[disabled],
3589
+ .e-float-input textarea[disabled],
3590
+ .e-float-input.e-control-wrapper textarea[disabled],
3591
+ .e-float-input.e-disabled,
3592
+ .e-float-input.e-control-wrapper.e-disabled {
3593
+ -webkit-text-fill-color: #6b7280;
3594
+ background: #232e3e;
3595
+ color: #6b7280;
3596
+ border-color: #9ca3af;
3597
+ }
3598
+
3599
+ .e-input-group input.e-input,
3600
+ .e-input-group.e-control-wrapper input.e-input,
3601
+ .e-float-input input,
3602
+ .e-float-input.e-control-wrapper input,
3603
+ .e-input-group textarea.e-input,
3604
+ .e-input-group.e-control-wrapper textarea.e-input,
3605
+ .e-float-input textarea,
3606
+ .e-float-input.e-control-wrapper textarea,
3607
+ .e-input-group .e-input[disabled],
3608
+ .e-input-group.e-control-wrapper .e-input[disabled],
3609
+ .e-input-group.e-disabled input.e-input,
3610
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
3611
+ .e-input-group.e-disabled textarea.e-input,
3612
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
3613
+ background: none;
3614
+ color: inherit;
3615
+ }
3616
+
3617
+ .e-input-group .e-input[readonly],
3618
+ .e-input-group.e-control-wrapper .e-input[readonly],
3619
+ .e-float-input input[readonly],
3620
+ .e-float-input.e-control-wrapper input[readonly],
3621
+ .e-float-input textarea[readonly],
3622
+ .e-float-input.e-control-wrapper textarea[readonly] {
3623
+ background: none;
3624
+ color: inherit;
3625
+ }
3626
+
3627
+ .e-float-input.e-disabled input,
3628
+ .e-float-input.e-control-wrapper.e-disabled input,
3629
+ .e-float-input.e-disabled textarea,
3630
+ .e-float-input.e-control-wrapper.e-disabled textarea,
3631
+ .e-float-input input[disabled],
3632
+ .e-float-input.e-control-wrapper input[disabled],
3633
+ .e-float-input textarea[disabled],
3634
+ .e-float-input.e-control-wrapper textarea[disabled] {
3635
+ color: inherit;
3636
+ }
3637
+
3638
+ /*! Added color to textbox for disbaled state */
3639
+ .e-float-input:not(.e-disabled) input[disabled],
3640
+ .e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
3641
+ .e-float-input:not(.e-disabled) textarea[disabled],
3642
+ .e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
3643
+ -webkit-text-fill-color: #6b7280;
3644
+ color: #6b7280;
3645
+ }
3646
+
3647
+ .e-input-group.e-disabled .e-input-group-icon,
3648
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
3649
+ background: transparent;
3650
+ border-color: #9ca3af;
3651
+ }
3652
+
3653
+ .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
3654
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
3655
+ color: #f3f4f6;
3656
+ }
3657
+
3658
+ .e-input.e-success,
3659
+ .e-input.e-success:focus,
3660
+ .e-input-group.e-success input.e-input,
3661
+ .e-input-group.e-control-wrapper.e-success input.e-input,
3662
+ .e-input-group.e-success .e-input-group-icon,
3663
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
3664
+ .e-input-group.e-success textarea.e-input,
3665
+ .e-input-group.e-control-wrapper.e-success textarea.e-input {
3666
+ border-color: #22c55e;
3667
+ }
3668
+
3669
+ .e-input.e-warning,
3670
+ .e-input.e-warning:focus,
3671
+ .e-input-group.e-warning input.e-input,
3672
+ .e-input-group.e-control-wrapper.e-warning input.e-input,
3673
+ .e-input-group.e-warning .e-input-group-icon,
3674
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
3675
+ .e-input-group.e-warning textarea.e-input,
3676
+ .e-input-group.e-control-wrapper.e-warning textarea.e-input {
3677
+ border-color: #f97316;
3678
+ }
3679
+
3680
+ .e-input.e-error,
3681
+ .e-input.e-error:focus,
3682
+ .e-input-group.e-error input.e-input,
3683
+ .e-input-group.e-control-wrapper.e-error input.e-input,
3684
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon,
3685
+ .e-input-group.e-error .e-input-group-icon,
3686
+ .e-input-group.e-error textarea.e-input,
3687
+ .e-input-group.e-control-wrapper.e-error textarea.e-input {
3688
+ border-color: #f87171;
3689
+ }
3690
+
3691
+ label.e-float-text,
3692
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3693
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3694
+ .e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3695
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3696
+ .e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3697
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3698
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3699
+ .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3700
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3701
+ .e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3702
+ .e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3703
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3704
+ .e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3705
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3706
+ color: #4b5563;
3707
+ }
3708
+
3709
+ .e-float-input.e-error label.e-float-text,
3710
+ .e-float-input.e-control-wrapper.e-error label.e-float-text,
3711
+ .e-float-input.e-error input:focus ~ label.e-float-text,
3712
+ .e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
3713
+ .e-float-input.e-error.e-input-focus input ~ label.e-float-text,
3714
+ .e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
3715
+ .e-float-input.e-error textarea:focus ~ label.e-float-text,
3716
+ .e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
3717
+ color: #f87171;
3718
+ }
3719
+
3720
+ .e-float-input input,
3721
+ .e-float-input textarea,
3722
+ .e-float-input.e-control-wrapper input,
3723
+ .e-float-input.e-control-wrapper textarea,
3724
+ .e-input-group,
3725
+ .e-input-group.e-control-wrapper {
3726
+ border-bottom-color: #6b7280;
3727
+ }
3728
+
3729
+ .e-float-input.e-success input,
3730
+ .e-float-input.e-success textarea,
3731
+ .e-float-input.e-control-wrapper.e-success input,
3732
+ .e-float-input.e-control-wrapper.e-success textarea {
3733
+ border-color: #22c55e;
3734
+ }
3735
+
3736
+ .e-float-input.e-warning input,
3737
+ .e-float-input.e-control-wrapper.e-warning input,
3738
+ .e-float-input.e-warning textarea,
3739
+ .e-float-input.e-control-wrapper.e-warning textarea {
3740
+ border-color: #f97316;
3741
+ }
3742
+
3743
+ .e-float-input.e-error input,
3744
+ .e-float-input.e-control-wrapper.e-error input,
3745
+ .e-float-input.e-error textarea,
3746
+ .e-float-input.e-control-wrapper.e-error textarea {
3747
+ border-color: #f87171;
3748
+ }
3749
+
3750
+ .e-float-input:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
3751
+ .e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
3752
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
3753
+ input.e-input:-moz-placeholder,
3754
+ .e-input-group input.e-input:-moz-placeholder,
3755
+ .e-input-group input.e-input:-moz-placeholder,
3756
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
3757
+ input.e-input:-moz-placeholder,
3758
+ .e-input-group input.e-input:-moz-placeholder,
3759
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
3760
+ textarea.e-input:-moz-placeholder,
3761
+ .e-input-group textarea.e-input:-moz-placeholder,
3762
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
3763
+ input.e-input::-moz-placeholder,
3764
+ .e-input-group input.e-input::-moz-placeholder,
3765
+ .e-input-group.e-control-wrapper input.e-input::-moz-placeholder,
3766
+ textarea.e-input::-moz-placeholder,
3767
+ .e-input-group textarea.e-input::-moz-placeholder,
3768
+ .e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder,
3769
+ input.e-input:-ms-input-placeholder,
3770
+ .e-input-group input.e-input:-ms-input-placeholder,
3771
+ .e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder,
3772
+ textarea.e-input:-ms-input-placeholder,
3773
+ .e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder,
3774
+ .e-input-group textarea.e-input:-ms-input-placeholder,
3775
+ input.e-input::-webkit-input-placeholder,
3776
+ .e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder,
3777
+ .e-input-group input.e-input::-webkit-input-placeholder,
3778
+ textarea.e-input::-webkit-input-placeholder,
3779
+ .e-input-group textarea.e-input::-webkit-input-placeholder,
3780
+ .e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder,
3781
+ .e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
3782
+ .e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
3783
+ .e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) {
3784
+ color: #6b7280;
3785
+ }
3786
+
3787
+ .e-input-group:not(.e-disabled) .e-input-group-icon:active,
3788
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
3789
+ background: transparent;
3790
+ color: #9ca3af;
3791
+ }
3792
+
3793
+ input.e-input::-moz-selection, textarea.e-input::-moz-selection, .e-input-group input.e-input::-moz-selection, .e-input-group.e-control-wrapper input.e-input::-moz-selection, .e-float-input input::-moz-selection, .e-float-input.e-control-wrapper input::-moz-selection, .e-input-group textarea.e-input::-moz-selection, .e-input-group.e-control-wrapper textarea.e-input::-moz-selection, .e-float-input textarea::-moz-selection, .e-float-input.e-control-wrapper textarea::-moz-selection, .e-float-input.e-small textarea::-moz-selection, .e-float-input textarea::-moz-selection {
3794
+ background: #22d3ee;
3795
+ color: #000;
3796
+ }
3797
+
3798
+ input.e-input::selection,
3799
+ textarea.e-input::selection,
3800
+ .e-input-group input.e-input::selection,
3801
+ .e-input-group.e-control-wrapper input.e-input::selection,
3802
+ .e-float-input input::selection,
3803
+ .e-float-input.e-control-wrapper input::selection,
3804
+ .e-input-group textarea.e-input::selection,
3805
+ .e-input-group.e-control-wrapper textarea.e-input::selection,
3806
+ .e-float-input textarea::selection,
3807
+ .e-float-input.e-control-wrapper textarea::selection,
3808
+ .e-float-input.e-small textarea::selection,
3809
+ .e-float-input textarea::selection {
3810
+ background: #22d3ee;
3811
+ color: #000;
3812
+ }
3813
+
3814
+ .e-input-group::before,
3815
+ .e-input-group::after,
3816
+ .e-input-group.e-control-wrapper::before,
3817
+ .e-input-group.e-control-wrapper::after {
3818
+ content: "";
3819
+ }
3820
+
3821
+ .e-input-group.e-success::before,
3822
+ .e-input-group.e-success::after,
3823
+ .e-input-group.e-control-wrapper.e-success::before,
3824
+ .e-input-group.e-control-wrapper.e-success::after {
3825
+ content: "";
3826
+ }
3827
+
3828
+ .e-input-group.e-warning::before,
3829
+ .e-input-group.e-warning::after,
3830
+ .e-input-group.e-control-wrapper.e-warning::before,
3831
+ .e-input-group.e-control-wrapper.e-warning::after {
3832
+ content: "";
3833
+ }
3834
+
3835
+ .e-input-group.e-error::before,
3836
+ .e-input-group.e-error::after,
3837
+ .e-input-group.e-control-wrapper.e-error::before,
3838
+ .e-input-group.e-control-wrapper.e-error::after {
3839
+ content: "";
3840
+ }
3841
+
3842
+ .e-input-group.e-success .e-input-group-icon,
3843
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
3844
+ .e-input-group.e-warning .e-input-group-icon,
3845
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
3846
+ .e-input-group.e-error .e-input-group-icon,
3847
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon {
3848
+ color: #d1d5db;
3849
+ }
3850
+
3851
+ .e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
3852
+ .e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
3853
+ .e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
3854
+ .e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
3855
+ .e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,
3856
+ .e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover {
3857
+ color: #d1d5db;
3858
+ }
3859
+
3860
+ .e-input-group input.e-input,
3861
+ .e-input-group.e-control-wrapper input.e-input,
3862
+ .e-input-group textarea.e-input,
3863
+ .e-input-group.e-control-wrapper textarea.e-input,
3864
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
3865
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
3866
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
3867
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
3868
+ border-color: #6b7280;
3869
+ }
3870
+
3871
+ .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
3872
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
3873
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
3874
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
3875
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
3876
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
3877
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
3878
+ border-color: #22d3ee;
3879
+ border-radius: 4px;
3880
+ -webkit-box-shadow: 0 0 0 1px #22d3ee;
3881
+ box-shadow: 0 0 0 1px #22d3ee;
3882
+ }
3883
+
3884
+ .e-input-group .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
3885
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
3886
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
3887
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
3888
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
3889
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
3890
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
3891
+ -webkit-box-shadow: none;
3892
+ box-shadow: none;
3893
+ }
3894
+
3895
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
3896
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
3897
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
3898
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
3899
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,
3900
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus {
3901
+ border-color: transparent;
3902
+ }
3903
+
3904
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
3905
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
3906
+ border-color: #22d3ee;
3907
+ border-color: #22d3ee;
3908
+ border-radius: 4px;
3909
+ -webkit-box-shadow: 0 0 0 1px #22d3ee;
3910
+ box-shadow: 0 0 0 1px #22d3ee;
3911
+ }
3912
+
3913
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
3914
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
3915
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
3916
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon {
3917
+ border-color: transparent;
3918
+ }
3919
+
3920
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
3921
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
3922
+ .e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
3923
+ .e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
3924
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
3925
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
3926
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
3927
+ .e-input-focus.e-control-wrapper.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
3928
+ .e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
3929
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon {
3930
+ border-color: transparent;
3931
+ }
3932
+
3933
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
3934
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
3935
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
3936
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
3937
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
3938
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon {
3939
+ border-color: transparent;
3940
+ }
3941
+
3942
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
3943
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
3944
+ border-color: #6b7280;
3945
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
3946
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
3947
+ }
3948
+
3949
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
3950
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
3951
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
3952
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
3953
+ border-bottom-color: transparent;
3954
+ border-top-color: transparent;
3955
+ }
3956
+
3957
+ .e-input-group.e-success,
3958
+ .e-input-group.e-control-wrapper.e-success,
3959
+ .e-input-group.e-success:not(.e-float-icon-left),
3960
+ .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
3961
+ border-color: #22c55e;
3962
+ }
3963
+
3964
+ .e-input-group.e-warning,
3965
+ .e-input-group.e-control-wrapper.e-warning,
3966
+ .e-input-group.e-warning:not(.e-float-icon-left),
3967
+ .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) {
3968
+ border-color: #f97316;
3969
+ }
3970
+
3971
+ .e-input-group.e-error,
3972
+ .e-input-group.e-control-wrapper.e-error,
3973
+ .e-input-group.e-error:not(.e-float-icon-left),
3974
+ .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
3975
+ border-color: #f87171;
3976
+ }
3977
+
3978
+ .e-float-input .e-clear-icon,
3979
+ .e-float-input.e-control-wrapper .e-clear-icon,
3980
+ .e-input-group .e-clear-icon,
3981
+ .e-input-group.e-control-wrapper .e-clear-icon {
3982
+ color: #d1d5db;
3983
+ }
3984
+
3985
+ .e-float-input .e-clear-icon:hover,
3986
+ .e-float-input.e-control-wrapper .e-clear-icon:hover,
3987
+ .e-input-group .e-clear-icon:hover,
3988
+ .e-input-group.e-control-wrapper .e-clear-icon:hover {
3989
+ color: #f3f4f6;
3990
+ }
3991
+
3992
+ .e-float-input.e-input-focus .e-input:focus,
3993
+ .e-float-input.e-control-wrapper.e-input-focus .e-input:focus {
3994
+ border-bottom-color: transparent;
3995
+ border-top-color: transparent;
3996
+ }
3997
+
3998
+ .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
3999
+ .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
4000
+ .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
4001
+ .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4002
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4003
+ .e-float-input:not(.e-error) input label.e-float-text.e-label-top,
4004
+ .e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4005
+ .e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4006
+ .e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4007
+ .e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4008
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4009
+ .e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
4010
+ .e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
4011
+ .e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
4012
+ .e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4013
+ .e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4014
+ .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
4015
+ .e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4016
+ .e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
4017
+ .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
4018
+ .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
4019
+ .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4020
+ .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
4021
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4022
+ .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
4023
+ .e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
4024
+ .e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
4025
+ .e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
4026
+ .e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4027
+ .e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4028
+ .e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4029
+ .e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4030
+ .e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4031
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4032
+ .e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
4033
+ .e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
4034
+ .e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4035
+ .e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4036
+ .e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4037
+ .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
4038
+ .e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
4039
+ .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4040
+ .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
4041
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
4042
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
4043
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4044
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
4045
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4046
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
4047
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
4048
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
4049
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
4050
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4051
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4052
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4053
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4054
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4055
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4056
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
4057
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
4058
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4059
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4060
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4061
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
4062
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
4063
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4064
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
4065
+ .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
4066
+ .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
4067
+ .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4068
+ .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4069
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4070
+ .e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
4071
+ .e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4072
+ .e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4073
+ .e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4074
+ .e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4075
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4076
+ .e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
4077
+ .e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
4078
+ .e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4079
+ .e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4080
+ .e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4081
+ .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4082
+ .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4083
+ .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4084
+ .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
4085
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4086
+ .e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
4087
+ .e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
4088
+ .e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4089
+ .e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
4090
+ .e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4091
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4092
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4093
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4094
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4095
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4096
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4097
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4098
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4099
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4100
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4101
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4102
+ .e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4103
+ .e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4104
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4105
+ .e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4106
+ .e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4107
+ .e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4108
+ .e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4109
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4110
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4111
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4112
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4113
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4114
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4115
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4116
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4117
+ .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4118
+ .e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4119
+ .e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4120
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4121
+ .e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4122
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4123
+ .e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4124
+ .e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4125
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4126
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4127
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4128
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4129
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4130
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4131
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4132
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
4133
+ color: #d1d5db;
4134
+ }
4135
+
4136
+ .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
4137
+ .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
4138
+ .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
4139
+ .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4140
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4141
+ .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
4142
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4143
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4144
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4145
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4146
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4147
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
4148
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
4149
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
4150
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4151
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4152
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
4153
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4154
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
4155
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
4156
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
4157
+ .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4158
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4159
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4160
+ .e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,
4161
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4162
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4163
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4164
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4165
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4166
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
4167
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
4168
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4169
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4170
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
4171
+ color: #d1d5db;
4172
+ }
4173
+
4174
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4175
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4176
+ .e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4177
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4178
+ .e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4179
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4180
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4181
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4182
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4183
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4184
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4185
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4186
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4187
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
4188
+ color: #4b5563;
4189
+ }
4190
+
4191
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4192
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4193
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4194
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
4195
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4196
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
4197
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
4198
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4199
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
4200
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4201
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4202
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4203
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4204
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4205
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4206
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4207
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4208
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4209
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4210
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
4211
+ color: #d1d5db;
4212
+ }
4213
+
4214
+ .e-float-input.e-input-group.e-disabled .e-float-text,
4215
+ .e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
4216
+ .e-float-input input[disabled] ~ label.e-float-text,
4217
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
4218
+ .e-float-input.e-disabled label.e-float-text,
4219
+ .e-float-input.e-disabled label.e-float-text.e-label-top,
4220
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
4221
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4222
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4223
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4224
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4225
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4226
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4227
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4228
+ .e-float-input textarea[disabled] ~ label.e-float-text,
4229
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
4230
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
4231
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4232
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4233
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4234
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4235
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4236
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4237
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4238
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
4239
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
4240
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
4241
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
4242
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
4243
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
4244
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text,
4245
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
4246
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
4247
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4248
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4249
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4250
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4251
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4252
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4253
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4254
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
4255
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4256
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4257
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4258
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4259
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4260
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4261
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4262
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
4263
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
4264
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
4265
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
4266
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
4267
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4268
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4269
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4270
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4271
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4272
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4273
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4274
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
4275
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4276
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4277
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4278
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4279
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4280
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4281
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
4282
+ color: #6b7280;
4283
+ }
4284
+
4285
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4286
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4287
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4288
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4289
+ .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
4290
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
4291
+ .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
4292
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
4293
+ border-color: #22d3ee;
4294
+ }
4295
+
4296
+ .e-input-group textarea.e-input:-ms-input-placeholder,
4297
+ .e-input-group textarea.e-input:-moz-placeholder,
4298
+ .e-input-group .e-input:-ms-input-placeholder,
4299
+ input.e-input::-webkit-input-placeholder {
4300
+ color: #6b7280;
4301
+ }
4302
+
4303
+ /* stylelint-disable-line no-empty-source */