primereact 10.2.0 → 10.3.0

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 (558) hide show
  1. package/accordion/accordion.cjs.js +83 -11
  2. package/accordion/accordion.cjs.min.js +1 -1
  3. package/accordion/accordion.d.ts +1 -1
  4. package/accordion/accordion.esm.js +83 -11
  5. package/accordion/accordion.esm.min.js +1 -1
  6. package/accordion/accordion.js +81 -9
  7. package/accordion/accordion.min.js +1 -1
  8. package/api/api.cjs.js +24 -0
  9. package/api/api.cjs.min.js +1 -1
  10. package/api/api.d.ts +13 -246
  11. package/api/api.esm.js +24 -0
  12. package/api/api.esm.min.js +1 -1
  13. package/api/api.js +24 -0
  14. package/api/api.min.js +1 -1
  15. package/breadcrumb/breadcrumb.cjs.js +12 -6
  16. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  17. package/breadcrumb/breadcrumb.esm.js +12 -6
  18. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  19. package/breadcrumb/breadcrumb.js +12 -6
  20. package/breadcrumb/breadcrumb.min.js +1 -1
  21. package/calendar/calendar.cjs.js +6 -9
  22. package/calendar/calendar.cjs.min.js +1 -1
  23. package/calendar/calendar.esm.js +6 -9
  24. package/calendar/calendar.esm.min.js +1 -1
  25. package/calendar/calendar.js +6 -9
  26. package/calendar/calendar.min.js +1 -1
  27. package/carousel/carousel.cjs.js +102 -8
  28. package/carousel/carousel.cjs.min.js +1 -1
  29. package/carousel/carousel.esm.js +103 -9
  30. package/carousel/carousel.esm.min.js +1 -1
  31. package/carousel/carousel.js +102 -8
  32. package/carousel/carousel.min.js +1 -1
  33. package/cascadeselect/cascadeselect.cjs.js +24 -5
  34. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  35. package/cascadeselect/cascadeselect.esm.js +25 -6
  36. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  37. package/cascadeselect/cascadeselect.js +25 -7
  38. package/cascadeselect/cascadeselect.min.js +1 -1
  39. package/chip/chip.cjs.js +0 -1
  40. package/chip/chip.cjs.min.js +1 -1
  41. package/chip/chip.esm.js +0 -1
  42. package/chip/chip.esm.min.js +1 -1
  43. package/chip/chip.js +0 -1
  44. package/chip/chip.min.js +1 -1
  45. package/chips/chips.cjs.js +1 -2
  46. package/chips/chips.cjs.min.js +1 -1
  47. package/chips/chips.esm.js +1 -2
  48. package/chips/chips.esm.min.js +1 -1
  49. package/chips/chips.js +1 -2
  50. package/chips/chips.min.js +1 -1
  51. package/confirmdialog/confirmdialog.cjs.js +13 -8
  52. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  53. package/confirmdialog/confirmdialog.esm.js +13 -8
  54. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  55. package/confirmdialog/confirmdialog.js +13 -8
  56. package/confirmdialog/confirmdialog.min.js +1 -1
  57. package/confirmpopup/confirmpopup.cjs.js +57 -36
  58. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  59. package/confirmpopup/confirmpopup.d.ts +29 -0
  60. package/confirmpopup/confirmpopup.esm.js +57 -36
  61. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  62. package/confirmpopup/confirmpopup.js +57 -36
  63. package/confirmpopup/confirmpopup.min.js +1 -1
  64. package/contextmenu/contextmenu.cjs.js +640 -98
  65. package/contextmenu/contextmenu.cjs.min.js +1 -1
  66. package/contextmenu/contextmenu.d.ts +22 -0
  67. package/contextmenu/contextmenu.esm.js +640 -98
  68. package/contextmenu/contextmenu.esm.min.js +1 -1
  69. package/contextmenu/contextmenu.js +640 -98
  70. package/contextmenu/contextmenu.min.js +1 -1
  71. package/core/core.js +596 -130
  72. package/core/core.min.js +35 -35
  73. package/datatable/datatable.cjs.js +4 -7
  74. package/datatable/datatable.cjs.min.js +1 -1
  75. package/datatable/datatable.d.ts +1 -1
  76. package/datatable/datatable.esm.js +4 -7
  77. package/datatable/datatable.esm.min.js +1 -1
  78. package/datatable/datatable.js +4 -7
  79. package/datatable/datatable.min.js +1 -1
  80. package/dialog/dialog.cjs.js +86 -38
  81. package/dialog/dialog.cjs.min.js +1 -1
  82. package/dialog/dialog.d.ts +59 -0
  83. package/dialog/dialog.esm.js +86 -38
  84. package/dialog/dialog.esm.min.js +1 -1
  85. package/dialog/dialog.js +86 -38
  86. package/dialog/dialog.min.js +1 -1
  87. package/divider/divider.cjs.js +1 -0
  88. package/divider/divider.cjs.min.js +1 -1
  89. package/divider/divider.esm.js +1 -0
  90. package/divider/divider.esm.min.js +1 -1
  91. package/divider/divider.js +1 -0
  92. package/divider/divider.min.js +1 -1
  93. package/dock/dock.cjs.js +169 -33
  94. package/dock/dock.cjs.min.js +1 -1
  95. package/dock/dock.d.ts +15 -0
  96. package/dock/dock.esm.js +170 -34
  97. package/dock/dock.esm.min.js +1 -1
  98. package/dock/dock.js +169 -33
  99. package/dock/dock.min.js +1 -1
  100. package/dropdown/dropdown.cjs.js +25 -2
  101. package/dropdown/dropdown.cjs.min.js +1 -1
  102. package/dropdown/dropdown.esm.js +25 -2
  103. package/dropdown/dropdown.esm.min.js +1 -1
  104. package/dropdown/dropdown.js +26 -4
  105. package/dropdown/dropdown.min.js +1 -1
  106. package/fieldset/fieldset.cjs.js +12 -5
  107. package/fieldset/fieldset.cjs.min.js +1 -1
  108. package/fieldset/fieldset.esm.js +12 -5
  109. package/fieldset/fieldset.esm.min.js +1 -1
  110. package/fieldset/fieldset.js +12 -5
  111. package/fieldset/fieldset.min.js +1 -1
  112. package/fileupload/fileupload.cjs.js +14 -6
  113. package/fileupload/fileupload.cjs.min.js +1 -1
  114. package/fileupload/fileupload.d.ts +17 -1
  115. package/fileupload/fileupload.esm.js +14 -6
  116. package/fileupload/fileupload.esm.min.js +1 -1
  117. package/fileupload/fileupload.js +14 -6
  118. package/fileupload/fileupload.min.js +1 -1
  119. package/galleria/galleria.cjs.js +222 -42
  120. package/galleria/galleria.cjs.min.js +1 -1
  121. package/galleria/galleria.esm.js +224 -44
  122. package/galleria/galleria.esm.min.js +1 -1
  123. package/galleria/galleria.js +222 -42
  124. package/galleria/galleria.min.js +1 -1
  125. package/hooks/hooks.cjs.js +4 -2
  126. package/hooks/hooks.cjs.min.js +1 -1
  127. package/hooks/hooks.esm.js +4 -2
  128. package/hooks/hooks.esm.min.js +1 -1
  129. package/hooks/hooks.js +4 -2
  130. package/hooks/hooks.min.js +1 -1
  131. package/icons/arrowdown/index.cjs.js +12 -1
  132. package/icons/arrowdown/index.cjs.min.js +1 -1
  133. package/icons/arrowdown/index.esm.js +12 -1
  134. package/icons/arrowdown/index.esm.min.js +1 -1
  135. package/icons/arrowdown/index.js +12 -1
  136. package/icons/arrowdown/index.min.js +1 -1
  137. package/icons/arrowup/index.cjs.js +12 -1
  138. package/icons/arrowup/index.cjs.min.js +1 -1
  139. package/icons/arrowup/index.esm.js +12 -1
  140. package/icons/arrowup/index.esm.min.js +1 -1
  141. package/icons/arrowup/index.js +12 -1
  142. package/icons/arrowup/index.min.js +1 -1
  143. package/icons/ban/index.cjs.js +12 -1
  144. package/icons/ban/index.cjs.min.js +1 -1
  145. package/icons/ban/index.esm.js +12 -1
  146. package/icons/ban/index.esm.min.js +1 -1
  147. package/icons/ban/index.js +12 -1
  148. package/icons/ban/index.min.js +1 -1
  149. package/icons/download/index.cjs.js +12 -1
  150. package/icons/download/index.cjs.min.js +1 -1
  151. package/icons/download/index.esm.js +12 -1
  152. package/icons/download/index.esm.min.js +1 -1
  153. package/icons/download/index.js +12 -1
  154. package/icons/download/index.min.js +1 -1
  155. package/icons/exclamationtriangle/index.cjs.js +12 -1
  156. package/icons/exclamationtriangle/index.cjs.min.js +1 -1
  157. package/icons/exclamationtriangle/index.esm.js +12 -1
  158. package/icons/exclamationtriangle/index.esm.min.js +1 -1
  159. package/icons/exclamationtriangle/index.js +12 -1
  160. package/icons/exclamationtriangle/index.min.js +1 -1
  161. package/icons/eyeslash/index.cjs.js +12 -1
  162. package/icons/eyeslash/index.cjs.min.js +1 -1
  163. package/icons/eyeslash/index.esm.js +12 -1
  164. package/icons/eyeslash/index.esm.min.js +1 -1
  165. package/icons/eyeslash/index.js +12 -1
  166. package/icons/eyeslash/index.min.js +1 -1
  167. package/icons/filter/index.cjs.js +12 -1
  168. package/icons/filter/index.cjs.min.js +1 -1
  169. package/icons/filter/index.esm.js +12 -1
  170. package/icons/filter/index.esm.min.js +1 -1
  171. package/icons/filter/index.js +12 -1
  172. package/icons/filter/index.min.js +1 -1
  173. package/icons/filterslash/index.cjs.js +12 -1
  174. package/icons/filterslash/index.cjs.min.js +1 -1
  175. package/icons/filterslash/index.esm.js +12 -1
  176. package/icons/filterslash/index.esm.min.js +1 -1
  177. package/icons/filterslash/index.js +12 -1
  178. package/icons/filterslash/index.min.js +1 -1
  179. package/icons/infocircle/index.cjs.js +12 -1
  180. package/icons/infocircle/index.cjs.min.js +1 -1
  181. package/icons/infocircle/index.esm.js +12 -1
  182. package/icons/infocircle/index.esm.min.js +1 -1
  183. package/icons/infocircle/index.js +12 -1
  184. package/icons/infocircle/index.min.js +1 -1
  185. package/icons/pencil/index.cjs.js +12 -1
  186. package/icons/pencil/index.cjs.min.js +1 -1
  187. package/icons/pencil/index.esm.js +12 -1
  188. package/icons/pencil/index.esm.min.js +1 -1
  189. package/icons/pencil/index.js +12 -1
  190. package/icons/pencil/index.min.js +1 -1
  191. package/icons/plus/index.cjs.js +12 -1
  192. package/icons/plus/index.cjs.min.js +1 -1
  193. package/icons/plus/index.esm.js +12 -1
  194. package/icons/plus/index.esm.min.js +1 -1
  195. package/icons/plus/index.js +12 -1
  196. package/icons/plus/index.min.js +1 -1
  197. package/icons/refresh/index.cjs.js +12 -1
  198. package/icons/refresh/index.cjs.min.js +1 -1
  199. package/icons/refresh/index.esm.js +12 -1
  200. package/icons/refresh/index.esm.min.js +1 -1
  201. package/icons/refresh/index.js +12 -1
  202. package/icons/refresh/index.min.js +1 -1
  203. package/icons/search/index.cjs.js +12 -1
  204. package/icons/search/index.cjs.min.js +1 -1
  205. package/icons/search/index.esm.js +12 -1
  206. package/icons/search/index.esm.min.js +1 -1
  207. package/icons/search/index.js +12 -1
  208. package/icons/search/index.min.js +1 -1
  209. package/icons/searchminus/index.cjs.js +12 -1
  210. package/icons/searchminus/index.cjs.min.js +1 -1
  211. package/icons/searchminus/index.esm.js +12 -1
  212. package/icons/searchminus/index.esm.min.js +1 -1
  213. package/icons/searchminus/index.js +12 -1
  214. package/icons/searchminus/index.min.js +1 -1
  215. package/icons/searchplus/index.cjs.js +12 -1
  216. package/icons/searchplus/index.cjs.min.js +1 -1
  217. package/icons/searchplus/index.esm.js +12 -1
  218. package/icons/searchplus/index.esm.min.js +1 -1
  219. package/icons/searchplus/index.js +12 -1
  220. package/icons/searchplus/index.min.js +1 -1
  221. package/icons/sortalt/index.cjs.js +12 -1
  222. package/icons/sortalt/index.cjs.min.js +1 -1
  223. package/icons/sortalt/index.esm.js +12 -1
  224. package/icons/sortalt/index.esm.min.js +1 -1
  225. package/icons/sortalt/index.js +12 -1
  226. package/icons/sortalt/index.min.js +1 -1
  227. package/icons/sortamountdown/index.cjs.js +12 -1
  228. package/icons/sortamountdown/index.cjs.min.js +1 -1
  229. package/icons/sortamountdown/index.esm.js +12 -1
  230. package/icons/sortamountdown/index.esm.min.js +1 -1
  231. package/icons/sortamountdown/index.js +12 -1
  232. package/icons/sortamountdown/index.min.js +1 -1
  233. package/icons/sortamountupalt/index.cjs.js +12 -1
  234. package/icons/sortamountupalt/index.cjs.min.js +1 -1
  235. package/icons/sortamountupalt/index.esm.js +12 -1
  236. package/icons/sortamountupalt/index.esm.min.js +1 -1
  237. package/icons/sortamountupalt/index.js +12 -1
  238. package/icons/sortamountupalt/index.min.js +1 -1
  239. package/icons/spinner/index.cjs.js +12 -1
  240. package/icons/spinner/index.cjs.min.js +1 -1
  241. package/icons/spinner/index.esm.js +12 -1
  242. package/icons/spinner/index.esm.min.js +1 -1
  243. package/icons/spinner/index.js +12 -1
  244. package/icons/spinner/index.min.js +1 -1
  245. package/icons/star/index.cjs.js +12 -1
  246. package/icons/star/index.cjs.min.js +1 -1
  247. package/icons/star/index.esm.js +12 -1
  248. package/icons/star/index.esm.min.js +1 -1
  249. package/icons/star/index.js +12 -1
  250. package/icons/star/index.min.js +1 -1
  251. package/icons/starfill/index.cjs.js +12 -1
  252. package/icons/starfill/index.cjs.min.js +1 -1
  253. package/icons/starfill/index.esm.js +12 -1
  254. package/icons/starfill/index.esm.min.js +1 -1
  255. package/icons/starfill/index.js +12 -1
  256. package/icons/starfill/index.min.js +1 -1
  257. package/icons/thlarge/index.cjs.js +12 -1
  258. package/icons/thlarge/index.cjs.min.js +1 -1
  259. package/icons/thlarge/index.esm.js +12 -1
  260. package/icons/thlarge/index.esm.min.js +1 -1
  261. package/icons/thlarge/index.js +12 -1
  262. package/icons/thlarge/index.min.js +1 -1
  263. package/icons/timescircle/index.cjs.js +12 -1
  264. package/icons/timescircle/index.cjs.min.js +1 -1
  265. package/icons/timescircle/index.esm.js +12 -1
  266. package/icons/timescircle/index.esm.min.js +1 -1
  267. package/icons/timescircle/index.js +12 -1
  268. package/icons/timescircle/index.min.js +1 -1
  269. package/icons/trash/index.cjs.js +12 -1
  270. package/icons/trash/index.cjs.min.js +1 -1
  271. package/icons/trash/index.esm.js +12 -1
  272. package/icons/trash/index.esm.min.js +1 -1
  273. package/icons/trash/index.js +12 -1
  274. package/icons/trash/index.min.js +1 -1
  275. package/icons/undo/index.cjs.js +12 -1
  276. package/icons/undo/index.cjs.min.js +1 -1
  277. package/icons/undo/index.esm.js +12 -1
  278. package/icons/undo/index.esm.min.js +1 -1
  279. package/icons/undo/index.js +12 -1
  280. package/icons/undo/index.min.js +1 -1
  281. package/icons/upload/index.cjs.js +12 -1
  282. package/icons/upload/index.cjs.min.js +1 -1
  283. package/icons/upload/index.esm.js +12 -1
  284. package/icons/upload/index.esm.min.js +1 -1
  285. package/icons/upload/index.js +12 -1
  286. package/icons/upload/index.min.js +1 -1
  287. package/icons/windowmaximize/index.cjs.js +12 -1
  288. package/icons/windowmaximize/index.cjs.min.js +1 -1
  289. package/icons/windowmaximize/index.esm.js +12 -1
  290. package/icons/windowmaximize/index.esm.min.js +1 -1
  291. package/icons/windowmaximize/index.js +12 -1
  292. package/icons/windowmaximize/index.min.js +1 -1
  293. package/icons/windowminimize/index.cjs.js +12 -1
  294. package/icons/windowminimize/index.cjs.min.js +1 -1
  295. package/icons/windowminimize/index.esm.js +12 -1
  296. package/icons/windowminimize/index.esm.min.js +1 -1
  297. package/icons/windowminimize/index.js +12 -1
  298. package/icons/windowminimize/index.min.js +1 -1
  299. package/image/image.cjs.js +71 -16
  300. package/image/image.cjs.min.js +1 -1
  301. package/image/image.esm.js +71 -16
  302. package/image/image.esm.min.js +1 -1
  303. package/image/image.js +71 -16
  304. package/image/image.min.js +1 -1
  305. package/megamenu/megamenu.cjs.js +787 -168
  306. package/megamenu/megamenu.cjs.min.js +1 -1
  307. package/megamenu/megamenu.d.ts +14 -0
  308. package/megamenu/megamenu.esm.js +790 -171
  309. package/megamenu/megamenu.esm.min.js +1 -1
  310. package/megamenu/megamenu.js +787 -168
  311. package/megamenu/megamenu.min.js +1 -1
  312. package/mention/mention.cjs.js +10 -9
  313. package/mention/mention.cjs.min.js +1 -1
  314. package/mention/mention.esm.js +11 -10
  315. package/mention/mention.esm.min.js +1 -1
  316. package/mention/mention.js +10 -9
  317. package/mention/mention.min.js +1 -1
  318. package/menu/menu.cjs.js +214 -68
  319. package/menu/menu.cjs.min.js +1 -1
  320. package/menu/menu.d.ts +14 -0
  321. package/menu/menu.esm.js +214 -68
  322. package/menu/menu.esm.min.js +1 -1
  323. package/menu/menu.js +214 -68
  324. package/menu/menu.min.js +1 -1
  325. package/menubar/menubar.cjs.js +714 -179
  326. package/menubar/menubar.cjs.min.js +1 -1
  327. package/menubar/menubar.d.ts +18 -0
  328. package/menubar/menubar.esm.js +717 -182
  329. package/menubar/menubar.esm.min.js +1 -1
  330. package/menubar/menubar.js +714 -179
  331. package/menubar/menubar.min.js +1 -1
  332. package/message/message.cjs.js +2 -1
  333. package/message/message.cjs.min.js +1 -1
  334. package/message/message.esm.js +2 -1
  335. package/message/message.esm.min.js +1 -1
  336. package/message/message.js +2 -1
  337. package/message/message.min.js +1 -1
  338. package/messages/messages.cjs.js +4 -2
  339. package/messages/messages.cjs.min.js +1 -1
  340. package/messages/messages.esm.js +4 -2
  341. package/messages/messages.esm.min.js +1 -1
  342. package/messages/messages.js +4 -2
  343. package/messages/messages.min.js +1 -1
  344. package/multiselect/multiselect.cjs.js +11 -5
  345. package/multiselect/multiselect.cjs.min.js +1 -1
  346. package/multiselect/multiselect.esm.js +11 -5
  347. package/multiselect/multiselect.esm.min.js +1 -1
  348. package/multiselect/multiselect.js +12 -7
  349. package/multiselect/multiselect.min.js +1 -1
  350. package/orderlist/orderlist.cjs.js +259 -104
  351. package/orderlist/orderlist.cjs.min.js +1 -1
  352. package/orderlist/orderlist.d.ts +8 -0
  353. package/orderlist/orderlist.esm.js +260 -105
  354. package/orderlist/orderlist.esm.min.js +1 -1
  355. package/orderlist/orderlist.js +259 -104
  356. package/orderlist/orderlist.min.js +1 -1
  357. package/overlaypanel/overlaypanel.cjs.js +4 -2
  358. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  359. package/overlaypanel/overlaypanel.esm.js +4 -2
  360. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  361. package/overlaypanel/overlaypanel.js +4 -2
  362. package/overlaypanel/overlaypanel.min.js +1 -1
  363. package/package.json +1 -1
  364. package/panel/panel.cjs.js +22 -19
  365. package/panel/panel.cjs.min.js +1 -1
  366. package/panel/panel.esm.js +22 -19
  367. package/panel/panel.esm.min.js +1 -1
  368. package/panel/panel.js +22 -19
  369. package/panel/panel.min.js +1 -1
  370. package/panelmenu/panelmenu.cjs.js +775 -196
  371. package/panelmenu/panelmenu.cjs.min.js +1 -1
  372. package/panelmenu/panelmenu.d.ts +15 -0
  373. package/panelmenu/panelmenu.esm.js +776 -197
  374. package/panelmenu/panelmenu.esm.min.js +1 -1
  375. package/panelmenu/panelmenu.js +775 -196
  376. package/panelmenu/panelmenu.min.js +1 -1
  377. package/passthrough/tailwind/index.cjs.js +5 -4
  378. package/passthrough/tailwind/index.cjs.min.js +1 -1
  379. package/passthrough/tailwind/index.esm.js +5 -4
  380. package/passthrough/tailwind/index.esm.min.js +1 -1
  381. package/passthrough/tailwind/index.js +5 -4
  382. package/passthrough/tailwind/index.min.js +1 -1
  383. package/password/password.cjs.js +1 -1
  384. package/password/password.cjs.min.js +1 -1
  385. package/password/password.esm.js +1 -1
  386. package/password/password.esm.min.js +1 -1
  387. package/password/password.js +1 -1
  388. package/password/password.min.js +1 -1
  389. package/primereact.all.cjs.js +9489 -5244
  390. package/primereact.all.cjs.min.js +1 -1
  391. package/primereact.all.esm.js +9489 -5244
  392. package/primereact.all.esm.min.js +1 -1
  393. package/primereact.all.js +9489 -5244
  394. package/primereact.all.min.js +1 -1
  395. package/radiobutton/radiobutton.cjs.js +3 -2
  396. package/radiobutton/radiobutton.cjs.min.js +1 -1
  397. package/radiobutton/radiobutton.esm.js +3 -2
  398. package/radiobutton/radiobutton.esm.min.js +1 -1
  399. package/radiobutton/radiobutton.js +3 -2
  400. package/radiobutton/radiobutton.min.js +1 -1
  401. package/resources/themes/arya-blue/theme.css +844 -789
  402. package/resources/themes/arya-green/theme.css +844 -789
  403. package/resources/themes/arya-orange/theme.css +844 -789
  404. package/resources/themes/arya-purple/theme.css +844 -789
  405. package/resources/themes/bootstrap4-dark-blue/theme.css +654 -600
  406. package/resources/themes/bootstrap4-dark-purple/theme.css +654 -600
  407. package/resources/themes/bootstrap4-light-blue/theme.css +658 -604
  408. package/resources/themes/bootstrap4-light-purple/theme.css +658 -604
  409. package/resources/themes/fluent-light/theme.css +661 -622
  410. package/resources/themes/lara-dark-amber/theme.css +665 -625
  411. package/resources/themes/lara-dark-blue/theme.css +665 -625
  412. package/resources/themes/lara-dark-cyan/theme.css +665 -625
  413. package/resources/themes/lara-dark-green/theme.css +665 -625
  414. package/resources/themes/lara-dark-indigo/theme.css +665 -625
  415. package/resources/themes/lara-dark-pink/theme.css +665 -625
  416. package/resources/themes/lara-dark-purple/theme.css +665 -625
  417. package/resources/themes/lara-dark-teal/theme.css +665 -625
  418. package/resources/themes/lara-light-amber/theme.css +758 -716
  419. package/resources/themes/lara-light-blue/theme.css +992 -950
  420. package/resources/themes/lara-light-cyan/theme.css +758 -716
  421. package/resources/themes/lara-light-green/theme.css +797 -755
  422. package/resources/themes/lara-light-indigo/theme.css +1008 -966
  423. package/resources/themes/lara-light-pink/theme.css +758 -716
  424. package/resources/themes/lara-light-purple/theme.css +1008 -966
  425. package/resources/themes/lara-light-teal/theme.css +758 -716
  426. package/resources/themes/luna-amber/theme.css +931 -877
  427. package/resources/themes/luna-blue/theme.css +931 -877
  428. package/resources/themes/luna-green/theme.css +931 -877
  429. package/resources/themes/luna-pink/theme.css +931 -877
  430. package/resources/themes/md-dark-deeppurple/theme.css +900 -941
  431. package/resources/themes/md-dark-indigo/theme.css +905 -946
  432. package/resources/themes/md-light-deeppurple/theme.css +862 -903
  433. package/resources/themes/md-light-indigo/theme.css +862 -903
  434. package/resources/themes/mdc-dark-deeppurple/theme.css +900 -941
  435. package/resources/themes/mdc-dark-indigo/theme.css +905 -946
  436. package/resources/themes/mdc-light-deeppurple/theme.css +862 -903
  437. package/resources/themes/mdc-light-indigo/theme.css +862 -903
  438. package/resources/themes/mira/theme.css +1546 -1525
  439. package/resources/themes/nano/theme.css +696 -639
  440. package/resources/themes/nova/theme.css +690 -637
  441. package/resources/themes/nova-accent/theme.css +692 -636
  442. package/resources/themes/nova-alt/theme.css +690 -637
  443. package/resources/themes/rhea/theme.css +865 -809
  444. package/resources/themes/saga-blue/theme.css +883 -828
  445. package/resources/themes/saga-green/theme.css +883 -828
  446. package/resources/themes/saga-orange/theme.css +883 -828
  447. package/resources/themes/saga-purple/theme.css +883 -828
  448. package/resources/themes/soho-dark/theme.css +684 -635
  449. package/resources/themes/soho-light/theme.css +672 -625
  450. package/resources/themes/tailwind-light/theme.css +1354 -1299
  451. package/resources/themes/vela-blue/theme.css +852 -797
  452. package/resources/themes/vela-green/theme.css +852 -797
  453. package/resources/themes/vela-orange/theme.css +852 -797
  454. package/resources/themes/vela-purple/theme.css +852 -797
  455. package/resources/themes/viva-dark/theme.css +647 -613
  456. package/resources/themes/viva-light/theme.css +728 -694
  457. package/ripple/ripple.cjs.js +65 -2
  458. package/ripple/ripple.cjs.min.js +1 -1
  459. package/ripple/ripple.esm.js +65 -2
  460. package/ripple/ripple.esm.min.js +1 -1
  461. package/ripple/ripple.js +65 -2
  462. package/ripple/ripple.min.js +1 -1
  463. package/scrollpanel/scrollpanel.cjs.js +183 -3
  464. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  465. package/scrollpanel/scrollpanel.esm.js +184 -4
  466. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  467. package/scrollpanel/scrollpanel.js +183 -3
  468. package/scrollpanel/scrollpanel.min.js +1 -1
  469. package/sidebar/sidebar.cjs.js +58 -45
  470. package/sidebar/sidebar.cjs.min.js +1 -1
  471. package/sidebar/sidebar.d.ts +23 -1
  472. package/sidebar/sidebar.esm.js +58 -45
  473. package/sidebar/sidebar.esm.min.js +1 -1
  474. package/sidebar/sidebar.js +58 -45
  475. package/sidebar/sidebar.min.js +1 -1
  476. package/slidemenu/slidemenu.cjs.js +4 -2
  477. package/slidemenu/slidemenu.cjs.min.js +1 -1
  478. package/slidemenu/slidemenu.esm.js +4 -2
  479. package/slidemenu/slidemenu.esm.min.js +1 -1
  480. package/slidemenu/slidemenu.js +4 -2
  481. package/slidemenu/slidemenu.min.js +1 -1
  482. package/slider/slider.cjs.js +1 -1
  483. package/slider/slider.cjs.min.js +1 -1
  484. package/slider/slider.esm.js +1 -1
  485. package/slider/slider.esm.min.js +1 -1
  486. package/slider/slider.js +1 -1
  487. package/slider/slider.min.js +1 -1
  488. package/speeddial/speeddial.cjs.js +264 -29
  489. package/speeddial/speeddial.cjs.min.js +1 -1
  490. package/speeddial/speeddial.esm.js +266 -31
  491. package/speeddial/speeddial.esm.min.js +1 -1
  492. package/speeddial/speeddial.js +264 -29
  493. package/speeddial/speeddial.min.js +1 -1
  494. package/splitbutton/splitbutton.cjs.js +1048 -267
  495. package/splitbutton/splitbutton.cjs.min.js +1 -1
  496. package/splitbutton/splitbutton.d.ts +4 -4
  497. package/splitbutton/splitbutton.esm.js +1049 -268
  498. package/splitbutton/splitbutton.esm.min.js +1 -1
  499. package/splitbutton/splitbutton.js +1048 -269
  500. package/splitbutton/splitbutton.min.js +1 -1
  501. package/splitter/splitter.cjs.js +103 -15
  502. package/splitter/splitter.cjs.min.js +1 -1
  503. package/splitter/splitter.d.ts +5 -0
  504. package/splitter/splitter.esm.js +103 -15
  505. package/splitter/splitter.esm.min.js +1 -1
  506. package/splitter/splitter.js +103 -15
  507. package/splitter/splitter.min.js +1 -1
  508. package/steps/steps.cjs.js +99 -13
  509. package/steps/steps.cjs.min.js +1 -1
  510. package/steps/steps.esm.js +100 -14
  511. package/steps/steps.esm.min.js +1 -1
  512. package/steps/steps.js +99 -13
  513. package/steps/steps.min.js +1 -1
  514. package/tabmenu/tabmenu.cjs.js +104 -10
  515. package/tabmenu/tabmenu.cjs.min.js +1 -1
  516. package/tabmenu/tabmenu.esm.js +104 -10
  517. package/tabmenu/tabmenu.esm.min.js +1 -1
  518. package/tabmenu/tabmenu.js +104 -10
  519. package/tabmenu/tabmenu.min.js +1 -1
  520. package/tabview/tabview.cjs.js +106 -12
  521. package/tabview/tabview.cjs.min.js +1 -1
  522. package/tabview/tabview.esm.js +106 -12
  523. package/tabview/tabview.esm.min.js +1 -1
  524. package/tabview/tabview.js +106 -12
  525. package/tabview/tabview.min.js +1 -1
  526. package/tieredmenu/tieredmenu.cjs.js +752 -274
  527. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  528. package/tieredmenu/tieredmenu.d.ts +10 -0
  529. package/tieredmenu/tieredmenu.esm.js +754 -276
  530. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  531. package/tieredmenu/tieredmenu.js +752 -274
  532. package/tieredmenu/tieredmenu.min.js +1 -1
  533. package/toast/toast.cjs.js +6 -1
  534. package/toast/toast.cjs.min.js +1 -1
  535. package/toast/toast.d.ts +35 -1
  536. package/toast/toast.esm.js +6 -1
  537. package/toast/toast.esm.min.js +1 -1
  538. package/toast/toast.js +6 -1
  539. package/toast/toast.min.js +1 -1
  540. package/tree/tree.cjs.js +51 -54
  541. package/tree/tree.cjs.min.js +1 -1
  542. package/tree/tree.esm.js +51 -54
  543. package/tree/tree.esm.min.js +1 -1
  544. package/tree/tree.js +51 -54
  545. package/tree/tree.min.js +1 -1
  546. package/treetable/treetable.cjs.js +11 -28
  547. package/treetable/treetable.cjs.min.js +1 -1
  548. package/treetable/treetable.esm.js +11 -28
  549. package/treetable/treetable.esm.min.js +1 -1
  550. package/treetable/treetable.js +11 -28
  551. package/treetable/treetable.min.js +1 -1
  552. package/utils/utils.cjs.js +12 -1
  553. package/utils/utils.cjs.min.js +1 -1
  554. package/utils/utils.esm.js +12 -1
  555. package/utils/utils.esm.min.js +1 -1
  556. package/utils/utils.js +12 -1
  557. package/utils/utils.min.js +1 -1
  558. package/web-types.json +267 -5
