primeng 17.3.0 → 17.3.2

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 (133) hide show
  1. package/accordion/accordion.d.ts +2 -0
  2. package/autocomplete/autocomplete.d.ts +3 -3
  3. package/checkbox/checkbox.d.ts +6 -3
  4. package/dropdown/dropdown.d.ts +2 -1
  5. package/esm2022/accordion/accordion.mjs +19 -7
  6. package/esm2022/autocomplete/autocomplete.mjs +4 -1
  7. package/esm2022/calendar/calendar.mjs +4 -1
  8. package/esm2022/checkbox/checkbox.mjs +43 -26
  9. package/esm2022/dropdown/dropdown.mjs +20 -7
  10. package/esm2022/inputnumber/inputnumber.mjs +2 -2
  11. package/esm2022/listbox/listbox.mjs +2 -2
  12. package/esm2022/megamenu/megamenu.mjs +8 -8
  13. package/esm2022/menubar/menubar.mjs +3 -3
  14. package/esm2022/multiselect/multiselect.mjs +7 -5
  15. package/esm2022/orderlist/orderlist.mjs +2 -2
  16. package/esm2022/panel/panel.mjs +2 -4
  17. package/esm2022/picklist/picklist.mjs +2 -2
  18. package/esm2022/scroller/scroller.mjs +11 -11
  19. package/esm2022/scrollpanel/scrollpanel.mjs +8 -1
  20. package/esm2022/sidebar/sidebar.mjs +2 -1
  21. package/esm2022/steps/steps.mjs +3 -1
  22. package/esm2022/table/table.mjs +37 -45
  23. package/esm2022/tieredmenu/tieredmenu.mjs +3 -1
  24. package/esm2022/toast/toast.mjs +5 -5
  25. package/esm2022/tree/tree.mjs +6 -6
  26. package/esm2022/treeselect/treeselect.mjs +10 -2
  27. package/esm2022/treetable/treetable.mjs +3 -2
  28. package/esm2022/utils/objectutils.mjs +43 -1
  29. package/fesm2022/primeng-accordion.mjs +18 -6
  30. package/fesm2022/primeng-accordion.mjs.map +1 -1
  31. package/fesm2022/primeng-autocomplete.mjs +3 -0
  32. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  33. package/fesm2022/primeng-calendar.mjs +3 -0
  34. package/fesm2022/primeng-calendar.mjs.map +1 -1
  35. package/fesm2022/primeng-checkbox.mjs +42 -25
  36. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  37. package/fesm2022/primeng-dropdown.mjs +19 -6
  38. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  39. package/fesm2022/primeng-inputnumber.mjs +1 -1
  40. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  41. package/fesm2022/primeng-listbox.mjs +1 -1
  42. package/fesm2022/primeng-listbox.mjs.map +1 -1
  43. package/fesm2022/primeng-megamenu.mjs +7 -7
  44. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  45. package/fesm2022/primeng-menubar.mjs +2 -2
  46. package/fesm2022/primeng-menubar.mjs.map +1 -1
  47. package/fesm2022/primeng-multiselect.mjs +6 -4
  48. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  49. package/fesm2022/primeng-orderlist.mjs +1 -1
  50. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  51. package/fesm2022/primeng-panel.mjs +1 -3
  52. package/fesm2022/primeng-panel.mjs.map +1 -1
  53. package/fesm2022/primeng-picklist.mjs +1 -1
  54. package/fesm2022/primeng-picklist.mjs.map +1 -1
  55. package/fesm2022/primeng-scroller.mjs +10 -10
  56. package/fesm2022/primeng-scroller.mjs.map +1 -1
  57. package/fesm2022/primeng-scrollpanel.mjs +7 -0
  58. package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
  59. package/fesm2022/primeng-sidebar.mjs +1 -0
  60. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  61. package/fesm2022/primeng-steps.mjs +2 -0
  62. package/fesm2022/primeng-steps.mjs.map +1 -1
  63. package/fesm2022/primeng-table.mjs +36 -44
  64. package/fesm2022/primeng-table.mjs.map +1 -1
  65. package/fesm2022/primeng-tieredmenu.mjs +2 -0
  66. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  67. package/fesm2022/primeng-toast.mjs +4 -4
  68. package/fesm2022/primeng-toast.mjs.map +1 -1
  69. package/fesm2022/primeng-tree.mjs +5 -5
  70. package/fesm2022/primeng-tree.mjs.map +1 -1
  71. package/fesm2022/primeng-treeselect.mjs +9 -1
  72. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  73. package/fesm2022/primeng-treetable.mjs +2 -1
  74. package/fesm2022/primeng-treetable.mjs.map +1 -1
  75. package/fesm2022/primeng-utils.mjs +42 -0
  76. package/fesm2022/primeng-utils.mjs.map +1 -1
  77. package/package.json +220 -220
  78. package/panel/panel.d.ts +1 -1
  79. package/resources/themes/arya-blue/theme.css +239 -420
  80. package/resources/themes/arya-green/theme.css +239 -420
  81. package/resources/themes/arya-orange/theme.css +239 -420
  82. package/resources/themes/arya-purple/theme.css +239 -420
  83. package/resources/themes/bootstrap4-dark-blue/theme.css +239 -421
  84. package/resources/themes/bootstrap4-dark-purple/theme.css +239 -421
  85. package/resources/themes/bootstrap4-light-blue/theme.css +239 -421
  86. package/resources/themes/bootstrap4-light-purple/theme.css +239 -421
  87. package/resources/themes/fluent-light/theme.css +250 -447
  88. package/resources/themes/lara-dark-blue/theme.css +241 -436
  89. package/resources/themes/lara-dark-indigo/theme.css +241 -436
  90. package/resources/themes/lara-dark-purple/theme.css +241 -436
  91. package/resources/themes/lara-dark-teal/theme.css +241 -436
  92. package/resources/themes/lara-light-blue/theme.css +249 -441
  93. package/resources/themes/lara-light-indigo/theme.css +249 -441
  94. package/resources/themes/lara-light-purple/theme.css +249 -441
  95. package/resources/themes/lara-light-teal/theme.css +249 -441
  96. package/resources/themes/luna-amber/theme.css +252 -434
  97. package/resources/themes/luna-blue/theme.css +252 -434
  98. package/resources/themes/luna-green/theme.css +252 -434
  99. package/resources/themes/luna-pink/theme.css +252 -434
  100. package/resources/themes/md-dark-deeppurple/theme.css +417 -679
  101. package/resources/themes/md-dark-indigo/theme.css +417 -679
  102. package/resources/themes/md-light-deeppurple/theme.css +278 -540
  103. package/resources/themes/md-light-indigo/theme.css +278 -540
  104. package/resources/themes/mdc-dark-deeppurple/theme.css +417 -679
  105. package/resources/themes/mdc-dark-indigo/theme.css +417 -679
  106. package/resources/themes/mdc-light-deeppurple/theme.css +278 -540
  107. package/resources/themes/mdc-light-indigo/theme.css +278 -540
  108. package/resources/themes/mira/theme.css +246 -458
  109. package/resources/themes/nano/theme.css +239 -418
  110. package/resources/themes/nova/theme.css +239 -422
  111. package/resources/themes/nova-accent/theme.css +239 -419
  112. package/resources/themes/nova-alt/theme.css +239 -422
  113. package/resources/themes/rhea/theme.css +239 -419
  114. package/resources/themes/saga-blue/theme.css +239 -420
  115. package/resources/themes/saga-green/theme.css +239 -420
  116. package/resources/themes/saga-orange/theme.css +239 -420
  117. package/resources/themes/saga-purple/theme.css +239 -420
  118. package/resources/themes/soho-dark/theme.css +270 -454
  119. package/resources/themes/soho-light/theme.css +244 -430
  120. package/resources/themes/tailwind-light/theme.css +269 -463
  121. package/resources/themes/vela-blue/theme.css +239 -420
  122. package/resources/themes/vela-green/theme.css +239 -420
  123. package/resources/themes/vela-orange/theme.css +239 -420
  124. package/resources/themes/vela-purple/theme.css +239 -420
  125. package/resources/themes/viva-dark/theme.css +244 -444
  126. package/resources/themes/viva-light/theme.css +244 -444
  127. package/scroller/scroller.d.ts +2 -2
  128. package/scrollpanel/scrollpanel.d.ts +1 -0
  129. package/table/table.d.ts +2 -3
  130. package/toast/toast.d.ts +1 -1
  131. package/treeselect/treeselect.d.ts +1 -0
  132. package/treetable/treetable.d.ts +1 -1
  133. package/utils/objectutils.d.ts +1 -0
@@ -276,40 +276,32 @@
276
276
  * {
277
277
  box-sizing: border-box;
278
278
  }
279
-
280
279
  .p-component {
281
280
  font-family: var(--font-family);
282
281
  font-feature-settings: var(--font-feature-settings, normal);
283
282
  font-size: 1rem;
284
283
  font-weight: normal;
285
284
  }
286
-
287
285
  .p-component-overlay {
288
286
  background-color: rgba(0, 0, 0, 0.4);
289
287
  transition-duration: 0.15s;
290
288
  }
291
-
292
289
  .p-disabled, .p-component:disabled {
293
290
  opacity: 0.65;
294
291
  }
295
-
296
292
  .p-error {
297
293
  color: #dc3545;
298
294
  }
299
-
300
295
  .p-text-secondary {
301
296
  color: #6c757d;
302
297
  }
303
-
304
298
  .pi {
305
299
  font-size: 1rem;
306
300
  }
307
-
308
301
  .p-icon {
309
302
  width: 1rem;
310
303
  height: 1rem;
311
304
  }
312
-
313
305
  .p-link {
314
306
  font-family: var(--font-family);
315
307
  font-feature-settings: var(--font-feature-settings, normal);
@@ -321,15 +313,12 @@
321
313
  outline-offset: 0;
322
314
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
323
315
  }
324
-
325
316
  .p-component-overlay-enter {
326
317
  animation: p-component-overlay-enter-animation 150ms forwards;
327
318
  }
328
-
329
319
  .p-component-overlay-leave {
330
320
  animation: p-component-overlay-leave-animation 150ms forwards;
331
321
  }
332
-
333
322
  @keyframes p-component-overlay-enter-animation {
334
323
  from {
335
324
  background-color: transparent;
@@ -346,7 +335,6 @@
346
335
  background-color: transparent;
347
336
  }
348
337
  }
349
-
350
338
  .p-autocomplete .p-autocomplete-loader {
351
339
  right: 0.75rem;
352
340
  }
@@ -393,7 +381,6 @@
393
381
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
394
382
  border-color: #dc3545;
395
383
  }
396
-
397
384
  .p-autocomplete-panel {
398
385
  background: #ffffff;
399
386
  color: #212529;
@@ -435,11 +422,9 @@
435
422
  background: #ffffff;
436
423
  font-weight: 600;
437
424
  }
438
-
439
425
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
440
426
  border-color: #dc3545;
441
427
  }
442
-
443
428
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
444
429
  padding-right: 2.5rem;
445
430
  }
@@ -447,23 +432,19 @@
447
432
  color: #495057;
448
433
  right: 0.75rem;
449
434
  }
450
-
451
435
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
452
436
  color: #495057;
453
437
  right: 3.107rem;
454
438
  }
455
-
456
439
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
457
440
  border-color: #dc3545;
458
441
  }
459
-
460
442
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
461
443
  outline: 0 none;
462
444
  outline-offset: 0;
