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,18 @@
1
1
  :root {
2
2
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
3
- --font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
4
- --surface-a:#ffffff;
5
- --surface-b:#faf9f8;
6
- --surface-c:#f3f2f1;
7
- --surface-d:#edebe9;
8
- --surface-e:#ffffff;
9
- --surface-f:#ffffff;
10
- --text-color:#323130;
11
- --text-color-secondary:#605e5c;
12
- --primary-color:#0078d4;
13
- --primary-color-text:#ffffff;
3
+ --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
4
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
5
+ "Segoe UI Symbol";
6
+ --surface-a: #ffffff;
7
+ --surface-b: #faf9f8;
8
+ --surface-c: #f3f2f1;
9
+ --surface-d: #edebe9;
10
+ --surface-e: #ffffff;
11
+ --surface-f: #ffffff;
12
+ --text-color: #323130;
13
+ --text-color-secondary: #605e5c;
14
+ --primary-color: #0078d4;
15
+ --primary-color-text: #ffffff;
14
16
  --surface-0: #ffffff;
15
17
  --surface-50: #f3f2f1;
16
18
  --surface-100: #e1dfdd;
@@ -32,15 +34,15 @@
32
34
  --gray-700: #252423;
33
35
  --gray-800: #1b1a19;
34
36
  --gray-900: #11100f;
35
- --content-padding:1rem;
36
- --inline-spacing:0.5rem;
37
- --border-radius:2px;
38
- --surface-ground:#faf9f8;
39
- --surface-section:#ffffff;
40
- --surface-card:#ffffff;
41
- --surface-overlay:#ffffff;
42
- --surface-border:#edebe9;
43
- --surface-hover:#f3f2f1;
37
+ --content-padding: 1rem;
38
+ --inline-spacing: 0.5rem;
39
+ --border-radius: 2px;
40
+ --surface-ground: #faf9f8;
41
+ --surface-section: #ffffff;
42
+ --surface-card: #ffffff;
43
+ --surface-overlay: #ffffff;
44
+ --surface-border: #edebe9;
45
+ --surface-hover: #f3f2f1;
44
46
  --focus-ring: inset 0 0 0 1px #605e5c;
45
47
  --maskbg: rgba(0, 0, 0, 0.4);
46
48
  --highlight-bg: #edebe9;
@@ -274,40 +276,32 @@
274
276
  * {
275
277
  box-sizing: border-box;
276
278
  }
277
-
278
279
  .p-component {
279
280
  font-family: var(--font-family);
280
281
  font-feature-settings: var(--font-feature-settings, normal);
281
282
  font-size: 1rem;
282
283
  font-weight: normal;
283
284
  }
284
-
285
285
  .p-component-overlay {
286
286
  background-color: rgba(0, 0, 0, 0.4);
287
287
  transition-duration: 0.2s;
288
288
  }
289
-
290
289
  .p-disabled, .p-component:disabled {
291
290
  opacity: 0.6;
292
291
  }
293
-
294
292
  .p-error {
295
293
  color: #a4252c;
296
294
  }
297
-
298
295
  .p-text-secondary {
299
296
  color: #605e5c;
300
297
  }
301
-
302
298
  .pi {
303
299
  font-size: 1rem;
304
300
  }
305
-
306
301
  .p-icon {
307
302
  width: 1rem;
308
303
  height: 1rem;
309
304
  }
310
-
311
305
  .p-link {
312
306
  font-family: var(--font-family);
313
307
  font-feature-settings: var(--font-feature-settings, normal);
@@ -319,15 +313,12 @@
319
313
  outline-offset: 0;
320
314
  box-shadow: inset 0 0 0 1px #605e5c;
321
315
  }
322
-
323
316
  .p-component-overlay-enter {
324
317
  animation: p-component-overlay-enter-animation 150ms forwards;
325
318
  }
326
-
327
319
  .p-component-overlay-leave {
328
320
  animation: p-component-overlay-leave-animation 150ms forwards;
329
321
  }
330
-
331
322
  @keyframes p-component-overlay-enter-animation {
332
323
  from {
333
324
  background-color: transparent;
@@ -344,7 +335,6 @@
344
335
  background-color: transparent;
345
336
  }
346
337
  }
347
-
348
338
  .p-autocomplete .p-autocomplete-loader {
349
339
  right: 0.5rem;
350
340
  }
@@ -388,7 +378,6 @@
388
378
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
389
379
  border-color: #a4252c;
390
380
  }
391
-
392
381
  .p-autocomplete-panel {
393
382
  background: #ffffff;
394
383
  color: #323130;
@@ -423,11 +412,9 @@
423
412
  background: #ffffff;
424
413
  font-weight: 600;
425
414
  }
426
-
427
415
  .p-calendar.p-invalid.p-component > .p-inputtext {
428
416
  border-color: #a4252c;
429
417
  }
430
-
431
418
  .p-datepicker {
432
419
  padding: 0.75rem;
433
420
  background: #ffffff;
@@ -454,7 +441,7 @@
454
441
  border-top-left-radius: 2px;
455
442
  }
456
443
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
457
- .p-datepicker .p-datepicker-header .p-datepicker-next {
444
+ .p-datepicker .p-datepicker-header .p-datepicker-next {
458
445
  width: 2rem;
459
446
  height: 2rem;
460
447
  color: #605e5c;
@@ -464,13 +451,13 @@
464
451
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
465
452
  }
466
453
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
467
- .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
454
+ .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
468
455
  color: #605e5c;
469
456
  border-color: transparent;
470
457
  background: #f3f2f1;
471
458
  }
472
459
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
473
- .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
460
+ .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
474
461
  outline: 0 none;
475
462
  outline-offset: 0;
476
463
  box-shadow: inset 0 0 0 1px #605e5c;
@@ -479,14 +466,14 @@
479
466
  line-height: 2rem;
480
467
  }
481
468
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
482
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
469
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
483
470
  color: #323130;
484
471
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
485
472
  font-weight: 600;
486
473
  padding: 0.5rem;
487
474
  }
488
475
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
489
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
476
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
490
477
  color: #0078d4;
491
478
  }
492
479
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
@@ -635,7 +622,6 @@
635
622
  outline-offset: 0;
636
623
  box-shadow: inset 0 0 0 1px #605e5c;
637
624
  }
