@syncfusion/ej2-bootstrap5-theme 33.2.13 → 34.1.29

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 (1382) hide show
  1. package/package.json +2 -2
  2. package/styles/accordion/_all.scss +2 -0
  3. package/styles/accordion/_bigger.scss +122 -0
  4. package/styles/accordion/_bootstrap5-definition.scss +177 -0
  5. package/styles/accordion/_layout.scss +249 -0
  6. package/styles/accordion/_theme.scss +432 -0
  7. package/styles/accordion/_variables.scss +2 -0
  8. package/styles/accordion/accordion-lite.css +446 -0
  9. package/styles/accordion/accordion-lite.scss +3 -0
  10. package/styles/accordion/accordion.css +541 -0
  11. package/styles/accordion/accordion.scss +4 -0
  12. package/styles/accordion/icons/_bootstrap5.scss +16 -0
  13. package/styles/accordion/index-lite.css +2 -0
  14. package/styles/accordion/index-lite.scss +2 -0
  15. package/styles/accordion/index.css +2 -0
  16. package/styles/accordion/index.scss +2 -0
  17. package/styles/ai-assistview/_all.scss +2 -0
  18. package/styles/ai-assistview/_bigger.scss +312 -0
  19. package/styles/ai-assistview/_bootstrap5-definition.scss +311 -0
  20. package/styles/ai-assistview/_layout.scss +1052 -0
  21. package/styles/ai-assistview/_theme.scss +428 -0
  22. package/styles/ai-assistview/_variables.scss +2 -0
  23. package/styles/ai-assistview/ai-assistview-lite.css +1332 -0
  24. package/styles/ai-assistview/ai-assistview-lite.scss +3 -0
  25. package/styles/ai-assistview/ai-assistview.css +1643 -0
  26. package/styles/ai-assistview/ai-assistview.scss +4 -0
  27. package/styles/ai-assistview/icons/_bootstrap5.scss +63 -0
  28. package/styles/ai-assistview/index-lite.css +11 -0
  29. package/styles/ai-assistview/index-lite.scss +11 -0
  30. package/styles/ai-assistview/index.css +11 -0
  31. package/styles/ai-assistview/index.scss +11 -0
  32. package/styles/appbar/_all.scss +2 -0
  33. package/styles/appbar/_bigger.scss +16 -0
  34. package/styles/appbar/_bootstrap5-definition.scss +20 -0
  35. package/styles/appbar/_layout.scss +77 -0
  36. package/styles/appbar/_theme.scss +217 -0
  37. package/styles/appbar/_variables.scss +2 -0
  38. package/styles/appbar/appbar-lite.css +223 -0
  39. package/styles/appbar/appbar-lite.scss +2 -0
  40. package/styles/appbar/appbar.css +236 -0
  41. package/styles/appbar/appbar.scss +3 -0
  42. package/styles/appbar/index-lite.css +2 -0
  43. package/styles/appbar/index-lite.scss +2 -0
  44. package/styles/appbar/index.css +2 -0
  45. package/styles/appbar/index.scss +2 -0
  46. package/styles/auto-complete/_all.scss +1 -0
  47. package/styles/auto-complete/_bootstrap5-definition.scss +2 -0
  48. package/styles/auto-complete/_variables.scss +2 -0
  49. package/styles/auto-complete/auto-complete.css +1 -0
  50. package/styles/auto-complete/auto-complete.scss +2 -0
  51. package/styles/auto-complete/index.css +7 -0
  52. package/styles/auto-complete/index.scss +7 -0
  53. package/styles/avatar/_all.scss +1 -0
  54. package/styles/avatar/_bootstrap5-definition.scss +41 -0
  55. package/styles/avatar/_layout.scss +84 -0
  56. package/styles/avatar/_theme.scss +1 -0
  57. package/styles/avatar/_variables.scss +2 -0
  58. package/styles/avatar/avatar.css +60 -0
  59. package/styles/avatar/avatar.scss +2 -0
  60. package/styles/avatar/index.css +2 -0
  61. package/styles/avatar/index.scss +2 -0
  62. package/styles/badge/_all.scss +2 -0
  63. package/styles/badge/_bigger.scss +54 -0
  64. package/styles/badge/_bootstrap5-definition.scss +116 -0
  65. package/styles/badge/_layout.scss +131 -0
  66. package/styles/badge/_theme.scss +314 -0
  67. package/styles/badge/_variables.scss +2 -0
  68. package/styles/badge/badge-lite.css +204 -0
  69. package/styles/badge/badge-lite.scss +2 -0
  70. package/styles/badge/badge.css +249 -0
  71. package/styles/badge/badge.scss +3 -0
  72. package/styles/badge/index-lite.css +2 -0
  73. package/styles/badge/index-lite.scss +2 -0
  74. package/styles/badge/index.css +2 -0
  75. package/styles/badge/index.scss +2 -0
  76. package/styles/barcode/_all.scss +1 -0
  77. package/styles/barcode/_bootstrap5-definition.scss +1 -0
  78. package/styles/barcode/_definition.scss +1 -0
  79. package/styles/barcode/_theme.scss +24 -0
  80. package/styles/barcode/_variables.scss +2 -0
  81. package/styles/barcode/barcode.css +19 -0
  82. package/styles/barcode/barcode.scss +2 -0
  83. package/styles/barcode/index.css +2 -0
  84. package/styles/barcode/index.scss +2 -0
  85. package/styles/base/_bootstrap5-definition.scss +1 -0
  86. package/styles/base/animation/_all.scss +537 -0
  87. package/styles/base/base.css +2392 -0
  88. package/styles/base/base.scss +4 -0
  89. package/styles/base/common/_all.scss +2 -0
  90. package/styles/base/common/_base-variables.scss +2 -0
  91. package/styles/base/common/_core.scss +113 -0
  92. package/styles/base/common/_mixin.scss +11 -0
  93. package/styles/base/definition/_bootstrap5.scss +482 -0
  94. package/styles/blockeditor/_all.scss +2 -0
  95. package/styles/blockeditor/_bigger.scss +384 -0
  96. package/styles/blockeditor/_bootstrap5-definition.scss +521 -0
  97. package/styles/blockeditor/_layout.scss +1314 -0
  98. package/styles/blockeditor/_theme.scss +627 -0
  99. package/styles/blockeditor/_variables.scss +2 -0
  100. package/styles/blockeditor/blockeditor-lite.css +1832 -0
  101. package/styles/blockeditor/blockeditor-lite.scss +3 -0
  102. package/styles/blockeditor/blockeditor.css +2230 -0
  103. package/styles/blockeditor/blockeditor.scss +4 -0
  104. package/styles/blockeditor/icons/_bootstrap5.scss +99 -0
  105. package/styles/blockeditor/index-lite.css +20 -0
  106. package/styles/blockeditor/index-lite.scss +20 -0
  107. package/styles/blockeditor/index.css +20 -0
  108. package/styles/blockeditor/index.scss +20 -0
  109. package/styles/bootstrap5-lite.css +99 -1
  110. package/styles/bootstrap5-lite.scss +99 -0
  111. package/styles/bootstrap5.css +99 -1
  112. package/styles/bootstrap5.scss +99 -0
  113. package/styles/breadcrumb/_all.scss +2 -0
  114. package/styles/breadcrumb/_bigger.scss +168 -0
  115. package/styles/breadcrumb/_bootstrap5-definition.scss +75 -0
  116. package/styles/breadcrumb/_layout.scss +465 -0
  117. package/styles/breadcrumb/_theme.scss +297 -0
  118. package/styles/breadcrumb/_variables.scss +2 -0
  119. package/styles/breadcrumb/breadcrumb-lite.css +324 -0
  120. package/styles/breadcrumb/breadcrumb-lite.scss +3 -0
  121. package/styles/breadcrumb/breadcrumb.css +415 -0
  122. package/styles/breadcrumb/breadcrumb.scss +4 -0
  123. package/styles/breadcrumb/icons/_bootstrap5.scss +24 -0
  124. package/styles/breadcrumb/index-lite.css +2 -0
  125. package/styles/breadcrumb/index-lite.scss +2 -0
  126. package/styles/breadcrumb/index.css +2 -0
  127. package/styles/breadcrumb/index.scss +2 -0
  128. package/styles/button/_all.scss +2 -0
  129. package/styles/button/_bigger.scss +293 -0
  130. package/styles/button/_bootstrap5-definition.scss +369 -0
  131. package/styles/button/_layout.scss +340 -0
  132. package/styles/button/_mixin.scss +683 -0
  133. package/styles/button/_theme.scss +1945 -0
  134. package/styles/button/_variables.scss +2 -0
  135. package/styles/button/button-lite.css +1163 -0
  136. package/styles/button/button-lite.scss +2 -0
  137. package/styles/button/button.css +1429 -0
  138. package/styles/button/button.scss +3 -0
  139. package/styles/button/index-lite.css +2 -0
  140. package/styles/button/index-lite.scss +2 -0
  141. package/styles/button/index.css +2 -0
  142. package/styles/button/index.scss +2 -0
  143. package/styles/button-group/_all.scss +2 -0
  144. package/styles/button-group/_bigger.scss +13 -0
  145. package/styles/button-group/_bootstrap5-definition.scss +42 -0
  146. package/styles/button-group/_group-button-mixin.scss +96 -0
  147. package/styles/button-group/_layout.scss +280 -0
  148. package/styles/button-group/_theme.scss +481 -0
  149. package/styles/button-group/_variables.scss +2 -0
  150. package/styles/button-group/button-group-lite.css +761 -0
  151. package/styles/button-group/button-group-lite.scss +2 -0
  152. package/styles/button-group/button-group.css +767 -0
  153. package/styles/button-group/button-group.scss +3 -0
  154. package/styles/button-group/index-lite.css +3 -0
  155. package/styles/button-group/index-lite.scss +3 -0
  156. package/styles/button-group/index.css +3 -0
  157. package/styles/button-group/index.scss +3 -0
  158. package/styles/calendar/_all.scss +2 -0
  159. package/styles/calendar/_bigger.scss +1161 -0
  160. package/styles/calendar/_bootstrap5-definition.scss +271 -0
  161. package/styles/calendar/_layout.scss +589 -0
  162. package/styles/calendar/_theme.scss +725 -0
  163. package/styles/calendar/_variables.scss +2 -0
  164. package/styles/calendar/calendar-lite.css +608 -0
  165. package/styles/calendar/calendar-lite.scss +3 -0
  166. package/styles/calendar/calendar.css +1197 -0
  167. package/styles/calendar/calendar.scss +4 -0
  168. package/styles/calendar/icons/_bootstrap5.scss +14 -0
  169. package/styles/calendar/index-lite.css +3 -0
  170. package/styles/calendar/index-lite.scss +3 -0
  171. package/styles/calendar/index.css +3 -0
  172. package/styles/calendar/index.scss +3 -0
  173. package/styles/card/_all.scss +2 -0
  174. package/styles/card/_bigger.scss +172 -0
  175. package/styles/card/_bootstrap5-definition.scss +142 -0
  176. package/styles/card/_layout.scss +387 -0
  177. package/styles/card/_theme.scss +113 -0
  178. package/styles/card/_variables.scss +2 -0
  179. package/styles/card/card-lite.css +374 -0
  180. package/styles/card/card-lite.scss +2 -0
  181. package/styles/card/card.css +509 -0
  182. package/styles/card/card.scss +3 -0
  183. package/styles/card/index-lite.css +2 -0
  184. package/styles/card/index-lite.scss +2 -0
  185. package/styles/card/index.css +2 -0
  186. package/styles/card/index.scss +2 -0
  187. package/styles/carousel/_all.scss +2 -0
  188. package/styles/carousel/_bootstrap5-definition.scss +36 -0
  189. package/styles/carousel/_layout.scss +258 -0
  190. package/styles/carousel/_theme.scss +110 -0
  191. package/styles/carousel/_variables.scss +2 -0
  192. package/styles/carousel/carousel.css +304 -0
  193. package/styles/carousel/carousel.scss +3 -0
  194. package/styles/carousel/icons/_bootstrap5.scss +31 -0
  195. package/styles/carousel/index.css +2 -0
  196. package/styles/carousel/index.scss +2 -0
  197. package/styles/chartwizard/_all.scss +2 -0
  198. package/styles/chartwizard/_bigger.scss +24 -0
  199. package/styles/chartwizard/_bootstrap5-definition.scss +12 -0
  200. package/styles/chartwizard/_layout.scss +285 -0
  201. package/styles/chartwizard/_theme.scss +58 -0
  202. package/styles/chartwizard/_variables.scss +2 -0
  203. package/styles/chartwizard/chartwizard-lite.css +348 -0
  204. package/styles/chartwizard/chartwizard-lite.scss +3 -0
  205. package/styles/chartwizard/chartwizard.css +365 -0
  206. package/styles/chartwizard/chartwizard.scss +4 -0
  207. package/styles/chartwizard/icons/_bootstrap5.scss +110 -0
  208. package/styles/chartwizard/index-lite.css +38 -0
  209. package/styles/chartwizard/index-lite.scss +38 -0
  210. package/styles/chartwizard/index.css +38 -0
  211. package/styles/chartwizard/index.scss +38 -0
  212. package/styles/chat-ui/_all.scss +2 -0
  213. package/styles/chat-ui/_bigger.scss +282 -0
  214. package/styles/chat-ui/_bootstrap5-definition.scss +429 -0
  215. package/styles/chat-ui/_layout.scss +975 -0
  216. package/styles/chat-ui/_theme.scss +436 -0
  217. package/styles/chat-ui/_variables.scss +2 -0
  218. package/styles/chat-ui/chat-ui-lite.css +1330 -0
  219. package/styles/chat-ui/chat-ui-lite.scss +3 -0
  220. package/styles/chat-ui/chat-ui.css +1622 -0
  221. package/styles/chat-ui/chat-ui.scss +4 -0
  222. package/styles/chat-ui/icons/_bootstrap5.scss +72 -0
  223. package/styles/chat-ui/index-lite.css +15 -0
  224. package/styles/chat-ui/index-lite.scss +15 -0
  225. package/styles/chat-ui/index.css +15 -0
  226. package/styles/chat-ui/index.scss +15 -0
  227. package/styles/check-box/_all.scss +2 -0
  228. package/styles/check-box/_bigger.scss +252 -0
  229. package/styles/check-box/_bootstrap5-definition.scss +92 -0
  230. package/styles/check-box/_layout.scss +330 -0
  231. package/styles/check-box/_theme.scss +286 -0
  232. package/styles/check-box/_variables.scss +2 -0
  233. package/styles/check-box/check-box-lite.css +390 -0
  234. package/styles/check-box/check-box-lite.scss +3 -0
  235. package/styles/check-box/check-box.css +559 -0
  236. package/styles/check-box/check-box.scss +4 -0
  237. package/styles/check-box/icons/_bootstrap5.scss +19 -0
  238. package/styles/check-box/index-lite.css +2 -0
  239. package/styles/check-box/index-lite.scss +2 -0
  240. package/styles/check-box/index.css +2 -0
  241. package/styles/check-box/index.scss +2 -0
  242. package/styles/chips/_all.scss +2 -0
  243. package/styles/chips/_bigger.scss +150 -0
  244. package/styles/chips/_bootstrap5-definition.scss +615 -0
  245. package/styles/chips/_layout.scss +240 -0
  246. package/styles/chips/_theme.scss +909 -0
  247. package/styles/chips/_variables.scss +2 -0
  248. package/styles/chips/chips-lite.css +1928 -0
  249. package/styles/chips/chips-lite.scss +3 -0
  250. package/styles/chips/chips.css +2034 -0
  251. package/styles/chips/chips.scss +4 -0
  252. package/styles/chips/icons/_bootstrap5.scss +14 -0
  253. package/styles/chips/index-lite.css +2 -0
  254. package/styles/chips/index-lite.scss +2 -0
  255. package/styles/chips/index.css +2 -0
  256. package/styles/chips/index.scss +2 -0
  257. package/styles/color-picker/_all.scss +2 -0
  258. package/styles/color-picker/_bigger.scss +550 -0
  259. package/styles/color-picker/_bootstrap5-definition.scss +188 -0
  260. package/styles/color-picker/_layout.scss +970 -0
  261. package/styles/color-picker/_theme.scss +217 -0
  262. package/styles/color-picker/_variables.scss +2 -0
  263. package/styles/color-picker/color-picker-lite.css +626 -0
  264. package/styles/color-picker/color-picker-lite.scss +3 -0
  265. package/styles/color-picker/color-picker.css +832 -0
  266. package/styles/color-picker/color-picker.scss +4 -0
  267. package/styles/color-picker/icons/_bootstrap5.scss +10 -0
  268. package/styles/color-picker/index-lite.css +10 -0
  269. package/styles/color-picker/index-lite.scss +10 -0
  270. package/styles/color-picker/index.css +10 -0
  271. package/styles/color-picker/index.scss +10 -0
  272. package/styles/combo-box/_all.scss +1 -0
  273. package/styles/combo-box/_bootstrap5-definition.scss +2 -0
  274. package/styles/combo-box/_variables.scss +2 -0
  275. package/styles/combo-box/combo-box.css +1 -0
  276. package/styles/combo-box/combo-box.scss +2 -0
  277. package/styles/combo-box/index.css +7 -0
  278. package/styles/combo-box/index.scss +7 -0
  279. package/styles/context-menu/_all.scss +2 -0
  280. package/styles/context-menu/_bigger.scss +111 -0
  281. package/styles/context-menu/_bootstrap5-definition.scss +69 -0
  282. package/styles/context-menu/_layout-mixin.scss +144 -0
  283. package/styles/context-menu/_layout.scss +181 -0
  284. package/styles/context-menu/_theme-mixin.scss +87 -0
  285. package/styles/context-menu/_theme.scss +79 -0
  286. package/styles/context-menu/_variables.scss +2 -0
  287. package/styles/context-menu/context-menu-lite.css +297 -0
  288. package/styles/context-menu/context-menu-lite.scss +3 -0
  289. package/styles/context-menu/context-menu.css +354 -0
  290. package/styles/context-menu/context-menu.scss +4 -0
  291. package/styles/context-menu/icons/_bootstrap5.scss +32 -0
  292. package/styles/context-menu/index-lite.css +2 -0
  293. package/styles/context-menu/index-lite.scss +2 -0
  294. package/styles/context-menu/index.css +2 -0
  295. package/styles/context-menu/index.scss +2 -0
  296. package/styles/dashboard-layout/_all.scss +2 -0
  297. package/styles/dashboard-layout/_bigger.scss +40 -0
  298. package/styles/dashboard-layout/_bootstrap5-definition.scss +111 -0
  299. package/styles/dashboard-layout/_layout.scss +234 -0
  300. package/styles/dashboard-layout/_theme.scss +117 -0
  301. package/styles/dashboard-layout/_variables.scss +2 -0
  302. package/styles/dashboard-layout/dashboard-layout-lite.css +285 -0
  303. package/styles/dashboard-layout/dashboard-layout-lite.scss +3 -0
  304. package/styles/dashboard-layout/dashboard-layout.css +300 -0
  305. package/styles/dashboard-layout/dashboard-layout.scss +4 -0
  306. package/styles/dashboard-layout/icons/_bootstrap5.scss +81 -0
  307. package/styles/dashboard-layout/index-lite.css +2 -0
  308. package/styles/dashboard-layout/index-lite.scss +2 -0
  309. package/styles/dashboard-layout/index.css +2 -0
  310. package/styles/dashboard-layout/index.scss +2 -0
  311. package/styles/data-form/_all.scss +2 -0
  312. package/styles/data-form/_bootstrap5-definition.scss +53 -0
  313. package/styles/data-form/_layout.scss +232 -0
  314. package/styles/data-form/_theme.scss +41 -0
  315. package/styles/data-form/_variables.scss +2 -0
  316. package/styles/data-form/data-form.css +240 -0
  317. package/styles/data-form/data-form.scss +2 -0
  318. package/styles/data-form/index.css +2 -0
  319. package/styles/data-form/index.scss +2 -0
  320. package/styles/datepicker/_all.scss +2 -0
  321. package/styles/datepicker/_bigger.scss +83 -0
  322. package/styles/datepicker/_bootstrap5-definition.scss +135 -0
  323. package/styles/datepicker/_layout.scss +442 -0
  324. package/styles/datepicker/_theme.scss +49 -0
  325. package/styles/datepicker/_variables.scss +2 -0
  326. package/styles/datepicker/datepicker-lite.css +394 -0
  327. package/styles/datepicker/datepicker-lite.scss +3 -0
  328. package/styles/datepicker/datepicker.css +422 -0
  329. package/styles/datepicker/datepicker.scss +4 -0
  330. package/styles/datepicker/icons/_bootstrap5.scss +54 -0
  331. package/styles/datepicker/index-lite.css +6 -0
  332. package/styles/datepicker/index-lite.scss +6 -0
  333. package/styles/datepicker/index.css +6 -0
  334. package/styles/datepicker/index.scss +6 -0
  335. package/styles/daterangepicker/_all.scss +2 -0
  336. package/styles/daterangepicker/_bigger.scss +972 -0
  337. package/styles/daterangepicker/_bootstrap5-definition.scss +318 -0
  338. package/styles/daterangepicker/_layout.scss +814 -0
  339. package/styles/daterangepicker/_theme.scss +429 -0
  340. package/styles/daterangepicker/_variables.scss +2 -0
  341. package/styles/daterangepicker/daterangepicker-lite.css +814 -0
  342. package/styles/daterangepicker/daterangepicker-lite.scss +3 -0
  343. package/styles/daterangepicker/daterangepicker.css +1425 -0
  344. package/styles/daterangepicker/daterangepicker.scss +4 -0
  345. package/styles/daterangepicker/icons/_bootstrap5.scss +76 -0
  346. package/styles/daterangepicker/index-lite.css +8 -0
  347. package/styles/daterangepicker/index-lite.scss +8 -0
  348. package/styles/daterangepicker/index.css +8 -0
  349. package/styles/daterangepicker/index.scss +8 -0
  350. package/styles/datetimepicker/_all.scss +2 -0
  351. package/styles/datetimepicker/_bigger.scss +106 -0
  352. package/styles/datetimepicker/_bootstrap5-definition.scss +76 -0
  353. package/styles/datetimepicker/_layout.scss +193 -0
  354. package/styles/datetimepicker/_theme.scss +96 -0
  355. package/styles/datetimepicker/_variables.scss +2 -0
  356. package/styles/datetimepicker/datetimepicker-lite.css +162 -0
  357. package/styles/datetimepicker/datetimepicker-lite.scss +3 -0
  358. package/styles/datetimepicker/datetimepicker.css +199 -0
  359. package/styles/datetimepicker/datetimepicker.scss +4 -0
  360. package/styles/datetimepicker/icons/_bootstrap5.scss +12 -0
  361. package/styles/datetimepicker/index-lite.css +9 -0
  362. package/styles/datetimepicker/index-lite.scss +9 -0
  363. package/styles/datetimepicker/index.css +9 -0
  364. package/styles/datetimepicker/index.scss +9 -0
  365. package/styles/diagram/_all.scss +1 -0
  366. package/styles/diagram/_bootstrap5-definition.scss +77 -0
  367. package/styles/diagram/_definition.scss +54 -0
  368. package/styles/diagram/_theme.scss +461 -0
  369. package/styles/diagram/_variables.scss +2 -0
  370. package/styles/diagram/diagram.css +449 -0
  371. package/styles/diagram/diagram.scss +2 -0
  372. package/styles/diagram/index.css +5 -0
  373. package/styles/diagram/index.scss +5 -0
  374. package/styles/dialog/_all.scss +2 -0
  375. package/styles/dialog/_bigger.scss +88 -0
  376. package/styles/dialog/_bootstrap5-definition.scss +106 -0
  377. package/styles/dialog/_layout.scss +490 -0
  378. package/styles/dialog/_theme.scss +165 -0
  379. package/styles/dialog/_variables.scss +2 -0
  380. package/styles/dialog/dialog-lite.css +491 -0
  381. package/styles/dialog/dialog-lite.scss +3 -0
  382. package/styles/dialog/dialog.css +538 -0
  383. package/styles/dialog/dialog.scss +4 -0
  384. package/styles/dialog/icons/_bootstrap5.scss +28 -0
  385. package/styles/dialog/index-lite.css +4 -0
  386. package/styles/dialog/index-lite.scss +4 -0
  387. package/styles/dialog/index.css +4 -0
  388. package/styles/dialog/index.scss +4 -0
  389. package/styles/document-editor/_all.scss +3 -0
  390. package/styles/document-editor/_bigger.scss +964 -0
  391. package/styles/document-editor/_bootstrap5-definition.scss +930 -0
  392. package/styles/document-editor/_layout.scss +445 -0
  393. package/styles/document-editor/_theme.scss +2921 -0
  394. package/styles/document-editor/_variables.scss +2 -0
  395. package/styles/document-editor/document-editor-lite.css +3297 -0
  396. package/styles/document-editor/document-editor-lite.scss +3 -0
  397. package/styles/document-editor/document-editor.css +3586 -0
  398. package/styles/document-editor/document-editor.scss +4 -0
  399. package/styles/document-editor/icons/_bootstrap5.scss +707 -0
  400. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +88 -0
  401. package/styles/document-editor/index-lite.css +27 -0
  402. package/styles/document-editor/index-lite.scss +27 -0
  403. package/styles/document-editor/index.css +27 -0
  404. package/styles/document-editor/index.scss +27 -0
  405. package/styles/document-editor-container/_all.scss +2 -0
  406. package/styles/document-editor-container/_bigger.scss +1154 -0
  407. package/styles/document-editor-container/_bootstrap5-definition.scss +389 -0
  408. package/styles/document-editor-container/_definition.scss +10 -0
  409. package/styles/document-editor-container/_layout.scss +240 -0
  410. package/styles/document-editor-container/_theme.scss +1993 -0
  411. package/styles/document-editor-container/_variables.scss +2 -0
  412. package/styles/document-editor-container/document-editor-container-lite.css +1786 -0
  413. package/styles/document-editor-container/document-editor-container-lite.scss +3 -0
  414. package/styles/document-editor-container/document-editor-container.css +2308 -0
  415. package/styles/document-editor-container/document-editor-container.scss +4 -0
  416. package/styles/document-editor-container/icons/_bootstrap5.scss +738 -0
  417. package/styles/document-editor-container/index-lite.css +31 -0
  418. package/styles/document-editor-container/index-lite.scss +31 -0
  419. package/styles/document-editor-container/index.css +31 -0
  420. package/styles/document-editor-container/index.scss +31 -0
  421. package/styles/drawing/_all.scss +1 -0
  422. package/styles/drawing/_bootstrap5-definition.scss +1 -0
  423. package/styles/drawing/_definition.scss +1 -0
  424. package/styles/drawing/_theme.scss +1 -0
  425. package/styles/drawing/_variables.scss +2 -0
  426. package/styles/drawing/drawing.css +2 -0
  427. package/styles/drawing/drawing.scss +2 -0
  428. package/styles/drawing/index.css +2 -0
  429. package/styles/drawing/index.scss +2 -0
  430. package/styles/drop-down-base/_all.scss +2 -0
  431. package/styles/drop-down-base/_bigger.scss +194 -0
  432. package/styles/drop-down-base/_bootstrap5-definition.scss +119 -0
  433. package/styles/drop-down-base/_definition.scss +24 -0
  434. package/styles/drop-down-base/_layout.scss +158 -0
  435. package/styles/drop-down-base/_theme.scss +310 -0
  436. package/styles/drop-down-base/_variables.scss +2 -0
  437. package/styles/drop-down-base/drop-down-base-lite.css +274 -0
  438. package/styles/drop-down-base/drop-down-base-lite.scss +2 -0
  439. package/styles/drop-down-base/drop-down-base.css +350 -0
  440. package/styles/drop-down-base/drop-down-base.scss +3 -0
  441. package/styles/drop-down-base/index-lite.css +2 -0
  442. package/styles/drop-down-base/index-lite.scss +2 -0
  443. package/styles/drop-down-base/index.css +2 -0
  444. package/styles/drop-down-base/index.scss +2 -0
  445. package/styles/drop-down-button/_all.scss +2 -0
  446. package/styles/drop-down-button/_bigger.scss +105 -0
  447. package/styles/drop-down-button/_bootstrap5-definition.scss +64 -0
  448. package/styles/drop-down-button/_layout.scss +248 -0
  449. package/styles/drop-down-button/_theme.scss +106 -0
  450. package/styles/drop-down-button/_variables.scss +2 -0
  451. package/styles/drop-down-button/drop-down-button-lite.css +197 -0
  452. package/styles/drop-down-button/drop-down-button-lite.scss +3 -0
  453. package/styles/drop-down-button/drop-down-button.css +256 -0
  454. package/styles/drop-down-button/drop-down-button.scss +4 -0
  455. package/styles/drop-down-button/icons/_bootstrap5.scss +11 -0
  456. package/styles/drop-down-button/index-lite.css +4 -0
  457. package/styles/drop-down-button/index-lite.scss +4 -0
  458. package/styles/drop-down-button/index.css +4 -0
  459. package/styles/drop-down-button/index.scss +4 -0
  460. package/styles/drop-down-list/_all.scss +2 -0
  461. package/styles/drop-down-list/_bigger.scss +624 -0
  462. package/styles/drop-down-list/_bootstrap5-definition.scss +166 -0
  463. package/styles/drop-down-list/_layout.scss +294 -0
  464. package/styles/drop-down-list/_theme.scss +18 -0
  465. package/styles/drop-down-list/_variables.scss +2 -0
  466. package/styles/drop-down-list/drop-down-list-lite.css +298 -0
  467. package/styles/drop-down-list/drop-down-list-lite.scss +3 -0
  468. package/styles/drop-down-list/drop-down-list.css +381 -0
  469. package/styles/drop-down-list/drop-down-list.scss +4 -0
  470. package/styles/drop-down-list/icons/_bootstrap5.scss +19 -0
  471. package/styles/drop-down-list/index-lite.css +6 -0
  472. package/styles/drop-down-list/index-lite.scss +6 -0
  473. package/styles/drop-down-list/index.css +6 -0
  474. package/styles/drop-down-list/index.scss +6 -0
  475. package/styles/drop-down-tree/_all.scss +2 -0
  476. package/styles/drop-down-tree/_bigger.scss +589 -0
  477. package/styles/drop-down-tree/_bootstrap5-definition.scss +93 -0
  478. package/styles/drop-down-tree/_layout.scss +980 -0
  479. package/styles/drop-down-tree/_theme.scss +144 -0
  480. package/styles/drop-down-tree/_variables.scss +2 -0
  481. package/styles/drop-down-tree/drop-down-tree-lite.css +340 -0
  482. package/styles/drop-down-tree/drop-down-tree-lite.scss +3 -0
  483. package/styles/drop-down-tree/drop-down-tree.css +469 -0
  484. package/styles/drop-down-tree/drop-down-tree.scss +4 -0
  485. package/styles/drop-down-tree/icons/_bootstrap5.scss +12 -0
  486. package/styles/drop-down-tree/index-lite.css +8 -0
  487. package/styles/drop-down-tree/index-lite.scss +8 -0
  488. package/styles/drop-down-tree/index.css +8 -0
  489. package/styles/drop-down-tree/index.scss +8 -0
  490. package/styles/excel-filter/_all.scss +2 -0
  491. package/styles/excel-filter/_bigger.scss +238 -0
  492. package/styles/excel-filter/_bootstrap5-definition.scss +77 -0
  493. package/styles/excel-filter/_layout.scss +405 -0
  494. package/styles/excel-filter/_theme.scss +52 -0
  495. package/styles/excel-filter/_variables.scss +2 -0
  496. package/styles/excel-filter/excel-filter-lite.css +284 -0
  497. package/styles/excel-filter/excel-filter-lite.scss +3 -0
  498. package/styles/excel-filter/excel-filter.css +400 -0
  499. package/styles/excel-filter/excel-filter.scss +4 -0
  500. package/styles/excel-filter/icons/_bootstrap5.scss +35 -0
  501. package/styles/excel-filter/index-lite.css +18 -0
  502. package/styles/excel-filter/index-lite.scss +18 -0
  503. package/styles/excel-filter/index.css +18 -0
  504. package/styles/excel-filter/index.scss +18 -0
  505. package/styles/file-manager/_all.scss +2 -0
  506. package/styles/file-manager/_bigger.scss +869 -0
  507. package/styles/file-manager/_bootstrap5-definition.scss +324 -0
  508. package/styles/file-manager/_layout.scss +1397 -0
  509. package/styles/file-manager/_theme.scss +434 -0
  510. package/styles/file-manager/_variables.scss +2 -0
  511. package/styles/file-manager/file-manager-lite.css +1070 -0
  512. package/styles/file-manager/file-manager-lite.scss +3 -0
  513. package/styles/file-manager/file-manager.css +1672 -0
  514. package/styles/file-manager/file-manager.scss +4 -0
  515. package/styles/file-manager/icons/_bootstrap5.scss +236 -0
  516. package/styles/file-manager/index-lite.css +31 -0
  517. package/styles/file-manager/index-lite.scss +31 -0
  518. package/styles/file-manager/index.css +31 -0
  519. package/styles/file-manager/index.scss +31 -0
  520. package/styles/floating-action-button/_all.scss +2 -0
  521. package/styles/floating-action-button/_bigger.scss +29 -0
  522. package/styles/floating-action-button/_bootstrap5-definition.scss +31 -0
  523. package/styles/floating-action-button/_layout.scss +113 -0
  524. package/styles/floating-action-button/_theme.scss +29 -0
  525. package/styles/floating-action-button/_variables.scss +2 -0
  526. package/styles/floating-action-button/floating-action-button-lite.css +96 -0
  527. package/styles/floating-action-button/floating-action-button-lite.scss +2 -0
  528. package/styles/floating-action-button/floating-action-button.css +132 -0
  529. package/styles/floating-action-button/floating-action-button.scss +3 -0
  530. package/styles/floating-action-button/index-lite.css +3 -0
  531. package/styles/floating-action-button/index-lite.scss +3 -0
  532. package/styles/floating-action-button/index.css +3 -0
  533. package/styles/floating-action-button/index.scss +3 -0
  534. package/styles/gantt/_all.scss +2 -0
  535. package/styles/gantt/_bigger.scss +647 -0
  536. package/styles/gantt/_bootstrap5-definition.scss +238 -0
  537. package/styles/gantt/_layout.scss +1452 -0
  538. package/styles/gantt/_theme.scss +812 -0
  539. package/styles/gantt/_variables.scss +2 -0
  540. package/styles/gantt/gantt-lite.css +1729 -0
  541. package/styles/gantt/gantt-lite.scss +3 -0
  542. package/styles/gantt/gantt.css +2031 -0
  543. package/styles/gantt/gantt.scss +4 -0
  544. package/styles/gantt/icons/_bootstrap5.scss +118 -0
  545. package/styles/gantt/index-lite.css +43 -0
  546. package/styles/gantt/index-lite.scss +43 -0
  547. package/styles/gantt/index.css +43 -0
  548. package/styles/gantt/index.scss +43 -0
  549. package/styles/grid/_all.scss +2 -0
  550. package/styles/grid/_bigger.scss +2481 -0
  551. package/styles/grid/_bootstrap5-definition.scss +601 -0
  552. package/styles/grid/_layout.scss +4393 -0
  553. package/styles/grid/_theme.scss +1033 -0
  554. package/styles/grid/_variables.scss +2 -0
  555. package/styles/grid/grid-lite.css +3949 -0
  556. package/styles/grid/grid-lite.scss +3 -0
  557. package/styles/grid/grid.css +5378 -0
  558. package/styles/grid/grid.scss +4 -0
  559. package/styles/grid/icons/_bootstrap5.scss +369 -0
  560. package/styles/grid/index-lite.css +25 -0
  561. package/styles/grid/index-lite.scss +25 -0
  562. package/styles/grid/index.css +25 -0
  563. package/styles/grid/index.scss +25 -0
  564. package/styles/grid-chart/_all.scss +2 -0
  565. package/styles/grid-chart/_bigger.scss +65 -0
  566. package/styles/grid-chart/_bootstrap5-definition.scss +11 -0
  567. package/styles/grid-chart/_layout.scss +161 -0
  568. package/styles/grid-chart/_theme.scss +63 -0
  569. package/styles/grid-chart/_variables.scss +2 -0
  570. package/styles/grid-chart/grid-chart-lite.css +213 -0
  571. package/styles/grid-chart/grid-chart-lite.scss +3 -0
  572. package/styles/grid-chart/grid-chart.css +252 -0
  573. package/styles/grid-chart/grid-chart.scss +4 -0
  574. package/styles/grid-chart/icons/_bootstrap5.scss +122 -0
  575. package/styles/grid-chart/index-lite.css +33 -0
  576. package/styles/grid-chart/index-lite.scss +33 -0
  577. package/styles/grid-chart/index.css +33 -0
  578. package/styles/grid-chart/index.scss +33 -0
  579. package/styles/h-scroll/_all.scss +2 -0
  580. package/styles/h-scroll/_bigger.scss +40 -0
  581. package/styles/h-scroll/_bootstrap5-definition.scss +90 -0
  582. package/styles/h-scroll/_layout.scss +161 -0
  583. package/styles/h-scroll/_theme.scss +147 -0
  584. package/styles/h-scroll/_variables.scss +2 -0
  585. package/styles/h-scroll/h-scroll-lite.css +243 -0
  586. package/styles/h-scroll/h-scroll-lite.scss +3 -0
  587. package/styles/h-scroll/h-scroll.css +277 -0
  588. package/styles/h-scroll/h-scroll.scss +4 -0
  589. package/styles/h-scroll/icons/_bootstrap5.scss +50 -0
  590. package/styles/h-scroll/index-lite.css +2 -0
  591. package/styles/h-scroll/index-lite.scss +2 -0
  592. package/styles/h-scroll/index.css +2 -0
  593. package/styles/h-scroll/index.scss +2 -0
  594. package/styles/icons/bootstrap5.css +1898 -0
  595. package/styles/icons/bootstrap5.scss +656 -0
  596. package/styles/image-editor/_all.scss +2 -0
  597. package/styles/image-editor/_bigger.scss +323 -0
  598. package/styles/image-editor/_bootstrap5-definition.scss +80 -0
  599. package/styles/image-editor/_layout.scss +948 -0
  600. package/styles/image-editor/_theme.scss +240 -0
  601. package/styles/image-editor/_variables.scss +2 -0
  602. package/styles/image-editor/icons/_bootstrap5.scss +260 -0
  603. package/styles/image-editor/image-editor-lite.css +675 -0
  604. package/styles/image-editor/image-editor-lite.scss +3 -0
  605. package/styles/image-editor/image-editor.css +797 -0
  606. package/styles/image-editor/image-editor.scss +4 -0
  607. package/styles/image-editor/index-lite.css +17 -0
  608. package/styles/image-editor/index-lite.scss +17 -0
  609. package/styles/image-editor/index.css +17 -0
  610. package/styles/image-editor/index.scss +17 -0
  611. package/styles/inline-ai-assist/_all.scss +2 -0
  612. package/styles/inline-ai-assist/_bigger.scss +59 -0
  613. package/styles/inline-ai-assist/_bootstrap5-definition.scss +59 -0
  614. package/styles/inline-ai-assist/_layout.scss +247 -0
  615. package/styles/inline-ai-assist/_theme.scss +108 -0
  616. package/styles/inline-ai-assist/_variables.scss +2 -0
  617. package/styles/inline-ai-assist/icons/_bootstrap5.scss +15 -0
  618. package/styles/inline-ai-assist/index-lite.css +13 -0
  619. package/styles/inline-ai-assist/index-lite.scss +13 -0
  620. package/styles/inline-ai-assist/index.css +13 -0
  621. package/styles/inline-ai-assist/index.scss +13 -0
  622. package/styles/inline-ai-assist/inline-ai-assist-lite.css +340 -0
  623. package/styles/inline-ai-assist/inline-ai-assist-lite.scss +3 -0
  624. package/styles/inline-ai-assist/inline-ai-assist.css +398 -0
  625. package/styles/inline-ai-assist/inline-ai-assist.scss +4 -0
  626. package/styles/inplace-editor/_all.scss +2 -0
  627. package/styles/inplace-editor/_bigger.scss +196 -0
  628. package/styles/inplace-editor/_bootstrap5-definition.scss +79 -0
  629. package/styles/inplace-editor/_layout.scss +444 -0
  630. package/styles/inplace-editor/_theme.scss +255 -0
  631. package/styles/inplace-editor/_variables.scss +2 -0
  632. package/styles/inplace-editor/icons/_bootstrap5.scss +20 -0
  633. package/styles/inplace-editor/index-lite.css +39 -0
  634. package/styles/inplace-editor/index-lite.scss +39 -0
  635. package/styles/inplace-editor/index.css +39 -0
  636. package/styles/inplace-editor/index.scss +39 -0
  637. package/styles/inplace-editor/inplace-editor-lite.css +479 -0
  638. package/styles/inplace-editor/inplace-editor-lite.scss +3 -0
  639. package/styles/inplace-editor/inplace-editor.css +621 -0
  640. package/styles/inplace-editor/inplace-editor.scss +4 -0
  641. package/styles/input/_all.scss +3 -0
  642. package/styles/input/_bigger.scss +6232 -0
  643. package/styles/input/_bootstrap5-definition.scss +398 -0
  644. package/styles/input/_definition.scss +232 -0
  645. package/styles/input/_layout.scss +5747 -0
  646. package/styles/input/_responsive.scss +1 -0
  647. package/styles/input/_theme.scss +2624 -0
  648. package/styles/input/_variables.scss +2 -0
  649. package/styles/input/icons/_bootstrap5.scss +18 -0
  650. package/styles/input/index-lite.css +2 -0
  651. package/styles/input/index-lite.scss +2 -0
  652. package/styles/input/index.css +2 -0
  653. package/styles/input/index.scss +2 -0
  654. package/styles/input/input-lite.css +2453 -0
  655. package/styles/input/input-lite.scss +3 -0
  656. package/styles/input/input.css +4240 -0
  657. package/styles/input/input.scss +4 -0
  658. package/styles/kanban/_all.scss +2 -0
  659. package/styles/kanban/_bigger.scss +172 -0
  660. package/styles/kanban/_bootstrap5-definition.scss +342 -0
  661. package/styles/kanban/_layout.scss +888 -0
  662. package/styles/kanban/_theme.scss +178 -0
  663. package/styles/kanban/_variables.scss +2 -0
  664. package/styles/kanban/icons/_bootstrap5.scss +48 -0
  665. package/styles/kanban/index-lite.css +17 -0
  666. package/styles/kanban/index-lite.scss +17 -0
  667. package/styles/kanban/index.css +17 -0
  668. package/styles/kanban/index.scss +17 -0
  669. package/styles/kanban/kanban-lite.css +853 -0
  670. package/styles/kanban/kanban-lite.scss +3 -0
  671. package/styles/kanban/kanban.css +1034 -0
  672. package/styles/kanban/kanban.scss +4 -0
  673. package/styles/list-box/_all.scss +2 -0
  674. package/styles/list-box/_bigger.scss +184 -0
  675. package/styles/list-box/_bootstrap5-definition.scss +168 -0
  676. package/styles/list-box/_layout.scss +495 -0
  677. package/styles/list-box/_theme.scss +334 -0
  678. package/styles/list-box/_variables.scss +2 -0
  679. package/styles/list-box/icons/_bootstrap5.scss +26 -0
  680. package/styles/list-box/index-lite.css +6 -0
  681. package/styles/list-box/index-lite.scss +6 -0
  682. package/styles/list-box/index.css +6 -0
  683. package/styles/list-box/index.scss +6 -0
  684. package/styles/list-box/list-box-lite.css +752 -0
  685. package/styles/list-box/list-box-lite.scss +3 -0
  686. package/styles/list-box/list-box.css +870 -0
  687. package/styles/list-box/list-box.scss +4 -0
  688. package/styles/list-view/_all.scss +2 -0
  689. package/styles/list-view/_bigger.scss +396 -0
  690. package/styles/list-view/_bootstrap5-definition.scss +153 -0
  691. package/styles/list-view/_layout.scss +386 -0
  692. package/styles/list-view/_theme.scss +332 -0
  693. package/styles/list-view/_variables.scss +2 -0
  694. package/styles/list-view/icons/_bootstrap5.scss +10 -0
  695. package/styles/list-view/index-lite.css +3 -0
  696. package/styles/list-view/index-lite.scss +3 -0
  697. package/styles/list-view/index.css +3 -0
  698. package/styles/list-view/index.scss +3 -0
  699. package/styles/list-view/list-view-lite.css +388 -0
  700. package/styles/list-view/list-view-lite.scss +3 -0
  701. package/styles/list-view/list-view.css +433 -0
  702. package/styles/list-view/list-view.scss +4 -0
  703. package/styles/maskedtextbox/_all.scss +2 -0
  704. package/styles/maskedtextbox/_bigger.scss +61 -0
  705. package/styles/maskedtextbox/_bootstrap5-definition.scss +24 -0
  706. package/styles/maskedtextbox/_layout.scss +98 -0
  707. package/styles/maskedtextbox/_theme.scss +11 -0
  708. package/styles/maskedtextbox/_variables.scss +2 -0
  709. package/styles/maskedtextbox/index-lite.css +3 -0
  710. package/styles/maskedtextbox/index-lite.scss +3 -0
  711. package/styles/maskedtextbox/index.css +3 -0
  712. package/styles/maskedtextbox/index.scss +3 -0
  713. package/styles/maskedtextbox/maskedtextbox-lite.css +60 -0
  714. package/styles/maskedtextbox/maskedtextbox-lite.scss +2 -0
  715. package/styles/maskedtextbox/maskedtextbox.css +134 -0
  716. package/styles/maskedtextbox/maskedtextbox.scss +3 -0
  717. package/styles/mention/_all.scss +1 -0
  718. package/styles/mention/_bootstrap5-definition.scss +1 -0
  719. package/styles/mention/_layout.scss +7 -0
  720. package/styles/mention/_variables.scss +2 -0
  721. package/styles/mention/index.css +3 -0
  722. package/styles/mention/index.scss +3 -0
  723. package/styles/mention/mention.css +1 -0
  724. package/styles/mention/mention.scss +2 -0
  725. package/styles/menu/_all.scss +2 -0
  726. package/styles/menu/_bigger.scss +382 -0
  727. package/styles/menu/_bootstrap5-definition.scss +99 -0
  728. package/styles/menu/_layout.scss +503 -0
  729. package/styles/menu/_theme.scss +430 -0
  730. package/styles/menu/_variables.scss +2 -0
  731. package/styles/menu/icons/_bootstrap5.scss +105 -0
  732. package/styles/menu/index-lite.css +6 -0
  733. package/styles/menu/index-lite.scss +6 -0
  734. package/styles/menu/index.css +6 -0
  735. package/styles/menu/index.scss +6 -0
  736. package/styles/menu/menu-lite.css +748 -0
  737. package/styles/menu/menu-lite.scss +3 -0
  738. package/styles/menu/menu.css +1073 -0
  739. package/styles/menu/menu.scss +4 -0
  740. package/styles/message/_all.scss +2 -0
  741. package/styles/message/_bigger.scss +349 -0
  742. package/styles/message/_bootstrap5-definition.scss +134 -0
  743. package/styles/message/_layout.scss +75 -0
  744. package/styles/message/_theme.scss +448 -0
  745. package/styles/message/_variables.scss +2 -0
  746. package/styles/message/icons/_bootstrap5.scss +30 -0
  747. package/styles/message/index-lite.css +2 -0
  748. package/styles/message/index-lite.scss +2 -0
  749. package/styles/message/index.css +2 -0
  750. package/styles/message/index.scss +2 -0
  751. package/styles/message/message-lite.css +301 -0
  752. package/styles/message/message-lite.scss +3 -0
  753. package/styles/message/message.css +414 -0
  754. package/styles/message/message.scss +4 -0
  755. package/styles/multi-select/_all.scss +2 -0
  756. package/styles/multi-select/_bigger.scss +1578 -0
  757. package/styles/multi-select/_bootstrap5-definition.scss +313 -0
  758. package/styles/multi-select/_layout.scss +1337 -0
  759. package/styles/multi-select/_theme.scss +566 -0
  760. package/styles/multi-select/_variables.scss +2 -0
  761. package/styles/multi-select/icons/_bootstrap5.scss +32 -0
  762. package/styles/multi-select/index-lite.css +8 -0
  763. package/styles/multi-select/index-lite.scss +8 -0
  764. package/styles/multi-select/index.css +8 -0
  765. package/styles/multi-select/index.scss +8 -0
  766. package/styles/multi-select/multi-select-lite.css +868 -0
  767. package/styles/multi-select/multi-select-lite.scss +3 -0
  768. package/styles/multi-select/multi-select.css +1150 -0
  769. package/styles/multi-select/multi-select.scss +4 -0
  770. package/styles/multicolumn-combobox/_all.scss +2 -0
  771. package/styles/multicolumn-combobox/_bigger.scss +47 -0
  772. package/styles/multicolumn-combobox/_bootstrap5-definition.scss +49 -0
  773. package/styles/multicolumn-combobox/_layout.scss +158 -0
  774. package/styles/multicolumn-combobox/_theme.scss +53 -0
  775. package/styles/multicolumn-combobox/_variables.scss +2 -0
  776. package/styles/multicolumn-combobox/icons/_bootstrap5.scss +7 -0
  777. package/styles/multicolumn-combobox/index-lite.css +28 -0
  778. package/styles/multicolumn-combobox/index-lite.scss +28 -0
  779. package/styles/multicolumn-combobox/index.css +28 -0
  780. package/styles/multicolumn-combobox/index.scss +28 -0
  781. package/styles/multicolumn-combobox/multicolumn-combobox-lite.css +190 -0
  782. package/styles/multicolumn-combobox/multicolumn-combobox-lite.scss +3 -0
  783. package/styles/multicolumn-combobox/multicolumn-combobox.css +247 -0
  784. package/styles/multicolumn-combobox/multicolumn-combobox.scss +4 -0
  785. package/styles/numerictextbox/_all.scss +2 -0
  786. package/styles/numerictextbox/_bigger.scss +61 -0
  787. package/styles/numerictextbox/_bootstrap5-definition.scss +23 -0
  788. package/styles/numerictextbox/_layout.scss +85 -0
  789. package/styles/numerictextbox/_theme.scss +24 -0
  790. package/styles/numerictextbox/_variables.scss +2 -0
  791. package/styles/numerictextbox/icons/_bootstrap5.scss +12 -0
  792. package/styles/numerictextbox/index-lite.css +3 -0
  793. package/styles/numerictextbox/index-lite.scss +3 -0
  794. package/styles/numerictextbox/index.css +3 -0
  795. package/styles/numerictextbox/index.scss +3 -0
  796. package/styles/numerictextbox/numerictextbox-lite.css +70 -0
  797. package/styles/numerictextbox/numerictextbox-lite.scss +3 -0
  798. package/styles/numerictextbox/numerictextbox.css +132 -0
  799. package/styles/numerictextbox/numerictextbox.scss +4 -0
  800. package/styles/otp-input/_all.scss +2 -0
  801. package/styles/otp-input/_bigger.scss +66 -0
  802. package/styles/otp-input/_bootstrap5-definition.scss +62 -0
  803. package/styles/otp-input/_layout.scss +95 -0
  804. package/styles/otp-input/_theme.scss +77 -0
  805. package/styles/otp-input/_variables.scss +2 -0
  806. package/styles/otp-input/index-lite.css +2 -0
  807. package/styles/otp-input/index-lite.scss +2 -0
  808. package/styles/otp-input/index.css +2 -0
  809. package/styles/otp-input/index.scss +2 -0
  810. package/styles/otp-input/otp-input-lite.css +133 -0
  811. package/styles/otp-input/otp-input-lite.scss +2 -0
  812. package/styles/otp-input/otp-input.css +217 -0
  813. package/styles/otp-input/otp-input.scss +3 -0
  814. package/styles/pager/_all.scss +2 -0
  815. package/styles/pager/_bigger.scss +365 -0
  816. package/styles/pager/_bootstrap5-definition.scss +170 -0
  817. package/styles/pager/_layout.scss +777 -0
  818. package/styles/pager/_theme.scss +190 -0
  819. package/styles/pager/_variables.scss +2 -0
  820. package/styles/pager/icons/_bootstrap5.scss +51 -0
  821. package/styles/pager/index-lite.css +2 -0
  822. package/styles/pager/index-lite.scss +2 -0
  823. package/styles/pager/index.css +2 -0
  824. package/styles/pager/index.scss +2 -0
  825. package/styles/pager/pager-lite.css +603 -0
  826. package/styles/pager/pager-lite.scss +3 -0
  827. package/styles/pager/pager.css +821 -0
  828. package/styles/pager/pager.scss +4 -0
  829. package/styles/pdfviewer/_all.scss +2 -0
  830. package/styles/pdfviewer/_bigger.scss +1531 -0
  831. package/styles/pdfviewer/_bootstrap5-definition.scss +912 -0
  832. package/styles/pdfviewer/_layout.scss +197 -0
  833. package/styles/pdfviewer/_theme.scss +9139 -0
  834. package/styles/pdfviewer/_variables.scss +2 -0
  835. package/styles/pdfviewer/icons/_bootstrap5.scss +597 -0
  836. package/styles/pdfviewer/index-lite.css +54 -0
  837. package/styles/pdfviewer/index-lite.scss +54 -0
  838. package/styles/pdfviewer/index.css +54 -0
  839. package/styles/pdfviewer/index.scss +54 -0
  840. package/styles/pdfviewer/pdfviewer-lite.css +5580 -0
  841. package/styles/pdfviewer/pdfviewer-lite.scss +3 -0
  842. package/styles/pdfviewer/pdfviewer.css +5942 -0
  843. package/styles/pdfviewer/pdfviewer.scss +4 -0
  844. package/styles/pivotfieldlist/_all.scss +2 -0
  845. package/styles/pivotfieldlist/_bigger.scss +859 -0
  846. package/styles/pivotfieldlist/_bootstrap5-definition.scss +358 -0
  847. package/styles/pivotfieldlist/_layout.scss +1675 -0
  848. package/styles/pivotfieldlist/_theme.scss +1701 -0
  849. package/styles/pivotfieldlist/_variables.scss +2 -0
  850. package/styles/pivotfieldlist/icons/_bootstrap5.scss +356 -0
  851. package/styles/pivotfieldlist/index-lite.css +30 -0
  852. package/styles/pivotfieldlist/index-lite.scss +30 -0
  853. package/styles/pivotfieldlist/index.css +30 -0
  854. package/styles/pivotfieldlist/index.scss +30 -0
  855. package/styles/pivotfieldlist/pivotfieldlist-lite.css +2993 -0
  856. package/styles/pivotfieldlist/pivotfieldlist-lite.scss +3 -0
  857. package/styles/pivotfieldlist/pivotfieldlist.css +3855 -0
  858. package/styles/pivotfieldlist/pivotfieldlist.scss +4 -0
  859. package/styles/pivotview/_all.scss +2 -0
  860. package/styles/pivotview/_bigger.scss +637 -0
  861. package/styles/pivotview/_bootstrap5-definition.scss +291 -0
  862. package/styles/pivotview/_layout.scss +1030 -0
  863. package/styles/pivotview/_theme.scss +1809 -0
  864. package/styles/pivotview/_variables.scss +2 -0
  865. package/styles/pivotview/icons/_bootstrap5.scss +184 -0
  866. package/styles/pivotview/index-lite.css +39 -0
  867. package/styles/pivotview/index-lite.scss +39 -0
  868. package/styles/pivotview/index.css +39 -0
  869. package/styles/pivotview/index.scss +39 -0
  870. package/styles/pivotview/pivotview-lite.css +2303 -0
  871. package/styles/pivotview/pivotview-lite.scss +3 -0
  872. package/styles/pivotview/pivotview.css +3093 -0
  873. package/styles/pivotview/pivotview.scss +4 -0
  874. package/styles/popup/_all.scss +1 -0
  875. package/styles/popup/_bootstrap5-definition.scss +5 -0
  876. package/styles/popup/_layout.scss +20 -0
  877. package/styles/popup/_variables.scss +2 -0
  878. package/styles/popup/index.css +2 -0
  879. package/styles/popup/index.scss +2 -0
  880. package/styles/popup/popup.css +14 -0
  881. package/styles/popup/popup.scss +2 -0
  882. package/styles/progress-button/_all.scss +2 -0
  883. package/styles/progress-button/_bigger.scss +98 -0
  884. package/styles/progress-button/_bootstrap5-definition.scss +37 -0
  885. package/styles/progress-button/_layout.scss +327 -0
  886. package/styles/progress-button/_theme.scss +844 -0
  887. package/styles/progress-button/_variables.scss +2 -0
  888. package/styles/progress-button/index-lite.css +4 -0
  889. package/styles/progress-button/index-lite.scss +4 -0
  890. package/styles/progress-button/index.css +4 -0
  891. package/styles/progress-button/index.scss +4 -0
  892. package/styles/progress-button/progress-button-lite.css +364 -0
  893. package/styles/progress-button/progress-button-lite.scss +2 -0
  894. package/styles/progress-button/progress-button.css +436 -0
  895. package/styles/progress-button/progress-button.scss +3 -0
  896. package/styles/query-builder/_all.scss +2 -0
  897. package/styles/query-builder/_bigger.scss +223 -0
  898. package/styles/query-builder/_bootstrap5-definition.scss +150 -0
  899. package/styles/query-builder/_layout.scss +811 -0
  900. package/styles/query-builder/_theme.scss +240 -0
  901. package/styles/query-builder/_variables.scss +2 -0
  902. package/styles/query-builder/icons/_bootstrap5.scss +12 -0
  903. package/styles/query-builder/index-lite.css +18 -0
  904. package/styles/query-builder/index-lite.scss +18 -0
  905. package/styles/query-builder/index.css +18 -0
  906. package/styles/query-builder/index.scss +18 -0
  907. package/styles/query-builder/query-builder-lite.css +575 -0
  908. package/styles/query-builder/query-builder-lite.scss +3 -0
  909. package/styles/query-builder/query-builder.css +752 -0
  910. package/styles/query-builder/query-builder.scss +4 -0
  911. package/styles/radio-button/_all.scss +2 -0
  912. package/styles/radio-button/_bigger.scss +275 -0
  913. package/styles/radio-button/_bootstrap5-definition.scss +84 -0
  914. package/styles/radio-button/_layout.scss +385 -0
  915. package/styles/radio-button/_theme.scss +194 -0
  916. package/styles/radio-button/_variables.scss +2 -0
  917. package/styles/radio-button/index-lite.css +2 -0
  918. package/styles/radio-button/index-lite.scss +2 -0
  919. package/styles/radio-button/index.css +2 -0
  920. package/styles/radio-button/index.scss +2 -0
  921. package/styles/radio-button/radio-button-lite.css +301 -0
  922. package/styles/radio-button/radio-button-lite.scss +2 -0
  923. package/styles/radio-button/radio-button.css +477 -0
  924. package/styles/radio-button/radio-button.scss +3 -0
  925. package/styles/rating/_all.scss +2 -0
  926. package/styles/rating/_bigger.scss +34 -0
  927. package/styles/rating/_bootstrap5-definition.scss +60 -0
  928. package/styles/rating/_layout.scss +186 -0
  929. package/styles/rating/_theme.scss +199 -0
  930. package/styles/rating/_variables.scss +2 -0
  931. package/styles/rating/index-lite.css +3 -0
  932. package/styles/rating/index-lite.scss +3 -0
  933. package/styles/rating/index.css +3 -0
  934. package/styles/rating/index.scss +3 -0
  935. package/styles/rating/rating-lite.css +246 -0
  936. package/styles/rating/rating-lite.scss +2 -0
  937. package/styles/rating/rating.css +288 -0
  938. package/styles/rating/rating.scss +3 -0
  939. package/styles/recurrence-editor/_all.scss +2 -0
  940. package/styles/recurrence-editor/_bigger.scss +134 -0
  941. package/styles/recurrence-editor/_bootstrap5-definition.scss +41 -0
  942. package/styles/recurrence-editor/_layout.scss +425 -0
  943. package/styles/recurrence-editor/_theme.scss +1 -0
  944. package/styles/recurrence-editor/_variables.scss +2 -0
  945. package/styles/recurrence-editor/index-lite.css +12 -0
  946. package/styles/recurrence-editor/index-lite.scss +12 -0
  947. package/styles/recurrence-editor/index.css +12 -0
  948. package/styles/recurrence-editor/index.scss +12 -0
  949. package/styles/recurrence-editor/recurrence-editor-lite.css +312 -0
  950. package/styles/recurrence-editor/recurrence-editor-lite.scss +2 -0
  951. package/styles/recurrence-editor/recurrence-editor.css +397 -0
  952. package/styles/recurrence-editor/recurrence-editor.scss +3 -0
  953. package/styles/ribbon/_all.scss +2 -0
  954. package/styles/ribbon/_bigger.scss +565 -0
  955. package/styles/ribbon/_bootstrap5-definition.scss +555 -0
  956. package/styles/ribbon/_layout.scss +1484 -0
  957. package/styles/ribbon/_theme.scss +600 -0
  958. package/styles/ribbon/_variables.scss +2 -0
  959. package/styles/ribbon/icons/_bootstrap5.scss +10 -0
  960. package/styles/ribbon/index-lite.css +23 -0
  961. package/styles/ribbon/index-lite.scss +23 -0
  962. package/styles/ribbon/index.css +23 -0
  963. package/styles/ribbon/index.scss +23 -0
  964. package/styles/ribbon/ribbon-lite.css +2076 -0
  965. package/styles/ribbon/ribbon-lite.scss +3 -0
  966. package/styles/ribbon/ribbon.css +2722 -0
  967. package/styles/ribbon/ribbon.scss +4 -0
  968. package/styles/rich-text-editor/_all.scss +2 -0
  969. package/styles/rich-text-editor/_bigger.scss +467 -0
  970. package/styles/rich-text-editor/_bootstrap5-definition.scss +712 -0
  971. package/styles/rich-text-editor/_layout.scss +2767 -0
  972. package/styles/rich-text-editor/_theme.scss +892 -0
  973. package/styles/rich-text-editor/_variables.scss +2 -0
  974. package/styles/rich-text-editor/icons/_bootstrap5.scss +393 -0
  975. package/styles/rich-text-editor/index-lite.css +27 -0
  976. package/styles/rich-text-editor/index-lite.scss +27 -0
  977. package/styles/rich-text-editor/index.css +27 -0
  978. package/styles/rich-text-editor/index.scss +27 -0
  979. package/styles/rich-text-editor/rich-text-editor-lite.css +3530 -0
  980. package/styles/rich-text-editor/rich-text-editor-lite.scss +3 -0
  981. package/styles/rich-text-editor/rich-text-editor.css +3820 -0
  982. package/styles/rich-text-editor/rich-text-editor.scss +4 -0
  983. package/styles/schedule/_all.scss +2 -0
  984. package/styles/schedule/_bigger.scss +802 -0
  985. package/styles/schedule/_bootstrap5-definition.scss +392 -0
  986. package/styles/schedule/_layout.scss +3966 -0
  987. package/styles/schedule/_theme.scss +586 -0
  988. package/styles/schedule/_variables.scss +2 -0
  989. package/styles/schedule/icons/_bootstrap5.scss +221 -0
  990. package/styles/schedule/index-lite.css +25 -0
  991. package/styles/schedule/index-lite.scss +25 -0
  992. package/styles/schedule/index.css +25 -0
  993. package/styles/schedule/index.scss +25 -0
  994. package/styles/schedule/schedule-lite.css +3774 -0
  995. package/styles/schedule/schedule-lite.scss +3 -0
  996. package/styles/schedule/schedule.css +4418 -0
  997. package/styles/schedule/schedule.scss +4 -0
  998. package/styles/sidebar/_all.scss +3 -0
  999. package/styles/sidebar/_bootstrap5-definition.scss +11 -0
  1000. package/styles/sidebar/_icons.scss +1 -0
  1001. package/styles/sidebar/_layout.scss +1 -0
  1002. package/styles/sidebar/_theme.scss +252 -0
  1003. package/styles/sidebar/_variables.scss +2 -0
  1004. package/styles/sidebar/index.css +2 -0
  1005. package/styles/sidebar/index.scss +2 -0
  1006. package/styles/sidebar/sidebar.css +178 -0
  1007. package/styles/sidebar/sidebar.scss +2 -0
  1008. package/styles/signature/_all.scss +2 -0
  1009. package/styles/signature/_bootstrap5-definition.scss +5 -0
  1010. package/styles/signature/_layout.scss +9 -0
  1011. package/styles/signature/_theme.scss +8 -0
  1012. package/styles/signature/_variables.scss +2 -0
  1013. package/styles/signature/index.css +2 -0
  1014. package/styles/signature/index.scss +2 -0
  1015. package/styles/signature/signature.css +8 -0
  1016. package/styles/signature/signature.scss +2 -0
  1017. package/styles/skeleton/_all.scss +2 -0
  1018. package/styles/skeleton/_bootstrap5-definition.scss +17 -0
  1019. package/styles/skeleton/_layout.scss +98 -0
  1020. package/styles/skeleton/_theme.scss +30 -0
  1021. package/styles/skeleton/_variables.scss +2 -0
  1022. package/styles/skeleton/index.css +2 -0
  1023. package/styles/skeleton/index.scss +2 -0
  1024. package/styles/skeleton/skeleton.css +78 -0
  1025. package/styles/skeleton/skeleton.scss +2 -0
  1026. package/styles/slider/_all.scss +3 -0
  1027. package/styles/slider/_bigger.scss +479 -0
  1028. package/styles/slider/_bootstrap5-definition.scss +149 -0
  1029. package/styles/slider/_icons.scss +1 -0
  1030. package/styles/slider/_layout.scss +1616 -0
  1031. package/styles/slider/_theme.scss +246 -0
  1032. package/styles/slider/_variables.scss +2 -0
  1033. package/styles/slider/index-lite.css +4 -0
  1034. package/styles/slider/index-lite.scss +4 -0
  1035. package/styles/slider/index.css +4 -0
  1036. package/styles/slider/index.scss +4 -0
  1037. package/styles/slider/slider-lite.css +455 -0
  1038. package/styles/slider/slider-lite.scss +2 -0
  1039. package/styles/slider/slider.css +619 -0
  1040. package/styles/slider/slider.scss +3 -0
  1041. package/styles/smart-textarea/_all.scss +2 -0
  1042. package/styles/smart-textarea/_bootstrap5-definition.scss +5 -0
  1043. package/styles/smart-textarea/_layout.scss +35 -0
  1044. package/styles/smart-textarea/_theme.scss +17 -0
  1045. package/styles/smart-textarea/_variables.scss +2 -0
  1046. package/styles/smart-textarea/index.css +5 -0
  1047. package/styles/smart-textarea/index.scss +5 -0
  1048. package/styles/smart-textarea/smart-textarea.css +45 -0
  1049. package/styles/smart-textarea/smart-textarea.scss +2 -0
  1050. package/styles/smartpdfviewer/_all.scss +2 -0
  1051. package/styles/smartpdfviewer/_bigger.scss +66 -0
  1052. package/styles/smartpdfviewer/_bootstrap5-definition.scss +96 -0
  1053. package/styles/smartpdfviewer/_layout.scss +1 -0
  1054. package/styles/smartpdfviewer/_theme.scss +368 -0
  1055. package/styles/smartpdfviewer/_variables.scss +2 -0
  1056. package/styles/smartpdfviewer/icons/_bootstrap5.scss +20 -0
  1057. package/styles/smartpdfviewer/index-lite.css +56 -0
  1058. package/styles/smartpdfviewer/index-lite.scss +56 -0
  1059. package/styles/smartpdfviewer/index.css +56 -0
  1060. package/styles/smartpdfviewer/index.scss +56 -0
  1061. package/styles/smartpdfviewer/smartpdfviewer-lite.css +221 -0
  1062. package/styles/smartpdfviewer/smartpdfviewer-lite.scss +3 -0
  1063. package/styles/smartpdfviewer/smartpdfviewer.css +241 -0
  1064. package/styles/smartpdfviewer/smartpdfviewer.scss +4 -0
  1065. package/styles/sortable/_all.scss +1 -0
  1066. package/styles/sortable/_bootstrap5-definition.scss +1 -0
  1067. package/styles/sortable/_layout.scss +29 -0
  1068. package/styles/sortable/_variables.scss +2 -0
  1069. package/styles/sortable/index.css +2 -0
  1070. package/styles/sortable/index.scss +2 -0
  1071. package/styles/sortable/sortable.css +25 -0
  1072. package/styles/sortable/sortable.scss +2 -0
  1073. package/styles/speech-to-text/_all.scss +2 -0
  1074. package/styles/speech-to-text/_bigger.scss +50 -0
  1075. package/styles/speech-to-text/_bootstrap5-definition.scss +30 -0
  1076. package/styles/speech-to-text/_layout.scss +58 -0
  1077. package/styles/speech-to-text/_theme.scss +31 -0
  1078. package/styles/speech-to-text/_variables.scss +2 -0
  1079. package/styles/speech-to-text/icons/_bootstrap5.scss +9 -0
  1080. package/styles/speech-to-text/index-lite.css +4 -0
  1081. package/styles/speech-to-text/index-lite.scss +4 -0
  1082. package/styles/speech-to-text/index.css +4 -0
  1083. package/styles/speech-to-text/index.scss +4 -0
  1084. package/styles/speech-to-text/speech-to-text-lite.css +55 -0
  1085. package/styles/speech-to-text/speech-to-text-lite.scss +3 -0
  1086. package/styles/speech-to-text/speech-to-text.css +82 -0
  1087. package/styles/speech-to-text/speech-to-text.scss +4 -0
  1088. package/styles/speed-dial/_all.scss +2 -0
  1089. package/styles/speed-dial/_bigger.scss +66 -0
  1090. package/styles/speed-dial/_bootstrap5-definition.scss +73 -0
  1091. package/styles/speed-dial/_layout.scss +329 -0
  1092. package/styles/speed-dial/_theme.scss +88 -0
  1093. package/styles/speed-dial/_variables.scss +2 -0
  1094. package/styles/speed-dial/index-lite.css +4 -0
  1095. package/styles/speed-dial/index-lite.scss +4 -0
  1096. package/styles/speed-dial/index.css +4 -0
  1097. package/styles/speed-dial/index.scss +4 -0
  1098. package/styles/speed-dial/speed-dial-lite.css +288 -0
  1099. package/styles/speed-dial/speed-dial-lite.scss +2 -0
  1100. package/styles/speed-dial/speed-dial.css +372 -0
  1101. package/styles/speed-dial/speed-dial.scss +3 -0
  1102. package/styles/spinner/_all.scss +3 -0
  1103. package/styles/spinner/_bootstrap5-definition.scss +83 -0
  1104. package/styles/spinner/_definition.scss +1 -0
  1105. package/styles/spinner/_icons.scss +1 -0
  1106. package/styles/spinner/_layout.scss +162 -0
  1107. package/styles/spinner/_theme.scss +81 -0
  1108. package/styles/spinner/_variables.scss +2 -0
  1109. package/styles/spinner/index.css +2 -0
  1110. package/styles/spinner/index.scss +2 -0
  1111. package/styles/spinner/spinner.css +219 -0
  1112. package/styles/spinner/spinner.scss +2 -0
  1113. package/styles/split-button/_all.scss +2 -0
  1114. package/styles/split-button/_bigger.scss +140 -0
  1115. package/styles/split-button/_bootstrap5-definition.scss +71 -0
  1116. package/styles/split-button/_layout.scss +337 -0
  1117. package/styles/split-button/_theme.scss +191 -0
  1118. package/styles/split-button/_variables.scss +2 -0
  1119. package/styles/split-button/index-lite.css +5 -0
  1120. package/styles/split-button/index-lite.scss +5 -0
  1121. package/styles/split-button/index.css +5 -0
  1122. package/styles/split-button/index.scss +5 -0
  1123. package/styles/split-button/split-button-lite.css +244 -0
  1124. package/styles/split-button/split-button-lite.scss +2 -0
  1125. package/styles/split-button/split-button.css +317 -0
  1126. package/styles/split-button/split-button.scss +3 -0
  1127. package/styles/splitter/_all.scss +3 -0
  1128. package/styles/splitter/_bigger.scss +79 -0
  1129. package/styles/splitter/_bootstrap5-definition.scss +78 -0
  1130. package/styles/splitter/_definition.scss +1 -0
  1131. package/styles/splitter/_layout.scss +362 -0
  1132. package/styles/splitter/_responsive.scss +1 -0
  1133. package/styles/splitter/_theme.scss +204 -0
  1134. package/styles/splitter/_variables.scss +2 -0
  1135. package/styles/splitter/icons/_bootstrap5.scss +22 -0
  1136. package/styles/splitter/index-lite.css +2 -0
  1137. package/styles/splitter/index-lite.scss +2 -0
  1138. package/styles/splitter/index.css +2 -0
  1139. package/styles/splitter/index.scss +2 -0
  1140. package/styles/splitter/splitter-lite.css +449 -0
  1141. package/styles/splitter/splitter-lite.scss +3 -0
  1142. package/styles/splitter/splitter.css +485 -0
  1143. package/styles/splitter/splitter.scss +4 -0
  1144. package/styles/spreadsheet/_all.scss +2 -0
  1145. package/styles/spreadsheet/_bigger.scss +1479 -0
  1146. package/styles/spreadsheet/_bootstrap5-definition.scss +439 -0
  1147. package/styles/spreadsheet/_layout.scss +5512 -0
  1148. package/styles/spreadsheet/_theme.scss +2330 -0
  1149. package/styles/spreadsheet/_variables.scss +2 -0
  1150. package/styles/spreadsheet/icons/_bootstrap5.scss +1192 -0
  1151. package/styles/spreadsheet/index-lite.css +41 -0
  1152. package/styles/spreadsheet/index-lite.scss +41 -0
  1153. package/styles/spreadsheet/index.css +41 -0
  1154. package/styles/spreadsheet/index.scss +41 -0
  1155. package/styles/spreadsheet/spreadsheet-lite.css +5239 -0
  1156. package/styles/spreadsheet/spreadsheet-lite.scss +3 -0
  1157. package/styles/spreadsheet/spreadsheet.css +5555 -0
  1158. package/styles/spreadsheet/spreadsheet.scss +4 -0
  1159. package/styles/spreadsheet-ribbon/_all.scss +2 -0
  1160. package/styles/spreadsheet-ribbon/_bigger.scss +147 -0
  1161. package/styles/spreadsheet-ribbon/_bootstrap5-definition.scss +45 -0
  1162. package/styles/spreadsheet-ribbon/_layout.scss +331 -0
  1163. package/styles/spreadsheet-ribbon/_mixin.scss +72 -0
  1164. package/styles/spreadsheet-ribbon/_theme.scss +178 -0
  1165. package/styles/spreadsheet-ribbon/_variables.scss +2 -0
  1166. package/styles/spreadsheet-ribbon/icons/_bootstrap5.scss +34 -0
  1167. package/styles/spreadsheet-ribbon/index-lite.css +2 -0
  1168. package/styles/spreadsheet-ribbon/index-lite.scss +2 -0
  1169. package/styles/spreadsheet-ribbon/index.css +2 -0
  1170. package/styles/spreadsheet-ribbon/index.scss +2 -0
  1171. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.css +226 -0
  1172. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.scss +3 -0
  1173. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.css +296 -0
  1174. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.scss +4 -0
  1175. package/styles/stepper/_all.scss +2 -0
  1176. package/styles/stepper/_bigger.scss +54 -0
  1177. package/styles/stepper/_bootstrap5-definition.scss +103 -0
  1178. package/styles/stepper/_layout.scss +435 -0
  1179. package/styles/stepper/_theme.scss +197 -0
  1180. package/styles/stepper/_variables.scss +2 -0
  1181. package/styles/stepper/icons/_bootstrap5.scss +6 -0
  1182. package/styles/stepper/index-lite.css +3 -0
  1183. package/styles/stepper/index-lite.scss +3 -0
  1184. package/styles/stepper/index.css +3 -0
  1185. package/styles/stepper/index.scss +3 -0
  1186. package/styles/stepper/stepper-lite.css +569 -0
  1187. package/styles/stepper/stepper-lite.scss +3 -0
  1188. package/styles/stepper/stepper.css +665 -0
  1189. package/styles/stepper/stepper.scss +4 -0
  1190. package/styles/stock-chart/index-lite.css +12 -0
  1191. package/styles/stock-chart/index-lite.scss +12 -0
  1192. package/styles/stock-chart/index.css +12 -0
  1193. package/styles/stock-chart/index.scss +12 -0
  1194. package/styles/switch/_all.scss +2 -0
  1195. package/styles/switch/_bigger.scss +286 -0
  1196. package/styles/switch/_bootstrap5-definition.scss +145 -0
  1197. package/styles/switch/_layout.scss +388 -0
  1198. package/styles/switch/_theme.scss +518 -0
  1199. package/styles/switch/_variables.scss +2 -0
  1200. package/styles/switch/index-lite.css +2 -0
  1201. package/styles/switch/index-lite.scss +2 -0
  1202. package/styles/switch/index.css +2 -0
  1203. package/styles/switch/index.scss +2 -0
  1204. package/styles/switch/switch-lite.css +604 -0
  1205. package/styles/switch/switch-lite.scss +2 -0
  1206. package/styles/switch/switch.css +902 -0
  1207. package/styles/switch/switch.scss +3 -0
  1208. package/styles/tab/_all.scss +2 -0
  1209. package/styles/tab/_bigger.scss +1277 -0
  1210. package/styles/tab/_bootstrap5-definition.scss +684 -0
  1211. package/styles/tab/_icons.scss +35 -0
  1212. package/styles/tab/_layout.scss +2192 -0
  1213. package/styles/tab/_theme.scss +1581 -0
  1214. package/styles/tab/_variables.scss +2 -0
  1215. package/styles/tab/icons/_bootstrap5.scss +91 -0
  1216. package/styles/tab/index-lite.css +7 -0
  1217. package/styles/tab/index-lite.scss +7 -0
  1218. package/styles/tab/index.css +7 -0
  1219. package/styles/tab/index.scss +7 -0
  1220. package/styles/tab/tab-lite.css +2822 -0
  1221. package/styles/tab/tab-lite.scss +3 -0
  1222. package/styles/tab/tab.css +4022 -0
  1223. package/styles/tab/tab.scss +4 -0
  1224. package/styles/textarea/_all.scss +1 -0
  1225. package/styles/textarea/_bootstrap5-definition.scss +15 -0
  1226. package/styles/textarea/_layout.scss +266 -0
  1227. package/styles/textarea/_theme.scss +1 -0
  1228. package/styles/textarea/_variables.scss +2 -0
  1229. package/styles/textarea/index.css +4 -0
  1230. package/styles/textarea/index.scss +4 -0
  1231. package/styles/textarea/textarea.css +472 -0
  1232. package/styles/textarea/textarea.scss +2 -0
  1233. package/styles/textbox/_all.scss +1 -0
  1234. package/styles/textbox/_bigger.scss +464 -0
  1235. package/styles/textbox/_bootstrap5-definition.scss +105 -0
  1236. package/styles/textbox/_layout.scss +601 -0
  1237. package/styles/textbox/_theme.scss +1 -0
  1238. package/styles/textbox/_variables.scss +2 -0
  1239. package/styles/textbox/index-lite.css +3 -0
  1240. package/styles/textbox/index-lite.scss +3 -0
  1241. package/styles/textbox/index.css +3 -0
  1242. package/styles/textbox/index.scss +3 -0
  1243. package/styles/textbox/textbox-lite.css +355 -0
  1244. package/styles/textbox/textbox-lite.scss +2 -0
  1245. package/styles/textbox/textbox.css +636 -0
  1246. package/styles/textbox/textbox.scss +3 -0
  1247. package/styles/timeline/_all.scss +2 -0
  1248. package/styles/timeline/_bigger.scss +49 -0
  1249. package/styles/timeline/_bootstrap5-definition.scss +28 -0
  1250. package/styles/timeline/_layout.scss +277 -0
  1251. package/styles/timeline/_theme.scss +44 -0
  1252. package/styles/timeline/_variables.scss +2 -0
  1253. package/styles/timeline/index-lite.css +2 -0
  1254. package/styles/timeline/index-lite.scss +2 -0
  1255. package/styles/timeline/index.css +2 -0
  1256. package/styles/timeline/index.scss +2 -0
  1257. package/styles/timeline/timeline-lite.css +225 -0
  1258. package/styles/timeline/timeline-lite.scss +2 -0
  1259. package/styles/timeline/timeline.css +264 -0
  1260. package/styles/timeline/timeline.scss +3 -0
  1261. package/styles/timepicker/_all.scss +2 -0
  1262. package/styles/timepicker/_bigger.scss +93 -0
  1263. package/styles/timepicker/_bootstrap5-definition.scss +100 -0
  1264. package/styles/timepicker/_layout.scss +234 -0
  1265. package/styles/timepicker/_theme.scss +135 -0
  1266. package/styles/timepicker/_variables.scss +2 -0
  1267. package/styles/timepicker/icons/_bootstrap5.scss +25 -0
  1268. package/styles/timepicker/index-lite.css +4 -0
  1269. package/styles/timepicker/index-lite.scss +4 -0
  1270. package/styles/timepicker/index.css +4 -0
  1271. package/styles/timepicker/index.scss +4 -0
  1272. package/styles/timepicker/timepicker-lite.css +252 -0
  1273. package/styles/timepicker/timepicker-lite.scss +3 -0
  1274. package/styles/timepicker/timepicker.css +289 -0
  1275. package/styles/timepicker/timepicker.scss +4 -0
  1276. package/styles/toast/_all.scss +2 -0
  1277. package/styles/toast/_bigger.scss +182 -0
  1278. package/styles/toast/_bootstrap5-definition.scss +152 -0
  1279. package/styles/toast/_layout.scss +279 -0
  1280. package/styles/toast/_theme.scss +266 -0
  1281. package/styles/toast/_variables.scss +2 -0
  1282. package/styles/toast/icons/_bootstrap5.scss +29 -0
  1283. package/styles/toast/index-lite.css +3 -0
  1284. package/styles/toast/index-lite.scss +3 -0
  1285. package/styles/toast/index.css +3 -0
  1286. package/styles/toast/index.scss +3 -0
  1287. package/styles/toast/toast-lite.css +361 -0
  1288. package/styles/toast/toast-lite.scss +3 -0
  1289. package/styles/toast/toast.css +501 -0
  1290. package/styles/toast/toast.scss +4 -0
  1291. package/styles/toolbar/_all.scss +2 -0
  1292. package/styles/toolbar/_bigger.scss +332 -0
  1293. package/styles/toolbar/_bootstrap5-definition.scss +214 -0
  1294. package/styles/toolbar/_layout.scss +795 -0
  1295. package/styles/toolbar/_theme.scss +429 -0
  1296. package/styles/toolbar/_variables.scss +2 -0
  1297. package/styles/toolbar/icons/_bootstrap5.scss +15 -0
  1298. package/styles/toolbar/index-lite.css +6 -0
  1299. package/styles/toolbar/index-lite.scss +6 -0
  1300. package/styles/toolbar/index.css +6 -0
  1301. package/styles/toolbar/index.scss +6 -0
  1302. package/styles/toolbar/toolbar-lite.css +859 -0
  1303. package/styles/toolbar/toolbar-lite.scss +3 -0
  1304. package/styles/toolbar/toolbar.css +1124 -0
  1305. package/styles/toolbar/toolbar.scss +4 -0
  1306. package/styles/tooltip/_all.scss +2 -0
  1307. package/styles/tooltip/_bigger.scss +47 -0
  1308. package/styles/tooltip/_bootstrap5-definition.scss +68 -0
  1309. package/styles/tooltip/_layout.scss +101 -0
  1310. package/styles/tooltip/_theme.scss +132 -0
  1311. package/styles/tooltip/_variables.scss +2 -0
  1312. package/styles/tooltip/icons/_bootstrap5.scss +27 -0
  1313. package/styles/tooltip/index-lite.css +2 -0
  1314. package/styles/tooltip/index-lite.scss +2 -0
  1315. package/styles/tooltip/index.css +2 -0
  1316. package/styles/tooltip/index.scss +2 -0
  1317. package/styles/tooltip/tooltip-lite.css +169 -0
  1318. package/styles/tooltip/tooltip-lite.scss +3 -0
  1319. package/styles/tooltip/tooltip.css +190 -0
  1320. package/styles/tooltip/tooltip.scss +4 -0
  1321. package/styles/treegrid/_all.scss +2 -0
  1322. package/styles/treegrid/_bigger.scss +70 -0
  1323. package/styles/treegrid/_bootstrap5-definition.scss +28 -0
  1324. package/styles/treegrid/_icons.scss +47 -0
  1325. package/styles/treegrid/_layout.scss +531 -0
  1326. package/styles/treegrid/_theme.scss +1 -0
  1327. package/styles/treegrid/_variables.scss +2 -0
  1328. package/styles/treegrid/icons/_bootstrap5.scss +48 -0
  1329. package/styles/treegrid/index-lite.css +26 -0
  1330. package/styles/treegrid/index-lite.scss +26 -0
  1331. package/styles/treegrid/index.css +26 -0
  1332. package/styles/treegrid/index.scss +26 -0
  1333. package/styles/treegrid/treegrid-lite.css +381 -0
  1334. package/styles/treegrid/treegrid-lite.scss +3 -0
  1335. package/styles/treegrid/treegrid.css +401 -0
  1336. package/styles/treegrid/treegrid.scss +4 -0
  1337. package/styles/treeview/_all.scss +2 -0
  1338. package/styles/treeview/_bigger.scss +514 -0
  1339. package/styles/treeview/_bootstrap5-definition.scss +160 -0
  1340. package/styles/treeview/_layout.scss +822 -0
  1341. package/styles/treeview/_theme.scss +409 -0
  1342. package/styles/treeview/_variables.scss +2 -0
  1343. package/styles/treeview/icons/_bootstrap5.scss +45 -0
  1344. package/styles/treeview/index-lite.css +4 -0
  1345. package/styles/treeview/index-lite.scss +4 -0
  1346. package/styles/treeview/index.css +4 -0
  1347. package/styles/treeview/index.scss +4 -0
  1348. package/styles/treeview/treeview-lite.css +639 -0
  1349. package/styles/treeview/treeview-lite.scss +3 -0
  1350. package/styles/treeview/treeview.css +895 -0
  1351. package/styles/treeview/treeview.scss +4 -0
  1352. package/styles/uploader/_all.scss +2 -0
  1353. package/styles/uploader/_bigger.scss +814 -0
  1354. package/styles/uploader/_bootstrap5-definition.scss +222 -0
  1355. package/styles/uploader/_definition.scss +144 -0
  1356. package/styles/uploader/_layout.scss +680 -0
  1357. package/styles/uploader/_theme.scss +172 -0
  1358. package/styles/uploader/_variables.scss +2 -0
  1359. package/styles/uploader/icons/_bootstrap5.scss +35 -0
  1360. package/styles/uploader/index-lite.css +4 -0
  1361. package/styles/uploader/index-lite.scss +4 -0
  1362. package/styles/uploader/index.css +4 -0
  1363. package/styles/uploader/index.scss +4 -0
  1364. package/styles/uploader/uploader-lite.css +475 -0
  1365. package/styles/uploader/uploader-lite.scss +3 -0
  1366. package/styles/uploader/uploader.css +958 -0
  1367. package/styles/uploader/uploader.scss +4 -0
  1368. package/styles/v-scroll/_all.scss +2 -0
  1369. package/styles/v-scroll/_bigger.scss +29 -0
  1370. package/styles/v-scroll/_bootstrap5-definition.scss +51 -0
  1371. package/styles/v-scroll/_layout.scss +136 -0
  1372. package/styles/v-scroll/_theme.scss +115 -0
  1373. package/styles/v-scroll/_variables.scss +2 -0
  1374. package/styles/v-scroll/icons/_bootstrap5.scss +28 -0
  1375. package/styles/v-scroll/index-lite.css +2 -0
  1376. package/styles/v-scroll/index-lite.scss +2 -0
  1377. package/styles/v-scroll/index.css +2 -0
  1378. package/styles/v-scroll/index.scss +2 -0
  1379. package/styles/v-scroll/v-scroll-lite.css +179 -0
  1380. package/styles/v-scroll/v-scroll-lite.scss +3 -0
  1381. package/styles/v-scroll/v-scroll.css +199 -0
  1382. package/styles/v-scroll/v-scroll.scss +4 -0