@@ -1,16 +1,16 @@
1
1
  :root {
2
2
  font-family: Poppins, sans-serif;
3
- --font-family:Poppins, sans-serif;
4
- --surface-a:#161d21;
5
- --surface-b:#0e1315;
6
- --surface-c:rgba(158, 173, 230, 0.08);
7
- --surface-d:#263238;
8
- --surface-e:#161d21;
9
- --surface-f:#161d21;
10
- --text-color:rgba(255, 255, 255, 0.87);
11
- --text-color-secondary:rgba(255, 255, 255, 0.6);
12
- --primary-color:#9eade6;
13
- --primary-color-text:#121212;
3
+ --font-family: Poppins, sans-serif;
4
+ --surface-a: #161d21;
5
+ --surface-b: #0e1315;
6
+ --surface-c: rgba(158, 173, 230, 0.08);
7
+ --surface-d: #263238;
8
+ --surface-e: #161d21;
9
+ --surface-f: #161d21;
10
+ --text-color: rgba(255, 255, 255, 0.87);
11
+ --text-color-secondary: rgba(255, 255, 255, 0.6);
12
+ --primary-color: #9eade6;
13
+ --primary-color-text: #121212;
14
14
  --surface-0: #0e1315;
15
15
  --surface-50: #262b2c;
16
16
  --surface-100: #3e4244;
@@ -32,15 +32,15 @@
32
32
  --gray-700: #3e4244;
33
33
  --gray-800: #262b2c;
34
34
  --gray-900: #0e1315;
35
- --content-padding:1rem;
36
- --inline-spacing:0.5rem;
37
- --border-radius:6px;
38
- --surface-ground:#0e1315;
39
- --surface-section:#0e1315;
40
- --surface-card:#161d21;
41
- --surface-overlay:#161d21;
42
- --surface-border:#263238;
43
- --surface-hover:rgba($primaryColor, .08);
35
+ --content-padding: 1rem;
36
+ --inline-spacing: 0.5rem;
37
+ --border-radius: 6px;
38
+ --surface-ground: #0e1315;
39
+ --surface-section: #0e1315;
40
+ --surface-card: #161d21;
41
+ --surface-overlay: #161d21;
42
+ --surface-border: #263238;
43
+ --surface-hover: rgba($primaryColor, 0.08);
44
44
  --focus-ring: 0 0 0 1px #9eade6;
45
45
  --maskbg: rgba(0, 0, 0, 0.4);
46
46
  --highlight-bg: rgba(158, 173, 230, 0.16);
@@ -53,32 +53,28 @@
53
53
  font-family: "Poppins";
54
54
  font-style: normal;
55
55
  font-weight: 300;
56
- src: local(""), url("./fonts/poppins-v15-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-300.woff") format("woff");
57
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
56
+ src: local(""), url("./fonts/poppins-v15-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
58
57
  }
59
58
  /* poppins-regular - latin-ext_latin */
60
59
  @font-face {
61
60
  font-family: "Poppins";
62
61
  font-style: normal;
63
62
  font-weight: 400;
64
- src: local(""), url("./fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff");
65
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63
+ src: local(""), url("./fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
66
64
  }
67
65
  /* poppins-600 - latin-ext_latin */
68
66
  @font-face {
69
67
  font-family: "Poppins";
70
68
  font-style: normal;
71
69
  font-weight: 600;
72
- src: local(""), url("./fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-600.woff") format("woff");
73
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
70
+ src: local(""), url("./fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
74
71
  }
75
72
  /* poppins-700 - latin-ext_latin */
76
73
  @font-face {
77
74
  font-family: "Poppins";
78
75
  font-style: normal;
79
76
  font-weight: 700;
80
- src: local(""), url("./fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-700.woff") format("woff");
81
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
77
+ src: local(""), url("./fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
82
78
  }
83
79
  :root {
84
80
  --blue-50:#f6fbfd;
@@ -306,40 +302,32 @@
306
302
  * {
307
303
  box-sizing: border-box;
308
304
  }
309
-
310
305
  .p-component {
311
306
  font-family: var(--font-family);
312
307
  font-feature-settings: var(--font-feature-settings, normal);
313
308
  font-size: 1rem;
314
309
  font-weight: normal;
315
310
  }
316
-
317
311
  .p-component-overlay {
318
312
  background-color: rgba(0, 0, 0, 0.4);
319
313
  transition-duration: 0.3s;
320
314
  }
321
-
322
315
  .p-disabled, .p-component:disabled {
323
316
  opacity: 0.4;
324
317
  }
325
-
326
318
  .p-error {
327
319
  color: #f78c79;
328
320
  }
329
-
330
321
  .p-text-secondary {
331
322
  color: rgba(255, 255, 255, 0.6);
332
323
  }
333
-
334
324
  .pi {
335
325
  font-size: 1rem;
336
326
  }
337
-
338
327
  .p-icon {
339
328
  width: 1rem;
340
329
  height: 1rem;
341
330
  }
342
-
343
331
  .p-link {
344
332
  font-family: var(--font-family);
345
333
  font-feature-settings: var(--font-feature-settings, normal);
@@ -351,15 +339,12 @@
351
339
  outline-offset: 0;
352
340
  box-shadow: 0 0 0 1px #9eade6;
353
341
  }
354
-
355
342
  .p-component-overlay-enter {
356
343
  animation: p-component-overlay-enter-animation 150ms forwards;
357
344
  }
358
-
359
345
  .p-component-overlay-leave {
360
346
  animation: p-component-overlay-leave-animation 150ms forwards;
361
347
  }
362
-
363
348
  @keyframes p-component-overlay-enter-animation {
364
349
  from {
365
350
  background-color: transparent;
@@ -376,7 +361,6 @@
376
361
  background-color: transparent;
377
362
  }
378
363
  }
379
-
380
364
  .p-autocomplete .p-autocomplete-loader {
381
365
  right: 0.75rem;
382
366
  }
@@ -420,7 +404,6 @@
420
404
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
421
405
  border-color: #f78c79;
422
406
  }
423
-
424
407
  .p-autocomplete-panel {
425
408
  background: #161d21;
426
409
  color: rgba(255, 255, 255, 0.87);
@@ -455,11 +438,9 @@
455
438
  background: #161d21;
456
439
  font-weight: 600;
457
440
  }
458
-
459
441
  .p-calendar.p-invalid.p-component > .p-inputtext {
460
442
  border-color: #f78c79;
461
443
  }
462
-
463
444
  .p-datepicker {
464
445
  padding: 0.5rem;
465
446
  background: #161d21;
@@ -486,7 +467,7 @@
486
467
  border-top-left-radius: 6px;
487
468
  }
488
469
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
489
- .p-datepicker .p-datepicker-header .p-datepicker-next {
470
+ .p-datepicker .p-datepicker-header .p-datepicker-next {
490
471
  width: 2rem;
491
472
  height: 2rem;
492
473
  color: rgba(255, 255, 255, 0.6);
@@ -496,13 +477,13 @@
496
477
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
497
478
  }
498
479
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
499
- .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
480
+ .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
500
481
  color: rgba(255, 255, 255, 0.87);
501
482
  border-color: transparent;
502
483
  background: rgba(158, 173, 230, 0.08);
503
484
  }
504
485
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
505
- .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
486
+ .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
506
487
  outline: 0 none;
507
488
  outline-offset: 0;
508
489
  box-shadow: 0 0 0 1px #9eade6;
@@ -511,14 +492,14 @@
511
492
  line-height: 2rem;
512
493
  }
513
494
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
514
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
495
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
515
496
  color: rgba(255, 255, 255, 0.87);
516
497
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
517
498
  font-weight: 600;
518
499
  padding: 0.5rem;
519
500
  }
520
501
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
521
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
502
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
522
503
  color: #9eade6;
523
504
  }
524
505
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
@@ -667,7 +648,6 @@
667
648
  outline-offset: 0;
668
649
  box-shadow: 0 0 0 1px #9eade6;
669
650
  }