638
-
639
625
  @media screen and (max-width: 769px) {
640
626
  .p-datepicker table th, .p-datepicker table td {
641
627
  padding: 0;
@@ -678,7 +664,6 @@
678
664
  .p-cascadeselect.p-invalid.p-component {
679
665
  border-color: #a4252c;
680
666
  }
681
-
682
667
  .p-cascadeselect-panel {
683
668
  background: #ffffff;
684
669
  color: #323130;
@@ -720,7 +705,6 @@
720
705
  width: 0.875rem;
721
706
  height: 0.875rem;
722
707
  }
723
-
724
708
  .p-input-filled .p-cascadeselect {
725
709
  background: #faf9f8;
726
710
  }
@@ -730,7 +714,6 @@
730
714
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
731
715
  background-color: #faf9f8;
732
716
  }
733
-
734
717
  .p-checkbox {
735
718
  width: 20px;
736
719
  height: 20px;
@@ -779,7 +762,6 @@
779
762
  .p-checkbox.p-invalid > .p-checkbox-box {
780
763
  border-color: #a4252c;
781
764
  }
782
-
783
765
  .p-input-filled .p-checkbox .p-checkbox-box {
784
766
  background-color: #faf9f8;
785
767
  }
@@ -792,7 +774,6 @@
792
774
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
793
775
  background: #005a9e;
794
776
  }
795
-
796
777
  .p-chips .p-chips-multiple-container {
797
778
  padding: 0.25rem 0.5rem;
798
779
  gap: 0.5rem;
@@ -830,25 +811,21 @@
830
811
  .p-chips.p-invalid.p-component > .p-inputtext {
831
812
  border-color: #a4252c;
832
813
  }
833
-
834
814
  .p-colorpicker-preview {
835
815
  width: 2rem;
836
816
  height: 2rem;
837
817
  }
838
-
839
818
  .p-colorpicker-panel {
840
819
  background: #323232;
841
820
  border: 1px solid #191919;
842
821
  }
843
822
  .p-colorpicker-panel .p-colorpicker-color-handle,
844
- .p-colorpicker-panel .p-colorpicker-hue-handle {
823
+ .p-colorpicker-panel .p-colorpicker-hue-handle {
845
824
  border-color: #ffffff;
846
825
  }
847
-
848
826
  .p-colorpicker-overlay-panel {
849
827
  box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
850
828
  }
851
-
852
829
  .p-dropdown {
853
830
  background: #ffffff;
854
831
  border: 1px solid #605e5c;
@@ -892,7 +869,6 @@
892
869
  .p-dropdown.p-invalid.p-component {
893
870
  border-color: #a4252c;
894
871
  }
895
-
896
872
  .p-dropdown-panel {
897
873
  background: #ffffff;
898
874
  color: #323130;
@@ -956,7 +932,6 @@
956
932
  color: #323130;
957
933
  background: transparent;
958
934
  }
959
-
960
935
  .p-input-filled .p-dropdown {
961
936
  background: #faf9f8;
962
937
  }
@@ -969,7 +944,6 @@
969
944
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
970
945
  background-color: transparent;
971
946
  }
972
-
973
947
  .p-inputgroup-addon {
974
948
  background: #f3f2f1;
975
949
  color: #605e5c;
@@ -982,68 +956,60 @@
982
956
  .p-inputgroup-addon:last-child {
983
957
  border-right: 1px solid #605e5c;
984
958
  }
985
-
986
959
  .p-inputgroup > .p-component,
987
- .p-inputgroup > .p-inputwrapper > .p-inputtext,
988
- .p-inputgroup > .p-float-label > .p-component {
960
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
961
+ .p-inputgroup > .p-float-label > .p-component {
989
962
  border-radius: 0;
990
963
  margin: 0;
991
964
  }
992
965
  .p-inputgroup > .p-component + .p-inputgroup-addon,
993
- .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
994
- .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
966
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
967
+ .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
995
968
  border-left: 0 none;
996
969
  }
997
970
  .p-inputgroup > .p-component:focus,
998
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
999
- .p-inputgroup > .p-float-label > .p-component:focus {
971
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
972
+ .p-inputgroup > .p-float-label > .p-component:focus {
1000
973
  z-index: 1;
1001
974
  }
1002
975
  .p-inputgroup > .p-component:focus ~ label,
1003
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1004
- .p-inputgroup > .p-float-label > .p-component:focus ~ label {
976
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
977
+ .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1005
978
  z-index: 1;
1006
979
  }
1007
-
1008
980
  .p-inputgroup-addon:first-child,
1009
- .p-inputgroup button:first-child,
1010
- .p-inputgroup input:first-child,
1011
- .p-inputgroup > .p-inputwrapper:first-child,
1012
- .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
981
+ .p-inputgroup button:first-child,
982
+ .p-inputgroup input:first-child,
983
+ .p-inputgroup > .p-inputwrapper:first-child,
984
+ .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
1013
985
  border-top-left-radius: 2px;
1014
986
  border-bottom-left-radius: 2px;
1015
987
  }
1016
-
1017
988
  .p-inputgroup .p-float-label:first-child input {
1018
989
  border-top-left-radius: 2px;
1019
990
  border-bottom-left-radius: 2px;
1020
991
  }
1021
-
1022
992
  .p-inputgroup-addon:last-child,
1023
- .p-inputgroup button:last-child,
1024
- .p-inputgroup input:last-child,
1025
- .p-inputgroup > .p-inputwrapper:last-child,
1026
- .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
993
+ .p-inputgroup button:last-child,
994
+ .p-inputgroup input:last-child,
995
+ .p-inputgroup > .p-inputwrapper:last-child,
996
+ .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
1027
997
  border-top-right-radius: 2px;
1028
998
  border-bottom-right-radius: 2px;
1029
999
  }
1030
-
1031
1000
  .p-inputgroup .p-float-label:last-child input {
1032
1001
  border-top-right-radius: 2px;
1033
1002
  border-bottom-right-radius: 2px;
1034
1003
  }
1035
-
1036
1004
  .p-fluid .p-inputgroup .p-button {
1037
1005
  width: auto;
1038
1006
  }
1039
1007
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
1040
1008
  width: 2.357rem;
1041
1009
  }
1042
-
1043
1010
  .p-inputnumber.p-invalid.p-component > .p-inputtext {
1044
1011
  border-color: #a4252c;
1045
1012
  }
1046
-
1047
1013
  .p-inputswitch {
1048
1014
  width: 3rem;
1049
1015
  height: 1.75rem;
@@ -1085,7 +1051,6 @@
1085
1051
  .p-inputswitch.p-invalid .p-inputswitch-slider {
1086
1052
  border-color: #a4252c;
1087
1053
  }
1088
-
1089
1054
  .p-inputtext {
1090
1055
  font-family: var(--font-family);
1091
1056
  font-feature-settings: var(--font-feature-settings, normal);
@@ -1118,59 +1083,47 @@
1118
1083
  font-size: 1.25rem;
1119
1084
  padding: 0.625rem 0.625rem;
1120
1085
  }
1121
-
1122
1086
  .p-float-label > label {
1123
1087
  left: 0.5rem;
1124
1088
  color: #605e5c;
1125
1089
  transition-duration: 0.2s;
1126
1090
  }
1127
-
1128
1091
  .p-float-label > label.p-error {
1129
1092
  color: #a4252c;
1130
1093
  }
1131
-
1132
1094
  .p-input-icon-left > i:first-of-type,
1133
- .p-input-icon-left > svg:first-of-type,
1134
- .p-input-icon-left > .p-input-prefix {
1095
+ .p-input-icon-left > svg:first-of-type,
1096
+ .p-input-icon-left > .p-input-prefix {
1135
1097
  left: 0.5rem;
1136
1098
  color: #605e5c;
1137
1099
  }
1138
-
1139
1100
  .p-input-icon-left > .p-inputtext {
1140
1101
  padding-left: 2rem;
1141
1102
  }
1142
-
1143
1103
  .p-input-icon-left.p-float-label > label {
1144
1104
  left: 2rem;
1145
1105
  }
1146
-
1147
1106
  .p-input-icon-right > i:last-of-type,
1148
- .p-input-icon-right > svg:last-of-type,
1149
- .p-input-icon-right > .p-input-suffix {
1107
+ .p-input-icon-right > svg:last-of-type,
1108
+ .p-input-icon-right > .p-input-suffix {
1150
1109
  right: 0.5rem;
1151
1110
  color: #605e5c;
1152
1111
  }
1153
-
1154
1112
  .p-input-icon-right > .p-inputtext {
1155
1113
  padding-right: 2rem;
1156
1114
  }
1157
-
1158
1115
  ::-webkit-input-placeholder {
1159
1116
  color: #605e5c;
1160
1117
  }
1161
-
1162
1118
  :-moz-placeholder {
1163
1119
  color: #605e5c;
1164
1120
  }
1165
-
1166
1121
  ::-moz-placeholder {
1167
1122
  color: #605e5c;
1168
1123
  }
1169
-
1170
1124
  :-ms-input-placeholder {
1171
1125
  color: #605e5c;
1172
1126
  }
1173
-
1174
1127
  .p-input-filled .p-inputtext {
1175
1128
  background-color: #faf9f8;
1176
1129
  }
@@ -1180,17 +1133,14 @@
1180
1133
  .p-input-filled .p-inputtext:enabled:focus {
1181
1134
  background-color: #faf9f8;
1182
1135
  }
1183
-
1184
1136
  .p-inputtext-sm .p-inputtext {
1185
1137
  font-size: 0.875rem;
1186
1138
  padding: 0.4375rem 0.4375rem;
1187
1139
  }
1188
-
1189
1140
  .p-inputtext-lg .p-inputtext {
1190
1141
  font-size: 1.25rem;
1191
1142
  padding: 0.625rem 0.625rem;
1192
1143
  }
1193
-
1194
1144
  .p-listbox {
1195
1145
  background: #ffffff;
1196
1146
  color: #323130;
@@ -1252,7 +1202,6 @@
1252
1202
  .p-listbox.p-invalid {
1253
1203
  border-color: #a4252c;
1254
1204
  }
1255
-
1256
1205
  .p-mention-panel {
1257
1206
  background: #ffffff;
1258
1207
  color: #323130;
@@ -1280,7 +1229,6 @@
1280
1229
  color: #323130;
1281
1230
  background: #edebe9;
1282
1231
  }
1283
-
1284
1232
  .p-multiselect {
1285
1233
  background: #ffffff;
1286
1234
  border: 1px solid #605e5c;
@@ -1330,7 +1278,6 @@
1330
1278
  .p-multiselect.p-invalid.p-component {
1331
1279
  border-color: #a4252c;
1332
1280
  }
1333
-
1334
1281
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1335
1282
  padding: 0.25rem 0.5rem;
1336
1283
  }
@@ -1340,7 +1287,6 @@
1340
1287
  .p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
1341
1288
  padding-right: 1.5rem;
1342
1289
  }
1343
-
1344
1290
  .p-multiselect-panel {
1345
1291
  background: #ffffff;
1346
1292
  color: #323130;
@@ -1426,7 +1372,6 @@
1426
1372
  color: #323130;
1427
1373
  background: transparent;
1428
1374
  }
1429
-
1430
1375
  .p-input-filled .p-multiselect {
1431
1376
  background: #faf9f8;
1432
1377
  }
@@ -1436,11 +1381,9 @@
1436
1381
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1437
1382
  background-color: #faf9f8;
1438
1383
  }
1439
-
1440
1384
  .p-password.p-invalid.p-component > .p-inputtext {
1441
1385
  border-color: #a4252c;
1442
1386
  }
1443
-
1444
1387
  .p-password-panel {
1445
1388
  padding: 1rem;
1446
1389
  background: #ffffff;
@@ -1462,7 +1405,6 @@
1462
1405
  .p-password-panel .p-password-meter .p-password-strength.strong {
1463
1406
  background: #498205;
1464
1407
  }
1465
-
1466
1408
  .p-radiobutton {
1467
1409
  width: 20px;
1468
1410
  height: 20px;
@@ -1506,7 +1448,6 @@
1506
1448
  .p-radiobutton:focus {
1507
1449
  outline: 0 none;
1508
1450
  }
1509
-
1510
1451
  .p-input-filled .p-radiobutton .p-radiobutton-box {
1511
1452
  background-color: #faf9f8;
1512
1453
  }
@@ -1519,7 +1460,6 @@
1519
1460
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1520
1461
  background: #ffffff;
1521
1462
  }
1522
-
1523
1463
  .p-rating {
1524
1464
  gap: 0.5rem;
1525
1465
  }
@@ -1549,7 +1489,6 @@
1549
1489
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
1550
1490
  color: #a4252c;
1551
1491
  }
1552
-
1553
1492
  .p-selectbutton .p-button {
1554
1493
  background: #ffffff;
1555
1494
  border: 1px solid #605e5c;
@@ -1557,7 +1496,7 @@
1557
1496
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1558
1497
  }
1559
1498
  .p-selectbutton .p-button .p-button-icon-left,
1560
- .p-selectbutton .p-button .p-button-icon-right {
1499
+ .p-selectbutton .p-button .p-button-icon-right {
1561
1500
  color: #605e5c;
1562
1501
  }
1563
1502
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1566,7 +1505,7 @@
1566
1505
  color: #323130;
1567
1506
  }
1568
1507
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1569
- .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1508
+ .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1570
1509
  color: #605e5c;
1571
1510
  }
1572
1511
  .p-selectbutton .p-button.p-highlight {
@@ -1575,7 +1514,7 @@
1575
1514
  color: #323130;
1576
1515
  }
1577
1516
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
1578
- .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1517
+ .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1579
1518
  color: #323130;
1580
1519
  }
1581
1520
  .p-selectbutton .p-button.p-highlight:hover {
@@ -1584,13 +1523,12 @@
1584
1523
  color: #323130;
1585
1524
  }
1586
1525
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
1587
- .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1526
+ .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1588
1527
  color: #323130;
1589
1528
  }
1590
1529
  .p-selectbutton.p-invalid > .p-button {
1591
1530
  border-color: #a4252c;
1592
1531
  }
1593
-
1594
1532
  .p-slider {
1595
1533
  background: #c8c6c4;
1596
1534
  border: 0 none;
@@ -1630,7 +1568,6 @@
1630
1568
  background: #ffffff;
1631
1569
  border-color: #005a9e;
1632
1570
  }
1633
-
1634
1571
  .p-treeselect {
1635
1572
  background: #ffffff;
1636
1573
  border: 1px solid #605e5c;
@@ -1677,11 +1614,9 @@
1677
1614
  .p-treeselect.p-invalid.p-component {
1678
1615
  border-color: #a4252c;
1679
1616
  }
1680
-
1681
1617
  .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
1682
1618
  padding: 0.25rem 0.5rem;
1683
1619
  }
1684
-
1685
1620
  .p-treeselect-panel {
1686
1621
  background: #ffffff;
1687
1622
  color: #323130;
@@ -1741,7 +1676,6 @@
1741
1676
  color: #323130;
1742
1677
  background: transparent;
1743
1678
  }
1744
-
1745
1679
  .p-input-filled .p-treeselect {
1746
1680
  background: #faf9f8;
1747
1681
  }
@@ -1751,7 +1685,6 @@
1751
1685
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
1752
1686
  background-color: #faf9f8;
1753
1687
  }
1754
-
1755
1688
  .p-togglebutton.p-button {
1756
1689
  background: #ffffff;
1757
1690
  border: 1px solid #605e5c;
@@ -1759,7 +1692,7 @@
1759
1692
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1760
1693
  }
1761
1694
  .p-togglebutton.p-button .p-button-icon-left,
1762
- .p-togglebutton.p-button .p-button-icon-right {
1695
+ .p-togglebutton.p-button .p-button-icon-right {
1763
1696
  color: #605e5c;
1764
1697
  }
1765
1698
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1768,7 +1701,7 @@
1768
1701
  color: #323130;
1769
1702
  }
1770
1703
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1771
- .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1704
+ .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1772
1705
  color: #605e5c;
1773
1706
  }
1774
1707
  .p-togglebutton.p-button.p-highlight {
@@ -1777,7 +1710,7 @@
1777
1710
  color: #323130;
1778
1711
  }
1779
1712
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
1780
- .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1713
+ .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1781
1714
  color: #323130;
1782
1715
  }
1783
1716
  .p-togglebutton.p-button.p-highlight:hover {
@@ -1786,13 +1719,12 @@
1786
1719
  color: #323130;
1787
1720
  }
1788
1721
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
1789
- .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1722
+ .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1790
1723
  color: #323130;
1791
1724
  }
1792
1725
  .p-togglebutton.p-button.p-invalid > .p-button {
1793
1726
  border-color: #a4252c;
1794
1727
  }
1795
-
1796
1728
  .p-button {
1797
1729
  color: #ffffff;
1798
1730
  background: #0078d4;
@@ -1904,7 +1836,7 @@
1904
1836
  padding: 0.5rem 0;
1905
1837
  }
1906
1838
  .p-button.p-button-icon-only .p-button-icon-left,
1907
- .p-button.p-button-icon-only .p-button-icon-right {
1839
+ .p-button.p-button-icon-only .p-button-icon-right {
1908
1840
  margin: 0;
1909
1841
  }
1910
1842
  .p-button.p-button-icon-only.p-button-rounded {
@@ -1940,7 +1872,6 @@
1940
1872
  .p-button.p-button-loading-label-only .p-button-loading-icon {
1941
1873
  margin: 0;
1942
1874
  }
1943
-
1944
1875
  .p-fluid .p-button {
1945
1876
  width: 100%;
1946
1877
  }
@@ -1953,7 +1884,6 @@
1953
1884
  .p-fluid .p-buttonset .p-button {
1954
1885
  flex: 1;
1955
1886
  }
1956
-
1957
1887
  .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 {
1958
1888
  color: #ffffff;
1959
1889
  background: #d45c00;
@@ -2002,7 +1932,6 @@
2002
1932
  border-color: transparent;
2003
1933
  color: #d45c00;
2004
1934
  }
2005
-
2006
1935
  .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 {
2007
1936
  color: #ffffff;
2008
1937
  background: #00b7c3;
@@ -2051,7 +1980,6 @@
2051
1980
  border-color: transparent;
2052
1981
  color: #00b7c3;
2053
1982
  }
2054
-
2055
1983
  .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 {
2056
1984
  color: #ffffff;
2057
1985
  background: #498205;
@@ -2100,7 +2028,6 @@
2100
2028
  border-color: transparent;
2101
2029
  color: #498205;
2102
2030
  }
2103
-
2104
2031
  .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 {
2105
2032
  color: #323130;
2106
2033
  background: #ffaa44;
@@ -2149,7 +2076,6 @@
2149
2076
  border-color: transparent;
2150
2077
  color: #ffaa44;
2151
2078
  }
2152
-
2153
2079
  .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 {
2154
2080
  color: #ffffff;
2155
2081
  background: #8378de;
@@ -2198,7 +2124,6 @@
2198
2124
  border-color: transparent;
2199
2125
  color: #8378de;
2200
2126
  }
2201
-
2202
2127
  .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 {
2203
2128
  color: #ffffff;
2204
2129
  background: #d13438;
@@ -2247,7 +2172,6 @@
2247
2172
  border-color: transparent;
2248
2173
  color: #d13438;
2249
2174
  }
2250
-
2251
2175
  .p-button.p-button-link {
2252
2176
  color: #0078d4;
2253
2177
  background: transparent;
@@ -2271,7 +2195,6 @@
2271
2195
  color: #0078d4;
2272
2196
  border-color: transparent;
2273
2197
  }
2274
-
2275
2198
  .p-splitbutton {
2276
2199
  border-radius: 2px;
2277
2200
  }
@@ -2353,12 +2276,11 @@
2353
2276
  font-size: 1.25rem;
2354
2277
  }
2355
2278
  .p-splitbutton .p-splitbutton-menubutton,
2356
- .p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
2357
- .p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
2279
+ .p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
2280
+ .p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
2358
2281
  border-top-left-radius: 0;
2359
2282
  border-bottom-left-radius: 0;
2360
2283
  }