463
445
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
464
446
  border-color: #883cae;
465
447
  }
466
-
467
448
  .p-datepicker {
468
449
  padding: 0;
469
450
  background: #ffffff;
@@ -490,7 +471,7 @@
490
471
  border-top-left-radius: 4px;
491
472
  }
492
473
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
493
- .p-datepicker .p-datepicker-header .p-datepicker-next {
474
+ .p-datepicker .p-datepicker-header .p-datepicker-next {
494
475
  width: 2rem;
495
476
  height: 2rem;
496
477
  color: #6c757d;
@@ -500,13 +481,13 @@
500
481
  transition: box-shadow 0.15s;
501
482
  }
502
483
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
503
- .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
484
+ .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
504
485
  color: #495057;
505
486
  border-color: transparent;
506
487
  background: transparent;
507
488
  }
508
489
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
509
- .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
490
+ .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
510
491
  outline: 0 none;
511
492
  outline-offset: 0;
512
493
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
@@ -515,14 +496,14 @@
515
496
  line-height: 2rem;
516
497
  }
517
498
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
518
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
499
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
519
500
  color: #212529;
520
501
  transition: box-shadow 0.15s;
521
502
  font-weight: 600;
522
503
  padding: 0.5rem;
523
504
  }
524
505
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
525
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
506
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
526
507
  color: #883cae;
527
508
  }
528
509
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
@@ -671,7 +652,6 @@
671
652
  outline-offset: 0;
672
653
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
673
654
  }
674
-
675
655
  p-calendar.p-calendar-clearable .p-inputtext {
676
656
  padding-right: 2.5rem;
677
657
  }
@@ -679,12 +659,10 @@
679
659
  color: #495057;
680
660
  right: 0.75rem;
681
661
  }
682
-
683
662
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
684
663
  color: #495057;
685
664
  right: 3.107rem;
686
665
  }
687
-
688
666
  @media screen and (max-width: 769px) {
689
667
  .p-datepicker table th, .p-datepicker table td {
690
668
  padding: 0;
@@ -727,7 +705,6 @@
727
705
  .p-cascadeselect.p-invalid.p-component {
728
706
  border-color: #dc3545;
729
707
  }
730
-
731
708
  .p-cascadeselect-panel {
732
709
  background: #ffffff;
733
710
  color: #212529;
@@ -767,7 +744,6 @@
767
744
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
768
745
  font-size: 0.875rem;
769
746
  }
770
-
771
747
  .p-input-filled .p-cascadeselect {
772
748
  background: #efefef;
773
749
  }
@@ -777,11 +753,9 @@
777
753
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
778
754
  background-color: #efefef;
779
755
  }
780
-
781
756
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
782
757
  border-color: #dc3545;
783
758
  }
784
-
785
759
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
786
760
  padding-right: 0.75rem;
787
761
  }
@@ -789,7 +763,6 @@
789
763
  color: #495057;
790
764
  right: 2.357rem;
791
765
  }
792
-
793
766
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
794
767
  box-shadow: none;
795
768
  border-radius: 0;
@@ -798,7 +771,6 @@
798
771
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
799
772
  transform: rotate(90deg);
800
773
  }
801
-
802
774
  .p-checkbox {
803
775
  width: 20px;
804
776
  height: 20px;
@@ -839,11 +811,9 @@
839
811
  background: #68329e;
840
812
  color: #ffffff;
841
813
  }
842
-
843
814
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
844
815
  border-color: #dc3545;
845
816
  }
846
-
847
817
  .p-input-filled .p-checkbox .p-checkbox-box {
848
818
  background-color: #efefef;
849
819
  }
@@ -856,19 +826,15 @@
856
826
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
857
827
  background: #68329e;
858
828
  }
859
-
860
829
  .p-checkbox-label {
861
830
  margin-left: 0.5rem;
862
831
  }
863
-
864
832
  .p-highlight .p-checkbox .p-checkbox-box {
865
833
  border-color: #ffffff;
866
834
  }
867
-
868
835
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
869
836
  border-color: #dc3545;
870
837
  }
871
-
872
838
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
873
839
  border-color: #ced4da;
874
840
  }
@@ -907,11 +873,9 @@
907
873
  padding: 0;
908
874
  margin: 0;
909
875
  }
910
-
911
876
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
912
877
  border-color: #dc3545;
913
878
  }
914
-
915
879
  p-chips.p-chips-clearable .p-inputtext {
916
880
  padding-right: 1.75rem;
917
881
  }
@@ -919,26 +883,22 @@
919
883
  color: #495057;
920
884
  right: 0.75rem;
921
885
  }
922
-
923
886
  .p-colorpicker-preview,
924
- .p-fluid .p-colorpicker-preview.p-inputtext {
887
+ .p-fluid .p-colorpicker-preview.p-inputtext {
925
888
  width: 2rem;
926
889
  height: 2rem;
927
890
  }
928
-
929
891
  .p-colorpicker-panel {
930
892
  background: #212529;
931
893
  border: 1px solid #212529;
932
894
  }
933
895
  .p-colorpicker-panel .p-colorpicker-color-handle,
934
- .p-colorpicker-panel .p-colorpicker-hue-handle {
896
+ .p-colorpicker-panel .p-colorpicker-hue-handle {
935
897
  border-color: #ffffff;
936
898
  }
937
-
938
899
  .p-colorpicker-overlay-panel {
939
900
  box-shadow: none;
940
901
  }
941
-
942
902
  .p-dropdown {
943
903
  background: #ffffff;
944
904
  border: 1px solid #ced4da;
@@ -982,7 +942,6 @@
982
942
  .p-dropdown.p-invalid.p-component {
983
943
  border-color: #dc3545;
984
944
  }
985
-
986
945
  .p-dropdown-panel {
987
946
  background: #ffffff;
988
947
  color: #212529;
@@ -1046,7 +1005,6 @@
1046
1005
  color: #212529;
1047
1006
  background: transparent;
1048
1007
  }
1049
-
1050
1008
  .p-input-filled .p-dropdown {
1051
1009
  background: #efefef;
1052
1010
  }
@@ -1059,11 +1017,9 @@
1059
1017
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
1060
1018
  background-color: transparent;
1061
1019
  }
1062
-
1063
1020
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
1064
1021
  border-color: #dc3545;
1065
1022
  }
1066
-
1067
1023
  .p-inputgroup-addon {
1068
1024
  background: #e9ecef;
1069
1025
  color: #495057;
@@ -1076,68 +1032,60 @@
1076
1032
  .p-inputgroup-addon:last-child {
1077
1033
  border-right: 1px solid #ced4da;
1078
1034
  }
1079
-
1080
1035
  .p-inputgroup > .p-component,
1081
- .p-inputgroup > .p-inputwrapper > .p-inputtext,
1082
- .p-inputgroup > .p-float-label > .p-component {
1036
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1037
+ .p-inputgroup > .p-float-label > .p-component {
1083
1038
  border-radius: 0;
1084
1039
  margin: 0;
1085
1040
  }
1086
1041
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1087
- .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1088
- .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1042
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1043
+ .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1089
1044
  border-left: 0 none;
1090
1045
  }
1091
1046
  .p-inputgroup > .p-component:focus,
1092
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1093
- .p-inputgroup > .p-float-label > .p-component:focus {
1047
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1048
+ .p-inputgroup > .p-float-label > .p-component:focus {
1094
1049
  z-index: 1;
1095
1050
  }
1096
1051
  .p-inputgroup > .p-component:focus ~ label,
1097
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1098
- .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1052
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1053
+ .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1099
1054
  z-index: 1;
1100
1055
  }
1101
-
1102
1056
  .p-inputgroup-addon:first-child,
1103
- .p-inputgroup button:first-child,
1104
- .p-inputgroup input:first-child,
1105
- .p-inputgroup > .p-inputwrapper:first-child > .p-component,
1106
- .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
1057
+ .p-inputgroup button:first-child,
1058
+ .p-inputgroup input:first-child,
1059
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component,
1060
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
1107
1061
  border-top-left-radius: 4px;
1108
1062
  border-bottom-left-radius: 4px;
1109
1063
  }
1110
-
1111
1064
  .p-inputgroup .p-float-label:first-child input {
1112
1065
  border-top-left-radius: 4px;
1113
1066
  border-bottom-left-radius: 4px;
1114
1067
  }
1115
-
1116
1068
  .p-inputgroup-addon:last-child,
1117
- .p-inputgroup button:last-child,
1118
- .p-inputgroup input:last-child,
1119
- .p-inputgroup > .p-inputwrapper:last-child > .p-component,
1120
- .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
1069
+ .p-inputgroup button:last-child,
1070
+ .p-inputgroup input:last-child,
1071
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component,
1072
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
1121
1073
  border-top-right-radius: 4px;
1122
1074
  border-bottom-right-radius: 4px;
1123
1075
  }
1124
-
1125
1076
  .p-inputgroup .p-float-label:last-child input {
1126
1077
  border-top-right-radius: 4px;
1127
1078
  border-bottom-right-radius: 4px;
1128
1079
  }
1129
-
1130
1080
  .p-fluid .p-inputgroup .p-button {
1131
1081
  width: auto;
1132
1082
  }
1133
1083
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
1134
1084
  width: 2.357rem;
1135
1085
  }
1136
-
1137
1086
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
1138
1087
  border-color: #dc3545;
1139
1088
  }
1140
-
1141
1089
  p-inputmask.p-inputmask-clearable .p-inputtext {
1142
1090
  padding-right: 2.5rem;
1143
1091
  }
@@ -1145,11 +1093,9 @@
1145
1093
  color: #495057;
1146
1094
  right: 0.75rem;
1147
1095
  }
1148
-
1149
1096
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1150
1097
  border-color: #dc3545;
1151
1098
  }
1152
-
1153
1099
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
1154
1100
  padding-right: 2.5rem;
1155
1101
  }
@@ -1157,14 +1103,12 @@
1157
1103
  color: #495057;
1158
1104
  right: 0.75rem;
1159
1105
  }
1160
-
1161
1106
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
1162
1107
  right: 3.107rem;
1163
1108
  }
1164
1109
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
1165
1110
  right: 3.107rem;
1166
1111
  }
1167
-
1168
1112
  .p-inputswitch {
1169
1113
  width: 3rem;
1170
1114
  height: 1.75rem;
@@ -1203,11 +1147,9 @@
1203
1147
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
1204
1148
  background: #883cae;
1205
1149
  }
1206
-
1207
1150
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
1208
1151
  border-color: #dc3545;
1209
1152
  }
1210
-
1211
1153
  .p-inputtext {
1212
1154
  font-family: var(--font-family);
1213
1155
  font-feature-settings: var(--font-feature-settings, normal);
@@ -1240,57 +1182,45 @@
1240
1182
  font-size: 1.25rem;
1241
1183
  padding: 0.625rem 0.9375rem;
1242
1184
  }
1243
-
1244
1185
  .p-float-label > label {
1245
1186
  left: 0.75rem;
1246
1187
  color: #6c757d;
1247
1188
  transition-duration: 0.15s;
1248
1189
  }
1249
-
1250
1190
  .p-float-label > .ng-invalid.ng-dirty + label {
1251
1191
  color: #dc3545;
1252
1192
  }
1253
-
1254
1193
  .p-input-icon-left > .p-icon-wrapper.p-icon,
