primereact 10.2.1 → 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: Lato, Helvetica, sans-serif;
3
- --font-family:Lato, Helvetica, sans-serif;
4
- --surface-a:#ffffff;
5
- --surface-b:#eff3f8;
6
- --surface-c:#f6f9fc;
7
- --surface-d:#dfe7ef;
8
- --surface-e:#ffffff;
9
- --surface-f:#ffffff;
10
- --text-color:#043d75;
11
- --text-color-secondary:#708da9;
12
- --primary-color:#7254f3;
13
- --primary-color-text:#ffffff;
3
+ --font-family: Lato, Helvetica, sans-serif;
4
+ --surface-a: #ffffff;
5
+ --surface-b: #eff3f8;
6
+ --surface-c: #f6f9fc;
7
+ --surface-d: #dfe7ef;
8
+ --surface-e: #ffffff;
9
+ --surface-f: #ffffff;
10
+ --text-color: #043d75;
11
+ --text-color-secondary: #708da9;
12
+ --primary-color: #7254f3;
13
+ --primary-color-text: #ffffff;
14
14
  --surface-0: #ffffff;
15
15
  --surface-50: #f1f4f6;
16
16
  --surface-100: #e2e8ee;
@@ -32,15 +32,15 @@
32
32
  --gray-700: #435565;
33
33
  --gray-800: #2d3844;
34
34
  --gray-900: #161c22;
35
- --content-padding:1.25rem;
36
- --inline-spacing:0.5rem;
37
- --border-radius:6px;
38
- --surface-ground:#eff3f8;
39
- --surface-section:#ffffff;
40
- --surface-card:#ffffff;
41
- --surface-overlay:#ffffff;
42
- --surface-border:#dfe7ef;
43
- --surface-hover:#f6f9fc;
35
+ --content-padding: 1.25rem;
36
+ --inline-spacing: 0.5rem;
37
+ --border-radius: 6px;
38
+ --surface-ground: #eff3f8;
39
+ --surface-section: #ffffff;
40
+ --surface-card: #ffffff;
41
+ --surface-overlay: #ffffff;
42
+ --surface-border: #dfe7ef;
43
+ --surface-hover: #f6f9fc;
44
44
  --focus-ring: 0 0 0 1px #c7bbfa;
45
45
  --maskbg: rgba(0, 0, 0, 0.4);
46
46
  --highlight-bg: #e2dcfc;
@@ -53,24 +53,21 @@
53
53
  font-family: "Lato";
54
54
  font-style: normal;
55
55
  font-weight: 300;
56
- src: local("Lato Light"), local("Lato-Light"), url("./fonts/lato-v17-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-300.woff") format("woff");
57
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
56
+ src: local("Lato Light"), local("Lato-Light"), url("./fonts/lato-v17-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
58
57
  }
59
58
  /* lato-regular - latin-ext_latin */
60
59
  @font-face {
61
60
  font-family: "Lato";
62
61
  font-style: normal;
63
62
  font-weight: 400;
64
- src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/lato-v17-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-regular.woff") format("woff");
65
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63
+ src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/lato-v17-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
66
64
  }
67
65
  /* lato-700 - latin-ext_latin */
68
66
  @font-face {
69
67
  font-family: "Lato";
70
68
  font-style: normal;
71
69
  font-weight: 700;
72
- src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato-v17-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-700.woff") format("woff");
73
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
70
+ src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato-v17-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
74
71
  }
75
72
  :root {
76
73
  --blue-50:#f6fbfe;
@@ -298,40 +295,32 @@
298
295
  * {
299
296
  box-sizing: border-box;
300
297
  }
301
-
302
298
  .p-component {
303
299
  font-family: var(--font-family);
304
300
  font-feature-settings: var(--font-feature-settings, normal);
305
301
  font-size: 1rem;
306
302
  font-weight: normal;
307
303
  }
308
-
309
304
  .p-component-overlay {
310
305
  background-color: rgba(0, 0, 0, 0.4);
311
306
  transition-duration: 0.2s;
312
307
  }
313
-
314
308
  .p-disabled, .p-component:disabled {
315
309
  opacity: 0.6;
316
310
  }
317
-
318
311
  .p-error {
319
312
  color: #ff6767;
320
313
  }
321
-
322
314
  .p-text-secondary {
323
315
  color: #708da9;
324
316
  }
325
-
326
317
  .pi {
327
318
  font-size: 1rem;
328
319
  }
329
-
330
320
  .p-icon {
331
321
  width: 1rem;
332
322
  height: 1rem;
333
323
  }
334
-
335
324
  .p-link {
336
325
  font-family: var(--font-family);
337
326
  font-feature-settings: var(--font-feature-settings, normal);
@@ -343,15 +332,12 @@
343
332
  outline-offset: 0;
344
333
  box-shadow: 0 0 0 1px #c7bbfa;
345
334
  }
346
-
347
335
  .p-component-overlay-enter {
348
336
  animation: p-component-overlay-enter-animation 150ms forwards;
349
337
  }
350
-
351
338
  .p-component-overlay-leave {
352
339
  animation: p-component-overlay-leave-animation 150ms forwards;
353
340
  }
354
-
355
341
  @keyframes p-component-overlay-enter-animation {
356
342
  from {
357
343
  background-color: transparent;
@@ -368,7 +354,6 @@
368
354
  background-color: transparent;
369
355
  }
370
356
  }
371
-
372
357
  .p-autocomplete .p-autocomplete-loader {
373
358
  right: 0.75rem;
374
359
  }
@@ -412,7 +397,6 @@
412
397
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
413
398
  border-color: #ff6767;
414
399
  }
415
-
416
400
  .p-autocomplete-panel {
417
401
  background: #ffffff;
418
402
  color: #043d75;
@@ -447,11 +431,9 @@
447
431
  background: #eff3f8;
448
432
  font-weight: 700;
449
433
  }
450
-
451
434
  .p-calendar.p-invalid.p-component > .p-inputtext {
452
435
  border-color: #ff6767;
453
436
  }
454
-
455
437
  .p-datepicker {
456
438
  padding: 0.5rem;
457
439
  background: linear-gradient(90deg, #7254f3 0%, #9554f3 100%);
@@ -478,7 +460,7 @@
478
460
  border-top-left-radius: 6px;
479
461
  }
480
462
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
481
- .p-datepicker .p-datepicker-header .p-datepicker-next {
463
+ .p-datepicker .p-datepicker-header .p-datepicker-next {
482
464
  width: 2rem;
483
465
  height: 2rem;
484
466
  color: #708da9;
@@ -488,13 +470,13 @@
488
470
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
489
471
  }
490
472
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
491
- .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
473
+ .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
492
474
  color: #043d75;
493
475
  border-color: transparent;
494
476
  background: #f6f9fc;
495
477
  }
496
478
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
497
- .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
479
+ .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
498
480
  outline: 0 none;
499
481
  outline-offset: 0;
500
482
  box-shadow: 0 0 0 1px #c7bbfa;
@@ -503,14 +485,14 @@
503
485
  line-height: 2rem;
504
486
  }
505
487
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
506
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
488
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
507
489
  color: #ffffff;
508
490
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
509
491
  font-weight: 700;
510
492
  padding: 0.5rem;
511
493
  }
512
494
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
513
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
495
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
514
496
  color: #7254f3;
515
497
  }
516
498
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
@@ -659,7 +641,6 @@
659
641
  outline-offset: 0;
660
642
  box-shadow: 0 0 0 1px #c7bbfa;
661
643
  }