2361
-
2362
2284
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2363
2285
  background-color: transparent;
2364
2286
  color: #d45c00;
@@ -2387,7 +2309,6 @@
2387
2309
  border-color: transparent;
2388
2310
  color: #d45c00;
2389
2311
  }
2390
-
2391
2312
  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2392
2313
  background-color: transparent;
2393
2314
  color: #00b7c3;
@@ -2416,7 +2337,6 @@
2416
2337
  border-color: transparent;
2417
2338
  color: #00b7c3;
2418
2339
  }
2419
-
2420
2340
  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2421
2341
  background-color: transparent;
2422
2342
  color: #498205;
@@ -2445,7 +2365,6 @@
2445
2365
  border-color: transparent;
2446
2366
  color: #498205;
2447
2367
  }
2448
-
2449
2368
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2450
2369
  background-color: transparent;
2451
2370
  color: #ffaa44;
@@ -2474,7 +2393,6 @@
2474
2393
  border-color: transparent;
2475
2394
  color: #ffaa44;
2476
2395
  }
2477
-
2478
2396
  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2479
2397
  background-color: transparent;
2480
2398
  color: #8378de;
@@ -2503,7 +2421,6 @@
2503
2421
  border-color: transparent;
2504
2422
  color: #8378de;
2505
2423
  }
2506
-
2507
2424
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2508
2425
  background-color: transparent;
2509
2426
  color: #d13438;
@@ -2532,7 +2449,6 @@
2532
2449
  border-color: transparent;
2533
2450
  color: #d13438;
2534
2451
  }
2535
-
2536
2452
  .p-speeddial-button.p-button.p-button-icon-only {
2537
2453
  width: 4rem;
2538
2454
  height: 4rem;
@@ -2544,7 +2460,9 @@
2544
2460
  width: 1.3rem;
2545
2461
  height: 1.3rem;
2546
2462
  }
2547
-
2463
+ .p-speeddial-list {
2464
+ outline: 0 none;
2465
+ }
2548
2466
  .p-speeddial-action {
2549
2467
  width: 3rem;
2550
2468
  height: 3rem;
@@ -2555,55 +2473,48 @@
2555
2473
  background: #605e5c;
2556
2474
  color: #ffffff;
2557
2475
  }
2558
-
2559
2476
  .p-speeddial-direction-up .p-speeddial-item {
2560
2477
  margin: 0.25rem;
2561
2478
  }
2562
2479
  .p-speeddial-direction-up .p-speeddial-item:first-child {
2563
2480
  margin-bottom: 0.5rem;
2564
2481
  }
2565
-
2566
2482
  .p-speeddial-direction-down .p-speeddial-item {
2567
2483
  margin: 0.25rem;
2568
2484
  }
2569
2485
  .p-speeddial-direction-down .p-speeddial-item:first-child {
2570
2486
  margin-top: 0.5rem;
2571
2487
  }
2572
-
2573
2488
  .p-speeddial-direction-left .p-speeddial-item {
2574
2489
  margin: 0 0.25rem;
2575
2490
  }
2576
2491
  .p-speeddial-direction-left .p-speeddial-item:first-child {
2577
2492
  margin-right: 0.5rem;
2578
2493
  }
2579
-
2580
2494
  .p-speeddial-direction-right .p-speeddial-item {
2581
2495
  margin: 0 0.25rem;
2582
2496
  }
2583
2497
  .p-speeddial-direction-right .p-speeddial-item:first-child {
2584
2498
  margin-left: 0.5rem;
2585
2499
  }
2586
-
2587
2500
  .p-speeddial-circle .p-speeddial-item,
2588
- .p-speeddial-semi-circle .p-speeddial-item,
2589
- .p-speeddial-quarter-circle .p-speeddial-item {
2501
+ .p-speeddial-semi-circle .p-speeddial-item,
2502
+ .p-speeddial-quarter-circle .p-speeddial-item {
2590
2503
  margin: 0;
2591
2504
  }
2592
2505
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
2593
- .p-speeddial-semi-circle .p-speeddial-item:first-child,
2594
- .p-speeddial-semi-circle .p-speeddial-item:last-child,
2595
- .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2596
- .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2506
+ .p-speeddial-semi-circle .p-speeddial-item:first-child,
2507
+ .p-speeddial-semi-circle .p-speeddial-item:last-child,
2508
+ .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2509
+ .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2597
2510
  margin: 0;
2598
2511
  }
2599
-
2600
2512
  .p-speeddial-mask {
2601
2513
  background-color: rgba(0, 0, 0, 0.4);
2602
2514
  border-radius: 2px;
2603
2515
  }
2604
-
2605
2516
  .p-carousel .p-carousel-content .p-carousel-prev,
2606
- .p-carousel .p-carousel-content .p-carousel-next {
2517
+ .p-carousel .p-carousel-content .p-carousel-next {
2607
2518
  width: 2rem;
2608
2519
  height: 2rem;
2609
2520
  color: #605e5c;
@@ -2614,13 +2525,13 @@
2614
2525
  margin: 0.5rem;
2615
2526
  }
2616
2527
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
2617
- .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2528
+ .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2618
2529
  color: #605e5c;
2619
2530
  border-color: transparent;
2620
2531
  background: #f3f2f1;
2621
2532
  }
2622
2533
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
2623
- .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2534
+ .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2624
2535
  outline: 0 none;
2625
2536
  outline-offset: 0;
2626
2537
  box-shadow: inset 0 0 0 1px #605e5c;
@@ -2646,7 +2557,6 @@
2646
2557
  background: #edebe9;
2647
2558
  color: #323130;
2648
2559
  }
2649
-
2650
2560
  .p-datatable .p-paginator-top {
2651
2561
  border-width: 0 0 1px 0;
2652
2562
  border-radius: 0;
@@ -2740,9 +2650,9 @@
2740
2650
  padding: 0.75rem 0.75rem;
2741
2651
  }
2742
2652
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
2743
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2744
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2745
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2653
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2654
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2655
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2746
2656
  width: 2rem;
2747
2657
  height: 2rem;
2748
2658
  color: #605e5c;
@@ -2752,17 +2662,17 @@
2752
2662
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
2753
2663
  }
2754
2664
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
2755
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2756
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2757
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2665
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2666
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2667
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2758
2668
  color: #605e5c;
2759
2669
  border-color: transparent;
2760
2670
  background: #f3f2f1;
2761
2671
  }
2762
2672
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
2763
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2764
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2765
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2673
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2674
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2675
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2766
2676
  outline: 0 none;
2767
2677
  outline-offset: 0;
2768
2678
  box-shadow: inset 0 0 0 1px #605e5c;
@@ -2815,12 +2725,12 @@
2815
2725
  background: #0078d4;
2816
2726
  }
2817
2727
  .p-datatable .p-datatable-scrollable-header,
2818
- .p-datatable .p-datatable-scrollable-footer {
2728
+ .p-datatable .p-datatable-scrollable-footer {
2819
2729
  background: #faf9f8;
2820
2730
  }
2821
2731
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
2822
- .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,
2823
- .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
2732
+ .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,
2733
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
2824
2734
  background-color: #ffffff;
2825
2735
  }
2826
2736
  .p-datatable .p-datatable-loading-icon {
@@ -2930,11 +2840,9 @@
2930
2840
  .p-datatable.p-datatable-lg .p-datatable-footer {
2931
2841
  padding: 0.9375rem 0.9375rem;
2932
2842
  }
2933
-
2934
2843
  .p-datatable-drag-selection-helper {
2935
2844
  background: rgba(0, 120, 212, 0.16);
2936
2845
  }
2937
-
2938
2846
  .p-dataview .p-paginator-top {
2939
2847
  border-width: 0 0 1px 0;
2940
2848
  border-radius: 0;
@@ -2978,7 +2886,6 @@
2978
2886
  width: 2rem;
2979
2887
  height: 2rem;
2980
2888
  }
2981
-
2982
2889
  .p-datascroller .p-paginator-top {
2983
2890
  border-width: 0 0 1px 0;
2984
2891
  border-radius: 0;
@@ -3015,12 +2922,10 @@
3015
2922
  border-bottom-left-radius: 2px;
3016
2923
  border-bottom-right-radius: 2px;
3017
2924
  }
3018
-
3019
2925
  .p-column-filter-row .p-column-filter-menu-button,
3020
- .p-column-filter-row .p-column-filter-clear-button {
2926
+ .p-column-filter-row .p-column-filter-clear-button {
3021
2927
  margin-left: 0.5rem;
3022
2928
  }
3023
-
3024
2929
  .p-column-filter-menu-button {
3025
2930
  width: 2rem;
3026
2931
  height: 2rem;
@@ -3048,7 +2953,6 @@
3048
2953
  outline-offset: 0;
3049
2954
  box-shadow: inset 0 0 0 1px #605e5c;
3050
2955
  }
3051
-
3052
2956
  .p-column-filter-clear-button {
3053
2957
  width: 2rem;
3054
2958
  height: 2rem;
@@ -3068,7 +2972,6 @@
3068
2972
  outline-offset: 0;
3069
2973
  box-shadow: inset 0 0 0 1px #605e5c;
3070
2974
  }
3071
-
3072
2975
  .p-column-filter-overlay {
3073
2976
  background: #ffffff;
3074
2977
  color: #323130;
@@ -3106,7 +3009,6 @@
3106
3009
  border-top: 1px solid #edebe9;
3107
3010
  margin: 0.25rem 0;
3108
3011
  }
3109
-
3110
3012
  .p-column-filter-overlay-menu .p-column-filter-operator {
3111
3013
  padding: 0.75rem 0.5rem;
3112
3014
  border-bottom: 1px solid #edebe9;
@@ -3135,7 +3037,6 @@
3135
3037
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
3136
3038
  padding: 1rem;
3137
3039
  }
3138
-
3139
3040
  .p-orderlist .p-orderlist-controls {
3140
3041
  padding: 1rem;
3141
3042
  }
@@ -3172,6 +3073,7 @@
3172
3073
  padding: 0;
3173
3074
  border-bottom-right-radius: 2px;
3174
3075
  border-bottom-left-radius: 2px;
3076
+ outline: 0 none;
3175
3077
  }
3176
3078
  .p-orderlist .p-orderlist-list .p-orderlist-item {
3177
3079
  padding: 0.75rem 0.5rem;
@@ -3185,22 +3087,23 @@
3185
3087
  background: #f3f2f1;
3186
3088
  color: #323130;
3187
3089
  }
3188
- .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
3189
- outline: 0 none;
3190
- outline-offset: 0;
3191
- box-shadow: inset 0 0 0 0.15rem #605e5c;
3090
+ .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
3091
+ color: #323130;
3092
+ background: #e1dfdd;
3192
3093
  }
3193
3094
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
3194
3095
  color: #323130;
3195
3096
  background: #edebe9;
3196
3097
  }
3098
+ .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
3099
+ background: #e1dfdd;
3100
+ }
3197
3101
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
3198
3102
  background: #faf9f8;
3199
3103
  }
3200
3104
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3201
3105
  background: #f3f2f1;
3202
3106
  }
3203
-
3204
3107
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3205
3108
  background: #f3f2f1;
3206
3109
  color: #323130;
@@ -3239,7 +3142,6 @@
3239
3142
  outline-offset: 0;
3240
3143
  box-shadow: inset 0 0 0 1px #605e5c;