1255
- .p-input-icon-left > i:first-of-type {
1194
+ .p-input-icon-left > i:first-of-type {
1256
1195
  left: 0.75rem;
1257
1196
  color: #495057;
1258
1197
  }
1259
-
1260
1198
  .p-input-icon-left > .p-inputtext {
1261
1199
  padding-left: 2.5rem;
1262
1200
  }
1263
-
1264
1201
  .p-input-icon-left.p-float-label > label {
1265
1202
  left: 2.5rem;
1266
1203
  }
1267
-
1268
1204
  .p-input-icon-right > .p-icon-wrapper,
1269
- .p-input-icon-right > i:last-of-type {
1205
+ .p-input-icon-right > i:last-of-type {
1270
1206
  right: 0.75rem;
1271
1207
  color: #495057;
1272
1208
  }
1273
-
1274
1209
  .p-input-icon-right > .p-inputtext {
1275
1210
  padding-right: 2.5rem;
1276
1211
  }
1277
-
1278
1212
  ::-webkit-input-placeholder {
1279
1213
  color: #6c757d;
1280
1214
  }
1281
-
1282
1215
  :-moz-placeholder {
1283
1216
  color: #6c757d;
1284
1217
  }
1285
-
1286
1218
  ::-moz-placeholder {
1287
1219
  color: #6c757d;
1288
1220
  }
1289
-
1290
1221
  :-ms-input-placeholder {
1291
1222
  color: #6c757d;
1292
1223
  }
1293
-
1294
1224
  .p-input-filled .p-inputtext {
1295
1225
  background-color: #efefef;
1296
1226
  }
@@ -1300,17 +1230,14 @@
1300
1230
  .p-input-filled .p-inputtext:enabled:focus {
1301
1231
  background-color: #efefef;
1302
1232
  }
1303
-
1304
1233
  .p-inputtext-sm .p-inputtext {
1305
1234
  font-size: 0.875rem;
1306
1235
  padding: 0.4375rem 0.65625rem;
1307
1236
  }
1308
-
1309
1237
  .p-inputtext-lg .p-inputtext {
1310
1238
  font-size: 1.25rem;
1311
1239
  padding: 0.625rem 0.9375rem;
1312
1240
  }
1313
-
1314
1241
  .p-listbox {
1315
1242
  background: #ffffff;
1316
1243
  color: #212529;
@@ -1385,11 +1312,9 @@
1385
1312
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
1386
1313
  border-color: #883cae;
1387
1314
  }
1388
-
1389
1315
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
1390
1316
  border-color: #dc3545;
1391
1317
  }
1392
-
1393
1318
  .p-multiselect {
1394
1319
  background: #ffffff;
1395
1320
  border: 1px solid #ced4da;
@@ -1429,11 +1354,9 @@
1429
1354
  border-top-right-radius: 4px;
1430
1355
  border-bottom-right-radius: 4px;
1431
1356
  }
1432
-
1433
1357
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1434
1358
  padding: 0.25rem 0.75rem;
1435
1359
  }
1436
-
1437
1360
  .p-multiselect-clearable .p-multiselect-label-container {
1438
1361
  padding-right: 1.75rem;
1439
1362
  }
@@ -1441,7 +1364,6 @@
1441
1364
  color: #495057;
1442
1365
  right: 2.357rem;
1443
1366
  }
1444
-
1445
1367
  .p-multiselect-panel {
1446
1368
  background: #ffffff;
1447
1369
  color: #212529;
@@ -1530,7 +1452,6 @@
1530
1452
  color: #212529;
1531
1453
  background: transparent;
1532
1454
  }
1533
-
1534
1455
  .p-input-filled .p-multiselect {
1535
1456
  background: #efefef;
1536
1457
  }
@@ -1540,15 +1461,12 @@
1540
1461
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1541
1462
  background-color: #efefef;
1542
1463
  }
1543
-
1544
1464
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1545
1465
  border-color: #dc3545;
1546
1466
  }
1547
-
1548
1467
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
1549
1468
  border-color: #dc3545;
1550
1469
  }
1551
-
1552
1470
  .p-password-panel {
1553
1471
  padding: 1.25rem;
1554
1472
  background: #ffffff;
@@ -1570,7 +1488,6 @@
1570
1488
  .p-password-panel .p-password-meter .p-password-strength.strong {
1571
1489
  background: #28a745;
1572
1490
  }
1573
-
1574
1491
  p-password.p-password-clearable .p-password-input {
1575
1492
  padding-right: 2.5rem;
1576
1493
  }
@@ -1578,7 +1495,6 @@
1578
1495
  color: #495057;
1579
1496
  right: 0.75rem;
1580
1497
  }
1581
-
1582
1498
  p-password.p-password-clearable.p-password-mask .p-password-input {
1583
1499
  padding-right: 4.25rem;
1584
1500
  }
@@ -1586,7 +1502,6 @@
1586
1502
  color: #495057;
1587
1503
  right: 2.5rem;
1588
1504
  }
1589
-
1590
1505
  .p-radiobutton {
1591
1506
  width: 20px;
1592
1507
  height: 20px;
@@ -1624,11 +1539,9 @@
1624
1539
  background: #68329e;
1625
1540
  color: #ffffff;
1626
1541
  }
1627
-
1628
1542
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1629
1543
  border-color: #dc3545;
1630
1544
  }
1631
-
1632
1545
  .p-input-filled .p-radiobutton .p-radiobutton-box {
1633
1546
  background-color: #efefef;
1634
1547
  }
@@ -1641,15 +1554,12 @@
1641
1554
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1642
1555
  background: #68329e;
1643
1556
  }
1644
-
1645
1557
  .p-radiobutton-label {
1646
1558
  margin-left: 0.5rem;
1647
1559
  }
1648
-
1649
1560
  .p-highlight .p-radiobutton .p-radiobutton-box {
1650
1561
  border-color: #ffffff;
1651
1562
  }
1652
-
1653
1563
  .p-rating {
1654
1564
  gap: 0.5rem;
1655
1565
  }
@@ -1680,11 +1590,9 @@
1680
1590
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
1681
1591
  color: #dc3545;
1682
1592
  }
1683
-
1684
1593
  .p-highlight .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
1685
1594
  color: #ffffff;
1686
1595
  }
1687
-
1688
1596
  .p-selectbutton .p-button {
1689
1597
  background: #6c757d;
1690
1598
  border: 1px solid #6c757d;
@@ -1692,7 +1600,7 @@
1692
1600
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
1693
1601
  }
1694
1602
  .p-selectbutton .p-button .p-button-icon-left,
1695
- .p-selectbutton .p-button .p-button-icon-right {
1603
+ .p-selectbutton .p-button .p-button-icon-right {
1696
1604
  color: #ffffff;
1697
1605
  }
1698
1606
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1701,7 +1609,7 @@
1701
1609
  color: #ffffff;
1702
1610
  }
1703
1611
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1704
- .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1612
+ .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1705
1613
  color: #ffffff;
1706
1614
  }
1707
1615
  .p-selectbutton .p-button.p-highlight {
@@ -1710,7 +1618,7 @@
1710
1618
  color: #ffffff;
1711
1619
  }
1712
1620
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
1713
- .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1621
+ .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1714
1622
  color: #ffffff;
1715
1623
  }
1716
1624
  .p-selectbutton .p-button.p-highlight:hover {
@@ -1719,14 +1627,12 @@
1719
1627
  color: #ffffff;
1720
1628
  }
1721
1629
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
1722
- .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1630
+ .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1723
1631
  color: #ffffff;
1724
1632
  }
1725
-
1726
1633
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1727
1634
  border-color: #dc3545;
1728
1635
  }
1729
-
1730
1636
  .p-slider {
1731
1637
  background: #e9ecef;
1732
1638
  border: 0 none;
@@ -1778,7 +1684,6 @@
1778
1684
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
1779
1685
  transition: height 0.15s;
1780
1686
  }
1781
-
1782
1687
  .p-togglebutton.p-button {
1783
1688
  background: #6c757d;
1784
1689
  border: 1px solid #6c757d;
@@ -1786,7 +1691,7 @@
1786
1691
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
1787
1692
  }
1788
1693
  .p-togglebutton.p-button .p-button-icon-left,
1789
- .p-togglebutton.p-button .p-button-icon-right {
1694
+ .p-togglebutton.p-button .p-button-icon-right {
1790
1695
  color: #ffffff;
1791
1696
  }
1792
1697
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1795,7 +1700,7 @@
1795
1700
  color: #ffffff;
1796
1701
  }
1797
1702
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1798
- .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1703
+ .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1799
1704
  color: #ffffff;
1800
1705
  }
1801
1706
  .p-togglebutton.p-button.p-highlight {
@@ -1804,7 +1709,7 @@
1804
1709
  color: #ffffff;
1805
1710
  }
1806
1711
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
1807
- .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1712
+ .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1808
1713
  color: #ffffff;
1809
1714
  }
1810
1715
  .p-togglebutton.p-button.p-highlight:hover {
@@ -1813,14 +1718,12 @@
1813
1718
  color: #ffffff;
1814
1719
  }
1815
1720
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
1816
- .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1721
+ .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1817
1722
  color: #ffffff;
1818
1723
  }
1819
-
1820
1724
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1821
1725
  border-color: #dc3545;
1822
1726
  }
1823
-
1824
1727
  .p-treeselect {
1825
1728
  background: #ffffff;
1826
1729
  border: 1px solid #ced4da;
@@ -1857,15 +1760,12 @@
1857
1760
  border-top-right-radius: 4px;
1858
1761
  border-bottom-right-radius: 4px;
1859
1762
  }
1860
-
1861
1763
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1862
1764
  border-color: #dc3545;
1863
1765
  }
1864
-
1865
1766
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
1866
1767
  padding: 0.25rem 0.75rem;
1867
1768
  }
1868
-
1869
1769
  .p-treeselect-panel {
1870
1770
  background: #ffffff;
1871
1771
  color: #212529;
@@ -1925,7 +1825,6 @@
1925
1825
  color: #212529;
1926
1826
  background: transparent;
1927
1827
  }
1928
-
1929
1828
  .p-input-filled .p-treeselect {
1930
1829
  background: #efefef;
1931
1830
  }
@@ -1935,7 +1834,6 @@
1935
1834
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
1936
1835
  background-color: #efefef;
1937
1836
  }
1938
-
1939
1837
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
1940
1838
  padding-right: 1.75rem;
1941
1839
  }
@@ -1943,7 +1841,6 @@
1943
1841
  color: #495057;
1944
1842
  right: 2.357rem;
1945
1843
  }
1946
-
1947
1844
  .p-button {
1948
1845
  color: #ffffff;
1949
1846
  background: #883cae;
@@ -2055,7 +1952,7 @@
2055
1952
  padding: 0.5rem 0;
2056
1953
  }
2057
1954
  .p-button.p-button-icon-only .p-button-icon-left,