662
-
663
644
  @media screen and (max-width: 769px) {
664
645
  .p-datepicker table th, .p-datepicker table td {
665
646
  padding: 0;
@@ -702,7 +683,6 @@
702
683
  .p-cascadeselect.p-invalid.p-component {
703
684
  border-color: #ff6767;
704
685
  }
705
-
706
686
  .p-cascadeselect-panel {
707
687
  background: #ffffff;
708
688
  color: #043d75;
@@ -744,7 +724,6 @@
744
724
  width: 0.875rem;
745
725
  height: 0.875rem;
746
726
  }
747
-
748
727
  .p-input-filled .p-cascadeselect {
749
728
  background: #f6f9fc;
750
729
  }
@@ -754,7 +733,6 @@
754
733
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
755
734
  background-color: #ffffff;
756
735
  }
757
-
758
736
  .p-checkbox {
759
737
  width: 22px;
760
738
  height: 22px;
@@ -803,7 +781,6 @@
803
781
  .p-checkbox.p-invalid > .p-checkbox-box {
804
782
  border-color: #ff6767;
805
783
  }
806
-
807
784
  .p-input-filled .p-checkbox .p-checkbox-box {
808
785
  background-color: #f6f9fc;
809
786
  }
@@ -816,7 +793,6 @@
816
793
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
817
794
  background: #5935f1;
818
795
  }
819
-
820
796
  .p-chips .p-chips-multiple-container {
821
797
  padding: 0.375rem 0.75rem;
822
798
  gap: 0.5rem;
@@ -854,25 +830,21 @@
854
830
  .p-chips.p-invalid.p-component > .p-inputtext {
855
831
  border-color: #ff6767;
856
832
  }
857
-
858
833
  .p-colorpicker-preview {
859
834
  width: 2rem;
860
835
  height: 2rem;
861
836
  }
862
-
863
837
  .p-colorpicker-panel {
864
838
  background: #323232;
865
839
  border: 1px solid #191919;
866
840
  }
867
841
  .p-colorpicker-panel .p-colorpicker-color-handle,
868
- .p-colorpicker-panel .p-colorpicker-hue-handle {
842
+ .p-colorpicker-panel .p-colorpicker-hue-handle {
869
843
  border-color: #ffffff;
870
844
  }
871
-
872
845
  .p-colorpicker-overlay-panel {
873
846
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
874
847
  }
875
-
876
848
  .p-dropdown {
877
849
  background: #ffffff;
878
850
  border: 1px solid #d3dbe3;
@@ -916,7 +888,6 @@
916
888
  .p-dropdown.p-invalid.p-component {
917
889
  border-color: #ff6767;
918
890
  }
919
-
920
891
  .p-dropdown-panel {
921
892
  background: #ffffff;
922
893
  color: #043d75;
@@ -980,7 +951,6 @@
980
951
  color: #043d75;
981
952
  background: transparent;
982
953
  }
983
-
984
954
  .p-input-filled .p-dropdown {
985
955
  background: #f6f9fc;
986
956
  }
@@ -993,7 +963,6 @@
993
963
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
994
964
  background-color: transparent;
995
965
  }
996
-
997
966
  .p-inputgroup-addon {
998
967
  background: #f6f9fc;
999
968
  color: #708da9;
@@ -1006,68 +975,60 @@
1006
975
  .p-inputgroup-addon:last-child {
1007
976
  border-right: 1px solid #d3dbe3;
1008
977
  }
1009
-
1010
978
  .p-inputgroup > .p-component,
1011
- .p-inputgroup > .p-inputwrapper > .p-inputtext,
1012
- .p-inputgroup > .p-float-label > .p-component {
979
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
980
+ .p-inputgroup > .p-float-label > .p-component {
1013
981
  border-radius: 0;
1014
982
  margin: 0;
1015
983
  }
1016
984
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1017
- .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1018
- .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
985
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
986
+ .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1019
987
  border-left: 0 none;
1020
988
  }
1021
989
  .p-inputgroup > .p-component:focus,
1022
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1023
- .p-inputgroup > .p-float-label > .p-component:focus {
990
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
991
+ .p-inputgroup > .p-float-label > .p-component:focus {
1024
992
  z-index: 1;
1025
993
  }
1026
994
  .p-inputgroup > .p-component:focus ~ label,
1027
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1028
- .p-inputgroup > .p-float-label > .p-component:focus ~ label {
995
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
996
+ .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1029
997
  z-index: 1;
1030
998
  }
1031
-
1032
999
  .p-inputgroup-addon:first-child,
1033
- .p-inputgroup button:first-child,
1034
- .p-inputgroup input:first-child,
1035
- .p-inputgroup > .p-inputwrapper:first-child,
1036
- .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
1000
+ .p-inputgroup button:first-child,
1001
+ .p-inputgroup input:first-child,
1002
+ .p-inputgroup > .p-inputwrapper:first-child,
1003
+ .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
1037
1004
  border-top-left-radius: 6px;
1038
1005
  border-bottom-left-radius: 6px;
1039
1006
  }
1040
-
1041
1007
  .p-inputgroup .p-float-label:first-child input {
1042
1008
  border-top-left-radius: 6px;
1043
1009
  border-bottom-left-radius: 6px;
1044
1010
  }
1045
-
1046
1011
  .p-inputgroup-addon:last-child,
1047
- .p-inputgroup button:last-child,
1048
- .p-inputgroup input:last-child,
1049
- .p-inputgroup > .p-inputwrapper:last-child,
1050
- .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
1012
+ .p-inputgroup button:last-child,
1013
+ .p-inputgroup input:last-child,
1014
+ .p-inputgroup > .p-inputwrapper:last-child,
1015
+ .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
1051
1016
  border-top-right-radius: 6px;
1052
1017
  border-bottom-right-radius: 6px;
1053
1018
  }
1054
-
1055
1019
  .p-inputgroup .p-float-label:last-child input {
1056
1020
  border-top-right-radius: 6px;
1057
1021
  border-bottom-right-radius: 6px;
1058
1022
  }
1059
-
1060
1023
  .p-fluid .p-inputgroup .p-button {
1061
1024
  width: auto;
1062
1025
  }
1063
1026
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
1064
1027
  width: 3rem;
1065
1028
  }
1066
-
1067
1029
  .p-inputnumber.p-invalid.p-component > .p-inputtext {
1068
1030
  border-color: #ff6767;
1069
1031
  }
1070
-
1071
1032
  .p-inputswitch {
1072
1033
  width: 3rem;
1073
1034
  height: 1.75rem;
@@ -1109,7 +1070,6 @@
1109
1070
  .p-inputswitch.p-invalid .p-inputswitch-slider {
1110
1071
  border-color: #ff6767;
1111
1072
  }
1112
-
1113
1073
  .p-inputtext {
1114
1074
  font-family: var(--font-family);
1115
1075
  font-feature-settings: var(--font-feature-settings, normal);
@@ -1142,59 +1102,47 @@
1142
1102
  font-size: 1.25rem;
1143
1103
  padding: 0.9375rem 0.9375rem;
1144
1104
  }
1145
-
1146
1105
  .p-float-label > label {
1147
1106
  left: 0.75rem;
1148
1107
  color: #708da9;
1149
1108
  transition-duration: 0.2s;
1150
1109
  }
1151
-
1152
1110
  .p-float-label > label.p-error {
1153
1111
  color: #ff6767;
1154
1112
  }
1155
-
1156
1113
  .p-input-icon-left > i:first-of-type,
1157
- .p-input-icon-left > svg:first-of-type,
1158
- .p-input-icon-left > .p-input-prefix {
1114
+ .p-input-icon-left > svg:first-of-type,
1115
+ .p-input-icon-left > .p-input-prefix {
1159
1116
  left: 0.75rem;
1160
1117
  color: #708da9;
1161
1118
  }
1162
-
1163
1119
  .p-input-icon-left > .p-inputtext {
1164
1120
  padding-left: 2.5rem;
1165
1121
  }
1166
-
1167
1122
  .p-input-icon-left.p-float-label > label {
1168
1123
  left: 2.5rem;
1169
1124
  }
1170
-
1171
1125
  .p-input-icon-right > i:last-of-type,
1172
- .p-input-icon-right > svg:last-of-type,
1173
- .p-input-icon-right > .p-input-suffix {
1126
+ .p-input-icon-right > svg:last-of-type,
1127
+ .p-input-icon-right > .p-input-suffix {
1174
1128
  right: 0.75rem;
1175
1129
  color: #708da9;
1176
1130
  }
1177
-
1178
1131
  .p-input-icon-right > .p-inputtext {
1179
1132
  padding-right: 2.5rem;
1180
1133
  }
1181
-
1182
1134
  ::-webkit-input-placeholder {
1183
1135
  color: #708da9;
1184
1136
  }
1185
-
1186
1137
  :-moz-placeholder {
1187
1138
  color: #708da9;
1188
1139
  }
1189
-
1190
1140
  ::-moz-placeholder {
1191
1141
  color: #708da9;
1192
1142
  }
1193
-
1194
1143
  :-ms-input-placeholder {
1195
1144
  color: #708da9;
1196
1145
  }
1197
-
1198
1146
  .p-input-filled .p-inputtext {
1199
1147
  background-color: #f6f9fc;
1200
1148
  }
@@ -1204,17 +1152,14 @@
1204
1152
  .p-input-filled .p-inputtext:enabled:focus {
1205
1153
  background-color: #ffffff;
1206
1154
  }
1207
-
1208
1155
  .p-inputtext-sm .p-inputtext {
1209
1156
  font-size: 0.875rem;
1210
1157
  padding: 0.65625rem 0.65625rem;
1211
1158
  }
1212
-
1213
1159
  .p-inputtext-lg .p-inputtext {
1214
1160
  font-size: 1.25rem;
1215
1161
  padding: 0.9375rem 0.9375rem;
1216
1162
  }
1217
-
1218
1163
  .p-listbox {
1219
1164
  background: #ffffff;
1220
1165
  color: #043d75;
@@ -1276,7 +1221,6 @@
1276
1221
  .p-listbox.p-invalid {
1277
1222
  border-color: #ff6767;
1278
1223
  }
1279
-
1280
1224
  .p-mention-panel {
1281
1225
  background: #ffffff;
1282
1226
  color: #043d75;
@@ -1304,7 +1248,6 @@
1304
1248
  color: #7254f3;
1305
1249
  background: #e2dcfc;
1306
1250
  }
1307
-
1308
1251
  .p-multiselect {
1309
1252
  background: #ffffff;
1310
1253
  border: 1px solid #d3dbe3;
@@ -1354,7 +1297,6 @@
1354
1297
  .p-multiselect.p-invalid.p-component {
1355
1298
  border-color: #ff6767;
1356
1299
  }
1357
-
1358
1300
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1359
1301
  padding: 0.375rem 0.75rem;
1360
1302
  }
@@ -1364,7 +1306,6 @@
1364
1306
  .p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
1365
1307
  padding-right: 1.75rem;
1366
1308
  }
1367
-
1368
1309
  .p-multiselect-panel {
1369
1310
  background: #ffffff;
1370
1311
  color: #043d75;
@@ -1450,7 +1391,6 @@
1450
1391
  color: #043d75;
1451
1392
  background: transparent;
1452
1393
  }
1453
-
1454
1394
  .p-input-filled .p-multiselect {
1455
1395
  background: #f6f9fc;
1456
1396
  }
@@ -1460,11 +1400,9 @@
1460
1400
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1461
1401
  background-color: #ffffff;
1462
1402
  }
1463
-
1464
1403
  .p-password.p-invalid.p-component > .p-inputtext {
1465
1404
  border-color: #ff6767;
1466
1405
  }
1467
-
1468
1406
  .p-password-panel {
1469
1407
  padding: 1.25rem;
1470
1408
  background: #ffffff;
@@ -1486,7 +1424,6 @@
1486
1424
  .p-password-panel .p-password-meter .p-password-strength.strong {
1487
1425
  background: #29c76f;
1488
1426
  }
1489
-
1490
1427
  .p-radiobutton {
1491
1428
  width: 22px;
1492
1429
  height: 22px;
@@ -1530,7 +1467,6 @@
1530
1467
  .p-radiobutton:focus {
1531
1468
  outline: 0 none;
1532
1469
  }
1533
-
1534
1470
  .p-input-filled .p-radiobutton .p-radiobutton-box {
1535
1471
  background-color: #f6f9fc;
1536
1472
  }
@@ -1543,7 +1479,6 @@
1543
1479
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1544
1480
  background: #5935f1;
1545
1481
  }
1546
-
1547
1482
  .p-rating {
1548
1483
  gap: 0.5rem;
1549
1484
  }
@@ -1573,7 +1508,6 @@
1573
1508
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
1574
1509
  color: #e73d3e;
1575
1510
  }
1576
-
1577
1511
  .p-selectbutton .p-button {
1578
1512
  background: #ffffff;
1579
1513
  border: 1px solid #d3dbe3;
@@ -1581,7 +1515,7 @@
1581
1515
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1582
1516
  }
1583
1517
  .p-selectbutton .p-button .p-button-icon-left,
1584
- .p-selectbutton .p-button .p-button-icon-right {
1518
+ .p-selectbutton .p-button .p-button-icon-right {
1585
1519
  color: #708da9;
1586
1520
  }
1587
1521
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1590,7 +1524,7 @@
1590
1524
  color: #043d75;
1591
1525
  }
1592
1526
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1593
- .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1527
+ .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1594
1528
  color: #708da9;
1595
1529
  }
1596
1530
  .p-selectbutton .p-button.p-highlight {
@@ -1599,7 +1533,7 @@
1599
1533
  color: #ffffff;
1600
1534
  }
1601
1535
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
1602
- .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1536
+ .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1603
1537
  color: #ffffff;
1604
1538
  }
1605
1539
  .p-selectbutton .p-button.p-highlight:hover {
@@ -1608,13 +1542,12 @@
1608
1542
  color: #ffffff;
1609
1543
  }
1610
1544
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
1611
- .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1545
+ .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1612
1546
  color: #ffffff;
1613
1547
  }
1614
1548
  .p-selectbutton.p-invalid > .p-button {
1615
1549
  border-color: #ff6767;
1616
1550
  }
1617
-
1618
1551
  .p-slider {
1619
1552
  background: #dfe7ef;
1620
1553
  border: 0 none;
@@ -1654,7 +1587,6 @@
1654
1587
  background: #7254f3;
1655
1588
  border-color: #7254f3;
1656
1589
  }
1657
-
1658
1590
  .p-treeselect {
1659
1591
  background: #ffffff;
1660
1592
  border: 1px solid #d3dbe3;
@@ -1701,11 +1633,9 @@
1701
1633
  .p-treeselect.p-invalid.p-component {
1702
1634
  border-color: #ff6767;
1703
1635
  }
1704
-
1705
1636
  .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
1706
1637
  padding: 0.375rem 0.75rem;
1707
1638
  }
1708
-
1709
1639
  .p-treeselect-panel {
1710
1640
  background: #ffffff;
1711
1641
  color: #043d75;
@@ -1765,7 +1695,6 @@
1765
1695
  color: #043d75;
1766
1696
  background: transparent;
1767
1697
  }
1768
-
1769
1698
  .p-input-filled .p-treeselect {
1770
1699
  background: #f6f9fc;
1771
1700
  }
@@ -1775,7 +1704,6 @@
1775
1704
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
1776
1705
  background-color: #ffffff;
1777
1706
  }
1778
-
1779
1707
  .p-togglebutton.p-button {
1780
1708
  background: #ffffff;
1781
1709
  border: 1px solid #d3dbe3;
@@ -1783,7 +1711,7 @@
1783
1711
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1784
1712
  }
1785
1713
  .p-togglebutton.p-button .p-button-icon-left,
1786
- .p-togglebutton.p-button .p-button-icon-right {
1714
+ .p-togglebutton.p-button .p-button-icon-right {
1787
1715
  color: #708da9;
1788
1716
  }
1789
1717
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1792,7 +1720,7 @@
1792
1720
  color: #043d75;
1793
1721
  }
1794
1722
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1795
- .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1723
+ .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1796
1724
  color: #708da9;
1797
1725
  }
1798
1726
  .p-togglebutton.p-button.p-highlight {
@@ -1801,7 +1729,7 @@
1801
1729
  color: #ffffff;
1802
1730
  }
1803
1731
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
1804
- .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1732
+ .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1805
1733
  color: #ffffff;
1806
1734
  }
1807
1735
  .p-togglebutton.p-button.p-highlight:hover {
@@ -1810,13 +1738,12 @@
1810
1738
  color: #ffffff;
1811
1739
  }
1812
1740
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
1813
- .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1741
+ .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1814
1742
  color: #ffffff;
1815
1743
  }
1816
1744
  .p-togglebutton.p-button.p-invalid > .p-button {
1817
1745
  border-color: #ff6767;
1818
1746
  }
1819
-
1820
1747
  .p-button {
1821
1748
  color: #ffffff;
1822
1749
  background: #7254f3;
@@ -1928,7 +1855,7 @@
1928
1855
  padding: 0.75rem 0;
1929
1856
  }