3241
3144
  }
3242
-
3243
3145
  .p-paginator {
3244
3146
  background: #ffffff;
3245
3147
  color: #605e5c;
@@ -3249,9 +3151,9 @@
3249
3151
  border-radius: 2px;
3250
3152
  }
3251
3153
  .p-paginator .p-paginator-first,
3252
- .p-paginator .p-paginator-prev,
3253
- .p-paginator .p-paginator-next,
3254
- .p-paginator .p-paginator-last {
3154
+ .p-paginator .p-paginator-prev,
3155
+ .p-paginator .p-paginator-next,
3156
+ .p-paginator .p-paginator-last {
3255
3157
  background-color: transparent;
3256
3158
  border: 0 none;
3257
3159
  color: #605e5c;
@@ -3262,9 +3164,9 @@
3262
3164
  border-radius: 2px;
3263
3165
  }
3264
3166
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
3265
- .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3266
- .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3267
- .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3167
+ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3168
+ .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3169
+ .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3268
3170
  background: #f3f2f1;
3269
3171
  border-color: transparent;
3270
3172
  color: #323130;
@@ -3320,7 +3222,6 @@
3320
3222
  border-color: transparent;
3321
3223
  color: #323130;
3322
3224
  }
3323
-
3324
3225
  .p-picklist .p-picklist-buttons {
3325
3226
  padding: 1rem;
3326
3227
  }
@@ -3379,7 +3280,6 @@
3379
3280
  color: #323130;
3380
3281
  background: #edebe9;
3381
3282
  }
3382
-
3383
3283
  .p-tree {
3384
3284
  border: 1px solid #a19f9d;
3385
3285
  background: #ffffff;
@@ -3435,11 +3335,11 @@
3435
3335
  color: #323130;
3436
3336
  }
3437
3337
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
3438
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3338
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3439
3339
  color: #323130;
3440
3340
  }
3441
3341
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
3442
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3342
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3443
3343
  color: #323130;
3444
3344
  }
3445
3345
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
@@ -3477,7 +3377,6 @@
3477
3377
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
3478
3378
  background: #c3bcb5;
3479
3379
  }
3480
-
3481
3380
  .p-treetable .p-paginator-top {
3482
3381
  border-width: 0 0 1px 0;
3483
3382
  border-radius: 0;
@@ -3613,7 +3512,7 @@
3613
3512
  background: #0078d4;
3614
3513
  }
3615
3514
  .p-treetable .p-treetable-scrollable-header,
3616
- .p-treetable .p-treetable-scrollable-footer {
3515
+ .p-treetable .p-treetable-scrollable-footer {
3617
3516
  background: #faf9f8;
3618
3517
  }
3619
3518
  .p-treetable .p-treetable-loading-icon {
@@ -3690,7 +3589,6 @@
3690
3589
  .p-treetable.p-treetable-lg .p-treetable-footer {
3691
3590
  padding: 0.9375rem 0.9375rem;
3692
3591
  }
3693
-
3694
3592
  .p-timeline .p-timeline-event-marker {
3695
3593
  border: 0 none;
3696
3594
  border-radius: 50%;
@@ -3702,20 +3600,19 @@
3702
3600
  background-color: #a19f9d;
3703
3601
  }
3704
3602
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
3705
- .p-timeline.p-timeline-vertical .p-timeline-event-content {
3603
+ .p-timeline.p-timeline-vertical .p-timeline-event-content {
3706
3604
  padding: 0 1rem;
3707
3605
  }
3708
3606
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
3709
3607
  width: 2px;
3710
3608
  }
3711
3609
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
3712
- .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3610
+ .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3713
3611
  padding: 1rem 0;
3714
3612
  }
3715
3613
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
3716
3614
  height: 2px;
3717
3615
  }
3718
-
3719
3616
  .p-accordion .p-accordion-header .p-accordion-header-link {
3720
3617
  padding: 1rem;
3721
3618
  border: 1px solid #a19f9d;
@@ -3764,7 +3661,6 @@
3764
3661
  .p-accordion .p-accordion-tab {
3765
3662
  margin-bottom: 4px;
3766
3663
  }
3767
-
3768
3664
  .p-card {
3769
3665
  background: #ffffff;
3770
3666
  color: #323130;
@@ -3790,7 +3686,6 @@
3790
3686
  .p-card .p-card-footer {
3791
3687
  padding: 1rem 0 0 0;
3792
3688
  }
3793
-
3794
3689
  .p-fieldset {
3795
3690
  border: 1px solid #a19f9d;
3796
3691
  background: #ffffff;
@@ -3831,7 +3726,6 @@
3831
3726
  .p-fieldset .p-fieldset-content {
3832
3727
  padding: 1rem;
3833
3728
  }
3834
-
3835
3729
  .p-divider .p-divider-content {
3836
3730
  background-color: #ffffff;
3837
3731
  }
@@ -3855,7 +3749,6 @@
3855
3749
  .p-divider.p-divider-vertical .p-divider-content {
3856
3750
  padding: 0.5rem 0;
3857
3751
  }
3858
-
3859
3752
  .p-panel .p-panel-header {
3860
3753
  border: 1px solid #a19f9d;
3861
3754
  padding: 1rem;
@@ -3905,7 +3798,6 @@
3905
3798
  color: #323130;
3906
3799
  border-top: 0 none;
3907
3800
  }
3908
-
3909
3801
  .p-splitter {
3910
3802
  border: 1px solid #a19f9d;
3911
3803
  background: #ffffff;
@@ -3922,12 +3814,15 @@
3922
3814
  .p-splitter .p-splitter-gutter-resizing {
3923
3815
  background: #edebe9;
3924
3816
  }
3925
-
3926
3817
  .p-scrollpanel .p-scrollpanel-bar {
3927
3818
  background: #f3f2f1;
3928
3819
  border: 0 none;
3929
3820
  }
3930
-
3821
+ .p-scrollpanel .p-scrollpanel-bar:focus-visible {
3822
+ outline: 0 none;
3823
+ outline-offset: 0;
3824
+ box-shadow: inset 0 0 0 1px #605e5c;
3825
+ }
3931
3826
  .p-tabview .p-tabview-nav {
3932
3827
  background: #ffffff;
3933
3828
  border: 0 none;
@@ -3987,7 +3882,6 @@
3987
3882
  border-bottom-right-radius: 2px;
3988
3883
  border-bottom-left-radius: 2px;
3989
3884
  }
3990
-
3991
3885
  .p-toolbar {
3992
3886
  background: #faf9f8;
3993
3887
  border: 1px solid #a19f9d;
@@ -3998,7 +3892,6 @@
3998
3892
  .p-toolbar .p-toolbar-separator {
3999
3893
  margin: 0 0.5rem;
4000
3894
  }
4001
-
4002
3895
  .p-confirm-popup {
4003
3896
  background: #ffffff;
4004
3897
  color: #323130;
@@ -4046,7 +3939,6 @@
4046
3939
  .p-confirm-popup .p-confirm-popup-message {
4047
3940
  margin-left: 1rem;
4048
3941
  }
4049
-
4050
3942
  .p-dialog {
4051
3943
  border-radius: 2px;
4052
3944
  box-shadow: rgba(0, 0, 0, 0.133) 0px 6.4px 14.4px 0px, rgba(0, 0, 0, 0.11) 0px 1.2px 3.6px 0px;
@@ -4122,7 +4014,6 @@
4122
4014
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
4123
4015
  margin-left: 1rem;
4124
4016
  }
4125
-
4126
4017
  .p-overlaypanel {
4127
4018
  background: #ffffff;
4128
4019
  color: #323130;
@@ -4164,7 +4055,6 @@
4164
4055
  .p-overlaypanel.p-overlaypanel-flipped:before {
4165
4056
  border-top-color: #ffffff;
4166
4057
  }
4167
-
4168
4058
  .p-sidebar {
4169
4059
  background: #ffffff;
4170
4060
  color: #323130;
@@ -4175,7 +4065,7 @@
4175
4065
  padding: 1rem;
4176
4066
  }
4177
4067
  .p-sidebar .p-sidebar-header .p-sidebar-close,
4178
- .p-sidebar .p-sidebar-header .p-sidebar-icon {
4068
+ .p-sidebar .p-sidebar-header .p-sidebar-icon {
4179
4069
  width: 2rem;
4180
4070
  height: 2rem;
4181
4071
  color: #605e5c;
@@ -4185,13 +4075,13 @@
4185
4075
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
4186
4076
  }
4187
4077
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
4188
- .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4078
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4189
4079
  color: #605e5c;
4190
4080
  border-color: transparent;
4191
4081
  background: #f3f2f1;
4192
4082
  }
4193
4083
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
4194
- .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4084
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4195
4085
  outline: 0 none;
4196
4086
  outline-offset: 0;
4197
4087
  box-shadow: inset 0 0 0 1px #605e5c;
@@ -4202,7 +4092,6 @@
4202
4092
  .p-sidebar .p-sidebar-content {
4203
4093
  padding: 1rem;
4204
4094
  }
4205
-
4206
4095
  .p-tooltip .p-tooltip-text {
4207
4096
  background: #ffffff;
4208
4097
  color: #323130;
@@ -4222,7 +4111,6 @@
4222
4111
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
4223
4112
  border-bottom-color: #ffffff;
4224
4113
  }
4225
-
4226
4114
  .p-fileupload .p-fileupload-buttonbar {
4227
4115
  background: #faf9f8;
4228
4116
  padding: 1rem;
@@ -4253,7 +4141,6 @@
4253
4141
  .p-fileupload.p-fileupload-advanced .p-message {
4254
4142
  margin-top: 0;
4255
4143
  }
4256
-
4257
4144
  .p-breadcrumb {
4258
4145
  background: #ffffff;
4259
4146
  border: 1px solid #eeeeee;
@@ -4285,7 +4172,6 @@
4285
4172
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
4286
4173
  color: #0078d4;
4287
4174
  }
4288
-
4289
4175
  .p-contextmenu {
4290
4176
  padding: 0;
4291
4177
  background: #ffffff;
@@ -4295,144 +4181,168 @@
4295
4181
  border-radius: 2px;
4296
4182
  width: 12.5rem;
4297
4183
  }
4298
- .p-contextmenu .p-menuitem-link {
4299
- padding: 0.75rem 0.5rem;
4184
+ .p-contextmenu .p-contextmenu-root-list {
4185
+ outline: 0 none;
4186
+ }
4187
+ .p-contextmenu .p-submenu-list {
4188
+ padding: 0;
4189
+ background: #ffffff;
4190
+ border: 0 none;
4191
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4192
+ border-radius: 2px;
4193
+ }
4194
+ .p-contextmenu .p-menuitem > .p-menuitem-content {
4300
4195
  color: #323130;
4301
- border-radius: 0;
4302
4196
  transition: box-shadow 0.2s;
4197
+ border-radius: 0;
4198
+ }
4199
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
4200
+ color: #323130;
4201
+ padding: 0.75rem 0.5rem;
4303
4202
  user-select: none;
4304
4203
  }
4305
- .p-contextmenu .p-menuitem-link .p-menuitem-text {
4204
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4306
4205
  color: #323130;
4307
4206
  }
4308
- .p-contextmenu .p-menuitem-link .p-menuitem-icon {
4207
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4309
4208
  color: #0078d4;
4310
4209
  margin-right: 0.5rem;
4311
4210
  }
4312
- .p-contextmenu .p-menuitem-link .p-submenu-icon {
4211
+ .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4313
4212
  color: #0078d4;
4314
4213
  }
4315
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
4316
- background: #f3f2f1;
4214
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
4215
+ color: #323130;
4216
+ background: #edebe9;
4317
4217
  }
4318
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4218
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4319
4219
  color: #323130;
4320
4220
  }
4321
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4221
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4222
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4322
4223
  color: #0078d4;
4323
4224
  }
4324
- .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4325
- color: #0078d4;
4225
+ .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4226
+ background: #e1dfdd;
4326
4227
  }
4327
- .p-contextmenu .p-menuitem-link:focus {
4328
- outline: 0 none;
4329
- outline-offset: 0;
4330
- box-shadow: inset 0 0 0 0.15rem #605e5c;
4228
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4229
+ color: #323130;
4230
+ background: #e1dfdd;
4331
4231
  }
4332
- .p-contextmenu .p-submenu-list {
4333
- padding: 0;
4334
- background: #ffffff;
4335
- border: 0 none;
4336
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4337
- border-radius: 2px;
4232
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4233
+ color: #323130;
4338
4234
  }
4339
- .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
4340
- background: #edebe9;
4235
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4236
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4237
+ color: #323130;
4238
+ }
4239
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4240
+ color: #323130;
4241
+ background: #f3f2f1;
4341
4242
  }
4342
- .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
4243
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4343
4244
  color: #323130;
4344
4245
  }
4345
- .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 {
4246
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4247
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4346
4248
  color: #0078d4;
4347
4249
  }
4348
- .p-contextmenu .p-menu-separator {
4250
+ .p-contextmenu .p-menuitem-separator {
4349
4251
  border-top: 1px solid #edebe9;
4350
4252
  margin: 0.25rem 0;
4351
4253
  }
4352
4254
  .p-contextmenu .p-submenu-icon {
4353
4255
  font-size: 0.875rem;
4354
- transition: transform 0.2s;
4355
4256
  }
4356
4257
  .p-contextmenu .p-submenu-icon.p-icon {
4357
4258
  width: 0.875rem;
4358
4259
  height: 0.875rem;
4359
4260
  }
4360
-
4361
- .p-dock .p-dock-list {
4261
+ .p-dock .p-dock-list-container {
4362
4262
  background: rgba(255, 255, 255, 0.1);
4363
4263
  border: 1px solid rgba(255, 255, 255, 0.2);
4364
4264
  padding: 0.5rem 0.5rem;
4365
4265
  border-radius: 0.5rem;
4366
4266
  }
4267
+ .p-dock .p-dock-list-container .p-dock-list {
4268
+ outline: 0 none;
4269
+ }
4367
4270
  .p-dock .p-dock-item {
4368
4271
  padding: 0.5rem;
4272
+ border-radius: 2px;
4273
+ }
4274
+ .p-dock .p-dock-item.p-focus {
4275
+ outline: 0 none;
4276
+ outline-offset: 0;
4277
+ box-shadow: inset 0 0 0 0.15rem #605e5c;
4369
4278
  }
4370
4279
  .p-dock .p-dock-action {
4371
4280
  width: 4rem;
4372
4281
  height: 4rem;
4373
4282
  }
4374
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
4375
- .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,
4376
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
4283
+ .p-dock.p-dock-top .p-dock-item-second-prev,
4284
+ .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4285
+ .p-dock.p-dock-bottom .p-dock-item-second-next {
4377
4286
  margin: 0 0.9rem;
4378
4287
  }
4379
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
4380
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
4381
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
4288
+ .p-dock.p-dock-top .p-dock-item-prev,
4289
+ .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4290
+ .p-dock.p-dock-bottom .p-dock-item-next {
4382
4291
  margin: 0 1.3rem;
4383
4292
  }
4384
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
4293
+ .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
4385
4294
  margin: 0 1.5rem;
4386
4295
  }
4387
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
4388
- .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,
4389
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
4296
+ .p-dock.p-dock-left .p-dock-item-second-prev,
4297
+ .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4298
+ .p-dock.p-dock-right .p-dock-item-second-next {
4390
4299
  margin: 0.9rem 0;
4391
4300
  }
4392
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
4393
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
4394
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
4301
+ .p-dock.p-dock-left .p-dock-item-prev,
4302
+ .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4303
+ .p-dock.p-dock-right .p-dock-item-next {
4395
4304
  margin: 1.3rem 0;
4396
4305
  }
4397
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
4306
+ .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
4398
4307
  margin: 1.5rem 0;
4399
4308
  }
4400
-
4401
- @media screen and (max-width: 960px) {
4402
- .p-dock.p-dock-top .p-dock-container, .p-dock.p-dock-bottom .p-dock-container {
4403
- overflow-x: auto;
4404
- width: 100%;
4405
- }
4406
- .p-dock.p-dock-top .p-dock-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-container .p-dock-list {
4407
- margin: 0 auto;
4408
- }
4409
- .p-dock.p-dock-left .p-dock-container, .p-dock.p-dock-right .p-dock-container {
4410
- overflow-y: auto;
4411
- height: 100%;
4412
- }
4413
- .p-dock.p-dock-left .p-dock-container .p-dock-list, .p-dock.p-dock-right .p-dock-container .p-dock-list {
4414
- margin: auto 0;
4415
- }
4416
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
4417
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next,
4418
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
4419
- .p-dock.p-dock-magnification.p-dock-top .p-dock-item-next,
4420
- .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,
4421
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
4422
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
4423
- .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next,
4424
- .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,
4425
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next,
4426
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
4427
- .p-dock.p-dock-magnification.p-dock-left .p-dock-item-next,
4428
- .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,
4429
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next,
4430
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
4431
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-next,
4432
- .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
4433
- transform: none;
4434
- margin: 0;
4435
- }
4309
+ .p-dock.p-dock-mobile.p-dock-top .p-dock-list-container, .p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container {
4310
+ overflow-x: auto;
4311
+ width: 100%;
4312
+ }
4313
+ .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 {
4314
+ margin: 0 auto;
4315
+ }
4316
+ .p-dock.p-dock-mobile.p-dock-left .p-dock-list-container, .p-dock.p-dock-mobile.p-dock-right .p-dock-list-container {
4317
+ overflow-y: auto;
4318
+ height: 100%;
4319
+ }
4320
+ .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 {
4321
+ margin: auto 0;
4322
+ }
4323
+ .p-dock.p-dock-mobile .p-dock-list .p-dock-item {
4324
+ transform: none;
4325
+ margin: 0;
4326
+ }
4327
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
4328
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-next,
4329
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-prev,
4330
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-next,
4331
+ .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,
4332
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
4333
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
4334
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-next,
4335
+ .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,
4336
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-next,
4337
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-prev,
4338
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-next,
4339
+ .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,
4340
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-next,
4341
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-prev,
4342
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-next,
4343
+ .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-current {
4344
+ transform: none;
4345
+ margin: 0;
4436
4346
  }
4437
4347
  .p-megamenu {
4438
4348
  padding: 0.5rem;
@@ -4441,101 +4351,72 @@
4441
4351
  border: 1px solid #eeeeee;
4442
4352
  border-radius: 2px;
4443
4353
  }
4444
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
4445
- padding: 0.75rem 0.5rem;
4354
+ .p-megamenu .p-megamenu-root-list {
4355
+ outline: 0 none;
4356
+ }
4357
+ .p-megamenu .p-menuitem > .p-menuitem-content {
4446
4358
  color: #323130;
4447
- border-radius: 2px;
4448
4359
  transition: box-shadow 0.2s;
4360
+ border-radius: 0;
4361
+ }
4362
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
4363
+ color: #323130;
4364
+ padding: 0.75rem 0.5rem;
4449
4365
  user-select: none;
4450
4366
  }