2058
- .p-button.p-button-icon-only .p-button-icon-right {
1955
+ .p-button.p-button-icon-only .p-button-icon-right {
2059
1956
  margin: 0;
2060
1957
  }
2061
1958
  .p-button.p-button-icon-only.p-button-rounded {
@@ -2082,7 +1979,6 @@
2082
1979
  .p-button.p-button-loading-label-only .p-button-loading-icon {
2083
1980
  margin-right: 0;
2084
1981
  }
2085
-
2086
1982
  .p-fluid .p-button {
2087
1983
  width: 100%;
2088
1984
  }
@@ -2095,421 +1991,414 @@
2095
1991
  .p-fluid .p-buttonset .p-button {
2096
1992
  flex: 1;
2097
1993
  }
2098
-
2099
1994
  .p-button.p-button-secondary,
2100
- .p-buttonset.p-button-secondary > .p-button,
2101
- .p-splitbutton.p-button-secondary > .p-button {
1995
+ .p-buttonset.p-button-secondary > .p-button,
1996
+ .p-splitbutton.p-button-secondary > .p-button {
2102
1997
  color: #ffffff;
2103
1998
  background: #6c757d;
2104
1999
  border: 1px solid #6c757d;
2105
2000
  }
2106
2001
  .p-button.p-button-secondary:not(:disabled):hover,
2107
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
2108
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
2002
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
2003
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
2109
2004
  background: #5a6268;
2110
2005
  color: #ffffff;
2111
2006
  border-color: #5a6268;
2112
2007
  }
2113
2008
  .p-button.p-button-secondary:not(:disabled):focus,
2114
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
2115
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
2009
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
2010
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
2116
2011
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
2117
2012
  }
2118
2013
  .p-button.p-button-secondary:not(:disabled):active,
2119
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
2120
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
2014
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
2015
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
2121
2016
  background: #545b62;
2122
2017
  color: #ffffff;
2123
2018
  border-color: #4e555b;
2124
2019
  }
2125
2020
  .p-button.p-button-secondary.p-button-outlined,
2126
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2127
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
2021
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2022
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
2128
2023
  background-color: transparent;
2129
2024
  color: #6c757d;
2130
2025
  border: 1px solid;
2131
2026
  }
2132
2027
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
2133
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
2134
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
2028
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
2029
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
2135
2030
  background: rgba(108, 117, 125, 0.04);
2136
2031
  color: #6c757d;
2137
2032
  border: 1px solid;
2138
2033
  }
2139
2034
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
2140
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
2141
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
2035
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
2036
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
2142
2037
  background: rgba(108, 117, 125, 0.16);
2143
2038
  color: #6c757d;
2144
2039
  border: 1px solid;
2145
2040
  }
2146
2041
  .p-button.p-button-secondary.p-button-text,
2147
- .p-buttonset.p-button-secondary > .p-button.p-button-text,
2148
- .p-splitbutton.p-button-secondary > .p-button.p-button-text {
2042
+ .p-buttonset.p-button-secondary > .p-button.p-button-text,
2043
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text {
2149
2044
  background-color: transparent;
2150
2045
  color: #6c757d;
2151
2046
  border-color: transparent;
2152
2047
  }
2153
2048
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
2154
- .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
2155
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
2049
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
2050
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
2156
2051
  background: rgba(108, 117, 125, 0.04);
2157
2052
  border-color: transparent;
2158
2053
  color: #6c757d;
2159
2054
  }
2160
2055
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
2161
- .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
2162
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
2056
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
2057
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
2163
2058
  background: rgba(108, 117, 125, 0.16);
2164
2059
  border-color: transparent;
2165
2060
  color: #6c757d;
2166
2061
  }
2167
-
2168
2062
  .p-button.p-button-info,
2169
- .p-buttonset.p-button-info > .p-button,
2170
- .p-splitbutton.p-button-info > .p-button {
2063
+ .p-buttonset.p-button-info > .p-button,
2064
+ .p-splitbutton.p-button-info > .p-button {
2171
2065
  color: #ffffff;
2172
2066
  background: #17a2b8;
2173
2067
  border: 1px solid #17a2b8;
2174
2068
  }
2175
2069
  .p-button.p-button-info:not(:disabled):hover,
2176
- .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
2177
- .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
2070
+ .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
2071
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
2178
2072
  background: #138496;
2179
2073
  color: #ffffff;
2180
2074
  border-color: #117a8b;
2181
2075
  }
2182
2076
  .p-button.p-button-info:not(:disabled):focus,
2183
- .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
2184
- .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
2077
+ .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
2078
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
2185
2079
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
2186
2080
  }
2187
2081
  .p-button.p-button-info:not(:disabled):active,
2188
- .p-buttonset.p-button-info > .p-button:not(:disabled):active,
2189
- .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
2082
+ .p-buttonset.p-button-info > .p-button:not(:disabled):active,
2083
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
2190
2084
  background: #138496;
2191
2085
  color: #ffffff;
2192
2086
  border-color: #117a8b;
2193
2087
  }
2194
2088
  .p-button.p-button-info.p-button-outlined,
2195
- .p-buttonset.p-button-info > .p-button.p-button-outlined,
2196
- .p-splitbutton.p-button-info > .p-button.p-button-outlined {
2089
+ .p-buttonset.p-button-info > .p-button.p-button-outlined,
2090
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined {
2197
2091
  background-color: transparent;
2198
2092
  color: #17a2b8;
2199
2093
  border: 1px solid;
2200
2094
  }
2201
2095
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
2202
- .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
2203
- .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
2096
+ .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
2097
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
2204
2098
  background: rgba(23, 162, 184, 0.04);
2205
2099
  color: #17a2b8;
2206
2100
  border: 1px solid;
2207
2101
  }
2208
2102
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
2209
- .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
2210
- .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
2103
+ .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
2104
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
2211
2105
  background: rgba(23, 162, 184, 0.16);
2212
2106
  color: #17a2b8;
2213
2107
  border: 1px solid;
2214
2108
  }
2215
2109
  .p-button.p-button-info.p-button-text,
2216
- .p-buttonset.p-button-info > .p-button.p-button-text,
2217
- .p-splitbutton.p-button-info > .p-button.p-button-text {
2110
+ .p-buttonset.p-button-info > .p-button.p-button-text,
2111
+ .p-splitbutton.p-button-info > .p-button.p-button-text {
2218
2112
  background-color: transparent;
2219
2113
  color: #17a2b8;
2220
2114
  border-color: transparent;
2221
2115
  }
2222
2116
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
2223
- .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
2224
- .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
2117
+ .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
2118
+ .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
2225
2119
  background: rgba(23, 162, 184, 0.04);
2226
2120
  border-color: transparent;
2227
2121
  color: #17a2b8;
2228
2122
  }
2229
2123
  .p-button.p-button-info.p-button-text:not(:disabled):active,
2230
- .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
2231
- .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
2124
+ .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
2125
+ .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
2232
2126
  background: rgba(23, 162, 184, 0.16);
2233
2127
  border-color: transparent;
2234
2128
  color: #17a2b8;
2235
2129
  }
2236
-
2237
2130
  .p-button.p-button-success,
2238
- .p-buttonset.p-button-success > .p-button,
2239
- .p-splitbutton.p-button-success > .p-button {
2131
+ .p-buttonset.p-button-success > .p-button,
2132
+ .p-splitbutton.p-button-success > .p-button {
2240
2133
  color: #ffffff;
2241
2134
  background: #28a745;
2242
2135
  border: 1px solid #28a745;
2243
2136
  }
2244
2137
  .p-button.p-button-success:not(:disabled):hover,
2245
- .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
2246
- .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
2138
+ .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
2139
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
2247
2140
  background: #218838;
2248
2141
  color: #ffffff;
2249
2142
  border-color: #1e7e34;
2250
2143
  }
2251
2144
  .p-button.p-button-success:not(:disabled):focus,
2252
- .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
2253
- .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
2145
+ .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
2146
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
2254
2147
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
2255
2148
  }
2256
2149
  .p-button.p-button-success:not(:disabled):active,
2257
- .p-buttonset.p-button-success > .p-button:not(:disabled):active,
2258
- .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
2150
+ .p-buttonset.p-button-success > .p-button:not(:disabled):active,
2151
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
2259
2152
  background: #1e7e34;
2260
2153
  color: #ffffff;
2261
2154
  border-color: #1c7430;
2262
2155
  }
2263
2156
  .p-button.p-button-success.p-button-outlined,
2264
- .p-buttonset.p-button-success > .p-button.p-button-outlined,
2265
- .p-splitbutton.p-button-success > .p-button.p-button-outlined {
2157
+ .p-buttonset.p-button-success > .p-button.p-button-outlined,
2158
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined {
2266
2159
  background-color: transparent;
2267
2160
  color: #28a745;
2268
2161
  border: 1px solid;
2269
2162
  }
2270
2163
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
2271
- .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
2272
- .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
2164
+ .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
2165
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
2273
2166
  background: rgba(40, 167, 69, 0.04);
2274
2167
  color: #28a745;
2275
2168
  border: 1px solid;
2276
2169
  }
2277
2170
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
2278
- .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
2279
- .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
2171
+ .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
2172
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
2280
2173
  background: rgba(40, 167, 69, 0.16);
2281
2174
  color: #28a745;
2282
2175
  border: 1px solid;
2283
2176
  }
2284
2177
  .p-button.p-button-success.p-button-text,
2285
- .p-buttonset.p-button-success > .p-button.p-button-text,
2286
- .p-splitbutton.p-button-success > .p-button.p-button-text {
2178
+ .p-buttonset.p-button-success > .p-button.p-button-text,
2179
+ .p-splitbutton.p-button-success > .p-button.p-button-text {
2287
2180
  background-color: transparent;
2288
2181
  color: #28a745;
2289
2182
  border-color: transparent;
2290
2183
  }
2291
2184
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
2292
- .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
2293
- .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
2185
+ .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
2186
+ .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
2294
2187
  background: rgba(40, 167, 69, 0.04);
2295
2188
  border-color: transparent;
2296
2189
  color: #28a745;
2297
2190
  }
2298
2191
  .p-button.p-button-success.p-button-text:not(:disabled):active,
2299
- .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
2300
- .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
2192
+ .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
2193
+ .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
2301
2194
  background: rgba(40, 167, 69, 0.16);
2302
2195
  border-color: transparent;
2303
2196
  color: #28a745;
2304
2197
  }
2305
-
2306
2198
  .p-button.p-button-warning,
2307
- .p-buttonset.p-button-warning > .p-button,
2308
- .p-splitbutton.p-button-warning > .p-button {
2199
+ .p-buttonset.p-button-warning > .p-button,
2200
+ .p-splitbutton.p-button-warning > .p-button {
2309
2201
  color: #212529;
2310
2202
  background: #ffc107;
2311
2203
  border: 1px solid #ffc107;
2312
2204
  }
2313
2205
  .p-button.p-button-warning:not(:disabled):hover,
2314
- .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
2315
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
2206
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
2207
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
2316
2208
  background: #e0a800;
2317
2209
  color: #212529;
2318
2210
  border-color: #d39e00;
2319
2211
  }
2320
2212
  .p-button.p-button-warning:not(:disabled):focus,
2321
- .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
2322
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
2213
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
2214
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
2323
2215
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
2324
2216
  }
2325
2217
  .p-button.p-button-warning:not(:disabled):active,
2326
- .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
2327
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
2218
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
2219
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
2328
2220
  background: #d39e00;
2329
2221
  color: #212529;
2330
2222
  border-color: #c69500;
2331
2223
  }
2332
2224
  .p-button.p-button-warning.p-button-outlined,
2333
- .p-buttonset.p-button-warning > .p-button.p-button-outlined,
2334
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
2225
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined,
2226
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
2335
2227
  background-color: transparent;
2336
2228
  color: #ffc107;
2337
2229
  border: 1px solid;
2338
2230
  }
2339
2231
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
2340
- .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
2341
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
2232
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
2233
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
2342
2234
  background: rgba(255, 193, 7, 0.04);
2343
2235
  color: #ffc107;