1930
1857
  .p-button.p-button-icon-only .p-button-icon-left,
1931
- .p-button.p-button-icon-only .p-button-icon-right {
1858
+ .p-button.p-button-icon-only .p-button-icon-right {
1932
1859
  margin: 0;
1933
1860
  }
1934
1861
  .p-button.p-button-icon-only.p-button-rounded {
@@ -1964,7 +1891,6 @@
1964
1891
  .p-button.p-button-loading-label-only .p-button-loading-icon {
1965
1892
  margin: 0;
1966
1893
  }
1967
-
1968
1894
  .p-fluid .p-button {
1969
1895
  width: 100%;
1970
1896
  }
@@ -1977,7 +1903,6 @@
1977
1903
  .p-fluid .p-buttonset .p-button {
1978
1904
  flex: 1;
1979
1905
  }
1980
-
1981
1906
  .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 {
1982
1907
  color: #ffffff;
1983
1908
  background: #a1c30d;
@@ -2026,7 +1951,6 @@
2026
1951
  border-color: transparent;
2027
1952
  color: #a1c30d;
2028
1953
  }
2029
-
2030
1954
  .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 {
2031
1955
  color: #ffffff;
2032
1956
  background: #5486f3;
@@ -2075,7 +1999,6 @@
2075
1999
  border-color: transparent;
2076
2000
  color: #5486f3;
2077
2001
  }
2078
-
2079
2002
  .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 {
2080
2003
  color: #ffffff;
2081
2004
  background: #29c76f;
@@ -2124,7 +2047,6 @@
2124
2047
  border-color: transparent;
2125
2048
  color: #29c76f;
2126
2049
  }
2127
-
2128
2050
  .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 {
2129
2051
  color: #ffffff;
2130
2052
  background: #ff9f42;
@@ -2173,7 +2095,6 @@
2173
2095
  border-color: transparent;
2174
2096
  color: #ff9f42;
2175
2097
  }
2176
-
2177
2098
  .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 {
2178
2099
  color: #ffffff;
2179
2100
  background: #3ec9d6;
@@ -2222,7 +2143,6 @@
2222
2143
  border-color: transparent;
2223
2144
  color: #3ec9d6;
2224
2145
  }
2225
-
2226
2146
  .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 {
2227
2147
  color: #ffffff;
2228
2148
  background: #ea5455;
@@ -2271,7 +2191,6 @@
2271
2191
  border-color: transparent;
2272
2192
  color: #ea5455;
2273
2193
  }
2274
-
2275
2194
  .p-button.p-button-link {
2276
2195
  color: #5935f1;
2277
2196
  background: transparent;
@@ -2295,7 +2214,6 @@
2295
2214
  color: #5935f1;
2296
2215
  border-color: transparent;
2297
2216
  }
2298
-
2299
2217
  .p-splitbutton {
2300
2218
  border-radius: 6px;
2301
2219
  }
@@ -2377,12 +2295,11 @@
2377
2295
  font-size: 1.25rem;
2378
2296
  }
2379
2297
  .p-splitbutton .p-splitbutton-menubutton,
2380
- .p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
2381
- .p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
2298
+ .p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
2299
+ .p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
2382
2300
  border-top-left-radius: 0;
2383
2301
  border-bottom-left-radius: 0;
2384
2302
  }
2385
-
2386
2303
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2387
2304
  background-color: transparent;
2388
2305
  color: #a1c30d;
@@ -2411,7 +2328,6 @@
2411
2328
  border-color: transparent;
2412
2329
  color: #a1c30d;
2413
2330
  }
2414
-
2415
2331
  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2416
2332
  background-color: transparent;
2417
2333
  color: #5486f3;
@@ -2440,7 +2356,6 @@
2440
2356
  border-color: transparent;
2441
2357
  color: #5486f3;
2442
2358
  }
2443
-
2444
2359
  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2445
2360
  background-color: transparent;
2446
2361
  color: #29c76f;
@@ -2469,7 +2384,6 @@
2469
2384
  border-color: transparent;
2470
2385
  color: #29c76f;
2471
2386
  }
2472
-
2473
2387
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2474
2388
  background-color: transparent;
2475
2389
  color: #ff9f42;
@@ -2498,7 +2412,6 @@
2498
2412
  border-color: transparent;
2499
2413
  color: #ff9f42;
2500
2414
  }
2501
-
2502
2415
  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2503
2416
  background-color: transparent;
2504
2417
  color: #3ec9d6;
@@ -2527,7 +2440,6 @@
2527
2440
  border-color: transparent;
2528
2441
  color: #3ec9d6;
2529
2442
  }
2530
-
2531
2443
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2532
2444
  background-color: transparent;
2533
2445
  color: #ea5455;
@@ -2556,7 +2468,6 @@
2556
2468
  border-color: transparent;
2557
2469
  color: #ea5455;
2558
2470
  }
2559
-
2560
2471
  .p-speeddial-button.p-button.p-button-icon-only {
2561
2472
  width: 4rem;
2562
2473
  height: 4rem;
@@ -2568,7 +2479,9 @@
2568
2479
  width: 1.3rem;
2569
2480
  height: 1.3rem;
2570
2481
  }
2571
-
2482
+ .p-speeddial-list {
2483
+ outline: 0 none;
2484
+ }
2572
2485
  .p-speeddial-action {
2573
2486
  width: 3rem;
2574
2487
  height: 3rem;
@@ -2579,55 +2492,48 @@
2579
2492
  background: #022354;
2580
2493
  color: #fff;
2581
2494
  }
2582
-
2583
2495
  .p-speeddial-direction-up .p-speeddial-item {
2584
2496
  margin: 0.25rem;
2585
2497
  }
2586
2498
  .p-speeddial-direction-up .p-speeddial-item:first-child {
2587
2499
  margin-bottom: 0.5rem;
2588
2500
  }
2589
-
2590
2501
  .p-speeddial-direction-down .p-speeddial-item {
2591
2502
  margin: 0.25rem;
2592
2503
  }
2593
2504
  .p-speeddial-direction-down .p-speeddial-item:first-child {
2594
2505
  margin-top: 0.5rem;
2595
2506
  }
2596
-
2597
2507
  .p-speeddial-direction-left .p-speeddial-item {
2598
2508
  margin: 0 0.25rem;
2599
2509
  }
2600
2510
  .p-speeddial-direction-left .p-speeddial-item:first-child {
2601
2511
  margin-right: 0.5rem;
2602
2512
  }
2603
-
2604
2513
  .p-speeddial-direction-right .p-speeddial-item {
2605
2514
  margin: 0 0.25rem;
2606
2515
  }
2607
2516
  .p-speeddial-direction-right .p-speeddial-item:first-child {
2608
2517
  margin-left: 0.5rem;
2609
2518
  }
2610
-
2611
2519
  .p-speeddial-circle .p-speeddial-item,
2612
- .p-speeddial-semi-circle .p-speeddial-item,
2613
- .p-speeddial-quarter-circle .p-speeddial-item {
2520
+ .p-speeddial-semi-circle .p-speeddial-item,
2521
+ .p-speeddial-quarter-circle .p-speeddial-item {
2614
2522
  margin: 0;
2615
2523
  }
2616
2524
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
2617
- .p-speeddial-semi-circle .p-speeddial-item:first-child,
2618
- .p-speeddial-semi-circle .p-speeddial-item:last-child,
2619
- .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2620
- .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2525
+ .p-speeddial-semi-circle .p-speeddial-item:first-child,
2526
+ .p-speeddial-semi-circle .p-speeddial-item:last-child,
2527
+ .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2528
+ .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2621
2529
  margin: 0;
2622
2530
  }
2623
-
2624
2531
  .p-speeddial-mask {
2625
2532
  background-color: rgba(0, 0, 0, 0.4);
2626
2533
  border-radius: 6px;
2627
2534
  }
2628
-
2629
2535
  .p-carousel .p-carousel-content .p-carousel-prev,
2630
- .p-carousel .p-carousel-content .p-carousel-next {
2536
+ .p-carousel .p-carousel-content .p-carousel-next {
2631
2537
  width: 2rem;
2632
2538
  height: 2rem;
2633
2539
  color: #708da9;
@@ -2638,13 +2544,13 @@
2638
2544
  margin: 0.5rem;
2639
2545
  }
2640
2546
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
2641
- .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2547
+ .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2642
2548
  color: #043d75;
2643
2549
  border-color: transparent;
2644
2550
  background: #f6f9fc;
2645
2551
  }
2646
2552
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
2647
- .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2553
+ .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2648
2554
  outline: 0 none;
2649
2555
  outline-offset: 0;
2650
2556
  box-shadow: 0 0 0 1px #c7bbfa;
@@ -2670,7 +2576,6 @@
2670
2576
  background: #e2dcfc;
2671
2577
  color: #7254f3;
2672
2578
  }
2673
-
2674
2579
  .p-datatable .p-paginator-top {
2675
2580
  border-width: 0 0 1px 0;
2676
2581
  border-radius: 0;
@@ -2764,9 +2669,9 @@
2764
2669
  padding: 1rem 1rem;
2765
2670
  }
2766
2671
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
2767
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2768
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2769
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2672
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2673
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2674
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2770
2675
  width: 2rem;
2771
2676
  height: 2rem;
2772
2677
  color: #708da9;
@@ -2776,17 +2681,17 @@
2776
2681
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
2777
2682
  }
2778
2683
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
2779
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2780
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2781
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2684
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2685
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2686
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2782
2687
  color: #043d75;
2783
2688
  border-color: transparent;
2784
2689
  background: #f6f9fc;
2785
2690
  }
2786
2691
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
2787
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2788
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2789
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2692
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2693
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2694
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2790
2695
  outline: 0 none;
2791
2696
  outline-offset: 0;
2792
2697
  box-shadow: 0 0 0 1px #c7bbfa;
@@ -2839,12 +2744,12 @@
2839
2744
  background: #7254f3;
2840
2745
  }
2841
2746
  .p-datatable .p-datatable-scrollable-header,
2842
- .p-datatable .p-datatable-scrollable-footer {
2747
+ .p-datatable .p-datatable-scrollable-footer {
2843
2748
  background: #eff3f8;
2844
2749
  }
2845
2750
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
2846
- .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,
2847
- .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
2751
+ .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,
2752
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
2848
2753
  background-color: #eff3f8;
2849
2754
  }
2850
2755
  .p-datatable .p-datatable-loading-icon {
@@ -2954,11 +2859,9 @@
2954
2859
  .p-datatable.p-datatable-lg .p-datatable-footer {
2955
2860
  padding: 1.25rem 1.25rem;
2956
2861
  }
2957
-
2958
2862
  .p-datatable-drag-selection-helper {
2959
2863
  background: rgba(114, 84, 243, 0.16);
2960
2864
  }
2961
-
2962
2865
  .p-dataview .p-paginator-top {
2963
2866
  border-width: 0 0 1px 0;
2964
2867
  border-radius: 0;
@@ -3002,7 +2905,6 @@
3002
2905
  width: 2rem;
3003
2906
  height: 2rem;
3004
2907
  }
3005
-
3006
2908
  .p-datascroller .p-paginator-top {
3007
2909
  border-width: 0 0 1px 0;
3008
2910
  border-radius: 0;
@@ -3039,12 +2941,10 @@
3039
2941
  border-bottom-left-radius: 6px;
3040
2942
  border-bottom-right-radius: 6px;
3041
2943
  }
3042
-
3043
2944
  .p-column-filter-row .p-column-filter-menu-button,
3044
- .p-column-filter-row .p-column-filter-clear-button {
2945
+ .p-column-filter-row .p-column-filter-clear-button {
3045
2946
  margin-left: 0.5rem;
3046
2947
  }
3047
-
3048
2948
  .p-column-filter-menu-button {
3049
2949
  width: 2rem;
3050
2950
  height: 2rem;
@@ -3072,7 +2972,6 @@
3072
2972
  outline-offset: 0;
3073
2973
  box-shadow: 0 0 0 1px #c7bbfa;
3074
2974
  }
3075
-
3076
2975
  .p-column-filter-clear-button {
3077
2976
  width: 2rem;
3078
2977
  height: 2rem;
@@ -3092,7 +2991,6 @@
3092
2991
  outline-offset: 0;
3093
2992
  box-shadow: 0 0 0 1px #c7bbfa;
3094
2993
  }
3095
-
3096
2994
  .p-column-filter-overlay {
3097
2995
  background: #ffffff;
3098
2996
  color: #043d75;
@@ -3130,7 +3028,6 @@
3130
3028
  border-top: 1px solid #dfe7ef;
3131
3029
  margin: 0.25rem 0;
3132
3030
  }
3133
-
3134
3031
  .p-column-filter-overlay-menu .p-column-filter-operator {
3135
3032
  padding: 0.75rem 1.25rem;
3136
3033
  border-bottom: 1px solid #dfe7ef;
@@ -3159,7 +3056,6 @@
3159
3056
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
3160
3057
  padding: 1.25rem;
3161
3058
  }
3162
-
3163
3059
  .p-orderlist .p-orderlist-controls {
3164
3060
  padding: 1.25rem;
3165
3061
  }
@@ -3196,6 +3092,7 @@
3196
3092
  padding: 0.75rem 0;
3197
3093
  border-bottom-right-radius: 6px;
3198
3094
  border-bottom-left-radius: 6px;
3095
+ outline: 0 none;
3199
3096
  }
3200
3097
  .p-orderlist .p-orderlist-list .p-orderlist-item {
3201
3098
  padding: 0.75rem 1.25rem;
@@ -3209,22 +3106,23 @@
3209
3106
  background: #f6f9fc;
3210
3107
  color: #043d75;
3211
3108
  }
3212
- .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
3213
- outline: 0 none;
3214
- outline-offset: 0;
3215
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
3109
+ .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
3110
+ color: #043d75;
3111
+ background: #dfe7ef;
3216
3112
  }