670
-
671
651
  @media screen and (max-width: 769px) {
672
652
  .p-datepicker table th, .p-datepicker table td {
673
653
  padding: 0;
@@ -710,7 +690,6 @@
710
690
  .p-cascadeselect.p-invalid.p-component {
711
691
  border-color: #f78c79;
712
692
  }
713
-
714
693
  .p-cascadeselect-panel {
715
694
  background: #161d21;
716
695
  color: rgba(255, 255, 255, 0.87);
@@ -752,7 +731,6 @@
752
731
  width: 0.875rem;
753
732
  height: 0.875rem;
754
733
  }
755
-
756
734
  .p-input-filled .p-cascadeselect {
757
735
  background: #263238;
758
736
  }
@@ -762,7 +740,6 @@
762
740
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
763
741
  background-color: #263238;
764
742
  }
765
-
766
743
  .p-checkbox {
767
744
  width: 20px;
768
745
  height: 20px;
@@ -811,7 +788,6 @@
811
788
  .p-checkbox.p-invalid > .p-checkbox-box {
812
789
  border-color: #f78c79;
813
790
  }
814
-
815
791
  .p-input-filled .p-checkbox .p-checkbox-box {
816
792
  background-color: #263238;
817
793
  }
@@ -824,7 +800,6 @@
824
800
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
825
801
  background: #7f93de;
826
802
  }
827
-
828
803
  .p-chips .p-chips-multiple-container {
829
804
  padding: 0.25rem 0.75rem;
830
805
  gap: 0.5rem;
@@ -862,25 +837,21 @@
862
837
  .p-chips.p-invalid.p-component > .p-inputtext {
863
838
  border-color: #f78c79;
864
839
  }
865
-
866
840
  .p-colorpicker-preview {
867
841
  width: 2rem;
868
842
  height: 2rem;
869
843
  }
870
-
871
844
  .p-colorpicker-panel {
872
845
  background: #161d21;
873
846
  border: 1px solid #263238;
874
847
  }
875
848
  .p-colorpicker-panel .p-colorpicker-color-handle,
876
- .p-colorpicker-panel .p-colorpicker-hue-handle {
849
+ .p-colorpicker-panel .p-colorpicker-hue-handle {
877
850
  border-color: rgba(255, 255, 255, 0.87);
878
851
  }
879
-
880
852
  .p-colorpicker-overlay-panel {
881
853
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
882
854
  }
883
-
884
855
  .p-dropdown {
885
856
  background: #0e1315;
886
857
  border: 2px solid #263238;
@@ -924,7 +895,6 @@
924
895
  .p-dropdown.p-invalid.p-component {
925
896
  border-color: #f78c79;
926
897
  }
927
-
928
898
  .p-dropdown-panel {
929
899
  background: #161d21;
930
900
  color: rgba(255, 255, 255, 0.87);
@@ -988,7 +958,6 @@
988
958
  color: rgba(255, 255, 255, 0.87);
989
959
  background: transparent;
990
960
  }
991
-
992
961
  .p-input-filled .p-dropdown {
993
962
  background: #263238;
994
963
  }
@@ -1001,7 +970,6 @@
1001
970
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
1002
971
  background-color: transparent;
1003
972
  }
1004
-
1005
973
  .p-inputgroup-addon {
1006
974
  background: #161d21;
1007
975
  color: rgba(255, 255, 255, 0.6);
@@ -1014,68 +982,60 @@
1014
982
  .p-inputgroup-addon:last-child {
1015
983
  border-right: 2px solid #263238;
1016
984
  }
1017
-
1018
985
  .p-inputgroup > .p-component,
1019
- .p-inputgroup > .p-inputwrapper > .p-inputtext,
1020
- .p-inputgroup > .p-float-label > .p-component {
986
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
987
+ .p-inputgroup > .p-float-label > .p-component {
1021
988
  border-radius: 0;
1022
989
  margin: 0;
1023
990
  }
1024
991
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1025
- .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1026
- .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
992
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
993
+ .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1027
994
  border-left: 0 none;
1028
995
  }
1029
996
  .p-inputgroup > .p-component:focus,
1030
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1031
- .p-inputgroup > .p-float-label > .p-component:focus {
997
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
998
+ .p-inputgroup > .p-float-label > .p-component:focus {
1032
999
  z-index: 1;
1033
1000
  }
1034
1001
  .p-inputgroup > .p-component:focus ~ label,
1035
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1036
- .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1002
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1003
+ .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1037
1004
  z-index: 1;
1038
1005
  }
1039
-
1040
1006
  .p-inputgroup-addon:first-child,
1041
- .p-inputgroup button:first-child,
1042
- .p-inputgroup input:first-child,
1043
- .p-inputgroup > .p-inputwrapper:first-child,
1044
- .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
1007
+ .p-inputgroup button:first-child,
1008
+ .p-inputgroup input:first-child,
1009
+ .p-inputgroup > .p-inputwrapper:first-child,
1010
+ .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
1045
1011
  border-top-left-radius: 6px;
1046
1012
  border-bottom-left-radius: 6px;
1047
1013
  }
1048
-
1049
1014
  .p-inputgroup .p-float-label:first-child input {
1050
1015
  border-top-left-radius: 6px;
1051
1016
  border-bottom-left-radius: 6px;
1052
1017
  }
1053
-
1054
1018
  .p-inputgroup-addon:last-child,
1055
- .p-inputgroup button:last-child,
1056
- .p-inputgroup input:last-child,
1057
- .p-inputgroup > .p-inputwrapper:last-child,
1058
- .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
1019
+ .p-inputgroup button:last-child,
1020
+ .p-inputgroup input:last-child,
1021
+ .p-inputgroup > .p-inputwrapper:last-child,
1022
+ .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
1059
1023
  border-top-right-radius: 6px;
1060
1024
  border-bottom-right-radius: 6px;
1061
1025
  }
1062
-
1063
1026
  .p-inputgroup .p-float-label:last-child input {
1064
1027
  border-top-right-radius: 6px;
1065
1028
  border-bottom-right-radius: 6px;
1066
1029
  }
1067
-
1068
1030
  .p-fluid .p-inputgroup .p-button {
1069
1031
  width: auto;
1070
1032
  }
1071
1033
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
1072
1034
  width: 2.857rem;
1073
1035
  }
1074
-
1075
1036
  .p-inputnumber.p-invalid.p-component > .p-inputtext {
1076
1037
  border-color: #f78c79;
1077
1038
  }
1078
-
1079
1039
  .p-inputswitch {
1080
1040
  width: 3rem;
1081
1041
  height: 1.75rem;
@@ -1117,7 +1077,6 @@
1117
1077
  .p-inputswitch.p-invalid .p-inputswitch-slider {
1118
1078
  border-color: #f78c79;
1119
1079
  }
1120
-
1121
1080
  .p-inputtext {
1122
1081
  font-family: var(--font-family);
1123
1082
  font-feature-settings: var(--font-feature-settings, normal);
@@ -1150,59 +1109,47 @@
1150
1109
  font-size: 1.25rem;
1151
1110
  padding: 0.625rem 0.9375rem;
1152
1111
  }
1153
-
1154
1112
  .p-float-label > label {
1155
1113
  left: 0.75rem;
1156
1114
  color: rgba(255, 255, 255, 0.6);
1157
1115
  transition-duration: 0.3s;
1158
1116
  }
1159
-
1160
1117
  .p-float-label > label.p-error {
1161
1118
  color: #f78c79;
1162
1119
  }
1163
-
1164
1120
  .p-input-icon-left > i:first-of-type,
1165
- .p-input-icon-left > svg:first-of-type,
1166
- .p-input-icon-left > .p-input-prefix {
1121
+ .p-input-icon-left > svg:first-of-type,
1122
+ .p-input-icon-left > .p-input-prefix {
1167
1123
  left: 0.75rem;
1168
1124
  color: rgba(255, 255, 255, 0.6);
1169
1125
  }
1170
-
1171
1126
  .p-input-icon-left > .p-inputtext {
1172
1127
  padding-left: 2.5rem;
1173
1128
  }
1174
-
1175
1129
  .p-input-icon-left.p-float-label > label {
1176
1130
  left: 2.5rem;
1177
1131
  }
1178
-
1179
1132
  .p-input-icon-right > i:last-of-type,
1180
- .p-input-icon-right > svg:last-of-type,
1181
- .p-input-icon-right > .p-input-suffix {
1133
+ .p-input-icon-right > svg:last-of-type,
1134
+ .p-input-icon-right > .p-input-suffix {
1182
1135
  right: 0.75rem;
1183
1136
  color: rgba(255, 255, 255, 0.6);
1184
1137
  }
1185
-
1186
1138
  .p-input-icon-right > .p-inputtext {
1187
1139
  padding-right: 2.5rem;
1188
1140
  }
1189
-
1190
1141
  ::-webkit-input-placeholder {
1191
1142
  color: rgba(255, 255, 255, 0.6);
1192
1143
  }
1193
-
1194
1144
  :-moz-placeholder {
1195
1145
  color: rgba(255, 255, 255, 0.6);
1196
1146
  }
1197
-
1198
1147
  ::-moz-placeholder {
1199
1148
  color: rgba(255, 255, 255, 0.6);
1200
1149
  }
1201
-
1202
1150
  :-ms-input-placeholder {
1203
1151
  color: rgba(255, 255, 255, 0.6);
1204
1152
  }
1205
-
1206
1153
  .p-input-filled .p-inputtext {
1207
1154
  background-color: #263238;
1208
1155
  }
@@ -1212,17 +1159,14 @@
1212
1159
  .p-input-filled .p-inputtext:enabled:focus {
1213
1160
  background-color: #263238;
1214
1161
  }
1215
-
1216
1162
  .p-inputtext-sm .p-inputtext {
1217
1163
  font-size: 0.875rem;
1218
1164
  padding: 0.4375rem 0.65625rem;
1219
1165
  }
1220
-
1221
1166
  .p-inputtext-lg .p-inputtext {
1222
1167
  font-size: 1.25rem;
1223
1168
  padding: 0.625rem 0.9375rem;
1224
1169
  }
1225
-
1226
1170
  .p-listbox {
1227
1171
  background: #161d21;
1228
1172
  color: rgba(255, 255, 255, 0.87);
@@ -1284,7 +1228,6 @@
1284
1228
  .p-listbox.p-invalid {
1285
1229
  border-color: #f78c79;
1286
1230
  }
1287
-
1288
1231
  .p-mention-panel {
1289
1232
  background: #161d21;
1290
1233
  color: rgba(255, 255, 255, 0.87);
@@ -1312,7 +1255,6 @@
1312
1255
  color: #9eade6;
1313
1256
  background: rgba(158, 173, 230, 0.16);
1314
1257
  }
1315
-
1316
1258
  .p-multiselect {
1317
1259
  background: #0e1315;
1318
1260
  border: 2px solid #263238;
@@ -1362,7 +1304,6 @@
1362
1304
  .p-multiselect.p-invalid.p-component {
1363
1305
  border-color: #f78c79;
1364
1306
  }
1365
-
1366
1307
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1367
1308
  padding: 0.25rem 0.75rem;
1368
1309
  }
@@ -1372,7 +1313,6 @@
1372
1313
  .p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
1373
1314
  padding-right: 1.75rem;
1374
1315
  }
1375
-
1376
1316
  .p-multiselect-panel {
1377
1317
  background: #161d21;
1378
1318
  color: rgba(255, 255, 255, 0.87);
@@ -1458,7 +1398,6 @@
1458
1398
  color: rgba(255, 255, 255, 0.87);
1459
1399
  background: transparent;
1460
1400
  }
1461
-
1462
1401
  .p-input-filled .p-multiselect {
1463
1402
  background: #263238;
1464
1403
  }
@@ -1468,11 +1407,9 @@
1468
1407
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1469
1408
  background-color: #263238;
1470
1409
  }
1471
-
1472
1410
  .p-password.p-invalid.p-component > .p-inputtext {
1473
1411
  border-color: #f78c79;
1474
1412
  }
1475
-
1476
1413
  .p-password-panel {
1477
1414
  padding: 1rem;
1478
1415
  background: #161d21;
@@ -1494,7 +1431,6 @@
1494
1431
  .p-password-panel .p-password-meter .p-password-strength.strong {
1495
1432
  background: #cede9c;
1496
1433
  }
1497
-
1498
1434
  .p-radiobutton {
1499
1435
  width: 20px;
1500
1436
  height: 20px;
@@ -1538,7 +1474,6 @@
1538
1474
  .p-radiobutton:focus {
1539
1475
  outline: 0 none;
1540
1476
  }
1541
-
1542
1477
  .p-input-filled .p-radiobutton .p-radiobutton-box {
1543
1478
  background-color: #263238;
1544
1479
  }
@@ -1551,7 +1486,6 @@
1551
1486
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1552
1487
  background: #7f93de;
1553
1488
  }
1554
-
1555
1489
  .p-rating {
1556
1490
  gap: 0.5rem;
1557
1491
  }
@@ -1565,7 +1499,7 @@
1565
1499
  height: 1.143rem;
1566
1500
  }
1567
1501
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
1568
- color: #dF7E6C;
1502
+ color: #df7e6c;
1569
1503
  }
1570
1504
  .p-rating .p-rating-item:focus {
1571
1505
  outline: 0 none;
@@ -1581,7 +1515,6 @@
1581
1515
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
1582
1516
  color: #f88c79;
1583
1517
  }
1584
-
1585
1518
  .p-selectbutton .p-button {
1586
1519
  background: #161d21;
1587
1520
  border: 2px solid #263238;
@@ -1589,7 +1522,7 @@
1589
1522
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
1590
1523
  }
1591
1524
  .p-selectbutton .p-button .p-button-icon-left,
1592
- .p-selectbutton .p-button .p-button-icon-right {
1525
+ .p-selectbutton .p-button .p-button-icon-right {
1593
1526
  color: rgba(255, 255, 255, 0.6);
1594
1527
  }
1595
1528
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1598,7 +1531,7 @@
1598
1531
  color: rgba(255, 255, 255, 0.87);
1599
1532
  }
1600
1533
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1601
- .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1534
+ .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1602
1535
  color: rgba(255, 255, 255, 0.6);
1603
1536
  }
1604
1537
  .p-selectbutton .p-button.p-highlight {
@@ -1607,7 +1540,7 @@
1607
1540
  color: #9eade6;
1608
1541
  }
1609
1542
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
1610
- .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1543
+ .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1611
1544
  color: #9eade6;
1612
1545
  }
