@syncfusion/ej2-fluent2-dark-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/_fluent2-definition.scss +176 -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 +452 -0
  9. package/styles/accordion/accordion-lite.scss +3 -0
  10. package/styles/accordion/accordion.css +547 -0
  11. package/styles/accordion/accordion.scss +4 -0
  12. package/styles/accordion/icons/_fluent2.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/_fluent2-definition.scss +312 -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 +1358 -0
  24. package/styles/ai-assistview/ai-assistview-lite.scss +3 -0
  25. package/styles/ai-assistview/ai-assistview.css +1669 -0
  26. package/styles/ai-assistview/ai-assistview.scss +4 -0
  27. package/styles/ai-assistview/icons/_fluent2.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/_fluent2-definition.scss +40 -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 +239 -0
  39. package/styles/appbar/appbar-lite.scss +2 -0
  40. package/styles/appbar/appbar.css +252 -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/_fluent2-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/_fluent2-definition.scss +44 -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/_fluent2-definition.scss +157 -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 +224 -0
  69. package/styles/badge/badge-lite.scss +2 -0
  70. package/styles/badge/badge.css +269 -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/_definition.scss +1 -0
  78. package/styles/barcode/_fluent2-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/_fluent2-dark-definition.scss +1 -0
  86. package/styles/base/animation/_all.scss +537 -0
  87. package/styles/base/base.css +2754 -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/_fluent2-dark.scss +1681 -0
  94. package/styles/blockeditor/_all.scss +2 -0
  95. package/styles/blockeditor/_bigger.scss +384 -0
  96. package/styles/blockeditor/_fluent2-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 +1828 -0
  101. package/styles/blockeditor/blockeditor-lite.scss +3 -0
  102. package/styles/blockeditor/blockeditor.css +2226 -0
  103. package/styles/blockeditor/blockeditor.scss +4 -0
  104. package/styles/blockeditor/icons/_fluent2.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/breadcrumb/_all.scss +2 -0
  110. package/styles/breadcrumb/_bigger.scss +168 -0
  111. package/styles/breadcrumb/_fluent2-definition.scss +85 -0
  112. package/styles/breadcrumb/_layout.scss +465 -0
  113. package/styles/breadcrumb/_theme.scss +297 -0
  114. package/styles/breadcrumb/_variables.scss +2 -0
  115. package/styles/breadcrumb/breadcrumb-lite.css +343 -0
  116. package/styles/breadcrumb/breadcrumb-lite.scss +3 -0
  117. package/styles/breadcrumb/breadcrumb.css +436 -0
  118. package/styles/breadcrumb/breadcrumb.scss +4 -0
  119. package/styles/breadcrumb/icons/_fluent2.scss +25 -0
  120. package/styles/breadcrumb/index-lite.css +2 -0
  121. package/styles/breadcrumb/index-lite.scss +2 -0
  122. package/styles/breadcrumb/index.css +2 -0
  123. package/styles/breadcrumb/index.scss +2 -0
  124. package/styles/button/_all.scss +2 -0
  125. package/styles/button/_bigger.scss +293 -0
  126. package/styles/button/_fluent2-definition.scss +389 -0
  127. package/styles/button/_layout.scss +340 -0
  128. package/styles/button/_mixin.scss +683 -0
  129. package/styles/button/_theme.scss +1945 -0
  130. package/styles/button/_variables.scss +2 -0
  131. package/styles/button/button-lite.css +1351 -0
  132. package/styles/button/button-lite.scss +2 -0
  133. package/styles/button/button.css +1627 -0
  134. package/styles/button/button.scss +3 -0
  135. package/styles/button/index-lite.css +2 -0
  136. package/styles/button/index-lite.scss +2 -0
  137. package/styles/button/index.css +2 -0
  138. package/styles/button/index.scss +2 -0
  139. package/styles/button-group/_all.scss +2 -0
  140. package/styles/button-group/_bigger.scss +13 -0
  141. package/styles/button-group/_fluent2-definition.scss +42 -0
  142. package/styles/button-group/_group-button-mixin.scss +96 -0
  143. package/styles/button-group/_layout.scss +280 -0
  144. package/styles/button-group/_theme.scss +481 -0
  145. package/styles/button-group/_variables.scss +2 -0
  146. package/styles/button-group/button-group-lite.css +771 -0
  147. package/styles/button-group/button-group-lite.scss +2 -0
  148. package/styles/button-group/button-group.css +777 -0
  149. package/styles/button-group/button-group.scss +3 -0
  150. package/styles/button-group/index-lite.css +3 -0
  151. package/styles/button-group/index-lite.scss +3 -0
  152. package/styles/button-group/index.css +3 -0
  153. package/styles/button-group/index.scss +3 -0
  154. package/styles/calendar/_all.scss +2 -0
  155. package/styles/calendar/_bigger.scss +1161 -0
  156. package/styles/calendar/_fluent2-definition.scss +314 -0
  157. package/styles/calendar/_layout.scss +589 -0
  158. package/styles/calendar/_theme.scss +725 -0
  159. package/styles/calendar/_variables.scss +2 -0
  160. package/styles/calendar/calendar-lite.css +682 -0
  161. package/styles/calendar/calendar-lite.scss +3 -0
  162. package/styles/calendar/calendar.css +1335 -0
  163. package/styles/calendar/calendar.scss +4 -0
  164. package/styles/calendar/icons/_fluent2.scss +14 -0
  165. package/styles/calendar/index-lite.css +3 -0
  166. package/styles/calendar/index-lite.scss +3 -0
  167. package/styles/calendar/index.css +3 -0
  168. package/styles/calendar/index.scss +3 -0
  169. package/styles/card/_all.scss +2 -0
  170. package/styles/card/_bigger.scss +172 -0
  171. package/styles/card/_fluent2-definition.scss +142 -0
  172. package/styles/card/_layout.scss +387 -0
  173. package/styles/card/_theme.scss +113 -0
  174. package/styles/card/_variables.scss +2 -0
  175. package/styles/card/card-lite.css +374 -0
  176. package/styles/card/card-lite.scss +2 -0
  177. package/styles/card/card.css +511 -0
  178. package/styles/card/card.scss +3 -0
  179. package/styles/card/index-lite.css +2 -0
  180. package/styles/card/index-lite.scss +2 -0
  181. package/styles/card/index.css +2 -0
  182. package/styles/card/index.scss +2 -0
  183. package/styles/carousel/_all.scss +2 -0
  184. package/styles/carousel/_fluent2-definition.scss +40 -0
  185. package/styles/carousel/_layout.scss +258 -0
  186. package/styles/carousel/_theme.scss +110 -0
  187. package/styles/carousel/_variables.scss +2 -0
  188. package/styles/carousel/carousel.css +337 -0
  189. package/styles/carousel/carousel.scss +3 -0
  190. package/styles/carousel/icons/_fluent2.scss +31 -0
  191. package/styles/carousel/index.css +2 -0
  192. package/styles/carousel/index.scss +2 -0
  193. package/styles/chartwizard/_all.scss +2 -0
  194. package/styles/chartwizard/_bigger.scss +24 -0
  195. package/styles/chartwizard/_fluent2-definition.scss +12 -0
  196. package/styles/chartwizard/_layout.scss +285 -0
  197. package/styles/chartwizard/_theme.scss +58 -0
  198. package/styles/chartwizard/_variables.scss +2 -0
  199. package/styles/chartwizard/chartwizard-lite.css +351 -0
  200. package/styles/chartwizard/chartwizard-lite.scss +3 -0
  201. package/styles/chartwizard/chartwizard.css +368 -0
  202. package/styles/chartwizard/chartwizard.scss +4 -0
  203. package/styles/chartwizard/icons/_fluent2.scss +110 -0
  204. package/styles/chartwizard/index-lite.css +38 -0
  205. package/styles/chartwizard/index-lite.scss +38 -0
  206. package/styles/chartwizard/index.css +38 -0
  207. package/styles/chartwizard/index.scss +38 -0
  208. package/styles/chat-ui/_all.scss +2 -0
  209. package/styles/chat-ui/_bigger.scss +282 -0
  210. package/styles/chat-ui/_fluent2-definition.scss +430 -0
  211. package/styles/chat-ui/_layout.scss +975 -0
  212. package/styles/chat-ui/_theme.scss +436 -0
  213. package/styles/chat-ui/_variables.scss +2 -0
  214. package/styles/chat-ui/chat-ui-lite.css +1350 -0
  215. package/styles/chat-ui/chat-ui-lite.scss +3 -0
  216. package/styles/chat-ui/chat-ui.css +1642 -0
  217. package/styles/chat-ui/chat-ui.scss +4 -0
  218. package/styles/chat-ui/icons/_fluent2.scss +72 -0
  219. package/styles/chat-ui/index-lite.css +15 -0
  220. package/styles/chat-ui/index-lite.scss +15 -0
  221. package/styles/chat-ui/index.css +15 -0
  222. package/styles/chat-ui/index.scss +15 -0
  223. package/styles/check-box/_all.scss +2 -0
  224. package/styles/check-box/_bigger.scss +252 -0
  225. package/styles/check-box/_fluent2-definition.scss +103 -0
  226. package/styles/check-box/_layout.scss +330 -0
  227. package/styles/check-box/_theme.scss +286 -0
  228. package/styles/check-box/_variables.scss +2 -0
  229. package/styles/check-box/check-box-lite.css +391 -0
  230. package/styles/check-box/check-box-lite.scss +3 -0
  231. package/styles/check-box/check-box.css +567 -0
  232. package/styles/check-box/check-box.scss +4 -0
  233. package/styles/check-box/icons/_fluent2.scss +19 -0
  234. package/styles/check-box/index-lite.css +2 -0
  235. package/styles/check-box/index-lite.scss +2 -0
  236. package/styles/check-box/index.css +2 -0
  237. package/styles/check-box/index.scss +2 -0
  238. package/styles/chips/_all.scss +2 -0
  239. package/styles/chips/_bigger.scss +150 -0
  240. package/styles/chips/_fluent2-definition.scss +599 -0
  241. package/styles/chips/_layout.scss +240 -0
  242. package/styles/chips/_theme.scss +909 -0
  243. package/styles/chips/_variables.scss +2 -0
  244. package/styles/chips/chips-lite.css +1918 -0
  245. package/styles/chips/chips-lite.scss +3 -0
  246. package/styles/chips/chips.css +2024 -0
  247. package/styles/chips/chips.scss +4 -0
  248. package/styles/chips/icons/_fluent2.scss +14 -0
  249. package/styles/chips/index-lite.css +2 -0
  250. package/styles/chips/index-lite.scss +2 -0
  251. package/styles/chips/index.css +2 -0
  252. package/styles/chips/index.scss +2 -0
  253. package/styles/color-picker/_all.scss +2 -0
  254. package/styles/color-picker/_bigger.scss +550 -0
  255. package/styles/color-picker/_fluent2-definition.scss +191 -0
  256. package/styles/color-picker/_layout.scss +970 -0
  257. package/styles/color-picker/_theme.scss +217 -0
  258. package/styles/color-picker/_variables.scss +2 -0
  259. package/styles/color-picker/color-picker-lite.css +593 -0
  260. package/styles/color-picker/color-picker-lite.scss +3 -0
  261. package/styles/color-picker/color-picker.css +794 -0
  262. package/styles/color-picker/color-picker.scss +4 -0
  263. package/styles/color-picker/icons/_fluent2.scss +10 -0
  264. package/styles/color-picker/index-lite.css +10 -0
  265. package/styles/color-picker/index-lite.scss +10 -0
  266. package/styles/color-picker/index.css +10 -0
  267. package/styles/color-picker/index.scss +10 -0
  268. package/styles/combo-box/_all.scss +1 -0
  269. package/styles/combo-box/_fluent2-definition.scss +2 -0
  270. package/styles/combo-box/_variables.scss +2 -0
  271. package/styles/combo-box/combo-box.css +1 -0
  272. package/styles/combo-box/combo-box.scss +2 -0
  273. package/styles/combo-box/index.css +7 -0
  274. package/styles/combo-box/index.scss +7 -0
  275. package/styles/context-menu/_all.scss +2 -0
  276. package/styles/context-menu/_bigger.scss +111 -0
  277. package/styles/context-menu/_fluent2-definition.scss +79 -0
  278. package/styles/context-menu/_layout-mixin.scss +144 -0
  279. package/styles/context-menu/_layout.scss +181 -0
  280. package/styles/context-menu/_theme-mixin.scss +87 -0
  281. package/styles/context-menu/_theme.scss +79 -0
  282. package/styles/context-menu/_variables.scss +2 -0
  283. package/styles/context-menu/context-menu-lite.css +352 -0
  284. package/styles/context-menu/context-menu-lite.scss +3 -0
  285. package/styles/context-menu/context-menu.css +428 -0
  286. package/styles/context-menu/context-menu.scss +4 -0
  287. package/styles/context-menu/icons/_fluent2.scss +32 -0
  288. package/styles/context-menu/index-lite.css +2 -0
  289. package/styles/context-menu/index-lite.scss +2 -0
  290. package/styles/context-menu/index.css +2 -0
  291. package/styles/context-menu/index.scss +2 -0
  292. package/styles/dashboard-layout/_all.scss +2 -0
  293. package/styles/dashboard-layout/_bigger.scss +40 -0
  294. package/styles/dashboard-layout/_fluent2-definition.scss +114 -0
  295. package/styles/dashboard-layout/_layout.scss +234 -0
  296. package/styles/dashboard-layout/_theme.scss +117 -0
  297. package/styles/dashboard-layout/_variables.scss +2 -0
  298. package/styles/dashboard-layout/dashboard-layout-lite.css +282 -0
  299. package/styles/dashboard-layout/dashboard-layout-lite.scss +3 -0
  300. package/styles/dashboard-layout/dashboard-layout.css +297 -0
  301. package/styles/dashboard-layout/dashboard-layout.scss +4 -0
  302. package/styles/dashboard-layout/icons/_fluent2.scss +81 -0
  303. package/styles/dashboard-layout/index-lite.css +2 -0
  304. package/styles/dashboard-layout/index-lite.scss +2 -0
  305. package/styles/dashboard-layout/index.css +2 -0
  306. package/styles/dashboard-layout/index.scss +2 -0
  307. package/styles/data-form/_all.scss +2 -0
  308. package/styles/data-form/_fluent2-definition.scss +54 -0
  309. package/styles/data-form/_layout.scss +232 -0
  310. package/styles/data-form/_theme.scss +41 -0
  311. package/styles/data-form/_variables.scss +2 -0
  312. package/styles/data-form/data-form.css +236 -0
  313. package/styles/data-form/data-form.scss +2 -0
  314. package/styles/data-form/index.css +2 -0
  315. package/styles/data-form/index.scss +2 -0
  316. package/styles/datepicker/_all.scss +2 -0
  317. package/styles/datepicker/_bigger.scss +83 -0
  318. package/styles/datepicker/_fluent2-definition.scss +147 -0
  319. package/styles/datepicker/_layout.scss +442 -0
  320. package/styles/datepicker/_theme.scss +49 -0
  321. package/styles/datepicker/_variables.scss +2 -0
  322. package/styles/datepicker/datepicker-lite.css +397 -0
  323. package/styles/datepicker/datepicker-lite.scss +3 -0
  324. package/styles/datepicker/datepicker.css +430 -0
  325. package/styles/datepicker/datepicker.scss +4 -0
  326. package/styles/datepicker/icons/_fluent2.scss +54 -0
  327. package/styles/datepicker/index-lite.css +6 -0
  328. package/styles/datepicker/index-lite.scss +6 -0
  329. package/styles/datepicker/index.css +6 -0
  330. package/styles/datepicker/index.scss +6 -0
  331. package/styles/daterangepicker/_all.scss +2 -0
  332. package/styles/daterangepicker/_bigger.scss +972 -0
  333. package/styles/daterangepicker/_fluent2-definition.scss +335 -0
  334. package/styles/daterangepicker/_layout.scss +814 -0
  335. package/styles/daterangepicker/_theme.scss +429 -0
  336. package/styles/daterangepicker/_variables.scss +2 -0
  337. package/styles/daterangepicker/daterangepicker-lite.css +780 -0
  338. package/styles/daterangepicker/daterangepicker-lite.scss +3 -0
  339. package/styles/daterangepicker/daterangepicker.css +1408 -0
  340. package/styles/daterangepicker/daterangepicker.scss +4 -0
  341. package/styles/daterangepicker/icons/_fluent2.scss +93 -0
  342. package/styles/daterangepicker/index-lite.css +8 -0
  343. package/styles/daterangepicker/index-lite.scss +8 -0
  344. package/styles/daterangepicker/index.css +8 -0
  345. package/styles/daterangepicker/index.scss +8 -0
  346. package/styles/datetimepicker/_all.scss +2 -0
  347. package/styles/datetimepicker/_bigger.scss +106 -0
  348. package/styles/datetimepicker/_fluent2-definition.scss +76 -0
  349. package/styles/datetimepicker/_layout.scss +193 -0
  350. package/styles/datetimepicker/_theme.scss +96 -0
  351. package/styles/datetimepicker/_variables.scss +2 -0
  352. package/styles/datetimepicker/datetimepicker-lite.css +163 -0
  353. package/styles/datetimepicker/datetimepicker-lite.scss +3 -0
  354. package/styles/datetimepicker/datetimepicker.css +200 -0
  355. package/styles/datetimepicker/datetimepicker.scss +4 -0
  356. package/styles/datetimepicker/icons/_fluent2.scss +12 -0
  357. package/styles/datetimepicker/index-lite.css +9 -0
  358. package/styles/datetimepicker/index-lite.scss +9 -0
  359. package/styles/datetimepicker/index.css +9 -0
  360. package/styles/datetimepicker/index.scss +9 -0
  361. package/styles/diagram/_all.scss +1 -0
  362. package/styles/diagram/_definition.scss +54 -0
  363. package/styles/diagram/_fluent2-definition.scss +78 -0
  364. package/styles/diagram/_theme.scss +461 -0
  365. package/styles/diagram/_variables.scss +2 -0
  366. package/styles/diagram/diagram.css +450 -0
  367. package/styles/diagram/diagram.scss +2 -0
  368. package/styles/diagram/index.css +5 -0
  369. package/styles/diagram/index.scss +5 -0
  370. package/styles/dialog/_all.scss +2 -0
  371. package/styles/dialog/_bigger.scss +88 -0
  372. package/styles/dialog/_fluent2-definition.scss +125 -0
  373. package/styles/dialog/_layout.scss +490 -0
  374. package/styles/dialog/_theme.scss +165 -0
  375. package/styles/dialog/_variables.scss +2 -0
  376. package/styles/dialog/dialog-lite.css +485 -0
  377. package/styles/dialog/dialog-lite.scss +3 -0
  378. package/styles/dialog/dialog.css +528 -0
  379. package/styles/dialog/dialog.scss +4 -0
  380. package/styles/dialog/icons/_fluent2.scss +28 -0
  381. package/styles/dialog/index-lite.css +4 -0
  382. package/styles/dialog/index-lite.scss +4 -0
  383. package/styles/dialog/index.css +4 -0
  384. package/styles/dialog/index.scss +4 -0
  385. package/styles/document-editor/_all.scss +3 -0
  386. package/styles/document-editor/_bigger.scss +964 -0
  387. package/styles/document-editor/_fluent2-definition.scss +933 -0
  388. package/styles/document-editor/_layout.scss +445 -0
  389. package/styles/document-editor/_theme.scss +2921 -0
  390. package/styles/document-editor/_variables.scss +2 -0
  391. package/styles/document-editor/document-editor-lite.css +3326 -0
  392. package/styles/document-editor/document-editor-lite.scss +3 -0
  393. package/styles/document-editor/document-editor.css +3578 -0
  394. package/styles/document-editor/document-editor.scss +4 -0
  395. package/styles/document-editor/icons/_fluent2.scss +708 -0
  396. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +88 -0
  397. package/styles/document-editor/index-lite.css +27 -0
  398. package/styles/document-editor/index-lite.scss +27 -0
  399. package/styles/document-editor/index.css +27 -0
  400. package/styles/document-editor/index.scss +27 -0
  401. package/styles/document-editor-container/_all.scss +2 -0
  402. package/styles/document-editor-container/_bigger.scss +1154 -0
  403. package/styles/document-editor-container/_definition.scss +10 -0
  404. package/styles/document-editor-container/_fluent2-definition.scss +390 -0
  405. package/styles/document-editor-container/_layout.scss +240 -0
  406. package/styles/document-editor-container/_theme.scss +1993 -0
  407. package/styles/document-editor-container/_variables.scss +2 -0
  408. package/styles/document-editor-container/document-editor-container-lite.css +1667 -0
  409. package/styles/document-editor-container/document-editor-container-lite.scss +3 -0
  410. package/styles/document-editor-container/document-editor-container.css +2140 -0
  411. package/styles/document-editor-container/document-editor-container.scss +4 -0
  412. package/styles/document-editor-container/icons/_fluent2.scss +737 -0
  413. package/styles/document-editor-container/index-lite.css +31 -0
  414. package/styles/document-editor-container/index-lite.scss +31 -0
  415. package/styles/document-editor-container/index.css +31 -0
  416. package/styles/document-editor-container/index.scss +31 -0
  417. package/styles/drawing/_all.scss +1 -0
  418. package/styles/drawing/_definition.scss +1 -0
  419. package/styles/drawing/_fluent2-definition.scss +1 -0
  420. package/styles/drawing/_theme.scss +1 -0
  421. package/styles/drawing/_variables.scss +2 -0
  422. package/styles/drawing/drawing.css +2 -0
  423. package/styles/drawing/drawing.scss +2 -0
  424. package/styles/drawing/index.css +2 -0
  425. package/styles/drawing/index.scss +2 -0
  426. package/styles/drop-down-base/_all.scss +2 -0
  427. package/styles/drop-down-base/_bigger.scss +194 -0
  428. package/styles/drop-down-base/_definition.scss +24 -0
  429. package/styles/drop-down-base/_fluent2-definition.scss +150 -0
  430. package/styles/drop-down-base/_layout.scss +158 -0
  431. package/styles/drop-down-base/_theme.scss +310 -0
  432. package/styles/drop-down-base/_variables.scss +2 -0
  433. package/styles/drop-down-base/drop-down-base-lite.css +285 -0
  434. package/styles/drop-down-base/drop-down-base-lite.scss +2 -0
  435. package/styles/drop-down-base/drop-down-base.css +363 -0
  436. package/styles/drop-down-base/drop-down-base.scss +3 -0
  437. package/styles/drop-down-base/index-lite.css +2 -0
  438. package/styles/drop-down-base/index-lite.scss +2 -0
  439. package/styles/drop-down-base/index.css +2 -0
  440. package/styles/drop-down-base/index.scss +2 -0
  441. package/styles/drop-down-button/_all.scss +2 -0
  442. package/styles/drop-down-button/_bigger.scss +105 -0
  443. package/styles/drop-down-button/_fluent2-definition.scss +69 -0
  444. package/styles/drop-down-button/_layout.scss +248 -0
  445. package/styles/drop-down-button/_theme.scss +106 -0
  446. package/styles/drop-down-button/_variables.scss +2 -0
  447. package/styles/drop-down-button/drop-down-button-lite.css +212 -0
  448. package/styles/drop-down-button/drop-down-button-lite.scss +3 -0
  449. package/styles/drop-down-button/drop-down-button.css +267 -0
  450. package/styles/drop-down-button/drop-down-button.scss +4 -0
  451. package/styles/drop-down-button/icons/_fluent2.scss +11 -0
  452. package/styles/drop-down-button/index-lite.css +4 -0
  453. package/styles/drop-down-button/index-lite.scss +4 -0
  454. package/styles/drop-down-button/index.css +4 -0
  455. package/styles/drop-down-button/index.scss +4 -0
  456. package/styles/drop-down-list/_all.scss +2 -0
  457. package/styles/drop-down-list/_bigger.scss +624 -0
  458. package/styles/drop-down-list/_fluent2-definition.scss +158 -0
  459. package/styles/drop-down-list/_layout.scss +294 -0
  460. package/styles/drop-down-list/_theme.scss +18 -0
  461. package/styles/drop-down-list/_variables.scss +2 -0
  462. package/styles/drop-down-list/drop-down-list-lite.css +294 -0
  463. package/styles/drop-down-list/drop-down-list-lite.scss +3 -0
  464. package/styles/drop-down-list/drop-down-list.css +340 -0
  465. package/styles/drop-down-list/drop-down-list.scss +4 -0
  466. package/styles/drop-down-list/icons/_fluent2.scss +19 -0
  467. package/styles/drop-down-list/index-lite.css +6 -0
  468. package/styles/drop-down-list/index-lite.scss +6 -0
  469. package/styles/drop-down-list/index.css +6 -0
  470. package/styles/drop-down-list/index.scss +6 -0
  471. package/styles/drop-down-tree/_all.scss +2 -0
  472. package/styles/drop-down-tree/_bigger.scss +589 -0
  473. package/styles/drop-down-tree/_fluent2-definition.scss +118 -0
  474. package/styles/drop-down-tree/_layout.scss +980 -0
  475. package/styles/drop-down-tree/_theme.scss +144 -0
  476. package/styles/drop-down-tree/_variables.scss +2 -0
  477. package/styles/drop-down-tree/drop-down-tree-lite.css +344 -0
  478. package/styles/drop-down-tree/drop-down-tree-lite.scss +3 -0
  479. package/styles/drop-down-tree/drop-down-tree.css +446 -0
  480. package/styles/drop-down-tree/drop-down-tree.scss +4 -0
  481. package/styles/drop-down-tree/icons/_fluent2.scss +15 -0
  482. package/styles/drop-down-tree/index-lite.css +8 -0
  483. package/styles/drop-down-tree/index-lite.scss +8 -0
  484. package/styles/drop-down-tree/index.css +8 -0
  485. package/styles/drop-down-tree/index.scss +8 -0
  486. package/styles/excel-filter/_all.scss +2 -0
  487. package/styles/excel-filter/_bigger.scss +238 -0
  488. package/styles/excel-filter/_fluent2-definition.scss +76 -0
  489. package/styles/excel-filter/_layout.scss +405 -0
  490. package/styles/excel-filter/_theme.scss +52 -0
  491. package/styles/excel-filter/_variables.scss +2 -0
  492. package/styles/excel-filter/excel-filter-lite.css +298 -0
  493. package/styles/excel-filter/excel-filter-lite.scss +3 -0
  494. package/styles/excel-filter/excel-filter.css +433 -0
  495. package/styles/excel-filter/excel-filter.scss +4 -0
  496. package/styles/excel-filter/icons/_fluent2.scss +35 -0
  497. package/styles/excel-filter/index-lite.css +18 -0
  498. package/styles/excel-filter/index-lite.scss +18 -0
  499. package/styles/excel-filter/index.css +18 -0
  500. package/styles/excel-filter/index.scss +18 -0
  501. package/styles/file-manager/_all.scss +2 -0
  502. package/styles/file-manager/_bigger.scss +869 -0
  503. package/styles/file-manager/_fluent2-definition.scss +336 -0
  504. package/styles/file-manager/_layout.scss +1397 -0
  505. package/styles/file-manager/_theme.scss +434 -0
  506. package/styles/file-manager/_variables.scss +2 -0
  507. package/styles/file-manager/file-manager-lite.css +1050 -0
  508. package/styles/file-manager/file-manager-lite.scss +3 -0
  509. package/styles/file-manager/file-manager.css +1685 -0
  510. package/styles/file-manager/file-manager.scss +4 -0
  511. package/styles/file-manager/icons/_fluent2.scss +236 -0
  512. package/styles/file-manager/index-lite.css +31 -0
  513. package/styles/file-manager/index-lite.scss +31 -0
  514. package/styles/file-manager/index.css +31 -0
  515. package/styles/file-manager/index.scss +31 -0
  516. package/styles/floating-action-button/_all.scss +2 -0
  517. package/styles/floating-action-button/_bigger.scss +29 -0
  518. package/styles/floating-action-button/_fluent2-definition.scss +32 -0
  519. package/styles/floating-action-button/_layout.scss +113 -0
  520. package/styles/floating-action-button/_theme.scss +29 -0
  521. package/styles/floating-action-button/_variables.scss +2 -0
  522. package/styles/floating-action-button/floating-action-button-lite.css +99 -0
  523. package/styles/floating-action-button/floating-action-button-lite.scss +2 -0
  524. package/styles/floating-action-button/floating-action-button.css +135 -0
  525. package/styles/floating-action-button/floating-action-button.scss +3 -0
  526. package/styles/floating-action-button/index-lite.css +3 -0
  527. package/styles/floating-action-button/index-lite.scss +3 -0
  528. package/styles/floating-action-button/index.css +3 -0
  529. package/styles/floating-action-button/index.scss +3 -0
  530. package/styles/fluent2-dark-lite.css +99 -1
  531. package/styles/fluent2-dark-lite.scss +99 -0
  532. package/styles/fluent2-dark.css +99 -1
  533. package/styles/fluent2-dark.scss +99 -0
  534. package/styles/gantt/_all.scss +2 -0
  535. package/styles/gantt/_bigger.scss +647 -0
  536. package/styles/gantt/_fluent2-definition.scss +239 -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 +1750 -0
  541. package/styles/gantt/gantt-lite.scss +3 -0
  542. package/styles/gantt/gantt.css +2068 -0
  543. package/styles/gantt/gantt.scss +4 -0
  544. package/styles/gantt/icons/_fluent2.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/_fluent2-definition.scss +612 -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 +4037 -0
  556. package/styles/grid/grid-lite.scss +3 -0
  557. package/styles/grid/grid.css +5572 -0
  558. package/styles/grid/grid.scss +4 -0
  559. package/styles/grid/icons/_fluent2.scss +375 -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/_fluent2-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 +209 -0
  571. package/styles/grid-chart/grid-chart-lite.scss +3 -0
  572. package/styles/grid-chart/grid-chart.css +242 -0
  573. package/styles/grid-chart/grid-chart.scss +4 -0
  574. package/styles/grid-chart/icons/_fluent2.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/_fluent2-definition.scss +89 -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 +251 -0
  586. package/styles/h-scroll/h-scroll-lite.scss +3 -0
  587. package/styles/h-scroll/h-scroll.css +285 -0
  588. package/styles/h-scroll/h-scroll.scss +4 -0
  589. package/styles/h-scroll/icons/_fluent2.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/fluent2.css +1898 -0
  595. package/styles/icons/fluent2.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/_fluent2-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/_fluent2.scss +266 -0
  603. package/styles/image-editor/image-editor-lite.css +699 -0
  604. package/styles/image-editor/image-editor-lite.scss +3 -0
  605. package/styles/image-editor/image-editor.css +827 -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/_fluent2-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/_fluent2.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/_fluent2-definition.scss +80 -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/_fluent2.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 +430 -0
  638. package/styles/inplace-editor/inplace-editor-lite.scss +3 -0
  639. package/styles/inplace-editor/inplace-editor.css +557 -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/_definition.scss +232 -0
  644. package/styles/input/_fluent2-definition.scss +888 -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/_fluent2.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 +4802 -0
  655. package/styles/input/input-lite.scss +3 -0
  656. package/styles/input/input.css +8658 -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/_fluent2-definition.scss +343 -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/_fluent2.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 +855 -0
  670. package/styles/kanban/kanban-lite.scss +3 -0
  671. package/styles/kanban/kanban.css +1026 -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/_fluent2-definition.scss +175 -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/_fluent2.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 +781 -0
  685. package/styles/list-box/list-box-lite.scss +3 -0
  686. package/styles/list-box/list-box.css +893 -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/_fluent2-definition.scss +154 -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/_fluent2.scss +12 -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 +372 -0
  700. package/styles/list-view/list-view-lite.scss +3 -0
  701. package/styles/list-view/list-view.css +429 -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/_fluent2-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/_fluent2-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/_fluent2-definition.scss +105 -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/_fluent2.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 +849 -0
  737. package/styles/menu/menu-lite.scss +3 -0
  738. package/styles/menu/menu.css +1182 -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/_fluent2-definition.scss +138 -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/_fluent2.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 +303 -0
  752. package/styles/message/message-lite.scss +3 -0
  753. package/styles/message/message.css +418 -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/_fluent2-definition.scss +423 -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/_fluent2.scss +349 -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 +958 -0
  767. package/styles/multi-select/multi-select-lite.scss +3 -0
  768. package/styles/multi-select/multi-select.css +1208 -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/_fluent2-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/_fluent2.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/_fluent2-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/_fluent2.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 +74 -0
  797. package/styles/numerictextbox/numerictextbox-lite.scss +3 -0
  798. package/styles/numerictextbox/numerictextbox.css +136 -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/_fluent2-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/_fluent2-definition.scss +156 -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/_fluent2.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 +641 -0
  826. package/styles/pager/pager-lite.scss +3 -0
  827. package/styles/pager/pager.css +864 -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/_fluent2-definition.scss +928 -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/_fluent2.scss +599 -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 +5571 -0
  841. package/styles/pdfviewer/pdfviewer-lite.scss +3 -0
  842. package/styles/pdfviewer/pdfviewer.css +6025 -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/_fluent2-definition.scss +361 -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/_fluent2.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 +3011 -0
  856. package/styles/pivotfieldlist/pivotfieldlist-lite.scss +3 -0
  857. package/styles/pivotfieldlist/pivotfieldlist.css +3860 -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/_fluent2-definition.scss +292 -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/_fluent2.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 +2321 -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/_fluent2-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/_fluent2-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 +397 -0
  893. package/styles/progress-button/progress-button-lite.scss +2 -0
  894. package/styles/progress-button/progress-button.css +469 -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/_fluent2-definition.scss +169 -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/_fluent2.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 +581 -0
  908. package/styles/query-builder/query-builder-lite.scss +3 -0
  909. package/styles/query-builder/query-builder.css +753 -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/_fluent2-definition.scss +88 -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 +313 -0
  922. package/styles/radio-button/radio-button-lite.scss +2 -0
  923. package/styles/radio-button/radio-button.css +497 -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/_fluent2-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 +245 -0
  936. package/styles/rating/rating-lite.scss +2 -0
  937. package/styles/rating/rating.css +287 -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/_fluent2-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 +400 -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/_fluent2-definition.scss +566 -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/_fluent2.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 +2124 -0
  965. package/styles/ribbon/ribbon-lite.scss +3 -0
  966. package/styles/ribbon/ribbon.css +2806 -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/_fluent2-definition.scss +726 -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/_fluent2.scss +390 -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 +3586 -0
  980. package/styles/rich-text-editor/rich-text-editor-lite.scss +3 -0
  981. package/styles/rich-text-editor/rich-text-editor.css +3876 -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/_fluent2-definition.scss +390 -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/_fluent2.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 +3844 -0
  995. package/styles/schedule/schedule-lite.scss +3 -0
  996. package/styles/schedule/schedule.css +4488 -0
  997. package/styles/schedule/schedule.scss +4 -0
  998. package/styles/sidebar/_all.scss +3 -0
  999. package/styles/sidebar/_fluent2-definition.scss +13 -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 +183 -0
  1007. package/styles/sidebar/sidebar.scss +2 -0
  1008. package/styles/signature/_all.scss +2 -0
  1009. package/styles/signature/_fluent2-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/_fluent2-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/_fluent2-definition.scss +166 -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 +447 -0
  1038. package/styles/slider/slider-lite.scss +2 -0
  1039. package/styles/slider/slider.css +606 -0
  1040. package/styles/slider/slider.scss +3 -0
  1041. package/styles/smart-textarea/_all.scss +2 -0
  1042. package/styles/smart-textarea/_fluent2-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/_fluent2-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/_fluent2.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 +216 -0
  1062. package/styles/smartpdfviewer/smartpdfviewer-lite.scss +3 -0
  1063. package/styles/smartpdfviewer/smartpdfviewer.css +236 -0
  1064. package/styles/smartpdfviewer/smartpdfviewer.scss +4 -0
  1065. package/styles/sortable/_all.scss +1 -0
  1066. package/styles/sortable/_fluent2-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/_fluent2-definition.scss +34 -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/_fluent2.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 +60 -0
  1085. package/styles/speech-to-text/speech-to-text-lite.scss +3 -0
  1086. package/styles/speech-to-text/speech-to-text.css +88 -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/_fluent2-definition.scss +77 -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 +306 -0
  1099. package/styles/speed-dial/speed-dial-lite.scss +2 -0
  1100. package/styles/speed-dial/speed-dial.css +404 -0
  1101. package/styles/speed-dial/speed-dial.scss +3 -0
  1102. package/styles/spinner/_all.scss +3 -0
  1103. package/styles/spinner/_definition.scss +1 -0
  1104. package/styles/spinner/_fluent2-definition.scss +86 -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/_fluent2-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 +260 -0
  1124. package/styles/split-button/split-button-lite.scss +2 -0
  1125. package/styles/split-button/split-button.css +333 -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/_definition.scss +1 -0
  1130. package/styles/splitter/_fluent2-definition.scss +82 -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/_fluent2.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/_fluent2-definition.scss +508 -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/_fluent2.scss +1249 -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 +5292 -0
  1156. package/styles/spreadsheet/spreadsheet-lite.scss +3 -0
  1157. package/styles/spreadsheet/spreadsheet.css +5879 -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/_fluent2-definition.scss +55 -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/_fluent2.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 +215 -0
  1172. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.scss +3 -0
  1173. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.css +287 -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/_fluent2-definition.scss +102 -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/_fluent2.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/_fluent2-definition.scss +149 -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 +614 -0
  1205. package/styles/switch/switch-lite.scss +2 -0
  1206. package/styles/switch/switch.css +914 -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/_fluent2-definition.scss +716 -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/_fluent2.scss +99 -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 +2881 -0
  1221. package/styles/tab/tab-lite.scss +3 -0
  1222. package/styles/tab/tab.css +4085 -0
  1223. package/styles/tab/tab.scss +4 -0
  1224. package/styles/textarea/_all.scss +1 -0
  1225. package/styles/textarea/_fluent2-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/_fluent2-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 +389 -0
  1244. package/styles/textbox/textbox-lite.scss +2 -0
  1245. package/styles/textbox/textbox.css +682 -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/_fluent2-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 +229 -0
  1258. package/styles/timeline/timeline-lite.scss +2 -0
  1259. package/styles/timeline/timeline.css +268 -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/_fluent2-definition.scss +97 -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/_fluent2.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 +250 -0
  1273. package/styles/timepicker/timepicker-lite.scss +3 -0
  1274. package/styles/timepicker/timepicker.css +287 -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/_fluent2-definition.scss +133 -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/_fluent2.scss +30 -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 +332 -0
  1288. package/styles/toast/toast-lite.scss +3 -0
  1289. package/styles/toast/toast.css +455 -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/_fluent2-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/_fluent2.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 +876 -0
  1303. package/styles/toolbar/toolbar-lite.scss +3 -0
  1304. package/styles/toolbar/toolbar.css +1141 -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/_fluent2-definition.scss +64 -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/_fluent2.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 +166 -0
  1318. package/styles/tooltip/tooltip-lite.scss +3 -0
  1319. package/styles/tooltip/tooltip.css +175 -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/_fluent2-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/_fluent2.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 +396 -0
  1334. package/styles/treegrid/treegrid-lite.scss +3 -0
  1335. package/styles/treegrid/treegrid.css +420 -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/_fluent2-definition.scss +179 -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/_fluent2.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 +660 -0
  1349. package/styles/treeview/treeview-lite.scss +3 -0
  1350. package/styles/treeview/treeview.css +877 -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/_definition.scss +144 -0
  1355. package/styles/uploader/_fluent2-definition.scss +238 -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/_fluent2.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 +479 -0
  1365. package/styles/uploader/uploader-lite.scss +3 -0
  1366. package/styles/uploader/uploader.css +965 -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/_fluent2-definition.scss +50 -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/_fluent2.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 +182 -0
  1380. package/styles/v-scroll/v-scroll-lite.scss +3 -0
  1381. package/styles/v-scroll/v-scroll.css +202 -0
  1382. package/styles/v-scroll/v-scroll.scss +4 -0