3217
3113
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
3218
3114
  color: #7254f3;
3219
3115
  background: #e2dcfc;
3220
3116
  }
3117
+ .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
3118
+ background: #cbc0fa;
3119
+ }
3221
3120
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
3222
3121
  background: #fcfcfc;
3223
3122
  }
3224
3123
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3225
3124
  background: #f6f9fc;
3226
3125
  }
3227
-
3228
3126
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3229
3127
  background: #f6f9fc;
3230
3128
  color: #043d75;
@@ -3263,7 +3161,6 @@
3263
3161
  outline-offset: 0;
3264
3162
  box-shadow: 0 0 0 1px #c7bbfa;
3265
3163
  }
3266
-
3267
3164
  .p-paginator {
3268
3165
  background: #ffffff;
3269
3166
  color: #708da9;
@@ -3273,9 +3170,9 @@
3273
3170
  border-radius: 6px;
3274
3171
  }
3275
3172
  .p-paginator .p-paginator-first,
3276
- .p-paginator .p-paginator-prev,
3277
- .p-paginator .p-paginator-next,
3278
- .p-paginator .p-paginator-last {
3173
+ .p-paginator .p-paginator-prev,
3174
+ .p-paginator .p-paginator-next,
3175
+ .p-paginator .p-paginator-last {
3279
3176
  background-color: transparent;
3280
3177
  border: 0 none;
3281
3178
  color: #708da9;
@@ -3286,9 +3183,9 @@
3286
3183
  border-radius: 50%;
3287
3184
  }
3288
3185
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
3289
- .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3290
- .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3291
- .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3186
+ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3187
+ .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3188
+ .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3292
3189
  background: #f6f9fc;
3293
3190
  border-color: transparent;
3294
3191
  color: #043d75;
@@ -3344,7 +3241,6 @@
3344
3241
  border-color: transparent;
3345
3242
  color: #043d75;
3346
3243
  }
3347
-
3348
3244
  .p-picklist .p-picklist-buttons {
3349
3245
  padding: 1.25rem;
3350
3246
  }
@@ -3403,7 +3299,6 @@
3403
3299
  color: #7254f3;
3404
3300
  background: #e2dcfc;
3405
3301
  }
3406
-
3407
3302
  .p-tree {
3408
3303
  border: 1px solid #dfe7ef;
3409
3304
  background: #ffffff;
@@ -3459,11 +3354,11 @@
3459
3354
  color: #7254f3;
3460
3355
  }
3461
3356
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
3462
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3357
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3463
3358
  color: #7254f3;
3464
3359
  }
3465
3360
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
3466
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3361
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3467
3362
  color: #7254f3;
3468
3363
  }
3469
3364
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
@@ -3501,7 +3396,6 @@
3501
3396
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
3502
3397
  background: #9a85f5;
3503
3398
  }
3504
-
3505
3399
  .p-treetable .p-paginator-top {
3506
3400
  border-width: 0 0 1px 0;
3507
3401
  border-radius: 0;
@@ -3637,7 +3531,7 @@
3637
3531
  background: #7254f3;
3638
3532
  }
3639
3533
  .p-treetable .p-treetable-scrollable-header,
3640
- .p-treetable .p-treetable-scrollable-footer {
3534
+ .p-treetable .p-treetable-scrollable-footer {
3641
3535
  background: #eff3f8;
3642
3536
  }
3643
3537
  .p-treetable .p-treetable-loading-icon {
@@ -3714,7 +3608,6 @@
3714
3608
  .p-treetable.p-treetable-lg .p-treetable-footer {
3715
3609
  padding: 1.25rem 1.25rem;
3716
3610
  }
3717
-
3718
3611
  .p-timeline .p-timeline-event-marker {
3719
3612
  border: 2px solid #7254f3;
3720
3613
  border-radius: 50%;
@@ -3726,20 +3619,19 @@
3726
3619
  background-color: #dfe7ef;
3727
3620
  }
3728
3621
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
3729
- .p-timeline.p-timeline-vertical .p-timeline-event-content {
3622
+ .p-timeline.p-timeline-vertical .p-timeline-event-content {
3730
3623
  padding: 0 1rem;
3731
3624
  }
3732
3625
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
3733
3626
  width: 2px;
3734
3627
  }
3735
3628
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
3736
- .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3629
+ .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3737
3630
  padding: 1rem 0;
3738
3631
  }
3739
3632
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
3740
3633
  height: 2px;
3741
3634
  }