4451
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4367
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4452
4368
  color: #323130;
4453
4369
  }
4454
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4370
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4455
4371
  color: #0078d4;
4456
4372
  margin-right: 0.5rem;
4457
4373
  }
4458
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4374
+ .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4459
4375
  color: #0078d4;
4460
- margin-left: 0.5rem;
4461
- }
4462
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4463
- background: #f3f2f1;
4464
4376
  }
4465
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4377
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
4466
4378
  color: #323130;
4467
- }
4468
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4469
- color: #0078d4;
4470
- }
4471
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4472
- color: #0078d4;
4473
- }
4474
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
4475
- outline: 0 none;
4476
- outline-offset: 0;
4477
- box-shadow: inset 0 0 0 0.15rem #605e5c;
4478
- }
4479
- .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4480
- margin-left: auto;
4481
- }
4482
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4483
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
4484
4379
  background: #edebe9;
4485
4380
  }
4486
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
4487
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4381
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4488
4382
  color: #323130;
4489
4383
  }
4490
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
4491
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4384
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4385
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4492
4386
  color: #0078d4;
4493
4387
  }
4494
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
4495
- .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4496
- color: #0078d4;
4388
+ .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4389
+ background: #e1dfdd;
4497
4390
  }
4498
- .p-megamenu .p-menuitem-link {
4499
- padding: 0.75rem 0.5rem;
4391
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4500
4392
  color: #323130;
4501
- border-radius: 0;
4502
- transition: box-shadow 0.2s;
4503
- user-select: none;
4393
+ background: #e1dfdd;
4504
4394
  }
4505
- .p-megamenu .p-menuitem-link .p-menuitem-text {
4395
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4506
4396
  color: #323130;
4507
4397
  }
4508
- .p-megamenu .p-menuitem-link .p-menuitem-icon {
4509
- color: #0078d4;
4510
- margin-right: 0.5rem;
4511
- }
4512
- .p-megamenu .p-menuitem-link .p-submenu-icon {
4513
- color: #0078d4;
4398
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4399
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4400
+ color: #323130;
4514
4401
  }
4515
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover {
4402
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4403
+ color: #323130;
4516
4404
  background: #f3f2f1;
4517
4405
  }
4518
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4406
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4519
4407
  color: #323130;
4520
4408
  }
4521
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4409
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4410
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4522
4411
  color: #0078d4;
4523
4412
  }
4524
- .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4525
- color: #0078d4;
4526
- }
4527
- .p-megamenu .p-menuitem-link:focus {
4528
- outline: 0 none;
4529
- outline-offset: 0;
4530
- box-shadow: inset 0 0 0 0.15rem #605e5c;
4531
- }
4532
4413
  .p-megamenu .p-megamenu-panel {
4533
4414
  background: #ffffff;
4534
4415
  color: #323130;
4535
4416
  border: 0 none;
4536
4417
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4537
4418
  }
4538
- .p-megamenu .p-megamenu-submenu-header {
4419
+ .p-megamenu .p-submenu-header {
4539
4420
  margin: 0;
4540
4421
  padding: 0.75rem 0.5rem;
4541
4422
  color: #0078d4;
@@ -4544,23 +4425,14 @@
4544
4425
  border-top-right-radius: 2px;
4545
4426
  border-top-left-radius: 2px;
4546
4427
  }
4547
- .p-megamenu .p-megamenu-submenu {
4428
+ .p-megamenu .p-submenu-list {
4548
4429
  padding: 0;
4549
4430
  width: 12.5rem;
4550
4431
  }
4551
- .p-megamenu .p-megamenu-submenu .p-menu-separator {
4432
+ .p-megamenu .p-submenu-list .p-menuitem-separator {
4552
4433
  border-top: 1px solid #edebe9;
4553
4434
  margin: 0.25rem 0;
4554
4435
  }
4555
- .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
4556
- background: #edebe9;
4557
- }
4558
- .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
4559
- color: #323130;
4560
- }
4561
- .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 {
4562
- color: #0078d4;
4563
- }
4564
4436
  .p-megamenu.p-megamenu-vertical {
4565
4437
  width: 12.5rem;
4566
4438
  padding: 0;
@@ -4581,8 +4453,36 @@
4581
4453
  outline-offset: 0;
4582
4454
  box-shadow: inset 0 0 0 1px #605e5c;
4583
4455
  }
4584
- .p-megamenu .p-submenu-icon {
4585
- transition: transform 0.2s;
4456
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
4457
+ color: #323130;
4458
+ transition: box-shadow 0.2s;
4459
+ border-radius: 2px;
4460
+ }
4461
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
4462
+ padding: 0.75rem 0.5rem;
4463
+ user-select: none;
4464
+ }
4465
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4466
+ color: #323130;
4467
+ }
4468
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4469
+ color: #0078d4;
4470
+ margin-right: 0.5rem;
4471
+ }
4472
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4473
+ color: #0078d4;
4474
+ margin-left: 0.5rem;
4475
+ }
4476
+ .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4477
+ color: #323130;
4478
+ background: #f3f2f1;
4479
+ }
4480
+ .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 {
4481
+ color: #323130;
4482
+ }
4483
+ .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,
4484
+ .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 {
4485
+ color: #0078d4;
4586
4486
  }
4587
4487
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list {
4588
4488
  padding: 0;
@@ -4605,39 +4505,61 @@
4605
4505
  width: 100%;
4606
4506
  position: static;
4607
4507
  }
4608
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
4609
- padding: 0.75rem 0.5rem;
4508
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content {
4610
4509
  color: #323130;
4611
- border-radius: 0;
4612
4510
  transition: box-shadow 0.2s;
4511
+ border-radius: 0;
4512
+ }
4513
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
4514
+ color: #323130;
4515
+ padding: 0.75rem 0.5rem;
4613
4516
  user-select: none;
4614
4517
  }
4615
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4518
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4616
4519
  color: #323130;
4617
4520
  }
4618
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4521
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4619
4522
  color: #0078d4;
4620
4523
  margin-right: 0.5rem;
4621
4524
  }
4622
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4525
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4623
4526
  color: #0078d4;
4624
4527
  }