@@ -0,0 +1,1685 @@
1
+ /*! FileManager's bds theme wise override definitions and variables */
2
+ .e-filemanager .e-fe-icon,
3
+ .e-filemanager .e-list-icon {
4
+ background-repeat: no-repeat;
5
+ }
6
+ .e-filemanager .e-fe-access-error {
7
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.6609 3.84609C17.9756 1.38463 22.0244 1.38464 23.3392 3.84609L39.6572 34.3961C40.7819 36.5017 39.0019 38.9055 36.318 38.9055H3.68198C0.998067 38.9055 -0.781888 36.5017 0.342825 34.3961L16.6609 3.84609Z" fill="%23FDDD35"/%3E%3Cpath d="M20 22.5025V25.8794M20 29.2564H20.0097M28.75 25.8794C28.75 30.0758 24.8325 33.4776 20 33.4776C15.1675 33.4776 11.25 30.0758 11.25 25.8794C11.25 21.6831 15.1675 18.2812 20 18.2812C24.8325 18.2812 28.75 21.6831 28.75 25.8794Z" stroke="%23212529" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A');
8
+ }
9
+ .e-filemanager .e-fe-docx,
10
+ .e-filemanager .e-fe-doc {
11
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2300B0FF"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cline x1="10.5" y1="15.75" x2="22" y2="15.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 22.5L30 22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 30L30 30" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="42" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="2"/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
12
+ }
13
+ .e-filemanager .e-fe-pptx,
14
+ .e-filemanager .e-fe-ppt {
15
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H30.9997C33.2088 40 34.9997 38.2091 34.9997 36V10L24.9998 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8E47"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H34.9999L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.249 32.499L29.9988 32.499" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cellipse cx="19.9994" cy="20" rx="7.49991" ry="7.5" fill="%23FFA153" stroke="white"/%3E%3Cpath d="M27.5 20H20L20.0001 12.5C24.1422 12.5 27.5 15.8579 27.5 20Z" fill="white"/%3E%3Cpath d="M27.5 20V20.5H28V20H27.5ZM20 20L19.5 20C19.5 20.1326 19.5527 20.2598 19.6464 20.3536C19.7402 20.4473 19.8674 20.5 20 20.5V20ZM20.0001 12.5V12H19.5001L19.5001 12.5L20.0001 12.5ZM20.5 20L20.5001 12.5L19.5001 12.5L19.5 20L20.5 20ZM20.0001 13C23.866 13 27 16.134 27 20H28C28 15.5817 24.4183 12 20.0001 12V13ZM27.5 19.5H20V20.5H27.5V19.5Z" fill="white"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="29.9997" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="13.9999" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
16
+ }
17
+ .e-filemanager .e-fe-xlsx,
18
+ .e-filemanager .e-fe-xls {
19
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2337E170"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.25 25L30 25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 16.875L20 33.125" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M30 33.75H11.25V16.25H30V33.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
20
+ }
21
+ .e-filemanager .e-fe-pdf {
22
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8484"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V23.75M8.75 23.75V18.75H11.75C12.8546 18.75 13.75 19.6454 13.75 20.75V21.75C13.75 22.8546 12.8546 23.75 11.75 23.75H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V23.75V18.75H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 23.75H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20.5 18.75H17.5V28.75H20.5C21.6046 28.75 22.5 27.8546 22.5 26.75V20.75C22.5 19.6454 21.6046 18.75 20.5 18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
23
+ }
24
+ .e-filemanager .e-fe-image {
25
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%238799FB"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.25 29.25L16.624 24.2821C17.5393 23.4359 19.0232 23.4359 19.9385 24.2821L25.3125 29.25M22.9688 27.0833L24.8271 25.3654C25.7424 24.5193 27.2264 24.5193 28.1417 25.3654L30 27.0833M22.9688 20.5833H22.9805M13.5938 32.5H27.6562C28.9507 32.5 30 31.5299 30 30.3333V18.4167C30 17.22 28.9507 16.25 27.6562 16.25H13.5938C12.2993 16.25 11.25 17.22 11.25 18.4167V30.3333C11.25 31.5299 12.2993 32.5 13.5938 32.5Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
26
+ }
27
+ .e-filemanager .e-fe-rar {
28
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23B870FF"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V23.75M8.75 23.75V18.75H11.75C12.8546 18.75 13.75 19.6454 13.75 20.75V21.75C13.75 22.8546 12.8546 23.75 11.75 23.75H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M9.47102 23.817L13.7497 28.749" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 28.75V20.75C17.5 19.6454 18.3954 18.75 19.5 18.75H20.5C21.6046 18.75 22.5 19.6454 22.5 20.75V28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V23.75M26.25 23.75V18.75H29.25C30.3546 18.75 31.25 19.6454 31.25 20.75V21.75C31.25 22.8546 30.3546 23.75 29.25 23.75H26.25Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.971 23.817L31.2497 28.749" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cline x1="17.5" y1="25.75" x2="22.5" y2="25.75" stroke="white"/%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
29
+ }
30
+ .e-filemanager .e-fe-zip {
31
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FFCB45"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M10 16.25L22.5 16.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M10 10.001L22.5 10.001" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M10 22.5L22.5 22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M22.5 28.75H10L16.25 35L22.5 28.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
32
+ }
33
+ .e-filemanager .e-fe-txt {
34
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239A9DA2"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cline x1="11.75" y1="17" x2="23.25" y2="17" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 23.75L30 23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 31.25L30 31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
35
+ }
36
+ .e-filemanager .e-fe-music {
37
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2333C0FF"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15.4167 31.5278V17.0833L28.75 13.75V28.1944M15.4167 31.5278C15.4167 32.7551 13.9243 33.75 12.0833 33.75C10.2424 33.75 8.75 32.7551 8.75 31.5278C8.75 30.3005 10.2424 29.3056 12.0833 29.3056C13.9243 29.3056 15.4167 30.3005 15.4167 31.5278ZM28.75 28.1944C28.75 29.4217 27.2576 30.4167 25.4167 30.4167C23.5757 30.4167 22.0833 29.4217 22.0833 28.1944C22.0833 26.9671 23.5757 25.9722 25.4167 25.9722C27.2576 25.9722 28.75 26.9671 28.75 28.1944ZM15.4167 21.5278L28.75 18.1944" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
38
+ }
39
+ .e-filemanager .e-fe-video {
40
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8484"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M23.4916 23.5073L20.1611 21.287C19.4689 20.8255 18.5417 21.3218 18.5417 22.1537V26.5943C18.5417 27.4263 19.4689 27.9225 20.1611 27.461L23.4916 25.2407C24.1101 24.8284 24.1101 23.9196 23.4916 23.5073Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M30 24.374C30 29.5517 25.8027 33.749 20.625 33.749C15.4473 33.749 11.25 29.5517 11.25 24.374C11.25 19.1964 15.4473 14.999 20.625 14.999C25.8027 14.999 30 19.1964 30 24.374Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
41
+ }
42
+ .e-filemanager .e-fe-js {
43
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A0DA40"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M22.5 28.75H26.75C27.8546 28.75 28.75 27.8546 28.75 26.75V25.125C28.75 24.0204 27.8546 23.125 26.75 23.125H24.5C23.3954 23.125 22.5 22.2296 22.5 21.125V19.5C22.5 18.3954 23.3954 17.5 24.5 17.5H28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 17.5V26.75C17.5 27.8546 16.6046 28.75 15.5 28.75H13.25C12.1454 28.75 11.25 27.8546 11.25 26.75V24.5312" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
44
+ }
45
+ .e-filemanager .e-fe-css {
46
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23F4A839"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M26.25 30H30.5C31.6046 30 32.5 29.1046 32.5 28V26.375C32.5 25.2704 31.6046 24.375 30.5 24.375H28.25C27.1454 24.375 26.25 23.4796 26.25 22.375V20.75C26.25 19.6454 27.1454 18.75 28.25 18.75H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 30H21.75C22.8546 30 23.75 29.1046 23.75 28V26.375C23.75 25.2704 22.8546 24.375 21.75 24.375H19.5C18.3954 24.375 17.5 23.4796 17.5 22.375V20.75C17.5 19.6454 18.3954 18.75 19.5 18.75H23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M15 18.75H10.75C9.64543 18.75 8.75 19.6454 8.75 20.75V28C8.75 29.1046 9.64543 30 10.75 30H15" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
47
+ }
48
+ .e-filemanager .e-fe-html {
49
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23B653C6"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M17.5 33.75L22.5 13.75M26.25 18.75L31.25 23.75L26.25 28.75M13.75 28.75L8.75 23.75L13.75 18.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
50
+ }
51
+ .e-filemanager .e-fe-php {
52
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A080FF"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V25M8.75 25V20H11.75C12.8546 20 13.75 20.8954 13.75 22V23C13.75 24.1046 12.8546 25 11.75 25H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V25M26.25 25V20H29.25C30.3546 20 31.25 20.8954 31.25 22V23C31.25 24.1046 30.3546 25 29.25 25H26.25Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 28.75V25V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M22.5 28.75V25V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 23.75H22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
53
+ }
54
+ .e-filemanager .e-fe-exe {
55
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239B9DA2"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M27.5 30V25V20H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 30V25V20H13.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 30L23.75 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M23.75 30L17.5 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M27.5 25H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 25H12.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M27.5 30H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 30H13.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
56
+ }
57
+ .e-filemanager .e-fe-msi {
58
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%232ACBB7"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M31.25 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M21.25 31.25H25.5C26.6046 31.25 27.5 30.3546 27.5 29.25V27.625C27.5 26.5204 26.6046 25.625 25.5 25.625H23.25C22.1454 25.625 21.25 24.7296 21.25 23.625V22C21.25 20.8954 22.1454 20 23.25 20H27.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 20L13.125 25.625L8.75 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
59
+ }
60
+ .e-filemanager .e-fe-unknown {
61
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23DD6BBA"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M20.625 20.2074V24.374M20.625 28.5407H20.6354M30 24.374C30 29.5517 25.8027 33.749 20.625 33.749C15.4473 33.749 11.25 29.5517 11.25 24.374C11.25 19.1964 15.4473 14.999 20.625 14.999C25.8027 14.999 30 19.1964 30 24.374Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
62
+ }
63
+ .e-filemanager .e-fe-rtf {
64
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%235FDBF7"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M26.25 27.5V22.5V17.5H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 27.5V22.5V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 22.5H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M16.25 17.5H23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 27.5V22.5M8.75 22.5V17.5H11.75C12.8546 17.5 13.75 18.3954 13.75 19.5V20.5C13.75 21.6046 12.8546 22.5 11.75 22.5H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M9.47102 22.568L13.7497 27.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
65
+ }
66
+ .e-filemanager .e-fe-xml {
67
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A0DA40"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M28.75 17.501V22.501V27.501H33.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M7.5 27.5L13.75 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M13.75 27.5L7.5 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M16.25 27.5V23.125V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M25 27.5V23.125V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M25 17.5L20.625 23.125L16.25 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
68
+ }
69
+ .e-filemanager .e-fe-folder {
70
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.269631 16.0936C0.126239 14.9028 1.05591 13.8545 2.25529 13.8545H37.7447C38.9441 13.8545 39.8738 14.9028 39.7304 16.0936L37.7574 32.4777C37.5154 34.4873 35.8103 35.9994 33.7861 35.9994H6.21389C4.18972 35.9994 2.48458 34.4873 2.24258 32.4777L0.269631 16.0936Z" fill="%23FDDD35"/%3E%3Cpath d="M2.5 8V14.1587H37.5V11.9798C37.5 10.8753 36.6046 9.97984 35.5 9.97984H21.4809C21.0683 9.97984 20.6657 9.85221 20.3285 9.61445L15.7199 6.36538C15.3826 6.12763 14.9801 6 14.5675 6H4.5C3.39543 6 2.5 6.89543 2.5 8Z" fill="%23FAC800"/%3E%3C/svg%3E%0A');
71
+ }
72
+ .e-filemanager .e-fe-locked > .e-text-content .e-fe-folder, .e-filemanager .e-fe-locked > .e-fe-grid-icon .e-fe-folder {
73
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.272644 16.3177C0.127709 15.1261 1.05767 14.0762 2.25801 14.0762H37.742C38.9423 14.0762 39.8723 15.1261 39.7274 16.3177L37.7611 32.4827C37.5169 34.4902 35.8127 35.9997 33.7904 35.9997H6.20961C4.18727 35.9997 2.48306 34.4902 2.23887 32.4826L0.272644 16.3177Z" fill="%23FDDD35"/%3E%3Cpath d="M2.5 8V14.0771H37.5V11.94C37.5 10.8355 36.6046 9.94004 35.5 9.94004H21.4757C21.0663 9.94004 20.6668 9.8144 20.331 9.58008L15.7173 6.35996C15.3816 6.12564 14.9821 6 14.5727 6H4.5C3.39543 6 2.5 6.89543 2.5 8Z" fill="%23FAC800"/%3E%3Cpath d="M23.125 23.693V24.193H23.625V23.693H23.125ZM16.875 23.693H16.375V24.193H16.875V23.693ZM20.5 26.77C20.5 26.4939 20.2761 26.27 20 26.27C19.7239 26.27 19.5 26.4939 19.5 26.77H20.5ZM19.5 28.3085C19.5 28.5846 19.7239 28.8085 20 28.8085C20.2761 28.8085 20.5 28.5846 20.5 28.3085H19.5ZM15.3125 24.193H24.6875V23.193H15.3125V24.193ZM25.75 25.2315V29.847H26.75V25.2315H25.75ZM24.6875 30.8855H15.3125V31.8855H24.6875V30.8855ZM14.25 29.847V25.2315H13.25V29.847H14.25ZM15.3125 30.8855C14.7184 30.8855 14.25 30.4133 14.25 29.847H13.25C13.25 30.9801 14.1807 31.8855 15.3125 31.8855V30.8855ZM25.75 29.847C25.75 30.4133 25.2816 30.8855 24.6875 30.8855V31.8855C25.8193 31.8855 26.75 30.9801 26.75 29.847H25.75ZM24.6875 24.193C25.2816 24.193 25.75 24.6652 25.75 25.2315H26.75C26.75 24.0984 25.8193 23.193 24.6875 23.193V24.193ZM15.3125 23.193C14.1807 23.193 13.25 24.0984 13.25 25.2315H14.25C14.25 24.6652 14.7184 24.193 15.3125 24.193V23.193ZM22.625 20.616V23.693H23.625V20.616H22.625ZM23.125 23.193H16.875V24.193H23.125V23.193ZM17.375 23.693V20.616H16.375V23.693H17.375ZM20 18.0391C21.4571 18.0391 22.625 19.2001 22.625 20.616H23.625C23.625 18.6333 21.9947 17.0391 20 17.0391V18.0391ZM20 17.0391C18.0053 17.0391 16.375 18.6333 16.375 20.616H17.375C17.375 19.2001 18.5429 18.0391 20 18.0391V17.0391ZM19.5 26.77V28.3085H20.5V26.77H19.5Z" fill="%23998100"/%3E%3C/svg%3E%0A');
74
+ }
75
+ .e-filemanager .e-address .e-address-list-item .e-icons::before {
76
+ content: "\e748";
77
+ }
78
+ .e-filemanager .e-fe-open::before,
79
+ .e-fe-popup .e-fe-open::before {
80
+ content: "\e760";
81
+ }
82
+ .e-filemanager .e-fe-cut::before,
83
+ .e-fe-popup .e-fe-cut::before {
84
+ content: "\e7fb";
85
+ }
86
+ .e-filemanager .e-fe-copy::before,
87
+ .e-fe-popup .e-fe-copy::before {
88
+ content: "\e77c";
89
+ }
90
+ .e-filemanager .e-fe-paste::before,
91
+ .e-fe-popup .e-fe-paste::before {
92
+ content: "\e70b";
93
+ }
94
+ .e-filemanager .e-fe-delete::before,
95
+ .e-fe-popup .e-fe-delete::before {
96
+ content: "\e820";
97
+ }
98
+ .e-filemanager .e-fe-rename::before,
99
+ .e-fe-popup .e-fe-rename::before {
100
+ content: "\e76d";
101
+ }
102
+ .e-filemanager .e-fe-newfolder::before,
103
+ .e-fe-popup .e-fe-newfolder::before {
104
+ content: "\e805";
105
+ }
106
+ .e-filemanager .e-fe-refresh::before,
107
+ .e-fe-popup .e-fe-refresh::before {
108
+ content: "\e772";
109
+ }
110
+ .e-filemanager .e-fe-upload::before,
111
+ .e-fe-popup .e-fe-upload::before {
112
+ content: "\e712";
113
+ }
114
+ .e-filemanager .e-fe-download::before,
115
+ .e-fe-popup .e-fe-download::before {
116
+ content: "\e7a1";
117
+ }
118
+ .e-filemanager .e-fe-grid::before,
119
+ .e-fe-popup .e-fe-grid::before {
120
+ content: "\e77e";
121
+ }
122
+ .e-filemanager .e-fe-large::before,
123
+ .e-fe-popup .e-fe-large::before {
124
+ content: "\e82d";
125
+ }
126
+ .e-filemanager .e-fe-select::before,
127
+ .e-fe-popup .e-fe-select::before {
128
+ content: "\e78e";
129
+ }
130
+ .e-filemanager .e-fe-details::before,
131
+ .e-fe-popup .e-fe-details::before {
132
+ content: "\e800";
133
+ }
134
+ .e-filemanager .e-fe-sort::before,
135
+ .e-fe-popup .e-fe-sort::before {
136
+ content: "\e87c";
137
+ }
138
+ .e-filemanager .e-fe-search::before,
139
+ .e-fe-popup .e-fe-search::before {
140
+ content: "\e754";
141
+ }
142
+ .e-filemanager .e-fe-clear::before,
143
+ .e-fe-popup .e-fe-clear::before {
144
+ content: "\e7e7";
145
+ }
146
+ .e-filemanager .e-fe-breadcrumb::before,
147
+ .e-fe-popup .e-fe-breadcrumb::before {
148
+ content: "\e71c";
149
+ }
150
+ .e-filemanager .e-fe-drop-in::before,
151
+ .e-fe-popup .e-fe-drop-in::before {
152
+ content: "\e768";
153
+ }
154
+ .e-filemanager .e-fe-drop-out::before,
155
+ .e-fe-popup .e-fe-drop-out::before {
156
+ content: "\e736";
157
+ }
158
+ .e-filemanager .e-fe-no-drop::before,
159
+ .e-fe-popup .e-fe-no-drop::before {
160
+ content: "\e839";
161
+ }
162
+ .e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before,
163
+ .e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before {
164
+ content: "\e770";
165
+ }
166
+ .e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before,
167
+ .e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before {
168
+ content: "\e770";
169
+ }
170
+ .e-filemanager.e-fe-m-filter .e-fe-search::before,
171
+ .e-fe-popup.e-fe-m-filter .e-fe-search::before {
172
+ content: "\e773";
173
+ }
174
+ .e-fe-popup .e-fe-dot::before {
175
+ content: "\e774";
176
+ }
177
+ .e-fe-popup .e-fe-tick::before {
178
+ content: "\e774";
179
+ }
180
+ /* stylelint-disable property-no-vendor-prefix */
181
+ ejs-filemanager {
182
+ display: block;
183
+ }
184
+ .e-filemanager {
185
+ -moz-user-select: none;
186
+ -ms-user-select: none;
187
+ -webkit-user-select: none;
188
+ user-select: none;
189
+ border: 1px solid;
190
+ position: relative;
191
+ border-radius: calc(var(--e-radius) * 0.25);
192
+ }
193
+ .e-filemanager .e-blur {
194
+ opacity: 0.5;
195
+ }
196
+ .e-filemanager.e-fe-drop, .e-filemanager.e-fe-drop .e-treeview .e-text-content, .e-filemanager.e-fe-drop .e-treeview .e-fullrow, .e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text, .e-filemanager.e-fe-drop .e-grid .e-columnheader {
197
+ cursor: grab;
198
+ }
199
+ .e-filemanager.e-no-drop {
200
+ cursor: no-drop;
201
+ }
202
+ .e-filemanager .e-toolbar {
203
+ border-width: 0 0 1px;
204
+ height: 40px;
205
+ min-height: 40px;
206
+ box-shadow: none;
207
+ }
208
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
209
+ border: 0;
210
+ font-weight: normal;
211
+ height: calc(100% - 10px);
212
+ padding: 0;
213
+ }
214
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons:not(.e-icon-left):not(.e-icon-right) {
215
+ padding: 0;
216
+ }
217
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret {
218
+ font-size: 14px;
219
+ padding: 0 8px;
220
+ }
221
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-tbar-btn-text.e-tbar-ddb-text {
222
+ padding-right: 0;
223
+ }
224
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
225
+ border: 0;
226
+ padding: 0;
227
+ }
228
+ .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret {
229
+ font-size: 14px;
230
+ min-width: 0;
231
+ padding: 0 8px;
232
+ }
233
+ .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text {
234
+ padding-right: 0;
235
+ }
236
+ .e-filemanager .e-toolbar .e-toolbar-pop {
237
+ width: -moz-max-content;
238
+ width: max-content;
239
+ }
240
+ .e-filemanager .e-treeview > .e-ul {
241
+ overflow: initial;
242
+ padding-left: 8px;
243
+ }
244
+ .e-filemanager .e-treeview .e-list-parent {
245
+ margin-bottom: 0;
246
+ margin-top: 0;
247
+ }
248
+ .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
249
+ height: 32px;
250
+ line-height: 32px;
251
+ }
252
+ .e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
253
+ border: 1px dashed;
254
+ box-sizing: border-box;
255
+ }
256
+ .e-filemanager .e-treeview .e-text-content {
257
+ overflow: hidden;
258
+ text-overflow: ellipsis;
259
+ white-space: nowrap;
260
+ }
261
+ .e-filemanager .e-treeview .e-list-text {
262
+ display: initial;
263
+ }
264
+ .e-filemanager .e-treeview {
265
+ border: none;
266
+ }
267
+ .e-filemanager .e-splitter {
268
+ border-width: 0;
269
+ }
270
+ .e-filemanager .e-address {
271
+ border-bottom: 1px solid;
272
+ height: 40px;
273
+ position: relative;
274
+ }
275
+ .e-filemanager .e-address .e-fe-breadcrumb.e-icons {
276
+ padding-bottom: 6px;
277
+ }
278
+ .e-filemanager .e-address .e-search-wrap {
279
+ float: right;
280
+ padding: 2.5px 12px 2px 0;
281
+ position: absolute;
282
+ right: 0;
283
+ top: 0;
284
+ width: 200px;
285
+ }
286
+ .e-filemanager .e-address .e-search-wrap .e-input-group {
287
+ height: 32px;
288
+ margin: 0;
289
+ }
290
+ .e-filemanager .e-address .e-search-wrap .e-input-group .e-input {
291
+ margin: 0 0 0 29px;
292
+ padding: 0;
293
+ }
294
+ .e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon {
295
+ margin: 0;
296
+ }
297
+ .e-filemanager .e-address .e-fe-search {
298
+ font-size: 16px;
299
+ padding: 8px 8px 8px 10px;
300
+ position: absolute;
301
+ z-index: 1;
302
+ }
303
+ .e-filemanager .e-address .e-fe-search::before {
304
+ display: inline-block;
305
+ }
306
+ .e-filemanager .e-address .e-addressbar-ul {
307
+ overflow: hidden;
308
+ text-overflow: ellipsis;
309
+ white-space: nowrap;
310
+ list-style: none;
311
+ margin: 0;
312
+ padding: 9px 12px 9px 18px;
313
+ }
314
+ .e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu {
315
+ display: inline;
316
+ }
317
+ .e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu .e-breadcrumb-submenu {
318
+ height: 26px;
319
+ }
320
+ .e-filemanager .e-address .e-list-text {
321
+ cursor: pointer;
322
+ font-size: 14px;
323
+ line-height: 20px;
324
+ padding: 6px 6px 6px;
325
+ text-decoration: none;
326
+ border-radius: calc(var(--e-radius) * 0.25);
327
+ }
328
+ .e-filemanager .e-address .e-list-text:hover {
329
+ text-decoration: none;
330
+ }
331
+ .e-filemanager .e-address .e-address-list-item {
332
+ display: inline-block;
333
+ height: 20px;
334
+ }
335
+ .e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
336
+ cursor: default;
337
+ font-weight: 600;
338
+ }
339
+ .e-filemanager .e-address .e-address-list-item:last-child .e-list-text:hover {
340
+ text-decoration: none;
341
+ }
342
+ .e-filemanager .e-address .e-address-list-item .e-icons {
343
+ font-size: 14px;
344
+ margin: 0 8px;
345
+ vertical-align: middle;
346
+ }
347
+ .e-filemanager .e-view-container .e-grid .e-gridcontent .e-emptyrow {
348
+ display: table-row;
349
+ }
350
+ .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
351
+ border-width: 1px;
352
+ line-height: 14px;
353
+ height: 16px;
354
+ width: 16px;
355
+ font-size: 10px;
356
+ margin: 0;
357
+ }
358
+ .e-filemanager .e-grid {
359
+ border-width: 0;
360
+ float: left;
361
+ }
362
+ .e-filemanager .e-grid.sf-grid .e-headercell.e-fe-grid-icon .e-headercelldiv {
363
+ margin-right: 1px;
364
+ }
365
+ .e-filemanager .e-grid.sf-grid .e-gridheader .e-fe-grid-icon,
366
+ .e-filemanager .e-grid.sf-grid .e-gridcontent .e-fe-grid-icon {
367
+ padding: 0 2px 0 9px;
368
+ }
369
+ .e-filemanager .e-grid .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty {
370
+ height: 0;
371
+ padding: 0;
372
+ }
373
+ .e-filemanager .e-grid .e-gridheader {
374
+ border-width: 0 1px 1px;
375
+ }
376
+ .e-filemanager .e-grid .e-gridheader .e-headercell {
377
+ height: 32px;
378
+ }
379
+ .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
380
+ margin-right: 0;
381
+ }
382
+ .e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext {
383
+ font-size: 14px;
384
+ }
385
+ .e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor {
386
+ border: 0;
387
+ }
388
+ .e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper {
389
+ visibility: hidden;
390
+ padding: 0;
391
+ }
392
+ .e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper,
393
+ .e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper {
394
+ visibility: visible;
395
+ padding: 0;
396
+ }
397
+ .e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper {
398
+ visibility: visible;
399
+ padding: 0;
400
+ }
401
+ .e-filemanager .e-grid .e-content {
402
+ overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
403
+ }
404
+ .e-filemanager .e-grid .e-content .e-table {
405
+ border-spacing: 0;
406
+ }
407
+ .e-filemanager .e-grid .e-content .e-rowcell {
408
+ border: 0;
409
+ font-size: 14px;
410
+ padding: 7px 12px;
411
+ line-height: 20px;
412
+ }
413
+ .e-filemanager .e-grid .e-content .e-rowcell .e-fe-text {
414
+ font-size: 14px;
415
+ line-height: 20px;
416
+ }
417
+ .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
418
+ box-shadow: 1px 0 0 1px var(--color-sf-primary) inset;
419
+ }
420
+ .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child {
421
+ box-shadow: -1px 0 0 1px var(--color-sf-primary) inset;
422
+ }
423
+ .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell {
424
+ box-shadow: 0 2px 0 -1px var(--color-sf-primary) inset, 0 -2px 0 -1px var(--color-sf-primary) inset;
425
+ }
426
+ .e-filemanager .e-grid .e-empty {
427
+ min-width: 200px;
428
+ }
429
+ .e-filemanager .e-grid .e-empty-content {
430
+ font-size: 14px;
431
+ margin: 0 auto;
432
+ padding: 8px 0;
433
+ text-align: center;
434
+ line-height: 20px;
435
+ }
436
+ .e-filemanager .e-grid .e-empty-icon {
437
+ height: 52px;
438
+ margin: 0 auto;
439
+ width: 52px;
440
+ }
441
+ .e-filemanager .e-grid .e-empty-inner-content {
442
+ font-size: 14px;
443
+ margin: 0 auto;
444
+ padding: 0;
445
+ text-align: center;
446
+ line-height: 20px;
447
+ color: var(--color-sf-content-text-color-alt3);
448
+ }
449
+ .e-filemanager .e-grid .e-gridpopup {
450
+ display: none !important; /* stylelint-disable-line declaration-no-important */
451
+ }
452
+ .e-filemanager .e-grid .e-gridheader .e-fe-checkbox,
453
+ .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox {
454
+ overflow: inherit;
455
+ padding-left: 8px;
456
+ padding-right: 0;
457
+ box-shadow: none;
458
+ }
459
+ .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,
460
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon {
461
+ padding: 0 0 0 12px;
462
+ }
463
+ .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv,
464
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv {
465
+ text-overflow: unset;
466
+ }
467
+ .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell, .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell,
468
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell,
469
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell {
470
+ padding-left: 0;
471
+ }
472
+ .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name,
473
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
474
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name {
475
+ padding-left: 6px;
476
+ }
477
+ .e-filemanager .e-grid .e-row .e-checkbox-wrapper {
478
+ visibility: hidden;
479
+ padding: 0;
480
+ }
481
+ .e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper,
482
+ .e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper {
483
+ visibility: visible;
484
+ padding: 0;
485
+ }
486
+ .e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper {
487
+ visibility: hidden;
488
+ padding: 0;
489
+ }
490
+ .e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-hidelines .e-rowcell.e-lastrowcell {
491
+ border-bottom-width: 0;
492
+ }
493
+ .e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress {
494
+ border-width: 0;
495
+ }
496
+ .e-filemanager .e-grid .e-fe-icon {
497
+ display: inline-block;
498
+ height: 20px;
499
+ margin: 0;
500
+ width: 20px;
501
+ vertical-align: middle;
502
+ }
503
+ .e-filemanager .e-view-container .e-grid .e-gridheader {
504
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
505
+ }
506
+ .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
507
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
508
+ }
509
+ .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
510
+ border-width: 1px;
511
+ line-height: 14px;
512
+ height: 16px;
513
+ width: 16px;
514
+ font-size: 10px;
515
+ margin: 0;
516
+ }
517
+ .e-filemanager .e-large-icons {
518
+ float: left;
519
+ overflow: auto;
520
+ width: 100%;
521
+ height: calc(100% - 40px);
522
+ }
523
+ .e-filemanager .e-large-icons .e-empty {
524
+ min-width: 200px;
525
+ }
526
+ .e-filemanager .e-large-icons .e-empty-content {
527
+ font-size: 14px;
528
+ margin: 0 auto;
529
+ padding: 8px 0;
530
+ text-align: center;
531
+ line-height: 20px;
532
+ }
533
+ .e-filemanager .e-large-icons .e-empty-icon {
534
+ height: 52px;
535
+ margin: 0 auto;
536
+ width: 52px;
537
+ }
538
+ .e-filemanager .e-large-icons .e-empty-inner-content {
539
+ font-size: 14px;
540
+ margin: 0 auto;
541
+ padding: 0;
542
+ text-align: center;
543
+ line-height: 20px;
544
+ color: var(--color-sf-content-text-color-alt3);
545
+ }
546
+ .e-filemanager .e-large-icons .e-list-parent {
547
+ display: block;
548
+ height: 100%;
549
+ margin: 0;
550
+ padding: 0 12px;
551
+ overflow: auto;
552
+ }
553
+ .e-filemanager .e-large-icons .e-checkbox-wrapper {
554
+ float: left;
555
+ position: absolute;
556
+ top: 0;
557
+ visibility: hidden;
558
+ }
559
+ .e-filemanager .e-large-icons .e-list-item {
560
+ border: 1px solid;
561
+ float: left;
562
+ height: 94px;
563
+ margin: 8px 4px;
564
+ width: 94px;
565
+ overflow: hidden;
566
+ padding: 2px;
567
+ }
568
+ .e-filemanager .e-large-icons .e-list-item {
569
+ border-radius: calc(var(--e-radius) * 0.25);
570
+ }
571
+ .e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item:hover .e-checkbox-wrapper {
572
+ visibility: visible;
573
+ padding: 0;
574
+ }
575
+ .e-filemanager .e-large-icons .e-text-content {
576
+ display: table-cell;
577
+ height: 79px;
578
+ position: relative;
579
+ vertical-align: bottom;
580
+ }
581
+ .e-filemanager .e-large-icons .image-blur {
582
+ filter: blur(8px);
583
+ }
584
+ .e-filemanager .e-large-icons .e-list-text {
585
+ overflow: hidden;
586
+ text-overflow: ellipsis;
587
+ white-space: nowrap;
588
+ display: block;
589
+ font-size: 14px;
590
+ padding: 2px 0 0 0;
591
+ text-align: center;
592
+ width: 90px;
593
+ }
594
+ .e-filemanager .e-large-icons .e-list-img {
595
+ border: 2px solid;
596
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05);
597
+ display: block;
598
+ margin: 0 auto;
599
+ max-height: 62px;
600
+ max-width: 100%;
601
+ min-height: 20px;
602
+ }
603
+ .e-filemanager .e-large-icons .e-list-icon {
604
+ display: block;
605
+ height: 40px;
606
+ margin: 0 auto;
607
+ width: 40px;
608
+ }
609
+ .e-filemanager.e-drag-select {
610
+ position: absolute;
611
+ background-color: var(--color-sf-primary);
612
+ opacity: 0.3;
613
+ border: none;
614
+ width: 0;
615
+ height: 0;
616
+ z-index: 1;
617
+ }
618
+ .e-filemanager .e-fe-clone {
619
+ pointer-events: none;
620
+ z-index: 20;
621
+ }
622
+ .e-filemanager .e-fe-clone .e-fe-content {
623
+ border: none;
624
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
625
+ display: -ms-inline-flexbox;
626
+ display: inline-flex;
627
+ height: 36px;
628
+ padding: 4px 8px;
629
+ }
630
+ .e-filemanager .e-fe-clone .e-fe-content .e-fe-name {
631
+ display: inline-block;
632
+ font-size: 13px;
633
+ margin: auto 8px;
634
+ max-width: 70px;
635
+ overflow: hidden;
636
+ text-overflow: ellipsis;
637
+ white-space: nowrap;
638
+ }
639
+ .e-filemanager .e-fe-clone .e-fe-content .e-fe-icon {
640
+ display: inline-block;
641
+ height: 18px;
642
+ margin: auto 8px;
643
+ width: 18px;
644
+ }
645
+ .e-filemanager .e-fe-clone .e-fe-count {
646
+ border: 1px solid;
647
+ border-radius: 50%;
648
+ font-size: 12px;
649
+ height: 22px;
650
+ width: 22px;
651
+ line-height: 22px;
652
+ margin-left: -12px;
653
+ position: relative;
654
+ text-align: center;
655
+ top: 0;
656
+ }
657
+ .e-filemanager.e-rtl .e-treeview > .e-ul {
658
+ padding: 0 8px 0 0;
659
+ }
660
+ .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
661
+ display: inline-table;
662
+ transform: rotate(180deg);
663
+ }
664
+ .e-filemanager.e-rtl .e-splitter.e-splitter-horizontal {
665
+ -ms-flex-direction: row-reverse;
666
+ flex-direction: row-reverse;
667
+ }
668
+ .e-filemanager.e-rtl .e-address .e-search-wrap {
669
+ float: left;
670
+ left: 0;
671
+ right: auto;
672
+ }
673
+ .e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
674
+ margin: 0 24px 0 0;
675
+ padding: 0;
676
+ }
677
+ .e-filemanager.e-rtl .e-address .e-addressbar-ul {
678
+ display: -ms-flexbox;
679
+ display: flex;
680
+ }
681
+ .e-filemanager.e-rtl .e-address .e-addressbar-ul .e-icons::before {
682
+ display: inline-block;
683
+ transform: rotate(180deg);
684
+ }
685
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:first-child {
686
+ box-shadow: inset -1px 1px 0 0 #66afe9, inset -1px -1px 0 0 #66afe9;
687
+ }
688
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child {
689
+ box-shadow: inset 1px 1px 0 0 #66afe9, inset 1px -1px 0 0 #66afe9;
690
+ }
691
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox,
692
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox {
693
+ padding-left: 0;
694
+ padding-right: 12px;
695
+ }
696
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon,
697
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon {
698
+ padding-left: 0;
699
+ padding-right: 12px;
700
+ }
701
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell, .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell,
702
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell,
703
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell {
704
+ padding-left: 21px;
705
+ padding-right: 0;
706
+ }
707
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name,
708
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
709
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name {
710
+ padding-right: 12px;
711
+ }
712
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon {
713
+ margin: 0 0 0 8px;
714
+ }
715
+ .e-filemanager.e-rtl .e-large-icons .e-list-item {
716
+ float: right;
717
+ }
718
+ .e-filemanager.e-rtl .e-fe-clone .e-fe-count {
719
+ margin-left: 0;
720
+ margin-right: -12px;
721
+ }
722
+ .e-filemanager .e-layout-content {
723
+ position: relative;
724
+ }
725
+ .e-filemanager .e-pager {
726
+ border-width: 1px 0 0;
727
+ }
728
+ .e-filemanager .e-fe-overlay {
729
+ border: 2px dashed var(--color-sf-primary);
730
+ bottom: 0;
731
+ display: block;
732
+ height: calc(100% - 34px);
733
+ width: 100%;
734
+ width: calc(100% - 48px);
735
+ top: 64px;
736
+ height: calc(100% - 88px);
737
+ left: 24px;
738
+ pointer-events: none;
739
+ position: absolute;
740
+ visibility: hidden;
741
+ }
742
+ .e-filemanager .e-grid + .e-large-icons + .e-fe-overlay {
743
+ top: 82px;
744
+ }
745
+ .e-filemanager .e-grid:has(.e-empty) + .e-large-icons + .e-fe-overlay {
746
+ top: 96px;
747
+ height: calc(100% - 120px);
748
+ }
749
+ .e-filemanager .e-upload-drag-hover {
750
+ outline: none;
751
+ }
752
+ .e-filemanager .e-upload-drag-hover .e-fe-overlay {
753
+ visibility: visible;
754
+ }
755
+ .e-filemanager .e-fm-view-container {
756
+ display: -ms-flexbox;
757
+ display: flex;
758
+ width: 100%;
759
+ -ms-flex-direction: column;
760
+ flex-direction: column;
761
+ height: 100%;
762
+ }
763
+ .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
764
+ .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
765
+ .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick, .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,
766
+ .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
767
+ font-size: 16px;
768
+ }
769
+ .e-fe-popup.e-dlg-resizable .e-dlg-content {
770
+ overflow: hidden;
771
+ }
772
+ .e-fe-popup.e-dialog.e-fe-upload-dialog .e-dlg-content {
773
+ overflow: auto;
774
+ }
775
+ .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator, .e-fe-popup.e-contextmenu-container ul .e-menu-item.e-separator {
776
+ margin: 0 0;
777
+ }
778
+ .e-fe-popup.e-rtl .e-fe-grid {
779
+ display: inline-table;
780
+ transform: rotate(180deg);
781
+ }
782
+ .e-fe-popup.e-dialog td {
783
+ overflow: hidden;
784
+ text-overflow: ellipsis;
785
+ white-space: nowrap;
786
+ font-size: 14px;
787
+ max-width: 211px;
788
+ min-width: 51px;
789
+ padding: 4px 24px 4px 0;
790
+ }
791
+ .e-fe-popup.e-dialog td.e-fe-value {
792
+ white-space: unset;
793
+ word-break: break-word;
794
+ }
795
+ .e-fe-popup.e-dialog .e-fe-errorcontent {
796
+ white-space: normal;
797
+ word-break: break-word;
798
+ }
799
+ .e-fe-popup.e-dialog .e-fe-icon {
800
+ display: inline-block;
801
+ height: 18px;
802
+ margin: 0 8px -2px 0;
803
+ width: 18px;
804
+ }
805
+ .e-fe-popup.e-dialog .e-fe-access-header {
806
+ display: inline-block;
807
+ }
808
+ .e-fe-popup.e-dialog .e-fe-retrycontent {
809
+ padding: 16px 0;
810
+ }
811
+ .e-fe-popup.e-dialog .e-image {
812
+ height: 100%;
813
+ width: 100%;
814
+ }
815
+ .e-fe-popup.e-dialog.e-rtl td {
816
+ padding: 8px 0 8px 24px;
817
+ }
818
+ .e-fe-popup.e-dialog.e-rtl .e-fe-icon {
819
+ margin: 0 0 -2px 8px;
820
+ }
821
+ .e-fe-popup.e-dialog.e-popup.e-dlg-resizable {
822
+ min-height: 200px;
823
+ }
824
+ .e-fe-popup .e-fe-error {
825
+ font-size: 12px;
826
+ line-height: 1.5;
827
+ }
828
+ .e-fe-popup .e-upload {
829
+ border-bottom-width: 0;
830
+ border-top-width: 0;
831
+ }
832
+ .e-fe-popup .e-upload .e-upload-actions {
833
+ border-bottom: 1px solid;
834
+ }
835
+ .e-filemanager .e-display-none,
836
+ .e-filemanager .e-treeview .e-icons .e-treeview-spinner,
837
+ .e-filemanager .e-splitter .e-split-bar .e-resize-handler,
838
+ .e-filemanager .e-splitter .e-display-none,
839
+ .e-filemanager .e-grid .e-spin-show,
840
+ .e-filemanager .e-grid .e-gridheader .e-emptyrow,
841
+ .e-filemanager .e-grid .e-gridcontent .e-emptyrow,
842
+ .e-fe-popup .e-upload .e-file-select-wrap,
843
+ .e-fe-popup .e-upload .e-icons.e-file-delete-btn {
844
+ display: none;
845
+ }
846
+ @media (max-width: 469px) {
847
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
848
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
849
+ min-width: 140px;
850
+ width: calc(50% - 17px);
851
+ }
852
+ }
853
+ @media (min-width: 470px) and (max-width: 625px) {
854
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
855
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
856
+ min-width: 140px;
857
+ width: calc(33.33% - 17px);
858
+ }
859
+ }
860
+ .e-content-placeholder.e-filemanager.e-placeholder-filemanager {
861
+ height: 100%;
862
+ width: 100%;
863
+ }
864
+ .e-filemanager-dialog {
865
+ z-index: 1005;
866
+ display: -ms-flexbox;
867
+ display: flex;
868
+ position: absolute;
869
+ }
870
+ .e-image-wrap-style {
871
+ height: 100%;
872
+ }
873
+ .e-fe-popup.e-dialog td.e-permission-content {
874
+ white-space: unset;
875
+ }
876
+ .e-large-icon-visible {
877
+ visibility: visible;
878
+ }
879
+ .e-large-icon-hidden {
880
+ visibility: hidden;
881
+ }
882
+ .e-filemanager .e-empty-state-container {
883
+ display: -ms-flexbox;
884
+ display: flex;
885
+ height: 100%;
886
+ }
887
+ .e-filemanager .e-empty.e-view-container {
888
+ margin: auto;
889
+ }
890
+ .e-filemanager.e-fe-no-toolbar .e-fe-splitter {
891
+ height: 100%;
892
+ }
893
+ .e-filemanager .e-fe-splitter {
894
+ height: calc(100% - 41px);
895
+ }
896
+ .e-filemanager .e-view-container .e-fe-grid-container {
897
+ height: calc(100% - 40px);
898
+ }
899
+ .e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
900
+ .e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
901
+ position: absolute;
902
+ display: block;
903
+ overflow: hidden;
904
+ clip: rect(1px, 1px, 1px, 1px);
905
+ }
906
+ .e-filemanager {
907
+ background: var(--color-sf-content-bg-color-alt1);
908
+ border-color: var(--color-sf-border-light);
909
+ }
910
+ .e-filemanager .e-toolbar {
911
+ border-bottom-color: var(--color-sf-border-light);
912
+ }
913
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active {
914
+ background: var(--color-sf-content-bg-color-hover);
915
+ border-color: var(--color-sf-content-bg-color-hover);
916
+ }
917
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
918
+ background: var(--color-sf-content-bg-color-hover);
919
+ border-color: var(--color-sf-content-bg-color-hover);
920
+ }
921
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
922
+ background: var(--color-sf-content-bg-color-hover);
923
+ border-color: var(--color-sf-content-bg-color-hover);
924
+ }
925
+ .e-filemanager .e-address {
926
+ border-bottom-color: var(--color-sf-border-light);
927
+ }
928
+ .e-filemanager .e-address .e-icons {
929
+ color: var(--color-sf-icon-color);
930
+ }
931
+ .e-filemanager .e-address .e-list-text {
932
+ color: var(--color-sf-content-text-color-alt2);
933
+ }
934
+ .e-filemanager .e-address .e-address-list-item {
935
+ color: var(--color-sf-content-text-color-alt2);
936
+ }
937
+ .e-filemanager .e-address .e-address-list-item:focus .e-list-text {
938
+ background: var(--color-sf-content-bg-color-hover);
939
+ color: var(--color-sf-content-text-color-hover);
940
+ }
941
+ .e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
942
+ color: var(--color-sf-content-text-color);
943
+ }
944
+ .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
945
+ background: var(--color-sf-content-bg-color-hover);
946
+ color: var(--color-sf-content-text-color-hover);
947
+ }
948
+ .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active {
949
+ background: var(--color-sf-content-bg-color-pressed);
950
+ }
951
+ .e-filemanager .e-address .e-address-list-item:focus .e-list-text {
952
+ color: var(--color-sf-content-text-color-hover);
953
+ }
954
+ .e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow {
955
+ border: var(--color-sf-content-bg-color-selected);
956
+ }
957
+ .e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow {
958
+ border-color: var(--color-sf-primary);
959
+ }
960
+ .e-filemanager .e-grid .e-gridheader tr:first-child th {
961
+ background: var(--color-sf-content-bg-color-alt1);
962
+ }
963
+ .e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover, .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover {
964
+ background: var(--color-sf-content-bg-color-hover);
965
+ }
966
+ .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
967
+ background: var(--color-sf-content-bg-color-alt1);
968
+ }
969
+ .e-filemanager .e-grid td.e-active {
970
+ background-color: var(--color-sf-content-bg-color-selected);
971
+ color: var(--color-sf-content-text-color);
972
+ background-color: var(--color-sf-table-bg-color-selected);
973
+ }
974
+ .e-filemanager .e-grid.e-gridhover .e-row.e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
975
+ background-color: transparent;
976
+ }
977
+ .e-filemanager .e-large-icons .e-list-img {
978
+ border-color: var(--color-sf-border-light);
979
+ }
980
+ .e-filemanager .e-large-icons .e-active {
981
+ color: var(--color-sf-content-text-color);
982
+ }
983
+ .e-filemanager .e-large-icons .e-large-icon {
984
+ border-color: transparent;
985
+ }
986
+ .e-filemanager .e-large-icons .e-large-icon.e-active {
987
+ background: var(--color-sf-content-bg-color-selected);
988
+ border-color: var(--color-sf-content-bg-color-selected);
989
+ }
990
+ .e-filemanager .e-large-icons .e-large-icon.e-hover, .e-filemanager .e-large-icons .e-large-icon:hover {
991
+ background: var(--color-sf-content-bg-color-hover);
992
+ border-color: var(--color-sf-content-bg-color-hover);
993
+ color: var(--color-sf-content-text-color-focus);
994
+ }
995
+ .e-filemanager .e-large-icons .e-large-icon.e-active.e-hover, .e-filemanager .e-large-icons .e-large-icon.e-active:hover {
996
+ background: var(--color-sf-content-bg-color-selected);
997
+ border-color: var(--color-sf-content-bg-color-selected);
998
+ color: var(--color-sf-content-text-color-selected);
999
+ }
1000
+ .e-filemanager .e-large-icons .e-large-icon.e-focus {
1001
+ border-color: var(--color-sf-content-bg-color-selected);
1002
+ }
1003
+ .e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder, .e-filemanager .e-large-icons .e-large-icon:hover.e-fe-drop-folder {
1004
+ border-color: var(--color-sf-primary);
1005
+ }
1006
+ .e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check {
1007
+ background-color: var(--color-sf-primary);
1008
+ color: var(--color-sf-primary-text-color);
1009
+ }
1010
+ .e-filemanager .e-fe-clone .e-fe-content {
1011
+ background-color: var(--color-sf-content-bg-color-alt3);
1012
+ color: var(--color-sf-content-text-color);
1013
+ }
1014
+ .e-filemanager .e-fe-clone .e-fe-count {
1015
+ background-color: var(--color-sf-primary);
1016
+ border-color: var(--color-sf-primary-text-color);
1017
+ color: var(--color-sf-primary-text-color);
1018
+ }
1019
+ .e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover, .e-filemanager.e-fe-mobile .e-large-icons .e-large-icon:hover {
1020
+ background: transparent;
1021
+ border-color: transparent;
1022
+ }
1023
+ .e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus {
1024
+ border-color: transparent;
1025
+ }
1026
+ .e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active {
1027
+ background: var(--color-sf-content-bg-color-selected);
1028
+ border-color: var(--color-sf-content-bg-color-selected);
1029
+ }
1030
+ .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
1031
+ .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
1032
+ .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick, .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,
1033
+ .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
1034
+ color: var(--color-sf-icon-color);
1035
+ }
1036
+ .e-fe-popup.e-dialog td {
1037
+ color: var(--color-sf-content-text-color);
1038
+ }
1039
+ .e-fe-popup.e-dialog td:first-child {
1040
+ color: var(--color-sf-content-text-color-alt2);
1041
+ }
1042
+ .e-fe-popup .e-fe-error {
1043
+ color: var(--color-sf-danger);
1044
+ }
1045
+ .e-fe-popup .e-upload .e-upload-actions {
1046
+ border-bottom-color: var(--color-sf-border-light);
1047
+ }
1048
+ .e-filemanager .e-grid.sf-grid :is(.e-headercontent th.e-headercell:not(.e-menu-item):not(.e-editedbatchcell).e-fe-checkbox, .e-content td.e-rowcell:not(.e-menu-item):not(.e-editedbatchcell).e-fe-checkbox):is(:focus, :focus-visible) {
1049
+ box-shadow: none;
1050
+ }
1051
+ .e-filemanager.e-fe-mobile .e-toolbar,
1052
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar,
1053
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar {
1054
+ height: 48px;
1055
+ min-height: 48px;
1056
+ }
1057
+ .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1058
+ .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1059
+ .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
1060
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1061
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1062
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
1063
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1064
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1065
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
1066
+ font-size: 20px;
1067
+ }
1068
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder,
1069
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder,
1070
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder {
1071
+ padding-top: 0;
1072
+ }
1073
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload,
1074
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload,
1075
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload {
1076
+ padding-left: 0;
1077
+ }
1078
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort,
1079
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort,
1080
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort {
1081
+ padding-top: 3px;
1082
+ }
1083
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh,
1084
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh,
1085
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh {
1086
+ padding-top: 3px;
1087
+ }
1088
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select,
1089
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select,
1090
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select {
1091
+ padding-top: 2px;
1092
+ }
1093
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large,
1094
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large,
1095
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large {
1096
+ padding: 0 0 0 2px;
1097
+ }
1098
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid,
1099
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid,
1100
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid {
1101
+ padding: 4px 2px 0 2px;
1102
+ }
1103
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details,
1104
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details,
1105
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details {
1106
+ padding-top: 3px;
1107
+ }
1108
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete,
1109
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete,
1110
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete {
1111
+ padding-left: 4px;
1112
+ }
1113
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename,
1114
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename,
1115
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename {
1116
+ padding-left: 2px;
1117
+ padding-top: 3px;
1118
+ }
1119
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download,
1120
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download,
1121
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download {
1122
+ padding-left: 4px;
1123
+ }
1124
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut,
1125
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut,
1126
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut {
1127
+ padding-left: 2px;
1128
+ padding-top: 1px;
1129
+ }
1130
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy,
1131
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy,
1132
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy {
1133
+ padding-left: 4px;
1134
+ }
1135
+ .e-filemanager.e-fe-mobile:not(.e-rtl) .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt.e-icon-btn .e-icons.e-btn-icon.e-fe-grid,
1136
+ .e-bigger .e-filemanager.e-fe-mobile:not(.e-rtl) .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt.e-icon-btn .e-icons.e-btn-icon.e-fe-grid,
1137
+ .e-filemanager.e-bigger.e-fe-mobile:not(.e-rtl) .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt.e-icon-btn .e-icons.e-btn-icon.e-fe-grid {
1138
+ padding: 0 2px;
1139
+ }
1140
+ .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,
1141
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,
1142
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort {
1143
+ display: inline-block;
1144
+ margin: 0;
1145
+ width: 14px;
1146
+ }
1147
+ .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
1148
+ .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
1149
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
1150
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
1151
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
1152
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text {
1153
+ display: none;
1154
+ }
1155
+ .e-filemanager.e-fe-mobile .e-splitter .e-split-bar,
1156
+ .e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar,
1157
+ .e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar {
1158
+ display: none;
1159
+ }
1160
+ .e-filemanager.e-fe-mobile .e-address,
1161
+ .e-bigger .e-filemanager.e-fe-mobile .e-address,
1162
+ .e-filemanager.e-bigger.e-fe-mobile .e-address {
1163
+ height: 40px;
1164
+ }
1165
+ .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,
1166
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,
1167
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul {
1168
+ height: 40px;
1169
+ }
1170
+ .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,
1171
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,
1172
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons {
1173
+ font-size: 16px;
1174
+ }
1175
+ .e-filemanager.e-fe-mobile .e-address .e-list-text,
1176
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text,
1177
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text {
1178
+ font-size: 16px;
1179
+ }
1180
+ .e-filemanager.e-fe-mobile .e-address .e-search-wrap,
1181
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap,
1182
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap {
1183
+ min-width: 47px;
1184
+ width: auto;
1185
+ }
1186
+ .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,
1187
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,
1188
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group {
1189
+ display: none;
1190
+ height: 40px;
1191
+ width: 100%;
1192
+ }
1193
+ .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,
1194
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,
1195
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon {
1196
+ margin: 2px 8px 0;
1197
+ }
1198
+ .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,
1199
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,
1200
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input {
1201
+ margin: 0 0 0 29px;
1202
+ }
1203
+ .e-filemanager.e-fe-mobile .e-address .e-fe-search,
1204
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search,
1205
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search {
1206
+ font-size: 20px;
1207
+ margin: 3px 0;
1208
+ right: 13px;
1209
+ }
1210
+ .e-filemanager.e-fe-mobile .e-fe-splitter,
1211
+ .e-bigger .e-filemanager.e-fe-mobile .e-fe-splitter,
1212
+ .e-filemanager.e-bigger.e-fe-mobile .e-fe-splitter {
1213
+ height: calc(100% - 49px);
1214
+ }
1215
+ .e-filemanager.e-fe-mobile .e-view-container .e-fe-grid-container,
1216
+ .e-bigger .e-filemanager.e-fe-mobile .e-view-container .e-fe-grid-container,
1217
+ .e-filemanager.e-bigger.e-fe-mobile .e-view-container .e-fe-grid-container {
1218
+ height: calc(100% - 40px);
1219
+ }
1220
+ .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,
1221
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,
1222
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon {
1223
+ height: 32px;
1224
+ width: 32px;
1225
+ }
1226
+ .e-filemanager.e-fe-mobile .e-grid .e-gridheader,
1227
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader,
1228
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader {
1229
+ display: none;
1230
+ }
1231
+ .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,
1232
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,
1233
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell {
1234
+ border-bottom: 1px solid;
1235
+ border-bottom-color: var(--color-sf-border-light);
1236
+ }
1237
+ .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
1238
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
1239
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox {
1240
+ padding: 5px;
1241
+ }
1242
+ .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
1243
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
1244
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon {
1245
+ padding-left: 10px;
1246
+ padding-right: 10px;
1247
+ }
1248
+ .e-filemanager.e-fe-mobile .e-grid .e-fe-text,
1249
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text,
1250
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text {
1251
+ overflow: hidden;
1252
+ text-overflow: ellipsis;
1253
+ white-space: nowrap;
1254
+ }
1255
+ .e-filemanager.e-fe-mobile .e-grid .e-fe-text,
1256
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text,
1257
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text {
1258
+ font-size: 16px;
1259
+ line-height: 22px;
1260
+ }
1261
+ .e-filemanager.e-fe-mobile .e-grid .e-fe-date,
1262
+ .e-filemanager.e-fe-mobile .e-grid .e-fe-size,
1263
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-date,
1264
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-size,
1265
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-date,
1266
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-size {
1267
+ color: var(--color-sf-content-text-color-alt2);
1268
+ }
1269
+ .e-filemanager.e-fe-mobile .e-large-icons,
1270
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons,
1271
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons {
1272
+ height: calc(100% - 40px);
1273
+ }
1274
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,
1275
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,
1276
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent {
1277
+ padding: 0;
1278
+ }
1279
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1280
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1281
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1282
+ display: inline-table;
1283
+ height: 94px;
1284
+ margin: 8px 4px;
1285
+ width: 94px;
1286
+ }
1287
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item:hover .e-checkbox-wrapper,
1288
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
1289
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item:hover .e-checkbox-wrapper,
1290
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
1291
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item:hover .e-checkbox-wrapper {
1292
+ visibility: hidden;
1293
+ padding: 0;
1294
+ }
1295
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,
1296
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,
1297
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper {
1298
+ visibility: visible;
1299
+ padding: 0;
1300
+ }
1301
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,
1302
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,
1303
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper {
1304
+ z-index: 999;
1305
+ }
1306
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,
1307
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,
1308
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text {
1309
+ margin: 0 auto;
1310
+ width: 94px;
1311
+ }
1312
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,
1313
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,
1314
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img {
1315
+ margin: 11px auto;
1316
+ max-height: 40px;
1317
+ max-width: 94px;
1318
+ }
1319
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
1320
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
1321
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
1322
+ height: 40px;
1323
+ margin: 11px auto 0;
1324
+ width: 40px;
1325
+ }
1326
+ .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
1327
+ .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
1328
+ .e-bigger .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
1329
+ .e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
1330
+ .e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
1331
+ .e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper {
1332
+ visibility: visible;
1333
+ padding: 0;
1334
+ }
1335
+ .e-filemanager.e-fe-m-filter .e-address .e-search-wrap,
1336
+ .e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap,
1337
+ .e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap {
1338
+ margin: 0;
1339
+ padding: 0;
1340
+ position: absolute;
1341
+ width: 100%;
1342
+ }
1343
+ .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,
1344
+ .e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,
1345
+ .e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group {
1346
+ display: -ms-inline-flexbox;
1347
+ display: inline-flex;
1348
+ }
1349
+ .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,
1350
+ .e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,
1351
+ .e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input {
1352
+ height: auto;
1353
+ margin-left: 45px;
1354
+ }
1355
+ .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,
1356
+ .e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,
1357
+ .e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search {
1358
+ left: 0;
1359
+ margin-left: 8px;
1360
+ margin-top: 3px;
1361
+ width: 30px;
1362
+ }
1363
+ .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,
1364
+ .e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,
1365
+ .e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul {
1366
+ visibility: hidden;
1367
+ }
1368
+ .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,
1369
+ .e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,
1370
+ .e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
1371
+ margin-right: 45px;
1372
+ }
1373
+ .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,
1374
+ .e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,
1375
+ .e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search {
1376
+ transform: rotate(180deg);
1377
+ }
1378
+ .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
1379
+ .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,
1380
+ .e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
1381
+ .e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,
1382
+ .e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
1383
+ .e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon {
1384
+ padding-right: 10px;
1385
+ }
1386
+ .e-fe-popup.e-bigger.e-dialog .e-dlg-header-content,
1387
+ .e-bigger .e-fe-popup.e-dialog .e-dlg-header-content {
1388
+ padding: 21px;
1389
+ }
1390
+ .e-fe-popup.e-bigger.e-dialog td,
1391
+ .e-bigger .e-fe-popup.e-dialog td {
1392
+ overflow: hidden;
1393
+ text-overflow: ellipsis;
1394
+ white-space: nowrap;
1395
+ font-size: 16px;
1396
+ max-width: 205px;
1397
+ min-width: 45px;
1398
+ padding: 8px 30px 8px 0;
1399
+ }
1400
+ .e-bigger .e-filemanager .e-toolbar,
1401
+ .e-filemanager.e-bigger .e-toolbar {
1402
+ height: 48px;
1403
+ min-height: 48px;
1404
+ }
1405
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-item:not(.e-separator),
1406
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator) {
1407
+ min-height: 48px;
1408
+ padding: 4px;
1409
+ }
1410
+ .e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons,
1411
+ .e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons,
1412
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
1413
+ .e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons,
1414
+ .e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons,
1415
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
1416
+ font-size: 20px;
1417
+ }
1418
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn,
1419
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
1420
+ padding: 0 6px;
1421
+ }
1422
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus,
1423
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active,
1424
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover,
1425
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
1426
+ padding: 0 6px;
1427
+ }
1428
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret,
1429
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret {
1430
+ padding: 0 10px;
1431
+ }
1432
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret,
1433
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
1434
+ padding: 0 10px;
1435
+ }
1436
+ .e-bigger .e-filemanager .e-treeview > .e-ul,
1437
+ .e-filemanager.e-bigger .e-treeview > .e-ul {
1438
+ padding-left: 12px;
1439
+ }
1440
+ .e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow,
1441
+ .e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow {
1442
+ height: 40px;
1443
+ }
1444
+ .e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,
1445
+ .e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
1446
+ height: 38px;
1447
+ line-height: 38px;
1448
+ }
1449
+ .e-bigger .e-filemanager .e-address,
1450
+ .e-filemanager.e-bigger .e-address {
1451
+ height: 48px;
1452
+ }
1453
+ .e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu,
1454
+ .e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu {
1455
+ height: 27px;
1456
+ }
1457
+ .e-bigger .e-filemanager .e-address .e-address-list-item,
1458
+ .e-filemanager.e-bigger .e-address .e-address-list-item {
1459
+ height: 22px;
1460
+ }
1461
+ .e-bigger .e-filemanager .e-address .e-address-list-item .e-icons,
1462
+ .e-filemanager.e-bigger .e-address .e-address-list-item .e-icons {
1463
+ font-size: 16px;
1464
+ }
1465
+ .e-bigger .e-filemanager .e-address .e-addressbar-ul,
1466
+ .e-filemanager.e-bigger .e-address .e-addressbar-ul {
1467
+ padding: 12px 10px 14px 16px;
1468
+ }
1469
+ .e-bigger .e-filemanager .e-address .e-list-text,
1470
+ .e-filemanager.e-bigger .e-address .e-list-text {
1471
+ font-size: 16px;
1472
+ line-height: 22px;
1473
+ padding: 8px 8px 10px;
1474
+ }
1475
+ .e-bigger .e-filemanager .e-address .e-search-wrap,
1476
+ .e-filemanager.e-bigger .e-address .e-search-wrap {
1477
+ min-width: 51px;
1478
+ padding: 3.5px 10px 0 16px;
1479
+ }
1480
+ .e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group,
1481
+ .e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group {
1482
+ height: 40px;
1483
+ }
1484
+ .e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus,
1485
+ .e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus {
1486
+ padding: 0;
1487
+ }
1488
+ .e-bigger .e-filemanager .e-address .e-fe-search,
1489
+ .e-filemanager.e-bigger .e-address .e-fe-search {
1490
+ margin: 7px 0;
1491
+ }
1492
+ .e-bigger .e-filemanager .e-fe-splitter,
1493
+ .e-filemanager.e-bigger .e-fe-splitter {
1494
+ height: calc(100% - 49px);
1495
+ }
1496
+ .e-bigger .e-filemanager .e-view-container .e-fe-grid-container,
1497
+ .e-filemanager.e-bigger .e-view-container .e-fe-grid-container {
1498
+ height: calc(100% - 48px);
1499
+ }
1500
+ .e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame,
1501
+ .e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame {
1502
+ border-width: 1px;
1503
+ line-height: 14px;
1504
+ height: 16px;
1505
+ width: 16px;
1506
+ font-size: 10px;
1507
+ margin: 0;
1508
+ }
1509
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-headercell,
1510
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-headercell {
1511
+ height: 36px;
1512
+ }
1513
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv,
1514
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
1515
+ margin-left: -6px;
1516
+ }
1517
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-headertext,
1518
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-headertext {
1519
+ font-size: 14px;
1520
+ }
1521
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell,
1522
+ .e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell,
1523
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell,
1524
+ .e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell {
1525
+ font-size: 14px;
1526
+ }
1527
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text,
1528
+ .e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text,
1529
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text,
1530
+ .e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text {
1531
+ font-size: 16px;
1532
+ }
1533
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox,
1534
+ .e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox,
1535
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox,
1536
+ .e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox {
1537
+ padding-left: 10px;
1538
+ }
1539
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,
1540
+ .e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon,
1541
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon,
1542
+ .e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon {
1543
+ padding-left: 16px;
1544
+ }
1545
+ .e-bigger .e-filemanager .e-grid .e-fe-icon,
1546
+ .e-filemanager.e-bigger .e-grid .e-fe-icon {
1547
+ margin: 0 12px 0 0;
1548
+ }
1549
+ .e-bigger .e-filemanager .e-grid .e-empty,
1550
+ .e-filemanager.e-bigger .e-grid .e-empty {
1551
+ min-width: 300px;
1552
+ }
1553
+ .e-bigger .e-filemanager .e-grid .e-empty-content,
1554
+ .e-filemanager.e-bigger .e-grid .e-empty-content {
1555
+ font-size: 22px;
1556
+ margin: 0 auto;
1557
+ padding: 12px;
1558
+ text-align: center;
1559
+ }
1560
+ .e-bigger .e-filemanager .e-grid .e-empty-icon,
1561
+ .e-filemanager.e-bigger .e-grid .e-empty-icon {
1562
+ height: 92px;
1563
+ margin: 0 auto;
1564
+ width: 92px;
1565
+ }
1566
+ .e-bigger .e-filemanager .e-grid .e-empty-inner-content,
1567
+ .e-filemanager.e-bigger .e-grid .e-empty-inner-content {
1568
+ font-size: 14px;
1569
+ margin: 0 auto;
1570
+ padding: 6px;
1571
+ text-align: center;
1572
+ }
1573
+ .e-bigger .e-filemanager .e-grid .e-empty-inner-content,
1574
+ .e-filemanager.e-bigger .e-grid .e-empty-inner-content {
1575
+ opacity: 0.5;
1576
+ }
1577
+ .e-bigger .e-filemanager .e-grid.e-rtl .e-checkbox-wrapper .e-frame,
1578
+ .e-filemanager.e-bigger .e-grid.e-rtl .e-checkbox-wrapper .e-frame {
1579
+ margin-right: -10px;
1580
+ }
1581
+ .e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame,
1582
+ .e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame {
1583
+ border-width: 1px;
1584
+ line-height: 14px;
1585
+ height: 16px;
1586
+ width: 16px;
1587
+ font-size: 10px;
1588
+ margin: 0;
1589
+ }
1590
+ .e-bigger .e-filemanager .e-large-icons,
1591
+ .e-filemanager.e-bigger .e-large-icons {
1592
+ height: calc(100% - 48px);
1593
+ }
1594
+ .e-bigger .e-filemanager .e-large-icons .e-list-parent,
1595
+ .e-filemanager.e-bigger .e-large-icons .e-list-parent {
1596
+ padding: 0 6px;
1597
+ }
1598
+ .e-bigger .e-filemanager .e-large-icons .e-list-item,
1599
+ .e-filemanager.e-bigger .e-large-icons .e-list-item {
1600
+ height: 106px;
1601
+ margin: 12px 6px;
1602
+ width: 100px;
1603
+ }
1604
+ .e-bigger .e-filemanager .e-large-icons .e-text-content,
1605
+ .e-filemanager.e-bigger .e-large-icons .e-text-content {
1606
+ height: 100px;
1607
+ }
1608
+ .e-bigger .e-filemanager .e-large-icons .e-list-text,
1609
+ .e-filemanager.e-bigger .e-large-icons .e-list-text {
1610
+ font-size: 14px;
1611
+ padding: 4px 2px 2px;
1612
+ width: 94px;
1613
+ }
1614
+ .e-bigger .e-filemanager .e-large-icons .e-list-img,
1615
+ .e-filemanager.e-bigger .e-large-icons .e-list-img {
1616
+ max-height: 79px;
1617
+ max-width: 94px;
1618
+ }
1619
+ .e-bigger .e-filemanager .e-large-icons .e-list-icon,
1620
+ .e-filemanager.e-bigger .e-large-icons .e-list-icon {
1621
+ height: 52px;
1622
+ margin: 11px auto;
1623
+ width: 52px;
1624
+ }
1625
+ .e-bigger .e-filemanager .e-large-icons .e-empty,
1626
+ .e-filemanager.e-bigger .e-large-icons .e-empty {
1627
+ min-width: 300px;
1628
+ }
1629
+ .e-bigger .e-filemanager .e-large-icons .e-empty-content,
1630
+ .e-filemanager.e-bigger .e-large-icons .e-empty-content {
1631
+ font-size: 22px;
1632
+ margin: 0 auto;
1633
+ padding: 12px;
1634
+ text-align: center;
1635
+ }
1636
+ .e-bigger .e-filemanager .e-large-icons .e-empty-icon,
1637
+ .e-filemanager.e-bigger .e-large-icons .e-empty-icon {
1638
+ height: 52px;
1639
+ margin: 0 auto;
1640
+ width: 52px;
1641
+ }
1642
+ .e-bigger .e-filemanager .e-large-icons .e-empty-inner-content,
1643
+ .e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
1644
+ font-size: 14px;
1645
+ margin: 0 auto;
1646
+ padding: 4px;
1647
+ text-align: center;
1648
+ }
1649
+ .e-bigger .e-filemanager .e-large-icons .e-empty-inner-content,
1650
+ .e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
1651
+ opacity: 0.5;
1652
+ }
1653
+ .e-bigger .e-filemanager.e-rtl .e-treeview > .e-ul,
1654
+ .e-filemanager.e-bigger.e-rtl .e-treeview > .e-ul {
1655
+ padding: 0 12px 0 0;
1656
+ }
1657
+ .e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox,
1658
+ .e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox,
1659
+ .e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox,
1660
+ .e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox {
1661
+ padding-right: 16px;
1662
+ }
1663
+ .e-bigger .e-filemanager .e-fe-overlay,
1664
+ .e-filemanager.e-bigger .e-fe-overlay {
1665
+ height: calc(100% - 41px);
1666
+ height: calc(100% - 88px);
1667
+ }
1668
+ .e-filemanager.e-fe-no-toolbar.e-fe-mobile .e-fe-splitter,
1669
+ .e-bigger .e-filemanager.e-fe-no-toolbar .e-fe-splitter {
1670
+ height: 100%;
1671
+ }
1672
+ @media (max-width: 469px) {
1673
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1674
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1675
+ min-width: 140px;
1676
+ width: calc(50% - 17px);
1677
+ }
1678
+ }
1679
+ @media (min-width: 470px) and (max-width: 625px) {
1680
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1681
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1682
+ min-width: 140px;
1683
+ width: calc(33.33% - 17px);
1684
+ }
1685
+ }