1613
1546
  .p-selectbutton .p-button.p-highlight:hover {
@@ -1616,13 +1549,12 @@
1616
1549
  color: #9eade6;
1617
1550
  }
1618
1551
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
1619
- .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1552
+ .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1620
1553
  color: #9eade6;
1621
1554
  }
1622
1555
  .p-selectbutton.p-invalid > .p-button {
1623
1556
  border-color: #f78c79;
1624
1557
  }
1625
-
1626
1558
  .p-slider {
1627
1559
  background: #263238;
1628
1560
  border: 0 none;
@@ -1662,7 +1594,6 @@
1662
1594
  background: #9eade6;
1663
1595
  border-color: #9eade6;
1664
1596
  }
1665
-
1666
1597
  .p-treeselect {
1667
1598
  background: #0e1315;
1668
1599
  border: 2px solid #263238;
@@ -1709,11 +1640,9 @@
1709
1640
  .p-treeselect.p-invalid.p-component {
1710
1641
  border-color: #f78c79;
1711
1642
  }
1712
-
1713
1643
  .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
1714
1644
  padding: 0.25rem 0.75rem;
1715
1645
  }
1716
-
1717
1646
  .p-treeselect-panel {
1718
1647
  background: #161d21;
1719
1648
  color: rgba(255, 255, 255, 0.87);
@@ -1773,7 +1702,6 @@
1773
1702
  color: rgba(255, 255, 255, 0.87);
1774
1703
  background: transparent;
1775
1704
  }
1776
-
1777
1705
  .p-input-filled .p-treeselect {
1778
1706
  background: #263238;
1779
1707
  }
@@ -1783,7 +1711,6 @@
1783
1711
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
1784
1712
  background-color: #263238;
1785
1713
  }
1786
-
1787
1714
  .p-togglebutton.p-button {
1788
1715
  background: #161d21;
1789
1716
  border: 2px solid #263238;
@@ -1791,7 +1718,7 @@
1791
1718
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
1792
1719
  }
1793
1720
  .p-togglebutton.p-button .p-button-icon-left,
1794
- .p-togglebutton.p-button .p-button-icon-right {
1721
+ .p-togglebutton.p-button .p-button-icon-right {
1795
1722
  color: rgba(255, 255, 255, 0.6);
1796
1723
  }
1797
1724
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1800,7 +1727,7 @@
1800
1727
  color: rgba(255, 255, 255, 0.87);
1801
1728
  }
1802
1729
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1803
- .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1730
+ .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1804
1731
  color: rgba(255, 255, 255, 0.6);
1805
1732
  }
1806
1733
  .p-togglebutton.p-button.p-highlight {
@@ -1809,7 +1736,7 @@
1809
1736
  color: #9eade6;
1810
1737
  }
1811
1738
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
1812
- .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1739
+ .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1813
1740
  color: #9eade6;
1814
1741
  }
1815
1742
  .p-togglebutton.p-button.p-highlight:hover {
@@ -1818,13 +1745,12 @@
1818
1745
  color: #9eade6;
1819
1746
  }
1820
1747
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
1821
- .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1748
+ .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1822
1749
  color: #9eade6;
1823
1750
  }
1824
1751
  .p-togglebutton.p-button.p-invalid > .p-button {
1825
1752
  border-color: #f78c79;
1826
1753
  }
1827
-
1828
1754
  .p-button {
1829
1755
  color: #121212;
1830
1756
  background: #9eade6;
@@ -1936,7 +1862,7 @@
1936
1862
  padding: 0.5rem 0;
1937
1863
  }
1938
1864
  .p-button.p-button-icon-only .p-button-icon-left,
1939
- .p-button.p-button-icon-only .p-button-icon-right {
1865
+ .p-button.p-button-icon-only .p-button-icon-right {
1940
1866
  margin: 0;
1941
1867
  }
1942
1868
  .p-button.p-button-icon-only.p-button-rounded {
@@ -1972,7 +1898,6 @@
1972
1898
  .p-button.p-button-loading-label-only .p-button-loading-icon {
1973
1899
  margin: 0;
1974
1900
  }
1975
-
1976
1901
  .p-fluid .p-button {
1977
1902
  width: 100%;
1978
1903
  }
@@ -1985,7 +1910,6 @@
1985
1910
  .p-fluid .p-buttonset .p-button {
1986
1911
  flex: 1;
1987
1912
  }
1988
-
1989
1913
  .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary {
1990
1914
  color: #0e1315;
1991
1915
  background: #b4bfcd;
@@ -2034,7 +1958,6 @@
2034
1958
  border-color: transparent;
2035
1959
  color: #b4bfcd;
2036
1960
  }
2037
-
2038
1961
  .p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info {
2039
1962
  color: #ffffff;
2040
1963
  background: #35a4cc;
@@ -2083,7 +2006,6 @@
2083
2006
  border-color: transparent;
2084
2007
  color: #35a4cc;
2085
2008
  }
2086
-
2087
2009
  .p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success {
2088
2010
  color: #0e1315;
2089
2011
  background: #cede9c;
@@ -2132,7 +2054,6 @@
2132
2054
  border-color: transparent;
2133
2055
  color: #cede9c;
2134
2056
  }
2135
-
2136
2057
  .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning {
2137
2058
  color: #0e1315;
2138
2059
  background: #ffe08a;
@@ -2181,7 +2102,6 @@
2181
2102
  border-color: transparent;
2182
2103
  color: #ffe08a;
2183
2104
  }
2184
-
2185
2105
  .p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help {
2186
2106
  color: #0e1315;
2187
2107
  background: #b09ce5;
@@ -2230,7 +2150,6 @@
2230
2150
  border-color: transparent;
2231
2151
  color: #b09ce5;
2232
2152
  }
2233
-
2234
2153
  .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger {
2235
2154
  color: #0e1315;
2236
2155
  background: #e693a9;
@@ -2279,7 +2198,6 @@
2279
2198
  border-color: transparent;
2280
2199
  color: #e693a9;
2281
2200
  }
2282
-
2283
2201
  .p-button.p-button-link {
2284
2202
  color: #7f93de;
2285
2203
  background: transparent;
@@ -2303,7 +2221,6 @@
2303
2221
  color: #7f93de;
2304
2222
  border-color: transparent;
2305
2223
  }
2306
-
2307
2224
  .p-splitbutton {
2308
2225
  border-radius: 6px;
2309
2226
  }
@@ -2385,12 +2302,11 @@
2385
2302
  font-size: 1.25rem;
2386
2303
  }
2387
2304
  .p-splitbutton .p-splitbutton-menubutton,
2388
- .p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
2389
- .p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
2305
+ .p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
2306
+ .p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
2390
2307
  border-top-left-radius: 0;
2391
2308
  border-bottom-left-radius: 0;
2392
2309
  }
2393
-
2394
2310
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2395
2311
  background-color: transparent;
2396
2312
  color: #b4bfcd;
@@ -2419,7 +2335,6 @@
2419
2335
  border-color: transparent;
2420
2336
  color: #b4bfcd;
2421
2337
  }
2422
-
2423
2338
  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2424
2339
  background-color: transparent;
2425
2340
  color: #35a4cc;
@@ -2448,7 +2363,6 @@
2448
2363
  border-color: transparent;
2449
2364
  color: #35a4cc;
2450
2365
  }
2451
-
2452
2366
  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2453
2367
  background-color: transparent;
2454
2368
  color: #cede9c;
@@ -2477,7 +2391,6 @@
2477
2391
  border-color: transparent;
2478
2392
  color: #cede9c;
2479
2393
  }
2480
-
2481
2394
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2482
2395
  background-color: transparent;
2483
2396
  color: #ffe08a;
@@ -2506,7 +2419,6 @@
2506
2419
  border-color: transparent;
2507
2420
  color: #ffe08a;
2508
2421
  }
2509
-
2510
2422
  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2511
2423
  background-color: transparent;
2512
2424
  color: #b09ce5;
@@ -2535,7 +2447,6 @@
2535
2447
  border-color: transparent;
2536
2448
  color: #b09ce5;
2537
2449
  }
2538
-
2539
2450
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2540
2451
  background-color: transparent;
2541
2452
  color: #e693a9;
@@ -2564,7 +2475,6 @@
2564
2475
  border-color: transparent;
2565
2476
  color: #e693a9;
2566
2477
  }
2567
-
2568
2478
  .p-speeddial-button.p-button.p-button-icon-only {
2569
2479
  width: 4rem;
2570
2480
  height: 4rem;
@@ -2576,7 +2486,9 @@
2576
2486
  width: 1.3rem;
2577
2487
  height: 1.3rem;
2578
2488
  }
2579
-
2489
+ .p-speeddial-list {
2490
+ outline: 0 none;
2491
+ }
2580
2492
  .p-speeddial-action {
2581
2493
  width: 3rem;
2582
2494
  height: 3rem;
@@ -2587,55 +2499,48 @@
2587
2499
  background: #263238;
2588
2500
  color: #fff;
2589
2501
  }
2590
-
2591
2502
  .p-speeddial-direction-up .p-speeddial-item {
2592
2503
  margin: 0.25rem;
2593
2504
  }
2594
2505
  .p-speeddial-direction-up .p-speeddial-item:first-child {
2595
2506
  margin-bottom: 0.5rem;
2596
2507
  }
2597
-
2598
2508
  .p-speeddial-direction-down .p-speeddial-item {
2599
2509
  margin: 0.25rem;
2600
2510
  }
2601
2511
  .p-speeddial-direction-down .p-speeddial-item:first-child {
2602
2512
  margin-top: 0.5rem;
2603
2513
  }
2604
-
2605
2514
  .p-speeddial-direction-left .p-speeddial-item {
2606
2515
  margin: 0 0.25rem;
2607
2516
  }
2608
2517
  .p-speeddial-direction-left .p-speeddial-item:first-child {
2609
2518
  margin-right: 0.5rem;
2610
2519
  }
2611
-
2612
2520
  .p-speeddial-direction-right .p-speeddial-item {
2613
2521
  margin: 0 0.25rem;
2614
2522
  }
2615
2523
  .p-speeddial-direction-right .p-speeddial-item:first-child {
2616
2524
  margin-left: 0.5rem;
2617
2525
  }
2618
-
2619
2526
  .p-speeddial-circle .p-speeddial-item,
2620
- .p-speeddial-semi-circle .p-speeddial-item,
2621
- .p-speeddial-quarter-circle .p-speeddial-item {
2527
+ .p-speeddial-semi-circle .p-speeddial-item,
2528
+ .p-speeddial-quarter-circle .p-speeddial-item {
2622
2529
  margin: 0;
2623
2530
  }
2624
2531
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
2625
- .p-speeddial-semi-circle .p-speeddial-item:first-child,
2626
- .p-speeddial-semi-circle .p-speeddial-item:last-child,
2627
- .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2628
- .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2532
+ .p-speeddial-semi-circle .p-speeddial-item:first-child,
2533
+ .p-speeddial-semi-circle .p-speeddial-item:last-child,
2534
+ .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2535
+ .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2629
2536
  margin: 0;
2630
2537
  }
2631
-
2632
2538
  .p-speeddial-mask {
2633
2539
  background-color: rgba(0, 0, 0, 0.4);
2634
2540
  border-radius: 6px;
2635
2541
  }
2636
-
2637
2542
  .p-carousel .p-carousel-content .p-carousel-prev,
2638
- .p-carousel .p-carousel-content .p-carousel-next {
2543
+ .p-carousel .p-carousel-content .p-carousel-next {
2639
2544
  width: 2rem;
2640
2545
  height: 2rem;
2641
2546
  color: rgba(255, 255, 255, 0.6);
@@ -2646,13 +2551,13 @@
2646
2551
  margin: 0.5rem;
2647
2552
  }
2648
2553
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
2649
- .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2554
+ .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2650
2555
  color: rgba(255, 255, 255, 0.87);
2651
2556
  border-color: transparent;
2652
2557
  background: rgba(158, 173, 230, 0.08);
2653
2558
  }
2654
2559
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
2655
- .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2560
+ .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2656
2561
  outline: 0 none;
2657
2562
  outline-offset: 0;
2658
2563
  box-shadow: 0 0 0 1px #9eade6;
@@ -2678,7 +2583,6 @@
2678
2583
  background: rgba(158, 173, 230, 0.16);
2679
2584
  color: #9eade6;
2680
2585
  }
2681
-
2682
2586
  .p-datatable .p-paginator-top {
2683
2587
  border-width: 0 0 2px 0;
2684
2588
  border-radius: 0;
@@ -2772,9 +2676,9 @@
2772
2676
  padding: 1rem 1rem;
2773
2677
  }
2774
2678
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
2775
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2776
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2777
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2679
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2680
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2681
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2778
2682
  width: 2rem;
2779
2683
  height: 2rem;
2780
2684
  color: rgba(255, 255, 255, 0.6);
@@ -2784,17 +2688,17 @@
2784
2688
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
2785
2689
  }
2786
2690
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
2787
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2788
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2789
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2691
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2692
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2693
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2790
2694
  color: rgba(255, 255, 255, 0.87);
2791
2695
  border-color: transparent;
2792
2696
  background: rgba(158, 173, 230, 0.08);
2793
2697
  }
2794
2698
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
2795
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2796
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2797
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2699
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2700
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2701
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2798
2702
  outline: 0 none;
2799
2703
  outline-offset: 0;
2800
2704
  box-shadow: 0 0 0 1px #9eade6;
@@ -2847,12 +2751,12 @@
2847
2751
  background: #9eade6;
2848
2752
  }
2849
2753
  .p-datatable .p-datatable-scrollable-header,
2850
- .p-datatable .p-datatable-scrollable-footer {
2754
+ .p-datatable .p-datatable-scrollable-footer {
2851
2755
  background: #161d21;
2852
2756
  }
2853
2757
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
2854
- .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
2855
- .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
2758
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
2759
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
2856
2760
  background-color: #161d21;
2857
2761
  }