2344
2236
  border: 1px solid;
2345
2237
  }
2346
2238
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
2347
- .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
2348
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
2239
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
2240
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
2349
2241
  background: rgba(255, 193, 7, 0.16);
2350
2242
  color: #ffc107;
2351
2243
  border: 1px solid;
2352
2244
  }
2353
2245
  .p-button.p-button-warning.p-button-text,
2354
- .p-buttonset.p-button-warning > .p-button.p-button-text,
2355
- .p-splitbutton.p-button-warning > .p-button.p-button-text {
2246
+ .p-buttonset.p-button-warning > .p-button.p-button-text,
2247
+ .p-splitbutton.p-button-warning > .p-button.p-button-text {
2356
2248
  background-color: transparent;
2357
2249
  color: #ffc107;
2358
2250
  border-color: transparent;
2359
2251
  }
2360
2252
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
2361
- .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
2362
- .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
2253
+ .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
2254
+ .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
2363
2255
  background: rgba(255, 193, 7, 0.04);
2364
2256
  border-color: transparent;
2365
2257
  color: #ffc107;
2366
2258
  }
2367
2259
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
2368
- .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
2369
- .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
2260
+ .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
2261
+ .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
2370
2262
  background: rgba(255, 193, 7, 0.16);
2371
2263
  border-color: transparent;
2372
2264
  color: #ffc107;
2373
2265
  }
2374
-
2375
2266
  .p-button.p-button-help,
2376
- .p-buttonset.p-button-help > .p-button,
2377
- .p-splitbutton.p-button-help > .p-button {
2267
+ .p-buttonset.p-button-help > .p-button,
2268
+ .p-splitbutton.p-button-help > .p-button {
2378
2269
  color: #ffffff;
2379
2270
  background: #6f42c1;
2380
2271
  border: 1px solid #6f42c1;
2381
2272
  }
2382
2273
  .p-button.p-button-help:not(:disabled):hover,
2383
- .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
2384
- .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
2274
+ .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
2275
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
2385
2276
  background: #633bad;
2386
2277
  color: #ffffff;
2387
2278
  border-color: #58349a;
2388
2279
  }
2389
2280
  .p-button.p-button-help:not(:disabled):focus,
2390
- .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
2391
- .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
2281
+ .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
2282
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
2392
2283
  box-shadow: 0 0 0 0.2rem #d3c6ec;
2393
2284
  }
2394
2285
  .p-button.p-button-help:not(:disabled):active,
2395
- .p-buttonset.p-button-help > .p-button:not(:disabled):active,
2396
- .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
2286
+ .p-buttonset.p-button-help > .p-button:not(:disabled):active,
2287
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
2397
2288
  background: #58349a;
2398
2289
  color: #ffffff;
2399
2290
  border-color: #4d2e87;
2400
2291
  }
2401
2292
  .p-button.p-button-help.p-button-outlined,
2402
- .p-buttonset.p-button-help > .p-button.p-button-outlined,
2403
- .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2293
+ .p-buttonset.p-button-help > .p-button.p-button-outlined,
2294
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2404
2295
  background-color: transparent;
2405
2296
  color: #6f42c1;
2406
2297
  border: 1px solid;
2407
2298
  }
2408
2299
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
2409
- .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
2410
- .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
2300
+ .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
2301
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
2411
2302
  background: rgba(111, 66, 193, 0.04);
2412
2303
  color: #6f42c1;
2413
2304
  border: 1px solid;
2414
2305
  }
2415
2306
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
2416
- .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
2417
- .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
2307
+ .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
2308
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
2418
2309
  background: rgba(111, 66, 193, 0.16);
2419
2310
  color: #6f42c1;
2420
2311
  border: 1px solid;
2421
2312
  }
2422
2313
  .p-button.p-button-help.p-button-text,
2423
- .p-buttonset.p-button-help > .p-button.p-button-text,
2424
- .p-splitbutton.p-button-help > .p-button.p-button-text {
2314
+ .p-buttonset.p-button-help > .p-button.p-button-text,
2315
+ .p-splitbutton.p-button-help > .p-button.p-button-text {
2425
2316
  background-color: transparent;
2426
2317
  color: #6f42c1;
2427
2318
  border-color: transparent;
2428
2319
  }
2429
2320
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
2430
- .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
2431
- .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
2321
+ .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
2322
+ .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
2432
2323
  background: rgba(111, 66, 193, 0.04);
2433
2324
  border-color: transparent;
2434
2325
  color: #6f42c1;
2435
2326
  }
2436
2327
  .p-button.p-button-help.p-button-text:not(:disabled):active,
2437
- .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
2438
- .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
2328
+ .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
2329
+ .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
2439
2330
  background: rgba(111, 66, 193, 0.16);
2440
2331
  border-color: transparent;
2441
2332
  color: #6f42c1;
2442
2333
  }
2443
-
2444
2334
  .p-button.p-button-danger,
2445
- .p-buttonset.p-button-danger > .p-button,
2446
- .p-splitbutton.p-button-danger > .p-button {
2335
+ .p-buttonset.p-button-danger > .p-button,
2336
+ .p-splitbutton.p-button-danger > .p-button {
2447
2337
  color: #ffffff;
2448
2338
  background: #dc3545;
2449
2339
  border: 1px solid #dc3545;
2450
2340
  }
2451
2341
  .p-button.p-button-danger:not(:disabled):hover,
2452
- .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
2453
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
2342
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
2343
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
2454
2344
  background: #c82333;
2455
2345
  color: #ffffff;
2456
2346
  border-color: #bd2130;
2457
2347
  }
2458
2348
  .p-button.p-button-danger:not(:disabled):focus,
2459
- .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
2460
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
2349
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
2350
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
2461
2351
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
2462
2352
  }
2463
2353
  .p-button.p-button-danger:not(:disabled):active,
2464
- .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
2465
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
2354
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
2355
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
2466
2356
  background: #bd2130;
2467
2357
  color: #ffffff;
2468
2358
  border-color: #b21f2d;
2469
2359
  }
2470
2360
  .p-button.p-button-danger.p-button-outlined,
2471
- .p-buttonset.p-button-danger > .p-button.p-button-outlined,
2472
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2361
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined,
2362
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2473
2363
  background-color: transparent;
2474
2364
  color: #dc3545;
2475
2365
  border: 1px solid;
2476
2366
  }
2477
2367
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
2478
- .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
2479
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
2368
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
2369
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
2480
2370
  background: rgba(220, 53, 69, 0.04);
2481
2371
  color: #dc3545;
2482
2372
  border: 1px solid;
2483
2373
  }
2484
2374
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
2485
- .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
2486
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
2375
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
2376
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
2487
2377
  background: rgba(220, 53, 69, 0.16);
2488
2378
  color: #dc3545;
2489
2379
  border: 1px solid;
2490
2380
  }
2491
2381
  .p-button.p-button-danger.p-button-text,
2492
- .p-buttonset.p-button-danger > .p-button.p-button-text,
2493
- .p-splitbutton.p-button-danger > .p-button.p-button-text {
2382
+ .p-buttonset.p-button-danger > .p-button.p-button-text,
2383
+ .p-splitbutton.p-button-danger > .p-button.p-button-text {
2494
2384
  background-color: transparent;
2495
2385
  color: #dc3545;
2496
2386
  border-color: transparent;
2497
2387
  }
2498
2388
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
2499
- .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
2500
- .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
2389
+ .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
2390
+ .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
2501
2391
  background: rgba(220, 53, 69, 0.04);
2502
2392
  border-color: transparent;
2503
2393
  color: #dc3545;
2504
2394
  }
2505
2395
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
2506
- .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
2507
- .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
2396
+ .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
2397
+ .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
2508
2398
  background: rgba(220, 53, 69, 0.16);
2509
2399
  border-color: transparent;
2510
2400
  color: #dc3545;
2511
2401
  }
2512
-
2513
2402
  .p-button.p-button-link {
2514
2403
  color: #883cae;
2515
2404
  background: transparent;
@@ -2533,7 +2422,6 @@
2533
2422
  color: #883cae;
2534
2423
  border-color: transparent;
2535
2424
  }
2536
-
2537
2425
  .p-speeddial-button.p-button.p-button-icon-only {
2538
2426
  width: 4rem;
2539
2427
  height: 4rem;
@@ -2545,17 +2433,14 @@
2545
2433
  width: 1.3rem;
2546
2434
  height: 1.3rem;
2547
2435
  }
2548
-
2549
2436
  .p-speeddial-list {
2550
2437
  outline: 0 none;
2551
2438
  }
2552
-
2553
2439
  .p-speeddial-item.p-focus > .p-speeddial-action {
2554
2440
  outline: 0 none;
2555
2441
  outline-offset: 0;
2556
2442
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
2557
2443
  }
2558
-
2559
2444
  .p-speeddial-action {
2560
2445
  width: 3rem;
2561
2446
  height: 3rem;
@@ -2566,52 +2451,45 @@
2566
2451
  background: #343a40;
2567
2452
  color: #fff;
2568
2453
  }
2569
-
2570
2454
  .p-speeddial-direction-up .p-speeddial-item {
2571
2455
  margin: 0.25rem 0;
2572
2456
  }
2573
2457
  .p-speeddial-direction-up .p-speeddial-item:first-child {
2574
2458
  margin-bottom: 0.5rem;
2575
2459
  }
2576
-
2577
2460
  .p-speeddial-direction-down .p-speeddial-item {
2578
2461
  margin: 0.25rem 0;
2579
2462
  }
2580
2463
  .p-speeddial-direction-down .p-speeddial-item:first-child {
2581
2464
  margin-top: 0.5rem;
2582
2465
  }
2583
-
2584
2466
  .p-speeddial-direction-left .p-speeddial-item {
2585
2467
  margin: 0 0.25rem;
2586
2468
  }
2587
2469
  .p-speeddial-direction-left .p-speeddial-item:first-child {
2588
2470
  margin-right: 0.5rem;
2589
2471
  }
2590
-
2591
2472
  .p-speeddial-direction-right .p-speeddial-item {
2592
2473
  margin: 0 0.25rem;
2593
2474
  }
2594
2475
  .p-speeddial-direction-right .p-speeddial-item:first-child {
2595
2476
  margin-left: 0.5rem;
2596
2477
  }
2597
-
2598
2478
  .p-speeddial-circle .p-speeddial-item,
2599
- .p-speeddial-semi-circle .p-speeddial-item,
2600
- .p-speeddial-quarter-circle .p-speeddial-item {
2479
+ .p-speeddial-semi-circle .p-speeddial-item,
2480
+ .p-speeddial-quarter-circle .p-speeddial-item {
2601
2481
  margin: 0;
2602
2482
  }
2603
2483
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
2604
- .p-speeddial-semi-circle .p-speeddial-item:first-child,
2605
- .p-speeddial-semi-circle .p-speeddial-item:last-child,
2606
- .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2607
- .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2484
+ .p-speeddial-semi-circle .p-speeddial-item:first-child,
2485
+ .p-speeddial-semi-circle .p-speeddial-item:last-child,
2486
+ .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2487
+ .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2608
2488
  margin: 0;
2609
2489
  }
2610
-
2611
2490
  .p-speeddial-mask {
2612
2491
  background-color: rgba(0, 0, 0, 0.4);
2613
2492
  }
2614
-
2615
2493
  .p-splitbutton {
2616
2494
  border-radius: 4px;
2617
2495
  }