3742
-
3743
3635
  .p-accordion .p-accordion-header .p-accordion-header-link {
3744
3636
  padding: 1.25rem;
3745
3637
  border: 1px solid #dfe7ef;
@@ -3788,7 +3680,6 @@
3788
3680
  .p-accordion .p-accordion-tab {
3789
3681
  margin-bottom: 4px;
3790
3682
  }
3791
-
3792
3683
  .p-card {
3793
3684
  background: #ffffff;
3794
3685
  color: #043d75;
@@ -3814,7 +3705,6 @@
3814
3705
  .p-card .p-card-footer {
3815
3706
  padding: 1.25rem 0 0 0;
3816
3707
  }
3817
-
3818
3708
  .p-fieldset {
3819
3709
  border: 1px solid #dfe7ef;
3820
3710
  background: #ffffff;
@@ -3855,7 +3745,6 @@
3855
3745
  .p-fieldset .p-fieldset-content {
3856
3746
  padding: 1.25rem;
3857
3747
  }
3858
-
3859
3748
  .p-divider .p-divider-content {
3860
3749
  background-color: #ffffff;
3861
3750
  }
@@ -3879,7 +3768,6 @@
3879
3768
  .p-divider.p-divider-vertical .p-divider-content {
3880
3769
  padding: 0.5rem 0;
3881
3770
  }
3882
-
3883
3771
  .p-panel .p-panel-header {
3884
3772
  border: 1px solid #dfe7ef;
3885
3773
  padding: 1.25rem;
@@ -3929,7 +3817,6 @@
3929
3817
  color: #043d75;
3930
3818
  border-top: 0 none;
3931
3819
  }
3932
-
3933
3820
  .p-splitter {
3934
3821
  border: 1px solid #dfe7ef;
3935
3822
  background: #ffffff;
@@ -3946,12 +3833,15 @@
3946
3833
  .p-splitter .p-splitter-gutter-resizing {
3947
3834
  background: #dfe7ef;
3948
3835
  }
3949
-
3950
3836
  .p-scrollpanel .p-scrollpanel-bar {
3951
3837
  background: #eff3f8;
3952
3838
  border: 0 none;
3953
3839
  }
3954
-
3840
+ .p-scrollpanel .p-scrollpanel-bar:focus-visible {
3841
+ outline: 0 none;
3842
+ outline-offset: 0;
3843
+ box-shadow: 0 0 0 1px #c7bbfa;
3844
+ }
3955
3845
  .p-tabview .p-tabview-nav {
3956
3846
  background: #ffffff;
3957
3847
  border: 1px solid #dfe7ef;
@@ -4011,7 +3901,6 @@
4011
3901
  border-bottom-right-radius: 6px;
4012
3902
  border-bottom-left-radius: 6px;
4013
3903
  }
4014
-
4015
3904
  .p-toolbar {
4016
3905
  background: #eff3f8;
4017
3906
  border: 1px solid #dfe7ef;
@@ -4022,7 +3911,6 @@
4022
3911
  .p-toolbar .p-toolbar-separator {
4023
3912
  margin: 0 0.5rem;
4024
3913
  }
4025
-
4026
3914
  .p-confirm-popup {
4027
3915
  background: #ffffff;
4028
3916
  color: #043d75;
@@ -4070,7 +3958,6 @@
4070
3958
  .p-confirm-popup .p-confirm-popup-message {
4071
3959
  margin-left: 1rem;
4072
3960
  }
4073
-
4074
3961
  .p-dialog {
4075
3962
  border-radius: 6px;
4076
3963
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
@@ -4146,7 +4033,6 @@
4146
4033
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
4147
4034
  margin-left: 1rem;
4148
4035
  }
4149
-
4150
4036
  .p-overlaypanel {
4151
4037
  background: #ffffff;
4152
4038
  color: #043d75;
@@ -4188,7 +4074,6 @@
4188
4074
  .p-overlaypanel.p-overlaypanel-flipped:before {
4189
4075
  border-top-color: #ffffff;
4190
4076
  }
4191
-
4192
4077
  .p-sidebar {
4193
4078
  background: #ffffff;
4194
4079
  color: #043d75;
@@ -4199,7 +4084,7 @@
4199
4084
  padding: 1.25rem;
4200
4085
  }
4201
4086
  .p-sidebar .p-sidebar-header .p-sidebar-close,
4202
- .p-sidebar .p-sidebar-header .p-sidebar-icon {
4087
+ .p-sidebar .p-sidebar-header .p-sidebar-icon {
4203
4088
  width: 2rem;
4204
4089
  height: 2rem;
4205
4090
  color: #708da9;
@@ -4209,13 +4094,13 @@
4209
4094
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
4210
4095
  }
4211
4096
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
4212
- .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4097
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4213
4098
  color: #043d75;
4214
4099
  border-color: transparent;
4215
4100
  background: #f6f9fc;
4216
4101
  }
4217
4102
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
4218
- .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4103
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4219
4104
  outline: 0 none;
4220
4105
  outline-offset: 0;
4221
4106
  box-shadow: 0 0 0 1px #c7bbfa;
@@ -4226,7 +4111,6 @@
4226
4111
  .p-sidebar .p-sidebar-content {
4227
4112
  padding: 1.25rem;
4228
4113
  }
4229
-
4230
4114
  .p-tooltip .p-tooltip-text {
4231
4115
  background: #043d75;
4232
4116
  color: #ffffff;
@@ -4246,7 +4130,6 @@
4246
4130
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
4247
4131
  border-bottom-color: #043d75;
4248
4132
  }
4249
-
4250
4133
  .p-fileupload .p-fileupload-buttonbar {
4251
4134
  background: #eff3f8;
4252
4135
  padding: 1.25rem;
@@ -4277,7 +4160,6 @@
4277
4160
  .p-fileupload.p-fileupload-advanced .p-message {
4278
4161
  margin-top: 0;
4279
4162
  }
4280
-
4281
4163
  .p-breadcrumb {
4282
4164
  background: #eff3f8;
4283
4165
  border: 1px solid #dfe7ef;
@@ -4309,7 +4191,6 @@
4309
4191
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
4310
4192
  color: #708da9;
4311
4193
  }
4312
-
4313
4194
  .p-contextmenu {
4314
4195
  padding: 0.25rem 0;
4315
4196
  background: #eff3f8;
@@ -4319,144 +4200,168 @@
4319
4200
  border-radius: 6px;
4320
4201
  width: 12.5rem;
4321
4202
  }
4322
- .p-contextmenu .p-menuitem-link {
4323
- padding: 0.75rem 1.25rem;
4203
+ .p-contextmenu .p-contextmenu-root-list {
4204
+ outline: 0 none;
4205
+ }
4206
+ .p-contextmenu .p-submenu-list {
4207
+ padding: 0.25rem 0;
4208
+ background: #eff3f8;
4209
+ border: 0 none;
4210
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
4211
+ border-radius: 6px;
4212
+ }
4213
+ .p-contextmenu .p-menuitem > .p-menuitem-content {
4324
4214
  color: #043d75;
4325
- border-radius: 0;
4326
4215
  transition: box-shadow 0.2s;
4216
+ border-radius: 0;
4217
+ }
4218
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
4219
+ color: #043d75;
4220
+ padding: 0.75rem 1.25rem;
4327
4221
  user-select: none;
4328
4222
  }
4329
- .p-contextmenu .p-menuitem-link .p-menuitem-text {
4223
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4330
4224
  color: #043d75;
4331
4225
  }
4332
- .p-contextmenu .p-menuitem-link .p-menuitem-icon {
4226
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4333
4227
  color: #708da9;
4334
4228
  margin-right: 0.5rem;
4335
4229
  }
4336
- .p-contextmenu .p-menuitem-link .p-submenu-icon {
4230
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4337
4231
  color: #708da9;
4338
4232
  }
4339
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
4340
- background: #f6f9fc;
4233
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
4234
+ color: #7254f3;
4235
+ background: #e2dcfc;
4341
4236
  }
4342
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4343
- color: #043d75;
4237
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4238
+ color: #7254f3;
4344
4239
  }
4345
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4346
- color: #708da9;
4240
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4241
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4242
+ color: #7254f3;
4347
4243
  }
4348
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4349
- color: #708da9;
4244
+ .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4245
+ background: #cbc0fa;
4350
4246
  }
4351
- .p-contextmenu .p-menuitem-link:focus {
4352
- outline: 0 none;
4353
- outline-offset: 0;
4354
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
4247
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4248
+ color: #043d75;
4249
+ background: #dfe7ef;
4355
4250
  }
4356
- .p-contextmenu .p-submenu-list {
4357
- padding: 0.25rem 0;
4358
- background: #eff3f8;
4359
- border: 0 none;
4360
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
4361
- border-radius: 6px;
4251
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4252
+ color: #043d75;
4362
4253
  }
4363
- .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
4364
- background: #e2dcfc;
4254
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4255
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4256
+ color: #043d75;
4365
4257
  }
4366
- .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
4367
- color: #7254f3;
4258
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4259
+ color: #043d75;
4260
+ background: #f6f9fc;
4368
4261
  }
4369
- .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 {
4370
- color: #7254f3;
4262
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4263
+ color: #043d75;
4371
4264
  }
4372
- .p-contextmenu .p-menu-separator {
4265
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4266
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4267
+ color: #708da9;
4268
+ }
4269
+ .p-contextmenu .p-menuitem-separator {
4373
4270
  border-top: 1px solid #dfe7ef;
4374
4271
  margin: 0.25rem 0;
4375
4272
  }
4376
4273
  .p-contextmenu .p-submenu-icon {
4377
4274
  font-size: 0.875rem;
4378
- transition: transform 0.2s;
4379
4275
  }
4380
4276
  .p-contextmenu .p-submenu-icon.p-icon {
4381
4277
  width: 0.875rem;
4382
4278
  height: 0.875rem;
4383
4279
  }
4384
-
4385
- .p-dock .p-dock-list {
4280
+ .p-dock .p-dock-list-container {
4386
4281
  background: rgba(255, 255, 255, 0.1);
4387
4282
  border: 1px solid rgba(255, 255, 255, 0.2);
4388
4283
  padding: 0.5rem 0.5rem;
4389
4284
  border-radius: 0.5rem;
4390
4285
  }
4286
+ .p-dock .p-dock-list-container .p-dock-list {
4287
+ outline: 0 none;
4288
+ }
4391
4289
  .p-dock .p-dock-item {
4392
4290
  padding: 0.5rem;
4291
+ border-radius: 6px;
4292
+ }
4293
+ .p-dock .p-dock-item.p-focus {
4294
+ outline: 0 none;
4295
+ outline-offset: 0;
4296
+ box-shadow: inset 0 0 0 0.15rem #c7bbfa;
4393
4297
  }
4394
4298
  .p-dock .p-dock-action {
4395
4299
  width: 4rem;
4396
4300
  height: 4rem;
4397
4301
  }
4398
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
4399
- .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,
4400
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
4302
+ .p-dock.p-dock-top .p-dock-item-second-prev,
4303
+ .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4304
+ .p-dock.p-dock-bottom .p-dock-item-second-next {
4401
4305
  margin: 0 0.9rem;
4402
4306
  }
4403
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
4404
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
4405
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
4307
+ .p-dock.p-dock-top .p-dock-item-prev,
4308
+ .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4309
+ .p-dock.p-dock-bottom .p-dock-item-next {
4406
4310
  margin: 0 1.3rem;
4407
4311
  }
4408
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
4312
+ .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
4409
4313
  margin: 0 1.5rem;
4410
4314
  }
4411
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
4412
- .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,
4413
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
4315
+ .p-dock.p-dock-left .p-dock-item-second-prev,
4316
+ .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4317
+ .p-dock.p-dock-right .p-dock-item-second-next {
4414
4318
  margin: 0.9rem 0;
4415
4319
  }
4416
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
4417
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
4418
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
4320
+ .p-dock.p-dock-left .p-dock-item-prev,
4321
+ .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4322
+ .p-dock.p-dock-right .p-dock-item-next {
4419
4323
  margin: 1.3rem 0;
4420
4324
  }
4421
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
4325
+ .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
4422
4326
  margin: 1.5rem 0;
4423
4327
  }
4424
-
4425
- @media screen and (max-width: 960px) {
4426
- .p-dock.p-dock-top .p-dock-container, .p-dock.p-dock-bottom .p-dock-container {
4427
- overflow-x: auto;
4428
- width: 100%;
4429
- }
4430
- .p-dock.p-dock-top .p-dock-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-container .p-dock-list {
4431
- margin: 0 auto;
4432
- }
4433
- .p-dock.p-dock-left .p-dock-container, .p-dock.p-dock-right .p-dock-container {
4434
- overflow-y: auto;
4435
- height: 100%;
4436
- }
4437
- .p-dock.p-dock-left .p-dock-container .p-dock-list, .p-dock.p-dock-right .p-dock-container .p-dock-list {
4438
- margin: auto 0;
4439
- }
4440
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
4441
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next,
4442
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
4443
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-next,
4444
- .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,
4445
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
4446
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
4447
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next,
4448
- .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,
4449
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next,
4450
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
4451
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-next,
4452
- .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,
4453
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next,
4454
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
4455
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-next,
4456
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
4457
- transform: none;
4458
- margin: 0;
4459
- }
4328
+ .p-dock.p-dock-mobile.p-dock-top .p-dock-list-container, .p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container {
4329
+ overflow-x: auto;
4330
+ width: 100%;
4331
+ }
4332
+ .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 {
4333
+ margin: 0 auto;
4334
+ }
4335
+ .p-dock.p-dock-mobile.p-dock-left .p-dock-list-container, .p-dock.p-dock-mobile.p-dock-right .p-dock-list-container {
4336
+ overflow-y: auto;
4337
+ height: 100%;
4338
+ }
4339
+ .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 {
4340
+ margin: auto 0;
4341
+ }
4342
+ .p-dock.p-dock-mobile .p-dock-list .p-dock-item {
4343
+ transform: none;
4344
+ margin: 0;
4345
+ }
4346
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
4347
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-next,
4348
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-prev,
4349
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-next,
4350
+ .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,
4351
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
4352
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
4353
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-next,
4354
+ .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,
4355
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-next,
4356
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-prev,
4357
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-next,
4358
+ .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,
4359
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-next,
4360
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-prev,
4361
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-next,
4362
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-current {
4363
+ transform: none;
4364
+ margin: 0;
4460
4365
  }
4461
4366
  .p-megamenu {
4462
4367
  padding: 0.5rem;
@@ -4465,101 +4370,72 @@
4465
4370
  border: 1px solid #dfe7ef;
4466
4371
  border-radius: 6px;
4467
4372
  }
4468
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
4469
- padding: 0.75rem 1.25rem;
4373
+ .p-megamenu .p-megamenu-root-list {
4374
+ outline: 0 none;
4375
+ }
4376
+ .p-megamenu .p-menuitem > .p-menuitem-content {
4470
4377
  color: #043d75;
4471
- border-radius: 6px;
4472
4378
  transition: box-shadow 0.2s;
4473
- user-select: none;
4379
+ border-radius: 0;
4474
4380
  }
4475
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4381
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
4476
4382
  color: #043d75;
4383
+ padding: 0.75rem 1.25rem;
4384
+ user-select: none;
4477
4385
  }
4478
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4479
- color: #708da9;
4480
- margin-right: 0.5rem;
4481
- }
4482
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4483
- color: #708da9;
4484
- margin-left: 0.5rem;
4485
- }
4486
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4487
- background: #f6f9fc;
4488
- }
4489
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4386
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4490
4387
  color: #043d75;
4491
4388
  }
4492
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4389
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4493
4390
  color: #708da9;
4391
+ margin-right: 0.5rem;
4494
4392
  }
4495
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4393
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4496
4394
  color: #708da9;
4497
4395
  }
4498
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
4499
- outline: 0 none;
4500
- outline-offset: 0;
4501
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
4502
- }
4503
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4504
- margin-left: auto;
4505
- }
4506
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4507
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
4396
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
4397
+ color: #7254f3;
4508
4398
  background: #e2dcfc;
4509
4399
  }
4510
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
4511
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4400
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4512
4401
  color: #7254f3;
4513
4402
  }
4514
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
4515
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4403
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4404
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4516
4405
  color: #7254f3;
4517
4406
  }
4518
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
4519
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4520
- color: #7254f3;
4407
+ .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4408
+ background: #cbc0fa;
4521
4409
  }
4522
- .p-megamenu .p-menuitem-link {
4523
- padding: 0.75rem 1.25rem;
4410
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4524
4411
  color: #043d75;
4525
- border-radius: 0;
4526
- transition: box-shadow 0.2s;
4527
- user-select: none;
4412
+ background: #dfe7ef;
4528
4413
  }
4529
- .p-megamenu .p-menuitem-link .p-menuitem-text {
4414
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4530
4415
  color: #043d75;
4531
4416
  }
4532
- .p-megamenu .p-menuitem-link .p-menuitem-icon {
4533
- color: #708da9;
4534
- margin-right: 0.5rem;
4535
- }
4536
- .p-megamenu .p-menuitem-link .p-submenu-icon {
4537
- color: #708da9;
4417
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4418
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4419
+ color: #043d75;
4538
4420
  }
4539
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover {
4421
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4422
+ color: #043d75;
4540
4423
  background: #f6f9fc;
4541
4424
  }
4542
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4425
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4543
4426
  color: #043d75;
4544
4427
  }
4545
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4546
- color: #708da9;
4547
- }
4548
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4428
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4429
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4549
4430
  color: #708da9;
4550
4431
  }
4551
- .p-megamenu .p-menuitem-link:focus {
4552
- outline: 0 none;
4553
- outline-offset: 0;
4554
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
4555
- }
4556
4432
  .p-megamenu .p-megamenu-panel {
4557
4433
  background: #eff3f8;
4558
4434
  color: #043d75;
4559
4435
  border: 0 none;
4560
4436
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
4561
4437
  }