2858
2762
  .p-datatable .p-datatable-loading-icon {
@@ -2962,11 +2866,9 @@
2962
2866
  .p-datatable.p-datatable-lg .p-datatable-footer {
2963
2867
  padding: 1.25rem 1.25rem;
2964
2868
  }
2965
-
2966
2869
  .p-datatable-drag-selection-helper {
2967
2870
  background: rgba(158, 173, 230, 0.16);
2968
2871
  }
2969
-
2970
2872
  .p-dataview .p-paginator-top {
2971
2873
  border-width: 0 0 2px 0;
2972
2874
  border-radius: 0;
@@ -3010,7 +2912,6 @@
3010
2912
  width: 2rem;
3011
2913
  height: 2rem;
3012
2914
  }
3013
-
3014
2915
  .p-datascroller .p-paginator-top {
3015
2916
  border-width: 0 0 2px 0;
3016
2917
  border-radius: 0;
@@ -3047,12 +2948,10 @@
3047
2948
  border-bottom-left-radius: 6px;
3048
2949
  border-bottom-right-radius: 6px;
3049
2950
  }
3050
-
3051
2951
  .p-column-filter-row .p-column-filter-menu-button,
3052
- .p-column-filter-row .p-column-filter-clear-button {
2952
+ .p-column-filter-row .p-column-filter-clear-button {
3053
2953
  margin-left: 0.5rem;
3054
2954
  }
3055
-
3056
2955
  .p-column-filter-menu-button {
3057
2956
  width: 2rem;
3058
2957
  height: 2rem;
@@ -3080,7 +2979,6 @@
3080
2979
  outline-offset: 0;
3081
2980
  box-shadow: 0 0 0 1px #9eade6;
3082
2981
  }
3083
-
3084
2982
  .p-column-filter-clear-button {
3085
2983
  width: 2rem;
3086
2984
  height: 2rem;
@@ -3100,7 +2998,6 @@
3100
2998
  outline-offset: 0;
3101
2999
  box-shadow: 0 0 0 1px #9eade6;
3102
3000
  }
3103
-
3104
3001
  .p-column-filter-overlay {
3105
3002
  background: #161d21;
3106
3003
  color: rgba(255, 255, 255, 0.87);
@@ -3138,7 +3035,6 @@
3138
3035
  border-top: 1px solid #263238;
3139
3036
  margin: 4px 0;
3140
3037
  }
3141
-
3142
3038
  .p-column-filter-overlay-menu .p-column-filter-operator {
3143
3039
  padding: 0.5rem 1.5rem;
3144
3040
  border-bottom: 0 none;
@@ -3167,7 +3063,6 @@
3167
3063
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
3168
3064
  padding: 1rem;
3169
3065
  }
3170
-
3171
3066
  .p-orderlist .p-orderlist-controls {
3172
3067
  padding: 1rem;
3173
3068
  }
@@ -3204,6 +3099,7 @@
3204
3099
  padding: 0.5rem 0.5rem;
3205
3100
  border-bottom-right-radius: 6px;
3206
3101
  border-bottom-left-radius: 6px;
3102
+ outline: 0 none;
3207
3103
  }
3208
3104
  .p-orderlist .p-orderlist-list .p-orderlist-item {
3209
3105
  padding: 0.5rem 1rem;
@@ -3217,22 +3113,23 @@
3217
3113
  background: rgba(158, 173, 230, 0.08);
3218
3114
  color: rgba(255, 255, 255, 0.87);
3219
3115
  }
3220
- .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
3221
- outline: 0 none;
3222
- outline-offset: 0;
3223
- box-shadow: inset 0 0 0 0.15rem #9eade6;
3116
+ .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
3117
+ color: rgba(255, 255, 255, 0.87);
3118
+ background: rgba(158, 173, 230, 0.1);
3224
3119
  }
3225
3120
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
3226
3121
  color: #9eade6;
3227
3122
  background: rgba(158, 173, 230, 0.16);
3228
3123
  }
3124
+ .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
3125
+ background: rgba(158, 173, 230, 0.24);
3126
+ }
3229
3127
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
3230
3128
  background: rgba(255, 255, 255, 0.01);
3231
3129
  }
3232
3130
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3233
3131
  background: rgba(158, 173, 230, 0.08);
3234
3132
  }
3235
-
3236
3133
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3237
3134
  background: rgba(158, 173, 230, 0.08);
3238
3135
  color: rgba(255, 255, 255, 0.87);
@@ -3271,7 +3168,6 @@
3271
3168
  outline-offset: 0;
3272
3169
  box-shadow: 0 0 0 1px #9eade6;
3273
3170
  }
3274
-
3275
3171
  .p-paginator {
3276
3172
  background: #161d21;
3277
3173
  color: rgba(255, 255, 255, 0.6);
@@ -3281,9 +3177,9 @@
3281
3177
  border-radius: 6px;
3282
3178
  }
3283
3179
  .p-paginator .p-paginator-first,
3284
- .p-paginator .p-paginator-prev,
3285
- .p-paginator .p-paginator-next,
3286
- .p-paginator .p-paginator-last {
3180
+ .p-paginator .p-paginator-prev,
3181
+ .p-paginator .p-paginator-next,
3182
+ .p-paginator .p-paginator-last {
3287
3183
  background-color: transparent;
3288
3184
  border: 0 none;
3289
3185
  color: rgba(255, 255, 255, 0.6);
@@ -3294,9 +3190,9 @@
3294
3190
  border-radius: 6px;
3295
3191
  }
3296
3192
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
3297
- .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3298
- .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3299
- .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3193
+ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3194
+ .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3195
+ .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3300
3196
  background: rgba(158, 173, 230, 0.08);
3301
3197
  border-color: transparent;
3302
3198
  color: rgba(255, 255, 255, 0.87);
@@ -3352,7 +3248,6 @@
3352
3248
  border-color: transparent;
3353
3249
  color: rgba(255, 255, 255, 0.87);
3354
3250
  }
3355
-
3356
3251
  .p-picklist .p-picklist-buttons {
3357
3252
  padding: 1rem;
3358
3253
  }
@@ -3411,7 +3306,6 @@
3411
3306
  color: #9eade6;
3412
3307
  background: rgba(158, 173, 230, 0.16);
3413
3308
  }
3414
-
3415
3309
  .p-tree {
3416
3310
  border: 2px solid #263238;
3417
3311
  background: #161d21;
@@ -3467,11 +3361,11 @@
3467
3361
  color: #9eade6;
3468
3362
  }
3469
3363
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
3470
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3364
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3471
3365
  color: #9eade6;
3472
3366
  }
3473
3367
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
3474
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3368
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3475
3369
  color: #9eade6;
3476
3370
  }
3477
3371
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
@@ -3509,7 +3403,6 @@
3509
3403
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
3510
3404
  background: rgba(96, 121, 214, 0.16);
3511
3405
  }
3512
-
3513
3406
  .p-treetable .p-paginator-top {
3514
3407
  border-width: 0 0 2px 0;
3515
3408
  border-radius: 0;
@@ -3645,7 +3538,7 @@
3645
3538
  background: #9eade6;
3646
3539
  }
3647
3540
  .p-treetable .p-treetable-scrollable-header,
3648
- .p-treetable .p-treetable-scrollable-footer {
3541
+ .p-treetable .p-treetable-scrollable-footer {
3649
3542
  background: #161d21;
3650
3543
  }
3651
3544
  .p-treetable .p-treetable-loading-icon {
@@ -3722,7 +3615,6 @@
3722
3615
  .p-treetable.p-treetable-lg .p-treetable-footer {
3723
3616
  padding: 1.25rem 1.25rem;
3724
3617
  }
3725
-
3726
3618
  .p-timeline .p-timeline-event-marker {
3727
3619
  border: 2px solid #9eade6;
3728
3620
  border-radius: 50%;
@@ -3734,20 +3626,19 @@
3734
3626
  background-color: #263238;
3735
3627
  }
3736
3628
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
3737
- .p-timeline.p-timeline-vertical .p-timeline-event-content {
3629
+ .p-timeline.p-timeline-vertical .p-timeline-event-content {
3738
3630
  padding: 0 1rem;
3739
3631
  }
3740
3632
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
3741
3633
  width: 2px;
3742
3634
  }
3743
3635
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
3744
- .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3636
+ .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3745
3637
  padding: 1rem 0;
3746
3638
  }
3747
3639
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
3748
3640
  height: 2px;
3749
3641
  }
3750
-
3751
3642
  .p-accordion .p-accordion-header .p-accordion-header-link {
3752
3643
  padding: 1rem;
3753
3644
  border: 2px solid #263238;
@@ -3821,7 +3712,6 @@
3821
3712
  border-bottom-right-radius: 6px;
3822
3713
  border-bottom-left-radius: 6px;
3823
3714
  }
3824
-
3825
3715
  .p-card {
3826
3716
  background: #161d21;
3827
3717
  color: rgba(255, 255, 255, 0.87);
@@ -3847,7 +3737,6 @@
3847
3737
  .p-card .p-card-footer {
3848
3738
  padding: 1rem 0 0 0;
3849
3739
  }
3850
-
3851
3740
  .p-fieldset {
3852
3741
  border: 2px solid #263238;
3853
3742
  background: #161d21;
@@ -3888,7 +3777,6 @@
3888
3777
  .p-fieldset .p-fieldset-content {
3889
3778
  padding: 1rem;
3890
3779
  }
3891
-
3892
3780
  .p-divider .p-divider-content {
3893
3781
  background-color: #161d21;
3894
3782
  }
@@ -3912,7 +3800,6 @@
3912
3800
  .p-divider.p-divider-vertical .p-divider-content {
3913
3801
  padding: 0.5rem 0;
3914
3802
  }
3915
-
3916
3803
  .p-panel .p-panel-header {
3917
3804
  border: 2px solid #263238;
3918
3805
  padding: 1rem;
@@ -3962,7 +3849,6 @@
3962
3849
  color: rgba(255, 255, 255, 0.87);
3963
3850
  border-top: 0 none;
3964
3851
  }
3965
-
3966
3852
  .p-splitter {
3967
3853
  border: 2px solid #263238;
3968
3854
  background: #161d21;
@@ -3979,12 +3865,15 @@
3979
3865
  .p-splitter .p-splitter-gutter-resizing {
3980
3866
  background: #263238;
3981
3867
  }
3982
-
3983
3868
  .p-scrollpanel .p-scrollpanel-bar {
3984
3869
  background: #263238;
3985
3870
  border: 0 none;
3986
3871
  }
3987
-
3872
+ .p-scrollpanel .p-scrollpanel-bar:focus-visible {
3873
+ outline: 0 none;
3874
+ outline-offset: 0;
3875
+ box-shadow: 0 0 0 1px #9eade6;
3876
+ }
3988
3877
  .p-tabview .p-tabview-nav {
3989
3878
  background: transparent;
3990
3879
  border: 1px solid #263238;
@@ -4044,7 +3933,6 @@
4044
3933
  border-bottom-right-radius: 6px;
4045
3934
  border-bottom-left-radius: 6px;
4046
3935
  }
4047
-
4048
3936
  .p-toolbar {
4049
3937
  background: #161d21;
4050
3938
  border: 2px solid #263238;
@@ -4055,7 +3943,6 @@
4055
3943
  .p-toolbar .p-toolbar-separator {
4056
3944
  margin: 0 0.5rem;
4057
3945
  }
4058
-
4059
3946
  .p-confirm-popup {
4060
3947
  background: #161d21;
4061
3948
  color: rgba(255, 255, 255, 0.87);
@@ -4103,7 +3990,6 @@
4103
3990
  .p-confirm-popup .p-confirm-popup-message {
4104
3991
  margin-left: 1rem;
4105
3992
  }
4106
-
4107
3993
  .p-dialog {
4108
3994
  border-radius: 6px;
4109
3995
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
@@ -4179,7 +4065,6 @@
4179
4065
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
4180
4066
  margin-left: 1rem;
4181
4067
  }
4182
-
4183
4068
  .p-overlaypanel {
4184
4069
  background: #161d21;
4185
4070
  color: rgba(255, 255, 255, 0.87);
@@ -4221,7 +4106,6 @@
4221
4106
  .p-overlaypanel.p-overlaypanel-flipped:before {
4222
4107
  border-top-color: #263238;
4223
4108
  }
4224
-
4225
4109
  .p-sidebar {
4226
4110
  background: #161d21;
4227
4111
  color: rgba(255, 255, 255, 0.87);
@@ -4232,7 +4116,7 @@
4232
4116
  padding: 1rem;
4233
4117
  }
4234
4118
  .p-sidebar .p-sidebar-header .p-sidebar-close,
4235
- .p-sidebar .p-sidebar-header .p-sidebar-icon {
4119
+ .p-sidebar .p-sidebar-header .p-sidebar-icon {
4236
4120
  width: 2rem;
4237
4121
  height: 2rem;
4238
4122
  color: rgba(255, 255, 255, 0.6);
@@ -4242,13 +4126,13 @@
4242
4126
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
4243
4127
  }
4244
4128
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
4245
- .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4129
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4246
4130
  color: rgba(255, 255, 255, 0.87);
4247
4131
  border-color: transparent;
4248
4132
  background: rgba(158, 173, 230, 0.08);
4249
4133
  }
4250
4134
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
4251
- .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4135
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4252
4136
  outline: 0 none;
4253
4137
  outline-offset: 0;
4254
4138
  box-shadow: 0 0 0 1px #9eade6;
@@ -4259,7 +4143,6 @@
4259
4143
  .p-sidebar .p-sidebar-content {
4260
4144
  padding: 1rem;
4261
4145
  }
4262
-
4263
4146
  .p-tooltip .p-tooltip-text {
4264
4147
  background: #263238;
4265
4148
  color: rgba(255, 255, 255, 0.87);
@@ -4279,7 +4162,6 @@
4279
4162
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
4280
4163
  border-bottom-color: #263238;
4281
4164
  }
4282
-
4283
4165
  .p-fileupload .p-fileupload-buttonbar {
4284
4166
  background: #161d21;
4285
4167
  padding: 1rem;
@@ -4310,7 +4192,6 @@
4310
4192
  .p-fileupload.p-fileupload-advanced .p-message {
4311
4193
  margin-top: 0;
4312
4194
  }
4313
-
4314
4195
  .p-breadcrumb {
4315
4196
  background: #161d21;
4316
4197
  border: 2px solid #263238;
@@ -4342,7 +4223,6 @@
4342
4223
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
4343
4224
  color: rgba(255, 255, 255, 0.6);
4344
4225
  }
4345
-
4346
4226
  .p-contextmenu {
4347
4227
  padding: 0.5rem 0.5rem;
4348
4228
  background: #161d21;
@@ -4352,144 +4232,168 @@
4352
4232
  border-radius: 6px;
4353
4233
  width: 12.5rem;
4354
4234
  }
4355
- .p-contextmenu .p-menuitem-link {
4356
- padding: 0.75rem 1rem;
4357
- color: rgba(255, 255, 255, 0.87);
4235
+ .p-contextmenu .p-contextmenu-root-list {
4236
+ outline: 0 none;
4237
+ }
4238
+ .p-contextmenu .p-submenu-list {
4239
+ padding: 0.5rem 0.5rem;
4240
+ background: #161d21;
4241
+ border: 2px solid #263238;
4242
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4358
4243
  border-radius: 6px;
4244
+ }
4245
+ .p-contextmenu .p-menuitem > .p-menuitem-content {
4246
+ color: rgba(255, 255, 255, 0.87);
4359
4247
  transition: box-shadow 0.3s;
4248
+ border-radius: 6px;
4249
+ }
4250
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
4251
+ color: rgba(255, 255, 255, 0.87);
4252
+ padding: 0.75rem 1rem;
4360
4253
  user-select: none;
4361
4254
  }
4362
- .p-contextmenu .p-menuitem-link .p-menuitem-text {
4255
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4363
4256
  color: rgba(255, 255, 255, 0.87);
4364
4257
  }
4365
- .p-contextmenu .p-menuitem-link .p-menuitem-icon {
4258
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4366
4259
  color: rgba(255, 255, 255, 0.6);
4367
4260
  margin-right: 0.5rem;
4368
4261
  }
4369
- .p-contextmenu .p-menuitem-link .p-submenu-icon {
4262
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4370
4263
  color: rgba(255, 255, 255, 0.6);
4371
4264
  }
4372
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
4265
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
4266
+ color: rgba(255, 255, 255, 0.87);
4373
4267
  background: rgba(158, 173, 230, 0.08);
4374
4268
  }
4375
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4269
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4376
4270
  color: rgba(255, 255, 255, 0.87);
4377
4271
  }
4378
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4272
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4273
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4379
4274
  color: rgba(255, 255, 255, 0.87);
4380
4275
  }
4381
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4276
+ .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4277
+ background: rgba(158, 173, 230, 0.08);
4278
+ }
4279
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4382
4280
  color: rgba(255, 255, 255, 0.87);
4281
+ background: rgba(158, 173, 230, 0.1);
4383
4282
  }
4384
- .p-contextmenu .p-menuitem-link:focus {
4385
- outline: 0 none;
4386
- outline-offset: 0;
4387
- box-shadow: inset 0 0 0 0.15rem #9eade6;
4283
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4284
+ color: rgba(255, 255, 255, 0.87);
4388
4285
  }
4389
- .p-contextmenu .p-submenu-list {
4390
- padding: 0.5rem 0.5rem;
4391
- background: #161d21;
4392
- border: 2px solid #263238;
4393
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4394
- border-radius: 6px;
4286
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4287
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4288
+ color: rgba(255, 255, 255, 0.87);
4395
4289
  }
4396
- .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
4290
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4291
+ color: rgba(255, 255, 255, 0.87);
4397
4292
  background: rgba(158, 173, 230, 0.08);
4398
4293
  }
4399
- .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
4294
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4400
4295
  color: rgba(255, 255, 255, 0.87);
4401
4296
  }
4402
- .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
4297
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4298
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4403
4299
  color: rgba(255, 255, 255, 0.87);
4404
4300
  }