@@ -0,0 +1,2453 @@
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
+ .e-input-group .e-clear-icon::before,
8
+ .e-input-group.e-control-wrapper .e-clear-icon::before {
9
+ content: "\e7e7";
10
+ font-family: "e-icons";
11
+ }
12
+ /*! input layout */
13
+ .e-input-group,
14
+ .e-input-group.e-control-wrapper {
15
+ display: table;
16
+ line-height: 1.4;
17
+ margin-bottom: 0;
18
+ }
19
+ input.e-input,
20
+ .e-input-group input.e-input,
21
+ .e-input-group.e-control-wrapper input.e-input,
22
+ textarea.e-input,
23
+ .e-input-group textarea.e-input,
24
+ .e-input-group.e-control-wrapper textarea.e-input {
25
+ border: 0 solid;
26
+ border-width: 1px;
27
+ height: auto;
28
+ line-height: inherit;
29
+ margin: 0;
30
+ margin-bottom: 0;
31
+ outline: none;
32
+ padding: 0;
33
+ text-indent: 8px;
34
+ width: 100%;
35
+ letter-spacing: 0;
36
+ }
37
+ input.e-input,
38
+ textarea.e-input,
39
+ .e-input-group,
40
+ .e-input-group.e-control-wrapper,
41
+ .e-input-group.e-disabled,
42
+ .e-input-group.e-control-wrapper.e-disabled {
43
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
44
+ font-size: 14px;
45
+ font-weight: normal;
46
+ }
47
+ .e-input-group input.e-input,
48
+ .e-input-group.e-control-wrapper input.e-input,
49
+ .e-input-group textarea.e-input,
50
+ .e-input-group.e-control-wrapper textarea.e-input,
51
+ .e-input-group.e-small .e-input,
52
+ .e-input-group.e-small.e-control-wrapper .e-input,
53
+ .e-small .e-input-group .e-input,
54
+ .e-small .e-input-group.e-control-wrapper .e-input {
55
+ font: inherit;
56
+ }
57
+ input.e-input,
58
+ .e-input-group input.e-input,
59
+ .e-input-group input,
60
+ .e-input-group.e-control-wrapper input.e-input,
61
+ .e-input-group.e-control-wrapper input,
62
+ .e-float-input input,
63
+ .e-float-input.e-input-group input,
64
+ .e-float-input.e-control-wrapper input,
65
+ .e-float-input.e-control-wrapper.e-input-group input,
66
+ input.e-input:focus,
67
+ .e-input-group input.e-input:focus,
68
+ .e-input-group input:focus,
69
+ .e-input-group.e-control-wrapper input.e-input:focus,
70
+ .e-input-group.e-control-wrapper input:focus,
71
+ .e-float-input input:focus,
72
+ .e-float-input.e-input-group input:focus,
73
+ .e-float-input.e-control-wrapper input:focus,
74
+ .e-float-input.e-control-wrapper.e-input-group input:focus,
75
+ .e-input-group.e-input-focus input.e-input,
76
+ .e-input-group.e-input-focus input,
77
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input,
78
+ .e-input-group.e-control-wrapper.e-input-focus input,
79
+ .e-float-input.e-input-focus input,
80
+ .e-float-input.e-input-group.e-input-focus input,
81
+ .e-float-input.e-control-wrapper.e-input-focus input,
82
+ .e-float-input.e-control-wrapper.e-input-group.e-input-focus input {
83
+ overflow: hidden;
84
+ text-overflow: ellipsis;
85
+ white-space: nowrap;
86
+ }
87
+ input.e-input,
88
+ .e-input-group input.e-input,
89
+ .e-input-group input,
90
+ .e-input-group.e-control-wrapper input.e-input,
91
+ .e-input-group.e-control-wrapper input,
92
+ .e-float-input input,
93
+ .e-float-input.e-input-group input,
94
+ .e-float-input.e-control-wrapper input,
95
+ .e-float-input.e-control-wrapper.e-input-group input,
96
+ .e-input-group,
97
+ .e-input-group.e-control-wrapper,
98
+ .e-float-input,
99
+ .e-float-input.e-control-wrapper,
100
+ .e-input.e-corner,
101
+ .e-input-group.e-corner.e-rtl input.e-input:only-child,
102
+ .e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child,
103
+ .e-input-group.e-input-focus.e-corner,
104
+ .e-input-group.e-control-wrapper.e-input-focus.e-corner,
105
+ textarea.e-input,
106
+ .e-input-group textarea.e-input,
107
+ .e-input-group textarea,
108
+ .e-input-group.e-control-wrapper textarea.e-input,
109
+ .e-input-group.e-control-wrapper textarea,
110
+ .e-float-input textarea,
111
+ .e-float-input.e-input-group textarea,
112
+ .e-float-input.e-control-wrapper textarea,
113
+ .e-float-input.e-control-wrapper.e-input-group textarea {
114
+ border-radius: 4px;
115
+ }
116
+ .e-input.e-small,
117
+ .e-input-group.e-small,
118
+ .e-input-group.e-control-wrapper.e-small,
119
+ .e-input-group.e-small .e-input,
120
+ .e-input-group.e-small input,
121
+ .e-input-group.e-control-wrapper.e-small .e-input,
122
+ .e-input-group.e-control-wrapper.e-small input,
123
+ .e-float-input.e-small input,
124
+ .e-float-input.e-input-group.e-small input,
125
+ .e-float-input.e-control-wrapper.e-small input,
126
+ .e-float-input.e-control-wrapper.e-input-group.e-small input,
127
+ .e-float-input.e-small,
128
+ .e-float-input.e-control-wrapper.e-small,
129
+ .e-small .e-input-group,
130
+ .e-small .e-input-group.e-control-wrapper,
131
+ .e-small .e-input-group .e-input,
132
+ .e-small .e-input-group input,
133
+ .e-small .e-input-group.e-control-wrapper .e-input,
134
+ .e-small .e-input-group.e-control-wrapper input,
135
+ .e-small .e-float-input input,
136
+ .e-small .e-float-input.e-input-group input,
137
+ .e-small .e-float-input.e-control-wrapper input,
138
+ .e-small .e-float-input.e-control-wrapper.e-input-group input,
139
+ .e-small .e-float-input,
140
+ .e-small .e-float-input.e-control-wrapper {
141
+ border-radius: 2px;
142
+ }
143
+ .e-input:focus {
144
+ border-width: 1px;
145
+ padding-bottom: 0;
146
+ }
147
+ .e-input.e-small:focus {
148
+ border-width: 1px;
149
+ padding-bottom: 0;
150
+ }
151
+ .e-input-group input.e-input:focus,
152
+ .e-input-group.e-control-wrapper input.e-input:focus,
153
+ .e-input-group textarea.e-input:focus,
154
+ .e-input-group.e-control-wrapper textarea.e-input:focus,
155
+ .e-input-group.e-input-focus input.e-input,
156
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input {
157
+ padding: 0;
158
+ }
159
+ .e-input-group textarea.e-input:focus,
160
+ .e-input-group.e-control-wrapper textarea.e-input:focus {
161
+ padding: 4px 8px 4px 8px;
162
+ }
163
+ .e-input-group .e-input-group-icon,
164
+ .e-input-group.e-control-wrapper .e-input-group-icon {
165
+ -ms-flex-align: center;
166
+ align-items: center;
167
+ border: 0 solid;
168
+ border-width: 0;
169
+ box-sizing: content-box;
170
+ cursor: pointer;
171
+ -ms-flex-direction: column;
172
+ flex-direction: column;
173
+ font-size: 14px;
174
+ -ms-flex-pack: center;
175
+ justify-content: center;
176
+ line-height: 1;
177
+ min-height: 30px;
178
+ min-width: 30px;
179
+ padding: 0;
180
+ text-align: center;
181
+ border: 1px solid;
182
+ border-bottom: 0;
183
+ border-collapse: collapse;
184
+ border-top: 0;
185
+ }
186
+ /* stylelint-disable property-no-vendor-prefix */
187
+ .e-input-group .e-input-group-icon:last-child,
188
+ .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
189
+ border-right-width: 0;
190
+ }
191
+ .e-input-group .e-input-group-icon + .e-input-group-icon .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
192
+ border-left-width: 0;
193
+ }
194
+ .e-input-group .e-input-group-icon:first-child,
195
+ .e-input-group.e-control-wrapper .e-input-group-icon:first-child {
196
+ border-left-width: 0;
197
+ }
198
+ .e-input-group.e-rtl .e-input-group-icon,
199
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon,
200
+ .e-rtl .e-input-group .e-input-group-icon,
201
+ .e-rtl .e-input-group.e-control-wrapper .e-input-group-icon,
202
+ .e-input-group.e-rtl .e-input-group-icon + .e-input-group-icon,
203
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon + .e-input-group-icon,
204
+ .e-rtl .e-input-group .e-input-group-icon + .e-input-group-icon,
205
+ .e-rtl .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
206
+ border-left-width: 1px;
207
+ border-right-width: 0;
208
+ }
209
+ .e-input-group.e-rtl input ~ .e-input-group-icon,
210
+ .e-input-group.e-control-wrapper.e-rtl input ~ .e-input-group-icon,
211
+ .e-rtl .e-input-group input ~ .e-input-group-icon,
212
+ .e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon {
213
+ border-left-width: 0;
214
+ border-right: 1px solid #ced4da;
215
+ }
216
+ .e-input-group.e-rtl input ~ .e-input-group-icon + .e-input-group-icon,
217
+ .e-input-group.e-control-wrapper.e-rtl input ~ .e-input-group-icon + .e-input-group-icon,
218
+ .e-rtl .e-input-group input ~ .e-input-group-icon + .e-input-group-icon,
219
+ .e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon + .e-input-group-icon {
220
+ border-left-width: 0;
221
+ border-right-width: 1px;
222
+ }
223
+ .e-input-group .e-input-group-icon + .e-input-group-icon,
224
+ .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
225
+ border-left-width: 0;
226
+ }
227
+ .e-input-group .e-input-group-icon:last-child,
228
+ .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
229
+ border-bottom-right-radius: 3px;
230
+ border-top-right-radius: 3px;
231
+ }
232
+ .e-input-group .e-input-group-icon:first-child,
233
+ .e-input-group.e-control-wrapper .e-input-group-icon:first-child {
234
+ border-bottom-left-radius: 3px;
235
+ border-top-left-radius: 3px;
236
+ }
237
+ .e-input-group.e-rtl .e-input-group-icon:last-child,
238
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
239
+ .e-rtl .e-input-group .e-input-group-icon:last-child,
240
+ .e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
241
+ border-bottom-left-radius: 3px;
242
+ border-bottom-right-radius: 0;
243
+ border-top-left-radius: 3px;
244
+ border-top-right-radius: 0;
245
+ }
246
+ .e-input-group.e-rtl .e-input-group-icon:first-child,
247
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child,
248
+ .e-rtl .e-input-group .e-input-group-icon:first-child,
249
+ .e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:first-child {
250
+ border-bottom-left-radius: 0;
251
+ border-bottom-right-radius: 3px;
252
+ border-top-left-radius: 0;
253
+ border-top-right-radius: 3px;
254
+ }
255
+ .e-input[disabled],
256
+ .e-input-group .e-input[disabled],
257
+ .e-input-group.e-control-wrapper .e-input[disabled],
258
+ .e-input-group.e-disabled,
259
+ .e-input-group.e-disabled input,
260
+ .e-input-group.e-disabled input.e-input,
261
+ .e-input-group.e-disabled textarea,
262
+ .e-input-group.e-disabled textarea.e-input,
263
+ .e-input-group.e-control-wrapper.e-disabled,
264
+ .e-input-group.e-control-wrapper.e-disabled input,
265
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
266
+ .e-input-group.e-control-wrapper.e-disabled textarea,
267
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input,
268
+ .e-float-input.e-disabled input,
269
+ .e-float-input.e-disabled textarea,
270
+ .e-float-input input[disabled],
271
+ .e-float-input input.e-disabled,
272
+ .e-float-input textarea[disabled],
273
+ .e-float-input textarea.e-disabled,
274
+ .e-float-input.e-control-wrapper.e-disabled input,
275
+ .e-float-input.e-control-wrapper.e-disabled textarea,
276
+ .e-float-input.e-control-wrapper input[disabled],
277
+ .e-float-input.e-control-wrapper input.e-disabled,
278
+ .e-float-input.e-control-wrapper textarea[disabled],
279
+ .e-float-input.e-control-wrapper textarea.e-disabled,
280
+ .e-input-group.e-disabled span,
281
+ .e-input-group.e-control-wrapper.e-disabled span,
282
+ .e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
283
+ .e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
284
+ .e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
285
+ .e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
286
+ .e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
287
+ .e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
288
+ .e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide,
289
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide {
290
+ cursor: not-allowed;
291
+ }
292
+ .e-input[disabled],
293
+ .e-input-group.e-disabled,
294
+ .e-input-group.e-control-wrapper.e-disabled,
295
+ .e-float-input input[disabled],
296
+ .e-float-input input.e-disabled,
297
+ .e-float-input.e-control-wrapper input[disabled],
298
+ .e-float-input.e-control-wrapper input.e-disabled {
299
+ border-color: #ced4da;
300
+ border-style: solid;
301
+ }
302
+ .e-input-group.e-disabled,
303
+ .e-input-group.e-control-wrapper.e-disabled {
304
+ border-bottom-style: solid;
305
+ border-width: 1px;
306
+ }
307
+ .e-input[disabled],
308
+ .e-input-group.e-disabled,
309
+ .e-input-group.e-control-wrapper.e-disabled,
310
+ .e-float-input.e-disabled,
311
+ .e-float-input input[disabled],
312
+ .e-float-input input.e-disabled,
313
+ .e-float-input.e-disabled input,
314
+ .e-float-input.e-control-wrapper.e-disabled,
315
+ .e-float-input.e-control-wrapper input[disabled],
316
+ .e-float-input.e-control-wrapper input.e-disabled,
317
+ .e-float-input.e-control-wrapper.e-disabled input,
318
+ .e-float-input textarea[disabled],
319
+ .e-float-input textarea.e-disabled,
320
+ .e-float-input.e-disabled textarea,
321
+ .e-float-input.e-control-wrapper textarea[disabled],
322
+ .e-float-input.e-control-wrapper textarea.e-disabled,
323
+ .e-float-input.e-control-wrapper.e-disabled textarea {
324
+ filter: alpha(opacity=100);
325
+ opacity: 1;
326
+ }
327
+ .e-input.e-rtl,
328
+ .e-input-group.e-rtl,
329
+ .e-input-group.e-control-wrapper.e-rtl,
330
+ .e-float-input.e-rtl,
331
+ .e-float-input.e-control-wrapper.e-rtl {
332
+ direction: rtl;
333
+ }
334
+ .e-input-group,
335
+ .e-input-group.e-control-wrapper,
336
+ .e-float-custom-tag.e-input-group,
337
+ .e-float-custom-tag.e-input-group.e-control-wrapper,
338
+ .e-input-custom-tag,
339
+ .e-input-custom-tag.e-input-group,
340
+ .e-input-custom-tag.e-input-group.e-control-wrapper {
341
+ display: -ms-inline-flexbox;
342
+ display: inline-flex;
343
+ vertical-align: middle;
344
+ }
345
+ .e-float-input:not(.e-input-group),
346
+ .e-float-input.e-control-wrapper:not(.e-input-group),
347
+ .e-float-custom-tag,
348
+ .e-float-custom-tag.e-control-wrapper {
349
+ display: inline-block;
350
+ }
351
+ .e-input-group .e-input-group-icon,
352
+ .e-input-group.e-control-wrapper .e-input-group-icon {
353
+ display: -ms-flexbox;
354
+ display: flex;
355
+ }
356
+ .e-input-group .e-input-group-icon,
357
+ .e-input-group.e-control-wrapper .e-input-group-icon {
358
+ white-space: nowrap;
359
+ }
360
+ .e-input-group.e-corner .e-input:first-child,
361
+ .e-input-group.e-corner .e-input-group-icon:first-child,
362
+ .e-input-group.e-control-wrapper.e-corner .e-input:first-child,
363
+ .e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child {
364
+ border-bottom-left-radius: 4px;
365
+ border-top-left-radius: 4px;
366
+ }
367
+ .e-input-group.e-corner .e-input:last-child,
368
+ .e-input-group.e-corner .e-input-group-icon:last-child,
369
+ .e-input-group.e-control-wrapper.e-corner .e-input:last-child,
370
+ .e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child {
371
+ border-bottom-right-radius: 4px;
372
+ border-top-right-radius: 4px;
373
+ }
374
+ input.e-input.e-small,
375
+ textarea.e-input.e-small,
376
+ .e-small input.e-input,
377
+ .e-small textarea.e-input,
378
+ .e-input-group.e-small,
379
+ .e-small .e-input-group,
380
+ .e-input-group.e-control-wrapper.e-small,
381
+ .e-small .e-input-group.e-control-wrapper,
382
+ .e-input-group.e-small.e-disabled,
383
+ .e-small .e-input-group.e-disabled,
384
+ .e-input-group.e-control-wrapper.e-small.e-disabled,
385
+ .e-small .e-input-group.e-control-wrapper.e-disabled {
386
+ font-size: 12px;
387
+ }
388
+ .e-input.e-small,
389
+ .e-input-group.e-small .e-input,
390
+ .e-input-group.e-control-wrapper.e-small .e-input {
391
+ line-height: inherit;
392
+ padding: 0;
393
+ }
394
+ .e-input-group.e-small .e-input:focus,
395
+ .e-input-group.e-control-wrapper.e-small .e-input:focus,
396
+ .e-input-group.e-small.e-input-focus .e-input,
397
+ .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input {
398
+ padding: 0;
399
+ }
400
+ .e-input-group.e-small .e-input-group-icon,
401
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon,
402
+ .e-small .e-input-group .e-input-group-icon,
403
+ .e-small .e-input-group.e-control-wrapper .e-input-group-icon {
404
+ font-size: 12px;
405
+ min-height: 24px;
406
+ min-width: 24px;
407
+ padding: 0;
408
+ }
409
+ label.e-float-text,
410
+ .e-float-input label.e-float-text,
411
+ .e-float-input.e-control-wrapper label.e-float-text,
412
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
413
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
414
+ font-size: 14px;
415
+ font-style: normal;
416
+ font-weight: normal;
417
+ left: 0;
418
+ overflow: hidden;
419
+ padding-left: 10px;
420
+ pointer-events: none;
421
+ position: absolute;
422
+ text-overflow: ellipsis;
423
+ top: -11px;
424
+ transform: translate3d(0, 16px, 0) scale(1);
425
+ transform-origin: left top;
426
+ transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
427
+ -webkit-user-select: none;
428
+ -moz-user-select: none;
429
+ -ms-user-select: none;
430
+ user-select: none;
431
+ white-space: nowrap;
432
+ width: 100%;
433
+ letter-spacing: 0;
434
+ }
435
+ label.e-float-text,
436
+ .e-float-input label.e-float-text,
437
+ .e-float-input.e-control-wrapper label.e-float-text,
438
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
439
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
440
+ top: -11px;
441
+ }
442
+ label.e-float-text,
443
+ .e-float-input label.e-float-text,
444
+ .e-float-input.e-control-wrapper label.e-float-text,
445
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
446
+ .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
447
+ .e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
448
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
449
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
450
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
451
+ -moz-transform: translate(0%, -50%);
452
+ -ms-transform: translate(0%, -50%);
453
+ -o-transform: translate(0%, -50%);
454
+ -webkit-transform: translate(0%, -50%);
455
+ box-sizing: border-box;
456
+ left: 0%;
457
+ top: 50%;
458
+ transform: translate(0%, -50%);
459
+ -webkit-user-select: none;
460
+ -moz-user-select: none;
461
+ -ms-user-select: none;
462
+ user-select: none;
463
+ width: 100%;
464
+ font-style: normal;
465
+ }
466
+ .e-float-input.e-small label.e-float-text,
467
+ .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
468
+ .e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
469
+ .e-float-input.e-control-wrapper.e-small label.e-float-text,
470
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
471
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
472
+ font-size: 12px;
473
+ }
474
+ .e-float-input input:focus ~ label.e-float-text,
475
+ .e-float-input input:valid ~ label.e-float-text,
476
+ .e-float-input input ~ label.e-label-top.e-float-text,
477
+ .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
478
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
479
+ .e-float-input input label.e-float-text.e-label-top,
480
+ .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
481
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
482
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
483
+ .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
484
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
485
+ .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
486
+ .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
487
+ .e-float-input.e-input-focus input ~ label.e-float-text {
488
+ font-size: 12px;
489
+ font-weight: 500;
490
+ padding-right: 0;
491
+ transform: translate3d(-10px, -36px, 0) scale(1);
492
+ }
493
+ .e-float-input input ~ label.e-label-top.e-float-text,
494
+ .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
495
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
496
+ .e-float-input input label.e-float-text.e-label-top,
497
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
498
+ .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
499
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
500
+ .e-float-input.e-control-wrapper input label.e-float-text.e-label-top {
501
+ transform: translate3d(-10px, -36px, 0) scale(1) !important; /* stylelint-disable-line declaration-no-important */
502
+ }
503
+ .e-float-input.e-small input:focus ~ label.e-float-text,
504
+ .e-float-input.e-small input:valid ~ label.e-float-text,
505
+ .e-float-input.e-small input ~ label.e-label-top.e-float-text,
506
+ .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
507
+ .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
508
+ .e-float-input.e-small input label.e-float-text.e-label-top,
509
+ .e-small .e-float-input input:focus ~ label.e-float-text,
510
+ .e-small .e-float-input input:valid ~ label.e-float-text,
511
+ .e-small .e-float-input input ~ label.e-label-top.e-float-text,
512
+ .e-small .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
513
+ .e-small .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
514
+ .e-small .e-float-input input label.e-float-text.e-label-top,
515
+ .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
516
+ .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
517
+ .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
518
+ .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
519
+ .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
520
+ .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
521
+ .e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
522
+ .e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
523
+ .e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
524
+ .e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
525
+ .e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
526
+ .e-small .e-float-input.e-control-wrapper input label.e-float-text.e-label-top {
527
+ font-size: 12px;
528
+ font-weight: 500;
529
+ padding-right: 0;
530
+ transform: translate3d(-10px, -35px, 0) scale(1);
531
+ }
532
+ .e-float-input.e-small input ~ label.e-label-top.e-float-text,
533
+ .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
534
+ .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
535
+ .e-float-input.e-small input label.e-float-text.e-label-top,
536
+ .e-small .e-float-input input ~ label.e-label-top.e-float-text,
537
+ .e-small .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
538
+ .e-small .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
539
+ .e-small .e-float-input input label.e-float-text.e-label-top,
540
+ .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
541
+ .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
542
+ .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
543
+ .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
544
+ .e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
545
+ .e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
546
+ .e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
547
+ .e-small .e-float-input.e-control-wrapper input label.e-float-text.e-label-top {
548
+ transform: translate3d(-10px, -36px, 0) scale(1) !important; /* stylelint-disable-line declaration-no-important */
549
+ }
550
+ .e-float-input.e-small input:focus ~ label.e-float-text,
551
+ .e-float-input.e-small input:valid ~ label.e-float-text,
552
+ .e-float-input.e-small input ~ label.e-label-top.e-float-text,
553
+ .e-small .e-float-input input ~ label.e-label-top.e-float-text,
554
+ .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
555
+ .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
556
+ .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
557
+ .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
558
+ .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
559
+ .e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
560
+ .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
561
+ .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
562
+ .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text,
563
+ .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
564
+ font-size: 10px;
565
+ padding-right: 0;
566
+ top: 17px;
567
+ }
568
+ .e-float-input,
569
+ .e-float-input.e-control-wrapper {
570
+ line-height: 1.4;
571
+ margin-bottom: 0;
572
+ margin-top: 24px;
573
+ padding-top: 0;
574
+ position: relative;
575
+ width: 100%;
576
+ }
577
+ .e-float-input.e-small,
578
+ .e-float-input.e-control-wrapper.e-small,
579
+ .e-small .e-float-input.e-control-wrapper {
580
+ line-height: 1.35;
581
+ margin-bottom: 0;
582
+ margin-top: 20px;
583
+ padding-top: 0;
584
+ }
585
+ .e-input-group.e-small,
586
+ .e-input-group.e-control-wrapper.e-small,
587
+ .e-small .e-input-group,
588
+ .e-small .e-input-group.e-control-wrapper {
589
+ line-height: normal;
590
+ }
591
+ .e-float-input.e-no-float-label,
592
+ .e-float-input.e-small.e-no-float-label,
593
+ .e-small .e-float-input.e-no-float-label,
594
+ .e-float-input.e-control-wrapper.e-no-float-label,
595
+ .e-float-input.e-control-wrapper.e-small.e-no-float-label,
596
+ .e-small .e-float-input.e-control-wrapper.e-no-float-label {
597
+ margin-top: 0;
598
+ }
599
+ .e-float-input,
600
+ .e-float-input.e-control-wrapper,
601
+ .e-float-input.e-disabled,
602
+ .e-float-input.e-control-wrapper.e-disabled,
603
+ .e-float-input.e-input-group.e-disabled,
604
+ .e-float-input.e-input-group.e-control-wrapper.e-disabled {
605
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
606
+ font-size: 14px;
607
+ font-weight: normal;
608
+ }
609
+ .e-float-input input,
610
+ .e-float-input textarea,
611
+ .e-float-input.e-control-wrapper input,
612
+ .e-float-input.e-control-wrapper textarea {
613
+ border: 0 solid;
614
+ border-width: 1px;
615
+ display: block;
616
+ font: inherit;
617
+ width: 100%;
618
+ letter-spacing: 0;
619
+ }
620
+ .e-float-input input,
621
+ .e-float-input.e-control-wrapper input {
622
+ min-width: 0;
623
+ padding: 0;
624
+ }
625
+ .e-float-input input,
626
+ .e-input-group input,
627
+ .e-float-input.e-control-wrapper input,
628
+ .e-input-group.e-control-wrapper input,
629
+ .e-float-input textarea,
630
+ .e-input-group textarea,
631
+ .e-float-input.e-control-wrapper textarea,
632
+ .e-input-group.e-control-wrapper textarea {
633
+ text-indent: 8px;
634
+ }
635
+ .e-float-input.e-small.e-disabled,
636
+ .e-small .e-float-input.e-disabled,
637
+ .e-float-input.e-control-wrapper.e-small.e-disabled,
638
+ .e-small .e-float-input.e-control-wrapper.e-disabled,
639
+ .e-float-input.e-input-group.e-small.e-disabled,
640
+ .e-small .e-float-input.e-input-group.e-disabled,
641
+ .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
642
+ .e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled,
643
+ .e-float-input.e-small,
644
+ .e-small .e-float-input,
645
+ .e-float-input.e-control-wrapper.e-small,
646
+ .e-small .e-float-input.e-control-wrapper {
647
+ font-size: 12px;
648
+ }
649
+ .e-float-input.e-small input,
650
+ .e-float-input.e-control-wrapper.e-small input {
651
+ font: inherit;
652
+ line-height: inherit;
653
+ padding: 0;
654
+ }
655
+ .e-float-input input:focus,
656
+ .e-float-input.e-control-wrapper input:focus,
657
+ .e-float-input textarea:focus,
658
+ .e-float-input.e-control-wrapper textarea:focus,
659
+ .e-float-input.e-input-focus input,
660
+ .e-float-input.e-control-wrapper.e-input-focus input,
661
+ .e-input-group.e-control-container.valid.modified,
662
+ .e-input-group.e-control-container.invalid,
663
+ .e-float-input.e-control-container.valid.modified,
664
+ .e-float-input.e-control-container.invalid {
665
+ outline: none;
666
+ }
667
+ label.e-float-text,
668
+ .e-float-input label.e-float-text,
669
+ .e-float-input.e-control-wrapper label.e-float-text {
670
+ font-family: inherit;
671
+ }
672
+ .e-float-input input:valid ~ label.e-float-text,
673
+ .e-float-input input:focus ~ label.e-float-text,
674
+ .e-float-input input:valid ~ label.e-float-text.e-label-top,
675
+ .e-float-input input ~ label.e-float-text.e-label-top,
676
+ .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
677
+ .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
678
+ .e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top,
679
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
680
+ .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
681
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top,
682
+ .e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top,
683
+ .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
684
+ .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
685
+ .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top,
686
+ .e-float-input.e-input-focus input ~ label.e-float-text,
687
+ .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
688
+ .e-float-input textarea:valid ~ label.e-float-text,
689
+ .e-float-input textarea:focus ~ label.e-float-text,
690
+ .e-float-input textarea:valid ~ label.e-float-text.e-label-top,
691
+ .e-float-input textarea ~ label.e-float-text.e-label-top,
692
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
693
+ .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
694
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top,
695
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top {
696
+ font-weight: 500;
697
+ -webkit-user-select: text;
698
+ -moz-user-select: text;
699
+ -ms-user-select: text;
700
+ user-select: text;
701
+ }
702
+ label.e-float-text,
703
+ .e-float-input label.e-float-text,
704
+ .e-float-input.e-control-wrapper label.e-float-text,
705
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
706
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
707
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
708
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
709
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
710
+ .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,
711
+ .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,
712
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
713
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
714
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
715
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
716
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
717
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
718
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
719
+ font-weight: normal;
720
+ }
721
+ .e-float-input:not(.e-input-group) .e-float-line::before,
722
+ .e-float-input:not(.e-input-group) .e-float-line::after,
723
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
724
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
725
+ bottom: 0;
726
+ content: "";
727
+ height: 2px;
728
+ position: absolute;
729
+ transition: 0.2s ease;
730
+ width: 0;
731
+ }
732
+ .e-float-input:not(.e-input-group) .e-float-line::before,
733
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before {
734
+ left: 50%;
735
+ }
736
+ .e-float-input:not(.e-input-group) .e-float-line::after,
737
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
738
+ right: 50%;
739
+ }
740
+ .e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before,
741
+ .e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before,
742
+ .e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after,
743
+ .e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after,
744
+ .e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before,
745
+ .e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before,
746
+ .e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after,
747
+ .e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after,
748
+ .e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
749
+ .e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after,
750
+ .e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
751
+ .e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after {
752
+ width: 50%;
753
+ }
754
+ .e-float-input .e-float-line,
755
+ .e-float-input.e-control-wrapper .e-float-line {
756
+ display: block;
757
+ position: relative;
758
+ width: 100%;
759
+ }
760
+ .e-float-input.e-rtl label.e-float-text,
761
+ .e-float-input.e-control-wrapper.e-rtl label.e-float-text,
762
+ .e-rtl .e-float-input label.e-float-text,
763
+ .e-rtl .e-float-input.e-control-wrapper label.e-float-text,
764
+ .e-rtl label.e-float-text,
765
+ .e-rtl .e-float-input.e-control-wrapper label.e-float-text,
766
+ .e-rtl.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
767
+ .e-rtl .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
768
+ .e-rtl.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
769
+ .e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
770
+ .e-rtl.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
771
+ .e-rtl.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
772
+ .e-rtl .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
773
+ .e-rtl .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
774
+ right: 0;
775
+ transform-origin: right top;
776
+ }
777
+ .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
778
+ .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
779
+ .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
780
+ .e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
781
+ .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
782
+ .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
783
+ .e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
784
+ .e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
785
+ .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
786
+ .e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
787
+ .e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
788
+ .e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
789
+ .e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
790
+ .e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
791
+ .e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
792
+ .e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
793
+ .e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
794
+ .e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
795
+ .e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
796
+ .e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
797
+ .e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
798
+ .e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
799
+ .e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text,
800
+ .e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
801
+ .e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
802
+ .e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
803
+ .e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
804
+ .e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
805
+ .e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
806
+ .e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
807
+ .e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text,
808
+ .e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
809
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
810
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
811
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
812
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom {
813
+ padding-right: 10px;
814
+ }
815
+ .e-input-group.e-corner.e-rtl .e-input:first-child,
816
+ .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
817
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
818
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child {
819
+ border-bottom-left-radius: 0;
820
+ border-bottom-right-radius: 4px;
821
+ border-top-left-radius: 0;
822
+ border-top-right-radius: 4px;
823
+ }
824
+ .e-input-group.e-corner.e-rtl .e-input:last-child,
825
+ .e-input-group.e-corner.e-rtl .e-input-group-icon:last-child,
826
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child,
827
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child {
828
+ border-bottom-left-radius: 4px;
829
+ border-bottom-right-radius: 0;
830
+ border-top-left-radius: 4px;
831
+ border-top-right-radius: 0;
832
+ }
833
+ .e-input-group.e-warning::before,
834
+ .e-input-group.e-control-wrapper.e-warning::before {
835
+ content: "";
836
+ }
837
+ .e-float-input input[disabled],
838
+ .e-float-input input.e-disabled,
839
+ .e-float-input.e-control-wrapper input[disabled],
840
+ .e-float-input.e-control-wrapper input.e-disabled {
841
+ background: transparent;
842
+ background-image: none;
843
+ cursor: not-allowed;
844
+ }
845
+ .e-input-group.e-rtl .e-input:not(:first-child):focus,
846
+ .e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus {
847
+ border-right-width: 0;
848
+ }
849
+ .e-input-group input.e-input,
850
+ .e-input-group.e-control-wrapper input.e-input {
851
+ min-width: 0;
852
+ width: 100%;
853
+ }
854
+ .e-input-group input.e-input,
855
+ .e-input-group textarea.e-input,
856
+ .e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
857
+ .e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]),
858
+ .e-input-group.e-control-wrapper input.e-input,
859
+ .e-input-group.e-control-wrapper textarea.e-input,
860
+ .e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
861
+ .e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
862
+ border: 0 solid;
863
+ border-width: 0;
864
+ }
865
+ .e-input-group input.e-input,
866
+ .e-input-group textarea.e-input,
867
+ .e-input-group.e-control-wrapper input.e-input,
868
+ .e-input-group.e-control-wrapper textarea.e-input,
869
+ .e-float-input input.e-input,
870
+ .e-float-input.e-control-wrapper input.e-input {
871
+ margin-bottom: 0;
872
+ }
873
+ .e-input-group::before,
874
+ .e-input-group::after,
875
+ .e-input-group.e-control-wrapper::before,
876
+ .e-input-group.e-control-wrapper::after {
877
+ content: "";
878
+ }
879
+ .e-input-group::before,
880
+ .e-input-group.e-control-wrapper::before {
881
+ content: "";
882
+ }
883
+ .e-input-group.e-input-focus::before,
884
+ .e-input-group.e-input-focus::after,
885
+ .e-input-group.e-control-wrapper.e-input-focus::before,
886
+ .e-input-group.e-control-wrapper.e-input-focus::after {
887
+ content: "";
888
+ }
889
+ .e-input-group::after,
890
+ .e-input-group.e-control-wrapper::after {
891
+ content: "";
892
+ }
893
+ .e-input-group,
894
+ .e-input-group.e-control-wrapper {
895
+ position: relative;
896
+ width: 100%;
897
+ }
898
+ .e-input.e-small,
899
+ .e-input-group.e-small,
900
+ .e-input-group.e-control-wrapper.e-small {
901
+ margin-bottom: 0;
902
+ }
903
+ .e-input-group .e-input-group-icon,
904
+ .e-input-group.e-control-wrapper .e-input-group-icon {
905
+ margin-bottom: 0;
906
+ margin-right: 0;
907
+ margin-top: 0;
908
+ }
909
+ .e-float-input.e-input-group .e-input-group-icon,
910
+ .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
911
+ margin-top: 0;
912
+ }
913
+ .e-input-group.e-small .e-input-group-icon,
914
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon,
915
+ .e-small .e-input-group .e-input-group-icon,
916
+ .e-small .e-input-group.e-control-wrapper .e-input-group-icon {
917
+ margin-bottom: 0;
918
+ margin-right: 0;
919
+ margin-top: 0;
920
+ }
921
+ .e-float-input.e-input-group.e-small .e-input-group-icon,
922
+ .e-small .e-float-input.e-input-group .e-input-group-icon,
923
+ .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
924
+ .e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
925
+ margin-top: 0;
926
+ }
927
+ .e-input-group .e-input-group-icon:last-child,
928
+ .e-input-group.e-control-wrapper .e-input-group-icon:last-child,
929
+ .e-input-group.e-small .e-input-group-icon:last-child,
930
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child {
931
+ margin-right: 0;
932
+ }
933
+ .e-input-group,
934
+ .e-input-group.e-control-wrapper {
935
+ border-bottom: 1px solid;
936
+ }
937
+ .e-input-group,
938
+ .e-input-group.e-success,
939
+ .e-input-group.e-warning,
940
+ .e-input-group.e-error,
941
+ .e-input-group.e-control-wrapper,
942
+ .e-input-group.e-control-wrapper.e-success,
943
+ .e-input-group.e-control-wrapper.e-warning,
944
+ .e-input-group.e-control-wrapper.e-error {
945
+ border: 1px solid;
946
+ border-width: 1px;
947
+ }
948
+ .e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus,
949
+ .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 {
950
+ border-right-width: 0;
951
+ }
952
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
953
+ .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
954
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
955
+ .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 {
956
+ background: #e9ecef;
957
+ color: #343a40;
958
+ }
959
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-disabled,
960
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-disabled {
961
+ border-style: solid;
962
+ }
963
+ .e-input-group .e-input-group-icon,
964
+ .e-input-group.e-control-wrapper .e-input-group-icon {
965
+ content: "";
966
+ }
967
+ .e-input-group:not(.e-filled) .e-input-group-icon::after,
968
+ .e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
969
+ content: "";
970
+ }
971
+ .e-input-group .e-input-group-icon.e-input-btn-ripple::after,
972
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
973
+ content: "";
974
+ }
975
+ input.e-input::-ms-clear,
976
+ .e-float-input input::-ms-clear,
977
+ .e-float-input.e-control-wrapper input::-ms-clear,
978
+ .e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
979
+ .e-input-group input:not(.e-control).e-input:not(:valid):first-child ~ .e-clear-icon,
980
+ .e-input-group.e-control-wrapper input.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
981
+ .e-float-input input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
982
+ .e-float-input.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
983
+ .e-float-input.e-input-group input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
984
+ .e-float-input.e-input-group.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon {
985
+ display: none;
986
+ }
987
+ .e-input-group .e-clear-icon.e-clear-icon-hide,
988
+ .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
989
+ .e-float-input.e-control-wrapper.e-hidden,
990
+ .e-input-group.e-control-wrapper.e-hidden {
991
+ display: none;
992
+ }
993
+ input.e-input[type=search]::-webkit-search-decoration,
994
+ input.e-input[type=search]::-webkit-search-cancel-button,
995
+ input.e-input[type=search]::-webkit-search-results-button,
996
+ input.e-input[type=search]::-webkit-search-results-decoration,
997
+ .e-float-input input[type=search]::-webkit-search-decoration,
998
+ .e-float-input input[type=search]::-webkit-search-cancel-button,
999
+ .e-float-input input[type=search]::-webkit-search-results-button,
1000
+ .e-float-input input[type=search]::-webkit-search-results-decoration,
1001
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
1002
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
1003
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
1004
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
1005
+ -webkit-appearance: none;
1006
+ }
1007
+ .e-float-input.e-input-group .e-float-line,
1008
+ .e-float-input.e-input-group.e-control-wrapper .e-float-line,
1009
+ .e-float-input.e-control-wrapper.e-input-group .e-float-line,
1010
+ .e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line {
1011
+ bottom: -1px;
1012
+ position: absolute;
1013
+ }
1014
+ .e-float-input.e-input-group input,
1015
+ .e-float-input.e-input-group textarea,
1016
+ .e-float-input.e-input-group.e-control-wrapper input,
1017
+ .e-float-input.e-input-group.e-control-wrapper textarea {
1018
+ border: 0;
1019
+ }
1020
+ .e-float-input.e-input-group .e-float-line,
1021
+ .e-float-input.e-input-group .e-float-text,
1022
+ .e-float-input.e-input-group.e-control-wrapper .e-float-line,
1023
+ .e-float-input.e-input-group.e-control-wrapper .e-float-text {
1024
+ right: 0;
1025
+ }
1026
+ input.e-input::-webkit-input-placeholder,
1027
+ input.e-input:-moz-placeholder,
1028
+ input.e-input:-ms-input-placeholder,
1029
+ input.e-input::-moz-placeholder,
1030
+ textarea.e-input::-webkit-input-placeholder,
1031
+ textarea.e-input:-moz-placeholder,
1032
+ textarea.e-input:-ms-input-placeholder,
1033
+ textarea.e-input::-moz-placeholder,
1034
+ textarea.e-input::-webkit-textarea-placeholder,
1035
+ textarea.e-input:-moz-placeholder,
1036
+ textarea.e-input:-ms-textarea-placeholder,
1037
+ textarea.e-input::-moz-placeholder {
1038
+ font-size: 14px;
1039
+ font-style: normal;
1040
+ }
1041
+ .e-small input.e-input::-webkit-input-placeholder,
1042
+ input.e-small.e-input::-webkit-input-placeholder,
1043
+ .e-small input.e-input:-moz-placeholder,
1044
+ input.e-small.e-input:-moz-placeholder,
1045
+ .e-small input.e-input:-ms-input-placeholder,
1046
+ input.e-small.e-input:-ms-input-placeholder,
1047
+ .e-small input.e-input::-moz-placeholder,
1048
+ input.e-small.e-input::-moz-placeholder,
1049
+ .e-small textarea.e-input::-webkit-input-placeholder,
1050
+ textarea.e-small.e-input::-webkit-input-placeholder,
1051
+ .e-small textarea.e-input:-moz-placeholder,
1052
+ textarea.e-small.e-input:-moz-placeholder,
1053
+ .e-small textarea.e-input:-ms-input-placeholder,
1054
+ textarea.e-small.e-input:-ms-input-placeholder,
1055
+ .e-small textarea.e-input::-moz-placeholder,
1056
+ textarea.e-small.e-input::-moz-placeholder,
1057
+ .e-small textarea.e-input::-webkit-textarea-placeholder,
1058
+ textarea.e-small.e-input::-webkit-textarea-placeholder,
1059
+ .e-small textarea.e-input:-moz-placeholder,
1060
+ textarea.e-small.e-input:-moz-placeholder,
1061
+ .e-small textarea.e-input:-ms-input-placeholder,
1062
+ textarea.e-small.e-input:-ms-input-placeholder,
1063
+ .e-small textarea.e-input::-moz-placeholder,
1064
+ textarea.e-small.e-input::-moz-placeholder {
1065
+ font-size: 12px;
1066
+ font-style: normal;
1067
+ }
1068
+ input.e-input:-moz-placeholder,
1069
+ textarea.e-input:-moz-placeholder,
1070
+ .e-input-group input.e-input:-moz-placeholder,
1071
+ .e-input-group textarea.e-input:-moz-placeholder,
1072
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
1073
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
1074
+ input.e-input:-moz-placeholder,
1075
+ .e-input-group input.e-input:-moz-placeholder,
1076
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
1077
+ textarea.e-input:-moz-placeholder,
1078
+ input.e-input::-moz-placeholder,
1079
+ textarea.e-input::-moz-placeholder,
1080
+ input.e-input::-webkit-input-placeholder,
1081
+ textarea.e-input::-webkit-input-placeholder {
1082
+ font-style: normal;
1083
+ -moz-user-select: none;
1084
+ user-select: none;
1085
+ }
1086
+ input.e-input:-ms-input-placeholder,
1087
+ textarea.e-input:-ms-input-placeholder {
1088
+ font-style: normal;
1089
+ }
1090
+ input.e-input,
1091
+ .e-input-group input,
1092
+ .e-input-group.e-control-wrapper input,
1093
+ .e-input-group input.e-input,
1094
+ .e-input-group.e-control-wrapper input.e-input {
1095
+ box-sizing: border-box;
1096
+ height: 30px;
1097
+ }
1098
+ .e-float-input:not(.e-input-group) input,
1099
+ .e-float-input.e-control-wrapper:not(.e-input-group) input {
1100
+ box-sizing: border-box;
1101
+ height: 32px;
1102
+ }
1103
+ input.e-input.e-small,
1104
+ .e-input-group.e-small input,
1105
+ .e-input-group.e-small input.e-input,
1106
+ .e-small .e-input-group input,
1107
+ .e-small .e-input-group input.e-input,
1108
+ .e-input-group.e-control-wrapper.e-small input,
1109
+ .e-input-group.e-control-wrapper.e-small input.e-input,
1110
+ .e-small .e-input-group.e-control-wrapper input,
1111
+ .e-small .e-input-group.e-control-wrapper input.e-input,
1112
+ .e-float-input.e-small input,
1113
+ .e-float-input.e-small input.e-input,
1114
+ .e-small .e-float-input input,
1115
+ .e-small .e-float-input input.e-input,
1116
+ .e-float-input.e-control-wrapper.e-small input,
1117
+ .e-float-input.e-control-wrapper.e-small input.e-input,
1118
+ .e-small .e-float-input.e-control-wrapper input,
1119
+ .e-small .e-float-input.e-control-wrapper input.e-input {
1120
+ box-sizing: border-box;
1121
+ height: 24px;
1122
+ }
1123
+ .e-float-input.e-small:not(.e-input-group) input,
1124
+ .e-float-input.e-small:not(.e-input-group) input.e-input,
1125
+ .e-small .e-float-input:not(.e-input-group) input,
1126
+ .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,
1127
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
1128
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
1129
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
1130
+ box-sizing: border-box;
1131
+ height: 26px;
1132
+ }
1133
+ textarea.e-input,
1134
+ .e-input-group textarea,
1135
+ .e-input-group.e-control-wrapper textarea,
1136
+ .e-float-input textarea,
1137
+ .e-float-input.e-control-wrapper textarea {
1138
+ box-sizing: border-box;
1139
+ height: auto;
1140
+ }
1141
+ textarea.e-input.e-small,
1142
+ .e-input-group.e-small textarea,
1143
+ .e-input-group.e-small textarea.e-input,
1144
+ .e-small .e-input-group textarea,
1145
+ .e-small .e-input-group textarea.e-input,
1146
+ .e-input-group.e-control-wrapper.e-small textarea,
1147
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
1148
+ .e-small .e-input-group.e-control-wrapper textarea,
1149
+ .e-small .e-input-group.e-control-wrapper textarea.e-input,
1150
+ .e-float-input.e-small textarea,
1151
+ .e-float-input.e-small textarea.e-input,
1152
+ .e-small .e-float-input textarea,
1153
+ .e-small .e-float-input textarea.e-input,
1154
+ .e-float-input.e-control-wrapper.e-small textarea,
1155
+ .e-float-input.e-control-wrapper.e-small textarea.e-input,
1156
+ .e-small .e-float-input.e-control-wrapper textarea,
1157
+ .e-small .e-float-input.e-control-wrapper textarea.e-input {
1158
+ box-sizing: border-box;
1159
+ height: auto;
1160
+ }
1161
+ input.e-input.e-small,
1162
+ .e-input-group input.e-input.e-small,
1163
+ .e-input-group.e-control-wrapper input.e-input.e-small,
1164
+ .e-input-group.e-small .e-input,
1165
+ .e-input-group.e-control-wrapper.e-small .e-input,
1166
+ .e-small input.e-input,
1167
+ .e-small .e-input-group .e-input,
1168
+ .e-small .e-input-group.e-control-wrapper .e-input,
1169
+ .e-float-input.e-small input,
1170
+ .e-float-input input.e-small,
1171
+ .e-small .e-float-input input,
1172
+ .e-float-input.e-control-wrapper.e-small input,
1173
+ .e-float-input.e-control-wrapper input.e-small,
1174
+ .e-small .e-float-input.e-control-wrapper input,
1175
+ textarea.e-input.e-small,
1176
+ .e-input-group textarea.e-input.e-small,
1177
+ .e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small,
1178
+ .e-small input.e-input,
1179
+ .e-float-input.e-small textarea,
1180
+ .e-float-input textarea.e-small,
1181
+ .e-small .e-float-input textarea,
1182
+ .e-float-input.e-control-wrapper.e-small textarea,
1183
+ .e-float-input.e-control-wrapper textarea.e-small,
1184
+ .e-small .e-float-input.e-control-wrapper textarea {
1185
+ text-indent: 8px;
1186
+ }
1187
+ input.e-input,
1188
+ .e-input-group input.e-input,
1189
+ .e-input-group input,
1190
+ .e-input-group.e-control-wrapper input.e-input,
1191
+ .e-input-group.e-control-wrapper input,
1192
+ .e-float-input input.e-input,
1193
+ .e-float-input input,
1194
+ .e-float-input.e-control-wrapper input.e-input,
1195
+ .e-float-input.e-control-wrapper input,
1196
+ .e-input-group input.e-input:focus,
1197
+ .e-input-group.e-control-wrapper input.e-input:focus,
1198
+ .e-float-input.e-control-wrapper input:focus,
1199
+ .e-float-input input:focus,
1200
+ .e-input-group.e-input-focus input.e-input,
1201
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input,
1202
+ .e-float-input.e-control-wrapper.e-input-focus input,
1203
+ .e-float-input.e-input-focus input {
1204
+ padding-left: 8px;
1205
+ text-indent: 0;
1206
+ }
1207
+ textarea.e-input,
1208
+ .e-input-group textarea.e-input,
1209
+ .e-input-group textarea,
1210
+ .e-input-group.e-control-wrapper textarea.e-input,
1211
+ .e-input-group.e-control-wrapper textarea,
1212
+ .e-float-input textarea.e-input,
1213
+ .e-float-input textarea,
1214
+ .e-float-input.e-control-wrapper textarea.e-input,
1215
+ .e-float-input.e-control-wrapper textarea,
1216
+ .e-input-group textarea.e-input:focus,
1217
+ .e-input-group.e-control-wrapper textarea.e-input:focus,
1218
+ .e-float-input.e-control-wrapper textarea:focus,
1219
+ .e-float-input textarea:focus {
1220
+ padding-left: 8px;
1221
+ text-indent: 0;
1222
+ }
1223
+ input.e-input.e-rtl,
1224
+ .e-input-group.e-rtl input.e-input,
1225
+ .e-input-group.e-control-container.e-rtl input.e-control,
1226
+ .e-input-group.e-control-wrapper.e-rtl input.e-input,
1227
+ .e-float-input.e-rtl input,
1228
+ .e-float-input.e-control-wrapper.e-rtl input,
1229
+ .e-rtl .e-input-group input.e-input,
1230
+ .e-rtl .e-input-group.e-control-wrapper input.e-input,
1231
+ .e-rtl .e-float-input input,
1232
+ .e-rtl .e-float-input.e-control-wrapper input,
1233
+ .e-input-group.e-rtl input.e-input,
1234
+ .e-input-group.e-control-wrapper.e-rtl input.e-input,
1235
+ .e-float-input.e-rtl input,
1236
+ .e-float-input.e-control-wrapper.e-rtl input,
1237
+ .e-rtl .e-input-group input.e-input,
1238
+ .e-rtl .e-input-group.e-control-wrapper input.e-input,
1239
+ .e-rtl .e-float-input input,
1240
+ .e-rtl .e-float-input.e-control-wrapper input,
1241
+ .e-input-group.e-rtl input.e-input:focus,
1242
+ .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
1243
+ .e-float-input.e-rtl input:focus,
1244
+ .e-float-input.e-control-wrapper.e-rtl input:focus,
1245
+ .e-rtl .e-input-group input.e-input:focus,
1246
+ .e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
1247
+ .e-rtl .e-float-input input:focus,
1248
+ .e-rtl .e-float-input.e-control-wrapper input:focus,
1249
+ .e-input-group.e-rtl.e-input-focus input.e-input,
1250
+ .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
1251
+ .e-rtl .e-input-group.e-input-focus input.e-input,
1252
+ .e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
1253
+ .e-float-input.e-rtl.e-input-focus input,
1254
+ .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
1255
+ .e-rtl .e-float-input.e-input-focus input,
1256
+ .e-rtl .e-float-input.e-control-wrapper.e-input-focus input {
1257
+ padding-left: 0;
1258
+ padding-right: 8px;
1259
+ text-indent: 0;
1260
+ }
1261
+ textarea.e-input.e-rtl,
1262
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input,
1263
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
1264
+ .e-float-input:not(.e-outline).e-rtl textarea,
1265
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
1266
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input,
1267
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
1268
+ .e-rtl .e-float-input:not(.e-outline) textarea,
1269
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
1270
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input,
1271
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
1272
+ .e-float-input:not(.e-outline).e-rtl textarea,
1273
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
1274
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input,
1275
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
1276
+ .e-rtl .e-float-input:not(.e-outline) textarea,
1277
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
1278
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
1279
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
1280
+ .e-float-input:not(.e-outline).e-rtl textarea:focus,
1281
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
1282
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
1283
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
1284
+ .e-rtl .e-float-input:not(.e-outline) textarea:focus,
1285
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus {
1286
+ padding-right: 8px;
1287
+ text-indent: 0;
1288
+ }
1289
+ input.e-input.e-small,
1290
+ .e-small input.e-input,
1291
+ .e-input-group.e-small input.e-input,
1292
+ .e-input-group.e-control-wrapper.e-small input.e-input,
1293
+ .e-float-input.e-small input,
1294
+ .e-float-input.e-control-wrapper input.e-small,
1295
+ .e-float-input.e-small input,
1296
+ .e-float-input.e-control-wrapper input.e-small,
1297
+ .e-input-group input.e-input.e-small,
1298
+ .e-input-group.e-control-wrapper input.e-input.e-small,
1299
+ .e-small .e-float-input input,
1300
+ .e-small .e-float-input.e-control-wrapper input,
1301
+ .e-small .e-input-group input.e-input,
1302
+ .e-small .e-input-group.e-control-wrapper input.e-input,
1303
+ .e-input-group.e-small input.e-input:focus,
1304
+ .e-input-group.e-control-wrapper.e-small input.e-input:focus,
1305
+ .e-float-input.e-small input:focus,
1306
+ .e-float-input.e-control-wrapper.e-small input:focus,
1307
+ .e-small .e-input-group.e-control-wrapper input.e-input:focus,
1308
+ .e-small .e-input-group input.e-input:focus,
1309
+ .e-small .e-float-input input:focus,
1310
+ .e-small .e-float-input.e-control-wrapper input:focus,
1311
+ .e-input-group.e-small.e-input-focus input.e-input,
1312
+ .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
1313
+ .e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input,
1314
+ .e-small .e-input-group.e-input-focus input.e-input,
1315
+ .e-float-input.e-small.e-input-focus input,
1316
+ .e-float-input.e-control-wrapper.e-input-focus.e-small input,
1317
+ .e-small .e-float-input.e-input-focus input,
1318
+ .e-small .e-float-input.e-control-wrapper.e-input-focus input,
1319
+ textarea.e-input.e-small,
1320
+ .e-small textarea.e-input,
1321
+ .e-input-group.e-small textarea.e-input,
1322
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
1323
+ .e-float-input.e-control-wrapper.e-small textarea,
1324
+ .e-float-input.e-control-wrapper textarea.e-small,
1325
+ .e-float-input.e-small textarea,
1326
+ .e-float-input textarea.e-small,
1327
+ .e-input-group textarea.e-input.e-small,
1328
+ .e-input-group.e-control-wrapper textarea.e-input.e-small,
1329
+ .e-small .e-float-input.e-control-wrapper textarea,
1330
+ .e-small .e-float-input textarea,
1331
+ .e-small .e-input-group textarea.e-input,
1332
+ .e-small .e-input-group.e-control-wrapper textarea.e-input,
1333
+ .e-input-group.e-small textarea.e-input:focus,
1334
+ .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
1335
+ .e-float-input.e-small textarea:focus,
1336
+ .e-float-input.e-control-wrapper.e-small textarea:focus,
1337
+ .e-small .e-input-group textarea.e-input:focus,
1338
+ .e-small .e-input-group.e-control-wrapper textarea.e-input:focus,
1339
+ .e-small .e-float-input.e-control-wrapper textarea:focus,
1340
+ .e-small .e-float-input textarea:focus {
1341
+ padding-left: 8px;
1342
+ text-indent: 0;
1343
+ }
1344
+ .e-rtl input.e-input.e-small,
1345
+ input.e-input.e-small.e-rtl,
1346
+ .e-small.e-rtl input.e-input,
1347
+ .e-small input.e-input.e-rtl,
1348
+ .e-float-input.e-control-wrapper.e-small.e-rtl input,
1349
+ .e-float-input.e-small.e-rtl input,
1350
+ .e-input-group.e-small.e-rtl input.e-input,
1351
+ .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
1352
+ .e-rtl .e-float-input.e-small input,
1353
+ .e-rtl .e-float-input.e-control-wrapper.e-small input,
1354
+ .e-rtl .e-input-group.e-small input.e-input,
1355
+ .e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
1356
+ .e-float-input.e-rtl input.e-small,
1357
+ .e-float-input.e-control-wrapper.e-rtl input.e-small,
1358
+ .e-input-group.e-rtl input.e-input.e-small,
1359
+ .e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,
1360
+ .e-rtl .e-float-input input.e-small,
1361
+ .e-rtl .e-float-input.e-control-wrapper input.e-small,
1362
+ .e-rtl .e-input-group input.e-input.e-small,
1363
+ .e-rtl .e-input-group.e-control-wrapper input.e-input.e-small,
1364
+ .e-small .e-float-input.e-rtl input,
1365
+ .e-small .e-float-input.e-control-wrapper.e-rtl input,
1366
+ .e-small .e-input-group.e-rtl input.e-input,
1367
+ .e-small .e-input-group.e-control-wrapper.e-rtl input.e-input,
1368
+ .e-small.e-rtl .e-float-input.e-control-wrapper input,
1369
+ .e-small.e-rtl .e-float-input input,
1370
+ .e-small.e-rtl .e-input-group.e-control-wrapper input.e-input,
1371
+ .e-small.e-rtl .e-input-group input.e-input,
1372
+ .e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
1373
+ .e-small.e-rtl .e-input-group input.e-input:focus,
1374
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:focus,
1375
+ .e-small.e-rtl .e-float-input input:focus,
1376
+ .e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
1377
+ .e-small .e-input-group.e-rtl input.e-input:focus,
1378
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:focus,
1379
+ .e-small .e-float-input.e-rtl input:focus,
1380
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
1381
+ .e-small.e-rtl .e-input-group.e-input-focus input.e-input,
1382
+ .e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
1383
+ .e-small .e-input-group.e-rtl.e-input-focus input.e-input,
1384
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
1385
+ .e-small.e-rtl .e-float-input.e-input-focus input,
1386
+ .e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
1387
+ .e-small .e-float-input.e-rtl.e-input-focus input {
1388
+ padding-left: 0;
1389
+ padding-right: 8px;
1390
+ text-indent: 0;
1391
+ }
1392
+ .e-rtl textarea.e-input.e-small,
1393
+ textarea.e-input.e-small.e-rtl,
1394
+ .e-small.e-rtl textarea.e-input,
1395
+ .e-small textarea.e-input.e-rtl,
1396
+ .e-float-input:not(.e-outline).e-small.e-rtl textarea,
1397
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
1398
+ .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
1399
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
1400
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
1401
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea,
1402
+ .e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
1403
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
1404
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small,
1405
+ .e-float-input:not(.e-outline).e-rtl textarea.e-small,
1406
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small,
1407
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small,
1408
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small,
1409
+ .e-rtl .e-float-input:not(.e-outline) textarea.e-small,
1410
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small,
1411
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small,
1412
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
1413
+ .e-small .e-float-input:not(.e-outline).e-rtl textarea,
1414
+ .e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input,
1415
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
1416
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
1417
+ .e-small.e-rtl .e-float-input:not(.e-outline) textarea,
1418
+ .e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
1419
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
1420
+ .e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
1421
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
1422
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
1423
+ .e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus,
1424
+ .e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
1425
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
1426
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
1427
+ .e-small .e-float-input:not(.e-outline).e-rtl textarea:focus {
1428
+ padding-right: 8px;
1429
+ text-indent: 0;
1430
+ }
1431
+ .e-float-input .e-clear-icon,
1432
+ .e-float-input.e-control-wrapper .e-clear-icon,
1433
+ .e-input-group .e-clear-icon,
1434
+ .e-input-group.e-control-wrapper .e-clear-icon {
1435
+ background: transparent;
1436
+ border: 0;
1437
+ cursor: pointer;
1438
+ display: -ms-flexbox;
1439
+ display: flex;
1440
+ -ms-flex-direction: column;
1441
+ flex-direction: column;
1442
+ -ms-flex-pack: center;
1443
+ justify-content: center;
1444
+ line-height: 1;
1445
+ min-width: 24px;
1446
+ outline: none;
1447
+ padding: 0;
1448
+ text-align: center;
1449
+ }
1450
+ .e-float-input .e-clear-icon::before,
1451
+ .e-float-input.e-control-wrapper .e-clear-icon::before,
1452
+ .e-input-group .e-clear-icon::before,
1453
+ .e-input-group.e-control-wrapper .e-clear-icon::before {
1454
+ font-size: 14px;
1455
+ padding: 0;
1456
+ text-align: center;
1457
+ vertical-align: middle;
1458
+ }
1459
+ .e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide,
1460
+ .e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide,
1461
+ .e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
1462
+ .e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
1463
+ cursor: pointer;
1464
+ display: -ms-flexbox;
1465
+ display: flex;
1466
+ }
1467
+ .e-float-input.e-small .e-clear-icon::before,
1468
+ .e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
1469
+ .e-input-group.e-small .e-clear-icon::before,
1470
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
1471
+ .e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
1472
+ .e-small .e-float-input.e-control-wrapper .e-clear-icon::before,
1473
+ .e-float-input input.e-small:first-child ~ .e-clear-icon::before,
1474
+ .e-small .e-float-input .e-clear-icon::before,
1475
+ .e-small .e-input-group .e-clear-icon::before,
1476
+ .e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
1477
+ font-size: 12px;
1478
+ }
1479
+ .e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
1480
+ .e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
1481
+ cursor: pointer;
1482
+ }
1483
+ .e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
1484
+ .e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
1485
+ .e-float-input input[readonly]:first-child ~ .e-clear-icon,
1486
+ .e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon,
1487
+ .e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide,
1488
+ .e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
1489
+ .e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
1490
+ .e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide {
1491
+ cursor: auto;
1492
+ }
1493
+ .e-input-group .e-clear-icon,
1494
+ .e-input-group.e-control-wrapper .e-clear-icon {
1495
+ min-height: 0;
1496
+ min-width: 30px;
1497
+ padding-bottom: 0;
1498
+ padding-left: 0;
1499
+ padding-right: 0;
1500
+ padding-top: 0;
1501
+ }
1502
+ .e-float-input.e-input-group .e-clear-icon,
1503
+ .e-float-input.e-input-group.e-control-wrapper .e-clear-icon {
1504
+ padding-right: 0;
1505
+ padding-top: 0;
1506
+ }
1507
+ .e-input-group.e-small .e-clear-icon,
1508
+ .e-input-group .e-clear-icon.e-small,
1509
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
1510
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small {
1511
+ min-height: 0;
1512
+ min-width: 36px;
1513
+ padding-bottom: 0;
1514
+ padding-right: 0;
1515
+ padding-top: 0;
1516
+ }
1517
+ .e-input-group.e-small .e-clear-icon,
1518
+ .e-input-group .e-clear-icon.e-small,
1519
+ .e-small .e-input-group .e-clear-icon,
1520
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
1521
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
1522
+ .e-small .e-input-group.e-control-wrapper .e-clear-icon {
1523
+ min-height: 0;
1524
+ min-width: 24px;
1525
+ padding-bottom: 0;
1526
+ padding-right: 0;
1527
+ padding-top: 0;
1528
+ }
1529
+ .e-input-group.e-float-input.e-small .e-clear-icon,
1530
+ .e-input-group.e-float-input .e-clear-icon.e-small,
1531
+ .e-small .e-input-group.e-float-input .e-clear-icon,
1532
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
1533
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
1534
+ .e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon,
1535
+ .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
1536
+ .e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,
1537
+ .e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon,
1538
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
1539
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
1540
+ .e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
1541
+ padding-right: 0;
1542
+ padding-top: 0;
1543
+ }
1544
+ .e-input:not(:valid),
1545
+ .e-input:valid,
1546
+ .e-float-input.e-control-wrapper input:not(:valid),
1547
+ .e-float-input.e-control-wrapper input:valid,
1548
+ .e-float-input input:not(:valid),
1549
+ .e-float-input input:valid,
1550
+ .e-input-group input:not(:valid),
1551
+ .e-input-group input:valid,
1552
+ .e-input-group.e-control-wrapper input:not(:valid),
1553
+ .e-input-group.e-control-wrapper input:valid,
1554
+ .e-float-input.e-control-wrapper textarea:not(:valid),
1555
+ .e-float-input.e-control-wrapper textarea:valid,
1556
+ .e-float-input textarea:not(:valid),
1557
+ .e-float-input textarea:valid,
1558
+ .e-input-group.e-control-wrapper textarea:not(:valid),
1559
+ .e-input-group.e-control-wrapper textarea:valid,
1560
+ .e-input-group textarea:not(:valid),
1561
+ .e-input-group textarea:valid {
1562
+ box-shadow: none;
1563
+ }
1564
+ .e-input-group .e-input-in-wrap,
1565
+ .e-input-group.e-control-wrapper .e-input-in-wrap,
1566
+ .e-float-input .e-input-in-wrap,
1567
+ .e-float-input.e-control-wrapper .e-input-in-wrap {
1568
+ width: 100%;
1569
+ display: -ms-flexbox;
1570
+ display: flex;
1571
+ position: relative;
1572
+ }
1573
+ .e-float-input .e-input-in-wrap label.e-float-text,
1574
+ .e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text {
1575
+ right: 0;
1576
+ overflow: hidden;
1577
+ text-overflow: ellipsis;
1578
+ vertical-align: middle;
1579
+ white-space: nowrap;
1580
+ }
1581
+ .e-float-input textarea:focus ~ label.e-float-text,
1582
+ .e-float-input textarea:valid ~ label.e-float-text,
1583
+ .e-float-input textarea ~ label.e-label-top.e-float-text,
1584
+ .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
1585
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
1586
+ .e-float-input textarea label.e-float-text.e-label-top,
1587
+ .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
1588
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
1589
+ .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
1590
+ .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
1591
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
1592
+ .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
1593
+ font-size: 12px;
1594
+ font-weight: 500;
1595
+ padding-right: 0;
1596
+ transform: translate3d(-10px, -36px, 0) scale(1);
1597
+ }
1598
+ .e-float-input.e-small textarea:focus ~ label.e-float-text,
1599
+ .e-float-input.e-small textarea:valid ~ label.e-float-text,
1600
+ .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
1601
+ .e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
1602
+ .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
1603
+ .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
1604
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
1605
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
1606
+ font-size: 10px;
1607
+ top: 16px;
1608
+ }
1609
+ .e-float-input textarea ~ .e-float-text,
1610
+ .e-float-input.e-control-wrapper textarea ~ .e-float-text {
1611
+ top: 15px;
1612
+ }
1613
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1614
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1615
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1616
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1617
+ font-size: 12px;
1618
+ }
1619
+ .e-float-input.e-small textarea ~ label.e-float-text,
1620
+ .e-float-input textarea ~ label.e-float-text.e-small,
1621
+ .e-float-input textarea.e-small ~ label.e-float-text,
1622
+ .e-small .e-float-input textarea ~ label.e-float-text,
1623
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
1624
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
1625
+ .e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
1626
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text {
1627
+ font-size: 12px;
1628
+ top: 15px;
1629
+ }
1630
+ .e-input-group:hover:not(.e-disabled),
1631
+ .e-input-group.e-control-wrapper:hover:not(.e-disabled),
1632
+ .e-float-input:hover:not(.e-disabled),
1633
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
1634
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
1635
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
1636
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
1637
+ .e-float-input.e-control-wrapper:hover:not(.e-disabled),
1638
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
1639
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
1640
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
1641
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
1642
+ border-bottom-width: 1px;
1643
+ }
1644
+ .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1645
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1646
+ .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 {
1647
+ font-size: 12px;
1648
+ font-weight: bold;
1649
+ padding-right: 0;
1650
+ transform: translate3d(-10px, -39px, 0) scale(1);
1651
+ -webkit-user-select: text;
1652
+ user-select: text;
1653
+ }
1654
+ .e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1655
+ .e-small.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1656
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1657
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1658
+ .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,
1659
+ .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 {
1660
+ font-size: 10px;
1661
+ font-weight: bold;
1662
+ padding-right: 0;
1663
+ top: 17px;
1664
+ transform: translate3d(-10px, -39px, 0) scale(1);
1665
+ -webkit-user-select: text;
1666
+ user-select: text;
1667
+ }
1668
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1669
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1670
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1671
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1672
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1673
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1674
+ -moz-transform: translate(0%, -50%);
1675
+ -ms-transform: translate(0%, -50%);
1676
+ -o-transform: translate(0%, -50%);
1677
+ -webkit-transform: translate(0%, -50%);
1678
+ box-sizing: border-box;
1679
+ left: 0%;
1680
+ top: 13px;
1681
+ transform: translate(0%, -50%);
1682
+ width: 100%;
1683
+ font-style: normal;
1684
+ }
1685
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1686
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1687
+ font-size: 14px;
1688
+ font-style: normal;
1689
+ font-weight: 1;
1690
+ left: 0;
1691
+ overflow: hidden;
1692
+ padding-left: 10px;
1693
+ pointer-events: none;
1694
+ position: absolute;
1695
+ text-overflow: ellipsis;
1696
+ top: -11px;
1697
+ transform: translate3d(0, 16px, 0) scale(1);
1698
+ transform-origin: left top;
1699
+ transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
1700
+ -webkit-user-select: none;
1701
+ -moz-user-select: none;
1702
+ -ms-user-select: none;
1703
+ user-select: none;
1704
+ white-space: nowrap;
1705
+ width: 100%;
1706
+ letter-spacing: 0;
1707
+ }
1708
+ .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
1709
+ .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
1710
+ .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
1711
+ font-size: 12px;
1712
+ font-weight: 500;
1713
+ padding-right: 0;
1714
+ transform: translate3d(-10px, -40px, 0) scale(1);
1715
+ -webkit-user-select: text;
1716
+ user-select: text;
1717
+ }
1718
+ .e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
1719
+ .e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
1720
+ .e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
1721
+ .e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
1722
+ .e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
1723
+ .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
1724
+ font-size: 10px;
1725
+ -webkit-user-select: text;
1726
+ user-select: text;
1727
+ }
1728
+ .e-float-input.e-small textarea:focus ~ label.e-float-text,
1729
+ .e-float-input.e-small textarea:valid ~ label.e-float-text,
1730
+ .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
1731
+ .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
1732
+ .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
1733
+ .e-float-input.e-small textarea label.e-float-text.e-label-top,
1734
+ .e-small .e-float-input textarea:focus ~ label.e-float-text,
1735
+ .e-small .e-float-input textarea:valid ~ label.e-float-text,
1736
+ .e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
1737
+ .e-small .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
1738
+ .e-small .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
1739
+ .e-small .e-float-input textarea label.e-float-text.e-label-top,
1740
+ .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
1741
+ .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
1742
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
1743
+ .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
1744
+ .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
1745
+ .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
1746
+ .e-small .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
1747
+ .e-small .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
1748
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
1749
+ .e-small .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
1750
+ .e-small .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
1751
+ .e-small .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
1752
+ font-weight: 500;
1753
+ padding-right: 0;
1754
+ transform: translate3d(-10px, -35px, 0) scale(1);
1755
+ }
1756
+ .e-float-input textarea[disabled],
1757
+ .e-float-input textarea.e-disabled,
1758
+ .e-float-input.e-control-wrapper textarea[disabled],
1759
+ .e-float-input.e-control-wrapper textarea.e-disabled {
1760
+ border-color: #ced4da;
1761
+ border-style: solid;
1762
+ }
1763
+ .e-float-input textarea[disabled],
1764
+ .e-float-input textarea.e-disabled,
1765
+ .e-float-input.e-control-wrapper textarea[disabled],
1766
+ .e-float-input.e-control-wrapper textarea.e-disabled {
1767
+ background: transparent;
1768
+ background-image: none;
1769
+ cursor: not-allowed;
1770
+ }
1771
+ textarea.e-input,
1772
+ .e-input-group textarea,
1773
+ .e-input-group textarea.e-input,
1774
+ .e-input-group.e-input-focus textarea,
1775
+ .e-input-group.e-input-focus textarea.e-input,
1776
+ .e-input-group.e-control-wrapper textarea,
1777
+ .e-input-group.e-control-wrapper.e-input-focus textarea,
1778
+ .e-input-group.e-control-wrapper textarea.e-input,
1779
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
1780
+ .e-float-input textarea,
1781
+ .e-float-input.e-control-wrapper textarea {
1782
+ line-height: 1.5;
1783
+ min-height: 32px;
1784
+ min-width: 0;
1785
+ padding: 4px 8px 4px 8px;
1786
+ resize: vertical;
1787
+ }
1788
+ .e-input-group.e-small textarea,
1789
+ .e-input-group.e-small textarea.e-input,
1790
+ .e-input-group textarea.e-small,
1791
+ .e-input-group textarea.e-input.e-small,
1792
+ .e-input-group.e-control-wrapper.e-small textarea,
1793
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
1794
+ .e-small .e-input-group textarea,
1795
+ .e-small .e-input-group textarea.e-input,
1796
+ .e-float-input.e-small textarea,
1797
+ .e-float-input textarea.e-small,
1798
+ .e-float-input.e-control-wrapper.e-small textarea,
1799
+ .e-float-input.e-control-wrapper textarea.e-small,
1800
+ .e-small .e-float-input textarea,
1801
+ .e-small .e-float-input.e-control-wrapper textarea {
1802
+ font: inherit;
1803
+ min-height: 26px;
1804
+ padding: 4px 8px 4px 8px;
1805
+ }
1806
+ .e-input-group.e-input-focus.e-small textarea,
1807
+ .e-input-group.e-input-focus.e-small textarea.e-input,
1808
+ .e-input-group.e-input-focus textarea.e-small,
1809
+ .e-input-group.e-input-focus textarea.e-input.e-small,
1810
+ .e-input-group.e-input-focus textarea.e-input.e-small,
1811
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
1812
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
1813
+ .e-small .e-input-group.e-input-focus textarea,
1814
+ .e-small .e-input-group.e-input-focus textarea.e-input {
1815
+ font: inherit;
1816
+ min-height: 26px;
1817
+ padding: 4px 8px 4px 8px;
1818
+ }
1819
+ .e-input-group.e-small textarea:focus,
1820
+ .e-input-group.e-small textarea.e-input:focus,
1821
+ .e-input-group textarea.e-small:focus,
1822
+ .e-input-group textarea.e-input.e-small:focus,
1823
+ .e-input-group.e-control-wrapper.e-small textarea:focus,
1824
+ .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
1825
+ .e-small .e-input-group textarea:focus,
1826
+ .e-small .e-input-group textarea.e-input:focus,
1827
+ .e-float-input.e-small textarea:focus,
1828
+ .e-float-input textarea.e-small:focus,
1829
+ .e-float-input.e-control-wrapper.e-small textarea:focus,
1830
+ .e-float-input.e-control-wrapper textarea.e-small:focus,
1831
+ .e-small .e-float-input textarea:focus,
1832
+ .e-small .e-float-input.e-control-wrapper textarea:focus {
1833
+ padding: 4px 8px 4px 8px;
1834
+ }
1835
+ .e-filled.e-input-group,
1836
+ .e-filled.e-input-group.e-control-wrapper,
1837
+ .e-filled.e-float-input,
1838
+ .e-filled.e-float-input.e-control-wrapper {
1839
+ line-height: 1;
1840
+ }
1841
+ .e-filled textarea.e-input,
1842
+ .e-filled.e-input-group.e-multi-line-input textarea,
1843
+ .e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea,
1844
+ .e-filled.e-float-input.e-multi-line-input textarea,
1845
+ .e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea {
1846
+ box-sizing: border-box;
1847
+ }
1848
+ /*! input theme */
1849
+ input.e-input,
1850
+ .e-input-group input.e-input,
1851
+ .e-input-group.e-control-wrapper input.e-input,
1852
+ .e-input-group textarea.e-input,
1853
+ .e-input-group.e-control-wrapper textarea.e-input,
1854
+ textarea.e-input,
1855
+ .e-float-input input,
1856
+ .e-float-input.e-control-wrapper input,
1857
+ .e-float-input textarea,
1858
+ .e-float-input.e-control-wrapper textarea {
1859
+ background: #fff;
1860
+ border-color: #ced4da;
1861
+ color: #212529;
1862
+ }
1863
+ .e-input-group,
1864
+ .e-input-group.e-control-wrapper,
1865
+ .e-float-input,
1866
+ .e-float-input.e-input-group,
1867
+ .e-float-input.e-control-wrapper,
1868
+ .e-float-input.e-input-group.e-control-wrapper {
1869
+ background: #fff;
1870
+ color: #212529;
1871
+ }
1872
+ .e-input-group .e-input-group-icon,
1873
+ .e-input-group.e-control-wrapper .e-input-group-icon {
1874
+ background: transparent;
1875
+ border-color: #ced4da;
1876
+ color: #6c757d;
1877
+ }
1878
+ .e-input-group.e-disabled .e-input-group-icon,
1879
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon,
1880
+ .e-float-input.e-disabled .e-clear-icon,
1881
+ .e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
1882
+ .e-input-group.e-disabled .e-clear-icon,
1883
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon {
1884
+ color: #adb5bd;
1885
+ }
1886
+ /* stylelint-disable property-no-vendor-prefix */
1887
+ /* stylelint-disable selector-no-vendor-prefix */
1888
+ .e-input[disabled],
1889
+ .e-input-group .e-input[disabled],
1890
+ .e-input-group.e-control-wrapper .e-input[disabled],
1891
+ .e-input-group.e-disabled,
1892
+ .e-input-group.e-control-wrapper.e-disabled,
1893
+ .e-float-input input[disabled],
1894
+ .e-float-input.e-control-wrapper input[disabled],
1895
+ .e-float-input textarea[disabled],
1896
+ .e-float-input.e-control-wrapper textarea[disabled],
1897
+ .e-float-input.e-disabled,
1898
+ .e-float-input.e-control-wrapper.e-disabled {
1899
+ background: #e9ecef;
1900
+ color: #343a40;
1901
+ border-color: #ced4da;
1902
+ }
1903
+ .e-input-group input.e-input,
1904
+ .e-input-group.e-control-wrapper input.e-input,
1905
+ .e-float-input input,
1906
+ .e-float-input.e-control-wrapper input,
1907
+ .e-input-group textarea.e-input,
1908
+ .e-input-group.e-control-wrapper textarea.e-input,
1909
+ .e-float-input textarea,
1910
+ .e-float-input.e-control-wrapper textarea,
1911
+ .e-input-group .e-input[disabled],
1912
+ .e-input-group.e-control-wrapper .e-input[disabled],
1913
+ .e-input-group.e-disabled input.e-input,
1914
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
1915
+ .e-input-group.e-disabled textarea.e-input,
1916
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
1917
+ background: none;
1918
+ color: inherit;
1919
+ }
1920
+ .e-input-group .e-input[readonly],
1921
+ .e-input-group.e-control-wrapper .e-input[readonly],
1922
+ .e-float-input input[readonly],
1923
+ .e-float-input.e-control-wrapper input[readonly],
1924
+ .e-float-input textarea[readonly],
1925
+ .e-float-input.e-control-wrapper textarea[readonly] {
1926
+ background: #fff;
1927
+ color: #343a40;
1928
+ }
1929
+ .e-input-group .e-input[readonly] ~ span.e-input-group-icon,
1930
+ .e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon,
1931
+ .e-float-input input[readonly] ~ span.e-input-group-icon,
1932
+ .e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon,
1933
+ .e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
1934
+ background: #fff;
1935
+ color: #6c757d;
1936
+ }
1937
+ .e-float-input.e-disabled input,
1938
+ .e-float-input.e-control-wrapper.e-disabled input,
1939
+ .e-float-input.e-disabled textarea,
1940
+ .e-float-input.e-control-wrapper.e-disabled textarea,
1941
+ .e-float-input input[disabled],
1942
+ .e-float-input.e-control-wrapper input[disabled],
1943
+ .e-float-input textarea[disabled],
1944
+ .e-float-input.e-control-wrapper textarea[disabled] {
1945
+ color: inherit;
1946
+ }
1947
+ /*! Added color to textbox for disbaled state */
1948
+ .e-float-input:not(.e-disabled) input[disabled],
1949
+ .e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
1950
+ .e-float-input:not(.e-disabled) textarea[disabled],
1951
+ .e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
1952
+ -webkit-text-fill-color: #343a40;
1953
+ color: #343a40;
1954
+ }
1955
+ .e-input-group.e-disabled .e-input-group-icon,
1956
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
1957
+ background: transparent;
1958
+ border-color: #ced4da;
1959
+ }
1960
+ .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
1961
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
1962
+ background: rgb(91.8, 99.45, 106.25);
1963
+ color: #fff;
1964
+ }
1965
+ .e-input.e-success,
1966
+ .e-input.e-success:focus,
1967
+ .e-input-group.e-success input.e-input,
1968
+ .e-input-group.e-control-wrapper.e-success input.e-input,
1969
+ .e-input-group.e-success .e-input-group-icon,
1970
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
1971
+ .e-input-group.e-success textarea.e-input,
1972
+ .e-input-group.e-control-wrapper.e-success textarea.e-input {
1973
+ border-color: #198754;
1974
+ }
1975
+ .e-input.e-warning,
1976
+ .e-input.e-warning:focus,
1977
+ .e-input-group.e-warning input.e-input,
1978
+ .e-input-group.e-control-wrapper.e-warning input.e-input,
1979
+ .e-input-group.e-warning .e-input-group-icon,
1980
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
1981
+ .e-input-group.e-warning textarea.e-input,
1982
+ .e-input-group.e-control-wrapper.e-warning textarea.e-input {
1983
+ border-color: #ffc107;
1984
+ }
1985
+ .e-input.e-error,
1986
+ .e-input.e-error:focus,
1987
+ .e-input-group.e-error input.e-input,
1988
+ .e-input-group.e-control-wrapper.e-error input.e-input,
1989
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon,
1990
+ .e-input-group.e-error .e-input-group-icon,
1991
+ .e-input-group.e-error textarea.e-input,
1992
+ .e-input-group.e-control-wrapper.e-error textarea.e-input {
1993
+ border-color: #dc3545;
1994
+ }
1995
+ label.e-float-text,
1996
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1997
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1998
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1999
+ .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,
2000
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2001
+ .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 {
2002
+ color: #6c757d;
2003
+ }
2004
+ .e-float-input.e-error label.e-float-text,
2005
+ .e-float-input.e-control-wrapper.e-error label.e-float-text,
2006
+ .e-float-input.e-error input:focus ~ label.e-float-text,
2007
+ .e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
2008
+ .e-float-input.e-error.e-input-focus input ~ label.e-float-text,
2009
+ .e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
2010
+ .e-float-input.e-error textarea:focus ~ label.e-float-text,
2011
+ .e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
2012
+ color: #dc3545;
2013
+ }
2014
+ .e-float-input input,
2015
+ .e-float-input textarea,
2016
+ .e-float-input.e-control-wrapper input,
2017
+ .e-float-input.e-control-wrapper textarea,
2018
+ .e-input-group,
2019
+ .e-input-group.e-control-wrapper {
2020
+ border-bottom-color: #ced4da;
2021
+ }
2022
+ .e-float-input.e-success input,
2023
+ .e-float-input.e-success textarea,
2024
+ .e-float-input.e-control-wrapper.e-success input,
2025
+ .e-float-input.e-control-wrapper.e-success textarea {
2026
+ border-color: #198754;
2027
+ }
2028
+ .e-float-input.e-warning input,
2029
+ .e-float-input.e-control-wrapper.e-warning input,
2030
+ .e-float-input.e-warning textarea,
2031
+ .e-float-input.e-control-wrapper.e-warning textarea {
2032
+ border-color: #ffc107;
2033
+ }
2034
+ .e-float-input.e-error input,
2035
+ .e-float-input.e-control-wrapper.e-error input,
2036
+ .e-float-input.e-error textarea,
2037
+ .e-float-input.e-control-wrapper.e-error textarea {
2038
+ border-color: #dc3545;
2039
+ }
2040
+ input.e-input:-moz-placeholder,
2041
+ input.e-input:-moz-placeholder,
2042
+ textarea.e-input:-moz-placeholder,
2043
+ input.e-input::-moz-placeholder,
2044
+ textarea.e-input::-moz-placeholder,
2045
+ .e-input-group input.e-input:-moz-placeholder,
2046
+ .e-input-group input.e-input:-moz-placeholder,
2047
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
2048
+ .e-input-group input.e-input:-moz-placeholder,
2049
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
2050
+ .e-input-group textarea.e-input:-moz-placeholder,
2051
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
2052
+ .e-input-group input.e-input::-moz-placeholder,
2053
+ .e-input-group.e-control-wrapper input.e-input::-moz-placeholder,
2054
+ .e-input-group textarea.e-input::-moz-placeholder,
2055
+ .e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder {
2056
+ color: #6c757d;
2057
+ }
2058
+ input.e-input::-webkit-input-placeholder,
2059
+ textarea.e-input::-webkit-input-placeholder,
2060
+ .e-input-group input.e-input::-webkit-input-placeholder,
2061
+ .e-input-group textarea.e-input::-webkit-input-placeholder,
2062
+ .e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder,
2063
+ .e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
2064
+ color: #6c757d;
2065
+ }
2066
+ input.e-input:-ms-input-placeholder,
2067
+ textarea.e-input:-ms-input-placeholder,
2068
+ .e-input-group input.e-input:-ms-input-placeholder,
2069
+ .e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder,
2070
+ .e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder,
2071
+ .e-input-group textarea.e-input:-ms-input-placeholder {
2072
+ color: #6c757d;
2073
+ }
2074
+ .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),
2075
+ .e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
2076
+ .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),
2077
+ .e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
2078
+ .e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
2079
+ .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) {
2080
+ color: #6c757d;
2081
+ }
2082
+ .e-input-group:not(.e-disabled) .e-input-group-icon:active,
2083
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
2084
+ background: rgb(86.4, 93.6, 100);
2085
+ color: #fff;
2086
+ }
2087
+ input.e-input::-moz-selection,
2088
+ textarea.e-input::-moz-selection,
2089
+ .e-input-group input.e-input::-moz-selection,
2090
+ .e-input-group.e-control-wrapper input.e-input::-moz-selection,
2091
+ .e-float-input input::-moz-selection,
2092
+ .e-float-input.e-control-wrapper input::-moz-selection,
2093
+ .e-input-group textarea.e-input::-moz-selection,
2094
+ .e-input-group.e-control-wrapper textarea.e-input::-moz-selection,
2095
+ .e-float-input textarea::-moz-selection,
2096
+ .e-float-input.e-control-wrapper textarea::-moz-selection,
2097
+ .e-float-input.e-small textarea::-moz-selection,
2098
+ .e-float-input textarea::-moz-selection {
2099
+ background: #0d6efd;
2100
+ color: #fff;
2101
+ }
2102
+ input.e-input::selection,
2103
+ textarea.e-input::selection,
2104
+ .e-input-group input.e-input::selection,
2105
+ .e-input-group.e-control-wrapper input.e-input::selection,
2106
+ .e-float-input input::selection,
2107
+ .e-float-input.e-control-wrapper input::selection,
2108
+ .e-input-group textarea.e-input::selection,
2109
+ .e-input-group.e-control-wrapper textarea.e-input::selection,
2110
+ .e-float-input textarea::selection,
2111
+ .e-float-input.e-control-wrapper textarea::selection,
2112
+ .e-float-input.e-small textarea::selection,
2113
+ .e-float-input textarea::selection {
2114
+ background: #0d6efd;
2115
+ color: #fff;
2116
+ }
2117
+ .e-input-group::before,
2118
+ .e-input-group::after,
2119
+ .e-input-group.e-control-wrapper::before,
2120
+ .e-input-group.e-control-wrapper::after {
2121
+ content: "";
2122
+ }
2123
+ .e-input-group.e-success::before,
2124
+ .e-input-group.e-success::after,
2125
+ .e-input-group.e-control-wrapper.e-success::before,
2126
+ .e-input-group.e-control-wrapper.e-success::after {
2127
+ content: "";
2128
+ }
2129
+ .e-input-group.e-warning::before,
2130
+ .e-input-group.e-warning::after,
2131
+ .e-input-group.e-control-wrapper.e-warning::before,
2132
+ .e-input-group.e-control-wrapper.e-warning::after {
2133
+ content: "";
2134
+ }
2135
+ .e-input-group.e-error::before,
2136
+ .e-input-group.e-error::after,
2137
+ .e-input-group.e-control-wrapper.e-error::before,
2138
+ .e-input-group.e-control-wrapper.e-error::after {
2139
+ content: "";
2140
+ }
2141
+ .e-input-group.e-success .e-input-group-icon,
2142
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
2143
+ .e-input-group.e-warning .e-input-group-icon,
2144
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
2145
+ .e-input-group.e-error .e-input-group-icon,
2146
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon {
2147
+ color: #6c757d;
2148
+ }
2149
+ .e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
2150
+ .e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
2151
+ .e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
2152
+ .e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
2153
+ .e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,
2154
+ .e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover {
2155
+ color: #6c757d;
2156
+ color: #fff;
2157
+ }
2158
+ .e-input-group input.e-input,
2159
+ .e-input-group.e-control-wrapper input.e-input,
2160
+ .e-input-group textarea.e-input,
2161
+ .e-input-group.e-control-wrapper textarea.e-input,
2162
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
2163
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
2164
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
2165
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
2166
+ border-color: #ced4da;
2167
+ }
2168
+ .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
2169
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
2170
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
2171
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
2172
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
2173
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
2174
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
2175
+ border-color: rgb(134, 182.5, 254);
2176
+ border-radius: 4px;
2177
+ box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2178
+ }
2179
+ .e-input-group .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
2180
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
2181
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
2182
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
2183
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
2184
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
2185
+ .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 {
2186
+ box-shadow: none;
2187
+ }
2188
+ .e-input:focus:not(.e-success):not(.e-warning).e-error,
2189
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
2190
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
2191
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
2192
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
2193
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
2194
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
2195
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
2196
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error,
2197
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
2198
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
2199
+ box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
2200
+ }
2201
+ .e-input:focus:not(.e-error):not(.e-warning).e-success,
2202
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
2203
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
2204
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
2205
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
2206
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
2207
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
2208
+ box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
2209
+ }
2210
+ .e-input:focus:not(.e-success):not(.e-error).e-warning,
2211
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
2212
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
2213
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
2214
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
2215
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
2216
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
2217
+ .e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
2218
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning,
2219
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
2220
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
2221
+ box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.25);
2222
+ }
2223
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
2224
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
2225
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
2226
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
2227
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,
2228
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus {
2229
+ border-color: #ced4da;
2230
+ }
2231
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
2232
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
2233
+ border-color: rgb(134, 182.5, 254);
2234
+ border-color: rgb(134, 182.5, 254);
2235
+ border-radius: 4px;
2236
+ box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2237
+ }
2238
+ .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
2239
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success,
2240
+ .e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
2241
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
2242
+ box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
2243
+ }
2244
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
2245
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
2246
+ border-color: #ced4da;
2247
+ }
2248
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
2249
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
2250
+ border-color: rgb(134, 182.5, 254);
2251
+ box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2252
+ }
2253
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
2254
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
2255
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
2256
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
2257
+ border-bottom-color: transparent;
2258
+ border-top-color: transparent;
2259
+ }
2260
+ .e-input-group.e-success,
2261
+ .e-input-group.e-control-wrapper.e-success,
2262
+ .e-input-group.e-success:not(.e-float-icon-left),
2263
+ .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
2264
+ border-color: #198754;
2265
+ }
2266
+ .e-input-group.e-warning,
2267
+ .e-input-group.e-control-wrapper.e-warning,
2268
+ .e-input-group.e-warning:not(.e-float-icon-left),
2269
+ .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) {
2270
+ border-color: #ffc107;
2271
+ }
2272
+ .e-input-group.e-error,
2273
+ .e-input-group.e-control-wrapper.e-error,
2274
+ .e-input-group.e-error:not(.e-float-icon-left),
2275
+ .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
2276
+ border-color: #dc3545;
2277
+ }
2278
+ .e-float-input .e-clear-icon,
2279
+ .e-float-input.e-control-wrapper .e-clear-icon,
2280
+ .e-input-group .e-clear-icon,
2281
+ .e-input-group.e-control-wrapper .e-clear-icon {
2282
+ color: #6c757d;
2283
+ }
2284
+ .e-float-input .e-clear-icon:hover,
2285
+ .e-float-input.e-control-wrapper .e-clear-icon:hover,
2286
+ .e-input-group .e-clear-icon:hover,
2287
+ .e-input-group.e-control-wrapper .e-clear-icon:hover {
2288
+ color: #343a40;
2289
+ }
2290
+ .e-float-input.e-input-focus .e-input:focus,
2291
+ .e-float-input.e-control-wrapper.e-input-focus .e-input:focus {
2292
+ border-bottom-color: transparent;
2293
+ border-top-color: transparent;
2294
+ }
2295
+ .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2296
+ .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2297
+ .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2298
+ .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2299
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2300
+ .e-float-input:not(.e-error) input label.e-float-text.e-label-top,
2301
+ .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2302
+ .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
2303
+ .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
2304
+ .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
2305
+ .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
2306
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2307
+ .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2308
+ .e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2309
+ .e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2310
+ .e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
2311
+ .e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2312
+ .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2313
+ .e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2314
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
2315
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
2316
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
2317
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
2318
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2319
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2320
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
2321
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
2322
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
2323
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2324
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2325
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2326
+ .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2327
+ .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
2328
+ .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2329
+ .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2330
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2331
+ .e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
2332
+ .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2333
+ .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
2334
+ .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2335
+ .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
2336
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2337
+ .e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2338
+ .e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
2339
+ .e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2340
+ .e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
2341
+ .e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2342
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2343
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2344
+ .e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2345
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2346
+ .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,
2347
+ .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,
2348
+ .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2349
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2350
+ .e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2351
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2352
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2353
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
2354
+ color: #343a40;
2355
+ }
2356
+ .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2357
+ .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
2358
+ .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
2359
+ .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2360
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2361
+ .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
2362
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2363
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2364
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
2365
+ .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2366
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2367
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2368
+ .e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top {
2369
+ color: #343a40;
2370
+ }
2371
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2372
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2373
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2374
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2375
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2376
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
2377
+ color: #6c757d;
2378
+ }
2379
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2380
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
2381
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2382
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
2383
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2384
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2385
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
2386
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2387
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
2388
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
2389
+ color: #343a40;
2390
+ }
2391
+ .e-float-input.e-input-group.e-disabled .e-float-text,
2392
+ .e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
2393
+ .e-float-input input[disabled] ~ label.e-float-text,
2394
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
2395
+ .e-float-input.e-disabled label.e-float-text,
2396
+ .e-float-input.e-disabled label.e-float-text.e-label-top,
2397
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
2398
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2399
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2400
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2401
+ .e-float-input textarea[disabled] ~ label.e-float-text,
2402
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
2403
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
2404
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2405
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2406
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2407
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
2408
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
2409
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
2410
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
2411
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
2412
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
2413
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text,
2414
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
2415
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
2416
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2417
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2418
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2419
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
2420
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2421
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2422
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2423
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
2424
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
2425
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
2426
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
2427
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
2428
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2429
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2430
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2431
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
2432
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2433
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2434
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
2435
+ color: #6c757d;
2436
+ }
2437
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2438
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2439
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2440
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2441
+ .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]),
2442
+ .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]),
2443
+ .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]),
2444
+ .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]) {
2445
+ border-color: rgb(134, 182.5, 254);
2446
+ }
2447
+ .e-input-group textarea.e-input:-ms-input-placeholder,
2448
+ .e-input-group textarea.e-input:-moz-placeholder,
2449
+ .e-input-group .e-input:-ms-input-placeholder,
2450
+ input.e-input::-webkit-input-placeholder {
2451
+ color: #6c757d;
2452
+ }
2453
+ /* stylelint-disable-line no-empty-source */