4625
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4626
- background: #f3f2f1;
4528
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content {
4529
+ color: #323130;
4530
+ background: #edebe9;
4627
4531
  }
4628
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4532
+ .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 {
4629
4533
  color: #323130;
4630
4534
  }
4631
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4535
+ .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,
4536
+ .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 {
4632
4537
  color: #0078d4;
4633
4538
  }
4634
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4635
- color: #0078d4;
4539
+ .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
4540
+ background: #e1dfdd;
4636
4541
  }
4637
- .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
4638
- outline: 0 none;
4639
- outline-offset: 0;
4640
- box-shadow: inset 0 0 0 0.15rem #605e5c;
4542
+ .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 {
4543
+ color: #323130;
4544
+ background: #e1dfdd;
4545
+ }
4546
+ .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 {
4547
+ color: #323130;
4548
+ }
4549
+ .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,
4550
+ .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 {
4551
+ color: #323130;
4552
+ }
4553
+ .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 {
4554
+ color: #323130;
4555
+ background: #f3f2f1;
4556
+ }
4557
+ .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 {
4558
+ color: #323130;
4559
+ }
4560
+ .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,
4561
+ .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 {
4562
+ color: #0078d4;
4641
4563
  }
4642
4564
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4643
4565
  margin-left: auto;
@@ -4662,7 +4584,6 @@
4662
4584
  width: 100%;
4663
4585
  position: static;
4664
4586
  }
4665
-
4666
4587
  .p-menu {
4667
4588
  padding: 0;
4668
4589
  background: #ffffff;
@@ -4671,39 +4592,61 @@
4671
4592
  border-radius: 2px;
4672
4593
  width: 12.5rem;
4673
4594
  }
4674
- .p-menu .p-menuitem-link {
4675
- padding: 0.75rem 0.5rem;
4595
+ .p-menu .p-menuitem > .p-menuitem-content {
4676
4596
  color: #323130;
4677
- border-radius: 0;
4678
4597
  transition: box-shadow 0.2s;
4598
+ border-radius: 0;
4599
+ }
4600
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
4601
+ color: #323130;
4602
+ padding: 0.75rem 0.5rem;
4679
4603
  user-select: none;
4680
4604
  }
4681
- .p-menu .p-menuitem-link .p-menuitem-text {
4605
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4682
4606
  color: #323130;
4683
4607
  }
4684
- .p-menu .p-menuitem-link .p-menuitem-icon {
4608
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4685
4609
  color: #0078d4;
4686
4610
  margin-right: 0.5rem;
4687
4611
  }
4688
- .p-menu .p-menuitem-link .p-submenu-icon {
4612
+ .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4689
4613
  color: #0078d4;
4690
4614
  }
4691
- .p-menu .p-menuitem-link:not(.p-disabled):hover {
4692
- background: #f3f2f1;
4615
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
4616
+ color: #323130;
4617
+ background: #edebe9;
4693
4618
  }
4694
- .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4619
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4695
4620
  color: #323130;
4696
4621
  }
4697
- .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4622
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4623
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4698
4624
  color: #0078d4;
4699
4625
  }
4700
- .p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4701
- color: #0078d4;
4626
+ .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4627
+ background: #e1dfdd;
4702
4628
  }
4703
- .p-menu .p-menuitem-link:focus {
4704
- outline: 0 none;
4705
- outline-offset: 0;
4706
- box-shadow: inset 0 0 0 0.15rem #605e5c;
4629
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4630
+ color: #323130;
4631
+ background: #e1dfdd;
4632
+ }
4633
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4634
+ color: #323130;
4635
+ }
4636
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4637
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4638
+ color: #323130;
4639
+ }
4640
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4641
+ color: #323130;
4642
+ background: #f3f2f1;
4643
+ }
4644
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4645
+ color: #323130;
4646
+ }
4647
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4648
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4649
+ color: #0078d4;
4707
4650
  }
4708
4651
  .p-menu.p-menu-overlay {
4709
4652
  background: #ffffff;
@@ -4723,7 +4666,6 @@
4723
4666
  border-top: 1px solid #edebe9;
4724
4667
  margin: 0.25rem 0;
4725
4668
  }
4726
-
4727
4669
  .p-menubar {
4728
4670
  padding: 0.5rem;
4729
4671
  background: #ffffff;
@@ -4731,89 +4673,94 @@
4731
4673
  border: 1px solid #eeeeee;
4732
4674
  border-radius: 2px;
4733
4675
  }
4734
- .p-menubar .p-menuitem-link {
4735
- padding: 0.75rem 0.5rem;
4676
+ .p-menubar .p-menubar-root-list {
4677
+ outline: 0 none;
4678
+ }
4679
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
4736
4680
  color: #323130;
4737
- border-radius: 0;
4738
4681
  transition: box-shadow 0.2s;
4682
+ border-radius: 2px;
4683
+ }
4684
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
4685
+ padding: 0.75rem 0.5rem;
4739
4686
  user-select: none;
4740
4687
  }
4741
- .p-menubar .p-menuitem-link .p-menuitem-text {
4688
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4742
4689
  color: #323130;
4743
4690
  }
4744
- .p-menubar .p-menuitem-link .p-menuitem-icon {
4691
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4745
4692
  color: #0078d4;
4746
4693
  margin-right: 0.5rem;
4747
4694
  }
4748
- .p-menubar .p-menuitem-link .p-submenu-icon {
4695
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4749
4696
  color: #0078d4;
4697
+ margin-left: 0.5rem;
4750
4698
  }
4751
- .p-menubar .p-menuitem-link:not(.p-disabled):hover {
4699
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4700
+ color: #323130;
4752
4701
  background: #f3f2f1;
4753
4702
  }
4754
- .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4703
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4755
4704
  color: #323130;
4756
4705
  }
4757
- .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4758
- color: #0078d4;
4759
- }
4760
- .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4706
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4707
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4761
4708
  color: #0078d4;
4762
4709
  }
4763
- .p-menubar .p-menuitem-link:focus {
4764
- outline: 0 none;
4765
- outline-offset: 0;
4766
- box-shadow: inset 0 0 0 0.15rem #605e5c;
4767
- }
4768
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
4769
- padding: 0.75rem 0.5rem;
4710
+ .p-menubar .p-menuitem > .p-menuitem-content {
4770
4711
  color: #323130;
4771
- border-radius: 2px;
4772
4712
  transition: box-shadow 0.2s;
4713
+ border-radius: 0;
4714
+ }
4715
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
4716
+ color: #323130;
4717
+ padding: 0.75rem 0.5rem;
4773
4718
  user-select: none;
4774
4719
  }
4775
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4720
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4776
4721
  color: #323130;
4777
4722
  }
4778
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4723
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4779
4724
  color: #0078d4;
4780
4725
  margin-right: 0.5rem;
4781
4726
  }
4782
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4727
+ .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4783
4728
  color: #0078d4;
4784
- margin-left: 0.5rem;
4785
4729
  }
4786
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4787
- background: #f3f2f1;
4730
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
4731
+ color: #323130;
4732
+ background: #edebe9;
4788
4733
  }
4789
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4734
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4790
4735
  color: #323130;
4791
4736
  }
4792
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4737
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4738
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4793
4739
  color: #0078d4;
4794
4740
  }
4795
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4796
- color: #0078d4;
4741
+ .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
4742
+ background: #e1dfdd;
4797
4743
  }
4798
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4799
- outline: 0 none;
4800
- outline-offset: 0;
4801
- box-shadow: inset 0 0 0 0.15rem #605e5c;
4744
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4745
+ color: #323130;
4746
+ background: #e1dfdd;
4802
4747
  }
4803
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4804
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
4805
- background: #edebe9;
4748
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4749
+ color: #323130;
4806
4750
  }
4807
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
4808
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4751
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4752
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4809
4753
  color: #323130;
4810
4754
  }
4811
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
4812
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4813
- color: #0078d4;
4755
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4756
+ color: #323130;
4757
+ background: #f3f2f1;
4814
4758
  }
4815
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
4816
- .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4759
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
4760
+ color: #323130;
4761
+ }
4762
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4763
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4817
4764
  color: #0078d4;
4818
4765
  }
4819
4766
  .p-menubar .p-submenu-list {
@@ -4823,27 +4770,71 @@
4823
4770
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4824
4771
  width: 12.5rem;
4825
4772
  }
4826
- .p-menubar .p-submenu-list .p-menu-separator {
4773
+ .p-menubar .p-submenu-list .p-menuitem-separator {
4827
4774
  border-top: 1px solid #edebe9;
4828
4775
  margin: 0.25rem 0;
4829
4776
  }
4830
4777
  .p-menubar .p-submenu-list .p-submenu-icon {
4831
4778
  font-size: 0.875rem;
4832
4779
  }
4833
- .p-menubar .p-submenu-list .p-submenu-icon.p-icon {
4834
- width: 0.875rem;
4835
- height: 0.875rem;
4780
+ .p-menubar.p-menubar-mobile .p-menubar-button {
4781
+ width: 2rem;
4782
+ height: 2rem;
4783
+ color: #0078d4;
4784
+ border-radius: 2px;
4785
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
4836
4786
  }
4837
- .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
4838
- background: #edebe9;
4787
+ .p-menubar.p-menubar-mobile .p-menubar-button:hover {
4788
+ color: #0078d4;
4789
+ background: #f3f2f1;
4839
4790
  }
4840
- .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
4841
- color: #323130;
4791
+ .p-menubar.p-menubar-mobile .p-menubar-button:focus {
4792
+ outline: 0 none;
4793
+ outline-offset: 0;
4794
+ box-shadow: inset 0 0 0 1px #605e5c;
4842
4795
  }
4843
- .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 {
4844
- color: #0078d4;
4796
+ .p-menubar.p-menubar-mobile .p-menubar-root-list {
4797
+ padding: 0;
4798
+ background: #ffffff;
4799
+ border: 0 none;
4800
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4801
+ }
4802
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator {
4803
+ border-top: 1px solid #edebe9;
4804
+ margin: 0.25rem 0;
4805
+ }
4806
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon {
4807
+ font-size: 0.875rem;
4808
+ }
4809
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4810
+ margin-left: auto;
4811
+ transition: transform 0.2s;
4812
+ }
4813
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
4814
+ transform: rotate(-180deg);
4815
+ }
4816
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-submenu-icon {
4817
+ transition: transform 0.2s;
4818
+ transform: rotate(90deg);
4819
+ }
4820
+ .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
4821
+ transform: rotate(-90deg);
4822
+ }
4823
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a {
4824
+ padding-left: 2.25rem;
4825
+ }
4826
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a {
4827
+ padding-left: 3.75rem;
4828
+ }
4829
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a {
4830
+ padding-left: 5.25rem;
4831
+ }
4832
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a {
4833
+ padding-left: 6.75rem;
4834
+ }
4835
+ .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a {
4836
+ padding-left: 8.25rem;
4845
4837
  }
4846
-
4847
4838
  @media screen and (max-width: 960px) {
4848
4839
  .p-menubar {
4849
4840
  position: relative;
@@ -4889,39 +4880,61 @@
4889
4880
  width: 100%;
4890
4881
  position: static;
4891
4882
  }
4892
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
4893
- padding: 0.75rem 0.5rem;
4883
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content {
4894
4884
  color: #323130;
4895
- border-radius: 0;
4896
4885
  transition: box-shadow 0.2s;
4886
+ border-radius: 0;
4887
+ }
4888
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
4889
+ color: #323130;
4890
+ padding: 0.75rem 0.5rem;
4897
4891
  user-select: none;
4898
4892
  }
4899
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
4893
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4900
4894
  color: #323130;
4901
4895
  }
4902
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
4896
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
4903
4897
  color: #0078d4;
4904
4898
  margin-right: 0.5rem;
4905
4899
  }
4906
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
4900
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4907
4901
  color: #0078d4;
4908
4902
  }
4909
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
4910
- background: #f3f2f1;
4903
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content {
4904
+ color: #323130;
4905
+ background: #edebe9;
4911
4906
  }
4912
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
4907
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
4913
4908
  color: #323130;
4914
4909
  }
4915
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
4910
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4911
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4916
4912
  color: #0078d4;
4917
4913
  }
4918
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
4919
- color: #0078d4;
4914
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
4915
+ background: #e1dfdd;
4920
4916
  }