4405
- .p-contextmenu .p-menu-separator {
4301
+ .p-contextmenu .p-menuitem-separator {
4406
4302
  border-top: 1px solid #263238;
4407
4303
  margin: 4px 0;
4408
4304
  }
4409
4305
  .p-contextmenu .p-submenu-icon {
4410
4306
  font-size: 0.875rem;
4411
- transition: transform 0.3s;
4412
4307
  }
4413
4308
  .p-contextmenu .p-submenu-icon.p-icon {
4414
4309
  width: 0.875rem;
4415
4310
  height: 0.875rem;
4416
4311
  }
4417
-
4418
- .p-dock .p-dock-list {
4312
+ .p-dock .p-dock-list-container {
4419
4313
  background: rgba(255, 255, 255, 0.1);
4420
4314
  border: 1px solid rgba(255, 255, 255, 0.2);
4421
4315
  padding: 0.5rem 0.5rem;
4422
4316
  border-radius: 0.5rem;
4423
4317
  }
4318
+ .p-dock .p-dock-list-container .p-dock-list {
4319
+ outline: 0 none;
4320
+ }
4424
4321
  .p-dock .p-dock-item {
4425
4322
  padding: 0.5rem;
4323
+ border-radius: 6px;
4324
+ }
4325
+ .p-dock .p-dock-item.p-focus {
4326
+ outline: 0 none;
4327
+ outline-offset: 0;
4328
+ box-shadow: inset 0 0 0 0.15rem #9eade6;
4426
4329
  }
4427
4330
  .p-dock .p-dock-action {
4428
4331
  width: 4rem;
4429
4332
  height: 4rem;
4430
4333
  }
4431
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
4432
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
4433
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
4334
+ .p-dock.p-dock-top .p-dock-item-second-prev,
4335
+ .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4336
+ .p-dock.p-dock-bottom .p-dock-item-second-next {
4434
4337
  margin: 0 0.9rem;
4435
4338
  }
4436
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
4437
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
4438
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
4339
+ .p-dock.p-dock-top .p-dock-item-prev,
4340
+ .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4341
+ .p-dock.p-dock-bottom .p-dock-item-next {
4439
4342
  margin: 0 1.3rem;
4440
4343
  }
4441
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
4344
+ .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
4442
4345
  margin: 0 1.5rem;
4443
4346
  }
4444
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
4445
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
4446
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
4347
+ .p-dock.p-dock-left .p-dock-item-second-prev,
4348
+ .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4349
+ .p-dock.p-dock-right .p-dock-item-second-next {
4447
4350
  margin: 0.9rem 0;
4448
4351
  }
4449
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
4450
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
4451
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
4352
+ .p-dock.p-dock-left .p-dock-item-prev,
4353
+ .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4354
+ .p-dock.p-dock-right .p-dock-item-next {
4452
4355
  margin: 1.3rem 0;
4453
4356
  }
4454
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
4357
+ .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
4455
4358
  margin: 1.5rem 0;
4456
4359
  }
4457
-
4458
- @media screen and (max-width: 960px) {
4459
- .p-dock.p-dock-top .p-dock-container, .p-dock.p-dock-bottom .p-dock-container {
4460
- overflow-x: auto;
4461
- width: 100%;
4462
- }
4463
- .p-dock.p-dock-top .p-dock-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-container .p-dock-list {
4464
- margin: 0 auto;
4465
- }
4466
- .p-dock.p-dock-left .p-dock-container, .p-dock.p-dock-right .p-dock-container {
4467
- overflow-y: auto;
4468
- height: 100%;
4469
- }
4470
- .p-dock.p-dock-left .p-dock-container .p-dock-list, .p-dock.p-dock-right .p-dock-container .p-dock-list {
4471
- margin: auto 0;
4472
- }
4473
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
4474
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next,
4475
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
4476
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-next,
4477
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
4478
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
4479
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
4480
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next,
4481
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
4482
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next,
4483
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
4484
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-next,
4485
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
4486
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next,
4487
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
4488
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-next,
4489
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
4490
- transform: none;
4491
- margin: 0;
4492
- }
4360
+ .p-dock.p-dock-mobile.p-dock-top .p-dock-list-container, .p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container {
4361
+ overflow-x: auto;
4362
+ width: 100%;
4363
+ }
4364
+ .p-dock.p-dock-mobile.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container .p-dock-list {
4365
+ margin: 0 auto;
4366
+ }
4367
+ .p-dock.p-dock-mobile.p-dock-left .p-dock-list-container, .p-dock.p-dock-mobile.p-dock-right .p-dock-list-container {
4368
+ overflow-y: auto;
4369
+ height: 100%;
4370
+ }
4371
+ .p-dock.p-dock-mobile.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-mobile.p-dock-right .p-dock-list-container .p-dock-list {
4372
+ margin: auto 0;
4373
+ }
4374
+ .p-dock.p-dock-mobile .p-dock-list .p-dock-item {
4375
+ transform: none;
4376
+ margin: 0;
4377
+ }
4378
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
4379
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-next,
4380
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-prev,
4381
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-next,
4382
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
4383
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
4384
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
4385
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-next,
4386
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-current, .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
4387
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-next,
4388
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-prev,
4389
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-next,
4390
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
4391
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-next,
4392
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-prev,
4393
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-next,
4394
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-current {
4395
+ transform: none;
4396
+ margin: 0;
4493
4397
  }
4494
4398
  .p-megamenu {
4495
4399
  padding: 0.5rem;
@@ -4498,101 +4402,72 @@
4498
4402
  border: 2px solid #263238;
4499
4403
  border-radius: 6px;
4500
4404
  }
4501
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
4502
- padding: 0.75rem 1rem;
4405
+ .p-megamenu .p-megamenu-root-list {
4406
+ outline: 0 none;
4407
+ }
4408
+ .p-megamenu .p-menuitem > .p-menuitem-content {
4503
4409
  color: rgba(255, 255, 255, 0.87);
4504
- border-radius: 6px;
4505
4410
  transition: box-shadow 0.3s;
4411
+ border-radius: 6px;
4412
+ }
4413
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
4414
+ color: rgba(255, 255, 255, 0.87);
4415
+ padding: 0.75rem 1rem;
4506
4416
  user-select: none;
4507
4417
  }
4508
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4418
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4509
4419
  color: rgba(255, 255, 255, 0.87);
4510
4420
  }
4511
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4421
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4512
4422
  color: rgba(255, 255, 255, 0.6);
4513
4423
  margin-right: 0.5rem;
4514
4424
  }
4515
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4425
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4516
4426
  color: rgba(255, 255, 255, 0.6);
4517
- margin-left: 0.5rem;
4518
- }
4519
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4520
- background: rgba(158, 173, 230, 0.08);
4521
4427
  }
4522
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4428
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
4523
4429
  color: rgba(255, 255, 255, 0.87);
4430
+ background: rgba(158, 173, 230, 0.08);
4524
4431
  }
4525
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4432
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4526
4433
  color: rgba(255, 255, 255, 0.87);
4527
4434
  }
4528
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4435
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4436
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4529
4437
  color: rgba(255, 255, 255, 0.87);
4530
4438
  }
4531
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
4532
- outline: 0 none;
4533
- outline-offset: 0;
4534
- box-shadow: inset 0 0 0 0.15rem #9eade6;
4535
- }
4536
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4537
- margin-left: auto;
4538
- }
4539
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4540
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
4439
+ .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4541
4440
  background: rgba(158, 173, 230, 0.08);
4542
4441
  }
4543
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
4544
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4545
- color: rgba(255, 255, 255, 0.87);
4546
- }
4547
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
4548
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4442
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4549
4443
  color: rgba(255, 255, 255, 0.87);
4444
+ background: rgba(158, 173, 230, 0.1);
4550
4445
  }
4551
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
4552
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4446
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4553
4447
  color: rgba(255, 255, 255, 0.87);
4554
4448
  }
4555
- .p-megamenu .p-menuitem-link {
4556
- padding: 0.75rem 1rem;
4449
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4450
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4557
4451
  color: rgba(255, 255, 255, 0.87);
4558
- border-radius: 6px;
4559
- transition: box-shadow 0.3s;
4560
- user-select: none;
4561
4452
  }
4562
- .p-megamenu .p-menuitem-link .p-menuitem-text {
4453
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4563
4454
  color: rgba(255, 255, 255, 0.87);
4564
- }
4565
- .p-megamenu .p-menuitem-link .p-menuitem-icon {
4566
- color: rgba(255, 255, 255, 0.6);
4567
- margin-right: 0.5rem;
4568
- }
4569
- .p-megamenu .p-menuitem-link .p-submenu-icon {
4570
- color: rgba(255, 255, 255, 0.6);
4571
- }
4572
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover {
4573
4455
  background: rgba(158, 173, 230, 0.08);
4574
4456
  }
4575
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4576
- color: rgba(255, 255, 255, 0.87);
4577
- }
4578
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4457
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4579
4458
  color: rgba(255, 255, 255, 0.87);
4580
4459
  }
4581
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4460
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4461
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4582
4462
  color: rgba(255, 255, 255, 0.87);
4583
4463
  }
4584
- .p-megamenu .p-menuitem-link:focus {
4585
- outline: 0 none;
4586
- outline-offset: 0;
4587
- box-shadow: inset 0 0 0 0.15rem #9eade6;
4588
- }
4589
4464
  .p-megamenu .p-megamenu-panel {
4590
4465
  background: #161d21;
4591
4466
  color: rgba(255, 255, 255, 0.87);
4592
4467
  border: 2px solid #263238;
4593
4468
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4594
4469
  }
4595
- .p-megamenu .p-megamenu-submenu-header {
4470
+ .p-megamenu .p-submenu-header {
4596
4471
  margin: 0;
4597
4472
  padding: 0.75rem 1rem;
4598
4473
  color: rgba(255, 255, 255, 0.87);
@@ -4601,23 +4476,14 @@
4601
4476
  border-top-right-radius: 6px;
4602
4477
  border-top-left-radius: 6px;
4603
4478
  }
4604
- .p-megamenu .p-megamenu-submenu {
4479
+ .p-megamenu .p-submenu-list {
4605
4480
  padding: 0.5rem 0.5rem;
4606
4481
  width: 12.5rem;
4607
4482
  }
4608
- .p-megamenu .p-megamenu-submenu .p-menu-separator {
4483
+ .p-megamenu .p-submenu-list .p-menuitem-separator {
4609
4484
  border-top: 1px solid #263238;
4610
4485
  margin: 4px 0;
4611
4486
  }
4612
- .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
4613
- background: rgba(158, 173, 230, 0.08);
4614
- }
4615
- .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
4616
- color: rgba(255, 255, 255, 0.87);
4617
- }
4618
- .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
4619
- color: rgba(255, 255, 255, 0.87);
4620
- }
4621
4487
  .p-megamenu.p-megamenu-vertical {
4622
4488
  width: 12.5rem;
4623
4489
  padding: 0.5rem 0.5rem;
@@ -4638,21 +4504,49 @@
4638
4504
  outline-offset: 0;
4639
4505
  box-shadow: 0 0 0 1px #9eade6;
4640
4506
  }
4641
- .p-megamenu .p-submenu-icon {
4642
- transition: transform 0.3s;
4507
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
4508
+ color: rgba(255, 255, 255, 0.87);
4509
+ transition: box-shadow 0.3s;
4510
+ border-radius: 6px;
4643
4511
  }
4644
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list {
4645
- padding: 0.5rem 0.5rem;
4646
- background: #161d21;
4647
- border: 2px solid #263238;
4648
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4512
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
4513
+ padding: 0.75rem 1rem;
4514
+ user-select: none;
4649
4515
  }
4650
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator {
4651
- border-top: 1px solid #263238;
4652
- margin: 4px 0;
4516
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4517
+ color: rgba(255, 255, 255, 0.87);
4653
4518
  }
4654
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon {
4655
- font-size: 0.875rem;
4519
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4520
+ color: rgba(255, 255, 255, 0.6);
4521
+ margin-right: 0.5rem;
4522
+ }
4523
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4524
+ color: rgba(255, 255, 255, 0.6);
4525
+ margin-left: 0.5rem;
4526
+ }
4527
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4528
+ color: rgba(255, 255, 255, 0.87);
4529
+ background: rgba(158, 173, 230, 0.08);
4530
+ }
4531
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4532
+ color: rgba(255, 255, 255, 0.87);
4533
+ }
4534
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4535
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4536
+ color: rgba(255, 255, 255, 0.87);
4537
+ }
4538
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list {
4539
+ padding: 0.5rem 0.5rem;
4540
+ background: #161d21;
4541
+ border: 2px solid #263238;
4542
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4543
+ }
4544
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator {
4545
+ border-top: 1px solid #263238;
4546
+ margin: 4px 0;
4547
+ }
4548
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon {
4549
+ font-size: 0.875rem;
4656
4550
  }
4657
4551
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon.p-icon {
4658
4552
  width: 0.875rem;
@@ -4662,39 +4556,61 @@
4662
4556
  width: 100%;
4663
4557
  position: static;
4664
4558
  }
4665
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
4666
- padding: 0.75rem 1rem;
4559
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content {
4667
4560
  color: rgba(255, 255, 255, 0.87);
4668
- border-radius: 6px;
4669
4561
  transition: box-shadow 0.3s;
4562
+ border-radius: 6px;
4563
+ }
4564
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
4565
+ color: rgba(255, 255, 255, 0.87);
4566
+ padding: 0.75rem 1rem;
4670
4567
  user-select: none;
4671
4568
  }
4672
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4569
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4673
4570
  color: rgba(255, 255, 255, 0.87);
4674
4571
  }
4675
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4572
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4676
4573
  color: rgba(255, 255, 255, 0.6);
4677
4574
  margin-right: 0.5rem;
4678
4575
  }
4679
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4576
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4680
4577
  color: rgba(255, 255, 255, 0.6);
4681
4578
  }
4682
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4579
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content {
4580
+ color: rgba(255, 255, 255, 0.87);
4683
4581
  background: rgba(158, 173, 230, 0.08);
4684
4582
  }
4685
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4583
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4686
4584
  color: rgba(255, 255, 255, 0.87);
4687
4585
  }
4688
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4586
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4587
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4689
4588
  color: rgba(255, 255, 255, 0.87);
4690
4589
  }
4691
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4590
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
4591
+ background: rgba(158, 173, 230, 0.08);
4592
+ }
4593
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4692
4594
  color: rgba(255, 255, 255, 0.87);
4595
+ background: rgba(158, 173, 230, 0.1);
4693
4596
  }
4694
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
4695
- outline: 0 none;
4696
- outline-offset: 0;
4697
- box-shadow: inset 0 0 0 0.15rem #9eade6;
4597
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4598
+ color: rgba(255, 255, 255, 0.87);
4599
+ }
4600
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4601
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4602
+ color: rgba(255, 255, 255, 0.87);
4603
+ }
4604
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4605
+ color: rgba(255, 255, 255, 0.87);
4606
+ background: rgba(158, 173, 230, 0.08);
4607
+ }
4608
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4609
+ color: rgba(255, 255, 255, 0.87);
4610
+ }
4611
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4612
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4613
+ color: rgba(255, 255, 255, 0.87);
4698
4614
  }
4699
4615
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4700
4616
  margin-left: auto;
@@ -4719,7 +4635,6 @@
4719
4635
  width: 100%;
4720
4636
  position: static;
4721
4637
  }
4722
-
4723
4638
  .p-menu {
4724
4639
  padding: 0.5rem 0.5rem;
4725
4640
  background: #161d21;
@@ -4728,39 +4643,61 @@
4728
4643
  border-radius: 6px;
4729
4644
  width: 12.5rem;
4730
4645
  }
4731
- .p-menu .p-menuitem-link {
4732
- padding: 0.75rem 1rem;
4646
+ .p-menu .p-menuitem > .p-menuitem-content {
4733
4647
  color: rgba(255, 255, 255, 0.87);
4734
- border-radius: 6px;
4735
4648
  transition: box-shadow 0.3s;
4649
+ border-radius: 6px;
4650
+ }
4651
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
4652
+ color: rgba(255, 255, 255, 0.87);
4653
+ padding: 0.75rem 1rem;
4736
4654
  user-select: none;
4737
4655
  }
4738
- .p-menu .p-menuitem-link .p-menuitem-text {
4656
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4739
4657
  color: rgba(255, 255, 255, 0.87);
4740
4658
  }
4741
- .p-menu .p-menuitem-link .p-menuitem-icon {
4659
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4742
4660
  color: rgba(255, 255, 255, 0.6);
4743
4661
  margin-right: 0.5rem;
4744
4662
  }
4745
- .p-menu .p-menuitem-link .p-submenu-icon {
4663
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4746
4664
  color: rgba(255, 255, 255, 0.6);
4747
4665
  }
4748
- .p-menu .p-menuitem-link:not(.p-disabled):hover {
4666
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
4667
+ color: rgba(255, 255, 255, 0.87);
4749
4668
  background: rgba(158, 173, 230, 0.08);
4750
4669
  }
4751
- .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4670
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4752
4671
  color: rgba(255, 255, 255, 0.87);
4753
4672
  }
4754
- .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4673
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4674
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4755
4675
  color: rgba(255, 255, 255, 0.87);
4756
4676
  }
4757
- .p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4677
+ .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4678
+ background: rgba(158, 173, 230, 0.08);
4679
+ }
4680
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4758
4681
  color: rgba(255, 255, 255, 0.87);
4682
+ background: rgba(158, 173, 230, 0.1);
4759
4683
  }
4760
- .p-menu .p-menuitem-link:focus {
4761
- outline: 0 none;
4762
- outline-offset: 0;
4763
- box-shadow: inset 0 0 0 0.15rem #9eade6;
4684
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4685
+ color: rgba(255, 255, 255, 0.87);
4686
+ }
4687
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4688
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4689
+ color: rgba(255, 255, 255, 0.87);
4690
+ }
4691
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4692
+ color: rgba(255, 255, 255, 0.87);
4693
+ background: rgba(158, 173, 230, 0.08);
4694
+ }
4695
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4696
+ color: rgba(255, 255, 255, 0.87);
4697
+ }
4698
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4699
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4700
+ color: rgba(255, 255, 255, 0.87);
4764
4701
  }