@@ -2689,7 +2567,6 @@
2689
2567
  .p-splitbutton.p-button-lg > .p-button .p-button-icon {
2690
2568
  font-size: 1.25rem;
2691
2569
  }
2692
-
2693
2570
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2694
2571
  background-color: transparent;
2695
2572
  color: #6c757d;
@@ -2718,7 +2595,6 @@
2718
2595
  border-color: transparent;
2719
2596
  color: #6c757d;
2720
2597
  }
2721
-
2722
2598
  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2723
2599
  background-color: transparent;
2724
2600
  color: #17a2b8;
@@ -2747,7 +2623,6 @@
2747
2623
  border-color: transparent;
2748
2624
  color: #17a2b8;
2749
2625
  }
2750
-
2751
2626
  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2752
2627
  background-color: transparent;
2753
2628
  color: #28a745;
@@ -2776,7 +2651,6 @@
2776
2651
  border-color: transparent;
2777
2652
  color: #28a745;
2778
2653
  }
2779
-
2780
2654
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2781
2655
  background-color: transparent;
2782
2656
  color: #ffc107;
@@ -2805,7 +2679,6 @@
2805
2679
  border-color: transparent;
2806
2680
  color: #ffc107;
2807
2681
  }
2808
-
2809
2682
  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2810
2683
  background-color: transparent;
2811
2684
  color: #6f42c1;
@@ -2834,7 +2707,6 @@
2834
2707
  border-color: transparent;
2835
2708
  color: #6f42c1;
2836
2709
  }
2837
-
2838
2710
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2839
2711
  background-color: transparent;
2840
2712
  color: #dc3545;
@@ -2863,9 +2735,8 @@
2863
2735
  border-color: transparent;
2864
2736
  color: #dc3545;
2865
2737
  }
2866
-
2867
2738
  .p-carousel .p-carousel-content .p-carousel-prev,
2868
- .p-carousel .p-carousel-content .p-carousel-next {
2739
+ .p-carousel .p-carousel-content .p-carousel-next {
2869
2740
  width: 2rem;
2870
2741
  height: 2rem;
2871
2742
  color: #6c757d;
@@ -2876,13 +2747,13 @@
2876
2747
  margin: 0.5rem;
2877
2748
  }
2878
2749
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
2879
- .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2750
+ .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2880
2751
  color: #495057;
2881
2752
  border-color: transparent;
2882
2753
  background: transparent;
2883
2754
  }
2884
2755
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
2885
- .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2756
+ .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2886
2757
  outline: 0 none;
2887
2758
  outline-offset: 0;
2888
2759
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
@@ -2908,7 +2779,6 @@
2908
2779
  background: #883cae;
2909
2780
  color: #ffffff;
2910
2781
  }
2911
-
2912
2782
  .p-datatable .p-paginator-top {
2913
2783
  border-width: 1px 0 0 0;
2914
2784
  border-radius: 0;
@@ -3002,9 +2872,9 @@
3002
2872
  padding: 1rem 1rem;
3003
2873
  }
3004
2874
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
3005
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
3006
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
3007
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2875
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2876
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2877
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
3008
2878
  width: 2rem;
3009
2879
  height: 2rem;
3010
2880
  color: #6c757d;
@@ -3014,17 +2884,17 @@
3014
2884
  transition: box-shadow 0.15s;
3015
2885
  }
3016
2886
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
3017
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
3018
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
3019
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2887
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2888
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2889
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
3020
2890
  color: #495057;
3021
2891
  border-color: transparent;
3022
2892
  background: transparent;
3023
2893
  }
3024
2894
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
3025
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
3026
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
3027
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2895
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2896
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2897
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
3028
2898
  outline: 0 none;
3029
2899
  outline-offset: 0;
3030
2900
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
@@ -3054,12 +2924,12 @@
3054
2924
  background: #883cae;
3055
2925
  }
3056
2926
  .p-datatable .p-datatable-scrollable-header,
3057
- .p-datatable .p-datatable-scrollable-footer {
2927
+ .p-datatable .p-datatable-scrollable-footer {
3058
2928
  background: #efefef;
3059
2929
  }
3060
2930
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
3061
- .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
3062
- .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
2931
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
2932
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
3063
2933
  background-color: #ffffff;
3064
2934
  }
3065
2935
  .p-datatable .p-datatable-loading-icon {
@@ -3162,7 +3032,6 @@
3162
3032
  .p-datatable.p-datatable-lg .p-datatable-footer {
3163
3033
  padding: 1.25rem 1.25rem;
3164
3034
  }
3165
-
3166
3035
  .p-dataview .p-paginator-top {
3167
3036
  border-width: 1px 0 0 0;
3168
3037
  border-radius: 0;
@@ -3201,12 +3070,10 @@
3201
3070
  .p-dataview .p-dataview-emptymessage {
3202
3071
  padding: 1.25rem;
3203
3072
  }
3204
-
3205
3073
  .p-column-filter-row .p-column-filter-menu-button,
3206
- .p-column-filter-row .p-column-filter-clear-button {
3074
+ .p-column-filter-row .p-column-filter-clear-button {
3207
3075
  margin-left: 0.5rem;
3208
3076
  }
3209
-
3210
3077
  .p-column-filter-menu-button {
3211
3078
  width: 2rem;
3212
3079
  height: 2rem;
@@ -3234,7 +3101,6 @@
3234
3101
  outline-offset: 0;
3235
3102
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
3236
3103
  }
3237
-
3238
3104
  .p-column-filter-clear-button {
3239
3105
  width: 2rem;
3240
3106
  height: 2rem;
@@ -3254,7 +3120,6 @@
3254
3120
  outline-offset: 0;
3255
3121
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
3256
3122
  }
3257
-
3258
3123
  .p-column-filter-overlay {
3259
3124
  background: #ffffff;
3260
3125
  color: #212529;
@@ -3292,7 +3157,6 @@
3292
3157
  border-top: 1px solid #dee2e6;
3293
3158
  margin: 0.5rem 0;
3294
3159
  }
3295
-
3296
3160
  .p-column-filter-overlay-menu .p-column-filter-operator {
3297
3161
  padding: 0.75rem 1.5rem;
3298
3162
  border-bottom: 1px solid #dee2e6;
@@ -3321,7 +3185,6 @@
3321
3185
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
3322
3186
  padding: 1.25rem;
3323
3187
  }
3324
-
3325
3188
  .p-orderlist .p-orderlist-controls {
3326
3189
  padding: 1.25rem;
3327
3190
  }
@@ -3399,7 +3262,6 @@
3399
3262
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3400
3263
  background: #e9ecef;
3401
3264
  }
3402
-
3403
3265
  .p-orderlist-item.cdk-drag-preview {
3404
3266
  padding: 0.5rem 1.5rem;
3405
3267
  box-shadow: none;
@@ -3408,7 +3270,6 @@
3408
3270
  background: #ffffff;
3409
3271
  margin: 0;
3410
3272
  }
3411
-
3412
3273
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3413
3274
  background: #e9ecef;
3414
3275
  color: #212529;
@@ -3447,7 +3308,6 @@
3447
3308
  outline-offset: 0;
3448
3309
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
3449
3310
  }
3450
-
3451
3311
  .p-paginator {
3452
3312
  background: #ffffff;
3453
3313
  color: #883cae;
@@ -3457,9 +3317,9 @@
3457
3317
  border-radius: 4px;
3458
3318
  }
3459
3319
  .p-paginator .p-paginator-first,
3460
- .p-paginator .p-paginator-prev,
3461
- .p-paginator .p-paginator-next,
3462
- .p-paginator .p-paginator-last {
3320
+ .p-paginator .p-paginator-prev,
3321
+ .p-paginator .p-paginator-next,
3322
+ .p-paginator .p-paginator-last {
3463
3323
  background-color: #ffffff;
3464
3324
  border: 1px solid #dee2e6;
3465
3325
  color: #883cae;
@@ -3470,9 +3330,9 @@
3470
3330
  border-radius: 0;
3471
3331
  }
3472
3332
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
3473
- .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3474
- .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3475
- .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3333
+ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3334
+ .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3335
+ .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3476
3336
  background: #e9ecef;
3477
3337
  border-color: #dee2e6;
3478
3338
  color: #883cae;
@@ -3529,7 +3389,6 @@
3529
3389
  border-color: #dee2e6;
3530
3390
  color: #883cae;
3531
3391
  }
3532
-
3533
3392
  .p-picklist .p-picklist-buttons {
3534
3393
  padding: 1.25rem;
3535
3394
  }
@@ -3607,7 +3466,6 @@
3607
3466
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
3608
3467
  background: #e9ecef;
3609
3468
  }
3610
-
3611
3469
  .p-picklist-item.cdk-drag-preview {
3612
3470
  padding: 0.5rem 1.5rem;
3613
3471
  box-shadow: none;
@@ -3616,7 +3474,6 @@
3616
3474
  background: #ffffff;
3617
3475
  margin: 0;
3618
3476
  }
3619
-
3620
3477
  .p-timeline .p-timeline-event-marker {
3621
3478
  border: 0 none;
3622
3479
  border-radius: 50%;
@@ -3628,20 +3485,19 @@
3628
3485
  background-color: #dee2e6;
3629
3486
  }
3630
3487
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
3631
- .p-timeline.p-timeline-vertical .p-timeline-event-content {
3488
+ .p-timeline.p-timeline-vertical .p-timeline-event-content {
3632
3489
  padding: 0 1rem;
3633
3490
  }
3634
3491
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
3635
3492
  width: 2px;
3636
3493
  }
3637
3494
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
3638
- .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3495
+ .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3639
3496
  padding: 1rem 0;
3640
3497
  }
3641
3498
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
3642
3499
  height: 2px;
3643
3500
  }
3644
-
3645
3501
  .p-tree {
3646
3502
  border: 1px solid #dee2e6;
3647
3503
  background: #ffffff;
@@ -3698,11 +3554,11 @@
3698
3554
  color: #ffffff;
3699
3555
  }
3700
3556
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
3701
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3557
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3702
3558
  color: #ffffff;
3703
3559
  }
3704
3560
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
3705
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3561
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3706
3562
  color: #ffffff;
3707
3563
  }
3708
3564
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
@@ -3775,7 +3631,6 @@
3775
3631
  outline-offset: 0;
3776
3632
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
3777
3633
  }
3778
-
3779
3634
  .p-treetable .p-paginator-top {
3780
3635
  border-width: 1px 0 0 0;
3781
3636
  border-radius: 0;
@@ -3915,7 +3770,7 @@
3915
3770
  background: #883cae;
3916
3771
  }
3917
3772
  .p-treetable .p-treetable-scrollable-header,