4562
- .p-megamenu .p-megamenu-submenu-header {
4438
+ .p-megamenu .p-submenu-header {
4563
4439
  margin: 0;
4564
4440
  padding: 0.75rem 1.25rem;
4565
4441
  color: #708da9;
@@ -4568,23 +4444,14 @@
4568
4444
  border-top-right-radius: 6px;
4569
4445
  border-top-left-radius: 6px;
4570
4446
  }
4571
- .p-megamenu .p-megamenu-submenu {
4447
+ .p-megamenu .p-submenu-list {
4572
4448
  padding: 0.25rem 0;
4573
4449
  width: 12.5rem;
4574
4450
  }
4575
- .p-megamenu .p-megamenu-submenu .p-menu-separator {
4451
+ .p-megamenu .p-submenu-list .p-menuitem-separator {
4576
4452
  border-top: 1px solid #dfe7ef;
4577
4453
  margin: 0.25rem 0;
4578
4454
  }
4579
- .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
4580
- background: #e2dcfc;
4581
- }
4582
- .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
4583
- color: #7254f3;
4584
- }
4585
- .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 {
4586
- color: #7254f3;
4587
- }
4588
4455
  .p-megamenu.p-megamenu-vertical {
4589
4456
  width: 12.5rem;
4590
4457
  padding: 0.25rem 0;
@@ -4605,8 +4472,36 @@
4605
4472
  outline-offset: 0;
4606
4473
  box-shadow: 0 0 0 1px #c7bbfa;
4607
4474
  }
4608
- .p-megamenu .p-submenu-icon {
4609
- transition: transform 0.2s;
4475
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
4476
+ color: #043d75;
4477
+ transition: box-shadow 0.2s;
4478
+ border-radius: 6px;
4479
+ }
4480
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
4481
+ padding: 0.75rem 1.25rem;
4482
+ user-select: none;
4483
+ }
4484
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4485
+ color: #043d75;
4486
+ }
4487
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4488
+ color: #708da9;
4489
+ margin-right: 0.5rem;
4490
+ }
4491
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4492
+ color: #708da9;
4493
+ margin-left: 0.5rem;
4494
+ }
4495
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4496
+ color: #043d75;
4497
+ background: #f6f9fc;
4498
+ }
4499
+ .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 {
4500
+ color: #043d75;
4501
+ }
4502
+ .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,
4503
+ .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 {
4504
+ color: #708da9;
4610
4505
  }
4611
4506
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list {
4612
4507
  padding: 0.25rem 0;
@@ -4629,39 +4524,61 @@
4629
4524
  width: 100%;
4630
4525
  position: static;
4631
4526
  }
4632
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
4633
- padding: 0.75rem 1.25rem;
4527
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content {
4634
4528
  color: #043d75;
4635
- border-radius: 0;
4636
4529
  transition: box-shadow 0.2s;
4530
+ border-radius: 0;
4531
+ }
4532
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
4533
+ color: #043d75;
4534
+ padding: 0.75rem 1.25rem;
4637
4535
  user-select: none;
4638
4536
  }
4639
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4537
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4640
4538
  color: #043d75;
4641
4539
  }
4642
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4540
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4643
4541
  color: #708da9;
4644
4542
  margin-right: 0.5rem;
4645
4543
  }
4646
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4544
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4647
4545
  color: #708da9;
4648
4546
  }
4649
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4650
- background: #f6f9fc;
4547
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content {
4548
+ color: #7254f3;
4549
+ background: #e2dcfc;
4550
+ }
4551
+ .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 {
4552
+ color: #7254f3;
4553
+ }
4554
+ .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,
4555
+ .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 {
4556
+ color: #7254f3;
4557
+ }
4558
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
4559
+ background: #cbc0fa;
4651
4560
  }
4652
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4561
+ .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 {
4653
4562
  color: #043d75;
4563
+ background: #dfe7ef;
4654
4564
  }
4655
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4656
- color: #708da9;
4565
+ .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 {
4566
+ color: #043d75;
4657
4567
  }
4658
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4659
- color: #708da9;
4568
+ .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,
4569
+ .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 {
4570
+ color: #043d75;
4660
4571
  }
4661
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
4662
- outline: 0 none;
4663
- outline-offset: 0;
4664
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
4572
+ .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 {
4573
+ color: #043d75;
4574
+ background: #f6f9fc;
4575
+ }
4576
+ .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 {
4577
+ color: #043d75;
4578
+ }
4579
+ .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,
4580
+ .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 {
4581
+ color: #708da9;
4665
4582
  }
4666
4583
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4667
4584
  margin-left: auto;
@@ -4686,7 +4603,6 @@
4686
4603
  width: 100%;
4687
4604
  position: static;
4688
4605
  }
4689
-
4690
4606
  .p-menu {
4691
4607
  padding: 0.25rem 0;
4692
4608
  background: #eff3f8;
@@ -4695,39 +4611,61 @@
4695
4611
  border-radius: 6px;
4696
4612
  width: 12.5rem;
4697
4613
  }
4698
- .p-menu .p-menuitem-link {
4699
- padding: 0.75rem 1.25rem;
4614
+ .p-menu .p-menuitem > .p-menuitem-content {
4700
4615
  color: #043d75;
4701
- border-radius: 0;
4702
4616
  transition: box-shadow 0.2s;
4617
+ border-radius: 0;
4618
+ }
4619
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
4620
+ color: #043d75;
4621
+ padding: 0.75rem 1.25rem;
4703
4622
  user-select: none;
4704
4623
  }
4705
- .p-menu .p-menuitem-link .p-menuitem-text {
4624
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4706
4625
  color: #043d75;
4707
4626
  }
4708
- .p-menu .p-menuitem-link .p-menuitem-icon {
4627
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4709
4628
  color: #708da9;
4710
4629
  margin-right: 0.5rem;
4711
4630
  }
4712
- .p-menu .p-menuitem-link .p-submenu-icon {
4631
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4713
4632
  color: #708da9;
4714
4633
  }
4715
- .p-menu .p-menuitem-link:not(.p-disabled):hover {
4716
- background: #f6f9fc;
4634
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
4635
+ color: #7254f3;
4636
+ background: #e2dcfc;
4717
4637
  }
4718
- .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4638
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4639
+ color: #7254f3;
4640
+ }
4641
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4642
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4643
+ color: #7254f3;
4644
+ }
4645
+ .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4646
+ background: #cbc0fa;
4647
+ }
4648
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4719
4649
  color: #043d75;
4650
+ background: #dfe7ef;
4720
4651
  }
4721
- .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4722
- color: #708da9;
4652
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4653
+ color: #043d75;
4723
4654
  }
4724
- .p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4725
- color: #708da9;
4655
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4656
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4657
+ color: #043d75;
4726
4658
  }
4727
- .p-menu .p-menuitem-link:focus {
4728
- outline: 0 none;
4729
- outline-offset: 0;
4730
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
4659
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4660
+ color: #043d75;
4661
+ background: #f6f9fc;
4662
+ }
4663
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4664
+ color: #043d75;
4665
+ }
4666
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4667
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4668
+ color: #708da9;
4731
4669
  }
4732
4670
  .p-menu.p-menu-overlay {
4733
4671
  background: #eff3f8;
@@ -4747,7 +4685,6 @@
4747
4685
  border-top: 1px solid #dfe7ef;
4748
4686
  margin: 0.25rem 0;
4749
4687
  }
4750
-
4751
4688
  .p-menubar {
4752
4689
  padding: 0.5rem;
4753
4690
  background: #eff3f8;
@@ -4755,90 +4692,95 @@
4755
4692
  border: 1px solid #dfe7ef;
4756
4693
  border-radius: 6px;
4757
4694
  }
4758
- .p-menubar .p-menuitem-link {
4759
- padding: 0.75rem 1.25rem;
4695
+ .p-menubar .p-menubar-root-list {
4696
+ outline: 0 none;
4697
+ }
4698
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
4760
4699
  color: #043d75;
4761
- border-radius: 0;
4762
4700
  transition: box-shadow 0.2s;
4701
+ border-radius: 6px;
4702
+ }
4703
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
4704
+ padding: 0.75rem 1.25rem;
4763
4705
  user-select: none;
4764
4706
  }
4765
- .p-menubar .p-menuitem-link .p-menuitem-text {
4707
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4766
4708
  color: #043d75;
4767
4709
  }
4768
- .p-menubar .p-menuitem-link .p-menuitem-icon {
4710
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4769
4711
  color: #708da9;
4770
4712
  margin-right: 0.5rem;
4771
4713
  }
4772
- .p-menubar .p-menuitem-link .p-submenu-icon {
4714
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4773
4715
  color: #708da9;
4716
+ margin-left: 0.5rem;
4774
4717
  }
4775
- .p-menubar .p-menuitem-link:not(.p-disabled):hover {
4718
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4719
+ color: #043d75;
4776
4720
  background: #f6f9fc;
4777
4721
  }
4778
- .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4722
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4779
4723
  color: #043d75;
4780
4724
  }
4781
- .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4725
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4726
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4782
4727
  color: #708da9;
4783
4728
  }
4784
- .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4785
- color: #708da9;
4786
- }
4787
- .p-menubar .p-menuitem-link:focus {
4788
- outline: 0 none;
4789
- outline-offset: 0;
4790
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
4791
- }
4792
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
4793
- padding: 0.75rem 1.25rem;
4729
+ .p-menubar .p-menuitem > .p-menuitem-content {
4794
4730
  color: #043d75;
4795
- border-radius: 6px;
4796
4731
  transition: box-shadow 0.2s;
4732
+ border-radius: 0;
4733
+ }
4734
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
4735
+ color: #043d75;
4736
+ padding: 0.75rem 1.25rem;
4797
4737
  user-select: none;
4798
4738
  }
4799
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4739
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4800
4740
  color: #043d75;
4801
4741
  }
4802
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4742
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4803
4743
  color: #708da9;
4804
4744
  margin-right: 0.5rem;
4805
4745
  }
4806
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4746
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4807
4747
  color: #708da9;
4808
- margin-left: 0.5rem;
4809
4748
  }
4810
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4811
- background: #f6f9fc;
4749
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
4750
+ color: #7254f3;
4751
+ background: #e2dcfc;
4812
4752
  }
4813
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4814
- color: #043d75;
4753
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4754
+ color: #7254f3;
4815
4755
  }
4816
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4817
- color: #708da9;
4756
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4757
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4758
+ color: #7254f3;
4818
4759
  }
4819
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4820
- color: #708da9;
4760
+ .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4761
+ background: #cbc0fa;
4821
4762
  }
4822
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4823
- outline: 0 none;
4824
- outline-offset: 0;
4825
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
4763
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4764
+ color: #043d75;
4765
+ background: #dfe7ef;
4826
4766
  }
4827
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4828
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
4829
- background: #e2dcfc;
4767
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4768
+ color: #043d75;
4830
4769
  }
4831
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
4832
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4833
- color: #7254f3;
4770
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4771
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4772
+ color: #043d75;
4834
4773
  }
4835
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
4836
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4837
- color: #7254f3;
4774
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4775
+ color: #043d75;
4776
+ background: #f6f9fc;
4838
4777
  }
4839
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
4840
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4841
- color: #7254f3;
4778
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4779
+ color: #043d75;
4780
+ }
4781
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4782
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4783
+ color: #708da9;
4842
4784
  }
4843
4785
  .p-menubar .p-submenu-list {
4844
4786
  padding: 0.25rem 0;
@@ -4847,27 +4789,71 @@
4847
4789
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
4848
4790
  width: 12.5rem;
4849
4791
  }