4765
4702
  .p-menu.p-menu-overlay {
4766
4703
  background: #161d21;
@@ -4780,7 +4717,6 @@
4780
4717
  border-top: 1px solid #263238;
4781
4718
  margin: 4px 0;
4782
4719
  }
4783
-
4784
4720
  .p-menubar {
4785
4721
  padding: 0.5rem;
4786
4722
  background: #161d21;
@@ -4788,89 +4724,94 @@
4788
4724
  border: 2px solid #263238;
4789
4725
  border-radius: 6px;
4790
4726
  }
4791
- .p-menubar .p-menuitem-link {
4792
- padding: 0.75rem 1rem;
4727
+ .p-menubar .p-menubar-root-list {
4728
+ outline: 0 none;
4729
+ }
4730
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
4793
4731
  color: rgba(255, 255, 255, 0.87);
4794
- border-radius: 6px;
4795
4732
  transition: box-shadow 0.3s;
4733
+ border-radius: 6px;
4734
+ }
4735
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
4736
+ padding: 0.75rem 1rem;
4796
4737
  user-select: none;
4797
4738
  }
4798
- .p-menubar .p-menuitem-link .p-menuitem-text {
4739
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4799
4740
  color: rgba(255, 255, 255, 0.87);
4800
4741
  }
4801
- .p-menubar .p-menuitem-link .p-menuitem-icon {
4742
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4802
4743
  color: rgba(255, 255, 255, 0.6);
4803
4744
  margin-right: 0.5rem;
4804
4745
  }
4805
- .p-menubar .p-menuitem-link .p-submenu-icon {
4746
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4806
4747
  color: rgba(255, 255, 255, 0.6);
4748
+ margin-left: 0.5rem;
4807
4749
  }
4808
- .p-menubar .p-menuitem-link:not(.p-disabled):hover {
4750
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4751
+ color: rgba(255, 255, 255, 0.87);
4809
4752
  background: rgba(158, 173, 230, 0.08);
4810
4753
  }
4811
- .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4754
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4812
4755
  color: rgba(255, 255, 255, 0.87);
4813
4756
  }
4814
- .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4757
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4758
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4815
4759
  color: rgba(255, 255, 255, 0.87);
4816
4760
  }
4817
- .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4761
+ .p-menubar .p-menuitem > .p-menuitem-content {
4818
4762
  color: rgba(255, 255, 255, 0.87);
4763
+ transition: box-shadow 0.3s;
4764
+ border-radius: 6px;
4819
4765
  }
4820
- .p-menubar .p-menuitem-link:focus {
4821
- outline: 0 none;
4822
- outline-offset: 0;
4823
- box-shadow: inset 0 0 0 0.15rem #9eade6;
4824
- }
4825
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
4826
- padding: 0.75rem 1rem;
4766
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
4827
4767
  color: rgba(255, 255, 255, 0.87);
4828
- border-radius: 6px;
4829
- transition: box-shadow 0.3s;
4768
+ padding: 0.75rem 1rem;
4830
4769
  user-select: none;
4831
4770
  }
4832
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4771
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4833
4772
  color: rgba(255, 255, 255, 0.87);
4834
4773
  }
4835
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4774
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4836
4775
  color: rgba(255, 255, 255, 0.6);
4837
4776
  margin-right: 0.5rem;
4838
4777
  }
4839
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4778
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4840
4779
  color: rgba(255, 255, 255, 0.6);
4841
- margin-left: 0.5rem;
4842
4780
  }
4843
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4781
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
4782
+ color: rgba(255, 255, 255, 0.87);
4844
4783
  background: rgba(158, 173, 230, 0.08);
4845
4784
  }
4846
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4785
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4847
4786
  color: rgba(255, 255, 255, 0.87);
4848
4787
  }
4849
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4788
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4789
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4850
4790
  color: rgba(255, 255, 255, 0.87);
4851
4791
  }
4852
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4792
+ .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4793
+ background: rgba(158, 173, 230, 0.08);
4794
+ }
4795
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4853
4796
  color: rgba(255, 255, 255, 0.87);
4797
+ background: rgba(158, 173, 230, 0.1);
4854
4798
  }
4855
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4856
- outline: 0 none;
4857
- outline-offset: 0;
4858
- box-shadow: inset 0 0 0 0.15rem #9eade6;
4799
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4800
+ color: rgba(255, 255, 255, 0.87);
4859
4801
  }
4860
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4861
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
4862
- background: rgba(158, 173, 230, 0.08);
4802
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4803
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4804
+ color: rgba(255, 255, 255, 0.87);
4863
4805
  }
4864
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
4865
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4806
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4866
4807
  color: rgba(255, 255, 255, 0.87);
4808
+ background: rgba(158, 173, 230, 0.08);
4867
4809
  }
4868
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
4869
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4810
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4870
4811
  color: rgba(255, 255, 255, 0.87);
4871
4812
  }
4872
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
4873
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4813
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4814
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4874
4815
  color: rgba(255, 255, 255, 0.87);
4875
4816
  }
4876
4817
  .p-menubar .p-submenu-list {
@@ -4880,27 +4821,71 @@
4880
4821
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4881
4822
  width: 12.5rem;
4882
4823
  }
4883
- .p-menubar .p-submenu-list .p-menu-separator {
4824
+ .p-menubar .p-submenu-list .p-menuitem-separator {
4884
4825
  border-top: 1px solid #263238;
4885
4826
  margin: 4px 0;
4886
4827
  }
4887
4828
  .p-menubar .p-submenu-list .p-submenu-icon {
4888
4829
  font-size: 0.875rem;
4889
4830
  }
4890
- .p-menubar .p-submenu-list .p-submenu-icon.p-icon {
4891
- width: 0.875rem;
4892
- height: 0.875rem;
4831
+ .p-menubar.p-menubar-mobile .p-menubar-button {
4832
+ width: 2rem;
4833
+ height: 2rem;
4834
+ color: rgba(255, 255, 255, 0.6);
4835
+ border-radius: 50%;
4836
+ transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
4893
4837
  }
4894
- .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
4838
+ .p-menubar.p-menubar-mobile .p-menubar-button:hover {
4839
+ color: rgba(255, 255, 255, 0.87);
4895
4840
  background: rgba(158, 173, 230, 0.08);
4896
4841
  }
4897
- .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
4898
- color: rgba(255, 255, 255, 0.87);
4842
+ .p-menubar.p-menubar-mobile .p-menubar-button:focus {
4843
+ outline: 0 none;
4844
+ outline-offset: 0;
4845
+ box-shadow: 0 0 0 1px #9eade6;
4899
4846
  }
4900
- .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
4901
- color: rgba(255, 255, 255, 0.87);
4847
+ .p-menubar.p-menubar-mobile .p-menubar-root-list {
4848
+ padding: 0.5rem 0.5rem;
4849
+ background: #161d21;
4850
+ border: 2px solid #263238;
4851
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4852
+ }
4853
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator {
4854
+ border-top: 1px solid #263238;
4855
+ margin: 4px 0;
4856
+ }
4857
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon {
4858
+ font-size: 0.875rem;
4859
+ }
4860
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4861
+ margin-left: auto;
4862
+ transition: transform 0.3s;
4863
+ }
4864
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
4865
+ transform: rotate(-180deg);
4866
+ }
4867
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-submenu-icon {
4868
+ transition: transform 0.3s;
4869
+ transform: rotate(90deg);
4870
+ }
4871
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
4872
+ transform: rotate(-90deg);
4873
+ }
4874
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a {
4875
+ padding-left: 2.25rem;
4876
+ }
4877
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a {
4878
+ padding-left: 3.75rem;
4879
+ }
4880
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a {
4881
+ padding-left: 5.25rem;
4882
+ }
4883
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a {
4884
+ padding-left: 6.75rem;
4885
+ }
4886
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a {
4887
+ padding-left: 8.25rem;
4902
4888
  }
4903
-
4904
4889
  @media screen and (max-width: 960px) {
4905
4890
  .p-menubar {
4906
4891
  position: relative;
@@ -4946,39 +4931,61 @@
4946
4931
  width: 100%;
4947
4932
  position: static;
4948
4933
  }
4949
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
4950
- padding: 0.75rem 1rem;
4934
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content {
4951
4935
  color: rgba(255, 255, 255, 0.87);
4952
- border-radius: 6px;
4953
4936
  transition: box-shadow 0.3s;
4937
+ border-radius: 6px;
4938
+ }
4939
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
4940
+ color: rgba(255, 255, 255, 0.87);
4941
+ padding: 0.75rem 1rem;
4954
4942
  user-select: none;
4955
4943
  }
4956
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4944
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4957
4945
  color: rgba(255, 255, 255, 0.87);
4958
4946
  }
4959
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4947
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4960
4948
  color: rgba(255, 255, 255, 0.6);
4961
4949
  margin-right: 0.5rem;
4962
4950
  }
4963
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4951
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4964
4952
  color: rgba(255, 255, 255, 0.6);
4965
4953
  }
4966
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4954
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content {
4955
+ color: rgba(255, 255, 255, 0.87);
4967
4956
  background: rgba(158, 173, 230, 0.08);
4968
4957
  }
4969
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4958
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4970
4959
  color: rgba(255, 255, 255, 0.87);
4971
4960
  }
4972
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4961
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4962
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4973
4963
  color: rgba(255, 255, 255, 0.87);
4974
4964
  }
4975
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4965
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
4966
+ background: rgba(158, 173, 230, 0.08);
4967
+ }
4968
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4976
4969
  color: rgba(255, 255, 255, 0.87);
4970
+ background: rgba(158, 173, 230, 0.1);
4977
4971
  }
4978
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4979
- outline: 0 none;
4980
- outline-offset: 0;
4981
- box-shadow: inset 0 0 0 0.15rem #9eade6;
4972
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4973
+ color: rgba(255, 255, 255, 0.87);
4974
+ }
4975
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4976
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4977
+ color: rgba(255, 255, 255, 0.87);
4978
+ }
4979
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4980
+ color: rgba(255, 255, 255, 0.87);
4981
+ background: rgba(158, 173, 230, 0.08);
4982
+ }
4983
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4984
+ color: rgba(255, 255, 255, 0.87);
4985
+ }
4986
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4987
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4988
+ color: rgba(255, 255, 255, 0.87);
4982
4989
  }
4983
4990
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4984
4991
  margin-left: auto;
@@ -5027,42 +5034,46 @@
5027
5034
  z-index: 1;
5028
5035
  }
5029
5036
  }
5030
- .p-panelmenu .p-panelmenu-header > a {
5031
- padding: 1rem;
5037
+ .p-panelmenu .p-panelmenu-header {
5038
+ outline: 0 none;
5039
+ }
5040
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
5032
5041
  border: 2px solid #263238;
5033
5042
  color: rgba(255, 255, 255, 0.87);
5034
5043
  background: #161d21;
5035
- font-weight: 600;
5036
5044
  border-radius: 6px;
5037
5045
  transition: box-shadow 0.3s;
5038
5046
  }
5039
- .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
5047
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link {
5048
+ color: rgba(255, 255, 255, 0.87);
5049
+ padding: 1rem;
5050
+ font-weight: 600;
5051
+ }
5052
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon {
5040
5053
  margin-right: 0.5rem;
5041
5054
  }
5042
- .p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
5055
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-menuitem-icon {
5043
5056
  margin-right: 0.5rem;
5044
5057
  }
5045
- .p-panelmenu .p-panelmenu-header > a:focus-visible {
5058
+ .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
5046
5059
  outline: 0 none;
5047
5060
  outline-offset: 0;
5048
- box-shadow: 0 0 0 1px #9eade6;
5061
+ box-shadow: inset 0 0 0 1px #9eade6;
5049
5062
  }
5050
- .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
5063
+ .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
5051
5064
  background: rgba(158, 173, 230, 0.08);
5052
5065
  border-color: #263238;
5053
5066
  color: rgba(255, 255, 255, 0.87);
5054
5067
  }
5055
- .p-panelmenu .p-panelmenu-header.p-highlight {
5056
- margin-bottom: 0;
5057
- }
5058
- .p-panelmenu .p-panelmenu-header.p-highlight > a {
5068
+ .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
5059
5069
  background: #161d21;
5060
5070
  border-color: #263238;
5061
5071
  color: rgba(255, 255, 255, 0.87);
5062
5072
  border-bottom-right-radius: 0;
5063
5073
  border-bottom-left-radius: 0;
5074
+ margin-bottom: 0;
5064
5075
  }
5065
- .p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
5076
+ .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
5066
5077
  border-color: #263238;
5067
5078
  background: rgba(158, 173, 230, 0.08);
5068
5079
  color: rgba(255, 255, 255, 0.87);
@@ -5078,66 +5089,95 @@
5078
5089
  border-bottom-right-radius: 6px;
5079
5090
  border-bottom-left-radius: 6px;
5080
5091
  }
5081
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
5082
- padding: 0.75rem 1rem;
5092
+ .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
5093
+ outline: 0 none;
5094
+ }
5095
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
5083
5096
  color: rgba(255, 255, 255, 0.87);
5084
- border-radius: 6px;
5085
5097
  transition: box-shadow 0.3s;
5098
+ border-radius: 6px;
5099
+ }
5100
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
5101
+ color: rgba(255, 255, 255, 0.87);
5102
+ padding: 0.75rem 1rem;
5086
5103
  user-select: none;
5087
5104
  }
5088
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
5105
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5089
5106
  color: rgba(255, 255, 255, 0.87);
5090
5107
  }
5091
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
5108
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
5092
5109
  color: rgba(255, 255, 255, 0.6);
5093
5110
  margin-right: 0.5rem;
5094
5111
  }
5095
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
5112
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5096
5113
  color: rgba(255, 255, 255, 0.6);
5097
5114
  }
5098
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
5115
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
5116
+ color: rgba(255, 255, 255, 0.87);
5099
5117
  background: rgba(158, 173, 230, 0.08);
5100
5118
  }
5101
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
5119
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5102
5120
  color: rgba(255, 255, 255, 0.87);
5103
5121
  }
5104
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
5122
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5123
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5105
5124
  color: rgba(255, 255, 255, 0.87);
5106
5125
  }
5107
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
5126
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
5127
+ background: rgba(158, 173, 230, 0.08);
5128
+ }
5129
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
5108
5130
  color: rgba(255, 255, 255, 0.87);
5131
+ background: rgba(158, 173, 230, 0.1);
5109
5132
  }
5110
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
5111
- outline: 0 none;
5112
- outline-offset: 0;
5113
- box-shadow: inset 0 0 0 0.15rem #9eade6;
5133
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5134
+ color: rgba(255, 255, 255, 0.87);
5135
+ }
5136
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5137
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5138
+ color: rgba(255, 255, 255, 0.87);
5114
5139
  }
5115
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
5140
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
5141
+ color: rgba(255, 255, 255, 0.87);
5142
+ background: rgba(158, 173, 230, 0.08);
5143
+ }
5144
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
5145
+ color: rgba(255, 255, 255, 0.87);
5146
+ }
5147
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5148
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5149
+ color: rgba(255, 255, 255, 0.87);
5150
+ }
5151
+ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5116
5152
  margin-right: 0.5rem;
5117
5153
  }
5118
- .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
5154
+ .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
5155
+ border-top: 1px solid #263238;
5156
+ margin: 4px 0;
5157
+ }
5158
+ .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
5119
5159
  padding: 0 0 0 1rem;
5120
5160
  }
5121
5161
  .p-panelmenu .p-panelmenu-panel {
5122
5162
  margin-bottom: 0;
5123
5163
  }
5124
- .p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
5164
+ .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content {
5125
5165
  border-radius: 0;
5126
5166
  }
5127
5167
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
5128
5168
  border-radius: 0;
5129
5169
  }
5130
- .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
5170
+ .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content {
5131
5171
  border-top: 0 none;
5132
5172
  }
5133
- .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
5173
+ .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
5134
5174
  border-top: 0 none;
5135
5175
  }
5136
- .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
5176
+ .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content {
5137
5177
  border-top-right-radius: 6px;
5138
5178
  border-top-left-radius: 6px;
5139
5179
  }
5140
- .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
5180
+ .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content {
5141
5181
  border-bottom-right-radius: 6px;
5142
5182
  border-bottom-left-radius: 6px;
5143
5183
  }
@@ -5145,7 +5185,6 @@
5145
5185
  border-bottom-right-radius: 6px;
5146
5186
  border-bottom-left-radius: 6px;
5147
5187
  }
5148
-
5149
5188
  .p-slidemenu {
5150
5189
  padding: 0.5rem 0.5rem;
5151
5190
  background: #161d21;
@@ -5154,39 +5193,61 @@
5154
5193
  border-radius: 6px;
5155
5194
  width: 12.5rem;
5156
5195
  }
5157
- .p-slidemenu .p-menuitem-link {
5158
- padding: 0.75rem 1rem;
5196
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content {
5159
5197
  color: rgba(255, 255, 255, 0.87);
5160
- border-radius: 6px;
5161
5198
  transition: box-shadow 0.3s;
5199
+ border-radius: 6px;
5200
+ }
5201
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
5202
+ color: rgba(255, 255, 255, 0.87);
5203
+ padding: 0.75rem 1rem;
5162
5204
  user-select: none;
5163
5205
  }
5164
- .p-slidemenu .p-menuitem-link .p-menuitem-text {
5206
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5165
5207
  color: rgba(255, 255, 255, 0.87);
5166
5208
  }
5167
- .p-slidemenu .p-menuitem-link .p-menuitem-icon {
5209
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
5168
5210
  color: rgba(255, 255, 255, 0.6);
5169
5211
  margin-right: 0.5rem;
5170
5212
  }