3918
- .p-treetable .p-treetable-scrollable-footer {
3773
+ .p-treetable .p-treetable-scrollable-footer {
3919
3774
  background: #efefef;
3920
3775
  }
3921
3776
  .p-treetable .p-treetable-loading-icon {
@@ -3976,7 +3831,6 @@
3976
3831
  .p-treetable.p-treetable-lg .p-treetable-footer {
3977
3832
  padding: 1.25rem 1.25rem;
3978
3833
  }
3979
-
3980
3834
  .p-virtualscroller .p-virtualscroller-header {
3981
3835
  background: #efefef;
3982
3836
  color: #212529;
@@ -4001,7 +3855,6 @@
4001
3855
  border-bottom-left-radius: 4px;
4002
3856
  border-bottom-right-radius: 4px;
4003
3857
  }
4004
-
4005
3858
  .p-accordion .p-accordion-header .p-accordion-header-link {
4006
3859
  padding: 1rem 1.25rem;
4007
3860
  border: 1px solid #dee2e6;
@@ -4074,7 +3927,6 @@
4074
3927
  border-bottom-right-radius: 4px;
4075
3928
  border-bottom-left-radius: 4px;
4076
3929
  }
4077
-
4078
3930
  .p-card {
4079
3931
  background: #ffffff;
4080
3932
  color: #212529;
@@ -4100,7 +3952,6 @@
4100
3952
  .p-card .p-card-footer {
4101
3953
  padding: 1rem 0 0 0;
4102
3954
  }
4103
-
4104
3955
  .p-divider .p-divider-content {
4105
3956
  background-color: #ffffff;
4106
3957
  }
@@ -4124,7 +3975,6 @@
4124
3975
  .p-divider.p-divider-vertical .p-divider-content {
4125
3976
  padding: 0.5rem 0;
4126
3977
  }
4127
-
4128
3978
  .p-fieldset {
4129
3979
  border: 1px solid #dee2e6;
4130
3980
  background: #ffffff;
@@ -4165,7 +4015,6 @@
4165
4015
  .p-fieldset .p-fieldset-content {
4166
4016
  padding: 1.25rem;
4167
4017
  }
4168
-
4169
4018
  .p-panel .p-panel-header {
4170
4019
  border: 1px solid #dee2e6;
4171
4020
  padding: 1rem 1.25rem;
@@ -4232,12 +4081,16 @@
4232
4081
  width: 100%;
4233
4082
  text-align: center;
4234
4083
  }
4235
-
4236
4084
  .p-scrollpanel .p-scrollpanel-bar {
4237
4085
  background: #efefef;
4238
4086
  border: 0 none;
4087
+ transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
4088
+ }
4089
+ .p-scrollpanel .p-scrollpanel-bar:focus-visible {
4090
+ outline: 0 none;
4091
+ outline-offset: 0;
4092
+ box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
4239
4093
  }
4240
-
4241
4094
  .p-splitter {
4242
4095
  border: 1px solid #dee2e6;
4243
4096
  background: #ffffff;
@@ -4251,10 +4104,14 @@
4251
4104
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
4252
4105
  background: #dee2e6;
4253
4106
  }
4107
+ .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
4108
+ outline: 0 none;
4109
+ outline-offset: 0;
4110
+ box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
4111
+ }
4254
4112
  .p-splitter .p-splitter-gutter-resizing {
4255
4113
  background: #dee2e6;
4256
4114
  }
4257
-
4258
4115
  .p-tabview .p-tabview-nav-content {
4259
4116
  scroll-padding-inline: 2.357rem;
4260
4117
  }
@@ -4323,7 +4180,6 @@
4323
4180
  border-bottom-right-radius: 4px;
4324
4181
  border-bottom-left-radius: 4px;
4325
4182
  }
4326
-
4327
4183
  .p-toolbar {
4328
4184
  background: #efefef;
4329
4185
  border: 1px solid #dee2e6;
@@ -4334,7 +4190,6 @@
4334
4190
  .p-toolbar .p-toolbar-separator {
4335
4191
  margin: 0 0.5rem;
4336
4192
  }
4337
-
4338
4193
  .p-confirm-popup {
4339
4194
  background: #ffffff;
4340
4195
  color: #212529;
@@ -4382,7 +4237,6 @@
4382
4237
  .p-confirm-popup .p-confirm-popup-message {
4383
4238
  margin-left: 1rem;
4384
4239
  }
4385
-
4386
4240
  .p-dialog {
4387
4241
  border-radius: 4px;
4388
4242
  box-shadow: none;
@@ -4455,7 +4309,6 @@
4455
4309
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
4456
4310
  margin-left: 1rem;
4457
4311
  }
4458
-
4459
4312
  .p-overlaypanel {
4460
4313
  background: #ffffff;
4461
4314
  color: #212529;
@@ -4497,7 +4350,6 @@
4497
4350
  .p-overlaypanel.p-overlaypanel-flipped:before {
4498
4351
  border-top-color: rgba(0, 0, 0, 0.2);
4499
4352
  }
4500
-
4501
4353
  .p-sidebar {
4502
4354
  background: #ffffff;
4503
4355
  color: #212529;
@@ -4508,7 +4360,7 @@
4508
4360
  padding: 1rem 1.25rem;
4509
4361
  }
4510
4362
  .p-sidebar .p-sidebar-header .p-sidebar-close,
4511
- .p-sidebar .p-sidebar-header .p-sidebar-icon {
4363
+ .p-sidebar .p-sidebar-header .p-sidebar-icon {
4512
4364
  width: 2rem;
4513
4365
  height: 2rem;
4514
4366
  color: #6c757d;
@@ -4518,13 +4370,13 @@
4518
4370
  transition: box-shadow 0.15s;
4519
4371
  }
4520
4372
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
4521
- .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4373
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4522
4374
  color: #495057;
4523
4375
  border-color: transparent;
4524
4376
  background: transparent;
4525
4377
  }
4526
4378
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
4527
- .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4379
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4528
4380
  outline: 0 none;
4529
4381
  outline-offset: 0;
4530
4382
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
@@ -4538,7 +4390,6 @@
4538
4390
  .p-sidebar .p-sidebar-footer {
4539
4391
  padding: 1rem 1.25rem;
4540
4392
  }
4541
-
4542
4393
  .p-tooltip .p-tooltip-text {
4543
4394
  background: #212529;
4544
4395
  color: #ffffff;
@@ -4558,7 +4409,6 @@
4558
4409
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
4559
4410
  border-bottom-color: #212529;
4560
4411
  }
4561
-
4562
4412
  .p-fileupload .p-fileupload-buttonbar {
4563
4413
  background: #efefef;
4564
4414
  padding: 1rem 1.25rem;
@@ -4598,7 +4448,6 @@
4598
4448
  .p-fileupload.p-fileupload-advanced .p-message {
4599
4449
  margin-top: 0;
4600
4450
  }
4601
-
4602
4451
  .p-fileupload-choose:not(.p-disabled):hover {
4603
4452
  background: #7a38a7;
4604
4453
  color: #ffffff;
@@ -4609,7 +4458,6 @@
4609
4458
  color: #ffffff;
4610
4459
  border-color: #68329e;
4611
4460
  }
4612
-
4613
4461
  .p-breadcrumb {
4614
4462
  background: #efefef;
4615
4463
  border: 0 none;
@@ -4641,7 +4489,6 @@
4641
4489
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
4642
4490
  color: #6c757d;
4643
4491
  }
4644
-
4645
4492
  .p-contextmenu {
4646
4493
  padding: 0.5rem 0;
4647
4494
  background: #ffffff;
@@ -4689,7 +4536,7 @@
4689
4536
  color: #212529;
4690
4537
  }
4691
4538
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4692
- .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4539
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4693
4540
  color: #212529;
4694
4541
  }
4695
4542
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4703,7 +4550,7 @@
4703
4550
  color: #212529;
4704
4551
  }
4705
4552
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4706
- .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4553
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4707
4554
  color: #212529;
4708
4555
  }
4709
4556
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4714,7 +4561,7 @@
4714
4561
  color: #212529;
4715
4562
  }
4716
4563
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4717
- .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4564
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4718
4565
  color: #212529;
4719
4566
  }
4720
4567
  .p-contextmenu .p-menuitem-separator {
@@ -4728,7 +4575,6 @@
4728
4575
  width: 0.875rem;
4729
4576
  height: 0.875rem;
4730
4577
  }
4731
-
4732
4578
  .p-dock .p-dock-list-container {
4733
4579
  background: rgba(255, 255, 255, 0.1);
4734
4580
  border: 1px solid rgba(255, 255, 255, 0.2);
@@ -4752,32 +4598,31 @@
4752
4598
  height: 4rem;
4753
4599
  }
4754
4600
  .p-dock.p-dock-top .p-dock-item-second-prev,
4755
- .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4756
- .p-dock.p-dock-bottom .p-dock-item-second-next {
4601
+ .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4602
+ .p-dock.p-dock-bottom .p-dock-item-second-next {
4757
4603
  margin: 0 0.9rem;
4758
4604
  }
4759
4605
  .p-dock.p-dock-top .p-dock-item-prev,
4760
- .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4761
- .p-dock.p-dock-bottom .p-dock-item-next {
4606
+ .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4607
+ .p-dock.p-dock-bottom .p-dock-item-next {
4762
4608
  margin: 0 1.3rem;
4763
4609
  }
4764
4610
  .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
4765
4611
  margin: 0 1.5rem;
4766
4612
  }
4767
4613
  .p-dock.p-dock-left .p-dock-item-second-prev,
4768
- .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4769
- .p-dock.p-dock-right .p-dock-item-second-next {
4614
+ .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4615
+ .p-dock.p-dock-right .p-dock-item-second-next {
4770
4616
  margin: 0.9rem 0;
4771
4617
  }
4772
4618
  .p-dock.p-dock-left .p-dock-item-prev,
4773
- .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4774
- .p-dock.p-dock-right .p-dock-item-next {
4619
+ .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4620
+ .p-dock.p-dock-right .p-dock-item-next {
4775
4621
  margin: 1.3rem 0;
4776
4622
  }
4777
4623
  .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
4778
4624
  margin: 1.5rem 0;
4779
4625
  }
4780
-
4781
4626
  @media screen and (max-width: 960px) {
4782
4627
  .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
4783
4628
  overflow-x: auto;
@@ -4836,7 +4681,7 @@
4836
4681
  color: #212529;
4837
4682
  }
4838
4683
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4839
- .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4684
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4840
4685
  color: #212529;
4841
4686
  }
4842
4687
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4850,7 +4695,7 @@
4850
4695
  color: #212529;
4851
4696
  }
4852
4697
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4853
- .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4698
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4854
4699
  color: #212529;
4855
4700
  }
4856
4701
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4861,7 +4706,7 @@
4861
4706
  color: #212529;
4862
4707
  }
4863
4708
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4864
- .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4709
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4865
4710
  color: #212529;
4866
4711
  }
4867
4712
  .p-megamenu .p-megamenu-panel {
@@ -4919,10 +4764,9 @@
4919
4764
  color: rgba(0, 0, 0, 0.7);
4920
4765
  }
4921
4766
  .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,
4922
- .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 {
4767
+ .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 {
4923
4768
  color: rgba(0, 0, 0, 0.7);
4924
4769
  }
4925
-
4926
4770
  .p-menu {
4927
4771
  padding: 0.5rem 0;
4928
4772
  background: #ffffff;
@@ -4959,7 +4803,7 @@
4959
4803
  color: #212529;
4960
4804
  }
4961
4805
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4962
- .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4806
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4963
4807
  color: #212529;
4964
4808
  }
4965
4809
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4973,7 +4817,7 @@
4973
4817
  color: #212529;
4974
4818
  }
4975
4819
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4976
- .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4820
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4977
4821
  color: #212529;
4978
4822
  }
4979
4823
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4984,7 +4828,7 @@
4984
4828
  color: #212529;
4985
4829
  }
4986
4830
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4987
- .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4831
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4988
4832
  color: #212529;
4989
4833
  }
4990
4834
  .p-menu.p-menu-overlay {
@@ -5018,7 +4862,6 @@
5018
4862
  padding-left: 0.5rem;
5019
4863
  padding-right: 0.5rem;
5020
4864
  }