4850
- .p-menubar .p-submenu-list .p-menu-separator {
4792
+ .p-menubar .p-submenu-list .p-menuitem-separator {
4851
4793
  border-top: 1px solid #dfe7ef;
4852
4794
  margin: 0.25rem 0;
4853
4795
  }
4854
4796
  .p-menubar .p-submenu-list .p-submenu-icon {
4855
4797
  font-size: 0.875rem;
4856
4798
  }
4857
- .p-menubar .p-submenu-list .p-submenu-icon.p-icon {
4858
- width: 0.875rem;
4859
- height: 0.875rem;
4799
+ .p-menubar.p-menubar-mobile .p-menubar-button {
4800
+ width: 2rem;
4801
+ height: 2rem;
4802
+ color: #708da9;
4803
+ border-radius: 50%;
4804
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
4860
4805
  }
4861
- .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
4862
- background: #e2dcfc;
4806
+ .p-menubar.p-menubar-mobile .p-menubar-button:hover {
4807
+ color: #708da9;
4808
+ background: #f6f9fc;
4863
4809
  }
4864
- .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
4865
- color: #7254f3;
4810
+ .p-menubar.p-menubar-mobile .p-menubar-button:focus {
4811
+ outline: 0 none;
4812
+ outline-offset: 0;
4813
+ box-shadow: 0 0 0 1px #c7bbfa;
4866
4814
  }
4867
- .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 {
4868
- color: #7254f3;
4815
+ .p-menubar.p-menubar-mobile .p-menubar-root-list {
4816
+ padding: 0.25rem 0;
4817
+ background: #eff3f8;
4818
+ border: 0 none;
4819
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
4820
+ }
4821
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator {
4822
+ border-top: 1px solid #dfe7ef;
4823
+ margin: 0.25rem 0;
4824
+ }
4825
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon {
4826
+ font-size: 0.875rem;
4827
+ }
4828
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4829
+ margin-left: auto;
4830
+ transition: transform 0.2s;
4831
+ }
4832
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
4833
+ transform: rotate(-180deg);
4834
+ }
4835
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-submenu-icon {
4836
+ transition: transform 0.2s;
4837
+ transform: rotate(90deg);
4838
+ }
4839
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
4840
+ transform: rotate(-90deg);
4841
+ }
4842
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a {
4843
+ padding-left: 2.25rem;
4844
+ }
4845
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a {
4846
+ padding-left: 3.75rem;
4847
+ }
4848
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a {
4849
+ padding-left: 5.25rem;
4850
+ }
4851
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a {
4852
+ padding-left: 6.75rem;
4853
+ }
4854
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a {
4855
+ padding-left: 8.25rem;
4869
4856
  }
4870
-
4871
4857
  @media screen and (max-width: 960px) {
4872
4858
  .p-menubar {
4873
4859
  position: relative;
@@ -4913,39 +4899,61 @@
4913
4899
  width: 100%;
4914
4900
  position: static;
4915
4901
  }
4916
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
4917
- padding: 0.75rem 1.25rem;
4902
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content {
4918
4903
  color: #043d75;
4919
- border-radius: 0;
4920
4904
  transition: box-shadow 0.2s;
4905
+ border-radius: 0;
4906
+ }
4907
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
4908
+ color: #043d75;
4909
+ padding: 0.75rem 1.25rem;
4921
4910
  user-select: none;
4922
4911
  }
4923
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4912
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4924
4913
  color: #043d75;
4925
4914
  }
4926
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4915
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4927
4916
  color: #708da9;
4928
4917
  margin-right: 0.5rem;
4929
4918
  }
4930
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4919
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4931
4920
  color: #708da9;
4932
4921
  }
4933
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4934
- background: #f6f9fc;
4922
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content {
4923
+ color: #7254f3;
4924
+ background: #e2dcfc;
4925
+ }
4926
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4927
+ color: #7254f3;
4935
4928
  }
4936
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4929
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4930
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4931
+ color: #7254f3;
4932
+ }
4933
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
4934
+ background: #cbc0fa;
4935
+ }
4936
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4937
4937
  color: #043d75;
4938
+ background: #dfe7ef;
4938
4939
  }
4939
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4940
- color: #708da9;
4940
+ .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 {
4941
+ color: #043d75;
4941
4942
  }
4942
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4943
- color: #708da9;
4943
+ .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,
4944
+ .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 {
4945
+ color: #043d75;
4944
4946
  }
4945
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4946
- outline: 0 none;
4947
- outline-offset: 0;
4948
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
4947
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4948
+ color: #043d75;
4949
+ background: #f6f9fc;
4950
+ }
4951
+ .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 {
4952
+ color: #043d75;
4953
+ }
4954
+ .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,
4955
+ .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 {
4956
+ color: #708da9;
4949
4957
  }
4950
4958
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4951
4959
  margin-left: auto;
@@ -4994,42 +5002,46 @@
4994
5002
  z-index: 1;
4995
5003
  }
4996
5004
  }
4997
- .p-panelmenu .p-panelmenu-header > a {
4998
- padding: 1.25rem;
5005
+ .p-panelmenu .p-panelmenu-header {
5006
+ outline: 0 none;
5007
+ }
5008
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
4999
5009
  border: 1px solid #dfe7ef;
5000
5010
  color: #708da9;
5001
5011
  background: #eff3f8;
5002
- font-weight: 700;
5003
5012
  border-radius: 6px;
5004
5013
  transition: box-shadow 0.2s;
5005
5014
  }
5006
- .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
5015
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link {
5016
+ color: #708da9;
5017
+ padding: 1.25rem;
5018
+ font-weight: 700;
5019
+ }
5020
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon {
5007
5021
  margin-right: 0.5rem;
5008
5022
  }
5009
- .p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
5023
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-menuitem-icon {
5010
5024
  margin-right: 0.5rem;
5011
5025
  }
5012
- .p-panelmenu .p-panelmenu-header > a:focus-visible {
5026
+ .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
5013
5027
  outline: 0 none;
5014
5028
  outline-offset: 0;
5015
- box-shadow: 0 0 0 1px #c7bbfa;
5029
+ box-shadow: inset 0 0 0 1px #c7bbfa;
5016
5030
  }
5017
- .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
5031
+ .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
5018
5032
  background: #f6f9fc;
5019
5033
  border-color: #dfe7ef;
5020
5034
  color: #708da9;
5021
5035
  }
5022
- .p-panelmenu .p-panelmenu-header.p-highlight {
5023
- margin-bottom: 0;
5024
- }
5025
- .p-panelmenu .p-panelmenu-header.p-highlight > a {
5036
+ .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
5026
5037
  background: #eff3f8;
5027
5038
  border-color: #dfe7ef;
5028
5039
  color: #043d75;
5029
5040
  border-bottom-right-radius: 0;
5030
5041
  border-bottom-left-radius: 0;
5042
+ margin-bottom: 0;
5031
5043
  }
5032
- .p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
5044
+ .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
5033
5045
  border-color: #dfe7ef;
5034
5046
  background: #f6f9fc;
5035
5047
  color: #043d75;
@@ -5045,50 +5057,78 @@
5045
5057
  border-bottom-right-radius: 6px;
5046
5058
  border-bottom-left-radius: 6px;
5047
5059
  }
5048
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
5049
- padding: 0.75rem 1.25rem;
5060
+ .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
5061
+ outline: 0 none;
5062
+ }
5063
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
5050
5064
  color: #043d75;
5051
- border-radius: 0;
5052
5065
  transition: box-shadow 0.2s;
5066
+ border-radius: 0;
5067
+ }
5068
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
5069
+ color: #043d75;
5070
+ padding: 0.75rem 1.25rem;
5053
5071
  user-select: none;
5054
5072
  }
5055
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
5073
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5056
5074
  color: #043d75;
5057
5075
  }
5058
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
5076
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
5059
5077
  color: #708da9;
5060
5078
  margin-right: 0.5rem;
5061
5079
  }
5062
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
5080
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5063
5081
  color: #708da9;
5064
5082
  }
5065
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
5066
- background: #f6f9fc;
5083
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
5084
+ color: #7254f3;
5085
+ background: #e2dcfc;
5067
5086
  }
5068
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
5087
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5088
+ color: #7254f3;
5089
+ }
5090
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5091
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5092
+ color: #7254f3;
5093
+ }
5094
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
5095
+ background: #cbc0fa;
5096
+ }
5097
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
5069
5098
  color: #043d75;
5099
+ background: #dfe7ef;
5070
5100
  }
5071
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
5072
- color: #708da9;
5101
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5102
+ color: #043d75;
5073
5103
  }
5074
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
5075
- color: #708da9;
5104
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5105
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5106
+ color: #043d75;
5076
5107
  }
5077
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
5078
- outline: 0 none;
5079
- outline-offset: 0;
5080
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
5108
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
5109
+ color: #043d75;
5110
+ background: #f6f9fc;
5111
+ }
5112
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
5113
+ color: #043d75;
5081
5114
  }
5082
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
5115
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5116
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5117
+ color: #708da9;
5118
+ }
5119
+ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5083
5120
  margin-right: 0.5rem;
5084
5121
  }
5085
- .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
5122
+ .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
5123
+ border-top: 1px solid #dfe7ef;
5124
+ margin: 0.25rem 0;
5125
+ }
5126
+ .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
5086
5127
  padding: 0 0 0 1rem;
5087
5128
  }
5088
5129
  .p-panelmenu .p-panelmenu-panel {
5089
5130
  margin-bottom: 4px;
5090
5131
  }
5091
-
5092
5132
  .p-slidemenu {
5093
5133
  padding: 0.25rem 0;
5094
5134
  background: #eff3f8;
@@ -5097,39 +5137,61 @@
5097
5137
  border-radius: 6px;
5098
5138
  width: 12.5rem;
5099
5139
  }
5100
- .p-slidemenu .p-menuitem-link {
5101
- padding: 0.75rem 1.25rem;
5140
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content {
5102
5141
  color: #043d75;
5103
- border-radius: 0;
5104
5142
  transition: box-shadow 0.2s;
5143
+ border-radius: 0;
5144
+ }
5145
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
5146
+ color: #043d75;
5147
+ padding: 0.75rem 1.25rem;
5105
5148
  user-select: none;
5106
5149
  }
5107
- .p-slidemenu .p-menuitem-link .p-menuitem-text {
5150
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5108
5151
  color: #043d75;
5109
5152
  }
5110
- .p-slidemenu .p-menuitem-link .p-menuitem-icon {
5153
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
5111
5154
  color: #708da9;
5112
5155
  margin-right: 0.5rem;
5113
5156
  }
5114
- .p-slidemenu .p-menuitem-link .p-submenu-icon {
5157
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5115
5158
  color: #708da9;
5116
5159
  }
5117
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
5118
- background: #f6f9fc;
5160
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content {
5161
+ color: #7254f3;
5162
+ background: #e2dcfc;
5163
+ }
5164
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5165
+ color: #7254f3;
5166
+ }
5167
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5168
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5169
+ color: #7254f3;
5119
5170
  }
5120
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
5171
+ .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
5172
+ background: #cbc0fa;
5173
+ }
5174
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
5121
5175
  color: #043d75;
5176
+ background: #dfe7ef;
5122
5177
  }
5123
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
5124
- color: #708da9;
5178
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5179
+ color: #043d75;
5125
5180
  }
5126
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
5127
- color: #708da9;
5181
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5182
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5183
+ color: #043d75;
5128
5184
  }
5129
- .p-slidemenu .p-menuitem-link:focus {
5130
- outline: 0 none;
5131
- outline-offset: 0;
5132
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
5185
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
5186
+ color: #043d75;
5187
+ background: #f6f9fc;
5188
+ }
5189
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
5190
+ color: #043d75;
5191
+ }
5192
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5193
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5194
+ color: #708da9;
5133
5195
  }
5134
5196
  .p-slidemenu.p-slidemenu-overlay {
5135
5197
  background: #eff3f8;
@@ -5166,7 +5228,6 @@
5166
5228
  padding: 0.75rem 1.25rem;
5167
5229
  color: #043d75;
5168
5230
  }
5169
-
5170
5231
  .p-steps .p-steps-item .p-menuitem-link {
5171
5232
  background: transparent;
5172
5233
  transition: box-shadow 0.2s;
@@ -5211,7 +5272,6 @@
5211
5272
  position: absolute;
5212
5273
  margin-top: -1rem;
5213
5274
  }
5214
-
5215
5275
  .p-tabmenu .p-tabmenu-nav {
5216
5276
  background: #ffffff;
5217
5277
  border: 1px solid #dfe7ef;
@@ -5252,7 +5312,6 @@
5252
5312
  border-color: #7254f3;
5253
5313
  color: #7254f3;
5254
5314
  }
5255
-
5256
5315
  .p-tieredmenu {
5257
5316
  padding: 0.25rem 0;
5258
5317
  background: #eff3f8;
@@ -5261,73 +5320,87 @@
5261
5320
  border-radius: 6px;
5262
5321
  width: 12.5rem;
5263
5322
  }