4921
- .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4922
- outline: 0 none;
4923
- outline-offset: 0;
4924
- box-shadow: inset 0 0 0 0.15rem #605e5c;
4917
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
4918
+ color: #323130;
4919
+ background: #e1dfdd;
4920
+ }
4921
+ .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 {
4922
+ color: #323130;
4923
+ }
4924
+ .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,
4925
+ .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 {
4926
+ color: #323130;
4927
+ }
4928
+ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
4929
+ color: #323130;
4930
+ background: #f3f2f1;
4931
+ }
4932
+ .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 {
4933
+ color: #323130;
4934
+ }
4935
+ .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,
4936
+ .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 {
4937
+ color: #0078d4;
4925
4938
  }
4926
4939
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4927
4940
  margin-left: auto;
@@ -4970,42 +4983,46 @@
4970
4983
  z-index: 1;
4971
4984
  }
4972
4985
  }
4973
- .p-panelmenu .p-panelmenu-header > a {
4974
- padding: 1rem;
4986
+ .p-panelmenu .p-panelmenu-header {
4987
+ outline: 0 none;
4988
+ }
4989
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
4975
4990
  border: 1px solid #a19f9d;
4976
4991
  color: #323130;
4977
4992
  background: #faf9f8;
4978
- font-weight: 600;
4979
4993
  border-radius: 2px;
4980
4994
  transition: box-shadow 0.2s;
4981
4995
  }
4982
- .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
4996
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link {
4997
+ color: #323130;
4998
+ padding: 1rem;
4999
+ font-weight: 600;
5000
+ }
5001
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon {
4983
5002
  margin-right: 0.5rem;
4984
5003
  }
4985
- .p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
5004
+ .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-menuitem-icon {
4986
5005
  margin-right: 0.5rem;
4987
5006
  }
4988
- .p-panelmenu .p-panelmenu-header > a:focus-visible {
5007
+ .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
4989
5008
  outline: 0 none;
4990
5009
  outline-offset: 0;
4991
- box-shadow: inset 0 0 0 1px #605e5c;
5010
+ box-shadow: inset inset 0 0 0 1px #605e5c;
4992
5011
  }
4993
- .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
5012
+ .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
4994
5013
  background: #f3f2f1;
4995
5014
  border-color: #a19f9d;
4996
5015
  color: #323130;
4997
5016
  }
4998
- .p-panelmenu .p-panelmenu-header.p-highlight {
4999
- margin-bottom: 0;
5000
- }
5001
- .p-panelmenu .p-panelmenu-header.p-highlight > a {
5017
+ .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
5002
5018
  background: #faf9f8;
5003
5019
  border-color: #a19f9d;
5004
5020
  color: #323130;
5005
5021
  border-bottom-right-radius: 0;
5006
5022
  border-bottom-left-radius: 0;
5023
+ margin-bottom: 0;
5007
5024
  }
5008
- .p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
5025
+ .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
5009
5026
  border-color: #a19f9d;
5010
5027
  background: #f3f2f1;
5011
5028
  color: #323130;
@@ -5021,50 +5038,78 @@
5021
5038
  border-bottom-right-radius: 2px;
5022
5039
  border-bottom-left-radius: 2px;
5023
5040
  }
5024
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
5025
- padding: 0.75rem 0.5rem;
5041
+ .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
5042
+ outline: 0 none;
5043
+ }
5044
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
5026
5045
  color: #323130;
5027
- border-radius: 0;
5028
5046
  transition: box-shadow 0.2s;
5047
+ border-radius: 0;
5048
+ }
5049
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
5050
+ color: #323130;
5051
+ padding: 0.75rem 0.5rem;
5029
5052
  user-select: none;
5030
5053
  }
5031
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
5054
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5032
5055
  color: #323130;
5033
5056
  }
5034
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
5057
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
5035
5058
  color: #0078d4;
5036
5059
  margin-right: 0.5rem;
5037
5060
  }
5038
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
5061
+ .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5039
5062
  color: #0078d4;
5040
5063
  }
5041
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
5042
- background: #f3f2f1;
5064
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
5065
+ color: #323130;
5066
+ background: #edebe9;
5043
5067
  }
5044
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
5068
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5045
5069
  color: #323130;
5046
5070
  }
5047
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
5071
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5072
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5048
5073
  color: #0078d4;
5049
5074
  }
5050
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
5051
- color: #0078d4;
5075
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
5076
+ background: #e1dfdd;
5052
5077
  }
5053
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
5054
- outline: 0 none;
5055
- outline-offset: 0;
5056
- box-shadow: inset 0 0 0 0.15rem #605e5c;
5078
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
5079
+ color: #323130;
5080
+ background: #e1dfdd;
5057
5081
  }
5058
- .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
5082
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5083
+ color: #323130;
5084
+ }
5085
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5086
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5087
+ color: #323130;
5088
+ }
5089
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
5090
+ color: #323130;
5091
+ background: #f3f2f1;
5092
+ }
5093
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
5094
+ color: #323130;
5095
+ }
5096
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5097
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5098
+ color: #0078d4;
5099
+ }
5100
+ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5059
5101
  margin-right: 0.5rem;
5060
5102
  }
5061
- .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
5103
+ .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
5104
+ border-top: 1px solid #edebe9;
5105
+ margin: 0.25rem 0;
5106
+ }
5107
+ .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
5062
5108
  padding: 0 0 0 1rem;
5063
5109
  }
5064
5110
  .p-panelmenu .p-panelmenu-panel {
5065
5111
  margin-bottom: 4px;
5066
5112
  }
5067
-
5068
5113
  .p-slidemenu {
5069
5114
  padding: 0;
5070
5115
  background: #ffffff;
@@ -5073,39 +5118,61 @@
5073
5118
  border-radius: 2px;
5074
5119
  width: 12.5rem;
5075
5120
  }
5076
- .p-slidemenu .p-menuitem-link {
5077
- padding: 0.75rem 0.5rem;
5121
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content {
5078
5122
  color: #323130;
5079
- border-radius: 0;
5080
5123
  transition: box-shadow 0.2s;
5124
+ border-radius: 0;
5125
+ }
5126
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
5127
+ color: #323130;
5128
+ padding: 0.75rem 0.5rem;
5081
5129
  user-select: none;
5082
5130
  }
5083
- .p-slidemenu .p-menuitem-link .p-menuitem-text {
5131
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5084
5132
  color: #323130;
5085
5133
  }
5086
- .p-slidemenu .p-menuitem-link .p-menuitem-icon {
5134
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
5087
5135
  color: #0078d4;
5088
5136
  margin-right: 0.5rem;
5089
5137
  }
5090
- .p-slidemenu .p-menuitem-link .p-submenu-icon {
5138
+ .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5091
5139
  color: #0078d4;
5092
5140
  }
5093
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
5094
- background: #f3f2f1;
5141
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content {
5142
+ color: #323130;
5143
+ background: #edebe9;
5095
5144
  }
5096
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
5145
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5097
5146
  color: #323130;
5098
5147
  }
5099
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
5148
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5149
+ .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5100
5150
  color: #0078d4;
5101
5151
  }
5102
- .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
5103
- color: #0078d4;
5152
+ .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
5153
+ background: #e1dfdd;
5104
5154
  }
5105
- .p-slidemenu .p-menuitem-link:focus {
5106
- outline: 0 none;
5107
- outline-offset: 0;
5108
- box-shadow: inset 0 0 0 0.15rem #605e5c;
5155
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
5156
+ color: #323130;
5157
+ background: #e1dfdd;
5158
+ }
5159
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5160
+ color: #323130;
5161
+ }
5162
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5163
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5164
+ color: #323130;
5165
+ }
5166
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
5167
+ color: #323130;
5168
+ background: #f3f2f1;
5169
+ }
5170
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
5171
+ color: #323130;
5172
+ }
5173
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5174
+ .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5175
+ color: #0078d4;
5109
5176
  }
5110
5177
  .p-slidemenu.p-slidemenu-overlay {
5111
5178
  background: #ffffff;
@@ -5142,7 +5209,6 @@
5142
5209
  padding: 0.75rem 0.5rem;
5143
5210
  color: #323130;
5144
5211
  }
5145
-
5146
5212
  .p-steps .p-steps-item .p-menuitem-link {
5147
5213
  background: transparent;
5148
5214
  transition: box-shadow 0.2s;
@@ -5187,7 +5253,6 @@
5187
5253
  position: absolute;
5188
5254
  margin-top: -1rem;
5189
5255
  }
5190
-
5191
5256
  .p-tabmenu .p-tabmenu-nav {
5192
5257
  background: #ffffff;
5193
5258
  border: 0 none;
@@ -5228,7 +5293,6 @@
5228
5293
  border-color: #0078d4;
5229
5294
  color: #323130;
5230
5295
  }
5231
-
5232
5296
  .p-tieredmenu {
5233
5297
  padding: 0;
5234
5298
  background: #ffffff;
@@ -5237,73 +5301,87 @@
5237
5301
  border-radius: 2px;
5238
5302
  width: 12.5rem;
5239
5303
  }
5240
- .p-tieredmenu .p-menuitem-link {
5241
- padding: 0.75rem 0.5rem;
5304
+ .p-tieredmenu.p-tieredmenu-overlay {
5305
+ background: #ffffff;
5306
+ border: 0 none;
5307
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
5308
+ }
5309
+ .p-tieredmenu .p-tieredmenu-root-list {
5310
+ outline: 0 none;
5311
+ }
5312
+ .p-tieredmenu .p-submenu-list {
5313
+ padding: 0;
5314
+ background: #ffffff;
5315
+ border: 0 none;
5316
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
5317
+ }
5318
+ .p-tieredmenu .p-menuitem > .p-menuitem-content {
5242
5319
  color: #323130;
5243
- border-radius: 0;
5244
5320
  transition: box-shadow 0.2s;
5321
+ border-radius: 0;
5322
+ }
5323
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
5324
+ color: #323130;
5325
+ padding: 0.75rem 0.5rem;
5245
5326
  user-select: none;
5246
5327
  }
5247
- .p-tieredmenu .p-menuitem-link .p-menuitem-text {
5328
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5248
5329
  color: #323130;
5249
5330
  }
5250
- .p-tieredmenu .p-menuitem-link .p-menuitem-icon {
5331
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
5251
5332
  color: #0078d4;
5252
5333
  margin-right: 0.5rem;
5253
5334
  }
5254
- .p-tieredmenu .p-menuitem-link .p-submenu-icon {
5335
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5255
5336
  color: #0078d4;
5256
5337
  }
5257
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
5258
- background: #f3f2f1;
5338
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
5339
+ color: #323130;
5340
+ background: #edebe9;
5259
5341
  }
5260
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
5342
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5261
5343
  color: #323130;
5262
5344
  }
5263
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
5345
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5346
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5264
5347
  color: #0078d4;
5265
5348
  }
5266
- .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
5267
- color: #0078d4;
5349
+ .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
5350
+ background: #e1dfdd;
5268
5351
  }
5269
- .p-tieredmenu .p-menuitem-link:focus {
5270
- outline: 0 none;
5271
- outline-offset: 0;
5272
- box-shadow: inset 0 0 0 0.15rem #605e5c;
5352
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
5353
+ color: #323130;
5354
+ background: #e1dfdd;
5273
5355
  }
5274
- .p-tieredmenu.p-tieredmenu-overlay {
5275
- background: #ffffff;
5276
- border: 0 none;
5277
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
5356
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
5357
+ color: #323130;
5278
5358
  }
5279
- .p-tieredmenu .p-submenu-list {
5280
- padding: 0;
5281
- background: #ffffff;
5282
- border: 0 none;
5283
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
5359
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5360
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5361
+ color: #323130;
5284
5362
  }
5285
- .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
5286
- background: #edebe9;
5363
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
5364
+ color: #323130;
5365
+ background: #f3f2f1;
5287
5366
  }
5288
- .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
5367
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
5289
5368
  color: #323130;
5290
5369
  }
5291
- .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 {
5370
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5371
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5292
5372
  color: #0078d4;
5293
5373
  }
5294
- .p-tieredmenu .p-menu-separator {
5374
+ .p-tieredmenu .p-menuitem-separator {
5295
5375
  border-top: 1px solid #edebe9;
5296
5376
  margin: 0.25rem 0;
5297
5377
  }
5298
5378
  .p-tieredmenu .p-submenu-icon {
5299
5379
  font-size: 0.875rem;
5300
- transition: transform 0.2s;
5301
5380
  }
5302
5381
  .p-tieredmenu .p-submenu-icon.p-icon {
5303
5382
  width: 0.875rem;
5304
5383
  height: 0.875rem;
5305
5384
  }
5306
-
5307
5385
  .p-inline-message {
5308
5386
  padding: 0.5rem 0.5rem;
5309
5387
  margin: 0;
@@ -5359,7 +5437,6 @@
5359
5437
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
5360
5438
  margin-right: 0;
5361
5439
  }
5362
-
5363
5440
  .p-message {
5364
5441
  margin: 1rem 0;
5365
5442
  border-radius: 2px;
@@ -5448,7 +5525,6 @@
5448
5525
  .p-message .p-message-detail {
5449
5526
  margin-left: 0.5rem;
5450
5527
  }
5451
-
5452
5528
  .p-toast {
5453
5529
  opacity: 0.9;
5454
5530
  }
@@ -5499,7 +5575,7 @@
5499
5575
  color: #323130;
5500
5576
  }
5501
5577
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
5502
- .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5578
+ .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5503
5579
  color: #605e5c;
5504
5580
  }