5171
- .p-slidemenu .p-menuitem-link .p-submenu-icon {
5213
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5172
5214
  color: rgba(255, 255, 255, 0.6);
5173
5215
  }
5174
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
5216
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content {
5217
+ color: rgba(255, 255, 255, 0.87);
5218
+ background: rgba(158, 173, 230, 0.08);
5219
+ }
5220
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5221
+ color: rgba(255, 255, 255, 0.87);
5222
+ }
5223
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5224
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5225
+ color: rgba(255, 255, 255, 0.87);
5226
+ }
5227
+ .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
5175
5228
  background: rgba(158, 173, 230, 0.08);
5176
5229
  }
5177
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
5230
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
5178
5231
  color: rgba(255, 255, 255, 0.87);
5232
+ background: rgba(158, 173, 230, 0.1);
5179
5233
  }
5180
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
5234
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5181
5235
  color: rgba(255, 255, 255, 0.87);
5182
5236
  }
5183
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
5237
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5238
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5184
5239
  color: rgba(255, 255, 255, 0.87);
5185
5240
  }
5186
- .p-slidemenu .p-menuitem-link:focus {
5187
- outline: 0 none;
5188
- outline-offset: 0;
5189
- box-shadow: inset 0 0 0 0.15rem #9eade6;
5241
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
5242
+ color: rgba(255, 255, 255, 0.87);
5243
+ background: rgba(158, 173, 230, 0.08);
5244
+ }
5245
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
5246
+ color: rgba(255, 255, 255, 0.87);
5247
+ }
5248
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5249
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5250
+ color: rgba(255, 255, 255, 0.87);
5190
5251
  }
5191
5252
  .p-slidemenu.p-slidemenu-overlay {
5192
5253
  background: #161d21;
@@ -5223,7 +5284,6 @@
5223
5284
  padding: 0.75rem 1rem;
5224
5285
  color: rgba(255, 255, 255, 0.87);
5225
5286
  }
5226
-
5227
5287
  .p-steps .p-steps-item .p-menuitem-link {
5228
5288
  background: transparent;
5229
5289
  transition: box-shadow 0.3s;
@@ -5268,7 +5328,6 @@
5268
5328
  position: absolute;
5269
5329
  margin-top: -1rem;
5270
5330
  }
5271
-
5272
5331
  .p-tabmenu .p-tabmenu-nav {
5273
5332
  background: transparent;
5274
5333
  border: 1px solid #263238;
@@ -5309,7 +5368,6 @@
5309
5368
  border-color: #9eade6;
5310
5369
  color: #9eade6;
5311
5370
  }
5312
-
5313
5371
  .p-tieredmenu {
5314
5372
  padding: 0.5rem 0.5rem;
5315
5373
  background: #161d21;
@@ -5318,73 +5376,87 @@
5318
5376
  border-radius: 6px;
5319
5377
  width: 12.5rem;
5320
5378
  }
5321
- .p-tieredmenu .p-menuitem-link {
5322
- padding: 0.75rem 1rem;
5379
+ .p-tieredmenu.p-tieredmenu-overlay {
5380
+ background: #161d21;
5381
+ border: 2px solid #263238;
5382
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
5383
+ }
5384
+ .p-tieredmenu .p-tieredmenu-root-list {
5385
+ outline: 0 none;
5386
+ }
5387
+ .p-tieredmenu .p-submenu-list {
5388
+ padding: 0.5rem 0.5rem;
5389
+ background: #161d21;
5390
+ border: 2px solid #263238;
5391
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
5392
+ }
5393
+ .p-tieredmenu .p-menuitem > .p-menuitem-content {
5323
5394
  color: rgba(255, 255, 255, 0.87);
5324
- border-radius: 6px;
5325
5395
  transition: box-shadow 0.3s;
5396
+ border-radius: 6px;
5397
+ }
5398
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
5399
+ color: rgba(255, 255, 255, 0.87);
5400
+ padding: 0.75rem 1rem;
5326
5401
  user-select: none;
5327
5402
  }
5328
- .p-tieredmenu .p-menuitem-link .p-menuitem-text {
5403
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5329
5404
  color: rgba(255, 255, 255, 0.87);
5330
5405
  }
5331
- .p-tieredmenu .p-menuitem-link .p-menuitem-icon {
5406
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
5332
5407
  color: rgba(255, 255, 255, 0.6);
5333
5408
  margin-right: 0.5rem;
5334
5409
  }
5335
- .p-tieredmenu .p-menuitem-link .p-submenu-icon {
5410
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5336
5411
  color: rgba(255, 255, 255, 0.6);
5337
5412
  }
5338
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
5413
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
5414
+ color: rgba(255, 255, 255, 0.87);
5339
5415
  background: rgba(158, 173, 230, 0.08);
5340
5416
  }
5341
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
5417
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5342
5418
  color: rgba(255, 255, 255, 0.87);
5343
5419
  }
5344
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
5420
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5421
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5345
5422
  color: rgba(255, 255, 255, 0.87);
5346
5423
  }
5347
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
5348
- color: rgba(255, 255, 255, 0.87);
5424
+ .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
5425
+ background: rgba(158, 173, 230, 0.08);
5349
5426
  }
5350
- .p-tieredmenu .p-menuitem-link:focus {
5351
- outline: 0 none;
5352
- outline-offset: 0;
5353
- box-shadow: inset 0 0 0 0.15rem #9eade6;
5427
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
5428
+ color: rgba(255, 255, 255, 0.87);
5429
+ background: rgba(158, 173, 230, 0.1);
5354
5430
  }
5355
- .p-tieredmenu.p-tieredmenu-overlay {
5356
- background: #161d21;
5357
- border: 2px solid #263238;
5358
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
5431
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5432
+ color: rgba(255, 255, 255, 0.87);
5359
5433
  }
5360
- .p-tieredmenu .p-submenu-list {
5361
- padding: 0.5rem 0.5rem;
5362
- background: #161d21;
5363
- border: 2px solid #263238;
5364
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
5434
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5435
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5436
+ color: rgba(255, 255, 255, 0.87);
5365
5437
  }
5366
- .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
5438
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
5439
+ color: rgba(255, 255, 255, 0.87);
5367
5440
  background: rgba(158, 173, 230, 0.08);
5368
5441
  }
5369
- .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
5442
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
5370
5443
  color: rgba(255, 255, 255, 0.87);
5371
5444
  }
5372
- .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
5445
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5446
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5373
5447
  color: rgba(255, 255, 255, 0.87);
5374
5448
  }
5375
- .p-tieredmenu .p-menu-separator {
5449
+ .p-tieredmenu .p-menuitem-separator {
5376
5450
  border-top: 1px solid #263238;
5377
5451
  margin: 4px 0;
5378
5452
  }
5379
5453
  .p-tieredmenu .p-submenu-icon {
5380
5454
  font-size: 0.875rem;
5381
- transition: transform 0.3s;
5382
5455
  }
5383
5456
  .p-tieredmenu .p-submenu-icon.p-icon {
5384
5457
  width: 0.875rem;
5385
5458
  height: 0.875rem;
5386
5459
  }
5387
-
5388
5460
  .p-inline-message {
5389
5461
  padding: 0.5rem 0.75rem;
5390
5462
  margin: 0;
@@ -5440,7 +5512,6 @@
5440
5512
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
5441
5513
  margin-right: 0;
5442
5514
  }
5443
-
5444
5515
  .p-message {
5445
5516
  margin: 1rem 0;
5446
5517
  border-radius: 6px;
@@ -5529,7 +5600,6 @@
5529
5600
  .p-message .p-message-detail {
5530
5601
  margin-left: 0.5rem;
5531
5602
  }
5532
-
5533
5603
  .p-toast {
5534
5604
  opacity: 0.9;
5535
5605
  }
@@ -5580,7 +5650,7 @@
5580
5650
  color: #0e1315;
5581
5651
  }
5582
5652
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
5583
- .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5653
+ .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5584
5654
  color: #0e1315;
5585
5655
  }
5586
5656
  .p-toast .p-toast-message.p-toast-message-success {
@@ -5590,7 +5660,7 @@
5590
5660
  color: #0e1315;
5591
5661
  }
5592
5662
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
5593
- .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5663
+ .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5594
5664
  color: #0e1315;
5595
5665
  }
5596
5666
  .p-toast .p-toast-message.p-toast-message-warn {
@@ -5600,7 +5670,7 @@
5600
5670
  color: #0e1315;
5601
5671
  }
5602
5672
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
5603
- .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5673
+ .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5604
5674
  color: #0e1315;
5605
5675
  }
5606
5676
  .p-toast .p-toast-message.p-toast-message-error {
@@ -5610,10 +5680,9 @@
5610
5680
  color: #0e1315;
5611
5681
  }
5612
5682
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
5613
- .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5683
+ .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5614
5684
  color: #0e1315;
5615
5685
  }
5616
-
5617
5686
  .p-galleria .p-galleria-close {
5618
5687
  margin: 0.5rem;
5619
5688
  background: transparent;
@@ -5644,11 +5713,11 @@
5644
5713
  margin: 0 0.5rem;
5645
5714
  }
5646
5715
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
5647
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5716
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5648
5717
  font-size: 2rem;
5649
5718
  }
5650
5719
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
5651
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
5720
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
5652
5721
  width: 2rem;
5653
5722
  height: 2rem;
5654
5723
  }
@@ -5702,7 +5771,7 @@
5702
5771
  padding: 1rem 0.25rem;
5703
5772
  }
5704
5773
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
5705
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5774
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5706
5775
  margin: 0.5rem;
5707
5776
  background-color: transparent;
5708
5777
  color: #f8f9fa;
@@ -5712,7 +5781,7 @@
5712
5781
  border-radius: 50%;
5713
5782
  }
5714
5783
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
5715
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5784
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5716
5785
  background: rgba(255, 255, 255, 0.1);
5717
5786
  color: #f8f9fa;
5718
5787
  }
@@ -5724,15 +5793,12 @@
5724
5793
  outline-offset: 0;
5725
5794
  box-shadow: 0 0 0 1px #9eade6;
5726
5795
  }
5727
-
5728
5796
  .p-galleria-mask {
5729
5797
  --maskbg: rgba(0, 0, 0, 0.9);
5730
5798
  }
5731
-
5732
5799
  .p-image-mask {
5733
5800
  --maskbg: rgba(0, 0, 0, 0.9);
5734
5801
  }
5735
-
5736
5802
  .p-image-preview-indicator {
5737
5803
  background-color: transparent;
5738
5804
  color: #f8f9fa;
@@ -5742,15 +5808,12 @@
5742
5808
  width: 1.5rem;
5743
5809
  height: 1.5rem;
5744
5810
  }
5745
-
5746
5811
  .p-image-preview-container:hover > .p-image-preview-indicator {
5747
5812
  background-color: rgba(0, 0, 0, 0.5);
5748
5813
  }
5749
-
5750
5814
  .p-image-toolbar {
5751
5815
  padding: 1rem;
5752
5816
  }
5753
-
5754
5817
  .p-image-action.p-link {
5755
5818
  color: #f8f9fa;
5756
5819
  background-color: transparent;
@@ -5774,7 +5837,6 @@
5774
5837
  width: 1.5rem;
5775
5838
  height: 1.5rem;
5776
5839
  }
5777
-
5778
5840
  .p-avatar {
5779
5841
  background-color: #263238;
5780
5842
  border-radius: 6px;
@@ -5795,15 +5857,12 @@
5795
5857
  .p-avatar.p-avatar-xl .p-avatar-icon {
5796
5858
  font-size: 2rem;
5797
5859
  }
5798
-
5799
5860
  .p-avatar-circle {
5800
5861
  border-radius: 50%;
5801
5862
  }
5802
-
5803
5863
  .p-avatar-group .p-avatar {
5804
5864
  border: 2px solid #161d21;
5805
5865
  }
5806
-
5807
5866
  .p-chip {
5808
5867
  background-color: #263238;
5809
5868
  color: rgba(255, 255, 255, 0.87);
@@ -5837,7 +5896,6 @@
5837
5896
  .p-chip .p-chip-remove-icon:focus {
5838
5897
  outline: 0 none;
5839
5898
  }
5840
-
5841
5899
  .p-scrolltop {
5842
5900
  width: 3rem;
5843
5901
  height: 3rem;
@@ -5859,7 +5917,6 @@
5859
5917
  width: 1.5rem;
5860
5918
  height: 1.5rem;
5861
5919
  }
5862
-
5863
5920
  .p-skeleton {
5864
5921
  background-color: rgba(255, 255, 255, 0.06);
5865
5922
  border-radius: 6px;
@@ -5867,7 +5924,6 @@
5867
5924
  .p-skeleton:after {
5868
5925
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
5869
5926
  }
5870
-
5871
5927
  .p-tag {
5872
5928
  background: #9eade6;
5873
5929
  color: #121212;
@@ -5900,7 +5956,6 @@
5900
5956
  width: 0.75rem;
5901
5957
  height: 0.75rem;
5902
5958
  }
5903
-
5904
5959
  .p-inplace .p-inplace-display {
5905
5960
  padding: 0.5rem 0.75rem;
5906
5961
  border-radius: 6px;
@@ -5915,7 +5970,6 @@
5915
5970
  outline-offset: 0;
5916
5971
  box-shadow: 0 0 0 1px #9eade6;
5917
5972
  }
5918
-
5919
5973
  .p-progressbar {
5920
5974
  border: 0 none;
5921
5975
  height: 1.5rem;
@@ -5931,7 +5985,6 @@
5931
5985
  color: #121212;
5932
5986
  line-height: 1.5rem;
5933
5987
  }
5934
-
5935
5988
  .p-terminal {
5936
5989
  background: #161d21;
5937
5990
  color: rgba(255, 255, 255, 0.87);
@@ -5943,7 +5996,6 @@
5943
5996
  font-feature-settings: var(--font-feature-settings, normal);
5944
5997
  font-size: 1rem;
5945
5998
  }
5946
-
5947
5999
  .p-badge {
5948
6000
  background: #9eade6;
5949
6001
  color: #121212;
@@ -5985,7 +6037,6 @@
5985
6037
  height: 3rem;
5986
6038
  line-height: 3rem;
5987
6039
  }
5988
-
5989
6040
  .p-tag {
5990
6041
  background: #9eade6;
5991
6042
  color: #121212;
@@ -6017,20 +6068,16 @@
6017
6068
  .p-button .p-button-label {
6018
6069
  font-weight: 600;
6019
6070
  }
6020
-
6021
6071
  .p-buttonset .p-button-label,
6022
- .p-togglebutton .p-button-label {
6072
+ .p-togglebutton .p-button-label {
6023
6073
  font-weight: 400;
6024
6074
  }
6025
-
6026
6075
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
6027
6076
  background-color: #9eade6;
6028
6077
  }
6029
-
6030
6078
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
6031
6079
  background-color: #9eade6;
6032
6080
  }
6033
-
6034
6081
  .p-panel {
6035
6082
  border: 2px solid #263238;
6036
6083
  border-radius: 6px;
@@ -6041,11 +6088,9 @@
6041
6088
  .p-panel .p-panel-content {
6042
6089
  border: 0 none;
6043
6090
  }
6044
-
6045
6091
  .p-fieldset .p-fieldset-legend {
6046
6092
  border-color: transparent;
6047
6093
  }
6048
-
6049
6094
  .p-accordion .p-accordion-toggle-icon {
6050
6095
  order: 10;
6051
6096
  margin-left: auto;
@@ -6063,7 +6108,6 @@
6063
6108
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
6064
6109
  border-bottom: 0 none;
6065
6110
  }
6066
-
6067
6111
  .p-inline-message.p-inline-message-info {
6068
6112
  border-color: #a3d7e6;
6069
6113
  }
@@ -6076,39 +6120,30 @@
6076
6120
  .p-inline-message.p-inline-message-error {
6077
6121
  border-color: #e6a3b2;
6078
6122
  }
6079
-
6080
6123
  .p-inputtext:enabled:focus {
6081
6124
  box-shadow: none;
6082
6125
  }
6083
-
6084
6126
  .p-dropdown:not(.p-disabled).p-focus {
6085
6127
  box-shadow: none;
6086
6128
  }
6087
-
6088
6129
  .p-multiselect:not(.p-disabled).p-focus {
6089
6130
  box-shadow: none;
6090
6131
  }
6091
-
6092
6132
  .p-cascadeselect:not(.p-disabled).p-focus {
6093
6133
  box-shadow: none;
6094
6134
  }
6095
-
6096
6135
  .p-autocomplete.p-autocomplete-multiple:not(.p-disabled).p-focus {
6097
6136
  box-shadow: none;
6098
6137
  }
6099
-
6100
6138
  .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
6101
6139
  box-shadow: none;
6102
6140
  }
6103
-
6104
6141
  .p-orderlist .p-orderlist-list {
6105
6142
  border-top: 0 none;
6106
6143
  }
6107
-
6108
6144
  .p-picklist .p-picklist-list {
6109
6145
  border-top: 0 none;
6110
6146
  }
6111
-
6112
6147
  .p-panelmenu .p-panelmenu-icon.pi-chevron-right, .p-panelmenu .p-panelmenu-icon.pi-chevron-down {
6113
6148
  order: 10;
6114
6149
  margin-left: auto;
@@ -6127,7 +6162,6 @@
6127
6162
  padding-bottom: calc(1rem + 2px);
6128
6163
  border-bottom: 0 none;
6129
6164
  }
6130
-
6131
6165
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
6132
6166
  box-shadow: inset 0 2px 0 0 #9eade6;
6133
6167
  }