5264
- .p-tieredmenu .p-menuitem-link {
5265
- padding: 0.75rem 1.25rem;
5323
+ .p-tieredmenu.p-tieredmenu-overlay {
5324
+ background: #eff3f8;
5325
+ border: 0 none;
5326
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
5327
+ }
5328
+ .p-tieredmenu .p-tieredmenu-root-list {
5329
+ outline: 0 none;
5330
+ }
5331
+ .p-tieredmenu .p-submenu-list {
5332
+ padding: 0.25rem 0;
5333
+ background: #eff3f8;
5334
+ border: 0 none;
5335
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
5336
+ }
5337
+ .p-tieredmenu .p-menuitem > .p-menuitem-content {
5266
5338
  color: #043d75;
5267
- border-radius: 0;
5268
5339
  transition: box-shadow 0.2s;
5340
+ border-radius: 0;
5341
+ }
5342
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
5343
+ color: #043d75;
5344
+ padding: 0.75rem 1.25rem;
5269
5345
  user-select: none;
5270
5346
  }
5271
- .p-tieredmenu .p-menuitem-link .p-menuitem-text {
5347
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5272
5348
  color: #043d75;
5273
5349
  }
5274
- .p-tieredmenu .p-menuitem-link .p-menuitem-icon {
5350
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
5275
5351
  color: #708da9;
5276
5352
  margin-right: 0.5rem;
5277
5353
  }
5278
- .p-tieredmenu .p-menuitem-link .p-submenu-icon {
5354
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5279
5355
  color: #708da9;
5280
5356
  }
5281
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
5282
- background: #f6f9fc;
5357
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
5358
+ color: #7254f3;
5359
+ background: #e2dcfc;
5283
5360
  }
5284
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
5285
- color: #043d75;
5361
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5362
+ color: #7254f3;
5286
5363
  }
5287
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
5288
- color: #708da9;
5364
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5365
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5366
+ color: #7254f3;
5289
5367
  }
5290
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
5291
- color: #708da9;
5368
+ .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
5369
+ background: #cbc0fa;
5292
5370
  }
5293
- .p-tieredmenu .p-menuitem-link:focus {
5294
- outline: 0 none;
5295
- outline-offset: 0;
5296
- box-shadow: inset 0 0 0 0.15rem #c7bbfa;
5371
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
5372
+ color: #043d75;
5373
+ background: #dfe7ef;
5297
5374
  }
5298
- .p-tieredmenu.p-tieredmenu-overlay {
5299
- background: #eff3f8;
5300
- border: 0 none;
5301
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
5375
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5376
+ color: #043d75;
5302
5377
  }
5303
- .p-tieredmenu .p-submenu-list {
5304
- padding: 0.25rem 0;
5305
- background: #eff3f8;
5306
- border: 0 none;
5307
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
5378
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5379
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5380
+ color: #043d75;
5308
5381
  }
5309
- .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
5310
- background: #e2dcfc;
5382
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
5383
+ color: #043d75;
5384
+ background: #f6f9fc;
5311
5385
  }
5312
- .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
5313
- color: #7254f3;
5386
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
5387
+ color: #043d75;
5314
5388
  }
5315
- .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 {
5316
- color: #7254f3;
5389
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5390
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5391
+ color: #708da9;
5317
5392
  }
5318
- .p-tieredmenu .p-menu-separator {
5393
+ .p-tieredmenu .p-menuitem-separator {
5319
5394
  border-top: 1px solid #dfe7ef;
5320
5395
  margin: 0.25rem 0;
5321
5396
  }
5322
5397
  .p-tieredmenu .p-submenu-icon {
5323
5398
  font-size: 0.875rem;
5324
- transition: transform 0.2s;
5325
5399
  }
5326
5400
  .p-tieredmenu .p-submenu-icon.p-icon {
5327
5401
  width: 0.875rem;
5328
5402
  height: 0.875rem;
5329
5403
  }
5330
-
5331
5404
  .p-inline-message {
5332
5405
  padding: 0.75rem 0.75rem;
5333
5406
  margin: 0;
@@ -5383,7 +5456,6 @@
5383
5456
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
5384
5457
  margin-right: 0;
5385
5458
  }
5386
-
5387
5459
  .p-message {
5388
5460
  margin: 1rem 0;
5389
5461
  border-radius: 6px;
@@ -5472,7 +5544,6 @@
5472
5544
  .p-message .p-message-detail {
5473
5545
  margin-left: 0.5rem;
5474
5546
  }
5475
-
5476
5547
  .p-toast {
5477
5548
  opacity: 0.9;
5478
5549
  }
@@ -5523,7 +5594,7 @@
5523
5594
  color: #696cff;
5524
5595
  }
5525
5596
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
5526
- .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5597
+ .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5527
5598
  color: #696cff;
5528
5599
  }
5529
5600
  .p-toast .p-toast-message.p-toast-message-success {
@@ -5533,7 +5604,7 @@
5533
5604
  color: #1ea97c;
5534
5605
  }
5535
5606
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
5536
- .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5607
+ .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5537
5608
  color: #1ea97c;
5538
5609
  }
5539
5610
  .p-toast .p-toast-message.p-toast-message-warn {
@@ -5543,7 +5614,7 @@
5543
5614
  color: #cc8925;
5544
5615
  }
5545
5616
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
5546
- .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5617
+ .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5547
5618
  color: #cc8925;
5548
5619
  }
5549
5620
  .p-toast .p-toast-message.p-toast-message-error {
@@ -5553,10 +5624,9 @@
5553
5624
  color: #ff5757;
5554
5625
  }
5555
5626
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
5556
- .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5627
+ .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5557
5628
  color: #ff5757;
5558
5629
  }
5559
-
5560
5630
  .p-galleria .p-galleria-close {
5561
5631
  margin: 0.5rem;
5562
5632
  background: transparent;
@@ -5587,11 +5657,11 @@
5587
5657
  margin: 0 0.5rem;
5588
5658
  }
5589
5659
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
5590
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5660
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5591
5661
  font-size: 2rem;
5592
5662
  }
5593
5663
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
5594
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
5664
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
5595
5665
  width: 2rem;
5596
5666
  height: 2rem;
5597
5667
  }
@@ -5645,7 +5715,7 @@
5645
5715
  padding: 1rem 0.25rem;
5646
5716
  }
5647
5717
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
5648
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5718
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5649
5719
  margin: 0.5rem;
5650
5720
  background-color: transparent;
5651
5721
  color: #eff3f8;
@@ -5655,7 +5725,7 @@
5655
5725
  border-radius: 50%;
5656
5726
  }
5657
5727
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
5658
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5728
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5659
5729
  background: rgba(255, 255, 255, 0.1);
5660
5730
  color: #eff3f8;
5661
5731
  }
@@ -5667,15 +5737,12 @@
5667
5737
  outline-offset: 0;
5668
5738
  box-shadow: 0 0 0 1px #c7bbfa;
5669
5739
  }
5670
-
5671
5740
  .p-galleria-mask {
5672
5741
  --maskbg: rgba(0, 0, 0, 0.9);
5673
5742
  }
5674
-
5675
5743
  .p-image-mask {
5676
5744
  --maskbg: rgba(0, 0, 0, 0.9);
5677
5745
  }
5678
-
5679
5746
  .p-image-preview-indicator {
5680
5747
  background-color: transparent;
5681
5748
  color: #f8f9fa;
@@ -5685,15 +5752,12 @@
5685
5752
  width: 1.5rem;
5686
5753
  height: 1.5rem;
5687
5754
  }
5688
-
5689
5755
  .p-image-preview-container:hover > .p-image-preview-indicator {
5690
5756
  background-color: rgba(0, 0, 0, 0.5);
5691
5757
  }
5692
-
5693
5758
  .p-image-toolbar {
5694
5759
  padding: 1rem;
5695
5760
  }
5696
-
5697
5761
  .p-image-action.p-link {
5698
5762
  color: #f8f9fa;
5699
5763
  background-color: transparent;
@@ -5717,7 +5781,6 @@
5717
5781
  width: 1.5rem;
5718
5782
  height: 1.5rem;
5719
5783
  }
5720
-
5721
5784
  .p-avatar {
5722
5785
  background-color: #dfe7ef;
5723
5786
  border-radius: 6px;
@@ -5738,15 +5801,12 @@
5738
5801
  .p-avatar.p-avatar-xl .p-avatar-icon {
5739
5802
  font-size: 2rem;
5740
5803
  }
5741
-
5742
5804
  .p-avatar-circle {
5743
5805
  border-radius: 50%;
5744
5806
  }
5745
-
5746
5807
  .p-avatar-group .p-avatar {
5747
5808
  border: 2px solid #ffffff;
5748
5809
  }
5749
-
5750
5810
  .p-chip {
5751
5811
  background-color: #dfe7ef;
5752
5812
  color: #043d75;
@@ -5780,7 +5840,6 @@
5780
5840
  .p-chip .p-chip-remove-icon:focus {
5781
5841
  outline: 0 none;
5782
5842
  }
5783
-
5784
5843
  .p-scrolltop {
5785
5844
  width: 3rem;
5786
5845
  height: 3rem;
@@ -5802,7 +5861,6 @@
5802
5861
  width: 1.5rem;
5803
5862
  height: 1.5rem;
5804
5863
  }
5805
-
5806
5864
  .p-skeleton {
5807
5865
  background-color: #dfe7ef;
5808
5866
  border-radius: 6px;
@@ -5810,7 +5868,6 @@
5810
5868
  .p-skeleton:after {
5811
5869
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
5812
5870
  }
5813
-
5814
5871
  .p-tag {
5815
5872
  background: #7254f3;
5816
5873
  color: #ffffff;
@@ -5843,7 +5900,6 @@
5843
5900
  width: 0.75rem;
5844
5901
  height: 0.75rem;
5845
5902
  }
5846
-
5847
5903
  .p-inplace .p-inplace-display {
5848
5904
  padding: 0.75rem 0.75rem;
5849
5905
  border-radius: 6px;
@@ -5858,7 +5914,6 @@
5858
5914
  outline-offset: 0;
5859
5915
  box-shadow: 0 0 0 1px #c7bbfa;
5860
5916
  }
5861
-
5862
5917
  .p-progressbar {
5863
5918
  border: 0 none;
5864
5919
  height: 1.5rem;
@@ -5874,7 +5929,6 @@
5874
5929
  color: #ffffff;
5875
5930
  line-height: 1.5rem;
5876
5931
  }
5877
-
5878
5932
  .p-terminal {
5879
5933
  background: #ffffff;
5880
5934
  color: #043d75;
@@ -5886,7 +5940,6 @@
5886
5940
  font-feature-settings: var(--font-feature-settings, normal);
5887
5941
  font-size: 1rem;
5888
5942
  }
5889
-
5890
5943
  .p-badge {
5891
5944
  background: #7254f3;
5892
5945
  color: #ffffff;
@@ -5928,7 +5981,6 @@
5928
5981
  height: 3rem;
5929
5982
  line-height: 3rem;
5930
5983
  }
5931
-
5932
5984
  .p-tag {
5933
5985
  background: #7254f3;
5934
5986
  color: #ffffff;
@@ -5957,11 +6009,11 @@
5957
6009
  /* Customizations to the designer theme should be defined here */
5958
6010
  @layer primereact {
5959
6011
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
5960
- .p-datepicker .p-datepicker-header .p-datepicker-next {
6012
+ .p-datepicker .p-datepicker-header .p-datepicker-next {
5961
6013
  color: #ffffff;
5962
6014
  }
5963
6015
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
5964
- .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
6016
+ .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
5965
6017
  color: #ffffff;
5966
6018
  background-color: rgba(255, 255, 255, 0.2);
5967
6019
  }
@@ -6007,28 +6059,23 @@
6007
6059
  color: #ffffff;
6008
6060
  background: rgba(255, 255, 255, 0.3);
6009
6061
  }
6010
-
6011
6062
  .p-button .p-button-label {
6012
6063
  font-weight: 700;
6013
6064
  }
6014
-
6015
6065
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
6016
6066
  background-color: #7254f3;
6017
6067
  }
6018
-
6019
6068
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
6020
6069
  background-color: #7254f3;
6021
6070
  }
6022
-
6023
6071
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
6024
6072
  box-shadow: inset 0 2px 0 0 #7254f3;
6025
6073
  }
6026
6074
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
6027
6075
  box-shadow: inset 0 -2px 0 0 #7254f3;
6028
6076
  }
6029
-
6030
6077
  .p-selectbutton > .p-button,
6031
- .p-togglebutton.p-button {
6078
+ .p-togglebutton.p-button {
6032
6079
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
6033
6080
  }
6034
6081
  }