5505
5581
  .p-toast .p-toast-message.p-toast-message-success {
@@ -5509,7 +5585,7 @@
5509
5585
  color: #323130;
5510
5586
  }
5511
5587
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
5512
- .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5588
+ .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5513
5589
  color: #107c10;
5514
5590
  }
5515
5591
  .p-toast .p-toast-message.p-toast-message-warn {
@@ -5519,7 +5595,7 @@
5519
5595
  color: #323130;
5520
5596
  }
5521
5597
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
5522
- .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5598
+ .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5523
5599
  color: #797775;
5524
5600
  }
5525
5601
  .p-toast .p-toast-message.p-toast-message-error {
@@ -5529,10 +5605,9 @@
5529
5605
  color: #323130;
5530
5606
  }
5531
5607
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
5532
- .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5608
+ .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5533
5609
  color: #a80000;
5534
5610
  }
5535
-
5536
5611
  .p-galleria .p-galleria-close {
5537
5612
  margin: 0.5rem;
5538
5613
  background: transparent;
@@ -5563,11 +5638,11 @@
5563
5638
  margin: 0 0.5rem;
5564
5639
  }
5565
5640
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
5566
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5641
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5567
5642
  font-size: 2rem;
5568
5643
  }
5569
5644
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
5570
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
5645
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
5571
5646
  width: 2rem;
5572
5647
  height: 2rem;
5573
5648
  }
@@ -5621,7 +5696,7 @@
5621
5696
  padding: 1rem 0.25rem;
5622
5697
  }
5623
5698
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
5624
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5699
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5625
5700
  margin: 0.5rem;
5626
5701
  background-color: transparent;
5627
5702
  color: #faf9f8;
@@ -5631,7 +5706,7 @@
5631
5706
  border-radius: 50%;
5632
5707
  }
5633
5708
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
5634
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5709
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5635
5710
  background: rgba(255, 255, 255, 0.1);
5636
5711
  color: #faf9f8;
5637
5712
  }
@@ -5643,15 +5718,12 @@
5643
5718
  outline-offset: 0;
5644
5719
  box-shadow: inset 0 0 0 1px #605e5c;
5645
5720
  }
5646
-
5647
5721
  .p-galleria-mask {
5648
5722
  --maskbg: rgba(0, 0, 0, 0.9);
5649
5723
  }
5650
-
5651
5724
  .p-image-mask {
5652
5725
  --maskbg: rgba(0, 0, 0, 0.9);
5653
5726
  }
5654
-
5655
5727
  .p-image-preview-indicator {
5656
5728
  background-color: transparent;
5657
5729
  color: #f8f9fa;
@@ -5661,15 +5733,12 @@
5661
5733
  width: 1.5rem;
5662
5734
  height: 1.5rem;
5663
5735
  }
5664
-
5665
5736
  .p-image-preview-container:hover > .p-image-preview-indicator {
5666
5737
  background-color: rgba(0, 0, 0, 0.5);
5667
5738
  }
5668
-
5669
5739
  .p-image-toolbar {
5670
5740
  padding: 1rem;
5671
5741
  }
5672
-
5673
5742
  .p-image-action.p-link {
5674
5743
  color: #f8f9fa;
5675
5744
  background-color: transparent;
@@ -5693,7 +5762,6 @@
5693
5762
  width: 1.5rem;
5694
5763
  height: 1.5rem;
5695
5764
  }
5696
-
5697
5765
  .p-avatar {
5698
5766
  background-color: #edebe9;
5699
5767
  border-radius: 2px;
@@ -5714,15 +5782,12 @@
5714
5782
  .p-avatar.p-avatar-xl .p-avatar-icon {
5715
5783
  font-size: 2rem;
5716
5784
  }
5717
-
5718
5785
  .p-avatar-circle {
5719
5786
  border-radius: 50%;
5720
5787
  }
5721
-
5722
5788
  .p-avatar-group .p-avatar {
5723
5789
  border: 2px solid #ffffff;
5724
5790
  }
5725
-
5726
5791
  .p-chip {
5727
5792
  background-color: #edebe9;
5728
5793
  color: #323130;
@@ -5756,7 +5821,6 @@
5756
5821
  .p-chip .p-chip-remove-icon:focus {
5757
5822
  outline: 0 none;
5758
5823
  }
5759
-
5760
5824
  .p-scrolltop {
5761
5825
  width: 3rem;
5762
5826
  height: 3rem;
@@ -5778,7 +5842,6 @@
5778
5842
  width: 1.5rem;
5779
5843
  height: 1.5rem;
5780
5844
  }
5781
-
5782
5845
  .p-skeleton {
5783
5846
  background-color: #edebe9;
5784
5847
  border-radius: 2px;
@@ -5786,7 +5849,6 @@
5786
5849
  .p-skeleton:after {
5787
5850
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
5788
5851
  }
5789
-
5790
5852
  .p-tag {
5791
5853
  background: #0078d4;
5792
5854
  color: #ffffff;
@@ -5819,7 +5881,6 @@
5819
5881
  width: 0.75rem;
5820
5882
  height: 0.75rem;
5821
5883
  }
5822
-
5823
5884
  .p-inplace .p-inplace-display {
5824
5885
  padding: 0.5rem 0.5rem;
5825
5886
  border-radius: 2px;
@@ -5834,7 +5895,6 @@
5834
5895
  outline-offset: 0;
5835
5896
  box-shadow: inset 0 0 0 1px #605e5c;
5836
5897
  }
5837
-
5838
5898
  .p-progressbar {
5839
5899
  border: 0 none;
5840
5900
  height: 2px;
@@ -5850,7 +5910,6 @@
5850
5910
  color: #ffffff;
5851
5911
  line-height: 2px;
5852
5912
  }
5853
-
5854
5913
  .p-terminal {
5855
5914
  background: #ffffff;
5856
5915
  color: #323130;
@@ -5862,7 +5921,6 @@
5862
5921
  font-feature-settings: var(--font-feature-settings, normal);
5863
5922
  font-size: 1rem;
5864
5923
  }
5865
-
5866
5924
  .p-badge {
5867
5925
  background: #0078d4;
5868
5926
  color: #ffffff;
@@ -5904,7 +5962,6 @@
5904
5962
  height: 3rem;
5905
5963
  line-height: 3rem;
5906
5964
  }
5907
-
5908
5965
  .p-tag {
5909
5966
  background: #0078d4;
5910
5967
  color: #ffffff;
@@ -5935,7 +5992,6 @@
5935
5992
  .p-button-label {
5936
5993
  font-weight: 600;
5937
5994
  }
5938
-
5939
5995
  .p-slider:not(.p-disabled):hover {
5940
5996
  background-color: #deecf9;
5941
5997
  }
@@ -5945,7 +6001,6 @@
5945
6001
  .p-slider:not(.p-disabled):hover .p-slider-handle {
5946
6002
  border-color: #005a9e;
5947
6003
  }
5948
-
5949
6004
  .p-inputswitch {
5950
6005
  width: 40px;
5951
6006
  height: 20px;
@@ -5973,7 +6028,6 @@
5973
6028
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
5974
6029
  border-color: #0078d4;
5975
6030
  }
5976
-
5977
6031
  .p-datepicker .p-datepicker-header .p-datepicker-title {
5978
6032
  order: 1;
5979
6033
  margin: 0 auto 0 0;
@@ -6026,53 +6080,42 @@
6026
6080
  .p-datepicker .p-monthpicker .p-monthpicker-month {
6027
6081
  padding: 0.5rem 0;
6028
6082
  }
6029
-
6030
6083
  .p-datatable {
6031
6084
  font-size: 90%;
6032
6085
  }
6033
-
6034
6086
  .p-toast {
6035
6087
  font-size: 90%;
6036
6088
  }
6037
6089
  .p-toast .p-toast-icon-close-icon {
6038
6090
  font-size: 90%;
6039
6091
  }
6040
-
6041
6092
  .p-message {
6042
6093
  font-size: 90%;
6043
6094
  }
6044
6095
  .p-message .p-message-close .p-message-close-icon {
6045
6096
  font-size: 90%;
6046
6097
  }
6047
-
6048
6098
  .p-tooltip .p-tooltip-text {
6049
6099
  font-size: 90%;
6050
6100
  }
6051
-
6052
6101
  .p-component .p-menu-separator {
6053
6102
  border-color: #eeeeee;
6054
6103
  }
6055
-
6056
6104
  .p-submenu-icon {
6057
6105
  color: #605e5c !important;
6058
6106
  }
6059
-
6060
6107
  .p-menuitem-active .p-submenu-icon {
6061
6108
  color: #323130 !important;
6062
6109
  }
6063
-
6064
6110
  .p-progressbar-label {
6065
6111
  display: none !important;
6066
6112
  }
6067
-
6068
6113
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
6069
6114
  background-color: #0078d4;
6070
6115
  }
6071
-
6072
6116
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
6073
6117
  background-color: #0078d4;
6074
6118
  }
6075
-
6076
6119
  .p-inputtext:disabled {
6077
6120
  background-color: #f3f2f1;
6078
6121
  border-color: #f3f2f1;
@@ -6083,11 +6126,10 @@
6083
6126
  .p-inputtext:enabled:focus {
6084
6127
  box-shadow: inset 0 0 0 1px #0078d4;
6085
6128
  }
6086
-
6087
6129
  .p-checkbox .p-checkbox-box.p-disabled,
6088
- .p-radiobutton .p-radiobutton-box.p-disabled,
6089
- .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container.p-disabled,
6090
- .p-chips .p-chips-multiple-container.p-disabled {
6130
+ .p-radiobutton .p-radiobutton-box.p-disabled,
6131
+ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container.p-disabled,
6132
+ .p-chips .p-chips-multiple-container.p-disabled {
6091
6133
  background-color: #f3f2f1;
6092
6134
  border-color: #f3f2f1;
6093
6135
  color: #a19f9d;
@@ -6095,14 +6137,13 @@
6095
6137
  user-select: none;
6096
6138
  }
6097
6139
  .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus,
6098
- .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus,
6099
- .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus,
6100
- .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
6140
+ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus,
6141
+ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus,
6142
+ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
6101
6143
  box-shadow: inset 0 0 0 1px #0078d4;
6102
6144
  }
6103
-
6104
6145
  .p-dropdown.p-disabled,
6105
- .p-multiselect.p-disabled {
6146
+ .p-multiselect.p-disabled {
6106
6147
  background-color: #f3f2f1;
6107
6148
  border-color: #f3f2f1;
6108
6149
  color: #a19f9d;
@@ -6110,22 +6151,20 @@
6110
6151
  user-select: none;
6111
6152
  }
6112
6153
  .p-dropdown.p-disabled .p-dropdown-label,
6113
- .p-dropdown.p-disabled .p-dropdown-trigger-icon,
6114
- .p-multiselect.p-disabled .p-dropdown-label,
6115
- .p-multiselect.p-disabled .p-dropdown-trigger-icon {
6154
+ .p-dropdown.p-disabled .p-dropdown-trigger-icon,
6155
+ .p-multiselect.p-disabled .p-dropdown-label,
6156
+ .p-multiselect.p-disabled .p-dropdown-trigger-icon {
6116
6157
  color: #a19f9d;
6117
6158
  }
6118
6159
  .p-dropdown:not(.p-disabled).p-focus,
6119
- .p-multiselect:not(.p-disabled).p-focus {
6160
+ .p-multiselect:not(.p-disabled).p-focus {
6120
6161
  box-shadow: inset 0 0 0 1px #0078d4;
6121
6162
  }
6122
-
6123
6163
  .p-inputswitch.p-focus .p-inputswitch-slider {
6124
6164
  box-shadow: none;
6125
6165
  outline: 1px solid #605e5c;
6126
6166
  outline-offset: 2px;
6127
6167
  }
6128
-
6129
6168
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
6130
6169
  box-shadow: inset 0 2px 0 0 #0078d4;
6131
6170
  }