5021
-
5022
4865
  .p-menubar {
5023
4866
  padding: 0.5rem 1rem;
5024
4867
  background: #efefef;
@@ -5057,7 +4900,7 @@
5057
4900
  color: rgba(0, 0, 0, 0.7);
5058
4901
  }
5059
4902
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5060
- .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4903
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5061
4904
  color: rgba(0, 0, 0, 0.7);
5062
4905
  }
5063
4906
  .p-menubar .p-menuitem > .p-menuitem-content {
@@ -5088,7 +4931,7 @@
5088
4931
  color: #212529;
5089
4932
  }
5090
4933
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5091
- .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4934
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5092
4935
  color: #212529;
5093
4936
  }
5094
4937
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5102,7 +4945,7 @@
5102
4945
  color: #212529;
5103
4946
  }
5104
4947
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5105
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4948
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5106
4949
  color: #212529;
5107
4950
  }
5108
4951
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5113,7 +4956,7 @@
5113
4956
  color: #212529;
5114
4957
  }
5115
4958
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5116
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4959
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5117
4960
  color: #212529;
5118
4961
  }
5119
4962
  .p-menubar .p-submenu-list {
@@ -5130,7 +4973,6 @@
5130
4973
  .p-menubar .p-submenu-list .p-submenu-icon {
5131
4974
  font-size: 0.875rem;
5132
4975
  }
5133
-
5134
4976
  @media screen and (max-width: 960px) {
5135
4977
  .p-menubar {
5136
4978
  position: relative;
@@ -5305,7 +5147,7 @@
5305
5147
  color: #212529;
5306
5148
  }
5307
5149
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5308
- .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5150
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5309
5151
  color: #212529;
5310
5152
  }
5311
5153
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5319,7 +5161,7 @@
5319
5161
  color: #212529;
5320
5162
  }
5321
5163
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5322
- .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5164
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5323
5165
  color: #212529;
5324
5166
  }
5325
5167
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5330,7 +5172,7 @@
5330
5172
  color: #212529;
5331
5173
  }
5332
5174
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5333
- .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5175
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5334
5176
  color: #212529;
5335
5177
  }
5336
5178
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
@@ -5370,7 +5212,6 @@
5370
5212
  border-bottom-right-radius: 4px;
5371
5213
  border-bottom-left-radius: 4px;
5372
5214
  }
5373
-
5374
5215
  .p-slidemenu {
5375
5216
  padding: 0.5rem 0;
5376
5217
  background: #ffffff;
@@ -5413,7 +5254,7 @@
5413
5254
  color: #212529;
5414
5255
  }
5415
5256
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5416
- .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5257
+ .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5417
5258
  color: #212529;
5418
5259
  }
5419
5260
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5427,7 +5268,7 @@
5427
5268
  color: #212529;
5428
5269
  }
5429
5270
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5430
- .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5271
+ .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5431
5272
  color: #212529;
5432
5273
  }
5433
5274
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5438,7 +5279,7 @@
5438
5279
  color: #212529;
5439
5280
  }
5440
5281
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5441
- .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5282
+ .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5442
5283
  color: #212529;
5443
5284
  }
5444
5285
  .p-slidemenu.p-slidemenu-overlay {
@@ -5485,7 +5326,6 @@
5485
5326
  padding-left: 0.5rem;
5486
5327
  padding-right: 0.5rem;
5487
5328
  }
5488
-
5489
5329
  .p-steps .p-steps-item .p-menuitem-link {
5490
5330
  background: transparent;
5491
5331
  transition: box-shadow 0.15s;
@@ -5530,7 +5370,6 @@
5530
5370
  position: absolute;
5531
5371
  margin-top: -1rem;
5532
5372
  }
5533
-
5534
5373
  .p-tabmenu .p-tabmenu-nav {
5535
5374
  background: transparent;
5536
5375
  border: 1px solid #dee2e6;
@@ -5601,7 +5440,6 @@
5601
5440
  outline-offset: 0;
5602
5441
  box-shadow: inset 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
5603
5442
  }
5604
-
5605
5443
  .p-tieredmenu {
5606
5444
  padding: 0.5rem 0;
5607
5445
  background: #ffffff;
@@ -5652,7 +5490,7 @@
5652
5490
  color: #212529;
5653
5491
  }
5654
5492
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5655
- .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5493
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5656
5494
  color: #212529;
5657
5495
  }
5658
5496
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5666,7 +5504,7 @@
5666
5504
  color: #212529;
5667
5505
  }
5668
5506
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5669
- .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5507
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5670
5508
  color: #212529;
5671
5509
  }
5672
5510
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5677,7 +5515,7 @@
5677
5515
  color: #212529;
5678
5516
  }
5679
5517
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5680
- .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5518
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5681
5519
  color: #212529;
5682
5520
  }
5683
5521
  .p-tieredmenu .p-menuitem-separator {
@@ -5691,7 +5529,6 @@
5691
5529
  width: 0.875rem;
5692
5530
  height: 0.875rem;
5693
5531
  }
5694
-
5695
5532
  .p-inline-message {
5696
5533
  padding: 0.5rem 0.75rem;
5697
5534
  margin: 0;
@@ -5747,7 +5584,6 @@
5747
5584
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
5748
5585
  margin-right: 0;
5749
5586
  }
5750
-
5751
5587
  .p-message {
5752
5588
  margin: 1rem 0;
5753
5589
  border-radius: 4px;
@@ -5836,7 +5672,6 @@
5836
5672
  .p-message .p-message-detail {
5837
5673
  margin-left: 0.5rem;
5838
5674
  }
5839
-
5840
5675
  .p-toast {
5841
5676
  opacity: 1;
5842
5677
  }
@@ -5887,7 +5722,7 @@
5887
5722
  color: #004085;
5888
5723
  }
5889
5724
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
5890
- .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5725
+ .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5891
5726
  color: #004085;
5892
5727
  }
5893
5728
  .p-toast .p-toast-message.p-toast-message-success {
@@ -5897,7 +5732,7 @@
5897
5732
  color: #155724;
5898
5733
  }
5899
5734
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
5900
- .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5735
+ .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5901
5736
  color: #155724;
5902
5737
  }
5903
5738
  .p-toast .p-toast-message.p-toast-message-warn {
@@ -5907,7 +5742,7 @@
5907
5742
  color: #856404;
5908
5743
  }
5909
5744
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
5910
- .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5745
+ .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5911
5746
  color: #856404;
5912
5747
  }
5913
5748
  .p-toast .p-toast-message.p-toast-message-error {
@@ -5917,10 +5752,9 @@
5917
5752
  color: #721c24;
5918
5753
  }
5919
5754
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
5920
- .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5755
+ .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5921
5756
  color: #721c24;
5922
5757
  }
5923
-
5924
5758
  .p-galleria .p-galleria-close {
5925
5759
  margin: 0.5rem;
5926
5760
  background: transparent;
@@ -5951,7 +5785,7 @@
5951
5785
  margin: 0 0.5rem;
5952
5786
  }
5953
5787
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
5954
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5788
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5955
5789
  font-size: 2rem;
5956
5790
  }
5957
5791
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
@@ -6008,7 +5842,7 @@
6008
5842
  padding: 1rem 0.25rem;
6009
5843
  }
6010
5844
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
6011
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5845
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
6012
5846
  margin: 0.5rem;
6013
5847
  background-color: transparent;
6014
5848
  color: #efefef;
@@ -6018,7 +5852,7 @@
6018
5852
  border-radius: 4px;
6019
5853
  }
6020
5854
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
6021
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5855
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
6022
5856
  background: rgba(255, 255, 255, 0.1);
6023
5857
  color: #efefef;
6024
5858
  }
@@ -6027,29 +5861,23 @@
6027
5861
  outline-offset: 0;
6028
5862
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
6029
5863
  }
6030
-
6031
5864
  .p-galleria-mask {
6032
5865
  --maskbg: rgba(0, 0, 0, 0.9);
6033
5866
  }
6034
-
6035
5867
  .p-image-mask {
6036
5868
  --maskbg: rgba(0, 0, 0, 0.9);
6037
5869
  }
6038
-
6039
5870
  .p-image-preview-indicator {
6040
5871
  background-color: transparent;
6041
5872
  color: #f8f9fa;
6042
5873
  transition: box-shadow 0.15s;
6043
5874
  }
6044
-
6045
5875
  .p-image-preview-container:hover > .p-image-preview-indicator {
6046
5876
  background-color: rgba(0, 0, 0, 0.5);
6047
5877
  }
6048
-
6049
5878
  .p-image-toolbar {
6050
5879
  padding: 1rem;
6051
5880
  }
6052
-
6053
5881
  .p-image-action.p-link {
6054
5882
  color: #f8f9fa;
6055
5883
  background-color: transparent;
@@ -6073,7 +5901,6 @@
6073
5901
  width: 1.5rem;
6074
5902
  height: 1.5rem;
6075
5903
  }
6076
-
6077
5904
  .p-avatar {
6078
5905
  background-color: #dee2e6;
6079
5906
  border-radius: 4px;
@@ -6094,11 +5921,9 @@
6094
5921
  .p-avatar.p-avatar-xl .p-avatar-icon {
6095
5922
  font-size: 2rem;
6096
5923
  }
6097
-
6098
5924
  .p-avatar-group .p-avatar {
6099
5925
  border: 2px solid #ffffff;
6100
5926
  }
6101
-
6102
5927
  .p-badge {
6103
5928
  background: #883cae;
6104
5929
  color: #ffffff;
@@ -6140,7 +5965,6 @@
6140
5965
  height: 3rem;
6141
5966
  line-height: 3rem;
6142
5967
  }
6143
-
6144
5968
  .p-chip {
6145
5969
  background-color: #dee2e6;
6146
5970
  color: #212529;
@@ -6176,7 +6000,6 @@
6176
6000
  .p-chip .pi-chip-remove-icon:focus {
6177
6001
  outline: 0 none;
6178
6002
  }
6179
-
6180
6003
  .p-inplace .p-inplace-display {
6181
6004
  padding: 0.5rem 0.75rem;
6182
6005
  border-radius: 4px;
@@ -6191,7 +6014,6 @@
6191
6014
  outline-offset: 0;
6192
6015
  box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
6193
6016
  }
6194
-
6195
6017
  .p-progressbar {
6196
6018
  border: 0 none;
6197
6019
  height: 1.5rem;
@@ -6207,7 +6029,6 @@
6207
6029
  color: #ffffff;
6208
6030
  line-height: 1.5rem;
6209
6031
  }
6210
-
6211
6032
  .p-scrolltop {
6212
6033
  width: 3rem;
6213
6034
  height: 3rem;
@@ -6229,7 +6050,6 @@
6229
6050
  width: 1.5rem;
6230
6051
  height: 1.5rem;
6231
6052
  }
6232
-
6233
6053
  .p-skeleton {
6234
6054
  background-color: #e9ecef;
6235
6055
  border-radius: 4px;
@@ -6237,7 +6057,6 @@
6237
6057
  .p-skeleton:after {
6238
6058
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
6239
6059
  }
6240
-
6241
6060
  .p-tag {
6242
6061
  background: #883cae;
6243
6062
  color: #ffffff;
@@ -6270,7 +6089,6 @@
6270
6089
  width: 0.75rem;
6271
6090
  height: 0.75rem;
6272
6091
  }
6273
-
6274
6092
  .p-terminal {
6275
6093
  background: #ffffff;
6276
6094
  color: #212529;